@mittwald/flow-react-components 0.2.0-alpha.804 → 0.2.0-alpha.805
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +370 -349
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@cbc1b50fe3e51afbdb1b35a65308b79e.mjs +14 -0
- package/dist/js/_virtual/_.locale.json@cbc1b50fe3e51afbdb1b35a65308b79e.mjs.map +1 -0
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +70 -16
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs +7 -3
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs +3 -1
- package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs +4 -4
- package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs.map +1 -1
- package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs +1 -2
- package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs.map +1 -1
- package/dist/types/components/CodeBlock/CodeBlock.d.ts +7 -0
- package/dist/types/components/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/dist/types/components/CodeBlock/stories/Default.stories.d.ts +1 -2
- package/dist/types/components/CodeBlock/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -219609,6 +219609,27 @@
|
|
|
219609
219609
|
"name": "string"
|
|
219610
219610
|
}
|
|
219611
219611
|
},
|
|
219612
|
+
"truncateLines": {
|
|
219613
|
+
"defaultValue": {
|
|
219614
|
+
"value": ": false"
|
|
219615
|
+
},
|
|
219616
|
+
"description": "Controls truncation of long code blocks. `false` disables it, `true`\ntruncates after 8 lines, and a number sets the maximum line count.",
|
|
219617
|
+
"name": "truncateLines",
|
|
219618
|
+
"parent": {
|
|
219619
|
+
"fileName": "components/src/components/CodeBlock/CodeBlock.tsx",
|
|
219620
|
+
"name": "CodeBlockProps"
|
|
219621
|
+
},
|
|
219622
|
+
"declarations": [
|
|
219623
|
+
{
|
|
219624
|
+
"fileName": "components/src/components/CodeBlock/CodeBlock.tsx",
|
|
219625
|
+
"name": "CodeBlockProps"
|
|
219626
|
+
}
|
|
219627
|
+
],
|
|
219628
|
+
"required": false,
|
|
219629
|
+
"type": {
|
|
219630
|
+
"name": "number | boolean"
|
|
219631
|
+
}
|
|
219632
|
+
},
|
|
219612
219633
|
"className": {
|
|
219613
219634
|
"defaultValue": null,
|
|
219614
219635
|
"description": "The elements class name.",
|
|
@@ -275155,6 +275176,49 @@
|
|
|
275155
275176
|
}
|
|
275156
275177
|
}
|
|
275157
275178
|
},
|
|
275179
|
+
{
|
|
275180
|
+
"tags": {},
|
|
275181
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275182
|
+
"description": "",
|
|
275183
|
+
"displayName": "FormSettingsProvider",
|
|
275184
|
+
"methods": [],
|
|
275185
|
+
"props": {
|
|
275186
|
+
"submitInterceptor": {
|
|
275187
|
+
"defaultValue": null,
|
|
275188
|
+
"description": "",
|
|
275189
|
+
"name": "submitInterceptor",
|
|
275190
|
+
"parent": {
|
|
275191
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275192
|
+
"name": "Context"
|
|
275193
|
+
},
|
|
275194
|
+
"declarations": [
|
|
275195
|
+
{
|
|
275196
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275197
|
+
"name": "Context"
|
|
275198
|
+
}
|
|
275199
|
+
],
|
|
275200
|
+
"required": false,
|
|
275201
|
+
"type": {
|
|
275202
|
+
"name": "SubmitInterceptor"
|
|
275203
|
+
}
|
|
275204
|
+
},
|
|
275205
|
+
"children": {
|
|
275206
|
+
"defaultValue": null,
|
|
275207
|
+
"description": "",
|
|
275208
|
+
"name": "children",
|
|
275209
|
+
"declarations": [
|
|
275210
|
+
{
|
|
275211
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275212
|
+
"name": "TypeLiteral"
|
|
275213
|
+
}
|
|
275214
|
+
],
|
|
275215
|
+
"required": false,
|
|
275216
|
+
"type": {
|
|
275217
|
+
"name": "ReactNode"
|
|
275218
|
+
}
|
|
275219
|
+
}
|
|
275220
|
+
}
|
|
275221
|
+
},
|
|
275158
275222
|
{
|
|
275159
275223
|
"tags": {},
|
|
275160
275224
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277511,49 +277575,6 @@
|
|
|
277511
277575
|
}
|
|
277512
277576
|
}
|
|
277513
277577
|
},
|
|
277514
|
-
{
|
|
277515
|
-
"tags": {},
|
|
277516
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277517
|
-
"description": "",
|
|
277518
|
-
"displayName": "FormSettingsProvider",
|
|
277519
|
-
"methods": [],
|
|
277520
|
-
"props": {
|
|
277521
|
-
"submitInterceptor": {
|
|
277522
|
-
"defaultValue": null,
|
|
277523
|
-
"description": "",
|
|
277524
|
-
"name": "submitInterceptor",
|
|
277525
|
-
"parent": {
|
|
277526
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277527
|
-
"name": "Context"
|
|
277528
|
-
},
|
|
277529
|
-
"declarations": [
|
|
277530
|
-
{
|
|
277531
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277532
|
-
"name": "Context"
|
|
277533
|
-
}
|
|
277534
|
-
],
|
|
277535
|
-
"required": false,
|
|
277536
|
-
"type": {
|
|
277537
|
-
"name": "SubmitInterceptor"
|
|
277538
|
-
}
|
|
277539
|
-
},
|
|
277540
|
-
"children": {
|
|
277541
|
-
"defaultValue": null,
|
|
277542
|
-
"description": "",
|
|
277543
|
-
"name": "children",
|
|
277544
|
-
"declarations": [
|
|
277545
|
-
{
|
|
277546
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277547
|
-
"name": "TypeLiteral"
|
|
277548
|
-
}
|
|
277549
|
-
],
|
|
277550
|
-
"required": false,
|
|
277551
|
-
"type": {
|
|
277552
|
-
"name": "ReactNode"
|
|
277553
|
-
}
|
|
277554
|
-
}
|
|
277555
|
-
}
|
|
277556
|
-
},
|
|
277557
277578
|
{
|
|
277558
277579
|
"tags": {},
|
|
277559
277580
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
@@ -284257,33 +284278,7 @@
|
|
|
284257
284278
|
"tags": {
|
|
284258
284279
|
"deprecated": "Use RouterProvider instead"
|
|
284259
284280
|
},
|
|
284260
|
-
"filePath": "src/integrations/nextjs/components/
|
|
284261
|
-
"description": "",
|
|
284262
|
-
"displayName": "LinkProvider",
|
|
284263
|
-
"methods": [],
|
|
284264
|
-
"props": {
|
|
284265
|
-
"children": {
|
|
284266
|
-
"defaultValue": null,
|
|
284267
|
-
"description": "",
|
|
284268
|
-
"name": "children",
|
|
284269
|
-
"declarations": [
|
|
284270
|
-
{
|
|
284271
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
284272
|
-
"name": "TypeLiteral"
|
|
284273
|
-
}
|
|
284274
|
-
],
|
|
284275
|
-
"required": false,
|
|
284276
|
-
"type": {
|
|
284277
|
-
"name": "ReactNode"
|
|
284278
|
-
}
|
|
284279
|
-
}
|
|
284280
|
-
}
|
|
284281
|
-
},
|
|
284282
|
-
{
|
|
284283
|
-
"tags": {
|
|
284284
|
-
"deprecated": "Use RouterProvider instead"
|
|
284285
|
-
},
|
|
284286
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
284281
|
+
"filePath": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
284287
284282
|
"description": "",
|
|
284288
284283
|
"displayName": "Link",
|
|
284289
284284
|
"methods": [],
|
|
@@ -284293,12 +284288,12 @@
|
|
|
284293
284288
|
"description": "",
|
|
284294
284289
|
"name": "ref",
|
|
284295
284290
|
"parent": {
|
|
284296
|
-
"fileName": "
|
|
284291
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
284297
284292
|
"name": "Props"
|
|
284298
284293
|
},
|
|
284299
284294
|
"declarations": [
|
|
284300
284295
|
{
|
|
284301
|
-
"fileName": "
|
|
284296
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
284302
284297
|
"name": "Props"
|
|
284303
284298
|
}
|
|
284304
284299
|
],
|
|
@@ -284312,12 +284307,12 @@
|
|
|
284312
284307
|
"description": "",
|
|
284313
284308
|
"name": "isDisabled",
|
|
284314
284309
|
"parent": {
|
|
284315
|
-
"fileName": "
|
|
284310
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
284316
284311
|
"name": "Props"
|
|
284317
284312
|
},
|
|
284318
284313
|
"declarations": [
|
|
284319
284314
|
{
|
|
284320
|
-
"fileName": "
|
|
284315
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
284321
284316
|
"name": "Props"
|
|
284322
284317
|
}
|
|
284323
284318
|
],
|
|
@@ -289781,6 +289776,32 @@
|
|
|
289781
289776
|
}
|
|
289782
289777
|
}
|
|
289783
289778
|
},
|
|
289779
|
+
{
|
|
289780
|
+
"tags": {
|
|
289781
|
+
"deprecated": "Use RouterProvider instead"
|
|
289782
|
+
},
|
|
289783
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
289784
|
+
"description": "",
|
|
289785
|
+
"displayName": "LinkProvider",
|
|
289786
|
+
"methods": [],
|
|
289787
|
+
"props": {
|
|
289788
|
+
"children": {
|
|
289789
|
+
"defaultValue": null,
|
|
289790
|
+
"description": "",
|
|
289791
|
+
"name": "children",
|
|
289792
|
+
"declarations": [
|
|
289793
|
+
{
|
|
289794
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
289795
|
+
"name": "TypeLiteral"
|
|
289796
|
+
}
|
|
289797
|
+
],
|
|
289798
|
+
"required": false,
|
|
289799
|
+
"type": {
|
|
289800
|
+
"name": "ReactNode"
|
|
289801
|
+
}
|
|
289802
|
+
}
|
|
289803
|
+
}
|
|
289804
|
+
},
|
|
289784
289805
|
{
|
|
289785
289806
|
"tags": {
|
|
289786
289807
|
"flr-generate": "all"
|
|
@@ -305021,9 +305042,9 @@
|
|
|
305021
305042
|
"tags": {
|
|
305022
305043
|
"flr-generate": "all"
|
|
305023
305044
|
},
|
|
305024
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
305045
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
305025
305046
|
"description": "",
|
|
305026
|
-
"displayName": "
|
|
305047
|
+
"displayName": "RadioButton",
|
|
305027
305048
|
"methods": [],
|
|
305028
305049
|
"props": {
|
|
305029
305050
|
"translate": {
|
|
@@ -306911,9 +306932,9 @@
|
|
|
306911
306932
|
"tags": {
|
|
306912
306933
|
"flr-generate": "all"
|
|
306913
306934
|
},
|
|
306914
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
306935
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
306915
306936
|
"description": "",
|
|
306916
|
-
"displayName": "
|
|
306937
|
+
"displayName": "Radio",
|
|
306917
306938
|
"methods": [],
|
|
306918
306939
|
"props": {
|
|
306919
306940
|
"translate": {
|
|
@@ -309190,91 +309211,6 @@
|
|
|
309190
309211
|
}
|
|
309191
309212
|
}
|
|
309192
309213
|
},
|
|
309193
|
-
{
|
|
309194
|
-
"tags": {},
|
|
309195
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309196
|
-
"description": "",
|
|
309197
|
-
"displayName": "ValidationResultButton",
|
|
309198
|
-
"methods": [],
|
|
309199
|
-
"props": {
|
|
309200
|
-
"policyValidationResult": {
|
|
309201
|
-
"defaultValue": null,
|
|
309202
|
-
"description": "",
|
|
309203
|
-
"name": "policyValidationResult",
|
|
309204
|
-
"parent": {
|
|
309205
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309206
|
-
"name": "Props"
|
|
309207
|
-
},
|
|
309208
|
-
"declarations": [
|
|
309209
|
-
{
|
|
309210
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309211
|
-
"name": "Props"
|
|
309212
|
-
}
|
|
309213
|
-
],
|
|
309214
|
-
"required": false,
|
|
309215
|
-
"type": {
|
|
309216
|
-
"name": "ResolvedPolicyValidationResult"
|
|
309217
|
-
}
|
|
309218
|
-
},
|
|
309219
|
-
"isDisabled": {
|
|
309220
|
-
"defaultValue": null,
|
|
309221
|
-
"description": "",
|
|
309222
|
-
"name": "isDisabled",
|
|
309223
|
-
"parent": {
|
|
309224
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309225
|
-
"name": "Props"
|
|
309226
|
-
},
|
|
309227
|
-
"declarations": [
|
|
309228
|
-
{
|
|
309229
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309230
|
-
"name": "Props"
|
|
309231
|
-
}
|
|
309232
|
-
],
|
|
309233
|
-
"required": false,
|
|
309234
|
-
"type": {
|
|
309235
|
-
"name": "boolean"
|
|
309236
|
-
}
|
|
309237
|
-
},
|
|
309238
|
-
"isEmptyValue": {
|
|
309239
|
-
"defaultValue": null,
|
|
309240
|
-
"description": "",
|
|
309241
|
-
"name": "isEmptyValue",
|
|
309242
|
-
"parent": {
|
|
309243
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309244
|
-
"name": "Props"
|
|
309245
|
-
},
|
|
309246
|
-
"declarations": [
|
|
309247
|
-
{
|
|
309248
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309249
|
-
"name": "Props"
|
|
309250
|
-
}
|
|
309251
|
-
],
|
|
309252
|
-
"required": true,
|
|
309253
|
-
"type": {
|
|
309254
|
-
"name": "boolean"
|
|
309255
|
-
}
|
|
309256
|
-
},
|
|
309257
|
-
"className": {
|
|
309258
|
-
"defaultValue": null,
|
|
309259
|
-
"description": "The elements class name.",
|
|
309260
|
-
"name": "className",
|
|
309261
|
-
"parent": {
|
|
309262
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309263
|
-
"name": "PropsWithClassName"
|
|
309264
|
-
},
|
|
309265
|
-
"declarations": [
|
|
309266
|
-
{
|
|
309267
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309268
|
-
"name": "PropsWithClassName"
|
|
309269
|
-
}
|
|
309270
|
-
],
|
|
309271
|
-
"required": false,
|
|
309272
|
-
"type": {
|
|
309273
|
-
"name": "string"
|
|
309274
|
-
}
|
|
309275
|
-
}
|
|
309276
|
-
}
|
|
309277
|
-
},
|
|
309278
309214
|
{
|
|
309279
309215
|
"tags": {
|
|
309280
309216
|
"internal": ""
|
|
@@ -309498,6 +309434,91 @@
|
|
|
309498
309434
|
}
|
|
309499
309435
|
}
|
|
309500
309436
|
},
|
|
309437
|
+
{
|
|
309438
|
+
"tags": {},
|
|
309439
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309440
|
+
"description": "",
|
|
309441
|
+
"displayName": "ValidationResultButton",
|
|
309442
|
+
"methods": [],
|
|
309443
|
+
"props": {
|
|
309444
|
+
"policyValidationResult": {
|
|
309445
|
+
"defaultValue": null,
|
|
309446
|
+
"description": "",
|
|
309447
|
+
"name": "policyValidationResult",
|
|
309448
|
+
"parent": {
|
|
309449
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309450
|
+
"name": "Props"
|
|
309451
|
+
},
|
|
309452
|
+
"declarations": [
|
|
309453
|
+
{
|
|
309454
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309455
|
+
"name": "Props"
|
|
309456
|
+
}
|
|
309457
|
+
],
|
|
309458
|
+
"required": false,
|
|
309459
|
+
"type": {
|
|
309460
|
+
"name": "ResolvedPolicyValidationResult"
|
|
309461
|
+
}
|
|
309462
|
+
},
|
|
309463
|
+
"isDisabled": {
|
|
309464
|
+
"defaultValue": null,
|
|
309465
|
+
"description": "",
|
|
309466
|
+
"name": "isDisabled",
|
|
309467
|
+
"parent": {
|
|
309468
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309469
|
+
"name": "Props"
|
|
309470
|
+
},
|
|
309471
|
+
"declarations": [
|
|
309472
|
+
{
|
|
309473
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309474
|
+
"name": "Props"
|
|
309475
|
+
}
|
|
309476
|
+
],
|
|
309477
|
+
"required": false,
|
|
309478
|
+
"type": {
|
|
309479
|
+
"name": "boolean"
|
|
309480
|
+
}
|
|
309481
|
+
},
|
|
309482
|
+
"isEmptyValue": {
|
|
309483
|
+
"defaultValue": null,
|
|
309484
|
+
"description": "",
|
|
309485
|
+
"name": "isEmptyValue",
|
|
309486
|
+
"parent": {
|
|
309487
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309488
|
+
"name": "Props"
|
|
309489
|
+
},
|
|
309490
|
+
"declarations": [
|
|
309491
|
+
{
|
|
309492
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309493
|
+
"name": "Props"
|
|
309494
|
+
}
|
|
309495
|
+
],
|
|
309496
|
+
"required": true,
|
|
309497
|
+
"type": {
|
|
309498
|
+
"name": "boolean"
|
|
309499
|
+
}
|
|
309500
|
+
},
|
|
309501
|
+
"className": {
|
|
309502
|
+
"defaultValue": null,
|
|
309503
|
+
"description": "The elements class name.",
|
|
309504
|
+
"name": "className",
|
|
309505
|
+
"parent": {
|
|
309506
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309507
|
+
"name": "PropsWithClassName"
|
|
309508
|
+
},
|
|
309509
|
+
"declarations": [
|
|
309510
|
+
{
|
|
309511
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309512
|
+
"name": "PropsWithClassName"
|
|
309513
|
+
}
|
|
309514
|
+
],
|
|
309515
|
+
"required": false,
|
|
309516
|
+
"type": {
|
|
309517
|
+
"name": "string"
|
|
309518
|
+
}
|
|
309519
|
+
}
|
|
309520
|
+
}
|
|
309521
|
+
},
|
|
309501
309522
|
{
|
|
309502
309523
|
"tags": {
|
|
309503
309524
|
"flr-generate": "all"
|
|
@@ -318359,6 +318380,100 @@
|
|
|
318359
318380
|
}
|
|
318360
318381
|
}
|
|
318361
318382
|
},
|
|
318383
|
+
{
|
|
318384
|
+
"tags": {},
|
|
318385
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318386
|
+
"description": "",
|
|
318387
|
+
"displayName": "FileSizeText",
|
|
318388
|
+
"methods": [],
|
|
318389
|
+
"props": {
|
|
318390
|
+
"sizeInBytes": {
|
|
318391
|
+
"defaultValue": null,
|
|
318392
|
+
"description": "",
|
|
318393
|
+
"name": "sizeInBytes",
|
|
318394
|
+
"parent": {
|
|
318395
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318396
|
+
"name": "Props"
|
|
318397
|
+
},
|
|
318398
|
+
"declarations": [
|
|
318399
|
+
{
|
|
318400
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318401
|
+
"name": "Props"
|
|
318402
|
+
}
|
|
318403
|
+
],
|
|
318404
|
+
"required": true,
|
|
318405
|
+
"type": {
|
|
318406
|
+
"name": "number"
|
|
318407
|
+
}
|
|
318408
|
+
}
|
|
318409
|
+
}
|
|
318410
|
+
},
|
|
318411
|
+
{
|
|
318412
|
+
"tags": {},
|
|
318413
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318414
|
+
"description": "",
|
|
318415
|
+
"displayName": "Avatar",
|
|
318416
|
+
"methods": [],
|
|
318417
|
+
"props": {
|
|
318418
|
+
"type": {
|
|
318419
|
+
"defaultValue": null,
|
|
318420
|
+
"description": "",
|
|
318421
|
+
"name": "type",
|
|
318422
|
+
"parent": {
|
|
318423
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318424
|
+
"name": "Props"
|
|
318425
|
+
},
|
|
318426
|
+
"declarations": [
|
|
318427
|
+
{
|
|
318428
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318429
|
+
"name": "Props"
|
|
318430
|
+
}
|
|
318431
|
+
],
|
|
318432
|
+
"required": false,
|
|
318433
|
+
"type": {
|
|
318434
|
+
"name": "string"
|
|
318435
|
+
}
|
|
318436
|
+
},
|
|
318437
|
+
"imageSrc": {
|
|
318438
|
+
"defaultValue": null,
|
|
318439
|
+
"description": "",
|
|
318440
|
+
"name": "imageSrc",
|
|
318441
|
+
"parent": {
|
|
318442
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318443
|
+
"name": "Props"
|
|
318444
|
+
},
|
|
318445
|
+
"declarations": [
|
|
318446
|
+
{
|
|
318447
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318448
|
+
"name": "Props"
|
|
318449
|
+
}
|
|
318450
|
+
],
|
|
318451
|
+
"required": false,
|
|
318452
|
+
"type": {
|
|
318453
|
+
"name": "string"
|
|
318454
|
+
}
|
|
318455
|
+
},
|
|
318456
|
+
"isFailed": {
|
|
318457
|
+
"defaultValue": null,
|
|
318458
|
+
"description": "",
|
|
318459
|
+
"name": "isFailed",
|
|
318460
|
+
"parent": {
|
|
318461
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318462
|
+
"name": "Props"
|
|
318463
|
+
},
|
|
318464
|
+
"declarations": [
|
|
318465
|
+
{
|
|
318466
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318467
|
+
"name": "Props"
|
|
318468
|
+
}
|
|
318469
|
+
],
|
|
318470
|
+
"required": false,
|
|
318471
|
+
"type": {
|
|
318472
|
+
"name": "boolean"
|
|
318473
|
+
}
|
|
318474
|
+
}
|
|
318475
|
+
}
|
|
318476
|
+
},
|
|
318362
318477
|
{
|
|
318363
318478
|
"tags": {},
|
|
318364
318479
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
@@ -318387,100 +318502,6 @@
|
|
|
318387
318502
|
}
|
|
318388
318503
|
}
|
|
318389
318504
|
},
|
|
318390
|
-
{
|
|
318391
|
-
"tags": {},
|
|
318392
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318393
|
-
"description": "",
|
|
318394
|
-
"displayName": "FileSizeText",
|
|
318395
|
-
"methods": [],
|
|
318396
|
-
"props": {
|
|
318397
|
-
"sizeInBytes": {
|
|
318398
|
-
"defaultValue": null,
|
|
318399
|
-
"description": "",
|
|
318400
|
-
"name": "sizeInBytes",
|
|
318401
|
-
"parent": {
|
|
318402
|
-
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318403
|
-
"name": "Props"
|
|
318404
|
-
},
|
|
318405
|
-
"declarations": [
|
|
318406
|
-
{
|
|
318407
|
-
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
318408
|
-
"name": "Props"
|
|
318409
|
-
}
|
|
318410
|
-
],
|
|
318411
|
-
"required": true,
|
|
318412
|
-
"type": {
|
|
318413
|
-
"name": "number"
|
|
318414
|
-
}
|
|
318415
|
-
}
|
|
318416
|
-
}
|
|
318417
|
-
},
|
|
318418
|
-
{
|
|
318419
|
-
"tags": {},
|
|
318420
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318421
|
-
"description": "",
|
|
318422
|
-
"displayName": "Avatar",
|
|
318423
|
-
"methods": [],
|
|
318424
|
-
"props": {
|
|
318425
|
-
"type": {
|
|
318426
|
-
"defaultValue": null,
|
|
318427
|
-
"description": "",
|
|
318428
|
-
"name": "type",
|
|
318429
|
-
"parent": {
|
|
318430
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318431
|
-
"name": "Props"
|
|
318432
|
-
},
|
|
318433
|
-
"declarations": [
|
|
318434
|
-
{
|
|
318435
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318436
|
-
"name": "Props"
|
|
318437
|
-
}
|
|
318438
|
-
],
|
|
318439
|
-
"required": false,
|
|
318440
|
-
"type": {
|
|
318441
|
-
"name": "string"
|
|
318442
|
-
}
|
|
318443
|
-
},
|
|
318444
|
-
"imageSrc": {
|
|
318445
|
-
"defaultValue": null,
|
|
318446
|
-
"description": "",
|
|
318447
|
-
"name": "imageSrc",
|
|
318448
|
-
"parent": {
|
|
318449
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318450
|
-
"name": "Props"
|
|
318451
|
-
},
|
|
318452
|
-
"declarations": [
|
|
318453
|
-
{
|
|
318454
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318455
|
-
"name": "Props"
|
|
318456
|
-
}
|
|
318457
|
-
],
|
|
318458
|
-
"required": false,
|
|
318459
|
-
"type": {
|
|
318460
|
-
"name": "string"
|
|
318461
|
-
}
|
|
318462
|
-
},
|
|
318463
|
-
"isFailed": {
|
|
318464
|
-
"defaultValue": null,
|
|
318465
|
-
"description": "",
|
|
318466
|
-
"name": "isFailed",
|
|
318467
|
-
"parent": {
|
|
318468
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318469
|
-
"name": "Props"
|
|
318470
|
-
},
|
|
318471
|
-
"declarations": [
|
|
318472
|
-
{
|
|
318473
|
-
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
318474
|
-
"name": "Props"
|
|
318475
|
-
}
|
|
318476
|
-
],
|
|
318477
|
-
"required": false,
|
|
318478
|
-
"type": {
|
|
318479
|
-
"name": "boolean"
|
|
318480
|
-
}
|
|
318481
|
-
}
|
|
318482
|
-
}
|
|
318483
|
-
},
|
|
318484
318505
|
{
|
|
318485
318506
|
"tags": {},
|
|
318486
318507
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -332376,6 +332397,94 @@
|
|
|
332376
332397
|
}
|
|
332377
332398
|
}
|
|
332378
332399
|
},
|
|
332400
|
+
{
|
|
332401
|
+
"tags": {
|
|
332402
|
+
"deprecated": "Use ChartGrid",
|
|
332403
|
+
"flr-generate": "all"
|
|
332404
|
+
},
|
|
332405
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
332406
|
+
"description": "",
|
|
332407
|
+
"displayName": "CartesianGrid",
|
|
332408
|
+
"methods": [],
|
|
332409
|
+
"props": {
|
|
332410
|
+
"className": {
|
|
332411
|
+
"defaultValue": null,
|
|
332412
|
+
"description": "",
|
|
332413
|
+
"name": "className",
|
|
332414
|
+
"parent": {
|
|
332415
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332416
|
+
"name": "HTMLAttributes"
|
|
332417
|
+
},
|
|
332418
|
+
"declarations": [
|
|
332419
|
+
{
|
|
332420
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332421
|
+
"name": "HTMLAttributes"
|
|
332422
|
+
}
|
|
332423
|
+
],
|
|
332424
|
+
"required": false,
|
|
332425
|
+
"type": {
|
|
332426
|
+
"name": "string"
|
|
332427
|
+
}
|
|
332428
|
+
},
|
|
332429
|
+
"horizontal": {
|
|
332430
|
+
"defaultValue": null,
|
|
332431
|
+
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
332432
|
+
"name": "horizontal",
|
|
332433
|
+
"parent": {
|
|
332434
|
+
"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",
|
|
332435
|
+
"name": "CartesianGridProps"
|
|
332436
|
+
},
|
|
332437
|
+
"declarations": [
|
|
332438
|
+
{
|
|
332439
|
+
"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",
|
|
332440
|
+
"name": "CartesianGridProps"
|
|
332441
|
+
}
|
|
332442
|
+
],
|
|
332443
|
+
"required": false,
|
|
332444
|
+
"type": {
|
|
332445
|
+
"name": "GridLineType"
|
|
332446
|
+
}
|
|
332447
|
+
},
|
|
332448
|
+
"vertical": {
|
|
332449
|
+
"defaultValue": null,
|
|
332450
|
+
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
332451
|
+
"name": "vertical",
|
|
332452
|
+
"parent": {
|
|
332453
|
+
"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",
|
|
332454
|
+
"name": "CartesianGridProps"
|
|
332455
|
+
},
|
|
332456
|
+
"declarations": [
|
|
332457
|
+
{
|
|
332458
|
+
"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",
|
|
332459
|
+
"name": "CartesianGridProps"
|
|
332460
|
+
}
|
|
332461
|
+
],
|
|
332462
|
+
"required": false,
|
|
332463
|
+
"type": {
|
|
332464
|
+
"name": "GridLineType"
|
|
332465
|
+
}
|
|
332466
|
+
},
|
|
332467
|
+
"strokeDasharray": {
|
|
332468
|
+
"defaultValue": null,
|
|
332469
|
+
"description": "",
|
|
332470
|
+
"name": "strokeDasharray",
|
|
332471
|
+
"parent": {
|
|
332472
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332473
|
+
"name": "SVGAttributes"
|
|
332474
|
+
},
|
|
332475
|
+
"declarations": [
|
|
332476
|
+
{
|
|
332477
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332478
|
+
"name": "SVGAttributes"
|
|
332479
|
+
}
|
|
332480
|
+
],
|
|
332481
|
+
"required": false,
|
|
332482
|
+
"type": {
|
|
332483
|
+
"name": "string | number"
|
|
332484
|
+
}
|
|
332485
|
+
}
|
|
332486
|
+
}
|
|
332487
|
+
},
|
|
332379
332488
|
{
|
|
332380
332489
|
"tags": {},
|
|
332381
332490
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -341926,92 +342035,12 @@
|
|
|
341926
342035
|
}
|
|
341927
342036
|
},
|
|
341928
342037
|
{
|
|
341929
|
-
"tags": {
|
|
341930
|
-
|
|
341931
|
-
"flr-generate": "all"
|
|
341932
|
-
},
|
|
341933
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
342038
|
+
"tags": {},
|
|
342039
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
341934
342040
|
"description": "",
|
|
341935
|
-
"displayName": "
|
|
342041
|
+
"displayName": "CalendarHeader",
|
|
341936
342042
|
"methods": [],
|
|
341937
|
-
"props": {
|
|
341938
|
-
"className": {
|
|
341939
|
-
"defaultValue": null,
|
|
341940
|
-
"description": "",
|
|
341941
|
-
"name": "className",
|
|
341942
|
-
"parent": {
|
|
341943
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341944
|
-
"name": "HTMLAttributes"
|
|
341945
|
-
},
|
|
341946
|
-
"declarations": [
|
|
341947
|
-
{
|
|
341948
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341949
|
-
"name": "HTMLAttributes"
|
|
341950
|
-
}
|
|
341951
|
-
],
|
|
341952
|
-
"required": false,
|
|
341953
|
-
"type": {
|
|
341954
|
-
"name": "string"
|
|
341955
|
-
}
|
|
341956
|
-
},
|
|
341957
|
-
"horizontal": {
|
|
341958
|
-
"defaultValue": null,
|
|
341959
|
-
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
341960
|
-
"name": "horizontal",
|
|
341961
|
-
"parent": {
|
|
341962
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
341963
|
-
"name": "CartesianGridProps"
|
|
341964
|
-
},
|
|
341965
|
-
"declarations": [
|
|
341966
|
-
{
|
|
341967
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
341968
|
-
"name": "CartesianGridProps"
|
|
341969
|
-
}
|
|
341970
|
-
],
|
|
341971
|
-
"required": false,
|
|
341972
|
-
"type": {
|
|
341973
|
-
"name": "GridLineType"
|
|
341974
|
-
}
|
|
341975
|
-
},
|
|
341976
|
-
"vertical": {
|
|
341977
|
-
"defaultValue": null,
|
|
341978
|
-
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
341979
|
-
"name": "vertical",
|
|
341980
|
-
"parent": {
|
|
341981
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
341982
|
-
"name": "CartesianGridProps"
|
|
341983
|
-
},
|
|
341984
|
-
"declarations": [
|
|
341985
|
-
{
|
|
341986
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
341987
|
-
"name": "CartesianGridProps"
|
|
341988
|
-
}
|
|
341989
|
-
],
|
|
341990
|
-
"required": false,
|
|
341991
|
-
"type": {
|
|
341992
|
-
"name": "GridLineType"
|
|
341993
|
-
}
|
|
341994
|
-
},
|
|
341995
|
-
"strokeDasharray": {
|
|
341996
|
-
"defaultValue": null,
|
|
341997
|
-
"description": "",
|
|
341998
|
-
"name": "strokeDasharray",
|
|
341999
|
-
"parent": {
|
|
342000
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342001
|
-
"name": "SVGAttributes"
|
|
342002
|
-
},
|
|
342003
|
-
"declarations": [
|
|
342004
|
-
{
|
|
342005
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342006
|
-
"name": "SVGAttributes"
|
|
342007
|
-
}
|
|
342008
|
-
],
|
|
342009
|
-
"required": false,
|
|
342010
|
-
"type": {
|
|
342011
|
-
"name": "string | number"
|
|
342012
|
-
}
|
|
342013
|
-
}
|
|
342014
|
-
}
|
|
342043
|
+
"props": {}
|
|
342015
342044
|
},
|
|
342016
342045
|
{
|
|
342017
342046
|
"tags": {
|
|
@@ -343881,14 +343910,6 @@
|
|
|
343881
343910
|
}
|
|
343882
343911
|
}
|
|
343883
343912
|
},
|
|
343884
|
-
{
|
|
343885
|
-
"tags": {},
|
|
343886
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
343887
|
-
"description": "",
|
|
343888
|
-
"displayName": "CalendarHeader",
|
|
343889
|
-
"methods": [],
|
|
343890
|
-
"props": {}
|
|
343891
|
-
},
|
|
343892
343913
|
{
|
|
343893
343914
|
"tags": {},
|
|
343894
343915
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|