@mittwald/flow-react-components 0.2.0-alpha.560 → 0.2.0-alpha.561
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +1458 -1458
- package/dist/css/all.css +1 -1
- package/package.json +4 -4
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"tags": {
|
|
4
|
-
"flr-generate": "all"
|
|
5
|
-
},
|
|
6
|
-
"filePath": "src/components/TunnelEntry/TunnelEntry.tsx",
|
|
7
|
-
"description": "",
|
|
8
|
-
"displayName": "TunnelEntry",
|
|
9
|
-
"methods": [],
|
|
10
|
-
"props": {}
|
|
11
|
-
},
|
|
12
2
|
{
|
|
13
3
|
"tags": {},
|
|
14
4
|
"filePath": "src/components/Wrap/Wrap.tsx",
|
|
@@ -56,6 +46,16 @@
|
|
|
56
46
|
}
|
|
57
47
|
}
|
|
58
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"tags": {
|
|
51
|
+
"flr-generate": "all"
|
|
52
|
+
},
|
|
53
|
+
"filePath": "src/components/TunnelEntry/TunnelEntry.tsx",
|
|
54
|
+
"description": "",
|
|
55
|
+
"displayName": "TunnelEntry",
|
|
56
|
+
"methods": [],
|
|
57
|
+
"props": {}
|
|
58
|
+
},
|
|
59
59
|
{
|
|
60
60
|
"tags": {},
|
|
61
61
|
"filePath": "src/components/TranslationProvider/TranslationProvider.tsx",
|
|
@@ -180090,9 +180090,9 @@
|
|
|
180090
180090
|
"tags": {
|
|
180091
180091
|
"flr-generate": "all"
|
|
180092
180092
|
},
|
|
180093
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
180093
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
|
|
180094
180094
|
"description": "",
|
|
180095
|
-
"displayName": "
|
|
180095
|
+
"displayName": "DatePicker",
|
|
180096
180096
|
"methods": [],
|
|
180097
180097
|
"props": {
|
|
180098
180098
|
"isOpen": {
|
|
@@ -182018,6 +182018,25 @@
|
|
|
182018
182018
|
"name": "string"
|
|
182019
182019
|
}
|
|
182020
182020
|
},
|
|
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
|
+
},
|
|
182021
182040
|
"form": {
|
|
182022
182041
|
"defaultValue": null,
|
|
182023
182042
|
"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).",
|
|
@@ -182056,6 +182075,25 @@
|
|
|
182056
182075
|
"name": "string | null"
|
|
182057
182076
|
}
|
|
182058
182077
|
},
|
|
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
|
+
},
|
|
182059
182097
|
"pageBehavior": {
|
|
182060
182098
|
"defaultValue": {
|
|
182061
182099
|
"value": "visible"
|
|
@@ -182115,63 +182153,6 @@
|
|
|
182115
182153
|
"name": "((date: DateValue) => boolean)"
|
|
182116
182154
|
}
|
|
182117
182155
|
},
|
|
182118
|
-
"allowsNonContiguousRanges": {
|
|
182119
|
-
"defaultValue": null,
|
|
182120
|
-
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
182121
|
-
"name": "allowsNonContiguousRanges",
|
|
182122
|
-
"parent": {
|
|
182123
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182124
|
-
"name": "DateRangePickerProps"
|
|
182125
|
-
},
|
|
182126
|
-
"declarations": [
|
|
182127
|
-
{
|
|
182128
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182129
|
-
"name": "DateRangePickerProps"
|
|
182130
|
-
}
|
|
182131
|
-
],
|
|
182132
|
-
"required": false,
|
|
182133
|
-
"type": {
|
|
182134
|
-
"name": "boolean"
|
|
182135
|
-
}
|
|
182136
|
-
},
|
|
182137
|
-
"startName": {
|
|
182138
|
-
"defaultValue": null,
|
|
182139
|
-
"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).",
|
|
182140
|
-
"name": "startName",
|
|
182141
|
-
"parent": {
|
|
182142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182143
|
-
"name": "DateRangePickerProps"
|
|
182144
|
-
},
|
|
182145
|
-
"declarations": [
|
|
182146
|
-
{
|
|
182147
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182148
|
-
"name": "DateRangePickerProps"
|
|
182149
|
-
}
|
|
182150
|
-
],
|
|
182151
|
-
"required": false,
|
|
182152
|
-
"type": {
|
|
182153
|
-
"name": "string"
|
|
182154
|
-
}
|
|
182155
|
-
},
|
|
182156
|
-
"endName": {
|
|
182157
|
-
"defaultValue": null,
|
|
182158
|
-
"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).",
|
|
182159
|
-
"name": "endName",
|
|
182160
|
-
"parent": {
|
|
182161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182162
|
-
"name": "DateRangePickerProps"
|
|
182163
|
-
},
|
|
182164
|
-
"declarations": [
|
|
182165
|
-
{
|
|
182166
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
182167
|
-
"name": "DateRangePickerProps"
|
|
182168
|
-
}
|
|
182169
|
-
],
|
|
182170
|
-
"required": false,
|
|
182171
|
-
"type": {
|
|
182172
|
-
"name": "string"
|
|
182173
|
-
}
|
|
182174
|
-
},
|
|
182175
182156
|
"shouldCloseOnSelect": {
|
|
182176
182157
|
"defaultValue": {
|
|
182177
182158
|
"value": "true"
|
|
@@ -182180,12 +182161,12 @@
|
|
|
182180
182161
|
"name": "shouldCloseOnSelect",
|
|
182181
182162
|
"parent": {
|
|
182182
182163
|
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
182183
|
-
"name": "
|
|
182164
|
+
"name": "DatePickerStateOptions"
|
|
182184
182165
|
},
|
|
182185
182166
|
"declarations": [
|
|
182186
182167
|
{
|
|
182187
182168
|
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
182188
|
-
"name": "
|
|
182169
|
+
"name": "DatePickerStateOptions"
|
|
182189
182170
|
}
|
|
182190
182171
|
],
|
|
182191
182172
|
"required": false,
|
|
@@ -182287,69 +182268,48 @@
|
|
|
182287
182268
|
}
|
|
182288
182269
|
},
|
|
182289
182270
|
{
|
|
182290
|
-
"tags": {
|
|
182291
|
-
|
|
182292
|
-
},
|
|
182293
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
|
|
182271
|
+
"tags": {},
|
|
182272
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
182294
182273
|
"description": "",
|
|
182295
|
-
"displayName": "
|
|
182274
|
+
"displayName": "CountryOptions",
|
|
182296
182275
|
"methods": [],
|
|
182297
182276
|
"props": {
|
|
182298
|
-
"
|
|
182299
|
-
"defaultValue": null,
|
|
182300
|
-
"description": "Whether the element is rendered.",
|
|
182301
|
-
"name": "isOpen",
|
|
182302
|
-
"parent": {
|
|
182303
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182304
|
-
"name": "PositionProps"
|
|
182305
|
-
},
|
|
182306
|
-
"declarations": [
|
|
182307
|
-
{
|
|
182308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182309
|
-
"name": "PositionProps"
|
|
182310
|
-
}
|
|
182311
|
-
],
|
|
182312
|
-
"required": false,
|
|
182313
|
-
"type": {
|
|
182314
|
-
"name": "boolean"
|
|
182315
|
-
}
|
|
182316
|
-
},
|
|
182317
|
-
"defaultOpen": {
|
|
182277
|
+
"filterBy": {
|
|
182318
182278
|
"defaultValue": null,
|
|
182319
|
-
"description": "
|
|
182320
|
-
"name": "
|
|
182279
|
+
"description": "",
|
|
182280
|
+
"name": "filterBy",
|
|
182321
182281
|
"parent": {
|
|
182322
|
-
"fileName": "
|
|
182323
|
-
"name": "
|
|
182282
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
182283
|
+
"name": "CountryOptionsProps"
|
|
182324
182284
|
},
|
|
182325
182285
|
"declarations": [
|
|
182326
182286
|
{
|
|
182327
|
-
"fileName": "
|
|
182328
|
-
"name": "
|
|
182287
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
182288
|
+
"name": "CountryOptionsProps"
|
|
182329
182289
|
}
|
|
182330
182290
|
],
|
|
182331
182291
|
"required": false,
|
|
182332
182292
|
"type": {
|
|
182333
|
-
"name": "
|
|
182293
|
+
"name": "CountryFilterFn"
|
|
182334
182294
|
}
|
|
182335
182295
|
},
|
|
182336
|
-
"
|
|
182296
|
+
"sortBy": {
|
|
182337
182297
|
"defaultValue": null,
|
|
182338
|
-
"description": "
|
|
182339
|
-
"name": "
|
|
182298
|
+
"description": "",
|
|
182299
|
+
"name": "sortBy",
|
|
182340
182300
|
"parent": {
|
|
182341
|
-
"fileName": "
|
|
182342
|
-
"name": "
|
|
182301
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
182302
|
+
"name": "CountryOptionsProps"
|
|
182343
182303
|
},
|
|
182344
182304
|
"declarations": [
|
|
182345
182305
|
{
|
|
182346
|
-
"fileName": "
|
|
182347
|
-
"name": "
|
|
182306
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
182307
|
+
"name": "CountryOptionsProps"
|
|
182348
182308
|
}
|
|
182349
182309
|
],
|
|
182350
182310
|
"required": false,
|
|
182351
182311
|
"type": {
|
|
182352
|
-
"name": "
|
|
182312
|
+
"name": "CountrySortFn"
|
|
182353
182313
|
}
|
|
182354
182314
|
},
|
|
182355
182315
|
"aria-label": {
|
|
@@ -183777,274 +183737,23 @@
|
|
|
183777
183737
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
183778
183738
|
}
|
|
183779
183739
|
},
|
|
183780
|
-
"validationBehavior": {
|
|
183781
|
-
"defaultValue": {
|
|
183782
|
-
"value": "'native'"
|
|
183783
|
-
},
|
|
183784
|
-
"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.",
|
|
183785
|
-
"name": "validationBehavior",
|
|
183786
|
-
"parent": {
|
|
183787
|
-
"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",
|
|
183788
|
-
"name": "RACValidation"
|
|
183789
|
-
},
|
|
183790
|
-
"declarations": [
|
|
183791
|
-
{
|
|
183792
|
-
"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",
|
|
183793
|
-
"name": "RACValidation"
|
|
183794
|
-
}
|
|
183795
|
-
],
|
|
183796
|
-
"required": false,
|
|
183797
|
-
"type": {
|
|
183798
|
-
"name": "\"native\" | \"aria\""
|
|
183799
|
-
}
|
|
183800
|
-
},
|
|
183801
|
-
"hourCycle": {
|
|
183802
|
-
"defaultValue": null,
|
|
183803
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the user's locale.",
|
|
183804
|
-
"name": "hourCycle",
|
|
183805
|
-
"parent": {
|
|
183806
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183807
|
-
"name": "TimePickerProps"
|
|
183808
|
-
},
|
|
183809
|
-
"declarations": [
|
|
183810
|
-
{
|
|
183811
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183812
|
-
"name": "TimePickerProps"
|
|
183813
|
-
}
|
|
183814
|
-
],
|
|
183815
|
-
"required": false,
|
|
183816
|
-
"type": {
|
|
183817
|
-
"name": "12 | 24"
|
|
183818
|
-
}
|
|
183819
|
-
},
|
|
183820
|
-
"granularity": {
|
|
183821
|
-
"defaultValue": {
|
|
183822
|
-
"value": "'minute'"
|
|
183823
|
-
},
|
|
183824
|
-
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
183825
|
-
"name": "granularity",
|
|
183826
|
-
"parent": {
|
|
183827
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183828
|
-
"name": "TimePickerProps"
|
|
183829
|
-
},
|
|
183830
|
-
"declarations": [
|
|
183831
|
-
{
|
|
183832
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183833
|
-
"name": "TimePickerProps"
|
|
183834
|
-
}
|
|
183835
|
-
],
|
|
183836
|
-
"required": false,
|
|
183837
|
-
"type": {
|
|
183838
|
-
"name": "\"hour\" | \"minute\" | \"second\""
|
|
183839
|
-
}
|
|
183840
|
-
},
|
|
183841
|
-
"hideTimeZone": {
|
|
183842
|
-
"defaultValue": null,
|
|
183843
|
-
"description": "Whether to hide the time zone abbreviation.",
|
|
183844
|
-
"name": "hideTimeZone",
|
|
183845
|
-
"parent": {
|
|
183846
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183847
|
-
"name": "TimePickerProps"
|
|
183848
|
-
},
|
|
183849
|
-
"declarations": [
|
|
183850
|
-
{
|
|
183851
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183852
|
-
"name": "TimePickerProps"
|
|
183853
|
-
}
|
|
183854
|
-
],
|
|
183855
|
-
"required": false,
|
|
183856
|
-
"type": {
|
|
183857
|
-
"name": "boolean"
|
|
183858
|
-
}
|
|
183859
|
-
},
|
|
183860
|
-
"shouldForceLeadingZeros": {
|
|
183861
|
-
"defaultValue": null,
|
|
183862
|
-
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
183863
|
-
"name": "shouldForceLeadingZeros",
|
|
183864
|
-
"parent": {
|
|
183865
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183866
|
-
"name": "TimePickerProps"
|
|
183867
|
-
},
|
|
183868
|
-
"declarations": [
|
|
183869
|
-
{
|
|
183870
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183871
|
-
"name": "TimePickerProps"
|
|
183872
|
-
}
|
|
183873
|
-
],
|
|
183874
|
-
"required": false,
|
|
183875
|
-
"type": {
|
|
183876
|
-
"name": "boolean"
|
|
183877
|
-
}
|
|
183878
|
-
},
|
|
183879
|
-
"placeholderValue": {
|
|
183880
|
-
"defaultValue": null,
|
|
183881
|
-
"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.",
|
|
183882
|
-
"name": "placeholderValue",
|
|
183883
|
-
"parent": {
|
|
183884
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183885
|
-
"name": "TimePickerProps"
|
|
183886
|
-
},
|
|
183887
|
-
"declarations": [
|
|
183888
|
-
{
|
|
183889
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183890
|
-
"name": "TimePickerProps"
|
|
183891
|
-
}
|
|
183892
|
-
],
|
|
183893
|
-
"required": false,
|
|
183894
|
-
"type": {
|
|
183895
|
-
"name": "TimeValue"
|
|
183896
|
-
}
|
|
183897
|
-
},
|
|
183898
|
-
"minValue": {
|
|
183899
|
-
"defaultValue": null,
|
|
183900
|
-
"description": "The minimum allowed time that a user may select.",
|
|
183901
|
-
"name": "minValue",
|
|
183902
|
-
"parent": {
|
|
183903
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183904
|
-
"name": "TimePickerProps"
|
|
183905
|
-
},
|
|
183906
|
-
"declarations": [
|
|
183907
|
-
{
|
|
183908
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183909
|
-
"name": "TimePickerProps"
|
|
183910
|
-
}
|
|
183911
|
-
],
|
|
183912
|
-
"required": false,
|
|
183913
|
-
"type": {
|
|
183914
|
-
"name": "TimeValue | null"
|
|
183915
|
-
}
|
|
183916
|
-
},
|
|
183917
|
-
"maxValue": {
|
|
183918
|
-
"defaultValue": null,
|
|
183919
|
-
"description": "The maximum allowed time that a user may select.",
|
|
183920
|
-
"name": "maxValue",
|
|
183921
|
-
"parent": {
|
|
183922
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183923
|
-
"name": "TimePickerProps"
|
|
183924
|
-
},
|
|
183925
|
-
"declarations": [
|
|
183926
|
-
{
|
|
183927
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183928
|
-
"name": "TimePickerProps"
|
|
183929
|
-
}
|
|
183930
|
-
],
|
|
183931
|
-
"required": false,
|
|
183932
|
-
"type": {
|
|
183933
|
-
"name": "TimeValue | null"
|
|
183934
|
-
}
|
|
183935
|
-
},
|
|
183936
|
-
"isDisabled": {
|
|
183937
|
-
"defaultValue": null,
|
|
183938
|
-
"description": "Whether the input is disabled.",
|
|
183939
|
-
"name": "isDisabled",
|
|
183940
|
-
"parent": {
|
|
183941
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183942
|
-
"name": "InputBase"
|
|
183943
|
-
},
|
|
183944
|
-
"declarations": [
|
|
183945
|
-
{
|
|
183946
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183947
|
-
"name": "InputBase"
|
|
183948
|
-
}
|
|
183949
|
-
],
|
|
183950
|
-
"required": false,
|
|
183951
|
-
"type": {
|
|
183952
|
-
"name": "boolean"
|
|
183953
|
-
}
|
|
183954
|
-
},
|
|
183955
|
-
"isReadOnly": {
|
|
183956
|
-
"defaultValue": null,
|
|
183957
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
183958
|
-
"name": "isReadOnly",
|
|
183959
|
-
"parent": {
|
|
183960
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183961
|
-
"name": "InputBase"
|
|
183962
|
-
},
|
|
183963
|
-
"declarations": [
|
|
183964
|
-
{
|
|
183965
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183966
|
-
"name": "InputBase"
|
|
183967
|
-
}
|
|
183968
|
-
],
|
|
183969
|
-
"required": false,
|
|
183970
|
-
"type": {
|
|
183971
|
-
"name": "boolean"
|
|
183972
|
-
}
|
|
183973
|
-
},
|
|
183974
|
-
"isRequired": {
|
|
183975
|
-
"defaultValue": null,
|
|
183976
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
183977
|
-
"name": "isRequired",
|
|
183978
|
-
"parent": {
|
|
183979
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183980
|
-
"name": "Validation"
|
|
183981
|
-
},
|
|
183982
|
-
"declarations": [
|
|
183983
|
-
{
|
|
183984
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183985
|
-
"name": "Validation"
|
|
183986
|
-
}
|
|
183987
|
-
],
|
|
183988
|
-
"required": false,
|
|
183989
|
-
"type": {
|
|
183990
|
-
"name": "boolean"
|
|
183991
|
-
}
|
|
183992
|
-
},
|
|
183993
|
-
"isInvalid": {
|
|
183994
|
-
"defaultValue": null,
|
|
183995
|
-
"description": "Whether the input value is invalid.",
|
|
183996
|
-
"name": "isInvalid",
|
|
183997
|
-
"parent": {
|
|
183998
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
183999
|
-
"name": "Validation"
|
|
184000
|
-
},
|
|
184001
|
-
"declarations": [
|
|
184002
|
-
{
|
|
184003
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184004
|
-
"name": "Validation"
|
|
184005
|
-
}
|
|
184006
|
-
],
|
|
184007
|
-
"required": false,
|
|
184008
|
-
"type": {
|
|
184009
|
-
"name": "boolean"
|
|
184010
|
-
}
|
|
184011
|
-
},
|
|
184012
|
-
"validate": {
|
|
184013
|
-
"defaultValue": null,
|
|
184014
|
-
"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.",
|
|
184015
|
-
"name": "validate",
|
|
184016
|
-
"parent": {
|
|
184017
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184018
|
-
"name": "Validation"
|
|
184019
|
-
},
|
|
184020
|
-
"declarations": [
|
|
184021
|
-
{
|
|
184022
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184023
|
-
"name": "Validation"
|
|
184024
|
-
}
|
|
184025
|
-
],
|
|
184026
|
-
"required": false,
|
|
184027
|
-
"type": {
|
|
184028
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
184029
|
-
}
|
|
184030
|
-
},
|
|
184031
183740
|
"autoFocus": {
|
|
184032
183741
|
"defaultValue": null,
|
|
184033
|
-
"description": "Whether
|
|
183742
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
184034
183743
|
"name": "autoFocus",
|
|
184035
183744
|
"parent": {
|
|
184036
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184037
|
-
"name": "
|
|
183745
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183746
|
+
"name": "ListBoxProps"
|
|
184038
183747
|
},
|
|
184039
183748
|
"declarations": [
|
|
184040
183749
|
{
|
|
184041
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184042
|
-
"name": "
|
|
183750
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183751
|
+
"name": "ListBoxProps"
|
|
184043
183752
|
}
|
|
184044
183753
|
],
|
|
184045
183754
|
"required": false,
|
|
184046
183755
|
"type": {
|
|
184047
|
-
"name": "boolean"
|
|
183756
|
+
"name": "boolean | FocusStrategy"
|
|
184048
183757
|
}
|
|
184049
183758
|
},
|
|
184050
183759
|
"onFocus": {
|
|
@@ -184104,274 +183813,392 @@
|
|
|
184104
183813
|
"name": "((isFocused: boolean) => void)"
|
|
184105
183814
|
}
|
|
184106
183815
|
},
|
|
184107
|
-
"
|
|
183816
|
+
"id": {
|
|
184108
183817
|
"defaultValue": null,
|
|
184109
|
-
"description": "
|
|
184110
|
-
"name": "
|
|
183818
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
183819
|
+
"name": "id",
|
|
184111
183820
|
"parent": {
|
|
184112
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184113
|
-
"name": "
|
|
183821
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183822
|
+
"name": "DOMProps"
|
|
184114
183823
|
},
|
|
184115
183824
|
"declarations": [
|
|
184116
183825
|
{
|
|
184117
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184118
|
-
"name": "
|
|
183826
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183827
|
+
"name": "DOMProps"
|
|
184119
183828
|
}
|
|
184120
183829
|
],
|
|
184121
183830
|
"required": false,
|
|
184122
183831
|
"type": {
|
|
184123
|
-
"name": "
|
|
183832
|
+
"name": "string"
|
|
184124
183833
|
}
|
|
184125
183834
|
},
|
|
184126
|
-
"
|
|
183835
|
+
"slot": {
|
|
184127
183836
|
"defaultValue": null,
|
|
184128
|
-
"description": "
|
|
184129
|
-
"name": "
|
|
183837
|
+
"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.",
|
|
183838
|
+
"name": "slot",
|
|
184130
183839
|
"parent": {
|
|
184131
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184132
|
-
"name": "
|
|
183840
|
+
"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",
|
|
183841
|
+
"name": "SlotProps"
|
|
184133
183842
|
},
|
|
184134
183843
|
"declarations": [
|
|
184135
183844
|
{
|
|
184136
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184137
|
-
"name": "
|
|
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": "SlotProps"
|
|
184138
183847
|
}
|
|
184139
183848
|
],
|
|
184140
183849
|
"required": false,
|
|
184141
183850
|
"type": {
|
|
184142
|
-
"name": "
|
|
183851
|
+
"name": "string | null"
|
|
184143
183852
|
}
|
|
184144
183853
|
},
|
|
184145
|
-
"
|
|
183854
|
+
"items": {
|
|
184146
183855
|
"defaultValue": null,
|
|
184147
|
-
"description": "
|
|
184148
|
-
"name": "
|
|
183856
|
+
"description": "Item objects in the collection.",
|
|
183857
|
+
"name": "items",
|
|
184149
183858
|
"parent": {
|
|
184150
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184151
|
-
"name": "
|
|
183859
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
183860
|
+
"name": "CollectionBase"
|
|
184152
183861
|
},
|
|
184153
183862
|
"declarations": [
|
|
184154
183863
|
{
|
|
184155
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184156
|
-
"name": "
|
|
183864
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
183865
|
+
"name": "CollectionBase"
|
|
184157
183866
|
}
|
|
184158
183867
|
],
|
|
184159
183868
|
"required": false,
|
|
184160
183869
|
"type": {
|
|
184161
|
-
"name": "
|
|
183870
|
+
"name": "Iterable<object>"
|
|
184162
183871
|
}
|
|
184163
183872
|
},
|
|
184164
|
-
"
|
|
183873
|
+
"disallowEmptySelection": {
|
|
184165
183874
|
"defaultValue": null,
|
|
184166
|
-
"description": "
|
|
184167
|
-
"name": "
|
|
183875
|
+
"description": "Whether the collection allows empty selection.",
|
|
183876
|
+
"name": "disallowEmptySelection",
|
|
184168
183877
|
"parent": {
|
|
184169
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184170
|
-
"name": "
|
|
183878
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
183879
|
+
"name": "MultipleSelection"
|
|
184171
183880
|
},
|
|
184172
183881
|
"declarations": [
|
|
184173
183882
|
{
|
|
184174
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184175
|
-
"name": "
|
|
183883
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
183884
|
+
"name": "MultipleSelection"
|
|
184176
183885
|
}
|
|
184177
183886
|
],
|
|
184178
183887
|
"required": false,
|
|
184179
183888
|
"type": {
|
|
184180
|
-
"name": "
|
|
183889
|
+
"name": "boolean"
|
|
184181
183890
|
}
|
|
184182
183891
|
},
|
|
184183
|
-
"
|
|
183892
|
+
"onSelectionChange": {
|
|
184184
183893
|
"defaultValue": null,
|
|
184185
|
-
"description": "Handler that is called when the
|
|
184186
|
-
"name": "
|
|
183894
|
+
"description": "Handler that is called when the selection changes.",
|
|
183895
|
+
"name": "onSelectionChange",
|
|
184187
183896
|
"parent": {
|
|
184188
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184189
|
-
"name": "
|
|
183897
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
183898
|
+
"name": "MultipleSelection"
|
|
184190
183899
|
},
|
|
184191
183900
|
"declarations": [
|
|
184192
183901
|
{
|
|
184193
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184194
|
-
"name": "
|
|
183902
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
183903
|
+
"name": "MultipleSelection"
|
|
184195
183904
|
}
|
|
184196
183905
|
],
|
|
184197
183906
|
"required": false,
|
|
184198
183907
|
"type": {
|
|
184199
|
-
"name": "((
|
|
183908
|
+
"name": "((keys: Selection) => void)"
|
|
184200
183909
|
}
|
|
184201
183910
|
},
|
|
184202
|
-
"
|
|
183911
|
+
"disabledKeys": {
|
|
184203
183912
|
"defaultValue": null,
|
|
184204
|
-
"description": "The
|
|
184205
|
-
"name": "
|
|
183913
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
183914
|
+
"name": "disabledKeys",
|
|
184206
183915
|
"parent": {
|
|
184207
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184208
|
-
"name": "
|
|
183916
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
183917
|
+
"name": "CollectionBase"
|
|
184209
183918
|
},
|
|
184210
183919
|
"declarations": [
|
|
184211
183920
|
{
|
|
184212
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184213
|
-
"name": "
|
|
183921
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
183922
|
+
"name": "CollectionBase"
|
|
184214
183923
|
}
|
|
184215
183924
|
],
|
|
184216
183925
|
"required": false,
|
|
184217
183926
|
"type": {
|
|
184218
|
-
"name": "
|
|
183927
|
+
"name": "Iterable<Key>"
|
|
184219
183928
|
}
|
|
184220
183929
|
},
|
|
184221
|
-
"
|
|
183930
|
+
"orientation": {
|
|
183931
|
+
"defaultValue": {
|
|
183932
|
+
"value": "'vertical'"
|
|
183933
|
+
},
|
|
183934
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
183935
|
+
"name": "orientation",
|
|
183936
|
+
"parent": {
|
|
183937
|
+
"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",
|
|
183938
|
+
"name": "ListBoxProps"
|
|
183939
|
+
},
|
|
183940
|
+
"declarations": [
|
|
183941
|
+
{
|
|
183942
|
+
"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",
|
|
183943
|
+
"name": "ListBoxProps"
|
|
183944
|
+
}
|
|
183945
|
+
],
|
|
183946
|
+
"required": false,
|
|
183947
|
+
"type": {
|
|
183948
|
+
"name": "Orientation"
|
|
183949
|
+
}
|
|
183950
|
+
},
|
|
183951
|
+
"escapeKeyBehavior": {
|
|
183952
|
+
"defaultValue": {
|
|
183953
|
+
"value": "'clearSelection'"
|
|
183954
|
+
},
|
|
183955
|
+
"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.",
|
|
183956
|
+
"name": "escapeKeyBehavior",
|
|
183957
|
+
"parent": {
|
|
183958
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183959
|
+
"name": "AriaListBoxPropsBase"
|
|
183960
|
+
},
|
|
183961
|
+
"declarations": [
|
|
183962
|
+
{
|
|
183963
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183964
|
+
"name": "AriaListBoxPropsBase"
|
|
183965
|
+
}
|
|
183966
|
+
],
|
|
183967
|
+
"required": false,
|
|
183968
|
+
"type": {
|
|
183969
|
+
"name": "\"none\" | \"clearSelection\""
|
|
183970
|
+
}
|
|
183971
|
+
},
|
|
183972
|
+
"shouldSelectOnPressUp": {
|
|
184222
183973
|
"defaultValue": null,
|
|
184223
|
-
"description": "
|
|
184224
|
-
"name": "
|
|
183974
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
183975
|
+
"name": "shouldSelectOnPressUp",
|
|
184225
183976
|
"parent": {
|
|
184226
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184227
|
-
"name": "
|
|
183977
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183978
|
+
"name": "AriaListBoxProps"
|
|
184228
183979
|
},
|
|
184229
183980
|
"declarations": [
|
|
184230
183981
|
{
|
|
184231
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184232
|
-
"name": "
|
|
183982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
183983
|
+
"name": "AriaListBoxProps"
|
|
184233
183984
|
}
|
|
184234
183985
|
],
|
|
184235
183986
|
"required": false,
|
|
184236
183987
|
"type": {
|
|
184237
|
-
"name": "
|
|
183988
|
+
"name": "boolean"
|
|
184238
183989
|
}
|
|
184239
183990
|
},
|
|
184240
|
-
"
|
|
183991
|
+
"selectionMode": {
|
|
184241
183992
|
"defaultValue": null,
|
|
184242
|
-
"description": "The
|
|
184243
|
-
"name": "
|
|
183993
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
183994
|
+
"name": "selectionMode",
|
|
184244
183995
|
"parent": {
|
|
184245
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184246
|
-
"name": "
|
|
183996
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
183997
|
+
"name": "MultipleSelection"
|
|
184247
183998
|
},
|
|
184248
183999
|
"declarations": [
|
|
184249
184000
|
{
|
|
184250
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
184251
|
-
"name": "
|
|
184001
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
184002
|
+
"name": "MultipleSelection"
|
|
184252
184003
|
}
|
|
184253
184004
|
],
|
|
184254
184005
|
"required": false,
|
|
184255
184006
|
"type": {
|
|
184256
|
-
"name": "
|
|
184007
|
+
"name": "SelectionMode"
|
|
184257
184008
|
}
|
|
184258
184009
|
},
|
|
184259
|
-
"
|
|
184010
|
+
"selectedKeys": {
|
|
184260
184011
|
"defaultValue": null,
|
|
184261
|
-
"description": "
|
|
184262
|
-
"name": "
|
|
184012
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
184013
|
+
"name": "selectedKeys",
|
|
184014
|
+
"parent": {
|
|
184015
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
184016
|
+
"name": "MultipleSelection"
|
|
184017
|
+
},
|
|
184018
|
+
"declarations": [
|
|
184019
|
+
{
|
|
184020
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
184021
|
+
"name": "MultipleSelection"
|
|
184022
|
+
}
|
|
184023
|
+
],
|
|
184024
|
+
"required": false,
|
|
184025
|
+
"type": {
|
|
184026
|
+
"name": "\"all\" | Iterable<Key>"
|
|
184027
|
+
}
|
|
184028
|
+
},
|
|
184029
|
+
"defaultSelectedKeys": {
|
|
184030
|
+
"defaultValue": null,
|
|
184031
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
184032
|
+
"name": "defaultSelectedKeys",
|
|
184033
|
+
"parent": {
|
|
184034
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
184035
|
+
"name": "MultipleSelection"
|
|
184036
|
+
},
|
|
184037
|
+
"declarations": [
|
|
184038
|
+
{
|
|
184039
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
184040
|
+
"name": "MultipleSelection"
|
|
184041
|
+
}
|
|
184042
|
+
],
|
|
184043
|
+
"required": false,
|
|
184044
|
+
"type": {
|
|
184045
|
+
"name": "\"all\" | Iterable<Key>"
|
|
184046
|
+
}
|
|
184047
|
+
},
|
|
184048
|
+
"selectionBehavior": {
|
|
184049
|
+
"defaultValue": {
|
|
184050
|
+
"value": "\"toggle\""
|
|
184051
|
+
},
|
|
184052
|
+
"description": "How multiple selection should behave in the collection.",
|
|
184053
|
+
"name": "selectionBehavior",
|
|
184263
184054
|
"parent": {
|
|
184264
184055
|
"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",
|
|
184265
|
-
"name": "
|
|
184056
|
+
"name": "TableProps"
|
|
184266
184057
|
},
|
|
184267
184058
|
"declarations": [
|
|
184268
184059
|
{
|
|
184269
184060
|
"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",
|
|
184270
|
-
"name": "
|
|
184061
|
+
"name": "TableProps"
|
|
184271
184062
|
}
|
|
184272
184063
|
],
|
|
184273
184064
|
"required": false,
|
|
184274
184065
|
"type": {
|
|
184275
|
-
"name": "
|
|
184066
|
+
"name": "SelectionBehavior"
|
|
184276
184067
|
}
|
|
184277
184068
|
},
|
|
184278
|
-
"
|
|
184069
|
+
"dragAndDropHooks": {
|
|
184279
184070
|
"defaultValue": null,
|
|
184280
|
-
"description": "
|
|
184281
|
-
"name": "
|
|
184071
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
184072
|
+
"name": "dragAndDropHooks",
|
|
184282
184073
|
"parent": {
|
|
184283
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184284
|
-
"name": "
|
|
184074
|
+
"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",
|
|
184075
|
+
"name": "TableProps"
|
|
184285
184076
|
},
|
|
184286
184077
|
"declarations": [
|
|
184287
184078
|
{
|
|
184288
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184289
|
-
"name": "
|
|
184079
|
+
"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",
|
|
184080
|
+
"name": "TableProps"
|
|
184290
184081
|
}
|
|
184291
184082
|
],
|
|
184292
184083
|
"required": false,
|
|
184293
184084
|
"type": {
|
|
184294
|
-
"name": "
|
|
184085
|
+
"name": "DragAndDropHooks<object>"
|
|
184295
184086
|
}
|
|
184296
184087
|
},
|
|
184297
|
-
"
|
|
184298
|
-
"defaultValue":
|
|
184299
|
-
|
|
184088
|
+
"renderEmptyState": {
|
|
184089
|
+
"defaultValue": null,
|
|
184090
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
184091
|
+
"name": "renderEmptyState",
|
|
184092
|
+
"parent": {
|
|
184093
|
+
"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",
|
|
184094
|
+
"name": "ListBoxProps"
|
|
184300
184095
|
},
|
|
184301
|
-
"
|
|
184302
|
-
|
|
184096
|
+
"declarations": [
|
|
184097
|
+
{
|
|
184098
|
+
"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",
|
|
184099
|
+
"name": "ListBoxProps"
|
|
184100
|
+
}
|
|
184101
|
+
],
|
|
184102
|
+
"required": false,
|
|
184103
|
+
"type": {
|
|
184104
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
184105
|
+
}
|
|
184106
|
+
},
|
|
184107
|
+
"onAction": {
|
|
184108
|
+
"defaultValue": null,
|
|
184109
|
+
"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.",
|
|
184110
|
+
"name": "onAction",
|
|
184303
184111
|
"parent": {
|
|
184304
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184305
|
-
"name": "
|
|
184112
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184113
|
+
"name": "AriaListBoxProps"
|
|
184306
184114
|
},
|
|
184307
184115
|
"declarations": [
|
|
184308
184116
|
{
|
|
184309
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184310
|
-
"name": "
|
|
184117
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184118
|
+
"name": "AriaListBoxProps"
|
|
184311
184119
|
}
|
|
184312
184120
|
],
|
|
184313
184121
|
"required": false,
|
|
184314
184122
|
"type": {
|
|
184315
|
-
"name": "
|
|
184123
|
+
"name": "((key: Key) => void)"
|
|
184316
184124
|
}
|
|
184317
184125
|
},
|
|
184318
|
-
"
|
|
184126
|
+
"shouldFocusOnHover": {
|
|
184319
184127
|
"defaultValue": null,
|
|
184320
|
-
"description": "
|
|
184321
|
-
"name": "
|
|
184128
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
184129
|
+
"name": "shouldFocusOnHover",
|
|
184322
184130
|
"parent": {
|
|
184323
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184324
|
-
"name": "
|
|
184131
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184132
|
+
"name": "AriaListBoxProps"
|
|
184325
184133
|
},
|
|
184326
184134
|
"declarations": [
|
|
184327
184135
|
{
|
|
184328
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184329
|
-
"name": "
|
|
184136
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184137
|
+
"name": "AriaListBoxProps"
|
|
184330
184138
|
}
|
|
184331
184139
|
],
|
|
184332
184140
|
"required": false,
|
|
184333
184141
|
"type": {
|
|
184334
|
-
"name": "
|
|
184142
|
+
"name": "boolean"
|
|
184335
184143
|
}
|
|
184336
184144
|
},
|
|
184337
|
-
"
|
|
184145
|
+
"shouldFocusWrap": {
|
|
184338
184146
|
"defaultValue": null,
|
|
184339
|
-
"description": "
|
|
184340
|
-
"name": "
|
|
184147
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
184148
|
+
"name": "shouldFocusWrap",
|
|
184341
184149
|
"parent": {
|
|
184342
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184343
|
-
"name": "
|
|
184150
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184151
|
+
"name": "ListBoxProps"
|
|
184344
184152
|
},
|
|
184345
184153
|
"declarations": [
|
|
184346
184154
|
{
|
|
184347
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
184348
|
-
"name": "
|
|
184155
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
184156
|
+
"name": "ListBoxProps"
|
|
184349
184157
|
}
|
|
184350
184158
|
],
|
|
184351
184159
|
"required": false,
|
|
184352
184160
|
"type": {
|
|
184353
|
-
"name": "
|
|
184161
|
+
"name": "boolean"
|
|
184354
184162
|
}
|
|
184355
184163
|
},
|
|
184356
|
-
"
|
|
184164
|
+
"layout": {
|
|
184357
184165
|
"defaultValue": {
|
|
184358
|
-
"value": "
|
|
184166
|
+
"value": "'stack'"
|
|
184359
184167
|
},
|
|
184360
|
-
"description": "
|
|
184361
|
-
"name": "
|
|
184168
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
184169
|
+
"name": "layout",
|
|
184362
184170
|
"parent": {
|
|
184363
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184364
|
-
"name": "
|
|
184171
|
+
"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",
|
|
184172
|
+
"name": "ListBoxProps"
|
|
184365
184173
|
},
|
|
184366
184174
|
"declarations": [
|
|
184367
184175
|
{
|
|
184368
|
-
"fileName": "flow/node_modules/.pnpm
|
|
184369
|
-
"name": "
|
|
184176
|
+
"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",
|
|
184177
|
+
"name": "ListBoxProps"
|
|
184370
184178
|
}
|
|
184371
184179
|
],
|
|
184372
184180
|
"required": false,
|
|
184373
184181
|
"type": {
|
|
184374
|
-
"name": "
|
|
184182
|
+
"name": "\"grid\" | \"stack\""
|
|
184183
|
+
}
|
|
184184
|
+
},
|
|
184185
|
+
"dependencies": {
|
|
184186
|
+
"defaultValue": null,
|
|
184187
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
184188
|
+
"name": "dependencies",
|
|
184189
|
+
"parent": {
|
|
184190
|
+
"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",
|
|
184191
|
+
"name": "CollectionProps"
|
|
184192
|
+
},
|
|
184193
|
+
"declarations": [
|
|
184194
|
+
{
|
|
184195
|
+
"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",
|
|
184196
|
+
"name": "CollectionProps"
|
|
184197
|
+
}
|
|
184198
|
+
],
|
|
184199
|
+
"required": false,
|
|
184200
|
+
"type": {
|
|
184201
|
+
"name": "readonly any[]"
|
|
184375
184202
|
}
|
|
184376
184203
|
},
|
|
184377
184204
|
"children": {
|
|
@@ -184468,48 +184295,69 @@
|
|
|
184468
184295
|
}
|
|
184469
184296
|
},
|
|
184470
184297
|
{
|
|
184471
|
-
"tags": {
|
|
184472
|
-
|
|
184298
|
+
"tags": {
|
|
184299
|
+
"flr-generate": "all"
|
|
184300
|
+
},
|
|
184301
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/DateRangePicker.tsx",
|
|
184473
184302
|
"description": "",
|
|
184474
|
-
"displayName": "
|
|
184303
|
+
"displayName": "DateRangePicker",
|
|
184475
184304
|
"methods": [],
|
|
184476
184305
|
"props": {
|
|
184477
|
-
"
|
|
184306
|
+
"isOpen": {
|
|
184478
184307
|
"defaultValue": null,
|
|
184479
|
-
"description": "",
|
|
184480
|
-
"name": "
|
|
184308
|
+
"description": "Whether the element is rendered.",
|
|
184309
|
+
"name": "isOpen",
|
|
184481
184310
|
"parent": {
|
|
184482
|
-
"fileName": "
|
|
184483
|
-
"name": "
|
|
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"
|
|
184484
184313
|
},
|
|
184485
184314
|
"declarations": [
|
|
184486
184315
|
{
|
|
184487
|
-
"fileName": "
|
|
184488
|
-
"name": "
|
|
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"
|
|
184489
184318
|
}
|
|
184490
184319
|
],
|
|
184491
184320
|
"required": false,
|
|
184492
184321
|
"type": {
|
|
184493
|
-
"name": "
|
|
184322
|
+
"name": "boolean"
|
|
184494
184323
|
}
|
|
184495
184324
|
},
|
|
184496
|
-
"
|
|
184325
|
+
"defaultOpen": {
|
|
184497
184326
|
"defaultValue": null,
|
|
184498
|
-
"description": "",
|
|
184499
|
-
"name": "
|
|
184327
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
184328
|
+
"name": "defaultOpen",
|
|
184500
184329
|
"parent": {
|
|
184501
|
-
"fileName": "
|
|
184502
|
-
"name": "
|
|
184330
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184331
|
+
"name": "OverlayTriggerProps"
|
|
184503
184332
|
},
|
|
184504
184333
|
"declarations": [
|
|
184505
184334
|
{
|
|
184506
|
-
"fileName": "
|
|
184507
|
-
"name": "
|
|
184335
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184336
|
+
"name": "OverlayTriggerProps"
|
|
184508
184337
|
}
|
|
184509
184338
|
],
|
|
184510
184339
|
"required": false,
|
|
184511
184340
|
"type": {
|
|
184512
|
-
"name": "
|
|
184341
|
+
"name": "boolean"
|
|
184342
|
+
}
|
|
184343
|
+
},
|
|
184344
|
+
"onOpenChange": {
|
|
184345
|
+
"defaultValue": null,
|
|
184346
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
184347
|
+
"name": "onOpenChange",
|
|
184348
|
+
"parent": {
|
|
184349
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184350
|
+
"name": "OverlayTriggerProps"
|
|
184351
|
+
},
|
|
184352
|
+
"declarations": [
|
|
184353
|
+
{
|
|
184354
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
184355
|
+
"name": "OverlayTriggerProps"
|
|
184356
|
+
}
|
|
184357
|
+
],
|
|
184358
|
+
"required": false,
|
|
184359
|
+
"type": {
|
|
184360
|
+
"name": "((isOpen: boolean) => void)"
|
|
184513
184361
|
}
|
|
184514
184362
|
},
|
|
184515
184363
|
"aria-label": {
|
|
@@ -185937,151 +185785,193 @@
|
|
|
185937
185785
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
185938
185786
|
}
|
|
185939
185787
|
},
|
|
185940
|
-
"
|
|
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": {
|
|
185941
185810
|
"defaultValue": null,
|
|
185942
|
-
"description": "Whether to
|
|
185943
|
-
"name": "
|
|
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",
|
|
185944
185813
|
"parent": {
|
|
185945
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185946
|
-
"name": "
|
|
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"
|
|
185947
185816
|
},
|
|
185948
185817
|
"declarations": [
|
|
185949
185818
|
{
|
|
185950
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185951
|
-
"name": "
|
|
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"
|
|
185952
185821
|
}
|
|
185953
185822
|
],
|
|
185954
185823
|
"required": false,
|
|
185955
185824
|
"type": {
|
|
185956
|
-
"name": "
|
|
185825
|
+
"name": "12 | 24"
|
|
185957
185826
|
}
|
|
185958
185827
|
},
|
|
185959
|
-
"
|
|
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": {
|
|
185960
185850
|
"defaultValue": null,
|
|
185961
|
-
"description": "
|
|
185962
|
-
"name": "
|
|
185851
|
+
"description": "Whether to hide the time zone abbreviation.",
|
|
185852
|
+
"name": "hideTimeZone",
|
|
185963
185853
|
"parent": {
|
|
185964
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185965
|
-
"name": "
|
|
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"
|
|
185966
185856
|
},
|
|
185967
185857
|
"declarations": [
|
|
185968
185858
|
{
|
|
185969
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185970
|
-
"name": "
|
|
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"
|
|
185971
185861
|
}
|
|
185972
185862
|
],
|
|
185973
185863
|
"required": false,
|
|
185974
185864
|
"type": {
|
|
185975
|
-
"name": "
|
|
185865
|
+
"name": "boolean"
|
|
185976
185866
|
}
|
|
185977
185867
|
},
|
|
185978
|
-
"
|
|
185868
|
+
"shouldForceLeadingZeros": {
|
|
185979
185869
|
"defaultValue": null,
|
|
185980
|
-
"description": "
|
|
185981
|
-
"name": "
|
|
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",
|
|
185982
185872
|
"parent": {
|
|
185983
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185984
|
-
"name": "
|
|
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"
|
|
185985
185875
|
},
|
|
185986
185876
|
"declarations": [
|
|
185987
185877
|
{
|
|
185988
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185989
|
-
"name": "
|
|
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"
|
|
185990
185880
|
}
|
|
185991
185881
|
],
|
|
185992
185882
|
"required": false,
|
|
185993
185883
|
"type": {
|
|
185994
|
-
"name": "
|
|
185884
|
+
"name": "boolean"
|
|
185995
185885
|
}
|
|
185996
185886
|
},
|
|
185997
|
-
"
|
|
185887
|
+
"placeholderValue": {
|
|
185998
185888
|
"defaultValue": null,
|
|
185999
|
-
"description": "
|
|
186000
|
-
"name": "
|
|
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",
|
|
186001
185891
|
"parent": {
|
|
186002
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186003
|
-
"name": "
|
|
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"
|
|
186004
185894
|
},
|
|
186005
185895
|
"declarations": [
|
|
186006
185896
|
{
|
|
186007
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186008
|
-
"name": "
|
|
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"
|
|
186009
185899
|
}
|
|
186010
185900
|
],
|
|
186011
185901
|
"required": false,
|
|
186012
185902
|
"type": {
|
|
186013
|
-
"name": "
|
|
185903
|
+
"name": "TimeValue"
|
|
186014
185904
|
}
|
|
186015
185905
|
},
|
|
186016
|
-
"
|
|
185906
|
+
"minValue": {
|
|
186017
185907
|
"defaultValue": null,
|
|
186018
|
-
"description": "The
|
|
186019
|
-
"name": "
|
|
185908
|
+
"description": "The minimum allowed time that a user may select.",
|
|
185909
|
+
"name": "minValue",
|
|
186020
185910
|
"parent": {
|
|
186021
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186022
|
-
"name": "
|
|
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"
|
|
186023
185913
|
},
|
|
186024
185914
|
"declarations": [
|
|
186025
185915
|
{
|
|
186026
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186027
|
-
"name": "
|
|
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"
|
|
186028
185918
|
}
|
|
186029
185919
|
],
|
|
186030
185920
|
"required": false,
|
|
186031
185921
|
"type": {
|
|
186032
|
-
"name": "
|
|
185922
|
+
"name": "TimeValue | null"
|
|
186033
185923
|
}
|
|
186034
185924
|
},
|
|
186035
|
-
"
|
|
185925
|
+
"maxValue": {
|
|
186036
185926
|
"defaultValue": null,
|
|
186037
|
-
"description": "
|
|
186038
|
-
"name": "
|
|
185927
|
+
"description": "The maximum allowed time that a user may select.",
|
|
185928
|
+
"name": "maxValue",
|
|
186039
185929
|
"parent": {
|
|
186040
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186041
|
-
"name": "
|
|
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"
|
|
186042
185932
|
},
|
|
186043
185933
|
"declarations": [
|
|
186044
185934
|
{
|
|
186045
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186046
|
-
"name": "
|
|
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"
|
|
186047
185937
|
}
|
|
186048
185938
|
],
|
|
186049
185939
|
"required": false,
|
|
186050
185940
|
"type": {
|
|
186051
|
-
"name": "
|
|
185941
|
+
"name": "TimeValue | null"
|
|
186052
185942
|
}
|
|
186053
185943
|
},
|
|
186054
|
-
"
|
|
185944
|
+
"isDisabled": {
|
|
186055
185945
|
"defaultValue": null,
|
|
186056
|
-
"description": "
|
|
186057
|
-
"name": "
|
|
185946
|
+
"description": "Whether the input is disabled.",
|
|
185947
|
+
"name": "isDisabled",
|
|
186058
185948
|
"parent": {
|
|
186059
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186060
|
-
"name": "
|
|
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"
|
|
186061
185951
|
},
|
|
186062
185952
|
"declarations": [
|
|
186063
185953
|
{
|
|
186064
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186065
|
-
"name": "
|
|
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"
|
|
186066
185956
|
}
|
|
186067
185957
|
],
|
|
186068
185958
|
"required": false,
|
|
186069
185959
|
"type": {
|
|
186070
|
-
"name": "
|
|
185960
|
+
"name": "boolean"
|
|
186071
185961
|
}
|
|
186072
185962
|
},
|
|
186073
|
-
"
|
|
185963
|
+
"isReadOnly": {
|
|
186074
185964
|
"defaultValue": null,
|
|
186075
|
-
"description": "Whether the
|
|
186076
|
-
"name": "
|
|
185965
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
185966
|
+
"name": "isReadOnly",
|
|
186077
185967
|
"parent": {
|
|
186078
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186079
|
-
"name": "
|
|
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"
|
|
186080
185970
|
},
|
|
186081
185971
|
"declarations": [
|
|
186082
185972
|
{
|
|
186083
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186084
|
-
"name": "
|
|
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"
|
|
186085
185975
|
}
|
|
186086
185976
|
],
|
|
186087
185977
|
"required": false,
|
|
@@ -186089,316 +185979,426 @@
|
|
|
186089
185979
|
"name": "boolean"
|
|
186090
185980
|
}
|
|
186091
185981
|
},
|
|
186092
|
-
"
|
|
185982
|
+
"isRequired": {
|
|
186093
185983
|
"defaultValue": null,
|
|
186094
|
-
"description": "
|
|
186095
|
-
"name": "
|
|
185984
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
185985
|
+
"name": "isRequired",
|
|
186096
185986
|
"parent": {
|
|
186097
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186098
|
-
"name": "
|
|
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"
|
|
186099
185989
|
},
|
|
186100
185990
|
"declarations": [
|
|
186101
185991
|
{
|
|
186102
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186103
|
-
"name": "
|
|
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"
|
|
186104
185994
|
}
|
|
186105
185995
|
],
|
|
186106
185996
|
"required": false,
|
|
186107
185997
|
"type": {
|
|
186108
|
-
"name": "
|
|
185998
|
+
"name": "boolean"
|
|
186109
185999
|
}
|
|
186110
186000
|
},
|
|
186111
|
-
"
|
|
186001
|
+
"isInvalid": {
|
|
186112
186002
|
"defaultValue": null,
|
|
186113
|
-
"description": "
|
|
186114
|
-
"name": "
|
|
186003
|
+
"description": "Whether the input value is invalid.",
|
|
186004
|
+
"name": "isInvalid",
|
|
186115
186005
|
"parent": {
|
|
186116
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186117
|
-
"name": "
|
|
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"
|
|
186118
186008
|
},
|
|
186119
186009
|
"declarations": [
|
|
186120
186010
|
{
|
|
186121
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186122
|
-
"name": "
|
|
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"
|
|
186123
186013
|
}
|
|
186124
186014
|
],
|
|
186125
186015
|
"required": false,
|
|
186126
186016
|
"type": {
|
|
186127
|
-
"name": "
|
|
186017
|
+
"name": "boolean"
|
|
186128
186018
|
}
|
|
186129
186019
|
},
|
|
186130
|
-
"
|
|
186131
|
-
"defaultValue":
|
|
186132
|
-
|
|
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"
|
|
186133
186027
|
},
|
|
186134
|
-
"
|
|
186135
|
-
|
|
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
|
+
"autoFocus": {
|
|
186040
|
+
"defaultValue": null,
|
|
186041
|
+
"description": "Whether the element should receive focus on render.",
|
|
186042
|
+
"name": "autoFocus",
|
|
186136
186043
|
"parent": {
|
|
186137
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186138
|
-
"name": "
|
|
186044
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186045
|
+
"name": "FocusableProps"
|
|
186139
186046
|
},
|
|
186140
186047
|
"declarations": [
|
|
186141
186048
|
{
|
|
186142
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186143
|
-
"name": "
|
|
186049
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186050
|
+
"name": "FocusableProps"
|
|
186144
186051
|
}
|
|
186145
186052
|
],
|
|
186146
186053
|
"required": false,
|
|
186147
186054
|
"type": {
|
|
186148
|
-
"name": "
|
|
186055
|
+
"name": "boolean"
|
|
186149
186056
|
}
|
|
186150
186057
|
},
|
|
186151
|
-
"
|
|
186152
|
-
"defaultValue":
|
|
186153
|
-
|
|
186058
|
+
"onFocus": {
|
|
186059
|
+
"defaultValue": null,
|
|
186060
|
+
"description": "Handler that is called when the element receives focus.",
|
|
186061
|
+
"name": "onFocus",
|
|
186062
|
+
"parent": {
|
|
186063
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186064
|
+
"name": "FocusEvents"
|
|
186154
186065
|
},
|
|
186155
|
-
"
|
|
186156
|
-
|
|
186066
|
+
"declarations": [
|
|
186067
|
+
{
|
|
186068
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186069
|
+
"name": "FocusEvents"
|
|
186070
|
+
}
|
|
186071
|
+
],
|
|
186072
|
+
"required": false,
|
|
186073
|
+
"type": {
|
|
186074
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
186075
|
+
}
|
|
186076
|
+
},
|
|
186077
|
+
"onBlur": {
|
|
186078
|
+
"defaultValue": null,
|
|
186079
|
+
"description": "Handler that is called when the element loses focus.",
|
|
186080
|
+
"name": "onBlur",
|
|
186157
186081
|
"parent": {
|
|
186158
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186159
|
-
"name": "
|
|
186082
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186083
|
+
"name": "FocusEvents"
|
|
186160
186084
|
},
|
|
186161
186085
|
"declarations": [
|
|
186162
186086
|
{
|
|
186163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186164
|
-
"name": "
|
|
186087
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186088
|
+
"name": "FocusEvents"
|
|
186165
186089
|
}
|
|
186166
186090
|
],
|
|
186167
186091
|
"required": false,
|
|
186168
186092
|
"type": {
|
|
186169
|
-
"name": "
|
|
186093
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
186170
186094
|
}
|
|
186171
186095
|
},
|
|
186172
|
-
"
|
|
186096
|
+
"onFocusChange": {
|
|
186173
186097
|
"defaultValue": null,
|
|
186174
|
-
"description": "
|
|
186175
|
-
"name": "
|
|
186098
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
186099
|
+
"name": "onFocusChange",
|
|
186176
186100
|
"parent": {
|
|
186177
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186178
|
-
"name": "
|
|
186101
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186102
|
+
"name": "FocusEvents"
|
|
186179
186103
|
},
|
|
186180
186104
|
"declarations": [
|
|
186181
186105
|
{
|
|
186182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186183
|
-
"name": "
|
|
186106
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
186107
|
+
"name": "FocusEvents"
|
|
186184
186108
|
}
|
|
186185
186109
|
],
|
|
186186
186110
|
"required": false,
|
|
186187
186111
|
"type": {
|
|
186188
|
-
"name": "boolean"
|
|
186112
|
+
"name": "((isFocused: boolean) => void)"
|
|
186189
186113
|
}
|
|
186190
186114
|
},
|
|
186191
|
-
"
|
|
186115
|
+
"onKeyDown": {
|
|
186192
186116
|
"defaultValue": null,
|
|
186193
|
-
"description": "
|
|
186194
|
-
"name": "
|
|
186117
|
+
"description": "Handler that is called when a key is pressed.",
|
|
186118
|
+
"name": "onKeyDown",
|
|
186195
186119
|
"parent": {
|
|
186196
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186197
|
-
"name": "
|
|
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"
|
|
186198
186122
|
},
|
|
186199
186123
|
"declarations": [
|
|
186200
186124
|
{
|
|
186201
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186202
|
-
"name": "
|
|
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"
|
|
186203
186127
|
}
|
|
186204
186128
|
],
|
|
186205
186129
|
"required": false,
|
|
186206
186130
|
"type": {
|
|
186207
|
-
"name": "
|
|
186131
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
186208
186132
|
}
|
|
186209
186133
|
},
|
|
186210
|
-
"
|
|
186134
|
+
"onKeyUp": {
|
|
186211
186135
|
"defaultValue": null,
|
|
186212
|
-
"description": "
|
|
186213
|
-
"name": "
|
|
186136
|
+
"description": "Handler that is called when a key is released.",
|
|
186137
|
+
"name": "onKeyUp",
|
|
186214
186138
|
"parent": {
|
|
186215
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186216
|
-
"name": "
|
|
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"
|
|
186217
186141
|
},
|
|
186218
186142
|
"declarations": [
|
|
186219
186143
|
{
|
|
186220
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186221
|
-
"name": "
|
|
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"
|
|
186222
186146
|
}
|
|
186223
186147
|
],
|
|
186224
186148
|
"required": false,
|
|
186225
186149
|
"type": {
|
|
186226
|
-
"name": "
|
|
186150
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
186227
186151
|
}
|
|
186228
186152
|
},
|
|
186229
|
-
"
|
|
186153
|
+
"value": {
|
|
186230
186154
|
"defaultValue": null,
|
|
186231
|
-
"description": "The
|
|
186232
|
-
"name": "
|
|
186155
|
+
"description": "The current value (controlled).",
|
|
186156
|
+
"name": "value",
|
|
186233
186157
|
"parent": {
|
|
186234
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186235
|
-
"name": "
|
|
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"
|
|
186236
186160
|
},
|
|
186237
186161
|
"declarations": [
|
|
186238
186162
|
{
|
|
186239
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/
|
|
186240
|
-
"name": "
|
|
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"
|
|
186241
186165
|
}
|
|
186242
186166
|
],
|
|
186243
186167
|
"required": false,
|
|
186244
186168
|
"type": {
|
|
186245
|
-
"name": "
|
|
186169
|
+
"name": "TimeValue | null"
|
|
186246
186170
|
}
|
|
186247
186171
|
},
|
|
186248
|
-
"
|
|
186249
|
-
"defaultValue":
|
|
186250
|
-
|
|
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"
|
|
186251
186179
|
},
|
|
186252
|
-
"
|
|
186253
|
-
|
|
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",
|
|
186254
186195
|
"parent": {
|
|
186255
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186256
|
-
"name": "
|
|
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"
|
|
186257
186198
|
},
|
|
186258
186199
|
"declarations": [
|
|
186259
186200
|
{
|
|
186260
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186261
|
-
"name": "
|
|
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"
|
|
186262
186203
|
}
|
|
186263
186204
|
],
|
|
186264
186205
|
"required": false,
|
|
186265
186206
|
"type": {
|
|
186266
|
-
"name": "
|
|
186207
|
+
"name": "((value: TimeValue | null) => void)"
|
|
186267
186208
|
}
|
|
186268
186209
|
},
|
|
186269
|
-
"
|
|
186210
|
+
"id": {
|
|
186270
186211
|
"defaultValue": null,
|
|
186271
|
-
"description": "The
|
|
186272
|
-
"name": "
|
|
186212
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
186213
|
+
"name": "id",
|
|
186273
186214
|
"parent": {
|
|
186274
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186275
|
-
"name": "
|
|
186215
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186216
|
+
"name": "DOMProps"
|
|
186276
186217
|
},
|
|
186277
186218
|
"declarations": [
|
|
186278
186219
|
{
|
|
186279
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186280
|
-
"name": "
|
|
186220
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186221
|
+
"name": "DOMProps"
|
|
186281
186222
|
}
|
|
186282
186223
|
],
|
|
186283
186224
|
"required": false,
|
|
186284
186225
|
"type": {
|
|
186285
|
-
"name": "
|
|
186226
|
+
"name": "string"
|
|
186286
186227
|
}
|
|
186287
186228
|
},
|
|
186288
|
-
"
|
|
186229
|
+
"form": {
|
|
186289
186230
|
"defaultValue": null,
|
|
186290
|
-
"description": "
|
|
186291
|
-
"name": "
|
|
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
|
+
"slot": {
|
|
186249
|
+
"defaultValue": null,
|
|
186250
|
+
"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.",
|
|
186251
|
+
"name": "slot",
|
|
186292
186252
|
"parent": {
|
|
186293
186253
|
"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",
|
|
186294
|
-
"name": "
|
|
186254
|
+
"name": "SlotProps"
|
|
186295
186255
|
},
|
|
186296
186256
|
"declarations": [
|
|
186297
186257
|
{
|
|
186298
186258
|
"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",
|
|
186299
|
-
"name": "
|
|
186259
|
+
"name": "SlotProps"
|
|
186300
186260
|
}
|
|
186301
186261
|
],
|
|
186302
186262
|
"required": false,
|
|
186303
186263
|
"type": {
|
|
186304
|
-
"name": "
|
|
186264
|
+
"name": "string | null"
|
|
186305
186265
|
}
|
|
186306
186266
|
},
|
|
186307
|
-
"
|
|
186308
|
-
"defaultValue":
|
|
186309
|
-
|
|
186310
|
-
|
|
186267
|
+
"pageBehavior": {
|
|
186268
|
+
"defaultValue": {
|
|
186269
|
+
"value": "visible"
|
|
186270
|
+
},
|
|
186271
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration.",
|
|
186272
|
+
"name": "pageBehavior",
|
|
186311
186273
|
"parent": {
|
|
186312
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186313
|
-
"name": "
|
|
186274
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186275
|
+
"name": "DatePickerBase"
|
|
186314
186276
|
},
|
|
186315
186277
|
"declarations": [
|
|
186316
186278
|
{
|
|
186317
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186318
|
-
"name": "
|
|
186279
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186280
|
+
"name": "DatePickerBase"
|
|
186319
186281
|
}
|
|
186320
186282
|
],
|
|
186321
186283
|
"required": false,
|
|
186322
186284
|
"type": {
|
|
186323
|
-
"name": "
|
|
186285
|
+
"name": "PageBehavior"
|
|
186324
186286
|
}
|
|
186325
186287
|
},
|
|
186326
|
-
"
|
|
186288
|
+
"firstDayOfWeek": {
|
|
186327
186289
|
"defaultValue": null,
|
|
186328
|
-
"description": "
|
|
186329
|
-
"name": "
|
|
186290
|
+
"description": "The day that starts the week.",
|
|
186291
|
+
"name": "firstDayOfWeek",
|
|
186330
186292
|
"parent": {
|
|
186331
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186332
|
-
"name": "
|
|
186293
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186294
|
+
"name": "DatePickerBase"
|
|
186333
186295
|
},
|
|
186334
186296
|
"declarations": [
|
|
186335
186297
|
{
|
|
186336
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186337
|
-
"name": "
|
|
186298
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186299
|
+
"name": "DatePickerBase"
|
|
186338
186300
|
}
|
|
186339
186301
|
],
|
|
186340
186302
|
"required": false,
|
|
186341
186303
|
"type": {
|
|
186342
|
-
"name": "
|
|
186304
|
+
"name": "\"sun\" | \"mon\" | \"tue\" | \"wed\" | \"thu\" | \"fri\" | \"sat\""
|
|
186343
186305
|
}
|
|
186344
186306
|
},
|
|
186345
|
-
"
|
|
186307
|
+
"isDateUnavailable": {
|
|
186346
186308
|
"defaultValue": null,
|
|
186347
|
-
"description": "
|
|
186348
|
-
"name": "
|
|
186309
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is unavailable.",
|
|
186310
|
+
"name": "isDateUnavailable",
|
|
186349
186311
|
"parent": {
|
|
186350
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186351
|
-
"name": "
|
|
186312
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186313
|
+
"name": "DateFieldBase"
|
|
186352
186314
|
},
|
|
186353
186315
|
"declarations": [
|
|
186354
186316
|
{
|
|
186355
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186356
|
-
"name": "
|
|
186317
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186318
|
+
"name": "DateFieldBase"
|
|
186357
186319
|
}
|
|
186358
186320
|
],
|
|
186359
186321
|
"required": false,
|
|
186360
186322
|
"type": {
|
|
186361
|
-
"name": "boolean"
|
|
186323
|
+
"name": "((date: DateValue) => boolean)"
|
|
186362
186324
|
}
|
|
186363
186325
|
},
|
|
186364
|
-
"
|
|
186326
|
+
"shouldCloseOnSelect": {
|
|
186365
186327
|
"defaultValue": {
|
|
186366
|
-
"value": "
|
|
186328
|
+
"value": "true"
|
|
186367
186329
|
},
|
|
186368
|
-
"description": "
|
|
186369
|
-
"name": "
|
|
186330
|
+
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
186331
|
+
"name": "shouldCloseOnSelect",
|
|
186370
186332
|
"parent": {
|
|
186371
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186372
|
-
"name": "
|
|
186333
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
186334
|
+
"name": "DatePickerStateOptions"
|
|
186373
186335
|
},
|
|
186374
186336
|
"declarations": [
|
|
186375
186337
|
{
|
|
186376
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186377
|
-
"name": "
|
|
186338
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.2_react@19.2.0/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
186339
|
+
"name": "DatePickerStateOptions"
|
|
186378
186340
|
}
|
|
186379
186341
|
],
|
|
186380
186342
|
"required": false,
|
|
186381
186343
|
"type": {
|
|
186382
|
-
"name": "
|
|
186344
|
+
"name": "boolean | (() => boolean)"
|
|
186383
186345
|
}
|
|
186384
186346
|
},
|
|
186385
|
-
"
|
|
186347
|
+
"allowsNonContiguousRanges": {
|
|
186386
186348
|
"defaultValue": null,
|
|
186387
|
-
"description": "
|
|
186388
|
-
"name": "
|
|
186349
|
+
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
186350
|
+
"name": "allowsNonContiguousRanges",
|
|
186389
186351
|
"parent": {
|
|
186390
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186391
|
-
"name": "
|
|
186352
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186353
|
+
"name": "DateRangePickerProps"
|
|
186392
186354
|
},
|
|
186393
186355
|
"declarations": [
|
|
186394
186356
|
{
|
|
186395
|
-
"fileName": "flow/node_modules/.pnpm
|
|
186396
|
-
"name": "
|
|
186357
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186358
|
+
"name": "DateRangePickerProps"
|
|
186397
186359
|
}
|
|
186398
186360
|
],
|
|
186399
186361
|
"required": false,
|
|
186400
186362
|
"type": {
|
|
186401
|
-
"name": "
|
|
186363
|
+
"name": "boolean"
|
|
186364
|
+
}
|
|
186365
|
+
},
|
|
186366
|
+
"startName": {
|
|
186367
|
+
"defaultValue": null,
|
|
186368
|
+
"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).",
|
|
186369
|
+
"name": "startName",
|
|
186370
|
+
"parent": {
|
|
186371
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186372
|
+
"name": "DateRangePickerProps"
|
|
186373
|
+
},
|
|
186374
|
+
"declarations": [
|
|
186375
|
+
{
|
|
186376
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186377
|
+
"name": "DateRangePickerProps"
|
|
186378
|
+
}
|
|
186379
|
+
],
|
|
186380
|
+
"required": false,
|
|
186381
|
+
"type": {
|
|
186382
|
+
"name": "string"
|
|
186383
|
+
}
|
|
186384
|
+
},
|
|
186385
|
+
"endName": {
|
|
186386
|
+
"defaultValue": null,
|
|
186387
|
+
"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).",
|
|
186388
|
+
"name": "endName",
|
|
186389
|
+
"parent": {
|
|
186390
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186391
|
+
"name": "DateRangePickerProps"
|
|
186392
|
+
},
|
|
186393
|
+
"declarations": [
|
|
186394
|
+
{
|
|
186395
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.2_react@19.2.0/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
186396
|
+
"name": "DateRangePickerProps"
|
|
186397
|
+
}
|
|
186398
|
+
],
|
|
186399
|
+
"required": false,
|
|
186400
|
+
"type": {
|
|
186401
|
+
"name": "string"
|
|
186402
186402
|
}
|
|
186403
186403
|
},
|
|
186404
186404
|
"children": {
|
|
@@ -206134,6 +206134,53 @@
|
|
|
206134
206134
|
}
|
|
206135
206135
|
}
|
|
206136
206136
|
},
|
|
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
|
+
},
|
|
206137
206184
|
{
|
|
206138
206185
|
"tags": {
|
|
206139
206186
|
"flr-generate": "all"
|
|
@@ -211630,53 +211677,6 @@
|
|
|
211630
211677
|
}
|
|
211631
211678
|
}
|
|
211632
211679
|
},
|
|
211633
|
-
{
|
|
211634
|
-
"tags": {
|
|
211635
|
-
"flr-generate": "all"
|
|
211636
|
-
},
|
|
211637
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211638
|
-
"description": "",
|
|
211639
|
-
"displayName": "Color",
|
|
211640
|
-
"methods": [],
|
|
211641
|
-
"props": {
|
|
211642
|
-
"color": {
|
|
211643
|
-
"defaultValue": {
|
|
211644
|
-
"value": "\"blue\""
|
|
211645
|
-
},
|
|
211646
|
-
"description": "The color of the element.",
|
|
211647
|
-
"name": "color",
|
|
211648
|
-
"parent": {
|
|
211649
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211650
|
-
"name": "ColorProps"
|
|
211651
|
-
},
|
|
211652
|
-
"declarations": [
|
|
211653
|
-
{
|
|
211654
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211655
|
-
"name": "ColorProps"
|
|
211656
|
-
}
|
|
211657
|
-
],
|
|
211658
|
-
"required": false,
|
|
211659
|
-
"type": {
|
|
211660
|
-
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211661
|
-
}
|
|
211662
|
-
},
|
|
211663
|
-
"children": {
|
|
211664
|
-
"defaultValue": null,
|
|
211665
|
-
"description": "",
|
|
211666
|
-
"name": "children",
|
|
211667
|
-
"declarations": [
|
|
211668
|
-
{
|
|
211669
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
211670
|
-
"name": "TypeLiteral"
|
|
211671
|
-
}
|
|
211672
|
-
],
|
|
211673
|
-
"required": false,
|
|
211674
|
-
"type": {
|
|
211675
|
-
"name": "ReactNode"
|
|
211676
|
-
}
|
|
211677
|
-
}
|
|
211678
|
-
}
|
|
211679
|
-
},
|
|
211680
211680
|
{
|
|
211681
211681
|
"tags": {
|
|
211682
211682
|
"flr-generate": "all"
|
|
@@ -256804,10 +256804,10 @@
|
|
|
256804
256804
|
"name": "(index: number, value: any) => any[]"
|
|
256805
256805
|
}
|
|
256806
256806
|
},
|
|
256807
|
-
"__@iterator@
|
|
256807
|
+
"__@iterator@103": {
|
|
256808
256808
|
"defaultValue": null,
|
|
256809
256809
|
"description": "Iterator",
|
|
256810
|
-
"name": "__@iterator@
|
|
256810
|
+
"name": "__@iterator@103",
|
|
256811
256811
|
"parent": {
|
|
256812
256812
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
256813
256813
|
"name": "Array"
|
|
@@ -256823,10 +256823,10 @@
|
|
|
256823
256823
|
"name": "() => ArrayIterator<any>"
|
|
256824
256824
|
}
|
|
256825
256825
|
},
|
|
256826
|
-
"__@unscopables@
|
|
256826
|
+
"__@unscopables@3177": {
|
|
256827
256827
|
"defaultValue": null,
|
|
256828
256828
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256829
|
-
"name": "__@unscopables@
|
|
256829
|
+
"name": "__@unscopables@3177",
|
|
256830
256830
|
"parent": {
|
|
256831
256831
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256832
256832
|
"name": "Array"
|
|
@@ -257640,10 +257640,10 @@
|
|
|
257640
257640
|
"name": "(index: number, value: any) => any[]"
|
|
257641
257641
|
}
|
|
257642
257642
|
},
|
|
257643
|
-
"__@iterator@
|
|
257643
|
+
"__@iterator@103": {
|
|
257644
257644
|
"defaultValue": null,
|
|
257645
257645
|
"description": "Iterator",
|
|
257646
|
-
"name": "__@iterator@
|
|
257646
|
+
"name": "__@iterator@103",
|
|
257647
257647
|
"parent": {
|
|
257648
257648
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
257649
257649
|
"name": "Array"
|
|
@@ -257659,10 +257659,10 @@
|
|
|
257659
257659
|
"name": "() => ArrayIterator<any>"
|
|
257660
257660
|
}
|
|
257661
257661
|
},
|
|
257662
|
-
"__@unscopables@
|
|
257662
|
+
"__@unscopables@3177": {
|
|
257663
257663
|
"defaultValue": null,
|
|
257664
257664
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257665
|
-
"name": "__@unscopables@
|
|
257665
|
+
"name": "__@unscopables@3177",
|
|
257666
257666
|
"parent": {
|
|
257667
257667
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257668
257668
|
"name": "Array"
|
|
@@ -258476,10 +258476,10 @@
|
|
|
258476
258476
|
"name": "(index: number, value: any) => any[]"
|
|
258477
258477
|
}
|
|
258478
258478
|
},
|
|
258479
|
-
"__@iterator@
|
|
258479
|
+
"__@iterator@103": {
|
|
258480
258480
|
"defaultValue": null,
|
|
258481
258481
|
"description": "Iterator",
|
|
258482
|
-
"name": "__@iterator@
|
|
258482
|
+
"name": "__@iterator@103",
|
|
258483
258483
|
"parent": {
|
|
258484
258484
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
258485
258485
|
"name": "Array"
|
|
@@ -258495,10 +258495,10 @@
|
|
|
258495
258495
|
"name": "() => ArrayIterator<any>"
|
|
258496
258496
|
}
|
|
258497
258497
|
},
|
|
258498
|
-
"__@unscopables@
|
|
258498
|
+
"__@unscopables@3177": {
|
|
258499
258499
|
"defaultValue": null,
|
|
258500
258500
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258501
|
-
"name": "__@unscopables@
|
|
258501
|
+
"name": "__@unscopables@3177",
|
|
258502
258502
|
"parent": {
|
|
258503
258503
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258504
258504
|
"name": "Array"
|
|
@@ -261059,6 +261059,72 @@
|
|
|
261059
261059
|
}
|
|
261060
261060
|
}
|
|
261061
261061
|
},
|
|
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
|
+
},
|
|
261062
261128
|
{
|
|
261063
261129
|
"tags": {},
|
|
261064
261130
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
@@ -262861,72 +262927,6 @@
|
|
|
262861
262927
|
}
|
|
262862
262928
|
}
|
|
262863
262929
|
},
|
|
262864
|
-
{
|
|
262865
|
-
"tags": {},
|
|
262866
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262867
|
-
"description": "",
|
|
262868
|
-
"displayName": "TabList",
|
|
262869
|
-
"methods": [],
|
|
262870
|
-
"props": {
|
|
262871
|
-
"selection": {
|
|
262872
|
-
"defaultValue": null,
|
|
262873
|
-
"description": "",
|
|
262874
|
-
"name": "selection",
|
|
262875
|
-
"parent": {
|
|
262876
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262877
|
-
"name": "Props"
|
|
262878
|
-
},
|
|
262879
|
-
"declarations": [
|
|
262880
|
-
{
|
|
262881
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262882
|
-
"name": "Props"
|
|
262883
|
-
}
|
|
262884
|
-
],
|
|
262885
|
-
"required": true,
|
|
262886
|
-
"type": {
|
|
262887
|
-
"name": "Key | undefined"
|
|
262888
|
-
}
|
|
262889
|
-
},
|
|
262890
|
-
"onContextMenuSelectionChange": {
|
|
262891
|
-
"defaultValue": null,
|
|
262892
|
-
"description": "",
|
|
262893
|
-
"name": "onContextMenuSelectionChange",
|
|
262894
|
-
"parent": {
|
|
262895
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262896
|
-
"name": "Props"
|
|
262897
|
-
},
|
|
262898
|
-
"declarations": [
|
|
262899
|
-
{
|
|
262900
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262901
|
-
"name": "Props"
|
|
262902
|
-
}
|
|
262903
|
-
],
|
|
262904
|
-
"required": true,
|
|
262905
|
-
"type": {
|
|
262906
|
-
"name": "(key: Key) => void"
|
|
262907
|
-
}
|
|
262908
|
-
},
|
|
262909
|
-
"disabledKeys": {
|
|
262910
|
-
"defaultValue": null,
|
|
262911
|
-
"description": "",
|
|
262912
|
-
"name": "disabledKeys",
|
|
262913
|
-
"parent": {
|
|
262914
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262915
|
-
"name": "Props"
|
|
262916
|
-
},
|
|
262917
|
-
"declarations": [
|
|
262918
|
-
{
|
|
262919
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
262920
|
-
"name": "Props"
|
|
262921
|
-
}
|
|
262922
|
-
],
|
|
262923
|
-
"required": false,
|
|
262924
|
-
"type": {
|
|
262925
|
-
"name": "Iterable<Key>"
|
|
262926
|
-
}
|
|
262927
|
-
}
|
|
262928
|
-
}
|
|
262929
|
-
},
|
|
262930
262930
|
{
|
|
262931
262931
|
"tags": {
|
|
262932
262932
|
"flr-generate": "all"
|
|
@@ -264422,23 +264422,23 @@
|
|
|
264422
264422
|
"tags": {
|
|
264423
264423
|
"flr-generate": "all"
|
|
264424
264424
|
},
|
|
264425
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
264425
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
264426
264426
|
"description": "",
|
|
264427
|
-
"displayName": "
|
|
264427
|
+
"displayName": "TableHeader",
|
|
264428
264428
|
"methods": [],
|
|
264429
264429
|
"props": {
|
|
264430
264430
|
"columns": {
|
|
264431
264431
|
"defaultValue": null,
|
|
264432
|
-
"description": "A list of columns
|
|
264432
|
+
"description": "A list of table columns.",
|
|
264433
264433
|
"name": "columns",
|
|
264434
264434
|
"parent": {
|
|
264435
264435
|
"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": "
|
|
264436
|
+
"name": "TableHeaderProps"
|
|
264437
264437
|
},
|
|
264438
264438
|
"declarations": [
|
|
264439
264439
|
{
|
|
264440
264440
|
"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": "
|
|
264441
|
+
"name": "TableHeaderProps"
|
|
264442
264442
|
}
|
|
264443
264443
|
],
|
|
264444
264444
|
"required": false,
|
|
@@ -264465,25 +264465,6 @@
|
|
|
264465
264465
|
"name": "ReactNode"
|
|
264466
264466
|
}
|
|
264467
264467
|
},
|
|
264468
|
-
"value": {
|
|
264469
|
-
"defaultValue": null,
|
|
264470
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
264471
|
-
"name": "value",
|
|
264472
|
-
"parent": {
|
|
264473
|
-
"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",
|
|
264474
|
-
"name": "MenuItemProps"
|
|
264475
|
-
},
|
|
264476
|
-
"declarations": [
|
|
264477
|
-
{
|
|
264478
|
-
"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",
|
|
264479
|
-
"name": "MenuItemProps"
|
|
264480
|
-
}
|
|
264481
|
-
],
|
|
264482
|
-
"required": false,
|
|
264483
|
-
"type": {
|
|
264484
|
-
"name": "object"
|
|
264485
|
-
}
|
|
264486
|
-
},
|
|
264487
264468
|
"dependencies": {
|
|
264488
264469
|
"defaultValue": null,
|
|
264489
264470
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -264503,82 +264484,6 @@
|
|
|
264503
264484
|
"name": "readonly any[]"
|
|
264504
264485
|
}
|
|
264505
264486
|
},
|
|
264506
|
-
"textValue": {
|
|
264507
|
-
"defaultValue": null,
|
|
264508
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
264509
|
-
"name": "textValue",
|
|
264510
|
-
"parent": {
|
|
264511
|
-
"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",
|
|
264512
|
-
"name": "ListBoxItemProps"
|
|
264513
|
-
},
|
|
264514
|
-
"declarations": [
|
|
264515
|
-
{
|
|
264516
|
-
"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",
|
|
264517
|
-
"name": "ListBoxItemProps"
|
|
264518
|
-
}
|
|
264519
|
-
],
|
|
264520
|
-
"required": false,
|
|
264521
|
-
"type": {
|
|
264522
|
-
"name": "string"
|
|
264523
|
-
}
|
|
264524
|
-
},
|
|
264525
|
-
"isDisabled": {
|
|
264526
|
-
"defaultValue": null,
|
|
264527
|
-
"description": "Whether the item is disabled.",
|
|
264528
|
-
"name": "isDisabled",
|
|
264529
|
-
"parent": {
|
|
264530
|
-
"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",
|
|
264531
|
-
"name": "ListBoxItemProps"
|
|
264532
|
-
},
|
|
264533
|
-
"declarations": [
|
|
264534
|
-
{
|
|
264535
|
-
"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",
|
|
264536
|
-
"name": "ListBoxItemProps"
|
|
264537
|
-
}
|
|
264538
|
-
],
|
|
264539
|
-
"required": false,
|
|
264540
|
-
"type": {
|
|
264541
|
-
"name": "boolean"
|
|
264542
|
-
}
|
|
264543
|
-
},
|
|
264544
|
-
"onAction": {
|
|
264545
|
-
"defaultValue": null,
|
|
264546
|
-
"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.",
|
|
264547
|
-
"name": "onAction",
|
|
264548
|
-
"parent": {
|
|
264549
|
-
"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",
|
|
264550
|
-
"name": "ListBoxItemProps"
|
|
264551
|
-
},
|
|
264552
|
-
"declarations": [
|
|
264553
|
-
{
|
|
264554
|
-
"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",
|
|
264555
|
-
"name": "ListBoxItemProps"
|
|
264556
|
-
}
|
|
264557
|
-
],
|
|
264558
|
-
"required": false,
|
|
264559
|
-
"type": {
|
|
264560
|
-
"name": "(() => void)"
|
|
264561
|
-
}
|
|
264562
|
-
},
|
|
264563
|
-
"id": {
|
|
264564
|
-
"defaultValue": null,
|
|
264565
|
-
"description": "The unique id of the item.",
|
|
264566
|
-
"name": "id",
|
|
264567
|
-
"parent": {
|
|
264568
|
-
"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",
|
|
264569
|
-
"name": "MenuItemProps"
|
|
264570
|
-
},
|
|
264571
|
-
"declarations": [
|
|
264572
|
-
{
|
|
264573
|
-
"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",
|
|
264574
|
-
"name": "MenuItemProps"
|
|
264575
|
-
}
|
|
264576
|
-
],
|
|
264577
|
-
"required": false,
|
|
264578
|
-
"type": {
|
|
264579
|
-
"name": "Key"
|
|
264580
|
-
}
|
|
264581
|
-
},
|
|
264582
264487
|
"className": {
|
|
264583
264488
|
"defaultValue": null,
|
|
264584
264489
|
"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.",
|
|
@@ -264617,158 +264522,6 @@
|
|
|
264617
264522
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
264618
264523
|
}
|
|
264619
264524
|
},
|
|
264620
|
-
"href": {
|
|
264621
|
-
"defaultValue": null,
|
|
264622
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
264623
|
-
"name": "href",
|
|
264624
|
-
"parent": {
|
|
264625
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264626
|
-
"name": "LinkDOMProps"
|
|
264627
|
-
},
|
|
264628
|
-
"declarations": [
|
|
264629
|
-
{
|
|
264630
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264631
|
-
"name": "LinkDOMProps"
|
|
264632
|
-
}
|
|
264633
|
-
],
|
|
264634
|
-
"required": false,
|
|
264635
|
-
"type": {
|
|
264636
|
-
"name": "string"
|
|
264637
|
-
}
|
|
264638
|
-
},
|
|
264639
|
-
"hrefLang": {
|
|
264640
|
-
"defaultValue": null,
|
|
264641
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
264642
|
-
"name": "hrefLang",
|
|
264643
|
-
"parent": {
|
|
264644
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264645
|
-
"name": "LinkDOMProps"
|
|
264646
|
-
},
|
|
264647
|
-
"declarations": [
|
|
264648
|
-
{
|
|
264649
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264650
|
-
"name": "LinkDOMProps"
|
|
264651
|
-
}
|
|
264652
|
-
],
|
|
264653
|
-
"required": false,
|
|
264654
|
-
"type": {
|
|
264655
|
-
"name": "string"
|
|
264656
|
-
}
|
|
264657
|
-
},
|
|
264658
|
-
"target": {
|
|
264659
|
-
"defaultValue": null,
|
|
264660
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
264661
|
-
"name": "target",
|
|
264662
|
-
"parent": {
|
|
264663
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264664
|
-
"name": "LinkDOMProps"
|
|
264665
|
-
},
|
|
264666
|
-
"declarations": [
|
|
264667
|
-
{
|
|
264668
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264669
|
-
"name": "LinkDOMProps"
|
|
264670
|
-
}
|
|
264671
|
-
],
|
|
264672
|
-
"required": false,
|
|
264673
|
-
"type": {
|
|
264674
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
264675
|
-
}
|
|
264676
|
-
},
|
|
264677
|
-
"rel": {
|
|
264678
|
-
"defaultValue": null,
|
|
264679
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
264680
|
-
"name": "rel",
|
|
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": "LinkDOMProps"
|
|
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": "LinkDOMProps"
|
|
264689
|
-
}
|
|
264690
|
-
],
|
|
264691
|
-
"required": false,
|
|
264692
|
-
"type": {
|
|
264693
|
-
"name": "string"
|
|
264694
|
-
}
|
|
264695
|
-
},
|
|
264696
|
-
"download": {
|
|
264697
|
-
"defaultValue": null,
|
|
264698
|
-
"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).",
|
|
264699
|
-
"name": "download",
|
|
264700
|
-
"parent": {
|
|
264701
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264702
|
-
"name": "LinkDOMProps"
|
|
264703
|
-
},
|
|
264704
|
-
"declarations": [
|
|
264705
|
-
{
|
|
264706
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264707
|
-
"name": "LinkDOMProps"
|
|
264708
|
-
}
|
|
264709
|
-
],
|
|
264710
|
-
"required": false,
|
|
264711
|
-
"type": {
|
|
264712
|
-
"name": "string | boolean"
|
|
264713
|
-
}
|
|
264714
|
-
},
|
|
264715
|
-
"ping": {
|
|
264716
|
-
"defaultValue": null,
|
|
264717
|
-
"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).",
|
|
264718
|
-
"name": "ping",
|
|
264719
|
-
"parent": {
|
|
264720
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264721
|
-
"name": "LinkDOMProps"
|
|
264722
|
-
},
|
|
264723
|
-
"declarations": [
|
|
264724
|
-
{
|
|
264725
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264726
|
-
"name": "LinkDOMProps"
|
|
264727
|
-
}
|
|
264728
|
-
],
|
|
264729
|
-
"required": false,
|
|
264730
|
-
"type": {
|
|
264731
|
-
"name": "string"
|
|
264732
|
-
}
|
|
264733
|
-
},
|
|
264734
|
-
"referrerPolicy": {
|
|
264735
|
-
"defaultValue": null,
|
|
264736
|
-
"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).",
|
|
264737
|
-
"name": "referrerPolicy",
|
|
264738
|
-
"parent": {
|
|
264739
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264740
|
-
"name": "LinkDOMProps"
|
|
264741
|
-
},
|
|
264742
|
-
"declarations": [
|
|
264743
|
-
{
|
|
264744
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264745
|
-
"name": "LinkDOMProps"
|
|
264746
|
-
}
|
|
264747
|
-
],
|
|
264748
|
-
"required": false,
|
|
264749
|
-
"type": {
|
|
264750
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
264751
|
-
}
|
|
264752
|
-
},
|
|
264753
|
-
"routerOptions": {
|
|
264754
|
-
"defaultValue": null,
|
|
264755
|
-
"description": "Options for the configured client side router.",
|
|
264756
|
-
"name": "routerOptions",
|
|
264757
|
-
"parent": {
|
|
264758
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264759
|
-
"name": "LinkDOMProps"
|
|
264760
|
-
},
|
|
264761
|
-
"declarations": [
|
|
264762
|
-
{
|
|
264763
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
264764
|
-
"name": "LinkDOMProps"
|
|
264765
|
-
}
|
|
264766
|
-
],
|
|
264767
|
-
"required": false,
|
|
264768
|
-
"type": {
|
|
264769
|
-
"name": "undefined"
|
|
264770
|
-
}
|
|
264771
|
-
},
|
|
264772
264525
|
"onHoverStart": {
|
|
264773
264526
|
"defaultValue": null,
|
|
264774
264527
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -264826,120 +264579,6 @@
|
|
|
264826
264579
|
"name": "((isHovering: boolean) => void)"
|
|
264827
264580
|
}
|
|
264828
264581
|
},
|
|
264829
|
-
"onPress": {
|
|
264830
|
-
"defaultValue": null,
|
|
264831
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
264832
|
-
"name": "onPress",
|
|
264833
|
-
"parent": {
|
|
264834
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264835
|
-
"name": "PressEvents"
|
|
264836
|
-
},
|
|
264837
|
-
"declarations": [
|
|
264838
|
-
{
|
|
264839
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264840
|
-
"name": "PressEvents"
|
|
264841
|
-
}
|
|
264842
|
-
],
|
|
264843
|
-
"required": false,
|
|
264844
|
-
"type": {
|
|
264845
|
-
"name": "((e: PressEvent) => void)"
|
|
264846
|
-
}
|
|
264847
|
-
},
|
|
264848
|
-
"onPressStart": {
|
|
264849
|
-
"defaultValue": null,
|
|
264850
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
264851
|
-
"name": "onPressStart",
|
|
264852
|
-
"parent": {
|
|
264853
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264854
|
-
"name": "PressEvents"
|
|
264855
|
-
},
|
|
264856
|
-
"declarations": [
|
|
264857
|
-
{
|
|
264858
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264859
|
-
"name": "PressEvents"
|
|
264860
|
-
}
|
|
264861
|
-
],
|
|
264862
|
-
"required": false,
|
|
264863
|
-
"type": {
|
|
264864
|
-
"name": "((e: PressEvent) => void)"
|
|
264865
|
-
}
|
|
264866
|
-
},
|
|
264867
|
-
"onPressEnd": {
|
|
264868
|
-
"defaultValue": null,
|
|
264869
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
264870
|
-
"name": "onPressEnd",
|
|
264871
|
-
"parent": {
|
|
264872
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264873
|
-
"name": "PressEvents"
|
|
264874
|
-
},
|
|
264875
|
-
"declarations": [
|
|
264876
|
-
{
|
|
264877
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264878
|
-
"name": "PressEvents"
|
|
264879
|
-
}
|
|
264880
|
-
],
|
|
264881
|
-
"required": false,
|
|
264882
|
-
"type": {
|
|
264883
|
-
"name": "((e: PressEvent) => void)"
|
|
264884
|
-
}
|
|
264885
|
-
},
|
|
264886
|
-
"onPressChange": {
|
|
264887
|
-
"defaultValue": null,
|
|
264888
|
-
"description": "Handler that is called when the press state changes.",
|
|
264889
|
-
"name": "onPressChange",
|
|
264890
|
-
"parent": {
|
|
264891
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264892
|
-
"name": "PressEvents"
|
|
264893
|
-
},
|
|
264894
|
-
"declarations": [
|
|
264895
|
-
{
|
|
264896
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264897
|
-
"name": "PressEvents"
|
|
264898
|
-
}
|
|
264899
|
-
],
|
|
264900
|
-
"required": false,
|
|
264901
|
-
"type": {
|
|
264902
|
-
"name": "((isPressed: boolean) => void)"
|
|
264903
|
-
}
|
|
264904
|
-
},
|
|
264905
|
-
"onPressUp": {
|
|
264906
|
-
"defaultValue": null,
|
|
264907
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
264908
|
-
"name": "onPressUp",
|
|
264909
|
-
"parent": {
|
|
264910
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264911
|
-
"name": "PressEvents"
|
|
264912
|
-
},
|
|
264913
|
-
"declarations": [
|
|
264914
|
-
{
|
|
264915
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264916
|
-
"name": "PressEvents"
|
|
264917
|
-
}
|
|
264918
|
-
],
|
|
264919
|
-
"required": false,
|
|
264920
|
-
"type": {
|
|
264921
|
-
"name": "((e: PressEvent) => void)"
|
|
264922
|
-
}
|
|
264923
|
-
},
|
|
264924
|
-
"onClick": {
|
|
264925
|
-
"defaultValue": null,
|
|
264926
|
-
"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.",
|
|
264927
|
-
"name": "onClick",
|
|
264928
|
-
"parent": {
|
|
264929
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264930
|
-
"name": "PressEvents"
|
|
264931
|
-
},
|
|
264932
|
-
"declarations": [
|
|
264933
|
-
{
|
|
264934
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264935
|
-
"name": "PressEvents"
|
|
264936
|
-
}
|
|
264937
|
-
],
|
|
264938
|
-
"required": false,
|
|
264939
|
-
"type": {
|
|
264940
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
264941
|
-
}
|
|
264942
|
-
},
|
|
264943
264582
|
"dir": {
|
|
264944
264583
|
"defaultValue": null,
|
|
264945
264584
|
"description": "",
|
|
@@ -265035,6 +264674,25 @@
|
|
|
265035
264674
|
"name": "\"yes\" | \"no\""
|
|
265036
264675
|
}
|
|
265037
264676
|
},
|
|
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
|
+
},
|
|
265038
264696
|
"onClickCapture": {
|
|
265039
264697
|
"defaultValue": null,
|
|
265040
264698
|
"description": "",
|
|
@@ -266231,21 +265889,6 @@
|
|
|
266231
265889
|
"type": {
|
|
266232
265890
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
266233
265891
|
}
|
|
266234
|
-
},
|
|
266235
|
-
"footer": {
|
|
266236
|
-
"defaultValue": null,
|
|
266237
|
-
"description": "@internal",
|
|
266238
|
-
"name": "footer",
|
|
266239
|
-
"declarations": [
|
|
266240
|
-
{
|
|
266241
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
266242
|
-
"name": "TypeLiteral"
|
|
266243
|
-
}
|
|
266244
|
-
],
|
|
266245
|
-
"required": false,
|
|
266246
|
-
"type": {
|
|
266247
|
-
"name": "boolean"
|
|
266248
|
-
}
|
|
266249
265892
|
}
|
|
266250
265893
|
}
|
|
266251
265894
|
},
|
|
@@ -266253,23 +265896,23 @@
|
|
|
266253
265896
|
"tags": {
|
|
266254
265897
|
"flr-generate": "all"
|
|
266255
265898
|
},
|
|
266256
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
265899
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
266257
265900
|
"description": "",
|
|
266258
|
-
"displayName": "
|
|
265901
|
+
"displayName": "TableRow",
|
|
266259
265902
|
"methods": [],
|
|
266260
265903
|
"props": {
|
|
266261
265904
|
"columns": {
|
|
266262
265905
|
"defaultValue": null,
|
|
266263
|
-
"description": "A list of columns
|
|
265906
|
+
"description": "A list of table columns.",
|
|
266264
265907
|
"name": "columns",
|
|
266265
265908
|
"parent": {
|
|
266266
265909
|
"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",
|
|
266267
|
-
"name": "
|
|
265910
|
+
"name": "TableHeaderProps"
|
|
266268
265911
|
},
|
|
266269
265912
|
"declarations": [
|
|
266270
265913
|
{
|
|
266271
265914
|
"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",
|
|
266272
|
-
"name": "
|
|
265915
|
+
"name": "TableHeaderProps"
|
|
266273
265916
|
}
|
|
266274
265917
|
],
|
|
266275
265918
|
"required": false,
|
|
@@ -266296,6 +265939,25 @@
|
|
|
266296
265939
|
"name": "ReactNode"
|
|
266297
265940
|
}
|
|
266298
265941
|
},
|
|
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
|
+
},
|
|
266299
265961
|
"dependencies": {
|
|
266300
265962
|
"defaultValue": null,
|
|
266301
265963
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -266315,6 +265977,82 @@
|
|
|
266315
265977
|
"name": "readonly any[]"
|
|
266316
265978
|
}
|
|
266317
265979
|
},
|
|
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
|
+
},
|
|
266318
266056
|
"className": {
|
|
266319
266057
|
"defaultValue": null,
|
|
266320
266058
|
"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.",
|
|
@@ -266353,6 +266091,158 @@
|
|
|
266353
266091
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
266354
266092
|
}
|
|
266355
266093
|
},
|
|
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
|
+
},
|
|
266356
266246
|
"onHoverStart": {
|
|
266357
266247
|
"defaultValue": null,
|
|
266358
266248
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -266410,6 +266300,120 @@
|
|
|
266410
266300
|
"name": "((isHovering: boolean) => void)"
|
|
266411
266301
|
}
|
|
266412
266302
|
},
|
|
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
|
+
},
|
|
266413
266417
|
"dir": {
|
|
266414
266418
|
"defaultValue": null,
|
|
266415
266419
|
"description": "",
|
|
@@ -266505,25 +266509,6 @@
|
|
|
266505
266509
|
"name": "\"yes\" | \"no\""
|
|
266506
266510
|
}
|
|
266507
266511
|
},
|
|
266508
|
-
"onClick": {
|
|
266509
|
-
"defaultValue": null,
|
|
266510
|
-
"description": "",
|
|
266511
|
-
"name": "onClick",
|
|
266512
|
-
"parent": {
|
|
266513
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266514
|
-
"name": "GlobalDOMEvents"
|
|
266515
|
-
},
|
|
266516
|
-
"declarations": [
|
|
266517
|
-
{
|
|
266518
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266519
|
-
"name": "GlobalDOMEvents"
|
|
266520
|
-
}
|
|
266521
|
-
],
|
|
266522
|
-
"required": false,
|
|
266523
|
-
"type": {
|
|
266524
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
266525
|
-
}
|
|
266526
|
-
},
|
|
266527
266512
|
"onClickCapture": {
|
|
266528
266513
|
"defaultValue": null,
|
|
266529
266514
|
"description": "",
|
|
@@ -267720,6 +267705,21 @@
|
|
|
267720
267705
|
"type": {
|
|
267721
267706
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
267722
267707
|
}
|
|
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
267723
|
}
|
|
267724
267724
|
}
|
|
267725
267725
|
},
|
|
@@ -267734,16 +267734,16 @@
|
|
|
267734
267734
|
"props": {
|
|
267735
267735
|
"columns": {
|
|
267736
267736
|
"defaultValue": null,
|
|
267737
|
-
"description": "A list of columns
|
|
267737
|
+
"description": "A list of table columns.",
|
|
267738
267738
|
"name": "columns",
|
|
267739
267739
|
"parent": {
|
|
267740
267740
|
"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": "
|
|
267741
|
+
"name": "TableHeaderProps"
|
|
267742
267742
|
},
|
|
267743
267743
|
"declarations": [
|
|
267744
267744
|
{
|
|
267745
267745
|
"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": "
|
|
267746
|
+
"name": "TableHeaderProps"
|
|
267747
267747
|
}
|
|
267748
267748
|
],
|
|
267749
267749
|
"required": false,
|
|
@@ -286242,6 +286242,51 @@
|
|
|
286242
286242
|
}
|
|
286243
286243
|
}
|
|
286244
286244
|
},
|
|
286245
|
+
{
|
|
286246
|
+
"tags": {
|
|
286247
|
+
"flr-generate": "all"
|
|
286248
|
+
},
|
|
286249
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
|
|
286250
|
+
"description": "",
|
|
286251
|
+
"displayName": "MessageSeparator",
|
|
286252
|
+
"methods": [],
|
|
286253
|
+
"props": {
|
|
286254
|
+
"children": {
|
|
286255
|
+
"defaultValue": null,
|
|
286256
|
+
"description": "",
|
|
286257
|
+
"name": "children",
|
|
286258
|
+
"declarations": [
|
|
286259
|
+
{
|
|
286260
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
286261
|
+
"name": "TypeLiteral"
|
|
286262
|
+
}
|
|
286263
|
+
],
|
|
286264
|
+
"required": false,
|
|
286265
|
+
"type": {
|
|
286266
|
+
"name": "ReactNode"
|
|
286267
|
+
}
|
|
286268
|
+
},
|
|
286269
|
+
"className": {
|
|
286270
|
+
"defaultValue": null,
|
|
286271
|
+
"description": "The elements class name.",
|
|
286272
|
+
"name": "className",
|
|
286273
|
+
"parent": {
|
|
286274
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
286275
|
+
"name": "PropsWithClassName"
|
|
286276
|
+
},
|
|
286277
|
+
"declarations": [
|
|
286278
|
+
{
|
|
286279
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
286280
|
+
"name": "PropsWithClassName"
|
|
286281
|
+
}
|
|
286282
|
+
],
|
|
286283
|
+
"required": false,
|
|
286284
|
+
"type": {
|
|
286285
|
+
"name": "string"
|
|
286286
|
+
}
|
|
286287
|
+
}
|
|
286288
|
+
}
|
|
286289
|
+
},
|
|
286245
286290
|
{
|
|
286246
286291
|
"tags": {},
|
|
286247
286292
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
|
|
@@ -288919,189 +288964,146 @@
|
|
|
288919
288964
|
"name": "Key | null"
|
|
288920
288965
|
}
|
|
288921
288966
|
},
|
|
288922
|
-
"className": {
|
|
288923
|
-
"defaultValue": null,
|
|
288924
|
-
"description": "The elements class name.",
|
|
288925
|
-
"name": "className",
|
|
288926
|
-
"parent": {
|
|
288927
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
288928
|
-
"name": "PropsWithClassName"
|
|
288929
|
-
},
|
|
288930
|
-
"declarations": [
|
|
288931
|
-
{
|
|
288932
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
288933
|
-
"name": "PropsWithClassName"
|
|
288934
|
-
}
|
|
288935
|
-
],
|
|
288936
|
-
"required": false,
|
|
288937
|
-
"type": {
|
|
288938
|
-
"name": "string"
|
|
288939
|
-
}
|
|
288940
|
-
}
|
|
288941
|
-
}
|
|
288942
|
-
},
|
|
288943
|
-
{
|
|
288944
|
-
"tags": {},
|
|
288945
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
288946
|
-
"description": "",
|
|
288947
|
-
"displayName": "LightBoxTrigger",
|
|
288948
|
-
"methods": [],
|
|
288949
|
-
"props": {
|
|
288950
|
-
"isDefaultOpen": {
|
|
288951
|
-
"defaultValue": null,
|
|
288952
|
-
"description": "Whether the overlay should be open initially.",
|
|
288953
|
-
"name": "isDefaultOpen",
|
|
288954
|
-
"parent": {
|
|
288955
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
288956
|
-
"name": "OverlayTriggerProps"
|
|
288957
|
-
},
|
|
288958
|
-
"declarations": [
|
|
288959
|
-
{
|
|
288960
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
288961
|
-
"name": "OverlayTriggerProps"
|
|
288962
|
-
}
|
|
288963
|
-
],
|
|
288964
|
-
"required": false,
|
|
288965
|
-
"type": {
|
|
288966
|
-
"name": "boolean"
|
|
288967
|
-
}
|
|
288968
|
-
},
|
|
288969
|
-
"controller": {
|
|
288970
|
-
"defaultValue": null,
|
|
288971
|
-
"description": "A controller to control the state of the overlay.",
|
|
288972
|
-
"name": "controller",
|
|
288973
|
-
"parent": {
|
|
288974
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
288975
|
-
"name": "OverlayTriggerProps"
|
|
288976
|
-
},
|
|
288977
|
-
"declarations": [
|
|
288978
|
-
{
|
|
288979
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
288980
|
-
"name": "OverlayTriggerProps"
|
|
288981
|
-
}
|
|
288982
|
-
],
|
|
288983
|
-
"required": false,
|
|
288984
|
-
"type": {
|
|
288985
|
-
"name": "OverlayController"
|
|
288986
|
-
}
|
|
288987
|
-
},
|
|
288988
|
-
"wrapWith": {
|
|
288989
|
-
"defaultValue": null,
|
|
288990
|
-
"description": "",
|
|
288991
|
-
"name": "wrapWith",
|
|
288992
|
-
"parent": {
|
|
288993
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
288994
|
-
"name": "FlowComponentProps"
|
|
288995
|
-
},
|
|
288996
|
-
"declarations": [
|
|
288997
|
-
{
|
|
288998
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
288999
|
-
"name": "FlowComponentProps"
|
|
289000
|
-
}
|
|
289001
|
-
],
|
|
289002
|
-
"required": false,
|
|
289003
|
-
"type": {
|
|
289004
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
289005
|
-
}
|
|
289006
|
-
},
|
|
289007
|
-
"tunnelId": {
|
|
289008
|
-
"defaultValue": null,
|
|
289009
|
-
"description": "@internal",
|
|
289010
|
-
"name": "tunnelId",
|
|
289011
|
-
"parent": {
|
|
289012
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
289013
|
-
"name": "PropsWithTunnel"
|
|
289014
|
-
},
|
|
289015
|
-
"declarations": [
|
|
289016
|
-
{
|
|
289017
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
289018
|
-
"name": "PropsWithTunnel"
|
|
289019
|
-
}
|
|
289020
|
-
],
|
|
289021
|
-
"required": false,
|
|
289022
|
-
"type": {
|
|
289023
|
-
"name": "string | null"
|
|
289024
|
-
}
|
|
289025
|
-
},
|
|
289026
|
-
"ref": {
|
|
289027
|
-
"defaultValue": null,
|
|
289028
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
289029
|
-
"name": "ref",
|
|
289030
|
-
"parent": {
|
|
289031
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289032
|
-
"name": "RefAttributes"
|
|
289033
|
-
},
|
|
289034
|
-
"declarations": [
|
|
289035
|
-
{
|
|
289036
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289037
|
-
"name": "RefAttributes"
|
|
289038
|
-
}
|
|
289039
|
-
],
|
|
289040
|
-
"required": false,
|
|
289041
|
-
"type": {
|
|
289042
|
-
"name": "Ref<HTMLInputElement>"
|
|
289043
|
-
}
|
|
289044
|
-
},
|
|
289045
|
-
"key": {
|
|
289046
|
-
"defaultValue": null,
|
|
289047
|
-
"description": "",
|
|
289048
|
-
"name": "key",
|
|
289049
|
-
"parent": {
|
|
289050
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289051
|
-
"name": "Attributes"
|
|
289052
|
-
},
|
|
289053
|
-
"declarations": [
|
|
289054
|
-
{
|
|
289055
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289056
|
-
"name": "Attributes"
|
|
289057
|
-
}
|
|
289058
|
-
],
|
|
289059
|
-
"required": false,
|
|
289060
|
-
"type": {
|
|
289061
|
-
"name": "Key | null"
|
|
289062
|
-
}
|
|
289063
|
-
},
|
|
289064
|
-
"children": {
|
|
288967
|
+
"className": {
|
|
289065
288968
|
"defaultValue": null,
|
|
289066
|
-
"description": "",
|
|
289067
|
-
"name": "
|
|
288969
|
+
"description": "The elements class name.",
|
|
288970
|
+
"name": "className",
|
|
288971
|
+
"parent": {
|
|
288972
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
288973
|
+
"name": "PropsWithClassName"
|
|
288974
|
+
},
|
|
289068
288975
|
"declarations": [
|
|
289069
288976
|
{
|
|
289070
|
-
"fileName": "
|
|
289071
|
-
"name": "
|
|
288977
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
288978
|
+
"name": "PropsWithClassName"
|
|
289072
288979
|
}
|
|
289073
288980
|
],
|
|
289074
288981
|
"required": false,
|
|
289075
288982
|
"type": {
|
|
289076
|
-
"name": "
|
|
288983
|
+
"name": "string"
|
|
289077
288984
|
}
|
|
289078
288985
|
}
|
|
289079
288986
|
}
|
|
289080
288987
|
},
|
|
289081
288988
|
{
|
|
289082
288989
|
"tags": {},
|
|
289083
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
288990
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
289084
288991
|
"description": "",
|
|
289085
|
-
"displayName": "
|
|
288992
|
+
"displayName": "LightBoxTrigger",
|
|
289086
288993
|
"methods": [],
|
|
289087
288994
|
"props": {
|
|
289088
|
-
"
|
|
288995
|
+
"isDefaultOpen": {
|
|
288996
|
+
"defaultValue": null,
|
|
288997
|
+
"description": "Whether the overlay should be open initially.",
|
|
288998
|
+
"name": "isDefaultOpen",
|
|
288999
|
+
"parent": {
|
|
289000
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289001
|
+
"name": "OverlayTriggerProps"
|
|
289002
|
+
},
|
|
289003
|
+
"declarations": [
|
|
289004
|
+
{
|
|
289005
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289006
|
+
"name": "OverlayTriggerProps"
|
|
289007
|
+
}
|
|
289008
|
+
],
|
|
289009
|
+
"required": false,
|
|
289010
|
+
"type": {
|
|
289011
|
+
"name": "boolean"
|
|
289012
|
+
}
|
|
289013
|
+
},
|
|
289014
|
+
"controller": {
|
|
289015
|
+
"defaultValue": null,
|
|
289016
|
+
"description": "A controller to control the state of the overlay.",
|
|
289017
|
+
"name": "controller",
|
|
289018
|
+
"parent": {
|
|
289019
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289020
|
+
"name": "OverlayTriggerProps"
|
|
289021
|
+
},
|
|
289022
|
+
"declarations": [
|
|
289023
|
+
{
|
|
289024
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289025
|
+
"name": "OverlayTriggerProps"
|
|
289026
|
+
}
|
|
289027
|
+
],
|
|
289028
|
+
"required": false,
|
|
289029
|
+
"type": {
|
|
289030
|
+
"name": "OverlayController"
|
|
289031
|
+
}
|
|
289032
|
+
},
|
|
289033
|
+
"wrapWith": {
|
|
289089
289034
|
"defaultValue": null,
|
|
289090
289035
|
"description": "",
|
|
289091
|
-
"name": "
|
|
289036
|
+
"name": "wrapWith",
|
|
289092
289037
|
"parent": {
|
|
289093
|
-
"fileName": "components/src/
|
|
289094
|
-
"name": "
|
|
289038
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
289039
|
+
"name": "FlowComponentProps"
|
|
289095
289040
|
},
|
|
289096
289041
|
"declarations": [
|
|
289097
289042
|
{
|
|
289098
|
-
"fileName": "components/src/
|
|
289099
|
-
"name": "
|
|
289043
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
289044
|
+
"name": "FlowComponentProps"
|
|
289100
289045
|
}
|
|
289101
289046
|
],
|
|
289102
289047
|
"required": false,
|
|
289103
289048
|
"type": {
|
|
289104
|
-
"name": "
|
|
289049
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
289050
|
+
}
|
|
289051
|
+
},
|
|
289052
|
+
"tunnelId": {
|
|
289053
|
+
"defaultValue": null,
|
|
289054
|
+
"description": "@internal",
|
|
289055
|
+
"name": "tunnelId",
|
|
289056
|
+
"parent": {
|
|
289057
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
289058
|
+
"name": "PropsWithTunnel"
|
|
289059
|
+
},
|
|
289060
|
+
"declarations": [
|
|
289061
|
+
{
|
|
289062
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
289063
|
+
"name": "PropsWithTunnel"
|
|
289064
|
+
}
|
|
289065
|
+
],
|
|
289066
|
+
"required": false,
|
|
289067
|
+
"type": {
|
|
289068
|
+
"name": "string | null"
|
|
289069
|
+
}
|
|
289070
|
+
},
|
|
289071
|
+
"ref": {
|
|
289072
|
+
"defaultValue": null,
|
|
289073
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
289074
|
+
"name": "ref",
|
|
289075
|
+
"parent": {
|
|
289076
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289077
|
+
"name": "RefAttributes"
|
|
289078
|
+
},
|
|
289079
|
+
"declarations": [
|
|
289080
|
+
{
|
|
289081
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289082
|
+
"name": "RefAttributes"
|
|
289083
|
+
}
|
|
289084
|
+
],
|
|
289085
|
+
"required": false,
|
|
289086
|
+
"type": {
|
|
289087
|
+
"name": "Ref<HTMLInputElement>"
|
|
289088
|
+
}
|
|
289089
|
+
},
|
|
289090
|
+
"key": {
|
|
289091
|
+
"defaultValue": null,
|
|
289092
|
+
"description": "",
|
|
289093
|
+
"name": "key",
|
|
289094
|
+
"parent": {
|
|
289095
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289096
|
+
"name": "Attributes"
|
|
289097
|
+
},
|
|
289098
|
+
"declarations": [
|
|
289099
|
+
{
|
|
289100
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289101
|
+
"name": "Attributes"
|
|
289102
|
+
}
|
|
289103
|
+
],
|
|
289104
|
+
"required": false,
|
|
289105
|
+
"type": {
|
|
289106
|
+
"name": "Key | null"
|
|
289105
289107
|
}
|
|
289106
289108
|
},
|
|
289107
289109
|
"children": {
|
|
@@ -289122,46 +289124,44 @@
|
|
|
289122
289124
|
}
|
|
289123
289125
|
},
|
|
289124
289126
|
{
|
|
289125
|
-
"tags": {
|
|
289126
|
-
|
|
289127
|
-
},
|
|
289128
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
|
|
289127
|
+
"tags": {},
|
|
289128
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
289129
289129
|
"description": "",
|
|
289130
|
-
"displayName": "
|
|
289130
|
+
"displayName": "LegendItem",
|
|
289131
289131
|
"methods": [],
|
|
289132
289132
|
"props": {
|
|
289133
|
-
"
|
|
289133
|
+
"color": {
|
|
289134
289134
|
"defaultValue": null,
|
|
289135
289135
|
"description": "",
|
|
289136
|
-
"name": "
|
|
289136
|
+
"name": "color",
|
|
289137
|
+
"parent": {
|
|
289138
|
+
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
289139
|
+
"name": "LegendItemProps"
|
|
289140
|
+
},
|
|
289137
289141
|
"declarations": [
|
|
289138
289142
|
{
|
|
289139
|
-
"fileName": "
|
|
289140
|
-
"name": "
|
|
289143
|
+
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
289144
|
+
"name": "LegendItemProps"
|
|
289141
289145
|
}
|
|
289142
289146
|
],
|
|
289143
289147
|
"required": false,
|
|
289144
289148
|
"type": {
|
|
289145
|
-
"name": "
|
|
289149
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
289146
289150
|
}
|
|
289147
289151
|
},
|
|
289148
|
-
"
|
|
289152
|
+
"children": {
|
|
289149
289153
|
"defaultValue": null,
|
|
289150
|
-
"description": "
|
|
289151
|
-
"name": "
|
|
289152
|
-
"parent": {
|
|
289153
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
289154
|
-
"name": "PropsWithClassName"
|
|
289155
|
-
},
|
|
289154
|
+
"description": "",
|
|
289155
|
+
"name": "children",
|
|
289156
289156
|
"declarations": [
|
|
289157
289157
|
{
|
|
289158
|
-
"fileName": "
|
|
289159
|
-
"name": "
|
|
289158
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
289159
|
+
"name": "TypeLiteral"
|
|
289160
289160
|
}
|
|
289161
289161
|
],
|
|
289162
289162
|
"required": false,
|
|
289163
289163
|
"type": {
|
|
289164
|
-
"name": "
|
|
289164
|
+
"name": "ReactNode"
|
|
289165
289165
|
}
|
|
289166
289166
|
}
|
|
289167
289167
|
}
|
|
@@ -289290,9 +289290,9 @@
|
|
|
289290
289290
|
},
|
|
289291
289291
|
{
|
|
289292
289292
|
"tags": {},
|
|
289293
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
289293
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289294
289294
|
"description": "",
|
|
289295
|
-
"displayName": "
|
|
289295
|
+
"displayName": "DateInput",
|
|
289296
289296
|
"methods": [],
|
|
289297
289297
|
"props": {
|
|
289298
289298
|
"isDisabled": {
|
|
@@ -289300,12 +289300,12 @@
|
|
|
289300
289300
|
"description": "",
|
|
289301
289301
|
"name": "isDisabled",
|
|
289302
289302
|
"parent": {
|
|
289303
|
-
"fileName": "components/src/components/
|
|
289303
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289304
289304
|
"name": "DateInputProps"
|
|
289305
289305
|
},
|
|
289306
289306
|
"declarations": [
|
|
289307
289307
|
{
|
|
289308
|
-
"fileName": "components/src/components/
|
|
289308
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
289309
289309
|
"name": "DateInputProps"
|
|
289310
289310
|
}
|
|
289311
289311
|
],
|
|
@@ -289318,9 +289318,9 @@
|
|
|
289318
289318
|
},
|
|
289319
289319
|
{
|
|
289320
289320
|
"tags": {},
|
|
289321
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
289321
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289322
289322
|
"description": "",
|
|
289323
|
-
"displayName": "
|
|
289323
|
+
"displayName": "DateRangeInput",
|
|
289324
289324
|
"methods": [],
|
|
289325
289325
|
"props": {
|
|
289326
289326
|
"isDisabled": {
|
|
@@ -289328,12 +289328,12 @@
|
|
|
289328
289328
|
"description": "",
|
|
289329
289329
|
"name": "isDisabled",
|
|
289330
289330
|
"parent": {
|
|
289331
|
-
"fileName": "components/src/components/
|
|
289331
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289332
289332
|
"name": "DateInputProps"
|
|
289333
289333
|
},
|
|
289334
289334
|
"declarations": [
|
|
289335
289335
|
{
|
|
289336
|
-
"fileName": "components/src/components/
|
|
289336
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
289337
289337
|
"name": "DateInputProps"
|
|
289338
289338
|
}
|
|
289339
289339
|
],
|
|
@@ -341074,49 +341074,6 @@
|
|
|
341074
341074
|
}
|
|
341075
341075
|
}
|
|
341076
341076
|
},
|
|
341077
|
-
{
|
|
341078
|
-
"tags": {},
|
|
341079
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341080
|
-
"description": "",
|
|
341081
|
-
"displayName": "useGridItemProps",
|
|
341082
|
-
"methods": [],
|
|
341083
|
-
"props": {
|
|
341084
|
-
"data": {
|
|
341085
|
-
"defaultValue": null,
|
|
341086
|
-
"description": "",
|
|
341087
|
-
"name": "data",
|
|
341088
|
-
"parent": {
|
|
341089
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341090
|
-
"name": "P"
|
|
341091
|
-
},
|
|
341092
|
-
"declarations": [
|
|
341093
|
-
{
|
|
341094
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
341095
|
-
"name": "P"
|
|
341096
|
-
}
|
|
341097
|
-
],
|
|
341098
|
-
"required": true,
|
|
341099
|
-
"type": {
|
|
341100
|
-
"name": "never"
|
|
341101
|
-
}
|
|
341102
|
-
},
|
|
341103
|
-
"children": {
|
|
341104
|
-
"defaultValue": null,
|
|
341105
|
-
"description": "",
|
|
341106
|
-
"name": "children",
|
|
341107
|
-
"declarations": [
|
|
341108
|
-
{
|
|
341109
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
341110
|
-
"name": "TypeLiteral"
|
|
341111
|
-
}
|
|
341112
|
-
],
|
|
341113
|
-
"required": false,
|
|
341114
|
-
"type": {
|
|
341115
|
-
"name": "ReactNode"
|
|
341116
|
-
}
|
|
341117
|
-
}
|
|
341118
|
-
}
|
|
341119
|
-
},
|
|
341120
341077
|
{
|
|
341121
341078
|
"tags": {},
|
|
341122
341079
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -341198,6 +341155,49 @@
|
|
|
341198
341155
|
}
|
|
341199
341156
|
}
|
|
341200
341157
|
},
|
|
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
341201
|
{
|
|
341202
341202
|
"tags": {},
|
|
341203
341203
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|