@mittwald/flow-react-components 0.2.0-alpha.800 → 0.2.0-alpha.801
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 +6 -0
- package/dist/assets/doc-properties.json +599 -524
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@926b2109eb7c356d3d5e61c950de4c00.mjs +14 -0
- package/dist/js/_virtual/_.locale.json@926b2109eb7c356d3d5e61c950de4c00.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +4 -1
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs +7 -2
- package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs +27 -0
- package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts +2 -1
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts +6 -0
- package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts.map +1 -0
- package/dist/types/components/Tabs/components/FallbackTab/index.d.ts +2 -0
- package/dist/types/components/Tabs/components/FallbackTab/index.d.ts.map +1 -0
- package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts +1 -0
- package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs +0 -9
- package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs.map +0 -1
|
@@ -14418,6 +14418,25 @@
|
|
|
14418
14418
|
"displayName": "Tabs",
|
|
14419
14419
|
"methods": [],
|
|
14420
14420
|
"props": {
|
|
14421
|
+
"tabNotFoundView": {
|
|
14422
|
+
"defaultValue": null,
|
|
14423
|
+
"description": "",
|
|
14424
|
+
"name": "tabNotFoundView",
|
|
14425
|
+
"parent": {
|
|
14426
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
14427
|
+
"name": "TabsProps"
|
|
14428
|
+
},
|
|
14429
|
+
"declarations": [
|
|
14430
|
+
{
|
|
14431
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
14432
|
+
"name": "TabsProps"
|
|
14433
|
+
}
|
|
14434
|
+
],
|
|
14435
|
+
"required": false,
|
|
14436
|
+
"type": {
|
|
14437
|
+
"name": "ReactNode"
|
|
14438
|
+
}
|
|
14439
|
+
},
|
|
14421
14440
|
"translate": {
|
|
14422
14441
|
"defaultValue": null,
|
|
14423
14442
|
"description": "",
|
|
@@ -17876,34 +17895,6 @@
|
|
|
17876
17895
|
}
|
|
17877
17896
|
}
|
|
17878
17897
|
},
|
|
17879
|
-
{
|
|
17880
|
-
"tags": {},
|
|
17881
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
17882
|
-
"description": "",
|
|
17883
|
-
"displayName": "SuspenseTrigger",
|
|
17884
|
-
"methods": [],
|
|
17885
|
-
"props": {
|
|
17886
|
-
"show": {
|
|
17887
|
-
"defaultValue": null,
|
|
17888
|
-
"description": "",
|
|
17889
|
-
"name": "show",
|
|
17890
|
-
"parent": {
|
|
17891
|
-
"fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
17892
|
-
"name": "SuspenseTriggerProps"
|
|
17893
|
-
},
|
|
17894
|
-
"declarations": [
|
|
17895
|
-
{
|
|
17896
|
-
"fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
17897
|
-
"name": "SuspenseTriggerProps"
|
|
17898
|
-
}
|
|
17899
|
-
],
|
|
17900
|
-
"required": false,
|
|
17901
|
-
"type": {
|
|
17902
|
-
"name": "boolean"
|
|
17903
|
-
}
|
|
17904
|
-
}
|
|
17905
|
-
}
|
|
17906
|
-
},
|
|
17907
17898
|
{
|
|
17908
17899
|
"tags": {
|
|
17909
17900
|
"flr-generate": "all"
|
|
@@ -19834,6 +19825,34 @@
|
|
|
19834
19825
|
}
|
|
19835
19826
|
}
|
|
19836
19827
|
},
|
|
19828
|
+
{
|
|
19829
|
+
"tags": {},
|
|
19830
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
19831
|
+
"description": "",
|
|
19832
|
+
"displayName": "SuspenseTrigger",
|
|
19833
|
+
"methods": [],
|
|
19834
|
+
"props": {
|
|
19835
|
+
"show": {
|
|
19836
|
+
"defaultValue": null,
|
|
19837
|
+
"description": "",
|
|
19838
|
+
"name": "show",
|
|
19839
|
+
"parent": {
|
|
19840
|
+
"fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
19841
|
+
"name": "SuspenseTriggerProps"
|
|
19842
|
+
},
|
|
19843
|
+
"declarations": [
|
|
19844
|
+
{
|
|
19845
|
+
"fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
|
|
19846
|
+
"name": "SuspenseTriggerProps"
|
|
19847
|
+
}
|
|
19848
|
+
],
|
|
19849
|
+
"required": false,
|
|
19850
|
+
"type": {
|
|
19851
|
+
"name": "boolean"
|
|
19852
|
+
}
|
|
19853
|
+
}
|
|
19854
|
+
}
|
|
19855
|
+
},
|
|
19837
19856
|
{
|
|
19838
19857
|
"tags": {
|
|
19839
19858
|
"flr-generate": "all"
|
|
@@ -155012,23 +155031,23 @@
|
|
|
155012
155031
|
"tags": {
|
|
155013
155032
|
"flr-generate": "all"
|
|
155014
155033
|
},
|
|
155015
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
155034
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
|
|
155016
155035
|
"description": "",
|
|
155017
|
-
"displayName": "
|
|
155036
|
+
"displayName": "FileDropZone",
|
|
155018
155037
|
"methods": [],
|
|
155019
155038
|
"props": {
|
|
155020
155039
|
"onChange": {
|
|
155021
155040
|
"defaultValue": null,
|
|
155022
|
-
"description": "
|
|
155041
|
+
"description": "",
|
|
155023
155042
|
"name": "onChange",
|
|
155024
155043
|
"parent": {
|
|
155025
|
-
"fileName": "components/src/components/
|
|
155026
|
-
"name": "
|
|
155044
|
+
"fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
|
|
155045
|
+
"name": "FileDropZoneProps"
|
|
155027
155046
|
},
|
|
155028
155047
|
"declarations": [
|
|
155029
155048
|
{
|
|
155030
|
-
"fileName": "components/src/components/
|
|
155031
|
-
"name": "
|
|
155049
|
+
"fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
|
|
155050
|
+
"name": "FileDropZoneProps"
|
|
155032
155051
|
}
|
|
155033
155052
|
],
|
|
155034
155053
|
"required": false,
|
|
@@ -155041,13 +155060,13 @@
|
|
|
155041
155060
|
"description": "Whether the component is read only.",
|
|
155042
155061
|
"name": "isReadOnly",
|
|
155043
155062
|
"parent": {
|
|
155044
|
-
"fileName": "components/src/components/
|
|
155045
|
-
"name": "
|
|
155063
|
+
"fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
|
|
155064
|
+
"name": "FileDropZoneProps"
|
|
155046
155065
|
},
|
|
155047
155066
|
"declarations": [
|
|
155048
155067
|
{
|
|
155049
|
-
"fileName": "components/src/components/
|
|
155050
|
-
"name": "
|
|
155068
|
+
"fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
|
|
155069
|
+
"name": "FileDropZoneProps"
|
|
155051
155070
|
}
|
|
155052
155071
|
],
|
|
155053
155072
|
"required": false,
|
|
@@ -155055,19 +155074,23 @@
|
|
|
155055
155074
|
"name": "boolean"
|
|
155056
155075
|
}
|
|
155057
155076
|
},
|
|
155058
|
-
"
|
|
155077
|
+
"className": {
|
|
155059
155078
|
"defaultValue": null,
|
|
155060
|
-
"description": "",
|
|
155061
|
-
"name": "
|
|
155079
|
+
"description": "The elements class name.",
|
|
155080
|
+
"name": "className",
|
|
155081
|
+
"parent": {
|
|
155082
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
155083
|
+
"name": "PropsWithClassName"
|
|
155084
|
+
},
|
|
155062
155085
|
"declarations": [
|
|
155063
155086
|
{
|
|
155064
|
-
"fileName": "
|
|
155065
|
-
"name": "
|
|
155087
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
155088
|
+
"name": "PropsWithClassName"
|
|
155066
155089
|
}
|
|
155067
155090
|
],
|
|
155068
155091
|
"required": false,
|
|
155069
155092
|
"type": {
|
|
155070
|
-
"name": "
|
|
155093
|
+
"name": "string"
|
|
155071
155094
|
}
|
|
155072
155095
|
},
|
|
155073
155096
|
"wrapWith": {
|
|
@@ -155146,6 +155169,21 @@
|
|
|
155146
155169
|
"name": "Key | null"
|
|
155147
155170
|
}
|
|
155148
155171
|
},
|
|
155172
|
+
"children": {
|
|
155173
|
+
"defaultValue": null,
|
|
155174
|
+
"description": "",
|
|
155175
|
+
"name": "children",
|
|
155176
|
+
"declarations": [
|
|
155177
|
+
{
|
|
155178
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155179
|
+
"name": "TypeLiteral"
|
|
155180
|
+
}
|
|
155181
|
+
],
|
|
155182
|
+
"required": false,
|
|
155183
|
+
"type": {
|
|
155184
|
+
"name": "ReactNode"
|
|
155185
|
+
}
|
|
155186
|
+
},
|
|
155149
155187
|
"name": {
|
|
155150
155188
|
"defaultValue": null,
|
|
155151
155189
|
"description": "",
|
|
@@ -155203,77 +155241,18 @@
|
|
|
155203
155241
|
"name": "boolean"
|
|
155204
155242
|
}
|
|
155205
155243
|
},
|
|
155206
|
-
"validationBehavior": {
|
|
155207
|
-
"defaultValue": {
|
|
155208
|
-
"value": "'native'"
|
|
155209
|
-
},
|
|
155210
|
-
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
155211
|
-
"name": "validationBehavior",
|
|
155212
|
-
"parent": {
|
|
155213
|
-
"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",
|
|
155214
|
-
"name": "RACValidation"
|
|
155215
|
-
},
|
|
155216
|
-
"declarations": [
|
|
155217
|
-
{
|
|
155218
|
-
"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",
|
|
155219
|
-
"name": "RACValidation"
|
|
155220
|
-
}
|
|
155221
|
-
],
|
|
155222
|
-
"required": false,
|
|
155223
|
-
"type": {
|
|
155224
|
-
"name": "\"native\" | \"aria\""
|
|
155225
|
-
}
|
|
155226
|
-
},
|
|
155227
155244
|
"isDisabled": {
|
|
155228
155245
|
"defaultValue": null,
|
|
155229
|
-
"description": "Whether the
|
|
155246
|
+
"description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
|
|
155230
155247
|
"name": "isDisabled",
|
|
155231
155248
|
"parent": {
|
|
155232
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
155233
|
-
"name": "
|
|
155234
|
-
},
|
|
155235
|
-
"declarations": [
|
|
155236
|
-
{
|
|
155237
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155238
|
-
"name": "InputBase"
|
|
155239
|
-
}
|
|
155240
|
-
],
|
|
155241
|
-
"required": false,
|
|
155242
|
-
"type": {
|
|
155243
|
-
"name": "boolean"
|
|
155244
|
-
}
|
|
155245
|
-
},
|
|
155246
|
-
"isRequired": {
|
|
155247
|
-
"defaultValue": null,
|
|
155248
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
155249
|
-
"name": "isRequired",
|
|
155250
|
-
"parent": {
|
|
155251
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155252
|
-
"name": "Validation"
|
|
155253
|
-
},
|
|
155254
|
-
"declarations": [
|
|
155255
|
-
{
|
|
155256
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155257
|
-
"name": "Validation"
|
|
155258
|
-
}
|
|
155259
|
-
],
|
|
155260
|
-
"required": false,
|
|
155261
|
-
"type": {
|
|
155262
|
-
"name": "boolean"
|
|
155263
|
-
}
|
|
155264
|
-
},
|
|
155265
|
-
"isInvalid": {
|
|
155266
|
-
"defaultValue": null,
|
|
155267
|
-
"description": "Whether the value is invalid.",
|
|
155268
|
-
"name": "isInvalid",
|
|
155269
|
-
"parent": {
|
|
155270
|
-
"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",
|
|
155271
|
-
"name": "TextFieldProps"
|
|
155249
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
|
|
155250
|
+
"name": "DropOptions"
|
|
155272
155251
|
},
|
|
155273
155252
|
"declarations": [
|
|
155274
155253
|
{
|
|
155275
|
-
"fileName": "flow/node_modules/.pnpm
|
|
155276
|
-
"name": "
|
|
155254
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
|
|
155255
|
+
"name": "DropOptions"
|
|
155277
155256
|
}
|
|
155278
155257
|
],
|
|
155279
155258
|
"required": false,
|
|
@@ -155287,23 +155266,23 @@
|
|
|
155287
155266
|
"tags": {
|
|
155288
155267
|
"flr-generate": "all"
|
|
155289
155268
|
},
|
|
155290
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
155269
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
|
|
155291
155270
|
"description": "",
|
|
155292
|
-
"displayName": "
|
|
155271
|
+
"displayName": "FileField",
|
|
155293
155272
|
"methods": [],
|
|
155294
155273
|
"props": {
|
|
155295
155274
|
"onChange": {
|
|
155296
155275
|
"defaultValue": null,
|
|
155297
|
-
"description": "",
|
|
155276
|
+
"description": "Handler that is called when the file input changes.",
|
|
155298
155277
|
"name": "onChange",
|
|
155299
155278
|
"parent": {
|
|
155300
|
-
"fileName": "components/src/components/
|
|
155301
|
-
"name": "
|
|
155279
|
+
"fileName": "components/src/components/FileField/FileField.tsx",
|
|
155280
|
+
"name": "FileFieldProps"
|
|
155302
155281
|
},
|
|
155303
155282
|
"declarations": [
|
|
155304
155283
|
{
|
|
155305
|
-
"fileName": "components/src/components/
|
|
155306
|
-
"name": "
|
|
155284
|
+
"fileName": "components/src/components/FileField/FileField.tsx",
|
|
155285
|
+
"name": "FileFieldProps"
|
|
155307
155286
|
}
|
|
155308
155287
|
],
|
|
155309
155288
|
"required": false,
|
|
@@ -155316,13 +155295,13 @@
|
|
|
155316
155295
|
"description": "Whether the component is read only.",
|
|
155317
155296
|
"name": "isReadOnly",
|
|
155318
155297
|
"parent": {
|
|
155319
|
-
"fileName": "components/src/components/
|
|
155320
|
-
"name": "
|
|
155298
|
+
"fileName": "components/src/components/FileField/FileField.tsx",
|
|
155299
|
+
"name": "FileFieldProps"
|
|
155321
155300
|
},
|
|
155322
155301
|
"declarations": [
|
|
155323
155302
|
{
|
|
155324
|
-
"fileName": "components/src/components/
|
|
155325
|
-
"name": "
|
|
155303
|
+
"fileName": "components/src/components/FileField/FileField.tsx",
|
|
155304
|
+
"name": "FileFieldProps"
|
|
155326
155305
|
}
|
|
155327
155306
|
],
|
|
155328
155307
|
"required": false,
|
|
@@ -155330,23 +155309,19 @@
|
|
|
155330
155309
|
"name": "boolean"
|
|
155331
155310
|
}
|
|
155332
155311
|
},
|
|
155333
|
-
"
|
|
155312
|
+
"children": {
|
|
155334
155313
|
"defaultValue": null,
|
|
155335
|
-
"description": "
|
|
155336
|
-
"name": "
|
|
155337
|
-
"parent": {
|
|
155338
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
155339
|
-
"name": "PropsWithClassName"
|
|
155340
|
-
},
|
|
155314
|
+
"description": "",
|
|
155315
|
+
"name": "children",
|
|
155341
155316
|
"declarations": [
|
|
155342
155317
|
{
|
|
155343
|
-
"fileName": "
|
|
155344
|
-
"name": "
|
|
155318
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155319
|
+
"name": "TypeLiteral"
|
|
155345
155320
|
}
|
|
155346
155321
|
],
|
|
155347
155322
|
"required": false,
|
|
155348
155323
|
"type": {
|
|
155349
|
-
"name": "
|
|
155324
|
+
"name": "ReactNode"
|
|
155350
155325
|
}
|
|
155351
155326
|
},
|
|
155352
155327
|
"wrapWith": {
|
|
@@ -155425,21 +155400,6 @@
|
|
|
155425
155400
|
"name": "Key | null"
|
|
155426
155401
|
}
|
|
155427
155402
|
},
|
|
155428
|
-
"children": {
|
|
155429
|
-
"defaultValue": null,
|
|
155430
|
-
"description": "",
|
|
155431
|
-
"name": "children",
|
|
155432
|
-
"declarations": [
|
|
155433
|
-
{
|
|
155434
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155435
|
-
"name": "TypeLiteral"
|
|
155436
|
-
}
|
|
155437
|
-
],
|
|
155438
|
-
"required": false,
|
|
155439
|
-
"type": {
|
|
155440
|
-
"name": "ReactNode"
|
|
155441
|
-
}
|
|
155442
|
-
},
|
|
155443
155403
|
"name": {
|
|
155444
155404
|
"defaultValue": null,
|
|
155445
155405
|
"description": "",
|
|
@@ -155497,18 +155457,77 @@
|
|
|
155497
155457
|
"name": "boolean"
|
|
155498
155458
|
}
|
|
155499
155459
|
},
|
|
155460
|
+
"validationBehavior": {
|
|
155461
|
+
"defaultValue": {
|
|
155462
|
+
"value": "'native'"
|
|
155463
|
+
},
|
|
155464
|
+
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
155465
|
+
"name": "validationBehavior",
|
|
155466
|
+
"parent": {
|
|
155467
|
+
"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",
|
|
155468
|
+
"name": "RACValidation"
|
|
155469
|
+
},
|
|
155470
|
+
"declarations": [
|
|
155471
|
+
{
|
|
155472
|
+
"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",
|
|
155473
|
+
"name": "RACValidation"
|
|
155474
|
+
}
|
|
155475
|
+
],
|
|
155476
|
+
"required": false,
|
|
155477
|
+
"type": {
|
|
155478
|
+
"name": "\"native\" | \"aria\""
|
|
155479
|
+
}
|
|
155480
|
+
},
|
|
155500
155481
|
"isDisabled": {
|
|
155501
155482
|
"defaultValue": null,
|
|
155502
|
-
"description": "Whether the
|
|
155483
|
+
"description": "Whether the input is disabled.",
|
|
155503
155484
|
"name": "isDisabled",
|
|
155504
155485
|
"parent": {
|
|
155505
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
155506
|
-
"name": "
|
|
155486
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155487
|
+
"name": "InputBase"
|
|
155507
155488
|
},
|
|
155508
155489
|
"declarations": [
|
|
155509
155490
|
{
|
|
155510
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
155511
|
-
"name": "
|
|
155491
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155492
|
+
"name": "InputBase"
|
|
155493
|
+
}
|
|
155494
|
+
],
|
|
155495
|
+
"required": false,
|
|
155496
|
+
"type": {
|
|
155497
|
+
"name": "boolean"
|
|
155498
|
+
}
|
|
155499
|
+
},
|
|
155500
|
+
"isRequired": {
|
|
155501
|
+
"defaultValue": null,
|
|
155502
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
155503
|
+
"name": "isRequired",
|
|
155504
|
+
"parent": {
|
|
155505
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155506
|
+
"name": "Validation"
|
|
155507
|
+
},
|
|
155508
|
+
"declarations": [
|
|
155509
|
+
{
|
|
155510
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
155511
|
+
"name": "Validation"
|
|
155512
|
+
}
|
|
155513
|
+
],
|
|
155514
|
+
"required": false,
|
|
155515
|
+
"type": {
|
|
155516
|
+
"name": "boolean"
|
|
155517
|
+
}
|
|
155518
|
+
},
|
|
155519
|
+
"isInvalid": {
|
|
155520
|
+
"defaultValue": null,
|
|
155521
|
+
"description": "Whether the value is invalid.",
|
|
155522
|
+
"name": "isInvalid",
|
|
155523
|
+
"parent": {
|
|
155524
|
+
"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",
|
|
155525
|
+
"name": "TextFieldProps"
|
|
155526
|
+
},
|
|
155527
|
+
"declarations": [
|
|
155528
|
+
{
|
|
155529
|
+
"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",
|
|
155530
|
+
"name": "TextFieldProps"
|
|
155512
155531
|
}
|
|
155513
155532
|
],
|
|
155514
155533
|
"required": false,
|
|
@@ -293207,6 +293226,62 @@
|
|
|
293207
293226
|
}
|
|
293208
293227
|
}
|
|
293209
293228
|
},
|
|
293229
|
+
{
|
|
293230
|
+
"tags": {},
|
|
293231
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
|
|
293232
|
+
"description": "",
|
|
293233
|
+
"displayName": "FallbackTab",
|
|
293234
|
+
"methods": [],
|
|
293235
|
+
"props": {
|
|
293236
|
+
"tabNotFoundView": {
|
|
293237
|
+
"defaultValue": null,
|
|
293238
|
+
"description": "",
|
|
293239
|
+
"name": "tabNotFoundView",
|
|
293240
|
+
"parent": {
|
|
293241
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
293242
|
+
"name": "TabsProps"
|
|
293243
|
+
},
|
|
293244
|
+
"declarations": [
|
|
293245
|
+
{
|
|
293246
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
293247
|
+
"name": "TabsProps"
|
|
293248
|
+
}
|
|
293249
|
+
],
|
|
293250
|
+
"required": false,
|
|
293251
|
+
"type": {
|
|
293252
|
+
"name": "ReactNode"
|
|
293253
|
+
}
|
|
293254
|
+
}
|
|
293255
|
+
}
|
|
293256
|
+
},
|
|
293257
|
+
{
|
|
293258
|
+
"tags": {},
|
|
293259
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
|
|
293260
|
+
"description": "",
|
|
293261
|
+
"displayName": "FallbackTab",
|
|
293262
|
+
"methods": [],
|
|
293263
|
+
"props": {
|
|
293264
|
+
"tabNotFoundView": {
|
|
293265
|
+
"defaultValue": null,
|
|
293266
|
+
"description": "",
|
|
293267
|
+
"name": "tabNotFoundView",
|
|
293268
|
+
"parent": {
|
|
293269
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
293270
|
+
"name": "TabsProps"
|
|
293271
|
+
},
|
|
293272
|
+
"declarations": [
|
|
293273
|
+
{
|
|
293274
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
293275
|
+
"name": "TabsProps"
|
|
293276
|
+
}
|
|
293277
|
+
],
|
|
293278
|
+
"required": false,
|
|
293279
|
+
"type": {
|
|
293280
|
+
"name": "ReactNode"
|
|
293281
|
+
}
|
|
293282
|
+
}
|
|
293283
|
+
}
|
|
293284
|
+
},
|
|
293210
293285
|
{
|
|
293211
293286
|
"tags": {
|
|
293212
293287
|
"flr-generate": "all"
|
|
@@ -308803,34 +308878,6 @@
|
|
|
308803
308878
|
}
|
|
308804
308879
|
}
|
|
308805
308880
|
},
|
|
308806
|
-
{
|
|
308807
|
-
"tags": {},
|
|
308808
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
308809
|
-
"description": "",
|
|
308810
|
-
"displayName": "PopoverTip",
|
|
308811
|
-
"methods": [],
|
|
308812
|
-
"props": {
|
|
308813
|
-
"className": {
|
|
308814
|
-
"defaultValue": null,
|
|
308815
|
-
"description": "The elements class name.",
|
|
308816
|
-
"name": "className",
|
|
308817
|
-
"parent": {
|
|
308818
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308819
|
-
"name": "PropsWithClassName"
|
|
308820
|
-
},
|
|
308821
|
-
"declarations": [
|
|
308822
|
-
{
|
|
308823
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308824
|
-
"name": "PropsWithClassName"
|
|
308825
|
-
}
|
|
308826
|
-
],
|
|
308827
|
-
"required": false,
|
|
308828
|
-
"type": {
|
|
308829
|
-
"name": "string"
|
|
308830
|
-
}
|
|
308831
|
-
}
|
|
308832
|
-
}
|
|
308833
|
-
},
|
|
308834
308881
|
{
|
|
308835
308882
|
"tags": {
|
|
308836
308883
|
"flr-generate": "all"
|
|
@@ -309009,6 +309056,34 @@
|
|
|
309009
309056
|
}
|
|
309010
309057
|
}
|
|
309011
309058
|
},
|
|
309059
|
+
{
|
|
309060
|
+
"tags": {},
|
|
309061
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
309062
|
+
"description": "",
|
|
309063
|
+
"displayName": "PopoverTip",
|
|
309064
|
+
"methods": [],
|
|
309065
|
+
"props": {
|
|
309066
|
+
"className": {
|
|
309067
|
+
"defaultValue": null,
|
|
309068
|
+
"description": "The elements class name.",
|
|
309069
|
+
"name": "className",
|
|
309070
|
+
"parent": {
|
|
309071
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309072
|
+
"name": "PropsWithClassName"
|
|
309073
|
+
},
|
|
309074
|
+
"declarations": [
|
|
309075
|
+
{
|
|
309076
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309077
|
+
"name": "PropsWithClassName"
|
|
309078
|
+
}
|
|
309079
|
+
],
|
|
309080
|
+
"required": false,
|
|
309081
|
+
"type": {
|
|
309082
|
+
"name": "string"
|
|
309083
|
+
}
|
|
309084
|
+
}
|
|
309085
|
+
}
|
|
309086
|
+
},
|
|
309012
309087
|
{
|
|
309013
309088
|
"tags": {
|
|
309014
309089
|
"internal": ""
|
|
@@ -309059,67 +309134,71 @@
|
|
|
309059
309134
|
}
|
|
309060
309135
|
},
|
|
309061
309136
|
{
|
|
309062
|
-
"tags": {
|
|
309063
|
-
|
|
309137
|
+
"tags": {
|
|
309138
|
+
"internal": ""
|
|
309139
|
+
},
|
|
309140
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309064
309141
|
"description": "",
|
|
309065
|
-
"displayName": "
|
|
309142
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
309066
309143
|
"methods": [],
|
|
309067
309144
|
"props": {
|
|
309068
|
-
"
|
|
309069
|
-
"defaultValue":
|
|
309145
|
+
"isDisabled": {
|
|
309146
|
+
"defaultValue": {
|
|
309147
|
+
"value": "false"
|
|
309148
|
+
},
|
|
309070
309149
|
"description": "",
|
|
309071
|
-
"name": "
|
|
309150
|
+
"name": "isDisabled",
|
|
309072
309151
|
"parent": {
|
|
309073
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309152
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309074
309153
|
"name": "Props"
|
|
309075
309154
|
},
|
|
309076
309155
|
"declarations": [
|
|
309077
309156
|
{
|
|
309078
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309157
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309079
309158
|
"name": "Props"
|
|
309080
309159
|
}
|
|
309081
309160
|
],
|
|
309082
309161
|
"required": false,
|
|
309083
309162
|
"type": {
|
|
309084
|
-
"name": "
|
|
309163
|
+
"name": "boolean"
|
|
309085
309164
|
}
|
|
309086
309165
|
},
|
|
309087
|
-
"
|
|
309166
|
+
"isVisible": {
|
|
309088
309167
|
"defaultValue": null,
|
|
309089
309168
|
"description": "",
|
|
309090
|
-
"name": "
|
|
309169
|
+
"name": "isVisible",
|
|
309091
309170
|
"parent": {
|
|
309092
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309171
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309093
309172
|
"name": "Props"
|
|
309094
309173
|
},
|
|
309095
309174
|
"declarations": [
|
|
309096
309175
|
{
|
|
309097
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309176
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309098
309177
|
"name": "Props"
|
|
309099
309178
|
}
|
|
309100
309179
|
],
|
|
309101
|
-
"required":
|
|
309180
|
+
"required": true,
|
|
309102
309181
|
"type": {
|
|
309103
309182
|
"name": "boolean"
|
|
309104
309183
|
}
|
|
309105
309184
|
},
|
|
309106
|
-
"
|
|
309185
|
+
"onPress": {
|
|
309107
309186
|
"defaultValue": null,
|
|
309108
309187
|
"description": "",
|
|
309109
|
-
"name": "
|
|
309188
|
+
"name": "onPress",
|
|
309110
309189
|
"parent": {
|
|
309111
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309190
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309112
309191
|
"name": "Props"
|
|
309113
309192
|
},
|
|
309114
309193
|
"declarations": [
|
|
309115
309194
|
{
|
|
309116
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309195
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309117
309196
|
"name": "Props"
|
|
309118
309197
|
}
|
|
309119
309198
|
],
|
|
309120
309199
|
"required": true,
|
|
309121
309200
|
"type": {
|
|
309122
|
-
"name": "
|
|
309201
|
+
"name": "ActionFn"
|
|
309123
309202
|
}
|
|
309124
309203
|
},
|
|
309125
309204
|
"className": {
|
|
@@ -309144,71 +309223,67 @@
|
|
|
309144
309223
|
}
|
|
309145
309224
|
},
|
|
309146
309225
|
{
|
|
309147
|
-
"tags": {
|
|
309148
|
-
|
|
309149
|
-
},
|
|
309150
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309226
|
+
"tags": {},
|
|
309227
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309151
309228
|
"description": "",
|
|
309152
|
-
"displayName": "
|
|
309229
|
+
"displayName": "ValidationResultButton",
|
|
309153
309230
|
"methods": [],
|
|
309154
309231
|
"props": {
|
|
309155
|
-
"
|
|
309156
|
-
"defaultValue":
|
|
309157
|
-
"value": "false"
|
|
309158
|
-
},
|
|
309232
|
+
"policyValidationResult": {
|
|
309233
|
+
"defaultValue": null,
|
|
309159
309234
|
"description": "",
|
|
309160
|
-
"name": "
|
|
309235
|
+
"name": "policyValidationResult",
|
|
309161
309236
|
"parent": {
|
|
309162
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309237
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309163
309238
|
"name": "Props"
|
|
309164
309239
|
},
|
|
309165
309240
|
"declarations": [
|
|
309166
309241
|
{
|
|
309167
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309242
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309168
309243
|
"name": "Props"
|
|
309169
309244
|
}
|
|
309170
309245
|
],
|
|
309171
309246
|
"required": false,
|
|
309172
309247
|
"type": {
|
|
309173
|
-
"name": "
|
|
309248
|
+
"name": "ResolvedPolicyValidationResult"
|
|
309174
309249
|
}
|
|
309175
309250
|
},
|
|
309176
|
-
"
|
|
309251
|
+
"isDisabled": {
|
|
309177
309252
|
"defaultValue": null,
|
|
309178
309253
|
"description": "",
|
|
309179
|
-
"name": "
|
|
309254
|
+
"name": "isDisabled",
|
|
309180
309255
|
"parent": {
|
|
309181
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309256
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309182
309257
|
"name": "Props"
|
|
309183
309258
|
},
|
|
309184
309259
|
"declarations": [
|
|
309185
309260
|
{
|
|
309186
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309261
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309187
309262
|
"name": "Props"
|
|
309188
309263
|
}
|
|
309189
309264
|
],
|
|
309190
|
-
"required":
|
|
309265
|
+
"required": false,
|
|
309191
309266
|
"type": {
|
|
309192
309267
|
"name": "boolean"
|
|
309193
309268
|
}
|
|
309194
309269
|
},
|
|
309195
|
-
"
|
|
309270
|
+
"isEmptyValue": {
|
|
309196
309271
|
"defaultValue": null,
|
|
309197
309272
|
"description": "",
|
|
309198
|
-
"name": "
|
|
309273
|
+
"name": "isEmptyValue",
|
|
309199
309274
|
"parent": {
|
|
309200
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309275
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309201
309276
|
"name": "Props"
|
|
309202
309277
|
},
|
|
309203
309278
|
"declarations": [
|
|
309204
309279
|
{
|
|
309205
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
309280
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309206
309281
|
"name": "Props"
|
|
309207
309282
|
}
|
|
309208
309283
|
],
|
|
309209
309284
|
"required": true,
|
|
309210
309285
|
"type": {
|
|
309211
|
-
"name": "
|
|
309286
|
+
"name": "boolean"
|
|
309212
309287
|
}
|
|
309213
309288
|
},
|
|
309214
309289
|
"className": {
|
|
@@ -309366,93 +309441,6 @@
|
|
|
309366
309441
|
}
|
|
309367
309442
|
}
|
|
309368
309443
|
},
|
|
309369
|
-
{
|
|
309370
|
-
"tags": {
|
|
309371
|
-
"flr-generate": "all"
|
|
309372
|
-
},
|
|
309373
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309374
|
-
"description": "",
|
|
309375
|
-
"displayName": "DialogTrigger",
|
|
309376
|
-
"methods": [],
|
|
309377
|
-
"props": {
|
|
309378
|
-
"children": {
|
|
309379
|
-
"defaultValue": null,
|
|
309380
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309381
|
-
"name": "children",
|
|
309382
|
-
"parent": {
|
|
309383
|
-
"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",
|
|
309384
|
-
"name": "TableProps"
|
|
309385
|
-
},
|
|
309386
|
-
"declarations": [
|
|
309387
|
-
{
|
|
309388
|
-
"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",
|
|
309389
|
-
"name": "TableProps"
|
|
309390
|
-
}
|
|
309391
|
-
],
|
|
309392
|
-
"required": false,
|
|
309393
|
-
"type": {
|
|
309394
|
-
"name": "ReactNode"
|
|
309395
|
-
}
|
|
309396
|
-
},
|
|
309397
|
-
"isOpen": {
|
|
309398
|
-
"defaultValue": null,
|
|
309399
|
-
"description": "Whether the element is rendered.",
|
|
309400
|
-
"name": "isOpen",
|
|
309401
|
-
"parent": {
|
|
309402
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309403
|
-
"name": "PositionProps"
|
|
309404
|
-
},
|
|
309405
|
-
"declarations": [
|
|
309406
|
-
{
|
|
309407
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309408
|
-
"name": "PositionProps"
|
|
309409
|
-
}
|
|
309410
|
-
],
|
|
309411
|
-
"required": false,
|
|
309412
|
-
"type": {
|
|
309413
|
-
"name": "boolean"
|
|
309414
|
-
}
|
|
309415
|
-
},
|
|
309416
|
-
"defaultOpen": {
|
|
309417
|
-
"defaultValue": null,
|
|
309418
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309419
|
-
"name": "defaultOpen",
|
|
309420
|
-
"parent": {
|
|
309421
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309422
|
-
"name": "OverlayTriggerProps"
|
|
309423
|
-
},
|
|
309424
|
-
"declarations": [
|
|
309425
|
-
{
|
|
309426
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309427
|
-
"name": "OverlayTriggerProps"
|
|
309428
|
-
}
|
|
309429
|
-
],
|
|
309430
|
-
"required": false,
|
|
309431
|
-
"type": {
|
|
309432
|
-
"name": "boolean"
|
|
309433
|
-
}
|
|
309434
|
-
},
|
|
309435
|
-
"onOpenChange": {
|
|
309436
|
-
"defaultValue": null,
|
|
309437
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
309438
|
-
"name": "onOpenChange",
|
|
309439
|
-
"parent": {
|
|
309440
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309441
|
-
"name": "OverlayTriggerProps"
|
|
309442
|
-
},
|
|
309443
|
-
"declarations": [
|
|
309444
|
-
{
|
|
309445
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309446
|
-
"name": "OverlayTriggerProps"
|
|
309447
|
-
}
|
|
309448
|
-
],
|
|
309449
|
-
"required": false,
|
|
309450
|
-
"type": {
|
|
309451
|
-
"name": "((isOpen: boolean) => void)"
|
|
309452
|
-
}
|
|
309453
|
-
}
|
|
309454
|
-
}
|
|
309455
|
-
},
|
|
309456
309444
|
{
|
|
309457
309445
|
"tags": {
|
|
309458
309446
|
"flr-generate": "all"
|
|
@@ -309637,6 +309625,93 @@
|
|
|
309637
309625
|
}
|
|
309638
309626
|
}
|
|
309639
309627
|
},
|
|
309628
|
+
{
|
|
309629
|
+
"tags": {
|
|
309630
|
+
"flr-generate": "all"
|
|
309631
|
+
},
|
|
309632
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309633
|
+
"description": "",
|
|
309634
|
+
"displayName": "DialogTrigger",
|
|
309635
|
+
"methods": [],
|
|
309636
|
+
"props": {
|
|
309637
|
+
"children": {
|
|
309638
|
+
"defaultValue": null,
|
|
309639
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309640
|
+
"name": "children",
|
|
309641
|
+
"parent": {
|
|
309642
|
+
"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",
|
|
309643
|
+
"name": "TableProps"
|
|
309644
|
+
},
|
|
309645
|
+
"declarations": [
|
|
309646
|
+
{
|
|
309647
|
+
"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",
|
|
309648
|
+
"name": "TableProps"
|
|
309649
|
+
}
|
|
309650
|
+
],
|
|
309651
|
+
"required": false,
|
|
309652
|
+
"type": {
|
|
309653
|
+
"name": "ReactNode"
|
|
309654
|
+
}
|
|
309655
|
+
},
|
|
309656
|
+
"isOpen": {
|
|
309657
|
+
"defaultValue": null,
|
|
309658
|
+
"description": "Whether the element is rendered.",
|
|
309659
|
+
"name": "isOpen",
|
|
309660
|
+
"parent": {
|
|
309661
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309662
|
+
"name": "PositionProps"
|
|
309663
|
+
},
|
|
309664
|
+
"declarations": [
|
|
309665
|
+
{
|
|
309666
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309667
|
+
"name": "PositionProps"
|
|
309668
|
+
}
|
|
309669
|
+
],
|
|
309670
|
+
"required": false,
|
|
309671
|
+
"type": {
|
|
309672
|
+
"name": "boolean"
|
|
309673
|
+
}
|
|
309674
|
+
},
|
|
309675
|
+
"defaultOpen": {
|
|
309676
|
+
"defaultValue": null,
|
|
309677
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309678
|
+
"name": "defaultOpen",
|
|
309679
|
+
"parent": {
|
|
309680
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309681
|
+
"name": "OverlayTriggerProps"
|
|
309682
|
+
},
|
|
309683
|
+
"declarations": [
|
|
309684
|
+
{
|
|
309685
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309686
|
+
"name": "OverlayTriggerProps"
|
|
309687
|
+
}
|
|
309688
|
+
],
|
|
309689
|
+
"required": false,
|
|
309690
|
+
"type": {
|
|
309691
|
+
"name": "boolean"
|
|
309692
|
+
}
|
|
309693
|
+
},
|
|
309694
|
+
"onOpenChange": {
|
|
309695
|
+
"defaultValue": null,
|
|
309696
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
309697
|
+
"name": "onOpenChange",
|
|
309698
|
+
"parent": {
|
|
309699
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309700
|
+
"name": "OverlayTriggerProps"
|
|
309701
|
+
},
|
|
309702
|
+
"declarations": [
|
|
309703
|
+
{
|
|
309704
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309705
|
+
"name": "OverlayTriggerProps"
|
|
309706
|
+
}
|
|
309707
|
+
],
|
|
309708
|
+
"required": false,
|
|
309709
|
+
"type": {
|
|
309710
|
+
"name": "((isOpen: boolean) => void)"
|
|
309711
|
+
}
|
|
309712
|
+
}
|
|
309713
|
+
}
|
|
309714
|
+
},
|
|
309640
309715
|
{
|
|
309641
309716
|
"tags": {
|
|
309642
309717
|
"flr-generate": "all"
|
|
@@ -318484,24 +318559,47 @@
|
|
|
318484
318559
|
"tags": {
|
|
318485
318560
|
"flr-generate": "all"
|
|
318486
318561
|
},
|
|
318487
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
318562
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318488
318563
|
"description": "",
|
|
318489
|
-
"displayName": "
|
|
318564
|
+
"displayName": "ContextMenuTrigger",
|
|
318490
318565
|
"methods": [],
|
|
318491
318566
|
"props": {
|
|
318492
|
-
"
|
|
318567
|
+
"isDefaultOpen": {
|
|
318493
318568
|
"defaultValue": null,
|
|
318494
|
-
"description": "",
|
|
318495
|
-
"name": "
|
|
318569
|
+
"description": "Whether the overlay should be open initially.",
|
|
318570
|
+
"name": "isDefaultOpen",
|
|
318571
|
+
"parent": {
|
|
318572
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318573
|
+
"name": "OverlayTriggerProps"
|
|
318574
|
+
},
|
|
318496
318575
|
"declarations": [
|
|
318497
318576
|
{
|
|
318498
|
-
"fileName": "
|
|
318499
|
-
"name": "
|
|
318577
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318578
|
+
"name": "OverlayTriggerProps"
|
|
318500
318579
|
}
|
|
318501
318580
|
],
|
|
318502
318581
|
"required": false,
|
|
318503
318582
|
"type": {
|
|
318504
|
-
"name": "
|
|
318583
|
+
"name": "boolean"
|
|
318584
|
+
}
|
|
318585
|
+
},
|
|
318586
|
+
"controller": {
|
|
318587
|
+
"defaultValue": null,
|
|
318588
|
+
"description": "A controller to control the state of the overlay.",
|
|
318589
|
+
"name": "controller",
|
|
318590
|
+
"parent": {
|
|
318591
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318592
|
+
"name": "OverlayTriggerProps"
|
|
318593
|
+
},
|
|
318594
|
+
"declarations": [
|
|
318595
|
+
{
|
|
318596
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318597
|
+
"name": "OverlayTriggerProps"
|
|
318598
|
+
}
|
|
318599
|
+
],
|
|
318600
|
+
"required": false,
|
|
318601
|
+
"type": {
|
|
318602
|
+
"name": "OverlayController"
|
|
318505
318603
|
}
|
|
318506
318604
|
},
|
|
318507
318605
|
"wrapWith": {
|
|
@@ -318580,57 +318678,19 @@
|
|
|
318580
318678
|
"name": "Key | null"
|
|
318581
318679
|
}
|
|
318582
318680
|
},
|
|
318583
|
-
"
|
|
318584
|
-
"defaultValue": null,
|
|
318585
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
318586
|
-
"name": "selectedKeys",
|
|
318587
|
-
"parent": {
|
|
318588
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318589
|
-
"name": "MultipleSelection"
|
|
318590
|
-
},
|
|
318591
|
-
"declarations": [
|
|
318592
|
-
{
|
|
318593
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318594
|
-
"name": "MultipleSelection"
|
|
318595
|
-
}
|
|
318596
|
-
],
|
|
318597
|
-
"required": false,
|
|
318598
|
-
"type": {
|
|
318599
|
-
"name": "\"all\" | Iterable<Key>"
|
|
318600
|
-
}
|
|
318601
|
-
},
|
|
318602
|
-
"defaultSelectedKeys": {
|
|
318603
|
-
"defaultValue": null,
|
|
318604
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
318605
|
-
"name": "defaultSelectedKeys",
|
|
318606
|
-
"parent": {
|
|
318607
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318608
|
-
"name": "MultipleSelection"
|
|
318609
|
-
},
|
|
318610
|
-
"declarations": [
|
|
318611
|
-
{
|
|
318612
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318613
|
-
"name": "MultipleSelection"
|
|
318614
|
-
}
|
|
318615
|
-
],
|
|
318616
|
-
"required": false,
|
|
318617
|
-
"type": {
|
|
318618
|
-
"name": "\"all\" | Iterable<Key>"
|
|
318619
|
-
}
|
|
318620
|
-
},
|
|
318621
|
-
"selectionMode": {
|
|
318681
|
+
"children": {
|
|
318622
318682
|
"defaultValue": null,
|
|
318623
318683
|
"description": "",
|
|
318624
|
-
"name": "
|
|
318684
|
+
"name": "children",
|
|
318625
318685
|
"declarations": [
|
|
318626
318686
|
{
|
|
318627
|
-
"fileName": "
|
|
318687
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318628
318688
|
"name": "TypeLiteral"
|
|
318629
318689
|
}
|
|
318630
318690
|
],
|
|
318631
318691
|
"required": false,
|
|
318632
318692
|
"type": {
|
|
318633
|
-
"name": "
|
|
318693
|
+
"name": "ReactNode"
|
|
318634
318694
|
}
|
|
318635
318695
|
}
|
|
318636
318696
|
}
|
|
@@ -318639,47 +318699,24 @@
|
|
|
318639
318699
|
"tags": {
|
|
318640
318700
|
"flr-generate": "all"
|
|
318641
318701
|
},
|
|
318642
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
318702
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318643
318703
|
"description": "",
|
|
318644
|
-
"displayName": "
|
|
318704
|
+
"displayName": "ContextMenuSection",
|
|
318645
318705
|
"methods": [],
|
|
318646
318706
|
"props": {
|
|
318647
|
-
"
|
|
318648
|
-
"defaultValue": null,
|
|
318649
|
-
"description": "Whether the overlay should be open initially.",
|
|
318650
|
-
"name": "isDefaultOpen",
|
|
318651
|
-
"parent": {
|
|
318652
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318653
|
-
"name": "OverlayTriggerProps"
|
|
318654
|
-
},
|
|
318655
|
-
"declarations": [
|
|
318656
|
-
{
|
|
318657
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318658
|
-
"name": "OverlayTriggerProps"
|
|
318659
|
-
}
|
|
318660
|
-
],
|
|
318661
|
-
"required": false,
|
|
318662
|
-
"type": {
|
|
318663
|
-
"name": "boolean"
|
|
318664
|
-
}
|
|
318665
|
-
},
|
|
318666
|
-
"controller": {
|
|
318707
|
+
"children": {
|
|
318667
318708
|
"defaultValue": null,
|
|
318668
|
-
"description": "
|
|
318669
|
-
"name": "
|
|
318670
|
-
"parent": {
|
|
318671
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318672
|
-
"name": "OverlayTriggerProps"
|
|
318673
|
-
},
|
|
318709
|
+
"description": "",
|
|
318710
|
+
"name": "children",
|
|
318674
318711
|
"declarations": [
|
|
318675
318712
|
{
|
|
318676
|
-
"fileName": "
|
|
318677
|
-
"name": "
|
|
318713
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318714
|
+
"name": "TypeLiteral"
|
|
318678
318715
|
}
|
|
318679
318716
|
],
|
|
318680
318717
|
"required": false,
|
|
318681
318718
|
"type": {
|
|
318682
|
-
"name": "
|
|
318719
|
+
"name": "ReactNode"
|
|
318683
318720
|
}
|
|
318684
318721
|
},
|
|
318685
318722
|
"wrapWith": {
|
|
@@ -318758,19 +318795,57 @@
|
|
|
318758
318795
|
"name": "Key | null"
|
|
318759
318796
|
}
|
|
318760
318797
|
},
|
|
318761
|
-
"
|
|
318798
|
+
"selectedKeys": {
|
|
318799
|
+
"defaultValue": null,
|
|
318800
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
318801
|
+
"name": "selectedKeys",
|
|
318802
|
+
"parent": {
|
|
318803
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318804
|
+
"name": "MultipleSelection"
|
|
318805
|
+
},
|
|
318806
|
+
"declarations": [
|
|
318807
|
+
{
|
|
318808
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318809
|
+
"name": "MultipleSelection"
|
|
318810
|
+
}
|
|
318811
|
+
],
|
|
318812
|
+
"required": false,
|
|
318813
|
+
"type": {
|
|
318814
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318815
|
+
}
|
|
318816
|
+
},
|
|
318817
|
+
"defaultSelectedKeys": {
|
|
318818
|
+
"defaultValue": null,
|
|
318819
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
318820
|
+
"name": "defaultSelectedKeys",
|
|
318821
|
+
"parent": {
|
|
318822
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318823
|
+
"name": "MultipleSelection"
|
|
318824
|
+
},
|
|
318825
|
+
"declarations": [
|
|
318826
|
+
{
|
|
318827
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318828
|
+
"name": "MultipleSelection"
|
|
318829
|
+
}
|
|
318830
|
+
],
|
|
318831
|
+
"required": false,
|
|
318832
|
+
"type": {
|
|
318833
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318834
|
+
}
|
|
318835
|
+
},
|
|
318836
|
+
"selectionMode": {
|
|
318762
318837
|
"defaultValue": null,
|
|
318763
318838
|
"description": "",
|
|
318764
|
-
"name": "
|
|
318839
|
+
"name": "selectionMode",
|
|
318765
318840
|
"declarations": [
|
|
318766
318841
|
{
|
|
318767
|
-
"fileName": "
|
|
318842
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318768
318843
|
"name": "TypeLiteral"
|
|
318769
318844
|
}
|
|
318770
318845
|
],
|
|
318771
318846
|
"required": false,
|
|
318772
318847
|
"type": {
|
|
318773
|
-
"name": "
|
|
318848
|
+
"name": "ContextMenuSelectionMode"
|
|
318774
318849
|
}
|
|
318775
318850
|
}
|
|
318776
318851
|
}
|
|
@@ -343863,6 +343938,138 @@
|
|
|
343863
343938
|
}
|
|
343864
343939
|
}
|
|
343865
343940
|
},
|
|
343941
|
+
{
|
|
343942
|
+
"tags": {},
|
|
343943
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
343944
|
+
"description": "",
|
|
343945
|
+
"displayName": "Item",
|
|
343946
|
+
"methods": [],
|
|
343947
|
+
"props": {
|
|
343948
|
+
"id": {
|
|
343949
|
+
"defaultValue": null,
|
|
343950
|
+
"description": "",
|
|
343951
|
+
"name": "id",
|
|
343952
|
+
"parent": {
|
|
343953
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
343954
|
+
"name": "Props"
|
|
343955
|
+
},
|
|
343956
|
+
"declarations": [
|
|
343957
|
+
{
|
|
343958
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
343959
|
+
"name": "Props"
|
|
343960
|
+
}
|
|
343961
|
+
],
|
|
343962
|
+
"required": true,
|
|
343963
|
+
"type": {
|
|
343964
|
+
"name": "Key"
|
|
343965
|
+
}
|
|
343966
|
+
},
|
|
343967
|
+
"data": {
|
|
343968
|
+
"defaultValue": null,
|
|
343969
|
+
"description": "",
|
|
343970
|
+
"name": "data",
|
|
343971
|
+
"parent": {
|
|
343972
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
343973
|
+
"name": "Props"
|
|
343974
|
+
},
|
|
343975
|
+
"declarations": [
|
|
343976
|
+
{
|
|
343977
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
343978
|
+
"name": "Props"
|
|
343979
|
+
}
|
|
343980
|
+
],
|
|
343981
|
+
"required": true,
|
|
343982
|
+
"type": {
|
|
343983
|
+
"name": "never"
|
|
343984
|
+
}
|
|
343985
|
+
},
|
|
343986
|
+
"children": {
|
|
343987
|
+
"defaultValue": null,
|
|
343988
|
+
"description": "",
|
|
343989
|
+
"name": "children",
|
|
343990
|
+
"declarations": [
|
|
343991
|
+
{
|
|
343992
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343993
|
+
"name": "TypeLiteral"
|
|
343994
|
+
}
|
|
343995
|
+
],
|
|
343996
|
+
"required": false,
|
|
343997
|
+
"type": {
|
|
343998
|
+
"name": "ReactNode"
|
|
343999
|
+
}
|
|
344000
|
+
}
|
|
344001
|
+
}
|
|
344002
|
+
},
|
|
344003
|
+
{
|
|
344004
|
+
"tags": {},
|
|
344005
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
344006
|
+
"description": "",
|
|
344007
|
+
"displayName": "ItemContainer",
|
|
344008
|
+
"methods": [],
|
|
344009
|
+
"props": {
|
|
344010
|
+
"id": {
|
|
344011
|
+
"defaultValue": null,
|
|
344012
|
+
"description": "",
|
|
344013
|
+
"name": "id",
|
|
344014
|
+
"parent": {
|
|
344015
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
344016
|
+
"name": "Props"
|
|
344017
|
+
},
|
|
344018
|
+
"declarations": [
|
|
344019
|
+
{
|
|
344020
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
344021
|
+
"name": "Props"
|
|
344022
|
+
}
|
|
344023
|
+
],
|
|
344024
|
+
"required": true,
|
|
344025
|
+
"type": {
|
|
344026
|
+
"name": "Key"
|
|
344027
|
+
}
|
|
344028
|
+
},
|
|
344029
|
+
"data": {
|
|
344030
|
+
"defaultValue": null,
|
|
344031
|
+
"description": "",
|
|
344032
|
+
"name": "data",
|
|
344033
|
+
"parent": {
|
|
344034
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
344035
|
+
"name": "Props"
|
|
344036
|
+
},
|
|
344037
|
+
"declarations": [
|
|
344038
|
+
{
|
|
344039
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
344040
|
+
"name": "Props"
|
|
344041
|
+
}
|
|
344042
|
+
],
|
|
344043
|
+
"required": true,
|
|
344044
|
+
"type": {
|
|
344045
|
+
"name": "never"
|
|
344046
|
+
}
|
|
344047
|
+
},
|
|
344048
|
+
"children": {
|
|
344049
|
+
"defaultValue": null,
|
|
344050
|
+
"description": "",
|
|
344051
|
+
"name": "children",
|
|
344052
|
+
"declarations": [
|
|
344053
|
+
{
|
|
344054
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
344055
|
+
"name": "TypeLiteral"
|
|
344056
|
+
}
|
|
344057
|
+
],
|
|
344058
|
+
"required": false,
|
|
344059
|
+
"type": {
|
|
344060
|
+
"name": "ReactNode"
|
|
344061
|
+
}
|
|
344062
|
+
}
|
|
344063
|
+
}
|
|
344064
|
+
},
|
|
344065
|
+
{
|
|
344066
|
+
"tags": {},
|
|
344067
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
344068
|
+
"description": "",
|
|
344069
|
+
"displayName": "FallbackItems",
|
|
344070
|
+
"methods": [],
|
|
344071
|
+
"props": {}
|
|
344072
|
+
},
|
|
343866
344073
|
{
|
|
343867
344074
|
"tags": {
|
|
343868
344075
|
"flr-generate": "all"
|
|
@@ -347556,138 +347763,6 @@
|
|
|
347556
347763
|
}
|
|
347557
347764
|
}
|
|
347558
347765
|
},
|
|
347559
|
-
{
|
|
347560
|
-
"tags": {},
|
|
347561
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347562
|
-
"description": "",
|
|
347563
|
-
"displayName": "Item",
|
|
347564
|
-
"methods": [],
|
|
347565
|
-
"props": {
|
|
347566
|
-
"id": {
|
|
347567
|
-
"defaultValue": null,
|
|
347568
|
-
"description": "",
|
|
347569
|
-
"name": "id",
|
|
347570
|
-
"parent": {
|
|
347571
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347572
|
-
"name": "Props"
|
|
347573
|
-
},
|
|
347574
|
-
"declarations": [
|
|
347575
|
-
{
|
|
347576
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347577
|
-
"name": "Props"
|
|
347578
|
-
}
|
|
347579
|
-
],
|
|
347580
|
-
"required": true,
|
|
347581
|
-
"type": {
|
|
347582
|
-
"name": "Key"
|
|
347583
|
-
}
|
|
347584
|
-
},
|
|
347585
|
-
"data": {
|
|
347586
|
-
"defaultValue": null,
|
|
347587
|
-
"description": "",
|
|
347588
|
-
"name": "data",
|
|
347589
|
-
"parent": {
|
|
347590
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347591
|
-
"name": "Props"
|
|
347592
|
-
},
|
|
347593
|
-
"declarations": [
|
|
347594
|
-
{
|
|
347595
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347596
|
-
"name": "Props"
|
|
347597
|
-
}
|
|
347598
|
-
],
|
|
347599
|
-
"required": true,
|
|
347600
|
-
"type": {
|
|
347601
|
-
"name": "never"
|
|
347602
|
-
}
|
|
347603
|
-
},
|
|
347604
|
-
"children": {
|
|
347605
|
-
"defaultValue": null,
|
|
347606
|
-
"description": "",
|
|
347607
|
-
"name": "children",
|
|
347608
|
-
"declarations": [
|
|
347609
|
-
{
|
|
347610
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
347611
|
-
"name": "TypeLiteral"
|
|
347612
|
-
}
|
|
347613
|
-
],
|
|
347614
|
-
"required": false,
|
|
347615
|
-
"type": {
|
|
347616
|
-
"name": "ReactNode"
|
|
347617
|
-
}
|
|
347618
|
-
}
|
|
347619
|
-
}
|
|
347620
|
-
},
|
|
347621
|
-
{
|
|
347622
|
-
"tags": {},
|
|
347623
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347624
|
-
"description": "",
|
|
347625
|
-
"displayName": "ItemContainer",
|
|
347626
|
-
"methods": [],
|
|
347627
|
-
"props": {
|
|
347628
|
-
"id": {
|
|
347629
|
-
"defaultValue": null,
|
|
347630
|
-
"description": "",
|
|
347631
|
-
"name": "id",
|
|
347632
|
-
"parent": {
|
|
347633
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347634
|
-
"name": "Props"
|
|
347635
|
-
},
|
|
347636
|
-
"declarations": [
|
|
347637
|
-
{
|
|
347638
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347639
|
-
"name": "Props"
|
|
347640
|
-
}
|
|
347641
|
-
],
|
|
347642
|
-
"required": true,
|
|
347643
|
-
"type": {
|
|
347644
|
-
"name": "Key"
|
|
347645
|
-
}
|
|
347646
|
-
},
|
|
347647
|
-
"data": {
|
|
347648
|
-
"defaultValue": null,
|
|
347649
|
-
"description": "",
|
|
347650
|
-
"name": "data",
|
|
347651
|
-
"parent": {
|
|
347652
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347653
|
-
"name": "Props"
|
|
347654
|
-
},
|
|
347655
|
-
"declarations": [
|
|
347656
|
-
{
|
|
347657
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
347658
|
-
"name": "Props"
|
|
347659
|
-
}
|
|
347660
|
-
],
|
|
347661
|
-
"required": true,
|
|
347662
|
-
"type": {
|
|
347663
|
-
"name": "never"
|
|
347664
|
-
}
|
|
347665
|
-
},
|
|
347666
|
-
"children": {
|
|
347667
|
-
"defaultValue": null,
|
|
347668
|
-
"description": "",
|
|
347669
|
-
"name": "children",
|
|
347670
|
-
"declarations": [
|
|
347671
|
-
{
|
|
347672
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
347673
|
-
"name": "TypeLiteral"
|
|
347674
|
-
}
|
|
347675
|
-
],
|
|
347676
|
-
"required": false,
|
|
347677
|
-
"type": {
|
|
347678
|
-
"name": "ReactNode"
|
|
347679
|
-
}
|
|
347680
|
-
}
|
|
347681
|
-
}
|
|
347682
|
-
},
|
|
347683
|
-
{
|
|
347684
|
-
"tags": {},
|
|
347685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347686
|
-
"description": "",
|
|
347687
|
-
"displayName": "FallbackItems",
|
|
347688
|
-
"methods": [],
|
|
347689
|
-
"props": {}
|
|
347690
|
-
},
|
|
347691
347766
|
{
|
|
347692
347767
|
"tags": {},
|
|
347693
347768
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|