@mittwald/flow-react-components 0.2.0-alpha.822 → 0.2.0-alpha.824
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 +10 -0
- package/dist/assets/doc-properties.json +1679 -1679
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +3 -1
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -230933,9 +230933,9 @@
|
|
|
230933
230933
|
"tags": {
|
|
230934
230934
|
"flr-generate": "all"
|
|
230935
230935
|
},
|
|
230936
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
230936
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
230937
230937
|
"description": "",
|
|
230938
|
-
"displayName": "
|
|
230938
|
+
"displayName": "Align",
|
|
230939
230939
|
"methods": [],
|
|
230940
230940
|
"props": {
|
|
230941
230941
|
"children": {
|
|
@@ -231047,86 +231047,6 @@
|
|
|
231047
231047
|
"type": {
|
|
231048
231048
|
"name": "Key | null"
|
|
231049
231049
|
}
|
|
231050
|
-
},
|
|
231051
|
-
"slot": {
|
|
231052
|
-
"defaultValue": null,
|
|
231053
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
231054
|
-
"name": "slot",
|
|
231055
|
-
"parent": {
|
|
231056
|
-
"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",
|
|
231057
|
-
"name": "SlotProps"
|
|
231058
|
-
},
|
|
231059
|
-
"declarations": [
|
|
231060
|
-
{
|
|
231061
|
-
"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",
|
|
231062
|
-
"name": "SlotProps"
|
|
231063
|
-
}
|
|
231064
|
-
],
|
|
231065
|
-
"required": false,
|
|
231066
|
-
"type": {
|
|
231067
|
-
"name": "string | null"
|
|
231068
|
-
}
|
|
231069
|
-
},
|
|
231070
|
-
"filter": {
|
|
231071
|
-
"defaultValue": null,
|
|
231072
|
-
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
231073
|
-
"name": "filter",
|
|
231074
|
-
"parent": {
|
|
231075
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231076
|
-
"name": "AriaAutocompleteProps"
|
|
231077
|
-
},
|
|
231078
|
-
"declarations": [
|
|
231079
|
-
{
|
|
231080
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231081
|
-
"name": "AriaAutocompleteProps"
|
|
231082
|
-
}
|
|
231083
|
-
],
|
|
231084
|
-
"required": false,
|
|
231085
|
-
"type": {
|
|
231086
|
-
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
231087
|
-
}
|
|
231088
|
-
},
|
|
231089
|
-
"disableAutoFocusFirst": {
|
|
231090
|
-
"defaultValue": {
|
|
231091
|
-
"value": "false"
|
|
231092
|
-
},
|
|
231093
|
-
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
231094
|
-
"name": "disableAutoFocusFirst",
|
|
231095
|
-
"parent": {
|
|
231096
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231097
|
-
"name": "AriaAutocompleteProps"
|
|
231098
|
-
},
|
|
231099
|
-
"declarations": [
|
|
231100
|
-
{
|
|
231101
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231102
|
-
"name": "AriaAutocompleteProps"
|
|
231103
|
-
}
|
|
231104
|
-
],
|
|
231105
|
-
"required": false,
|
|
231106
|
-
"type": {
|
|
231107
|
-
"name": "boolean"
|
|
231108
|
-
}
|
|
231109
|
-
},
|
|
231110
|
-
"disableVirtualFocus": {
|
|
231111
|
-
"defaultValue": {
|
|
231112
|
-
"value": "false"
|
|
231113
|
-
},
|
|
231114
|
-
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
231115
|
-
"name": "disableVirtualFocus",
|
|
231116
|
-
"parent": {
|
|
231117
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231118
|
-
"name": "AriaAutocompleteProps"
|
|
231119
|
-
},
|
|
231120
|
-
"declarations": [
|
|
231121
|
-
{
|
|
231122
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231123
|
-
"name": "AriaAutocompleteProps"
|
|
231124
|
-
}
|
|
231125
|
-
],
|
|
231126
|
-
"required": false,
|
|
231127
|
-
"type": {
|
|
231128
|
-
"name": "boolean"
|
|
231129
|
-
}
|
|
231130
231050
|
}
|
|
231131
231051
|
}
|
|
231132
231052
|
},
|
|
@@ -231134,9 +231054,9 @@
|
|
|
231134
231054
|
"tags": {
|
|
231135
231055
|
"flr-generate": "all"
|
|
231136
231056
|
},
|
|
231137
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
231057
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
|
|
231138
231058
|
"description": "",
|
|
231139
|
-
"displayName": "
|
|
231059
|
+
"displayName": "Autocomplete",
|
|
231140
231060
|
"methods": [],
|
|
231141
231061
|
"props": {
|
|
231142
231062
|
"children": {
|
|
@@ -231248,6 +231168,86 @@
|
|
|
231248
231168
|
"type": {
|
|
231249
231169
|
"name": "Key | null"
|
|
231250
231170
|
}
|
|
231171
|
+
},
|
|
231172
|
+
"slot": {
|
|
231173
|
+
"defaultValue": null,
|
|
231174
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
231175
|
+
"name": "slot",
|
|
231176
|
+
"parent": {
|
|
231177
|
+
"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",
|
|
231178
|
+
"name": "SlotProps"
|
|
231179
|
+
},
|
|
231180
|
+
"declarations": [
|
|
231181
|
+
{
|
|
231182
|
+
"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",
|
|
231183
|
+
"name": "SlotProps"
|
|
231184
|
+
}
|
|
231185
|
+
],
|
|
231186
|
+
"required": false,
|
|
231187
|
+
"type": {
|
|
231188
|
+
"name": "string | null"
|
|
231189
|
+
}
|
|
231190
|
+
},
|
|
231191
|
+
"filter": {
|
|
231192
|
+
"defaultValue": null,
|
|
231193
|
+
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
231194
|
+
"name": "filter",
|
|
231195
|
+
"parent": {
|
|
231196
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231197
|
+
"name": "AriaAutocompleteProps"
|
|
231198
|
+
},
|
|
231199
|
+
"declarations": [
|
|
231200
|
+
{
|
|
231201
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231202
|
+
"name": "AriaAutocompleteProps"
|
|
231203
|
+
}
|
|
231204
|
+
],
|
|
231205
|
+
"required": false,
|
|
231206
|
+
"type": {
|
|
231207
|
+
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
231208
|
+
}
|
|
231209
|
+
},
|
|
231210
|
+
"disableAutoFocusFirst": {
|
|
231211
|
+
"defaultValue": {
|
|
231212
|
+
"value": "false"
|
|
231213
|
+
},
|
|
231214
|
+
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
231215
|
+
"name": "disableAutoFocusFirst",
|
|
231216
|
+
"parent": {
|
|
231217
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231218
|
+
"name": "AriaAutocompleteProps"
|
|
231219
|
+
},
|
|
231220
|
+
"declarations": [
|
|
231221
|
+
{
|
|
231222
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231223
|
+
"name": "AriaAutocompleteProps"
|
|
231224
|
+
}
|
|
231225
|
+
],
|
|
231226
|
+
"required": false,
|
|
231227
|
+
"type": {
|
|
231228
|
+
"name": "boolean"
|
|
231229
|
+
}
|
|
231230
|
+
},
|
|
231231
|
+
"disableVirtualFocus": {
|
|
231232
|
+
"defaultValue": {
|
|
231233
|
+
"value": "false"
|
|
231234
|
+
},
|
|
231235
|
+
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
231236
|
+
"name": "disableVirtualFocus",
|
|
231237
|
+
"parent": {
|
|
231238
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231239
|
+
"name": "AriaAutocompleteProps"
|
|
231240
|
+
},
|
|
231241
|
+
"declarations": [
|
|
231242
|
+
{
|
|
231243
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
231244
|
+
"name": "AriaAutocompleteProps"
|
|
231245
|
+
}
|
|
231246
|
+
],
|
|
231247
|
+
"required": false,
|
|
231248
|
+
"type": {
|
|
231249
|
+
"name": "boolean"
|
|
231250
|
+
}
|
|
231251
231251
|
}
|
|
231252
231252
|
}
|
|
231253
231253
|
},
|
|
@@ -275359,6 +275359,49 @@
|
|
|
275359
275359
|
}
|
|
275360
275360
|
}
|
|
275361
275361
|
},
|
|
275362
|
+
{
|
|
275363
|
+
"tags": {},
|
|
275364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275365
|
+
"description": "",
|
|
275366
|
+
"displayName": "FormSettingsProvider",
|
|
275367
|
+
"methods": [],
|
|
275368
|
+
"props": {
|
|
275369
|
+
"submitInterceptor": {
|
|
275370
|
+
"defaultValue": null,
|
|
275371
|
+
"description": "",
|
|
275372
|
+
"name": "submitInterceptor",
|
|
275373
|
+
"parent": {
|
|
275374
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275375
|
+
"name": "Context"
|
|
275376
|
+
},
|
|
275377
|
+
"declarations": [
|
|
275378
|
+
{
|
|
275379
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275380
|
+
"name": "Context"
|
|
275381
|
+
}
|
|
275382
|
+
],
|
|
275383
|
+
"required": false,
|
|
275384
|
+
"type": {
|
|
275385
|
+
"name": "SubmitInterceptor"
|
|
275386
|
+
}
|
|
275387
|
+
},
|
|
275388
|
+
"children": {
|
|
275389
|
+
"defaultValue": null,
|
|
275390
|
+
"description": "",
|
|
275391
|
+
"name": "children",
|
|
275392
|
+
"declarations": [
|
|
275393
|
+
{
|
|
275394
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275395
|
+
"name": "TypeLiteral"
|
|
275396
|
+
}
|
|
275397
|
+
],
|
|
275398
|
+
"required": false,
|
|
275399
|
+
"type": {
|
|
275400
|
+
"name": "ReactNode"
|
|
275401
|
+
}
|
|
275402
|
+
}
|
|
275403
|
+
}
|
|
275404
|
+
},
|
|
275362
275405
|
{
|
|
275363
275406
|
"tags": {},
|
|
275364
275407
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277717,28 +277760,36 @@
|
|
|
277717
277760
|
},
|
|
277718
277761
|
{
|
|
277719
277762
|
"tags": {},
|
|
277720
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
277763
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
277721
277764
|
"description": "",
|
|
277722
|
-
"displayName": "
|
|
277765
|
+
"displayName": "FormRootError",
|
|
277766
|
+
"methods": [],
|
|
277767
|
+
"props": {}
|
|
277768
|
+
},
|
|
277769
|
+
{
|
|
277770
|
+
"tags": {},
|
|
277771
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
277772
|
+
"description": "",
|
|
277773
|
+
"displayName": "FormSubmitAction",
|
|
277723
277774
|
"methods": [],
|
|
277724
277775
|
"props": {
|
|
277725
|
-
"
|
|
277776
|
+
"showFeedback": {
|
|
277726
277777
|
"defaultValue": null,
|
|
277727
277778
|
"description": "",
|
|
277728
|
-
"name": "
|
|
277779
|
+
"name": "showFeedback",
|
|
277729
277780
|
"parent": {
|
|
277730
|
-
"fileName": "components/src/
|
|
277731
|
-
"name": "
|
|
277781
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277782
|
+
"name": "ActionProps"
|
|
277732
277783
|
},
|
|
277733
277784
|
"declarations": [
|
|
277734
277785
|
{
|
|
277735
|
-
"fileName": "components/src/
|
|
277736
|
-
"name": "
|
|
277786
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277787
|
+
"name": "ActionProps"
|
|
277737
277788
|
}
|
|
277738
277789
|
],
|
|
277739
277790
|
"required": false,
|
|
277740
277791
|
"type": {
|
|
277741
|
-
"name": "
|
|
277792
|
+
"name": "boolean"
|
|
277742
277793
|
}
|
|
277743
277794
|
},
|
|
277744
277795
|
"children": {
|
|
@@ -277760,11 +277811,127 @@
|
|
|
277760
277811
|
},
|
|
277761
277812
|
{
|
|
277762
277813
|
"tags": {},
|
|
277763
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
277814
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
277764
277815
|
"description": "",
|
|
277765
|
-
"displayName": "
|
|
277816
|
+
"displayName": "FormResetAction",
|
|
277766
277817
|
"methods": [],
|
|
277767
|
-
"props": {
|
|
277818
|
+
"props": {
|
|
277819
|
+
"showFeedback": {
|
|
277820
|
+
"defaultValue": null,
|
|
277821
|
+
"description": "",
|
|
277822
|
+
"name": "showFeedback",
|
|
277823
|
+
"parent": {
|
|
277824
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277825
|
+
"name": "ActionProps"
|
|
277826
|
+
},
|
|
277827
|
+
"declarations": [
|
|
277828
|
+
{
|
|
277829
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277830
|
+
"name": "ActionProps"
|
|
277831
|
+
}
|
|
277832
|
+
],
|
|
277833
|
+
"required": false,
|
|
277834
|
+
"type": {
|
|
277835
|
+
"name": "boolean"
|
|
277836
|
+
}
|
|
277837
|
+
},
|
|
277838
|
+
"children": {
|
|
277839
|
+
"defaultValue": null,
|
|
277840
|
+
"description": "",
|
|
277841
|
+
"name": "children",
|
|
277842
|
+
"declarations": [
|
|
277843
|
+
{
|
|
277844
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277845
|
+
"name": "TypeLiteral"
|
|
277846
|
+
}
|
|
277847
|
+
],
|
|
277848
|
+
"required": false,
|
|
277849
|
+
"type": {
|
|
277850
|
+
"name": "ReactNode"
|
|
277851
|
+
}
|
|
277852
|
+
}
|
|
277853
|
+
}
|
|
277854
|
+
},
|
|
277855
|
+
{
|
|
277856
|
+
"tags": {},
|
|
277857
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277858
|
+
"description": "",
|
|
277859
|
+
"displayName": "FormAction",
|
|
277860
|
+
"methods": [],
|
|
277861
|
+
"props": {
|
|
277862
|
+
"reset": {
|
|
277863
|
+
"defaultValue": null,
|
|
277864
|
+
"description": "",
|
|
277865
|
+
"name": "reset",
|
|
277866
|
+
"parent": {
|
|
277867
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277868
|
+
"name": "FormActionProps"
|
|
277869
|
+
},
|
|
277870
|
+
"declarations": [
|
|
277871
|
+
{
|
|
277872
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277873
|
+
"name": "FormActionProps"
|
|
277874
|
+
}
|
|
277875
|
+
],
|
|
277876
|
+
"required": false,
|
|
277877
|
+
"type": {
|
|
277878
|
+
"name": "boolean"
|
|
277879
|
+
}
|
|
277880
|
+
},
|
|
277881
|
+
"submit": {
|
|
277882
|
+
"defaultValue": null,
|
|
277883
|
+
"description": "",
|
|
277884
|
+
"name": "submit",
|
|
277885
|
+
"parent": {
|
|
277886
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277887
|
+
"name": "FormActionProps"
|
|
277888
|
+
},
|
|
277889
|
+
"declarations": [
|
|
277890
|
+
{
|
|
277891
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277892
|
+
"name": "FormActionProps"
|
|
277893
|
+
}
|
|
277894
|
+
],
|
|
277895
|
+
"required": false,
|
|
277896
|
+
"type": {
|
|
277897
|
+
"name": "boolean"
|
|
277898
|
+
}
|
|
277899
|
+
},
|
|
277900
|
+
"children": {
|
|
277901
|
+
"defaultValue": null,
|
|
277902
|
+
"description": "",
|
|
277903
|
+
"name": "children",
|
|
277904
|
+
"declarations": [
|
|
277905
|
+
{
|
|
277906
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277907
|
+
"name": "TypeLiteral"
|
|
277908
|
+
}
|
|
277909
|
+
],
|
|
277910
|
+
"required": false,
|
|
277911
|
+
"type": {
|
|
277912
|
+
"name": "ReactNode"
|
|
277913
|
+
}
|
|
277914
|
+
},
|
|
277915
|
+
"showFeedback": {
|
|
277916
|
+
"defaultValue": null,
|
|
277917
|
+
"description": "",
|
|
277918
|
+
"name": "showFeedback",
|
|
277919
|
+
"parent": {
|
|
277920
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277921
|
+
"name": "ActionProps"
|
|
277922
|
+
},
|
|
277923
|
+
"declarations": [
|
|
277924
|
+
{
|
|
277925
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277926
|
+
"name": "ActionProps"
|
|
277927
|
+
}
|
|
277928
|
+
],
|
|
277929
|
+
"required": false,
|
|
277930
|
+
"type": {
|
|
277931
|
+
"name": "boolean"
|
|
277932
|
+
}
|
|
277933
|
+
}
|
|
277934
|
+
}
|
|
277768
277935
|
},
|
|
277769
277936
|
{
|
|
277770
277937
|
"tags": {},
|
|
@@ -277932,173 +278099,6 @@
|
|
|
277932
278099
|
}
|
|
277933
278100
|
}
|
|
277934
278101
|
},
|
|
277935
|
-
{
|
|
277936
|
-
"tags": {},
|
|
277937
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
277938
|
-
"description": "",
|
|
277939
|
-
"displayName": "FormSubmitAction",
|
|
277940
|
-
"methods": [],
|
|
277941
|
-
"props": {
|
|
277942
|
-
"showFeedback": {
|
|
277943
|
-
"defaultValue": null,
|
|
277944
|
-
"description": "",
|
|
277945
|
-
"name": "showFeedback",
|
|
277946
|
-
"parent": {
|
|
277947
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277948
|
-
"name": "ActionProps"
|
|
277949
|
-
},
|
|
277950
|
-
"declarations": [
|
|
277951
|
-
{
|
|
277952
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277953
|
-
"name": "ActionProps"
|
|
277954
|
-
}
|
|
277955
|
-
],
|
|
277956
|
-
"required": false,
|
|
277957
|
-
"type": {
|
|
277958
|
-
"name": "boolean"
|
|
277959
|
-
}
|
|
277960
|
-
},
|
|
277961
|
-
"children": {
|
|
277962
|
-
"defaultValue": null,
|
|
277963
|
-
"description": "",
|
|
277964
|
-
"name": "children",
|
|
277965
|
-
"declarations": [
|
|
277966
|
-
{
|
|
277967
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277968
|
-
"name": "TypeLiteral"
|
|
277969
|
-
}
|
|
277970
|
-
],
|
|
277971
|
-
"required": false,
|
|
277972
|
-
"type": {
|
|
277973
|
-
"name": "ReactNode"
|
|
277974
|
-
}
|
|
277975
|
-
}
|
|
277976
|
-
}
|
|
277977
|
-
},
|
|
277978
|
-
{
|
|
277979
|
-
"tags": {},
|
|
277980
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
277981
|
-
"description": "",
|
|
277982
|
-
"displayName": "FormResetAction",
|
|
277983
|
-
"methods": [],
|
|
277984
|
-
"props": {
|
|
277985
|
-
"showFeedback": {
|
|
277986
|
-
"defaultValue": null,
|
|
277987
|
-
"description": "",
|
|
277988
|
-
"name": "showFeedback",
|
|
277989
|
-
"parent": {
|
|
277990
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277991
|
-
"name": "ActionProps"
|
|
277992
|
-
},
|
|
277993
|
-
"declarations": [
|
|
277994
|
-
{
|
|
277995
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277996
|
-
"name": "ActionProps"
|
|
277997
|
-
}
|
|
277998
|
-
],
|
|
277999
|
-
"required": false,
|
|
278000
|
-
"type": {
|
|
278001
|
-
"name": "boolean"
|
|
278002
|
-
}
|
|
278003
|
-
},
|
|
278004
|
-
"children": {
|
|
278005
|
-
"defaultValue": null,
|
|
278006
|
-
"description": "",
|
|
278007
|
-
"name": "children",
|
|
278008
|
-
"declarations": [
|
|
278009
|
-
{
|
|
278010
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278011
|
-
"name": "TypeLiteral"
|
|
278012
|
-
}
|
|
278013
|
-
],
|
|
278014
|
-
"required": false,
|
|
278015
|
-
"type": {
|
|
278016
|
-
"name": "ReactNode"
|
|
278017
|
-
}
|
|
278018
|
-
}
|
|
278019
|
-
}
|
|
278020
|
-
},
|
|
278021
|
-
{
|
|
278022
|
-
"tags": {},
|
|
278023
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278024
|
-
"description": "",
|
|
278025
|
-
"displayName": "FormAction",
|
|
278026
|
-
"methods": [],
|
|
278027
|
-
"props": {
|
|
278028
|
-
"reset": {
|
|
278029
|
-
"defaultValue": null,
|
|
278030
|
-
"description": "",
|
|
278031
|
-
"name": "reset",
|
|
278032
|
-
"parent": {
|
|
278033
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278034
|
-
"name": "FormActionProps"
|
|
278035
|
-
},
|
|
278036
|
-
"declarations": [
|
|
278037
|
-
{
|
|
278038
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278039
|
-
"name": "FormActionProps"
|
|
278040
|
-
}
|
|
278041
|
-
],
|
|
278042
|
-
"required": false,
|
|
278043
|
-
"type": {
|
|
278044
|
-
"name": "boolean"
|
|
278045
|
-
}
|
|
278046
|
-
},
|
|
278047
|
-
"submit": {
|
|
278048
|
-
"defaultValue": null,
|
|
278049
|
-
"description": "",
|
|
278050
|
-
"name": "submit",
|
|
278051
|
-
"parent": {
|
|
278052
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278053
|
-
"name": "FormActionProps"
|
|
278054
|
-
},
|
|
278055
|
-
"declarations": [
|
|
278056
|
-
{
|
|
278057
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278058
|
-
"name": "FormActionProps"
|
|
278059
|
-
}
|
|
278060
|
-
],
|
|
278061
|
-
"required": false,
|
|
278062
|
-
"type": {
|
|
278063
|
-
"name": "boolean"
|
|
278064
|
-
}
|
|
278065
|
-
},
|
|
278066
|
-
"children": {
|
|
278067
|
-
"defaultValue": null,
|
|
278068
|
-
"description": "",
|
|
278069
|
-
"name": "children",
|
|
278070
|
-
"declarations": [
|
|
278071
|
-
{
|
|
278072
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278073
|
-
"name": "TypeLiteral"
|
|
278074
|
-
}
|
|
278075
|
-
],
|
|
278076
|
-
"required": false,
|
|
278077
|
-
"type": {
|
|
278078
|
-
"name": "ReactNode"
|
|
278079
|
-
}
|
|
278080
|
-
},
|
|
278081
|
-
"showFeedback": {
|
|
278082
|
-
"defaultValue": null,
|
|
278083
|
-
"description": "",
|
|
278084
|
-
"name": "showFeedback",
|
|
278085
|
-
"parent": {
|
|
278086
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
278087
|
-
"name": "ActionProps"
|
|
278088
|
-
},
|
|
278089
|
-
"declarations": [
|
|
278090
|
-
{
|
|
278091
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
278092
|
-
"name": "ActionProps"
|
|
278093
|
-
}
|
|
278094
|
-
],
|
|
278095
|
-
"required": false,
|
|
278096
|
-
"type": {
|
|
278097
|
-
"name": "boolean"
|
|
278098
|
-
}
|
|
278099
|
-
}
|
|
278100
|
-
}
|
|
278101
|
-
},
|
|
278102
278102
|
{
|
|
278103
278103
|
"tags": {},
|
|
278104
278104
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
@@ -290171,72 +290171,6 @@
|
|
|
290171
290171
|
}
|
|
290172
290172
|
}
|
|
290173
290173
|
},
|
|
290174
|
-
{
|
|
290175
|
-
"tags": {},
|
|
290176
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290177
|
-
"description": "",
|
|
290178
|
-
"displayName": "TabList",
|
|
290179
|
-
"methods": [],
|
|
290180
|
-
"props": {
|
|
290181
|
-
"selection": {
|
|
290182
|
-
"defaultValue": null,
|
|
290183
|
-
"description": "",
|
|
290184
|
-
"name": "selection",
|
|
290185
|
-
"parent": {
|
|
290186
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290187
|
-
"name": "Props"
|
|
290188
|
-
},
|
|
290189
|
-
"declarations": [
|
|
290190
|
-
{
|
|
290191
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290192
|
-
"name": "Props"
|
|
290193
|
-
}
|
|
290194
|
-
],
|
|
290195
|
-
"required": true,
|
|
290196
|
-
"type": {
|
|
290197
|
-
"name": "Key | undefined"
|
|
290198
|
-
}
|
|
290199
|
-
},
|
|
290200
|
-
"onContextMenuSelectionChange": {
|
|
290201
|
-
"defaultValue": null,
|
|
290202
|
-
"description": "",
|
|
290203
|
-
"name": "onContextMenuSelectionChange",
|
|
290204
|
-
"parent": {
|
|
290205
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290206
|
-
"name": "Props"
|
|
290207
|
-
},
|
|
290208
|
-
"declarations": [
|
|
290209
|
-
{
|
|
290210
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290211
|
-
"name": "Props"
|
|
290212
|
-
}
|
|
290213
|
-
],
|
|
290214
|
-
"required": true,
|
|
290215
|
-
"type": {
|
|
290216
|
-
"name": "(key: Key) => void"
|
|
290217
|
-
}
|
|
290218
|
-
},
|
|
290219
|
-
"disabledKeys": {
|
|
290220
|
-
"defaultValue": null,
|
|
290221
|
-
"description": "",
|
|
290222
|
-
"name": "disabledKeys",
|
|
290223
|
-
"parent": {
|
|
290224
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290225
|
-
"name": "Props"
|
|
290226
|
-
},
|
|
290227
|
-
"declarations": [
|
|
290228
|
-
{
|
|
290229
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
290230
|
-
"name": "Props"
|
|
290231
|
-
}
|
|
290232
|
-
],
|
|
290233
|
-
"required": false,
|
|
290234
|
-
"type": {
|
|
290235
|
-
"name": "Iterable<Key>"
|
|
290236
|
-
}
|
|
290237
|
-
}
|
|
290238
|
-
}
|
|
290239
|
-
},
|
|
290240
290174
|
{
|
|
290241
290175
|
"tags": {
|
|
290242
290176
|
"flr-generate": "all"
|
|
@@ -291994,6 +291928,72 @@
|
|
|
291994
291928
|
}
|
|
291995
291929
|
}
|
|
291996
291930
|
},
|
|
291931
|
+
{
|
|
291932
|
+
"tags": {},
|
|
291933
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291934
|
+
"description": "",
|
|
291935
|
+
"displayName": "TabList",
|
|
291936
|
+
"methods": [],
|
|
291937
|
+
"props": {
|
|
291938
|
+
"selection": {
|
|
291939
|
+
"defaultValue": null,
|
|
291940
|
+
"description": "",
|
|
291941
|
+
"name": "selection",
|
|
291942
|
+
"parent": {
|
|
291943
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291944
|
+
"name": "Props"
|
|
291945
|
+
},
|
|
291946
|
+
"declarations": [
|
|
291947
|
+
{
|
|
291948
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291949
|
+
"name": "Props"
|
|
291950
|
+
}
|
|
291951
|
+
],
|
|
291952
|
+
"required": true,
|
|
291953
|
+
"type": {
|
|
291954
|
+
"name": "Key | undefined"
|
|
291955
|
+
}
|
|
291956
|
+
},
|
|
291957
|
+
"onContextMenuSelectionChange": {
|
|
291958
|
+
"defaultValue": null,
|
|
291959
|
+
"description": "",
|
|
291960
|
+
"name": "onContextMenuSelectionChange",
|
|
291961
|
+
"parent": {
|
|
291962
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291963
|
+
"name": "Props"
|
|
291964
|
+
},
|
|
291965
|
+
"declarations": [
|
|
291966
|
+
{
|
|
291967
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291968
|
+
"name": "Props"
|
|
291969
|
+
}
|
|
291970
|
+
],
|
|
291971
|
+
"required": true,
|
|
291972
|
+
"type": {
|
|
291973
|
+
"name": "(key: Key) => void"
|
|
291974
|
+
}
|
|
291975
|
+
},
|
|
291976
|
+
"disabledKeys": {
|
|
291977
|
+
"defaultValue": null,
|
|
291978
|
+
"description": "",
|
|
291979
|
+
"name": "disabledKeys",
|
|
291980
|
+
"parent": {
|
|
291981
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291982
|
+
"name": "Props"
|
|
291983
|
+
},
|
|
291984
|
+
"declarations": [
|
|
291985
|
+
{
|
|
291986
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291987
|
+
"name": "Props"
|
|
291988
|
+
}
|
|
291989
|
+
],
|
|
291990
|
+
"required": false,
|
|
291991
|
+
"type": {
|
|
291992
|
+
"name": "Iterable<Key>"
|
|
291993
|
+
}
|
|
291994
|
+
}
|
|
291995
|
+
}
|
|
291996
|
+
},
|
|
291997
291997
|
{
|
|
291998
291998
|
"tags": {
|
|
291999
291999
|
"flr-generate": "all"
|
|
@@ -295380,9 +295380,9 @@
|
|
|
295380
295380
|
"tags": {
|
|
295381
295381
|
"flr-generate": "all"
|
|
295382
295382
|
},
|
|
295383
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
295383
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
295384
295384
|
"description": "",
|
|
295385
|
-
"displayName": "
|
|
295385
|
+
"displayName": "TableFooterRow",
|
|
295386
295386
|
"methods": [],
|
|
295387
295387
|
"props": {
|
|
295388
295388
|
"className": {
|
|
@@ -295444,6 +295444,25 @@
|
|
|
295444
295444
|
"name": "ReactNode"
|
|
295445
295445
|
}
|
|
295446
295446
|
},
|
|
295447
|
+
"value": {
|
|
295448
|
+
"defaultValue": null,
|
|
295449
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
295450
|
+
"name": "value",
|
|
295451
|
+
"parent": {
|
|
295452
|
+
"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",
|
|
295453
|
+
"name": "MenuItemProps"
|
|
295454
|
+
},
|
|
295455
|
+
"declarations": [
|
|
295456
|
+
{
|
|
295457
|
+
"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",
|
|
295458
|
+
"name": "MenuItemProps"
|
|
295459
|
+
}
|
|
295460
|
+
],
|
|
295461
|
+
"required": false,
|
|
295462
|
+
"type": {
|
|
295463
|
+
"name": "object"
|
|
295464
|
+
}
|
|
295465
|
+
},
|
|
295447
295466
|
"dependencies": {
|
|
295448
295467
|
"defaultValue": null,
|
|
295449
295468
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -295463,6 +295482,82 @@
|
|
|
295463
295482
|
"name": "readonly any[]"
|
|
295464
295483
|
}
|
|
295465
295484
|
},
|
|
295485
|
+
"textValue": {
|
|
295486
|
+
"defaultValue": null,
|
|
295487
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
295488
|
+
"name": "textValue",
|
|
295489
|
+
"parent": {
|
|
295490
|
+
"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",
|
|
295491
|
+
"name": "ListBoxItemProps"
|
|
295492
|
+
},
|
|
295493
|
+
"declarations": [
|
|
295494
|
+
{
|
|
295495
|
+
"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",
|
|
295496
|
+
"name": "ListBoxItemProps"
|
|
295497
|
+
}
|
|
295498
|
+
],
|
|
295499
|
+
"required": false,
|
|
295500
|
+
"type": {
|
|
295501
|
+
"name": "string"
|
|
295502
|
+
}
|
|
295503
|
+
},
|
|
295504
|
+
"isDisabled": {
|
|
295505
|
+
"defaultValue": null,
|
|
295506
|
+
"description": "Whether the item is disabled.",
|
|
295507
|
+
"name": "isDisabled",
|
|
295508
|
+
"parent": {
|
|
295509
|
+
"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",
|
|
295510
|
+
"name": "ListBoxItemProps"
|
|
295511
|
+
},
|
|
295512
|
+
"declarations": [
|
|
295513
|
+
{
|
|
295514
|
+
"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",
|
|
295515
|
+
"name": "ListBoxItemProps"
|
|
295516
|
+
}
|
|
295517
|
+
],
|
|
295518
|
+
"required": false,
|
|
295519
|
+
"type": {
|
|
295520
|
+
"name": "boolean"
|
|
295521
|
+
}
|
|
295522
|
+
},
|
|
295523
|
+
"onAction": {
|
|
295524
|
+
"defaultValue": null,
|
|
295525
|
+
"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.",
|
|
295526
|
+
"name": "onAction",
|
|
295527
|
+
"parent": {
|
|
295528
|
+
"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",
|
|
295529
|
+
"name": "ListBoxItemProps"
|
|
295530
|
+
},
|
|
295531
|
+
"declarations": [
|
|
295532
|
+
{
|
|
295533
|
+
"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",
|
|
295534
|
+
"name": "ListBoxItemProps"
|
|
295535
|
+
}
|
|
295536
|
+
],
|
|
295537
|
+
"required": false,
|
|
295538
|
+
"type": {
|
|
295539
|
+
"name": "(() => void)"
|
|
295540
|
+
}
|
|
295541
|
+
},
|
|
295542
|
+
"id": {
|
|
295543
|
+
"defaultValue": null,
|
|
295544
|
+
"description": "The unique id of the item.",
|
|
295545
|
+
"name": "id",
|
|
295546
|
+
"parent": {
|
|
295547
|
+
"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",
|
|
295548
|
+
"name": "MenuItemProps"
|
|
295549
|
+
},
|
|
295550
|
+
"declarations": [
|
|
295551
|
+
{
|
|
295552
|
+
"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",
|
|
295553
|
+
"name": "MenuItemProps"
|
|
295554
|
+
}
|
|
295555
|
+
],
|
|
295556
|
+
"required": false,
|
|
295557
|
+
"type": {
|
|
295558
|
+
"name": "Key"
|
|
295559
|
+
}
|
|
295560
|
+
},
|
|
295466
295561
|
"style": {
|
|
295467
295562
|
"defaultValue": null,
|
|
295468
295563
|
"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.",
|
|
@@ -295482,6 +295577,158 @@
|
|
|
295482
295577
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
295483
295578
|
}
|
|
295484
295579
|
},
|
|
295580
|
+
"href": {
|
|
295581
|
+
"defaultValue": null,
|
|
295582
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
295583
|
+
"name": "href",
|
|
295584
|
+
"parent": {
|
|
295585
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295586
|
+
"name": "LinkDOMProps"
|
|
295587
|
+
},
|
|
295588
|
+
"declarations": [
|
|
295589
|
+
{
|
|
295590
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295591
|
+
"name": "LinkDOMProps"
|
|
295592
|
+
}
|
|
295593
|
+
],
|
|
295594
|
+
"required": false,
|
|
295595
|
+
"type": {
|
|
295596
|
+
"name": "string"
|
|
295597
|
+
}
|
|
295598
|
+
},
|
|
295599
|
+
"hrefLang": {
|
|
295600
|
+
"defaultValue": null,
|
|
295601
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
295602
|
+
"name": "hrefLang",
|
|
295603
|
+
"parent": {
|
|
295604
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295605
|
+
"name": "LinkDOMProps"
|
|
295606
|
+
},
|
|
295607
|
+
"declarations": [
|
|
295608
|
+
{
|
|
295609
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295610
|
+
"name": "LinkDOMProps"
|
|
295611
|
+
}
|
|
295612
|
+
],
|
|
295613
|
+
"required": false,
|
|
295614
|
+
"type": {
|
|
295615
|
+
"name": "string"
|
|
295616
|
+
}
|
|
295617
|
+
},
|
|
295618
|
+
"target": {
|
|
295619
|
+
"defaultValue": null,
|
|
295620
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
295621
|
+
"name": "target",
|
|
295622
|
+
"parent": {
|
|
295623
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295624
|
+
"name": "LinkDOMProps"
|
|
295625
|
+
},
|
|
295626
|
+
"declarations": [
|
|
295627
|
+
{
|
|
295628
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295629
|
+
"name": "LinkDOMProps"
|
|
295630
|
+
}
|
|
295631
|
+
],
|
|
295632
|
+
"required": false,
|
|
295633
|
+
"type": {
|
|
295634
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
295635
|
+
}
|
|
295636
|
+
},
|
|
295637
|
+
"rel": {
|
|
295638
|
+
"defaultValue": null,
|
|
295639
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
295640
|
+
"name": "rel",
|
|
295641
|
+
"parent": {
|
|
295642
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295643
|
+
"name": "LinkDOMProps"
|
|
295644
|
+
},
|
|
295645
|
+
"declarations": [
|
|
295646
|
+
{
|
|
295647
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295648
|
+
"name": "LinkDOMProps"
|
|
295649
|
+
}
|
|
295650
|
+
],
|
|
295651
|
+
"required": false,
|
|
295652
|
+
"type": {
|
|
295653
|
+
"name": "string"
|
|
295654
|
+
}
|
|
295655
|
+
},
|
|
295656
|
+
"download": {
|
|
295657
|
+
"defaultValue": null,
|
|
295658
|
+
"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).",
|
|
295659
|
+
"name": "download",
|
|
295660
|
+
"parent": {
|
|
295661
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295662
|
+
"name": "LinkDOMProps"
|
|
295663
|
+
},
|
|
295664
|
+
"declarations": [
|
|
295665
|
+
{
|
|
295666
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295667
|
+
"name": "LinkDOMProps"
|
|
295668
|
+
}
|
|
295669
|
+
],
|
|
295670
|
+
"required": false,
|
|
295671
|
+
"type": {
|
|
295672
|
+
"name": "string | boolean"
|
|
295673
|
+
}
|
|
295674
|
+
},
|
|
295675
|
+
"ping": {
|
|
295676
|
+
"defaultValue": null,
|
|
295677
|
+
"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).",
|
|
295678
|
+
"name": "ping",
|
|
295679
|
+
"parent": {
|
|
295680
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295681
|
+
"name": "LinkDOMProps"
|
|
295682
|
+
},
|
|
295683
|
+
"declarations": [
|
|
295684
|
+
{
|
|
295685
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295686
|
+
"name": "LinkDOMProps"
|
|
295687
|
+
}
|
|
295688
|
+
],
|
|
295689
|
+
"required": false,
|
|
295690
|
+
"type": {
|
|
295691
|
+
"name": "string"
|
|
295692
|
+
}
|
|
295693
|
+
},
|
|
295694
|
+
"referrerPolicy": {
|
|
295695
|
+
"defaultValue": null,
|
|
295696
|
+
"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).",
|
|
295697
|
+
"name": "referrerPolicy",
|
|
295698
|
+
"parent": {
|
|
295699
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295700
|
+
"name": "LinkDOMProps"
|
|
295701
|
+
},
|
|
295702
|
+
"declarations": [
|
|
295703
|
+
{
|
|
295704
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295705
|
+
"name": "LinkDOMProps"
|
|
295706
|
+
}
|
|
295707
|
+
],
|
|
295708
|
+
"required": false,
|
|
295709
|
+
"type": {
|
|
295710
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
295711
|
+
}
|
|
295712
|
+
},
|
|
295713
|
+
"routerOptions": {
|
|
295714
|
+
"defaultValue": null,
|
|
295715
|
+
"description": "Options for the configured client side router.",
|
|
295716
|
+
"name": "routerOptions",
|
|
295717
|
+
"parent": {
|
|
295718
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295719
|
+
"name": "LinkDOMProps"
|
|
295720
|
+
},
|
|
295721
|
+
"declarations": [
|
|
295722
|
+
{
|
|
295723
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295724
|
+
"name": "LinkDOMProps"
|
|
295725
|
+
}
|
|
295726
|
+
],
|
|
295727
|
+
"required": false,
|
|
295728
|
+
"type": {
|
|
295729
|
+
"name": "undefined"
|
|
295730
|
+
}
|
|
295731
|
+
},
|
|
295485
295732
|
"onHoverStart": {
|
|
295486
295733
|
"defaultValue": null,
|
|
295487
295734
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -295539,29 +295786,124 @@
|
|
|
295539
295786
|
"name": "((isHovering: boolean) => void)"
|
|
295540
295787
|
}
|
|
295541
295788
|
},
|
|
295542
|
-
"
|
|
295789
|
+
"onPress": {
|
|
295543
295790
|
"defaultValue": null,
|
|
295544
|
-
"description": "",
|
|
295545
|
-
"name": "
|
|
295791
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
295792
|
+
"name": "onPress",
|
|
295546
295793
|
"parent": {
|
|
295547
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
295548
|
-
"name": "
|
|
295794
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295795
|
+
"name": "PressEvents"
|
|
295549
295796
|
},
|
|
295550
295797
|
"declarations": [
|
|
295551
295798
|
{
|
|
295552
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
295553
|
-
"name": "
|
|
295799
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295800
|
+
"name": "PressEvents"
|
|
295554
295801
|
}
|
|
295555
295802
|
],
|
|
295556
295803
|
"required": false,
|
|
295557
295804
|
"type": {
|
|
295558
|
-
"name": "
|
|
295805
|
+
"name": "((e: PressEvent) => void)"
|
|
295559
295806
|
}
|
|
295560
295807
|
},
|
|
295561
|
-
"
|
|
295808
|
+
"onPressStart": {
|
|
295809
|
+
"defaultValue": null,
|
|
295810
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
295811
|
+
"name": "onPressStart",
|
|
295812
|
+
"parent": {
|
|
295813
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295814
|
+
"name": "PressEvents"
|
|
295815
|
+
},
|
|
295816
|
+
"declarations": [
|
|
295817
|
+
{
|
|
295818
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295819
|
+
"name": "PressEvents"
|
|
295820
|
+
}
|
|
295821
|
+
],
|
|
295822
|
+
"required": false,
|
|
295823
|
+
"type": {
|
|
295824
|
+
"name": "((e: PressEvent) => void)"
|
|
295825
|
+
}
|
|
295826
|
+
},
|
|
295827
|
+
"onPressEnd": {
|
|
295828
|
+
"defaultValue": null,
|
|
295829
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
295830
|
+
"name": "onPressEnd",
|
|
295831
|
+
"parent": {
|
|
295832
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295833
|
+
"name": "PressEvents"
|
|
295834
|
+
},
|
|
295835
|
+
"declarations": [
|
|
295836
|
+
{
|
|
295837
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295838
|
+
"name": "PressEvents"
|
|
295839
|
+
}
|
|
295840
|
+
],
|
|
295841
|
+
"required": false,
|
|
295842
|
+
"type": {
|
|
295843
|
+
"name": "((e: PressEvent) => void)"
|
|
295844
|
+
}
|
|
295845
|
+
},
|
|
295846
|
+
"onPressChange": {
|
|
295847
|
+
"defaultValue": null,
|
|
295848
|
+
"description": "Handler that is called when the press state changes.",
|
|
295849
|
+
"name": "onPressChange",
|
|
295850
|
+
"parent": {
|
|
295851
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295852
|
+
"name": "PressEvents"
|
|
295853
|
+
},
|
|
295854
|
+
"declarations": [
|
|
295855
|
+
{
|
|
295856
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295857
|
+
"name": "PressEvents"
|
|
295858
|
+
}
|
|
295859
|
+
],
|
|
295860
|
+
"required": false,
|
|
295861
|
+
"type": {
|
|
295862
|
+
"name": "((isPressed: boolean) => void)"
|
|
295863
|
+
}
|
|
295864
|
+
},
|
|
295865
|
+
"onPressUp": {
|
|
295866
|
+
"defaultValue": null,
|
|
295867
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
295868
|
+
"name": "onPressUp",
|
|
295869
|
+
"parent": {
|
|
295870
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295871
|
+
"name": "PressEvents"
|
|
295872
|
+
},
|
|
295873
|
+
"declarations": [
|
|
295874
|
+
{
|
|
295875
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295876
|
+
"name": "PressEvents"
|
|
295877
|
+
}
|
|
295878
|
+
],
|
|
295879
|
+
"required": false,
|
|
295880
|
+
"type": {
|
|
295881
|
+
"name": "((e: PressEvent) => void)"
|
|
295882
|
+
}
|
|
295883
|
+
},
|
|
295884
|
+
"onClick": {
|
|
295885
|
+
"defaultValue": null,
|
|
295886
|
+
"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.",
|
|
295887
|
+
"name": "onClick",
|
|
295888
|
+
"parent": {
|
|
295889
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295890
|
+
"name": "PressEvents"
|
|
295891
|
+
},
|
|
295892
|
+
"declarations": [
|
|
295893
|
+
{
|
|
295894
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295895
|
+
"name": "PressEvents"
|
|
295896
|
+
}
|
|
295897
|
+
],
|
|
295898
|
+
"required": false,
|
|
295899
|
+
"type": {
|
|
295900
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
295901
|
+
}
|
|
295902
|
+
},
|
|
295903
|
+
"translate": {
|
|
295562
295904
|
"defaultValue": null,
|
|
295563
295905
|
"description": "",
|
|
295564
|
-
"name": "
|
|
295906
|
+
"name": "translate",
|
|
295565
295907
|
"parent": {
|
|
295566
295908
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295567
295909
|
"name": "GlobalDOMAttributes"
|
|
@@ -295574,13 +295916,13 @@
|
|
|
295574
295916
|
],
|
|
295575
295917
|
"required": false,
|
|
295576
295918
|
"type": {
|
|
295577
|
-
"name": "
|
|
295919
|
+
"name": "\"yes\" | \"no\""
|
|
295578
295920
|
}
|
|
295579
295921
|
},
|
|
295580
|
-
"
|
|
295922
|
+
"dir": {
|
|
295581
295923
|
"defaultValue": null,
|
|
295582
295924
|
"description": "",
|
|
295583
|
-
"name": "
|
|
295925
|
+
"name": "dir",
|
|
295584
295926
|
"parent": {
|
|
295585
295927
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295586
295928
|
"name": "GlobalDOMAttributes"
|
|
@@ -295593,13 +295935,13 @@
|
|
|
295593
295935
|
],
|
|
295594
295936
|
"required": false,
|
|
295595
295937
|
"type": {
|
|
295596
|
-
"name": "
|
|
295938
|
+
"name": "string"
|
|
295597
295939
|
}
|
|
295598
295940
|
},
|
|
295599
|
-
"
|
|
295941
|
+
"lang": {
|
|
295600
295942
|
"defaultValue": null,
|
|
295601
295943
|
"description": "",
|
|
295602
|
-
"name": "
|
|
295944
|
+
"name": "lang",
|
|
295603
295945
|
"parent": {
|
|
295604
295946
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295605
295947
|
"name": "GlobalDOMAttributes"
|
|
@@ -295612,13 +295954,13 @@
|
|
|
295612
295954
|
],
|
|
295613
295955
|
"required": false,
|
|
295614
295956
|
"type": {
|
|
295615
|
-
"name": "
|
|
295957
|
+
"name": "string"
|
|
295616
295958
|
}
|
|
295617
295959
|
},
|
|
295618
|
-
"
|
|
295960
|
+
"hidden": {
|
|
295619
295961
|
"defaultValue": null,
|
|
295620
295962
|
"description": "",
|
|
295621
|
-
"name": "
|
|
295963
|
+
"name": "hidden",
|
|
295622
295964
|
"parent": {
|
|
295623
295965
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295624
295966
|
"name": "GlobalDOMAttributes"
|
|
@@ -295631,26 +295973,26 @@
|
|
|
295631
295973
|
],
|
|
295632
295974
|
"required": false,
|
|
295633
295975
|
"type": {
|
|
295634
|
-
"name": "
|
|
295976
|
+
"name": "boolean"
|
|
295635
295977
|
}
|
|
295636
295978
|
},
|
|
295637
|
-
"
|
|
295979
|
+
"inert": {
|
|
295638
295980
|
"defaultValue": null,
|
|
295639
295981
|
"description": "",
|
|
295640
|
-
"name": "
|
|
295982
|
+
"name": "inert",
|
|
295641
295983
|
"parent": {
|
|
295642
295984
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295643
|
-
"name": "
|
|
295985
|
+
"name": "GlobalDOMAttributes"
|
|
295644
295986
|
},
|
|
295645
295987
|
"declarations": [
|
|
295646
295988
|
{
|
|
295647
295989
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295648
|
-
"name": "
|
|
295990
|
+
"name": "GlobalDOMAttributes"
|
|
295649
295991
|
}
|
|
295650
295992
|
],
|
|
295651
295993
|
"required": false,
|
|
295652
295994
|
"type": {
|
|
295653
|
-
"name": "
|
|
295995
|
+
"name": "boolean"
|
|
295654
295996
|
}
|
|
295655
295997
|
},
|
|
295656
295998
|
"onClickCapture": {
|
|
@@ -296849,6 +297191,21 @@
|
|
|
296849
297191
|
"type": {
|
|
296850
297192
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
296851
297193
|
}
|
|
297194
|
+
},
|
|
297195
|
+
"footer": {
|
|
297196
|
+
"defaultValue": null,
|
|
297197
|
+
"description": "@internal",
|
|
297198
|
+
"name": "footer",
|
|
297199
|
+
"declarations": [
|
|
297200
|
+
{
|
|
297201
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
297202
|
+
"name": "TypeLiteral"
|
|
297203
|
+
}
|
|
297204
|
+
],
|
|
297205
|
+
"required": false,
|
|
297206
|
+
"type": {
|
|
297207
|
+
"name": "boolean"
|
|
297208
|
+
}
|
|
296852
297209
|
}
|
|
296853
297210
|
}
|
|
296854
297211
|
},
|
|
@@ -296856,9 +297213,9 @@
|
|
|
296856
297213
|
"tags": {
|
|
296857
297214
|
"flr-generate": "all"
|
|
296858
297215
|
},
|
|
296859
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
297216
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
296860
297217
|
"description": "",
|
|
296861
|
-
"displayName": "
|
|
297218
|
+
"displayName": "TableHeader",
|
|
296862
297219
|
"methods": [],
|
|
296863
297220
|
"props": {
|
|
296864
297221
|
"className": {
|
|
@@ -296920,25 +297277,6 @@
|
|
|
296920
297277
|
"name": "ReactNode"
|
|
296921
297278
|
}
|
|
296922
297279
|
},
|
|
296923
|
-
"value": {
|
|
296924
|
-
"defaultValue": null,
|
|
296925
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
296926
|
-
"name": "value",
|
|
296927
|
-
"parent": {
|
|
296928
|
-
"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",
|
|
296929
|
-
"name": "MenuItemProps"
|
|
296930
|
-
},
|
|
296931
|
-
"declarations": [
|
|
296932
|
-
{
|
|
296933
|
-
"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",
|
|
296934
|
-
"name": "MenuItemProps"
|
|
296935
|
-
}
|
|
296936
|
-
],
|
|
296937
|
-
"required": false,
|
|
296938
|
-
"type": {
|
|
296939
|
-
"name": "object"
|
|
296940
|
-
}
|
|
296941
|
-
},
|
|
296942
297280
|
"dependencies": {
|
|
296943
297281
|
"defaultValue": null,
|
|
296944
297282
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -296958,82 +297296,6 @@
|
|
|
296958
297296
|
"name": "readonly any[]"
|
|
296959
297297
|
}
|
|
296960
297298
|
},
|
|
296961
|
-
"textValue": {
|
|
296962
|
-
"defaultValue": null,
|
|
296963
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
296964
|
-
"name": "textValue",
|
|
296965
|
-
"parent": {
|
|
296966
|
-
"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",
|
|
296967
|
-
"name": "ListBoxItemProps"
|
|
296968
|
-
},
|
|
296969
|
-
"declarations": [
|
|
296970
|
-
{
|
|
296971
|
-
"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",
|
|
296972
|
-
"name": "ListBoxItemProps"
|
|
296973
|
-
}
|
|
296974
|
-
],
|
|
296975
|
-
"required": false,
|
|
296976
|
-
"type": {
|
|
296977
|
-
"name": "string"
|
|
296978
|
-
}
|
|
296979
|
-
},
|
|
296980
|
-
"isDisabled": {
|
|
296981
|
-
"defaultValue": null,
|
|
296982
|
-
"description": "Whether the item is disabled.",
|
|
296983
|
-
"name": "isDisabled",
|
|
296984
|
-
"parent": {
|
|
296985
|
-
"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",
|
|
296986
|
-
"name": "ListBoxItemProps"
|
|
296987
|
-
},
|
|
296988
|
-
"declarations": [
|
|
296989
|
-
{
|
|
296990
|
-
"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",
|
|
296991
|
-
"name": "ListBoxItemProps"
|
|
296992
|
-
}
|
|
296993
|
-
],
|
|
296994
|
-
"required": false,
|
|
296995
|
-
"type": {
|
|
296996
|
-
"name": "boolean"
|
|
296997
|
-
}
|
|
296998
|
-
},
|
|
296999
|
-
"onAction": {
|
|
297000
|
-
"defaultValue": null,
|
|
297001
|
-
"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.",
|
|
297002
|
-
"name": "onAction",
|
|
297003
|
-
"parent": {
|
|
297004
|
-
"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",
|
|
297005
|
-
"name": "ListBoxItemProps"
|
|
297006
|
-
},
|
|
297007
|
-
"declarations": [
|
|
297008
|
-
{
|
|
297009
|
-
"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",
|
|
297010
|
-
"name": "ListBoxItemProps"
|
|
297011
|
-
}
|
|
297012
|
-
],
|
|
297013
|
-
"required": false,
|
|
297014
|
-
"type": {
|
|
297015
|
-
"name": "(() => void)"
|
|
297016
|
-
}
|
|
297017
|
-
},
|
|
297018
|
-
"id": {
|
|
297019
|
-
"defaultValue": null,
|
|
297020
|
-
"description": "The unique id of the item.",
|
|
297021
|
-
"name": "id",
|
|
297022
|
-
"parent": {
|
|
297023
|
-
"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",
|
|
297024
|
-
"name": "MenuItemProps"
|
|
297025
|
-
},
|
|
297026
|
-
"declarations": [
|
|
297027
|
-
{
|
|
297028
|
-
"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",
|
|
297029
|
-
"name": "MenuItemProps"
|
|
297030
|
-
}
|
|
297031
|
-
],
|
|
297032
|
-
"required": false,
|
|
297033
|
-
"type": {
|
|
297034
|
-
"name": "Key"
|
|
297035
|
-
}
|
|
297036
|
-
},
|
|
297037
297299
|
"style": {
|
|
297038
297300
|
"defaultValue": null,
|
|
297039
297301
|
"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.",
|
|
@@ -297053,158 +297315,6 @@
|
|
|
297053
297315
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
297054
297316
|
}
|
|
297055
297317
|
},
|
|
297056
|
-
"href": {
|
|
297057
|
-
"defaultValue": null,
|
|
297058
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
297059
|
-
"name": "href",
|
|
297060
|
-
"parent": {
|
|
297061
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297062
|
-
"name": "LinkDOMProps"
|
|
297063
|
-
},
|
|
297064
|
-
"declarations": [
|
|
297065
|
-
{
|
|
297066
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297067
|
-
"name": "LinkDOMProps"
|
|
297068
|
-
}
|
|
297069
|
-
],
|
|
297070
|
-
"required": false,
|
|
297071
|
-
"type": {
|
|
297072
|
-
"name": "string"
|
|
297073
|
-
}
|
|
297074
|
-
},
|
|
297075
|
-
"hrefLang": {
|
|
297076
|
-
"defaultValue": null,
|
|
297077
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
297078
|
-
"name": "hrefLang",
|
|
297079
|
-
"parent": {
|
|
297080
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297081
|
-
"name": "LinkDOMProps"
|
|
297082
|
-
},
|
|
297083
|
-
"declarations": [
|
|
297084
|
-
{
|
|
297085
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297086
|
-
"name": "LinkDOMProps"
|
|
297087
|
-
}
|
|
297088
|
-
],
|
|
297089
|
-
"required": false,
|
|
297090
|
-
"type": {
|
|
297091
|
-
"name": "string"
|
|
297092
|
-
}
|
|
297093
|
-
},
|
|
297094
|
-
"target": {
|
|
297095
|
-
"defaultValue": null,
|
|
297096
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
297097
|
-
"name": "target",
|
|
297098
|
-
"parent": {
|
|
297099
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297100
|
-
"name": "LinkDOMProps"
|
|
297101
|
-
},
|
|
297102
|
-
"declarations": [
|
|
297103
|
-
{
|
|
297104
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297105
|
-
"name": "LinkDOMProps"
|
|
297106
|
-
}
|
|
297107
|
-
],
|
|
297108
|
-
"required": false,
|
|
297109
|
-
"type": {
|
|
297110
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
297111
|
-
}
|
|
297112
|
-
},
|
|
297113
|
-
"rel": {
|
|
297114
|
-
"defaultValue": null,
|
|
297115
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
297116
|
-
"name": "rel",
|
|
297117
|
-
"parent": {
|
|
297118
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297119
|
-
"name": "LinkDOMProps"
|
|
297120
|
-
},
|
|
297121
|
-
"declarations": [
|
|
297122
|
-
{
|
|
297123
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297124
|
-
"name": "LinkDOMProps"
|
|
297125
|
-
}
|
|
297126
|
-
],
|
|
297127
|
-
"required": false,
|
|
297128
|
-
"type": {
|
|
297129
|
-
"name": "string"
|
|
297130
|
-
}
|
|
297131
|
-
},
|
|
297132
|
-
"download": {
|
|
297133
|
-
"defaultValue": null,
|
|
297134
|
-
"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).",
|
|
297135
|
-
"name": "download",
|
|
297136
|
-
"parent": {
|
|
297137
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297138
|
-
"name": "LinkDOMProps"
|
|
297139
|
-
},
|
|
297140
|
-
"declarations": [
|
|
297141
|
-
{
|
|
297142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297143
|
-
"name": "LinkDOMProps"
|
|
297144
|
-
}
|
|
297145
|
-
],
|
|
297146
|
-
"required": false,
|
|
297147
|
-
"type": {
|
|
297148
|
-
"name": "string | boolean"
|
|
297149
|
-
}
|
|
297150
|
-
},
|
|
297151
|
-
"ping": {
|
|
297152
|
-
"defaultValue": null,
|
|
297153
|
-
"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).",
|
|
297154
|
-
"name": "ping",
|
|
297155
|
-
"parent": {
|
|
297156
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297157
|
-
"name": "LinkDOMProps"
|
|
297158
|
-
},
|
|
297159
|
-
"declarations": [
|
|
297160
|
-
{
|
|
297161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297162
|
-
"name": "LinkDOMProps"
|
|
297163
|
-
}
|
|
297164
|
-
],
|
|
297165
|
-
"required": false,
|
|
297166
|
-
"type": {
|
|
297167
|
-
"name": "string"
|
|
297168
|
-
}
|
|
297169
|
-
},
|
|
297170
|
-
"referrerPolicy": {
|
|
297171
|
-
"defaultValue": null,
|
|
297172
|
-
"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).",
|
|
297173
|
-
"name": "referrerPolicy",
|
|
297174
|
-
"parent": {
|
|
297175
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297176
|
-
"name": "LinkDOMProps"
|
|
297177
|
-
},
|
|
297178
|
-
"declarations": [
|
|
297179
|
-
{
|
|
297180
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297181
|
-
"name": "LinkDOMProps"
|
|
297182
|
-
}
|
|
297183
|
-
],
|
|
297184
|
-
"required": false,
|
|
297185
|
-
"type": {
|
|
297186
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
297187
|
-
}
|
|
297188
|
-
},
|
|
297189
|
-
"routerOptions": {
|
|
297190
|
-
"defaultValue": null,
|
|
297191
|
-
"description": "Options for the configured client side router.",
|
|
297192
|
-
"name": "routerOptions",
|
|
297193
|
-
"parent": {
|
|
297194
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297195
|
-
"name": "LinkDOMProps"
|
|
297196
|
-
},
|
|
297197
|
-
"declarations": [
|
|
297198
|
-
{
|
|
297199
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297200
|
-
"name": "LinkDOMProps"
|
|
297201
|
-
}
|
|
297202
|
-
],
|
|
297203
|
-
"required": false,
|
|
297204
|
-
"type": {
|
|
297205
|
-
"name": "undefined"
|
|
297206
|
-
}
|
|
297207
|
-
},
|
|
297208
297318
|
"onHoverStart": {
|
|
297209
297319
|
"defaultValue": null,
|
|
297210
297320
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -297262,124 +297372,29 @@
|
|
|
297262
297372
|
"name": "((isHovering: boolean) => void)"
|
|
297263
297373
|
}
|
|
297264
297374
|
},
|
|
297265
|
-
"
|
|
297266
|
-
"defaultValue": null,
|
|
297267
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
297268
|
-
"name": "onPress",
|
|
297269
|
-
"parent": {
|
|
297270
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297271
|
-
"name": "PressEvents"
|
|
297272
|
-
},
|
|
297273
|
-
"declarations": [
|
|
297274
|
-
{
|
|
297275
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297276
|
-
"name": "PressEvents"
|
|
297277
|
-
}
|
|
297278
|
-
],
|
|
297279
|
-
"required": false,
|
|
297280
|
-
"type": {
|
|
297281
|
-
"name": "((e: PressEvent) => void)"
|
|
297282
|
-
}
|
|
297283
|
-
},
|
|
297284
|
-
"onPressStart": {
|
|
297285
|
-
"defaultValue": null,
|
|
297286
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
297287
|
-
"name": "onPressStart",
|
|
297288
|
-
"parent": {
|
|
297289
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297290
|
-
"name": "PressEvents"
|
|
297291
|
-
},
|
|
297292
|
-
"declarations": [
|
|
297293
|
-
{
|
|
297294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297295
|
-
"name": "PressEvents"
|
|
297296
|
-
}
|
|
297297
|
-
],
|
|
297298
|
-
"required": false,
|
|
297299
|
-
"type": {
|
|
297300
|
-
"name": "((e: PressEvent) => void)"
|
|
297301
|
-
}
|
|
297302
|
-
},
|
|
297303
|
-
"onPressEnd": {
|
|
297304
|
-
"defaultValue": null,
|
|
297305
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
297306
|
-
"name": "onPressEnd",
|
|
297307
|
-
"parent": {
|
|
297308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297309
|
-
"name": "PressEvents"
|
|
297310
|
-
},
|
|
297311
|
-
"declarations": [
|
|
297312
|
-
{
|
|
297313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297314
|
-
"name": "PressEvents"
|
|
297315
|
-
}
|
|
297316
|
-
],
|
|
297317
|
-
"required": false,
|
|
297318
|
-
"type": {
|
|
297319
|
-
"name": "((e: PressEvent) => void)"
|
|
297320
|
-
}
|
|
297321
|
-
},
|
|
297322
|
-
"onPressChange": {
|
|
297323
|
-
"defaultValue": null,
|
|
297324
|
-
"description": "Handler that is called when the press state changes.",
|
|
297325
|
-
"name": "onPressChange",
|
|
297326
|
-
"parent": {
|
|
297327
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297328
|
-
"name": "PressEvents"
|
|
297329
|
-
},
|
|
297330
|
-
"declarations": [
|
|
297331
|
-
{
|
|
297332
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297333
|
-
"name": "PressEvents"
|
|
297334
|
-
}
|
|
297335
|
-
],
|
|
297336
|
-
"required": false,
|
|
297337
|
-
"type": {
|
|
297338
|
-
"name": "((isPressed: boolean) => void)"
|
|
297339
|
-
}
|
|
297340
|
-
},
|
|
297341
|
-
"onPressUp": {
|
|
297342
|
-
"defaultValue": null,
|
|
297343
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
297344
|
-
"name": "onPressUp",
|
|
297345
|
-
"parent": {
|
|
297346
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297347
|
-
"name": "PressEvents"
|
|
297348
|
-
},
|
|
297349
|
-
"declarations": [
|
|
297350
|
-
{
|
|
297351
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297352
|
-
"name": "PressEvents"
|
|
297353
|
-
}
|
|
297354
|
-
],
|
|
297355
|
-
"required": false,
|
|
297356
|
-
"type": {
|
|
297357
|
-
"name": "((e: PressEvent) => void)"
|
|
297358
|
-
}
|
|
297359
|
-
},
|
|
297360
|
-
"onClick": {
|
|
297375
|
+
"dir": {
|
|
297361
297376
|
"defaultValue": null,
|
|
297362
|
-
"description": "
|
|
297363
|
-
"name": "
|
|
297377
|
+
"description": "",
|
|
297378
|
+
"name": "dir",
|
|
297364
297379
|
"parent": {
|
|
297365
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
297366
|
-
"name": "
|
|
297380
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297381
|
+
"name": "GlobalDOMAttributes"
|
|
297367
297382
|
},
|
|
297368
297383
|
"declarations": [
|
|
297369
297384
|
{
|
|
297370
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
297371
|
-
"name": "
|
|
297385
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297386
|
+
"name": "GlobalDOMAttributes"
|
|
297372
297387
|
}
|
|
297373
297388
|
],
|
|
297374
297389
|
"required": false,
|
|
297375
297390
|
"type": {
|
|
297376
|
-
"name": "
|
|
297391
|
+
"name": "string"
|
|
297377
297392
|
}
|
|
297378
297393
|
},
|
|
297379
|
-
"
|
|
297394
|
+
"lang": {
|
|
297380
297395
|
"defaultValue": null,
|
|
297381
297396
|
"description": "",
|
|
297382
|
-
"name": "
|
|
297397
|
+
"name": "lang",
|
|
297383
297398
|
"parent": {
|
|
297384
297399
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297385
297400
|
"name": "GlobalDOMAttributes"
|
|
@@ -297392,13 +297407,13 @@
|
|
|
297392
297407
|
],
|
|
297393
297408
|
"required": false,
|
|
297394
297409
|
"type": {
|
|
297395
|
-
"name": "
|
|
297410
|
+
"name": "string"
|
|
297396
297411
|
}
|
|
297397
297412
|
},
|
|
297398
|
-
"
|
|
297413
|
+
"hidden": {
|
|
297399
297414
|
"defaultValue": null,
|
|
297400
297415
|
"description": "",
|
|
297401
|
-
"name": "
|
|
297416
|
+
"name": "hidden",
|
|
297402
297417
|
"parent": {
|
|
297403
297418
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297404
297419
|
"name": "GlobalDOMAttributes"
|
|
@@ -297411,13 +297426,13 @@
|
|
|
297411
297426
|
],
|
|
297412
297427
|
"required": false,
|
|
297413
297428
|
"type": {
|
|
297414
|
-
"name": "
|
|
297429
|
+
"name": "boolean"
|
|
297415
297430
|
}
|
|
297416
297431
|
},
|
|
297417
|
-
"
|
|
297432
|
+
"inert": {
|
|
297418
297433
|
"defaultValue": null,
|
|
297419
297434
|
"description": "",
|
|
297420
|
-
"name": "
|
|
297435
|
+
"name": "inert",
|
|
297421
297436
|
"parent": {
|
|
297422
297437
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297423
297438
|
"name": "GlobalDOMAttributes"
|
|
@@ -297430,13 +297445,13 @@
|
|
|
297430
297445
|
],
|
|
297431
297446
|
"required": false,
|
|
297432
297447
|
"type": {
|
|
297433
|
-
"name": "
|
|
297448
|
+
"name": "boolean"
|
|
297434
297449
|
}
|
|
297435
297450
|
},
|
|
297436
|
-
"
|
|
297451
|
+
"translate": {
|
|
297437
297452
|
"defaultValue": null,
|
|
297438
297453
|
"description": "",
|
|
297439
|
-
"name": "
|
|
297454
|
+
"name": "translate",
|
|
297440
297455
|
"parent": {
|
|
297441
297456
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297442
297457
|
"name": "GlobalDOMAttributes"
|
|
@@ -297449,26 +297464,26 @@
|
|
|
297449
297464
|
],
|
|
297450
297465
|
"required": false,
|
|
297451
297466
|
"type": {
|
|
297452
|
-
"name": "
|
|
297467
|
+
"name": "\"yes\" | \"no\""
|
|
297453
297468
|
}
|
|
297454
297469
|
},
|
|
297455
|
-
"
|
|
297470
|
+
"onClick": {
|
|
297456
297471
|
"defaultValue": null,
|
|
297457
297472
|
"description": "",
|
|
297458
|
-
"name": "
|
|
297473
|
+
"name": "onClick",
|
|
297459
297474
|
"parent": {
|
|
297460
297475
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297461
|
-
"name": "
|
|
297476
|
+
"name": "GlobalDOMEvents"
|
|
297462
297477
|
},
|
|
297463
297478
|
"declarations": [
|
|
297464
297479
|
{
|
|
297465
297480
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297466
|
-
"name": "
|
|
297481
|
+
"name": "GlobalDOMEvents"
|
|
297467
297482
|
}
|
|
297468
297483
|
],
|
|
297469
297484
|
"required": false,
|
|
297470
297485
|
"type": {
|
|
297471
|
-
"name": "
|
|
297486
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
297472
297487
|
}
|
|
297473
297488
|
},
|
|
297474
297489
|
"onClickCapture": {
|
|
@@ -298667,21 +298682,6 @@
|
|
|
298667
298682
|
"type": {
|
|
298668
298683
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
298669
298684
|
}
|
|
298670
|
-
},
|
|
298671
|
-
"footer": {
|
|
298672
|
-
"defaultValue": null,
|
|
298673
|
-
"description": "@internal",
|
|
298674
|
-
"name": "footer",
|
|
298675
|
-
"declarations": [
|
|
298676
|
-
{
|
|
298677
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
298678
|
-
"name": "TypeLiteral"
|
|
298679
|
-
}
|
|
298680
|
-
],
|
|
298681
|
-
"required": false,
|
|
298682
|
-
"type": {
|
|
298683
|
-
"name": "boolean"
|
|
298684
|
-
}
|
|
298685
298685
|
}
|
|
298686
298686
|
}
|
|
298687
298687
|
},
|
|
@@ -309345,6 +309345,55 @@
|
|
|
309345
309345
|
}
|
|
309346
309346
|
}
|
|
309347
309347
|
},
|
|
309348
|
+
{
|
|
309349
|
+
"tags": {
|
|
309350
|
+
"internal": ""
|
|
309351
|
+
},
|
|
309352
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309353
|
+
"description": "",
|
|
309354
|
+
"displayName": "ValidationResultEntry",
|
|
309355
|
+
"methods": [],
|
|
309356
|
+
"props": {
|
|
309357
|
+
"result": {
|
|
309358
|
+
"defaultValue": null,
|
|
309359
|
+
"description": "",
|
|
309360
|
+
"name": "result",
|
|
309361
|
+
"parent": {
|
|
309362
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309363
|
+
"name": "Props"
|
|
309364
|
+
},
|
|
309365
|
+
"declarations": [
|
|
309366
|
+
{
|
|
309367
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309368
|
+
"name": "Props"
|
|
309369
|
+
}
|
|
309370
|
+
],
|
|
309371
|
+
"required": true,
|
|
309372
|
+
"type": {
|
|
309373
|
+
"name": "Partial<RuleValidationResult>"
|
|
309374
|
+
}
|
|
309375
|
+
},
|
|
309376
|
+
"unspecifiedRules": {
|
|
309377
|
+
"defaultValue": null,
|
|
309378
|
+
"description": "",
|
|
309379
|
+
"name": "unspecifiedRules",
|
|
309380
|
+
"parent": {
|
|
309381
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309382
|
+
"name": "Props"
|
|
309383
|
+
},
|
|
309384
|
+
"declarations": [
|
|
309385
|
+
{
|
|
309386
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309387
|
+
"name": "Props"
|
|
309388
|
+
}
|
|
309389
|
+
],
|
|
309390
|
+
"required": false,
|
|
309391
|
+
"type": {
|
|
309392
|
+
"name": "boolean"
|
|
309393
|
+
}
|
|
309394
|
+
}
|
|
309395
|
+
}
|
|
309396
|
+
},
|
|
309348
309397
|
{
|
|
309349
309398
|
"tags": {},
|
|
309350
309399
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -309430,55 +309479,6 @@
|
|
|
309430
309479
|
}
|
|
309431
309480
|
}
|
|
309432
309481
|
},
|
|
309433
|
-
{
|
|
309434
|
-
"tags": {
|
|
309435
|
-
"internal": ""
|
|
309436
|
-
},
|
|
309437
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309438
|
-
"description": "",
|
|
309439
|
-
"displayName": "ValidationResultEntry",
|
|
309440
|
-
"methods": [],
|
|
309441
|
-
"props": {
|
|
309442
|
-
"result": {
|
|
309443
|
-
"defaultValue": null,
|
|
309444
|
-
"description": "",
|
|
309445
|
-
"name": "result",
|
|
309446
|
-
"parent": {
|
|
309447
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309448
|
-
"name": "Props"
|
|
309449
|
-
},
|
|
309450
|
-
"declarations": [
|
|
309451
|
-
{
|
|
309452
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309453
|
-
"name": "Props"
|
|
309454
|
-
}
|
|
309455
|
-
],
|
|
309456
|
-
"required": true,
|
|
309457
|
-
"type": {
|
|
309458
|
-
"name": "Partial<RuleValidationResult>"
|
|
309459
|
-
}
|
|
309460
|
-
},
|
|
309461
|
-
"unspecifiedRules": {
|
|
309462
|
-
"defaultValue": null,
|
|
309463
|
-
"description": "",
|
|
309464
|
-
"name": "unspecifiedRules",
|
|
309465
|
-
"parent": {
|
|
309466
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309467
|
-
"name": "Props"
|
|
309468
|
-
},
|
|
309469
|
-
"declarations": [
|
|
309470
|
-
{
|
|
309471
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309472
|
-
"name": "Props"
|
|
309473
|
-
}
|
|
309474
|
-
],
|
|
309475
|
-
"required": false,
|
|
309476
|
-
"type": {
|
|
309477
|
-
"name": "boolean"
|
|
309478
|
-
}
|
|
309479
|
-
}
|
|
309480
|
-
}
|
|
309481
|
-
},
|
|
309482
309482
|
{
|
|
309483
309483
|
"tags": {
|
|
309484
309484
|
"internal": ""
|
|
@@ -318768,34 +318768,6 @@
|
|
|
318768
318768
|
}
|
|
318769
318769
|
}
|
|
318770
318770
|
},
|
|
318771
|
-
{
|
|
318772
|
-
"tags": {},
|
|
318773
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318774
|
-
"description": "",
|
|
318775
|
-
"displayName": "DeleteButton",
|
|
318776
|
-
"methods": [],
|
|
318777
|
-
"props": {
|
|
318778
|
-
"onDelete": {
|
|
318779
|
-
"defaultValue": null,
|
|
318780
|
-
"description": "",
|
|
318781
|
-
"name": "onDelete",
|
|
318782
|
-
"parent": {
|
|
318783
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318784
|
-
"name": "Props"
|
|
318785
|
-
},
|
|
318786
|
-
"declarations": [
|
|
318787
|
-
{
|
|
318788
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318789
|
-
"name": "Props"
|
|
318790
|
-
}
|
|
318791
|
-
],
|
|
318792
|
-
"required": true,
|
|
318793
|
-
"type": {
|
|
318794
|
-
"name": "() => void"
|
|
318795
|
-
}
|
|
318796
|
-
}
|
|
318797
|
-
}
|
|
318798
|
-
},
|
|
318799
318771
|
{
|
|
318800
318772
|
"tags": {},
|
|
318801
318773
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
@@ -318890,6 +318862,34 @@
|
|
|
318890
318862
|
}
|
|
318891
318863
|
}
|
|
318892
318864
|
},
|
|
318865
|
+
{
|
|
318866
|
+
"tags": {},
|
|
318867
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318868
|
+
"description": "",
|
|
318869
|
+
"displayName": "DeleteButton",
|
|
318870
|
+
"methods": [],
|
|
318871
|
+
"props": {
|
|
318872
|
+
"onDelete": {
|
|
318873
|
+
"defaultValue": null,
|
|
318874
|
+
"description": "",
|
|
318875
|
+
"name": "onDelete",
|
|
318876
|
+
"parent": {
|
|
318877
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318878
|
+
"name": "Props"
|
|
318879
|
+
},
|
|
318880
|
+
"declarations": [
|
|
318881
|
+
{
|
|
318882
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318883
|
+
"name": "Props"
|
|
318884
|
+
}
|
|
318885
|
+
],
|
|
318886
|
+
"required": true,
|
|
318887
|
+
"type": {
|
|
318888
|
+
"name": "() => void"
|
|
318889
|
+
}
|
|
318890
|
+
}
|
|
318891
|
+
}
|
|
318892
|
+
},
|
|
318893
318893
|
{
|
|
318894
318894
|
"tags": {},
|
|
318895
318895
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -322500,6 +322500,175 @@
|
|
|
322500
322500
|
}
|
|
322501
322501
|
}
|
|
322502
322502
|
},
|
|
322503
|
+
{
|
|
322504
|
+
"tags": {
|
|
322505
|
+
"flr-generate": "all"
|
|
322506
|
+
},
|
|
322507
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322508
|
+
"description": "",
|
|
322509
|
+
"displayName": "Line",
|
|
322510
|
+
"methods": [],
|
|
322511
|
+
"props": {
|
|
322512
|
+
"dataKey": {
|
|
322513
|
+
"defaultValue": null,
|
|
322514
|
+
"description": "",
|
|
322515
|
+
"name": "dataKey",
|
|
322516
|
+
"parent": {
|
|
322517
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322518
|
+
"name": "LineProps"
|
|
322519
|
+
},
|
|
322520
|
+
"declarations": [
|
|
322521
|
+
{
|
|
322522
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322523
|
+
"name": "LineProps"
|
|
322524
|
+
}
|
|
322525
|
+
],
|
|
322526
|
+
"required": false,
|
|
322527
|
+
"type": {
|
|
322528
|
+
"name": "DataKey<ChartDataValue>"
|
|
322529
|
+
}
|
|
322530
|
+
},
|
|
322531
|
+
"color": {
|
|
322532
|
+
"defaultValue": {
|
|
322533
|
+
"value": "\"sea-green\""
|
|
322534
|
+
},
|
|
322535
|
+
"description": "The color of the line.",
|
|
322536
|
+
"name": "color",
|
|
322537
|
+
"parent": {
|
|
322538
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322539
|
+
"name": "LineProps"
|
|
322540
|
+
},
|
|
322541
|
+
"declarations": [
|
|
322542
|
+
{
|
|
322543
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322544
|
+
"name": "LineProps"
|
|
322545
|
+
}
|
|
322546
|
+
],
|
|
322547
|
+
"required": false,
|
|
322548
|
+
"type": {
|
|
322549
|
+
"name": "CategoricalWithCustomColor"
|
|
322550
|
+
}
|
|
322551
|
+
},
|
|
322552
|
+
"className": {
|
|
322553
|
+
"defaultValue": null,
|
|
322554
|
+
"description": "",
|
|
322555
|
+
"name": "className",
|
|
322556
|
+
"parent": {
|
|
322557
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322558
|
+
"name": "HTMLAttributes"
|
|
322559
|
+
},
|
|
322560
|
+
"declarations": [
|
|
322561
|
+
{
|
|
322562
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322563
|
+
"name": "HTMLAttributes"
|
|
322564
|
+
}
|
|
322565
|
+
],
|
|
322566
|
+
"required": false,
|
|
322567
|
+
"type": {
|
|
322568
|
+
"name": "string"
|
|
322569
|
+
}
|
|
322570
|
+
},
|
|
322571
|
+
"key": {
|
|
322572
|
+
"defaultValue": null,
|
|
322573
|
+
"description": "",
|
|
322574
|
+
"name": "key",
|
|
322575
|
+
"parent": {
|
|
322576
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322577
|
+
"name": "Attributes"
|
|
322578
|
+
},
|
|
322579
|
+
"declarations": [
|
|
322580
|
+
{
|
|
322581
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322582
|
+
"name": "Attributes"
|
|
322583
|
+
}
|
|
322584
|
+
],
|
|
322585
|
+
"required": false,
|
|
322586
|
+
"type": {
|
|
322587
|
+
"name": "Key | null"
|
|
322588
|
+
}
|
|
322589
|
+
},
|
|
322590
|
+
"type": {
|
|
322591
|
+
"defaultValue": null,
|
|
322592
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
322593
|
+
"name": "type",
|
|
322594
|
+
"parent": {
|
|
322595
|
+
"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/shape/Curve.d.ts",
|
|
322596
|
+
"name": "CurveProps"
|
|
322597
|
+
},
|
|
322598
|
+
"declarations": [
|
|
322599
|
+
{
|
|
322600
|
+
"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/shape/Curve.d.ts",
|
|
322601
|
+
"name": "CurveProps"
|
|
322602
|
+
},
|
|
322603
|
+
{
|
|
322604
|
+
"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/Line.d.ts",
|
|
322605
|
+
"name": "LineProps"
|
|
322606
|
+
}
|
|
322607
|
+
],
|
|
322608
|
+
"required": false,
|
|
322609
|
+
"type": {
|
|
322610
|
+
"name": "CurveType"
|
|
322611
|
+
}
|
|
322612
|
+
},
|
|
322613
|
+
"unit": {
|
|
322614
|
+
"defaultValue": null,
|
|
322615
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
322616
|
+
"name": "unit",
|
|
322617
|
+
"parent": {
|
|
322618
|
+
"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/Line.d.ts",
|
|
322619
|
+
"name": "LineProps"
|
|
322620
|
+
},
|
|
322621
|
+
"declarations": [
|
|
322622
|
+
{
|
|
322623
|
+
"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/Line.d.ts",
|
|
322624
|
+
"name": "LineProps"
|
|
322625
|
+
}
|
|
322626
|
+
],
|
|
322627
|
+
"required": false,
|
|
322628
|
+
"type": {
|
|
322629
|
+
"name": "string | number | null"
|
|
322630
|
+
}
|
|
322631
|
+
},
|
|
322632
|
+
"xAxisId": {
|
|
322633
|
+
"defaultValue": null,
|
|
322634
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322635
|
+
"name": "xAxisId",
|
|
322636
|
+
"parent": {
|
|
322637
|
+
"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/Line.d.ts",
|
|
322638
|
+
"name": "LineProps"
|
|
322639
|
+
},
|
|
322640
|
+
"declarations": [
|
|
322641
|
+
{
|
|
322642
|
+
"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/Line.d.ts",
|
|
322643
|
+
"name": "LineProps"
|
|
322644
|
+
}
|
|
322645
|
+
],
|
|
322646
|
+
"required": false,
|
|
322647
|
+
"type": {
|
|
322648
|
+
"name": "AxisId"
|
|
322649
|
+
}
|
|
322650
|
+
},
|
|
322651
|
+
"yAxisId": {
|
|
322652
|
+
"defaultValue": null,
|
|
322653
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322654
|
+
"name": "yAxisId",
|
|
322655
|
+
"parent": {
|
|
322656
|
+
"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/Line.d.ts",
|
|
322657
|
+
"name": "LineProps"
|
|
322658
|
+
},
|
|
322659
|
+
"declarations": [
|
|
322660
|
+
{
|
|
322661
|
+
"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/Line.d.ts",
|
|
322662
|
+
"name": "LineProps"
|
|
322663
|
+
}
|
|
322664
|
+
],
|
|
322665
|
+
"required": false,
|
|
322666
|
+
"type": {
|
|
322667
|
+
"name": "AxisId"
|
|
322668
|
+
}
|
|
322669
|
+
}
|
|
322670
|
+
}
|
|
322671
|
+
},
|
|
322503
322672
|
{
|
|
322504
322673
|
"tags": {
|
|
322505
322674
|
"flr-generate": "all"
|
|
@@ -322750,175 +322919,6 @@
|
|
|
322750
322919
|
}
|
|
322751
322920
|
}
|
|
322752
322921
|
},
|
|
322753
|
-
{
|
|
322754
|
-
"tags": {
|
|
322755
|
-
"flr-generate": "all"
|
|
322756
|
-
},
|
|
322757
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322758
|
-
"description": "",
|
|
322759
|
-
"displayName": "Line",
|
|
322760
|
-
"methods": [],
|
|
322761
|
-
"props": {
|
|
322762
|
-
"dataKey": {
|
|
322763
|
-
"defaultValue": null,
|
|
322764
|
-
"description": "",
|
|
322765
|
-
"name": "dataKey",
|
|
322766
|
-
"parent": {
|
|
322767
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322768
|
-
"name": "LineProps"
|
|
322769
|
-
},
|
|
322770
|
-
"declarations": [
|
|
322771
|
-
{
|
|
322772
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322773
|
-
"name": "LineProps"
|
|
322774
|
-
}
|
|
322775
|
-
],
|
|
322776
|
-
"required": false,
|
|
322777
|
-
"type": {
|
|
322778
|
-
"name": "DataKey<ChartDataValue>"
|
|
322779
|
-
}
|
|
322780
|
-
},
|
|
322781
|
-
"color": {
|
|
322782
|
-
"defaultValue": {
|
|
322783
|
-
"value": "\"sea-green\""
|
|
322784
|
-
},
|
|
322785
|
-
"description": "The color of the line.",
|
|
322786
|
-
"name": "color",
|
|
322787
|
-
"parent": {
|
|
322788
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322789
|
-
"name": "LineProps"
|
|
322790
|
-
},
|
|
322791
|
-
"declarations": [
|
|
322792
|
-
{
|
|
322793
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322794
|
-
"name": "LineProps"
|
|
322795
|
-
}
|
|
322796
|
-
],
|
|
322797
|
-
"required": false,
|
|
322798
|
-
"type": {
|
|
322799
|
-
"name": "CategoricalWithCustomColor"
|
|
322800
|
-
}
|
|
322801
|
-
},
|
|
322802
|
-
"className": {
|
|
322803
|
-
"defaultValue": null,
|
|
322804
|
-
"description": "",
|
|
322805
|
-
"name": "className",
|
|
322806
|
-
"parent": {
|
|
322807
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322808
|
-
"name": "HTMLAttributes"
|
|
322809
|
-
},
|
|
322810
|
-
"declarations": [
|
|
322811
|
-
{
|
|
322812
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322813
|
-
"name": "HTMLAttributes"
|
|
322814
|
-
}
|
|
322815
|
-
],
|
|
322816
|
-
"required": false,
|
|
322817
|
-
"type": {
|
|
322818
|
-
"name": "string"
|
|
322819
|
-
}
|
|
322820
|
-
},
|
|
322821
|
-
"key": {
|
|
322822
|
-
"defaultValue": null,
|
|
322823
|
-
"description": "",
|
|
322824
|
-
"name": "key",
|
|
322825
|
-
"parent": {
|
|
322826
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322827
|
-
"name": "Attributes"
|
|
322828
|
-
},
|
|
322829
|
-
"declarations": [
|
|
322830
|
-
{
|
|
322831
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322832
|
-
"name": "Attributes"
|
|
322833
|
-
}
|
|
322834
|
-
],
|
|
322835
|
-
"required": false,
|
|
322836
|
-
"type": {
|
|
322837
|
-
"name": "Key | null"
|
|
322838
|
-
}
|
|
322839
|
-
},
|
|
322840
|
-
"type": {
|
|
322841
|
-
"defaultValue": null,
|
|
322842
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
322843
|
-
"name": "type",
|
|
322844
|
-
"parent": {
|
|
322845
|
-
"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/shape/Curve.d.ts",
|
|
322846
|
-
"name": "CurveProps"
|
|
322847
|
-
},
|
|
322848
|
-
"declarations": [
|
|
322849
|
-
{
|
|
322850
|
-
"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/shape/Curve.d.ts",
|
|
322851
|
-
"name": "CurveProps"
|
|
322852
|
-
},
|
|
322853
|
-
{
|
|
322854
|
-
"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/Line.d.ts",
|
|
322855
|
-
"name": "LineProps"
|
|
322856
|
-
}
|
|
322857
|
-
],
|
|
322858
|
-
"required": false,
|
|
322859
|
-
"type": {
|
|
322860
|
-
"name": "CurveType"
|
|
322861
|
-
}
|
|
322862
|
-
},
|
|
322863
|
-
"unit": {
|
|
322864
|
-
"defaultValue": null,
|
|
322865
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
322866
|
-
"name": "unit",
|
|
322867
|
-
"parent": {
|
|
322868
|
-
"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/Line.d.ts",
|
|
322869
|
-
"name": "LineProps"
|
|
322870
|
-
},
|
|
322871
|
-
"declarations": [
|
|
322872
|
-
{
|
|
322873
|
-
"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/Line.d.ts",
|
|
322874
|
-
"name": "LineProps"
|
|
322875
|
-
}
|
|
322876
|
-
],
|
|
322877
|
-
"required": false,
|
|
322878
|
-
"type": {
|
|
322879
|
-
"name": "string | number | null"
|
|
322880
|
-
}
|
|
322881
|
-
},
|
|
322882
|
-
"xAxisId": {
|
|
322883
|
-
"defaultValue": null,
|
|
322884
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322885
|
-
"name": "xAxisId",
|
|
322886
|
-
"parent": {
|
|
322887
|
-
"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/Line.d.ts",
|
|
322888
|
-
"name": "LineProps"
|
|
322889
|
-
},
|
|
322890
|
-
"declarations": [
|
|
322891
|
-
{
|
|
322892
|
-
"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/Line.d.ts",
|
|
322893
|
-
"name": "LineProps"
|
|
322894
|
-
}
|
|
322895
|
-
],
|
|
322896
|
-
"required": false,
|
|
322897
|
-
"type": {
|
|
322898
|
-
"name": "AxisId"
|
|
322899
|
-
}
|
|
322900
|
-
},
|
|
322901
|
-
"yAxisId": {
|
|
322902
|
-
"defaultValue": null,
|
|
322903
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322904
|
-
"name": "yAxisId",
|
|
322905
|
-
"parent": {
|
|
322906
|
-
"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/Line.d.ts",
|
|
322907
|
-
"name": "LineProps"
|
|
322908
|
-
},
|
|
322909
|
-
"declarations": [
|
|
322910
|
-
{
|
|
322911
|
-
"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/Line.d.ts",
|
|
322912
|
-
"name": "LineProps"
|
|
322913
|
-
}
|
|
322914
|
-
],
|
|
322915
|
-
"required": false,
|
|
322916
|
-
"type": {
|
|
322917
|
-
"name": "AxisId"
|
|
322918
|
-
}
|
|
322919
|
-
}
|
|
322920
|
-
}
|
|
322921
|
-
},
|
|
322922
322922
|
{
|
|
322923
322923
|
"tags": {},
|
|
322924
322924
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -344549,9 +344549,9 @@
|
|
|
344549
344549
|
"tags": {
|
|
344550
344550
|
"flr-generate": "all"
|
|
344551
344551
|
},
|
|
344552
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
344552
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
344553
344553
|
"description": "",
|
|
344554
|
-
"displayName": "
|
|
344554
|
+
"displayName": "GridList",
|
|
344555
344555
|
"methods": [],
|
|
344556
344556
|
"props": {
|
|
344557
344557
|
"className": {
|
|
@@ -344575,151 +344575,157 @@
|
|
|
344575
344575
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
344576
344576
|
}
|
|
344577
344577
|
},
|
|
344578
|
-
"
|
|
344579
|
-
"defaultValue":
|
|
344580
|
-
|
|
344581
|
-
|
|
344578
|
+
"disallowTypeAhead": {
|
|
344579
|
+
"defaultValue": {
|
|
344580
|
+
"value": "false"
|
|
344581
|
+
},
|
|
344582
|
+
"description": "Whether typeahead navigation is disabled.",
|
|
344583
|
+
"name": "disallowTypeAhead",
|
|
344582
344584
|
"parent": {
|
|
344583
344585
|
"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",
|
|
344584
|
-
"name": "
|
|
344586
|
+
"name": "GridListProps"
|
|
344585
344587
|
},
|
|
344586
344588
|
"declarations": [
|
|
344587
344589
|
{
|
|
344588
344590
|
"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",
|
|
344589
|
-
"name": "
|
|
344591
|
+
"name": "GridListProps"
|
|
344590
344592
|
}
|
|
344591
344593
|
],
|
|
344592
344594
|
"required": false,
|
|
344593
344595
|
"type": {
|
|
344594
|
-
"name": "
|
|
344596
|
+
"name": "boolean"
|
|
344595
344597
|
}
|
|
344596
344598
|
},
|
|
344597
|
-
"
|
|
344598
|
-
"defaultValue":
|
|
344599
|
-
|
|
344600
|
-
|
|
344599
|
+
"selectionBehavior": {
|
|
344600
|
+
"defaultValue": {
|
|
344601
|
+
"value": "\"toggle\""
|
|
344602
|
+
},
|
|
344603
|
+
"description": "How multiple selection should behave in the collection.",
|
|
344604
|
+
"name": "selectionBehavior",
|
|
344601
344605
|
"parent": {
|
|
344602
344606
|
"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",
|
|
344603
|
-
"name": "
|
|
344607
|
+
"name": "TableProps"
|
|
344604
344608
|
},
|
|
344605
344609
|
"declarations": [
|
|
344606
344610
|
{
|
|
344607
344611
|
"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",
|
|
344608
|
-
"name": "
|
|
344612
|
+
"name": "TableProps"
|
|
344609
344613
|
}
|
|
344610
344614
|
],
|
|
344611
344615
|
"required": false,
|
|
344612
344616
|
"type": {
|
|
344613
|
-
"name": "
|
|
344617
|
+
"name": "SelectionBehavior"
|
|
344614
344618
|
}
|
|
344615
344619
|
},
|
|
344616
|
-
"
|
|
344620
|
+
"dragAndDropHooks": {
|
|
344617
344621
|
"defaultValue": null,
|
|
344618
|
-
"description": "
|
|
344619
|
-
"name": "
|
|
344622
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
344623
|
+
"name": "dragAndDropHooks",
|
|
344620
344624
|
"parent": {
|
|
344621
344625
|
"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",
|
|
344622
|
-
"name": "
|
|
344626
|
+
"name": "TableProps"
|
|
344623
344627
|
},
|
|
344624
344628
|
"declarations": [
|
|
344625
344629
|
{
|
|
344626
344630
|
"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",
|
|
344627
|
-
"name": "
|
|
344631
|
+
"name": "TableProps"
|
|
344628
344632
|
}
|
|
344629
344633
|
],
|
|
344630
344634
|
"required": false,
|
|
344631
344635
|
"type": {
|
|
344632
|
-
"name": "
|
|
344636
|
+
"name": "DragAndDropHooks<object>"
|
|
344633
344637
|
}
|
|
344634
344638
|
},
|
|
344635
|
-
"
|
|
344639
|
+
"renderEmptyState": {
|
|
344636
344640
|
"defaultValue": null,
|
|
344637
|
-
"description": "
|
|
344638
|
-
"name": "
|
|
344641
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
344642
|
+
"name": "renderEmptyState",
|
|
344639
344643
|
"parent": {
|
|
344640
344644
|
"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",
|
|
344641
|
-
"name": "
|
|
344645
|
+
"name": "ListBoxProps"
|
|
344642
344646
|
},
|
|
344643
344647
|
"declarations": [
|
|
344644
344648
|
{
|
|
344645
344649
|
"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",
|
|
344646
|
-
"name": "
|
|
344650
|
+
"name": "ListBoxProps"
|
|
344647
344651
|
}
|
|
344648
344652
|
],
|
|
344649
344653
|
"required": false,
|
|
344650
344654
|
"type": {
|
|
344651
|
-
"name": "
|
|
344655
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
344652
344656
|
}
|
|
344653
344657
|
},
|
|
344654
|
-
"
|
|
344655
|
-
"defaultValue":
|
|
344656
|
-
|
|
344657
|
-
|
|
344658
|
+
"layout": {
|
|
344659
|
+
"defaultValue": {
|
|
344660
|
+
"value": "'stack'"
|
|
344661
|
+
},
|
|
344662
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
344663
|
+
"name": "layout",
|
|
344658
344664
|
"parent": {
|
|
344659
344665
|
"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",
|
|
344660
|
-
"name": "
|
|
344666
|
+
"name": "ListBoxProps"
|
|
344661
344667
|
},
|
|
344662
344668
|
"declarations": [
|
|
344663
344669
|
{
|
|
344664
344670
|
"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",
|
|
344665
|
-
"name": "
|
|
344671
|
+
"name": "ListBoxProps"
|
|
344666
344672
|
}
|
|
344667
344673
|
],
|
|
344668
344674
|
"required": false,
|
|
344669
344675
|
"type": {
|
|
344670
|
-
"name": "
|
|
344676
|
+
"name": "\"grid\" | \"stack\""
|
|
344671
344677
|
}
|
|
344672
344678
|
},
|
|
344673
|
-
"
|
|
344679
|
+
"id": {
|
|
344674
344680
|
"defaultValue": null,
|
|
344675
|
-
"description": "The
|
|
344676
|
-
"name": "
|
|
344681
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
344682
|
+
"name": "id",
|
|
344677
344683
|
"parent": {
|
|
344678
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344679
|
-
"name": "
|
|
344684
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344685
|
+
"name": "DOMProps"
|
|
344680
344686
|
},
|
|
344681
344687
|
"declarations": [
|
|
344682
344688
|
{
|
|
344683
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344684
|
-
"name": "
|
|
344689
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344690
|
+
"name": "DOMProps"
|
|
344685
344691
|
}
|
|
344686
344692
|
],
|
|
344687
344693
|
"required": false,
|
|
344688
344694
|
"type": {
|
|
344689
|
-
"name": "
|
|
344695
|
+
"name": "string"
|
|
344690
344696
|
}
|
|
344691
344697
|
},
|
|
344692
|
-
"
|
|
344698
|
+
"aria-label": {
|
|
344693
344699
|
"defaultValue": null,
|
|
344694
|
-
"description": "
|
|
344695
|
-
"name": "
|
|
344700
|
+
"description": "Defines a string value that labels the current element.",
|
|
344701
|
+
"name": "aria-label",
|
|
344696
344702
|
"parent": {
|
|
344697
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344698
|
-
"name": "
|
|
344703
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344704
|
+
"name": "AriaLabelingProps"
|
|
344699
344705
|
},
|
|
344700
344706
|
"declarations": [
|
|
344701
344707
|
{
|
|
344702
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344703
|
-
"name": "
|
|
344708
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344709
|
+
"name": "AriaLabelingProps"
|
|
344704
344710
|
}
|
|
344705
344711
|
],
|
|
344706
344712
|
"required": false,
|
|
344707
344713
|
"type": {
|
|
344708
|
-
"name": "
|
|
344714
|
+
"name": "string"
|
|
344709
344715
|
}
|
|
344710
344716
|
},
|
|
344711
|
-
"
|
|
344717
|
+
"aria-labelledby": {
|
|
344712
344718
|
"defaultValue": null,
|
|
344713
|
-
"description": "
|
|
344714
|
-
"name": "
|
|
344719
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
344720
|
+
"name": "aria-labelledby",
|
|
344715
344721
|
"parent": {
|
|
344716
344722
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344717
|
-
"name": "
|
|
344723
|
+
"name": "AriaLabelingProps"
|
|
344718
344724
|
},
|
|
344719
344725
|
"declarations": [
|
|
344720
344726
|
{
|
|
344721
344727
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344722
|
-
"name": "
|
|
344728
|
+
"name": "AriaLabelingProps"
|
|
344723
344729
|
}
|
|
344724
344730
|
],
|
|
344725
344731
|
"required": false,
|
|
@@ -344727,18 +344733,18 @@
|
|
|
344727
344733
|
"name": "string"
|
|
344728
344734
|
}
|
|
344729
344735
|
},
|
|
344730
|
-
"
|
|
344736
|
+
"aria-describedby": {
|
|
344731
344737
|
"defaultValue": null,
|
|
344732
|
-
"description": "
|
|
344733
|
-
"name": "
|
|
344738
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
344739
|
+
"name": "aria-describedby",
|
|
344734
344740
|
"parent": {
|
|
344735
344741
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344736
|
-
"name": "
|
|
344742
|
+
"name": "AriaLabelingProps"
|
|
344737
344743
|
},
|
|
344738
344744
|
"declarations": [
|
|
344739
344745
|
{
|
|
344740
344746
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344741
|
-
"name": "
|
|
344747
|
+
"name": "AriaLabelingProps"
|
|
344742
344748
|
}
|
|
344743
344749
|
],
|
|
344744
344750
|
"required": false,
|
|
@@ -344746,308 +344752,352 @@
|
|
|
344746
344752
|
"name": "string"
|
|
344747
344753
|
}
|
|
344748
344754
|
},
|
|
344749
|
-
"
|
|
344755
|
+
"aria-details": {
|
|
344750
344756
|
"defaultValue": null,
|
|
344751
|
-
"description": "
|
|
344752
|
-
"name": "
|
|
344757
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
344758
|
+
"name": "aria-details",
|
|
344753
344759
|
"parent": {
|
|
344754
344760
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344755
|
-
"name": "
|
|
344761
|
+
"name": "AriaLabelingProps"
|
|
344756
344762
|
},
|
|
344757
344763
|
"declarations": [
|
|
344758
344764
|
{
|
|
344759
344765
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344760
|
-
"name": "
|
|
344766
|
+
"name": "AriaLabelingProps"
|
|
344761
344767
|
}
|
|
344762
344768
|
],
|
|
344763
344769
|
"required": false,
|
|
344764
344770
|
"type": {
|
|
344765
|
-
"name": "
|
|
344771
|
+
"name": "string"
|
|
344766
344772
|
}
|
|
344767
344773
|
},
|
|
344768
|
-
"
|
|
344774
|
+
"autoFocus": {
|
|
344769
344775
|
"defaultValue": null,
|
|
344770
|
-
"description": "
|
|
344771
|
-
"name": "
|
|
344776
|
+
"description": "Whether to auto focus the gridlist or an option.",
|
|
344777
|
+
"name": "autoFocus",
|
|
344772
344778
|
"parent": {
|
|
344773
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344774
|
-
"name": "
|
|
344779
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344780
|
+
"name": "GridListProps"
|
|
344775
344781
|
},
|
|
344776
344782
|
"declarations": [
|
|
344777
344783
|
{
|
|
344778
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344779
|
-
"name": "
|
|
344784
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344785
|
+
"name": "GridListProps"
|
|
344780
344786
|
}
|
|
344781
344787
|
],
|
|
344782
344788
|
"required": false,
|
|
344783
344789
|
"type": {
|
|
344784
|
-
"name": "
|
|
344790
|
+
"name": "boolean | FocusStrategy"
|
|
344785
344791
|
}
|
|
344786
344792
|
},
|
|
344787
|
-
"
|
|
344793
|
+
"items": {
|
|
344788
344794
|
"defaultValue": null,
|
|
344789
|
-
"description": "
|
|
344790
|
-
"name": "
|
|
344795
|
+
"description": "Item objects in the collection.",
|
|
344796
|
+
"name": "items",
|
|
344791
344797
|
"parent": {
|
|
344792
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344793
|
-
"name": "
|
|
344798
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344799
|
+
"name": "CollectionBase"
|
|
344794
344800
|
},
|
|
344795
344801
|
"declarations": [
|
|
344796
344802
|
{
|
|
344797
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344798
|
-
"name": "
|
|
344803
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344804
|
+
"name": "CollectionBase"
|
|
344799
344805
|
}
|
|
344800
344806
|
],
|
|
344801
344807
|
"required": false,
|
|
344802
344808
|
"type": {
|
|
344803
|
-
"name": "
|
|
344809
|
+
"name": "Iterable<object>"
|
|
344804
344810
|
}
|
|
344805
344811
|
},
|
|
344806
|
-
"
|
|
344812
|
+
"disallowEmptySelection": {
|
|
344807
344813
|
"defaultValue": null,
|
|
344808
|
-
"description": "
|
|
344809
|
-
"name": "
|
|
344814
|
+
"description": "Whether the collection allows empty selection.",
|
|
344815
|
+
"name": "disallowEmptySelection",
|
|
344810
344816
|
"parent": {
|
|
344811
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344812
|
-
"name": "
|
|
344817
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344818
|
+
"name": "MultipleSelection"
|
|
344813
344819
|
},
|
|
344814
344820
|
"declarations": [
|
|
344815
344821
|
{
|
|
344816
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344817
|
-
"name": "
|
|
344822
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344823
|
+
"name": "MultipleSelection"
|
|
344818
344824
|
}
|
|
344819
344825
|
],
|
|
344820
344826
|
"required": false,
|
|
344821
344827
|
"type": {
|
|
344822
|
-
"name": "
|
|
344828
|
+
"name": "boolean"
|
|
344823
344829
|
}
|
|
344824
344830
|
},
|
|
344825
|
-
"
|
|
344831
|
+
"onSelectionChange": {
|
|
344826
344832
|
"defaultValue": null,
|
|
344827
|
-
"description": "
|
|
344828
|
-
"name": "
|
|
344833
|
+
"description": "Handler that is called when the selection changes.",
|
|
344834
|
+
"name": "onSelectionChange",
|
|
344829
344835
|
"parent": {
|
|
344830
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344831
|
-
"name": "
|
|
344836
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344837
|
+
"name": "MultipleSelection"
|
|
344832
344838
|
},
|
|
344833
344839
|
"declarations": [
|
|
344834
344840
|
{
|
|
344835
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344836
|
-
"name": "
|
|
344841
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344842
|
+
"name": "MultipleSelection"
|
|
344837
344843
|
}
|
|
344838
344844
|
],
|
|
344839
344845
|
"required": false,
|
|
344840
344846
|
"type": {
|
|
344841
|
-
"name": "
|
|
344847
|
+
"name": "((keys: Selection) => void)"
|
|
344842
344848
|
}
|
|
344843
344849
|
},
|
|
344844
|
-
"
|
|
344850
|
+
"disabledKeys": {
|
|
344845
344851
|
"defaultValue": null,
|
|
344846
|
-
"description": "
|
|
344847
|
-
"name": "
|
|
344852
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
344853
|
+
"name": "disabledKeys",
|
|
344848
344854
|
"parent": {
|
|
344849
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344850
|
-
"name": "
|
|
344855
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344856
|
+
"name": "CollectionBase"
|
|
344851
344857
|
},
|
|
344852
344858
|
"declarations": [
|
|
344853
344859
|
{
|
|
344854
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344855
|
-
"name": "
|
|
344860
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344861
|
+
"name": "CollectionBase"
|
|
344856
344862
|
}
|
|
344857
344863
|
],
|
|
344858
344864
|
"required": false,
|
|
344859
344865
|
"type": {
|
|
344860
|
-
"name": "
|
|
344866
|
+
"name": "Iterable<Key>"
|
|
344861
344867
|
}
|
|
344862
344868
|
},
|
|
344863
|
-
"
|
|
344864
|
-
"defaultValue":
|
|
344865
|
-
|
|
344866
|
-
|
|
344869
|
+
"escapeKeyBehavior": {
|
|
344870
|
+
"defaultValue": {
|
|
344871
|
+
"value": "'clearSelection'"
|
|
344872
|
+
},
|
|
344873
|
+
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
344874
|
+
"name": "escapeKeyBehavior",
|
|
344867
344875
|
"parent": {
|
|
344868
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344869
|
-
"name": "
|
|
344876
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344877
|
+
"name": "AriaGridListProps"
|
|
344870
344878
|
},
|
|
344871
344879
|
"declarations": [
|
|
344872
344880
|
{
|
|
344873
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344874
|
-
"name": "
|
|
344881
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344882
|
+
"name": "AriaGridListProps"
|
|
344875
344883
|
}
|
|
344876
344884
|
],
|
|
344877
344885
|
"required": false,
|
|
344878
344886
|
"type": {
|
|
344879
|
-
"name": "
|
|
344887
|
+
"name": "\"none\" | \"clearSelection\""
|
|
344880
344888
|
}
|
|
344881
344889
|
},
|
|
344882
|
-
"
|
|
344890
|
+
"shouldSelectOnPressUp": {
|
|
344883
344891
|
"defaultValue": null,
|
|
344884
|
-
"description": "
|
|
344885
|
-
"name": "
|
|
344892
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
344893
|
+
"name": "shouldSelectOnPressUp",
|
|
344886
344894
|
"parent": {
|
|
344887
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344888
|
-
"name": "
|
|
344895
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344896
|
+
"name": "GridListProps"
|
|
344889
344897
|
},
|
|
344890
344898
|
"declarations": [
|
|
344891
344899
|
{
|
|
344892
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344893
|
-
"name": "
|
|
344900
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344901
|
+
"name": "GridListProps"
|
|
344894
344902
|
}
|
|
344895
344903
|
],
|
|
344896
344904
|
"required": false,
|
|
344897
344905
|
"type": {
|
|
344898
|
-
"name": "
|
|
344906
|
+
"name": "boolean"
|
|
344899
344907
|
}
|
|
344900
344908
|
},
|
|
344901
|
-
"
|
|
344909
|
+
"selectionMode": {
|
|
344902
344910
|
"defaultValue": null,
|
|
344903
|
-
"description": "
|
|
344904
|
-
"name": "
|
|
344911
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
344912
|
+
"name": "selectionMode",
|
|
344905
344913
|
"parent": {
|
|
344906
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344907
|
-
"name": "
|
|
344914
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344915
|
+
"name": "MultipleSelection"
|
|
344908
344916
|
},
|
|
344909
344917
|
"declarations": [
|
|
344910
344918
|
{
|
|
344911
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344912
|
-
"name": "
|
|
344919
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344920
|
+
"name": "MultipleSelection"
|
|
344913
344921
|
}
|
|
344914
344922
|
],
|
|
344915
344923
|
"required": false,
|
|
344916
344924
|
"type": {
|
|
344917
|
-
"name": "
|
|
344925
|
+
"name": "SelectionMode"
|
|
344918
344926
|
}
|
|
344919
344927
|
},
|
|
344920
|
-
"
|
|
344928
|
+
"selectedKeys": {
|
|
344921
344929
|
"defaultValue": null,
|
|
344922
|
-
"description": "
|
|
344923
|
-
"name": "
|
|
344930
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
344931
|
+
"name": "selectedKeys",
|
|
344924
344932
|
"parent": {
|
|
344925
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344926
|
-
"name": "
|
|
344933
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344934
|
+
"name": "MultipleSelection"
|
|
344927
344935
|
},
|
|
344928
344936
|
"declarations": [
|
|
344929
344937
|
{
|
|
344930
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344931
|
-
"name": "
|
|
344938
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344939
|
+
"name": "MultipleSelection"
|
|
344932
344940
|
}
|
|
344933
344941
|
],
|
|
344934
344942
|
"required": false,
|
|
344935
344943
|
"type": {
|
|
344936
|
-
"name": "
|
|
344944
|
+
"name": "\"all\" | Iterable<Key>"
|
|
344937
344945
|
}
|
|
344938
344946
|
},
|
|
344939
|
-
"
|
|
344947
|
+
"defaultSelectedKeys": {
|
|
344940
344948
|
"defaultValue": null,
|
|
344941
|
-
"description": "
|
|
344942
|
-
"name": "
|
|
344949
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
344950
|
+
"name": "defaultSelectedKeys",
|
|
344943
344951
|
"parent": {
|
|
344944
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344945
|
-
"name": "
|
|
344952
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344953
|
+
"name": "MultipleSelection"
|
|
344946
344954
|
},
|
|
344947
344955
|
"declarations": [
|
|
344948
344956
|
{
|
|
344949
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344950
|
-
"name": "
|
|
344957
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344958
|
+
"name": "MultipleSelection"
|
|
344951
344959
|
}
|
|
344952
344960
|
],
|
|
344953
344961
|
"required": false,
|
|
344954
344962
|
"type": {
|
|
344955
|
-
"name": "
|
|
344963
|
+
"name": "\"all\" | Iterable<Key>"
|
|
344956
344964
|
}
|
|
344957
344965
|
},
|
|
344958
|
-
"
|
|
344966
|
+
"disabledBehavior": {
|
|
344967
|
+
"defaultValue": {
|
|
344968
|
+
"value": "\"all\""
|
|
344969
|
+
},
|
|
344970
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
344971
|
+
"name": "disabledBehavior",
|
|
344972
|
+
"parent": {
|
|
344973
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344974
|
+
"name": "GridListProps"
|
|
344975
|
+
},
|
|
344976
|
+
"declarations": [
|
|
344977
|
+
{
|
|
344978
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344979
|
+
"name": "GridListProps"
|
|
344980
|
+
}
|
|
344981
|
+
],
|
|
344982
|
+
"required": false,
|
|
344983
|
+
"type": {
|
|
344984
|
+
"name": "DisabledBehavior"
|
|
344985
|
+
}
|
|
344986
|
+
},
|
|
344987
|
+
"onAction": {
|
|
344959
344988
|
"defaultValue": null,
|
|
344960
|
-
"description": "Handler that is called when a
|
|
344961
|
-
"name": "
|
|
344989
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
344990
|
+
"name": "onAction",
|
|
344962
344991
|
"parent": {
|
|
344963
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344964
|
-
"name": "
|
|
344992
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344993
|
+
"name": "GridListProps"
|
|
344965
344994
|
},
|
|
344966
344995
|
"declarations": [
|
|
344967
344996
|
{
|
|
344968
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344969
|
-
"name": "
|
|
344997
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344998
|
+
"name": "GridListProps"
|
|
344970
344999
|
}
|
|
344971
345000
|
],
|
|
344972
345001
|
"required": false,
|
|
344973
345002
|
"type": {
|
|
344974
|
-
"name": "((
|
|
345003
|
+
"name": "((key: Key) => void)"
|
|
344975
345004
|
}
|
|
344976
345005
|
},
|
|
344977
|
-
"
|
|
345006
|
+
"keyboardNavigationBehavior": {
|
|
345007
|
+
"defaultValue": {
|
|
345008
|
+
"value": "'arrow'"
|
|
345009
|
+
},
|
|
345010
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
345011
|
+
"name": "keyboardNavigationBehavior",
|
|
345012
|
+
"parent": {
|
|
345013
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345014
|
+
"name": "AriaGridListProps"
|
|
345015
|
+
},
|
|
345016
|
+
"declarations": [
|
|
345017
|
+
{
|
|
345018
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345019
|
+
"name": "AriaGridListProps"
|
|
345020
|
+
}
|
|
345021
|
+
],
|
|
345022
|
+
"required": false,
|
|
345023
|
+
"type": {
|
|
345024
|
+
"name": "\"tab\" | \"arrow\""
|
|
345025
|
+
}
|
|
345026
|
+
},
|
|
345027
|
+
"children": {
|
|
344978
345028
|
"defaultValue": null,
|
|
344979
|
-
"description": "
|
|
344980
|
-
"name": "
|
|
345029
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
345030
|
+
"name": "children",
|
|
344981
345031
|
"parent": {
|
|
344982
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344983
|
-
"name": "
|
|
345032
|
+
"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",
|
|
345033
|
+
"name": "TableProps"
|
|
344984
345034
|
},
|
|
344985
345035
|
"declarations": [
|
|
344986
345036
|
{
|
|
344987
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344988
|
-
"name": "
|
|
345037
|
+
"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",
|
|
345038
|
+
"name": "TableProps"
|
|
344989
345039
|
}
|
|
344990
345040
|
],
|
|
344991
345041
|
"required": false,
|
|
344992
345042
|
"type": {
|
|
344993
|
-
"name": "
|
|
345043
|
+
"name": "ReactNode"
|
|
344994
345044
|
}
|
|
344995
345045
|
},
|
|
344996
|
-
"
|
|
345046
|
+
"dependencies": {
|
|
344997
345047
|
"defaultValue": null,
|
|
344998
|
-
"description": "
|
|
344999
|
-
"name": "
|
|
345048
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
345049
|
+
"name": "dependencies",
|
|
345000
345050
|
"parent": {
|
|
345001
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345002
|
-
"name": "
|
|
345051
|
+
"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",
|
|
345052
|
+
"name": "CollectionProps"
|
|
345003
345053
|
},
|
|
345004
345054
|
"declarations": [
|
|
345005
345055
|
{
|
|
345006
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345007
|
-
"name": "
|
|
345056
|
+
"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",
|
|
345057
|
+
"name": "CollectionProps"
|
|
345008
345058
|
}
|
|
345009
345059
|
],
|
|
345010
345060
|
"required": false,
|
|
345011
345061
|
"type": {
|
|
345012
|
-
"name": "
|
|
345062
|
+
"name": "readonly any[]"
|
|
345013
345063
|
}
|
|
345014
345064
|
},
|
|
345015
|
-
"
|
|
345065
|
+
"style": {
|
|
345016
345066
|
"defaultValue": null,
|
|
345017
|
-
"description": "
|
|
345018
|
-
"name": "
|
|
345067
|
+
"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.",
|
|
345068
|
+
"name": "style",
|
|
345019
345069
|
"parent": {
|
|
345020
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345021
|
-
"name": "
|
|
345070
|
+
"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",
|
|
345071
|
+
"name": "StyleRenderProps"
|
|
345022
345072
|
},
|
|
345023
345073
|
"declarations": [
|
|
345024
345074
|
{
|
|
345025
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345026
|
-
"name": "
|
|
345075
|
+
"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",
|
|
345076
|
+
"name": "StyleRenderProps"
|
|
345027
345077
|
}
|
|
345028
345078
|
],
|
|
345029
345079
|
"required": false,
|
|
345030
345080
|
"type": {
|
|
345031
|
-
"name": "
|
|
345081
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
345032
345082
|
}
|
|
345033
345083
|
},
|
|
345034
|
-
"
|
|
345084
|
+
"slot": {
|
|
345035
345085
|
"defaultValue": null,
|
|
345036
|
-
"description": "",
|
|
345037
|
-
"name": "
|
|
345086
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
345087
|
+
"name": "slot",
|
|
345038
345088
|
"parent": {
|
|
345039
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345040
|
-
"name": "
|
|
345089
|
+
"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",
|
|
345090
|
+
"name": "SlotProps"
|
|
345041
345091
|
},
|
|
345042
345092
|
"declarations": [
|
|
345043
345093
|
{
|
|
345044
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345045
|
-
"name": "
|
|
345094
|
+
"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",
|
|
345095
|
+
"name": "SlotProps"
|
|
345046
345096
|
}
|
|
345047
345097
|
],
|
|
345048
345098
|
"required": false,
|
|
345049
345099
|
"type": {
|
|
345050
|
-
"name": "
|
|
345100
|
+
"name": "string | null"
|
|
345051
345101
|
}
|
|
345052
345102
|
},
|
|
345053
345103
|
"dir": {
|
|
@@ -345126,6 +345176,44 @@
|
|
|
345126
345176
|
"name": "boolean"
|
|
345127
345177
|
}
|
|
345128
345178
|
},
|
|
345179
|
+
"translate": {
|
|
345180
|
+
"defaultValue": null,
|
|
345181
|
+
"description": "",
|
|
345182
|
+
"name": "translate",
|
|
345183
|
+
"parent": {
|
|
345184
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345185
|
+
"name": "GlobalDOMAttributes"
|
|
345186
|
+
},
|
|
345187
|
+
"declarations": [
|
|
345188
|
+
{
|
|
345189
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345190
|
+
"name": "GlobalDOMAttributes"
|
|
345191
|
+
}
|
|
345192
|
+
],
|
|
345193
|
+
"required": false,
|
|
345194
|
+
"type": {
|
|
345195
|
+
"name": "\"yes\" | \"no\""
|
|
345196
|
+
}
|
|
345197
|
+
},
|
|
345198
|
+
"onClick": {
|
|
345199
|
+
"defaultValue": null,
|
|
345200
|
+
"description": "",
|
|
345201
|
+
"name": "onClick",
|
|
345202
|
+
"parent": {
|
|
345203
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345204
|
+
"name": "GlobalDOMEvents"
|
|
345205
|
+
},
|
|
345206
|
+
"declarations": [
|
|
345207
|
+
{
|
|
345208
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345209
|
+
"name": "GlobalDOMEvents"
|
|
345210
|
+
}
|
|
345211
|
+
],
|
|
345212
|
+
"required": false,
|
|
345213
|
+
"type": {
|
|
345214
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
345215
|
+
}
|
|
345216
|
+
},
|
|
345129
345217
|
"onClickCapture": {
|
|
345130
345218
|
"defaultValue": null,
|
|
345131
345219
|
"description": "",
|
|
@@ -346323,34 +346411,34 @@
|
|
|
346323
346411
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
346324
346412
|
}
|
|
346325
346413
|
},
|
|
346326
|
-
"
|
|
346414
|
+
"tileMaxWidth": {
|
|
346327
346415
|
"defaultValue": null,
|
|
346328
346416
|
"description": "",
|
|
346329
|
-
"name": "
|
|
346417
|
+
"name": "tileMaxWidth",
|
|
346330
346418
|
"declarations": [
|
|
346331
346419
|
{
|
|
346332
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
346420
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
346333
346421
|
"name": "TypeLiteral"
|
|
346334
346422
|
}
|
|
346335
346423
|
],
|
|
346336
|
-
"required":
|
|
346424
|
+
"required": true,
|
|
346337
346425
|
"type": {
|
|
346338
|
-
"name": "
|
|
346426
|
+
"name": "number"
|
|
346339
346427
|
}
|
|
346340
346428
|
},
|
|
346341
|
-
"
|
|
346429
|
+
"emptyView": {
|
|
346342
346430
|
"defaultValue": null,
|
|
346343
346431
|
"description": "",
|
|
346344
|
-
"name": "
|
|
346432
|
+
"name": "emptyView",
|
|
346345
346433
|
"declarations": [
|
|
346346
346434
|
{
|
|
346347
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
346435
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
346348
346436
|
"name": "TypeLiteral"
|
|
346349
346437
|
}
|
|
346350
346438
|
],
|
|
346351
346439
|
"required": false,
|
|
346352
346440
|
"type": {
|
|
346353
|
-
"name": "
|
|
346441
|
+
"name": "ReactNode"
|
|
346354
346442
|
}
|
|
346355
346443
|
}
|
|
346356
346444
|
}
|
|
@@ -346359,9 +346447,9 @@
|
|
|
346359
346447
|
"tags": {
|
|
346360
346448
|
"flr-generate": "all"
|
|
346361
346449
|
},
|
|
346362
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
346450
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
346363
346451
|
"description": "",
|
|
346364
|
-
"displayName": "
|
|
346452
|
+
"displayName": "GridListItem",
|
|
346365
346453
|
"methods": [],
|
|
346366
346454
|
"props": {
|
|
346367
346455
|
"className": {
|
|
@@ -346385,195 +346473,56 @@
|
|
|
346385
346473
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
346386
346474
|
}
|
|
346387
346475
|
},
|
|
346388
|
-
"
|
|
346389
|
-
"defaultValue": {
|
|
346390
|
-
"value": "false"
|
|
346391
|
-
},
|
|
346392
|
-
"description": "Whether typeahead navigation is disabled.",
|
|
346393
|
-
"name": "disallowTypeAhead",
|
|
346394
|
-
"parent": {
|
|
346395
|
-
"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",
|
|
346396
|
-
"name": "GridListProps"
|
|
346397
|
-
},
|
|
346398
|
-
"declarations": [
|
|
346399
|
-
{
|
|
346400
|
-
"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",
|
|
346401
|
-
"name": "GridListProps"
|
|
346402
|
-
}
|
|
346403
|
-
],
|
|
346404
|
-
"required": false,
|
|
346405
|
-
"type": {
|
|
346406
|
-
"name": "boolean"
|
|
346407
|
-
}
|
|
346408
|
-
},
|
|
346409
|
-
"selectionBehavior": {
|
|
346410
|
-
"defaultValue": {
|
|
346411
|
-
"value": "\"toggle\""
|
|
346412
|
-
},
|
|
346413
|
-
"description": "How multiple selection should behave in the collection.",
|
|
346414
|
-
"name": "selectionBehavior",
|
|
346415
|
-
"parent": {
|
|
346416
|
-
"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",
|
|
346417
|
-
"name": "TableProps"
|
|
346418
|
-
},
|
|
346419
|
-
"declarations": [
|
|
346420
|
-
{
|
|
346421
|
-
"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",
|
|
346422
|
-
"name": "TableProps"
|
|
346423
|
-
}
|
|
346424
|
-
],
|
|
346425
|
-
"required": false,
|
|
346426
|
-
"type": {
|
|
346427
|
-
"name": "SelectionBehavior"
|
|
346428
|
-
}
|
|
346429
|
-
},
|
|
346430
|
-
"dragAndDropHooks": {
|
|
346476
|
+
"id": {
|
|
346431
346477
|
"defaultValue": null,
|
|
346432
|
-
"description": "The
|
|
346433
|
-
"name": "
|
|
346478
|
+
"description": "The unique id of the item.",
|
|
346479
|
+
"name": "id",
|
|
346434
346480
|
"parent": {
|
|
346435
346481
|
"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",
|
|
346436
|
-
"name": "
|
|
346482
|
+
"name": "MenuItemProps"
|
|
346437
346483
|
},
|
|
346438
346484
|
"declarations": [
|
|
346439
346485
|
{
|
|
346440
346486
|
"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",
|
|
346441
|
-
"name": "
|
|
346487
|
+
"name": "MenuItemProps"
|
|
346442
346488
|
}
|
|
346443
346489
|
],
|
|
346444
346490
|
"required": false,
|
|
346445
346491
|
"type": {
|
|
346446
|
-
"name": "
|
|
346492
|
+
"name": "Key"
|
|
346447
346493
|
}
|
|
346448
346494
|
},
|
|
346449
|
-
"
|
|
346495
|
+
"value": {
|
|
346450
346496
|
"defaultValue": null,
|
|
346451
|
-
"description": "
|
|
346452
|
-
"name": "
|
|
346497
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
346498
|
+
"name": "value",
|
|
346453
346499
|
"parent": {
|
|
346454
346500
|
"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",
|
|
346455
|
-
"name": "
|
|
346501
|
+
"name": "MenuItemProps"
|
|
346456
346502
|
},
|
|
346457
346503
|
"declarations": [
|
|
346458
346504
|
{
|
|
346459
346505
|
"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",
|
|
346460
|
-
"name": "
|
|
346506
|
+
"name": "MenuItemProps"
|
|
346461
346507
|
}
|
|
346462
346508
|
],
|
|
346463
346509
|
"required": false,
|
|
346464
346510
|
"type": {
|
|
346465
|
-
"name": "
|
|
346511
|
+
"name": "object"
|
|
346466
346512
|
}
|
|
346467
346513
|
},
|
|
346468
|
-
"
|
|
346469
|
-
"defaultValue":
|
|
346470
|
-
|
|
346471
|
-
|
|
346472
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
346473
|
-
"name": "layout",
|
|
346514
|
+
"textValue": {
|
|
346515
|
+
"defaultValue": null,
|
|
346516
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
346517
|
+
"name": "textValue",
|
|
346474
346518
|
"parent": {
|
|
346475
346519
|
"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",
|
|
346476
|
-
"name": "
|
|
346520
|
+
"name": "ListBoxItemProps"
|
|
346477
346521
|
},
|
|
346478
346522
|
"declarations": [
|
|
346479
346523
|
{
|
|
346480
346524
|
"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",
|
|
346481
|
-
"name": "
|
|
346482
|
-
}
|
|
346483
|
-
],
|
|
346484
|
-
"required": false,
|
|
346485
|
-
"type": {
|
|
346486
|
-
"name": "\"grid\" | \"stack\""
|
|
346487
|
-
}
|
|
346488
|
-
},
|
|
346489
|
-
"id": {
|
|
346490
|
-
"defaultValue": null,
|
|
346491
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
346492
|
-
"name": "id",
|
|
346493
|
-
"parent": {
|
|
346494
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346495
|
-
"name": "DOMProps"
|
|
346496
|
-
},
|
|
346497
|
-
"declarations": [
|
|
346498
|
-
{
|
|
346499
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346500
|
-
"name": "DOMProps"
|
|
346501
|
-
}
|
|
346502
|
-
],
|
|
346503
|
-
"required": false,
|
|
346504
|
-
"type": {
|
|
346505
|
-
"name": "string"
|
|
346506
|
-
}
|
|
346507
|
-
},
|
|
346508
|
-
"aria-label": {
|
|
346509
|
-
"defaultValue": null,
|
|
346510
|
-
"description": "Defines a string value that labels the current element.",
|
|
346511
|
-
"name": "aria-label",
|
|
346512
|
-
"parent": {
|
|
346513
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346514
|
-
"name": "AriaLabelingProps"
|
|
346515
|
-
},
|
|
346516
|
-
"declarations": [
|
|
346517
|
-
{
|
|
346518
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346519
|
-
"name": "AriaLabelingProps"
|
|
346520
|
-
}
|
|
346521
|
-
],
|
|
346522
|
-
"required": false,
|
|
346523
|
-
"type": {
|
|
346524
|
-
"name": "string"
|
|
346525
|
-
}
|
|
346526
|
-
},
|
|
346527
|
-
"aria-labelledby": {
|
|
346528
|
-
"defaultValue": null,
|
|
346529
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
346530
|
-
"name": "aria-labelledby",
|
|
346531
|
-
"parent": {
|
|
346532
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346533
|
-
"name": "AriaLabelingProps"
|
|
346534
|
-
},
|
|
346535
|
-
"declarations": [
|
|
346536
|
-
{
|
|
346537
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346538
|
-
"name": "AriaLabelingProps"
|
|
346539
|
-
}
|
|
346540
|
-
],
|
|
346541
|
-
"required": false,
|
|
346542
|
-
"type": {
|
|
346543
|
-
"name": "string"
|
|
346544
|
-
}
|
|
346545
|
-
},
|
|
346546
|
-
"aria-describedby": {
|
|
346547
|
-
"defaultValue": null,
|
|
346548
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
346549
|
-
"name": "aria-describedby",
|
|
346550
|
-
"parent": {
|
|
346551
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346552
|
-
"name": "AriaLabelingProps"
|
|
346553
|
-
},
|
|
346554
|
-
"declarations": [
|
|
346555
|
-
{
|
|
346556
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346557
|
-
"name": "AriaLabelingProps"
|
|
346558
|
-
}
|
|
346559
|
-
],
|
|
346560
|
-
"required": false,
|
|
346561
|
-
"type": {
|
|
346562
|
-
"name": "string"
|
|
346563
|
-
}
|
|
346564
|
-
},
|
|
346565
|
-
"aria-details": {
|
|
346566
|
-
"defaultValue": null,
|
|
346567
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
346568
|
-
"name": "aria-details",
|
|
346569
|
-
"parent": {
|
|
346570
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346571
|
-
"name": "AriaLabelingProps"
|
|
346572
|
-
},
|
|
346573
|
-
"declarations": [
|
|
346574
|
-
{
|
|
346575
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346576
|
-
"name": "AriaLabelingProps"
|
|
346525
|
+
"name": "ListBoxItemProps"
|
|
346577
346526
|
}
|
|
346578
346527
|
],
|
|
346579
346528
|
"required": false,
|
|
@@ -346581,134 +346530,18 @@
|
|
|
346581
346530
|
"name": "string"
|
|
346582
346531
|
}
|
|
346583
346532
|
},
|
|
346584
|
-
"
|
|
346585
|
-
"defaultValue": null,
|
|
346586
|
-
"description": "Whether to auto focus the gridlist or an option.",
|
|
346587
|
-
"name": "autoFocus",
|
|
346588
|
-
"parent": {
|
|
346589
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346590
|
-
"name": "GridListProps"
|
|
346591
|
-
},
|
|
346592
|
-
"declarations": [
|
|
346593
|
-
{
|
|
346594
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346595
|
-
"name": "GridListProps"
|
|
346596
|
-
}
|
|
346597
|
-
],
|
|
346598
|
-
"required": false,
|
|
346599
|
-
"type": {
|
|
346600
|
-
"name": "boolean | FocusStrategy"
|
|
346601
|
-
}
|
|
346602
|
-
},
|
|
346603
|
-
"items": {
|
|
346604
|
-
"defaultValue": null,
|
|
346605
|
-
"description": "Item objects in the collection.",
|
|
346606
|
-
"name": "items",
|
|
346607
|
-
"parent": {
|
|
346608
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346609
|
-
"name": "CollectionBase"
|
|
346610
|
-
},
|
|
346611
|
-
"declarations": [
|
|
346612
|
-
{
|
|
346613
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346614
|
-
"name": "CollectionBase"
|
|
346615
|
-
}
|
|
346616
|
-
],
|
|
346617
|
-
"required": false,
|
|
346618
|
-
"type": {
|
|
346619
|
-
"name": "Iterable<object>"
|
|
346620
|
-
}
|
|
346621
|
-
},
|
|
346622
|
-
"disallowEmptySelection": {
|
|
346623
|
-
"defaultValue": null,
|
|
346624
|
-
"description": "Whether the collection allows empty selection.",
|
|
346625
|
-
"name": "disallowEmptySelection",
|
|
346626
|
-
"parent": {
|
|
346627
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346628
|
-
"name": "MultipleSelection"
|
|
346629
|
-
},
|
|
346630
|
-
"declarations": [
|
|
346631
|
-
{
|
|
346632
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346633
|
-
"name": "MultipleSelection"
|
|
346634
|
-
}
|
|
346635
|
-
],
|
|
346636
|
-
"required": false,
|
|
346637
|
-
"type": {
|
|
346638
|
-
"name": "boolean"
|
|
346639
|
-
}
|
|
346640
|
-
},
|
|
346641
|
-
"onSelectionChange": {
|
|
346642
|
-
"defaultValue": null,
|
|
346643
|
-
"description": "Handler that is called when the selection changes.",
|
|
346644
|
-
"name": "onSelectionChange",
|
|
346645
|
-
"parent": {
|
|
346646
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346647
|
-
"name": "MultipleSelection"
|
|
346648
|
-
},
|
|
346649
|
-
"declarations": [
|
|
346650
|
-
{
|
|
346651
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346652
|
-
"name": "MultipleSelection"
|
|
346653
|
-
}
|
|
346654
|
-
],
|
|
346655
|
-
"required": false,
|
|
346656
|
-
"type": {
|
|
346657
|
-
"name": "((keys: Selection) => void)"
|
|
346658
|
-
}
|
|
346659
|
-
},
|
|
346660
|
-
"disabledKeys": {
|
|
346661
|
-
"defaultValue": null,
|
|
346662
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
346663
|
-
"name": "disabledKeys",
|
|
346664
|
-
"parent": {
|
|
346665
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346666
|
-
"name": "CollectionBase"
|
|
346667
|
-
},
|
|
346668
|
-
"declarations": [
|
|
346669
|
-
{
|
|
346670
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346671
|
-
"name": "CollectionBase"
|
|
346672
|
-
}
|
|
346673
|
-
],
|
|
346674
|
-
"required": false,
|
|
346675
|
-
"type": {
|
|
346676
|
-
"name": "Iterable<Key>"
|
|
346677
|
-
}
|
|
346678
|
-
},
|
|
346679
|
-
"escapeKeyBehavior": {
|
|
346680
|
-
"defaultValue": {
|
|
346681
|
-
"value": "'clearSelection'"
|
|
346682
|
-
},
|
|
346683
|
-
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
346684
|
-
"name": "escapeKeyBehavior",
|
|
346685
|
-
"parent": {
|
|
346686
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346687
|
-
"name": "AriaGridListProps"
|
|
346688
|
-
},
|
|
346689
|
-
"declarations": [
|
|
346690
|
-
{
|
|
346691
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346692
|
-
"name": "AriaGridListProps"
|
|
346693
|
-
}
|
|
346694
|
-
],
|
|
346695
|
-
"required": false,
|
|
346696
|
-
"type": {
|
|
346697
|
-
"name": "\"none\" | \"clearSelection\""
|
|
346698
|
-
}
|
|
346699
|
-
},
|
|
346700
|
-
"shouldSelectOnPressUp": {
|
|
346533
|
+
"isDisabled": {
|
|
346701
346534
|
"defaultValue": null,
|
|
346702
|
-
"description": "Whether
|
|
346703
|
-
"name": "
|
|
346535
|
+
"description": "Whether the item is disabled.",
|
|
346536
|
+
"name": "isDisabled",
|
|
346704
346537
|
"parent": {
|
|
346705
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346706
|
-
"name": "
|
|
346538
|
+
"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",
|
|
346539
|
+
"name": "ListBoxItemProps"
|
|
346707
346540
|
},
|
|
346708
346541
|
"declarations": [
|
|
346709
346542
|
{
|
|
346710
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346711
|
-
"name": "
|
|
346543
|
+
"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",
|
|
346544
|
+
"name": "ListBoxItemProps"
|
|
346712
346545
|
}
|
|
346713
346546
|
],
|
|
346714
346547
|
"required": false,
|
|
@@ -346716,122 +346549,23 @@
|
|
|
346716
346549
|
"name": "boolean"
|
|
346717
346550
|
}
|
|
346718
346551
|
},
|
|
346719
|
-
"selectionMode": {
|
|
346720
|
-
"defaultValue": null,
|
|
346721
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
346722
|
-
"name": "selectionMode",
|
|
346723
|
-
"parent": {
|
|
346724
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346725
|
-
"name": "MultipleSelection"
|
|
346726
|
-
},
|
|
346727
|
-
"declarations": [
|
|
346728
|
-
{
|
|
346729
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346730
|
-
"name": "MultipleSelection"
|
|
346731
|
-
}
|
|
346732
|
-
],
|
|
346733
|
-
"required": false,
|
|
346734
|
-
"type": {
|
|
346735
|
-
"name": "SelectionMode"
|
|
346736
|
-
}
|
|
346737
|
-
},
|
|
346738
|
-
"selectedKeys": {
|
|
346739
|
-
"defaultValue": null,
|
|
346740
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
346741
|
-
"name": "selectedKeys",
|
|
346742
|
-
"parent": {
|
|
346743
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346744
|
-
"name": "MultipleSelection"
|
|
346745
|
-
},
|
|
346746
|
-
"declarations": [
|
|
346747
|
-
{
|
|
346748
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346749
|
-
"name": "MultipleSelection"
|
|
346750
|
-
}
|
|
346751
|
-
],
|
|
346752
|
-
"required": false,
|
|
346753
|
-
"type": {
|
|
346754
|
-
"name": "\"all\" | Iterable<Key>"
|
|
346755
|
-
}
|
|
346756
|
-
},
|
|
346757
|
-
"defaultSelectedKeys": {
|
|
346758
|
-
"defaultValue": null,
|
|
346759
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
346760
|
-
"name": "defaultSelectedKeys",
|
|
346761
|
-
"parent": {
|
|
346762
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346763
|
-
"name": "MultipleSelection"
|
|
346764
|
-
},
|
|
346765
|
-
"declarations": [
|
|
346766
|
-
{
|
|
346767
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346768
|
-
"name": "MultipleSelection"
|
|
346769
|
-
}
|
|
346770
|
-
],
|
|
346771
|
-
"required": false,
|
|
346772
|
-
"type": {
|
|
346773
|
-
"name": "\"all\" | Iterable<Key>"
|
|
346774
|
-
}
|
|
346775
|
-
},
|
|
346776
|
-
"disabledBehavior": {
|
|
346777
|
-
"defaultValue": {
|
|
346778
|
-
"value": "\"all\""
|
|
346779
|
-
},
|
|
346780
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
346781
|
-
"name": "disabledBehavior",
|
|
346782
|
-
"parent": {
|
|
346783
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346784
|
-
"name": "GridListProps"
|
|
346785
|
-
},
|
|
346786
|
-
"declarations": [
|
|
346787
|
-
{
|
|
346788
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346789
|
-
"name": "GridListProps"
|
|
346790
|
-
}
|
|
346791
|
-
],
|
|
346792
|
-
"required": false,
|
|
346793
|
-
"type": {
|
|
346794
|
-
"name": "DisabledBehavior"
|
|
346795
|
-
}
|
|
346796
|
-
},
|
|
346797
346552
|
"onAction": {
|
|
346798
346553
|
"defaultValue": null,
|
|
346799
|
-
"description": "Handler that is called when a user performs an action on
|
|
346554
|
+
"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.",
|
|
346800
346555
|
"name": "onAction",
|
|
346801
346556
|
"parent": {
|
|
346802
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346803
|
-
"name": "
|
|
346804
|
-
},
|
|
346805
|
-
"declarations": [
|
|
346806
|
-
{
|
|
346807
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346808
|
-
"name": "GridListProps"
|
|
346809
|
-
}
|
|
346810
|
-
],
|
|
346811
|
-
"required": false,
|
|
346812
|
-
"type": {
|
|
346813
|
-
"name": "((key: Key) => void)"
|
|
346814
|
-
}
|
|
346815
|
-
},
|
|
346816
|
-
"keyboardNavigationBehavior": {
|
|
346817
|
-
"defaultValue": {
|
|
346818
|
-
"value": "'arrow'"
|
|
346819
|
-
},
|
|
346820
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
346821
|
-
"name": "keyboardNavigationBehavior",
|
|
346822
|
-
"parent": {
|
|
346823
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346824
|
-
"name": "AriaGridListProps"
|
|
346557
|
+
"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",
|
|
346558
|
+
"name": "ListBoxItemProps"
|
|
346825
346559
|
},
|
|
346826
346560
|
"declarations": [
|
|
346827
346561
|
{
|
|
346828
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346829
|
-
"name": "
|
|
346562
|
+
"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",
|
|
346563
|
+
"name": "ListBoxItemProps"
|
|
346830
346564
|
}
|
|
346831
346565
|
],
|
|
346832
346566
|
"required": false,
|
|
346833
346567
|
"type": {
|
|
346834
|
-
"name": "
|
|
346568
|
+
"name": "(() => void)"
|
|
346835
346569
|
}
|
|
346836
346570
|
},
|
|
346837
346571
|
"children": {
|
|
@@ -346853,75 +346587,94 @@
|
|
|
346853
346587
|
"name": "ReactNode"
|
|
346854
346588
|
}
|
|
346855
346589
|
},
|
|
346856
|
-
"
|
|
346590
|
+
"style": {
|
|
346857
346591
|
"defaultValue": null,
|
|
346858
|
-
"description": "
|
|
346859
|
-
"name": "
|
|
346592
|
+
"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.",
|
|
346593
|
+
"name": "style",
|
|
346860
346594
|
"parent": {
|
|
346861
346595
|
"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",
|
|
346862
|
-
"name": "
|
|
346596
|
+
"name": "StyleRenderProps"
|
|
346863
346597
|
},
|
|
346864
346598
|
"declarations": [
|
|
346865
346599
|
{
|
|
346866
346600
|
"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",
|
|
346867
|
-
"name": "
|
|
346601
|
+
"name": "StyleRenderProps"
|
|
346868
346602
|
}
|
|
346869
346603
|
],
|
|
346870
346604
|
"required": false,
|
|
346871
346605
|
"type": {
|
|
346872
|
-
"name": "
|
|
346606
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
346873
346607
|
}
|
|
346874
346608
|
},
|
|
346875
|
-
"
|
|
346609
|
+
"href": {
|
|
346876
346610
|
"defaultValue": null,
|
|
346877
|
-
"description": "
|
|
346878
|
-
"name": "
|
|
346611
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
346612
|
+
"name": "href",
|
|
346879
346613
|
"parent": {
|
|
346880
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346881
|
-
"name": "
|
|
346614
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346615
|
+
"name": "LinkDOMProps"
|
|
346882
346616
|
},
|
|
346883
346617
|
"declarations": [
|
|
346884
346618
|
{
|
|
346885
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346886
|
-
"name": "
|
|
346619
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346620
|
+
"name": "LinkDOMProps"
|
|
346887
346621
|
}
|
|
346888
346622
|
],
|
|
346889
346623
|
"required": false,
|
|
346890
346624
|
"type": {
|
|
346891
|
-
"name": "
|
|
346625
|
+
"name": "string"
|
|
346892
346626
|
}
|
|
346893
346627
|
},
|
|
346894
|
-
"
|
|
346628
|
+
"hrefLang": {
|
|
346895
346629
|
"defaultValue": null,
|
|
346896
|
-
"description": "
|
|
346897
|
-
"name": "
|
|
346630
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
346631
|
+
"name": "hrefLang",
|
|
346898
346632
|
"parent": {
|
|
346899
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346900
|
-
"name": "
|
|
346633
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346634
|
+
"name": "LinkDOMProps"
|
|
346901
346635
|
},
|
|
346902
346636
|
"declarations": [
|
|
346903
346637
|
{
|
|
346904
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346905
|
-
"name": "
|
|
346638
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346639
|
+
"name": "LinkDOMProps"
|
|
346906
346640
|
}
|
|
346907
346641
|
],
|
|
346908
346642
|
"required": false,
|
|
346909
346643
|
"type": {
|
|
346910
|
-
"name": "string
|
|
346644
|
+
"name": "string"
|
|
346911
346645
|
}
|
|
346912
346646
|
},
|
|
346913
|
-
"
|
|
346647
|
+
"target": {
|
|
346914
346648
|
"defaultValue": null,
|
|
346915
|
-
"description": "",
|
|
346916
|
-
"name": "
|
|
346649
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
346650
|
+
"name": "target",
|
|
346917
346651
|
"parent": {
|
|
346918
346652
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346919
|
-
"name": "
|
|
346653
|
+
"name": "LinkDOMProps"
|
|
346920
346654
|
},
|
|
346921
346655
|
"declarations": [
|
|
346922
346656
|
{
|
|
346923
346657
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346924
|
-
"name": "
|
|
346658
|
+
"name": "LinkDOMProps"
|
|
346659
|
+
}
|
|
346660
|
+
],
|
|
346661
|
+
"required": false,
|
|
346662
|
+
"type": {
|
|
346663
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
346664
|
+
}
|
|
346665
|
+
},
|
|
346666
|
+
"rel": {
|
|
346667
|
+
"defaultValue": null,
|
|
346668
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
346669
|
+
"name": "rel",
|
|
346670
|
+
"parent": {
|
|
346671
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346672
|
+
"name": "LinkDOMProps"
|
|
346673
|
+
},
|
|
346674
|
+
"declarations": [
|
|
346675
|
+
{
|
|
346676
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346677
|
+
"name": "LinkDOMProps"
|
|
346925
346678
|
}
|
|
346926
346679
|
],
|
|
346927
346680
|
"required": false,
|
|
@@ -346929,10 +346682,257 @@
|
|
|
346929
346682
|
"name": "string"
|
|
346930
346683
|
}
|
|
346931
346684
|
},
|
|
346932
|
-
"
|
|
346685
|
+
"download": {
|
|
346686
|
+
"defaultValue": null,
|
|
346687
|
+
"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).",
|
|
346688
|
+
"name": "download",
|
|
346689
|
+
"parent": {
|
|
346690
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346691
|
+
"name": "LinkDOMProps"
|
|
346692
|
+
},
|
|
346693
|
+
"declarations": [
|
|
346694
|
+
{
|
|
346695
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346696
|
+
"name": "LinkDOMProps"
|
|
346697
|
+
}
|
|
346698
|
+
],
|
|
346699
|
+
"required": false,
|
|
346700
|
+
"type": {
|
|
346701
|
+
"name": "string | boolean"
|
|
346702
|
+
}
|
|
346703
|
+
},
|
|
346704
|
+
"ping": {
|
|
346705
|
+
"defaultValue": null,
|
|
346706
|
+
"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).",
|
|
346707
|
+
"name": "ping",
|
|
346708
|
+
"parent": {
|
|
346709
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346710
|
+
"name": "LinkDOMProps"
|
|
346711
|
+
},
|
|
346712
|
+
"declarations": [
|
|
346713
|
+
{
|
|
346714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346715
|
+
"name": "LinkDOMProps"
|
|
346716
|
+
}
|
|
346717
|
+
],
|
|
346718
|
+
"required": false,
|
|
346719
|
+
"type": {
|
|
346720
|
+
"name": "string"
|
|
346721
|
+
}
|
|
346722
|
+
},
|
|
346723
|
+
"referrerPolicy": {
|
|
346724
|
+
"defaultValue": null,
|
|
346725
|
+
"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).",
|
|
346726
|
+
"name": "referrerPolicy",
|
|
346727
|
+
"parent": {
|
|
346728
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346729
|
+
"name": "LinkDOMProps"
|
|
346730
|
+
},
|
|
346731
|
+
"declarations": [
|
|
346732
|
+
{
|
|
346733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346734
|
+
"name": "LinkDOMProps"
|
|
346735
|
+
}
|
|
346736
|
+
],
|
|
346737
|
+
"required": false,
|
|
346738
|
+
"type": {
|
|
346739
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
346740
|
+
}
|
|
346741
|
+
},
|
|
346742
|
+
"routerOptions": {
|
|
346743
|
+
"defaultValue": null,
|
|
346744
|
+
"description": "Options for the configured client side router.",
|
|
346745
|
+
"name": "routerOptions",
|
|
346746
|
+
"parent": {
|
|
346747
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346748
|
+
"name": "LinkDOMProps"
|
|
346749
|
+
},
|
|
346750
|
+
"declarations": [
|
|
346751
|
+
{
|
|
346752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346753
|
+
"name": "LinkDOMProps"
|
|
346754
|
+
}
|
|
346755
|
+
],
|
|
346756
|
+
"required": false,
|
|
346757
|
+
"type": {
|
|
346758
|
+
"name": "undefined"
|
|
346759
|
+
}
|
|
346760
|
+
},
|
|
346761
|
+
"onHoverStart": {
|
|
346762
|
+
"defaultValue": null,
|
|
346763
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
346764
|
+
"name": "onHoverStart",
|
|
346765
|
+
"parent": {
|
|
346766
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346767
|
+
"name": "HoverEvents"
|
|
346768
|
+
},
|
|
346769
|
+
"declarations": [
|
|
346770
|
+
{
|
|
346771
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346772
|
+
"name": "HoverEvents"
|
|
346773
|
+
}
|
|
346774
|
+
],
|
|
346775
|
+
"required": false,
|
|
346776
|
+
"type": {
|
|
346777
|
+
"name": "((e: HoverEvent) => void)"
|
|
346778
|
+
}
|
|
346779
|
+
},
|
|
346780
|
+
"onHoverEnd": {
|
|
346781
|
+
"defaultValue": null,
|
|
346782
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
346783
|
+
"name": "onHoverEnd",
|
|
346784
|
+
"parent": {
|
|
346785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346786
|
+
"name": "HoverEvents"
|
|
346787
|
+
},
|
|
346788
|
+
"declarations": [
|
|
346789
|
+
{
|
|
346790
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346791
|
+
"name": "HoverEvents"
|
|
346792
|
+
}
|
|
346793
|
+
],
|
|
346794
|
+
"required": false,
|
|
346795
|
+
"type": {
|
|
346796
|
+
"name": "((e: HoverEvent) => void)"
|
|
346797
|
+
}
|
|
346798
|
+
},
|
|
346799
|
+
"onHoverChange": {
|
|
346800
|
+
"defaultValue": null,
|
|
346801
|
+
"description": "Handler that is called when the hover state changes.",
|
|
346802
|
+
"name": "onHoverChange",
|
|
346803
|
+
"parent": {
|
|
346804
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346805
|
+
"name": "HoverEvents"
|
|
346806
|
+
},
|
|
346807
|
+
"declarations": [
|
|
346808
|
+
{
|
|
346809
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346810
|
+
"name": "HoverEvents"
|
|
346811
|
+
}
|
|
346812
|
+
],
|
|
346813
|
+
"required": false,
|
|
346814
|
+
"type": {
|
|
346815
|
+
"name": "((isHovering: boolean) => void)"
|
|
346816
|
+
}
|
|
346817
|
+
},
|
|
346818
|
+
"onPress": {
|
|
346819
|
+
"defaultValue": null,
|
|
346820
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
346821
|
+
"name": "onPress",
|
|
346822
|
+
"parent": {
|
|
346823
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346824
|
+
"name": "PressEvents"
|
|
346825
|
+
},
|
|
346826
|
+
"declarations": [
|
|
346827
|
+
{
|
|
346828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346829
|
+
"name": "PressEvents"
|
|
346830
|
+
}
|
|
346831
|
+
],
|
|
346832
|
+
"required": false,
|
|
346833
|
+
"type": {
|
|
346834
|
+
"name": "((e: PressEvent) => void)"
|
|
346835
|
+
}
|
|
346836
|
+
},
|
|
346837
|
+
"onPressStart": {
|
|
346838
|
+
"defaultValue": null,
|
|
346839
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
346840
|
+
"name": "onPressStart",
|
|
346841
|
+
"parent": {
|
|
346842
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346843
|
+
"name": "PressEvents"
|
|
346844
|
+
},
|
|
346845
|
+
"declarations": [
|
|
346846
|
+
{
|
|
346847
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346848
|
+
"name": "PressEvents"
|
|
346849
|
+
}
|
|
346850
|
+
],
|
|
346851
|
+
"required": false,
|
|
346852
|
+
"type": {
|
|
346853
|
+
"name": "((e: PressEvent) => void)"
|
|
346854
|
+
}
|
|
346855
|
+
},
|
|
346856
|
+
"onPressEnd": {
|
|
346857
|
+
"defaultValue": null,
|
|
346858
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
346859
|
+
"name": "onPressEnd",
|
|
346860
|
+
"parent": {
|
|
346861
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346862
|
+
"name": "PressEvents"
|
|
346863
|
+
},
|
|
346864
|
+
"declarations": [
|
|
346865
|
+
{
|
|
346866
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346867
|
+
"name": "PressEvents"
|
|
346868
|
+
}
|
|
346869
|
+
],
|
|
346870
|
+
"required": false,
|
|
346871
|
+
"type": {
|
|
346872
|
+
"name": "((e: PressEvent) => void)"
|
|
346873
|
+
}
|
|
346874
|
+
},
|
|
346875
|
+
"onPressChange": {
|
|
346876
|
+
"defaultValue": null,
|
|
346877
|
+
"description": "Handler that is called when the press state changes.",
|
|
346878
|
+
"name": "onPressChange",
|
|
346879
|
+
"parent": {
|
|
346880
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346881
|
+
"name": "PressEvents"
|
|
346882
|
+
},
|
|
346883
|
+
"declarations": [
|
|
346884
|
+
{
|
|
346885
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346886
|
+
"name": "PressEvents"
|
|
346887
|
+
}
|
|
346888
|
+
],
|
|
346889
|
+
"required": false,
|
|
346890
|
+
"type": {
|
|
346891
|
+
"name": "((isPressed: boolean) => void)"
|
|
346892
|
+
}
|
|
346893
|
+
},
|
|
346894
|
+
"onPressUp": {
|
|
346895
|
+
"defaultValue": null,
|
|
346896
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
346897
|
+
"name": "onPressUp",
|
|
346898
|
+
"parent": {
|
|
346899
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346900
|
+
"name": "PressEvents"
|
|
346901
|
+
},
|
|
346902
|
+
"declarations": [
|
|
346903
|
+
{
|
|
346904
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346905
|
+
"name": "PressEvents"
|
|
346906
|
+
}
|
|
346907
|
+
],
|
|
346908
|
+
"required": false,
|
|
346909
|
+
"type": {
|
|
346910
|
+
"name": "((e: PressEvent) => void)"
|
|
346911
|
+
}
|
|
346912
|
+
},
|
|
346913
|
+
"onClick": {
|
|
346914
|
+
"defaultValue": null,
|
|
346915
|
+
"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.",
|
|
346916
|
+
"name": "onClick",
|
|
346917
|
+
"parent": {
|
|
346918
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346919
|
+
"name": "PressEvents"
|
|
346920
|
+
},
|
|
346921
|
+
"declarations": [
|
|
346922
|
+
{
|
|
346923
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346924
|
+
"name": "PressEvents"
|
|
346925
|
+
}
|
|
346926
|
+
],
|
|
346927
|
+
"required": false,
|
|
346928
|
+
"type": {
|
|
346929
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
346930
|
+
}
|
|
346931
|
+
},
|
|
346932
|
+
"translate": {
|
|
346933
346933
|
"defaultValue": null,
|
|
346934
346934
|
"description": "",
|
|
346935
|
-
"name": "
|
|
346935
|
+
"name": "translate",
|
|
346936
346936
|
"parent": {
|
|
346937
346937
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346938
346938
|
"name": "GlobalDOMAttributes"
|
|
@@ -346945,13 +346945,13 @@
|
|
|
346945
346945
|
],
|
|
346946
346946
|
"required": false,
|
|
346947
346947
|
"type": {
|
|
346948
|
-
"name": "
|
|
346948
|
+
"name": "\"yes\" | \"no\""
|
|
346949
346949
|
}
|
|
346950
346950
|
},
|
|
346951
|
-
"
|
|
346951
|
+
"dir": {
|
|
346952
346952
|
"defaultValue": null,
|
|
346953
346953
|
"description": "",
|
|
346954
|
-
"name": "
|
|
346954
|
+
"name": "dir",
|
|
346955
346955
|
"parent": {
|
|
346956
346956
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346957
346957
|
"name": "GlobalDOMAttributes"
|
|
@@ -346964,13 +346964,13 @@
|
|
|
346964
346964
|
],
|
|
346965
346965
|
"required": false,
|
|
346966
346966
|
"type": {
|
|
346967
|
-
"name": "
|
|
346967
|
+
"name": "string"
|
|
346968
346968
|
}
|
|
346969
346969
|
},
|
|
346970
|
-
"
|
|
346970
|
+
"lang": {
|
|
346971
346971
|
"defaultValue": null,
|
|
346972
346972
|
"description": "",
|
|
346973
|
-
"name": "
|
|
346973
|
+
"name": "lang",
|
|
346974
346974
|
"parent": {
|
|
346975
346975
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346976
346976
|
"name": "GlobalDOMAttributes"
|
|
@@ -346983,13 +346983,13 @@
|
|
|
346983
346983
|
],
|
|
346984
346984
|
"required": false,
|
|
346985
346985
|
"type": {
|
|
346986
|
-
"name": "
|
|
346986
|
+
"name": "string"
|
|
346987
346987
|
}
|
|
346988
346988
|
},
|
|
346989
|
-
"
|
|
346989
|
+
"hidden": {
|
|
346990
346990
|
"defaultValue": null,
|
|
346991
346991
|
"description": "",
|
|
346992
|
-
"name": "
|
|
346992
|
+
"name": "hidden",
|
|
346993
346993
|
"parent": {
|
|
346994
346994
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346995
346995
|
"name": "GlobalDOMAttributes"
|
|
@@ -347002,26 +347002,26 @@
|
|
|
347002
347002
|
],
|
|
347003
347003
|
"required": false,
|
|
347004
347004
|
"type": {
|
|
347005
|
-
"name": "
|
|
347005
|
+
"name": "boolean"
|
|
347006
347006
|
}
|
|
347007
347007
|
},
|
|
347008
|
-
"
|
|
347008
|
+
"inert": {
|
|
347009
347009
|
"defaultValue": null,
|
|
347010
347010
|
"description": "",
|
|
347011
|
-
"name": "
|
|
347011
|
+
"name": "inert",
|
|
347012
347012
|
"parent": {
|
|
347013
347013
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347014
|
-
"name": "
|
|
347014
|
+
"name": "GlobalDOMAttributes"
|
|
347015
347015
|
},
|
|
347016
347016
|
"declarations": [
|
|
347017
347017
|
{
|
|
347018
347018
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347019
|
-
"name": "
|
|
347019
|
+
"name": "GlobalDOMAttributes"
|
|
347020
347020
|
}
|
|
347021
347021
|
],
|
|
347022
347022
|
"required": false,
|
|
347023
347023
|
"type": {
|
|
347024
|
-
"name": "
|
|
347024
|
+
"name": "boolean"
|
|
347025
347025
|
}
|
|
347026
347026
|
},
|
|
347027
347027
|
"onClickCapture": {
|
|
@@ -348221,34 +348221,34 @@
|
|
|
348221
348221
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
348222
348222
|
}
|
|
348223
348223
|
},
|
|
348224
|
-
"
|
|
348224
|
+
"hasAction": {
|
|
348225
348225
|
"defaultValue": null,
|
|
348226
348226
|
"description": "",
|
|
348227
|
-
"name": "
|
|
348227
|
+
"name": "hasAction",
|
|
348228
348228
|
"declarations": [
|
|
348229
348229
|
{
|
|
348230
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
348230
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
348231
348231
|
"name": "TypeLiteral"
|
|
348232
348232
|
}
|
|
348233
348233
|
],
|
|
348234
|
-
"required":
|
|
348234
|
+
"required": false,
|
|
348235
348235
|
"type": {
|
|
348236
|
-
"name": "
|
|
348236
|
+
"name": "boolean"
|
|
348237
348237
|
}
|
|
348238
348238
|
},
|
|
348239
|
-
"
|
|
348239
|
+
"isTile": {
|
|
348240
348240
|
"defaultValue": null,
|
|
348241
348241
|
"description": "",
|
|
348242
|
-
"name": "
|
|
348242
|
+
"name": "isTile",
|
|
348243
348243
|
"declarations": [
|
|
348244
348244
|
{
|
|
348245
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
348245
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
348246
348246
|
"name": "TypeLiteral"
|
|
348247
348247
|
}
|
|
348248
348248
|
],
|
|
348249
348249
|
"required": false,
|
|
348250
348250
|
"type": {
|
|
348251
|
-
"name": "
|
|
348251
|
+
"name": "boolean"
|
|
348252
348252
|
}
|
|
348253
348253
|
}
|
|
348254
348254
|
}
|
|
@@ -348441,62 +348441,6 @@
|
|
|
348441
348441
|
}
|
|
348442
348442
|
}
|
|
348443
348443
|
},
|
|
348444
|
-
{
|
|
348445
|
-
"tags": {},
|
|
348446
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348447
|
-
"description": "",
|
|
348448
|
-
"displayName": "SortingMenuItem",
|
|
348449
|
-
"methods": [],
|
|
348450
|
-
"props": {
|
|
348451
|
-
"sorting": {
|
|
348452
|
-
"defaultValue": null,
|
|
348453
|
-
"description": "",
|
|
348454
|
-
"name": "sorting",
|
|
348455
|
-
"parent": {
|
|
348456
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348457
|
-
"name": "Props"
|
|
348458
|
-
},
|
|
348459
|
-
"declarations": [
|
|
348460
|
-
{
|
|
348461
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348462
|
-
"name": "Props"
|
|
348463
|
-
}
|
|
348464
|
-
],
|
|
348465
|
-
"required": true,
|
|
348466
|
-
"type": {
|
|
348467
|
-
"name": "Sorting<never>"
|
|
348468
|
-
}
|
|
348469
|
-
}
|
|
348470
|
-
}
|
|
348471
|
-
},
|
|
348472
|
-
{
|
|
348473
|
-
"tags": {},
|
|
348474
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348475
|
-
"description": "",
|
|
348476
|
-
"displayName": "SortingContextMenu",
|
|
348477
|
-
"methods": [],
|
|
348478
|
-
"props": {
|
|
348479
|
-
"isDisabled": {
|
|
348480
|
-
"defaultValue": null,
|
|
348481
|
-
"description": "",
|
|
348482
|
-
"name": "isDisabled",
|
|
348483
|
-
"parent": {
|
|
348484
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348485
|
-
"name": "Props"
|
|
348486
|
-
},
|
|
348487
|
-
"declarations": [
|
|
348488
|
-
{
|
|
348489
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348490
|
-
"name": "Props"
|
|
348491
|
-
}
|
|
348492
|
-
],
|
|
348493
|
-
"required": false,
|
|
348494
|
-
"type": {
|
|
348495
|
-
"name": "boolean"
|
|
348496
|
-
}
|
|
348497
|
-
}
|
|
348498
|
-
}
|
|
348499
|
-
},
|
|
348500
348444
|
{
|
|
348501
348445
|
"tags": {},
|
|
348502
348446
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -348732,6 +348676,62 @@
|
|
|
348732
348676
|
}
|
|
348733
348677
|
}
|
|
348734
348678
|
},
|
|
348679
|
+
{
|
|
348680
|
+
"tags": {},
|
|
348681
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348682
|
+
"description": "",
|
|
348683
|
+
"displayName": "SortingMenuItem",
|
|
348684
|
+
"methods": [],
|
|
348685
|
+
"props": {
|
|
348686
|
+
"sorting": {
|
|
348687
|
+
"defaultValue": null,
|
|
348688
|
+
"description": "",
|
|
348689
|
+
"name": "sorting",
|
|
348690
|
+
"parent": {
|
|
348691
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348692
|
+
"name": "Props"
|
|
348693
|
+
},
|
|
348694
|
+
"declarations": [
|
|
348695
|
+
{
|
|
348696
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348697
|
+
"name": "Props"
|
|
348698
|
+
}
|
|
348699
|
+
],
|
|
348700
|
+
"required": true,
|
|
348701
|
+
"type": {
|
|
348702
|
+
"name": "Sorting<never>"
|
|
348703
|
+
}
|
|
348704
|
+
}
|
|
348705
|
+
}
|
|
348706
|
+
},
|
|
348707
|
+
{
|
|
348708
|
+
"tags": {},
|
|
348709
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348710
|
+
"description": "",
|
|
348711
|
+
"displayName": "SortingContextMenu",
|
|
348712
|
+
"methods": [],
|
|
348713
|
+
"props": {
|
|
348714
|
+
"isDisabled": {
|
|
348715
|
+
"defaultValue": null,
|
|
348716
|
+
"description": "",
|
|
348717
|
+
"name": "isDisabled",
|
|
348718
|
+
"parent": {
|
|
348719
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348720
|
+
"name": "Props"
|
|
348721
|
+
},
|
|
348722
|
+
"declarations": [
|
|
348723
|
+
{
|
|
348724
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348725
|
+
"name": "Props"
|
|
348726
|
+
}
|
|
348727
|
+
],
|
|
348728
|
+
"required": false,
|
|
348729
|
+
"type": {
|
|
348730
|
+
"name": "boolean"
|
|
348731
|
+
}
|
|
348732
|
+
}
|
|
348733
|
+
}
|
|
348734
|
+
},
|
|
348735
348735
|
{
|
|
348736
348736
|
"tags": {},
|
|
348737
348737
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|