@mittwald/flow-react-components 0.2.0-alpha.761 → 0.2.0-alpha.763
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.
- package/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +1897 -1897
- package/dist/js/packages/components/src/components/List/model/List.mjs +1 -1
- package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/types.mjs.map +1 -1
- package/dist/types/components/List/model/types.d.ts +3 -3
- package/dist/types/components/List/model/types.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -230108,6 +230108,110 @@
|
|
|
230108
230108
|
}
|
|
230109
230109
|
}
|
|
230110
230110
|
},
|
|
230111
|
+
{
|
|
230112
|
+
"tags": {
|
|
230113
|
+
"flr-generate": "all"
|
|
230114
|
+
},
|
|
230115
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230116
|
+
"description": "",
|
|
230117
|
+
"displayName": "AvatarStack",
|
|
230118
|
+
"methods": [],
|
|
230119
|
+
"props": {
|
|
230120
|
+
"totalCount": {
|
|
230121
|
+
"defaultValue": null,
|
|
230122
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
230123
|
+
"name": "totalCount",
|
|
230124
|
+
"parent": {
|
|
230125
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230126
|
+
"name": "AvatarStackProps"
|
|
230127
|
+
},
|
|
230128
|
+
"declarations": [
|
|
230129
|
+
{
|
|
230130
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230131
|
+
"name": "AvatarStackProps"
|
|
230132
|
+
}
|
|
230133
|
+
],
|
|
230134
|
+
"required": false,
|
|
230135
|
+
"type": {
|
|
230136
|
+
"name": "number"
|
|
230137
|
+
}
|
|
230138
|
+
},
|
|
230139
|
+
"onCountPress": {
|
|
230140
|
+
"defaultValue": null,
|
|
230141
|
+
"description": "The onPress action of the additional items count element",
|
|
230142
|
+
"name": "onCountPress",
|
|
230143
|
+
"parent": {
|
|
230144
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230145
|
+
"name": "AvatarStackProps"
|
|
230146
|
+
},
|
|
230147
|
+
"declarations": [
|
|
230148
|
+
{
|
|
230149
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230150
|
+
"name": "AvatarStackProps"
|
|
230151
|
+
}
|
|
230152
|
+
],
|
|
230153
|
+
"required": false,
|
|
230154
|
+
"type": {
|
|
230155
|
+
"name": "(() => void)"
|
|
230156
|
+
}
|
|
230157
|
+
},
|
|
230158
|
+
"size": {
|
|
230159
|
+
"defaultValue": {
|
|
230160
|
+
"value": "\"m\""
|
|
230161
|
+
},
|
|
230162
|
+
"description": "The size of the avatars inside the stack.",
|
|
230163
|
+
"name": "size",
|
|
230164
|
+
"parent": {
|
|
230165
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230166
|
+
"name": "AvatarStackProps"
|
|
230167
|
+
},
|
|
230168
|
+
"declarations": [
|
|
230169
|
+
{
|
|
230170
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230171
|
+
"name": "AvatarStackProps"
|
|
230172
|
+
}
|
|
230173
|
+
],
|
|
230174
|
+
"required": false,
|
|
230175
|
+
"type": {
|
|
230176
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230177
|
+
}
|
|
230178
|
+
},
|
|
230179
|
+
"className": {
|
|
230180
|
+
"defaultValue": null,
|
|
230181
|
+
"description": "The elements class name.",
|
|
230182
|
+
"name": "className",
|
|
230183
|
+
"parent": {
|
|
230184
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230185
|
+
"name": "PropsWithClassName"
|
|
230186
|
+
},
|
|
230187
|
+
"declarations": [
|
|
230188
|
+
{
|
|
230189
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230190
|
+
"name": "PropsWithClassName"
|
|
230191
|
+
}
|
|
230192
|
+
],
|
|
230193
|
+
"required": false,
|
|
230194
|
+
"type": {
|
|
230195
|
+
"name": "string"
|
|
230196
|
+
}
|
|
230197
|
+
},
|
|
230198
|
+
"children": {
|
|
230199
|
+
"defaultValue": null,
|
|
230200
|
+
"description": "",
|
|
230201
|
+
"name": "children",
|
|
230202
|
+
"declarations": [
|
|
230203
|
+
{
|
|
230204
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230205
|
+
"name": "TypeLiteral"
|
|
230206
|
+
}
|
|
230207
|
+
],
|
|
230208
|
+
"required": false,
|
|
230209
|
+
"type": {
|
|
230210
|
+
"name": "ReactNode"
|
|
230211
|
+
}
|
|
230212
|
+
}
|
|
230213
|
+
}
|
|
230214
|
+
},
|
|
230111
230215
|
{
|
|
230112
230216
|
"tags": {
|
|
230113
230217
|
"flr-generate": "all"
|
|
@@ -230288,110 +230392,6 @@
|
|
|
230288
230392
|
}
|
|
230289
230393
|
}
|
|
230290
230394
|
},
|
|
230291
|
-
{
|
|
230292
|
-
"tags": {
|
|
230293
|
-
"flr-generate": "all"
|
|
230294
|
-
},
|
|
230295
|
-
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230296
|
-
"description": "",
|
|
230297
|
-
"displayName": "AvatarStack",
|
|
230298
|
-
"methods": [],
|
|
230299
|
-
"props": {
|
|
230300
|
-
"totalCount": {
|
|
230301
|
-
"defaultValue": null,
|
|
230302
|
-
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
230303
|
-
"name": "totalCount",
|
|
230304
|
-
"parent": {
|
|
230305
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230306
|
-
"name": "AvatarStackProps"
|
|
230307
|
-
},
|
|
230308
|
-
"declarations": [
|
|
230309
|
-
{
|
|
230310
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230311
|
-
"name": "AvatarStackProps"
|
|
230312
|
-
}
|
|
230313
|
-
],
|
|
230314
|
-
"required": false,
|
|
230315
|
-
"type": {
|
|
230316
|
-
"name": "number"
|
|
230317
|
-
}
|
|
230318
|
-
},
|
|
230319
|
-
"onCountPress": {
|
|
230320
|
-
"defaultValue": null,
|
|
230321
|
-
"description": "The onPress action of the additional items count element",
|
|
230322
|
-
"name": "onCountPress",
|
|
230323
|
-
"parent": {
|
|
230324
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230325
|
-
"name": "AvatarStackProps"
|
|
230326
|
-
},
|
|
230327
|
-
"declarations": [
|
|
230328
|
-
{
|
|
230329
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230330
|
-
"name": "AvatarStackProps"
|
|
230331
|
-
}
|
|
230332
|
-
],
|
|
230333
|
-
"required": false,
|
|
230334
|
-
"type": {
|
|
230335
|
-
"name": "(() => void)"
|
|
230336
|
-
}
|
|
230337
|
-
},
|
|
230338
|
-
"size": {
|
|
230339
|
-
"defaultValue": {
|
|
230340
|
-
"value": "\"m\""
|
|
230341
|
-
},
|
|
230342
|
-
"description": "The size of the avatars inside the stack.",
|
|
230343
|
-
"name": "size",
|
|
230344
|
-
"parent": {
|
|
230345
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230346
|
-
"name": "AvatarStackProps"
|
|
230347
|
-
},
|
|
230348
|
-
"declarations": [
|
|
230349
|
-
{
|
|
230350
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230351
|
-
"name": "AvatarStackProps"
|
|
230352
|
-
}
|
|
230353
|
-
],
|
|
230354
|
-
"required": false,
|
|
230355
|
-
"type": {
|
|
230356
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230357
|
-
}
|
|
230358
|
-
},
|
|
230359
|
-
"className": {
|
|
230360
|
-
"defaultValue": null,
|
|
230361
|
-
"description": "The elements class name.",
|
|
230362
|
-
"name": "className",
|
|
230363
|
-
"parent": {
|
|
230364
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230365
|
-
"name": "PropsWithClassName"
|
|
230366
|
-
},
|
|
230367
|
-
"declarations": [
|
|
230368
|
-
{
|
|
230369
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230370
|
-
"name": "PropsWithClassName"
|
|
230371
|
-
}
|
|
230372
|
-
],
|
|
230373
|
-
"required": false,
|
|
230374
|
-
"type": {
|
|
230375
|
-
"name": "string"
|
|
230376
|
-
}
|
|
230377
|
-
},
|
|
230378
|
-
"children": {
|
|
230379
|
-
"defaultValue": null,
|
|
230380
|
-
"description": "",
|
|
230381
|
-
"name": "children",
|
|
230382
|
-
"declarations": [
|
|
230383
|
-
{
|
|
230384
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230385
|
-
"name": "TypeLiteral"
|
|
230386
|
-
}
|
|
230387
|
-
],
|
|
230388
|
-
"required": false,
|
|
230389
|
-
"type": {
|
|
230390
|
-
"name": "ReactNode"
|
|
230391
|
-
}
|
|
230392
|
-
}
|
|
230393
|
-
}
|
|
230394
|
-
},
|
|
230395
230395
|
{
|
|
230396
230396
|
"tags": {
|
|
230397
230397
|
"flr-generate": "all"
|
|
@@ -274769,6 +274769,49 @@
|
|
|
274769
274769
|
}
|
|
274770
274770
|
}
|
|
274771
274771
|
},
|
|
274772
|
+
{
|
|
274773
|
+
"tags": {},
|
|
274774
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274775
|
+
"description": "",
|
|
274776
|
+
"displayName": "FormSettingsProvider",
|
|
274777
|
+
"methods": [],
|
|
274778
|
+
"props": {
|
|
274779
|
+
"submitInterceptor": {
|
|
274780
|
+
"defaultValue": null,
|
|
274781
|
+
"description": "",
|
|
274782
|
+
"name": "submitInterceptor",
|
|
274783
|
+
"parent": {
|
|
274784
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274785
|
+
"name": "Context"
|
|
274786
|
+
},
|
|
274787
|
+
"declarations": [
|
|
274788
|
+
{
|
|
274789
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274790
|
+
"name": "Context"
|
|
274791
|
+
}
|
|
274792
|
+
],
|
|
274793
|
+
"required": false,
|
|
274794
|
+
"type": {
|
|
274795
|
+
"name": "SubmitInterceptor"
|
|
274796
|
+
}
|
|
274797
|
+
},
|
|
274798
|
+
"children": {
|
|
274799
|
+
"defaultValue": null,
|
|
274800
|
+
"description": "",
|
|
274801
|
+
"name": "children",
|
|
274802
|
+
"declarations": [
|
|
274803
|
+
{
|
|
274804
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
274805
|
+
"name": "TypeLiteral"
|
|
274806
|
+
}
|
|
274807
|
+
],
|
|
274808
|
+
"required": false,
|
|
274809
|
+
"type": {
|
|
274810
|
+
"name": "ReactNode"
|
|
274811
|
+
}
|
|
274812
|
+
}
|
|
274813
|
+
}
|
|
274814
|
+
},
|
|
274772
274815
|
{
|
|
274773
274816
|
"tags": {},
|
|
274774
274817
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277125,49 +277168,6 @@
|
|
|
277125
277168
|
}
|
|
277126
277169
|
}
|
|
277127
277170
|
},
|
|
277128
|
-
{
|
|
277129
|
-
"tags": {},
|
|
277130
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277131
|
-
"description": "",
|
|
277132
|
-
"displayName": "FormSettingsProvider",
|
|
277133
|
-
"methods": [],
|
|
277134
|
-
"props": {
|
|
277135
|
-
"submitInterceptor": {
|
|
277136
|
-
"defaultValue": null,
|
|
277137
|
-
"description": "",
|
|
277138
|
-
"name": "submitInterceptor",
|
|
277139
|
-
"parent": {
|
|
277140
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277141
|
-
"name": "Context"
|
|
277142
|
-
},
|
|
277143
|
-
"declarations": [
|
|
277144
|
-
{
|
|
277145
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277146
|
-
"name": "Context"
|
|
277147
|
-
}
|
|
277148
|
-
],
|
|
277149
|
-
"required": false,
|
|
277150
|
-
"type": {
|
|
277151
|
-
"name": "SubmitInterceptor"
|
|
277152
|
-
}
|
|
277153
|
-
},
|
|
277154
|
-
"children": {
|
|
277155
|
-
"defaultValue": null,
|
|
277156
|
-
"description": "",
|
|
277157
|
-
"name": "children",
|
|
277158
|
-
"declarations": [
|
|
277159
|
-
{
|
|
277160
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277161
|
-
"name": "TypeLiteral"
|
|
277162
|
-
}
|
|
277163
|
-
],
|
|
277164
|
-
"required": false,
|
|
277165
|
-
"type": {
|
|
277166
|
-
"name": "ReactNode"
|
|
277167
|
-
}
|
|
277168
|
-
}
|
|
277169
|
-
}
|
|
277170
|
-
},
|
|
277171
277171
|
{
|
|
277172
277172
|
"tags": {},
|
|
277173
277173
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
@@ -283844,10 +283844,12 @@
|
|
|
283844
283844
|
}
|
|
283845
283845
|
},
|
|
283846
283846
|
{
|
|
283847
|
-
"tags": {
|
|
283848
|
-
|
|
283847
|
+
"tags": {
|
|
283848
|
+
"deprecated": "Use RouterProvider instead"
|
|
283849
|
+
},
|
|
283850
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283849
283851
|
"description": "",
|
|
283850
|
-
"displayName": "
|
|
283852
|
+
"displayName": "LinkProvider",
|
|
283851
283853
|
"methods": [],
|
|
283852
283854
|
"props": {
|
|
283853
283855
|
"children": {
|
|
@@ -283868,12 +283870,10 @@
|
|
|
283868
283870
|
}
|
|
283869
283871
|
},
|
|
283870
283872
|
{
|
|
283871
|
-
"tags": {
|
|
283872
|
-
|
|
283873
|
-
},
|
|
283874
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283873
|
+
"tags": {},
|
|
283874
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
283875
283875
|
"description": "",
|
|
283876
|
-
"displayName": "
|
|
283876
|
+
"displayName": "RouterProvider",
|
|
283877
283877
|
"methods": [],
|
|
283878
283878
|
"props": {
|
|
283879
283879
|
"children": {
|
|
@@ -292901,9 +292901,9 @@
|
|
|
292901
292901
|
"tags": {
|
|
292902
292902
|
"flr-generate": "all"
|
|
292903
292903
|
},
|
|
292904
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
292904
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
292905
292905
|
"description": "",
|
|
292906
|
-
"displayName": "
|
|
292906
|
+
"displayName": "TableHeader",
|
|
292907
292907
|
"methods": [],
|
|
292908
292908
|
"props": {
|
|
292909
292909
|
"className": {
|
|
@@ -292929,16 +292929,16 @@
|
|
|
292929
292929
|
},
|
|
292930
292930
|
"columns": {
|
|
292931
292931
|
"defaultValue": null,
|
|
292932
|
-
"description": "A list of columns
|
|
292932
|
+
"description": "A list of table columns.",
|
|
292933
292933
|
"name": "columns",
|
|
292934
292934
|
"parent": {
|
|
292935
292935
|
"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",
|
|
292936
|
-
"name": "
|
|
292936
|
+
"name": "TableHeaderProps"
|
|
292937
292937
|
},
|
|
292938
292938
|
"declarations": [
|
|
292939
292939
|
{
|
|
292940
292940
|
"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",
|
|
292941
|
-
"name": "
|
|
292941
|
+
"name": "TableHeaderProps"
|
|
292942
292942
|
}
|
|
292943
292943
|
],
|
|
292944
292944
|
"required": false,
|
|
@@ -292965,25 +292965,6 @@
|
|
|
292965
292965
|
"name": "ReactNode"
|
|
292966
292966
|
}
|
|
292967
292967
|
},
|
|
292968
|
-
"value": {
|
|
292969
|
-
"defaultValue": null,
|
|
292970
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
292971
|
-
"name": "value",
|
|
292972
|
-
"parent": {
|
|
292973
|
-
"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",
|
|
292974
|
-
"name": "MenuItemProps"
|
|
292975
|
-
},
|
|
292976
|
-
"declarations": [
|
|
292977
|
-
{
|
|
292978
|
-
"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",
|
|
292979
|
-
"name": "MenuItemProps"
|
|
292980
|
-
}
|
|
292981
|
-
],
|
|
292982
|
-
"required": false,
|
|
292983
|
-
"type": {
|
|
292984
|
-
"name": "object"
|
|
292985
|
-
}
|
|
292986
|
-
},
|
|
292987
292968
|
"dependencies": {
|
|
292988
292969
|
"defaultValue": null,
|
|
292989
292970
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -293003,82 +292984,6 @@
|
|
|
293003
292984
|
"name": "readonly any[]"
|
|
293004
292985
|
}
|
|
293005
292986
|
},
|
|
293006
|
-
"textValue": {
|
|
293007
|
-
"defaultValue": null,
|
|
293008
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
293009
|
-
"name": "textValue",
|
|
293010
|
-
"parent": {
|
|
293011
|
-
"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",
|
|
293012
|
-
"name": "ListBoxItemProps"
|
|
293013
|
-
},
|
|
293014
|
-
"declarations": [
|
|
293015
|
-
{
|
|
293016
|
-
"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",
|
|
293017
|
-
"name": "ListBoxItemProps"
|
|
293018
|
-
}
|
|
293019
|
-
],
|
|
293020
|
-
"required": false,
|
|
293021
|
-
"type": {
|
|
293022
|
-
"name": "string"
|
|
293023
|
-
}
|
|
293024
|
-
},
|
|
293025
|
-
"isDisabled": {
|
|
293026
|
-
"defaultValue": null,
|
|
293027
|
-
"description": "Whether the item is disabled.",
|
|
293028
|
-
"name": "isDisabled",
|
|
293029
|
-
"parent": {
|
|
293030
|
-
"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",
|
|
293031
|
-
"name": "ListBoxItemProps"
|
|
293032
|
-
},
|
|
293033
|
-
"declarations": [
|
|
293034
|
-
{
|
|
293035
|
-
"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",
|
|
293036
|
-
"name": "ListBoxItemProps"
|
|
293037
|
-
}
|
|
293038
|
-
],
|
|
293039
|
-
"required": false,
|
|
293040
|
-
"type": {
|
|
293041
|
-
"name": "boolean"
|
|
293042
|
-
}
|
|
293043
|
-
},
|
|
293044
|
-
"onAction": {
|
|
293045
|
-
"defaultValue": null,
|
|
293046
|
-
"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.",
|
|
293047
|
-
"name": "onAction",
|
|
293048
|
-
"parent": {
|
|
293049
|
-
"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",
|
|
293050
|
-
"name": "ListBoxItemProps"
|
|
293051
|
-
},
|
|
293052
|
-
"declarations": [
|
|
293053
|
-
{
|
|
293054
|
-
"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",
|
|
293055
|
-
"name": "ListBoxItemProps"
|
|
293056
|
-
}
|
|
293057
|
-
],
|
|
293058
|
-
"required": false,
|
|
293059
|
-
"type": {
|
|
293060
|
-
"name": "(() => void)"
|
|
293061
|
-
}
|
|
293062
|
-
},
|
|
293063
|
-
"id": {
|
|
293064
|
-
"defaultValue": null,
|
|
293065
|
-
"description": "The unique id of the item.",
|
|
293066
|
-
"name": "id",
|
|
293067
|
-
"parent": {
|
|
293068
|
-
"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",
|
|
293069
|
-
"name": "MenuItemProps"
|
|
293070
|
-
},
|
|
293071
|
-
"declarations": [
|
|
293072
|
-
{
|
|
293073
|
-
"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",
|
|
293074
|
-
"name": "MenuItemProps"
|
|
293075
|
-
}
|
|
293076
|
-
],
|
|
293077
|
-
"required": false,
|
|
293078
|
-
"type": {
|
|
293079
|
-
"name": "Key"
|
|
293080
|
-
}
|
|
293081
|
-
},
|
|
293082
292987
|
"style": {
|
|
293083
292988
|
"defaultValue": null,
|
|
293084
292989
|
"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.",
|
|
@@ -293098,158 +293003,6 @@
|
|
|
293098
293003
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
293099
293004
|
}
|
|
293100
293005
|
},
|
|
293101
|
-
"href": {
|
|
293102
|
-
"defaultValue": null,
|
|
293103
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
293104
|
-
"name": "href",
|
|
293105
|
-
"parent": {
|
|
293106
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293107
|
-
"name": "LinkDOMProps"
|
|
293108
|
-
},
|
|
293109
|
-
"declarations": [
|
|
293110
|
-
{
|
|
293111
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293112
|
-
"name": "LinkDOMProps"
|
|
293113
|
-
}
|
|
293114
|
-
],
|
|
293115
|
-
"required": false,
|
|
293116
|
-
"type": {
|
|
293117
|
-
"name": "string"
|
|
293118
|
-
}
|
|
293119
|
-
},
|
|
293120
|
-
"hrefLang": {
|
|
293121
|
-
"defaultValue": null,
|
|
293122
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
293123
|
-
"name": "hrefLang",
|
|
293124
|
-
"parent": {
|
|
293125
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293126
|
-
"name": "LinkDOMProps"
|
|
293127
|
-
},
|
|
293128
|
-
"declarations": [
|
|
293129
|
-
{
|
|
293130
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293131
|
-
"name": "LinkDOMProps"
|
|
293132
|
-
}
|
|
293133
|
-
],
|
|
293134
|
-
"required": false,
|
|
293135
|
-
"type": {
|
|
293136
|
-
"name": "string"
|
|
293137
|
-
}
|
|
293138
|
-
},
|
|
293139
|
-
"target": {
|
|
293140
|
-
"defaultValue": null,
|
|
293141
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
293142
|
-
"name": "target",
|
|
293143
|
-
"parent": {
|
|
293144
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293145
|
-
"name": "LinkDOMProps"
|
|
293146
|
-
},
|
|
293147
|
-
"declarations": [
|
|
293148
|
-
{
|
|
293149
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293150
|
-
"name": "LinkDOMProps"
|
|
293151
|
-
}
|
|
293152
|
-
],
|
|
293153
|
-
"required": false,
|
|
293154
|
-
"type": {
|
|
293155
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
293156
|
-
}
|
|
293157
|
-
},
|
|
293158
|
-
"rel": {
|
|
293159
|
-
"defaultValue": null,
|
|
293160
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
293161
|
-
"name": "rel",
|
|
293162
|
-
"parent": {
|
|
293163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293164
|
-
"name": "LinkDOMProps"
|
|
293165
|
-
},
|
|
293166
|
-
"declarations": [
|
|
293167
|
-
{
|
|
293168
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293169
|
-
"name": "LinkDOMProps"
|
|
293170
|
-
}
|
|
293171
|
-
],
|
|
293172
|
-
"required": false,
|
|
293173
|
-
"type": {
|
|
293174
|
-
"name": "string"
|
|
293175
|
-
}
|
|
293176
|
-
},
|
|
293177
|
-
"download": {
|
|
293178
|
-
"defaultValue": null,
|
|
293179
|
-
"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).",
|
|
293180
|
-
"name": "download",
|
|
293181
|
-
"parent": {
|
|
293182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293183
|
-
"name": "LinkDOMProps"
|
|
293184
|
-
},
|
|
293185
|
-
"declarations": [
|
|
293186
|
-
{
|
|
293187
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293188
|
-
"name": "LinkDOMProps"
|
|
293189
|
-
}
|
|
293190
|
-
],
|
|
293191
|
-
"required": false,
|
|
293192
|
-
"type": {
|
|
293193
|
-
"name": "string | boolean"
|
|
293194
|
-
}
|
|
293195
|
-
},
|
|
293196
|
-
"ping": {
|
|
293197
|
-
"defaultValue": null,
|
|
293198
|
-
"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).",
|
|
293199
|
-
"name": "ping",
|
|
293200
|
-
"parent": {
|
|
293201
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293202
|
-
"name": "LinkDOMProps"
|
|
293203
|
-
},
|
|
293204
|
-
"declarations": [
|
|
293205
|
-
{
|
|
293206
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293207
|
-
"name": "LinkDOMProps"
|
|
293208
|
-
}
|
|
293209
|
-
],
|
|
293210
|
-
"required": false,
|
|
293211
|
-
"type": {
|
|
293212
|
-
"name": "string"
|
|
293213
|
-
}
|
|
293214
|
-
},
|
|
293215
|
-
"referrerPolicy": {
|
|
293216
|
-
"defaultValue": null,
|
|
293217
|
-
"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).",
|
|
293218
|
-
"name": "referrerPolicy",
|
|
293219
|
-
"parent": {
|
|
293220
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293221
|
-
"name": "LinkDOMProps"
|
|
293222
|
-
},
|
|
293223
|
-
"declarations": [
|
|
293224
|
-
{
|
|
293225
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293226
|
-
"name": "LinkDOMProps"
|
|
293227
|
-
}
|
|
293228
|
-
],
|
|
293229
|
-
"required": false,
|
|
293230
|
-
"type": {
|
|
293231
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
293232
|
-
}
|
|
293233
|
-
},
|
|
293234
|
-
"routerOptions": {
|
|
293235
|
-
"defaultValue": null,
|
|
293236
|
-
"description": "Options for the configured client side router.",
|
|
293237
|
-
"name": "routerOptions",
|
|
293238
|
-
"parent": {
|
|
293239
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293240
|
-
"name": "LinkDOMProps"
|
|
293241
|
-
},
|
|
293242
|
-
"declarations": [
|
|
293243
|
-
{
|
|
293244
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293245
|
-
"name": "LinkDOMProps"
|
|
293246
|
-
}
|
|
293247
|
-
],
|
|
293248
|
-
"required": false,
|
|
293249
|
-
"type": {
|
|
293250
|
-
"name": "undefined"
|
|
293251
|
-
}
|
|
293252
|
-
},
|
|
293253
293006
|
"onHoverStart": {
|
|
293254
293007
|
"defaultValue": null,
|
|
293255
293008
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -293307,120 +293060,6 @@
|
|
|
293307
293060
|
"name": "((isHovering: boolean) => void)"
|
|
293308
293061
|
}
|
|
293309
293062
|
},
|
|
293310
|
-
"onPress": {
|
|
293311
|
-
"defaultValue": null,
|
|
293312
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
293313
|
-
"name": "onPress",
|
|
293314
|
-
"parent": {
|
|
293315
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293316
|
-
"name": "PressEvents"
|
|
293317
|
-
},
|
|
293318
|
-
"declarations": [
|
|
293319
|
-
{
|
|
293320
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293321
|
-
"name": "PressEvents"
|
|
293322
|
-
}
|
|
293323
|
-
],
|
|
293324
|
-
"required": false,
|
|
293325
|
-
"type": {
|
|
293326
|
-
"name": "((e: PressEvent) => void)"
|
|
293327
|
-
}
|
|
293328
|
-
},
|
|
293329
|
-
"onPressStart": {
|
|
293330
|
-
"defaultValue": null,
|
|
293331
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
293332
|
-
"name": "onPressStart",
|
|
293333
|
-
"parent": {
|
|
293334
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293335
|
-
"name": "PressEvents"
|
|
293336
|
-
},
|
|
293337
|
-
"declarations": [
|
|
293338
|
-
{
|
|
293339
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293340
|
-
"name": "PressEvents"
|
|
293341
|
-
}
|
|
293342
|
-
],
|
|
293343
|
-
"required": false,
|
|
293344
|
-
"type": {
|
|
293345
|
-
"name": "((e: PressEvent) => void)"
|
|
293346
|
-
}
|
|
293347
|
-
},
|
|
293348
|
-
"onPressEnd": {
|
|
293349
|
-
"defaultValue": null,
|
|
293350
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
293351
|
-
"name": "onPressEnd",
|
|
293352
|
-
"parent": {
|
|
293353
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293354
|
-
"name": "PressEvents"
|
|
293355
|
-
},
|
|
293356
|
-
"declarations": [
|
|
293357
|
-
{
|
|
293358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293359
|
-
"name": "PressEvents"
|
|
293360
|
-
}
|
|
293361
|
-
],
|
|
293362
|
-
"required": false,
|
|
293363
|
-
"type": {
|
|
293364
|
-
"name": "((e: PressEvent) => void)"
|
|
293365
|
-
}
|
|
293366
|
-
},
|
|
293367
|
-
"onPressChange": {
|
|
293368
|
-
"defaultValue": null,
|
|
293369
|
-
"description": "Handler that is called when the press state changes.",
|
|
293370
|
-
"name": "onPressChange",
|
|
293371
|
-
"parent": {
|
|
293372
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293373
|
-
"name": "PressEvents"
|
|
293374
|
-
},
|
|
293375
|
-
"declarations": [
|
|
293376
|
-
{
|
|
293377
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293378
|
-
"name": "PressEvents"
|
|
293379
|
-
}
|
|
293380
|
-
],
|
|
293381
|
-
"required": false,
|
|
293382
|
-
"type": {
|
|
293383
|
-
"name": "((isPressed: boolean) => void)"
|
|
293384
|
-
}
|
|
293385
|
-
},
|
|
293386
|
-
"onPressUp": {
|
|
293387
|
-
"defaultValue": null,
|
|
293388
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
293389
|
-
"name": "onPressUp",
|
|
293390
|
-
"parent": {
|
|
293391
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293392
|
-
"name": "PressEvents"
|
|
293393
|
-
},
|
|
293394
|
-
"declarations": [
|
|
293395
|
-
{
|
|
293396
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293397
|
-
"name": "PressEvents"
|
|
293398
|
-
}
|
|
293399
|
-
],
|
|
293400
|
-
"required": false,
|
|
293401
|
-
"type": {
|
|
293402
|
-
"name": "((e: PressEvent) => void)"
|
|
293403
|
-
}
|
|
293404
|
-
},
|
|
293405
|
-
"onClick": {
|
|
293406
|
-
"defaultValue": null,
|
|
293407
|
-
"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.",
|
|
293408
|
-
"name": "onClick",
|
|
293409
|
-
"parent": {
|
|
293410
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293411
|
-
"name": "PressEvents"
|
|
293412
|
-
},
|
|
293413
|
-
"declarations": [
|
|
293414
|
-
{
|
|
293415
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
293416
|
-
"name": "PressEvents"
|
|
293417
|
-
}
|
|
293418
|
-
],
|
|
293419
|
-
"required": false,
|
|
293420
|
-
"type": {
|
|
293421
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
293422
|
-
}
|
|
293423
|
-
},
|
|
293424
293063
|
"dir": {
|
|
293425
293064
|
"defaultValue": null,
|
|
293426
293065
|
"description": "",
|
|
@@ -293516,6 +293155,25 @@
|
|
|
293516
293155
|
"name": "\"yes\" | \"no\""
|
|
293517
293156
|
}
|
|
293518
293157
|
},
|
|
293158
|
+
"onClick": {
|
|
293159
|
+
"defaultValue": null,
|
|
293160
|
+
"description": "",
|
|
293161
|
+
"name": "onClick",
|
|
293162
|
+
"parent": {
|
|
293163
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293164
|
+
"name": "GlobalDOMEvents"
|
|
293165
|
+
},
|
|
293166
|
+
"declarations": [
|
|
293167
|
+
{
|
|
293168
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
293169
|
+
"name": "GlobalDOMEvents"
|
|
293170
|
+
}
|
|
293171
|
+
],
|
|
293172
|
+
"required": false,
|
|
293173
|
+
"type": {
|
|
293174
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
293175
|
+
}
|
|
293176
|
+
},
|
|
293519
293177
|
"onClickCapture": {
|
|
293520
293178
|
"defaultValue": null,
|
|
293521
293179
|
"description": "",
|
|
@@ -294712,21 +294370,6 @@
|
|
|
294712
294370
|
"type": {
|
|
294713
294371
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
294714
294372
|
}
|
|
294715
|
-
},
|
|
294716
|
-
"footer": {
|
|
294717
|
-
"defaultValue": null,
|
|
294718
|
-
"description": "@internal",
|
|
294719
|
-
"name": "footer",
|
|
294720
|
-
"declarations": [
|
|
294721
|
-
{
|
|
294722
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
294723
|
-
"name": "TypeLiteral"
|
|
294724
|
-
}
|
|
294725
|
-
],
|
|
294726
|
-
"required": false,
|
|
294727
|
-
"type": {
|
|
294728
|
-
"name": "boolean"
|
|
294729
|
-
}
|
|
294730
294373
|
}
|
|
294731
294374
|
}
|
|
294732
294375
|
},
|
|
@@ -294734,9 +294377,9 @@
|
|
|
294734
294377
|
"tags": {
|
|
294735
294378
|
"flr-generate": "all"
|
|
294736
294379
|
},
|
|
294737
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
294380
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
294738
294381
|
"description": "",
|
|
294739
|
-
"displayName": "
|
|
294382
|
+
"displayName": "TableRow",
|
|
294740
294383
|
"methods": [],
|
|
294741
294384
|
"props": {
|
|
294742
294385
|
"className": {
|
|
@@ -294762,16 +294405,16 @@
|
|
|
294762
294405
|
},
|
|
294763
294406
|
"columns": {
|
|
294764
294407
|
"defaultValue": null,
|
|
294765
|
-
"description": "A list of columns
|
|
294408
|
+
"description": "A list of table columns.",
|
|
294766
294409
|
"name": "columns",
|
|
294767
294410
|
"parent": {
|
|
294768
294411
|
"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",
|
|
294769
|
-
"name": "
|
|
294412
|
+
"name": "TableHeaderProps"
|
|
294770
294413
|
},
|
|
294771
294414
|
"declarations": [
|
|
294772
294415
|
{
|
|
294773
294416
|
"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",
|
|
294774
|
-
"name": "
|
|
294417
|
+
"name": "TableHeaderProps"
|
|
294775
294418
|
}
|
|
294776
294419
|
],
|
|
294777
294420
|
"required": false,
|
|
@@ -296567,70 +296210,182 @@
|
|
|
296567
296210
|
"tags": {
|
|
296568
296211
|
"flr-generate": "all"
|
|
296569
296212
|
},
|
|
296570
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
296213
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
296571
296214
|
"description": "",
|
|
296572
|
-
"displayName": "
|
|
296215
|
+
"displayName": "TableFooterRow",
|
|
296573
296216
|
"methods": [],
|
|
296574
296217
|
"props": {
|
|
296575
|
-
"
|
|
296218
|
+
"className": {
|
|
296576
296219
|
"defaultValue": {
|
|
296577
|
-
"value": "
|
|
296220
|
+
"value": "'react-aria-Tooltip'"
|
|
296578
296221
|
},
|
|
296579
|
-
"description": "
|
|
296580
|
-
"name": "
|
|
296222
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
296223
|
+
"name": "className",
|
|
296581
296224
|
"parent": {
|
|
296582
|
-
"fileName": "
|
|
296583
|
-
"name": "
|
|
296225
|
+
"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",
|
|
296226
|
+
"name": "TooltipProps"
|
|
296584
296227
|
},
|
|
296585
296228
|
"declarations": [
|
|
296586
296229
|
{
|
|
296587
|
-
"fileName": "
|
|
296588
|
-
"name": "
|
|
296230
|
+
"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",
|
|
296231
|
+
"name": "TooltipProps"
|
|
296589
296232
|
}
|
|
296590
296233
|
],
|
|
296591
296234
|
"required": false,
|
|
296592
296235
|
"type": {
|
|
296593
|
-
"name": "
|
|
296236
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
296594
296237
|
}
|
|
296595
296238
|
},
|
|
296596
|
-
"
|
|
296239
|
+
"columns": {
|
|
296597
296240
|
"defaultValue": null,
|
|
296598
|
-
"description": "
|
|
296599
|
-
"name": "
|
|
296241
|
+
"description": "A list of table columns.",
|
|
296242
|
+
"name": "columns",
|
|
296600
296243
|
"parent": {
|
|
296601
296244
|
"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",
|
|
296602
|
-
"name": "
|
|
296245
|
+
"name": "TableHeaderProps"
|
|
296603
296246
|
},
|
|
296604
296247
|
"declarations": [
|
|
296605
296248
|
{
|
|
296606
296249
|
"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",
|
|
296607
|
-
"name": "
|
|
296250
|
+
"name": "TableHeaderProps"
|
|
296608
296251
|
}
|
|
296609
296252
|
],
|
|
296610
296253
|
"required": false,
|
|
296611
296254
|
"type": {
|
|
296612
|
-
"name": "
|
|
296255
|
+
"name": "Iterable<never>"
|
|
296613
296256
|
}
|
|
296614
296257
|
},
|
|
296615
|
-
"
|
|
296616
|
-
"defaultValue":
|
|
296617
|
-
|
|
296258
|
+
"children": {
|
|
296259
|
+
"defaultValue": null,
|
|
296260
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
296261
|
+
"name": "children",
|
|
296262
|
+
"parent": {
|
|
296263
|
+
"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",
|
|
296264
|
+
"name": "TableProps"
|
|
296618
296265
|
},
|
|
296619
|
-
"
|
|
296620
|
-
|
|
296266
|
+
"declarations": [
|
|
296267
|
+
{
|
|
296268
|
+
"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",
|
|
296269
|
+
"name": "TableProps"
|
|
296270
|
+
}
|
|
296271
|
+
],
|
|
296272
|
+
"required": false,
|
|
296273
|
+
"type": {
|
|
296274
|
+
"name": "ReactNode"
|
|
296275
|
+
}
|
|
296276
|
+
},
|
|
296277
|
+
"value": {
|
|
296278
|
+
"defaultValue": null,
|
|
296279
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
296280
|
+
"name": "value",
|
|
296621
296281
|
"parent": {
|
|
296622
296282
|
"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",
|
|
296623
|
-
"name": "
|
|
296283
|
+
"name": "MenuItemProps"
|
|
296624
296284
|
},
|
|
296625
296285
|
"declarations": [
|
|
296626
296286
|
{
|
|
296627
296287
|
"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",
|
|
296628
|
-
"name": "
|
|
296288
|
+
"name": "MenuItemProps"
|
|
296629
296289
|
}
|
|
296630
296290
|
],
|
|
296631
296291
|
"required": false,
|
|
296632
296292
|
"type": {
|
|
296633
|
-
"name": "
|
|
296293
|
+
"name": "object"
|
|
296294
|
+
}
|
|
296295
|
+
},
|
|
296296
|
+
"dependencies": {
|
|
296297
|
+
"defaultValue": null,
|
|
296298
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
296299
|
+
"name": "dependencies",
|
|
296300
|
+
"parent": {
|
|
296301
|
+
"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",
|
|
296302
|
+
"name": "CollectionProps"
|
|
296303
|
+
},
|
|
296304
|
+
"declarations": [
|
|
296305
|
+
{
|
|
296306
|
+
"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",
|
|
296307
|
+
"name": "CollectionProps"
|
|
296308
|
+
}
|
|
296309
|
+
],
|
|
296310
|
+
"required": false,
|
|
296311
|
+
"type": {
|
|
296312
|
+
"name": "readonly any[]"
|
|
296313
|
+
}
|
|
296314
|
+
},
|
|
296315
|
+
"textValue": {
|
|
296316
|
+
"defaultValue": null,
|
|
296317
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
296318
|
+
"name": "textValue",
|
|
296319
|
+
"parent": {
|
|
296320
|
+
"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",
|
|
296321
|
+
"name": "ListBoxItemProps"
|
|
296322
|
+
},
|
|
296323
|
+
"declarations": [
|
|
296324
|
+
{
|
|
296325
|
+
"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",
|
|
296326
|
+
"name": "ListBoxItemProps"
|
|
296327
|
+
}
|
|
296328
|
+
],
|
|
296329
|
+
"required": false,
|
|
296330
|
+
"type": {
|
|
296331
|
+
"name": "string"
|
|
296332
|
+
}
|
|
296333
|
+
},
|
|
296334
|
+
"isDisabled": {
|
|
296335
|
+
"defaultValue": null,
|
|
296336
|
+
"description": "Whether the item is disabled.",
|
|
296337
|
+
"name": "isDisabled",
|
|
296338
|
+
"parent": {
|
|
296339
|
+
"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",
|
|
296340
|
+
"name": "ListBoxItemProps"
|
|
296341
|
+
},
|
|
296342
|
+
"declarations": [
|
|
296343
|
+
{
|
|
296344
|
+
"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",
|
|
296345
|
+
"name": "ListBoxItemProps"
|
|
296346
|
+
}
|
|
296347
|
+
],
|
|
296348
|
+
"required": false,
|
|
296349
|
+
"type": {
|
|
296350
|
+
"name": "boolean"
|
|
296351
|
+
}
|
|
296352
|
+
},
|
|
296353
|
+
"onAction": {
|
|
296354
|
+
"defaultValue": null,
|
|
296355
|
+
"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.",
|
|
296356
|
+
"name": "onAction",
|
|
296357
|
+
"parent": {
|
|
296358
|
+
"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",
|
|
296359
|
+
"name": "ListBoxItemProps"
|
|
296360
|
+
},
|
|
296361
|
+
"declarations": [
|
|
296362
|
+
{
|
|
296363
|
+
"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",
|
|
296364
|
+
"name": "ListBoxItemProps"
|
|
296365
|
+
}
|
|
296366
|
+
],
|
|
296367
|
+
"required": false,
|
|
296368
|
+
"type": {
|
|
296369
|
+
"name": "(() => void)"
|
|
296370
|
+
}
|
|
296371
|
+
},
|
|
296372
|
+
"id": {
|
|
296373
|
+
"defaultValue": null,
|
|
296374
|
+
"description": "The unique id of the item.",
|
|
296375
|
+
"name": "id",
|
|
296376
|
+
"parent": {
|
|
296377
|
+
"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",
|
|
296378
|
+
"name": "MenuItemProps"
|
|
296379
|
+
},
|
|
296380
|
+
"declarations": [
|
|
296381
|
+
{
|
|
296382
|
+
"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",
|
|
296383
|
+
"name": "MenuItemProps"
|
|
296384
|
+
}
|
|
296385
|
+
],
|
|
296386
|
+
"required": false,
|
|
296387
|
+
"type": {
|
|
296388
|
+
"name": "Key"
|
|
296634
296389
|
}
|
|
296635
296390
|
},
|
|
296636
296391
|
"style": {
|
|
@@ -296652,6 +296407,329 @@
|
|
|
296652
296407
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
296653
296408
|
}
|
|
296654
296409
|
},
|
|
296410
|
+
"href": {
|
|
296411
|
+
"defaultValue": null,
|
|
296412
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
296413
|
+
"name": "href",
|
|
296414
|
+
"parent": {
|
|
296415
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296416
|
+
"name": "LinkDOMProps"
|
|
296417
|
+
},
|
|
296418
|
+
"declarations": [
|
|
296419
|
+
{
|
|
296420
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296421
|
+
"name": "LinkDOMProps"
|
|
296422
|
+
}
|
|
296423
|
+
],
|
|
296424
|
+
"required": false,
|
|
296425
|
+
"type": {
|
|
296426
|
+
"name": "string"
|
|
296427
|
+
}
|
|
296428
|
+
},
|
|
296429
|
+
"hrefLang": {
|
|
296430
|
+
"defaultValue": null,
|
|
296431
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
296432
|
+
"name": "hrefLang",
|
|
296433
|
+
"parent": {
|
|
296434
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296435
|
+
"name": "LinkDOMProps"
|
|
296436
|
+
},
|
|
296437
|
+
"declarations": [
|
|
296438
|
+
{
|
|
296439
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296440
|
+
"name": "LinkDOMProps"
|
|
296441
|
+
}
|
|
296442
|
+
],
|
|
296443
|
+
"required": false,
|
|
296444
|
+
"type": {
|
|
296445
|
+
"name": "string"
|
|
296446
|
+
}
|
|
296447
|
+
},
|
|
296448
|
+
"target": {
|
|
296449
|
+
"defaultValue": null,
|
|
296450
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
296451
|
+
"name": "target",
|
|
296452
|
+
"parent": {
|
|
296453
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296454
|
+
"name": "LinkDOMProps"
|
|
296455
|
+
},
|
|
296456
|
+
"declarations": [
|
|
296457
|
+
{
|
|
296458
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296459
|
+
"name": "LinkDOMProps"
|
|
296460
|
+
}
|
|
296461
|
+
],
|
|
296462
|
+
"required": false,
|
|
296463
|
+
"type": {
|
|
296464
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
296465
|
+
}
|
|
296466
|
+
},
|
|
296467
|
+
"rel": {
|
|
296468
|
+
"defaultValue": null,
|
|
296469
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
296470
|
+
"name": "rel",
|
|
296471
|
+
"parent": {
|
|
296472
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296473
|
+
"name": "LinkDOMProps"
|
|
296474
|
+
},
|
|
296475
|
+
"declarations": [
|
|
296476
|
+
{
|
|
296477
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296478
|
+
"name": "LinkDOMProps"
|
|
296479
|
+
}
|
|
296480
|
+
],
|
|
296481
|
+
"required": false,
|
|
296482
|
+
"type": {
|
|
296483
|
+
"name": "string"
|
|
296484
|
+
}
|
|
296485
|
+
},
|
|
296486
|
+
"download": {
|
|
296487
|
+
"defaultValue": null,
|
|
296488
|
+
"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).",
|
|
296489
|
+
"name": "download",
|
|
296490
|
+
"parent": {
|
|
296491
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296492
|
+
"name": "LinkDOMProps"
|
|
296493
|
+
},
|
|
296494
|
+
"declarations": [
|
|
296495
|
+
{
|
|
296496
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296497
|
+
"name": "LinkDOMProps"
|
|
296498
|
+
}
|
|
296499
|
+
],
|
|
296500
|
+
"required": false,
|
|
296501
|
+
"type": {
|
|
296502
|
+
"name": "string | boolean"
|
|
296503
|
+
}
|
|
296504
|
+
},
|
|
296505
|
+
"ping": {
|
|
296506
|
+
"defaultValue": null,
|
|
296507
|
+
"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).",
|
|
296508
|
+
"name": "ping",
|
|
296509
|
+
"parent": {
|
|
296510
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296511
|
+
"name": "LinkDOMProps"
|
|
296512
|
+
},
|
|
296513
|
+
"declarations": [
|
|
296514
|
+
{
|
|
296515
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296516
|
+
"name": "LinkDOMProps"
|
|
296517
|
+
}
|
|
296518
|
+
],
|
|
296519
|
+
"required": false,
|
|
296520
|
+
"type": {
|
|
296521
|
+
"name": "string"
|
|
296522
|
+
}
|
|
296523
|
+
},
|
|
296524
|
+
"referrerPolicy": {
|
|
296525
|
+
"defaultValue": null,
|
|
296526
|
+
"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).",
|
|
296527
|
+
"name": "referrerPolicy",
|
|
296528
|
+
"parent": {
|
|
296529
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296530
|
+
"name": "LinkDOMProps"
|
|
296531
|
+
},
|
|
296532
|
+
"declarations": [
|
|
296533
|
+
{
|
|
296534
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296535
|
+
"name": "LinkDOMProps"
|
|
296536
|
+
}
|
|
296537
|
+
],
|
|
296538
|
+
"required": false,
|
|
296539
|
+
"type": {
|
|
296540
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
296541
|
+
}
|
|
296542
|
+
},
|
|
296543
|
+
"routerOptions": {
|
|
296544
|
+
"defaultValue": null,
|
|
296545
|
+
"description": "Options for the configured client side router.",
|
|
296546
|
+
"name": "routerOptions",
|
|
296547
|
+
"parent": {
|
|
296548
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296549
|
+
"name": "LinkDOMProps"
|
|
296550
|
+
},
|
|
296551
|
+
"declarations": [
|
|
296552
|
+
{
|
|
296553
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296554
|
+
"name": "LinkDOMProps"
|
|
296555
|
+
}
|
|
296556
|
+
],
|
|
296557
|
+
"required": false,
|
|
296558
|
+
"type": {
|
|
296559
|
+
"name": "undefined"
|
|
296560
|
+
}
|
|
296561
|
+
},
|
|
296562
|
+
"onHoverStart": {
|
|
296563
|
+
"defaultValue": null,
|
|
296564
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
296565
|
+
"name": "onHoverStart",
|
|
296566
|
+
"parent": {
|
|
296567
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296568
|
+
"name": "HoverEvents"
|
|
296569
|
+
},
|
|
296570
|
+
"declarations": [
|
|
296571
|
+
{
|
|
296572
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296573
|
+
"name": "HoverEvents"
|
|
296574
|
+
}
|
|
296575
|
+
],
|
|
296576
|
+
"required": false,
|
|
296577
|
+
"type": {
|
|
296578
|
+
"name": "((e: HoverEvent) => void)"
|
|
296579
|
+
}
|
|
296580
|
+
},
|
|
296581
|
+
"onHoverEnd": {
|
|
296582
|
+
"defaultValue": null,
|
|
296583
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
296584
|
+
"name": "onHoverEnd",
|
|
296585
|
+
"parent": {
|
|
296586
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296587
|
+
"name": "HoverEvents"
|
|
296588
|
+
},
|
|
296589
|
+
"declarations": [
|
|
296590
|
+
{
|
|
296591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296592
|
+
"name": "HoverEvents"
|
|
296593
|
+
}
|
|
296594
|
+
],
|
|
296595
|
+
"required": false,
|
|
296596
|
+
"type": {
|
|
296597
|
+
"name": "((e: HoverEvent) => void)"
|
|
296598
|
+
}
|
|
296599
|
+
},
|
|
296600
|
+
"onHoverChange": {
|
|
296601
|
+
"defaultValue": null,
|
|
296602
|
+
"description": "Handler that is called when the hover state changes.",
|
|
296603
|
+
"name": "onHoverChange",
|
|
296604
|
+
"parent": {
|
|
296605
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296606
|
+
"name": "HoverEvents"
|
|
296607
|
+
},
|
|
296608
|
+
"declarations": [
|
|
296609
|
+
{
|
|
296610
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296611
|
+
"name": "HoverEvents"
|
|
296612
|
+
}
|
|
296613
|
+
],
|
|
296614
|
+
"required": false,
|
|
296615
|
+
"type": {
|
|
296616
|
+
"name": "((isHovering: boolean) => void)"
|
|
296617
|
+
}
|
|
296618
|
+
},
|
|
296619
|
+
"onPress": {
|
|
296620
|
+
"defaultValue": null,
|
|
296621
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
296622
|
+
"name": "onPress",
|
|
296623
|
+
"parent": {
|
|
296624
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296625
|
+
"name": "PressEvents"
|
|
296626
|
+
},
|
|
296627
|
+
"declarations": [
|
|
296628
|
+
{
|
|
296629
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296630
|
+
"name": "PressEvents"
|
|
296631
|
+
}
|
|
296632
|
+
],
|
|
296633
|
+
"required": false,
|
|
296634
|
+
"type": {
|
|
296635
|
+
"name": "((e: PressEvent) => void)"
|
|
296636
|
+
}
|
|
296637
|
+
},
|
|
296638
|
+
"onPressStart": {
|
|
296639
|
+
"defaultValue": null,
|
|
296640
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
296641
|
+
"name": "onPressStart",
|
|
296642
|
+
"parent": {
|
|
296643
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296644
|
+
"name": "PressEvents"
|
|
296645
|
+
},
|
|
296646
|
+
"declarations": [
|
|
296647
|
+
{
|
|
296648
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296649
|
+
"name": "PressEvents"
|
|
296650
|
+
}
|
|
296651
|
+
],
|
|
296652
|
+
"required": false,
|
|
296653
|
+
"type": {
|
|
296654
|
+
"name": "((e: PressEvent) => void)"
|
|
296655
|
+
}
|
|
296656
|
+
},
|
|
296657
|
+
"onPressEnd": {
|
|
296658
|
+
"defaultValue": null,
|
|
296659
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
296660
|
+
"name": "onPressEnd",
|
|
296661
|
+
"parent": {
|
|
296662
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296663
|
+
"name": "PressEvents"
|
|
296664
|
+
},
|
|
296665
|
+
"declarations": [
|
|
296666
|
+
{
|
|
296667
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296668
|
+
"name": "PressEvents"
|
|
296669
|
+
}
|
|
296670
|
+
],
|
|
296671
|
+
"required": false,
|
|
296672
|
+
"type": {
|
|
296673
|
+
"name": "((e: PressEvent) => void)"
|
|
296674
|
+
}
|
|
296675
|
+
},
|
|
296676
|
+
"onPressChange": {
|
|
296677
|
+
"defaultValue": null,
|
|
296678
|
+
"description": "Handler that is called when the press state changes.",
|
|
296679
|
+
"name": "onPressChange",
|
|
296680
|
+
"parent": {
|
|
296681
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296682
|
+
"name": "PressEvents"
|
|
296683
|
+
},
|
|
296684
|
+
"declarations": [
|
|
296685
|
+
{
|
|
296686
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296687
|
+
"name": "PressEvents"
|
|
296688
|
+
}
|
|
296689
|
+
],
|
|
296690
|
+
"required": false,
|
|
296691
|
+
"type": {
|
|
296692
|
+
"name": "((isPressed: boolean) => void)"
|
|
296693
|
+
}
|
|
296694
|
+
},
|
|
296695
|
+
"onPressUp": {
|
|
296696
|
+
"defaultValue": null,
|
|
296697
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
296698
|
+
"name": "onPressUp",
|
|
296699
|
+
"parent": {
|
|
296700
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296701
|
+
"name": "PressEvents"
|
|
296702
|
+
},
|
|
296703
|
+
"declarations": [
|
|
296704
|
+
{
|
|
296705
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296706
|
+
"name": "PressEvents"
|
|
296707
|
+
}
|
|
296708
|
+
],
|
|
296709
|
+
"required": false,
|
|
296710
|
+
"type": {
|
|
296711
|
+
"name": "((e: PressEvent) => void)"
|
|
296712
|
+
}
|
|
296713
|
+
},
|
|
296714
|
+
"onClick": {
|
|
296715
|
+
"defaultValue": null,
|
|
296716
|
+
"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.",
|
|
296717
|
+
"name": "onClick",
|
|
296718
|
+
"parent": {
|
|
296719
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296720
|
+
"name": "PressEvents"
|
|
296721
|
+
},
|
|
296722
|
+
"declarations": [
|
|
296723
|
+
{
|
|
296724
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296725
|
+
"name": "PressEvents"
|
|
296726
|
+
}
|
|
296727
|
+
],
|
|
296728
|
+
"required": false,
|
|
296729
|
+
"type": {
|
|
296730
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
296731
|
+
}
|
|
296732
|
+
},
|
|
296655
296733
|
"dir": {
|
|
296656
296734
|
"defaultValue": null,
|
|
296657
296735
|
"description": "",
|
|
@@ -296747,25 +296825,6 @@
|
|
|
296747
296825
|
"name": "\"yes\" | \"no\""
|
|
296748
296826
|
}
|
|
296749
296827
|
},
|
|
296750
|
-
"onClick": {
|
|
296751
|
-
"defaultValue": null,
|
|
296752
|
-
"description": "",
|
|
296753
|
-
"name": "onClick",
|
|
296754
|
-
"parent": {
|
|
296755
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296756
|
-
"name": "GlobalDOMEvents"
|
|
296757
|
-
},
|
|
296758
|
-
"declarations": [
|
|
296759
|
-
{
|
|
296760
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296761
|
-
"name": "GlobalDOMEvents"
|
|
296762
|
-
}
|
|
296763
|
-
],
|
|
296764
|
-
"required": false,
|
|
296765
|
-
"type": {
|
|
296766
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
296767
|
-
}
|
|
296768
|
-
},
|
|
296769
296828
|
"onClickCapture": {
|
|
296770
296829
|
"defaultValue": null,
|
|
296771
296830
|
"description": "",
|
|
@@ -297963,152 +298022,19 @@
|
|
|
297963
298022
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
297964
298023
|
}
|
|
297965
298024
|
},
|
|
297966
|
-
"
|
|
297967
|
-
"defaultValue": null,
|
|
297968
|
-
"description": "The unique id of the item.",
|
|
297969
|
-
"name": "id",
|
|
297970
|
-
"parent": {
|
|
297971
|
-
"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",
|
|
297972
|
-
"name": "MenuItemProps"
|
|
297973
|
-
},
|
|
297974
|
-
"declarations": [
|
|
297975
|
-
{
|
|
297976
|
-
"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",
|
|
297977
|
-
"name": "MenuItemProps"
|
|
297978
|
-
}
|
|
297979
|
-
],
|
|
297980
|
-
"required": false,
|
|
297981
|
-
"type": {
|
|
297982
|
-
"name": "Key"
|
|
297983
|
-
}
|
|
297984
|
-
},
|
|
297985
|
-
"textValue": {
|
|
297986
|
-
"defaultValue": null,
|
|
297987
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
297988
|
-
"name": "textValue",
|
|
297989
|
-
"parent": {
|
|
297990
|
-
"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",
|
|
297991
|
-
"name": "ListBoxItemProps"
|
|
297992
|
-
},
|
|
297993
|
-
"declarations": [
|
|
297994
|
-
{
|
|
297995
|
-
"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",
|
|
297996
|
-
"name": "ListBoxItemProps"
|
|
297997
|
-
}
|
|
297998
|
-
],
|
|
297999
|
-
"required": false,
|
|
298000
|
-
"type": {
|
|
298001
|
-
"name": "string"
|
|
298002
|
-
}
|
|
298003
|
-
},
|
|
298004
|
-
"minWidth": {
|
|
298005
|
-
"defaultValue": null,
|
|
298006
|
-
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298007
|
-
"name": "minWidth",
|
|
298008
|
-
"parent": {
|
|
298009
|
-
"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",
|
|
298010
|
-
"name": "ColumnProps"
|
|
298011
|
-
},
|
|
298012
|
-
"declarations": [
|
|
298013
|
-
{
|
|
298014
|
-
"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",
|
|
298015
|
-
"name": "ColumnProps"
|
|
298016
|
-
}
|
|
298017
|
-
],
|
|
298018
|
-
"required": false,
|
|
298019
|
-
"type": {
|
|
298020
|
-
"name": "ColumnStaticSize | null"
|
|
298021
|
-
}
|
|
298022
|
-
},
|
|
298023
|
-
"maxWidth": {
|
|
298024
|
-
"defaultValue": null,
|
|
298025
|
-
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298026
|
-
"name": "maxWidth",
|
|
298027
|
-
"parent": {
|
|
298028
|
-
"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",
|
|
298029
|
-
"name": "ColumnProps"
|
|
298030
|
-
},
|
|
298031
|
-
"declarations": [
|
|
298032
|
-
{
|
|
298033
|
-
"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",
|
|
298034
|
-
"name": "ColumnProps"
|
|
298035
|
-
}
|
|
298036
|
-
],
|
|
298037
|
-
"required": false,
|
|
298038
|
-
"type": {
|
|
298039
|
-
"name": "ColumnStaticSize | null"
|
|
298040
|
-
}
|
|
298041
|
-
},
|
|
298042
|
-
"allowsSorting": {
|
|
298043
|
-
"defaultValue": null,
|
|
298044
|
-
"description": "Whether the column allows sorting.",
|
|
298045
|
-
"name": "allowsSorting",
|
|
298046
|
-
"parent": {
|
|
298047
|
-
"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",
|
|
298048
|
-
"name": "ColumnProps"
|
|
298049
|
-
},
|
|
298050
|
-
"declarations": [
|
|
298051
|
-
{
|
|
298052
|
-
"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",
|
|
298053
|
-
"name": "ColumnProps"
|
|
298054
|
-
}
|
|
298055
|
-
],
|
|
298056
|
-
"required": false,
|
|
298057
|
-
"type": {
|
|
298058
|
-
"name": "boolean"
|
|
298059
|
-
}
|
|
298060
|
-
},
|
|
298061
|
-
"isRowHeader": {
|
|
298062
|
-
"defaultValue": null,
|
|
298063
|
-
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
298064
|
-
"name": "isRowHeader",
|
|
298065
|
-
"parent": {
|
|
298066
|
-
"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",
|
|
298067
|
-
"name": "ColumnProps"
|
|
298068
|
-
},
|
|
298069
|
-
"declarations": [
|
|
298070
|
-
{
|
|
298071
|
-
"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",
|
|
298072
|
-
"name": "ColumnProps"
|
|
298073
|
-
}
|
|
298074
|
-
],
|
|
298075
|
-
"required": false,
|
|
298076
|
-
"type": {
|
|
298077
|
-
"name": "boolean"
|
|
298078
|
-
}
|
|
298079
|
-
},
|
|
298080
|
-
"defaultWidth": {
|
|
298081
|
-
"defaultValue": null,
|
|
298082
|
-
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298083
|
-
"name": "defaultWidth",
|
|
298084
|
-
"parent": {
|
|
298085
|
-
"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",
|
|
298086
|
-
"name": "ColumnProps"
|
|
298087
|
-
},
|
|
298088
|
-
"declarations": [
|
|
298089
|
-
{
|
|
298090
|
-
"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",
|
|
298091
|
-
"name": "ColumnProps"
|
|
298092
|
-
}
|
|
298093
|
-
],
|
|
298094
|
-
"required": false,
|
|
298095
|
-
"type": {
|
|
298096
|
-
"name": "ColumnSize | null"
|
|
298097
|
-
}
|
|
298098
|
-
},
|
|
298099
|
-
"children": {
|
|
298025
|
+
"footer": {
|
|
298100
298026
|
"defaultValue": null,
|
|
298101
|
-
"description": "",
|
|
298102
|
-
"name": "
|
|
298027
|
+
"description": "@internal",
|
|
298028
|
+
"name": "footer",
|
|
298103
298029
|
"declarations": [
|
|
298104
298030
|
{
|
|
298105
|
-
"fileName": "
|
|
298031
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
298106
298032
|
"name": "TypeLiteral"
|
|
298107
298033
|
}
|
|
298108
298034
|
],
|
|
298109
298035
|
"required": false,
|
|
298110
298036
|
"type": {
|
|
298111
|
-
"name": "
|
|
298037
|
+
"name": "boolean"
|
|
298112
298038
|
}
|
|
298113
298039
|
}
|
|
298114
298040
|
}
|
|
@@ -298117,49 +298043,49 @@
|
|
|
298117
298043
|
"tags": {
|
|
298118
298044
|
"flr-generate": "all"
|
|
298119
298045
|
},
|
|
298120
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
298046
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
298121
298047
|
"description": "",
|
|
298122
|
-
"displayName": "
|
|
298048
|
+
"displayName": "TableColumn",
|
|
298123
298049
|
"methods": [],
|
|
298124
298050
|
"props": {
|
|
298125
|
-
"
|
|
298126
|
-
"defaultValue":
|
|
298127
|
-
|
|
298128
|
-
|
|
298051
|
+
"horizontalAlign": {
|
|
298052
|
+
"defaultValue": {
|
|
298053
|
+
"value": "\"start\""
|
|
298054
|
+
},
|
|
298055
|
+
"description": "Horizontal alignment of the cell content",
|
|
298056
|
+
"name": "horizontalAlign",
|
|
298129
298057
|
"parent": {
|
|
298130
|
-
"fileName": "components/src/components/Table/components/
|
|
298131
|
-
"name": "
|
|
298058
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
298059
|
+
"name": "TableColumnProps"
|
|
298132
298060
|
},
|
|
298133
298061
|
"declarations": [
|
|
298134
298062
|
{
|
|
298135
|
-
"fileName": "components/src/components/Table/components/
|
|
298136
|
-
"name": "
|
|
298063
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
298064
|
+
"name": "TableColumnProps"
|
|
298137
298065
|
}
|
|
298138
298066
|
],
|
|
298139
298067
|
"required": false,
|
|
298140
298068
|
"type": {
|
|
298141
|
-
"name": "
|
|
298069
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
298142
298070
|
}
|
|
298143
298071
|
},
|
|
298144
|
-
"
|
|
298145
|
-
"defaultValue":
|
|
298146
|
-
|
|
298147
|
-
|
|
298148
|
-
"description": "Horizontal alignment of the cell content",
|
|
298149
|
-
"name": "horizontalAlign",
|
|
298072
|
+
"width": {
|
|
298073
|
+
"defaultValue": null,
|
|
298074
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298075
|
+
"name": "width",
|
|
298150
298076
|
"parent": {
|
|
298151
|
-
"fileName": "
|
|
298152
|
-
"name": "
|
|
298077
|
+
"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",
|
|
298078
|
+
"name": "ColumnProps"
|
|
298153
298079
|
},
|
|
298154
298080
|
"declarations": [
|
|
298155
298081
|
{
|
|
298156
|
-
"fileName": "
|
|
298157
|
-
"name": "
|
|
298082
|
+
"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",
|
|
298083
|
+
"name": "ColumnProps"
|
|
298158
298084
|
}
|
|
298159
298085
|
],
|
|
298160
298086
|
"required": false,
|
|
298161
298087
|
"type": {
|
|
298162
|
-
"name": "
|
|
298088
|
+
"name": "ColumnSize | null"
|
|
298163
298089
|
}
|
|
298164
298090
|
},
|
|
298165
298091
|
"className": {
|
|
@@ -298183,6 +298109,25 @@
|
|
|
298183
298109
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
298184
298110
|
}
|
|
298185
298111
|
},
|
|
298112
|
+
"style": {
|
|
298113
|
+
"defaultValue": null,
|
|
298114
|
+
"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.",
|
|
298115
|
+
"name": "style",
|
|
298116
|
+
"parent": {
|
|
298117
|
+
"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",
|
|
298118
|
+
"name": "StyleRenderProps"
|
|
298119
|
+
},
|
|
298120
|
+
"declarations": [
|
|
298121
|
+
{
|
|
298122
|
+
"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",
|
|
298123
|
+
"name": "StyleRenderProps"
|
|
298124
|
+
}
|
|
298125
|
+
],
|
|
298126
|
+
"required": false,
|
|
298127
|
+
"type": {
|
|
298128
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
298129
|
+
}
|
|
298130
|
+
},
|
|
298186
298131
|
"dir": {
|
|
298187
298132
|
"defaultValue": null,
|
|
298188
298133
|
"description": "",
|
|
@@ -299532,23 +299477,99 @@
|
|
|
299532
299477
|
"name": "string"
|
|
299533
299478
|
}
|
|
299534
299479
|
},
|
|
299535
|
-
"
|
|
299480
|
+
"minWidth": {
|
|
299536
299481
|
"defaultValue": null,
|
|
299537
|
-
"description": "
|
|
299538
|
-
"name": "
|
|
299482
|
+
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
299483
|
+
"name": "minWidth",
|
|
299539
299484
|
"parent": {
|
|
299540
299485
|
"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",
|
|
299541
|
-
"name": "
|
|
299486
|
+
"name": "ColumnProps"
|
|
299542
299487
|
},
|
|
299543
299488
|
"declarations": [
|
|
299544
299489
|
{
|
|
299545
299490
|
"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",
|
|
299546
|
-
"name": "
|
|
299491
|
+
"name": "ColumnProps"
|
|
299547
299492
|
}
|
|
299548
299493
|
],
|
|
299549
299494
|
"required": false,
|
|
299550
299495
|
"type": {
|
|
299551
|
-
"name": "
|
|
299496
|
+
"name": "ColumnStaticSize | null"
|
|
299497
|
+
}
|
|
299498
|
+
},
|
|
299499
|
+
"maxWidth": {
|
|
299500
|
+
"defaultValue": null,
|
|
299501
|
+
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
299502
|
+
"name": "maxWidth",
|
|
299503
|
+
"parent": {
|
|
299504
|
+
"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",
|
|
299505
|
+
"name": "ColumnProps"
|
|
299506
|
+
},
|
|
299507
|
+
"declarations": [
|
|
299508
|
+
{
|
|
299509
|
+
"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",
|
|
299510
|
+
"name": "ColumnProps"
|
|
299511
|
+
}
|
|
299512
|
+
],
|
|
299513
|
+
"required": false,
|
|
299514
|
+
"type": {
|
|
299515
|
+
"name": "ColumnStaticSize | null"
|
|
299516
|
+
}
|
|
299517
|
+
},
|
|
299518
|
+
"allowsSorting": {
|
|
299519
|
+
"defaultValue": null,
|
|
299520
|
+
"description": "Whether the column allows sorting.",
|
|
299521
|
+
"name": "allowsSorting",
|
|
299522
|
+
"parent": {
|
|
299523
|
+
"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",
|
|
299524
|
+
"name": "ColumnProps"
|
|
299525
|
+
},
|
|
299526
|
+
"declarations": [
|
|
299527
|
+
{
|
|
299528
|
+
"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",
|
|
299529
|
+
"name": "ColumnProps"
|
|
299530
|
+
}
|
|
299531
|
+
],
|
|
299532
|
+
"required": false,
|
|
299533
|
+
"type": {
|
|
299534
|
+
"name": "boolean"
|
|
299535
|
+
}
|
|
299536
|
+
},
|
|
299537
|
+
"isRowHeader": {
|
|
299538
|
+
"defaultValue": null,
|
|
299539
|
+
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
299540
|
+
"name": "isRowHeader",
|
|
299541
|
+
"parent": {
|
|
299542
|
+
"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",
|
|
299543
|
+
"name": "ColumnProps"
|
|
299544
|
+
},
|
|
299545
|
+
"declarations": [
|
|
299546
|
+
{
|
|
299547
|
+
"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",
|
|
299548
|
+
"name": "ColumnProps"
|
|
299549
|
+
}
|
|
299550
|
+
],
|
|
299551
|
+
"required": false,
|
|
299552
|
+
"type": {
|
|
299553
|
+
"name": "boolean"
|
|
299554
|
+
}
|
|
299555
|
+
},
|
|
299556
|
+
"defaultWidth": {
|
|
299557
|
+
"defaultValue": null,
|
|
299558
|
+
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
299559
|
+
"name": "defaultWidth",
|
|
299560
|
+
"parent": {
|
|
299561
|
+
"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",
|
|
299562
|
+
"name": "ColumnProps"
|
|
299563
|
+
},
|
|
299564
|
+
"declarations": [
|
|
299565
|
+
{
|
|
299566
|
+
"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",
|
|
299567
|
+
"name": "ColumnProps"
|
|
299568
|
+
}
|
|
299569
|
+
],
|
|
299570
|
+
"required": false,
|
|
299571
|
+
"type": {
|
|
299572
|
+
"name": "ColumnSize | null"
|
|
299552
299573
|
}
|
|
299553
299574
|
},
|
|
299554
299575
|
"children": {
|
|
@@ -299572,125 +299593,70 @@
|
|
|
299572
299593
|
"tags": {
|
|
299573
299594
|
"flr-generate": "all"
|
|
299574
299595
|
},
|
|
299575
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
299596
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299576
299597
|
"description": "",
|
|
299577
|
-
"displayName": "
|
|
299598
|
+
"displayName": "TableCell",
|
|
299578
299599
|
"methods": [],
|
|
299579
299600
|
"props": {
|
|
299580
|
-
"
|
|
299581
|
-
"defaultValue": {
|
|
299582
|
-
"value": "'react-aria-Tooltip'"
|
|
299583
|
-
},
|
|
299584
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
299585
|
-
"name": "className",
|
|
299586
|
-
"parent": {
|
|
299587
|
-
"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",
|
|
299588
|
-
"name": "TooltipProps"
|
|
299589
|
-
},
|
|
299590
|
-
"declarations": [
|
|
299591
|
-
{
|
|
299592
|
-
"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",
|
|
299593
|
-
"name": "TooltipProps"
|
|
299594
|
-
}
|
|
299595
|
-
],
|
|
299596
|
-
"required": false,
|
|
299597
|
-
"type": {
|
|
299598
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
299599
|
-
}
|
|
299600
|
-
},
|
|
299601
|
-
"renderEmptyState": {
|
|
299601
|
+
"rowHeader": {
|
|
299602
299602
|
"defaultValue": null,
|
|
299603
|
-
"description": "
|
|
299604
|
-
"name": "
|
|
299603
|
+
"description": "Use cell as row header",
|
|
299604
|
+
"name": "rowHeader",
|
|
299605
299605
|
"parent": {
|
|
299606
|
-
"fileName": "
|
|
299607
|
-
"name": "
|
|
299606
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299607
|
+
"name": "TableCellProps"
|
|
299608
299608
|
},
|
|
299609
299609
|
"declarations": [
|
|
299610
299610
|
{
|
|
299611
|
-
"fileName": "
|
|
299612
|
-
"name": "
|
|
299611
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299612
|
+
"name": "TableCellProps"
|
|
299613
299613
|
}
|
|
299614
299614
|
],
|
|
299615
299615
|
"required": false,
|
|
299616
299616
|
"type": {
|
|
299617
|
-
"name": "
|
|
299617
|
+
"name": "boolean"
|
|
299618
299618
|
}
|
|
299619
299619
|
},
|
|
299620
|
-
"
|
|
299621
|
-
"defaultValue":
|
|
299622
|
-
|
|
299623
|
-
"name": "children",
|
|
299624
|
-
"parent": {
|
|
299625
|
-
"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",
|
|
299626
|
-
"name": "TableProps"
|
|
299620
|
+
"horizontalAlign": {
|
|
299621
|
+
"defaultValue": {
|
|
299622
|
+
"value": "\"start\""
|
|
299627
299623
|
},
|
|
299628
|
-
"
|
|
299629
|
-
|
|
299630
|
-
"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",
|
|
299631
|
-
"name": "TableProps"
|
|
299632
|
-
}
|
|
299633
|
-
],
|
|
299634
|
-
"required": false,
|
|
299635
|
-
"type": {
|
|
299636
|
-
"name": "ReactNode"
|
|
299637
|
-
}
|
|
299638
|
-
},
|
|
299639
|
-
"items": {
|
|
299640
|
-
"defaultValue": null,
|
|
299641
|
-
"description": "Item objects in the collection.",
|
|
299642
|
-
"name": "items",
|
|
299624
|
+
"description": "Horizontal alignment of the cell content",
|
|
299625
|
+
"name": "horizontalAlign",
|
|
299643
299626
|
"parent": {
|
|
299644
|
-
"fileName": "
|
|
299645
|
-
"name": "
|
|
299627
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299628
|
+
"name": "TableCellProps"
|
|
299646
299629
|
},
|
|
299647
299630
|
"declarations": [
|
|
299648
299631
|
{
|
|
299649
|
-
"fileName": "
|
|
299650
|
-
"name": "
|
|
299632
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299633
|
+
"name": "TableCellProps"
|
|
299651
299634
|
}
|
|
299652
299635
|
],
|
|
299653
299636
|
"required": false,
|
|
299654
299637
|
"type": {
|
|
299655
|
-
"name": "
|
|
299638
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
299656
299639
|
}
|
|
299657
299640
|
},
|
|
299658
|
-
"
|
|
299659
|
-
"defaultValue":
|
|
299660
|
-
|
|
299661
|
-
"name": "dependencies",
|
|
299662
|
-
"parent": {
|
|
299663
|
-
"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",
|
|
299664
|
-
"name": "CollectionProps"
|
|
299641
|
+
"className": {
|
|
299642
|
+
"defaultValue": {
|
|
299643
|
+
"value": "'react-aria-Tooltip'"
|
|
299665
299644
|
},
|
|
299666
|
-
"
|
|
299667
|
-
|
|
299668
|
-
"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",
|
|
299669
|
-
"name": "CollectionProps"
|
|
299670
|
-
}
|
|
299671
|
-
],
|
|
299672
|
-
"required": false,
|
|
299673
|
-
"type": {
|
|
299674
|
-
"name": "readonly any[]"
|
|
299675
|
-
}
|
|
299676
|
-
},
|
|
299677
|
-
"style": {
|
|
299678
|
-
"defaultValue": null,
|
|
299679
|
-
"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.",
|
|
299680
|
-
"name": "style",
|
|
299645
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
299646
|
+
"name": "className",
|
|
299681
299647
|
"parent": {
|
|
299682
299648
|
"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",
|
|
299683
|
-
"name": "
|
|
299649
|
+
"name": "TooltipProps"
|
|
299684
299650
|
},
|
|
299685
299651
|
"declarations": [
|
|
299686
299652
|
{
|
|
299687
299653
|
"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",
|
|
299688
|
-
"name": "
|
|
299654
|
+
"name": "TooltipProps"
|
|
299689
299655
|
}
|
|
299690
299656
|
],
|
|
299691
299657
|
"required": false,
|
|
299692
299658
|
"type": {
|
|
299693
|
-
"name": "
|
|
299659
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
299694
299660
|
}
|
|
299695
299661
|
},
|
|
299696
299662
|
"dir": {
|
|
@@ -301003,6 +300969,78 @@
|
|
|
301003
300969
|
"type": {
|
|
301004
300970
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
301005
300971
|
}
|
|
300972
|
+
},
|
|
300973
|
+
"id": {
|
|
300974
|
+
"defaultValue": null,
|
|
300975
|
+
"description": "The unique id of the item.",
|
|
300976
|
+
"name": "id",
|
|
300977
|
+
"parent": {
|
|
300978
|
+
"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",
|
|
300979
|
+
"name": "MenuItemProps"
|
|
300980
|
+
},
|
|
300981
|
+
"declarations": [
|
|
300982
|
+
{
|
|
300983
|
+
"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",
|
|
300984
|
+
"name": "MenuItemProps"
|
|
300985
|
+
}
|
|
300986
|
+
],
|
|
300987
|
+
"required": false,
|
|
300988
|
+
"type": {
|
|
300989
|
+
"name": "Key"
|
|
300990
|
+
}
|
|
300991
|
+
},
|
|
300992
|
+
"textValue": {
|
|
300993
|
+
"defaultValue": null,
|
|
300994
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
300995
|
+
"name": "textValue",
|
|
300996
|
+
"parent": {
|
|
300997
|
+
"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",
|
|
300998
|
+
"name": "ListBoxItemProps"
|
|
300999
|
+
},
|
|
301000
|
+
"declarations": [
|
|
301001
|
+
{
|
|
301002
|
+
"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",
|
|
301003
|
+
"name": "ListBoxItemProps"
|
|
301004
|
+
}
|
|
301005
|
+
],
|
|
301006
|
+
"required": false,
|
|
301007
|
+
"type": {
|
|
301008
|
+
"name": "string"
|
|
301009
|
+
}
|
|
301010
|
+
},
|
|
301011
|
+
"colSpan": {
|
|
301012
|
+
"defaultValue": null,
|
|
301013
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
301014
|
+
"name": "colSpan",
|
|
301015
|
+
"parent": {
|
|
301016
|
+
"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",
|
|
301017
|
+
"name": "CellProps"
|
|
301018
|
+
},
|
|
301019
|
+
"declarations": [
|
|
301020
|
+
{
|
|
301021
|
+
"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",
|
|
301022
|
+
"name": "CellProps"
|
|
301023
|
+
}
|
|
301024
|
+
],
|
|
301025
|
+
"required": false,
|
|
301026
|
+
"type": {
|
|
301027
|
+
"name": "number"
|
|
301028
|
+
}
|
|
301029
|
+
},
|
|
301030
|
+
"children": {
|
|
301031
|
+
"defaultValue": null,
|
|
301032
|
+
"description": "",
|
|
301033
|
+
"name": "children",
|
|
301034
|
+
"declarations": [
|
|
301035
|
+
{
|
|
301036
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
301037
|
+
"name": "TypeLiteral"
|
|
301038
|
+
}
|
|
301039
|
+
],
|
|
301040
|
+
"required": false,
|
|
301041
|
+
"type": {
|
|
301042
|
+
"name": "ReactNode"
|
|
301043
|
+
}
|
|
301006
301044
|
}
|
|
301007
301045
|
}
|
|
301008
301046
|
},
|
|
@@ -301010,9 +301048,9 @@
|
|
|
301010
301048
|
"tags": {
|
|
301011
301049
|
"flr-generate": "all"
|
|
301012
301050
|
},
|
|
301013
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
301051
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
301014
301052
|
"description": "",
|
|
301015
|
-
"displayName": "
|
|
301053
|
+
"displayName": "TableBody",
|
|
301016
301054
|
"methods": [],
|
|
301017
301055
|
"props": {
|
|
301018
301056
|
"className": {
|
|
@@ -301036,23 +301074,23 @@
|
|
|
301036
301074
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
301037
301075
|
}
|
|
301038
301076
|
},
|
|
301039
|
-
"
|
|
301077
|
+
"renderEmptyState": {
|
|
301040
301078
|
"defaultValue": null,
|
|
301041
|
-
"description": "
|
|
301042
|
-
"name": "
|
|
301079
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
301080
|
+
"name": "renderEmptyState",
|
|
301043
301081
|
"parent": {
|
|
301044
301082
|
"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",
|
|
301045
|
-
"name": "
|
|
301083
|
+
"name": "ListBoxProps"
|
|
301046
301084
|
},
|
|
301047
301085
|
"declarations": [
|
|
301048
301086
|
{
|
|
301049
301087
|
"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",
|
|
301050
|
-
"name": "
|
|
301088
|
+
"name": "ListBoxProps"
|
|
301051
301089
|
}
|
|
301052
301090
|
],
|
|
301053
301091
|
"required": false,
|
|
301054
301092
|
"type": {
|
|
301055
|
-
"name": "
|
|
301093
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
301056
301094
|
}
|
|
301057
301095
|
},
|
|
301058
301096
|
"children": {
|
|
@@ -301074,6 +301112,25 @@
|
|
|
301074
301112
|
"name": "ReactNode"
|
|
301075
301113
|
}
|
|
301076
301114
|
},
|
|
301115
|
+
"items": {
|
|
301116
|
+
"defaultValue": null,
|
|
301117
|
+
"description": "Item objects in the collection.",
|
|
301118
|
+
"name": "items",
|
|
301119
|
+
"parent": {
|
|
301120
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301121
|
+
"name": "CollectionBase"
|
|
301122
|
+
},
|
|
301123
|
+
"declarations": [
|
|
301124
|
+
{
|
|
301125
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301126
|
+
"name": "CollectionBase"
|
|
301127
|
+
}
|
|
301128
|
+
],
|
|
301129
|
+
"required": false,
|
|
301130
|
+
"type": {
|
|
301131
|
+
"name": "Iterable<object>"
|
|
301132
|
+
}
|
|
301133
|
+
},
|
|
301077
301134
|
"dependencies": {
|
|
301078
301135
|
"defaultValue": null,
|
|
301079
301136
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -301112,63 +301169,6 @@
|
|
|
301112
301169
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
301113
301170
|
}
|
|
301114
301171
|
},
|
|
301115
|
-
"onHoverStart": {
|
|
301116
|
-
"defaultValue": null,
|
|
301117
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
301118
|
-
"name": "onHoverStart",
|
|
301119
|
-
"parent": {
|
|
301120
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301121
|
-
"name": "HoverEvents"
|
|
301122
|
-
},
|
|
301123
|
-
"declarations": [
|
|
301124
|
-
{
|
|
301125
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301126
|
-
"name": "HoverEvents"
|
|
301127
|
-
}
|
|
301128
|
-
],
|
|
301129
|
-
"required": false,
|
|
301130
|
-
"type": {
|
|
301131
|
-
"name": "((e: HoverEvent) => void)"
|
|
301132
|
-
}
|
|
301133
|
-
},
|
|
301134
|
-
"onHoverEnd": {
|
|
301135
|
-
"defaultValue": null,
|
|
301136
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
301137
|
-
"name": "onHoverEnd",
|
|
301138
|
-
"parent": {
|
|
301139
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301140
|
-
"name": "HoverEvents"
|
|
301141
|
-
},
|
|
301142
|
-
"declarations": [
|
|
301143
|
-
{
|
|
301144
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301145
|
-
"name": "HoverEvents"
|
|
301146
|
-
}
|
|
301147
|
-
],
|
|
301148
|
-
"required": false,
|
|
301149
|
-
"type": {
|
|
301150
|
-
"name": "((e: HoverEvent) => void)"
|
|
301151
|
-
}
|
|
301152
|
-
},
|
|
301153
|
-
"onHoverChange": {
|
|
301154
|
-
"defaultValue": null,
|
|
301155
|
-
"description": "Handler that is called when the hover state changes.",
|
|
301156
|
-
"name": "onHoverChange",
|
|
301157
|
-
"parent": {
|
|
301158
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301159
|
-
"name": "HoverEvents"
|
|
301160
|
-
},
|
|
301161
|
-
"declarations": [
|
|
301162
|
-
{
|
|
301163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301164
|
-
"name": "HoverEvents"
|
|
301165
|
-
}
|
|
301166
|
-
],
|
|
301167
|
-
"required": false,
|
|
301168
|
-
"type": {
|
|
301169
|
-
"name": "((isHovering: boolean) => void)"
|
|
301170
|
-
}
|
|
301171
|
-
},
|
|
301172
301172
|
"dir": {
|
|
301173
301173
|
"defaultValue": null,
|
|
301174
301174
|
"description": "",
|
|
@@ -308699,91 +308699,6 @@
|
|
|
308699
308699
|
}
|
|
308700
308700
|
}
|
|
308701
308701
|
},
|
|
308702
|
-
{
|
|
308703
|
-
"tags": {},
|
|
308704
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308705
|
-
"description": "",
|
|
308706
|
-
"displayName": "ValidationResultButton",
|
|
308707
|
-
"methods": [],
|
|
308708
|
-
"props": {
|
|
308709
|
-
"policyValidationResult": {
|
|
308710
|
-
"defaultValue": null,
|
|
308711
|
-
"description": "",
|
|
308712
|
-
"name": "policyValidationResult",
|
|
308713
|
-
"parent": {
|
|
308714
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308715
|
-
"name": "Props"
|
|
308716
|
-
},
|
|
308717
|
-
"declarations": [
|
|
308718
|
-
{
|
|
308719
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308720
|
-
"name": "Props"
|
|
308721
|
-
}
|
|
308722
|
-
],
|
|
308723
|
-
"required": false,
|
|
308724
|
-
"type": {
|
|
308725
|
-
"name": "ResolvedPolicyValidationResult"
|
|
308726
|
-
}
|
|
308727
|
-
},
|
|
308728
|
-
"isDisabled": {
|
|
308729
|
-
"defaultValue": null,
|
|
308730
|
-
"description": "",
|
|
308731
|
-
"name": "isDisabled",
|
|
308732
|
-
"parent": {
|
|
308733
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308734
|
-
"name": "Props"
|
|
308735
|
-
},
|
|
308736
|
-
"declarations": [
|
|
308737
|
-
{
|
|
308738
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308739
|
-
"name": "Props"
|
|
308740
|
-
}
|
|
308741
|
-
],
|
|
308742
|
-
"required": false,
|
|
308743
|
-
"type": {
|
|
308744
|
-
"name": "boolean"
|
|
308745
|
-
}
|
|
308746
|
-
},
|
|
308747
|
-
"isEmptyValue": {
|
|
308748
|
-
"defaultValue": null,
|
|
308749
|
-
"description": "",
|
|
308750
|
-
"name": "isEmptyValue",
|
|
308751
|
-
"parent": {
|
|
308752
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308753
|
-
"name": "Props"
|
|
308754
|
-
},
|
|
308755
|
-
"declarations": [
|
|
308756
|
-
{
|
|
308757
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308758
|
-
"name": "Props"
|
|
308759
|
-
}
|
|
308760
|
-
],
|
|
308761
|
-
"required": true,
|
|
308762
|
-
"type": {
|
|
308763
|
-
"name": "boolean"
|
|
308764
|
-
}
|
|
308765
|
-
},
|
|
308766
|
-
"className": {
|
|
308767
|
-
"defaultValue": null,
|
|
308768
|
-
"description": "The elements class name.",
|
|
308769
|
-
"name": "className",
|
|
308770
|
-
"parent": {
|
|
308771
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308772
|
-
"name": "PropsWithClassName"
|
|
308773
|
-
},
|
|
308774
|
-
"declarations": [
|
|
308775
|
-
{
|
|
308776
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308777
|
-
"name": "PropsWithClassName"
|
|
308778
|
-
}
|
|
308779
|
-
],
|
|
308780
|
-
"required": false,
|
|
308781
|
-
"type": {
|
|
308782
|
-
"name": "string"
|
|
308783
|
-
}
|
|
308784
|
-
}
|
|
308785
|
-
}
|
|
308786
|
-
},
|
|
308787
308702
|
{
|
|
308788
308703
|
"tags": {
|
|
308789
308704
|
"internal": ""
|
|
@@ -308833,6 +308748,91 @@
|
|
|
308833
308748
|
}
|
|
308834
308749
|
}
|
|
308835
308750
|
},
|
|
308751
|
+
{
|
|
308752
|
+
"tags": {},
|
|
308753
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308754
|
+
"description": "",
|
|
308755
|
+
"displayName": "ValidationResultButton",
|
|
308756
|
+
"methods": [],
|
|
308757
|
+
"props": {
|
|
308758
|
+
"policyValidationResult": {
|
|
308759
|
+
"defaultValue": null,
|
|
308760
|
+
"description": "",
|
|
308761
|
+
"name": "policyValidationResult",
|
|
308762
|
+
"parent": {
|
|
308763
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308764
|
+
"name": "Props"
|
|
308765
|
+
},
|
|
308766
|
+
"declarations": [
|
|
308767
|
+
{
|
|
308768
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308769
|
+
"name": "Props"
|
|
308770
|
+
}
|
|
308771
|
+
],
|
|
308772
|
+
"required": false,
|
|
308773
|
+
"type": {
|
|
308774
|
+
"name": "ResolvedPolicyValidationResult"
|
|
308775
|
+
}
|
|
308776
|
+
},
|
|
308777
|
+
"isDisabled": {
|
|
308778
|
+
"defaultValue": null,
|
|
308779
|
+
"description": "",
|
|
308780
|
+
"name": "isDisabled",
|
|
308781
|
+
"parent": {
|
|
308782
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308783
|
+
"name": "Props"
|
|
308784
|
+
},
|
|
308785
|
+
"declarations": [
|
|
308786
|
+
{
|
|
308787
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308788
|
+
"name": "Props"
|
|
308789
|
+
}
|
|
308790
|
+
],
|
|
308791
|
+
"required": false,
|
|
308792
|
+
"type": {
|
|
308793
|
+
"name": "boolean"
|
|
308794
|
+
}
|
|
308795
|
+
},
|
|
308796
|
+
"isEmptyValue": {
|
|
308797
|
+
"defaultValue": null,
|
|
308798
|
+
"description": "",
|
|
308799
|
+
"name": "isEmptyValue",
|
|
308800
|
+
"parent": {
|
|
308801
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308802
|
+
"name": "Props"
|
|
308803
|
+
},
|
|
308804
|
+
"declarations": [
|
|
308805
|
+
{
|
|
308806
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308807
|
+
"name": "Props"
|
|
308808
|
+
}
|
|
308809
|
+
],
|
|
308810
|
+
"required": true,
|
|
308811
|
+
"type": {
|
|
308812
|
+
"name": "boolean"
|
|
308813
|
+
}
|
|
308814
|
+
},
|
|
308815
|
+
"className": {
|
|
308816
|
+
"defaultValue": null,
|
|
308817
|
+
"description": "The elements class name.",
|
|
308818
|
+
"name": "className",
|
|
308819
|
+
"parent": {
|
|
308820
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308821
|
+
"name": "PropsWithClassName"
|
|
308822
|
+
},
|
|
308823
|
+
"declarations": [
|
|
308824
|
+
{
|
|
308825
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308826
|
+
"name": "PropsWithClassName"
|
|
308827
|
+
}
|
|
308828
|
+
],
|
|
308829
|
+
"required": false,
|
|
308830
|
+
"type": {
|
|
308831
|
+
"name": "string"
|
|
308832
|
+
}
|
|
308833
|
+
}
|
|
308834
|
+
}
|
|
308835
|
+
},
|
|
308836
308836
|
{
|
|
308837
308837
|
"tags": {
|
|
308838
308838
|
"internal": ""
|
|
@@ -314723,6 +314723,14 @@
|
|
|
314723
314723
|
"methods": [],
|
|
314724
314724
|
"props": {}
|
|
314725
314725
|
},
|
|
314726
|
+
{
|
|
314727
|
+
"tags": {},
|
|
314728
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314729
|
+
"description": "",
|
|
314730
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
314731
|
+
"methods": [],
|
|
314732
|
+
"props": {}
|
|
314733
|
+
},
|
|
314726
314734
|
{
|
|
314727
314735
|
"tags": {},
|
|
314728
314736
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -314861,14 +314869,6 @@
|
|
|
314861
314869
|
}
|
|
314862
314870
|
}
|
|
314863
314871
|
},
|
|
314864
|
-
{
|
|
314865
|
-
"tags": {},
|
|
314866
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314867
|
-
"description": "",
|
|
314868
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
314869
|
-
"methods": [],
|
|
314870
|
-
"props": {}
|
|
314871
|
-
},
|
|
314872
314872
|
{
|
|
314873
314873
|
"tags": {
|
|
314874
314874
|
"flr-generate": "all"
|
|
@@ -315224,87 +315224,6 @@
|
|
|
315224
315224
|
"methods": [],
|
|
315225
315225
|
"props": {}
|
|
315226
315226
|
},
|
|
315227
|
-
{
|
|
315228
|
-
"tags": {},
|
|
315229
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
315230
|
-
"description": "",
|
|
315231
|
-
"displayName": "ListItemView",
|
|
315232
|
-
"methods": [],
|
|
315233
|
-
"props": {
|
|
315234
|
-
"children": {
|
|
315235
|
-
"defaultValue": null,
|
|
315236
|
-
"description": "",
|
|
315237
|
-
"name": "children",
|
|
315238
|
-
"declarations": [
|
|
315239
|
-
{
|
|
315240
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315241
|
-
"name": "TypeLiteral"
|
|
315242
|
-
}
|
|
315243
|
-
],
|
|
315244
|
-
"required": false,
|
|
315245
|
-
"type": {
|
|
315246
|
-
"name": "ReactNode"
|
|
315247
|
-
}
|
|
315248
|
-
},
|
|
315249
|
-
"s": {
|
|
315250
|
-
"defaultValue": null,
|
|
315251
|
-
"description": "Column layout for container size s.",
|
|
315252
|
-
"name": "s",
|
|
315253
|
-
"parent": {
|
|
315254
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315255
|
-
"name": "ColumnLayoutProps"
|
|
315256
|
-
},
|
|
315257
|
-
"declarations": [
|
|
315258
|
-
{
|
|
315259
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315260
|
-
"name": "ColumnLayoutProps"
|
|
315261
|
-
}
|
|
315262
|
-
],
|
|
315263
|
-
"required": false,
|
|
315264
|
-
"type": {
|
|
315265
|
-
"name": "(number | null)[]"
|
|
315266
|
-
}
|
|
315267
|
-
},
|
|
315268
|
-
"m": {
|
|
315269
|
-
"defaultValue": null,
|
|
315270
|
-
"description": "Column layout for container size m.",
|
|
315271
|
-
"name": "m",
|
|
315272
|
-
"parent": {
|
|
315273
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315274
|
-
"name": "ColumnLayoutProps"
|
|
315275
|
-
},
|
|
315276
|
-
"declarations": [
|
|
315277
|
-
{
|
|
315278
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315279
|
-
"name": "ColumnLayoutProps"
|
|
315280
|
-
}
|
|
315281
|
-
],
|
|
315282
|
-
"required": false,
|
|
315283
|
-
"type": {
|
|
315284
|
-
"name": "(number | null)[]"
|
|
315285
|
-
}
|
|
315286
|
-
},
|
|
315287
|
-
"l": {
|
|
315288
|
-
"defaultValue": null,
|
|
315289
|
-
"description": "Column layout for container size l.",
|
|
315290
|
-
"name": "l",
|
|
315291
|
-
"parent": {
|
|
315292
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315293
|
-
"name": "ColumnLayoutProps"
|
|
315294
|
-
},
|
|
315295
|
-
"declarations": [
|
|
315296
|
-
{
|
|
315297
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315298
|
-
"name": "ColumnLayoutProps"
|
|
315299
|
-
}
|
|
315300
|
-
],
|
|
315301
|
-
"required": false,
|
|
315302
|
-
"type": {
|
|
315303
|
-
"name": "(number | null)[]"
|
|
315304
|
-
}
|
|
315305
|
-
}
|
|
315306
|
-
}
|
|
315307
|
-
},
|
|
315308
315227
|
{
|
|
315309
315228
|
"tags": {
|
|
315310
315229
|
"flr-generate": "all"
|
|
@@ -315428,6 +315347,95 @@
|
|
|
315428
315347
|
}
|
|
315429
315348
|
}
|
|
315430
315349
|
},
|
|
315350
|
+
{
|
|
315351
|
+
"tags": {},
|
|
315352
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
315353
|
+
"description": "",
|
|
315354
|
+
"displayName": "ListItemView",
|
|
315355
|
+
"methods": [],
|
|
315356
|
+
"props": {
|
|
315357
|
+
"children": {
|
|
315358
|
+
"defaultValue": null,
|
|
315359
|
+
"description": "",
|
|
315360
|
+
"name": "children",
|
|
315361
|
+
"declarations": [
|
|
315362
|
+
{
|
|
315363
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315364
|
+
"name": "TypeLiteral"
|
|
315365
|
+
}
|
|
315366
|
+
],
|
|
315367
|
+
"required": false,
|
|
315368
|
+
"type": {
|
|
315369
|
+
"name": "ReactNode"
|
|
315370
|
+
}
|
|
315371
|
+
},
|
|
315372
|
+
"s": {
|
|
315373
|
+
"defaultValue": null,
|
|
315374
|
+
"description": "Column layout for container size s.",
|
|
315375
|
+
"name": "s",
|
|
315376
|
+
"parent": {
|
|
315377
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315378
|
+
"name": "ColumnLayoutProps"
|
|
315379
|
+
},
|
|
315380
|
+
"declarations": [
|
|
315381
|
+
{
|
|
315382
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315383
|
+
"name": "ColumnLayoutProps"
|
|
315384
|
+
}
|
|
315385
|
+
],
|
|
315386
|
+
"required": false,
|
|
315387
|
+
"type": {
|
|
315388
|
+
"name": "(number | null)[]"
|
|
315389
|
+
}
|
|
315390
|
+
},
|
|
315391
|
+
"m": {
|
|
315392
|
+
"defaultValue": null,
|
|
315393
|
+
"description": "Column layout for container size m.",
|
|
315394
|
+
"name": "m",
|
|
315395
|
+
"parent": {
|
|
315396
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315397
|
+
"name": "ColumnLayoutProps"
|
|
315398
|
+
},
|
|
315399
|
+
"declarations": [
|
|
315400
|
+
{
|
|
315401
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315402
|
+
"name": "ColumnLayoutProps"
|
|
315403
|
+
}
|
|
315404
|
+
],
|
|
315405
|
+
"required": false,
|
|
315406
|
+
"type": {
|
|
315407
|
+
"name": "(number | null)[]"
|
|
315408
|
+
}
|
|
315409
|
+
},
|
|
315410
|
+
"l": {
|
|
315411
|
+
"defaultValue": null,
|
|
315412
|
+
"description": "Column layout for container size l.",
|
|
315413
|
+
"name": "l",
|
|
315414
|
+
"parent": {
|
|
315415
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315416
|
+
"name": "ColumnLayoutProps"
|
|
315417
|
+
},
|
|
315418
|
+
"declarations": [
|
|
315419
|
+
{
|
|
315420
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315421
|
+
"name": "ColumnLayoutProps"
|
|
315422
|
+
}
|
|
315423
|
+
],
|
|
315424
|
+
"required": false,
|
|
315425
|
+
"type": {
|
|
315426
|
+
"name": "(number | null)[]"
|
|
315427
|
+
}
|
|
315428
|
+
}
|
|
315429
|
+
}
|
|
315430
|
+
},
|
|
315431
|
+
{
|
|
315432
|
+
"tags": {},
|
|
315433
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
315434
|
+
"description": "",
|
|
315435
|
+
"displayName": "Items",
|
|
315436
|
+
"methods": [],
|
|
315437
|
+
"props": {}
|
|
315438
|
+
},
|
|
315431
315439
|
{
|
|
315432
315440
|
"tags": {},
|
|
315433
315441
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -315456,14 +315464,6 @@
|
|
|
315456
315464
|
}
|
|
315457
315465
|
}
|
|
315458
315466
|
},
|
|
315459
|
-
{
|
|
315460
|
-
"tags": {},
|
|
315461
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
315462
|
-
"description": "",
|
|
315463
|
-
"displayName": "Items",
|
|
315464
|
-
"methods": [],
|
|
315465
|
-
"props": {}
|
|
315466
|
-
},
|
|
315467
315467
|
{
|
|
315468
315468
|
"tags": {},
|
|
315469
315469
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
@@ -317842,6 +317842,34 @@
|
|
|
317842
317842
|
}
|
|
317843
317843
|
}
|
|
317844
317844
|
},
|
|
317845
|
+
{
|
|
317846
|
+
"tags": {},
|
|
317847
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317848
|
+
"description": "",
|
|
317849
|
+
"displayName": "DeleteButton",
|
|
317850
|
+
"methods": [],
|
|
317851
|
+
"props": {
|
|
317852
|
+
"onDelete": {
|
|
317853
|
+
"defaultValue": null,
|
|
317854
|
+
"description": "",
|
|
317855
|
+
"name": "onDelete",
|
|
317856
|
+
"parent": {
|
|
317857
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317858
|
+
"name": "Props"
|
|
317859
|
+
},
|
|
317860
|
+
"declarations": [
|
|
317861
|
+
{
|
|
317862
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317863
|
+
"name": "Props"
|
|
317864
|
+
}
|
|
317865
|
+
],
|
|
317866
|
+
"required": true,
|
|
317867
|
+
"type": {
|
|
317868
|
+
"name": "() => void"
|
|
317869
|
+
}
|
|
317870
|
+
}
|
|
317871
|
+
}
|
|
317872
|
+
},
|
|
317845
317873
|
{
|
|
317846
317874
|
"tags": {},
|
|
317847
317875
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -317908,34 +317936,6 @@
|
|
|
317908
317936
|
}
|
|
317909
317937
|
}
|
|
317910
317938
|
},
|
|
317911
|
-
{
|
|
317912
|
-
"tags": {},
|
|
317913
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317914
|
-
"description": "",
|
|
317915
|
-
"displayName": "DeleteButton",
|
|
317916
|
-
"methods": [],
|
|
317917
|
-
"props": {
|
|
317918
|
-
"onDelete": {
|
|
317919
|
-
"defaultValue": null,
|
|
317920
|
-
"description": "",
|
|
317921
|
-
"name": "onDelete",
|
|
317922
|
-
"parent": {
|
|
317923
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317924
|
-
"name": "Props"
|
|
317925
|
-
},
|
|
317926
|
-
"declarations": [
|
|
317927
|
-
{
|
|
317928
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317929
|
-
"name": "Props"
|
|
317930
|
-
}
|
|
317931
|
-
],
|
|
317932
|
-
"required": true,
|
|
317933
|
-
"type": {
|
|
317934
|
-
"name": "() => void"
|
|
317935
|
-
}
|
|
317936
|
-
}
|
|
317937
|
-
}
|
|
317938
|
-
},
|
|
317939
317939
|
{
|
|
317940
317940
|
"tags": {},
|
|
317941
317941
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -318153,314 +318153,159 @@
|
|
|
318153
318153
|
"name": "Key | null"
|
|
318154
318154
|
}
|
|
318155
318155
|
},
|
|
318156
|
-
"children": {
|
|
318157
|
-
"defaultValue": null,
|
|
318158
|
-
"description": "",
|
|
318159
|
-
"name": "children",
|
|
318160
|
-
"declarations": [
|
|
318161
|
-
{
|
|
318162
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318163
|
-
"name": "TypeLiteral"
|
|
318164
|
-
}
|
|
318165
|
-
],
|
|
318166
|
-
"required": false,
|
|
318167
|
-
"type": {
|
|
318168
|
-
"name": "ReactNode"
|
|
318169
|
-
}
|
|
318170
|
-
}
|
|
318171
|
-
}
|
|
318172
|
-
},
|
|
318173
|
-
{
|
|
318174
|
-
"tags": {
|
|
318175
|
-
"flr-generate": "all"
|
|
318176
|
-
},
|
|
318177
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318178
|
-
"description": "",
|
|
318179
|
-
"displayName": "ContextMenuTrigger",
|
|
318180
|
-
"methods": [],
|
|
318181
|
-
"props": {
|
|
318182
|
-
"isDefaultOpen": {
|
|
318183
|
-
"defaultValue": null,
|
|
318184
|
-
"description": "Whether the overlay should be open initially.",
|
|
318185
|
-
"name": "isDefaultOpen",
|
|
318186
|
-
"parent": {
|
|
318187
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318188
|
-
"name": "OverlayTriggerProps"
|
|
318189
|
-
},
|
|
318190
|
-
"declarations": [
|
|
318191
|
-
{
|
|
318192
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318193
|
-
"name": "OverlayTriggerProps"
|
|
318194
|
-
}
|
|
318195
|
-
],
|
|
318196
|
-
"required": false,
|
|
318197
|
-
"type": {
|
|
318198
|
-
"name": "boolean"
|
|
318199
|
-
}
|
|
318200
|
-
},
|
|
318201
|
-
"controller": {
|
|
318202
|
-
"defaultValue": null,
|
|
318203
|
-
"description": "A controller to control the state of the overlay.",
|
|
318204
|
-
"name": "controller",
|
|
318205
|
-
"parent": {
|
|
318206
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318207
|
-
"name": "OverlayTriggerProps"
|
|
318208
|
-
},
|
|
318209
|
-
"declarations": [
|
|
318210
|
-
{
|
|
318211
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318212
|
-
"name": "OverlayTriggerProps"
|
|
318213
|
-
}
|
|
318214
|
-
],
|
|
318215
|
-
"required": false,
|
|
318216
|
-
"type": {
|
|
318217
|
-
"name": "OverlayController"
|
|
318218
|
-
}
|
|
318219
|
-
},
|
|
318220
|
-
"wrapWith": {
|
|
318221
|
-
"defaultValue": null,
|
|
318222
|
-
"description": "",
|
|
318223
|
-
"name": "wrapWith",
|
|
318224
|
-
"parent": {
|
|
318225
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318226
|
-
"name": "FlowComponentProps"
|
|
318227
|
-
},
|
|
318228
|
-
"declarations": [
|
|
318229
|
-
{
|
|
318230
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318231
|
-
"name": "FlowComponentProps"
|
|
318232
|
-
}
|
|
318233
|
-
],
|
|
318234
|
-
"required": false,
|
|
318235
|
-
"type": {
|
|
318236
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318237
|
-
}
|
|
318238
|
-
},
|
|
318239
|
-
"tunnelId": {
|
|
318240
|
-
"defaultValue": null,
|
|
318241
|
-
"description": "@internal",
|
|
318242
|
-
"name": "tunnelId",
|
|
318243
|
-
"parent": {
|
|
318244
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318245
|
-
"name": "PropsWithTunnel"
|
|
318246
|
-
},
|
|
318247
|
-
"declarations": [
|
|
318248
|
-
{
|
|
318249
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318250
|
-
"name": "PropsWithTunnel"
|
|
318251
|
-
}
|
|
318252
|
-
],
|
|
318253
|
-
"required": false,
|
|
318254
|
-
"type": {
|
|
318255
|
-
"name": "string | null"
|
|
318256
|
-
}
|
|
318257
|
-
},
|
|
318258
|
-
"ref": {
|
|
318259
|
-
"defaultValue": null,
|
|
318260
|
-
"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}",
|
|
318261
|
-
"name": "ref",
|
|
318262
|
-
"parent": {
|
|
318263
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318264
|
-
"name": "RefAttributes"
|
|
318265
|
-
},
|
|
318266
|
-
"declarations": [
|
|
318267
|
-
{
|
|
318268
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318269
|
-
"name": "RefAttributes"
|
|
318270
|
-
}
|
|
318271
|
-
],
|
|
318272
|
-
"required": false,
|
|
318273
|
-
"type": {
|
|
318274
|
-
"name": "Ref<HTMLSpanElement>"
|
|
318275
|
-
}
|
|
318276
|
-
},
|
|
318277
|
-
"key": {
|
|
318278
|
-
"defaultValue": null,
|
|
318279
|
-
"description": "",
|
|
318280
|
-
"name": "key",
|
|
318281
|
-
"parent": {
|
|
318282
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318283
|
-
"name": "Attributes"
|
|
318284
|
-
},
|
|
318285
|
-
"declarations": [
|
|
318286
|
-
{
|
|
318287
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318288
|
-
"name": "Attributes"
|
|
318289
|
-
}
|
|
318290
|
-
],
|
|
318291
|
-
"required": false,
|
|
318292
|
-
"type": {
|
|
318293
|
-
"name": "Key | null"
|
|
318294
|
-
}
|
|
318295
|
-
},
|
|
318296
|
-
"children": {
|
|
318297
|
-
"defaultValue": null,
|
|
318298
|
-
"description": "",
|
|
318299
|
-
"name": "children",
|
|
318300
|
-
"declarations": [
|
|
318301
|
-
{
|
|
318302
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318303
|
-
"name": "TypeLiteral"
|
|
318304
|
-
}
|
|
318305
|
-
],
|
|
318306
|
-
"required": false,
|
|
318307
|
-
"type": {
|
|
318308
|
-
"name": "ReactNode"
|
|
318309
|
-
}
|
|
318310
|
-
}
|
|
318311
|
-
}
|
|
318312
|
-
},
|
|
318313
|
-
{
|
|
318314
|
-
"tags": {
|
|
318315
|
-
"flr-generate": "all"
|
|
318316
|
-
},
|
|
318317
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318318
|
-
"description": "",
|
|
318319
|
-
"displayName": "ContextMenuSection",
|
|
318320
|
-
"methods": [],
|
|
318321
|
-
"props": {
|
|
318322
|
-
"children": {
|
|
318323
|
-
"defaultValue": null,
|
|
318324
|
-
"description": "",
|
|
318325
|
-
"name": "children",
|
|
318326
|
-
"declarations": [
|
|
318327
|
-
{
|
|
318328
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318329
|
-
"name": "TypeLiteral"
|
|
318330
|
-
}
|
|
318331
|
-
],
|
|
318332
|
-
"required": false,
|
|
318333
|
-
"type": {
|
|
318334
|
-
"name": "ReactNode"
|
|
318335
|
-
}
|
|
318336
|
-
},
|
|
318337
|
-
"wrapWith": {
|
|
318338
|
-
"defaultValue": null,
|
|
318339
|
-
"description": "",
|
|
318340
|
-
"name": "wrapWith",
|
|
318341
|
-
"parent": {
|
|
318342
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318343
|
-
"name": "FlowComponentProps"
|
|
318344
|
-
},
|
|
318345
|
-
"declarations": [
|
|
318346
|
-
{
|
|
318347
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318348
|
-
"name": "FlowComponentProps"
|
|
318349
|
-
}
|
|
318350
|
-
],
|
|
318351
|
-
"required": false,
|
|
318352
|
-
"type": {
|
|
318353
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318354
|
-
}
|
|
318355
|
-
},
|
|
318356
|
-
"tunnelId": {
|
|
318357
|
-
"defaultValue": null,
|
|
318358
|
-
"description": "@internal",
|
|
318359
|
-
"name": "tunnelId",
|
|
318360
|
-
"parent": {
|
|
318361
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318362
|
-
"name": "PropsWithTunnel"
|
|
318363
|
-
},
|
|
318364
|
-
"declarations": [
|
|
318365
|
-
{
|
|
318366
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318367
|
-
"name": "PropsWithTunnel"
|
|
318368
|
-
}
|
|
318369
|
-
],
|
|
318370
|
-
"required": false,
|
|
318371
|
-
"type": {
|
|
318372
|
-
"name": "string | null"
|
|
318373
|
-
}
|
|
318374
|
-
},
|
|
318375
|
-
"ref": {
|
|
318376
|
-
"defaultValue": null,
|
|
318377
|
-
"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}",
|
|
318378
|
-
"name": "ref",
|
|
318379
|
-
"parent": {
|
|
318380
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318381
|
-
"name": "RefAttributes"
|
|
318382
|
-
},
|
|
318383
|
-
"declarations": [
|
|
318384
|
-
{
|
|
318385
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318386
|
-
"name": "RefAttributes"
|
|
318387
|
-
}
|
|
318388
|
-
],
|
|
318389
|
-
"required": false,
|
|
318390
|
-
"type": {
|
|
318391
|
-
"name": "Ref<HTMLSpanElement>"
|
|
318392
|
-
}
|
|
318393
|
-
},
|
|
318394
|
-
"key": {
|
|
318395
|
-
"defaultValue": null,
|
|
318396
|
-
"description": "",
|
|
318397
|
-
"name": "key",
|
|
318398
|
-
"parent": {
|
|
318399
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318400
|
-
"name": "Attributes"
|
|
318401
|
-
},
|
|
318402
|
-
"declarations": [
|
|
318403
|
-
{
|
|
318404
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318405
|
-
"name": "Attributes"
|
|
318406
|
-
}
|
|
318407
|
-
],
|
|
318408
|
-
"required": false,
|
|
318409
|
-
"type": {
|
|
318410
|
-
"name": "Key | null"
|
|
318411
|
-
}
|
|
318412
|
-
},
|
|
318413
|
-
"selectedKeys": {
|
|
318156
|
+
"children": {
|
|
318414
318157
|
"defaultValue": null,
|
|
318415
|
-
"description": "
|
|
318416
|
-
"name": "
|
|
318158
|
+
"description": "",
|
|
318159
|
+
"name": "children",
|
|
318160
|
+
"declarations": [
|
|
318161
|
+
{
|
|
318162
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318163
|
+
"name": "TypeLiteral"
|
|
318164
|
+
}
|
|
318165
|
+
],
|
|
318166
|
+
"required": false,
|
|
318167
|
+
"type": {
|
|
318168
|
+
"name": "ReactNode"
|
|
318169
|
+
}
|
|
318170
|
+
}
|
|
318171
|
+
}
|
|
318172
|
+
},
|
|
318173
|
+
{
|
|
318174
|
+
"tags": {
|
|
318175
|
+
"flr-generate": "all"
|
|
318176
|
+
},
|
|
318177
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318178
|
+
"description": "",
|
|
318179
|
+
"displayName": "ContextMenuTrigger",
|
|
318180
|
+
"methods": [],
|
|
318181
|
+
"props": {
|
|
318182
|
+
"isDefaultOpen": {
|
|
318183
|
+
"defaultValue": null,
|
|
318184
|
+
"description": "Whether the overlay should be open initially.",
|
|
318185
|
+
"name": "isDefaultOpen",
|
|
318417
318186
|
"parent": {
|
|
318418
|
-
"fileName": "
|
|
318419
|
-
"name": "
|
|
318187
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318188
|
+
"name": "OverlayTriggerProps"
|
|
318420
318189
|
},
|
|
318421
318190
|
"declarations": [
|
|
318422
318191
|
{
|
|
318423
|
-
"fileName": "
|
|
318424
|
-
"name": "
|
|
318192
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318193
|
+
"name": "OverlayTriggerProps"
|
|
318425
318194
|
}
|
|
318426
318195
|
],
|
|
318427
318196
|
"required": false,
|
|
318428
318197
|
"type": {
|
|
318429
|
-
"name": "
|
|
318198
|
+
"name": "boolean"
|
|
318430
318199
|
}
|
|
318431
318200
|
},
|
|
318432
|
-
"
|
|
318201
|
+
"controller": {
|
|
318433
318202
|
"defaultValue": null,
|
|
318434
|
-
"description": "
|
|
318435
|
-
"name": "
|
|
318203
|
+
"description": "A controller to control the state of the overlay.",
|
|
318204
|
+
"name": "controller",
|
|
318436
318205
|
"parent": {
|
|
318437
|
-
"fileName": "
|
|
318438
|
-
"name": "
|
|
318206
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318207
|
+
"name": "OverlayTriggerProps"
|
|
318439
318208
|
},
|
|
318440
318209
|
"declarations": [
|
|
318441
318210
|
{
|
|
318442
|
-
"fileName": "
|
|
318443
|
-
"name": "
|
|
318211
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318212
|
+
"name": "OverlayTriggerProps"
|
|
318444
318213
|
}
|
|
318445
318214
|
],
|
|
318446
318215
|
"required": false,
|
|
318447
318216
|
"type": {
|
|
318448
|
-
"name": "
|
|
318217
|
+
"name": "OverlayController"
|
|
318449
318218
|
}
|
|
318450
318219
|
},
|
|
318451
|
-
"
|
|
318220
|
+
"wrapWith": {
|
|
318452
318221
|
"defaultValue": null,
|
|
318453
318222
|
"description": "",
|
|
318454
|
-
"name": "
|
|
318223
|
+
"name": "wrapWith",
|
|
318224
|
+
"parent": {
|
|
318225
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318226
|
+
"name": "FlowComponentProps"
|
|
318227
|
+
},
|
|
318455
318228
|
"declarations": [
|
|
318456
318229
|
{
|
|
318457
|
-
"fileName": "components/src/
|
|
318230
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318231
|
+
"name": "FlowComponentProps"
|
|
318232
|
+
}
|
|
318233
|
+
],
|
|
318234
|
+
"required": false,
|
|
318235
|
+
"type": {
|
|
318236
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318237
|
+
}
|
|
318238
|
+
},
|
|
318239
|
+
"tunnelId": {
|
|
318240
|
+
"defaultValue": null,
|
|
318241
|
+
"description": "@internal",
|
|
318242
|
+
"name": "tunnelId",
|
|
318243
|
+
"parent": {
|
|
318244
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318245
|
+
"name": "PropsWithTunnel"
|
|
318246
|
+
},
|
|
318247
|
+
"declarations": [
|
|
318248
|
+
{
|
|
318249
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318250
|
+
"name": "PropsWithTunnel"
|
|
318251
|
+
}
|
|
318252
|
+
],
|
|
318253
|
+
"required": false,
|
|
318254
|
+
"type": {
|
|
318255
|
+
"name": "string | null"
|
|
318256
|
+
}
|
|
318257
|
+
},
|
|
318258
|
+
"ref": {
|
|
318259
|
+
"defaultValue": null,
|
|
318260
|
+
"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}",
|
|
318261
|
+
"name": "ref",
|
|
318262
|
+
"parent": {
|
|
318263
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318264
|
+
"name": "RefAttributes"
|
|
318265
|
+
},
|
|
318266
|
+
"declarations": [
|
|
318267
|
+
{
|
|
318268
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318269
|
+
"name": "RefAttributes"
|
|
318270
|
+
}
|
|
318271
|
+
],
|
|
318272
|
+
"required": false,
|
|
318273
|
+
"type": {
|
|
318274
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318275
|
+
}
|
|
318276
|
+
},
|
|
318277
|
+
"key": {
|
|
318278
|
+
"defaultValue": null,
|
|
318279
|
+
"description": "",
|
|
318280
|
+
"name": "key",
|
|
318281
|
+
"parent": {
|
|
318282
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318283
|
+
"name": "Attributes"
|
|
318284
|
+
},
|
|
318285
|
+
"declarations": [
|
|
318286
|
+
{
|
|
318287
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318288
|
+
"name": "Attributes"
|
|
318289
|
+
}
|
|
318290
|
+
],
|
|
318291
|
+
"required": false,
|
|
318292
|
+
"type": {
|
|
318293
|
+
"name": "Key | null"
|
|
318294
|
+
}
|
|
318295
|
+
},
|
|
318296
|
+
"children": {
|
|
318297
|
+
"defaultValue": null,
|
|
318298
|
+
"description": "",
|
|
318299
|
+
"name": "children",
|
|
318300
|
+
"declarations": [
|
|
318301
|
+
{
|
|
318302
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318458
318303
|
"name": "TypeLiteral"
|
|
318459
318304
|
}
|
|
318460
318305
|
],
|
|
318461
318306
|
"required": false,
|
|
318462
318307
|
"type": {
|
|
318463
|
-
"name": "
|
|
318308
|
+
"name": "ReactNode"
|
|
318464
318309
|
}
|
|
318465
318310
|
}
|
|
318466
318311
|
}
|
|
@@ -320266,6 +320111,161 @@
|
|
|
320266
320111
|
}
|
|
320267
320112
|
}
|
|
320268
320113
|
},
|
|
320114
|
+
{
|
|
320115
|
+
"tags": {
|
|
320116
|
+
"flr-generate": "all"
|
|
320117
|
+
},
|
|
320118
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320119
|
+
"description": "",
|
|
320120
|
+
"displayName": "ContextMenuSection",
|
|
320121
|
+
"methods": [],
|
|
320122
|
+
"props": {
|
|
320123
|
+
"children": {
|
|
320124
|
+
"defaultValue": null,
|
|
320125
|
+
"description": "",
|
|
320126
|
+
"name": "children",
|
|
320127
|
+
"declarations": [
|
|
320128
|
+
{
|
|
320129
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320130
|
+
"name": "TypeLiteral"
|
|
320131
|
+
}
|
|
320132
|
+
],
|
|
320133
|
+
"required": false,
|
|
320134
|
+
"type": {
|
|
320135
|
+
"name": "ReactNode"
|
|
320136
|
+
}
|
|
320137
|
+
},
|
|
320138
|
+
"wrapWith": {
|
|
320139
|
+
"defaultValue": null,
|
|
320140
|
+
"description": "",
|
|
320141
|
+
"name": "wrapWith",
|
|
320142
|
+
"parent": {
|
|
320143
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320144
|
+
"name": "FlowComponentProps"
|
|
320145
|
+
},
|
|
320146
|
+
"declarations": [
|
|
320147
|
+
{
|
|
320148
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320149
|
+
"name": "FlowComponentProps"
|
|
320150
|
+
}
|
|
320151
|
+
],
|
|
320152
|
+
"required": false,
|
|
320153
|
+
"type": {
|
|
320154
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
320155
|
+
}
|
|
320156
|
+
},
|
|
320157
|
+
"tunnelId": {
|
|
320158
|
+
"defaultValue": null,
|
|
320159
|
+
"description": "@internal",
|
|
320160
|
+
"name": "tunnelId",
|
|
320161
|
+
"parent": {
|
|
320162
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
320163
|
+
"name": "PropsWithTunnel"
|
|
320164
|
+
},
|
|
320165
|
+
"declarations": [
|
|
320166
|
+
{
|
|
320167
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
320168
|
+
"name": "PropsWithTunnel"
|
|
320169
|
+
}
|
|
320170
|
+
],
|
|
320171
|
+
"required": false,
|
|
320172
|
+
"type": {
|
|
320173
|
+
"name": "string | null"
|
|
320174
|
+
}
|
|
320175
|
+
},
|
|
320176
|
+
"ref": {
|
|
320177
|
+
"defaultValue": null,
|
|
320178
|
+
"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}",
|
|
320179
|
+
"name": "ref",
|
|
320180
|
+
"parent": {
|
|
320181
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320182
|
+
"name": "RefAttributes"
|
|
320183
|
+
},
|
|
320184
|
+
"declarations": [
|
|
320185
|
+
{
|
|
320186
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320187
|
+
"name": "RefAttributes"
|
|
320188
|
+
}
|
|
320189
|
+
],
|
|
320190
|
+
"required": false,
|
|
320191
|
+
"type": {
|
|
320192
|
+
"name": "Ref<HTMLSpanElement>"
|
|
320193
|
+
}
|
|
320194
|
+
},
|
|
320195
|
+
"key": {
|
|
320196
|
+
"defaultValue": null,
|
|
320197
|
+
"description": "",
|
|
320198
|
+
"name": "key",
|
|
320199
|
+
"parent": {
|
|
320200
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320201
|
+
"name": "Attributes"
|
|
320202
|
+
},
|
|
320203
|
+
"declarations": [
|
|
320204
|
+
{
|
|
320205
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320206
|
+
"name": "Attributes"
|
|
320207
|
+
}
|
|
320208
|
+
],
|
|
320209
|
+
"required": false,
|
|
320210
|
+
"type": {
|
|
320211
|
+
"name": "Key | null"
|
|
320212
|
+
}
|
|
320213
|
+
},
|
|
320214
|
+
"selectedKeys": {
|
|
320215
|
+
"defaultValue": null,
|
|
320216
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
320217
|
+
"name": "selectedKeys",
|
|
320218
|
+
"parent": {
|
|
320219
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320220
|
+
"name": "MultipleSelection"
|
|
320221
|
+
},
|
|
320222
|
+
"declarations": [
|
|
320223
|
+
{
|
|
320224
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320225
|
+
"name": "MultipleSelection"
|
|
320226
|
+
}
|
|
320227
|
+
],
|
|
320228
|
+
"required": false,
|
|
320229
|
+
"type": {
|
|
320230
|
+
"name": "\"all\" | Iterable<Key>"
|
|
320231
|
+
}
|
|
320232
|
+
},
|
|
320233
|
+
"defaultSelectedKeys": {
|
|
320234
|
+
"defaultValue": null,
|
|
320235
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
320236
|
+
"name": "defaultSelectedKeys",
|
|
320237
|
+
"parent": {
|
|
320238
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320239
|
+
"name": "MultipleSelection"
|
|
320240
|
+
},
|
|
320241
|
+
"declarations": [
|
|
320242
|
+
{
|
|
320243
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320244
|
+
"name": "MultipleSelection"
|
|
320245
|
+
}
|
|
320246
|
+
],
|
|
320247
|
+
"required": false,
|
|
320248
|
+
"type": {
|
|
320249
|
+
"name": "\"all\" | Iterable<Key>"
|
|
320250
|
+
}
|
|
320251
|
+
},
|
|
320252
|
+
"selectionMode": {
|
|
320253
|
+
"defaultValue": null,
|
|
320254
|
+
"description": "",
|
|
320255
|
+
"name": "selectionMode",
|
|
320256
|
+
"declarations": [
|
|
320257
|
+
{
|
|
320258
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320259
|
+
"name": "TypeLiteral"
|
|
320260
|
+
}
|
|
320261
|
+
],
|
|
320262
|
+
"required": false,
|
|
320263
|
+
"type": {
|
|
320264
|
+
"name": "ContextMenuSelectionMode"
|
|
320265
|
+
}
|
|
320266
|
+
}
|
|
320267
|
+
}
|
|
320268
|
+
},
|
|
320269
320269
|
{
|
|
320270
320270
|
"tags": {},
|
|
320271
320271
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
|
|
@@ -321319,9 +321319,9 @@
|
|
|
321319
321319
|
"tags": {
|
|
321320
321320
|
"flr-generate": "all"
|
|
321321
321321
|
},
|
|
321322
|
-
"filePath": "src/components/CartesianChart/components/
|
|
321322
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
321323
321323
|
"description": "",
|
|
321324
|
-
"displayName": "
|
|
321324
|
+
"displayName": "XAxis",
|
|
321325
321325
|
"methods": [],
|
|
321326
321326
|
"props": {
|
|
321327
321327
|
"className": {
|
|
@@ -321402,16 +321402,16 @@
|
|
|
321402
321402
|
},
|
|
321403
321403
|
"scale": {
|
|
321404
321404
|
"defaultValue": null,
|
|
321405
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
321405
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
321406
321406
|
"name": "scale",
|
|
321407
321407
|
"parent": {
|
|
321408
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
321409
|
-
"name": "
|
|
321408
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321409
|
+
"name": "XAxisProps"
|
|
321410
321410
|
},
|
|
321411
321411
|
"declarations": [
|
|
321412
321412
|
{
|
|
321413
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
321414
|
-
"name": "
|
|
321413
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321414
|
+
"name": "XAxisProps"
|
|
321415
321415
|
}
|
|
321416
321416
|
],
|
|
321417
321417
|
"required": false,
|
|
@@ -321457,230 +321457,10 @@
|
|
|
321457
321457
|
"name": "boolean"
|
|
321458
321458
|
}
|
|
321459
321459
|
},
|
|
321460
|
-
"
|
|
321461
|
-
"defaultValue": null,
|
|
321462
|
-
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
321463
|
-
"name": "interval",
|
|
321464
|
-
"parent": {
|
|
321465
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321466
|
-
"name": "YAxisProps"
|
|
321467
|
-
},
|
|
321468
|
-
"declarations": [
|
|
321469
|
-
{
|
|
321470
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321471
|
-
"name": "YAxisProps"
|
|
321472
|
-
}
|
|
321473
|
-
],
|
|
321474
|
-
"required": false,
|
|
321475
|
-
"type": {
|
|
321476
|
-
"name": "AxisInterval"
|
|
321477
|
-
}
|
|
321478
|
-
},
|
|
321479
|
-
"minTickGap": {
|
|
321480
|
-
"defaultValue": null,
|
|
321481
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
321482
|
-
"name": "minTickGap",
|
|
321483
|
-
"parent": {
|
|
321484
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321485
|
-
"name": "YAxisProps"
|
|
321486
|
-
},
|
|
321487
|
-
"declarations": [
|
|
321488
|
-
{
|
|
321489
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321490
|
-
"name": "YAxisProps"
|
|
321491
|
-
}
|
|
321492
|
-
],
|
|
321493
|
-
"required": false,
|
|
321494
|
-
"type": {
|
|
321495
|
-
"name": "number"
|
|
321496
|
-
}
|
|
321497
|
-
},
|
|
321498
|
-
"domain": {
|
|
321499
|
-
"defaultValue": null,
|
|
321500
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
321501
|
-
"name": "domain",
|
|
321502
|
-
"parent": {
|
|
321503
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321504
|
-
"name": "YAxisProps"
|
|
321505
|
-
},
|
|
321506
|
-
"declarations": [
|
|
321507
|
-
{
|
|
321508
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321509
|
-
"name": "YAxisProps"
|
|
321510
|
-
}
|
|
321511
|
-
],
|
|
321512
|
-
"required": false,
|
|
321513
|
-
"type": {
|
|
321514
|
-
"name": "AxisDomain"
|
|
321515
|
-
}
|
|
321516
|
-
},
|
|
321517
|
-
"unit": {
|
|
321518
|
-
"defaultValue": null,
|
|
321519
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
321520
|
-
"name": "unit",
|
|
321521
|
-
"parent": {
|
|
321522
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321523
|
-
"name": "BaseAxisProps"
|
|
321524
|
-
},
|
|
321525
|
-
"declarations": [
|
|
321526
|
-
{
|
|
321527
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321528
|
-
"name": "BaseAxisProps"
|
|
321529
|
-
}
|
|
321530
|
-
],
|
|
321531
|
-
"required": false,
|
|
321532
|
-
"type": {
|
|
321533
|
-
"name": "string"
|
|
321534
|
-
}
|
|
321535
|
-
},
|
|
321536
|
-
"tickFormatter": {
|
|
321537
|
-
"defaultValue": null,
|
|
321538
|
-
"description": "The formatter function of tick.",
|
|
321539
|
-
"name": "tickFormatter",
|
|
321540
|
-
"parent": {
|
|
321541
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321542
|
-
"name": "RenderableAxisProps"
|
|
321543
|
-
},
|
|
321544
|
-
"declarations": [
|
|
321545
|
-
{
|
|
321546
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321547
|
-
"name": "RenderableAxisProps"
|
|
321548
|
-
}
|
|
321549
|
-
],
|
|
321550
|
-
"required": false,
|
|
321551
|
-
"type": {
|
|
321552
|
-
"name": "((value: any, index: number) => string)"
|
|
321553
|
-
}
|
|
321554
|
-
}
|
|
321555
|
-
}
|
|
321556
|
-
},
|
|
321557
|
-
{
|
|
321558
|
-
"tags": {
|
|
321559
|
-
"flr-generate": "all"
|
|
321560
|
-
},
|
|
321561
|
-
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
321562
|
-
"description": "",
|
|
321563
|
-
"displayName": "XAxis",
|
|
321564
|
-
"methods": [],
|
|
321565
|
-
"props": {
|
|
321566
|
-
"className": {
|
|
321567
|
-
"defaultValue": null,
|
|
321568
|
-
"description": "",
|
|
321569
|
-
"name": "className",
|
|
321570
|
-
"parent": {
|
|
321571
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321572
|
-
"name": "HTMLAttributes"
|
|
321573
|
-
},
|
|
321574
|
-
"declarations": [
|
|
321575
|
-
{
|
|
321576
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321577
|
-
"name": "HTMLAttributes"
|
|
321578
|
-
}
|
|
321579
|
-
],
|
|
321580
|
-
"required": false,
|
|
321581
|
-
"type": {
|
|
321582
|
-
"name": "string"
|
|
321583
|
-
}
|
|
321584
|
-
},
|
|
321585
|
-
"type": {
|
|
321586
|
-
"defaultValue": null,
|
|
321587
|
-
"description": "",
|
|
321588
|
-
"name": "type",
|
|
321589
|
-
"parent": {
|
|
321590
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321591
|
-
"name": "SVGAttributes"
|
|
321592
|
-
},
|
|
321593
|
-
"declarations": [
|
|
321594
|
-
{
|
|
321595
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321596
|
-
"name": "SVGAttributes"
|
|
321597
|
-
}
|
|
321598
|
-
],
|
|
321599
|
-
"required": false,
|
|
321600
|
-
"type": {
|
|
321601
|
-
"name": "string"
|
|
321602
|
-
}
|
|
321603
|
-
},
|
|
321604
|
-
"hide": {
|
|
321605
|
-
"defaultValue": null,
|
|
321606
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
321607
|
-
"name": "hide",
|
|
321608
|
-
"parent": {
|
|
321609
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321610
|
-
"name": "RenderableAxisProps"
|
|
321611
|
-
},
|
|
321612
|
-
"declarations": [
|
|
321613
|
-
{
|
|
321614
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321615
|
-
"name": "RenderableAxisProps"
|
|
321616
|
-
}
|
|
321617
|
-
],
|
|
321618
|
-
"required": false,
|
|
321619
|
-
"type": {
|
|
321620
|
-
"name": "boolean"
|
|
321621
|
-
}
|
|
321622
|
-
},
|
|
321623
|
-
"orientation": {
|
|
321624
|
-
"defaultValue": null,
|
|
321625
|
-
"description": "",
|
|
321626
|
-
"name": "orientation",
|
|
321627
|
-
"parent": {
|
|
321628
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321629
|
-
"name": "SVGAttributes"
|
|
321630
|
-
},
|
|
321631
|
-
"declarations": [
|
|
321632
|
-
{
|
|
321633
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321634
|
-
"name": "SVGAttributes"
|
|
321635
|
-
}
|
|
321636
|
-
],
|
|
321637
|
-
"required": false,
|
|
321638
|
-
"type": {
|
|
321639
|
-
"name": "string | number"
|
|
321640
|
-
}
|
|
321641
|
-
},
|
|
321642
|
-
"scale": {
|
|
321643
|
-
"defaultValue": null,
|
|
321644
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
321645
|
-
"name": "scale",
|
|
321646
|
-
"parent": {
|
|
321647
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321648
|
-
"name": "XAxisProps"
|
|
321649
|
-
},
|
|
321650
|
-
"declarations": [
|
|
321651
|
-
{
|
|
321652
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321653
|
-
"name": "XAxisProps"
|
|
321654
|
-
}
|
|
321655
|
-
],
|
|
321656
|
-
"required": false,
|
|
321657
|
-
"type": {
|
|
321658
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
321659
|
-
}
|
|
321660
|
-
},
|
|
321661
|
-
"dataKey": {
|
|
321662
|
-
"defaultValue": null,
|
|
321663
|
-
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
321664
|
-
"name": "dataKey",
|
|
321665
|
-
"parent": {
|
|
321666
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321667
|
-
"name": "BaseAxisProps"
|
|
321668
|
-
},
|
|
321669
|
-
"declarations": [
|
|
321670
|
-
{
|
|
321671
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321672
|
-
"name": "BaseAxisProps"
|
|
321673
|
-
}
|
|
321674
|
-
],
|
|
321675
|
-
"required": false,
|
|
321676
|
-
"type": {
|
|
321677
|
-
"name": "DataKey<any>"
|
|
321678
|
-
}
|
|
321679
|
-
},
|
|
321680
|
-
"allowDecimals": {
|
|
321460
|
+
"allowDataOverflow": {
|
|
321681
321461
|
"defaultValue": null,
|
|
321682
|
-
"description": "
|
|
321683
|
-
"name": "
|
|
321462
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
321463
|
+
"name": "allowDataOverflow",
|
|
321684
321464
|
"parent": {
|
|
321685
321465
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321686
321466
|
"name": "RenderableAxisProps"
|
|
@@ -321790,25 +321570,6 @@
|
|
|
321790
321570
|
"type": {
|
|
321791
321571
|
"name": "((value: any, index: number) => string)"
|
|
321792
321572
|
}
|
|
321793
|
-
},
|
|
321794
|
-
"allowDataOverflow": {
|
|
321795
|
-
"defaultValue": null,
|
|
321796
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
321797
|
-
"name": "allowDataOverflow",
|
|
321798
|
-
"parent": {
|
|
321799
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321800
|
-
"name": "RenderableAxisProps"
|
|
321801
|
-
},
|
|
321802
|
-
"declarations": [
|
|
321803
|
-
{
|
|
321804
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321805
|
-
"name": "RenderableAxisProps"
|
|
321806
|
-
}
|
|
321807
|
-
],
|
|
321808
|
-
"required": false,
|
|
321809
|
-
"type": {
|
|
321810
|
-
"name": "boolean"
|
|
321811
|
-
}
|
|
321812
321573
|
}
|
|
321813
321574
|
}
|
|
321814
321575
|
},
|
|
@@ -341279,6 +341040,245 @@
|
|
|
341279
341040
|
"methods": [],
|
|
341280
341041
|
"props": {}
|
|
341281
341042
|
},
|
|
341043
|
+
{
|
|
341044
|
+
"tags": {
|
|
341045
|
+
"flr-generate": "all"
|
|
341046
|
+
},
|
|
341047
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
341048
|
+
"description": "",
|
|
341049
|
+
"displayName": "YAxis",
|
|
341050
|
+
"methods": [],
|
|
341051
|
+
"props": {
|
|
341052
|
+
"className": {
|
|
341053
|
+
"defaultValue": null,
|
|
341054
|
+
"description": "",
|
|
341055
|
+
"name": "className",
|
|
341056
|
+
"parent": {
|
|
341057
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341058
|
+
"name": "HTMLAttributes"
|
|
341059
|
+
},
|
|
341060
|
+
"declarations": [
|
|
341061
|
+
{
|
|
341062
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341063
|
+
"name": "HTMLAttributes"
|
|
341064
|
+
}
|
|
341065
|
+
],
|
|
341066
|
+
"required": false,
|
|
341067
|
+
"type": {
|
|
341068
|
+
"name": "string"
|
|
341069
|
+
}
|
|
341070
|
+
},
|
|
341071
|
+
"type": {
|
|
341072
|
+
"defaultValue": null,
|
|
341073
|
+
"description": "",
|
|
341074
|
+
"name": "type",
|
|
341075
|
+
"parent": {
|
|
341076
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341077
|
+
"name": "SVGAttributes"
|
|
341078
|
+
},
|
|
341079
|
+
"declarations": [
|
|
341080
|
+
{
|
|
341081
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341082
|
+
"name": "SVGAttributes"
|
|
341083
|
+
}
|
|
341084
|
+
],
|
|
341085
|
+
"required": false,
|
|
341086
|
+
"type": {
|
|
341087
|
+
"name": "string"
|
|
341088
|
+
}
|
|
341089
|
+
},
|
|
341090
|
+
"hide": {
|
|
341091
|
+
"defaultValue": null,
|
|
341092
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
341093
|
+
"name": "hide",
|
|
341094
|
+
"parent": {
|
|
341095
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341096
|
+
"name": "RenderableAxisProps"
|
|
341097
|
+
},
|
|
341098
|
+
"declarations": [
|
|
341099
|
+
{
|
|
341100
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341101
|
+
"name": "RenderableAxisProps"
|
|
341102
|
+
}
|
|
341103
|
+
],
|
|
341104
|
+
"required": false,
|
|
341105
|
+
"type": {
|
|
341106
|
+
"name": "boolean"
|
|
341107
|
+
}
|
|
341108
|
+
},
|
|
341109
|
+
"orientation": {
|
|
341110
|
+
"defaultValue": null,
|
|
341111
|
+
"description": "",
|
|
341112
|
+
"name": "orientation",
|
|
341113
|
+
"parent": {
|
|
341114
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341115
|
+
"name": "SVGAttributes"
|
|
341116
|
+
},
|
|
341117
|
+
"declarations": [
|
|
341118
|
+
{
|
|
341119
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341120
|
+
"name": "SVGAttributes"
|
|
341121
|
+
}
|
|
341122
|
+
],
|
|
341123
|
+
"required": false,
|
|
341124
|
+
"type": {
|
|
341125
|
+
"name": "string | number"
|
|
341126
|
+
}
|
|
341127
|
+
},
|
|
341128
|
+
"scale": {
|
|
341129
|
+
"defaultValue": null,
|
|
341130
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
|
|
341131
|
+
"name": "scale",
|
|
341132
|
+
"parent": {
|
|
341133
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341134
|
+
"name": "YAxisProps"
|
|
341135
|
+
},
|
|
341136
|
+
"declarations": [
|
|
341137
|
+
{
|
|
341138
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341139
|
+
"name": "YAxisProps"
|
|
341140
|
+
}
|
|
341141
|
+
],
|
|
341142
|
+
"required": false,
|
|
341143
|
+
"type": {
|
|
341144
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
341145
|
+
}
|
|
341146
|
+
},
|
|
341147
|
+
"dataKey": {
|
|
341148
|
+
"defaultValue": null,
|
|
341149
|
+
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
341150
|
+
"name": "dataKey",
|
|
341151
|
+
"parent": {
|
|
341152
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341153
|
+
"name": "BaseAxisProps"
|
|
341154
|
+
},
|
|
341155
|
+
"declarations": [
|
|
341156
|
+
{
|
|
341157
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341158
|
+
"name": "BaseAxisProps"
|
|
341159
|
+
}
|
|
341160
|
+
],
|
|
341161
|
+
"required": false,
|
|
341162
|
+
"type": {
|
|
341163
|
+
"name": "DataKey<any>"
|
|
341164
|
+
}
|
|
341165
|
+
},
|
|
341166
|
+
"allowDecimals": {
|
|
341167
|
+
"defaultValue": null,
|
|
341168
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
341169
|
+
"name": "allowDecimals",
|
|
341170
|
+
"parent": {
|
|
341171
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341172
|
+
"name": "RenderableAxisProps"
|
|
341173
|
+
},
|
|
341174
|
+
"declarations": [
|
|
341175
|
+
{
|
|
341176
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341177
|
+
"name": "RenderableAxisProps"
|
|
341178
|
+
}
|
|
341179
|
+
],
|
|
341180
|
+
"required": false,
|
|
341181
|
+
"type": {
|
|
341182
|
+
"name": "boolean"
|
|
341183
|
+
}
|
|
341184
|
+
},
|
|
341185
|
+
"interval": {
|
|
341186
|
+
"defaultValue": null,
|
|
341187
|
+
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
341188
|
+
"name": "interval",
|
|
341189
|
+
"parent": {
|
|
341190
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341191
|
+
"name": "YAxisProps"
|
|
341192
|
+
},
|
|
341193
|
+
"declarations": [
|
|
341194
|
+
{
|
|
341195
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341196
|
+
"name": "YAxisProps"
|
|
341197
|
+
}
|
|
341198
|
+
],
|
|
341199
|
+
"required": false,
|
|
341200
|
+
"type": {
|
|
341201
|
+
"name": "AxisInterval"
|
|
341202
|
+
}
|
|
341203
|
+
},
|
|
341204
|
+
"minTickGap": {
|
|
341205
|
+
"defaultValue": null,
|
|
341206
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
341207
|
+
"name": "minTickGap",
|
|
341208
|
+
"parent": {
|
|
341209
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341210
|
+
"name": "YAxisProps"
|
|
341211
|
+
},
|
|
341212
|
+
"declarations": [
|
|
341213
|
+
{
|
|
341214
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341215
|
+
"name": "YAxisProps"
|
|
341216
|
+
}
|
|
341217
|
+
],
|
|
341218
|
+
"required": false,
|
|
341219
|
+
"type": {
|
|
341220
|
+
"name": "number"
|
|
341221
|
+
}
|
|
341222
|
+
},
|
|
341223
|
+
"domain": {
|
|
341224
|
+
"defaultValue": null,
|
|
341225
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
341226
|
+
"name": "domain",
|
|
341227
|
+
"parent": {
|
|
341228
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341229
|
+
"name": "YAxisProps"
|
|
341230
|
+
},
|
|
341231
|
+
"declarations": [
|
|
341232
|
+
{
|
|
341233
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341234
|
+
"name": "YAxisProps"
|
|
341235
|
+
}
|
|
341236
|
+
],
|
|
341237
|
+
"required": false,
|
|
341238
|
+
"type": {
|
|
341239
|
+
"name": "AxisDomain"
|
|
341240
|
+
}
|
|
341241
|
+
},
|
|
341242
|
+
"unit": {
|
|
341243
|
+
"defaultValue": null,
|
|
341244
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
341245
|
+
"name": "unit",
|
|
341246
|
+
"parent": {
|
|
341247
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341248
|
+
"name": "BaseAxisProps"
|
|
341249
|
+
},
|
|
341250
|
+
"declarations": [
|
|
341251
|
+
{
|
|
341252
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341253
|
+
"name": "BaseAxisProps"
|
|
341254
|
+
}
|
|
341255
|
+
],
|
|
341256
|
+
"required": false,
|
|
341257
|
+
"type": {
|
|
341258
|
+
"name": "string"
|
|
341259
|
+
}
|
|
341260
|
+
},
|
|
341261
|
+
"tickFormatter": {
|
|
341262
|
+
"defaultValue": null,
|
|
341263
|
+
"description": "The formatter function of tick.",
|
|
341264
|
+
"name": "tickFormatter",
|
|
341265
|
+
"parent": {
|
|
341266
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341267
|
+
"name": "RenderableAxisProps"
|
|
341268
|
+
},
|
|
341269
|
+
"declarations": [
|
|
341270
|
+
{
|
|
341271
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341272
|
+
"name": "RenderableAxisProps"
|
|
341273
|
+
}
|
|
341274
|
+
],
|
|
341275
|
+
"required": false,
|
|
341276
|
+
"type": {
|
|
341277
|
+
"name": "((value: any, index: number) => string)"
|
|
341278
|
+
}
|
|
341279
|
+
}
|
|
341280
|
+
}
|
|
341281
|
+
},
|
|
341282
341282
|
{
|
|
341283
341283
|
"tags": {},
|
|
341284
341284
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
@@ -341507,268 +341507,6 @@
|
|
|
341507
341507
|
}
|
|
341508
341508
|
}
|
|
341509
341509
|
},
|
|
341510
|
-
{
|
|
341511
|
-
"tags": {},
|
|
341512
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341513
|
-
"description": "",
|
|
341514
|
-
"displayName": "ViewModeMenuItem",
|
|
341515
|
-
"methods": [],
|
|
341516
|
-
"props": {
|
|
341517
|
-
"viewMode": {
|
|
341518
|
-
"defaultValue": null,
|
|
341519
|
-
"description": "",
|
|
341520
|
-
"name": "viewMode",
|
|
341521
|
-
"parent": {
|
|
341522
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341523
|
-
"name": "Props"
|
|
341524
|
-
},
|
|
341525
|
-
"declarations": [
|
|
341526
|
-
{
|
|
341527
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341528
|
-
"name": "Props"
|
|
341529
|
-
}
|
|
341530
|
-
],
|
|
341531
|
-
"required": true,
|
|
341532
|
-
"type": {
|
|
341533
|
-
"name": "ListViewMode"
|
|
341534
|
-
}
|
|
341535
|
-
}
|
|
341536
|
-
}
|
|
341537
|
-
},
|
|
341538
|
-
{
|
|
341539
|
-
"tags": {},
|
|
341540
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
341541
|
-
"description": "",
|
|
341542
|
-
"displayName": "ViewModeContextMenu",
|
|
341543
|
-
"methods": [],
|
|
341544
|
-
"props": {}
|
|
341545
|
-
},
|
|
341546
|
-
{
|
|
341547
|
-
"tags": {},
|
|
341548
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341549
|
-
"description": "",
|
|
341550
|
-
"displayName": "SortingMenuItem",
|
|
341551
|
-
"methods": [],
|
|
341552
|
-
"props": {
|
|
341553
|
-
"sorting": {
|
|
341554
|
-
"defaultValue": null,
|
|
341555
|
-
"description": "",
|
|
341556
|
-
"name": "sorting",
|
|
341557
|
-
"parent": {
|
|
341558
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341559
|
-
"name": "Props"
|
|
341560
|
-
},
|
|
341561
|
-
"declarations": [
|
|
341562
|
-
{
|
|
341563
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341564
|
-
"name": "Props"
|
|
341565
|
-
}
|
|
341566
|
-
],
|
|
341567
|
-
"required": true,
|
|
341568
|
-
"type": {
|
|
341569
|
-
"name": "Sorting<never>"
|
|
341570
|
-
}
|
|
341571
|
-
}
|
|
341572
|
-
}
|
|
341573
|
-
},
|
|
341574
|
-
{
|
|
341575
|
-
"tags": {},
|
|
341576
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
341577
|
-
"description": "",
|
|
341578
|
-
"displayName": "SortingContextMenu",
|
|
341579
|
-
"methods": [],
|
|
341580
|
-
"props": {}
|
|
341581
|
-
},
|
|
341582
|
-
{
|
|
341583
|
-
"tags": {},
|
|
341584
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341585
|
-
"description": "",
|
|
341586
|
-
"displayName": "SearchField",
|
|
341587
|
-
"methods": [],
|
|
341588
|
-
"props": {
|
|
341589
|
-
"search": {
|
|
341590
|
-
"defaultValue": null,
|
|
341591
|
-
"description": "",
|
|
341592
|
-
"name": "search",
|
|
341593
|
-
"parent": {
|
|
341594
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341595
|
-
"name": "Props"
|
|
341596
|
-
},
|
|
341597
|
-
"declarations": [
|
|
341598
|
-
{
|
|
341599
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341600
|
-
"name": "Props"
|
|
341601
|
-
}
|
|
341602
|
-
],
|
|
341603
|
-
"required": true,
|
|
341604
|
-
"type": {
|
|
341605
|
-
"name": "Search<never>"
|
|
341606
|
-
}
|
|
341607
|
-
},
|
|
341608
|
-
"className": {
|
|
341609
|
-
"defaultValue": null,
|
|
341610
|
-
"description": "The elements class name.",
|
|
341611
|
-
"name": "className",
|
|
341612
|
-
"parent": {
|
|
341613
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
341614
|
-
"name": "PropsWithClassName"
|
|
341615
|
-
},
|
|
341616
|
-
"declarations": [
|
|
341617
|
-
{
|
|
341618
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
341619
|
-
"name": "PropsWithClassName"
|
|
341620
|
-
}
|
|
341621
|
-
],
|
|
341622
|
-
"required": false,
|
|
341623
|
-
"type": {
|
|
341624
|
-
"name": "string"
|
|
341625
|
-
}
|
|
341626
|
-
}
|
|
341627
|
-
}
|
|
341628
|
-
},
|
|
341629
|
-
{
|
|
341630
|
-
"tags": {},
|
|
341631
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341632
|
-
"description": "",
|
|
341633
|
-
"displayName": "FilterMenuItem",
|
|
341634
|
-
"methods": [],
|
|
341635
|
-
"props": {
|
|
341636
|
-
"filterValue": {
|
|
341637
|
-
"defaultValue": null,
|
|
341638
|
-
"description": "",
|
|
341639
|
-
"name": "filterValue",
|
|
341640
|
-
"parent": {
|
|
341641
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341642
|
-
"name": "Props"
|
|
341643
|
-
},
|
|
341644
|
-
"declarations": [
|
|
341645
|
-
{
|
|
341646
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341647
|
-
"name": "Props"
|
|
341648
|
-
}
|
|
341649
|
-
],
|
|
341650
|
-
"required": true,
|
|
341651
|
-
"type": {
|
|
341652
|
-
"name": "FilterValue"
|
|
341653
|
-
}
|
|
341654
|
-
},
|
|
341655
|
-
"selectionMode": {
|
|
341656
|
-
"defaultValue": null,
|
|
341657
|
-
"description": "",
|
|
341658
|
-
"name": "selectionMode",
|
|
341659
|
-
"parent": {
|
|
341660
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341661
|
-
"name": "Props"
|
|
341662
|
-
},
|
|
341663
|
-
"declarations": [
|
|
341664
|
-
{
|
|
341665
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341666
|
-
"name": "Props"
|
|
341667
|
-
}
|
|
341668
|
-
],
|
|
341669
|
-
"required": false,
|
|
341670
|
-
"type": {
|
|
341671
|
-
"name": "ContextMenuSelectionMode"
|
|
341672
|
-
}
|
|
341673
|
-
}
|
|
341674
|
-
}
|
|
341675
|
-
},
|
|
341676
|
-
{
|
|
341677
|
-
"tags": {},
|
|
341678
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
341679
|
-
"description": "",
|
|
341680
|
-
"displayName": "FilterContextMenus",
|
|
341681
|
-
"methods": [],
|
|
341682
|
-
"props": {}
|
|
341683
|
-
},
|
|
341684
|
-
{
|
|
341685
|
-
"tags": {},
|
|
341686
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341687
|
-
"description": "",
|
|
341688
|
-
"displayName": "FilterContextMenu",
|
|
341689
|
-
"methods": [],
|
|
341690
|
-
"props": {
|
|
341691
|
-
"filter": {
|
|
341692
|
-
"defaultValue": null,
|
|
341693
|
-
"description": "",
|
|
341694
|
-
"name": "filter",
|
|
341695
|
-
"parent": {
|
|
341696
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341697
|
-
"name": "Props"
|
|
341698
|
-
},
|
|
341699
|
-
"declarations": [
|
|
341700
|
-
{
|
|
341701
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341702
|
-
"name": "Props"
|
|
341703
|
-
}
|
|
341704
|
-
],
|
|
341705
|
-
"required": true,
|
|
341706
|
-
"type": {
|
|
341707
|
-
"name": "Filter<never, never, never>"
|
|
341708
|
-
}
|
|
341709
|
-
}
|
|
341710
|
-
}
|
|
341711
|
-
},
|
|
341712
|
-
{
|
|
341713
|
-
"tags": {},
|
|
341714
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
341715
|
-
"description": "",
|
|
341716
|
-
"displayName": "ViewModeAccordion",
|
|
341717
|
-
"methods": [],
|
|
341718
|
-
"props": {}
|
|
341719
|
-
},
|
|
341720
|
-
{
|
|
341721
|
-
"tags": {},
|
|
341722
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
341723
|
-
"description": "",
|
|
341724
|
-
"displayName": "SortingAccordion",
|
|
341725
|
-
"methods": [],
|
|
341726
|
-
"props": {}
|
|
341727
|
-
},
|
|
341728
|
-
{
|
|
341729
|
-
"tags": {},
|
|
341730
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341731
|
-
"description": "",
|
|
341732
|
-
"displayName": "FilterAccordion",
|
|
341733
|
-
"methods": [],
|
|
341734
|
-
"props": {
|
|
341735
|
-
"filter": {
|
|
341736
|
-
"defaultValue": null,
|
|
341737
|
-
"description": "",
|
|
341738
|
-
"name": "filter",
|
|
341739
|
-
"parent": {
|
|
341740
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341741
|
-
"name": "Props"
|
|
341742
|
-
},
|
|
341743
|
-
"declarations": [
|
|
341744
|
-
{
|
|
341745
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341746
|
-
"name": "Props"
|
|
341747
|
-
}
|
|
341748
|
-
],
|
|
341749
|
-
"required": true,
|
|
341750
|
-
"type": {
|
|
341751
|
-
"name": "Filter<never, never, never>"
|
|
341752
|
-
}
|
|
341753
|
-
}
|
|
341754
|
-
}
|
|
341755
|
-
},
|
|
341756
|
-
{
|
|
341757
|
-
"tags": {},
|
|
341758
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
341759
|
-
"description": "",
|
|
341760
|
-
"displayName": "AllFiltersModal",
|
|
341761
|
-
"methods": [],
|
|
341762
|
-
"props": {}
|
|
341763
|
-
},
|
|
341764
|
-
{
|
|
341765
|
-
"tags": {},
|
|
341766
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
341767
|
-
"description": "",
|
|
341768
|
-
"displayName": "ActiveFilters",
|
|
341769
|
-
"methods": [],
|
|
341770
|
-
"props": {}
|
|
341771
|
-
},
|
|
341772
341510
|
{
|
|
341773
341511
|
"tags": {
|
|
341774
341512
|
"flr-generate": "all"
|
|
@@ -345594,6 +345332,268 @@
|
|
|
345594
345332
|
"methods": [],
|
|
345595
345333
|
"props": {}
|
|
345596
345334
|
},
|
|
345335
|
+
{
|
|
345336
|
+
"tags": {},
|
|
345337
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345338
|
+
"description": "",
|
|
345339
|
+
"displayName": "ViewModeMenuItem",
|
|
345340
|
+
"methods": [],
|
|
345341
|
+
"props": {
|
|
345342
|
+
"viewMode": {
|
|
345343
|
+
"defaultValue": null,
|
|
345344
|
+
"description": "",
|
|
345345
|
+
"name": "viewMode",
|
|
345346
|
+
"parent": {
|
|
345347
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345348
|
+
"name": "Props"
|
|
345349
|
+
},
|
|
345350
|
+
"declarations": [
|
|
345351
|
+
{
|
|
345352
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345353
|
+
"name": "Props"
|
|
345354
|
+
}
|
|
345355
|
+
],
|
|
345356
|
+
"required": true,
|
|
345357
|
+
"type": {
|
|
345358
|
+
"name": "ListViewMode"
|
|
345359
|
+
}
|
|
345360
|
+
}
|
|
345361
|
+
}
|
|
345362
|
+
},
|
|
345363
|
+
{
|
|
345364
|
+
"tags": {},
|
|
345365
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
345366
|
+
"description": "",
|
|
345367
|
+
"displayName": "ViewModeContextMenu",
|
|
345368
|
+
"methods": [],
|
|
345369
|
+
"props": {}
|
|
345370
|
+
},
|
|
345371
|
+
{
|
|
345372
|
+
"tags": {},
|
|
345373
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345374
|
+
"description": "",
|
|
345375
|
+
"displayName": "SortingMenuItem",
|
|
345376
|
+
"methods": [],
|
|
345377
|
+
"props": {
|
|
345378
|
+
"sorting": {
|
|
345379
|
+
"defaultValue": null,
|
|
345380
|
+
"description": "",
|
|
345381
|
+
"name": "sorting",
|
|
345382
|
+
"parent": {
|
|
345383
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345384
|
+
"name": "Props"
|
|
345385
|
+
},
|
|
345386
|
+
"declarations": [
|
|
345387
|
+
{
|
|
345388
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345389
|
+
"name": "Props"
|
|
345390
|
+
}
|
|
345391
|
+
],
|
|
345392
|
+
"required": true,
|
|
345393
|
+
"type": {
|
|
345394
|
+
"name": "Sorting<never>"
|
|
345395
|
+
}
|
|
345396
|
+
}
|
|
345397
|
+
}
|
|
345398
|
+
},
|
|
345399
|
+
{
|
|
345400
|
+
"tags": {},
|
|
345401
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
345402
|
+
"description": "",
|
|
345403
|
+
"displayName": "SortingContextMenu",
|
|
345404
|
+
"methods": [],
|
|
345405
|
+
"props": {}
|
|
345406
|
+
},
|
|
345407
|
+
{
|
|
345408
|
+
"tags": {},
|
|
345409
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345410
|
+
"description": "",
|
|
345411
|
+
"displayName": "SearchField",
|
|
345412
|
+
"methods": [],
|
|
345413
|
+
"props": {
|
|
345414
|
+
"search": {
|
|
345415
|
+
"defaultValue": null,
|
|
345416
|
+
"description": "",
|
|
345417
|
+
"name": "search",
|
|
345418
|
+
"parent": {
|
|
345419
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345420
|
+
"name": "Props"
|
|
345421
|
+
},
|
|
345422
|
+
"declarations": [
|
|
345423
|
+
{
|
|
345424
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345425
|
+
"name": "Props"
|
|
345426
|
+
}
|
|
345427
|
+
],
|
|
345428
|
+
"required": true,
|
|
345429
|
+
"type": {
|
|
345430
|
+
"name": "Search<never>"
|
|
345431
|
+
}
|
|
345432
|
+
},
|
|
345433
|
+
"className": {
|
|
345434
|
+
"defaultValue": null,
|
|
345435
|
+
"description": "The elements class name.",
|
|
345436
|
+
"name": "className",
|
|
345437
|
+
"parent": {
|
|
345438
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
345439
|
+
"name": "PropsWithClassName"
|
|
345440
|
+
},
|
|
345441
|
+
"declarations": [
|
|
345442
|
+
{
|
|
345443
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
345444
|
+
"name": "PropsWithClassName"
|
|
345445
|
+
}
|
|
345446
|
+
],
|
|
345447
|
+
"required": false,
|
|
345448
|
+
"type": {
|
|
345449
|
+
"name": "string"
|
|
345450
|
+
}
|
|
345451
|
+
}
|
|
345452
|
+
}
|
|
345453
|
+
},
|
|
345454
|
+
{
|
|
345455
|
+
"tags": {},
|
|
345456
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345457
|
+
"description": "",
|
|
345458
|
+
"displayName": "FilterMenuItem",
|
|
345459
|
+
"methods": [],
|
|
345460
|
+
"props": {
|
|
345461
|
+
"filterValue": {
|
|
345462
|
+
"defaultValue": null,
|
|
345463
|
+
"description": "",
|
|
345464
|
+
"name": "filterValue",
|
|
345465
|
+
"parent": {
|
|
345466
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345467
|
+
"name": "Props"
|
|
345468
|
+
},
|
|
345469
|
+
"declarations": [
|
|
345470
|
+
{
|
|
345471
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345472
|
+
"name": "Props"
|
|
345473
|
+
}
|
|
345474
|
+
],
|
|
345475
|
+
"required": true,
|
|
345476
|
+
"type": {
|
|
345477
|
+
"name": "FilterValue"
|
|
345478
|
+
}
|
|
345479
|
+
},
|
|
345480
|
+
"selectionMode": {
|
|
345481
|
+
"defaultValue": null,
|
|
345482
|
+
"description": "",
|
|
345483
|
+
"name": "selectionMode",
|
|
345484
|
+
"parent": {
|
|
345485
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345486
|
+
"name": "Props"
|
|
345487
|
+
},
|
|
345488
|
+
"declarations": [
|
|
345489
|
+
{
|
|
345490
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345491
|
+
"name": "Props"
|
|
345492
|
+
}
|
|
345493
|
+
],
|
|
345494
|
+
"required": false,
|
|
345495
|
+
"type": {
|
|
345496
|
+
"name": "ContextMenuSelectionMode"
|
|
345497
|
+
}
|
|
345498
|
+
}
|
|
345499
|
+
}
|
|
345500
|
+
},
|
|
345501
|
+
{
|
|
345502
|
+
"tags": {},
|
|
345503
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
345504
|
+
"description": "",
|
|
345505
|
+
"displayName": "FilterContextMenus",
|
|
345506
|
+
"methods": [],
|
|
345507
|
+
"props": {}
|
|
345508
|
+
},
|
|
345509
|
+
{
|
|
345510
|
+
"tags": {},
|
|
345511
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345512
|
+
"description": "",
|
|
345513
|
+
"displayName": "FilterContextMenu",
|
|
345514
|
+
"methods": [],
|
|
345515
|
+
"props": {
|
|
345516
|
+
"filter": {
|
|
345517
|
+
"defaultValue": null,
|
|
345518
|
+
"description": "",
|
|
345519
|
+
"name": "filter",
|
|
345520
|
+
"parent": {
|
|
345521
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345522
|
+
"name": "Props"
|
|
345523
|
+
},
|
|
345524
|
+
"declarations": [
|
|
345525
|
+
{
|
|
345526
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345527
|
+
"name": "Props"
|
|
345528
|
+
}
|
|
345529
|
+
],
|
|
345530
|
+
"required": true,
|
|
345531
|
+
"type": {
|
|
345532
|
+
"name": "Filter<never, never, never>"
|
|
345533
|
+
}
|
|
345534
|
+
}
|
|
345535
|
+
}
|
|
345536
|
+
},
|
|
345537
|
+
{
|
|
345538
|
+
"tags": {},
|
|
345539
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
345540
|
+
"description": "",
|
|
345541
|
+
"displayName": "ViewModeAccordion",
|
|
345542
|
+
"methods": [],
|
|
345543
|
+
"props": {}
|
|
345544
|
+
},
|
|
345545
|
+
{
|
|
345546
|
+
"tags": {},
|
|
345547
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
345548
|
+
"description": "",
|
|
345549
|
+
"displayName": "SortingAccordion",
|
|
345550
|
+
"methods": [],
|
|
345551
|
+
"props": {}
|
|
345552
|
+
},
|
|
345553
|
+
{
|
|
345554
|
+
"tags": {},
|
|
345555
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345556
|
+
"description": "",
|
|
345557
|
+
"displayName": "FilterAccordion",
|
|
345558
|
+
"methods": [],
|
|
345559
|
+
"props": {
|
|
345560
|
+
"filter": {
|
|
345561
|
+
"defaultValue": null,
|
|
345562
|
+
"description": "",
|
|
345563
|
+
"name": "filter",
|
|
345564
|
+
"parent": {
|
|
345565
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345566
|
+
"name": "Props"
|
|
345567
|
+
},
|
|
345568
|
+
"declarations": [
|
|
345569
|
+
{
|
|
345570
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345571
|
+
"name": "Props"
|
|
345572
|
+
}
|
|
345573
|
+
],
|
|
345574
|
+
"required": true,
|
|
345575
|
+
"type": {
|
|
345576
|
+
"name": "Filter<never, never, never>"
|
|
345577
|
+
}
|
|
345578
|
+
}
|
|
345579
|
+
}
|
|
345580
|
+
},
|
|
345581
|
+
{
|
|
345582
|
+
"tags": {},
|
|
345583
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
345584
|
+
"description": "",
|
|
345585
|
+
"displayName": "AllFiltersModal",
|
|
345586
|
+
"methods": [],
|
|
345587
|
+
"props": {}
|
|
345588
|
+
},
|
|
345589
|
+
{
|
|
345590
|
+
"tags": {},
|
|
345591
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
345592
|
+
"description": "",
|
|
345593
|
+
"displayName": "ActiveFilters",
|
|
345594
|
+
"methods": [],
|
|
345595
|
+
"props": {}
|
|
345596
|
+
},
|
|
345597
345597
|
{
|
|
345598
345598
|
"tags": {},
|
|
345599
345599
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|