@mittwald/flow-react-components 0.2.0-alpha.803 → 0.2.0-alpha.804
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +866 -553
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs +4 -0
- package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs.map +1 -1
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +3 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/List.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs +5 -1
- package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +5 -2
- package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs +27 -0
- package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs.map +1 -0
- package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs +27 -0
- package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs.map +1 -0
- package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs +2 -2
- package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/Header.mjs +13 -7
- package/dist/js/packages/components/src/components/List/components/Header/Header.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +24 -11
- package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +13 -8
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs +12 -8
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs +13 -9
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs +2 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs +2 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +34 -15
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +2 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +3 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +16 -12
- package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +16 -10
- package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs +14 -9
- package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +17 -13
- package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +11 -27
- package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +16 -12
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs +2 -3
- package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +10 -6
- package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +26 -15
- package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/List.mjs +9 -2
- package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +34 -1
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs +13 -1
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/types.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs +1 -1
- package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs +16 -0
- package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs.map +1 -0
- package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs +2 -1
- package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs.map +1 -1
- package/dist/js/packages/components/src/views/IllustratedMessageView.mjs +15 -0
- package/dist/js/packages/components/src/views/IllustratedMessageView.mjs.map +1 -0
- package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs +17 -0
- package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs.map +1 -0
- package/dist/types/components/List/List.d.ts +3 -1
- package/dist/types/components/List/List.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoader.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts +1 -0
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts.map +1 -1
- package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts +4 -0
- package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts.map +1 -0
- package/dist/types/components/List/components/EmptySearchResultView/index.d.ts +2 -0
- package/dist/types/components/List/components/EmptySearchResultView/index.d.ts.map +1 -0
- package/dist/types/components/List/components/EmptyView/EmptyView.d.ts +4 -0
- package/dist/types/components/List/components/EmptyView/EmptyView.d.ts.map +1 -0
- package/dist/types/components/List/components/EmptyView/index.d.ts +2 -0
- package/dist/types/components/List/components/EmptyView/index.d.ts.map +1 -0
- package/dist/types/components/List/components/Header/Header.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +4 -1
- package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts +5 -1
- package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts +1 -0
- package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts +1 -0
- package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts +5 -1
- package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts +1 -0
- package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts +5 -1
- package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts +5 -1
- package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts +2 -1
- package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts.map +1 -1
- package/dist/types/components/List/components/Table/Table.d.ts.map +1 -1
- package/dist/types/components/List/index.d.ts +1 -0
- package/dist/types/components/List/index.d.ts.map +1 -1
- package/dist/types/components/List/model/List.d.ts +6 -2
- package/dist/types/components/List/model/List.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +1 -0
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts +3 -0
- package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/types.d.ts +6 -3
- package/dist/types/components/List/model/loading/types.d.ts.map +1 -1
- package/dist/types/components/List/model/search/types.d.ts +1 -0
- package/dist/types/components/List/model/search/types.d.ts.map +1 -1
- package/dist/types/components/List/model/types.d.ts +3 -0
- package/dist/types/components/List/model/types.d.ts.map +1 -1
- package/dist/types/components/List/stories/Default.stories.d.ts +3 -0
- package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/List/views/EmptyView/EmptyView.d.ts +5 -1
- package/dist/types/components/List/views/EmptyView/EmptyView.d.ts.map +1 -1
- package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts +10 -0
- package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts.map +1 -0
- package/dist/types/components/List/views/EmptyViewContainer/index.d.ts +3 -0
- package/dist/types/components/List/views/EmptyViewContainer/index.d.ts.map +1 -0
- package/dist/types/components/List/views/EmptyViewContainer/view.d.ts +8 -0
- package/dist/types/components/List/views/EmptyViewContainer/view.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/flags.d.ts +1 -0
- package/dist/types/integrations/react-hook-form/flags.d.ts.map +1 -1
- package/dist/types/views/ListEmptyViewContainerView.d.ts +5 -0
- package/dist/types/views/ListEmptyViewContainerView.d.ts.map +1 -0
- package/package.json +6 -6
- package/dist/js/packages/components/src/views/ListEmptyViewView.mjs +0 -15
- 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": "",
|
|
@@ -221605,9 +221643,9 @@
|
|
|
221605
221643
|
"tags": {
|
|
221606
221644
|
"flr-generate": "all"
|
|
221607
221645
|
},
|
|
221608
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
221646
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
|
|
221609
221647
|
"description": "",
|
|
221610
|
-
"displayName": "
|
|
221648
|
+
"displayName": "CheckboxButton",
|
|
221611
221649
|
"methods": [],
|
|
221612
221650
|
"props": {
|
|
221613
221651
|
"inputClassName": {
|
|
@@ -223763,9 +223801,9 @@
|
|
|
223763
223801
|
"tags": {
|
|
223764
223802
|
"flr-generate": "all"
|
|
223765
223803
|
},
|
|
223766
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
223804
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
|
|
223767
223805
|
"description": "",
|
|
223768
|
-
"displayName": "
|
|
223806
|
+
"displayName": "Checkbox",
|
|
223769
223807
|
"methods": [],
|
|
223770
223808
|
"props": {
|
|
223771
223809
|
"inputClassName": {
|
|
@@ -272744,7 +272782,7 @@
|
|
|
272744
272782
|
},
|
|
272745
272783
|
{
|
|
272746
272784
|
"tags": {},
|
|
272747
|
-
"filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
272785
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
272748
272786
|
"description": "",
|
|
272749
272787
|
"displayName": "SubmitButton",
|
|
272750
272788
|
"methods": [],
|
|
@@ -304983,9 +305021,9 @@
|
|
|
304983
305021
|
"tags": {
|
|
304984
305022
|
"flr-generate": "all"
|
|
304985
305023
|
},
|
|
304986
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
305024
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
304987
305025
|
"description": "",
|
|
304988
|
-
"displayName": "
|
|
305026
|
+
"displayName": "Radio",
|
|
304989
305027
|
"methods": [],
|
|
304990
305028
|
"props": {
|
|
304991
305029
|
"translate": {
|
|
@@ -306873,9 +306911,9 @@
|
|
|
306873
306911
|
"tags": {
|
|
306874
306912
|
"flr-generate": "all"
|
|
306875
306913
|
},
|
|
306876
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
306914
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
306877
306915
|
"description": "",
|
|
306878
|
-
"displayName": "
|
|
306916
|
+
"displayName": "RadioButton",
|
|
306879
306917
|
"methods": [],
|
|
306880
306918
|
"props": {
|
|
306881
306919
|
"translate": {
|
|
@@ -315614,6 +315652,74 @@
|
|
|
315614
315652
|
"tags": {
|
|
315615
315653
|
"flr-generate": "all"
|
|
315616
315654
|
},
|
|
315655
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315656
|
+
"description": "",
|
|
315657
|
+
"displayName": "EmptyViewContainer",
|
|
315658
|
+
"methods": [],
|
|
315659
|
+
"props": {
|
|
315660
|
+
"emptyView": {
|
|
315661
|
+
"defaultValue": null,
|
|
315662
|
+
"description": "",
|
|
315663
|
+
"name": "emptyView",
|
|
315664
|
+
"parent": {
|
|
315665
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315666
|
+
"name": "EmptyViewContainerProps"
|
|
315667
|
+
},
|
|
315668
|
+
"declarations": [
|
|
315669
|
+
{
|
|
315670
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315671
|
+
"name": "EmptyViewContainerProps"
|
|
315672
|
+
}
|
|
315673
|
+
],
|
|
315674
|
+
"required": false,
|
|
315675
|
+
"type": {
|
|
315676
|
+
"name": "ReactNode"
|
|
315677
|
+
}
|
|
315678
|
+
},
|
|
315679
|
+
"emptySearchResultView": {
|
|
315680
|
+
"defaultValue": null,
|
|
315681
|
+
"description": "",
|
|
315682
|
+
"name": "emptySearchResultView",
|
|
315683
|
+
"parent": {
|
|
315684
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315685
|
+
"name": "EmptyViewContainerProps"
|
|
315686
|
+
},
|
|
315687
|
+
"declarations": [
|
|
315688
|
+
{
|
|
315689
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315690
|
+
"name": "EmptyViewContainerProps"
|
|
315691
|
+
}
|
|
315692
|
+
],
|
|
315693
|
+
"required": false,
|
|
315694
|
+
"type": {
|
|
315695
|
+
"name": "ReactNode"
|
|
315696
|
+
}
|
|
315697
|
+
},
|
|
315698
|
+
"viewType": {
|
|
315699
|
+
"defaultValue": null,
|
|
315700
|
+
"description": "",
|
|
315701
|
+
"name": "viewType",
|
|
315702
|
+
"parent": {
|
|
315703
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315704
|
+
"name": "EmptyViewContainerProps"
|
|
315705
|
+
},
|
|
315706
|
+
"declarations": [
|
|
315707
|
+
{
|
|
315708
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
315709
|
+
"name": "EmptyViewContainerProps"
|
|
315710
|
+
}
|
|
315711
|
+
],
|
|
315712
|
+
"required": true,
|
|
315713
|
+
"type": {
|
|
315714
|
+
"name": "EmptyViewType"
|
|
315715
|
+
}
|
|
315716
|
+
}
|
|
315717
|
+
}
|
|
315718
|
+
},
|
|
315719
|
+
{
|
|
315720
|
+
"tags": {
|
|
315721
|
+
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
315722
|
+
},
|
|
315617
315723
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
315618
315724
|
"description": "",
|
|
315619
315725
|
"displayName": "EmptyView",
|
|
@@ -315876,6 +315982,22 @@
|
|
|
315876
315982
|
"methods": [],
|
|
315877
315983
|
"props": {}
|
|
315878
315984
|
},
|
|
315985
|
+
{
|
|
315986
|
+
"tags": {},
|
|
315987
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
|
|
315988
|
+
"description": "",
|
|
315989
|
+
"displayName": "EmptyView",
|
|
315990
|
+
"methods": [],
|
|
315991
|
+
"props": {}
|
|
315992
|
+
},
|
|
315993
|
+
{
|
|
315994
|
+
"tags": {},
|
|
315995
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
|
|
315996
|
+
"description": "",
|
|
315997
|
+
"displayName": "EmptySearchResultView",
|
|
315998
|
+
"methods": [],
|
|
315999
|
+
"props": {}
|
|
316000
|
+
},
|
|
315879
316001
|
{
|
|
315880
316002
|
"tags": {},
|
|
315881
316003
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
@@ -315902,6 +316024,25 @@
|
|
|
315902
316024
|
"name": "() => void"
|
|
315903
316025
|
}
|
|
315904
316026
|
},
|
|
316027
|
+
"disabled": {
|
|
316028
|
+
"defaultValue": null,
|
|
316029
|
+
"description": "",
|
|
316030
|
+
"name": "disabled",
|
|
316031
|
+
"parent": {
|
|
316032
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
316033
|
+
"name": "Props"
|
|
316034
|
+
},
|
|
316035
|
+
"declarations": [
|
|
316036
|
+
{
|
|
316037
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
316038
|
+
"name": "Props"
|
|
316039
|
+
}
|
|
316040
|
+
],
|
|
316041
|
+
"required": false,
|
|
316042
|
+
"type": {
|
|
316043
|
+
"name": "boolean"
|
|
316044
|
+
}
|
|
316045
|
+
},
|
|
315905
316046
|
"children": {
|
|
315906
316047
|
"defaultValue": null,
|
|
315907
316048
|
"description": "",
|
|
@@ -318220,56 +318361,56 @@
|
|
|
318220
318361
|
},
|
|
318221
318362
|
{
|
|
318222
318363
|
"tags": {},
|
|
318223
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
318364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318224
318365
|
"description": "",
|
|
318225
|
-
"displayName": "
|
|
318366
|
+
"displayName": "DeleteButton",
|
|
318226
318367
|
"methods": [],
|
|
318227
318368
|
"props": {
|
|
318228
|
-
"
|
|
318369
|
+
"onDelete": {
|
|
318229
318370
|
"defaultValue": null,
|
|
318230
318371
|
"description": "",
|
|
318231
|
-
"name": "
|
|
318372
|
+
"name": "onDelete",
|
|
318232
318373
|
"parent": {
|
|
318233
|
-
"fileName": "components/src/components/FileCard/components/
|
|
318374
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318234
318375
|
"name": "Props"
|
|
318235
318376
|
},
|
|
318236
318377
|
"declarations": [
|
|
318237
318378
|
{
|
|
318238
|
-
"fileName": "components/src/components/FileCard/components/
|
|
318379
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318239
318380
|
"name": "Props"
|
|
318240
318381
|
}
|
|
318241
318382
|
],
|
|
318242
318383
|
"required": true,
|
|
318243
318384
|
"type": {
|
|
318244
|
-
"name": "
|
|
318385
|
+
"name": "() => void"
|
|
318245
318386
|
}
|
|
318246
318387
|
}
|
|
318247
318388
|
}
|
|
318248
318389
|
},
|
|
318249
318390
|
{
|
|
318250
318391
|
"tags": {},
|
|
318251
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
318392
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318252
318393
|
"description": "",
|
|
318253
|
-
"displayName": "
|
|
318394
|
+
"displayName": "FileSizeText",
|
|
318254
318395
|
"methods": [],
|
|
318255
318396
|
"props": {
|
|
318256
|
-
"
|
|
318397
|
+
"sizeInBytes": {
|
|
318257
318398
|
"defaultValue": null,
|
|
318258
318399
|
"description": "",
|
|
318259
|
-
"name": "
|
|
318400
|
+
"name": "sizeInBytes",
|
|
318260
318401
|
"parent": {
|
|
318261
|
-
"fileName": "components/src/components/FileCard/components/
|
|
318402
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318262
318403
|
"name": "Props"
|
|
318263
318404
|
},
|
|
318264
318405
|
"declarations": [
|
|
318265
318406
|
{
|
|
318266
|
-
"fileName": "components/src/components/FileCard/components/
|
|
318407
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318267
318408
|
"name": "Props"
|
|
318268
318409
|
}
|
|
318269
318410
|
],
|
|
318270
318411
|
"required": true,
|
|
318271
318412
|
"type": {
|
|
318272
|
-
"name": "
|
|
318413
|
+
"name": "number"
|
|
318273
318414
|
}
|
|
318274
318415
|
}
|
|
318275
318416
|
}
|
|
@@ -321950,175 +322091,6 @@
|
|
|
321950
322091
|
}
|
|
321951
322092
|
}
|
|
321952
322093
|
},
|
|
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
322094
|
{
|
|
322123
322095
|
"tags": {
|
|
322124
322096
|
"flr-generate": "all"
|
|
@@ -322369,6 +322341,175 @@
|
|
|
322369
322341
|
}
|
|
322370
322342
|
}
|
|
322371
322343
|
},
|
|
322344
|
+
{
|
|
322345
|
+
"tags": {
|
|
322346
|
+
"flr-generate": "all"
|
|
322347
|
+
},
|
|
322348
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322349
|
+
"description": "",
|
|
322350
|
+
"displayName": "Line",
|
|
322351
|
+
"methods": [],
|
|
322352
|
+
"props": {
|
|
322353
|
+
"dataKey": {
|
|
322354
|
+
"defaultValue": null,
|
|
322355
|
+
"description": "",
|
|
322356
|
+
"name": "dataKey",
|
|
322357
|
+
"parent": {
|
|
322358
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322359
|
+
"name": "LineProps"
|
|
322360
|
+
},
|
|
322361
|
+
"declarations": [
|
|
322362
|
+
{
|
|
322363
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322364
|
+
"name": "LineProps"
|
|
322365
|
+
}
|
|
322366
|
+
],
|
|
322367
|
+
"required": false,
|
|
322368
|
+
"type": {
|
|
322369
|
+
"name": "DataKey<ChartDataValue>"
|
|
322370
|
+
}
|
|
322371
|
+
},
|
|
322372
|
+
"color": {
|
|
322373
|
+
"defaultValue": {
|
|
322374
|
+
"value": "\"sea-green\""
|
|
322375
|
+
},
|
|
322376
|
+
"description": "The color of the line.",
|
|
322377
|
+
"name": "color",
|
|
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": "CategoricalWithCustomColor"
|
|
322391
|
+
}
|
|
322392
|
+
},
|
|
322393
|
+
"className": {
|
|
322394
|
+
"defaultValue": null,
|
|
322395
|
+
"description": "",
|
|
322396
|
+
"name": "className",
|
|
322397
|
+
"parent": {
|
|
322398
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322399
|
+
"name": "HTMLAttributes"
|
|
322400
|
+
},
|
|
322401
|
+
"declarations": [
|
|
322402
|
+
{
|
|
322403
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322404
|
+
"name": "HTMLAttributes"
|
|
322405
|
+
}
|
|
322406
|
+
],
|
|
322407
|
+
"required": false,
|
|
322408
|
+
"type": {
|
|
322409
|
+
"name": "string"
|
|
322410
|
+
}
|
|
322411
|
+
},
|
|
322412
|
+
"key": {
|
|
322413
|
+
"defaultValue": null,
|
|
322414
|
+
"description": "",
|
|
322415
|
+
"name": "key",
|
|
322416
|
+
"parent": {
|
|
322417
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322418
|
+
"name": "Attributes"
|
|
322419
|
+
},
|
|
322420
|
+
"declarations": [
|
|
322421
|
+
{
|
|
322422
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322423
|
+
"name": "Attributes"
|
|
322424
|
+
}
|
|
322425
|
+
],
|
|
322426
|
+
"required": false,
|
|
322427
|
+
"type": {
|
|
322428
|
+
"name": "Key | null"
|
|
322429
|
+
}
|
|
322430
|
+
},
|
|
322431
|
+
"type": {
|
|
322432
|
+
"defaultValue": null,
|
|
322433
|
+
"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.}",
|
|
322434
|
+
"name": "type",
|
|
322435
|
+
"parent": {
|
|
322436
|
+
"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",
|
|
322437
|
+
"name": "CurveProps"
|
|
322438
|
+
},
|
|
322439
|
+
"declarations": [
|
|
322440
|
+
{
|
|
322441
|
+
"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",
|
|
322442
|
+
"name": "CurveProps"
|
|
322443
|
+
},
|
|
322444
|
+
{
|
|
322445
|
+
"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",
|
|
322446
|
+
"name": "LineProps"
|
|
322447
|
+
}
|
|
322448
|
+
],
|
|
322449
|
+
"required": false,
|
|
322450
|
+
"type": {
|
|
322451
|
+
"name": "CurveType"
|
|
322452
|
+
}
|
|
322453
|
+
},
|
|
322454
|
+
"unit": {
|
|
322455
|
+
"defaultValue": null,
|
|
322456
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
322457
|
+
"name": "unit",
|
|
322458
|
+
"parent": {
|
|
322459
|
+
"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",
|
|
322460
|
+
"name": "LineProps"
|
|
322461
|
+
},
|
|
322462
|
+
"declarations": [
|
|
322463
|
+
{
|
|
322464
|
+
"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",
|
|
322465
|
+
"name": "LineProps"
|
|
322466
|
+
}
|
|
322467
|
+
],
|
|
322468
|
+
"required": false,
|
|
322469
|
+
"type": {
|
|
322470
|
+
"name": "string | number | null"
|
|
322471
|
+
}
|
|
322472
|
+
},
|
|
322473
|
+
"xAxisId": {
|
|
322474
|
+
"defaultValue": null,
|
|
322475
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322476
|
+
"name": "xAxisId",
|
|
322477
|
+
"parent": {
|
|
322478
|
+
"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",
|
|
322479
|
+
"name": "LineProps"
|
|
322480
|
+
},
|
|
322481
|
+
"declarations": [
|
|
322482
|
+
{
|
|
322483
|
+
"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",
|
|
322484
|
+
"name": "LineProps"
|
|
322485
|
+
}
|
|
322486
|
+
],
|
|
322487
|
+
"required": false,
|
|
322488
|
+
"type": {
|
|
322489
|
+
"name": "AxisId"
|
|
322490
|
+
}
|
|
322491
|
+
},
|
|
322492
|
+
"yAxisId": {
|
|
322493
|
+
"defaultValue": null,
|
|
322494
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322495
|
+
"name": "yAxisId",
|
|
322496
|
+
"parent": {
|
|
322497
|
+
"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",
|
|
322498
|
+
"name": "LineProps"
|
|
322499
|
+
},
|
|
322500
|
+
"declarations": [
|
|
322501
|
+
{
|
|
322502
|
+
"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",
|
|
322503
|
+
"name": "LineProps"
|
|
322504
|
+
}
|
|
322505
|
+
],
|
|
322506
|
+
"required": false,
|
|
322507
|
+
"type": {
|
|
322508
|
+
"name": "AxisId"
|
|
322509
|
+
}
|
|
322510
|
+
}
|
|
322511
|
+
}
|
|
322512
|
+
},
|
|
322372
322513
|
{
|
|
322373
322514
|
"tags": {},
|
|
322374
322515
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -332235,94 +332376,6 @@
|
|
|
332235
332376
|
}
|
|
332236
332377
|
}
|
|
332237
332378
|
},
|
|
332238
|
-
{
|
|
332239
|
-
"tags": {
|
|
332240
|
-
"deprecated": "Use ChartGrid",
|
|
332241
|
-
"flr-generate": "all"
|
|
332242
|
-
},
|
|
332243
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
332244
|
-
"description": "",
|
|
332245
|
-
"displayName": "CartesianGrid",
|
|
332246
|
-
"methods": [],
|
|
332247
|
-
"props": {
|
|
332248
|
-
"className": {
|
|
332249
|
-
"defaultValue": null,
|
|
332250
|
-
"description": "",
|
|
332251
|
-
"name": "className",
|
|
332252
|
-
"parent": {
|
|
332253
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332254
|
-
"name": "HTMLAttributes"
|
|
332255
|
-
},
|
|
332256
|
-
"declarations": [
|
|
332257
|
-
{
|
|
332258
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332259
|
-
"name": "HTMLAttributes"
|
|
332260
|
-
}
|
|
332261
|
-
],
|
|
332262
|
-
"required": false,
|
|
332263
|
-
"type": {
|
|
332264
|
-
"name": "string"
|
|
332265
|
-
}
|
|
332266
|
-
},
|
|
332267
|
-
"horizontal": {
|
|
332268
|
-
"defaultValue": null,
|
|
332269
|
-
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
332270
|
-
"name": "horizontal",
|
|
332271
|
-
"parent": {
|
|
332272
|
-
"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",
|
|
332273
|
-
"name": "CartesianGridProps"
|
|
332274
|
-
},
|
|
332275
|
-
"declarations": [
|
|
332276
|
-
{
|
|
332277
|
-
"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",
|
|
332278
|
-
"name": "CartesianGridProps"
|
|
332279
|
-
}
|
|
332280
|
-
],
|
|
332281
|
-
"required": false,
|
|
332282
|
-
"type": {
|
|
332283
|
-
"name": "GridLineType"
|
|
332284
|
-
}
|
|
332285
|
-
},
|
|
332286
|
-
"vertical": {
|
|
332287
|
-
"defaultValue": null,
|
|
332288
|
-
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
332289
|
-
"name": "vertical",
|
|
332290
|
-
"parent": {
|
|
332291
|
-
"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",
|
|
332292
|
-
"name": "CartesianGridProps"
|
|
332293
|
-
},
|
|
332294
|
-
"declarations": [
|
|
332295
|
-
{
|
|
332296
|
-
"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",
|
|
332297
|
-
"name": "CartesianGridProps"
|
|
332298
|
-
}
|
|
332299
|
-
],
|
|
332300
|
-
"required": false,
|
|
332301
|
-
"type": {
|
|
332302
|
-
"name": "GridLineType"
|
|
332303
|
-
}
|
|
332304
|
-
},
|
|
332305
|
-
"strokeDasharray": {
|
|
332306
|
-
"defaultValue": null,
|
|
332307
|
-
"description": "",
|
|
332308
|
-
"name": "strokeDasharray",
|
|
332309
|
-
"parent": {
|
|
332310
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332311
|
-
"name": "SVGAttributes"
|
|
332312
|
-
},
|
|
332313
|
-
"declarations": [
|
|
332314
|
-
{
|
|
332315
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332316
|
-
"name": "SVGAttributes"
|
|
332317
|
-
}
|
|
332318
|
-
],
|
|
332319
|
-
"required": false,
|
|
332320
|
-
"type": {
|
|
332321
|
-
"name": "string | number"
|
|
332322
|
-
}
|
|
332323
|
-
}
|
|
332324
|
-
}
|
|
332325
|
-
},
|
|
332326
332379
|
{
|
|
332327
332380
|
"tags": {},
|
|
332328
332381
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -341872,6 +341925,94 @@
|
|
|
341872
341925
|
}
|
|
341873
341926
|
}
|
|
341874
341927
|
},
|
|
341928
|
+
{
|
|
341929
|
+
"tags": {
|
|
341930
|
+
"deprecated": "Use ChartGrid",
|
|
341931
|
+
"flr-generate": "all"
|
|
341932
|
+
},
|
|
341933
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
341934
|
+
"description": "",
|
|
341935
|
+
"displayName": "CartesianGrid",
|
|
341936
|
+
"methods": [],
|
|
341937
|
+
"props": {
|
|
341938
|
+
"className": {
|
|
341939
|
+
"defaultValue": null,
|
|
341940
|
+
"description": "",
|
|
341941
|
+
"name": "className",
|
|
341942
|
+
"parent": {
|
|
341943
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341944
|
+
"name": "HTMLAttributes"
|
|
341945
|
+
},
|
|
341946
|
+
"declarations": [
|
|
341947
|
+
{
|
|
341948
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341949
|
+
"name": "HTMLAttributes"
|
|
341950
|
+
}
|
|
341951
|
+
],
|
|
341952
|
+
"required": false,
|
|
341953
|
+
"type": {
|
|
341954
|
+
"name": "string"
|
|
341955
|
+
}
|
|
341956
|
+
},
|
|
341957
|
+
"horizontal": {
|
|
341958
|
+
"defaultValue": null,
|
|
341959
|
+
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
341960
|
+
"name": "horizontal",
|
|
341961
|
+
"parent": {
|
|
341962
|
+
"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",
|
|
341963
|
+
"name": "CartesianGridProps"
|
|
341964
|
+
},
|
|
341965
|
+
"declarations": [
|
|
341966
|
+
{
|
|
341967
|
+
"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",
|
|
341968
|
+
"name": "CartesianGridProps"
|
|
341969
|
+
}
|
|
341970
|
+
],
|
|
341971
|
+
"required": false,
|
|
341972
|
+
"type": {
|
|
341973
|
+
"name": "GridLineType"
|
|
341974
|
+
}
|
|
341975
|
+
},
|
|
341976
|
+
"vertical": {
|
|
341977
|
+
"defaultValue": null,
|
|
341978
|
+
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
341979
|
+
"name": "vertical",
|
|
341980
|
+
"parent": {
|
|
341981
|
+
"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",
|
|
341982
|
+
"name": "CartesianGridProps"
|
|
341983
|
+
},
|
|
341984
|
+
"declarations": [
|
|
341985
|
+
{
|
|
341986
|
+
"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",
|
|
341987
|
+
"name": "CartesianGridProps"
|
|
341988
|
+
}
|
|
341989
|
+
],
|
|
341990
|
+
"required": false,
|
|
341991
|
+
"type": {
|
|
341992
|
+
"name": "GridLineType"
|
|
341993
|
+
}
|
|
341994
|
+
},
|
|
341995
|
+
"strokeDasharray": {
|
|
341996
|
+
"defaultValue": null,
|
|
341997
|
+
"description": "",
|
|
341998
|
+
"name": "strokeDasharray",
|
|
341999
|
+
"parent": {
|
|
342000
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342001
|
+
"name": "SVGAttributes"
|
|
342002
|
+
},
|
|
342003
|
+
"declarations": [
|
|
342004
|
+
{
|
|
342005
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342006
|
+
"name": "SVGAttributes"
|
|
342007
|
+
}
|
|
342008
|
+
],
|
|
342009
|
+
"required": false,
|
|
342010
|
+
"type": {
|
|
342011
|
+
"name": "string | number"
|
|
342012
|
+
}
|
|
342013
|
+
}
|
|
342014
|
+
}
|
|
342015
|
+
},
|
|
341875
342016
|
{
|
|
341876
342017
|
"tags": {
|
|
341877
342018
|
"flr-generate": "all"
|
|
@@ -347666,17 +347807,24 @@
|
|
|
347666
347807
|
"type": {
|
|
347667
347808
|
"name": "number"
|
|
347668
347809
|
}
|
|
347810
|
+
},
|
|
347811
|
+
"emptyView": {
|
|
347812
|
+
"defaultValue": null,
|
|
347813
|
+
"description": "",
|
|
347814
|
+
"name": "emptyView",
|
|
347815
|
+
"declarations": [
|
|
347816
|
+
{
|
|
347817
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
347818
|
+
"name": "TypeLiteral"
|
|
347819
|
+
}
|
|
347820
|
+
],
|
|
347821
|
+
"required": false,
|
|
347822
|
+
"type": {
|
|
347823
|
+
"name": "ReactNode"
|
|
347824
|
+
}
|
|
347669
347825
|
}
|
|
347670
347826
|
}
|
|
347671
347827
|
},
|
|
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
347828
|
{
|
|
347681
347829
|
"tags": {},
|
|
347682
347830
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -347801,6 +347949,14 @@
|
|
|
347801
347949
|
}
|
|
347802
347950
|
}
|
|
347803
347951
|
},
|
|
347952
|
+
{
|
|
347953
|
+
"tags": {},
|
|
347954
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347955
|
+
"description": "",
|
|
347956
|
+
"displayName": "FallbackItems",
|
|
347957
|
+
"methods": [],
|
|
347958
|
+
"props": {}
|
|
347959
|
+
},
|
|
347804
347960
|
{
|
|
347805
347961
|
"tags": {},
|
|
347806
347962
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -347835,7 +347991,27 @@
|
|
|
347835
347991
|
"description": "",
|
|
347836
347992
|
"displayName": "ViewModeContextMenu",
|
|
347837
347993
|
"methods": [],
|
|
347838
|
-
"props": {
|
|
347994
|
+
"props": {
|
|
347995
|
+
"isDisabled": {
|
|
347996
|
+
"defaultValue": null,
|
|
347997
|
+
"description": "",
|
|
347998
|
+
"name": "isDisabled",
|
|
347999
|
+
"parent": {
|
|
348000
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
348001
|
+
"name": "Props"
|
|
348002
|
+
},
|
|
348003
|
+
"declarations": [
|
|
348004
|
+
{
|
|
348005
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
348006
|
+
"name": "Props"
|
|
348007
|
+
}
|
|
348008
|
+
],
|
|
348009
|
+
"required": false,
|
|
348010
|
+
"type": {
|
|
348011
|
+
"name": "boolean"
|
|
348012
|
+
}
|
|
348013
|
+
}
|
|
348014
|
+
}
|
|
347839
348015
|
},
|
|
347840
348016
|
{
|
|
347841
348017
|
"tags": {},
|
|
@@ -347871,7 +348047,27 @@
|
|
|
347871
348047
|
"description": "",
|
|
347872
348048
|
"displayName": "SortingContextMenu",
|
|
347873
348049
|
"methods": [],
|
|
347874
|
-
"props": {
|
|
348050
|
+
"props": {
|
|
348051
|
+
"isDisabled": {
|
|
348052
|
+
"defaultValue": null,
|
|
348053
|
+
"description": "",
|
|
348054
|
+
"name": "isDisabled",
|
|
348055
|
+
"parent": {
|
|
348056
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348057
|
+
"name": "Props"
|
|
348058
|
+
},
|
|
348059
|
+
"declarations": [
|
|
348060
|
+
{
|
|
348061
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348062
|
+
"name": "Props"
|
|
348063
|
+
}
|
|
348064
|
+
],
|
|
348065
|
+
"required": false,
|
|
348066
|
+
"type": {
|
|
348067
|
+
"name": "boolean"
|
|
348068
|
+
}
|
|
348069
|
+
}
|
|
348070
|
+
}
|
|
347875
348071
|
},
|
|
347876
348072
|
{
|
|
347877
348073
|
"tags": {},
|
|
@@ -347899,6 +348095,25 @@
|
|
|
347899
348095
|
"name": "Search<never>"
|
|
347900
348096
|
}
|
|
347901
348097
|
},
|
|
348098
|
+
"isDisabled": {
|
|
348099
|
+
"defaultValue": null,
|
|
348100
|
+
"description": "",
|
|
348101
|
+
"name": "isDisabled",
|
|
348102
|
+
"parent": {
|
|
348103
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
348104
|
+
"name": "Props"
|
|
348105
|
+
},
|
|
348106
|
+
"declarations": [
|
|
348107
|
+
{
|
|
348108
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
348109
|
+
"name": "Props"
|
|
348110
|
+
}
|
|
348111
|
+
],
|
|
348112
|
+
"required": false,
|
|
348113
|
+
"type": {
|
|
348114
|
+
"name": "boolean"
|
|
348115
|
+
}
|
|
348116
|
+
},
|
|
347902
348117
|
"className": {
|
|
347903
348118
|
"defaultValue": null,
|
|
347904
348119
|
"description": "The elements class name.",
|
|
@@ -347973,7 +348188,27 @@
|
|
|
347973
348188
|
"description": "",
|
|
347974
348189
|
"displayName": "FilterContextMenus",
|
|
347975
348190
|
"methods": [],
|
|
347976
|
-
"props": {
|
|
348191
|
+
"props": {
|
|
348192
|
+
"isDisabled": {
|
|
348193
|
+
"defaultValue": null,
|
|
348194
|
+
"description": "",
|
|
348195
|
+
"name": "isDisabled",
|
|
348196
|
+
"parent": {
|
|
348197
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
348198
|
+
"name": "Props"
|
|
348199
|
+
},
|
|
348200
|
+
"declarations": [
|
|
348201
|
+
{
|
|
348202
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
348203
|
+
"name": "Props"
|
|
348204
|
+
}
|
|
348205
|
+
],
|
|
348206
|
+
"required": false,
|
|
348207
|
+
"type": {
|
|
348208
|
+
"name": "boolean"
|
|
348209
|
+
}
|
|
348210
|
+
}
|
|
348211
|
+
}
|
|
347977
348212
|
},
|
|
347978
348213
|
{
|
|
347979
348214
|
"tags": {},
|
|
@@ -348000,6 +348235,25 @@
|
|
|
348000
348235
|
"type": {
|
|
348001
348236
|
"name": "Filter<never, never, never>"
|
|
348002
348237
|
}
|
|
348238
|
+
},
|
|
348239
|
+
"isDisabled": {
|
|
348240
|
+
"defaultValue": null,
|
|
348241
|
+
"description": "",
|
|
348242
|
+
"name": "isDisabled",
|
|
348243
|
+
"parent": {
|
|
348244
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
348245
|
+
"name": "Props"
|
|
348246
|
+
},
|
|
348247
|
+
"declarations": [
|
|
348248
|
+
{
|
|
348249
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
348250
|
+
"name": "Props"
|
|
348251
|
+
}
|
|
348252
|
+
],
|
|
348253
|
+
"required": false,
|
|
348254
|
+
"type": {
|
|
348255
|
+
"name": "boolean"
|
|
348256
|
+
}
|
|
348003
348257
|
}
|
|
348004
348258
|
}
|
|
348005
348259
|
},
|
|
@@ -348028,6 +348282,25 @@
|
|
|
348028
348282
|
"type": {
|
|
348029
348283
|
"name": "AnyDateRangeFilter"
|
|
348030
348284
|
}
|
|
348285
|
+
},
|
|
348286
|
+
"isDisabled": {
|
|
348287
|
+
"defaultValue": null,
|
|
348288
|
+
"description": "",
|
|
348289
|
+
"name": "isDisabled",
|
|
348290
|
+
"parent": {
|
|
348291
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
348292
|
+
"name": "Props"
|
|
348293
|
+
},
|
|
348294
|
+
"declarations": [
|
|
348295
|
+
{
|
|
348296
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
348297
|
+
"name": "Props"
|
|
348298
|
+
}
|
|
348299
|
+
],
|
|
348300
|
+
"required": false,
|
|
348301
|
+
"type": {
|
|
348302
|
+
"name": "boolean"
|
|
348303
|
+
}
|
|
348031
348304
|
}
|
|
348032
348305
|
}
|
|
348033
348306
|
},
|
|
@@ -348165,7 +348438,27 @@
|
|
|
348165
348438
|
"description": "",
|
|
348166
348439
|
"displayName": "AllFiltersModal",
|
|
348167
348440
|
"methods": [],
|
|
348168
|
-
"props": {
|
|
348441
|
+
"props": {
|
|
348442
|
+
"isDisabled": {
|
|
348443
|
+
"defaultValue": null,
|
|
348444
|
+
"description": "",
|
|
348445
|
+
"name": "isDisabled",
|
|
348446
|
+
"parent": {
|
|
348447
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
348448
|
+
"name": "Props"
|
|
348449
|
+
},
|
|
348450
|
+
"declarations": [
|
|
348451
|
+
{
|
|
348452
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
348453
|
+
"name": "Props"
|
|
348454
|
+
}
|
|
348455
|
+
],
|
|
348456
|
+
"required": false,
|
|
348457
|
+
"type": {
|
|
348458
|
+
"name": "boolean"
|
|
348459
|
+
}
|
|
348460
|
+
}
|
|
348461
|
+
}
|
|
348169
348462
|
},
|
|
348170
348463
|
{
|
|
348171
348464
|
"tags": {},
|
|
@@ -348173,7 +348466,27 @@
|
|
|
348173
348466
|
"description": "",
|
|
348174
348467
|
"displayName": "ActiveFilters",
|
|
348175
348468
|
"methods": [],
|
|
348176
|
-
"props": {
|
|
348469
|
+
"props": {
|
|
348470
|
+
"isDisabled": {
|
|
348471
|
+
"defaultValue": null,
|
|
348472
|
+
"description": "",
|
|
348473
|
+
"name": "isDisabled",
|
|
348474
|
+
"parent": {
|
|
348475
|
+
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
348476
|
+
"name": "Props"
|
|
348477
|
+
},
|
|
348478
|
+
"declarations": [
|
|
348479
|
+
{
|
|
348480
|
+
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
348481
|
+
"name": "Props"
|
|
348482
|
+
}
|
|
348483
|
+
],
|
|
348484
|
+
"required": false,
|
|
348485
|
+
"type": {
|
|
348486
|
+
"name": "boolean"
|
|
348487
|
+
}
|
|
348488
|
+
}
|
|
348489
|
+
}
|
|
348177
348490
|
},
|
|
348178
348491
|
{
|
|
348179
348492
|
"tags": {},
|