@mittwald/flow-react-components 0.2.0-alpha.984 → 0.2.0-alpha.986

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.
@@ -297051,7 +297051,33 @@
297051
297051
  "tags": {
297052
297052
  "deprecated": "Use RouterProvider instead"
297053
297053
  },
297054
- "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
297054
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
297055
+ "description": "",
297056
+ "displayName": "LinkProvider",
297057
+ "methods": [],
297058
+ "props": {
297059
+ "children": {
297060
+ "defaultValue": null,
297061
+ "description": "",
297062
+ "name": "children",
297063
+ "declarations": [
297064
+ {
297065
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
297066
+ "name": "TypeLiteral"
297067
+ }
297068
+ ],
297069
+ "required": false,
297070
+ "type": {
297071
+ "name": "ReactNode"
297072
+ }
297073
+ }
297074
+ }
297075
+ },
297076
+ {
297077
+ "tags": {
297078
+ "deprecated": "Use RouterProvider instead"
297079
+ },
297080
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
297055
297081
  "description": "",
297056
297082
  "displayName": "Link",
297057
297083
  "methods": [],
@@ -297061,12 +297087,12 @@
297061
297087
  "description": "",
297062
297088
  "name": "ref",
297063
297089
  "parent": {
297064
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297090
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297065
297091
  "name": "Props"
297066
297092
  },
297067
297093
  "declarations": [
297068
297094
  {
297069
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297095
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297070
297096
  "name": "Props"
297071
297097
  }
297072
297098
  ],
@@ -297080,12 +297106,12 @@
297080
297106
  "description": "",
297081
297107
  "name": "isDisabled",
297082
297108
  "parent": {
297083
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297109
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297084
297110
  "name": "Props"
297085
297111
  },
297086
297112
  "declarations": [
297087
297113
  {
297088
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297114
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297089
297115
  "name": "Props"
297090
297116
  }
297091
297117
  ],
@@ -302553,32 +302579,6 @@
302553
302579
  }
302554
302580
  }
302555
302581
  },
302556
- {
302557
- "tags": {
302558
- "deprecated": "Use RouterProvider instead"
302559
- },
302560
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
302561
- "description": "",
302562
- "displayName": "LinkProvider",
302563
- "methods": [],
302564
- "props": {
302565
- "children": {
302566
- "defaultValue": null,
302567
- "description": "",
302568
- "name": "children",
302569
- "declarations": [
302570
- {
302571
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
302572
- "name": "TypeLiteral"
302573
- }
302574
- ],
302575
- "required": false,
302576
- "type": {
302577
- "name": "ReactNode"
302578
- }
302579
- }
302580
- }
302581
- },
302582
302582
  {
302583
302583
  "tags": {
302584
302584
  "flr-generate": "all"
@@ -304598,6 +304598,72 @@
304598
304598
  }
304599
304599
  }
304600
304600
  },
304601
+ {
304602
+ "tags": {},
304603
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
304604
+ "description": "",
304605
+ "displayName": "TabList",
304606
+ "methods": [],
304607
+ "props": {
304608
+ "selection": {
304609
+ "defaultValue": null,
304610
+ "description": "",
304611
+ "name": "selection",
304612
+ "parent": {
304613
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304614
+ "name": "Props"
304615
+ },
304616
+ "declarations": [
304617
+ {
304618
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304619
+ "name": "Props"
304620
+ }
304621
+ ],
304622
+ "required": true,
304623
+ "type": {
304624
+ "name": "Key | undefined"
304625
+ }
304626
+ },
304627
+ "onContextMenuSelectionChange": {
304628
+ "defaultValue": null,
304629
+ "description": "",
304630
+ "name": "onContextMenuSelectionChange",
304631
+ "parent": {
304632
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304633
+ "name": "Props"
304634
+ },
304635
+ "declarations": [
304636
+ {
304637
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304638
+ "name": "Props"
304639
+ }
304640
+ ],
304641
+ "required": true,
304642
+ "type": {
304643
+ "name": "(key: Key) => void"
304644
+ }
304645
+ },
304646
+ "disabledKeys": {
304647
+ "defaultValue": null,
304648
+ "description": "",
304649
+ "name": "disabledKeys",
304650
+ "parent": {
304651
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304652
+ "name": "Props"
304653
+ },
304654
+ "declarations": [
304655
+ {
304656
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
304657
+ "name": "Props"
304658
+ }
304659
+ ],
304660
+ "required": false,
304661
+ "type": {
304662
+ "name": "Iterable<Key>"
304663
+ }
304664
+ }
304665
+ }
304666
+ },
304601
304667
  {
304602
304668
  "tags": {
304603
304669
  "flr-generate": "all"
@@ -306110,72 +306176,6 @@
306110
306176
  }
306111
306177
  }
306112
306178
  },
306113
- {
306114
- "tags": {},
306115
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
306116
- "description": "",
306117
- "displayName": "TabList",
306118
- "methods": [],
306119
- "props": {
306120
- "selection": {
306121
- "defaultValue": null,
306122
- "description": "",
306123
- "name": "selection",
306124
- "parent": {
306125
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306126
- "name": "Props"
306127
- },
306128
- "declarations": [
306129
- {
306130
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306131
- "name": "Props"
306132
- }
306133
- ],
306134
- "required": true,
306135
- "type": {
306136
- "name": "Key | undefined"
306137
- }
306138
- },
306139
- "onContextMenuSelectionChange": {
306140
- "defaultValue": null,
306141
- "description": "",
306142
- "name": "onContextMenuSelectionChange",
306143
- "parent": {
306144
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306145
- "name": "Props"
306146
- },
306147
- "declarations": [
306148
- {
306149
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306150
- "name": "Props"
306151
- }
306152
- ],
306153
- "required": true,
306154
- "type": {
306155
- "name": "(key: Key) => void"
306156
- }
306157
- },
306158
- "disabledKeys": {
306159
- "defaultValue": null,
306160
- "description": "",
306161
- "name": "disabledKeys",
306162
- "parent": {
306163
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306164
- "name": "Props"
306165
- },
306166
- "declarations": [
306167
- {
306168
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
306169
- "name": "Props"
306170
- }
306171
- ],
306172
- "required": false,
306173
- "type": {
306174
- "name": "Iterable<Key>"
306175
- }
306176
- }
306177
- }
306178
- },
306179
306179
  {
306180
306180
  "tags": {},
306181
306181
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
@@ -306236,44 +306236,44 @@
306236
306236
  "tags": {
306237
306237
  "flr-generate": "all"
306238
306238
  },
306239
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
306239
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
306240
306240
  "description": "",
306241
- "displayName": "TableRow",
306241
+ "displayName": "TableHeader",
306242
306242
  "methods": [],
306243
306243
  "props": {
306244
306244
  "className": {
306245
306245
  "defaultValue": {
306246
- "value": "'react-aria-Row'"
306246
+ "value": "'react-aria-TableHeader'"
306247
306247
  },
306248
306248
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
306249
306249
  "name": "className",
306250
306250
  "parent": {
306251
306251
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306252
- "name": "RowProps"
306252
+ "name": "TableHeaderProps"
306253
306253
  },
306254
306254
  "declarations": [
306255
306255
  {
306256
306256
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306257
- "name": "RowProps"
306257
+ "name": "TableHeaderProps"
306258
306258
  }
306259
306259
  ],
306260
306260
  "required": false,
306261
306261
  "type": {
306262
- "name": "ClassNameOrFunction<RowRenderProps>"
306262
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
306263
306263
  }
306264
306264
  },
306265
306265
  "columns": {
306266
306266
  "defaultValue": null,
306267
- "description": "A list of columns used when dynamically rendering cells.",
306267
+ "description": "A list of table columns.",
306268
306268
  "name": "columns",
306269
306269
  "parent": {
306270
306270
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306271
- "name": "RowProps"
306271
+ "name": "TableHeaderProps"
306272
306272
  },
306273
306273
  "declarations": [
306274
306274
  {
306275
306275
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306276
- "name": "RowProps"
306276
+ "name": "TableHeaderProps"
306277
306277
  }
306278
306278
  ],
306279
306279
  "required": false,
@@ -306300,37 +306300,18 @@
306300
306300
  "name": "ReactNode"
306301
306301
  }
306302
306302
  },
306303
- "value": {
306304
- "defaultValue": null,
306305
- "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
306306
- "name": "value",
306307
- "parent": {
306308
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306309
- "name": "RowProps"
306310
- },
306311
- "declarations": [
306312
- {
306313
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306314
- "name": "RowProps"
306315
- }
306316
- ],
306317
- "required": false,
306318
- "type": {
306319
- "name": "undefined"
306320
- }
306321
- },
306322
306303
  "dependencies": {
306323
306304
  "defaultValue": null,
306324
- "description": "Values that should invalidate the cell cache when using dynamic collections.",
306305
+ "description": "Values that should invalidate the column cache when using dynamic collections.",
306325
306306
  "name": "dependencies",
306326
306307
  "parent": {
306327
306308
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306328
- "name": "RowProps"
306309
+ "name": "TableHeaderProps"
306329
306310
  },
306330
306311
  "declarations": [
306331
306312
  {
306332
306313
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306333
- "name": "RowProps"
306314
+ "name": "TableHeaderProps"
306334
306315
  }
306335
306316
  ],
306336
306317
  "required": false,
@@ -306338,122 +306319,6 @@
306338
306319
  "name": "readonly any[]"
306339
306320
  }
306340
306321
  },
306341
- "textValue": {
306342
- "defaultValue": null,
306343
- "description": "A string representation of the row's contents, used for features like typeahead.",
306344
- "name": "textValue",
306345
- "parent": {
306346
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306347
- "name": "RowProps"
306348
- },
306349
- "declarations": [
306350
- {
306351
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306352
- "name": "RowProps"
306353
- }
306354
- ],
306355
- "required": false,
306356
- "type": {
306357
- "name": "string"
306358
- }
306359
- },
306360
- "isDisabled": {
306361
- "defaultValue": null,
306362
- "description": "Whether the row is disabled.",
306363
- "name": "isDisabled",
306364
- "parent": {
306365
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306366
- "name": "RowProps"
306367
- },
306368
- "declarations": [
306369
- {
306370
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306371
- "name": "RowProps"
306372
- }
306373
- ],
306374
- "required": false,
306375
- "type": {
306376
- "name": "boolean"
306377
- }
306378
- },
306379
- "disabledBehavior": {
306380
- "defaultValue": {
306381
- "value": "'all'"
306382
- },
306383
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
306384
- "name": "disabledBehavior",
306385
- "parent": {
306386
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306387
- "name": "TableProps"
306388
- },
306389
- "declarations": [
306390
- {
306391
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306392
- "name": "TableProps"
306393
- }
306394
- ],
306395
- "required": false,
306396
- "type": {
306397
- "name": "DisabledBehavior"
306398
- }
306399
- },
306400
- "onAction": {
306401
- "defaultValue": null,
306402
- "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
306403
- "name": "onAction",
306404
- "parent": {
306405
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306406
- "name": "RowProps"
306407
- },
306408
- "declarations": [
306409
- {
306410
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306411
- "name": "RowProps"
306412
- }
306413
- ],
306414
- "required": false,
306415
- "type": {
306416
- "name": "(() => void)"
306417
- }
306418
- },
306419
- "id": {
306420
- "defaultValue": null,
306421
- "description": "The unique id of the row.",
306422
- "name": "id",
306423
- "parent": {
306424
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306425
- "name": "RowProps"
306426
- },
306427
- "declarations": [
306428
- {
306429
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306430
- "name": "RowProps"
306431
- }
306432
- ],
306433
- "required": false,
306434
- "type": {
306435
- "name": "Key"
306436
- }
306437
- },
306438
- "hasChildItems": {
306439
- "defaultValue": null,
306440
- "description": "Whether this row has children, even if not loaded yet.",
306441
- "name": "hasChildItems",
306442
- "parent": {
306443
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306444
- "name": "RowProps"
306445
- },
306446
- "declarations": [
306447
- {
306448
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
306449
- "name": "RowProps"
306450
- }
306451
- ],
306452
- "required": false,
306453
- "type": {
306454
- "name": "boolean"
306455
- }
306456
- },
306457
306322
  "style": {
306458
306323
  "defaultValue": null,
306459
306324
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
@@ -306492,158 +306357,6 @@
306492
306357
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
306493
306358
  }
306494
306359
  },
306495
- "href": {
306496
- "defaultValue": null,
306497
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
306498
- "name": "href",
306499
- "parent": {
306500
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306501
- "name": "LinkDOMProps"
306502
- },
306503
- "declarations": [
306504
- {
306505
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306506
- "name": "LinkDOMProps"
306507
- }
306508
- ],
306509
- "required": false,
306510
- "type": {
306511
- "name": "string"
306512
- }
306513
- },
306514
- "hrefLang": {
306515
- "defaultValue": null,
306516
- "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
306517
- "name": "hrefLang",
306518
- "parent": {
306519
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306520
- "name": "LinkDOMProps"
306521
- },
306522
- "declarations": [
306523
- {
306524
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306525
- "name": "LinkDOMProps"
306526
- }
306527
- ],
306528
- "required": false,
306529
- "type": {
306530
- "name": "string"
306531
- }
306532
- },
306533
- "target": {
306534
- "defaultValue": null,
306535
- "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
306536
- "name": "target",
306537
- "parent": {
306538
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306539
- "name": "LinkDOMProps"
306540
- },
306541
- "declarations": [
306542
- {
306543
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306544
- "name": "LinkDOMProps"
306545
- }
306546
- ],
306547
- "required": false,
306548
- "type": {
306549
- "name": "HTMLAttributeAnchorTarget"
306550
- }
306551
- },
306552
- "rel": {
306553
- "defaultValue": null,
306554
- "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
306555
- "name": "rel",
306556
- "parent": {
306557
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306558
- "name": "LinkDOMProps"
306559
- },
306560
- "declarations": [
306561
- {
306562
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306563
- "name": "LinkDOMProps"
306564
- }
306565
- ],
306566
- "required": false,
306567
- "type": {
306568
- "name": "string"
306569
- }
306570
- },
306571
- "download": {
306572
- "defaultValue": null,
306573
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
306574
- "name": "download",
306575
- "parent": {
306576
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306577
- "name": "LinkDOMProps"
306578
- },
306579
- "declarations": [
306580
- {
306581
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306582
- "name": "LinkDOMProps"
306583
- }
306584
- ],
306585
- "required": false,
306586
- "type": {
306587
- "name": "string | boolean"
306588
- }
306589
- },
306590
- "ping": {
306591
- "defaultValue": null,
306592
- "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
306593
- "name": "ping",
306594
- "parent": {
306595
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306596
- "name": "LinkDOMProps"
306597
- },
306598
- "declarations": [
306599
- {
306600
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306601
- "name": "LinkDOMProps"
306602
- }
306603
- ],
306604
- "required": false,
306605
- "type": {
306606
- "name": "string"
306607
- }
306608
- },
306609
- "referrerPolicy": {
306610
- "defaultValue": null,
306611
- "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
306612
- "name": "referrerPolicy",
306613
- "parent": {
306614
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306615
- "name": "LinkDOMProps"
306616
- },
306617
- "declarations": [
306618
- {
306619
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306620
- "name": "LinkDOMProps"
306621
- }
306622
- ],
306623
- "required": false,
306624
- "type": {
306625
- "name": "HTMLAttributeReferrerPolicy"
306626
- }
306627
- },
306628
- "routerOptions": {
306629
- "defaultValue": null,
306630
- "description": "Options for the configured client side router.",
306631
- "name": "routerOptions",
306632
- "parent": {
306633
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306634
- "name": "LinkDOMProps"
306635
- },
306636
- "declarations": [
306637
- {
306638
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306639
- "name": "LinkDOMProps"
306640
- }
306641
- ],
306642
- "required": false,
306643
- "type": {
306644
- "name": "undefined"
306645
- }
306646
- },
306647
306360
  "onHoverStart": {
306648
306361
  "defaultValue": null,
306649
306362
  "description": "Handler that is called when a hover interaction starts.",
@@ -306701,124 +306414,29 @@
306701
306414
  "name": "((isHovering: boolean) => void)"
306702
306415
  }
306703
306416
  },
306704
- "onPress": {
306705
- "defaultValue": null,
306706
- "description": "Handler that is called when the press is released over the target.",
306707
- "name": "onPress",
306708
- "parent": {
306709
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306710
- "name": "PressEvents"
306711
- },
306712
- "declarations": [
306713
- {
306714
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306715
- "name": "PressEvents"
306716
- }
306717
- ],
306718
- "required": false,
306719
- "type": {
306720
- "name": "((e: PressEvent) => void)"
306721
- }
306722
- },
306723
- "onPressStart": {
306724
- "defaultValue": null,
306725
- "description": "Handler that is called when a press interaction starts.",
306726
- "name": "onPressStart",
306727
- "parent": {
306728
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306729
- "name": "PressEvents"
306730
- },
306731
- "declarations": [
306732
- {
306733
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306734
- "name": "PressEvents"
306735
- }
306736
- ],
306737
- "required": false,
306738
- "type": {
306739
- "name": "((e: PressEvent) => void)"
306740
- }
306741
- },
306742
- "onPressEnd": {
306743
- "defaultValue": null,
306744
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
306745
- "name": "onPressEnd",
306746
- "parent": {
306747
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306748
- "name": "PressEvents"
306749
- },
306750
- "declarations": [
306751
- {
306752
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306753
- "name": "PressEvents"
306754
- }
306755
- ],
306756
- "required": false,
306757
- "type": {
306758
- "name": "((e: PressEvent) => void)"
306759
- }
306760
- },
306761
- "onPressChange": {
306762
- "defaultValue": null,
306763
- "description": "Handler that is called when the press state changes.",
306764
- "name": "onPressChange",
306765
- "parent": {
306766
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306767
- "name": "PressEvents"
306768
- },
306769
- "declarations": [
306770
- {
306771
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306772
- "name": "PressEvents"
306773
- }
306774
- ],
306775
- "required": false,
306776
- "type": {
306777
- "name": "((isPressed: boolean) => void)"
306778
- }
306779
- },
306780
- "onPressUp": {
306781
- "defaultValue": null,
306782
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
306783
- "name": "onPressUp",
306784
- "parent": {
306785
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306786
- "name": "PressEvents"
306787
- },
306788
- "declarations": [
306789
- {
306790
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306791
- "name": "PressEvents"
306792
- }
306793
- ],
306794
- "required": false,
306795
- "type": {
306796
- "name": "((e: PressEvent) => void)"
306797
- }
306798
- },
306799
- "onClick": {
306417
+ "dir": {
306800
306418
  "defaultValue": null,
306801
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
306802
- "name": "onClick",
306419
+ "description": "",
306420
+ "name": "dir",
306803
306421
  "parent": {
306804
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306805
- "name": "PressEvents"
306422
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306423
+ "name": "GlobalDOMAttributes"
306806
306424
  },
306807
306425
  "declarations": [
306808
306426
  {
306809
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
306810
- "name": "PressEvents"
306427
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306428
+ "name": "GlobalDOMAttributes"
306811
306429
  }
306812
306430
  ],
306813
306431
  "required": false,
306814
306432
  "type": {
306815
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
306433
+ "name": "string"
306816
306434
  }
306817
306435
  },
306818
- "translate": {
306436
+ "lang": {
306819
306437
  "defaultValue": null,
306820
306438
  "description": "",
306821
- "name": "translate",
306439
+ "name": "lang",
306822
306440
  "parent": {
306823
306441
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306824
306442
  "name": "GlobalDOMAttributes"
@@ -306831,13 +306449,13 @@
306831
306449
  ],
306832
306450
  "required": false,
306833
306451
  "type": {
306834
- "name": "\"yes\" | \"no\""
306452
+ "name": "string"
306835
306453
  }
306836
306454
  },
306837
- "dir": {
306455
+ "hidden": {
306838
306456
  "defaultValue": null,
306839
306457
  "description": "",
306840
- "name": "dir",
306458
+ "name": "hidden",
306841
306459
  "parent": {
306842
306460
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306843
306461
  "name": "GlobalDOMAttributes"
@@ -306850,13 +306468,13 @@
306850
306468
  ],
306851
306469
  "required": false,
306852
306470
  "type": {
306853
- "name": "string"
306471
+ "name": "boolean"
306854
306472
  }
306855
306473
  },
306856
- "lang": {
306474
+ "inert": {
306857
306475
  "defaultValue": null,
306858
306476
  "description": "",
306859
- "name": "lang",
306477
+ "name": "inert",
306860
306478
  "parent": {
306861
306479
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306862
306480
  "name": "GlobalDOMAttributes"
@@ -306869,13 +306487,13 @@
306869
306487
  ],
306870
306488
  "required": false,
306871
306489
  "type": {
306872
- "name": "string"
306490
+ "name": "boolean"
306873
306491
  }
306874
306492
  },
306875
- "hidden": {
306493
+ "translate": {
306876
306494
  "defaultValue": null,
306877
306495
  "description": "",
306878
- "name": "hidden",
306496
+ "name": "translate",
306879
306497
  "parent": {
306880
306498
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306881
306499
  "name": "GlobalDOMAttributes"
@@ -306888,26 +306506,26 @@
306888
306506
  ],
306889
306507
  "required": false,
306890
306508
  "type": {
306891
- "name": "boolean"
306509
+ "name": "\"yes\" | \"no\""
306892
306510
  }
306893
306511
  },
306894
- "inert": {
306512
+ "onClick": {
306895
306513
  "defaultValue": null,
306896
306514
  "description": "",
306897
- "name": "inert",
306515
+ "name": "onClick",
306898
306516
  "parent": {
306899
306517
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306900
- "name": "GlobalDOMAttributes"
306518
+ "name": "GlobalDOMEvents"
306901
306519
  },
306902
306520
  "declarations": [
306903
306521
  {
306904
306522
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
306905
- "name": "GlobalDOMAttributes"
306523
+ "name": "GlobalDOMEvents"
306906
306524
  }
306907
306525
  ],
306908
306526
  "required": false,
306909
306527
  "type": {
306910
- "name": "boolean"
306528
+ "name": "MouseEventHandler<HTMLDivElement>"
306911
306529
  }
306912
306530
  },
306913
306531
  "onClickCapture": {
@@ -308106,21 +307724,6 @@
308106
307724
  "type": {
308107
307725
  "name": "TransitionEventHandler<HTMLDivElement>"
308108
307726
  }
308109
- },
308110
- "footer": {
308111
- "defaultValue": null,
308112
- "description": "@internal",
308113
- "name": "footer",
308114
- "declarations": [
308115
- {
308116
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
308117
- "name": "TypeLiteral"
308118
- }
308119
- ],
308120
- "required": false,
308121
- "type": {
308122
- "name": "boolean"
308123
- }
308124
307727
  }
308125
307728
  }
308126
307729
  },
@@ -308128,44 +307731,44 @@
308128
307731
  "tags": {
308129
307732
  "flr-generate": "all"
308130
307733
  },
308131
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
307734
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
308132
307735
  "description": "",
308133
- "displayName": "TableHeader",
307736
+ "displayName": "TableRow",
308134
307737
  "methods": [],
308135
307738
  "props": {
308136
307739
  "className": {
308137
307740
  "defaultValue": {
308138
- "value": "'react-aria-Row'"
307741
+ "value": "'react-aria-TableHeader'"
308139
307742
  },
308140
307743
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
308141
307744
  "name": "className",
308142
307745
  "parent": {
308143
307746
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
308144
- "name": "RowProps"
307747
+ "name": "TableHeaderProps"
308145
307748
  },
308146
307749
  "declarations": [
308147
307750
  {
308148
307751
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
308149
- "name": "RowProps"
307752
+ "name": "TableHeaderProps"
308150
307753
  }
308151
307754
  ],
308152
307755
  "required": false,
308153
307756
  "type": {
308154
- "name": "ClassNameOrFunction<RowRenderProps>"
307757
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
308155
307758
  }
308156
307759
  },
308157
307760
  "columns": {
308158
307761
  "defaultValue": null,
308159
- "description": "A list of columns used when dynamically rendering cells.",
307762
+ "description": "A list of table columns.",
308160
307763
  "name": "columns",
308161
307764
  "parent": {
308162
307765
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
308163
- "name": "RowProps"
307766
+ "name": "TableHeaderProps"
308164
307767
  },
308165
307768
  "declarations": [
308166
307769
  {
308167
307770
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
308168
- "name": "RowProps"
307771
+ "name": "TableHeaderProps"
308169
307772
  }
308170
307773
  ],
308171
307774
  "required": false,
@@ -308192,10 +307795,48 @@
308192
307795
  "name": "ReactNode"
308193
307796
  }
308194
307797
  },
307798
+ "value": {
307799
+ "defaultValue": null,
307800
+ "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
307801
+ "name": "value",
307802
+ "parent": {
307803
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307804
+ "name": "RowProps"
307805
+ },
307806
+ "declarations": [
307807
+ {
307808
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307809
+ "name": "RowProps"
307810
+ }
307811
+ ],
307812
+ "required": false,
307813
+ "type": {
307814
+ "name": "undefined"
307815
+ }
307816
+ },
308195
307817
  "dependencies": {
308196
307818
  "defaultValue": null,
308197
- "description": "Values that should invalidate the cell cache when using dynamic collections.",
307819
+ "description": "Values that should invalidate the column cache when using dynamic collections.",
308198
307820
  "name": "dependencies",
307821
+ "parent": {
307822
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307823
+ "name": "TableHeaderProps"
307824
+ },
307825
+ "declarations": [
307826
+ {
307827
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307828
+ "name": "TableHeaderProps"
307829
+ }
307830
+ ],
307831
+ "required": false,
307832
+ "type": {
307833
+ "name": "readonly any[]"
307834
+ }
307835
+ },
307836
+ "textValue": {
307837
+ "defaultValue": null,
307838
+ "description": "A string representation of the row's contents, used for features like typeahead.",
307839
+ "name": "textValue",
308199
307840
  "parent": {
308200
307841
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
308201
307842
  "name": "RowProps"
@@ -308208,7 +307849,104 @@
308208
307849
  ],
308209
307850
  "required": false,
308210
307851
  "type": {
308211
- "name": "readonly any[]"
307852
+ "name": "string"
307853
+ }
307854
+ },
307855
+ "isDisabled": {
307856
+ "defaultValue": null,
307857
+ "description": "Whether the row is disabled.",
307858
+ "name": "isDisabled",
307859
+ "parent": {
307860
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307861
+ "name": "RowProps"
307862
+ },
307863
+ "declarations": [
307864
+ {
307865
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307866
+ "name": "RowProps"
307867
+ }
307868
+ ],
307869
+ "required": false,
307870
+ "type": {
307871
+ "name": "boolean"
307872
+ }
307873
+ },
307874
+ "disabledBehavior": {
307875
+ "defaultValue": {
307876
+ "value": "'all'"
307877
+ },
307878
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
307879
+ "name": "disabledBehavior",
307880
+ "parent": {
307881
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307882
+ "name": "TableProps"
307883
+ },
307884
+ "declarations": [
307885
+ {
307886
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307887
+ "name": "TableProps"
307888
+ }
307889
+ ],
307890
+ "required": false,
307891
+ "type": {
307892
+ "name": "DisabledBehavior"
307893
+ }
307894
+ },
307895
+ "onAction": {
307896
+ "defaultValue": null,
307897
+ "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
307898
+ "name": "onAction",
307899
+ "parent": {
307900
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307901
+ "name": "RowProps"
307902
+ },
307903
+ "declarations": [
307904
+ {
307905
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307906
+ "name": "RowProps"
307907
+ }
307908
+ ],
307909
+ "required": false,
307910
+ "type": {
307911
+ "name": "(() => void)"
307912
+ }
307913
+ },
307914
+ "id": {
307915
+ "defaultValue": null,
307916
+ "description": "The unique id of the row.",
307917
+ "name": "id",
307918
+ "parent": {
307919
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307920
+ "name": "RowProps"
307921
+ },
307922
+ "declarations": [
307923
+ {
307924
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307925
+ "name": "RowProps"
307926
+ }
307927
+ ],
307928
+ "required": false,
307929
+ "type": {
307930
+ "name": "Key"
307931
+ }
307932
+ },
307933
+ "hasChildItems": {
307934
+ "defaultValue": null,
307935
+ "description": "Whether this row has children, even if not loaded yet.",
307936
+ "name": "hasChildItems",
307937
+ "parent": {
307938
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307939
+ "name": "RowProps"
307940
+ },
307941
+ "declarations": [
307942
+ {
307943
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
307944
+ "name": "RowProps"
307945
+ }
307946
+ ],
307947
+ "required": false,
307948
+ "type": {
307949
+ "name": "boolean"
308212
307950
  }
308213
307951
  },
308214
307952
  "style": {
@@ -308249,6 +307987,158 @@
308249
307987
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
308250
307988
  }
308251
307989
  },
307990
+ "href": {
307991
+ "defaultValue": null,
307992
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
307993
+ "name": "href",
307994
+ "parent": {
307995
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
307996
+ "name": "LinkDOMProps"
307997
+ },
307998
+ "declarations": [
307999
+ {
308000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308001
+ "name": "LinkDOMProps"
308002
+ }
308003
+ ],
308004
+ "required": false,
308005
+ "type": {
308006
+ "name": "string"
308007
+ }
308008
+ },
308009
+ "hrefLang": {
308010
+ "defaultValue": null,
308011
+ "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
308012
+ "name": "hrefLang",
308013
+ "parent": {
308014
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308015
+ "name": "LinkDOMProps"
308016
+ },
308017
+ "declarations": [
308018
+ {
308019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308020
+ "name": "LinkDOMProps"
308021
+ }
308022
+ ],
308023
+ "required": false,
308024
+ "type": {
308025
+ "name": "string"
308026
+ }
308027
+ },
308028
+ "target": {
308029
+ "defaultValue": null,
308030
+ "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
308031
+ "name": "target",
308032
+ "parent": {
308033
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308034
+ "name": "LinkDOMProps"
308035
+ },
308036
+ "declarations": [
308037
+ {
308038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308039
+ "name": "LinkDOMProps"
308040
+ }
308041
+ ],
308042
+ "required": false,
308043
+ "type": {
308044
+ "name": "HTMLAttributeAnchorTarget"
308045
+ }
308046
+ },
308047
+ "rel": {
308048
+ "defaultValue": null,
308049
+ "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
308050
+ "name": "rel",
308051
+ "parent": {
308052
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308053
+ "name": "LinkDOMProps"
308054
+ },
308055
+ "declarations": [
308056
+ {
308057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308058
+ "name": "LinkDOMProps"
308059
+ }
308060
+ ],
308061
+ "required": false,
308062
+ "type": {
308063
+ "name": "string"
308064
+ }
308065
+ },
308066
+ "download": {
308067
+ "defaultValue": null,
308068
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
308069
+ "name": "download",
308070
+ "parent": {
308071
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308072
+ "name": "LinkDOMProps"
308073
+ },
308074
+ "declarations": [
308075
+ {
308076
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308077
+ "name": "LinkDOMProps"
308078
+ }
308079
+ ],
308080
+ "required": false,
308081
+ "type": {
308082
+ "name": "string | boolean"
308083
+ }
308084
+ },
308085
+ "ping": {
308086
+ "defaultValue": null,
308087
+ "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
308088
+ "name": "ping",
308089
+ "parent": {
308090
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308091
+ "name": "LinkDOMProps"
308092
+ },
308093
+ "declarations": [
308094
+ {
308095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308096
+ "name": "LinkDOMProps"
308097
+ }
308098
+ ],
308099
+ "required": false,
308100
+ "type": {
308101
+ "name": "string"
308102
+ }
308103
+ },
308104
+ "referrerPolicy": {
308105
+ "defaultValue": null,
308106
+ "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
308107
+ "name": "referrerPolicy",
308108
+ "parent": {
308109
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308110
+ "name": "LinkDOMProps"
308111
+ },
308112
+ "declarations": [
308113
+ {
308114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308115
+ "name": "LinkDOMProps"
308116
+ }
308117
+ ],
308118
+ "required": false,
308119
+ "type": {
308120
+ "name": "HTMLAttributeReferrerPolicy"
308121
+ }
308122
+ },
308123
+ "routerOptions": {
308124
+ "defaultValue": null,
308125
+ "description": "Options for the configured client side router.",
308126
+ "name": "routerOptions",
308127
+ "parent": {
308128
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308129
+ "name": "LinkDOMProps"
308130
+ },
308131
+ "declarations": [
308132
+ {
308133
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308134
+ "name": "LinkDOMProps"
308135
+ }
308136
+ ],
308137
+ "required": false,
308138
+ "type": {
308139
+ "name": "undefined"
308140
+ }
308141
+ },
308252
308142
  "onHoverStart": {
308253
308143
  "defaultValue": null,
308254
308144
  "description": "Handler that is called when a hover interaction starts.",
@@ -308306,29 +308196,124 @@
308306
308196
  "name": "((isHovering: boolean) => void)"
308307
308197
  }
308308
308198
  },
308309
- "dir": {
308199
+ "onPress": {
308310
308200
  "defaultValue": null,
308311
- "description": "",
308312
- "name": "dir",
308201
+ "description": "Handler that is called when the press is released over the target.",
308202
+ "name": "onPress",
308313
308203
  "parent": {
308314
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308315
- "name": "GlobalDOMAttributes"
308204
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308205
+ "name": "PressEvents"
308316
308206
  },
308317
308207
  "declarations": [
308318
308208
  {
308319
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308320
- "name": "GlobalDOMAttributes"
308209
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308210
+ "name": "PressEvents"
308321
308211
  }
308322
308212
  ],
308323
308213
  "required": false,
308324
308214
  "type": {
308325
- "name": "string"
308215
+ "name": "((e: PressEvent) => void)"
308326
308216
  }
308327
308217
  },
308328
- "lang": {
308218
+ "onPressStart": {
308219
+ "defaultValue": null,
308220
+ "description": "Handler that is called when a press interaction starts.",
308221
+ "name": "onPressStart",
308222
+ "parent": {
308223
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308224
+ "name": "PressEvents"
308225
+ },
308226
+ "declarations": [
308227
+ {
308228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308229
+ "name": "PressEvents"
308230
+ }
308231
+ ],
308232
+ "required": false,
308233
+ "type": {
308234
+ "name": "((e: PressEvent) => void)"
308235
+ }
308236
+ },
308237
+ "onPressEnd": {
308238
+ "defaultValue": null,
308239
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
308240
+ "name": "onPressEnd",
308241
+ "parent": {
308242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308243
+ "name": "PressEvents"
308244
+ },
308245
+ "declarations": [
308246
+ {
308247
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308248
+ "name": "PressEvents"
308249
+ }
308250
+ ],
308251
+ "required": false,
308252
+ "type": {
308253
+ "name": "((e: PressEvent) => void)"
308254
+ }
308255
+ },
308256
+ "onPressChange": {
308257
+ "defaultValue": null,
308258
+ "description": "Handler that is called when the press state changes.",
308259
+ "name": "onPressChange",
308260
+ "parent": {
308261
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308262
+ "name": "PressEvents"
308263
+ },
308264
+ "declarations": [
308265
+ {
308266
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308267
+ "name": "PressEvents"
308268
+ }
308269
+ ],
308270
+ "required": false,
308271
+ "type": {
308272
+ "name": "((isPressed: boolean) => void)"
308273
+ }
308274
+ },
308275
+ "onPressUp": {
308276
+ "defaultValue": null,
308277
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
308278
+ "name": "onPressUp",
308279
+ "parent": {
308280
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308281
+ "name": "PressEvents"
308282
+ },
308283
+ "declarations": [
308284
+ {
308285
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308286
+ "name": "PressEvents"
308287
+ }
308288
+ ],
308289
+ "required": false,
308290
+ "type": {
308291
+ "name": "((e: PressEvent) => void)"
308292
+ }
308293
+ },
308294
+ "onClick": {
308295
+ "defaultValue": null,
308296
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
308297
+ "name": "onClick",
308298
+ "parent": {
308299
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308300
+ "name": "PressEvents"
308301
+ },
308302
+ "declarations": [
308303
+ {
308304
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
308305
+ "name": "PressEvents"
308306
+ }
308307
+ ],
308308
+ "required": false,
308309
+ "type": {
308310
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
308311
+ }
308312
+ },
308313
+ "translate": {
308329
308314
  "defaultValue": null,
308330
308315
  "description": "",
308331
- "name": "lang",
308316
+ "name": "translate",
308332
308317
  "parent": {
308333
308318
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308334
308319
  "name": "GlobalDOMAttributes"
@@ -308341,13 +308326,13 @@
308341
308326
  ],
308342
308327
  "required": false,
308343
308328
  "type": {
308344
- "name": "string"
308329
+ "name": "\"yes\" | \"no\""
308345
308330
  }
308346
308331
  },
308347
- "hidden": {
308332
+ "dir": {
308348
308333
  "defaultValue": null,
308349
308334
  "description": "",
308350
- "name": "hidden",
308335
+ "name": "dir",
308351
308336
  "parent": {
308352
308337
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308353
308338
  "name": "GlobalDOMAttributes"
@@ -308360,13 +308345,13 @@
308360
308345
  ],
308361
308346
  "required": false,
308362
308347
  "type": {
308363
- "name": "boolean"
308348
+ "name": "string"
308364
308349
  }
308365
308350
  },
308366
- "inert": {
308351
+ "lang": {
308367
308352
  "defaultValue": null,
308368
308353
  "description": "",
308369
- "name": "inert",
308354
+ "name": "lang",
308370
308355
  "parent": {
308371
308356
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308372
308357
  "name": "GlobalDOMAttributes"
@@ -308379,13 +308364,13 @@
308379
308364
  ],
308380
308365
  "required": false,
308381
308366
  "type": {
308382
- "name": "boolean"
308367
+ "name": "string"
308383
308368
  }
308384
308369
  },
308385
- "translate": {
308370
+ "hidden": {
308386
308371
  "defaultValue": null,
308387
308372
  "description": "",
308388
- "name": "translate",
308373
+ "name": "hidden",
308389
308374
  "parent": {
308390
308375
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308391
308376
  "name": "GlobalDOMAttributes"
@@ -308398,26 +308383,26 @@
308398
308383
  ],
308399
308384
  "required": false,
308400
308385
  "type": {
308401
- "name": "\"yes\" | \"no\""
308386
+ "name": "boolean"
308402
308387
  }
308403
308388
  },
308404
- "onClick": {
308389
+ "inert": {
308405
308390
  "defaultValue": null,
308406
308391
  "description": "",
308407
- "name": "onClick",
308392
+ "name": "inert",
308408
308393
  "parent": {
308409
308394
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308410
- "name": "GlobalDOMEvents"
308395
+ "name": "GlobalDOMAttributes"
308411
308396
  },
308412
308397
  "declarations": [
308413
308398
  {
308414
308399
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
308415
- "name": "GlobalDOMEvents"
308400
+ "name": "GlobalDOMAttributes"
308416
308401
  }
308417
308402
  ],
308418
308403
  "required": false,
308419
308404
  "type": {
308420
- "name": "MouseEventHandler<HTMLDivElement>"
308405
+ "name": "boolean"
308421
308406
  }
308422
308407
  },
308423
308408
  "onClickCapture": {
@@ -309616,6 +309601,21 @@
309616
309601
  "type": {
309617
309602
  "name": "TransitionEventHandler<HTMLDivElement>"
309618
309603
  }
309604
+ },
309605
+ "footer": {
309606
+ "defaultValue": null,
309607
+ "description": "@internal",
309608
+ "name": "footer",
309609
+ "declarations": [
309610
+ {
309611
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
309612
+ "name": "TypeLiteral"
309613
+ }
309614
+ ],
309615
+ "required": false,
309616
+ "type": {
309617
+ "name": "boolean"
309618
+ }
309619
309619
  }
309620
309620
  }
309621
309621
  },
@@ -309630,37 +309630,37 @@
309630
309630
  "props": {
309631
309631
  "className": {
309632
309632
  "defaultValue": {
309633
- "value": "'react-aria-Row'"
309633
+ "value": "'react-aria-TableHeader'"
309634
309634
  },
309635
309635
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
309636
309636
  "name": "className",
309637
309637
  "parent": {
309638
309638
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309639
- "name": "RowProps"
309639
+ "name": "TableHeaderProps"
309640
309640
  },
309641
309641
  "declarations": [
309642
309642
  {
309643
309643
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309644
- "name": "RowProps"
309644
+ "name": "TableHeaderProps"
309645
309645
  }
309646
309646
  ],
309647
309647
  "required": false,
309648
309648
  "type": {
309649
- "name": "ClassNameOrFunction<RowRenderProps>"
309649
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
309650
309650
  }
309651
309651
  },
309652
309652
  "columns": {
309653
309653
  "defaultValue": null,
309654
- "description": "A list of columns used when dynamically rendering cells.",
309654
+ "description": "A list of table columns.",
309655
309655
  "name": "columns",
309656
309656
  "parent": {
309657
309657
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309658
- "name": "RowProps"
309658
+ "name": "TableHeaderProps"
309659
309659
  },
309660
309660
  "declarations": [
309661
309661
  {
309662
309662
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309663
- "name": "RowProps"
309663
+ "name": "TableHeaderProps"
309664
309664
  }
309665
309665
  ],
309666
309666
  "required": false,
@@ -309708,16 +309708,16 @@
309708
309708
  },
309709
309709
  "dependencies": {
309710
309710
  "defaultValue": null,
309711
- "description": "Values that should invalidate the cell cache when using dynamic collections.",
309711
+ "description": "Values that should invalidate the column cache when using dynamic collections.",
309712
309712
  "name": "dependencies",
309713
309713
  "parent": {
309714
309714
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309715
- "name": "RowProps"
309715
+ "name": "TableHeaderProps"
309716
309716
  },
309717
309717
  "declarations": [
309718
309718
  {
309719
309719
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
309720
- "name": "RowProps"
309720
+ "name": "TableHeaderProps"
309721
309721
  }
309722
309722
  ],
309723
309723
  "required": false,
@@ -311619,23 +311619,23 @@
311619
311619
  },
311620
311620
  "className": {
311621
311621
  "defaultValue": {
311622
- "value": "'react-aria-Row'"
311622
+ "value": "'react-aria-TableHeader'"
311623
311623
  },
311624
311624
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
311625
311625
  "name": "className",
311626
311626
  "parent": {
311627
311627
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
311628
- "name": "RowProps"
311628
+ "name": "TableHeaderProps"
311629
311629
  },
311630
311630
  "declarations": [
311631
311631
  {
311632
311632
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
311633
- "name": "RowProps"
311633
+ "name": "TableHeaderProps"
311634
311634
  }
311635
311635
  ],
311636
311636
  "required": false,
311637
311637
  "type": {
311638
- "name": "ClassNameOrFunction<RowRenderProps>"
311638
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
311639
311639
  }
311640
311640
  },
311641
311641
  "render": {
@@ -313131,23 +313131,23 @@
313131
313131
  },
313132
313132
  "className": {
313133
313133
  "defaultValue": {
313134
- "value": "'react-aria-Row'"
313134
+ "value": "'react-aria-TableHeader'"
313135
313135
  },
313136
313136
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
313137
313137
  "name": "className",
313138
313138
  "parent": {
313139
313139
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
313140
- "name": "RowProps"
313140
+ "name": "TableHeaderProps"
313141
313141
  },
313142
313142
  "declarations": [
313143
313143
  {
313144
313144
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
313145
- "name": "RowProps"
313145
+ "name": "TableHeaderProps"
313146
313146
  }
313147
313147
  ],
313148
313148
  "required": false,
313149
313149
  "type": {
313150
- "name": "ClassNameOrFunction<RowRenderProps>"
313150
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
313151
313151
  }
313152
313152
  },
313153
313153
  "dir": {
@@ -314508,23 +314508,23 @@
314508
314508
  "props": {
314509
314509
  "className": {
314510
314510
  "defaultValue": {
314511
- "value": "'react-aria-Row'"
314511
+ "value": "'react-aria-TableHeader'"
314512
314512
  },
314513
314513
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
314514
314514
  "name": "className",
314515
314515
  "parent": {
314516
314516
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
314517
- "name": "RowProps"
314517
+ "name": "TableHeaderProps"
314518
314518
  },
314519
314519
  "declarations": [
314520
314520
  {
314521
314521
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
314522
- "name": "RowProps"
314522
+ "name": "TableHeaderProps"
314523
314523
  }
314524
314524
  ],
314525
314525
  "required": false,
314526
314526
  "type": {
314527
- "name": "ClassNameOrFunction<RowRenderProps>"
314527
+ "name": "ClassNameOrFunction<TableHeaderRenderProps>"
314528
314528
  }
314529
314529
  },
314530
314530
  "renderEmptyState": {
@@ -328421,6 +328421,14 @@
328421
328421
  }
328422
328422
  }
328423
328423
  },
328424
+ {
328425
+ "tags": {},
328426
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
328427
+ "description": "",
328428
+ "displayName": "OffCanvasSuspenseFallback",
328429
+ "methods": [],
328430
+ "props": {}
328431
+ },
328424
328432
  {
328425
328433
  "tags": {},
328426
328434
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -328559,14 +328567,6 @@
328559
328567
  }
328560
328568
  }
328561
328569
  },
328562
- {
328563
- "tags": {},
328564
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
328565
- "description": "",
328566
- "displayName": "OffCanvasSuspenseFallback",
328567
- "methods": [],
328568
- "props": {}
328569
- },
328570
328570
  {
328571
328571
  "tags": {},
328572
328572
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
@@ -332047,34 +332047,6 @@
332047
332047
  }
332048
332048
  }
332049
332049
  },
332050
- {
332051
- "tags": {},
332052
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332053
- "description": "",
332054
- "displayName": "DeleteButton",
332055
- "methods": [],
332056
- "props": {
332057
- "onDelete": {
332058
- "defaultValue": null,
332059
- "description": "",
332060
- "name": "onDelete",
332061
- "parent": {
332062
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332063
- "name": "Props"
332064
- },
332065
- "declarations": [
332066
- {
332067
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332068
- "name": "Props"
332069
- }
332070
- ],
332071
- "required": true,
332072
- "type": {
332073
- "name": "() => void"
332074
- }
332075
- }
332076
- }
332077
- },
332078
332050
  {
332079
332051
  "tags": {},
332080
332052
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -332141,6 +332113,34 @@
332141
332113
  }
332142
332114
  }
332143
332115
  },
332116
+ {
332117
+ "tags": {},
332118
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332119
+ "description": "",
332120
+ "displayName": "DeleteButton",
332121
+ "methods": [],
332122
+ "props": {
332123
+ "onDelete": {
332124
+ "defaultValue": null,
332125
+ "description": "",
332126
+ "name": "onDelete",
332127
+ "parent": {
332128
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332129
+ "name": "Props"
332130
+ },
332131
+ "declarations": [
332132
+ {
332133
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332134
+ "name": "Props"
332135
+ }
332136
+ ],
332137
+ "required": true,
332138
+ "type": {
332139
+ "name": "() => void"
332140
+ }
332141
+ }
332142
+ }
332143
+ },
332144
332144
  {
332145
332145
  "tags": {},
332146
332146
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -335562,9 +335562,9 @@
335562
335562
  "tags": {
335563
335563
  "flr-generate": "all"
335564
335564
  },
335565
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335565
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335566
335566
  "description": "",
335567
- "displayName": "XAxis",
335567
+ "displayName": "YAxis",
335568
335568
  "methods": [],
335569
335569
  "props": {
335570
335570
  "className": {
@@ -335645,16 +335645,16 @@
335645
335645
  },
335646
335646
  "scale": {
335647
335647
  "defaultValue": null,
335648
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
335648
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
335649
335649
  "name": "scale",
335650
335650
  "parent": {
335651
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335652
- "name": "XAxisProps"
335651
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335652
+ "name": "YAxisProps"
335653
335653
  },
335654
335654
  "declarations": [
335655
335655
  {
335656
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335657
- "name": "XAxisProps"
335656
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335657
+ "name": "YAxisProps"
335658
335658
  }
335659
335659
  ],
335660
335660
  "required": false,
@@ -335681,37 +335681,18 @@
335681
335681
  "name": "boolean"
335682
335682
  }
335683
335683
  },
335684
- "allowDataOverflow": {
335685
- "defaultValue": null,
335686
- "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.\n@defaultValue false",
335687
- "name": "allowDataOverflow",
335688
- "parent": {
335689
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335690
- "name": "RenderableAxisProps"
335691
- },
335692
- "declarations": [
335693
- {
335694
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335695
- "name": "RenderableAxisProps"
335696
- }
335697
- ],
335698
- "required": false,
335699
- "type": {
335700
- "name": "boolean"
335701
- }
335702
- },
335703
335684
  "interval": {
335704
335685
  "defaultValue": null,
335705
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
335686
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
335706
335687
  "name": "interval",
335707
335688
  "parent": {
335708
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335709
- "name": "XAxisProps"
335689
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335690
+ "name": "YAxisProps"
335710
335691
  },
335711
335692
  "declarations": [
335712
335693
  {
335713
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335714
- "name": "XAxisProps"
335694
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335695
+ "name": "YAxisProps"
335715
335696
  }
335716
335697
  ],
335717
335698
  "required": false,
@@ -335724,13 +335705,13 @@
335724
335705
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
335725
335706
  "name": "minTickGap",
335726
335707
  "parent": {
335727
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335728
- "name": "XAxisProps"
335708
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335709
+ "name": "YAxisProps"
335729
335710
  },
335730
335711
  "declarations": [
335731
335712
  {
335732
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335733
- "name": "XAxisProps"
335713
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335714
+ "name": "YAxisProps"
335734
335715
  }
335735
335716
  ],
335736
335717
  "required": false,
@@ -335740,16 +335721,16 @@
335740
335721
  },
335741
335722
  "domain": {
335742
335723
  "defaultValue": null,
335743
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
335724
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
335744
335725
  "name": "domain",
335745
335726
  "parent": {
335746
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335747
- "name": "XAxisProps"
335727
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335728
+ "name": "YAxisProps"
335748
335729
  },
335749
335730
  "declarations": [
335750
335731
  {
335751
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335752
- "name": "XAxisProps"
335732
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
335733
+ "name": "YAxisProps"
335753
335734
  }
335754
335735
  ],
335755
335736
  "required": false,
@@ -335782,7 +335763,7 @@
335782
335763
  "name": "dataKey",
335783
335764
  "declarations": [
335784
335765
  {
335785
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335766
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335786
335767
  "name": "TypeLiteral"
335787
335768
  }
335788
335769
  ],
@@ -335797,7 +335778,7 @@
335797
335778
  "name": "tickFormatter",
335798
335779
  "declarations": [
335799
335780
  {
335800
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335781
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335801
335782
  "name": "TypeLiteral"
335802
335783
  }
335803
335784
  ],
@@ -335812,178 +335793,9 @@
335812
335793
  "tags": {
335813
335794
  "flr-generate": "all"
335814
335795
  },
335815
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
335816
- "description": "",
335817
- "displayName": "Line",
335818
- "methods": [],
335819
- "props": {
335820
- "dataKey": {
335821
- "defaultValue": null,
335822
- "description": "",
335823
- "name": "dataKey",
335824
- "parent": {
335825
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335826
- "name": "LineProps"
335827
- },
335828
- "declarations": [
335829
- {
335830
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335831
- "name": "LineProps"
335832
- }
335833
- ],
335834
- "required": false,
335835
- "type": {
335836
- "name": "DataKey<ChartDataValue>"
335837
- }
335838
- },
335839
- "color": {
335840
- "defaultValue": {
335841
- "value": "\"sea-green\""
335842
- },
335843
- "description": "The color of the line.",
335844
- "name": "color",
335845
- "parent": {
335846
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335847
- "name": "LineProps"
335848
- },
335849
- "declarations": [
335850
- {
335851
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
335852
- "name": "LineProps"
335853
- }
335854
- ],
335855
- "required": false,
335856
- "type": {
335857
- "name": "CategoricalWithCustomColor"
335858
- }
335859
- },
335860
- "className": {
335861
- "defaultValue": null,
335862
- "description": "",
335863
- "name": "className",
335864
- "parent": {
335865
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335866
- "name": "HTMLAttributes"
335867
- },
335868
- "declarations": [
335869
- {
335870
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335871
- "name": "HTMLAttributes"
335872
- }
335873
- ],
335874
- "required": false,
335875
- "type": {
335876
- "name": "string"
335877
- }
335878
- },
335879
- "key": {
335880
- "defaultValue": null,
335881
- "description": "",
335882
- "name": "key",
335883
- "parent": {
335884
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335885
- "name": "Attributes"
335886
- },
335887
- "declarations": [
335888
- {
335889
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335890
- "name": "Attributes"
335891
- }
335892
- ],
335893
- "required": false,
335894
- "type": {
335895
- "name": "Key | null"
335896
- }
335897
- },
335898
- "type": {
335899
- "defaultValue": null,
335900
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
335901
- "name": "type",
335902
- "parent": {
335903
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
335904
- "name": "CurveProps"
335905
- },
335906
- "declarations": [
335907
- {
335908
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
335909
- "name": "CurveProps"
335910
- },
335911
- {
335912
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335913
- "name": "LineProps"
335914
- }
335915
- ],
335916
- "required": false,
335917
- "type": {
335918
- "name": "CurveType"
335919
- }
335920
- },
335921
- "unit": {
335922
- "defaultValue": null,
335923
- "description": "The unit of data. This option will be used in tooltip.",
335924
- "name": "unit",
335925
- "parent": {
335926
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335927
- "name": "LineProps"
335928
- },
335929
- "declarations": [
335930
- {
335931
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335932
- "name": "LineProps"
335933
- }
335934
- ],
335935
- "required": false,
335936
- "type": {
335937
- "name": "string | number | null"
335938
- }
335939
- },
335940
- "xAxisId": {
335941
- "defaultValue": null,
335942
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
335943
- "name": "xAxisId",
335944
- "parent": {
335945
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335946
- "name": "LineProps"
335947
- },
335948
- "declarations": [
335949
- {
335950
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335951
- "name": "LineProps"
335952
- }
335953
- ],
335954
- "required": false,
335955
- "type": {
335956
- "name": "AxisId"
335957
- }
335958
- },
335959
- "yAxisId": {
335960
- "defaultValue": null,
335961
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
335962
- "name": "yAxisId",
335963
- "parent": {
335964
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335965
- "name": "LineProps"
335966
- },
335967
- "declarations": [
335968
- {
335969
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
335970
- "name": "LineProps"
335971
- }
335972
- ],
335973
- "required": false,
335974
- "type": {
335975
- "name": "AxisId"
335976
- }
335977
- }
335978
- }
335979
- },
335980
- {
335981
- "tags": {
335982
- "flr-generate": "all"
335983
- },
335984
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
335796
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
335985
335797
  "description": "",
335986
- "displayName": "YAxis",
335798
+ "displayName": "XAxis",
335987
335799
  "methods": [],
335988
335800
  "props": {
335989
335801
  "className": {
@@ -336064,16 +335876,16 @@
336064
335876
  },
336065
335877
  "scale": {
336066
335878
  "defaultValue": null,
336067
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
335879
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
336068
335880
  "name": "scale",
336069
335881
  "parent": {
336070
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336071
- "name": "YAxisProps"
335882
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335883
+ "name": "XAxisProps"
336072
335884
  },
336073
335885
  "declarations": [
336074
335886
  {
336075
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336076
- "name": "YAxisProps"
335887
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335888
+ "name": "XAxisProps"
336077
335889
  }
336078
335890
  ],
336079
335891
  "required": false,
@@ -336102,16 +335914,16 @@
336102
335914
  },
336103
335915
  "interval": {
336104
335916
  "defaultValue": null,
336105
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
335917
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
336106
335918
  "name": "interval",
336107
335919
  "parent": {
336108
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336109
- "name": "YAxisProps"
335920
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335921
+ "name": "XAxisProps"
336110
335922
  },
336111
335923
  "declarations": [
336112
335924
  {
336113
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336114
- "name": "YAxisProps"
335925
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335926
+ "name": "XAxisProps"
336115
335927
  }
336116
335928
  ],
336117
335929
  "required": false,
@@ -336124,13 +335936,13 @@
336124
335936
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
336125
335937
  "name": "minTickGap",
336126
335938
  "parent": {
336127
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336128
- "name": "YAxisProps"
335939
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335940
+ "name": "XAxisProps"
336129
335941
  },
336130
335942
  "declarations": [
336131
335943
  {
336132
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336133
- "name": "YAxisProps"
335944
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335945
+ "name": "XAxisProps"
336134
335946
  }
336135
335947
  ],
336136
335948
  "required": false,
@@ -336140,16 +335952,16 @@
336140
335952
  },
336141
335953
  "domain": {
336142
335954
  "defaultValue": null,
336143
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
335955
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
336144
335956
  "name": "domain",
336145
335957
  "parent": {
336146
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336147
- "name": "YAxisProps"
335958
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335959
+ "name": "XAxisProps"
336148
335960
  },
336149
335961
  "declarations": [
336150
335962
  {
336151
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
336152
- "name": "YAxisProps"
335963
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
335964
+ "name": "XAxisProps"
336153
335965
  }
336154
335966
  ],
336155
335967
  "required": false,
@@ -336176,13 +335988,32 @@
336176
335988
  "name": "string"
336177
335989
  }
336178
335990
  },
335991
+ "allowDataOverflow": {
335992
+ "defaultValue": null,
335993
+ "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.\n@defaultValue false",
335994
+ "name": "allowDataOverflow",
335995
+ "parent": {
335996
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
335997
+ "name": "RenderableAxisProps"
335998
+ },
335999
+ "declarations": [
336000
+ {
336001
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
336002
+ "name": "RenderableAxisProps"
336003
+ }
336004
+ ],
336005
+ "required": false,
336006
+ "type": {
336007
+ "name": "boolean"
336008
+ }
336009
+ },
336179
336010
  "dataKey": {
336180
336011
  "defaultValue": null,
336181
336012
  "description": "",
336182
336013
  "name": "dataKey",
336183
336014
  "declarations": [
336184
336015
  {
336185
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
336016
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
336186
336017
  "name": "TypeLiteral"
336187
336018
  }
336188
336019
  ],
@@ -336197,7 +336028,7 @@
336197
336028
  "name": "tickFormatter",
336198
336029
  "declarations": [
336199
336030
  {
336200
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
336031
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
336201
336032
  "name": "TypeLiteral"
336202
336033
  }
336203
336034
  ],
@@ -336208,6 +336039,175 @@
336208
336039
  }
336209
336040
  }
336210
336041
  },
336042
+ {
336043
+ "tags": {
336044
+ "flr-generate": "all"
336045
+ },
336046
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
336047
+ "description": "",
336048
+ "displayName": "Line",
336049
+ "methods": [],
336050
+ "props": {
336051
+ "dataKey": {
336052
+ "defaultValue": null,
336053
+ "description": "",
336054
+ "name": "dataKey",
336055
+ "parent": {
336056
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336057
+ "name": "LineProps"
336058
+ },
336059
+ "declarations": [
336060
+ {
336061
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336062
+ "name": "LineProps"
336063
+ }
336064
+ ],
336065
+ "required": false,
336066
+ "type": {
336067
+ "name": "DataKey<ChartDataValue>"
336068
+ }
336069
+ },
336070
+ "color": {
336071
+ "defaultValue": {
336072
+ "value": "\"sea-green\""
336073
+ },
336074
+ "description": "The color of the line.",
336075
+ "name": "color",
336076
+ "parent": {
336077
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336078
+ "name": "LineProps"
336079
+ },
336080
+ "declarations": [
336081
+ {
336082
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
336083
+ "name": "LineProps"
336084
+ }
336085
+ ],
336086
+ "required": false,
336087
+ "type": {
336088
+ "name": "CategoricalWithCustomColor"
336089
+ }
336090
+ },
336091
+ "className": {
336092
+ "defaultValue": null,
336093
+ "description": "",
336094
+ "name": "className",
336095
+ "parent": {
336096
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336097
+ "name": "HTMLAttributes"
336098
+ },
336099
+ "declarations": [
336100
+ {
336101
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336102
+ "name": "HTMLAttributes"
336103
+ }
336104
+ ],
336105
+ "required": false,
336106
+ "type": {
336107
+ "name": "string"
336108
+ }
336109
+ },
336110
+ "key": {
336111
+ "defaultValue": null,
336112
+ "description": "",
336113
+ "name": "key",
336114
+ "parent": {
336115
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336116
+ "name": "Attributes"
336117
+ },
336118
+ "declarations": [
336119
+ {
336120
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
336121
+ "name": "Attributes"
336122
+ }
336123
+ ],
336124
+ "required": false,
336125
+ "type": {
336126
+ "name": "Key | null"
336127
+ }
336128
+ },
336129
+ "type": {
336130
+ "defaultValue": null,
336131
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
336132
+ "name": "type",
336133
+ "parent": {
336134
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
336135
+ "name": "CurveProps"
336136
+ },
336137
+ "declarations": [
336138
+ {
336139
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
336140
+ "name": "CurveProps"
336141
+ },
336142
+ {
336143
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336144
+ "name": "LineProps"
336145
+ }
336146
+ ],
336147
+ "required": false,
336148
+ "type": {
336149
+ "name": "CurveType"
336150
+ }
336151
+ },
336152
+ "unit": {
336153
+ "defaultValue": null,
336154
+ "description": "The unit of data. This option will be used in tooltip.",
336155
+ "name": "unit",
336156
+ "parent": {
336157
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336158
+ "name": "LineProps"
336159
+ },
336160
+ "declarations": [
336161
+ {
336162
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336163
+ "name": "LineProps"
336164
+ }
336165
+ ],
336166
+ "required": false,
336167
+ "type": {
336168
+ "name": "string | number | null"
336169
+ }
336170
+ },
336171
+ "xAxisId": {
336172
+ "defaultValue": null,
336173
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
336174
+ "name": "xAxisId",
336175
+ "parent": {
336176
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336177
+ "name": "LineProps"
336178
+ },
336179
+ "declarations": [
336180
+ {
336181
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336182
+ "name": "LineProps"
336183
+ }
336184
+ ],
336185
+ "required": false,
336186
+ "type": {
336187
+ "name": "AxisId"
336188
+ }
336189
+ },
336190
+ "yAxisId": {
336191
+ "defaultValue": null,
336192
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
336193
+ "name": "yAxisId",
336194
+ "parent": {
336195
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336196
+ "name": "LineProps"
336197
+ },
336198
+ "declarations": [
336199
+ {
336200
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
336201
+ "name": "LineProps"
336202
+ }
336203
+ ],
336204
+ "required": false,
336205
+ "type": {
336206
+ "name": "AxisId"
336207
+ }
336208
+ }
336209
+ }
336210
+ },
336211
336211
  {
336212
336212
  "tags": {},
336213
336213
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -361812,37 +361812,37 @@
361812
361812
  },
361813
361813
  {
361814
361814
  "tags": {},
361815
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361815
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361816
361816
  "description": "",
361817
- "displayName": "SortingMenuItem",
361817
+ "displayName": "ViewModeMenuItem",
361818
361818
  "methods": [],
361819
361819
  "props": {
361820
- "sorting": {
361820
+ "viewMode": {
361821
361821
  "defaultValue": null,
361822
361822
  "description": "",
361823
- "name": "sorting",
361823
+ "name": "viewMode",
361824
361824
  "parent": {
361825
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361825
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361826
361826
  "name": "Props"
361827
361827
  },
361828
361828
  "declarations": [
361829
361829
  {
361830
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361830
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361831
361831
  "name": "Props"
361832
361832
  }
361833
361833
  ],
361834
361834
  "required": true,
361835
361835
  "type": {
361836
- "name": "Sorting<never>"
361836
+ "name": "ListViewMode"
361837
361837
  }
361838
361838
  }
361839
361839
  }
361840
361840
  },
361841
361841
  {
361842
361842
  "tags": {},
361843
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361843
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361844
361844
  "description": "",
361845
- "displayName": "SortingContextMenu",
361845
+ "displayName": "ViewModeContextMenu",
361846
361846
  "methods": [],
361847
361847
  "props": {
361848
361848
  "isDisabled": {
@@ -361850,12 +361850,12 @@
361850
361850
  "description": "",
361851
361851
  "name": "isDisabled",
361852
361852
  "parent": {
361853
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361853
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361854
361854
  "name": "Props"
361855
361855
  },
361856
361856
  "declarations": [
361857
361857
  {
361858
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361858
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361859
361859
  "name": "Props"
361860
361860
  }
361861
361861
  ],
@@ -361868,37 +361868,37 @@
361868
361868
  },
361869
361869
  {
361870
361870
  "tags": {},
361871
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361871
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361872
361872
  "description": "",
361873
- "displayName": "ViewModeMenuItem",
361873
+ "displayName": "SortingMenuItem",
361874
361874
  "methods": [],
361875
361875
  "props": {
361876
- "viewMode": {
361876
+ "sorting": {
361877
361877
  "defaultValue": null,
361878
361878
  "description": "",
361879
- "name": "viewMode",
361879
+ "name": "sorting",
361880
361880
  "parent": {
361881
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361881
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361882
361882
  "name": "Props"
361883
361883
  },
361884
361884
  "declarations": [
361885
361885
  {
361886
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361886
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361887
361887
  "name": "Props"
361888
361888
  }
361889
361889
  ],
361890
361890
  "required": true,
361891
361891
  "type": {
361892
- "name": "ListViewMode"
361892
+ "name": "Sorting<never>"
361893
361893
  }
361894
361894
  }
361895
361895
  }
361896
361896
  },
361897
361897
  {
361898
361898
  "tags": {},
361899
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361899
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361900
361900
  "description": "",
361901
- "displayName": "ViewModeContextMenu",
361901
+ "displayName": "SortingContextMenu",
361902
361902
  "methods": [],
361903
361903
  "props": {
361904
361904
  "isDisabled": {
@@ -361906,12 +361906,12 @@
361906
361906
  "description": "",
361907
361907
  "name": "isDisabled",
361908
361908
  "parent": {
361909
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361909
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361910
361910
  "name": "Props"
361911
361911
  },
361912
361912
  "declarations": [
361913
361913
  {
361914
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361914
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361915
361915
  "name": "Props"
361916
361916
  }
361917
361917
  ],
@@ -362157,34 +362157,6 @@
362157
362157
  }
362158
362158
  }
362159
362159
  },
362160
- {
362161
- "tags": {},
362162
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362163
- "description": "",
362164
- "displayName": "ActiveFilters",
362165
- "methods": [],
362166
- "props": {
362167
- "isDisabled": {
362168
- "defaultValue": null,
362169
- "description": "",
362170
- "name": "isDisabled",
362171
- "parent": {
362172
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362173
- "name": "Props"
362174
- },
362175
- "declarations": [
362176
- {
362177
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362178
- "name": "Props"
362179
- }
362180
- ],
362181
- "required": false,
362182
- "type": {
362183
- "name": "boolean"
362184
- }
362185
- }
362186
- }
362187
- },
362188
362160
  {
362189
362161
  "tags": {},
362190
362162
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
@@ -362400,6 +362372,34 @@
362400
362372
  }
362401
362373
  }
362402
362374
  },
362375
+ {
362376
+ "tags": {},
362377
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362378
+ "description": "",
362379
+ "displayName": "ActiveFilters",
362380
+ "methods": [],
362381
+ "props": {
362382
+ "isDisabled": {
362383
+ "defaultValue": null,
362384
+ "description": "",
362385
+ "name": "isDisabled",
362386
+ "parent": {
362387
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362388
+ "name": "Props"
362389
+ },
362390
+ "declarations": [
362391
+ {
362392
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362393
+ "name": "Props"
362394
+ }
362395
+ ],
362396
+ "required": false,
362397
+ "type": {
362398
+ "name": "boolean"
362399
+ }
362400
+ }
362401
+ }
362402
+ },
362403
362403
  {
362404
362404
  "tags": {},
362405
362405
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",