@mittwald/flow-react-components 0.2.0-alpha.454 → 0.2.0-alpha.455
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +1062 -1062
- package/package.json +4 -4
|
@@ -79129,114 +79129,42 @@
|
|
|
79129
79129
|
"tags": {
|
|
79130
79130
|
"flr-generate": "all"
|
|
79131
79131
|
},
|
|
79132
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
79132
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/MenuItem.tsx",
|
|
79133
79133
|
"description": "",
|
|
79134
|
-
"displayName": "
|
|
79134
|
+
"displayName": "MenuItem",
|
|
79135
79135
|
"methods": [],
|
|
79136
79136
|
"props": {
|
|
79137
|
-
"
|
|
79137
|
+
"selectionVariant": {
|
|
79138
79138
|
"defaultValue": null,
|
|
79139
|
-
"description": "
|
|
79140
|
-
"name": "
|
|
79139
|
+
"description": "",
|
|
79140
|
+
"name": "selectionVariant",
|
|
79141
79141
|
"parent": {
|
|
79142
|
-
"fileName": "components/src/components/
|
|
79143
|
-
"name": "
|
|
79142
|
+
"fileName": "components/src/components/MenuItem/MenuItem.tsx",
|
|
79143
|
+
"name": "MenuItemProps"
|
|
79144
79144
|
},
|
|
79145
79145
|
"declarations": [
|
|
79146
79146
|
{
|
|
79147
|
-
"fileName": "components/src/components/
|
|
79148
|
-
"name": "
|
|
79149
|
-
}
|
|
79150
|
-
],
|
|
79151
|
-
"required": false,
|
|
79152
|
-
"type": {
|
|
79153
|
-
"name": "number"
|
|
79154
|
-
}
|
|
79155
|
-
},
|
|
79156
|
-
"children": {
|
|
79157
|
-
"defaultValue": null,
|
|
79158
|
-
"description": "",
|
|
79159
|
-
"name": "children",
|
|
79160
|
-
"declarations": [
|
|
79161
|
-
{
|
|
79162
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
79163
|
-
"name": "TypeLiteral"
|
|
79147
|
+
"fileName": "components/src/components/MenuItem/MenuItem.tsx",
|
|
79148
|
+
"name": "MenuItemProps"
|
|
79164
79149
|
}
|
|
79165
79150
|
],
|
|
79166
79151
|
"required": false,
|
|
79167
79152
|
"type": {
|
|
79168
|
-
"name": "
|
|
79153
|
+
"name": "\"navigation\" | \"switch\" | \"control\""
|
|
79169
79154
|
}
|
|
79170
79155
|
},
|
|
79171
79156
|
"aria-label": {
|
|
79172
79157
|
"defaultValue": null,
|
|
79173
|
-
"description": "
|
|
79158
|
+
"description": "An accessibility label for this item.",
|
|
79174
79159
|
"name": "aria-label",
|
|
79175
79160
|
"parent": {
|
|
79176
|
-
"fileName": "flow/node_modules/.pnpm
|
|
79177
|
-
"name": "
|
|
79178
|
-
},
|
|
79179
|
-
"declarations": [
|
|
79180
|
-
{
|
|
79181
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79182
|
-
"name": "AriaLabelingProps"
|
|
79183
|
-
}
|
|
79184
|
-
],
|
|
79185
|
-
"required": false,
|
|
79186
|
-
"type": {
|
|
79187
|
-
"name": "string"
|
|
79188
|
-
}
|
|
79189
|
-
},
|
|
79190
|
-
"aria-labelledby": {
|
|
79191
|
-
"defaultValue": null,
|
|
79192
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
79193
|
-
"name": "aria-labelledby",
|
|
79194
|
-
"parent": {
|
|
79195
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79196
|
-
"name": "AriaLabelingProps"
|
|
79197
|
-
},
|
|
79198
|
-
"declarations": [
|
|
79199
|
-
{
|
|
79200
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79201
|
-
"name": "AriaLabelingProps"
|
|
79202
|
-
}
|
|
79203
|
-
],
|
|
79204
|
-
"required": false,
|
|
79205
|
-
"type": {
|
|
79206
|
-
"name": "string"
|
|
79207
|
-
}
|
|
79208
|
-
},
|
|
79209
|
-
"aria-describedby": {
|
|
79210
|
-
"defaultValue": null,
|
|
79211
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
79212
|
-
"name": "aria-describedby",
|
|
79213
|
-
"parent": {
|
|
79214
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79215
|
-
"name": "AriaLabelingProps"
|
|
79216
|
-
},
|
|
79217
|
-
"declarations": [
|
|
79218
|
-
{
|
|
79219
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79220
|
-
"name": "AriaLabelingProps"
|
|
79221
|
-
}
|
|
79222
|
-
],
|
|
79223
|
-
"required": false,
|
|
79224
|
-
"type": {
|
|
79225
|
-
"name": "string"
|
|
79226
|
-
}
|
|
79227
|
-
},
|
|
79228
|
-
"aria-details": {
|
|
79229
|
-
"defaultValue": null,
|
|
79230
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
79231
|
-
"name": "aria-details",
|
|
79232
|
-
"parent": {
|
|
79233
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
79234
|
-
"name": "AriaLabelingProps"
|
|
79161
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
79162
|
+
"name": "ListBoxItemProps"
|
|
79235
79163
|
},
|
|
79236
79164
|
"declarations": [
|
|
79237
79165
|
{
|
|
79238
|
-
"fileName": "flow/node_modules/.pnpm
|
|
79239
|
-
"name": "
|
|
79166
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
79167
|
+
"name": "ListBoxItemProps"
|
|
79240
79168
|
}
|
|
79241
79169
|
],
|
|
79242
79170
|
"required": false,
|
|
@@ -79379,21 +79307,21 @@
|
|
|
79379
79307
|
},
|
|
79380
79308
|
"onClick": {
|
|
79381
79309
|
"defaultValue": null,
|
|
79382
|
-
"description": "",
|
|
79310
|
+
"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.",
|
|
79383
79311
|
"name": "onClick",
|
|
79384
79312
|
"parent": {
|
|
79385
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
79386
|
-
"name": "
|
|
79313
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
79314
|
+
"name": "PressEvents"
|
|
79387
79315
|
},
|
|
79388
79316
|
"declarations": [
|
|
79389
79317
|
{
|
|
79390
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
79391
|
-
"name": "
|
|
79318
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
79319
|
+
"name": "PressEvents"
|
|
79392
79320
|
}
|
|
79393
79321
|
],
|
|
79394
79322
|
"required": false,
|
|
79395
79323
|
"type": {
|
|
79396
|
-
"name": "
|
|
79324
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
79397
79325
|
}
|
|
79398
79326
|
},
|
|
79399
79327
|
"onClickCapture": {
|
|
@@ -80593,96 +80521,18 @@
|
|
|
80593
80521
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
80594
80522
|
}
|
|
80595
80523
|
},
|
|
80596
|
-
"validationBehavior": {
|
|
80597
|
-
"defaultValue": {
|
|
80598
|
-
"value": "'native'"
|
|
80599
|
-
},
|
|
80600
|
-
"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.",
|
|
80601
|
-
"name": "validationBehavior",
|
|
80602
|
-
"parent": {
|
|
80603
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80604
|
-
"name": "RACValidation"
|
|
80605
|
-
},
|
|
80606
|
-
"declarations": [
|
|
80607
|
-
{
|
|
80608
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80609
|
-
"name": "RACValidation"
|
|
80610
|
-
}
|
|
80611
|
-
],
|
|
80612
|
-
"required": false,
|
|
80613
|
-
"type": {
|
|
80614
|
-
"name": "\"native\" | \"aria\""
|
|
80615
|
-
}
|
|
80616
|
-
},
|
|
80617
80524
|
"isDisabled": {
|
|
80618
80525
|
"defaultValue": null,
|
|
80619
|
-
"description": "Whether the
|
|
80526
|
+
"description": "Whether the item is disabled.",
|
|
80620
80527
|
"name": "isDisabled",
|
|
80621
|
-
"parent": {
|
|
80622
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80623
|
-
"name": "InputBase"
|
|
80624
|
-
},
|
|
80625
|
-
"declarations": [
|
|
80626
|
-
{
|
|
80627
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80628
|
-
"name": "InputBase"
|
|
80629
|
-
}
|
|
80630
|
-
],
|
|
80631
|
-
"required": false,
|
|
80632
|
-
"type": {
|
|
80633
|
-
"name": "boolean"
|
|
80634
|
-
}
|
|
80635
|
-
},
|
|
80636
|
-
"isReadOnly": {
|
|
80637
|
-
"defaultValue": null,
|
|
80638
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
80639
|
-
"name": "isReadOnly",
|
|
80640
|
-
"parent": {
|
|
80641
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80642
|
-
"name": "InputBase"
|
|
80643
|
-
},
|
|
80644
|
-
"declarations": [
|
|
80645
|
-
{
|
|
80646
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80647
|
-
"name": "InputBase"
|
|
80648
|
-
}
|
|
80649
|
-
],
|
|
80650
|
-
"required": false,
|
|
80651
|
-
"type": {
|
|
80652
|
-
"name": "boolean"
|
|
80653
|
-
}
|
|
80654
|
-
},
|
|
80655
|
-
"isRequired": {
|
|
80656
|
-
"defaultValue": null,
|
|
80657
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
80658
|
-
"name": "isRequired",
|
|
80659
|
-
"parent": {
|
|
80660
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80661
|
-
"name": "Validation"
|
|
80662
|
-
},
|
|
80663
|
-
"declarations": [
|
|
80664
|
-
{
|
|
80665
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80666
|
-
"name": "Validation"
|
|
80667
|
-
}
|
|
80668
|
-
],
|
|
80669
|
-
"required": false,
|
|
80670
|
-
"type": {
|
|
80671
|
-
"name": "boolean"
|
|
80672
|
-
}
|
|
80673
|
-
},
|
|
80674
|
-
"isInvalid": {
|
|
80675
|
-
"defaultValue": null,
|
|
80676
|
-
"description": "Whether the value is invalid.",
|
|
80677
|
-
"name": "isInvalid",
|
|
80678
80528
|
"parent": {
|
|
80679
80529
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80680
|
-
"name": "
|
|
80530
|
+
"name": "ListBoxItemProps"
|
|
80681
80531
|
},
|
|
80682
80532
|
"declarations": [
|
|
80683
80533
|
{
|
|
80684
80534
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80685
|
-
"name": "
|
|
80535
|
+
"name": "ListBoxItemProps"
|
|
80686
80536
|
}
|
|
80687
80537
|
],
|
|
80688
80538
|
"required": false,
|
|
@@ -80690,341 +80540,170 @@
|
|
|
80690
80540
|
"name": "boolean"
|
|
80691
80541
|
}
|
|
80692
80542
|
},
|
|
80693
|
-
"
|
|
80694
|
-
"defaultValue": null,
|
|
80695
|
-
"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.",
|
|
80696
|
-
"name": "validate",
|
|
80697
|
-
"parent": {
|
|
80698
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80699
|
-
"name": "Validation"
|
|
80700
|
-
},
|
|
80701
|
-
"declarations": [
|
|
80702
|
-
{
|
|
80703
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80704
|
-
"name": "Validation"
|
|
80705
|
-
}
|
|
80706
|
-
],
|
|
80707
|
-
"required": false,
|
|
80708
|
-
"type": {
|
|
80709
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
80710
|
-
}
|
|
80711
|
-
},
|
|
80712
|
-
"autoFocus": {
|
|
80543
|
+
"value": {
|
|
80713
80544
|
"defaultValue": null,
|
|
80714
|
-
"description": "
|
|
80715
|
-
"name": "
|
|
80545
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
80546
|
+
"name": "value",
|
|
80716
80547
|
"parent": {
|
|
80717
|
-
"fileName": "flow/node_modules/.pnpm
|
|
80718
|
-
"name": "
|
|
80548
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80549
|
+
"name": "MenuItemProps"
|
|
80719
80550
|
},
|
|
80720
80551
|
"declarations": [
|
|
80721
80552
|
{
|
|
80722
|
-
"fileName": "flow/node_modules/.pnpm
|
|
80723
|
-
"name": "
|
|
80553
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80554
|
+
"name": "MenuItemProps"
|
|
80724
80555
|
}
|
|
80725
80556
|
],
|
|
80726
80557
|
"required": false,
|
|
80727
80558
|
"type": {
|
|
80728
|
-
"name": "
|
|
80559
|
+
"name": "object"
|
|
80729
80560
|
}
|
|
80730
80561
|
},
|
|
80731
|
-
"
|
|
80562
|
+
"id": {
|
|
80732
80563
|
"defaultValue": null,
|
|
80733
|
-
"description": "
|
|
80734
|
-
"name": "
|
|
80564
|
+
"description": "The unique id of the item.",
|
|
80565
|
+
"name": "id",
|
|
80735
80566
|
"parent": {
|
|
80736
|
-
"fileName": "flow/node_modules/.pnpm
|
|
80737
|
-
"name": "
|
|
80567
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80568
|
+
"name": "MenuItemProps"
|
|
80738
80569
|
},
|
|
80739
80570
|
"declarations": [
|
|
80740
80571
|
{
|
|
80741
|
-
"fileName": "flow/node_modules/.pnpm
|
|
80742
|
-
"name": "
|
|
80572
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80573
|
+
"name": "MenuItemProps"
|
|
80743
80574
|
}
|
|
80744
80575
|
],
|
|
80745
80576
|
"required": false,
|
|
80746
80577
|
"type": {
|
|
80747
|
-
"name": "
|
|
80578
|
+
"name": "Key"
|
|
80748
80579
|
}
|
|
80749
80580
|
},
|
|
80750
|
-
"
|
|
80581
|
+
"rel": {
|
|
80751
80582
|
"defaultValue": null,
|
|
80752
|
-
"description": "
|
|
80753
|
-
"name": "
|
|
80583
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
80584
|
+
"name": "rel",
|
|
80754
80585
|
"parent": {
|
|
80755
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
80756
|
-
"name": "
|
|
80586
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80587
|
+
"name": "LinkDOMProps"
|
|
80757
80588
|
},
|
|
80758
80589
|
"declarations": [
|
|
80759
80590
|
{
|
|
80760
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
80761
|
-
"name": "
|
|
80591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80592
|
+
"name": "LinkDOMProps"
|
|
80762
80593
|
}
|
|
80763
80594
|
],
|
|
80764
80595
|
"required": false,
|
|
80765
80596
|
"type": {
|
|
80766
|
-
"name": "
|
|
80597
|
+
"name": "string"
|
|
80767
80598
|
}
|
|
80768
80599
|
},
|
|
80769
|
-
"
|
|
80600
|
+
"onHoverStart": {
|
|
80770
80601
|
"defaultValue": null,
|
|
80771
|
-
"description": "Handler that is called when
|
|
80772
|
-
"name": "
|
|
80602
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
80603
|
+
"name": "onHoverStart",
|
|
80773
80604
|
"parent": {
|
|
80774
80605
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80775
|
-
"name": "
|
|
80606
|
+
"name": "HoverEvents"
|
|
80776
80607
|
},
|
|
80777
80608
|
"declarations": [
|
|
80778
80609
|
{
|
|
80779
80610
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80780
|
-
"name": "
|
|
80611
|
+
"name": "HoverEvents"
|
|
80781
80612
|
}
|
|
80782
80613
|
],
|
|
80783
80614
|
"required": false,
|
|
80784
80615
|
"type": {
|
|
80785
|
-
"name": "((
|
|
80616
|
+
"name": "((e: HoverEvent) => void)"
|
|
80786
80617
|
}
|
|
80787
80618
|
},
|
|
80788
|
-
"
|
|
80619
|
+
"onHoverEnd": {
|
|
80789
80620
|
"defaultValue": null,
|
|
80790
|
-
"description": "Handler that is called when a
|
|
80791
|
-
"name": "
|
|
80621
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
80622
|
+
"name": "onHoverEnd",
|
|
80792
80623
|
"parent": {
|
|
80793
80624
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80794
|
-
"name": "
|
|
80625
|
+
"name": "HoverEvents"
|
|
80795
80626
|
},
|
|
80796
80627
|
"declarations": [
|
|
80797
80628
|
{
|
|
80798
80629
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80799
|
-
"name": "
|
|
80630
|
+
"name": "HoverEvents"
|
|
80800
80631
|
}
|
|
80801
80632
|
],
|
|
80802
80633
|
"required": false,
|
|
80803
80634
|
"type": {
|
|
80804
|
-
"name": "((e:
|
|
80635
|
+
"name": "((e: HoverEvent) => void)"
|
|
80805
80636
|
}
|
|
80806
80637
|
},
|
|
80807
|
-
"
|
|
80638
|
+
"onHoverChange": {
|
|
80808
80639
|
"defaultValue": null,
|
|
80809
|
-
"description": "Handler that is called when
|
|
80810
|
-
"name": "
|
|
80640
|
+
"description": "Handler that is called when the hover state changes.",
|
|
80641
|
+
"name": "onHoverChange",
|
|
80811
80642
|
"parent": {
|
|
80812
80643
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80813
|
-
"name": "
|
|
80644
|
+
"name": "HoverEvents"
|
|
80814
80645
|
},
|
|
80815
80646
|
"declarations": [
|
|
80816
80647
|
{
|
|
80817
80648
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80818
|
-
"name": "
|
|
80819
|
-
}
|
|
80820
|
-
],
|
|
80821
|
-
"required": false,
|
|
80822
|
-
"type": {
|
|
80823
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
80824
|
-
}
|
|
80825
|
-
},
|
|
80826
|
-
"value": {
|
|
80827
|
-
"defaultValue": null,
|
|
80828
|
-
"description": "The current value (controlled).",
|
|
80829
|
-
"name": "value",
|
|
80830
|
-
"parent": {
|
|
80831
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80832
|
-
"name": "ValueBase"
|
|
80833
|
-
},
|
|
80834
|
-
"declarations": [
|
|
80835
|
-
{
|
|
80836
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80837
|
-
"name": "ValueBase"
|
|
80838
|
-
}
|
|
80839
|
-
],
|
|
80840
|
-
"required": false,
|
|
80841
|
-
"type": {
|
|
80842
|
-
"name": "TimeValue | null"
|
|
80843
|
-
}
|
|
80844
|
-
},
|
|
80845
|
-
"defaultValue": {
|
|
80846
|
-
"defaultValue": null,
|
|
80847
|
-
"description": "The default value (uncontrolled).",
|
|
80848
|
-
"name": "defaultValue",
|
|
80849
|
-
"parent": {
|
|
80850
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80851
|
-
"name": "ValueBase"
|
|
80852
|
-
},
|
|
80853
|
-
"declarations": [
|
|
80854
|
-
{
|
|
80855
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80856
|
-
"name": "ValueBase"
|
|
80857
|
-
}
|
|
80858
|
-
],
|
|
80859
|
-
"required": false,
|
|
80860
|
-
"type": {
|
|
80861
|
-
"name": "TimeValue | null"
|
|
80862
|
-
}
|
|
80863
|
-
},
|
|
80864
|
-
"onChange": {
|
|
80865
|
-
"defaultValue": null,
|
|
80866
|
-
"description": "Handler that is called when the value changes.",
|
|
80867
|
-
"name": "onChange",
|
|
80868
|
-
"parent": {
|
|
80869
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80870
|
-
"name": "ValueBase"
|
|
80871
|
-
},
|
|
80872
|
-
"declarations": [
|
|
80873
|
-
{
|
|
80874
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
80875
|
-
"name": "ValueBase"
|
|
80876
|
-
}
|
|
80877
|
-
],
|
|
80878
|
-
"required": false,
|
|
80879
|
-
"type": {
|
|
80880
|
-
"name": "((value: TimeValue | null) => void)"
|
|
80881
|
-
}
|
|
80882
|
-
},
|
|
80883
|
-
"id": {
|
|
80884
|
-
"defaultValue": null,
|
|
80885
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
80886
|
-
"name": "id",
|
|
80887
|
-
"parent": {
|
|
80888
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80889
|
-
"name": "DOMProps"
|
|
80890
|
-
},
|
|
80891
|
-
"declarations": [
|
|
80892
|
-
{
|
|
80893
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80894
|
-
"name": "DOMProps"
|
|
80895
|
-
}
|
|
80896
|
-
],
|
|
80897
|
-
"required": false,
|
|
80898
|
-
"type": {
|
|
80899
|
-
"name": "string"
|
|
80900
|
-
}
|
|
80901
|
-
},
|
|
80902
|
-
"name": {
|
|
80903
|
-
"defaultValue": null,
|
|
80904
|
-
"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).",
|
|
80905
|
-
"name": "name",
|
|
80906
|
-
"parent": {
|
|
80907
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80908
|
-
"name": "InputDOMProps"
|
|
80909
|
-
},
|
|
80910
|
-
"declarations": [
|
|
80911
|
-
{
|
|
80912
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80913
|
-
"name": "InputDOMProps"
|
|
80649
|
+
"name": "HoverEvents"
|
|
80914
80650
|
}
|
|
80915
80651
|
],
|
|
80916
80652
|
"required": false,
|
|
80917
80653
|
"type": {
|
|
80918
|
-
"name": "
|
|
80654
|
+
"name": "((isHovering: boolean) => void)"
|
|
80919
80655
|
}
|
|
80920
80656
|
},
|
|
80921
|
-
"
|
|
80657
|
+
"target": {
|
|
80922
80658
|
"defaultValue": null,
|
|
80923
|
-
"description": "The
|
|
80924
|
-
"name": "
|
|
80659
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
80660
|
+
"name": "target",
|
|
80925
80661
|
"parent": {
|
|
80926
80662
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80927
|
-
"name": "
|
|
80663
|
+
"name": "LinkDOMProps"
|
|
80928
80664
|
},
|
|
80929
80665
|
"declarations": [
|
|
80930
80666
|
{
|
|
80931
80667
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80932
|
-
"name": "
|
|
80668
|
+
"name": "LinkDOMProps"
|
|
80933
80669
|
}
|
|
80934
80670
|
],
|
|
80935
80671
|
"required": false,
|
|
80936
80672
|
"type": {
|
|
80937
|
-
"name": "
|
|
80673
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
80938
80674
|
}
|
|
80939
80675
|
},
|
|
80940
|
-
"
|
|
80676
|
+
"onAction": {
|
|
80941
80677
|
"defaultValue": null,
|
|
80942
|
-
"description": "
|
|
80943
|
-
"name": "
|
|
80678
|
+
"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.",
|
|
80679
|
+
"name": "onAction",
|
|
80944
80680
|
"parent": {
|
|
80945
80681
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80946
|
-
"name": "
|
|
80682
|
+
"name": "ListBoxItemProps"
|
|
80947
80683
|
},
|
|
80948
80684
|
"declarations": [
|
|
80949
80685
|
{
|
|
80950
80686
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80951
|
-
"name": "
|
|
80952
|
-
}
|
|
80953
|
-
],
|
|
80954
|
-
"required": false,
|
|
80955
|
-
"type": {
|
|
80956
|
-
"name": "string | null"
|
|
80957
|
-
}
|
|
80958
|
-
},
|
|
80959
|
-
"aria-activedescendant": {
|
|
80960
|
-
"defaultValue": null,
|
|
80961
|
-
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
80962
|
-
"name": "aria-activedescendant",
|
|
80963
|
-
"parent": {
|
|
80964
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
80965
|
-
"name": "AriaTextFieldProps"
|
|
80966
|
-
},
|
|
80967
|
-
"declarations": [
|
|
80968
|
-
{
|
|
80969
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
80970
|
-
"name": "AriaTextFieldProps"
|
|
80971
|
-
}
|
|
80972
|
-
],
|
|
80973
|
-
"required": false,
|
|
80974
|
-
"type": {
|
|
80975
|
-
"name": "string"
|
|
80976
|
-
}
|
|
80977
|
-
},
|
|
80978
|
-
"aria-autocomplete": {
|
|
80979
|
-
"defaultValue": null,
|
|
80980
|
-
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
|
|
80981
|
-
"name": "aria-autocomplete",
|
|
80982
|
-
"parent": {
|
|
80983
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
80984
|
-
"name": "AriaTextFieldProps"
|
|
80985
|
-
},
|
|
80986
|
-
"declarations": [
|
|
80987
|
-
{
|
|
80988
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
80989
|
-
"name": "AriaTextFieldProps"
|
|
80990
|
-
}
|
|
80991
|
-
],
|
|
80992
|
-
"required": false,
|
|
80993
|
-
"type": {
|
|
80994
|
-
"name": "\"none\" | \"inline\" | \"list\" | \"both\""
|
|
80995
|
-
}
|
|
80996
|
-
},
|
|
80997
|
-
"aria-haspopup": {
|
|
80998
|
-
"defaultValue": null,
|
|
80999
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
|
|
81000
|
-
"name": "aria-haspopup",
|
|
81001
|
-
"parent": {
|
|
81002
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
81003
|
-
"name": "AriaTextFieldProps"
|
|
81004
|
-
},
|
|
81005
|
-
"declarations": [
|
|
81006
|
-
{
|
|
81007
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
81008
|
-
"name": "AriaTextFieldProps"
|
|
80687
|
+
"name": "ListBoxItemProps"
|
|
81009
80688
|
}
|
|
81010
80689
|
],
|
|
81011
80690
|
"required": false,
|
|
81012
80691
|
"type": {
|
|
81013
|
-
"name": "
|
|
80692
|
+
"name": "(() => void)"
|
|
81014
80693
|
}
|
|
81015
80694
|
},
|
|
81016
|
-
"
|
|
80695
|
+
"textValue": {
|
|
81017
80696
|
"defaultValue": null,
|
|
81018
|
-
"description": "
|
|
81019
|
-
"name": "
|
|
80697
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
80698
|
+
"name": "textValue",
|
|
81020
80699
|
"parent": {
|
|
81021
|
-
"fileName": "flow/node_modules/.pnpm
|
|
81022
|
-
"name": "
|
|
80700
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80701
|
+
"name": "ListBoxItemProps"
|
|
81023
80702
|
},
|
|
81024
80703
|
"declarations": [
|
|
81025
80704
|
{
|
|
81026
|
-
"fileName": "flow/node_modules/.pnpm
|
|
81027
|
-
"name": "
|
|
80705
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
80706
|
+
"name": "ListBoxItemProps"
|
|
81028
80707
|
}
|
|
81029
80708
|
],
|
|
81030
80709
|
"required": false,
|
|
@@ -81032,56 +80711,18 @@
|
|
|
81032
80711
|
"name": "string"
|
|
81033
80712
|
}
|
|
81034
80713
|
},
|
|
81035
|
-
"
|
|
81036
|
-
"defaultValue": null,
|
|
81037
|
-
"description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
|
|
81038
|
-
"name": "enterKeyHint",
|
|
81039
|
-
"parent": {
|
|
81040
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
81041
|
-
"name": "AriaTextFieldProps"
|
|
81042
|
-
},
|
|
81043
|
-
"declarations": [
|
|
81044
|
-
{
|
|
81045
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
81046
|
-
"name": "AriaTextFieldProps"
|
|
81047
|
-
}
|
|
81048
|
-
],
|
|
81049
|
-
"required": false,
|
|
81050
|
-
"type": {
|
|
81051
|
-
"name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
81052
|
-
}
|
|
81053
|
-
},
|
|
81054
|
-
"excludeFromTabOrder": {
|
|
81055
|
-
"defaultValue": null,
|
|
81056
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
81057
|
-
"name": "excludeFromTabOrder",
|
|
81058
|
-
"parent": {
|
|
81059
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81060
|
-
"name": "FocusableDOMProps"
|
|
81061
|
-
},
|
|
81062
|
-
"declarations": [
|
|
81063
|
-
{
|
|
81064
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81065
|
-
"name": "FocusableDOMProps"
|
|
81066
|
-
}
|
|
81067
|
-
],
|
|
81068
|
-
"required": false,
|
|
81069
|
-
"type": {
|
|
81070
|
-
"name": "boolean"
|
|
81071
|
-
}
|
|
81072
|
-
},
|
|
81073
|
-
"autoComplete": {
|
|
80714
|
+
"href": {
|
|
81074
80715
|
"defaultValue": null,
|
|
81075
|
-
"description": "
|
|
81076
|
-
"name": "
|
|
80716
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
80717
|
+
"name": "href",
|
|
81077
80718
|
"parent": {
|
|
81078
80719
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81079
|
-
"name": "
|
|
80720
|
+
"name": "LinkDOMProps"
|
|
81080
80721
|
},
|
|
81081
80722
|
"declarations": [
|
|
81082
80723
|
{
|
|
81083
80724
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81084
|
-
"name": "
|
|
80725
|
+
"name": "LinkDOMProps"
|
|
81085
80726
|
}
|
|
81086
80727
|
],
|
|
81087
80728
|
"required": false,
|
|
@@ -81089,56 +80730,18 @@
|
|
|
81089
80730
|
"name": "string"
|
|
81090
80731
|
}
|
|
81091
80732
|
},
|
|
81092
|
-
"
|
|
81093
|
-
"defaultValue": null,
|
|
81094
|
-
"description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
|
|
81095
|
-
"name": "maxLength",
|
|
81096
|
-
"parent": {
|
|
81097
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81098
|
-
"name": "TextInputDOMProps"
|
|
81099
|
-
},
|
|
81100
|
-
"declarations": [
|
|
81101
|
-
{
|
|
81102
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81103
|
-
"name": "TextInputDOMProps"
|
|
81104
|
-
}
|
|
81105
|
-
],
|
|
81106
|
-
"required": false,
|
|
81107
|
-
"type": {
|
|
81108
|
-
"name": "number"
|
|
81109
|
-
}
|
|
81110
|
-
},
|
|
81111
|
-
"minLength": {
|
|
81112
|
-
"defaultValue": null,
|
|
81113
|
-
"description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
|
|
81114
|
-
"name": "minLength",
|
|
81115
|
-
"parent": {
|
|
81116
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81117
|
-
"name": "TextInputDOMProps"
|
|
81118
|
-
},
|
|
81119
|
-
"declarations": [
|
|
81120
|
-
{
|
|
81121
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81122
|
-
"name": "TextInputDOMProps"
|
|
81123
|
-
}
|
|
81124
|
-
],
|
|
81125
|
-
"required": false,
|
|
81126
|
-
"type": {
|
|
81127
|
-
"name": "number"
|
|
81128
|
-
}
|
|
81129
|
-
},
|
|
81130
|
-
"pattern": {
|
|
80733
|
+
"hrefLang": {
|
|
81131
80734
|
"defaultValue": null,
|
|
81132
|
-
"description": "
|
|
81133
|
-
"name": "
|
|
80735
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
80736
|
+
"name": "hrefLang",
|
|
81134
80737
|
"parent": {
|
|
81135
80738
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81136
|
-
"name": "
|
|
80739
|
+
"name": "LinkDOMProps"
|
|
81137
80740
|
},
|
|
81138
80741
|
"declarations": [
|
|
81139
80742
|
{
|
|
81140
80743
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81141
|
-
"name": "
|
|
80744
|
+
"name": "LinkDOMProps"
|
|
81142
80745
|
}
|
|
81143
80746
|
],
|
|
81144
80747
|
"required": false,
|
|
@@ -81146,75 +80749,37 @@
|
|
|
81146
80749
|
"name": "string"
|
|
81147
80750
|
}
|
|
81148
80751
|
},
|
|
81149
|
-
"
|
|
81150
|
-
"defaultValue": null,
|
|
81151
|
-
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
81152
|
-
"name": "type",
|
|
81153
|
-
"parent": {
|
|
81154
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81155
|
-
"name": "TextInputDOMProps"
|
|
81156
|
-
},
|
|
81157
|
-
"declarations": [
|
|
81158
|
-
{
|
|
81159
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81160
|
-
"name": "TextInputDOMProps"
|
|
81161
|
-
}
|
|
81162
|
-
],
|
|
81163
|
-
"required": false,
|
|
81164
|
-
"type": {
|
|
81165
|
-
"name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
81166
|
-
}
|
|
81167
|
-
},
|
|
81168
|
-
"inputMode": {
|
|
81169
|
-
"defaultValue": null,
|
|
81170
|
-
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
|
|
81171
|
-
"name": "inputMode",
|
|
81172
|
-
"parent": {
|
|
81173
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81174
|
-
"name": "TextInputDOMProps"
|
|
81175
|
-
},
|
|
81176
|
-
"declarations": [
|
|
81177
|
-
{
|
|
81178
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81179
|
-
"name": "TextInputDOMProps"
|
|
81180
|
-
}
|
|
81181
|
-
],
|
|
81182
|
-
"required": false,
|
|
81183
|
-
"type": {
|
|
81184
|
-
"name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
81185
|
-
}
|
|
81186
|
-
},
|
|
81187
|
-
"autoCorrect": {
|
|
80752
|
+
"download": {
|
|
81188
80753
|
"defaultValue": null,
|
|
81189
|
-
"description": "
|
|
81190
|
-
"name": "
|
|
80754
|
+
"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).",
|
|
80755
|
+
"name": "download",
|
|
81191
80756
|
"parent": {
|
|
81192
80757
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81193
|
-
"name": "
|
|
80758
|
+
"name": "LinkDOMProps"
|
|
81194
80759
|
},
|
|
81195
80760
|
"declarations": [
|
|
81196
80761
|
{
|
|
81197
80762
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81198
|
-
"name": "
|
|
80763
|
+
"name": "LinkDOMProps"
|
|
81199
80764
|
}
|
|
81200
80765
|
],
|
|
81201
80766
|
"required": false,
|
|
81202
80767
|
"type": {
|
|
81203
|
-
"name": "string"
|
|
80768
|
+
"name": "string | boolean"
|
|
81204
80769
|
}
|
|
81205
80770
|
},
|
|
81206
|
-
"
|
|
80771
|
+
"ping": {
|
|
81207
80772
|
"defaultValue": null,
|
|
81208
|
-
"description": "
|
|
81209
|
-
"name": "
|
|
80773
|
+
"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).",
|
|
80774
|
+
"name": "ping",
|
|
81210
80775
|
"parent": {
|
|
81211
80776
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81212
|
-
"name": "
|
|
80777
|
+
"name": "LinkDOMProps"
|
|
81213
80778
|
},
|
|
81214
80779
|
"declarations": [
|
|
81215
80780
|
{
|
|
81216
80781
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81217
|
-
"name": "
|
|
80782
|
+
"name": "LinkDOMProps"
|
|
81218
80783
|
}
|
|
81219
80784
|
],
|
|
81220
80785
|
"required": false,
|
|
@@ -81222,251 +80787,152 @@
|
|
|
81222
80787
|
"name": "string"
|
|
81223
80788
|
}
|
|
81224
80789
|
},
|
|
81225
|
-
"
|
|
81226
|
-
"defaultValue": null,
|
|
81227
|
-
"description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
|
|
81228
|
-
"name": "onCopy",
|
|
81229
|
-
"parent": {
|
|
81230
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81231
|
-
"name": "TextInputDOMEvents"
|
|
81232
|
-
},
|
|
81233
|
-
"declarations": [
|
|
81234
|
-
{
|
|
81235
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81236
|
-
"name": "TextInputDOMEvents"
|
|
81237
|
-
}
|
|
81238
|
-
],
|
|
81239
|
-
"required": false,
|
|
81240
|
-
"type": {
|
|
81241
|
-
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
81242
|
-
}
|
|
81243
|
-
},
|
|
81244
|
-
"onCut": {
|
|
81245
|
-
"defaultValue": null,
|
|
81246
|
-
"description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
|
|
81247
|
-
"name": "onCut",
|
|
81248
|
-
"parent": {
|
|
81249
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81250
|
-
"name": "TextInputDOMEvents"
|
|
81251
|
-
},
|
|
81252
|
-
"declarations": [
|
|
81253
|
-
{
|
|
81254
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81255
|
-
"name": "TextInputDOMEvents"
|
|
81256
|
-
}
|
|
81257
|
-
],
|
|
81258
|
-
"required": false,
|
|
81259
|
-
"type": {
|
|
81260
|
-
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
81261
|
-
}
|
|
81262
|
-
},
|
|
81263
|
-
"onPaste": {
|
|
81264
|
-
"defaultValue": null,
|
|
81265
|
-
"description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
|
|
81266
|
-
"name": "onPaste",
|
|
81267
|
-
"parent": {
|
|
81268
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81269
|
-
"name": "TextInputDOMEvents"
|
|
81270
|
-
},
|
|
81271
|
-
"declarations": [
|
|
81272
|
-
{
|
|
81273
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81274
|
-
"name": "TextInputDOMEvents"
|
|
81275
|
-
}
|
|
81276
|
-
],
|
|
81277
|
-
"required": false,
|
|
81278
|
-
"type": {
|
|
81279
|
-
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
81280
|
-
}
|
|
81281
|
-
},
|
|
81282
|
-
"onCompositionStart": {
|
|
81283
|
-
"defaultValue": null,
|
|
81284
|
-
"description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
|
|
81285
|
-
"name": "onCompositionStart",
|
|
81286
|
-
"parent": {
|
|
81287
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81288
|
-
"name": "TextInputDOMEvents"
|
|
81289
|
-
},
|
|
81290
|
-
"declarations": [
|
|
81291
|
-
{
|
|
81292
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81293
|
-
"name": "TextInputDOMEvents"
|
|
81294
|
-
}
|
|
81295
|
-
],
|
|
81296
|
-
"required": false,
|
|
81297
|
-
"type": {
|
|
81298
|
-
"name": "CompositionEventHandler<HTMLInputElement>"
|
|
81299
|
-
}
|
|
81300
|
-
},
|
|
81301
|
-
"onCompositionEnd": {
|
|
81302
|
-
"defaultValue": null,
|
|
81303
|
-
"description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
|
|
81304
|
-
"name": "onCompositionEnd",
|
|
81305
|
-
"parent": {
|
|
81306
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81307
|
-
"name": "TextInputDOMEvents"
|
|
81308
|
-
},
|
|
81309
|
-
"declarations": [
|
|
81310
|
-
{
|
|
81311
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81312
|
-
"name": "TextInputDOMEvents"
|
|
81313
|
-
}
|
|
81314
|
-
],
|
|
81315
|
-
"required": false,
|
|
81316
|
-
"type": {
|
|
81317
|
-
"name": "CompositionEventHandler<HTMLInputElement>"
|
|
81318
|
-
}
|
|
81319
|
-
},
|
|
81320
|
-
"onCompositionUpdate": {
|
|
80790
|
+
"referrerPolicy": {
|
|
81321
80791
|
"defaultValue": null,
|
|
81322
|
-
"description": "
|
|
81323
|
-
"name": "
|
|
80792
|
+
"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).",
|
|
80793
|
+
"name": "referrerPolicy",
|
|
81324
80794
|
"parent": {
|
|
81325
80795
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81326
|
-
"name": "
|
|
80796
|
+
"name": "LinkDOMProps"
|
|
81327
80797
|
},
|
|
81328
80798
|
"declarations": [
|
|
81329
80799
|
{
|
|
81330
80800
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81331
|
-
"name": "
|
|
80801
|
+
"name": "LinkDOMProps"
|
|
81332
80802
|
}
|
|
81333
80803
|
],
|
|
81334
80804
|
"required": false,
|
|
81335
80805
|
"type": {
|
|
81336
|
-
"name": "
|
|
80806
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
81337
80807
|
}
|
|
81338
80808
|
},
|
|
81339
|
-
"
|
|
80809
|
+
"routerOptions": {
|
|
81340
80810
|
"defaultValue": null,
|
|
81341
|
-
"description": "
|
|
81342
|
-
"name": "
|
|
80811
|
+
"description": "Options for the configured client side router.",
|
|
80812
|
+
"name": "routerOptions",
|
|
81343
80813
|
"parent": {
|
|
81344
80814
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81345
|
-
"name": "
|
|
80815
|
+
"name": "LinkDOMProps"
|
|
81346
80816
|
},
|
|
81347
80817
|
"declarations": [
|
|
81348
80818
|
{
|
|
81349
80819
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81350
|
-
"name": "
|
|
80820
|
+
"name": "LinkDOMProps"
|
|
81351
80821
|
}
|
|
81352
80822
|
],
|
|
81353
80823
|
"required": false,
|
|
81354
80824
|
"type": {
|
|
81355
|
-
"name": "
|
|
80825
|
+
"name": "undefined"
|
|
81356
80826
|
}
|
|
81357
80827
|
},
|
|
81358
|
-
"
|
|
80828
|
+
"onPress": {
|
|
81359
80829
|
"defaultValue": null,
|
|
81360
|
-
"description": "Handler that is called when the
|
|
81361
|
-
"name": "
|
|
80830
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
80831
|
+
"name": "onPress",
|
|
81362
80832
|
"parent": {
|
|
81363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81364
|
-
"name": "
|
|
80833
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80834
|
+
"name": "PressEvents"
|
|
81365
80835
|
},
|
|
81366
80836
|
"declarations": [
|
|
81367
80837
|
{
|
|
81368
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81369
|
-
"name": "
|
|
80838
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80839
|
+
"name": "PressEvents"
|
|
81370
80840
|
}
|
|
81371
80841
|
],
|
|
81372
80842
|
"required": false,
|
|
81373
80843
|
"type": {
|
|
81374
|
-
"name": "
|
|
80844
|
+
"name": "((e: PressEvent) => void)"
|
|
81375
80845
|
}
|
|
81376
80846
|
},
|
|
81377
|
-
"
|
|
80847
|
+
"onPressStart": {
|
|
81378
80848
|
"defaultValue": null,
|
|
81379
|
-
"description": "Handler that is called when
|
|
81380
|
-
"name": "
|
|
80849
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
80850
|
+
"name": "onPressStart",
|
|
81381
80851
|
"parent": {
|
|
81382
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81383
|
-
"name": "
|
|
80852
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80853
|
+
"name": "PressEvents"
|
|
81384
80854
|
},
|
|
81385
80855
|
"declarations": [
|
|
81386
80856
|
{
|
|
81387
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81388
|
-
"name": "
|
|
80857
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80858
|
+
"name": "PressEvents"
|
|
81389
80859
|
}
|
|
81390
80860
|
],
|
|
81391
80861
|
"required": false,
|
|
81392
80862
|
"type": {
|
|
81393
|
-
"name": "
|
|
80863
|
+
"name": "((e: PressEvent) => void)"
|
|
81394
80864
|
}
|
|
81395
80865
|
},
|
|
81396
|
-
"
|
|
80866
|
+
"onPressEnd": {
|
|
81397
80867
|
"defaultValue": null,
|
|
81398
|
-
"description": "
|
|
81399
|
-
"name": "
|
|
80868
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
80869
|
+
"name": "onPressEnd",
|
|
81400
80870
|
"parent": {
|
|
81401
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81402
|
-
"name": "
|
|
80871
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80872
|
+
"name": "PressEvents"
|
|
81403
80873
|
},
|
|
81404
80874
|
"declarations": [
|
|
81405
80875
|
{
|
|
81406
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81407
|
-
"name": "
|
|
80876
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80877
|
+
"name": "PressEvents"
|
|
81408
80878
|
}
|
|
81409
80879
|
],
|
|
81410
80880
|
"required": false,
|
|
81411
80881
|
"type": {
|
|
81412
|
-
"name": "
|
|
80882
|
+
"name": "((e: PressEvent) => void)"
|
|
81413
80883
|
}
|
|
81414
80884
|
},
|
|
81415
|
-
"
|
|
80885
|
+
"onPressChange": {
|
|
81416
80886
|
"defaultValue": null,
|
|
81417
|
-
"description": "
|
|
81418
|
-
"name": "
|
|
80887
|
+
"description": "Handler that is called when the press state changes.",
|
|
80888
|
+
"name": "onPressChange",
|
|
81419
80889
|
"parent": {
|
|
81420
|
-
"fileName": "
|
|
81421
|
-
"name": "
|
|
80890
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80891
|
+
"name": "PressEvents"
|
|
81422
80892
|
},
|
|
81423
80893
|
"declarations": [
|
|
81424
80894
|
{
|
|
81425
|
-
"fileName": "
|
|
81426
|
-
"name": "
|
|
80895
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80896
|
+
"name": "PressEvents"
|
|
81427
80897
|
}
|
|
81428
80898
|
],
|
|
81429
80899
|
"required": false,
|
|
81430
80900
|
"type": {
|
|
81431
|
-
"name": "boolean"
|
|
80901
|
+
"name": "((isPressed: boolean) => void)"
|
|
81432
80902
|
}
|
|
81433
80903
|
},
|
|
81434
|
-
"
|
|
80904
|
+
"onPressUp": {
|
|
81435
80905
|
"defaultValue": null,
|
|
81436
|
-
"description": "",
|
|
81437
|
-
"name": "
|
|
80906
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
80907
|
+
"name": "onPressUp",
|
|
81438
80908
|
"parent": {
|
|
81439
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
81440
|
-
"name": "
|
|
80909
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80910
|
+
"name": "PressEvents"
|
|
81441
80911
|
},
|
|
81442
80912
|
"declarations": [
|
|
81443
80913
|
{
|
|
81444
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
81445
|
-
"name": "
|
|
80914
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
80915
|
+
"name": "PressEvents"
|
|
81446
80916
|
}
|
|
81447
80917
|
],
|
|
81448
80918
|
"required": false,
|
|
81449
80919
|
"type": {
|
|
81450
|
-
"name": "
|
|
80920
|
+
"name": "((e: PressEvent) => void)"
|
|
81451
80921
|
}
|
|
81452
80922
|
},
|
|
81453
|
-
"
|
|
80923
|
+
"children": {
|
|
81454
80924
|
"defaultValue": null,
|
|
81455
80925
|
"description": "",
|
|
81456
|
-
"name": "
|
|
81457
|
-
"parent": {
|
|
81458
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
81459
|
-
"name": "TextareaHTMLAttributes"
|
|
81460
|
-
},
|
|
80926
|
+
"name": "children",
|
|
81461
80927
|
"declarations": [
|
|
81462
80928
|
{
|
|
81463
80929
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
81464
|
-
"name": "
|
|
80930
|
+
"name": "TypeLiteral"
|
|
81465
80931
|
}
|
|
81466
80932
|
],
|
|
81467
80933
|
"required": false,
|
|
81468
80934
|
"type": {
|
|
81469
|
-
"name": "
|
|
80935
|
+
"name": "ReactNode"
|
|
81470
80936
|
}
|
|
81471
80937
|
},
|
|
81472
80938
|
"wrapWith": {
|
|
@@ -81551,42 +81017,114 @@
|
|
|
81551
81017
|
"tags": {
|
|
81552
81018
|
"flr-generate": "all"
|
|
81553
81019
|
},
|
|
81554
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
81020
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MarkdownEditor/MarkdownEditor.tsx",
|
|
81555
81021
|
"description": "",
|
|
81556
|
-
"displayName": "
|
|
81022
|
+
"displayName": "MarkdownEditor",
|
|
81557
81023
|
"methods": [],
|
|
81558
81024
|
"props": {
|
|
81559
|
-
"
|
|
81025
|
+
"autoResizeMaxRows": {
|
|
81560
81026
|
"defaultValue": null,
|
|
81561
|
-
"description": "",
|
|
81562
|
-
"name": "
|
|
81027
|
+
"description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
|
|
81028
|
+
"name": "autoResizeMaxRows",
|
|
81563
81029
|
"parent": {
|
|
81564
|
-
"fileName": "components/src/components/
|
|
81565
|
-
"name": "
|
|
81030
|
+
"fileName": "components/src/components/TextArea/TextArea.tsx",
|
|
81031
|
+
"name": "TextAreaProps"
|
|
81566
81032
|
},
|
|
81567
81033
|
"declarations": [
|
|
81568
81034
|
{
|
|
81569
|
-
"fileName": "components/src/components/
|
|
81570
|
-
"name": "
|
|
81035
|
+
"fileName": "components/src/components/TextArea/TextArea.tsx",
|
|
81036
|
+
"name": "TextAreaProps"
|
|
81571
81037
|
}
|
|
81572
81038
|
],
|
|
81573
81039
|
"required": false,
|
|
81574
81040
|
"type": {
|
|
81575
|
-
"name": "
|
|
81041
|
+
"name": "number"
|
|
81042
|
+
}
|
|
81043
|
+
},
|
|
81044
|
+
"children": {
|
|
81045
|
+
"defaultValue": null,
|
|
81046
|
+
"description": "",
|
|
81047
|
+
"name": "children",
|
|
81048
|
+
"declarations": [
|
|
81049
|
+
{
|
|
81050
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
81051
|
+
"name": "TypeLiteral"
|
|
81052
|
+
}
|
|
81053
|
+
],
|
|
81054
|
+
"required": false,
|
|
81055
|
+
"type": {
|
|
81056
|
+
"name": "ReactNode"
|
|
81576
81057
|
}
|
|
81577
81058
|
},
|
|
81578
81059
|
"aria-label": {
|
|
81579
81060
|
"defaultValue": null,
|
|
81580
|
-
"description": "
|
|
81061
|
+
"description": "Defines a string value that labels the current element.",
|
|
81581
81062
|
"name": "aria-label",
|
|
81582
81063
|
"parent": {
|
|
81583
|
-
"fileName": "flow/node_modules/.pnpm
|
|
81584
|
-
"name": "
|
|
81064
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81065
|
+
"name": "AriaLabelingProps"
|
|
81585
81066
|
},
|
|
81586
81067
|
"declarations": [
|
|
81587
81068
|
{
|
|
81588
|
-
"fileName": "flow/node_modules/.pnpm
|
|
81589
|
-
"name": "
|
|
81069
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81070
|
+
"name": "AriaLabelingProps"
|
|
81071
|
+
}
|
|
81072
|
+
],
|
|
81073
|
+
"required": false,
|
|
81074
|
+
"type": {
|
|
81075
|
+
"name": "string"
|
|
81076
|
+
}
|
|
81077
|
+
},
|
|
81078
|
+
"aria-labelledby": {
|
|
81079
|
+
"defaultValue": null,
|
|
81080
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
81081
|
+
"name": "aria-labelledby",
|
|
81082
|
+
"parent": {
|
|
81083
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81084
|
+
"name": "AriaLabelingProps"
|
|
81085
|
+
},
|
|
81086
|
+
"declarations": [
|
|
81087
|
+
{
|
|
81088
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81089
|
+
"name": "AriaLabelingProps"
|
|
81090
|
+
}
|
|
81091
|
+
],
|
|
81092
|
+
"required": false,
|
|
81093
|
+
"type": {
|
|
81094
|
+
"name": "string"
|
|
81095
|
+
}
|
|
81096
|
+
},
|
|
81097
|
+
"aria-describedby": {
|
|
81098
|
+
"defaultValue": null,
|
|
81099
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
81100
|
+
"name": "aria-describedby",
|
|
81101
|
+
"parent": {
|
|
81102
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81103
|
+
"name": "AriaLabelingProps"
|
|
81104
|
+
},
|
|
81105
|
+
"declarations": [
|
|
81106
|
+
{
|
|
81107
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81108
|
+
"name": "AriaLabelingProps"
|
|
81109
|
+
}
|
|
81110
|
+
],
|
|
81111
|
+
"required": false,
|
|
81112
|
+
"type": {
|
|
81113
|
+
"name": "string"
|
|
81114
|
+
}
|
|
81115
|
+
},
|
|
81116
|
+
"aria-details": {
|
|
81117
|
+
"defaultValue": null,
|
|
81118
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
81119
|
+
"name": "aria-details",
|
|
81120
|
+
"parent": {
|
|
81121
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81122
|
+
"name": "AriaLabelingProps"
|
|
81123
|
+
},
|
|
81124
|
+
"declarations": [
|
|
81125
|
+
{
|
|
81126
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81127
|
+
"name": "AriaLabelingProps"
|
|
81590
81128
|
}
|
|
81591
81129
|
],
|
|
81592
81130
|
"required": false,
|
|
@@ -81729,21 +81267,21 @@
|
|
|
81729
81267
|
},
|
|
81730
81268
|
"onClick": {
|
|
81731
81269
|
"defaultValue": null,
|
|
81732
|
-
"description": "
|
|
81270
|
+
"description": "",
|
|
81733
81271
|
"name": "onClick",
|
|
81734
81272
|
"parent": {
|
|
81735
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81736
|
-
"name": "
|
|
81273
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81274
|
+
"name": "GlobalDOMEvents"
|
|
81737
81275
|
},
|
|
81738
81276
|
"declarations": [
|
|
81739
81277
|
{
|
|
81740
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
81741
|
-
"name": "
|
|
81278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
81279
|
+
"name": "GlobalDOMEvents"
|
|
81742
81280
|
}
|
|
81743
81281
|
],
|
|
81744
81282
|
"required": false,
|
|
81745
81283
|
"type": {
|
|
81746
|
-
"name": "
|
|
81284
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
81747
81285
|
}
|
|
81748
81286
|
},
|
|
81749
81287
|
"onClickCapture": {
|
|
@@ -82943,18 +82481,39 @@
|
|
|
82943
82481
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
82944
82482
|
}
|
|
82945
82483
|
},
|
|
82484
|
+
"validationBehavior": {
|
|
82485
|
+
"defaultValue": {
|
|
82486
|
+
"value": "'native'"
|
|
82487
|
+
},
|
|
82488
|
+
"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.",
|
|
82489
|
+
"name": "validationBehavior",
|
|
82490
|
+
"parent": {
|
|
82491
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
82492
|
+
"name": "RACValidation"
|
|
82493
|
+
},
|
|
82494
|
+
"declarations": [
|
|
82495
|
+
{
|
|
82496
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
82497
|
+
"name": "RACValidation"
|
|
82498
|
+
}
|
|
82499
|
+
],
|
|
82500
|
+
"required": false,
|
|
82501
|
+
"type": {
|
|
82502
|
+
"name": "\"native\" | \"aria\""
|
|
82503
|
+
}
|
|
82504
|
+
},
|
|
82946
82505
|
"isDisabled": {
|
|
82947
82506
|
"defaultValue": null,
|
|
82948
|
-
"description": "Whether the
|
|
82507
|
+
"description": "Whether the input is disabled.",
|
|
82949
82508
|
"name": "isDisabled",
|
|
82950
82509
|
"parent": {
|
|
82951
|
-
"fileName": "flow/node_modules/.pnpm
|
|
82952
|
-
"name": "
|
|
82510
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82511
|
+
"name": "InputBase"
|
|
82953
82512
|
},
|
|
82954
82513
|
"declarations": [
|
|
82955
82514
|
{
|
|
82956
|
-
"fileName": "flow/node_modules/.pnpm
|
|
82957
|
-
"name": "
|
|
82515
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82516
|
+
"name": "InputBase"
|
|
82958
82517
|
}
|
|
82959
82518
|
],
|
|
82960
82519
|
"required": false,
|
|
@@ -82962,170 +82521,341 @@
|
|
|
82962
82521
|
"name": "boolean"
|
|
82963
82522
|
}
|
|
82964
82523
|
},
|
|
82965
|
-
"
|
|
82524
|
+
"isReadOnly": {
|
|
82966
82525
|
"defaultValue": null,
|
|
82967
|
-
"description": "
|
|
82968
|
-
"name": "
|
|
82526
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
82527
|
+
"name": "isReadOnly",
|
|
82969
82528
|
"parent": {
|
|
82970
|
-
"fileName": "flow/node_modules/.pnpm
|
|
82971
|
-
"name": "
|
|
82529
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82530
|
+
"name": "InputBase"
|
|
82972
82531
|
},
|
|
82973
82532
|
"declarations": [
|
|
82974
82533
|
{
|
|
82975
|
-
"fileName": "flow/node_modules/.pnpm
|
|
82976
|
-
"name": "
|
|
82534
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82535
|
+
"name": "InputBase"
|
|
82977
82536
|
}
|
|
82978
82537
|
],
|
|
82979
82538
|
"required": false,
|
|
82980
82539
|
"type": {
|
|
82981
|
-
"name": "
|
|
82540
|
+
"name": "boolean"
|
|
82982
82541
|
}
|
|
82983
82542
|
},
|
|
82984
|
-
"
|
|
82543
|
+
"isRequired": {
|
|
82985
82544
|
"defaultValue": null,
|
|
82986
|
-
"description": "
|
|
82987
|
-
"name": "
|
|
82545
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
82546
|
+
"name": "isRequired",
|
|
82547
|
+
"parent": {
|
|
82548
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82549
|
+
"name": "Validation"
|
|
82550
|
+
},
|
|
82551
|
+
"declarations": [
|
|
82552
|
+
{
|
|
82553
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82554
|
+
"name": "Validation"
|
|
82555
|
+
}
|
|
82556
|
+
],
|
|
82557
|
+
"required": false,
|
|
82558
|
+
"type": {
|
|
82559
|
+
"name": "boolean"
|
|
82560
|
+
}
|
|
82561
|
+
},
|
|
82562
|
+
"isInvalid": {
|
|
82563
|
+
"defaultValue": null,
|
|
82564
|
+
"description": "Whether the value is invalid.",
|
|
82565
|
+
"name": "isInvalid",
|
|
82988
82566
|
"parent": {
|
|
82989
82567
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
82990
|
-
"name": "
|
|
82568
|
+
"name": "TextFieldProps"
|
|
82991
82569
|
},
|
|
82992
82570
|
"declarations": [
|
|
82993
82571
|
{
|
|
82994
82572
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
82995
|
-
"name": "
|
|
82573
|
+
"name": "TextFieldProps"
|
|
82996
82574
|
}
|
|
82997
82575
|
],
|
|
82998
82576
|
"required": false,
|
|
82999
82577
|
"type": {
|
|
83000
|
-
"name": "
|
|
82578
|
+
"name": "boolean"
|
|
83001
82579
|
}
|
|
83002
82580
|
},
|
|
83003
|
-
"
|
|
82581
|
+
"validate": {
|
|
83004
82582
|
"defaultValue": null,
|
|
83005
|
-
"description": "
|
|
83006
|
-
"name": "
|
|
82583
|
+
"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.",
|
|
82584
|
+
"name": "validate",
|
|
83007
82585
|
"parent": {
|
|
83008
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83009
|
-
"name": "
|
|
82586
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82587
|
+
"name": "Validation"
|
|
83010
82588
|
},
|
|
83011
82589
|
"declarations": [
|
|
83012
82590
|
{
|
|
83013
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83014
|
-
"name": "
|
|
82591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82592
|
+
"name": "Validation"
|
|
83015
82593
|
}
|
|
83016
82594
|
],
|
|
83017
82595
|
"required": false,
|
|
83018
82596
|
"type": {
|
|
83019
|
-
"name": "
|
|
82597
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
83020
82598
|
}
|
|
83021
82599
|
},
|
|
83022
|
-
"
|
|
82600
|
+
"autoFocus": {
|
|
83023
82601
|
"defaultValue": null,
|
|
83024
|
-
"description": "
|
|
83025
|
-
"name": "
|
|
82602
|
+
"description": "Whether the element should receive focus on render.",
|
|
82603
|
+
"name": "autoFocus",
|
|
83026
82604
|
"parent": {
|
|
83027
82605
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83028
|
-
"name": "
|
|
82606
|
+
"name": "FocusableProps"
|
|
83029
82607
|
},
|
|
83030
82608
|
"declarations": [
|
|
83031
82609
|
{
|
|
83032
82610
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83033
|
-
"name": "
|
|
82611
|
+
"name": "FocusableProps"
|
|
83034
82612
|
}
|
|
83035
82613
|
],
|
|
83036
82614
|
"required": false,
|
|
83037
82615
|
"type": {
|
|
83038
|
-
"name": "
|
|
82616
|
+
"name": "boolean"
|
|
83039
82617
|
}
|
|
83040
82618
|
},
|
|
83041
|
-
"
|
|
82619
|
+
"onFocus": {
|
|
83042
82620
|
"defaultValue": null,
|
|
83043
|
-
"description": "Handler that is called when
|
|
83044
|
-
"name": "
|
|
82621
|
+
"description": "Handler that is called when the element receives focus.",
|
|
82622
|
+
"name": "onFocus",
|
|
83045
82623
|
"parent": {
|
|
83046
82624
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83047
|
-
"name": "
|
|
82625
|
+
"name": "FocusEvents"
|
|
83048
82626
|
},
|
|
83049
82627
|
"declarations": [
|
|
83050
82628
|
{
|
|
83051
82629
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83052
|
-
"name": "
|
|
82630
|
+
"name": "FocusEvents"
|
|
83053
82631
|
}
|
|
83054
82632
|
],
|
|
83055
82633
|
"required": false,
|
|
83056
82634
|
"type": {
|
|
83057
|
-
"name": "((e:
|
|
82635
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
83058
82636
|
}
|
|
83059
82637
|
},
|
|
83060
|
-
"
|
|
82638
|
+
"onBlur": {
|
|
83061
82639
|
"defaultValue": null,
|
|
83062
|
-
"description": "Handler that is called when the
|
|
83063
|
-
"name": "
|
|
82640
|
+
"description": "Handler that is called when the element loses focus.",
|
|
82641
|
+
"name": "onBlur",
|
|
83064
82642
|
"parent": {
|
|
83065
82643
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83066
|
-
"name": "
|
|
82644
|
+
"name": "FocusEvents"
|
|
83067
82645
|
},
|
|
83068
82646
|
"declarations": [
|
|
83069
82647
|
{
|
|
83070
82648
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
83071
|
-
"name": "
|
|
82649
|
+
"name": "FocusEvents"
|
|
83072
82650
|
}
|
|
83073
82651
|
],
|
|
83074
82652
|
"required": false,
|
|
83075
82653
|
"type": {
|
|
83076
|
-
"name": "((
|
|
82654
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
83077
82655
|
}
|
|
83078
82656
|
},
|
|
83079
|
-
"
|
|
82657
|
+
"onFocusChange": {
|
|
83080
82658
|
"defaultValue": null,
|
|
83081
|
-
"description": "
|
|
83082
|
-
"name": "
|
|
82659
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
82660
|
+
"name": "onFocusChange",
|
|
82661
|
+
"parent": {
|
|
82662
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82663
|
+
"name": "FocusEvents"
|
|
82664
|
+
},
|
|
82665
|
+
"declarations": [
|
|
82666
|
+
{
|
|
82667
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82668
|
+
"name": "FocusEvents"
|
|
82669
|
+
}
|
|
82670
|
+
],
|
|
82671
|
+
"required": false,
|
|
82672
|
+
"type": {
|
|
82673
|
+
"name": "((isFocused: boolean) => void)"
|
|
82674
|
+
}
|
|
82675
|
+
},
|
|
82676
|
+
"onKeyDown": {
|
|
82677
|
+
"defaultValue": null,
|
|
82678
|
+
"description": "Handler that is called when a key is pressed.",
|
|
82679
|
+
"name": "onKeyDown",
|
|
82680
|
+
"parent": {
|
|
82681
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82682
|
+
"name": "KeyboardEvents"
|
|
82683
|
+
},
|
|
82684
|
+
"declarations": [
|
|
82685
|
+
{
|
|
82686
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82687
|
+
"name": "KeyboardEvents"
|
|
82688
|
+
}
|
|
82689
|
+
],
|
|
82690
|
+
"required": false,
|
|
82691
|
+
"type": {
|
|
82692
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
82693
|
+
}
|
|
82694
|
+
},
|
|
82695
|
+
"onKeyUp": {
|
|
82696
|
+
"defaultValue": null,
|
|
82697
|
+
"description": "Handler that is called when a key is released.",
|
|
82698
|
+
"name": "onKeyUp",
|
|
82699
|
+
"parent": {
|
|
82700
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82701
|
+
"name": "KeyboardEvents"
|
|
82702
|
+
},
|
|
82703
|
+
"declarations": [
|
|
82704
|
+
{
|
|
82705
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
82706
|
+
"name": "KeyboardEvents"
|
|
82707
|
+
}
|
|
82708
|
+
],
|
|
82709
|
+
"required": false,
|
|
82710
|
+
"type": {
|
|
82711
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
82712
|
+
}
|
|
82713
|
+
},
|
|
82714
|
+
"value": {
|
|
82715
|
+
"defaultValue": null,
|
|
82716
|
+
"description": "The current value (controlled).",
|
|
82717
|
+
"name": "value",
|
|
82718
|
+
"parent": {
|
|
82719
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82720
|
+
"name": "ValueBase"
|
|
82721
|
+
},
|
|
82722
|
+
"declarations": [
|
|
82723
|
+
{
|
|
82724
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82725
|
+
"name": "ValueBase"
|
|
82726
|
+
}
|
|
82727
|
+
],
|
|
82728
|
+
"required": false,
|
|
82729
|
+
"type": {
|
|
82730
|
+
"name": "TimeValue | null"
|
|
82731
|
+
}
|
|
82732
|
+
},
|
|
82733
|
+
"defaultValue": {
|
|
82734
|
+
"defaultValue": null,
|
|
82735
|
+
"description": "The default value (uncontrolled).",
|
|
82736
|
+
"name": "defaultValue",
|
|
82737
|
+
"parent": {
|
|
82738
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82739
|
+
"name": "ValueBase"
|
|
82740
|
+
},
|
|
82741
|
+
"declarations": [
|
|
82742
|
+
{
|
|
82743
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82744
|
+
"name": "ValueBase"
|
|
82745
|
+
}
|
|
82746
|
+
],
|
|
82747
|
+
"required": false,
|
|
82748
|
+
"type": {
|
|
82749
|
+
"name": "TimeValue | null"
|
|
82750
|
+
}
|
|
82751
|
+
},
|
|
82752
|
+
"onChange": {
|
|
82753
|
+
"defaultValue": null,
|
|
82754
|
+
"description": "Handler that is called when the value changes.",
|
|
82755
|
+
"name": "onChange",
|
|
82756
|
+
"parent": {
|
|
82757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82758
|
+
"name": "ValueBase"
|
|
82759
|
+
},
|
|
82760
|
+
"declarations": [
|
|
82761
|
+
{
|
|
82762
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
82763
|
+
"name": "ValueBase"
|
|
82764
|
+
}
|
|
82765
|
+
],
|
|
82766
|
+
"required": false,
|
|
82767
|
+
"type": {
|
|
82768
|
+
"name": "((value: TimeValue | null) => void)"
|
|
82769
|
+
}
|
|
82770
|
+
},
|
|
82771
|
+
"id": {
|
|
82772
|
+
"defaultValue": null,
|
|
82773
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
82774
|
+
"name": "id",
|
|
83083
82775
|
"parent": {
|
|
83084
82776
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83085
|
-
"name": "
|
|
82777
|
+
"name": "DOMProps"
|
|
83086
82778
|
},
|
|
83087
82779
|
"declarations": [
|
|
83088
82780
|
{
|
|
83089
82781
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83090
|
-
"name": "
|
|
82782
|
+
"name": "DOMProps"
|
|
83091
82783
|
}
|
|
83092
82784
|
],
|
|
83093
82785
|
"required": false,
|
|
83094
82786
|
"type": {
|
|
83095
|
-
"name": "
|
|
82787
|
+
"name": "string"
|
|
83096
82788
|
}
|
|
83097
82789
|
},
|
|
83098
|
-
"
|
|
82790
|
+
"name": {
|
|
83099
82791
|
"defaultValue": null,
|
|
83100
|
-
"description": "
|
|
83101
|
-
"name": "
|
|
82792
|
+
"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).",
|
|
82793
|
+
"name": "name",
|
|
83102
82794
|
"parent": {
|
|
83103
|
-
"fileName": "flow/node_modules/.pnpm
|
|
83104
|
-
"name": "
|
|
82795
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82796
|
+
"name": "InputDOMProps"
|
|
83105
82797
|
},
|
|
83106
82798
|
"declarations": [
|
|
83107
82799
|
{
|
|
83108
|
-
"fileName": "flow/node_modules/.pnpm
|
|
83109
|
-
"name": "
|
|
82800
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82801
|
+
"name": "InputDOMProps"
|
|
83110
82802
|
}
|
|
83111
82803
|
],
|
|
83112
82804
|
"required": false,
|
|
83113
82805
|
"type": {
|
|
83114
|
-
"name": "
|
|
82806
|
+
"name": "string"
|
|
83115
82807
|
}
|
|
83116
82808
|
},
|
|
83117
|
-
"
|
|
82809
|
+
"form": {
|
|
83118
82810
|
"defaultValue": null,
|
|
83119
|
-
"description": "
|
|
83120
|
-
"name": "
|
|
82811
|
+
"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).",
|
|
82812
|
+
"name": "form",
|
|
82813
|
+
"parent": {
|
|
82814
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82815
|
+
"name": "InputDOMProps"
|
|
82816
|
+
},
|
|
82817
|
+
"declarations": [
|
|
82818
|
+
{
|
|
82819
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82820
|
+
"name": "InputDOMProps"
|
|
82821
|
+
}
|
|
82822
|
+
],
|
|
82823
|
+
"required": false,
|
|
82824
|
+
"type": {
|
|
82825
|
+
"name": "string"
|
|
82826
|
+
}
|
|
82827
|
+
},
|
|
82828
|
+
"slot": {
|
|
82829
|
+
"defaultValue": null,
|
|
82830
|
+
"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.",
|
|
82831
|
+
"name": "slot",
|
|
83121
82832
|
"parent": {
|
|
83122
82833
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
83123
|
-
"name": "
|
|
82834
|
+
"name": "SlotProps"
|
|
83124
82835
|
},
|
|
83125
82836
|
"declarations": [
|
|
83126
82837
|
{
|
|
83127
82838
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
83128
|
-
"name": "
|
|
82839
|
+
"name": "SlotProps"
|
|
82840
|
+
}
|
|
82841
|
+
],
|
|
82842
|
+
"required": false,
|
|
82843
|
+
"type": {
|
|
82844
|
+
"name": "string | null"
|
|
82845
|
+
}
|
|
82846
|
+
},
|
|
82847
|
+
"aria-activedescendant": {
|
|
82848
|
+
"defaultValue": null,
|
|
82849
|
+
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
82850
|
+
"name": "aria-activedescendant",
|
|
82851
|
+
"parent": {
|
|
82852
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82853
|
+
"name": "AriaTextFieldProps"
|
|
82854
|
+
},
|
|
82855
|
+
"declarations": [
|
|
82856
|
+
{
|
|
82857
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82858
|
+
"name": "AriaTextFieldProps"
|
|
83129
82859
|
}
|
|
83130
82860
|
],
|
|
83131
82861
|
"required": false,
|
|
@@ -83133,18 +82863,113 @@
|
|
|
83133
82863
|
"name": "string"
|
|
83134
82864
|
}
|
|
83135
82865
|
},
|
|
83136
|
-
"
|
|
82866
|
+
"aria-autocomplete": {
|
|
83137
82867
|
"defaultValue": null,
|
|
83138
|
-
"description": "
|
|
83139
|
-
"name": "
|
|
82868
|
+
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
|
|
82869
|
+
"name": "aria-autocomplete",
|
|
82870
|
+
"parent": {
|
|
82871
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82872
|
+
"name": "AriaTextFieldProps"
|
|
82873
|
+
},
|
|
82874
|
+
"declarations": [
|
|
82875
|
+
{
|
|
82876
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82877
|
+
"name": "AriaTextFieldProps"
|
|
82878
|
+
}
|
|
82879
|
+
],
|
|
82880
|
+
"required": false,
|
|
82881
|
+
"type": {
|
|
82882
|
+
"name": "\"none\" | \"inline\" | \"list\" | \"both\""
|
|
82883
|
+
}
|
|
82884
|
+
},
|
|
82885
|
+
"aria-haspopup": {
|
|
82886
|
+
"defaultValue": null,
|
|
82887
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
|
|
82888
|
+
"name": "aria-haspopup",
|
|
82889
|
+
"parent": {
|
|
82890
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82891
|
+
"name": "AriaTextFieldProps"
|
|
82892
|
+
},
|
|
82893
|
+
"declarations": [
|
|
82894
|
+
{
|
|
82895
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82896
|
+
"name": "AriaTextFieldProps"
|
|
82897
|
+
}
|
|
82898
|
+
],
|
|
82899
|
+
"required": false,
|
|
82900
|
+
"type": {
|
|
82901
|
+
"name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
|
|
82902
|
+
}
|
|
82903
|
+
},
|
|
82904
|
+
"aria-controls": {
|
|
82905
|
+
"defaultValue": null,
|
|
82906
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
82907
|
+
"name": "aria-controls",
|
|
82908
|
+
"parent": {
|
|
82909
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82910
|
+
"name": "AriaTextFieldProps"
|
|
82911
|
+
},
|
|
82912
|
+
"declarations": [
|
|
82913
|
+
{
|
|
82914
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82915
|
+
"name": "AriaTextFieldProps"
|
|
82916
|
+
}
|
|
82917
|
+
],
|
|
82918
|
+
"required": false,
|
|
82919
|
+
"type": {
|
|
82920
|
+
"name": "string"
|
|
82921
|
+
}
|
|
82922
|
+
},
|
|
82923
|
+
"enterKeyHint": {
|
|
82924
|
+
"defaultValue": null,
|
|
82925
|
+
"description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
|
|
82926
|
+
"name": "enterKeyHint",
|
|
82927
|
+
"parent": {
|
|
82928
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82929
|
+
"name": "AriaTextFieldProps"
|
|
82930
|
+
},
|
|
82931
|
+
"declarations": [
|
|
82932
|
+
{
|
|
82933
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
|
|
82934
|
+
"name": "AriaTextFieldProps"
|
|
82935
|
+
}
|
|
82936
|
+
],
|
|
82937
|
+
"required": false,
|
|
82938
|
+
"type": {
|
|
82939
|
+
"name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
82940
|
+
}
|
|
82941
|
+
},
|
|
82942
|
+
"excludeFromTabOrder": {
|
|
82943
|
+
"defaultValue": null,
|
|
82944
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
82945
|
+
"name": "excludeFromTabOrder",
|
|
83140
82946
|
"parent": {
|
|
83141
82947
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83142
|
-
"name": "
|
|
82948
|
+
"name": "FocusableDOMProps"
|
|
83143
82949
|
},
|
|
83144
82950
|
"declarations": [
|
|
83145
82951
|
{
|
|
83146
82952
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83147
|
-
"name": "
|
|
82953
|
+
"name": "FocusableDOMProps"
|
|
82954
|
+
}
|
|
82955
|
+
],
|
|
82956
|
+
"required": false,
|
|
82957
|
+
"type": {
|
|
82958
|
+
"name": "boolean"
|
|
82959
|
+
}
|
|
82960
|
+
},
|
|
82961
|
+
"autoComplete": {
|
|
82962
|
+
"defaultValue": null,
|
|
82963
|
+
"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).",
|
|
82964
|
+
"name": "autoComplete",
|
|
82965
|
+
"parent": {
|
|
82966
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82967
|
+
"name": "TextInputDOMProps"
|
|
82968
|
+
},
|
|
82969
|
+
"declarations": [
|
|
82970
|
+
{
|
|
82971
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
82972
|
+
"name": "TextInputDOMProps"
|
|
83148
82973
|
}
|
|
83149
82974
|
],
|
|
83150
82975
|
"required": false,
|
|
@@ -83152,18 +82977,56 @@
|
|
|
83152
82977
|
"name": "string"
|
|
83153
82978
|
}
|
|
83154
82979
|
},
|
|
83155
|
-
"
|
|
82980
|
+
"maxLength": {
|
|
83156
82981
|
"defaultValue": null,
|
|
83157
|
-
"description": "
|
|
83158
|
-
"name": "
|
|
82982
|
+
"description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
|
|
82983
|
+
"name": "maxLength",
|
|
83159
82984
|
"parent": {
|
|
83160
82985
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83161
|
-
"name": "
|
|
82986
|
+
"name": "TextInputDOMProps"
|
|
83162
82987
|
},
|
|
83163
82988
|
"declarations": [
|
|
83164
82989
|
{
|
|
83165
82990
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83166
|
-
"name": "
|
|
82991
|
+
"name": "TextInputDOMProps"
|
|
82992
|
+
}
|
|
82993
|
+
],
|
|
82994
|
+
"required": false,
|
|
82995
|
+
"type": {
|
|
82996
|
+
"name": "number"
|
|
82997
|
+
}
|
|
82998
|
+
},
|
|
82999
|
+
"minLength": {
|
|
83000
|
+
"defaultValue": null,
|
|
83001
|
+
"description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
|
|
83002
|
+
"name": "minLength",
|
|
83003
|
+
"parent": {
|
|
83004
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83005
|
+
"name": "TextInputDOMProps"
|
|
83006
|
+
},
|
|
83007
|
+
"declarations": [
|
|
83008
|
+
{
|
|
83009
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83010
|
+
"name": "TextInputDOMProps"
|
|
83011
|
+
}
|
|
83012
|
+
],
|
|
83013
|
+
"required": false,
|
|
83014
|
+
"type": {
|
|
83015
|
+
"name": "number"
|
|
83016
|
+
}
|
|
83017
|
+
},
|
|
83018
|
+
"pattern": {
|
|
83019
|
+
"defaultValue": null,
|
|
83020
|
+
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
83021
|
+
"name": "pattern",
|
|
83022
|
+
"parent": {
|
|
83023
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83024
|
+
"name": "TextInputDOMProps"
|
|
83025
|
+
},
|
|
83026
|
+
"declarations": [
|
|
83027
|
+
{
|
|
83028
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83029
|
+
"name": "TextInputDOMProps"
|
|
83167
83030
|
}
|
|
83168
83031
|
],
|
|
83169
83032
|
"required": false,
|
|
@@ -83171,37 +83034,56 @@
|
|
|
83171
83034
|
"name": "string"
|
|
83172
83035
|
}
|
|
83173
83036
|
},
|
|
83174
|
-
"
|
|
83037
|
+
"type": {
|
|
83175
83038
|
"defaultValue": null,
|
|
83176
|
-
"description": "
|
|
83177
|
-
"name": "
|
|
83039
|
+
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
83040
|
+
"name": "type",
|
|
83178
83041
|
"parent": {
|
|
83179
83042
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83180
|
-
"name": "
|
|
83043
|
+
"name": "TextInputDOMProps"
|
|
83181
83044
|
},
|
|
83182
83045
|
"declarations": [
|
|
83183
83046
|
{
|
|
83184
83047
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83185
|
-
"name": "
|
|
83048
|
+
"name": "TextInputDOMProps"
|
|
83186
83049
|
}
|
|
83187
83050
|
],
|
|
83188
83051
|
"required": false,
|
|
83189
83052
|
"type": {
|
|
83190
|
-
"name": "
|
|
83053
|
+
"name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
83191
83054
|
}
|
|
83192
83055
|
},
|
|
83193
|
-
"
|
|
83056
|
+
"inputMode": {
|
|
83194
83057
|
"defaultValue": null,
|
|
83195
|
-
"description": "
|
|
83196
|
-
"name": "
|
|
83058
|
+
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
|
|
83059
|
+
"name": "inputMode",
|
|
83197
83060
|
"parent": {
|
|
83198
83061
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83199
|
-
"name": "
|
|
83062
|
+
"name": "TextInputDOMProps"
|
|
83200
83063
|
},
|
|
83201
83064
|
"declarations": [
|
|
83202
83065
|
{
|
|
83203
83066
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83204
|
-
"name": "
|
|
83067
|
+
"name": "TextInputDOMProps"
|
|
83068
|
+
}
|
|
83069
|
+
],
|
|
83070
|
+
"required": false,
|
|
83071
|
+
"type": {
|
|
83072
|
+
"name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
83073
|
+
}
|
|
83074
|
+
},
|
|
83075
|
+
"autoCorrect": {
|
|
83076
|
+
"defaultValue": null,
|
|
83077
|
+
"description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
|
|
83078
|
+
"name": "autoCorrect",
|
|
83079
|
+
"parent": {
|
|
83080
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83081
|
+
"name": "TextInputDOMProps"
|
|
83082
|
+
},
|
|
83083
|
+
"declarations": [
|
|
83084
|
+
{
|
|
83085
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83086
|
+
"name": "TextInputDOMProps"
|
|
83205
83087
|
}
|
|
83206
83088
|
],
|
|
83207
83089
|
"required": false,
|
|
@@ -83209,152 +83091,270 @@
|
|
|
83209
83091
|
"name": "string"
|
|
83210
83092
|
}
|
|
83211
83093
|
},
|
|
83212
|
-
"
|
|
83094
|
+
"spellCheck": {
|
|
83213
83095
|
"defaultValue": null,
|
|
83214
|
-
"description": "
|
|
83215
|
-
"name": "
|
|
83096
|
+
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
83097
|
+
"name": "spellCheck",
|
|
83216
83098
|
"parent": {
|
|
83217
83099
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83218
|
-
"name": "
|
|
83100
|
+
"name": "TextInputDOMProps"
|
|
83219
83101
|
},
|
|
83220
83102
|
"declarations": [
|
|
83221
83103
|
{
|
|
83222
83104
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83223
|
-
"name": "
|
|
83105
|
+
"name": "TextInputDOMProps"
|
|
83224
83106
|
}
|
|
83225
83107
|
],
|
|
83226
83108
|
"required": false,
|
|
83227
83109
|
"type": {
|
|
83228
|
-
"name": "
|
|
83110
|
+
"name": "string"
|
|
83229
83111
|
}
|
|
83230
83112
|
},
|
|
83231
|
-
"
|
|
83113
|
+
"onCopy": {
|
|
83232
83114
|
"defaultValue": null,
|
|
83233
|
-
"description": "
|
|
83234
|
-
"name": "
|
|
83115
|
+
"description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
|
|
83116
|
+
"name": "onCopy",
|
|
83235
83117
|
"parent": {
|
|
83236
83118
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83237
|
-
"name": "
|
|
83119
|
+
"name": "TextInputDOMEvents"
|
|
83238
83120
|
},
|
|
83239
83121
|
"declarations": [
|
|
83240
83122
|
{
|
|
83241
83123
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83242
|
-
"name": "
|
|
83124
|
+
"name": "TextInputDOMEvents"
|
|
83243
83125
|
}
|
|
83244
83126
|
],
|
|
83245
83127
|
"required": false,
|
|
83246
83128
|
"type": {
|
|
83247
|
-
"name": "
|
|
83129
|
+
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
83248
83130
|
}
|
|
83249
83131
|
},
|
|
83250
|
-
"
|
|
83132
|
+
"onCut": {
|
|
83251
83133
|
"defaultValue": null,
|
|
83252
|
-
"description": "Handler that is called when the
|
|
83253
|
-
"name": "
|
|
83134
|
+
"description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
|
|
83135
|
+
"name": "onCut",
|
|
83254
83136
|
"parent": {
|
|
83255
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83256
|
-
"name": "
|
|
83137
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83138
|
+
"name": "TextInputDOMEvents"
|
|
83257
83139
|
},
|
|
83258
83140
|
"declarations": [
|
|
83259
83141
|
{
|
|
83260
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83261
|
-
"name": "
|
|
83142
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83143
|
+
"name": "TextInputDOMEvents"
|
|
83262
83144
|
}
|
|
83263
83145
|
],
|
|
83264
83146
|
"required": false,
|
|
83265
83147
|
"type": {
|
|
83266
|
-
"name": "
|
|
83148
|
+
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
83267
83149
|
}
|
|
83268
83150
|
},
|
|
83269
|
-
"
|
|
83151
|
+
"onPaste": {
|
|
83270
83152
|
"defaultValue": null,
|
|
83271
|
-
"description": "Handler that is called when
|
|
83272
|
-
"name": "
|
|
83153
|
+
"description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
|
|
83154
|
+
"name": "onPaste",
|
|
83273
83155
|
"parent": {
|
|
83274
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83275
|
-
"name": "
|
|
83156
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83157
|
+
"name": "TextInputDOMEvents"
|
|
83276
83158
|
},
|
|
83277
83159
|
"declarations": [
|
|
83278
83160
|
{
|
|
83279
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83280
|
-
"name": "
|
|
83161
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83162
|
+
"name": "TextInputDOMEvents"
|
|
83281
83163
|
}
|
|
83282
83164
|
],
|
|
83283
83165
|
"required": false,
|
|
83284
83166
|
"type": {
|
|
83285
|
-
"name": "
|
|
83167
|
+
"name": "ClipboardEventHandler<HTMLInputElement>"
|
|
83286
83168
|
}
|
|
83287
83169
|
},
|
|
83288
|
-
"
|
|
83170
|
+
"onCompositionStart": {
|
|
83289
83171
|
"defaultValue": null,
|
|
83290
|
-
"description": "Handler that is called when a
|
|
83291
|
-
"name": "
|
|
83172
|
+
"description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
|
|
83173
|
+
"name": "onCompositionStart",
|
|
83292
83174
|
"parent": {
|
|
83293
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83294
|
-
"name": "
|
|
83175
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83176
|
+
"name": "TextInputDOMEvents"
|
|
83295
83177
|
},
|
|
83296
83178
|
"declarations": [
|
|
83297
83179
|
{
|
|
83298
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83299
|
-
"name": "
|
|
83180
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83181
|
+
"name": "TextInputDOMEvents"
|
|
83300
83182
|
}
|
|
83301
83183
|
],
|
|
83302
83184
|
"required": false,
|
|
83303
83185
|
"type": {
|
|
83304
|
-
"name": "
|
|
83186
|
+
"name": "CompositionEventHandler<HTMLInputElement>"
|
|
83305
83187
|
}
|
|
83306
83188
|
},
|
|
83307
|
-
"
|
|
83189
|
+
"onCompositionEnd": {
|
|
83308
83190
|
"defaultValue": null,
|
|
83309
|
-
"description": "Handler that is called when the
|
|
83310
|
-
"name": "
|
|
83191
|
+
"description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
|
|
83192
|
+
"name": "onCompositionEnd",
|
|
83311
83193
|
"parent": {
|
|
83312
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83313
|
-
"name": "
|
|
83194
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83195
|
+
"name": "TextInputDOMEvents"
|
|
83314
83196
|
},
|
|
83315
83197
|
"declarations": [
|
|
83316
83198
|
{
|
|
83317
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83318
|
-
"name": "
|
|
83199
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83200
|
+
"name": "TextInputDOMEvents"
|
|
83319
83201
|
}
|
|
83320
83202
|
],
|
|
83321
83203
|
"required": false,
|
|
83322
83204
|
"type": {
|
|
83323
|
-
"name": "
|
|
83205
|
+
"name": "CompositionEventHandler<HTMLInputElement>"
|
|
83324
83206
|
}
|
|
83325
83207
|
},
|
|
83326
|
-
"
|
|
83208
|
+
"onCompositionUpdate": {
|
|
83327
83209
|
"defaultValue": null,
|
|
83328
|
-
"description": "Handler that is called when a
|
|
83329
|
-
"name": "
|
|
83210
|
+
"description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
|
|
83211
|
+
"name": "onCompositionUpdate",
|
|
83330
83212
|
"parent": {
|
|
83331
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83332
|
-
"name": "
|
|
83213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83214
|
+
"name": "TextInputDOMEvents"
|
|
83333
83215
|
},
|
|
83334
83216
|
"declarations": [
|
|
83335
83217
|
{
|
|
83336
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
83337
|
-
"name": "
|
|
83218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83219
|
+
"name": "TextInputDOMEvents"
|
|
83338
83220
|
}
|
|
83339
83221
|
],
|
|
83340
83222
|
"required": false,
|
|
83341
83223
|
"type": {
|
|
83342
|
-
"name": "
|
|
83224
|
+
"name": "CompositionEventHandler<HTMLInputElement>"
|
|
83343
83225
|
}
|
|
83344
83226
|
},
|
|
83345
|
-
"
|
|
83227
|
+
"onSelect": {
|
|
83228
|
+
"defaultValue": null,
|
|
83229
|
+
"description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
|
|
83230
|
+
"name": "onSelect",
|
|
83231
|
+
"parent": {
|
|
83232
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83233
|
+
"name": "TextInputDOMEvents"
|
|
83234
|
+
},
|
|
83235
|
+
"declarations": [
|
|
83236
|
+
{
|
|
83237
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83238
|
+
"name": "TextInputDOMEvents"
|
|
83239
|
+
}
|
|
83240
|
+
],
|
|
83241
|
+
"required": false,
|
|
83242
|
+
"type": {
|
|
83243
|
+
"name": "ReactEventHandler<HTMLInputElement>"
|
|
83244
|
+
}
|
|
83245
|
+
},
|
|
83246
|
+
"onBeforeInput": {
|
|
83247
|
+
"defaultValue": null,
|
|
83248
|
+
"description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
|
|
83249
|
+
"name": "onBeforeInput",
|
|
83250
|
+
"parent": {
|
|
83251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83252
|
+
"name": "TextInputDOMEvents"
|
|
83253
|
+
},
|
|
83254
|
+
"declarations": [
|
|
83255
|
+
{
|
|
83256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83257
|
+
"name": "TextInputDOMEvents"
|
|
83258
|
+
}
|
|
83259
|
+
],
|
|
83260
|
+
"required": false,
|
|
83261
|
+
"type": {
|
|
83262
|
+
"name": "FormEventHandler<HTMLInputElement>"
|
|
83263
|
+
}
|
|
83264
|
+
},
|
|
83265
|
+
"onInput": {
|
|
83266
|
+
"defaultValue": null,
|
|
83267
|
+
"description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
|
|
83268
|
+
"name": "onInput",
|
|
83269
|
+
"parent": {
|
|
83270
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83271
|
+
"name": "TextInputDOMEvents"
|
|
83272
|
+
},
|
|
83273
|
+
"declarations": [
|
|
83274
|
+
{
|
|
83275
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83276
|
+
"name": "TextInputDOMEvents"
|
|
83277
|
+
}
|
|
83278
|
+
],
|
|
83279
|
+
"required": false,
|
|
83280
|
+
"type": {
|
|
83281
|
+
"name": "FormEventHandler<HTMLInputElement>"
|
|
83282
|
+
}
|
|
83283
|
+
},
|
|
83284
|
+
"aria-errormessage": {
|
|
83285
|
+
"defaultValue": null,
|
|
83286
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
83287
|
+
"name": "aria-errormessage",
|
|
83288
|
+
"parent": {
|
|
83289
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83290
|
+
"name": "AriaValidationProps"
|
|
83291
|
+
},
|
|
83292
|
+
"declarations": [
|
|
83293
|
+
{
|
|
83294
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
83295
|
+
"name": "AriaValidationProps"
|
|
83296
|
+
}
|
|
83297
|
+
],
|
|
83298
|
+
"required": false,
|
|
83299
|
+
"type": {
|
|
83300
|
+
"name": "string"
|
|
83301
|
+
}
|
|
83302
|
+
},
|
|
83303
|
+
"showCharacterCount": {
|
|
83304
|
+
"defaultValue": null,
|
|
83305
|
+
"description": "Whether a character count should be displayed inside the field description.",
|
|
83306
|
+
"name": "showCharacterCount",
|
|
83307
|
+
"parent": {
|
|
83308
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
83309
|
+
"name": "TextFieldBaseProps"
|
|
83310
|
+
},
|
|
83311
|
+
"declarations": [
|
|
83312
|
+
{
|
|
83313
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
83314
|
+
"name": "TextFieldBaseProps"
|
|
83315
|
+
}
|
|
83316
|
+
],
|
|
83317
|
+
"required": false,
|
|
83318
|
+
"type": {
|
|
83319
|
+
"name": "boolean"
|
|
83320
|
+
}
|
|
83321
|
+
},
|
|
83322
|
+
"placeholder": {
|
|
83346
83323
|
"defaultValue": null,
|
|
83347
83324
|
"description": "",
|
|
83348
|
-
"name": "
|
|
83325
|
+
"name": "placeholder",
|
|
83326
|
+
"parent": {
|
|
83327
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
83328
|
+
"name": "InputHTMLAttributes"
|
|
83329
|
+
},
|
|
83349
83330
|
"declarations": [
|
|
83350
83331
|
{
|
|
83351
83332
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
83352
|
-
"name": "
|
|
83333
|
+
"name": "InputHTMLAttributes"
|
|
83353
83334
|
}
|
|
83354
83335
|
],
|
|
83355
83336
|
"required": false,
|
|
83356
83337
|
"type": {
|
|
83357
|
-
"name": "
|
|
83338
|
+
"name": "string"
|
|
83339
|
+
}
|
|
83340
|
+
},
|
|
83341
|
+
"rows": {
|
|
83342
|
+
"defaultValue": null,
|
|
83343
|
+
"description": "",
|
|
83344
|
+
"name": "rows",
|
|
83345
|
+
"parent": {
|
|
83346
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
83347
|
+
"name": "TextareaHTMLAttributes"
|
|
83348
|
+
},
|
|
83349
|
+
"declarations": [
|
|
83350
|
+
{
|
|
83351
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
83352
|
+
"name": "TextareaHTMLAttributes"
|
|
83353
|
+
}
|
|
83354
|
+
],
|
|
83355
|
+
"required": false,
|
|
83356
|
+
"type": {
|
|
83357
|
+
"name": "number"
|
|
83358
83358
|
}
|
|
83359
83359
|
},
|
|
83360
83360
|
"wrapWith": {
|
|
@@ -213532,9 +213532,9 @@
|
|
|
213532
213532
|
"flr-generate": "all",
|
|
213533
213533
|
"flr-clear-props-context": ""
|
|
213534
213534
|
},
|
|
213535
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
213535
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
|
|
213536
213536
|
"description": "",
|
|
213537
|
-
"displayName": "
|
|
213537
|
+
"displayName": "CheckboxButton",
|
|
213538
213538
|
"methods": [],
|
|
213539
213539
|
"props": {
|
|
213540
213540
|
"aria-label": {
|
|
@@ -215684,78 +215684,14 @@
|
|
|
215684
215684
|
}
|
|
215685
215685
|
}
|
|
215686
215686
|
},
|
|
215687
|
-
{
|
|
215688
|
-
"tags": {
|
|
215689
|
-
"flr-generate": "all"
|
|
215690
|
-
},
|
|
215691
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
215692
|
-
"description": "",
|
|
215693
|
-
"displayName": "Chat",
|
|
215694
|
-
"methods": [],
|
|
215695
|
-
"props": {
|
|
215696
|
-
"height": {
|
|
215697
|
-
"defaultValue": null,
|
|
215698
|
-
"description": "",
|
|
215699
|
-
"name": "height",
|
|
215700
|
-
"parent": {
|
|
215701
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
215702
|
-
"name": "ChatProps"
|
|
215703
|
-
},
|
|
215704
|
-
"declarations": [
|
|
215705
|
-
{
|
|
215706
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
215707
|
-
"name": "ChatProps"
|
|
215708
|
-
}
|
|
215709
|
-
],
|
|
215710
|
-
"required": false,
|
|
215711
|
-
"type": {
|
|
215712
|
-
"name": "Height<string | number>"
|
|
215713
|
-
}
|
|
215714
|
-
},
|
|
215715
|
-
"children": {
|
|
215716
|
-
"defaultValue": null,
|
|
215717
|
-
"description": "",
|
|
215718
|
-
"name": "children",
|
|
215719
|
-
"declarations": [
|
|
215720
|
-
{
|
|
215721
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
215722
|
-
"name": "TypeLiteral"
|
|
215723
|
-
}
|
|
215724
|
-
],
|
|
215725
|
-
"required": false,
|
|
215726
|
-
"type": {
|
|
215727
|
-
"name": "ReactNode"
|
|
215728
|
-
}
|
|
215729
|
-
},
|
|
215730
|
-
"className": {
|
|
215731
|
-
"defaultValue": null,
|
|
215732
|
-
"description": "The elements class name.",
|
|
215733
|
-
"name": "className",
|
|
215734
|
-
"parent": {
|
|
215735
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
215736
|
-
"name": "PropsWithClassName"
|
|
215737
|
-
},
|
|
215738
|
-
"declarations": [
|
|
215739
|
-
{
|
|
215740
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
215741
|
-
"name": "PropsWithClassName"
|
|
215742
|
-
}
|
|
215743
|
-
],
|
|
215744
|
-
"required": false,
|
|
215745
|
-
"type": {
|
|
215746
|
-
"name": "string"
|
|
215747
|
-
}
|
|
215748
|
-
}
|
|
215749
|
-
}
|
|
215750
|
-
},
|
|
215751
215687
|
{
|
|
215752
215688
|
"tags": {
|
|
215753
215689
|
"flr-generate": "all",
|
|
215754
215690
|
"flr-clear-props-context": ""
|
|
215755
215691
|
},
|
|
215756
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
215692
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
|
|
215757
215693
|
"description": "",
|
|
215758
|
-
"displayName": "
|
|
215694
|
+
"displayName": "Checkbox",
|
|
215759
215695
|
"methods": [],
|
|
215760
215696
|
"props": {
|
|
215761
215697
|
"aria-label": {
|
|
@@ -217905,6 +217841,70 @@
|
|
|
217905
217841
|
}
|
|
217906
217842
|
}
|
|
217907
217843
|
},
|
|
217844
|
+
{
|
|
217845
|
+
"tags": {
|
|
217846
|
+
"flr-generate": "all"
|
|
217847
|
+
},
|
|
217848
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
217849
|
+
"description": "",
|
|
217850
|
+
"displayName": "Chat",
|
|
217851
|
+
"methods": [],
|
|
217852
|
+
"props": {
|
|
217853
|
+
"height": {
|
|
217854
|
+
"defaultValue": null,
|
|
217855
|
+
"description": "",
|
|
217856
|
+
"name": "height",
|
|
217857
|
+
"parent": {
|
|
217858
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
217859
|
+
"name": "ChatProps"
|
|
217860
|
+
},
|
|
217861
|
+
"declarations": [
|
|
217862
|
+
{
|
|
217863
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
217864
|
+
"name": "ChatProps"
|
|
217865
|
+
}
|
|
217866
|
+
],
|
|
217867
|
+
"required": false,
|
|
217868
|
+
"type": {
|
|
217869
|
+
"name": "Height<string | number>"
|
|
217870
|
+
}
|
|
217871
|
+
},
|
|
217872
|
+
"children": {
|
|
217873
|
+
"defaultValue": null,
|
|
217874
|
+
"description": "",
|
|
217875
|
+
"name": "children",
|
|
217876
|
+
"declarations": [
|
|
217877
|
+
{
|
|
217878
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
217879
|
+
"name": "TypeLiteral"
|
|
217880
|
+
}
|
|
217881
|
+
],
|
|
217882
|
+
"required": false,
|
|
217883
|
+
"type": {
|
|
217884
|
+
"name": "ReactNode"
|
|
217885
|
+
}
|
|
217886
|
+
},
|
|
217887
|
+
"className": {
|
|
217888
|
+
"defaultValue": null,
|
|
217889
|
+
"description": "The elements class name.",
|
|
217890
|
+
"name": "className",
|
|
217891
|
+
"parent": {
|
|
217892
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
217893
|
+
"name": "PropsWithClassName"
|
|
217894
|
+
},
|
|
217895
|
+
"declarations": [
|
|
217896
|
+
{
|
|
217897
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
217898
|
+
"name": "PropsWithClassName"
|
|
217899
|
+
}
|
|
217900
|
+
],
|
|
217901
|
+
"required": false,
|
|
217902
|
+
"type": {
|
|
217903
|
+
"name": "string"
|
|
217904
|
+
}
|
|
217905
|
+
}
|
|
217906
|
+
}
|
|
217907
|
+
},
|
|
217908
217908
|
{
|
|
217909
217909
|
"tags": {
|
|
217910
217910
|
"flr-generate": "all"
|
|
@@ -287294,9 +287294,9 @@
|
|
|
287294
287294
|
"flr-generate": "all",
|
|
287295
287295
|
"flr-clear-props-context": ""
|
|
287296
287296
|
},
|
|
287297
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
287297
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
287298
287298
|
"description": "",
|
|
287299
|
-
"displayName": "
|
|
287299
|
+
"displayName": "RadioButton",
|
|
287300
287300
|
"methods": [],
|
|
287301
287301
|
"props": {
|
|
287302
287302
|
"aria-label": {
|
|
@@ -289183,9 +289183,9 @@
|
|
|
289183
289183
|
"flr-generate": "all",
|
|
289184
289184
|
"flr-clear-props-context": ""
|
|
289185
289185
|
},
|
|
289186
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
289186
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
289187
289187
|
"description": "",
|
|
289188
|
-
"displayName": "
|
|
289188
|
+
"displayName": "Radio",
|
|
289189
289189
|
"methods": [],
|
|
289190
289190
|
"props": {
|
|
289191
289191
|
"aria-label": {
|
|
@@ -324194,138 +324194,6 @@
|
|
|
324194
324194
|
}
|
|
324195
324195
|
}
|
|
324196
324196
|
},
|
|
324197
|
-
{
|
|
324198
|
-
"tags": {},
|
|
324199
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324200
|
-
"description": "",
|
|
324201
|
-
"displayName": "Item",
|
|
324202
|
-
"methods": [],
|
|
324203
|
-
"props": {
|
|
324204
|
-
"id": {
|
|
324205
|
-
"defaultValue": null,
|
|
324206
|
-
"description": "",
|
|
324207
|
-
"name": "id",
|
|
324208
|
-
"parent": {
|
|
324209
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324210
|
-
"name": "Props"
|
|
324211
|
-
},
|
|
324212
|
-
"declarations": [
|
|
324213
|
-
{
|
|
324214
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324215
|
-
"name": "Props"
|
|
324216
|
-
}
|
|
324217
|
-
],
|
|
324218
|
-
"required": true,
|
|
324219
|
-
"type": {
|
|
324220
|
-
"name": "Key"
|
|
324221
|
-
}
|
|
324222
|
-
},
|
|
324223
|
-
"data": {
|
|
324224
|
-
"defaultValue": null,
|
|
324225
|
-
"description": "",
|
|
324226
|
-
"name": "data",
|
|
324227
|
-
"parent": {
|
|
324228
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324229
|
-
"name": "Props"
|
|
324230
|
-
},
|
|
324231
|
-
"declarations": [
|
|
324232
|
-
{
|
|
324233
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324234
|
-
"name": "Props"
|
|
324235
|
-
}
|
|
324236
|
-
],
|
|
324237
|
-
"required": true,
|
|
324238
|
-
"type": {
|
|
324239
|
-
"name": "never"
|
|
324240
|
-
}
|
|
324241
|
-
},
|
|
324242
|
-
"children": {
|
|
324243
|
-
"defaultValue": null,
|
|
324244
|
-
"description": "",
|
|
324245
|
-
"name": "children",
|
|
324246
|
-
"declarations": [
|
|
324247
|
-
{
|
|
324248
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
324249
|
-
"name": "TypeLiteral"
|
|
324250
|
-
}
|
|
324251
|
-
],
|
|
324252
|
-
"required": false,
|
|
324253
|
-
"type": {
|
|
324254
|
-
"name": "ReactNode"
|
|
324255
|
-
}
|
|
324256
|
-
}
|
|
324257
|
-
}
|
|
324258
|
-
},
|
|
324259
|
-
{
|
|
324260
|
-
"tags": {},
|
|
324261
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324262
|
-
"description": "",
|
|
324263
|
-
"displayName": "ItemContainer",
|
|
324264
|
-
"methods": [],
|
|
324265
|
-
"props": {
|
|
324266
|
-
"id": {
|
|
324267
|
-
"defaultValue": null,
|
|
324268
|
-
"description": "",
|
|
324269
|
-
"name": "id",
|
|
324270
|
-
"parent": {
|
|
324271
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324272
|
-
"name": "Props"
|
|
324273
|
-
},
|
|
324274
|
-
"declarations": [
|
|
324275
|
-
{
|
|
324276
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324277
|
-
"name": "Props"
|
|
324278
|
-
}
|
|
324279
|
-
],
|
|
324280
|
-
"required": true,
|
|
324281
|
-
"type": {
|
|
324282
|
-
"name": "Key"
|
|
324283
|
-
}
|
|
324284
|
-
},
|
|
324285
|
-
"data": {
|
|
324286
|
-
"defaultValue": null,
|
|
324287
|
-
"description": "",
|
|
324288
|
-
"name": "data",
|
|
324289
|
-
"parent": {
|
|
324290
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324291
|
-
"name": "Props"
|
|
324292
|
-
},
|
|
324293
|
-
"declarations": [
|
|
324294
|
-
{
|
|
324295
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
324296
|
-
"name": "Props"
|
|
324297
|
-
}
|
|
324298
|
-
],
|
|
324299
|
-
"required": true,
|
|
324300
|
-
"type": {
|
|
324301
|
-
"name": "never"
|
|
324302
|
-
}
|
|
324303
|
-
},
|
|
324304
|
-
"children": {
|
|
324305
|
-
"defaultValue": null,
|
|
324306
|
-
"description": "",
|
|
324307
|
-
"name": "children",
|
|
324308
|
-
"declarations": [
|
|
324309
|
-
{
|
|
324310
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
324311
|
-
"name": "TypeLiteral"
|
|
324312
|
-
}
|
|
324313
|
-
],
|
|
324314
|
-
"required": false,
|
|
324315
|
-
"type": {
|
|
324316
|
-
"name": "ReactNode"
|
|
324317
|
-
}
|
|
324318
|
-
}
|
|
324319
|
-
}
|
|
324320
|
-
},
|
|
324321
|
-
{
|
|
324322
|
-
"tags": {},
|
|
324323
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
324324
|
-
"description": "",
|
|
324325
|
-
"displayName": "FallbackItems",
|
|
324326
|
-
"methods": [],
|
|
324327
|
-
"props": {}
|
|
324328
|
-
},
|
|
324329
324197
|
{
|
|
324330
324198
|
"tags": {
|
|
324331
324199
|
"flr-generate": "all"
|
|
@@ -328000,6 +327868,138 @@
|
|
|
328000
327868
|
}
|
|
328001
327869
|
}
|
|
328002
327870
|
},
|
|
327871
|
+
{
|
|
327872
|
+
"tags": {},
|
|
327873
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327874
|
+
"description": "",
|
|
327875
|
+
"displayName": "Item",
|
|
327876
|
+
"methods": [],
|
|
327877
|
+
"props": {
|
|
327878
|
+
"id": {
|
|
327879
|
+
"defaultValue": null,
|
|
327880
|
+
"description": "",
|
|
327881
|
+
"name": "id",
|
|
327882
|
+
"parent": {
|
|
327883
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327884
|
+
"name": "Props"
|
|
327885
|
+
},
|
|
327886
|
+
"declarations": [
|
|
327887
|
+
{
|
|
327888
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327889
|
+
"name": "Props"
|
|
327890
|
+
}
|
|
327891
|
+
],
|
|
327892
|
+
"required": true,
|
|
327893
|
+
"type": {
|
|
327894
|
+
"name": "Key"
|
|
327895
|
+
}
|
|
327896
|
+
},
|
|
327897
|
+
"data": {
|
|
327898
|
+
"defaultValue": null,
|
|
327899
|
+
"description": "",
|
|
327900
|
+
"name": "data",
|
|
327901
|
+
"parent": {
|
|
327902
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327903
|
+
"name": "Props"
|
|
327904
|
+
},
|
|
327905
|
+
"declarations": [
|
|
327906
|
+
{
|
|
327907
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327908
|
+
"name": "Props"
|
|
327909
|
+
}
|
|
327910
|
+
],
|
|
327911
|
+
"required": true,
|
|
327912
|
+
"type": {
|
|
327913
|
+
"name": "never"
|
|
327914
|
+
}
|
|
327915
|
+
},
|
|
327916
|
+
"children": {
|
|
327917
|
+
"defaultValue": null,
|
|
327918
|
+
"description": "",
|
|
327919
|
+
"name": "children",
|
|
327920
|
+
"declarations": [
|
|
327921
|
+
{
|
|
327922
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
327923
|
+
"name": "TypeLiteral"
|
|
327924
|
+
}
|
|
327925
|
+
],
|
|
327926
|
+
"required": false,
|
|
327927
|
+
"type": {
|
|
327928
|
+
"name": "ReactNode"
|
|
327929
|
+
}
|
|
327930
|
+
}
|
|
327931
|
+
}
|
|
327932
|
+
},
|
|
327933
|
+
{
|
|
327934
|
+
"tags": {},
|
|
327935
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327936
|
+
"description": "",
|
|
327937
|
+
"displayName": "ItemContainer",
|
|
327938
|
+
"methods": [],
|
|
327939
|
+
"props": {
|
|
327940
|
+
"id": {
|
|
327941
|
+
"defaultValue": null,
|
|
327942
|
+
"description": "",
|
|
327943
|
+
"name": "id",
|
|
327944
|
+
"parent": {
|
|
327945
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327946
|
+
"name": "Props"
|
|
327947
|
+
},
|
|
327948
|
+
"declarations": [
|
|
327949
|
+
{
|
|
327950
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327951
|
+
"name": "Props"
|
|
327952
|
+
}
|
|
327953
|
+
],
|
|
327954
|
+
"required": true,
|
|
327955
|
+
"type": {
|
|
327956
|
+
"name": "Key"
|
|
327957
|
+
}
|
|
327958
|
+
},
|
|
327959
|
+
"data": {
|
|
327960
|
+
"defaultValue": null,
|
|
327961
|
+
"description": "",
|
|
327962
|
+
"name": "data",
|
|
327963
|
+
"parent": {
|
|
327964
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327965
|
+
"name": "Props"
|
|
327966
|
+
},
|
|
327967
|
+
"declarations": [
|
|
327968
|
+
{
|
|
327969
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
327970
|
+
"name": "Props"
|
|
327971
|
+
}
|
|
327972
|
+
],
|
|
327973
|
+
"required": true,
|
|
327974
|
+
"type": {
|
|
327975
|
+
"name": "never"
|
|
327976
|
+
}
|
|
327977
|
+
},
|
|
327978
|
+
"children": {
|
|
327979
|
+
"defaultValue": null,
|
|
327980
|
+
"description": "",
|
|
327981
|
+
"name": "children",
|
|
327982
|
+
"declarations": [
|
|
327983
|
+
{
|
|
327984
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
327985
|
+
"name": "TypeLiteral"
|
|
327986
|
+
}
|
|
327987
|
+
],
|
|
327988
|
+
"required": false,
|
|
327989
|
+
"type": {
|
|
327990
|
+
"name": "ReactNode"
|
|
327991
|
+
}
|
|
327992
|
+
}
|
|
327993
|
+
}
|
|
327994
|
+
},
|
|
327995
|
+
{
|
|
327996
|
+
"tags": {},
|
|
327997
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
327998
|
+
"description": "",
|
|
327999
|
+
"displayName": "FallbackItems",
|
|
328000
|
+
"methods": [],
|
|
328001
|
+
"props": {}
|
|
328002
|
+
},
|
|
328003
328003
|
{
|
|
328004
328004
|
"tags": {},
|
|
328005
328005
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|