@mittwald/flow-react-components 0.2.0-alpha.462 → 0.2.0-alpha.463
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +761 -761
- package/dist/css/all.css +1 -1
- package/package.json +4 -4
|
@@ -56055,6 +56055,125 @@
|
|
|
56055
56055
|
}
|
|
56056
56056
|
}
|
|
56057
56057
|
},
|
|
56058
|
+
{
|
|
56059
|
+
"tags": {},
|
|
56060
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56061
|
+
"description": "",
|
|
56062
|
+
"displayName": "Overlay",
|
|
56063
|
+
"methods": [],
|
|
56064
|
+
"props": {
|
|
56065
|
+
"ref": {
|
|
56066
|
+
"defaultValue": null,
|
|
56067
|
+
"description": "",
|
|
56068
|
+
"name": "ref",
|
|
56069
|
+
"parent": {
|
|
56070
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56071
|
+
"name": "OverlayProps"
|
|
56072
|
+
},
|
|
56073
|
+
"declarations": [
|
|
56074
|
+
{
|
|
56075
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56076
|
+
"name": "OverlayProps"
|
|
56077
|
+
}
|
|
56078
|
+
],
|
|
56079
|
+
"required": false,
|
|
56080
|
+
"type": {
|
|
56081
|
+
"name": "Ref<HTMLDivElement>"
|
|
56082
|
+
}
|
|
56083
|
+
},
|
|
56084
|
+
"controller": {
|
|
56085
|
+
"defaultValue": null,
|
|
56086
|
+
"description": "The controller to control the overlay state.",
|
|
56087
|
+
"name": "controller",
|
|
56088
|
+
"parent": {
|
|
56089
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56090
|
+
"name": "OverlayProps"
|
|
56091
|
+
},
|
|
56092
|
+
"declarations": [
|
|
56093
|
+
{
|
|
56094
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56095
|
+
"name": "OverlayProps"
|
|
56096
|
+
}
|
|
56097
|
+
],
|
|
56098
|
+
"required": false,
|
|
56099
|
+
"type": {
|
|
56100
|
+
"name": "OverlayController"
|
|
56101
|
+
}
|
|
56102
|
+
},
|
|
56103
|
+
"isDismissable": {
|
|
56104
|
+
"defaultValue": null,
|
|
56105
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56106
|
+
"name": "isDismissable",
|
|
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": "boolean"
|
|
56120
|
+
}
|
|
56121
|
+
},
|
|
56122
|
+
"overlayType": {
|
|
56123
|
+
"defaultValue": null,
|
|
56124
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
56125
|
+
"name": "overlayType",
|
|
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": "\"LightBox\" | \"Modal\""
|
|
56139
|
+
}
|
|
56140
|
+
},
|
|
56141
|
+
"children": {
|
|
56142
|
+
"defaultValue": null,
|
|
56143
|
+
"description": "",
|
|
56144
|
+
"name": "children",
|
|
56145
|
+
"declarations": [
|
|
56146
|
+
{
|
|
56147
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56148
|
+
"name": "TypeLiteral"
|
|
56149
|
+
}
|
|
56150
|
+
],
|
|
56151
|
+
"required": false,
|
|
56152
|
+
"type": {
|
|
56153
|
+
"name": "ReactNode"
|
|
56154
|
+
}
|
|
56155
|
+
},
|
|
56156
|
+
"className": {
|
|
56157
|
+
"defaultValue": null,
|
|
56158
|
+
"description": "The elements class name.",
|
|
56159
|
+
"name": "className",
|
|
56160
|
+
"parent": {
|
|
56161
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56162
|
+
"name": "PropsWithClassName"
|
|
56163
|
+
},
|
|
56164
|
+
"declarations": [
|
|
56165
|
+
{
|
|
56166
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56167
|
+
"name": "PropsWithClassName"
|
|
56168
|
+
}
|
|
56169
|
+
],
|
|
56170
|
+
"required": false,
|
|
56171
|
+
"type": {
|
|
56172
|
+
"name": "string"
|
|
56173
|
+
}
|
|
56174
|
+
}
|
|
56175
|
+
}
|
|
56176
|
+
},
|
|
56058
56177
|
{
|
|
56059
56178
|
"tags": {},
|
|
56060
56179
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
@@ -56231,125 +56350,6 @@
|
|
|
56231
56350
|
}
|
|
56232
56351
|
}
|
|
56233
56352
|
},
|
|
56234
|
-
{
|
|
56235
|
-
"tags": {},
|
|
56236
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56237
|
-
"description": "",
|
|
56238
|
-
"displayName": "Overlay",
|
|
56239
|
-
"methods": [],
|
|
56240
|
-
"props": {
|
|
56241
|
-
"ref": {
|
|
56242
|
-
"defaultValue": null,
|
|
56243
|
-
"description": "",
|
|
56244
|
-
"name": "ref",
|
|
56245
|
-
"parent": {
|
|
56246
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56247
|
-
"name": "OverlayProps"
|
|
56248
|
-
},
|
|
56249
|
-
"declarations": [
|
|
56250
|
-
{
|
|
56251
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56252
|
-
"name": "OverlayProps"
|
|
56253
|
-
}
|
|
56254
|
-
],
|
|
56255
|
-
"required": false,
|
|
56256
|
-
"type": {
|
|
56257
|
-
"name": "Ref<HTMLDivElement>"
|
|
56258
|
-
}
|
|
56259
|
-
},
|
|
56260
|
-
"controller": {
|
|
56261
|
-
"defaultValue": null,
|
|
56262
|
-
"description": "The controller to control the overlay state.",
|
|
56263
|
-
"name": "controller",
|
|
56264
|
-
"parent": {
|
|
56265
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56266
|
-
"name": "OverlayProps"
|
|
56267
|
-
},
|
|
56268
|
-
"declarations": [
|
|
56269
|
-
{
|
|
56270
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56271
|
-
"name": "OverlayProps"
|
|
56272
|
-
}
|
|
56273
|
-
],
|
|
56274
|
-
"required": false,
|
|
56275
|
-
"type": {
|
|
56276
|
-
"name": "OverlayController"
|
|
56277
|
-
}
|
|
56278
|
-
},
|
|
56279
|
-
"isDismissable": {
|
|
56280
|
-
"defaultValue": null,
|
|
56281
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56282
|
-
"name": "isDismissable",
|
|
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": "boolean"
|
|
56296
|
-
}
|
|
56297
|
-
},
|
|
56298
|
-
"overlayType": {
|
|
56299
|
-
"defaultValue": null,
|
|
56300
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
56301
|
-
"name": "overlayType",
|
|
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": "\"LightBox\" | \"Modal\""
|
|
56315
|
-
}
|
|
56316
|
-
},
|
|
56317
|
-
"children": {
|
|
56318
|
-
"defaultValue": null,
|
|
56319
|
-
"description": "",
|
|
56320
|
-
"name": "children",
|
|
56321
|
-
"declarations": [
|
|
56322
|
-
{
|
|
56323
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56324
|
-
"name": "TypeLiteral"
|
|
56325
|
-
}
|
|
56326
|
-
],
|
|
56327
|
-
"required": false,
|
|
56328
|
-
"type": {
|
|
56329
|
-
"name": "ReactNode"
|
|
56330
|
-
}
|
|
56331
|
-
},
|
|
56332
|
-
"className": {
|
|
56333
|
-
"defaultValue": null,
|
|
56334
|
-
"description": "The elements class name.",
|
|
56335
|
-
"name": "className",
|
|
56336
|
-
"parent": {
|
|
56337
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56338
|
-
"name": "PropsWithClassName"
|
|
56339
|
-
},
|
|
56340
|
-
"declarations": [
|
|
56341
|
-
{
|
|
56342
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56343
|
-
"name": "PropsWithClassName"
|
|
56344
|
-
}
|
|
56345
|
-
],
|
|
56346
|
-
"required": false,
|
|
56347
|
-
"type": {
|
|
56348
|
-
"name": "string"
|
|
56349
|
-
}
|
|
56350
|
-
}
|
|
56351
|
-
}
|
|
56352
|
-
},
|
|
56353
56353
|
{
|
|
56354
56354
|
"tags": {},
|
|
56355
56355
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -93401,165 +93401,6 @@
|
|
|
93401
93401
|
}
|
|
93402
93402
|
}
|
|
93403
93403
|
},
|
|
93404
|
-
{
|
|
93405
|
-
"tags": {},
|
|
93406
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
93407
|
-
"description": "",
|
|
93408
|
-
"displayName": "LightBox",
|
|
93409
|
-
"methods": [],
|
|
93410
|
-
"props": {
|
|
93411
|
-
"controller": {
|
|
93412
|
-
"defaultValue": null,
|
|
93413
|
-
"description": "An overlay controller to control the light box state.",
|
|
93414
|
-
"name": "controller",
|
|
93415
|
-
"parent": {
|
|
93416
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93417
|
-
"name": "LightBoxProps"
|
|
93418
|
-
},
|
|
93419
|
-
"declarations": [
|
|
93420
|
-
{
|
|
93421
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93422
|
-
"name": "LightBoxProps"
|
|
93423
|
-
}
|
|
93424
|
-
],
|
|
93425
|
-
"required": false,
|
|
93426
|
-
"type": {
|
|
93427
|
-
"name": "OverlayController"
|
|
93428
|
-
}
|
|
93429
|
-
},
|
|
93430
|
-
"fitScreen": {
|
|
93431
|
-
"defaultValue": {
|
|
93432
|
-
"value": "true"
|
|
93433
|
-
},
|
|
93434
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
93435
|
-
"name": "fitScreen",
|
|
93436
|
-
"parent": {
|
|
93437
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93438
|
-
"name": "LightBoxProps"
|
|
93439
|
-
},
|
|
93440
|
-
"declarations": [
|
|
93441
|
-
{
|
|
93442
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93443
|
-
"name": "LightBoxProps"
|
|
93444
|
-
}
|
|
93445
|
-
],
|
|
93446
|
-
"required": false,
|
|
93447
|
-
"type": {
|
|
93448
|
-
"name": "boolean"
|
|
93449
|
-
}
|
|
93450
|
-
},
|
|
93451
|
-
"children": {
|
|
93452
|
-
"defaultValue": null,
|
|
93453
|
-
"description": "",
|
|
93454
|
-
"name": "children",
|
|
93455
|
-
"declarations": [
|
|
93456
|
-
{
|
|
93457
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93458
|
-
"name": "TypeLiteral"
|
|
93459
|
-
}
|
|
93460
|
-
],
|
|
93461
|
-
"required": false,
|
|
93462
|
-
"type": {
|
|
93463
|
-
"name": "ReactNode"
|
|
93464
|
-
}
|
|
93465
|
-
},
|
|
93466
|
-
"wrapWith": {
|
|
93467
|
-
"defaultValue": null,
|
|
93468
|
-
"description": "",
|
|
93469
|
-
"name": "wrapWith",
|
|
93470
|
-
"parent": {
|
|
93471
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93472
|
-
"name": "FlowComponentProps"
|
|
93473
|
-
},
|
|
93474
|
-
"declarations": [
|
|
93475
|
-
{
|
|
93476
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93477
|
-
"name": "FlowComponentProps"
|
|
93478
|
-
}
|
|
93479
|
-
],
|
|
93480
|
-
"required": false,
|
|
93481
|
-
"type": {
|
|
93482
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
93483
|
-
}
|
|
93484
|
-
},
|
|
93485
|
-
"tunnelId": {
|
|
93486
|
-
"defaultValue": null,
|
|
93487
|
-
"description": "@internal",
|
|
93488
|
-
"name": "tunnelId",
|
|
93489
|
-
"parent": {
|
|
93490
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93491
|
-
"name": "PropsWithTunnel"
|
|
93492
|
-
},
|
|
93493
|
-
"declarations": [
|
|
93494
|
-
{
|
|
93495
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93496
|
-
"name": "PropsWithTunnel"
|
|
93497
|
-
}
|
|
93498
|
-
],
|
|
93499
|
-
"required": false,
|
|
93500
|
-
"type": {
|
|
93501
|
-
"name": "string | null"
|
|
93502
|
-
}
|
|
93503
|
-
},
|
|
93504
|
-
"ref": {
|
|
93505
|
-
"defaultValue": null,
|
|
93506
|
-
"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}",
|
|
93507
|
-
"name": "ref",
|
|
93508
|
-
"parent": {
|
|
93509
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93510
|
-
"name": "RefAttributes"
|
|
93511
|
-
},
|
|
93512
|
-
"declarations": [
|
|
93513
|
-
{
|
|
93514
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93515
|
-
"name": "RefAttributes"
|
|
93516
|
-
}
|
|
93517
|
-
],
|
|
93518
|
-
"required": false,
|
|
93519
|
-
"type": {
|
|
93520
|
-
"name": "Ref<HTMLInputElement>"
|
|
93521
|
-
}
|
|
93522
|
-
},
|
|
93523
|
-
"key": {
|
|
93524
|
-
"defaultValue": null,
|
|
93525
|
-
"description": "",
|
|
93526
|
-
"name": "key",
|
|
93527
|
-
"parent": {
|
|
93528
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93529
|
-
"name": "Attributes"
|
|
93530
|
-
},
|
|
93531
|
-
"declarations": [
|
|
93532
|
-
{
|
|
93533
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93534
|
-
"name": "Attributes"
|
|
93535
|
-
}
|
|
93536
|
-
],
|
|
93537
|
-
"required": false,
|
|
93538
|
-
"type": {
|
|
93539
|
-
"name": "Key | null"
|
|
93540
|
-
}
|
|
93541
|
-
},
|
|
93542
|
-
"className": {
|
|
93543
|
-
"defaultValue": null,
|
|
93544
|
-
"description": "The elements class name.",
|
|
93545
|
-
"name": "className",
|
|
93546
|
-
"parent": {
|
|
93547
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93548
|
-
"name": "PropsWithClassName"
|
|
93549
|
-
},
|
|
93550
|
-
"declarations": [
|
|
93551
|
-
{
|
|
93552
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93553
|
-
"name": "PropsWithClassName"
|
|
93554
|
-
}
|
|
93555
|
-
],
|
|
93556
|
-
"required": false,
|
|
93557
|
-
"type": {
|
|
93558
|
-
"name": "string"
|
|
93559
|
-
}
|
|
93560
|
-
}
|
|
93561
|
-
}
|
|
93562
|
-
},
|
|
93563
93404
|
{
|
|
93564
93405
|
"tags": {
|
|
93565
93406
|
"flr-generate": "all",
|
|
@@ -95660,6 +95501,165 @@
|
|
|
95660
95501
|
}
|
|
95661
95502
|
}
|
|
95662
95503
|
},
|
|
95504
|
+
{
|
|
95505
|
+
"tags": {},
|
|
95506
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
95507
|
+
"description": "",
|
|
95508
|
+
"displayName": "LightBox",
|
|
95509
|
+
"methods": [],
|
|
95510
|
+
"props": {
|
|
95511
|
+
"controller": {
|
|
95512
|
+
"defaultValue": null,
|
|
95513
|
+
"description": "An overlay controller to control the light box state.",
|
|
95514
|
+
"name": "controller",
|
|
95515
|
+
"parent": {
|
|
95516
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95517
|
+
"name": "LightBoxProps"
|
|
95518
|
+
},
|
|
95519
|
+
"declarations": [
|
|
95520
|
+
{
|
|
95521
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95522
|
+
"name": "LightBoxProps"
|
|
95523
|
+
}
|
|
95524
|
+
],
|
|
95525
|
+
"required": false,
|
|
95526
|
+
"type": {
|
|
95527
|
+
"name": "OverlayController"
|
|
95528
|
+
}
|
|
95529
|
+
},
|
|
95530
|
+
"fitScreen": {
|
|
95531
|
+
"defaultValue": {
|
|
95532
|
+
"value": "true"
|
|
95533
|
+
},
|
|
95534
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
95535
|
+
"name": "fitScreen",
|
|
95536
|
+
"parent": {
|
|
95537
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95538
|
+
"name": "LightBoxProps"
|
|
95539
|
+
},
|
|
95540
|
+
"declarations": [
|
|
95541
|
+
{
|
|
95542
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95543
|
+
"name": "LightBoxProps"
|
|
95544
|
+
}
|
|
95545
|
+
],
|
|
95546
|
+
"required": false,
|
|
95547
|
+
"type": {
|
|
95548
|
+
"name": "boolean"
|
|
95549
|
+
}
|
|
95550
|
+
},
|
|
95551
|
+
"children": {
|
|
95552
|
+
"defaultValue": null,
|
|
95553
|
+
"description": "",
|
|
95554
|
+
"name": "children",
|
|
95555
|
+
"declarations": [
|
|
95556
|
+
{
|
|
95557
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95558
|
+
"name": "TypeLiteral"
|
|
95559
|
+
}
|
|
95560
|
+
],
|
|
95561
|
+
"required": false,
|
|
95562
|
+
"type": {
|
|
95563
|
+
"name": "ReactNode"
|
|
95564
|
+
}
|
|
95565
|
+
},
|
|
95566
|
+
"wrapWith": {
|
|
95567
|
+
"defaultValue": null,
|
|
95568
|
+
"description": "",
|
|
95569
|
+
"name": "wrapWith",
|
|
95570
|
+
"parent": {
|
|
95571
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95572
|
+
"name": "FlowComponentProps"
|
|
95573
|
+
},
|
|
95574
|
+
"declarations": [
|
|
95575
|
+
{
|
|
95576
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95577
|
+
"name": "FlowComponentProps"
|
|
95578
|
+
}
|
|
95579
|
+
],
|
|
95580
|
+
"required": false,
|
|
95581
|
+
"type": {
|
|
95582
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
95583
|
+
}
|
|
95584
|
+
},
|
|
95585
|
+
"tunnelId": {
|
|
95586
|
+
"defaultValue": null,
|
|
95587
|
+
"description": "@internal",
|
|
95588
|
+
"name": "tunnelId",
|
|
95589
|
+
"parent": {
|
|
95590
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95591
|
+
"name": "PropsWithTunnel"
|
|
95592
|
+
},
|
|
95593
|
+
"declarations": [
|
|
95594
|
+
{
|
|
95595
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95596
|
+
"name": "PropsWithTunnel"
|
|
95597
|
+
}
|
|
95598
|
+
],
|
|
95599
|
+
"required": false,
|
|
95600
|
+
"type": {
|
|
95601
|
+
"name": "string | null"
|
|
95602
|
+
}
|
|
95603
|
+
},
|
|
95604
|
+
"ref": {
|
|
95605
|
+
"defaultValue": null,
|
|
95606
|
+
"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}",
|
|
95607
|
+
"name": "ref",
|
|
95608
|
+
"parent": {
|
|
95609
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95610
|
+
"name": "RefAttributes"
|
|
95611
|
+
},
|
|
95612
|
+
"declarations": [
|
|
95613
|
+
{
|
|
95614
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95615
|
+
"name": "RefAttributes"
|
|
95616
|
+
}
|
|
95617
|
+
],
|
|
95618
|
+
"required": false,
|
|
95619
|
+
"type": {
|
|
95620
|
+
"name": "Ref<HTMLInputElement>"
|
|
95621
|
+
}
|
|
95622
|
+
},
|
|
95623
|
+
"key": {
|
|
95624
|
+
"defaultValue": null,
|
|
95625
|
+
"description": "",
|
|
95626
|
+
"name": "key",
|
|
95627
|
+
"parent": {
|
|
95628
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95629
|
+
"name": "Attributes"
|
|
95630
|
+
},
|
|
95631
|
+
"declarations": [
|
|
95632
|
+
{
|
|
95633
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95634
|
+
"name": "Attributes"
|
|
95635
|
+
}
|
|
95636
|
+
],
|
|
95637
|
+
"required": false,
|
|
95638
|
+
"type": {
|
|
95639
|
+
"name": "Key | null"
|
|
95640
|
+
}
|
|
95641
|
+
},
|
|
95642
|
+
"className": {
|
|
95643
|
+
"defaultValue": null,
|
|
95644
|
+
"description": "The elements class name.",
|
|
95645
|
+
"name": "className",
|
|
95646
|
+
"parent": {
|
|
95647
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95648
|
+
"name": "PropsWithClassName"
|
|
95649
|
+
},
|
|
95650
|
+
"declarations": [
|
|
95651
|
+
{
|
|
95652
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95653
|
+
"name": "PropsWithClassName"
|
|
95654
|
+
}
|
|
95655
|
+
],
|
|
95656
|
+
"required": false,
|
|
95657
|
+
"type": {
|
|
95658
|
+
"name": "string"
|
|
95659
|
+
}
|
|
95660
|
+
}
|
|
95661
|
+
}
|
|
95662
|
+
},
|
|
95663
95663
|
{
|
|
95664
95664
|
"tags": {
|
|
95665
95665
|
"flr-generate": "all"
|
|
@@ -211195,53 +211195,6 @@
|
|
|
211195
211195
|
}
|
|
211196
211196
|
}
|
|
211197
211197
|
},
|
|
211198
|
-
{
|
|
211199
|
-
"tags": {
|
|
211200
|
-
"flr-generate": "all"
|
|
211201
|
-
},
|
|
211202
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211203
|
-
"description": "",
|
|
211204
|
-
"displayName": "Color",
|
|
211205
|
-
"methods": [],
|
|
211206
|
-
"props": {
|
|
211207
|
-
"color": {
|
|
211208
|
-
"defaultValue": {
|
|
211209
|
-
"value": "\"blue\""
|
|
211210
|
-
},
|
|
211211
|
-
"description": "The color of the element.",
|
|
211212
|
-
"name": "color",
|
|
211213
|
-
"parent": {
|
|
211214
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211215
|
-
"name": "ColorProps"
|
|
211216
|
-
},
|
|
211217
|
-
"declarations": [
|
|
211218
|
-
{
|
|
211219
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211220
|
-
"name": "ColorProps"
|
|
211221
|
-
}
|
|
211222
|
-
],
|
|
211223
|
-
"required": false,
|
|
211224
|
-
"type": {
|
|
211225
|
-
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211226
|
-
}
|
|
211227
|
-
},
|
|
211228
|
-
"children": {
|
|
211229
|
-
"defaultValue": null,
|
|
211230
|
-
"description": "",
|
|
211231
|
-
"name": "children",
|
|
211232
|
-
"declarations": [
|
|
211233
|
-
{
|
|
211234
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
211235
|
-
"name": "TypeLiteral"
|
|
211236
|
-
}
|
|
211237
|
-
],
|
|
211238
|
-
"required": false,
|
|
211239
|
-
"type": {
|
|
211240
|
-
"name": "ReactNode"
|
|
211241
|
-
}
|
|
211242
|
-
}
|
|
211243
|
-
}
|
|
211244
|
-
},
|
|
211245
211198
|
{
|
|
211246
211199
|
"tags": {
|
|
211247
211200
|
"flr-generate": "all"
|
|
@@ -211635,6 +211588,53 @@
|
|
|
211635
211588
|
}
|
|
211636
211589
|
}
|
|
211637
211590
|
},
|
|
211591
|
+
{
|
|
211592
|
+
"tags": {
|
|
211593
|
+
"flr-generate": "all"
|
|
211594
|
+
},
|
|
211595
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211596
|
+
"description": "",
|
|
211597
|
+
"displayName": "Color",
|
|
211598
|
+
"methods": [],
|
|
211599
|
+
"props": {
|
|
211600
|
+
"color": {
|
|
211601
|
+
"defaultValue": {
|
|
211602
|
+
"value": "\"blue\""
|
|
211603
|
+
},
|
|
211604
|
+
"description": "The color of the element.",
|
|
211605
|
+
"name": "color",
|
|
211606
|
+
"parent": {
|
|
211607
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211608
|
+
"name": "ColorProps"
|
|
211609
|
+
},
|
|
211610
|
+
"declarations": [
|
|
211611
|
+
{
|
|
211612
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211613
|
+
"name": "ColorProps"
|
|
211614
|
+
}
|
|
211615
|
+
],
|
|
211616
|
+
"required": false,
|
|
211617
|
+
"type": {
|
|
211618
|
+
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211619
|
+
}
|
|
211620
|
+
},
|
|
211621
|
+
"children": {
|
|
211622
|
+
"defaultValue": null,
|
|
211623
|
+
"description": "",
|
|
211624
|
+
"name": "children",
|
|
211625
|
+
"declarations": [
|
|
211626
|
+
{
|
|
211627
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
211628
|
+
"name": "TypeLiteral"
|
|
211629
|
+
}
|
|
211630
|
+
],
|
|
211631
|
+
"required": false,
|
|
211632
|
+
"type": {
|
|
211633
|
+
"name": "ReactNode"
|
|
211634
|
+
}
|
|
211635
|
+
}
|
|
211636
|
+
}
|
|
211637
|
+
},
|
|
211638
211638
|
{
|
|
211639
211639
|
"tags": {},
|
|
211640
211640
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
@@ -298229,144 +298229,6 @@
|
|
|
298229
298229
|
"methods": [],
|
|
298230
298230
|
"props": {}
|
|
298231
298231
|
},
|
|
298232
|
-
{
|
|
298233
|
-
"tags": {},
|
|
298234
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
298235
|
-
"description": "",
|
|
298236
|
-
"displayName": "LightBoxTrigger",
|
|
298237
|
-
"methods": [],
|
|
298238
|
-
"props": {
|
|
298239
|
-
"isDefaultOpen": {
|
|
298240
|
-
"defaultValue": null,
|
|
298241
|
-
"description": "Whether the overlay should be open initially.",
|
|
298242
|
-
"name": "isDefaultOpen",
|
|
298243
|
-
"parent": {
|
|
298244
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298245
|
-
"name": "OverlayTriggerProps"
|
|
298246
|
-
},
|
|
298247
|
-
"declarations": [
|
|
298248
|
-
{
|
|
298249
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298250
|
-
"name": "OverlayTriggerProps"
|
|
298251
|
-
}
|
|
298252
|
-
],
|
|
298253
|
-
"required": false,
|
|
298254
|
-
"type": {
|
|
298255
|
-
"name": "boolean"
|
|
298256
|
-
}
|
|
298257
|
-
},
|
|
298258
|
-
"controller": {
|
|
298259
|
-
"defaultValue": null,
|
|
298260
|
-
"description": "A controller to control the state of the overlay.",
|
|
298261
|
-
"name": "controller",
|
|
298262
|
-
"parent": {
|
|
298263
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298264
|
-
"name": "OverlayTriggerProps"
|
|
298265
|
-
},
|
|
298266
|
-
"declarations": [
|
|
298267
|
-
{
|
|
298268
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298269
|
-
"name": "OverlayTriggerProps"
|
|
298270
|
-
}
|
|
298271
|
-
],
|
|
298272
|
-
"required": false,
|
|
298273
|
-
"type": {
|
|
298274
|
-
"name": "OverlayController"
|
|
298275
|
-
}
|
|
298276
|
-
},
|
|
298277
|
-
"wrapWith": {
|
|
298278
|
-
"defaultValue": null,
|
|
298279
|
-
"description": "",
|
|
298280
|
-
"name": "wrapWith",
|
|
298281
|
-
"parent": {
|
|
298282
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298283
|
-
"name": "FlowComponentProps"
|
|
298284
|
-
},
|
|
298285
|
-
"declarations": [
|
|
298286
|
-
{
|
|
298287
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298288
|
-
"name": "FlowComponentProps"
|
|
298289
|
-
}
|
|
298290
|
-
],
|
|
298291
|
-
"required": false,
|
|
298292
|
-
"type": {
|
|
298293
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
298294
|
-
}
|
|
298295
|
-
},
|
|
298296
|
-
"tunnelId": {
|
|
298297
|
-
"defaultValue": null,
|
|
298298
|
-
"description": "@internal",
|
|
298299
|
-
"name": "tunnelId",
|
|
298300
|
-
"parent": {
|
|
298301
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298302
|
-
"name": "PropsWithTunnel"
|
|
298303
|
-
},
|
|
298304
|
-
"declarations": [
|
|
298305
|
-
{
|
|
298306
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298307
|
-
"name": "PropsWithTunnel"
|
|
298308
|
-
}
|
|
298309
|
-
],
|
|
298310
|
-
"required": false,
|
|
298311
|
-
"type": {
|
|
298312
|
-
"name": "string | null"
|
|
298313
|
-
}
|
|
298314
|
-
},
|
|
298315
|
-
"ref": {
|
|
298316
|
-
"defaultValue": null,
|
|
298317
|
-
"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}",
|
|
298318
|
-
"name": "ref",
|
|
298319
|
-
"parent": {
|
|
298320
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298321
|
-
"name": "RefAttributes"
|
|
298322
|
-
},
|
|
298323
|
-
"declarations": [
|
|
298324
|
-
{
|
|
298325
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298326
|
-
"name": "RefAttributes"
|
|
298327
|
-
}
|
|
298328
|
-
],
|
|
298329
|
-
"required": false,
|
|
298330
|
-
"type": {
|
|
298331
|
-
"name": "Ref<HTMLInputElement>"
|
|
298332
|
-
}
|
|
298333
|
-
},
|
|
298334
|
-
"key": {
|
|
298335
|
-
"defaultValue": null,
|
|
298336
|
-
"description": "",
|
|
298337
|
-
"name": "key",
|
|
298338
|
-
"parent": {
|
|
298339
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298340
|
-
"name": "Attributes"
|
|
298341
|
-
},
|
|
298342
|
-
"declarations": [
|
|
298343
|
-
{
|
|
298344
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298345
|
-
"name": "Attributes"
|
|
298346
|
-
}
|
|
298347
|
-
],
|
|
298348
|
-
"required": false,
|
|
298349
|
-
"type": {
|
|
298350
|
-
"name": "Key | null"
|
|
298351
|
-
}
|
|
298352
|
-
},
|
|
298353
|
-
"children": {
|
|
298354
|
-
"defaultValue": null,
|
|
298355
|
-
"description": "",
|
|
298356
|
-
"name": "children",
|
|
298357
|
-
"declarations": [
|
|
298358
|
-
{
|
|
298359
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298360
|
-
"name": "TypeLiteral"
|
|
298361
|
-
}
|
|
298362
|
-
],
|
|
298363
|
-
"required": false,
|
|
298364
|
-
"type": {
|
|
298365
|
-
"name": "ReactNode"
|
|
298366
|
-
}
|
|
298367
|
-
}
|
|
298368
|
-
}
|
|
298369
|
-
},
|
|
298370
298232
|
{
|
|
298371
298233
|
"tags": {},
|
|
298372
298234
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -300464,6 +300326,144 @@
|
|
|
300464
300326
|
}
|
|
300465
300327
|
}
|
|
300466
300328
|
},
|
|
300329
|
+
{
|
|
300330
|
+
"tags": {},
|
|
300331
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
300332
|
+
"description": "",
|
|
300333
|
+
"displayName": "LightBoxTrigger",
|
|
300334
|
+
"methods": [],
|
|
300335
|
+
"props": {
|
|
300336
|
+
"isDefaultOpen": {
|
|
300337
|
+
"defaultValue": null,
|
|
300338
|
+
"description": "Whether the overlay should be open initially.",
|
|
300339
|
+
"name": "isDefaultOpen",
|
|
300340
|
+
"parent": {
|
|
300341
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300342
|
+
"name": "OverlayTriggerProps"
|
|
300343
|
+
},
|
|
300344
|
+
"declarations": [
|
|
300345
|
+
{
|
|
300346
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300347
|
+
"name": "OverlayTriggerProps"
|
|
300348
|
+
}
|
|
300349
|
+
],
|
|
300350
|
+
"required": false,
|
|
300351
|
+
"type": {
|
|
300352
|
+
"name": "boolean"
|
|
300353
|
+
}
|
|
300354
|
+
},
|
|
300355
|
+
"controller": {
|
|
300356
|
+
"defaultValue": null,
|
|
300357
|
+
"description": "A controller to control the state of the overlay.",
|
|
300358
|
+
"name": "controller",
|
|
300359
|
+
"parent": {
|
|
300360
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300361
|
+
"name": "OverlayTriggerProps"
|
|
300362
|
+
},
|
|
300363
|
+
"declarations": [
|
|
300364
|
+
{
|
|
300365
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300366
|
+
"name": "OverlayTriggerProps"
|
|
300367
|
+
}
|
|
300368
|
+
],
|
|
300369
|
+
"required": false,
|
|
300370
|
+
"type": {
|
|
300371
|
+
"name": "OverlayController"
|
|
300372
|
+
}
|
|
300373
|
+
},
|
|
300374
|
+
"wrapWith": {
|
|
300375
|
+
"defaultValue": null,
|
|
300376
|
+
"description": "",
|
|
300377
|
+
"name": "wrapWith",
|
|
300378
|
+
"parent": {
|
|
300379
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300380
|
+
"name": "FlowComponentProps"
|
|
300381
|
+
},
|
|
300382
|
+
"declarations": [
|
|
300383
|
+
{
|
|
300384
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300385
|
+
"name": "FlowComponentProps"
|
|
300386
|
+
}
|
|
300387
|
+
],
|
|
300388
|
+
"required": false,
|
|
300389
|
+
"type": {
|
|
300390
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
300391
|
+
}
|
|
300392
|
+
},
|
|
300393
|
+
"tunnelId": {
|
|
300394
|
+
"defaultValue": null,
|
|
300395
|
+
"description": "@internal",
|
|
300396
|
+
"name": "tunnelId",
|
|
300397
|
+
"parent": {
|
|
300398
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300399
|
+
"name": "PropsWithTunnel"
|
|
300400
|
+
},
|
|
300401
|
+
"declarations": [
|
|
300402
|
+
{
|
|
300403
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300404
|
+
"name": "PropsWithTunnel"
|
|
300405
|
+
}
|
|
300406
|
+
],
|
|
300407
|
+
"required": false,
|
|
300408
|
+
"type": {
|
|
300409
|
+
"name": "string | null"
|
|
300410
|
+
}
|
|
300411
|
+
},
|
|
300412
|
+
"ref": {
|
|
300413
|
+
"defaultValue": null,
|
|
300414
|
+
"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}",
|
|
300415
|
+
"name": "ref",
|
|
300416
|
+
"parent": {
|
|
300417
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300418
|
+
"name": "RefAttributes"
|
|
300419
|
+
},
|
|
300420
|
+
"declarations": [
|
|
300421
|
+
{
|
|
300422
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300423
|
+
"name": "RefAttributes"
|
|
300424
|
+
}
|
|
300425
|
+
],
|
|
300426
|
+
"required": false,
|
|
300427
|
+
"type": {
|
|
300428
|
+
"name": "Ref<HTMLInputElement>"
|
|
300429
|
+
}
|
|
300430
|
+
},
|
|
300431
|
+
"key": {
|
|
300432
|
+
"defaultValue": null,
|
|
300433
|
+
"description": "",
|
|
300434
|
+
"name": "key",
|
|
300435
|
+
"parent": {
|
|
300436
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300437
|
+
"name": "Attributes"
|
|
300438
|
+
},
|
|
300439
|
+
"declarations": [
|
|
300440
|
+
{
|
|
300441
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300442
|
+
"name": "Attributes"
|
|
300443
|
+
}
|
|
300444
|
+
],
|
|
300445
|
+
"required": false,
|
|
300446
|
+
"type": {
|
|
300447
|
+
"name": "Key | null"
|
|
300448
|
+
}
|
|
300449
|
+
},
|
|
300450
|
+
"children": {
|
|
300451
|
+
"defaultValue": null,
|
|
300452
|
+
"description": "",
|
|
300453
|
+
"name": "children",
|
|
300454
|
+
"declarations": [
|
|
300455
|
+
{
|
|
300456
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300457
|
+
"name": "TypeLiteral"
|
|
300458
|
+
}
|
|
300459
|
+
],
|
|
300460
|
+
"required": false,
|
|
300461
|
+
"type": {
|
|
300462
|
+
"name": "ReactNode"
|
|
300463
|
+
}
|
|
300464
|
+
}
|
|
300465
|
+
}
|
|
300466
|
+
},
|
|
300467
300467
|
{
|
|
300468
300468
|
"tags": {},
|
|
300469
300469
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
@@ -300631,9 +300631,9 @@
|
|
|
300631
300631
|
},
|
|
300632
300632
|
{
|
|
300633
300633
|
"tags": {},
|
|
300634
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300634
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300635
300635
|
"description": "",
|
|
300636
|
-
"displayName": "
|
|
300636
|
+
"displayName": "DateInput",
|
|
300637
300637
|
"methods": [],
|
|
300638
300638
|
"props": {
|
|
300639
300639
|
"isDisabled": {
|
|
@@ -300641,12 +300641,12 @@
|
|
|
300641
300641
|
"description": "",
|
|
300642
300642
|
"name": "isDisabled",
|
|
300643
300643
|
"parent": {
|
|
300644
|
-
"fileName": "components/src/components/
|
|
300644
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300645
300645
|
"name": "DateInputProps"
|
|
300646
300646
|
},
|
|
300647
300647
|
"declarations": [
|
|
300648
300648
|
{
|
|
300649
|
-
"fileName": "components/src/components/
|
|
300649
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300650
300650
|
"name": "DateInputProps"
|
|
300651
300651
|
}
|
|
300652
300652
|
],
|
|
@@ -300659,9 +300659,9 @@
|
|
|
300659
300659
|
},
|
|
300660
300660
|
{
|
|
300661
300661
|
"tags": {},
|
|
300662
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300662
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300663
300663
|
"description": "",
|
|
300664
|
-
"displayName": "
|
|
300664
|
+
"displayName": "DateRangeInput",
|
|
300665
300665
|
"methods": [],
|
|
300666
300666
|
"props": {
|
|
300667
300667
|
"isDisabled": {
|
|
@@ -300669,12 +300669,12 @@
|
|
|
300669
300669
|
"description": "",
|
|
300670
300670
|
"name": "isDisabled",
|
|
300671
300671
|
"parent": {
|
|
300672
|
-
"fileName": "components/src/components/
|
|
300672
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300673
300673
|
"name": "DateInputProps"
|
|
300674
300674
|
},
|
|
300675
300675
|
"declarations": [
|
|
300676
300676
|
{
|
|
300677
|
-
"fileName": "components/src/components/
|
|
300677
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300678
300678
|
"name": "DateInputProps"
|
|
300679
300679
|
}
|
|
300680
300680
|
],
|
|
@@ -300689,9 +300689,9 @@
|
|
|
300689
300689
|
"tags": {
|
|
300690
300690
|
"flr-generate": "all"
|
|
300691
300691
|
},
|
|
300692
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300692
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
300693
300693
|
"description": "",
|
|
300694
|
-
"displayName": "
|
|
300694
|
+
"displayName": "ContextMenuTrigger",
|
|
300695
300695
|
"methods": [],
|
|
300696
300696
|
"props": {
|
|
300697
300697
|
"isDefaultOpen": {
|
|
@@ -300829,9 +300829,9 @@
|
|
|
300829
300829
|
"tags": {
|
|
300830
300830
|
"flr-generate": "all"
|
|
300831
300831
|
},
|
|
300832
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300832
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
300833
300833
|
"description": "",
|
|
300834
|
-
"displayName": "
|
|
300834
|
+
"displayName": "ContextualHelpTrigger",
|
|
300835
300835
|
"methods": [],
|
|
300836
300836
|
"props": {
|
|
300837
300837
|
"isDefaultOpen": {
|
|
@@ -302923,9 +302923,9 @@
|
|
|
302923
302923
|
"tags": {
|
|
302924
302924
|
"flr-generate": "all"
|
|
302925
302925
|
},
|
|
302926
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
302926
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
302927
302927
|
"description": "",
|
|
302928
|
-
"displayName": "
|
|
302928
|
+
"displayName": "XAxis",
|
|
302929
302929
|
"methods": [],
|
|
302930
302930
|
"props": {
|
|
302931
302931
|
"className": {
|
|
@@ -303061,18 +303061,37 @@
|
|
|
303061
303061
|
"name": "boolean"
|
|
303062
303062
|
}
|
|
303063
303063
|
},
|
|
303064
|
+
"allowDataOverflow": {
|
|
303065
|
+
"defaultValue": null,
|
|
303066
|
+
"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.",
|
|
303067
|
+
"name": "allowDataOverflow",
|
|
303068
|
+
"parent": {
|
|
303069
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303070
|
+
"name": "BaseAxisProps"
|
|
303071
|
+
},
|
|
303072
|
+
"declarations": [
|
|
303073
|
+
{
|
|
303074
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303075
|
+
"name": "BaseAxisProps"
|
|
303076
|
+
}
|
|
303077
|
+
],
|
|
303078
|
+
"required": false,
|
|
303079
|
+
"type": {
|
|
303080
|
+
"name": "boolean"
|
|
303081
|
+
}
|
|
303082
|
+
},
|
|
303064
303083
|
"interval": {
|
|
303065
303084
|
"defaultValue": null,
|
|
303066
303085
|
"description": "",
|
|
303067
303086
|
"name": "interval",
|
|
303068
303087
|
"parent": {
|
|
303069
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303070
|
-
"name": "
|
|
303088
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
303089
|
+
"name": "XAxisProps"
|
|
303071
303090
|
},
|
|
303072
303091
|
"declarations": [
|
|
303073
303092
|
{
|
|
303074
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303075
|
-
"name": "
|
|
303093
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
303094
|
+
"name": "XAxisProps"
|
|
303076
303095
|
}
|
|
303077
303096
|
],
|
|
303078
303097
|
"required": false,
|
|
@@ -303085,13 +303104,13 @@
|
|
|
303085
303104
|
"description": "",
|
|
303086
303105
|
"name": "minTickGap",
|
|
303087
303106
|
"parent": {
|
|
303088
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303089
|
-
"name": "
|
|
303107
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
303108
|
+
"name": "XAxisProps"
|
|
303090
303109
|
},
|
|
303091
303110
|
"declarations": [
|
|
303092
303111
|
{
|
|
303093
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303094
|
-
"name": "
|
|
303112
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
303113
|
+
"name": "XAxisProps"
|
|
303095
303114
|
}
|
|
303096
303115
|
],
|
|
303097
303116
|
"required": false,
|
|
@@ -303162,9 +303181,9 @@
|
|
|
303162
303181
|
"tags": {
|
|
303163
303182
|
"flr-generate": "all"
|
|
303164
303183
|
},
|
|
303165
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
303184
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
303166
303185
|
"description": "",
|
|
303167
|
-
"displayName": "
|
|
303186
|
+
"displayName": "YAxis",
|
|
303168
303187
|
"methods": [],
|
|
303169
303188
|
"props": {
|
|
303170
303189
|
"className": {
|
|
@@ -303305,13 +303324,13 @@
|
|
|
303305
303324
|
"description": "",
|
|
303306
303325
|
"name": "interval",
|
|
303307
303326
|
"parent": {
|
|
303308
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303309
|
-
"name": "
|
|
303327
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303328
|
+
"name": "YAxisProps"
|
|
303310
303329
|
},
|
|
303311
303330
|
"declarations": [
|
|
303312
303331
|
{
|
|
303313
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303314
|
-
"name": "
|
|
303332
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303333
|
+
"name": "YAxisProps"
|
|
303315
303334
|
}
|
|
303316
303335
|
],
|
|
303317
303336
|
"required": false,
|
|
@@ -303324,13 +303343,13 @@
|
|
|
303324
303343
|
"description": "",
|
|
303325
303344
|
"name": "minTickGap",
|
|
303326
303345
|
"parent": {
|
|
303327
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303328
|
-
"name": "
|
|
303346
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303347
|
+
"name": "YAxisProps"
|
|
303329
303348
|
},
|
|
303330
303349
|
"declarations": [
|
|
303331
303350
|
{
|
|
303332
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
303333
|
-
"name": "
|
|
303351
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303352
|
+
"name": "YAxisProps"
|
|
303334
303353
|
}
|
|
303335
303354
|
],
|
|
303336
303355
|
"required": false,
|
|
@@ -303394,25 +303413,6 @@
|
|
|
303394
303413
|
"type": {
|
|
303395
303414
|
"name": "((value: any, index: number) => string)"
|
|
303396
303415
|
}
|
|
303397
|
-
},
|
|
303398
|
-
"allowDataOverflow": {
|
|
303399
|
-
"defaultValue": null,
|
|
303400
|
-
"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.",
|
|
303401
|
-
"name": "allowDataOverflow",
|
|
303402
|
-
"parent": {
|
|
303403
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303404
|
-
"name": "BaseAxisProps"
|
|
303405
|
-
},
|
|
303406
|
-
"declarations": [
|
|
303407
|
-
{
|
|
303408
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303409
|
-
"name": "BaseAxisProps"
|
|
303410
|
-
}
|
|
303411
|
-
],
|
|
303412
|
-
"required": false,
|
|
303413
|
-
"type": {
|
|
303414
|
-
"name": "boolean"
|
|
303415
|
-
}
|
|
303416
303416
|
}
|
|
303417
303417
|
}
|
|
303418
303418
|
},
|
|
@@ -303783,6 +303783,93 @@
|
|
|
303783
303783
|
}
|
|
303784
303784
|
}
|
|
303785
303785
|
},
|
|
303786
|
+
{
|
|
303787
|
+
"tags": {
|
|
303788
|
+
"flr-generate": "all"
|
|
303789
|
+
},
|
|
303790
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
303791
|
+
"description": "",
|
|
303792
|
+
"displayName": "CartesianGrid",
|
|
303793
|
+
"methods": [],
|
|
303794
|
+
"props": {
|
|
303795
|
+
"className": {
|
|
303796
|
+
"defaultValue": null,
|
|
303797
|
+
"description": "",
|
|
303798
|
+
"name": "className",
|
|
303799
|
+
"parent": {
|
|
303800
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303801
|
+
"name": "HTMLAttributes"
|
|
303802
|
+
},
|
|
303803
|
+
"declarations": [
|
|
303804
|
+
{
|
|
303805
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303806
|
+
"name": "HTMLAttributes"
|
|
303807
|
+
}
|
|
303808
|
+
],
|
|
303809
|
+
"required": false,
|
|
303810
|
+
"type": {
|
|
303811
|
+
"name": "string"
|
|
303812
|
+
}
|
|
303813
|
+
},
|
|
303814
|
+
"horizontal": {
|
|
303815
|
+
"defaultValue": null,
|
|
303816
|
+
"description": "",
|
|
303817
|
+
"name": "horizontal",
|
|
303818
|
+
"parent": {
|
|
303819
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303820
|
+
"name": "CartesianGridProps"
|
|
303821
|
+
},
|
|
303822
|
+
"declarations": [
|
|
303823
|
+
{
|
|
303824
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303825
|
+
"name": "CartesianGridProps"
|
|
303826
|
+
}
|
|
303827
|
+
],
|
|
303828
|
+
"required": false,
|
|
303829
|
+
"type": {
|
|
303830
|
+
"name": "GridLineType"
|
|
303831
|
+
}
|
|
303832
|
+
},
|
|
303833
|
+
"vertical": {
|
|
303834
|
+
"defaultValue": null,
|
|
303835
|
+
"description": "",
|
|
303836
|
+
"name": "vertical",
|
|
303837
|
+
"parent": {
|
|
303838
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303839
|
+
"name": "CartesianGridProps"
|
|
303840
|
+
},
|
|
303841
|
+
"declarations": [
|
|
303842
|
+
{
|
|
303843
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303844
|
+
"name": "CartesianGridProps"
|
|
303845
|
+
}
|
|
303846
|
+
],
|
|
303847
|
+
"required": false,
|
|
303848
|
+
"type": {
|
|
303849
|
+
"name": "GridLineType"
|
|
303850
|
+
}
|
|
303851
|
+
},
|
|
303852
|
+
"strokeDasharray": {
|
|
303853
|
+
"defaultValue": null,
|
|
303854
|
+
"description": "",
|
|
303855
|
+
"name": "strokeDasharray",
|
|
303856
|
+
"parent": {
|
|
303857
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303858
|
+
"name": "SVGAttributes"
|
|
303859
|
+
},
|
|
303860
|
+
"declarations": [
|
|
303861
|
+
{
|
|
303862
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303863
|
+
"name": "SVGAttributes"
|
|
303864
|
+
}
|
|
303865
|
+
],
|
|
303866
|
+
"required": false,
|
|
303867
|
+
"type": {
|
|
303868
|
+
"name": "string | number"
|
|
303869
|
+
}
|
|
303870
|
+
}
|
|
303871
|
+
}
|
|
303872
|
+
},
|
|
303786
303873
|
{
|
|
303787
303874
|
"tags": {},
|
|
303788
303875
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -312671,11 +312758,51 @@
|
|
|
312671
312758
|
"tags": {
|
|
312672
312759
|
"flr-generate": "all"
|
|
312673
312760
|
},
|
|
312674
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
312761
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312675
312762
|
"description": "",
|
|
312676
|
-
"displayName": "
|
|
312763
|
+
"displayName": "Area",
|
|
312677
312764
|
"methods": [],
|
|
312678
312765
|
"props": {
|
|
312766
|
+
"color": {
|
|
312767
|
+
"defaultValue": {
|
|
312768
|
+
"value": "\"sea-green\""
|
|
312769
|
+
},
|
|
312770
|
+
"description": "The color of the area.",
|
|
312771
|
+
"name": "color",
|
|
312772
|
+
"parent": {
|
|
312773
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312774
|
+
"name": "AreaProps"
|
|
312775
|
+
},
|
|
312776
|
+
"declarations": [
|
|
312777
|
+
{
|
|
312778
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312779
|
+
"name": "AreaProps"
|
|
312780
|
+
}
|
|
312781
|
+
],
|
|
312782
|
+
"required": false,
|
|
312783
|
+
"type": {
|
|
312784
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
312785
|
+
}
|
|
312786
|
+
},
|
|
312787
|
+
"onlyDots": {
|
|
312788
|
+
"defaultValue": null,
|
|
312789
|
+
"description": "@internal",
|
|
312790
|
+
"name": "onlyDots",
|
|
312791
|
+
"parent": {
|
|
312792
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312793
|
+
"name": "AreaProps"
|
|
312794
|
+
},
|
|
312795
|
+
"declarations": [
|
|
312796
|
+
{
|
|
312797
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312798
|
+
"name": "AreaProps"
|
|
312799
|
+
}
|
|
312800
|
+
],
|
|
312801
|
+
"required": false,
|
|
312802
|
+
"type": {
|
|
312803
|
+
"name": "boolean"
|
|
312804
|
+
}
|
|
312805
|
+
},
|
|
312679
312806
|
"className": {
|
|
312680
312807
|
"defaultValue": null,
|
|
312681
312808
|
"description": "",
|
|
@@ -312695,48 +312822,48 @@
|
|
|
312695
312822
|
"name": "string"
|
|
312696
312823
|
}
|
|
312697
312824
|
},
|
|
312698
|
-
"
|
|
312825
|
+
"key": {
|
|
312699
312826
|
"defaultValue": null,
|
|
312700
312827
|
"description": "",
|
|
312701
|
-
"name": "
|
|
312828
|
+
"name": "key",
|
|
312702
312829
|
"parent": {
|
|
312703
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312704
|
-
"name": "
|
|
312830
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312831
|
+
"name": "Attributes"
|
|
312705
312832
|
},
|
|
312706
312833
|
"declarations": [
|
|
312707
312834
|
{
|
|
312708
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312709
|
-
"name": "
|
|
312835
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312836
|
+
"name": "Attributes"
|
|
312710
312837
|
}
|
|
312711
312838
|
],
|
|
312712
312839
|
"required": false,
|
|
312713
312840
|
"type": {
|
|
312714
|
-
"name": "
|
|
312841
|
+
"name": "Key | null"
|
|
312715
312842
|
}
|
|
312716
312843
|
},
|
|
312717
|
-
"
|
|
312844
|
+
"type": {
|
|
312718
312845
|
"defaultValue": null,
|
|
312719
312846
|
"description": "",
|
|
312720
|
-
"name": "
|
|
312847
|
+
"name": "type",
|
|
312721
312848
|
"parent": {
|
|
312722
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
312723
|
-
"name": "
|
|
312849
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312850
|
+
"name": "AreaProps"
|
|
312724
312851
|
},
|
|
312725
312852
|
"declarations": [
|
|
312726
312853
|
{
|
|
312727
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
312728
|
-
"name": "
|
|
312854
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312855
|
+
"name": "AreaProps"
|
|
312729
312856
|
}
|
|
312730
312857
|
],
|
|
312731
312858
|
"required": false,
|
|
312732
312859
|
"type": {
|
|
312733
|
-
"name": "
|
|
312860
|
+
"name": "CurveType"
|
|
312734
312861
|
}
|
|
312735
312862
|
},
|
|
312736
|
-
"
|
|
312863
|
+
"fillOpacity": {
|
|
312737
312864
|
"defaultValue": null,
|
|
312738
312865
|
"description": "",
|
|
312739
|
-
"name": "
|
|
312866
|
+
"name": "fillOpacity",
|
|
312740
312867
|
"parent": {
|
|
312741
312868
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312742
312869
|
"name": "SVGAttributes"
|
|
@@ -312751,6 +312878,101 @@
|
|
|
312751
312878
|
"type": {
|
|
312752
312879
|
"name": "string | number"
|
|
312753
312880
|
}
|
|
312881
|
+
},
|
|
312882
|
+
"dataKey": {
|
|
312883
|
+
"defaultValue": null,
|
|
312884
|
+
"description": "",
|
|
312885
|
+
"name": "dataKey",
|
|
312886
|
+
"parent": {
|
|
312887
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312888
|
+
"name": "AreaProps"
|
|
312889
|
+
},
|
|
312890
|
+
"declarations": [
|
|
312891
|
+
{
|
|
312892
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312893
|
+
"name": "AreaProps"
|
|
312894
|
+
}
|
|
312895
|
+
],
|
|
312896
|
+
"required": true,
|
|
312897
|
+
"type": {
|
|
312898
|
+
"name": "DataKey<any>"
|
|
312899
|
+
}
|
|
312900
|
+
},
|
|
312901
|
+
"unit": {
|
|
312902
|
+
"defaultValue": null,
|
|
312903
|
+
"description": "",
|
|
312904
|
+
"name": "unit",
|
|
312905
|
+
"parent": {
|
|
312906
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312907
|
+
"name": "AreaProps"
|
|
312908
|
+
},
|
|
312909
|
+
"declarations": [
|
|
312910
|
+
{
|
|
312911
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312912
|
+
"name": "AreaProps"
|
|
312913
|
+
}
|
|
312914
|
+
],
|
|
312915
|
+
"required": false,
|
|
312916
|
+
"type": {
|
|
312917
|
+
"name": "string | number"
|
|
312918
|
+
}
|
|
312919
|
+
},
|
|
312920
|
+
"xAxisId": {
|
|
312921
|
+
"defaultValue": null,
|
|
312922
|
+
"description": "",
|
|
312923
|
+
"name": "xAxisId",
|
|
312924
|
+
"parent": {
|
|
312925
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312926
|
+
"name": "AreaProps"
|
|
312927
|
+
},
|
|
312928
|
+
"declarations": [
|
|
312929
|
+
{
|
|
312930
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312931
|
+
"name": "AreaProps"
|
|
312932
|
+
}
|
|
312933
|
+
],
|
|
312934
|
+
"required": false,
|
|
312935
|
+
"type": {
|
|
312936
|
+
"name": "string | number"
|
|
312937
|
+
}
|
|
312938
|
+
},
|
|
312939
|
+
"yAxisId": {
|
|
312940
|
+
"defaultValue": null,
|
|
312941
|
+
"description": "",
|
|
312942
|
+
"name": "yAxisId",
|
|
312943
|
+
"parent": {
|
|
312944
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312945
|
+
"name": "AreaProps"
|
|
312946
|
+
},
|
|
312947
|
+
"declarations": [
|
|
312948
|
+
{
|
|
312949
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312950
|
+
"name": "AreaProps"
|
|
312951
|
+
}
|
|
312952
|
+
],
|
|
312953
|
+
"required": false,
|
|
312954
|
+
"type": {
|
|
312955
|
+
"name": "string | number"
|
|
312956
|
+
}
|
|
312957
|
+
},
|
|
312958
|
+
"stackId": {
|
|
312959
|
+
"defaultValue": null,
|
|
312960
|
+
"description": "",
|
|
312961
|
+
"name": "stackId",
|
|
312962
|
+
"parent": {
|
|
312963
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312964
|
+
"name": "AreaProps"
|
|
312965
|
+
},
|
|
312966
|
+
"declarations": [
|
|
312967
|
+
{
|
|
312968
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312969
|
+
"name": "AreaProps"
|
|
312970
|
+
}
|
|
312971
|
+
],
|
|
312972
|
+
"required": false,
|
|
312973
|
+
"type": {
|
|
312974
|
+
"name": "string | number"
|
|
312975
|
+
}
|
|
312754
312976
|
}
|
|
312755
312977
|
}
|
|
312756
312978
|
},
|
|
@@ -322036,223 +322258,25 @@
|
|
|
322036
322258
|
}
|
|
322037
322259
|
},
|
|
322038
322260
|
{
|
|
322039
|
-
"tags": {
|
|
322040
|
-
|
|
322041
|
-
},
|
|
322042
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322261
|
+
"tags": {},
|
|
322262
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
322043
322263
|
"description": "",
|
|
322044
|
-
"displayName": "
|
|
322264
|
+
"displayName": "BreadcrumbItem",
|
|
322045
322265
|
"methods": [],
|
|
322046
322266
|
"props": {
|
|
322047
|
-
"
|
|
322048
|
-
"defaultValue": {
|
|
322049
|
-
"value": "\"sea-green\""
|
|
322050
|
-
},
|
|
322051
|
-
"description": "The color of the area.",
|
|
322052
|
-
"name": "color",
|
|
322053
|
-
"parent": {
|
|
322054
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322055
|
-
"name": "AreaProps"
|
|
322056
|
-
},
|
|
322057
|
-
"declarations": [
|
|
322058
|
-
{
|
|
322059
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322060
|
-
"name": "AreaProps"
|
|
322061
|
-
}
|
|
322062
|
-
],
|
|
322063
|
-
"required": false,
|
|
322064
|
-
"type": {
|
|
322065
|
-
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
322066
|
-
}
|
|
322067
|
-
},
|
|
322068
|
-
"onlyDots": {
|
|
322069
|
-
"defaultValue": null,
|
|
322070
|
-
"description": "@internal",
|
|
322071
|
-
"name": "onlyDots",
|
|
322072
|
-
"parent": {
|
|
322073
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322074
|
-
"name": "AreaProps"
|
|
322075
|
-
},
|
|
322076
|
-
"declarations": [
|
|
322077
|
-
{
|
|
322078
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322079
|
-
"name": "AreaProps"
|
|
322080
|
-
}
|
|
322081
|
-
],
|
|
322082
|
-
"required": false,
|
|
322083
|
-
"type": {
|
|
322084
|
-
"name": "boolean"
|
|
322085
|
-
}
|
|
322086
|
-
},
|
|
322087
|
-
"className": {
|
|
322088
|
-
"defaultValue": null,
|
|
322089
|
-
"description": "",
|
|
322090
|
-
"name": "className",
|
|
322091
|
-
"parent": {
|
|
322092
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322093
|
-
"name": "HTMLAttributes"
|
|
322094
|
-
},
|
|
322095
|
-
"declarations": [
|
|
322096
|
-
{
|
|
322097
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322098
|
-
"name": "HTMLAttributes"
|
|
322099
|
-
}
|
|
322100
|
-
],
|
|
322101
|
-
"required": false,
|
|
322102
|
-
"type": {
|
|
322103
|
-
"name": "string"
|
|
322104
|
-
}
|
|
322105
|
-
},
|
|
322106
|
-
"key": {
|
|
322107
|
-
"defaultValue": null,
|
|
322108
|
-
"description": "",
|
|
322109
|
-
"name": "key",
|
|
322110
|
-
"parent": {
|
|
322111
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322112
|
-
"name": "Attributes"
|
|
322113
|
-
},
|
|
322114
|
-
"declarations": [
|
|
322115
|
-
{
|
|
322116
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322117
|
-
"name": "Attributes"
|
|
322118
|
-
}
|
|
322119
|
-
],
|
|
322120
|
-
"required": false,
|
|
322121
|
-
"type": {
|
|
322122
|
-
"name": "Key | null"
|
|
322123
|
-
}
|
|
322124
|
-
},
|
|
322125
|
-
"type": {
|
|
322126
|
-
"defaultValue": null,
|
|
322127
|
-
"description": "",
|
|
322128
|
-
"name": "type",
|
|
322129
|
-
"parent": {
|
|
322130
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322131
|
-
"name": "AreaProps"
|
|
322132
|
-
},
|
|
322133
|
-
"declarations": [
|
|
322134
|
-
{
|
|
322135
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322136
|
-
"name": "AreaProps"
|
|
322137
|
-
}
|
|
322138
|
-
],
|
|
322139
|
-
"required": false,
|
|
322140
|
-
"type": {
|
|
322141
|
-
"name": "CurveType"
|
|
322142
|
-
}
|
|
322143
|
-
},
|
|
322144
|
-
"fillOpacity": {
|
|
322267
|
+
"children": {
|
|
322145
322268
|
"defaultValue": null,
|
|
322146
322269
|
"description": "",
|
|
322147
|
-
"name": "
|
|
322148
|
-
"parent": {
|
|
322149
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322150
|
-
"name": "SVGAttributes"
|
|
322151
|
-
},
|
|
322270
|
+
"name": "children",
|
|
322152
322271
|
"declarations": [
|
|
322153
322272
|
{
|
|
322154
322273
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322155
|
-
"name": "
|
|
322156
|
-
}
|
|
322157
|
-
],
|
|
322158
|
-
"required": false,
|
|
322159
|
-
"type": {
|
|
322160
|
-
"name": "string | number"
|
|
322161
|
-
}
|
|
322162
|
-
},
|
|
322163
|
-
"dataKey": {
|
|
322164
|
-
"defaultValue": null,
|
|
322165
|
-
"description": "",
|
|
322166
|
-
"name": "dataKey",
|
|
322167
|
-
"parent": {
|
|
322168
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322169
|
-
"name": "AreaProps"
|
|
322170
|
-
},
|
|
322171
|
-
"declarations": [
|
|
322172
|
-
{
|
|
322173
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322174
|
-
"name": "AreaProps"
|
|
322175
|
-
}
|
|
322176
|
-
],
|
|
322177
|
-
"required": true,
|
|
322178
|
-
"type": {
|
|
322179
|
-
"name": "DataKey<any>"
|
|
322180
|
-
}
|
|
322181
|
-
},
|
|
322182
|
-
"unit": {
|
|
322183
|
-
"defaultValue": null,
|
|
322184
|
-
"description": "",
|
|
322185
|
-
"name": "unit",
|
|
322186
|
-
"parent": {
|
|
322187
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322188
|
-
"name": "AreaProps"
|
|
322189
|
-
},
|
|
322190
|
-
"declarations": [
|
|
322191
|
-
{
|
|
322192
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322193
|
-
"name": "AreaProps"
|
|
322194
|
-
}
|
|
322195
|
-
],
|
|
322196
|
-
"required": false,
|
|
322197
|
-
"type": {
|
|
322198
|
-
"name": "string | number"
|
|
322199
|
-
}
|
|
322200
|
-
},
|
|
322201
|
-
"xAxisId": {
|
|
322202
|
-
"defaultValue": null,
|
|
322203
|
-
"description": "",
|
|
322204
|
-
"name": "xAxisId",
|
|
322205
|
-
"parent": {
|
|
322206
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322207
|
-
"name": "AreaProps"
|
|
322208
|
-
},
|
|
322209
|
-
"declarations": [
|
|
322210
|
-
{
|
|
322211
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322212
|
-
"name": "AreaProps"
|
|
322213
|
-
}
|
|
322214
|
-
],
|
|
322215
|
-
"required": false,
|
|
322216
|
-
"type": {
|
|
322217
|
-
"name": "string | number"
|
|
322218
|
-
}
|
|
322219
|
-
},
|
|
322220
|
-
"yAxisId": {
|
|
322221
|
-
"defaultValue": null,
|
|
322222
|
-
"description": "",
|
|
322223
|
-
"name": "yAxisId",
|
|
322224
|
-
"parent": {
|
|
322225
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322226
|
-
"name": "AreaProps"
|
|
322227
|
-
},
|
|
322228
|
-
"declarations": [
|
|
322229
|
-
{
|
|
322230
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322231
|
-
"name": "AreaProps"
|
|
322232
|
-
}
|
|
322233
|
-
],
|
|
322234
|
-
"required": false,
|
|
322235
|
-
"type": {
|
|
322236
|
-
"name": "string | number"
|
|
322237
|
-
}
|
|
322238
|
-
},
|
|
322239
|
-
"stackId": {
|
|
322240
|
-
"defaultValue": null,
|
|
322241
|
-
"description": "",
|
|
322242
|
-
"name": "stackId",
|
|
322243
|
-
"parent": {
|
|
322244
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322245
|
-
"name": "AreaProps"
|
|
322246
|
-
},
|
|
322247
|
-
"declarations": [
|
|
322248
|
-
{
|
|
322249
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322250
|
-
"name": "AreaProps"
|
|
322274
|
+
"name": "TypeLiteral"
|
|
322251
322275
|
}
|
|
322252
322276
|
],
|
|
322253
322277
|
"required": false,
|
|
322254
322278
|
"type": {
|
|
322255
|
-
"name": "
|
|
322279
|
+
"name": "ReactNode"
|
|
322256
322280
|
}
|
|
322257
322281
|
}
|
|
322258
322282
|
}
|
|
@@ -322265,30 +322289,6 @@
|
|
|
322265
322289
|
"methods": [],
|
|
322266
322290
|
"props": {}
|
|
322267
322291
|
},
|
|
322268
|
-
{
|
|
322269
|
-
"tags": {},
|
|
322270
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
322271
|
-
"description": "",
|
|
322272
|
-
"displayName": "BreadcrumbItem",
|
|
322273
|
-
"methods": [],
|
|
322274
|
-
"props": {
|
|
322275
|
-
"children": {
|
|
322276
|
-
"defaultValue": null,
|
|
322277
|
-
"description": "",
|
|
322278
|
-
"name": "children",
|
|
322279
|
-
"declarations": [
|
|
322280
|
-
{
|
|
322281
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322282
|
-
"name": "TypeLiteral"
|
|
322283
|
-
}
|
|
322284
|
-
],
|
|
322285
|
-
"required": false,
|
|
322286
|
-
"type": {
|
|
322287
|
-
"name": "ReactNode"
|
|
322288
|
-
}
|
|
322289
|
-
}
|
|
322290
|
-
}
|
|
322291
|
-
},
|
|
322292
322292
|
{
|
|
322293
322293
|
"tags": {},
|
|
322294
322294
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableLoadingView.tsx",
|