@mittwald/flow-react-components 0.2.0-alpha.694 → 0.2.0-alpha.695
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 +6 -0
- package/dist/assets/doc-properties.json +756 -756
- package/dist/js/components/src/components/Tabs/Tabs.mjs +7 -8
- package/dist/js/components/src/components/Tabs/Tabs.mjs.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
|
@@ -219991,30 +219991,6 @@
|
|
|
219991
219991
|
"methods": [],
|
|
219992
219992
|
"props": {}
|
|
219993
219993
|
},
|
|
219994
|
-
{
|
|
219995
|
-
"tags": {},
|
|
219996
|
-
"filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
|
|
219997
|
-
"description": "",
|
|
219998
|
-
"displayName": "BrowserOnly",
|
|
219999
|
-
"methods": [],
|
|
220000
|
-
"props": {
|
|
220001
|
-
"children": {
|
|
220002
|
-
"defaultValue": null,
|
|
220003
|
-
"description": "",
|
|
220004
|
-
"name": "children",
|
|
220005
|
-
"declarations": [
|
|
220006
|
-
{
|
|
220007
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
220008
|
-
"name": "TypeLiteral"
|
|
220009
|
-
}
|
|
220010
|
-
],
|
|
220011
|
-
"required": false,
|
|
220012
|
-
"type": {
|
|
220013
|
-
"name": "ReactNode"
|
|
220014
|
-
}
|
|
220015
|
-
}
|
|
220016
|
-
}
|
|
220017
|
-
},
|
|
220018
219994
|
{
|
|
220019
219995
|
"tags": {
|
|
220020
219996
|
"flr-generate": "all"
|
|
@@ -222373,6 +222349,30 @@
|
|
|
222373
222349
|
}
|
|
222374
222350
|
}
|
|
222375
222351
|
},
|
|
222352
|
+
{
|
|
222353
|
+
"tags": {},
|
|
222354
|
+
"filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
|
|
222355
|
+
"description": "",
|
|
222356
|
+
"displayName": "BrowserOnly",
|
|
222357
|
+
"methods": [],
|
|
222358
|
+
"props": {
|
|
222359
|
+
"children": {
|
|
222360
|
+
"defaultValue": null,
|
|
222361
|
+
"description": "",
|
|
222362
|
+
"name": "children",
|
|
222363
|
+
"declarations": [
|
|
222364
|
+
{
|
|
222365
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
222366
|
+
"name": "TypeLiteral"
|
|
222367
|
+
}
|
|
222368
|
+
],
|
|
222369
|
+
"required": false,
|
|
222370
|
+
"type": {
|
|
222371
|
+
"name": "ReactNode"
|
|
222372
|
+
}
|
|
222373
|
+
}
|
|
222374
|
+
}
|
|
222375
|
+
},
|
|
222376
222376
|
{
|
|
222377
222377
|
"tags": {
|
|
222378
222378
|
"flr-generate": "all"
|
|
@@ -276791,6 +276791,30 @@
|
|
|
276791
276791
|
}
|
|
276792
276792
|
}
|
|
276793
276793
|
},
|
|
276794
|
+
{
|
|
276795
|
+
"tags": {},
|
|
276796
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276797
|
+
"description": "",
|
|
276798
|
+
"displayName": "RouterProvider",
|
|
276799
|
+
"methods": [],
|
|
276800
|
+
"props": {
|
|
276801
|
+
"children": {
|
|
276802
|
+
"defaultValue": null,
|
|
276803
|
+
"description": "",
|
|
276804
|
+
"name": "children",
|
|
276805
|
+
"declarations": [
|
|
276806
|
+
{
|
|
276807
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276808
|
+
"name": "TypeLiteral"
|
|
276809
|
+
}
|
|
276810
|
+
],
|
|
276811
|
+
"required": false,
|
|
276812
|
+
"type": {
|
|
276813
|
+
"name": "ReactNode"
|
|
276814
|
+
}
|
|
276815
|
+
}
|
|
276816
|
+
}
|
|
276817
|
+
},
|
|
276794
276818
|
{
|
|
276795
276819
|
"tags": {
|
|
276796
276820
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -282319,30 +282343,6 @@
|
|
|
282319
282343
|
}
|
|
282320
282344
|
}
|
|
282321
282345
|
},
|
|
282322
|
-
{
|
|
282323
|
-
"tags": {},
|
|
282324
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
282325
|
-
"description": "",
|
|
282326
|
-
"displayName": "RouterProvider",
|
|
282327
|
-
"methods": [],
|
|
282328
|
-
"props": {
|
|
282329
|
-
"children": {
|
|
282330
|
-
"defaultValue": null,
|
|
282331
|
-
"description": "",
|
|
282332
|
-
"name": "children",
|
|
282333
|
-
"declarations": [
|
|
282334
|
-
{
|
|
282335
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
282336
|
-
"name": "TypeLiteral"
|
|
282337
|
-
}
|
|
282338
|
-
],
|
|
282339
|
-
"required": false,
|
|
282340
|
-
"type": {
|
|
282341
|
-
"name": "ReactNode"
|
|
282342
|
-
}
|
|
282343
|
-
}
|
|
282344
|
-
}
|
|
282345
|
-
},
|
|
282346
282346
|
{
|
|
282347
282347
|
"tags": {
|
|
282348
282348
|
"flr-generate": "all"
|
|
@@ -287682,9 +287682,9 @@
|
|
|
287682
287682
|
"tags": {
|
|
287683
287683
|
"flr-generate": "all"
|
|
287684
287684
|
},
|
|
287685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287685
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
287686
287686
|
"description": "",
|
|
287687
|
-
"displayName": "
|
|
287687
|
+
"displayName": "TableFooterRow",
|
|
287688
287688
|
"methods": [],
|
|
287689
287689
|
"props": {
|
|
287690
287690
|
"className": {
|
|
@@ -287746,6 +287746,25 @@
|
|
|
287746
287746
|
"name": "ReactNode"
|
|
287747
287747
|
}
|
|
287748
287748
|
},
|
|
287749
|
+
"value": {
|
|
287750
|
+
"defaultValue": null,
|
|
287751
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287752
|
+
"name": "value",
|
|
287753
|
+
"parent": {
|
|
287754
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287755
|
+
"name": "MenuItemProps"
|
|
287756
|
+
},
|
|
287757
|
+
"declarations": [
|
|
287758
|
+
{
|
|
287759
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287760
|
+
"name": "MenuItemProps"
|
|
287761
|
+
}
|
|
287762
|
+
],
|
|
287763
|
+
"required": false,
|
|
287764
|
+
"type": {
|
|
287765
|
+
"name": "object"
|
|
287766
|
+
}
|
|
287767
|
+
},
|
|
287749
287768
|
"dependencies": {
|
|
287750
287769
|
"defaultValue": null,
|
|
287751
287770
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -287765,6 +287784,82 @@
|
|
|
287765
287784
|
"name": "readonly any[]"
|
|
287766
287785
|
}
|
|
287767
287786
|
},
|
|
287787
|
+
"textValue": {
|
|
287788
|
+
"defaultValue": null,
|
|
287789
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287790
|
+
"name": "textValue",
|
|
287791
|
+
"parent": {
|
|
287792
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287793
|
+
"name": "ListBoxItemProps"
|
|
287794
|
+
},
|
|
287795
|
+
"declarations": [
|
|
287796
|
+
{
|
|
287797
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287798
|
+
"name": "ListBoxItemProps"
|
|
287799
|
+
}
|
|
287800
|
+
],
|
|
287801
|
+
"required": false,
|
|
287802
|
+
"type": {
|
|
287803
|
+
"name": "string"
|
|
287804
|
+
}
|
|
287805
|
+
},
|
|
287806
|
+
"isDisabled": {
|
|
287807
|
+
"defaultValue": null,
|
|
287808
|
+
"description": "Whether the item is disabled.",
|
|
287809
|
+
"name": "isDisabled",
|
|
287810
|
+
"parent": {
|
|
287811
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287812
|
+
"name": "ListBoxItemProps"
|
|
287813
|
+
},
|
|
287814
|
+
"declarations": [
|
|
287815
|
+
{
|
|
287816
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287817
|
+
"name": "ListBoxItemProps"
|
|
287818
|
+
}
|
|
287819
|
+
],
|
|
287820
|
+
"required": false,
|
|
287821
|
+
"type": {
|
|
287822
|
+
"name": "boolean"
|
|
287823
|
+
}
|
|
287824
|
+
},
|
|
287825
|
+
"onAction": {
|
|
287826
|
+
"defaultValue": null,
|
|
287827
|
+
"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.",
|
|
287828
|
+
"name": "onAction",
|
|
287829
|
+
"parent": {
|
|
287830
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287831
|
+
"name": "ListBoxItemProps"
|
|
287832
|
+
},
|
|
287833
|
+
"declarations": [
|
|
287834
|
+
{
|
|
287835
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287836
|
+
"name": "ListBoxItemProps"
|
|
287837
|
+
}
|
|
287838
|
+
],
|
|
287839
|
+
"required": false,
|
|
287840
|
+
"type": {
|
|
287841
|
+
"name": "(() => void)"
|
|
287842
|
+
}
|
|
287843
|
+
},
|
|
287844
|
+
"id": {
|
|
287845
|
+
"defaultValue": null,
|
|
287846
|
+
"description": "The unique id of the item.",
|
|
287847
|
+
"name": "id",
|
|
287848
|
+
"parent": {
|
|
287849
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287850
|
+
"name": "MenuItemProps"
|
|
287851
|
+
},
|
|
287852
|
+
"declarations": [
|
|
287853
|
+
{
|
|
287854
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287855
|
+
"name": "MenuItemProps"
|
|
287856
|
+
}
|
|
287857
|
+
],
|
|
287858
|
+
"required": false,
|
|
287859
|
+
"type": {
|
|
287860
|
+
"name": "Key"
|
|
287861
|
+
}
|
|
287862
|
+
},
|
|
287768
287863
|
"style": {
|
|
287769
287864
|
"defaultValue": null,
|
|
287770
287865
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -287784,6 +287879,158 @@
|
|
|
287784
287879
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287785
287880
|
}
|
|
287786
287881
|
},
|
|
287882
|
+
"href": {
|
|
287883
|
+
"defaultValue": null,
|
|
287884
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287885
|
+
"name": "href",
|
|
287886
|
+
"parent": {
|
|
287887
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287888
|
+
"name": "LinkDOMProps"
|
|
287889
|
+
},
|
|
287890
|
+
"declarations": [
|
|
287891
|
+
{
|
|
287892
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287893
|
+
"name": "LinkDOMProps"
|
|
287894
|
+
}
|
|
287895
|
+
],
|
|
287896
|
+
"required": false,
|
|
287897
|
+
"type": {
|
|
287898
|
+
"name": "string"
|
|
287899
|
+
}
|
|
287900
|
+
},
|
|
287901
|
+
"hrefLang": {
|
|
287902
|
+
"defaultValue": null,
|
|
287903
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287904
|
+
"name": "hrefLang",
|
|
287905
|
+
"parent": {
|
|
287906
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287907
|
+
"name": "LinkDOMProps"
|
|
287908
|
+
},
|
|
287909
|
+
"declarations": [
|
|
287910
|
+
{
|
|
287911
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287912
|
+
"name": "LinkDOMProps"
|
|
287913
|
+
}
|
|
287914
|
+
],
|
|
287915
|
+
"required": false,
|
|
287916
|
+
"type": {
|
|
287917
|
+
"name": "string"
|
|
287918
|
+
}
|
|
287919
|
+
},
|
|
287920
|
+
"target": {
|
|
287921
|
+
"defaultValue": null,
|
|
287922
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287923
|
+
"name": "target",
|
|
287924
|
+
"parent": {
|
|
287925
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287926
|
+
"name": "LinkDOMProps"
|
|
287927
|
+
},
|
|
287928
|
+
"declarations": [
|
|
287929
|
+
{
|
|
287930
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287931
|
+
"name": "LinkDOMProps"
|
|
287932
|
+
}
|
|
287933
|
+
],
|
|
287934
|
+
"required": false,
|
|
287935
|
+
"type": {
|
|
287936
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
287937
|
+
}
|
|
287938
|
+
},
|
|
287939
|
+
"rel": {
|
|
287940
|
+
"defaultValue": null,
|
|
287941
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287942
|
+
"name": "rel",
|
|
287943
|
+
"parent": {
|
|
287944
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287945
|
+
"name": "LinkDOMProps"
|
|
287946
|
+
},
|
|
287947
|
+
"declarations": [
|
|
287948
|
+
{
|
|
287949
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287950
|
+
"name": "LinkDOMProps"
|
|
287951
|
+
}
|
|
287952
|
+
],
|
|
287953
|
+
"required": false,
|
|
287954
|
+
"type": {
|
|
287955
|
+
"name": "string"
|
|
287956
|
+
}
|
|
287957
|
+
},
|
|
287958
|
+
"download": {
|
|
287959
|
+
"defaultValue": null,
|
|
287960
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
287961
|
+
"name": "download",
|
|
287962
|
+
"parent": {
|
|
287963
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287964
|
+
"name": "LinkDOMProps"
|
|
287965
|
+
},
|
|
287966
|
+
"declarations": [
|
|
287967
|
+
{
|
|
287968
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287969
|
+
"name": "LinkDOMProps"
|
|
287970
|
+
}
|
|
287971
|
+
],
|
|
287972
|
+
"required": false,
|
|
287973
|
+
"type": {
|
|
287974
|
+
"name": "string | boolean"
|
|
287975
|
+
}
|
|
287976
|
+
},
|
|
287977
|
+
"ping": {
|
|
287978
|
+
"defaultValue": null,
|
|
287979
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
287980
|
+
"name": "ping",
|
|
287981
|
+
"parent": {
|
|
287982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287983
|
+
"name": "LinkDOMProps"
|
|
287984
|
+
},
|
|
287985
|
+
"declarations": [
|
|
287986
|
+
{
|
|
287987
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287988
|
+
"name": "LinkDOMProps"
|
|
287989
|
+
}
|
|
287990
|
+
],
|
|
287991
|
+
"required": false,
|
|
287992
|
+
"type": {
|
|
287993
|
+
"name": "string"
|
|
287994
|
+
}
|
|
287995
|
+
},
|
|
287996
|
+
"referrerPolicy": {
|
|
287997
|
+
"defaultValue": null,
|
|
287998
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
287999
|
+
"name": "referrerPolicy",
|
|
288000
|
+
"parent": {
|
|
288001
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288002
|
+
"name": "LinkDOMProps"
|
|
288003
|
+
},
|
|
288004
|
+
"declarations": [
|
|
288005
|
+
{
|
|
288006
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288007
|
+
"name": "LinkDOMProps"
|
|
288008
|
+
}
|
|
288009
|
+
],
|
|
288010
|
+
"required": false,
|
|
288011
|
+
"type": {
|
|
288012
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
288013
|
+
}
|
|
288014
|
+
},
|
|
288015
|
+
"routerOptions": {
|
|
288016
|
+
"defaultValue": null,
|
|
288017
|
+
"description": "Options for the configured client side router.",
|
|
288018
|
+
"name": "routerOptions",
|
|
288019
|
+
"parent": {
|
|
288020
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288021
|
+
"name": "LinkDOMProps"
|
|
288022
|
+
},
|
|
288023
|
+
"declarations": [
|
|
288024
|
+
{
|
|
288025
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288026
|
+
"name": "LinkDOMProps"
|
|
288027
|
+
}
|
|
288028
|
+
],
|
|
288029
|
+
"required": false,
|
|
288030
|
+
"type": {
|
|
288031
|
+
"name": "undefined"
|
|
288032
|
+
}
|
|
288033
|
+
},
|
|
287787
288034
|
"onHoverStart": {
|
|
287788
288035
|
"defaultValue": null,
|
|
287789
288036
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -287841,6 +288088,120 @@
|
|
|
287841
288088
|
"name": "((isHovering: boolean) => void)"
|
|
287842
288089
|
}
|
|
287843
288090
|
},
|
|
288091
|
+
"onPress": {
|
|
288092
|
+
"defaultValue": null,
|
|
288093
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
288094
|
+
"name": "onPress",
|
|
288095
|
+
"parent": {
|
|
288096
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288097
|
+
"name": "PressEvents"
|
|
288098
|
+
},
|
|
288099
|
+
"declarations": [
|
|
288100
|
+
{
|
|
288101
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288102
|
+
"name": "PressEvents"
|
|
288103
|
+
}
|
|
288104
|
+
],
|
|
288105
|
+
"required": false,
|
|
288106
|
+
"type": {
|
|
288107
|
+
"name": "((e: PressEvent) => void)"
|
|
288108
|
+
}
|
|
288109
|
+
},
|
|
288110
|
+
"onPressStart": {
|
|
288111
|
+
"defaultValue": null,
|
|
288112
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
288113
|
+
"name": "onPressStart",
|
|
288114
|
+
"parent": {
|
|
288115
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288116
|
+
"name": "PressEvents"
|
|
288117
|
+
},
|
|
288118
|
+
"declarations": [
|
|
288119
|
+
{
|
|
288120
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288121
|
+
"name": "PressEvents"
|
|
288122
|
+
}
|
|
288123
|
+
],
|
|
288124
|
+
"required": false,
|
|
288125
|
+
"type": {
|
|
288126
|
+
"name": "((e: PressEvent) => void)"
|
|
288127
|
+
}
|
|
288128
|
+
},
|
|
288129
|
+
"onPressEnd": {
|
|
288130
|
+
"defaultValue": null,
|
|
288131
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
288132
|
+
"name": "onPressEnd",
|
|
288133
|
+
"parent": {
|
|
288134
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288135
|
+
"name": "PressEvents"
|
|
288136
|
+
},
|
|
288137
|
+
"declarations": [
|
|
288138
|
+
{
|
|
288139
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288140
|
+
"name": "PressEvents"
|
|
288141
|
+
}
|
|
288142
|
+
],
|
|
288143
|
+
"required": false,
|
|
288144
|
+
"type": {
|
|
288145
|
+
"name": "((e: PressEvent) => void)"
|
|
288146
|
+
}
|
|
288147
|
+
},
|
|
288148
|
+
"onPressChange": {
|
|
288149
|
+
"defaultValue": null,
|
|
288150
|
+
"description": "Handler that is called when the press state changes.",
|
|
288151
|
+
"name": "onPressChange",
|
|
288152
|
+
"parent": {
|
|
288153
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288154
|
+
"name": "PressEvents"
|
|
288155
|
+
},
|
|
288156
|
+
"declarations": [
|
|
288157
|
+
{
|
|
288158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288159
|
+
"name": "PressEvents"
|
|
288160
|
+
}
|
|
288161
|
+
],
|
|
288162
|
+
"required": false,
|
|
288163
|
+
"type": {
|
|
288164
|
+
"name": "((isPressed: boolean) => void)"
|
|
288165
|
+
}
|
|
288166
|
+
},
|
|
288167
|
+
"onPressUp": {
|
|
288168
|
+
"defaultValue": null,
|
|
288169
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
288170
|
+
"name": "onPressUp",
|
|
288171
|
+
"parent": {
|
|
288172
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288173
|
+
"name": "PressEvents"
|
|
288174
|
+
},
|
|
288175
|
+
"declarations": [
|
|
288176
|
+
{
|
|
288177
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288178
|
+
"name": "PressEvents"
|
|
288179
|
+
}
|
|
288180
|
+
],
|
|
288181
|
+
"required": false,
|
|
288182
|
+
"type": {
|
|
288183
|
+
"name": "((e: PressEvent) => void)"
|
|
288184
|
+
}
|
|
288185
|
+
},
|
|
288186
|
+
"onClick": {
|
|
288187
|
+
"defaultValue": null,
|
|
288188
|
+
"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.",
|
|
288189
|
+
"name": "onClick",
|
|
288190
|
+
"parent": {
|
|
288191
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288192
|
+
"name": "PressEvents"
|
|
288193
|
+
},
|
|
288194
|
+
"declarations": [
|
|
288195
|
+
{
|
|
288196
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288197
|
+
"name": "PressEvents"
|
|
288198
|
+
}
|
|
288199
|
+
],
|
|
288200
|
+
"required": false,
|
|
288201
|
+
"type": {
|
|
288202
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
288203
|
+
}
|
|
288204
|
+
},
|
|
287844
288205
|
"dir": {
|
|
287845
288206
|
"defaultValue": null,
|
|
287846
288207
|
"description": "",
|
|
@@ -287936,25 +288297,6 @@
|
|
|
287936
288297
|
"name": "\"yes\" | \"no\""
|
|
287937
288298
|
}
|
|
287938
288299
|
},
|
|
287939
|
-
"onClick": {
|
|
287940
|
-
"defaultValue": null,
|
|
287941
|
-
"description": "",
|
|
287942
|
-
"name": "onClick",
|
|
287943
|
-
"parent": {
|
|
287944
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287945
|
-
"name": "GlobalDOMEvents"
|
|
287946
|
-
},
|
|
287947
|
-
"declarations": [
|
|
287948
|
-
{
|
|
287949
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287950
|
-
"name": "GlobalDOMEvents"
|
|
287951
|
-
}
|
|
287952
|
-
],
|
|
287953
|
-
"required": false,
|
|
287954
|
-
"type": {
|
|
287955
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
287956
|
-
}
|
|
287957
|
-
},
|
|
287958
288300
|
"onClickCapture": {
|
|
287959
288301
|
"defaultValue": null,
|
|
287960
288302
|
"description": "",
|
|
@@ -289151,6 +289493,21 @@
|
|
|
289151
289493
|
"type": {
|
|
289152
289494
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289153
289495
|
}
|
|
289496
|
+
},
|
|
289497
|
+
"footer": {
|
|
289498
|
+
"defaultValue": null,
|
|
289499
|
+
"description": "@internal",
|
|
289500
|
+
"name": "footer",
|
|
289501
|
+
"declarations": [
|
|
289502
|
+
{
|
|
289503
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
289504
|
+
"name": "TypeLiteral"
|
|
289505
|
+
}
|
|
289506
|
+
],
|
|
289507
|
+
"required": false,
|
|
289508
|
+
"type": {
|
|
289509
|
+
"name": "boolean"
|
|
289510
|
+
}
|
|
289154
289511
|
}
|
|
289155
289512
|
}
|
|
289156
289513
|
},
|
|
@@ -289158,9 +289515,9 @@
|
|
|
289158
289515
|
"tags": {
|
|
289159
289516
|
"flr-generate": "all"
|
|
289160
289517
|
},
|
|
289161
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
289518
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
289162
289519
|
"description": "",
|
|
289163
|
-
"displayName": "
|
|
289520
|
+
"displayName": "TableHeader",
|
|
289164
289521
|
"methods": [],
|
|
289165
289522
|
"props": {
|
|
289166
289523
|
"className": {
|
|
@@ -289222,25 +289579,6 @@
|
|
|
289222
289579
|
"name": "ReactNode"
|
|
289223
289580
|
}
|
|
289224
289581
|
},
|
|
289225
|
-
"value": {
|
|
289226
|
-
"defaultValue": null,
|
|
289227
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
289228
|
-
"name": "value",
|
|
289229
|
-
"parent": {
|
|
289230
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289231
|
-
"name": "MenuItemProps"
|
|
289232
|
-
},
|
|
289233
|
-
"declarations": [
|
|
289234
|
-
{
|
|
289235
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289236
|
-
"name": "MenuItemProps"
|
|
289237
|
-
}
|
|
289238
|
-
],
|
|
289239
|
-
"required": false,
|
|
289240
|
-
"type": {
|
|
289241
|
-
"name": "object"
|
|
289242
|
-
}
|
|
289243
|
-
},
|
|
289244
289582
|
"dependencies": {
|
|
289245
289583
|
"defaultValue": null,
|
|
289246
289584
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -289260,82 +289598,6 @@
|
|
|
289260
289598
|
"name": "readonly any[]"
|
|
289261
289599
|
}
|
|
289262
289600
|
},
|
|
289263
|
-
"textValue": {
|
|
289264
|
-
"defaultValue": null,
|
|
289265
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
289266
|
-
"name": "textValue",
|
|
289267
|
-
"parent": {
|
|
289268
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289269
|
-
"name": "ListBoxItemProps"
|
|
289270
|
-
},
|
|
289271
|
-
"declarations": [
|
|
289272
|
-
{
|
|
289273
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289274
|
-
"name": "ListBoxItemProps"
|
|
289275
|
-
}
|
|
289276
|
-
],
|
|
289277
|
-
"required": false,
|
|
289278
|
-
"type": {
|
|
289279
|
-
"name": "string"
|
|
289280
|
-
}
|
|
289281
|
-
},
|
|
289282
|
-
"isDisabled": {
|
|
289283
|
-
"defaultValue": null,
|
|
289284
|
-
"description": "Whether the item is disabled.",
|
|
289285
|
-
"name": "isDisabled",
|
|
289286
|
-
"parent": {
|
|
289287
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289288
|
-
"name": "ListBoxItemProps"
|
|
289289
|
-
},
|
|
289290
|
-
"declarations": [
|
|
289291
|
-
{
|
|
289292
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289293
|
-
"name": "ListBoxItemProps"
|
|
289294
|
-
}
|
|
289295
|
-
],
|
|
289296
|
-
"required": false,
|
|
289297
|
-
"type": {
|
|
289298
|
-
"name": "boolean"
|
|
289299
|
-
}
|
|
289300
|
-
},
|
|
289301
|
-
"onAction": {
|
|
289302
|
-
"defaultValue": null,
|
|
289303
|
-
"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.",
|
|
289304
|
-
"name": "onAction",
|
|
289305
|
-
"parent": {
|
|
289306
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289307
|
-
"name": "ListBoxItemProps"
|
|
289308
|
-
},
|
|
289309
|
-
"declarations": [
|
|
289310
|
-
{
|
|
289311
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289312
|
-
"name": "ListBoxItemProps"
|
|
289313
|
-
}
|
|
289314
|
-
],
|
|
289315
|
-
"required": false,
|
|
289316
|
-
"type": {
|
|
289317
|
-
"name": "(() => void)"
|
|
289318
|
-
}
|
|
289319
|
-
},
|
|
289320
|
-
"id": {
|
|
289321
|
-
"defaultValue": null,
|
|
289322
|
-
"description": "The unique id of the item.",
|
|
289323
|
-
"name": "id",
|
|
289324
|
-
"parent": {
|
|
289325
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289326
|
-
"name": "MenuItemProps"
|
|
289327
|
-
},
|
|
289328
|
-
"declarations": [
|
|
289329
|
-
{
|
|
289330
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289331
|
-
"name": "MenuItemProps"
|
|
289332
|
-
}
|
|
289333
|
-
],
|
|
289334
|
-
"required": false,
|
|
289335
|
-
"type": {
|
|
289336
|
-
"name": "Key"
|
|
289337
|
-
}
|
|
289338
|
-
},
|
|
289339
289601
|
"style": {
|
|
289340
289602
|
"defaultValue": null,
|
|
289341
289603
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -289355,158 +289617,6 @@
|
|
|
289355
289617
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
289356
289618
|
}
|
|
289357
289619
|
},
|
|
289358
|
-
"href": {
|
|
289359
|
-
"defaultValue": null,
|
|
289360
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
289361
|
-
"name": "href",
|
|
289362
|
-
"parent": {
|
|
289363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289364
|
-
"name": "LinkDOMProps"
|
|
289365
|
-
},
|
|
289366
|
-
"declarations": [
|
|
289367
|
-
{
|
|
289368
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289369
|
-
"name": "LinkDOMProps"
|
|
289370
|
-
}
|
|
289371
|
-
],
|
|
289372
|
-
"required": false,
|
|
289373
|
-
"type": {
|
|
289374
|
-
"name": "string"
|
|
289375
|
-
}
|
|
289376
|
-
},
|
|
289377
|
-
"hrefLang": {
|
|
289378
|
-
"defaultValue": null,
|
|
289379
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
289380
|
-
"name": "hrefLang",
|
|
289381
|
-
"parent": {
|
|
289382
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289383
|
-
"name": "LinkDOMProps"
|
|
289384
|
-
},
|
|
289385
|
-
"declarations": [
|
|
289386
|
-
{
|
|
289387
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289388
|
-
"name": "LinkDOMProps"
|
|
289389
|
-
}
|
|
289390
|
-
],
|
|
289391
|
-
"required": false,
|
|
289392
|
-
"type": {
|
|
289393
|
-
"name": "string"
|
|
289394
|
-
}
|
|
289395
|
-
},
|
|
289396
|
-
"target": {
|
|
289397
|
-
"defaultValue": null,
|
|
289398
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
289399
|
-
"name": "target",
|
|
289400
|
-
"parent": {
|
|
289401
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289402
|
-
"name": "LinkDOMProps"
|
|
289403
|
-
},
|
|
289404
|
-
"declarations": [
|
|
289405
|
-
{
|
|
289406
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289407
|
-
"name": "LinkDOMProps"
|
|
289408
|
-
}
|
|
289409
|
-
],
|
|
289410
|
-
"required": false,
|
|
289411
|
-
"type": {
|
|
289412
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
289413
|
-
}
|
|
289414
|
-
},
|
|
289415
|
-
"rel": {
|
|
289416
|
-
"defaultValue": null,
|
|
289417
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
289418
|
-
"name": "rel",
|
|
289419
|
-
"parent": {
|
|
289420
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289421
|
-
"name": "LinkDOMProps"
|
|
289422
|
-
},
|
|
289423
|
-
"declarations": [
|
|
289424
|
-
{
|
|
289425
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289426
|
-
"name": "LinkDOMProps"
|
|
289427
|
-
}
|
|
289428
|
-
],
|
|
289429
|
-
"required": false,
|
|
289430
|
-
"type": {
|
|
289431
|
-
"name": "string"
|
|
289432
|
-
}
|
|
289433
|
-
},
|
|
289434
|
-
"download": {
|
|
289435
|
-
"defaultValue": null,
|
|
289436
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
289437
|
-
"name": "download",
|
|
289438
|
-
"parent": {
|
|
289439
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289440
|
-
"name": "LinkDOMProps"
|
|
289441
|
-
},
|
|
289442
|
-
"declarations": [
|
|
289443
|
-
{
|
|
289444
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289445
|
-
"name": "LinkDOMProps"
|
|
289446
|
-
}
|
|
289447
|
-
],
|
|
289448
|
-
"required": false,
|
|
289449
|
-
"type": {
|
|
289450
|
-
"name": "string | boolean"
|
|
289451
|
-
}
|
|
289452
|
-
},
|
|
289453
|
-
"ping": {
|
|
289454
|
-
"defaultValue": null,
|
|
289455
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
289456
|
-
"name": "ping",
|
|
289457
|
-
"parent": {
|
|
289458
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289459
|
-
"name": "LinkDOMProps"
|
|
289460
|
-
},
|
|
289461
|
-
"declarations": [
|
|
289462
|
-
{
|
|
289463
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289464
|
-
"name": "LinkDOMProps"
|
|
289465
|
-
}
|
|
289466
|
-
],
|
|
289467
|
-
"required": false,
|
|
289468
|
-
"type": {
|
|
289469
|
-
"name": "string"
|
|
289470
|
-
}
|
|
289471
|
-
},
|
|
289472
|
-
"referrerPolicy": {
|
|
289473
|
-
"defaultValue": null,
|
|
289474
|
-
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
289475
|
-
"name": "referrerPolicy",
|
|
289476
|
-
"parent": {
|
|
289477
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289478
|
-
"name": "LinkDOMProps"
|
|
289479
|
-
},
|
|
289480
|
-
"declarations": [
|
|
289481
|
-
{
|
|
289482
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289483
|
-
"name": "LinkDOMProps"
|
|
289484
|
-
}
|
|
289485
|
-
],
|
|
289486
|
-
"required": false,
|
|
289487
|
-
"type": {
|
|
289488
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
289489
|
-
}
|
|
289490
|
-
},
|
|
289491
|
-
"routerOptions": {
|
|
289492
|
-
"defaultValue": null,
|
|
289493
|
-
"description": "Options for the configured client side router.",
|
|
289494
|
-
"name": "routerOptions",
|
|
289495
|
-
"parent": {
|
|
289496
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289497
|
-
"name": "LinkDOMProps"
|
|
289498
|
-
},
|
|
289499
|
-
"declarations": [
|
|
289500
|
-
{
|
|
289501
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289502
|
-
"name": "LinkDOMProps"
|
|
289503
|
-
}
|
|
289504
|
-
],
|
|
289505
|
-
"required": false,
|
|
289506
|
-
"type": {
|
|
289507
|
-
"name": "undefined"
|
|
289508
|
-
}
|
|
289509
|
-
},
|
|
289510
289620
|
"onHoverStart": {
|
|
289511
289621
|
"defaultValue": null,
|
|
289512
289622
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -289564,120 +289674,6 @@
|
|
|
289564
289674
|
"name": "((isHovering: boolean) => void)"
|
|
289565
289675
|
}
|
|
289566
289676
|
},
|
|
289567
|
-
"onPress": {
|
|
289568
|
-
"defaultValue": null,
|
|
289569
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
289570
|
-
"name": "onPress",
|
|
289571
|
-
"parent": {
|
|
289572
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289573
|
-
"name": "PressEvents"
|
|
289574
|
-
},
|
|
289575
|
-
"declarations": [
|
|
289576
|
-
{
|
|
289577
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289578
|
-
"name": "PressEvents"
|
|
289579
|
-
}
|
|
289580
|
-
],
|
|
289581
|
-
"required": false,
|
|
289582
|
-
"type": {
|
|
289583
|
-
"name": "((e: PressEvent) => void)"
|
|
289584
|
-
}
|
|
289585
|
-
},
|
|
289586
|
-
"onPressStart": {
|
|
289587
|
-
"defaultValue": null,
|
|
289588
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
289589
|
-
"name": "onPressStart",
|
|
289590
|
-
"parent": {
|
|
289591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289592
|
-
"name": "PressEvents"
|
|
289593
|
-
},
|
|
289594
|
-
"declarations": [
|
|
289595
|
-
{
|
|
289596
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289597
|
-
"name": "PressEvents"
|
|
289598
|
-
}
|
|
289599
|
-
],
|
|
289600
|
-
"required": false,
|
|
289601
|
-
"type": {
|
|
289602
|
-
"name": "((e: PressEvent) => void)"
|
|
289603
|
-
}
|
|
289604
|
-
},
|
|
289605
|
-
"onPressEnd": {
|
|
289606
|
-
"defaultValue": null,
|
|
289607
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
289608
|
-
"name": "onPressEnd",
|
|
289609
|
-
"parent": {
|
|
289610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289611
|
-
"name": "PressEvents"
|
|
289612
|
-
},
|
|
289613
|
-
"declarations": [
|
|
289614
|
-
{
|
|
289615
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289616
|
-
"name": "PressEvents"
|
|
289617
|
-
}
|
|
289618
|
-
],
|
|
289619
|
-
"required": false,
|
|
289620
|
-
"type": {
|
|
289621
|
-
"name": "((e: PressEvent) => void)"
|
|
289622
|
-
}
|
|
289623
|
-
},
|
|
289624
|
-
"onPressChange": {
|
|
289625
|
-
"defaultValue": null,
|
|
289626
|
-
"description": "Handler that is called when the press state changes.",
|
|
289627
|
-
"name": "onPressChange",
|
|
289628
|
-
"parent": {
|
|
289629
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289630
|
-
"name": "PressEvents"
|
|
289631
|
-
},
|
|
289632
|
-
"declarations": [
|
|
289633
|
-
{
|
|
289634
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289635
|
-
"name": "PressEvents"
|
|
289636
|
-
}
|
|
289637
|
-
],
|
|
289638
|
-
"required": false,
|
|
289639
|
-
"type": {
|
|
289640
|
-
"name": "((isPressed: boolean) => void)"
|
|
289641
|
-
}
|
|
289642
|
-
},
|
|
289643
|
-
"onPressUp": {
|
|
289644
|
-
"defaultValue": null,
|
|
289645
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
289646
|
-
"name": "onPressUp",
|
|
289647
|
-
"parent": {
|
|
289648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289649
|
-
"name": "PressEvents"
|
|
289650
|
-
},
|
|
289651
|
-
"declarations": [
|
|
289652
|
-
{
|
|
289653
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289654
|
-
"name": "PressEvents"
|
|
289655
|
-
}
|
|
289656
|
-
],
|
|
289657
|
-
"required": false,
|
|
289658
|
-
"type": {
|
|
289659
|
-
"name": "((e: PressEvent) => void)"
|
|
289660
|
-
}
|
|
289661
|
-
},
|
|
289662
|
-
"onClick": {
|
|
289663
|
-
"defaultValue": null,
|
|
289664
|
-
"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.",
|
|
289665
|
-
"name": "onClick",
|
|
289666
|
-
"parent": {
|
|
289667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289668
|
-
"name": "PressEvents"
|
|
289669
|
-
},
|
|
289670
|
-
"declarations": [
|
|
289671
|
-
{
|
|
289672
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289673
|
-
"name": "PressEvents"
|
|
289674
|
-
}
|
|
289675
|
-
],
|
|
289676
|
-
"required": false,
|
|
289677
|
-
"type": {
|
|
289678
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
289679
|
-
}
|
|
289680
|
-
},
|
|
289681
289677
|
"dir": {
|
|
289682
289678
|
"defaultValue": null,
|
|
289683
289679
|
"description": "",
|
|
@@ -289773,6 +289769,25 @@
|
|
|
289773
289769
|
"name": "\"yes\" | \"no\""
|
|
289774
289770
|
}
|
|
289775
289771
|
},
|
|
289772
|
+
"onClick": {
|
|
289773
|
+
"defaultValue": null,
|
|
289774
|
+
"description": "",
|
|
289775
|
+
"name": "onClick",
|
|
289776
|
+
"parent": {
|
|
289777
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289778
|
+
"name": "GlobalDOMEvents"
|
|
289779
|
+
},
|
|
289780
|
+
"declarations": [
|
|
289781
|
+
{
|
|
289782
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289783
|
+
"name": "GlobalDOMEvents"
|
|
289784
|
+
}
|
|
289785
|
+
],
|
|
289786
|
+
"required": false,
|
|
289787
|
+
"type": {
|
|
289788
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289789
|
+
}
|
|
289790
|
+
},
|
|
289776
289791
|
"onClickCapture": {
|
|
289777
289792
|
"defaultValue": null,
|
|
289778
289793
|
"description": "",
|
|
@@ -290969,21 +290984,6 @@
|
|
|
290969
290984
|
"type": {
|
|
290970
290985
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
290971
290986
|
}
|
|
290972
|
-
},
|
|
290973
|
-
"footer": {
|
|
290974
|
-
"defaultValue": null,
|
|
290975
|
-
"description": "@internal",
|
|
290976
|
-
"name": "footer",
|
|
290977
|
-
"declarations": [
|
|
290978
|
-
{
|
|
290979
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
290980
|
-
"name": "TypeLiteral"
|
|
290981
|
-
}
|
|
290982
|
-
],
|
|
290983
|
-
"required": false,
|
|
290984
|
-
"type": {
|
|
290985
|
-
"name": "boolean"
|
|
290986
|
-
}
|
|
290987
290987
|
}
|
|
290988
290988
|
}
|
|
290989
290989
|
},
|
|
@@ -297471,9 +297471,9 @@
|
|
|
297471
297471
|
"tags": {
|
|
297472
297472
|
"flr-generate": "all"
|
|
297473
297473
|
},
|
|
297474
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
297474
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
297475
297475
|
"description": "",
|
|
297476
|
-
"displayName": "
|
|
297476
|
+
"displayName": "RadioButton",
|
|
297477
297477
|
"methods": [],
|
|
297478
297478
|
"props": {
|
|
297479
297479
|
"className": {
|
|
@@ -299361,9 +299361,9 @@
|
|
|
299361
299361
|
"tags": {
|
|
299362
299362
|
"flr-generate": "all"
|
|
299363
299363
|
},
|
|
299364
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
299364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
299365
299365
|
"description": "",
|
|
299366
|
-
"displayName": "
|
|
299366
|
+
"displayName": "Radio",
|
|
299367
299367
|
"methods": [],
|
|
299368
299368
|
"props": {
|
|
299369
299369
|
"className": {
|
|
@@ -301948,93 +301948,6 @@
|
|
|
301948
301948
|
}
|
|
301949
301949
|
}
|
|
301950
301950
|
},
|
|
301951
|
-
{
|
|
301952
|
-
"tags": {
|
|
301953
|
-
"flr-generate": "all"
|
|
301954
|
-
},
|
|
301955
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
301956
|
-
"description": "",
|
|
301957
|
-
"displayName": "DialogTrigger",
|
|
301958
|
-
"methods": [],
|
|
301959
|
-
"props": {
|
|
301960
|
-
"children": {
|
|
301961
|
-
"defaultValue": null,
|
|
301962
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
301963
|
-
"name": "children",
|
|
301964
|
-
"parent": {
|
|
301965
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301966
|
-
"name": "TableProps"
|
|
301967
|
-
},
|
|
301968
|
-
"declarations": [
|
|
301969
|
-
{
|
|
301970
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301971
|
-
"name": "TableProps"
|
|
301972
|
-
}
|
|
301973
|
-
],
|
|
301974
|
-
"required": false,
|
|
301975
|
-
"type": {
|
|
301976
|
-
"name": "ReactNode"
|
|
301977
|
-
}
|
|
301978
|
-
},
|
|
301979
|
-
"isOpen": {
|
|
301980
|
-
"defaultValue": null,
|
|
301981
|
-
"description": "Whether the element is rendered.",
|
|
301982
|
-
"name": "isOpen",
|
|
301983
|
-
"parent": {
|
|
301984
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
301985
|
-
"name": "PositionProps"
|
|
301986
|
-
},
|
|
301987
|
-
"declarations": [
|
|
301988
|
-
{
|
|
301989
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
301990
|
-
"name": "PositionProps"
|
|
301991
|
-
}
|
|
301992
|
-
],
|
|
301993
|
-
"required": false,
|
|
301994
|
-
"type": {
|
|
301995
|
-
"name": "boolean"
|
|
301996
|
-
}
|
|
301997
|
-
},
|
|
301998
|
-
"defaultOpen": {
|
|
301999
|
-
"defaultValue": null,
|
|
302000
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
302001
|
-
"name": "defaultOpen",
|
|
302002
|
-
"parent": {
|
|
302003
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302004
|
-
"name": "OverlayTriggerProps"
|
|
302005
|
-
},
|
|
302006
|
-
"declarations": [
|
|
302007
|
-
{
|
|
302008
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302009
|
-
"name": "OverlayTriggerProps"
|
|
302010
|
-
}
|
|
302011
|
-
],
|
|
302012
|
-
"required": false,
|
|
302013
|
-
"type": {
|
|
302014
|
-
"name": "boolean"
|
|
302015
|
-
}
|
|
302016
|
-
},
|
|
302017
|
-
"onOpenChange": {
|
|
302018
|
-
"defaultValue": null,
|
|
302019
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
302020
|
-
"name": "onOpenChange",
|
|
302021
|
-
"parent": {
|
|
302022
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302023
|
-
"name": "OverlayTriggerProps"
|
|
302024
|
-
},
|
|
302025
|
-
"declarations": [
|
|
302026
|
-
{
|
|
302027
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302028
|
-
"name": "OverlayTriggerProps"
|
|
302029
|
-
}
|
|
302030
|
-
],
|
|
302031
|
-
"required": false,
|
|
302032
|
-
"type": {
|
|
302033
|
-
"name": "((isOpen: boolean) => void)"
|
|
302034
|
-
}
|
|
302035
|
-
}
|
|
302036
|
-
}
|
|
302037
|
-
},
|
|
302038
301951
|
{
|
|
302039
301952
|
"tags": {
|
|
302040
301953
|
"flr-generate": "all"
|
|
@@ -302219,6 +302132,93 @@
|
|
|
302219
302132
|
}
|
|
302220
302133
|
}
|
|
302221
302134
|
},
|
|
302135
|
+
{
|
|
302136
|
+
"tags": {
|
|
302137
|
+
"flr-generate": "all"
|
|
302138
|
+
},
|
|
302139
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
302140
|
+
"description": "",
|
|
302141
|
+
"displayName": "DialogTrigger",
|
|
302142
|
+
"methods": [],
|
|
302143
|
+
"props": {
|
|
302144
|
+
"children": {
|
|
302145
|
+
"defaultValue": null,
|
|
302146
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
302147
|
+
"name": "children",
|
|
302148
|
+
"parent": {
|
|
302149
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
302150
|
+
"name": "TableProps"
|
|
302151
|
+
},
|
|
302152
|
+
"declarations": [
|
|
302153
|
+
{
|
|
302154
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
302155
|
+
"name": "TableProps"
|
|
302156
|
+
}
|
|
302157
|
+
],
|
|
302158
|
+
"required": false,
|
|
302159
|
+
"type": {
|
|
302160
|
+
"name": "ReactNode"
|
|
302161
|
+
}
|
|
302162
|
+
},
|
|
302163
|
+
"isOpen": {
|
|
302164
|
+
"defaultValue": null,
|
|
302165
|
+
"description": "Whether the element is rendered.",
|
|
302166
|
+
"name": "isOpen",
|
|
302167
|
+
"parent": {
|
|
302168
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302169
|
+
"name": "PositionProps"
|
|
302170
|
+
},
|
|
302171
|
+
"declarations": [
|
|
302172
|
+
{
|
|
302173
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302174
|
+
"name": "PositionProps"
|
|
302175
|
+
}
|
|
302176
|
+
],
|
|
302177
|
+
"required": false,
|
|
302178
|
+
"type": {
|
|
302179
|
+
"name": "boolean"
|
|
302180
|
+
}
|
|
302181
|
+
},
|
|
302182
|
+
"defaultOpen": {
|
|
302183
|
+
"defaultValue": null,
|
|
302184
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
302185
|
+
"name": "defaultOpen",
|
|
302186
|
+
"parent": {
|
|
302187
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302188
|
+
"name": "OverlayTriggerProps"
|
|
302189
|
+
},
|
|
302190
|
+
"declarations": [
|
|
302191
|
+
{
|
|
302192
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302193
|
+
"name": "OverlayTriggerProps"
|
|
302194
|
+
}
|
|
302195
|
+
],
|
|
302196
|
+
"required": false,
|
|
302197
|
+
"type": {
|
|
302198
|
+
"name": "boolean"
|
|
302199
|
+
}
|
|
302200
|
+
},
|
|
302201
|
+
"onOpenChange": {
|
|
302202
|
+
"defaultValue": null,
|
|
302203
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
302204
|
+
"name": "onOpenChange",
|
|
302205
|
+
"parent": {
|
|
302206
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302207
|
+
"name": "OverlayTriggerProps"
|
|
302208
|
+
},
|
|
302209
|
+
"declarations": [
|
|
302210
|
+
{
|
|
302211
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
302212
|
+
"name": "OverlayTriggerProps"
|
|
302213
|
+
}
|
|
302214
|
+
],
|
|
302215
|
+
"required": false,
|
|
302216
|
+
"type": {
|
|
302217
|
+
"name": "((isOpen: boolean) => void)"
|
|
302218
|
+
}
|
|
302219
|
+
}
|
|
302220
|
+
}
|
|
302221
|
+
},
|
|
302222
302222
|
{
|
|
302223
302223
|
"tags": {
|
|
302224
302224
|
"flr-generate": "all"
|
|
@@ -307615,6 +307615,14 @@
|
|
|
307615
307615
|
"methods": [],
|
|
307616
307616
|
"props": {}
|
|
307617
307617
|
},
|
|
307618
|
+
{
|
|
307619
|
+
"tags": {},
|
|
307620
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
307621
|
+
"description": "",
|
|
307622
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
307623
|
+
"methods": [],
|
|
307624
|
+
"props": {}
|
|
307625
|
+
},
|
|
307618
307626
|
{
|
|
307619
307627
|
"tags": {},
|
|
307620
307628
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -307753,14 +307761,6 @@
|
|
|
307753
307761
|
}
|
|
307754
307762
|
}
|
|
307755
307763
|
},
|
|
307756
|
-
{
|
|
307757
|
-
"tags": {},
|
|
307758
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
307759
|
-
"description": "",
|
|
307760
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
307761
|
-
"methods": [],
|
|
307762
|
-
"props": {}
|
|
307763
|
-
},
|
|
307764
307764
|
{
|
|
307765
307765
|
"tags": {
|
|
307766
307766
|
"flr-generate": "all"
|
|
@@ -311041,6 +311041,161 @@
|
|
|
311041
311041
|
}
|
|
311042
311042
|
}
|
|
311043
311043
|
},
|
|
311044
|
+
{
|
|
311045
|
+
"tags": {
|
|
311046
|
+
"flr-generate": "all"
|
|
311047
|
+
},
|
|
311048
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311049
|
+
"description": "",
|
|
311050
|
+
"displayName": "ContextMenuSection",
|
|
311051
|
+
"methods": [],
|
|
311052
|
+
"props": {
|
|
311053
|
+
"children": {
|
|
311054
|
+
"defaultValue": null,
|
|
311055
|
+
"description": "",
|
|
311056
|
+
"name": "children",
|
|
311057
|
+
"declarations": [
|
|
311058
|
+
{
|
|
311059
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311060
|
+
"name": "TypeLiteral"
|
|
311061
|
+
}
|
|
311062
|
+
],
|
|
311063
|
+
"required": false,
|
|
311064
|
+
"type": {
|
|
311065
|
+
"name": "ReactNode"
|
|
311066
|
+
}
|
|
311067
|
+
},
|
|
311068
|
+
"wrapWith": {
|
|
311069
|
+
"defaultValue": null,
|
|
311070
|
+
"description": "",
|
|
311071
|
+
"name": "wrapWith",
|
|
311072
|
+
"parent": {
|
|
311073
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311074
|
+
"name": "FlowComponentProps"
|
|
311075
|
+
},
|
|
311076
|
+
"declarations": [
|
|
311077
|
+
{
|
|
311078
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311079
|
+
"name": "FlowComponentProps"
|
|
311080
|
+
}
|
|
311081
|
+
],
|
|
311082
|
+
"required": false,
|
|
311083
|
+
"type": {
|
|
311084
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311085
|
+
}
|
|
311086
|
+
},
|
|
311087
|
+
"tunnelId": {
|
|
311088
|
+
"defaultValue": null,
|
|
311089
|
+
"description": "@internal",
|
|
311090
|
+
"name": "tunnelId",
|
|
311091
|
+
"parent": {
|
|
311092
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311093
|
+
"name": "PropsWithTunnel"
|
|
311094
|
+
},
|
|
311095
|
+
"declarations": [
|
|
311096
|
+
{
|
|
311097
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311098
|
+
"name": "PropsWithTunnel"
|
|
311099
|
+
}
|
|
311100
|
+
],
|
|
311101
|
+
"required": false,
|
|
311102
|
+
"type": {
|
|
311103
|
+
"name": "string | null"
|
|
311104
|
+
}
|
|
311105
|
+
},
|
|
311106
|
+
"ref": {
|
|
311107
|
+
"defaultValue": null,
|
|
311108
|
+
"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}",
|
|
311109
|
+
"name": "ref",
|
|
311110
|
+
"parent": {
|
|
311111
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311112
|
+
"name": "RefAttributes"
|
|
311113
|
+
},
|
|
311114
|
+
"declarations": [
|
|
311115
|
+
{
|
|
311116
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311117
|
+
"name": "RefAttributes"
|
|
311118
|
+
}
|
|
311119
|
+
],
|
|
311120
|
+
"required": false,
|
|
311121
|
+
"type": {
|
|
311122
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311123
|
+
}
|
|
311124
|
+
},
|
|
311125
|
+
"key": {
|
|
311126
|
+
"defaultValue": null,
|
|
311127
|
+
"description": "",
|
|
311128
|
+
"name": "key",
|
|
311129
|
+
"parent": {
|
|
311130
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311131
|
+
"name": "Attributes"
|
|
311132
|
+
},
|
|
311133
|
+
"declarations": [
|
|
311134
|
+
{
|
|
311135
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311136
|
+
"name": "Attributes"
|
|
311137
|
+
}
|
|
311138
|
+
],
|
|
311139
|
+
"required": false,
|
|
311140
|
+
"type": {
|
|
311141
|
+
"name": "Key | null"
|
|
311142
|
+
}
|
|
311143
|
+
},
|
|
311144
|
+
"selectedKeys": {
|
|
311145
|
+
"defaultValue": null,
|
|
311146
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
311147
|
+
"name": "selectedKeys",
|
|
311148
|
+
"parent": {
|
|
311149
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311150
|
+
"name": "MultipleSelection"
|
|
311151
|
+
},
|
|
311152
|
+
"declarations": [
|
|
311153
|
+
{
|
|
311154
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311155
|
+
"name": "MultipleSelection"
|
|
311156
|
+
}
|
|
311157
|
+
],
|
|
311158
|
+
"required": false,
|
|
311159
|
+
"type": {
|
|
311160
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311161
|
+
}
|
|
311162
|
+
},
|
|
311163
|
+
"defaultSelectedKeys": {
|
|
311164
|
+
"defaultValue": null,
|
|
311165
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311166
|
+
"name": "defaultSelectedKeys",
|
|
311167
|
+
"parent": {
|
|
311168
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311169
|
+
"name": "MultipleSelection"
|
|
311170
|
+
},
|
|
311171
|
+
"declarations": [
|
|
311172
|
+
{
|
|
311173
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311174
|
+
"name": "MultipleSelection"
|
|
311175
|
+
}
|
|
311176
|
+
],
|
|
311177
|
+
"required": false,
|
|
311178
|
+
"type": {
|
|
311179
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311180
|
+
}
|
|
311181
|
+
},
|
|
311182
|
+
"selectionMode": {
|
|
311183
|
+
"defaultValue": null,
|
|
311184
|
+
"description": "",
|
|
311185
|
+
"name": "selectionMode",
|
|
311186
|
+
"declarations": [
|
|
311187
|
+
{
|
|
311188
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311189
|
+
"name": "TypeLiteral"
|
|
311190
|
+
}
|
|
311191
|
+
],
|
|
311192
|
+
"required": false,
|
|
311193
|
+
"type": {
|
|
311194
|
+
"name": "ContextMenuSelectionMode"
|
|
311195
|
+
}
|
|
311196
|
+
}
|
|
311197
|
+
}
|
|
311198
|
+
},
|
|
311044
311199
|
{
|
|
311045
311200
|
"tags": {
|
|
311046
311201
|
"flr-generate": "all"
|
|
@@ -311181,161 +311336,6 @@
|
|
|
311181
311336
|
}
|
|
311182
311337
|
}
|
|
311183
311338
|
},
|
|
311184
|
-
{
|
|
311185
|
-
"tags": {
|
|
311186
|
-
"flr-generate": "all"
|
|
311187
|
-
},
|
|
311188
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311189
|
-
"description": "",
|
|
311190
|
-
"displayName": "ContextMenuSection",
|
|
311191
|
-
"methods": [],
|
|
311192
|
-
"props": {
|
|
311193
|
-
"children": {
|
|
311194
|
-
"defaultValue": null,
|
|
311195
|
-
"description": "",
|
|
311196
|
-
"name": "children",
|
|
311197
|
-
"declarations": [
|
|
311198
|
-
{
|
|
311199
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311200
|
-
"name": "TypeLiteral"
|
|
311201
|
-
}
|
|
311202
|
-
],
|
|
311203
|
-
"required": false,
|
|
311204
|
-
"type": {
|
|
311205
|
-
"name": "ReactNode"
|
|
311206
|
-
}
|
|
311207
|
-
},
|
|
311208
|
-
"wrapWith": {
|
|
311209
|
-
"defaultValue": null,
|
|
311210
|
-
"description": "",
|
|
311211
|
-
"name": "wrapWith",
|
|
311212
|
-
"parent": {
|
|
311213
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311214
|
-
"name": "FlowComponentProps"
|
|
311215
|
-
},
|
|
311216
|
-
"declarations": [
|
|
311217
|
-
{
|
|
311218
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311219
|
-
"name": "FlowComponentProps"
|
|
311220
|
-
}
|
|
311221
|
-
],
|
|
311222
|
-
"required": false,
|
|
311223
|
-
"type": {
|
|
311224
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311225
|
-
}
|
|
311226
|
-
},
|
|
311227
|
-
"tunnelId": {
|
|
311228
|
-
"defaultValue": null,
|
|
311229
|
-
"description": "@internal",
|
|
311230
|
-
"name": "tunnelId",
|
|
311231
|
-
"parent": {
|
|
311232
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311233
|
-
"name": "PropsWithTunnel"
|
|
311234
|
-
},
|
|
311235
|
-
"declarations": [
|
|
311236
|
-
{
|
|
311237
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311238
|
-
"name": "PropsWithTunnel"
|
|
311239
|
-
}
|
|
311240
|
-
],
|
|
311241
|
-
"required": false,
|
|
311242
|
-
"type": {
|
|
311243
|
-
"name": "string | null"
|
|
311244
|
-
}
|
|
311245
|
-
},
|
|
311246
|
-
"ref": {
|
|
311247
|
-
"defaultValue": null,
|
|
311248
|
-
"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}",
|
|
311249
|
-
"name": "ref",
|
|
311250
|
-
"parent": {
|
|
311251
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311252
|
-
"name": "RefAttributes"
|
|
311253
|
-
},
|
|
311254
|
-
"declarations": [
|
|
311255
|
-
{
|
|
311256
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311257
|
-
"name": "RefAttributes"
|
|
311258
|
-
}
|
|
311259
|
-
],
|
|
311260
|
-
"required": false,
|
|
311261
|
-
"type": {
|
|
311262
|
-
"name": "Ref<HTMLSpanElement>"
|
|
311263
|
-
}
|
|
311264
|
-
},
|
|
311265
|
-
"key": {
|
|
311266
|
-
"defaultValue": null,
|
|
311267
|
-
"description": "",
|
|
311268
|
-
"name": "key",
|
|
311269
|
-
"parent": {
|
|
311270
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311271
|
-
"name": "Attributes"
|
|
311272
|
-
},
|
|
311273
|
-
"declarations": [
|
|
311274
|
-
{
|
|
311275
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311276
|
-
"name": "Attributes"
|
|
311277
|
-
}
|
|
311278
|
-
],
|
|
311279
|
-
"required": false,
|
|
311280
|
-
"type": {
|
|
311281
|
-
"name": "Key | null"
|
|
311282
|
-
}
|
|
311283
|
-
},
|
|
311284
|
-
"selectedKeys": {
|
|
311285
|
-
"defaultValue": null,
|
|
311286
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
311287
|
-
"name": "selectedKeys",
|
|
311288
|
-
"parent": {
|
|
311289
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311290
|
-
"name": "MultipleSelection"
|
|
311291
|
-
},
|
|
311292
|
-
"declarations": [
|
|
311293
|
-
{
|
|
311294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311295
|
-
"name": "MultipleSelection"
|
|
311296
|
-
}
|
|
311297
|
-
],
|
|
311298
|
-
"required": false,
|
|
311299
|
-
"type": {
|
|
311300
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311301
|
-
}
|
|
311302
|
-
},
|
|
311303
|
-
"defaultSelectedKeys": {
|
|
311304
|
-
"defaultValue": null,
|
|
311305
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311306
|
-
"name": "defaultSelectedKeys",
|
|
311307
|
-
"parent": {
|
|
311308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311309
|
-
"name": "MultipleSelection"
|
|
311310
|
-
},
|
|
311311
|
-
"declarations": [
|
|
311312
|
-
{
|
|
311313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311314
|
-
"name": "MultipleSelection"
|
|
311315
|
-
}
|
|
311316
|
-
],
|
|
311317
|
-
"required": false,
|
|
311318
|
-
"type": {
|
|
311319
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311320
|
-
}
|
|
311321
|
-
},
|
|
311322
|
-
"selectionMode": {
|
|
311323
|
-
"defaultValue": null,
|
|
311324
|
-
"description": "",
|
|
311325
|
-
"name": "selectionMode",
|
|
311326
|
-
"declarations": [
|
|
311327
|
-
{
|
|
311328
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311329
|
-
"name": "TypeLiteral"
|
|
311330
|
-
}
|
|
311331
|
-
],
|
|
311332
|
-
"required": false,
|
|
311333
|
-
"type": {
|
|
311334
|
-
"name": "ContextMenuSelectionMode"
|
|
311335
|
-
}
|
|
311336
|
-
}
|
|
311337
|
-
}
|
|
311338
|
-
},
|
|
311339
311339
|
{
|
|
311340
311340
|
"tags": {
|
|
311341
311341
|
"flr-generate": "all"
|
|
@@ -337226,6 +337226,53 @@
|
|
|
337226
337226
|
"methods": [],
|
|
337227
337227
|
"props": {}
|
|
337228
337228
|
},
|
|
337229
|
+
{
|
|
337230
|
+
"tags": {},
|
|
337231
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337232
|
+
"description": "",
|
|
337233
|
+
"displayName": "SearchField",
|
|
337234
|
+
"methods": [],
|
|
337235
|
+
"props": {
|
|
337236
|
+
"search": {
|
|
337237
|
+
"defaultValue": null,
|
|
337238
|
+
"description": "",
|
|
337239
|
+
"name": "search",
|
|
337240
|
+
"parent": {
|
|
337241
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337242
|
+
"name": "Props"
|
|
337243
|
+
},
|
|
337244
|
+
"declarations": [
|
|
337245
|
+
{
|
|
337246
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337247
|
+
"name": "Props"
|
|
337248
|
+
}
|
|
337249
|
+
],
|
|
337250
|
+
"required": true,
|
|
337251
|
+
"type": {
|
|
337252
|
+
"name": "Search<never>"
|
|
337253
|
+
}
|
|
337254
|
+
},
|
|
337255
|
+
"className": {
|
|
337256
|
+
"defaultValue": null,
|
|
337257
|
+
"description": "The elements class name.",
|
|
337258
|
+
"name": "className",
|
|
337259
|
+
"parent": {
|
|
337260
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
337261
|
+
"name": "PropsWithClassName"
|
|
337262
|
+
},
|
|
337263
|
+
"declarations": [
|
|
337264
|
+
{
|
|
337265
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
337266
|
+
"name": "PropsWithClassName"
|
|
337267
|
+
}
|
|
337268
|
+
],
|
|
337269
|
+
"required": false,
|
|
337270
|
+
"type": {
|
|
337271
|
+
"name": "string"
|
|
337272
|
+
}
|
|
337273
|
+
}
|
|
337274
|
+
}
|
|
337275
|
+
},
|
|
337229
337276
|
{
|
|
337230
337277
|
"tags": {},
|
|
337231
337278
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
@@ -337290,6 +337337,14 @@
|
|
|
337290
337337
|
}
|
|
337291
337338
|
}
|
|
337292
337339
|
},
|
|
337340
|
+
{
|
|
337341
|
+
"tags": {},
|
|
337342
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337343
|
+
"description": "",
|
|
337344
|
+
"displayName": "ActiveFilters",
|
|
337345
|
+
"methods": [],
|
|
337346
|
+
"props": {}
|
|
337347
|
+
},
|
|
337293
337348
|
{
|
|
337294
337349
|
"tags": {},
|
|
337295
337350
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -337342,61 +337397,6 @@
|
|
|
337342
337397
|
"methods": [],
|
|
337343
337398
|
"props": {}
|
|
337344
337399
|
},
|
|
337345
|
-
{
|
|
337346
|
-
"tags": {},
|
|
337347
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337348
|
-
"description": "",
|
|
337349
|
-
"displayName": "ActiveFilters",
|
|
337350
|
-
"methods": [],
|
|
337351
|
-
"props": {}
|
|
337352
|
-
},
|
|
337353
|
-
{
|
|
337354
|
-
"tags": {},
|
|
337355
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337356
|
-
"description": "",
|
|
337357
|
-
"displayName": "SearchField",
|
|
337358
|
-
"methods": [],
|
|
337359
|
-
"props": {
|
|
337360
|
-
"search": {
|
|
337361
|
-
"defaultValue": null,
|
|
337362
|
-
"description": "",
|
|
337363
|
-
"name": "search",
|
|
337364
|
-
"parent": {
|
|
337365
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337366
|
-
"name": "Props"
|
|
337367
|
-
},
|
|
337368
|
-
"declarations": [
|
|
337369
|
-
{
|
|
337370
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337371
|
-
"name": "Props"
|
|
337372
|
-
}
|
|
337373
|
-
],
|
|
337374
|
-
"required": true,
|
|
337375
|
-
"type": {
|
|
337376
|
-
"name": "Search<never>"
|
|
337377
|
-
}
|
|
337378
|
-
},
|
|
337379
|
-
"className": {
|
|
337380
|
-
"defaultValue": null,
|
|
337381
|
-
"description": "The elements class name.",
|
|
337382
|
-
"name": "className",
|
|
337383
|
-
"parent": {
|
|
337384
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337385
|
-
"name": "PropsWithClassName"
|
|
337386
|
-
},
|
|
337387
|
-
"declarations": [
|
|
337388
|
-
{
|
|
337389
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337390
|
-
"name": "PropsWithClassName"
|
|
337391
|
-
}
|
|
337392
|
-
],
|
|
337393
|
-
"required": false,
|
|
337394
|
-
"type": {
|
|
337395
|
-
"name": "string"
|
|
337396
|
-
}
|
|
337397
|
-
}
|
|
337398
|
-
}
|
|
337399
|
-
},
|
|
337400
337400
|
{
|
|
337401
337401
|
"tags": {},
|
|
337402
337402
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|