@mittwald/flow-react-components 0.2.0-alpha.342 → 0.2.0-alpha.344
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 +10 -0
- package/dist/assets/doc-properties.json +304 -304
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +16 -19
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs +15 -0
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs.map +1 -0
- package/dist/js/default.mjs +2 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts +2 -2
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/index.d.ts +2 -0
- package/dist/types/components/PasswordCreationField/index.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts +3 -0
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -0
- package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -33050,7 +33050,7 @@
|
|
|
33050
33050
|
],
|
|
33051
33051
|
"required": false,
|
|
33052
33052
|
"type": {
|
|
33053
|
-
"name": "
|
|
33053
|
+
"name": "string"
|
|
33054
33054
|
}
|
|
33055
33055
|
},
|
|
33056
33056
|
"defaultValue": {
|
|
@@ -33069,7 +33069,7 @@
|
|
|
33069
33069
|
],
|
|
33070
33070
|
"required": false,
|
|
33071
33071
|
"type": {
|
|
33072
|
-
"name": "
|
|
33072
|
+
"name": "string"
|
|
33073
33073
|
}
|
|
33074
33074
|
},
|
|
33075
33075
|
"placeholder": {
|
|
@@ -101117,25 +101117,44 @@
|
|
|
101117
101117
|
"flr-generate": "all",
|
|
101118
101118
|
"flr-clear-props-context": ""
|
|
101119
101119
|
},
|
|
101120
|
-
"filePath": "src/components/
|
|
101120
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
|
|
101121
101121
|
"description": "",
|
|
101122
|
-
"displayName": "
|
|
101122
|
+
"displayName": "Heading",
|
|
101123
101123
|
"methods": [],
|
|
101124
101124
|
"props": {
|
|
101125
|
+
"size": {
|
|
101126
|
+
"defaultValue": null,
|
|
101127
|
+
"description": "The font size of the heading.",
|
|
101128
|
+
"name": "size",
|
|
101129
|
+
"parent": {
|
|
101130
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101131
|
+
"name": "HeadingProps"
|
|
101132
|
+
},
|
|
101133
|
+
"declarations": [
|
|
101134
|
+
{
|
|
101135
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101136
|
+
"name": "HeadingProps"
|
|
101137
|
+
}
|
|
101138
|
+
],
|
|
101139
|
+
"required": false,
|
|
101140
|
+
"type": {
|
|
101141
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
|
|
101142
|
+
}
|
|
101143
|
+
},
|
|
101125
101144
|
"color": {
|
|
101126
101145
|
"defaultValue": {
|
|
101127
101146
|
"value": "\"primary\""
|
|
101128
101147
|
},
|
|
101129
|
-
"description": "The color of the
|
|
101148
|
+
"description": "The color of the heading.",
|
|
101130
101149
|
"name": "color",
|
|
101131
101150
|
"parent": {
|
|
101132
|
-
"fileName": "src/components/
|
|
101133
|
-
"name": "
|
|
101151
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101152
|
+
"name": "HeadingProps"
|
|
101134
101153
|
},
|
|
101135
101154
|
"declarations": [
|
|
101136
101155
|
{
|
|
101137
|
-
"fileName": "src/components/
|
|
101138
|
-
"name": "
|
|
101156
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101157
|
+
"name": "HeadingProps"
|
|
101139
101158
|
}
|
|
101140
101159
|
],
|
|
101141
101160
|
"required": false,
|
|
@@ -101143,42 +101162,44 @@
|
|
|
101143
101162
|
"name": "\"light\" | \"dark\" | \"primary\""
|
|
101144
101163
|
}
|
|
101145
101164
|
},
|
|
101146
|
-
"
|
|
101147
|
-
"defaultValue":
|
|
101148
|
-
|
|
101149
|
-
|
|
101165
|
+
"wrap": {
|
|
101166
|
+
"defaultValue": {
|
|
101167
|
+
"value": "undefined"
|
|
101168
|
+
},
|
|
101169
|
+
"description": "The text-wrap property of the text.",
|
|
101170
|
+
"name": "wrap",
|
|
101150
101171
|
"parent": {
|
|
101151
|
-
"fileName": "
|
|
101152
|
-
"name": "
|
|
101172
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101173
|
+
"name": "HeadingProps"
|
|
101153
101174
|
},
|
|
101154
101175
|
"declarations": [
|
|
101155
101176
|
{
|
|
101156
|
-
"fileName": "
|
|
101157
|
-
"name": "
|
|
101177
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101178
|
+
"name": "HeadingProps"
|
|
101158
101179
|
}
|
|
101159
101180
|
],
|
|
101160
101181
|
"required": false,
|
|
101161
101182
|
"type": {
|
|
101162
|
-
"name": "
|
|
101183
|
+
"name": "\"wrap\" | \"balance\""
|
|
101163
101184
|
}
|
|
101164
101185
|
},
|
|
101165
|
-
"
|
|
101186
|
+
"level": {
|
|
101166
101187
|
"defaultValue": null,
|
|
101167
101188
|
"description": "",
|
|
101168
|
-
"name": "
|
|
101189
|
+
"name": "level",
|
|
101169
101190
|
"parent": {
|
|
101170
|
-
"fileName": "flow/node_modules/.pnpm
|
|
101171
|
-
"name": "
|
|
101191
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
101192
|
+
"name": "HeadingProps"
|
|
101172
101193
|
},
|
|
101173
101194
|
"declarations": [
|
|
101174
101195
|
{
|
|
101175
|
-
"fileName": "flow/node_modules/.pnpm
|
|
101176
|
-
"name": "
|
|
101196
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
101197
|
+
"name": "HeadingProps"
|
|
101177
101198
|
}
|
|
101178
101199
|
],
|
|
101179
101200
|
"required": false,
|
|
101180
101201
|
"type": {
|
|
101181
|
-
"name": "
|
|
101202
|
+
"name": "number"
|
|
101182
101203
|
}
|
|
101183
101204
|
},
|
|
101184
101205
|
"defaultChecked": {
|
|
@@ -106447,52 +106468,109 @@
|
|
|
106447
106468
|
"type": {
|
|
106448
106469
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
106449
106470
|
}
|
|
106450
|
-
}
|
|
106451
|
-
|
|
106452
|
-
},
|
|
106453
|
-
{
|
|
106454
|
-
"tags": {
|
|
106455
|
-
"flr-generate": "all",
|
|
106456
|
-
"flr-clear-props-context": ""
|
|
106457
|
-
},
|
|
106458
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
|
|
106459
|
-
"description": "",
|
|
106460
|
-
"displayName": "Heading",
|
|
106461
|
-
"methods": [],
|
|
106462
|
-
"props": {
|
|
106463
|
-
"size": {
|
|
106471
|
+
},
|
|
106472
|
+
"wrapWith": {
|
|
106464
106473
|
"defaultValue": null,
|
|
106465
|
-
"description": "
|
|
106466
|
-
"name": "
|
|
106474
|
+
"description": "",
|
|
106475
|
+
"name": "wrapWith",
|
|
106467
106476
|
"parent": {
|
|
106468
|
-
"fileName": "components/src/
|
|
106469
|
-
"name": "
|
|
106477
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
106478
|
+
"name": "FlowComponentProps"
|
|
106470
106479
|
},
|
|
106471
106480
|
"declarations": [
|
|
106472
106481
|
{
|
|
106473
|
-
"fileName": "components/src/
|
|
106474
|
-
"name": "
|
|
106482
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
106483
|
+
"name": "FlowComponentProps"
|
|
106475
106484
|
}
|
|
106476
106485
|
],
|
|
106477
106486
|
"required": false,
|
|
106478
106487
|
"type": {
|
|
106479
|
-
"name": "
|
|
106488
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
106489
|
+
}
|
|
106490
|
+
},
|
|
106491
|
+
"tunnelId": {
|
|
106492
|
+
"defaultValue": null,
|
|
106493
|
+
"description": "@internal",
|
|
106494
|
+
"name": "tunnelId",
|
|
106495
|
+
"parent": {
|
|
106496
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
106497
|
+
"name": "PropsWithTunnel"
|
|
106498
|
+
},
|
|
106499
|
+
"declarations": [
|
|
106500
|
+
{
|
|
106501
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
106502
|
+
"name": "PropsWithTunnel"
|
|
106503
|
+
}
|
|
106504
|
+
],
|
|
106505
|
+
"required": false,
|
|
106506
|
+
"type": {
|
|
106507
|
+
"name": "string | null"
|
|
106508
|
+
}
|
|
106509
|
+
},
|
|
106510
|
+
"ref": {
|
|
106511
|
+
"defaultValue": null,
|
|
106512
|
+
"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}",
|
|
106513
|
+
"name": "ref",
|
|
106514
|
+
"parent": {
|
|
106515
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106516
|
+
"name": "RefAttributes"
|
|
106517
|
+
},
|
|
106518
|
+
"declarations": [
|
|
106519
|
+
{
|
|
106520
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106521
|
+
"name": "RefAttributes"
|
|
106522
|
+
}
|
|
106523
|
+
],
|
|
106524
|
+
"required": false,
|
|
106525
|
+
"type": {
|
|
106526
|
+
"name": "Ref<HTMLInputElement>"
|
|
106480
106527
|
}
|
|
106481
106528
|
},
|
|
106529
|
+
"key": {
|
|
106530
|
+
"defaultValue": null,
|
|
106531
|
+
"description": "",
|
|
106532
|
+
"name": "key",
|
|
106533
|
+
"parent": {
|
|
106534
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106535
|
+
"name": "Attributes"
|
|
106536
|
+
},
|
|
106537
|
+
"declarations": [
|
|
106538
|
+
{
|
|
106539
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106540
|
+
"name": "Attributes"
|
|
106541
|
+
}
|
|
106542
|
+
],
|
|
106543
|
+
"required": false,
|
|
106544
|
+
"type": {
|
|
106545
|
+
"name": "Key | null"
|
|
106546
|
+
}
|
|
106547
|
+
}
|
|
106548
|
+
}
|
|
106549
|
+
},
|
|
106550
|
+
{
|
|
106551
|
+
"tags": {
|
|
106552
|
+
"flr-generate": "all",
|
|
106553
|
+
"flr-clear-props-context": ""
|
|
106554
|
+
},
|
|
106555
|
+
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
106556
|
+
"description": "",
|
|
106557
|
+
"displayName": "HeaderNavigation",
|
|
106558
|
+
"methods": [],
|
|
106559
|
+
"props": {
|
|
106482
106560
|
"color": {
|
|
106483
106561
|
"defaultValue": {
|
|
106484
106562
|
"value": "\"primary\""
|
|
106485
106563
|
},
|
|
106486
|
-
"description": "The color of the
|
|
106564
|
+
"description": "The color of the header navigation.",
|
|
106487
106565
|
"name": "color",
|
|
106488
106566
|
"parent": {
|
|
106489
|
-
"fileName": "
|
|
106490
|
-
"name": "
|
|
106567
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
106568
|
+
"name": "HeaderNavigationProps"
|
|
106491
106569
|
},
|
|
106492
106570
|
"declarations": [
|
|
106493
106571
|
{
|
|
106494
|
-
"fileName": "
|
|
106495
|
-
"name": "
|
|
106572
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
106573
|
+
"name": "HeaderNavigationProps"
|
|
106496
106574
|
}
|
|
106497
106575
|
],
|
|
106498
106576
|
"required": false,
|
|
@@ -106500,44 +106578,42 @@
|
|
|
106500
106578
|
"name": "\"light\" | \"dark\" | \"primary\""
|
|
106501
106579
|
}
|
|
106502
106580
|
},
|
|
106503
|
-
"
|
|
106504
|
-
"defaultValue":
|
|
106505
|
-
|
|
106506
|
-
|
|
106507
|
-
"description": "The text-wrap property of the text.",
|
|
106508
|
-
"name": "wrap",
|
|
106581
|
+
"ref": {
|
|
106582
|
+
"defaultValue": null,
|
|
106583
|
+
"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}",
|
|
106584
|
+
"name": "ref",
|
|
106509
106585
|
"parent": {
|
|
106510
|
-
"fileName": "
|
|
106511
|
-
"name": "
|
|
106586
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106587
|
+
"name": "RefAttributes"
|
|
106512
106588
|
},
|
|
106513
106589
|
"declarations": [
|
|
106514
106590
|
{
|
|
106515
|
-
"fileName": "
|
|
106516
|
-
"name": "
|
|
106591
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106592
|
+
"name": "RefAttributes"
|
|
106517
106593
|
}
|
|
106518
106594
|
],
|
|
106519
106595
|
"required": false,
|
|
106520
106596
|
"type": {
|
|
106521
|
-
"name": "
|
|
106597
|
+
"name": "Ref<HTMLInputElement>"
|
|
106522
106598
|
}
|
|
106523
106599
|
},
|
|
106524
|
-
"
|
|
106600
|
+
"key": {
|
|
106525
106601
|
"defaultValue": null,
|
|
106526
106602
|
"description": "",
|
|
106527
|
-
"name": "
|
|
106603
|
+
"name": "key",
|
|
106528
106604
|
"parent": {
|
|
106529
|
-
"fileName": "flow/node_modules/.pnpm
|
|
106530
|
-
"name": "
|
|
106605
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106606
|
+
"name": "Attributes"
|
|
106531
106607
|
},
|
|
106532
106608
|
"declarations": [
|
|
106533
106609
|
{
|
|
106534
|
-
"fileName": "flow/node_modules/.pnpm
|
|
106535
|
-
"name": "
|
|
106610
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106611
|
+
"name": "Attributes"
|
|
106536
106612
|
}
|
|
106537
106613
|
],
|
|
106538
106614
|
"required": false,
|
|
106539
106615
|
"type": {
|
|
106540
|
-
"name": "
|
|
106616
|
+
"name": "Key | null"
|
|
106541
106617
|
}
|
|
106542
106618
|
},
|
|
106543
106619
|
"defaultChecked": {
|
|
@@ -111806,82 +111882,6 @@
|
|
|
111806
111882
|
"type": {
|
|
111807
111883
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
111808
111884
|
}
|
|
111809
|
-
},
|
|
111810
|
-
"wrapWith": {
|
|
111811
|
-
"defaultValue": null,
|
|
111812
|
-
"description": "",
|
|
111813
|
-
"name": "wrapWith",
|
|
111814
|
-
"parent": {
|
|
111815
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
111816
|
-
"name": "FlowComponentProps"
|
|
111817
|
-
},
|
|
111818
|
-
"declarations": [
|
|
111819
|
-
{
|
|
111820
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
111821
|
-
"name": "FlowComponentProps"
|
|
111822
|
-
}
|
|
111823
|
-
],
|
|
111824
|
-
"required": false,
|
|
111825
|
-
"type": {
|
|
111826
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
111827
|
-
}
|
|
111828
|
-
},
|
|
111829
|
-
"tunnelId": {
|
|
111830
|
-
"defaultValue": null,
|
|
111831
|
-
"description": "@internal",
|
|
111832
|
-
"name": "tunnelId",
|
|
111833
|
-
"parent": {
|
|
111834
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
111835
|
-
"name": "PropsWithTunnel"
|
|
111836
|
-
},
|
|
111837
|
-
"declarations": [
|
|
111838
|
-
{
|
|
111839
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
111840
|
-
"name": "PropsWithTunnel"
|
|
111841
|
-
}
|
|
111842
|
-
],
|
|
111843
|
-
"required": false,
|
|
111844
|
-
"type": {
|
|
111845
|
-
"name": "string | null"
|
|
111846
|
-
}
|
|
111847
|
-
},
|
|
111848
|
-
"ref": {
|
|
111849
|
-
"defaultValue": null,
|
|
111850
|
-
"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}",
|
|
111851
|
-
"name": "ref",
|
|
111852
|
-
"parent": {
|
|
111853
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111854
|
-
"name": "RefAttributes"
|
|
111855
|
-
},
|
|
111856
|
-
"declarations": [
|
|
111857
|
-
{
|
|
111858
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111859
|
-
"name": "RefAttributes"
|
|
111860
|
-
}
|
|
111861
|
-
],
|
|
111862
|
-
"required": false,
|
|
111863
|
-
"type": {
|
|
111864
|
-
"name": "Ref<HTMLInputElement>"
|
|
111865
|
-
}
|
|
111866
|
-
},
|
|
111867
|
-
"key": {
|
|
111868
|
-
"defaultValue": null,
|
|
111869
|
-
"description": "",
|
|
111870
|
-
"name": "key",
|
|
111871
|
-
"parent": {
|
|
111872
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111873
|
-
"name": "Attributes"
|
|
111874
|
-
},
|
|
111875
|
-
"declarations": [
|
|
111876
|
-
{
|
|
111877
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111878
|
-
"name": "Attributes"
|
|
111879
|
-
}
|
|
111880
|
-
],
|
|
111881
|
-
"required": false,
|
|
111882
|
-
"type": {
|
|
111883
|
-
"name": "Key | null"
|
|
111884
|
-
}
|
|
111885
111885
|
}
|
|
111886
111886
|
}
|
|
111887
111887
|
},
|
|
@@ -171804,356 +171804,356 @@
|
|
|
171804
171804
|
"tags": {
|
|
171805
171805
|
"flr-generate": "all"
|
|
171806
171806
|
},
|
|
171807
|
-
"filePath": "
|
|
171807
|
+
"filePath": "src/components/AreaChart/AreaChart.tsx",
|
|
171808
171808
|
"description": "",
|
|
171809
|
-
"displayName": "
|
|
171809
|
+
"displayName": "AreaChart",
|
|
171810
171810
|
"methods": [],
|
|
171811
171811
|
"props": {
|
|
171812
|
-
"
|
|
171812
|
+
"height": {
|
|
171813
171813
|
"defaultValue": null,
|
|
171814
171814
|
"description": "",
|
|
171815
|
-
"name": "
|
|
171815
|
+
"name": "height",
|
|
171816
|
+
"parent": {
|
|
171817
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171818
|
+
"name": "AreaChartProps"
|
|
171819
|
+
},
|
|
171816
171820
|
"declarations": [
|
|
171817
171821
|
{
|
|
171818
|
-
"fileName": "
|
|
171819
|
-
"name": "
|
|
171822
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171823
|
+
"name": "AreaChartProps"
|
|
171820
171824
|
}
|
|
171821
171825
|
],
|
|
171822
171826
|
"required": false,
|
|
171823
171827
|
"type": {
|
|
171824
|
-
"name": "
|
|
171828
|
+
"name": "string"
|
|
171825
171829
|
}
|
|
171826
171830
|
},
|
|
171827
|
-
"
|
|
171831
|
+
"emptyView": {
|
|
171828
171832
|
"defaultValue": null,
|
|
171829
|
-
"description": "
|
|
171830
|
-
"name": "
|
|
171833
|
+
"description": "View that is provided when data is empty/undefined",
|
|
171834
|
+
"name": "emptyView",
|
|
171831
171835
|
"parent": {
|
|
171832
|
-
"fileName": "
|
|
171833
|
-
"name": "
|
|
171836
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171837
|
+
"name": "AreaChartProps"
|
|
171834
171838
|
},
|
|
171835
171839
|
"declarations": [
|
|
171836
171840
|
{
|
|
171837
|
-
"fileName": "
|
|
171838
|
-
"name": "
|
|
171841
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171842
|
+
"name": "AreaChartProps"
|
|
171839
171843
|
}
|
|
171840
171844
|
],
|
|
171841
171845
|
"required": false,
|
|
171842
171846
|
"type": {
|
|
171843
|
-
"name": "
|
|
171847
|
+
"name": "ComponentType<AreaChartEmptyViewProps>"
|
|
171844
171848
|
}
|
|
171845
171849
|
},
|
|
171846
|
-
"
|
|
171850
|
+
"flexGrow": {
|
|
171847
171851
|
"defaultValue": null,
|
|
171848
|
-
"description": "",
|
|
171849
|
-
"name": "
|
|
171852
|
+
"description": "Allow the height controlling container to set flex-grow: 1. Can only be\nused in combination with `height`",
|
|
171853
|
+
"name": "flexGrow",
|
|
171850
171854
|
"parent": {
|
|
171851
|
-
"fileName": "
|
|
171852
|
-
"name": "
|
|
171855
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171856
|
+
"name": "AreaChartProps"
|
|
171853
171857
|
},
|
|
171854
171858
|
"declarations": [
|
|
171855
171859
|
{
|
|
171856
|
-
"fileName": "
|
|
171857
|
-
"name": "
|
|
171860
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171861
|
+
"name": "AreaChartProps"
|
|
171858
171862
|
}
|
|
171859
171863
|
],
|
|
171860
171864
|
"required": false,
|
|
171861
171865
|
"type": {
|
|
171862
|
-
"name": "
|
|
171866
|
+
"name": "boolean"
|
|
171863
171867
|
}
|
|
171864
171868
|
},
|
|
171865
|
-
"
|
|
171869
|
+
"className": {
|
|
171866
171870
|
"defaultValue": null,
|
|
171867
|
-
"description": "
|
|
171868
|
-
"name": "
|
|
171871
|
+
"description": "",
|
|
171872
|
+
"name": "className",
|
|
171869
171873
|
"parent": {
|
|
171870
|
-
"fileName": "
|
|
171871
|
-
"name": "
|
|
171874
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171875
|
+
"name": "CategoricalChartProps"
|
|
171872
171876
|
},
|
|
171873
171877
|
"declarations": [
|
|
171874
171878
|
{
|
|
171875
|
-
"fileName": "
|
|
171876
|
-
"name": "
|
|
171879
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171880
|
+
"name": "CategoricalChartProps"
|
|
171877
171881
|
}
|
|
171878
171882
|
],
|
|
171879
171883
|
"required": false,
|
|
171880
171884
|
"type": {
|
|
171881
|
-
"name": "string
|
|
171885
|
+
"name": "string"
|
|
171882
171886
|
}
|
|
171883
171887
|
},
|
|
171884
|
-
"
|
|
171888
|
+
"data": {
|
|
171885
171889
|
"defaultValue": null,
|
|
171886
|
-
"description": "
|
|
171887
|
-
"name": "
|
|
171890
|
+
"description": "",
|
|
171891
|
+
"name": "data",
|
|
171888
171892
|
"parent": {
|
|
171889
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171890
|
-
"name": "
|
|
171893
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171894
|
+
"name": "CategoricalChartProps"
|
|
171891
171895
|
},
|
|
171892
171896
|
"declarations": [
|
|
171893
171897
|
{
|
|
171894
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171895
|
-
"name": "
|
|
171898
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171899
|
+
"name": "CategoricalChartProps"
|
|
171896
171900
|
}
|
|
171897
171901
|
],
|
|
171898
171902
|
"required": false,
|
|
171899
171903
|
"type": {
|
|
171900
|
-
"name": "
|
|
171904
|
+
"name": "any[]"
|
|
171901
171905
|
}
|
|
171902
171906
|
},
|
|
171903
|
-
"
|
|
171907
|
+
"syncId": {
|
|
171904
171908
|
"defaultValue": null,
|
|
171905
171909
|
"description": "",
|
|
171906
|
-
"name": "
|
|
171910
|
+
"name": "syncId",
|
|
171907
171911
|
"parent": {
|
|
171908
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171909
|
-
"name": "
|
|
171912
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171913
|
+
"name": "CategoricalChartProps"
|
|
171910
171914
|
},
|
|
171911
171915
|
"declarations": [
|
|
171912
171916
|
{
|
|
171913
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171914
|
-
"name": "
|
|
171917
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171918
|
+
"name": "CategoricalChartProps"
|
|
171915
171919
|
}
|
|
171916
171920
|
],
|
|
171917
171921
|
"required": false,
|
|
171918
171922
|
"type": {
|
|
171919
|
-
"name": "
|
|
171923
|
+
"name": "string | number"
|
|
171920
171924
|
}
|
|
171921
171925
|
},
|
|
171922
|
-
"
|
|
171926
|
+
"syncMethod": {
|
|
171923
171927
|
"defaultValue": null,
|
|
171924
|
-
"description": "
|
|
171925
|
-
"name": "
|
|
171928
|
+
"description": "",
|
|
171929
|
+
"name": "syncMethod",
|
|
171926
171930
|
"parent": {
|
|
171927
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171928
|
-
"name": "
|
|
171931
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171932
|
+
"name": "CategoricalChartProps"
|
|
171929
171933
|
},
|
|
171930
171934
|
"declarations": [
|
|
171931
171935
|
{
|
|
171932
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171933
|
-
"name": "
|
|
171936
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171937
|
+
"name": "CategoricalChartProps"
|
|
171934
171938
|
}
|
|
171935
171939
|
],
|
|
171936
171940
|
"required": false,
|
|
171937
171941
|
"type": {
|
|
171938
|
-
"name": "
|
|
171942
|
+
"name": "SyncMethod"
|
|
171939
171943
|
}
|
|
171940
171944
|
},
|
|
171941
|
-
"
|
|
171945
|
+
"children": {
|
|
171942
171946
|
"defaultValue": null,
|
|
171943
|
-
"description": "
|
|
171944
|
-
"name": "
|
|
171945
|
-
"parent": {
|
|
171946
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
171947
|
-
"name": "SlotProps"
|
|
171948
|
-
},
|
|
171947
|
+
"description": "",
|
|
171948
|
+
"name": "children",
|
|
171949
171949
|
"declarations": [
|
|
171950
171950
|
{
|
|
171951
|
-
"fileName": "flow/node_modules/.pnpm
|
|
171952
|
-
"name": "
|
|
171951
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
171952
|
+
"name": "TypeLiteral"
|
|
171953
171953
|
}
|
|
171954
171954
|
],
|
|
171955
171955
|
"required": false,
|
|
171956
171956
|
"type": {
|
|
171957
|
-
"name": "
|
|
171957
|
+
"name": "ReactNode"
|
|
171958
171958
|
}
|
|
171959
|
-
}
|
|
171960
|
-
|
|
171959
|
+
}
|
|
171960
|
+
}
|
|
171961
|
+
},
|
|
171962
|
+
{
|
|
171963
|
+
"tags": {
|
|
171964
|
+
"flr-generate": "all"
|
|
171965
|
+
},
|
|
171966
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
|
|
171967
|
+
"description": "",
|
|
171968
|
+
"displayName": "Autocomplete",
|
|
171969
|
+
"methods": [],
|
|
171970
|
+
"props": {
|
|
171971
|
+
"children": {
|
|
171961
171972
|
"defaultValue": null,
|
|
171962
|
-
"description": "
|
|
171963
|
-
"name": "
|
|
171964
|
-
"parent": {
|
|
171965
|
-
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
171966
|
-
"name": "AutocompleteProps"
|
|
171967
|
-
},
|
|
171973
|
+
"description": "",
|
|
171974
|
+
"name": "children",
|
|
171968
171975
|
"declarations": [
|
|
171969
171976
|
{
|
|
171970
|
-
"fileName": "flow/node_modules/.pnpm/@react
|
|
171971
|
-
"name": "
|
|
171977
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
171978
|
+
"name": "TypeLiteral"
|
|
171972
171979
|
}
|
|
171973
171980
|
],
|
|
171974
171981
|
"required": false,
|
|
171975
171982
|
"type": {
|
|
171976
|
-
"name": "
|
|
171983
|
+
"name": "ReactNode"
|
|
171977
171984
|
}
|
|
171978
171985
|
},
|
|
171979
|
-
"
|
|
171980
|
-
"defaultValue":
|
|
171981
|
-
|
|
171982
|
-
|
|
171983
|
-
"description": "Whether or not to focus the first item in the collection after a filter is performed.",
|
|
171984
|
-
"name": "disableAutoFocusFirst",
|
|
171986
|
+
"className": {
|
|
171987
|
+
"defaultValue": null,
|
|
171988
|
+
"description": "The elements class name.",
|
|
171989
|
+
"name": "className",
|
|
171985
171990
|
"parent": {
|
|
171986
|
-
"fileName": "
|
|
171987
|
-
"name": "
|
|
171991
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
171992
|
+
"name": "PropsWithClassName"
|
|
171988
171993
|
},
|
|
171989
171994
|
"declarations": [
|
|
171990
171995
|
{
|
|
171991
|
-
"fileName": "
|
|
171992
|
-
"name": "
|
|
171996
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
171997
|
+
"name": "PropsWithClassName"
|
|
171993
171998
|
}
|
|
171994
171999
|
],
|
|
171995
172000
|
"required": false,
|
|
171996
172001
|
"type": {
|
|
171997
|
-
"name": "
|
|
172002
|
+
"name": "string"
|
|
171998
172003
|
}
|
|
171999
|
-
}
|
|
172000
|
-
|
|
172001
|
-
},
|
|
172002
|
-
{
|
|
172003
|
-
"tags": {
|
|
172004
|
-
"flr-generate": "all"
|
|
172005
|
-
},
|
|
172006
|
-
"filePath": "src/components/AreaChart/AreaChart.tsx",
|
|
172007
|
-
"description": "",
|
|
172008
|
-
"displayName": "AreaChart",
|
|
172009
|
-
"methods": [],
|
|
172010
|
-
"props": {
|
|
172011
|
-
"height": {
|
|
172004
|
+
},
|
|
172005
|
+
"wrapWith": {
|
|
172012
172006
|
"defaultValue": null,
|
|
172013
172007
|
"description": "",
|
|
172014
|
-
"name": "
|
|
172008
|
+
"name": "wrapWith",
|
|
172015
172009
|
"parent": {
|
|
172016
|
-
"fileName": "src/
|
|
172017
|
-
"name": "
|
|
172010
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172011
|
+
"name": "FlowComponentProps"
|
|
172018
172012
|
},
|
|
172019
172013
|
"declarations": [
|
|
172020
172014
|
{
|
|
172021
|
-
"fileName": "src/
|
|
172022
|
-
"name": "
|
|
172015
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172016
|
+
"name": "FlowComponentProps"
|
|
172023
172017
|
}
|
|
172024
172018
|
],
|
|
172025
172019
|
"required": false,
|
|
172026
172020
|
"type": {
|
|
172027
|
-
"name": "string"
|
|
172021
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
172028
172022
|
}
|
|
172029
172023
|
},
|
|
172030
|
-
"
|
|
172024
|
+
"tunnelId": {
|
|
172031
172025
|
"defaultValue": null,
|
|
172032
|
-
"description": "
|
|
172033
|
-
"name": "
|
|
172026
|
+
"description": "@internal",
|
|
172027
|
+
"name": "tunnelId",
|
|
172034
172028
|
"parent": {
|
|
172035
|
-
"fileName": "src/
|
|
172036
|
-
"name": "
|
|
172029
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172030
|
+
"name": "PropsWithTunnel"
|
|
172037
172031
|
},
|
|
172038
172032
|
"declarations": [
|
|
172039
172033
|
{
|
|
172040
|
-
"fileName": "src/
|
|
172041
|
-
"name": "
|
|
172034
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172035
|
+
"name": "PropsWithTunnel"
|
|
172042
172036
|
}
|
|
172043
172037
|
],
|
|
172044
172038
|
"required": false,
|
|
172045
172039
|
"type": {
|
|
172046
|
-
"name": "
|
|
172040
|
+
"name": "string | null"
|
|
172047
172041
|
}
|
|
172048
172042
|
},
|
|
172049
|
-
"
|
|
172043
|
+
"ref": {
|
|
172050
172044
|
"defaultValue": null,
|
|
172051
|
-
"description": "
|
|
172052
|
-
"name": "
|
|
172045
|
+
"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}",
|
|
172046
|
+
"name": "ref",
|
|
172053
172047
|
"parent": {
|
|
172054
|
-
"fileName": "
|
|
172055
|
-
"name": "
|
|
172048
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172049
|
+
"name": "RefAttributes"
|
|
172056
172050
|
},
|
|
172057
172051
|
"declarations": [
|
|
172058
172052
|
{
|
|
172059
|
-
"fileName": "
|
|
172060
|
-
"name": "
|
|
172053
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172054
|
+
"name": "RefAttributes"
|
|
172061
172055
|
}
|
|
172062
172056
|
],
|
|
172063
172057
|
"required": false,
|
|
172064
172058
|
"type": {
|
|
172065
|
-
"name": "
|
|
172059
|
+
"name": "Ref<HTMLInputElement>"
|
|
172066
172060
|
}
|
|
172067
172061
|
},
|
|
172068
|
-
"
|
|
172062
|
+
"key": {
|
|
172069
172063
|
"defaultValue": null,
|
|
172070
172064
|
"description": "",
|
|
172071
|
-
"name": "
|
|
172065
|
+
"name": "key",
|
|
172072
172066
|
"parent": {
|
|
172073
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172074
|
-
"name": "
|
|
172067
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172068
|
+
"name": "Attributes"
|
|
172075
172069
|
},
|
|
172076
172070
|
"declarations": [
|
|
172077
172071
|
{
|
|
172078
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172079
|
-
"name": "
|
|
172072
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172073
|
+
"name": "Attributes"
|
|
172080
172074
|
}
|
|
172081
172075
|
],
|
|
172082
172076
|
"required": false,
|
|
172083
172077
|
"type": {
|
|
172084
|
-
"name": "
|
|
172078
|
+
"name": "Key | null"
|
|
172085
172079
|
}
|
|
172086
172080
|
},
|
|
172087
|
-
"
|
|
172081
|
+
"filter": {
|
|
172088
172082
|
"defaultValue": null,
|
|
172089
|
-
"description": "",
|
|
172090
|
-
"name": "
|
|
172083
|
+
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
172084
|
+
"name": "filter",
|
|
172091
172085
|
"parent": {
|
|
172092
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172093
|
-
"name": "
|
|
172086
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172087
|
+
"name": "AriaAutocompleteProps"
|
|
172094
172088
|
},
|
|
172095
172089
|
"declarations": [
|
|
172096
172090
|
{
|
|
172097
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172098
|
-
"name": "
|
|
172091
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172092
|
+
"name": "AriaAutocompleteProps"
|
|
172099
172093
|
}
|
|
172100
172094
|
],
|
|
172101
172095
|
"required": false,
|
|
172102
172096
|
"type": {
|
|
172103
|
-
"name": "
|
|
172097
|
+
"name": "((textValue: string, inputValue: string) => boolean)"
|
|
172104
172098
|
}
|
|
172105
172099
|
},
|
|
172106
|
-
"
|
|
172100
|
+
"slot": {
|
|
172107
172101
|
"defaultValue": null,
|
|
172108
|
-
"description": "",
|
|
172109
|
-
"name": "
|
|
172102
|
+
"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.",
|
|
172103
|
+
"name": "slot",
|
|
172110
172104
|
"parent": {
|
|
172111
|
-
"fileName": "flow/node_modules/.pnpm/
|
|
172112
|
-
"name": "
|
|
172105
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
172106
|
+
"name": "SlotProps"
|
|
172113
172107
|
},
|
|
172114
172108
|
"declarations": [
|
|
172115
172109
|
{
|
|
172116
|
-
"fileName": "flow/node_modules/.pnpm/
|
|
172117
|
-
"name": "
|
|
172110
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
172111
|
+
"name": "SlotProps"
|
|
172118
172112
|
}
|
|
172119
172113
|
],
|
|
172120
172114
|
"required": false,
|
|
172121
172115
|
"type": {
|
|
172122
|
-
"name": "string |
|
|
172116
|
+
"name": "string | null"
|
|
172123
172117
|
}
|
|
172124
172118
|
},
|
|
172125
|
-
"
|
|
172119
|
+
"defaultInputValue": {
|
|
172126
172120
|
"defaultValue": null,
|
|
172127
|
-
"description": "",
|
|
172128
|
-
"name": "
|
|
172121
|
+
"description": "The default value of the autocomplete input (uncontrolled).",
|
|
172122
|
+
"name": "defaultInputValue",
|
|
172129
172123
|
"parent": {
|
|
172130
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172131
|
-
"name": "
|
|
172124
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172125
|
+
"name": "AutocompleteProps"
|
|
172132
172126
|
},
|
|
172133
172127
|
"declarations": [
|
|
172134
172128
|
{
|
|
172135
|
-
"fileName": "flow/node_modules/.pnpm
|
|
172136
|
-
"name": "
|
|
172129
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172130
|
+
"name": "AutocompleteProps"
|
|
172137
172131
|
}
|
|
172138
172132
|
],
|
|
172139
172133
|
"required": false,
|
|
172140
172134
|
"type": {
|
|
172141
|
-
"name": "
|
|
172135
|
+
"name": "string"
|
|
172142
172136
|
}
|
|
172143
172137
|
},
|
|
172144
|
-
"
|
|
172145
|
-
"defaultValue":
|
|
172146
|
-
|
|
172147
|
-
|
|
172138
|
+
"disableAutoFocusFirst": {
|
|
172139
|
+
"defaultValue": {
|
|
172140
|
+
"value": "false"
|
|
172141
|
+
},
|
|
172142
|
+
"description": "Whether or not to focus the first item in the collection after a filter is performed.",
|
|
172143
|
+
"name": "disableAutoFocusFirst",
|
|
172144
|
+
"parent": {
|
|
172145
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172146
|
+
"name": "AriaAutocompleteProps"
|
|
172147
|
+
},
|
|
172148
172148
|
"declarations": [
|
|
172149
172149
|
{
|
|
172150
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
172151
|
-
"name": "
|
|
172150
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172151
|
+
"name": "AriaAutocompleteProps"
|
|
172152
172152
|
}
|
|
172153
172153
|
],
|
|
172154
172154
|
"required": false,
|
|
172155
172155
|
"type": {
|
|
172156
|
-
"name": "
|
|
172156
|
+
"name": "boolean"
|
|
172157
172157
|
}
|
|
172158
172158
|
}
|
|
172159
172159
|
}
|