@mittwald/flow-react-components 0.2.0-alpha.745 → 0.2.0-alpha.746

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.
@@ -154727,23 +154727,23 @@
154727
154727
  "tags": {
154728
154728
  "flr-generate": "all"
154729
154729
  },
154730
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
154730
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
154731
154731
  "description": "",
154732
- "displayName": "FileField",
154732
+ "displayName": "FileDropZone",
154733
154733
  "methods": [],
154734
154734
  "props": {
154735
154735
  "onChange": {
154736
154736
  "defaultValue": null,
154737
- "description": "Handler that is called when the file input changes.",
154737
+ "description": "",
154738
154738
  "name": "onChange",
154739
154739
  "parent": {
154740
- "fileName": "components/src/components/FileField/FileField.tsx",
154741
- "name": "FileFieldProps"
154740
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154741
+ "name": "FileDropZoneProps"
154742
154742
  },
154743
154743
  "declarations": [
154744
154744
  {
154745
- "fileName": "components/src/components/FileField/FileField.tsx",
154746
- "name": "FileFieldProps"
154745
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154746
+ "name": "FileDropZoneProps"
154747
154747
  }
154748
154748
  ],
154749
154749
  "required": false,
@@ -154756,13 +154756,13 @@
154756
154756
  "description": "Whether the component is read only.",
154757
154757
  "name": "isReadOnly",
154758
154758
  "parent": {
154759
- "fileName": "components/src/components/FileField/FileField.tsx",
154760
- "name": "FileFieldProps"
154759
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154760
+ "name": "FileDropZoneProps"
154761
154761
  },
154762
154762
  "declarations": [
154763
154763
  {
154764
- "fileName": "components/src/components/FileField/FileField.tsx",
154765
- "name": "FileFieldProps"
154764
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
154765
+ "name": "FileDropZoneProps"
154766
154766
  }
154767
154767
  ],
154768
154768
  "required": false,
@@ -154770,19 +154770,23 @@
154770
154770
  "name": "boolean"
154771
154771
  }
154772
154772
  },
154773
- "children": {
154773
+ "className": {
154774
154774
  "defaultValue": null,
154775
- "description": "",
154776
- "name": "children",
154775
+ "description": "The elements class name.",
154776
+ "name": "className",
154777
+ "parent": {
154778
+ "fileName": "components/src/lib/types/props.ts",
154779
+ "name": "PropsWithClassName"
154780
+ },
154777
154781
  "declarations": [
154778
154782
  {
154779
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154780
- "name": "TypeLiteral"
154783
+ "fileName": "components/src/lib/types/props.ts",
154784
+ "name": "PropsWithClassName"
154781
154785
  }
154782
154786
  ],
154783
154787
  "required": false,
154784
154788
  "type": {
154785
- "name": "ReactNode"
154789
+ "name": "string"
154786
154790
  }
154787
154791
  },
154788
154792
  "wrapWith": {
@@ -154861,6 +154865,21 @@
154861
154865
  "name": "Key | null"
154862
154866
  }
154863
154867
  },
154868
+ "children": {
154869
+ "defaultValue": null,
154870
+ "description": "",
154871
+ "name": "children",
154872
+ "declarations": [
154873
+ {
154874
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
154875
+ "name": "TypeLiteral"
154876
+ }
154877
+ ],
154878
+ "required": false,
154879
+ "type": {
154880
+ "name": "ReactNode"
154881
+ }
154882
+ },
154864
154883
  "name": {
154865
154884
  "defaultValue": null,
154866
154885
  "description": "",
@@ -154918,77 +154937,18 @@
154918
154937
  "name": "boolean"
154919
154938
  }
154920
154939
  },
154921
- "validationBehavior": {
154922
- "defaultValue": {
154923
- "value": "'native'"
154924
- },
154925
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
154926
- "name": "validationBehavior",
154927
- "parent": {
154928
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
154929
- "name": "RACValidation"
154930
- },
154931
- "declarations": [
154932
- {
154933
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
154934
- "name": "RACValidation"
154935
- }
154936
- ],
154937
- "required": false,
154938
- "type": {
154939
- "name": "\"native\" | \"aria\""
154940
- }
154941
- },
154942
154940
  "isDisabled": {
154943
154941
  "defaultValue": null,
154944
- "description": "Whether the input is disabled.",
154942
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
154945
154943
  "name": "isDisabled",
154946
154944
  "parent": {
154947
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
154948
- "name": "InputBase"
154949
- },
154950
- "declarations": [
154951
- {
154952
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
154953
- "name": "InputBase"
154954
- }
154955
- ],
154956
- "required": false,
154957
- "type": {
154958
- "name": "boolean"
154959
- }
154960
- },
154961
- "isRequired": {
154962
- "defaultValue": null,
154963
- "description": "Whether user input is required on the input before form submission.",
154964
- "name": "isRequired",
154965
- "parent": {
154966
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
154967
- "name": "Validation"
154968
- },
154969
- "declarations": [
154970
- {
154971
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
154972
- "name": "Validation"
154973
- }
154974
- ],
154975
- "required": false,
154976
- "type": {
154977
- "name": "boolean"
154978
- }
154979
- },
154980
- "isInvalid": {
154981
- "defaultValue": null,
154982
- "description": "Whether the value is invalid.",
154983
- "name": "isInvalid",
154984
- "parent": {
154985
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
154986
- "name": "TextFieldProps"
154945
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
154946
+ "name": "DropOptions"
154987
154947
  },
154988
154948
  "declarations": [
154989
154949
  {
154990
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
154991
- "name": "TextFieldProps"
154950
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
154951
+ "name": "DropOptions"
154992
154952
  }
154993
154953
  ],
154994
154954
  "required": false,
@@ -155002,23 +154962,23 @@
155002
154962
  "tags": {
155003
154963
  "flr-generate": "all"
155004
154964
  },
155005
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
154965
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
155006
154966
  "description": "",
155007
- "displayName": "FileDropZone",
154967
+ "displayName": "FileField",
155008
154968
  "methods": [],
155009
154969
  "props": {
155010
154970
  "onChange": {
155011
154971
  "defaultValue": null,
155012
- "description": "",
154972
+ "description": "Handler that is called when the file input changes.",
155013
154973
  "name": "onChange",
155014
154974
  "parent": {
155015
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155016
- "name": "FileDropZoneProps"
154975
+ "fileName": "components/src/components/FileField/FileField.tsx",
154976
+ "name": "FileFieldProps"
155017
154977
  },
155018
154978
  "declarations": [
155019
154979
  {
155020
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155021
- "name": "FileDropZoneProps"
154980
+ "fileName": "components/src/components/FileField/FileField.tsx",
154981
+ "name": "FileFieldProps"
155022
154982
  }
155023
154983
  ],
155024
154984
  "required": false,
@@ -155031,13 +154991,13 @@
155031
154991
  "description": "Whether the component is read only.",
155032
154992
  "name": "isReadOnly",
155033
154993
  "parent": {
155034
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155035
- "name": "FileDropZoneProps"
154994
+ "fileName": "components/src/components/FileField/FileField.tsx",
154995
+ "name": "FileFieldProps"
155036
154996
  },
155037
154997
  "declarations": [
155038
154998
  {
155039
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155040
- "name": "FileDropZoneProps"
154999
+ "fileName": "components/src/components/FileField/FileField.tsx",
155000
+ "name": "FileFieldProps"
155041
155001
  }
155042
155002
  ],
155043
155003
  "required": false,
@@ -155045,23 +155005,19 @@
155045
155005
  "name": "boolean"
155046
155006
  }
155047
155007
  },
155048
- "className": {
155008
+ "children": {
155049
155009
  "defaultValue": null,
155050
- "description": "The elements class name.",
155051
- "name": "className",
155052
- "parent": {
155053
- "fileName": "components/src/lib/types/props.ts",
155054
- "name": "PropsWithClassName"
155055
- },
155010
+ "description": "",
155011
+ "name": "children",
155056
155012
  "declarations": [
155057
155013
  {
155058
- "fileName": "components/src/lib/types/props.ts",
155059
- "name": "PropsWithClassName"
155014
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155015
+ "name": "TypeLiteral"
155060
155016
  }
155061
155017
  ],
155062
155018
  "required": false,
155063
155019
  "type": {
155064
- "name": "string"
155020
+ "name": "ReactNode"
155065
155021
  }
155066
155022
  },
155067
155023
  "wrapWith": {
@@ -155140,21 +155096,6 @@
155140
155096
  "name": "Key | null"
155141
155097
  }
155142
155098
  },
155143
- "children": {
155144
- "defaultValue": null,
155145
- "description": "",
155146
- "name": "children",
155147
- "declarations": [
155148
- {
155149
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155150
- "name": "TypeLiteral"
155151
- }
155152
- ],
155153
- "required": false,
155154
- "type": {
155155
- "name": "ReactNode"
155156
- }
155157
- },
155158
155099
  "name": {
155159
155100
  "defaultValue": null,
155160
155101
  "description": "",
@@ -155212,18 +155153,77 @@
155212
155153
  "name": "boolean"
155213
155154
  }
155214
155155
  },
155156
+ "validationBehavior": {
155157
+ "defaultValue": {
155158
+ "value": "'native'"
155159
+ },
155160
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
155161
+ "name": "validationBehavior",
155162
+ "parent": {
155163
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155164
+ "name": "RACValidation"
155165
+ },
155166
+ "declarations": [
155167
+ {
155168
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155169
+ "name": "RACValidation"
155170
+ }
155171
+ ],
155172
+ "required": false,
155173
+ "type": {
155174
+ "name": "\"native\" | \"aria\""
155175
+ }
155176
+ },
155215
155177
  "isDisabled": {
155216
155178
  "defaultValue": null,
155217
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
155179
+ "description": "Whether the input is disabled.",
155218
155180
  "name": "isDisabled",
155219
155181
  "parent": {
155220
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155221
- "name": "DropOptions"
155182
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155183
+ "name": "InputBase"
155222
155184
  },
155223
155185
  "declarations": [
155224
155186
  {
155225
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155226
- "name": "DropOptions"
155187
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155188
+ "name": "InputBase"
155189
+ }
155190
+ ],
155191
+ "required": false,
155192
+ "type": {
155193
+ "name": "boolean"
155194
+ }
155195
+ },
155196
+ "isRequired": {
155197
+ "defaultValue": null,
155198
+ "description": "Whether user input is required on the input before form submission.",
155199
+ "name": "isRequired",
155200
+ "parent": {
155201
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155202
+ "name": "Validation"
155203
+ },
155204
+ "declarations": [
155205
+ {
155206
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155207
+ "name": "Validation"
155208
+ }
155209
+ ],
155210
+ "required": false,
155211
+ "type": {
155212
+ "name": "boolean"
155213
+ }
155214
+ },
155215
+ "isInvalid": {
155216
+ "defaultValue": null,
155217
+ "description": "Whether the value is invalid.",
155218
+ "name": "isInvalid",
155219
+ "parent": {
155220
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155221
+ "name": "TextFieldProps"
155222
+ },
155223
+ "declarations": [
155224
+ {
155225
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155226
+ "name": "TextFieldProps"
155227
155227
  }
155228
155228
  ],
155229
155229
  "required": false,
@@ -220190,6 +220190,30 @@
220190
220190
  "methods": [],
220191
220191
  "props": {}
220192
220192
  },
220193
+ {
220194
+ "tags": {},
220195
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
220196
+ "description": "",
220197
+ "displayName": "BrowserOnly",
220198
+ "methods": [],
220199
+ "props": {
220200
+ "children": {
220201
+ "defaultValue": null,
220202
+ "description": "",
220203
+ "name": "children",
220204
+ "declarations": [
220205
+ {
220206
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
220207
+ "name": "TypeLiteral"
220208
+ }
220209
+ ],
220210
+ "required": false,
220211
+ "type": {
220212
+ "name": "ReactNode"
220213
+ }
220214
+ }
220215
+ }
220216
+ },
220193
220217
  {
220194
220218
  "tags": {
220195
220219
  "flr-generate": "all"
@@ -222548,30 +222572,6 @@
222548
222572
  }
222549
222573
  }
222550
222574
  },
222551
- {
222552
- "tags": {},
222553
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
222554
- "description": "",
222555
- "displayName": "BrowserOnly",
222556
- "methods": [],
222557
- "props": {
222558
- "children": {
222559
- "defaultValue": null,
222560
- "description": "",
222561
- "name": "children",
222562
- "declarations": [
222563
- {
222564
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
222565
- "name": "TypeLiteral"
222566
- }
222567
- ],
222568
- "required": false,
222569
- "type": {
222570
- "name": "ReactNode"
222571
- }
222572
- }
222573
- }
222574
- },
222575
222575
  {
222576
222576
  "tags": {
222577
222577
  "flr-generate": "all"
@@ -271493,172 +271493,6 @@
271493
271493
  "methods": [],
271494
271494
  "props": {}
271495
271495
  },
271496
- {
271497
- "tags": {},
271498
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271499
- "description": "",
271500
- "displayName": "FormContext",
271501
- "methods": [],
271502
- "props": {
271503
- "value": {
271504
- "defaultValue": null,
271505
- "description": "",
271506
- "name": "value",
271507
- "parent": {
271508
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
271509
- "name": "ProviderProps"
271510
- },
271511
- "declarations": [
271512
- {
271513
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
271514
- "name": "ProviderProps"
271515
- }
271516
- ],
271517
- "required": true,
271518
- "type": {
271519
- "name": "FormContext<FieldValues> | undefined"
271520
- }
271521
- },
271522
- "children": {
271523
- "defaultValue": null,
271524
- "description": "",
271525
- "name": "children",
271526
- "parent": {
271527
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
271528
- "name": "DOMAttributes"
271529
- },
271530
- "declarations": [
271531
- {
271532
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
271533
- "name": "DOMAttributes"
271534
- }
271535
- ],
271536
- "required": false,
271537
- "type": {
271538
- "name": "ReactNode"
271539
- }
271540
- }
271541
- }
271542
- },
271543
- {
271544
- "tags": {},
271545
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271546
- "description": "",
271547
- "displayName": "FormContextProvider",
271548
- "methods": [],
271549
- "props": {
271550
- "form": {
271551
- "defaultValue": null,
271552
- "description": "",
271553
- "name": "form",
271554
- "parent": {
271555
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271556
- "name": "FormContextProviderProps"
271557
- },
271558
- "declarations": [
271559
- {
271560
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271561
- "name": "FormContextProviderProps"
271562
- }
271563
- ],
271564
- "required": true,
271565
- "type": {
271566
- "name": "UseFormReturn"
271567
- }
271568
- },
271569
- "id": {
271570
- "defaultValue": null,
271571
- "description": "",
271572
- "name": "id",
271573
- "parent": {
271574
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271575
- "name": "FormContextProviderProps"
271576
- },
271577
- "declarations": [
271578
- {
271579
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271580
- "name": "FormContextProviderProps"
271581
- }
271582
- ],
271583
- "required": true,
271584
- "type": {
271585
- "name": "string"
271586
- }
271587
- },
271588
- "isReadOnly": {
271589
- "defaultValue": null,
271590
- "description": "",
271591
- "name": "isReadOnly",
271592
- "parent": {
271593
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271594
- "name": "FormContextProviderProps"
271595
- },
271596
- "declarations": [
271597
- {
271598
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271599
- "name": "FormContextProviderProps"
271600
- }
271601
- ],
271602
- "required": false,
271603
- "type": {
271604
- "name": "boolean"
271605
- }
271606
- },
271607
- "onAfterSuccessFeedback": {
271608
- "defaultValue": null,
271609
- "description": "",
271610
- "name": "onAfterSuccessFeedback",
271611
- "parent": {
271612
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271613
- "name": "FormContextProviderProps"
271614
- },
271615
- "declarations": [
271616
- {
271617
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271618
- "name": "FormContextProviderProps"
271619
- }
271620
- ],
271621
- "required": false,
271622
- "type": {
271623
- "name": "AfterFormSubmitCallback"
271624
- }
271625
- },
271626
- "rootErrorController": {
271627
- "defaultValue": null,
271628
- "description": "",
271629
- "name": "rootErrorController",
271630
- "parent": {
271631
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271632
- "name": "FormContextProviderProps"
271633
- },
271634
- "declarations": [
271635
- {
271636
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
271637
- "name": "FormContextProviderProps"
271638
- }
271639
- ],
271640
- "required": true,
271641
- "type": {
271642
- "name": "FormRootErrorController"
271643
- }
271644
- },
271645
- "children": {
271646
- "defaultValue": null,
271647
- "description": "",
271648
- "name": "children",
271649
- "declarations": [
271650
- {
271651
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
271652
- "name": "TypeLiteral"
271653
- }
271654
- ],
271655
- "required": false,
271656
- "type": {
271657
- "name": "ReactNode"
271658
- }
271659
- }
271660
- }
271661
- },
271662
271496
  {
271663
271497
  "tags": {},
271664
271498
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
@@ -278143,11 +277977,153 @@
278143
277977
  },
278144
277978
  {
278145
277979
  "tags": {},
278146
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
277980
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278147
277981
  "description": "",
278148
- "displayName": "RouterProvider",
277982
+ "displayName": "FormContext",
277983
+ "methods": [],
277984
+ "props": {
277985
+ "value": {
277986
+ "defaultValue": null,
277987
+ "description": "",
277988
+ "name": "value",
277989
+ "parent": {
277990
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277991
+ "name": "ProviderProps"
277992
+ },
277993
+ "declarations": [
277994
+ {
277995
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277996
+ "name": "ProviderProps"
277997
+ }
277998
+ ],
277999
+ "required": true,
278000
+ "type": {
278001
+ "name": "FormContext<FieldValues> | undefined"
278002
+ }
278003
+ },
278004
+ "children": {
278005
+ "defaultValue": null,
278006
+ "description": "",
278007
+ "name": "children",
278008
+ "parent": {
278009
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278010
+ "name": "DOMAttributes"
278011
+ },
278012
+ "declarations": [
278013
+ {
278014
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278015
+ "name": "DOMAttributes"
278016
+ }
278017
+ ],
278018
+ "required": false,
278019
+ "type": {
278020
+ "name": "ReactNode"
278021
+ }
278022
+ }
278023
+ }
278024
+ },
278025
+ {
278026
+ "tags": {},
278027
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278028
+ "description": "",
278029
+ "displayName": "FormContextProvider",
278149
278030
  "methods": [],
278150
278031
  "props": {
278032
+ "form": {
278033
+ "defaultValue": null,
278034
+ "description": "",
278035
+ "name": "form",
278036
+ "parent": {
278037
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278038
+ "name": "FormContextProviderProps"
278039
+ },
278040
+ "declarations": [
278041
+ {
278042
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278043
+ "name": "FormContextProviderProps"
278044
+ }
278045
+ ],
278046
+ "required": true,
278047
+ "type": {
278048
+ "name": "UseFormReturn"
278049
+ }
278050
+ },
278051
+ "id": {
278052
+ "defaultValue": null,
278053
+ "description": "",
278054
+ "name": "id",
278055
+ "parent": {
278056
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278057
+ "name": "FormContextProviderProps"
278058
+ },
278059
+ "declarations": [
278060
+ {
278061
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278062
+ "name": "FormContextProviderProps"
278063
+ }
278064
+ ],
278065
+ "required": true,
278066
+ "type": {
278067
+ "name": "string"
278068
+ }
278069
+ },
278070
+ "isReadOnly": {
278071
+ "defaultValue": null,
278072
+ "description": "",
278073
+ "name": "isReadOnly",
278074
+ "parent": {
278075
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278076
+ "name": "FormContextProviderProps"
278077
+ },
278078
+ "declarations": [
278079
+ {
278080
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278081
+ "name": "FormContextProviderProps"
278082
+ }
278083
+ ],
278084
+ "required": false,
278085
+ "type": {
278086
+ "name": "boolean"
278087
+ }
278088
+ },
278089
+ "onAfterSuccessFeedback": {
278090
+ "defaultValue": null,
278091
+ "description": "",
278092
+ "name": "onAfterSuccessFeedback",
278093
+ "parent": {
278094
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278095
+ "name": "FormContextProviderProps"
278096
+ },
278097
+ "declarations": [
278098
+ {
278099
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278100
+ "name": "FormContextProviderProps"
278101
+ }
278102
+ ],
278103
+ "required": false,
278104
+ "type": {
278105
+ "name": "AfterFormSubmitCallback"
278106
+ }
278107
+ },
278108
+ "rootErrorController": {
278109
+ "defaultValue": null,
278110
+ "description": "",
278111
+ "name": "rootErrorController",
278112
+ "parent": {
278113
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278114
+ "name": "FormContextProviderProps"
278115
+ },
278116
+ "declarations": [
278117
+ {
278118
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278119
+ "name": "FormContextProviderProps"
278120
+ }
278121
+ ],
278122
+ "required": true,
278123
+ "type": {
278124
+ "name": "FormRootErrorController"
278125
+ }
278126
+ },
278151
278127
  "children": {
278152
278128
  "defaultValue": null,
278153
278129
  "description": "",
@@ -278166,12 +278142,10 @@
278166
278142
  }
278167
278143
  },
278168
278144
  {
278169
- "tags": {
278170
- "deprecated": "Use RouterProvider instead"
278171
- },
278172
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
278145
+ "tags": {},
278146
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
278173
278147
  "description": "",
278174
- "displayName": "LinkProvider",
278148
+ "displayName": "RouterProvider",
278175
278149
  "methods": [],
278176
278150
  "props": {
278177
278151
  "children": {
@@ -278195,7 +278169,7 @@
278195
278169
  "tags": {
278196
278170
  "deprecated": "Use RouterProvider instead"
278197
278171
  },
278198
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
278172
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
278199
278173
  "description": "",
278200
278174
  "displayName": "Link",
278201
278175
  "methods": [],
@@ -278205,12 +278179,12 @@
278205
278179
  "description": "",
278206
278180
  "name": "ref",
278207
278181
  "parent": {
278208
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
278182
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
278209
278183
  "name": "Props"
278210
278184
  },
278211
278185
  "declarations": [
278212
278186
  {
278213
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
278187
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
278214
278188
  "name": "Props"
278215
278189
  }
278216
278190
  ],
@@ -278224,12 +278198,12 @@
278224
278198
  "description": "",
278225
278199
  "name": "isDisabled",
278226
278200
  "parent": {
278227
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
278201
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
278228
278202
  "name": "Props"
278229
278203
  },
278230
278204
  "declarations": [
278231
278205
  {
278232
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
278206
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
278233
278207
  "name": "Props"
278234
278208
  }
278235
278209
  ],
@@ -283693,6 +283667,32 @@
283693
283667
  }
283694
283668
  }
283695
283669
  },
283670
+ {
283671
+ "tags": {
283672
+ "deprecated": "Use RouterProvider instead"
283673
+ },
283674
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
283675
+ "description": "",
283676
+ "displayName": "LinkProvider",
283677
+ "methods": [],
283678
+ "props": {
283679
+ "children": {
283680
+ "defaultValue": null,
283681
+ "description": "",
283682
+ "name": "children",
283683
+ "declarations": [
283684
+ {
283685
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
283686
+ "name": "TypeLiteral"
283687
+ }
283688
+ ],
283689
+ "required": false,
283690
+ "type": {
283691
+ "name": "ReactNode"
283692
+ }
283693
+ }
283694
+ }
283695
+ },
283696
283696
  {
283697
283697
  "tags": {
283698
283698
  "flr-generate": "all"
@@ -302997,6 +302997,55 @@
302997
302997
  }
302998
302998
  }
302999
302999
  },
303000
+ {
303001
+ "tags": {
303002
+ "internal": ""
303003
+ },
303004
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303005
+ "description": "",
303006
+ "displayName": "ValidationResultEntry",
303007
+ "methods": [],
303008
+ "props": {
303009
+ "result": {
303010
+ "defaultValue": null,
303011
+ "description": "",
303012
+ "name": "result",
303013
+ "parent": {
303014
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303015
+ "name": "Props"
303016
+ },
303017
+ "declarations": [
303018
+ {
303019
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303020
+ "name": "Props"
303021
+ }
303022
+ ],
303023
+ "required": true,
303024
+ "type": {
303025
+ "name": "Partial<RuleValidationResult>"
303026
+ }
303027
+ },
303028
+ "unspecifiedRules": {
303029
+ "defaultValue": null,
303030
+ "description": "",
303031
+ "name": "unspecifiedRules",
303032
+ "parent": {
303033
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303034
+ "name": "Props"
303035
+ },
303036
+ "declarations": [
303037
+ {
303038
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303039
+ "name": "Props"
303040
+ }
303041
+ ],
303042
+ "required": false,
303043
+ "type": {
303044
+ "name": "boolean"
303045
+ }
303046
+ }
303047
+ }
303048
+ },
303000
303049
  {
303001
303050
  "tags": {},
303002
303051
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -303082,55 +303131,6 @@
303082
303131
  }
303083
303132
  }
303084
303133
  },
303085
- {
303086
- "tags": {
303087
- "internal": ""
303088
- },
303089
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303090
- "description": "",
303091
- "displayName": "ValidationResultEntry",
303092
- "methods": [],
303093
- "props": {
303094
- "result": {
303095
- "defaultValue": null,
303096
- "description": "",
303097
- "name": "result",
303098
- "parent": {
303099
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303100
- "name": "Props"
303101
- },
303102
- "declarations": [
303103
- {
303104
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303105
- "name": "Props"
303106
- }
303107
- ],
303108
- "required": true,
303109
- "type": {
303110
- "name": "Partial<RuleValidationResult>"
303111
- }
303112
- },
303113
- "unspecifiedRules": {
303114
- "defaultValue": null,
303115
- "description": "",
303116
- "name": "unspecifiedRules",
303117
- "parent": {
303118
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303119
- "name": "Props"
303120
- },
303121
- "declarations": [
303122
- {
303123
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
303124
- "name": "Props"
303125
- }
303126
- ],
303127
- "required": false,
303128
- "type": {
303129
- "name": "boolean"
303130
- }
303131
- }
303132
- }
303133
- },
303134
303134
  {
303135
303135
  "tags": {
303136
303136
  "internal": ""
@@ -303354,93 +303354,6 @@
303354
303354
  }
303355
303355
  }
303356
303356
  },
303357
- {
303358
- "tags": {
303359
- "flr-generate": "all"
303360
- },
303361
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
303362
- "description": "",
303363
- "displayName": "DialogTrigger",
303364
- "methods": [],
303365
- "props": {
303366
- "children": {
303367
- "defaultValue": null,
303368
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
303369
- "name": "children",
303370
- "parent": {
303371
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
303372
- "name": "TableProps"
303373
- },
303374
- "declarations": [
303375
- {
303376
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
303377
- "name": "TableProps"
303378
- }
303379
- ],
303380
- "required": false,
303381
- "type": {
303382
- "name": "ReactNode"
303383
- }
303384
- },
303385
- "isOpen": {
303386
- "defaultValue": null,
303387
- "description": "Whether the element is rendered.",
303388
- "name": "isOpen",
303389
- "parent": {
303390
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303391
- "name": "PositionProps"
303392
- },
303393
- "declarations": [
303394
- {
303395
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303396
- "name": "PositionProps"
303397
- }
303398
- ],
303399
- "required": false,
303400
- "type": {
303401
- "name": "boolean"
303402
- }
303403
- },
303404
- "defaultOpen": {
303405
- "defaultValue": null,
303406
- "description": "Whether the overlay is open by default (uncontrolled).",
303407
- "name": "defaultOpen",
303408
- "parent": {
303409
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303410
- "name": "OverlayTriggerProps"
303411
- },
303412
- "declarations": [
303413
- {
303414
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303415
- "name": "OverlayTriggerProps"
303416
- }
303417
- ],
303418
- "required": false,
303419
- "type": {
303420
- "name": "boolean"
303421
- }
303422
- },
303423
- "onOpenChange": {
303424
- "defaultValue": null,
303425
- "description": "Handler that is called when the overlay's open state changes.",
303426
- "name": "onOpenChange",
303427
- "parent": {
303428
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303429
- "name": "OverlayTriggerProps"
303430
- },
303431
- "declarations": [
303432
- {
303433
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303434
- "name": "OverlayTriggerProps"
303435
- }
303436
- ],
303437
- "required": false,
303438
- "type": {
303439
- "name": "((isOpen: boolean) => void)"
303440
- }
303441
- }
303442
- }
303443
- },
303444
303357
  {
303445
303358
  "tags": {
303446
303359
  "flr-generate": "all"
@@ -303625,6 +303538,93 @@
303625
303538
  }
303626
303539
  }
303627
303540
  },
303541
+ {
303542
+ "tags": {
303543
+ "flr-generate": "all"
303544
+ },
303545
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
303546
+ "description": "",
303547
+ "displayName": "DialogTrigger",
303548
+ "methods": [],
303549
+ "props": {
303550
+ "children": {
303551
+ "defaultValue": null,
303552
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
303553
+ "name": "children",
303554
+ "parent": {
303555
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
303556
+ "name": "TableProps"
303557
+ },
303558
+ "declarations": [
303559
+ {
303560
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
303561
+ "name": "TableProps"
303562
+ }
303563
+ ],
303564
+ "required": false,
303565
+ "type": {
303566
+ "name": "ReactNode"
303567
+ }
303568
+ },
303569
+ "isOpen": {
303570
+ "defaultValue": null,
303571
+ "description": "Whether the element is rendered.",
303572
+ "name": "isOpen",
303573
+ "parent": {
303574
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303575
+ "name": "PositionProps"
303576
+ },
303577
+ "declarations": [
303578
+ {
303579
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303580
+ "name": "PositionProps"
303581
+ }
303582
+ ],
303583
+ "required": false,
303584
+ "type": {
303585
+ "name": "boolean"
303586
+ }
303587
+ },
303588
+ "defaultOpen": {
303589
+ "defaultValue": null,
303590
+ "description": "Whether the overlay is open by default (uncontrolled).",
303591
+ "name": "defaultOpen",
303592
+ "parent": {
303593
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303594
+ "name": "OverlayTriggerProps"
303595
+ },
303596
+ "declarations": [
303597
+ {
303598
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303599
+ "name": "OverlayTriggerProps"
303600
+ }
303601
+ ],
303602
+ "required": false,
303603
+ "type": {
303604
+ "name": "boolean"
303605
+ }
303606
+ },
303607
+ "onOpenChange": {
303608
+ "defaultValue": null,
303609
+ "description": "Handler that is called when the overlay's open state changes.",
303610
+ "name": "onOpenChange",
303611
+ "parent": {
303612
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303613
+ "name": "OverlayTriggerProps"
303614
+ },
303615
+ "declarations": [
303616
+ {
303617
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
303618
+ "name": "OverlayTriggerProps"
303619
+ }
303620
+ ],
303621
+ "required": false,
303622
+ "type": {
303623
+ "name": "((isOpen: boolean) => void)"
303624
+ }
303625
+ }
303626
+ }
303627
+ },
303628
303628
  {
303629
303629
  "tags": {
303630
303630
  "flr-generate": "all"
@@ -309013,6 +309013,14 @@
309013
309013
  }
309014
309014
  }
309015
309015
  },
309016
+ {
309017
+ "tags": {},
309018
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
309019
+ "description": "",
309020
+ "displayName": "OffCanvasSuspenseFallback",
309021
+ "methods": [],
309022
+ "props": {}
309023
+ },
309016
309024
  {
309017
309025
  "tags": {},
309018
309026
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -309151,14 +309159,6 @@
309151
309159
  }
309152
309160
  }
309153
309161
  },
309154
- {
309155
- "tags": {},
309156
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
309157
- "description": "",
309158
- "displayName": "OffCanvasSuspenseFallback",
309159
- "methods": [],
309160
- "props": {}
309161
- },
309162
309162
  {
309163
309163
  "tags": {},
309164
309164
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
@@ -309522,129 +309522,6 @@
309522
309522
  "methods": [],
309523
309523
  "props": {}
309524
309524
  },
309525
- {
309526
- "tags": {
309527
- "flr-generate": "all"
309528
- },
309529
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
309530
- "description": "",
309531
- "displayName": "ListSummary",
309532
- "methods": [],
309533
- "props": {
309534
- "position": {
309535
- "defaultValue": {
309536
- "value": ": \"top\""
309537
- },
309538
- "description": "Whether the summary is placed above or underneath the list",
309539
- "name": "position",
309540
- "parent": {
309541
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
309542
- "name": "ListSummaryProps"
309543
- },
309544
- "declarations": [
309545
- {
309546
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
309547
- "name": "ListSummaryProps"
309548
- }
309549
- ],
309550
- "required": false,
309551
- "type": {
309552
- "name": "\"bottom\" | \"top\""
309553
- }
309554
- },
309555
- "wrapWith": {
309556
- "defaultValue": null,
309557
- "description": "",
309558
- "name": "wrapWith",
309559
- "parent": {
309560
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309561
- "name": "FlowComponentProps"
309562
- },
309563
- "declarations": [
309564
- {
309565
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309566
- "name": "FlowComponentProps"
309567
- }
309568
- ],
309569
- "required": false,
309570
- "type": {
309571
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309572
- }
309573
- },
309574
- "tunnelId": {
309575
- "defaultValue": null,
309576
- "description": "@internal",
309577
- "name": "tunnelId",
309578
- "parent": {
309579
- "fileName": "components/src/lib/types/props.ts",
309580
- "name": "PropsWithTunnel"
309581
- },
309582
- "declarations": [
309583
- {
309584
- "fileName": "components/src/lib/types/props.ts",
309585
- "name": "PropsWithTunnel"
309586
- }
309587
- ],
309588
- "required": false,
309589
- "type": {
309590
- "name": "string | null"
309591
- }
309592
- },
309593
- "ref": {
309594
- "defaultValue": null,
309595
- "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}",
309596
- "name": "ref",
309597
- "parent": {
309598
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309599
- "name": "RefAttributes"
309600
- },
309601
- "declarations": [
309602
- {
309603
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309604
- "name": "RefAttributes"
309605
- }
309606
- ],
309607
- "required": false,
309608
- "type": {
309609
- "name": "Ref<HTMLSpanElement>"
309610
- }
309611
- },
309612
- "key": {
309613
- "defaultValue": null,
309614
- "description": "",
309615
- "name": "key",
309616
- "parent": {
309617
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309618
- "name": "Attributes"
309619
- },
309620
- "declarations": [
309621
- {
309622
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309623
- "name": "Attributes"
309624
- }
309625
- ],
309626
- "required": false,
309627
- "type": {
309628
- "name": "Key | null"
309629
- }
309630
- },
309631
- "children": {
309632
- "defaultValue": null,
309633
- "description": "",
309634
- "name": "children",
309635
- "declarations": [
309636
- {
309637
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309638
- "name": "TypeLiteral"
309639
- }
309640
- ],
309641
- "required": false,
309642
- "type": {
309643
- "name": "ReactNode"
309644
- }
309645
- }
309646
- }
309647
- },
309648
309525
  {
309649
309526
  "tags": {},
309650
309527
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
@@ -309726,6 +309603,129 @@
309726
309603
  }
309727
309604
  }
309728
309605
  },
309606
+ {
309607
+ "tags": {
309608
+ "flr-generate": "all"
309609
+ },
309610
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
309611
+ "description": "",
309612
+ "displayName": "ListSummary",
309613
+ "methods": [],
309614
+ "props": {
309615
+ "position": {
309616
+ "defaultValue": {
309617
+ "value": ": \"top\""
309618
+ },
309619
+ "description": "Whether the summary is placed above or underneath the list",
309620
+ "name": "position",
309621
+ "parent": {
309622
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
309623
+ "name": "ListSummaryProps"
309624
+ },
309625
+ "declarations": [
309626
+ {
309627
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
309628
+ "name": "ListSummaryProps"
309629
+ }
309630
+ ],
309631
+ "required": false,
309632
+ "type": {
309633
+ "name": "\"bottom\" | \"top\""
309634
+ }
309635
+ },
309636
+ "wrapWith": {
309637
+ "defaultValue": null,
309638
+ "description": "",
309639
+ "name": "wrapWith",
309640
+ "parent": {
309641
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309642
+ "name": "FlowComponentProps"
309643
+ },
309644
+ "declarations": [
309645
+ {
309646
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309647
+ "name": "FlowComponentProps"
309648
+ }
309649
+ ],
309650
+ "required": false,
309651
+ "type": {
309652
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309653
+ }
309654
+ },
309655
+ "tunnelId": {
309656
+ "defaultValue": null,
309657
+ "description": "@internal",
309658
+ "name": "tunnelId",
309659
+ "parent": {
309660
+ "fileName": "components/src/lib/types/props.ts",
309661
+ "name": "PropsWithTunnel"
309662
+ },
309663
+ "declarations": [
309664
+ {
309665
+ "fileName": "components/src/lib/types/props.ts",
309666
+ "name": "PropsWithTunnel"
309667
+ }
309668
+ ],
309669
+ "required": false,
309670
+ "type": {
309671
+ "name": "string | null"
309672
+ }
309673
+ },
309674
+ "ref": {
309675
+ "defaultValue": null,
309676
+ "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}",
309677
+ "name": "ref",
309678
+ "parent": {
309679
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309680
+ "name": "RefAttributes"
309681
+ },
309682
+ "declarations": [
309683
+ {
309684
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309685
+ "name": "RefAttributes"
309686
+ }
309687
+ ],
309688
+ "required": false,
309689
+ "type": {
309690
+ "name": "Ref<HTMLSpanElement>"
309691
+ }
309692
+ },
309693
+ "key": {
309694
+ "defaultValue": null,
309695
+ "description": "",
309696
+ "name": "key",
309697
+ "parent": {
309698
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309699
+ "name": "Attributes"
309700
+ },
309701
+ "declarations": [
309702
+ {
309703
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309704
+ "name": "Attributes"
309705
+ }
309706
+ ],
309707
+ "required": false,
309708
+ "type": {
309709
+ "name": "Key | null"
309710
+ }
309711
+ },
309712
+ "children": {
309713
+ "defaultValue": null,
309714
+ "description": "",
309715
+ "name": "children",
309716
+ "declarations": [
309717
+ {
309718
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309719
+ "name": "TypeLiteral"
309720
+ }
309721
+ ],
309722
+ "required": false,
309723
+ "type": {
309724
+ "name": "ReactNode"
309725
+ }
309726
+ }
309727
+ }
309728
+ },
309729
309729
  {
309730
309730
  "tags": {},
309731
309731
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -312472,24 +312472,47 @@
312472
312472
  "tags": {
312473
312473
  "flr-generate": "all"
312474
312474
  },
312475
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312475
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
312476
312476
  "description": "",
312477
- "displayName": "ContextMenuSection",
312477
+ "displayName": "ContextMenuTrigger",
312478
312478
  "methods": [],
312479
312479
  "props": {
312480
- "children": {
312480
+ "isDefaultOpen": {
312481
312481
  "defaultValue": null,
312482
- "description": "",
312483
- "name": "children",
312482
+ "description": "Whether the overlay should be open initially.",
312483
+ "name": "isDefaultOpen",
312484
+ "parent": {
312485
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312486
+ "name": "OverlayTriggerProps"
312487
+ },
312484
312488
  "declarations": [
312485
312489
  {
312486
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312487
- "name": "TypeLiteral"
312490
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312491
+ "name": "OverlayTriggerProps"
312488
312492
  }
312489
312493
  ],
312490
312494
  "required": false,
312491
312495
  "type": {
312492
- "name": "ReactNode"
312496
+ "name": "boolean"
312497
+ }
312498
+ },
312499
+ "controller": {
312500
+ "defaultValue": null,
312501
+ "description": "A controller to control the state of the overlay.",
312502
+ "name": "controller",
312503
+ "parent": {
312504
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312505
+ "name": "OverlayTriggerProps"
312506
+ },
312507
+ "declarations": [
312508
+ {
312509
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312510
+ "name": "OverlayTriggerProps"
312511
+ }
312512
+ ],
312513
+ "required": false,
312514
+ "type": {
312515
+ "name": "OverlayController"
312493
312516
  }
312494
312517
  },
312495
312518
  "wrapWith": {
@@ -312568,57 +312591,19 @@
312568
312591
  "name": "Key | null"
312569
312592
  }
312570
312593
  },
312571
- "selectedKeys": {
312572
- "defaultValue": null,
312573
- "description": "The currently selected keys in the collection (controlled).",
312574
- "name": "selectedKeys",
312575
- "parent": {
312576
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312577
- "name": "MultipleSelection"
312578
- },
312579
- "declarations": [
312580
- {
312581
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312582
- "name": "MultipleSelection"
312583
- }
312584
- ],
312585
- "required": false,
312586
- "type": {
312587
- "name": "\"all\" | Iterable<Key>"
312588
- }
312589
- },
312590
- "defaultSelectedKeys": {
312591
- "defaultValue": null,
312592
- "description": "The initial selected keys in the collection (uncontrolled).",
312593
- "name": "defaultSelectedKeys",
312594
- "parent": {
312595
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312596
- "name": "MultipleSelection"
312597
- },
312598
- "declarations": [
312599
- {
312600
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312601
- "name": "MultipleSelection"
312602
- }
312603
- ],
312604
- "required": false,
312605
- "type": {
312606
- "name": "\"all\" | Iterable<Key>"
312607
- }
312608
- },
312609
- "selectionMode": {
312594
+ "children": {
312610
312595
  "defaultValue": null,
312611
312596
  "description": "",
312612
- "name": "selectionMode",
312597
+ "name": "children",
312613
312598
  "declarations": [
312614
312599
  {
312615
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312600
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312616
312601
  "name": "TypeLiteral"
312617
312602
  }
312618
312603
  ],
312619
312604
  "required": false,
312620
312605
  "type": {
312621
- "name": "ContextMenuSelectionMode"
312606
+ "name": "ReactNode"
312622
312607
  }
312623
312608
  }
312624
312609
  }
@@ -312627,47 +312612,24 @@
312627
312612
  "tags": {
312628
312613
  "flr-generate": "all"
312629
312614
  },
312630
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
312615
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312631
312616
  "description": "",
312632
- "displayName": "ContextMenuTrigger",
312617
+ "displayName": "ContextMenuSection",
312633
312618
  "methods": [],
312634
312619
  "props": {
312635
- "isDefaultOpen": {
312636
- "defaultValue": null,
312637
- "description": "Whether the overlay should be open initially.",
312638
- "name": "isDefaultOpen",
312639
- "parent": {
312640
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312641
- "name": "OverlayTriggerProps"
312642
- },
312643
- "declarations": [
312644
- {
312645
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312646
- "name": "OverlayTriggerProps"
312647
- }
312648
- ],
312649
- "required": false,
312650
- "type": {
312651
- "name": "boolean"
312652
- }
312653
- },
312654
- "controller": {
312620
+ "children": {
312655
312621
  "defaultValue": null,
312656
- "description": "A controller to control the state of the overlay.",
312657
- "name": "controller",
312658
- "parent": {
312659
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312660
- "name": "OverlayTriggerProps"
312661
- },
312622
+ "description": "",
312623
+ "name": "children",
312662
312624
  "declarations": [
312663
312625
  {
312664
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
312665
- "name": "OverlayTriggerProps"
312626
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312627
+ "name": "TypeLiteral"
312666
312628
  }
312667
312629
  ],
312668
312630
  "required": false,
312669
312631
  "type": {
312670
- "name": "OverlayController"
312632
+ "name": "ReactNode"
312671
312633
  }
312672
312634
  },
312673
312635
  "wrapWith": {
@@ -312746,19 +312708,57 @@
312746
312708
  "name": "Key | null"
312747
312709
  }
312748
312710
  },
312749
- "children": {
312711
+ "selectedKeys": {
312712
+ "defaultValue": null,
312713
+ "description": "The currently selected keys in the collection (controlled).",
312714
+ "name": "selectedKeys",
312715
+ "parent": {
312716
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312717
+ "name": "MultipleSelection"
312718
+ },
312719
+ "declarations": [
312720
+ {
312721
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312722
+ "name": "MultipleSelection"
312723
+ }
312724
+ ],
312725
+ "required": false,
312726
+ "type": {
312727
+ "name": "\"all\" | Iterable<Key>"
312728
+ }
312729
+ },
312730
+ "defaultSelectedKeys": {
312731
+ "defaultValue": null,
312732
+ "description": "The initial selected keys in the collection (uncontrolled).",
312733
+ "name": "defaultSelectedKeys",
312734
+ "parent": {
312735
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312736
+ "name": "MultipleSelection"
312737
+ },
312738
+ "declarations": [
312739
+ {
312740
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
312741
+ "name": "MultipleSelection"
312742
+ }
312743
+ ],
312744
+ "required": false,
312745
+ "type": {
312746
+ "name": "\"all\" | Iterable<Key>"
312747
+ }
312748
+ },
312749
+ "selectionMode": {
312750
312750
  "defaultValue": null,
312751
312751
  "description": "",
312752
- "name": "children",
312752
+ "name": "selectionMode",
312753
312753
  "declarations": [
312754
312754
  {
312755
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312755
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312756
312756
  "name": "TypeLiteral"
312757
312757
  }
312758
312758
  ],
312759
312759
  "required": false,
312760
312760
  "type": {
312761
- "name": "ReactNode"
312761
+ "name": "ContextMenuSelectionMode"
312762
312762
  }
312763
312763
  }
312764
312764
  }
@@ -334756,6 +334756,138 @@
334756
334756
  }
334757
334757
  }
334758
334758
  },
334759
+ {
334760
+ "tags": {},
334761
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
334762
+ "description": "",
334763
+ "displayName": "Item",
334764
+ "methods": [],
334765
+ "props": {
334766
+ "id": {
334767
+ "defaultValue": null,
334768
+ "description": "",
334769
+ "name": "id",
334770
+ "parent": {
334771
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334772
+ "name": "Props"
334773
+ },
334774
+ "declarations": [
334775
+ {
334776
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334777
+ "name": "Props"
334778
+ }
334779
+ ],
334780
+ "required": true,
334781
+ "type": {
334782
+ "name": "Key"
334783
+ }
334784
+ },
334785
+ "data": {
334786
+ "defaultValue": null,
334787
+ "description": "",
334788
+ "name": "data",
334789
+ "parent": {
334790
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334791
+ "name": "Props"
334792
+ },
334793
+ "declarations": [
334794
+ {
334795
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334796
+ "name": "Props"
334797
+ }
334798
+ ],
334799
+ "required": true,
334800
+ "type": {
334801
+ "name": "never"
334802
+ }
334803
+ },
334804
+ "children": {
334805
+ "defaultValue": null,
334806
+ "description": "",
334807
+ "name": "children",
334808
+ "declarations": [
334809
+ {
334810
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
334811
+ "name": "TypeLiteral"
334812
+ }
334813
+ ],
334814
+ "required": false,
334815
+ "type": {
334816
+ "name": "ReactNode"
334817
+ }
334818
+ }
334819
+ }
334820
+ },
334821
+ {
334822
+ "tags": {},
334823
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
334824
+ "description": "",
334825
+ "displayName": "ItemContainer",
334826
+ "methods": [],
334827
+ "props": {
334828
+ "id": {
334829
+ "defaultValue": null,
334830
+ "description": "",
334831
+ "name": "id",
334832
+ "parent": {
334833
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334834
+ "name": "Props"
334835
+ },
334836
+ "declarations": [
334837
+ {
334838
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334839
+ "name": "Props"
334840
+ }
334841
+ ],
334842
+ "required": true,
334843
+ "type": {
334844
+ "name": "Key"
334845
+ }
334846
+ },
334847
+ "data": {
334848
+ "defaultValue": null,
334849
+ "description": "",
334850
+ "name": "data",
334851
+ "parent": {
334852
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334853
+ "name": "Props"
334854
+ },
334855
+ "declarations": [
334856
+ {
334857
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334858
+ "name": "Props"
334859
+ }
334860
+ ],
334861
+ "required": true,
334862
+ "type": {
334863
+ "name": "never"
334864
+ }
334865
+ },
334866
+ "children": {
334867
+ "defaultValue": null,
334868
+ "description": "",
334869
+ "name": "children",
334870
+ "declarations": [
334871
+ {
334872
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
334873
+ "name": "TypeLiteral"
334874
+ }
334875
+ ],
334876
+ "required": false,
334877
+ "type": {
334878
+ "name": "ReactNode"
334879
+ }
334880
+ }
334881
+ }
334882
+ },
334883
+ {
334884
+ "tags": {},
334885
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
334886
+ "description": "",
334887
+ "displayName": "FallbackItems",
334888
+ "methods": [],
334889
+ "props": {}
334890
+ },
334759
334891
  {
334760
334892
  "tags": {
334761
334893
  "flr-generate": "all"
@@ -338449,138 +338581,6 @@
338449
338581
  }
338450
338582
  }
338451
338583
  },
338452
- {
338453
- "tags": {},
338454
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
338455
- "description": "",
338456
- "displayName": "Item",
338457
- "methods": [],
338458
- "props": {
338459
- "id": {
338460
- "defaultValue": null,
338461
- "description": "",
338462
- "name": "id",
338463
- "parent": {
338464
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338465
- "name": "Props"
338466
- },
338467
- "declarations": [
338468
- {
338469
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338470
- "name": "Props"
338471
- }
338472
- ],
338473
- "required": true,
338474
- "type": {
338475
- "name": "Key"
338476
- }
338477
- },
338478
- "data": {
338479
- "defaultValue": null,
338480
- "description": "",
338481
- "name": "data",
338482
- "parent": {
338483
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338484
- "name": "Props"
338485
- },
338486
- "declarations": [
338487
- {
338488
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338489
- "name": "Props"
338490
- }
338491
- ],
338492
- "required": true,
338493
- "type": {
338494
- "name": "never"
338495
- }
338496
- },
338497
- "children": {
338498
- "defaultValue": null,
338499
- "description": "",
338500
- "name": "children",
338501
- "declarations": [
338502
- {
338503
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
338504
- "name": "TypeLiteral"
338505
- }
338506
- ],
338507
- "required": false,
338508
- "type": {
338509
- "name": "ReactNode"
338510
- }
338511
- }
338512
- }
338513
- },
338514
- {
338515
- "tags": {},
338516
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
338517
- "description": "",
338518
- "displayName": "ItemContainer",
338519
- "methods": [],
338520
- "props": {
338521
- "id": {
338522
- "defaultValue": null,
338523
- "description": "",
338524
- "name": "id",
338525
- "parent": {
338526
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338527
- "name": "Props"
338528
- },
338529
- "declarations": [
338530
- {
338531
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338532
- "name": "Props"
338533
- }
338534
- ],
338535
- "required": true,
338536
- "type": {
338537
- "name": "Key"
338538
- }
338539
- },
338540
- "data": {
338541
- "defaultValue": null,
338542
- "description": "",
338543
- "name": "data",
338544
- "parent": {
338545
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338546
- "name": "Props"
338547
- },
338548
- "declarations": [
338549
- {
338550
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
338551
- "name": "Props"
338552
- }
338553
- ],
338554
- "required": true,
338555
- "type": {
338556
- "name": "never"
338557
- }
338558
- },
338559
- "children": {
338560
- "defaultValue": null,
338561
- "description": "",
338562
- "name": "children",
338563
- "declarations": [
338564
- {
338565
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
338566
- "name": "TypeLiteral"
338567
- }
338568
- ],
338569
- "required": false,
338570
- "type": {
338571
- "name": "ReactNode"
338572
- }
338573
- }
338574
- }
338575
- },
338576
- {
338577
- "tags": {},
338578
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
338579
- "description": "",
338580
- "displayName": "FallbackItems",
338581
- "methods": [],
338582
- "props": {}
338583
- },
338584
338584
  {
338585
338585
  "tags": {},
338586
338586
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
@@ -338664,42 +338664,6 @@
338664
338664
  }
338665
338665
  }
338666
338666
  },
338667
- {
338668
- "tags": {},
338669
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338670
- "description": "",
338671
- "displayName": "ViewModeMenuItem",
338672
- "methods": [],
338673
- "props": {
338674
- "viewMode": {
338675
- "defaultValue": null,
338676
- "description": "",
338677
- "name": "viewMode",
338678
- "parent": {
338679
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338680
- "name": "Props"
338681
- },
338682
- "declarations": [
338683
- {
338684
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338685
- "name": "Props"
338686
- }
338687
- ],
338688
- "required": true,
338689
- "type": {
338690
- "name": "ListViewMode"
338691
- }
338692
- }
338693
- }
338694
- },
338695
- {
338696
- "tags": {},
338697
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
338698
- "description": "",
338699
- "displayName": "ViewModeContextMenu",
338700
- "methods": [],
338701
- "props": {}
338702
- },
338703
338667
  {
338704
338668
  "tags": {},
338705
338669
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -338843,6 +338807,42 @@
338843
338807
  "methods": [],
338844
338808
  "props": {}
338845
338809
  },
338810
+ {
338811
+ "tags": {},
338812
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338813
+ "description": "",
338814
+ "displayName": "ViewModeMenuItem",
338815
+ "methods": [],
338816
+ "props": {
338817
+ "viewMode": {
338818
+ "defaultValue": null,
338819
+ "description": "",
338820
+ "name": "viewMode",
338821
+ "parent": {
338822
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338823
+ "name": "Props"
338824
+ },
338825
+ "declarations": [
338826
+ {
338827
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
338828
+ "name": "Props"
338829
+ }
338830
+ ],
338831
+ "required": true,
338832
+ "type": {
338833
+ "name": "ListViewMode"
338834
+ }
338835
+ }
338836
+ }
338837
+ },
338838
+ {
338839
+ "tags": {},
338840
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
338841
+ "description": "",
338842
+ "displayName": "ViewModeContextMenu",
338843
+ "methods": [],
338844
+ "props": {}
338845
+ },
338846
338846
  {
338847
338847
  "tags": {},
338848
338848
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",