@mittwald/flow-react-components 0.2.0-alpha.713 → 0.2.0-alpha.715
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 +783 -603
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@df7be47291f95407e99e7159090958cc.mjs +10 -0
- package/dist/js/_virtual/_.locale.json@df7be47291f95407e99e7159090958cc.mjs.map +1 -0
- package/dist/js/components/src/components/Kbd/Kbd.mjs +51 -0
- package/dist/js/components/src/components/Kbd/Kbd.mjs.map +1 -0
- package/dist/js/components/src/components/Kbd/Kbd.module.scss.mjs +15 -0
- package/dist/js/components/src/components/Kbd/Kbd.module.scss.mjs.map +1 -0
- package/dist/js/components/src/components/MenuItem/MenuItem.module.scss.mjs +4 -2
- package/dist/js/components/src/components/MenuItem/MenuItem.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +3 -0
- package/dist/js/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs.map +1 -1
- package/dist/js/components/src/components/SearchField/SearchField.mjs +36 -24
- package/dist/js/components/src/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/components/src/components/SearchField/SearchField.module.scss.mjs +3 -1
- package/dist/js/components/src/components/SearchField/SearchField.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/Text/Text.mjs +2 -1
- package/dist/js/components/src/components/Text/Text.mjs.map +1 -1
- package/dist/js/components/src/components/propTypes/index.mjs +1 -0
- package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +1 -1
- 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/FormSettingsProvider/FormSettingsProvider.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 +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Kbd/Kbd.d.ts +14 -0
- package/dist/types/components/Kbd/Kbd.d.ts.map +1 -0
- package/dist/types/components/Kbd/index.d.ts +2 -0
- package/dist/types/components/Kbd/index.d.ts.map +1 -0
- package/dist/types/components/Kbd/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Kbd/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/Kbd/view.d.ts +8 -0
- package/dist/types/components/Kbd/view.d.ts.map +1 -0
- package/dist/types/components/MenuItem/components/MenuItemContent/MenuItemContent.d.ts.map +1 -1
- package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
- package/dist/types/components/SearchField/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/SearchField/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +2 -0
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.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/FormSettingsProvider/FormSettingsProvider.d.ts +5 -2
- package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/index.d.ts +1 -1
- package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
- package/dist/types/views/KbdView.d.ts +5 -0
- package/dist/types/views/KbdView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -56038,6 +56038,220 @@
|
|
|
56038
56038
|
}
|
|
56039
56039
|
}
|
|
56040
56040
|
},
|
|
56041
|
+
{
|
|
56042
|
+
"tags": {},
|
|
56043
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56044
|
+
"description": "",
|
|
56045
|
+
"displayName": "Overlay",
|
|
56046
|
+
"methods": [],
|
|
56047
|
+
"props": {
|
|
56048
|
+
"ref": {
|
|
56049
|
+
"defaultValue": null,
|
|
56050
|
+
"description": "",
|
|
56051
|
+
"name": "ref",
|
|
56052
|
+
"parent": {
|
|
56053
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56054
|
+
"name": "OverlayProps"
|
|
56055
|
+
},
|
|
56056
|
+
"declarations": [
|
|
56057
|
+
{
|
|
56058
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56059
|
+
"name": "OverlayProps"
|
|
56060
|
+
}
|
|
56061
|
+
],
|
|
56062
|
+
"required": false,
|
|
56063
|
+
"type": {
|
|
56064
|
+
"name": "Ref<HTMLDivElement>"
|
|
56065
|
+
}
|
|
56066
|
+
},
|
|
56067
|
+
"controller": {
|
|
56068
|
+
"defaultValue": null,
|
|
56069
|
+
"description": "The controller to control the overlay state.",
|
|
56070
|
+
"name": "controller",
|
|
56071
|
+
"parent": {
|
|
56072
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56073
|
+
"name": "OverlayProps"
|
|
56074
|
+
},
|
|
56075
|
+
"declarations": [
|
|
56076
|
+
{
|
|
56077
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56078
|
+
"name": "OverlayProps"
|
|
56079
|
+
}
|
|
56080
|
+
],
|
|
56081
|
+
"required": false,
|
|
56082
|
+
"type": {
|
|
56083
|
+
"name": "OverlayController"
|
|
56084
|
+
}
|
|
56085
|
+
},
|
|
56086
|
+
"isDismissable": {
|
|
56087
|
+
"defaultValue": null,
|
|
56088
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56089
|
+
"name": "isDismissable",
|
|
56090
|
+
"parent": {
|
|
56091
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56092
|
+
"name": "OverlayProps"
|
|
56093
|
+
},
|
|
56094
|
+
"declarations": [
|
|
56095
|
+
{
|
|
56096
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56097
|
+
"name": "OverlayProps"
|
|
56098
|
+
}
|
|
56099
|
+
],
|
|
56100
|
+
"required": false,
|
|
56101
|
+
"type": {
|
|
56102
|
+
"name": "boolean"
|
|
56103
|
+
}
|
|
56104
|
+
},
|
|
56105
|
+
"overlayType": {
|
|
56106
|
+
"defaultValue": null,
|
|
56107
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
56108
|
+
"name": "overlayType",
|
|
56109
|
+
"parent": {
|
|
56110
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56111
|
+
"name": "OverlayProps"
|
|
56112
|
+
},
|
|
56113
|
+
"declarations": [
|
|
56114
|
+
{
|
|
56115
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56116
|
+
"name": "OverlayProps"
|
|
56117
|
+
}
|
|
56118
|
+
],
|
|
56119
|
+
"required": false,
|
|
56120
|
+
"type": {
|
|
56121
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
56122
|
+
}
|
|
56123
|
+
},
|
|
56124
|
+
"isOpen": {
|
|
56125
|
+
"defaultValue": null,
|
|
56126
|
+
"description": "",
|
|
56127
|
+
"name": "isOpen",
|
|
56128
|
+
"parent": {
|
|
56129
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56130
|
+
"name": "OverlayProps"
|
|
56131
|
+
},
|
|
56132
|
+
"declarations": [
|
|
56133
|
+
{
|
|
56134
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56135
|
+
"name": "OverlayProps"
|
|
56136
|
+
}
|
|
56137
|
+
],
|
|
56138
|
+
"required": false,
|
|
56139
|
+
"type": {
|
|
56140
|
+
"name": "boolean"
|
|
56141
|
+
}
|
|
56142
|
+
},
|
|
56143
|
+
"isDefaultOpen": {
|
|
56144
|
+
"defaultValue": null,
|
|
56145
|
+
"description": "",
|
|
56146
|
+
"name": "isDefaultOpen",
|
|
56147
|
+
"parent": {
|
|
56148
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56149
|
+
"name": "OverlayProps"
|
|
56150
|
+
},
|
|
56151
|
+
"declarations": [
|
|
56152
|
+
{
|
|
56153
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56154
|
+
"name": "OverlayProps"
|
|
56155
|
+
}
|
|
56156
|
+
],
|
|
56157
|
+
"required": false,
|
|
56158
|
+
"type": {
|
|
56159
|
+
"name": "boolean"
|
|
56160
|
+
}
|
|
56161
|
+
},
|
|
56162
|
+
"onOpen": {
|
|
56163
|
+
"defaultValue": null,
|
|
56164
|
+
"description": "",
|
|
56165
|
+
"name": "onOpen",
|
|
56166
|
+
"parent": {
|
|
56167
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56168
|
+
"name": "OverlayProps"
|
|
56169
|
+
},
|
|
56170
|
+
"declarations": [
|
|
56171
|
+
{
|
|
56172
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56173
|
+
"name": "OverlayProps"
|
|
56174
|
+
}
|
|
56175
|
+
],
|
|
56176
|
+
"required": false,
|
|
56177
|
+
"type": {
|
|
56178
|
+
"name": "OverlayOpenHandler"
|
|
56179
|
+
}
|
|
56180
|
+
},
|
|
56181
|
+
"onClose": {
|
|
56182
|
+
"defaultValue": null,
|
|
56183
|
+
"description": "",
|
|
56184
|
+
"name": "onClose",
|
|
56185
|
+
"parent": {
|
|
56186
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56187
|
+
"name": "OverlayProps"
|
|
56188
|
+
},
|
|
56189
|
+
"declarations": [
|
|
56190
|
+
{
|
|
56191
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56192
|
+
"name": "OverlayProps"
|
|
56193
|
+
}
|
|
56194
|
+
],
|
|
56195
|
+
"required": false,
|
|
56196
|
+
"type": {
|
|
56197
|
+
"name": "OverlayCloseHandler"
|
|
56198
|
+
}
|
|
56199
|
+
},
|
|
56200
|
+
"onOpenChange": {
|
|
56201
|
+
"defaultValue": null,
|
|
56202
|
+
"description": "",
|
|
56203
|
+
"name": "onOpenChange",
|
|
56204
|
+
"parent": {
|
|
56205
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56206
|
+
"name": "OverlayProps"
|
|
56207
|
+
},
|
|
56208
|
+
"declarations": [
|
|
56209
|
+
{
|
|
56210
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56211
|
+
"name": "OverlayProps"
|
|
56212
|
+
}
|
|
56213
|
+
],
|
|
56214
|
+
"required": false,
|
|
56215
|
+
"type": {
|
|
56216
|
+
"name": "OverlayOpenStateHandler"
|
|
56217
|
+
}
|
|
56218
|
+
},
|
|
56219
|
+
"children": {
|
|
56220
|
+
"defaultValue": null,
|
|
56221
|
+
"description": "",
|
|
56222
|
+
"name": "children",
|
|
56223
|
+
"declarations": [
|
|
56224
|
+
{
|
|
56225
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
56226
|
+
"name": "TypeLiteral"
|
|
56227
|
+
}
|
|
56228
|
+
],
|
|
56229
|
+
"required": false,
|
|
56230
|
+
"type": {
|
|
56231
|
+
"name": "ReactNode"
|
|
56232
|
+
}
|
|
56233
|
+
},
|
|
56234
|
+
"className": {
|
|
56235
|
+
"defaultValue": null,
|
|
56236
|
+
"description": "The elements class name.",
|
|
56237
|
+
"name": "className",
|
|
56238
|
+
"parent": {
|
|
56239
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56240
|
+
"name": "PropsWithClassName"
|
|
56241
|
+
},
|
|
56242
|
+
"declarations": [
|
|
56243
|
+
{
|
|
56244
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56245
|
+
"name": "PropsWithClassName"
|
|
56246
|
+
}
|
|
56247
|
+
],
|
|
56248
|
+
"required": false,
|
|
56249
|
+
"type": {
|
|
56250
|
+
"name": "string"
|
|
56251
|
+
}
|
|
56252
|
+
}
|
|
56253
|
+
}
|
|
56254
|
+
},
|
|
56041
56255
|
{
|
|
56042
56256
|
"tags": {},
|
|
56043
56257
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -58138,220 +58352,6 @@
|
|
|
58138
58352
|
}
|
|
58139
58353
|
}
|
|
58140
58354
|
},
|
|
58141
|
-
{
|
|
58142
|
-
"tags": {},
|
|
58143
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
58144
|
-
"description": "",
|
|
58145
|
-
"displayName": "Overlay",
|
|
58146
|
-
"methods": [],
|
|
58147
|
-
"props": {
|
|
58148
|
-
"ref": {
|
|
58149
|
-
"defaultValue": null,
|
|
58150
|
-
"description": "",
|
|
58151
|
-
"name": "ref",
|
|
58152
|
-
"parent": {
|
|
58153
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58154
|
-
"name": "OverlayProps"
|
|
58155
|
-
},
|
|
58156
|
-
"declarations": [
|
|
58157
|
-
{
|
|
58158
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58159
|
-
"name": "OverlayProps"
|
|
58160
|
-
}
|
|
58161
|
-
],
|
|
58162
|
-
"required": false,
|
|
58163
|
-
"type": {
|
|
58164
|
-
"name": "Ref<HTMLDivElement>"
|
|
58165
|
-
}
|
|
58166
|
-
},
|
|
58167
|
-
"controller": {
|
|
58168
|
-
"defaultValue": null,
|
|
58169
|
-
"description": "The controller to control the overlay state.",
|
|
58170
|
-
"name": "controller",
|
|
58171
|
-
"parent": {
|
|
58172
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58173
|
-
"name": "OverlayProps"
|
|
58174
|
-
},
|
|
58175
|
-
"declarations": [
|
|
58176
|
-
{
|
|
58177
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58178
|
-
"name": "OverlayProps"
|
|
58179
|
-
}
|
|
58180
|
-
],
|
|
58181
|
-
"required": false,
|
|
58182
|
-
"type": {
|
|
58183
|
-
"name": "OverlayController"
|
|
58184
|
-
}
|
|
58185
|
-
},
|
|
58186
|
-
"isDismissable": {
|
|
58187
|
-
"defaultValue": null,
|
|
58188
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
58189
|
-
"name": "isDismissable",
|
|
58190
|
-
"parent": {
|
|
58191
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58192
|
-
"name": "OverlayProps"
|
|
58193
|
-
},
|
|
58194
|
-
"declarations": [
|
|
58195
|
-
{
|
|
58196
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58197
|
-
"name": "OverlayProps"
|
|
58198
|
-
}
|
|
58199
|
-
],
|
|
58200
|
-
"required": false,
|
|
58201
|
-
"type": {
|
|
58202
|
-
"name": "boolean"
|
|
58203
|
-
}
|
|
58204
|
-
},
|
|
58205
|
-
"overlayType": {
|
|
58206
|
-
"defaultValue": null,
|
|
58207
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
58208
|
-
"name": "overlayType",
|
|
58209
|
-
"parent": {
|
|
58210
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58211
|
-
"name": "OverlayProps"
|
|
58212
|
-
},
|
|
58213
|
-
"declarations": [
|
|
58214
|
-
{
|
|
58215
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58216
|
-
"name": "OverlayProps"
|
|
58217
|
-
}
|
|
58218
|
-
],
|
|
58219
|
-
"required": false,
|
|
58220
|
-
"type": {
|
|
58221
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
58222
|
-
}
|
|
58223
|
-
},
|
|
58224
|
-
"isOpen": {
|
|
58225
|
-
"defaultValue": null,
|
|
58226
|
-
"description": "",
|
|
58227
|
-
"name": "isOpen",
|
|
58228
|
-
"parent": {
|
|
58229
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58230
|
-
"name": "OverlayProps"
|
|
58231
|
-
},
|
|
58232
|
-
"declarations": [
|
|
58233
|
-
{
|
|
58234
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58235
|
-
"name": "OverlayProps"
|
|
58236
|
-
}
|
|
58237
|
-
],
|
|
58238
|
-
"required": false,
|
|
58239
|
-
"type": {
|
|
58240
|
-
"name": "boolean"
|
|
58241
|
-
}
|
|
58242
|
-
},
|
|
58243
|
-
"isDefaultOpen": {
|
|
58244
|
-
"defaultValue": null,
|
|
58245
|
-
"description": "",
|
|
58246
|
-
"name": "isDefaultOpen",
|
|
58247
|
-
"parent": {
|
|
58248
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58249
|
-
"name": "OverlayProps"
|
|
58250
|
-
},
|
|
58251
|
-
"declarations": [
|
|
58252
|
-
{
|
|
58253
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58254
|
-
"name": "OverlayProps"
|
|
58255
|
-
}
|
|
58256
|
-
],
|
|
58257
|
-
"required": false,
|
|
58258
|
-
"type": {
|
|
58259
|
-
"name": "boolean"
|
|
58260
|
-
}
|
|
58261
|
-
},
|
|
58262
|
-
"onOpen": {
|
|
58263
|
-
"defaultValue": null,
|
|
58264
|
-
"description": "",
|
|
58265
|
-
"name": "onOpen",
|
|
58266
|
-
"parent": {
|
|
58267
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58268
|
-
"name": "OverlayProps"
|
|
58269
|
-
},
|
|
58270
|
-
"declarations": [
|
|
58271
|
-
{
|
|
58272
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58273
|
-
"name": "OverlayProps"
|
|
58274
|
-
}
|
|
58275
|
-
],
|
|
58276
|
-
"required": false,
|
|
58277
|
-
"type": {
|
|
58278
|
-
"name": "OverlayOpenHandler"
|
|
58279
|
-
}
|
|
58280
|
-
},
|
|
58281
|
-
"onClose": {
|
|
58282
|
-
"defaultValue": null,
|
|
58283
|
-
"description": "",
|
|
58284
|
-
"name": "onClose",
|
|
58285
|
-
"parent": {
|
|
58286
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58287
|
-
"name": "OverlayProps"
|
|
58288
|
-
},
|
|
58289
|
-
"declarations": [
|
|
58290
|
-
{
|
|
58291
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58292
|
-
"name": "OverlayProps"
|
|
58293
|
-
}
|
|
58294
|
-
],
|
|
58295
|
-
"required": false,
|
|
58296
|
-
"type": {
|
|
58297
|
-
"name": "OverlayCloseHandler"
|
|
58298
|
-
}
|
|
58299
|
-
},
|
|
58300
|
-
"onOpenChange": {
|
|
58301
|
-
"defaultValue": null,
|
|
58302
|
-
"description": "",
|
|
58303
|
-
"name": "onOpenChange",
|
|
58304
|
-
"parent": {
|
|
58305
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58306
|
-
"name": "OverlayProps"
|
|
58307
|
-
},
|
|
58308
|
-
"declarations": [
|
|
58309
|
-
{
|
|
58310
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
58311
|
-
"name": "OverlayProps"
|
|
58312
|
-
}
|
|
58313
|
-
],
|
|
58314
|
-
"required": false,
|
|
58315
|
-
"type": {
|
|
58316
|
-
"name": "OverlayOpenStateHandler"
|
|
58317
|
-
}
|
|
58318
|
-
},
|
|
58319
|
-
"children": {
|
|
58320
|
-
"defaultValue": null,
|
|
58321
|
-
"description": "",
|
|
58322
|
-
"name": "children",
|
|
58323
|
-
"declarations": [
|
|
58324
|
-
{
|
|
58325
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
58326
|
-
"name": "TypeLiteral"
|
|
58327
|
-
}
|
|
58328
|
-
],
|
|
58329
|
-
"required": false,
|
|
58330
|
-
"type": {
|
|
58331
|
-
"name": "ReactNode"
|
|
58332
|
-
}
|
|
58333
|
-
},
|
|
58334
|
-
"className": {
|
|
58335
|
-
"defaultValue": null,
|
|
58336
|
-
"description": "The elements class name.",
|
|
58337
|
-
"name": "className",
|
|
58338
|
-
"parent": {
|
|
58339
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
58340
|
-
"name": "PropsWithClassName"
|
|
58341
|
-
},
|
|
58342
|
-
"declarations": [
|
|
58343
|
-
{
|
|
58344
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
58345
|
-
"name": "PropsWithClassName"
|
|
58346
|
-
}
|
|
58347
|
-
],
|
|
58348
|
-
"required": false,
|
|
58349
|
-
"type": {
|
|
58350
|
-
"name": "string"
|
|
58351
|
-
}
|
|
58352
|
-
}
|
|
58353
|
-
}
|
|
58354
|
-
},
|
|
58355
58355
|
{
|
|
58356
58356
|
"tags": {
|
|
58357
58357
|
"flr-generate": "all"
|
|
@@ -106980,6 +106980,186 @@
|
|
|
106980
106980
|
}
|
|
106981
106981
|
}
|
|
106982
106982
|
},
|
|
106983
|
+
{
|
|
106984
|
+
"tags": {
|
|
106985
|
+
"flr-generate": "all"
|
|
106986
|
+
},
|
|
106987
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
|
|
106988
|
+
"description": "",
|
|
106989
|
+
"displayName": "Kbd",
|
|
106990
|
+
"methods": [],
|
|
106991
|
+
"props": {
|
|
106992
|
+
"keys": {
|
|
106993
|
+
"defaultValue": null,
|
|
106994
|
+
"description": "Array of keys to be joined",
|
|
106995
|
+
"name": "keys",
|
|
106996
|
+
"parent": {
|
|
106997
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
106998
|
+
"name": "KbdProps"
|
|
106999
|
+
},
|
|
107000
|
+
"declarations": [
|
|
107001
|
+
{
|
|
107002
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
107003
|
+
"name": "KbdProps"
|
|
107004
|
+
}
|
|
107005
|
+
],
|
|
107006
|
+
"required": false,
|
|
107007
|
+
"type": {
|
|
107008
|
+
"name": "string[]"
|
|
107009
|
+
}
|
|
107010
|
+
},
|
|
107011
|
+
"isDisabled": {
|
|
107012
|
+
"defaultValue": null,
|
|
107013
|
+
"description": "Whether the component is displayed as disabled",
|
|
107014
|
+
"name": "isDisabled",
|
|
107015
|
+
"parent": {
|
|
107016
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
107017
|
+
"name": "KbdProps"
|
|
107018
|
+
},
|
|
107019
|
+
"declarations": [
|
|
107020
|
+
{
|
|
107021
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
107022
|
+
"name": "KbdProps"
|
|
107023
|
+
}
|
|
107024
|
+
],
|
|
107025
|
+
"required": false,
|
|
107026
|
+
"type": {
|
|
107027
|
+
"name": "boolean"
|
|
107028
|
+
}
|
|
107029
|
+
},
|
|
107030
|
+
"variant": {
|
|
107031
|
+
"defaultValue": {
|
|
107032
|
+
"value": "\"plain\""
|
|
107033
|
+
},
|
|
107034
|
+
"description": "The visual variant",
|
|
107035
|
+
"name": "variant",
|
|
107036
|
+
"parent": {
|
|
107037
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
107038
|
+
"name": "KbdProps"
|
|
107039
|
+
},
|
|
107040
|
+
"declarations": [
|
|
107041
|
+
{
|
|
107042
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
107043
|
+
"name": "KbdProps"
|
|
107044
|
+
}
|
|
107045
|
+
],
|
|
107046
|
+
"required": false,
|
|
107047
|
+
"type": {
|
|
107048
|
+
"name": "\"plain\" | \"soft\""
|
|
107049
|
+
}
|
|
107050
|
+
},
|
|
107051
|
+
"className": {
|
|
107052
|
+
"defaultValue": null,
|
|
107053
|
+
"description": "The elements class name.",
|
|
107054
|
+
"name": "className",
|
|
107055
|
+
"parent": {
|
|
107056
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
107057
|
+
"name": "PropsWithClassName"
|
|
107058
|
+
},
|
|
107059
|
+
"declarations": [
|
|
107060
|
+
{
|
|
107061
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
107062
|
+
"name": "PropsWithClassName"
|
|
107063
|
+
}
|
|
107064
|
+
],
|
|
107065
|
+
"required": false,
|
|
107066
|
+
"type": {
|
|
107067
|
+
"name": "string"
|
|
107068
|
+
}
|
|
107069
|
+
},
|
|
107070
|
+
"wrapWith": {
|
|
107071
|
+
"defaultValue": null,
|
|
107072
|
+
"description": "",
|
|
107073
|
+
"name": "wrapWith",
|
|
107074
|
+
"parent": {
|
|
107075
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
107076
|
+
"name": "FlowComponentProps"
|
|
107077
|
+
},
|
|
107078
|
+
"declarations": [
|
|
107079
|
+
{
|
|
107080
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
107081
|
+
"name": "FlowComponentProps"
|
|
107082
|
+
}
|
|
107083
|
+
],
|
|
107084
|
+
"required": false,
|
|
107085
|
+
"type": {
|
|
107086
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
107087
|
+
}
|
|
107088
|
+
},
|
|
107089
|
+
"tunnelId": {
|
|
107090
|
+
"defaultValue": null,
|
|
107091
|
+
"description": "@internal",
|
|
107092
|
+
"name": "tunnelId",
|
|
107093
|
+
"parent": {
|
|
107094
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
107095
|
+
"name": "PropsWithTunnel"
|
|
107096
|
+
},
|
|
107097
|
+
"declarations": [
|
|
107098
|
+
{
|
|
107099
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
107100
|
+
"name": "PropsWithTunnel"
|
|
107101
|
+
}
|
|
107102
|
+
],
|
|
107103
|
+
"required": false,
|
|
107104
|
+
"type": {
|
|
107105
|
+
"name": "string | null"
|
|
107106
|
+
}
|
|
107107
|
+
},
|
|
107108
|
+
"ref": {
|
|
107109
|
+
"defaultValue": null,
|
|
107110
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
107111
|
+
"name": "ref",
|
|
107112
|
+
"parent": {
|
|
107113
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107114
|
+
"name": "RefAttributes"
|
|
107115
|
+
},
|
|
107116
|
+
"declarations": [
|
|
107117
|
+
{
|
|
107118
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107119
|
+
"name": "RefAttributes"
|
|
107120
|
+
}
|
|
107121
|
+
],
|
|
107122
|
+
"required": false,
|
|
107123
|
+
"type": {
|
|
107124
|
+
"name": "Ref<HTMLSpanElement>"
|
|
107125
|
+
}
|
|
107126
|
+
},
|
|
107127
|
+
"key": {
|
|
107128
|
+
"defaultValue": null,
|
|
107129
|
+
"description": "",
|
|
107130
|
+
"name": "key",
|
|
107131
|
+
"parent": {
|
|
107132
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107133
|
+
"name": "Attributes"
|
|
107134
|
+
},
|
|
107135
|
+
"declarations": [
|
|
107136
|
+
{
|
|
107137
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107138
|
+
"name": "Attributes"
|
|
107139
|
+
}
|
|
107140
|
+
],
|
|
107141
|
+
"required": false,
|
|
107142
|
+
"type": {
|
|
107143
|
+
"name": "Key | null"
|
|
107144
|
+
}
|
|
107145
|
+
},
|
|
107146
|
+
"children": {
|
|
107147
|
+
"defaultValue": null,
|
|
107148
|
+
"description": "",
|
|
107149
|
+
"name": "children",
|
|
107150
|
+
"declarations": [
|
|
107151
|
+
{
|
|
107152
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107153
|
+
"name": "TypeLiteral"
|
|
107154
|
+
}
|
|
107155
|
+
],
|
|
107156
|
+
"required": false,
|
|
107157
|
+
"type": {
|
|
107158
|
+
"name": "ReactNode"
|
|
107159
|
+
}
|
|
107160
|
+
}
|
|
107161
|
+
}
|
|
107162
|
+
},
|
|
106983
107163
|
{
|
|
106984
107164
|
"tags": {
|
|
106985
107165
|
"flr-generate": "all"
|
|
@@ -195659,25 +195839,6 @@
|
|
|
195659
195839
|
"name": "boolean"
|
|
195660
195840
|
}
|
|
195661
195841
|
},
|
|
195662
|
-
"preventFocusOnPress": {
|
|
195663
|
-
"defaultValue": null,
|
|
195664
|
-
"description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
|
|
195665
|
-
"name": "preventFocusOnPress",
|
|
195666
|
-
"parent": {
|
|
195667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
|
|
195668
|
-
"name": "AriaBaseButtonProps"
|
|
195669
|
-
},
|
|
195670
|
-
"declarations": [
|
|
195671
|
-
{
|
|
195672
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
|
|
195673
|
-
"name": "AriaBaseButtonProps"
|
|
195674
|
-
}
|
|
195675
|
-
],
|
|
195676
|
-
"required": false,
|
|
195677
|
-
"type": {
|
|
195678
|
-
"name": "boolean"
|
|
195679
|
-
}
|
|
195680
|
-
},
|
|
195681
195842
|
"variant": {
|
|
195682
195843
|
"defaultValue": {
|
|
195683
195844
|
"value": "\"solid\""
|
|
@@ -195699,6 +195860,25 @@
|
|
|
195699
195860
|
"name": "\"solid\" | \"plain\" | \"soft\" | \"outline\""
|
|
195700
195861
|
}
|
|
195701
195862
|
},
|
|
195863
|
+
"preventFocusOnPress": {
|
|
195864
|
+
"defaultValue": null,
|
|
195865
|
+
"description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
|
|
195866
|
+
"name": "preventFocusOnPress",
|
|
195867
|
+
"parent": {
|
|
195868
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
|
|
195869
|
+
"name": "AriaBaseButtonProps"
|
|
195870
|
+
},
|
|
195871
|
+
"declarations": [
|
|
195872
|
+
{
|
|
195873
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+button@3.14.1_react@19.2.4/node_modules/@react-types/button/src/index.d.ts",
|
|
195874
|
+
"name": "AriaBaseButtonProps"
|
|
195875
|
+
}
|
|
195876
|
+
],
|
|
195877
|
+
"required": false,
|
|
195878
|
+
"type": {
|
|
195879
|
+
"name": "boolean"
|
|
195880
|
+
}
|
|
195881
|
+
},
|
|
195702
195882
|
"ariaSlot": {
|
|
195703
195883
|
"defaultValue": null,
|
|
195704
195884
|
"description": "@internal",
|
|
@@ -222394,6 +222574,51 @@
|
|
|
222394
222574
|
}
|
|
222395
222575
|
}
|
|
222396
222576
|
},
|
|
222577
|
+
{
|
|
222578
|
+
"tags": {
|
|
222579
|
+
"flr-generate": "all"
|
|
222580
|
+
},
|
|
222581
|
+
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
222582
|
+
"description": "",
|
|
222583
|
+
"displayName": "BigNumber",
|
|
222584
|
+
"methods": [],
|
|
222585
|
+
"props": {
|
|
222586
|
+
"children": {
|
|
222587
|
+
"defaultValue": null,
|
|
222588
|
+
"description": "",
|
|
222589
|
+
"name": "children",
|
|
222590
|
+
"declarations": [
|
|
222591
|
+
{
|
|
222592
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
222593
|
+
"name": "TypeLiteral"
|
|
222594
|
+
}
|
|
222595
|
+
],
|
|
222596
|
+
"required": false,
|
|
222597
|
+
"type": {
|
|
222598
|
+
"name": "ReactNode"
|
|
222599
|
+
}
|
|
222600
|
+
},
|
|
222601
|
+
"className": {
|
|
222602
|
+
"defaultValue": null,
|
|
222603
|
+
"description": "The elements class name.",
|
|
222604
|
+
"name": "className",
|
|
222605
|
+
"parent": {
|
|
222606
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222607
|
+
"name": "PropsWithClassName"
|
|
222608
|
+
},
|
|
222609
|
+
"declarations": [
|
|
222610
|
+
{
|
|
222611
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222612
|
+
"name": "PropsWithClassName"
|
|
222613
|
+
}
|
|
222614
|
+
],
|
|
222615
|
+
"required": false,
|
|
222616
|
+
"type": {
|
|
222617
|
+
"name": "string"
|
|
222618
|
+
}
|
|
222619
|
+
}
|
|
222620
|
+
}
|
|
222621
|
+
},
|
|
222397
222622
|
{
|
|
222398
222623
|
"tags": {
|
|
222399
222624
|
"flr-generate": "all"
|
|
@@ -224003,51 +224228,6 @@
|
|
|
224003
224228
|
}
|
|
224004
224229
|
}
|
|
224005
224230
|
},
|
|
224006
|
-
{
|
|
224007
|
-
"tags": {
|
|
224008
|
-
"flr-generate": "all"
|
|
224009
|
-
},
|
|
224010
|
-
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
224011
|
-
"description": "",
|
|
224012
|
-
"displayName": "BigNumber",
|
|
224013
|
-
"methods": [],
|
|
224014
|
-
"props": {
|
|
224015
|
-
"children": {
|
|
224016
|
-
"defaultValue": null,
|
|
224017
|
-
"description": "",
|
|
224018
|
-
"name": "children",
|
|
224019
|
-
"declarations": [
|
|
224020
|
-
{
|
|
224021
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
224022
|
-
"name": "TypeLiteral"
|
|
224023
|
-
}
|
|
224024
|
-
],
|
|
224025
|
-
"required": false,
|
|
224026
|
-
"type": {
|
|
224027
|
-
"name": "ReactNode"
|
|
224028
|
-
}
|
|
224029
|
-
},
|
|
224030
|
-
"className": {
|
|
224031
|
-
"defaultValue": null,
|
|
224032
|
-
"description": "The elements class name.",
|
|
224033
|
-
"name": "className",
|
|
224034
|
-
"parent": {
|
|
224035
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
224036
|
-
"name": "PropsWithClassName"
|
|
224037
|
-
},
|
|
224038
|
-
"declarations": [
|
|
224039
|
-
{
|
|
224040
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
224041
|
-
"name": "PropsWithClassName"
|
|
224042
|
-
}
|
|
224043
|
-
],
|
|
224044
|
-
"required": false,
|
|
224045
|
-
"type": {
|
|
224046
|
-
"name": "string"
|
|
224047
|
-
}
|
|
224048
|
-
}
|
|
224049
|
-
}
|
|
224050
|
-
},
|
|
224051
224231
|
{
|
|
224052
224232
|
"tags": {
|
|
224053
224233
|
"flr-generate": "all"
|
|
@@ -258455,10 +258635,10 @@
|
|
|
258455
258635
|
"name": "() => ArrayIterator<any>"
|
|
258456
258636
|
}
|
|
258457
258637
|
},
|
|
258458
|
-
"__@unscopables@
|
|
258638
|
+
"__@unscopables@3219": {
|
|
258459
258639
|
"defaultValue": null,
|
|
258460
258640
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258461
|
-
"name": "__@unscopables@
|
|
258641
|
+
"name": "__@unscopables@3219",
|
|
258462
258642
|
"parent": {
|
|
258463
258643
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258464
258644
|
"name": "Array"
|
|
@@ -259291,10 +259471,10 @@
|
|
|
259291
259471
|
"name": "() => ArrayIterator<any>"
|
|
259292
259472
|
}
|
|
259293
259473
|
},
|
|
259294
|
-
"__@unscopables@
|
|
259474
|
+
"__@unscopables@3219": {
|
|
259295
259475
|
"defaultValue": null,
|
|
259296
259476
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
259297
|
-
"name": "__@unscopables@
|
|
259477
|
+
"name": "__@unscopables@3219",
|
|
259298
259478
|
"parent": {
|
|
259299
259479
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
259300
259480
|
"name": "Array"
|
|
@@ -260127,10 +260307,10 @@
|
|
|
260127
260307
|
"name": "() => ArrayIterator<any>"
|
|
260128
260308
|
}
|
|
260129
260309
|
},
|
|
260130
|
-
"__@unscopables@
|
|
260310
|
+
"__@unscopables@3219": {
|
|
260131
260311
|
"defaultValue": null,
|
|
260132
260312
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260133
|
-
"name": "__@unscopables@
|
|
260313
|
+
"name": "__@unscopables@3219",
|
|
260134
260314
|
"parent": {
|
|
260135
260315
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260136
260316
|
"name": "Array"
|
|
@@ -260963,10 +261143,10 @@
|
|
|
260963
261143
|
"name": "() => ArrayIterator<any>"
|
|
260964
261144
|
}
|
|
260965
261145
|
},
|
|
260966
|
-
"__@unscopables@
|
|
261146
|
+
"__@unscopables@3219": {
|
|
260967
261147
|
"defaultValue": null,
|
|
260968
261148
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260969
|
-
"name": "__@unscopables@
|
|
261149
|
+
"name": "__@unscopables@3219",
|
|
260970
261150
|
"parent": {
|
|
260971
261151
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260972
261152
|
"name": "Array"
|
|
@@ -261799,10 +261979,10 @@
|
|
|
261799
261979
|
"name": "() => ArrayIterator<any>"
|
|
261800
261980
|
}
|
|
261801
261981
|
},
|
|
261802
|
-
"__@unscopables@
|
|
261982
|
+
"__@unscopables@3219": {
|
|
261803
261983
|
"defaultValue": null,
|
|
261804
261984
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
261805
|
-
"name": "__@unscopables@
|
|
261985
|
+
"name": "__@unscopables@3219",
|
|
261806
261986
|
"parent": {
|
|
261807
261987
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
261808
261988
|
"name": "Array"
|
|
@@ -276903,30 +277083,6 @@
|
|
|
276903
277083
|
}
|
|
276904
277084
|
}
|
|
276905
277085
|
},
|
|
276906
|
-
{
|
|
276907
|
-
"tags": {},
|
|
276908
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276909
|
-
"description": "",
|
|
276910
|
-
"displayName": "RouterProvider",
|
|
276911
|
-
"methods": [],
|
|
276912
|
-
"props": {
|
|
276913
|
-
"children": {
|
|
276914
|
-
"defaultValue": null,
|
|
276915
|
-
"description": "",
|
|
276916
|
-
"name": "children",
|
|
276917
|
-
"declarations": [
|
|
276918
|
-
{
|
|
276919
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276920
|
-
"name": "TypeLiteral"
|
|
276921
|
-
}
|
|
276922
|
-
],
|
|
276923
|
-
"required": false,
|
|
276924
|
-
"type": {
|
|
276925
|
-
"name": "ReactNode"
|
|
276926
|
-
}
|
|
276927
|
-
}
|
|
276928
|
-
}
|
|
276929
|
-
},
|
|
276930
277086
|
{
|
|
276931
277087
|
"tags": {
|
|
276932
277088
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -282455,6 +282611,30 @@
|
|
|
282455
282611
|
}
|
|
282456
282612
|
}
|
|
282457
282613
|
},
|
|
282614
|
+
{
|
|
282615
|
+
"tags": {},
|
|
282616
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
282617
|
+
"description": "",
|
|
282618
|
+
"displayName": "RouterProvider",
|
|
282619
|
+
"methods": [],
|
|
282620
|
+
"props": {
|
|
282621
|
+
"children": {
|
|
282622
|
+
"defaultValue": null,
|
|
282623
|
+
"description": "",
|
|
282624
|
+
"name": "children",
|
|
282625
|
+
"declarations": [
|
|
282626
|
+
{
|
|
282627
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
282628
|
+
"name": "TypeLiteral"
|
|
282629
|
+
}
|
|
282630
|
+
],
|
|
282631
|
+
"required": false,
|
|
282632
|
+
"type": {
|
|
282633
|
+
"name": "ReactNode"
|
|
282634
|
+
}
|
|
282635
|
+
}
|
|
282636
|
+
}
|
|
282637
|
+
},
|
|
282458
282638
|
{
|
|
282459
282639
|
"tags": {
|
|
282460
282640
|
"flr-generate": "all"
|
|
@@ -301703,55 +301883,6 @@
|
|
|
301703
301883
|
}
|
|
301704
301884
|
}
|
|
301705
301885
|
},
|
|
301706
|
-
{
|
|
301707
|
-
"tags": {
|
|
301708
|
-
"internal": ""
|
|
301709
|
-
},
|
|
301710
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301711
|
-
"description": "",
|
|
301712
|
-
"displayName": "ValidationResultEntry",
|
|
301713
|
-
"methods": [],
|
|
301714
|
-
"props": {
|
|
301715
|
-
"result": {
|
|
301716
|
-
"defaultValue": null,
|
|
301717
|
-
"description": "",
|
|
301718
|
-
"name": "result",
|
|
301719
|
-
"parent": {
|
|
301720
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301721
|
-
"name": "Props"
|
|
301722
|
-
},
|
|
301723
|
-
"declarations": [
|
|
301724
|
-
{
|
|
301725
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301726
|
-
"name": "Props"
|
|
301727
|
-
}
|
|
301728
|
-
],
|
|
301729
|
-
"required": true,
|
|
301730
|
-
"type": {
|
|
301731
|
-
"name": "Partial<RuleValidationResult>"
|
|
301732
|
-
}
|
|
301733
|
-
},
|
|
301734
|
-
"unspecifiedRules": {
|
|
301735
|
-
"defaultValue": null,
|
|
301736
|
-
"description": "",
|
|
301737
|
-
"name": "unspecifiedRules",
|
|
301738
|
-
"parent": {
|
|
301739
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301740
|
-
"name": "Props"
|
|
301741
|
-
},
|
|
301742
|
-
"declarations": [
|
|
301743
|
-
{
|
|
301744
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301745
|
-
"name": "Props"
|
|
301746
|
-
}
|
|
301747
|
-
],
|
|
301748
|
-
"required": false,
|
|
301749
|
-
"type": {
|
|
301750
|
-
"name": "boolean"
|
|
301751
|
-
}
|
|
301752
|
-
}
|
|
301753
|
-
}
|
|
301754
|
-
},
|
|
301755
301886
|
{
|
|
301756
301887
|
"tags": {},
|
|
301757
301888
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -301837,6 +301968,55 @@
|
|
|
301837
301968
|
}
|
|
301838
301969
|
}
|
|
301839
301970
|
},
|
|
301971
|
+
{
|
|
301972
|
+
"tags": {
|
|
301973
|
+
"internal": ""
|
|
301974
|
+
},
|
|
301975
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301976
|
+
"description": "",
|
|
301977
|
+
"displayName": "ValidationResultEntry",
|
|
301978
|
+
"methods": [],
|
|
301979
|
+
"props": {
|
|
301980
|
+
"result": {
|
|
301981
|
+
"defaultValue": null,
|
|
301982
|
+
"description": "",
|
|
301983
|
+
"name": "result",
|
|
301984
|
+
"parent": {
|
|
301985
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301986
|
+
"name": "Props"
|
|
301987
|
+
},
|
|
301988
|
+
"declarations": [
|
|
301989
|
+
{
|
|
301990
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
301991
|
+
"name": "Props"
|
|
301992
|
+
}
|
|
301993
|
+
],
|
|
301994
|
+
"required": true,
|
|
301995
|
+
"type": {
|
|
301996
|
+
"name": "Partial<RuleValidationResult>"
|
|
301997
|
+
}
|
|
301998
|
+
},
|
|
301999
|
+
"unspecifiedRules": {
|
|
302000
|
+
"defaultValue": null,
|
|
302001
|
+
"description": "",
|
|
302002
|
+
"name": "unspecifiedRules",
|
|
302003
|
+
"parent": {
|
|
302004
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
302005
|
+
"name": "Props"
|
|
302006
|
+
},
|
|
302007
|
+
"declarations": [
|
|
302008
|
+
{
|
|
302009
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
302010
|
+
"name": "Props"
|
|
302011
|
+
}
|
|
302012
|
+
],
|
|
302013
|
+
"required": false,
|
|
302014
|
+
"type": {
|
|
302015
|
+
"name": "boolean"
|
|
302016
|
+
}
|
|
302017
|
+
}
|
|
302018
|
+
}
|
|
302019
|
+
},
|
|
301840
302020
|
{
|
|
301841
302021
|
"tags": {
|
|
301842
302022
|
"internal": ""
|
|
@@ -311314,6 +311494,161 @@
|
|
|
311314
311494
|
}
|
|
311315
311495
|
}
|
|
311316
311496
|
},
|
|
311497
|
+
{
|
|
311498
|
+
"tags": {
|
|
311499
|
+
"flr-generate": "all"
|
|
311500
|
+
},
|
|
311501
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311502
|
+
"description": "",
|
|
311503
|
+
"displayName": "ContextMenuSection",
|
|
311504
|
+
"methods": [],
|
|
311505
|
+
"props": {
|
|
311506
|
+
"children": {
|
|
311507
|
+
"defaultValue": null,
|
|
311508
|
+
"description": "",
|
|
311509
|
+
"name": "children",
|
|
311510
|
+
"declarations": [
|
|
311511
|
+
{
|
|
311512
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311513
|
+
"name": "TypeLiteral"
|
|
311514
|
+
}
|
|
311515
|
+
],
|
|
311516
|
+
"required": false,
|
|
311517
|
+
"type": {
|
|
311518
|
+
"name": "ReactNode"
|
|
311519
|
+
}
|
|
311520
|
+
},
|
|
311521
|
+
"wrapWith": {
|
|
311522
|
+
"defaultValue": null,
|
|
311523
|
+
"description": "",
|
|
311524
|
+
"name": "wrapWith",
|
|
311525
|
+
"parent": {
|
|
311526
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311527
|
+
"name": "FlowComponentProps"
|
|
311528
|
+
},
|
|
311529
|
+
"declarations": [
|
|
311530
|
+
{
|
|
311531
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311532
|
+
"name": "FlowComponentProps"
|
|
311533
|
+
}
|
|
311534
|
+
],
|
|
311535
|
+
"required": false,
|
|
311536
|
+
"type": {
|
|
311537
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311538
|
+
}
|
|
311539
|
+
},
|
|
311540
|
+
"tunnelId": {
|
|
311541
|
+
"defaultValue": null,
|
|
311542
|
+
"description": "@internal",
|
|
311543
|
+
"name": "tunnelId",
|
|
311544
|
+
"parent": {
|
|
311545
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311546
|
+
"name": "PropsWithTunnel"
|
|
311547
|
+
},
|
|
311548
|
+
"declarations": [
|
|
311549
|
+
{
|
|
311550
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311551
|
+
"name": "PropsWithTunnel"
|
|
311552
|
+
}
|
|
311553
|
+
],
|
|
311554
|
+
"required": false,
|
|
311555
|
+
"type": {
|
|
311556
|
+
"name": "string | null"
|
|
311557
|
+
}
|
|
311558
|
+
},
|
|
311559
|
+
"ref": {
|
|
311560
|
+
"defaultValue": null,
|
|
311561
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
311562
|
+
"name": "ref",
|
|
311563
|
+
"parent": {
|
|
311564
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311565
|
+
"name": "RefAttributes"
|
|
311566
|
+
},
|
|
311567
|
+
"declarations": [
|
|
311568
|
+
{
|
|
311569
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311570
|
+
"name": "RefAttributes"
|
|
311571
|
+
}
|
|
311572
|
+
],
|
|
311573
|
+
"required": false,
|
|
311574
|
+
"type": {
|
|
311575
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311576
|
+
}
|
|
311577
|
+
},
|
|
311578
|
+
"key": {
|
|
311579
|
+
"defaultValue": null,
|
|
311580
|
+
"description": "",
|
|
311581
|
+
"name": "key",
|
|
311582
|
+
"parent": {
|
|
311583
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311584
|
+
"name": "Attributes"
|
|
311585
|
+
},
|
|
311586
|
+
"declarations": [
|
|
311587
|
+
{
|
|
311588
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311589
|
+
"name": "Attributes"
|
|
311590
|
+
}
|
|
311591
|
+
],
|
|
311592
|
+
"required": false,
|
|
311593
|
+
"type": {
|
|
311594
|
+
"name": "Key | null"
|
|
311595
|
+
}
|
|
311596
|
+
},
|
|
311597
|
+
"selectedKeys": {
|
|
311598
|
+
"defaultValue": null,
|
|
311599
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
311600
|
+
"name": "selectedKeys",
|
|
311601
|
+
"parent": {
|
|
311602
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311603
|
+
"name": "MultipleSelection"
|
|
311604
|
+
},
|
|
311605
|
+
"declarations": [
|
|
311606
|
+
{
|
|
311607
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311608
|
+
"name": "MultipleSelection"
|
|
311609
|
+
}
|
|
311610
|
+
],
|
|
311611
|
+
"required": false,
|
|
311612
|
+
"type": {
|
|
311613
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311614
|
+
}
|
|
311615
|
+
},
|
|
311616
|
+
"defaultSelectedKeys": {
|
|
311617
|
+
"defaultValue": null,
|
|
311618
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311619
|
+
"name": "defaultSelectedKeys",
|
|
311620
|
+
"parent": {
|
|
311621
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311622
|
+
"name": "MultipleSelection"
|
|
311623
|
+
},
|
|
311624
|
+
"declarations": [
|
|
311625
|
+
{
|
|
311626
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311627
|
+
"name": "MultipleSelection"
|
|
311628
|
+
}
|
|
311629
|
+
],
|
|
311630
|
+
"required": false,
|
|
311631
|
+
"type": {
|
|
311632
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311633
|
+
}
|
|
311634
|
+
},
|
|
311635
|
+
"selectionMode": {
|
|
311636
|
+
"defaultValue": null,
|
|
311637
|
+
"description": "",
|
|
311638
|
+
"name": "selectionMode",
|
|
311639
|
+
"declarations": [
|
|
311640
|
+
{
|
|
311641
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311642
|
+
"name": "TypeLiteral"
|
|
311643
|
+
}
|
|
311644
|
+
],
|
|
311645
|
+
"required": false,
|
|
311646
|
+
"type": {
|
|
311647
|
+
"name": "ContextMenuSelectionMode"
|
|
311648
|
+
}
|
|
311649
|
+
}
|
|
311650
|
+
}
|
|
311651
|
+
},
|
|
311317
311652
|
{
|
|
311318
311653
|
"tags": {
|
|
311319
311654
|
"flr-generate": "all"
|
|
@@ -313115,161 +313450,6 @@
|
|
|
313115
313450
|
}
|
|
313116
313451
|
}
|
|
313117
313452
|
},
|
|
313118
|
-
{
|
|
313119
|
-
"tags": {
|
|
313120
|
-
"flr-generate": "all"
|
|
313121
|
-
},
|
|
313122
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
313123
|
-
"description": "",
|
|
313124
|
-
"displayName": "ContextMenuSection",
|
|
313125
|
-
"methods": [],
|
|
313126
|
-
"props": {
|
|
313127
|
-
"children": {
|
|
313128
|
-
"defaultValue": null,
|
|
313129
|
-
"description": "",
|
|
313130
|
-
"name": "children",
|
|
313131
|
-
"declarations": [
|
|
313132
|
-
{
|
|
313133
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313134
|
-
"name": "TypeLiteral"
|
|
313135
|
-
}
|
|
313136
|
-
],
|
|
313137
|
-
"required": false,
|
|
313138
|
-
"type": {
|
|
313139
|
-
"name": "ReactNode"
|
|
313140
|
-
}
|
|
313141
|
-
},
|
|
313142
|
-
"wrapWith": {
|
|
313143
|
-
"defaultValue": null,
|
|
313144
|
-
"description": "",
|
|
313145
|
-
"name": "wrapWith",
|
|
313146
|
-
"parent": {
|
|
313147
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313148
|
-
"name": "FlowComponentProps"
|
|
313149
|
-
},
|
|
313150
|
-
"declarations": [
|
|
313151
|
-
{
|
|
313152
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313153
|
-
"name": "FlowComponentProps"
|
|
313154
|
-
}
|
|
313155
|
-
],
|
|
313156
|
-
"required": false,
|
|
313157
|
-
"type": {
|
|
313158
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
313159
|
-
}
|
|
313160
|
-
},
|
|
313161
|
-
"tunnelId": {
|
|
313162
|
-
"defaultValue": null,
|
|
313163
|
-
"description": "@internal",
|
|
313164
|
-
"name": "tunnelId",
|
|
313165
|
-
"parent": {
|
|
313166
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
313167
|
-
"name": "PropsWithTunnel"
|
|
313168
|
-
},
|
|
313169
|
-
"declarations": [
|
|
313170
|
-
{
|
|
313171
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
313172
|
-
"name": "PropsWithTunnel"
|
|
313173
|
-
}
|
|
313174
|
-
],
|
|
313175
|
-
"required": false,
|
|
313176
|
-
"type": {
|
|
313177
|
-
"name": "string | null"
|
|
313178
|
-
}
|
|
313179
|
-
},
|
|
313180
|
-
"ref": {
|
|
313181
|
-
"defaultValue": null,
|
|
313182
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
313183
|
-
"name": "ref",
|
|
313184
|
-
"parent": {
|
|
313185
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313186
|
-
"name": "RefAttributes"
|
|
313187
|
-
},
|
|
313188
|
-
"declarations": [
|
|
313189
|
-
{
|
|
313190
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313191
|
-
"name": "RefAttributes"
|
|
313192
|
-
}
|
|
313193
|
-
],
|
|
313194
|
-
"required": false,
|
|
313195
|
-
"type": {
|
|
313196
|
-
"name": "Ref<HTMLSpanElement>"
|
|
313197
|
-
}
|
|
313198
|
-
},
|
|
313199
|
-
"key": {
|
|
313200
|
-
"defaultValue": null,
|
|
313201
|
-
"description": "",
|
|
313202
|
-
"name": "key",
|
|
313203
|
-
"parent": {
|
|
313204
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313205
|
-
"name": "Attributes"
|
|
313206
|
-
},
|
|
313207
|
-
"declarations": [
|
|
313208
|
-
{
|
|
313209
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313210
|
-
"name": "Attributes"
|
|
313211
|
-
}
|
|
313212
|
-
],
|
|
313213
|
-
"required": false,
|
|
313214
|
-
"type": {
|
|
313215
|
-
"name": "Key | null"
|
|
313216
|
-
}
|
|
313217
|
-
},
|
|
313218
|
-
"selectedKeys": {
|
|
313219
|
-
"defaultValue": null,
|
|
313220
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
313221
|
-
"name": "selectedKeys",
|
|
313222
|
-
"parent": {
|
|
313223
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313224
|
-
"name": "MultipleSelection"
|
|
313225
|
-
},
|
|
313226
|
-
"declarations": [
|
|
313227
|
-
{
|
|
313228
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313229
|
-
"name": "MultipleSelection"
|
|
313230
|
-
}
|
|
313231
|
-
],
|
|
313232
|
-
"required": false,
|
|
313233
|
-
"type": {
|
|
313234
|
-
"name": "\"all\" | Iterable<Key>"
|
|
313235
|
-
}
|
|
313236
|
-
},
|
|
313237
|
-
"defaultSelectedKeys": {
|
|
313238
|
-
"defaultValue": null,
|
|
313239
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
313240
|
-
"name": "defaultSelectedKeys",
|
|
313241
|
-
"parent": {
|
|
313242
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313243
|
-
"name": "MultipleSelection"
|
|
313244
|
-
},
|
|
313245
|
-
"declarations": [
|
|
313246
|
-
{
|
|
313247
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313248
|
-
"name": "MultipleSelection"
|
|
313249
|
-
}
|
|
313250
|
-
],
|
|
313251
|
-
"required": false,
|
|
313252
|
-
"type": {
|
|
313253
|
-
"name": "\"all\" | Iterable<Key>"
|
|
313254
|
-
}
|
|
313255
|
-
},
|
|
313256
|
-
"selectionMode": {
|
|
313257
|
-
"defaultValue": null,
|
|
313258
|
-
"description": "",
|
|
313259
|
-
"name": "selectionMode",
|
|
313260
|
-
"declarations": [
|
|
313261
|
-
{
|
|
313262
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
313263
|
-
"name": "TypeLiteral"
|
|
313264
|
-
}
|
|
313265
|
-
],
|
|
313266
|
-
"required": false,
|
|
313267
|
-
"type": {
|
|
313268
|
-
"name": "ContextMenuSelectionMode"
|
|
313269
|
-
}
|
|
313270
|
-
}
|
|
313271
|
-
}
|
|
313272
|
-
},
|
|
313273
313453
|
{
|
|
313274
313454
|
"tags": {
|
|
313275
313455
|
"flr-generate": "all"
|
|
@@ -314691,6 +314871,93 @@
|
|
|
314691
314871
|
}
|
|
314692
314872
|
}
|
|
314693
314873
|
},
|
|
314874
|
+
{
|
|
314875
|
+
"tags": {
|
|
314876
|
+
"flr-generate": "all"
|
|
314877
|
+
},
|
|
314878
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
314879
|
+
"description": "",
|
|
314880
|
+
"displayName": "CartesianGrid",
|
|
314881
|
+
"methods": [],
|
|
314882
|
+
"props": {
|
|
314883
|
+
"className": {
|
|
314884
|
+
"defaultValue": null,
|
|
314885
|
+
"description": "",
|
|
314886
|
+
"name": "className",
|
|
314887
|
+
"parent": {
|
|
314888
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
314889
|
+
"name": "HTMLAttributes"
|
|
314890
|
+
},
|
|
314891
|
+
"declarations": [
|
|
314892
|
+
{
|
|
314893
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
314894
|
+
"name": "HTMLAttributes"
|
|
314895
|
+
}
|
|
314896
|
+
],
|
|
314897
|
+
"required": false,
|
|
314898
|
+
"type": {
|
|
314899
|
+
"name": "string"
|
|
314900
|
+
}
|
|
314901
|
+
},
|
|
314902
|
+
"horizontal": {
|
|
314903
|
+
"defaultValue": null,
|
|
314904
|
+
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
314905
|
+
"name": "horizontal",
|
|
314906
|
+
"parent": {
|
|
314907
|
+
"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",
|
|
314908
|
+
"name": "CartesianGridProps"
|
|
314909
|
+
},
|
|
314910
|
+
"declarations": [
|
|
314911
|
+
{
|
|
314912
|
+
"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",
|
|
314913
|
+
"name": "CartesianGridProps"
|
|
314914
|
+
}
|
|
314915
|
+
],
|
|
314916
|
+
"required": false,
|
|
314917
|
+
"type": {
|
|
314918
|
+
"name": "GridLineType"
|
|
314919
|
+
}
|
|
314920
|
+
},
|
|
314921
|
+
"vertical": {
|
|
314922
|
+
"defaultValue": null,
|
|
314923
|
+
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
314924
|
+
"name": "vertical",
|
|
314925
|
+
"parent": {
|
|
314926
|
+
"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",
|
|
314927
|
+
"name": "CartesianGridProps"
|
|
314928
|
+
},
|
|
314929
|
+
"declarations": [
|
|
314930
|
+
{
|
|
314931
|
+
"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",
|
|
314932
|
+
"name": "CartesianGridProps"
|
|
314933
|
+
}
|
|
314934
|
+
],
|
|
314935
|
+
"required": false,
|
|
314936
|
+
"type": {
|
|
314937
|
+
"name": "GridLineType"
|
|
314938
|
+
}
|
|
314939
|
+
},
|
|
314940
|
+
"strokeDasharray": {
|
|
314941
|
+
"defaultValue": null,
|
|
314942
|
+
"description": "",
|
|
314943
|
+
"name": "strokeDasharray",
|
|
314944
|
+
"parent": {
|
|
314945
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
314946
|
+
"name": "SVGAttributes"
|
|
314947
|
+
},
|
|
314948
|
+
"declarations": [
|
|
314949
|
+
{
|
|
314950
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
314951
|
+
"name": "SVGAttributes"
|
|
314952
|
+
}
|
|
314953
|
+
],
|
|
314954
|
+
"required": false,
|
|
314955
|
+
"type": {
|
|
314956
|
+
"name": "string | number"
|
|
314957
|
+
}
|
|
314958
|
+
}
|
|
314959
|
+
}
|
|
314960
|
+
},
|
|
314694
314961
|
{
|
|
314695
314962
|
"tags": {},
|
|
314696
314963
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -323590,93 +323857,6 @@
|
|
|
323590
323857
|
}
|
|
323591
323858
|
}
|
|
323592
323859
|
},
|
|
323593
|
-
{
|
|
323594
|
-
"tags": {
|
|
323595
|
-
"flr-generate": "all"
|
|
323596
|
-
},
|
|
323597
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
323598
|
-
"description": "",
|
|
323599
|
-
"displayName": "CartesianGrid",
|
|
323600
|
-
"methods": [],
|
|
323601
|
-
"props": {
|
|
323602
|
-
"className": {
|
|
323603
|
-
"defaultValue": null,
|
|
323604
|
-
"description": "",
|
|
323605
|
-
"name": "className",
|
|
323606
|
-
"parent": {
|
|
323607
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323608
|
-
"name": "HTMLAttributes"
|
|
323609
|
-
},
|
|
323610
|
-
"declarations": [
|
|
323611
|
-
{
|
|
323612
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323613
|
-
"name": "HTMLAttributes"
|
|
323614
|
-
}
|
|
323615
|
-
],
|
|
323616
|
-
"required": false,
|
|
323617
|
-
"type": {
|
|
323618
|
-
"name": "string"
|
|
323619
|
-
}
|
|
323620
|
-
},
|
|
323621
|
-
"horizontal": {
|
|
323622
|
-
"defaultValue": null,
|
|
323623
|
-
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
323624
|
-
"name": "horizontal",
|
|
323625
|
-
"parent": {
|
|
323626
|
-
"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",
|
|
323627
|
-
"name": "CartesianGridProps"
|
|
323628
|
-
},
|
|
323629
|
-
"declarations": [
|
|
323630
|
-
{
|
|
323631
|
-
"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",
|
|
323632
|
-
"name": "CartesianGridProps"
|
|
323633
|
-
}
|
|
323634
|
-
],
|
|
323635
|
-
"required": false,
|
|
323636
|
-
"type": {
|
|
323637
|
-
"name": "GridLineType"
|
|
323638
|
-
}
|
|
323639
|
-
},
|
|
323640
|
-
"vertical": {
|
|
323641
|
-
"defaultValue": null,
|
|
323642
|
-
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
323643
|
-
"name": "vertical",
|
|
323644
|
-
"parent": {
|
|
323645
|
-
"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",
|
|
323646
|
-
"name": "CartesianGridProps"
|
|
323647
|
-
},
|
|
323648
|
-
"declarations": [
|
|
323649
|
-
{
|
|
323650
|
-
"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",
|
|
323651
|
-
"name": "CartesianGridProps"
|
|
323652
|
-
}
|
|
323653
|
-
],
|
|
323654
|
-
"required": false,
|
|
323655
|
-
"type": {
|
|
323656
|
-
"name": "GridLineType"
|
|
323657
|
-
}
|
|
323658
|
-
},
|
|
323659
|
-
"strokeDasharray": {
|
|
323660
|
-
"defaultValue": null,
|
|
323661
|
-
"description": "",
|
|
323662
|
-
"name": "strokeDasharray",
|
|
323663
|
-
"parent": {
|
|
323664
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323665
|
-
"name": "SVGAttributes"
|
|
323666
|
-
},
|
|
323667
|
-
"declarations": [
|
|
323668
|
-
{
|
|
323669
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323670
|
-
"name": "SVGAttributes"
|
|
323671
|
-
}
|
|
323672
|
-
],
|
|
323673
|
-
"required": false,
|
|
323674
|
-
"type": {
|
|
323675
|
-
"name": "string | number"
|
|
323676
|
-
}
|
|
323677
|
-
}
|
|
323678
|
-
}
|
|
323679
|
-
},
|
|
323680
323860
|
{
|
|
323681
323861
|
"tags": {},
|
|
323682
323862
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|