@mittwald/flow-react-components 0.2.0-alpha.54 → 0.2.0-alpha.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +896 -680
- package/dist/css/all.css +1 -1
- package/dist/js/components/Chat/Chat.mjs +29 -0
- package/dist/js/components/Chat/Chat.mjs.map +1 -0
- package/dist/js/components/Chat/Chat.module.scss.mjs +15 -0
- package/dist/js/components/Chat/Chat.module.scss.mjs.map +1 -0
- package/dist/js/components/FileCardList/FileCardList.mjs +3 -2
- package/dist/js/components/FileCardList/FileCardList.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconAttachment.mjs +20 -0
- package/dist/js/components/Icon/components/icons/IconAttachment.mjs.map +1 -0
- package/dist/js/components/MessageThread/MessageThread.mjs +3 -2
- package/dist/js/components/MessageThread/MessageThread.mjs.map +1 -1
- package/dist/js/components/propTypes/index.mjs +2 -0
- package/dist/js/components/propTypes/index.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/index.mjs +2 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/Chat/Chat.d.ts +9 -0
- package/dist/types/components/Chat/Chat.d.ts.map +1 -0
- package/dist/types/components/Chat/index.d.ts +4 -0
- package/dist/types/components/Chat/index.d.ts.map +1 -0
- package/dist/types/components/Chat/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Chat/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/Chat/view.d.ts +8 -0
- package/dist/types/components/Chat/view.d.ts.map +1 -0
- package/dist/types/components/FileCardList/FileCardList.d.ts +4 -3
- package/dist/types/components/FileCardList/FileCardList.d.ts.map +1 -1
- package/dist/types/components/Icon/components/icons/IconAttachment.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconAttachment.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/dist/types/components/List/typedList.d.ts +1 -1
- package/dist/types/components/MessageThread/MessageThread.d.ts +6 -3
- package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +4 -0
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/lib/propsContext/propsContext.d.ts +4 -0
- package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
- package/dist/types/views/ChatView.d.ts +5 -0
- package/dist/types/views/ChatView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -1638,25 +1638,6 @@
|
|
|
1638
1638
|
"name": "string | null"
|
|
1639
1639
|
}
|
|
1640
1640
|
},
|
|
1641
|
-
"pattern": {
|
|
1642
|
-
"defaultValue": null,
|
|
1643
|
-
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
1644
|
-
"name": "pattern",
|
|
1645
|
-
"parent": {
|
|
1646
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1647
|
-
"name": "TextInputDOMProps"
|
|
1648
|
-
},
|
|
1649
|
-
"declarations": [
|
|
1650
|
-
{
|
|
1651
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1652
|
-
"name": "TextInputDOMProps"
|
|
1653
|
-
}
|
|
1654
|
-
],
|
|
1655
|
-
"required": false,
|
|
1656
|
-
"type": {
|
|
1657
|
-
"name": "string"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
1641
|
"spellCheck": {
|
|
1661
1642
|
"defaultValue": null,
|
|
1662
1643
|
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
@@ -1980,6 +1961,25 @@
|
|
|
1980
1961
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
1981
1962
|
}
|
|
1982
1963
|
},
|
|
1964
|
+
"pattern": {
|
|
1965
|
+
"defaultValue": null,
|
|
1966
|
+
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
1967
|
+
"name": "pattern",
|
|
1968
|
+
"parent": {
|
|
1969
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1970
|
+
"name": "TextInputDOMProps"
|
|
1971
|
+
},
|
|
1972
|
+
"declarations": [
|
|
1973
|
+
{
|
|
1974
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1975
|
+
"name": "TextInputDOMProps"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"required": false,
|
|
1979
|
+
"type": {
|
|
1980
|
+
"name": "string"
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
1983
|
"type": {
|
|
1984
1984
|
"defaultValue": null,
|
|
1985
1985
|
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
@@ -2579,25 +2579,6 @@
|
|
|
2579
2579
|
"name": "((((instance: HTMLInputElement | null) => void | (() => VoidOrUndefinedOnly)) | RefObject<HTMLInputElement | null>) & (((instance: HTMLDivElement | null) => void | (() => VoidOrUndefinedOnly)) | RefObject<...>)) | null"
|
|
2580
2580
|
}
|
|
2581
2581
|
},
|
|
2582
|
-
"pattern": {
|
|
2583
|
-
"defaultValue": null,
|
|
2584
|
-
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
2585
|
-
"name": "pattern",
|
|
2586
|
-
"parent": {
|
|
2587
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
2588
|
-
"name": "TextInputDOMProps"
|
|
2589
|
-
},
|
|
2590
|
-
"declarations": [
|
|
2591
|
-
{
|
|
2592
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
2593
|
-
"name": "TextInputDOMProps"
|
|
2594
|
-
}
|
|
2595
|
-
],
|
|
2596
|
-
"required": false,
|
|
2597
|
-
"type": {
|
|
2598
|
-
"name": "string"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
2582
|
"spellCheck": {
|
|
2602
2583
|
"defaultValue": null,
|
|
2603
2584
|
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
@@ -2921,6 +2902,25 @@
|
|
|
2921
2902
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
2922
2903
|
}
|
|
2923
2904
|
},
|
|
2905
|
+
"pattern": {
|
|
2906
|
+
"defaultValue": null,
|
|
2907
|
+
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
2908
|
+
"name": "pattern",
|
|
2909
|
+
"parent": {
|
|
2910
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
2911
|
+
"name": "TextInputDOMProps"
|
|
2912
|
+
},
|
|
2913
|
+
"declarations": [
|
|
2914
|
+
{
|
|
2915
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
2916
|
+
"name": "TextInputDOMProps"
|
|
2917
|
+
}
|
|
2918
|
+
],
|
|
2919
|
+
"required": false,
|
|
2920
|
+
"type": {
|
|
2921
|
+
"name": "string"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
2924
|
"type": {
|
|
2925
2925
|
"defaultValue": null,
|
|
2926
2926
|
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
@@ -3676,25 +3676,6 @@
|
|
|
3676
3676
|
"name": "((((instance: HTMLInputElement | null) => void | (() => VoidOrUndefinedOnly)) | RefObject<HTMLInputElement | null>) & (((instance: HTMLDivElement | null) => void | (() => VoidOrUndefinedOnly)) | RefObject<...>)) | null"
|
|
3677
3677
|
}
|
|
3678
3678
|
},
|
|
3679
|
-
"pattern": {
|
|
3680
|
-
"defaultValue": null,
|
|
3681
|
-
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
3682
|
-
"name": "pattern",
|
|
3683
|
-
"parent": {
|
|
3684
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
3685
|
-
"name": "TextInputDOMProps"
|
|
3686
|
-
},
|
|
3687
|
-
"declarations": [
|
|
3688
|
-
{
|
|
3689
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
3690
|
-
"name": "TextInputDOMProps"
|
|
3691
|
-
}
|
|
3692
|
-
],
|
|
3693
|
-
"required": false,
|
|
3694
|
-
"type": {
|
|
3695
|
-
"name": "string"
|
|
3696
|
-
}
|
|
3697
|
-
},
|
|
3698
3679
|
"spellCheck": {
|
|
3699
3680
|
"defaultValue": null,
|
|
3700
3681
|
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
@@ -4018,6 +3999,25 @@
|
|
|
4018
3999
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
4019
4000
|
}
|
|
4020
4001
|
},
|
|
4002
|
+
"pattern": {
|
|
4003
|
+
"defaultValue": null,
|
|
4004
|
+
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
4005
|
+
"name": "pattern",
|
|
4006
|
+
"parent": {
|
|
4007
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4008
|
+
"name": "TextInputDOMProps"
|
|
4009
|
+
},
|
|
4010
|
+
"declarations": [
|
|
4011
|
+
{
|
|
4012
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4013
|
+
"name": "TextInputDOMProps"
|
|
4014
|
+
}
|
|
4015
|
+
],
|
|
4016
|
+
"required": false,
|
|
4017
|
+
"type": {
|
|
4018
|
+
"name": "string"
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
4021
4021
|
"type": {
|
|
4022
4022
|
"defaultValue": null,
|
|
4023
4023
|
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
@@ -4596,25 +4596,6 @@
|
|
|
4596
4596
|
"name": "string"
|
|
4597
4597
|
}
|
|
4598
4598
|
},
|
|
4599
|
-
"title": {
|
|
4600
|
-
"defaultValue": null,
|
|
4601
|
-
"description": "",
|
|
4602
|
-
"name": "title",
|
|
4603
|
-
"parent": {
|
|
4604
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4605
|
-
"name": "HTMLAttributes"
|
|
4606
|
-
},
|
|
4607
|
-
"declarations": [
|
|
4608
|
-
{
|
|
4609
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4610
|
-
"name": "HTMLAttributes"
|
|
4611
|
-
}
|
|
4612
|
-
],
|
|
4613
|
-
"required": false,
|
|
4614
|
-
"type": {
|
|
4615
|
-
"name": "string"
|
|
4616
|
-
}
|
|
4617
|
-
},
|
|
4618
4599
|
"defaultChecked": {
|
|
4619
4600
|
"defaultValue": null,
|
|
4620
4601
|
"description": "",
|
|
@@ -4900,6 +4881,25 @@
|
|
|
4900
4881
|
"name": "number"
|
|
4901
4882
|
}
|
|
4902
4883
|
},
|
|
4884
|
+
"title": {
|
|
4885
|
+
"defaultValue": null,
|
|
4886
|
+
"description": "",
|
|
4887
|
+
"name": "title",
|
|
4888
|
+
"parent": {
|
|
4889
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4890
|
+
"name": "HTMLAttributes"
|
|
4891
|
+
},
|
|
4892
|
+
"declarations": [
|
|
4893
|
+
{
|
|
4894
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4895
|
+
"name": "HTMLAttributes"
|
|
4896
|
+
}
|
|
4897
|
+
],
|
|
4898
|
+
"required": false,
|
|
4899
|
+
"type": {
|
|
4900
|
+
"name": "string"
|
|
4901
|
+
}
|
|
4902
|
+
},
|
|
4903
4903
|
"translate": {
|
|
4904
4904
|
"defaultValue": null,
|
|
4905
4905
|
"description": "",
|
|
@@ -29607,25 +29607,6 @@
|
|
|
29607
29607
|
"name": "string | null"
|
|
29608
29608
|
}
|
|
29609
29609
|
},
|
|
29610
|
-
"pattern": {
|
|
29611
|
-
"defaultValue": null,
|
|
29612
|
-
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
29613
|
-
"name": "pattern",
|
|
29614
|
-
"parent": {
|
|
29615
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29616
|
-
"name": "TextInputDOMProps"
|
|
29617
|
-
},
|
|
29618
|
-
"declarations": [
|
|
29619
|
-
{
|
|
29620
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29621
|
-
"name": "TextInputDOMProps"
|
|
29622
|
-
}
|
|
29623
|
-
],
|
|
29624
|
-
"required": false,
|
|
29625
|
-
"type": {
|
|
29626
|
-
"name": "string"
|
|
29627
|
-
}
|
|
29628
|
-
},
|
|
29629
29610
|
"spellCheck": {
|
|
29630
29611
|
"defaultValue": null,
|
|
29631
29612
|
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
@@ -29968,6 +29949,25 @@
|
|
|
29968
29949
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
29969
29950
|
}
|
|
29970
29951
|
},
|
|
29952
|
+
"pattern": {
|
|
29953
|
+
"defaultValue": null,
|
|
29954
|
+
"description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
29955
|
+
"name": "pattern",
|
|
29956
|
+
"parent": {
|
|
29957
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29958
|
+
"name": "TextInputDOMProps"
|
|
29959
|
+
},
|
|
29960
|
+
"declarations": [
|
|
29961
|
+
{
|
|
29962
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29963
|
+
"name": "TextInputDOMProps"
|
|
29964
|
+
}
|
|
29965
|
+
],
|
|
29966
|
+
"required": false,
|
|
29967
|
+
"type": {
|
|
29968
|
+
"name": "string"
|
|
29969
|
+
}
|
|
29970
|
+
},
|
|
29971
29971
|
"type": {
|
|
29972
29972
|
"defaultValue": null,
|
|
29973
29973
|
"description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
@@ -32712,42 +32712,42 @@
|
|
|
32712
32712
|
"name": "boolean"
|
|
32713
32713
|
}
|
|
32714
32714
|
},
|
|
32715
|
-
"
|
|
32715
|
+
"rel": {
|
|
32716
32716
|
"defaultValue": null,
|
|
32717
|
-
"description": "
|
|
32718
|
-
"name": "
|
|
32717
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
32718
|
+
"name": "rel",
|
|
32719
32719
|
"parent": {
|
|
32720
|
-
"fileName": "flow/node_modules/.pnpm
|
|
32721
|
-
"name": "
|
|
32720
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
32721
|
+
"name": "LinkDOMProps"
|
|
32722
32722
|
},
|
|
32723
32723
|
"declarations": [
|
|
32724
32724
|
{
|
|
32725
|
-
"fileName": "flow/node_modules/.pnpm
|
|
32726
|
-
"name": "
|
|
32725
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
32726
|
+
"name": "LinkDOMProps"
|
|
32727
32727
|
}
|
|
32728
32728
|
],
|
|
32729
32729
|
"required": false,
|
|
32730
32730
|
"type": {
|
|
32731
|
-
"name": "
|
|
32731
|
+
"name": "string"
|
|
32732
32732
|
}
|
|
32733
32733
|
},
|
|
32734
|
-
"
|
|
32734
|
+
"onAction": {
|
|
32735
32735
|
"defaultValue": null,
|
|
32736
|
-
"description": "
|
|
32737
|
-
"name": "
|
|
32736
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
32737
|
+
"name": "onAction",
|
|
32738
32738
|
"parent": {
|
|
32739
|
-
"fileName": "flow/node_modules/.pnpm
|
|
32740
|
-
"name": "
|
|
32739
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
32740
|
+
"name": "ListBoxItemProps"
|
|
32741
32741
|
},
|
|
32742
32742
|
"declarations": [
|
|
32743
32743
|
{
|
|
32744
|
-
"fileName": "flow/node_modules/.pnpm
|
|
32745
|
-
"name": "
|
|
32744
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
32745
|
+
"name": "ListBoxItemProps"
|
|
32746
32746
|
}
|
|
32747
32747
|
],
|
|
32748
32748
|
"required": false,
|
|
32749
32749
|
"type": {
|
|
32750
|
-
"name": "
|
|
32750
|
+
"name": "(() => void)"
|
|
32751
32751
|
}
|
|
32752
32752
|
},
|
|
32753
32753
|
"target": {
|
|
@@ -55461,7 +55461,7 @@
|
|
|
55461
55461
|
"flr-generate": "all",
|
|
55462
55462
|
"flr-clear-props-context": ""
|
|
55463
55463
|
},
|
|
55464
|
-
"filePath": "src/components/MessageThread/MessageThread.tsx",
|
|
55464
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
55465
55465
|
"description": "",
|
|
55466
55466
|
"displayName": "MessageThread",
|
|
55467
55467
|
"methods": [],
|
|
@@ -55499,6 +55499,82 @@
|
|
|
55499
55499
|
"type": {
|
|
55500
55500
|
"name": "string"
|
|
55501
55501
|
}
|
|
55502
|
+
},
|
|
55503
|
+
"wrapWith": {
|
|
55504
|
+
"defaultValue": null,
|
|
55505
|
+
"description": "",
|
|
55506
|
+
"name": "wrapWith",
|
|
55507
|
+
"parent": {
|
|
55508
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
55509
|
+
"name": "FlowComponentProps"
|
|
55510
|
+
},
|
|
55511
|
+
"declarations": [
|
|
55512
|
+
{
|
|
55513
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
55514
|
+
"name": "FlowComponentProps"
|
|
55515
|
+
}
|
|
55516
|
+
],
|
|
55517
|
+
"required": false,
|
|
55518
|
+
"type": {
|
|
55519
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
55520
|
+
}
|
|
55521
|
+
},
|
|
55522
|
+
"tunnelId": {
|
|
55523
|
+
"defaultValue": null,
|
|
55524
|
+
"description": "@internal",
|
|
55525
|
+
"name": "tunnelId",
|
|
55526
|
+
"parent": {
|
|
55527
|
+
"fileName": "src/lib/types/props.ts",
|
|
55528
|
+
"name": "PropsWithTunnel"
|
|
55529
|
+
},
|
|
55530
|
+
"declarations": [
|
|
55531
|
+
{
|
|
55532
|
+
"fileName": "src/lib/types/props.ts",
|
|
55533
|
+
"name": "PropsWithTunnel"
|
|
55534
|
+
}
|
|
55535
|
+
],
|
|
55536
|
+
"required": false,
|
|
55537
|
+
"type": {
|
|
55538
|
+
"name": "string | null"
|
|
55539
|
+
}
|
|
55540
|
+
},
|
|
55541
|
+
"ref": {
|
|
55542
|
+
"defaultValue": null,
|
|
55543
|
+
"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}",
|
|
55544
|
+
"name": "ref",
|
|
55545
|
+
"parent": {
|
|
55546
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55547
|
+
"name": "RefAttributes"
|
|
55548
|
+
},
|
|
55549
|
+
"declarations": [
|
|
55550
|
+
{
|
|
55551
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55552
|
+
"name": "RefAttributes"
|
|
55553
|
+
}
|
|
55554
|
+
],
|
|
55555
|
+
"required": false,
|
|
55556
|
+
"type": {
|
|
55557
|
+
"name": "Ref<HTMLDivElement>"
|
|
55558
|
+
}
|
|
55559
|
+
},
|
|
55560
|
+
"key": {
|
|
55561
|
+
"defaultValue": null,
|
|
55562
|
+
"description": "",
|
|
55563
|
+
"name": "key",
|
|
55564
|
+
"parent": {
|
|
55565
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55566
|
+
"name": "Attributes"
|
|
55567
|
+
},
|
|
55568
|
+
"declarations": [
|
|
55569
|
+
{
|
|
55570
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55571
|
+
"name": "Attributes"
|
|
55572
|
+
}
|
|
55573
|
+
],
|
|
55574
|
+
"required": false,
|
|
55575
|
+
"type": {
|
|
55576
|
+
"name": "Key | null"
|
|
55577
|
+
}
|
|
55502
55578
|
}
|
|
55503
55579
|
}
|
|
55504
55580
|
},
|
|
@@ -55832,42 +55908,42 @@
|
|
|
55832
55908
|
"name": "Key"
|
|
55833
55909
|
}
|
|
55834
55910
|
},
|
|
55835
|
-
"
|
|
55911
|
+
"rel": {
|
|
55836
55912
|
"defaultValue": null,
|
|
55837
|
-
"description": "
|
|
55838
|
-
"name": "
|
|
55913
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
55914
|
+
"name": "rel",
|
|
55839
55915
|
"parent": {
|
|
55840
|
-
"fileName": "flow/node_modules/.pnpm
|
|
55841
|
-
"name": "
|
|
55916
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
55917
|
+
"name": "LinkDOMProps"
|
|
55842
55918
|
},
|
|
55843
55919
|
"declarations": [
|
|
55844
55920
|
{
|
|
55845
|
-
"fileName": "flow/node_modules/.pnpm
|
|
55846
|
-
"name": "
|
|
55921
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
55922
|
+
"name": "LinkDOMProps"
|
|
55847
55923
|
}
|
|
55848
55924
|
],
|
|
55849
55925
|
"required": false,
|
|
55850
55926
|
"type": {
|
|
55851
|
-
"name": "
|
|
55927
|
+
"name": "string"
|
|
55852
55928
|
}
|
|
55853
55929
|
},
|
|
55854
|
-
"
|
|
55930
|
+
"onAction": {
|
|
55855
55931
|
"defaultValue": null,
|
|
55856
|
-
"description": "
|
|
55857
|
-
"name": "
|
|
55932
|
+
"description": "Handler that is called when the item is selected.",
|
|
55933
|
+
"name": "onAction",
|
|
55858
55934
|
"parent": {
|
|
55859
|
-
"fileName": "flow/node_modules/.pnpm
|
|
55860
|
-
"name": "
|
|
55935
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
55936
|
+
"name": "MenuItemProps"
|
|
55861
55937
|
},
|
|
55862
55938
|
"declarations": [
|
|
55863
55939
|
{
|
|
55864
|
-
"fileName": "flow/node_modules/.pnpm
|
|
55865
|
-
"name": "
|
|
55940
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
55941
|
+
"name": "MenuItemProps"
|
|
55866
55942
|
}
|
|
55867
55943
|
],
|
|
55868
55944
|
"required": false,
|
|
55869
55945
|
"type": {
|
|
55870
|
-
"name": "
|
|
55946
|
+
"name": "(() => void)"
|
|
55871
55947
|
}
|
|
55872
55948
|
},
|
|
55873
55949
|
"target": {
|
|
@@ -56724,101 +56800,6 @@
|
|
|
56724
56800
|
"name": "string | number"
|
|
56725
56801
|
}
|
|
56726
56802
|
},
|
|
56727
|
-
"spacing": {
|
|
56728
|
-
"defaultValue": null,
|
|
56729
|
-
"description": "",
|
|
56730
|
-
"name": "spacing",
|
|
56731
|
-
"parent": {
|
|
56732
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56733
|
-
"name": "SVGAttributes"
|
|
56734
|
-
},
|
|
56735
|
-
"declarations": [
|
|
56736
|
-
{
|
|
56737
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56738
|
-
"name": "SVGAttributes"
|
|
56739
|
-
}
|
|
56740
|
-
],
|
|
56741
|
-
"required": false,
|
|
56742
|
-
"type": {
|
|
56743
|
-
"name": "string | number"
|
|
56744
|
-
}
|
|
56745
|
-
},
|
|
56746
|
-
"clipPath": {
|
|
56747
|
-
"defaultValue": null,
|
|
56748
|
-
"description": "",
|
|
56749
|
-
"name": "clipPath",
|
|
56750
|
-
"parent": {
|
|
56751
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56752
|
-
"name": "SVGAttributes"
|
|
56753
|
-
},
|
|
56754
|
-
"declarations": [
|
|
56755
|
-
{
|
|
56756
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56757
|
-
"name": "SVGAttributes"
|
|
56758
|
-
}
|
|
56759
|
-
],
|
|
56760
|
-
"required": false,
|
|
56761
|
-
"type": {
|
|
56762
|
-
"name": "string"
|
|
56763
|
-
}
|
|
56764
|
-
},
|
|
56765
|
-
"filter": {
|
|
56766
|
-
"defaultValue": null,
|
|
56767
|
-
"description": "",
|
|
56768
|
-
"name": "filter",
|
|
56769
|
-
"parent": {
|
|
56770
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56771
|
-
"name": "SVGAttributes"
|
|
56772
|
-
},
|
|
56773
|
-
"declarations": [
|
|
56774
|
-
{
|
|
56775
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56776
|
-
"name": "SVGAttributes"
|
|
56777
|
-
}
|
|
56778
|
-
],
|
|
56779
|
-
"required": false,
|
|
56780
|
-
"type": {
|
|
56781
|
-
"name": "string"
|
|
56782
|
-
}
|
|
56783
|
-
},
|
|
56784
|
-
"mask": {
|
|
56785
|
-
"defaultValue": null,
|
|
56786
|
-
"description": "",
|
|
56787
|
-
"name": "mask",
|
|
56788
|
-
"parent": {
|
|
56789
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56790
|
-
"name": "SVGAttributes"
|
|
56791
|
-
},
|
|
56792
|
-
"declarations": [
|
|
56793
|
-
{
|
|
56794
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56795
|
-
"name": "SVGAttributes"
|
|
56796
|
-
}
|
|
56797
|
-
],
|
|
56798
|
-
"required": false,
|
|
56799
|
-
"type": {
|
|
56800
|
-
"name": "string"
|
|
56801
|
-
}
|
|
56802
|
-
},
|
|
56803
|
-
"path": {
|
|
56804
|
-
"defaultValue": null,
|
|
56805
|
-
"description": "",
|
|
56806
|
-
"name": "path",
|
|
56807
|
-
"parent": {
|
|
56808
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56809
|
-
"name": "SVGAttributes"
|
|
56810
|
-
},
|
|
56811
|
-
"declarations": [
|
|
56812
|
-
{
|
|
56813
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
56814
|
-
"name": "SVGAttributes"
|
|
56815
|
-
}
|
|
56816
|
-
],
|
|
56817
|
-
"required": false,
|
|
56818
|
-
"type": {
|
|
56819
|
-
"name": "string"
|
|
56820
|
-
}
|
|
56821
|
-
},
|
|
56822
56803
|
"suppressHydrationWarning": {
|
|
56823
56804
|
"defaultValue": null,
|
|
56824
56805
|
"description": "",
|
|
@@ -60961,6 +60942,101 @@
|
|
|
60961
60942
|
"name": "TransitionEventHandler<SVGSVGElement>"
|
|
60962
60943
|
}
|
|
60963
60944
|
},
|
|
60945
|
+
"spacing": {
|
|
60946
|
+
"defaultValue": null,
|
|
60947
|
+
"description": "",
|
|
60948
|
+
"name": "spacing",
|
|
60949
|
+
"parent": {
|
|
60950
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60951
|
+
"name": "SVGAttributes"
|
|
60952
|
+
},
|
|
60953
|
+
"declarations": [
|
|
60954
|
+
{
|
|
60955
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60956
|
+
"name": "SVGAttributes"
|
|
60957
|
+
}
|
|
60958
|
+
],
|
|
60959
|
+
"required": false,
|
|
60960
|
+
"type": {
|
|
60961
|
+
"name": "string | number"
|
|
60962
|
+
}
|
|
60963
|
+
},
|
|
60964
|
+
"clipPath": {
|
|
60965
|
+
"defaultValue": null,
|
|
60966
|
+
"description": "",
|
|
60967
|
+
"name": "clipPath",
|
|
60968
|
+
"parent": {
|
|
60969
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60970
|
+
"name": "SVGAttributes"
|
|
60971
|
+
},
|
|
60972
|
+
"declarations": [
|
|
60973
|
+
{
|
|
60974
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60975
|
+
"name": "SVGAttributes"
|
|
60976
|
+
}
|
|
60977
|
+
],
|
|
60978
|
+
"required": false,
|
|
60979
|
+
"type": {
|
|
60980
|
+
"name": "string"
|
|
60981
|
+
}
|
|
60982
|
+
},
|
|
60983
|
+
"filter": {
|
|
60984
|
+
"defaultValue": null,
|
|
60985
|
+
"description": "",
|
|
60986
|
+
"name": "filter",
|
|
60987
|
+
"parent": {
|
|
60988
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60989
|
+
"name": "SVGAttributes"
|
|
60990
|
+
},
|
|
60991
|
+
"declarations": [
|
|
60992
|
+
{
|
|
60993
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
60994
|
+
"name": "SVGAttributes"
|
|
60995
|
+
}
|
|
60996
|
+
],
|
|
60997
|
+
"required": false,
|
|
60998
|
+
"type": {
|
|
60999
|
+
"name": "string"
|
|
61000
|
+
}
|
|
61001
|
+
},
|
|
61002
|
+
"mask": {
|
|
61003
|
+
"defaultValue": null,
|
|
61004
|
+
"description": "",
|
|
61005
|
+
"name": "mask",
|
|
61006
|
+
"parent": {
|
|
61007
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
61008
|
+
"name": "SVGAttributes"
|
|
61009
|
+
},
|
|
61010
|
+
"declarations": [
|
|
61011
|
+
{
|
|
61012
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
61013
|
+
"name": "SVGAttributes"
|
|
61014
|
+
}
|
|
61015
|
+
],
|
|
61016
|
+
"required": false,
|
|
61017
|
+
"type": {
|
|
61018
|
+
"name": "string"
|
|
61019
|
+
}
|
|
61020
|
+
},
|
|
61021
|
+
"path": {
|
|
61022
|
+
"defaultValue": null,
|
|
61023
|
+
"description": "",
|
|
61024
|
+
"name": "path",
|
|
61025
|
+
"parent": {
|
|
61026
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
61027
|
+
"name": "SVGAttributes"
|
|
61028
|
+
},
|
|
61029
|
+
"declarations": [
|
|
61030
|
+
{
|
|
61031
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
61032
|
+
"name": "SVGAttributes"
|
|
61033
|
+
}
|
|
61034
|
+
],
|
|
61035
|
+
"required": false,
|
|
61036
|
+
"type": {
|
|
61037
|
+
"name": "string"
|
|
61038
|
+
}
|
|
61039
|
+
},
|
|
60964
61040
|
"height": {
|
|
60965
61041
|
"defaultValue": null,
|
|
60966
61042
|
"description": "",
|
|
@@ -72638,37 +72714,18 @@
|
|
|
72638
72714
|
"name": "string"
|
|
72639
72715
|
}
|
|
72640
72716
|
},
|
|
72641
|
-
"
|
|
72642
|
-
"defaultValue": null,
|
|
72643
|
-
"description": "",
|
|
72644
|
-
"name": "form",
|
|
72645
|
-
"parent": {
|
|
72646
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72647
|
-
"name": "LabelHTMLAttributes"
|
|
72648
|
-
},
|
|
72649
|
-
"declarations": [
|
|
72650
|
-
{
|
|
72651
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72652
|
-
"name": "LabelHTMLAttributes"
|
|
72653
|
-
}
|
|
72654
|
-
],
|
|
72655
|
-
"required": false,
|
|
72656
|
-
"type": {
|
|
72657
|
-
"name": "string"
|
|
72658
|
-
}
|
|
72659
|
-
},
|
|
72660
|
-
"title": {
|
|
72717
|
+
"elementType": {
|
|
72661
72718
|
"defaultValue": null,
|
|
72662
72719
|
"description": "",
|
|
72663
|
-
"name": "
|
|
72720
|
+
"name": "elementType",
|
|
72664
72721
|
"parent": {
|
|
72665
|
-
"fileName": "flow/node_modules/.pnpm
|
|
72666
|
-
"name": "
|
|
72722
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
72723
|
+
"name": "LabelProps"
|
|
72667
72724
|
},
|
|
72668
72725
|
"declarations": [
|
|
72669
72726
|
{
|
|
72670
|
-
"fileName": "flow/node_modules/.pnpm
|
|
72671
|
-
"name": "
|
|
72727
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
72728
|
+
"name": "LabelProps"
|
|
72672
72729
|
}
|
|
72673
72730
|
],
|
|
72674
72731
|
"required": false,
|
|
@@ -72961,6 +73018,25 @@
|
|
|
72961
73018
|
"name": "number"
|
|
72962
73019
|
}
|
|
72963
73020
|
},
|
|
73021
|
+
"title": {
|
|
73022
|
+
"defaultValue": null,
|
|
73023
|
+
"description": "",
|
|
73024
|
+
"name": "title",
|
|
73025
|
+
"parent": {
|
|
73026
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
73027
|
+
"name": "HTMLAttributes"
|
|
73028
|
+
},
|
|
73029
|
+
"declarations": [
|
|
73030
|
+
{
|
|
73031
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
73032
|
+
"name": "HTMLAttributes"
|
|
73033
|
+
}
|
|
73034
|
+
],
|
|
73035
|
+
"required": false,
|
|
73036
|
+
"type": {
|
|
73037
|
+
"name": "string"
|
|
73038
|
+
}
|
|
73039
|
+
},
|
|
72964
73040
|
"translate": {
|
|
72965
73041
|
"defaultValue": null,
|
|
72966
73042
|
"description": "",
|
|
@@ -77597,18 +77673,18 @@
|
|
|
77597
77673
|
"name": "TransitionEventHandler<HTMLLabelElement>"
|
|
77598
77674
|
}
|
|
77599
77675
|
},
|
|
77600
|
-
"
|
|
77676
|
+
"form": {
|
|
77601
77677
|
"defaultValue": null,
|
|
77602
77678
|
"description": "",
|
|
77603
|
-
"name": "
|
|
77679
|
+
"name": "form",
|
|
77604
77680
|
"parent": {
|
|
77605
|
-
"fileName": "flow/node_modules/.pnpm
|
|
77606
|
-
"name": "
|
|
77681
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
77682
|
+
"name": "LabelHTMLAttributes"
|
|
77607
77683
|
},
|
|
77608
77684
|
"declarations": [
|
|
77609
77685
|
{
|
|
77610
|
-
"fileName": "flow/node_modules/.pnpm
|
|
77611
|
-
"name": "
|
|
77686
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
77687
|
+
"name": "LabelHTMLAttributes"
|
|
77612
77688
|
}
|
|
77613
77689
|
],
|
|
77614
77690
|
"required": false,
|
|
@@ -94389,101 +94465,6 @@
|
|
|
94389
94465
|
"name": "string | number"
|
|
94390
94466
|
}
|
|
94391
94467
|
},
|
|
94392
|
-
"spacing": {
|
|
94393
|
-
"defaultValue": null,
|
|
94394
|
-
"description": "",
|
|
94395
|
-
"name": "spacing",
|
|
94396
|
-
"parent": {
|
|
94397
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94398
|
-
"name": "SVGAttributes"
|
|
94399
|
-
},
|
|
94400
|
-
"declarations": [
|
|
94401
|
-
{
|
|
94402
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94403
|
-
"name": "SVGAttributes"
|
|
94404
|
-
}
|
|
94405
|
-
],
|
|
94406
|
-
"required": false,
|
|
94407
|
-
"type": {
|
|
94408
|
-
"name": "string | number"
|
|
94409
|
-
}
|
|
94410
|
-
},
|
|
94411
|
-
"clipPath": {
|
|
94412
|
-
"defaultValue": null,
|
|
94413
|
-
"description": "",
|
|
94414
|
-
"name": "clipPath",
|
|
94415
|
-
"parent": {
|
|
94416
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94417
|
-
"name": "SVGAttributes"
|
|
94418
|
-
},
|
|
94419
|
-
"declarations": [
|
|
94420
|
-
{
|
|
94421
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94422
|
-
"name": "SVGAttributes"
|
|
94423
|
-
}
|
|
94424
|
-
],
|
|
94425
|
-
"required": false,
|
|
94426
|
-
"type": {
|
|
94427
|
-
"name": "string"
|
|
94428
|
-
}
|
|
94429
|
-
},
|
|
94430
|
-
"filter": {
|
|
94431
|
-
"defaultValue": null,
|
|
94432
|
-
"description": "",
|
|
94433
|
-
"name": "filter",
|
|
94434
|
-
"parent": {
|
|
94435
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94436
|
-
"name": "SVGAttributes"
|
|
94437
|
-
},
|
|
94438
|
-
"declarations": [
|
|
94439
|
-
{
|
|
94440
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94441
|
-
"name": "SVGAttributes"
|
|
94442
|
-
}
|
|
94443
|
-
],
|
|
94444
|
-
"required": false,
|
|
94445
|
-
"type": {
|
|
94446
|
-
"name": "string"
|
|
94447
|
-
}
|
|
94448
|
-
},
|
|
94449
|
-
"mask": {
|
|
94450
|
-
"defaultValue": null,
|
|
94451
|
-
"description": "",
|
|
94452
|
-
"name": "mask",
|
|
94453
|
-
"parent": {
|
|
94454
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94455
|
-
"name": "SVGAttributes"
|
|
94456
|
-
},
|
|
94457
|
-
"declarations": [
|
|
94458
|
-
{
|
|
94459
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94460
|
-
"name": "SVGAttributes"
|
|
94461
|
-
}
|
|
94462
|
-
],
|
|
94463
|
-
"required": false,
|
|
94464
|
-
"type": {
|
|
94465
|
-
"name": "string"
|
|
94466
|
-
}
|
|
94467
|
-
},
|
|
94468
|
-
"path": {
|
|
94469
|
-
"defaultValue": null,
|
|
94470
|
-
"description": "",
|
|
94471
|
-
"name": "path",
|
|
94472
|
-
"parent": {
|
|
94473
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94474
|
-
"name": "SVGAttributes"
|
|
94475
|
-
},
|
|
94476
|
-
"declarations": [
|
|
94477
|
-
{
|
|
94478
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
94479
|
-
"name": "SVGAttributes"
|
|
94480
|
-
}
|
|
94481
|
-
],
|
|
94482
|
-
"required": false,
|
|
94483
|
-
"type": {
|
|
94484
|
-
"name": "string"
|
|
94485
|
-
}
|
|
94486
|
-
},
|
|
94487
94468
|
"suppressHydrationWarning": {
|
|
94488
94469
|
"defaultValue": null,
|
|
94489
94470
|
"description": "",
|
|
@@ -98626,6 +98607,101 @@
|
|
|
98626
98607
|
"name": "TransitionEventHandler<SVGSVGElement>"
|
|
98627
98608
|
}
|
|
98628
98609
|
},
|
|
98610
|
+
"spacing": {
|
|
98611
|
+
"defaultValue": null,
|
|
98612
|
+
"description": "",
|
|
98613
|
+
"name": "spacing",
|
|
98614
|
+
"parent": {
|
|
98615
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98616
|
+
"name": "SVGAttributes"
|
|
98617
|
+
},
|
|
98618
|
+
"declarations": [
|
|
98619
|
+
{
|
|
98620
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98621
|
+
"name": "SVGAttributes"
|
|
98622
|
+
}
|
|
98623
|
+
],
|
|
98624
|
+
"required": false,
|
|
98625
|
+
"type": {
|
|
98626
|
+
"name": "string | number"
|
|
98627
|
+
}
|
|
98628
|
+
},
|
|
98629
|
+
"clipPath": {
|
|
98630
|
+
"defaultValue": null,
|
|
98631
|
+
"description": "",
|
|
98632
|
+
"name": "clipPath",
|
|
98633
|
+
"parent": {
|
|
98634
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98635
|
+
"name": "SVGAttributes"
|
|
98636
|
+
},
|
|
98637
|
+
"declarations": [
|
|
98638
|
+
{
|
|
98639
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98640
|
+
"name": "SVGAttributes"
|
|
98641
|
+
}
|
|
98642
|
+
],
|
|
98643
|
+
"required": false,
|
|
98644
|
+
"type": {
|
|
98645
|
+
"name": "string"
|
|
98646
|
+
}
|
|
98647
|
+
},
|
|
98648
|
+
"filter": {
|
|
98649
|
+
"defaultValue": null,
|
|
98650
|
+
"description": "",
|
|
98651
|
+
"name": "filter",
|
|
98652
|
+
"parent": {
|
|
98653
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98654
|
+
"name": "SVGAttributes"
|
|
98655
|
+
},
|
|
98656
|
+
"declarations": [
|
|
98657
|
+
{
|
|
98658
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98659
|
+
"name": "SVGAttributes"
|
|
98660
|
+
}
|
|
98661
|
+
],
|
|
98662
|
+
"required": false,
|
|
98663
|
+
"type": {
|
|
98664
|
+
"name": "string"
|
|
98665
|
+
}
|
|
98666
|
+
},
|
|
98667
|
+
"mask": {
|
|
98668
|
+
"defaultValue": null,
|
|
98669
|
+
"description": "",
|
|
98670
|
+
"name": "mask",
|
|
98671
|
+
"parent": {
|
|
98672
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98673
|
+
"name": "SVGAttributes"
|
|
98674
|
+
},
|
|
98675
|
+
"declarations": [
|
|
98676
|
+
{
|
|
98677
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98678
|
+
"name": "SVGAttributes"
|
|
98679
|
+
}
|
|
98680
|
+
],
|
|
98681
|
+
"required": false,
|
|
98682
|
+
"type": {
|
|
98683
|
+
"name": "string"
|
|
98684
|
+
}
|
|
98685
|
+
},
|
|
98686
|
+
"path": {
|
|
98687
|
+
"defaultValue": null,
|
|
98688
|
+
"description": "",
|
|
98689
|
+
"name": "path",
|
|
98690
|
+
"parent": {
|
|
98691
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98692
|
+
"name": "SVGAttributes"
|
|
98693
|
+
},
|
|
98694
|
+
"declarations": [
|
|
98695
|
+
{
|
|
98696
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
98697
|
+
"name": "SVGAttributes"
|
|
98698
|
+
}
|
|
98699
|
+
],
|
|
98700
|
+
"required": false,
|
|
98701
|
+
"type": {
|
|
98702
|
+
"name": "string"
|
|
98703
|
+
}
|
|
98704
|
+
},
|
|
98629
98705
|
"height": {
|
|
98630
98706
|
"defaultValue": null,
|
|
98631
98707
|
"description": "",
|
|
@@ -119723,7 +119799,7 @@
|
|
|
119723
119799
|
"flr-generate": "all",
|
|
119724
119800
|
"flr-clear-props-context": ""
|
|
119725
119801
|
},
|
|
119726
|
-
"filePath": "src/components/FileCardList/FileCardList.tsx",
|
|
119802
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCardList/FileCardList.tsx",
|
|
119727
119803
|
"description": "",
|
|
119728
119804
|
"displayName": "FileCardList",
|
|
119729
119805
|
"methods": [],
|
|
@@ -120047,23 +120123,101 @@
|
|
|
120047
120123
|
"name": "number[]"
|
|
120048
120124
|
}
|
|
120049
120125
|
},
|
|
120050
|
-
"
|
|
120126
|
+
"m": {
|
|
120051
120127
|
"defaultValue": null,
|
|
120052
|
-
"description": "",
|
|
120053
|
-
"name": "
|
|
120128
|
+
"description": "Column layout for container size m.",
|
|
120129
|
+
"name": "m",
|
|
120054
120130
|
"parent": {
|
|
120055
|
-
"fileName": "
|
|
120056
|
-
"name": "
|
|
120131
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120132
|
+
"name": "ColumnLayoutProps"
|
|
120057
120133
|
},
|
|
120058
120134
|
"declarations": [
|
|
120059
120135
|
{
|
|
120060
|
-
"fileName": "
|
|
120061
|
-
"name": "
|
|
120136
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120137
|
+
"name": "ColumnLayoutProps"
|
|
120062
120138
|
}
|
|
120063
120139
|
],
|
|
120064
120140
|
"required": false,
|
|
120065
120141
|
"type": {
|
|
120066
|
-
"name": "
|
|
120142
|
+
"name": "number[]"
|
|
120143
|
+
}
|
|
120144
|
+
},
|
|
120145
|
+
"l": {
|
|
120146
|
+
"defaultValue": null,
|
|
120147
|
+
"description": "Column layout for container size l.",
|
|
120148
|
+
"name": "l",
|
|
120149
|
+
"parent": {
|
|
120150
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120151
|
+
"name": "ColumnLayoutProps"
|
|
120152
|
+
},
|
|
120153
|
+
"declarations": [
|
|
120154
|
+
{
|
|
120155
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120156
|
+
"name": "ColumnLayoutProps"
|
|
120157
|
+
}
|
|
120158
|
+
],
|
|
120159
|
+
"required": false,
|
|
120160
|
+
"type": {
|
|
120161
|
+
"name": "number[]"
|
|
120162
|
+
}
|
|
120163
|
+
},
|
|
120164
|
+
"gap": {
|
|
120165
|
+
"defaultValue": {
|
|
120166
|
+
"value": "\"m\""
|
|
120167
|
+
},
|
|
120168
|
+
"description": "Size of the row and column gap between the content blocks inside the column\nlayout.",
|
|
120169
|
+
"name": "gap",
|
|
120170
|
+
"parent": {
|
|
120171
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120172
|
+
"name": "ColumnLayoutProps"
|
|
120173
|
+
},
|
|
120174
|
+
"declarations": [
|
|
120175
|
+
{
|
|
120176
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120177
|
+
"name": "ColumnLayoutProps"
|
|
120178
|
+
}
|
|
120179
|
+
],
|
|
120180
|
+
"required": false,
|
|
120181
|
+
"type": {
|
|
120182
|
+
"name": "GapSize"
|
|
120183
|
+
}
|
|
120184
|
+
},
|
|
120185
|
+
"rowGap": {
|
|
120186
|
+
"defaultValue": null,
|
|
120187
|
+
"description": "Size of the row gap between the content blocks inside the column layout.",
|
|
120188
|
+
"name": "rowGap",
|
|
120189
|
+
"parent": {
|
|
120190
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120191
|
+
"name": "ColumnLayoutProps"
|
|
120192
|
+
},
|
|
120193
|
+
"declarations": [
|
|
120194
|
+
{
|
|
120195
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120196
|
+
"name": "ColumnLayoutProps"
|
|
120197
|
+
}
|
|
120198
|
+
],
|
|
120199
|
+
"required": false,
|
|
120200
|
+
"type": {
|
|
120201
|
+
"name": "GapSize"
|
|
120202
|
+
}
|
|
120203
|
+
},
|
|
120204
|
+
"columnGap": {
|
|
120205
|
+
"defaultValue": null,
|
|
120206
|
+
"description": "Size of the column gap between the content blocks inside the column layout.",
|
|
120207
|
+
"name": "columnGap",
|
|
120208
|
+
"parent": {
|
|
120209
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120210
|
+
"name": "ColumnLayoutProps"
|
|
120211
|
+
},
|
|
120212
|
+
"declarations": [
|
|
120213
|
+
{
|
|
120214
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
120215
|
+
"name": "ColumnLayoutProps"
|
|
120216
|
+
}
|
|
120217
|
+
],
|
|
120218
|
+
"required": false,
|
|
120219
|
+
"type": {
|
|
120220
|
+
"name": "GapSize"
|
|
120067
120221
|
}
|
|
120068
120222
|
},
|
|
120069
120223
|
"defaultChecked": {
|
|
@@ -120351,6 +120505,25 @@
|
|
|
120351
120505
|
"name": "number"
|
|
120352
120506
|
}
|
|
120353
120507
|
},
|
|
120508
|
+
"title": {
|
|
120509
|
+
"defaultValue": null,
|
|
120510
|
+
"description": "",
|
|
120511
|
+
"name": "title",
|
|
120512
|
+
"parent": {
|
|
120513
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120514
|
+
"name": "HTMLAttributes"
|
|
120515
|
+
},
|
|
120516
|
+
"declarations": [
|
|
120517
|
+
{
|
|
120518
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120519
|
+
"name": "HTMLAttributes"
|
|
120520
|
+
}
|
|
120521
|
+
],
|
|
120522
|
+
"required": false,
|
|
120523
|
+
"type": {
|
|
120524
|
+
"name": "string"
|
|
120525
|
+
}
|
|
120526
|
+
},
|
|
120354
120527
|
"translate": {
|
|
120355
120528
|
"defaultValue": null,
|
|
120356
120529
|
"description": "",
|
|
@@ -124987,101 +125160,80 @@
|
|
|
124987
125160
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
124988
125161
|
}
|
|
124989
125162
|
},
|
|
124990
|
-
"
|
|
125163
|
+
"wrapWith": {
|
|
124991
125164
|
"defaultValue": null,
|
|
124992
|
-
"description": "
|
|
124993
|
-
"name": "
|
|
125165
|
+
"description": "",
|
|
125166
|
+
"name": "wrapWith",
|
|
124994
125167
|
"parent": {
|
|
124995
|
-
"fileName": "
|
|
124996
|
-
"name": "
|
|
125168
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
125169
|
+
"name": "FlowComponentProps"
|
|
124997
125170
|
},
|
|
124998
125171
|
"declarations": [
|
|
124999
125172
|
{
|
|
125000
|
-
"fileName": "
|
|
125001
|
-
"name": "
|
|
125173
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
125174
|
+
"name": "FlowComponentProps"
|
|
125002
125175
|
}
|
|
125003
125176
|
],
|
|
125004
125177
|
"required": false,
|
|
125005
125178
|
"type": {
|
|
125006
|
-
"name": "
|
|
125179
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
125007
125180
|
}
|
|
125008
125181
|
},
|
|
125009
|
-
"
|
|
125182
|
+
"tunnelId": {
|
|
125010
125183
|
"defaultValue": null,
|
|
125011
|
-
"description": "
|
|
125012
|
-
"name": "
|
|
125013
|
-
"parent": {
|
|
125014
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
125015
|
-
"name": "ColumnLayoutProps"
|
|
125016
|
-
},
|
|
125017
|
-
"declarations": [
|
|
125018
|
-
{
|
|
125019
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
125020
|
-
"name": "ColumnLayoutProps"
|
|
125021
|
-
}
|
|
125022
|
-
],
|
|
125023
|
-
"required": false,
|
|
125024
|
-
"type": {
|
|
125025
|
-
"name": "number[]"
|
|
125026
|
-
}
|
|
125027
|
-
},
|
|
125028
|
-
"gap": {
|
|
125029
|
-
"defaultValue": {
|
|
125030
|
-
"value": "\"m\""
|
|
125031
|
-
},
|
|
125032
|
-
"description": "Size of the row and column gap between the content blocks inside the column\nlayout.",
|
|
125033
|
-
"name": "gap",
|
|
125184
|
+
"description": "@internal",
|
|
125185
|
+
"name": "tunnelId",
|
|
125034
125186
|
"parent": {
|
|
125035
|
-
"fileName": "
|
|
125036
|
-
"name": "
|
|
125187
|
+
"fileName": "src/lib/types/props.ts",
|
|
125188
|
+
"name": "PropsWithTunnel"
|
|
125037
125189
|
},
|
|
125038
125190
|
"declarations": [
|
|
125039
125191
|
{
|
|
125040
|
-
"fileName": "
|
|
125041
|
-
"name": "
|
|
125192
|
+
"fileName": "src/lib/types/props.ts",
|
|
125193
|
+
"name": "PropsWithTunnel"
|
|
125042
125194
|
}
|
|
125043
125195
|
],
|
|
125044
125196
|
"required": false,
|
|
125045
125197
|
"type": {
|
|
125046
|
-
"name": "
|
|
125198
|
+
"name": "string | null"
|
|
125047
125199
|
}
|
|
125048
125200
|
},
|
|
125049
|
-
"
|
|
125201
|
+
"ref": {
|
|
125050
125202
|
"defaultValue": null,
|
|
125051
|
-
"description": "
|
|
125052
|
-
"name": "
|
|
125203
|
+
"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}",
|
|
125204
|
+
"name": "ref",
|
|
125053
125205
|
"parent": {
|
|
125054
|
-
"fileName": "
|
|
125055
|
-
"name": "
|
|
125206
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
125207
|
+
"name": "RefAttributes"
|
|
125056
125208
|
},
|
|
125057
125209
|
"declarations": [
|
|
125058
125210
|
{
|
|
125059
|
-
"fileName": "
|
|
125060
|
-
"name": "
|
|
125211
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
125212
|
+
"name": "RefAttributes"
|
|
125061
125213
|
}
|
|
125062
125214
|
],
|
|
125063
125215
|
"required": false,
|
|
125064
125216
|
"type": {
|
|
125065
|
-
"name": "
|
|
125217
|
+
"name": "Ref<HTMLDivElement>"
|
|
125066
125218
|
}
|
|
125067
125219
|
},
|
|
125068
|
-
"
|
|
125220
|
+
"key": {
|
|
125069
125221
|
"defaultValue": null,
|
|
125070
|
-
"description": "
|
|
125071
|
-
"name": "
|
|
125222
|
+
"description": "",
|
|
125223
|
+
"name": "key",
|
|
125072
125224
|
"parent": {
|
|
125073
|
-
"fileName": "
|
|
125074
|
-
"name": "
|
|
125225
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
125226
|
+
"name": "Attributes"
|
|
125075
125227
|
},
|
|
125076
125228
|
"declarations": [
|
|
125077
125229
|
{
|
|
125078
|
-
"fileName": "
|
|
125079
|
-
"name": "
|
|
125230
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
125231
|
+
"name": "Attributes"
|
|
125080
125232
|
}
|
|
125081
125233
|
],
|
|
125082
125234
|
"required": false,
|
|
125083
125235
|
"type": {
|
|
125084
|
-
"name": "
|
|
125236
|
+
"name": "Key | null"
|
|
125085
125237
|
}
|
|
125086
125238
|
}
|
|
125087
125239
|
}
|
|
@@ -131092,25 +131244,6 @@
|
|
|
131092
131244
|
"name": "string"
|
|
131093
131245
|
}
|
|
131094
131246
|
},
|
|
131095
|
-
"title": {
|
|
131096
|
-
"defaultValue": null,
|
|
131097
|
-
"description": "",
|
|
131098
|
-
"name": "title",
|
|
131099
|
-
"parent": {
|
|
131100
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
131101
|
-
"name": "HTMLAttributes"
|
|
131102
|
-
},
|
|
131103
|
-
"declarations": [
|
|
131104
|
-
{
|
|
131105
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
131106
|
-
"name": "HTMLAttributes"
|
|
131107
|
-
}
|
|
131108
|
-
],
|
|
131109
|
-
"required": false,
|
|
131110
|
-
"type": {
|
|
131111
|
-
"name": "string"
|
|
131112
|
-
}
|
|
131113
|
-
},
|
|
131114
131247
|
"defaultChecked": {
|
|
131115
131248
|
"defaultValue": null,
|
|
131116
131249
|
"description": "",
|
|
@@ -131396,6 +131529,25 @@
|
|
|
131396
131529
|
"name": "number"
|
|
131397
131530
|
}
|
|
131398
131531
|
},
|
|
131532
|
+
"title": {
|
|
131533
|
+
"defaultValue": null,
|
|
131534
|
+
"description": "",
|
|
131535
|
+
"name": "title",
|
|
131536
|
+
"parent": {
|
|
131537
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
131538
|
+
"name": "HTMLAttributes"
|
|
131539
|
+
},
|
|
131540
|
+
"declarations": [
|
|
131541
|
+
{
|
|
131542
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
131543
|
+
"name": "HTMLAttributes"
|
|
131544
|
+
}
|
|
131545
|
+
],
|
|
131546
|
+
"required": false,
|
|
131547
|
+
"type": {
|
|
131548
|
+
"name": "string"
|
|
131549
|
+
}
|
|
131550
|
+
},
|
|
131399
131551
|
"translate": {
|
|
131400
131552
|
"defaultValue": null,
|
|
131401
131553
|
"description": "",
|
|
@@ -148890,25 +149042,6 @@
|
|
|
148890
149042
|
"name": "string"
|
|
148891
149043
|
}
|
|
148892
149044
|
},
|
|
148893
|
-
"form": {
|
|
148894
|
-
"defaultValue": null,
|
|
148895
|
-
"description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.",
|
|
148896
|
-
"name": "form",
|
|
148897
|
-
"parent": {
|
|
148898
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
148899
|
-
"name": "ButtonProps"
|
|
148900
|
-
},
|
|
148901
|
-
"declarations": [
|
|
148902
|
-
{
|
|
148903
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
148904
|
-
"name": "ButtonProps"
|
|
148905
|
-
}
|
|
148906
|
-
],
|
|
148907
|
-
"required": false,
|
|
148908
|
-
"type": {
|
|
148909
|
-
"name": "string"
|
|
148910
|
-
}
|
|
148911
|
-
},
|
|
148912
149045
|
"color": {
|
|
148913
149046
|
"defaultValue": {
|
|
148914
149047
|
"value": "\"primary\""
|
|
@@ -149025,6 +149158,25 @@
|
|
|
149025
149158
|
"name": "boolean | \"false\" | \"true\" | \"mixed\""
|
|
149026
149159
|
}
|
|
149027
149160
|
},
|
|
149161
|
+
"form": {
|
|
149162
|
+
"defaultValue": null,
|
|
149163
|
+
"description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.",
|
|
149164
|
+
"name": "form",
|
|
149165
|
+
"parent": {
|
|
149166
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
149167
|
+
"name": "ButtonProps"
|
|
149168
|
+
},
|
|
149169
|
+
"declarations": [
|
|
149170
|
+
{
|
|
149171
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
149172
|
+
"name": "ButtonProps"
|
|
149173
|
+
}
|
|
149174
|
+
],
|
|
149175
|
+
"required": false,
|
|
149176
|
+
"type": {
|
|
149177
|
+
"name": "string"
|
|
149178
|
+
}
|
|
149179
|
+
},
|
|
149028
149180
|
"type": {
|
|
149029
149181
|
"defaultValue": {
|
|
149030
149182
|
"value": "'button'"
|
|
@@ -164605,6 +164757,70 @@
|
|
|
164605
164757
|
}
|
|
164606
164758
|
}
|
|
164607
164759
|
},
|
|
164760
|
+
{
|
|
164761
|
+
"tags": {
|
|
164762
|
+
"flr-generate": "all"
|
|
164763
|
+
},
|
|
164764
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
164765
|
+
"description": "",
|
|
164766
|
+
"displayName": "Chat",
|
|
164767
|
+
"methods": [],
|
|
164768
|
+
"props": {
|
|
164769
|
+
"height": {
|
|
164770
|
+
"defaultValue": null,
|
|
164771
|
+
"description": "",
|
|
164772
|
+
"name": "height",
|
|
164773
|
+
"parent": {
|
|
164774
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
164775
|
+
"name": "ChatProps"
|
|
164776
|
+
},
|
|
164777
|
+
"declarations": [
|
|
164778
|
+
{
|
|
164779
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
164780
|
+
"name": "ChatProps"
|
|
164781
|
+
}
|
|
164782
|
+
],
|
|
164783
|
+
"required": false,
|
|
164784
|
+
"type": {
|
|
164785
|
+
"name": "Height<string | number>"
|
|
164786
|
+
}
|
|
164787
|
+
},
|
|
164788
|
+
"children": {
|
|
164789
|
+
"defaultValue": null,
|
|
164790
|
+
"description": "",
|
|
164791
|
+
"name": "children",
|
|
164792
|
+
"declarations": [
|
|
164793
|
+
{
|
|
164794
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
164795
|
+
"name": "TypeLiteral"
|
|
164796
|
+
}
|
|
164797
|
+
],
|
|
164798
|
+
"required": false,
|
|
164799
|
+
"type": {
|
|
164800
|
+
"name": "ReactNode"
|
|
164801
|
+
}
|
|
164802
|
+
},
|
|
164803
|
+
"className": {
|
|
164804
|
+
"defaultValue": null,
|
|
164805
|
+
"description": "The elements class name.",
|
|
164806
|
+
"name": "className",
|
|
164807
|
+
"parent": {
|
|
164808
|
+
"fileName": "src/lib/types/props.ts",
|
|
164809
|
+
"name": "PropsWithClassName"
|
|
164810
|
+
},
|
|
164811
|
+
"declarations": [
|
|
164812
|
+
{
|
|
164813
|
+
"fileName": "src/lib/types/props.ts",
|
|
164814
|
+
"name": "PropsWithClassName"
|
|
164815
|
+
}
|
|
164816
|
+
],
|
|
164817
|
+
"required": false,
|
|
164818
|
+
"type": {
|
|
164819
|
+
"name": "string"
|
|
164820
|
+
}
|
|
164821
|
+
}
|
|
164822
|
+
}
|
|
164823
|
+
},
|
|
164608
164824
|
{
|
|
164609
164825
|
"tags": {},
|
|
164610
164826
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
@@ -166870,101 +167086,6 @@
|
|
|
166870
167086
|
"name": "string | number"
|
|
166871
167087
|
}
|
|
166872
167088
|
},
|
|
166873
|
-
"spacing": {
|
|
166874
|
-
"defaultValue": null,
|
|
166875
|
-
"description": "",
|
|
166876
|
-
"name": "spacing",
|
|
166877
|
-
"parent": {
|
|
166878
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166879
|
-
"name": "SVGAttributes"
|
|
166880
|
-
},
|
|
166881
|
-
"declarations": [
|
|
166882
|
-
{
|
|
166883
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166884
|
-
"name": "SVGAttributes"
|
|
166885
|
-
}
|
|
166886
|
-
],
|
|
166887
|
-
"required": false,
|
|
166888
|
-
"type": {
|
|
166889
|
-
"name": "string | number"
|
|
166890
|
-
}
|
|
166891
|
-
},
|
|
166892
|
-
"clipPath": {
|
|
166893
|
-
"defaultValue": null,
|
|
166894
|
-
"description": "",
|
|
166895
|
-
"name": "clipPath",
|
|
166896
|
-
"parent": {
|
|
166897
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166898
|
-
"name": "SVGAttributes"
|
|
166899
|
-
},
|
|
166900
|
-
"declarations": [
|
|
166901
|
-
{
|
|
166902
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166903
|
-
"name": "SVGAttributes"
|
|
166904
|
-
}
|
|
166905
|
-
],
|
|
166906
|
-
"required": false,
|
|
166907
|
-
"type": {
|
|
166908
|
-
"name": "string"
|
|
166909
|
-
}
|
|
166910
|
-
},
|
|
166911
|
-
"filter": {
|
|
166912
|
-
"defaultValue": null,
|
|
166913
|
-
"description": "",
|
|
166914
|
-
"name": "filter",
|
|
166915
|
-
"parent": {
|
|
166916
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166917
|
-
"name": "SVGAttributes"
|
|
166918
|
-
},
|
|
166919
|
-
"declarations": [
|
|
166920
|
-
{
|
|
166921
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166922
|
-
"name": "SVGAttributes"
|
|
166923
|
-
}
|
|
166924
|
-
],
|
|
166925
|
-
"required": false,
|
|
166926
|
-
"type": {
|
|
166927
|
-
"name": "string"
|
|
166928
|
-
}
|
|
166929
|
-
},
|
|
166930
|
-
"mask": {
|
|
166931
|
-
"defaultValue": null,
|
|
166932
|
-
"description": "",
|
|
166933
|
-
"name": "mask",
|
|
166934
|
-
"parent": {
|
|
166935
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166936
|
-
"name": "SVGAttributes"
|
|
166937
|
-
},
|
|
166938
|
-
"declarations": [
|
|
166939
|
-
{
|
|
166940
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166941
|
-
"name": "SVGAttributes"
|
|
166942
|
-
}
|
|
166943
|
-
],
|
|
166944
|
-
"required": false,
|
|
166945
|
-
"type": {
|
|
166946
|
-
"name": "string"
|
|
166947
|
-
}
|
|
166948
|
-
},
|
|
166949
|
-
"path": {
|
|
166950
|
-
"defaultValue": null,
|
|
166951
|
-
"description": "",
|
|
166952
|
-
"name": "path",
|
|
166953
|
-
"parent": {
|
|
166954
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166955
|
-
"name": "SVGAttributes"
|
|
166956
|
-
},
|
|
166957
|
-
"declarations": [
|
|
166958
|
-
{
|
|
166959
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166960
|
-
"name": "SVGAttributes"
|
|
166961
|
-
}
|
|
166962
|
-
],
|
|
166963
|
-
"required": false,
|
|
166964
|
-
"type": {
|
|
166965
|
-
"name": "string"
|
|
166966
|
-
}
|
|
166967
|
-
},
|
|
166968
167089
|
"suppressHydrationWarning": {
|
|
166969
167090
|
"defaultValue": null,
|
|
166970
167091
|
"description": "",
|
|
@@ -171107,6 +171228,101 @@
|
|
|
171107
171228
|
"name": "TransitionEventHandler<SVGSVGElement>"
|
|
171108
171229
|
}
|
|
171109
171230
|
},
|
|
171231
|
+
"spacing": {
|
|
171232
|
+
"defaultValue": null,
|
|
171233
|
+
"description": "",
|
|
171234
|
+
"name": "spacing",
|
|
171235
|
+
"parent": {
|
|
171236
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171237
|
+
"name": "SVGAttributes"
|
|
171238
|
+
},
|
|
171239
|
+
"declarations": [
|
|
171240
|
+
{
|
|
171241
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171242
|
+
"name": "SVGAttributes"
|
|
171243
|
+
}
|
|
171244
|
+
],
|
|
171245
|
+
"required": false,
|
|
171246
|
+
"type": {
|
|
171247
|
+
"name": "string | number"
|
|
171248
|
+
}
|
|
171249
|
+
},
|
|
171250
|
+
"clipPath": {
|
|
171251
|
+
"defaultValue": null,
|
|
171252
|
+
"description": "",
|
|
171253
|
+
"name": "clipPath",
|
|
171254
|
+
"parent": {
|
|
171255
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171256
|
+
"name": "SVGAttributes"
|
|
171257
|
+
},
|
|
171258
|
+
"declarations": [
|
|
171259
|
+
{
|
|
171260
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171261
|
+
"name": "SVGAttributes"
|
|
171262
|
+
}
|
|
171263
|
+
],
|
|
171264
|
+
"required": false,
|
|
171265
|
+
"type": {
|
|
171266
|
+
"name": "string"
|
|
171267
|
+
}
|
|
171268
|
+
},
|
|
171269
|
+
"filter": {
|
|
171270
|
+
"defaultValue": null,
|
|
171271
|
+
"description": "",
|
|
171272
|
+
"name": "filter",
|
|
171273
|
+
"parent": {
|
|
171274
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171275
|
+
"name": "SVGAttributes"
|
|
171276
|
+
},
|
|
171277
|
+
"declarations": [
|
|
171278
|
+
{
|
|
171279
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171280
|
+
"name": "SVGAttributes"
|
|
171281
|
+
}
|
|
171282
|
+
],
|
|
171283
|
+
"required": false,
|
|
171284
|
+
"type": {
|
|
171285
|
+
"name": "string"
|
|
171286
|
+
}
|
|
171287
|
+
},
|
|
171288
|
+
"mask": {
|
|
171289
|
+
"defaultValue": null,
|
|
171290
|
+
"description": "",
|
|
171291
|
+
"name": "mask",
|
|
171292
|
+
"parent": {
|
|
171293
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171294
|
+
"name": "SVGAttributes"
|
|
171295
|
+
},
|
|
171296
|
+
"declarations": [
|
|
171297
|
+
{
|
|
171298
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171299
|
+
"name": "SVGAttributes"
|
|
171300
|
+
}
|
|
171301
|
+
],
|
|
171302
|
+
"required": false,
|
|
171303
|
+
"type": {
|
|
171304
|
+
"name": "string"
|
|
171305
|
+
}
|
|
171306
|
+
},
|
|
171307
|
+
"path": {
|
|
171308
|
+
"defaultValue": null,
|
|
171309
|
+
"description": "",
|
|
171310
|
+
"name": "path",
|
|
171311
|
+
"parent": {
|
|
171312
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171313
|
+
"name": "SVGAttributes"
|
|
171314
|
+
},
|
|
171315
|
+
"declarations": [
|
|
171316
|
+
{
|
|
171317
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
171318
|
+
"name": "SVGAttributes"
|
|
171319
|
+
}
|
|
171320
|
+
],
|
|
171321
|
+
"required": false,
|
|
171322
|
+
"type": {
|
|
171323
|
+
"name": "string"
|
|
171324
|
+
}
|
|
171325
|
+
},
|
|
171110
171326
|
"height": {
|
|
171111
171327
|
"defaultValue": null,
|
|
171112
171328
|
"description": "",
|
|
@@ -188164,10 +188380,10 @@
|
|
|
188164
188380
|
"name": "() => ArrayIterator<any>"
|
|
188165
188381
|
}
|
|
188166
188382
|
},
|
|
188167
|
-
"__@unscopables@
|
|
188383
|
+
"__@unscopables@4591": {
|
|
188168
188384
|
"defaultValue": null,
|
|
188169
188385
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
188170
|
-
"name": "__@unscopables@
|
|
188386
|
+
"name": "__@unscopables@4591",
|
|
188171
188387
|
"parent": {
|
|
188172
188388
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
188173
188389
|
"name": "Array"
|
|
@@ -189000,10 +189216,10 @@
|
|
|
189000
189216
|
"name": "() => ArrayIterator<unknown>"
|
|
189001
189217
|
}
|
|
189002
189218
|
},
|
|
189003
|
-
"__@unscopables@
|
|
189219
|
+
"__@unscopables@4591": {
|
|
189004
189220
|
"defaultValue": null,
|
|
189005
189221
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
189006
|
-
"name": "__@unscopables@
|
|
189222
|
+
"name": "__@unscopables@4591",
|
|
189007
189223
|
"parent": {
|
|
189008
189224
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
189009
189225
|
"name": "Array"
|
|
@@ -189836,10 +190052,10 @@
|
|
|
189836
190052
|
"name": "() => ArrayIterator<unknown>"
|
|
189837
190053
|
}
|
|
189838
190054
|
},
|
|
189839
|
-
"__@unscopables@
|
|
190055
|
+
"__@unscopables@4591": {
|
|
189840
190056
|
"defaultValue": null,
|
|
189841
190057
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
189842
|
-
"name": "__@unscopables@
|
|
190058
|
+
"name": "__@unscopables@4591",
|
|
189843
190059
|
"parent": {
|
|
189844
190060
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
189845
190061
|
"name": "Array"
|
|
@@ -193454,42 +193670,42 @@
|
|
|
193454
193670
|
"name": "string | null"
|
|
193455
193671
|
}
|
|
193456
193672
|
},
|
|
193457
|
-
"
|
|
193673
|
+
"onScroll": {
|
|
193458
193674
|
"defaultValue": null,
|
|
193459
|
-
"description": "Handler that is called when a user
|
|
193460
|
-
"name": "
|
|
193675
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
193676
|
+
"name": "onScroll",
|
|
193461
193677
|
"parent": {
|
|
193462
|
-
"fileName": "flow/node_modules/.pnpm
|
|
193463
|
-
"name": "
|
|
193678
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193679
|
+
"name": "ScrollableProps"
|
|
193464
193680
|
},
|
|
193465
193681
|
"declarations": [
|
|
193466
193682
|
{
|
|
193467
|
-
"fileName": "flow/node_modules/.pnpm
|
|
193468
|
-
"name": "
|
|
193683
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193684
|
+
"name": "ScrollableProps"
|
|
193469
193685
|
}
|
|
193470
193686
|
],
|
|
193471
193687
|
"required": false,
|
|
193472
193688
|
"type": {
|
|
193473
|
-
"name": "((
|
|
193689
|
+
"name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
|
|
193474
193690
|
}
|
|
193475
193691
|
},
|
|
193476
|
-
"
|
|
193692
|
+
"onAction": {
|
|
193477
193693
|
"defaultValue": null,
|
|
193478
|
-
"description": "Handler that is called when a user
|
|
193479
|
-
"name": "
|
|
193694
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
193695
|
+
"name": "onAction",
|
|
193480
193696
|
"parent": {
|
|
193481
|
-
"fileName": "flow/node_modules/.pnpm
|
|
193482
|
-
"name": "
|
|
193697
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.5.4_react@19.0.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
193698
|
+
"name": "AriaListBoxProps"
|
|
193483
193699
|
},
|
|
193484
193700
|
"declarations": [
|
|
193485
193701
|
{
|
|
193486
|
-
"fileName": "flow/node_modules/.pnpm
|
|
193487
|
-
"name": "
|
|
193702
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.5.4_react@19.0.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
193703
|
+
"name": "AriaListBoxProps"
|
|
193488
193704
|
}
|
|
193489
193705
|
],
|
|
193490
193706
|
"required": false,
|
|
193491
193707
|
"type": {
|
|
193492
|
-
"name": "((
|
|
193708
|
+
"name": "((key: Key) => void)"
|
|
193493
193709
|
}
|
|
193494
193710
|
},
|
|
193495
193711
|
"orientation": {
|
|
@@ -204061,63 +204277,6 @@
|
|
|
204061
204277
|
"name": "Ref<HTMLFormElement>"
|
|
204062
204278
|
}
|
|
204063
204279
|
},
|
|
204064
|
-
"action": {
|
|
204065
|
-
"defaultValue": null,
|
|
204066
|
-
"description": "",
|
|
204067
|
-
"name": "action",
|
|
204068
|
-
"parent": {
|
|
204069
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204070
|
-
"name": "FormHTMLAttributes"
|
|
204071
|
-
},
|
|
204072
|
-
"declarations": [
|
|
204073
|
-
{
|
|
204074
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204075
|
-
"name": "FormHTMLAttributes"
|
|
204076
|
-
}
|
|
204077
|
-
],
|
|
204078
|
-
"required": false,
|
|
204079
|
-
"type": {
|
|
204080
|
-
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
204081
|
-
}
|
|
204082
|
-
},
|
|
204083
|
-
"title": {
|
|
204084
|
-
"defaultValue": null,
|
|
204085
|
-
"description": "",
|
|
204086
|
-
"name": "title",
|
|
204087
|
-
"parent": {
|
|
204088
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204089
|
-
"name": "HTMLAttributes"
|
|
204090
|
-
},
|
|
204091
|
-
"declarations": [
|
|
204092
|
-
{
|
|
204093
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204094
|
-
"name": "HTMLAttributes"
|
|
204095
|
-
}
|
|
204096
|
-
],
|
|
204097
|
-
"required": false,
|
|
204098
|
-
"type": {
|
|
204099
|
-
"name": "string"
|
|
204100
|
-
}
|
|
204101
|
-
},
|
|
204102
|
-
"key": {
|
|
204103
|
-
"defaultValue": null,
|
|
204104
|
-
"description": "",
|
|
204105
|
-
"name": "key",
|
|
204106
|
-
"parent": {
|
|
204107
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204108
|
-
"name": "Attributes"
|
|
204109
|
-
},
|
|
204110
|
-
"declarations": [
|
|
204111
|
-
{
|
|
204112
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204113
|
-
"name": "Attributes"
|
|
204114
|
-
}
|
|
204115
|
-
],
|
|
204116
|
-
"required": false,
|
|
204117
|
-
"type": {
|
|
204118
|
-
"name": "Key | null"
|
|
204119
|
-
}
|
|
204120
|
-
},
|
|
204121
204280
|
"defaultChecked": {
|
|
204122
204281
|
"defaultValue": null,
|
|
204123
204282
|
"description": "",
|
|
@@ -204403,6 +204562,25 @@
|
|
|
204403
204562
|
"name": "number"
|
|
204404
204563
|
}
|
|
204405
204564
|
},
|
|
204565
|
+
"title": {
|
|
204566
|
+
"defaultValue": null,
|
|
204567
|
+
"description": "",
|
|
204568
|
+
"name": "title",
|
|
204569
|
+
"parent": {
|
|
204570
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204571
|
+
"name": "HTMLAttributes"
|
|
204572
|
+
},
|
|
204573
|
+
"declarations": [
|
|
204574
|
+
{
|
|
204575
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
204576
|
+
"name": "HTMLAttributes"
|
|
204577
|
+
}
|
|
204578
|
+
],
|
|
204579
|
+
"required": false,
|
|
204580
|
+
"type": {
|
|
204581
|
+
"name": "string"
|
|
204582
|
+
}
|
|
204583
|
+
},
|
|
204406
204584
|
"translate": {
|
|
204407
204585
|
"defaultValue": null,
|
|
204408
204586
|
"description": "",
|
|
@@ -209020,6 +209198,44 @@
|
|
|
209020
209198
|
"name": "TransitionEventHandler<HTMLFormElement>"
|
|
209021
209199
|
}
|
|
209022
209200
|
},
|
|
209201
|
+
"action": {
|
|
209202
|
+
"defaultValue": null,
|
|
209203
|
+
"description": "",
|
|
209204
|
+
"name": "action",
|
|
209205
|
+
"parent": {
|
|
209206
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209207
|
+
"name": "FormHTMLAttributes"
|
|
209208
|
+
},
|
|
209209
|
+
"declarations": [
|
|
209210
|
+
{
|
|
209211
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209212
|
+
"name": "FormHTMLAttributes"
|
|
209213
|
+
}
|
|
209214
|
+
],
|
|
209215
|
+
"required": false,
|
|
209216
|
+
"type": {
|
|
209217
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
209218
|
+
}
|
|
209219
|
+
},
|
|
209220
|
+
"key": {
|
|
209221
|
+
"defaultValue": null,
|
|
209222
|
+
"description": "",
|
|
209223
|
+
"name": "key",
|
|
209224
|
+
"parent": {
|
|
209225
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209226
|
+
"name": "Attributes"
|
|
209227
|
+
},
|
|
209228
|
+
"declarations": [
|
|
209229
|
+
{
|
|
209230
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209231
|
+
"name": "Attributes"
|
|
209232
|
+
}
|
|
209233
|
+
],
|
|
209234
|
+
"required": false,
|
|
209235
|
+
"type": {
|
|
209236
|
+
"name": "Key | null"
|
|
209237
|
+
}
|
|
209238
|
+
},
|
|
209023
209239
|
"method": {
|
|
209024
209240
|
"defaultValue": null,
|
|
209025
209241
|
"description": "",
|
|
@@ -209908,44 +210124,6 @@
|
|
|
209908
210124
|
"name": "string"
|
|
209909
210125
|
}
|
|
209910
210126
|
},
|
|
209911
|
-
"title": {
|
|
209912
|
-
"defaultValue": null,
|
|
209913
|
-
"description": "",
|
|
209914
|
-
"name": "title",
|
|
209915
|
-
"parent": {
|
|
209916
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209917
|
-
"name": "HTMLAttributes"
|
|
209918
|
-
},
|
|
209919
|
-
"declarations": [
|
|
209920
|
-
{
|
|
209921
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209922
|
-
"name": "HTMLAttributes"
|
|
209923
|
-
}
|
|
209924
|
-
],
|
|
209925
|
-
"required": false,
|
|
209926
|
-
"type": {
|
|
209927
|
-
"name": "string"
|
|
209928
|
-
}
|
|
209929
|
-
},
|
|
209930
|
-
"key": {
|
|
209931
|
-
"defaultValue": null,
|
|
209932
|
-
"description": "",
|
|
209933
|
-
"name": "key",
|
|
209934
|
-
"parent": {
|
|
209935
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209936
|
-
"name": "Attributes"
|
|
209937
|
-
},
|
|
209938
|
-
"declarations": [
|
|
209939
|
-
{
|
|
209940
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209941
|
-
"name": "Attributes"
|
|
209942
|
-
}
|
|
209943
|
-
],
|
|
209944
|
-
"required": false,
|
|
209945
|
-
"type": {
|
|
209946
|
-
"name": "Key | null"
|
|
209947
|
-
}
|
|
209948
|
-
},
|
|
209949
210127
|
"defaultChecked": {
|
|
209950
210128
|
"defaultValue": null,
|
|
209951
210129
|
"description": "",
|
|
@@ -210231,6 +210409,25 @@
|
|
|
210231
210409
|
"name": "number"
|
|
210232
210410
|
}
|
|
210233
210411
|
},
|
|
210412
|
+
"title": {
|
|
210413
|
+
"defaultValue": null,
|
|
210414
|
+
"description": "",
|
|
210415
|
+
"name": "title",
|
|
210416
|
+
"parent": {
|
|
210417
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
210418
|
+
"name": "HTMLAttributes"
|
|
210419
|
+
},
|
|
210420
|
+
"declarations": [
|
|
210421
|
+
{
|
|
210422
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
210423
|
+
"name": "HTMLAttributes"
|
|
210424
|
+
}
|
|
210425
|
+
],
|
|
210426
|
+
"required": false,
|
|
210427
|
+
"type": {
|
|
210428
|
+
"name": "string"
|
|
210429
|
+
}
|
|
210430
|
+
},
|
|
210234
210431
|
"translate": {
|
|
210235
210432
|
"defaultValue": null,
|
|
210236
210433
|
"description": "",
|
|
@@ -214867,6 +215064,25 @@
|
|
|
214867
215064
|
"name": "TransitionEventHandler<HTMLAnchorElement>"
|
|
214868
215065
|
}
|
|
214869
215066
|
},
|
|
215067
|
+
"key": {
|
|
215068
|
+
"defaultValue": null,
|
|
215069
|
+
"description": "",
|
|
215070
|
+
"name": "key",
|
|
215071
|
+
"parent": {
|
|
215072
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
215073
|
+
"name": "Attributes"
|
|
215074
|
+
},
|
|
215075
|
+
"declarations": [
|
|
215076
|
+
{
|
|
215077
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
215078
|
+
"name": "Attributes"
|
|
215079
|
+
}
|
|
215080
|
+
],
|
|
215081
|
+
"required": false,
|
|
215082
|
+
"type": {
|
|
215083
|
+
"name": "Key | null"
|
|
215084
|
+
}
|
|
215085
|
+
},
|
|
214870
215086
|
"media": {
|
|
214871
215087
|
"defaultValue": null,
|
|
214872
215088
|
"description": "",
|
|
@@ -218050,25 +218266,6 @@
|
|
|
218050
218266
|
"name": "string"
|
|
218051
218267
|
}
|
|
218052
218268
|
},
|
|
218053
|
-
"title": {
|
|
218054
|
-
"defaultValue": null,
|
|
218055
|
-
"description": "",
|
|
218056
|
-
"name": "title",
|
|
218057
|
-
"parent": {
|
|
218058
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
218059
|
-
"name": "HTMLAttributes"
|
|
218060
|
-
},
|
|
218061
|
-
"declarations": [
|
|
218062
|
-
{
|
|
218063
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
218064
|
-
"name": "HTMLAttributes"
|
|
218065
|
-
}
|
|
218066
|
-
],
|
|
218067
|
-
"required": false,
|
|
218068
|
-
"type": {
|
|
218069
|
-
"name": "string"
|
|
218070
|
-
}
|
|
218071
|
-
},
|
|
218072
218269
|
"defaultChecked": {
|
|
218073
218270
|
"defaultValue": null,
|
|
218074
218271
|
"description": "",
|
|
@@ -218354,6 +218551,25 @@
|
|
|
218354
218551
|
"name": "number"
|
|
218355
218552
|
}
|
|
218356
218553
|
},
|
|
218554
|
+
"title": {
|
|
218555
|
+
"defaultValue": null,
|
|
218556
|
+
"description": "",
|
|
218557
|
+
"name": "title",
|
|
218558
|
+
"parent": {
|
|
218559
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
218560
|
+
"name": "HTMLAttributes"
|
|
218561
|
+
},
|
|
218562
|
+
"declarations": [
|
|
218563
|
+
{
|
|
218564
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
218565
|
+
"name": "HTMLAttributes"
|
|
218566
|
+
}
|
|
218567
|
+
],
|
|
218568
|
+
"required": false,
|
|
218569
|
+
"type": {
|
|
218570
|
+
"name": "string"
|
|
218571
|
+
}
|
|
218572
|
+
},
|
|
218357
218573
|
"translate": {
|
|
218358
218574
|
"defaultValue": null,
|
|
218359
218575
|
"description": "",
|