@mittwald/flow-react-components 0.2.0-alpha.494 → 0.2.0-alpha.496
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 +8 -0
- package/dist/assets/doc-properties.json +1423 -1423
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs +2 -1
- package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -1
- package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +1 -2
- package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs +1 -0
- package/dist/js/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs.map +1 -1
- package/dist/js/components/src/components/Rating/Rating.mjs +9 -1
- package/dist/js/components/src/components/Rating/Rating.mjs.map +1 -1
- package/dist/js/components/src/components/Tabs/Tabs.mjs +2 -1
- package/dist/js/components/src/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/types/components/DonutChart/components/DonutChartFill.d.ts.map +1 -1
- package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.d.ts.map +1 -1
- package/dist/types/components/Rating/Rating.d.ts.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Tabs/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Tabs/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -62466,78 +62466,6 @@
|
|
|
62466
62466
|
}
|
|
62467
62467
|
}
|
|
62468
62468
|
},
|
|
62469
|
-
{
|
|
62470
|
-
"tags": {
|
|
62471
|
-
"flr-generate": "all"
|
|
62472
|
-
},
|
|
62473
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
|
|
62474
|
-
"description": "",
|
|
62475
|
-
"displayName": "Rating",
|
|
62476
|
-
"methods": [],
|
|
62477
|
-
"props": {
|
|
62478
|
-
"value": {
|
|
62479
|
-
"defaultValue": {
|
|
62480
|
-
"value": ": 0"
|
|
62481
|
-
},
|
|
62482
|
-
"description": "The value sets the amount of filled stars.",
|
|
62483
|
-
"name": "value",
|
|
62484
|
-
"parent": {
|
|
62485
|
-
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
62486
|
-
"name": "RatingProps"
|
|
62487
|
-
},
|
|
62488
|
-
"declarations": [
|
|
62489
|
-
{
|
|
62490
|
-
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
62491
|
-
"name": "RatingProps"
|
|
62492
|
-
}
|
|
62493
|
-
],
|
|
62494
|
-
"required": false,
|
|
62495
|
-
"type": {
|
|
62496
|
-
"name": "0 | 1 | 2 | 3 | 4 | 5"
|
|
62497
|
-
}
|
|
62498
|
-
},
|
|
62499
|
-
"size": {
|
|
62500
|
-
"defaultValue": {
|
|
62501
|
-
"value": ": \"m\""
|
|
62502
|
-
},
|
|
62503
|
-
"description": "The size of the component.",
|
|
62504
|
-
"name": "size",
|
|
62505
|
-
"parent": {
|
|
62506
|
-
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
62507
|
-
"name": "RatingProps"
|
|
62508
|
-
},
|
|
62509
|
-
"declarations": [
|
|
62510
|
-
{
|
|
62511
|
-
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
62512
|
-
"name": "RatingProps"
|
|
62513
|
-
}
|
|
62514
|
-
],
|
|
62515
|
-
"required": false,
|
|
62516
|
-
"type": {
|
|
62517
|
-
"name": "\"s\" | \"m\""
|
|
62518
|
-
}
|
|
62519
|
-
},
|
|
62520
|
-
"className": {
|
|
62521
|
-
"defaultValue": null,
|
|
62522
|
-
"description": "The elements class name.",
|
|
62523
|
-
"name": "className",
|
|
62524
|
-
"parent": {
|
|
62525
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
62526
|
-
"name": "PropsWithClassName"
|
|
62527
|
-
},
|
|
62528
|
-
"declarations": [
|
|
62529
|
-
{
|
|
62530
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
62531
|
-
"name": "PropsWithClassName"
|
|
62532
|
-
}
|
|
62533
|
-
],
|
|
62534
|
-
"required": false,
|
|
62535
|
-
"type": {
|
|
62536
|
-
"name": "string"
|
|
62537
|
-
}
|
|
62538
|
-
}
|
|
62539
|
-
}
|
|
62540
|
-
},
|
|
62541
62469
|
{
|
|
62542
62470
|
"tags": {},
|
|
62543
62471
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/NotificationProvider/NotificationProvider.tsx",
|
|
@@ -83756,6 +83684,78 @@
|
|
|
83756
83684
|
}
|
|
83757
83685
|
}
|
|
83758
83686
|
},
|
|
83687
|
+
{
|
|
83688
|
+
"tags": {
|
|
83689
|
+
"flr-generate": "all"
|
|
83690
|
+
},
|
|
83691
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
|
|
83692
|
+
"description": "",
|
|
83693
|
+
"displayName": "Rating",
|
|
83694
|
+
"methods": [],
|
|
83695
|
+
"props": {
|
|
83696
|
+
"value": {
|
|
83697
|
+
"defaultValue": {
|
|
83698
|
+
"value": ": 0"
|
|
83699
|
+
},
|
|
83700
|
+
"description": "The value sets the amount of filled stars.",
|
|
83701
|
+
"name": "value",
|
|
83702
|
+
"parent": {
|
|
83703
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
83704
|
+
"name": "RatingProps"
|
|
83705
|
+
},
|
|
83706
|
+
"declarations": [
|
|
83707
|
+
{
|
|
83708
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
83709
|
+
"name": "RatingProps"
|
|
83710
|
+
}
|
|
83711
|
+
],
|
|
83712
|
+
"required": false,
|
|
83713
|
+
"type": {
|
|
83714
|
+
"name": "0 | 1 | 2 | 3 | 4 | 5"
|
|
83715
|
+
}
|
|
83716
|
+
},
|
|
83717
|
+
"size": {
|
|
83718
|
+
"defaultValue": {
|
|
83719
|
+
"value": ": \"m\""
|
|
83720
|
+
},
|
|
83721
|
+
"description": "The size of the component.",
|
|
83722
|
+
"name": "size",
|
|
83723
|
+
"parent": {
|
|
83724
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
83725
|
+
"name": "RatingProps"
|
|
83726
|
+
},
|
|
83727
|
+
"declarations": [
|
|
83728
|
+
{
|
|
83729
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
83730
|
+
"name": "RatingProps"
|
|
83731
|
+
}
|
|
83732
|
+
],
|
|
83733
|
+
"required": false,
|
|
83734
|
+
"type": {
|
|
83735
|
+
"name": "\"s\" | \"m\""
|
|
83736
|
+
}
|
|
83737
|
+
},
|
|
83738
|
+
"className": {
|
|
83739
|
+
"defaultValue": null,
|
|
83740
|
+
"description": "The elements class name.",
|
|
83741
|
+
"name": "className",
|
|
83742
|
+
"parent": {
|
|
83743
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
83744
|
+
"name": "PropsWithClassName"
|
|
83745
|
+
},
|
|
83746
|
+
"declarations": [
|
|
83747
|
+
{
|
|
83748
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
83749
|
+
"name": "PropsWithClassName"
|
|
83750
|
+
}
|
|
83751
|
+
],
|
|
83752
|
+
"required": false,
|
|
83753
|
+
"type": {
|
|
83754
|
+
"name": "string"
|
|
83755
|
+
}
|
|
83756
|
+
}
|
|
83757
|
+
}
|
|
83758
|
+
},
|
|
83759
83759
|
{
|
|
83760
83760
|
"tags": {
|
|
83761
83761
|
"flr-generate": "all"
|
|
@@ -211804,9 +211804,9 @@
|
|
|
211804
211804
|
"tags": {
|
|
211805
211805
|
"flr-generate": "all"
|
|
211806
211806
|
},
|
|
211807
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
211807
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
|
|
211808
211808
|
"description": "",
|
|
211809
|
-
"displayName": "
|
|
211809
|
+
"displayName": "CheckboxGroup",
|
|
211810
211810
|
"methods": [],
|
|
211811
211811
|
"props": {
|
|
211812
211812
|
"aria-label": {
|
|
@@ -212020,21 +212020,21 @@
|
|
|
212020
212020
|
},
|
|
212021
212021
|
"onClick": {
|
|
212022
212022
|
"defaultValue": null,
|
|
212023
|
-
"description": "
|
|
212023
|
+
"description": "",
|
|
212024
212024
|
"name": "onClick",
|
|
212025
212025
|
"parent": {
|
|
212026
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
212027
|
-
"name": "
|
|
212026
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
212027
|
+
"name": "GlobalDOMEvents"
|
|
212028
212028
|
},
|
|
212029
212029
|
"declarations": [
|
|
212030
212030
|
{
|
|
212031
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
212032
|
-
"name": "
|
|
212031
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
212032
|
+
"name": "GlobalDOMEvents"
|
|
212033
212033
|
}
|
|
212034
212034
|
],
|
|
212035
212035
|
"required": false,
|
|
212036
212036
|
"type": {
|
|
212037
|
-
"name": "
|
|
212037
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
212038
212038
|
}
|
|
212039
212039
|
},
|
|
212040
212040
|
"onClickCapture": {
|
|
@@ -213350,25 +213350,6 @@
|
|
|
213350
213350
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
213351
213351
|
}
|
|
213352
213352
|
},
|
|
213353
|
-
"autoFocus": {
|
|
213354
|
-
"defaultValue": null,
|
|
213355
|
-
"description": "Whether the element should receive focus on render.",
|
|
213356
|
-
"name": "autoFocus",
|
|
213357
|
-
"parent": {
|
|
213358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213359
|
-
"name": "FocusableProps"
|
|
213360
|
-
},
|
|
213361
|
-
"declarations": [
|
|
213362
|
-
{
|
|
213363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213364
|
-
"name": "FocusableProps"
|
|
213365
|
-
}
|
|
213366
|
-
],
|
|
213367
|
-
"required": false,
|
|
213368
|
-
"type": {
|
|
213369
|
-
"name": "boolean"
|
|
213370
|
-
}
|
|
213371
|
-
},
|
|
213372
213353
|
"onFocus": {
|
|
213373
213354
|
"defaultValue": null,
|
|
213374
213355
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -213426,80 +213407,61 @@
|
|
|
213426
213407
|
"name": "((isFocused: boolean) => void)"
|
|
213427
213408
|
}
|
|
213428
213409
|
},
|
|
213429
|
-
"
|
|
213430
|
-
"defaultValue": null,
|
|
213431
|
-
"description": "Handler that is called when a key is pressed.",
|
|
213432
|
-
"name": "onKeyDown",
|
|
213433
|
-
"parent": {
|
|
213434
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213435
|
-
"name": "KeyboardEvents"
|
|
213436
|
-
},
|
|
213437
|
-
"declarations": [
|
|
213438
|
-
{
|
|
213439
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213440
|
-
"name": "KeyboardEvents"
|
|
213441
|
-
}
|
|
213442
|
-
],
|
|
213443
|
-
"required": false,
|
|
213444
|
-
"type": {
|
|
213445
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
213446
|
-
}
|
|
213447
|
-
},
|
|
213448
|
-
"onKeyUp": {
|
|
213410
|
+
"value": {
|
|
213449
213411
|
"defaultValue": null,
|
|
213450
|
-
"description": "
|
|
213451
|
-
"name": "
|
|
213412
|
+
"description": "The current value (controlled).",
|
|
213413
|
+
"name": "value",
|
|
213452
213414
|
"parent": {
|
|
213453
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
213454
|
-
"name": "
|
|
213415
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213416
|
+
"name": "ValueBase"
|
|
213455
213417
|
},
|
|
213456
213418
|
"declarations": [
|
|
213457
213419
|
{
|
|
213458
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
213459
|
-
"name": "
|
|
213420
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213421
|
+
"name": "ValueBase"
|
|
213460
213422
|
}
|
|
213461
213423
|
],
|
|
213462
213424
|
"required": false,
|
|
213463
213425
|
"type": {
|
|
213464
|
-
"name": "
|
|
213426
|
+
"name": "TimeValue | null"
|
|
213465
213427
|
}
|
|
213466
213428
|
},
|
|
213467
|
-
"
|
|
213429
|
+
"defaultValue": {
|
|
213468
213430
|
"defaultValue": null,
|
|
213469
|
-
"description": "The value
|
|
213470
|
-
"name": "
|
|
213431
|
+
"description": "The default value (uncontrolled).",
|
|
213432
|
+
"name": "defaultValue",
|
|
213471
213433
|
"parent": {
|
|
213472
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
213473
|
-
"name": "
|
|
213434
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213435
|
+
"name": "ValueBase"
|
|
213474
213436
|
},
|
|
213475
213437
|
"declarations": [
|
|
213476
213438
|
{
|
|
213477
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
213478
|
-
"name": "
|
|
213439
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213440
|
+
"name": "ValueBase"
|
|
213479
213441
|
}
|
|
213480
213442
|
],
|
|
213481
213443
|
"required": false,
|
|
213482
213444
|
"type": {
|
|
213483
|
-
"name": "
|
|
213445
|
+
"name": "TimeValue | null"
|
|
213484
213446
|
}
|
|
213485
213447
|
},
|
|
213486
213448
|
"onChange": {
|
|
213487
213449
|
"defaultValue": null,
|
|
213488
|
-
"description": "Handler that is called when the
|
|
213450
|
+
"description": "Handler that is called when the value changes.",
|
|
213489
213451
|
"name": "onChange",
|
|
213490
213452
|
"parent": {
|
|
213491
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
213492
|
-
"name": "
|
|
213453
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213454
|
+
"name": "ValueBase"
|
|
213493
213455
|
},
|
|
213494
213456
|
"declarations": [
|
|
213495
213457
|
{
|
|
213496
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
213497
|
-
"name": "
|
|
213458
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
213459
|
+
"name": "ValueBase"
|
|
213498
213460
|
}
|
|
213499
213461
|
],
|
|
213500
213462
|
"required": false,
|
|
213501
213463
|
"type": {
|
|
213502
|
-
"name": "((
|
|
213464
|
+
"name": "((value: TimeValue | null) => void)"
|
|
213503
213465
|
}
|
|
213504
213466
|
},
|
|
213505
213467
|
"id": {
|
|
@@ -213578,44 +213540,6 @@
|
|
|
213578
213540
|
"name": "string | null"
|
|
213579
213541
|
}
|
|
213580
213542
|
},
|
|
213581
|
-
"aria-controls": {
|
|
213582
|
-
"defaultValue": null,
|
|
213583
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
213584
|
-
"name": "aria-controls",
|
|
213585
|
-
"parent": {
|
|
213586
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213587
|
-
"name": "AriaToggleProps"
|
|
213588
|
-
},
|
|
213589
|
-
"declarations": [
|
|
213590
|
-
{
|
|
213591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213592
|
-
"name": "AriaToggleProps"
|
|
213593
|
-
}
|
|
213594
|
-
],
|
|
213595
|
-
"required": false,
|
|
213596
|
-
"type": {
|
|
213597
|
-
"name": "string"
|
|
213598
|
-
}
|
|
213599
|
-
},
|
|
213600
|
-
"excludeFromTabOrder": {
|
|
213601
|
-
"defaultValue": null,
|
|
213602
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
213603
|
-
"name": "excludeFromTabOrder",
|
|
213604
|
-
"parent": {
|
|
213605
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
213606
|
-
"name": "FocusableDOMProps"
|
|
213607
|
-
},
|
|
213608
|
-
"declarations": [
|
|
213609
|
-
{
|
|
213610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
213611
|
-
"name": "FocusableDOMProps"
|
|
213612
|
-
}
|
|
213613
|
-
],
|
|
213614
|
-
"required": false,
|
|
213615
|
-
"type": {
|
|
213616
|
-
"name": "boolean"
|
|
213617
|
-
}
|
|
213618
|
-
},
|
|
213619
213543
|
"aria-errormessage": {
|
|
213620
213544
|
"defaultValue": null,
|
|
213621
213545
|
"description": "Identifies the element that provides an error message for the object.",
|
|
@@ -213635,247 +213559,76 @@
|
|
|
213635
213559
|
"name": "string"
|
|
213636
213560
|
}
|
|
213637
213561
|
},
|
|
213638
|
-
"
|
|
213639
|
-
"defaultValue": null,
|
|
213640
|
-
"description": "Whether the element should be selected (uncontrolled).",
|
|
213641
|
-
"name": "defaultSelected",
|
|
213642
|
-
"parent": {
|
|
213643
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213644
|
-
"name": "ToggleStateOptions"
|
|
213645
|
-
},
|
|
213646
|
-
"declarations": [
|
|
213647
|
-
{
|
|
213648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213649
|
-
"name": "ToggleStateOptions"
|
|
213650
|
-
}
|
|
213651
|
-
],
|
|
213652
|
-
"required": false,
|
|
213653
|
-
"type": {
|
|
213654
|
-
"name": "boolean"
|
|
213655
|
-
}
|
|
213656
|
-
},
|
|
213657
|
-
"isSelected": {
|
|
213658
|
-
"defaultValue": null,
|
|
213659
|
-
"description": "Whether the element should be selected (controlled).",
|
|
213660
|
-
"name": "isSelected",
|
|
213661
|
-
"parent": {
|
|
213662
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213663
|
-
"name": "ToggleStateOptions"
|
|
213664
|
-
},
|
|
213665
|
-
"declarations": [
|
|
213666
|
-
{
|
|
213667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213668
|
-
"name": "ToggleStateOptions"
|
|
213669
|
-
}
|
|
213670
|
-
],
|
|
213671
|
-
"required": false,
|
|
213672
|
-
"type": {
|
|
213673
|
-
"name": "boolean"
|
|
213674
|
-
}
|
|
213675
|
-
},
|
|
213676
|
-
"inputRef": {
|
|
213677
|
-
"defaultValue": null,
|
|
213678
|
-
"description": "A ref for the HTML input element.",
|
|
213679
|
-
"name": "inputRef",
|
|
213680
|
-
"parent": {
|
|
213681
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.12.2_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
213682
|
-
"name": "SwitchProps"
|
|
213683
|
-
},
|
|
213684
|
-
"declarations": [
|
|
213685
|
-
{
|
|
213686
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.12.2_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
213687
|
-
"name": "SwitchProps"
|
|
213688
|
-
}
|
|
213689
|
-
],
|
|
213690
|
-
"required": false,
|
|
213691
|
-
"type": {
|
|
213692
|
-
"name": "RefObject<HTMLInputElement | null>"
|
|
213693
|
-
}
|
|
213694
|
-
},
|
|
213695
|
-
"onHoverStart": {
|
|
213696
|
-
"defaultValue": null,
|
|
213697
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
213698
|
-
"name": "onHoverStart",
|
|
213699
|
-
"parent": {
|
|
213700
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213701
|
-
"name": "HoverEvents"
|
|
213702
|
-
},
|
|
213703
|
-
"declarations": [
|
|
213704
|
-
{
|
|
213705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213706
|
-
"name": "HoverEvents"
|
|
213707
|
-
}
|
|
213708
|
-
],
|
|
213709
|
-
"required": false,
|
|
213710
|
-
"type": {
|
|
213711
|
-
"name": "((e: HoverEvent) => void)"
|
|
213712
|
-
}
|
|
213713
|
-
},
|
|
213714
|
-
"onHoverEnd": {
|
|
213715
|
-
"defaultValue": null,
|
|
213716
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
213717
|
-
"name": "onHoverEnd",
|
|
213718
|
-
"parent": {
|
|
213719
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213720
|
-
"name": "HoverEvents"
|
|
213721
|
-
},
|
|
213722
|
-
"declarations": [
|
|
213723
|
-
{
|
|
213724
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213725
|
-
"name": "HoverEvents"
|
|
213726
|
-
}
|
|
213727
|
-
],
|
|
213728
|
-
"required": false,
|
|
213729
|
-
"type": {
|
|
213730
|
-
"name": "((e: HoverEvent) => void)"
|
|
213731
|
-
}
|
|
213732
|
-
},
|
|
213733
|
-
"onHoverChange": {
|
|
213734
|
-
"defaultValue": null,
|
|
213735
|
-
"description": "Handler that is called when the hover state changes.",
|
|
213736
|
-
"name": "onHoverChange",
|
|
213737
|
-
"parent": {
|
|
213738
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213739
|
-
"name": "HoverEvents"
|
|
213740
|
-
},
|
|
213741
|
-
"declarations": [
|
|
213742
|
-
{
|
|
213743
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213744
|
-
"name": "HoverEvents"
|
|
213745
|
-
}
|
|
213746
|
-
],
|
|
213747
|
-
"required": false,
|
|
213748
|
-
"type": {
|
|
213749
|
-
"name": "((isHovering: boolean) => void)"
|
|
213750
|
-
}
|
|
213751
|
-
},
|
|
213752
|
-
"isIndeterminate": {
|
|
213753
|
-
"defaultValue": null,
|
|
213754
|
-
"description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
|
|
213755
|
-
"name": "isIndeterminate",
|
|
213756
|
-
"parent": {
|
|
213757
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213758
|
-
"name": "CheckboxProps"
|
|
213759
|
-
},
|
|
213760
|
-
"declarations": [
|
|
213761
|
-
{
|
|
213762
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
213763
|
-
"name": "CheckboxProps"
|
|
213764
|
-
}
|
|
213765
|
-
],
|
|
213766
|
-
"required": false,
|
|
213767
|
-
"type": {
|
|
213768
|
-
"name": "boolean"
|
|
213769
|
-
}
|
|
213770
|
-
},
|
|
213771
|
-
"onPress": {
|
|
213772
|
-
"defaultValue": null,
|
|
213773
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
213774
|
-
"name": "onPress",
|
|
213775
|
-
"parent": {
|
|
213776
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213777
|
-
"name": "PressEvents"
|
|
213778
|
-
},
|
|
213779
|
-
"declarations": [
|
|
213780
|
-
{
|
|
213781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213782
|
-
"name": "PressEvents"
|
|
213783
|
-
}
|
|
213784
|
-
],
|
|
213785
|
-
"required": false,
|
|
213786
|
-
"type": {
|
|
213787
|
-
"name": "((e: PressEvent) => void)"
|
|
213788
|
-
}
|
|
213789
|
-
},
|
|
213790
|
-
"onPressStart": {
|
|
213562
|
+
"children": {
|
|
213791
213563
|
"defaultValue": null,
|
|
213792
|
-
"description": "
|
|
213793
|
-
"name": "
|
|
213794
|
-
"parent": {
|
|
213795
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213796
|
-
"name": "PressEvents"
|
|
213797
|
-
},
|
|
213564
|
+
"description": "",
|
|
213565
|
+
"name": "children",
|
|
213798
213566
|
"declarations": [
|
|
213799
213567
|
{
|
|
213800
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
213801
|
-
"name": "
|
|
213568
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
213569
|
+
"name": "TypeLiteral"
|
|
213802
213570
|
}
|
|
213803
213571
|
],
|
|
213804
213572
|
"required": false,
|
|
213805
213573
|
"type": {
|
|
213806
|
-
"name": "
|
|
213574
|
+
"name": "ReactNode"
|
|
213807
213575
|
}
|
|
213808
213576
|
},
|
|
213809
|
-
"
|
|
213577
|
+
"s": {
|
|
213810
213578
|
"defaultValue": null,
|
|
213811
|
-
"description": "
|
|
213812
|
-
"name": "
|
|
213579
|
+
"description": "Column layout for container size s.",
|
|
213580
|
+
"name": "s",
|
|
213813
213581
|
"parent": {
|
|
213814
|
-
"fileName": "
|
|
213815
|
-
"name": "
|
|
213582
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213583
|
+
"name": "ColumnLayoutProps"
|
|
213816
213584
|
},
|
|
213817
213585
|
"declarations": [
|
|
213818
213586
|
{
|
|
213819
|
-
"fileName": "
|
|
213820
|
-
"name": "
|
|
213587
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213588
|
+
"name": "ColumnLayoutProps"
|
|
213821
213589
|
}
|
|
213822
213590
|
],
|
|
213823
213591
|
"required": false,
|
|
213824
213592
|
"type": {
|
|
213825
|
-
"name": "(
|
|
213593
|
+
"name": "(number | null)[]"
|
|
213826
213594
|
}
|
|
213827
213595
|
},
|
|
213828
|
-
"
|
|
213596
|
+
"m": {
|
|
213829
213597
|
"defaultValue": null,
|
|
213830
|
-
"description": "
|
|
213831
|
-
"name": "
|
|
213598
|
+
"description": "Column layout for container size m.",
|
|
213599
|
+
"name": "m",
|
|
213832
213600
|
"parent": {
|
|
213833
|
-
"fileName": "
|
|
213834
|
-
"name": "
|
|
213601
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213602
|
+
"name": "ColumnLayoutProps"
|
|
213835
213603
|
},
|
|
213836
213604
|
"declarations": [
|
|
213837
213605
|
{
|
|
213838
|
-
"fileName": "
|
|
213839
|
-
"name": "
|
|
213606
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213607
|
+
"name": "ColumnLayoutProps"
|
|
213840
213608
|
}
|
|
213841
213609
|
],
|
|
213842
213610
|
"required": false,
|
|
213843
213611
|
"type": {
|
|
213844
|
-
"name": "(
|
|
213612
|
+
"name": "(number | null)[]"
|
|
213845
213613
|
}
|
|
213846
213614
|
},
|
|
213847
|
-
"
|
|
213615
|
+
"l": {
|
|
213848
213616
|
"defaultValue": null,
|
|
213849
|
-
"description": "
|
|
213850
|
-
"name": "
|
|
213617
|
+
"description": "Column layout for container size l.",
|
|
213618
|
+
"name": "l",
|
|
213851
213619
|
"parent": {
|
|
213852
|
-
"fileName": "
|
|
213853
|
-
"name": "
|
|
213620
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213621
|
+
"name": "ColumnLayoutProps"
|
|
213854
213622
|
},
|
|
213855
213623
|
"declarations": [
|
|
213856
213624
|
{
|
|
213857
|
-
"fileName": "
|
|
213858
|
-
"name": "
|
|
213859
|
-
}
|
|
213860
|
-
],
|
|
213861
|
-
"required": false,
|
|
213862
|
-
"type": {
|
|
213863
|
-
"name": "((e: PressEvent) => void)"
|
|
213864
|
-
}
|
|
213865
|
-
},
|
|
213866
|
-
"children": {
|
|
213867
|
-
"defaultValue": null,
|
|
213868
|
-
"description": "",
|
|
213869
|
-
"name": "children",
|
|
213870
|
-
"declarations": [
|
|
213871
|
-
{
|
|
213872
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
213873
|
-
"name": "TypeLiteral"
|
|
213625
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
213626
|
+
"name": "ColumnLayoutProps"
|
|
213874
213627
|
}
|
|
213875
213628
|
],
|
|
213876
213629
|
"required": false,
|
|
213877
213630
|
"type": {
|
|
213878
|
-
"name": "
|
|
213631
|
+
"name": "(number | null)[]"
|
|
213879
213632
|
}
|
|
213880
213633
|
},
|
|
213881
213634
|
"wrapWith": {
|
|
@@ -213960,9 +213713,9 @@
|
|
|
213960
213713
|
"tags": {
|
|
213961
213714
|
"flr-generate": "all"
|
|
213962
213715
|
},
|
|
213963
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
213716
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
|
|
213964
213717
|
"description": "",
|
|
213965
|
-
"displayName": "
|
|
213718
|
+
"displayName": "CheckboxButton",
|
|
213966
213719
|
"methods": [],
|
|
213967
213720
|
"props": {
|
|
213968
213721
|
"aria-label": {
|
|
@@ -214176,21 +213929,21 @@
|
|
|
214176
213929
|
},
|
|
214177
213930
|
"onClick": {
|
|
214178
213931
|
"defaultValue": null,
|
|
214179
|
-
"description": "",
|
|
213932
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
214180
213933
|
"name": "onClick",
|
|
214181
213934
|
"parent": {
|
|
214182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
214183
|
-
"name": "
|
|
213935
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213936
|
+
"name": "PressEvents"
|
|
214184
213937
|
},
|
|
214185
213938
|
"declarations": [
|
|
214186
213939
|
{
|
|
214187
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
214188
|
-
"name": "
|
|
213940
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
213941
|
+
"name": "PressEvents"
|
|
214189
213942
|
}
|
|
214190
213943
|
],
|
|
214191
213944
|
"required": false,
|
|
214192
213945
|
"type": {
|
|
214193
|
-
"name": "
|
|
213946
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
214194
213947
|
}
|
|
214195
213948
|
},
|
|
214196
213949
|
"onClickCapture": {
|
|
@@ -215506,6 +215259,25 @@
|
|
|
215506
215259
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
215507
215260
|
}
|
|
215508
215261
|
},
|
|
215262
|
+
"autoFocus": {
|
|
215263
|
+
"defaultValue": null,
|
|
215264
|
+
"description": "Whether the element should receive focus on render.",
|
|
215265
|
+
"name": "autoFocus",
|
|
215266
|
+
"parent": {
|
|
215267
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215268
|
+
"name": "FocusableProps"
|
|
215269
|
+
},
|
|
215270
|
+
"declarations": [
|
|
215271
|
+
{
|
|
215272
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215273
|
+
"name": "FocusableProps"
|
|
215274
|
+
}
|
|
215275
|
+
],
|
|
215276
|
+
"required": false,
|
|
215277
|
+
"type": {
|
|
215278
|
+
"name": "boolean"
|
|
215279
|
+
}
|
|
215280
|
+
},
|
|
215509
215281
|
"onFocus": {
|
|
215510
215282
|
"defaultValue": null,
|
|
215511
215283
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -215563,61 +215335,80 @@
|
|
|
215563
215335
|
"name": "((isFocused: boolean) => void)"
|
|
215564
215336
|
}
|
|
215565
215337
|
},
|
|
215566
|
-
"
|
|
215338
|
+
"onKeyDown": {
|
|
215567
215339
|
"defaultValue": null,
|
|
215568
|
-
"description": "
|
|
215569
|
-
"name": "
|
|
215340
|
+
"description": "Handler that is called when a key is pressed.",
|
|
215341
|
+
"name": "onKeyDown",
|
|
215570
215342
|
"parent": {
|
|
215571
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
215572
|
-
"name": "
|
|
215343
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215344
|
+
"name": "KeyboardEvents"
|
|
215573
215345
|
},
|
|
215574
215346
|
"declarations": [
|
|
215575
215347
|
{
|
|
215576
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
215577
|
-
"name": "
|
|
215348
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215349
|
+
"name": "KeyboardEvents"
|
|
215578
215350
|
}
|
|
215579
215351
|
],
|
|
215580
215352
|
"required": false,
|
|
215581
215353
|
"type": {
|
|
215582
|
-
"name": "
|
|
215354
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
215583
215355
|
}
|
|
215584
215356
|
},
|
|
215585
|
-
"
|
|
215357
|
+
"onKeyUp": {
|
|
215586
215358
|
"defaultValue": null,
|
|
215587
|
-
"description": "
|
|
215588
|
-
"name": "
|
|
215359
|
+
"description": "Handler that is called when a key is released.",
|
|
215360
|
+
"name": "onKeyUp",
|
|
215589
215361
|
"parent": {
|
|
215590
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
215591
|
-
"name": "
|
|
215362
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215363
|
+
"name": "KeyboardEvents"
|
|
215592
215364
|
},
|
|
215593
215365
|
"declarations": [
|
|
215594
215366
|
{
|
|
215595
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/
|
|
215596
|
-
"name": "
|
|
215367
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215368
|
+
"name": "KeyboardEvents"
|
|
215597
215369
|
}
|
|
215598
215370
|
],
|
|
215599
215371
|
"required": false,
|
|
215600
215372
|
"type": {
|
|
215601
|
-
"name": "
|
|
215373
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
215374
|
+
}
|
|
215375
|
+
},
|
|
215376
|
+
"value": {
|
|
215377
|
+
"defaultValue": null,
|
|
215378
|
+
"description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
|
|
215379
|
+
"name": "value",
|
|
215380
|
+
"parent": {
|
|
215381
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215382
|
+
"name": "ToggleProps"
|
|
215383
|
+
},
|
|
215384
|
+
"declarations": [
|
|
215385
|
+
{
|
|
215386
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215387
|
+
"name": "ToggleProps"
|
|
215388
|
+
}
|
|
215389
|
+
],
|
|
215390
|
+
"required": false,
|
|
215391
|
+
"type": {
|
|
215392
|
+
"name": "string"
|
|
215602
215393
|
}
|
|
215603
215394
|
},
|
|
215604
215395
|
"onChange": {
|
|
215605
215396
|
"defaultValue": null,
|
|
215606
|
-
"description": "Handler that is called when the
|
|
215397
|
+
"description": "Handler that is called when the element's selection state changes.",
|
|
215607
215398
|
"name": "onChange",
|
|
215608
215399
|
"parent": {
|
|
215609
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
215610
|
-
"name": "
|
|
215400
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215401
|
+
"name": "ToggleStateOptions"
|
|
215611
215402
|
},
|
|
215612
215403
|
"declarations": [
|
|
215613
215404
|
{
|
|
215614
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
215615
|
-
"name": "
|
|
215405
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215406
|
+
"name": "ToggleStateOptions"
|
|
215616
215407
|
}
|
|
215617
215408
|
],
|
|
215618
215409
|
"required": false,
|
|
215619
215410
|
"type": {
|
|
215620
|
-
"name": "((
|
|
215411
|
+
"name": "((isSelected: boolean) => void)"
|
|
215621
215412
|
}
|
|
215622
215413
|
},
|
|
215623
215414
|
"id": {
|
|
@@ -215696,6 +215487,44 @@
|
|
|
215696
215487
|
"name": "string | null"
|
|
215697
215488
|
}
|
|
215698
215489
|
},
|
|
215490
|
+
"aria-controls": {
|
|
215491
|
+
"defaultValue": null,
|
|
215492
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
215493
|
+
"name": "aria-controls",
|
|
215494
|
+
"parent": {
|
|
215495
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215496
|
+
"name": "AriaToggleProps"
|
|
215497
|
+
},
|
|
215498
|
+
"declarations": [
|
|
215499
|
+
{
|
|
215500
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215501
|
+
"name": "AriaToggleProps"
|
|
215502
|
+
}
|
|
215503
|
+
],
|
|
215504
|
+
"required": false,
|
|
215505
|
+
"type": {
|
|
215506
|
+
"name": "string"
|
|
215507
|
+
}
|
|
215508
|
+
},
|
|
215509
|
+
"excludeFromTabOrder": {
|
|
215510
|
+
"defaultValue": null,
|
|
215511
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
215512
|
+
"name": "excludeFromTabOrder",
|
|
215513
|
+
"parent": {
|
|
215514
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215515
|
+
"name": "FocusableDOMProps"
|
|
215516
|
+
},
|
|
215517
|
+
"declarations": [
|
|
215518
|
+
{
|
|
215519
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215520
|
+
"name": "FocusableDOMProps"
|
|
215521
|
+
}
|
|
215522
|
+
],
|
|
215523
|
+
"required": false,
|
|
215524
|
+
"type": {
|
|
215525
|
+
"name": "boolean"
|
|
215526
|
+
}
|
|
215527
|
+
},
|
|
215699
215528
|
"aria-errormessage": {
|
|
215700
215529
|
"defaultValue": null,
|
|
215701
215530
|
"description": "Identifies the element that provides an error message for the object.",
|
|
@@ -215715,76 +215544,247 @@
|
|
|
215715
215544
|
"name": "string"
|
|
215716
215545
|
}
|
|
215717
215546
|
},
|
|
215718
|
-
"
|
|
215547
|
+
"defaultSelected": {
|
|
215719
215548
|
"defaultValue": null,
|
|
215720
|
-
"description": "",
|
|
215721
|
-
"name": "
|
|
215549
|
+
"description": "Whether the element should be selected (uncontrolled).",
|
|
215550
|
+
"name": "defaultSelected",
|
|
215551
|
+
"parent": {
|
|
215552
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215553
|
+
"name": "ToggleStateOptions"
|
|
215554
|
+
},
|
|
215722
215555
|
"declarations": [
|
|
215723
215556
|
{
|
|
215724
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
215725
|
-
"name": "
|
|
215557
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215558
|
+
"name": "ToggleStateOptions"
|
|
215726
215559
|
}
|
|
215727
215560
|
],
|
|
215728
215561
|
"required": false,
|
|
215729
215562
|
"type": {
|
|
215730
|
-
"name": "
|
|
215563
|
+
"name": "boolean"
|
|
215731
215564
|
}
|
|
215732
215565
|
},
|
|
215733
|
-
"
|
|
215566
|
+
"isSelected": {
|
|
215734
215567
|
"defaultValue": null,
|
|
215735
|
-
"description": "
|
|
215736
|
-
"name": "
|
|
215568
|
+
"description": "Whether the element should be selected (controlled).",
|
|
215569
|
+
"name": "isSelected",
|
|
215737
215570
|
"parent": {
|
|
215738
|
-
"fileName": "
|
|
215739
|
-
"name": "
|
|
215571
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215572
|
+
"name": "ToggleStateOptions"
|
|
215740
215573
|
},
|
|
215741
215574
|
"declarations": [
|
|
215742
215575
|
{
|
|
215743
|
-
"fileName": "
|
|
215744
|
-
"name": "
|
|
215576
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215577
|
+
"name": "ToggleStateOptions"
|
|
215745
215578
|
}
|
|
215746
215579
|
],
|
|
215747
215580
|
"required": false,
|
|
215748
215581
|
"type": {
|
|
215749
|
-
"name": "
|
|
215582
|
+
"name": "boolean"
|
|
215750
215583
|
}
|
|
215751
215584
|
},
|
|
215752
|
-
"
|
|
215585
|
+
"inputRef": {
|
|
215753
215586
|
"defaultValue": null,
|
|
215754
|
-
"description": "
|
|
215755
|
-
"name": "
|
|
215587
|
+
"description": "A ref for the HTML input element.",
|
|
215588
|
+
"name": "inputRef",
|
|
215756
215589
|
"parent": {
|
|
215757
|
-
"fileName": "components/
|
|
215758
|
-
"name": "
|
|
215590
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.12.2_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
215591
|
+
"name": "SwitchProps"
|
|
215759
215592
|
},
|
|
215760
215593
|
"declarations": [
|
|
215761
215594
|
{
|
|
215762
|
-
"fileName": "components/
|
|
215763
|
-
"name": "
|
|
215595
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.12.2_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
215596
|
+
"name": "SwitchProps"
|
|
215764
215597
|
}
|
|
215765
215598
|
],
|
|
215766
215599
|
"required": false,
|
|
215767
215600
|
"type": {
|
|
215768
|
-
"name": "
|
|
215601
|
+
"name": "RefObject<HTMLInputElement | null>"
|
|
215769
215602
|
}
|
|
215770
215603
|
},
|
|
215771
|
-
"
|
|
215604
|
+
"onHoverStart": {
|
|
215772
215605
|
"defaultValue": null,
|
|
215773
|
-
"description": "
|
|
215774
|
-
"name": "
|
|
215606
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
215607
|
+
"name": "onHoverStart",
|
|
215775
215608
|
"parent": {
|
|
215776
|
-
"fileName": "
|
|
215777
|
-
"name": "
|
|
215609
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215610
|
+
"name": "HoverEvents"
|
|
215778
215611
|
},
|
|
215779
215612
|
"declarations": [
|
|
215780
215613
|
{
|
|
215781
|
-
"fileName": "
|
|
215782
|
-
"name": "
|
|
215614
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215615
|
+
"name": "HoverEvents"
|
|
215783
215616
|
}
|
|
215784
215617
|
],
|
|
215785
215618
|
"required": false,
|
|
215786
215619
|
"type": {
|
|
215787
|
-
"name": "(
|
|
215620
|
+
"name": "((e: HoverEvent) => void)"
|
|
215621
|
+
}
|
|
215622
|
+
},
|
|
215623
|
+
"onHoverEnd": {
|
|
215624
|
+
"defaultValue": null,
|
|
215625
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
215626
|
+
"name": "onHoverEnd",
|
|
215627
|
+
"parent": {
|
|
215628
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215629
|
+
"name": "HoverEvents"
|
|
215630
|
+
},
|
|
215631
|
+
"declarations": [
|
|
215632
|
+
{
|
|
215633
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215634
|
+
"name": "HoverEvents"
|
|
215635
|
+
}
|
|
215636
|
+
],
|
|
215637
|
+
"required": false,
|
|
215638
|
+
"type": {
|
|
215639
|
+
"name": "((e: HoverEvent) => void)"
|
|
215640
|
+
}
|
|
215641
|
+
},
|
|
215642
|
+
"onHoverChange": {
|
|
215643
|
+
"defaultValue": null,
|
|
215644
|
+
"description": "Handler that is called when the hover state changes.",
|
|
215645
|
+
"name": "onHoverChange",
|
|
215646
|
+
"parent": {
|
|
215647
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215648
|
+
"name": "HoverEvents"
|
|
215649
|
+
},
|
|
215650
|
+
"declarations": [
|
|
215651
|
+
{
|
|
215652
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215653
|
+
"name": "HoverEvents"
|
|
215654
|
+
}
|
|
215655
|
+
],
|
|
215656
|
+
"required": false,
|
|
215657
|
+
"type": {
|
|
215658
|
+
"name": "((isHovering: boolean) => void)"
|
|
215659
|
+
}
|
|
215660
|
+
},
|
|
215661
|
+
"isIndeterminate": {
|
|
215662
|
+
"defaultValue": null,
|
|
215663
|
+
"description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
|
|
215664
|
+
"name": "isIndeterminate",
|
|
215665
|
+
"parent": {
|
|
215666
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215667
|
+
"name": "CheckboxProps"
|
|
215668
|
+
},
|
|
215669
|
+
"declarations": [
|
|
215670
|
+
{
|
|
215671
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+checkbox@3.10.1_react@19.1.1/node_modules/@react-types/checkbox/src/index.d.ts",
|
|
215672
|
+
"name": "CheckboxProps"
|
|
215673
|
+
}
|
|
215674
|
+
],
|
|
215675
|
+
"required": false,
|
|
215676
|
+
"type": {
|
|
215677
|
+
"name": "boolean"
|
|
215678
|
+
}
|
|
215679
|
+
},
|
|
215680
|
+
"onPress": {
|
|
215681
|
+
"defaultValue": null,
|
|
215682
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
215683
|
+
"name": "onPress",
|
|
215684
|
+
"parent": {
|
|
215685
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215686
|
+
"name": "PressEvents"
|
|
215687
|
+
},
|
|
215688
|
+
"declarations": [
|
|
215689
|
+
{
|
|
215690
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215691
|
+
"name": "PressEvents"
|
|
215692
|
+
}
|
|
215693
|
+
],
|
|
215694
|
+
"required": false,
|
|
215695
|
+
"type": {
|
|
215696
|
+
"name": "((e: PressEvent) => void)"
|
|
215697
|
+
}
|
|
215698
|
+
},
|
|
215699
|
+
"onPressStart": {
|
|
215700
|
+
"defaultValue": null,
|
|
215701
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
215702
|
+
"name": "onPressStart",
|
|
215703
|
+
"parent": {
|
|
215704
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215705
|
+
"name": "PressEvents"
|
|
215706
|
+
},
|
|
215707
|
+
"declarations": [
|
|
215708
|
+
{
|
|
215709
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215710
|
+
"name": "PressEvents"
|
|
215711
|
+
}
|
|
215712
|
+
],
|
|
215713
|
+
"required": false,
|
|
215714
|
+
"type": {
|
|
215715
|
+
"name": "((e: PressEvent) => void)"
|
|
215716
|
+
}
|
|
215717
|
+
},
|
|
215718
|
+
"onPressEnd": {
|
|
215719
|
+
"defaultValue": null,
|
|
215720
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
215721
|
+
"name": "onPressEnd",
|
|
215722
|
+
"parent": {
|
|
215723
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215724
|
+
"name": "PressEvents"
|
|
215725
|
+
},
|
|
215726
|
+
"declarations": [
|
|
215727
|
+
{
|
|
215728
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215729
|
+
"name": "PressEvents"
|
|
215730
|
+
}
|
|
215731
|
+
],
|
|
215732
|
+
"required": false,
|
|
215733
|
+
"type": {
|
|
215734
|
+
"name": "((e: PressEvent) => void)"
|
|
215735
|
+
}
|
|
215736
|
+
},
|
|
215737
|
+
"onPressChange": {
|
|
215738
|
+
"defaultValue": null,
|
|
215739
|
+
"description": "Handler that is called when the press state changes.",
|
|
215740
|
+
"name": "onPressChange",
|
|
215741
|
+
"parent": {
|
|
215742
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215743
|
+
"name": "PressEvents"
|
|
215744
|
+
},
|
|
215745
|
+
"declarations": [
|
|
215746
|
+
{
|
|
215747
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215748
|
+
"name": "PressEvents"
|
|
215749
|
+
}
|
|
215750
|
+
],
|
|
215751
|
+
"required": false,
|
|
215752
|
+
"type": {
|
|
215753
|
+
"name": "((isPressed: boolean) => void)"
|
|
215754
|
+
}
|
|
215755
|
+
},
|
|
215756
|
+
"onPressUp": {
|
|
215757
|
+
"defaultValue": null,
|
|
215758
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
215759
|
+
"name": "onPressUp",
|
|
215760
|
+
"parent": {
|
|
215761
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215762
|
+
"name": "PressEvents"
|
|
215763
|
+
},
|
|
215764
|
+
"declarations": [
|
|
215765
|
+
{
|
|
215766
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.0_react@19.1.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
215767
|
+
"name": "PressEvents"
|
|
215768
|
+
}
|
|
215769
|
+
],
|
|
215770
|
+
"required": false,
|
|
215771
|
+
"type": {
|
|
215772
|
+
"name": "((e: PressEvent) => void)"
|
|
215773
|
+
}
|
|
215774
|
+
},
|
|
215775
|
+
"children": {
|
|
215776
|
+
"defaultValue": null,
|
|
215777
|
+
"description": "",
|
|
215778
|
+
"name": "children",
|
|
215779
|
+
"declarations": [
|
|
215780
|
+
{
|
|
215781
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
215782
|
+
"name": "TypeLiteral"
|
|
215783
|
+
}
|
|
215784
|
+
],
|
|
215785
|
+
"required": false,
|
|
215786
|
+
"type": {
|
|
215787
|
+
"name": "ReactNode"
|
|
215788
215788
|
}
|
|
215789
215789
|
},
|
|
215790
215790
|
"wrapWith": {
|
|
@@ -218021,6 +218021,70 @@
|
|
|
218021
218021
|
}
|
|
218022
218022
|
}
|
|
218023
218023
|
},
|
|
218024
|
+
{
|
|
218025
|
+
"tags": {
|
|
218026
|
+
"flr-generate": "all"
|
|
218027
|
+
},
|
|
218028
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
218029
|
+
"description": "",
|
|
218030
|
+
"displayName": "Chat",
|
|
218031
|
+
"methods": [],
|
|
218032
|
+
"props": {
|
|
218033
|
+
"height": {
|
|
218034
|
+
"defaultValue": null,
|
|
218035
|
+
"description": "",
|
|
218036
|
+
"name": "height",
|
|
218037
|
+
"parent": {
|
|
218038
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
218039
|
+
"name": "ChatProps"
|
|
218040
|
+
},
|
|
218041
|
+
"declarations": [
|
|
218042
|
+
{
|
|
218043
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
218044
|
+
"name": "ChatProps"
|
|
218045
|
+
}
|
|
218046
|
+
],
|
|
218047
|
+
"required": false,
|
|
218048
|
+
"type": {
|
|
218049
|
+
"name": "Height<string | number>"
|
|
218050
|
+
}
|
|
218051
|
+
},
|
|
218052
|
+
"children": {
|
|
218053
|
+
"defaultValue": null,
|
|
218054
|
+
"description": "",
|
|
218055
|
+
"name": "children",
|
|
218056
|
+
"declarations": [
|
|
218057
|
+
{
|
|
218058
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
218059
|
+
"name": "TypeLiteral"
|
|
218060
|
+
}
|
|
218061
|
+
],
|
|
218062
|
+
"required": false,
|
|
218063
|
+
"type": {
|
|
218064
|
+
"name": "ReactNode"
|
|
218065
|
+
}
|
|
218066
|
+
},
|
|
218067
|
+
"className": {
|
|
218068
|
+
"defaultValue": null,
|
|
218069
|
+
"description": "The elements class name.",
|
|
218070
|
+
"name": "className",
|
|
218071
|
+
"parent": {
|
|
218072
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
218073
|
+
"name": "PropsWithClassName"
|
|
218074
|
+
},
|
|
218075
|
+
"declarations": [
|
|
218076
|
+
{
|
|
218077
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
218078
|
+
"name": "PropsWithClassName"
|
|
218079
|
+
}
|
|
218080
|
+
],
|
|
218081
|
+
"required": false,
|
|
218082
|
+
"type": {
|
|
218083
|
+
"name": "string"
|
|
218084
|
+
}
|
|
218085
|
+
}
|
|
218086
|
+
}
|
|
218087
|
+
},
|
|
218024
218088
|
{
|
|
218025
218089
|
"tags": {
|
|
218026
218090
|
"flr-generate": "all"
|
|
@@ -218181,68 +218245,20 @@
|
|
|
218181
218245
|
}
|
|
218182
218246
|
},
|
|
218183
218247
|
{
|
|
218184
|
-
"tags": {
|
|
218185
|
-
|
|
218186
|
-
},
|
|
218187
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
218248
|
+
"tags": {},
|
|
218249
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
218188
218250
|
"description": "",
|
|
218189
|
-
"displayName": "
|
|
218251
|
+
"displayName": "RangeCalendar",
|
|
218190
218252
|
"methods": [],
|
|
218191
|
-
"props": {
|
|
218192
|
-
|
|
218193
|
-
|
|
218194
|
-
|
|
218195
|
-
|
|
218196
|
-
|
|
218197
|
-
|
|
218198
|
-
|
|
218199
|
-
|
|
218200
|
-
"declarations": [
|
|
218201
|
-
{
|
|
218202
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
218203
|
-
"name": "ChatProps"
|
|
218204
|
-
}
|
|
218205
|
-
],
|
|
218206
|
-
"required": false,
|
|
218207
|
-
"type": {
|
|
218208
|
-
"name": "Height<string | number>"
|
|
218209
|
-
}
|
|
218210
|
-
},
|
|
218211
|
-
"children": {
|
|
218212
|
-
"defaultValue": null,
|
|
218213
|
-
"description": "",
|
|
218214
|
-
"name": "children",
|
|
218215
|
-
"declarations": [
|
|
218216
|
-
{
|
|
218217
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
218218
|
-
"name": "TypeLiteral"
|
|
218219
|
-
}
|
|
218220
|
-
],
|
|
218221
|
-
"required": false,
|
|
218222
|
-
"type": {
|
|
218223
|
-
"name": "ReactNode"
|
|
218224
|
-
}
|
|
218225
|
-
},
|
|
218226
|
-
"className": {
|
|
218227
|
-
"defaultValue": null,
|
|
218228
|
-
"description": "The elements class name.",
|
|
218229
|
-
"name": "className",
|
|
218230
|
-
"parent": {
|
|
218231
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
218232
|
-
"name": "PropsWithClassName"
|
|
218233
|
-
},
|
|
218234
|
-
"declarations": [
|
|
218235
|
-
{
|
|
218236
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
218237
|
-
"name": "PropsWithClassName"
|
|
218238
|
-
}
|
|
218239
|
-
],
|
|
218240
|
-
"required": false,
|
|
218241
|
-
"type": {
|
|
218242
|
-
"name": "string"
|
|
218243
|
-
}
|
|
218244
|
-
}
|
|
218245
|
-
}
|
|
218253
|
+
"props": {}
|
|
218254
|
+
},
|
|
218255
|
+
{
|
|
218256
|
+
"tags": {},
|
|
218257
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/Calendar.tsx",
|
|
218258
|
+
"description": "",
|
|
218259
|
+
"displayName": "Calendar",
|
|
218260
|
+
"methods": [],
|
|
218261
|
+
"props": {}
|
|
218246
218262
|
},
|
|
218247
218263
|
{
|
|
218248
218264
|
"tags": {
|
|
@@ -220624,22 +220640,6 @@
|
|
|
220624
220640
|
}
|
|
220625
220641
|
}
|
|
220626
220642
|
},
|
|
220627
|
-
{
|
|
220628
|
-
"tags": {},
|
|
220629
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
220630
|
-
"description": "",
|
|
220631
|
-
"displayName": "RangeCalendar",
|
|
220632
|
-
"methods": [],
|
|
220633
|
-
"props": {}
|
|
220634
|
-
},
|
|
220635
|
-
{
|
|
220636
|
-
"tags": {},
|
|
220637
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/Calendar.tsx",
|
|
220638
|
-
"description": "",
|
|
220639
|
-
"displayName": "Calendar",
|
|
220640
|
-
"methods": [],
|
|
220641
|
-
"props": {}
|
|
220642
|
-
},
|
|
220643
220643
|
{
|
|
220644
220644
|
"tags": {
|
|
220645
220645
|
"flr-generate": "all"
|
|
@@ -222470,186 +222470,6 @@
|
|
|
222470
222470
|
}
|
|
222471
222471
|
}
|
|
222472
222472
|
},
|
|
222473
|
-
{
|
|
222474
|
-
"tags": {
|
|
222475
|
-
"flr-generate": "all"
|
|
222476
|
-
},
|
|
222477
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
222478
|
-
"description": "",
|
|
222479
|
-
"displayName": "Avatar",
|
|
222480
|
-
"methods": [],
|
|
222481
|
-
"props": {
|
|
222482
|
-
"size": {
|
|
222483
|
-
"defaultValue": {
|
|
222484
|
-
"value": "\"m\""
|
|
222485
|
-
},
|
|
222486
|
-
"description": "The size of the avatar.",
|
|
222487
|
-
"name": "size",
|
|
222488
|
-
"parent": {
|
|
222489
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222490
|
-
"name": "AvatarProps"
|
|
222491
|
-
},
|
|
222492
|
-
"declarations": [
|
|
222493
|
-
{
|
|
222494
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222495
|
-
"name": "AvatarProps"
|
|
222496
|
-
}
|
|
222497
|
-
],
|
|
222498
|
-
"required": false,
|
|
222499
|
-
"type": {
|
|
222500
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
222501
|
-
}
|
|
222502
|
-
},
|
|
222503
|
-
"color": {
|
|
222504
|
-
"defaultValue": null,
|
|
222505
|
-
"description": "The color of icons and initials inside the avatar.",
|
|
222506
|
-
"name": "color",
|
|
222507
|
-
"parent": {
|
|
222508
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222509
|
-
"name": "AvatarProps"
|
|
222510
|
-
},
|
|
222511
|
-
"declarations": [
|
|
222512
|
-
{
|
|
222513
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222514
|
-
"name": "AvatarProps"
|
|
222515
|
-
}
|
|
222516
|
-
],
|
|
222517
|
-
"required": false,
|
|
222518
|
-
"type": {
|
|
222519
|
-
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
222520
|
-
}
|
|
222521
|
-
},
|
|
222522
|
-
"status": {
|
|
222523
|
-
"defaultValue": null,
|
|
222524
|
-
"description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
|
|
222525
|
-
"name": "status",
|
|
222526
|
-
"parent": {
|
|
222527
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222528
|
-
"name": "AvatarProps"
|
|
222529
|
-
},
|
|
222530
|
-
"declarations": [
|
|
222531
|
-
{
|
|
222532
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222533
|
-
"name": "AvatarProps"
|
|
222534
|
-
}
|
|
222535
|
-
],
|
|
222536
|
-
"required": false,
|
|
222537
|
-
"type": {
|
|
222538
|
-
"name": "Status"
|
|
222539
|
-
}
|
|
222540
|
-
},
|
|
222541
|
-
"children": {
|
|
222542
|
-
"defaultValue": null,
|
|
222543
|
-
"description": "",
|
|
222544
|
-
"name": "children",
|
|
222545
|
-
"declarations": [
|
|
222546
|
-
{
|
|
222547
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222548
|
-
"name": "TypeLiteral"
|
|
222549
|
-
}
|
|
222550
|
-
],
|
|
222551
|
-
"required": false,
|
|
222552
|
-
"type": {
|
|
222553
|
-
"name": "ReactNode"
|
|
222554
|
-
}
|
|
222555
|
-
},
|
|
222556
|
-
"className": {
|
|
222557
|
-
"defaultValue": null,
|
|
222558
|
-
"description": "The elements class name.",
|
|
222559
|
-
"name": "className",
|
|
222560
|
-
"parent": {
|
|
222561
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222562
|
-
"name": "PropsWithClassName"
|
|
222563
|
-
},
|
|
222564
|
-
"declarations": [
|
|
222565
|
-
{
|
|
222566
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222567
|
-
"name": "PropsWithClassName"
|
|
222568
|
-
}
|
|
222569
|
-
],
|
|
222570
|
-
"required": false,
|
|
222571
|
-
"type": {
|
|
222572
|
-
"name": "string"
|
|
222573
|
-
}
|
|
222574
|
-
},
|
|
222575
|
-
"wrapWith": {
|
|
222576
|
-
"defaultValue": null,
|
|
222577
|
-
"description": "",
|
|
222578
|
-
"name": "wrapWith",
|
|
222579
|
-
"parent": {
|
|
222580
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222581
|
-
"name": "FlowComponentProps"
|
|
222582
|
-
},
|
|
222583
|
-
"declarations": [
|
|
222584
|
-
{
|
|
222585
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222586
|
-
"name": "FlowComponentProps"
|
|
222587
|
-
}
|
|
222588
|
-
],
|
|
222589
|
-
"required": false,
|
|
222590
|
-
"type": {
|
|
222591
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
222592
|
-
}
|
|
222593
|
-
},
|
|
222594
|
-
"tunnelId": {
|
|
222595
|
-
"defaultValue": null,
|
|
222596
|
-
"description": "@internal",
|
|
222597
|
-
"name": "tunnelId",
|
|
222598
|
-
"parent": {
|
|
222599
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222600
|
-
"name": "PropsWithTunnel"
|
|
222601
|
-
},
|
|
222602
|
-
"declarations": [
|
|
222603
|
-
{
|
|
222604
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222605
|
-
"name": "PropsWithTunnel"
|
|
222606
|
-
}
|
|
222607
|
-
],
|
|
222608
|
-
"required": false,
|
|
222609
|
-
"type": {
|
|
222610
|
-
"name": "string | null"
|
|
222611
|
-
}
|
|
222612
|
-
},
|
|
222613
|
-
"ref": {
|
|
222614
|
-
"defaultValue": null,
|
|
222615
|
-
"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}",
|
|
222616
|
-
"name": "ref",
|
|
222617
|
-
"parent": {
|
|
222618
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222619
|
-
"name": "RefAttributes"
|
|
222620
|
-
},
|
|
222621
|
-
"declarations": [
|
|
222622
|
-
{
|
|
222623
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222624
|
-
"name": "RefAttributes"
|
|
222625
|
-
}
|
|
222626
|
-
],
|
|
222627
|
-
"required": false,
|
|
222628
|
-
"type": {
|
|
222629
|
-
"name": "Ref<HTMLInputElement>"
|
|
222630
|
-
}
|
|
222631
|
-
},
|
|
222632
|
-
"key": {
|
|
222633
|
-
"defaultValue": null,
|
|
222634
|
-
"description": "",
|
|
222635
|
-
"name": "key",
|
|
222636
|
-
"parent": {
|
|
222637
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222638
|
-
"name": "Attributes"
|
|
222639
|
-
},
|
|
222640
|
-
"declarations": [
|
|
222641
|
-
{
|
|
222642
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222643
|
-
"name": "Attributes"
|
|
222644
|
-
}
|
|
222645
|
-
],
|
|
222646
|
-
"required": false,
|
|
222647
|
-
"type": {
|
|
222648
|
-
"name": "Key | null"
|
|
222649
|
-
}
|
|
222650
|
-
}
|
|
222651
|
-
}
|
|
222652
|
-
},
|
|
222653
222473
|
{
|
|
222654
222474
|
"tags": {
|
|
222655
222475
|
"flr-generate": "all"
|
|
@@ -222754,6 +222574,186 @@
|
|
|
222754
222574
|
}
|
|
222755
222575
|
}
|
|
222756
222576
|
},
|
|
222577
|
+
{
|
|
222578
|
+
"tags": {
|
|
222579
|
+
"flr-generate": "all"
|
|
222580
|
+
},
|
|
222581
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
222582
|
+
"description": "",
|
|
222583
|
+
"displayName": "Avatar",
|
|
222584
|
+
"methods": [],
|
|
222585
|
+
"props": {
|
|
222586
|
+
"size": {
|
|
222587
|
+
"defaultValue": {
|
|
222588
|
+
"value": "\"m\""
|
|
222589
|
+
},
|
|
222590
|
+
"description": "The size of the avatar.",
|
|
222591
|
+
"name": "size",
|
|
222592
|
+
"parent": {
|
|
222593
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222594
|
+
"name": "AvatarProps"
|
|
222595
|
+
},
|
|
222596
|
+
"declarations": [
|
|
222597
|
+
{
|
|
222598
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222599
|
+
"name": "AvatarProps"
|
|
222600
|
+
}
|
|
222601
|
+
],
|
|
222602
|
+
"required": false,
|
|
222603
|
+
"type": {
|
|
222604
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
222605
|
+
}
|
|
222606
|
+
},
|
|
222607
|
+
"color": {
|
|
222608
|
+
"defaultValue": null,
|
|
222609
|
+
"description": "The color of icons and initials inside the avatar.",
|
|
222610
|
+
"name": "color",
|
|
222611
|
+
"parent": {
|
|
222612
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222613
|
+
"name": "AvatarProps"
|
|
222614
|
+
},
|
|
222615
|
+
"declarations": [
|
|
222616
|
+
{
|
|
222617
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222618
|
+
"name": "AvatarProps"
|
|
222619
|
+
}
|
|
222620
|
+
],
|
|
222621
|
+
"required": false,
|
|
222622
|
+
"type": {
|
|
222623
|
+
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
222624
|
+
}
|
|
222625
|
+
},
|
|
222626
|
+
"status": {
|
|
222627
|
+
"defaultValue": null,
|
|
222628
|
+
"description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
|
|
222629
|
+
"name": "status",
|
|
222630
|
+
"parent": {
|
|
222631
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222632
|
+
"name": "AvatarProps"
|
|
222633
|
+
},
|
|
222634
|
+
"declarations": [
|
|
222635
|
+
{
|
|
222636
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
222637
|
+
"name": "AvatarProps"
|
|
222638
|
+
}
|
|
222639
|
+
],
|
|
222640
|
+
"required": false,
|
|
222641
|
+
"type": {
|
|
222642
|
+
"name": "Status"
|
|
222643
|
+
}
|
|
222644
|
+
},
|
|
222645
|
+
"children": {
|
|
222646
|
+
"defaultValue": null,
|
|
222647
|
+
"description": "",
|
|
222648
|
+
"name": "children",
|
|
222649
|
+
"declarations": [
|
|
222650
|
+
{
|
|
222651
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222652
|
+
"name": "TypeLiteral"
|
|
222653
|
+
}
|
|
222654
|
+
],
|
|
222655
|
+
"required": false,
|
|
222656
|
+
"type": {
|
|
222657
|
+
"name": "ReactNode"
|
|
222658
|
+
}
|
|
222659
|
+
},
|
|
222660
|
+
"className": {
|
|
222661
|
+
"defaultValue": null,
|
|
222662
|
+
"description": "The elements class name.",
|
|
222663
|
+
"name": "className",
|
|
222664
|
+
"parent": {
|
|
222665
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222666
|
+
"name": "PropsWithClassName"
|
|
222667
|
+
},
|
|
222668
|
+
"declarations": [
|
|
222669
|
+
{
|
|
222670
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222671
|
+
"name": "PropsWithClassName"
|
|
222672
|
+
}
|
|
222673
|
+
],
|
|
222674
|
+
"required": false,
|
|
222675
|
+
"type": {
|
|
222676
|
+
"name": "string"
|
|
222677
|
+
}
|
|
222678
|
+
},
|
|
222679
|
+
"wrapWith": {
|
|
222680
|
+
"defaultValue": null,
|
|
222681
|
+
"description": "",
|
|
222682
|
+
"name": "wrapWith",
|
|
222683
|
+
"parent": {
|
|
222684
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222685
|
+
"name": "FlowComponentProps"
|
|
222686
|
+
},
|
|
222687
|
+
"declarations": [
|
|
222688
|
+
{
|
|
222689
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222690
|
+
"name": "FlowComponentProps"
|
|
222691
|
+
}
|
|
222692
|
+
],
|
|
222693
|
+
"required": false,
|
|
222694
|
+
"type": {
|
|
222695
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
222696
|
+
}
|
|
222697
|
+
},
|
|
222698
|
+
"tunnelId": {
|
|
222699
|
+
"defaultValue": null,
|
|
222700
|
+
"description": "@internal",
|
|
222701
|
+
"name": "tunnelId",
|
|
222702
|
+
"parent": {
|
|
222703
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222704
|
+
"name": "PropsWithTunnel"
|
|
222705
|
+
},
|
|
222706
|
+
"declarations": [
|
|
222707
|
+
{
|
|
222708
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222709
|
+
"name": "PropsWithTunnel"
|
|
222710
|
+
}
|
|
222711
|
+
],
|
|
222712
|
+
"required": false,
|
|
222713
|
+
"type": {
|
|
222714
|
+
"name": "string | null"
|
|
222715
|
+
}
|
|
222716
|
+
},
|
|
222717
|
+
"ref": {
|
|
222718
|
+
"defaultValue": null,
|
|
222719
|
+
"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}",
|
|
222720
|
+
"name": "ref",
|
|
222721
|
+
"parent": {
|
|
222722
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222723
|
+
"name": "RefAttributes"
|
|
222724
|
+
},
|
|
222725
|
+
"declarations": [
|
|
222726
|
+
{
|
|
222727
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222728
|
+
"name": "RefAttributes"
|
|
222729
|
+
}
|
|
222730
|
+
],
|
|
222731
|
+
"required": false,
|
|
222732
|
+
"type": {
|
|
222733
|
+
"name": "Ref<HTMLInputElement>"
|
|
222734
|
+
}
|
|
222735
|
+
},
|
|
222736
|
+
"key": {
|
|
222737
|
+
"defaultValue": null,
|
|
222738
|
+
"description": "",
|
|
222739
|
+
"name": "key",
|
|
222740
|
+
"parent": {
|
|
222741
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222742
|
+
"name": "Attributes"
|
|
222743
|
+
},
|
|
222744
|
+
"declarations": [
|
|
222745
|
+
{
|
|
222746
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
222747
|
+
"name": "Attributes"
|
|
222748
|
+
}
|
|
222749
|
+
],
|
|
222750
|
+
"required": false,
|
|
222751
|
+
"type": {
|
|
222752
|
+
"name": "Key | null"
|
|
222753
|
+
}
|
|
222754
|
+
}
|
|
222755
|
+
}
|
|
222756
|
+
},
|
|
222757
222757
|
{
|
|
222758
222758
|
"tags": {
|
|
222759
222759
|
"flr-generate": "all"
|
|
@@ -260367,734 +260367,6 @@
|
|
|
260367
260367
|
}
|
|
260368
260368
|
}
|
|
260369
260369
|
},
|
|
260370
|
-
{
|
|
260371
|
-
"tags": {},
|
|
260372
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
260373
|
-
"description": "",
|
|
260374
|
-
"displayName": "Field",
|
|
260375
|
-
"methods": [],
|
|
260376
|
-
"props": {
|
|
260377
|
-
"defaultValue": {
|
|
260378
|
-
"defaultValue": null,
|
|
260379
|
-
"description": "",
|
|
260380
|
-
"name": "defaultValue",
|
|
260381
|
-
"declarations": [
|
|
260382
|
-
{
|
|
260383
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260384
|
-
"name": "TypeLiteral"
|
|
260385
|
-
}
|
|
260386
|
-
],
|
|
260387
|
-
"required": false,
|
|
260388
|
-
"type": {
|
|
260389
|
-
"name": "any"
|
|
260390
|
-
}
|
|
260391
|
-
},
|
|
260392
|
-
"name": {
|
|
260393
|
-
"defaultValue": null,
|
|
260394
|
-
"description": "",
|
|
260395
|
-
"name": "name",
|
|
260396
|
-
"declarations": [
|
|
260397
|
-
{
|
|
260398
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260399
|
-
"name": "TypeLiteral"
|
|
260400
|
-
}
|
|
260401
|
-
],
|
|
260402
|
-
"required": true,
|
|
260403
|
-
"type": {
|
|
260404
|
-
"name": "string"
|
|
260405
|
-
}
|
|
260406
|
-
},
|
|
260407
|
-
"disabled": {
|
|
260408
|
-
"defaultValue": null,
|
|
260409
|
-
"description": "",
|
|
260410
|
-
"name": "disabled",
|
|
260411
|
-
"declarations": [
|
|
260412
|
-
{
|
|
260413
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260414
|
-
"name": "TypeLiteral"
|
|
260415
|
-
}
|
|
260416
|
-
],
|
|
260417
|
-
"required": false,
|
|
260418
|
-
"type": {
|
|
260419
|
-
"name": "boolean"
|
|
260420
|
-
}
|
|
260421
|
-
},
|
|
260422
|
-
"control": {
|
|
260423
|
-
"defaultValue": null,
|
|
260424
|
-
"description": "",
|
|
260425
|
-
"name": "control",
|
|
260426
|
-
"declarations": [
|
|
260427
|
-
{
|
|
260428
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260429
|
-
"name": "TypeLiteral"
|
|
260430
|
-
}
|
|
260431
|
-
],
|
|
260432
|
-
"required": false,
|
|
260433
|
-
"type": {
|
|
260434
|
-
"name": "Control<T, any, T>"
|
|
260435
|
-
}
|
|
260436
|
-
},
|
|
260437
|
-
"rules": {
|
|
260438
|
-
"defaultValue": null,
|
|
260439
|
-
"description": "",
|
|
260440
|
-
"name": "rules",
|
|
260441
|
-
"declarations": [
|
|
260442
|
-
{
|
|
260443
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260444
|
-
"name": "TypeLiteral"
|
|
260445
|
-
}
|
|
260446
|
-
],
|
|
260447
|
-
"required": false,
|
|
260448
|
-
"type": {
|
|
260449
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
260450
|
-
}
|
|
260451
|
-
},
|
|
260452
|
-
"shouldUnregister": {
|
|
260453
|
-
"defaultValue": null,
|
|
260454
|
-
"description": "",
|
|
260455
|
-
"name": "shouldUnregister",
|
|
260456
|
-
"declarations": [
|
|
260457
|
-
{
|
|
260458
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
260459
|
-
"name": "TypeLiteral"
|
|
260460
|
-
}
|
|
260461
|
-
],
|
|
260462
|
-
"required": false,
|
|
260463
|
-
"type": {
|
|
260464
|
-
"name": "boolean"
|
|
260465
|
-
}
|
|
260466
|
-
},
|
|
260467
|
-
"children": {
|
|
260468
|
-
"defaultValue": null,
|
|
260469
|
-
"description": "",
|
|
260470
|
-
"name": "children",
|
|
260471
|
-
"declarations": [
|
|
260472
|
-
{
|
|
260473
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
260474
|
-
"name": "TypeLiteral"
|
|
260475
|
-
}
|
|
260476
|
-
],
|
|
260477
|
-
"required": false,
|
|
260478
|
-
"type": {
|
|
260479
|
-
"name": "ReactNode"
|
|
260480
|
-
}
|
|
260481
|
-
}
|
|
260482
|
-
}
|
|
260483
|
-
},
|
|
260484
|
-
{
|
|
260485
|
-
"tags": {},
|
|
260486
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
260487
|
-
"description": "",
|
|
260488
|
-
"displayName": "typedField",
|
|
260489
|
-
"methods": [],
|
|
260490
|
-
"props": {
|
|
260491
|
-
"watch": {
|
|
260492
|
-
"defaultValue": null,
|
|
260493
|
-
"description": "",
|
|
260494
|
-
"name": "watch",
|
|
260495
|
-
"declarations": [
|
|
260496
|
-
{
|
|
260497
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260498
|
-
"name": "TypeLiteral"
|
|
260499
|
-
}
|
|
260500
|
-
],
|
|
260501
|
-
"required": true,
|
|
260502
|
-
"type": {
|
|
260503
|
-
"name": "UseFormWatch<T>"
|
|
260504
|
-
}
|
|
260505
|
-
},
|
|
260506
|
-
"getValues": {
|
|
260507
|
-
"defaultValue": null,
|
|
260508
|
-
"description": "",
|
|
260509
|
-
"name": "getValues",
|
|
260510
|
-
"declarations": [
|
|
260511
|
-
{
|
|
260512
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260513
|
-
"name": "TypeLiteral"
|
|
260514
|
-
}
|
|
260515
|
-
],
|
|
260516
|
-
"required": true,
|
|
260517
|
-
"type": {
|
|
260518
|
-
"name": "UseFormGetValues<T>"
|
|
260519
|
-
}
|
|
260520
|
-
},
|
|
260521
|
-
"getFieldState": {
|
|
260522
|
-
"defaultValue": null,
|
|
260523
|
-
"description": "",
|
|
260524
|
-
"name": "getFieldState",
|
|
260525
|
-
"declarations": [
|
|
260526
|
-
{
|
|
260527
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260528
|
-
"name": "TypeLiteral"
|
|
260529
|
-
},
|
|
260530
|
-
{
|
|
260531
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260532
|
-
"name": "TypeLiteral"
|
|
260533
|
-
}
|
|
260534
|
-
],
|
|
260535
|
-
"required": true,
|
|
260536
|
-
"type": {
|
|
260537
|
-
"name": "UseFormGetFieldState<T>"
|
|
260538
|
-
}
|
|
260539
|
-
},
|
|
260540
|
-
"setError": {
|
|
260541
|
-
"defaultValue": null,
|
|
260542
|
-
"description": "",
|
|
260543
|
-
"name": "setError",
|
|
260544
|
-
"declarations": [
|
|
260545
|
-
{
|
|
260546
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260547
|
-
"name": "TypeLiteral"
|
|
260548
|
-
},
|
|
260549
|
-
{
|
|
260550
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260551
|
-
"name": "TypeLiteral"
|
|
260552
|
-
}
|
|
260553
|
-
],
|
|
260554
|
-
"required": true,
|
|
260555
|
-
"type": {
|
|
260556
|
-
"name": "UseFormSetError<T>"
|
|
260557
|
-
}
|
|
260558
|
-
},
|
|
260559
|
-
"clearErrors": {
|
|
260560
|
-
"defaultValue": null,
|
|
260561
|
-
"description": "",
|
|
260562
|
-
"name": "clearErrors",
|
|
260563
|
-
"declarations": [
|
|
260564
|
-
{
|
|
260565
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260566
|
-
"name": "TypeLiteral"
|
|
260567
|
-
}
|
|
260568
|
-
],
|
|
260569
|
-
"required": true,
|
|
260570
|
-
"type": {
|
|
260571
|
-
"name": "UseFormClearErrors<T>"
|
|
260572
|
-
}
|
|
260573
|
-
},
|
|
260574
|
-
"setValue": {
|
|
260575
|
-
"defaultValue": null,
|
|
260576
|
-
"description": "",
|
|
260577
|
-
"name": "setValue",
|
|
260578
|
-
"declarations": [
|
|
260579
|
-
{
|
|
260580
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260581
|
-
"name": "TypeLiteral"
|
|
260582
|
-
}
|
|
260583
|
-
],
|
|
260584
|
-
"required": true,
|
|
260585
|
-
"type": {
|
|
260586
|
-
"name": "UseFormSetValue<T>"
|
|
260587
|
-
}
|
|
260588
|
-
},
|
|
260589
|
-
"trigger": {
|
|
260590
|
-
"defaultValue": null,
|
|
260591
|
-
"description": "",
|
|
260592
|
-
"name": "trigger",
|
|
260593
|
-
"declarations": [
|
|
260594
|
-
{
|
|
260595
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260596
|
-
"name": "TypeLiteral"
|
|
260597
|
-
}
|
|
260598
|
-
],
|
|
260599
|
-
"required": true,
|
|
260600
|
-
"type": {
|
|
260601
|
-
"name": "UseFormTrigger<T>"
|
|
260602
|
-
}
|
|
260603
|
-
},
|
|
260604
|
-
"formState": {
|
|
260605
|
-
"defaultValue": null,
|
|
260606
|
-
"description": "",
|
|
260607
|
-
"name": "formState",
|
|
260608
|
-
"declarations": [
|
|
260609
|
-
{
|
|
260610
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260611
|
-
"name": "TypeLiteral"
|
|
260612
|
-
}
|
|
260613
|
-
],
|
|
260614
|
-
"required": true,
|
|
260615
|
-
"type": {
|
|
260616
|
-
"name": "FormState<T>"
|
|
260617
|
-
}
|
|
260618
|
-
},
|
|
260619
|
-
"resetField": {
|
|
260620
|
-
"defaultValue": null,
|
|
260621
|
-
"description": "",
|
|
260622
|
-
"name": "resetField",
|
|
260623
|
-
"declarations": [
|
|
260624
|
-
{
|
|
260625
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260626
|
-
"name": "TypeLiteral"
|
|
260627
|
-
}
|
|
260628
|
-
],
|
|
260629
|
-
"required": true,
|
|
260630
|
-
"type": {
|
|
260631
|
-
"name": "UseFormResetField<T>"
|
|
260632
|
-
}
|
|
260633
|
-
},
|
|
260634
|
-
"reset": {
|
|
260635
|
-
"defaultValue": null,
|
|
260636
|
-
"description": "",
|
|
260637
|
-
"name": "reset",
|
|
260638
|
-
"declarations": [
|
|
260639
|
-
{
|
|
260640
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260641
|
-
"name": "TypeLiteral"
|
|
260642
|
-
}
|
|
260643
|
-
],
|
|
260644
|
-
"required": true,
|
|
260645
|
-
"type": {
|
|
260646
|
-
"name": "UseFormReset<T>"
|
|
260647
|
-
}
|
|
260648
|
-
},
|
|
260649
|
-
"handleSubmit": {
|
|
260650
|
-
"defaultValue": null,
|
|
260651
|
-
"description": "",
|
|
260652
|
-
"name": "handleSubmit",
|
|
260653
|
-
"declarations": [
|
|
260654
|
-
{
|
|
260655
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260656
|
-
"name": "TypeLiteral"
|
|
260657
|
-
},
|
|
260658
|
-
{
|
|
260659
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260660
|
-
"name": "TypeLiteral"
|
|
260661
|
-
}
|
|
260662
|
-
],
|
|
260663
|
-
"required": true,
|
|
260664
|
-
"type": {
|
|
260665
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
260666
|
-
}
|
|
260667
|
-
},
|
|
260668
|
-
"unregister": {
|
|
260669
|
-
"defaultValue": null,
|
|
260670
|
-
"description": "",
|
|
260671
|
-
"name": "unregister",
|
|
260672
|
-
"declarations": [
|
|
260673
|
-
{
|
|
260674
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260675
|
-
"name": "TypeLiteral"
|
|
260676
|
-
},
|
|
260677
|
-
{
|
|
260678
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260679
|
-
"name": "TypeLiteral"
|
|
260680
|
-
}
|
|
260681
|
-
],
|
|
260682
|
-
"required": true,
|
|
260683
|
-
"type": {
|
|
260684
|
-
"name": "UseFormUnregister<T>"
|
|
260685
|
-
}
|
|
260686
|
-
},
|
|
260687
|
-
"control": {
|
|
260688
|
-
"defaultValue": null,
|
|
260689
|
-
"description": "",
|
|
260690
|
-
"name": "control",
|
|
260691
|
-
"declarations": [
|
|
260692
|
-
{
|
|
260693
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260694
|
-
"name": "TypeLiteral"
|
|
260695
|
-
}
|
|
260696
|
-
],
|
|
260697
|
-
"required": true,
|
|
260698
|
-
"type": {
|
|
260699
|
-
"name": "Control<T, any, T>"
|
|
260700
|
-
}
|
|
260701
|
-
},
|
|
260702
|
-
"register": {
|
|
260703
|
-
"defaultValue": null,
|
|
260704
|
-
"description": "",
|
|
260705
|
-
"name": "register",
|
|
260706
|
-
"declarations": [
|
|
260707
|
-
{
|
|
260708
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260709
|
-
"name": "TypeLiteral"
|
|
260710
|
-
},
|
|
260711
|
-
{
|
|
260712
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260713
|
-
"name": "TypeLiteral"
|
|
260714
|
-
}
|
|
260715
|
-
],
|
|
260716
|
-
"required": true,
|
|
260717
|
-
"type": {
|
|
260718
|
-
"name": "UseFormRegister<T>"
|
|
260719
|
-
}
|
|
260720
|
-
},
|
|
260721
|
-
"setFocus": {
|
|
260722
|
-
"defaultValue": null,
|
|
260723
|
-
"description": "",
|
|
260724
|
-
"name": "setFocus",
|
|
260725
|
-
"declarations": [
|
|
260726
|
-
{
|
|
260727
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260728
|
-
"name": "TypeLiteral"
|
|
260729
|
-
}
|
|
260730
|
-
],
|
|
260731
|
-
"required": true,
|
|
260732
|
-
"type": {
|
|
260733
|
-
"name": "UseFormSetFocus<T>"
|
|
260734
|
-
}
|
|
260735
|
-
},
|
|
260736
|
-
"subscribe": {
|
|
260737
|
-
"defaultValue": null,
|
|
260738
|
-
"description": "",
|
|
260739
|
-
"name": "subscribe",
|
|
260740
|
-
"declarations": [
|
|
260741
|
-
{
|
|
260742
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260743
|
-
"name": "TypeLiteral"
|
|
260744
|
-
}
|
|
260745
|
-
],
|
|
260746
|
-
"required": true,
|
|
260747
|
-
"type": {
|
|
260748
|
-
"name": "UseFormSubscribe<T>"
|
|
260749
|
-
}
|
|
260750
|
-
},
|
|
260751
|
-
"_subjects": {
|
|
260752
|
-
"defaultValue": null,
|
|
260753
|
-
"description": "",
|
|
260754
|
-
"name": "_subjects",
|
|
260755
|
-
"declarations": [
|
|
260756
|
-
{
|
|
260757
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260758
|
-
"name": "TypeLiteral"
|
|
260759
|
-
}
|
|
260760
|
-
],
|
|
260761
|
-
"required": true,
|
|
260762
|
-
"type": {
|
|
260763
|
-
"name": "Subjects<T>"
|
|
260764
|
-
}
|
|
260765
|
-
},
|
|
260766
|
-
"_removeUnmounted": {
|
|
260767
|
-
"defaultValue": null,
|
|
260768
|
-
"description": "",
|
|
260769
|
-
"name": "_removeUnmounted",
|
|
260770
|
-
"declarations": [
|
|
260771
|
-
{
|
|
260772
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260773
|
-
"name": "TypeLiteral"
|
|
260774
|
-
}
|
|
260775
|
-
],
|
|
260776
|
-
"required": true,
|
|
260777
|
-
"type": {
|
|
260778
|
-
"name": "Noop"
|
|
260779
|
-
}
|
|
260780
|
-
},
|
|
260781
|
-
"_names": {
|
|
260782
|
-
"defaultValue": null,
|
|
260783
|
-
"description": "",
|
|
260784
|
-
"name": "_names",
|
|
260785
|
-
"declarations": [
|
|
260786
|
-
{
|
|
260787
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260788
|
-
"name": "TypeLiteral"
|
|
260789
|
-
}
|
|
260790
|
-
],
|
|
260791
|
-
"required": true,
|
|
260792
|
-
"type": {
|
|
260793
|
-
"name": "Names"
|
|
260794
|
-
}
|
|
260795
|
-
},
|
|
260796
|
-
"_state": {
|
|
260797
|
-
"defaultValue": null,
|
|
260798
|
-
"description": "",
|
|
260799
|
-
"name": "_state",
|
|
260800
|
-
"declarations": [
|
|
260801
|
-
{
|
|
260802
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260803
|
-
"name": "TypeLiteral"
|
|
260804
|
-
}
|
|
260805
|
-
],
|
|
260806
|
-
"required": true,
|
|
260807
|
-
"type": {
|
|
260808
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
260809
|
-
}
|
|
260810
|
-
},
|
|
260811
|
-
"_reset": {
|
|
260812
|
-
"defaultValue": null,
|
|
260813
|
-
"description": "",
|
|
260814
|
-
"name": "_reset",
|
|
260815
|
-
"declarations": [
|
|
260816
|
-
{
|
|
260817
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260818
|
-
"name": "TypeLiteral"
|
|
260819
|
-
}
|
|
260820
|
-
],
|
|
260821
|
-
"required": true,
|
|
260822
|
-
"type": {
|
|
260823
|
-
"name": "UseFormReset<T>"
|
|
260824
|
-
}
|
|
260825
|
-
},
|
|
260826
|
-
"_options": {
|
|
260827
|
-
"defaultValue": null,
|
|
260828
|
-
"description": "",
|
|
260829
|
-
"name": "_options",
|
|
260830
|
-
"declarations": [
|
|
260831
|
-
{
|
|
260832
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260833
|
-
"name": "TypeLiteral"
|
|
260834
|
-
}
|
|
260835
|
-
],
|
|
260836
|
-
"required": true,
|
|
260837
|
-
"type": {
|
|
260838
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
260839
|
-
}
|
|
260840
|
-
},
|
|
260841
|
-
"_getDirty": {
|
|
260842
|
-
"defaultValue": null,
|
|
260843
|
-
"description": "",
|
|
260844
|
-
"name": "_getDirty",
|
|
260845
|
-
"declarations": [
|
|
260846
|
-
{
|
|
260847
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260848
|
-
"name": "TypeLiteral"
|
|
260849
|
-
}
|
|
260850
|
-
],
|
|
260851
|
-
"required": true,
|
|
260852
|
-
"type": {
|
|
260853
|
-
"name": "GetIsDirty"
|
|
260854
|
-
}
|
|
260855
|
-
},
|
|
260856
|
-
"_resetDefaultValues": {
|
|
260857
|
-
"defaultValue": null,
|
|
260858
|
-
"description": "",
|
|
260859
|
-
"name": "_resetDefaultValues",
|
|
260860
|
-
"declarations": [
|
|
260861
|
-
{
|
|
260862
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260863
|
-
"name": "TypeLiteral"
|
|
260864
|
-
}
|
|
260865
|
-
],
|
|
260866
|
-
"required": true,
|
|
260867
|
-
"type": {
|
|
260868
|
-
"name": "Noop"
|
|
260869
|
-
}
|
|
260870
|
-
},
|
|
260871
|
-
"_formState": {
|
|
260872
|
-
"defaultValue": null,
|
|
260873
|
-
"description": "",
|
|
260874
|
-
"name": "_formState",
|
|
260875
|
-
"declarations": [
|
|
260876
|
-
{
|
|
260877
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260878
|
-
"name": "TypeLiteral"
|
|
260879
|
-
}
|
|
260880
|
-
],
|
|
260881
|
-
"required": true,
|
|
260882
|
-
"type": {
|
|
260883
|
-
"name": "FormState<T>"
|
|
260884
|
-
}
|
|
260885
|
-
},
|
|
260886
|
-
"_setValid": {
|
|
260887
|
-
"defaultValue": null,
|
|
260888
|
-
"description": "",
|
|
260889
|
-
"name": "_setValid",
|
|
260890
|
-
"declarations": [
|
|
260891
|
-
{
|
|
260892
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260893
|
-
"name": "TypeLiteral"
|
|
260894
|
-
}
|
|
260895
|
-
],
|
|
260896
|
-
"required": true,
|
|
260897
|
-
"type": {
|
|
260898
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
260899
|
-
}
|
|
260900
|
-
},
|
|
260901
|
-
"_fields": {
|
|
260902
|
-
"defaultValue": null,
|
|
260903
|
-
"description": "",
|
|
260904
|
-
"name": "_fields",
|
|
260905
|
-
"declarations": [
|
|
260906
|
-
{
|
|
260907
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260908
|
-
"name": "TypeLiteral"
|
|
260909
|
-
}
|
|
260910
|
-
],
|
|
260911
|
-
"required": true,
|
|
260912
|
-
"type": {
|
|
260913
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
260914
|
-
}
|
|
260915
|
-
},
|
|
260916
|
-
"_formValues": {
|
|
260917
|
-
"defaultValue": null,
|
|
260918
|
-
"description": "",
|
|
260919
|
-
"name": "_formValues",
|
|
260920
|
-
"declarations": [
|
|
260921
|
-
{
|
|
260922
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260923
|
-
"name": "TypeLiteral"
|
|
260924
|
-
}
|
|
260925
|
-
],
|
|
260926
|
-
"required": true,
|
|
260927
|
-
"type": {
|
|
260928
|
-
"name": "FieldValues"
|
|
260929
|
-
}
|
|
260930
|
-
},
|
|
260931
|
-
"_proxyFormState": {
|
|
260932
|
-
"defaultValue": null,
|
|
260933
|
-
"description": "",
|
|
260934
|
-
"name": "_proxyFormState",
|
|
260935
|
-
"declarations": [
|
|
260936
|
-
{
|
|
260937
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260938
|
-
"name": "TypeLiteral"
|
|
260939
|
-
}
|
|
260940
|
-
],
|
|
260941
|
-
"required": true,
|
|
260942
|
-
"type": {
|
|
260943
|
-
"name": "ReadFormState"
|
|
260944
|
-
}
|
|
260945
|
-
},
|
|
260946
|
-
"_defaultValues": {
|
|
260947
|
-
"defaultValue": null,
|
|
260948
|
-
"description": "",
|
|
260949
|
-
"name": "_defaultValues",
|
|
260950
|
-
"declarations": [
|
|
260951
|
-
{
|
|
260952
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260953
|
-
"name": "TypeLiteral"
|
|
260954
|
-
}
|
|
260955
|
-
],
|
|
260956
|
-
"required": true,
|
|
260957
|
-
"type": {
|
|
260958
|
-
"name": "Partial<DefaultValues<T>>"
|
|
260959
|
-
}
|
|
260960
|
-
},
|
|
260961
|
-
"_getWatch": {
|
|
260962
|
-
"defaultValue": null,
|
|
260963
|
-
"description": "",
|
|
260964
|
-
"name": "_getWatch",
|
|
260965
|
-
"declarations": [
|
|
260966
|
-
{
|
|
260967
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260968
|
-
"name": "TypeLiteral"
|
|
260969
|
-
}
|
|
260970
|
-
],
|
|
260971
|
-
"required": true,
|
|
260972
|
-
"type": {
|
|
260973
|
-
"name": "WatchInternal<T>"
|
|
260974
|
-
}
|
|
260975
|
-
},
|
|
260976
|
-
"_setFieldArray": {
|
|
260977
|
-
"defaultValue": null,
|
|
260978
|
-
"description": "",
|
|
260979
|
-
"name": "_setFieldArray",
|
|
260980
|
-
"declarations": [
|
|
260981
|
-
{
|
|
260982
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260983
|
-
"name": "TypeLiteral"
|
|
260984
|
-
}
|
|
260985
|
-
],
|
|
260986
|
-
"required": true,
|
|
260987
|
-
"type": {
|
|
260988
|
-
"name": "BatchFieldArrayUpdate"
|
|
260989
|
-
}
|
|
260990
|
-
},
|
|
260991
|
-
"_getFieldArray": {
|
|
260992
|
-
"defaultValue": null,
|
|
260993
|
-
"description": "",
|
|
260994
|
-
"name": "_getFieldArray",
|
|
260995
|
-
"declarations": [
|
|
260996
|
-
{
|
|
260997
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
260998
|
-
"name": "TypeLiteral"
|
|
260999
|
-
}
|
|
261000
|
-
],
|
|
261001
|
-
"required": true,
|
|
261002
|
-
"type": {
|
|
261003
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
261004
|
-
}
|
|
261005
|
-
},
|
|
261006
|
-
"_setErrors": {
|
|
261007
|
-
"defaultValue": null,
|
|
261008
|
-
"description": "",
|
|
261009
|
-
"name": "_setErrors",
|
|
261010
|
-
"declarations": [
|
|
261011
|
-
{
|
|
261012
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261013
|
-
"name": "TypeLiteral"
|
|
261014
|
-
}
|
|
261015
|
-
],
|
|
261016
|
-
"required": true,
|
|
261017
|
-
"type": {
|
|
261018
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
261019
|
-
}
|
|
261020
|
-
},
|
|
261021
|
-
"_setDisabledField": {
|
|
261022
|
-
"defaultValue": null,
|
|
261023
|
-
"description": "",
|
|
261024
|
-
"name": "_setDisabledField",
|
|
261025
|
-
"declarations": [
|
|
261026
|
-
{
|
|
261027
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261028
|
-
"name": "TypeLiteral"
|
|
261029
|
-
}
|
|
261030
|
-
],
|
|
261031
|
-
"required": true,
|
|
261032
|
-
"type": {
|
|
261033
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
261034
|
-
}
|
|
261035
|
-
},
|
|
261036
|
-
"_runSchema": {
|
|
261037
|
-
"defaultValue": null,
|
|
261038
|
-
"description": "",
|
|
261039
|
-
"name": "_runSchema",
|
|
261040
|
-
"declarations": [
|
|
261041
|
-
{
|
|
261042
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261043
|
-
"name": "TypeLiteral"
|
|
261044
|
-
}
|
|
261045
|
-
],
|
|
261046
|
-
"required": true,
|
|
261047
|
-
"type": {
|
|
261048
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
261049
|
-
}
|
|
261050
|
-
},
|
|
261051
|
-
"_focusError": {
|
|
261052
|
-
"defaultValue": null,
|
|
261053
|
-
"description": "",
|
|
261054
|
-
"name": "_focusError",
|
|
261055
|
-
"declarations": [
|
|
261056
|
-
{
|
|
261057
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261058
|
-
"name": "TypeLiteral"
|
|
261059
|
-
}
|
|
261060
|
-
],
|
|
261061
|
-
"required": true,
|
|
261062
|
-
"type": {
|
|
261063
|
-
"name": "() => boolean | undefined"
|
|
261064
|
-
}
|
|
261065
|
-
},
|
|
261066
|
-
"_disableForm": {
|
|
261067
|
-
"defaultValue": null,
|
|
261068
|
-
"description": "",
|
|
261069
|
-
"name": "_disableForm",
|
|
261070
|
-
"declarations": [
|
|
261071
|
-
{
|
|
261072
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261073
|
-
"name": "TypeLiteral"
|
|
261074
|
-
}
|
|
261075
|
-
],
|
|
261076
|
-
"required": true,
|
|
261077
|
-
"type": {
|
|
261078
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
261079
|
-
}
|
|
261080
|
-
},
|
|
261081
|
-
"_subscribe": {
|
|
261082
|
-
"defaultValue": null,
|
|
261083
|
-
"description": "",
|
|
261084
|
-
"name": "_subscribe",
|
|
261085
|
-
"declarations": [
|
|
261086
|
-
{
|
|
261087
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
261088
|
-
"name": "TypeLiteral"
|
|
261089
|
-
}
|
|
261090
|
-
],
|
|
261091
|
-
"required": true,
|
|
261092
|
-
"type": {
|
|
261093
|
-
"name": "FromSubscribe<T>"
|
|
261094
|
-
}
|
|
261095
|
-
}
|
|
261096
|
-
}
|
|
261097
|
-
},
|
|
261098
260370
|
{
|
|
261099
260371
|
"tags": {},
|
|
261100
260372
|
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
@@ -266633,6 +265905,734 @@
|
|
|
266633
265905
|
}
|
|
266634
265906
|
}
|
|
266635
265907
|
},
|
|
265908
|
+
{
|
|
265909
|
+
"tags": {},
|
|
265910
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
265911
|
+
"description": "",
|
|
265912
|
+
"displayName": "Field",
|
|
265913
|
+
"methods": [],
|
|
265914
|
+
"props": {
|
|
265915
|
+
"defaultValue": {
|
|
265916
|
+
"defaultValue": null,
|
|
265917
|
+
"description": "",
|
|
265918
|
+
"name": "defaultValue",
|
|
265919
|
+
"declarations": [
|
|
265920
|
+
{
|
|
265921
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265922
|
+
"name": "TypeLiteral"
|
|
265923
|
+
}
|
|
265924
|
+
],
|
|
265925
|
+
"required": false,
|
|
265926
|
+
"type": {
|
|
265927
|
+
"name": "any"
|
|
265928
|
+
}
|
|
265929
|
+
},
|
|
265930
|
+
"name": {
|
|
265931
|
+
"defaultValue": null,
|
|
265932
|
+
"description": "",
|
|
265933
|
+
"name": "name",
|
|
265934
|
+
"declarations": [
|
|
265935
|
+
{
|
|
265936
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265937
|
+
"name": "TypeLiteral"
|
|
265938
|
+
}
|
|
265939
|
+
],
|
|
265940
|
+
"required": true,
|
|
265941
|
+
"type": {
|
|
265942
|
+
"name": "string"
|
|
265943
|
+
}
|
|
265944
|
+
},
|
|
265945
|
+
"disabled": {
|
|
265946
|
+
"defaultValue": null,
|
|
265947
|
+
"description": "",
|
|
265948
|
+
"name": "disabled",
|
|
265949
|
+
"declarations": [
|
|
265950
|
+
{
|
|
265951
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265952
|
+
"name": "TypeLiteral"
|
|
265953
|
+
}
|
|
265954
|
+
],
|
|
265955
|
+
"required": false,
|
|
265956
|
+
"type": {
|
|
265957
|
+
"name": "boolean"
|
|
265958
|
+
}
|
|
265959
|
+
},
|
|
265960
|
+
"control": {
|
|
265961
|
+
"defaultValue": null,
|
|
265962
|
+
"description": "",
|
|
265963
|
+
"name": "control",
|
|
265964
|
+
"declarations": [
|
|
265965
|
+
{
|
|
265966
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265967
|
+
"name": "TypeLiteral"
|
|
265968
|
+
}
|
|
265969
|
+
],
|
|
265970
|
+
"required": false,
|
|
265971
|
+
"type": {
|
|
265972
|
+
"name": "Control<T, any, T>"
|
|
265973
|
+
}
|
|
265974
|
+
},
|
|
265975
|
+
"rules": {
|
|
265976
|
+
"defaultValue": null,
|
|
265977
|
+
"description": "",
|
|
265978
|
+
"name": "rules",
|
|
265979
|
+
"declarations": [
|
|
265980
|
+
{
|
|
265981
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265982
|
+
"name": "TypeLiteral"
|
|
265983
|
+
}
|
|
265984
|
+
],
|
|
265985
|
+
"required": false,
|
|
265986
|
+
"type": {
|
|
265987
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
265988
|
+
}
|
|
265989
|
+
},
|
|
265990
|
+
"shouldUnregister": {
|
|
265991
|
+
"defaultValue": null,
|
|
265992
|
+
"description": "",
|
|
265993
|
+
"name": "shouldUnregister",
|
|
265994
|
+
"declarations": [
|
|
265995
|
+
{
|
|
265996
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
265997
|
+
"name": "TypeLiteral"
|
|
265998
|
+
}
|
|
265999
|
+
],
|
|
266000
|
+
"required": false,
|
|
266001
|
+
"type": {
|
|
266002
|
+
"name": "boolean"
|
|
266003
|
+
}
|
|
266004
|
+
},
|
|
266005
|
+
"children": {
|
|
266006
|
+
"defaultValue": null,
|
|
266007
|
+
"description": "",
|
|
266008
|
+
"name": "children",
|
|
266009
|
+
"declarations": [
|
|
266010
|
+
{
|
|
266011
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
266012
|
+
"name": "TypeLiteral"
|
|
266013
|
+
}
|
|
266014
|
+
],
|
|
266015
|
+
"required": false,
|
|
266016
|
+
"type": {
|
|
266017
|
+
"name": "ReactNode"
|
|
266018
|
+
}
|
|
266019
|
+
}
|
|
266020
|
+
}
|
|
266021
|
+
},
|
|
266022
|
+
{
|
|
266023
|
+
"tags": {},
|
|
266024
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
266025
|
+
"description": "",
|
|
266026
|
+
"displayName": "typedField",
|
|
266027
|
+
"methods": [],
|
|
266028
|
+
"props": {
|
|
266029
|
+
"watch": {
|
|
266030
|
+
"defaultValue": null,
|
|
266031
|
+
"description": "",
|
|
266032
|
+
"name": "watch",
|
|
266033
|
+
"declarations": [
|
|
266034
|
+
{
|
|
266035
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266036
|
+
"name": "TypeLiteral"
|
|
266037
|
+
}
|
|
266038
|
+
],
|
|
266039
|
+
"required": true,
|
|
266040
|
+
"type": {
|
|
266041
|
+
"name": "UseFormWatch<T>"
|
|
266042
|
+
}
|
|
266043
|
+
},
|
|
266044
|
+
"getValues": {
|
|
266045
|
+
"defaultValue": null,
|
|
266046
|
+
"description": "",
|
|
266047
|
+
"name": "getValues",
|
|
266048
|
+
"declarations": [
|
|
266049
|
+
{
|
|
266050
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266051
|
+
"name": "TypeLiteral"
|
|
266052
|
+
}
|
|
266053
|
+
],
|
|
266054
|
+
"required": true,
|
|
266055
|
+
"type": {
|
|
266056
|
+
"name": "UseFormGetValues<T>"
|
|
266057
|
+
}
|
|
266058
|
+
},
|
|
266059
|
+
"getFieldState": {
|
|
266060
|
+
"defaultValue": null,
|
|
266061
|
+
"description": "",
|
|
266062
|
+
"name": "getFieldState",
|
|
266063
|
+
"declarations": [
|
|
266064
|
+
{
|
|
266065
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266066
|
+
"name": "TypeLiteral"
|
|
266067
|
+
},
|
|
266068
|
+
{
|
|
266069
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266070
|
+
"name": "TypeLiteral"
|
|
266071
|
+
}
|
|
266072
|
+
],
|
|
266073
|
+
"required": true,
|
|
266074
|
+
"type": {
|
|
266075
|
+
"name": "UseFormGetFieldState<T>"
|
|
266076
|
+
}
|
|
266077
|
+
},
|
|
266078
|
+
"setError": {
|
|
266079
|
+
"defaultValue": null,
|
|
266080
|
+
"description": "",
|
|
266081
|
+
"name": "setError",
|
|
266082
|
+
"declarations": [
|
|
266083
|
+
{
|
|
266084
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266085
|
+
"name": "TypeLiteral"
|
|
266086
|
+
},
|
|
266087
|
+
{
|
|
266088
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266089
|
+
"name": "TypeLiteral"
|
|
266090
|
+
}
|
|
266091
|
+
],
|
|
266092
|
+
"required": true,
|
|
266093
|
+
"type": {
|
|
266094
|
+
"name": "UseFormSetError<T>"
|
|
266095
|
+
}
|
|
266096
|
+
},
|
|
266097
|
+
"clearErrors": {
|
|
266098
|
+
"defaultValue": null,
|
|
266099
|
+
"description": "",
|
|
266100
|
+
"name": "clearErrors",
|
|
266101
|
+
"declarations": [
|
|
266102
|
+
{
|
|
266103
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266104
|
+
"name": "TypeLiteral"
|
|
266105
|
+
}
|
|
266106
|
+
],
|
|
266107
|
+
"required": true,
|
|
266108
|
+
"type": {
|
|
266109
|
+
"name": "UseFormClearErrors<T>"
|
|
266110
|
+
}
|
|
266111
|
+
},
|
|
266112
|
+
"setValue": {
|
|
266113
|
+
"defaultValue": null,
|
|
266114
|
+
"description": "",
|
|
266115
|
+
"name": "setValue",
|
|
266116
|
+
"declarations": [
|
|
266117
|
+
{
|
|
266118
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266119
|
+
"name": "TypeLiteral"
|
|
266120
|
+
}
|
|
266121
|
+
],
|
|
266122
|
+
"required": true,
|
|
266123
|
+
"type": {
|
|
266124
|
+
"name": "UseFormSetValue<T>"
|
|
266125
|
+
}
|
|
266126
|
+
},
|
|
266127
|
+
"trigger": {
|
|
266128
|
+
"defaultValue": null,
|
|
266129
|
+
"description": "",
|
|
266130
|
+
"name": "trigger",
|
|
266131
|
+
"declarations": [
|
|
266132
|
+
{
|
|
266133
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266134
|
+
"name": "TypeLiteral"
|
|
266135
|
+
}
|
|
266136
|
+
],
|
|
266137
|
+
"required": true,
|
|
266138
|
+
"type": {
|
|
266139
|
+
"name": "UseFormTrigger<T>"
|
|
266140
|
+
}
|
|
266141
|
+
},
|
|
266142
|
+
"formState": {
|
|
266143
|
+
"defaultValue": null,
|
|
266144
|
+
"description": "",
|
|
266145
|
+
"name": "formState",
|
|
266146
|
+
"declarations": [
|
|
266147
|
+
{
|
|
266148
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266149
|
+
"name": "TypeLiteral"
|
|
266150
|
+
}
|
|
266151
|
+
],
|
|
266152
|
+
"required": true,
|
|
266153
|
+
"type": {
|
|
266154
|
+
"name": "FormState<T>"
|
|
266155
|
+
}
|
|
266156
|
+
},
|
|
266157
|
+
"resetField": {
|
|
266158
|
+
"defaultValue": null,
|
|
266159
|
+
"description": "",
|
|
266160
|
+
"name": "resetField",
|
|
266161
|
+
"declarations": [
|
|
266162
|
+
{
|
|
266163
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266164
|
+
"name": "TypeLiteral"
|
|
266165
|
+
}
|
|
266166
|
+
],
|
|
266167
|
+
"required": true,
|
|
266168
|
+
"type": {
|
|
266169
|
+
"name": "UseFormResetField<T>"
|
|
266170
|
+
}
|
|
266171
|
+
},
|
|
266172
|
+
"reset": {
|
|
266173
|
+
"defaultValue": null,
|
|
266174
|
+
"description": "",
|
|
266175
|
+
"name": "reset",
|
|
266176
|
+
"declarations": [
|
|
266177
|
+
{
|
|
266178
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266179
|
+
"name": "TypeLiteral"
|
|
266180
|
+
}
|
|
266181
|
+
],
|
|
266182
|
+
"required": true,
|
|
266183
|
+
"type": {
|
|
266184
|
+
"name": "UseFormReset<T>"
|
|
266185
|
+
}
|
|
266186
|
+
},
|
|
266187
|
+
"handleSubmit": {
|
|
266188
|
+
"defaultValue": null,
|
|
266189
|
+
"description": "",
|
|
266190
|
+
"name": "handleSubmit",
|
|
266191
|
+
"declarations": [
|
|
266192
|
+
{
|
|
266193
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266194
|
+
"name": "TypeLiteral"
|
|
266195
|
+
},
|
|
266196
|
+
{
|
|
266197
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266198
|
+
"name": "TypeLiteral"
|
|
266199
|
+
}
|
|
266200
|
+
],
|
|
266201
|
+
"required": true,
|
|
266202
|
+
"type": {
|
|
266203
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
266204
|
+
}
|
|
266205
|
+
},
|
|
266206
|
+
"unregister": {
|
|
266207
|
+
"defaultValue": null,
|
|
266208
|
+
"description": "",
|
|
266209
|
+
"name": "unregister",
|
|
266210
|
+
"declarations": [
|
|
266211
|
+
{
|
|
266212
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266213
|
+
"name": "TypeLiteral"
|
|
266214
|
+
},
|
|
266215
|
+
{
|
|
266216
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266217
|
+
"name": "TypeLiteral"
|
|
266218
|
+
}
|
|
266219
|
+
],
|
|
266220
|
+
"required": true,
|
|
266221
|
+
"type": {
|
|
266222
|
+
"name": "UseFormUnregister<T>"
|
|
266223
|
+
}
|
|
266224
|
+
},
|
|
266225
|
+
"control": {
|
|
266226
|
+
"defaultValue": null,
|
|
266227
|
+
"description": "",
|
|
266228
|
+
"name": "control",
|
|
266229
|
+
"declarations": [
|
|
266230
|
+
{
|
|
266231
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266232
|
+
"name": "TypeLiteral"
|
|
266233
|
+
}
|
|
266234
|
+
],
|
|
266235
|
+
"required": true,
|
|
266236
|
+
"type": {
|
|
266237
|
+
"name": "Control<T, any, T>"
|
|
266238
|
+
}
|
|
266239
|
+
},
|
|
266240
|
+
"register": {
|
|
266241
|
+
"defaultValue": null,
|
|
266242
|
+
"description": "",
|
|
266243
|
+
"name": "register",
|
|
266244
|
+
"declarations": [
|
|
266245
|
+
{
|
|
266246
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266247
|
+
"name": "TypeLiteral"
|
|
266248
|
+
},
|
|
266249
|
+
{
|
|
266250
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266251
|
+
"name": "TypeLiteral"
|
|
266252
|
+
}
|
|
266253
|
+
],
|
|
266254
|
+
"required": true,
|
|
266255
|
+
"type": {
|
|
266256
|
+
"name": "UseFormRegister<T>"
|
|
266257
|
+
}
|
|
266258
|
+
},
|
|
266259
|
+
"setFocus": {
|
|
266260
|
+
"defaultValue": null,
|
|
266261
|
+
"description": "",
|
|
266262
|
+
"name": "setFocus",
|
|
266263
|
+
"declarations": [
|
|
266264
|
+
{
|
|
266265
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266266
|
+
"name": "TypeLiteral"
|
|
266267
|
+
}
|
|
266268
|
+
],
|
|
266269
|
+
"required": true,
|
|
266270
|
+
"type": {
|
|
266271
|
+
"name": "UseFormSetFocus<T>"
|
|
266272
|
+
}
|
|
266273
|
+
},
|
|
266274
|
+
"subscribe": {
|
|
266275
|
+
"defaultValue": null,
|
|
266276
|
+
"description": "",
|
|
266277
|
+
"name": "subscribe",
|
|
266278
|
+
"declarations": [
|
|
266279
|
+
{
|
|
266280
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266281
|
+
"name": "TypeLiteral"
|
|
266282
|
+
}
|
|
266283
|
+
],
|
|
266284
|
+
"required": true,
|
|
266285
|
+
"type": {
|
|
266286
|
+
"name": "UseFormSubscribe<T>"
|
|
266287
|
+
}
|
|
266288
|
+
},
|
|
266289
|
+
"_subjects": {
|
|
266290
|
+
"defaultValue": null,
|
|
266291
|
+
"description": "",
|
|
266292
|
+
"name": "_subjects",
|
|
266293
|
+
"declarations": [
|
|
266294
|
+
{
|
|
266295
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266296
|
+
"name": "TypeLiteral"
|
|
266297
|
+
}
|
|
266298
|
+
],
|
|
266299
|
+
"required": true,
|
|
266300
|
+
"type": {
|
|
266301
|
+
"name": "Subjects<T>"
|
|
266302
|
+
}
|
|
266303
|
+
},
|
|
266304
|
+
"_removeUnmounted": {
|
|
266305
|
+
"defaultValue": null,
|
|
266306
|
+
"description": "",
|
|
266307
|
+
"name": "_removeUnmounted",
|
|
266308
|
+
"declarations": [
|
|
266309
|
+
{
|
|
266310
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266311
|
+
"name": "TypeLiteral"
|
|
266312
|
+
}
|
|
266313
|
+
],
|
|
266314
|
+
"required": true,
|
|
266315
|
+
"type": {
|
|
266316
|
+
"name": "Noop"
|
|
266317
|
+
}
|
|
266318
|
+
},
|
|
266319
|
+
"_names": {
|
|
266320
|
+
"defaultValue": null,
|
|
266321
|
+
"description": "",
|
|
266322
|
+
"name": "_names",
|
|
266323
|
+
"declarations": [
|
|
266324
|
+
{
|
|
266325
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266326
|
+
"name": "TypeLiteral"
|
|
266327
|
+
}
|
|
266328
|
+
],
|
|
266329
|
+
"required": true,
|
|
266330
|
+
"type": {
|
|
266331
|
+
"name": "Names"
|
|
266332
|
+
}
|
|
266333
|
+
},
|
|
266334
|
+
"_state": {
|
|
266335
|
+
"defaultValue": null,
|
|
266336
|
+
"description": "",
|
|
266337
|
+
"name": "_state",
|
|
266338
|
+
"declarations": [
|
|
266339
|
+
{
|
|
266340
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266341
|
+
"name": "TypeLiteral"
|
|
266342
|
+
}
|
|
266343
|
+
],
|
|
266344
|
+
"required": true,
|
|
266345
|
+
"type": {
|
|
266346
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
266347
|
+
}
|
|
266348
|
+
},
|
|
266349
|
+
"_reset": {
|
|
266350
|
+
"defaultValue": null,
|
|
266351
|
+
"description": "",
|
|
266352
|
+
"name": "_reset",
|
|
266353
|
+
"declarations": [
|
|
266354
|
+
{
|
|
266355
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266356
|
+
"name": "TypeLiteral"
|
|
266357
|
+
}
|
|
266358
|
+
],
|
|
266359
|
+
"required": true,
|
|
266360
|
+
"type": {
|
|
266361
|
+
"name": "UseFormReset<T>"
|
|
266362
|
+
}
|
|
266363
|
+
},
|
|
266364
|
+
"_options": {
|
|
266365
|
+
"defaultValue": null,
|
|
266366
|
+
"description": "",
|
|
266367
|
+
"name": "_options",
|
|
266368
|
+
"declarations": [
|
|
266369
|
+
{
|
|
266370
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266371
|
+
"name": "TypeLiteral"
|
|
266372
|
+
}
|
|
266373
|
+
],
|
|
266374
|
+
"required": true,
|
|
266375
|
+
"type": {
|
|
266376
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
266377
|
+
}
|
|
266378
|
+
},
|
|
266379
|
+
"_getDirty": {
|
|
266380
|
+
"defaultValue": null,
|
|
266381
|
+
"description": "",
|
|
266382
|
+
"name": "_getDirty",
|
|
266383
|
+
"declarations": [
|
|
266384
|
+
{
|
|
266385
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266386
|
+
"name": "TypeLiteral"
|
|
266387
|
+
}
|
|
266388
|
+
],
|
|
266389
|
+
"required": true,
|
|
266390
|
+
"type": {
|
|
266391
|
+
"name": "GetIsDirty"
|
|
266392
|
+
}
|
|
266393
|
+
},
|
|
266394
|
+
"_resetDefaultValues": {
|
|
266395
|
+
"defaultValue": null,
|
|
266396
|
+
"description": "",
|
|
266397
|
+
"name": "_resetDefaultValues",
|
|
266398
|
+
"declarations": [
|
|
266399
|
+
{
|
|
266400
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266401
|
+
"name": "TypeLiteral"
|
|
266402
|
+
}
|
|
266403
|
+
],
|
|
266404
|
+
"required": true,
|
|
266405
|
+
"type": {
|
|
266406
|
+
"name": "Noop"
|
|
266407
|
+
}
|
|
266408
|
+
},
|
|
266409
|
+
"_formState": {
|
|
266410
|
+
"defaultValue": null,
|
|
266411
|
+
"description": "",
|
|
266412
|
+
"name": "_formState",
|
|
266413
|
+
"declarations": [
|
|
266414
|
+
{
|
|
266415
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266416
|
+
"name": "TypeLiteral"
|
|
266417
|
+
}
|
|
266418
|
+
],
|
|
266419
|
+
"required": true,
|
|
266420
|
+
"type": {
|
|
266421
|
+
"name": "FormState<T>"
|
|
266422
|
+
}
|
|
266423
|
+
},
|
|
266424
|
+
"_setValid": {
|
|
266425
|
+
"defaultValue": null,
|
|
266426
|
+
"description": "",
|
|
266427
|
+
"name": "_setValid",
|
|
266428
|
+
"declarations": [
|
|
266429
|
+
{
|
|
266430
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266431
|
+
"name": "TypeLiteral"
|
|
266432
|
+
}
|
|
266433
|
+
],
|
|
266434
|
+
"required": true,
|
|
266435
|
+
"type": {
|
|
266436
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
266437
|
+
}
|
|
266438
|
+
},
|
|
266439
|
+
"_fields": {
|
|
266440
|
+
"defaultValue": null,
|
|
266441
|
+
"description": "",
|
|
266442
|
+
"name": "_fields",
|
|
266443
|
+
"declarations": [
|
|
266444
|
+
{
|
|
266445
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266446
|
+
"name": "TypeLiteral"
|
|
266447
|
+
}
|
|
266448
|
+
],
|
|
266449
|
+
"required": true,
|
|
266450
|
+
"type": {
|
|
266451
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
266452
|
+
}
|
|
266453
|
+
},
|
|
266454
|
+
"_formValues": {
|
|
266455
|
+
"defaultValue": null,
|
|
266456
|
+
"description": "",
|
|
266457
|
+
"name": "_formValues",
|
|
266458
|
+
"declarations": [
|
|
266459
|
+
{
|
|
266460
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266461
|
+
"name": "TypeLiteral"
|
|
266462
|
+
}
|
|
266463
|
+
],
|
|
266464
|
+
"required": true,
|
|
266465
|
+
"type": {
|
|
266466
|
+
"name": "FieldValues"
|
|
266467
|
+
}
|
|
266468
|
+
},
|
|
266469
|
+
"_proxyFormState": {
|
|
266470
|
+
"defaultValue": null,
|
|
266471
|
+
"description": "",
|
|
266472
|
+
"name": "_proxyFormState",
|
|
266473
|
+
"declarations": [
|
|
266474
|
+
{
|
|
266475
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266476
|
+
"name": "TypeLiteral"
|
|
266477
|
+
}
|
|
266478
|
+
],
|
|
266479
|
+
"required": true,
|
|
266480
|
+
"type": {
|
|
266481
|
+
"name": "ReadFormState"
|
|
266482
|
+
}
|
|
266483
|
+
},
|
|
266484
|
+
"_defaultValues": {
|
|
266485
|
+
"defaultValue": null,
|
|
266486
|
+
"description": "",
|
|
266487
|
+
"name": "_defaultValues",
|
|
266488
|
+
"declarations": [
|
|
266489
|
+
{
|
|
266490
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266491
|
+
"name": "TypeLiteral"
|
|
266492
|
+
}
|
|
266493
|
+
],
|
|
266494
|
+
"required": true,
|
|
266495
|
+
"type": {
|
|
266496
|
+
"name": "Partial<DefaultValues<T>>"
|
|
266497
|
+
}
|
|
266498
|
+
},
|
|
266499
|
+
"_getWatch": {
|
|
266500
|
+
"defaultValue": null,
|
|
266501
|
+
"description": "",
|
|
266502
|
+
"name": "_getWatch",
|
|
266503
|
+
"declarations": [
|
|
266504
|
+
{
|
|
266505
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266506
|
+
"name": "TypeLiteral"
|
|
266507
|
+
}
|
|
266508
|
+
],
|
|
266509
|
+
"required": true,
|
|
266510
|
+
"type": {
|
|
266511
|
+
"name": "WatchInternal<T>"
|
|
266512
|
+
}
|
|
266513
|
+
},
|
|
266514
|
+
"_setFieldArray": {
|
|
266515
|
+
"defaultValue": null,
|
|
266516
|
+
"description": "",
|
|
266517
|
+
"name": "_setFieldArray",
|
|
266518
|
+
"declarations": [
|
|
266519
|
+
{
|
|
266520
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266521
|
+
"name": "TypeLiteral"
|
|
266522
|
+
}
|
|
266523
|
+
],
|
|
266524
|
+
"required": true,
|
|
266525
|
+
"type": {
|
|
266526
|
+
"name": "BatchFieldArrayUpdate"
|
|
266527
|
+
}
|
|
266528
|
+
},
|
|
266529
|
+
"_getFieldArray": {
|
|
266530
|
+
"defaultValue": null,
|
|
266531
|
+
"description": "",
|
|
266532
|
+
"name": "_getFieldArray",
|
|
266533
|
+
"declarations": [
|
|
266534
|
+
{
|
|
266535
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266536
|
+
"name": "TypeLiteral"
|
|
266537
|
+
}
|
|
266538
|
+
],
|
|
266539
|
+
"required": true,
|
|
266540
|
+
"type": {
|
|
266541
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
266542
|
+
}
|
|
266543
|
+
},
|
|
266544
|
+
"_setErrors": {
|
|
266545
|
+
"defaultValue": null,
|
|
266546
|
+
"description": "",
|
|
266547
|
+
"name": "_setErrors",
|
|
266548
|
+
"declarations": [
|
|
266549
|
+
{
|
|
266550
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266551
|
+
"name": "TypeLiteral"
|
|
266552
|
+
}
|
|
266553
|
+
],
|
|
266554
|
+
"required": true,
|
|
266555
|
+
"type": {
|
|
266556
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
266557
|
+
}
|
|
266558
|
+
},
|
|
266559
|
+
"_setDisabledField": {
|
|
266560
|
+
"defaultValue": null,
|
|
266561
|
+
"description": "",
|
|
266562
|
+
"name": "_setDisabledField",
|
|
266563
|
+
"declarations": [
|
|
266564
|
+
{
|
|
266565
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266566
|
+
"name": "TypeLiteral"
|
|
266567
|
+
}
|
|
266568
|
+
],
|
|
266569
|
+
"required": true,
|
|
266570
|
+
"type": {
|
|
266571
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
266572
|
+
}
|
|
266573
|
+
},
|
|
266574
|
+
"_runSchema": {
|
|
266575
|
+
"defaultValue": null,
|
|
266576
|
+
"description": "",
|
|
266577
|
+
"name": "_runSchema",
|
|
266578
|
+
"declarations": [
|
|
266579
|
+
{
|
|
266580
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266581
|
+
"name": "TypeLiteral"
|
|
266582
|
+
}
|
|
266583
|
+
],
|
|
266584
|
+
"required": true,
|
|
266585
|
+
"type": {
|
|
266586
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
266587
|
+
}
|
|
266588
|
+
},
|
|
266589
|
+
"_focusError": {
|
|
266590
|
+
"defaultValue": null,
|
|
266591
|
+
"description": "",
|
|
266592
|
+
"name": "_focusError",
|
|
266593
|
+
"declarations": [
|
|
266594
|
+
{
|
|
266595
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266596
|
+
"name": "TypeLiteral"
|
|
266597
|
+
}
|
|
266598
|
+
],
|
|
266599
|
+
"required": true,
|
|
266600
|
+
"type": {
|
|
266601
|
+
"name": "() => boolean | undefined"
|
|
266602
|
+
}
|
|
266603
|
+
},
|
|
266604
|
+
"_disableForm": {
|
|
266605
|
+
"defaultValue": null,
|
|
266606
|
+
"description": "",
|
|
266607
|
+
"name": "_disableForm",
|
|
266608
|
+
"declarations": [
|
|
266609
|
+
{
|
|
266610
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266611
|
+
"name": "TypeLiteral"
|
|
266612
|
+
}
|
|
266613
|
+
],
|
|
266614
|
+
"required": true,
|
|
266615
|
+
"type": {
|
|
266616
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
266617
|
+
}
|
|
266618
|
+
},
|
|
266619
|
+
"_subscribe": {
|
|
266620
|
+
"defaultValue": null,
|
|
266621
|
+
"description": "",
|
|
266622
|
+
"name": "_subscribe",
|
|
266623
|
+
"declarations": [
|
|
266624
|
+
{
|
|
266625
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.63.0_react@19.1.1/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
266626
|
+
"name": "TypeLiteral"
|
|
266627
|
+
}
|
|
266628
|
+
],
|
|
266629
|
+
"required": true,
|
|
266630
|
+
"type": {
|
|
266631
|
+
"name": "FromSubscribe<T>"
|
|
266632
|
+
}
|
|
266633
|
+
}
|
|
266634
|
+
}
|
|
266635
|
+
},
|
|
266636
266636
|
{
|
|
266637
266637
|
"tags": {},
|
|
266638
266638
|
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|