@mittwald/flow-react-components 0.2.0-alpha.526 → 0.2.0-alpha.528
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 +1176 -1075
- package/dist/js/components/src/components/List/List.mjs +8 -0
- package/dist/js/components/src/components/List/List.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/DataLoader/DataLoader.mjs +11 -4
- package/dist/js/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +18 -0
- package/dist/js/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -0
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs +46 -42
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/js/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs.map +1 -1
- package/dist/js/components/src/components/List/setupComponents/ListLoaderHooks.mjs +7 -0
- package/dist/js/components/src/components/List/setupComponents/ListLoaderHooks.mjs.map +1 -0
- package/dist/js/components/src/components/List/typedList.mjs +2 -0
- package/dist/js/components/src/components/List/typedList.mjs.map +1 -1
- package/dist/types/components/List/List.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoader.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts +7 -0
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts.map +1 -0
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +3 -5
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/types.d.ts +9 -1
- package/dist/types/components/List/model/loading/types.d.ts.map +1 -1
- package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts +1 -0
- package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts.map +1 -1
- package/dist/types/components/List/setupComponents/ListLoaderHooks.d.ts +9 -0
- package/dist/types/components/List/setupComponents/ListLoaderHooks.d.ts.map +1 -0
- package/dist/types/components/List/typedList.d.ts +3 -0
- package/dist/types/components/List/typedList.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -54,7 +54,65 @@
|
|
|
54
54
|
"description": "",
|
|
55
55
|
"displayName": "TunnelEntry",
|
|
56
56
|
"methods": [],
|
|
57
|
-
"props": {
|
|
57
|
+
"props": {
|
|
58
|
+
"id": {
|
|
59
|
+
"defaultValue": null,
|
|
60
|
+
"description": "",
|
|
61
|
+
"name": "id",
|
|
62
|
+
"parent": {
|
|
63
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
64
|
+
"name": "TunnelEntryProps"
|
|
65
|
+
},
|
|
66
|
+
"declarations": [
|
|
67
|
+
{
|
|
68
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
69
|
+
"name": "TunnelEntryProps"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"required": false,
|
|
73
|
+
"type": {
|
|
74
|
+
"name": "string"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"children": {
|
|
78
|
+
"defaultValue": null,
|
|
79
|
+
"description": "",
|
|
80
|
+
"name": "children",
|
|
81
|
+
"parent": {
|
|
82
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
83
|
+
"name": "TunnelEntryProps"
|
|
84
|
+
},
|
|
85
|
+
"declarations": [
|
|
86
|
+
{
|
|
87
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
88
|
+
"name": "TunnelEntryProps"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"required": false,
|
|
92
|
+
"type": {
|
|
93
|
+
"name": "TunnelEntryChildren"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"staticEntryId": {
|
|
97
|
+
"defaultValue": null,
|
|
98
|
+
"description": "Static entry ID instead of generated ID by `useId`",
|
|
99
|
+
"name": "staticEntryId",
|
|
100
|
+
"parent": {
|
|
101
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
102
|
+
"name": "TunnelEntryProps"
|
|
103
|
+
},
|
|
104
|
+
"declarations": [
|
|
105
|
+
{
|
|
106
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
107
|
+
"name": "TunnelEntryProps"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"required": false,
|
|
111
|
+
"type": {
|
|
112
|
+
"name": "string"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
58
116
|
},
|
|
59
117
|
{
|
|
60
118
|
"tags": {},
|
|
@@ -34586,11 +34644,125 @@
|
|
|
34586
34644
|
"tags": {
|
|
34587
34645
|
"flr-generate": "all"
|
|
34588
34646
|
},
|
|
34589
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
34647
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
34590
34648
|
"description": "",
|
|
34591
|
-
"displayName": "
|
|
34649
|
+
"displayName": "Select",
|
|
34592
34650
|
"methods": [],
|
|
34593
34651
|
"props": {
|
|
34652
|
+
"onChange": {
|
|
34653
|
+
"defaultValue": null,
|
|
34654
|
+
"description": "Handler that is called when the selected value changes.",
|
|
34655
|
+
"name": "onChange",
|
|
34656
|
+
"parent": {
|
|
34657
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34658
|
+
"name": "SelectProps"
|
|
34659
|
+
},
|
|
34660
|
+
"declarations": [
|
|
34661
|
+
{
|
|
34662
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34663
|
+
"name": "SelectProps"
|
|
34664
|
+
}
|
|
34665
|
+
],
|
|
34666
|
+
"required": false,
|
|
34667
|
+
"type": {
|
|
34668
|
+
"name": "((value: Key | null) => void)"
|
|
34669
|
+
}
|
|
34670
|
+
},
|
|
34671
|
+
"controller": {
|
|
34672
|
+
"defaultValue": null,
|
|
34673
|
+
"description": "An overlay controller to control the select option popover state.",
|
|
34674
|
+
"name": "controller",
|
|
34675
|
+
"parent": {
|
|
34676
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34677
|
+
"name": "SelectProps"
|
|
34678
|
+
},
|
|
34679
|
+
"declarations": [
|
|
34680
|
+
{
|
|
34681
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34682
|
+
"name": "SelectProps"
|
|
34683
|
+
}
|
|
34684
|
+
],
|
|
34685
|
+
"required": false,
|
|
34686
|
+
"type": {
|
|
34687
|
+
"name": "OverlayController"
|
|
34688
|
+
}
|
|
34689
|
+
},
|
|
34690
|
+
"isReadOnly": {
|
|
34691
|
+
"defaultValue": null,
|
|
34692
|
+
"description": "Whether the component is read only.",
|
|
34693
|
+
"name": "isReadOnly",
|
|
34694
|
+
"parent": {
|
|
34695
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34696
|
+
"name": "SelectProps"
|
|
34697
|
+
},
|
|
34698
|
+
"declarations": [
|
|
34699
|
+
{
|
|
34700
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34701
|
+
"name": "SelectProps"
|
|
34702
|
+
}
|
|
34703
|
+
],
|
|
34704
|
+
"required": false,
|
|
34705
|
+
"type": {
|
|
34706
|
+
"name": "boolean"
|
|
34707
|
+
}
|
|
34708
|
+
},
|
|
34709
|
+
"isOpen": {
|
|
34710
|
+
"defaultValue": null,
|
|
34711
|
+
"description": "Sets the open state of the menu.",
|
|
34712
|
+
"name": "isOpen",
|
|
34713
|
+
"parent": {
|
|
34714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34715
|
+
"name": "SelectProps"
|
|
34716
|
+
},
|
|
34717
|
+
"declarations": [
|
|
34718
|
+
{
|
|
34719
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34720
|
+
"name": "SelectProps"
|
|
34721
|
+
}
|
|
34722
|
+
],
|
|
34723
|
+
"required": false,
|
|
34724
|
+
"type": {
|
|
34725
|
+
"name": "boolean"
|
|
34726
|
+
}
|
|
34727
|
+
},
|
|
34728
|
+
"defaultOpen": {
|
|
34729
|
+
"defaultValue": null,
|
|
34730
|
+
"description": "Sets the default open state of the menu.",
|
|
34731
|
+
"name": "defaultOpen",
|
|
34732
|
+
"parent": {
|
|
34733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34734
|
+
"name": "SelectProps"
|
|
34735
|
+
},
|
|
34736
|
+
"declarations": [
|
|
34737
|
+
{
|
|
34738
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34739
|
+
"name": "SelectProps"
|
|
34740
|
+
}
|
|
34741
|
+
],
|
|
34742
|
+
"required": false,
|
|
34743
|
+
"type": {
|
|
34744
|
+
"name": "boolean"
|
|
34745
|
+
}
|
|
34746
|
+
},
|
|
34747
|
+
"onOpenChange": {
|
|
34748
|
+
"defaultValue": null,
|
|
34749
|
+
"description": "Method that is called when the open state of the menu changes.",
|
|
34750
|
+
"name": "onOpenChange",
|
|
34751
|
+
"parent": {
|
|
34752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34753
|
+
"name": "SelectProps"
|
|
34754
|
+
},
|
|
34755
|
+
"declarations": [
|
|
34756
|
+
{
|
|
34757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34758
|
+
"name": "SelectProps"
|
|
34759
|
+
}
|
|
34760
|
+
],
|
|
34761
|
+
"required": false,
|
|
34762
|
+
"type": {
|
|
34763
|
+
"name": "((isOpen: boolean) => void)"
|
|
34764
|
+
}
|
|
34765
|
+
},
|
|
34594
34766
|
"aria-label": {
|
|
34595
34767
|
"defaultValue": null,
|
|
34596
34768
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -34667,25 +34839,6 @@
|
|
|
34667
34839
|
"name": "string"
|
|
34668
34840
|
}
|
|
34669
34841
|
},
|
|
34670
|
-
"className": {
|
|
34671
|
-
"defaultValue": null,
|
|
34672
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
34673
|
-
"name": "className",
|
|
34674
|
-
"parent": {
|
|
34675
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34676
|
-
"name": "StyleRenderProps"
|
|
34677
|
-
},
|
|
34678
|
-
"declarations": [
|
|
34679
|
-
{
|
|
34680
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34681
|
-
"name": "StyleRenderProps"
|
|
34682
|
-
}
|
|
34683
|
-
],
|
|
34684
|
-
"required": false,
|
|
34685
|
-
"type": {
|
|
34686
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
34687
|
-
}
|
|
34688
|
-
},
|
|
34689
34842
|
"style": {
|
|
34690
34843
|
"defaultValue": null,
|
|
34691
34844
|
"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.",
|
|
@@ -36016,6 +36169,255 @@
|
|
|
36016
36169
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
36017
36170
|
}
|
|
36018
36171
|
},
|
|
36172
|
+
"validationBehavior": {
|
|
36173
|
+
"defaultValue": {
|
|
36174
|
+
"value": "'native'"
|
|
36175
|
+
},
|
|
36176
|
+
"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.",
|
|
36177
|
+
"name": "validationBehavior",
|
|
36178
|
+
"parent": {
|
|
36179
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36180
|
+
"name": "RACValidation"
|
|
36181
|
+
},
|
|
36182
|
+
"declarations": [
|
|
36183
|
+
{
|
|
36184
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36185
|
+
"name": "RACValidation"
|
|
36186
|
+
}
|
|
36187
|
+
],
|
|
36188
|
+
"required": false,
|
|
36189
|
+
"type": {
|
|
36190
|
+
"name": "\"native\" | \"aria\""
|
|
36191
|
+
}
|
|
36192
|
+
},
|
|
36193
|
+
"isDisabled": {
|
|
36194
|
+
"defaultValue": null,
|
|
36195
|
+
"description": "Whether the input is disabled.",
|
|
36196
|
+
"name": "isDisabled",
|
|
36197
|
+
"parent": {
|
|
36198
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36199
|
+
"name": "InputBase"
|
|
36200
|
+
},
|
|
36201
|
+
"declarations": [
|
|
36202
|
+
{
|
|
36203
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36204
|
+
"name": "InputBase"
|
|
36205
|
+
}
|
|
36206
|
+
],
|
|
36207
|
+
"required": false,
|
|
36208
|
+
"type": {
|
|
36209
|
+
"name": "boolean"
|
|
36210
|
+
}
|
|
36211
|
+
},
|
|
36212
|
+
"isRequired": {
|
|
36213
|
+
"defaultValue": null,
|
|
36214
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
36215
|
+
"name": "isRequired",
|
|
36216
|
+
"parent": {
|
|
36217
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36218
|
+
"name": "Validation"
|
|
36219
|
+
},
|
|
36220
|
+
"declarations": [
|
|
36221
|
+
{
|
|
36222
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36223
|
+
"name": "Validation"
|
|
36224
|
+
}
|
|
36225
|
+
],
|
|
36226
|
+
"required": false,
|
|
36227
|
+
"type": {
|
|
36228
|
+
"name": "boolean"
|
|
36229
|
+
}
|
|
36230
|
+
},
|
|
36231
|
+
"isInvalid": {
|
|
36232
|
+
"defaultValue": null,
|
|
36233
|
+
"description": "Whether the input value is invalid.",
|
|
36234
|
+
"name": "isInvalid",
|
|
36235
|
+
"parent": {
|
|
36236
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36237
|
+
"name": "Validation"
|
|
36238
|
+
},
|
|
36239
|
+
"declarations": [
|
|
36240
|
+
{
|
|
36241
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36242
|
+
"name": "Validation"
|
|
36243
|
+
}
|
|
36244
|
+
],
|
|
36245
|
+
"required": false,
|
|
36246
|
+
"type": {
|
|
36247
|
+
"name": "boolean"
|
|
36248
|
+
}
|
|
36249
|
+
},
|
|
36250
|
+
"validate": {
|
|
36251
|
+
"defaultValue": null,
|
|
36252
|
+
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
36253
|
+
"name": "validate",
|
|
36254
|
+
"parent": {
|
|
36255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36256
|
+
"name": "Validation"
|
|
36257
|
+
},
|
|
36258
|
+
"declarations": [
|
|
36259
|
+
{
|
|
36260
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36261
|
+
"name": "Validation"
|
|
36262
|
+
}
|
|
36263
|
+
],
|
|
36264
|
+
"required": false,
|
|
36265
|
+
"type": {
|
|
36266
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
36267
|
+
}
|
|
36268
|
+
},
|
|
36269
|
+
"autoFocus": {
|
|
36270
|
+
"defaultValue": null,
|
|
36271
|
+
"description": "Whether the element should receive focus on render.",
|
|
36272
|
+
"name": "autoFocus",
|
|
36273
|
+
"parent": {
|
|
36274
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36275
|
+
"name": "FocusableProps"
|
|
36276
|
+
},
|
|
36277
|
+
"declarations": [
|
|
36278
|
+
{
|
|
36279
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36280
|
+
"name": "FocusableProps"
|
|
36281
|
+
}
|
|
36282
|
+
],
|
|
36283
|
+
"required": false,
|
|
36284
|
+
"type": {
|
|
36285
|
+
"name": "boolean"
|
|
36286
|
+
}
|
|
36287
|
+
},
|
|
36288
|
+
"onFocus": {
|
|
36289
|
+
"defaultValue": null,
|
|
36290
|
+
"description": "Handler that is called when the element receives focus.",
|
|
36291
|
+
"name": "onFocus",
|
|
36292
|
+
"parent": {
|
|
36293
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36294
|
+
"name": "FocusEvents"
|
|
36295
|
+
},
|
|
36296
|
+
"declarations": [
|
|
36297
|
+
{
|
|
36298
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36299
|
+
"name": "FocusEvents"
|
|
36300
|
+
}
|
|
36301
|
+
],
|
|
36302
|
+
"required": false,
|
|
36303
|
+
"type": {
|
|
36304
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
36305
|
+
}
|
|
36306
|
+
},
|
|
36307
|
+
"onBlur": {
|
|
36308
|
+
"defaultValue": null,
|
|
36309
|
+
"description": "Handler that is called when the element loses focus.",
|
|
36310
|
+
"name": "onBlur",
|
|
36311
|
+
"parent": {
|
|
36312
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36313
|
+
"name": "FocusEvents"
|
|
36314
|
+
},
|
|
36315
|
+
"declarations": [
|
|
36316
|
+
{
|
|
36317
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36318
|
+
"name": "FocusEvents"
|
|
36319
|
+
}
|
|
36320
|
+
],
|
|
36321
|
+
"required": false,
|
|
36322
|
+
"type": {
|
|
36323
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
36324
|
+
}
|
|
36325
|
+
},
|
|
36326
|
+
"onFocusChange": {
|
|
36327
|
+
"defaultValue": null,
|
|
36328
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
36329
|
+
"name": "onFocusChange",
|
|
36330
|
+
"parent": {
|
|
36331
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36332
|
+
"name": "FocusEvents"
|
|
36333
|
+
},
|
|
36334
|
+
"declarations": [
|
|
36335
|
+
{
|
|
36336
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36337
|
+
"name": "FocusEvents"
|
|
36338
|
+
}
|
|
36339
|
+
],
|
|
36340
|
+
"required": false,
|
|
36341
|
+
"type": {
|
|
36342
|
+
"name": "((isFocused: boolean) => void)"
|
|
36343
|
+
}
|
|
36344
|
+
},
|
|
36345
|
+
"onKeyDown": {
|
|
36346
|
+
"defaultValue": null,
|
|
36347
|
+
"description": "Handler that is called when a key is pressed.",
|
|
36348
|
+
"name": "onKeyDown",
|
|
36349
|
+
"parent": {
|
|
36350
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36351
|
+
"name": "KeyboardEvents"
|
|
36352
|
+
},
|
|
36353
|
+
"declarations": [
|
|
36354
|
+
{
|
|
36355
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36356
|
+
"name": "KeyboardEvents"
|
|
36357
|
+
}
|
|
36358
|
+
],
|
|
36359
|
+
"required": false,
|
|
36360
|
+
"type": {
|
|
36361
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
36362
|
+
}
|
|
36363
|
+
},
|
|
36364
|
+
"onKeyUp": {
|
|
36365
|
+
"defaultValue": null,
|
|
36366
|
+
"description": "Handler that is called when a key is released.",
|
|
36367
|
+
"name": "onKeyUp",
|
|
36368
|
+
"parent": {
|
|
36369
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36370
|
+
"name": "KeyboardEvents"
|
|
36371
|
+
},
|
|
36372
|
+
"declarations": [
|
|
36373
|
+
{
|
|
36374
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36375
|
+
"name": "KeyboardEvents"
|
|
36376
|
+
}
|
|
36377
|
+
],
|
|
36378
|
+
"required": false,
|
|
36379
|
+
"type": {
|
|
36380
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
36381
|
+
}
|
|
36382
|
+
},
|
|
36383
|
+
"value": {
|
|
36384
|
+
"defaultValue": null,
|
|
36385
|
+
"description": "The current value (controlled).",
|
|
36386
|
+
"name": "value",
|
|
36387
|
+
"parent": {
|
|
36388
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36389
|
+
"name": "ValueBase"
|
|
36390
|
+
},
|
|
36391
|
+
"declarations": [
|
|
36392
|
+
{
|
|
36393
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36394
|
+
"name": "ValueBase"
|
|
36395
|
+
}
|
|
36396
|
+
],
|
|
36397
|
+
"required": false,
|
|
36398
|
+
"type": {
|
|
36399
|
+
"name": "TimeValue | null"
|
|
36400
|
+
}
|
|
36401
|
+
},
|
|
36402
|
+
"defaultValue": {
|
|
36403
|
+
"defaultValue": null,
|
|
36404
|
+
"description": "The default value (uncontrolled).",
|
|
36405
|
+
"name": "defaultValue",
|
|
36406
|
+
"parent": {
|
|
36407
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36408
|
+
"name": "ValueBase"
|
|
36409
|
+
},
|
|
36410
|
+
"declarations": [
|
|
36411
|
+
{
|
|
36412
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36413
|
+
"name": "ValueBase"
|
|
36414
|
+
}
|
|
36415
|
+
],
|
|
36416
|
+
"required": false,
|
|
36417
|
+
"type": {
|
|
36418
|
+
"name": "TimeValue | null"
|
|
36419
|
+
}
|
|
36420
|
+
},
|
|
36019
36421
|
"id": {
|
|
36020
36422
|
"defaultValue": null,
|
|
36021
36423
|
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
@@ -36035,6 +36437,44 @@
|
|
|
36035
36437
|
"name": "string"
|
|
36036
36438
|
}
|
|
36037
36439
|
},
|
|
36440
|
+
"name": {
|
|
36441
|
+
"defaultValue": null,
|
|
36442
|
+
"description": "The name of the input, used when submitting an HTML form.",
|
|
36443
|
+
"name": "name",
|
|
36444
|
+
"parent": {
|
|
36445
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36446
|
+
"name": "AriaSelectProps"
|
|
36447
|
+
},
|
|
36448
|
+
"declarations": [
|
|
36449
|
+
{
|
|
36450
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36451
|
+
"name": "AriaSelectProps"
|
|
36452
|
+
}
|
|
36453
|
+
],
|
|
36454
|
+
"required": false,
|
|
36455
|
+
"type": {
|
|
36456
|
+
"name": "string"
|
|
36457
|
+
}
|
|
36458
|
+
},
|
|
36459
|
+
"form": {
|
|
36460
|
+
"defaultValue": null,
|
|
36461
|
+
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
36462
|
+
"name": "form",
|
|
36463
|
+
"parent": {
|
|
36464
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36465
|
+
"name": "AriaSelectProps"
|
|
36466
|
+
},
|
|
36467
|
+
"declarations": [
|
|
36468
|
+
{
|
|
36469
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36470
|
+
"name": "AriaSelectProps"
|
|
36471
|
+
}
|
|
36472
|
+
],
|
|
36473
|
+
"required": false,
|
|
36474
|
+
"type": {
|
|
36475
|
+
"name": "string"
|
|
36476
|
+
}
|
|
36477
|
+
},
|
|
36038
36478
|
"slot": {
|
|
36039
36479
|
"defaultValue": null,
|
|
36040
36480
|
"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.",
|
|
@@ -36054,97 +36494,86 @@
|
|
|
36054
36494
|
"name": "string | null"
|
|
36055
36495
|
}
|
|
36056
36496
|
},
|
|
36057
|
-
"
|
|
36497
|
+
"placeholder": {
|
|
36058
36498
|
"defaultValue": null,
|
|
36059
|
-
"description": "
|
|
36060
|
-
"name": "
|
|
36499
|
+
"description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
|
|
36500
|
+
"name": "placeholder",
|
|
36061
36501
|
"parent": {
|
|
36062
|
-
"fileName": "flow/node_modules/.pnpm
|
|
36063
|
-
"name": "
|
|
36502
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36503
|
+
"name": "InputProps"
|
|
36064
36504
|
},
|
|
36065
36505
|
"declarations": [
|
|
36066
36506
|
{
|
|
36067
|
-
"fileName": "flow/node_modules/.pnpm
|
|
36068
|
-
"name": "
|
|
36507
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36508
|
+
"name": "InputProps"
|
|
36069
36509
|
}
|
|
36070
36510
|
],
|
|
36071
36511
|
"required": false,
|
|
36072
36512
|
"type": {
|
|
36073
36513
|
"name": "string"
|
|
36074
36514
|
}
|
|
36075
|
-
}
|
|
36076
|
-
|
|
36077
|
-
},
|
|
36078
|
-
{
|
|
36079
|
-
"tags": {
|
|
36080
|
-
"flr-generate": "all"
|
|
36081
|
-
},
|
|
36082
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
36083
|
-
"description": "",
|
|
36084
|
-
"displayName": "Select",
|
|
36085
|
-
"methods": [],
|
|
36086
|
-
"props": {
|
|
36087
|
-
"onChange": {
|
|
36515
|
+
},
|
|
36516
|
+
"excludeFromTabOrder": {
|
|
36088
36517
|
"defaultValue": null,
|
|
36089
|
-
"description": "
|
|
36090
|
-
"name": "
|
|
36518
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
36519
|
+
"name": "excludeFromTabOrder",
|
|
36091
36520
|
"parent": {
|
|
36092
|
-
"fileName": "
|
|
36093
|
-
"name": "
|
|
36521
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
36522
|
+
"name": "FocusableDOMProps"
|
|
36094
36523
|
},
|
|
36095
36524
|
"declarations": [
|
|
36096
36525
|
{
|
|
36097
|
-
"fileName": "
|
|
36098
|
-
"name": "
|
|
36526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
36527
|
+
"name": "FocusableDOMProps"
|
|
36099
36528
|
}
|
|
36100
36529
|
],
|
|
36101
36530
|
"required": false,
|
|
36102
36531
|
"type": {
|
|
36103
|
-
"name": "
|
|
36532
|
+
"name": "boolean"
|
|
36104
36533
|
}
|
|
36105
36534
|
},
|
|
36106
|
-
"
|
|
36535
|
+
"autoComplete": {
|
|
36107
36536
|
"defaultValue": null,
|
|
36108
|
-
"description": "
|
|
36109
|
-
"name": "
|
|
36537
|
+
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
36538
|
+
"name": "autoComplete",
|
|
36110
36539
|
"parent": {
|
|
36111
|
-
"fileName": "
|
|
36112
|
-
"name": "
|
|
36540
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36541
|
+
"name": "AriaSelectProps"
|
|
36113
36542
|
},
|
|
36114
36543
|
"declarations": [
|
|
36115
36544
|
{
|
|
36116
|
-
"fileName": "
|
|
36117
|
-
"name": "
|
|
36545
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36546
|
+
"name": "AriaSelectProps"
|
|
36118
36547
|
}
|
|
36119
36548
|
],
|
|
36120
36549
|
"required": false,
|
|
36121
36550
|
"type": {
|
|
36122
|
-
"name": "
|
|
36551
|
+
"name": "string"
|
|
36123
36552
|
}
|
|
36124
36553
|
},
|
|
36125
|
-
"
|
|
36554
|
+
"onSelectionChange": {
|
|
36126
36555
|
"defaultValue": null,
|
|
36127
|
-
"description": "
|
|
36128
|
-
"name": "
|
|
36556
|
+
"description": "Handler that is called when the selection changes.\n@deprecated",
|
|
36557
|
+
"name": "onSelectionChange",
|
|
36129
36558
|
"parent": {
|
|
36130
|
-
"fileName": "
|
|
36559
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36131
36560
|
"name": "SelectProps"
|
|
36132
36561
|
},
|
|
36133
36562
|
"declarations": [
|
|
36134
36563
|
{
|
|
36135
|
-
"fileName": "
|
|
36564
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36136
36565
|
"name": "SelectProps"
|
|
36137
36566
|
}
|
|
36138
36567
|
],
|
|
36139
36568
|
"required": false,
|
|
36140
36569
|
"type": {
|
|
36141
|
-
"name": "
|
|
36570
|
+
"name": "((key: Key | null) => void)"
|
|
36142
36571
|
}
|
|
36143
36572
|
},
|
|
36144
|
-
"
|
|
36573
|
+
"selectedKey": {
|
|
36145
36574
|
"defaultValue": null,
|
|
36146
|
-
"description": "
|
|
36147
|
-
"name": "
|
|
36575
|
+
"description": "The currently selected key in the collection (controlled).\n@deprecated",
|
|
36576
|
+
"name": "selectedKey",
|
|
36148
36577
|
"parent": {
|
|
36149
36578
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36150
36579
|
"name": "SelectProps"
|
|
@@ -36157,13 +36586,13 @@
|
|
|
36157
36586
|
],
|
|
36158
36587
|
"required": false,
|
|
36159
36588
|
"type": {
|
|
36160
|
-
"name": "
|
|
36589
|
+
"name": "Key | null"
|
|
36161
36590
|
}
|
|
36162
36591
|
},
|
|
36163
|
-
"
|
|
36592
|
+
"defaultSelectedKey": {
|
|
36164
36593
|
"defaultValue": null,
|
|
36165
|
-
"description": "
|
|
36166
|
-
"name": "
|
|
36594
|
+
"description": "The initial selected key in the collection (uncontrolled).\n@deprecated",
|
|
36595
|
+
"name": "defaultSelectedKey",
|
|
36167
36596
|
"parent": {
|
|
36168
36597
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36169
36598
|
"name": "SelectProps"
|
|
@@ -36176,13 +36605,34 @@
|
|
|
36176
36605
|
],
|
|
36177
36606
|
"required": false,
|
|
36178
36607
|
"type": {
|
|
36179
|
-
"name": "
|
|
36608
|
+
"name": "Key"
|
|
36180
36609
|
}
|
|
36181
36610
|
},
|
|
36182
|
-
"
|
|
36611
|
+
"disabledKeys": {
|
|
36183
36612
|
"defaultValue": null,
|
|
36184
|
-
"description": "
|
|
36185
|
-
"name": "
|
|
36613
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
36614
|
+
"name": "disabledKeys",
|
|
36615
|
+
"parent": {
|
|
36616
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
36617
|
+
"name": "CollectionBase"
|
|
36618
|
+
},
|
|
36619
|
+
"declarations": [
|
|
36620
|
+
{
|
|
36621
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
36622
|
+
"name": "CollectionBase"
|
|
36623
|
+
}
|
|
36624
|
+
],
|
|
36625
|
+
"required": false,
|
|
36626
|
+
"type": {
|
|
36627
|
+
"name": "Iterable<Key>"
|
|
36628
|
+
}
|
|
36629
|
+
},
|
|
36630
|
+
"selectionMode": {
|
|
36631
|
+
"defaultValue": {
|
|
36632
|
+
"value": "'single'"
|
|
36633
|
+
},
|
|
36634
|
+
"description": "Whether single or multiple selection is enabled.",
|
|
36635
|
+
"name": "selectionMode",
|
|
36186
36636
|
"parent": {
|
|
36187
36637
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36188
36638
|
"name": "SelectProps"
|
|
@@ -36195,9 +36645,130 @@
|
|
|
36195
36645
|
],
|
|
36196
36646
|
"required": false,
|
|
36197
36647
|
"type": {
|
|
36198
|
-
"name": "
|
|
36648
|
+
"name": "\"single\""
|
|
36199
36649
|
}
|
|
36200
36650
|
},
|
|
36651
|
+
"children": {
|
|
36652
|
+
"defaultValue": null,
|
|
36653
|
+
"description": "",
|
|
36654
|
+
"name": "children",
|
|
36655
|
+
"declarations": [
|
|
36656
|
+
{
|
|
36657
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36658
|
+
"name": "TypeLiteral"
|
|
36659
|
+
}
|
|
36660
|
+
],
|
|
36661
|
+
"required": false,
|
|
36662
|
+
"type": {
|
|
36663
|
+
"name": "ReactNode"
|
|
36664
|
+
}
|
|
36665
|
+
},
|
|
36666
|
+
"wrapWith": {
|
|
36667
|
+
"defaultValue": null,
|
|
36668
|
+
"description": "",
|
|
36669
|
+
"name": "wrapWith",
|
|
36670
|
+
"parent": {
|
|
36671
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
36672
|
+
"name": "FlowComponentProps"
|
|
36673
|
+
},
|
|
36674
|
+
"declarations": [
|
|
36675
|
+
{
|
|
36676
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
36677
|
+
"name": "FlowComponentProps"
|
|
36678
|
+
}
|
|
36679
|
+
],
|
|
36680
|
+
"required": false,
|
|
36681
|
+
"type": {
|
|
36682
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
36683
|
+
}
|
|
36684
|
+
},
|
|
36685
|
+
"tunnelId": {
|
|
36686
|
+
"defaultValue": null,
|
|
36687
|
+
"description": "@internal",
|
|
36688
|
+
"name": "tunnelId",
|
|
36689
|
+
"parent": {
|
|
36690
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36691
|
+
"name": "PropsWithTunnel"
|
|
36692
|
+
},
|
|
36693
|
+
"declarations": [
|
|
36694
|
+
{
|
|
36695
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36696
|
+
"name": "PropsWithTunnel"
|
|
36697
|
+
}
|
|
36698
|
+
],
|
|
36699
|
+
"required": false,
|
|
36700
|
+
"type": {
|
|
36701
|
+
"name": "string | null"
|
|
36702
|
+
}
|
|
36703
|
+
},
|
|
36704
|
+
"ref": {
|
|
36705
|
+
"defaultValue": null,
|
|
36706
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
36707
|
+
"name": "ref",
|
|
36708
|
+
"parent": {
|
|
36709
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36710
|
+
"name": "RefAttributes"
|
|
36711
|
+
},
|
|
36712
|
+
"declarations": [
|
|
36713
|
+
{
|
|
36714
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36715
|
+
"name": "RefAttributes"
|
|
36716
|
+
}
|
|
36717
|
+
],
|
|
36718
|
+
"required": false,
|
|
36719
|
+
"type": {
|
|
36720
|
+
"name": "Ref<HTMLInputElement>"
|
|
36721
|
+
}
|
|
36722
|
+
},
|
|
36723
|
+
"key": {
|
|
36724
|
+
"defaultValue": null,
|
|
36725
|
+
"description": "",
|
|
36726
|
+
"name": "key",
|
|
36727
|
+
"parent": {
|
|
36728
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36729
|
+
"name": "Attributes"
|
|
36730
|
+
},
|
|
36731
|
+
"declarations": [
|
|
36732
|
+
{
|
|
36733
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36734
|
+
"name": "Attributes"
|
|
36735
|
+
}
|
|
36736
|
+
],
|
|
36737
|
+
"required": false,
|
|
36738
|
+
"type": {
|
|
36739
|
+
"name": "Key | null"
|
|
36740
|
+
}
|
|
36741
|
+
},
|
|
36742
|
+
"className": {
|
|
36743
|
+
"defaultValue": null,
|
|
36744
|
+
"description": "The elements class name.",
|
|
36745
|
+
"name": "className",
|
|
36746
|
+
"parent": {
|
|
36747
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36748
|
+
"name": "PropsWithClassName"
|
|
36749
|
+
},
|
|
36750
|
+
"declarations": [
|
|
36751
|
+
{
|
|
36752
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36753
|
+
"name": "PropsWithClassName"
|
|
36754
|
+
}
|
|
36755
|
+
],
|
|
36756
|
+
"required": false,
|
|
36757
|
+
"type": {
|
|
36758
|
+
"name": "string"
|
|
36759
|
+
}
|
|
36760
|
+
}
|
|
36761
|
+
}
|
|
36762
|
+
},
|
|
36763
|
+
{
|
|
36764
|
+
"tags": {
|
|
36765
|
+
"flr-generate": "all"
|
|
36766
|
+
},
|
|
36767
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Separator/Separator.tsx",
|
|
36768
|
+
"description": "",
|
|
36769
|
+
"displayName": "Separator",
|
|
36770
|
+
"methods": [],
|
|
36771
|
+
"props": {
|
|
36201
36772
|
"aria-label": {
|
|
36202
36773
|
"defaultValue": null,
|
|
36203
36774
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -36274,6 +36845,25 @@
|
|
|
36274
36845
|
"name": "string"
|
|
36275
36846
|
}
|
|
36276
36847
|
},
|
|
36848
|
+
"className": {
|
|
36849
|
+
"defaultValue": null,
|
|
36850
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
36851
|
+
"name": "className",
|
|
36852
|
+
"parent": {
|
|
36853
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36854
|
+
"name": "StyleRenderProps"
|
|
36855
|
+
},
|
|
36856
|
+
"declarations": [
|
|
36857
|
+
{
|
|
36858
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36859
|
+
"name": "StyleRenderProps"
|
|
36860
|
+
}
|
|
36861
|
+
],
|
|
36862
|
+
"required": false,
|
|
36863
|
+
"type": {
|
|
36864
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
36865
|
+
}
|
|
36866
|
+
},
|
|
36277
36867
|
"style": {
|
|
36278
36868
|
"defaultValue": null,
|
|
36279
36869
|
"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.",
|
|
@@ -37604,255 +38194,6 @@
|
|
|
37604
38194
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
37605
38195
|
}
|
|
37606
38196
|
},
|
|
37607
|
-
"validationBehavior": {
|
|
37608
|
-
"defaultValue": {
|
|
37609
|
-
"value": "'native'"
|
|
37610
|
-
},
|
|
37611
|
-
"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.",
|
|
37612
|
-
"name": "validationBehavior",
|
|
37613
|
-
"parent": {
|
|
37614
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37615
|
-
"name": "RACValidation"
|
|
37616
|
-
},
|
|
37617
|
-
"declarations": [
|
|
37618
|
-
{
|
|
37619
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37620
|
-
"name": "RACValidation"
|
|
37621
|
-
}
|
|
37622
|
-
],
|
|
37623
|
-
"required": false,
|
|
37624
|
-
"type": {
|
|
37625
|
-
"name": "\"native\" | \"aria\""
|
|
37626
|
-
}
|
|
37627
|
-
},
|
|
37628
|
-
"isDisabled": {
|
|
37629
|
-
"defaultValue": null,
|
|
37630
|
-
"description": "Whether the input is disabled.",
|
|
37631
|
-
"name": "isDisabled",
|
|
37632
|
-
"parent": {
|
|
37633
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37634
|
-
"name": "InputBase"
|
|
37635
|
-
},
|
|
37636
|
-
"declarations": [
|
|
37637
|
-
{
|
|
37638
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37639
|
-
"name": "InputBase"
|
|
37640
|
-
}
|
|
37641
|
-
],
|
|
37642
|
-
"required": false,
|
|
37643
|
-
"type": {
|
|
37644
|
-
"name": "boolean"
|
|
37645
|
-
}
|
|
37646
|
-
},
|
|
37647
|
-
"isRequired": {
|
|
37648
|
-
"defaultValue": null,
|
|
37649
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
37650
|
-
"name": "isRequired",
|
|
37651
|
-
"parent": {
|
|
37652
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37653
|
-
"name": "Validation"
|
|
37654
|
-
},
|
|
37655
|
-
"declarations": [
|
|
37656
|
-
{
|
|
37657
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37658
|
-
"name": "Validation"
|
|
37659
|
-
}
|
|
37660
|
-
],
|
|
37661
|
-
"required": false,
|
|
37662
|
-
"type": {
|
|
37663
|
-
"name": "boolean"
|
|
37664
|
-
}
|
|
37665
|
-
},
|
|
37666
|
-
"isInvalid": {
|
|
37667
|
-
"defaultValue": null,
|
|
37668
|
-
"description": "Whether the input value is invalid.",
|
|
37669
|
-
"name": "isInvalid",
|
|
37670
|
-
"parent": {
|
|
37671
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37672
|
-
"name": "Validation"
|
|
37673
|
-
},
|
|
37674
|
-
"declarations": [
|
|
37675
|
-
{
|
|
37676
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37677
|
-
"name": "Validation"
|
|
37678
|
-
}
|
|
37679
|
-
],
|
|
37680
|
-
"required": false,
|
|
37681
|
-
"type": {
|
|
37682
|
-
"name": "boolean"
|
|
37683
|
-
}
|
|
37684
|
-
},
|
|
37685
|
-
"validate": {
|
|
37686
|
-
"defaultValue": null,
|
|
37687
|
-
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
37688
|
-
"name": "validate",
|
|
37689
|
-
"parent": {
|
|
37690
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37691
|
-
"name": "Validation"
|
|
37692
|
-
},
|
|
37693
|
-
"declarations": [
|
|
37694
|
-
{
|
|
37695
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37696
|
-
"name": "Validation"
|
|
37697
|
-
}
|
|
37698
|
-
],
|
|
37699
|
-
"required": false,
|
|
37700
|
-
"type": {
|
|
37701
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
37702
|
-
}
|
|
37703
|
-
},
|
|
37704
|
-
"autoFocus": {
|
|
37705
|
-
"defaultValue": null,
|
|
37706
|
-
"description": "Whether the element should receive focus on render.",
|
|
37707
|
-
"name": "autoFocus",
|
|
37708
|
-
"parent": {
|
|
37709
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37710
|
-
"name": "FocusableProps"
|
|
37711
|
-
},
|
|
37712
|
-
"declarations": [
|
|
37713
|
-
{
|
|
37714
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37715
|
-
"name": "FocusableProps"
|
|
37716
|
-
}
|
|
37717
|
-
],
|
|
37718
|
-
"required": false,
|
|
37719
|
-
"type": {
|
|
37720
|
-
"name": "boolean"
|
|
37721
|
-
}
|
|
37722
|
-
},
|
|
37723
|
-
"onFocus": {
|
|
37724
|
-
"defaultValue": null,
|
|
37725
|
-
"description": "Handler that is called when the element receives focus.",
|
|
37726
|
-
"name": "onFocus",
|
|
37727
|
-
"parent": {
|
|
37728
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37729
|
-
"name": "FocusEvents"
|
|
37730
|
-
},
|
|
37731
|
-
"declarations": [
|
|
37732
|
-
{
|
|
37733
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37734
|
-
"name": "FocusEvents"
|
|
37735
|
-
}
|
|
37736
|
-
],
|
|
37737
|
-
"required": false,
|
|
37738
|
-
"type": {
|
|
37739
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
37740
|
-
}
|
|
37741
|
-
},
|
|
37742
|
-
"onBlur": {
|
|
37743
|
-
"defaultValue": null,
|
|
37744
|
-
"description": "Handler that is called when the element loses focus.",
|
|
37745
|
-
"name": "onBlur",
|
|
37746
|
-
"parent": {
|
|
37747
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37748
|
-
"name": "FocusEvents"
|
|
37749
|
-
},
|
|
37750
|
-
"declarations": [
|
|
37751
|
-
{
|
|
37752
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37753
|
-
"name": "FocusEvents"
|
|
37754
|
-
}
|
|
37755
|
-
],
|
|
37756
|
-
"required": false,
|
|
37757
|
-
"type": {
|
|
37758
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
37759
|
-
}
|
|
37760
|
-
},
|
|
37761
|
-
"onFocusChange": {
|
|
37762
|
-
"defaultValue": null,
|
|
37763
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
37764
|
-
"name": "onFocusChange",
|
|
37765
|
-
"parent": {
|
|
37766
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37767
|
-
"name": "FocusEvents"
|
|
37768
|
-
},
|
|
37769
|
-
"declarations": [
|
|
37770
|
-
{
|
|
37771
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37772
|
-
"name": "FocusEvents"
|
|
37773
|
-
}
|
|
37774
|
-
],
|
|
37775
|
-
"required": false,
|
|
37776
|
-
"type": {
|
|
37777
|
-
"name": "((isFocused: boolean) => void)"
|
|
37778
|
-
}
|
|
37779
|
-
},
|
|
37780
|
-
"onKeyDown": {
|
|
37781
|
-
"defaultValue": null,
|
|
37782
|
-
"description": "Handler that is called when a key is pressed.",
|
|
37783
|
-
"name": "onKeyDown",
|
|
37784
|
-
"parent": {
|
|
37785
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37786
|
-
"name": "KeyboardEvents"
|
|
37787
|
-
},
|
|
37788
|
-
"declarations": [
|
|
37789
|
-
{
|
|
37790
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37791
|
-
"name": "KeyboardEvents"
|
|
37792
|
-
}
|
|
37793
|
-
],
|
|
37794
|
-
"required": false,
|
|
37795
|
-
"type": {
|
|
37796
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
37797
|
-
}
|
|
37798
|
-
},
|
|
37799
|
-
"onKeyUp": {
|
|
37800
|
-
"defaultValue": null,
|
|
37801
|
-
"description": "Handler that is called when a key is released.",
|
|
37802
|
-
"name": "onKeyUp",
|
|
37803
|
-
"parent": {
|
|
37804
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37805
|
-
"name": "KeyboardEvents"
|
|
37806
|
-
},
|
|
37807
|
-
"declarations": [
|
|
37808
|
-
{
|
|
37809
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37810
|
-
"name": "KeyboardEvents"
|
|
37811
|
-
}
|
|
37812
|
-
],
|
|
37813
|
-
"required": false,
|
|
37814
|
-
"type": {
|
|
37815
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
37816
|
-
}
|
|
37817
|
-
},
|
|
37818
|
-
"value": {
|
|
37819
|
-
"defaultValue": null,
|
|
37820
|
-
"description": "The current value (controlled).",
|
|
37821
|
-
"name": "value",
|
|
37822
|
-
"parent": {
|
|
37823
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37824
|
-
"name": "ValueBase"
|
|
37825
|
-
},
|
|
37826
|
-
"declarations": [
|
|
37827
|
-
{
|
|
37828
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37829
|
-
"name": "ValueBase"
|
|
37830
|
-
}
|
|
37831
|
-
],
|
|
37832
|
-
"required": false,
|
|
37833
|
-
"type": {
|
|
37834
|
-
"name": "TimeValue | null"
|
|
37835
|
-
}
|
|
37836
|
-
},
|
|
37837
|
-
"defaultValue": {
|
|
37838
|
-
"defaultValue": null,
|
|
37839
|
-
"description": "The default value (uncontrolled).",
|
|
37840
|
-
"name": "defaultValue",
|
|
37841
|
-
"parent": {
|
|
37842
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37843
|
-
"name": "ValueBase"
|
|
37844
|
-
},
|
|
37845
|
-
"declarations": [
|
|
37846
|
-
{
|
|
37847
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37848
|
-
"name": "ValueBase"
|
|
37849
|
-
}
|
|
37850
|
-
],
|
|
37851
|
-
"required": false,
|
|
37852
|
-
"type": {
|
|
37853
|
-
"name": "TimeValue | null"
|
|
37854
|
-
}
|
|
37855
|
-
},
|
|
37856
38197
|
"id": {
|
|
37857
38198
|
"defaultValue": null,
|
|
37858
38199
|
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
@@ -37872,44 +38213,6 @@
|
|
|
37872
38213
|
"name": "string"
|
|
37873
38214
|
}
|
|
37874
38215
|
},
|
|
37875
|
-
"name": {
|
|
37876
|
-
"defaultValue": null,
|
|
37877
|
-
"description": "The name of the input, used when submitting an HTML form.",
|
|
37878
|
-
"name": "name",
|
|
37879
|
-
"parent": {
|
|
37880
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37881
|
-
"name": "AriaSelectProps"
|
|
37882
|
-
},
|
|
37883
|
-
"declarations": [
|
|
37884
|
-
{
|
|
37885
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37886
|
-
"name": "AriaSelectProps"
|
|
37887
|
-
}
|
|
37888
|
-
],
|
|
37889
|
-
"required": false,
|
|
37890
|
-
"type": {
|
|
37891
|
-
"name": "string"
|
|
37892
|
-
}
|
|
37893
|
-
},
|
|
37894
|
-
"form": {
|
|
37895
|
-
"defaultValue": null,
|
|
37896
|
-
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
37897
|
-
"name": "form",
|
|
37898
|
-
"parent": {
|
|
37899
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37900
|
-
"name": "AriaSelectProps"
|
|
37901
|
-
},
|
|
37902
|
-
"declarations": [
|
|
37903
|
-
{
|
|
37904
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37905
|
-
"name": "AriaSelectProps"
|
|
37906
|
-
}
|
|
37907
|
-
],
|
|
37908
|
-
"required": false,
|
|
37909
|
-
"type": {
|
|
37910
|
-
"name": "string"
|
|
37911
|
-
}
|
|
37912
|
-
},
|
|
37913
38216
|
"slot": {
|
|
37914
38217
|
"defaultValue": null,
|
|
37915
38218
|
"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.",
|
|
@@ -37929,263 +38232,18 @@
|
|
|
37929
38232
|
"name": "string | null"
|
|
37930
38233
|
}
|
|
37931
38234
|
},
|
|
37932
|
-
"
|
|
37933
|
-
"defaultValue": null,
|
|
37934
|
-
"description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
|
|
37935
|
-
"name": "placeholder",
|
|
37936
|
-
"parent": {
|
|
37937
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37938
|
-
"name": "InputProps"
|
|
37939
|
-
},
|
|
37940
|
-
"declarations": [
|
|
37941
|
-
{
|
|
37942
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37943
|
-
"name": "InputProps"
|
|
37944
|
-
}
|
|
37945
|
-
],
|
|
37946
|
-
"required": false,
|
|
37947
|
-
"type": {
|
|
37948
|
-
"name": "string"
|
|
37949
|
-
}
|
|
37950
|
-
},
|
|
37951
|
-
"excludeFromTabOrder": {
|
|
37952
|
-
"defaultValue": null,
|
|
37953
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
37954
|
-
"name": "excludeFromTabOrder",
|
|
37955
|
-
"parent": {
|
|
37956
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
37957
|
-
"name": "FocusableDOMProps"
|
|
37958
|
-
},
|
|
37959
|
-
"declarations": [
|
|
37960
|
-
{
|
|
37961
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
37962
|
-
"name": "FocusableDOMProps"
|
|
37963
|
-
}
|
|
37964
|
-
],
|
|
37965
|
-
"required": false,
|
|
37966
|
-
"type": {
|
|
37967
|
-
"name": "boolean"
|
|
37968
|
-
}
|
|
37969
|
-
},
|
|
37970
|
-
"autoComplete": {
|
|
37971
|
-
"defaultValue": null,
|
|
37972
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
37973
|
-
"name": "autoComplete",
|
|
37974
|
-
"parent": {
|
|
37975
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37976
|
-
"name": "AriaSelectProps"
|
|
37977
|
-
},
|
|
37978
|
-
"declarations": [
|
|
37979
|
-
{
|
|
37980
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37981
|
-
"name": "AriaSelectProps"
|
|
37982
|
-
}
|
|
37983
|
-
],
|
|
37984
|
-
"required": false,
|
|
37985
|
-
"type": {
|
|
37986
|
-
"name": "string"
|
|
37987
|
-
}
|
|
37988
|
-
},
|
|
37989
|
-
"onSelectionChange": {
|
|
37990
|
-
"defaultValue": null,
|
|
37991
|
-
"description": "Handler that is called when the selection changes.\n@deprecated",
|
|
37992
|
-
"name": "onSelectionChange",
|
|
37993
|
-
"parent": {
|
|
37994
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37995
|
-
"name": "SelectProps"
|
|
37996
|
-
},
|
|
37997
|
-
"declarations": [
|
|
37998
|
-
{
|
|
37999
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38000
|
-
"name": "SelectProps"
|
|
38001
|
-
}
|
|
38002
|
-
],
|
|
38003
|
-
"required": false,
|
|
38004
|
-
"type": {
|
|
38005
|
-
"name": "((key: Key | null) => void)"
|
|
38006
|
-
}
|
|
38007
|
-
},
|
|
38008
|
-
"selectedKey": {
|
|
38009
|
-
"defaultValue": null,
|
|
38010
|
-
"description": "The currently selected key in the collection (controlled).\n@deprecated",
|
|
38011
|
-
"name": "selectedKey",
|
|
38012
|
-
"parent": {
|
|
38013
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38014
|
-
"name": "SelectProps"
|
|
38015
|
-
},
|
|
38016
|
-
"declarations": [
|
|
38017
|
-
{
|
|
38018
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38019
|
-
"name": "SelectProps"
|
|
38020
|
-
}
|
|
38021
|
-
],
|
|
38022
|
-
"required": false,
|
|
38023
|
-
"type": {
|
|
38024
|
-
"name": "Key | null"
|
|
38025
|
-
}
|
|
38026
|
-
},
|
|
38027
|
-
"defaultSelectedKey": {
|
|
38028
|
-
"defaultValue": null,
|
|
38029
|
-
"description": "The initial selected key in the collection (uncontrolled).\n@deprecated",
|
|
38030
|
-
"name": "defaultSelectedKey",
|
|
38031
|
-
"parent": {
|
|
38032
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38033
|
-
"name": "SelectProps"
|
|
38034
|
-
},
|
|
38035
|
-
"declarations": [
|
|
38036
|
-
{
|
|
38037
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38038
|
-
"name": "SelectProps"
|
|
38039
|
-
}
|
|
38040
|
-
],
|
|
38041
|
-
"required": false,
|
|
38042
|
-
"type": {
|
|
38043
|
-
"name": "Key"
|
|
38044
|
-
}
|
|
38045
|
-
},
|
|
38046
|
-
"disabledKeys": {
|
|
38047
|
-
"defaultValue": null,
|
|
38048
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
38049
|
-
"name": "disabledKeys",
|
|
38050
|
-
"parent": {
|
|
38051
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
38052
|
-
"name": "CollectionBase"
|
|
38053
|
-
},
|
|
38054
|
-
"declarations": [
|
|
38055
|
-
{
|
|
38056
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
38057
|
-
"name": "CollectionBase"
|
|
38058
|
-
}
|
|
38059
|
-
],
|
|
38060
|
-
"required": false,
|
|
38061
|
-
"type": {
|
|
38062
|
-
"name": "Iterable<Key>"
|
|
38063
|
-
}
|
|
38064
|
-
},
|
|
38065
|
-
"selectionMode": {
|
|
38066
|
-
"defaultValue": {
|
|
38067
|
-
"value": "'single'"
|
|
38068
|
-
},
|
|
38069
|
-
"description": "Whether single or multiple selection is enabled.",
|
|
38070
|
-
"name": "selectionMode",
|
|
38071
|
-
"parent": {
|
|
38072
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38073
|
-
"name": "SelectProps"
|
|
38074
|
-
},
|
|
38075
|
-
"declarations": [
|
|
38076
|
-
{
|
|
38077
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38078
|
-
"name": "SelectProps"
|
|
38079
|
-
}
|
|
38080
|
-
],
|
|
38081
|
-
"required": false,
|
|
38082
|
-
"type": {
|
|
38083
|
-
"name": "\"single\""
|
|
38084
|
-
}
|
|
38085
|
-
},
|
|
38086
|
-
"children": {
|
|
38087
|
-
"defaultValue": null,
|
|
38088
|
-
"description": "",
|
|
38089
|
-
"name": "children",
|
|
38090
|
-
"declarations": [
|
|
38091
|
-
{
|
|
38092
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38093
|
-
"name": "TypeLiteral"
|
|
38094
|
-
}
|
|
38095
|
-
],
|
|
38096
|
-
"required": false,
|
|
38097
|
-
"type": {
|
|
38098
|
-
"name": "ReactNode"
|
|
38099
|
-
}
|
|
38100
|
-
},
|
|
38101
|
-
"wrapWith": {
|
|
38102
|
-
"defaultValue": null,
|
|
38103
|
-
"description": "",
|
|
38104
|
-
"name": "wrapWith",
|
|
38105
|
-
"parent": {
|
|
38106
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
38107
|
-
"name": "FlowComponentProps"
|
|
38108
|
-
},
|
|
38109
|
-
"declarations": [
|
|
38110
|
-
{
|
|
38111
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
38112
|
-
"name": "FlowComponentProps"
|
|
38113
|
-
}
|
|
38114
|
-
],
|
|
38115
|
-
"required": false,
|
|
38116
|
-
"type": {
|
|
38117
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
38118
|
-
}
|
|
38119
|
-
},
|
|
38120
|
-
"tunnelId": {
|
|
38121
|
-
"defaultValue": null,
|
|
38122
|
-
"description": "@internal",
|
|
38123
|
-
"name": "tunnelId",
|
|
38124
|
-
"parent": {
|
|
38125
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
38126
|
-
"name": "PropsWithTunnel"
|
|
38127
|
-
},
|
|
38128
|
-
"declarations": [
|
|
38129
|
-
{
|
|
38130
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
38131
|
-
"name": "PropsWithTunnel"
|
|
38132
|
-
}
|
|
38133
|
-
],
|
|
38134
|
-
"required": false,
|
|
38135
|
-
"type": {
|
|
38136
|
-
"name": "string | null"
|
|
38137
|
-
}
|
|
38138
|
-
},
|
|
38139
|
-
"ref": {
|
|
38140
|
-
"defaultValue": null,
|
|
38141
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
38142
|
-
"name": "ref",
|
|
38143
|
-
"parent": {
|
|
38144
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38145
|
-
"name": "RefAttributes"
|
|
38146
|
-
},
|
|
38147
|
-
"declarations": [
|
|
38148
|
-
{
|
|
38149
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38150
|
-
"name": "RefAttributes"
|
|
38151
|
-
}
|
|
38152
|
-
],
|
|
38153
|
-
"required": false,
|
|
38154
|
-
"type": {
|
|
38155
|
-
"name": "Ref<HTMLInputElement>"
|
|
38156
|
-
}
|
|
38157
|
-
},
|
|
38158
|
-
"key": {
|
|
38159
|
-
"defaultValue": null,
|
|
38160
|
-
"description": "",
|
|
38161
|
-
"name": "key",
|
|
38162
|
-
"parent": {
|
|
38163
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38164
|
-
"name": "Attributes"
|
|
38165
|
-
},
|
|
38166
|
-
"declarations": [
|
|
38167
|
-
{
|
|
38168
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38169
|
-
"name": "Attributes"
|
|
38170
|
-
}
|
|
38171
|
-
],
|
|
38172
|
-
"required": false,
|
|
38173
|
-
"type": {
|
|
38174
|
-
"name": "Key | null"
|
|
38175
|
-
}
|
|
38176
|
-
},
|
|
38177
|
-
"className": {
|
|
38235
|
+
"elementType": {
|
|
38178
38236
|
"defaultValue": null,
|
|
38179
|
-
"description": "The
|
|
38180
|
-
"name": "
|
|
38237
|
+
"description": "The HTML element type that will be used to render the separator.",
|
|
38238
|
+
"name": "elementType",
|
|
38181
38239
|
"parent": {
|
|
38182
|
-
"fileName": "
|
|
38183
|
-
"name": "
|
|
38240
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+separator@3.4.13_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/separator/dist/types.d.ts",
|
|
38241
|
+
"name": "SeparatorProps"
|
|
38184
38242
|
},
|
|
38185
38243
|
"declarations": [
|
|
38186
38244
|
{
|
|
38187
|
-
"fileName": "
|
|
38188
|
-
"name": "
|
|
38245
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+separator@3.4.13_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/separator/dist/types.d.ts",
|
|
38246
|
+
"name": "SeparatorProps"
|
|
38189
38247
|
}
|
|
38190
38248
|
],
|
|
38191
38249
|
"required": false,
|
|
@@ -238146,199 +238204,320 @@
|
|
|
238146
238204
|
"type": {
|
|
238147
238205
|
"name": "Key | null"
|
|
238148
238206
|
}
|
|
238149
|
-
},
|
|
238150
|
-
"className": {
|
|
238151
|
-
"defaultValue": null,
|
|
238152
|
-
"description": "The elements class name.",
|
|
238153
|
-
"name": "className",
|
|
238154
|
-
"parent": {
|
|
238155
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
238156
|
-
"name": "PropsWithClassName"
|
|
238157
|
-
},
|
|
238158
|
-
"declarations": [
|
|
238159
|
-
{
|
|
238160
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
238161
|
-
"name": "PropsWithClassName"
|
|
238162
|
-
}
|
|
238163
|
-
],
|
|
238164
|
-
"required": false,
|
|
238165
|
-
"type": {
|
|
238166
|
-
"name": "string"
|
|
238167
|
-
}
|
|
238207
|
+
},
|
|
238208
|
+
"className": {
|
|
238209
|
+
"defaultValue": null,
|
|
238210
|
+
"description": "The elements class name.",
|
|
238211
|
+
"name": "className",
|
|
238212
|
+
"parent": {
|
|
238213
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238214
|
+
"name": "PropsWithClassName"
|
|
238215
|
+
},
|
|
238216
|
+
"declarations": [
|
|
238217
|
+
{
|
|
238218
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238219
|
+
"name": "PropsWithClassName"
|
|
238220
|
+
}
|
|
238221
|
+
],
|
|
238222
|
+
"required": false,
|
|
238223
|
+
"type": {
|
|
238224
|
+
"name": "string"
|
|
238225
|
+
}
|
|
238226
|
+
}
|
|
238227
|
+
}
|
|
238228
|
+
},
|
|
238229
|
+
{
|
|
238230
|
+
"tags": {},
|
|
238231
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
238232
|
+
"description": "",
|
|
238233
|
+
"displayName": "Action",
|
|
238234
|
+
"methods": [],
|
|
238235
|
+
"props": {
|
|
238236
|
+
"action": {
|
|
238237
|
+
"defaultValue": null,
|
|
238238
|
+
"description": "",
|
|
238239
|
+
"name": "action",
|
|
238240
|
+
"parent": {
|
|
238241
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238242
|
+
"name": "ActionProps"
|
|
238243
|
+
},
|
|
238244
|
+
"declarations": [
|
|
238245
|
+
{
|
|
238246
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238247
|
+
"name": "ActionProps"
|
|
238248
|
+
}
|
|
238249
|
+
],
|
|
238250
|
+
"required": false,
|
|
238251
|
+
"type": {
|
|
238252
|
+
"name": "ActionFn"
|
|
238253
|
+
}
|
|
238254
|
+
},
|
|
238255
|
+
"onAction": {
|
|
238256
|
+
"defaultValue": null,
|
|
238257
|
+
"description": "",
|
|
238258
|
+
"name": "onAction",
|
|
238259
|
+
"parent": {
|
|
238260
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238261
|
+
"name": "ActionProps"
|
|
238262
|
+
},
|
|
238263
|
+
"declarations": [
|
|
238264
|
+
{
|
|
238265
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238266
|
+
"name": "ActionProps"
|
|
238267
|
+
}
|
|
238268
|
+
],
|
|
238269
|
+
"required": false,
|
|
238270
|
+
"type": {
|
|
238271
|
+
"name": "ActionFn"
|
|
238272
|
+
}
|
|
238273
|
+
},
|
|
238274
|
+
"actionModel": {
|
|
238275
|
+
"defaultValue": null,
|
|
238276
|
+
"description": "",
|
|
238277
|
+
"name": "actionModel",
|
|
238278
|
+
"parent": {
|
|
238279
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238280
|
+
"name": "ActionProps"
|
|
238281
|
+
},
|
|
238282
|
+
"declarations": [
|
|
238283
|
+
{
|
|
238284
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238285
|
+
"name": "ActionProps"
|
|
238286
|
+
}
|
|
238287
|
+
],
|
|
238288
|
+
"required": false,
|
|
238289
|
+
"type": {
|
|
238290
|
+
"name": "ActionModel"
|
|
238291
|
+
}
|
|
238292
|
+
},
|
|
238293
|
+
"closeOverlay": {
|
|
238294
|
+
"defaultValue": null,
|
|
238295
|
+
"description": "",
|
|
238296
|
+
"name": "closeOverlay",
|
|
238297
|
+
"parent": {
|
|
238298
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238299
|
+
"name": "ActionProps"
|
|
238300
|
+
},
|
|
238301
|
+
"declarations": [
|
|
238302
|
+
{
|
|
238303
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238304
|
+
"name": "ActionProps"
|
|
238305
|
+
}
|
|
238306
|
+
],
|
|
238307
|
+
"required": false,
|
|
238308
|
+
"type": {
|
|
238309
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238310
|
+
}
|
|
238311
|
+
},
|
|
238312
|
+
"openOverlay": {
|
|
238313
|
+
"defaultValue": null,
|
|
238314
|
+
"description": "",
|
|
238315
|
+
"name": "openOverlay",
|
|
238316
|
+
"parent": {
|
|
238317
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238318
|
+
"name": "ActionProps"
|
|
238319
|
+
},
|
|
238320
|
+
"declarations": [
|
|
238321
|
+
{
|
|
238322
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238323
|
+
"name": "ActionProps"
|
|
238324
|
+
}
|
|
238325
|
+
],
|
|
238326
|
+
"required": false,
|
|
238327
|
+
"type": {
|
|
238328
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238329
|
+
}
|
|
238330
|
+
},
|
|
238331
|
+
"toggleOverlay": {
|
|
238332
|
+
"defaultValue": null,
|
|
238333
|
+
"description": "",
|
|
238334
|
+
"name": "toggleOverlay",
|
|
238335
|
+
"parent": {
|
|
238336
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238337
|
+
"name": "ActionProps"
|
|
238338
|
+
},
|
|
238339
|
+
"declarations": [
|
|
238340
|
+
{
|
|
238341
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238342
|
+
"name": "ActionProps"
|
|
238343
|
+
}
|
|
238344
|
+
],
|
|
238345
|
+
"required": false,
|
|
238346
|
+
"type": {
|
|
238347
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238348
|
+
}
|
|
238349
|
+
},
|
|
238350
|
+
"break": {
|
|
238351
|
+
"defaultValue": null,
|
|
238352
|
+
"description": "",
|
|
238353
|
+
"name": "break",
|
|
238354
|
+
"parent": {
|
|
238355
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238356
|
+
"name": "ActionProps"
|
|
238357
|
+
},
|
|
238358
|
+
"declarations": [
|
|
238359
|
+
{
|
|
238360
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238361
|
+
"name": "ActionProps"
|
|
238362
|
+
}
|
|
238363
|
+
],
|
|
238364
|
+
"required": false,
|
|
238365
|
+
"type": {
|
|
238366
|
+
"name": "boolean"
|
|
238367
|
+
}
|
|
238368
|
+
},
|
|
238369
|
+
"skip": {
|
|
238370
|
+
"defaultValue": null,
|
|
238371
|
+
"description": "",
|
|
238372
|
+
"name": "skip",
|
|
238373
|
+
"parent": {
|
|
238374
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238375
|
+
"name": "ActionProps"
|
|
238376
|
+
},
|
|
238377
|
+
"declarations": [
|
|
238378
|
+
{
|
|
238379
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238380
|
+
"name": "ActionProps"
|
|
238381
|
+
}
|
|
238382
|
+
],
|
|
238383
|
+
"required": false,
|
|
238384
|
+
"type": {
|
|
238385
|
+
"name": "number | boolean"
|
|
238386
|
+
}
|
|
238387
|
+
},
|
|
238388
|
+
"showFeedback": {
|
|
238389
|
+
"defaultValue": null,
|
|
238390
|
+
"description": "",
|
|
238391
|
+
"name": "showFeedback",
|
|
238392
|
+
"parent": {
|
|
238393
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238394
|
+
"name": "ActionProps"
|
|
238395
|
+
},
|
|
238396
|
+
"declarations": [
|
|
238397
|
+
{
|
|
238398
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238399
|
+
"name": "ActionProps"
|
|
238400
|
+
}
|
|
238401
|
+
],
|
|
238402
|
+
"required": false,
|
|
238403
|
+
"type": {
|
|
238404
|
+
"name": "boolean"
|
|
238405
|
+
}
|
|
238406
|
+
},
|
|
238407
|
+
"children": {
|
|
238408
|
+
"defaultValue": null,
|
|
238409
|
+
"description": "",
|
|
238410
|
+
"name": "children",
|
|
238411
|
+
"declarations": [
|
|
238412
|
+
{
|
|
238413
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238414
|
+
"name": "TypeLiteral"
|
|
238415
|
+
}
|
|
238416
|
+
],
|
|
238417
|
+
"required": false,
|
|
238418
|
+
"type": {
|
|
238419
|
+
"name": "ReactNode"
|
|
238420
|
+
}
|
|
238421
|
+
},
|
|
238422
|
+
"wrapWith": {
|
|
238423
|
+
"defaultValue": null,
|
|
238424
|
+
"description": "",
|
|
238425
|
+
"name": "wrapWith",
|
|
238426
|
+
"parent": {
|
|
238427
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238428
|
+
"name": "FlowComponentProps"
|
|
238429
|
+
},
|
|
238430
|
+
"declarations": [
|
|
238431
|
+
{
|
|
238432
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238433
|
+
"name": "FlowComponentProps"
|
|
238434
|
+
}
|
|
238435
|
+
],
|
|
238436
|
+
"required": false,
|
|
238437
|
+
"type": {
|
|
238438
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
238439
|
+
}
|
|
238440
|
+
},
|
|
238441
|
+
"tunnelId": {
|
|
238442
|
+
"defaultValue": null,
|
|
238443
|
+
"description": "@internal",
|
|
238444
|
+
"name": "tunnelId",
|
|
238445
|
+
"parent": {
|
|
238446
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238447
|
+
"name": "PropsWithTunnel"
|
|
238448
|
+
},
|
|
238449
|
+
"declarations": [
|
|
238450
|
+
{
|
|
238451
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238452
|
+
"name": "PropsWithTunnel"
|
|
238453
|
+
}
|
|
238454
|
+
],
|
|
238455
|
+
"required": false,
|
|
238456
|
+
"type": {
|
|
238457
|
+
"name": "string | null"
|
|
238458
|
+
}
|
|
238459
|
+
},
|
|
238460
|
+
"ref": {
|
|
238461
|
+
"defaultValue": null,
|
|
238462
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
238463
|
+
"name": "ref",
|
|
238464
|
+
"parent": {
|
|
238465
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238466
|
+
"name": "RefAttributes"
|
|
238467
|
+
},
|
|
238468
|
+
"declarations": [
|
|
238469
|
+
{
|
|
238470
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238471
|
+
"name": "RefAttributes"
|
|
238472
|
+
}
|
|
238473
|
+
],
|
|
238474
|
+
"required": false,
|
|
238475
|
+
"type": {
|
|
238476
|
+
"name": "Ref<HTMLInputElement>"
|
|
238477
|
+
}
|
|
238478
|
+
},
|
|
238479
|
+
"key": {
|
|
238480
|
+
"defaultValue": null,
|
|
238481
|
+
"description": "",
|
|
238482
|
+
"name": "key",
|
|
238483
|
+
"parent": {
|
|
238484
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238485
|
+
"name": "Attributes"
|
|
238486
|
+
},
|
|
238487
|
+
"declarations": [
|
|
238488
|
+
{
|
|
238489
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238490
|
+
"name": "Attributes"
|
|
238491
|
+
}
|
|
238492
|
+
],
|
|
238493
|
+
"required": false,
|
|
238494
|
+
"type": {
|
|
238495
|
+
"name": "Key | null"
|
|
238496
|
+
}
|
|
238168
238497
|
}
|
|
238169
238498
|
}
|
|
238170
238499
|
},
|
|
238171
238500
|
{
|
|
238172
|
-
"tags": {
|
|
238173
|
-
|
|
238501
|
+
"tags": {
|
|
238502
|
+
"flr-generate": "all"
|
|
238503
|
+
},
|
|
238504
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
|
|
238174
238505
|
"description": "",
|
|
238175
|
-
"displayName": "
|
|
238506
|
+
"displayName": "Accordion",
|
|
238176
238507
|
"methods": [],
|
|
238177
238508
|
"props": {
|
|
238178
|
-
"
|
|
238179
|
-
"defaultValue": null,
|
|
238180
|
-
"description": "",
|
|
238181
|
-
"name": "action",
|
|
238182
|
-
"parent": {
|
|
238183
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238184
|
-
"name": "ActionProps"
|
|
238185
|
-
},
|
|
238186
|
-
"declarations": [
|
|
238187
|
-
{
|
|
238188
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238189
|
-
"name": "ActionProps"
|
|
238190
|
-
}
|
|
238191
|
-
],
|
|
238192
|
-
"required": false,
|
|
238193
|
-
"type": {
|
|
238194
|
-
"name": "ActionFn"
|
|
238195
|
-
}
|
|
238196
|
-
},
|
|
238197
|
-
"onAction": {
|
|
238198
|
-
"defaultValue": null,
|
|
238199
|
-
"description": "",
|
|
238200
|
-
"name": "onAction",
|
|
238201
|
-
"parent": {
|
|
238202
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238203
|
-
"name": "ActionProps"
|
|
238204
|
-
},
|
|
238205
|
-
"declarations": [
|
|
238206
|
-
{
|
|
238207
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238208
|
-
"name": "ActionProps"
|
|
238209
|
-
}
|
|
238210
|
-
],
|
|
238211
|
-
"required": false,
|
|
238212
|
-
"type": {
|
|
238213
|
-
"name": "ActionFn"
|
|
238214
|
-
}
|
|
238215
|
-
},
|
|
238216
|
-
"actionModel": {
|
|
238217
|
-
"defaultValue": null,
|
|
238218
|
-
"description": "",
|
|
238219
|
-
"name": "actionModel",
|
|
238220
|
-
"parent": {
|
|
238221
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238222
|
-
"name": "ActionProps"
|
|
238223
|
-
},
|
|
238224
|
-
"declarations": [
|
|
238225
|
-
{
|
|
238226
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238227
|
-
"name": "ActionProps"
|
|
238228
|
-
}
|
|
238229
|
-
],
|
|
238230
|
-
"required": false,
|
|
238231
|
-
"type": {
|
|
238232
|
-
"name": "ActionModel"
|
|
238233
|
-
}
|
|
238234
|
-
},
|
|
238235
|
-
"closeOverlay": {
|
|
238236
|
-
"defaultValue": null,
|
|
238237
|
-
"description": "",
|
|
238238
|
-
"name": "closeOverlay",
|
|
238239
|
-
"parent": {
|
|
238240
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238241
|
-
"name": "ActionProps"
|
|
238242
|
-
},
|
|
238243
|
-
"declarations": [
|
|
238244
|
-
{
|
|
238245
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238246
|
-
"name": "ActionProps"
|
|
238247
|
-
}
|
|
238248
|
-
],
|
|
238249
|
-
"required": false,
|
|
238250
|
-
"type": {
|
|
238251
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238252
|
-
}
|
|
238253
|
-
},
|
|
238254
|
-
"openOverlay": {
|
|
238255
|
-
"defaultValue": null,
|
|
238256
|
-
"description": "",
|
|
238257
|
-
"name": "openOverlay",
|
|
238258
|
-
"parent": {
|
|
238259
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238260
|
-
"name": "ActionProps"
|
|
238261
|
-
},
|
|
238262
|
-
"declarations": [
|
|
238263
|
-
{
|
|
238264
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238265
|
-
"name": "ActionProps"
|
|
238266
|
-
}
|
|
238267
|
-
],
|
|
238268
|
-
"required": false,
|
|
238269
|
-
"type": {
|
|
238270
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238271
|
-
}
|
|
238272
|
-
},
|
|
238273
|
-
"toggleOverlay": {
|
|
238274
|
-
"defaultValue": null,
|
|
238275
|
-
"description": "",
|
|
238276
|
-
"name": "toggleOverlay",
|
|
238277
|
-
"parent": {
|
|
238278
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238279
|
-
"name": "ActionProps"
|
|
238280
|
-
},
|
|
238281
|
-
"declarations": [
|
|
238282
|
-
{
|
|
238283
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238284
|
-
"name": "ActionProps"
|
|
238285
|
-
}
|
|
238286
|
-
],
|
|
238287
|
-
"required": false,
|
|
238288
|
-
"type": {
|
|
238289
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238290
|
-
}
|
|
238291
|
-
},
|
|
238292
|
-
"break": {
|
|
238293
|
-
"defaultValue": null,
|
|
238294
|
-
"description": "",
|
|
238295
|
-
"name": "break",
|
|
238296
|
-
"parent": {
|
|
238297
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238298
|
-
"name": "ActionProps"
|
|
238299
|
-
},
|
|
238300
|
-
"declarations": [
|
|
238301
|
-
{
|
|
238302
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238303
|
-
"name": "ActionProps"
|
|
238304
|
-
}
|
|
238305
|
-
],
|
|
238306
|
-
"required": false,
|
|
238307
|
-
"type": {
|
|
238308
|
-
"name": "boolean"
|
|
238309
|
-
}
|
|
238310
|
-
},
|
|
238311
|
-
"skip": {
|
|
238312
|
-
"defaultValue": null,
|
|
238313
|
-
"description": "",
|
|
238314
|
-
"name": "skip",
|
|
238315
|
-
"parent": {
|
|
238316
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238317
|
-
"name": "ActionProps"
|
|
238318
|
-
},
|
|
238319
|
-
"declarations": [
|
|
238320
|
-
{
|
|
238321
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
238322
|
-
"name": "ActionProps"
|
|
238323
|
-
}
|
|
238324
|
-
],
|
|
238325
|
-
"required": false,
|
|
238326
|
-
"type": {
|
|
238327
|
-
"name": "number | boolean"
|
|
238328
|
-
}
|
|
238329
|
-
},
|
|
238330
|
-
"showFeedback": {
|
|
238509
|
+
"defaultExpanded": {
|
|
238331
238510
|
"defaultValue": null,
|
|
238332
|
-
"description": "",
|
|
238333
|
-
"name": "
|
|
238511
|
+
"description": "Whether the accordion should be initially expanded.",
|
|
238512
|
+
"name": "defaultExpanded",
|
|
238334
238513
|
"parent": {
|
|
238335
|
-
"fileName": "components/src/components/
|
|
238336
|
-
"name": "
|
|
238514
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238515
|
+
"name": "AccordionProps"
|
|
238337
238516
|
},
|
|
238338
238517
|
"declarations": [
|
|
238339
238518
|
{
|
|
238340
|
-
"fileName": "components/src/components/
|
|
238341
|
-
"name": "
|
|
238519
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238520
|
+
"name": "AccordionProps"
|
|
238342
238521
|
}
|
|
238343
238522
|
],
|
|
238344
238523
|
"required": false,
|
|
@@ -238346,57 +238525,25 @@
|
|
|
238346
238525
|
"name": "boolean"
|
|
238347
238526
|
}
|
|
238348
238527
|
},
|
|
238349
|
-
"
|
|
238350
|
-
"defaultValue":
|
|
238351
|
-
|
|
238352
|
-
"name": "children",
|
|
238353
|
-
"declarations": [
|
|
238354
|
-
{
|
|
238355
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238356
|
-
"name": "TypeLiteral"
|
|
238357
|
-
}
|
|
238358
|
-
],
|
|
238359
|
-
"required": false,
|
|
238360
|
-
"type": {
|
|
238361
|
-
"name": "ReactNode"
|
|
238362
|
-
}
|
|
238363
|
-
},
|
|
238364
|
-
"wrapWith": {
|
|
238365
|
-
"defaultValue": null,
|
|
238366
|
-
"description": "",
|
|
238367
|
-
"name": "wrapWith",
|
|
238368
|
-
"parent": {
|
|
238369
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238370
|
-
"name": "FlowComponentProps"
|
|
238528
|
+
"variant": {
|
|
238529
|
+
"defaultValue": {
|
|
238530
|
+
"value": "\"default\""
|
|
238371
238531
|
},
|
|
238372
|
-
"
|
|
238373
|
-
|
|
238374
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238375
|
-
"name": "FlowComponentProps"
|
|
238376
|
-
}
|
|
238377
|
-
],
|
|
238378
|
-
"required": false,
|
|
238379
|
-
"type": {
|
|
238380
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
238381
|
-
}
|
|
238382
|
-
},
|
|
238383
|
-
"tunnelId": {
|
|
238384
|
-
"defaultValue": null,
|
|
238385
|
-
"description": "@internal",
|
|
238386
|
-
"name": "tunnelId",
|
|
238532
|
+
"description": "The visual variant of the accordion.",
|
|
238533
|
+
"name": "variant",
|
|
238387
238534
|
"parent": {
|
|
238388
|
-
"fileName": "components/src/
|
|
238389
|
-
"name": "
|
|
238535
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238536
|
+
"name": "AccordionProps"
|
|
238390
238537
|
},
|
|
238391
238538
|
"declarations": [
|
|
238392
238539
|
{
|
|
238393
|
-
"fileName": "components/src/
|
|
238394
|
-
"name": "
|
|
238540
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238541
|
+
"name": "AccordionProps"
|
|
238395
238542
|
}
|
|
238396
238543
|
],
|
|
238397
238544
|
"required": false,
|
|
238398
238545
|
"type": {
|
|
238399
|
-
"name": "
|
|
238546
|
+
"name": "\"default\" | \"outline\""
|
|
238400
238547
|
}
|
|
238401
238548
|
},
|
|
238402
238549
|
"ref": {
|
|
@@ -238436,51 +238583,6 @@
|
|
|
238436
238583
|
"type": {
|
|
238437
238584
|
"name": "Key | null"
|
|
238438
238585
|
}
|
|
238439
|
-
}
|
|
238440
|
-
}
|
|
238441
|
-
},
|
|
238442
|
-
{
|
|
238443
|
-
"tags": {
|
|
238444
|
-
"flr-generate": "all"
|
|
238445
|
-
},
|
|
238446
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
|
|
238447
|
-
"description": "",
|
|
238448
|
-
"displayName": "AccentBox",
|
|
238449
|
-
"methods": [],
|
|
238450
|
-
"props": {
|
|
238451
|
-
"color": {
|
|
238452
|
-
"defaultValue": null,
|
|
238453
|
-
"description": "",
|
|
238454
|
-
"name": "color",
|
|
238455
|
-
"parent": {
|
|
238456
|
-
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
238457
|
-
"name": "AccentBoxProps"
|
|
238458
|
-
},
|
|
238459
|
-
"declarations": [
|
|
238460
|
-
{
|
|
238461
|
-
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
238462
|
-
"name": "AccentBoxProps"
|
|
238463
|
-
}
|
|
238464
|
-
],
|
|
238465
|
-
"required": false,
|
|
238466
|
-
"type": {
|
|
238467
|
-
"name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
|
|
238468
|
-
}
|
|
238469
|
-
},
|
|
238470
|
-
"children": {
|
|
238471
|
-
"defaultValue": null,
|
|
238472
|
-
"description": "",
|
|
238473
|
-
"name": "children",
|
|
238474
|
-
"declarations": [
|
|
238475
|
-
{
|
|
238476
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238477
|
-
"name": "TypeLiteral"
|
|
238478
|
-
}
|
|
238479
|
-
],
|
|
238480
|
-
"required": false,
|
|
238481
|
-
"type": {
|
|
238482
|
-
"name": "ReactNode"
|
|
238483
|
-
}
|
|
238484
238586
|
},
|
|
238485
238587
|
"defaultChecked": {
|
|
238486
238588
|
"defaultValue": null,
|
|
@@ -239204,6 +239306,25 @@
|
|
|
239204
239306
|
"name": "string"
|
|
239205
239307
|
}
|
|
239206
239308
|
},
|
|
239309
|
+
"color": {
|
|
239310
|
+
"defaultValue": null,
|
|
239311
|
+
"description": "",
|
|
239312
|
+
"name": "color",
|
|
239313
|
+
"parent": {
|
|
239314
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239315
|
+
"name": "HTMLAttributes"
|
|
239316
|
+
},
|
|
239317
|
+
"declarations": [
|
|
239318
|
+
{
|
|
239319
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239320
|
+
"name": "HTMLAttributes"
|
|
239321
|
+
}
|
|
239322
|
+
],
|
|
239323
|
+
"required": false,
|
|
239324
|
+
"type": {
|
|
239325
|
+
"name": "string"
|
|
239326
|
+
}
|
|
239327
|
+
},
|
|
239207
239328
|
"itemProp": {
|
|
239208
239329
|
"defaultValue": null,
|
|
239209
239330
|
"description": "",
|
|
@@ -240515,6 +240636,25 @@
|
|
|
240515
240636
|
"name": "string"
|
|
240516
240637
|
}
|
|
240517
240638
|
},
|
|
240639
|
+
"children": {
|
|
240640
|
+
"defaultValue": null,
|
|
240641
|
+
"description": "",
|
|
240642
|
+
"name": "children",
|
|
240643
|
+
"parent": {
|
|
240644
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240645
|
+
"name": "DOMAttributes"
|
|
240646
|
+
},
|
|
240647
|
+
"declarations": [
|
|
240648
|
+
{
|
|
240649
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240650
|
+
"name": "DOMAttributes"
|
|
240651
|
+
}
|
|
240652
|
+
],
|
|
240653
|
+
"required": false,
|
|
240654
|
+
"type": {
|
|
240655
|
+
"name": "ReactNode"
|
|
240656
|
+
}
|
|
240657
|
+
},
|
|
240518
240658
|
"dangerouslySetInnerHTML": {
|
|
240519
240659
|
"defaultValue": null,
|
|
240520
240660
|
"description": "",
|
|
@@ -243725,97 +243865,6 @@
|
|
|
243725
243865
|
"type": {
|
|
243726
243866
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
243727
243867
|
}
|
|
243728
|
-
},
|
|
243729
|
-
"elementType": {
|
|
243730
|
-
"defaultValue": null,
|
|
243731
|
-
"description": "",
|
|
243732
|
-
"name": "elementType",
|
|
243733
|
-
"declarations": [
|
|
243734
|
-
{
|
|
243735
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243736
|
-
"name": "TypeLiteral"
|
|
243737
|
-
}
|
|
243738
|
-
],
|
|
243739
|
-
"required": false,
|
|
243740
|
-
"type": {
|
|
243741
|
-
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
243742
|
-
}
|
|
243743
|
-
},
|
|
243744
|
-
"wrapWith": {
|
|
243745
|
-
"defaultValue": null,
|
|
243746
|
-
"description": "",
|
|
243747
|
-
"name": "wrapWith",
|
|
243748
|
-
"parent": {
|
|
243749
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243750
|
-
"name": "FlowComponentProps"
|
|
243751
|
-
},
|
|
243752
|
-
"declarations": [
|
|
243753
|
-
{
|
|
243754
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243755
|
-
"name": "FlowComponentProps"
|
|
243756
|
-
}
|
|
243757
|
-
],
|
|
243758
|
-
"required": false,
|
|
243759
|
-
"type": {
|
|
243760
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
243761
|
-
}
|
|
243762
|
-
},
|
|
243763
|
-
"tunnelId": {
|
|
243764
|
-
"defaultValue": null,
|
|
243765
|
-
"description": "@internal",
|
|
243766
|
-
"name": "tunnelId",
|
|
243767
|
-
"parent": {
|
|
243768
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243769
|
-
"name": "PropsWithTunnel"
|
|
243770
|
-
},
|
|
243771
|
-
"declarations": [
|
|
243772
|
-
{
|
|
243773
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243774
|
-
"name": "PropsWithTunnel"
|
|
243775
|
-
}
|
|
243776
|
-
],
|
|
243777
|
-
"required": false,
|
|
243778
|
-
"type": {
|
|
243779
|
-
"name": "string | null"
|
|
243780
|
-
}
|
|
243781
|
-
},
|
|
243782
|
-
"ref": {
|
|
243783
|
-
"defaultValue": null,
|
|
243784
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
243785
|
-
"name": "ref",
|
|
243786
|
-
"parent": {
|
|
243787
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243788
|
-
"name": "RefAttributes"
|
|
243789
|
-
},
|
|
243790
|
-
"declarations": [
|
|
243791
|
-
{
|
|
243792
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243793
|
-
"name": "RefAttributes"
|
|
243794
|
-
}
|
|
243795
|
-
],
|
|
243796
|
-
"required": false,
|
|
243797
|
-
"type": {
|
|
243798
|
-
"name": "Ref<HTMLInputElement>"
|
|
243799
|
-
}
|
|
243800
|
-
},
|
|
243801
|
-
"key": {
|
|
243802
|
-
"defaultValue": null,
|
|
243803
|
-
"description": "",
|
|
243804
|
-
"name": "key",
|
|
243805
|
-
"parent": {
|
|
243806
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243807
|
-
"name": "Attributes"
|
|
243808
|
-
},
|
|
243809
|
-
"declarations": [
|
|
243810
|
-
{
|
|
243811
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243812
|
-
"name": "Attributes"
|
|
243813
|
-
}
|
|
243814
|
-
],
|
|
243815
|
-
"required": false,
|
|
243816
|
-
"type": {
|
|
243817
|
-
"name": "Key | null"
|
|
243818
|
-
}
|
|
243819
243868
|
}
|
|
243820
243869
|
}
|
|
243821
243870
|
},
|
|
@@ -243823,87 +243872,43 @@
|
|
|
243823
243872
|
"tags": {
|
|
243824
243873
|
"flr-generate": "all"
|
|
243825
243874
|
},
|
|
243826
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
243875
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
|
|
243827
243876
|
"description": "",
|
|
243828
|
-
"displayName": "
|
|
243877
|
+
"displayName": "AccentBox",
|
|
243829
243878
|
"methods": [],
|
|
243830
243879
|
"props": {
|
|
243831
|
-
"
|
|
243832
|
-
"defaultValue": null,
|
|
243833
|
-
"description": "Whether the accordion should be initially expanded.",
|
|
243834
|
-
"name": "defaultExpanded",
|
|
243835
|
-
"parent": {
|
|
243836
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243837
|
-
"name": "AccordionProps"
|
|
243838
|
-
},
|
|
243839
|
-
"declarations": [
|
|
243840
|
-
{
|
|
243841
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243842
|
-
"name": "AccordionProps"
|
|
243843
|
-
}
|
|
243844
|
-
],
|
|
243845
|
-
"required": false,
|
|
243846
|
-
"type": {
|
|
243847
|
-
"name": "boolean"
|
|
243848
|
-
}
|
|
243849
|
-
},
|
|
243850
|
-
"variant": {
|
|
243851
|
-
"defaultValue": {
|
|
243852
|
-
"value": "\"default\""
|
|
243853
|
-
},
|
|
243854
|
-
"description": "The visual variant of the accordion.",
|
|
243855
|
-
"name": "variant",
|
|
243856
|
-
"parent": {
|
|
243857
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243858
|
-
"name": "AccordionProps"
|
|
243859
|
-
},
|
|
243860
|
-
"declarations": [
|
|
243861
|
-
{
|
|
243862
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243863
|
-
"name": "AccordionProps"
|
|
243864
|
-
}
|
|
243865
|
-
],
|
|
243866
|
-
"required": false,
|
|
243867
|
-
"type": {
|
|
243868
|
-
"name": "\"default\" | \"outline\""
|
|
243869
|
-
}
|
|
243870
|
-
},
|
|
243871
|
-
"ref": {
|
|
243880
|
+
"color": {
|
|
243872
243881
|
"defaultValue": null,
|
|
243873
|
-
"description": "
|
|
243874
|
-
"name": "
|
|
243882
|
+
"description": "",
|
|
243883
|
+
"name": "color",
|
|
243875
243884
|
"parent": {
|
|
243876
|
-
"fileName": "
|
|
243877
|
-
"name": "
|
|
243885
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
243886
|
+
"name": "AccentBoxProps"
|
|
243878
243887
|
},
|
|
243879
243888
|
"declarations": [
|
|
243880
243889
|
{
|
|
243881
|
-
"fileName": "
|
|
243882
|
-
"name": "
|
|
243890
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
243891
|
+
"name": "AccentBoxProps"
|
|
243883
243892
|
}
|
|
243884
243893
|
],
|
|
243885
243894
|
"required": false,
|
|
243886
243895
|
"type": {
|
|
243887
|
-
"name": "
|
|
243896
|
+
"name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
|
|
243888
243897
|
}
|
|
243889
243898
|
},
|
|
243890
|
-
"
|
|
243899
|
+
"children": {
|
|
243891
243900
|
"defaultValue": null,
|
|
243892
243901
|
"description": "",
|
|
243893
|
-
"name": "
|
|
243894
|
-
"parent": {
|
|
243895
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243896
|
-
"name": "Attributes"
|
|
243897
|
-
},
|
|
243902
|
+
"name": "children",
|
|
243898
243903
|
"declarations": [
|
|
243899
243904
|
{
|
|
243900
243905
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243901
|
-
"name": "
|
|
243906
|
+
"name": "TypeLiteral"
|
|
243902
243907
|
}
|
|
243903
243908
|
],
|
|
243904
243909
|
"required": false,
|
|
243905
243910
|
"type": {
|
|
243906
|
-
"name": "
|
|
243911
|
+
"name": "ReactNode"
|
|
243907
243912
|
}
|
|
243908
243913
|
},
|
|
243909
243914
|
"defaultChecked": {
|
|
@@ -244628,25 +244633,6 @@
|
|
|
244628
244633
|
"name": "string"
|
|
244629
244634
|
}
|
|
244630
244635
|
},
|
|
244631
|
-
"color": {
|
|
244632
|
-
"defaultValue": null,
|
|
244633
|
-
"description": "",
|
|
244634
|
-
"name": "color",
|
|
244635
|
-
"parent": {
|
|
244636
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244637
|
-
"name": "HTMLAttributes"
|
|
244638
|
-
},
|
|
244639
|
-
"declarations": [
|
|
244640
|
-
{
|
|
244641
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244642
|
-
"name": "HTMLAttributes"
|
|
244643
|
-
}
|
|
244644
|
-
],
|
|
244645
|
-
"required": false,
|
|
244646
|
-
"type": {
|
|
244647
|
-
"name": "string"
|
|
244648
|
-
}
|
|
244649
|
-
},
|
|
244650
244636
|
"itemProp": {
|
|
244651
244637
|
"defaultValue": null,
|
|
244652
244638
|
"description": "",
|
|
@@ -245958,25 +245944,6 @@
|
|
|
245958
245944
|
"name": "string"
|
|
245959
245945
|
}
|
|
245960
245946
|
},
|
|
245961
|
-
"children": {
|
|
245962
|
-
"defaultValue": null,
|
|
245963
|
-
"description": "",
|
|
245964
|
-
"name": "children",
|
|
245965
|
-
"parent": {
|
|
245966
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245967
|
-
"name": "DOMAttributes"
|
|
245968
|
-
},
|
|
245969
|
-
"declarations": [
|
|
245970
|
-
{
|
|
245971
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245972
|
-
"name": "DOMAttributes"
|
|
245973
|
-
}
|
|
245974
|
-
],
|
|
245975
|
-
"required": false,
|
|
245976
|
-
"type": {
|
|
245977
|
-
"name": "ReactNode"
|
|
245978
|
-
}
|
|
245979
|
-
},
|
|
245980
245947
|
"dangerouslySetInnerHTML": {
|
|
245981
245948
|
"defaultValue": null,
|
|
245982
245949
|
"description": "",
|
|
@@ -249187,6 +249154,97 @@
|
|
|
249187
249154
|
"type": {
|
|
249188
249155
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
249189
249156
|
}
|
|
249157
|
+
},
|
|
249158
|
+
"elementType": {
|
|
249159
|
+
"defaultValue": null,
|
|
249160
|
+
"description": "",
|
|
249161
|
+
"name": "elementType",
|
|
249162
|
+
"declarations": [
|
|
249163
|
+
{
|
|
249164
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249165
|
+
"name": "TypeLiteral"
|
|
249166
|
+
}
|
|
249167
|
+
],
|
|
249168
|
+
"required": false,
|
|
249169
|
+
"type": {
|
|
249170
|
+
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
249171
|
+
}
|
|
249172
|
+
},
|
|
249173
|
+
"wrapWith": {
|
|
249174
|
+
"defaultValue": null,
|
|
249175
|
+
"description": "",
|
|
249176
|
+
"name": "wrapWith",
|
|
249177
|
+
"parent": {
|
|
249178
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249179
|
+
"name": "FlowComponentProps"
|
|
249180
|
+
},
|
|
249181
|
+
"declarations": [
|
|
249182
|
+
{
|
|
249183
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249184
|
+
"name": "FlowComponentProps"
|
|
249185
|
+
}
|
|
249186
|
+
],
|
|
249187
|
+
"required": false,
|
|
249188
|
+
"type": {
|
|
249189
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
249190
|
+
}
|
|
249191
|
+
},
|
|
249192
|
+
"tunnelId": {
|
|
249193
|
+
"defaultValue": null,
|
|
249194
|
+
"description": "@internal",
|
|
249195
|
+
"name": "tunnelId",
|
|
249196
|
+
"parent": {
|
|
249197
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249198
|
+
"name": "PropsWithTunnel"
|
|
249199
|
+
},
|
|
249200
|
+
"declarations": [
|
|
249201
|
+
{
|
|
249202
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249203
|
+
"name": "PropsWithTunnel"
|
|
249204
|
+
}
|
|
249205
|
+
],
|
|
249206
|
+
"required": false,
|
|
249207
|
+
"type": {
|
|
249208
|
+
"name": "string | null"
|
|
249209
|
+
}
|
|
249210
|
+
},
|
|
249211
|
+
"ref": {
|
|
249212
|
+
"defaultValue": null,
|
|
249213
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
249214
|
+
"name": "ref",
|
|
249215
|
+
"parent": {
|
|
249216
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249217
|
+
"name": "RefAttributes"
|
|
249218
|
+
},
|
|
249219
|
+
"declarations": [
|
|
249220
|
+
{
|
|
249221
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249222
|
+
"name": "RefAttributes"
|
|
249223
|
+
}
|
|
249224
|
+
],
|
|
249225
|
+
"required": false,
|
|
249226
|
+
"type": {
|
|
249227
|
+
"name": "Ref<HTMLInputElement>"
|
|
249228
|
+
}
|
|
249229
|
+
},
|
|
249230
|
+
"key": {
|
|
249231
|
+
"defaultValue": null,
|
|
249232
|
+
"description": "",
|
|
249233
|
+
"name": "key",
|
|
249234
|
+
"parent": {
|
|
249235
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249236
|
+
"name": "Attributes"
|
|
249237
|
+
},
|
|
249238
|
+
"declarations": [
|
|
249239
|
+
{
|
|
249240
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249241
|
+
"name": "Attributes"
|
|
249242
|
+
}
|
|
249243
|
+
],
|
|
249244
|
+
"required": false,
|
|
249245
|
+
"type": {
|
|
249246
|
+
"name": "Key | null"
|
|
249247
|
+
}
|
|
249190
249248
|
}
|
|
249191
249249
|
}
|
|
249192
249250
|
},
|
|
@@ -256364,10 +256422,10 @@
|
|
|
256364
256422
|
"name": "() => ArrayIterator<any>"
|
|
256365
256423
|
}
|
|
256366
256424
|
},
|
|
256367
|
-
"__@unscopables@
|
|
256425
|
+
"__@unscopables@3166": {
|
|
256368
256426
|
"defaultValue": null,
|
|
256369
256427
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256370
|
-
"name": "__@unscopables@
|
|
256428
|
+
"name": "__@unscopables@3166",
|
|
256371
256429
|
"parent": {
|
|
256372
256430
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256373
256431
|
"name": "Array"
|
|
@@ -257200,10 +257258,10 @@
|
|
|
257200
257258
|
"name": "() => ArrayIterator<any>"
|
|
257201
257259
|
}
|
|
257202
257260
|
},
|
|
257203
|
-
"__@unscopables@
|
|
257261
|
+
"__@unscopables@3166": {
|
|
257204
257262
|
"defaultValue": null,
|
|
257205
257263
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257206
|
-
"name": "__@unscopables@
|
|
257264
|
+
"name": "__@unscopables@3166",
|
|
257207
257265
|
"parent": {
|
|
257208
257266
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257209
257267
|
"name": "Array"
|
|
@@ -258036,10 +258094,10 @@
|
|
|
258036
258094
|
"name": "() => ArrayIterator<any>"
|
|
258037
258095
|
}
|
|
258038
258096
|
},
|
|
258039
|
-
"__@unscopables@
|
|
258097
|
+
"__@unscopables@3166": {
|
|
258040
258098
|
"defaultValue": null,
|
|
258041
258099
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258042
|
-
"name": "__@unscopables@
|
|
258100
|
+
"name": "__@unscopables@3166",
|
|
258043
258101
|
"parent": {
|
|
258044
258102
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258045
258103
|
"name": "Array"
|
|
@@ -286378,6 +286436,49 @@
|
|
|
286378
286436
|
"methods": [],
|
|
286379
286437
|
"props": {}
|
|
286380
286438
|
},
|
|
286439
|
+
{
|
|
286440
|
+
"tags": {},
|
|
286441
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286442
|
+
"description": "",
|
|
286443
|
+
"displayName": "DataLoaderSuspense",
|
|
286444
|
+
"methods": [],
|
|
286445
|
+
"props": {
|
|
286446
|
+
"useRenderSuspense": {
|
|
286447
|
+
"defaultValue": null,
|
|
286448
|
+
"description": "",
|
|
286449
|
+
"name": "useRenderSuspense",
|
|
286450
|
+
"parent": {
|
|
286451
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286452
|
+
"name": "Props"
|
|
286453
|
+
},
|
|
286454
|
+
"declarations": [
|
|
286455
|
+
{
|
|
286456
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286457
|
+
"name": "Props"
|
|
286458
|
+
}
|
|
286459
|
+
],
|
|
286460
|
+
"required": true,
|
|
286461
|
+
"type": {
|
|
286462
|
+
"name": "() => void"
|
|
286463
|
+
}
|
|
286464
|
+
},
|
|
286465
|
+
"children": {
|
|
286466
|
+
"defaultValue": null,
|
|
286467
|
+
"description": "",
|
|
286468
|
+
"name": "children",
|
|
286469
|
+
"declarations": [
|
|
286470
|
+
{
|
|
286471
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
286472
|
+
"name": "TypeLiteral"
|
|
286473
|
+
}
|
|
286474
|
+
],
|
|
286475
|
+
"required": false,
|
|
286476
|
+
"type": {
|
|
286477
|
+
"name": "ReactNode"
|
|
286478
|
+
}
|
|
286479
|
+
}
|
|
286480
|
+
}
|
|
286481
|
+
},
|
|
286381
286482
|
{
|
|
286382
286483
|
"tags": {},
|
|
286383
286484
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|