@mittwald/flow-react-components 0.2.0-alpha.955 → 0.2.0-alpha.957

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.
@@ -80067,6 +80067,127 @@
80067
80067
  }
80068
80068
  }
80069
80069
  },
80070
+ {
80071
+ "tags": {
80072
+ "flr-generate": "all"
80073
+ },
80074
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
80075
+ "description": "",
80076
+ "displayName": "MessageThread",
80077
+ "methods": [],
80078
+ "props": {
80079
+ "children": {
80080
+ "defaultValue": null,
80081
+ "description": "",
80082
+ "name": "children",
80083
+ "declarations": [
80084
+ {
80085
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
80086
+ "name": "TypeLiteral"
80087
+ }
80088
+ ],
80089
+ "required": false,
80090
+ "type": {
80091
+ "name": "ReactNode"
80092
+ }
80093
+ },
80094
+ "className": {
80095
+ "defaultValue": null,
80096
+ "description": "The elements class name.",
80097
+ "name": "className",
80098
+ "parent": {
80099
+ "fileName": "components/src/lib/types/props.ts",
80100
+ "name": "PropsWithClassName"
80101
+ },
80102
+ "declarations": [
80103
+ {
80104
+ "fileName": "components/src/lib/types/props.ts",
80105
+ "name": "PropsWithClassName"
80106
+ }
80107
+ ],
80108
+ "required": false,
80109
+ "type": {
80110
+ "name": "string"
80111
+ }
80112
+ },
80113
+ "wrapWith": {
80114
+ "defaultValue": null,
80115
+ "description": "",
80116
+ "name": "wrapWith",
80117
+ "parent": {
80118
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
80119
+ "name": "FlowComponentProps"
80120
+ },
80121
+ "declarations": [
80122
+ {
80123
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
80124
+ "name": "FlowComponentProps"
80125
+ }
80126
+ ],
80127
+ "required": false,
80128
+ "type": {
80129
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
80130
+ }
80131
+ },
80132
+ "tunnel": {
80133
+ "defaultValue": null,
80134
+ "description": "@internal",
80135
+ "name": "tunnel",
80136
+ "parent": {
80137
+ "fileName": "components/src/lib/types/props.ts",
80138
+ "name": "PropsWithTunnel"
80139
+ },
80140
+ "declarations": [
80141
+ {
80142
+ "fileName": "components/src/lib/types/props.ts",
80143
+ "name": "PropsWithTunnel"
80144
+ }
80145
+ ],
80146
+ "required": false,
80147
+ "type": {
80148
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
80149
+ }
80150
+ },
80151
+ "ref": {
80152
+ "defaultValue": null,
80153
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
80154
+ "name": "ref",
80155
+ "parent": {
80156
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
80157
+ "name": "RefAttributes"
80158
+ },
80159
+ "declarations": [
80160
+ {
80161
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
80162
+ "name": "RefAttributes"
80163
+ }
80164
+ ],
80165
+ "required": false,
80166
+ "type": {
80167
+ "name": "Ref<HTMLSpanElement>"
80168
+ }
80169
+ },
80170
+ "key": {
80171
+ "defaultValue": null,
80172
+ "description": "",
80173
+ "name": "key",
80174
+ "parent": {
80175
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
80176
+ "name": "Attributes"
80177
+ },
80178
+ "declarations": [
80179
+ {
80180
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
80181
+ "name": "Attributes"
80182
+ }
80183
+ ],
80184
+ "required": false,
80185
+ "type": {
80186
+ "name": "Key | null"
80187
+ }
80188
+ }
80189
+ }
80190
+ },
80070
80191
  {
80071
80192
  "tags": {
80072
80193
  "flr-generate": "all"
@@ -85468,127 +85589,6 @@
85468
85589
  }
85469
85590
  }
85470
85591
  },
85471
- {
85472
- "tags": {
85473
- "flr-generate": "all"
85474
- },
85475
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
85476
- "description": "",
85477
- "displayName": "MessageThread",
85478
- "methods": [],
85479
- "props": {
85480
- "children": {
85481
- "defaultValue": null,
85482
- "description": "",
85483
- "name": "children",
85484
- "declarations": [
85485
- {
85486
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
85487
- "name": "TypeLiteral"
85488
- }
85489
- ],
85490
- "required": false,
85491
- "type": {
85492
- "name": "ReactNode"
85493
- }
85494
- },
85495
- "className": {
85496
- "defaultValue": null,
85497
- "description": "The elements class name.",
85498
- "name": "className",
85499
- "parent": {
85500
- "fileName": "components/src/lib/types/props.ts",
85501
- "name": "PropsWithClassName"
85502
- },
85503
- "declarations": [
85504
- {
85505
- "fileName": "components/src/lib/types/props.ts",
85506
- "name": "PropsWithClassName"
85507
- }
85508
- ],
85509
- "required": false,
85510
- "type": {
85511
- "name": "string"
85512
- }
85513
- },
85514
- "wrapWith": {
85515
- "defaultValue": null,
85516
- "description": "",
85517
- "name": "wrapWith",
85518
- "parent": {
85519
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
85520
- "name": "FlowComponentProps"
85521
- },
85522
- "declarations": [
85523
- {
85524
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
85525
- "name": "FlowComponentProps"
85526
- }
85527
- ],
85528
- "required": false,
85529
- "type": {
85530
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
85531
- }
85532
- },
85533
- "tunnel": {
85534
- "defaultValue": null,
85535
- "description": "@internal",
85536
- "name": "tunnel",
85537
- "parent": {
85538
- "fileName": "components/src/lib/types/props.ts",
85539
- "name": "PropsWithTunnel"
85540
- },
85541
- "declarations": [
85542
- {
85543
- "fileName": "components/src/lib/types/props.ts",
85544
- "name": "PropsWithTunnel"
85545
- }
85546
- ],
85547
- "required": false,
85548
- "type": {
85549
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
85550
- }
85551
- },
85552
- "ref": {
85553
- "defaultValue": null,
85554
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
85555
- "name": "ref",
85556
- "parent": {
85557
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
85558
- "name": "RefAttributes"
85559
- },
85560
- "declarations": [
85561
- {
85562
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
85563
- "name": "RefAttributes"
85564
- }
85565
- ],
85566
- "required": false,
85567
- "type": {
85568
- "name": "Ref<HTMLSpanElement>"
85569
- }
85570
- },
85571
- "key": {
85572
- "defaultValue": null,
85573
- "description": "",
85574
- "name": "key",
85575
- "parent": {
85576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
85577
- "name": "Attributes"
85578
- },
85579
- "declarations": [
85580
- {
85581
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
85582
- "name": "Attributes"
85583
- }
85584
- ],
85585
- "required": false,
85586
- "type": {
85587
- "name": "Key | null"
85588
- }
85589
- }
85590
- }
85591
- },
85592
85592
  {
85593
85593
  "tags": {
85594
85594
  "flr-generate": "all"
@@ -247711,6 +247711,87 @@
247711
247711
  }
247712
247712
  }
247713
247713
  },
247714
+ {
247715
+ "tags": {},
247716
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
247717
+ "description": "",
247718
+ "displayName": "Activity",
247719
+ "methods": [],
247720
+ "props": {
247721
+ "isActive": {
247722
+ "defaultValue": null,
247723
+ "description": "",
247724
+ "name": "isActive",
247725
+ "parent": {
247726
+ "fileName": "components/src/components/Activity/Activity.tsx",
247727
+ "name": "ActivityProps"
247728
+ },
247729
+ "declarations": [
247730
+ {
247731
+ "fileName": "components/src/components/Activity/Activity.tsx",
247732
+ "name": "ActivityProps"
247733
+ }
247734
+ ],
247735
+ "required": false,
247736
+ "type": {
247737
+ "name": "boolean"
247738
+ }
247739
+ },
247740
+ "inactiveDelay": {
247741
+ "defaultValue": null,
247742
+ "description": "",
247743
+ "name": "inactiveDelay",
247744
+ "parent": {
247745
+ "fileName": "components/src/components/Activity/Activity.tsx",
247746
+ "name": "ActivityProps"
247747
+ },
247748
+ "declarations": [
247749
+ {
247750
+ "fileName": "components/src/components/Activity/Activity.tsx",
247751
+ "name": "ActivityProps"
247752
+ }
247753
+ ],
247754
+ "required": false,
247755
+ "type": {
247756
+ "name": "number"
247757
+ }
247758
+ },
247759
+ "forceCustomActivity": {
247760
+ "defaultValue": null,
247761
+ "description": "@internal",
247762
+ "name": "forceCustomActivity",
247763
+ "parent": {
247764
+ "fileName": "components/src/components/Activity/Activity.tsx",
247765
+ "name": "ActivityProps"
247766
+ },
247767
+ "declarations": [
247768
+ {
247769
+ "fileName": "components/src/components/Activity/Activity.tsx",
247770
+ "name": "ActivityProps"
247771
+ }
247772
+ ],
247773
+ "required": false,
247774
+ "type": {
247775
+ "name": "boolean"
247776
+ }
247777
+ },
247778
+ "children": {
247779
+ "defaultValue": null,
247780
+ "description": "",
247781
+ "name": "children",
247782
+ "declarations": [
247783
+ {
247784
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
247785
+ "name": "TypeLiteral"
247786
+ }
247787
+ ],
247788
+ "required": false,
247789
+ "type": {
247790
+ "name": "ReactNode"
247791
+ }
247792
+ }
247793
+ }
247794
+ },
247714
247795
  {
247715
247796
  "tags": {
247716
247797
  "flr-generate": "all"
@@ -253095,87 +253176,6 @@
253095
253176
  }
253096
253177
  }
253097
253178
  },
253098
- {
253099
- "tags": {},
253100
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
253101
- "description": "",
253102
- "displayName": "Activity",
253103
- "methods": [],
253104
- "props": {
253105
- "isActive": {
253106
- "defaultValue": null,
253107
- "description": "",
253108
- "name": "isActive",
253109
- "parent": {
253110
- "fileName": "components/src/components/Activity/Activity.tsx",
253111
- "name": "ActivityProps"
253112
- },
253113
- "declarations": [
253114
- {
253115
- "fileName": "components/src/components/Activity/Activity.tsx",
253116
- "name": "ActivityProps"
253117
- }
253118
- ],
253119
- "required": false,
253120
- "type": {
253121
- "name": "boolean"
253122
- }
253123
- },
253124
- "inactiveDelay": {
253125
- "defaultValue": null,
253126
- "description": "",
253127
- "name": "inactiveDelay",
253128
- "parent": {
253129
- "fileName": "components/src/components/Activity/Activity.tsx",
253130
- "name": "ActivityProps"
253131
- },
253132
- "declarations": [
253133
- {
253134
- "fileName": "components/src/components/Activity/Activity.tsx",
253135
- "name": "ActivityProps"
253136
- }
253137
- ],
253138
- "required": false,
253139
- "type": {
253140
- "name": "number"
253141
- }
253142
- },
253143
- "forceCustomActivity": {
253144
- "defaultValue": null,
253145
- "description": "@internal",
253146
- "name": "forceCustomActivity",
253147
- "parent": {
253148
- "fileName": "components/src/components/Activity/Activity.tsx",
253149
- "name": "ActivityProps"
253150
- },
253151
- "declarations": [
253152
- {
253153
- "fileName": "components/src/components/Activity/Activity.tsx",
253154
- "name": "ActivityProps"
253155
- }
253156
- ],
253157
- "required": false,
253158
- "type": {
253159
- "name": "boolean"
253160
- }
253161
- },
253162
- "children": {
253163
- "defaultValue": null,
253164
- "description": "",
253165
- "name": "children",
253166
- "declarations": [
253167
- {
253168
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253169
- "name": "TypeLiteral"
253170
- }
253171
- ],
253172
- "required": false,
253173
- "type": {
253174
- "name": "ReactNode"
253175
- }
253176
- }
253177
- }
253178
- },
253179
253179
  {
253180
253180
  "tags": {
253181
253181
  "flr-generate": "all"
@@ -302607,9 +302607,9 @@
302607
302607
  "tags": {
302608
302608
  "flr-generate": "all"
302609
302609
  },
302610
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
302610
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
302611
302611
  "description": "",
302612
- "displayName": "TableHeader",
302612
+ "displayName": "TableFooterRow",
302613
302613
  "methods": [],
302614
302614
  "props": {
302615
302615
  "className": {
@@ -302671,6 +302671,25 @@
302671
302671
  "name": "ReactNode"
302672
302672
  }
302673
302673
  },
302674
+ "value": {
302675
+ "defaultValue": null,
302676
+ "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
302677
+ "name": "value",
302678
+ "parent": {
302679
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302680
+ "name": "RowProps"
302681
+ },
302682
+ "declarations": [
302683
+ {
302684
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302685
+ "name": "RowProps"
302686
+ }
302687
+ ],
302688
+ "required": false,
302689
+ "type": {
302690
+ "name": "undefined"
302691
+ }
302692
+ },
302674
302693
  "dependencies": {
302675
302694
  "defaultValue": null,
302676
302695
  "description": "Values that should invalidate the cell cache when using dynamic collections.",
@@ -302690,6 +302709,122 @@
302690
302709
  "name": "readonly any[]"
302691
302710
  }
302692
302711
  },
302712
+ "textValue": {
302713
+ "defaultValue": null,
302714
+ "description": "A string representation of the row's contents, used for features like typeahead.",
302715
+ "name": "textValue",
302716
+ "parent": {
302717
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302718
+ "name": "RowProps"
302719
+ },
302720
+ "declarations": [
302721
+ {
302722
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302723
+ "name": "RowProps"
302724
+ }
302725
+ ],
302726
+ "required": false,
302727
+ "type": {
302728
+ "name": "string"
302729
+ }
302730
+ },
302731
+ "isDisabled": {
302732
+ "defaultValue": null,
302733
+ "description": "Whether the row is disabled.",
302734
+ "name": "isDisabled",
302735
+ "parent": {
302736
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302737
+ "name": "RowProps"
302738
+ },
302739
+ "declarations": [
302740
+ {
302741
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302742
+ "name": "RowProps"
302743
+ }
302744
+ ],
302745
+ "required": false,
302746
+ "type": {
302747
+ "name": "boolean"
302748
+ }
302749
+ },
302750
+ "disabledBehavior": {
302751
+ "defaultValue": {
302752
+ "value": "'all'"
302753
+ },
302754
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
302755
+ "name": "disabledBehavior",
302756
+ "parent": {
302757
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302758
+ "name": "TableProps"
302759
+ },
302760
+ "declarations": [
302761
+ {
302762
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302763
+ "name": "TableProps"
302764
+ }
302765
+ ],
302766
+ "required": false,
302767
+ "type": {
302768
+ "name": "DisabledBehavior"
302769
+ }
302770
+ },
302771
+ "onAction": {
302772
+ "defaultValue": null,
302773
+ "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
302774
+ "name": "onAction",
302775
+ "parent": {
302776
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302777
+ "name": "RowProps"
302778
+ },
302779
+ "declarations": [
302780
+ {
302781
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302782
+ "name": "RowProps"
302783
+ }
302784
+ ],
302785
+ "required": false,
302786
+ "type": {
302787
+ "name": "(() => void)"
302788
+ }
302789
+ },
302790
+ "id": {
302791
+ "defaultValue": null,
302792
+ "description": "The unique id of the row.",
302793
+ "name": "id",
302794
+ "parent": {
302795
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302796
+ "name": "RowProps"
302797
+ },
302798
+ "declarations": [
302799
+ {
302800
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302801
+ "name": "RowProps"
302802
+ }
302803
+ ],
302804
+ "required": false,
302805
+ "type": {
302806
+ "name": "Key"
302807
+ }
302808
+ },
302809
+ "hasChildItems": {
302810
+ "defaultValue": null,
302811
+ "description": "Whether this row has children, even if not loaded yet.",
302812
+ "name": "hasChildItems",
302813
+ "parent": {
302814
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302815
+ "name": "RowProps"
302816
+ },
302817
+ "declarations": [
302818
+ {
302819
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
302820
+ "name": "RowProps"
302821
+ }
302822
+ ],
302823
+ "required": false,
302824
+ "type": {
302825
+ "name": "boolean"
302826
+ }
302827
+ },
302693
302828
  "style": {
302694
302829
  "defaultValue": null,
302695
302830
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
@@ -302728,6 +302863,158 @@
302728
302863
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
302729
302864
  }
302730
302865
  },
302866
+ "href": {
302867
+ "defaultValue": null,
302868
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
302869
+ "name": "href",
302870
+ "parent": {
302871
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302872
+ "name": "LinkDOMProps"
302873
+ },
302874
+ "declarations": [
302875
+ {
302876
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302877
+ "name": "LinkDOMProps"
302878
+ }
302879
+ ],
302880
+ "required": false,
302881
+ "type": {
302882
+ "name": "string"
302883
+ }
302884
+ },
302885
+ "hrefLang": {
302886
+ "defaultValue": null,
302887
+ "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
302888
+ "name": "hrefLang",
302889
+ "parent": {
302890
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302891
+ "name": "LinkDOMProps"
302892
+ },
302893
+ "declarations": [
302894
+ {
302895
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302896
+ "name": "LinkDOMProps"
302897
+ }
302898
+ ],
302899
+ "required": false,
302900
+ "type": {
302901
+ "name": "string"
302902
+ }
302903
+ },
302904
+ "target": {
302905
+ "defaultValue": null,
302906
+ "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
302907
+ "name": "target",
302908
+ "parent": {
302909
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302910
+ "name": "LinkDOMProps"
302911
+ },
302912
+ "declarations": [
302913
+ {
302914
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302915
+ "name": "LinkDOMProps"
302916
+ }
302917
+ ],
302918
+ "required": false,
302919
+ "type": {
302920
+ "name": "HTMLAttributeAnchorTarget"
302921
+ }
302922
+ },
302923
+ "rel": {
302924
+ "defaultValue": null,
302925
+ "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
302926
+ "name": "rel",
302927
+ "parent": {
302928
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302929
+ "name": "LinkDOMProps"
302930
+ },
302931
+ "declarations": [
302932
+ {
302933
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302934
+ "name": "LinkDOMProps"
302935
+ }
302936
+ ],
302937
+ "required": false,
302938
+ "type": {
302939
+ "name": "string"
302940
+ }
302941
+ },
302942
+ "download": {
302943
+ "defaultValue": null,
302944
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
302945
+ "name": "download",
302946
+ "parent": {
302947
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302948
+ "name": "LinkDOMProps"
302949
+ },
302950
+ "declarations": [
302951
+ {
302952
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302953
+ "name": "LinkDOMProps"
302954
+ }
302955
+ ],
302956
+ "required": false,
302957
+ "type": {
302958
+ "name": "string | boolean"
302959
+ }
302960
+ },
302961
+ "ping": {
302962
+ "defaultValue": null,
302963
+ "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
302964
+ "name": "ping",
302965
+ "parent": {
302966
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302967
+ "name": "LinkDOMProps"
302968
+ },
302969
+ "declarations": [
302970
+ {
302971
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302972
+ "name": "LinkDOMProps"
302973
+ }
302974
+ ],
302975
+ "required": false,
302976
+ "type": {
302977
+ "name": "string"
302978
+ }
302979
+ },
302980
+ "referrerPolicy": {
302981
+ "defaultValue": null,
302982
+ "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
302983
+ "name": "referrerPolicy",
302984
+ "parent": {
302985
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302986
+ "name": "LinkDOMProps"
302987
+ },
302988
+ "declarations": [
302989
+ {
302990
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302991
+ "name": "LinkDOMProps"
302992
+ }
302993
+ ],
302994
+ "required": false,
302995
+ "type": {
302996
+ "name": "HTMLAttributeReferrerPolicy"
302997
+ }
302998
+ },
302999
+ "routerOptions": {
303000
+ "defaultValue": null,
303001
+ "description": "Options for the configured client side router.",
303002
+ "name": "routerOptions",
303003
+ "parent": {
303004
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303005
+ "name": "LinkDOMProps"
303006
+ },
303007
+ "declarations": [
303008
+ {
303009
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
303010
+ "name": "LinkDOMProps"
303011
+ }
303012
+ ],
303013
+ "required": false,
303014
+ "type": {
303015
+ "name": "undefined"
303016
+ }
303017
+ },
302731
303018
  "onHoverStart": {
302732
303019
  "defaultValue": null,
302733
303020
  "description": "Handler that is called when a hover interaction starts.",
@@ -302785,29 +303072,124 @@
302785
303072
  "name": "((isHovering: boolean) => void)"
302786
303073
  }
302787
303074
  },
302788
- "dir": {
303075
+ "onPress": {
302789
303076
  "defaultValue": null,
302790
- "description": "",
302791
- "name": "dir",
303077
+ "description": "Handler that is called when the press is released over the target.",
303078
+ "name": "onPress",
302792
303079
  "parent": {
302793
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302794
- "name": "GlobalDOMAttributes"
303080
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303081
+ "name": "PressEvents"
302795
303082
  },
302796
303083
  "declarations": [
302797
303084
  {
302798
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302799
- "name": "GlobalDOMAttributes"
303085
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303086
+ "name": "PressEvents"
302800
303087
  }
302801
303088
  ],
302802
303089
  "required": false,
302803
303090
  "type": {
302804
- "name": "string"
303091
+ "name": "((e: PressEvent) => void)"
302805
303092
  }
302806
303093
  },
302807
- "lang": {
303094
+ "onPressStart": {
303095
+ "defaultValue": null,
303096
+ "description": "Handler that is called when a press interaction starts.",
303097
+ "name": "onPressStart",
303098
+ "parent": {
303099
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303100
+ "name": "PressEvents"
303101
+ },
303102
+ "declarations": [
303103
+ {
303104
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303105
+ "name": "PressEvents"
303106
+ }
303107
+ ],
303108
+ "required": false,
303109
+ "type": {
303110
+ "name": "((e: PressEvent) => void)"
303111
+ }
303112
+ },
303113
+ "onPressEnd": {
303114
+ "defaultValue": null,
303115
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
303116
+ "name": "onPressEnd",
303117
+ "parent": {
303118
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303119
+ "name": "PressEvents"
303120
+ },
303121
+ "declarations": [
303122
+ {
303123
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303124
+ "name": "PressEvents"
303125
+ }
303126
+ ],
303127
+ "required": false,
303128
+ "type": {
303129
+ "name": "((e: PressEvent) => void)"
303130
+ }
303131
+ },
303132
+ "onPressChange": {
303133
+ "defaultValue": null,
303134
+ "description": "Handler that is called when the press state changes.",
303135
+ "name": "onPressChange",
303136
+ "parent": {
303137
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303138
+ "name": "PressEvents"
303139
+ },
303140
+ "declarations": [
303141
+ {
303142
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303143
+ "name": "PressEvents"
303144
+ }
303145
+ ],
303146
+ "required": false,
303147
+ "type": {
303148
+ "name": "((isPressed: boolean) => void)"
303149
+ }
303150
+ },
303151
+ "onPressUp": {
303152
+ "defaultValue": null,
303153
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
303154
+ "name": "onPressUp",
303155
+ "parent": {
303156
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303157
+ "name": "PressEvents"
303158
+ },
303159
+ "declarations": [
303160
+ {
303161
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303162
+ "name": "PressEvents"
303163
+ }
303164
+ ],
303165
+ "required": false,
303166
+ "type": {
303167
+ "name": "((e: PressEvent) => void)"
303168
+ }
303169
+ },
303170
+ "onClick": {
303171
+ "defaultValue": null,
303172
+ "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.",
303173
+ "name": "onClick",
303174
+ "parent": {
303175
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303176
+ "name": "PressEvents"
303177
+ },
303178
+ "declarations": [
303179
+ {
303180
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
303181
+ "name": "PressEvents"
303182
+ }
303183
+ ],
303184
+ "required": false,
303185
+ "type": {
303186
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
303187
+ }
303188
+ },
303189
+ "translate": {
302808
303190
  "defaultValue": null,
302809
303191
  "description": "",
302810
- "name": "lang",
303192
+ "name": "translate",
302811
303193
  "parent": {
302812
303194
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302813
303195
  "name": "GlobalDOMAttributes"
@@ -302820,13 +303202,13 @@
302820
303202
  ],
302821
303203
  "required": false,
302822
303204
  "type": {
302823
- "name": "string"
303205
+ "name": "\"yes\" | \"no\""
302824
303206
  }
302825
303207
  },
302826
- "hidden": {
303208
+ "dir": {
302827
303209
  "defaultValue": null,
302828
303210
  "description": "",
302829
- "name": "hidden",
303211
+ "name": "dir",
302830
303212
  "parent": {
302831
303213
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302832
303214
  "name": "GlobalDOMAttributes"
@@ -302839,13 +303221,13 @@
302839
303221
  ],
302840
303222
  "required": false,
302841
303223
  "type": {
302842
- "name": "boolean"
303224
+ "name": "string"
302843
303225
  }
302844
303226
  },
302845
- "inert": {
303227
+ "lang": {
302846
303228
  "defaultValue": null,
302847
303229
  "description": "",
302848
- "name": "inert",
303230
+ "name": "lang",
302849
303231
  "parent": {
302850
303232
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302851
303233
  "name": "GlobalDOMAttributes"
@@ -302858,13 +303240,13 @@
302858
303240
  ],
302859
303241
  "required": false,
302860
303242
  "type": {
302861
- "name": "boolean"
303243
+ "name": "string"
302862
303244
  }
302863
303245
  },
302864
- "translate": {
303246
+ "hidden": {
302865
303247
  "defaultValue": null,
302866
303248
  "description": "",
302867
- "name": "translate",
303249
+ "name": "hidden",
302868
303250
  "parent": {
302869
303251
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302870
303252
  "name": "GlobalDOMAttributes"
@@ -302877,26 +303259,26 @@
302877
303259
  ],
302878
303260
  "required": false,
302879
303261
  "type": {
302880
- "name": "\"yes\" | \"no\""
303262
+ "name": "boolean"
302881
303263
  }
302882
303264
  },
302883
- "onClick": {
303265
+ "inert": {
302884
303266
  "defaultValue": null,
302885
303267
  "description": "",
302886
- "name": "onClick",
303268
+ "name": "inert",
302887
303269
  "parent": {
302888
303270
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302889
- "name": "GlobalDOMEvents"
303271
+ "name": "GlobalDOMAttributes"
302890
303272
  },
302891
303273
  "declarations": [
302892
303274
  {
302893
303275
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
302894
- "name": "GlobalDOMEvents"
303276
+ "name": "GlobalDOMAttributes"
302895
303277
  }
302896
303278
  ],
302897
303279
  "required": false,
302898
303280
  "type": {
302899
- "name": "MouseEventHandler<HTMLDivElement>"
303281
+ "name": "boolean"
302900
303282
  }
302901
303283
  },
302902
303284
  "onClickCapture": {
@@ -304095,6 +304477,21 @@
304095
304477
  "type": {
304096
304478
  "name": "TransitionEventHandler<HTMLDivElement>"
304097
304479
  }
304480
+ },
304481
+ "footer": {
304482
+ "defaultValue": null,
304483
+ "description": "@internal",
304484
+ "name": "footer",
304485
+ "declarations": [
304486
+ {
304487
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
304488
+ "name": "TypeLiteral"
304489
+ }
304490
+ ],
304491
+ "required": false,
304492
+ "type": {
304493
+ "name": "boolean"
304494
+ }
304098
304495
  }
304099
304496
  }
304100
304497
  },
@@ -304102,9 +304499,9 @@
304102
304499
  "tags": {
304103
304500
  "flr-generate": "all"
304104
304501
  },
304105
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
304502
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
304106
304503
  "description": "",
304107
- "displayName": "TableFooterRow",
304504
+ "displayName": "TableHeader",
304108
304505
  "methods": [],
304109
304506
  "props": {
304110
304507
  "className": {
@@ -304166,25 +304563,6 @@
304166
304563
  "name": "ReactNode"
304167
304564
  }
304168
304565
  },
304169
- "value": {
304170
- "defaultValue": null,
304171
- "description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
304172
- "name": "value",
304173
- "parent": {
304174
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304175
- "name": "RowProps"
304176
- },
304177
- "declarations": [
304178
- {
304179
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304180
- "name": "RowProps"
304181
- }
304182
- ],
304183
- "required": false,
304184
- "type": {
304185
- "name": "undefined"
304186
- }
304187
- },
304188
304566
  "dependencies": {
304189
304567
  "defaultValue": null,
304190
304568
  "description": "Values that should invalidate the cell cache when using dynamic collections.",
@@ -304204,122 +304582,6 @@
304204
304582
  "name": "readonly any[]"
304205
304583
  }
304206
304584
  },
304207
- "textValue": {
304208
- "defaultValue": null,
304209
- "description": "A string representation of the row's contents, used for features like typeahead.",
304210
- "name": "textValue",
304211
- "parent": {
304212
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304213
- "name": "RowProps"
304214
- },
304215
- "declarations": [
304216
- {
304217
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304218
- "name": "RowProps"
304219
- }
304220
- ],
304221
- "required": false,
304222
- "type": {
304223
- "name": "string"
304224
- }
304225
- },
304226
- "isDisabled": {
304227
- "defaultValue": null,
304228
- "description": "Whether the row is disabled.",
304229
- "name": "isDisabled",
304230
- "parent": {
304231
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304232
- "name": "RowProps"
304233
- },
304234
- "declarations": [
304235
- {
304236
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304237
- "name": "RowProps"
304238
- }
304239
- ],
304240
- "required": false,
304241
- "type": {
304242
- "name": "boolean"
304243
- }
304244
- },
304245
- "disabledBehavior": {
304246
- "defaultValue": {
304247
- "value": "'all'"
304248
- },
304249
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
304250
- "name": "disabledBehavior",
304251
- "parent": {
304252
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304253
- "name": "TableProps"
304254
- },
304255
- "declarations": [
304256
- {
304257
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304258
- "name": "TableProps"
304259
- }
304260
- ],
304261
- "required": false,
304262
- "type": {
304263
- "name": "DisabledBehavior"
304264
- }
304265
- },
304266
- "onAction": {
304267
- "defaultValue": null,
304268
- "description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
304269
- "name": "onAction",
304270
- "parent": {
304271
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304272
- "name": "RowProps"
304273
- },
304274
- "declarations": [
304275
- {
304276
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304277
- "name": "RowProps"
304278
- }
304279
- ],
304280
- "required": false,
304281
- "type": {
304282
- "name": "(() => void)"
304283
- }
304284
- },
304285
- "id": {
304286
- "defaultValue": null,
304287
- "description": "The unique id of the row.",
304288
- "name": "id",
304289
- "parent": {
304290
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304291
- "name": "RowProps"
304292
- },
304293
- "declarations": [
304294
- {
304295
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304296
- "name": "RowProps"
304297
- }
304298
- ],
304299
- "required": false,
304300
- "type": {
304301
- "name": "Key"
304302
- }
304303
- },
304304
- "hasChildItems": {
304305
- "defaultValue": null,
304306
- "description": "Whether this row has children, even if not loaded yet.",
304307
- "name": "hasChildItems",
304308
- "parent": {
304309
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304310
- "name": "RowProps"
304311
- },
304312
- "declarations": [
304313
- {
304314
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
304315
- "name": "RowProps"
304316
- }
304317
- ],
304318
- "required": false,
304319
- "type": {
304320
- "name": "boolean"
304321
- }
304322
- },
304323
304585
  "style": {
304324
304586
  "defaultValue": null,
304325
304587
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
@@ -304358,158 +304620,6 @@
304358
304620
  "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
304359
304621
  }
304360
304622
  },
304361
- "href": {
304362
- "defaultValue": null,
304363
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
304364
- "name": "href",
304365
- "parent": {
304366
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304367
- "name": "LinkDOMProps"
304368
- },
304369
- "declarations": [
304370
- {
304371
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304372
- "name": "LinkDOMProps"
304373
- }
304374
- ],
304375
- "required": false,
304376
- "type": {
304377
- "name": "string"
304378
- }
304379
- },
304380
- "hrefLang": {
304381
- "defaultValue": null,
304382
- "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
304383
- "name": "hrefLang",
304384
- "parent": {
304385
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304386
- "name": "LinkDOMProps"
304387
- },
304388
- "declarations": [
304389
- {
304390
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304391
- "name": "LinkDOMProps"
304392
- }
304393
- ],
304394
- "required": false,
304395
- "type": {
304396
- "name": "string"
304397
- }
304398
- },
304399
- "target": {
304400
- "defaultValue": null,
304401
- "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
304402
- "name": "target",
304403
- "parent": {
304404
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304405
- "name": "LinkDOMProps"
304406
- },
304407
- "declarations": [
304408
- {
304409
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304410
- "name": "LinkDOMProps"
304411
- }
304412
- ],
304413
- "required": false,
304414
- "type": {
304415
- "name": "HTMLAttributeAnchorTarget"
304416
- }
304417
- },
304418
- "rel": {
304419
- "defaultValue": null,
304420
- "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
304421
- "name": "rel",
304422
- "parent": {
304423
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304424
- "name": "LinkDOMProps"
304425
- },
304426
- "declarations": [
304427
- {
304428
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304429
- "name": "LinkDOMProps"
304430
- }
304431
- ],
304432
- "required": false,
304433
- "type": {
304434
- "name": "string"
304435
- }
304436
- },
304437
- "download": {
304438
- "defaultValue": null,
304439
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
304440
- "name": "download",
304441
- "parent": {
304442
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304443
- "name": "LinkDOMProps"
304444
- },
304445
- "declarations": [
304446
- {
304447
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304448
- "name": "LinkDOMProps"
304449
- }
304450
- ],
304451
- "required": false,
304452
- "type": {
304453
- "name": "string | boolean"
304454
- }
304455
- },
304456
- "ping": {
304457
- "defaultValue": null,
304458
- "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
304459
- "name": "ping",
304460
- "parent": {
304461
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304462
- "name": "LinkDOMProps"
304463
- },
304464
- "declarations": [
304465
- {
304466
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304467
- "name": "LinkDOMProps"
304468
- }
304469
- ],
304470
- "required": false,
304471
- "type": {
304472
- "name": "string"
304473
- }
304474
- },
304475
- "referrerPolicy": {
304476
- "defaultValue": null,
304477
- "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
304478
- "name": "referrerPolicy",
304479
- "parent": {
304480
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304481
- "name": "LinkDOMProps"
304482
- },
304483
- "declarations": [
304484
- {
304485
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304486
- "name": "LinkDOMProps"
304487
- }
304488
- ],
304489
- "required": false,
304490
- "type": {
304491
- "name": "HTMLAttributeReferrerPolicy"
304492
- }
304493
- },
304494
- "routerOptions": {
304495
- "defaultValue": null,
304496
- "description": "Options for the configured client side router.",
304497
- "name": "routerOptions",
304498
- "parent": {
304499
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304500
- "name": "LinkDOMProps"
304501
- },
304502
- "declarations": [
304503
- {
304504
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304505
- "name": "LinkDOMProps"
304506
- }
304507
- ],
304508
- "required": false,
304509
- "type": {
304510
- "name": "undefined"
304511
- }
304512
- },
304513
304623
  "onHoverStart": {
304514
304624
  "defaultValue": null,
304515
304625
  "description": "Handler that is called when a hover interaction starts.",
@@ -304567,124 +304677,29 @@
304567
304677
  "name": "((isHovering: boolean) => void)"
304568
304678
  }
304569
304679
  },
304570
- "onPress": {
304571
- "defaultValue": null,
304572
- "description": "Handler that is called when the press is released over the target.",
304573
- "name": "onPress",
304574
- "parent": {
304575
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304576
- "name": "PressEvents"
304577
- },
304578
- "declarations": [
304579
- {
304580
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304581
- "name": "PressEvents"
304582
- }
304583
- ],
304584
- "required": false,
304585
- "type": {
304586
- "name": "((e: PressEvent) => void)"
304587
- }
304588
- },
304589
- "onPressStart": {
304590
- "defaultValue": null,
304591
- "description": "Handler that is called when a press interaction starts.",
304592
- "name": "onPressStart",
304593
- "parent": {
304594
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304595
- "name": "PressEvents"
304596
- },
304597
- "declarations": [
304598
- {
304599
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304600
- "name": "PressEvents"
304601
- }
304602
- ],
304603
- "required": false,
304604
- "type": {
304605
- "name": "((e: PressEvent) => void)"
304606
- }
304607
- },
304608
- "onPressEnd": {
304609
- "defaultValue": null,
304610
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
304611
- "name": "onPressEnd",
304612
- "parent": {
304613
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304614
- "name": "PressEvents"
304615
- },
304616
- "declarations": [
304617
- {
304618
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304619
- "name": "PressEvents"
304620
- }
304621
- ],
304622
- "required": false,
304623
- "type": {
304624
- "name": "((e: PressEvent) => void)"
304625
- }
304626
- },
304627
- "onPressChange": {
304628
- "defaultValue": null,
304629
- "description": "Handler that is called when the press state changes.",
304630
- "name": "onPressChange",
304631
- "parent": {
304632
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304633
- "name": "PressEvents"
304634
- },
304635
- "declarations": [
304636
- {
304637
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304638
- "name": "PressEvents"
304639
- }
304640
- ],
304641
- "required": false,
304642
- "type": {
304643
- "name": "((isPressed: boolean) => void)"
304644
- }
304645
- },
304646
- "onPressUp": {
304647
- "defaultValue": null,
304648
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
304649
- "name": "onPressUp",
304650
- "parent": {
304651
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304652
- "name": "PressEvents"
304653
- },
304654
- "declarations": [
304655
- {
304656
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304657
- "name": "PressEvents"
304658
- }
304659
- ],
304660
- "required": false,
304661
- "type": {
304662
- "name": "((e: PressEvent) => void)"
304663
- }
304664
- },
304665
- "onClick": {
304680
+ "dir": {
304666
304681
  "defaultValue": null,
304667
- "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.",
304668
- "name": "onClick",
304682
+ "description": "",
304683
+ "name": "dir",
304669
304684
  "parent": {
304670
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304671
- "name": "PressEvents"
304685
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304686
+ "name": "GlobalDOMAttributes"
304672
304687
  },
304673
304688
  "declarations": [
304674
304689
  {
304675
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
304676
- "name": "PressEvents"
304690
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304691
+ "name": "GlobalDOMAttributes"
304677
304692
  }
304678
304693
  ],
304679
304694
  "required": false,
304680
304695
  "type": {
304681
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
304696
+ "name": "string"
304682
304697
  }
304683
304698
  },
304684
- "translate": {
304699
+ "lang": {
304685
304700
  "defaultValue": null,
304686
304701
  "description": "",
304687
- "name": "translate",
304702
+ "name": "lang",
304688
304703
  "parent": {
304689
304704
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304690
304705
  "name": "GlobalDOMAttributes"
@@ -304697,13 +304712,13 @@
304697
304712
  ],
304698
304713
  "required": false,
304699
304714
  "type": {
304700
- "name": "\"yes\" | \"no\""
304715
+ "name": "string"
304701
304716
  }
304702
304717
  },
304703
- "dir": {
304718
+ "hidden": {
304704
304719
  "defaultValue": null,
304705
304720
  "description": "",
304706
- "name": "dir",
304721
+ "name": "hidden",
304707
304722
  "parent": {
304708
304723
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304709
304724
  "name": "GlobalDOMAttributes"
@@ -304716,13 +304731,13 @@
304716
304731
  ],
304717
304732
  "required": false,
304718
304733
  "type": {
304719
- "name": "string"
304734
+ "name": "boolean"
304720
304735
  }
304721
304736
  },
304722
- "lang": {
304737
+ "inert": {
304723
304738
  "defaultValue": null,
304724
304739
  "description": "",
304725
- "name": "lang",
304740
+ "name": "inert",
304726
304741
  "parent": {
304727
304742
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304728
304743
  "name": "GlobalDOMAttributes"
@@ -304735,13 +304750,13 @@
304735
304750
  ],
304736
304751
  "required": false,
304737
304752
  "type": {
304738
- "name": "string"
304753
+ "name": "boolean"
304739
304754
  }
304740
304755
  },
304741
- "hidden": {
304756
+ "translate": {
304742
304757
  "defaultValue": null,
304743
304758
  "description": "",
304744
- "name": "hidden",
304759
+ "name": "translate",
304745
304760
  "parent": {
304746
304761
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304747
304762
  "name": "GlobalDOMAttributes"
@@ -304754,26 +304769,26 @@
304754
304769
  ],
304755
304770
  "required": false,
304756
304771
  "type": {
304757
- "name": "boolean"
304772
+ "name": "\"yes\" | \"no\""
304758
304773
  }
304759
304774
  },
304760
- "inert": {
304775
+ "onClick": {
304761
304776
  "defaultValue": null,
304762
304777
  "description": "",
304763
- "name": "inert",
304778
+ "name": "onClick",
304764
304779
  "parent": {
304765
304780
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304766
- "name": "GlobalDOMAttributes"
304781
+ "name": "GlobalDOMEvents"
304767
304782
  },
304768
304783
  "declarations": [
304769
304784
  {
304770
304785
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
304771
- "name": "GlobalDOMAttributes"
304786
+ "name": "GlobalDOMEvents"
304772
304787
  }
304773
304788
  ],
304774
304789
  "required": false,
304775
304790
  "type": {
304776
- "name": "boolean"
304791
+ "name": "MouseEventHandler<HTMLDivElement>"
304777
304792
  }
304778
304793
  },
304779
304794
  "onClickCapture": {
@@ -305972,21 +305987,6 @@
305972
305987
  "type": {
305973
305988
  "name": "TransitionEventHandler<HTMLDivElement>"
305974
305989
  }
305975
- },
305976
- "footer": {
305977
- "defaultValue": null,
305978
- "description": "@internal",
305979
- "name": "footer",
305980
- "declarations": [
305981
- {
305982
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
305983
- "name": "TypeLiteral"
305984
- }
305985
- ],
305986
- "required": false,
305987
- "type": {
305988
- "name": "boolean"
305989
- }
305990
305990
  }
305991
305991
  }
305992
305992
  },
@@ -316446,6 +316446,34 @@
316446
316446
  }
316447
316447
  }
316448
316448
  },
316449
+ {
316450
+ "tags": {},
316451
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
316452
+ "description": "",
316453
+ "displayName": "PopoverTip",
316454
+ "methods": [],
316455
+ "props": {
316456
+ "className": {
316457
+ "defaultValue": null,
316458
+ "description": "The elements class name.",
316459
+ "name": "className",
316460
+ "parent": {
316461
+ "fileName": "components/src/lib/types/props.ts",
316462
+ "name": "PropsWithClassName"
316463
+ },
316464
+ "declarations": [
316465
+ {
316466
+ "fileName": "components/src/lib/types/props.ts",
316467
+ "name": "PropsWithClassName"
316468
+ }
316469
+ ],
316470
+ "required": false,
316471
+ "type": {
316472
+ "name": "string"
316473
+ }
316474
+ }
316475
+ }
316476
+ },
316449
316477
  {
316450
316478
  "tags": {},
316451
316479
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -316762,34 +316790,6 @@
316762
316790
  }
316763
316791
  }
316764
316792
  },
316765
- {
316766
- "tags": {},
316767
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
316768
- "description": "",
316769
- "displayName": "PopoverTip",
316770
- "methods": [],
316771
- "props": {
316772
- "className": {
316773
- "defaultValue": null,
316774
- "description": "The elements class name.",
316775
- "name": "className",
316776
- "parent": {
316777
- "fileName": "components/src/lib/types/props.ts",
316778
- "name": "PropsWithClassName"
316779
- },
316780
- "declarations": [
316781
- {
316782
- "fileName": "components/src/lib/types/props.ts",
316783
- "name": "PropsWithClassName"
316784
- }
316785
- ],
316786
- "required": false,
316787
- "type": {
316788
- "name": "string"
316789
- }
316790
- }
316791
- }
316792
- },
316793
316793
  {
316794
316794
  "tags": {
316795
316795
  "internal": ""
@@ -323443,6 +323443,230 @@
323443
323443
  "methods": [],
323444
323444
  "props": {}
323445
323445
  },
323446
+ {
323447
+ "tags": {},
323448
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
323449
+ "description": "",
323450
+ "displayName": "ListItemView",
323451
+ "methods": [],
323452
+ "props": {
323453
+ "children": {
323454
+ "defaultValue": null,
323455
+ "description": "",
323456
+ "name": "children",
323457
+ "declarations": [
323458
+ {
323459
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323460
+ "name": "TypeLiteral"
323461
+ }
323462
+ ],
323463
+ "required": false,
323464
+ "type": {
323465
+ "name": "ReactNode"
323466
+ }
323467
+ },
323468
+ "s": {
323469
+ "defaultValue": null,
323470
+ "description": "Column layout for container size s.",
323471
+ "name": "s",
323472
+ "parent": {
323473
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323474
+ "name": "ColumnLayoutProps"
323475
+ },
323476
+ "declarations": [
323477
+ {
323478
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323479
+ "name": "ColumnLayoutProps"
323480
+ }
323481
+ ],
323482
+ "required": false,
323483
+ "type": {
323484
+ "name": "(number | null)[]"
323485
+ }
323486
+ },
323487
+ "m": {
323488
+ "defaultValue": null,
323489
+ "description": "Column layout for container size m.",
323490
+ "name": "m",
323491
+ "parent": {
323492
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323493
+ "name": "ColumnLayoutProps"
323494
+ },
323495
+ "declarations": [
323496
+ {
323497
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323498
+ "name": "ColumnLayoutProps"
323499
+ }
323500
+ ],
323501
+ "required": false,
323502
+ "type": {
323503
+ "name": "(number | null)[]"
323504
+ }
323505
+ },
323506
+ "l": {
323507
+ "defaultValue": null,
323508
+ "description": "Column layout for container size l.",
323509
+ "name": "l",
323510
+ "parent": {
323511
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323512
+ "name": "ColumnLayoutProps"
323513
+ },
323514
+ "declarations": [
323515
+ {
323516
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323517
+ "name": "ColumnLayoutProps"
323518
+ }
323519
+ ],
323520
+ "required": false,
323521
+ "type": {
323522
+ "name": "(number | null)[]"
323523
+ }
323524
+ },
323525
+ "title": {
323526
+ "defaultValue": null,
323527
+ "description": "",
323528
+ "name": "title",
323529
+ "declarations": [
323530
+ {
323531
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323532
+ "name": "TypeLiteral"
323533
+ }
323534
+ ],
323535
+ "required": false,
323536
+ "type": {
323537
+ "name": "ReactNode"
323538
+ }
323539
+ },
323540
+ "subTitle": {
323541
+ "defaultValue": null,
323542
+ "description": "",
323543
+ "name": "subTitle",
323544
+ "declarations": [
323545
+ {
323546
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323547
+ "name": "TypeLiteral"
323548
+ }
323549
+ ],
323550
+ "required": false,
323551
+ "type": {
323552
+ "name": "ReactNode"
323553
+ }
323554
+ },
323555
+ "avatar": {
323556
+ "defaultValue": null,
323557
+ "description": "",
323558
+ "name": "avatar",
323559
+ "declarations": [
323560
+ {
323561
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323562
+ "name": "TypeLiteral"
323563
+ }
323564
+ ],
323565
+ "required": false,
323566
+ "type": {
323567
+ "name": "ReactNode"
323568
+ }
323569
+ },
323570
+ "button": {
323571
+ "defaultValue": null,
323572
+ "description": "",
323573
+ "name": "button",
323574
+ "declarations": [
323575
+ {
323576
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323577
+ "name": "TypeLiteral"
323578
+ }
323579
+ ],
323580
+ "required": false,
323581
+ "type": {
323582
+ "name": "ReactNode"
323583
+ }
323584
+ },
323585
+ "bottom": {
323586
+ "defaultValue": null,
323587
+ "description": "",
323588
+ "name": "bottom",
323589
+ "declarations": [
323590
+ {
323591
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323592
+ "name": "TypeLiteral"
323593
+ }
323594
+ ],
323595
+ "required": false,
323596
+ "type": {
323597
+ "name": "ReactNode"
323598
+ }
323599
+ },
323600
+ "checkbox": {
323601
+ "defaultValue": null,
323602
+ "description": "",
323603
+ "name": "checkbox",
323604
+ "declarations": [
323605
+ {
323606
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323607
+ "name": "TypeLiteral"
323608
+ }
323609
+ ],
323610
+ "required": false,
323611
+ "type": {
323612
+ "name": "ReactNode"
323613
+ }
323614
+ },
323615
+ "viewMode": {
323616
+ "defaultValue": null,
323617
+ "description": "",
323618
+ "name": "viewMode",
323619
+ "declarations": [
323620
+ {
323621
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323622
+ "name": "TypeLiteral"
323623
+ }
323624
+ ],
323625
+ "required": false,
323626
+ "type": {
323627
+ "name": "ListViewMode"
323628
+ }
323629
+ },
323630
+ "ref": {
323631
+ "defaultValue": null,
323632
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
323633
+ "name": "ref",
323634
+ "parent": {
323635
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323636
+ "name": "RefAttributes"
323637
+ },
323638
+ "declarations": [
323639
+ {
323640
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323641
+ "name": "RefAttributes"
323642
+ }
323643
+ ],
323644
+ "required": false,
323645
+ "type": {
323646
+ "name": "Ref<HTMLSpanElement>"
323647
+ }
323648
+ },
323649
+ "key": {
323650
+ "defaultValue": null,
323651
+ "description": "",
323652
+ "name": "key",
323653
+ "parent": {
323654
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323655
+ "name": "Attributes"
323656
+ },
323657
+ "declarations": [
323658
+ {
323659
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323660
+ "name": "Attributes"
323661
+ }
323662
+ ],
323663
+ "required": false,
323664
+ "type": {
323665
+ "name": "Key | null"
323666
+ }
323667
+ }
323668
+ }
323669
+ },
323446
323670
  {
323447
323671
  "tags": {
323448
323672
  "flr-generate": "all"
@@ -323566,230 +323790,6 @@
323566
323790
  }
323567
323791
  }
323568
323792
  },
323569
- {
323570
- "tags": {},
323571
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
323572
- "description": "",
323573
- "displayName": "ListItemView",
323574
- "methods": [],
323575
- "props": {
323576
- "children": {
323577
- "defaultValue": null,
323578
- "description": "",
323579
- "name": "children",
323580
- "declarations": [
323581
- {
323582
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323583
- "name": "TypeLiteral"
323584
- }
323585
- ],
323586
- "required": false,
323587
- "type": {
323588
- "name": "ReactNode"
323589
- }
323590
- },
323591
- "s": {
323592
- "defaultValue": null,
323593
- "description": "Column layout for container size s.",
323594
- "name": "s",
323595
- "parent": {
323596
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323597
- "name": "ColumnLayoutProps"
323598
- },
323599
- "declarations": [
323600
- {
323601
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323602
- "name": "ColumnLayoutProps"
323603
- }
323604
- ],
323605
- "required": false,
323606
- "type": {
323607
- "name": "(number | null)[]"
323608
- }
323609
- },
323610
- "m": {
323611
- "defaultValue": null,
323612
- "description": "Column layout for container size m.",
323613
- "name": "m",
323614
- "parent": {
323615
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323616
- "name": "ColumnLayoutProps"
323617
- },
323618
- "declarations": [
323619
- {
323620
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323621
- "name": "ColumnLayoutProps"
323622
- }
323623
- ],
323624
- "required": false,
323625
- "type": {
323626
- "name": "(number | null)[]"
323627
- }
323628
- },
323629
- "l": {
323630
- "defaultValue": null,
323631
- "description": "Column layout for container size l.",
323632
- "name": "l",
323633
- "parent": {
323634
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323635
- "name": "ColumnLayoutProps"
323636
- },
323637
- "declarations": [
323638
- {
323639
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
323640
- "name": "ColumnLayoutProps"
323641
- }
323642
- ],
323643
- "required": false,
323644
- "type": {
323645
- "name": "(number | null)[]"
323646
- }
323647
- },
323648
- "title": {
323649
- "defaultValue": null,
323650
- "description": "",
323651
- "name": "title",
323652
- "declarations": [
323653
- {
323654
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323655
- "name": "TypeLiteral"
323656
- }
323657
- ],
323658
- "required": false,
323659
- "type": {
323660
- "name": "ReactNode"
323661
- }
323662
- },
323663
- "subTitle": {
323664
- "defaultValue": null,
323665
- "description": "",
323666
- "name": "subTitle",
323667
- "declarations": [
323668
- {
323669
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323670
- "name": "TypeLiteral"
323671
- }
323672
- ],
323673
- "required": false,
323674
- "type": {
323675
- "name": "ReactNode"
323676
- }
323677
- },
323678
- "avatar": {
323679
- "defaultValue": null,
323680
- "description": "",
323681
- "name": "avatar",
323682
- "declarations": [
323683
- {
323684
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323685
- "name": "TypeLiteral"
323686
- }
323687
- ],
323688
- "required": false,
323689
- "type": {
323690
- "name": "ReactNode"
323691
- }
323692
- },
323693
- "button": {
323694
- "defaultValue": null,
323695
- "description": "",
323696
- "name": "button",
323697
- "declarations": [
323698
- {
323699
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323700
- "name": "TypeLiteral"
323701
- }
323702
- ],
323703
- "required": false,
323704
- "type": {
323705
- "name": "ReactNode"
323706
- }
323707
- },
323708
- "bottom": {
323709
- "defaultValue": null,
323710
- "description": "",
323711
- "name": "bottom",
323712
- "declarations": [
323713
- {
323714
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323715
- "name": "TypeLiteral"
323716
- }
323717
- ],
323718
- "required": false,
323719
- "type": {
323720
- "name": "ReactNode"
323721
- }
323722
- },
323723
- "checkbox": {
323724
- "defaultValue": null,
323725
- "description": "",
323726
- "name": "checkbox",
323727
- "declarations": [
323728
- {
323729
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323730
- "name": "TypeLiteral"
323731
- }
323732
- ],
323733
- "required": false,
323734
- "type": {
323735
- "name": "ReactNode"
323736
- }
323737
- },
323738
- "viewMode": {
323739
- "defaultValue": null,
323740
- "description": "",
323741
- "name": "viewMode",
323742
- "declarations": [
323743
- {
323744
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
323745
- "name": "TypeLiteral"
323746
- }
323747
- ],
323748
- "required": false,
323749
- "type": {
323750
- "name": "ListViewMode"
323751
- }
323752
- },
323753
- "ref": {
323754
- "defaultValue": null,
323755
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
323756
- "name": "ref",
323757
- "parent": {
323758
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323759
- "name": "RefAttributes"
323760
- },
323761
- "declarations": [
323762
- {
323763
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323764
- "name": "RefAttributes"
323765
- }
323766
- ],
323767
- "required": false,
323768
- "type": {
323769
- "name": "Ref<HTMLSpanElement>"
323770
- }
323771
- },
323772
- "key": {
323773
- "defaultValue": null,
323774
- "description": "",
323775
- "name": "key",
323776
- "parent": {
323777
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323778
- "name": "Attributes"
323779
- },
323780
- "declarations": [
323781
- {
323782
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
323783
- "name": "Attributes"
323784
- }
323785
- ],
323786
- "required": false,
323787
- "type": {
323788
- "name": "Key | null"
323789
- }
323790
- }
323791
- }
323792
- },
323793
323793
  {
323794
323794
  "tags": {},
323795
323795
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -323798,14 +323798,6 @@
323798
323798
  "methods": [],
323799
323799
  "props": {}
323800
323800
  },
323801
- {
323802
- "tags": {},
323803
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
323804
- "description": "",
323805
- "displayName": "Footer",
323806
- "methods": [],
323807
- "props": {}
323808
- },
323809
323801
  {
323810
323802
  "tags": {},
323811
323803
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -323834,6 +323826,22 @@
323834
323826
  }
323835
323827
  }
323836
323828
  },
323829
+ {
323830
+ "tags": {},
323831
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
323832
+ "description": "",
323833
+ "displayName": "Footer",
323834
+ "methods": [],
323835
+ "props": {}
323836
+ },
323837
+ {
323838
+ "tags": {},
323839
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
323840
+ "description": "",
323841
+ "displayName": "EmptySearchResultView",
323842
+ "methods": [],
323843
+ "props": {}
323844
+ },
323837
323845
  {
323838
323846
  "tags": {},
323839
323847
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
@@ -323904,14 +323912,6 @@
323904
323912
  }
323905
323913
  }
323906
323914
  },
323907
- {
323908
- "tags": {},
323909
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
323910
- "description": "",
323911
- "displayName": "EmptySearchResultView",
323912
- "methods": [],
323913
- "props": {}
323914
- },
323915
323915
  {
323916
323916
  "tags": {},
323917
323917
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -330009,9 +330009,9 @@
330009
330009
  "tags": {
330010
330010
  "flr-generate": "all"
330011
330011
  },
330012
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330012
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330013
330013
  "description": "",
330014
- "displayName": "YAxis",
330014
+ "displayName": "XAxis",
330015
330015
  "methods": [],
330016
330016
  "props": {
330017
330017
  "className": {
@@ -330092,16 +330092,16 @@
330092
330092
  },
330093
330093
  "scale": {
330094
330094
  "defaultValue": null,
330095
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
330095
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
330096
330096
  "name": "scale",
330097
330097
  "parent": {
330098
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330099
- "name": "YAxisProps"
330098
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330099
+ "name": "XAxisProps"
330100
330100
  },
330101
330101
  "declarations": [
330102
330102
  {
330103
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330104
- "name": "YAxisProps"
330103
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330104
+ "name": "XAxisProps"
330105
330105
  }
330106
330106
  ],
330107
330107
  "required": false,
@@ -330128,222 +330128,10 @@
330128
330128
  "name": "boolean"
330129
330129
  }
330130
330130
  },
330131
- "interval": {
330132
- "defaultValue": null,
330133
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
330134
- "name": "interval",
330135
- "parent": {
330136
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330137
- "name": "YAxisProps"
330138
- },
330139
- "declarations": [
330140
- {
330141
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330142
- "name": "YAxisProps"
330143
- }
330144
- ],
330145
- "required": false,
330146
- "type": {
330147
- "name": "AxisInterval"
330148
- }
330149
- },
330150
- "minTickGap": {
330151
- "defaultValue": null,
330152
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
330153
- "name": "minTickGap",
330154
- "parent": {
330155
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330156
- "name": "YAxisProps"
330157
- },
330158
- "declarations": [
330159
- {
330160
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330161
- "name": "YAxisProps"
330162
- }
330163
- ],
330164
- "required": false,
330165
- "type": {
330166
- "name": "number"
330167
- }
330168
- },
330169
- "domain": {
330170
- "defaultValue": null,
330171
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
330172
- "name": "domain",
330173
- "parent": {
330174
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330175
- "name": "YAxisProps"
330176
- },
330177
- "declarations": [
330178
- {
330179
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330180
- "name": "YAxisProps"
330181
- }
330182
- ],
330183
- "required": false,
330184
- "type": {
330185
- "name": "AxisDomain"
330186
- }
330187
- },
330188
- "unit": {
330189
- "defaultValue": null,
330190
- "description": "The unit of data. This option will be used in tooltip.",
330191
- "name": "unit",
330192
- "parent": {
330193
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330194
- "name": "BaseAxisProps"
330195
- },
330196
- "declarations": [
330197
- {
330198
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330199
- "name": "BaseAxisProps"
330200
- }
330201
- ],
330202
- "required": false,
330203
- "type": {
330204
- "name": "string"
330205
- }
330206
- },
330207
- "dataKey": {
330208
- "defaultValue": null,
330209
- "description": "",
330210
- "name": "dataKey",
330211
- "declarations": [
330212
- {
330213
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330214
- "name": "TypeLiteral"
330215
- }
330216
- ],
330217
- "required": false,
330218
- "type": {
330219
- "name": "DataKey<ChartDataValue>"
330220
- }
330221
- },
330222
- "tickFormatter": {
330223
- "defaultValue": null,
330224
- "description": "",
330225
- "name": "tickFormatter",
330226
- "declarations": [
330227
- {
330228
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330229
- "name": "TypeLiteral"
330230
- }
330231
- ],
330232
- "required": false,
330233
- "type": {
330234
- "name": "((value: unknown, index: number) => string)"
330235
- }
330236
- }
330237
- }
330238
- },
330239
- {
330240
- "tags": {
330241
- "flr-generate": "all"
330242
- },
330243
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330244
- "description": "",
330245
- "displayName": "XAxis",
330246
- "methods": [],
330247
- "props": {
330248
- "className": {
330249
- "defaultValue": null,
330250
- "description": "",
330251
- "name": "className",
330252
- "parent": {
330253
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330254
- "name": "HTMLAttributes"
330255
- },
330256
- "declarations": [
330257
- {
330258
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330259
- "name": "HTMLAttributes"
330260
- }
330261
- ],
330262
- "required": false,
330263
- "type": {
330264
- "name": "string"
330265
- }
330266
- },
330267
- "type": {
330268
- "defaultValue": null,
330269
- "description": "",
330270
- "name": "type",
330271
- "parent": {
330272
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330273
- "name": "SVGAttributes"
330274
- },
330275
- "declarations": [
330276
- {
330277
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330278
- "name": "SVGAttributes"
330279
- }
330280
- ],
330281
- "required": false,
330282
- "type": {
330283
- "name": "string"
330284
- }
330285
- },
330286
- "hide": {
330287
- "defaultValue": null,
330288
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
330289
- "name": "hide",
330290
- "parent": {
330291
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330292
- "name": "RenderableAxisProps"
330293
- },
330294
- "declarations": [
330295
- {
330296
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330297
- "name": "RenderableAxisProps"
330298
- }
330299
- ],
330300
- "required": false,
330301
- "type": {
330302
- "name": "boolean"
330303
- }
330304
- },
330305
- "orientation": {
330306
- "defaultValue": null,
330307
- "description": "",
330308
- "name": "orientation",
330309
- "parent": {
330310
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330311
- "name": "SVGAttributes"
330312
- },
330313
- "declarations": [
330314
- {
330315
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330316
- "name": "SVGAttributes"
330317
- }
330318
- ],
330319
- "required": false,
330320
- "type": {
330321
- "name": "string | number"
330322
- }
330323
- },
330324
- "scale": {
330325
- "defaultValue": null,
330326
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
330327
- "name": "scale",
330328
- "parent": {
330329
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330330
- "name": "XAxisProps"
330331
- },
330332
- "declarations": [
330333
- {
330334
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330335
- "name": "XAxisProps"
330336
- }
330337
- ],
330338
- "required": false,
330339
- "type": {
330340
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
330341
- }
330342
- },
330343
- "allowDecimals": {
330131
+ "allowDataOverflow": {
330344
330132
  "defaultValue": null,
330345
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
330346
- "name": "allowDecimals",
330133
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
330134
+ "name": "allowDataOverflow",
330347
330135
  "parent": {
330348
330136
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330349
330137
  "name": "RenderableAxisProps"
@@ -330435,25 +330223,6 @@
330435
330223
  "name": "string"
330436
330224
  }
330437
330225
  },
330438
- "allowDataOverflow": {
330439
- "defaultValue": null,
330440
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
330441
- "name": "allowDataOverflow",
330442
- "parent": {
330443
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330444
- "name": "RenderableAxisProps"
330445
- },
330446
- "declarations": [
330447
- {
330448
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330449
- "name": "RenderableAxisProps"
330450
- }
330451
- ],
330452
- "required": false,
330453
- "type": {
330454
- "name": "boolean"
330455
- }
330456
- },
330457
330226
  "dataKey": {
330458
330227
  "defaultValue": null,
330459
330228
  "description": "",
@@ -330953,10 +330722,10 @@
330953
330722
  "name": "CursorDefinition"
330954
330723
  }
330955
330724
  },
330956
- "position": {
330725
+ "defaultIndex": {
330957
330726
  "defaultValue": null,
330958
- "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
330959
- "name": "position",
330727
+ "description": "",
330728
+ "name": "defaultIndex",
330960
330729
  "declarations": [
330961
330730
  {
330962
330731
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -330965,13 +330734,13 @@
330965
330734
  ],
330966
330735
  "required": false,
330967
330736
  "type": {
330968
- "name": "Partial<Coordinate>"
330737
+ "name": "number | TooltipIndex"
330969
330738
  }
330970
330739
  },
330971
- "defaultIndex": {
330740
+ "position": {
330972
330741
  "defaultValue": null,
330973
- "description": "",
330974
- "name": "defaultIndex",
330742
+ "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
330743
+ "name": "position",
330975
330744
  "declarations": [
330976
330745
  {
330977
330746
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -330980,7 +330749,7 @@
330980
330749
  ],
330981
330750
  "required": false,
330982
330751
  "type": {
330983
- "name": "number | TooltipIndex"
330752
+ "name": "Partial<Coordinate>"
330984
330753
  }
330985
330754
  },
330986
330755
  "includeHidden": {
@@ -350177,6 +349946,237 @@
350177
349946
  }
350178
349947
  }
350179
349948
  },
349949
+ {
349950
+ "tags": {
349951
+ "flr-generate": "all"
349952
+ },
349953
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
349954
+ "description": "",
349955
+ "displayName": "YAxis",
349956
+ "methods": [],
349957
+ "props": {
349958
+ "className": {
349959
+ "defaultValue": null,
349960
+ "description": "",
349961
+ "name": "className",
349962
+ "parent": {
349963
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349964
+ "name": "HTMLAttributes"
349965
+ },
349966
+ "declarations": [
349967
+ {
349968
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349969
+ "name": "HTMLAttributes"
349970
+ }
349971
+ ],
349972
+ "required": false,
349973
+ "type": {
349974
+ "name": "string"
349975
+ }
349976
+ },
349977
+ "type": {
349978
+ "defaultValue": null,
349979
+ "description": "",
349980
+ "name": "type",
349981
+ "parent": {
349982
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349983
+ "name": "SVGAttributes"
349984
+ },
349985
+ "declarations": [
349986
+ {
349987
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349988
+ "name": "SVGAttributes"
349989
+ }
349990
+ ],
349991
+ "required": false,
349992
+ "type": {
349993
+ "name": "string"
349994
+ }
349995
+ },
349996
+ "hide": {
349997
+ "defaultValue": null,
349998
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
349999
+ "name": "hide",
350000
+ "parent": {
350001
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350002
+ "name": "RenderableAxisProps"
350003
+ },
350004
+ "declarations": [
350005
+ {
350006
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350007
+ "name": "RenderableAxisProps"
350008
+ }
350009
+ ],
350010
+ "required": false,
350011
+ "type": {
350012
+ "name": "boolean"
350013
+ }
350014
+ },
350015
+ "orientation": {
350016
+ "defaultValue": null,
350017
+ "description": "",
350018
+ "name": "orientation",
350019
+ "parent": {
350020
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350021
+ "name": "SVGAttributes"
350022
+ },
350023
+ "declarations": [
350024
+ {
350025
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350026
+ "name": "SVGAttributes"
350027
+ }
350028
+ ],
350029
+ "required": false,
350030
+ "type": {
350031
+ "name": "string | number"
350032
+ }
350033
+ },
350034
+ "scale": {
350035
+ "defaultValue": null,
350036
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
350037
+ "name": "scale",
350038
+ "parent": {
350039
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350040
+ "name": "YAxisProps"
350041
+ },
350042
+ "declarations": [
350043
+ {
350044
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350045
+ "name": "YAxisProps"
350046
+ }
350047
+ ],
350048
+ "required": false,
350049
+ "type": {
350050
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
350051
+ }
350052
+ },
350053
+ "allowDecimals": {
350054
+ "defaultValue": null,
350055
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
350056
+ "name": "allowDecimals",
350057
+ "parent": {
350058
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350059
+ "name": "RenderableAxisProps"
350060
+ },
350061
+ "declarations": [
350062
+ {
350063
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350064
+ "name": "RenderableAxisProps"
350065
+ }
350066
+ ],
350067
+ "required": false,
350068
+ "type": {
350069
+ "name": "boolean"
350070
+ }
350071
+ },
350072
+ "interval": {
350073
+ "defaultValue": null,
350074
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
350075
+ "name": "interval",
350076
+ "parent": {
350077
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350078
+ "name": "YAxisProps"
350079
+ },
350080
+ "declarations": [
350081
+ {
350082
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350083
+ "name": "YAxisProps"
350084
+ }
350085
+ ],
350086
+ "required": false,
350087
+ "type": {
350088
+ "name": "AxisInterval"
350089
+ }
350090
+ },
350091
+ "minTickGap": {
350092
+ "defaultValue": null,
350093
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
350094
+ "name": "minTickGap",
350095
+ "parent": {
350096
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350097
+ "name": "YAxisProps"
350098
+ },
350099
+ "declarations": [
350100
+ {
350101
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350102
+ "name": "YAxisProps"
350103
+ }
350104
+ ],
350105
+ "required": false,
350106
+ "type": {
350107
+ "name": "number"
350108
+ }
350109
+ },
350110
+ "domain": {
350111
+ "defaultValue": null,
350112
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
350113
+ "name": "domain",
350114
+ "parent": {
350115
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350116
+ "name": "YAxisProps"
350117
+ },
350118
+ "declarations": [
350119
+ {
350120
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350121
+ "name": "YAxisProps"
350122
+ }
350123
+ ],
350124
+ "required": false,
350125
+ "type": {
350126
+ "name": "AxisDomain"
350127
+ }
350128
+ },
350129
+ "unit": {
350130
+ "defaultValue": null,
350131
+ "description": "The unit of data. This option will be used in tooltip.",
350132
+ "name": "unit",
350133
+ "parent": {
350134
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350135
+ "name": "BaseAxisProps"
350136
+ },
350137
+ "declarations": [
350138
+ {
350139
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350140
+ "name": "BaseAxisProps"
350141
+ }
350142
+ ],
350143
+ "required": false,
350144
+ "type": {
350145
+ "name": "string"
350146
+ }
350147
+ },
350148
+ "dataKey": {
350149
+ "defaultValue": null,
350150
+ "description": "",
350151
+ "name": "dataKey",
350152
+ "declarations": [
350153
+ {
350154
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
350155
+ "name": "TypeLiteral"
350156
+ }
350157
+ ],
350158
+ "required": false,
350159
+ "type": {
350160
+ "name": "DataKey<ChartDataValue>"
350161
+ }
350162
+ },
350163
+ "tickFormatter": {
350164
+ "defaultValue": null,
350165
+ "description": "",
350166
+ "name": "tickFormatter",
350167
+ "declarations": [
350168
+ {
350169
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
350170
+ "name": "TypeLiteral"
350171
+ }
350172
+ ],
350173
+ "required": false,
350174
+ "type": {
350175
+ "name": "((value: unknown, index: number) => string)"
350176
+ }
350177
+ }
350178
+ }
350179
+ },
350180
350180
  {
350181
350181
  "tags": {
350182
350182
  "flr-generate": "all"
@@ -356257,6 +356257,596 @@
356257
356257
  "methods": [],
356258
356258
  "props": {}
356259
356259
  },
356260
+ {
356261
+ "tags": {},
356262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356263
+ "description": "",
356264
+ "displayName": "ViewModeMenuItem",
356265
+ "methods": [],
356266
+ "props": {
356267
+ "viewMode": {
356268
+ "defaultValue": null,
356269
+ "description": "",
356270
+ "name": "viewMode",
356271
+ "parent": {
356272
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356273
+ "name": "Props"
356274
+ },
356275
+ "declarations": [
356276
+ {
356277
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356278
+ "name": "Props"
356279
+ }
356280
+ ],
356281
+ "required": true,
356282
+ "type": {
356283
+ "name": "ListViewMode"
356284
+ }
356285
+ }
356286
+ }
356287
+ },
356288
+ {
356289
+ "tags": {},
356290
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356291
+ "description": "",
356292
+ "displayName": "ViewModeContextMenu",
356293
+ "methods": [],
356294
+ "props": {
356295
+ "isDisabled": {
356296
+ "defaultValue": null,
356297
+ "description": "",
356298
+ "name": "isDisabled",
356299
+ "parent": {
356300
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356301
+ "name": "Props"
356302
+ },
356303
+ "declarations": [
356304
+ {
356305
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356306
+ "name": "Props"
356307
+ }
356308
+ ],
356309
+ "required": false,
356310
+ "type": {
356311
+ "name": "boolean"
356312
+ }
356313
+ }
356314
+ }
356315
+ },
356316
+ {
356317
+ "tags": {},
356318
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356319
+ "description": "",
356320
+ "displayName": "SortingMenuItem",
356321
+ "methods": [],
356322
+ "props": {
356323
+ "sorting": {
356324
+ "defaultValue": null,
356325
+ "description": "",
356326
+ "name": "sorting",
356327
+ "parent": {
356328
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356329
+ "name": "Props"
356330
+ },
356331
+ "declarations": [
356332
+ {
356333
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356334
+ "name": "Props"
356335
+ }
356336
+ ],
356337
+ "required": true,
356338
+ "type": {
356339
+ "name": "Sorting<never>"
356340
+ }
356341
+ }
356342
+ }
356343
+ },
356344
+ {
356345
+ "tags": {},
356346
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356347
+ "description": "",
356348
+ "displayName": "SortingContextMenu",
356349
+ "methods": [],
356350
+ "props": {
356351
+ "isDisabled": {
356352
+ "defaultValue": null,
356353
+ "description": "",
356354
+ "name": "isDisabled",
356355
+ "parent": {
356356
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356357
+ "name": "Props"
356358
+ },
356359
+ "declarations": [
356360
+ {
356361
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356362
+ "name": "Props"
356363
+ }
356364
+ ],
356365
+ "required": false,
356366
+ "type": {
356367
+ "name": "boolean"
356368
+ }
356369
+ }
356370
+ }
356371
+ },
356372
+ {
356373
+ "tags": {},
356374
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356375
+ "description": "",
356376
+ "displayName": "SearchField",
356377
+ "methods": [],
356378
+ "props": {
356379
+ "search": {
356380
+ "defaultValue": null,
356381
+ "description": "",
356382
+ "name": "search",
356383
+ "parent": {
356384
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356385
+ "name": "Props"
356386
+ },
356387
+ "declarations": [
356388
+ {
356389
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356390
+ "name": "Props"
356391
+ }
356392
+ ],
356393
+ "required": true,
356394
+ "type": {
356395
+ "name": "Search<never>"
356396
+ }
356397
+ },
356398
+ "isDisabled": {
356399
+ "defaultValue": null,
356400
+ "description": "",
356401
+ "name": "isDisabled",
356402
+ "parent": {
356403
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356404
+ "name": "Props"
356405
+ },
356406
+ "declarations": [
356407
+ {
356408
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356409
+ "name": "Props"
356410
+ }
356411
+ ],
356412
+ "required": false,
356413
+ "type": {
356414
+ "name": "boolean"
356415
+ }
356416
+ },
356417
+ "className": {
356418
+ "defaultValue": null,
356419
+ "description": "The elements class name.",
356420
+ "name": "className",
356421
+ "parent": {
356422
+ "fileName": "components/src/lib/types/props.ts",
356423
+ "name": "PropsWithClassName"
356424
+ },
356425
+ "declarations": [
356426
+ {
356427
+ "fileName": "components/src/lib/types/props.ts",
356428
+ "name": "PropsWithClassName"
356429
+ }
356430
+ ],
356431
+ "required": false,
356432
+ "type": {
356433
+ "name": "string"
356434
+ }
356435
+ }
356436
+ }
356437
+ },
356438
+ {
356439
+ "tags": {},
356440
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356441
+ "description": "",
356442
+ "displayName": "FilterMenuItem",
356443
+ "methods": [],
356444
+ "props": {
356445
+ "filterValue": {
356446
+ "defaultValue": null,
356447
+ "description": "",
356448
+ "name": "filterValue",
356449
+ "parent": {
356450
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356451
+ "name": "Props"
356452
+ },
356453
+ "declarations": [
356454
+ {
356455
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356456
+ "name": "Props"
356457
+ }
356458
+ ],
356459
+ "required": true,
356460
+ "type": {
356461
+ "name": "FilterValue"
356462
+ }
356463
+ },
356464
+ "selectionMode": {
356465
+ "defaultValue": null,
356466
+ "description": "",
356467
+ "name": "selectionMode",
356468
+ "parent": {
356469
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356470
+ "name": "Props"
356471
+ },
356472
+ "declarations": [
356473
+ {
356474
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356475
+ "name": "Props"
356476
+ }
356477
+ ],
356478
+ "required": false,
356479
+ "type": {
356480
+ "name": "ContextMenuSelectionMode"
356481
+ }
356482
+ }
356483
+ }
356484
+ },
356485
+ {
356486
+ "tags": {},
356487
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356488
+ "description": "",
356489
+ "displayName": "FilterContextMenus",
356490
+ "methods": [],
356491
+ "props": {
356492
+ "isDisabled": {
356493
+ "defaultValue": null,
356494
+ "description": "",
356495
+ "name": "isDisabled",
356496
+ "parent": {
356497
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356498
+ "name": "Props"
356499
+ },
356500
+ "declarations": [
356501
+ {
356502
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356503
+ "name": "Props"
356504
+ }
356505
+ ],
356506
+ "required": false,
356507
+ "type": {
356508
+ "name": "boolean"
356509
+ }
356510
+ }
356511
+ }
356512
+ },
356513
+ {
356514
+ "tags": {},
356515
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356516
+ "description": "",
356517
+ "displayName": "FilterContextMenu",
356518
+ "methods": [],
356519
+ "props": {
356520
+ "filter": {
356521
+ "defaultValue": null,
356522
+ "description": "",
356523
+ "name": "filter",
356524
+ "parent": {
356525
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356526
+ "name": "Props"
356527
+ },
356528
+ "declarations": [
356529
+ {
356530
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356531
+ "name": "Props"
356532
+ }
356533
+ ],
356534
+ "required": true,
356535
+ "type": {
356536
+ "name": "Filter<never, never, never>"
356537
+ }
356538
+ },
356539
+ "isDisabled": {
356540
+ "defaultValue": null,
356541
+ "description": "",
356542
+ "name": "isDisabled",
356543
+ "parent": {
356544
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356545
+ "name": "Props"
356546
+ },
356547
+ "declarations": [
356548
+ {
356549
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356550
+ "name": "Props"
356551
+ }
356552
+ ],
356553
+ "required": false,
356554
+ "type": {
356555
+ "name": "boolean"
356556
+ }
356557
+ }
356558
+ }
356559
+ },
356560
+ {
356561
+ "tags": {},
356562
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356563
+ "description": "",
356564
+ "displayName": "DateRangeFilterPopover",
356565
+ "methods": [],
356566
+ "props": {
356567
+ "filter": {
356568
+ "defaultValue": null,
356569
+ "description": "",
356570
+ "name": "filter",
356571
+ "parent": {
356572
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356573
+ "name": "Props"
356574
+ },
356575
+ "declarations": [
356576
+ {
356577
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356578
+ "name": "Props"
356579
+ }
356580
+ ],
356581
+ "required": true,
356582
+ "type": {
356583
+ "name": "AnyDateRangeFilter"
356584
+ }
356585
+ },
356586
+ "isDisabled": {
356587
+ "defaultValue": null,
356588
+ "description": "",
356589
+ "name": "isDisabled",
356590
+ "parent": {
356591
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356592
+ "name": "Props"
356593
+ },
356594
+ "declarations": [
356595
+ {
356596
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356597
+ "name": "Props"
356598
+ }
356599
+ ],
356600
+ "required": false,
356601
+ "type": {
356602
+ "name": "boolean"
356603
+ }
356604
+ }
356605
+ }
356606
+ },
356607
+ {
356608
+ "tags": {},
356609
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
356610
+ "description": "",
356611
+ "displayName": "ViewModeAccordion",
356612
+ "methods": [],
356613
+ "props": {
356614
+ "expandAccordions": {
356615
+ "defaultValue": null,
356616
+ "description": "",
356617
+ "name": "expandAccordions",
356618
+ "parent": {
356619
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
356620
+ "name": "Props"
356621
+ },
356622
+ "declarations": [
356623
+ {
356624
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
356625
+ "name": "Props"
356626
+ }
356627
+ ],
356628
+ "required": true,
356629
+ "type": {
356630
+ "name": "boolean"
356631
+ }
356632
+ }
356633
+ }
356634
+ },
356635
+ {
356636
+ "tags": {},
356637
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
356638
+ "description": "",
356639
+ "displayName": "SortingAccordion",
356640
+ "methods": [],
356641
+ "props": {
356642
+ "expandAccordions": {
356643
+ "defaultValue": null,
356644
+ "description": "",
356645
+ "name": "expandAccordions",
356646
+ "parent": {
356647
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
356648
+ "name": "Props"
356649
+ },
356650
+ "declarations": [
356651
+ {
356652
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
356653
+ "name": "Props"
356654
+ }
356655
+ ],
356656
+ "required": true,
356657
+ "type": {
356658
+ "name": "boolean"
356659
+ }
356660
+ }
356661
+ }
356662
+ },
356663
+ {
356664
+ "tags": {},
356665
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356666
+ "description": "",
356667
+ "displayName": "FilterAccordionRadioGroup",
356668
+ "methods": [],
356669
+ "props": {
356670
+ "filter": {
356671
+ "defaultValue": null,
356672
+ "description": "",
356673
+ "name": "filter",
356674
+ "parent": {
356675
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356676
+ "name": "Props"
356677
+ },
356678
+ "declarations": [
356679
+ {
356680
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356681
+ "name": "Props"
356682
+ }
356683
+ ],
356684
+ "required": true,
356685
+ "type": {
356686
+ "name": "Filter<never, never, never>"
356687
+ }
356688
+ }
356689
+ }
356690
+ },
356691
+ {
356692
+ "tags": {},
356693
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356694
+ "description": "",
356695
+ "displayName": "FilterAccordionDateRange",
356696
+ "methods": [],
356697
+ "props": {
356698
+ "filter": {
356699
+ "defaultValue": null,
356700
+ "description": "",
356701
+ "name": "filter",
356702
+ "parent": {
356703
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356704
+ "name": "Props"
356705
+ },
356706
+ "declarations": [
356707
+ {
356708
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356709
+ "name": "Props"
356710
+ }
356711
+ ],
356712
+ "required": true,
356713
+ "type": {
356714
+ "name": "AnyDateRangeFilter"
356715
+ }
356716
+ }
356717
+ }
356718
+ },
356719
+ {
356720
+ "tags": {},
356721
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356722
+ "description": "",
356723
+ "displayName": "FilterAccordionCheckboxGroup",
356724
+ "methods": [],
356725
+ "props": {
356726
+ "filter": {
356727
+ "defaultValue": null,
356728
+ "description": "",
356729
+ "name": "filter",
356730
+ "parent": {
356731
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356732
+ "name": "Props"
356733
+ },
356734
+ "declarations": [
356735
+ {
356736
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356737
+ "name": "Props"
356738
+ }
356739
+ ],
356740
+ "required": true,
356741
+ "type": {
356742
+ "name": "Filter<never, never, never>"
356743
+ }
356744
+ }
356745
+ }
356746
+ },
356747
+ {
356748
+ "tags": {},
356749
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356750
+ "description": "",
356751
+ "displayName": "FilterAccordion",
356752
+ "methods": [],
356753
+ "props": {
356754
+ "filter": {
356755
+ "defaultValue": null,
356756
+ "description": "",
356757
+ "name": "filter",
356758
+ "parent": {
356759
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356760
+ "name": "Props"
356761
+ },
356762
+ "declarations": [
356763
+ {
356764
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356765
+ "name": "Props"
356766
+ }
356767
+ ],
356768
+ "required": true,
356769
+ "type": {
356770
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
356771
+ }
356772
+ },
356773
+ "expandAccordions": {
356774
+ "defaultValue": null,
356775
+ "description": "",
356776
+ "name": "expandAccordions",
356777
+ "parent": {
356778
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356779
+ "name": "Props"
356780
+ },
356781
+ "declarations": [
356782
+ {
356783
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356784
+ "name": "Props"
356785
+ }
356786
+ ],
356787
+ "required": true,
356788
+ "type": {
356789
+ "name": "boolean"
356790
+ }
356791
+ }
356792
+ }
356793
+ },
356794
+ {
356795
+ "tags": {},
356796
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356797
+ "description": "",
356798
+ "displayName": "AllFiltersModal",
356799
+ "methods": [],
356800
+ "props": {
356801
+ "isDisabled": {
356802
+ "defaultValue": null,
356803
+ "description": "",
356804
+ "name": "isDisabled",
356805
+ "parent": {
356806
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356807
+ "name": "Props"
356808
+ },
356809
+ "declarations": [
356810
+ {
356811
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356812
+ "name": "Props"
356813
+ }
356814
+ ],
356815
+ "required": false,
356816
+ "type": {
356817
+ "name": "boolean"
356818
+ }
356819
+ }
356820
+ }
356821
+ },
356822
+ {
356823
+ "tags": {},
356824
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356825
+ "description": "",
356826
+ "displayName": "ActiveFilters",
356827
+ "methods": [],
356828
+ "props": {
356829
+ "isDisabled": {
356830
+ "defaultValue": null,
356831
+ "description": "",
356832
+ "name": "isDisabled",
356833
+ "parent": {
356834
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356835
+ "name": "Props"
356836
+ },
356837
+ "declarations": [
356838
+ {
356839
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356840
+ "name": "Props"
356841
+ }
356842
+ ],
356843
+ "required": false,
356844
+ "type": {
356845
+ "name": "boolean"
356846
+ }
356847
+ }
356848
+ }
356849
+ },
356260
356850
  {
356261
356851
  "tags": {},
356262
356852
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -364147,596 +364737,6 @@
364147
364737
  }
364148
364738
  }
364149
364739
  },
364150
- {
364151
- "tags": {},
364152
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
364153
- "description": "",
364154
- "displayName": "ViewModeMenuItem",
364155
- "methods": [],
364156
- "props": {
364157
- "viewMode": {
364158
- "defaultValue": null,
364159
- "description": "",
364160
- "name": "viewMode",
364161
- "parent": {
364162
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
364163
- "name": "Props"
364164
- },
364165
- "declarations": [
364166
- {
364167
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
364168
- "name": "Props"
364169
- }
364170
- ],
364171
- "required": true,
364172
- "type": {
364173
- "name": "ListViewMode"
364174
- }
364175
- }
364176
- }
364177
- },
364178
- {
364179
- "tags": {},
364180
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
364181
- "description": "",
364182
- "displayName": "ViewModeContextMenu",
364183
- "methods": [],
364184
- "props": {
364185
- "isDisabled": {
364186
- "defaultValue": null,
364187
- "description": "",
364188
- "name": "isDisabled",
364189
- "parent": {
364190
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
364191
- "name": "Props"
364192
- },
364193
- "declarations": [
364194
- {
364195
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
364196
- "name": "Props"
364197
- }
364198
- ],
364199
- "required": false,
364200
- "type": {
364201
- "name": "boolean"
364202
- }
364203
- }
364204
- }
364205
- },
364206
- {
364207
- "tags": {},
364208
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
364209
- "description": "",
364210
- "displayName": "SortingMenuItem",
364211
- "methods": [],
364212
- "props": {
364213
- "sorting": {
364214
- "defaultValue": null,
364215
- "description": "",
364216
- "name": "sorting",
364217
- "parent": {
364218
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
364219
- "name": "Props"
364220
- },
364221
- "declarations": [
364222
- {
364223
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
364224
- "name": "Props"
364225
- }
364226
- ],
364227
- "required": true,
364228
- "type": {
364229
- "name": "Sorting<never>"
364230
- }
364231
- }
364232
- }
364233
- },
364234
- {
364235
- "tags": {},
364236
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
364237
- "description": "",
364238
- "displayName": "SortingContextMenu",
364239
- "methods": [],
364240
- "props": {
364241
- "isDisabled": {
364242
- "defaultValue": null,
364243
- "description": "",
364244
- "name": "isDisabled",
364245
- "parent": {
364246
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
364247
- "name": "Props"
364248
- },
364249
- "declarations": [
364250
- {
364251
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
364252
- "name": "Props"
364253
- }
364254
- ],
364255
- "required": false,
364256
- "type": {
364257
- "name": "boolean"
364258
- }
364259
- }
364260
- }
364261
- },
364262
- {
364263
- "tags": {},
364264
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
364265
- "description": "",
364266
- "displayName": "SearchField",
364267
- "methods": [],
364268
- "props": {
364269
- "search": {
364270
- "defaultValue": null,
364271
- "description": "",
364272
- "name": "search",
364273
- "parent": {
364274
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
364275
- "name": "Props"
364276
- },
364277
- "declarations": [
364278
- {
364279
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
364280
- "name": "Props"
364281
- }
364282
- ],
364283
- "required": true,
364284
- "type": {
364285
- "name": "Search<never>"
364286
- }
364287
- },
364288
- "isDisabled": {
364289
- "defaultValue": null,
364290
- "description": "",
364291
- "name": "isDisabled",
364292
- "parent": {
364293
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
364294
- "name": "Props"
364295
- },
364296
- "declarations": [
364297
- {
364298
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
364299
- "name": "Props"
364300
- }
364301
- ],
364302
- "required": false,
364303
- "type": {
364304
- "name": "boolean"
364305
- }
364306
- },
364307
- "className": {
364308
- "defaultValue": null,
364309
- "description": "The elements class name.",
364310
- "name": "className",
364311
- "parent": {
364312
- "fileName": "components/src/lib/types/props.ts",
364313
- "name": "PropsWithClassName"
364314
- },
364315
- "declarations": [
364316
- {
364317
- "fileName": "components/src/lib/types/props.ts",
364318
- "name": "PropsWithClassName"
364319
- }
364320
- ],
364321
- "required": false,
364322
- "type": {
364323
- "name": "string"
364324
- }
364325
- }
364326
- }
364327
- },
364328
- {
364329
- "tags": {},
364330
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
364331
- "description": "",
364332
- "displayName": "FilterMenuItem",
364333
- "methods": [],
364334
- "props": {
364335
- "filterValue": {
364336
- "defaultValue": null,
364337
- "description": "",
364338
- "name": "filterValue",
364339
- "parent": {
364340
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
364341
- "name": "Props"
364342
- },
364343
- "declarations": [
364344
- {
364345
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
364346
- "name": "Props"
364347
- }
364348
- ],
364349
- "required": true,
364350
- "type": {
364351
- "name": "FilterValue"
364352
- }
364353
- },
364354
- "selectionMode": {
364355
- "defaultValue": null,
364356
- "description": "",
364357
- "name": "selectionMode",
364358
- "parent": {
364359
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
364360
- "name": "Props"
364361
- },
364362
- "declarations": [
364363
- {
364364
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
364365
- "name": "Props"
364366
- }
364367
- ],
364368
- "required": false,
364369
- "type": {
364370
- "name": "ContextMenuSelectionMode"
364371
- }
364372
- }
364373
- }
364374
- },
364375
- {
364376
- "tags": {},
364377
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
364378
- "description": "",
364379
- "displayName": "FilterContextMenus",
364380
- "methods": [],
364381
- "props": {
364382
- "isDisabled": {
364383
- "defaultValue": null,
364384
- "description": "",
364385
- "name": "isDisabled",
364386
- "parent": {
364387
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
364388
- "name": "Props"
364389
- },
364390
- "declarations": [
364391
- {
364392
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
364393
- "name": "Props"
364394
- }
364395
- ],
364396
- "required": false,
364397
- "type": {
364398
- "name": "boolean"
364399
- }
364400
- }
364401
- }
364402
- },
364403
- {
364404
- "tags": {},
364405
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
364406
- "description": "",
364407
- "displayName": "FilterContextMenu",
364408
- "methods": [],
364409
- "props": {
364410
- "filter": {
364411
- "defaultValue": null,
364412
- "description": "",
364413
- "name": "filter",
364414
- "parent": {
364415
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
364416
- "name": "Props"
364417
- },
364418
- "declarations": [
364419
- {
364420
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
364421
- "name": "Props"
364422
- }
364423
- ],
364424
- "required": true,
364425
- "type": {
364426
- "name": "Filter<never, never, never>"
364427
- }
364428
- },
364429
- "isDisabled": {
364430
- "defaultValue": null,
364431
- "description": "",
364432
- "name": "isDisabled",
364433
- "parent": {
364434
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
364435
- "name": "Props"
364436
- },
364437
- "declarations": [
364438
- {
364439
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
364440
- "name": "Props"
364441
- }
364442
- ],
364443
- "required": false,
364444
- "type": {
364445
- "name": "boolean"
364446
- }
364447
- }
364448
- }
364449
- },
364450
- {
364451
- "tags": {},
364452
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
364453
- "description": "",
364454
- "displayName": "DateRangeFilterPopover",
364455
- "methods": [],
364456
- "props": {
364457
- "filter": {
364458
- "defaultValue": null,
364459
- "description": "",
364460
- "name": "filter",
364461
- "parent": {
364462
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
364463
- "name": "Props"
364464
- },
364465
- "declarations": [
364466
- {
364467
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
364468
- "name": "Props"
364469
- }
364470
- ],
364471
- "required": true,
364472
- "type": {
364473
- "name": "AnyDateRangeFilter"
364474
- }
364475
- },
364476
- "isDisabled": {
364477
- "defaultValue": null,
364478
- "description": "",
364479
- "name": "isDisabled",
364480
- "parent": {
364481
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
364482
- "name": "Props"
364483
- },
364484
- "declarations": [
364485
- {
364486
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
364487
- "name": "Props"
364488
- }
364489
- ],
364490
- "required": false,
364491
- "type": {
364492
- "name": "boolean"
364493
- }
364494
- }
364495
- }
364496
- },
364497
- {
364498
- "tags": {},
364499
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
364500
- "description": "",
364501
- "displayName": "ViewModeAccordion",
364502
- "methods": [],
364503
- "props": {
364504
- "expandAccordions": {
364505
- "defaultValue": null,
364506
- "description": "",
364507
- "name": "expandAccordions",
364508
- "parent": {
364509
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
364510
- "name": "Props"
364511
- },
364512
- "declarations": [
364513
- {
364514
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
364515
- "name": "Props"
364516
- }
364517
- ],
364518
- "required": true,
364519
- "type": {
364520
- "name": "boolean"
364521
- }
364522
- }
364523
- }
364524
- },
364525
- {
364526
- "tags": {},
364527
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
364528
- "description": "",
364529
- "displayName": "SortingAccordion",
364530
- "methods": [],
364531
- "props": {
364532
- "expandAccordions": {
364533
- "defaultValue": null,
364534
- "description": "",
364535
- "name": "expandAccordions",
364536
- "parent": {
364537
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
364538
- "name": "Props"
364539
- },
364540
- "declarations": [
364541
- {
364542
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
364543
- "name": "Props"
364544
- }
364545
- ],
364546
- "required": true,
364547
- "type": {
364548
- "name": "boolean"
364549
- }
364550
- }
364551
- }
364552
- },
364553
- {
364554
- "tags": {},
364555
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
364556
- "description": "",
364557
- "displayName": "FilterAccordionRadioGroup",
364558
- "methods": [],
364559
- "props": {
364560
- "filter": {
364561
- "defaultValue": null,
364562
- "description": "",
364563
- "name": "filter",
364564
- "parent": {
364565
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
364566
- "name": "Props"
364567
- },
364568
- "declarations": [
364569
- {
364570
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
364571
- "name": "Props"
364572
- }
364573
- ],
364574
- "required": true,
364575
- "type": {
364576
- "name": "Filter<never, never, never>"
364577
- }
364578
- }
364579
- }
364580
- },
364581
- {
364582
- "tags": {},
364583
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
364584
- "description": "",
364585
- "displayName": "FilterAccordionDateRange",
364586
- "methods": [],
364587
- "props": {
364588
- "filter": {
364589
- "defaultValue": null,
364590
- "description": "",
364591
- "name": "filter",
364592
- "parent": {
364593
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
364594
- "name": "Props"
364595
- },
364596
- "declarations": [
364597
- {
364598
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
364599
- "name": "Props"
364600
- }
364601
- ],
364602
- "required": true,
364603
- "type": {
364604
- "name": "AnyDateRangeFilter"
364605
- }
364606
- }
364607
- }
364608
- },
364609
- {
364610
- "tags": {},
364611
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
364612
- "description": "",
364613
- "displayName": "FilterAccordionCheckboxGroup",
364614
- "methods": [],
364615
- "props": {
364616
- "filter": {
364617
- "defaultValue": null,
364618
- "description": "",
364619
- "name": "filter",
364620
- "parent": {
364621
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
364622
- "name": "Props"
364623
- },
364624
- "declarations": [
364625
- {
364626
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
364627
- "name": "Props"
364628
- }
364629
- ],
364630
- "required": true,
364631
- "type": {
364632
- "name": "Filter<never, never, never>"
364633
- }
364634
- }
364635
- }
364636
- },
364637
- {
364638
- "tags": {},
364639
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
364640
- "description": "",
364641
- "displayName": "FilterAccordion",
364642
- "methods": [],
364643
- "props": {
364644
- "filter": {
364645
- "defaultValue": null,
364646
- "description": "",
364647
- "name": "filter",
364648
- "parent": {
364649
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
364650
- "name": "Props"
364651
- },
364652
- "declarations": [
364653
- {
364654
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
364655
- "name": "Props"
364656
- }
364657
- ],
364658
- "required": true,
364659
- "type": {
364660
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
364661
- }
364662
- },
364663
- "expandAccordions": {
364664
- "defaultValue": null,
364665
- "description": "",
364666
- "name": "expandAccordions",
364667
- "parent": {
364668
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
364669
- "name": "Props"
364670
- },
364671
- "declarations": [
364672
- {
364673
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
364674
- "name": "Props"
364675
- }
364676
- ],
364677
- "required": true,
364678
- "type": {
364679
- "name": "boolean"
364680
- }
364681
- }
364682
- }
364683
- },
364684
- {
364685
- "tags": {},
364686
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
364687
- "description": "",
364688
- "displayName": "AllFiltersModal",
364689
- "methods": [],
364690
- "props": {
364691
- "isDisabled": {
364692
- "defaultValue": null,
364693
- "description": "",
364694
- "name": "isDisabled",
364695
- "parent": {
364696
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
364697
- "name": "Props"
364698
- },
364699
- "declarations": [
364700
- {
364701
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
364702
- "name": "Props"
364703
- }
364704
- ],
364705
- "required": false,
364706
- "type": {
364707
- "name": "boolean"
364708
- }
364709
- }
364710
- }
364711
- },
364712
- {
364713
- "tags": {},
364714
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
364715
- "description": "",
364716
- "displayName": "ActiveFilters",
364717
- "methods": [],
364718
- "props": {
364719
- "isDisabled": {
364720
- "defaultValue": null,
364721
- "description": "",
364722
- "name": "isDisabled",
364723
- "parent": {
364724
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
364725
- "name": "Props"
364726
- },
364727
- "declarations": [
364728
- {
364729
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
364730
- "name": "Props"
364731
- }
364732
- ],
364733
- "required": false,
364734
- "type": {
364735
- "name": "boolean"
364736
- }
364737
- }
364738
- }
364739
- },
364740
364740
  {
364741
364741
  "tags": {},
364742
364742
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",