@mittwald/flow-react-components 0.2.0-alpha.824 → 0.2.0-alpha.825
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +976 -976
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs +4 -4
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs +4 -2
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs +2 -2
- package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs.map +1 -1
- package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +3 -0
- package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs.map +1 -1
- package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
- package/dist/types/components/MenuItem/components/MenuItemContent/MenuItemContent.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -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/Autocomplete/Autocomplete.tsx",
|
|
230937
230937
|
"description": "",
|
|
230938
|
-
"displayName": "
|
|
230938
|
+
"displayName": "Autocomplete",
|
|
230939
230939
|
"methods": [],
|
|
230940
230940
|
"props": {
|
|
230941
230941
|
"children": {
|
|
@@ -231047,6 +231047,86 @@
|
|
|
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
|
+
}
|
|
231050
231130
|
}
|
|
231051
231131
|
}
|
|
231052
231132
|
},
|
|
@@ -231054,9 +231134,9 @@
|
|
|
231054
231134
|
"tags": {
|
|
231055
231135
|
"flr-generate": "all"
|
|
231056
231136
|
},
|
|
231057
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
231137
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
231058
231138
|
"description": "",
|
|
231059
|
-
"displayName": "
|
|
231139
|
+
"displayName": "Align",
|
|
231060
231140
|
"methods": [],
|
|
231061
231141
|
"props": {
|
|
231062
231142
|
"children": {
|
|
@@ -231168,86 +231248,6 @@
|
|
|
231168
231248
|
"type": {
|
|
231169
231249
|
"name": "Key | null"
|
|
231170
231250
|
}
|
|
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,49 +275359,6 @@
|
|
|
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
|
-
},
|
|
275405
275362
|
{
|
|
275406
275363
|
"tags": {},
|
|
275407
275364
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277760,79 +277717,28 @@
|
|
|
277760
277717
|
},
|
|
277761
277718
|
{
|
|
277762
277719
|
"tags": {},
|
|
277763
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
277764
|
-
"description": "",
|
|
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",
|
|
277774
|
-
"methods": [],
|
|
277775
|
-
"props": {
|
|
277776
|
-
"showFeedback": {
|
|
277777
|
-
"defaultValue": null,
|
|
277778
|
-
"description": "",
|
|
277779
|
-
"name": "showFeedback",
|
|
277780
|
-
"parent": {
|
|
277781
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277782
|
-
"name": "ActionProps"
|
|
277783
|
-
},
|
|
277784
|
-
"declarations": [
|
|
277785
|
-
{
|
|
277786
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277787
|
-
"name": "ActionProps"
|
|
277788
|
-
}
|
|
277789
|
-
],
|
|
277790
|
-
"required": false,
|
|
277791
|
-
"type": {
|
|
277792
|
-
"name": "boolean"
|
|
277793
|
-
}
|
|
277794
|
-
},
|
|
277795
|
-
"children": {
|
|
277796
|
-
"defaultValue": null,
|
|
277797
|
-
"description": "",
|
|
277798
|
-
"name": "children",
|
|
277799
|
-
"declarations": [
|
|
277800
|
-
{
|
|
277801
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277802
|
-
"name": "TypeLiteral"
|
|
277803
|
-
}
|
|
277804
|
-
],
|
|
277805
|
-
"required": false,
|
|
277806
|
-
"type": {
|
|
277807
|
-
"name": "ReactNode"
|
|
277808
|
-
}
|
|
277809
|
-
}
|
|
277810
|
-
}
|
|
277811
|
-
},
|
|
277812
|
-
{
|
|
277813
|
-
"tags": {},
|
|
277814
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
277720
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277815
277721
|
"description": "",
|
|
277816
|
-
"displayName": "
|
|
277722
|
+
"displayName": "FormSettingsProvider",
|
|
277817
277723
|
"methods": [],
|
|
277818
277724
|
"props": {
|
|
277819
|
-
"
|
|
277725
|
+
"submitInterceptor": {
|
|
277820
277726
|
"defaultValue": null,
|
|
277821
277727
|
"description": "",
|
|
277822
|
-
"name": "
|
|
277728
|
+
"name": "submitInterceptor",
|
|
277823
277729
|
"parent": {
|
|
277824
|
-
"fileName": "components/src/components/
|
|
277825
|
-
"name": "
|
|
277730
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277731
|
+
"name": "Context"
|
|
277826
277732
|
},
|
|
277827
277733
|
"declarations": [
|
|
277828
277734
|
{
|
|
277829
|
-
"fileName": "components/src/components/
|
|
277830
|
-
"name": "
|
|
277735
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277736
|
+
"name": "Context"
|
|
277831
277737
|
}
|
|
277832
277738
|
],
|
|
277833
277739
|
"required": false,
|
|
277834
277740
|
"type": {
|
|
277835
|
-
"name": "
|
|
277741
|
+
"name": "SubmitInterceptor"
|
|
277836
277742
|
}
|
|
277837
277743
|
},
|
|
277838
277744
|
"children": {
|
|
@@ -277854,84 +277760,11 @@
|
|
|
277854
277760
|
},
|
|
277855
277761
|
{
|
|
277856
277762
|
"tags": {},
|
|
277857
|
-
"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",
|
|
277858
277764
|
"description": "",
|
|
277859
|
-
"displayName": "
|
|
277765
|
+
"displayName": "FormRootError",
|
|
277860
277766
|
"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
|
-
}
|
|
277767
|
+
"props": {}
|
|
277935
277768
|
},
|
|
277936
277769
|
{
|
|
277937
277770
|
"tags": {},
|
|
@@ -278099,6 +277932,173 @@
|
|
|
278099
277932
|
}
|
|
278100
277933
|
}
|
|
278101
277934
|
},
|
|
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",
|
|
@@ -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/TableHeader/TableHeader.tsx",
|
|
295384
295384
|
"description": "",
|
|
295385
|
-
"displayName": "
|
|
295385
|
+
"displayName": "TableHeader",
|
|
295386
295386
|
"methods": [],
|
|
295387
295387
|
"props": {
|
|
295388
295388
|
"className": {
|
|
@@ -295444,25 +295444,6 @@
|
|
|
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
|
-
},
|
|
295466
295447
|
"dependencies": {
|
|
295467
295448
|
"defaultValue": null,
|
|
295468
295449
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -295482,82 +295463,6 @@
|
|
|
295482
295463
|
"name": "readonly any[]"
|
|
295483
295464
|
}
|
|
295484
295465
|
},
|
|
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
|
-
},
|
|
295561
295466
|
"style": {
|
|
295562
295467
|
"defaultValue": null,
|
|
295563
295468
|
"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.",
|
|
@@ -295577,158 +295482,6 @@
|
|
|
295577
295482
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
295578
295483
|
}
|
|
295579
295484
|
},
|
|
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
|
-
},
|
|
295732
295485
|
"onHoverStart": {
|
|
295733
295486
|
"defaultValue": null,
|
|
295734
295487
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -295786,124 +295539,29 @@
|
|
|
295786
295539
|
"name": "((isHovering: boolean) => void)"
|
|
295787
295540
|
}
|
|
295788
295541
|
},
|
|
295789
|
-
"
|
|
295790
|
-
"defaultValue": null,
|
|
295791
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
295792
|
-
"name": "onPress",
|
|
295793
|
-
"parent": {
|
|
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"
|
|
295796
|
-
},
|
|
295797
|
-
"declarations": [
|
|
295798
|
-
{
|
|
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"
|
|
295801
|
-
}
|
|
295802
|
-
],
|
|
295803
|
-
"required": false,
|
|
295804
|
-
"type": {
|
|
295805
|
-
"name": "((e: PressEvent) => void)"
|
|
295806
|
-
}
|
|
295807
|
-
},
|
|
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": {
|
|
295542
|
+
"dir": {
|
|
295885
295543
|
"defaultValue": null,
|
|
295886
|
-
"description": "
|
|
295887
|
-
"name": "
|
|
295544
|
+
"description": "",
|
|
295545
|
+
"name": "dir",
|
|
295888
295546
|
"parent": {
|
|
295889
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
295890
|
-
"name": "
|
|
295547
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295548
|
+
"name": "GlobalDOMAttributes"
|
|
295891
295549
|
},
|
|
295892
295550
|
"declarations": [
|
|
295893
295551
|
{
|
|
295894
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
295895
|
-
"name": "
|
|
295552
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295553
|
+
"name": "GlobalDOMAttributes"
|
|
295896
295554
|
}
|
|
295897
295555
|
],
|
|
295898
295556
|
"required": false,
|
|
295899
295557
|
"type": {
|
|
295900
|
-
"name": "
|
|
295558
|
+
"name": "string"
|
|
295901
295559
|
}
|
|
295902
295560
|
},
|
|
295903
|
-
"
|
|
295561
|
+
"lang": {
|
|
295904
295562
|
"defaultValue": null,
|
|
295905
295563
|
"description": "",
|
|
295906
|
-
"name": "
|
|
295564
|
+
"name": "lang",
|
|
295907
295565
|
"parent": {
|
|
295908
295566
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295909
295567
|
"name": "GlobalDOMAttributes"
|
|
@@ -295916,13 +295574,13 @@
|
|
|
295916
295574
|
],
|
|
295917
295575
|
"required": false,
|
|
295918
295576
|
"type": {
|
|
295919
|
-
"name": "
|
|
295577
|
+
"name": "string"
|
|
295920
295578
|
}
|
|
295921
295579
|
},
|
|
295922
|
-
"
|
|
295580
|
+
"hidden": {
|
|
295923
295581
|
"defaultValue": null,
|
|
295924
295582
|
"description": "",
|
|
295925
|
-
"name": "
|
|
295583
|
+
"name": "hidden",
|
|
295926
295584
|
"parent": {
|
|
295927
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",
|
|
295928
295586
|
"name": "GlobalDOMAttributes"
|
|
@@ -295935,13 +295593,13 @@
|
|
|
295935
295593
|
],
|
|
295936
295594
|
"required": false,
|
|
295937
295595
|
"type": {
|
|
295938
|
-
"name": "
|
|
295596
|
+
"name": "boolean"
|
|
295939
295597
|
}
|
|
295940
295598
|
},
|
|
295941
|
-
"
|
|
295599
|
+
"inert": {
|
|
295942
295600
|
"defaultValue": null,
|
|
295943
295601
|
"description": "",
|
|
295944
|
-
"name": "
|
|
295602
|
+
"name": "inert",
|
|
295945
295603
|
"parent": {
|
|
295946
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",
|
|
295947
295605
|
"name": "GlobalDOMAttributes"
|
|
@@ -295954,13 +295612,13 @@
|
|
|
295954
295612
|
],
|
|
295955
295613
|
"required": false,
|
|
295956
295614
|
"type": {
|
|
295957
|
-
"name": "
|
|
295615
|
+
"name": "boolean"
|
|
295958
295616
|
}
|
|
295959
295617
|
},
|
|
295960
|
-
"
|
|
295618
|
+
"translate": {
|
|
295961
295619
|
"defaultValue": null,
|
|
295962
295620
|
"description": "",
|
|
295963
|
-
"name": "
|
|
295621
|
+
"name": "translate",
|
|
295964
295622
|
"parent": {
|
|
295965
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",
|
|
295966
295624
|
"name": "GlobalDOMAttributes"
|
|
@@ -295973,26 +295631,26 @@
|
|
|
295973
295631
|
],
|
|
295974
295632
|
"required": false,
|
|
295975
295633
|
"type": {
|
|
295976
|
-
"name": "
|
|
295634
|
+
"name": "\"yes\" | \"no\""
|
|
295977
295635
|
}
|
|
295978
295636
|
},
|
|
295979
|
-
"
|
|
295637
|
+
"onClick": {
|
|
295980
295638
|
"defaultValue": null,
|
|
295981
295639
|
"description": "",
|
|
295982
|
-
"name": "
|
|
295640
|
+
"name": "onClick",
|
|
295983
295641
|
"parent": {
|
|
295984
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",
|
|
295985
|
-
"name": "
|
|
295643
|
+
"name": "GlobalDOMEvents"
|
|
295986
295644
|
},
|
|
295987
295645
|
"declarations": [
|
|
295988
295646
|
{
|
|
295989
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",
|
|
295990
|
-
"name": "
|
|
295648
|
+
"name": "GlobalDOMEvents"
|
|
295991
295649
|
}
|
|
295992
295650
|
],
|
|
295993
295651
|
"required": false,
|
|
295994
295652
|
"type": {
|
|
295995
|
-
"name": "
|
|
295653
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
295996
295654
|
}
|
|
295997
295655
|
},
|
|
295998
295656
|
"onClickCapture": {
|
|
@@ -297191,21 +296849,6 @@
|
|
|
297191
296849
|
"type": {
|
|
297192
296850
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
297193
296851
|
}
|
|
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
|
-
}
|
|
297209
296852
|
}
|
|
297210
296853
|
}
|
|
297211
296854
|
},
|
|
@@ -297213,9 +296856,9 @@
|
|
|
297213
296856
|
"tags": {
|
|
297214
296857
|
"flr-generate": "all"
|
|
297215
296858
|
},
|
|
297216
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
296859
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
297217
296860
|
"description": "",
|
|
297218
|
-
"displayName": "
|
|
296861
|
+
"displayName": "TableFooterRow",
|
|
297219
296862
|
"methods": [],
|
|
297220
296863
|
"props": {
|
|
297221
296864
|
"className": {
|
|
@@ -297277,6 +296920,25 @@
|
|
|
297277
296920
|
"name": "ReactNode"
|
|
297278
296921
|
}
|
|
297279
296922
|
},
|
|
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
|
+
},
|
|
297280
296942
|
"dependencies": {
|
|
297281
296943
|
"defaultValue": null,
|
|
297282
296944
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -297296,6 +296958,82 @@
|
|
|
297296
296958
|
"name": "readonly any[]"
|
|
297297
296959
|
}
|
|
297298
296960
|
},
|
|
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
|
+
},
|
|
297299
297037
|
"style": {
|
|
297300
297038
|
"defaultValue": null,
|
|
297301
297039
|
"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.",
|
|
@@ -297315,6 +297053,158 @@
|
|
|
297315
297053
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
297316
297054
|
}
|
|
297317
297055
|
},
|
|
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
|
+
},
|
|
297318
297208
|
"onHoverStart": {
|
|
297319
297209
|
"defaultValue": null,
|
|
297320
297210
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -297372,29 +297262,124 @@
|
|
|
297372
297262
|
"name": "((isHovering: boolean) => void)"
|
|
297373
297263
|
}
|
|
297374
297264
|
},
|
|
297375
|
-
"
|
|
297265
|
+
"onPress": {
|
|
297376
297266
|
"defaultValue": null,
|
|
297377
|
-
"description": "",
|
|
297378
|
-
"name": "
|
|
297267
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
297268
|
+
"name": "onPress",
|
|
297379
297269
|
"parent": {
|
|
297380
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
297381
|
-
"name": "
|
|
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"
|
|
297382
297272
|
},
|
|
297383
297273
|
"declarations": [
|
|
297384
297274
|
{
|
|
297385
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
297386
|
-
"name": "
|
|
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"
|
|
297387
297277
|
}
|
|
297388
297278
|
],
|
|
297389
297279
|
"required": false,
|
|
297390
297280
|
"type": {
|
|
297391
|
-
"name": "
|
|
297281
|
+
"name": "((e: PressEvent) => void)"
|
|
297392
297282
|
}
|
|
297393
297283
|
},
|
|
297394
|
-
"
|
|
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": {
|
|
297361
|
+
"defaultValue": null,
|
|
297362
|
+
"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.",
|
|
297363
|
+
"name": "onClick",
|
|
297364
|
+
"parent": {
|
|
297365
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297366
|
+
"name": "PressEvents"
|
|
297367
|
+
},
|
|
297368
|
+
"declarations": [
|
|
297369
|
+
{
|
|
297370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
297371
|
+
"name": "PressEvents"
|
|
297372
|
+
}
|
|
297373
|
+
],
|
|
297374
|
+
"required": false,
|
|
297375
|
+
"type": {
|
|
297376
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
297377
|
+
}
|
|
297378
|
+
},
|
|
297379
|
+
"translate": {
|
|
297395
297380
|
"defaultValue": null,
|
|
297396
297381
|
"description": "",
|
|
297397
|
-
"name": "
|
|
297382
|
+
"name": "translate",
|
|
297398
297383
|
"parent": {
|
|
297399
297384
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297400
297385
|
"name": "GlobalDOMAttributes"
|
|
@@ -297407,13 +297392,13 @@
|
|
|
297407
297392
|
],
|
|
297408
297393
|
"required": false,
|
|
297409
297394
|
"type": {
|
|
297410
|
-
"name": "
|
|
297395
|
+
"name": "\"yes\" | \"no\""
|
|
297411
297396
|
}
|
|
297412
297397
|
},
|
|
297413
|
-
"
|
|
297398
|
+
"dir": {
|
|
297414
297399
|
"defaultValue": null,
|
|
297415
297400
|
"description": "",
|
|
297416
|
-
"name": "
|
|
297401
|
+
"name": "dir",
|
|
297417
297402
|
"parent": {
|
|
297418
297403
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297419
297404
|
"name": "GlobalDOMAttributes"
|
|
@@ -297426,13 +297411,13 @@
|
|
|
297426
297411
|
],
|
|
297427
297412
|
"required": false,
|
|
297428
297413
|
"type": {
|
|
297429
|
-
"name": "
|
|
297414
|
+
"name": "string"
|
|
297430
297415
|
}
|
|
297431
297416
|
},
|
|
297432
|
-
"
|
|
297417
|
+
"lang": {
|
|
297433
297418
|
"defaultValue": null,
|
|
297434
297419
|
"description": "",
|
|
297435
|
-
"name": "
|
|
297420
|
+
"name": "lang",
|
|
297436
297421
|
"parent": {
|
|
297437
297422
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297438
297423
|
"name": "GlobalDOMAttributes"
|
|
@@ -297445,13 +297430,13 @@
|
|
|
297445
297430
|
],
|
|
297446
297431
|
"required": false,
|
|
297447
297432
|
"type": {
|
|
297448
|
-
"name": "
|
|
297433
|
+
"name": "string"
|
|
297449
297434
|
}
|
|
297450
297435
|
},
|
|
297451
|
-
"
|
|
297436
|
+
"hidden": {
|
|
297452
297437
|
"defaultValue": null,
|
|
297453
297438
|
"description": "",
|
|
297454
|
-
"name": "
|
|
297439
|
+
"name": "hidden",
|
|
297455
297440
|
"parent": {
|
|
297456
297441
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297457
297442
|
"name": "GlobalDOMAttributes"
|
|
@@ -297464,26 +297449,26 @@
|
|
|
297464
297449
|
],
|
|
297465
297450
|
"required": false,
|
|
297466
297451
|
"type": {
|
|
297467
|
-
"name": "
|
|
297452
|
+
"name": "boolean"
|
|
297468
297453
|
}
|
|
297469
297454
|
},
|
|
297470
|
-
"
|
|
297455
|
+
"inert": {
|
|
297471
297456
|
"defaultValue": null,
|
|
297472
297457
|
"description": "",
|
|
297473
|
-
"name": "
|
|
297458
|
+
"name": "inert",
|
|
297474
297459
|
"parent": {
|
|
297475
297460
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297476
|
-
"name": "
|
|
297461
|
+
"name": "GlobalDOMAttributes"
|
|
297477
297462
|
},
|
|
297478
297463
|
"declarations": [
|
|
297479
297464
|
{
|
|
297480
297465
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
297481
|
-
"name": "
|
|
297466
|
+
"name": "GlobalDOMAttributes"
|
|
297482
297467
|
}
|
|
297483
297468
|
],
|
|
297484
297469
|
"required": false,
|
|
297485
297470
|
"type": {
|
|
297486
|
-
"name": "
|
|
297471
|
+
"name": "boolean"
|
|
297487
297472
|
}
|
|
297488
297473
|
},
|
|
297489
297474
|
"onClickCapture": {
|
|
@@ -298682,6 +298667,21 @@
|
|
|
298682
298667
|
"type": {
|
|
298683
298668
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
298684
298669
|
}
|
|
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,55 +309345,6 @@
|
|
|
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
|
-
},
|
|
309397
309348
|
{
|
|
309398
309349
|
"tags": {},
|
|
309399
309350
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -309479,6 +309430,55 @@
|
|
|
309479
309430
|
}
|
|
309480
309431
|
}
|
|
309481
309432
|
},
|
|
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": ""
|
|
@@ -318796,6 +318796,34 @@
|
|
|
318796
318796
|
}
|
|
318797
318797
|
}
|
|
318798
318798
|
},
|
|
318799
|
+
{
|
|
318800
|
+
"tags": {},
|
|
318801
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318802
|
+
"description": "",
|
|
318803
|
+
"displayName": "DeleteButton",
|
|
318804
|
+
"methods": [],
|
|
318805
|
+
"props": {
|
|
318806
|
+
"onDelete": {
|
|
318807
|
+
"defaultValue": null,
|
|
318808
|
+
"description": "",
|
|
318809
|
+
"name": "onDelete",
|
|
318810
|
+
"parent": {
|
|
318811
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318812
|
+
"name": "Props"
|
|
318813
|
+
},
|
|
318814
|
+
"declarations": [
|
|
318815
|
+
{
|
|
318816
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318817
|
+
"name": "Props"
|
|
318818
|
+
}
|
|
318819
|
+
],
|
|
318820
|
+
"required": true,
|
|
318821
|
+
"type": {
|
|
318822
|
+
"name": "() => void"
|
|
318823
|
+
}
|
|
318824
|
+
}
|
|
318825
|
+
}
|
|
318826
|
+
},
|
|
318799
318827
|
{
|
|
318800
318828
|
"tags": {},
|
|
318801
318829
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -318862,34 +318890,6 @@
|
|
|
318862
318890
|
}
|
|
318863
318891
|
}
|
|
318864
318892
|
},
|
|
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,175 +322500,6 @@
|
|
|
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
|
-
},
|
|
322672
322503
|
{
|
|
322673
322504
|
"tags": {
|
|
322674
322505
|
"flr-generate": "all"
|
|
@@ -322919,6 +322750,175 @@
|
|
|
322919
322750
|
}
|
|
322920
322751
|
}
|
|
322921
322752
|
},
|
|
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",
|
|
@@ -348441,6 +348441,62 @@
|
|
|
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
|
+
},
|
|
348444
348500
|
{
|
|
348445
348501
|
"tags": {},
|
|
348446
348502
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -348676,62 +348732,6 @@
|
|
|
348676
348732
|
}
|
|
348677
348733
|
}
|
|
348678
348734
|
},
|
|
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",
|