@mittwald/flow-react-components 0.2.0-alpha.561 → 0.2.0-alpha.562
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 +4 -0
- package/dist/assets/doc-properties.json +1364 -1306
- 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": {},
|
|
@@ -180090,9 +180148,9 @@
|
|
|
180090
180148
|
"tags": {
|
|
180091
180149
|
"flr-generate": "all"
|
|
180092
180150
|
},
|
|
180093
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
180151
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/DateRangePicker.tsx",
|
|
180094
180152
|
"description": "",
|
|
180095
|
-
"displayName": "
|
|
180153
|
+
"displayName": "DateRangePicker",
|
|
180096
180154
|
"methods": [],
|
|
180097
180155
|
"props": {
|
|
180098
180156
|
"isOpen": {
|
|
@@ -182018,25 +182076,6 @@
|
|
|
182018
182076
|
"name": "string"
|
|
182019
182077
|
}
|
|
182020
182078
|
},
|
|
182021
|
-
"name": {
|
|
182022
|
-
"defaultValue": null,
|
|
182023
|
-
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
182024
|
-
"name": "name",
|
|
182025
|
-
"parent": {
|
|
182026
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182027
|
-
"name": "InputDOMProps"
|
|
182028
|
-
},
|
|
182029
|
-
"declarations": [
|
|
182030
|
-
{
|
|
182031
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182032
|
-
"name": "InputDOMProps"
|
|
182033
|
-
}
|
|
182034
|
-
],
|
|
182035
|
-
"required": false,
|
|
182036
|
-
"type": {
|
|
182037
|
-
"name": "string"
|
|
182038
|
-
}
|
|
182039
|
-
},
|
|
182040
182079
|
"form": {
|
|
182041
182080
|
"defaultValue": null,
|
|
182042
182081
|
"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).",
|
|
@@ -182075,25 +182114,6 @@
|
|
|
182075
182114
|
"name": "string | null"
|
|
182076
182115
|
}
|
|
182077
182116
|
},
|
|
182078
|
-
"autoComplete": {
|
|
182079
|
-
"defaultValue": null,
|
|
182080
|
-
"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).",
|
|
182081
|
-
"name": "autoComplete",
|
|
182082
|
-
"parent": {
|
|
182083
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182084
|
-
"name": "AriaDatePickerProps"
|
|
182085
|
-
},
|
|
182086
|
-
"declarations": [
|
|
182087
|
-
{
|
|
182088
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182089
|
-
"name": "AriaDatePickerProps"
|
|
182090
|
-
}
|
|
182091
|
-
],
|
|
182092
|
-
"required": false,
|
|
182093
|
-
"type": {
|
|
182094
|
-
"name": "string"
|
|
182095
|
-
}
|
|
182096
|
-
},
|
|
182097
182117
|
"pageBehavior": {
|
|
182098
182118
|
"defaultValue": {
|
|
182099
182119
|
"value": "visible"
|
|
@@ -182153,6 +182173,63 @@
|
|
|
182153
182173
|
"name": "((date: DateValue) => boolean)"
|
|
182154
182174
|
}
|
|
182155
182175
|
},
|
|
182176
|
+
"allowsNonContiguousRanges": {
|
|
182177
|
+
"defaultValue": null,
|
|
182178
|
+
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
182179
|
+
"name": "allowsNonContiguousRanges",
|
|
182180
|
+
"parent": {
|
|
182181
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182182
|
+
"name": "DateRangePickerProps"
|
|
182183
|
+
},
|
|
182184
|
+
"declarations": [
|
|
182185
|
+
{
|
|
182186
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182187
|
+
"name": "DateRangePickerProps"
|
|
182188
|
+
}
|
|
182189
|
+
],
|
|
182190
|
+
"required": false,
|
|
182191
|
+
"type": {
|
|
182192
|
+
"name": "boolean"
|
|
182193
|
+
}
|
|
182194
|
+
},
|
|
182195
|
+
"startName": {
|
|
182196
|
+
"defaultValue": null,
|
|
182197
|
+
"description": "The name of the start date input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
182198
|
+
"name": "startName",
|
|
182199
|
+
"parent": {
|
|
182200
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182201
|
+
"name": "DateRangePickerProps"
|
|
182202
|
+
},
|
|
182203
|
+
"declarations": [
|
|
182204
|
+
{
|
|
182205
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182206
|
+
"name": "DateRangePickerProps"
|
|
182207
|
+
}
|
|
182208
|
+
],
|
|
182209
|
+
"required": false,
|
|
182210
|
+
"type": {
|
|
182211
|
+
"name": "string"
|
|
182212
|
+
}
|
|
182213
|
+
},
|
|
182214
|
+
"endName": {
|
|
182215
|
+
"defaultValue": null,
|
|
182216
|
+
"description": "The name of the end date input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
182217
|
+
"name": "endName",
|
|
182218
|
+
"parent": {
|
|
182219
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182220
|
+
"name": "DateRangePickerProps"
|
|
182221
|
+
},
|
|
182222
|
+
"declarations": [
|
|
182223
|
+
{
|
|
182224
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182225
|
+
"name": "DateRangePickerProps"
|
|
182226
|
+
}
|
|
182227
|
+
],
|
|
182228
|
+
"required": false,
|
|
182229
|
+
"type": {
|
|
182230
|
+
"name": "string"
|
|
182231
|
+
}
|
|
182232
|
+
},
|
|
182156
182233
|
"shouldCloseOnSelect": {
|
|
182157
182234
|
"defaultValue": {
|
|
182158
182235
|
"value": "true"
|
|
@@ -182161,12 +182238,12 @@
|
|
|
182161
182238
|
"name": "shouldCloseOnSelect",
|
|
182162
182239
|
"parent": {
|
|
182163
182240
|
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
182164
|
-
"name": "
|
|
182241
|
+
"name": "DateRangePickerStateOptions"
|
|
182165
182242
|
},
|
|
182166
182243
|
"declarations": [
|
|
182167
182244
|
{
|
|
182168
182245
|
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
182169
|
-
"name": "
|
|
182246
|
+
"name": "DateRangePickerStateOptions"
|
|
182170
182247
|
}
|
|
182171
182248
|
],
|
|
182172
182249
|
"required": false,
|
|
@@ -182268,48 +182345,69 @@
|
|
|
182268
182345
|
}
|
|
182269
182346
|
},
|
|
182270
182347
|
{
|
|
182271
|
-
"tags": {
|
|
182272
|
-
|
|
182348
|
+
"tags": {
|
|
182349
|
+
"flr-generate": "all"
|
|
182350
|
+
},
|
|
182351
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
|
|
182273
182352
|
"description": "",
|
|
182274
|
-
"displayName": "
|
|
182353
|
+
"displayName": "DatePicker",
|
|
182275
182354
|
"methods": [],
|
|
182276
182355
|
"props": {
|
|
182277
|
-
"
|
|
182356
|
+
"isOpen": {
|
|
182278
182357
|
"defaultValue": null,
|
|
182279
|
-
"description": "",
|
|
182280
|
-
"name": "
|
|
182358
|
+
"description": "Whether the element is rendered.",
|
|
182359
|
+
"name": "isOpen",
|
|
182281
182360
|
"parent": {
|
|
182282
|
-
"fileName": "
|
|
182283
|
-
"name": "
|
|
182361
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182362
|
+
"name": "PositionProps"
|
|
182284
182363
|
},
|
|
182285
182364
|
"declarations": [
|
|
182286
182365
|
{
|
|
182287
|
-
"fileName": "
|
|
182288
|
-
"name": "
|
|
182366
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182367
|
+
"name": "PositionProps"
|
|
182289
182368
|
}
|
|
182290
182369
|
],
|
|
182291
182370
|
"required": false,
|
|
182292
182371
|
"type": {
|
|
182293
|
-
"name": "
|
|
182372
|
+
"name": "boolean"
|
|
182294
182373
|
}
|
|
182295
182374
|
},
|
|
182296
|
-
"
|
|
182375
|
+
"defaultOpen": {
|
|
182297
182376
|
"defaultValue": null,
|
|
182298
|
-
"description": "",
|
|
182299
|
-
"name": "
|
|
182377
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
182378
|
+
"name": "defaultOpen",
|
|
182300
182379
|
"parent": {
|
|
182301
|
-
"fileName": "
|
|
182302
|
-
"name": "
|
|
182380
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182381
|
+
"name": "OverlayTriggerProps"
|
|
182303
182382
|
},
|
|
182304
182383
|
"declarations": [
|
|
182305
182384
|
{
|
|
182306
|
-
"fileName": "
|
|
182307
|
-
"name": "
|
|
182385
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182386
|
+
"name": "OverlayTriggerProps"
|
|
182308
182387
|
}
|
|
182309
182388
|
],
|
|
182310
182389
|
"required": false,
|
|
182311
182390
|
"type": {
|
|
182312
|
-
"name": "
|
|
182391
|
+
"name": "boolean"
|
|
182392
|
+
}
|
|
182393
|
+
},
|
|
182394
|
+
"onOpenChange": {
|
|
182395
|
+
"defaultValue": null,
|
|
182396
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
182397
|
+
"name": "onOpenChange",
|
|
182398
|
+
"parent": {
|
|
182399
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182400
|
+
"name": "OverlayTriggerProps"
|
|
182401
|
+
},
|
|
182402
|
+
"declarations": [
|
|
182403
|
+
{
|
|
182404
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182405
|
+
"name": "OverlayTriggerProps"
|
|
182406
|
+
}
|
|
182407
|
+
],
|
|
182408
|
+
"required": false,
|
|
182409
|
+
"type": {
|
|
182410
|
+
"name": "((isOpen: boolean) => void)"
|
|
182313
182411
|
}
|
|
182314
182412
|
},
|
|
182315
182413
|
"aria-label": {
|
|
@@ -183737,151 +183835,193 @@
|
|
|
183737
183835
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
183738
183836
|
}
|
|
183739
183837
|
},
|
|
183740
|
-
"
|
|
183838
|
+
"validationBehavior": {
|
|
183839
|
+
"defaultValue": {
|
|
183840
|
+
"value": "'native'"
|
|
183841
|
+
},
|
|
183842
|
+
"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.",
|
|
183843
|
+
"name": "validationBehavior",
|
|
183844
|
+
"parent": {
|
|
183845
|
+
"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",
|
|
183846
|
+
"name": "RACValidation"
|
|
183847
|
+
},
|
|
183848
|
+
"declarations": [
|
|
183849
|
+
{
|
|
183850
|
+
"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",
|
|
183851
|
+
"name": "RACValidation"
|
|
183852
|
+
}
|
|
183853
|
+
],
|
|
183854
|
+
"required": false,
|
|
183855
|
+
"type": {
|
|
183856
|
+
"name": "\"native\" | \"aria\""
|
|
183857
|
+
}
|
|
183858
|
+
},
|
|
183859
|
+
"hourCycle": {
|
|
183741
183860
|
"defaultValue": null,
|
|
183742
|
-
"description": "Whether to
|
|
183743
|
-
"name": "
|
|
183861
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the user's locale.",
|
|
183862
|
+
"name": "hourCycle",
|
|
183744
183863
|
"parent": {
|
|
183745
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183746
|
-
"name": "
|
|
183864
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183865
|
+
"name": "TimePickerProps"
|
|
183747
183866
|
},
|
|
183748
183867
|
"declarations": [
|
|
183749
183868
|
{
|
|
183750
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183751
|
-
"name": "
|
|
183869
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183870
|
+
"name": "TimePickerProps"
|
|
183752
183871
|
}
|
|
183753
183872
|
],
|
|
183754
183873
|
"required": false,
|
|
183755
183874
|
"type": {
|
|
183756
|
-
"name": "
|
|
183875
|
+
"name": "12 | 24"
|
|
183757
183876
|
}
|
|
183758
183877
|
},
|
|
183759
|
-
"
|
|
183878
|
+
"granularity": {
|
|
183879
|
+
"defaultValue": {
|
|
183880
|
+
"value": "'minute'"
|
|
183881
|
+
},
|
|
183882
|
+
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
183883
|
+
"name": "granularity",
|
|
183884
|
+
"parent": {
|
|
183885
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183886
|
+
"name": "TimePickerProps"
|
|
183887
|
+
},
|
|
183888
|
+
"declarations": [
|
|
183889
|
+
{
|
|
183890
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183891
|
+
"name": "TimePickerProps"
|
|
183892
|
+
}
|
|
183893
|
+
],
|
|
183894
|
+
"required": false,
|
|
183895
|
+
"type": {
|
|
183896
|
+
"name": "\"hour\" | \"minute\" | \"second\""
|
|
183897
|
+
}
|
|
183898
|
+
},
|
|
183899
|
+
"hideTimeZone": {
|
|
183760
183900
|
"defaultValue": null,
|
|
183761
|
-
"description": "
|
|
183762
|
-
"name": "
|
|
183901
|
+
"description": "Whether to hide the time zone abbreviation.",
|
|
183902
|
+
"name": "hideTimeZone",
|
|
183763
183903
|
"parent": {
|
|
183764
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183765
|
-
"name": "
|
|
183904
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183905
|
+
"name": "TimePickerProps"
|
|
183766
183906
|
},
|
|
183767
183907
|
"declarations": [
|
|
183768
183908
|
{
|
|
183769
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183770
|
-
"name": "
|
|
183909
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183910
|
+
"name": "TimePickerProps"
|
|
183771
183911
|
}
|
|
183772
183912
|
],
|
|
183773
183913
|
"required": false,
|
|
183774
183914
|
"type": {
|
|
183775
|
-
"name": "
|
|
183915
|
+
"name": "boolean"
|
|
183776
183916
|
}
|
|
183777
183917
|
},
|
|
183778
|
-
"
|
|
183918
|
+
"shouldForceLeadingZeros": {
|
|
183779
183919
|
"defaultValue": null,
|
|
183780
|
-
"description": "
|
|
183781
|
-
"name": "
|
|
183920
|
+
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
183921
|
+
"name": "shouldForceLeadingZeros",
|
|
183782
183922
|
"parent": {
|
|
183783
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183784
|
-
"name": "
|
|
183923
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183924
|
+
"name": "TimePickerProps"
|
|
183785
183925
|
},
|
|
183786
183926
|
"declarations": [
|
|
183787
183927
|
{
|
|
183788
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183789
|
-
"name": "
|
|
183928
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183929
|
+
"name": "TimePickerProps"
|
|
183790
183930
|
}
|
|
183791
183931
|
],
|
|
183792
183932
|
"required": false,
|
|
183793
183933
|
"type": {
|
|
183794
|
-
"name": "
|
|
183934
|
+
"name": "boolean"
|
|
183795
183935
|
}
|
|
183796
183936
|
},
|
|
183797
|
-
"
|
|
183937
|
+
"placeholderValue": {
|
|
183798
183938
|
"defaultValue": null,
|
|
183799
|
-
"description": "
|
|
183800
|
-
"name": "
|
|
183939
|
+
"description": "A placeholder time that influences the format of the placeholder shown when no value is selected.\nDefaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
183940
|
+
"name": "placeholderValue",
|
|
183801
183941
|
"parent": {
|
|
183802
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183803
|
-
"name": "
|
|
183942
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183943
|
+
"name": "TimePickerProps"
|
|
183804
183944
|
},
|
|
183805
183945
|
"declarations": [
|
|
183806
183946
|
{
|
|
183807
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183808
|
-
"name": "
|
|
183947
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183948
|
+
"name": "TimePickerProps"
|
|
183809
183949
|
}
|
|
183810
183950
|
],
|
|
183811
183951
|
"required": false,
|
|
183812
183952
|
"type": {
|
|
183813
|
-
"name": "
|
|
183953
|
+
"name": "TimeValue"
|
|
183814
183954
|
}
|
|
183815
183955
|
},
|
|
183816
|
-
"
|
|
183956
|
+
"minValue": {
|
|
183817
183957
|
"defaultValue": null,
|
|
183818
|
-
"description": "The
|
|
183819
|
-
"name": "
|
|
183958
|
+
"description": "The minimum allowed time that a user may select.",
|
|
183959
|
+
"name": "minValue",
|
|
183820
183960
|
"parent": {
|
|
183821
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183822
|
-
"name": "
|
|
183961
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183962
|
+
"name": "TimePickerProps"
|
|
183823
183963
|
},
|
|
183824
183964
|
"declarations": [
|
|
183825
183965
|
{
|
|
183826
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183827
|
-
"name": "
|
|
183966
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183967
|
+
"name": "TimePickerProps"
|
|
183828
183968
|
}
|
|
183829
183969
|
],
|
|
183830
183970
|
"required": false,
|
|
183831
183971
|
"type": {
|
|
183832
|
-
"name": "
|
|
183972
|
+
"name": "TimeValue | null"
|
|
183833
183973
|
}
|
|
183834
183974
|
},
|
|
183835
|
-
"
|
|
183975
|
+
"maxValue": {
|
|
183836
183976
|
"defaultValue": null,
|
|
183837
|
-
"description": "
|
|
183838
|
-
"name": "
|
|
183977
|
+
"description": "The maximum allowed time that a user may select.",
|
|
183978
|
+
"name": "maxValue",
|
|
183839
183979
|
"parent": {
|
|
183840
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183841
|
-
"name": "
|
|
183980
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183981
|
+
"name": "TimePickerProps"
|
|
183842
183982
|
},
|
|
183843
183983
|
"declarations": [
|
|
183844
183984
|
{
|
|
183845
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183846
|
-
"name": "
|
|
183985
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183986
|
+
"name": "TimePickerProps"
|
|
183847
183987
|
}
|
|
183848
183988
|
],
|
|
183849
183989
|
"required": false,
|
|
183850
183990
|
"type": {
|
|
183851
|
-
"name": "
|
|
183991
|
+
"name": "TimeValue | null"
|
|
183852
183992
|
}
|
|
183853
183993
|
},
|
|
183854
|
-
"
|
|
183994
|
+
"isDisabled": {
|
|
183855
183995
|
"defaultValue": null,
|
|
183856
|
-
"description": "
|
|
183857
|
-
"name": "
|
|
183996
|
+
"description": "Whether the input is disabled.",
|
|
183997
|
+
"name": "isDisabled",
|
|
183858
183998
|
"parent": {
|
|
183859
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183860
|
-
"name": "
|
|
183999
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184000
|
+
"name": "InputBase"
|
|
183861
184001
|
},
|
|
183862
184002
|
"declarations": [
|
|
183863
184003
|
{
|
|
183864
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183865
|
-
"name": "
|
|
184004
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184005
|
+
"name": "InputBase"
|
|
183866
184006
|
}
|
|
183867
184007
|
],
|
|
183868
184008
|
"required": false,
|
|
183869
184009
|
"type": {
|
|
183870
|
-
"name": "
|
|
184010
|
+
"name": "boolean"
|
|
183871
184011
|
}
|
|
183872
184012
|
},
|
|
183873
|
-
"
|
|
184013
|
+
"isReadOnly": {
|
|
183874
184014
|
"defaultValue": null,
|
|
183875
|
-
"description": "Whether the
|
|
183876
|
-
"name": "
|
|
184015
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
184016
|
+
"name": "isReadOnly",
|
|
183877
184017
|
"parent": {
|
|
183878
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183879
|
-
"name": "
|
|
184018
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184019
|
+
"name": "InputBase"
|
|
183880
184020
|
},
|
|
183881
184021
|
"declarations": [
|
|
183882
184022
|
{
|
|
183883
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183884
|
-
"name": "
|
|
184023
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184024
|
+
"name": "InputBase"
|
|
183885
184025
|
}
|
|
183886
184026
|
],
|
|
183887
184027
|
"required": false,
|
|
@@ -183889,316 +184029,407 @@
|
|
|
183889
184029
|
"name": "boolean"
|
|
183890
184030
|
}
|
|
183891
184031
|
},
|
|
183892
|
-
"
|
|
184032
|
+
"isRequired": {
|
|
183893
184033
|
"defaultValue": null,
|
|
183894
|
-
"description": "
|
|
183895
|
-
"name": "
|
|
184034
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
184035
|
+
"name": "isRequired",
|
|
183896
184036
|
"parent": {
|
|
183897
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183898
|
-
"name": "
|
|
184037
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184038
|
+
"name": "Validation"
|
|
183899
184039
|
},
|
|
183900
184040
|
"declarations": [
|
|
183901
184041
|
{
|
|
183902
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183903
|
-
"name": "
|
|
184042
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184043
|
+
"name": "Validation"
|
|
183904
184044
|
}
|
|
183905
184045
|
],
|
|
183906
184046
|
"required": false,
|
|
183907
184047
|
"type": {
|
|
183908
|
-
"name": "
|
|
184048
|
+
"name": "boolean"
|
|
183909
184049
|
}
|
|
183910
184050
|
},
|
|
183911
|
-
"
|
|
184051
|
+
"isInvalid": {
|
|
183912
184052
|
"defaultValue": null,
|
|
183913
|
-
"description": "
|
|
183914
|
-
"name": "
|
|
184053
|
+
"description": "Whether the input value is invalid.",
|
|
184054
|
+
"name": "isInvalid",
|
|
183915
184055
|
"parent": {
|
|
183916
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183917
|
-
"name": "
|
|
184056
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184057
|
+
"name": "Validation"
|
|
183918
184058
|
},
|
|
183919
184059
|
"declarations": [
|
|
183920
184060
|
{
|
|
183921
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183922
|
-
"name": "
|
|
184061
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184062
|
+
"name": "Validation"
|
|
183923
184063
|
}
|
|
183924
184064
|
],
|
|
183925
184065
|
"required": false,
|
|
183926
184066
|
"type": {
|
|
183927
|
-
"name": "
|
|
184067
|
+
"name": "boolean"
|
|
183928
184068
|
}
|
|
183929
184069
|
},
|
|
183930
|
-
"
|
|
183931
|
-
"defaultValue":
|
|
183932
|
-
|
|
184070
|
+
"validate": {
|
|
184071
|
+
"defaultValue": null,
|
|
184072
|
+
"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.",
|
|
184073
|
+
"name": "validate",
|
|
184074
|
+
"parent": {
|
|
184075
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184076
|
+
"name": "Validation"
|
|
183933
184077
|
},
|
|
183934
|
-
"
|
|
183935
|
-
|
|
184078
|
+
"declarations": [
|
|
184079
|
+
{
|
|
184080
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184081
|
+
"name": "Validation"
|
|
184082
|
+
}
|
|
184083
|
+
],
|
|
184084
|
+
"required": false,
|
|
184085
|
+
"type": {
|
|
184086
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
184087
|
+
}
|
|
184088
|
+
},
|
|
184089
|
+
"autoFocus": {
|
|
184090
|
+
"defaultValue": null,
|
|
184091
|
+
"description": "Whether the element should receive focus on render.",
|
|
184092
|
+
"name": "autoFocus",
|
|
183936
184093
|
"parent": {
|
|
183937
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183938
|
-
"name": "
|
|
184094
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184095
|
+
"name": "FocusableProps"
|
|
183939
184096
|
},
|
|
183940
184097
|
"declarations": [
|
|
183941
184098
|
{
|
|
183942
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183943
|
-
"name": "
|
|
184099
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184100
|
+
"name": "FocusableProps"
|
|
183944
184101
|
}
|
|
183945
184102
|
],
|
|
183946
184103
|
"required": false,
|
|
183947
184104
|
"type": {
|
|
183948
|
-
"name": "
|
|
184105
|
+
"name": "boolean"
|
|
183949
184106
|
}
|
|
183950
184107
|
},
|
|
183951
|
-
"
|
|
183952
|
-
"defaultValue":
|
|
183953
|
-
|
|
184108
|
+
"onFocus": {
|
|
184109
|
+
"defaultValue": null,
|
|
184110
|
+
"description": "Handler that is called when the element receives focus.",
|
|
184111
|
+
"name": "onFocus",
|
|
184112
|
+
"parent": {
|
|
184113
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184114
|
+
"name": "FocusEvents"
|
|
183954
184115
|
},
|
|
183955
|
-
"
|
|
183956
|
-
|
|
184116
|
+
"declarations": [
|
|
184117
|
+
{
|
|
184118
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184119
|
+
"name": "FocusEvents"
|
|
184120
|
+
}
|
|
184121
|
+
],
|
|
184122
|
+
"required": false,
|
|
184123
|
+
"type": {
|
|
184124
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
184125
|
+
}
|
|
184126
|
+
},
|
|
184127
|
+
"onBlur": {
|
|
184128
|
+
"defaultValue": null,
|
|
184129
|
+
"description": "Handler that is called when the element loses focus.",
|
|
184130
|
+
"name": "onBlur",
|
|
183957
184131
|
"parent": {
|
|
183958
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183959
|
-
"name": "
|
|
184132
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184133
|
+
"name": "FocusEvents"
|
|
183960
184134
|
},
|
|
183961
184135
|
"declarations": [
|
|
183962
184136
|
{
|
|
183963
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183964
|
-
"name": "
|
|
184137
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184138
|
+
"name": "FocusEvents"
|
|
183965
184139
|
}
|
|
183966
184140
|
],
|
|
183967
184141
|
"required": false,
|
|
183968
184142
|
"type": {
|
|
183969
|
-
"name": "
|
|
184143
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
183970
184144
|
}
|
|
183971
184145
|
},
|
|
183972
|
-
"
|
|
184146
|
+
"onFocusChange": {
|
|
183973
184147
|
"defaultValue": null,
|
|
183974
|
-
"description": "
|
|
183975
|
-
"name": "
|
|
184148
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
184149
|
+
"name": "onFocusChange",
|
|
183976
184150
|
"parent": {
|
|
183977
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183978
|
-
"name": "
|
|
184151
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184152
|
+
"name": "FocusEvents"
|
|
183979
184153
|
},
|
|
183980
184154
|
"declarations": [
|
|
183981
184155
|
{
|
|
183982
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183983
|
-
"name": "
|
|
184156
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184157
|
+
"name": "FocusEvents"
|
|
183984
184158
|
}
|
|
183985
184159
|
],
|
|
183986
184160
|
"required": false,
|
|
183987
184161
|
"type": {
|
|
183988
|
-
"name": "boolean"
|
|
184162
|
+
"name": "((isFocused: boolean) => void)"
|
|
183989
184163
|
}
|
|
183990
184164
|
},
|
|
183991
|
-
"
|
|
184165
|
+
"onKeyDown": {
|
|
183992
184166
|
"defaultValue": null,
|
|
183993
|
-
"description": "
|
|
183994
|
-
"name": "
|
|
184167
|
+
"description": "Handler that is called when a key is pressed.",
|
|
184168
|
+
"name": "onKeyDown",
|
|
183995
184169
|
"parent": {
|
|
183996
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
183997
|
-
"name": "
|
|
184170
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184171
|
+
"name": "KeyboardEvents"
|
|
183998
184172
|
},
|
|
183999
184173
|
"declarations": [
|
|
184000
184174
|
{
|
|
184001
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184002
|
-
"name": "
|
|
184175
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184176
|
+
"name": "KeyboardEvents"
|
|
184003
184177
|
}
|
|
184004
184178
|
],
|
|
184005
184179
|
"required": false,
|
|
184006
184180
|
"type": {
|
|
184007
|
-
"name": "
|
|
184181
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
184008
184182
|
}
|
|
184009
184183
|
},
|
|
184010
|
-
"
|
|
184184
|
+
"onKeyUp": {
|
|
184011
184185
|
"defaultValue": null,
|
|
184012
|
-
"description": "
|
|
184013
|
-
"name": "
|
|
184186
|
+
"description": "Handler that is called when a key is released.",
|
|
184187
|
+
"name": "onKeyUp",
|
|
184014
184188
|
"parent": {
|
|
184015
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184016
|
-
"name": "
|
|
184189
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184190
|
+
"name": "KeyboardEvents"
|
|
184017
184191
|
},
|
|
184018
184192
|
"declarations": [
|
|
184019
184193
|
{
|
|
184020
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184021
|
-
"name": "
|
|
184194
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
184195
|
+
"name": "KeyboardEvents"
|
|
184022
184196
|
}
|
|
184023
184197
|
],
|
|
184024
184198
|
"required": false,
|
|
184025
184199
|
"type": {
|
|
184026
|
-
"name": "
|
|
184200
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
184027
184201
|
}
|
|
184028
184202
|
},
|
|
184029
|
-
"
|
|
184203
|
+
"value": {
|
|
184030
184204
|
"defaultValue": null,
|
|
184031
|
-
"description": "The
|
|
184032
|
-
"name": "
|
|
184205
|
+
"description": "The current value (controlled).",
|
|
184206
|
+
"name": "value",
|
|
184033
184207
|
"parent": {
|
|
184034
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184035
|
-
"name": "
|
|
184208
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184209
|
+
"name": "ValueBase"
|
|
184036
184210
|
},
|
|
184037
184211
|
"declarations": [
|
|
184038
184212
|
{
|
|
184039
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184040
|
-
"name": "
|
|
184213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184214
|
+
"name": "ValueBase"
|
|
184041
184215
|
}
|
|
184042
184216
|
],
|
|
184043
184217
|
"required": false,
|
|
184044
184218
|
"type": {
|
|
184045
|
-
"name": "
|
|
184219
|
+
"name": "TimeValue | null"
|
|
184046
184220
|
}
|
|
184047
184221
|
},
|
|
184048
|
-
"
|
|
184049
|
-
"defaultValue":
|
|
184050
|
-
|
|
184222
|
+
"defaultValue": {
|
|
184223
|
+
"defaultValue": null,
|
|
184224
|
+
"description": "The default value (uncontrolled).",
|
|
184225
|
+
"name": "defaultValue",
|
|
184226
|
+
"parent": {
|
|
184227
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184228
|
+
"name": "ValueBase"
|
|
184051
184229
|
},
|
|
184052
|
-
"
|
|
184053
|
-
|
|
184230
|
+
"declarations": [
|
|
184231
|
+
{
|
|
184232
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184233
|
+
"name": "ValueBase"
|
|
184234
|
+
}
|
|
184235
|
+
],
|
|
184236
|
+
"required": false,
|
|
184237
|
+
"type": {
|
|
184238
|
+
"name": "TimeValue | null"
|
|
184239
|
+
}
|
|
184240
|
+
},
|
|
184241
|
+
"onChange": {
|
|
184242
|
+
"defaultValue": null,
|
|
184243
|
+
"description": "Handler that is called when the value changes.",
|
|
184244
|
+
"name": "onChange",
|
|
184054
184245
|
"parent": {
|
|
184055
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184056
|
-
"name": "
|
|
184246
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184247
|
+
"name": "ValueBase"
|
|
184057
184248
|
},
|
|
184058
184249
|
"declarations": [
|
|
184059
184250
|
{
|
|
184060
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184061
|
-
"name": "
|
|
184251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184252
|
+
"name": "ValueBase"
|
|
184062
184253
|
}
|
|
184063
184254
|
],
|
|
184064
184255
|
"required": false,
|
|
184065
184256
|
"type": {
|
|
184066
|
-
"name": "
|
|
184257
|
+
"name": "((value: TimeValue | null) => void)"
|
|
184067
184258
|
}
|
|
184068
184259
|
},
|
|
184069
|
-
"
|
|
184260
|
+
"id": {
|
|
184070
184261
|
"defaultValue": null,
|
|
184071
|
-
"description": "The
|
|
184072
|
-
"name": "
|
|
184262
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
184263
|
+
"name": "id",
|
|
184073
184264
|
"parent": {
|
|
184074
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184075
|
-
"name": "
|
|
184265
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184266
|
+
"name": "DOMProps"
|
|
184076
184267
|
},
|
|
184077
184268
|
"declarations": [
|
|
184078
184269
|
{
|
|
184079
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184080
|
-
"name": "
|
|
184270
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184271
|
+
"name": "DOMProps"
|
|
184081
184272
|
}
|
|
184082
184273
|
],
|
|
184083
184274
|
"required": false,
|
|
184084
184275
|
"type": {
|
|
184085
|
-
"name": "
|
|
184276
|
+
"name": "string"
|
|
184086
184277
|
}
|
|
184087
184278
|
},
|
|
184088
|
-
"
|
|
184279
|
+
"name": {
|
|
184089
184280
|
"defaultValue": null,
|
|
184090
|
-
"description": "
|
|
184091
|
-
"name": "
|
|
184281
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
184282
|
+
"name": "name",
|
|
184092
184283
|
"parent": {
|
|
184093
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184094
|
-
"name": "
|
|
184284
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184285
|
+
"name": "InputDOMProps"
|
|
184095
184286
|
},
|
|
184096
184287
|
"declarations": [
|
|
184097
184288
|
{
|
|
184098
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184099
|
-
"name": "
|
|
184289
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184290
|
+
"name": "InputDOMProps"
|
|
184100
184291
|
}
|
|
184101
184292
|
],
|
|
184102
184293
|
"required": false,
|
|
184103
184294
|
"type": {
|
|
184104
|
-
"name": "
|
|
184295
|
+
"name": "string"
|
|
184105
184296
|
}
|
|
184106
184297
|
},
|
|
184107
|
-
"
|
|
184298
|
+
"form": {
|
|
184108
184299
|
"defaultValue": null,
|
|
184109
|
-
"description": "
|
|
184110
|
-
"name": "
|
|
184300
|
+
"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).",
|
|
184301
|
+
"name": "form",
|
|
184111
184302
|
"parent": {
|
|
184112
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184113
|
-
"name": "
|
|
184303
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184304
|
+
"name": "InputDOMProps"
|
|
184114
184305
|
},
|
|
184115
184306
|
"declarations": [
|
|
184116
184307
|
{
|
|
184117
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184118
|
-
"name": "
|
|
184308
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184309
|
+
"name": "InputDOMProps"
|
|
184119
184310
|
}
|
|
184120
184311
|
],
|
|
184121
184312
|
"required": false,
|
|
184122
184313
|
"type": {
|
|
184123
|
-
"name": "
|
|
184314
|
+
"name": "string"
|
|
184124
184315
|
}
|
|
184125
184316
|
},
|
|
184126
|
-
"
|
|
184317
|
+
"slot": {
|
|
184127
184318
|
"defaultValue": null,
|
|
184128
|
-
"description": "
|
|
184129
|
-
"name": "
|
|
184319
|
+
"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.",
|
|
184320
|
+
"name": "slot",
|
|
184130
184321
|
"parent": {
|
|
184131
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184132
|
-
"name": "
|
|
184322
|
+
"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",
|
|
184323
|
+
"name": "SlotProps"
|
|
184133
184324
|
},
|
|
184134
184325
|
"declarations": [
|
|
184135
184326
|
{
|
|
184136
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184137
|
-
"name": "
|
|
184327
|
+
"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",
|
|
184328
|
+
"name": "SlotProps"
|
|
184138
184329
|
}
|
|
184139
184330
|
],
|
|
184140
184331
|
"required": false,
|
|
184141
184332
|
"type": {
|
|
184142
|
-
"name": "
|
|
184333
|
+
"name": "string | null"
|
|
184143
184334
|
}
|
|
184144
184335
|
},
|
|
184145
|
-
"
|
|
184336
|
+
"autoComplete": {
|
|
184146
184337
|
"defaultValue": null,
|
|
184147
|
-
"description": "
|
|
184148
|
-
"name": "
|
|
184338
|
+
"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).",
|
|
184339
|
+
"name": "autoComplete",
|
|
184149
184340
|
"parent": {
|
|
184150
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184151
|
-
"name": "
|
|
184341
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184342
|
+
"name": "AriaDatePickerProps"
|
|
184152
184343
|
},
|
|
184153
184344
|
"declarations": [
|
|
184154
184345
|
{
|
|
184155
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184156
|
-
"name": "
|
|
184346
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184347
|
+
"name": "AriaDatePickerProps"
|
|
184157
184348
|
}
|
|
184158
184349
|
],
|
|
184159
184350
|
"required": false,
|
|
184160
184351
|
"type": {
|
|
184161
|
-
"name": "
|
|
184352
|
+
"name": "string"
|
|
184162
184353
|
}
|
|
184163
184354
|
},
|
|
184164
|
-
"
|
|
184355
|
+
"pageBehavior": {
|
|
184165
184356
|
"defaultValue": {
|
|
184166
|
-
"value": "
|
|
184357
|
+
"value": "visible"
|
|
184167
184358
|
},
|
|
184168
|
-
"description": "
|
|
184169
|
-
"name": "
|
|
184359
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration.",
|
|
184360
|
+
"name": "pageBehavior",
|
|
184170
184361
|
"parent": {
|
|
184171
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184172
|
-
"name": "
|
|
184362
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184363
|
+
"name": "DatePickerBase"
|
|
184173
184364
|
},
|
|
184174
184365
|
"declarations": [
|
|
184175
184366
|
{
|
|
184176
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184177
|
-
"name": "
|
|
184367
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184368
|
+
"name": "DatePickerBase"
|
|
184178
184369
|
}
|
|
184179
184370
|
],
|
|
184180
184371
|
"required": false,
|
|
184181
184372
|
"type": {
|
|
184182
|
-
"name": "
|
|
184373
|
+
"name": "PageBehavior"
|
|
184183
184374
|
}
|
|
184184
184375
|
},
|
|
184185
|
-
"
|
|
184376
|
+
"firstDayOfWeek": {
|
|
184186
184377
|
"defaultValue": null,
|
|
184187
|
-
"description": "
|
|
184188
|
-
"name": "
|
|
184378
|
+
"description": "The day that starts the week.",
|
|
184379
|
+
"name": "firstDayOfWeek",
|
|
184189
184380
|
"parent": {
|
|
184190
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184191
|
-
"name": "
|
|
184381
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184382
|
+
"name": "DatePickerBase"
|
|
184192
184383
|
},
|
|
184193
184384
|
"declarations": [
|
|
184194
184385
|
{
|
|
184195
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184196
|
-
"name": "
|
|
184386
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184387
|
+
"name": "DatePickerBase"
|
|
184197
184388
|
}
|
|
184198
184389
|
],
|
|
184199
184390
|
"required": false,
|
|
184200
184391
|
"type": {
|
|
184201
|
-
"name": "
|
|
184392
|
+
"name": "\"sun\" | \"mon\" | \"tue\" | \"wed\" | \"thu\" | \"fri\" | \"sat\""
|
|
184393
|
+
}
|
|
184394
|
+
},
|
|
184395
|
+
"isDateUnavailable": {
|
|
184396
|
+
"defaultValue": null,
|
|
184397
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is unavailable.",
|
|
184398
|
+
"name": "isDateUnavailable",
|
|
184399
|
+
"parent": {
|
|
184400
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184401
|
+
"name": "DateFieldBase"
|
|
184402
|
+
},
|
|
184403
|
+
"declarations": [
|
|
184404
|
+
{
|
|
184405
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184406
|
+
"name": "DateFieldBase"
|
|
184407
|
+
}
|
|
184408
|
+
],
|
|
184409
|
+
"required": false,
|
|
184410
|
+
"type": {
|
|
184411
|
+
"name": "((date: DateValue) => boolean)"
|
|
184412
|
+
}
|
|
184413
|
+
},
|
|
184414
|
+
"shouldCloseOnSelect": {
|
|
184415
|
+
"defaultValue": {
|
|
184416
|
+
"value": "true"
|
|
184417
|
+
},
|
|
184418
|
+
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
184419
|
+
"name": "shouldCloseOnSelect",
|
|
184420
|
+
"parent": {
|
|
184421
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
184422
|
+
"name": "DateRangePickerStateOptions"
|
|
184423
|
+
},
|
|
184424
|
+
"declarations": [
|
|
184425
|
+
{
|
|
184426
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
184427
|
+
"name": "DateRangePickerStateOptions"
|
|
184428
|
+
}
|
|
184429
|
+
],
|
|
184430
|
+
"required": false,
|
|
184431
|
+
"type": {
|
|
184432
|
+
"name": "boolean | (() => boolean)"
|
|
184202
184433
|
}
|
|
184203
184434
|
},
|
|
184204
184435
|
"children": {
|
|
@@ -184295,69 +184526,48 @@
|
|
|
184295
184526
|
}
|
|
184296
184527
|
},
|
|
184297
184528
|
{
|
|
184298
|
-
"tags": {
|
|
184299
|
-
|
|
184300
|
-
},
|
|
184301
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/DateRangePicker.tsx",
|
|
184529
|
+
"tags": {},
|
|
184530
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184302
184531
|
"description": "",
|
|
184303
|
-
"displayName": "
|
|
184532
|
+
"displayName": "CountryOptions",
|
|
184304
184533
|
"methods": [],
|
|
184305
184534
|
"props": {
|
|
184306
|
-
"
|
|
184307
|
-
"defaultValue": null,
|
|
184308
|
-
"description": "Whether the element is rendered.",
|
|
184309
|
-
"name": "isOpen",
|
|
184310
|
-
"parent": {
|
|
184311
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184312
|
-
"name": "PositionProps"
|
|
184313
|
-
},
|
|
184314
|
-
"declarations": [
|
|
184315
|
-
{
|
|
184316
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184317
|
-
"name": "PositionProps"
|
|
184318
|
-
}
|
|
184319
|
-
],
|
|
184320
|
-
"required": false,
|
|
184321
|
-
"type": {
|
|
184322
|
-
"name": "boolean"
|
|
184323
|
-
}
|
|
184324
|
-
},
|
|
184325
|
-
"defaultOpen": {
|
|
184535
|
+
"filterBy": {
|
|
184326
184536
|
"defaultValue": null,
|
|
184327
|
-
"description": "
|
|
184328
|
-
"name": "
|
|
184537
|
+
"description": "",
|
|
184538
|
+
"name": "filterBy",
|
|
184329
184539
|
"parent": {
|
|
184330
|
-
"fileName": "
|
|
184331
|
-
"name": "
|
|
184540
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184541
|
+
"name": "CountryOptionsProps"
|
|
184332
184542
|
},
|
|
184333
184543
|
"declarations": [
|
|
184334
184544
|
{
|
|
184335
|
-
"fileName": "
|
|
184336
|
-
"name": "
|
|
184545
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184546
|
+
"name": "CountryOptionsProps"
|
|
184337
184547
|
}
|
|
184338
184548
|
],
|
|
184339
184549
|
"required": false,
|
|
184340
184550
|
"type": {
|
|
184341
|
-
"name": "
|
|
184551
|
+
"name": "CountryFilterFn"
|
|
184342
184552
|
}
|
|
184343
184553
|
},
|
|
184344
|
-
"
|
|
184554
|
+
"sortBy": {
|
|
184345
184555
|
"defaultValue": null,
|
|
184346
|
-
"description": "
|
|
184347
|
-
"name": "
|
|
184556
|
+
"description": "",
|
|
184557
|
+
"name": "sortBy",
|
|
184348
184558
|
"parent": {
|
|
184349
|
-
"fileName": "
|
|
184350
|
-
"name": "
|
|
184559
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184560
|
+
"name": "CountryOptionsProps"
|
|
184351
184561
|
},
|
|
184352
184562
|
"declarations": [
|
|
184353
184563
|
{
|
|
184354
|
-
"fileName": "
|
|
184355
|
-
"name": "
|
|
184564
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184565
|
+
"name": "CountryOptionsProps"
|
|
184356
184566
|
}
|
|
184357
184567
|
],
|
|
184358
184568
|
"required": false,
|
|
184359
184569
|
"type": {
|
|
184360
|
-
"name": "
|
|
184570
|
+
"name": "CountrySortFn"
|
|
184361
184571
|
}
|
|
184362
184572
|
},
|
|
184363
184573
|
"aria-label": {
|
|
@@ -185785,274 +185995,23 @@
|
|
|
185785
185995
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
185786
185996
|
}
|
|
185787
185997
|
},
|
|
185788
|
-
"validationBehavior": {
|
|
185789
|
-
"defaultValue": {
|
|
185790
|
-
"value": "'native'"
|
|
185791
|
-
},
|
|
185792
|
-
"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.",
|
|
185793
|
-
"name": "validationBehavior",
|
|
185794
|
-
"parent": {
|
|
185795
|
-
"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",
|
|
185796
|
-
"name": "RACValidation"
|
|
185797
|
-
},
|
|
185798
|
-
"declarations": [
|
|
185799
|
-
{
|
|
185800
|
-
"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",
|
|
185801
|
-
"name": "RACValidation"
|
|
185802
|
-
}
|
|
185803
|
-
],
|
|
185804
|
-
"required": false,
|
|
185805
|
-
"type": {
|
|
185806
|
-
"name": "\"native\" | \"aria\""
|
|
185807
|
-
}
|
|
185808
|
-
},
|
|
185809
|
-
"hourCycle": {
|
|
185810
|
-
"defaultValue": null,
|
|
185811
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the user's locale.",
|
|
185812
|
-
"name": "hourCycle",
|
|
185813
|
-
"parent": {
|
|
185814
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185815
|
-
"name": "TimePickerProps"
|
|
185816
|
-
},
|
|
185817
|
-
"declarations": [
|
|
185818
|
-
{
|
|
185819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185820
|
-
"name": "TimePickerProps"
|
|
185821
|
-
}
|
|
185822
|
-
],
|
|
185823
|
-
"required": false,
|
|
185824
|
-
"type": {
|
|
185825
|
-
"name": "12 | 24"
|
|
185826
|
-
}
|
|
185827
|
-
},
|
|
185828
|
-
"granularity": {
|
|
185829
|
-
"defaultValue": {
|
|
185830
|
-
"value": "'minute'"
|
|
185831
|
-
},
|
|
185832
|
-
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
185833
|
-
"name": "granularity",
|
|
185834
|
-
"parent": {
|
|
185835
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185836
|
-
"name": "TimePickerProps"
|
|
185837
|
-
},
|
|
185838
|
-
"declarations": [
|
|
185839
|
-
{
|
|
185840
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185841
|
-
"name": "TimePickerProps"
|
|
185842
|
-
}
|
|
185843
|
-
],
|
|
185844
|
-
"required": false,
|
|
185845
|
-
"type": {
|
|
185846
|
-
"name": "\"hour\" | \"minute\" | \"second\""
|
|
185847
|
-
}
|
|
185848
|
-
},
|
|
185849
|
-
"hideTimeZone": {
|
|
185850
|
-
"defaultValue": null,
|
|
185851
|
-
"description": "Whether to hide the time zone abbreviation.",
|
|
185852
|
-
"name": "hideTimeZone",
|
|
185853
|
-
"parent": {
|
|
185854
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185855
|
-
"name": "TimePickerProps"
|
|
185856
|
-
},
|
|
185857
|
-
"declarations": [
|
|
185858
|
-
{
|
|
185859
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185860
|
-
"name": "TimePickerProps"
|
|
185861
|
-
}
|
|
185862
|
-
],
|
|
185863
|
-
"required": false,
|
|
185864
|
-
"type": {
|
|
185865
|
-
"name": "boolean"
|
|
185866
|
-
}
|
|
185867
|
-
},
|
|
185868
|
-
"shouldForceLeadingZeros": {
|
|
185869
|
-
"defaultValue": null,
|
|
185870
|
-
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
185871
|
-
"name": "shouldForceLeadingZeros",
|
|
185872
|
-
"parent": {
|
|
185873
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185874
|
-
"name": "TimePickerProps"
|
|
185875
|
-
},
|
|
185876
|
-
"declarations": [
|
|
185877
|
-
{
|
|
185878
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185879
|
-
"name": "TimePickerProps"
|
|
185880
|
-
}
|
|
185881
|
-
],
|
|
185882
|
-
"required": false,
|
|
185883
|
-
"type": {
|
|
185884
|
-
"name": "boolean"
|
|
185885
|
-
}
|
|
185886
|
-
},
|
|
185887
|
-
"placeholderValue": {
|
|
185888
|
-
"defaultValue": null,
|
|
185889
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is selected.\nDefaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
185890
|
-
"name": "placeholderValue",
|
|
185891
|
-
"parent": {
|
|
185892
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185893
|
-
"name": "TimePickerProps"
|
|
185894
|
-
},
|
|
185895
|
-
"declarations": [
|
|
185896
|
-
{
|
|
185897
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185898
|
-
"name": "TimePickerProps"
|
|
185899
|
-
}
|
|
185900
|
-
],
|
|
185901
|
-
"required": false,
|
|
185902
|
-
"type": {
|
|
185903
|
-
"name": "TimeValue"
|
|
185904
|
-
}
|
|
185905
|
-
},
|
|
185906
|
-
"minValue": {
|
|
185907
|
-
"defaultValue": null,
|
|
185908
|
-
"description": "The minimum allowed time that a user may select.",
|
|
185909
|
-
"name": "minValue",
|
|
185910
|
-
"parent": {
|
|
185911
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185912
|
-
"name": "TimePickerProps"
|
|
185913
|
-
},
|
|
185914
|
-
"declarations": [
|
|
185915
|
-
{
|
|
185916
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185917
|
-
"name": "TimePickerProps"
|
|
185918
|
-
}
|
|
185919
|
-
],
|
|
185920
|
-
"required": false,
|
|
185921
|
-
"type": {
|
|
185922
|
-
"name": "TimeValue | null"
|
|
185923
|
-
}
|
|
185924
|
-
},
|
|
185925
|
-
"maxValue": {
|
|
185926
|
-
"defaultValue": null,
|
|
185927
|
-
"description": "The maximum allowed time that a user may select.",
|
|
185928
|
-
"name": "maxValue",
|
|
185929
|
-
"parent": {
|
|
185930
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185931
|
-
"name": "TimePickerProps"
|
|
185932
|
-
},
|
|
185933
|
-
"declarations": [
|
|
185934
|
-
{
|
|
185935
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185936
|
-
"name": "TimePickerProps"
|
|
185937
|
-
}
|
|
185938
|
-
],
|
|
185939
|
-
"required": false,
|
|
185940
|
-
"type": {
|
|
185941
|
-
"name": "TimeValue | null"
|
|
185942
|
-
}
|
|
185943
|
-
},
|
|
185944
|
-
"isDisabled": {
|
|
185945
|
-
"defaultValue": null,
|
|
185946
|
-
"description": "Whether the input is disabled.",
|
|
185947
|
-
"name": "isDisabled",
|
|
185948
|
-
"parent": {
|
|
185949
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185950
|
-
"name": "InputBase"
|
|
185951
|
-
},
|
|
185952
|
-
"declarations": [
|
|
185953
|
-
{
|
|
185954
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185955
|
-
"name": "InputBase"
|
|
185956
|
-
}
|
|
185957
|
-
],
|
|
185958
|
-
"required": false,
|
|
185959
|
-
"type": {
|
|
185960
|
-
"name": "boolean"
|
|
185961
|
-
}
|
|
185962
|
-
},
|
|
185963
|
-
"isReadOnly": {
|
|
185964
|
-
"defaultValue": null,
|
|
185965
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
185966
|
-
"name": "isReadOnly",
|
|
185967
|
-
"parent": {
|
|
185968
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185969
|
-
"name": "InputBase"
|
|
185970
|
-
},
|
|
185971
|
-
"declarations": [
|
|
185972
|
-
{
|
|
185973
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185974
|
-
"name": "InputBase"
|
|
185975
|
-
}
|
|
185976
|
-
],
|
|
185977
|
-
"required": false,
|
|
185978
|
-
"type": {
|
|
185979
|
-
"name": "boolean"
|
|
185980
|
-
}
|
|
185981
|
-
},
|
|
185982
|
-
"isRequired": {
|
|
185983
|
-
"defaultValue": null,
|
|
185984
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
185985
|
-
"name": "isRequired",
|
|
185986
|
-
"parent": {
|
|
185987
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185988
|
-
"name": "Validation"
|
|
185989
|
-
},
|
|
185990
|
-
"declarations": [
|
|
185991
|
-
{
|
|
185992
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185993
|
-
"name": "Validation"
|
|
185994
|
-
}
|
|
185995
|
-
],
|
|
185996
|
-
"required": false,
|
|
185997
|
-
"type": {
|
|
185998
|
-
"name": "boolean"
|
|
185999
|
-
}
|
|
186000
|
-
},
|
|
186001
|
-
"isInvalid": {
|
|
186002
|
-
"defaultValue": null,
|
|
186003
|
-
"description": "Whether the input value is invalid.",
|
|
186004
|
-
"name": "isInvalid",
|
|
186005
|
-
"parent": {
|
|
186006
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186007
|
-
"name": "Validation"
|
|
186008
|
-
},
|
|
186009
|
-
"declarations": [
|
|
186010
|
-
{
|
|
186011
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186012
|
-
"name": "Validation"
|
|
186013
|
-
}
|
|
186014
|
-
],
|
|
186015
|
-
"required": false,
|
|
186016
|
-
"type": {
|
|
186017
|
-
"name": "boolean"
|
|
186018
|
-
}
|
|
186019
|
-
},
|
|
186020
|
-
"validate": {
|
|
186021
|
-
"defaultValue": null,
|
|
186022
|
-
"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.",
|
|
186023
|
-
"name": "validate",
|
|
186024
|
-
"parent": {
|
|
186025
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186026
|
-
"name": "Validation"
|
|
186027
|
-
},
|
|
186028
|
-
"declarations": [
|
|
186029
|
-
{
|
|
186030
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186031
|
-
"name": "Validation"
|
|
186032
|
-
}
|
|
186033
|
-
],
|
|
186034
|
-
"required": false,
|
|
186035
|
-
"type": {
|
|
186036
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
186037
|
-
}
|
|
186038
|
-
},
|
|
186039
185998
|
"autoFocus": {
|
|
186040
185999
|
"defaultValue": null,
|
|
186041
|
-
"description": "Whether
|
|
186000
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
186042
186001
|
"name": "autoFocus",
|
|
186043
186002
|
"parent": {
|
|
186044
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186045
|
-
"name": "
|
|
186003
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186004
|
+
"name": "ListBoxProps"
|
|
186046
186005
|
},
|
|
186047
186006
|
"declarations": [
|
|
186048
186007
|
{
|
|
186049
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186050
|
-
"name": "
|
|
186008
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186009
|
+
"name": "ListBoxProps"
|
|
186051
186010
|
}
|
|
186052
186011
|
],
|
|
186053
186012
|
"required": false,
|
|
186054
186013
|
"type": {
|
|
186055
|
-
"name": "boolean"
|
|
186014
|
+
"name": "boolean | FocusStrategy"
|
|
186056
186015
|
}
|
|
186057
186016
|
},
|
|
186058
186017
|
"onFocus": {
|
|
@@ -186112,101 +186071,6 @@
|
|
|
186112
186071
|
"name": "((isFocused: boolean) => void)"
|
|
186113
186072
|
}
|
|
186114
186073
|
},
|
|
186115
|
-
"onKeyDown": {
|
|
186116
|
-
"defaultValue": null,
|
|
186117
|
-
"description": "Handler that is called when a key is pressed.",
|
|
186118
|
-
"name": "onKeyDown",
|
|
186119
|
-
"parent": {
|
|
186120
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186121
|
-
"name": "KeyboardEvents"
|
|
186122
|
-
},
|
|
186123
|
-
"declarations": [
|
|
186124
|
-
{
|
|
186125
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186126
|
-
"name": "KeyboardEvents"
|
|
186127
|
-
}
|
|
186128
|
-
],
|
|
186129
|
-
"required": false,
|
|
186130
|
-
"type": {
|
|
186131
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
186132
|
-
}
|
|
186133
|
-
},
|
|
186134
|
-
"onKeyUp": {
|
|
186135
|
-
"defaultValue": null,
|
|
186136
|
-
"description": "Handler that is called when a key is released.",
|
|
186137
|
-
"name": "onKeyUp",
|
|
186138
|
-
"parent": {
|
|
186139
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186140
|
-
"name": "KeyboardEvents"
|
|
186141
|
-
},
|
|
186142
|
-
"declarations": [
|
|
186143
|
-
{
|
|
186144
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186145
|
-
"name": "KeyboardEvents"
|
|
186146
|
-
}
|
|
186147
|
-
],
|
|
186148
|
-
"required": false,
|
|
186149
|
-
"type": {
|
|
186150
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
186151
|
-
}
|
|
186152
|
-
},
|
|
186153
|
-
"value": {
|
|
186154
|
-
"defaultValue": null,
|
|
186155
|
-
"description": "The current value (controlled).",
|
|
186156
|
-
"name": "value",
|
|
186157
|
-
"parent": {
|
|
186158
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186159
|
-
"name": "ValueBase"
|
|
186160
|
-
},
|
|
186161
|
-
"declarations": [
|
|
186162
|
-
{
|
|
186163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186164
|
-
"name": "ValueBase"
|
|
186165
|
-
}
|
|
186166
|
-
],
|
|
186167
|
-
"required": false,
|
|
186168
|
-
"type": {
|
|
186169
|
-
"name": "TimeValue | null"
|
|
186170
|
-
}
|
|
186171
|
-
},
|
|
186172
|
-
"defaultValue": {
|
|
186173
|
-
"defaultValue": null,
|
|
186174
|
-
"description": "The default value (uncontrolled).",
|
|
186175
|
-
"name": "defaultValue",
|
|
186176
|
-
"parent": {
|
|
186177
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186178
|
-
"name": "ValueBase"
|
|
186179
|
-
},
|
|
186180
|
-
"declarations": [
|
|
186181
|
-
{
|
|
186182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186183
|
-
"name": "ValueBase"
|
|
186184
|
-
}
|
|
186185
|
-
],
|
|
186186
|
-
"required": false,
|
|
186187
|
-
"type": {
|
|
186188
|
-
"name": "TimeValue | null"
|
|
186189
|
-
}
|
|
186190
|
-
},
|
|
186191
|
-
"onChange": {
|
|
186192
|
-
"defaultValue": null,
|
|
186193
|
-
"description": "Handler that is called when the value changes.",
|
|
186194
|
-
"name": "onChange",
|
|
186195
|
-
"parent": {
|
|
186196
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186197
|
-
"name": "ValueBase"
|
|
186198
|
-
},
|
|
186199
|
-
"declarations": [
|
|
186200
|
-
{
|
|
186201
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
186202
|
-
"name": "ValueBase"
|
|
186203
|
-
}
|
|
186204
|
-
],
|
|
186205
|
-
"required": false,
|
|
186206
|
-
"type": {
|
|
186207
|
-
"name": "((value: TimeValue | null) => void)"
|
|
186208
|
-
}
|
|
186209
|
-
},
|
|
186210
186074
|
"id": {
|
|
186211
186075
|
"defaultValue": null,
|
|
186212
186076
|
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
@@ -186226,25 +186090,6 @@
|
|
|
186226
186090
|
"name": "string"
|
|
186227
186091
|
}
|
|
186228
186092
|
},
|
|
186229
|
-
"form": {
|
|
186230
|
-
"defaultValue": null,
|
|
186231
|
-
"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).",
|
|
186232
|
-
"name": "form",
|
|
186233
|
-
"parent": {
|
|
186234
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186235
|
-
"name": "InputDOMProps"
|
|
186236
|
-
},
|
|
186237
|
-
"declarations": [
|
|
186238
|
-
{
|
|
186239
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186240
|
-
"name": "InputDOMProps"
|
|
186241
|
-
}
|
|
186242
|
-
],
|
|
186243
|
-
"required": false,
|
|
186244
|
-
"type": {
|
|
186245
|
-
"name": "string"
|
|
186246
|
-
}
|
|
186247
|
-
},
|
|
186248
186093
|
"slot": {
|
|
186249
186094
|
"defaultValue": null,
|
|
186250
186095
|
"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.",
|
|
@@ -186264,98 +186109,290 @@
|
|
|
186264
186109
|
"name": "string | null"
|
|
186265
186110
|
}
|
|
186266
186111
|
},
|
|
186267
|
-
"
|
|
186112
|
+
"items": {
|
|
186113
|
+
"defaultValue": null,
|
|
186114
|
+
"description": "Item objects in the collection.",
|
|
186115
|
+
"name": "items",
|
|
186116
|
+
"parent": {
|
|
186117
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186118
|
+
"name": "CollectionBase"
|
|
186119
|
+
},
|
|
186120
|
+
"declarations": [
|
|
186121
|
+
{
|
|
186122
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186123
|
+
"name": "CollectionBase"
|
|
186124
|
+
}
|
|
186125
|
+
],
|
|
186126
|
+
"required": false,
|
|
186127
|
+
"type": {
|
|
186128
|
+
"name": "Iterable<object>"
|
|
186129
|
+
}
|
|
186130
|
+
},
|
|
186131
|
+
"disallowEmptySelection": {
|
|
186132
|
+
"defaultValue": null,
|
|
186133
|
+
"description": "Whether the collection allows empty selection.",
|
|
186134
|
+
"name": "disallowEmptySelection",
|
|
186135
|
+
"parent": {
|
|
186136
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186137
|
+
"name": "MultipleSelection"
|
|
186138
|
+
},
|
|
186139
|
+
"declarations": [
|
|
186140
|
+
{
|
|
186141
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186142
|
+
"name": "MultipleSelection"
|
|
186143
|
+
}
|
|
186144
|
+
],
|
|
186145
|
+
"required": false,
|
|
186146
|
+
"type": {
|
|
186147
|
+
"name": "boolean"
|
|
186148
|
+
}
|
|
186149
|
+
},
|
|
186150
|
+
"onSelectionChange": {
|
|
186151
|
+
"defaultValue": null,
|
|
186152
|
+
"description": "Handler that is called when the selection changes.",
|
|
186153
|
+
"name": "onSelectionChange",
|
|
186154
|
+
"parent": {
|
|
186155
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186156
|
+
"name": "MultipleSelection"
|
|
186157
|
+
},
|
|
186158
|
+
"declarations": [
|
|
186159
|
+
{
|
|
186160
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186161
|
+
"name": "MultipleSelection"
|
|
186162
|
+
}
|
|
186163
|
+
],
|
|
186164
|
+
"required": false,
|
|
186165
|
+
"type": {
|
|
186166
|
+
"name": "((keys: Selection) => void)"
|
|
186167
|
+
}
|
|
186168
|
+
},
|
|
186169
|
+
"disabledKeys": {
|
|
186170
|
+
"defaultValue": null,
|
|
186171
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
186172
|
+
"name": "disabledKeys",
|
|
186173
|
+
"parent": {
|
|
186174
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186175
|
+
"name": "CollectionBase"
|
|
186176
|
+
},
|
|
186177
|
+
"declarations": [
|
|
186178
|
+
{
|
|
186179
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186180
|
+
"name": "CollectionBase"
|
|
186181
|
+
}
|
|
186182
|
+
],
|
|
186183
|
+
"required": false,
|
|
186184
|
+
"type": {
|
|
186185
|
+
"name": "Iterable<Key>"
|
|
186186
|
+
}
|
|
186187
|
+
},
|
|
186188
|
+
"orientation": {
|
|
186268
186189
|
"defaultValue": {
|
|
186269
|
-
"value": "
|
|
186190
|
+
"value": "'vertical'"
|
|
186270
186191
|
},
|
|
186271
|
-
"description": "
|
|
186272
|
-
"name": "
|
|
186192
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
186193
|
+
"name": "orientation",
|
|
186273
186194
|
"parent": {
|
|
186274
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186275
|
-
"name": "
|
|
186195
|
+
"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",
|
|
186196
|
+
"name": "ListBoxProps"
|
|
186276
186197
|
},
|
|
186277
186198
|
"declarations": [
|
|
186278
186199
|
{
|
|
186279
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186280
|
-
"name": "
|
|
186200
|
+
"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",
|
|
186201
|
+
"name": "ListBoxProps"
|
|
186281
186202
|
}
|
|
186282
186203
|
],
|
|
186283
186204
|
"required": false,
|
|
186284
186205
|
"type": {
|
|
186285
|
-
"name": "
|
|
186206
|
+
"name": "Orientation"
|
|
186286
186207
|
}
|
|
186287
186208
|
},
|
|
186288
|
-
"
|
|
186209
|
+
"escapeKeyBehavior": {
|
|
186210
|
+
"defaultValue": {
|
|
186211
|
+
"value": "'clearSelection'"
|
|
186212
|
+
},
|
|
186213
|
+
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
186214
|
+
"name": "escapeKeyBehavior",
|
|
186215
|
+
"parent": {
|
|
186216
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186217
|
+
"name": "AriaListBoxPropsBase"
|
|
186218
|
+
},
|
|
186219
|
+
"declarations": [
|
|
186220
|
+
{
|
|
186221
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186222
|
+
"name": "AriaListBoxPropsBase"
|
|
186223
|
+
}
|
|
186224
|
+
],
|
|
186225
|
+
"required": false,
|
|
186226
|
+
"type": {
|
|
186227
|
+
"name": "\"none\" | \"clearSelection\""
|
|
186228
|
+
}
|
|
186229
|
+
},
|
|
186230
|
+
"shouldSelectOnPressUp": {
|
|
186289
186231
|
"defaultValue": null,
|
|
186290
|
-
"description": "
|
|
186291
|
-
"name": "
|
|
186232
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
186233
|
+
"name": "shouldSelectOnPressUp",
|
|
186292
186234
|
"parent": {
|
|
186293
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186294
|
-
"name": "
|
|
186235
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186236
|
+
"name": "AriaListBoxProps"
|
|
186295
186237
|
},
|
|
186296
186238
|
"declarations": [
|
|
186297
186239
|
{
|
|
186298
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186299
|
-
"name": "
|
|
186240
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186241
|
+
"name": "AriaListBoxProps"
|
|
186300
186242
|
}
|
|
186301
186243
|
],
|
|
186302
186244
|
"required": false,
|
|
186303
186245
|
"type": {
|
|
186304
|
-
"name": "
|
|
186246
|
+
"name": "boolean"
|
|
186305
186247
|
}
|
|
186306
186248
|
},
|
|
186307
|
-
"
|
|
186249
|
+
"selectionMode": {
|
|
186308
186250
|
"defaultValue": null,
|
|
186309
|
-
"description": "
|
|
186310
|
-
"name": "
|
|
186251
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
186252
|
+
"name": "selectionMode",
|
|
186311
186253
|
"parent": {
|
|
186312
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186313
|
-
"name": "
|
|
186254
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186255
|
+
"name": "MultipleSelection"
|
|
186314
186256
|
},
|
|
186315
186257
|
"declarations": [
|
|
186316
186258
|
{
|
|
186317
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186318
|
-
"name": "
|
|
186259
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186260
|
+
"name": "MultipleSelection"
|
|
186319
186261
|
}
|
|
186320
186262
|
],
|
|
186321
186263
|
"required": false,
|
|
186322
186264
|
"type": {
|
|
186323
|
-
"name": "
|
|
186265
|
+
"name": "SelectionMode"
|
|
186324
186266
|
}
|
|
186325
186267
|
},
|
|
186326
|
-
"
|
|
186268
|
+
"selectedKeys": {
|
|
186269
|
+
"defaultValue": null,
|
|
186270
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
186271
|
+
"name": "selectedKeys",
|
|
186272
|
+
"parent": {
|
|
186273
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186274
|
+
"name": "MultipleSelection"
|
|
186275
|
+
},
|
|
186276
|
+
"declarations": [
|
|
186277
|
+
{
|
|
186278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186279
|
+
"name": "MultipleSelection"
|
|
186280
|
+
}
|
|
186281
|
+
],
|
|
186282
|
+
"required": false,
|
|
186283
|
+
"type": {
|
|
186284
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186285
|
+
}
|
|
186286
|
+
},
|
|
186287
|
+
"defaultSelectedKeys": {
|
|
186288
|
+
"defaultValue": null,
|
|
186289
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
186290
|
+
"name": "defaultSelectedKeys",
|
|
186291
|
+
"parent": {
|
|
186292
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186293
|
+
"name": "MultipleSelection"
|
|
186294
|
+
},
|
|
186295
|
+
"declarations": [
|
|
186296
|
+
{
|
|
186297
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186298
|
+
"name": "MultipleSelection"
|
|
186299
|
+
}
|
|
186300
|
+
],
|
|
186301
|
+
"required": false,
|
|
186302
|
+
"type": {
|
|
186303
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186304
|
+
}
|
|
186305
|
+
},
|
|
186306
|
+
"selectionBehavior": {
|
|
186327
186307
|
"defaultValue": {
|
|
186328
|
-
"value": "
|
|
186308
|
+
"value": "\"toggle\""
|
|
186329
186309
|
},
|
|
186330
|
-
"description": "
|
|
186331
|
-
"name": "
|
|
186310
|
+
"description": "How multiple selection should behave in the collection.",
|
|
186311
|
+
"name": "selectionBehavior",
|
|
186332
186312
|
"parent": {
|
|
186333
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186334
|
-
"name": "
|
|
186313
|
+
"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",
|
|
186314
|
+
"name": "TableProps"
|
|
186335
186315
|
},
|
|
186336
186316
|
"declarations": [
|
|
186337
186317
|
{
|
|
186338
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186339
|
-
"name": "
|
|
186318
|
+
"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",
|
|
186319
|
+
"name": "TableProps"
|
|
186340
186320
|
}
|
|
186341
186321
|
],
|
|
186342
186322
|
"required": false,
|
|
186343
186323
|
"type": {
|
|
186344
|
-
"name": "
|
|
186324
|
+
"name": "SelectionBehavior"
|
|
186345
186325
|
}
|
|
186346
186326
|
},
|
|
186347
|
-
"
|
|
186327
|
+
"dragAndDropHooks": {
|
|
186348
186328
|
"defaultValue": null,
|
|
186349
|
-
"description": "
|
|
186350
|
-
"name": "
|
|
186329
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
186330
|
+
"name": "dragAndDropHooks",
|
|
186351
186331
|
"parent": {
|
|
186352
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186353
|
-
"name": "
|
|
186332
|
+
"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",
|
|
186333
|
+
"name": "TableProps"
|
|
186354
186334
|
},
|
|
186355
186335
|
"declarations": [
|
|
186356
186336
|
{
|
|
186357
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186358
|
-
"name": "
|
|
186337
|
+
"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",
|
|
186338
|
+
"name": "TableProps"
|
|
186339
|
+
}
|
|
186340
|
+
],
|
|
186341
|
+
"required": false,
|
|
186342
|
+
"type": {
|
|
186343
|
+
"name": "DragAndDropHooks<object>"
|
|
186344
|
+
}
|
|
186345
|
+
},
|
|
186346
|
+
"renderEmptyState": {
|
|
186347
|
+
"defaultValue": null,
|
|
186348
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
186349
|
+
"name": "renderEmptyState",
|
|
186350
|
+
"parent": {
|
|
186351
|
+
"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",
|
|
186352
|
+
"name": "ListBoxProps"
|
|
186353
|
+
},
|
|
186354
|
+
"declarations": [
|
|
186355
|
+
{
|
|
186356
|
+
"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",
|
|
186357
|
+
"name": "ListBoxProps"
|
|
186358
|
+
}
|
|
186359
|
+
],
|
|
186360
|
+
"required": false,
|
|
186361
|
+
"type": {
|
|
186362
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
186363
|
+
}
|
|
186364
|
+
},
|
|
186365
|
+
"onAction": {
|
|
186366
|
+
"defaultValue": null,
|
|
186367
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
186368
|
+
"name": "onAction",
|
|
186369
|
+
"parent": {
|
|
186370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186371
|
+
"name": "AriaListBoxProps"
|
|
186372
|
+
},
|
|
186373
|
+
"declarations": [
|
|
186374
|
+
{
|
|
186375
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186376
|
+
"name": "AriaListBoxProps"
|
|
186377
|
+
}
|
|
186378
|
+
],
|
|
186379
|
+
"required": false,
|
|
186380
|
+
"type": {
|
|
186381
|
+
"name": "((key: Key) => void)"
|
|
186382
|
+
}
|
|
186383
|
+
},
|
|
186384
|
+
"shouldFocusOnHover": {
|
|
186385
|
+
"defaultValue": null,
|
|
186386
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
186387
|
+
"name": "shouldFocusOnHover",
|
|
186388
|
+
"parent": {
|
|
186389
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186390
|
+
"name": "AriaListBoxProps"
|
|
186391
|
+
},
|
|
186392
|
+
"declarations": [
|
|
186393
|
+
{
|
|
186394
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186395
|
+
"name": "AriaListBoxProps"
|
|
186359
186396
|
}
|
|
186360
186397
|
],
|
|
186361
186398
|
"required": false,
|
|
@@ -186363,42 +186400,63 @@
|
|
|
186363
186400
|
"name": "boolean"
|
|
186364
186401
|
}
|
|
186365
186402
|
},
|
|
186366
|
-
"
|
|
186403
|
+
"shouldFocusWrap": {
|
|
186367
186404
|
"defaultValue": null,
|
|
186368
|
-
"description": "
|
|
186369
|
-
"name": "
|
|
186405
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
186406
|
+
"name": "shouldFocusWrap",
|
|
186370
186407
|
"parent": {
|
|
186371
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186372
|
-
"name": "
|
|
186408
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186409
|
+
"name": "ListBoxProps"
|
|
186373
186410
|
},
|
|
186374
186411
|
"declarations": [
|
|
186375
186412
|
{
|
|
186376
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186377
|
-
"name": "
|
|
186413
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186414
|
+
"name": "ListBoxProps"
|
|
186378
186415
|
}
|
|
186379
186416
|
],
|
|
186380
186417
|
"required": false,
|
|
186381
186418
|
"type": {
|
|
186382
|
-
"name": "
|
|
186419
|
+
"name": "boolean"
|
|
186383
186420
|
}
|
|
186384
186421
|
},
|
|
186385
|
-
"
|
|
186422
|
+
"layout": {
|
|
186423
|
+
"defaultValue": {
|
|
186424
|
+
"value": "'stack'"
|
|
186425
|
+
},
|
|
186426
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
186427
|
+
"name": "layout",
|
|
186428
|
+
"parent": {
|
|
186429
|
+
"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",
|
|
186430
|
+
"name": "ListBoxProps"
|
|
186431
|
+
},
|
|
186432
|
+
"declarations": [
|
|
186433
|
+
{
|
|
186434
|
+
"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",
|
|
186435
|
+
"name": "ListBoxProps"
|
|
186436
|
+
}
|
|
186437
|
+
],
|
|
186438
|
+
"required": false,
|
|
186439
|
+
"type": {
|
|
186440
|
+
"name": "\"grid\" | \"stack\""
|
|
186441
|
+
}
|
|
186442
|
+
},
|
|
186443
|
+
"dependencies": {
|
|
186386
186444
|
"defaultValue": null,
|
|
186387
|
-
"description": "
|
|
186388
|
-
"name": "
|
|
186445
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
186446
|
+
"name": "dependencies",
|
|
186389
186447
|
"parent": {
|
|
186390
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186391
|
-
"name": "
|
|
186448
|
+
"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",
|
|
186449
|
+
"name": "CollectionProps"
|
|
186392
186450
|
},
|
|
186393
186451
|
"declarations": [
|
|
186394
186452
|
{
|
|
186395
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186396
|
-
"name": "
|
|
186453
|
+
"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",
|
|
186454
|
+
"name": "CollectionProps"
|
|
186397
186455
|
}
|
|
186398
186456
|
],
|
|
186399
186457
|
"required": false,
|
|
186400
186458
|
"type": {
|
|
186401
|
-
"name": "
|
|
186459
|
+
"name": "readonly any[]"
|
|
186402
186460
|
}
|
|
186403
186461
|
},
|
|
186404
186462
|
"children": {
|
|
@@ -206134,53 +206192,6 @@
|
|
|
206134
206192
|
}
|
|
206135
206193
|
}
|
|
206136
206194
|
},
|
|
206137
|
-
{
|
|
206138
|
-
"tags": {
|
|
206139
|
-
"flr-generate": "all"
|
|
206140
|
-
},
|
|
206141
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
206142
|
-
"description": "",
|
|
206143
|
-
"displayName": "Color",
|
|
206144
|
-
"methods": [],
|
|
206145
|
-
"props": {
|
|
206146
|
-
"color": {
|
|
206147
|
-
"defaultValue": {
|
|
206148
|
-
"value": "\"blue\""
|
|
206149
|
-
},
|
|
206150
|
-
"description": "The color of the element.",
|
|
206151
|
-
"name": "color",
|
|
206152
|
-
"parent": {
|
|
206153
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
206154
|
-
"name": "ColorProps"
|
|
206155
|
-
},
|
|
206156
|
-
"declarations": [
|
|
206157
|
-
{
|
|
206158
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
206159
|
-
"name": "ColorProps"
|
|
206160
|
-
}
|
|
206161
|
-
],
|
|
206162
|
-
"required": false,
|
|
206163
|
-
"type": {
|
|
206164
|
-
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
206165
|
-
}
|
|
206166
|
-
},
|
|
206167
|
-
"children": {
|
|
206168
|
-
"defaultValue": null,
|
|
206169
|
-
"description": "",
|
|
206170
|
-
"name": "children",
|
|
206171
|
-
"declarations": [
|
|
206172
|
-
{
|
|
206173
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
206174
|
-
"name": "TypeLiteral"
|
|
206175
|
-
}
|
|
206176
|
-
],
|
|
206177
|
-
"required": false,
|
|
206178
|
-
"type": {
|
|
206179
|
-
"name": "ReactNode"
|
|
206180
|
-
}
|
|
206181
|
-
}
|
|
206182
|
-
}
|
|
206183
|
-
},
|
|
206184
206195
|
{
|
|
206185
206196
|
"tags": {
|
|
206186
206197
|
"flr-generate": "all"
|
|
@@ -211677,6 +211688,53 @@
|
|
|
211677
211688
|
}
|
|
211678
211689
|
}
|
|
211679
211690
|
},
|
|
211691
|
+
{
|
|
211692
|
+
"tags": {
|
|
211693
|
+
"flr-generate": "all"
|
|
211694
|
+
},
|
|
211695
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211696
|
+
"description": "",
|
|
211697
|
+
"displayName": "Color",
|
|
211698
|
+
"methods": [],
|
|
211699
|
+
"props": {
|
|
211700
|
+
"color": {
|
|
211701
|
+
"defaultValue": {
|
|
211702
|
+
"value": "\"blue\""
|
|
211703
|
+
},
|
|
211704
|
+
"description": "The color of the element.",
|
|
211705
|
+
"name": "color",
|
|
211706
|
+
"parent": {
|
|
211707
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211708
|
+
"name": "ColorProps"
|
|
211709
|
+
},
|
|
211710
|
+
"declarations": [
|
|
211711
|
+
{
|
|
211712
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211713
|
+
"name": "ColorProps"
|
|
211714
|
+
}
|
|
211715
|
+
],
|
|
211716
|
+
"required": false,
|
|
211717
|
+
"type": {
|
|
211718
|
+
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211719
|
+
}
|
|
211720
|
+
},
|
|
211721
|
+
"children": {
|
|
211722
|
+
"defaultValue": null,
|
|
211723
|
+
"description": "",
|
|
211724
|
+
"name": "children",
|
|
211725
|
+
"declarations": [
|
|
211726
|
+
{
|
|
211727
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
211728
|
+
"name": "TypeLiteral"
|
|
211729
|
+
}
|
|
211730
|
+
],
|
|
211731
|
+
"required": false,
|
|
211732
|
+
"type": {
|
|
211733
|
+
"name": "ReactNode"
|
|
211734
|
+
}
|
|
211735
|
+
}
|
|
211736
|
+
}
|
|
211737
|
+
},
|
|
211680
211738
|
{
|
|
211681
211739
|
"tags": {
|
|
211682
211740
|
"flr-generate": "all"
|
|
@@ -256823,10 +256881,10 @@
|
|
|
256823
256881
|
"name": "() => ArrayIterator<any>"
|
|
256824
256882
|
}
|
|
256825
256883
|
},
|
|
256826
|
-
"__@unscopables@
|
|
256884
|
+
"__@unscopables@3182": {
|
|
256827
256885
|
"defaultValue": null,
|
|
256828
256886
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256829
|
-
"name": "__@unscopables@
|
|
256887
|
+
"name": "__@unscopables@3182",
|
|
256830
256888
|
"parent": {
|
|
256831
256889
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256832
256890
|
"name": "Array"
|
|
@@ -257659,10 +257717,10 @@
|
|
|
257659
257717
|
"name": "() => ArrayIterator<any>"
|
|
257660
257718
|
}
|
|
257661
257719
|
},
|
|
257662
|
-
"__@unscopables@
|
|
257720
|
+
"__@unscopables@3182": {
|
|
257663
257721
|
"defaultValue": null,
|
|
257664
257722
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257665
|
-
"name": "__@unscopables@
|
|
257723
|
+
"name": "__@unscopables@3182",
|
|
257666
257724
|
"parent": {
|
|
257667
257725
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257668
257726
|
"name": "Array"
|
|
@@ -258495,10 +258553,10 @@
|
|
|
258495
258553
|
"name": "() => ArrayIterator<any>"
|
|
258496
258554
|
}
|
|
258497
258555
|
},
|
|
258498
|
-
"__@unscopables@
|
|
258556
|
+
"__@unscopables@3182": {
|
|
258499
258557
|
"defaultValue": null,
|
|
258500
258558
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258501
|
-
"name": "__@unscopables@
|
|
258559
|
+
"name": "__@unscopables@3182",
|
|
258502
258560
|
"parent": {
|
|
258503
258561
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258504
258562
|
"name": "Array"
|
|
@@ -261059,72 +261117,6 @@
|
|
|
261059
261117
|
}
|
|
261060
261118
|
}
|
|
261061
261119
|
},
|
|
261062
|
-
{
|
|
261063
|
-
"tags": {},
|
|
261064
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261065
|
-
"description": "",
|
|
261066
|
-
"displayName": "TabList",
|
|
261067
|
-
"methods": [],
|
|
261068
|
-
"props": {
|
|
261069
|
-
"selection": {
|
|
261070
|
-
"defaultValue": null,
|
|
261071
|
-
"description": "",
|
|
261072
|
-
"name": "selection",
|
|
261073
|
-
"parent": {
|
|
261074
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261075
|
-
"name": "Props"
|
|
261076
|
-
},
|
|
261077
|
-
"declarations": [
|
|
261078
|
-
{
|
|
261079
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261080
|
-
"name": "Props"
|
|
261081
|
-
}
|
|
261082
|
-
],
|
|
261083
|
-
"required": true,
|
|
261084
|
-
"type": {
|
|
261085
|
-
"name": "Key | undefined"
|
|
261086
|
-
}
|
|
261087
|
-
},
|
|
261088
|
-
"onContextMenuSelectionChange": {
|
|
261089
|
-
"defaultValue": null,
|
|
261090
|
-
"description": "",
|
|
261091
|
-
"name": "onContextMenuSelectionChange",
|
|
261092
|
-
"parent": {
|
|
261093
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261094
|
-
"name": "Props"
|
|
261095
|
-
},
|
|
261096
|
-
"declarations": [
|
|
261097
|
-
{
|
|
261098
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261099
|
-
"name": "Props"
|
|
261100
|
-
}
|
|
261101
|
-
],
|
|
261102
|
-
"required": true,
|
|
261103
|
-
"type": {
|
|
261104
|
-
"name": "(key: Key) => void"
|
|
261105
|
-
}
|
|
261106
|
-
},
|
|
261107
|
-
"disabledKeys": {
|
|
261108
|
-
"defaultValue": null,
|
|
261109
|
-
"description": "",
|
|
261110
|
-
"name": "disabledKeys",
|
|
261111
|
-
"parent": {
|
|
261112
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261113
|
-
"name": "Props"
|
|
261114
|
-
},
|
|
261115
|
-
"declarations": [
|
|
261116
|
-
{
|
|
261117
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
261118
|
-
"name": "Props"
|
|
261119
|
-
}
|
|
261120
|
-
],
|
|
261121
|
-
"required": false,
|
|
261122
|
-
"type": {
|
|
261123
|
-
"name": "Iterable<Key>"
|
|
261124
|
-
}
|
|
261125
|
-
}
|
|
261126
|
-
}
|
|
261127
|
-
},
|
|
261128
261120
|
{
|
|
261129
261121
|
"tags": {},
|
|
261130
261122
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
@@ -262927,6 +262919,72 @@
|
|
|
262927
262919
|
}
|
|
262928
262920
|
}
|
|
262929
262921
|
},
|
|
262922
|
+
{
|
|
262923
|
+
"tags": {},
|
|
262924
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262925
|
+
"description": "",
|
|
262926
|
+
"displayName": "TabList",
|
|
262927
|
+
"methods": [],
|
|
262928
|
+
"props": {
|
|
262929
|
+
"selection": {
|
|
262930
|
+
"defaultValue": null,
|
|
262931
|
+
"description": "",
|
|
262932
|
+
"name": "selection",
|
|
262933
|
+
"parent": {
|
|
262934
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262935
|
+
"name": "Props"
|
|
262936
|
+
},
|
|
262937
|
+
"declarations": [
|
|
262938
|
+
{
|
|
262939
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262940
|
+
"name": "Props"
|
|
262941
|
+
}
|
|
262942
|
+
],
|
|
262943
|
+
"required": true,
|
|
262944
|
+
"type": {
|
|
262945
|
+
"name": "Key | undefined"
|
|
262946
|
+
}
|
|
262947
|
+
},
|
|
262948
|
+
"onContextMenuSelectionChange": {
|
|
262949
|
+
"defaultValue": null,
|
|
262950
|
+
"description": "",
|
|
262951
|
+
"name": "onContextMenuSelectionChange",
|
|
262952
|
+
"parent": {
|
|
262953
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262954
|
+
"name": "Props"
|
|
262955
|
+
},
|
|
262956
|
+
"declarations": [
|
|
262957
|
+
{
|
|
262958
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262959
|
+
"name": "Props"
|
|
262960
|
+
}
|
|
262961
|
+
],
|
|
262962
|
+
"required": true,
|
|
262963
|
+
"type": {
|
|
262964
|
+
"name": "(key: Key) => void"
|
|
262965
|
+
}
|
|
262966
|
+
},
|
|
262967
|
+
"disabledKeys": {
|
|
262968
|
+
"defaultValue": null,
|
|
262969
|
+
"description": "",
|
|
262970
|
+
"name": "disabledKeys",
|
|
262971
|
+
"parent": {
|
|
262972
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262973
|
+
"name": "Props"
|
|
262974
|
+
},
|
|
262975
|
+
"declarations": [
|
|
262976
|
+
{
|
|
262977
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262978
|
+
"name": "Props"
|
|
262979
|
+
}
|
|
262980
|
+
],
|
|
262981
|
+
"required": false,
|
|
262982
|
+
"type": {
|
|
262983
|
+
"name": "Iterable<Key>"
|
|
262984
|
+
}
|
|
262985
|
+
}
|
|
262986
|
+
}
|
|
262987
|
+
},
|
|
262930
262988
|
{
|
|
262931
262989
|
"tags": {
|
|
262932
262990
|
"flr-generate": "all"
|
|
@@ -264422,23 +264480,23 @@
|
|
|
264422
264480
|
"tags": {
|
|
264423
264481
|
"flr-generate": "all"
|
|
264424
264482
|
},
|
|
264425
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
264483
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
264426
264484
|
"description": "",
|
|
264427
|
-
"displayName": "
|
|
264485
|
+
"displayName": "TableRow",
|
|
264428
264486
|
"methods": [],
|
|
264429
264487
|
"props": {
|
|
264430
264488
|
"columns": {
|
|
264431
264489
|
"defaultValue": null,
|
|
264432
|
-
"description": "A list of
|
|
264490
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
264433
264491
|
"name": "columns",
|
|
264434
264492
|
"parent": {
|
|
264435
264493
|
"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",
|
|
264436
|
-
"name": "
|
|
264494
|
+
"name": "RowProps"
|
|
264437
264495
|
},
|
|
264438
264496
|
"declarations": [
|
|
264439
264497
|
{
|
|
264440
264498
|
"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",
|
|
264441
|
-
"name": "
|
|
264499
|
+
"name": "RowProps"
|
|
264442
264500
|
}
|
|
264443
264501
|
],
|
|
264444
264502
|
"required": false,
|
|
@@ -264465,6 +264523,25 @@
|
|
|
264465
264523
|
"name": "ReactNode"
|
|
264466
264524
|
}
|
|
264467
264525
|
},
|
|
264526
|
+
"value": {
|
|
264527
|
+
"defaultValue": null,
|
|
264528
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
264529
|
+
"name": "value",
|
|
264530
|
+
"parent": {
|
|
264531
|
+
"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",
|
|
264532
|
+
"name": "MenuItemProps"
|
|
264533
|
+
},
|
|
264534
|
+
"declarations": [
|
|
264535
|
+
{
|
|
264536
|
+
"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",
|
|
264537
|
+
"name": "MenuItemProps"
|
|
264538
|
+
}
|
|
264539
|
+
],
|
|
264540
|
+
"required": false,
|
|
264541
|
+
"type": {
|
|
264542
|
+
"name": "object"
|
|
264543
|
+
}
|
|
264544
|
+
},
|
|
264468
264545
|
"dependencies": {
|
|
264469
264546
|
"defaultValue": null,
|
|
264470
264547
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -264484,6 +264561,82 @@
|
|
|
264484
264561
|
"name": "readonly any[]"
|
|
264485
264562
|
}
|
|
264486
264563
|
},
|
|
264564
|
+
"textValue": {
|
|
264565
|
+
"defaultValue": null,
|
|
264566
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
264567
|
+
"name": "textValue",
|
|
264568
|
+
"parent": {
|
|
264569
|
+
"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",
|
|
264570
|
+
"name": "ListBoxItemProps"
|
|
264571
|
+
},
|
|
264572
|
+
"declarations": [
|
|
264573
|
+
{
|
|
264574
|
+
"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",
|
|
264575
|
+
"name": "ListBoxItemProps"
|
|
264576
|
+
}
|
|
264577
|
+
],
|
|
264578
|
+
"required": false,
|
|
264579
|
+
"type": {
|
|
264580
|
+
"name": "string"
|
|
264581
|
+
}
|
|
264582
|
+
},
|
|
264583
|
+
"isDisabled": {
|
|
264584
|
+
"defaultValue": null,
|
|
264585
|
+
"description": "Whether the item is disabled.",
|
|
264586
|
+
"name": "isDisabled",
|
|
264587
|
+
"parent": {
|
|
264588
|
+
"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",
|
|
264589
|
+
"name": "ListBoxItemProps"
|
|
264590
|
+
},
|
|
264591
|
+
"declarations": [
|
|
264592
|
+
{
|
|
264593
|
+
"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",
|
|
264594
|
+
"name": "ListBoxItemProps"
|
|
264595
|
+
}
|
|
264596
|
+
],
|
|
264597
|
+
"required": false,
|
|
264598
|
+
"type": {
|
|
264599
|
+
"name": "boolean"
|
|
264600
|
+
}
|
|
264601
|
+
},
|
|
264602
|
+
"onAction": {
|
|
264603
|
+
"defaultValue": null,
|
|
264604
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
264605
|
+
"name": "onAction",
|
|
264606
|
+
"parent": {
|
|
264607
|
+
"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",
|
|
264608
|
+
"name": "ListBoxItemProps"
|
|
264609
|
+
},
|
|
264610
|
+
"declarations": [
|
|
264611
|
+
{
|
|
264612
|
+
"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",
|
|
264613
|
+
"name": "ListBoxItemProps"
|
|
264614
|
+
}
|
|
264615
|
+
],
|
|
264616
|
+
"required": false,
|
|
264617
|
+
"type": {
|
|
264618
|
+
"name": "(() => void)"
|
|
264619
|
+
}
|
|
264620
|
+
},
|
|
264621
|
+
"id": {
|
|
264622
|
+
"defaultValue": null,
|
|
264623
|
+
"description": "The unique id of the item.",
|
|
264624
|
+
"name": "id",
|
|
264625
|
+
"parent": {
|
|
264626
|
+
"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",
|
|
264627
|
+
"name": "MenuItemProps"
|
|
264628
|
+
},
|
|
264629
|
+
"declarations": [
|
|
264630
|
+
{
|
|
264631
|
+
"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",
|
|
264632
|
+
"name": "MenuItemProps"
|
|
264633
|
+
}
|
|
264634
|
+
],
|
|
264635
|
+
"required": false,
|
|
264636
|
+
"type": {
|
|
264637
|
+
"name": "Key"
|
|
264638
|
+
}
|
|
264639
|
+
},
|
|
264487
264640
|
"className": {
|
|
264488
264641
|
"defaultValue": null,
|
|
264489
264642
|
"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.",
|
|
@@ -264522,6 +264675,158 @@
|
|
|
264522
264675
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
264523
264676
|
}
|
|
264524
264677
|
},
|
|
264678
|
+
"href": {
|
|
264679
|
+
"defaultValue": null,
|
|
264680
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
264681
|
+
"name": "href",
|
|
264682
|
+
"parent": {
|
|
264683
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264684
|
+
"name": "LinkDOMProps"
|
|
264685
|
+
},
|
|
264686
|
+
"declarations": [
|
|
264687
|
+
{
|
|
264688
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264689
|
+
"name": "LinkDOMProps"
|
|
264690
|
+
}
|
|
264691
|
+
],
|
|
264692
|
+
"required": false,
|
|
264693
|
+
"type": {
|
|
264694
|
+
"name": "string"
|
|
264695
|
+
}
|
|
264696
|
+
},
|
|
264697
|
+
"hrefLang": {
|
|
264698
|
+
"defaultValue": null,
|
|
264699
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
264700
|
+
"name": "hrefLang",
|
|
264701
|
+
"parent": {
|
|
264702
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264703
|
+
"name": "LinkDOMProps"
|
|
264704
|
+
},
|
|
264705
|
+
"declarations": [
|
|
264706
|
+
{
|
|
264707
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264708
|
+
"name": "LinkDOMProps"
|
|
264709
|
+
}
|
|
264710
|
+
],
|
|
264711
|
+
"required": false,
|
|
264712
|
+
"type": {
|
|
264713
|
+
"name": "string"
|
|
264714
|
+
}
|
|
264715
|
+
},
|
|
264716
|
+
"target": {
|
|
264717
|
+
"defaultValue": null,
|
|
264718
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
264719
|
+
"name": "target",
|
|
264720
|
+
"parent": {
|
|
264721
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264722
|
+
"name": "LinkDOMProps"
|
|
264723
|
+
},
|
|
264724
|
+
"declarations": [
|
|
264725
|
+
{
|
|
264726
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264727
|
+
"name": "LinkDOMProps"
|
|
264728
|
+
}
|
|
264729
|
+
],
|
|
264730
|
+
"required": false,
|
|
264731
|
+
"type": {
|
|
264732
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
264733
|
+
}
|
|
264734
|
+
},
|
|
264735
|
+
"rel": {
|
|
264736
|
+
"defaultValue": null,
|
|
264737
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
264738
|
+
"name": "rel",
|
|
264739
|
+
"parent": {
|
|
264740
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264741
|
+
"name": "LinkDOMProps"
|
|
264742
|
+
},
|
|
264743
|
+
"declarations": [
|
|
264744
|
+
{
|
|
264745
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264746
|
+
"name": "LinkDOMProps"
|
|
264747
|
+
}
|
|
264748
|
+
],
|
|
264749
|
+
"required": false,
|
|
264750
|
+
"type": {
|
|
264751
|
+
"name": "string"
|
|
264752
|
+
}
|
|
264753
|
+
},
|
|
264754
|
+
"download": {
|
|
264755
|
+
"defaultValue": null,
|
|
264756
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
264757
|
+
"name": "download",
|
|
264758
|
+
"parent": {
|
|
264759
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264760
|
+
"name": "LinkDOMProps"
|
|
264761
|
+
},
|
|
264762
|
+
"declarations": [
|
|
264763
|
+
{
|
|
264764
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264765
|
+
"name": "LinkDOMProps"
|
|
264766
|
+
}
|
|
264767
|
+
],
|
|
264768
|
+
"required": false,
|
|
264769
|
+
"type": {
|
|
264770
|
+
"name": "string | boolean"
|
|
264771
|
+
}
|
|
264772
|
+
},
|
|
264773
|
+
"ping": {
|
|
264774
|
+
"defaultValue": null,
|
|
264775
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
264776
|
+
"name": "ping",
|
|
264777
|
+
"parent": {
|
|
264778
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264779
|
+
"name": "LinkDOMProps"
|
|
264780
|
+
},
|
|
264781
|
+
"declarations": [
|
|
264782
|
+
{
|
|
264783
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264784
|
+
"name": "LinkDOMProps"
|
|
264785
|
+
}
|
|
264786
|
+
],
|
|
264787
|
+
"required": false,
|
|
264788
|
+
"type": {
|
|
264789
|
+
"name": "string"
|
|
264790
|
+
}
|
|
264791
|
+
},
|
|
264792
|
+
"referrerPolicy": {
|
|
264793
|
+
"defaultValue": null,
|
|
264794
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
264795
|
+
"name": "referrerPolicy",
|
|
264796
|
+
"parent": {
|
|
264797
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264798
|
+
"name": "LinkDOMProps"
|
|
264799
|
+
},
|
|
264800
|
+
"declarations": [
|
|
264801
|
+
{
|
|
264802
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264803
|
+
"name": "LinkDOMProps"
|
|
264804
|
+
}
|
|
264805
|
+
],
|
|
264806
|
+
"required": false,
|
|
264807
|
+
"type": {
|
|
264808
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
264809
|
+
}
|
|
264810
|
+
},
|
|
264811
|
+
"routerOptions": {
|
|
264812
|
+
"defaultValue": null,
|
|
264813
|
+
"description": "Options for the configured client side router.",
|
|
264814
|
+
"name": "routerOptions",
|
|
264815
|
+
"parent": {
|
|
264816
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264817
|
+
"name": "LinkDOMProps"
|
|
264818
|
+
},
|
|
264819
|
+
"declarations": [
|
|
264820
|
+
{
|
|
264821
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264822
|
+
"name": "LinkDOMProps"
|
|
264823
|
+
}
|
|
264824
|
+
],
|
|
264825
|
+
"required": false,
|
|
264826
|
+
"type": {
|
|
264827
|
+
"name": "undefined"
|
|
264828
|
+
}
|
|
264829
|
+
},
|
|
264525
264830
|
"onHoverStart": {
|
|
264526
264831
|
"defaultValue": null,
|
|
264527
264832
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -264579,6 +264884,120 @@
|
|
|
264579
264884
|
"name": "((isHovering: boolean) => void)"
|
|
264580
264885
|
}
|
|
264581
264886
|
},
|
|
264887
|
+
"onPress": {
|
|
264888
|
+
"defaultValue": null,
|
|
264889
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
264890
|
+
"name": "onPress",
|
|
264891
|
+
"parent": {
|
|
264892
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264893
|
+
"name": "PressEvents"
|
|
264894
|
+
},
|
|
264895
|
+
"declarations": [
|
|
264896
|
+
{
|
|
264897
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264898
|
+
"name": "PressEvents"
|
|
264899
|
+
}
|
|
264900
|
+
],
|
|
264901
|
+
"required": false,
|
|
264902
|
+
"type": {
|
|
264903
|
+
"name": "((e: PressEvent) => void)"
|
|
264904
|
+
}
|
|
264905
|
+
},
|
|
264906
|
+
"onPressStart": {
|
|
264907
|
+
"defaultValue": null,
|
|
264908
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
264909
|
+
"name": "onPressStart",
|
|
264910
|
+
"parent": {
|
|
264911
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264912
|
+
"name": "PressEvents"
|
|
264913
|
+
},
|
|
264914
|
+
"declarations": [
|
|
264915
|
+
{
|
|
264916
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264917
|
+
"name": "PressEvents"
|
|
264918
|
+
}
|
|
264919
|
+
],
|
|
264920
|
+
"required": false,
|
|
264921
|
+
"type": {
|
|
264922
|
+
"name": "((e: PressEvent) => void)"
|
|
264923
|
+
}
|
|
264924
|
+
},
|
|
264925
|
+
"onPressEnd": {
|
|
264926
|
+
"defaultValue": null,
|
|
264927
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
264928
|
+
"name": "onPressEnd",
|
|
264929
|
+
"parent": {
|
|
264930
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264931
|
+
"name": "PressEvents"
|
|
264932
|
+
},
|
|
264933
|
+
"declarations": [
|
|
264934
|
+
{
|
|
264935
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264936
|
+
"name": "PressEvents"
|
|
264937
|
+
}
|
|
264938
|
+
],
|
|
264939
|
+
"required": false,
|
|
264940
|
+
"type": {
|
|
264941
|
+
"name": "((e: PressEvent) => void)"
|
|
264942
|
+
}
|
|
264943
|
+
},
|
|
264944
|
+
"onPressChange": {
|
|
264945
|
+
"defaultValue": null,
|
|
264946
|
+
"description": "Handler that is called when the press state changes.",
|
|
264947
|
+
"name": "onPressChange",
|
|
264948
|
+
"parent": {
|
|
264949
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264950
|
+
"name": "PressEvents"
|
|
264951
|
+
},
|
|
264952
|
+
"declarations": [
|
|
264953
|
+
{
|
|
264954
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264955
|
+
"name": "PressEvents"
|
|
264956
|
+
}
|
|
264957
|
+
],
|
|
264958
|
+
"required": false,
|
|
264959
|
+
"type": {
|
|
264960
|
+
"name": "((isPressed: boolean) => void)"
|
|
264961
|
+
}
|
|
264962
|
+
},
|
|
264963
|
+
"onPressUp": {
|
|
264964
|
+
"defaultValue": null,
|
|
264965
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
264966
|
+
"name": "onPressUp",
|
|
264967
|
+
"parent": {
|
|
264968
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264969
|
+
"name": "PressEvents"
|
|
264970
|
+
},
|
|
264971
|
+
"declarations": [
|
|
264972
|
+
{
|
|
264973
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264974
|
+
"name": "PressEvents"
|
|
264975
|
+
}
|
|
264976
|
+
],
|
|
264977
|
+
"required": false,
|
|
264978
|
+
"type": {
|
|
264979
|
+
"name": "((e: PressEvent) => void)"
|
|
264980
|
+
}
|
|
264981
|
+
},
|
|
264982
|
+
"onClick": {
|
|
264983
|
+
"defaultValue": null,
|
|
264984
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
264985
|
+
"name": "onClick",
|
|
264986
|
+
"parent": {
|
|
264987
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264988
|
+
"name": "PressEvents"
|
|
264989
|
+
},
|
|
264990
|
+
"declarations": [
|
|
264991
|
+
{
|
|
264992
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264993
|
+
"name": "PressEvents"
|
|
264994
|
+
}
|
|
264995
|
+
],
|
|
264996
|
+
"required": false,
|
|
264997
|
+
"type": {
|
|
264998
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
264999
|
+
}
|
|
265000
|
+
},
|
|
264582
265001
|
"dir": {
|
|
264583
265002
|
"defaultValue": null,
|
|
264584
265003
|
"description": "",
|
|
@@ -264674,25 +265093,6 @@
|
|
|
264674
265093
|
"name": "\"yes\" | \"no\""
|
|
264675
265094
|
}
|
|
264676
265095
|
},
|
|
264677
|
-
"onClick": {
|
|
264678
|
-
"defaultValue": null,
|
|
264679
|
-
"description": "",
|
|
264680
|
-
"name": "onClick",
|
|
264681
|
-
"parent": {
|
|
264682
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264683
|
-
"name": "GlobalDOMEvents"
|
|
264684
|
-
},
|
|
264685
|
-
"declarations": [
|
|
264686
|
-
{
|
|
264687
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264688
|
-
"name": "GlobalDOMEvents"
|
|
264689
|
-
}
|
|
264690
|
-
],
|
|
264691
|
-
"required": false,
|
|
264692
|
-
"type": {
|
|
264693
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
264694
|
-
}
|
|
264695
|
-
},
|
|
264696
265096
|
"onClickCapture": {
|
|
264697
265097
|
"defaultValue": null,
|
|
264698
265098
|
"description": "",
|
|
@@ -265889,6 +266289,21 @@
|
|
|
265889
266289
|
"type": {
|
|
265890
266290
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
265891
266291
|
}
|
|
266292
|
+
},
|
|
266293
|
+
"footer": {
|
|
266294
|
+
"defaultValue": null,
|
|
266295
|
+
"description": "@internal",
|
|
266296
|
+
"name": "footer",
|
|
266297
|
+
"declarations": [
|
|
266298
|
+
{
|
|
266299
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
266300
|
+
"name": "TypeLiteral"
|
|
266301
|
+
}
|
|
266302
|
+
],
|
|
266303
|
+
"required": false,
|
|
266304
|
+
"type": {
|
|
266305
|
+
"name": "boolean"
|
|
266306
|
+
}
|
|
265892
266307
|
}
|
|
265893
266308
|
}
|
|
265894
266309
|
},
|
|
@@ -265896,23 +266311,23 @@
|
|
|
265896
266311
|
"tags": {
|
|
265897
266312
|
"flr-generate": "all"
|
|
265898
266313
|
},
|
|
265899
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
266314
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
265900
266315
|
"description": "",
|
|
265901
|
-
"displayName": "
|
|
266316
|
+
"displayName": "TableHeader",
|
|
265902
266317
|
"methods": [],
|
|
265903
266318
|
"props": {
|
|
265904
266319
|
"columns": {
|
|
265905
266320
|
"defaultValue": null,
|
|
265906
|
-
"description": "A list of
|
|
266321
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
265907
266322
|
"name": "columns",
|
|
265908
266323
|
"parent": {
|
|
265909
266324
|
"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",
|
|
265910
|
-
"name": "
|
|
266325
|
+
"name": "RowProps"
|
|
265911
266326
|
},
|
|
265912
266327
|
"declarations": [
|
|
265913
266328
|
{
|
|
265914
266329
|
"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",
|
|
265915
|
-
"name": "
|
|
266330
|
+
"name": "RowProps"
|
|
265916
266331
|
}
|
|
265917
266332
|
],
|
|
265918
266333
|
"required": false,
|
|
@@ -265939,25 +266354,6 @@
|
|
|
265939
266354
|
"name": "ReactNode"
|
|
265940
266355
|
}
|
|
265941
266356
|
},
|
|
265942
|
-
"value": {
|
|
265943
|
-
"defaultValue": null,
|
|
265944
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
265945
|
-
"name": "value",
|
|
265946
|
-
"parent": {
|
|
265947
|
-
"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",
|
|
265948
|
-
"name": "MenuItemProps"
|
|
265949
|
-
},
|
|
265950
|
-
"declarations": [
|
|
265951
|
-
{
|
|
265952
|
-
"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",
|
|
265953
|
-
"name": "MenuItemProps"
|
|
265954
|
-
}
|
|
265955
|
-
],
|
|
265956
|
-
"required": false,
|
|
265957
|
-
"type": {
|
|
265958
|
-
"name": "object"
|
|
265959
|
-
}
|
|
265960
|
-
},
|
|
265961
266357
|
"dependencies": {
|
|
265962
266358
|
"defaultValue": null,
|
|
265963
266359
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -265977,82 +266373,6 @@
|
|
|
265977
266373
|
"name": "readonly any[]"
|
|
265978
266374
|
}
|
|
265979
266375
|
},
|
|
265980
|
-
"textValue": {
|
|
265981
|
-
"defaultValue": null,
|
|
265982
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
265983
|
-
"name": "textValue",
|
|
265984
|
-
"parent": {
|
|
265985
|
-
"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",
|
|
265986
|
-
"name": "ListBoxItemProps"
|
|
265987
|
-
},
|
|
265988
|
-
"declarations": [
|
|
265989
|
-
{
|
|
265990
|
-
"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",
|
|
265991
|
-
"name": "ListBoxItemProps"
|
|
265992
|
-
}
|
|
265993
|
-
],
|
|
265994
|
-
"required": false,
|
|
265995
|
-
"type": {
|
|
265996
|
-
"name": "string"
|
|
265997
|
-
}
|
|
265998
|
-
},
|
|
265999
|
-
"isDisabled": {
|
|
266000
|
-
"defaultValue": null,
|
|
266001
|
-
"description": "Whether the item is disabled.",
|
|
266002
|
-
"name": "isDisabled",
|
|
266003
|
-
"parent": {
|
|
266004
|
-
"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",
|
|
266005
|
-
"name": "ListBoxItemProps"
|
|
266006
|
-
},
|
|
266007
|
-
"declarations": [
|
|
266008
|
-
{
|
|
266009
|
-
"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",
|
|
266010
|
-
"name": "ListBoxItemProps"
|
|
266011
|
-
}
|
|
266012
|
-
],
|
|
266013
|
-
"required": false,
|
|
266014
|
-
"type": {
|
|
266015
|
-
"name": "boolean"
|
|
266016
|
-
}
|
|
266017
|
-
},
|
|
266018
|
-
"onAction": {
|
|
266019
|
-
"defaultValue": null,
|
|
266020
|
-
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
266021
|
-
"name": "onAction",
|
|
266022
|
-
"parent": {
|
|
266023
|
-
"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",
|
|
266024
|
-
"name": "ListBoxItemProps"
|
|
266025
|
-
},
|
|
266026
|
-
"declarations": [
|
|
266027
|
-
{
|
|
266028
|
-
"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",
|
|
266029
|
-
"name": "ListBoxItemProps"
|
|
266030
|
-
}
|
|
266031
|
-
],
|
|
266032
|
-
"required": false,
|
|
266033
|
-
"type": {
|
|
266034
|
-
"name": "(() => void)"
|
|
266035
|
-
}
|
|
266036
|
-
},
|
|
266037
|
-
"id": {
|
|
266038
|
-
"defaultValue": null,
|
|
266039
|
-
"description": "The unique id of the item.",
|
|
266040
|
-
"name": "id",
|
|
266041
|
-
"parent": {
|
|
266042
|
-
"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",
|
|
266043
|
-
"name": "MenuItemProps"
|
|
266044
|
-
},
|
|
266045
|
-
"declarations": [
|
|
266046
|
-
{
|
|
266047
|
-
"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",
|
|
266048
|
-
"name": "MenuItemProps"
|
|
266049
|
-
}
|
|
266050
|
-
],
|
|
266051
|
-
"required": false,
|
|
266052
|
-
"type": {
|
|
266053
|
-
"name": "Key"
|
|
266054
|
-
}
|
|
266055
|
-
},
|
|
266056
266376
|
"className": {
|
|
266057
266377
|
"defaultValue": null,
|
|
266058
266378
|
"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.",
|
|
@@ -266091,158 +266411,6 @@
|
|
|
266091
266411
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
266092
266412
|
}
|
|
266093
266413
|
},
|
|
266094
|
-
"href": {
|
|
266095
|
-
"defaultValue": null,
|
|
266096
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
266097
|
-
"name": "href",
|
|
266098
|
-
"parent": {
|
|
266099
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266100
|
-
"name": "LinkDOMProps"
|
|
266101
|
-
},
|
|
266102
|
-
"declarations": [
|
|
266103
|
-
{
|
|
266104
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266105
|
-
"name": "LinkDOMProps"
|
|
266106
|
-
}
|
|
266107
|
-
],
|
|
266108
|
-
"required": false,
|
|
266109
|
-
"type": {
|
|
266110
|
-
"name": "string"
|
|
266111
|
-
}
|
|
266112
|
-
},
|
|
266113
|
-
"hrefLang": {
|
|
266114
|
-
"defaultValue": null,
|
|
266115
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
266116
|
-
"name": "hrefLang",
|
|
266117
|
-
"parent": {
|
|
266118
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266119
|
-
"name": "LinkDOMProps"
|
|
266120
|
-
},
|
|
266121
|
-
"declarations": [
|
|
266122
|
-
{
|
|
266123
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266124
|
-
"name": "LinkDOMProps"
|
|
266125
|
-
}
|
|
266126
|
-
],
|
|
266127
|
-
"required": false,
|
|
266128
|
-
"type": {
|
|
266129
|
-
"name": "string"
|
|
266130
|
-
}
|
|
266131
|
-
},
|
|
266132
|
-
"target": {
|
|
266133
|
-
"defaultValue": null,
|
|
266134
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
266135
|
-
"name": "target",
|
|
266136
|
-
"parent": {
|
|
266137
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266138
|
-
"name": "LinkDOMProps"
|
|
266139
|
-
},
|
|
266140
|
-
"declarations": [
|
|
266141
|
-
{
|
|
266142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266143
|
-
"name": "LinkDOMProps"
|
|
266144
|
-
}
|
|
266145
|
-
],
|
|
266146
|
-
"required": false,
|
|
266147
|
-
"type": {
|
|
266148
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
266149
|
-
}
|
|
266150
|
-
},
|
|
266151
|
-
"rel": {
|
|
266152
|
-
"defaultValue": null,
|
|
266153
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
266154
|
-
"name": "rel",
|
|
266155
|
-
"parent": {
|
|
266156
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266157
|
-
"name": "LinkDOMProps"
|
|
266158
|
-
},
|
|
266159
|
-
"declarations": [
|
|
266160
|
-
{
|
|
266161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266162
|
-
"name": "LinkDOMProps"
|
|
266163
|
-
}
|
|
266164
|
-
],
|
|
266165
|
-
"required": false,
|
|
266166
|
-
"type": {
|
|
266167
|
-
"name": "string"
|
|
266168
|
-
}
|
|
266169
|
-
},
|
|
266170
|
-
"download": {
|
|
266171
|
-
"defaultValue": null,
|
|
266172
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
266173
|
-
"name": "download",
|
|
266174
|
-
"parent": {
|
|
266175
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266176
|
-
"name": "LinkDOMProps"
|
|
266177
|
-
},
|
|
266178
|
-
"declarations": [
|
|
266179
|
-
{
|
|
266180
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266181
|
-
"name": "LinkDOMProps"
|
|
266182
|
-
}
|
|
266183
|
-
],
|
|
266184
|
-
"required": false,
|
|
266185
|
-
"type": {
|
|
266186
|
-
"name": "string | boolean"
|
|
266187
|
-
}
|
|
266188
|
-
},
|
|
266189
|
-
"ping": {
|
|
266190
|
-
"defaultValue": null,
|
|
266191
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
266192
|
-
"name": "ping",
|
|
266193
|
-
"parent": {
|
|
266194
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266195
|
-
"name": "LinkDOMProps"
|
|
266196
|
-
},
|
|
266197
|
-
"declarations": [
|
|
266198
|
-
{
|
|
266199
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266200
|
-
"name": "LinkDOMProps"
|
|
266201
|
-
}
|
|
266202
|
-
],
|
|
266203
|
-
"required": false,
|
|
266204
|
-
"type": {
|
|
266205
|
-
"name": "string"
|
|
266206
|
-
}
|
|
266207
|
-
},
|
|
266208
|
-
"referrerPolicy": {
|
|
266209
|
-
"defaultValue": null,
|
|
266210
|
-
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
266211
|
-
"name": "referrerPolicy",
|
|
266212
|
-
"parent": {
|
|
266213
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266214
|
-
"name": "LinkDOMProps"
|
|
266215
|
-
},
|
|
266216
|
-
"declarations": [
|
|
266217
|
-
{
|
|
266218
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266219
|
-
"name": "LinkDOMProps"
|
|
266220
|
-
}
|
|
266221
|
-
],
|
|
266222
|
-
"required": false,
|
|
266223
|
-
"type": {
|
|
266224
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
266225
|
-
}
|
|
266226
|
-
},
|
|
266227
|
-
"routerOptions": {
|
|
266228
|
-
"defaultValue": null,
|
|
266229
|
-
"description": "Options for the configured client side router.",
|
|
266230
|
-
"name": "routerOptions",
|
|
266231
|
-
"parent": {
|
|
266232
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266233
|
-
"name": "LinkDOMProps"
|
|
266234
|
-
},
|
|
266235
|
-
"declarations": [
|
|
266236
|
-
{
|
|
266237
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266238
|
-
"name": "LinkDOMProps"
|
|
266239
|
-
}
|
|
266240
|
-
],
|
|
266241
|
-
"required": false,
|
|
266242
|
-
"type": {
|
|
266243
|
-
"name": "undefined"
|
|
266244
|
-
}
|
|
266245
|
-
},
|
|
266246
266414
|
"onHoverStart": {
|
|
266247
266415
|
"defaultValue": null,
|
|
266248
266416
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -266300,120 +266468,6 @@
|
|
|
266300
266468
|
"name": "((isHovering: boolean) => void)"
|
|
266301
266469
|
}
|
|
266302
266470
|
},
|
|
266303
|
-
"onPress": {
|
|
266304
|
-
"defaultValue": null,
|
|
266305
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
266306
|
-
"name": "onPress",
|
|
266307
|
-
"parent": {
|
|
266308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266309
|
-
"name": "PressEvents"
|
|
266310
|
-
},
|
|
266311
|
-
"declarations": [
|
|
266312
|
-
{
|
|
266313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266314
|
-
"name": "PressEvents"
|
|
266315
|
-
}
|
|
266316
|
-
],
|
|
266317
|
-
"required": false,
|
|
266318
|
-
"type": {
|
|
266319
|
-
"name": "((e: PressEvent) => void)"
|
|
266320
|
-
}
|
|
266321
|
-
},
|
|
266322
|
-
"onPressStart": {
|
|
266323
|
-
"defaultValue": null,
|
|
266324
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
266325
|
-
"name": "onPressStart",
|
|
266326
|
-
"parent": {
|
|
266327
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266328
|
-
"name": "PressEvents"
|
|
266329
|
-
},
|
|
266330
|
-
"declarations": [
|
|
266331
|
-
{
|
|
266332
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266333
|
-
"name": "PressEvents"
|
|
266334
|
-
}
|
|
266335
|
-
],
|
|
266336
|
-
"required": false,
|
|
266337
|
-
"type": {
|
|
266338
|
-
"name": "((e: PressEvent) => void)"
|
|
266339
|
-
}
|
|
266340
|
-
},
|
|
266341
|
-
"onPressEnd": {
|
|
266342
|
-
"defaultValue": null,
|
|
266343
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
266344
|
-
"name": "onPressEnd",
|
|
266345
|
-
"parent": {
|
|
266346
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266347
|
-
"name": "PressEvents"
|
|
266348
|
-
},
|
|
266349
|
-
"declarations": [
|
|
266350
|
-
{
|
|
266351
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266352
|
-
"name": "PressEvents"
|
|
266353
|
-
}
|
|
266354
|
-
],
|
|
266355
|
-
"required": false,
|
|
266356
|
-
"type": {
|
|
266357
|
-
"name": "((e: PressEvent) => void)"
|
|
266358
|
-
}
|
|
266359
|
-
},
|
|
266360
|
-
"onPressChange": {
|
|
266361
|
-
"defaultValue": null,
|
|
266362
|
-
"description": "Handler that is called when the press state changes.",
|
|
266363
|
-
"name": "onPressChange",
|
|
266364
|
-
"parent": {
|
|
266365
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266366
|
-
"name": "PressEvents"
|
|
266367
|
-
},
|
|
266368
|
-
"declarations": [
|
|
266369
|
-
{
|
|
266370
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266371
|
-
"name": "PressEvents"
|
|
266372
|
-
}
|
|
266373
|
-
],
|
|
266374
|
-
"required": false,
|
|
266375
|
-
"type": {
|
|
266376
|
-
"name": "((isPressed: boolean) => void)"
|
|
266377
|
-
}
|
|
266378
|
-
},
|
|
266379
|
-
"onPressUp": {
|
|
266380
|
-
"defaultValue": null,
|
|
266381
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
266382
|
-
"name": "onPressUp",
|
|
266383
|
-
"parent": {
|
|
266384
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266385
|
-
"name": "PressEvents"
|
|
266386
|
-
},
|
|
266387
|
-
"declarations": [
|
|
266388
|
-
{
|
|
266389
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266390
|
-
"name": "PressEvents"
|
|
266391
|
-
}
|
|
266392
|
-
],
|
|
266393
|
-
"required": false,
|
|
266394
|
-
"type": {
|
|
266395
|
-
"name": "((e: PressEvent) => void)"
|
|
266396
|
-
}
|
|
266397
|
-
},
|
|
266398
|
-
"onClick": {
|
|
266399
|
-
"defaultValue": null,
|
|
266400
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
266401
|
-
"name": "onClick",
|
|
266402
|
-
"parent": {
|
|
266403
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266404
|
-
"name": "PressEvents"
|
|
266405
|
-
},
|
|
266406
|
-
"declarations": [
|
|
266407
|
-
{
|
|
266408
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
266409
|
-
"name": "PressEvents"
|
|
266410
|
-
}
|
|
266411
|
-
],
|
|
266412
|
-
"required": false,
|
|
266413
|
-
"type": {
|
|
266414
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
266415
|
-
}
|
|
266416
|
-
},
|
|
266417
266471
|
"dir": {
|
|
266418
266472
|
"defaultValue": null,
|
|
266419
266473
|
"description": "",
|
|
@@ -266509,6 +266563,25 @@
|
|
|
266509
266563
|
"name": "\"yes\" | \"no\""
|
|
266510
266564
|
}
|
|
266511
266565
|
},
|
|
266566
|
+
"onClick": {
|
|
266567
|
+
"defaultValue": null,
|
|
266568
|
+
"description": "",
|
|
266569
|
+
"name": "onClick",
|
|
266570
|
+
"parent": {
|
|
266571
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266572
|
+
"name": "GlobalDOMEvents"
|
|
266573
|
+
},
|
|
266574
|
+
"declarations": [
|
|
266575
|
+
{
|
|
266576
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266577
|
+
"name": "GlobalDOMEvents"
|
|
266578
|
+
}
|
|
266579
|
+
],
|
|
266580
|
+
"required": false,
|
|
266581
|
+
"type": {
|
|
266582
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
266583
|
+
}
|
|
266584
|
+
},
|
|
266512
266585
|
"onClickCapture": {
|
|
266513
266586
|
"defaultValue": null,
|
|
266514
266587
|
"description": "",
|
|
@@ -267705,21 +267778,6 @@
|
|
|
267705
267778
|
"type": {
|
|
267706
267779
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
267707
267780
|
}
|
|
267708
|
-
},
|
|
267709
|
-
"footer": {
|
|
267710
|
-
"defaultValue": null,
|
|
267711
|
-
"description": "@internal",
|
|
267712
|
-
"name": "footer",
|
|
267713
|
-
"declarations": [
|
|
267714
|
-
{
|
|
267715
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
267716
|
-
"name": "TypeLiteral"
|
|
267717
|
-
}
|
|
267718
|
-
],
|
|
267719
|
-
"required": false,
|
|
267720
|
-
"type": {
|
|
267721
|
-
"name": "boolean"
|
|
267722
|
-
}
|
|
267723
267781
|
}
|
|
267724
267782
|
}
|
|
267725
267783
|
},
|
|
@@ -267734,16 +267792,16 @@
|
|
|
267734
267792
|
"props": {
|
|
267735
267793
|
"columns": {
|
|
267736
267794
|
"defaultValue": null,
|
|
267737
|
-
"description": "A list of
|
|
267795
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
267738
267796
|
"name": "columns",
|
|
267739
267797
|
"parent": {
|
|
267740
267798
|
"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",
|
|
267741
|
-
"name": "
|
|
267799
|
+
"name": "RowProps"
|
|
267742
267800
|
},
|
|
267743
267801
|
"declarations": [
|
|
267744
267802
|
{
|
|
267745
267803
|
"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",
|
|
267746
|
-
"name": "
|
|
267804
|
+
"name": "RowProps"
|
|
267747
267805
|
}
|
|
267748
267806
|
],
|
|
267749
267807
|
"required": false,
|
|
@@ -289290,9 +289348,9 @@
|
|
|
289290
289348
|
},
|
|
289291
289349
|
{
|
|
289292
289350
|
"tags": {},
|
|
289293
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
289351
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289294
289352
|
"description": "",
|
|
289295
|
-
"displayName": "
|
|
289353
|
+
"displayName": "DateRangeInput",
|
|
289296
289354
|
"methods": [],
|
|
289297
289355
|
"props": {
|
|
289298
289356
|
"isDisabled": {
|
|
@@ -289300,12 +289358,12 @@
|
|
|
289300
289358
|
"description": "",
|
|
289301
289359
|
"name": "isDisabled",
|
|
289302
289360
|
"parent": {
|
|
289303
|
-
"fileName": "components/src/components/
|
|
289361
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289304
289362
|
"name": "DateInputProps"
|
|
289305
289363
|
},
|
|
289306
289364
|
"declarations": [
|
|
289307
289365
|
{
|
|
289308
|
-
"fileName": "components/src/components/
|
|
289366
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289309
289367
|
"name": "DateInputProps"
|
|
289310
289368
|
}
|
|
289311
289369
|
],
|
|
@@ -289318,9 +289376,9 @@
|
|
|
289318
289376
|
},
|
|
289319
289377
|
{
|
|
289320
289378
|
"tags": {},
|
|
289321
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
289379
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289322
289380
|
"description": "",
|
|
289323
|
-
"displayName": "
|
|
289381
|
+
"displayName": "DateInput",
|
|
289324
289382
|
"methods": [],
|
|
289325
289383
|
"props": {
|
|
289326
289384
|
"isDisabled": {
|
|
@@ -289328,12 +289386,12 @@
|
|
|
289328
289386
|
"description": "",
|
|
289329
289387
|
"name": "isDisabled",
|
|
289330
289388
|
"parent": {
|
|
289331
|
-
"fileName": "components/src/components/
|
|
289389
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289332
289390
|
"name": "DateInputProps"
|
|
289333
289391
|
},
|
|
289334
289392
|
"declarations": [
|
|
289335
289393
|
{
|
|
289336
|
-
"fileName": "components/src/components/
|
|
289394
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289337
289395
|
"name": "DateInputProps"
|
|
289338
289396
|
}
|
|
289339
289397
|
],
|
|
@@ -341074,6 +341132,49 @@
|
|
|
341074
341132
|
}
|
|
341075
341133
|
}
|
|
341076
341134
|
},
|
|
341135
|
+
{
|
|
341136
|
+
"tags": {},
|
|
341137
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341138
|
+
"description": "",
|
|
341139
|
+
"displayName": "useGridItemProps",
|
|
341140
|
+
"methods": [],
|
|
341141
|
+
"props": {
|
|
341142
|
+
"data": {
|
|
341143
|
+
"defaultValue": null,
|
|
341144
|
+
"description": "",
|
|
341145
|
+
"name": "data",
|
|
341146
|
+
"parent": {
|
|
341147
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341148
|
+
"name": "P"
|
|
341149
|
+
},
|
|
341150
|
+
"declarations": [
|
|
341151
|
+
{
|
|
341152
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341153
|
+
"name": "P"
|
|
341154
|
+
}
|
|
341155
|
+
],
|
|
341156
|
+
"required": true,
|
|
341157
|
+
"type": {
|
|
341158
|
+
"name": "never"
|
|
341159
|
+
}
|
|
341160
|
+
},
|
|
341161
|
+
"children": {
|
|
341162
|
+
"defaultValue": null,
|
|
341163
|
+
"description": "",
|
|
341164
|
+
"name": "children",
|
|
341165
|
+
"declarations": [
|
|
341166
|
+
{
|
|
341167
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
341168
|
+
"name": "TypeLiteral"
|
|
341169
|
+
}
|
|
341170
|
+
],
|
|
341171
|
+
"required": false,
|
|
341172
|
+
"type": {
|
|
341173
|
+
"name": "ReactNode"
|
|
341174
|
+
}
|
|
341175
|
+
}
|
|
341176
|
+
}
|
|
341177
|
+
},
|
|
341077
341178
|
{
|
|
341078
341179
|
"tags": {},
|
|
341079
341180
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -341155,49 +341256,6 @@
|
|
|
341155
341256
|
}
|
|
341156
341257
|
}
|
|
341157
341258
|
},
|
|
341158
|
-
{
|
|
341159
|
-
"tags": {},
|
|
341160
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341161
|
-
"description": "",
|
|
341162
|
-
"displayName": "useGridItemProps",
|
|
341163
|
-
"methods": [],
|
|
341164
|
-
"props": {
|
|
341165
|
-
"data": {
|
|
341166
|
-
"defaultValue": null,
|
|
341167
|
-
"description": "",
|
|
341168
|
-
"name": "data",
|
|
341169
|
-
"parent": {
|
|
341170
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341171
|
-
"name": "P"
|
|
341172
|
-
},
|
|
341173
|
-
"declarations": [
|
|
341174
|
-
{
|
|
341175
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341176
|
-
"name": "P"
|
|
341177
|
-
}
|
|
341178
|
-
],
|
|
341179
|
-
"required": true,
|
|
341180
|
-
"type": {
|
|
341181
|
-
"name": "never"
|
|
341182
|
-
}
|
|
341183
|
-
},
|
|
341184
|
-
"children": {
|
|
341185
|
-
"defaultValue": null,
|
|
341186
|
-
"description": "",
|
|
341187
|
-
"name": "children",
|
|
341188
|
-
"declarations": [
|
|
341189
|
-
{
|
|
341190
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
341191
|
-
"name": "TypeLiteral"
|
|
341192
|
-
}
|
|
341193
|
-
],
|
|
341194
|
-
"required": false,
|
|
341195
|
-
"type": {
|
|
341196
|
-
"name": "ReactNode"
|
|
341197
|
-
}
|
|
341198
|
-
}
|
|
341199
|
-
}
|
|
341200
|
-
},
|
|
341201
341259
|
{
|
|
341202
341260
|
"tags": {},
|
|
341203
341261
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|