@mittwald/flow-react-components 0.2.0-alpha.834 → 0.2.0-alpha.835

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +1813 -1692
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/packages/components/src/components/Rating/Rating.mjs +5 -1
  5. package/dist/js/packages/components/src/components/Rating/Rating.mjs.map +1 -1
  6. package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs +5 -5
  7. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs +27 -0
  8. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs.map +1 -0
  9. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs +27 -0
  10. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs.map +1 -0
  11. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs +5 -5
  12. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs.map +1 -1
  13. package/dist/types/components/Rating/Rating.d.ts +5 -1
  14. package/dist/types/components/Rating/Rating.d.ts.map +1 -1
  15. package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts +8 -0
  16. package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts.map +1 -0
  17. package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts +8 -0
  18. package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts.map +1 -0
  19. package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts +4 -2
  20. package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts.map +1 -1
  21. package/dist/types/components/Rating/stories/Default.stories.d.ts +1 -3
  22. package/dist/types/components/Rating/stories/Default.stories.d.ts.map +1 -1
  23. package/package.json +8 -8
  24. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs +0 -18
  25. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs.map +0 -1
  26. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs +0 -18
  27. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs.map +0 -1
  28. package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts +0 -8
  29. package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts.map +0 -1
  30. package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts +0 -8
  31. package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts.map +0 -1
@@ -46158,6 +46158,44 @@
46158
46158
  "name": "\"s\" | \"m\""
46159
46159
  }
46160
46160
  },
46161
+ "iconEmpty": {
46162
+ "defaultValue": null,
46163
+ "description": "An alternative icon for the empty state",
46164
+ "name": "iconEmpty",
46165
+ "parent": {
46166
+ "fileName": "components/src/components/Rating/Rating.tsx",
46167
+ "name": "RatingProps"
46168
+ },
46169
+ "declarations": [
46170
+ {
46171
+ "fileName": "components/src/components/Rating/Rating.tsx",
46172
+ "name": "RatingProps"
46173
+ }
46174
+ ],
46175
+ "required": false,
46176
+ "type": {
46177
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
46178
+ }
46179
+ },
46180
+ "iconFilled": {
46181
+ "defaultValue": null,
46182
+ "description": "An alternative icon for the filled state",
46183
+ "name": "iconFilled",
46184
+ "parent": {
46185
+ "fileName": "components/src/components/Rating/Rating.tsx",
46186
+ "name": "RatingProps"
46187
+ },
46188
+ "declarations": [
46189
+ {
46190
+ "fileName": "components/src/components/Rating/Rating.tsx",
46191
+ "name": "RatingProps"
46192
+ }
46193
+ ],
46194
+ "required": false,
46195
+ "type": {
46196
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
46197
+ }
46198
+ },
46161
46199
  "wrapWith": {
46162
46200
  "defaultValue": null,
46163
46201
  "description": "",
@@ -277791,172 +277829,6 @@
277791
277829
  "methods": [],
277792
277830
  "props": {}
277793
277831
  },
277794
- {
277795
- "tags": {},
277796
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277797
- "description": "",
277798
- "displayName": "FormContext",
277799
- "methods": [],
277800
- "props": {
277801
- "value": {
277802
- "defaultValue": null,
277803
- "description": "",
277804
- "name": "value",
277805
- "parent": {
277806
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277807
- "name": "ProviderProps"
277808
- },
277809
- "declarations": [
277810
- {
277811
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277812
- "name": "ProviderProps"
277813
- }
277814
- ],
277815
- "required": true,
277816
- "type": {
277817
- "name": "FormContext<FieldValues> | undefined"
277818
- }
277819
- },
277820
- "children": {
277821
- "defaultValue": null,
277822
- "description": "",
277823
- "name": "children",
277824
- "parent": {
277825
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277826
- "name": "DOMAttributes"
277827
- },
277828
- "declarations": [
277829
- {
277830
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277831
- "name": "DOMAttributes"
277832
- }
277833
- ],
277834
- "required": false,
277835
- "type": {
277836
- "name": "ReactNode"
277837
- }
277838
- }
277839
- }
277840
- },
277841
- {
277842
- "tags": {},
277843
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277844
- "description": "",
277845
- "displayName": "FormContextProvider",
277846
- "methods": [],
277847
- "props": {
277848
- "form": {
277849
- "defaultValue": null,
277850
- "description": "",
277851
- "name": "form",
277852
- "parent": {
277853
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277854
- "name": "FormContextProviderProps"
277855
- },
277856
- "declarations": [
277857
- {
277858
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277859
- "name": "FormContextProviderProps"
277860
- }
277861
- ],
277862
- "required": true,
277863
- "type": {
277864
- "name": "UseFormReturn"
277865
- }
277866
- },
277867
- "id": {
277868
- "defaultValue": null,
277869
- "description": "",
277870
- "name": "id",
277871
- "parent": {
277872
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277873
- "name": "FormContextProviderProps"
277874
- },
277875
- "declarations": [
277876
- {
277877
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277878
- "name": "FormContextProviderProps"
277879
- }
277880
- ],
277881
- "required": true,
277882
- "type": {
277883
- "name": "string"
277884
- }
277885
- },
277886
- "isReadOnly": {
277887
- "defaultValue": null,
277888
- "description": "",
277889
- "name": "isReadOnly",
277890
- "parent": {
277891
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277892
- "name": "FormContextProviderProps"
277893
- },
277894
- "declarations": [
277895
- {
277896
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277897
- "name": "FormContextProviderProps"
277898
- }
277899
- ],
277900
- "required": false,
277901
- "type": {
277902
- "name": "boolean"
277903
- }
277904
- },
277905
- "onAfterSuccessFeedback": {
277906
- "defaultValue": null,
277907
- "description": "",
277908
- "name": "onAfterSuccessFeedback",
277909
- "parent": {
277910
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277911
- "name": "FormContextProviderProps"
277912
- },
277913
- "declarations": [
277914
- {
277915
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277916
- "name": "FormContextProviderProps"
277917
- }
277918
- ],
277919
- "required": false,
277920
- "type": {
277921
- "name": "AfterFormSubmitCallback"
277922
- }
277923
- },
277924
- "rootErrorController": {
277925
- "defaultValue": null,
277926
- "description": "",
277927
- "name": "rootErrorController",
277928
- "parent": {
277929
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277930
- "name": "FormContextProviderProps"
277931
- },
277932
- "declarations": [
277933
- {
277934
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277935
- "name": "FormContextProviderProps"
277936
- }
277937
- ],
277938
- "required": true,
277939
- "type": {
277940
- "name": "FormRootErrorController"
277941
- }
277942
- },
277943
- "children": {
277944
- "defaultValue": null,
277945
- "description": "",
277946
- "name": "children",
277947
- "declarations": [
277948
- {
277949
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277950
- "name": "TypeLiteral"
277951
- }
277952
- ],
277953
- "required": false,
277954
- "type": {
277955
- "name": "ReactNode"
277956
- }
277957
- }
277958
- }
277959
- },
277960
277832
  {
277961
277833
  "tags": {},
277962
277834
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
@@ -278126,114 +277998,151 @@
278126
277998
  },
278127
277999
  {
278128
278000
  "tags": {},
278129
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
278001
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278130
278002
  "description": "",
278131
- "displayName": "Field",
278003
+ "displayName": "FormContext",
278132
278004
  "methods": [],
278133
278005
  "props": {
278134
- "defaultValue": {
278006
+ "value": {
278135
278007
  "defaultValue": null,
278136
278008
  "description": "",
278137
- "name": "defaultValue",
278009
+ "name": "value",
278010
+ "parent": {
278011
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278012
+ "name": "ProviderProps"
278013
+ },
278138
278014
  "declarations": [
278139
278015
  {
278140
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278141
- "name": "TypeLiteral"
278016
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278017
+ "name": "ProviderProps"
278142
278018
  }
278143
278019
  ],
278144
- "required": false,
278020
+ "required": true,
278145
278021
  "type": {
278146
- "name": "any"
278022
+ "name": "FormContext<FieldValues> | undefined"
278147
278023
  }
278148
278024
  },
278149
- "name": {
278025
+ "children": {
278150
278026
  "defaultValue": null,
278151
278027
  "description": "",
278152
- "name": "name",
278028
+ "name": "children",
278029
+ "parent": {
278030
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278031
+ "name": "DOMAttributes"
278032
+ },
278153
278033
  "declarations": [
278154
278034
  {
278155
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278156
- "name": "TypeLiteral"
278035
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278036
+ "name": "DOMAttributes"
278157
278037
  }
278158
278038
  ],
278159
- "required": true,
278039
+ "required": false,
278160
278040
  "type": {
278161
- "name": "string"
278041
+ "name": "ReactNode"
278162
278042
  }
278163
- },
278164
- "disabled": {
278043
+ }
278044
+ }
278045
+ },
278046
+ {
278047
+ "tags": {},
278048
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278049
+ "description": "",
278050
+ "displayName": "FormContextProvider",
278051
+ "methods": [],
278052
+ "props": {
278053
+ "form": {
278165
278054
  "defaultValue": null,
278166
278055
  "description": "",
278167
- "name": "disabled",
278056
+ "name": "form",
278057
+ "parent": {
278058
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278059
+ "name": "FormContextProviderProps"
278060
+ },
278168
278061
  "declarations": [
278169
278062
  {
278170
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278171
- "name": "TypeLiteral"
278063
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278064
+ "name": "FormContextProviderProps"
278172
278065
  }
278173
278066
  ],
278174
- "required": false,
278067
+ "required": true,
278175
278068
  "type": {
278176
- "name": "boolean"
278069
+ "name": "UseFormReturn"
278177
278070
  }
278178
278071
  },
278179
- "control": {
278072
+ "id": {
278180
278073
  "defaultValue": null,
278181
278074
  "description": "",
278182
- "name": "control",
278075
+ "name": "id",
278076
+ "parent": {
278077
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278078
+ "name": "FormContextProviderProps"
278079
+ },
278183
278080
  "declarations": [
278184
278081
  {
278185
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278186
- "name": "TypeLiteral"
278082
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278083
+ "name": "FormContextProviderProps"
278187
278084
  }
278188
278085
  ],
278189
- "required": false,
278086
+ "required": true,
278190
278087
  "type": {
278191
- "name": "Control<T, any, T>"
278088
+ "name": "string"
278192
278089
  }
278193
278090
  },
278194
- "rules": {
278091
+ "isReadOnly": {
278195
278092
  "defaultValue": null,
278196
278093
  "description": "",
278197
- "name": "rules",
278094
+ "name": "isReadOnly",
278095
+ "parent": {
278096
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278097
+ "name": "FormContextProviderProps"
278098
+ },
278198
278099
  "declarations": [
278199
278100
  {
278200
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278201
- "name": "TypeLiteral"
278101
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278102
+ "name": "FormContextProviderProps"
278202
278103
  }
278203
278104
  ],
278204
278105
  "required": false,
278205
278106
  "type": {
278206
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
278107
+ "name": "boolean"
278207
278108
  }
278208
278109
  },
278209
- "shouldUnregister": {
278110
+ "onAfterSuccessFeedback": {
278210
278111
  "defaultValue": null,
278211
278112
  "description": "",
278212
- "name": "shouldUnregister",
278113
+ "name": "onAfterSuccessFeedback",
278114
+ "parent": {
278115
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278116
+ "name": "FormContextProviderProps"
278117
+ },
278213
278118
  "declarations": [
278214
278119
  {
278215
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278216
- "name": "TypeLiteral"
278120
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278121
+ "name": "FormContextProviderProps"
278217
278122
  }
278218
278123
  ],
278219
278124
  "required": false,
278220
278125
  "type": {
278221
- "name": "boolean"
278126
+ "name": "AfterFormSubmitCallback"
278222
278127
  }
278223
278128
  },
278224
- "exact": {
278129
+ "rootErrorController": {
278225
278130
  "defaultValue": null,
278226
278131
  "description": "",
278227
- "name": "exact",
278132
+ "name": "rootErrorController",
278133
+ "parent": {
278134
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278135
+ "name": "FormContextProviderProps"
278136
+ },
278228
278137
  "declarations": [
278229
278138
  {
278230
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
278231
- "name": "TypeLiteral"
278139
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278140
+ "name": "FormContextProviderProps"
278232
278141
  }
278233
278142
  ],
278234
- "required": false,
278143
+ "required": true,
278235
278144
  "type": {
278236
- "name": "boolean"
278145
+ "name": "FormRootErrorController"
278237
278146
  }
278238
278147
  },
278239
278148
  "children": {
@@ -278253,635 +278162,6 @@
278253
278162
  }
278254
278163
  }
278255
278164
  },
278256
- {
278257
- "tags": {},
278258
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
278259
- "description": "",
278260
- "displayName": "typedField",
278261
- "methods": [],
278262
- "props": {
278263
- "watch": {
278264
- "defaultValue": null,
278265
- "description": "",
278266
- "name": "watch",
278267
- "declarations": [
278268
- {
278269
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278270
- "name": "TypeLiteral"
278271
- }
278272
- ],
278273
- "required": true,
278274
- "type": {
278275
- "name": "UseFormWatch<T>"
278276
- }
278277
- },
278278
- "getValues": {
278279
- "defaultValue": null,
278280
- "description": "",
278281
- "name": "getValues",
278282
- "declarations": [
278283
- {
278284
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278285
- "name": "TypeLiteral"
278286
- }
278287
- ],
278288
- "required": true,
278289
- "type": {
278290
- "name": "UseFormGetValues<T>"
278291
- }
278292
- },
278293
- "getFieldState": {
278294
- "defaultValue": null,
278295
- "description": "",
278296
- "name": "getFieldState",
278297
- "declarations": [
278298
- {
278299
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278300
- "name": "TypeLiteral"
278301
- },
278302
- {
278303
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278304
- "name": "TypeLiteral"
278305
- }
278306
- ],
278307
- "required": true,
278308
- "type": {
278309
- "name": "UseFormGetFieldState<T>"
278310
- }
278311
- },
278312
- "setError": {
278313
- "defaultValue": null,
278314
- "description": "",
278315
- "name": "setError",
278316
- "declarations": [
278317
- {
278318
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278319
- "name": "TypeLiteral"
278320
- },
278321
- {
278322
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278323
- "name": "TypeLiteral"
278324
- }
278325
- ],
278326
- "required": true,
278327
- "type": {
278328
- "name": "UseFormSetError<T>"
278329
- }
278330
- },
278331
- "clearErrors": {
278332
- "defaultValue": null,
278333
- "description": "",
278334
- "name": "clearErrors",
278335
- "declarations": [
278336
- {
278337
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278338
- "name": "TypeLiteral"
278339
- }
278340
- ],
278341
- "required": true,
278342
- "type": {
278343
- "name": "UseFormClearErrors<T>"
278344
- }
278345
- },
278346
- "setValue": {
278347
- "defaultValue": null,
278348
- "description": "",
278349
- "name": "setValue",
278350
- "declarations": [
278351
- {
278352
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278353
- "name": "TypeLiteral"
278354
- }
278355
- ],
278356
- "required": true,
278357
- "type": {
278358
- "name": "UseFormSetValue<T>"
278359
- }
278360
- },
278361
- "trigger": {
278362
- "defaultValue": null,
278363
- "description": "",
278364
- "name": "trigger",
278365
- "declarations": [
278366
- {
278367
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278368
- "name": "TypeLiteral"
278369
- }
278370
- ],
278371
- "required": true,
278372
- "type": {
278373
- "name": "UseFormTrigger<T>"
278374
- }
278375
- },
278376
- "formState": {
278377
- "defaultValue": null,
278378
- "description": "",
278379
- "name": "formState",
278380
- "declarations": [
278381
- {
278382
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278383
- "name": "TypeLiteral"
278384
- }
278385
- ],
278386
- "required": true,
278387
- "type": {
278388
- "name": "FormState<T>"
278389
- }
278390
- },
278391
- "resetField": {
278392
- "defaultValue": null,
278393
- "description": "",
278394
- "name": "resetField",
278395
- "declarations": [
278396
- {
278397
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278398
- "name": "TypeLiteral"
278399
- }
278400
- ],
278401
- "required": true,
278402
- "type": {
278403
- "name": "UseFormResetField<T>"
278404
- }
278405
- },
278406
- "reset": {
278407
- "defaultValue": null,
278408
- "description": "",
278409
- "name": "reset",
278410
- "declarations": [
278411
- {
278412
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278413
- "name": "TypeLiteral"
278414
- }
278415
- ],
278416
- "required": true,
278417
- "type": {
278418
- "name": "UseFormReset<T>"
278419
- }
278420
- },
278421
- "handleSubmit": {
278422
- "defaultValue": null,
278423
- "description": "",
278424
- "name": "handleSubmit",
278425
- "declarations": [
278426
- {
278427
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278428
- "name": "TypeLiteral"
278429
- },
278430
- {
278431
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278432
- "name": "TypeLiteral"
278433
- }
278434
- ],
278435
- "required": true,
278436
- "type": {
278437
- "name": "UseFormHandleSubmit<T, T>"
278438
- }
278439
- },
278440
- "unregister": {
278441
- "defaultValue": null,
278442
- "description": "",
278443
- "name": "unregister",
278444
- "declarations": [
278445
- {
278446
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278447
- "name": "TypeLiteral"
278448
- },
278449
- {
278450
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278451
- "name": "TypeLiteral"
278452
- }
278453
- ],
278454
- "required": true,
278455
- "type": {
278456
- "name": "UseFormUnregister<T>"
278457
- }
278458
- },
278459
- "control": {
278460
- "defaultValue": null,
278461
- "description": "",
278462
- "name": "control",
278463
- "declarations": [
278464
- {
278465
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278466
- "name": "TypeLiteral"
278467
- }
278468
- ],
278469
- "required": true,
278470
- "type": {
278471
- "name": "Control<T, any, T>"
278472
- }
278473
- },
278474
- "register": {
278475
- "defaultValue": null,
278476
- "description": "",
278477
- "name": "register",
278478
- "declarations": [
278479
- {
278480
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278481
- "name": "TypeLiteral"
278482
- },
278483
- {
278484
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278485
- "name": "TypeLiteral"
278486
- }
278487
- ],
278488
- "required": true,
278489
- "type": {
278490
- "name": "UseFormRegister<T>"
278491
- }
278492
- },
278493
- "setFocus": {
278494
- "defaultValue": null,
278495
- "description": "",
278496
- "name": "setFocus",
278497
- "declarations": [
278498
- {
278499
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278500
- "name": "TypeLiteral"
278501
- }
278502
- ],
278503
- "required": true,
278504
- "type": {
278505
- "name": "UseFormSetFocus<T>"
278506
- }
278507
- },
278508
- "subscribe": {
278509
- "defaultValue": null,
278510
- "description": "",
278511
- "name": "subscribe",
278512
- "declarations": [
278513
- {
278514
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278515
- "name": "TypeLiteral"
278516
- }
278517
- ],
278518
- "required": true,
278519
- "type": {
278520
- "name": "UseFormSubscribe<T>"
278521
- }
278522
- },
278523
- "_subjects": {
278524
- "defaultValue": null,
278525
- "description": "",
278526
- "name": "_subjects",
278527
- "declarations": [
278528
- {
278529
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278530
- "name": "TypeLiteral"
278531
- }
278532
- ],
278533
- "required": true,
278534
- "type": {
278535
- "name": "Subjects<T>"
278536
- }
278537
- },
278538
- "_removeUnmounted": {
278539
- "defaultValue": null,
278540
- "description": "",
278541
- "name": "_removeUnmounted",
278542
- "declarations": [
278543
- {
278544
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278545
- "name": "TypeLiteral"
278546
- }
278547
- ],
278548
- "required": true,
278549
- "type": {
278550
- "name": "Noop"
278551
- }
278552
- },
278553
- "_names": {
278554
- "defaultValue": null,
278555
- "description": "",
278556
- "name": "_names",
278557
- "declarations": [
278558
- {
278559
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278560
- "name": "TypeLiteral"
278561
- }
278562
- ],
278563
- "required": true,
278564
- "type": {
278565
- "name": "Names"
278566
- }
278567
- },
278568
- "_state": {
278569
- "defaultValue": null,
278570
- "description": "",
278571
- "name": "_state",
278572
- "declarations": [
278573
- {
278574
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278575
- "name": "TypeLiteral"
278576
- }
278577
- ],
278578
- "required": true,
278579
- "type": {
278580
- "name": "{ mount: boolean; action: boolean; watch: boolean; }"
278581
- }
278582
- },
278583
- "_reset": {
278584
- "defaultValue": null,
278585
- "description": "",
278586
- "name": "_reset",
278587
- "declarations": [
278588
- {
278589
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278590
- "name": "TypeLiteral"
278591
- }
278592
- ],
278593
- "required": true,
278594
- "type": {
278595
- "name": "UseFormReset<T>"
278596
- }
278597
- },
278598
- "_options": {
278599
- "defaultValue": null,
278600
- "description": "",
278601
- "name": "_options",
278602
- "declarations": [
278603
- {
278604
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278605
- "name": "TypeLiteral"
278606
- }
278607
- ],
278608
- "required": true,
278609
- "type": {
278610
- "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
278611
- }
278612
- },
278613
- "_getDirty": {
278614
- "defaultValue": null,
278615
- "description": "",
278616
- "name": "_getDirty",
278617
- "declarations": [
278618
- {
278619
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278620
- "name": "TypeLiteral"
278621
- }
278622
- ],
278623
- "required": true,
278624
- "type": {
278625
- "name": "GetIsDirty"
278626
- }
278627
- },
278628
- "_resetDefaultValues": {
278629
- "defaultValue": null,
278630
- "description": "",
278631
- "name": "_resetDefaultValues",
278632
- "declarations": [
278633
- {
278634
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278635
- "name": "TypeLiteral"
278636
- }
278637
- ],
278638
- "required": true,
278639
- "type": {
278640
- "name": "Noop"
278641
- }
278642
- },
278643
- "_formState": {
278644
- "defaultValue": null,
278645
- "description": "",
278646
- "name": "_formState",
278647
- "declarations": [
278648
- {
278649
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278650
- "name": "TypeLiteral"
278651
- }
278652
- ],
278653
- "required": true,
278654
- "type": {
278655
- "name": "FormState<T>"
278656
- }
278657
- },
278658
- "_setValid": {
278659
- "defaultValue": null,
278660
- "description": "",
278661
- "name": "_setValid",
278662
- "declarations": [
278663
- {
278664
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278665
- "name": "TypeLiteral"
278666
- }
278667
- ],
278668
- "required": true,
278669
- "type": {
278670
- "name": "(shouldUpdateValid?: boolean | undefined) => void"
278671
- }
278672
- },
278673
- "_fields": {
278674
- "defaultValue": null,
278675
- "description": "",
278676
- "name": "_fields",
278677
- "declarations": [
278678
- {
278679
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278680
- "name": "TypeLiteral"
278681
- }
278682
- ],
278683
- "required": true,
278684
- "type": {
278685
- "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
278686
- }
278687
- },
278688
- "_formValues": {
278689
- "defaultValue": null,
278690
- "description": "",
278691
- "name": "_formValues",
278692
- "declarations": [
278693
- {
278694
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278695
- "name": "TypeLiteral"
278696
- }
278697
- ],
278698
- "required": true,
278699
- "type": {
278700
- "name": "FieldValues"
278701
- }
278702
- },
278703
- "_proxyFormState": {
278704
- "defaultValue": null,
278705
- "description": "",
278706
- "name": "_proxyFormState",
278707
- "declarations": [
278708
- {
278709
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278710
- "name": "TypeLiteral"
278711
- }
278712
- ],
278713
- "required": true,
278714
- "type": {
278715
- "name": "ReadFormState"
278716
- }
278717
- },
278718
- "_defaultValues": {
278719
- "defaultValue": null,
278720
- "description": "",
278721
- "name": "_defaultValues",
278722
- "declarations": [
278723
- {
278724
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278725
- "name": "TypeLiteral"
278726
- }
278727
- ],
278728
- "required": true,
278729
- "type": {
278730
- "name": "Partial<DefaultValues<T>>"
278731
- }
278732
- },
278733
- "_getWatch": {
278734
- "defaultValue": null,
278735
- "description": "",
278736
- "name": "_getWatch",
278737
- "declarations": [
278738
- {
278739
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278740
- "name": "TypeLiteral"
278741
- }
278742
- ],
278743
- "required": true,
278744
- "type": {
278745
- "name": "WatchInternal<T>"
278746
- }
278747
- },
278748
- "_setFieldArray": {
278749
- "defaultValue": null,
278750
- "description": "",
278751
- "name": "_setFieldArray",
278752
- "declarations": [
278753
- {
278754
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278755
- "name": "TypeLiteral"
278756
- }
278757
- ],
278758
- "required": true,
278759
- "type": {
278760
- "name": "BatchFieldArrayUpdate"
278761
- }
278762
- },
278763
- "_getFieldArray": {
278764
- "defaultValue": null,
278765
- "description": "",
278766
- "name": "_getFieldArray",
278767
- "declarations": [
278768
- {
278769
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278770
- "name": "TypeLiteral"
278771
- }
278772
- ],
278773
- "required": true,
278774
- "type": {
278775
- "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
278776
- }
278777
- },
278778
- "_setErrors": {
278779
- "defaultValue": null,
278780
- "description": "",
278781
- "name": "_setErrors",
278782
- "declarations": [
278783
- {
278784
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278785
- "name": "TypeLiteral"
278786
- }
278787
- ],
278788
- "required": true,
278789
- "type": {
278790
- "name": "(errors: FieldErrors<T>) => void"
278791
- }
278792
- },
278793
- "_setDisabledField": {
278794
- "defaultValue": null,
278795
- "description": "",
278796
- "name": "_setDisabledField",
278797
- "declarations": [
278798
- {
278799
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278800
- "name": "TypeLiteral"
278801
- }
278802
- ],
278803
- "required": true,
278804
- "type": {
278805
- "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
278806
- }
278807
- },
278808
- "_runSchema": {
278809
- "defaultValue": null,
278810
- "description": "",
278811
- "name": "_runSchema",
278812
- "declarations": [
278813
- {
278814
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278815
- "name": "TypeLiteral"
278816
- }
278817
- ],
278818
- "required": true,
278819
- "type": {
278820
- "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
278821
- }
278822
- },
278823
- "_updateIsValidating": {
278824
- "defaultValue": null,
278825
- "description": "",
278826
- "name": "_updateIsValidating",
278827
- "declarations": [
278828
- {
278829
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278830
- "name": "TypeLiteral"
278831
- }
278832
- ],
278833
- "required": true,
278834
- "type": {
278835
- "name": "(names?: string[] | undefined, isValidating?: boolean | undefined) => void"
278836
- }
278837
- },
278838
- "_focusError": {
278839
- "defaultValue": null,
278840
- "description": "",
278841
- "name": "_focusError",
278842
- "declarations": [
278843
- {
278844
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278845
- "name": "TypeLiteral"
278846
- }
278847
- ],
278848
- "required": true,
278849
- "type": {
278850
- "name": "() => boolean | undefined"
278851
- }
278852
- },
278853
- "_disableForm": {
278854
- "defaultValue": null,
278855
- "description": "",
278856
- "name": "_disableForm",
278857
- "declarations": [
278858
- {
278859
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278860
- "name": "TypeLiteral"
278861
- }
278862
- ],
278863
- "required": true,
278864
- "type": {
278865
- "name": "(disabled?: boolean | undefined) => void"
278866
- }
278867
- },
278868
- "_subscribe": {
278869
- "defaultValue": null,
278870
- "description": "",
278871
- "name": "_subscribe",
278872
- "declarations": [
278873
- {
278874
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
278875
- "name": "TypeLiteral"
278876
- }
278877
- ],
278878
- "required": true,
278879
- "type": {
278880
- "name": "FromSubscribe<T>"
278881
- }
278882
- }
278883
- }
278884
- },
278885
278165
  {
278886
278166
  "tags": {},
278887
278167
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -284458,6 +283738,764 @@
284458
283738
  }
284459
283739
  }
284460
283740
  },
283741
+ {
283742
+ "tags": {},
283743
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
283744
+ "description": "",
283745
+ "displayName": "Field",
283746
+ "methods": [],
283747
+ "props": {
283748
+ "defaultValue": {
283749
+ "defaultValue": null,
283750
+ "description": "",
283751
+ "name": "defaultValue",
283752
+ "declarations": [
283753
+ {
283754
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283755
+ "name": "TypeLiteral"
283756
+ }
283757
+ ],
283758
+ "required": false,
283759
+ "type": {
283760
+ "name": "any"
283761
+ }
283762
+ },
283763
+ "name": {
283764
+ "defaultValue": null,
283765
+ "description": "",
283766
+ "name": "name",
283767
+ "declarations": [
283768
+ {
283769
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283770
+ "name": "TypeLiteral"
283771
+ }
283772
+ ],
283773
+ "required": true,
283774
+ "type": {
283775
+ "name": "string"
283776
+ }
283777
+ },
283778
+ "disabled": {
283779
+ "defaultValue": null,
283780
+ "description": "",
283781
+ "name": "disabled",
283782
+ "declarations": [
283783
+ {
283784
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283785
+ "name": "TypeLiteral"
283786
+ }
283787
+ ],
283788
+ "required": false,
283789
+ "type": {
283790
+ "name": "boolean"
283791
+ }
283792
+ },
283793
+ "control": {
283794
+ "defaultValue": null,
283795
+ "description": "",
283796
+ "name": "control",
283797
+ "declarations": [
283798
+ {
283799
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283800
+ "name": "TypeLiteral"
283801
+ }
283802
+ ],
283803
+ "required": false,
283804
+ "type": {
283805
+ "name": "Control<T, any, T>"
283806
+ }
283807
+ },
283808
+ "rules": {
283809
+ "defaultValue": null,
283810
+ "description": "",
283811
+ "name": "rules",
283812
+ "declarations": [
283813
+ {
283814
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283815
+ "name": "TypeLiteral"
283816
+ }
283817
+ ],
283818
+ "required": false,
283819
+ "type": {
283820
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
283821
+ }
283822
+ },
283823
+ "shouldUnregister": {
283824
+ "defaultValue": null,
283825
+ "description": "",
283826
+ "name": "shouldUnregister",
283827
+ "declarations": [
283828
+ {
283829
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283830
+ "name": "TypeLiteral"
283831
+ }
283832
+ ],
283833
+ "required": false,
283834
+ "type": {
283835
+ "name": "boolean"
283836
+ }
283837
+ },
283838
+ "exact": {
283839
+ "defaultValue": null,
283840
+ "description": "",
283841
+ "name": "exact",
283842
+ "declarations": [
283843
+ {
283844
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/controller.d.ts",
283845
+ "name": "TypeLiteral"
283846
+ }
283847
+ ],
283848
+ "required": false,
283849
+ "type": {
283850
+ "name": "boolean"
283851
+ }
283852
+ },
283853
+ "children": {
283854
+ "defaultValue": null,
283855
+ "description": "",
283856
+ "name": "children",
283857
+ "declarations": [
283858
+ {
283859
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
283860
+ "name": "TypeLiteral"
283861
+ }
283862
+ ],
283863
+ "required": false,
283864
+ "type": {
283865
+ "name": "ReactNode"
283866
+ }
283867
+ }
283868
+ }
283869
+ },
283870
+ {
283871
+ "tags": {},
283872
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
283873
+ "description": "",
283874
+ "displayName": "typedField",
283875
+ "methods": [],
283876
+ "props": {
283877
+ "watch": {
283878
+ "defaultValue": null,
283879
+ "description": "",
283880
+ "name": "watch",
283881
+ "declarations": [
283882
+ {
283883
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283884
+ "name": "TypeLiteral"
283885
+ }
283886
+ ],
283887
+ "required": true,
283888
+ "type": {
283889
+ "name": "UseFormWatch<T>"
283890
+ }
283891
+ },
283892
+ "getValues": {
283893
+ "defaultValue": null,
283894
+ "description": "",
283895
+ "name": "getValues",
283896
+ "declarations": [
283897
+ {
283898
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283899
+ "name": "TypeLiteral"
283900
+ }
283901
+ ],
283902
+ "required": true,
283903
+ "type": {
283904
+ "name": "UseFormGetValues<T>"
283905
+ }
283906
+ },
283907
+ "getFieldState": {
283908
+ "defaultValue": null,
283909
+ "description": "",
283910
+ "name": "getFieldState",
283911
+ "declarations": [
283912
+ {
283913
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283914
+ "name": "TypeLiteral"
283915
+ },
283916
+ {
283917
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283918
+ "name": "TypeLiteral"
283919
+ }
283920
+ ],
283921
+ "required": true,
283922
+ "type": {
283923
+ "name": "UseFormGetFieldState<T>"
283924
+ }
283925
+ },
283926
+ "setError": {
283927
+ "defaultValue": null,
283928
+ "description": "",
283929
+ "name": "setError",
283930
+ "declarations": [
283931
+ {
283932
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283933
+ "name": "TypeLiteral"
283934
+ },
283935
+ {
283936
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283937
+ "name": "TypeLiteral"
283938
+ }
283939
+ ],
283940
+ "required": true,
283941
+ "type": {
283942
+ "name": "UseFormSetError<T>"
283943
+ }
283944
+ },
283945
+ "clearErrors": {
283946
+ "defaultValue": null,
283947
+ "description": "",
283948
+ "name": "clearErrors",
283949
+ "declarations": [
283950
+ {
283951
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283952
+ "name": "TypeLiteral"
283953
+ }
283954
+ ],
283955
+ "required": true,
283956
+ "type": {
283957
+ "name": "UseFormClearErrors<T>"
283958
+ }
283959
+ },
283960
+ "setValue": {
283961
+ "defaultValue": null,
283962
+ "description": "",
283963
+ "name": "setValue",
283964
+ "declarations": [
283965
+ {
283966
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283967
+ "name": "TypeLiteral"
283968
+ }
283969
+ ],
283970
+ "required": true,
283971
+ "type": {
283972
+ "name": "UseFormSetValue<T>"
283973
+ }
283974
+ },
283975
+ "trigger": {
283976
+ "defaultValue": null,
283977
+ "description": "",
283978
+ "name": "trigger",
283979
+ "declarations": [
283980
+ {
283981
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283982
+ "name": "TypeLiteral"
283983
+ }
283984
+ ],
283985
+ "required": true,
283986
+ "type": {
283987
+ "name": "UseFormTrigger<T>"
283988
+ }
283989
+ },
283990
+ "formState": {
283991
+ "defaultValue": null,
283992
+ "description": "",
283993
+ "name": "formState",
283994
+ "declarations": [
283995
+ {
283996
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
283997
+ "name": "TypeLiteral"
283998
+ }
283999
+ ],
284000
+ "required": true,
284001
+ "type": {
284002
+ "name": "FormState<T>"
284003
+ }
284004
+ },
284005
+ "resetField": {
284006
+ "defaultValue": null,
284007
+ "description": "",
284008
+ "name": "resetField",
284009
+ "declarations": [
284010
+ {
284011
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284012
+ "name": "TypeLiteral"
284013
+ }
284014
+ ],
284015
+ "required": true,
284016
+ "type": {
284017
+ "name": "UseFormResetField<T>"
284018
+ }
284019
+ },
284020
+ "reset": {
284021
+ "defaultValue": null,
284022
+ "description": "",
284023
+ "name": "reset",
284024
+ "declarations": [
284025
+ {
284026
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284027
+ "name": "TypeLiteral"
284028
+ }
284029
+ ],
284030
+ "required": true,
284031
+ "type": {
284032
+ "name": "UseFormReset<T>"
284033
+ }
284034
+ },
284035
+ "handleSubmit": {
284036
+ "defaultValue": null,
284037
+ "description": "",
284038
+ "name": "handleSubmit",
284039
+ "declarations": [
284040
+ {
284041
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284042
+ "name": "TypeLiteral"
284043
+ },
284044
+ {
284045
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284046
+ "name": "TypeLiteral"
284047
+ }
284048
+ ],
284049
+ "required": true,
284050
+ "type": {
284051
+ "name": "UseFormHandleSubmit<T, T>"
284052
+ }
284053
+ },
284054
+ "unregister": {
284055
+ "defaultValue": null,
284056
+ "description": "",
284057
+ "name": "unregister",
284058
+ "declarations": [
284059
+ {
284060
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284061
+ "name": "TypeLiteral"
284062
+ },
284063
+ {
284064
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284065
+ "name": "TypeLiteral"
284066
+ }
284067
+ ],
284068
+ "required": true,
284069
+ "type": {
284070
+ "name": "UseFormUnregister<T>"
284071
+ }
284072
+ },
284073
+ "control": {
284074
+ "defaultValue": null,
284075
+ "description": "",
284076
+ "name": "control",
284077
+ "declarations": [
284078
+ {
284079
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284080
+ "name": "TypeLiteral"
284081
+ }
284082
+ ],
284083
+ "required": true,
284084
+ "type": {
284085
+ "name": "Control<T, any, T>"
284086
+ }
284087
+ },
284088
+ "register": {
284089
+ "defaultValue": null,
284090
+ "description": "",
284091
+ "name": "register",
284092
+ "declarations": [
284093
+ {
284094
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284095
+ "name": "TypeLiteral"
284096
+ },
284097
+ {
284098
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284099
+ "name": "TypeLiteral"
284100
+ }
284101
+ ],
284102
+ "required": true,
284103
+ "type": {
284104
+ "name": "UseFormRegister<T>"
284105
+ }
284106
+ },
284107
+ "setFocus": {
284108
+ "defaultValue": null,
284109
+ "description": "",
284110
+ "name": "setFocus",
284111
+ "declarations": [
284112
+ {
284113
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284114
+ "name": "TypeLiteral"
284115
+ }
284116
+ ],
284117
+ "required": true,
284118
+ "type": {
284119
+ "name": "UseFormSetFocus<T>"
284120
+ }
284121
+ },
284122
+ "subscribe": {
284123
+ "defaultValue": null,
284124
+ "description": "",
284125
+ "name": "subscribe",
284126
+ "declarations": [
284127
+ {
284128
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284129
+ "name": "TypeLiteral"
284130
+ }
284131
+ ],
284132
+ "required": true,
284133
+ "type": {
284134
+ "name": "UseFormSubscribe<T>"
284135
+ }
284136
+ },
284137
+ "_subjects": {
284138
+ "defaultValue": null,
284139
+ "description": "",
284140
+ "name": "_subjects",
284141
+ "declarations": [
284142
+ {
284143
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284144
+ "name": "TypeLiteral"
284145
+ }
284146
+ ],
284147
+ "required": true,
284148
+ "type": {
284149
+ "name": "Subjects<T>"
284150
+ }
284151
+ },
284152
+ "_removeUnmounted": {
284153
+ "defaultValue": null,
284154
+ "description": "",
284155
+ "name": "_removeUnmounted",
284156
+ "declarations": [
284157
+ {
284158
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284159
+ "name": "TypeLiteral"
284160
+ }
284161
+ ],
284162
+ "required": true,
284163
+ "type": {
284164
+ "name": "Noop"
284165
+ }
284166
+ },
284167
+ "_names": {
284168
+ "defaultValue": null,
284169
+ "description": "",
284170
+ "name": "_names",
284171
+ "declarations": [
284172
+ {
284173
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284174
+ "name": "TypeLiteral"
284175
+ }
284176
+ ],
284177
+ "required": true,
284178
+ "type": {
284179
+ "name": "Names"
284180
+ }
284181
+ },
284182
+ "_state": {
284183
+ "defaultValue": null,
284184
+ "description": "",
284185
+ "name": "_state",
284186
+ "declarations": [
284187
+ {
284188
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284189
+ "name": "TypeLiteral"
284190
+ }
284191
+ ],
284192
+ "required": true,
284193
+ "type": {
284194
+ "name": "{ mount: boolean; action: boolean; watch: boolean; }"
284195
+ }
284196
+ },
284197
+ "_reset": {
284198
+ "defaultValue": null,
284199
+ "description": "",
284200
+ "name": "_reset",
284201
+ "declarations": [
284202
+ {
284203
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284204
+ "name": "TypeLiteral"
284205
+ }
284206
+ ],
284207
+ "required": true,
284208
+ "type": {
284209
+ "name": "UseFormReset<T>"
284210
+ }
284211
+ },
284212
+ "_options": {
284213
+ "defaultValue": null,
284214
+ "description": "",
284215
+ "name": "_options",
284216
+ "declarations": [
284217
+ {
284218
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284219
+ "name": "TypeLiteral"
284220
+ }
284221
+ ],
284222
+ "required": true,
284223
+ "type": {
284224
+ "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
284225
+ }
284226
+ },
284227
+ "_getDirty": {
284228
+ "defaultValue": null,
284229
+ "description": "",
284230
+ "name": "_getDirty",
284231
+ "declarations": [
284232
+ {
284233
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284234
+ "name": "TypeLiteral"
284235
+ }
284236
+ ],
284237
+ "required": true,
284238
+ "type": {
284239
+ "name": "GetIsDirty"
284240
+ }
284241
+ },
284242
+ "_resetDefaultValues": {
284243
+ "defaultValue": null,
284244
+ "description": "",
284245
+ "name": "_resetDefaultValues",
284246
+ "declarations": [
284247
+ {
284248
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284249
+ "name": "TypeLiteral"
284250
+ }
284251
+ ],
284252
+ "required": true,
284253
+ "type": {
284254
+ "name": "Noop"
284255
+ }
284256
+ },
284257
+ "_formState": {
284258
+ "defaultValue": null,
284259
+ "description": "",
284260
+ "name": "_formState",
284261
+ "declarations": [
284262
+ {
284263
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284264
+ "name": "TypeLiteral"
284265
+ }
284266
+ ],
284267
+ "required": true,
284268
+ "type": {
284269
+ "name": "FormState<T>"
284270
+ }
284271
+ },
284272
+ "_setValid": {
284273
+ "defaultValue": null,
284274
+ "description": "",
284275
+ "name": "_setValid",
284276
+ "declarations": [
284277
+ {
284278
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284279
+ "name": "TypeLiteral"
284280
+ }
284281
+ ],
284282
+ "required": true,
284283
+ "type": {
284284
+ "name": "(shouldUpdateValid?: boolean | undefined) => void"
284285
+ }
284286
+ },
284287
+ "_fields": {
284288
+ "defaultValue": null,
284289
+ "description": "",
284290
+ "name": "_fields",
284291
+ "declarations": [
284292
+ {
284293
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284294
+ "name": "TypeLiteral"
284295
+ }
284296
+ ],
284297
+ "required": true,
284298
+ "type": {
284299
+ "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
284300
+ }
284301
+ },
284302
+ "_formValues": {
284303
+ "defaultValue": null,
284304
+ "description": "",
284305
+ "name": "_formValues",
284306
+ "declarations": [
284307
+ {
284308
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284309
+ "name": "TypeLiteral"
284310
+ }
284311
+ ],
284312
+ "required": true,
284313
+ "type": {
284314
+ "name": "FieldValues"
284315
+ }
284316
+ },
284317
+ "_proxyFormState": {
284318
+ "defaultValue": null,
284319
+ "description": "",
284320
+ "name": "_proxyFormState",
284321
+ "declarations": [
284322
+ {
284323
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284324
+ "name": "TypeLiteral"
284325
+ }
284326
+ ],
284327
+ "required": true,
284328
+ "type": {
284329
+ "name": "ReadFormState"
284330
+ }
284331
+ },
284332
+ "_defaultValues": {
284333
+ "defaultValue": null,
284334
+ "description": "",
284335
+ "name": "_defaultValues",
284336
+ "declarations": [
284337
+ {
284338
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284339
+ "name": "TypeLiteral"
284340
+ }
284341
+ ],
284342
+ "required": true,
284343
+ "type": {
284344
+ "name": "Partial<DefaultValues<T>>"
284345
+ }
284346
+ },
284347
+ "_getWatch": {
284348
+ "defaultValue": null,
284349
+ "description": "",
284350
+ "name": "_getWatch",
284351
+ "declarations": [
284352
+ {
284353
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284354
+ "name": "TypeLiteral"
284355
+ }
284356
+ ],
284357
+ "required": true,
284358
+ "type": {
284359
+ "name": "WatchInternal<T>"
284360
+ }
284361
+ },
284362
+ "_setFieldArray": {
284363
+ "defaultValue": null,
284364
+ "description": "",
284365
+ "name": "_setFieldArray",
284366
+ "declarations": [
284367
+ {
284368
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284369
+ "name": "TypeLiteral"
284370
+ }
284371
+ ],
284372
+ "required": true,
284373
+ "type": {
284374
+ "name": "BatchFieldArrayUpdate"
284375
+ }
284376
+ },
284377
+ "_getFieldArray": {
284378
+ "defaultValue": null,
284379
+ "description": "",
284380
+ "name": "_getFieldArray",
284381
+ "declarations": [
284382
+ {
284383
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284384
+ "name": "TypeLiteral"
284385
+ }
284386
+ ],
284387
+ "required": true,
284388
+ "type": {
284389
+ "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
284390
+ }
284391
+ },
284392
+ "_setErrors": {
284393
+ "defaultValue": null,
284394
+ "description": "",
284395
+ "name": "_setErrors",
284396
+ "declarations": [
284397
+ {
284398
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284399
+ "name": "TypeLiteral"
284400
+ }
284401
+ ],
284402
+ "required": true,
284403
+ "type": {
284404
+ "name": "(errors: FieldErrors<T>) => void"
284405
+ }
284406
+ },
284407
+ "_setDisabledField": {
284408
+ "defaultValue": null,
284409
+ "description": "",
284410
+ "name": "_setDisabledField",
284411
+ "declarations": [
284412
+ {
284413
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284414
+ "name": "TypeLiteral"
284415
+ }
284416
+ ],
284417
+ "required": true,
284418
+ "type": {
284419
+ "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
284420
+ }
284421
+ },
284422
+ "_runSchema": {
284423
+ "defaultValue": null,
284424
+ "description": "",
284425
+ "name": "_runSchema",
284426
+ "declarations": [
284427
+ {
284428
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284429
+ "name": "TypeLiteral"
284430
+ }
284431
+ ],
284432
+ "required": true,
284433
+ "type": {
284434
+ "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
284435
+ }
284436
+ },
284437
+ "_updateIsValidating": {
284438
+ "defaultValue": null,
284439
+ "description": "",
284440
+ "name": "_updateIsValidating",
284441
+ "declarations": [
284442
+ {
284443
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284444
+ "name": "TypeLiteral"
284445
+ }
284446
+ ],
284447
+ "required": true,
284448
+ "type": {
284449
+ "name": "(names?: string[] | undefined, isValidating?: boolean | undefined) => void"
284450
+ }
284451
+ },
284452
+ "_focusError": {
284453
+ "defaultValue": null,
284454
+ "description": "",
284455
+ "name": "_focusError",
284456
+ "declarations": [
284457
+ {
284458
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284459
+ "name": "TypeLiteral"
284460
+ }
284461
+ ],
284462
+ "required": true,
284463
+ "type": {
284464
+ "name": "() => boolean | undefined"
284465
+ }
284466
+ },
284467
+ "_disableForm": {
284468
+ "defaultValue": null,
284469
+ "description": "",
284470
+ "name": "_disableForm",
284471
+ "declarations": [
284472
+ {
284473
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284474
+ "name": "TypeLiteral"
284475
+ }
284476
+ ],
284477
+ "required": true,
284478
+ "type": {
284479
+ "name": "(disabled?: boolean | undefined) => void"
284480
+ }
284481
+ },
284482
+ "_subscribe": {
284483
+ "defaultValue": null,
284484
+ "description": "",
284485
+ "name": "_subscribe",
284486
+ "declarations": [
284487
+ {
284488
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.71.1_react@19.2.4/node_modules/react-hook-form/dist/types/form.d.ts",
284489
+ "name": "TypeLiteral"
284490
+ }
284491
+ ],
284492
+ "required": true,
284493
+ "type": {
284494
+ "name": "FromSubscribe<T>"
284495
+ }
284496
+ }
284497
+ }
284498
+ },
284461
284499
  {
284462
284500
  "tags": {},
284463
284501
  "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
@@ -293572,9 +293610,9 @@
293572
293610
  "tags": {
293573
293611
  "flr-generate": "all"
293574
293612
  },
293575
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
293613
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
293576
293614
  "description": "",
293577
- "displayName": "TableHeader",
293615
+ "displayName": "TableRow",
293578
293616
  "methods": [],
293579
293617
  "props": {
293580
293618
  "className": {
@@ -293600,16 +293638,16 @@
293600
293638
  },
293601
293639
  "columns": {
293602
293640
  "defaultValue": null,
293603
- "description": "A list of table columns.",
293641
+ "description": "A list of columns used when dynamically rendering cells.",
293604
293642
  "name": "columns",
293605
293643
  "parent": {
293606
293644
  "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",
293607
- "name": "TableHeaderProps"
293645
+ "name": "RowProps"
293608
293646
  },
293609
293647
  "declarations": [
293610
293648
  {
293611
293649
  "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",
293612
- "name": "TableHeaderProps"
293650
+ "name": "RowProps"
293613
293651
  }
293614
293652
  ],
293615
293653
  "required": false,
@@ -293636,6 +293674,25 @@
293636
293674
  "name": "ReactNode"
293637
293675
  }
293638
293676
  },
293677
+ "value": {
293678
+ "defaultValue": null,
293679
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
293680
+ "name": "value",
293681
+ "parent": {
293682
+ "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",
293683
+ "name": "MenuItemProps"
293684
+ },
293685
+ "declarations": [
293686
+ {
293687
+ "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",
293688
+ "name": "MenuItemProps"
293689
+ }
293690
+ ],
293691
+ "required": false,
293692
+ "type": {
293693
+ "name": "object"
293694
+ }
293695
+ },
293639
293696
  "dependencies": {
293640
293697
  "defaultValue": null,
293641
293698
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -293655,6 +293712,82 @@
293655
293712
  "name": "readonly any[]"
293656
293713
  }
293657
293714
  },
293715
+ "textValue": {
293716
+ "defaultValue": null,
293717
+ "description": "A string representation of the item's contents, used for features like typeahead.",
293718
+ "name": "textValue",
293719
+ "parent": {
293720
+ "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",
293721
+ "name": "ListBoxItemProps"
293722
+ },
293723
+ "declarations": [
293724
+ {
293725
+ "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",
293726
+ "name": "ListBoxItemProps"
293727
+ }
293728
+ ],
293729
+ "required": false,
293730
+ "type": {
293731
+ "name": "string"
293732
+ }
293733
+ },
293734
+ "isDisabled": {
293735
+ "defaultValue": null,
293736
+ "description": "Whether the item is disabled.",
293737
+ "name": "isDisabled",
293738
+ "parent": {
293739
+ "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",
293740
+ "name": "ListBoxItemProps"
293741
+ },
293742
+ "declarations": [
293743
+ {
293744
+ "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",
293745
+ "name": "ListBoxItemProps"
293746
+ }
293747
+ ],
293748
+ "required": false,
293749
+ "type": {
293750
+ "name": "boolean"
293751
+ }
293752
+ },
293753
+ "onAction": {
293754
+ "defaultValue": null,
293755
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
293756
+ "name": "onAction",
293757
+ "parent": {
293758
+ "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",
293759
+ "name": "ListBoxItemProps"
293760
+ },
293761
+ "declarations": [
293762
+ {
293763
+ "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",
293764
+ "name": "ListBoxItemProps"
293765
+ }
293766
+ ],
293767
+ "required": false,
293768
+ "type": {
293769
+ "name": "(() => void)"
293770
+ }
293771
+ },
293772
+ "id": {
293773
+ "defaultValue": null,
293774
+ "description": "The unique id of the item.",
293775
+ "name": "id",
293776
+ "parent": {
293777
+ "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",
293778
+ "name": "MenuItemProps"
293779
+ },
293780
+ "declarations": [
293781
+ {
293782
+ "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",
293783
+ "name": "MenuItemProps"
293784
+ }
293785
+ ],
293786
+ "required": false,
293787
+ "type": {
293788
+ "name": "Key"
293789
+ }
293790
+ },
293658
293791
  "style": {
293659
293792
  "defaultValue": null,
293660
293793
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -293674,6 +293807,158 @@
293674
293807
  "name": "StyleOrFunction<TooltipRenderProps>"
293675
293808
  }
293676
293809
  },
293810
+ "href": {
293811
+ "defaultValue": null,
293812
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
293813
+ "name": "href",
293814
+ "parent": {
293815
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293816
+ "name": "LinkDOMProps"
293817
+ },
293818
+ "declarations": [
293819
+ {
293820
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293821
+ "name": "LinkDOMProps"
293822
+ }
293823
+ ],
293824
+ "required": false,
293825
+ "type": {
293826
+ "name": "string"
293827
+ }
293828
+ },
293829
+ "hrefLang": {
293830
+ "defaultValue": null,
293831
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
293832
+ "name": "hrefLang",
293833
+ "parent": {
293834
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293835
+ "name": "LinkDOMProps"
293836
+ },
293837
+ "declarations": [
293838
+ {
293839
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293840
+ "name": "LinkDOMProps"
293841
+ }
293842
+ ],
293843
+ "required": false,
293844
+ "type": {
293845
+ "name": "string"
293846
+ }
293847
+ },
293848
+ "target": {
293849
+ "defaultValue": null,
293850
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
293851
+ "name": "target",
293852
+ "parent": {
293853
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293854
+ "name": "LinkDOMProps"
293855
+ },
293856
+ "declarations": [
293857
+ {
293858
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293859
+ "name": "LinkDOMProps"
293860
+ }
293861
+ ],
293862
+ "required": false,
293863
+ "type": {
293864
+ "name": "HTMLAttributeAnchorTarget"
293865
+ }
293866
+ },
293867
+ "rel": {
293868
+ "defaultValue": null,
293869
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
293870
+ "name": "rel",
293871
+ "parent": {
293872
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293873
+ "name": "LinkDOMProps"
293874
+ },
293875
+ "declarations": [
293876
+ {
293877
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293878
+ "name": "LinkDOMProps"
293879
+ }
293880
+ ],
293881
+ "required": false,
293882
+ "type": {
293883
+ "name": "string"
293884
+ }
293885
+ },
293886
+ "download": {
293887
+ "defaultValue": null,
293888
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
293889
+ "name": "download",
293890
+ "parent": {
293891
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293892
+ "name": "LinkDOMProps"
293893
+ },
293894
+ "declarations": [
293895
+ {
293896
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293897
+ "name": "LinkDOMProps"
293898
+ }
293899
+ ],
293900
+ "required": false,
293901
+ "type": {
293902
+ "name": "string | boolean"
293903
+ }
293904
+ },
293905
+ "ping": {
293906
+ "defaultValue": null,
293907
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
293908
+ "name": "ping",
293909
+ "parent": {
293910
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293911
+ "name": "LinkDOMProps"
293912
+ },
293913
+ "declarations": [
293914
+ {
293915
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293916
+ "name": "LinkDOMProps"
293917
+ }
293918
+ ],
293919
+ "required": false,
293920
+ "type": {
293921
+ "name": "string"
293922
+ }
293923
+ },
293924
+ "referrerPolicy": {
293925
+ "defaultValue": null,
293926
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
293927
+ "name": "referrerPolicy",
293928
+ "parent": {
293929
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293930
+ "name": "LinkDOMProps"
293931
+ },
293932
+ "declarations": [
293933
+ {
293934
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293935
+ "name": "LinkDOMProps"
293936
+ }
293937
+ ],
293938
+ "required": false,
293939
+ "type": {
293940
+ "name": "HTMLAttributeReferrerPolicy"
293941
+ }
293942
+ },
293943
+ "routerOptions": {
293944
+ "defaultValue": null,
293945
+ "description": "Options for the configured client side router.",
293946
+ "name": "routerOptions",
293947
+ "parent": {
293948
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293949
+ "name": "LinkDOMProps"
293950
+ },
293951
+ "declarations": [
293952
+ {
293953
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293954
+ "name": "LinkDOMProps"
293955
+ }
293956
+ ],
293957
+ "required": false,
293958
+ "type": {
293959
+ "name": "undefined"
293960
+ }
293961
+ },
293677
293962
  "onHoverStart": {
293678
293963
  "defaultValue": null,
293679
293964
  "description": "Handler that is called when a hover interaction starts.",
@@ -293731,29 +294016,124 @@
293731
294016
  "name": "((isHovering: boolean) => void)"
293732
294017
  }
293733
294018
  },
293734
- "dir": {
294019
+ "onPress": {
293735
294020
  "defaultValue": null,
293736
- "description": "",
293737
- "name": "dir",
294021
+ "description": "Handler that is called when the press is released over the target.",
294022
+ "name": "onPress",
293738
294023
  "parent": {
293739
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293740
- "name": "GlobalDOMAttributes"
294024
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294025
+ "name": "PressEvents"
293741
294026
  },
293742
294027
  "declarations": [
293743
294028
  {
293744
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293745
- "name": "GlobalDOMAttributes"
294029
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294030
+ "name": "PressEvents"
293746
294031
  }
293747
294032
  ],
293748
294033
  "required": false,
293749
294034
  "type": {
293750
- "name": "string"
294035
+ "name": "((e: PressEvent) => void)"
293751
294036
  }
293752
294037
  },
293753
- "lang": {
294038
+ "onPressStart": {
294039
+ "defaultValue": null,
294040
+ "description": "Handler that is called when a press interaction starts.",
294041
+ "name": "onPressStart",
294042
+ "parent": {
294043
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294044
+ "name": "PressEvents"
294045
+ },
294046
+ "declarations": [
294047
+ {
294048
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294049
+ "name": "PressEvents"
294050
+ }
294051
+ ],
294052
+ "required": false,
294053
+ "type": {
294054
+ "name": "((e: PressEvent) => void)"
294055
+ }
294056
+ },
294057
+ "onPressEnd": {
294058
+ "defaultValue": null,
294059
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
294060
+ "name": "onPressEnd",
294061
+ "parent": {
294062
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294063
+ "name": "PressEvents"
294064
+ },
294065
+ "declarations": [
294066
+ {
294067
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294068
+ "name": "PressEvents"
294069
+ }
294070
+ ],
294071
+ "required": false,
294072
+ "type": {
294073
+ "name": "((e: PressEvent) => void)"
294074
+ }
294075
+ },
294076
+ "onPressChange": {
294077
+ "defaultValue": null,
294078
+ "description": "Handler that is called when the press state changes.",
294079
+ "name": "onPressChange",
294080
+ "parent": {
294081
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294082
+ "name": "PressEvents"
294083
+ },
294084
+ "declarations": [
294085
+ {
294086
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294087
+ "name": "PressEvents"
294088
+ }
294089
+ ],
294090
+ "required": false,
294091
+ "type": {
294092
+ "name": "((isPressed: boolean) => void)"
294093
+ }
294094
+ },
294095
+ "onPressUp": {
294096
+ "defaultValue": null,
294097
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
294098
+ "name": "onPressUp",
294099
+ "parent": {
294100
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294101
+ "name": "PressEvents"
294102
+ },
294103
+ "declarations": [
294104
+ {
294105
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294106
+ "name": "PressEvents"
294107
+ }
294108
+ ],
294109
+ "required": false,
294110
+ "type": {
294111
+ "name": "((e: PressEvent) => void)"
294112
+ }
294113
+ },
294114
+ "onClick": {
294115
+ "defaultValue": null,
294116
+ "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.",
294117
+ "name": "onClick",
294118
+ "parent": {
294119
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294120
+ "name": "PressEvents"
294121
+ },
294122
+ "declarations": [
294123
+ {
294124
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
294125
+ "name": "PressEvents"
294126
+ }
294127
+ ],
294128
+ "required": false,
294129
+ "type": {
294130
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
294131
+ }
294132
+ },
294133
+ "translate": {
293754
294134
  "defaultValue": null,
293755
294135
  "description": "",
293756
- "name": "lang",
294136
+ "name": "translate",
293757
294137
  "parent": {
293758
294138
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293759
294139
  "name": "GlobalDOMAttributes"
@@ -293766,13 +294146,13 @@
293766
294146
  ],
293767
294147
  "required": false,
293768
294148
  "type": {
293769
- "name": "string"
294149
+ "name": "\"yes\" | \"no\""
293770
294150
  }
293771
294151
  },
293772
- "hidden": {
294152
+ "dir": {
293773
294153
  "defaultValue": null,
293774
294154
  "description": "",
293775
- "name": "hidden",
294155
+ "name": "dir",
293776
294156
  "parent": {
293777
294157
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293778
294158
  "name": "GlobalDOMAttributes"
@@ -293785,13 +294165,13 @@
293785
294165
  ],
293786
294166
  "required": false,
293787
294167
  "type": {
293788
- "name": "boolean"
294168
+ "name": "string"
293789
294169
  }
293790
294170
  },
293791
- "inert": {
294171
+ "lang": {
293792
294172
  "defaultValue": null,
293793
294173
  "description": "",
293794
- "name": "inert",
294174
+ "name": "lang",
293795
294175
  "parent": {
293796
294176
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293797
294177
  "name": "GlobalDOMAttributes"
@@ -293804,13 +294184,13 @@
293804
294184
  ],
293805
294185
  "required": false,
293806
294186
  "type": {
293807
- "name": "boolean"
294187
+ "name": "string"
293808
294188
  }
293809
294189
  },
293810
- "translate": {
294190
+ "hidden": {
293811
294191
  "defaultValue": null,
293812
294192
  "description": "",
293813
- "name": "translate",
294193
+ "name": "hidden",
293814
294194
  "parent": {
293815
294195
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293816
294196
  "name": "GlobalDOMAttributes"
@@ -293823,26 +294203,26 @@
293823
294203
  ],
293824
294204
  "required": false,
293825
294205
  "type": {
293826
- "name": "\"yes\" | \"no\""
294206
+ "name": "boolean"
293827
294207
  }
293828
294208
  },
293829
- "onClick": {
294209
+ "inert": {
293830
294210
  "defaultValue": null,
293831
294211
  "description": "",
293832
- "name": "onClick",
294212
+ "name": "inert",
293833
294213
  "parent": {
293834
294214
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293835
- "name": "GlobalDOMEvents"
294215
+ "name": "GlobalDOMAttributes"
293836
294216
  },
293837
294217
  "declarations": [
293838
294218
  {
293839
294219
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293840
- "name": "GlobalDOMEvents"
294220
+ "name": "GlobalDOMAttributes"
293841
294221
  }
293842
294222
  ],
293843
294223
  "required": false,
293844
294224
  "type": {
293845
- "name": "MouseEventHandler<HTMLDivElement>"
294225
+ "name": "boolean"
293846
294226
  }
293847
294227
  },
293848
294228
  "onClickCapture": {
@@ -295041,6 +295421,21 @@
295041
295421
  "type": {
295042
295422
  "name": "TransitionEventHandler<HTMLDivElement>"
295043
295423
  }
295424
+ },
295425
+ "footer": {
295426
+ "defaultValue": null,
295427
+ "description": "@internal",
295428
+ "name": "footer",
295429
+ "declarations": [
295430
+ {
295431
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
295432
+ "name": "TypeLiteral"
295433
+ }
295434
+ ],
295435
+ "required": false,
295436
+ "type": {
295437
+ "name": "boolean"
295438
+ }
295044
295439
  }
295045
295440
  }
295046
295441
  },
@@ -295048,9 +295443,9 @@
295048
295443
  "tags": {
295049
295444
  "flr-generate": "all"
295050
295445
  },
295051
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
295446
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
295052
295447
  "description": "",
295053
- "displayName": "TableRow",
295448
+ "displayName": "TableHeader",
295054
295449
  "methods": [],
295055
295450
  "props": {
295056
295451
  "className": {
@@ -295076,16 +295471,16 @@
295076
295471
  },
295077
295472
  "columns": {
295078
295473
  "defaultValue": null,
295079
- "description": "A list of table columns.",
295474
+ "description": "A list of columns used when dynamically rendering cells.",
295080
295475
  "name": "columns",
295081
295476
  "parent": {
295082
295477
  "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",
295083
- "name": "TableHeaderProps"
295478
+ "name": "RowProps"
295084
295479
  },
295085
295480
  "declarations": [
295086
295481
  {
295087
295482
  "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",
295088
- "name": "TableHeaderProps"
295483
+ "name": "RowProps"
295089
295484
  }
295090
295485
  ],
295091
295486
  "required": false,
@@ -295112,25 +295507,6 @@
295112
295507
  "name": "ReactNode"
295113
295508
  }
295114
295509
  },
295115
- "value": {
295116
- "defaultValue": null,
295117
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
295118
- "name": "value",
295119
- "parent": {
295120
- "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",
295121
- "name": "MenuItemProps"
295122
- },
295123
- "declarations": [
295124
- {
295125
- "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",
295126
- "name": "MenuItemProps"
295127
- }
295128
- ],
295129
- "required": false,
295130
- "type": {
295131
- "name": "object"
295132
- }
295133
- },
295134
295510
  "dependencies": {
295135
295511
  "defaultValue": null,
295136
295512
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -295150,82 +295526,6 @@
295150
295526
  "name": "readonly any[]"
295151
295527
  }
295152
295528
  },
295153
- "textValue": {
295154
- "defaultValue": null,
295155
- "description": "A string representation of the item's contents, used for features like typeahead.",
295156
- "name": "textValue",
295157
- "parent": {
295158
- "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",
295159
- "name": "ListBoxItemProps"
295160
- },
295161
- "declarations": [
295162
- {
295163
- "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",
295164
- "name": "ListBoxItemProps"
295165
- }
295166
- ],
295167
- "required": false,
295168
- "type": {
295169
- "name": "string"
295170
- }
295171
- },
295172
- "isDisabled": {
295173
- "defaultValue": null,
295174
- "description": "Whether the item is disabled.",
295175
- "name": "isDisabled",
295176
- "parent": {
295177
- "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",
295178
- "name": "ListBoxItemProps"
295179
- },
295180
- "declarations": [
295181
- {
295182
- "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",
295183
- "name": "ListBoxItemProps"
295184
- }
295185
- ],
295186
- "required": false,
295187
- "type": {
295188
- "name": "boolean"
295189
- }
295190
- },
295191
- "onAction": {
295192
- "defaultValue": null,
295193
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
295194
- "name": "onAction",
295195
- "parent": {
295196
- "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",
295197
- "name": "ListBoxItemProps"
295198
- },
295199
- "declarations": [
295200
- {
295201
- "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",
295202
- "name": "ListBoxItemProps"
295203
- }
295204
- ],
295205
- "required": false,
295206
- "type": {
295207
- "name": "(() => void)"
295208
- }
295209
- },
295210
- "id": {
295211
- "defaultValue": null,
295212
- "description": "The unique id of the item.",
295213
- "name": "id",
295214
- "parent": {
295215
- "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",
295216
- "name": "MenuItemProps"
295217
- },
295218
- "declarations": [
295219
- {
295220
- "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",
295221
- "name": "MenuItemProps"
295222
- }
295223
- ],
295224
- "required": false,
295225
- "type": {
295226
- "name": "Key"
295227
- }
295228
- },
295229
295529
  "style": {
295230
295530
  "defaultValue": null,
295231
295531
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -295245,158 +295545,6 @@
295245
295545
  "name": "StyleOrFunction<TooltipRenderProps>"
295246
295546
  }
295247
295547
  },
295248
- "href": {
295249
- "defaultValue": null,
295250
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
295251
- "name": "href",
295252
- "parent": {
295253
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295254
- "name": "LinkDOMProps"
295255
- },
295256
- "declarations": [
295257
- {
295258
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295259
- "name": "LinkDOMProps"
295260
- }
295261
- ],
295262
- "required": false,
295263
- "type": {
295264
- "name": "string"
295265
- }
295266
- },
295267
- "hrefLang": {
295268
- "defaultValue": null,
295269
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
295270
- "name": "hrefLang",
295271
- "parent": {
295272
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295273
- "name": "LinkDOMProps"
295274
- },
295275
- "declarations": [
295276
- {
295277
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295278
- "name": "LinkDOMProps"
295279
- }
295280
- ],
295281
- "required": false,
295282
- "type": {
295283
- "name": "string"
295284
- }
295285
- },
295286
- "target": {
295287
- "defaultValue": null,
295288
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
295289
- "name": "target",
295290
- "parent": {
295291
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295292
- "name": "LinkDOMProps"
295293
- },
295294
- "declarations": [
295295
- {
295296
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295297
- "name": "LinkDOMProps"
295298
- }
295299
- ],
295300
- "required": false,
295301
- "type": {
295302
- "name": "HTMLAttributeAnchorTarget"
295303
- }
295304
- },
295305
- "rel": {
295306
- "defaultValue": null,
295307
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
295308
- "name": "rel",
295309
- "parent": {
295310
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295311
- "name": "LinkDOMProps"
295312
- },
295313
- "declarations": [
295314
- {
295315
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295316
- "name": "LinkDOMProps"
295317
- }
295318
- ],
295319
- "required": false,
295320
- "type": {
295321
- "name": "string"
295322
- }
295323
- },
295324
- "download": {
295325
- "defaultValue": null,
295326
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
295327
- "name": "download",
295328
- "parent": {
295329
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295330
- "name": "LinkDOMProps"
295331
- },
295332
- "declarations": [
295333
- {
295334
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295335
- "name": "LinkDOMProps"
295336
- }
295337
- ],
295338
- "required": false,
295339
- "type": {
295340
- "name": "string | boolean"
295341
- }
295342
- },
295343
- "ping": {
295344
- "defaultValue": null,
295345
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
295346
- "name": "ping",
295347
- "parent": {
295348
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295349
- "name": "LinkDOMProps"
295350
- },
295351
- "declarations": [
295352
- {
295353
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295354
- "name": "LinkDOMProps"
295355
- }
295356
- ],
295357
- "required": false,
295358
- "type": {
295359
- "name": "string"
295360
- }
295361
- },
295362
- "referrerPolicy": {
295363
- "defaultValue": null,
295364
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
295365
- "name": "referrerPolicy",
295366
- "parent": {
295367
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295368
- "name": "LinkDOMProps"
295369
- },
295370
- "declarations": [
295371
- {
295372
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295373
- "name": "LinkDOMProps"
295374
- }
295375
- ],
295376
- "required": false,
295377
- "type": {
295378
- "name": "HTMLAttributeReferrerPolicy"
295379
- }
295380
- },
295381
- "routerOptions": {
295382
- "defaultValue": null,
295383
- "description": "Options for the configured client side router.",
295384
- "name": "routerOptions",
295385
- "parent": {
295386
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295387
- "name": "LinkDOMProps"
295388
- },
295389
- "declarations": [
295390
- {
295391
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295392
- "name": "LinkDOMProps"
295393
- }
295394
- ],
295395
- "required": false,
295396
- "type": {
295397
- "name": "undefined"
295398
- }
295399
- },
295400
295548
  "onHoverStart": {
295401
295549
  "defaultValue": null,
295402
295550
  "description": "Handler that is called when a hover interaction starts.",
@@ -295454,124 +295602,29 @@
295454
295602
  "name": "((isHovering: boolean) => void)"
295455
295603
  }
295456
295604
  },
295457
- "onPress": {
295458
- "defaultValue": null,
295459
- "description": "Handler that is called when the press is released over the target.",
295460
- "name": "onPress",
295461
- "parent": {
295462
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295463
- "name": "PressEvents"
295464
- },
295465
- "declarations": [
295466
- {
295467
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295468
- "name": "PressEvents"
295469
- }
295470
- ],
295471
- "required": false,
295472
- "type": {
295473
- "name": "((e: PressEvent) => void)"
295474
- }
295475
- },
295476
- "onPressStart": {
295477
- "defaultValue": null,
295478
- "description": "Handler that is called when a press interaction starts.",
295479
- "name": "onPressStart",
295480
- "parent": {
295481
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295482
- "name": "PressEvents"
295483
- },
295484
- "declarations": [
295485
- {
295486
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295487
- "name": "PressEvents"
295488
- }
295489
- ],
295490
- "required": false,
295491
- "type": {
295492
- "name": "((e: PressEvent) => void)"
295493
- }
295494
- },
295495
- "onPressEnd": {
295496
- "defaultValue": null,
295497
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
295498
- "name": "onPressEnd",
295499
- "parent": {
295500
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295501
- "name": "PressEvents"
295502
- },
295503
- "declarations": [
295504
- {
295505
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295506
- "name": "PressEvents"
295507
- }
295508
- ],
295509
- "required": false,
295510
- "type": {
295511
- "name": "((e: PressEvent) => void)"
295512
- }
295513
- },
295514
- "onPressChange": {
295515
- "defaultValue": null,
295516
- "description": "Handler that is called when the press state changes.",
295517
- "name": "onPressChange",
295518
- "parent": {
295519
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295520
- "name": "PressEvents"
295521
- },
295522
- "declarations": [
295523
- {
295524
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295525
- "name": "PressEvents"
295526
- }
295527
- ],
295528
- "required": false,
295529
- "type": {
295530
- "name": "((isPressed: boolean) => void)"
295531
- }
295532
- },
295533
- "onPressUp": {
295534
- "defaultValue": null,
295535
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
295536
- "name": "onPressUp",
295537
- "parent": {
295538
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295539
- "name": "PressEvents"
295540
- },
295541
- "declarations": [
295542
- {
295543
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295544
- "name": "PressEvents"
295545
- }
295546
- ],
295547
- "required": false,
295548
- "type": {
295549
- "name": "((e: PressEvent) => void)"
295550
- }
295551
- },
295552
- "onClick": {
295605
+ "dir": {
295553
295606
  "defaultValue": null,
295554
- "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.",
295555
- "name": "onClick",
295607
+ "description": "",
295608
+ "name": "dir",
295556
295609
  "parent": {
295557
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295558
- "name": "PressEvents"
295610
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295611
+ "name": "GlobalDOMAttributes"
295559
295612
  },
295560
295613
  "declarations": [
295561
295614
  {
295562
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295563
- "name": "PressEvents"
295615
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295616
+ "name": "GlobalDOMAttributes"
295564
295617
  }
295565
295618
  ],
295566
295619
  "required": false,
295567
295620
  "type": {
295568
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
295621
+ "name": "string"
295569
295622
  }
295570
295623
  },
295571
- "translate": {
295624
+ "lang": {
295572
295625
  "defaultValue": null,
295573
295626
  "description": "",
295574
- "name": "translate",
295627
+ "name": "lang",
295575
295628
  "parent": {
295576
295629
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295577
295630
  "name": "GlobalDOMAttributes"
@@ -295584,13 +295637,13 @@
295584
295637
  ],
295585
295638
  "required": false,
295586
295639
  "type": {
295587
- "name": "\"yes\" | \"no\""
295640
+ "name": "string"
295588
295641
  }
295589
295642
  },
295590
- "dir": {
295643
+ "hidden": {
295591
295644
  "defaultValue": null,
295592
295645
  "description": "",
295593
- "name": "dir",
295646
+ "name": "hidden",
295594
295647
  "parent": {
295595
295648
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295596
295649
  "name": "GlobalDOMAttributes"
@@ -295603,13 +295656,13 @@
295603
295656
  ],
295604
295657
  "required": false,
295605
295658
  "type": {
295606
- "name": "string"
295659
+ "name": "boolean"
295607
295660
  }
295608
295661
  },
295609
- "lang": {
295662
+ "inert": {
295610
295663
  "defaultValue": null,
295611
295664
  "description": "",
295612
- "name": "lang",
295665
+ "name": "inert",
295613
295666
  "parent": {
295614
295667
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295615
295668
  "name": "GlobalDOMAttributes"
@@ -295622,13 +295675,13 @@
295622
295675
  ],
295623
295676
  "required": false,
295624
295677
  "type": {
295625
- "name": "string"
295678
+ "name": "boolean"
295626
295679
  }
295627
295680
  },
295628
- "hidden": {
295681
+ "translate": {
295629
295682
  "defaultValue": null,
295630
295683
  "description": "",
295631
- "name": "hidden",
295684
+ "name": "translate",
295632
295685
  "parent": {
295633
295686
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295634
295687
  "name": "GlobalDOMAttributes"
@@ -295641,26 +295694,26 @@
295641
295694
  ],
295642
295695
  "required": false,
295643
295696
  "type": {
295644
- "name": "boolean"
295697
+ "name": "\"yes\" | \"no\""
295645
295698
  }
295646
295699
  },
295647
- "inert": {
295700
+ "onClick": {
295648
295701
  "defaultValue": null,
295649
295702
  "description": "",
295650
- "name": "inert",
295703
+ "name": "onClick",
295651
295704
  "parent": {
295652
295705
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295653
- "name": "GlobalDOMAttributes"
295706
+ "name": "GlobalDOMEvents"
295654
295707
  },
295655
295708
  "declarations": [
295656
295709
  {
295657
295710
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295658
- "name": "GlobalDOMAttributes"
295711
+ "name": "GlobalDOMEvents"
295659
295712
  }
295660
295713
  ],
295661
295714
  "required": false,
295662
295715
  "type": {
295663
- "name": "boolean"
295716
+ "name": "MouseEventHandler<HTMLDivElement>"
295664
295717
  }
295665
295718
  },
295666
295719
  "onClickCapture": {
@@ -296859,21 +296912,6 @@
296859
296912
  "type": {
296860
296913
  "name": "TransitionEventHandler<HTMLDivElement>"
296861
296914
  }
296862
- },
296863
- "footer": {
296864
- "defaultValue": null,
296865
- "description": "@internal",
296866
- "name": "footer",
296867
- "declarations": [
296868
- {
296869
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
296870
- "name": "TypeLiteral"
296871
- }
296872
- ],
296873
- "required": false,
296874
- "type": {
296875
- "name": "boolean"
296876
- }
296877
296915
  }
296878
296916
  }
296879
296917
  },
@@ -296909,16 +296947,16 @@
296909
296947
  },
296910
296948
  "columns": {
296911
296949
  "defaultValue": null,
296912
- "description": "A list of table columns.",
296950
+ "description": "A list of columns used when dynamically rendering cells.",
296913
296951
  "name": "columns",
296914
296952
  "parent": {
296915
296953
  "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",
296916
- "name": "TableHeaderProps"
296954
+ "name": "RowProps"
296917
296955
  },
296918
296956
  "declarations": [
296919
296957
  {
296920
296958
  "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",
296921
- "name": "TableHeaderProps"
296959
+ "name": "RowProps"
296922
296960
  }
296923
296961
  ],
296924
296962
  "required": false,
@@ -305045,137 +305083,81 @@
305045
305083
  },
305046
305084
  {
305047
305085
  "tags": {},
305048
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
305049
- "description": "",
305050
- "displayName": "SectionHeader",
305051
- "methods": [],
305052
- "props": {
305053
- "children": {
305054
- "defaultValue": null,
305055
- "description": "",
305056
- "name": "children",
305057
- "declarations": [
305058
- {
305059
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305060
- "name": "TypeLiteral"
305061
- }
305062
- ],
305063
- "required": false,
305064
- "type": {
305065
- "name": "ReactNode"
305066
- }
305067
- },
305068
- "className": {
305069
- "defaultValue": null,
305070
- "description": "The elements class name.",
305071
- "name": "className",
305072
- "parent": {
305073
- "fileName": "components/src/lib/types/props.ts",
305074
- "name": "PropsWithClassName"
305075
- },
305076
- "declarations": [
305077
- {
305078
- "fileName": "components/src/lib/types/props.ts",
305079
- "name": "PropsWithClassName"
305080
- }
305081
- ],
305082
- "required": false,
305083
- "type": {
305084
- "name": "string"
305085
- }
305086
- },
305087
- "ref": {
305088
- "defaultValue": null,
305089
- "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}",
305090
- "name": "ref",
305091
- "parent": {
305092
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305093
- "name": "RefAttributes"
305094
- },
305095
- "declarations": [
305096
- {
305097
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305098
- "name": "RefAttributes"
305099
- }
305100
- ],
305101
- "required": false,
305102
- "type": {
305103
- "name": "Ref<HTMLSpanElement>"
305104
- }
305105
- },
305106
- "key": {
305107
- "defaultValue": null,
305108
- "description": "",
305109
- "name": "key",
305110
- "parent": {
305111
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305112
- "name": "Attributes"
305113
- },
305114
- "declarations": [
305115
- {
305116
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305117
- "name": "Attributes"
305118
- }
305119
- ],
305120
- "required": false,
305121
- "type": {
305122
- "name": "Key | null"
305123
- }
305124
- }
305125
- }
305126
- },
305127
- {
305128
- "tags": {},
305129
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.tsx",
305086
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
305130
305087
  "description": "",
305131
- "displayName": "RatingStarFilled",
305088
+ "displayName": "SectionHeader",
305132
305089
  "methods": [],
305133
305090
  "props": {
305134
- "size": {
305091
+ "children": {
305135
305092
  "defaultValue": null,
305136
305093
  "description": "",
305137
- "name": "size",
305094
+ "name": "children",
305095
+ "declarations": [
305096
+ {
305097
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305098
+ "name": "TypeLiteral"
305099
+ }
305100
+ ],
305101
+ "required": false,
305102
+ "type": {
305103
+ "name": "ReactNode"
305104
+ }
305105
+ },
305106
+ "className": {
305107
+ "defaultValue": null,
305108
+ "description": "The elements class name.",
305109
+ "name": "className",
305138
305110
  "parent": {
305139
- "fileName": "components/src/components/Rating/components/RatingSegment/RatingStarFilled.tsx",
305140
- "name": "Props"
305111
+ "fileName": "components/src/lib/types/props.ts",
305112
+ "name": "PropsWithClassName"
305141
305113
  },
305142
305114
  "declarations": [
305143
305115
  {
305144
- "fileName": "components/src/components/Rating/components/RatingSegment/RatingStarFilled.tsx",
305145
- "name": "Props"
305116
+ "fileName": "components/src/lib/types/props.ts",
305117
+ "name": "PropsWithClassName"
305146
305118
  }
305147
305119
  ],
305148
- "required": true,
305120
+ "required": false,
305149
305121
  "type": {
305150
- "name": "\"s\" | \"m\" | undefined"
305122
+ "name": "string"
305151
305123
  }
305152
- }
305153
- }
305154
- },
305155
- {
305156
- "tags": {},
305157
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/RatingStar.tsx",
305158
- "description": "",
305159
- "displayName": "RatingStar",
305160
- "methods": [],
305161
- "props": {
305162
- "size": {
305124
+ },
305125
+ "ref": {
305126
+ "defaultValue": null,
305127
+ "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}",
305128
+ "name": "ref",
305129
+ "parent": {
305130
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305131
+ "name": "RefAttributes"
305132
+ },
305133
+ "declarations": [
305134
+ {
305135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305136
+ "name": "RefAttributes"
305137
+ }
305138
+ ],
305139
+ "required": false,
305140
+ "type": {
305141
+ "name": "Ref<HTMLSpanElement>"
305142
+ }
305143
+ },
305144
+ "key": {
305163
305145
  "defaultValue": null,
305164
305146
  "description": "",
305165
- "name": "size",
305147
+ "name": "key",
305166
305148
  "parent": {
305167
- "fileName": "components/src/components/Rating/components/RatingSegment/RatingStar.tsx",
305168
- "name": "Props"
305149
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305150
+ "name": "Attributes"
305169
305151
  },
305170
305152
  "declarations": [
305171
305153
  {
305172
- "fileName": "components/src/components/Rating/components/RatingSegment/RatingStar.tsx",
305173
- "name": "Props"
305154
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305155
+ "name": "Attributes"
305174
305156
  }
305175
305157
  ],
305176
- "required": true,
305158
+ "required": false,
305177
305159
  "type": {
305178
- "name": "\"s\" | \"m\" | undefined"
305160
+ "name": "Key | null"
305179
305161
  }
305180
305162
  }
305181
305163
  }
@@ -305243,6 +305225,145 @@
305243
305225
  "type": {
305244
305226
  "name": "\"s\" | \"m\" | undefined"
305245
305227
  }
305228
+ },
305229
+ "iconEmpty": {
305230
+ "defaultValue": null,
305231
+ "description": "",
305232
+ "name": "iconEmpty",
305233
+ "parent": {
305234
+ "fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
305235
+ "name": "Props"
305236
+ },
305237
+ "declarations": [
305238
+ {
305239
+ "fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
305240
+ "name": "Props"
305241
+ }
305242
+ ],
305243
+ "required": false,
305244
+ "type": {
305245
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
305246
+ }
305247
+ },
305248
+ "iconFilled": {
305249
+ "defaultValue": null,
305250
+ "description": "",
305251
+ "name": "iconFilled",
305252
+ "parent": {
305253
+ "fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
305254
+ "name": "Props"
305255
+ },
305256
+ "declarations": [
305257
+ {
305258
+ "fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
305259
+ "name": "Props"
305260
+ }
305261
+ ],
305262
+ "required": false,
305263
+ "type": {
305264
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
305265
+ }
305266
+ },
305267
+ "children": {
305268
+ "defaultValue": null,
305269
+ "description": "",
305270
+ "name": "children",
305271
+ "declarations": [
305272
+ {
305273
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305274
+ "name": "TypeLiteral"
305275
+ }
305276
+ ],
305277
+ "required": false,
305278
+ "type": {
305279
+ "name": "ReactNode"
305280
+ }
305281
+ }
305282
+ }
305283
+ },
305284
+ {
305285
+ "tags": {},
305286
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
305287
+ "description": "",
305288
+ "displayName": "FilledSegment",
305289
+ "methods": [],
305290
+ "props": {
305291
+ "size": {
305292
+ "defaultValue": null,
305293
+ "description": "",
305294
+ "name": "size",
305295
+ "parent": {
305296
+ "fileName": "components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
305297
+ "name": "Props"
305298
+ },
305299
+ "declarations": [
305300
+ {
305301
+ "fileName": "components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
305302
+ "name": "Props"
305303
+ }
305304
+ ],
305305
+ "required": true,
305306
+ "type": {
305307
+ "name": "\"s\" | \"m\" | undefined"
305308
+ }
305309
+ },
305310
+ "children": {
305311
+ "defaultValue": null,
305312
+ "description": "",
305313
+ "name": "children",
305314
+ "declarations": [
305315
+ {
305316
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305317
+ "name": "TypeLiteral"
305318
+ }
305319
+ ],
305320
+ "required": false,
305321
+ "type": {
305322
+ "name": "ReactNode"
305323
+ }
305324
+ }
305325
+ }
305326
+ },
305327
+ {
305328
+ "tags": {},
305329
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
305330
+ "description": "",
305331
+ "displayName": "EmptySegment",
305332
+ "methods": [],
305333
+ "props": {
305334
+ "size": {
305335
+ "defaultValue": null,
305336
+ "description": "",
305337
+ "name": "size",
305338
+ "parent": {
305339
+ "fileName": "components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
305340
+ "name": "Props"
305341
+ },
305342
+ "declarations": [
305343
+ {
305344
+ "fileName": "components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
305345
+ "name": "Props"
305346
+ }
305347
+ ],
305348
+ "required": true,
305349
+ "type": {
305350
+ "name": "\"s\" | \"m\" | undefined"
305351
+ }
305352
+ },
305353
+ "children": {
305354
+ "defaultValue": null,
305355
+ "description": "",
305356
+ "name": "children",
305357
+ "declarations": [
305358
+ {
305359
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
305360
+ "name": "TypeLiteral"
305361
+ }
305362
+ ],
305363
+ "required": false,
305364
+ "type": {
305365
+ "name": "ReactNode"
305366
+ }
305246
305367
  }
305247
305368
  }
305248
305369
  },
@@ -305250,9 +305371,9 @@
305250
305371
  "tags": {
305251
305372
  "flr-generate": "all"
305252
305373
  },
305253
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
305374
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
305254
305375
  "description": "",
305255
- "displayName": "Radio",
305376
+ "displayName": "RadioButton",
305256
305377
  "methods": [],
305257
305378
  "props": {
305258
305379
  "id": {
@@ -307140,9 +307261,9 @@
307140
307261
  "tags": {
307141
307262
  "flr-generate": "all"
307142
307263
  },
307143
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
307264
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
307144
307265
  "description": "",
307145
- "displayName": "RadioButton",
307266
+ "displayName": "Radio",
307146
307267
  "methods": [],
307147
307268
  "props": {
307148
307269
  "id": {
@@ -309164,6 +309285,34 @@
309164
309285
  }
309165
309286
  }
309166
309287
  },
309288
+ {
309289
+ "tags": {},
309290
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
309291
+ "description": "",
309292
+ "displayName": "PopoverTip",
309293
+ "methods": [],
309294
+ "props": {
309295
+ "className": {
309296
+ "defaultValue": null,
309297
+ "description": "The elements class name.",
309298
+ "name": "className",
309299
+ "parent": {
309300
+ "fileName": "components/src/lib/types/props.ts",
309301
+ "name": "PropsWithClassName"
309302
+ },
309303
+ "declarations": [
309304
+ {
309305
+ "fileName": "components/src/lib/types/props.ts",
309306
+ "name": "PropsWithClassName"
309307
+ }
309308
+ ],
309309
+ "required": false,
309310
+ "type": {
309311
+ "name": "string"
309312
+ }
309313
+ }
309314
+ }
309315
+ },
309167
309316
  {
309168
309317
  "tags": {
309169
309318
  "flr-generate": "all"
@@ -309342,34 +309491,6 @@
309342
309491
  }
309343
309492
  }
309344
309493
  },
309345
- {
309346
- "tags": {},
309347
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
309348
- "description": "",
309349
- "displayName": "PopoverTip",
309350
- "methods": [],
309351
- "props": {
309352
- "className": {
309353
- "defaultValue": null,
309354
- "description": "The elements class name.",
309355
- "name": "className",
309356
- "parent": {
309357
- "fileName": "components/src/lib/types/props.ts",
309358
- "name": "PropsWithClassName"
309359
- },
309360
- "declarations": [
309361
- {
309362
- "fileName": "components/src/lib/types/props.ts",
309363
- "name": "PropsWithClassName"
309364
- }
309365
- ],
309366
- "required": false,
309367
- "type": {
309368
- "name": "string"
309369
- }
309370
- }
309371
- }
309372
- },
309373
309494
  {
309374
309495
  "tags": {
309375
309496
  "internal": ""
@@ -348412,37 +348533,37 @@
348412
348533
  },
348413
348534
  {
348414
348535
  "tags": {},
348415
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348536
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348416
348537
  "description": "",
348417
- "displayName": "ViewModeMenuItem",
348538
+ "displayName": "SortingMenuItem",
348418
348539
  "methods": [],
348419
348540
  "props": {
348420
- "viewMode": {
348541
+ "sorting": {
348421
348542
  "defaultValue": null,
348422
348543
  "description": "",
348423
- "name": "viewMode",
348544
+ "name": "sorting",
348424
348545
  "parent": {
348425
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348546
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348426
348547
  "name": "Props"
348427
348548
  },
348428
348549
  "declarations": [
348429
348550
  {
348430
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348551
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348431
348552
  "name": "Props"
348432
348553
  }
348433
348554
  ],
348434
348555
  "required": true,
348435
348556
  "type": {
348436
- "name": "ListViewMode"
348557
+ "name": "Sorting<never>"
348437
348558
  }
348438
348559
  }
348439
348560
  }
348440
348561
  },
348441
348562
  {
348442
348563
  "tags": {},
348443
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348444
348565
  "description": "",
348445
- "displayName": "ViewModeContextMenu",
348566
+ "displayName": "SortingContextMenu",
348446
348567
  "methods": [],
348447
348568
  "props": {
348448
348569
  "isDisabled": {
@@ -348450,12 +348571,12 @@
348450
348571
  "description": "",
348451
348572
  "name": "isDisabled",
348452
348573
  "parent": {
348453
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348574
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348454
348575
  "name": "Props"
348455
348576
  },
348456
348577
  "declarations": [
348457
348578
  {
348458
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348579
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348459
348580
  "name": "Props"
348460
348581
  }
348461
348582
  ],
@@ -348468,37 +348589,37 @@
348468
348589
  },
348469
348590
  {
348470
348591
  "tags": {},
348471
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348592
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348472
348593
  "description": "",
348473
- "displayName": "SortingMenuItem",
348594
+ "displayName": "ViewModeMenuItem",
348474
348595
  "methods": [],
348475
348596
  "props": {
348476
- "sorting": {
348597
+ "viewMode": {
348477
348598
  "defaultValue": null,
348478
348599
  "description": "",
348479
- "name": "sorting",
348600
+ "name": "viewMode",
348480
348601
  "parent": {
348481
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348602
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348482
348603
  "name": "Props"
348483
348604
  },
348484
348605
  "declarations": [
348485
348606
  {
348486
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348607
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348487
348608
  "name": "Props"
348488
348609
  }
348489
348610
  ],
348490
348611
  "required": true,
348491
348612
  "type": {
348492
- "name": "Sorting<never>"
348613
+ "name": "ListViewMode"
348493
348614
  }
348494
348615
  }
348495
348616
  }
348496
348617
  },
348497
348618
  {
348498
348619
  "tags": {},
348499
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348620
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348500
348621
  "description": "",
348501
- "displayName": "SortingContextMenu",
348622
+ "displayName": "ViewModeContextMenu",
348502
348623
  "methods": [],
348503
348624
  "props": {
348504
348625
  "isDisabled": {
@@ -348506,12 +348627,12 @@
348506
348627
  "description": "",
348507
348628
  "name": "isDisabled",
348508
348629
  "parent": {
348509
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348630
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348510
348631
  "name": "Props"
348511
348632
  },
348512
348633
  "declarations": [
348513
348634
  {
348514
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348635
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348515
348636
  "name": "Props"
348516
348637
  }
348517
348638
  ],
@@ -348588,221 +348709,6 @@
348588
348709
  }
348589
348710
  }
348590
348711
  },
348591
- {
348592
- "tags": {},
348593
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348594
- "description": "",
348595
- "displayName": "ViewModeAccordion",
348596
- "methods": [],
348597
- "props": {
348598
- "expandAccordions": {
348599
- "defaultValue": null,
348600
- "description": "",
348601
- "name": "expandAccordions",
348602
- "parent": {
348603
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348604
- "name": "Props"
348605
- },
348606
- "declarations": [
348607
- {
348608
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348609
- "name": "Props"
348610
- }
348611
- ],
348612
- "required": true,
348613
- "type": {
348614
- "name": "boolean"
348615
- }
348616
- }
348617
- }
348618
- },
348619
- {
348620
- "tags": {},
348621
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348622
- "description": "",
348623
- "displayName": "SortingAccordion",
348624
- "methods": [],
348625
- "props": {
348626
- "expandAccordions": {
348627
- "defaultValue": null,
348628
- "description": "",
348629
- "name": "expandAccordions",
348630
- "parent": {
348631
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348632
- "name": "Props"
348633
- },
348634
- "declarations": [
348635
- {
348636
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348637
- "name": "Props"
348638
- }
348639
- ],
348640
- "required": true,
348641
- "type": {
348642
- "name": "boolean"
348643
- }
348644
- }
348645
- }
348646
- },
348647
- {
348648
- "tags": {},
348649
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348650
- "description": "",
348651
- "displayName": "FilterAccordionRadioGroup",
348652
- "methods": [],
348653
- "props": {
348654
- "filter": {
348655
- "defaultValue": null,
348656
- "description": "",
348657
- "name": "filter",
348658
- "parent": {
348659
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348660
- "name": "Props"
348661
- },
348662
- "declarations": [
348663
- {
348664
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348665
- "name": "Props"
348666
- }
348667
- ],
348668
- "required": true,
348669
- "type": {
348670
- "name": "Filter<never, never, never>"
348671
- }
348672
- }
348673
- }
348674
- },
348675
- {
348676
- "tags": {},
348677
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348678
- "description": "",
348679
- "displayName": "FilterAccordionDateRange",
348680
- "methods": [],
348681
- "props": {
348682
- "filter": {
348683
- "defaultValue": null,
348684
- "description": "",
348685
- "name": "filter",
348686
- "parent": {
348687
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348688
- "name": "Props"
348689
- },
348690
- "declarations": [
348691
- {
348692
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348693
- "name": "Props"
348694
- }
348695
- ],
348696
- "required": true,
348697
- "type": {
348698
- "name": "AnyDateRangeFilter"
348699
- }
348700
- }
348701
- }
348702
- },
348703
- {
348704
- "tags": {},
348705
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348706
- "description": "",
348707
- "displayName": "FilterAccordionCheckboxGroup",
348708
- "methods": [],
348709
- "props": {
348710
- "filter": {
348711
- "defaultValue": null,
348712
- "description": "",
348713
- "name": "filter",
348714
- "parent": {
348715
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348716
- "name": "Props"
348717
- },
348718
- "declarations": [
348719
- {
348720
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348721
- "name": "Props"
348722
- }
348723
- ],
348724
- "required": true,
348725
- "type": {
348726
- "name": "Filter<never, never, never>"
348727
- }
348728
- }
348729
- }
348730
- },
348731
- {
348732
- "tags": {},
348733
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348734
- "description": "",
348735
- "displayName": "FilterAccordion",
348736
- "methods": [],
348737
- "props": {
348738
- "filter": {
348739
- "defaultValue": null,
348740
- "description": "",
348741
- "name": "filter",
348742
- "parent": {
348743
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348744
- "name": "Props"
348745
- },
348746
- "declarations": [
348747
- {
348748
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348749
- "name": "Props"
348750
- }
348751
- ],
348752
- "required": true,
348753
- "type": {
348754
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
348755
- }
348756
- },
348757
- "expandAccordions": {
348758
- "defaultValue": null,
348759
- "description": "",
348760
- "name": "expandAccordions",
348761
- "parent": {
348762
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348763
- "name": "Props"
348764
- },
348765
- "declarations": [
348766
- {
348767
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348768
- "name": "Props"
348769
- }
348770
- ],
348771
- "required": true,
348772
- "type": {
348773
- "name": "boolean"
348774
- }
348775
- }
348776
- }
348777
- },
348778
- {
348779
- "tags": {},
348780
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348781
- "description": "",
348782
- "displayName": "AllFiltersModal",
348783
- "methods": [],
348784
- "props": {
348785
- "isDisabled": {
348786
- "defaultValue": null,
348787
- "description": "",
348788
- "name": "isDisabled",
348789
- "parent": {
348790
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348791
- "name": "Props"
348792
- },
348793
- "declarations": [
348794
- {
348795
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348796
- "name": "Props"
348797
- }
348798
- ],
348799
- "required": false,
348800
- "type": {
348801
- "name": "boolean"
348802
- }
348803
- }
348804
- }
348805
- },
348806
348712
  {
348807
348713
  "tags": {},
348808
348714
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -348972,6 +348878,249 @@
348972
348878
  }
348973
348879
  }
348974
348880
  },
348881
+ {
348882
+ "tags": {},
348883
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348884
+ "description": "",
348885
+ "displayName": "ViewModeAccordion",
348886
+ "methods": [],
348887
+ "props": {
348888
+ "expandAccordions": {
348889
+ "defaultValue": null,
348890
+ "description": "",
348891
+ "name": "expandAccordions",
348892
+ "parent": {
348893
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348894
+ "name": "Props"
348895
+ },
348896
+ "declarations": [
348897
+ {
348898
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348899
+ "name": "Props"
348900
+ }
348901
+ ],
348902
+ "required": true,
348903
+ "type": {
348904
+ "name": "boolean"
348905
+ }
348906
+ }
348907
+ }
348908
+ },
348909
+ {
348910
+ "tags": {},
348911
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348912
+ "description": "",
348913
+ "displayName": "SortingAccordion",
348914
+ "methods": [],
348915
+ "props": {
348916
+ "expandAccordions": {
348917
+ "defaultValue": null,
348918
+ "description": "",
348919
+ "name": "expandAccordions",
348920
+ "parent": {
348921
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348922
+ "name": "Props"
348923
+ },
348924
+ "declarations": [
348925
+ {
348926
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348927
+ "name": "Props"
348928
+ }
348929
+ ],
348930
+ "required": true,
348931
+ "type": {
348932
+ "name": "boolean"
348933
+ }
348934
+ }
348935
+ }
348936
+ },
348937
+ {
348938
+ "tags": {},
348939
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348940
+ "description": "",
348941
+ "displayName": "FilterAccordionRadioGroup",
348942
+ "methods": [],
348943
+ "props": {
348944
+ "filter": {
348945
+ "defaultValue": null,
348946
+ "description": "",
348947
+ "name": "filter",
348948
+ "parent": {
348949
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348950
+ "name": "Props"
348951
+ },
348952
+ "declarations": [
348953
+ {
348954
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348955
+ "name": "Props"
348956
+ }
348957
+ ],
348958
+ "required": true,
348959
+ "type": {
348960
+ "name": "Filter<never, never, never>"
348961
+ }
348962
+ }
348963
+ }
348964
+ },
348965
+ {
348966
+ "tags": {},
348967
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348968
+ "description": "",
348969
+ "displayName": "FilterAccordionDateRange",
348970
+ "methods": [],
348971
+ "props": {
348972
+ "filter": {
348973
+ "defaultValue": null,
348974
+ "description": "",
348975
+ "name": "filter",
348976
+ "parent": {
348977
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348978
+ "name": "Props"
348979
+ },
348980
+ "declarations": [
348981
+ {
348982
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348983
+ "name": "Props"
348984
+ }
348985
+ ],
348986
+ "required": true,
348987
+ "type": {
348988
+ "name": "AnyDateRangeFilter"
348989
+ }
348990
+ }
348991
+ }
348992
+ },
348993
+ {
348994
+ "tags": {},
348995
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348996
+ "description": "",
348997
+ "displayName": "FilterAccordionCheckboxGroup",
348998
+ "methods": [],
348999
+ "props": {
349000
+ "filter": {
349001
+ "defaultValue": null,
349002
+ "description": "",
349003
+ "name": "filter",
349004
+ "parent": {
349005
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
349006
+ "name": "Props"
349007
+ },
349008
+ "declarations": [
349009
+ {
349010
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
349011
+ "name": "Props"
349012
+ }
349013
+ ],
349014
+ "required": true,
349015
+ "type": {
349016
+ "name": "Filter<never, never, never>"
349017
+ }
349018
+ }
349019
+ }
349020
+ },
349021
+ {
349022
+ "tags": {},
349023
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
349024
+ "description": "",
349025
+ "displayName": "FilterAccordion",
349026
+ "methods": [],
349027
+ "props": {
349028
+ "filter": {
349029
+ "defaultValue": null,
349030
+ "description": "",
349031
+ "name": "filter",
349032
+ "parent": {
349033
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
349034
+ "name": "Props"
349035
+ },
349036
+ "declarations": [
349037
+ {
349038
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
349039
+ "name": "Props"
349040
+ }
349041
+ ],
349042
+ "required": true,
349043
+ "type": {
349044
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
349045
+ }
349046
+ },
349047
+ "expandAccordions": {
349048
+ "defaultValue": null,
349049
+ "description": "",
349050
+ "name": "expandAccordions",
349051
+ "parent": {
349052
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
349053
+ "name": "Props"
349054
+ },
349055
+ "declarations": [
349056
+ {
349057
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
349058
+ "name": "Props"
349059
+ }
349060
+ ],
349061
+ "required": true,
349062
+ "type": {
349063
+ "name": "boolean"
349064
+ }
349065
+ }
349066
+ }
349067
+ },
349068
+ {
349069
+ "tags": {},
349070
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
349071
+ "description": "",
349072
+ "displayName": "AllFiltersModal",
349073
+ "methods": [],
349074
+ "props": {
349075
+ "isDisabled": {
349076
+ "defaultValue": null,
349077
+ "description": "",
349078
+ "name": "isDisabled",
349079
+ "parent": {
349080
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
349081
+ "name": "Props"
349082
+ },
349083
+ "declarations": [
349084
+ {
349085
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
349086
+ "name": "Props"
349087
+ }
349088
+ ],
349089
+ "required": false,
349090
+ "type": {
349091
+ "name": "boolean"
349092
+ }
349093
+ }
349094
+ }
349095
+ },
349096
+ {
349097
+ "tags": {},
349098
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
349099
+ "description": "",
349100
+ "displayName": "ActiveFilters",
349101
+ "methods": [],
349102
+ "props": {
349103
+ "isDisabled": {
349104
+ "defaultValue": null,
349105
+ "description": "",
349106
+ "name": "isDisabled",
349107
+ "parent": {
349108
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
349109
+ "name": "Props"
349110
+ },
349111
+ "declarations": [
349112
+ {
349113
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
349114
+ "name": "Props"
349115
+ }
349116
+ ],
349117
+ "required": false,
349118
+ "type": {
349119
+ "name": "boolean"
349120
+ }
349121
+ }
349122
+ }
349123
+ },
348975
349124
  {
348976
349125
  "tags": {},
348977
349126
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -351328,34 +351477,6 @@
351328
351477
  }
351329
351478
  }
351330
351479
  },
351331
- {
351332
- "tags": {},
351333
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351334
- "description": "",
351335
- "displayName": "ActiveFilters",
351336
- "methods": [],
351337
- "props": {
351338
- "isDisabled": {
351339
- "defaultValue": null,
351340
- "description": "",
351341
- "name": "isDisabled",
351342
- "parent": {
351343
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351344
- "name": "Props"
351345
- },
351346
- "declarations": [
351347
- {
351348
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351349
- "name": "Props"
351350
- }
351351
- ],
351352
- "required": false,
351353
- "type": {
351354
- "name": "boolean"
351355
- }
351356
- }
351357
- }
351358
- },
351359
351480
  {
351360
351481
  "tags": {},
351361
351482
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx",
@@ -356972,6 +357093,34 @@
356972
357093
  }
356973
357094
  }
356974
357095
  },
357096
+ {
357097
+ "tags": {},
357098
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357099
+ "description": "",
357100
+ "displayName": "ListItemSkeletonView",
357101
+ "methods": [],
357102
+ "props": {
357103
+ "viewMode": {
357104
+ "defaultValue": null,
357105
+ "description": "",
357106
+ "name": "viewMode",
357107
+ "parent": {
357108
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357109
+ "name": "ListItemSkeletonViewProps"
357110
+ },
357111
+ "declarations": [
357112
+ {
357113
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357114
+ "name": "ListItemSkeletonViewProps"
357115
+ }
357116
+ ],
357117
+ "required": true,
357118
+ "type": {
357119
+ "name": "ListViewMode"
357120
+ }
357121
+ }
357122
+ }
357123
+ },
356975
357124
  {
356976
357125
  "tags": {},
356977
357126
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -357057,33 +357206,5 @@
357057
357206
  }
357058
357207
  }
357059
357208
  }
357060
- },
357061
- {
357062
- "tags": {},
357063
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357064
- "description": "",
357065
- "displayName": "ListItemSkeletonView",
357066
- "methods": [],
357067
- "props": {
357068
- "viewMode": {
357069
- "defaultValue": null,
357070
- "description": "",
357071
- "name": "viewMode",
357072
- "parent": {
357073
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357074
- "name": "ListItemSkeletonViewProps"
357075
- },
357076
- "declarations": [
357077
- {
357078
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
357079
- "name": "ListItemSkeletonViewProps"
357080
- }
357081
- ],
357082
- "required": true,
357083
- "type": {
357084
- "name": "ListViewMode"
357085
- }
357086
- }
357087
- }
357088
357209
  }
357089
357210
  ]