@mittwald/flow-react-components 0.2.0-alpha.477 → 0.2.0-alpha.479
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 +12 -0
- package/dist/assets/doc-properties.json +652 -933
- package/dist/js/components/src/components/Action/models/ActionState.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs +16 -20
- package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/components/ModeButton.mjs +6 -4
- package/dist/js/components/src/components/MarkdownEditor/components/ModeButton.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/components/Toolbar.mjs +14 -11
- package/dist/js/components/src/components/MarkdownEditor/components/Toolbar.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/components/ToolbarButton.mjs +3 -13
- package/dist/js/components/src/components/MarkdownEditor/components/ToolbarButton.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/lib/handleKeyDown.mjs +7 -12
- package/dist/js/components/src/components/MarkdownEditor/lib/handleKeyDown.mjs.map +1 -1
- package/dist/js/components/src/components/MarkdownEditor/lib/insertAtCursor.mjs +4 -3
- package/dist/js/components/src/components/MarkdownEditor/lib/insertAtCursor.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +4 -19
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +15 -26
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/lib/useRegisterActionStateContext.mjs +70 -0
- package/dist/js/components/src/integrations/react-hook-form/components/Form/lib/useRegisterActionStateContext.mjs.map +1 -0
- package/dist/js/components/src/lib/hooks/useManagedValue.mjs +23 -0
- package/dist/js/components/src/lib/hooks/useManagedValue.mjs.map +1 -0
- package/dist/types/components/Action/models/ActionState.d.ts +1 -1
- package/dist/types/components/Action/models/ActionState.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/components/ModeButton.d.ts +5 -6
- package/dist/types/components/MarkdownEditor/components/ModeButton.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/components/Toolbar.d.ts +9 -11
- package/dist/types/components/MarkdownEditor/components/Toolbar.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/components/ToolbarButton.d.ts +5 -11
- package/dist/types/components/MarkdownEditor/components/ToolbarButton.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/lib/handleKeyDown.d.ts +1 -1
- package/dist/types/components/MarkdownEditor/lib/handleKeyDown.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/lib/insertAtCursor.d.ts +1 -1
- package/dist/types/components/MarkdownEditor/lib/insertAtCursor.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +2 -2
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/lib/useRegisterActionStateContext.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Form/lib/useRegisterActionStateContext.d.ts.map +1 -0
- package/dist/types/lib/hooks/useManagedValue.d.ts +11 -0
- package/dist/types/lib/hooks/useManagedValue.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/js/components/src/components/Action/ActionStateContext.mjs +0 -24
- package/dist/js/components/src/components/Action/ActionStateContext.mjs.map +0 -1
- package/dist/js/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs +0 -44
- package/dist/js/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs.map +0 -1
- package/dist/js/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.mjs +0 -32
- package/dist/js/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.mjs.map +0 -1
- package/dist/types/components/Action/ActionStateContext.d.ts +0 -9
- package/dist/types/components/Action/ActionStateContext.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts +0 -7
- package/dist/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.d.ts +0 -15
- package/dist/types/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.d.ts.map +0 -1
|
@@ -34503,106 +34503,6 @@
|
|
|
34503
34503
|
}
|
|
34504
34504
|
}
|
|
34505
34505
|
},
|
|
34506
|
-
{
|
|
34507
|
-
"tags": {},
|
|
34508
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SettingsProvider/SettingsProvider.tsx",
|
|
34509
|
-
"description": "",
|
|
34510
|
-
"displayName": "SettingsProvider",
|
|
34511
|
-
"methods": [],
|
|
34512
|
-
"props": {
|
|
34513
|
-
"children": {
|
|
34514
|
-
"defaultValue": null,
|
|
34515
|
-
"description": "",
|
|
34516
|
-
"name": "children",
|
|
34517
|
-
"declarations": [
|
|
34518
|
-
{
|
|
34519
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
34520
|
-
"name": "TypeLiteral"
|
|
34521
|
-
}
|
|
34522
|
-
],
|
|
34523
|
-
"required": false,
|
|
34524
|
-
"type": {
|
|
34525
|
-
"name": "ReactNode"
|
|
34526
|
-
}
|
|
34527
|
-
},
|
|
34528
|
-
"type": {
|
|
34529
|
-
"defaultValue": null,
|
|
34530
|
-
"description": "",
|
|
34531
|
-
"name": "type",
|
|
34532
|
-
"parent": {
|
|
34533
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34534
|
-
"name": "LocalStorageSettingsBackend"
|
|
34535
|
-
},
|
|
34536
|
-
"declarations": [
|
|
34537
|
-
{
|
|
34538
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34539
|
-
"name": "LocalStorageSettingsBackend"
|
|
34540
|
-
},
|
|
34541
|
-
{
|
|
34542
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34543
|
-
"name": "CustomSettingsBackend"
|
|
34544
|
-
}
|
|
34545
|
-
],
|
|
34546
|
-
"required": true,
|
|
34547
|
-
"type": {
|
|
34548
|
-
"name": "\"localStorage\" | \"custom\""
|
|
34549
|
-
}
|
|
34550
|
-
},
|
|
34551
|
-
"storageKey": {
|
|
34552
|
-
"defaultValue": null,
|
|
34553
|
-
"description": "",
|
|
34554
|
-
"name": "storageKey",
|
|
34555
|
-
"parent": {
|
|
34556
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34557
|
-
"name": "LocalStorageSettingsBackend"
|
|
34558
|
-
},
|
|
34559
|
-
"declarations": [
|
|
34560
|
-
{
|
|
34561
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34562
|
-
"name": "LocalStorageSettingsBackend"
|
|
34563
|
-
}
|
|
34564
|
-
],
|
|
34565
|
-
"required": true,
|
|
34566
|
-
"type": {
|
|
34567
|
-
"name": "string"
|
|
34568
|
-
}
|
|
34569
|
-
},
|
|
34570
|
-
"id": {
|
|
34571
|
-
"defaultValue": null,
|
|
34572
|
-
"description": "",
|
|
34573
|
-
"name": "id",
|
|
34574
|
-
"declarations": [
|
|
34575
|
-
{
|
|
34576
|
-
"fileName": "components/src/components/SettingsProvider/SettingsProvider.tsx",
|
|
34577
|
-
"name": "TypeLiteral"
|
|
34578
|
-
}
|
|
34579
|
-
],
|
|
34580
|
-
"required": false,
|
|
34581
|
-
"type": {
|
|
34582
|
-
"name": "string"
|
|
34583
|
-
}
|
|
34584
|
-
},
|
|
34585
|
-
"store": {
|
|
34586
|
-
"defaultValue": null,
|
|
34587
|
-
"description": "",
|
|
34588
|
-
"name": "store",
|
|
34589
|
-
"parent": {
|
|
34590
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34591
|
-
"name": "CustomSettingsBackend"
|
|
34592
|
-
},
|
|
34593
|
-
"declarations": [
|
|
34594
|
-
{
|
|
34595
|
-
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
34596
|
-
"name": "CustomSettingsBackend"
|
|
34597
|
-
}
|
|
34598
|
-
],
|
|
34599
|
-
"required": true,
|
|
34600
|
-
"type": {
|
|
34601
|
-
"name": "SettingsBackend"
|
|
34602
|
-
}
|
|
34603
|
-
}
|
|
34604
|
-
}
|
|
34605
|
-
},
|
|
34606
34506
|
{
|
|
34607
34507
|
"tags": {
|
|
34608
34508
|
"flr-generate": "all"
|
|
@@ -36096,6 +35996,106 @@
|
|
|
36096
35996
|
}
|
|
36097
35997
|
}
|
|
36098
35998
|
},
|
|
35999
|
+
{
|
|
36000
|
+
"tags": {},
|
|
36001
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SettingsProvider/SettingsProvider.tsx",
|
|
36002
|
+
"description": "",
|
|
36003
|
+
"displayName": "SettingsProvider",
|
|
36004
|
+
"methods": [],
|
|
36005
|
+
"props": {
|
|
36006
|
+
"children": {
|
|
36007
|
+
"defaultValue": null,
|
|
36008
|
+
"description": "",
|
|
36009
|
+
"name": "children",
|
|
36010
|
+
"declarations": [
|
|
36011
|
+
{
|
|
36012
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
36013
|
+
"name": "TypeLiteral"
|
|
36014
|
+
}
|
|
36015
|
+
],
|
|
36016
|
+
"required": false,
|
|
36017
|
+
"type": {
|
|
36018
|
+
"name": "ReactNode"
|
|
36019
|
+
}
|
|
36020
|
+
},
|
|
36021
|
+
"type": {
|
|
36022
|
+
"defaultValue": null,
|
|
36023
|
+
"description": "",
|
|
36024
|
+
"name": "type",
|
|
36025
|
+
"parent": {
|
|
36026
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36027
|
+
"name": "LocalStorageSettingsBackend"
|
|
36028
|
+
},
|
|
36029
|
+
"declarations": [
|
|
36030
|
+
{
|
|
36031
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36032
|
+
"name": "LocalStorageSettingsBackend"
|
|
36033
|
+
},
|
|
36034
|
+
{
|
|
36035
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36036
|
+
"name": "CustomSettingsBackend"
|
|
36037
|
+
}
|
|
36038
|
+
],
|
|
36039
|
+
"required": true,
|
|
36040
|
+
"type": {
|
|
36041
|
+
"name": "\"localStorage\" | \"custom\""
|
|
36042
|
+
}
|
|
36043
|
+
},
|
|
36044
|
+
"storageKey": {
|
|
36045
|
+
"defaultValue": null,
|
|
36046
|
+
"description": "",
|
|
36047
|
+
"name": "storageKey",
|
|
36048
|
+
"parent": {
|
|
36049
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36050
|
+
"name": "LocalStorageSettingsBackend"
|
|
36051
|
+
},
|
|
36052
|
+
"declarations": [
|
|
36053
|
+
{
|
|
36054
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36055
|
+
"name": "LocalStorageSettingsBackend"
|
|
36056
|
+
}
|
|
36057
|
+
],
|
|
36058
|
+
"required": true,
|
|
36059
|
+
"type": {
|
|
36060
|
+
"name": "string"
|
|
36061
|
+
}
|
|
36062
|
+
},
|
|
36063
|
+
"id": {
|
|
36064
|
+
"defaultValue": null,
|
|
36065
|
+
"description": "",
|
|
36066
|
+
"name": "id",
|
|
36067
|
+
"declarations": [
|
|
36068
|
+
{
|
|
36069
|
+
"fileName": "components/src/components/SettingsProvider/SettingsProvider.tsx",
|
|
36070
|
+
"name": "TypeLiteral"
|
|
36071
|
+
}
|
|
36072
|
+
],
|
|
36073
|
+
"required": false,
|
|
36074
|
+
"type": {
|
|
36075
|
+
"name": "string"
|
|
36076
|
+
}
|
|
36077
|
+
},
|
|
36078
|
+
"store": {
|
|
36079
|
+
"defaultValue": null,
|
|
36080
|
+
"description": "",
|
|
36081
|
+
"name": "store",
|
|
36082
|
+
"parent": {
|
|
36083
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36084
|
+
"name": "CustomSettingsBackend"
|
|
36085
|
+
},
|
|
36086
|
+
"declarations": [
|
|
36087
|
+
{
|
|
36088
|
+
"fileName": "components/src/components/SettingsProvider/backends/types.ts",
|
|
36089
|
+
"name": "CustomSettingsBackend"
|
|
36090
|
+
}
|
|
36091
|
+
],
|
|
36092
|
+
"required": true,
|
|
36093
|
+
"type": {
|
|
36094
|
+
"name": "SettingsBackend"
|
|
36095
|
+
}
|
|
36096
|
+
}
|
|
36097
|
+
}
|
|
36098
|
+
},
|
|
36099
36099
|
{
|
|
36100
36100
|
"tags": {
|
|
36101
36101
|
"flr-generate": "all",
|
|
@@ -83494,245 +83494,6 @@
|
|
|
83494
83494
|
}
|
|
83495
83495
|
}
|
|
83496
83496
|
},
|
|
83497
|
-
{
|
|
83498
|
-
"tags": {
|
|
83499
|
-
"flr-generate": "all"
|
|
83500
|
-
},
|
|
83501
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
|
|
83502
|
-
"description": "",
|
|
83503
|
-
"displayName": "Markdown",
|
|
83504
|
-
"methods": [],
|
|
83505
|
-
"props": {
|
|
83506
|
-
"color": {
|
|
83507
|
-
"defaultValue": null,
|
|
83508
|
-
"description": "The color schema of the markdown component.",
|
|
83509
|
-
"name": "color",
|
|
83510
|
-
"parent": {
|
|
83511
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83512
|
-
"name": "MarkdownProps"
|
|
83513
|
-
},
|
|
83514
|
-
"declarations": [
|
|
83515
|
-
{
|
|
83516
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83517
|
-
"name": "MarkdownProps"
|
|
83518
|
-
}
|
|
83519
|
-
],
|
|
83520
|
-
"required": false,
|
|
83521
|
-
"type": {
|
|
83522
|
-
"name": "\"light\" | \"dark\" | \"default\""
|
|
83523
|
-
}
|
|
83524
|
-
},
|
|
83525
|
-
"headingOffset": {
|
|
83526
|
-
"defaultValue": {
|
|
83527
|
-
"value": "0"
|
|
83528
|
-
},
|
|
83529
|
-
"description": "Shifts all heading levels by the given offset.",
|
|
83530
|
-
"name": "headingOffset",
|
|
83531
|
-
"parent": {
|
|
83532
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83533
|
-
"name": "MarkdownProps"
|
|
83534
|
-
},
|
|
83535
|
-
"declarations": [
|
|
83536
|
-
{
|
|
83537
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83538
|
-
"name": "MarkdownProps"
|
|
83539
|
-
}
|
|
83540
|
-
],
|
|
83541
|
-
"required": false,
|
|
83542
|
-
"type": {
|
|
83543
|
-
"name": "number"
|
|
83544
|
-
}
|
|
83545
|
-
},
|
|
83546
|
-
"style": {
|
|
83547
|
-
"defaultValue": null,
|
|
83548
|
-
"description": "@internal",
|
|
83549
|
-
"name": "style",
|
|
83550
|
-
"parent": {
|
|
83551
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83552
|
-
"name": "MarkdownProps"
|
|
83553
|
-
},
|
|
83554
|
-
"declarations": [
|
|
83555
|
-
{
|
|
83556
|
-
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83557
|
-
"name": "MarkdownProps"
|
|
83558
|
-
}
|
|
83559
|
-
],
|
|
83560
|
-
"required": false,
|
|
83561
|
-
"type": {
|
|
83562
|
-
"name": "CSSProperties"
|
|
83563
|
-
}
|
|
83564
|
-
},
|
|
83565
|
-
"className": {
|
|
83566
|
-
"defaultValue": null,
|
|
83567
|
-
"description": "The elements class name.",
|
|
83568
|
-
"name": "className",
|
|
83569
|
-
"parent": {
|
|
83570
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
83571
|
-
"name": "PropsWithClassName"
|
|
83572
|
-
},
|
|
83573
|
-
"declarations": [
|
|
83574
|
-
{
|
|
83575
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
83576
|
-
"name": "PropsWithClassName"
|
|
83577
|
-
}
|
|
83578
|
-
],
|
|
83579
|
-
"required": false,
|
|
83580
|
-
"type": {
|
|
83581
|
-
"name": "string"
|
|
83582
|
-
}
|
|
83583
|
-
},
|
|
83584
|
-
"children": {
|
|
83585
|
-
"defaultValue": null,
|
|
83586
|
-
"description": "Markdown.",
|
|
83587
|
-
"name": "children",
|
|
83588
|
-
"declarations": [
|
|
83589
|
-
{
|
|
83590
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83591
|
-
"name": "TypeLiteral"
|
|
83592
|
-
}
|
|
83593
|
-
],
|
|
83594
|
-
"required": false,
|
|
83595
|
-
"type": {
|
|
83596
|
-
"name": "string | null"
|
|
83597
|
-
}
|
|
83598
|
-
},
|
|
83599
|
-
"allowElement": {
|
|
83600
|
-
"defaultValue": null,
|
|
83601
|
-
"description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
|
|
83602
|
-
"name": "allowElement",
|
|
83603
|
-
"declarations": [
|
|
83604
|
-
{
|
|
83605
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83606
|
-
"name": "TypeLiteral"
|
|
83607
|
-
}
|
|
83608
|
-
],
|
|
83609
|
-
"required": false,
|
|
83610
|
-
"type": {
|
|
83611
|
-
"name": "AllowElement | null"
|
|
83612
|
-
}
|
|
83613
|
-
},
|
|
83614
|
-
"allowedElements": {
|
|
83615
|
-
"defaultValue": null,
|
|
83616
|
-
"description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
|
|
83617
|
-
"name": "allowedElements",
|
|
83618
|
-
"declarations": [
|
|
83619
|
-
{
|
|
83620
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83621
|
-
"name": "TypeLiteral"
|
|
83622
|
-
}
|
|
83623
|
-
],
|
|
83624
|
-
"required": false,
|
|
83625
|
-
"type": {
|
|
83626
|
-
"name": "readonly string[] | null"
|
|
83627
|
-
}
|
|
83628
|
-
},
|
|
83629
|
-
"disallowedElements": {
|
|
83630
|
-
"defaultValue": null,
|
|
83631
|
-
"description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
|
|
83632
|
-
"name": "disallowedElements",
|
|
83633
|
-
"declarations": [
|
|
83634
|
-
{
|
|
83635
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83636
|
-
"name": "TypeLiteral"
|
|
83637
|
-
}
|
|
83638
|
-
],
|
|
83639
|
-
"required": false,
|
|
83640
|
-
"type": {
|
|
83641
|
-
"name": "readonly string[] | null"
|
|
83642
|
-
}
|
|
83643
|
-
},
|
|
83644
|
-
"rehypePlugins": {
|
|
83645
|
-
"defaultValue": null,
|
|
83646
|
-
"description": "List of rehype plugins to use.",
|
|
83647
|
-
"name": "rehypePlugins",
|
|
83648
|
-
"declarations": [
|
|
83649
|
-
{
|
|
83650
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83651
|
-
"name": "TypeLiteral"
|
|
83652
|
-
}
|
|
83653
|
-
],
|
|
83654
|
-
"required": false,
|
|
83655
|
-
"type": {
|
|
83656
|
-
"name": "PluggableList | null"
|
|
83657
|
-
}
|
|
83658
|
-
},
|
|
83659
|
-
"remarkPlugins": {
|
|
83660
|
-
"defaultValue": null,
|
|
83661
|
-
"description": "List of remark plugins to use.",
|
|
83662
|
-
"name": "remarkPlugins",
|
|
83663
|
-
"declarations": [
|
|
83664
|
-
{
|
|
83665
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83666
|
-
"name": "TypeLiteral"
|
|
83667
|
-
}
|
|
83668
|
-
],
|
|
83669
|
-
"required": false,
|
|
83670
|
-
"type": {
|
|
83671
|
-
"name": "PluggableList | null"
|
|
83672
|
-
}
|
|
83673
|
-
},
|
|
83674
|
-
"remarkRehypeOptions": {
|
|
83675
|
-
"defaultValue": null,
|
|
83676
|
-
"description": "Options to pass through to `remark-rehype`.",
|
|
83677
|
-
"name": "remarkRehypeOptions",
|
|
83678
|
-
"declarations": [
|
|
83679
|
-
{
|
|
83680
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83681
|
-
"name": "TypeLiteral"
|
|
83682
|
-
}
|
|
83683
|
-
],
|
|
83684
|
-
"required": false,
|
|
83685
|
-
"type": {
|
|
83686
|
-
"name": "Readonly<Options> | null"
|
|
83687
|
-
}
|
|
83688
|
-
},
|
|
83689
|
-
"skipHtml": {
|
|
83690
|
-
"defaultValue": null,
|
|
83691
|
-
"description": "Ignore HTML in markdown completely (default: `false`).",
|
|
83692
|
-
"name": "skipHtml",
|
|
83693
|
-
"declarations": [
|
|
83694
|
-
{
|
|
83695
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83696
|
-
"name": "TypeLiteral"
|
|
83697
|
-
}
|
|
83698
|
-
],
|
|
83699
|
-
"required": false,
|
|
83700
|
-
"type": {
|
|
83701
|
-
"name": "boolean | null"
|
|
83702
|
-
}
|
|
83703
|
-
},
|
|
83704
|
-
"unwrapDisallowed": {
|
|
83705
|
-
"defaultValue": null,
|
|
83706
|
-
"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.",
|
|
83707
|
-
"name": "unwrapDisallowed",
|
|
83708
|
-
"declarations": [
|
|
83709
|
-
{
|
|
83710
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83711
|
-
"name": "TypeLiteral"
|
|
83712
|
-
}
|
|
83713
|
-
],
|
|
83714
|
-
"required": false,
|
|
83715
|
-
"type": {
|
|
83716
|
-
"name": "boolean | null"
|
|
83717
|
-
}
|
|
83718
|
-
},
|
|
83719
|
-
"urlTransform": {
|
|
83720
|
-
"defaultValue": null,
|
|
83721
|
-
"description": "Change URLs (default: `defaultUrlTransform`)",
|
|
83722
|
-
"name": "urlTransform",
|
|
83723
|
-
"declarations": [
|
|
83724
|
-
{
|
|
83725
|
-
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
83726
|
-
"name": "TypeLiteral"
|
|
83727
|
-
}
|
|
83728
|
-
],
|
|
83729
|
-
"required": false,
|
|
83730
|
-
"type": {
|
|
83731
|
-
"name": "UrlTransform | null"
|
|
83732
|
-
}
|
|
83733
|
-
}
|
|
83734
|
-
}
|
|
83735
|
-
},
|
|
83736
83497
|
{
|
|
83737
83498
|
"tags": {
|
|
83738
83499
|
"flr-generate": "all"
|
|
@@ -238044,87 +237805,6 @@
|
|
|
238044
237805
|
}
|
|
238045
237806
|
}
|
|
238046
237807
|
},
|
|
238047
|
-
{
|
|
238048
|
-
"tags": {},
|
|
238049
|
-
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
238050
|
-
"description": "",
|
|
238051
|
-
"displayName": "ActionStateContext",
|
|
238052
|
-
"methods": [],
|
|
238053
|
-
"props": {
|
|
238054
|
-
"isStarted": {
|
|
238055
|
-
"defaultValue": null,
|
|
238056
|
-
"description": "",
|
|
238057
|
-
"name": "isStarted",
|
|
238058
|
-
"parent": {
|
|
238059
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238060
|
-
"name": "Props"
|
|
238061
|
-
},
|
|
238062
|
-
"declarations": [
|
|
238063
|
-
{
|
|
238064
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238065
|
-
"name": "Props"
|
|
238066
|
-
}
|
|
238067
|
-
],
|
|
238068
|
-
"required": false,
|
|
238069
|
-
"type": {
|
|
238070
|
-
"name": "boolean"
|
|
238071
|
-
}
|
|
238072
|
-
},
|
|
238073
|
-
"hasSucceeded": {
|
|
238074
|
-
"defaultValue": null,
|
|
238075
|
-
"description": "",
|
|
238076
|
-
"name": "hasSucceeded",
|
|
238077
|
-
"parent": {
|
|
238078
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238079
|
-
"name": "Props"
|
|
238080
|
-
},
|
|
238081
|
-
"declarations": [
|
|
238082
|
-
{
|
|
238083
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238084
|
-
"name": "Props"
|
|
238085
|
-
}
|
|
238086
|
-
],
|
|
238087
|
-
"required": false,
|
|
238088
|
-
"type": {
|
|
238089
|
-
"name": "boolean"
|
|
238090
|
-
}
|
|
238091
|
-
},
|
|
238092
|
-
"hasFailedWithError": {
|
|
238093
|
-
"defaultValue": null,
|
|
238094
|
-
"description": "",
|
|
238095
|
-
"name": "hasFailedWithError",
|
|
238096
|
-
"parent": {
|
|
238097
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238098
|
-
"name": "Props"
|
|
238099
|
-
},
|
|
238100
|
-
"declarations": [
|
|
238101
|
-
{
|
|
238102
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
238103
|
-
"name": "Props"
|
|
238104
|
-
}
|
|
238105
|
-
],
|
|
238106
|
-
"required": false,
|
|
238107
|
-
"type": {
|
|
238108
|
-
"name": "unknown"
|
|
238109
|
-
}
|
|
238110
|
-
},
|
|
238111
|
-
"children": {
|
|
238112
|
-
"defaultValue": null,
|
|
238113
|
-
"description": "",
|
|
238114
|
-
"name": "children",
|
|
238115
|
-
"declarations": [
|
|
238116
|
-
{
|
|
238117
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
238118
|
-
"name": "TypeLiteral"
|
|
238119
|
-
}
|
|
238120
|
-
],
|
|
238121
|
-
"required": false,
|
|
238122
|
-
"type": {
|
|
238123
|
-
"name": "ReactNode"
|
|
238124
|
-
}
|
|
238125
|
-
}
|
|
238126
|
-
}
|
|
238127
|
-
},
|
|
238128
237808
|
{
|
|
238129
237809
|
"tags": {},
|
|
238130
237810
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
@@ -249147,6 +248827,245 @@
|
|
|
249147
248827
|
}
|
|
249148
248828
|
}
|
|
249149
248829
|
},
|
|
248830
|
+
{
|
|
248831
|
+
"tags": {
|
|
248832
|
+
"flr-generate": "all"
|
|
248833
|
+
},
|
|
248834
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
|
|
248835
|
+
"description": "",
|
|
248836
|
+
"displayName": "Markdown",
|
|
248837
|
+
"methods": [],
|
|
248838
|
+
"props": {
|
|
248839
|
+
"color": {
|
|
248840
|
+
"defaultValue": null,
|
|
248841
|
+
"description": "The color schema of the markdown component.",
|
|
248842
|
+
"name": "color",
|
|
248843
|
+
"parent": {
|
|
248844
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248845
|
+
"name": "MarkdownProps"
|
|
248846
|
+
},
|
|
248847
|
+
"declarations": [
|
|
248848
|
+
{
|
|
248849
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248850
|
+
"name": "MarkdownProps"
|
|
248851
|
+
}
|
|
248852
|
+
],
|
|
248853
|
+
"required": false,
|
|
248854
|
+
"type": {
|
|
248855
|
+
"name": "\"light\" | \"dark\" | \"default\""
|
|
248856
|
+
}
|
|
248857
|
+
},
|
|
248858
|
+
"headingOffset": {
|
|
248859
|
+
"defaultValue": {
|
|
248860
|
+
"value": "0"
|
|
248861
|
+
},
|
|
248862
|
+
"description": "Shifts all heading levels by the given offset.",
|
|
248863
|
+
"name": "headingOffset",
|
|
248864
|
+
"parent": {
|
|
248865
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248866
|
+
"name": "MarkdownProps"
|
|
248867
|
+
},
|
|
248868
|
+
"declarations": [
|
|
248869
|
+
{
|
|
248870
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248871
|
+
"name": "MarkdownProps"
|
|
248872
|
+
}
|
|
248873
|
+
],
|
|
248874
|
+
"required": false,
|
|
248875
|
+
"type": {
|
|
248876
|
+
"name": "number"
|
|
248877
|
+
}
|
|
248878
|
+
},
|
|
248879
|
+
"style": {
|
|
248880
|
+
"defaultValue": null,
|
|
248881
|
+
"description": "@internal",
|
|
248882
|
+
"name": "style",
|
|
248883
|
+
"parent": {
|
|
248884
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248885
|
+
"name": "MarkdownProps"
|
|
248886
|
+
},
|
|
248887
|
+
"declarations": [
|
|
248888
|
+
{
|
|
248889
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
248890
|
+
"name": "MarkdownProps"
|
|
248891
|
+
}
|
|
248892
|
+
],
|
|
248893
|
+
"required": false,
|
|
248894
|
+
"type": {
|
|
248895
|
+
"name": "CSSProperties"
|
|
248896
|
+
}
|
|
248897
|
+
},
|
|
248898
|
+
"className": {
|
|
248899
|
+
"defaultValue": null,
|
|
248900
|
+
"description": "The elements class name.",
|
|
248901
|
+
"name": "className",
|
|
248902
|
+
"parent": {
|
|
248903
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
248904
|
+
"name": "PropsWithClassName"
|
|
248905
|
+
},
|
|
248906
|
+
"declarations": [
|
|
248907
|
+
{
|
|
248908
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
248909
|
+
"name": "PropsWithClassName"
|
|
248910
|
+
}
|
|
248911
|
+
],
|
|
248912
|
+
"required": false,
|
|
248913
|
+
"type": {
|
|
248914
|
+
"name": "string"
|
|
248915
|
+
}
|
|
248916
|
+
},
|
|
248917
|
+
"children": {
|
|
248918
|
+
"defaultValue": null,
|
|
248919
|
+
"description": "Markdown.",
|
|
248920
|
+
"name": "children",
|
|
248921
|
+
"declarations": [
|
|
248922
|
+
{
|
|
248923
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248924
|
+
"name": "TypeLiteral"
|
|
248925
|
+
}
|
|
248926
|
+
],
|
|
248927
|
+
"required": false,
|
|
248928
|
+
"type": {
|
|
248929
|
+
"name": "string | null"
|
|
248930
|
+
}
|
|
248931
|
+
},
|
|
248932
|
+
"allowElement": {
|
|
248933
|
+
"defaultValue": null,
|
|
248934
|
+
"description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
|
|
248935
|
+
"name": "allowElement",
|
|
248936
|
+
"declarations": [
|
|
248937
|
+
{
|
|
248938
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248939
|
+
"name": "TypeLiteral"
|
|
248940
|
+
}
|
|
248941
|
+
],
|
|
248942
|
+
"required": false,
|
|
248943
|
+
"type": {
|
|
248944
|
+
"name": "AllowElement | null"
|
|
248945
|
+
}
|
|
248946
|
+
},
|
|
248947
|
+
"allowedElements": {
|
|
248948
|
+
"defaultValue": null,
|
|
248949
|
+
"description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
|
|
248950
|
+
"name": "allowedElements",
|
|
248951
|
+
"declarations": [
|
|
248952
|
+
{
|
|
248953
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248954
|
+
"name": "TypeLiteral"
|
|
248955
|
+
}
|
|
248956
|
+
],
|
|
248957
|
+
"required": false,
|
|
248958
|
+
"type": {
|
|
248959
|
+
"name": "readonly string[] | null"
|
|
248960
|
+
}
|
|
248961
|
+
},
|
|
248962
|
+
"disallowedElements": {
|
|
248963
|
+
"defaultValue": null,
|
|
248964
|
+
"description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
|
|
248965
|
+
"name": "disallowedElements",
|
|
248966
|
+
"declarations": [
|
|
248967
|
+
{
|
|
248968
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248969
|
+
"name": "TypeLiteral"
|
|
248970
|
+
}
|
|
248971
|
+
],
|
|
248972
|
+
"required": false,
|
|
248973
|
+
"type": {
|
|
248974
|
+
"name": "readonly string[] | null"
|
|
248975
|
+
}
|
|
248976
|
+
},
|
|
248977
|
+
"rehypePlugins": {
|
|
248978
|
+
"defaultValue": null,
|
|
248979
|
+
"description": "List of rehype plugins to use.",
|
|
248980
|
+
"name": "rehypePlugins",
|
|
248981
|
+
"declarations": [
|
|
248982
|
+
{
|
|
248983
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248984
|
+
"name": "TypeLiteral"
|
|
248985
|
+
}
|
|
248986
|
+
],
|
|
248987
|
+
"required": false,
|
|
248988
|
+
"type": {
|
|
248989
|
+
"name": "PluggableList | null"
|
|
248990
|
+
}
|
|
248991
|
+
},
|
|
248992
|
+
"remarkPlugins": {
|
|
248993
|
+
"defaultValue": null,
|
|
248994
|
+
"description": "List of remark plugins to use.",
|
|
248995
|
+
"name": "remarkPlugins",
|
|
248996
|
+
"declarations": [
|
|
248997
|
+
{
|
|
248998
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
248999
|
+
"name": "TypeLiteral"
|
|
249000
|
+
}
|
|
249001
|
+
],
|
|
249002
|
+
"required": false,
|
|
249003
|
+
"type": {
|
|
249004
|
+
"name": "PluggableList | null"
|
|
249005
|
+
}
|
|
249006
|
+
},
|
|
249007
|
+
"remarkRehypeOptions": {
|
|
249008
|
+
"defaultValue": null,
|
|
249009
|
+
"description": "Options to pass through to `remark-rehype`.",
|
|
249010
|
+
"name": "remarkRehypeOptions",
|
|
249011
|
+
"declarations": [
|
|
249012
|
+
{
|
|
249013
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
249014
|
+
"name": "TypeLiteral"
|
|
249015
|
+
}
|
|
249016
|
+
],
|
|
249017
|
+
"required": false,
|
|
249018
|
+
"type": {
|
|
249019
|
+
"name": "Readonly<Options> | null"
|
|
249020
|
+
}
|
|
249021
|
+
},
|
|
249022
|
+
"skipHtml": {
|
|
249023
|
+
"defaultValue": null,
|
|
249024
|
+
"description": "Ignore HTML in markdown completely (default: `false`).",
|
|
249025
|
+
"name": "skipHtml",
|
|
249026
|
+
"declarations": [
|
|
249027
|
+
{
|
|
249028
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
249029
|
+
"name": "TypeLiteral"
|
|
249030
|
+
}
|
|
249031
|
+
],
|
|
249032
|
+
"required": false,
|
|
249033
|
+
"type": {
|
|
249034
|
+
"name": "boolean | null"
|
|
249035
|
+
}
|
|
249036
|
+
},
|
|
249037
|
+
"unwrapDisallowed": {
|
|
249038
|
+
"defaultValue": null,
|
|
249039
|
+
"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.",
|
|
249040
|
+
"name": "unwrapDisallowed",
|
|
249041
|
+
"declarations": [
|
|
249042
|
+
{
|
|
249043
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
249044
|
+
"name": "TypeLiteral"
|
|
249045
|
+
}
|
|
249046
|
+
],
|
|
249047
|
+
"required": false,
|
|
249048
|
+
"type": {
|
|
249049
|
+
"name": "boolean | null"
|
|
249050
|
+
}
|
|
249051
|
+
},
|
|
249052
|
+
"urlTransform": {
|
|
249053
|
+
"defaultValue": null,
|
|
249054
|
+
"description": "Change URLs (default: `defaultUrlTransform`)",
|
|
249055
|
+
"name": "urlTransform",
|
|
249056
|
+
"declarations": [
|
|
249057
|
+
{
|
|
249058
|
+
"fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
|
|
249059
|
+
"name": "TypeLiteral"
|
|
249060
|
+
}
|
|
249061
|
+
],
|
|
249062
|
+
"required": false,
|
|
249063
|
+
"type": {
|
|
249064
|
+
"name": "UrlTransform | null"
|
|
249065
|
+
}
|
|
249066
|
+
}
|
|
249067
|
+
}
|
|
249068
|
+
},
|
|
249150
249069
|
{
|
|
249151
249070
|
"tags": {},
|
|
249152
249071
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/components/ProgressBarValue.tsx",
|
|
@@ -254848,153 +254767,81 @@
|
|
|
254848
254767
|
"displayName": "ToolbarButton",
|
|
254849
254768
|
"methods": [],
|
|
254850
254769
|
"props": {
|
|
254851
|
-
"
|
|
254770
|
+
"type": {
|
|
254852
254771
|
"defaultValue": null,
|
|
254853
254772
|
"description": "",
|
|
254854
|
-
"name": "
|
|
254773
|
+
"name": "type",
|
|
254855
254774
|
"parent": {
|
|
254856
254775
|
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254857
|
-
"name": "
|
|
254776
|
+
"name": "ToolBarButtonProps"
|
|
254858
254777
|
},
|
|
254859
254778
|
"declarations": [
|
|
254860
254779
|
{
|
|
254861
254780
|
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254862
|
-
"name": "
|
|
254781
|
+
"name": "ToolBarButtonProps"
|
|
254863
254782
|
}
|
|
254864
254783
|
],
|
|
254865
254784
|
"required": true,
|
|
254866
254785
|
"type": {
|
|
254867
|
-
"name": "
|
|
254786
|
+
"name": "InsertType"
|
|
254868
254787
|
}
|
|
254869
254788
|
},
|
|
254870
|
-
"
|
|
254789
|
+
"onPress": {
|
|
254871
254790
|
"defaultValue": null,
|
|
254872
254791
|
"description": "",
|
|
254873
|
-
"name": "
|
|
254792
|
+
"name": "onPress",
|
|
254874
254793
|
"parent": {
|
|
254875
254794
|
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254876
|
-
"name": "
|
|
254795
|
+
"name": "ToolBarButtonProps"
|
|
254877
254796
|
},
|
|
254878
254797
|
"declarations": [
|
|
254879
254798
|
{
|
|
254880
254799
|
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254881
|
-
"name": "
|
|
254800
|
+
"name": "ToolBarButtonProps"
|
|
254882
254801
|
}
|
|
254883
254802
|
],
|
|
254884
|
-
"required":
|
|
254803
|
+
"required": false,
|
|
254885
254804
|
"type": {
|
|
254886
|
-
"name": "(
|
|
254805
|
+
"name": "((type: InsertType) => void)"
|
|
254887
254806
|
}
|
|
254888
254807
|
},
|
|
254889
|
-
"
|
|
254808
|
+
"children": {
|
|
254890
254809
|
"defaultValue": null,
|
|
254891
|
-
"description": "",
|
|
254892
|
-
"name": "
|
|
254810
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
254811
|
+
"name": "children",
|
|
254893
254812
|
"parent": {
|
|
254894
|
-
"fileName": "
|
|
254895
|
-
"name": "
|
|
254813
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
254814
|
+
"name": "TableProps"
|
|
254896
254815
|
},
|
|
254897
254816
|
"declarations": [
|
|
254898
254817
|
{
|
|
254899
|
-
"fileName": "
|
|
254900
|
-
"name": "
|
|
254818
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
254819
|
+
"name": "TableProps"
|
|
254901
254820
|
}
|
|
254902
254821
|
],
|
|
254903
|
-
"required":
|
|
254822
|
+
"required": false,
|
|
254904
254823
|
"type": {
|
|
254905
|
-
"name": "
|
|
254824
|
+
"name": "ReactNode"
|
|
254906
254825
|
}
|
|
254907
254826
|
},
|
|
254908
254827
|
"isDisabled": {
|
|
254909
254828
|
"defaultValue": null,
|
|
254910
|
-
"description": "",
|
|
254829
|
+
"description": "Whether the button is disabled.",
|
|
254911
254830
|
"name": "isDisabled",
|
|
254912
254831
|
"parent": {
|
|
254913
|
-
"fileName": "
|
|
254914
|
-
"name": "
|
|
254832
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254833
|
+
"name": "ButtonProps"
|
|
254915
254834
|
},
|
|
254916
254835
|
"declarations": [
|
|
254917
254836
|
{
|
|
254918
|
-
"fileName": "
|
|
254919
|
-
"name": "
|
|
254837
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254838
|
+
"name": "ButtonProps"
|
|
254920
254839
|
}
|
|
254921
254840
|
],
|
|
254922
254841
|
"required": false,
|
|
254923
254842
|
"type": {
|
|
254924
254843
|
"name": "boolean"
|
|
254925
254844
|
}
|
|
254926
|
-
},
|
|
254927
|
-
"type": {
|
|
254928
|
-
"defaultValue": null,
|
|
254929
|
-
"description": "",
|
|
254930
|
-
"name": "type",
|
|
254931
|
-
"parent": {
|
|
254932
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254933
|
-
"name": "Props"
|
|
254934
|
-
},
|
|
254935
|
-
"declarations": [
|
|
254936
|
-
{
|
|
254937
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254938
|
-
"name": "Props"
|
|
254939
|
-
}
|
|
254940
|
-
],
|
|
254941
|
-
"required": true,
|
|
254942
|
-
"type": {
|
|
254943
|
-
"name": "InsertType"
|
|
254944
|
-
}
|
|
254945
|
-
},
|
|
254946
|
-
"onChange": {
|
|
254947
|
-
"defaultValue": null,
|
|
254948
|
-
"description": "",
|
|
254949
|
-
"name": "onChange",
|
|
254950
|
-
"parent": {
|
|
254951
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254952
|
-
"name": "Props"
|
|
254953
|
-
},
|
|
254954
|
-
"declarations": [
|
|
254955
|
-
{
|
|
254956
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254957
|
-
"name": "Props"
|
|
254958
|
-
}
|
|
254959
|
-
],
|
|
254960
|
-
"required": false,
|
|
254961
|
-
"type": {
|
|
254962
|
-
"name": "((markdown: string) => void)"
|
|
254963
|
-
}
|
|
254964
|
-
},
|
|
254965
|
-
"mode": {
|
|
254966
|
-
"defaultValue": null,
|
|
254967
|
-
"description": "",
|
|
254968
|
-
"name": "mode",
|
|
254969
|
-
"parent": {
|
|
254970
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254971
|
-
"name": "Props"
|
|
254972
|
-
},
|
|
254973
|
-
"declarations": [
|
|
254974
|
-
{
|
|
254975
|
-
"fileName": "components/src/components/MarkdownEditor/components/ToolbarButton.tsx",
|
|
254976
|
-
"name": "Props"
|
|
254977
|
-
}
|
|
254978
|
-
],
|
|
254979
|
-
"required": true,
|
|
254980
|
-
"type": {
|
|
254981
|
-
"name": "MarkdownEditorMode"
|
|
254982
|
-
}
|
|
254983
|
-
},
|
|
254984
|
-
"children": {
|
|
254985
|
-
"defaultValue": null,
|
|
254986
|
-
"description": "",
|
|
254987
|
-
"name": "children",
|
|
254988
|
-
"declarations": [
|
|
254989
|
-
{
|
|
254990
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
254991
|
-
"name": "TypeLiteral"
|
|
254992
|
-
}
|
|
254993
|
-
],
|
|
254994
|
-
"required": false,
|
|
254995
|
-
"type": {
|
|
254996
|
-
"name": "ReactNode"
|
|
254997
|
-
}
|
|
254998
254845
|
}
|
|
254999
254846
|
}
|
|
255000
254847
|
},
|
|
@@ -255005,138 +254852,81 @@
|
|
|
255005
254852
|
"displayName": "Toolbar",
|
|
255006
254853
|
"methods": [],
|
|
255007
254854
|
"props": {
|
|
255008
|
-
"
|
|
254855
|
+
"currentMode": {
|
|
255009
254856
|
"defaultValue": null,
|
|
255010
254857
|
"description": "",
|
|
255011
|
-
"name": "
|
|
254858
|
+
"name": "currentMode",
|
|
255012
254859
|
"parent": {
|
|
255013
254860
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255014
|
-
"name": "
|
|
254861
|
+
"name": "ToolbarProps"
|
|
255015
254862
|
},
|
|
255016
254863
|
"declarations": [
|
|
255017
254864
|
{
|
|
255018
254865
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255019
|
-
"name": "
|
|
254866
|
+
"name": "ToolbarProps"
|
|
255020
254867
|
}
|
|
255021
254868
|
],
|
|
255022
254869
|
"required": true,
|
|
255023
254870
|
"type": {
|
|
255024
|
-
"name": "
|
|
255025
|
-
}
|
|
255026
|
-
},
|
|
255027
|
-
"setMarkdown": {
|
|
255028
|
-
"defaultValue": null,
|
|
255029
|
-
"description": "",
|
|
255030
|
-
"name": "setMarkdown",
|
|
255031
|
-
"parent": {
|
|
255032
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255033
|
-
"name": "Props"
|
|
255034
|
-
},
|
|
255035
|
-
"declarations": [
|
|
255036
|
-
{
|
|
255037
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255038
|
-
"name": "Props"
|
|
255039
|
-
}
|
|
255040
|
-
],
|
|
255041
|
-
"required": true,
|
|
255042
|
-
"type": {
|
|
255043
|
-
"name": "(markdown: string) => void"
|
|
254871
|
+
"name": "MarkdownEditorMode"
|
|
255044
254872
|
}
|
|
255045
254873
|
},
|
|
255046
|
-
"
|
|
254874
|
+
"onModeChange": {
|
|
255047
254875
|
"defaultValue": null,
|
|
255048
254876
|
"description": "",
|
|
255049
|
-
"name": "
|
|
254877
|
+
"name": "onModeChange",
|
|
255050
254878
|
"parent": {
|
|
255051
254879
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255052
|
-
"name": "
|
|
254880
|
+
"name": "ToolbarProps"
|
|
255053
254881
|
},
|
|
255054
254882
|
"declarations": [
|
|
255055
254883
|
{
|
|
255056
254884
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255057
|
-
"name": "
|
|
254885
|
+
"name": "ToolbarProps"
|
|
255058
254886
|
}
|
|
255059
254887
|
],
|
|
255060
254888
|
"required": true,
|
|
255061
254889
|
"type": {
|
|
255062
|
-
"name": "
|
|
254890
|
+
"name": "((newMode: MarkdownEditorMode) => void) | undefined"
|
|
255063
254891
|
}
|
|
255064
254892
|
},
|
|
255065
|
-
"
|
|
254893
|
+
"onToolPressed": {
|
|
255066
254894
|
"defaultValue": null,
|
|
255067
254895
|
"description": "",
|
|
255068
|
-
"name": "
|
|
254896
|
+
"name": "onToolPressed",
|
|
255069
254897
|
"parent": {
|
|
255070
254898
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255071
|
-
"name": "
|
|
254899
|
+
"name": "ToolbarProps"
|
|
255072
254900
|
},
|
|
255073
254901
|
"declarations": [
|
|
255074
254902
|
{
|
|
255075
254903
|
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255076
|
-
"name": "
|
|
254904
|
+
"name": "ToolbarProps"
|
|
255077
254905
|
}
|
|
255078
254906
|
],
|
|
255079
254907
|
"required": true,
|
|
255080
254908
|
"type": {
|
|
255081
|
-
"name": "(
|
|
255082
|
-
}
|
|
255083
|
-
},
|
|
255084
|
-
"mode": {
|
|
255085
|
-
"defaultValue": null,
|
|
255086
|
-
"description": "",
|
|
255087
|
-
"name": "mode",
|
|
255088
|
-
"parent": {
|
|
255089
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255090
|
-
"name": "Props"
|
|
255091
|
-
},
|
|
255092
|
-
"declarations": [
|
|
255093
|
-
{
|
|
255094
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255095
|
-
"name": "Props"
|
|
255096
|
-
}
|
|
255097
|
-
],
|
|
255098
|
-
"required": true,
|
|
255099
|
-
"type": {
|
|
255100
|
-
"name": "MarkdownEditorMode"
|
|
254909
|
+
"name": "((type: InsertType) => void) | undefined"
|
|
255101
254910
|
}
|
|
255102
254911
|
},
|
|
255103
254912
|
"isDisabled": {
|
|
255104
254913
|
"defaultValue": null,
|
|
255105
|
-
"description": "",
|
|
254914
|
+
"description": "Whether the button is disabled.",
|
|
255106
254915
|
"name": "isDisabled",
|
|
255107
254916
|
"parent": {
|
|
255108
|
-
"fileName": "
|
|
255109
|
-
"name": "
|
|
254917
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254918
|
+
"name": "ButtonProps"
|
|
255110
254919
|
},
|
|
255111
254920
|
"declarations": [
|
|
255112
254921
|
{
|
|
255113
|
-
"fileName": "
|
|
255114
|
-
"name": "
|
|
254922
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254923
|
+
"name": "ButtonProps"
|
|
255115
254924
|
}
|
|
255116
254925
|
],
|
|
255117
254926
|
"required": false,
|
|
255118
254927
|
"type": {
|
|
255119
254928
|
"name": "boolean"
|
|
255120
254929
|
}
|
|
255121
|
-
},
|
|
255122
|
-
"onChange": {
|
|
255123
|
-
"defaultValue": null,
|
|
255124
|
-
"description": "",
|
|
255125
|
-
"name": "onChange",
|
|
255126
|
-
"parent": {
|
|
255127
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255128
|
-
"name": "Props"
|
|
255129
|
-
},
|
|
255130
|
-
"declarations": [
|
|
255131
|
-
{
|
|
255132
|
-
"fileName": "components/src/components/MarkdownEditor/components/Toolbar.tsx",
|
|
255133
|
-
"name": "Props"
|
|
255134
|
-
}
|
|
255135
|
-
],
|
|
255136
|
-
"required": false,
|
|
255137
|
-
"type": {
|
|
255138
|
-
"name": "((markdown: string) => void)"
|
|
255139
|
-
}
|
|
255140
254930
|
}
|
|
255141
254931
|
}
|
|
255142
254932
|
},
|
|
@@ -255147,18 +254937,18 @@
|
|
|
255147
254937
|
"displayName": "ModeButton",
|
|
255148
254938
|
"methods": [],
|
|
255149
254939
|
"props": {
|
|
255150
|
-
"
|
|
254940
|
+
"currentMode": {
|
|
255151
254941
|
"defaultValue": null,
|
|
255152
254942
|
"description": "",
|
|
255153
|
-
"name": "
|
|
254943
|
+
"name": "currentMode",
|
|
255154
254944
|
"parent": {
|
|
255155
254945
|
"fileName": "components/src/components/MarkdownEditor/components/ModeButton.tsx",
|
|
255156
|
-
"name": "
|
|
254946
|
+
"name": "ModeButtonProps"
|
|
255157
254947
|
},
|
|
255158
254948
|
"declarations": [
|
|
255159
254949
|
{
|
|
255160
254950
|
"fileName": "components/src/components/MarkdownEditor/components/ModeButton.tsx",
|
|
255161
|
-
"name": "
|
|
254951
|
+
"name": "ModeButtonProps"
|
|
255162
254952
|
}
|
|
255163
254953
|
],
|
|
255164
254954
|
"required": true,
|
|
@@ -255166,37 +254956,37 @@
|
|
|
255166
254956
|
"name": "MarkdownEditorMode"
|
|
255167
254957
|
}
|
|
255168
254958
|
},
|
|
255169
|
-
"
|
|
254959
|
+
"onChange": {
|
|
255170
254960
|
"defaultValue": null,
|
|
255171
254961
|
"description": "",
|
|
255172
|
-
"name": "
|
|
254962
|
+
"name": "onChange",
|
|
255173
254963
|
"parent": {
|
|
255174
254964
|
"fileName": "components/src/components/MarkdownEditor/components/ModeButton.tsx",
|
|
255175
|
-
"name": "
|
|
254965
|
+
"name": "ModeButtonProps"
|
|
255176
254966
|
},
|
|
255177
254967
|
"declarations": [
|
|
255178
254968
|
{
|
|
255179
254969
|
"fileName": "components/src/components/MarkdownEditor/components/ModeButton.tsx",
|
|
255180
|
-
"name": "
|
|
254970
|
+
"name": "ModeButtonProps"
|
|
255181
254971
|
}
|
|
255182
254972
|
],
|
|
255183
|
-
"required":
|
|
254973
|
+
"required": false,
|
|
255184
254974
|
"type": {
|
|
255185
|
-
"name": "(
|
|
254975
|
+
"name": "((newMode: MarkdownEditorMode) => void)"
|
|
255186
254976
|
}
|
|
255187
254977
|
},
|
|
255188
254978
|
"isDisabled": {
|
|
255189
254979
|
"defaultValue": null,
|
|
255190
|
-
"description": "",
|
|
254980
|
+
"description": "Whether the button is disabled.",
|
|
255191
254981
|
"name": "isDisabled",
|
|
255192
254982
|
"parent": {
|
|
255193
|
-
"fileName": "
|
|
255194
|
-
"name": "
|
|
254983
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254984
|
+
"name": "ButtonProps"
|
|
255195
254985
|
},
|
|
255196
254986
|
"declarations": [
|
|
255197
254987
|
{
|
|
255198
|
-
"fileName": "
|
|
255199
|
-
"name": "
|
|
254988
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.13.0_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
|
|
254989
|
+
"name": "ButtonProps"
|
|
255200
254990
|
}
|
|
255201
254991
|
],
|
|
255202
254992
|
"required": false,
|
|
@@ -260589,7 +260379,7 @@
|
|
|
260589
260379
|
],
|
|
260590
260380
|
"required": true,
|
|
260591
260381
|
"type": {
|
|
260592
|
-
"name": "
|
|
260382
|
+
"name": "FormOnSubmitHandler<F>"
|
|
260593
260383
|
}
|
|
260594
260384
|
},
|
|
260595
260385
|
"formComponent": {
|
|
@@ -266813,77 +266603,6 @@
|
|
|
266813
266603
|
}
|
|
266814
266604
|
}
|
|
266815
266605
|
},
|
|
266816
|
-
{
|
|
266817
|
-
"tags": {},
|
|
266818
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
266819
|
-
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
|
|
266820
|
-
"displayName": "AfterFormSubmitEffect",
|
|
266821
|
-
"methods": [],
|
|
266822
|
-
"props": {
|
|
266823
|
-
"submitHandlerResultRef": {
|
|
266824
|
-
"defaultValue": null,
|
|
266825
|
-
"description": "",
|
|
266826
|
-
"name": "submitHandlerResultRef",
|
|
266827
|
-
"parent": {
|
|
266828
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
266829
|
-
"name": "Props"
|
|
266830
|
-
},
|
|
266831
|
-
"declarations": [
|
|
266832
|
-
{
|
|
266833
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
266834
|
-
"name": "Props"
|
|
266835
|
-
}
|
|
266836
|
-
],
|
|
266837
|
-
"required": true,
|
|
266838
|
-
"type": {
|
|
266839
|
-
"name": "RefObject<unknown>"
|
|
266840
|
-
}
|
|
266841
|
-
}
|
|
266842
|
-
}
|
|
266843
|
-
},
|
|
266844
|
-
{
|
|
266845
|
-
"tags": {},
|
|
266846
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
266847
|
-
"description": "",
|
|
266848
|
-
"displayName": "SubmitButtonStateProvider",
|
|
266849
|
-
"methods": [],
|
|
266850
|
-
"props": {
|
|
266851
|
-
"isAsyncSubmit": {
|
|
266852
|
-
"defaultValue": null,
|
|
266853
|
-
"description": "",
|
|
266854
|
-
"name": "isAsyncSubmit",
|
|
266855
|
-
"parent": {
|
|
266856
|
-
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
266857
|
-
"name": "Props"
|
|
266858
|
-
},
|
|
266859
|
-
"declarations": [
|
|
266860
|
-
{
|
|
266861
|
-
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
266862
|
-
"name": "Props"
|
|
266863
|
-
}
|
|
266864
|
-
],
|
|
266865
|
-
"required": true,
|
|
266866
|
-
"type": {
|
|
266867
|
-
"name": "RefObject<boolean>"
|
|
266868
|
-
}
|
|
266869
|
-
},
|
|
266870
|
-
"children": {
|
|
266871
|
-
"defaultValue": null,
|
|
266872
|
-
"description": "",
|
|
266873
|
-
"name": "children",
|
|
266874
|
-
"declarations": [
|
|
266875
|
-
{
|
|
266876
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
266877
|
-
"name": "TypeLiteral"
|
|
266878
|
-
}
|
|
266879
|
-
],
|
|
266880
|
-
"required": false,
|
|
266881
|
-
"type": {
|
|
266882
|
-
"name": "ReactNode"
|
|
266883
|
-
}
|
|
266884
|
-
}
|
|
266885
|
-
}
|
|
266886
|
-
},
|
|
266887
266606
|
{
|
|
266888
266607
|
"tags": {},
|
|
266889
266608
|
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
@@ -298144,14 +297863,6 @@
|
|
|
298144
297863
|
"methods": [],
|
|
298145
297864
|
"props": {}
|
|
298146
297865
|
},
|
|
298147
|
-
{
|
|
298148
|
-
"tags": {},
|
|
298149
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
298150
|
-
"description": "",
|
|
298151
|
-
"displayName": "Table",
|
|
298152
|
-
"methods": [],
|
|
298153
|
-
"props": {}
|
|
298154
|
-
},
|
|
298155
297866
|
{
|
|
298156
297867
|
"tags": {
|
|
298157
297868
|
"flr-generate": "all"
|
|
@@ -298400,6 +298111,14 @@
|
|
|
298400
298111
|
"methods": [],
|
|
298401
298112
|
"props": {}
|
|
298402
298113
|
},
|
|
298114
|
+
{
|
|
298115
|
+
"tags": {},
|
|
298116
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
298117
|
+
"description": "",
|
|
298118
|
+
"displayName": "Table",
|
|
298119
|
+
"methods": [],
|
|
298120
|
+
"props": {}
|
|
298121
|
+
},
|
|
298403
298122
|
{
|
|
298404
298123
|
"tags": {},
|
|
298405
298124
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -303094,9 +302813,9 @@
|
|
|
303094
302813
|
"tags": {
|
|
303095
302814
|
"flr-generate": "all"
|
|
303096
302815
|
},
|
|
303097
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
302816
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
303098
302817
|
"description": "",
|
|
303099
|
-
"displayName": "
|
|
302818
|
+
"displayName": "XAxis",
|
|
303100
302819
|
"methods": [],
|
|
303101
302820
|
"props": {
|
|
303102
302821
|
"className": {
|
|
@@ -303232,230 +302951,10 @@
|
|
|
303232
302951
|
"name": "boolean"
|
|
303233
302952
|
}
|
|
303234
302953
|
},
|
|
303235
|
-
"
|
|
303236
|
-
"defaultValue": null,
|
|
303237
|
-
"description": "",
|
|
303238
|
-
"name": "interval",
|
|
303239
|
-
"parent": {
|
|
303240
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303241
|
-
"name": "YAxisProps"
|
|
303242
|
-
},
|
|
303243
|
-
"declarations": [
|
|
303244
|
-
{
|
|
303245
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303246
|
-
"name": "YAxisProps"
|
|
303247
|
-
}
|
|
303248
|
-
],
|
|
303249
|
-
"required": false,
|
|
303250
|
-
"type": {
|
|
303251
|
-
"name": "AxisInterval"
|
|
303252
|
-
}
|
|
303253
|
-
},
|
|
303254
|
-
"minTickGap": {
|
|
303255
|
-
"defaultValue": null,
|
|
303256
|
-
"description": "",
|
|
303257
|
-
"name": "minTickGap",
|
|
303258
|
-
"parent": {
|
|
303259
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303260
|
-
"name": "YAxisProps"
|
|
303261
|
-
},
|
|
303262
|
-
"declarations": [
|
|
303263
|
-
{
|
|
303264
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303265
|
-
"name": "YAxisProps"
|
|
303266
|
-
}
|
|
303267
|
-
],
|
|
303268
|
-
"required": false,
|
|
303269
|
-
"type": {
|
|
303270
|
-
"name": "number"
|
|
303271
|
-
}
|
|
303272
|
-
},
|
|
303273
|
-
"domain": {
|
|
303274
|
-
"defaultValue": null,
|
|
303275
|
-
"description": "The domain of scale in this axis",
|
|
303276
|
-
"name": "domain",
|
|
303277
|
-
"parent": {
|
|
303278
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303279
|
-
"name": "BaseAxisProps"
|
|
303280
|
-
},
|
|
303281
|
-
"declarations": [
|
|
303282
|
-
{
|
|
303283
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303284
|
-
"name": "BaseAxisProps"
|
|
303285
|
-
}
|
|
303286
|
-
],
|
|
303287
|
-
"required": false,
|
|
303288
|
-
"type": {
|
|
303289
|
-
"name": "AxisDomain"
|
|
303290
|
-
}
|
|
303291
|
-
},
|
|
303292
|
-
"unit": {
|
|
303293
|
-
"defaultValue": null,
|
|
303294
|
-
"description": "The unit of data displayed in the axis",
|
|
303295
|
-
"name": "unit",
|
|
303296
|
-
"parent": {
|
|
303297
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303298
|
-
"name": "BaseAxisProps"
|
|
303299
|
-
},
|
|
303300
|
-
"declarations": [
|
|
303301
|
-
{
|
|
303302
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303303
|
-
"name": "BaseAxisProps"
|
|
303304
|
-
}
|
|
303305
|
-
],
|
|
303306
|
-
"required": false,
|
|
303307
|
-
"type": {
|
|
303308
|
-
"name": "string"
|
|
303309
|
-
}
|
|
303310
|
-
},
|
|
303311
|
-
"tickFormatter": {
|
|
303312
|
-
"defaultValue": null,
|
|
303313
|
-
"description": "The formatter function of tick",
|
|
303314
|
-
"name": "tickFormatter",
|
|
303315
|
-
"parent": {
|
|
303316
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303317
|
-
"name": "BaseAxisProps"
|
|
303318
|
-
},
|
|
303319
|
-
"declarations": [
|
|
303320
|
-
{
|
|
303321
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303322
|
-
"name": "BaseAxisProps"
|
|
303323
|
-
}
|
|
303324
|
-
],
|
|
303325
|
-
"required": false,
|
|
303326
|
-
"type": {
|
|
303327
|
-
"name": "((value: any, index: number) => string)"
|
|
303328
|
-
}
|
|
303329
|
-
}
|
|
303330
|
-
}
|
|
303331
|
-
},
|
|
303332
|
-
{
|
|
303333
|
-
"tags": {
|
|
303334
|
-
"flr-generate": "all"
|
|
303335
|
-
},
|
|
303336
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
303337
|
-
"description": "",
|
|
303338
|
-
"displayName": "XAxis",
|
|
303339
|
-
"methods": [],
|
|
303340
|
-
"props": {
|
|
303341
|
-
"className": {
|
|
303342
|
-
"defaultValue": null,
|
|
303343
|
-
"description": "",
|
|
303344
|
-
"name": "className",
|
|
303345
|
-
"parent": {
|
|
303346
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303347
|
-
"name": "HTMLAttributes"
|
|
303348
|
-
},
|
|
303349
|
-
"declarations": [
|
|
303350
|
-
{
|
|
303351
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303352
|
-
"name": "HTMLAttributes"
|
|
303353
|
-
}
|
|
303354
|
-
],
|
|
303355
|
-
"required": false,
|
|
303356
|
-
"type": {
|
|
303357
|
-
"name": "string"
|
|
303358
|
-
}
|
|
303359
|
-
},
|
|
303360
|
-
"type": {
|
|
303361
|
-
"defaultValue": null,
|
|
303362
|
-
"description": "",
|
|
303363
|
-
"name": "type",
|
|
303364
|
-
"parent": {
|
|
303365
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303366
|
-
"name": "SVGAttributes"
|
|
303367
|
-
},
|
|
303368
|
-
"declarations": [
|
|
303369
|
-
{
|
|
303370
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303371
|
-
"name": "SVGAttributes"
|
|
303372
|
-
}
|
|
303373
|
-
],
|
|
303374
|
-
"required": false,
|
|
303375
|
-
"type": {
|
|
303376
|
-
"name": "string"
|
|
303377
|
-
}
|
|
303378
|
-
},
|
|
303379
|
-
"hide": {
|
|
303380
|
-
"defaultValue": null,
|
|
303381
|
-
"description": "Whether display the axis",
|
|
303382
|
-
"name": "hide",
|
|
303383
|
-
"parent": {
|
|
303384
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303385
|
-
"name": "BaseAxisProps"
|
|
303386
|
-
},
|
|
303387
|
-
"declarations": [
|
|
303388
|
-
{
|
|
303389
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303390
|
-
"name": "BaseAxisProps"
|
|
303391
|
-
}
|
|
303392
|
-
],
|
|
303393
|
-
"required": false,
|
|
303394
|
-
"type": {
|
|
303395
|
-
"name": "boolean"
|
|
303396
|
-
}
|
|
303397
|
-
},
|
|
303398
|
-
"orientation": {
|
|
303399
|
-
"defaultValue": null,
|
|
303400
|
-
"description": "",
|
|
303401
|
-
"name": "orientation",
|
|
303402
|
-
"parent": {
|
|
303403
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303404
|
-
"name": "SVGAttributes"
|
|
303405
|
-
},
|
|
303406
|
-
"declarations": [
|
|
303407
|
-
{
|
|
303408
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303409
|
-
"name": "SVGAttributes"
|
|
303410
|
-
}
|
|
303411
|
-
],
|
|
303412
|
-
"required": false,
|
|
303413
|
-
"type": {
|
|
303414
|
-
"name": "string | number"
|
|
303415
|
-
}
|
|
303416
|
-
},
|
|
303417
|
-
"scale": {
|
|
303418
|
-
"defaultValue": null,
|
|
303419
|
-
"description": "The scale type as a string, or scale function",
|
|
303420
|
-
"name": "scale",
|
|
303421
|
-
"parent": {
|
|
303422
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303423
|
-
"name": "BaseAxisProps"
|
|
303424
|
-
},
|
|
303425
|
-
"declarations": [
|
|
303426
|
-
{
|
|
303427
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303428
|
-
"name": "BaseAxisProps"
|
|
303429
|
-
}
|
|
303430
|
-
],
|
|
303431
|
-
"required": false,
|
|
303432
|
-
"type": {
|
|
303433
|
-
"name": "ScaleType | RechartsScale"
|
|
303434
|
-
}
|
|
303435
|
-
},
|
|
303436
|
-
"dataKey": {
|
|
303437
|
-
"defaultValue": null,
|
|
303438
|
-
"description": "The key of data displayed in the axis",
|
|
303439
|
-
"name": "dataKey",
|
|
303440
|
-
"parent": {
|
|
303441
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303442
|
-
"name": "BaseAxisProps"
|
|
303443
|
-
},
|
|
303444
|
-
"declarations": [
|
|
303445
|
-
{
|
|
303446
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303447
|
-
"name": "BaseAxisProps"
|
|
303448
|
-
}
|
|
303449
|
-
],
|
|
303450
|
-
"required": false,
|
|
303451
|
-
"type": {
|
|
303452
|
-
"name": "DataKey<any>"
|
|
303453
|
-
}
|
|
303454
|
-
},
|
|
303455
|
-
"allowDecimals": {
|
|
302954
|
+
"allowDataOverflow": {
|
|
303456
302955
|
"defaultValue": null,
|
|
303457
|
-
"description": "
|
|
303458
|
-
"name": "
|
|
302956
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
302957
|
+
"name": "allowDataOverflow",
|
|
303459
302958
|
"parent": {
|
|
303460
302959
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303461
302960
|
"name": "BaseAxisProps"
|
|
@@ -303565,25 +303064,6 @@
|
|
|
303565
303064
|
"type": {
|
|
303566
303065
|
"name": "((value: any, index: number) => string)"
|
|
303567
303066
|
}
|
|
303568
|
-
},
|
|
303569
|
-
"allowDataOverflow": {
|
|
303570
|
-
"defaultValue": null,
|
|
303571
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
303572
|
-
"name": "allowDataOverflow",
|
|
303573
|
-
"parent": {
|
|
303574
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303575
|
-
"name": "BaseAxisProps"
|
|
303576
|
-
},
|
|
303577
|
-
"declarations": [
|
|
303578
|
-
{
|
|
303579
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303580
|
-
"name": "BaseAxisProps"
|
|
303581
|
-
}
|
|
303582
|
-
],
|
|
303583
|
-
"required": false,
|
|
303584
|
-
"type": {
|
|
303585
|
-
"name": "boolean"
|
|
303586
|
-
}
|
|
303587
303067
|
}
|
|
303588
303068
|
}
|
|
303589
303069
|
},
|
|
@@ -322428,6 +321908,245 @@
|
|
|
322428
321908
|
}
|
|
322429
321909
|
}
|
|
322430
321910
|
},
|
|
321911
|
+
{
|
|
321912
|
+
"tags": {
|
|
321913
|
+
"flr-generate": "all"
|
|
321914
|
+
},
|
|
321915
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
321916
|
+
"description": "",
|
|
321917
|
+
"displayName": "YAxis",
|
|
321918
|
+
"methods": [],
|
|
321919
|
+
"props": {
|
|
321920
|
+
"className": {
|
|
321921
|
+
"defaultValue": null,
|
|
321922
|
+
"description": "",
|
|
321923
|
+
"name": "className",
|
|
321924
|
+
"parent": {
|
|
321925
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321926
|
+
"name": "HTMLAttributes"
|
|
321927
|
+
},
|
|
321928
|
+
"declarations": [
|
|
321929
|
+
{
|
|
321930
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321931
|
+
"name": "HTMLAttributes"
|
|
321932
|
+
}
|
|
321933
|
+
],
|
|
321934
|
+
"required": false,
|
|
321935
|
+
"type": {
|
|
321936
|
+
"name": "string"
|
|
321937
|
+
}
|
|
321938
|
+
},
|
|
321939
|
+
"type": {
|
|
321940
|
+
"defaultValue": null,
|
|
321941
|
+
"description": "",
|
|
321942
|
+
"name": "type",
|
|
321943
|
+
"parent": {
|
|
321944
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321945
|
+
"name": "SVGAttributes"
|
|
321946
|
+
},
|
|
321947
|
+
"declarations": [
|
|
321948
|
+
{
|
|
321949
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321950
|
+
"name": "SVGAttributes"
|
|
321951
|
+
}
|
|
321952
|
+
],
|
|
321953
|
+
"required": false,
|
|
321954
|
+
"type": {
|
|
321955
|
+
"name": "string"
|
|
321956
|
+
}
|
|
321957
|
+
},
|
|
321958
|
+
"hide": {
|
|
321959
|
+
"defaultValue": null,
|
|
321960
|
+
"description": "Whether display the axis",
|
|
321961
|
+
"name": "hide",
|
|
321962
|
+
"parent": {
|
|
321963
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321964
|
+
"name": "BaseAxisProps"
|
|
321965
|
+
},
|
|
321966
|
+
"declarations": [
|
|
321967
|
+
{
|
|
321968
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321969
|
+
"name": "BaseAxisProps"
|
|
321970
|
+
}
|
|
321971
|
+
],
|
|
321972
|
+
"required": false,
|
|
321973
|
+
"type": {
|
|
321974
|
+
"name": "boolean"
|
|
321975
|
+
}
|
|
321976
|
+
},
|
|
321977
|
+
"orientation": {
|
|
321978
|
+
"defaultValue": null,
|
|
321979
|
+
"description": "",
|
|
321980
|
+
"name": "orientation",
|
|
321981
|
+
"parent": {
|
|
321982
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321983
|
+
"name": "SVGAttributes"
|
|
321984
|
+
},
|
|
321985
|
+
"declarations": [
|
|
321986
|
+
{
|
|
321987
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321988
|
+
"name": "SVGAttributes"
|
|
321989
|
+
}
|
|
321990
|
+
],
|
|
321991
|
+
"required": false,
|
|
321992
|
+
"type": {
|
|
321993
|
+
"name": "string | number"
|
|
321994
|
+
}
|
|
321995
|
+
},
|
|
321996
|
+
"scale": {
|
|
321997
|
+
"defaultValue": null,
|
|
321998
|
+
"description": "The scale type as a string, or scale function",
|
|
321999
|
+
"name": "scale",
|
|
322000
|
+
"parent": {
|
|
322001
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322002
|
+
"name": "BaseAxisProps"
|
|
322003
|
+
},
|
|
322004
|
+
"declarations": [
|
|
322005
|
+
{
|
|
322006
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322007
|
+
"name": "BaseAxisProps"
|
|
322008
|
+
}
|
|
322009
|
+
],
|
|
322010
|
+
"required": false,
|
|
322011
|
+
"type": {
|
|
322012
|
+
"name": "ScaleType | RechartsScale"
|
|
322013
|
+
}
|
|
322014
|
+
},
|
|
322015
|
+
"dataKey": {
|
|
322016
|
+
"defaultValue": null,
|
|
322017
|
+
"description": "The key of data displayed in the axis",
|
|
322018
|
+
"name": "dataKey",
|
|
322019
|
+
"parent": {
|
|
322020
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322021
|
+
"name": "BaseAxisProps"
|
|
322022
|
+
},
|
|
322023
|
+
"declarations": [
|
|
322024
|
+
{
|
|
322025
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322026
|
+
"name": "BaseAxisProps"
|
|
322027
|
+
}
|
|
322028
|
+
],
|
|
322029
|
+
"required": false,
|
|
322030
|
+
"type": {
|
|
322031
|
+
"name": "DataKey<any>"
|
|
322032
|
+
}
|
|
322033
|
+
},
|
|
322034
|
+
"allowDecimals": {
|
|
322035
|
+
"defaultValue": null,
|
|
322036
|
+
"description": "Allow the ticks of axis to be decimals or not.",
|
|
322037
|
+
"name": "allowDecimals",
|
|
322038
|
+
"parent": {
|
|
322039
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322040
|
+
"name": "BaseAxisProps"
|
|
322041
|
+
},
|
|
322042
|
+
"declarations": [
|
|
322043
|
+
{
|
|
322044
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322045
|
+
"name": "BaseAxisProps"
|
|
322046
|
+
}
|
|
322047
|
+
],
|
|
322048
|
+
"required": false,
|
|
322049
|
+
"type": {
|
|
322050
|
+
"name": "boolean"
|
|
322051
|
+
}
|
|
322052
|
+
},
|
|
322053
|
+
"interval": {
|
|
322054
|
+
"defaultValue": null,
|
|
322055
|
+
"description": "",
|
|
322056
|
+
"name": "interval",
|
|
322057
|
+
"parent": {
|
|
322058
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
322059
|
+
"name": "YAxisProps"
|
|
322060
|
+
},
|
|
322061
|
+
"declarations": [
|
|
322062
|
+
{
|
|
322063
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
322064
|
+
"name": "YAxisProps"
|
|
322065
|
+
}
|
|
322066
|
+
],
|
|
322067
|
+
"required": false,
|
|
322068
|
+
"type": {
|
|
322069
|
+
"name": "AxisInterval"
|
|
322070
|
+
}
|
|
322071
|
+
},
|
|
322072
|
+
"minTickGap": {
|
|
322073
|
+
"defaultValue": null,
|
|
322074
|
+
"description": "",
|
|
322075
|
+
"name": "minTickGap",
|
|
322076
|
+
"parent": {
|
|
322077
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
322078
|
+
"name": "YAxisProps"
|
|
322079
|
+
},
|
|
322080
|
+
"declarations": [
|
|
322081
|
+
{
|
|
322082
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
322083
|
+
"name": "YAxisProps"
|
|
322084
|
+
}
|
|
322085
|
+
],
|
|
322086
|
+
"required": false,
|
|
322087
|
+
"type": {
|
|
322088
|
+
"name": "number"
|
|
322089
|
+
}
|
|
322090
|
+
},
|
|
322091
|
+
"domain": {
|
|
322092
|
+
"defaultValue": null,
|
|
322093
|
+
"description": "The domain of scale in this axis",
|
|
322094
|
+
"name": "domain",
|
|
322095
|
+
"parent": {
|
|
322096
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322097
|
+
"name": "BaseAxisProps"
|
|
322098
|
+
},
|
|
322099
|
+
"declarations": [
|
|
322100
|
+
{
|
|
322101
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322102
|
+
"name": "BaseAxisProps"
|
|
322103
|
+
}
|
|
322104
|
+
],
|
|
322105
|
+
"required": false,
|
|
322106
|
+
"type": {
|
|
322107
|
+
"name": "AxisDomain"
|
|
322108
|
+
}
|
|
322109
|
+
},
|
|
322110
|
+
"unit": {
|
|
322111
|
+
"defaultValue": null,
|
|
322112
|
+
"description": "The unit of data displayed in the axis",
|
|
322113
|
+
"name": "unit",
|
|
322114
|
+
"parent": {
|
|
322115
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322116
|
+
"name": "BaseAxisProps"
|
|
322117
|
+
},
|
|
322118
|
+
"declarations": [
|
|
322119
|
+
{
|
|
322120
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322121
|
+
"name": "BaseAxisProps"
|
|
322122
|
+
}
|
|
322123
|
+
],
|
|
322124
|
+
"required": false,
|
|
322125
|
+
"type": {
|
|
322126
|
+
"name": "string"
|
|
322127
|
+
}
|
|
322128
|
+
},
|
|
322129
|
+
"tickFormatter": {
|
|
322130
|
+
"defaultValue": null,
|
|
322131
|
+
"description": "The formatter function of tick",
|
|
322132
|
+
"name": "tickFormatter",
|
|
322133
|
+
"parent": {
|
|
322134
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322135
|
+
"name": "BaseAxisProps"
|
|
322136
|
+
},
|
|
322137
|
+
"declarations": [
|
|
322138
|
+
{
|
|
322139
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
322140
|
+
"name": "BaseAxisProps"
|
|
322141
|
+
}
|
|
322142
|
+
],
|
|
322143
|
+
"required": false,
|
|
322144
|
+
"type": {
|
|
322145
|
+
"name": "((value: any, index: number) => string)"
|
|
322146
|
+
}
|
|
322147
|
+
}
|
|
322148
|
+
}
|
|
322149
|
+
},
|
|
322431
322150
|
{
|
|
322432
322151
|
"tags": {},
|
|
322433
322152
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|