@mittwald/flow-react-components 0.2.0-alpha.668 → 0.2.0-alpha.669

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.
@@ -222202,51 +222202,6 @@
222202
222202
  }
222203
222203
  }
222204
222204
  },
222205
- {
222206
- "tags": {
222207
- "flr-generate": "all"
222208
- },
222209
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BigNumber/BigNumber.tsx",
222210
- "description": "",
222211
- "displayName": "BigNumber",
222212
- "methods": [],
222213
- "props": {
222214
- "children": {
222215
- "defaultValue": null,
222216
- "description": "",
222217
- "name": "children",
222218
- "declarations": [
222219
- {
222220
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
222221
- "name": "TypeLiteral"
222222
- }
222223
- ],
222224
- "required": false,
222225
- "type": {
222226
- "name": "ReactNode"
222227
- }
222228
- },
222229
- "className": {
222230
- "defaultValue": null,
222231
- "description": "The elements class name.",
222232
- "name": "className",
222233
- "parent": {
222234
- "fileName": "components/src/lib/types/props.ts",
222235
- "name": "PropsWithClassName"
222236
- },
222237
- "declarations": [
222238
- {
222239
- "fileName": "components/src/lib/types/props.ts",
222240
- "name": "PropsWithClassName"
222241
- }
222242
- ],
222243
- "required": false,
222244
- "type": {
222245
- "name": "string"
222246
- }
222247
- }
222248
- }
222249
- },
222250
222205
  {
222251
222206
  "tags": {
222252
222207
  "flr-generate": "all"
@@ -223835,6 +223790,51 @@
223835
223790
  }
223836
223791
  }
223837
223792
  },
223793
+ {
223794
+ "tags": {
223795
+ "flr-generate": "all"
223796
+ },
223797
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BigNumber/BigNumber.tsx",
223798
+ "description": "",
223799
+ "displayName": "BigNumber",
223800
+ "methods": [],
223801
+ "props": {
223802
+ "children": {
223803
+ "defaultValue": null,
223804
+ "description": "",
223805
+ "name": "children",
223806
+ "declarations": [
223807
+ {
223808
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
223809
+ "name": "TypeLiteral"
223810
+ }
223811
+ ],
223812
+ "required": false,
223813
+ "type": {
223814
+ "name": "ReactNode"
223815
+ }
223816
+ },
223817
+ "className": {
223818
+ "defaultValue": null,
223819
+ "description": "The elements class name.",
223820
+ "name": "className",
223821
+ "parent": {
223822
+ "fileName": "components/src/lib/types/props.ts",
223823
+ "name": "PropsWithClassName"
223824
+ },
223825
+ "declarations": [
223826
+ {
223827
+ "fileName": "components/src/lib/types/props.ts",
223828
+ "name": "PropsWithClassName"
223829
+ }
223830
+ ],
223831
+ "required": false,
223832
+ "type": {
223833
+ "name": "string"
223834
+ }
223835
+ }
223836
+ }
223837
+ },
223838
223838
  {
223839
223839
  "tags": {
223840
223840
  "flr-generate": "all"
@@ -234258,6 +234258,87 @@
234258
234258
  }
234259
234259
  }
234260
234260
  },
234261
+ {
234262
+ "tags": {},
234263
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
234264
+ "description": "",
234265
+ "displayName": "Activity",
234266
+ "methods": [],
234267
+ "props": {
234268
+ "isActive": {
234269
+ "defaultValue": null,
234270
+ "description": "",
234271
+ "name": "isActive",
234272
+ "parent": {
234273
+ "fileName": "components/src/components/Activity/Activity.tsx",
234274
+ "name": "ActivityProps"
234275
+ },
234276
+ "declarations": [
234277
+ {
234278
+ "fileName": "components/src/components/Activity/Activity.tsx",
234279
+ "name": "ActivityProps"
234280
+ }
234281
+ ],
234282
+ "required": false,
234283
+ "type": {
234284
+ "name": "boolean"
234285
+ }
234286
+ },
234287
+ "inactiveDelay": {
234288
+ "defaultValue": null,
234289
+ "description": "",
234290
+ "name": "inactiveDelay",
234291
+ "parent": {
234292
+ "fileName": "components/src/components/Activity/Activity.tsx",
234293
+ "name": "ActivityProps"
234294
+ },
234295
+ "declarations": [
234296
+ {
234297
+ "fileName": "components/src/components/Activity/Activity.tsx",
234298
+ "name": "ActivityProps"
234299
+ }
234300
+ ],
234301
+ "required": false,
234302
+ "type": {
234303
+ "name": "number"
234304
+ }
234305
+ },
234306
+ "forceCustomActivity": {
234307
+ "defaultValue": null,
234308
+ "description": "@internal",
234309
+ "name": "forceCustomActivity",
234310
+ "parent": {
234311
+ "fileName": "components/src/components/Activity/Activity.tsx",
234312
+ "name": "ActivityProps"
234313
+ },
234314
+ "declarations": [
234315
+ {
234316
+ "fileName": "components/src/components/Activity/Activity.tsx",
234317
+ "name": "ActivityProps"
234318
+ }
234319
+ ],
234320
+ "required": false,
234321
+ "type": {
234322
+ "name": "boolean"
234323
+ }
234324
+ },
234325
+ "children": {
234326
+ "defaultValue": null,
234327
+ "description": "",
234328
+ "name": "children",
234329
+ "declarations": [
234330
+ {
234331
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
234332
+ "name": "TypeLiteral"
234333
+ }
234334
+ ],
234335
+ "required": false,
234336
+ "type": {
234337
+ "name": "ReactNode"
234338
+ }
234339
+ }
234340
+ }
234341
+ },
234261
234342
  {
234262
234343
  "tags": {
234263
234344
  "flr-generate": "all"
@@ -239642,87 +239723,6 @@
239642
239723
  }
239643
239724
  }
239644
239725
  },
239645
- {
239646
- "tags": {},
239647
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
239648
- "description": "",
239649
- "displayName": "Activity",
239650
- "methods": [],
239651
- "props": {
239652
- "isActive": {
239653
- "defaultValue": null,
239654
- "description": "",
239655
- "name": "isActive",
239656
- "parent": {
239657
- "fileName": "components/src/components/Activity/Activity.tsx",
239658
- "name": "ActivityProps"
239659
- },
239660
- "declarations": [
239661
- {
239662
- "fileName": "components/src/components/Activity/Activity.tsx",
239663
- "name": "ActivityProps"
239664
- }
239665
- ],
239666
- "required": false,
239667
- "type": {
239668
- "name": "boolean"
239669
- }
239670
- },
239671
- "inactiveDelay": {
239672
- "defaultValue": null,
239673
- "description": "",
239674
- "name": "inactiveDelay",
239675
- "parent": {
239676
- "fileName": "components/src/components/Activity/Activity.tsx",
239677
- "name": "ActivityProps"
239678
- },
239679
- "declarations": [
239680
- {
239681
- "fileName": "components/src/components/Activity/Activity.tsx",
239682
- "name": "ActivityProps"
239683
- }
239684
- ],
239685
- "required": false,
239686
- "type": {
239687
- "name": "number"
239688
- }
239689
- },
239690
- "forceCustomActivity": {
239691
- "defaultValue": null,
239692
- "description": "@internal",
239693
- "name": "forceCustomActivity",
239694
- "parent": {
239695
- "fileName": "components/src/components/Activity/Activity.tsx",
239696
- "name": "ActivityProps"
239697
- },
239698
- "declarations": [
239699
- {
239700
- "fileName": "components/src/components/Activity/Activity.tsx",
239701
- "name": "ActivityProps"
239702
- }
239703
- ],
239704
- "required": false,
239705
- "type": {
239706
- "name": "boolean"
239707
- }
239708
- },
239709
- "children": {
239710
- "defaultValue": null,
239711
- "description": "",
239712
- "name": "children",
239713
- "declarations": [
239714
- {
239715
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
239716
- "name": "TypeLiteral"
239717
- }
239718
- ],
239719
- "required": false,
239720
- "type": {
239721
- "name": "ReactNode"
239722
- }
239723
- }
239724
- }
239725
- },
239726
239726
  {
239727
239727
  "tags": {
239728
239728
  "flr-generate": "all"
@@ -287499,51 +287499,11 @@
287499
287499
  "tags": {
287500
287500
  "flr-generate": "all"
287501
287501
  },
287502
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
287502
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
287503
287503
  "description": "",
287504
- "displayName": "TableColumn",
287504
+ "displayName": "TableFooterRow",
287505
287505
  "methods": [],
287506
287506
  "props": {
287507
- "horizontalAlign": {
287508
- "defaultValue": {
287509
- "value": "\"start\""
287510
- },
287511
- "description": "Horizontal alignment of the cell content",
287512
- "name": "horizontalAlign",
287513
- "parent": {
287514
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
287515
- "name": "TableColumnProps"
287516
- },
287517
- "declarations": [
287518
- {
287519
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
287520
- "name": "TableColumnProps"
287521
- }
287522
- ],
287523
- "required": false,
287524
- "type": {
287525
- "name": "\"start\" | \"end\" | \"center\""
287526
- }
287527
- },
287528
- "width": {
287529
- "defaultValue": null,
287530
- "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
287531
- "name": "width",
287532
- "parent": {
287533
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287534
- "name": "ColumnProps"
287535
- },
287536
- "declarations": [
287537
- {
287538
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287539
- "name": "ColumnProps"
287540
- }
287541
- ],
287542
- "required": false,
287543
- "type": {
287544
- "name": "ColumnSize | null"
287545
- }
287546
- },
287547
287507
  "className": {
287548
287508
  "defaultValue": {
287549
287509
  "value": "'react-aria-Tooltip'"
@@ -287565,6 +287525,158 @@
287565
287525
  "name": "ClassNameOrFunction<TooltipRenderProps>"
287566
287526
  }
287567
287527
  },
287528
+ "columns": {
287529
+ "defaultValue": null,
287530
+ "description": "A list of columns used when dynamically rendering cells.",
287531
+ "name": "columns",
287532
+ "parent": {
287533
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287534
+ "name": "RowProps"
287535
+ },
287536
+ "declarations": [
287537
+ {
287538
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287539
+ "name": "RowProps"
287540
+ }
287541
+ ],
287542
+ "required": false,
287543
+ "type": {
287544
+ "name": "Iterable<never>"
287545
+ }
287546
+ },
287547
+ "children": {
287548
+ "defaultValue": null,
287549
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
287550
+ "name": "children",
287551
+ "parent": {
287552
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287553
+ "name": "TableProps"
287554
+ },
287555
+ "declarations": [
287556
+ {
287557
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287558
+ "name": "TableProps"
287559
+ }
287560
+ ],
287561
+ "required": false,
287562
+ "type": {
287563
+ "name": "ReactNode"
287564
+ }
287565
+ },
287566
+ "value": {
287567
+ "defaultValue": null,
287568
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
287569
+ "name": "value",
287570
+ "parent": {
287571
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287572
+ "name": "MenuItemProps"
287573
+ },
287574
+ "declarations": [
287575
+ {
287576
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287577
+ "name": "MenuItemProps"
287578
+ }
287579
+ ],
287580
+ "required": false,
287581
+ "type": {
287582
+ "name": "object"
287583
+ }
287584
+ },
287585
+ "dependencies": {
287586
+ "defaultValue": null,
287587
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
287588
+ "name": "dependencies",
287589
+ "parent": {
287590
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287591
+ "name": "CollectionProps"
287592
+ },
287593
+ "declarations": [
287594
+ {
287595
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287596
+ "name": "CollectionProps"
287597
+ }
287598
+ ],
287599
+ "required": false,
287600
+ "type": {
287601
+ "name": "readonly any[]"
287602
+ }
287603
+ },
287604
+ "textValue": {
287605
+ "defaultValue": null,
287606
+ "description": "A string representation of the item's contents, used for features like typeahead.",
287607
+ "name": "textValue",
287608
+ "parent": {
287609
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287610
+ "name": "ListBoxItemProps"
287611
+ },
287612
+ "declarations": [
287613
+ {
287614
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287615
+ "name": "ListBoxItemProps"
287616
+ }
287617
+ ],
287618
+ "required": false,
287619
+ "type": {
287620
+ "name": "string"
287621
+ }
287622
+ },
287623
+ "isDisabled": {
287624
+ "defaultValue": null,
287625
+ "description": "Whether the item is disabled.",
287626
+ "name": "isDisabled",
287627
+ "parent": {
287628
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287629
+ "name": "ListBoxItemProps"
287630
+ },
287631
+ "declarations": [
287632
+ {
287633
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287634
+ "name": "ListBoxItemProps"
287635
+ }
287636
+ ],
287637
+ "required": false,
287638
+ "type": {
287639
+ "name": "boolean"
287640
+ }
287641
+ },
287642
+ "onAction": {
287643
+ "defaultValue": null,
287644
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
287645
+ "name": "onAction",
287646
+ "parent": {
287647
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287648
+ "name": "ListBoxItemProps"
287649
+ },
287650
+ "declarations": [
287651
+ {
287652
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287653
+ "name": "ListBoxItemProps"
287654
+ }
287655
+ ],
287656
+ "required": false,
287657
+ "type": {
287658
+ "name": "(() => void)"
287659
+ }
287660
+ },
287661
+ "id": {
287662
+ "defaultValue": null,
287663
+ "description": "The unique id of the item.",
287664
+ "name": "id",
287665
+ "parent": {
287666
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287667
+ "name": "MenuItemProps"
287668
+ },
287669
+ "declarations": [
287670
+ {
287671
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
287672
+ "name": "MenuItemProps"
287673
+ }
287674
+ ],
287675
+ "required": false,
287676
+ "type": {
287677
+ "name": "Key"
287678
+ }
287679
+ },
287568
287680
  "style": {
287569
287681
  "defaultValue": null,
287570
287682
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -287584,6 +287696,329 @@
287584
287696
  "name": "StyleOrFunction<TooltipRenderProps>"
287585
287697
  }
287586
287698
  },
287699
+ "href": {
287700
+ "defaultValue": null,
287701
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
287702
+ "name": "href",
287703
+ "parent": {
287704
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287705
+ "name": "LinkDOMProps"
287706
+ },
287707
+ "declarations": [
287708
+ {
287709
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287710
+ "name": "LinkDOMProps"
287711
+ }
287712
+ ],
287713
+ "required": false,
287714
+ "type": {
287715
+ "name": "string"
287716
+ }
287717
+ },
287718
+ "hrefLang": {
287719
+ "defaultValue": null,
287720
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
287721
+ "name": "hrefLang",
287722
+ "parent": {
287723
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287724
+ "name": "LinkDOMProps"
287725
+ },
287726
+ "declarations": [
287727
+ {
287728
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287729
+ "name": "LinkDOMProps"
287730
+ }
287731
+ ],
287732
+ "required": false,
287733
+ "type": {
287734
+ "name": "string"
287735
+ }
287736
+ },
287737
+ "target": {
287738
+ "defaultValue": null,
287739
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
287740
+ "name": "target",
287741
+ "parent": {
287742
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287743
+ "name": "LinkDOMProps"
287744
+ },
287745
+ "declarations": [
287746
+ {
287747
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287748
+ "name": "LinkDOMProps"
287749
+ }
287750
+ ],
287751
+ "required": false,
287752
+ "type": {
287753
+ "name": "HTMLAttributeAnchorTarget"
287754
+ }
287755
+ },
287756
+ "rel": {
287757
+ "defaultValue": null,
287758
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
287759
+ "name": "rel",
287760
+ "parent": {
287761
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287762
+ "name": "LinkDOMProps"
287763
+ },
287764
+ "declarations": [
287765
+ {
287766
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287767
+ "name": "LinkDOMProps"
287768
+ }
287769
+ ],
287770
+ "required": false,
287771
+ "type": {
287772
+ "name": "string"
287773
+ }
287774
+ },
287775
+ "download": {
287776
+ "defaultValue": null,
287777
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
287778
+ "name": "download",
287779
+ "parent": {
287780
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287781
+ "name": "LinkDOMProps"
287782
+ },
287783
+ "declarations": [
287784
+ {
287785
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287786
+ "name": "LinkDOMProps"
287787
+ }
287788
+ ],
287789
+ "required": false,
287790
+ "type": {
287791
+ "name": "string | boolean"
287792
+ }
287793
+ },
287794
+ "ping": {
287795
+ "defaultValue": null,
287796
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
287797
+ "name": "ping",
287798
+ "parent": {
287799
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287800
+ "name": "LinkDOMProps"
287801
+ },
287802
+ "declarations": [
287803
+ {
287804
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287805
+ "name": "LinkDOMProps"
287806
+ }
287807
+ ],
287808
+ "required": false,
287809
+ "type": {
287810
+ "name": "string"
287811
+ }
287812
+ },
287813
+ "referrerPolicy": {
287814
+ "defaultValue": null,
287815
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
287816
+ "name": "referrerPolicy",
287817
+ "parent": {
287818
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287819
+ "name": "LinkDOMProps"
287820
+ },
287821
+ "declarations": [
287822
+ {
287823
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287824
+ "name": "LinkDOMProps"
287825
+ }
287826
+ ],
287827
+ "required": false,
287828
+ "type": {
287829
+ "name": "HTMLAttributeReferrerPolicy"
287830
+ }
287831
+ },
287832
+ "routerOptions": {
287833
+ "defaultValue": null,
287834
+ "description": "Options for the configured client side router.",
287835
+ "name": "routerOptions",
287836
+ "parent": {
287837
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287838
+ "name": "LinkDOMProps"
287839
+ },
287840
+ "declarations": [
287841
+ {
287842
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287843
+ "name": "LinkDOMProps"
287844
+ }
287845
+ ],
287846
+ "required": false,
287847
+ "type": {
287848
+ "name": "undefined"
287849
+ }
287850
+ },
287851
+ "onHoverStart": {
287852
+ "defaultValue": null,
287853
+ "description": "Handler that is called when a hover interaction starts.",
287854
+ "name": "onHoverStart",
287855
+ "parent": {
287856
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287857
+ "name": "HoverEvents"
287858
+ },
287859
+ "declarations": [
287860
+ {
287861
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287862
+ "name": "HoverEvents"
287863
+ }
287864
+ ],
287865
+ "required": false,
287866
+ "type": {
287867
+ "name": "((e: HoverEvent) => void)"
287868
+ }
287869
+ },
287870
+ "onHoverEnd": {
287871
+ "defaultValue": null,
287872
+ "description": "Handler that is called when a hover interaction ends.",
287873
+ "name": "onHoverEnd",
287874
+ "parent": {
287875
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287876
+ "name": "HoverEvents"
287877
+ },
287878
+ "declarations": [
287879
+ {
287880
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287881
+ "name": "HoverEvents"
287882
+ }
287883
+ ],
287884
+ "required": false,
287885
+ "type": {
287886
+ "name": "((e: HoverEvent) => void)"
287887
+ }
287888
+ },
287889
+ "onHoverChange": {
287890
+ "defaultValue": null,
287891
+ "description": "Handler that is called when the hover state changes.",
287892
+ "name": "onHoverChange",
287893
+ "parent": {
287894
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287895
+ "name": "HoverEvents"
287896
+ },
287897
+ "declarations": [
287898
+ {
287899
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287900
+ "name": "HoverEvents"
287901
+ }
287902
+ ],
287903
+ "required": false,
287904
+ "type": {
287905
+ "name": "((isHovering: boolean) => void)"
287906
+ }
287907
+ },
287908
+ "onPress": {
287909
+ "defaultValue": null,
287910
+ "description": "Handler that is called when the press is released over the target.",
287911
+ "name": "onPress",
287912
+ "parent": {
287913
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287914
+ "name": "PressEvents"
287915
+ },
287916
+ "declarations": [
287917
+ {
287918
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287919
+ "name": "PressEvents"
287920
+ }
287921
+ ],
287922
+ "required": false,
287923
+ "type": {
287924
+ "name": "((e: PressEvent) => void)"
287925
+ }
287926
+ },
287927
+ "onPressStart": {
287928
+ "defaultValue": null,
287929
+ "description": "Handler that is called when a press interaction starts.",
287930
+ "name": "onPressStart",
287931
+ "parent": {
287932
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287933
+ "name": "PressEvents"
287934
+ },
287935
+ "declarations": [
287936
+ {
287937
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287938
+ "name": "PressEvents"
287939
+ }
287940
+ ],
287941
+ "required": false,
287942
+ "type": {
287943
+ "name": "((e: PressEvent) => void)"
287944
+ }
287945
+ },
287946
+ "onPressEnd": {
287947
+ "defaultValue": null,
287948
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
287949
+ "name": "onPressEnd",
287950
+ "parent": {
287951
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287952
+ "name": "PressEvents"
287953
+ },
287954
+ "declarations": [
287955
+ {
287956
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287957
+ "name": "PressEvents"
287958
+ }
287959
+ ],
287960
+ "required": false,
287961
+ "type": {
287962
+ "name": "((e: PressEvent) => void)"
287963
+ }
287964
+ },
287965
+ "onPressChange": {
287966
+ "defaultValue": null,
287967
+ "description": "Handler that is called when the press state changes.",
287968
+ "name": "onPressChange",
287969
+ "parent": {
287970
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287971
+ "name": "PressEvents"
287972
+ },
287973
+ "declarations": [
287974
+ {
287975
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287976
+ "name": "PressEvents"
287977
+ }
287978
+ ],
287979
+ "required": false,
287980
+ "type": {
287981
+ "name": "((isPressed: boolean) => void)"
287982
+ }
287983
+ },
287984
+ "onPressUp": {
287985
+ "defaultValue": null,
287986
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
287987
+ "name": "onPressUp",
287988
+ "parent": {
287989
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287990
+ "name": "PressEvents"
287991
+ },
287992
+ "declarations": [
287993
+ {
287994
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
287995
+ "name": "PressEvents"
287996
+ }
287997
+ ],
287998
+ "required": false,
287999
+ "type": {
288000
+ "name": "((e: PressEvent) => void)"
288001
+ }
288002
+ },
288003
+ "onClick": {
288004
+ "defaultValue": null,
288005
+ "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.",
288006
+ "name": "onClick",
288007
+ "parent": {
288008
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
288009
+ "name": "PressEvents"
288010
+ },
288011
+ "declarations": [
288012
+ {
288013
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
288014
+ "name": "PressEvents"
288015
+ }
288016
+ ],
288017
+ "required": false,
288018
+ "type": {
288019
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
288020
+ }
288021
+ },
287587
288022
  "dir": {
287588
288023
  "defaultValue": null,
287589
288024
  "description": "",
@@ -287679,25 +288114,6 @@
287679
288114
  "name": "\"yes\" | \"no\""
287680
288115
  }
287681
288116
  },
287682
- "onClick": {
287683
- "defaultValue": null,
287684
- "description": "",
287685
- "name": "onClick",
287686
- "parent": {
287687
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287688
- "name": "GlobalDOMEvents"
287689
- },
287690
- "declarations": [
287691
- {
287692
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
287693
- "name": "GlobalDOMEvents"
287694
- }
287695
- ],
287696
- "required": false,
287697
- "type": {
287698
- "name": "MouseEventHandler<HTMLDivElement>"
287699
- }
287700
- },
287701
288117
  "onClickCapture": {
287702
288118
  "defaultValue": null,
287703
288119
  "description": "",
@@ -288895,86 +289311,57 @@
288895
289311
  "name": "TransitionEventHandler<HTMLDivElement>"
288896
289312
  }
288897
289313
  },
288898
- "id": {
288899
- "defaultValue": null,
288900
- "description": "The unique id of the item.",
288901
- "name": "id",
288902
- "parent": {
288903
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288904
- "name": "MenuItemProps"
288905
- },
288906
- "declarations": [
288907
- {
288908
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288909
- "name": "MenuItemProps"
288910
- }
288911
- ],
288912
- "required": false,
288913
- "type": {
288914
- "name": "Key"
288915
- }
288916
- },
288917
- "textValue": {
288918
- "defaultValue": null,
288919
- "description": "A string representation of the item's contents, used for features like typeahead.",
288920
- "name": "textValue",
288921
- "parent": {
288922
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288923
- "name": "ListBoxItemProps"
288924
- },
288925
- "declarations": [
288926
- {
288927
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288928
- "name": "ListBoxItemProps"
288929
- }
288930
- ],
288931
- "required": false,
288932
- "type": {
288933
- "name": "string"
288934
- }
288935
- },
288936
- "allowsSorting": {
289314
+ "footer": {
288937
289315
  "defaultValue": null,
288938
- "description": "Whether the column allows sorting.",
288939
- "name": "allowsSorting",
288940
- "parent": {
288941
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288942
- "name": "ColumnProps"
288943
- },
289316
+ "description": "@internal",
289317
+ "name": "footer",
288944
289318
  "declarations": [
288945
289319
  {
288946
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288947
- "name": "ColumnProps"
289320
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
289321
+ "name": "TypeLiteral"
288948
289322
  }
288949
289323
  ],
288950
289324
  "required": false,
288951
289325
  "type": {
288952
289326
  "name": "boolean"
288953
289327
  }
288954
- },
288955
- "isRowHeader": {
288956
- "defaultValue": null,
288957
- "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
288958
- "name": "isRowHeader",
289328
+ }
289329
+ }
289330
+ },
289331
+ {
289332
+ "tags": {
289333
+ "flr-generate": "all"
289334
+ },
289335
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
289336
+ "description": "",
289337
+ "displayName": "TableColumn",
289338
+ "methods": [],
289339
+ "props": {
289340
+ "horizontalAlign": {
289341
+ "defaultValue": {
289342
+ "value": "\"start\""
289343
+ },
289344
+ "description": "Horizontal alignment of the cell content",
289345
+ "name": "horizontalAlign",
288959
289346
  "parent": {
288960
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288961
- "name": "ColumnProps"
289347
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
289348
+ "name": "TableColumnProps"
288962
289349
  },
288963
289350
  "declarations": [
288964
289351
  {
288965
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288966
- "name": "ColumnProps"
289352
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
289353
+ "name": "TableColumnProps"
288967
289354
  }
288968
289355
  ],
288969
289356
  "required": false,
288970
289357
  "type": {
288971
- "name": "boolean"
289358
+ "name": "\"start\" | \"end\" | \"center\""
288972
289359
  }
288973
289360
  },
288974
- "defaultWidth": {
289361
+ "width": {
288975
289362
  "defaultValue": null,
288976
- "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288977
- "name": "defaultWidth",
289363
+ "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
289364
+ "name": "width",
288978
289365
  "parent": {
288979
289366
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288980
289367
  "name": "ColumnProps"
@@ -288990,129 +289377,44 @@
288990
289377
  "name": "ColumnSize | null"
288991
289378
  }
288992
289379
  },
288993
- "minWidth": {
288994
- "defaultValue": null,
288995
- "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288996
- "name": "minWidth",
288997
- "parent": {
288998
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
288999
- "name": "ColumnProps"
289380
+ "className": {
289381
+ "defaultValue": {
289382
+ "value": "'react-aria-Tooltip'"
289000
289383
  },
289001
- "declarations": [
289002
- {
289003
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
289004
- "name": "ColumnProps"
289005
- }
289006
- ],
289007
- "required": false,
289008
- "type": {
289009
- "name": "ColumnStaticSize | null"
289010
- }
289011
- },
289012
- "maxWidth": {
289013
- "defaultValue": null,
289014
- "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
289015
- "name": "maxWidth",
289384
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
289385
+ "name": "className",
289016
289386
  "parent": {
289017
289387
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
289018
- "name": "ColumnProps"
289388
+ "name": "TooltipProps"
289019
289389
  },
289020
289390
  "declarations": [
289021
289391
  {
289022
289392
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
289023
- "name": "ColumnProps"
289393
+ "name": "TooltipProps"
289024
289394
  }
289025
289395
  ],
289026
289396
  "required": false,
289027
289397
  "type": {
289028
- "name": "ColumnStaticSize | null"
289398
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
289029
289399
  }
289030
289400
  },
289031
- "children": {
289032
- "defaultValue": null,
289033
- "description": "",
289034
- "name": "children",
289035
- "declarations": [
289036
- {
289037
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
289038
- "name": "TypeLiteral"
289039
- }
289040
- ],
289041
- "required": false,
289042
- "type": {
289043
- "name": "ReactNode"
289044
- }
289045
- }
289046
- }
289047
- },
289048
- {
289049
- "tags": {
289050
- "flr-generate": "all"
289051
- },
289052
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
289053
- "description": "",
289054
- "displayName": "TableCell",
289055
- "methods": [],
289056
- "props": {
289057
- "rowHeader": {
289401
+ "style": {
289058
289402
  "defaultValue": null,
289059
- "description": "Use cell as row header",
289060
- "name": "rowHeader",
289061
- "parent": {
289062
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
289063
- "name": "TableCellProps"
289064
- },
289065
- "declarations": [
289066
- {
289067
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
289068
- "name": "TableCellProps"
289069
- }
289070
- ],
289071
- "required": false,
289072
- "type": {
289073
- "name": "boolean"
289074
- }
289075
- },
289076
- "horizontalAlign": {
289077
- "defaultValue": {
289078
- "value": "\"start\""
289079
- },
289080
- "description": "Horizontal alignment of the cell content",
289081
- "name": "horizontalAlign",
289082
- "parent": {
289083
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
289084
- "name": "TableCellProps"
289085
- },
289086
- "declarations": [
289087
- {
289088
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
289089
- "name": "TableCellProps"
289090
- }
289091
- ],
289092
- "required": false,
289093
- "type": {
289094
- "name": "\"start\" | \"end\" | \"center\""
289095
- }
289096
- },
289097
- "className": {
289098
- "defaultValue": {
289099
- "value": "'react-aria-Tooltip'"
289100
- },
289101
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
289102
- "name": "className",
289403
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
289404
+ "name": "style",
289103
289405
  "parent": {
289104
289406
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
289105
- "name": "TooltipProps"
289407
+ "name": "StyleRenderProps"
289106
289408
  },
289107
289409
  "declarations": [
289108
289410
  {
289109
289411
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
289110
- "name": "TooltipProps"
289412
+ "name": "StyleRenderProps"
289111
289413
  }
289112
289414
  ],
289113
289415
  "required": false,
289114
289416
  "type": {
289115
- "name": "ClassNameOrFunction<TooltipRenderProps>"
289417
+ "name": "StyleOrFunction<TooltipRenderProps>"
289116
289418
  }
289117
289419
  },
289118
289420
  "dir": {
@@ -290464,23 +290766,99 @@
290464
290766
  "name": "string"
290465
290767
  }
290466
290768
  },
290467
- "colSpan": {
290769
+ "allowsSorting": {
290468
290770
  "defaultValue": null,
290469
- "description": "Indicates how many columns the data cell spans.",
290470
- "name": "colSpan",
290771
+ "description": "Whether the column allows sorting.",
290772
+ "name": "allowsSorting",
290471
290773
  "parent": {
290472
290774
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290473
- "name": "CellProps"
290775
+ "name": "ColumnProps"
290474
290776
  },
290475
290777
  "declarations": [
290476
290778
  {
290477
290779
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290478
- "name": "CellProps"
290780
+ "name": "ColumnProps"
290479
290781
  }
290480
290782
  ],
290481
290783
  "required": false,
290482
290784
  "type": {
290483
- "name": "number"
290785
+ "name": "boolean"
290786
+ }
290787
+ },
290788
+ "isRowHeader": {
290789
+ "defaultValue": null,
290790
+ "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
290791
+ "name": "isRowHeader",
290792
+ "parent": {
290793
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290794
+ "name": "ColumnProps"
290795
+ },
290796
+ "declarations": [
290797
+ {
290798
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290799
+ "name": "ColumnProps"
290800
+ }
290801
+ ],
290802
+ "required": false,
290803
+ "type": {
290804
+ "name": "boolean"
290805
+ }
290806
+ },
290807
+ "defaultWidth": {
290808
+ "defaultValue": null,
290809
+ "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290810
+ "name": "defaultWidth",
290811
+ "parent": {
290812
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290813
+ "name": "ColumnProps"
290814
+ },
290815
+ "declarations": [
290816
+ {
290817
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290818
+ "name": "ColumnProps"
290819
+ }
290820
+ ],
290821
+ "required": false,
290822
+ "type": {
290823
+ "name": "ColumnSize | null"
290824
+ }
290825
+ },
290826
+ "minWidth": {
290827
+ "defaultValue": null,
290828
+ "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290829
+ "name": "minWidth",
290830
+ "parent": {
290831
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290832
+ "name": "ColumnProps"
290833
+ },
290834
+ "declarations": [
290835
+ {
290836
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290837
+ "name": "ColumnProps"
290838
+ }
290839
+ ],
290840
+ "required": false,
290841
+ "type": {
290842
+ "name": "ColumnStaticSize | null"
290843
+ }
290844
+ },
290845
+ "maxWidth": {
290846
+ "defaultValue": null,
290847
+ "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290848
+ "name": "maxWidth",
290849
+ "parent": {
290850
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290851
+ "name": "ColumnProps"
290852
+ },
290853
+ "declarations": [
290854
+ {
290855
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290856
+ "name": "ColumnProps"
290857
+ }
290858
+ ],
290859
+ "required": false,
290860
+ "type": {
290861
+ "name": "ColumnStaticSize | null"
290484
290862
  }
290485
290863
  },
290486
290864
  "children": {
@@ -290504,139 +290882,23 @@
290504
290882
  "tags": {
290505
290883
  "flr-generate": "all"
290506
290884
  },
290507
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
290885
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
290508
290886
  "description": "",
290509
- "displayName": "TableFooterRow",
290887
+ "displayName": "TableCell",
290510
290888
  "methods": [],
290511
290889
  "props": {
290512
- "className": {
290513
- "defaultValue": {
290514
- "value": "'react-aria-Tooltip'"
290515
- },
290516
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
290517
- "name": "className",
290518
- "parent": {
290519
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290520
- "name": "TooltipProps"
290521
- },
290522
- "declarations": [
290523
- {
290524
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290525
- "name": "TooltipProps"
290526
- }
290527
- ],
290528
- "required": false,
290529
- "type": {
290530
- "name": "ClassNameOrFunction<TooltipRenderProps>"
290531
- }
290532
- },
290533
- "columns": {
290534
- "defaultValue": null,
290535
- "description": "A list of columns used when dynamically rendering cells.",
290536
- "name": "columns",
290537
- "parent": {
290538
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290539
- "name": "RowProps"
290540
- },
290541
- "declarations": [
290542
- {
290543
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290544
- "name": "RowProps"
290545
- }
290546
- ],
290547
- "required": false,
290548
- "type": {
290549
- "name": "Iterable<never>"
290550
- }
290551
- },
290552
- "children": {
290553
- "defaultValue": null,
290554
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
290555
- "name": "children",
290556
- "parent": {
290557
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290558
- "name": "TableProps"
290559
- },
290560
- "declarations": [
290561
- {
290562
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290563
- "name": "TableProps"
290564
- }
290565
- ],
290566
- "required": false,
290567
- "type": {
290568
- "name": "ReactNode"
290569
- }
290570
- },
290571
- "value": {
290572
- "defaultValue": null,
290573
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
290574
- "name": "value",
290575
- "parent": {
290576
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290577
- "name": "MenuItemProps"
290578
- },
290579
- "declarations": [
290580
- {
290581
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290582
- "name": "MenuItemProps"
290583
- }
290584
- ],
290585
- "required": false,
290586
- "type": {
290587
- "name": "object"
290588
- }
290589
- },
290590
- "dependencies": {
290591
- "defaultValue": null,
290592
- "description": "Values that should invalidate the item cache when using dynamic collections.",
290593
- "name": "dependencies",
290594
- "parent": {
290595
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290596
- "name": "CollectionProps"
290597
- },
290598
- "declarations": [
290599
- {
290600
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290601
- "name": "CollectionProps"
290602
- }
290603
- ],
290604
- "required": false,
290605
- "type": {
290606
- "name": "readonly any[]"
290607
- }
290608
- },
290609
- "textValue": {
290610
- "defaultValue": null,
290611
- "description": "A string representation of the item's contents, used for features like typeahead.",
290612
- "name": "textValue",
290613
- "parent": {
290614
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290615
- "name": "ListBoxItemProps"
290616
- },
290617
- "declarations": [
290618
- {
290619
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290620
- "name": "ListBoxItemProps"
290621
- }
290622
- ],
290623
- "required": false,
290624
- "type": {
290625
- "name": "string"
290626
- }
290627
- },
290628
- "isDisabled": {
290890
+ "rowHeader": {
290629
290891
  "defaultValue": null,
290630
- "description": "Whether the item is disabled.",
290631
- "name": "isDisabled",
290892
+ "description": "Use cell as row header",
290893
+ "name": "rowHeader",
290632
290894
  "parent": {
290633
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290634
- "name": "ListBoxItemProps"
290895
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290896
+ "name": "TableCellProps"
290635
290897
  },
290636
290898
  "declarations": [
290637
290899
  {
290638
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290639
- "name": "ListBoxItemProps"
290900
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290901
+ "name": "TableCellProps"
290640
290902
  }
290641
290903
  ],
290642
290904
  "required": false,
@@ -290644,384 +290906,46 @@
290644
290906
  "name": "boolean"
290645
290907
  }
290646
290908
  },
290647
- "onAction": {
290648
- "defaultValue": null,
290649
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
290650
- "name": "onAction",
290651
- "parent": {
290652
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290653
- "name": "ListBoxItemProps"
290909
+ "horizontalAlign": {
290910
+ "defaultValue": {
290911
+ "value": "\"start\""
290654
290912
  },
290655
- "declarations": [
290656
- {
290657
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290658
- "name": "ListBoxItemProps"
290659
- }
290660
- ],
290661
- "required": false,
290662
- "type": {
290663
- "name": "(() => void)"
290664
- }
290665
- },
290666
- "id": {
290667
- "defaultValue": null,
290668
- "description": "The unique id of the item.",
290669
- "name": "id",
290913
+ "description": "Horizontal alignment of the cell content",
290914
+ "name": "horizontalAlign",
290670
290915
  "parent": {
290671
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290672
- "name": "MenuItemProps"
290916
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290917
+ "name": "TableCellProps"
290673
290918
  },
290674
290919
  "declarations": [
290675
290920
  {
290676
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290677
- "name": "MenuItemProps"
290921
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290922
+ "name": "TableCellProps"
290678
290923
  }
290679
290924
  ],
290680
290925
  "required": false,
290681
290926
  "type": {
290682
- "name": "Key"
290927
+ "name": "\"start\" | \"end\" | \"center\""
290683
290928
  }
290684
290929
  },
290685
- "style": {
290686
- "defaultValue": null,
290687
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
290688
- "name": "style",
290930
+ "className": {
290931
+ "defaultValue": {
290932
+ "value": "'react-aria-Tooltip'"
290933
+ },
290934
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
290935
+ "name": "className",
290689
290936
  "parent": {
290690
290937
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290691
- "name": "StyleRenderProps"
290938
+ "name": "TooltipProps"
290692
290939
  },
290693
290940
  "declarations": [
290694
290941
  {
290695
290942
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
290696
- "name": "StyleRenderProps"
290697
- }
290698
- ],
290699
- "required": false,
290700
- "type": {
290701
- "name": "StyleOrFunction<TooltipRenderProps>"
290702
- }
290703
- },
290704
- "href": {
290705
- "defaultValue": null,
290706
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
290707
- "name": "href",
290708
- "parent": {
290709
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290710
- "name": "LinkDOMProps"
290711
- },
290712
- "declarations": [
290713
- {
290714
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290715
- "name": "LinkDOMProps"
290716
- }
290717
- ],
290718
- "required": false,
290719
- "type": {
290720
- "name": "string"
290721
- }
290722
- },
290723
- "hrefLang": {
290724
- "defaultValue": null,
290725
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
290726
- "name": "hrefLang",
290727
- "parent": {
290728
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290729
- "name": "LinkDOMProps"
290730
- },
290731
- "declarations": [
290732
- {
290733
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290734
- "name": "LinkDOMProps"
290735
- }
290736
- ],
290737
- "required": false,
290738
- "type": {
290739
- "name": "string"
290740
- }
290741
- },
290742
- "target": {
290743
- "defaultValue": null,
290744
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
290745
- "name": "target",
290746
- "parent": {
290747
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290748
- "name": "LinkDOMProps"
290749
- },
290750
- "declarations": [
290751
- {
290752
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290753
- "name": "LinkDOMProps"
290754
- }
290755
- ],
290756
- "required": false,
290757
- "type": {
290758
- "name": "HTMLAttributeAnchorTarget"
290759
- }
290760
- },
290761
- "rel": {
290762
- "defaultValue": null,
290763
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
290764
- "name": "rel",
290765
- "parent": {
290766
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290767
- "name": "LinkDOMProps"
290768
- },
290769
- "declarations": [
290770
- {
290771
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290772
- "name": "LinkDOMProps"
290773
- }
290774
- ],
290775
- "required": false,
290776
- "type": {
290777
- "name": "string"
290778
- }
290779
- },
290780
- "download": {
290781
- "defaultValue": null,
290782
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
290783
- "name": "download",
290784
- "parent": {
290785
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290786
- "name": "LinkDOMProps"
290787
- },
290788
- "declarations": [
290789
- {
290790
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290791
- "name": "LinkDOMProps"
290792
- }
290793
- ],
290794
- "required": false,
290795
- "type": {
290796
- "name": "string | boolean"
290797
- }
290798
- },
290799
- "ping": {
290800
- "defaultValue": null,
290801
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
290802
- "name": "ping",
290803
- "parent": {
290804
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290805
- "name": "LinkDOMProps"
290806
- },
290807
- "declarations": [
290808
- {
290809
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290810
- "name": "LinkDOMProps"
290811
- }
290812
- ],
290813
- "required": false,
290814
- "type": {
290815
- "name": "string"
290816
- }
290817
- },
290818
- "referrerPolicy": {
290819
- "defaultValue": null,
290820
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
290821
- "name": "referrerPolicy",
290822
- "parent": {
290823
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290824
- "name": "LinkDOMProps"
290825
- },
290826
- "declarations": [
290827
- {
290828
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290829
- "name": "LinkDOMProps"
290830
- }
290831
- ],
290832
- "required": false,
290833
- "type": {
290834
- "name": "HTMLAttributeReferrerPolicy"
290835
- }
290836
- },
290837
- "routerOptions": {
290838
- "defaultValue": null,
290839
- "description": "Options for the configured client side router.",
290840
- "name": "routerOptions",
290841
- "parent": {
290842
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290843
- "name": "LinkDOMProps"
290844
- },
290845
- "declarations": [
290846
- {
290847
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
290848
- "name": "LinkDOMProps"
290849
- }
290850
- ],
290851
- "required": false,
290852
- "type": {
290853
- "name": "undefined"
290854
- }
290855
- },
290856
- "onHoverStart": {
290857
- "defaultValue": null,
290858
- "description": "Handler that is called when a hover interaction starts.",
290859
- "name": "onHoverStart",
290860
- "parent": {
290861
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290862
- "name": "HoverEvents"
290863
- },
290864
- "declarations": [
290865
- {
290866
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290867
- "name": "HoverEvents"
290868
- }
290869
- ],
290870
- "required": false,
290871
- "type": {
290872
- "name": "((e: HoverEvent) => void)"
290873
- }
290874
- },
290875
- "onHoverEnd": {
290876
- "defaultValue": null,
290877
- "description": "Handler that is called when a hover interaction ends.",
290878
- "name": "onHoverEnd",
290879
- "parent": {
290880
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290881
- "name": "HoverEvents"
290882
- },
290883
- "declarations": [
290884
- {
290885
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290886
- "name": "HoverEvents"
290887
- }
290888
- ],
290889
- "required": false,
290890
- "type": {
290891
- "name": "((e: HoverEvent) => void)"
290892
- }
290893
- },
290894
- "onHoverChange": {
290895
- "defaultValue": null,
290896
- "description": "Handler that is called when the hover state changes.",
290897
- "name": "onHoverChange",
290898
- "parent": {
290899
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290900
- "name": "HoverEvents"
290901
- },
290902
- "declarations": [
290903
- {
290904
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290905
- "name": "HoverEvents"
290906
- }
290907
- ],
290908
- "required": false,
290909
- "type": {
290910
- "name": "((isHovering: boolean) => void)"
290911
- }
290912
- },
290913
- "onPress": {
290914
- "defaultValue": null,
290915
- "description": "Handler that is called when the press is released over the target.",
290916
- "name": "onPress",
290917
- "parent": {
290918
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290919
- "name": "PressEvents"
290920
- },
290921
- "declarations": [
290922
- {
290923
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290924
- "name": "PressEvents"
290925
- }
290926
- ],
290927
- "required": false,
290928
- "type": {
290929
- "name": "((e: PressEvent) => void)"
290930
- }
290931
- },
290932
- "onPressStart": {
290933
- "defaultValue": null,
290934
- "description": "Handler that is called when a press interaction starts.",
290935
- "name": "onPressStart",
290936
- "parent": {
290937
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290938
- "name": "PressEvents"
290939
- },
290940
- "declarations": [
290941
- {
290942
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290943
- "name": "PressEvents"
290944
- }
290945
- ],
290946
- "required": false,
290947
- "type": {
290948
- "name": "((e: PressEvent) => void)"
290949
- }
290950
- },
290951
- "onPressEnd": {
290952
- "defaultValue": null,
290953
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
290954
- "name": "onPressEnd",
290955
- "parent": {
290956
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290957
- "name": "PressEvents"
290958
- },
290959
- "declarations": [
290960
- {
290961
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290962
- "name": "PressEvents"
290963
- }
290964
- ],
290965
- "required": false,
290966
- "type": {
290967
- "name": "((e: PressEvent) => void)"
290968
- }
290969
- },
290970
- "onPressChange": {
290971
- "defaultValue": null,
290972
- "description": "Handler that is called when the press state changes.",
290973
- "name": "onPressChange",
290974
- "parent": {
290975
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290976
- "name": "PressEvents"
290977
- },
290978
- "declarations": [
290979
- {
290980
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290981
- "name": "PressEvents"
290982
- }
290983
- ],
290984
- "required": false,
290985
- "type": {
290986
- "name": "((isPressed: boolean) => void)"
290987
- }
290988
- },
290989
- "onPressUp": {
290990
- "defaultValue": null,
290991
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
290992
- "name": "onPressUp",
290993
- "parent": {
290994
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
290995
- "name": "PressEvents"
290996
- },
290997
- "declarations": [
290998
- {
290999
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
291000
- "name": "PressEvents"
291001
- }
291002
- ],
291003
- "required": false,
291004
- "type": {
291005
- "name": "((e: PressEvent) => void)"
291006
- }
291007
- },
291008
- "onClick": {
291009
- "defaultValue": null,
291010
- "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.",
291011
- "name": "onClick",
291012
- "parent": {
291013
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
291014
- "name": "PressEvents"
291015
- },
291016
- "declarations": [
291017
- {
291018
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
291019
- "name": "PressEvents"
290943
+ "name": "TooltipProps"
291020
290944
  }
291021
290945
  ],
291022
290946
  "required": false,
291023
290947
  "type": {
291024
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
290948
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
291025
290949
  }
291026
290950
  },
291027
290951
  "dir": {
@@ -291119,6 +291043,25 @@
291119
291043
  "name": "\"yes\" | \"no\""
291120
291044
  }
291121
291045
  },
291046
+ "onClick": {
291047
+ "defaultValue": null,
291048
+ "description": "",
291049
+ "name": "onClick",
291050
+ "parent": {
291051
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
291052
+ "name": "GlobalDOMEvents"
291053
+ },
291054
+ "declarations": [
291055
+ {
291056
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
291057
+ "name": "GlobalDOMEvents"
291058
+ }
291059
+ ],
291060
+ "required": false,
291061
+ "type": {
291062
+ "name": "MouseEventHandler<HTMLDivElement>"
291063
+ }
291064
+ },
291122
291065
  "onClickCapture": {
291123
291066
  "defaultValue": null,
291124
291067
  "description": "",
@@ -292316,19 +292259,76 @@
292316
292259
  "name": "TransitionEventHandler<HTMLDivElement>"
292317
292260
  }
292318
292261
  },
292319
- "footer": {
292262
+ "id": {
292320
292263
  "defaultValue": null,
292321
- "description": "@internal",
292322
- "name": "footer",
292264
+ "description": "The unique id of the item.",
292265
+ "name": "id",
292266
+ "parent": {
292267
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292268
+ "name": "MenuItemProps"
292269
+ },
292323
292270
  "declarations": [
292324
292271
  {
292325
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
292272
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292273
+ "name": "MenuItemProps"
292274
+ }
292275
+ ],
292276
+ "required": false,
292277
+ "type": {
292278
+ "name": "Key"
292279
+ }
292280
+ },
292281
+ "textValue": {
292282
+ "defaultValue": null,
292283
+ "description": "A string representation of the item's contents, used for features like typeahead.",
292284
+ "name": "textValue",
292285
+ "parent": {
292286
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292287
+ "name": "ListBoxItemProps"
292288
+ },
292289
+ "declarations": [
292290
+ {
292291
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292292
+ "name": "ListBoxItemProps"
292293
+ }
292294
+ ],
292295
+ "required": false,
292296
+ "type": {
292297
+ "name": "string"
292298
+ }
292299
+ },
292300
+ "colSpan": {
292301
+ "defaultValue": null,
292302
+ "description": "Indicates how many columns the data cell spans.",
292303
+ "name": "colSpan",
292304
+ "parent": {
292305
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292306
+ "name": "CellProps"
292307
+ },
292308
+ "declarations": [
292309
+ {
292310
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
292311
+ "name": "CellProps"
292312
+ }
292313
+ ],
292314
+ "required": false,
292315
+ "type": {
292316
+ "name": "number"
292317
+ }
292318
+ },
292319
+ "children": {
292320
+ "defaultValue": null,
292321
+ "description": "",
292322
+ "name": "children",
292323
+ "declarations": [
292324
+ {
292325
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
292326
292326
  "name": "TypeLiteral"
292327
292327
  }
292328
292328
  ],
292329
292329
  "required": false,
292330
292330
  "type": {
292331
- "name": "boolean"
292331
+ "name": "ReactNode"
292332
292332
  }
292333
292333
  }
292334
292334
  }
@@ -295812,9 +295812,9 @@
295812
295812
  "tags": {
295813
295813
  "flr-generate": "all"
295814
295814
  },
295815
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
295815
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
295816
295816
  "description": "",
295817
- "displayName": "Radio",
295817
+ "displayName": "RadioButton",
295818
295818
  "methods": [],
295819
295819
  "props": {
295820
295820
  "className": {
@@ -297702,9 +297702,9 @@
297702
297702
  "tags": {
297703
297703
  "flr-generate": "all"
297704
297704
  },
297705
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
297705
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
297706
297706
  "description": "",
297707
- "displayName": "RadioButton",
297707
+ "displayName": "Radio",
297708
297708
  "methods": [],
297709
297709
  "props": {
297710
297710
  "className": {
@@ -299982,67 +299982,71 @@
299982
299982
  }
299983
299983
  },
299984
299984
  {
299985
- "tags": {},
299986
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
299985
+ "tags": {
299986
+ "internal": ""
299987
+ },
299988
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
299987
299989
  "description": "",
299988
- "displayName": "ValidationResultButton",
299990
+ "displayName": "TogglePasswordVisibilityButton",
299989
299991
  "methods": [],
299990
299992
  "props": {
299991
- "policyValidationResult": {
299992
- "defaultValue": null,
299993
+ "isDisabled": {
299994
+ "defaultValue": {
299995
+ "value": "false"
299996
+ },
299993
299997
  "description": "",
299994
- "name": "policyValidationResult",
299998
+ "name": "isDisabled",
299995
299999
  "parent": {
299996
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300000
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
299997
300001
  "name": "Props"
299998
300002
  },
299999
300003
  "declarations": [
300000
300004
  {
300001
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300005
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300002
300006
  "name": "Props"
300003
300007
  }
300004
300008
  ],
300005
300009
  "required": false,
300006
300010
  "type": {
300007
- "name": "ResolvedPolicyValidationResult"
300011
+ "name": "boolean"
300008
300012
  }
300009
300013
  },
300010
- "isDisabled": {
300014
+ "isVisible": {
300011
300015
  "defaultValue": null,
300012
300016
  "description": "",
300013
- "name": "isDisabled",
300017
+ "name": "isVisible",
300014
300018
  "parent": {
300015
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300019
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300016
300020
  "name": "Props"
300017
300021
  },
300018
300022
  "declarations": [
300019
300023
  {
300020
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300024
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300021
300025
  "name": "Props"
300022
300026
  }
300023
300027
  ],
300024
- "required": false,
300028
+ "required": true,
300025
300029
  "type": {
300026
300030
  "name": "boolean"
300027
300031
  }
300028
300032
  },
300029
- "isEmptyValue": {
300033
+ "onPress": {
300030
300034
  "defaultValue": null,
300031
300035
  "description": "",
300032
- "name": "isEmptyValue",
300036
+ "name": "onPress",
300033
300037
  "parent": {
300034
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300038
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300035
300039
  "name": "Props"
300036
300040
  },
300037
300041
  "declarations": [
300038
300042
  {
300039
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300043
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300040
300044
  "name": "Props"
300041
300045
  }
300042
300046
  ],
300043
300047
  "required": true,
300044
300048
  "type": {
300045
- "name": "boolean"
300049
+ "name": "ActionFn"
300046
300050
  }
300047
300051
  },
300048
300052
  "className": {
@@ -300067,71 +300071,67 @@
300067
300071
  }
300068
300072
  },
300069
300073
  {
300070
- "tags": {
300071
- "internal": ""
300072
- },
300073
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300074
+ "tags": {},
300075
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300074
300076
  "description": "",
300075
- "displayName": "TogglePasswordVisibilityButton",
300077
+ "displayName": "ValidationResultButton",
300076
300078
  "methods": [],
300077
300079
  "props": {
300078
- "isDisabled": {
300079
- "defaultValue": {
300080
- "value": "false"
300081
- },
300080
+ "policyValidationResult": {
300081
+ "defaultValue": null,
300082
300082
  "description": "",
300083
- "name": "isDisabled",
300083
+ "name": "policyValidationResult",
300084
300084
  "parent": {
300085
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300085
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300086
300086
  "name": "Props"
300087
300087
  },
300088
300088
  "declarations": [
300089
300089
  {
300090
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300090
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300091
300091
  "name": "Props"
300092
300092
  }
300093
300093
  ],
300094
300094
  "required": false,
300095
300095
  "type": {
300096
- "name": "boolean"
300096
+ "name": "ResolvedPolicyValidationResult"
300097
300097
  }
300098
300098
  },
300099
- "isVisible": {
300099
+ "isDisabled": {
300100
300100
  "defaultValue": null,
300101
300101
  "description": "",
300102
- "name": "isVisible",
300102
+ "name": "isDisabled",
300103
300103
  "parent": {
300104
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300104
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300105
300105
  "name": "Props"
300106
300106
  },
300107
300107
  "declarations": [
300108
300108
  {
300109
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300109
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300110
300110
  "name": "Props"
300111
300111
  }
300112
300112
  ],
300113
- "required": true,
300113
+ "required": false,
300114
300114
  "type": {
300115
300115
  "name": "boolean"
300116
300116
  }
300117
300117
  },
300118
- "onPress": {
300118
+ "isEmptyValue": {
300119
300119
  "defaultValue": null,
300120
300120
  "description": "",
300121
- "name": "onPress",
300121
+ "name": "isEmptyValue",
300122
300122
  "parent": {
300123
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300123
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300124
300124
  "name": "Props"
300125
300125
  },
300126
300126
  "declarations": [
300127
300127
  {
300128
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300128
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
300129
300129
  "name": "Props"
300130
300130
  }
300131
300131
  ],
300132
300132
  "required": true,
300133
300133
  "type": {
300134
- "name": "ActionFn"
300134
+ "name": "boolean"
300135
300135
  }
300136
300136
  },
300137
300137
  "className": {
@@ -306653,6 +306653,14 @@
306653
306653
  }
306654
306654
  }
306655
306655
  },
306656
+ {
306657
+ "tags": {},
306658
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
306659
+ "description": "",
306660
+ "displayName": "Items",
306661
+ "methods": [],
306662
+ "props": {}
306663
+ },
306656
306664
  {
306657
306665
  "tags": {},
306658
306666
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -306681,14 +306689,6 @@
306681
306689
  }
306682
306690
  }
306683
306691
  },
306684
- {
306685
- "tags": {},
306686
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
306687
- "description": "",
306688
- "displayName": "Items",
306689
- "methods": [],
306690
- "props": {}
306691
- },
306692
306692
  {
306693
306693
  "tags": {},
306694
306694
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
@@ -331662,249 +331662,6 @@
331662
331662
  }
331663
331663
  }
331664
331664
  },
331665
- {
331666
- "tags": {},
331667
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
331668
- "description": "",
331669
- "displayName": "ViewModeMenuItem",
331670
- "methods": [],
331671
- "props": {
331672
- "viewMode": {
331673
- "defaultValue": null,
331674
- "description": "",
331675
- "name": "viewMode",
331676
- "parent": {
331677
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
331678
- "name": "Props"
331679
- },
331680
- "declarations": [
331681
- {
331682
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
331683
- "name": "Props"
331684
- }
331685
- ],
331686
- "required": true,
331687
- "type": {
331688
- "name": "ListViewMode"
331689
- }
331690
- }
331691
- }
331692
- },
331693
- {
331694
- "tags": {},
331695
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
331696
- "description": "",
331697
- "displayName": "ViewModeContextMenu",
331698
- "methods": [],
331699
- "props": {}
331700
- },
331701
- {
331702
- "tags": {},
331703
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
331704
- "description": "",
331705
- "displayName": "SortingMenuItem",
331706
- "methods": [],
331707
- "props": {
331708
- "sorting": {
331709
- "defaultValue": null,
331710
- "description": "",
331711
- "name": "sorting",
331712
- "parent": {
331713
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
331714
- "name": "Props"
331715
- },
331716
- "declarations": [
331717
- {
331718
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
331719
- "name": "Props"
331720
- }
331721
- ],
331722
- "required": true,
331723
- "type": {
331724
- "name": "Sorting<never>"
331725
- }
331726
- }
331727
- }
331728
- },
331729
- {
331730
- "tags": {},
331731
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
331732
- "description": "",
331733
- "displayName": "SortingContextMenu",
331734
- "methods": [],
331735
- "props": {}
331736
- },
331737
- {
331738
- "tags": {},
331739
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
331740
- "description": "",
331741
- "displayName": "SearchField",
331742
- "methods": [],
331743
- "props": {
331744
- "search": {
331745
- "defaultValue": null,
331746
- "description": "",
331747
- "name": "search",
331748
- "parent": {
331749
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
331750
- "name": "Props"
331751
- },
331752
- "declarations": [
331753
- {
331754
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
331755
- "name": "Props"
331756
- }
331757
- ],
331758
- "required": true,
331759
- "type": {
331760
- "name": "Search<never>"
331761
- }
331762
- },
331763
- "className": {
331764
- "defaultValue": null,
331765
- "description": "The elements class name.",
331766
- "name": "className",
331767
- "parent": {
331768
- "fileName": "components/src/lib/types/props.ts",
331769
- "name": "PropsWithClassName"
331770
- },
331771
- "declarations": [
331772
- {
331773
- "fileName": "components/src/lib/types/props.ts",
331774
- "name": "PropsWithClassName"
331775
- }
331776
- ],
331777
- "required": false,
331778
- "type": {
331779
- "name": "string"
331780
- }
331781
- }
331782
- }
331783
- },
331784
- {
331785
- "tags": {},
331786
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
331787
- "description": "",
331788
- "displayName": "FilterMenuItem",
331789
- "methods": [],
331790
- "props": {
331791
- "filterValue": {
331792
- "defaultValue": null,
331793
- "description": "",
331794
- "name": "filterValue",
331795
- "parent": {
331796
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
331797
- "name": "Props"
331798
- },
331799
- "declarations": [
331800
- {
331801
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
331802
- "name": "Props"
331803
- }
331804
- ],
331805
- "required": true,
331806
- "type": {
331807
- "name": "FilterValue"
331808
- }
331809
- }
331810
- }
331811
- },
331812
- {
331813
- "tags": {},
331814
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
331815
- "description": "",
331816
- "displayName": "FilterContextMenus",
331817
- "methods": [],
331818
- "props": {}
331819
- },
331820
- {
331821
- "tags": {},
331822
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
331823
- "description": "",
331824
- "displayName": "FilterContextMenu",
331825
- "methods": [],
331826
- "props": {
331827
- "filter": {
331828
- "defaultValue": null,
331829
- "description": "",
331830
- "name": "filter",
331831
- "parent": {
331832
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
331833
- "name": "Props"
331834
- },
331835
- "declarations": [
331836
- {
331837
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
331838
- "name": "Props"
331839
- }
331840
- ],
331841
- "required": true,
331842
- "type": {
331843
- "name": "Filter<never, never, never>"
331844
- }
331845
- }
331846
- }
331847
- },
331848
- {
331849
- "tags": {},
331850
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
331851
- "description": "",
331852
- "displayName": "ViewModeAccordion",
331853
- "methods": [],
331854
- "props": {}
331855
- },
331856
- {
331857
- "tags": {},
331858
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
331859
- "description": "",
331860
- "displayName": "SortingAccordion",
331861
- "methods": [],
331862
- "props": {}
331863
- },
331864
- {
331865
- "tags": {},
331866
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
331867
- "description": "",
331868
- "displayName": "FilterAccordion",
331869
- "methods": [],
331870
- "props": {
331871
- "filter": {
331872
- "defaultValue": null,
331873
- "description": "",
331874
- "name": "filter",
331875
- "parent": {
331876
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
331877
- "name": "Props"
331878
- },
331879
- "declarations": [
331880
- {
331881
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
331882
- "name": "Props"
331883
- }
331884
- ],
331885
- "required": true,
331886
- "type": {
331887
- "name": "Filter<never, never, never>"
331888
- }
331889
- }
331890
- }
331891
- },
331892
- {
331893
- "tags": {},
331894
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
331895
- "description": "",
331896
- "displayName": "AllFiltersModal",
331897
- "methods": [],
331898
- "props": {}
331899
- },
331900
- {
331901
- "tags": {},
331902
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
331903
- "description": "",
331904
- "displayName": "ActiveFilters",
331905
- "methods": [],
331906
- "props": {}
331907
- },
331908
331665
  {
331909
331666
  "tags": {
331910
331667
  "flr-generate": "all"
@@ -335730,6 +335487,249 @@
335730
335487
  "methods": [],
335731
335488
  "props": {}
335732
335489
  },
335490
+ {
335491
+ "tags": {},
335492
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
335493
+ "description": "",
335494
+ "displayName": "ViewModeMenuItem",
335495
+ "methods": [],
335496
+ "props": {
335497
+ "viewMode": {
335498
+ "defaultValue": null,
335499
+ "description": "",
335500
+ "name": "viewMode",
335501
+ "parent": {
335502
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
335503
+ "name": "Props"
335504
+ },
335505
+ "declarations": [
335506
+ {
335507
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
335508
+ "name": "Props"
335509
+ }
335510
+ ],
335511
+ "required": true,
335512
+ "type": {
335513
+ "name": "ListViewMode"
335514
+ }
335515
+ }
335516
+ }
335517
+ },
335518
+ {
335519
+ "tags": {},
335520
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
335521
+ "description": "",
335522
+ "displayName": "ViewModeContextMenu",
335523
+ "methods": [],
335524
+ "props": {}
335525
+ },
335526
+ {
335527
+ "tags": {},
335528
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
335529
+ "description": "",
335530
+ "displayName": "SortingMenuItem",
335531
+ "methods": [],
335532
+ "props": {
335533
+ "sorting": {
335534
+ "defaultValue": null,
335535
+ "description": "",
335536
+ "name": "sorting",
335537
+ "parent": {
335538
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
335539
+ "name": "Props"
335540
+ },
335541
+ "declarations": [
335542
+ {
335543
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
335544
+ "name": "Props"
335545
+ }
335546
+ ],
335547
+ "required": true,
335548
+ "type": {
335549
+ "name": "Sorting<never>"
335550
+ }
335551
+ }
335552
+ }
335553
+ },
335554
+ {
335555
+ "tags": {},
335556
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
335557
+ "description": "",
335558
+ "displayName": "SortingContextMenu",
335559
+ "methods": [],
335560
+ "props": {}
335561
+ },
335562
+ {
335563
+ "tags": {},
335564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335565
+ "description": "",
335566
+ "displayName": "SearchField",
335567
+ "methods": [],
335568
+ "props": {
335569
+ "search": {
335570
+ "defaultValue": null,
335571
+ "description": "",
335572
+ "name": "search",
335573
+ "parent": {
335574
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335575
+ "name": "Props"
335576
+ },
335577
+ "declarations": [
335578
+ {
335579
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
335580
+ "name": "Props"
335581
+ }
335582
+ ],
335583
+ "required": true,
335584
+ "type": {
335585
+ "name": "Search<never>"
335586
+ }
335587
+ },
335588
+ "className": {
335589
+ "defaultValue": null,
335590
+ "description": "The elements class name.",
335591
+ "name": "className",
335592
+ "parent": {
335593
+ "fileName": "components/src/lib/types/props.ts",
335594
+ "name": "PropsWithClassName"
335595
+ },
335596
+ "declarations": [
335597
+ {
335598
+ "fileName": "components/src/lib/types/props.ts",
335599
+ "name": "PropsWithClassName"
335600
+ }
335601
+ ],
335602
+ "required": false,
335603
+ "type": {
335604
+ "name": "string"
335605
+ }
335606
+ }
335607
+ }
335608
+ },
335609
+ {
335610
+ "tags": {},
335611
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335612
+ "description": "",
335613
+ "displayName": "FilterMenuItem",
335614
+ "methods": [],
335615
+ "props": {
335616
+ "filterValue": {
335617
+ "defaultValue": null,
335618
+ "description": "",
335619
+ "name": "filterValue",
335620
+ "parent": {
335621
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335622
+ "name": "Props"
335623
+ },
335624
+ "declarations": [
335625
+ {
335626
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335627
+ "name": "Props"
335628
+ }
335629
+ ],
335630
+ "required": true,
335631
+ "type": {
335632
+ "name": "FilterValue"
335633
+ }
335634
+ }
335635
+ }
335636
+ },
335637
+ {
335638
+ "tags": {},
335639
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
335640
+ "description": "",
335641
+ "displayName": "FilterContextMenus",
335642
+ "methods": [],
335643
+ "props": {}
335644
+ },
335645
+ {
335646
+ "tags": {},
335647
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335648
+ "description": "",
335649
+ "displayName": "FilterContextMenu",
335650
+ "methods": [],
335651
+ "props": {
335652
+ "filter": {
335653
+ "defaultValue": null,
335654
+ "description": "",
335655
+ "name": "filter",
335656
+ "parent": {
335657
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335658
+ "name": "Props"
335659
+ },
335660
+ "declarations": [
335661
+ {
335662
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335663
+ "name": "Props"
335664
+ }
335665
+ ],
335666
+ "required": true,
335667
+ "type": {
335668
+ "name": "Filter<never, never, never>"
335669
+ }
335670
+ }
335671
+ }
335672
+ },
335673
+ {
335674
+ "tags": {},
335675
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
335676
+ "description": "",
335677
+ "displayName": "ViewModeAccordion",
335678
+ "methods": [],
335679
+ "props": {}
335680
+ },
335681
+ {
335682
+ "tags": {},
335683
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
335684
+ "description": "",
335685
+ "displayName": "SortingAccordion",
335686
+ "methods": [],
335687
+ "props": {}
335688
+ },
335689
+ {
335690
+ "tags": {},
335691
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335692
+ "description": "",
335693
+ "displayName": "FilterAccordion",
335694
+ "methods": [],
335695
+ "props": {
335696
+ "filter": {
335697
+ "defaultValue": null,
335698
+ "description": "",
335699
+ "name": "filter",
335700
+ "parent": {
335701
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335702
+ "name": "Props"
335703
+ },
335704
+ "declarations": [
335705
+ {
335706
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335707
+ "name": "Props"
335708
+ }
335709
+ ],
335710
+ "required": true,
335711
+ "type": {
335712
+ "name": "Filter<never, never, never>"
335713
+ }
335714
+ }
335715
+ }
335716
+ },
335717
+ {
335718
+ "tags": {},
335719
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
335720
+ "description": "",
335721
+ "displayName": "AllFiltersModal",
335722
+ "methods": [],
335723
+ "props": {}
335724
+ },
335725
+ {
335726
+ "tags": {},
335727
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
335728
+ "description": "",
335729
+ "displayName": "ActiveFilters",
335730
+ "methods": [],
335731
+ "props": {}
335732
+ },
335733
335733
  {
335734
335734
  "tags": {},
335735
335735
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",