@mittwald/flow-react-components 0.2.0-alpha.360 → 0.2.0-alpha.361
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 +4 -0
- package/dist/assets/doc-properties.json +676 -676
- package/package.json +4 -4
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"tags": {
|
|
4
4
|
"flr-generate": "all"
|
|
5
5
|
},
|
|
6
|
-
"filePath": "src/components/
|
|
6
|
+
"filePath": "src/components/YAxis/YAxis.tsx",
|
|
7
7
|
"description": "",
|
|
8
|
-
"displayName": "
|
|
8
|
+
"displayName": "YAxis",
|
|
9
9
|
"methods": [],
|
|
10
10
|
"props": {
|
|
11
11
|
"className": {
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"name": "SVGAttributes"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
72
|
-
"name": "
|
|
71
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
72
|
+
"name": "YAxisProps"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"required": false,
|
|
76
76
|
"type": {
|
|
77
|
-
"name": "\"
|
|
77
|
+
"name": "\"left\" | \"right\""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"scale": {
|
|
@@ -134,37 +134,18 @@
|
|
|
134
134
|
"name": "boolean"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"allowDataOverflow": {
|
|
138
|
-
"defaultValue": null,
|
|
139
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
140
|
-
"name": "allowDataOverflow",
|
|
141
|
-
"parent": {
|
|
142
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
143
|
-
"name": "BaseAxisProps"
|
|
144
|
-
},
|
|
145
|
-
"declarations": [
|
|
146
|
-
{
|
|
147
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
148
|
-
"name": "BaseAxisProps"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"required": false,
|
|
152
|
-
"type": {
|
|
153
|
-
"name": "boolean"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
137
|
"interval": {
|
|
157
138
|
"defaultValue": null,
|
|
158
139
|
"description": "",
|
|
159
140
|
"name": "interval",
|
|
160
141
|
"parent": {
|
|
161
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
162
|
-
"name": "
|
|
142
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
143
|
+
"name": "YAxisProps"
|
|
163
144
|
},
|
|
164
145
|
"declarations": [
|
|
165
146
|
{
|
|
166
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
167
|
-
"name": "
|
|
147
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
148
|
+
"name": "YAxisProps"
|
|
168
149
|
}
|
|
169
150
|
],
|
|
170
151
|
"required": false,
|
|
@@ -177,13 +158,13 @@
|
|
|
177
158
|
"description": "",
|
|
178
159
|
"name": "minTickGap",
|
|
179
160
|
"parent": {
|
|
180
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
181
|
-
"name": "
|
|
161
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
162
|
+
"name": "YAxisProps"
|
|
182
163
|
},
|
|
183
164
|
"declarations": [
|
|
184
165
|
{
|
|
185
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
186
|
-
"name": "
|
|
166
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
167
|
+
"name": "YAxisProps"
|
|
187
168
|
}
|
|
188
169
|
],
|
|
189
170
|
"required": false,
|
|
@@ -250,60 +231,13 @@
|
|
|
250
231
|
}
|
|
251
232
|
}
|
|
252
233
|
},
|
|
253
|
-
{
|
|
254
|
-
"tags": {},
|
|
255
|
-
"filePath": "src/components/Wrap/Wrap.tsx",
|
|
256
|
-
"description": "",
|
|
257
|
-
"displayName": "Wrap",
|
|
258
|
-
"methods": [],
|
|
259
|
-
"props": {
|
|
260
|
-
"if": {
|
|
261
|
-
"defaultValue": null,
|
|
262
|
-
"description": "",
|
|
263
|
-
"name": "if",
|
|
264
|
-
"parent": {
|
|
265
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
266
|
-
"name": "WrapProps"
|
|
267
|
-
},
|
|
268
|
-
"declarations": [
|
|
269
|
-
{
|
|
270
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
271
|
-
"name": "WrapProps"
|
|
272
|
-
}
|
|
273
|
-
],
|
|
274
|
-
"required": true,
|
|
275
|
-
"type": {
|
|
276
|
-
"name": "unknown"
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
"children": {
|
|
280
|
-
"defaultValue": null,
|
|
281
|
-
"description": "",
|
|
282
|
-
"name": "children",
|
|
283
|
-
"parent": {
|
|
284
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
285
|
-
"name": "WrapProps"
|
|
286
|
-
},
|
|
287
|
-
"declarations": [
|
|
288
|
-
{
|
|
289
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
290
|
-
"name": "WrapProps"
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"required": true,
|
|
294
|
-
"type": {
|
|
295
|
-
"name": "ReactElement<{ children?: ReactNode; }, string | JSXElementConstructor<any>>"
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
234
|
{
|
|
301
235
|
"tags": {
|
|
302
236
|
"flr-generate": "all"
|
|
303
237
|
},
|
|
304
|
-
"filePath": "src/components/
|
|
238
|
+
"filePath": "src/components/XAxis/XAxis.tsx",
|
|
305
239
|
"description": "",
|
|
306
|
-
"displayName": "
|
|
240
|
+
"displayName": "XAxis",
|
|
307
241
|
"methods": [],
|
|
308
242
|
"props": {
|
|
309
243
|
"className": {
|
|
@@ -366,13 +300,13 @@
|
|
|
366
300
|
"name": "SVGAttributes"
|
|
367
301
|
},
|
|
368
302
|
{
|
|
369
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
370
|
-
"name": "
|
|
303
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
304
|
+
"name": "YAxisProps"
|
|
371
305
|
}
|
|
372
306
|
],
|
|
373
307
|
"required": false,
|
|
374
308
|
"type": {
|
|
375
|
-
"name": "\"
|
|
309
|
+
"name": "\"left\" | \"right\""
|
|
376
310
|
}
|
|
377
311
|
},
|
|
378
312
|
"scale": {
|
|
@@ -437,13 +371,13 @@
|
|
|
437
371
|
"description": "",
|
|
438
372
|
"name": "interval",
|
|
439
373
|
"parent": {
|
|
440
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
441
|
-
"name": "
|
|
374
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
375
|
+
"name": "XAxisProps"
|
|
442
376
|
},
|
|
443
377
|
"declarations": [
|
|
444
378
|
{
|
|
445
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
446
|
-
"name": "
|
|
379
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
380
|
+
"name": "XAxisProps"
|
|
447
381
|
}
|
|
448
382
|
],
|
|
449
383
|
"required": false,
|
|
@@ -456,13 +390,13 @@
|
|
|
456
390
|
"description": "",
|
|
457
391
|
"name": "minTickGap",
|
|
458
392
|
"parent": {
|
|
459
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
460
|
-
"name": "
|
|
393
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
394
|
+
"name": "XAxisProps"
|
|
461
395
|
},
|
|
462
396
|
"declarations": [
|
|
463
397
|
{
|
|
464
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
465
|
-
"name": "
|
|
398
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
399
|
+
"name": "XAxisProps"
|
|
466
400
|
}
|
|
467
401
|
],
|
|
468
402
|
"required": false,
|
|
@@ -526,6 +460,72 @@
|
|
|
526
460
|
"type": {
|
|
527
461
|
"name": "string"
|
|
528
462
|
}
|
|
463
|
+
},
|
|
464
|
+
"allowDataOverflow": {
|
|
465
|
+
"defaultValue": null,
|
|
466
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
467
|
+
"name": "allowDataOverflow",
|
|
468
|
+
"parent": {
|
|
469
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
470
|
+
"name": "BaseAxisProps"
|
|
471
|
+
},
|
|
472
|
+
"declarations": [
|
|
473
|
+
{
|
|
474
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
475
|
+
"name": "BaseAxisProps"
|
|
476
|
+
}
|
|
477
|
+
],
|
|
478
|
+
"required": false,
|
|
479
|
+
"type": {
|
|
480
|
+
"name": "boolean"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"tags": {},
|
|
487
|
+
"filePath": "src/components/Wrap/Wrap.tsx",
|
|
488
|
+
"description": "",
|
|
489
|
+
"displayName": "Wrap",
|
|
490
|
+
"methods": [],
|
|
491
|
+
"props": {
|
|
492
|
+
"if": {
|
|
493
|
+
"defaultValue": null,
|
|
494
|
+
"description": "",
|
|
495
|
+
"name": "if",
|
|
496
|
+
"parent": {
|
|
497
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
498
|
+
"name": "WrapProps"
|
|
499
|
+
},
|
|
500
|
+
"declarations": [
|
|
501
|
+
{
|
|
502
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
503
|
+
"name": "WrapProps"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"required": true,
|
|
507
|
+
"type": {
|
|
508
|
+
"name": "unknown"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"children": {
|
|
512
|
+
"defaultValue": null,
|
|
513
|
+
"description": "",
|
|
514
|
+
"name": "children",
|
|
515
|
+
"parent": {
|
|
516
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
517
|
+
"name": "WrapProps"
|
|
518
|
+
},
|
|
519
|
+
"declarations": [
|
|
520
|
+
{
|
|
521
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
522
|
+
"name": "WrapProps"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"required": true,
|
|
526
|
+
"type": {
|
|
527
|
+
"name": "ReactElement<{ children?: ReactNode; }, string | JSXElementConstructor<any>>"
|
|
528
|
+
}
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
},
|
|
@@ -59546,13 +59546,13 @@
|
|
|
59546
59546
|
"name": "SVGAttributes"
|
|
59547
59547
|
},
|
|
59548
59548
|
{
|
|
59549
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
59550
|
-
"name": "
|
|
59549
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
59550
|
+
"name": "YAxisProps"
|
|
59551
59551
|
}
|
|
59552
59552
|
],
|
|
59553
59553
|
"required": false,
|
|
59554
59554
|
"type": {
|
|
59555
|
-
"name": "\"
|
|
59555
|
+
"name": "\"left\" | \"right\""
|
|
59556
59556
|
}
|
|
59557
59557
|
},
|
|
59558
59558
|
"origin": {
|
|
@@ -63491,6 +63491,165 @@
|
|
|
63491
63491
|
}
|
|
63492
63492
|
}
|
|
63493
63493
|
},
|
|
63494
|
+
{
|
|
63495
|
+
"tags": {},
|
|
63496
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
63497
|
+
"description": "",
|
|
63498
|
+
"displayName": "LightBox",
|
|
63499
|
+
"methods": [],
|
|
63500
|
+
"props": {
|
|
63501
|
+
"controller": {
|
|
63502
|
+
"defaultValue": null,
|
|
63503
|
+
"description": "An overlay controller to control the light box state.",
|
|
63504
|
+
"name": "controller",
|
|
63505
|
+
"parent": {
|
|
63506
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
63507
|
+
"name": "LightBoxProps"
|
|
63508
|
+
},
|
|
63509
|
+
"declarations": [
|
|
63510
|
+
{
|
|
63511
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
63512
|
+
"name": "LightBoxProps"
|
|
63513
|
+
}
|
|
63514
|
+
],
|
|
63515
|
+
"required": false,
|
|
63516
|
+
"type": {
|
|
63517
|
+
"name": "OverlayController"
|
|
63518
|
+
}
|
|
63519
|
+
},
|
|
63520
|
+
"fitScreen": {
|
|
63521
|
+
"defaultValue": {
|
|
63522
|
+
"value": "true"
|
|
63523
|
+
},
|
|
63524
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
63525
|
+
"name": "fitScreen",
|
|
63526
|
+
"parent": {
|
|
63527
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
63528
|
+
"name": "LightBoxProps"
|
|
63529
|
+
},
|
|
63530
|
+
"declarations": [
|
|
63531
|
+
{
|
|
63532
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
63533
|
+
"name": "LightBoxProps"
|
|
63534
|
+
}
|
|
63535
|
+
],
|
|
63536
|
+
"required": false,
|
|
63537
|
+
"type": {
|
|
63538
|
+
"name": "boolean"
|
|
63539
|
+
}
|
|
63540
|
+
},
|
|
63541
|
+
"children": {
|
|
63542
|
+
"defaultValue": null,
|
|
63543
|
+
"description": "",
|
|
63544
|
+
"name": "children",
|
|
63545
|
+
"declarations": [
|
|
63546
|
+
{
|
|
63547
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
63548
|
+
"name": "TypeLiteral"
|
|
63549
|
+
}
|
|
63550
|
+
],
|
|
63551
|
+
"required": false,
|
|
63552
|
+
"type": {
|
|
63553
|
+
"name": "ReactNode"
|
|
63554
|
+
}
|
|
63555
|
+
},
|
|
63556
|
+
"wrapWith": {
|
|
63557
|
+
"defaultValue": null,
|
|
63558
|
+
"description": "",
|
|
63559
|
+
"name": "wrapWith",
|
|
63560
|
+
"parent": {
|
|
63561
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
63562
|
+
"name": "FlowComponentProps"
|
|
63563
|
+
},
|
|
63564
|
+
"declarations": [
|
|
63565
|
+
{
|
|
63566
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
63567
|
+
"name": "FlowComponentProps"
|
|
63568
|
+
}
|
|
63569
|
+
],
|
|
63570
|
+
"required": false,
|
|
63571
|
+
"type": {
|
|
63572
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
63573
|
+
}
|
|
63574
|
+
},
|
|
63575
|
+
"tunnelId": {
|
|
63576
|
+
"defaultValue": null,
|
|
63577
|
+
"description": "@internal",
|
|
63578
|
+
"name": "tunnelId",
|
|
63579
|
+
"parent": {
|
|
63580
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
63581
|
+
"name": "PropsWithTunnel"
|
|
63582
|
+
},
|
|
63583
|
+
"declarations": [
|
|
63584
|
+
{
|
|
63585
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
63586
|
+
"name": "PropsWithTunnel"
|
|
63587
|
+
}
|
|
63588
|
+
],
|
|
63589
|
+
"required": false,
|
|
63590
|
+
"type": {
|
|
63591
|
+
"name": "string | null"
|
|
63592
|
+
}
|
|
63593
|
+
},
|
|
63594
|
+
"ref": {
|
|
63595
|
+
"defaultValue": null,
|
|
63596
|
+
"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}",
|
|
63597
|
+
"name": "ref",
|
|
63598
|
+
"parent": {
|
|
63599
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
63600
|
+
"name": "RefAttributes"
|
|
63601
|
+
},
|
|
63602
|
+
"declarations": [
|
|
63603
|
+
{
|
|
63604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
63605
|
+
"name": "RefAttributes"
|
|
63606
|
+
}
|
|
63607
|
+
],
|
|
63608
|
+
"required": false,
|
|
63609
|
+
"type": {
|
|
63610
|
+
"name": "Ref<HTMLInputElement>"
|
|
63611
|
+
}
|
|
63612
|
+
},
|
|
63613
|
+
"key": {
|
|
63614
|
+
"defaultValue": null,
|
|
63615
|
+
"description": "",
|
|
63616
|
+
"name": "key",
|
|
63617
|
+
"parent": {
|
|
63618
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
63619
|
+
"name": "Attributes"
|
|
63620
|
+
},
|
|
63621
|
+
"declarations": [
|
|
63622
|
+
{
|
|
63623
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
63624
|
+
"name": "Attributes"
|
|
63625
|
+
}
|
|
63626
|
+
],
|
|
63627
|
+
"required": false,
|
|
63628
|
+
"type": {
|
|
63629
|
+
"name": "Key | null"
|
|
63630
|
+
}
|
|
63631
|
+
},
|
|
63632
|
+
"className": {
|
|
63633
|
+
"defaultValue": null,
|
|
63634
|
+
"description": "The elements class name.",
|
|
63635
|
+
"name": "className",
|
|
63636
|
+
"parent": {
|
|
63637
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
63638
|
+
"name": "PropsWithClassName"
|
|
63639
|
+
},
|
|
63640
|
+
"declarations": [
|
|
63641
|
+
{
|
|
63642
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
63643
|
+
"name": "PropsWithClassName"
|
|
63644
|
+
}
|
|
63645
|
+
],
|
|
63646
|
+
"required": false,
|
|
63647
|
+
"type": {
|
|
63648
|
+
"name": "string"
|
|
63649
|
+
}
|
|
63650
|
+
}
|
|
63651
|
+
}
|
|
63652
|
+
},
|
|
63494
63653
|
{
|
|
63495
63654
|
"tags": {
|
|
63496
63655
|
"flr-generate": "all",
|
|
@@ -64280,165 +64439,6 @@
|
|
|
64280
64439
|
}
|
|
64281
64440
|
}
|
|
64282
64441
|
},
|
|
64283
|
-
{
|
|
64284
|
-
"tags": {},
|
|
64285
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
64286
|
-
"description": "",
|
|
64287
|
-
"displayName": "LightBox",
|
|
64288
|
-
"methods": [],
|
|
64289
|
-
"props": {
|
|
64290
|
-
"controller": {
|
|
64291
|
-
"defaultValue": null,
|
|
64292
|
-
"description": "An overlay controller to control the light box state.",
|
|
64293
|
-
"name": "controller",
|
|
64294
|
-
"parent": {
|
|
64295
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
64296
|
-
"name": "LightBoxProps"
|
|
64297
|
-
},
|
|
64298
|
-
"declarations": [
|
|
64299
|
-
{
|
|
64300
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
64301
|
-
"name": "LightBoxProps"
|
|
64302
|
-
}
|
|
64303
|
-
],
|
|
64304
|
-
"required": false,
|
|
64305
|
-
"type": {
|
|
64306
|
-
"name": "OverlayController"
|
|
64307
|
-
}
|
|
64308
|
-
},
|
|
64309
|
-
"fitScreen": {
|
|
64310
|
-
"defaultValue": {
|
|
64311
|
-
"value": "true"
|
|
64312
|
-
},
|
|
64313
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
64314
|
-
"name": "fitScreen",
|
|
64315
|
-
"parent": {
|
|
64316
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
64317
|
-
"name": "LightBoxProps"
|
|
64318
|
-
},
|
|
64319
|
-
"declarations": [
|
|
64320
|
-
{
|
|
64321
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
64322
|
-
"name": "LightBoxProps"
|
|
64323
|
-
}
|
|
64324
|
-
],
|
|
64325
|
-
"required": false,
|
|
64326
|
-
"type": {
|
|
64327
|
-
"name": "boolean"
|
|
64328
|
-
}
|
|
64329
|
-
},
|
|
64330
|
-
"children": {
|
|
64331
|
-
"defaultValue": null,
|
|
64332
|
-
"description": "",
|
|
64333
|
-
"name": "children",
|
|
64334
|
-
"declarations": [
|
|
64335
|
-
{
|
|
64336
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
64337
|
-
"name": "TypeLiteral"
|
|
64338
|
-
}
|
|
64339
|
-
],
|
|
64340
|
-
"required": false,
|
|
64341
|
-
"type": {
|
|
64342
|
-
"name": "ReactNode"
|
|
64343
|
-
}
|
|
64344
|
-
},
|
|
64345
|
-
"wrapWith": {
|
|
64346
|
-
"defaultValue": null,
|
|
64347
|
-
"description": "",
|
|
64348
|
-
"name": "wrapWith",
|
|
64349
|
-
"parent": {
|
|
64350
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
64351
|
-
"name": "FlowComponentProps"
|
|
64352
|
-
},
|
|
64353
|
-
"declarations": [
|
|
64354
|
-
{
|
|
64355
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
64356
|
-
"name": "FlowComponentProps"
|
|
64357
|
-
}
|
|
64358
|
-
],
|
|
64359
|
-
"required": false,
|
|
64360
|
-
"type": {
|
|
64361
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
64362
|
-
}
|
|
64363
|
-
},
|
|
64364
|
-
"tunnelId": {
|
|
64365
|
-
"defaultValue": null,
|
|
64366
|
-
"description": "@internal",
|
|
64367
|
-
"name": "tunnelId",
|
|
64368
|
-
"parent": {
|
|
64369
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
64370
|
-
"name": "PropsWithTunnel"
|
|
64371
|
-
},
|
|
64372
|
-
"declarations": [
|
|
64373
|
-
{
|
|
64374
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
64375
|
-
"name": "PropsWithTunnel"
|
|
64376
|
-
}
|
|
64377
|
-
],
|
|
64378
|
-
"required": false,
|
|
64379
|
-
"type": {
|
|
64380
|
-
"name": "string | null"
|
|
64381
|
-
}
|
|
64382
|
-
},
|
|
64383
|
-
"ref": {
|
|
64384
|
-
"defaultValue": null,
|
|
64385
|
-
"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}",
|
|
64386
|
-
"name": "ref",
|
|
64387
|
-
"parent": {
|
|
64388
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
64389
|
-
"name": "RefAttributes"
|
|
64390
|
-
},
|
|
64391
|
-
"declarations": [
|
|
64392
|
-
{
|
|
64393
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
64394
|
-
"name": "RefAttributes"
|
|
64395
|
-
}
|
|
64396
|
-
],
|
|
64397
|
-
"required": false,
|
|
64398
|
-
"type": {
|
|
64399
|
-
"name": "Ref<HTMLInputElement>"
|
|
64400
|
-
}
|
|
64401
|
-
},
|
|
64402
|
-
"key": {
|
|
64403
|
-
"defaultValue": null,
|
|
64404
|
-
"description": "",
|
|
64405
|
-
"name": "key",
|
|
64406
|
-
"parent": {
|
|
64407
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
64408
|
-
"name": "Attributes"
|
|
64409
|
-
},
|
|
64410
|
-
"declarations": [
|
|
64411
|
-
{
|
|
64412
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
64413
|
-
"name": "Attributes"
|
|
64414
|
-
}
|
|
64415
|
-
],
|
|
64416
|
-
"required": false,
|
|
64417
|
-
"type": {
|
|
64418
|
-
"name": "Key | null"
|
|
64419
|
-
}
|
|
64420
|
-
},
|
|
64421
|
-
"className": {
|
|
64422
|
-
"defaultValue": null,
|
|
64423
|
-
"description": "The elements class name.",
|
|
64424
|
-
"name": "className",
|
|
64425
|
-
"parent": {
|
|
64426
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
64427
|
-
"name": "PropsWithClassName"
|
|
64428
|
-
},
|
|
64429
|
-
"declarations": [
|
|
64430
|
-
{
|
|
64431
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
64432
|
-
"name": "PropsWithClassName"
|
|
64433
|
-
}
|
|
64434
|
-
],
|
|
64435
|
-
"required": false,
|
|
64436
|
-
"type": {
|
|
64437
|
-
"name": "string"
|
|
64438
|
-
}
|
|
64439
|
-
}
|
|
64440
|
-
}
|
|
64441
|
-
},
|
|
64442
64442
|
{
|
|
64443
64443
|
"tags": {
|
|
64444
64444
|
"flr-generate": "all"
|
|
@@ -97649,13 +97649,13 @@
|
|
|
97649
97649
|
"name": "SVGAttributes"
|
|
97650
97650
|
},
|
|
97651
97651
|
{
|
|
97652
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
97653
|
-
"name": "
|
|
97652
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
97653
|
+
"name": "YAxisProps"
|
|
97654
97654
|
}
|
|
97655
97655
|
],
|
|
97656
97656
|
"required": false,
|
|
97657
97657
|
"type": {
|
|
97658
|
-
"name": "\"
|
|
97658
|
+
"name": "\"left\" | \"right\""
|
|
97659
97659
|
}
|
|
97660
97660
|
},
|
|
97661
97661
|
"origin": {
|
|
@@ -145489,7 +145489,7 @@
|
|
|
145489
145489
|
],
|
|
145490
145490
|
"required": false,
|
|
145491
145491
|
"type": {
|
|
145492
|
-
"name": "\"
|
|
145492
|
+
"name": "\"left\" | \"right\" | \"top\" | \"bottom\""
|
|
145493
145493
|
}
|
|
145494
145494
|
},
|
|
145495
145495
|
"className": {
|
|
@@ -178126,13 +178126,13 @@
|
|
|
178126
178126
|
"name": "SVGAttributes"
|
|
178127
178127
|
},
|
|
178128
178128
|
{
|
|
178129
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
178130
|
-
"name": "
|
|
178129
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
178130
|
+
"name": "YAxisProps"
|
|
178131
178131
|
}
|
|
178132
178132
|
],
|
|
178133
178133
|
"required": false,
|
|
178134
178134
|
"type": {
|
|
178135
|
-
"name": "\"
|
|
178135
|
+
"name": "\"left\" | \"right\""
|
|
178136
178136
|
}
|
|
178137
178137
|
},
|
|
178138
178138
|
"origin": {
|
|
@@ -205538,10 +205538,10 @@
|
|
|
205538
205538
|
"name": "() => ArrayIterator<any>"
|
|
205539
205539
|
}
|
|
205540
205540
|
},
|
|
205541
|
-
"__@unscopables@
|
|
205541
|
+
"__@unscopables@1102": {
|
|
205542
205542
|
"defaultValue": null,
|
|
205543
205543
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
205544
|
-
"name": "__@unscopables@
|
|
205544
|
+
"name": "__@unscopables@1102",
|
|
205545
205545
|
"parent": {
|
|
205546
205546
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
205547
205547
|
"name": "Array"
|
|
@@ -206374,10 +206374,10 @@
|
|
|
206374
206374
|
"name": "() => ArrayIterator<any>"
|
|
206375
206375
|
}
|
|
206376
206376
|
},
|
|
206377
|
-
"__@unscopables@
|
|
206377
|
+
"__@unscopables@1102": {
|
|
206378
206378
|
"defaultValue": null,
|
|
206379
206379
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
206380
|
-
"name": "__@unscopables@
|
|
206380
|
+
"name": "__@unscopables@1102",
|
|
206381
206381
|
"parent": {
|
|
206382
206382
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
206383
206383
|
"name": "Array"
|
|
@@ -207210,10 +207210,10 @@
|
|
|
207210
207210
|
"name": "() => ArrayIterator<any>"
|
|
207211
207211
|
}
|
|
207212
207212
|
},
|
|
207213
|
-
"__@unscopables@
|
|
207213
|
+
"__@unscopables@1102": {
|
|
207214
207214
|
"defaultValue": null,
|
|
207215
207215
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
207216
|
-
"name": "__@unscopables@
|
|
207216
|
+
"name": "__@unscopables@1102",
|
|
207217
207217
|
"parent": {
|
|
207218
207218
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
207219
207219
|
"name": "Array"
|
|
@@ -231705,131 +231705,269 @@
|
|
|
231705
231705
|
}
|
|
231706
231706
|
}
|
|
231707
231707
|
},
|
|
231708
|
-
{
|
|
231709
|
-
"tags": {},
|
|
231710
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
231711
|
-
"description": "",
|
|
231712
|
-
"displayName": "ListItemView",
|
|
231713
|
-
"methods": [],
|
|
231714
|
-
"props": {
|
|
231715
|
-
"children": {
|
|
231716
|
-
"defaultValue": null,
|
|
231717
|
-
"description": "",
|
|
231718
|
-
"name": "children",
|
|
231719
|
-
"declarations": [
|
|
231720
|
-
{
|
|
231721
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231722
|
-
"name": "TypeLiteral"
|
|
231723
|
-
}
|
|
231724
|
-
],
|
|
231725
|
-
"required": false,
|
|
231726
|
-
"type": {
|
|
231727
|
-
"name": "ReactNode"
|
|
231728
|
-
}
|
|
231729
|
-
},
|
|
231730
|
-
"s": {
|
|
231731
|
-
"defaultValue": null,
|
|
231732
|
-
"description": "Column layout for container size s.",
|
|
231733
|
-
"name": "s",
|
|
231734
|
-
"parent": {
|
|
231735
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231736
|
-
"name": "ColumnLayoutProps"
|
|
231737
|
-
},
|
|
231738
|
-
"declarations": [
|
|
231739
|
-
{
|
|
231740
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231741
|
-
"name": "ColumnLayoutProps"
|
|
231742
|
-
}
|
|
231743
|
-
],
|
|
231744
|
-
"required": false,
|
|
231745
|
-
"type": {
|
|
231746
|
-
"name": "(number | null)[]"
|
|
231747
|
-
}
|
|
231748
|
-
},
|
|
231749
|
-
"m": {
|
|
231750
|
-
"defaultValue": null,
|
|
231751
|
-
"description": "Column layout for container size m.",
|
|
231752
|
-
"name": "m",
|
|
231753
|
-
"parent": {
|
|
231754
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231755
|
-
"name": "ColumnLayoutProps"
|
|
231756
|
-
},
|
|
231757
|
-
"declarations": [
|
|
231758
|
-
{
|
|
231759
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231760
|
-
"name": "ColumnLayoutProps"
|
|
231761
|
-
}
|
|
231762
|
-
],
|
|
231763
|
-
"required": false,
|
|
231764
|
-
"type": {
|
|
231765
|
-
"name": "(number | null)[]"
|
|
231766
|
-
}
|
|
231767
|
-
},
|
|
231768
|
-
"l": {
|
|
231769
|
-
"defaultValue": null,
|
|
231770
|
-
"description": "Column layout for container size l.",
|
|
231771
|
-
"name": "l",
|
|
231772
|
-
"parent": {
|
|
231773
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231774
|
-
"name": "ColumnLayoutProps"
|
|
231775
|
-
},
|
|
231776
|
-
"declarations": [
|
|
231777
|
-
{
|
|
231778
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231779
|
-
"name": "ColumnLayoutProps"
|
|
231780
|
-
}
|
|
231781
|
-
],
|
|
231782
|
-
"required": false,
|
|
231783
|
-
"type": {
|
|
231784
|
-
"name": "(number | null)[]"
|
|
231785
|
-
}
|
|
231786
|
-
}
|
|
231787
|
-
}
|
|
231788
|
-
},
|
|
231789
|
-
{
|
|
231790
|
-
"tags": {},
|
|
231791
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
231792
|
-
"description": "",
|
|
231793
|
-
"displayName": "Items",
|
|
231794
|
-
"methods": [],
|
|
231795
|
-
"props": {}
|
|
231796
|
-
},
|
|
231797
|
-
{
|
|
231798
|
-
"tags": {},
|
|
231799
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
231800
|
-
"description": "",
|
|
231801
|
-
"displayName": "Header",
|
|
231802
|
-
"methods": [],
|
|
231803
|
-
"props": {
|
|
231804
|
-
"className": {
|
|
231805
|
-
"defaultValue": null,
|
|
231806
|
-
"description": "The elements class name.",
|
|
231807
|
-
"name": "className",
|
|
231808
|
-
"parent": {
|
|
231809
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231810
|
-
"name": "PropsWithClassName"
|
|
231811
|
-
},
|
|
231812
|
-
"declarations": [
|
|
231813
|
-
{
|
|
231814
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231815
|
-
"name": "PropsWithClassName"
|
|
231816
|
-
}
|
|
231817
|
-
],
|
|
231818
|
-
"required": false,
|
|
231819
|
-
"type": {
|
|
231820
|
-
"name": "string"
|
|
231821
|
-
}
|
|
231822
|
-
}
|
|
231823
|
-
}
|
|
231824
|
-
},
|
|
231825
|
-
{
|
|
231826
|
-
"tags": {},
|
|
231827
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
231828
|
-
"description": "",
|
|
231829
|
-
"displayName": "Footer",
|
|
231830
|
-
"methods": [],
|
|
231831
|
-
"props": {}
|
|
231832
|
-
},
|
|
231708
|
+
{
|
|
231709
|
+
"tags": {},
|
|
231710
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
231711
|
+
"description": "",
|
|
231712
|
+
"displayName": "ListItemView",
|
|
231713
|
+
"methods": [],
|
|
231714
|
+
"props": {
|
|
231715
|
+
"children": {
|
|
231716
|
+
"defaultValue": null,
|
|
231717
|
+
"description": "",
|
|
231718
|
+
"name": "children",
|
|
231719
|
+
"declarations": [
|
|
231720
|
+
{
|
|
231721
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231722
|
+
"name": "TypeLiteral"
|
|
231723
|
+
}
|
|
231724
|
+
],
|
|
231725
|
+
"required": false,
|
|
231726
|
+
"type": {
|
|
231727
|
+
"name": "ReactNode"
|
|
231728
|
+
}
|
|
231729
|
+
},
|
|
231730
|
+
"s": {
|
|
231731
|
+
"defaultValue": null,
|
|
231732
|
+
"description": "Column layout for container size s.",
|
|
231733
|
+
"name": "s",
|
|
231734
|
+
"parent": {
|
|
231735
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231736
|
+
"name": "ColumnLayoutProps"
|
|
231737
|
+
},
|
|
231738
|
+
"declarations": [
|
|
231739
|
+
{
|
|
231740
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231741
|
+
"name": "ColumnLayoutProps"
|
|
231742
|
+
}
|
|
231743
|
+
],
|
|
231744
|
+
"required": false,
|
|
231745
|
+
"type": {
|
|
231746
|
+
"name": "(number | null)[]"
|
|
231747
|
+
}
|
|
231748
|
+
},
|
|
231749
|
+
"m": {
|
|
231750
|
+
"defaultValue": null,
|
|
231751
|
+
"description": "Column layout for container size m.",
|
|
231752
|
+
"name": "m",
|
|
231753
|
+
"parent": {
|
|
231754
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231755
|
+
"name": "ColumnLayoutProps"
|
|
231756
|
+
},
|
|
231757
|
+
"declarations": [
|
|
231758
|
+
{
|
|
231759
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231760
|
+
"name": "ColumnLayoutProps"
|
|
231761
|
+
}
|
|
231762
|
+
],
|
|
231763
|
+
"required": false,
|
|
231764
|
+
"type": {
|
|
231765
|
+
"name": "(number | null)[]"
|
|
231766
|
+
}
|
|
231767
|
+
},
|
|
231768
|
+
"l": {
|
|
231769
|
+
"defaultValue": null,
|
|
231770
|
+
"description": "Column layout for container size l.",
|
|
231771
|
+
"name": "l",
|
|
231772
|
+
"parent": {
|
|
231773
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231774
|
+
"name": "ColumnLayoutProps"
|
|
231775
|
+
},
|
|
231776
|
+
"declarations": [
|
|
231777
|
+
{
|
|
231778
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231779
|
+
"name": "ColumnLayoutProps"
|
|
231780
|
+
}
|
|
231781
|
+
],
|
|
231782
|
+
"required": false,
|
|
231783
|
+
"type": {
|
|
231784
|
+
"name": "(number | null)[]"
|
|
231785
|
+
}
|
|
231786
|
+
}
|
|
231787
|
+
}
|
|
231788
|
+
},
|
|
231789
|
+
{
|
|
231790
|
+
"tags": {},
|
|
231791
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
231792
|
+
"description": "",
|
|
231793
|
+
"displayName": "Items",
|
|
231794
|
+
"methods": [],
|
|
231795
|
+
"props": {}
|
|
231796
|
+
},
|
|
231797
|
+
{
|
|
231798
|
+
"tags": {},
|
|
231799
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
231800
|
+
"description": "",
|
|
231801
|
+
"displayName": "Header",
|
|
231802
|
+
"methods": [],
|
|
231803
|
+
"props": {
|
|
231804
|
+
"className": {
|
|
231805
|
+
"defaultValue": null,
|
|
231806
|
+
"description": "The elements class name.",
|
|
231807
|
+
"name": "className",
|
|
231808
|
+
"parent": {
|
|
231809
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231810
|
+
"name": "PropsWithClassName"
|
|
231811
|
+
},
|
|
231812
|
+
"declarations": [
|
|
231813
|
+
{
|
|
231814
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231815
|
+
"name": "PropsWithClassName"
|
|
231816
|
+
}
|
|
231817
|
+
],
|
|
231818
|
+
"required": false,
|
|
231819
|
+
"type": {
|
|
231820
|
+
"name": "string"
|
|
231821
|
+
}
|
|
231822
|
+
}
|
|
231823
|
+
}
|
|
231824
|
+
},
|
|
231825
|
+
{
|
|
231826
|
+
"tags": {},
|
|
231827
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
231828
|
+
"description": "",
|
|
231829
|
+
"displayName": "Footer",
|
|
231830
|
+
"methods": [],
|
|
231831
|
+
"props": {}
|
|
231832
|
+
},
|
|
231833
|
+
{
|
|
231834
|
+
"tags": {},
|
|
231835
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
231836
|
+
"description": "",
|
|
231837
|
+
"displayName": "LightBoxTrigger",
|
|
231838
|
+
"methods": [],
|
|
231839
|
+
"props": {
|
|
231840
|
+
"isDefaultOpen": {
|
|
231841
|
+
"defaultValue": null,
|
|
231842
|
+
"description": "Whether the overlay should be open initially.",
|
|
231843
|
+
"name": "isDefaultOpen",
|
|
231844
|
+
"parent": {
|
|
231845
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231846
|
+
"name": "OverlayTriggerProps"
|
|
231847
|
+
},
|
|
231848
|
+
"declarations": [
|
|
231849
|
+
{
|
|
231850
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231851
|
+
"name": "OverlayTriggerProps"
|
|
231852
|
+
}
|
|
231853
|
+
],
|
|
231854
|
+
"required": false,
|
|
231855
|
+
"type": {
|
|
231856
|
+
"name": "boolean"
|
|
231857
|
+
}
|
|
231858
|
+
},
|
|
231859
|
+
"controller": {
|
|
231860
|
+
"defaultValue": null,
|
|
231861
|
+
"description": "A controller to control the state of the overlay.",
|
|
231862
|
+
"name": "controller",
|
|
231863
|
+
"parent": {
|
|
231864
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231865
|
+
"name": "OverlayTriggerProps"
|
|
231866
|
+
},
|
|
231867
|
+
"declarations": [
|
|
231868
|
+
{
|
|
231869
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231870
|
+
"name": "OverlayTriggerProps"
|
|
231871
|
+
}
|
|
231872
|
+
],
|
|
231873
|
+
"required": false,
|
|
231874
|
+
"type": {
|
|
231875
|
+
"name": "OverlayController"
|
|
231876
|
+
}
|
|
231877
|
+
},
|
|
231878
|
+
"wrapWith": {
|
|
231879
|
+
"defaultValue": null,
|
|
231880
|
+
"description": "",
|
|
231881
|
+
"name": "wrapWith",
|
|
231882
|
+
"parent": {
|
|
231883
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
231884
|
+
"name": "FlowComponentProps"
|
|
231885
|
+
},
|
|
231886
|
+
"declarations": [
|
|
231887
|
+
{
|
|
231888
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
231889
|
+
"name": "FlowComponentProps"
|
|
231890
|
+
}
|
|
231891
|
+
],
|
|
231892
|
+
"required": false,
|
|
231893
|
+
"type": {
|
|
231894
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
231895
|
+
}
|
|
231896
|
+
},
|
|
231897
|
+
"tunnelId": {
|
|
231898
|
+
"defaultValue": null,
|
|
231899
|
+
"description": "@internal",
|
|
231900
|
+
"name": "tunnelId",
|
|
231901
|
+
"parent": {
|
|
231902
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231903
|
+
"name": "PropsWithTunnel"
|
|
231904
|
+
},
|
|
231905
|
+
"declarations": [
|
|
231906
|
+
{
|
|
231907
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231908
|
+
"name": "PropsWithTunnel"
|
|
231909
|
+
}
|
|
231910
|
+
],
|
|
231911
|
+
"required": false,
|
|
231912
|
+
"type": {
|
|
231913
|
+
"name": "string | null"
|
|
231914
|
+
}
|
|
231915
|
+
},
|
|
231916
|
+
"ref": {
|
|
231917
|
+
"defaultValue": null,
|
|
231918
|
+
"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}",
|
|
231919
|
+
"name": "ref",
|
|
231920
|
+
"parent": {
|
|
231921
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231922
|
+
"name": "RefAttributes"
|
|
231923
|
+
},
|
|
231924
|
+
"declarations": [
|
|
231925
|
+
{
|
|
231926
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231927
|
+
"name": "RefAttributes"
|
|
231928
|
+
}
|
|
231929
|
+
],
|
|
231930
|
+
"required": false,
|
|
231931
|
+
"type": {
|
|
231932
|
+
"name": "Ref<HTMLInputElement>"
|
|
231933
|
+
}
|
|
231934
|
+
},
|
|
231935
|
+
"key": {
|
|
231936
|
+
"defaultValue": null,
|
|
231937
|
+
"description": "",
|
|
231938
|
+
"name": "key",
|
|
231939
|
+
"parent": {
|
|
231940
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231941
|
+
"name": "Attributes"
|
|
231942
|
+
},
|
|
231943
|
+
"declarations": [
|
|
231944
|
+
{
|
|
231945
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231946
|
+
"name": "Attributes"
|
|
231947
|
+
}
|
|
231948
|
+
],
|
|
231949
|
+
"required": false,
|
|
231950
|
+
"type": {
|
|
231951
|
+
"name": "Key | null"
|
|
231952
|
+
}
|
|
231953
|
+
},
|
|
231954
|
+
"children": {
|
|
231955
|
+
"defaultValue": null,
|
|
231956
|
+
"description": "",
|
|
231957
|
+
"name": "children",
|
|
231958
|
+
"declarations": [
|
|
231959
|
+
{
|
|
231960
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231961
|
+
"name": "TypeLiteral"
|
|
231962
|
+
}
|
|
231963
|
+
],
|
|
231964
|
+
"required": false,
|
|
231965
|
+
"type": {
|
|
231966
|
+
"name": "ReactNode"
|
|
231967
|
+
}
|
|
231968
|
+
}
|
|
231969
|
+
}
|
|
231970
|
+
},
|
|
231833
231971
|
{
|
|
231834
231972
|
"tags": {},
|
|
231835
231973
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -232616,144 +232754,6 @@
|
|
|
232616
232754
|
}
|
|
232617
232755
|
}
|
|
232618
232756
|
},
|
|
232619
|
-
{
|
|
232620
|
-
"tags": {},
|
|
232621
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
232622
|
-
"description": "",
|
|
232623
|
-
"displayName": "LightBoxTrigger",
|
|
232624
|
-
"methods": [],
|
|
232625
|
-
"props": {
|
|
232626
|
-
"isDefaultOpen": {
|
|
232627
|
-
"defaultValue": null,
|
|
232628
|
-
"description": "Whether the overlay should be open initially.",
|
|
232629
|
-
"name": "isDefaultOpen",
|
|
232630
|
-
"parent": {
|
|
232631
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232632
|
-
"name": "OverlayTriggerProps"
|
|
232633
|
-
},
|
|
232634
|
-
"declarations": [
|
|
232635
|
-
{
|
|
232636
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232637
|
-
"name": "OverlayTriggerProps"
|
|
232638
|
-
}
|
|
232639
|
-
],
|
|
232640
|
-
"required": false,
|
|
232641
|
-
"type": {
|
|
232642
|
-
"name": "boolean"
|
|
232643
|
-
}
|
|
232644
|
-
},
|
|
232645
|
-
"controller": {
|
|
232646
|
-
"defaultValue": null,
|
|
232647
|
-
"description": "A controller to control the state of the overlay.",
|
|
232648
|
-
"name": "controller",
|
|
232649
|
-
"parent": {
|
|
232650
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232651
|
-
"name": "OverlayTriggerProps"
|
|
232652
|
-
},
|
|
232653
|
-
"declarations": [
|
|
232654
|
-
{
|
|
232655
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232656
|
-
"name": "OverlayTriggerProps"
|
|
232657
|
-
}
|
|
232658
|
-
],
|
|
232659
|
-
"required": false,
|
|
232660
|
-
"type": {
|
|
232661
|
-
"name": "OverlayController"
|
|
232662
|
-
}
|
|
232663
|
-
},
|
|
232664
|
-
"wrapWith": {
|
|
232665
|
-
"defaultValue": null,
|
|
232666
|
-
"description": "",
|
|
232667
|
-
"name": "wrapWith",
|
|
232668
|
-
"parent": {
|
|
232669
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
232670
|
-
"name": "FlowComponentProps"
|
|
232671
|
-
},
|
|
232672
|
-
"declarations": [
|
|
232673
|
-
{
|
|
232674
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
232675
|
-
"name": "FlowComponentProps"
|
|
232676
|
-
}
|
|
232677
|
-
],
|
|
232678
|
-
"required": false,
|
|
232679
|
-
"type": {
|
|
232680
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
232681
|
-
}
|
|
232682
|
-
},
|
|
232683
|
-
"tunnelId": {
|
|
232684
|
-
"defaultValue": null,
|
|
232685
|
-
"description": "@internal",
|
|
232686
|
-
"name": "tunnelId",
|
|
232687
|
-
"parent": {
|
|
232688
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
232689
|
-
"name": "PropsWithTunnel"
|
|
232690
|
-
},
|
|
232691
|
-
"declarations": [
|
|
232692
|
-
{
|
|
232693
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
232694
|
-
"name": "PropsWithTunnel"
|
|
232695
|
-
}
|
|
232696
|
-
],
|
|
232697
|
-
"required": false,
|
|
232698
|
-
"type": {
|
|
232699
|
-
"name": "string | null"
|
|
232700
|
-
}
|
|
232701
|
-
},
|
|
232702
|
-
"ref": {
|
|
232703
|
-
"defaultValue": null,
|
|
232704
|
-
"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}",
|
|
232705
|
-
"name": "ref",
|
|
232706
|
-
"parent": {
|
|
232707
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232708
|
-
"name": "RefAttributes"
|
|
232709
|
-
},
|
|
232710
|
-
"declarations": [
|
|
232711
|
-
{
|
|
232712
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232713
|
-
"name": "RefAttributes"
|
|
232714
|
-
}
|
|
232715
|
-
],
|
|
232716
|
-
"required": false,
|
|
232717
|
-
"type": {
|
|
232718
|
-
"name": "Ref<HTMLInputElement>"
|
|
232719
|
-
}
|
|
232720
|
-
},
|
|
232721
|
-
"key": {
|
|
232722
|
-
"defaultValue": null,
|
|
232723
|
-
"description": "",
|
|
232724
|
-
"name": "key",
|
|
232725
|
-
"parent": {
|
|
232726
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232727
|
-
"name": "Attributes"
|
|
232728
|
-
},
|
|
232729
|
-
"declarations": [
|
|
232730
|
-
{
|
|
232731
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232732
|
-
"name": "Attributes"
|
|
232733
|
-
}
|
|
232734
|
-
],
|
|
232735
|
-
"required": false,
|
|
232736
|
-
"type": {
|
|
232737
|
-
"name": "Key | null"
|
|
232738
|
-
}
|
|
232739
|
-
},
|
|
232740
|
-
"children": {
|
|
232741
|
-
"defaultValue": null,
|
|
232742
|
-
"description": "",
|
|
232743
|
-
"name": "children",
|
|
232744
|
-
"declarations": [
|
|
232745
|
-
{
|
|
232746
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232747
|
-
"name": "TypeLiteral"
|
|
232748
|
-
}
|
|
232749
|
-
],
|
|
232750
|
-
"required": false,
|
|
232751
|
-
"type": {
|
|
232752
|
-
"name": "ReactNode"
|
|
232753
|
-
}
|
|
232754
|
-
}
|
|
232755
|
-
}
|
|
232756
|
-
},
|
|
232757
232757
|
{
|
|
232758
232758
|
"tags": {},
|
|
232759
232759
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
@@ -233096,6 +233096,146 @@
|
|
|
233096
233096
|
}
|
|
233097
233097
|
}
|
|
233098
233098
|
},
|
|
233099
|
+
{
|
|
233100
|
+
"tags": {
|
|
233101
|
+
"flr-generate": "all"
|
|
233102
|
+
},
|
|
233103
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
233104
|
+
"description": "",
|
|
233105
|
+
"displayName": "ContextMenuTrigger",
|
|
233106
|
+
"methods": [],
|
|
233107
|
+
"props": {
|
|
233108
|
+
"isDefaultOpen": {
|
|
233109
|
+
"defaultValue": null,
|
|
233110
|
+
"description": "Whether the overlay should be open initially.",
|
|
233111
|
+
"name": "isDefaultOpen",
|
|
233112
|
+
"parent": {
|
|
233113
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233114
|
+
"name": "OverlayTriggerProps"
|
|
233115
|
+
},
|
|
233116
|
+
"declarations": [
|
|
233117
|
+
{
|
|
233118
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233119
|
+
"name": "OverlayTriggerProps"
|
|
233120
|
+
}
|
|
233121
|
+
],
|
|
233122
|
+
"required": false,
|
|
233123
|
+
"type": {
|
|
233124
|
+
"name": "boolean"
|
|
233125
|
+
}
|
|
233126
|
+
},
|
|
233127
|
+
"controller": {
|
|
233128
|
+
"defaultValue": null,
|
|
233129
|
+
"description": "A controller to control the state of the overlay.",
|
|
233130
|
+
"name": "controller",
|
|
233131
|
+
"parent": {
|
|
233132
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233133
|
+
"name": "OverlayTriggerProps"
|
|
233134
|
+
},
|
|
233135
|
+
"declarations": [
|
|
233136
|
+
{
|
|
233137
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233138
|
+
"name": "OverlayTriggerProps"
|
|
233139
|
+
}
|
|
233140
|
+
],
|
|
233141
|
+
"required": false,
|
|
233142
|
+
"type": {
|
|
233143
|
+
"name": "OverlayController"
|
|
233144
|
+
}
|
|
233145
|
+
},
|
|
233146
|
+
"wrapWith": {
|
|
233147
|
+
"defaultValue": null,
|
|
233148
|
+
"description": "",
|
|
233149
|
+
"name": "wrapWith",
|
|
233150
|
+
"parent": {
|
|
233151
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233152
|
+
"name": "FlowComponentProps"
|
|
233153
|
+
},
|
|
233154
|
+
"declarations": [
|
|
233155
|
+
{
|
|
233156
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233157
|
+
"name": "FlowComponentProps"
|
|
233158
|
+
}
|
|
233159
|
+
],
|
|
233160
|
+
"required": false,
|
|
233161
|
+
"type": {
|
|
233162
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233163
|
+
}
|
|
233164
|
+
},
|
|
233165
|
+
"tunnelId": {
|
|
233166
|
+
"defaultValue": null,
|
|
233167
|
+
"description": "@internal",
|
|
233168
|
+
"name": "tunnelId",
|
|
233169
|
+
"parent": {
|
|
233170
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233171
|
+
"name": "PropsWithTunnel"
|
|
233172
|
+
},
|
|
233173
|
+
"declarations": [
|
|
233174
|
+
{
|
|
233175
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233176
|
+
"name": "PropsWithTunnel"
|
|
233177
|
+
}
|
|
233178
|
+
],
|
|
233179
|
+
"required": false,
|
|
233180
|
+
"type": {
|
|
233181
|
+
"name": "string | null"
|
|
233182
|
+
}
|
|
233183
|
+
},
|
|
233184
|
+
"ref": {
|
|
233185
|
+
"defaultValue": null,
|
|
233186
|
+
"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}",
|
|
233187
|
+
"name": "ref",
|
|
233188
|
+
"parent": {
|
|
233189
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233190
|
+
"name": "RefAttributes"
|
|
233191
|
+
},
|
|
233192
|
+
"declarations": [
|
|
233193
|
+
{
|
|
233194
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233195
|
+
"name": "RefAttributes"
|
|
233196
|
+
}
|
|
233197
|
+
],
|
|
233198
|
+
"required": false,
|
|
233199
|
+
"type": {
|
|
233200
|
+
"name": "Ref<HTMLInputElement>"
|
|
233201
|
+
}
|
|
233202
|
+
},
|
|
233203
|
+
"key": {
|
|
233204
|
+
"defaultValue": null,
|
|
233205
|
+
"description": "",
|
|
233206
|
+
"name": "key",
|
|
233207
|
+
"parent": {
|
|
233208
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233209
|
+
"name": "Attributes"
|
|
233210
|
+
},
|
|
233211
|
+
"declarations": [
|
|
233212
|
+
{
|
|
233213
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233214
|
+
"name": "Attributes"
|
|
233215
|
+
}
|
|
233216
|
+
],
|
|
233217
|
+
"required": false,
|
|
233218
|
+
"type": {
|
|
233219
|
+
"name": "Key | null"
|
|
233220
|
+
}
|
|
233221
|
+
},
|
|
233222
|
+
"children": {
|
|
233223
|
+
"defaultValue": null,
|
|
233224
|
+
"description": "",
|
|
233225
|
+
"name": "children",
|
|
233226
|
+
"declarations": [
|
|
233227
|
+
{
|
|
233228
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233229
|
+
"name": "TypeLiteral"
|
|
233230
|
+
}
|
|
233231
|
+
],
|
|
233232
|
+
"required": false,
|
|
233233
|
+
"type": {
|
|
233234
|
+
"name": "ReactNode"
|
|
233235
|
+
}
|
|
233236
|
+
}
|
|
233237
|
+
}
|
|
233238
|
+
},
|
|
233099
233239
|
{
|
|
233100
233240
|
"tags": {
|
|
233101
233241
|
"flr-generate": "all"
|
|
@@ -233758,146 +233898,6 @@
|
|
|
233758
233898
|
}
|
|
233759
233899
|
}
|
|
233760
233900
|
},
|
|
233761
|
-
{
|
|
233762
|
-
"tags": {
|
|
233763
|
-
"flr-generate": "all"
|
|
233764
|
-
},
|
|
233765
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
233766
|
-
"description": "",
|
|
233767
|
-
"displayName": "ContextMenuTrigger",
|
|
233768
|
-
"methods": [],
|
|
233769
|
-
"props": {
|
|
233770
|
-
"isDefaultOpen": {
|
|
233771
|
-
"defaultValue": null,
|
|
233772
|
-
"description": "Whether the overlay should be open initially.",
|
|
233773
|
-
"name": "isDefaultOpen",
|
|
233774
|
-
"parent": {
|
|
233775
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233776
|
-
"name": "OverlayTriggerProps"
|
|
233777
|
-
},
|
|
233778
|
-
"declarations": [
|
|
233779
|
-
{
|
|
233780
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233781
|
-
"name": "OverlayTriggerProps"
|
|
233782
|
-
}
|
|
233783
|
-
],
|
|
233784
|
-
"required": false,
|
|
233785
|
-
"type": {
|
|
233786
|
-
"name": "boolean"
|
|
233787
|
-
}
|
|
233788
|
-
},
|
|
233789
|
-
"controller": {
|
|
233790
|
-
"defaultValue": null,
|
|
233791
|
-
"description": "A controller to control the state of the overlay.",
|
|
233792
|
-
"name": "controller",
|
|
233793
|
-
"parent": {
|
|
233794
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233795
|
-
"name": "OverlayTriggerProps"
|
|
233796
|
-
},
|
|
233797
|
-
"declarations": [
|
|
233798
|
-
{
|
|
233799
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233800
|
-
"name": "OverlayTriggerProps"
|
|
233801
|
-
}
|
|
233802
|
-
],
|
|
233803
|
-
"required": false,
|
|
233804
|
-
"type": {
|
|
233805
|
-
"name": "OverlayController"
|
|
233806
|
-
}
|
|
233807
|
-
},
|
|
233808
|
-
"wrapWith": {
|
|
233809
|
-
"defaultValue": null,
|
|
233810
|
-
"description": "",
|
|
233811
|
-
"name": "wrapWith",
|
|
233812
|
-
"parent": {
|
|
233813
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233814
|
-
"name": "FlowComponentProps"
|
|
233815
|
-
},
|
|
233816
|
-
"declarations": [
|
|
233817
|
-
{
|
|
233818
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233819
|
-
"name": "FlowComponentProps"
|
|
233820
|
-
}
|
|
233821
|
-
],
|
|
233822
|
-
"required": false,
|
|
233823
|
-
"type": {
|
|
233824
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233825
|
-
}
|
|
233826
|
-
},
|
|
233827
|
-
"tunnelId": {
|
|
233828
|
-
"defaultValue": null,
|
|
233829
|
-
"description": "@internal",
|
|
233830
|
-
"name": "tunnelId",
|
|
233831
|
-
"parent": {
|
|
233832
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233833
|
-
"name": "PropsWithTunnel"
|
|
233834
|
-
},
|
|
233835
|
-
"declarations": [
|
|
233836
|
-
{
|
|
233837
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233838
|
-
"name": "PropsWithTunnel"
|
|
233839
|
-
}
|
|
233840
|
-
],
|
|
233841
|
-
"required": false,
|
|
233842
|
-
"type": {
|
|
233843
|
-
"name": "string | null"
|
|
233844
|
-
}
|
|
233845
|
-
},
|
|
233846
|
-
"ref": {
|
|
233847
|
-
"defaultValue": null,
|
|
233848
|
-
"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}",
|
|
233849
|
-
"name": "ref",
|
|
233850
|
-
"parent": {
|
|
233851
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233852
|
-
"name": "RefAttributes"
|
|
233853
|
-
},
|
|
233854
|
-
"declarations": [
|
|
233855
|
-
{
|
|
233856
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233857
|
-
"name": "RefAttributes"
|
|
233858
|
-
}
|
|
233859
|
-
],
|
|
233860
|
-
"required": false,
|
|
233861
|
-
"type": {
|
|
233862
|
-
"name": "Ref<HTMLInputElement>"
|
|
233863
|
-
}
|
|
233864
|
-
},
|
|
233865
|
-
"key": {
|
|
233866
|
-
"defaultValue": null,
|
|
233867
|
-
"description": "",
|
|
233868
|
-
"name": "key",
|
|
233869
|
-
"parent": {
|
|
233870
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233871
|
-
"name": "Attributes"
|
|
233872
|
-
},
|
|
233873
|
-
"declarations": [
|
|
233874
|
-
{
|
|
233875
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233876
|
-
"name": "Attributes"
|
|
233877
|
-
}
|
|
233878
|
-
],
|
|
233879
|
-
"required": false,
|
|
233880
|
-
"type": {
|
|
233881
|
-
"name": "Key | null"
|
|
233882
|
-
}
|
|
233883
|
-
},
|
|
233884
|
-
"children": {
|
|
233885
|
-
"defaultValue": null,
|
|
233886
|
-
"description": "",
|
|
233887
|
-
"name": "children",
|
|
233888
|
-
"declarations": [
|
|
233889
|
-
{
|
|
233890
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233891
|
-
"name": "TypeLiteral"
|
|
233892
|
-
}
|
|
233893
|
-
],
|
|
233894
|
-
"required": false,
|
|
233895
|
-
"type": {
|
|
233896
|
-
"name": "ReactNode"
|
|
233897
|
-
}
|
|
233898
|
-
}
|
|
233899
|
-
}
|
|
233900
|
-
},
|
|
233901
233901
|
{
|
|
233902
233902
|
"tags": {},
|
|
233903
233903
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
|
|
@@ -239067,13 +239067,13 @@
|
|
|
239067
239067
|
"name": "SVGAttributes"
|
|
239068
239068
|
},
|
|
239069
239069
|
{
|
|
239070
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
239071
|
-
"name": "
|
|
239070
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
239071
|
+
"name": "YAxisProps"
|
|
239072
239072
|
}
|
|
239073
239073
|
],
|
|
239074
239074
|
"required": false,
|
|
239075
239075
|
"type": {
|
|
239076
|
-
"name": "\"
|
|
239076
|
+
"name": "\"left\" | \"right\""
|
|
239077
239077
|
}
|
|
239078
239078
|
},
|
|
239079
239079
|
"origin": {
|
|
@@ -249743,13 +249743,13 @@
|
|
|
249743
249743
|
"name": "SVGAttributes"
|
|
249744
249744
|
},
|
|
249745
249745
|
{
|
|
249746
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
249747
|
-
"name": "
|
|
249746
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
249747
|
+
"name": "YAxisProps"
|
|
249748
249748
|
}
|
|
249749
249749
|
],
|
|
249750
249750
|
"required": false,
|
|
249751
249751
|
"type": {
|
|
249752
|
-
"name": "\"
|
|
249752
|
+
"name": "\"left\" | \"right\""
|
|
249753
249753
|
}
|
|
249754
249754
|
},
|
|
249755
249755
|
"origin": {
|