@mittwald/flow-react-components 0.2.0-alpha.337 → 0.2.0-alpha.339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +1596 -1741
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +28 -47
- package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs +5 -5
- package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs.map +1 -1
- package/dist/js/components/src/components/Options/Options.mjs +5 -34
- package/dist/js/components/src/components/Options/Options.mjs.map +1 -1
- package/dist/js/components/src/components/Popover/Popover.mjs +3 -3
- package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
- package/dist/js/components/src/components/Popover/Popover.module.scss.mjs +2 -2
- package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +4 -4
- package/dist/js/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
- package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs +2 -2
- package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs.map +1 -1
- package/dist/js/components/src/components/propTypes/index.mjs +0 -1
- package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
- package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/dist/types/components/Autocomplete/stories/Default.stories.d.ts +0 -1
- package/dist/types/components/Autocomplete/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Options/Options.d.ts +1 -2
- package/dist/types/components/Options/Options.d.ts.map +1 -1
- package/dist/types/components/Popover/Popover.d.ts +2 -2
- package/dist/types/components/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +0 -2
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts.map +1 -1
- package/dist/types/lib/propsContext/propsContext.d.ts +0 -2
- package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -34363,7 +34363,7 @@
|
|
|
34363
34363
|
"props": {
|
|
34364
34364
|
"controller": {
|
|
34365
34365
|
"defaultValue": null,
|
|
34366
|
-
"description": "
|
|
34366
|
+
"description": "",
|
|
34367
34367
|
"name": "controller",
|
|
34368
34368
|
"parent": {
|
|
34369
34369
|
"fileName": "components/src/components/Options/Options.tsx",
|
|
@@ -34380,179 +34380,162 @@
|
|
|
34380
34380
|
"name": "OverlayController"
|
|
34381
34381
|
}
|
|
34382
34382
|
},
|
|
34383
|
-
"
|
|
34384
|
-
"defaultValue":
|
|
34385
|
-
|
|
34386
|
-
|
|
34383
|
+
"selectionBehavior": {
|
|
34384
|
+
"defaultValue": {
|
|
34385
|
+
"value": "\"toggle\""
|
|
34386
|
+
},
|
|
34387
|
+
"description": "How multiple selection should behave in the collection.",
|
|
34388
|
+
"name": "selectionBehavior",
|
|
34387
34389
|
"parent": {
|
|
34388
34390
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34389
|
-
"name": "
|
|
34391
|
+
"name": "TableProps"
|
|
34390
34392
|
},
|
|
34391
34393
|
"declarations": [
|
|
34392
34394
|
{
|
|
34393
34395
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34394
|
-
"name": "
|
|
34396
|
+
"name": "TableProps"
|
|
34395
34397
|
}
|
|
34396
34398
|
],
|
|
34397
34399
|
"required": false,
|
|
34398
34400
|
"type": {
|
|
34399
|
-
"name": "
|
|
34401
|
+
"name": "SelectionBehavior"
|
|
34400
34402
|
}
|
|
34401
34403
|
},
|
|
34402
|
-
"
|
|
34404
|
+
"dragAndDropHooks": {
|
|
34403
34405
|
"defaultValue": null,
|
|
34404
|
-
"description": "
|
|
34405
|
-
"name": "
|
|
34406
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
34407
|
+
"name": "dragAndDropHooks",
|
|
34406
34408
|
"parent": {
|
|
34407
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34408
|
-
"name": "
|
|
34409
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34410
|
+
"name": "TableProps"
|
|
34409
34411
|
},
|
|
34410
34412
|
"declarations": [
|
|
34411
34413
|
{
|
|
34412
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34413
|
-
"name": "
|
|
34414
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34415
|
+
"name": "TableProps"
|
|
34414
34416
|
}
|
|
34415
34417
|
],
|
|
34416
34418
|
"required": false,
|
|
34417
34419
|
"type": {
|
|
34418
|
-
"name": "
|
|
34420
|
+
"name": "DragAndDropHooks"
|
|
34419
34421
|
}
|
|
34420
34422
|
},
|
|
34421
|
-
"
|
|
34423
|
+
"renderEmptyState": {
|
|
34422
34424
|
"defaultValue": null,
|
|
34423
|
-
"description": "
|
|
34424
|
-
"name": "
|
|
34425
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
34426
|
+
"name": "renderEmptyState",
|
|
34425
34427
|
"parent": {
|
|
34426
|
-
"fileName": "components/
|
|
34427
|
-
"name": "
|
|
34428
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34429
|
+
"name": "ListBoxProps"
|
|
34428
34430
|
},
|
|
34429
34431
|
"declarations": [
|
|
34430
34432
|
{
|
|
34431
|
-
"fileName": "components/
|
|
34432
|
-
"name": "
|
|
34433
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34434
|
+
"name": "ListBoxProps"
|
|
34433
34435
|
}
|
|
34434
34436
|
],
|
|
34435
34437
|
"required": false,
|
|
34436
34438
|
"type": {
|
|
34437
|
-
"name": "
|
|
34439
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
34438
34440
|
}
|
|
34439
34441
|
},
|
|
34440
|
-
"
|
|
34441
|
-
"defaultValue":
|
|
34442
|
-
|
|
34443
|
-
"name": "isDialogContent",
|
|
34444
|
-
"parent": {
|
|
34445
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
34446
|
-
"name": "PopoverProps"
|
|
34442
|
+
"layout": {
|
|
34443
|
+
"defaultValue": {
|
|
34444
|
+
"value": "'stack'"
|
|
34447
34445
|
},
|
|
34448
|
-
"
|
|
34449
|
-
|
|
34450
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
34451
|
-
"name": "PopoverProps"
|
|
34452
|
-
}
|
|
34453
|
-
],
|
|
34454
|
-
"required": false,
|
|
34455
|
-
"type": {
|
|
34456
|
-
"name": "boolean"
|
|
34457
|
-
}
|
|
34458
|
-
},
|
|
34459
|
-
"width": {
|
|
34460
|
-
"defaultValue": null,
|
|
34461
|
-
"description": "A fixed width for the popover.",
|
|
34462
|
-
"name": "width",
|
|
34446
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
34447
|
+
"name": "layout",
|
|
34463
34448
|
"parent": {
|
|
34464
|
-
"fileName": "components/
|
|
34465
|
-
"name": "
|
|
34449
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34450
|
+
"name": "ListBoxProps"
|
|
34466
34451
|
},
|
|
34467
34452
|
"declarations": [
|
|
34468
34453
|
{
|
|
34469
|
-
"fileName": "components/
|
|
34470
|
-
"name": "
|
|
34454
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34455
|
+
"name": "ListBoxProps"
|
|
34471
34456
|
}
|
|
34472
34457
|
],
|
|
34473
34458
|
"required": false,
|
|
34474
34459
|
"type": {
|
|
34475
|
-
"name": "
|
|
34460
|
+
"name": "\"grid\" | \"stack\""
|
|
34476
34461
|
}
|
|
34477
34462
|
},
|
|
34478
|
-
"
|
|
34463
|
+
"orientation": {
|
|
34479
34464
|
"defaultValue": {
|
|
34480
|
-
"value": "
|
|
34465
|
+
"value": "'vertical'"
|
|
34481
34466
|
},
|
|
34482
|
-
"description": "The
|
|
34483
|
-
"name": "
|
|
34467
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
34468
|
+
"name": "orientation",
|
|
34484
34469
|
"parent": {
|
|
34485
|
-
"fileName": "components/
|
|
34486
|
-
"name": "
|
|
34470
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34471
|
+
"name": "ListBoxProps"
|
|
34487
34472
|
},
|
|
34488
34473
|
"declarations": [
|
|
34489
34474
|
{
|
|
34490
|
-
"fileName": "components/
|
|
34491
|
-
"name": "
|
|
34475
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34476
|
+
"name": "ListBoxProps"
|
|
34492
34477
|
}
|
|
34493
34478
|
],
|
|
34494
34479
|
"required": false,
|
|
34495
34480
|
"type": {
|
|
34496
|
-
"name": "
|
|
34481
|
+
"name": "Orientation"
|
|
34497
34482
|
}
|
|
34498
34483
|
},
|
|
34499
|
-
"
|
|
34484
|
+
"onFocus": {
|
|
34500
34485
|
"defaultValue": null,
|
|
34501
|
-
"description": "
|
|
34502
|
-
"name": "
|
|
34486
|
+
"description": "Handler that is called when the element receives focus.",
|
|
34487
|
+
"name": "onFocus",
|
|
34503
34488
|
"parent": {
|
|
34504
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34505
|
-
"name": "
|
|
34489
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34490
|
+
"name": "FocusEvents"
|
|
34506
34491
|
},
|
|
34507
34492
|
"declarations": [
|
|
34508
34493
|
{
|
|
34509
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34510
|
-
"name": "
|
|
34494
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34495
|
+
"name": "FocusEvents"
|
|
34511
34496
|
}
|
|
34512
34497
|
],
|
|
34513
34498
|
"required": false,
|
|
34514
34499
|
"type": {
|
|
34515
|
-
"name": "
|
|
34500
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
34516
34501
|
}
|
|
34517
34502
|
},
|
|
34518
|
-
"
|
|
34503
|
+
"onBlur": {
|
|
34519
34504
|
"defaultValue": null,
|
|
34520
|
-
"description": "
|
|
34521
|
-
"name": "
|
|
34505
|
+
"description": "Handler that is called when the element loses focus.",
|
|
34506
|
+
"name": "onBlur",
|
|
34522
34507
|
"parent": {
|
|
34523
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34524
|
-
"name": "
|
|
34508
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34509
|
+
"name": "FocusEvents"
|
|
34525
34510
|
},
|
|
34526
34511
|
"declarations": [
|
|
34527
34512
|
{
|
|
34528
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34529
|
-
"name": "
|
|
34513
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34514
|
+
"name": "FocusEvents"
|
|
34530
34515
|
}
|
|
34531
34516
|
],
|
|
34532
34517
|
"required": false,
|
|
34533
34518
|
"type": {
|
|
34534
|
-
"name": "
|
|
34519
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
34535
34520
|
}
|
|
34536
34521
|
},
|
|
34537
|
-
"
|
|
34538
|
-
"defaultValue":
|
|
34539
|
-
|
|
34540
|
-
|
|
34541
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
34542
|
-
"name": "offset",
|
|
34522
|
+
"id": {
|
|
34523
|
+
"defaultValue": null,
|
|
34524
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
34525
|
+
"name": "id",
|
|
34543
34526
|
"parent": {
|
|
34544
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34545
|
-
"name": "
|
|
34527
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
34528
|
+
"name": "DOMProps"
|
|
34546
34529
|
},
|
|
34547
34530
|
"declarations": [
|
|
34548
34531
|
{
|
|
34549
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34550
|
-
"name": "
|
|
34532
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
34533
|
+
"name": "DOMProps"
|
|
34551
34534
|
}
|
|
34552
34535
|
],
|
|
34553
34536
|
"required": false,
|
|
34554
34537
|
"type": {
|
|
34555
|
-
"name": "
|
|
34538
|
+
"name": "string"
|
|
34556
34539
|
}
|
|
34557
34540
|
},
|
|
34558
34541
|
"aria-describedby": {
|
|
@@ -34631,77 +34614,75 @@
|
|
|
34631
34614
|
"name": "string"
|
|
34632
34615
|
}
|
|
34633
34616
|
},
|
|
34634
|
-
"
|
|
34635
|
-
"defaultValue":
|
|
34636
|
-
|
|
34637
|
-
|
|
34638
|
-
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
34639
|
-
"name": "arrowBoundaryOffset",
|
|
34617
|
+
"autoFocus": {
|
|
34618
|
+
"defaultValue": null,
|
|
34619
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
34620
|
+
"name": "autoFocus",
|
|
34640
34621
|
"parent": {
|
|
34641
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34642
|
-
"name": "
|
|
34622
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34623
|
+
"name": "ListBoxProps"
|
|
34643
34624
|
},
|
|
34644
34625
|
"declarations": [
|
|
34645
34626
|
{
|
|
34646
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34647
|
-
"name": "
|
|
34627
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34628
|
+
"name": "ListBoxProps"
|
|
34648
34629
|
}
|
|
34649
34630
|
],
|
|
34650
34631
|
"required": false,
|
|
34651
34632
|
"type": {
|
|
34652
|
-
"name": "
|
|
34633
|
+
"name": "boolean | FocusStrategy"
|
|
34653
34634
|
}
|
|
34654
34635
|
},
|
|
34655
|
-
"
|
|
34636
|
+
"onFocusChange": {
|
|
34656
34637
|
"defaultValue": null,
|
|
34657
|
-
"description": "
|
|
34658
|
-
"name": "
|
|
34638
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
34639
|
+
"name": "onFocusChange",
|
|
34659
34640
|
"parent": {
|
|
34660
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34661
|
-
"name": "
|
|
34641
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34642
|
+
"name": "FocusEvents"
|
|
34662
34643
|
},
|
|
34663
34644
|
"declarations": [
|
|
34664
34645
|
{
|
|
34665
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34666
|
-
"name": "
|
|
34646
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
34647
|
+
"name": "FocusEvents"
|
|
34667
34648
|
}
|
|
34668
34649
|
],
|
|
34669
34650
|
"required": false,
|
|
34670
34651
|
"type": {
|
|
34671
|
-
"name": "
|
|
34652
|
+
"name": "((isFocused: boolean) => void)"
|
|
34672
34653
|
}
|
|
34673
34654
|
},
|
|
34674
|
-
"
|
|
34655
|
+
"items": {
|
|
34675
34656
|
"defaultValue": null,
|
|
34676
|
-
"description": "
|
|
34677
|
-
"name": "
|
|
34657
|
+
"description": "Item objects in the collection.",
|
|
34658
|
+
"name": "items",
|
|
34678
34659
|
"parent": {
|
|
34679
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34680
|
-
"name": "
|
|
34660
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
34661
|
+
"name": "CollectionBase"
|
|
34681
34662
|
},
|
|
34682
34663
|
"declarations": [
|
|
34683
34664
|
{
|
|
34684
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34685
|
-
"name": "
|
|
34665
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
34666
|
+
"name": "CollectionBase"
|
|
34686
34667
|
}
|
|
34687
34668
|
],
|
|
34688
34669
|
"required": false,
|
|
34689
34670
|
"type": {
|
|
34690
|
-
"name": "
|
|
34671
|
+
"name": "Iterable<OptionProps>"
|
|
34691
34672
|
}
|
|
34692
34673
|
},
|
|
34693
|
-
"
|
|
34674
|
+
"disallowEmptySelection": {
|
|
34694
34675
|
"defaultValue": null,
|
|
34695
|
-
"description": "Whether the
|
|
34696
|
-
"name": "
|
|
34676
|
+
"description": "Whether the collection allows empty selection.",
|
|
34677
|
+
"name": "disallowEmptySelection",
|
|
34697
34678
|
"parent": {
|
|
34698
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34699
|
-
"name": "
|
|
34679
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34680
|
+
"name": "MultipleSelection"
|
|
34700
34681
|
},
|
|
34701
34682
|
"declarations": [
|
|
34702
34683
|
{
|
|
34703
|
-
"fileName": "flow/node_modules/.pnpm
|
|
34704
|
-
"name": "
|
|
34684
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34685
|
+
"name": "MultipleSelection"
|
|
34705
34686
|
}
|
|
34706
34687
|
],
|
|
34707
34688
|
"required": false,
|
|
@@ -34709,123 +34690,77 @@
|
|
|
34709
34690
|
"name": "boolean"
|
|
34710
34691
|
}
|
|
34711
34692
|
},
|
|
34712
|
-
"
|
|
34713
|
-
"defaultValue":
|
|
34714
|
-
|
|
34715
|
-
|
|
34716
|
-
"description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
|
|
34717
|
-
"name": "UNSTABLE_portalContainer",
|
|
34718
|
-
"parent": {
|
|
34719
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34720
|
-
"name": "TooltipProps"
|
|
34721
|
-
},
|
|
34722
|
-
"declarations": [
|
|
34723
|
-
{
|
|
34724
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34725
|
-
"name": "TooltipProps"
|
|
34726
|
-
}
|
|
34727
|
-
],
|
|
34728
|
-
"required": false,
|
|
34729
|
-
"type": {
|
|
34730
|
-
"name": "Element"
|
|
34731
|
-
}
|
|
34732
|
-
},
|
|
34733
|
-
"placement": {
|
|
34734
|
-
"defaultValue": {
|
|
34735
|
-
"value": "'bottom'"
|
|
34736
|
-
},
|
|
34737
|
-
"description": "The placement of the element with respect to its anchor element.",
|
|
34738
|
-
"name": "placement",
|
|
34739
|
-
"parent": {
|
|
34740
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
34741
|
-
"name": "PositionProps"
|
|
34742
|
-
},
|
|
34743
|
-
"declarations": [
|
|
34744
|
-
{
|
|
34745
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
34746
|
-
"name": "PositionProps"
|
|
34747
|
-
}
|
|
34748
|
-
],
|
|
34749
|
-
"required": false,
|
|
34750
|
-
"type": {
|
|
34751
|
-
"name": "Placement"
|
|
34752
|
-
}
|
|
34753
|
-
},
|
|
34754
|
-
"containerPadding": {
|
|
34755
|
-
"defaultValue": {
|
|
34756
|
-
"value": "12"
|
|
34757
|
-
},
|
|
34758
|
-
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
34759
|
-
"name": "containerPadding",
|
|
34693
|
+
"onSelectionChange": {
|
|
34694
|
+
"defaultValue": null,
|
|
34695
|
+
"description": "Handler that is called when the selection changes.",
|
|
34696
|
+
"name": "onSelectionChange",
|
|
34760
34697
|
"parent": {
|
|
34761
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34762
|
-
"name": "
|
|
34698
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34699
|
+
"name": "MultipleSelection"
|
|
34763
34700
|
},
|
|
34764
34701
|
"declarations": [
|
|
34765
34702
|
{
|
|
34766
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34767
|
-
"name": "
|
|
34703
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34704
|
+
"name": "MultipleSelection"
|
|
34768
34705
|
}
|
|
34769
34706
|
],
|
|
34770
34707
|
"required": false,
|
|
34771
34708
|
"type": {
|
|
34772
|
-
"name": "
|
|
34709
|
+
"name": "((keys: Selection) => void)"
|
|
34773
34710
|
}
|
|
34774
34711
|
},
|
|
34775
|
-
"
|
|
34776
|
-
"defaultValue":
|
|
34777
|
-
|
|
34778
|
-
|
|
34779
|
-
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
34780
|
-
"name": "crossOffset",
|
|
34712
|
+
"disabledKeys": {
|
|
34713
|
+
"defaultValue": null,
|
|
34714
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
34715
|
+
"name": "disabledKeys",
|
|
34781
34716
|
"parent": {
|
|
34782
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34783
|
-
"name": "
|
|
34717
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
34718
|
+
"name": "CollectionBase"
|
|
34784
34719
|
},
|
|
34785
34720
|
"declarations": [
|
|
34786
34721
|
{
|
|
34787
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34788
|
-
"name": "
|
|
34722
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
34723
|
+
"name": "CollectionBase"
|
|
34789
34724
|
}
|
|
34790
34725
|
],
|
|
34791
34726
|
"required": false,
|
|
34792
34727
|
"type": {
|
|
34793
|
-
"name": "
|
|
34728
|
+
"name": "Iterable<Key>"
|
|
34794
34729
|
}
|
|
34795
34730
|
},
|
|
34796
|
-
"
|
|
34731
|
+
"escapeKeyBehavior": {
|
|
34797
34732
|
"defaultValue": {
|
|
34798
|
-
"value": "
|
|
34733
|
+
"value": "'clearSelection'"
|
|
34799
34734
|
},
|
|
34800
|
-
"description": "Whether the
|
|
34801
|
-
"name": "
|
|
34735
|
+
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
34736
|
+
"name": "escapeKeyBehavior",
|
|
34802
34737
|
"parent": {
|
|
34803
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34804
|
-
"name": "
|
|
34738
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34739
|
+
"name": "AriaListBoxPropsBase"
|
|
34805
34740
|
},
|
|
34806
34741
|
"declarations": [
|
|
34807
34742
|
{
|
|
34808
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34809
|
-
"name": "
|
|
34743
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34744
|
+
"name": "AriaListBoxPropsBase"
|
|
34810
34745
|
}
|
|
34811
34746
|
],
|
|
34812
34747
|
"required": false,
|
|
34813
34748
|
"type": {
|
|
34814
|
-
"name": "
|
|
34749
|
+
"name": "\"none\" | \"clearSelection\""
|
|
34815
34750
|
}
|
|
34816
34751
|
},
|
|
34817
|
-
"
|
|
34752
|
+
"shouldSelectOnPressUp": {
|
|
34818
34753
|
"defaultValue": null,
|
|
34819
|
-
"description": "Whether
|
|
34820
|
-
"name": "
|
|
34754
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
34755
|
+
"name": "shouldSelectOnPressUp",
|
|
34821
34756
|
"parent": {
|
|
34822
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34823
|
-
"name": "
|
|
34757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34758
|
+
"name": "AriaListBoxProps"
|
|
34824
34759
|
},
|
|
34825
34760
|
"declarations": [
|
|
34826
34761
|
{
|
|
34827
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34828
|
-
"name": "
|
|
34762
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34763
|
+
"name": "AriaListBoxProps"
|
|
34829
34764
|
}
|
|
34830
34765
|
],
|
|
34831
34766
|
"required": false,
|
|
@@ -34833,119 +34768,75 @@
|
|
|
34833
34768
|
"name": "boolean"
|
|
34834
34769
|
}
|
|
34835
34770
|
},
|
|
34836
|
-
"
|
|
34771
|
+
"selectionMode": {
|
|
34837
34772
|
"defaultValue": null,
|
|
34838
|
-
"description": "
|
|
34839
|
-
"name": "
|
|
34773
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
34774
|
+
"name": "selectionMode",
|
|
34840
34775
|
"parent": {
|
|
34841
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34842
|
-
"name": "
|
|
34776
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34777
|
+
"name": "MultipleSelection"
|
|
34843
34778
|
},
|
|
34844
34779
|
"declarations": [
|
|
34845
34780
|
{
|
|
34846
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34847
|
-
"name": "
|
|
34781
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34782
|
+
"name": "MultipleSelection"
|
|
34848
34783
|
}
|
|
34849
34784
|
],
|
|
34850
34785
|
"required": false,
|
|
34851
34786
|
"type": {
|
|
34852
|
-
"name": "
|
|
34787
|
+
"name": "SelectionMode"
|
|
34853
34788
|
}
|
|
34854
34789
|
},
|
|
34855
|
-
"
|
|
34790
|
+
"selectedKeys": {
|
|
34856
34791
|
"defaultValue": null,
|
|
34857
|
-
"description": "
|
|
34858
|
-
"name": "
|
|
34792
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
34793
|
+
"name": "selectedKeys",
|
|
34859
34794
|
"parent": {
|
|
34860
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34861
|
-
"name": "
|
|
34795
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34796
|
+
"name": "MultipleSelection"
|
|
34862
34797
|
},
|
|
34863
34798
|
"declarations": [
|
|
34864
34799
|
{
|
|
34865
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
34866
|
-
"name": "
|
|
34800
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34801
|
+
"name": "MultipleSelection"
|
|
34867
34802
|
}
|
|
34868
34803
|
],
|
|
34869
34804
|
"required": false,
|
|
34870
34805
|
"type": {
|
|
34871
|
-
"name": "
|
|
34806
|
+
"name": "\"all\" | Iterable<Key>"
|
|
34872
34807
|
}
|
|
34873
34808
|
},
|
|
34874
|
-
"
|
|
34809
|
+
"defaultSelectedKeys": {
|
|
34875
34810
|
"defaultValue": null,
|
|
34876
|
-
"description": "
|
|
34877
|
-
"name": "
|
|
34878
|
-
"parent": {
|
|
34879
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34880
|
-
"name": "SlotProps"
|
|
34881
|
-
},
|
|
34882
|
-
"declarations": [
|
|
34883
|
-
{
|
|
34884
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34885
|
-
"name": "SlotProps"
|
|
34886
|
-
}
|
|
34887
|
-
],
|
|
34888
|
-
"required": false,
|
|
34889
|
-
"type": {
|
|
34890
|
-
"name": "string | null"
|
|
34891
|
-
}
|
|
34892
|
-
},
|
|
34893
|
-
"boundaryElement": {
|
|
34894
|
-
"defaultValue": {
|
|
34895
|
-
"value": "document.body"
|
|
34896
|
-
},
|
|
34897
|
-
"description": "Element that that serves as the positioning boundary.",
|
|
34898
|
-
"name": "boundaryElement",
|
|
34899
|
-
"parent": {
|
|
34900
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
34901
|
-
"name": "AriaPositionProps"
|
|
34902
|
-
},
|
|
34903
|
-
"declarations": [
|
|
34904
|
-
{
|
|
34905
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
34906
|
-
"name": "AriaPositionProps"
|
|
34907
|
-
}
|
|
34908
|
-
],
|
|
34909
|
-
"required": false,
|
|
34910
|
-
"type": {
|
|
34911
|
-
"name": "Element"
|
|
34912
|
-
}
|
|
34913
|
-
},
|
|
34914
|
-
"scrollRef": {
|
|
34915
|
-
"defaultValue": {
|
|
34916
|
-
"value": "overlayRef"
|
|
34917
|
-
},
|
|
34918
|
-
"description": "A ref for the scrollable region within the overlay.",
|
|
34919
|
-
"name": "scrollRef",
|
|
34811
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
34812
|
+
"name": "defaultSelectedKeys",
|
|
34920
34813
|
"parent": {
|
|
34921
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34922
|
-
"name": "
|
|
34814
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34815
|
+
"name": "MultipleSelection"
|
|
34923
34816
|
},
|
|
34924
34817
|
"declarations": [
|
|
34925
34818
|
{
|
|
34926
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34927
|
-
"name": "
|
|
34819
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
34820
|
+
"name": "MultipleSelection"
|
|
34928
34821
|
}
|
|
34929
34822
|
],
|
|
34930
34823
|
"required": false,
|
|
34931
34824
|
"type": {
|
|
34932
|
-
"name": "
|
|
34825
|
+
"name": "\"all\" | Iterable<Key>"
|
|
34933
34826
|
}
|
|
34934
34827
|
},
|
|
34935
|
-
"
|
|
34936
|
-
"defaultValue":
|
|
34937
|
-
|
|
34938
|
-
|
|
34939
|
-
"description": "Whether the overlay should update its position automatically.",
|
|
34940
|
-
"name": "shouldUpdatePosition",
|
|
34828
|
+
"shouldFocusOnHover": {
|
|
34829
|
+
"defaultValue": null,
|
|
34830
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
34831
|
+
"name": "shouldFocusOnHover",
|
|
34941
34832
|
"parent": {
|
|
34942
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34943
|
-
"name": "
|
|
34833
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34834
|
+
"name": "AriaListBoxProps"
|
|
34944
34835
|
},
|
|
34945
34836
|
"declarations": [
|
|
34946
34837
|
{
|
|
34947
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34948
|
-
"name": "
|
|
34838
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34839
|
+
"name": "AriaListBoxProps"
|
|
34949
34840
|
}
|
|
34950
34841
|
],
|
|
34951
34842
|
"required": false,
|
|
@@ -34953,58 +34844,37 @@
|
|
|
34953
34844
|
"name": "boolean"
|
|
34954
34845
|
}
|
|
34955
34846
|
},
|
|
34956
|
-
"
|
|
34847
|
+
"onAction": {
|
|
34957
34848
|
"defaultValue": null,
|
|
34958
|
-
"description": "
|
|
34959
|
-
"name": "
|
|
34849
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
34850
|
+
"name": "onAction",
|
|
34960
34851
|
"parent": {
|
|
34961
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34962
|
-
"name": "
|
|
34852
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34853
|
+
"name": "AriaListBoxProps"
|
|
34963
34854
|
},
|
|
34964
34855
|
"declarations": [
|
|
34965
34856
|
{
|
|
34966
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
34967
|
-
"name": "
|
|
34857
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34858
|
+
"name": "AriaListBoxProps"
|
|
34968
34859
|
}
|
|
34969
34860
|
],
|
|
34970
34861
|
"required": false,
|
|
34971
34862
|
"type": {
|
|
34972
|
-
"name": "
|
|
34863
|
+
"name": "((key: Key) => void)"
|
|
34973
34864
|
}
|
|
34974
34865
|
},
|
|
34975
|
-
"
|
|
34866
|
+
"shouldFocusWrap": {
|
|
34976
34867
|
"defaultValue": null,
|
|
34977
|
-
"description": "Whether
|
|
34978
|
-
"name": "
|
|
34979
|
-
"parent": {
|
|
34980
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
34981
|
-
"name": "AriaPopoverProps"
|
|
34982
|
-
},
|
|
34983
|
-
"declarations": [
|
|
34984
|
-
{
|
|
34985
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.3_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
34986
|
-
"name": "AriaPopoverProps"
|
|
34987
|
-
}
|
|
34988
|
-
],
|
|
34989
|
-
"required": false,
|
|
34990
|
-
"type": {
|
|
34991
|
-
"name": "boolean"
|
|
34992
|
-
}
|
|
34993
|
-
},
|
|
34994
|
-
"isKeyboardDismissDisabled": {
|
|
34995
|
-
"defaultValue": {
|
|
34996
|
-
"value": "false"
|
|
34997
|
-
},
|
|
34998
|
-
"description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
|
|
34999
|
-
"name": "isKeyboardDismissDisabled",
|
|
34868
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
34869
|
+
"name": "shouldFocusWrap",
|
|
35000
34870
|
"parent": {
|
|
35001
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
35002
|
-
"name": "
|
|
34871
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34872
|
+
"name": "ListBoxProps"
|
|
35003
34873
|
},
|
|
35004
34874
|
"declarations": [
|
|
35005
34875
|
{
|
|
35006
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
35007
|
-
"name": "
|
|
34876
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
34877
|
+
"name": "ListBoxProps"
|
|
35008
34878
|
}
|
|
35009
34879
|
],
|
|
35010
34880
|
"required": false,
|
|
@@ -35012,133 +34882,118 @@
|
|
|
35012
34882
|
"name": "boolean"
|
|
35013
34883
|
}
|
|
35014
34884
|
},
|
|
35015
|
-
"
|
|
34885
|
+
"children": {
|
|
35016
34886
|
"defaultValue": null,
|
|
35017
|
-
"description": "
|
|
35018
|
-
"name": "
|
|
34887
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
34888
|
+
"name": "children",
|
|
35019
34889
|
"parent": {
|
|
35020
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35021
|
-
"name": "
|
|
34890
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34891
|
+
"name": "TableProps"
|
|
35022
34892
|
},
|
|
35023
34893
|
"declarations": [
|
|
35024
34894
|
{
|
|
35025
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35026
|
-
"name": "
|
|
34895
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34896
|
+
"name": "TableProps"
|
|
35027
34897
|
}
|
|
35028
34898
|
],
|
|
35029
34899
|
"required": false,
|
|
35030
34900
|
"type": {
|
|
35031
|
-
"name": "
|
|
34901
|
+
"name": "ReactNode"
|
|
35032
34902
|
}
|
|
35033
34903
|
},
|
|
35034
|
-
"
|
|
34904
|
+
"dependencies": {
|
|
35035
34905
|
"defaultValue": null,
|
|
35036
|
-
"description": "
|
|
35037
|
-
"name": "
|
|
34906
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
34907
|
+
"name": "dependencies",
|
|
35038
34908
|
"parent": {
|
|
35039
34909
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
35040
|
-
"name": "
|
|
34910
|
+
"name": "CollectionProps"
|
|
35041
34911
|
},
|
|
35042
34912
|
"declarations": [
|
|
35043
34913
|
{
|
|
35044
34914
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
35045
|
-
"name": "
|
|
35046
|
-
}
|
|
35047
|
-
],
|
|
35048
|
-
"required": false,
|
|
35049
|
-
"type": {
|
|
35050
|
-
"name": "string"
|
|
35051
|
-
}
|
|
35052
|
-
},
|
|
35053
|
-
"children": {
|
|
35054
|
-
"defaultValue": null,
|
|
35055
|
-
"description": "",
|
|
35056
|
-
"name": "children",
|
|
35057
|
-
"declarations": [
|
|
35058
|
-
{
|
|
35059
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
35060
|
-
"name": "TypeLiteral"
|
|
34915
|
+
"name": "CollectionProps"
|
|
35061
34916
|
}
|
|
35062
34917
|
],
|
|
35063
34918
|
"required": false,
|
|
35064
34919
|
"type": {
|
|
35065
|
-
"name": "
|
|
34920
|
+
"name": "readonly any[]"
|
|
35066
34921
|
}
|
|
35067
34922
|
},
|
|
35068
|
-
"
|
|
34923
|
+
"className": {
|
|
35069
34924
|
"defaultValue": null,
|
|
35070
|
-
"description": "",
|
|
35071
|
-
"name": "
|
|
34925
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
34926
|
+
"name": "className",
|
|
35072
34927
|
"parent": {
|
|
35073
|
-
"fileName": "components/
|
|
35074
|
-
"name": "
|
|
34928
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34929
|
+
"name": "StyleRenderProps"
|
|
35075
34930
|
},
|
|
35076
34931
|
"declarations": [
|
|
35077
34932
|
{
|
|
35078
|
-
"fileName": "components/
|
|
35079
|
-
"name": "
|
|
34933
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34934
|
+
"name": "StyleRenderProps"
|
|
35080
34935
|
}
|
|
35081
34936
|
],
|
|
35082
34937
|
"required": false,
|
|
35083
34938
|
"type": {
|
|
35084
|
-
"name": "
|
|
34939
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
35085
34940
|
}
|
|
35086
34941
|
},
|
|
35087
|
-
"
|
|
34942
|
+
"style": {
|
|
35088
34943
|
"defaultValue": null,
|
|
35089
|
-
"description": "
|
|
35090
|
-
"name": "
|
|
34944
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
34945
|
+
"name": "style",
|
|
35091
34946
|
"parent": {
|
|
35092
|
-
"fileName": "components/
|
|
35093
|
-
"name": "
|
|
34947
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34948
|
+
"name": "StyleRenderProps"
|
|
35094
34949
|
},
|
|
35095
34950
|
"declarations": [
|
|
35096
34951
|
{
|
|
35097
|
-
"fileName": "components/
|
|
35098
|
-
"name": "
|
|
34952
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34953
|
+
"name": "StyleRenderProps"
|
|
35099
34954
|
}
|
|
35100
34955
|
],
|
|
35101
34956
|
"required": false,
|
|
35102
34957
|
"type": {
|
|
35103
|
-
"name": "
|
|
34958
|
+
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
35104
34959
|
}
|
|
35105
34960
|
},
|
|
35106
|
-
"
|
|
34961
|
+
"slot": {
|
|
35107
34962
|
"defaultValue": null,
|
|
35108
|
-
"description": "
|
|
35109
|
-
"name": "
|
|
34963
|
+
"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.",
|
|
34964
|
+
"name": "slot",
|
|
35110
34965
|
"parent": {
|
|
35111
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35112
|
-
"name": "
|
|
34966
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34967
|
+
"name": "SlotProps"
|
|
35113
34968
|
},
|
|
35114
34969
|
"declarations": [
|
|
35115
34970
|
{
|
|
35116
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35117
|
-
"name": "
|
|
34971
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34972
|
+
"name": "SlotProps"
|
|
35118
34973
|
}
|
|
35119
34974
|
],
|
|
35120
34975
|
"required": false,
|
|
35121
34976
|
"type": {
|
|
35122
|
-
"name": "
|
|
34977
|
+
"name": "string | null"
|
|
35123
34978
|
}
|
|
35124
34979
|
},
|
|
35125
|
-
"
|
|
34980
|
+
"onScroll": {
|
|
35126
34981
|
"defaultValue": null,
|
|
35127
|
-
"description": "",
|
|
35128
|
-
"name": "
|
|
34982
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
34983
|
+
"name": "onScroll",
|
|
35129
34984
|
"parent": {
|
|
35130
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35131
|
-
"name": "
|
|
34985
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34986
|
+
"name": "ScrollableProps"
|
|
35132
34987
|
},
|
|
35133
34988
|
"declarations": [
|
|
35134
34989
|
{
|
|
35135
|
-
"fileName": "flow/node_modules/.pnpm
|
|
35136
|
-
"name": "
|
|
34990
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34991
|
+
"name": "ScrollableProps"
|
|
35137
34992
|
}
|
|
35138
34993
|
],
|
|
35139
34994
|
"required": false,
|
|
35140
34995
|
"type": {
|
|
35141
|
-
"name": "
|
|
34996
|
+
"name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
|
|
35142
34997
|
}
|
|
35143
34998
|
}
|
|
35144
34999
|
}
|
|
@@ -155648,42 +155503,42 @@
|
|
|
155648
155503
|
"name": "\"all\" | Iterable<Key>"
|
|
155649
155504
|
}
|
|
155650
155505
|
},
|
|
155651
|
-
"
|
|
155506
|
+
"onAction": {
|
|
155652
155507
|
"defaultValue": null,
|
|
155653
|
-
"description": "
|
|
155654
|
-
"name": "
|
|
155508
|
+
"description": "Handler that is called when an item is selected.",
|
|
155509
|
+
"name": "onAction",
|
|
155655
155510
|
"parent": {
|
|
155656
|
-
"fileName": "flow/node_modules/.pnpm
|
|
155657
|
-
"name": "
|
|
155511
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
155512
|
+
"name": "MenuProps"
|
|
155658
155513
|
},
|
|
155659
155514
|
"declarations": [
|
|
155660
155515
|
{
|
|
155661
|
-
"fileName": "flow/node_modules/.pnpm
|
|
155662
|
-
"name": "
|
|
155516
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.2_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
155517
|
+
"name": "MenuProps"
|
|
155663
155518
|
}
|
|
155664
155519
|
],
|
|
155665
155520
|
"required": false,
|
|
155666
155521
|
"type": {
|
|
155667
|
-
"name": "((
|
|
155522
|
+
"name": "((key: Key) => void)"
|
|
155668
155523
|
}
|
|
155669
155524
|
},
|
|
155670
|
-
"
|
|
155525
|
+
"renderEmptyState": {
|
|
155671
155526
|
"defaultValue": null,
|
|
155672
|
-
"description": "
|
|
155673
|
-
"name": "
|
|
155527
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
155528
|
+
"name": "renderEmptyState",
|
|
155674
155529
|
"parent": {
|
|
155675
|
-
"fileName": "flow/node_modules/.pnpm
|
|
155676
|
-
"name": "
|
|
155530
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155531
|
+
"name": "ListBoxProps"
|
|
155677
155532
|
},
|
|
155678
155533
|
"declarations": [
|
|
155679
155534
|
{
|
|
155680
|
-
"fileName": "flow/node_modules/.pnpm
|
|
155681
|
-
"name": "
|
|
155535
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155536
|
+
"name": "ListBoxProps"
|
|
155682
155537
|
}
|
|
155683
155538
|
],
|
|
155684
155539
|
"required": false,
|
|
155685
155540
|
"type": {
|
|
155686
|
-
"name": "((
|
|
155541
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
155687
155542
|
}
|
|
155688
155543
|
}
|
|
155689
155544
|
}
|
|
@@ -171318,7 +171173,7 @@
|
|
|
171318
171173
|
],
|
|
171319
171174
|
"required": false,
|
|
171320
171175
|
"type": {
|
|
171321
|
-
"name": "Iterable<
|
|
171176
|
+
"name": "Iterable<OptionProps>"
|
|
171322
171177
|
}
|
|
171323
171178
|
},
|
|
171324
171179
|
"onAction": {
|
|
@@ -208347,66 +208202,99 @@
|
|
|
208347
208202
|
},
|
|
208348
208203
|
{
|
|
208349
208204
|
"tags": {},
|
|
208350
|
-
"filePath": "src/integrations/
|
|
208205
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
208351
208206
|
"description": "",
|
|
208352
|
-
"displayName": "
|
|
208207
|
+
"displayName": "RouterProvider",
|
|
208353
208208
|
"methods": [],
|
|
208354
208209
|
"props": {
|
|
208355
|
-
"
|
|
208210
|
+
"children": {
|
|
208356
208211
|
"defaultValue": null,
|
|
208357
208212
|
"description": "",
|
|
208358
|
-
"name": "
|
|
208359
|
-
"parent": {
|
|
208360
|
-
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208361
|
-
"name": "FormProps"
|
|
208362
|
-
},
|
|
208213
|
+
"name": "children",
|
|
208363
208214
|
"declarations": [
|
|
208364
208215
|
{
|
|
208365
|
-
"fileName": "
|
|
208366
|
-
"name": "
|
|
208216
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208217
|
+
"name": "TypeLiteral"
|
|
208367
208218
|
}
|
|
208368
208219
|
],
|
|
208369
|
-
"required":
|
|
208220
|
+
"required": false,
|
|
208370
208221
|
"type": {
|
|
208371
|
-
"name": "
|
|
208222
|
+
"name": "ReactNode"
|
|
208372
208223
|
}
|
|
208373
|
-
}
|
|
208374
|
-
|
|
208224
|
+
}
|
|
208225
|
+
}
|
|
208226
|
+
},
|
|
208227
|
+
{
|
|
208228
|
+
"tags": {
|
|
208229
|
+
"deprecated": "Use RouterProvider instead"
|
|
208230
|
+
},
|
|
208231
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
208232
|
+
"description": "",
|
|
208233
|
+
"displayName": "LinkProvider",
|
|
208234
|
+
"methods": [],
|
|
208235
|
+
"props": {
|
|
208236
|
+
"children": {
|
|
208375
208237
|
"defaultValue": null,
|
|
208376
208238
|
"description": "",
|
|
208377
|
-
"name": "
|
|
208239
|
+
"name": "children",
|
|
208240
|
+
"declarations": [
|
|
208241
|
+
{
|
|
208242
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208243
|
+
"name": "TypeLiteral"
|
|
208244
|
+
}
|
|
208245
|
+
],
|
|
208246
|
+
"required": false,
|
|
208247
|
+
"type": {
|
|
208248
|
+
"name": "ReactNode"
|
|
208249
|
+
}
|
|
208250
|
+
}
|
|
208251
|
+
}
|
|
208252
|
+
},
|
|
208253
|
+
{
|
|
208254
|
+
"tags": {
|
|
208255
|
+
"deprecated": "Use RouterProvider instead"
|
|
208256
|
+
},
|
|
208257
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208258
|
+
"description": "",
|
|
208259
|
+
"displayName": "Link",
|
|
208260
|
+
"methods": [],
|
|
208261
|
+
"props": {
|
|
208262
|
+
"ref": {
|
|
208263
|
+
"defaultValue": null,
|
|
208264
|
+
"description": "",
|
|
208265
|
+
"name": "ref",
|
|
208378
208266
|
"parent": {
|
|
208379
|
-
"fileName": "src/integrations/
|
|
208380
|
-
"name": "
|
|
208267
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208268
|
+
"name": "Props"
|
|
208381
208269
|
},
|
|
208382
208270
|
"declarations": [
|
|
208383
208271
|
{
|
|
208384
|
-
"fileName": "src/integrations/
|
|
208385
|
-
"name": "
|
|
208272
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208273
|
+
"name": "Props"
|
|
208386
208274
|
}
|
|
208387
208275
|
],
|
|
208388
|
-
"required":
|
|
208276
|
+
"required": false,
|
|
208389
208277
|
"type": {
|
|
208390
|
-
"name": "
|
|
208278
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
208391
208279
|
}
|
|
208392
208280
|
},
|
|
208393
|
-
"
|
|
208281
|
+
"isDisabled": {
|
|
208394
208282
|
"defaultValue": null,
|
|
208395
208283
|
"description": "",
|
|
208396
|
-
"name": "
|
|
208284
|
+
"name": "isDisabled",
|
|
208397
208285
|
"parent": {
|
|
208398
|
-
"fileName": "src/integrations/
|
|
208399
|
-
"name": "
|
|
208286
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208287
|
+
"name": "Props"
|
|
208400
208288
|
},
|
|
208401
208289
|
"declarations": [
|
|
208402
208290
|
{
|
|
208403
|
-
"fileName": "src/integrations/
|
|
208404
|
-
"name": "
|
|
208291
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208292
|
+
"name": "Props"
|
|
208405
208293
|
}
|
|
208406
208294
|
],
|
|
208407
208295
|
"required": false,
|
|
208408
208296
|
"type": {
|
|
208409
|
-
"name": "
|
|
208297
|
+
"name": "boolean"
|
|
208410
208298
|
}
|
|
208411
208299
|
},
|
|
208412
208300
|
"children": {
|
|
@@ -208903,6 +208791,25 @@
|
|
|
208903
208791
|
"name": "FormEventHandler<HTMLElement>"
|
|
208904
208792
|
}
|
|
208905
208793
|
},
|
|
208794
|
+
"onSubmit": {
|
|
208795
|
+
"defaultValue": null,
|
|
208796
|
+
"description": "",
|
|
208797
|
+
"name": "onSubmit",
|
|
208798
|
+
"parent": {
|
|
208799
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208800
|
+
"name": "DOMAttributes"
|
|
208801
|
+
},
|
|
208802
|
+
"declarations": [
|
|
208803
|
+
{
|
|
208804
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208805
|
+
"name": "DOMAttributes"
|
|
208806
|
+
}
|
|
208807
|
+
],
|
|
208808
|
+
"required": false,
|
|
208809
|
+
"type": {
|
|
208810
|
+
"name": "FormEventHandler<HTMLElement>"
|
|
208811
|
+
}
|
|
208812
|
+
},
|
|
208906
208813
|
"onSubmitCapture": {
|
|
208907
208814
|
"defaultValue": null,
|
|
208908
208815
|
"description": "",
|
|
@@ -211529,10 +211436,10 @@
|
|
|
211529
211436
|
"name": "string"
|
|
211530
211437
|
}
|
|
211531
211438
|
},
|
|
211532
|
-
"
|
|
211439
|
+
"media": {
|
|
211533
211440
|
"defaultValue": null,
|
|
211534
211441
|
"description": "",
|
|
211535
|
-
"name": "
|
|
211442
|
+
"name": "media",
|
|
211536
211443
|
"parent": {
|
|
211537
211444
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211538
211445
|
"name": "SVGAttributes"
|
|
@@ -211548,48 +211455,48 @@
|
|
|
211548
211455
|
"name": "string"
|
|
211549
211456
|
}
|
|
211550
211457
|
},
|
|
211551
|
-
"
|
|
211458
|
+
"style": {
|
|
211552
211459
|
"defaultValue": null,
|
|
211553
211460
|
"description": "",
|
|
211554
|
-
"name": "
|
|
211461
|
+
"name": "style",
|
|
211555
211462
|
"parent": {
|
|
211556
211463
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211557
|
-
"name": "
|
|
211464
|
+
"name": "HTMLAttributes"
|
|
211558
211465
|
},
|
|
211559
211466
|
"declarations": [
|
|
211560
211467
|
{
|
|
211561
211468
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211562
|
-
"name": "
|
|
211469
|
+
"name": "HTMLAttributes"
|
|
211563
211470
|
}
|
|
211564
211471
|
],
|
|
211565
211472
|
"required": false,
|
|
211566
211473
|
"type": {
|
|
211567
|
-
"name": "
|
|
211474
|
+
"name": "CSSProperties"
|
|
211568
211475
|
}
|
|
211569
211476
|
},
|
|
211570
|
-
"
|
|
211477
|
+
"target": {
|
|
211571
211478
|
"defaultValue": null,
|
|
211572
211479
|
"description": "",
|
|
211573
|
-
"name": "
|
|
211480
|
+
"name": "target",
|
|
211574
211481
|
"parent": {
|
|
211575
211482
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211576
|
-
"name": "
|
|
211483
|
+
"name": "SVGAttributes"
|
|
211577
211484
|
},
|
|
211578
211485
|
"declarations": [
|
|
211579
211486
|
{
|
|
211580
211487
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211581
|
-
"name": "
|
|
211488
|
+
"name": "SVGAttributes"
|
|
211582
211489
|
}
|
|
211583
211490
|
],
|
|
211584
211491
|
"required": false,
|
|
211585
211492
|
"type": {
|
|
211586
|
-
"name": "
|
|
211493
|
+
"name": "string"
|
|
211587
211494
|
}
|
|
211588
211495
|
},
|
|
211589
|
-
"
|
|
211496
|
+
"type": {
|
|
211590
211497
|
"defaultValue": null,
|
|
211591
|
-
"description": "",
|
|
211592
|
-
"name": "
|
|
211498
|
+
"description": "The type of axis",
|
|
211499
|
+
"name": "type",
|
|
211593
211500
|
"parent": {
|
|
211594
211501
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211595
211502
|
"name": "SVGAttributes"
|
|
@@ -211598,11 +211505,15 @@
|
|
|
211598
211505
|
{
|
|
211599
211506
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211600
211507
|
"name": "SVGAttributes"
|
|
211508
|
+
},
|
|
211509
|
+
{
|
|
211510
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
211511
|
+
"name": "BaseAxisProps"
|
|
211601
211512
|
}
|
|
211602
211513
|
],
|
|
211603
211514
|
"required": false,
|
|
211604
211515
|
"type": {
|
|
211605
|
-
"name": "
|
|
211516
|
+
"name": "\"number\" | \"category\""
|
|
211606
211517
|
}
|
|
211607
211518
|
},
|
|
211608
211519
|
"role": {
|
|
@@ -211643,6 +211554,25 @@
|
|
|
211643
211554
|
"name": "number"
|
|
211644
211555
|
}
|
|
211645
211556
|
},
|
|
211557
|
+
"href": {
|
|
211558
|
+
"defaultValue": null,
|
|
211559
|
+
"description": "",
|
|
211560
|
+
"name": "href",
|
|
211561
|
+
"parent": {
|
|
211562
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211563
|
+
"name": "SVGAttributes"
|
|
211564
|
+
},
|
|
211565
|
+
"declarations": [
|
|
211566
|
+
{
|
|
211567
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211568
|
+
"name": "SVGAttributes"
|
|
211569
|
+
}
|
|
211570
|
+
],
|
|
211571
|
+
"required": false,
|
|
211572
|
+
"type": {
|
|
211573
|
+
"name": "string"
|
|
211574
|
+
}
|
|
211575
|
+
},
|
|
211646
211576
|
"aria-activedescendant": {
|
|
211647
211577
|
"defaultValue": null,
|
|
211648
211578
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -212840,25 +212770,6 @@
|
|
|
212840
212770
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
212841
212771
|
}
|
|
212842
212772
|
},
|
|
212843
|
-
"ref": {
|
|
212844
|
-
"defaultValue": null,
|
|
212845
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
212846
|
-
"name": "ref",
|
|
212847
|
-
"parent": {
|
|
212848
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212849
|
-
"name": "RefAttributes"
|
|
212850
|
-
},
|
|
212851
|
-
"declarations": [
|
|
212852
|
-
{
|
|
212853
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212854
|
-
"name": "RefAttributes"
|
|
212855
|
-
}
|
|
212856
|
-
],
|
|
212857
|
-
"required": false,
|
|
212858
|
-
"type": {
|
|
212859
|
-
"name": "Ref<HTMLInputElement>"
|
|
212860
|
-
}
|
|
212861
|
-
},
|
|
212862
212773
|
"key": {
|
|
212863
212774
|
"defaultValue": null,
|
|
212864
212775
|
"description": "",
|
|
@@ -212954,25 +212865,6 @@
|
|
|
212954
212865
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
212955
212866
|
}
|
|
212956
212867
|
},
|
|
212957
|
-
"autoComplete": {
|
|
212958
|
-
"defaultValue": null,
|
|
212959
|
-
"description": "",
|
|
212960
|
-
"name": "autoComplete",
|
|
212961
|
-
"parent": {
|
|
212962
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212963
|
-
"name": "FormHTMLAttributes"
|
|
212964
|
-
},
|
|
212965
|
-
"declarations": [
|
|
212966
|
-
{
|
|
212967
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212968
|
-
"name": "FormHTMLAttributes"
|
|
212969
|
-
}
|
|
212970
|
-
],
|
|
212971
|
-
"required": false,
|
|
212972
|
-
"type": {
|
|
212973
|
-
"name": "string"
|
|
212974
|
-
}
|
|
212975
|
-
},
|
|
212976
212868
|
"inputMode": {
|
|
212977
212869
|
"defaultValue": null,
|
|
212978
212870
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -213790,56 +213682,56 @@
|
|
|
213790
213682
|
"name": "string"
|
|
213791
213683
|
}
|
|
213792
213684
|
},
|
|
213793
|
-
"
|
|
213685
|
+
"hrefLang": {
|
|
213794
213686
|
"defaultValue": null,
|
|
213795
213687
|
"description": "",
|
|
213796
|
-
"name": "
|
|
213688
|
+
"name": "hrefLang",
|
|
213797
213689
|
"parent": {
|
|
213798
213690
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213799
|
-
"name": "
|
|
213691
|
+
"name": "AnchorHTMLAttributes"
|
|
213800
213692
|
},
|
|
213801
213693
|
"declarations": [
|
|
213802
213694
|
{
|
|
213803
213695
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213804
|
-
"name": "
|
|
213696
|
+
"name": "AnchorHTMLAttributes"
|
|
213805
213697
|
}
|
|
213806
213698
|
],
|
|
213807
213699
|
"required": false,
|
|
213808
213700
|
"type": {
|
|
213809
|
-
"name": "string
|
|
213701
|
+
"name": "string"
|
|
213810
213702
|
}
|
|
213811
213703
|
},
|
|
213812
|
-
"
|
|
213704
|
+
"download": {
|
|
213813
213705
|
"defaultValue": null,
|
|
213814
213706
|
"description": "",
|
|
213815
|
-
"name": "
|
|
213707
|
+
"name": "download",
|
|
213816
213708
|
"parent": {
|
|
213817
213709
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213818
|
-
"name": "
|
|
213710
|
+
"name": "AnchorHTMLAttributes"
|
|
213819
213711
|
},
|
|
213820
213712
|
"declarations": [
|
|
213821
213713
|
{
|
|
213822
213714
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213823
|
-
"name": "
|
|
213715
|
+
"name": "AnchorHTMLAttributes"
|
|
213824
213716
|
}
|
|
213825
213717
|
],
|
|
213826
213718
|
"required": false,
|
|
213827
213719
|
"type": {
|
|
213828
|
-
"name": "
|
|
213720
|
+
"name": "any"
|
|
213829
213721
|
}
|
|
213830
213722
|
},
|
|
213831
|
-
"
|
|
213723
|
+
"ping": {
|
|
213832
213724
|
"defaultValue": null,
|
|
213833
213725
|
"description": "",
|
|
213834
|
-
"name": "
|
|
213726
|
+
"name": "ping",
|
|
213835
213727
|
"parent": {
|
|
213836
213728
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213837
|
-
"name": "
|
|
213729
|
+
"name": "AnchorHTMLAttributes"
|
|
213838
213730
|
},
|
|
213839
213731
|
"declarations": [
|
|
213840
213732
|
{
|
|
213841
213733
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213842
|
-
"name": "
|
|
213734
|
+
"name": "AnchorHTMLAttributes"
|
|
213843
213735
|
}
|
|
213844
213736
|
],
|
|
213845
213737
|
"required": false,
|
|
@@ -213847,921 +213739,89 @@
|
|
|
213847
213739
|
"name": "string"
|
|
213848
213740
|
}
|
|
213849
213741
|
},
|
|
213850
|
-
"
|
|
213742
|
+
"referrerPolicy": {
|
|
213851
213743
|
"defaultValue": null,
|
|
213852
213744
|
"description": "",
|
|
213853
|
-
"name": "
|
|
213745
|
+
"name": "referrerPolicy",
|
|
213854
213746
|
"parent": {
|
|
213855
213747
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213856
|
-
"name": "
|
|
213748
|
+
"name": "ImgHTMLAttributes"
|
|
213857
213749
|
},
|
|
213858
213750
|
"declarations": [
|
|
213859
213751
|
{
|
|
213860
213752
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213861
|
-
"name": "
|
|
213862
|
-
}
|
|
213863
|
-
],
|
|
213864
|
-
"required": false,
|
|
213865
|
-
"type": {
|
|
213866
|
-
"name": "boolean"
|
|
213867
|
-
}
|
|
213868
|
-
}
|
|
213869
|
-
}
|
|
213870
|
-
},
|
|
213871
|
-
{
|
|
213872
|
-
"tags": {},
|
|
213873
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213874
|
-
"description": "",
|
|
213875
|
-
"displayName": "Field",
|
|
213876
|
-
"methods": [],
|
|
213877
|
-
"props": {
|
|
213878
|
-
"name": {
|
|
213879
|
-
"defaultValue": null,
|
|
213880
|
-
"description": "",
|
|
213881
|
-
"name": "name",
|
|
213882
|
-
"declarations": [
|
|
213883
|
-
{
|
|
213884
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213885
|
-
"name": "TypeLiteral"
|
|
213886
|
-
}
|
|
213887
|
-
],
|
|
213888
|
-
"required": true,
|
|
213889
|
-
"type": {
|
|
213890
|
-
"name": "string"
|
|
213891
|
-
}
|
|
213892
|
-
},
|
|
213893
|
-
"defaultValue": {
|
|
213894
|
-
"defaultValue": null,
|
|
213895
|
-
"description": "",
|
|
213896
|
-
"name": "defaultValue",
|
|
213897
|
-
"declarations": [
|
|
213898
|
-
{
|
|
213899
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213900
|
-
"name": "TypeLiteral"
|
|
213901
|
-
}
|
|
213902
|
-
],
|
|
213903
|
-
"required": false,
|
|
213904
|
-
"type": {
|
|
213905
|
-
"name": "any"
|
|
213906
|
-
}
|
|
213907
|
-
},
|
|
213908
|
-
"disabled": {
|
|
213909
|
-
"defaultValue": null,
|
|
213910
|
-
"description": "",
|
|
213911
|
-
"name": "disabled",
|
|
213912
|
-
"declarations": [
|
|
213913
|
-
{
|
|
213914
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213915
|
-
"name": "TypeLiteral"
|
|
213916
|
-
}
|
|
213917
|
-
],
|
|
213918
|
-
"required": false,
|
|
213919
|
-
"type": {
|
|
213920
|
-
"name": "boolean"
|
|
213921
|
-
}
|
|
213922
|
-
},
|
|
213923
|
-
"control": {
|
|
213924
|
-
"defaultValue": null,
|
|
213925
|
-
"description": "",
|
|
213926
|
-
"name": "control",
|
|
213927
|
-
"declarations": [
|
|
213928
|
-
{
|
|
213929
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213930
|
-
"name": "TypeLiteral"
|
|
213931
|
-
}
|
|
213932
|
-
],
|
|
213933
|
-
"required": false,
|
|
213934
|
-
"type": {
|
|
213935
|
-
"name": "Control<T, any, T>"
|
|
213936
|
-
}
|
|
213937
|
-
},
|
|
213938
|
-
"rules": {
|
|
213939
|
-
"defaultValue": null,
|
|
213940
|
-
"description": "",
|
|
213941
|
-
"name": "rules",
|
|
213942
|
-
"declarations": [
|
|
213943
|
-
{
|
|
213944
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213945
|
-
"name": "TypeLiteral"
|
|
213946
|
-
}
|
|
213947
|
-
],
|
|
213948
|
-
"required": false,
|
|
213949
|
-
"type": {
|
|
213950
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
213951
|
-
}
|
|
213952
|
-
},
|
|
213953
|
-
"shouldUnregister": {
|
|
213954
|
-
"defaultValue": null,
|
|
213955
|
-
"description": "",
|
|
213956
|
-
"name": "shouldUnregister",
|
|
213957
|
-
"declarations": [
|
|
213958
|
-
{
|
|
213959
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213960
|
-
"name": "TypeLiteral"
|
|
213961
|
-
}
|
|
213962
|
-
],
|
|
213963
|
-
"required": false,
|
|
213964
|
-
"type": {
|
|
213965
|
-
"name": "boolean"
|
|
213966
|
-
}
|
|
213967
|
-
},
|
|
213968
|
-
"children": {
|
|
213969
|
-
"defaultValue": null,
|
|
213970
|
-
"description": "",
|
|
213971
|
-
"name": "children",
|
|
213972
|
-
"declarations": [
|
|
213973
|
-
{
|
|
213974
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213975
|
-
"name": "TypeLiteral"
|
|
213753
|
+
"name": "ImgHTMLAttributes"
|
|
213976
213754
|
}
|
|
213977
213755
|
],
|
|
213978
213756
|
"required": false,
|
|
213979
213757
|
"type": {
|
|
213980
|
-
"name": "
|
|
213981
|
-
}
|
|
213982
|
-
}
|
|
213983
|
-
}
|
|
213984
|
-
},
|
|
213985
|
-
{
|
|
213986
|
-
"tags": {},
|
|
213987
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213988
|
-
"description": "",
|
|
213989
|
-
"displayName": "typedField",
|
|
213990
|
-
"methods": [],
|
|
213991
|
-
"props": {
|
|
213992
|
-
"watch": {
|
|
213993
|
-
"defaultValue": null,
|
|
213994
|
-
"description": "",
|
|
213995
|
-
"name": "watch",
|
|
213996
|
-
"declarations": [
|
|
213997
|
-
{
|
|
213998
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213999
|
-
"name": "TypeLiteral"
|
|
214000
|
-
}
|
|
214001
|
-
],
|
|
214002
|
-
"required": true,
|
|
214003
|
-
"type": {
|
|
214004
|
-
"name": "UseFormWatch<T>"
|
|
214005
|
-
}
|
|
214006
|
-
},
|
|
214007
|
-
"getValues": {
|
|
214008
|
-
"defaultValue": null,
|
|
214009
|
-
"description": "",
|
|
214010
|
-
"name": "getValues",
|
|
214011
|
-
"declarations": [
|
|
214012
|
-
{
|
|
214013
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214014
|
-
"name": "TypeLiteral"
|
|
214015
|
-
}
|
|
214016
|
-
],
|
|
214017
|
-
"required": true,
|
|
214018
|
-
"type": {
|
|
214019
|
-
"name": "UseFormGetValues<T>"
|
|
214020
|
-
}
|
|
214021
|
-
},
|
|
214022
|
-
"getFieldState": {
|
|
214023
|
-
"defaultValue": null,
|
|
214024
|
-
"description": "",
|
|
214025
|
-
"name": "getFieldState",
|
|
214026
|
-
"declarations": [
|
|
214027
|
-
{
|
|
214028
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214029
|
-
"name": "TypeLiteral"
|
|
214030
|
-
},
|
|
214031
|
-
{
|
|
214032
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214033
|
-
"name": "TypeLiteral"
|
|
214034
|
-
}
|
|
214035
|
-
],
|
|
214036
|
-
"required": true,
|
|
214037
|
-
"type": {
|
|
214038
|
-
"name": "UseFormGetFieldState<T>"
|
|
214039
|
-
}
|
|
214040
|
-
},
|
|
214041
|
-
"setError": {
|
|
214042
|
-
"defaultValue": null,
|
|
214043
|
-
"description": "",
|
|
214044
|
-
"name": "setError",
|
|
214045
|
-
"declarations": [
|
|
214046
|
-
{
|
|
214047
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214048
|
-
"name": "TypeLiteral"
|
|
214049
|
-
},
|
|
214050
|
-
{
|
|
214051
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214052
|
-
"name": "TypeLiteral"
|
|
214053
|
-
}
|
|
214054
|
-
],
|
|
214055
|
-
"required": true,
|
|
214056
|
-
"type": {
|
|
214057
|
-
"name": "UseFormSetError<T>"
|
|
214058
|
-
}
|
|
214059
|
-
},
|
|
214060
|
-
"clearErrors": {
|
|
214061
|
-
"defaultValue": null,
|
|
214062
|
-
"description": "",
|
|
214063
|
-
"name": "clearErrors",
|
|
214064
|
-
"declarations": [
|
|
214065
|
-
{
|
|
214066
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214067
|
-
"name": "TypeLiteral"
|
|
214068
|
-
}
|
|
214069
|
-
],
|
|
214070
|
-
"required": true,
|
|
214071
|
-
"type": {
|
|
214072
|
-
"name": "UseFormClearErrors<T>"
|
|
214073
|
-
}
|
|
214074
|
-
},
|
|
214075
|
-
"setValue": {
|
|
214076
|
-
"defaultValue": null,
|
|
214077
|
-
"description": "",
|
|
214078
|
-
"name": "setValue",
|
|
214079
|
-
"declarations": [
|
|
214080
|
-
{
|
|
214081
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214082
|
-
"name": "TypeLiteral"
|
|
214083
|
-
}
|
|
214084
|
-
],
|
|
214085
|
-
"required": true,
|
|
214086
|
-
"type": {
|
|
214087
|
-
"name": "UseFormSetValue<T>"
|
|
214088
|
-
}
|
|
214089
|
-
},
|
|
214090
|
-
"trigger": {
|
|
214091
|
-
"defaultValue": null,
|
|
214092
|
-
"description": "",
|
|
214093
|
-
"name": "trigger",
|
|
214094
|
-
"declarations": [
|
|
214095
|
-
{
|
|
214096
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214097
|
-
"name": "TypeLiteral"
|
|
214098
|
-
}
|
|
214099
|
-
],
|
|
214100
|
-
"required": true,
|
|
214101
|
-
"type": {
|
|
214102
|
-
"name": "UseFormTrigger<T>"
|
|
214103
|
-
}
|
|
214104
|
-
},
|
|
214105
|
-
"formState": {
|
|
214106
|
-
"defaultValue": null,
|
|
214107
|
-
"description": "",
|
|
214108
|
-
"name": "formState",
|
|
214109
|
-
"declarations": [
|
|
214110
|
-
{
|
|
214111
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214112
|
-
"name": "TypeLiteral"
|
|
214113
|
-
}
|
|
214114
|
-
],
|
|
214115
|
-
"required": true,
|
|
214116
|
-
"type": {
|
|
214117
|
-
"name": "FormState<T>"
|
|
214118
|
-
}
|
|
214119
|
-
},
|
|
214120
|
-
"resetField": {
|
|
214121
|
-
"defaultValue": null,
|
|
214122
|
-
"description": "",
|
|
214123
|
-
"name": "resetField",
|
|
214124
|
-
"declarations": [
|
|
214125
|
-
{
|
|
214126
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214127
|
-
"name": "TypeLiteral"
|
|
214128
|
-
}
|
|
214129
|
-
],
|
|
214130
|
-
"required": true,
|
|
214131
|
-
"type": {
|
|
214132
|
-
"name": "UseFormResetField<T>"
|
|
214133
|
-
}
|
|
214134
|
-
},
|
|
214135
|
-
"reset": {
|
|
214136
|
-
"defaultValue": null,
|
|
214137
|
-
"description": "",
|
|
214138
|
-
"name": "reset",
|
|
214139
|
-
"declarations": [
|
|
214140
|
-
{
|
|
214141
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214142
|
-
"name": "TypeLiteral"
|
|
214143
|
-
}
|
|
214144
|
-
],
|
|
214145
|
-
"required": true,
|
|
214146
|
-
"type": {
|
|
214147
|
-
"name": "UseFormReset<T>"
|
|
214148
|
-
}
|
|
214149
|
-
},
|
|
214150
|
-
"handleSubmit": {
|
|
214151
|
-
"defaultValue": null,
|
|
214152
|
-
"description": "",
|
|
214153
|
-
"name": "handleSubmit",
|
|
214154
|
-
"declarations": [
|
|
214155
|
-
{
|
|
214156
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214157
|
-
"name": "TypeLiteral"
|
|
214158
|
-
},
|
|
214159
|
-
{
|
|
214160
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214161
|
-
"name": "TypeLiteral"
|
|
214162
|
-
}
|
|
214163
|
-
],
|
|
214164
|
-
"required": true,
|
|
214165
|
-
"type": {
|
|
214166
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
214167
|
-
}
|
|
214168
|
-
},
|
|
214169
|
-
"unregister": {
|
|
214170
|
-
"defaultValue": null,
|
|
214171
|
-
"description": "",
|
|
214172
|
-
"name": "unregister",
|
|
214173
|
-
"declarations": [
|
|
214174
|
-
{
|
|
214175
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214176
|
-
"name": "TypeLiteral"
|
|
214177
|
-
},
|
|
214178
|
-
{
|
|
214179
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214180
|
-
"name": "TypeLiteral"
|
|
214181
|
-
}
|
|
214182
|
-
],
|
|
214183
|
-
"required": true,
|
|
214184
|
-
"type": {
|
|
214185
|
-
"name": "UseFormUnregister<T>"
|
|
214186
|
-
}
|
|
214187
|
-
},
|
|
214188
|
-
"control": {
|
|
214189
|
-
"defaultValue": null,
|
|
214190
|
-
"description": "",
|
|
214191
|
-
"name": "control",
|
|
214192
|
-
"declarations": [
|
|
214193
|
-
{
|
|
214194
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214195
|
-
"name": "TypeLiteral"
|
|
214196
|
-
}
|
|
214197
|
-
],
|
|
214198
|
-
"required": true,
|
|
214199
|
-
"type": {
|
|
214200
|
-
"name": "Control<T, any, T>"
|
|
214201
|
-
}
|
|
214202
|
-
},
|
|
214203
|
-
"register": {
|
|
214204
|
-
"defaultValue": null,
|
|
214205
|
-
"description": "",
|
|
214206
|
-
"name": "register",
|
|
214207
|
-
"declarations": [
|
|
214208
|
-
{
|
|
214209
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214210
|
-
"name": "TypeLiteral"
|
|
214211
|
-
},
|
|
214212
|
-
{
|
|
214213
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214214
|
-
"name": "TypeLiteral"
|
|
214215
|
-
}
|
|
214216
|
-
],
|
|
214217
|
-
"required": true,
|
|
214218
|
-
"type": {
|
|
214219
|
-
"name": "UseFormRegister<T>"
|
|
214220
|
-
}
|
|
214221
|
-
},
|
|
214222
|
-
"setFocus": {
|
|
214223
|
-
"defaultValue": null,
|
|
214224
|
-
"description": "",
|
|
214225
|
-
"name": "setFocus",
|
|
214226
|
-
"declarations": [
|
|
214227
|
-
{
|
|
214228
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214229
|
-
"name": "TypeLiteral"
|
|
214230
|
-
}
|
|
214231
|
-
],
|
|
214232
|
-
"required": true,
|
|
214233
|
-
"type": {
|
|
214234
|
-
"name": "UseFormSetFocus<T>"
|
|
214235
|
-
}
|
|
214236
|
-
},
|
|
214237
|
-
"subscribe": {
|
|
214238
|
-
"defaultValue": null,
|
|
214239
|
-
"description": "",
|
|
214240
|
-
"name": "subscribe",
|
|
214241
|
-
"declarations": [
|
|
214242
|
-
{
|
|
214243
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214244
|
-
"name": "TypeLiteral"
|
|
214245
|
-
}
|
|
214246
|
-
],
|
|
214247
|
-
"required": true,
|
|
214248
|
-
"type": {
|
|
214249
|
-
"name": "UseFormSubscribe<T>"
|
|
214250
|
-
}
|
|
214251
|
-
},
|
|
214252
|
-
"_subjects": {
|
|
214253
|
-
"defaultValue": null,
|
|
214254
|
-
"description": "",
|
|
214255
|
-
"name": "_subjects",
|
|
214256
|
-
"declarations": [
|
|
214257
|
-
{
|
|
214258
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214259
|
-
"name": "TypeLiteral"
|
|
214260
|
-
}
|
|
214261
|
-
],
|
|
214262
|
-
"required": true,
|
|
214263
|
-
"type": {
|
|
214264
|
-
"name": "Subjects<T>"
|
|
214265
|
-
}
|
|
214266
|
-
},
|
|
214267
|
-
"_removeUnmounted": {
|
|
214268
|
-
"defaultValue": null,
|
|
214269
|
-
"description": "",
|
|
214270
|
-
"name": "_removeUnmounted",
|
|
214271
|
-
"declarations": [
|
|
214272
|
-
{
|
|
214273
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214274
|
-
"name": "TypeLiteral"
|
|
214275
|
-
}
|
|
214276
|
-
],
|
|
214277
|
-
"required": true,
|
|
214278
|
-
"type": {
|
|
214279
|
-
"name": "Noop"
|
|
214280
|
-
}
|
|
214281
|
-
},
|
|
214282
|
-
"_names": {
|
|
214283
|
-
"defaultValue": null,
|
|
214284
|
-
"description": "",
|
|
214285
|
-
"name": "_names",
|
|
214286
|
-
"declarations": [
|
|
214287
|
-
{
|
|
214288
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214289
|
-
"name": "TypeLiteral"
|
|
214290
|
-
}
|
|
214291
|
-
],
|
|
214292
|
-
"required": true,
|
|
214293
|
-
"type": {
|
|
214294
|
-
"name": "Names"
|
|
214295
|
-
}
|
|
214296
|
-
},
|
|
214297
|
-
"_state": {
|
|
214298
|
-
"defaultValue": null,
|
|
214299
|
-
"description": "",
|
|
214300
|
-
"name": "_state",
|
|
214301
|
-
"declarations": [
|
|
214302
|
-
{
|
|
214303
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214304
|
-
"name": "TypeLiteral"
|
|
214305
|
-
}
|
|
214306
|
-
],
|
|
214307
|
-
"required": true,
|
|
214308
|
-
"type": {
|
|
214309
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
214310
|
-
}
|
|
214311
|
-
},
|
|
214312
|
-
"_reset": {
|
|
214313
|
-
"defaultValue": null,
|
|
214314
|
-
"description": "",
|
|
214315
|
-
"name": "_reset",
|
|
214316
|
-
"declarations": [
|
|
214317
|
-
{
|
|
214318
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214319
|
-
"name": "TypeLiteral"
|
|
214320
|
-
}
|
|
214321
|
-
],
|
|
214322
|
-
"required": true,
|
|
214323
|
-
"type": {
|
|
214324
|
-
"name": "UseFormReset<T>"
|
|
214325
|
-
}
|
|
214326
|
-
},
|
|
214327
|
-
"_options": {
|
|
214328
|
-
"defaultValue": null,
|
|
214329
|
-
"description": "",
|
|
214330
|
-
"name": "_options",
|
|
214331
|
-
"declarations": [
|
|
214332
|
-
{
|
|
214333
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214334
|
-
"name": "TypeLiteral"
|
|
214335
|
-
}
|
|
214336
|
-
],
|
|
214337
|
-
"required": true,
|
|
214338
|
-
"type": {
|
|
214339
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
214340
|
-
}
|
|
214341
|
-
},
|
|
214342
|
-
"_getDirty": {
|
|
214343
|
-
"defaultValue": null,
|
|
214344
|
-
"description": "",
|
|
214345
|
-
"name": "_getDirty",
|
|
214346
|
-
"declarations": [
|
|
214347
|
-
{
|
|
214348
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214349
|
-
"name": "TypeLiteral"
|
|
214350
|
-
}
|
|
214351
|
-
],
|
|
214352
|
-
"required": true,
|
|
214353
|
-
"type": {
|
|
214354
|
-
"name": "GetIsDirty"
|
|
214355
|
-
}
|
|
214356
|
-
},
|
|
214357
|
-
"_resetDefaultValues": {
|
|
214358
|
-
"defaultValue": null,
|
|
214359
|
-
"description": "",
|
|
214360
|
-
"name": "_resetDefaultValues",
|
|
214361
|
-
"declarations": [
|
|
214362
|
-
{
|
|
214363
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214364
|
-
"name": "TypeLiteral"
|
|
214365
|
-
}
|
|
214366
|
-
],
|
|
214367
|
-
"required": true,
|
|
214368
|
-
"type": {
|
|
214369
|
-
"name": "Noop"
|
|
214370
|
-
}
|
|
214371
|
-
},
|
|
214372
|
-
"_formState": {
|
|
214373
|
-
"defaultValue": null,
|
|
214374
|
-
"description": "",
|
|
214375
|
-
"name": "_formState",
|
|
214376
|
-
"declarations": [
|
|
214377
|
-
{
|
|
214378
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214379
|
-
"name": "TypeLiteral"
|
|
214380
|
-
}
|
|
214381
|
-
],
|
|
214382
|
-
"required": true,
|
|
214383
|
-
"type": {
|
|
214384
|
-
"name": "FormState<T>"
|
|
214385
|
-
}
|
|
214386
|
-
},
|
|
214387
|
-
"_setValid": {
|
|
214388
|
-
"defaultValue": null,
|
|
214389
|
-
"description": "",
|
|
214390
|
-
"name": "_setValid",
|
|
214391
|
-
"declarations": [
|
|
214392
|
-
{
|
|
214393
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214394
|
-
"name": "TypeLiteral"
|
|
214395
|
-
}
|
|
214396
|
-
],
|
|
214397
|
-
"required": true,
|
|
214398
|
-
"type": {
|
|
214399
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
214400
|
-
}
|
|
214401
|
-
},
|
|
214402
|
-
"_fields": {
|
|
214403
|
-
"defaultValue": null,
|
|
214404
|
-
"description": "",
|
|
214405
|
-
"name": "_fields",
|
|
214406
|
-
"declarations": [
|
|
214407
|
-
{
|
|
214408
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214409
|
-
"name": "TypeLiteral"
|
|
214410
|
-
}
|
|
214411
|
-
],
|
|
214412
|
-
"required": true,
|
|
214413
|
-
"type": {
|
|
214414
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
214415
|
-
}
|
|
214416
|
-
},
|
|
214417
|
-
"_formValues": {
|
|
214418
|
-
"defaultValue": null,
|
|
214419
|
-
"description": "",
|
|
214420
|
-
"name": "_formValues",
|
|
214421
|
-
"declarations": [
|
|
214422
|
-
{
|
|
214423
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214424
|
-
"name": "TypeLiteral"
|
|
214425
|
-
}
|
|
214426
|
-
],
|
|
214427
|
-
"required": true,
|
|
214428
|
-
"type": {
|
|
214429
|
-
"name": "FieldValues"
|
|
214430
|
-
}
|
|
214431
|
-
},
|
|
214432
|
-
"_proxyFormState": {
|
|
214433
|
-
"defaultValue": null,
|
|
214434
|
-
"description": "",
|
|
214435
|
-
"name": "_proxyFormState",
|
|
214436
|
-
"declarations": [
|
|
214437
|
-
{
|
|
214438
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214439
|
-
"name": "TypeLiteral"
|
|
214440
|
-
}
|
|
214441
|
-
],
|
|
214442
|
-
"required": true,
|
|
214443
|
-
"type": {
|
|
214444
|
-
"name": "ReadFormState"
|
|
214445
|
-
}
|
|
214446
|
-
},
|
|
214447
|
-
"_defaultValues": {
|
|
214448
|
-
"defaultValue": null,
|
|
214449
|
-
"description": "",
|
|
214450
|
-
"name": "_defaultValues",
|
|
214451
|
-
"declarations": [
|
|
214452
|
-
{
|
|
214453
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214454
|
-
"name": "TypeLiteral"
|
|
214455
|
-
}
|
|
214456
|
-
],
|
|
214457
|
-
"required": true,
|
|
214458
|
-
"type": {
|
|
214459
|
-
"name": "Partial<DefaultValues<T>>"
|
|
214460
|
-
}
|
|
214461
|
-
},
|
|
214462
|
-
"_getWatch": {
|
|
214463
|
-
"defaultValue": null,
|
|
214464
|
-
"description": "",
|
|
214465
|
-
"name": "_getWatch",
|
|
214466
|
-
"declarations": [
|
|
214467
|
-
{
|
|
214468
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214469
|
-
"name": "TypeLiteral"
|
|
214470
|
-
}
|
|
214471
|
-
],
|
|
214472
|
-
"required": true,
|
|
214473
|
-
"type": {
|
|
214474
|
-
"name": "WatchInternal<T>"
|
|
214475
|
-
}
|
|
214476
|
-
},
|
|
214477
|
-
"_setFieldArray": {
|
|
214478
|
-
"defaultValue": null,
|
|
214479
|
-
"description": "",
|
|
214480
|
-
"name": "_setFieldArray",
|
|
214481
|
-
"declarations": [
|
|
214482
|
-
{
|
|
214483
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214484
|
-
"name": "TypeLiteral"
|
|
214485
|
-
}
|
|
214486
|
-
],
|
|
214487
|
-
"required": true,
|
|
214488
|
-
"type": {
|
|
214489
|
-
"name": "BatchFieldArrayUpdate"
|
|
214490
|
-
}
|
|
214491
|
-
},
|
|
214492
|
-
"_getFieldArray": {
|
|
214493
|
-
"defaultValue": null,
|
|
214494
|
-
"description": "",
|
|
214495
|
-
"name": "_getFieldArray",
|
|
214496
|
-
"declarations": [
|
|
214497
|
-
{
|
|
214498
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214499
|
-
"name": "TypeLiteral"
|
|
214500
|
-
}
|
|
214501
|
-
],
|
|
214502
|
-
"required": true,
|
|
214503
|
-
"type": {
|
|
214504
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
214505
|
-
}
|
|
214506
|
-
},
|
|
214507
|
-
"_setErrors": {
|
|
214508
|
-
"defaultValue": null,
|
|
214509
|
-
"description": "",
|
|
214510
|
-
"name": "_setErrors",
|
|
214511
|
-
"declarations": [
|
|
214512
|
-
{
|
|
214513
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214514
|
-
"name": "TypeLiteral"
|
|
214515
|
-
}
|
|
214516
|
-
],
|
|
214517
|
-
"required": true,
|
|
214518
|
-
"type": {
|
|
214519
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
214520
|
-
}
|
|
214521
|
-
},
|
|
214522
|
-
"_setDisabledField": {
|
|
214523
|
-
"defaultValue": null,
|
|
214524
|
-
"description": "",
|
|
214525
|
-
"name": "_setDisabledField",
|
|
214526
|
-
"declarations": [
|
|
214527
|
-
{
|
|
214528
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214529
|
-
"name": "TypeLiteral"
|
|
214530
|
-
}
|
|
214531
|
-
],
|
|
214532
|
-
"required": true,
|
|
214533
|
-
"type": {
|
|
214534
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
214535
|
-
}
|
|
214536
|
-
},
|
|
214537
|
-
"_runSchema": {
|
|
214538
|
-
"defaultValue": null,
|
|
214539
|
-
"description": "",
|
|
214540
|
-
"name": "_runSchema",
|
|
214541
|
-
"declarations": [
|
|
214542
|
-
{
|
|
214543
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214544
|
-
"name": "TypeLiteral"
|
|
214545
|
-
}
|
|
214546
|
-
],
|
|
214547
|
-
"required": true,
|
|
214548
|
-
"type": {
|
|
214549
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
214550
|
-
}
|
|
214551
|
-
},
|
|
214552
|
-
"_focusError": {
|
|
214553
|
-
"defaultValue": null,
|
|
214554
|
-
"description": "",
|
|
214555
|
-
"name": "_focusError",
|
|
214556
|
-
"declarations": [
|
|
214557
|
-
{
|
|
214558
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214559
|
-
"name": "TypeLiteral"
|
|
214560
|
-
}
|
|
214561
|
-
],
|
|
214562
|
-
"required": true,
|
|
214563
|
-
"type": {
|
|
214564
|
-
"name": "() => boolean | undefined"
|
|
214565
|
-
}
|
|
214566
|
-
},
|
|
214567
|
-
"_disableForm": {
|
|
214568
|
-
"defaultValue": null,
|
|
214569
|
-
"description": "",
|
|
214570
|
-
"name": "_disableForm",
|
|
214571
|
-
"declarations": [
|
|
214572
|
-
{
|
|
214573
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214574
|
-
"name": "TypeLiteral"
|
|
214575
|
-
}
|
|
214576
|
-
],
|
|
214577
|
-
"required": true,
|
|
214578
|
-
"type": {
|
|
214579
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
214580
|
-
}
|
|
214581
|
-
},
|
|
214582
|
-
"_subscribe": {
|
|
214583
|
-
"defaultValue": null,
|
|
214584
|
-
"description": "",
|
|
214585
|
-
"name": "_subscribe",
|
|
214586
|
-
"declarations": [
|
|
214587
|
-
{
|
|
214588
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214589
|
-
"name": "TypeLiteral"
|
|
214590
|
-
}
|
|
214591
|
-
],
|
|
214592
|
-
"required": true,
|
|
214593
|
-
"type": {
|
|
214594
|
-
"name": "FromSubscribe<T>"
|
|
214595
|
-
}
|
|
214596
|
-
}
|
|
214597
|
-
}
|
|
214598
|
-
},
|
|
214599
|
-
{
|
|
214600
|
-
"tags": {},
|
|
214601
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214602
|
-
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
|
|
214603
|
-
"displayName": "AfterFormSubmitEffect",
|
|
214604
|
-
"methods": [],
|
|
214605
|
-
"props": {
|
|
214606
|
-
"submitHandlerResultRef": {
|
|
214607
|
-
"defaultValue": null,
|
|
214608
|
-
"description": "",
|
|
214609
|
-
"name": "submitHandlerResultRef",
|
|
214610
|
-
"parent": {
|
|
214611
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214612
|
-
"name": "Props"
|
|
214613
|
-
},
|
|
214614
|
-
"declarations": [
|
|
214615
|
-
{
|
|
214616
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214617
|
-
"name": "Props"
|
|
214618
|
-
}
|
|
214619
|
-
],
|
|
214620
|
-
"required": true,
|
|
214621
|
-
"type": {
|
|
214622
|
-
"name": "RefObject<unknown>"
|
|
213758
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
214623
213759
|
}
|
|
214624
213760
|
}
|
|
214625
213761
|
}
|
|
214626
213762
|
},
|
|
214627
213763
|
{
|
|
214628
213764
|
"tags": {},
|
|
214629
|
-
"filePath": "
|
|
213765
|
+
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
214630
213766
|
"description": "",
|
|
214631
|
-
"displayName": "
|
|
213767
|
+
"displayName": "Form",
|
|
214632
213768
|
"methods": [],
|
|
214633
213769
|
"props": {
|
|
214634
|
-
"
|
|
213770
|
+
"form": {
|
|
214635
213771
|
"defaultValue": null,
|
|
214636
213772
|
"description": "",
|
|
214637
|
-
"name": "
|
|
213773
|
+
"name": "form",
|
|
214638
213774
|
"parent": {
|
|
214639
|
-
"fileName": "
|
|
214640
|
-
"name": "
|
|
213775
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213776
|
+
"name": "FormProps"
|
|
214641
213777
|
},
|
|
214642
213778
|
"declarations": [
|
|
214643
213779
|
{
|
|
214644
|
-
"fileName": "
|
|
214645
|
-
"name": "
|
|
213780
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213781
|
+
"name": "FormProps"
|
|
214646
213782
|
}
|
|
214647
213783
|
],
|
|
214648
213784
|
"required": true,
|
|
214649
213785
|
"type": {
|
|
214650
|
-
"name": "
|
|
213786
|
+
"name": "UseFormReturn<F>"
|
|
214651
213787
|
}
|
|
214652
213788
|
},
|
|
214653
|
-
"
|
|
214654
|
-
"defaultValue": null,
|
|
214655
|
-
"description": "",
|
|
214656
|
-
"name": "children",
|
|
214657
|
-
"declarations": [
|
|
214658
|
-
{
|
|
214659
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214660
|
-
"name": "TypeLiteral"
|
|
214661
|
-
}
|
|
214662
|
-
],
|
|
214663
|
-
"required": false,
|
|
214664
|
-
"type": {
|
|
214665
|
-
"name": "ReactNode"
|
|
214666
|
-
}
|
|
214667
|
-
}
|
|
214668
|
-
}
|
|
214669
|
-
},
|
|
214670
|
-
{
|
|
214671
|
-
"tags": {},
|
|
214672
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
214673
|
-
"description": "",
|
|
214674
|
-
"displayName": "RouterProvider",
|
|
214675
|
-
"methods": [],
|
|
214676
|
-
"props": {
|
|
214677
|
-
"children": {
|
|
214678
|
-
"defaultValue": null,
|
|
214679
|
-
"description": "",
|
|
214680
|
-
"name": "children",
|
|
214681
|
-
"declarations": [
|
|
214682
|
-
{
|
|
214683
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214684
|
-
"name": "TypeLiteral"
|
|
214685
|
-
}
|
|
214686
|
-
],
|
|
214687
|
-
"required": false,
|
|
214688
|
-
"type": {
|
|
214689
|
-
"name": "ReactNode"
|
|
214690
|
-
}
|
|
214691
|
-
}
|
|
214692
|
-
}
|
|
214693
|
-
},
|
|
214694
|
-
{
|
|
214695
|
-
"tags": {
|
|
214696
|
-
"deprecated": "Use RouterProvider instead"
|
|
214697
|
-
},
|
|
214698
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
214699
|
-
"description": "",
|
|
214700
|
-
"displayName": "LinkProvider",
|
|
214701
|
-
"methods": [],
|
|
214702
|
-
"props": {
|
|
214703
|
-
"children": {
|
|
214704
|
-
"defaultValue": null,
|
|
214705
|
-
"description": "",
|
|
214706
|
-
"name": "children",
|
|
214707
|
-
"declarations": [
|
|
214708
|
-
{
|
|
214709
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214710
|
-
"name": "TypeLiteral"
|
|
214711
|
-
}
|
|
214712
|
-
],
|
|
214713
|
-
"required": false,
|
|
214714
|
-
"type": {
|
|
214715
|
-
"name": "ReactNode"
|
|
214716
|
-
}
|
|
214717
|
-
}
|
|
214718
|
-
}
|
|
214719
|
-
},
|
|
214720
|
-
{
|
|
214721
|
-
"tags": {
|
|
214722
|
-
"deprecated": "Use RouterProvider instead"
|
|
214723
|
-
},
|
|
214724
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214725
|
-
"description": "",
|
|
214726
|
-
"displayName": "Link",
|
|
214727
|
-
"methods": [],
|
|
214728
|
-
"props": {
|
|
214729
|
-
"ref": {
|
|
213789
|
+
"onSubmit": {
|
|
214730
213790
|
"defaultValue": null,
|
|
214731
213791
|
"description": "",
|
|
214732
|
-
"name": "
|
|
213792
|
+
"name": "onSubmit",
|
|
214733
213793
|
"parent": {
|
|
214734
|
-
"fileName": "
|
|
214735
|
-
"name": "
|
|
213794
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213795
|
+
"name": "FormProps"
|
|
214736
213796
|
},
|
|
214737
213797
|
"declarations": [
|
|
214738
213798
|
{
|
|
214739
|
-
"fileName": "
|
|
214740
|
-
"name": "
|
|
213799
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213800
|
+
"name": "FormProps"
|
|
214741
213801
|
}
|
|
214742
213802
|
],
|
|
214743
|
-
"required":
|
|
213803
|
+
"required": true,
|
|
214744
213804
|
"type": {
|
|
214745
|
-
"name": "
|
|
213805
|
+
"name": "SubmitHandler<F>"
|
|
214746
213806
|
}
|
|
214747
213807
|
},
|
|
214748
|
-
"
|
|
213808
|
+
"formComponent": {
|
|
214749
213809
|
"defaultValue": null,
|
|
214750
213810
|
"description": "",
|
|
214751
|
-
"name": "
|
|
213811
|
+
"name": "formComponent",
|
|
214752
213812
|
"parent": {
|
|
214753
|
-
"fileName": "
|
|
214754
|
-
"name": "
|
|
213813
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213814
|
+
"name": "FormProps"
|
|
214755
213815
|
},
|
|
214756
213816
|
"declarations": [
|
|
214757
213817
|
{
|
|
214758
|
-
"fileName": "
|
|
214759
|
-
"name": "
|
|
213818
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213819
|
+
"name": "FormProps"
|
|
214760
213820
|
}
|
|
214761
213821
|
],
|
|
214762
213822
|
"required": false,
|
|
214763
213823
|
"type": {
|
|
214764
|
-
"name": "
|
|
213824
|
+
"name": "FormComponentType"
|
|
214765
213825
|
}
|
|
214766
213826
|
},
|
|
214767
213827
|
"children": {
|
|
@@ -215258,25 +214318,6 @@
|
|
|
215258
214318
|
"name": "FormEventHandler<HTMLElement>"
|
|
215259
214319
|
}
|
|
215260
214320
|
},
|
|
215261
|
-
"onSubmit": {
|
|
215262
|
-
"defaultValue": null,
|
|
215263
|
-
"description": "",
|
|
215264
|
-
"name": "onSubmit",
|
|
215265
|
-
"parent": {
|
|
215266
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215267
|
-
"name": "DOMAttributes"
|
|
215268
|
-
},
|
|
215269
|
-
"declarations": [
|
|
215270
|
-
{
|
|
215271
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215272
|
-
"name": "DOMAttributes"
|
|
215273
|
-
}
|
|
215274
|
-
],
|
|
215275
|
-
"required": false,
|
|
215276
|
-
"type": {
|
|
215277
|
-
"name": "FormEventHandler<HTMLElement>"
|
|
215278
|
-
}
|
|
215279
|
-
},
|
|
215280
214321
|
"onSubmitCapture": {
|
|
215281
214322
|
"defaultValue": null,
|
|
215282
214323
|
"description": "",
|
|
@@ -217903,10 +216944,10 @@
|
|
|
217903
216944
|
"name": "string"
|
|
217904
216945
|
}
|
|
217905
216946
|
},
|
|
217906
|
-
"
|
|
216947
|
+
"method": {
|
|
217907
216948
|
"defaultValue": null,
|
|
217908
216949
|
"description": "",
|
|
217909
|
-
"name": "
|
|
216950
|
+
"name": "method",
|
|
217910
216951
|
"parent": {
|
|
217911
216952
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217912
216953
|
"name": "SVGAttributes"
|
|
@@ -217922,48 +216963,48 @@
|
|
|
217922
216963
|
"name": "string"
|
|
217923
216964
|
}
|
|
217924
216965
|
},
|
|
217925
|
-
"
|
|
216966
|
+
"name": {
|
|
217926
216967
|
"defaultValue": null,
|
|
217927
216968
|
"description": "",
|
|
217928
|
-
"name": "
|
|
216969
|
+
"name": "name",
|
|
217929
216970
|
"parent": {
|
|
217930
216971
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217931
|
-
"name": "
|
|
216972
|
+
"name": "InputHTMLAttributes"
|
|
217932
216973
|
},
|
|
217933
216974
|
"declarations": [
|
|
217934
216975
|
{
|
|
217935
216976
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217936
|
-
"name": "
|
|
216977
|
+
"name": "InputHTMLAttributes"
|
|
217937
216978
|
}
|
|
217938
216979
|
],
|
|
217939
216980
|
"required": false,
|
|
217940
216981
|
"type": {
|
|
217941
|
-
"name": "
|
|
216982
|
+
"name": "string"
|
|
217942
216983
|
}
|
|
217943
216984
|
},
|
|
217944
|
-
"
|
|
216985
|
+
"style": {
|
|
217945
216986
|
"defaultValue": null,
|
|
217946
216987
|
"description": "",
|
|
217947
|
-
"name": "
|
|
216988
|
+
"name": "style",
|
|
217948
216989
|
"parent": {
|
|
217949
216990
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217950
|
-
"name": "
|
|
216991
|
+
"name": "HTMLAttributes"
|
|
217951
216992
|
},
|
|
217952
216993
|
"declarations": [
|
|
217953
216994
|
{
|
|
217954
216995
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217955
|
-
"name": "
|
|
216996
|
+
"name": "HTMLAttributes"
|
|
217956
216997
|
}
|
|
217957
216998
|
],
|
|
217958
216999
|
"required": false,
|
|
217959
217000
|
"type": {
|
|
217960
|
-
"name": "
|
|
217001
|
+
"name": "CSSProperties"
|
|
217961
217002
|
}
|
|
217962
217003
|
},
|
|
217963
|
-
"
|
|
217004
|
+
"target": {
|
|
217964
217005
|
"defaultValue": null,
|
|
217965
|
-
"description": "
|
|
217966
|
-
"name": "
|
|
217006
|
+
"description": "",
|
|
217007
|
+
"name": "target",
|
|
217967
217008
|
"parent": {
|
|
217968
217009
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217969
217010
|
"name": "SVGAttributes"
|
|
@@ -217972,15 +217013,11 @@
|
|
|
217972
217013
|
{
|
|
217973
217014
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217974
217015
|
"name": "SVGAttributes"
|
|
217975
|
-
},
|
|
217976
|
-
{
|
|
217977
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
217978
|
-
"name": "BaseAxisProps"
|
|
217979
217016
|
}
|
|
217980
217017
|
],
|
|
217981
217018
|
"required": false,
|
|
217982
217019
|
"type": {
|
|
217983
|
-
"name": "
|
|
217020
|
+
"name": "string"
|
|
217984
217021
|
}
|
|
217985
217022
|
},
|
|
217986
217023
|
"role": {
|
|
@@ -218021,25 +217058,6 @@
|
|
|
218021
217058
|
"name": "number"
|
|
218022
217059
|
}
|
|
218023
217060
|
},
|
|
218024
|
-
"href": {
|
|
218025
|
-
"defaultValue": null,
|
|
218026
|
-
"description": "",
|
|
218027
|
-
"name": "href",
|
|
218028
|
-
"parent": {
|
|
218029
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218030
|
-
"name": "SVGAttributes"
|
|
218031
|
-
},
|
|
218032
|
-
"declarations": [
|
|
218033
|
-
{
|
|
218034
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218035
|
-
"name": "SVGAttributes"
|
|
218036
|
-
}
|
|
218037
|
-
],
|
|
218038
|
-
"required": false,
|
|
218039
|
-
"type": {
|
|
218040
|
-
"name": "string"
|
|
218041
|
-
}
|
|
218042
|
-
},
|
|
218043
217061
|
"aria-activedescendant": {
|
|
218044
217062
|
"defaultValue": null,
|
|
218045
217063
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -219237,6 +218255,25 @@
|
|
|
219237
218255
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
219238
218256
|
}
|
|
219239
218257
|
},
|
|
218258
|
+
"ref": {
|
|
218259
|
+
"defaultValue": null,
|
|
218260
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
218261
|
+
"name": "ref",
|
|
218262
|
+
"parent": {
|
|
218263
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218264
|
+
"name": "RefAttributes"
|
|
218265
|
+
},
|
|
218266
|
+
"declarations": [
|
|
218267
|
+
{
|
|
218268
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218269
|
+
"name": "RefAttributes"
|
|
218270
|
+
}
|
|
218271
|
+
],
|
|
218272
|
+
"required": false,
|
|
218273
|
+
"type": {
|
|
218274
|
+
"name": "Ref<HTMLInputElement>"
|
|
218275
|
+
}
|
|
218276
|
+
},
|
|
219240
218277
|
"key": {
|
|
219241
218278
|
"defaultValue": null,
|
|
219242
218279
|
"description": "",
|
|
@@ -219332,6 +218369,25 @@
|
|
|
219332
218369
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
219333
218370
|
}
|
|
219334
218371
|
},
|
|
218372
|
+
"autoComplete": {
|
|
218373
|
+
"defaultValue": null,
|
|
218374
|
+
"description": "",
|
|
218375
|
+
"name": "autoComplete",
|
|
218376
|
+
"parent": {
|
|
218377
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218378
|
+
"name": "FormHTMLAttributes"
|
|
218379
|
+
},
|
|
218380
|
+
"declarations": [
|
|
218381
|
+
{
|
|
218382
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218383
|
+
"name": "FormHTMLAttributes"
|
|
218384
|
+
}
|
|
218385
|
+
],
|
|
218386
|
+
"required": false,
|
|
218387
|
+
"type": {
|
|
218388
|
+
"name": "string"
|
|
218389
|
+
}
|
|
218390
|
+
},
|
|
219335
218391
|
"inputMode": {
|
|
219336
218392
|
"defaultValue": null,
|
|
219337
218393
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -220149,56 +219205,56 @@
|
|
|
220149
219205
|
"name": "string"
|
|
220150
219206
|
}
|
|
220151
219207
|
},
|
|
220152
|
-
"
|
|
219208
|
+
"action": {
|
|
220153
219209
|
"defaultValue": null,
|
|
220154
219210
|
"description": "",
|
|
220155
|
-
"name": "
|
|
219211
|
+
"name": "action",
|
|
220156
219212
|
"parent": {
|
|
220157
219213
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220158
|
-
"name": "
|
|
219214
|
+
"name": "FormHTMLAttributes"
|
|
220159
219215
|
},
|
|
220160
219216
|
"declarations": [
|
|
220161
219217
|
{
|
|
220162
219218
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220163
|
-
"name": "
|
|
219219
|
+
"name": "FormHTMLAttributes"
|
|
220164
219220
|
}
|
|
220165
219221
|
],
|
|
220166
219222
|
"required": false,
|
|
220167
219223
|
"type": {
|
|
220168
|
-
"name": "string"
|
|
219224
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
220169
219225
|
}
|
|
220170
219226
|
},
|
|
220171
|
-
"
|
|
219227
|
+
"acceptCharset": {
|
|
220172
219228
|
"defaultValue": null,
|
|
220173
219229
|
"description": "",
|
|
220174
|
-
"name": "
|
|
219230
|
+
"name": "acceptCharset",
|
|
220175
219231
|
"parent": {
|
|
220176
219232
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220177
|
-
"name": "
|
|
219233
|
+
"name": "FormHTMLAttributes"
|
|
220178
219234
|
},
|
|
220179
219235
|
"declarations": [
|
|
220180
219236
|
{
|
|
220181
219237
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220182
|
-
"name": "
|
|
219238
|
+
"name": "FormHTMLAttributes"
|
|
220183
219239
|
}
|
|
220184
219240
|
],
|
|
220185
219241
|
"required": false,
|
|
220186
219242
|
"type": {
|
|
220187
|
-
"name": "
|
|
219243
|
+
"name": "string"
|
|
220188
219244
|
}
|
|
220189
219245
|
},
|
|
220190
|
-
"
|
|
219246
|
+
"encType": {
|
|
220191
219247
|
"defaultValue": null,
|
|
220192
219248
|
"description": "",
|
|
220193
|
-
"name": "
|
|
219249
|
+
"name": "encType",
|
|
220194
219250
|
"parent": {
|
|
220195
219251
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220196
|
-
"name": "
|
|
219252
|
+
"name": "FormHTMLAttributes"
|
|
220197
219253
|
},
|
|
220198
219254
|
"declarations": [
|
|
220199
219255
|
{
|
|
220200
219256
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220201
|
-
"name": "
|
|
219257
|
+
"name": "FormHTMLAttributes"
|
|
220202
219258
|
}
|
|
220203
219259
|
],
|
|
220204
219260
|
"required": false,
|
|
@@ -220206,23 +219262,822 @@
|
|
|
220206
219262
|
"name": "string"
|
|
220207
219263
|
}
|
|
220208
219264
|
},
|
|
220209
|
-
"
|
|
219265
|
+
"noValidate": {
|
|
220210
219266
|
"defaultValue": null,
|
|
220211
219267
|
"description": "",
|
|
220212
|
-
"name": "
|
|
219268
|
+
"name": "noValidate",
|
|
220213
219269
|
"parent": {
|
|
220214
219270
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220215
|
-
"name": "
|
|
219271
|
+
"name": "FormHTMLAttributes"
|
|
220216
219272
|
},
|
|
220217
219273
|
"declarations": [
|
|
220218
219274
|
{
|
|
220219
219275
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220220
|
-
"name": "
|
|
219276
|
+
"name": "FormHTMLAttributes"
|
|
220221
219277
|
}
|
|
220222
219278
|
],
|
|
220223
219279
|
"required": false,
|
|
220224
219280
|
"type": {
|
|
220225
|
-
"name": "
|
|
219281
|
+
"name": "boolean"
|
|
219282
|
+
}
|
|
219283
|
+
}
|
|
219284
|
+
}
|
|
219285
|
+
},
|
|
219286
|
+
{
|
|
219287
|
+
"tags": {},
|
|
219288
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219289
|
+
"description": "",
|
|
219290
|
+
"displayName": "Field",
|
|
219291
|
+
"methods": [],
|
|
219292
|
+
"props": {
|
|
219293
|
+
"name": {
|
|
219294
|
+
"defaultValue": null,
|
|
219295
|
+
"description": "",
|
|
219296
|
+
"name": "name",
|
|
219297
|
+
"declarations": [
|
|
219298
|
+
{
|
|
219299
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219300
|
+
"name": "TypeLiteral"
|
|
219301
|
+
}
|
|
219302
|
+
],
|
|
219303
|
+
"required": true,
|
|
219304
|
+
"type": {
|
|
219305
|
+
"name": "string"
|
|
219306
|
+
}
|
|
219307
|
+
},
|
|
219308
|
+
"defaultValue": {
|
|
219309
|
+
"defaultValue": null,
|
|
219310
|
+
"description": "",
|
|
219311
|
+
"name": "defaultValue",
|
|
219312
|
+
"declarations": [
|
|
219313
|
+
{
|
|
219314
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219315
|
+
"name": "TypeLiteral"
|
|
219316
|
+
}
|
|
219317
|
+
],
|
|
219318
|
+
"required": false,
|
|
219319
|
+
"type": {
|
|
219320
|
+
"name": "any"
|
|
219321
|
+
}
|
|
219322
|
+
},
|
|
219323
|
+
"disabled": {
|
|
219324
|
+
"defaultValue": null,
|
|
219325
|
+
"description": "",
|
|
219326
|
+
"name": "disabled",
|
|
219327
|
+
"declarations": [
|
|
219328
|
+
{
|
|
219329
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219330
|
+
"name": "TypeLiteral"
|
|
219331
|
+
}
|
|
219332
|
+
],
|
|
219333
|
+
"required": false,
|
|
219334
|
+
"type": {
|
|
219335
|
+
"name": "boolean"
|
|
219336
|
+
}
|
|
219337
|
+
},
|
|
219338
|
+
"control": {
|
|
219339
|
+
"defaultValue": null,
|
|
219340
|
+
"description": "",
|
|
219341
|
+
"name": "control",
|
|
219342
|
+
"declarations": [
|
|
219343
|
+
{
|
|
219344
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219345
|
+
"name": "TypeLiteral"
|
|
219346
|
+
}
|
|
219347
|
+
],
|
|
219348
|
+
"required": false,
|
|
219349
|
+
"type": {
|
|
219350
|
+
"name": "Control<T, any, T>"
|
|
219351
|
+
}
|
|
219352
|
+
},
|
|
219353
|
+
"rules": {
|
|
219354
|
+
"defaultValue": null,
|
|
219355
|
+
"description": "",
|
|
219356
|
+
"name": "rules",
|
|
219357
|
+
"declarations": [
|
|
219358
|
+
{
|
|
219359
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219360
|
+
"name": "TypeLiteral"
|
|
219361
|
+
}
|
|
219362
|
+
],
|
|
219363
|
+
"required": false,
|
|
219364
|
+
"type": {
|
|
219365
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
219366
|
+
}
|
|
219367
|
+
},
|
|
219368
|
+
"shouldUnregister": {
|
|
219369
|
+
"defaultValue": null,
|
|
219370
|
+
"description": "",
|
|
219371
|
+
"name": "shouldUnregister",
|
|
219372
|
+
"declarations": [
|
|
219373
|
+
{
|
|
219374
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219375
|
+
"name": "TypeLiteral"
|
|
219376
|
+
}
|
|
219377
|
+
],
|
|
219378
|
+
"required": false,
|
|
219379
|
+
"type": {
|
|
219380
|
+
"name": "boolean"
|
|
219381
|
+
}
|
|
219382
|
+
},
|
|
219383
|
+
"children": {
|
|
219384
|
+
"defaultValue": null,
|
|
219385
|
+
"description": "",
|
|
219386
|
+
"name": "children",
|
|
219387
|
+
"declarations": [
|
|
219388
|
+
{
|
|
219389
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219390
|
+
"name": "TypeLiteral"
|
|
219391
|
+
}
|
|
219392
|
+
],
|
|
219393
|
+
"required": false,
|
|
219394
|
+
"type": {
|
|
219395
|
+
"name": "ReactNode"
|
|
219396
|
+
}
|
|
219397
|
+
}
|
|
219398
|
+
}
|
|
219399
|
+
},
|
|
219400
|
+
{
|
|
219401
|
+
"tags": {},
|
|
219402
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219403
|
+
"description": "",
|
|
219404
|
+
"displayName": "typedField",
|
|
219405
|
+
"methods": [],
|
|
219406
|
+
"props": {
|
|
219407
|
+
"watch": {
|
|
219408
|
+
"defaultValue": null,
|
|
219409
|
+
"description": "",
|
|
219410
|
+
"name": "watch",
|
|
219411
|
+
"declarations": [
|
|
219412
|
+
{
|
|
219413
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219414
|
+
"name": "TypeLiteral"
|
|
219415
|
+
}
|
|
219416
|
+
],
|
|
219417
|
+
"required": true,
|
|
219418
|
+
"type": {
|
|
219419
|
+
"name": "UseFormWatch<T>"
|
|
219420
|
+
}
|
|
219421
|
+
},
|
|
219422
|
+
"getValues": {
|
|
219423
|
+
"defaultValue": null,
|
|
219424
|
+
"description": "",
|
|
219425
|
+
"name": "getValues",
|
|
219426
|
+
"declarations": [
|
|
219427
|
+
{
|
|
219428
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219429
|
+
"name": "TypeLiteral"
|
|
219430
|
+
}
|
|
219431
|
+
],
|
|
219432
|
+
"required": true,
|
|
219433
|
+
"type": {
|
|
219434
|
+
"name": "UseFormGetValues<T>"
|
|
219435
|
+
}
|
|
219436
|
+
},
|
|
219437
|
+
"getFieldState": {
|
|
219438
|
+
"defaultValue": null,
|
|
219439
|
+
"description": "",
|
|
219440
|
+
"name": "getFieldState",
|
|
219441
|
+
"declarations": [
|
|
219442
|
+
{
|
|
219443
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219444
|
+
"name": "TypeLiteral"
|
|
219445
|
+
},
|
|
219446
|
+
{
|
|
219447
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219448
|
+
"name": "TypeLiteral"
|
|
219449
|
+
}
|
|
219450
|
+
],
|
|
219451
|
+
"required": true,
|
|
219452
|
+
"type": {
|
|
219453
|
+
"name": "UseFormGetFieldState<T>"
|
|
219454
|
+
}
|
|
219455
|
+
},
|
|
219456
|
+
"setError": {
|
|
219457
|
+
"defaultValue": null,
|
|
219458
|
+
"description": "",
|
|
219459
|
+
"name": "setError",
|
|
219460
|
+
"declarations": [
|
|
219461
|
+
{
|
|
219462
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219463
|
+
"name": "TypeLiteral"
|
|
219464
|
+
},
|
|
219465
|
+
{
|
|
219466
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219467
|
+
"name": "TypeLiteral"
|
|
219468
|
+
}
|
|
219469
|
+
],
|
|
219470
|
+
"required": true,
|
|
219471
|
+
"type": {
|
|
219472
|
+
"name": "UseFormSetError<T>"
|
|
219473
|
+
}
|
|
219474
|
+
},
|
|
219475
|
+
"clearErrors": {
|
|
219476
|
+
"defaultValue": null,
|
|
219477
|
+
"description": "",
|
|
219478
|
+
"name": "clearErrors",
|
|
219479
|
+
"declarations": [
|
|
219480
|
+
{
|
|
219481
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219482
|
+
"name": "TypeLiteral"
|
|
219483
|
+
}
|
|
219484
|
+
],
|
|
219485
|
+
"required": true,
|
|
219486
|
+
"type": {
|
|
219487
|
+
"name": "UseFormClearErrors<T>"
|
|
219488
|
+
}
|
|
219489
|
+
},
|
|
219490
|
+
"setValue": {
|
|
219491
|
+
"defaultValue": null,
|
|
219492
|
+
"description": "",
|
|
219493
|
+
"name": "setValue",
|
|
219494
|
+
"declarations": [
|
|
219495
|
+
{
|
|
219496
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219497
|
+
"name": "TypeLiteral"
|
|
219498
|
+
}
|
|
219499
|
+
],
|
|
219500
|
+
"required": true,
|
|
219501
|
+
"type": {
|
|
219502
|
+
"name": "UseFormSetValue<T>"
|
|
219503
|
+
}
|
|
219504
|
+
},
|
|
219505
|
+
"trigger": {
|
|
219506
|
+
"defaultValue": null,
|
|
219507
|
+
"description": "",
|
|
219508
|
+
"name": "trigger",
|
|
219509
|
+
"declarations": [
|
|
219510
|
+
{
|
|
219511
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219512
|
+
"name": "TypeLiteral"
|
|
219513
|
+
}
|
|
219514
|
+
],
|
|
219515
|
+
"required": true,
|
|
219516
|
+
"type": {
|
|
219517
|
+
"name": "UseFormTrigger<T>"
|
|
219518
|
+
}
|
|
219519
|
+
},
|
|
219520
|
+
"formState": {
|
|
219521
|
+
"defaultValue": null,
|
|
219522
|
+
"description": "",
|
|
219523
|
+
"name": "formState",
|
|
219524
|
+
"declarations": [
|
|
219525
|
+
{
|
|
219526
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219527
|
+
"name": "TypeLiteral"
|
|
219528
|
+
}
|
|
219529
|
+
],
|
|
219530
|
+
"required": true,
|
|
219531
|
+
"type": {
|
|
219532
|
+
"name": "FormState<T>"
|
|
219533
|
+
}
|
|
219534
|
+
},
|
|
219535
|
+
"resetField": {
|
|
219536
|
+
"defaultValue": null,
|
|
219537
|
+
"description": "",
|
|
219538
|
+
"name": "resetField",
|
|
219539
|
+
"declarations": [
|
|
219540
|
+
{
|
|
219541
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219542
|
+
"name": "TypeLiteral"
|
|
219543
|
+
}
|
|
219544
|
+
],
|
|
219545
|
+
"required": true,
|
|
219546
|
+
"type": {
|
|
219547
|
+
"name": "UseFormResetField<T>"
|
|
219548
|
+
}
|
|
219549
|
+
},
|
|
219550
|
+
"reset": {
|
|
219551
|
+
"defaultValue": null,
|
|
219552
|
+
"description": "",
|
|
219553
|
+
"name": "reset",
|
|
219554
|
+
"declarations": [
|
|
219555
|
+
{
|
|
219556
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219557
|
+
"name": "TypeLiteral"
|
|
219558
|
+
}
|
|
219559
|
+
],
|
|
219560
|
+
"required": true,
|
|
219561
|
+
"type": {
|
|
219562
|
+
"name": "UseFormReset<T>"
|
|
219563
|
+
}
|
|
219564
|
+
},
|
|
219565
|
+
"handleSubmit": {
|
|
219566
|
+
"defaultValue": null,
|
|
219567
|
+
"description": "",
|
|
219568
|
+
"name": "handleSubmit",
|
|
219569
|
+
"declarations": [
|
|
219570
|
+
{
|
|
219571
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219572
|
+
"name": "TypeLiteral"
|
|
219573
|
+
},
|
|
219574
|
+
{
|
|
219575
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219576
|
+
"name": "TypeLiteral"
|
|
219577
|
+
}
|
|
219578
|
+
],
|
|
219579
|
+
"required": true,
|
|
219580
|
+
"type": {
|
|
219581
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
219582
|
+
}
|
|
219583
|
+
},
|
|
219584
|
+
"unregister": {
|
|
219585
|
+
"defaultValue": null,
|
|
219586
|
+
"description": "",
|
|
219587
|
+
"name": "unregister",
|
|
219588
|
+
"declarations": [
|
|
219589
|
+
{
|
|
219590
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219591
|
+
"name": "TypeLiteral"
|
|
219592
|
+
},
|
|
219593
|
+
{
|
|
219594
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219595
|
+
"name": "TypeLiteral"
|
|
219596
|
+
}
|
|
219597
|
+
],
|
|
219598
|
+
"required": true,
|
|
219599
|
+
"type": {
|
|
219600
|
+
"name": "UseFormUnregister<T>"
|
|
219601
|
+
}
|
|
219602
|
+
},
|
|
219603
|
+
"control": {
|
|
219604
|
+
"defaultValue": null,
|
|
219605
|
+
"description": "",
|
|
219606
|
+
"name": "control",
|
|
219607
|
+
"declarations": [
|
|
219608
|
+
{
|
|
219609
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219610
|
+
"name": "TypeLiteral"
|
|
219611
|
+
}
|
|
219612
|
+
],
|
|
219613
|
+
"required": true,
|
|
219614
|
+
"type": {
|
|
219615
|
+
"name": "Control<T, any, T>"
|
|
219616
|
+
}
|
|
219617
|
+
},
|
|
219618
|
+
"register": {
|
|
219619
|
+
"defaultValue": null,
|
|
219620
|
+
"description": "",
|
|
219621
|
+
"name": "register",
|
|
219622
|
+
"declarations": [
|
|
219623
|
+
{
|
|
219624
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219625
|
+
"name": "TypeLiteral"
|
|
219626
|
+
},
|
|
219627
|
+
{
|
|
219628
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219629
|
+
"name": "TypeLiteral"
|
|
219630
|
+
}
|
|
219631
|
+
],
|
|
219632
|
+
"required": true,
|
|
219633
|
+
"type": {
|
|
219634
|
+
"name": "UseFormRegister<T>"
|
|
219635
|
+
}
|
|
219636
|
+
},
|
|
219637
|
+
"setFocus": {
|
|
219638
|
+
"defaultValue": null,
|
|
219639
|
+
"description": "",
|
|
219640
|
+
"name": "setFocus",
|
|
219641
|
+
"declarations": [
|
|
219642
|
+
{
|
|
219643
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219644
|
+
"name": "TypeLiteral"
|
|
219645
|
+
}
|
|
219646
|
+
],
|
|
219647
|
+
"required": true,
|
|
219648
|
+
"type": {
|
|
219649
|
+
"name": "UseFormSetFocus<T>"
|
|
219650
|
+
}
|
|
219651
|
+
},
|
|
219652
|
+
"subscribe": {
|
|
219653
|
+
"defaultValue": null,
|
|
219654
|
+
"description": "",
|
|
219655
|
+
"name": "subscribe",
|
|
219656
|
+
"declarations": [
|
|
219657
|
+
{
|
|
219658
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219659
|
+
"name": "TypeLiteral"
|
|
219660
|
+
}
|
|
219661
|
+
],
|
|
219662
|
+
"required": true,
|
|
219663
|
+
"type": {
|
|
219664
|
+
"name": "UseFormSubscribe<T>"
|
|
219665
|
+
}
|
|
219666
|
+
},
|
|
219667
|
+
"_subjects": {
|
|
219668
|
+
"defaultValue": null,
|
|
219669
|
+
"description": "",
|
|
219670
|
+
"name": "_subjects",
|
|
219671
|
+
"declarations": [
|
|
219672
|
+
{
|
|
219673
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219674
|
+
"name": "TypeLiteral"
|
|
219675
|
+
}
|
|
219676
|
+
],
|
|
219677
|
+
"required": true,
|
|
219678
|
+
"type": {
|
|
219679
|
+
"name": "Subjects<T>"
|
|
219680
|
+
}
|
|
219681
|
+
},
|
|
219682
|
+
"_removeUnmounted": {
|
|
219683
|
+
"defaultValue": null,
|
|
219684
|
+
"description": "",
|
|
219685
|
+
"name": "_removeUnmounted",
|
|
219686
|
+
"declarations": [
|
|
219687
|
+
{
|
|
219688
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219689
|
+
"name": "TypeLiteral"
|
|
219690
|
+
}
|
|
219691
|
+
],
|
|
219692
|
+
"required": true,
|
|
219693
|
+
"type": {
|
|
219694
|
+
"name": "Noop"
|
|
219695
|
+
}
|
|
219696
|
+
},
|
|
219697
|
+
"_names": {
|
|
219698
|
+
"defaultValue": null,
|
|
219699
|
+
"description": "",
|
|
219700
|
+
"name": "_names",
|
|
219701
|
+
"declarations": [
|
|
219702
|
+
{
|
|
219703
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219704
|
+
"name": "TypeLiteral"
|
|
219705
|
+
}
|
|
219706
|
+
],
|
|
219707
|
+
"required": true,
|
|
219708
|
+
"type": {
|
|
219709
|
+
"name": "Names"
|
|
219710
|
+
}
|
|
219711
|
+
},
|
|
219712
|
+
"_state": {
|
|
219713
|
+
"defaultValue": null,
|
|
219714
|
+
"description": "",
|
|
219715
|
+
"name": "_state",
|
|
219716
|
+
"declarations": [
|
|
219717
|
+
{
|
|
219718
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219719
|
+
"name": "TypeLiteral"
|
|
219720
|
+
}
|
|
219721
|
+
],
|
|
219722
|
+
"required": true,
|
|
219723
|
+
"type": {
|
|
219724
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
219725
|
+
}
|
|
219726
|
+
},
|
|
219727
|
+
"_reset": {
|
|
219728
|
+
"defaultValue": null,
|
|
219729
|
+
"description": "",
|
|
219730
|
+
"name": "_reset",
|
|
219731
|
+
"declarations": [
|
|
219732
|
+
{
|
|
219733
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219734
|
+
"name": "TypeLiteral"
|
|
219735
|
+
}
|
|
219736
|
+
],
|
|
219737
|
+
"required": true,
|
|
219738
|
+
"type": {
|
|
219739
|
+
"name": "UseFormReset<T>"
|
|
219740
|
+
}
|
|
219741
|
+
},
|
|
219742
|
+
"_options": {
|
|
219743
|
+
"defaultValue": null,
|
|
219744
|
+
"description": "",
|
|
219745
|
+
"name": "_options",
|
|
219746
|
+
"declarations": [
|
|
219747
|
+
{
|
|
219748
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219749
|
+
"name": "TypeLiteral"
|
|
219750
|
+
}
|
|
219751
|
+
],
|
|
219752
|
+
"required": true,
|
|
219753
|
+
"type": {
|
|
219754
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
219755
|
+
}
|
|
219756
|
+
},
|
|
219757
|
+
"_getDirty": {
|
|
219758
|
+
"defaultValue": null,
|
|
219759
|
+
"description": "",
|
|
219760
|
+
"name": "_getDirty",
|
|
219761
|
+
"declarations": [
|
|
219762
|
+
{
|
|
219763
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219764
|
+
"name": "TypeLiteral"
|
|
219765
|
+
}
|
|
219766
|
+
],
|
|
219767
|
+
"required": true,
|
|
219768
|
+
"type": {
|
|
219769
|
+
"name": "GetIsDirty"
|
|
219770
|
+
}
|
|
219771
|
+
},
|
|
219772
|
+
"_resetDefaultValues": {
|
|
219773
|
+
"defaultValue": null,
|
|
219774
|
+
"description": "",
|
|
219775
|
+
"name": "_resetDefaultValues",
|
|
219776
|
+
"declarations": [
|
|
219777
|
+
{
|
|
219778
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219779
|
+
"name": "TypeLiteral"
|
|
219780
|
+
}
|
|
219781
|
+
],
|
|
219782
|
+
"required": true,
|
|
219783
|
+
"type": {
|
|
219784
|
+
"name": "Noop"
|
|
219785
|
+
}
|
|
219786
|
+
},
|
|
219787
|
+
"_formState": {
|
|
219788
|
+
"defaultValue": null,
|
|
219789
|
+
"description": "",
|
|
219790
|
+
"name": "_formState",
|
|
219791
|
+
"declarations": [
|
|
219792
|
+
{
|
|
219793
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219794
|
+
"name": "TypeLiteral"
|
|
219795
|
+
}
|
|
219796
|
+
],
|
|
219797
|
+
"required": true,
|
|
219798
|
+
"type": {
|
|
219799
|
+
"name": "FormState<T>"
|
|
219800
|
+
}
|
|
219801
|
+
},
|
|
219802
|
+
"_setValid": {
|
|
219803
|
+
"defaultValue": null,
|
|
219804
|
+
"description": "",
|
|
219805
|
+
"name": "_setValid",
|
|
219806
|
+
"declarations": [
|
|
219807
|
+
{
|
|
219808
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219809
|
+
"name": "TypeLiteral"
|
|
219810
|
+
}
|
|
219811
|
+
],
|
|
219812
|
+
"required": true,
|
|
219813
|
+
"type": {
|
|
219814
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
219815
|
+
}
|
|
219816
|
+
},
|
|
219817
|
+
"_fields": {
|
|
219818
|
+
"defaultValue": null,
|
|
219819
|
+
"description": "",
|
|
219820
|
+
"name": "_fields",
|
|
219821
|
+
"declarations": [
|
|
219822
|
+
{
|
|
219823
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219824
|
+
"name": "TypeLiteral"
|
|
219825
|
+
}
|
|
219826
|
+
],
|
|
219827
|
+
"required": true,
|
|
219828
|
+
"type": {
|
|
219829
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
219830
|
+
}
|
|
219831
|
+
},
|
|
219832
|
+
"_formValues": {
|
|
219833
|
+
"defaultValue": null,
|
|
219834
|
+
"description": "",
|
|
219835
|
+
"name": "_formValues",
|
|
219836
|
+
"declarations": [
|
|
219837
|
+
{
|
|
219838
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219839
|
+
"name": "TypeLiteral"
|
|
219840
|
+
}
|
|
219841
|
+
],
|
|
219842
|
+
"required": true,
|
|
219843
|
+
"type": {
|
|
219844
|
+
"name": "FieldValues"
|
|
219845
|
+
}
|
|
219846
|
+
},
|
|
219847
|
+
"_proxyFormState": {
|
|
219848
|
+
"defaultValue": null,
|
|
219849
|
+
"description": "",
|
|
219850
|
+
"name": "_proxyFormState",
|
|
219851
|
+
"declarations": [
|
|
219852
|
+
{
|
|
219853
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219854
|
+
"name": "TypeLiteral"
|
|
219855
|
+
}
|
|
219856
|
+
],
|
|
219857
|
+
"required": true,
|
|
219858
|
+
"type": {
|
|
219859
|
+
"name": "ReadFormState"
|
|
219860
|
+
}
|
|
219861
|
+
},
|
|
219862
|
+
"_defaultValues": {
|
|
219863
|
+
"defaultValue": null,
|
|
219864
|
+
"description": "",
|
|
219865
|
+
"name": "_defaultValues",
|
|
219866
|
+
"declarations": [
|
|
219867
|
+
{
|
|
219868
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219869
|
+
"name": "TypeLiteral"
|
|
219870
|
+
}
|
|
219871
|
+
],
|
|
219872
|
+
"required": true,
|
|
219873
|
+
"type": {
|
|
219874
|
+
"name": "Partial<DefaultValues<T>>"
|
|
219875
|
+
}
|
|
219876
|
+
},
|
|
219877
|
+
"_getWatch": {
|
|
219878
|
+
"defaultValue": null,
|
|
219879
|
+
"description": "",
|
|
219880
|
+
"name": "_getWatch",
|
|
219881
|
+
"declarations": [
|
|
219882
|
+
{
|
|
219883
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219884
|
+
"name": "TypeLiteral"
|
|
219885
|
+
}
|
|
219886
|
+
],
|
|
219887
|
+
"required": true,
|
|
219888
|
+
"type": {
|
|
219889
|
+
"name": "WatchInternal<T>"
|
|
219890
|
+
}
|
|
219891
|
+
},
|
|
219892
|
+
"_setFieldArray": {
|
|
219893
|
+
"defaultValue": null,
|
|
219894
|
+
"description": "",
|
|
219895
|
+
"name": "_setFieldArray",
|
|
219896
|
+
"declarations": [
|
|
219897
|
+
{
|
|
219898
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219899
|
+
"name": "TypeLiteral"
|
|
219900
|
+
}
|
|
219901
|
+
],
|
|
219902
|
+
"required": true,
|
|
219903
|
+
"type": {
|
|
219904
|
+
"name": "BatchFieldArrayUpdate"
|
|
219905
|
+
}
|
|
219906
|
+
},
|
|
219907
|
+
"_getFieldArray": {
|
|
219908
|
+
"defaultValue": null,
|
|
219909
|
+
"description": "",
|
|
219910
|
+
"name": "_getFieldArray",
|
|
219911
|
+
"declarations": [
|
|
219912
|
+
{
|
|
219913
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219914
|
+
"name": "TypeLiteral"
|
|
219915
|
+
}
|
|
219916
|
+
],
|
|
219917
|
+
"required": true,
|
|
219918
|
+
"type": {
|
|
219919
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
219920
|
+
}
|
|
219921
|
+
},
|
|
219922
|
+
"_setErrors": {
|
|
219923
|
+
"defaultValue": null,
|
|
219924
|
+
"description": "",
|
|
219925
|
+
"name": "_setErrors",
|
|
219926
|
+
"declarations": [
|
|
219927
|
+
{
|
|
219928
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219929
|
+
"name": "TypeLiteral"
|
|
219930
|
+
}
|
|
219931
|
+
],
|
|
219932
|
+
"required": true,
|
|
219933
|
+
"type": {
|
|
219934
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
219935
|
+
}
|
|
219936
|
+
},
|
|
219937
|
+
"_setDisabledField": {
|
|
219938
|
+
"defaultValue": null,
|
|
219939
|
+
"description": "",
|
|
219940
|
+
"name": "_setDisabledField",
|
|
219941
|
+
"declarations": [
|
|
219942
|
+
{
|
|
219943
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219944
|
+
"name": "TypeLiteral"
|
|
219945
|
+
}
|
|
219946
|
+
],
|
|
219947
|
+
"required": true,
|
|
219948
|
+
"type": {
|
|
219949
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
219950
|
+
}
|
|
219951
|
+
},
|
|
219952
|
+
"_runSchema": {
|
|
219953
|
+
"defaultValue": null,
|
|
219954
|
+
"description": "",
|
|
219955
|
+
"name": "_runSchema",
|
|
219956
|
+
"declarations": [
|
|
219957
|
+
{
|
|
219958
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219959
|
+
"name": "TypeLiteral"
|
|
219960
|
+
}
|
|
219961
|
+
],
|
|
219962
|
+
"required": true,
|
|
219963
|
+
"type": {
|
|
219964
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
219965
|
+
}
|
|
219966
|
+
},
|
|
219967
|
+
"_focusError": {
|
|
219968
|
+
"defaultValue": null,
|
|
219969
|
+
"description": "",
|
|
219970
|
+
"name": "_focusError",
|
|
219971
|
+
"declarations": [
|
|
219972
|
+
{
|
|
219973
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219974
|
+
"name": "TypeLiteral"
|
|
219975
|
+
}
|
|
219976
|
+
],
|
|
219977
|
+
"required": true,
|
|
219978
|
+
"type": {
|
|
219979
|
+
"name": "() => boolean | undefined"
|
|
219980
|
+
}
|
|
219981
|
+
},
|
|
219982
|
+
"_disableForm": {
|
|
219983
|
+
"defaultValue": null,
|
|
219984
|
+
"description": "",
|
|
219985
|
+
"name": "_disableForm",
|
|
219986
|
+
"declarations": [
|
|
219987
|
+
{
|
|
219988
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219989
|
+
"name": "TypeLiteral"
|
|
219990
|
+
}
|
|
219991
|
+
],
|
|
219992
|
+
"required": true,
|
|
219993
|
+
"type": {
|
|
219994
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
219995
|
+
}
|
|
219996
|
+
},
|
|
219997
|
+
"_subscribe": {
|
|
219998
|
+
"defaultValue": null,
|
|
219999
|
+
"description": "",
|
|
220000
|
+
"name": "_subscribe",
|
|
220001
|
+
"declarations": [
|
|
220002
|
+
{
|
|
220003
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
220004
|
+
"name": "TypeLiteral"
|
|
220005
|
+
}
|
|
220006
|
+
],
|
|
220007
|
+
"required": true,
|
|
220008
|
+
"type": {
|
|
220009
|
+
"name": "FromSubscribe<T>"
|
|
220010
|
+
}
|
|
220011
|
+
}
|
|
220012
|
+
}
|
|
220013
|
+
},
|
|
220014
|
+
{
|
|
220015
|
+
"tags": {},
|
|
220016
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220017
|
+
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
|
|
220018
|
+
"displayName": "AfterFormSubmitEffect",
|
|
220019
|
+
"methods": [],
|
|
220020
|
+
"props": {
|
|
220021
|
+
"submitHandlerResultRef": {
|
|
220022
|
+
"defaultValue": null,
|
|
220023
|
+
"description": "",
|
|
220024
|
+
"name": "submitHandlerResultRef",
|
|
220025
|
+
"parent": {
|
|
220026
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220027
|
+
"name": "Props"
|
|
220028
|
+
},
|
|
220029
|
+
"declarations": [
|
|
220030
|
+
{
|
|
220031
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220032
|
+
"name": "Props"
|
|
220033
|
+
}
|
|
220034
|
+
],
|
|
220035
|
+
"required": true,
|
|
220036
|
+
"type": {
|
|
220037
|
+
"name": "RefObject<unknown>"
|
|
220038
|
+
}
|
|
220039
|
+
}
|
|
220040
|
+
}
|
|
220041
|
+
},
|
|
220042
|
+
{
|
|
220043
|
+
"tags": {},
|
|
220044
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220045
|
+
"description": "",
|
|
220046
|
+
"displayName": "SubmitButtonStateProvider",
|
|
220047
|
+
"methods": [],
|
|
220048
|
+
"props": {
|
|
220049
|
+
"isAsyncSubmit": {
|
|
220050
|
+
"defaultValue": null,
|
|
220051
|
+
"description": "",
|
|
220052
|
+
"name": "isAsyncSubmit",
|
|
220053
|
+
"parent": {
|
|
220054
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220055
|
+
"name": "Props"
|
|
220056
|
+
},
|
|
220057
|
+
"declarations": [
|
|
220058
|
+
{
|
|
220059
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220060
|
+
"name": "Props"
|
|
220061
|
+
}
|
|
220062
|
+
],
|
|
220063
|
+
"required": true,
|
|
220064
|
+
"type": {
|
|
220065
|
+
"name": "MutableRefObject<boolean>"
|
|
220066
|
+
}
|
|
220067
|
+
},
|
|
220068
|
+
"children": {
|
|
220069
|
+
"defaultValue": null,
|
|
220070
|
+
"description": "",
|
|
220071
|
+
"name": "children",
|
|
220072
|
+
"declarations": [
|
|
220073
|
+
{
|
|
220074
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220075
|
+
"name": "TypeLiteral"
|
|
220076
|
+
}
|
|
220077
|
+
],
|
|
220078
|
+
"required": false,
|
|
220079
|
+
"type": {
|
|
220080
|
+
"name": "ReactNode"
|
|
220226
220081
|
}
|
|
220227
220082
|
}
|
|
220228
220083
|
}
|
|
@@ -222488,7 +222343,7 @@
|
|
|
222488
222343
|
],
|
|
222489
222344
|
"required": false,
|
|
222490
222345
|
"type": {
|
|
222491
|
-
"name": "Iterable<
|
|
222346
|
+
"name": "Iterable<OptionProps>"
|
|
222492
222347
|
}
|
|
222493
222348
|
},
|
|
222494
222349
|
"dependencies": {
|
|
@@ -222881,7 +222736,7 @@
|
|
|
222881
222736
|
],
|
|
222882
222737
|
"required": false,
|
|
222883
222738
|
"type": {
|
|
222884
|
-
"name": "Iterable<
|
|
222739
|
+
"name": "Iterable<OptionProps>"
|
|
222885
222740
|
}
|
|
222886
222741
|
},
|
|
222887
222742
|
"disallowEmptySelection": {
|
|
@@ -223078,23 +222933,23 @@
|
|
|
223078
222933
|
"name": "DragAndDropHooks"
|
|
223079
222934
|
}
|
|
223080
222935
|
},
|
|
223081
|
-
"
|
|
222936
|
+
"shouldFocusOnHover": {
|
|
223082
222937
|
"defaultValue": null,
|
|
223083
|
-
"description": "
|
|
223084
|
-
"name": "
|
|
222938
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
222939
|
+
"name": "shouldFocusOnHover",
|
|
223085
222940
|
"parent": {
|
|
223086
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223087
|
-
"name": "
|
|
222941
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222942
|
+
"name": "AriaListBoxProps"
|
|
223088
222943
|
},
|
|
223089
222944
|
"declarations": [
|
|
223090
222945
|
{
|
|
223091
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223092
|
-
"name": "
|
|
222946
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222947
|
+
"name": "AriaListBoxProps"
|
|
223093
222948
|
}
|
|
223094
222949
|
],
|
|
223095
222950
|
"required": false,
|
|
223096
222951
|
"type": {
|
|
223097
|
-
"name": "
|
|
222952
|
+
"name": "boolean"
|
|
223098
222953
|
}
|
|
223099
222954
|
},
|
|
223100
222955
|
"onAction": {
|
|
@@ -223116,18 +222971,18 @@
|
|
|
223116
222971
|
"name": "((key: Key) => void)"
|
|
223117
222972
|
}
|
|
223118
222973
|
},
|
|
223119
|
-
"
|
|
222974
|
+
"shouldFocusWrap": {
|
|
223120
222975
|
"defaultValue": null,
|
|
223121
|
-
"description": "Whether
|
|
223122
|
-
"name": "
|
|
222976
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
222977
|
+
"name": "shouldFocusWrap",
|
|
223123
222978
|
"parent": {
|
|
223124
222979
|
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223125
|
-
"name": "
|
|
222980
|
+
"name": "ListBoxProps"
|
|
223126
222981
|
},
|
|
223127
222982
|
"declarations": [
|
|
223128
222983
|
{
|
|
223129
222984
|
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223130
|
-
"name": "
|
|
222985
|
+
"name": "ListBoxProps"
|
|
223131
222986
|
}
|
|
223132
222987
|
],
|
|
223133
222988
|
"required": false,
|
|
@@ -223135,23 +222990,23 @@
|
|
|
223135
222990
|
"name": "boolean"
|
|
223136
222991
|
}
|
|
223137
222992
|
},
|
|
223138
|
-
"
|
|
222993
|
+
"renderEmptyState": {
|
|
223139
222994
|
"defaultValue": null,
|
|
223140
|
-
"description": "
|
|
223141
|
-
"name": "
|
|
222995
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
222996
|
+
"name": "renderEmptyState",
|
|
223142
222997
|
"parent": {
|
|
223143
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222998
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223144
222999
|
"name": "ListBoxProps"
|
|
223145
223000
|
},
|
|
223146
223001
|
"declarations": [
|
|
223147
223002
|
{
|
|
223148
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223003
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223149
223004
|
"name": "ListBoxProps"
|
|
223150
223005
|
}
|
|
223151
223006
|
],
|
|
223152
223007
|
"required": false,
|
|
223153
223008
|
"type": {
|
|
223154
|
-
"name": "
|
|
223009
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
223155
223010
|
}
|
|
223156
223011
|
},
|
|
223157
223012
|
"layout": {
|
|
@@ -232949,9 +232804,9 @@
|
|
|
232949
232804
|
},
|
|
232950
232805
|
{
|
|
232951
232806
|
"tags": {},
|
|
232952
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
232807
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
232953
232808
|
"description": "",
|
|
232954
|
-
"displayName": "
|
|
232809
|
+
"displayName": "DateRangeInput",
|
|
232955
232810
|
"methods": [],
|
|
232956
232811
|
"props": {
|
|
232957
232812
|
"isDisabled": {
|
|
@@ -232959,12 +232814,12 @@
|
|
|
232959
232814
|
"description": "",
|
|
232960
232815
|
"name": "isDisabled",
|
|
232961
232816
|
"parent": {
|
|
232962
|
-
"fileName": "components/src/components/
|
|
232817
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
232963
232818
|
"name": "DateInputProps"
|
|
232964
232819
|
},
|
|
232965
232820
|
"declarations": [
|
|
232966
232821
|
{
|
|
232967
|
-
"fileName": "components/src/components/
|
|
232822
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
232968
232823
|
"name": "DateInputProps"
|
|
232969
232824
|
}
|
|
232970
232825
|
],
|
|
@@ -232977,9 +232832,9 @@
|
|
|
232977
232832
|
},
|
|
232978
232833
|
{
|
|
232979
232834
|
"tags": {},
|
|
232980
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
232835
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
232981
232836
|
"description": "",
|
|
232982
|
-
"displayName": "
|
|
232837
|
+
"displayName": "DateInput",
|
|
232983
232838
|
"methods": [],
|
|
232984
232839
|
"props": {
|
|
232985
232840
|
"isDisabled": {
|
|
@@ -232987,12 +232842,12 @@
|
|
|
232987
232842
|
"description": "",
|
|
232988
232843
|
"name": "isDisabled",
|
|
232989
232844
|
"parent": {
|
|
232990
|
-
"fileName": "components/src/components/
|
|
232845
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
232991
232846
|
"name": "DateInputProps"
|
|
232992
232847
|
},
|
|
232993
232848
|
"declarations": [
|
|
232994
232849
|
{
|
|
232995
|
-
"fileName": "components/src/components/
|
|
232850
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
232996
232851
|
"name": "DateInputProps"
|
|
232997
232852
|
}
|
|
232998
232853
|
],
|
|
@@ -233003,6 +232858,146 @@
|
|
|
233003
232858
|
}
|
|
233004
232859
|
}
|
|
233005
232860
|
},
|
|
232861
|
+
{
|
|
232862
|
+
"tags": {
|
|
232863
|
+
"flr-generate": "all"
|
|
232864
|
+
},
|
|
232865
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
232866
|
+
"description": "",
|
|
232867
|
+
"displayName": "ContextualHelpTrigger",
|
|
232868
|
+
"methods": [],
|
|
232869
|
+
"props": {
|
|
232870
|
+
"isDefaultOpen": {
|
|
232871
|
+
"defaultValue": null,
|
|
232872
|
+
"description": "Whether the overlay should be open initially.",
|
|
232873
|
+
"name": "isDefaultOpen",
|
|
232874
|
+
"parent": {
|
|
232875
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232876
|
+
"name": "OverlayTriggerProps"
|
|
232877
|
+
},
|
|
232878
|
+
"declarations": [
|
|
232879
|
+
{
|
|
232880
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232881
|
+
"name": "OverlayTriggerProps"
|
|
232882
|
+
}
|
|
232883
|
+
],
|
|
232884
|
+
"required": false,
|
|
232885
|
+
"type": {
|
|
232886
|
+
"name": "boolean"
|
|
232887
|
+
}
|
|
232888
|
+
},
|
|
232889
|
+
"controller": {
|
|
232890
|
+
"defaultValue": null,
|
|
232891
|
+
"description": "A controller to control the state of the overlay.",
|
|
232892
|
+
"name": "controller",
|
|
232893
|
+
"parent": {
|
|
232894
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232895
|
+
"name": "OverlayTriggerProps"
|
|
232896
|
+
},
|
|
232897
|
+
"declarations": [
|
|
232898
|
+
{
|
|
232899
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
232900
|
+
"name": "OverlayTriggerProps"
|
|
232901
|
+
}
|
|
232902
|
+
],
|
|
232903
|
+
"required": false,
|
|
232904
|
+
"type": {
|
|
232905
|
+
"name": "OverlayController"
|
|
232906
|
+
}
|
|
232907
|
+
},
|
|
232908
|
+
"wrapWith": {
|
|
232909
|
+
"defaultValue": null,
|
|
232910
|
+
"description": "",
|
|
232911
|
+
"name": "wrapWith",
|
|
232912
|
+
"parent": {
|
|
232913
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
232914
|
+
"name": "FlowComponentProps"
|
|
232915
|
+
},
|
|
232916
|
+
"declarations": [
|
|
232917
|
+
{
|
|
232918
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
232919
|
+
"name": "FlowComponentProps"
|
|
232920
|
+
}
|
|
232921
|
+
],
|
|
232922
|
+
"required": false,
|
|
232923
|
+
"type": {
|
|
232924
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
232925
|
+
}
|
|
232926
|
+
},
|
|
232927
|
+
"tunnelId": {
|
|
232928
|
+
"defaultValue": null,
|
|
232929
|
+
"description": "@internal",
|
|
232930
|
+
"name": "tunnelId",
|
|
232931
|
+
"parent": {
|
|
232932
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
232933
|
+
"name": "PropsWithTunnel"
|
|
232934
|
+
},
|
|
232935
|
+
"declarations": [
|
|
232936
|
+
{
|
|
232937
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
232938
|
+
"name": "PropsWithTunnel"
|
|
232939
|
+
}
|
|
232940
|
+
],
|
|
232941
|
+
"required": false,
|
|
232942
|
+
"type": {
|
|
232943
|
+
"name": "string | null"
|
|
232944
|
+
}
|
|
232945
|
+
},
|
|
232946
|
+
"ref": {
|
|
232947
|
+
"defaultValue": null,
|
|
232948
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
232949
|
+
"name": "ref",
|
|
232950
|
+
"parent": {
|
|
232951
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232952
|
+
"name": "RefAttributes"
|
|
232953
|
+
},
|
|
232954
|
+
"declarations": [
|
|
232955
|
+
{
|
|
232956
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232957
|
+
"name": "RefAttributes"
|
|
232958
|
+
}
|
|
232959
|
+
],
|
|
232960
|
+
"required": false,
|
|
232961
|
+
"type": {
|
|
232962
|
+
"name": "Ref<HTMLInputElement>"
|
|
232963
|
+
}
|
|
232964
|
+
},
|
|
232965
|
+
"key": {
|
|
232966
|
+
"defaultValue": null,
|
|
232967
|
+
"description": "",
|
|
232968
|
+
"name": "key",
|
|
232969
|
+
"parent": {
|
|
232970
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232971
|
+
"name": "Attributes"
|
|
232972
|
+
},
|
|
232973
|
+
"declarations": [
|
|
232974
|
+
{
|
|
232975
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232976
|
+
"name": "Attributes"
|
|
232977
|
+
}
|
|
232978
|
+
],
|
|
232979
|
+
"required": false,
|
|
232980
|
+
"type": {
|
|
232981
|
+
"name": "Key | null"
|
|
232982
|
+
}
|
|
232983
|
+
},
|
|
232984
|
+
"children": {
|
|
232985
|
+
"defaultValue": null,
|
|
232986
|
+
"description": "",
|
|
232987
|
+
"name": "children",
|
|
232988
|
+
"declarations": [
|
|
232989
|
+
{
|
|
232990
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
232991
|
+
"name": "TypeLiteral"
|
|
232992
|
+
}
|
|
232993
|
+
],
|
|
232994
|
+
"required": false,
|
|
232995
|
+
"type": {
|
|
232996
|
+
"name": "ReactNode"
|
|
232997
|
+
}
|
|
232998
|
+
}
|
|
232999
|
+
}
|
|
233000
|
+
},
|
|
233006
233001
|
{
|
|
233007
233002
|
"tags": {
|
|
233008
233003
|
"flr-generate": "all"
|
|
@@ -233126,159 +233121,174 @@
|
|
|
233126
233121
|
"name": "Key | null"
|
|
233127
233122
|
}
|
|
233128
233123
|
},
|
|
233129
|
-
"children": {
|
|
233130
|
-
"defaultValue": null,
|
|
233131
|
-
"description": "",
|
|
233132
|
-
"name": "children",
|
|
233133
|
-
"declarations": [
|
|
233134
|
-
{
|
|
233135
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233136
|
-
"name": "TypeLiteral"
|
|
233137
|
-
}
|
|
233138
|
-
],
|
|
233139
|
-
"required": false,
|
|
233140
|
-
"type": {
|
|
233141
|
-
"name": "ReactNode"
|
|
233142
|
-
}
|
|
233143
|
-
}
|
|
233144
|
-
}
|
|
233145
|
-
},
|
|
233146
|
-
{
|
|
233147
|
-
"tags": {
|
|
233148
|
-
"flr-generate": "all"
|
|
233149
|
-
},
|
|
233150
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
233151
|
-
"description": "",
|
|
233152
|
-
"displayName": "
|
|
233153
|
-
"methods": [],
|
|
233154
|
-
"props": {
|
|
233155
|
-
"
|
|
233156
|
-
"defaultValue": null,
|
|
233157
|
-
"description": "
|
|
233158
|
-
"name": "
|
|
233159
|
-
"
|
|
233160
|
-
|
|
233161
|
-
|
|
233162
|
-
|
|
233163
|
-
|
|
233164
|
-
|
|
233165
|
-
|
|
233166
|
-
|
|
233167
|
-
|
|
233168
|
-
|
|
233169
|
-
|
|
233170
|
-
|
|
233171
|
-
|
|
233172
|
-
|
|
233173
|
-
|
|
233174
|
-
|
|
233175
|
-
|
|
233176
|
-
|
|
233177
|
-
|
|
233178
|
-
"
|
|
233179
|
-
|
|
233180
|
-
|
|
233181
|
-
|
|
233182
|
-
|
|
233183
|
-
|
|
233184
|
-
|
|
233185
|
-
|
|
233186
|
-
|
|
233187
|
-
|
|
233188
|
-
|
|
233189
|
-
|
|
233190
|
-
|
|
233191
|
-
|
|
233192
|
-
|
|
233193
|
-
|
|
233194
|
-
|
|
233195
|
-
|
|
233196
|
-
|
|
233197
|
-
"
|
|
233198
|
-
|
|
233199
|
-
|
|
233200
|
-
|
|
233201
|
-
|
|
233202
|
-
|
|
233203
|
-
|
|
233204
|
-
|
|
233205
|
-
|
|
233206
|
-
|
|
233207
|
-
|
|
233208
|
-
|
|
233209
|
-
|
|
233210
|
-
}
|
|
233211
|
-
|
|
233212
|
-
|
|
233213
|
-
|
|
233214
|
-
|
|
233215
|
-
|
|
233216
|
-
"
|
|
233217
|
-
|
|
233218
|
-
|
|
233219
|
-
|
|
233220
|
-
|
|
233221
|
-
|
|
233222
|
-
|
|
233223
|
-
|
|
233224
|
-
|
|
233225
|
-
|
|
233226
|
-
|
|
233227
|
-
|
|
233228
|
-
|
|
233229
|
-
|
|
233230
|
-
|
|
233231
|
-
|
|
233124
|
+
"children": {
|
|
233125
|
+
"defaultValue": null,
|
|
233126
|
+
"description": "",
|
|
233127
|
+
"name": "children",
|
|
233128
|
+
"declarations": [
|
|
233129
|
+
{
|
|
233130
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233131
|
+
"name": "TypeLiteral"
|
|
233132
|
+
}
|
|
233133
|
+
],
|
|
233134
|
+
"required": false,
|
|
233135
|
+
"type": {
|
|
233136
|
+
"name": "ReactNode"
|
|
233137
|
+
}
|
|
233138
|
+
}
|
|
233139
|
+
}
|
|
233140
|
+
},
|
|
233141
|
+
{
|
|
233142
|
+
"tags": {
|
|
233143
|
+
"flr-generate": "all"
|
|
233144
|
+
},
|
|
233145
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
233146
|
+
"description": "",
|
|
233147
|
+
"displayName": "ContextMenuSection",
|
|
233148
|
+
"methods": [],
|
|
233149
|
+
"props": {
|
|
233150
|
+
"children": {
|
|
233151
|
+
"defaultValue": null,
|
|
233152
|
+
"description": "",
|
|
233153
|
+
"name": "children",
|
|
233154
|
+
"declarations": [
|
|
233155
|
+
{
|
|
233156
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233157
|
+
"name": "TypeLiteral"
|
|
233158
|
+
}
|
|
233159
|
+
],
|
|
233160
|
+
"required": false,
|
|
233161
|
+
"type": {
|
|
233162
|
+
"name": "ReactNode"
|
|
233163
|
+
}
|
|
233164
|
+
},
|
|
233165
|
+
"wrapWith": {
|
|
233166
|
+
"defaultValue": null,
|
|
233167
|
+
"description": "",
|
|
233168
|
+
"name": "wrapWith",
|
|
233169
|
+
"parent": {
|
|
233170
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233171
|
+
"name": "FlowComponentProps"
|
|
233172
|
+
},
|
|
233173
|
+
"declarations": [
|
|
233174
|
+
{
|
|
233175
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233176
|
+
"name": "FlowComponentProps"
|
|
233177
|
+
}
|
|
233178
|
+
],
|
|
233179
|
+
"required": false,
|
|
233180
|
+
"type": {
|
|
233181
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233182
|
+
}
|
|
233183
|
+
},
|
|
233184
|
+
"tunnelId": {
|
|
233185
|
+
"defaultValue": null,
|
|
233186
|
+
"description": "@internal",
|
|
233187
|
+
"name": "tunnelId",
|
|
233188
|
+
"parent": {
|
|
233189
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233190
|
+
"name": "PropsWithTunnel"
|
|
233191
|
+
},
|
|
233192
|
+
"declarations": [
|
|
233193
|
+
{
|
|
233194
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233195
|
+
"name": "PropsWithTunnel"
|
|
233196
|
+
}
|
|
233197
|
+
],
|
|
233198
|
+
"required": false,
|
|
233199
|
+
"type": {
|
|
233200
|
+
"name": "string | null"
|
|
233201
|
+
}
|
|
233202
|
+
},
|
|
233203
|
+
"ref": {
|
|
233204
|
+
"defaultValue": null,
|
|
233205
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
233206
|
+
"name": "ref",
|
|
233207
|
+
"parent": {
|
|
233208
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233209
|
+
"name": "RefAttributes"
|
|
233210
|
+
},
|
|
233211
|
+
"declarations": [
|
|
233212
|
+
{
|
|
233213
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233214
|
+
"name": "RefAttributes"
|
|
233215
|
+
}
|
|
233216
|
+
],
|
|
233217
|
+
"required": false,
|
|
233218
|
+
"type": {
|
|
233219
|
+
"name": "Ref<HTMLInputElement>"
|
|
233220
|
+
}
|
|
233221
|
+
},
|
|
233222
|
+
"key": {
|
|
233223
|
+
"defaultValue": null,
|
|
233224
|
+
"description": "",
|
|
233225
|
+
"name": "key",
|
|
233226
|
+
"parent": {
|
|
233227
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233228
|
+
"name": "Attributes"
|
|
233229
|
+
},
|
|
233230
|
+
"declarations": [
|
|
233231
|
+
{
|
|
233232
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233233
|
+
"name": "Attributes"
|
|
233234
|
+
}
|
|
233235
|
+
],
|
|
233236
|
+
"required": false,
|
|
233237
|
+
"type": {
|
|
233238
|
+
"name": "Key | null"
|
|
233239
|
+
}
|
|
233240
|
+
},
|
|
233241
|
+
"selectedKeys": {
|
|
233232
233242
|
"defaultValue": null,
|
|
233233
|
-
"description": "
|
|
233234
|
-
"name": "
|
|
233243
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
233244
|
+
"name": "selectedKeys",
|
|
233235
233245
|
"parent": {
|
|
233236
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
233237
|
-
"name": "
|
|
233246
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233247
|
+
"name": "MultipleSelection"
|
|
233238
233248
|
},
|
|
233239
233249
|
"declarations": [
|
|
233240
233250
|
{
|
|
233241
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
233242
|
-
"name": "
|
|
233251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233252
|
+
"name": "MultipleSelection"
|
|
233243
233253
|
}
|
|
233244
233254
|
],
|
|
233245
233255
|
"required": false,
|
|
233246
233256
|
"type": {
|
|
233247
|
-
"name": "
|
|
233257
|
+
"name": "\"all\" | Iterable<Key>"
|
|
233248
233258
|
}
|
|
233249
233259
|
},
|
|
233250
|
-
"
|
|
233260
|
+
"defaultSelectedKeys": {
|
|
233251
233261
|
"defaultValue": null,
|
|
233252
|
-
"description": "",
|
|
233253
|
-
"name": "
|
|
233262
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
233263
|
+
"name": "defaultSelectedKeys",
|
|
233254
233264
|
"parent": {
|
|
233255
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
233256
|
-
"name": "
|
|
233265
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233266
|
+
"name": "MultipleSelection"
|
|
233257
233267
|
},
|
|
233258
233268
|
"declarations": [
|
|
233259
233269
|
{
|
|
233260
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
233261
|
-
"name": "
|
|
233270
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233271
|
+
"name": "MultipleSelection"
|
|
233262
233272
|
}
|
|
233263
233273
|
],
|
|
233264
233274
|
"required": false,
|
|
233265
233275
|
"type": {
|
|
233266
|
-
"name": "
|
|
233276
|
+
"name": "\"all\" | Iterable<Key>"
|
|
233267
233277
|
}
|
|
233268
233278
|
},
|
|
233269
|
-
"
|
|
233279
|
+
"selectionMode": {
|
|
233270
233280
|
"defaultValue": null,
|
|
233271
233281
|
"description": "",
|
|
233272
|
-
"name": "
|
|
233282
|
+
"name": "selectionMode",
|
|
233273
233283
|
"declarations": [
|
|
233274
233284
|
{
|
|
233275
|
-
"fileName": "
|
|
233285
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
233276
233286
|
"name": "TypeLiteral"
|
|
233277
233287
|
}
|
|
233278
233288
|
],
|
|
233279
233289
|
"required": false,
|
|
233280
233290
|
"type": {
|
|
233281
|
-
"name": "
|
|
233291
|
+
"name": "ContextMenuSelectionMode"
|
|
233282
233292
|
}
|
|
233283
233293
|
}
|
|
233284
233294
|
}
|
|
@@ -233441,7 +233451,7 @@
|
|
|
233441
233451
|
],
|
|
233442
233452
|
"required": false,
|
|
233443
233453
|
"type": {
|
|
233444
|
-
"name": "Iterable<
|
|
233454
|
+
"name": "Iterable<OptionProps>"
|
|
233445
233455
|
}
|
|
233446
233456
|
},
|
|
233447
233457
|
"disallowEmptySelection": {
|
|
@@ -233790,169 +233800,6 @@
|
|
|
233790
233800
|
}
|
|
233791
233801
|
}
|
|
233792
233802
|
},
|
|
233793
|
-
{
|
|
233794
|
-
"tags": {
|
|
233795
|
-
"flr-generate": "all"
|
|
233796
|
-
},
|
|
233797
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
233798
|
-
"description": "",
|
|
233799
|
-
"displayName": "ContextMenuSection",
|
|
233800
|
-
"methods": [],
|
|
233801
|
-
"props": {
|
|
233802
|
-
"children": {
|
|
233803
|
-
"defaultValue": null,
|
|
233804
|
-
"description": "",
|
|
233805
|
-
"name": "children",
|
|
233806
|
-
"declarations": [
|
|
233807
|
-
{
|
|
233808
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233809
|
-
"name": "TypeLiteral"
|
|
233810
|
-
}
|
|
233811
|
-
],
|
|
233812
|
-
"required": false,
|
|
233813
|
-
"type": {
|
|
233814
|
-
"name": "ReactNode"
|
|
233815
|
-
}
|
|
233816
|
-
},
|
|
233817
|
-
"wrapWith": {
|
|
233818
|
-
"defaultValue": null,
|
|
233819
|
-
"description": "",
|
|
233820
|
-
"name": "wrapWith",
|
|
233821
|
-
"parent": {
|
|
233822
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233823
|
-
"name": "FlowComponentProps"
|
|
233824
|
-
},
|
|
233825
|
-
"declarations": [
|
|
233826
|
-
{
|
|
233827
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233828
|
-
"name": "FlowComponentProps"
|
|
233829
|
-
}
|
|
233830
|
-
],
|
|
233831
|
-
"required": false,
|
|
233832
|
-
"type": {
|
|
233833
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233834
|
-
}
|
|
233835
|
-
},
|
|
233836
|
-
"tunnelId": {
|
|
233837
|
-
"defaultValue": null,
|
|
233838
|
-
"description": "@internal",
|
|
233839
|
-
"name": "tunnelId",
|
|
233840
|
-
"parent": {
|
|
233841
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233842
|
-
"name": "PropsWithTunnel"
|
|
233843
|
-
},
|
|
233844
|
-
"declarations": [
|
|
233845
|
-
{
|
|
233846
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233847
|
-
"name": "PropsWithTunnel"
|
|
233848
|
-
}
|
|
233849
|
-
],
|
|
233850
|
-
"required": false,
|
|
233851
|
-
"type": {
|
|
233852
|
-
"name": "string | null"
|
|
233853
|
-
}
|
|
233854
|
-
},
|
|
233855
|
-
"ref": {
|
|
233856
|
-
"defaultValue": null,
|
|
233857
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
233858
|
-
"name": "ref",
|
|
233859
|
-
"parent": {
|
|
233860
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233861
|
-
"name": "RefAttributes"
|
|
233862
|
-
},
|
|
233863
|
-
"declarations": [
|
|
233864
|
-
{
|
|
233865
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233866
|
-
"name": "RefAttributes"
|
|
233867
|
-
}
|
|
233868
|
-
],
|
|
233869
|
-
"required": false,
|
|
233870
|
-
"type": {
|
|
233871
|
-
"name": "Ref<HTMLInputElement>"
|
|
233872
|
-
}
|
|
233873
|
-
},
|
|
233874
|
-
"key": {
|
|
233875
|
-
"defaultValue": null,
|
|
233876
|
-
"description": "",
|
|
233877
|
-
"name": "key",
|
|
233878
|
-
"parent": {
|
|
233879
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233880
|
-
"name": "Attributes"
|
|
233881
|
-
},
|
|
233882
|
-
"declarations": [
|
|
233883
|
-
{
|
|
233884
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233885
|
-
"name": "Attributes"
|
|
233886
|
-
}
|
|
233887
|
-
],
|
|
233888
|
-
"required": false,
|
|
233889
|
-
"type": {
|
|
233890
|
-
"name": "Key | null"
|
|
233891
|
-
}
|
|
233892
|
-
},
|
|
233893
|
-
"selectedKeys": {
|
|
233894
|
-
"defaultValue": null,
|
|
233895
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
233896
|
-
"name": "selectedKeys",
|
|
233897
|
-
"parent": {
|
|
233898
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233899
|
-
"name": "MultipleSelection"
|
|
233900
|
-
},
|
|
233901
|
-
"declarations": [
|
|
233902
|
-
{
|
|
233903
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233904
|
-
"name": "MultipleSelection"
|
|
233905
|
-
}
|
|
233906
|
-
],
|
|
233907
|
-
"required": false,
|
|
233908
|
-
"type": {
|
|
233909
|
-
"name": "\"all\" | Iterable<Key>"
|
|
233910
|
-
}
|
|
233911
|
-
},
|
|
233912
|
-
"defaultSelectedKeys": {
|
|
233913
|
-
"defaultValue": null,
|
|
233914
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
233915
|
-
"name": "defaultSelectedKeys",
|
|
233916
|
-
"parent": {
|
|
233917
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233918
|
-
"name": "MultipleSelection"
|
|
233919
|
-
},
|
|
233920
|
-
"declarations": [
|
|
233921
|
-
{
|
|
233922
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
233923
|
-
"name": "MultipleSelection"
|
|
233924
|
-
}
|
|
233925
|
-
],
|
|
233926
|
-
"required": false,
|
|
233927
|
-
"type": {
|
|
233928
|
-
"name": "\"all\" | Iterable<Key>"
|
|
233929
|
-
}
|
|
233930
|
-
},
|
|
233931
|
-
"selectionMode": {
|
|
233932
|
-
"defaultValue": null,
|
|
233933
|
-
"description": "",
|
|
233934
|
-
"name": "selectionMode",
|
|
233935
|
-
"declarations": [
|
|
233936
|
-
{
|
|
233937
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
233938
|
-
"name": "TypeLiteral"
|
|
233939
|
-
}
|
|
233940
|
-
],
|
|
233941
|
-
"required": false,
|
|
233942
|
-
"type": {
|
|
233943
|
-
"name": "ContextMenuSelectionMode"
|
|
233944
|
-
}
|
|
233945
|
-
}
|
|
233946
|
-
}
|
|
233947
|
-
},
|
|
233948
|
-
{
|
|
233949
|
-
"tags": {},
|
|
233950
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
233951
|
-
"description": "",
|
|
233952
|
-
"displayName": "CalendarHeader",
|
|
233953
|
-
"methods": [],
|
|
233954
|
-
"props": {}
|
|
233955
|
-
},
|
|
233956
233803
|
{
|
|
233957
233804
|
"tags": {},
|
|
233958
233805
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
|
|
@@ -242781,6 +242628,14 @@
|
|
|
242781
242628
|
}
|
|
242782
242629
|
}
|
|
242783
242630
|
},
|
|
242631
|
+
{
|
|
242632
|
+
"tags": {},
|
|
242633
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
242634
|
+
"description": "",
|
|
242635
|
+
"displayName": "CalendarHeader",
|
|
242636
|
+
"methods": [],
|
|
242637
|
+
"props": {}
|
|
242638
|
+
},
|
|
242784
242639
|
{
|
|
242785
242640
|
"tags": {},
|
|
242786
242641
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
@@ -253621,7 +253476,7 @@
|
|
|
253621
253476
|
],
|
|
253622
253477
|
"required": false,
|
|
253623
253478
|
"type": {
|
|
253624
|
-
"name": "Iterable<
|
|
253479
|
+
"name": "Iterable<OptionProps>"
|
|
253625
253480
|
}
|
|
253626
253481
|
},
|
|
253627
253482
|
"disallowEmptySelection": {
|