@mittwald/flow-react-components 0.2.0-alpha.358 → 0.2.0-alpha.360
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 +8 -0
- package/dist/assets/doc-properties.json +254 -254
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.360](https://github.com/mittwald/flow/compare/0.2.0-alpha.359...0.2.0-alpha.360) (2025-07-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.359](https://github.com/mittwald/flow/compare/0.2.0-alpha.358...0.2.0-alpha.359) (2025-07-24)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.358](https://github.com/mittwald/flow/compare/0.2.0-alpha.357...0.2.0-alpha.358) (2025-07-24)
|
|
7
15
|
|
|
8
16
|
### Features
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"tags": {
|
|
4
4
|
"flr-generate": "all"
|
|
5
5
|
},
|
|
6
|
-
"filePath": "src/components/
|
|
6
|
+
"filePath": "src/components/XAxis/XAxis.tsx",
|
|
7
7
|
"description": "",
|
|
8
|
-
"displayName": "
|
|
8
|
+
"displayName": "XAxis",
|
|
9
9
|
"methods": [],
|
|
10
10
|
"props": {
|
|
11
11
|
"className": {
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"name": "SVGAttributes"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
72
|
-
"name": "
|
|
71
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
72
|
+
"name": "XAxisProps"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"required": false,
|
|
76
76
|
"type": {
|
|
77
|
-
"name": "\"
|
|
77
|
+
"name": "\"top\" | \"bottom\""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"scale": {
|
|
@@ -134,18 +134,37 @@
|
|
|
134
134
|
"name": "boolean"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
+
"allowDataOverflow": {
|
|
138
|
+
"defaultValue": null,
|
|
139
|
+
"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.",
|
|
140
|
+
"name": "allowDataOverflow",
|
|
141
|
+
"parent": {
|
|
142
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
143
|
+
"name": "BaseAxisProps"
|
|
144
|
+
},
|
|
145
|
+
"declarations": [
|
|
146
|
+
{
|
|
147
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
148
|
+
"name": "BaseAxisProps"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"required": false,
|
|
152
|
+
"type": {
|
|
153
|
+
"name": "boolean"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
137
156
|
"interval": {
|
|
138
157
|
"defaultValue": null,
|
|
139
158
|
"description": "",
|
|
140
159
|
"name": "interval",
|
|
141
160
|
"parent": {
|
|
142
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
143
|
-
"name": "
|
|
161
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
162
|
+
"name": "XAxisProps"
|
|
144
163
|
},
|
|
145
164
|
"declarations": [
|
|
146
165
|
{
|
|
147
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
148
|
-
"name": "
|
|
166
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
167
|
+
"name": "XAxisProps"
|
|
149
168
|
}
|
|
150
169
|
],
|
|
151
170
|
"required": false,
|
|
@@ -158,13 +177,13 @@
|
|
|
158
177
|
"description": "",
|
|
159
178
|
"name": "minTickGap",
|
|
160
179
|
"parent": {
|
|
161
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
162
|
-
"name": "
|
|
180
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
181
|
+
"name": "XAxisProps"
|
|
163
182
|
},
|
|
164
183
|
"declarations": [
|
|
165
184
|
{
|
|
166
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
167
|
-
"name": "
|
|
185
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
186
|
+
"name": "XAxisProps"
|
|
168
187
|
}
|
|
169
188
|
],
|
|
170
189
|
"required": false,
|
|
@@ -231,13 +250,60 @@
|
|
|
231
250
|
}
|
|
232
251
|
}
|
|
233
252
|
},
|
|
253
|
+
{
|
|
254
|
+
"tags": {},
|
|
255
|
+
"filePath": "src/components/Wrap/Wrap.tsx",
|
|
256
|
+
"description": "",
|
|
257
|
+
"displayName": "Wrap",
|
|
258
|
+
"methods": [],
|
|
259
|
+
"props": {
|
|
260
|
+
"if": {
|
|
261
|
+
"defaultValue": null,
|
|
262
|
+
"description": "",
|
|
263
|
+
"name": "if",
|
|
264
|
+
"parent": {
|
|
265
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
266
|
+
"name": "WrapProps"
|
|
267
|
+
},
|
|
268
|
+
"declarations": [
|
|
269
|
+
{
|
|
270
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
271
|
+
"name": "WrapProps"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"required": true,
|
|
275
|
+
"type": {
|
|
276
|
+
"name": "unknown"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"children": {
|
|
280
|
+
"defaultValue": null,
|
|
281
|
+
"description": "",
|
|
282
|
+
"name": "children",
|
|
283
|
+
"parent": {
|
|
284
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
285
|
+
"name": "WrapProps"
|
|
286
|
+
},
|
|
287
|
+
"declarations": [
|
|
288
|
+
{
|
|
289
|
+
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
290
|
+
"name": "WrapProps"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"required": true,
|
|
294
|
+
"type": {
|
|
295
|
+
"name": "ReactElement<{ children?: ReactNode; }, string | JSXElementConstructor<any>>"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
234
300
|
{
|
|
235
301
|
"tags": {
|
|
236
302
|
"flr-generate": "all"
|
|
237
303
|
},
|
|
238
|
-
"filePath": "src/components/
|
|
304
|
+
"filePath": "src/components/YAxis/YAxis.tsx",
|
|
239
305
|
"description": "",
|
|
240
|
-
"displayName": "
|
|
306
|
+
"displayName": "YAxis",
|
|
241
307
|
"methods": [],
|
|
242
308
|
"props": {
|
|
243
309
|
"className": {
|
|
@@ -300,13 +366,13 @@
|
|
|
300
366
|
"name": "SVGAttributes"
|
|
301
367
|
},
|
|
302
368
|
{
|
|
303
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
304
|
-
"name": "
|
|
369
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
370
|
+
"name": "XAxisProps"
|
|
305
371
|
}
|
|
306
372
|
],
|
|
307
373
|
"required": false,
|
|
308
374
|
"type": {
|
|
309
|
-
"name": "\"
|
|
375
|
+
"name": "\"top\" | \"bottom\""
|
|
310
376
|
}
|
|
311
377
|
},
|
|
312
378
|
"scale": {
|
|
@@ -371,13 +437,13 @@
|
|
|
371
437
|
"description": "",
|
|
372
438
|
"name": "interval",
|
|
373
439
|
"parent": {
|
|
374
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
375
|
-
"name": "
|
|
440
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
441
|
+
"name": "YAxisProps"
|
|
376
442
|
},
|
|
377
443
|
"declarations": [
|
|
378
444
|
{
|
|
379
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
380
|
-
"name": "
|
|
445
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
446
|
+
"name": "YAxisProps"
|
|
381
447
|
}
|
|
382
448
|
],
|
|
383
449
|
"required": false,
|
|
@@ -390,13 +456,13 @@
|
|
|
390
456
|
"description": "",
|
|
391
457
|
"name": "minTickGap",
|
|
392
458
|
"parent": {
|
|
393
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
394
|
-
"name": "
|
|
459
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
460
|
+
"name": "YAxisProps"
|
|
395
461
|
},
|
|
396
462
|
"declarations": [
|
|
397
463
|
{
|
|
398
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
399
|
-
"name": "
|
|
464
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
465
|
+
"name": "YAxisProps"
|
|
400
466
|
}
|
|
401
467
|
],
|
|
402
468
|
"required": false,
|
|
@@ -460,72 +526,6 @@
|
|
|
460
526
|
"type": {
|
|
461
527
|
"name": "string"
|
|
462
528
|
}
|
|
463
|
-
},
|
|
464
|
-
"allowDataOverflow": {
|
|
465
|
-
"defaultValue": null,
|
|
466
|
-
"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.",
|
|
467
|
-
"name": "allowDataOverflow",
|
|
468
|
-
"parent": {
|
|
469
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
470
|
-
"name": "BaseAxisProps"
|
|
471
|
-
},
|
|
472
|
-
"declarations": [
|
|
473
|
-
{
|
|
474
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
475
|
-
"name": "BaseAxisProps"
|
|
476
|
-
}
|
|
477
|
-
],
|
|
478
|
-
"required": false,
|
|
479
|
-
"type": {
|
|
480
|
-
"name": "boolean"
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"tags": {},
|
|
487
|
-
"filePath": "src/components/Wrap/Wrap.tsx",
|
|
488
|
-
"description": "",
|
|
489
|
-
"displayName": "Wrap",
|
|
490
|
-
"methods": [],
|
|
491
|
-
"props": {
|
|
492
|
-
"if": {
|
|
493
|
-
"defaultValue": null,
|
|
494
|
-
"description": "",
|
|
495
|
-
"name": "if",
|
|
496
|
-
"parent": {
|
|
497
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
498
|
-
"name": "WrapProps"
|
|
499
|
-
},
|
|
500
|
-
"declarations": [
|
|
501
|
-
{
|
|
502
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
503
|
-
"name": "WrapProps"
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"required": true,
|
|
507
|
-
"type": {
|
|
508
|
-
"name": "unknown"
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
"children": {
|
|
512
|
-
"defaultValue": null,
|
|
513
|
-
"description": "",
|
|
514
|
-
"name": "children",
|
|
515
|
-
"parent": {
|
|
516
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
517
|
-
"name": "WrapProps"
|
|
518
|
-
},
|
|
519
|
-
"declarations": [
|
|
520
|
-
{
|
|
521
|
-
"fileName": "src/components/Wrap/Wrap.tsx",
|
|
522
|
-
"name": "WrapProps"
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"required": true,
|
|
526
|
-
"type": {
|
|
527
|
-
"name": "ReactElement<{ children?: ReactNode; }, string | JSXElementConstructor<any>>"
|
|
528
|
-
}
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
},
|
|
@@ -59546,13 +59546,13 @@
|
|
|
59546
59546
|
"name": "SVGAttributes"
|
|
59547
59547
|
},
|
|
59548
59548
|
{
|
|
59549
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
59550
|
-
"name": "
|
|
59549
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
59550
|
+
"name": "XAxisProps"
|
|
59551
59551
|
}
|
|
59552
59552
|
],
|
|
59553
59553
|
"required": false,
|
|
59554
59554
|
"type": {
|
|
59555
|
-
"name": "\"
|
|
59555
|
+
"name": "\"top\" | \"bottom\""
|
|
59556
59556
|
}
|
|
59557
59557
|
},
|
|
59558
59558
|
"origin": {
|
|
@@ -97649,13 +97649,13 @@
|
|
|
97649
97649
|
"name": "SVGAttributes"
|
|
97650
97650
|
},
|
|
97651
97651
|
{
|
|
97652
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
97653
|
-
"name": "
|
|
97652
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
97653
|
+
"name": "XAxisProps"
|
|
97654
97654
|
}
|
|
97655
97655
|
],
|
|
97656
97656
|
"required": false,
|
|
97657
97657
|
"type": {
|
|
97658
|
-
"name": "\"
|
|
97658
|
+
"name": "\"top\" | \"bottom\""
|
|
97659
97659
|
}
|
|
97660
97660
|
},
|
|
97661
97661
|
"origin": {
|
|
@@ -145489,7 +145489,7 @@
|
|
|
145489
145489
|
],
|
|
145490
145490
|
"required": false,
|
|
145491
145491
|
"type": {
|
|
145492
|
-
"name": "\"
|
|
145492
|
+
"name": "\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
145493
145493
|
}
|
|
145494
145494
|
},
|
|
145495
145495
|
"className": {
|
|
@@ -178126,13 +178126,13 @@
|
|
|
178126
178126
|
"name": "SVGAttributes"
|
|
178127
178127
|
},
|
|
178128
178128
|
{
|
|
178129
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
178130
|
-
"name": "
|
|
178129
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
178130
|
+
"name": "XAxisProps"
|
|
178131
178131
|
}
|
|
178132
178132
|
],
|
|
178133
178133
|
"required": false,
|
|
178134
178134
|
"type": {
|
|
178135
|
-
"name": "\"
|
|
178135
|
+
"name": "\"top\" | \"bottom\""
|
|
178136
178136
|
}
|
|
178137
178137
|
},
|
|
178138
178138
|
"origin": {
|
|
@@ -205538,10 +205538,10 @@
|
|
|
205538
205538
|
"name": "() => ArrayIterator<any>"
|
|
205539
205539
|
}
|
|
205540
205540
|
},
|
|
205541
|
-
"__@unscopables@
|
|
205541
|
+
"__@unscopables@1103": {
|
|
205542
205542
|
"defaultValue": null,
|
|
205543
205543
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
205544
|
-
"name": "__@unscopables@
|
|
205544
|
+
"name": "__@unscopables@1103",
|
|
205545
205545
|
"parent": {
|
|
205546
205546
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
205547
205547
|
"name": "Array"
|
|
@@ -206374,10 +206374,10 @@
|
|
|
206374
206374
|
"name": "() => ArrayIterator<any>"
|
|
206375
206375
|
}
|
|
206376
206376
|
},
|
|
206377
|
-
"__@unscopables@
|
|
206377
|
+
"__@unscopables@1103": {
|
|
206378
206378
|
"defaultValue": null,
|
|
206379
206379
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
206380
|
-
"name": "__@unscopables@
|
|
206380
|
+
"name": "__@unscopables@1103",
|
|
206381
206381
|
"parent": {
|
|
206382
206382
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
206383
206383
|
"name": "Array"
|
|
@@ -207210,10 +207210,10 @@
|
|
|
207210
207210
|
"name": "() => ArrayIterator<any>"
|
|
207211
207211
|
}
|
|
207212
207212
|
},
|
|
207213
|
-
"__@unscopables@
|
|
207213
|
+
"__@unscopables@1103": {
|
|
207214
207214
|
"defaultValue": null,
|
|
207215
207215
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
207216
|
-
"name": "__@unscopables@
|
|
207216
|
+
"name": "__@unscopables@1103",
|
|
207217
207217
|
"parent": {
|
|
207218
207218
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
207219
207219
|
"name": "Array"
|
|
@@ -233096,146 +233096,6 @@
|
|
|
233096
233096
|
}
|
|
233097
233097
|
}
|
|
233098
233098
|
},
|
|
233099
|
-
{
|
|
233100
|
-
"tags": {
|
|
233101
|
-
"flr-generate": "all"
|
|
233102
|
-
},
|
|
233103
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
233104
|
-
"description": "",
|
|
233105
|
-
"displayName": "ContextMenuTrigger",
|
|
233106
|
-
"methods": [],
|
|
233107
|
-
"props": {
|
|
233108
|
-
"isDefaultOpen": {
|
|
233109
|
-
"defaultValue": null,
|
|
233110
|
-
"description": "Whether the overlay should be open initially.",
|
|
233111
|
-
"name": "isDefaultOpen",
|
|
233112
|
-
"parent": {
|
|
233113
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233114
|
-
"name": "OverlayTriggerProps"
|
|
233115
|
-
},
|
|
233116
|
-
"declarations": [
|
|
233117
|
-
{
|
|
233118
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233119
|
-
"name": "OverlayTriggerProps"
|
|
233120
|
-
}
|
|
233121
|
-
],
|
|
233122
|
-
"required": false,
|
|
233123
|
-
"type": {
|
|
233124
|
-
"name": "boolean"
|
|
233125
|
-
}
|
|
233126
|
-
},
|
|
233127
|
-
"controller": {
|
|
233128
|
-
"defaultValue": null,
|
|
233129
|
-
"description": "A controller to control the state of the overlay.",
|
|
233130
|
-
"name": "controller",
|
|
233131
|
-
"parent": {
|
|
233132
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233133
|
-
"name": "OverlayTriggerProps"
|
|
233134
|
-
},
|
|
233135
|
-
"declarations": [
|
|
233136
|
-
{
|
|
233137
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233138
|
-
"name": "OverlayTriggerProps"
|
|
233139
|
-
}
|
|
233140
|
-
],
|
|
233141
|
-
"required": false,
|
|
233142
|
-
"type": {
|
|
233143
|
-
"name": "OverlayController"
|
|
233144
|
-
}
|
|
233145
|
-
},
|
|
233146
|
-
"wrapWith": {
|
|
233147
|
-
"defaultValue": null,
|
|
233148
|
-
"description": "",
|
|
233149
|
-
"name": "wrapWith",
|
|
233150
|
-
"parent": {
|
|
233151
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233152
|
-
"name": "FlowComponentProps"
|
|
233153
|
-
},
|
|
233154
|
-
"declarations": [
|
|
233155
|
-
{
|
|
233156
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233157
|
-
"name": "FlowComponentProps"
|
|
233158
|
-
}
|
|
233159
|
-
],
|
|
233160
|
-
"required": false,
|
|
233161
|
-
"type": {
|
|
233162
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233163
|
-
}
|
|
233164
|
-
},
|
|
233165
|
-
"tunnelId": {
|
|
233166
|
-
"defaultValue": null,
|
|
233167
|
-
"description": "@internal",
|
|
233168
|
-
"name": "tunnelId",
|
|
233169
|
-
"parent": {
|
|
233170
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233171
|
-
"name": "PropsWithTunnel"
|
|
233172
|
-
},
|
|
233173
|
-
"declarations": [
|
|
233174
|
-
{
|
|
233175
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
233176
|
-
"name": "PropsWithTunnel"
|
|
233177
|
-
}
|
|
233178
|
-
],
|
|
233179
|
-
"required": false,
|
|
233180
|
-
"type": {
|
|
233181
|
-
"name": "string | null"
|
|
233182
|
-
}
|
|
233183
|
-
},
|
|
233184
|
-
"ref": {
|
|
233185
|
-
"defaultValue": null,
|
|
233186
|
-
"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}",
|
|
233187
|
-
"name": "ref",
|
|
233188
|
-
"parent": {
|
|
233189
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233190
|
-
"name": "RefAttributes"
|
|
233191
|
-
},
|
|
233192
|
-
"declarations": [
|
|
233193
|
-
{
|
|
233194
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233195
|
-
"name": "RefAttributes"
|
|
233196
|
-
}
|
|
233197
|
-
],
|
|
233198
|
-
"required": false,
|
|
233199
|
-
"type": {
|
|
233200
|
-
"name": "Ref<HTMLInputElement>"
|
|
233201
|
-
}
|
|
233202
|
-
},
|
|
233203
|
-
"key": {
|
|
233204
|
-
"defaultValue": null,
|
|
233205
|
-
"description": "",
|
|
233206
|
-
"name": "key",
|
|
233207
|
-
"parent": {
|
|
233208
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233209
|
-
"name": "Attributes"
|
|
233210
|
-
},
|
|
233211
|
-
"declarations": [
|
|
233212
|
-
{
|
|
233213
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233214
|
-
"name": "Attributes"
|
|
233215
|
-
}
|
|
233216
|
-
],
|
|
233217
|
-
"required": false,
|
|
233218
|
-
"type": {
|
|
233219
|
-
"name": "Key | null"
|
|
233220
|
-
}
|
|
233221
|
-
},
|
|
233222
|
-
"children": {
|
|
233223
|
-
"defaultValue": null,
|
|
233224
|
-
"description": "",
|
|
233225
|
-
"name": "children",
|
|
233226
|
-
"declarations": [
|
|
233227
|
-
{
|
|
233228
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233229
|
-
"name": "TypeLiteral"
|
|
233230
|
-
}
|
|
233231
|
-
],
|
|
233232
|
-
"required": false,
|
|
233233
|
-
"type": {
|
|
233234
|
-
"name": "ReactNode"
|
|
233235
|
-
}
|
|
233236
|
-
}
|
|
233237
|
-
}
|
|
233238
|
-
},
|
|
233239
233099
|
{
|
|
233240
233100
|
"tags": {
|
|
233241
233101
|
"flr-generate": "all"
|
|
@@ -233898,6 +233758,146 @@
|
|
|
233898
233758
|
}
|
|
233899
233759
|
}
|
|
233900
233760
|
},
|
|
233761
|
+
{
|
|
233762
|
+
"tags": {
|
|
233763
|
+
"flr-generate": "all"
|
|
233764
|
+
},
|
|
233765
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
233766
|
+
"description": "",
|
|
233767
|
+
"displayName": "ContextMenuTrigger",
|
|
233768
|
+
"methods": [],
|
|
233769
|
+
"props": {
|
|
233770
|
+
"isDefaultOpen": {
|
|
233771
|
+
"defaultValue": null,
|
|
233772
|
+
"description": "Whether the overlay should be open initially.",
|
|
233773
|
+
"name": "isDefaultOpen",
|
|
233774
|
+
"parent": {
|
|
233775
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233776
|
+
"name": "OverlayTriggerProps"
|
|
233777
|
+
},
|
|
233778
|
+
"declarations": [
|
|
233779
|
+
{
|
|
233780
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233781
|
+
"name": "OverlayTriggerProps"
|
|
233782
|
+
}
|
|
233783
|
+
],
|
|
233784
|
+
"required": false,
|
|
233785
|
+
"type": {
|
|
233786
|
+
"name": "boolean"
|
|
233787
|
+
}
|
|
233788
|
+
},
|
|
233789
|
+
"controller": {
|
|
233790
|
+
"defaultValue": null,
|
|
233791
|
+
"description": "A controller to control the state of the overlay.",
|
|
233792
|
+
"name": "controller",
|
|
233793
|
+
"parent": {
|
|
233794
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233795
|
+
"name": "OverlayTriggerProps"
|
|
233796
|
+
},
|
|
233797
|
+
"declarations": [
|
|
233798
|
+
{
|
|
233799
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
233800
|
+
"name": "OverlayTriggerProps"
|
|
233801
|
+
}
|
|
233802
|
+
],
|
|
233803
|
+
"required": false,
|
|
233804
|
+
"type": {
|
|
233805
|
+
"name": "OverlayController"
|
|
233806
|
+
}
|
|
233807
|
+
},
|
|
233808
|
+
"wrapWith": {
|
|
233809
|
+
"defaultValue": null,
|
|
233810
|
+
"description": "",
|
|
233811
|
+
"name": "wrapWith",
|
|
233812
|
+
"parent": {
|
|
233813
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233814
|
+
"name": "FlowComponentProps"
|
|
233815
|
+
},
|
|
233816
|
+
"declarations": [
|
|
233817
|
+
{
|
|
233818
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
233819
|
+
"name": "FlowComponentProps"
|
|
233820
|
+
}
|
|
233821
|
+
],
|
|
233822
|
+
"required": false,
|
|
233823
|
+
"type": {
|
|
233824
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
233825
|
+
}
|
|
233826
|
+
},
|
|
233827
|
+
"tunnelId": {
|
|
233828
|
+
"defaultValue": null,
|
|
233829
|
+
"description": "@internal",
|
|
233830
|
+
"name": "tunnelId",
|
|
233831
|
+
"parent": {
|
|
233832
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233833
|
+
"name": "PropsWithTunnel"
|
|
233834
|
+
},
|
|
233835
|
+
"declarations": [
|
|
233836
|
+
{
|
|
233837
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
233838
|
+
"name": "PropsWithTunnel"
|
|
233839
|
+
}
|
|
233840
|
+
],
|
|
233841
|
+
"required": false,
|
|
233842
|
+
"type": {
|
|
233843
|
+
"name": "string | null"
|
|
233844
|
+
}
|
|
233845
|
+
},
|
|
233846
|
+
"ref": {
|
|
233847
|
+
"defaultValue": null,
|
|
233848
|
+
"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}",
|
|
233849
|
+
"name": "ref",
|
|
233850
|
+
"parent": {
|
|
233851
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233852
|
+
"name": "RefAttributes"
|
|
233853
|
+
},
|
|
233854
|
+
"declarations": [
|
|
233855
|
+
{
|
|
233856
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233857
|
+
"name": "RefAttributes"
|
|
233858
|
+
}
|
|
233859
|
+
],
|
|
233860
|
+
"required": false,
|
|
233861
|
+
"type": {
|
|
233862
|
+
"name": "Ref<HTMLInputElement>"
|
|
233863
|
+
}
|
|
233864
|
+
},
|
|
233865
|
+
"key": {
|
|
233866
|
+
"defaultValue": null,
|
|
233867
|
+
"description": "",
|
|
233868
|
+
"name": "key",
|
|
233869
|
+
"parent": {
|
|
233870
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233871
|
+
"name": "Attributes"
|
|
233872
|
+
},
|
|
233873
|
+
"declarations": [
|
|
233874
|
+
{
|
|
233875
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233876
|
+
"name": "Attributes"
|
|
233877
|
+
}
|
|
233878
|
+
],
|
|
233879
|
+
"required": false,
|
|
233880
|
+
"type": {
|
|
233881
|
+
"name": "Key | null"
|
|
233882
|
+
}
|
|
233883
|
+
},
|
|
233884
|
+
"children": {
|
|
233885
|
+
"defaultValue": null,
|
|
233886
|
+
"description": "",
|
|
233887
|
+
"name": "children",
|
|
233888
|
+
"declarations": [
|
|
233889
|
+
{
|
|
233890
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
233891
|
+
"name": "TypeLiteral"
|
|
233892
|
+
}
|
|
233893
|
+
],
|
|
233894
|
+
"required": false,
|
|
233895
|
+
"type": {
|
|
233896
|
+
"name": "ReactNode"
|
|
233897
|
+
}
|
|
233898
|
+
}
|
|
233899
|
+
}
|
|
233900
|
+
},
|
|
233901
233901
|
{
|
|
233902
233902
|
"tags": {},
|
|
233903
233903
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
|
|
@@ -239067,13 +239067,13 @@
|
|
|
239067
239067
|
"name": "SVGAttributes"
|
|
239068
239068
|
},
|
|
239069
239069
|
{
|
|
239070
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
239071
|
-
"name": "
|
|
239070
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
239071
|
+
"name": "XAxisProps"
|
|
239072
239072
|
}
|
|
239073
239073
|
],
|
|
239074
239074
|
"required": false,
|
|
239075
239075
|
"type": {
|
|
239076
|
-
"name": "\"
|
|
239076
|
+
"name": "\"top\" | \"bottom\""
|
|
239077
239077
|
}
|
|
239078
239078
|
},
|
|
239079
239079
|
"origin": {
|
|
@@ -249743,13 +249743,13 @@
|
|
|
249743
249743
|
"name": "SVGAttributes"
|
|
249744
249744
|
},
|
|
249745
249745
|
{
|
|
249746
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
249747
|
-
"name": "
|
|
249746
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
249747
|
+
"name": "XAxisProps"
|
|
249748
249748
|
}
|
|
249749
249749
|
],
|
|
249750
249750
|
"required": false,
|
|
249751
249751
|
"type": {
|
|
249752
|
-
"name": "\"
|
|
249752
|
+
"name": "\"top\" | \"bottom\""
|
|
249753
249753
|
}
|
|
249754
249754
|
},
|
|
249755
249755
|
"origin": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.360",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.6",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.360",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.0.18",
|
|
64
64
|
"@react-aria/utils": "^3.29.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.9.0",
|
|
100
100
|
"@internationalized/date": "^3.8.2",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.360",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "6952db8b08b53a980b5ae4b035a7f76b5ae7454a"
|
|
176
176
|
}
|