@mittwald/flow-react-components 0.2.0-alpha.803 → 0.2.0-alpha.805

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 (169) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +976 -642
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs +4 -0
  5. package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs.map +1 -1
  6. package/dist/js/_virtual/_.locale.json@cbc1b50fe3e51afbdb1b35a65308b79e.mjs +14 -0
  7. package/dist/js/_virtual/_.locale.json@cbc1b50fe3e51afbdb1b35a65308b79e.mjs.map +1 -0
  8. package/dist/js/default.mjs +1 -0
  9. package/dist/js/default.mjs.map +1 -1
  10. package/dist/js/flr-universal.mjs +3 -0
  11. package/dist/js/flr-universal.mjs.map +1 -1
  12. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +70 -16
  13. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs.map +1 -1
  14. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs +7 -3
  15. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs.map +1 -1
  16. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs +1 -1
  17. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs.map +1 -1
  18. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs +3 -1
  19. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs.map +1 -1
  20. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs +4 -4
  21. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs.map +1 -1
  22. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs +1 -2
  23. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs.map +1 -1
  24. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs +1 -2
  25. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs.map +1 -1
  26. package/dist/js/packages/components/src/components/List/List.mjs.map +1 -1
  27. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs +5 -1
  28. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
  29. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +5 -2
  30. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -1
  31. package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs +27 -0
  32. package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs.map +1 -0
  33. package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs +27 -0
  34. package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs.map +1 -0
  35. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs +2 -2
  36. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs.map +1 -1
  37. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs +13 -7
  38. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs.map +1 -1
  39. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +24 -11
  40. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  41. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +13 -8
  42. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs.map +1 -1
  43. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs +12 -8
  44. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs.map +1 -1
  45. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs +13 -9
  46. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs.map +1 -1
  47. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs +2 -1
  48. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs.map +1 -1
  49. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs +2 -1
  50. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs.map +1 -1
  51. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +34 -15
  52. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
  53. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +2 -1
  54. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  55. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +3 -1
  56. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
  57. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +16 -12
  58. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  59. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +16 -10
  60. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs.map +1 -1
  61. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs +14 -9
  62. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs.map +1 -1
  63. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +17 -13
  64. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
  65. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +11 -27
  66. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
  67. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +16 -12
  68. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
  69. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs +2 -3
  70. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +1 -1
  71. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +10 -6
  72. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
  73. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +26 -15
  74. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
  75. package/dist/js/packages/components/src/components/List/model/List.mjs +9 -2
  76. package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
  77. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +34 -1
  78. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
  79. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs +13 -1
  80. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs.map +1 -1
  81. package/dist/js/packages/components/src/components/List/model/types.mjs.map +1 -1
  82. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs +1 -1
  83. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs.map +1 -1
  84. package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs +16 -0
  85. package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs.map +1 -0
  86. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs +1 -2
  87. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs.map +1 -1
  88. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs +1 -2
  89. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs.map +1 -1
  90. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs +1 -2
  91. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs.map +1 -1
  92. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs +1 -2
  93. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs.map +1 -1
  94. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs +2 -1
  95. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs.map +1 -1
  96. package/dist/js/packages/components/src/views/IllustratedMessageView.mjs +15 -0
  97. package/dist/js/packages/components/src/views/IllustratedMessageView.mjs.map +1 -0
  98. package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs +17 -0
  99. package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs.map +1 -0
  100. package/dist/types/components/CodeBlock/CodeBlock.d.ts +7 -0
  101. package/dist/types/components/CodeBlock/CodeBlock.d.ts.map +1 -1
  102. package/dist/types/components/CodeBlock/stories/Default.stories.d.ts +1 -2
  103. package/dist/types/components/CodeBlock/stories/Default.stories.d.ts.map +1 -1
  104. package/dist/types/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  105. package/dist/types/components/List/List.d.ts +3 -1
  106. package/dist/types/components/List/List.d.ts.map +1 -1
  107. package/dist/types/components/List/components/DataLoader/DataLoader.d.ts.map +1 -1
  108. package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts +1 -0
  109. package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts.map +1 -1
  110. package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts +4 -0
  111. package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts.map +1 -0
  112. package/dist/types/components/List/components/EmptySearchResultView/index.d.ts +2 -0
  113. package/dist/types/components/List/components/EmptySearchResultView/index.d.ts.map +1 -0
  114. package/dist/types/components/List/components/EmptyView/EmptyView.d.ts +4 -0
  115. package/dist/types/components/List/components/EmptyView/EmptyView.d.ts.map +1 -0
  116. package/dist/types/components/List/components/EmptyView/index.d.ts +2 -0
  117. package/dist/types/components/List/components/EmptyView/index.d.ts.map +1 -0
  118. package/dist/types/components/List/components/Header/Header.d.ts.map +1 -1
  119. package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +4 -1
  120. package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts.map +1 -1
  121. package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts +5 -1
  122. package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts.map +1 -1
  123. package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts +1 -0
  124. package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts.map +1 -1
  125. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts +1 -0
  126. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts.map +1 -1
  127. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts +5 -1
  128. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts.map +1 -1
  129. package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts +1 -0
  130. package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts.map +1 -1
  131. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts +5 -1
  132. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts.map +1 -1
  133. package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts +5 -1
  134. package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts.map +1 -1
  135. package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
  136. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts +2 -1
  137. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts.map +1 -1
  138. package/dist/types/components/List/components/Table/Table.d.ts.map +1 -1
  139. package/dist/types/components/List/index.d.ts +1 -0
  140. package/dist/types/components/List/index.d.ts.map +1 -1
  141. package/dist/types/components/List/model/List.d.ts +6 -2
  142. package/dist/types/components/List/model/List.d.ts.map +1 -1
  143. package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +1 -0
  144. package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
  145. package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts +3 -0
  146. package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts.map +1 -1
  147. package/dist/types/components/List/model/loading/types.d.ts +6 -3
  148. package/dist/types/components/List/model/loading/types.d.ts.map +1 -1
  149. package/dist/types/components/List/model/search/types.d.ts +1 -0
  150. package/dist/types/components/List/model/search/types.d.ts.map +1 -1
  151. package/dist/types/components/List/model/types.d.ts +3 -0
  152. package/dist/types/components/List/model/types.d.ts.map +1 -1
  153. package/dist/types/components/List/stories/Default.stories.d.ts +3 -0
  154. package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
  155. package/dist/types/components/List/views/EmptyView/EmptyView.d.ts +5 -1
  156. package/dist/types/components/List/views/EmptyView/EmptyView.d.ts.map +1 -1
  157. package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts +10 -0
  158. package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts.map +1 -0
  159. package/dist/types/components/List/views/EmptyViewContainer/index.d.ts +3 -0
  160. package/dist/types/components/List/views/EmptyViewContainer/index.d.ts.map +1 -0
  161. package/dist/types/components/List/views/EmptyViewContainer/view.d.ts +8 -0
  162. package/dist/types/components/List/views/EmptyViewContainer/view.d.ts.map +1 -0
  163. package/dist/types/integrations/react-hook-form/flags.d.ts +1 -0
  164. package/dist/types/integrations/react-hook-form/flags.d.ts.map +1 -1
  165. package/dist/types/views/ListEmptyViewContainerView.d.ts +5 -0
  166. package/dist/types/views/ListEmptyViewContainerView.d.ts.map +1 -0
  167. package/package.json +6 -6
  168. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs +0 -15
  169. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs.map +0 -1
@@ -81330,266 +81330,6 @@
81330
81330
  }
81331
81331
  }
81332
81332
  },
81333
- {
81334
- "tags": {
81335
- "flr-generate": "all"
81336
- },
81337
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
81338
- "description": "",
81339
- "displayName": "Markdown",
81340
- "methods": [],
81341
- "props": {
81342
- "color": {
81343
- "defaultValue": {
81344
- "value": "\"default\""
81345
- },
81346
- "description": "The color schema of the markdown component.",
81347
- "name": "color",
81348
- "parent": {
81349
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81350
- "name": "MarkdownProps"
81351
- },
81352
- "declarations": [
81353
- {
81354
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81355
- "name": "MarkdownProps"
81356
- }
81357
- ],
81358
- "required": false,
81359
- "type": {
81360
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
81361
- }
81362
- },
81363
- "headingOffset": {
81364
- "defaultValue": {
81365
- "value": "0"
81366
- },
81367
- "description": "Shifts all heading levels by the given offset.",
81368
- "name": "headingOffset",
81369
- "parent": {
81370
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81371
- "name": "MarkdownProps"
81372
- },
81373
- "declarations": [
81374
- {
81375
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81376
- "name": "MarkdownProps"
81377
- }
81378
- ],
81379
- "required": false,
81380
- "type": {
81381
- "name": "number"
81382
- }
81383
- },
81384
- "style": {
81385
- "defaultValue": null,
81386
- "description": "@internal",
81387
- "name": "style",
81388
- "parent": {
81389
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81390
- "name": "MarkdownProps"
81391
- },
81392
- "declarations": [
81393
- {
81394
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81395
- "name": "MarkdownProps"
81396
- }
81397
- ],
81398
- "required": false,
81399
- "type": {
81400
- "name": "CSSProperties"
81401
- }
81402
- },
81403
- "ref": {
81404
- "defaultValue": null,
81405
- "description": "",
81406
- "name": "ref",
81407
- "parent": {
81408
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81409
- "name": "MarkdownProps"
81410
- },
81411
- "declarations": [
81412
- {
81413
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81414
- "name": "MarkdownProps"
81415
- }
81416
- ],
81417
- "required": false,
81418
- "type": {
81419
- "name": "Ref<HTMLDivElement>"
81420
- }
81421
- },
81422
- "className": {
81423
- "defaultValue": null,
81424
- "description": "The elements class name.",
81425
- "name": "className",
81426
- "parent": {
81427
- "fileName": "components/src/lib/types/props.ts",
81428
- "name": "PropsWithClassName"
81429
- },
81430
- "declarations": [
81431
- {
81432
- "fileName": "components/src/lib/types/props.ts",
81433
- "name": "PropsWithClassName"
81434
- }
81435
- ],
81436
- "required": false,
81437
- "type": {
81438
- "name": "string"
81439
- }
81440
- },
81441
- "children": {
81442
- "defaultValue": null,
81443
- "description": "Markdown.",
81444
- "name": "children",
81445
- "declarations": [
81446
- {
81447
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81448
- "name": "TypeLiteral"
81449
- }
81450
- ],
81451
- "required": false,
81452
- "type": {
81453
- "name": "string | null"
81454
- }
81455
- },
81456
- "allowElement": {
81457
- "defaultValue": null,
81458
- "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
81459
- "name": "allowElement",
81460
- "declarations": [
81461
- {
81462
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81463
- "name": "TypeLiteral"
81464
- }
81465
- ],
81466
- "required": false,
81467
- "type": {
81468
- "name": "AllowElement | null"
81469
- }
81470
- },
81471
- "allowedElements": {
81472
- "defaultValue": null,
81473
- "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
81474
- "name": "allowedElements",
81475
- "declarations": [
81476
- {
81477
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81478
- "name": "TypeLiteral"
81479
- }
81480
- ],
81481
- "required": false,
81482
- "type": {
81483
- "name": "readonly string[] | null"
81484
- }
81485
- },
81486
- "disallowedElements": {
81487
- "defaultValue": null,
81488
- "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
81489
- "name": "disallowedElements",
81490
- "declarations": [
81491
- {
81492
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81493
- "name": "TypeLiteral"
81494
- }
81495
- ],
81496
- "required": false,
81497
- "type": {
81498
- "name": "readonly string[] | null"
81499
- }
81500
- },
81501
- "rehypePlugins": {
81502
- "defaultValue": null,
81503
- "description": "List of rehype plugins to use.",
81504
- "name": "rehypePlugins",
81505
- "declarations": [
81506
- {
81507
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81508
- "name": "TypeLiteral"
81509
- }
81510
- ],
81511
- "required": false,
81512
- "type": {
81513
- "name": "PluggableList | null"
81514
- }
81515
- },
81516
- "remarkPlugins": {
81517
- "defaultValue": null,
81518
- "description": "List of remark plugins to use.",
81519
- "name": "remarkPlugins",
81520
- "declarations": [
81521
- {
81522
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81523
- "name": "TypeLiteral"
81524
- }
81525
- ],
81526
- "required": false,
81527
- "type": {
81528
- "name": "PluggableList | null"
81529
- }
81530
- },
81531
- "remarkRehypeOptions": {
81532
- "defaultValue": null,
81533
- "description": "Options to pass through to `remark-rehype`.",
81534
- "name": "remarkRehypeOptions",
81535
- "declarations": [
81536
- {
81537
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81538
- "name": "TypeLiteral"
81539
- }
81540
- ],
81541
- "required": false,
81542
- "type": {
81543
- "name": "Readonly<Options> | null"
81544
- }
81545
- },
81546
- "skipHtml": {
81547
- "defaultValue": null,
81548
- "description": "Ignore HTML in markdown completely (default: `false`).",
81549
- "name": "skipHtml",
81550
- "declarations": [
81551
- {
81552
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81553
- "name": "TypeLiteral"
81554
- }
81555
- ],
81556
- "required": false,
81557
- "type": {
81558
- "name": "boolean | null"
81559
- }
81560
- },
81561
- "unwrapDisallowed": {
81562
- "defaultValue": null,
81563
- "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
81564
- "name": "unwrapDisallowed",
81565
- "declarations": [
81566
- {
81567
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81568
- "name": "TypeLiteral"
81569
- }
81570
- ],
81571
- "required": false,
81572
- "type": {
81573
- "name": "boolean | null"
81574
- }
81575
- },
81576
- "urlTransform": {
81577
- "defaultValue": null,
81578
- "description": "Change URLs (default: `defaultUrlTransform`)",
81579
- "name": "urlTransform",
81580
- "declarations": [
81581
- {
81582
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81583
- "name": "TypeLiteral"
81584
- }
81585
- ],
81586
- "required": false,
81587
- "type": {
81588
- "name": "UrlTransform | null"
81589
- }
81590
- }
81591
- }
81592
- },
81593
81333
  {
81594
81334
  "tags": {
81595
81335
  "flr-generate": "all"
@@ -84113,6 +83853,266 @@
84113
83853
  }
84114
83854
  }
84115
83855
  },
83856
+ {
83857
+ "tags": {
83858
+ "flr-generate": "all"
83859
+ },
83860
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
83861
+ "description": "",
83862
+ "displayName": "Markdown",
83863
+ "methods": [],
83864
+ "props": {
83865
+ "color": {
83866
+ "defaultValue": {
83867
+ "value": "\"default\""
83868
+ },
83869
+ "description": "The color schema of the markdown component.",
83870
+ "name": "color",
83871
+ "parent": {
83872
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83873
+ "name": "MarkdownProps"
83874
+ },
83875
+ "declarations": [
83876
+ {
83877
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83878
+ "name": "MarkdownProps"
83879
+ }
83880
+ ],
83881
+ "required": false,
83882
+ "type": {
83883
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
83884
+ }
83885
+ },
83886
+ "headingOffset": {
83887
+ "defaultValue": {
83888
+ "value": "0"
83889
+ },
83890
+ "description": "Shifts all heading levels by the given offset.",
83891
+ "name": "headingOffset",
83892
+ "parent": {
83893
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83894
+ "name": "MarkdownProps"
83895
+ },
83896
+ "declarations": [
83897
+ {
83898
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83899
+ "name": "MarkdownProps"
83900
+ }
83901
+ ],
83902
+ "required": false,
83903
+ "type": {
83904
+ "name": "number"
83905
+ }
83906
+ },
83907
+ "style": {
83908
+ "defaultValue": null,
83909
+ "description": "@internal",
83910
+ "name": "style",
83911
+ "parent": {
83912
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83913
+ "name": "MarkdownProps"
83914
+ },
83915
+ "declarations": [
83916
+ {
83917
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83918
+ "name": "MarkdownProps"
83919
+ }
83920
+ ],
83921
+ "required": false,
83922
+ "type": {
83923
+ "name": "CSSProperties"
83924
+ }
83925
+ },
83926
+ "ref": {
83927
+ "defaultValue": null,
83928
+ "description": "",
83929
+ "name": "ref",
83930
+ "parent": {
83931
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83932
+ "name": "MarkdownProps"
83933
+ },
83934
+ "declarations": [
83935
+ {
83936
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83937
+ "name": "MarkdownProps"
83938
+ }
83939
+ ],
83940
+ "required": false,
83941
+ "type": {
83942
+ "name": "Ref<HTMLDivElement>"
83943
+ }
83944
+ },
83945
+ "className": {
83946
+ "defaultValue": null,
83947
+ "description": "The elements class name.",
83948
+ "name": "className",
83949
+ "parent": {
83950
+ "fileName": "components/src/lib/types/props.ts",
83951
+ "name": "PropsWithClassName"
83952
+ },
83953
+ "declarations": [
83954
+ {
83955
+ "fileName": "components/src/lib/types/props.ts",
83956
+ "name": "PropsWithClassName"
83957
+ }
83958
+ ],
83959
+ "required": false,
83960
+ "type": {
83961
+ "name": "string"
83962
+ }
83963
+ },
83964
+ "children": {
83965
+ "defaultValue": null,
83966
+ "description": "Markdown.",
83967
+ "name": "children",
83968
+ "declarations": [
83969
+ {
83970
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
83971
+ "name": "TypeLiteral"
83972
+ }
83973
+ ],
83974
+ "required": false,
83975
+ "type": {
83976
+ "name": "string | null"
83977
+ }
83978
+ },
83979
+ "allowElement": {
83980
+ "defaultValue": null,
83981
+ "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
83982
+ "name": "allowElement",
83983
+ "declarations": [
83984
+ {
83985
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
83986
+ "name": "TypeLiteral"
83987
+ }
83988
+ ],
83989
+ "required": false,
83990
+ "type": {
83991
+ "name": "AllowElement | null"
83992
+ }
83993
+ },
83994
+ "allowedElements": {
83995
+ "defaultValue": null,
83996
+ "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
83997
+ "name": "allowedElements",
83998
+ "declarations": [
83999
+ {
84000
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84001
+ "name": "TypeLiteral"
84002
+ }
84003
+ ],
84004
+ "required": false,
84005
+ "type": {
84006
+ "name": "readonly string[] | null"
84007
+ }
84008
+ },
84009
+ "disallowedElements": {
84010
+ "defaultValue": null,
84011
+ "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
84012
+ "name": "disallowedElements",
84013
+ "declarations": [
84014
+ {
84015
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84016
+ "name": "TypeLiteral"
84017
+ }
84018
+ ],
84019
+ "required": false,
84020
+ "type": {
84021
+ "name": "readonly string[] | null"
84022
+ }
84023
+ },
84024
+ "rehypePlugins": {
84025
+ "defaultValue": null,
84026
+ "description": "List of rehype plugins to use.",
84027
+ "name": "rehypePlugins",
84028
+ "declarations": [
84029
+ {
84030
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84031
+ "name": "TypeLiteral"
84032
+ }
84033
+ ],
84034
+ "required": false,
84035
+ "type": {
84036
+ "name": "PluggableList | null"
84037
+ }
84038
+ },
84039
+ "remarkPlugins": {
84040
+ "defaultValue": null,
84041
+ "description": "List of remark plugins to use.",
84042
+ "name": "remarkPlugins",
84043
+ "declarations": [
84044
+ {
84045
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84046
+ "name": "TypeLiteral"
84047
+ }
84048
+ ],
84049
+ "required": false,
84050
+ "type": {
84051
+ "name": "PluggableList | null"
84052
+ }
84053
+ },
84054
+ "remarkRehypeOptions": {
84055
+ "defaultValue": null,
84056
+ "description": "Options to pass through to `remark-rehype`.",
84057
+ "name": "remarkRehypeOptions",
84058
+ "declarations": [
84059
+ {
84060
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84061
+ "name": "TypeLiteral"
84062
+ }
84063
+ ],
84064
+ "required": false,
84065
+ "type": {
84066
+ "name": "Readonly<Options> | null"
84067
+ }
84068
+ },
84069
+ "skipHtml": {
84070
+ "defaultValue": null,
84071
+ "description": "Ignore HTML in markdown completely (default: `false`).",
84072
+ "name": "skipHtml",
84073
+ "declarations": [
84074
+ {
84075
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84076
+ "name": "TypeLiteral"
84077
+ }
84078
+ ],
84079
+ "required": false,
84080
+ "type": {
84081
+ "name": "boolean | null"
84082
+ }
84083
+ },
84084
+ "unwrapDisallowed": {
84085
+ "defaultValue": null,
84086
+ "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
84087
+ "name": "unwrapDisallowed",
84088
+ "declarations": [
84089
+ {
84090
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84091
+ "name": "TypeLiteral"
84092
+ }
84093
+ ],
84094
+ "required": false,
84095
+ "type": {
84096
+ "name": "boolean | null"
84097
+ }
84098
+ },
84099
+ "urlTransform": {
84100
+ "defaultValue": null,
84101
+ "description": "Change URLs (default: `defaultUrlTransform`)",
84102
+ "name": "urlTransform",
84103
+ "declarations": [
84104
+ {
84105
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84106
+ "name": "TypeLiteral"
84107
+ }
84108
+ ],
84109
+ "required": false,
84110
+ "type": {
84111
+ "name": "UrlTransform | null"
84112
+ }
84113
+ }
84114
+ }
84115
+ },
84116
84116
  {
84117
84117
  "tags": {
84118
84118
  "flr-generate": "all"
@@ -93498,6 +93498,44 @@
93498
93498
  "name": "boolean"
93499
93499
  }
93500
93500
  },
93501
+ "emptySearchResultView": {
93502
+ "defaultValue": null,
93503
+ "description": "",
93504
+ "name": "emptySearchResultView",
93505
+ "parent": {
93506
+ "fileName": "components/src/components/List/List.tsx",
93507
+ "name": "ListProps"
93508
+ },
93509
+ "declarations": [
93510
+ {
93511
+ "fileName": "components/src/components/List/List.tsx",
93512
+ "name": "ListProps"
93513
+ }
93514
+ ],
93515
+ "required": false,
93516
+ "type": {
93517
+ "name": "ReactNode"
93518
+ }
93519
+ },
93520
+ "emptyView": {
93521
+ "defaultValue": null,
93522
+ "description": "",
93523
+ "name": "emptyView",
93524
+ "parent": {
93525
+ "fileName": "components/src/components/List/List.tsx",
93526
+ "name": "ListProps"
93527
+ },
93528
+ "declarations": [
93529
+ {
93530
+ "fileName": "components/src/components/List/List.tsx",
93531
+ "name": "ListProps"
93532
+ }
93533
+ ],
93534
+ "required": false,
93535
+ "type": {
93536
+ "name": "ReactNode"
93537
+ }
93538
+ },
93501
93539
  "children": {
93502
93540
  "defaultValue": null,
93503
93541
  "description": "",
@@ -219571,6 +219609,27 @@
219571
219609
  "name": "string"
219572
219610
  }
219573
219611
  },
219612
+ "truncateLines": {
219613
+ "defaultValue": {
219614
+ "value": ": false"
219615
+ },
219616
+ "description": "Controls truncation of long code blocks. `false` disables it, `true`\ntruncates after 8 lines, and a number sets the maximum line count.",
219617
+ "name": "truncateLines",
219618
+ "parent": {
219619
+ "fileName": "components/src/components/CodeBlock/CodeBlock.tsx",
219620
+ "name": "CodeBlockProps"
219621
+ },
219622
+ "declarations": [
219623
+ {
219624
+ "fileName": "components/src/components/CodeBlock/CodeBlock.tsx",
219625
+ "name": "CodeBlockProps"
219626
+ }
219627
+ ],
219628
+ "required": false,
219629
+ "type": {
219630
+ "name": "number | boolean"
219631
+ }
219632
+ },
219574
219633
  "className": {
219575
219634
  "defaultValue": null,
219576
219635
  "description": "The elements class name.",
@@ -221605,9 +221664,9 @@
221605
221664
  "tags": {
221606
221665
  "flr-generate": "all"
221607
221666
  },
221608
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
221667
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
221609
221668
  "description": "",
221610
- "displayName": "Checkbox",
221669
+ "displayName": "CheckboxButton",
221611
221670
  "methods": [],
221612
221671
  "props": {
221613
221672
  "inputClassName": {
@@ -223763,9 +223822,9 @@
223763
223822
  "tags": {
223764
223823
  "flr-generate": "all"
223765
223824
  },
223766
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
223825
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
223767
223826
  "description": "",
223768
- "displayName": "CheckboxButton",
223827
+ "displayName": "Checkbox",
223769
223828
  "methods": [],
223770
223829
  "props": {
223771
223830
  "inputClassName": {
@@ -272744,7 +272803,7 @@
272744
272803
  },
272745
272804
  {
272746
272805
  "tags": {},
272747
- "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272806
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272748
272807
  "description": "",
272749
272808
  "displayName": "SubmitButton",
272750
272809
  "methods": [],
@@ -275117,6 +275176,49 @@
275117
275176
  }
275118
275177
  }
275119
275178
  },
275179
+ {
275180
+ "tags": {},
275181
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275182
+ "description": "",
275183
+ "displayName": "FormSettingsProvider",
275184
+ "methods": [],
275185
+ "props": {
275186
+ "submitInterceptor": {
275187
+ "defaultValue": null,
275188
+ "description": "",
275189
+ "name": "submitInterceptor",
275190
+ "parent": {
275191
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275192
+ "name": "Context"
275193
+ },
275194
+ "declarations": [
275195
+ {
275196
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275197
+ "name": "Context"
275198
+ }
275199
+ ],
275200
+ "required": false,
275201
+ "type": {
275202
+ "name": "SubmitInterceptor"
275203
+ }
275204
+ },
275205
+ "children": {
275206
+ "defaultValue": null,
275207
+ "description": "",
275208
+ "name": "children",
275209
+ "declarations": [
275210
+ {
275211
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
275212
+ "name": "TypeLiteral"
275213
+ }
275214
+ ],
275215
+ "required": false,
275216
+ "type": {
275217
+ "name": "ReactNode"
275218
+ }
275219
+ }
275220
+ }
275221
+ },
275120
275222
  {
275121
275223
  "tags": {},
275122
275224
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
@@ -277473,49 +277575,6 @@
277473
277575
  }
277474
277576
  }
277475
277577
  },
277476
- {
277477
- "tags": {},
277478
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277479
- "description": "",
277480
- "displayName": "FormSettingsProvider",
277481
- "methods": [],
277482
- "props": {
277483
- "submitInterceptor": {
277484
- "defaultValue": null,
277485
- "description": "",
277486
- "name": "submitInterceptor",
277487
- "parent": {
277488
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277489
- "name": "Context"
277490
- },
277491
- "declarations": [
277492
- {
277493
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277494
- "name": "Context"
277495
- }
277496
- ],
277497
- "required": false,
277498
- "type": {
277499
- "name": "SubmitInterceptor"
277500
- }
277501
- },
277502
- "children": {
277503
- "defaultValue": null,
277504
- "description": "",
277505
- "name": "children",
277506
- "declarations": [
277507
- {
277508
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277509
- "name": "TypeLiteral"
277510
- }
277511
- ],
277512
- "required": false,
277513
- "type": {
277514
- "name": "ReactNode"
277515
- }
277516
- }
277517
- }
277518
- },
277519
277578
  {
277520
277579
  "tags": {},
277521
277580
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
@@ -284219,33 +284278,7 @@
284219
284278
  "tags": {
284220
284279
  "deprecated": "Use RouterProvider instead"
284221
284280
  },
284222
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284223
- "description": "",
284224
- "displayName": "LinkProvider",
284225
- "methods": [],
284226
- "props": {
284227
- "children": {
284228
- "defaultValue": null,
284229
- "description": "",
284230
- "name": "children",
284231
- "declarations": [
284232
- {
284233
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
284234
- "name": "TypeLiteral"
284235
- }
284236
- ],
284237
- "required": false,
284238
- "type": {
284239
- "name": "ReactNode"
284240
- }
284241
- }
284242
- }
284243
- },
284244
- {
284245
- "tags": {
284246
- "deprecated": "Use RouterProvider instead"
284247
- },
284248
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
284281
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
284249
284282
  "description": "",
284250
284283
  "displayName": "Link",
284251
284284
  "methods": [],
@@ -284255,12 +284288,12 @@
284255
284288
  "description": "",
284256
284289
  "name": "ref",
284257
284290
  "parent": {
284258
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
284291
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
284259
284292
  "name": "Props"
284260
284293
  },
284261
284294
  "declarations": [
284262
284295
  {
284263
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
284296
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
284264
284297
  "name": "Props"
284265
284298
  }
284266
284299
  ],
@@ -284274,12 +284307,12 @@
284274
284307
  "description": "",
284275
284308
  "name": "isDisabled",
284276
284309
  "parent": {
284277
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
284310
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
284278
284311
  "name": "Props"
284279
284312
  },
284280
284313
  "declarations": [
284281
284314
  {
284282
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
284315
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
284283
284316
  "name": "Props"
284284
284317
  }
284285
284318
  ],
@@ -289743,6 +289776,32 @@
289743
289776
  }
289744
289777
  }
289745
289778
  },
289779
+ {
289780
+ "tags": {
289781
+ "deprecated": "Use RouterProvider instead"
289782
+ },
289783
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
289784
+ "description": "",
289785
+ "displayName": "LinkProvider",
289786
+ "methods": [],
289787
+ "props": {
289788
+ "children": {
289789
+ "defaultValue": null,
289790
+ "description": "",
289791
+ "name": "children",
289792
+ "declarations": [
289793
+ {
289794
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
289795
+ "name": "TypeLiteral"
289796
+ }
289797
+ ],
289798
+ "required": false,
289799
+ "type": {
289800
+ "name": "ReactNode"
289801
+ }
289802
+ }
289803
+ }
289804
+ },
289746
289805
  {
289747
289806
  "tags": {
289748
289807
  "flr-generate": "all"
@@ -309152,91 +309211,6 @@
309152
309211
  }
309153
309212
  }
309154
309213
  },
309155
- {
309156
- "tags": {},
309157
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309158
- "description": "",
309159
- "displayName": "ValidationResultButton",
309160
- "methods": [],
309161
- "props": {
309162
- "policyValidationResult": {
309163
- "defaultValue": null,
309164
- "description": "",
309165
- "name": "policyValidationResult",
309166
- "parent": {
309167
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309168
- "name": "Props"
309169
- },
309170
- "declarations": [
309171
- {
309172
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309173
- "name": "Props"
309174
- }
309175
- ],
309176
- "required": false,
309177
- "type": {
309178
- "name": "ResolvedPolicyValidationResult"
309179
- }
309180
- },
309181
- "isDisabled": {
309182
- "defaultValue": null,
309183
- "description": "",
309184
- "name": "isDisabled",
309185
- "parent": {
309186
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309187
- "name": "Props"
309188
- },
309189
- "declarations": [
309190
- {
309191
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309192
- "name": "Props"
309193
- }
309194
- ],
309195
- "required": false,
309196
- "type": {
309197
- "name": "boolean"
309198
- }
309199
- },
309200
- "isEmptyValue": {
309201
- "defaultValue": null,
309202
- "description": "",
309203
- "name": "isEmptyValue",
309204
- "parent": {
309205
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309206
- "name": "Props"
309207
- },
309208
- "declarations": [
309209
- {
309210
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309211
- "name": "Props"
309212
- }
309213
- ],
309214
- "required": true,
309215
- "type": {
309216
- "name": "boolean"
309217
- }
309218
- },
309219
- "className": {
309220
- "defaultValue": null,
309221
- "description": "The elements class name.",
309222
- "name": "className",
309223
- "parent": {
309224
- "fileName": "components/src/lib/types/props.ts",
309225
- "name": "PropsWithClassName"
309226
- },
309227
- "declarations": [
309228
- {
309229
- "fileName": "components/src/lib/types/props.ts",
309230
- "name": "PropsWithClassName"
309231
- }
309232
- ],
309233
- "required": false,
309234
- "type": {
309235
- "name": "string"
309236
- }
309237
- }
309238
- }
309239
- },
309240
309214
  {
309241
309215
  "tags": {
309242
309216
  "internal": ""
@@ -309460,6 +309434,91 @@
309460
309434
  }
309461
309435
  }
309462
309436
  },
309437
+ {
309438
+ "tags": {},
309439
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309440
+ "description": "",
309441
+ "displayName": "ValidationResultButton",
309442
+ "methods": [],
309443
+ "props": {
309444
+ "policyValidationResult": {
309445
+ "defaultValue": null,
309446
+ "description": "",
309447
+ "name": "policyValidationResult",
309448
+ "parent": {
309449
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309450
+ "name": "Props"
309451
+ },
309452
+ "declarations": [
309453
+ {
309454
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309455
+ "name": "Props"
309456
+ }
309457
+ ],
309458
+ "required": false,
309459
+ "type": {
309460
+ "name": "ResolvedPolicyValidationResult"
309461
+ }
309462
+ },
309463
+ "isDisabled": {
309464
+ "defaultValue": null,
309465
+ "description": "",
309466
+ "name": "isDisabled",
309467
+ "parent": {
309468
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309469
+ "name": "Props"
309470
+ },
309471
+ "declarations": [
309472
+ {
309473
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309474
+ "name": "Props"
309475
+ }
309476
+ ],
309477
+ "required": false,
309478
+ "type": {
309479
+ "name": "boolean"
309480
+ }
309481
+ },
309482
+ "isEmptyValue": {
309483
+ "defaultValue": null,
309484
+ "description": "",
309485
+ "name": "isEmptyValue",
309486
+ "parent": {
309487
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309488
+ "name": "Props"
309489
+ },
309490
+ "declarations": [
309491
+ {
309492
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309493
+ "name": "Props"
309494
+ }
309495
+ ],
309496
+ "required": true,
309497
+ "type": {
309498
+ "name": "boolean"
309499
+ }
309500
+ },
309501
+ "className": {
309502
+ "defaultValue": null,
309503
+ "description": "The elements class name.",
309504
+ "name": "className",
309505
+ "parent": {
309506
+ "fileName": "components/src/lib/types/props.ts",
309507
+ "name": "PropsWithClassName"
309508
+ },
309509
+ "declarations": [
309510
+ {
309511
+ "fileName": "components/src/lib/types/props.ts",
309512
+ "name": "PropsWithClassName"
309513
+ }
309514
+ ],
309515
+ "required": false,
309516
+ "type": {
309517
+ "name": "string"
309518
+ }
309519
+ }
309520
+ }
309521
+ },
309463
309522
  {
309464
309523
  "tags": {
309465
309524
  "flr-generate": "all"
@@ -315614,6 +315673,74 @@
315614
315673
  "tags": {
315615
315674
  "flr-generate": "all"
315616
315675
  },
315676
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315677
+ "description": "",
315678
+ "displayName": "EmptyViewContainer",
315679
+ "methods": [],
315680
+ "props": {
315681
+ "emptyView": {
315682
+ "defaultValue": null,
315683
+ "description": "",
315684
+ "name": "emptyView",
315685
+ "parent": {
315686
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315687
+ "name": "EmptyViewContainerProps"
315688
+ },
315689
+ "declarations": [
315690
+ {
315691
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315692
+ "name": "EmptyViewContainerProps"
315693
+ }
315694
+ ],
315695
+ "required": false,
315696
+ "type": {
315697
+ "name": "ReactNode"
315698
+ }
315699
+ },
315700
+ "emptySearchResultView": {
315701
+ "defaultValue": null,
315702
+ "description": "",
315703
+ "name": "emptySearchResultView",
315704
+ "parent": {
315705
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315706
+ "name": "EmptyViewContainerProps"
315707
+ },
315708
+ "declarations": [
315709
+ {
315710
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315711
+ "name": "EmptyViewContainerProps"
315712
+ }
315713
+ ],
315714
+ "required": false,
315715
+ "type": {
315716
+ "name": "ReactNode"
315717
+ }
315718
+ },
315719
+ "viewType": {
315720
+ "defaultValue": null,
315721
+ "description": "",
315722
+ "name": "viewType",
315723
+ "parent": {
315724
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315725
+ "name": "EmptyViewContainerProps"
315726
+ },
315727
+ "declarations": [
315728
+ {
315729
+ "fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
315730
+ "name": "EmptyViewContainerProps"
315731
+ }
315732
+ ],
315733
+ "required": true,
315734
+ "type": {
315735
+ "name": "EmptyViewType"
315736
+ }
315737
+ }
315738
+ }
315739
+ },
315740
+ {
315741
+ "tags": {
315742
+ "flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
315743
+ },
315617
315744
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
315618
315745
  "description": "",
315619
315746
  "displayName": "EmptyView",
@@ -315876,6 +316003,22 @@
315876
316003
  "methods": [],
315877
316004
  "props": {}
315878
316005
  },
316006
+ {
316007
+ "tags": {},
316008
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
316009
+ "description": "",
316010
+ "displayName": "EmptyView",
316011
+ "methods": [],
316012
+ "props": {}
316013
+ },
316014
+ {
316015
+ "tags": {},
316016
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
316017
+ "description": "",
316018
+ "displayName": "EmptySearchResultView",
316019
+ "methods": [],
316020
+ "props": {}
316021
+ },
315879
316022
  {
315880
316023
  "tags": {},
315881
316024
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
@@ -315902,6 +316045,25 @@
315902
316045
  "name": "() => void"
315903
316046
  }
315904
316047
  },
316048
+ "disabled": {
316049
+ "defaultValue": null,
316050
+ "description": "",
316051
+ "name": "disabled",
316052
+ "parent": {
316053
+ "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
316054
+ "name": "Props"
316055
+ },
316056
+ "declarations": [
316057
+ {
316058
+ "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
316059
+ "name": "Props"
316060
+ }
316061
+ ],
316062
+ "required": false,
316063
+ "type": {
316064
+ "name": "boolean"
316065
+ }
316066
+ },
315905
316067
  "children": {
315906
316068
  "defaultValue": null,
315907
316069
  "description": "",
@@ -318246,34 +318408,6 @@
318246
318408
  }
318247
318409
  }
318248
318410
  },
318249
- {
318250
- "tags": {},
318251
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318252
- "description": "",
318253
- "displayName": "DeleteButton",
318254
- "methods": [],
318255
- "props": {
318256
- "onDelete": {
318257
- "defaultValue": null,
318258
- "description": "",
318259
- "name": "onDelete",
318260
- "parent": {
318261
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318262
- "name": "Props"
318263
- },
318264
- "declarations": [
318265
- {
318266
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318267
- "name": "Props"
318268
- }
318269
- ],
318270
- "required": true,
318271
- "type": {
318272
- "name": "() => void"
318273
- }
318274
- }
318275
- }
318276
- },
318277
318411
  {
318278
318412
  "tags": {},
318279
318413
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -318340,6 +318474,34 @@
318340
318474
  }
318341
318475
  }
318342
318476
  },
318477
+ {
318478
+ "tags": {},
318479
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318480
+ "description": "",
318481
+ "displayName": "DeleteButton",
318482
+ "methods": [],
318483
+ "props": {
318484
+ "onDelete": {
318485
+ "defaultValue": null,
318486
+ "description": "",
318487
+ "name": "onDelete",
318488
+ "parent": {
318489
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318490
+ "name": "Props"
318491
+ },
318492
+ "declarations": [
318493
+ {
318494
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318495
+ "name": "Props"
318496
+ }
318497
+ ],
318498
+ "required": true,
318499
+ "type": {
318500
+ "name": "() => void"
318501
+ }
318502
+ }
318503
+ }
318504
+ },
318343
318505
  {
318344
318506
  "tags": {},
318345
318507
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -321950,175 +322112,6 @@
321950
322112
  }
321951
322113
  }
321952
322114
  },
321953
- {
321954
- "tags": {
321955
- "flr-generate": "all"
321956
- },
321957
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
321958
- "description": "",
321959
- "displayName": "Line",
321960
- "methods": [],
321961
- "props": {
321962
- "dataKey": {
321963
- "defaultValue": null,
321964
- "description": "",
321965
- "name": "dataKey",
321966
- "parent": {
321967
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321968
- "name": "LineProps"
321969
- },
321970
- "declarations": [
321971
- {
321972
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321973
- "name": "LineProps"
321974
- }
321975
- ],
321976
- "required": false,
321977
- "type": {
321978
- "name": "DataKey<ChartDataValue>"
321979
- }
321980
- },
321981
- "color": {
321982
- "defaultValue": {
321983
- "value": "\"sea-green\""
321984
- },
321985
- "description": "The color of the line.",
321986
- "name": "color",
321987
- "parent": {
321988
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321989
- "name": "LineProps"
321990
- },
321991
- "declarations": [
321992
- {
321993
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321994
- "name": "LineProps"
321995
- }
321996
- ],
321997
- "required": false,
321998
- "type": {
321999
- "name": "CategoricalWithCustomColor"
322000
- }
322001
- },
322002
- "className": {
322003
- "defaultValue": null,
322004
- "description": "",
322005
- "name": "className",
322006
- "parent": {
322007
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322008
- "name": "HTMLAttributes"
322009
- },
322010
- "declarations": [
322011
- {
322012
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322013
- "name": "HTMLAttributes"
322014
- }
322015
- ],
322016
- "required": false,
322017
- "type": {
322018
- "name": "string"
322019
- }
322020
- },
322021
- "key": {
322022
- "defaultValue": null,
322023
- "description": "",
322024
- "name": "key",
322025
- "parent": {
322026
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322027
- "name": "Attributes"
322028
- },
322029
- "declarations": [
322030
- {
322031
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322032
- "name": "Attributes"
322033
- }
322034
- ],
322035
- "required": false,
322036
- "type": {
322037
- "name": "Key | null"
322038
- }
322039
- },
322040
- "type": {
322041
- "defaultValue": null,
322042
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322043
- "name": "type",
322044
- "parent": {
322045
- "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/shape/Curve.d.ts",
322046
- "name": "CurveProps"
322047
- },
322048
- "declarations": [
322049
- {
322050
- "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/shape/Curve.d.ts",
322051
- "name": "CurveProps"
322052
- },
322053
- {
322054
- "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/Line.d.ts",
322055
- "name": "LineProps"
322056
- }
322057
- ],
322058
- "required": false,
322059
- "type": {
322060
- "name": "CurveType"
322061
- }
322062
- },
322063
- "unit": {
322064
- "defaultValue": null,
322065
- "description": "The unit of data. This option will be used in tooltip.",
322066
- "name": "unit",
322067
- "parent": {
322068
- "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/Line.d.ts",
322069
- "name": "LineProps"
322070
- },
322071
- "declarations": [
322072
- {
322073
- "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/Line.d.ts",
322074
- "name": "LineProps"
322075
- }
322076
- ],
322077
- "required": false,
322078
- "type": {
322079
- "name": "string | number | null"
322080
- }
322081
- },
322082
- "xAxisId": {
322083
- "defaultValue": null,
322084
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322085
- "name": "xAxisId",
322086
- "parent": {
322087
- "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/Line.d.ts",
322088
- "name": "LineProps"
322089
- },
322090
- "declarations": [
322091
- {
322092
- "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/Line.d.ts",
322093
- "name": "LineProps"
322094
- }
322095
- ],
322096
- "required": false,
322097
- "type": {
322098
- "name": "AxisId"
322099
- }
322100
- },
322101
- "yAxisId": {
322102
- "defaultValue": null,
322103
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322104
- "name": "yAxisId",
322105
- "parent": {
322106
- "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/Line.d.ts",
322107
- "name": "LineProps"
322108
- },
322109
- "declarations": [
322110
- {
322111
- "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/Line.d.ts",
322112
- "name": "LineProps"
322113
- }
322114
- ],
322115
- "required": false,
322116
- "type": {
322117
- "name": "AxisId"
322118
- }
322119
- }
322120
- }
322121
- },
322122
322115
  {
322123
322116
  "tags": {
322124
322117
  "flr-generate": "all"
@@ -322369,6 +322362,175 @@
322369
322362
  }
322370
322363
  }
322371
322364
  },
322365
+ {
322366
+ "tags": {
322367
+ "flr-generate": "all"
322368
+ },
322369
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
322370
+ "description": "",
322371
+ "displayName": "Line",
322372
+ "methods": [],
322373
+ "props": {
322374
+ "dataKey": {
322375
+ "defaultValue": null,
322376
+ "description": "",
322377
+ "name": "dataKey",
322378
+ "parent": {
322379
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322380
+ "name": "LineProps"
322381
+ },
322382
+ "declarations": [
322383
+ {
322384
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322385
+ "name": "LineProps"
322386
+ }
322387
+ ],
322388
+ "required": false,
322389
+ "type": {
322390
+ "name": "DataKey<ChartDataValue>"
322391
+ }
322392
+ },
322393
+ "color": {
322394
+ "defaultValue": {
322395
+ "value": "\"sea-green\""
322396
+ },
322397
+ "description": "The color of the line.",
322398
+ "name": "color",
322399
+ "parent": {
322400
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322401
+ "name": "LineProps"
322402
+ },
322403
+ "declarations": [
322404
+ {
322405
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322406
+ "name": "LineProps"
322407
+ }
322408
+ ],
322409
+ "required": false,
322410
+ "type": {
322411
+ "name": "CategoricalWithCustomColor"
322412
+ }
322413
+ },
322414
+ "className": {
322415
+ "defaultValue": null,
322416
+ "description": "",
322417
+ "name": "className",
322418
+ "parent": {
322419
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322420
+ "name": "HTMLAttributes"
322421
+ },
322422
+ "declarations": [
322423
+ {
322424
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322425
+ "name": "HTMLAttributes"
322426
+ }
322427
+ ],
322428
+ "required": false,
322429
+ "type": {
322430
+ "name": "string"
322431
+ }
322432
+ },
322433
+ "key": {
322434
+ "defaultValue": null,
322435
+ "description": "",
322436
+ "name": "key",
322437
+ "parent": {
322438
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322439
+ "name": "Attributes"
322440
+ },
322441
+ "declarations": [
322442
+ {
322443
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322444
+ "name": "Attributes"
322445
+ }
322446
+ ],
322447
+ "required": false,
322448
+ "type": {
322449
+ "name": "Key | null"
322450
+ }
322451
+ },
322452
+ "type": {
322453
+ "defaultValue": null,
322454
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322455
+ "name": "type",
322456
+ "parent": {
322457
+ "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/shape/Curve.d.ts",
322458
+ "name": "CurveProps"
322459
+ },
322460
+ "declarations": [
322461
+ {
322462
+ "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/shape/Curve.d.ts",
322463
+ "name": "CurveProps"
322464
+ },
322465
+ {
322466
+ "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/Line.d.ts",
322467
+ "name": "LineProps"
322468
+ }
322469
+ ],
322470
+ "required": false,
322471
+ "type": {
322472
+ "name": "CurveType"
322473
+ }
322474
+ },
322475
+ "unit": {
322476
+ "defaultValue": null,
322477
+ "description": "The unit of data. This option will be used in tooltip.",
322478
+ "name": "unit",
322479
+ "parent": {
322480
+ "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/Line.d.ts",
322481
+ "name": "LineProps"
322482
+ },
322483
+ "declarations": [
322484
+ {
322485
+ "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/Line.d.ts",
322486
+ "name": "LineProps"
322487
+ }
322488
+ ],
322489
+ "required": false,
322490
+ "type": {
322491
+ "name": "string | number | null"
322492
+ }
322493
+ },
322494
+ "xAxisId": {
322495
+ "defaultValue": null,
322496
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322497
+ "name": "xAxisId",
322498
+ "parent": {
322499
+ "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/Line.d.ts",
322500
+ "name": "LineProps"
322501
+ },
322502
+ "declarations": [
322503
+ {
322504
+ "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/Line.d.ts",
322505
+ "name": "LineProps"
322506
+ }
322507
+ ],
322508
+ "required": false,
322509
+ "type": {
322510
+ "name": "AxisId"
322511
+ }
322512
+ },
322513
+ "yAxisId": {
322514
+ "defaultValue": null,
322515
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322516
+ "name": "yAxisId",
322517
+ "parent": {
322518
+ "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/Line.d.ts",
322519
+ "name": "LineProps"
322520
+ },
322521
+ "declarations": [
322522
+ {
322523
+ "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/Line.d.ts",
322524
+ "name": "LineProps"
322525
+ }
322526
+ ],
322527
+ "required": false,
322528
+ "type": {
322529
+ "name": "AxisId"
322530
+ }
322531
+ }
322532
+ }
322533
+ },
322372
322534
  {
322373
322535
  "tags": {},
322374
322536
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -341872,6 +342034,14 @@
341872
342034
  }
341873
342035
  }
341874
342036
  },
342037
+ {
342038
+ "tags": {},
342039
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
342040
+ "description": "",
342041
+ "displayName": "CalendarHeader",
342042
+ "methods": [],
342043
+ "props": {}
342044
+ },
341875
342045
  {
341876
342046
  "tags": {
341877
342047
  "flr-generate": "all"
@@ -343740,14 +343910,6 @@
343740
343910
  }
343741
343911
  }
343742
343912
  },
343743
- {
343744
- "tags": {},
343745
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
343746
- "description": "",
343747
- "displayName": "CalendarHeader",
343748
- "methods": [],
343749
- "props": {}
343750
- },
343751
343913
  {
343752
343914
  "tags": {},
343753
343915
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -347666,17 +347828,24 @@
347666
347828
  "type": {
347667
347829
  "name": "number"
347668
347830
  }
347831
+ },
347832
+ "emptyView": {
347833
+ "defaultValue": null,
347834
+ "description": "",
347835
+ "name": "emptyView",
347836
+ "declarations": [
347837
+ {
347838
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
347839
+ "name": "TypeLiteral"
347840
+ }
347841
+ ],
347842
+ "required": false,
347843
+ "type": {
347844
+ "name": "ReactNode"
347845
+ }
347669
347846
  }
347670
347847
  }
347671
347848
  },
347672
- {
347673
- "tags": {},
347674
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
347675
- "description": "",
347676
- "displayName": "FallbackItems",
347677
- "methods": [],
347678
- "props": {}
347679
- },
347680
347849
  {
347681
347850
  "tags": {},
347682
347851
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
@@ -347801,6 +347970,14 @@
347801
347970
  }
347802
347971
  }
347803
347972
  },
347973
+ {
347974
+ "tags": {},
347975
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
347976
+ "description": "",
347977
+ "displayName": "FallbackItems",
347978
+ "methods": [],
347979
+ "props": {}
347980
+ },
347804
347981
  {
347805
347982
  "tags": {},
347806
347983
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
@@ -347835,7 +348012,27 @@
347835
348012
  "description": "",
347836
348013
  "displayName": "ViewModeContextMenu",
347837
348014
  "methods": [],
347838
- "props": {}
348015
+ "props": {
348016
+ "isDisabled": {
348017
+ "defaultValue": null,
348018
+ "description": "",
348019
+ "name": "isDisabled",
348020
+ "parent": {
348021
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348022
+ "name": "Props"
348023
+ },
348024
+ "declarations": [
348025
+ {
348026
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348027
+ "name": "Props"
348028
+ }
348029
+ ],
348030
+ "required": false,
348031
+ "type": {
348032
+ "name": "boolean"
348033
+ }
348034
+ }
348035
+ }
347839
348036
  },
347840
348037
  {
347841
348038
  "tags": {},
@@ -347871,7 +348068,27 @@
347871
348068
  "description": "",
347872
348069
  "displayName": "SortingContextMenu",
347873
348070
  "methods": [],
347874
- "props": {}
348071
+ "props": {
348072
+ "isDisabled": {
348073
+ "defaultValue": null,
348074
+ "description": "",
348075
+ "name": "isDisabled",
348076
+ "parent": {
348077
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348078
+ "name": "Props"
348079
+ },
348080
+ "declarations": [
348081
+ {
348082
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348083
+ "name": "Props"
348084
+ }
348085
+ ],
348086
+ "required": false,
348087
+ "type": {
348088
+ "name": "boolean"
348089
+ }
348090
+ }
348091
+ }
347875
348092
  },
347876
348093
  {
347877
348094
  "tags": {},
@@ -347899,6 +348116,25 @@
347899
348116
  "name": "Search<never>"
347900
348117
  }
347901
348118
  },
348119
+ "isDisabled": {
348120
+ "defaultValue": null,
348121
+ "description": "",
348122
+ "name": "isDisabled",
348123
+ "parent": {
348124
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348125
+ "name": "Props"
348126
+ },
348127
+ "declarations": [
348128
+ {
348129
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348130
+ "name": "Props"
348131
+ }
348132
+ ],
348133
+ "required": false,
348134
+ "type": {
348135
+ "name": "boolean"
348136
+ }
348137
+ },
347902
348138
  "className": {
347903
348139
  "defaultValue": null,
347904
348140
  "description": "The elements class name.",
@@ -347973,7 +348209,27 @@
347973
348209
  "description": "",
347974
348210
  "displayName": "FilterContextMenus",
347975
348211
  "methods": [],
347976
- "props": {}
348212
+ "props": {
348213
+ "isDisabled": {
348214
+ "defaultValue": null,
348215
+ "description": "",
348216
+ "name": "isDisabled",
348217
+ "parent": {
348218
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
348219
+ "name": "Props"
348220
+ },
348221
+ "declarations": [
348222
+ {
348223
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
348224
+ "name": "Props"
348225
+ }
348226
+ ],
348227
+ "required": false,
348228
+ "type": {
348229
+ "name": "boolean"
348230
+ }
348231
+ }
348232
+ }
347977
348233
  },
347978
348234
  {
347979
348235
  "tags": {},
@@ -348000,6 +348256,25 @@
348000
348256
  "type": {
348001
348257
  "name": "Filter<never, never, never>"
348002
348258
  }
348259
+ },
348260
+ "isDisabled": {
348261
+ "defaultValue": null,
348262
+ "description": "",
348263
+ "name": "isDisabled",
348264
+ "parent": {
348265
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348266
+ "name": "Props"
348267
+ },
348268
+ "declarations": [
348269
+ {
348270
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348271
+ "name": "Props"
348272
+ }
348273
+ ],
348274
+ "required": false,
348275
+ "type": {
348276
+ "name": "boolean"
348277
+ }
348003
348278
  }
348004
348279
  }
348005
348280
  },
@@ -348028,6 +348303,25 @@
348028
348303
  "type": {
348029
348304
  "name": "AnyDateRangeFilter"
348030
348305
  }
348306
+ },
348307
+ "isDisabled": {
348308
+ "defaultValue": null,
348309
+ "description": "",
348310
+ "name": "isDisabled",
348311
+ "parent": {
348312
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348313
+ "name": "Props"
348314
+ },
348315
+ "declarations": [
348316
+ {
348317
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348318
+ "name": "Props"
348319
+ }
348320
+ ],
348321
+ "required": false,
348322
+ "type": {
348323
+ "name": "boolean"
348324
+ }
348031
348325
  }
348032
348326
  }
348033
348327
  },
@@ -348165,7 +348459,27 @@
348165
348459
  "description": "",
348166
348460
  "displayName": "AllFiltersModal",
348167
348461
  "methods": [],
348168
- "props": {}
348462
+ "props": {
348463
+ "isDisabled": {
348464
+ "defaultValue": null,
348465
+ "description": "",
348466
+ "name": "isDisabled",
348467
+ "parent": {
348468
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348469
+ "name": "Props"
348470
+ },
348471
+ "declarations": [
348472
+ {
348473
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348474
+ "name": "Props"
348475
+ }
348476
+ ],
348477
+ "required": false,
348478
+ "type": {
348479
+ "name": "boolean"
348480
+ }
348481
+ }
348482
+ }
348169
348483
  },
348170
348484
  {
348171
348485
  "tags": {},
@@ -348173,7 +348487,27 @@
348173
348487
  "description": "",
348174
348488
  "displayName": "ActiveFilters",
348175
348489
  "methods": [],
348176
- "props": {}
348490
+ "props": {
348491
+ "isDisabled": {
348492
+ "defaultValue": null,
348493
+ "description": "",
348494
+ "name": "isDisabled",
348495
+ "parent": {
348496
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
348497
+ "name": "Props"
348498
+ },
348499
+ "declarations": [
348500
+ {
348501
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
348502
+ "name": "Props"
348503
+ }
348504
+ ],
348505
+ "required": false,
348506
+ "type": {
348507
+ "name": "boolean"
348508
+ }
348509
+ }
348510
+ }
348177
348511
  },
348178
348512
  {
348179
348513
  "tags": {},