@mittwald/flow-react-components 0.2.0-alpha.788 → 0.2.0-alpha.789

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +1021 -1021
  3. package/dist/js/default.mjs +1 -0
  4. package/dist/js/default.mjs.map +1 -1
  5. package/dist/js/flr-universal.mjs +2 -1
  6. package/dist/js/flr-universal.mjs.map +1 -1
  7. package/dist/js/packages/components/src/components/Action/models/getExecutionFunction.mjs +1 -1
  8. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.mjs +1 -1
  9. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +1 -0
  10. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +1 -0
  12. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +1 -0
  14. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +1 -0
  16. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
  17. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +1 -0
  18. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
  19. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +1 -0
  20. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
  21. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +1 -0
  22. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
  23. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +1 -0
  24. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
  25. package/dist/js/packages/components/src/components/Modal/Modal.mjs +1 -1
  26. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedStringFormatter.mjs +2 -2
  27. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedStringFormatter.mjs.map +1 -1
  28. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs +1 -1
  29. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs +1 -1
  30. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs +1 -1
  31. package/dist/js/packages/components/src/lib/hooks/useLanguage.mjs +8 -0
  32. package/dist/js/packages/components/src/lib/hooks/useLanguage.mjs.map +1 -0
  33. package/dist/types/components/TranslationProvider/useLocalizedStringFormatter.d.ts.map +1 -1
  34. package/dist/types/lib/hooks/public.d.ts +1 -0
  35. package/dist/types/lib/hooks/public.d.ts.map +1 -1
  36. package/dist/types/lib/hooks/useLanguage.d.ts +2 -0
  37. package/dist/types/lib/hooks/useLanguage.d.ts.map +1 -0
  38. package/package.json +6 -6
@@ -292011,6 +292011,72 @@
292011
292011
  }
292012
292012
  }
292013
292013
  },
292014
+ {
292015
+ "tags": {},
292016
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
292017
+ "description": "",
292018
+ "displayName": "TabList",
292019
+ "methods": [],
292020
+ "props": {
292021
+ "selection": {
292022
+ "defaultValue": null,
292023
+ "description": "",
292024
+ "name": "selection",
292025
+ "parent": {
292026
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292027
+ "name": "Props"
292028
+ },
292029
+ "declarations": [
292030
+ {
292031
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292032
+ "name": "Props"
292033
+ }
292034
+ ],
292035
+ "required": true,
292036
+ "type": {
292037
+ "name": "Key | undefined"
292038
+ }
292039
+ },
292040
+ "onContextMenuSelectionChange": {
292041
+ "defaultValue": null,
292042
+ "description": "",
292043
+ "name": "onContextMenuSelectionChange",
292044
+ "parent": {
292045
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292046
+ "name": "Props"
292047
+ },
292048
+ "declarations": [
292049
+ {
292050
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292051
+ "name": "Props"
292052
+ }
292053
+ ],
292054
+ "required": true,
292055
+ "type": {
292056
+ "name": "(key: Key) => void"
292057
+ }
292058
+ },
292059
+ "disabledKeys": {
292060
+ "defaultValue": null,
292061
+ "description": "",
292062
+ "name": "disabledKeys",
292063
+ "parent": {
292064
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292065
+ "name": "Props"
292066
+ },
292067
+ "declarations": [
292068
+ {
292069
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
292070
+ "name": "Props"
292071
+ }
292072
+ ],
292073
+ "required": false,
292074
+ "type": {
292075
+ "name": "Iterable<Key>"
292076
+ }
292077
+ }
292078
+ }
292079
+ },
292014
292080
  {
292015
292081
  "tags": {
292016
292082
  "flr-generate": "all"
@@ -293504,72 +293570,6 @@
293504
293570
  }
293505
293571
  }
293506
293572
  },
293507
- {
293508
- "tags": {},
293509
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
293510
- "description": "",
293511
- "displayName": "TabList",
293512
- "methods": [],
293513
- "props": {
293514
- "selection": {
293515
- "defaultValue": null,
293516
- "description": "",
293517
- "name": "selection",
293518
- "parent": {
293519
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293520
- "name": "Props"
293521
- },
293522
- "declarations": [
293523
- {
293524
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293525
- "name": "Props"
293526
- }
293527
- ],
293528
- "required": true,
293529
- "type": {
293530
- "name": "Key | undefined"
293531
- }
293532
- },
293533
- "onContextMenuSelectionChange": {
293534
- "defaultValue": null,
293535
- "description": "",
293536
- "name": "onContextMenuSelectionChange",
293537
- "parent": {
293538
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293539
- "name": "Props"
293540
- },
293541
- "declarations": [
293542
- {
293543
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293544
- "name": "Props"
293545
- }
293546
- ],
293547
- "required": true,
293548
- "type": {
293549
- "name": "(key: Key) => void"
293550
- }
293551
- },
293552
- "disabledKeys": {
293553
- "defaultValue": null,
293554
- "description": "",
293555
- "name": "disabledKeys",
293556
- "parent": {
293557
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293558
- "name": "Props"
293559
- },
293560
- "declarations": [
293561
- {
293562
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293563
- "name": "Props"
293564
- }
293565
- ],
293566
- "required": false,
293567
- "type": {
293568
- "name": "Iterable<Key>"
293569
- }
293570
- }
293571
- }
293572
- },
293573
293573
  {
293574
293574
  "tags": {
293575
293575
  "flr-generate": "all"
@@ -295407,9 +295407,9 @@
295407
295407
  "tags": {
295408
295408
  "flr-generate": "all"
295409
295409
  },
295410
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
295410
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
295411
295411
  "description": "",
295412
- "displayName": "TableFooterRow",
295412
+ "displayName": "TableHeader",
295413
295413
  "methods": [],
295414
295414
  "props": {
295415
295415
  "className": {
@@ -295471,25 +295471,6 @@
295471
295471
  "name": "ReactNode"
295472
295472
  }
295473
295473
  },
295474
- "value": {
295475
- "defaultValue": null,
295476
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
295477
- "name": "value",
295478
- "parent": {
295479
- "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",
295480
- "name": "MenuItemProps"
295481
- },
295482
- "declarations": [
295483
- {
295484
- "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",
295485
- "name": "MenuItemProps"
295486
- }
295487
- ],
295488
- "required": false,
295489
- "type": {
295490
- "name": "object"
295491
- }
295492
- },
295493
295474
  "dependencies": {
295494
295475
  "defaultValue": null,
295495
295476
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -295509,82 +295490,6 @@
295509
295490
  "name": "readonly any[]"
295510
295491
  }
295511
295492
  },
295512
- "textValue": {
295513
- "defaultValue": null,
295514
- "description": "A string representation of the item's contents, used for features like typeahead.",
295515
- "name": "textValue",
295516
- "parent": {
295517
- "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",
295518
- "name": "ListBoxItemProps"
295519
- },
295520
- "declarations": [
295521
- {
295522
- "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",
295523
- "name": "ListBoxItemProps"
295524
- }
295525
- ],
295526
- "required": false,
295527
- "type": {
295528
- "name": "string"
295529
- }
295530
- },
295531
- "isDisabled": {
295532
- "defaultValue": null,
295533
- "description": "Whether the item is disabled.",
295534
- "name": "isDisabled",
295535
- "parent": {
295536
- "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",
295537
- "name": "ListBoxItemProps"
295538
- },
295539
- "declarations": [
295540
- {
295541
- "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",
295542
- "name": "ListBoxItemProps"
295543
- }
295544
- ],
295545
- "required": false,
295546
- "type": {
295547
- "name": "boolean"
295548
- }
295549
- },
295550
- "onAction": {
295551
- "defaultValue": null,
295552
- "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.",
295553
- "name": "onAction",
295554
- "parent": {
295555
- "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",
295556
- "name": "ListBoxItemProps"
295557
- },
295558
- "declarations": [
295559
- {
295560
- "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",
295561
- "name": "ListBoxItemProps"
295562
- }
295563
- ],
295564
- "required": false,
295565
- "type": {
295566
- "name": "(() => void)"
295567
- }
295568
- },
295569
- "id": {
295570
- "defaultValue": null,
295571
- "description": "The unique id of the item.",
295572
- "name": "id",
295573
- "parent": {
295574
- "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",
295575
- "name": "MenuItemProps"
295576
- },
295577
- "declarations": [
295578
- {
295579
- "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",
295580
- "name": "MenuItemProps"
295581
- }
295582
- ],
295583
- "required": false,
295584
- "type": {
295585
- "name": "Key"
295586
- }
295587
- },
295588
295493
  "style": {
295589
295494
  "defaultValue": null,
295590
295495
  "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.",
@@ -295604,158 +295509,6 @@
295604
295509
  "name": "StyleOrFunction<TooltipRenderProps>"
295605
295510
  }
295606
295511
  },
295607
- "href": {
295608
- "defaultValue": null,
295609
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
295610
- "name": "href",
295611
- "parent": {
295612
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295613
- "name": "LinkDOMProps"
295614
- },
295615
- "declarations": [
295616
- {
295617
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295618
- "name": "LinkDOMProps"
295619
- }
295620
- ],
295621
- "required": false,
295622
- "type": {
295623
- "name": "string"
295624
- }
295625
- },
295626
- "hrefLang": {
295627
- "defaultValue": null,
295628
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
295629
- "name": "hrefLang",
295630
- "parent": {
295631
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295632
- "name": "LinkDOMProps"
295633
- },
295634
- "declarations": [
295635
- {
295636
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295637
- "name": "LinkDOMProps"
295638
- }
295639
- ],
295640
- "required": false,
295641
- "type": {
295642
- "name": "string"
295643
- }
295644
- },
295645
- "target": {
295646
- "defaultValue": null,
295647
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
295648
- "name": "target",
295649
- "parent": {
295650
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295651
- "name": "LinkDOMProps"
295652
- },
295653
- "declarations": [
295654
- {
295655
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295656
- "name": "LinkDOMProps"
295657
- }
295658
- ],
295659
- "required": false,
295660
- "type": {
295661
- "name": "HTMLAttributeAnchorTarget"
295662
- }
295663
- },
295664
- "rel": {
295665
- "defaultValue": null,
295666
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
295667
- "name": "rel",
295668
- "parent": {
295669
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295670
- "name": "LinkDOMProps"
295671
- },
295672
- "declarations": [
295673
- {
295674
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295675
- "name": "LinkDOMProps"
295676
- }
295677
- ],
295678
- "required": false,
295679
- "type": {
295680
- "name": "string"
295681
- }
295682
- },
295683
- "download": {
295684
- "defaultValue": null,
295685
- "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).",
295686
- "name": "download",
295687
- "parent": {
295688
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295689
- "name": "LinkDOMProps"
295690
- },
295691
- "declarations": [
295692
- {
295693
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295694
- "name": "LinkDOMProps"
295695
- }
295696
- ],
295697
- "required": false,
295698
- "type": {
295699
- "name": "string | boolean"
295700
- }
295701
- },
295702
- "ping": {
295703
- "defaultValue": null,
295704
- "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).",
295705
- "name": "ping",
295706
- "parent": {
295707
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295708
- "name": "LinkDOMProps"
295709
- },
295710
- "declarations": [
295711
- {
295712
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295713
- "name": "LinkDOMProps"
295714
- }
295715
- ],
295716
- "required": false,
295717
- "type": {
295718
- "name": "string"
295719
- }
295720
- },
295721
- "referrerPolicy": {
295722
- "defaultValue": null,
295723
- "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).",
295724
- "name": "referrerPolicy",
295725
- "parent": {
295726
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295727
- "name": "LinkDOMProps"
295728
- },
295729
- "declarations": [
295730
- {
295731
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295732
- "name": "LinkDOMProps"
295733
- }
295734
- ],
295735
- "required": false,
295736
- "type": {
295737
- "name": "HTMLAttributeReferrerPolicy"
295738
- }
295739
- },
295740
- "routerOptions": {
295741
- "defaultValue": null,
295742
- "description": "Options for the configured client side router.",
295743
- "name": "routerOptions",
295744
- "parent": {
295745
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295746
- "name": "LinkDOMProps"
295747
- },
295748
- "declarations": [
295749
- {
295750
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295751
- "name": "LinkDOMProps"
295752
- }
295753
- ],
295754
- "required": false,
295755
- "type": {
295756
- "name": "undefined"
295757
- }
295758
- },
295759
295512
  "onHoverStart": {
295760
295513
  "defaultValue": null,
295761
295514
  "description": "Handler that is called when a hover interaction starts.",
@@ -295813,124 +295566,29 @@
295813
295566
  "name": "((isHovering: boolean) => void)"
295814
295567
  }
295815
295568
  },
295816
- "onPress": {
295817
- "defaultValue": null,
295818
- "description": "Handler that is called when the press is released over the target.",
295819
- "name": "onPress",
295820
- "parent": {
295821
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295822
- "name": "PressEvents"
295823
- },
295824
- "declarations": [
295825
- {
295826
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295827
- "name": "PressEvents"
295828
- }
295829
- ],
295830
- "required": false,
295831
- "type": {
295832
- "name": "((e: PressEvent) => void)"
295833
- }
295834
- },
295835
- "onPressStart": {
295836
- "defaultValue": null,
295837
- "description": "Handler that is called when a press interaction starts.",
295838
- "name": "onPressStart",
295839
- "parent": {
295840
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295841
- "name": "PressEvents"
295842
- },
295843
- "declarations": [
295844
- {
295845
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295846
- "name": "PressEvents"
295847
- }
295848
- ],
295849
- "required": false,
295850
- "type": {
295851
- "name": "((e: PressEvent) => void)"
295852
- }
295853
- },
295854
- "onPressEnd": {
295855
- "defaultValue": null,
295856
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
295857
- "name": "onPressEnd",
295858
- "parent": {
295859
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295860
- "name": "PressEvents"
295861
- },
295862
- "declarations": [
295863
- {
295864
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295865
- "name": "PressEvents"
295866
- }
295867
- ],
295868
- "required": false,
295869
- "type": {
295870
- "name": "((e: PressEvent) => void)"
295871
- }
295872
- },
295873
- "onPressChange": {
295874
- "defaultValue": null,
295875
- "description": "Handler that is called when the press state changes.",
295876
- "name": "onPressChange",
295877
- "parent": {
295878
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295879
- "name": "PressEvents"
295880
- },
295881
- "declarations": [
295882
- {
295883
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295884
- "name": "PressEvents"
295885
- }
295886
- ],
295887
- "required": false,
295888
- "type": {
295889
- "name": "((isPressed: boolean) => void)"
295890
- }
295891
- },
295892
- "onPressUp": {
295893
- "defaultValue": null,
295894
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
295895
- "name": "onPressUp",
295896
- "parent": {
295897
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295898
- "name": "PressEvents"
295899
- },
295900
- "declarations": [
295901
- {
295902
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295903
- "name": "PressEvents"
295904
- }
295905
- ],
295906
- "required": false,
295907
- "type": {
295908
- "name": "((e: PressEvent) => void)"
295909
- }
295910
- },
295911
- "onClick": {
295569
+ "dir": {
295912
295570
  "defaultValue": null,
295913
- "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.",
295914
- "name": "onClick",
295571
+ "description": "",
295572
+ "name": "dir",
295915
295573
  "parent": {
295916
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295917
- "name": "PressEvents"
295574
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295575
+ "name": "GlobalDOMAttributes"
295918
295576
  },
295919
295577
  "declarations": [
295920
295578
  {
295921
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295922
- "name": "PressEvents"
295579
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295580
+ "name": "GlobalDOMAttributes"
295923
295581
  }
295924
295582
  ],
295925
295583
  "required": false,
295926
295584
  "type": {
295927
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
295585
+ "name": "string"
295928
295586
  }
295929
295587
  },
295930
- "translate": {
295588
+ "lang": {
295931
295589
  "defaultValue": null,
295932
295590
  "description": "",
295933
- "name": "translate",
295591
+ "name": "lang",
295934
295592
  "parent": {
295935
295593
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295936
295594
  "name": "GlobalDOMAttributes"
@@ -295943,13 +295601,13 @@
295943
295601
  ],
295944
295602
  "required": false,
295945
295603
  "type": {
295946
- "name": "\"yes\" | \"no\""
295604
+ "name": "string"
295947
295605
  }
295948
295606
  },
295949
- "dir": {
295607
+ "hidden": {
295950
295608
  "defaultValue": null,
295951
295609
  "description": "",
295952
- "name": "dir",
295610
+ "name": "hidden",
295953
295611
  "parent": {
295954
295612
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295955
295613
  "name": "GlobalDOMAttributes"
@@ -295962,13 +295620,13 @@
295962
295620
  ],
295963
295621
  "required": false,
295964
295622
  "type": {
295965
- "name": "string"
295623
+ "name": "boolean"
295966
295624
  }
295967
295625
  },
295968
- "lang": {
295626
+ "inert": {
295969
295627
  "defaultValue": null,
295970
295628
  "description": "",
295971
- "name": "lang",
295629
+ "name": "inert",
295972
295630
  "parent": {
295973
295631
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295974
295632
  "name": "GlobalDOMAttributes"
@@ -295981,13 +295639,13 @@
295981
295639
  ],
295982
295640
  "required": false,
295983
295641
  "type": {
295984
- "name": "string"
295642
+ "name": "boolean"
295985
295643
  }
295986
295644
  },
295987
- "hidden": {
295645
+ "translate": {
295988
295646
  "defaultValue": null,
295989
295647
  "description": "",
295990
- "name": "hidden",
295648
+ "name": "translate",
295991
295649
  "parent": {
295992
295650
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295993
295651
  "name": "GlobalDOMAttributes"
@@ -296000,26 +295658,26 @@
296000
295658
  ],
296001
295659
  "required": false,
296002
295660
  "type": {
296003
- "name": "boolean"
295661
+ "name": "\"yes\" | \"no\""
296004
295662
  }
296005
295663
  },
296006
- "inert": {
295664
+ "onClick": {
296007
295665
  "defaultValue": null,
296008
295666
  "description": "",
296009
- "name": "inert",
295667
+ "name": "onClick",
296010
295668
  "parent": {
296011
295669
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296012
- "name": "GlobalDOMAttributes"
295670
+ "name": "GlobalDOMEvents"
296013
295671
  },
296014
295672
  "declarations": [
296015
295673
  {
296016
295674
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296017
- "name": "GlobalDOMAttributes"
295675
+ "name": "GlobalDOMEvents"
296018
295676
  }
296019
295677
  ],
296020
295678
  "required": false,
296021
295679
  "type": {
296022
- "name": "boolean"
295680
+ "name": "MouseEventHandler<HTMLDivElement>"
296023
295681
  }
296024
295682
  },
296025
295683
  "onClickCapture": {
@@ -297218,21 +296876,6 @@
297218
296876
  "type": {
297219
296877
  "name": "TransitionEventHandler<HTMLDivElement>"
297220
296878
  }
297221
- },
297222
- "footer": {
297223
- "defaultValue": null,
297224
- "description": "@internal",
297225
- "name": "footer",
297226
- "declarations": [
297227
- {
297228
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
297229
- "name": "TypeLiteral"
297230
- }
297231
- ],
297232
- "required": false,
297233
- "type": {
297234
- "name": "boolean"
297235
- }
297236
296879
  }
297237
296880
  }
297238
296881
  },
@@ -297240,9 +296883,9 @@
297240
296883
  "tags": {
297241
296884
  "flr-generate": "all"
297242
296885
  },
297243
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
296886
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
297244
296887
  "description": "",
297245
- "displayName": "TableHeader",
296888
+ "displayName": "TableFooterRow",
297246
296889
  "methods": [],
297247
296890
  "props": {
297248
296891
  "className": {
@@ -297304,6 +296947,25 @@
297304
296947
  "name": "ReactNode"
297305
296948
  }
297306
296949
  },
296950
+ "value": {
296951
+ "defaultValue": null,
296952
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
296953
+ "name": "value",
296954
+ "parent": {
296955
+ "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",
296956
+ "name": "MenuItemProps"
296957
+ },
296958
+ "declarations": [
296959
+ {
296960
+ "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",
296961
+ "name": "MenuItemProps"
296962
+ }
296963
+ ],
296964
+ "required": false,
296965
+ "type": {
296966
+ "name": "object"
296967
+ }
296968
+ },
297307
296969
  "dependencies": {
297308
296970
  "defaultValue": null,
297309
296971
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -297323,6 +296985,82 @@
297323
296985
  "name": "readonly any[]"
297324
296986
  }
297325
296987
  },
296988
+ "textValue": {
296989
+ "defaultValue": null,
296990
+ "description": "A string representation of the item's contents, used for features like typeahead.",
296991
+ "name": "textValue",
296992
+ "parent": {
296993
+ "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",
296994
+ "name": "ListBoxItemProps"
296995
+ },
296996
+ "declarations": [
296997
+ {
296998
+ "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",
296999
+ "name": "ListBoxItemProps"
297000
+ }
297001
+ ],
297002
+ "required": false,
297003
+ "type": {
297004
+ "name": "string"
297005
+ }
297006
+ },
297007
+ "isDisabled": {
297008
+ "defaultValue": null,
297009
+ "description": "Whether the item is disabled.",
297010
+ "name": "isDisabled",
297011
+ "parent": {
297012
+ "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",
297013
+ "name": "ListBoxItemProps"
297014
+ },
297015
+ "declarations": [
297016
+ {
297017
+ "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",
297018
+ "name": "ListBoxItemProps"
297019
+ }
297020
+ ],
297021
+ "required": false,
297022
+ "type": {
297023
+ "name": "boolean"
297024
+ }
297025
+ },
297026
+ "onAction": {
297027
+ "defaultValue": null,
297028
+ "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.",
297029
+ "name": "onAction",
297030
+ "parent": {
297031
+ "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",
297032
+ "name": "ListBoxItemProps"
297033
+ },
297034
+ "declarations": [
297035
+ {
297036
+ "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",
297037
+ "name": "ListBoxItemProps"
297038
+ }
297039
+ ],
297040
+ "required": false,
297041
+ "type": {
297042
+ "name": "(() => void)"
297043
+ }
297044
+ },
297045
+ "id": {
297046
+ "defaultValue": null,
297047
+ "description": "The unique id of the item.",
297048
+ "name": "id",
297049
+ "parent": {
297050
+ "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",
297051
+ "name": "MenuItemProps"
297052
+ },
297053
+ "declarations": [
297054
+ {
297055
+ "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",
297056
+ "name": "MenuItemProps"
297057
+ }
297058
+ ],
297059
+ "required": false,
297060
+ "type": {
297061
+ "name": "Key"
297062
+ }
297063
+ },
297326
297064
  "style": {
297327
297065
  "defaultValue": null,
297328
297066
  "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.",
@@ -297342,6 +297080,158 @@
297342
297080
  "name": "StyleOrFunction<TooltipRenderProps>"
297343
297081
  }
297344
297082
  },
297083
+ "href": {
297084
+ "defaultValue": null,
297085
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
297086
+ "name": "href",
297087
+ "parent": {
297088
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297089
+ "name": "LinkDOMProps"
297090
+ },
297091
+ "declarations": [
297092
+ {
297093
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297094
+ "name": "LinkDOMProps"
297095
+ }
297096
+ ],
297097
+ "required": false,
297098
+ "type": {
297099
+ "name": "string"
297100
+ }
297101
+ },
297102
+ "hrefLang": {
297103
+ "defaultValue": null,
297104
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
297105
+ "name": "hrefLang",
297106
+ "parent": {
297107
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297108
+ "name": "LinkDOMProps"
297109
+ },
297110
+ "declarations": [
297111
+ {
297112
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297113
+ "name": "LinkDOMProps"
297114
+ }
297115
+ ],
297116
+ "required": false,
297117
+ "type": {
297118
+ "name": "string"
297119
+ }
297120
+ },
297121
+ "target": {
297122
+ "defaultValue": null,
297123
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
297124
+ "name": "target",
297125
+ "parent": {
297126
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297127
+ "name": "LinkDOMProps"
297128
+ },
297129
+ "declarations": [
297130
+ {
297131
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297132
+ "name": "LinkDOMProps"
297133
+ }
297134
+ ],
297135
+ "required": false,
297136
+ "type": {
297137
+ "name": "HTMLAttributeAnchorTarget"
297138
+ }
297139
+ },
297140
+ "rel": {
297141
+ "defaultValue": null,
297142
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
297143
+ "name": "rel",
297144
+ "parent": {
297145
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297146
+ "name": "LinkDOMProps"
297147
+ },
297148
+ "declarations": [
297149
+ {
297150
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297151
+ "name": "LinkDOMProps"
297152
+ }
297153
+ ],
297154
+ "required": false,
297155
+ "type": {
297156
+ "name": "string"
297157
+ }
297158
+ },
297159
+ "download": {
297160
+ "defaultValue": null,
297161
+ "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).",
297162
+ "name": "download",
297163
+ "parent": {
297164
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297165
+ "name": "LinkDOMProps"
297166
+ },
297167
+ "declarations": [
297168
+ {
297169
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297170
+ "name": "LinkDOMProps"
297171
+ }
297172
+ ],
297173
+ "required": false,
297174
+ "type": {
297175
+ "name": "string | boolean"
297176
+ }
297177
+ },
297178
+ "ping": {
297179
+ "defaultValue": null,
297180
+ "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).",
297181
+ "name": "ping",
297182
+ "parent": {
297183
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297184
+ "name": "LinkDOMProps"
297185
+ },
297186
+ "declarations": [
297187
+ {
297188
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297189
+ "name": "LinkDOMProps"
297190
+ }
297191
+ ],
297192
+ "required": false,
297193
+ "type": {
297194
+ "name": "string"
297195
+ }
297196
+ },
297197
+ "referrerPolicy": {
297198
+ "defaultValue": null,
297199
+ "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).",
297200
+ "name": "referrerPolicy",
297201
+ "parent": {
297202
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297203
+ "name": "LinkDOMProps"
297204
+ },
297205
+ "declarations": [
297206
+ {
297207
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297208
+ "name": "LinkDOMProps"
297209
+ }
297210
+ ],
297211
+ "required": false,
297212
+ "type": {
297213
+ "name": "HTMLAttributeReferrerPolicy"
297214
+ }
297215
+ },
297216
+ "routerOptions": {
297217
+ "defaultValue": null,
297218
+ "description": "Options for the configured client side router.",
297219
+ "name": "routerOptions",
297220
+ "parent": {
297221
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297222
+ "name": "LinkDOMProps"
297223
+ },
297224
+ "declarations": [
297225
+ {
297226
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297227
+ "name": "LinkDOMProps"
297228
+ }
297229
+ ],
297230
+ "required": false,
297231
+ "type": {
297232
+ "name": "undefined"
297233
+ }
297234
+ },
297345
297235
  "onHoverStart": {
297346
297236
  "defaultValue": null,
297347
297237
  "description": "Handler that is called when a hover interaction starts.",
@@ -297399,29 +297289,124 @@
297399
297289
  "name": "((isHovering: boolean) => void)"
297400
297290
  }
297401
297291
  },
297402
- "dir": {
297292
+ "onPress": {
297403
297293
  "defaultValue": null,
297404
- "description": "",
297405
- "name": "dir",
297294
+ "description": "Handler that is called when the press is released over the target.",
297295
+ "name": "onPress",
297406
297296
  "parent": {
297407
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297408
- "name": "GlobalDOMAttributes"
297297
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297298
+ "name": "PressEvents"
297409
297299
  },
297410
297300
  "declarations": [
297411
297301
  {
297412
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297413
- "name": "GlobalDOMAttributes"
297302
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297303
+ "name": "PressEvents"
297414
297304
  }
297415
297305
  ],
297416
297306
  "required": false,
297417
297307
  "type": {
297418
- "name": "string"
297308
+ "name": "((e: PressEvent) => void)"
297419
297309
  }
297420
297310
  },
297421
- "lang": {
297311
+ "onPressStart": {
297312
+ "defaultValue": null,
297313
+ "description": "Handler that is called when a press interaction starts.",
297314
+ "name": "onPressStart",
297315
+ "parent": {
297316
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297317
+ "name": "PressEvents"
297318
+ },
297319
+ "declarations": [
297320
+ {
297321
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297322
+ "name": "PressEvents"
297323
+ }
297324
+ ],
297325
+ "required": false,
297326
+ "type": {
297327
+ "name": "((e: PressEvent) => void)"
297328
+ }
297329
+ },
297330
+ "onPressEnd": {
297331
+ "defaultValue": null,
297332
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
297333
+ "name": "onPressEnd",
297334
+ "parent": {
297335
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297336
+ "name": "PressEvents"
297337
+ },
297338
+ "declarations": [
297339
+ {
297340
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297341
+ "name": "PressEvents"
297342
+ }
297343
+ ],
297344
+ "required": false,
297345
+ "type": {
297346
+ "name": "((e: PressEvent) => void)"
297347
+ }
297348
+ },
297349
+ "onPressChange": {
297350
+ "defaultValue": null,
297351
+ "description": "Handler that is called when the press state changes.",
297352
+ "name": "onPressChange",
297353
+ "parent": {
297354
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297355
+ "name": "PressEvents"
297356
+ },
297357
+ "declarations": [
297358
+ {
297359
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297360
+ "name": "PressEvents"
297361
+ }
297362
+ ],
297363
+ "required": false,
297364
+ "type": {
297365
+ "name": "((isPressed: boolean) => void)"
297366
+ }
297367
+ },
297368
+ "onPressUp": {
297369
+ "defaultValue": null,
297370
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
297371
+ "name": "onPressUp",
297372
+ "parent": {
297373
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297374
+ "name": "PressEvents"
297375
+ },
297376
+ "declarations": [
297377
+ {
297378
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297379
+ "name": "PressEvents"
297380
+ }
297381
+ ],
297382
+ "required": false,
297383
+ "type": {
297384
+ "name": "((e: PressEvent) => void)"
297385
+ }
297386
+ },
297387
+ "onClick": {
297388
+ "defaultValue": null,
297389
+ "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.",
297390
+ "name": "onClick",
297391
+ "parent": {
297392
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297393
+ "name": "PressEvents"
297394
+ },
297395
+ "declarations": [
297396
+ {
297397
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297398
+ "name": "PressEvents"
297399
+ }
297400
+ ],
297401
+ "required": false,
297402
+ "type": {
297403
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
297404
+ }
297405
+ },
297406
+ "translate": {
297422
297407
  "defaultValue": null,
297423
297408
  "description": "",
297424
- "name": "lang",
297409
+ "name": "translate",
297425
297410
  "parent": {
297426
297411
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297427
297412
  "name": "GlobalDOMAttributes"
@@ -297434,13 +297419,13 @@
297434
297419
  ],
297435
297420
  "required": false,
297436
297421
  "type": {
297437
- "name": "string"
297422
+ "name": "\"yes\" | \"no\""
297438
297423
  }
297439
297424
  },
297440
- "hidden": {
297425
+ "dir": {
297441
297426
  "defaultValue": null,
297442
297427
  "description": "",
297443
- "name": "hidden",
297428
+ "name": "dir",
297444
297429
  "parent": {
297445
297430
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297446
297431
  "name": "GlobalDOMAttributes"
@@ -297453,13 +297438,13 @@
297453
297438
  ],
297454
297439
  "required": false,
297455
297440
  "type": {
297456
- "name": "boolean"
297441
+ "name": "string"
297457
297442
  }
297458
297443
  },
297459
- "inert": {
297444
+ "lang": {
297460
297445
  "defaultValue": null,
297461
297446
  "description": "",
297462
- "name": "inert",
297447
+ "name": "lang",
297463
297448
  "parent": {
297464
297449
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297465
297450
  "name": "GlobalDOMAttributes"
@@ -297472,13 +297457,13 @@
297472
297457
  ],
297473
297458
  "required": false,
297474
297459
  "type": {
297475
- "name": "boolean"
297460
+ "name": "string"
297476
297461
  }
297477
297462
  },
297478
- "translate": {
297463
+ "hidden": {
297479
297464
  "defaultValue": null,
297480
297465
  "description": "",
297481
- "name": "translate",
297466
+ "name": "hidden",
297482
297467
  "parent": {
297483
297468
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297484
297469
  "name": "GlobalDOMAttributes"
@@ -297491,26 +297476,26 @@
297491
297476
  ],
297492
297477
  "required": false,
297493
297478
  "type": {
297494
- "name": "\"yes\" | \"no\""
297479
+ "name": "boolean"
297495
297480
  }
297496
297481
  },
297497
- "onClick": {
297482
+ "inert": {
297498
297483
  "defaultValue": null,
297499
297484
  "description": "",
297500
- "name": "onClick",
297485
+ "name": "inert",
297501
297486
  "parent": {
297502
297487
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297503
- "name": "GlobalDOMEvents"
297488
+ "name": "GlobalDOMAttributes"
297504
297489
  },
297505
297490
  "declarations": [
297506
297491
  {
297507
297492
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297508
- "name": "GlobalDOMEvents"
297493
+ "name": "GlobalDOMAttributes"
297509
297494
  }
297510
297495
  ],
297511
297496
  "required": false,
297512
297497
  "type": {
297513
- "name": "MouseEventHandler<HTMLDivElement>"
297498
+ "name": "boolean"
297514
297499
  }
297515
297500
  },
297516
297501
  "onClickCapture": {
@@ -298709,6 +298694,21 @@
298709
298694
  "type": {
298710
298695
  "name": "TransitionEventHandler<HTMLDivElement>"
298711
298696
  }
298697
+ },
298698
+ "footer": {
298699
+ "defaultValue": null,
298700
+ "description": "@internal",
298701
+ "name": "footer",
298702
+ "declarations": [
298703
+ {
298704
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
298705
+ "name": "TypeLiteral"
298706
+ }
298707
+ ],
298708
+ "required": false,
298709
+ "type": {
298710
+ "name": "boolean"
298711
+ }
298712
298712
  }
298713
298713
  }
298714
298714
  },
@@ -309392,6 +309392,55 @@
309392
309392
  }
309393
309393
  }
309394
309394
  },
309395
+ {
309396
+ "tags": {
309397
+ "internal": ""
309398
+ },
309399
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309400
+ "description": "",
309401
+ "displayName": "ValidationResultEntry",
309402
+ "methods": [],
309403
+ "props": {
309404
+ "result": {
309405
+ "defaultValue": null,
309406
+ "description": "",
309407
+ "name": "result",
309408
+ "parent": {
309409
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309410
+ "name": "Props"
309411
+ },
309412
+ "declarations": [
309413
+ {
309414
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309415
+ "name": "Props"
309416
+ }
309417
+ ],
309418
+ "required": true,
309419
+ "type": {
309420
+ "name": "Partial<RuleValidationResult>"
309421
+ }
309422
+ },
309423
+ "unspecifiedRules": {
309424
+ "defaultValue": null,
309425
+ "description": "",
309426
+ "name": "unspecifiedRules",
309427
+ "parent": {
309428
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309429
+ "name": "Props"
309430
+ },
309431
+ "declarations": [
309432
+ {
309433
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309434
+ "name": "Props"
309435
+ }
309436
+ ],
309437
+ "required": false,
309438
+ "type": {
309439
+ "name": "boolean"
309440
+ }
309441
+ }
309442
+ }
309443
+ },
309395
309444
  {
309396
309445
  "tags": {},
309397
309446
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -309477,55 +309526,6 @@
309477
309526
  }
309478
309527
  }
309479
309528
  },
309480
- {
309481
- "tags": {
309482
- "internal": ""
309483
- },
309484
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309485
- "description": "",
309486
- "displayName": "ValidationResultEntry",
309487
- "methods": [],
309488
- "props": {
309489
- "result": {
309490
- "defaultValue": null,
309491
- "description": "",
309492
- "name": "result",
309493
- "parent": {
309494
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309495
- "name": "Props"
309496
- },
309497
- "declarations": [
309498
- {
309499
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309500
- "name": "Props"
309501
- }
309502
- ],
309503
- "required": true,
309504
- "type": {
309505
- "name": "Partial<RuleValidationResult>"
309506
- }
309507
- },
309508
- "unspecifiedRules": {
309509
- "defaultValue": null,
309510
- "description": "",
309511
- "name": "unspecifiedRules",
309512
- "parent": {
309513
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309514
- "name": "Props"
309515
- },
309516
- "declarations": [
309517
- {
309518
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309519
- "name": "Props"
309520
- }
309521
- ],
309522
- "required": false,
309523
- "type": {
309524
- "name": "boolean"
309525
- }
309526
- }
309527
- }
309528
- },
309529
309529
  {
309530
309530
  "tags": {
309531
309531
  "internal": ""
@@ -319035,6 +319035,165 @@
319035
319035
  }
319036
319036
  }
319037
319037
  },
319038
+ {
319039
+ "tags": {
319040
+ "flr-generate": "all"
319041
+ },
319042
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
319043
+ "description": "",
319044
+ "displayName": "ContextMenuSection",
319045
+ "methods": [],
319046
+ "props": {
319047
+ "children": {
319048
+ "defaultValue": null,
319049
+ "description": "",
319050
+ "name": "children",
319051
+ "declarations": [
319052
+ {
319053
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319054
+ "name": "TypeLiteral"
319055
+ }
319056
+ ],
319057
+ "required": false,
319058
+ "type": {
319059
+ "name": "ReactNode"
319060
+ }
319061
+ },
319062
+ "wrapWith": {
319063
+ "defaultValue": null,
319064
+ "description": "",
319065
+ "name": "wrapWith",
319066
+ "parent": {
319067
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
319068
+ "name": "FlowComponentProps"
319069
+ },
319070
+ "declarations": [
319071
+ {
319072
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
319073
+ "name": "FlowComponentProps"
319074
+ }
319075
+ ],
319076
+ "required": false,
319077
+ "type": {
319078
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
319079
+ }
319080
+ },
319081
+ "tunnelId": {
319082
+ "defaultValue": null,
319083
+ "description": "@internal",
319084
+ "name": "tunnelId",
319085
+ "parent": {
319086
+ "fileName": "components/src/lib/types/props.ts",
319087
+ "name": "PropsWithTunnel"
319088
+ },
319089
+ "declarations": [
319090
+ {
319091
+ "fileName": "components/src/lib/types/props.ts",
319092
+ "name": "PropsWithTunnel"
319093
+ }
319094
+ ],
319095
+ "required": false,
319096
+ "type": {
319097
+ "name": "string | null"
319098
+ }
319099
+ },
319100
+ "ref": {
319101
+ "defaultValue": null,
319102
+ "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}",
319103
+ "name": "ref",
319104
+ "parent": {
319105
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319106
+ "name": "RefAttributes"
319107
+ },
319108
+ "declarations": [
319109
+ {
319110
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319111
+ "name": "RefAttributes"
319112
+ },
319113
+ {
319114
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319115
+ "name": "RefAttributes"
319116
+ }
319117
+ ],
319118
+ "required": false,
319119
+ "type": {
319120
+ "name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
319121
+ }
319122
+ },
319123
+ "key": {
319124
+ "defaultValue": null,
319125
+ "description": "",
319126
+ "name": "key",
319127
+ "parent": {
319128
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319129
+ "name": "Attributes"
319130
+ },
319131
+ "declarations": [
319132
+ {
319133
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
319134
+ "name": "Attributes"
319135
+ }
319136
+ ],
319137
+ "required": false,
319138
+ "type": {
319139
+ "name": "Key | null"
319140
+ }
319141
+ },
319142
+ "selectedKeys": {
319143
+ "defaultValue": null,
319144
+ "description": "The currently selected keys in the collection (controlled).",
319145
+ "name": "selectedKeys",
319146
+ "parent": {
319147
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319148
+ "name": "MultipleSelection"
319149
+ },
319150
+ "declarations": [
319151
+ {
319152
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319153
+ "name": "MultipleSelection"
319154
+ }
319155
+ ],
319156
+ "required": false,
319157
+ "type": {
319158
+ "name": "\"all\" | Iterable<Key>"
319159
+ }
319160
+ },
319161
+ "defaultSelectedKeys": {
319162
+ "defaultValue": null,
319163
+ "description": "The initial selected keys in the collection (uncontrolled).",
319164
+ "name": "defaultSelectedKeys",
319165
+ "parent": {
319166
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319167
+ "name": "MultipleSelection"
319168
+ },
319169
+ "declarations": [
319170
+ {
319171
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
319172
+ "name": "MultipleSelection"
319173
+ }
319174
+ ],
319175
+ "required": false,
319176
+ "type": {
319177
+ "name": "\"all\" | Iterable<Key>"
319178
+ }
319179
+ },
319180
+ "selectionMode": {
319181
+ "defaultValue": null,
319182
+ "description": "",
319183
+ "name": "selectionMode",
319184
+ "declarations": [
319185
+ {
319186
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
319187
+ "name": "TypeLiteral"
319188
+ }
319189
+ ],
319190
+ "required": false,
319191
+ "type": {
319192
+ "name": "ContextMenuSelectionMode"
319193
+ }
319194
+ }
319195
+ }
319196
+ },
319038
319197
  {
319039
319198
  "tags": {
319040
319199
  "flr-generate": "all"
@@ -320840,165 +320999,6 @@
320840
320999
  }
320841
321000
  }
320842
321001
  },
320843
- {
320844
- "tags": {
320845
- "flr-generate": "all"
320846
- },
320847
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320848
- "description": "",
320849
- "displayName": "ContextMenuSection",
320850
- "methods": [],
320851
- "props": {
320852
- "children": {
320853
- "defaultValue": null,
320854
- "description": "",
320855
- "name": "children",
320856
- "declarations": [
320857
- {
320858
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320859
- "name": "TypeLiteral"
320860
- }
320861
- ],
320862
- "required": false,
320863
- "type": {
320864
- "name": "ReactNode"
320865
- }
320866
- },
320867
- "wrapWith": {
320868
- "defaultValue": null,
320869
- "description": "",
320870
- "name": "wrapWith",
320871
- "parent": {
320872
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320873
- "name": "FlowComponentProps"
320874
- },
320875
- "declarations": [
320876
- {
320877
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320878
- "name": "FlowComponentProps"
320879
- }
320880
- ],
320881
- "required": false,
320882
- "type": {
320883
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320884
- }
320885
- },
320886
- "tunnelId": {
320887
- "defaultValue": null,
320888
- "description": "@internal",
320889
- "name": "tunnelId",
320890
- "parent": {
320891
- "fileName": "components/src/lib/types/props.ts",
320892
- "name": "PropsWithTunnel"
320893
- },
320894
- "declarations": [
320895
- {
320896
- "fileName": "components/src/lib/types/props.ts",
320897
- "name": "PropsWithTunnel"
320898
- }
320899
- ],
320900
- "required": false,
320901
- "type": {
320902
- "name": "string | null"
320903
- }
320904
- },
320905
- "ref": {
320906
- "defaultValue": null,
320907
- "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}",
320908
- "name": "ref",
320909
- "parent": {
320910
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320911
- "name": "RefAttributes"
320912
- },
320913
- "declarations": [
320914
- {
320915
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320916
- "name": "RefAttributes"
320917
- },
320918
- {
320919
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320920
- "name": "RefAttributes"
320921
- }
320922
- ],
320923
- "required": false,
320924
- "type": {
320925
- "name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
320926
- }
320927
- },
320928
- "key": {
320929
- "defaultValue": null,
320930
- "description": "",
320931
- "name": "key",
320932
- "parent": {
320933
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320934
- "name": "Attributes"
320935
- },
320936
- "declarations": [
320937
- {
320938
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320939
- "name": "Attributes"
320940
- }
320941
- ],
320942
- "required": false,
320943
- "type": {
320944
- "name": "Key | null"
320945
- }
320946
- },
320947
- "selectedKeys": {
320948
- "defaultValue": null,
320949
- "description": "The currently selected keys in the collection (controlled).",
320950
- "name": "selectedKeys",
320951
- "parent": {
320952
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320953
- "name": "MultipleSelection"
320954
- },
320955
- "declarations": [
320956
- {
320957
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320958
- "name": "MultipleSelection"
320959
- }
320960
- ],
320961
- "required": false,
320962
- "type": {
320963
- "name": "\"all\" | Iterable<Key>"
320964
- }
320965
- },
320966
- "defaultSelectedKeys": {
320967
- "defaultValue": null,
320968
- "description": "The initial selected keys in the collection (uncontrolled).",
320969
- "name": "defaultSelectedKeys",
320970
- "parent": {
320971
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320972
- "name": "MultipleSelection"
320973
- },
320974
- "declarations": [
320975
- {
320976
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320977
- "name": "MultipleSelection"
320978
- }
320979
- ],
320980
- "required": false,
320981
- "type": {
320982
- "name": "\"all\" | Iterable<Key>"
320983
- }
320984
- },
320985
- "selectionMode": {
320986
- "defaultValue": null,
320987
- "description": "",
320988
- "name": "selectionMode",
320989
- "declarations": [
320990
- {
320991
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320992
- "name": "TypeLiteral"
320993
- }
320994
- ],
320995
- "required": false,
320996
- "type": {
320997
- "name": "ContextMenuSelectionMode"
320998
- }
320999
- }
321000
- }
321001
- },
321002
321002
  {
321003
321003
  "tags": {},
321004
321004
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
@@ -322052,9 +322052,9 @@
322052
322052
  "tags": {
322053
322053
  "flr-generate": "all"
322054
322054
  },
322055
- "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
322055
+ "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
322056
322056
  "description": "",
322057
- "displayName": "XAxis",
322057
+ "displayName": "YAxis",
322058
322058
  "methods": [],
322059
322059
  "props": {
322060
322060
  "className": {
@@ -322135,16 +322135,16 @@
322135
322135
  },
322136
322136
  "scale": {
322137
322137
  "defaultValue": null,
322138
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
322138
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
322139
322139
  "name": "scale",
322140
322140
  "parent": {
322141
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322142
- "name": "XAxisProps"
322141
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322142
+ "name": "YAxisProps"
322143
322143
  },
322144
322144
  "declarations": [
322145
322145
  {
322146
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322147
- "name": "XAxisProps"
322146
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322147
+ "name": "YAxisProps"
322148
322148
  }
322149
322149
  ],
322150
322150
  "required": false,
@@ -322190,10 +322190,230 @@
322190
322190
  "name": "boolean"
322191
322191
  }
322192
322192
  },
322193
- "allowDataOverflow": {
322193
+ "interval": {
322194
322194
  "defaultValue": null,
322195
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
322196
- "name": "allowDataOverflow",
322195
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
322196
+ "name": "interval",
322197
+ "parent": {
322198
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322199
+ "name": "YAxisProps"
322200
+ },
322201
+ "declarations": [
322202
+ {
322203
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322204
+ "name": "YAxisProps"
322205
+ }
322206
+ ],
322207
+ "required": false,
322208
+ "type": {
322209
+ "name": "AxisInterval"
322210
+ }
322211
+ },
322212
+ "minTickGap": {
322213
+ "defaultValue": null,
322214
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
322215
+ "name": "minTickGap",
322216
+ "parent": {
322217
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322218
+ "name": "YAxisProps"
322219
+ },
322220
+ "declarations": [
322221
+ {
322222
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322223
+ "name": "YAxisProps"
322224
+ }
322225
+ ],
322226
+ "required": false,
322227
+ "type": {
322228
+ "name": "number"
322229
+ }
322230
+ },
322231
+ "domain": {
322232
+ "defaultValue": null,
322233
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
322234
+ "name": "domain",
322235
+ "parent": {
322236
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322237
+ "name": "YAxisProps"
322238
+ },
322239
+ "declarations": [
322240
+ {
322241
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322242
+ "name": "YAxisProps"
322243
+ }
322244
+ ],
322245
+ "required": false,
322246
+ "type": {
322247
+ "name": "AxisDomain"
322248
+ }
322249
+ },
322250
+ "unit": {
322251
+ "defaultValue": null,
322252
+ "description": "The unit of data. This option will be used in tooltip.",
322253
+ "name": "unit",
322254
+ "parent": {
322255
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322256
+ "name": "BaseAxisProps"
322257
+ },
322258
+ "declarations": [
322259
+ {
322260
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322261
+ "name": "BaseAxisProps"
322262
+ }
322263
+ ],
322264
+ "required": false,
322265
+ "type": {
322266
+ "name": "string"
322267
+ }
322268
+ },
322269
+ "tickFormatter": {
322270
+ "defaultValue": null,
322271
+ "description": "The formatter function of tick.",
322272
+ "name": "tickFormatter",
322273
+ "parent": {
322274
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322275
+ "name": "RenderableAxisProps"
322276
+ },
322277
+ "declarations": [
322278
+ {
322279
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322280
+ "name": "RenderableAxisProps"
322281
+ }
322282
+ ],
322283
+ "required": false,
322284
+ "type": {
322285
+ "name": "((value: any, index: number) => string)"
322286
+ }
322287
+ }
322288
+ }
322289
+ },
322290
+ {
322291
+ "tags": {
322292
+ "flr-generate": "all"
322293
+ },
322294
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
322295
+ "description": "",
322296
+ "displayName": "XAxis",
322297
+ "methods": [],
322298
+ "props": {
322299
+ "className": {
322300
+ "defaultValue": null,
322301
+ "description": "",
322302
+ "name": "className",
322303
+ "parent": {
322304
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322305
+ "name": "HTMLAttributes"
322306
+ },
322307
+ "declarations": [
322308
+ {
322309
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322310
+ "name": "HTMLAttributes"
322311
+ }
322312
+ ],
322313
+ "required": false,
322314
+ "type": {
322315
+ "name": "string"
322316
+ }
322317
+ },
322318
+ "type": {
322319
+ "defaultValue": null,
322320
+ "description": "",
322321
+ "name": "type",
322322
+ "parent": {
322323
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322324
+ "name": "SVGAttributes"
322325
+ },
322326
+ "declarations": [
322327
+ {
322328
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322329
+ "name": "SVGAttributes"
322330
+ }
322331
+ ],
322332
+ "required": false,
322333
+ "type": {
322334
+ "name": "string"
322335
+ }
322336
+ },
322337
+ "hide": {
322338
+ "defaultValue": null,
322339
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
322340
+ "name": "hide",
322341
+ "parent": {
322342
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322343
+ "name": "RenderableAxisProps"
322344
+ },
322345
+ "declarations": [
322346
+ {
322347
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322348
+ "name": "RenderableAxisProps"
322349
+ }
322350
+ ],
322351
+ "required": false,
322352
+ "type": {
322353
+ "name": "boolean"
322354
+ }
322355
+ },
322356
+ "orientation": {
322357
+ "defaultValue": null,
322358
+ "description": "",
322359
+ "name": "orientation",
322360
+ "parent": {
322361
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322362
+ "name": "SVGAttributes"
322363
+ },
322364
+ "declarations": [
322365
+ {
322366
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322367
+ "name": "SVGAttributes"
322368
+ }
322369
+ ],
322370
+ "required": false,
322371
+ "type": {
322372
+ "name": "string | number"
322373
+ }
322374
+ },
322375
+ "scale": {
322376
+ "defaultValue": null,
322377
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
322378
+ "name": "scale",
322379
+ "parent": {
322380
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322381
+ "name": "XAxisProps"
322382
+ },
322383
+ "declarations": [
322384
+ {
322385
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322386
+ "name": "XAxisProps"
322387
+ }
322388
+ ],
322389
+ "required": false,
322390
+ "type": {
322391
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
322392
+ }
322393
+ },
322394
+ "dataKey": {
322395
+ "defaultValue": null,
322396
+ "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
322397
+ "name": "dataKey",
322398
+ "parent": {
322399
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322400
+ "name": "BaseAxisProps"
322401
+ },
322402
+ "declarations": [
322403
+ {
322404
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322405
+ "name": "BaseAxisProps"
322406
+ }
322407
+ ],
322408
+ "required": false,
322409
+ "type": {
322410
+ "name": "DataKey<any>"
322411
+ }
322412
+ },
322413
+ "allowDecimals": {
322414
+ "defaultValue": null,
322415
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
322416
+ "name": "allowDecimals",
322197
322417
  "parent": {
322198
322418
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322199
322419
  "name": "RenderableAxisProps"
@@ -322303,6 +322523,25 @@
322303
322523
  "type": {
322304
322524
  "name": "((value: any, index: number) => string)"
322305
322525
  }
322526
+ },
322527
+ "allowDataOverflow": {
322528
+ "defaultValue": null,
322529
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
322530
+ "name": "allowDataOverflow",
322531
+ "parent": {
322532
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322533
+ "name": "RenderableAxisProps"
322534
+ },
322535
+ "declarations": [
322536
+ {
322537
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322538
+ "name": "RenderableAxisProps"
322539
+ }
322540
+ ],
322541
+ "required": false,
322542
+ "type": {
322543
+ "name": "boolean"
322544
+ }
322306
322545
  }
322307
322546
  }
322308
322547
  },
@@ -323294,332 +323533,6 @@
323294
323533
  }
323295
323534
  }
323296
323535
  },
323297
- {
323298
- "tags": {
323299
- "flr-generate": "all"
323300
- },
323301
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
323302
- "description": "",
323303
- "displayName": "YAxis",
323304
- "methods": [],
323305
- "props": {
323306
- "className": {
323307
- "defaultValue": null,
323308
- "description": "",
323309
- "name": "className",
323310
- "parent": {
323311
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323312
- "name": "HTMLAttributes"
323313
- },
323314
- "declarations": [
323315
- {
323316
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323317
- "name": "HTMLAttributes"
323318
- }
323319
- ],
323320
- "required": false,
323321
- "type": {
323322
- "name": "string"
323323
- }
323324
- },
323325
- "type": {
323326
- "defaultValue": null,
323327
- "description": "",
323328
- "name": "type",
323329
- "parent": {
323330
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323331
- "name": "SVGAttributes"
323332
- },
323333
- "declarations": [
323334
- {
323335
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323336
- "name": "SVGAttributes"
323337
- }
323338
- ],
323339
- "required": false,
323340
- "type": {
323341
- "name": "string"
323342
- }
323343
- },
323344
- "hide": {
323345
- "defaultValue": null,
323346
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
323347
- "name": "hide",
323348
- "parent": {
323349
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323350
- "name": "RenderableAxisProps"
323351
- },
323352
- "declarations": [
323353
- {
323354
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323355
- "name": "RenderableAxisProps"
323356
- }
323357
- ],
323358
- "required": false,
323359
- "type": {
323360
- "name": "boolean"
323361
- }
323362
- },
323363
- "orientation": {
323364
- "defaultValue": null,
323365
- "description": "",
323366
- "name": "orientation",
323367
- "parent": {
323368
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323369
- "name": "SVGAttributes"
323370
- },
323371
- "declarations": [
323372
- {
323373
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323374
- "name": "SVGAttributes"
323375
- }
323376
- ],
323377
- "required": false,
323378
- "type": {
323379
- "name": "string | number"
323380
- }
323381
- },
323382
- "scale": {
323383
- "defaultValue": null,
323384
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
323385
- "name": "scale",
323386
- "parent": {
323387
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323388
- "name": "YAxisProps"
323389
- },
323390
- "declarations": [
323391
- {
323392
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323393
- "name": "YAxisProps"
323394
- }
323395
- ],
323396
- "required": false,
323397
- "type": {
323398
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
323399
- }
323400
- },
323401
- "dataKey": {
323402
- "defaultValue": null,
323403
- "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
323404
- "name": "dataKey",
323405
- "parent": {
323406
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323407
- "name": "BaseAxisProps"
323408
- },
323409
- "declarations": [
323410
- {
323411
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323412
- "name": "BaseAxisProps"
323413
- }
323414
- ],
323415
- "required": false,
323416
- "type": {
323417
- "name": "DataKey<any>"
323418
- }
323419
- },
323420
- "allowDecimals": {
323421
- "defaultValue": null,
323422
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
323423
- "name": "allowDecimals",
323424
- "parent": {
323425
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323426
- "name": "RenderableAxisProps"
323427
- },
323428
- "declarations": [
323429
- {
323430
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323431
- "name": "RenderableAxisProps"
323432
- }
323433
- ],
323434
- "required": false,
323435
- "type": {
323436
- "name": "boolean"
323437
- }
323438
- },
323439
- "interval": {
323440
- "defaultValue": null,
323441
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
323442
- "name": "interval",
323443
- "parent": {
323444
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323445
- "name": "YAxisProps"
323446
- },
323447
- "declarations": [
323448
- {
323449
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323450
- "name": "YAxisProps"
323451
- }
323452
- ],
323453
- "required": false,
323454
- "type": {
323455
- "name": "AxisInterval"
323456
- }
323457
- },
323458
- "minTickGap": {
323459
- "defaultValue": null,
323460
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
323461
- "name": "minTickGap",
323462
- "parent": {
323463
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323464
- "name": "YAxisProps"
323465
- },
323466
- "declarations": [
323467
- {
323468
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323469
- "name": "YAxisProps"
323470
- }
323471
- ],
323472
- "required": false,
323473
- "type": {
323474
- "name": "number"
323475
- }
323476
- },
323477
- "domain": {
323478
- "defaultValue": null,
323479
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
323480
- "name": "domain",
323481
- "parent": {
323482
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323483
- "name": "YAxisProps"
323484
- },
323485
- "declarations": [
323486
- {
323487
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
323488
- "name": "YAxisProps"
323489
- }
323490
- ],
323491
- "required": false,
323492
- "type": {
323493
- "name": "AxisDomain"
323494
- }
323495
- },
323496
- "unit": {
323497
- "defaultValue": null,
323498
- "description": "The unit of data. This option will be used in tooltip.",
323499
- "name": "unit",
323500
- "parent": {
323501
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323502
- "name": "BaseAxisProps"
323503
- },
323504
- "declarations": [
323505
- {
323506
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323507
- "name": "BaseAxisProps"
323508
- }
323509
- ],
323510
- "required": false,
323511
- "type": {
323512
- "name": "string"
323513
- }
323514
- },
323515
- "tickFormatter": {
323516
- "defaultValue": null,
323517
- "description": "The formatter function of tick.",
323518
- "name": "tickFormatter",
323519
- "parent": {
323520
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323521
- "name": "RenderableAxisProps"
323522
- },
323523
- "declarations": [
323524
- {
323525
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
323526
- "name": "RenderableAxisProps"
323527
- }
323528
- ],
323529
- "required": false,
323530
- "type": {
323531
- "name": "((value: any, index: number) => string)"
323532
- }
323533
- }
323534
- }
323535
- },
323536
- {
323537
- "tags": {
323538
- "flr-generate": "all"
323539
- },
323540
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
323541
- "description": "",
323542
- "displayName": "CartesianGrid",
323543
- "methods": [],
323544
- "props": {
323545
- "className": {
323546
- "defaultValue": null,
323547
- "description": "",
323548
- "name": "className",
323549
- "parent": {
323550
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323551
- "name": "HTMLAttributes"
323552
- },
323553
- "declarations": [
323554
- {
323555
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323556
- "name": "HTMLAttributes"
323557
- }
323558
- ],
323559
- "required": false,
323560
- "type": {
323561
- "name": "string"
323562
- }
323563
- },
323564
- "horizontal": {
323565
- "defaultValue": null,
323566
- "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
323567
- "name": "horizontal",
323568
- "parent": {
323569
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
323570
- "name": "CartesianGridProps"
323571
- },
323572
- "declarations": [
323573
- {
323574
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
323575
- "name": "CartesianGridProps"
323576
- }
323577
- ],
323578
- "required": false,
323579
- "type": {
323580
- "name": "GridLineType"
323581
- }
323582
- },
323583
- "vertical": {
323584
- "defaultValue": null,
323585
- "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
323586
- "name": "vertical",
323587
- "parent": {
323588
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
323589
- "name": "CartesianGridProps"
323590
- },
323591
- "declarations": [
323592
- {
323593
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
323594
- "name": "CartesianGridProps"
323595
- }
323596
- ],
323597
- "required": false,
323598
- "type": {
323599
- "name": "GridLineType"
323600
- }
323601
- },
323602
- "strokeDasharray": {
323603
- "defaultValue": null,
323604
- "description": "",
323605
- "name": "strokeDasharray",
323606
- "parent": {
323607
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323608
- "name": "SVGAttributes"
323609
- },
323610
- "declarations": [
323611
- {
323612
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
323613
- "name": "SVGAttributes"
323614
- }
323615
- ],
323616
- "required": false,
323617
- "type": {
323618
- "name": "string | number"
323619
- }
323620
- }
323621
- }
323622
- },
323623
323536
  {
323624
323537
  "tags": {},
323625
323538
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
@@ -332523,6 +332436,93 @@
332523
332436
  }
332524
332437
  }
332525
332438
  },
332439
+ {
332440
+ "tags": {
332441
+ "flr-generate": "all"
332442
+ },
332443
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
332444
+ "description": "",
332445
+ "displayName": "CartesianGrid",
332446
+ "methods": [],
332447
+ "props": {
332448
+ "className": {
332449
+ "defaultValue": null,
332450
+ "description": "",
332451
+ "name": "className",
332452
+ "parent": {
332453
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332454
+ "name": "HTMLAttributes"
332455
+ },
332456
+ "declarations": [
332457
+ {
332458
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332459
+ "name": "HTMLAttributes"
332460
+ }
332461
+ ],
332462
+ "required": false,
332463
+ "type": {
332464
+ "name": "string"
332465
+ }
332466
+ },
332467
+ "horizontal": {
332468
+ "defaultValue": null,
332469
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
332470
+ "name": "horizontal",
332471
+ "parent": {
332472
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332473
+ "name": "CartesianGridProps"
332474
+ },
332475
+ "declarations": [
332476
+ {
332477
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332478
+ "name": "CartesianGridProps"
332479
+ }
332480
+ ],
332481
+ "required": false,
332482
+ "type": {
332483
+ "name": "GridLineType"
332484
+ }
332485
+ },
332486
+ "vertical": {
332487
+ "defaultValue": null,
332488
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
332489
+ "name": "vertical",
332490
+ "parent": {
332491
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332492
+ "name": "CartesianGridProps"
332493
+ },
332494
+ "declarations": [
332495
+ {
332496
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332497
+ "name": "CartesianGridProps"
332498
+ }
332499
+ ],
332500
+ "required": false,
332501
+ "type": {
332502
+ "name": "GridLineType"
332503
+ }
332504
+ },
332505
+ "strokeDasharray": {
332506
+ "defaultValue": null,
332507
+ "description": "",
332508
+ "name": "strokeDasharray",
332509
+ "parent": {
332510
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332511
+ "name": "SVGAttributes"
332512
+ },
332513
+ "declarations": [
332514
+ {
332515
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332516
+ "name": "SVGAttributes"
332517
+ }
332518
+ ],
332519
+ "required": false,
332520
+ "type": {
332521
+ "name": "string | number"
332522
+ }
332523
+ }
332524
+ }
332525
+ },
332526
332526
  {
332527
332527
  "tags": {},
332528
332528
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",