@mittwald/flow-react-components 0.2.0-alpha.1003 → 0.2.0-alpha.1005
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/AGENTS.md +21 -2
- package/CHANGELOG.md +12 -0
- package/MIGRATION.md +41 -0
- package/PATTERNS.md +21 -1
- package/dist/assets/doc-properties.json +2111 -966
- package/dist/css/all-layered.css +1 -1
- package/dist/js/default.mjs +2 -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/js/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.mjs +40 -0
- package/dist/js/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.mjs.map +1 -0
- package/dist/js/packages/components/src/components/ComponentDefaultsProvider/defaults.mjs +13 -0
- package/dist/js/packages/components/src/components/ComponentDefaultsProvider/defaults.mjs.map +1 -0
- package/dist/js/packages/components/src/components/ComponentDefaultsProvider/deprecatedFlags.mjs +34 -0
- package/dist/js/packages/components/src/components/ComponentDefaultsProvider/deprecatedFlags.mjs.map +1 -0
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +4 -2
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/js/packages/components/src/flags.mjs +18 -4
- package/dist/js/packages/components/src/flags.mjs.map +1 -1
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs +7 -5
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/packages/components/src/status/component-status.json.mjs +1 -0
- package/dist/js/packages/components/src/status/component-status.json.mjs.map +1 -1
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.d.ts +24 -0
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.d.ts.map +1 -0
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts +2 -0
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts.map +1 -0
- package/dist/types/components/ComponentDefaultsProvider/defaults.d.ts +37 -0
- package/dist/types/components/ComponentDefaultsProvider/defaults.d.ts.map +1 -0
- package/dist/types/components/ComponentDefaultsProvider/deprecatedFlags.d.ts +8 -0
- package/dist/types/components/ComponentDefaultsProvider/deprecatedFlags.d.ts.map +1 -0
- package/dist/types/components/ComponentDefaultsProvider/index.d.ts +4 -0
- package/dist/types/components/ComponentDefaultsProvider/index.d.ts.map +1 -0
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/types.d.ts +8 -0
- package/dist/types/components/List/model/loading/types.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/flags.d.ts +23 -2
- package/dist/types/flags.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/dist/types/status/component-status.json.d.ts +4 -0
- package/dist/types/tests/layered/CodeEditor.browser.test.d.ts +2 -0
- package/dist/types/tests/layered/CodeEditor.browser.test.d.ts.map +1 -0
- package/dist/types/tests/layered/Icon.browser.test.d.ts +2 -0
- package/dist/types/tests/layered/Icon.browser.test.d.ts.map +1 -0
- package/dist/types/tests/layered/ImageCropper.browser.test.d.ts +2 -0
- package/dist/types/tests/layered/ImageCropper.browser.test.d.ts.map +1 -0
- package/package.json +13 -11
|
@@ -218300,6 +218300,1151 @@
|
|
|
218300
218300
|
}
|
|
218301
218301
|
}
|
|
218302
218302
|
},
|
|
218303
|
+
{
|
|
218304
|
+
"tags": {},
|
|
218305
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.tsx",
|
|
218306
|
+
"description": "",
|
|
218307
|
+
"displayName": "ComponentDefaultsContext",
|
|
218308
|
+
"methods": [],
|
|
218309
|
+
"props": {
|
|
218310
|
+
"value": {
|
|
218311
|
+
"defaultValue": null,
|
|
218312
|
+
"description": "",
|
|
218313
|
+
"name": "value",
|
|
218314
|
+
"parent": {
|
|
218315
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218316
|
+
"name": "ProviderProps"
|
|
218317
|
+
},
|
|
218318
|
+
"declarations": [
|
|
218319
|
+
{
|
|
218320
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218321
|
+
"name": "ProviderProps"
|
|
218322
|
+
}
|
|
218323
|
+
],
|
|
218324
|
+
"required": true,
|
|
218325
|
+
"type": {
|
|
218326
|
+
"name": "DeprecationWarningHandler | undefined"
|
|
218327
|
+
}
|
|
218328
|
+
},
|
|
218329
|
+
"children": {
|
|
218330
|
+
"defaultValue": null,
|
|
218331
|
+
"description": "",
|
|
218332
|
+
"name": "children",
|
|
218333
|
+
"parent": {
|
|
218334
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218335
|
+
"name": "DOMAttributes"
|
|
218336
|
+
},
|
|
218337
|
+
"declarations": [
|
|
218338
|
+
{
|
|
218339
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218340
|
+
"name": "DOMAttributes"
|
|
218341
|
+
},
|
|
218342
|
+
{
|
|
218343
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218344
|
+
"name": "TypeLiteral"
|
|
218345
|
+
}
|
|
218346
|
+
],
|
|
218347
|
+
"required": false,
|
|
218348
|
+
"type": {
|
|
218349
|
+
"name": "ReactNode"
|
|
218350
|
+
}
|
|
218351
|
+
}
|
|
218352
|
+
}
|
|
218353
|
+
},
|
|
218354
|
+
{
|
|
218355
|
+
"tags": {
|
|
218356
|
+
"flowStatus": "new"
|
|
218357
|
+
},
|
|
218358
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.tsx",
|
|
218359
|
+
"description": "Defines the default behavior of components for the whole application – or,\nnested, for a part of it.",
|
|
218360
|
+
"displayName": "ComponentDefaultsProvider",
|
|
218361
|
+
"methods": [],
|
|
218362
|
+
"props": {
|
|
218363
|
+
"defaults": {
|
|
218364
|
+
"defaultValue": null,
|
|
218365
|
+
"description": "Defaults per component. Every setting that is not given keeps the default\nof a surrounding ComponentDefaultsProvider, or its built-in default.",
|
|
218366
|
+
"name": "defaults",
|
|
218367
|
+
"parent": {
|
|
218368
|
+
"fileName": "components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.tsx",
|
|
218369
|
+
"name": "ComponentDefaultsProviderProps"
|
|
218370
|
+
},
|
|
218371
|
+
"declarations": [
|
|
218372
|
+
{
|
|
218373
|
+
"fileName": "components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.tsx",
|
|
218374
|
+
"name": "ComponentDefaultsProviderProps"
|
|
218375
|
+
}
|
|
218376
|
+
],
|
|
218377
|
+
"required": true,
|
|
218378
|
+
"type": {
|
|
218379
|
+
"name": "PartialComponentDefaults"
|
|
218380
|
+
}
|
|
218381
|
+
},
|
|
218382
|
+
"children": {
|
|
218383
|
+
"defaultValue": null,
|
|
218384
|
+
"description": "",
|
|
218385
|
+
"name": "children",
|
|
218386
|
+
"declarations": [
|
|
218387
|
+
{
|
|
218388
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
218389
|
+
"name": "TypeLiteral"
|
|
218390
|
+
}
|
|
218391
|
+
],
|
|
218392
|
+
"required": false,
|
|
218393
|
+
"type": {
|
|
218394
|
+
"name": "ReactNode"
|
|
218395
|
+
}
|
|
218396
|
+
}
|
|
218397
|
+
}
|
|
218398
|
+
},
|
|
218399
|
+
{
|
|
218400
|
+
"tags": {},
|
|
218401
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.tsx",
|
|
218402
|
+
"description": "The defaults that apply to a component: built-in defaults, overridden by the\ndeprecated `flags` object, overridden by the ComponentDefaultsProvider.",
|
|
218403
|
+
"displayName": "useComponentDefaults",
|
|
218404
|
+
"methods": [],
|
|
218405
|
+
"props": {
|
|
218406
|
+
"toString": {
|
|
218407
|
+
"defaultValue": {},
|
|
218408
|
+
"description": "Returns a string representation of a string.",
|
|
218409
|
+
"name": "toString",
|
|
218410
|
+
"parent": {
|
|
218411
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218412
|
+
"name": "String"
|
|
218413
|
+
},
|
|
218414
|
+
"declarations": [
|
|
218415
|
+
{
|
|
218416
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218417
|
+
"name": "String"
|
|
218418
|
+
}
|
|
218419
|
+
],
|
|
218420
|
+
"required": false,
|
|
218421
|
+
"type": {
|
|
218422
|
+
"name": "() => string"
|
|
218423
|
+
}
|
|
218424
|
+
},
|
|
218425
|
+
"charAt": {
|
|
218426
|
+
"defaultValue": null,
|
|
218427
|
+
"description": "Returns the character at the specified index.\n@param pos The zero-based index of the desired character.",
|
|
218428
|
+
"name": "charAt",
|
|
218429
|
+
"parent": {
|
|
218430
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218431
|
+
"name": "String"
|
|
218432
|
+
},
|
|
218433
|
+
"declarations": [
|
|
218434
|
+
{
|
|
218435
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218436
|
+
"name": "String"
|
|
218437
|
+
}
|
|
218438
|
+
],
|
|
218439
|
+
"required": true,
|
|
218440
|
+
"type": {
|
|
218441
|
+
"name": "(pos: number) => string"
|
|
218442
|
+
}
|
|
218443
|
+
},
|
|
218444
|
+
"charCodeAt": {
|
|
218445
|
+
"defaultValue": null,
|
|
218446
|
+
"description": "Returns the Unicode value of the character at the specified location.\n@param index The zero-based index of the desired character. If there is no character at the specified index, NaN is returned.",
|
|
218447
|
+
"name": "charCodeAt",
|
|
218448
|
+
"parent": {
|
|
218449
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218450
|
+
"name": "String"
|
|
218451
|
+
},
|
|
218452
|
+
"declarations": [
|
|
218453
|
+
{
|
|
218454
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218455
|
+
"name": "String"
|
|
218456
|
+
}
|
|
218457
|
+
],
|
|
218458
|
+
"required": true,
|
|
218459
|
+
"type": {
|
|
218460
|
+
"name": "(index: number) => number"
|
|
218461
|
+
}
|
|
218462
|
+
},
|
|
218463
|
+
"concat": {
|
|
218464
|
+
"defaultValue": null,
|
|
218465
|
+
"description": "Returns a string that contains the concatenation of two or more strings.\n@param strings The strings to append to the end of the string.",
|
|
218466
|
+
"name": "concat",
|
|
218467
|
+
"parent": {
|
|
218468
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218469
|
+
"name": "String"
|
|
218470
|
+
},
|
|
218471
|
+
"declarations": [
|
|
218472
|
+
{
|
|
218473
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218474
|
+
"name": "String"
|
|
218475
|
+
}
|
|
218476
|
+
],
|
|
218477
|
+
"required": true,
|
|
218478
|
+
"type": {
|
|
218479
|
+
"name": "(...strings: string[]) => string"
|
|
218480
|
+
}
|
|
218481
|
+
},
|
|
218482
|
+
"indexOf": {
|
|
218483
|
+
"defaultValue": null,
|
|
218484
|
+
"description": "Returns the position of the first occurrence of a substring, or -1 if it is not present.\n@param searchString The substring to search for in the string\n@param position The index at which to begin searching the String object. If omitted, search starts at the beginning of the string.",
|
|
218485
|
+
"name": "indexOf",
|
|
218486
|
+
"parent": {
|
|
218487
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218488
|
+
"name": "String"
|
|
218489
|
+
},
|
|
218490
|
+
"declarations": [
|
|
218491
|
+
{
|
|
218492
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218493
|
+
"name": "String"
|
|
218494
|
+
}
|
|
218495
|
+
],
|
|
218496
|
+
"required": true,
|
|
218497
|
+
"type": {
|
|
218498
|
+
"name": "(searchString: string, position?: number | undefined) => number"
|
|
218499
|
+
}
|
|
218500
|
+
},
|
|
218501
|
+
"lastIndexOf": {
|
|
218502
|
+
"defaultValue": null,
|
|
218503
|
+
"description": "Returns the last occurrence of a substring in the string, or -1 if it is not present.\n@param searchString The substring to search for.\n@param position The index at which to begin searching. If omitted, the search begins at the end of the string.",
|
|
218504
|
+
"name": "lastIndexOf",
|
|
218505
|
+
"parent": {
|
|
218506
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218507
|
+
"name": "String"
|
|
218508
|
+
},
|
|
218509
|
+
"declarations": [
|
|
218510
|
+
{
|
|
218511
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218512
|
+
"name": "String"
|
|
218513
|
+
}
|
|
218514
|
+
],
|
|
218515
|
+
"required": true,
|
|
218516
|
+
"type": {
|
|
218517
|
+
"name": "(searchString: string, position?: number | undefined) => number"
|
|
218518
|
+
}
|
|
218519
|
+
},
|
|
218520
|
+
"localeCompare": {
|
|
218521
|
+
"defaultValue": null,
|
|
218522
|
+
"description": "Determines whether two strings are equivalent in the current locale.\nDetermines whether two strings are equivalent in the current or specified locale.\n@param that String to compare to target string\n@param that String to compare to target string\n@param locales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details.\n@param options An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details.\n@param that String to compare to target string\n@param locales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details.\n@param options An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details.",
|
|
218523
|
+
"name": "localeCompare",
|
|
218524
|
+
"parent": {
|
|
218525
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218526
|
+
"name": "String"
|
|
218527
|
+
},
|
|
218528
|
+
"declarations": [
|
|
218529
|
+
{
|
|
218530
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218531
|
+
"name": "String"
|
|
218532
|
+
},
|
|
218533
|
+
{
|
|
218534
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218535
|
+
"name": "String"
|
|
218536
|
+
},
|
|
218537
|
+
{
|
|
218538
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
218539
|
+
"name": "String"
|
|
218540
|
+
}
|
|
218541
|
+
],
|
|
218542
|
+
"required": true,
|
|
218543
|
+
"type": {
|
|
218544
|
+
"name": "{ (that: string): number; (that: string, locales?: string | string[] | undefined, options?: CollatorOptions | undefined): number; (that: string, locales?: LocalesArgument, options?: CollatorOptions | undefined): number; }"
|
|
218545
|
+
}
|
|
218546
|
+
},
|
|
218547
|
+
"match": {
|
|
218548
|
+
"defaultValue": null,
|
|
218549
|
+
"description": "Matches a string with a regular expression, and returns an array containing the results of that search.\nMatches a string or an object that supports being matched against, and returns an array\ncontaining the results of that search, or null if no matches are found.\n@param regexp A variable name or string literal containing the regular expression pattern and flags.\n@param matcher An object that supports being matched against.",
|
|
218550
|
+
"name": "match",
|
|
218551
|
+
"parent": {
|
|
218552
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218553
|
+
"name": "String"
|
|
218554
|
+
},
|
|
218555
|
+
"declarations": [
|
|
218556
|
+
{
|
|
218557
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218558
|
+
"name": "String"
|
|
218559
|
+
},
|
|
218560
|
+
{
|
|
218561
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
218562
|
+
"name": "String"
|
|
218563
|
+
}
|
|
218564
|
+
],
|
|
218565
|
+
"required": true,
|
|
218566
|
+
"type": {
|
|
218567
|
+
"name": "{ (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }"
|
|
218568
|
+
}
|
|
218569
|
+
},
|
|
218570
|
+
"replace": {
|
|
218571
|
+
"defaultValue": null,
|
|
218572
|
+
"description": "Replaces text in a string, using a regular expression or search string.\nPasses a string and {@linkcode replaceValue} to the `[Symbol.replace]` method on {@linkcode searchValue}. This method is expected to implement its own replacement algorithm.\nReplaces text in a string, using an object that supports replacement within a string.\n@param searchValue A string or regular expression to search for.\n@param replaceValue A string containing the text to replace. When the {@linkcode searchValue } is a `RegExp`, all matches are replaced if the `g` flag is set (or only those matches at the beginning, if the `y` flag is also present). Otherwise, only the first match of {@linkcode searchValue } is replaced.\n@param searchValue A string to search for.\n@param replacer A function that returns the replacement text.\n@param searchValue An object that supports searching for and replacing matches within a string.\n@param replaceValue The replacement text.\n@param searchValue A object can search for and replace matches within a string.\n@param replacer A function that returns the replacement text.",
|
|
218573
|
+
"name": "replace",
|
|
218574
|
+
"parent": {
|
|
218575
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218576
|
+
"name": "String"
|
|
218577
|
+
},
|
|
218578
|
+
"declarations": [
|
|
218579
|
+
{
|
|
218580
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218581
|
+
"name": "String"
|
|
218582
|
+
},
|
|
218583
|
+
{
|
|
218584
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218585
|
+
"name": "String"
|
|
218586
|
+
},
|
|
218587
|
+
{
|
|
218588
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
218589
|
+
"name": "String"
|
|
218590
|
+
},
|
|
218591
|
+
{
|
|
218592
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
218593
|
+
"name": "String"
|
|
218594
|
+
}
|
|
218595
|
+
],
|
|
218596
|
+
"required": true,
|
|
218597
|
+
"type": {
|
|
218598
|
+
"name": "{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; (searchValue: { ...; }, replaceValue: string): string; (searchValue: { ...; }, replacer: (substring: string, ...args: any[]) => string): string; }"
|
|
218599
|
+
}
|
|
218600
|
+
},
|
|
218601
|
+
"search": {
|
|
218602
|
+
"defaultValue": null,
|
|
218603
|
+
"description": "Finds the first substring match in a regular expression search.\n@param regexp The regular expression pattern and applicable flags.\n@param searcher An object which supports searching within a string.",
|
|
218604
|
+
"name": "search",
|
|
218605
|
+
"parent": {
|
|
218606
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218607
|
+
"name": "String"
|
|
218608
|
+
},
|
|
218609
|
+
"declarations": [
|
|
218610
|
+
{
|
|
218611
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218612
|
+
"name": "String"
|
|
218613
|
+
},
|
|
218614
|
+
{
|
|
218615
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
218616
|
+
"name": "String"
|
|
218617
|
+
}
|
|
218618
|
+
],
|
|
218619
|
+
"required": true,
|
|
218620
|
+
"type": {
|
|
218621
|
+
"name": "{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"
|
|
218622
|
+
}
|
|
218623
|
+
},
|
|
218624
|
+
"slice": {
|
|
218625
|
+
"defaultValue": null,
|
|
218626
|
+
"description": "Returns a section of a string.\n@param start The index to the beginning of the specified portion of stringObj.\n@param end The index to the end of the specified portion of stringObj. The substring includes the characters up to, but not including, the character indicated by end.\nIf this value is not specified, the substring continues to the end of stringObj.",
|
|
218627
|
+
"name": "slice",
|
|
218628
|
+
"parent": {
|
|
218629
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218630
|
+
"name": "String"
|
|
218631
|
+
},
|
|
218632
|
+
"declarations": [
|
|
218633
|
+
{
|
|
218634
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218635
|
+
"name": "String"
|
|
218636
|
+
}
|
|
218637
|
+
],
|
|
218638
|
+
"required": true,
|
|
218639
|
+
"type": {
|
|
218640
|
+
"name": "(start?: number | undefined, end?: number | undefined) => string"
|
|
218641
|
+
}
|
|
218642
|
+
},
|
|
218643
|
+
"split": {
|
|
218644
|
+
"defaultValue": null,
|
|
218645
|
+
"description": "Split a string into substrings using the specified separator and return them as an array.\n@param separator A string that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned.\n@param limit A value used to limit the number of elements returned in the array.\n@param splitter An object that can split a string.\n@param limit A value used to limit the number of elements returned in the array.",
|
|
218646
|
+
"name": "split",
|
|
218647
|
+
"parent": {
|
|
218648
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218649
|
+
"name": "String"
|
|
218650
|
+
},
|
|
218651
|
+
"declarations": [
|
|
218652
|
+
{
|
|
218653
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218654
|
+
"name": "String"
|
|
218655
|
+
},
|
|
218656
|
+
{
|
|
218657
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
218658
|
+
"name": "String"
|
|
218659
|
+
}
|
|
218660
|
+
],
|
|
218661
|
+
"required": true,
|
|
218662
|
+
"type": {
|
|
218663
|
+
"name": "{ (separator: string | RegExp, limit?: number | undefined): string[]; (splitter: { [Symbol.split](string: string, limit?: number | undefined): string[]; }, limit?: number | undefined): string[]; }"
|
|
218664
|
+
}
|
|
218665
|
+
},
|
|
218666
|
+
"substring": {
|
|
218667
|
+
"defaultValue": null,
|
|
218668
|
+
"description": "Returns the substring at the specified location within a String object.\n@param start The zero-based index number indicating the beginning of the substring.\n@param end Zero-based index number indicating the end of the substring. The substring includes the characters up to, but not including, the character indicated by end.\nIf end is omitted, the characters from start through the end of the original string are returned.",
|
|
218669
|
+
"name": "substring",
|
|
218670
|
+
"parent": {
|
|
218671
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218672
|
+
"name": "String"
|
|
218673
|
+
},
|
|
218674
|
+
"declarations": [
|
|
218675
|
+
{
|
|
218676
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218677
|
+
"name": "String"
|
|
218678
|
+
}
|
|
218679
|
+
],
|
|
218680
|
+
"required": true,
|
|
218681
|
+
"type": {
|
|
218682
|
+
"name": "(start: number, end?: number | undefined) => string"
|
|
218683
|
+
}
|
|
218684
|
+
},
|
|
218685
|
+
"toLowerCase": {
|
|
218686
|
+
"defaultValue": null,
|
|
218687
|
+
"description": "Converts all the alphabetic characters in a string to lowercase.",
|
|
218688
|
+
"name": "toLowerCase",
|
|
218689
|
+
"parent": {
|
|
218690
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218691
|
+
"name": "String"
|
|
218692
|
+
},
|
|
218693
|
+
"declarations": [
|
|
218694
|
+
{
|
|
218695
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218696
|
+
"name": "String"
|
|
218697
|
+
}
|
|
218698
|
+
],
|
|
218699
|
+
"required": true,
|
|
218700
|
+
"type": {
|
|
218701
|
+
"name": "() => string"
|
|
218702
|
+
}
|
|
218703
|
+
},
|
|
218704
|
+
"toLocaleLowerCase": {
|
|
218705
|
+
"defaultValue": null,
|
|
218706
|
+
"description": "Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",
|
|
218707
|
+
"name": "toLocaleLowerCase",
|
|
218708
|
+
"parent": {
|
|
218709
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218710
|
+
"name": "String"
|
|
218711
|
+
},
|
|
218712
|
+
"declarations": [
|
|
218713
|
+
{
|
|
218714
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218715
|
+
"name": "String"
|
|
218716
|
+
},
|
|
218717
|
+
{
|
|
218718
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
218719
|
+
"name": "String"
|
|
218720
|
+
}
|
|
218721
|
+
],
|
|
218722
|
+
"required": true,
|
|
218723
|
+
"type": {
|
|
218724
|
+
"name": "{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }"
|
|
218725
|
+
}
|
|
218726
|
+
},
|
|
218727
|
+
"toUpperCase": {
|
|
218728
|
+
"defaultValue": null,
|
|
218729
|
+
"description": "Converts all the alphabetic characters in a string to uppercase.",
|
|
218730
|
+
"name": "toUpperCase",
|
|
218731
|
+
"parent": {
|
|
218732
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218733
|
+
"name": "String"
|
|
218734
|
+
},
|
|
218735
|
+
"declarations": [
|
|
218736
|
+
{
|
|
218737
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218738
|
+
"name": "String"
|
|
218739
|
+
}
|
|
218740
|
+
],
|
|
218741
|
+
"required": true,
|
|
218742
|
+
"type": {
|
|
218743
|
+
"name": "() => string"
|
|
218744
|
+
}
|
|
218745
|
+
},
|
|
218746
|
+
"toLocaleUpperCase": {
|
|
218747
|
+
"defaultValue": null,
|
|
218748
|
+
"description": "Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",
|
|
218749
|
+
"name": "toLocaleUpperCase",
|
|
218750
|
+
"parent": {
|
|
218751
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218752
|
+
"name": "String"
|
|
218753
|
+
},
|
|
218754
|
+
"declarations": [
|
|
218755
|
+
{
|
|
218756
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218757
|
+
"name": "String"
|
|
218758
|
+
},
|
|
218759
|
+
{
|
|
218760
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
218761
|
+
"name": "String"
|
|
218762
|
+
}
|
|
218763
|
+
],
|
|
218764
|
+
"required": true,
|
|
218765
|
+
"type": {
|
|
218766
|
+
"name": "{ (locales?: string | string[] | undefined): string; (locales?: LocalesArgument): string; }"
|
|
218767
|
+
}
|
|
218768
|
+
},
|
|
218769
|
+
"trim": {
|
|
218770
|
+
"defaultValue": null,
|
|
218771
|
+
"description": "Removes the leading and trailing white space and line terminator characters from a string.",
|
|
218772
|
+
"name": "trim",
|
|
218773
|
+
"parent": {
|
|
218774
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218775
|
+
"name": "String"
|
|
218776
|
+
},
|
|
218777
|
+
"declarations": [
|
|
218778
|
+
{
|
|
218779
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218780
|
+
"name": "String"
|
|
218781
|
+
}
|
|
218782
|
+
],
|
|
218783
|
+
"required": true,
|
|
218784
|
+
"type": {
|
|
218785
|
+
"name": "() => string"
|
|
218786
|
+
}
|
|
218787
|
+
},
|
|
218788
|
+
"length": {
|
|
218789
|
+
"defaultValue": null,
|
|
218790
|
+
"description": "Returns the length of a String object.",
|
|
218791
|
+
"name": "length",
|
|
218792
|
+
"parent": {
|
|
218793
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218794
|
+
"name": "String"
|
|
218795
|
+
},
|
|
218796
|
+
"declarations": [
|
|
218797
|
+
{
|
|
218798
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218799
|
+
"name": "String"
|
|
218800
|
+
}
|
|
218801
|
+
],
|
|
218802
|
+
"required": true,
|
|
218803
|
+
"type": {
|
|
218804
|
+
"name": "number"
|
|
218805
|
+
}
|
|
218806
|
+
},
|
|
218807
|
+
"substr": {
|
|
218808
|
+
"defaultValue": null,
|
|
218809
|
+
"description": "Gets a substring beginning at the specified location and having the specified length.\n@deprecated A legacy feature for browser compatibility\n@param from The starting position of the desired substring. The index of the first character in the string is zero.\n@param length The number of characters to include in the returned substring.",
|
|
218810
|
+
"name": "substr",
|
|
218811
|
+
"parent": {
|
|
218812
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218813
|
+
"name": "String"
|
|
218814
|
+
},
|
|
218815
|
+
"declarations": [
|
|
218816
|
+
{
|
|
218817
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218818
|
+
"name": "String"
|
|
218819
|
+
}
|
|
218820
|
+
],
|
|
218821
|
+
"required": true,
|
|
218822
|
+
"type": {
|
|
218823
|
+
"name": "(from: number, length?: number | undefined) => string"
|
|
218824
|
+
}
|
|
218825
|
+
},
|
|
218826
|
+
"valueOf": {
|
|
218827
|
+
"defaultValue": {},
|
|
218828
|
+
"description": "Returns the primitive value of the specified object.",
|
|
218829
|
+
"name": "valueOf",
|
|
218830
|
+
"parent": {
|
|
218831
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218832
|
+
"name": "String"
|
|
218833
|
+
},
|
|
218834
|
+
"declarations": [
|
|
218835
|
+
{
|
|
218836
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts",
|
|
218837
|
+
"name": "String"
|
|
218838
|
+
}
|
|
218839
|
+
],
|
|
218840
|
+
"required": false,
|
|
218841
|
+
"type": {
|
|
218842
|
+
"name": "() => string"
|
|
218843
|
+
}
|
|
218844
|
+
},
|
|
218845
|
+
"codePointAt": {
|
|
218846
|
+
"defaultValue": null,
|
|
218847
|
+
"description": "Returns a nonnegative integer Number less than 1114112 (0x110000) that is the code point\nvalue of the UTF-16 encoded code point starting at the string element at position pos in\nthe String resulting from converting this object to a String.\nIf there is no element at that position, the result is undefined.\nIf a valid UTF-16 surrogate pair does not begin at pos, the result is the code unit at pos.",
|
|
218848
|
+
"name": "codePointAt",
|
|
218849
|
+
"parent": {
|
|
218850
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218851
|
+
"name": "String"
|
|
218852
|
+
},
|
|
218853
|
+
"declarations": [
|
|
218854
|
+
{
|
|
218855
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218856
|
+
"name": "String"
|
|
218857
|
+
}
|
|
218858
|
+
],
|
|
218859
|
+
"required": true,
|
|
218860
|
+
"type": {
|
|
218861
|
+
"name": "(pos: number) => number | undefined"
|
|
218862
|
+
}
|
|
218863
|
+
},
|
|
218864
|
+
"includes": {
|
|
218865
|
+
"defaultValue": null,
|
|
218866
|
+
"description": "Returns true if searchString appears as a substring of the result of converting this\nobject to a String, at one or more positions that are\ngreater than or equal to position; otherwise, returns false.\n@param searchString search string\n@param position If position is undefined, 0 is assumed, so as to search all of the String.",
|
|
218867
|
+
"name": "includes",
|
|
218868
|
+
"parent": {
|
|
218869
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218870
|
+
"name": "String"
|
|
218871
|
+
},
|
|
218872
|
+
"declarations": [
|
|
218873
|
+
{
|
|
218874
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218875
|
+
"name": "String"
|
|
218876
|
+
}
|
|
218877
|
+
],
|
|
218878
|
+
"required": true,
|
|
218879
|
+
"type": {
|
|
218880
|
+
"name": "(searchString: string, position?: number | undefined) => boolean"
|
|
218881
|
+
}
|
|
218882
|
+
},
|
|
218883
|
+
"endsWith": {
|
|
218884
|
+
"defaultValue": null,
|
|
218885
|
+
"description": "Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nendPosition – length(this). Otherwise returns false.",
|
|
218886
|
+
"name": "endsWith",
|
|
218887
|
+
"parent": {
|
|
218888
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218889
|
+
"name": "String"
|
|
218890
|
+
},
|
|
218891
|
+
"declarations": [
|
|
218892
|
+
{
|
|
218893
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218894
|
+
"name": "String"
|
|
218895
|
+
}
|
|
218896
|
+
],
|
|
218897
|
+
"required": true,
|
|
218898
|
+
"type": {
|
|
218899
|
+
"name": "(searchString: string, endPosition?: number | undefined) => boolean"
|
|
218900
|
+
}
|
|
218901
|
+
},
|
|
218902
|
+
"normalize": {
|
|
218903
|
+
"defaultValue": null,
|
|
218904
|
+
"description": "Returns the String value result of normalizing the string into the normalization form\nnamed by form as specified in Unicode Standard Annex #15, Unicode Normalization Forms.\n@param form Applicable values: \"NFC\", \"NFD\", \"NFKC\", or \"NFKD\", If not specified default\nis \"NFC\"\n@param form Applicable values: \"NFC\", \"NFD\", \"NFKC\", or \"NFKD\", If not specified default\nis \"NFC\"",
|
|
218905
|
+
"name": "normalize",
|
|
218906
|
+
"parent": {
|
|
218907
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218908
|
+
"name": "String"
|
|
218909
|
+
},
|
|
218910
|
+
"declarations": [
|
|
218911
|
+
{
|
|
218912
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218913
|
+
"name": "String"
|
|
218914
|
+
},
|
|
218915
|
+
{
|
|
218916
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218917
|
+
"name": "String"
|
|
218918
|
+
}
|
|
218919
|
+
],
|
|
218920
|
+
"required": true,
|
|
218921
|
+
"type": {
|
|
218922
|
+
"name": "{ (form: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\"): string; (form?: string | undefined): string; }"
|
|
218923
|
+
}
|
|
218924
|
+
},
|
|
218925
|
+
"repeat": {
|
|
218926
|
+
"defaultValue": null,
|
|
218927
|
+
"description": "Returns a String value that is made from count copies appended together. If count is 0,\nthe empty string is returned.\n@param count number of copies to append",
|
|
218928
|
+
"name": "repeat",
|
|
218929
|
+
"parent": {
|
|
218930
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218931
|
+
"name": "String"
|
|
218932
|
+
},
|
|
218933
|
+
"declarations": [
|
|
218934
|
+
{
|
|
218935
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218936
|
+
"name": "String"
|
|
218937
|
+
}
|
|
218938
|
+
],
|
|
218939
|
+
"required": true,
|
|
218940
|
+
"type": {
|
|
218941
|
+
"name": "(count: number) => string"
|
|
218942
|
+
}
|
|
218943
|
+
},
|
|
218944
|
+
"startsWith": {
|
|
218945
|
+
"defaultValue": null,
|
|
218946
|
+
"description": "Returns true if the sequence of elements of searchString converted to a String is the\nsame as the corresponding elements of this object (converted to a String) starting at\nposition. Otherwise returns false.",
|
|
218947
|
+
"name": "startsWith",
|
|
218948
|
+
"parent": {
|
|
218949
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218950
|
+
"name": "String"
|
|
218951
|
+
},
|
|
218952
|
+
"declarations": [
|
|
218953
|
+
{
|
|
218954
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218955
|
+
"name": "String"
|
|
218956
|
+
}
|
|
218957
|
+
],
|
|
218958
|
+
"required": true,
|
|
218959
|
+
"type": {
|
|
218960
|
+
"name": "(searchString: string, position?: number | undefined) => boolean"
|
|
218961
|
+
}
|
|
218962
|
+
},
|
|
218963
|
+
"anchor": {
|
|
218964
|
+
"defaultValue": null,
|
|
218965
|
+
"description": "Returns an `<a>` HTML anchor element and sets the name attribute to the text value\n@deprecated A legacy feature for browser compatibility\n@param name",
|
|
218966
|
+
"name": "anchor",
|
|
218967
|
+
"parent": {
|
|
218968
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218969
|
+
"name": "String"
|
|
218970
|
+
},
|
|
218971
|
+
"declarations": [
|
|
218972
|
+
{
|
|
218973
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218974
|
+
"name": "String"
|
|
218975
|
+
}
|
|
218976
|
+
],
|
|
218977
|
+
"required": true,
|
|
218978
|
+
"type": {
|
|
218979
|
+
"name": "(name: string) => string"
|
|
218980
|
+
}
|
|
218981
|
+
},
|
|
218982
|
+
"big": {
|
|
218983
|
+
"defaultValue": null,
|
|
218984
|
+
"description": "Returns a `<big>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
218985
|
+
"name": "big",
|
|
218986
|
+
"parent": {
|
|
218987
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218988
|
+
"name": "String"
|
|
218989
|
+
},
|
|
218990
|
+
"declarations": [
|
|
218991
|
+
{
|
|
218992
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
218993
|
+
"name": "String"
|
|
218994
|
+
}
|
|
218995
|
+
],
|
|
218996
|
+
"required": true,
|
|
218997
|
+
"type": {
|
|
218998
|
+
"name": "() => string"
|
|
218999
|
+
}
|
|
219000
|
+
},
|
|
219001
|
+
"blink": {
|
|
219002
|
+
"defaultValue": null,
|
|
219003
|
+
"description": "Returns a `<blink>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219004
|
+
"name": "blink",
|
|
219005
|
+
"parent": {
|
|
219006
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219007
|
+
"name": "String"
|
|
219008
|
+
},
|
|
219009
|
+
"declarations": [
|
|
219010
|
+
{
|
|
219011
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219012
|
+
"name": "String"
|
|
219013
|
+
}
|
|
219014
|
+
],
|
|
219015
|
+
"required": true,
|
|
219016
|
+
"type": {
|
|
219017
|
+
"name": "() => string"
|
|
219018
|
+
}
|
|
219019
|
+
},
|
|
219020
|
+
"bold": {
|
|
219021
|
+
"defaultValue": null,
|
|
219022
|
+
"description": "Returns a `<b>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219023
|
+
"name": "bold",
|
|
219024
|
+
"parent": {
|
|
219025
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219026
|
+
"name": "String"
|
|
219027
|
+
},
|
|
219028
|
+
"declarations": [
|
|
219029
|
+
{
|
|
219030
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219031
|
+
"name": "String"
|
|
219032
|
+
}
|
|
219033
|
+
],
|
|
219034
|
+
"required": true,
|
|
219035
|
+
"type": {
|
|
219036
|
+
"name": "() => string"
|
|
219037
|
+
}
|
|
219038
|
+
},
|
|
219039
|
+
"fixed": {
|
|
219040
|
+
"defaultValue": null,
|
|
219041
|
+
"description": "Returns a `<tt>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219042
|
+
"name": "fixed",
|
|
219043
|
+
"parent": {
|
|
219044
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219045
|
+
"name": "String"
|
|
219046
|
+
},
|
|
219047
|
+
"declarations": [
|
|
219048
|
+
{
|
|
219049
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219050
|
+
"name": "String"
|
|
219051
|
+
}
|
|
219052
|
+
],
|
|
219053
|
+
"required": true,
|
|
219054
|
+
"type": {
|
|
219055
|
+
"name": "() => string"
|
|
219056
|
+
}
|
|
219057
|
+
},
|
|
219058
|
+
"fontcolor": {
|
|
219059
|
+
"defaultValue": null,
|
|
219060
|
+
"description": "Returns a `<font>` HTML element and sets the color attribute value\n@deprecated A legacy feature for browser compatibility",
|
|
219061
|
+
"name": "fontcolor",
|
|
219062
|
+
"parent": {
|
|
219063
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219064
|
+
"name": "String"
|
|
219065
|
+
},
|
|
219066
|
+
"declarations": [
|
|
219067
|
+
{
|
|
219068
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219069
|
+
"name": "String"
|
|
219070
|
+
}
|
|
219071
|
+
],
|
|
219072
|
+
"required": true,
|
|
219073
|
+
"type": {
|
|
219074
|
+
"name": "(color: string) => string"
|
|
219075
|
+
}
|
|
219076
|
+
},
|
|
219077
|
+
"fontsize": {
|
|
219078
|
+
"defaultValue": null,
|
|
219079
|
+
"description": "Returns a `<font>` HTML element and sets the size attribute value\n@deprecated A legacy feature for browser compatibility\n@deprecated A legacy feature for browser compatibility",
|
|
219080
|
+
"name": "fontsize",
|
|
219081
|
+
"parent": {
|
|
219082
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219083
|
+
"name": "String"
|
|
219084
|
+
},
|
|
219085
|
+
"declarations": [
|
|
219086
|
+
{
|
|
219087
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219088
|
+
"name": "String"
|
|
219089
|
+
},
|
|
219090
|
+
{
|
|
219091
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219092
|
+
"name": "String"
|
|
219093
|
+
}
|
|
219094
|
+
],
|
|
219095
|
+
"required": true,
|
|
219096
|
+
"type": {
|
|
219097
|
+
"name": "{ (size: number): string; (size: string): string; }"
|
|
219098
|
+
}
|
|
219099
|
+
},
|
|
219100
|
+
"italics": {
|
|
219101
|
+
"defaultValue": null,
|
|
219102
|
+
"description": "Returns an `<i>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219103
|
+
"name": "italics",
|
|
219104
|
+
"parent": {
|
|
219105
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219106
|
+
"name": "String"
|
|
219107
|
+
},
|
|
219108
|
+
"declarations": [
|
|
219109
|
+
{
|
|
219110
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219111
|
+
"name": "String"
|
|
219112
|
+
}
|
|
219113
|
+
],
|
|
219114
|
+
"required": true,
|
|
219115
|
+
"type": {
|
|
219116
|
+
"name": "() => string"
|
|
219117
|
+
}
|
|
219118
|
+
},
|
|
219119
|
+
"link": {
|
|
219120
|
+
"defaultValue": null,
|
|
219121
|
+
"description": "Returns an `<a>` HTML element and sets the href attribute value\n@deprecated A legacy feature for browser compatibility",
|
|
219122
|
+
"name": "link",
|
|
219123
|
+
"parent": {
|
|
219124
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219125
|
+
"name": "String"
|
|
219126
|
+
},
|
|
219127
|
+
"declarations": [
|
|
219128
|
+
{
|
|
219129
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219130
|
+
"name": "String"
|
|
219131
|
+
}
|
|
219132
|
+
],
|
|
219133
|
+
"required": true,
|
|
219134
|
+
"type": {
|
|
219135
|
+
"name": "(url: string) => string"
|
|
219136
|
+
}
|
|
219137
|
+
},
|
|
219138
|
+
"small": {
|
|
219139
|
+
"defaultValue": null,
|
|
219140
|
+
"description": "Returns a `<small>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219141
|
+
"name": "small",
|
|
219142
|
+
"parent": {
|
|
219143
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219144
|
+
"name": "String"
|
|
219145
|
+
},
|
|
219146
|
+
"declarations": [
|
|
219147
|
+
{
|
|
219148
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219149
|
+
"name": "String"
|
|
219150
|
+
}
|
|
219151
|
+
],
|
|
219152
|
+
"required": true,
|
|
219153
|
+
"type": {
|
|
219154
|
+
"name": "() => string"
|
|
219155
|
+
}
|
|
219156
|
+
},
|
|
219157
|
+
"strike": {
|
|
219158
|
+
"defaultValue": null,
|
|
219159
|
+
"description": "Returns a `<strike>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219160
|
+
"name": "strike",
|
|
219161
|
+
"parent": {
|
|
219162
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219163
|
+
"name": "String"
|
|
219164
|
+
},
|
|
219165
|
+
"declarations": [
|
|
219166
|
+
{
|
|
219167
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219168
|
+
"name": "String"
|
|
219169
|
+
}
|
|
219170
|
+
],
|
|
219171
|
+
"required": true,
|
|
219172
|
+
"type": {
|
|
219173
|
+
"name": "() => string"
|
|
219174
|
+
}
|
|
219175
|
+
},
|
|
219176
|
+
"sub": {
|
|
219177
|
+
"defaultValue": null,
|
|
219178
|
+
"description": "Returns a `<sub>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219179
|
+
"name": "sub",
|
|
219180
|
+
"parent": {
|
|
219181
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219182
|
+
"name": "String"
|
|
219183
|
+
},
|
|
219184
|
+
"declarations": [
|
|
219185
|
+
{
|
|
219186
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219187
|
+
"name": "String"
|
|
219188
|
+
}
|
|
219189
|
+
],
|
|
219190
|
+
"required": true,
|
|
219191
|
+
"type": {
|
|
219192
|
+
"name": "() => string"
|
|
219193
|
+
}
|
|
219194
|
+
},
|
|
219195
|
+
"sup": {
|
|
219196
|
+
"defaultValue": null,
|
|
219197
|
+
"description": "Returns a `<sup>` HTML element\n@deprecated A legacy feature for browser compatibility",
|
|
219198
|
+
"name": "sup",
|
|
219199
|
+
"parent": {
|
|
219200
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219201
|
+
"name": "String"
|
|
219202
|
+
},
|
|
219203
|
+
"declarations": [
|
|
219204
|
+
{
|
|
219205
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts",
|
|
219206
|
+
"name": "String"
|
|
219207
|
+
}
|
|
219208
|
+
],
|
|
219209
|
+
"required": true,
|
|
219210
|
+
"type": {
|
|
219211
|
+
"name": "() => string"
|
|
219212
|
+
}
|
|
219213
|
+
},
|
|
219214
|
+
"padStart": {
|
|
219215
|
+
"defaultValue": null,
|
|
219216
|
+
"description": "Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the start (left) of the current string.\n@param maxLength The length of the resulting string once the current string has been padded.\nIf this parameter is smaller than the current string's length, the current string will be returned as it is.\n@param fillString The string to pad the current string with.\nIf this string is too long, it will be truncated and the left-most part will be applied.\nThe default value for this parameter is \" \" (U+0020).",
|
|
219217
|
+
"name": "padStart",
|
|
219218
|
+
"parent": {
|
|
219219
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
219220
|
+
"name": "String"
|
|
219221
|
+
},
|
|
219222
|
+
"declarations": [
|
|
219223
|
+
{
|
|
219224
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
219225
|
+
"name": "String"
|
|
219226
|
+
}
|
|
219227
|
+
],
|
|
219228
|
+
"required": true,
|
|
219229
|
+
"type": {
|
|
219230
|
+
"name": "(maxLength: number, fillString?: string | undefined) => string"
|
|
219231
|
+
}
|
|
219232
|
+
},
|
|
219233
|
+
"padEnd": {
|
|
219234
|
+
"defaultValue": null,
|
|
219235
|
+
"description": "Pads the current string with a given string (possibly repeated) so that the resulting string reaches a given length.\nThe padding is applied from the end (right) of the current string.\n@param maxLength The length of the resulting string once the current string has been padded.\nIf this parameter is smaller than the current string's length, the current string will be returned as it is.\n@param fillString The string to pad the current string with.\nIf this string is too long, it will be truncated and the left-most part will be applied.\nThe default value for this parameter is \" \" (U+0020).",
|
|
219236
|
+
"name": "padEnd",
|
|
219237
|
+
"parent": {
|
|
219238
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
219239
|
+
"name": "String"
|
|
219240
|
+
},
|
|
219241
|
+
"declarations": [
|
|
219242
|
+
{
|
|
219243
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts",
|
|
219244
|
+
"name": "String"
|
|
219245
|
+
}
|
|
219246
|
+
],
|
|
219247
|
+
"required": true,
|
|
219248
|
+
"type": {
|
|
219249
|
+
"name": "(maxLength: number, fillString?: string | undefined) => string"
|
|
219250
|
+
}
|
|
219251
|
+
},
|
|
219252
|
+
"trimEnd": {
|
|
219253
|
+
"defaultValue": null,
|
|
219254
|
+
"description": "Removes the trailing white space and line terminator characters from a string.",
|
|
219255
|
+
"name": "trimEnd",
|
|
219256
|
+
"parent": {
|
|
219257
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219258
|
+
"name": "String"
|
|
219259
|
+
},
|
|
219260
|
+
"declarations": [
|
|
219261
|
+
{
|
|
219262
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219263
|
+
"name": "String"
|
|
219264
|
+
}
|
|
219265
|
+
],
|
|
219266
|
+
"required": true,
|
|
219267
|
+
"type": {
|
|
219268
|
+
"name": "() => string"
|
|
219269
|
+
}
|
|
219270
|
+
},
|
|
219271
|
+
"trimStart": {
|
|
219272
|
+
"defaultValue": null,
|
|
219273
|
+
"description": "Removes the leading white space and line terminator characters from a string.",
|
|
219274
|
+
"name": "trimStart",
|
|
219275
|
+
"parent": {
|
|
219276
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219277
|
+
"name": "String"
|
|
219278
|
+
},
|
|
219279
|
+
"declarations": [
|
|
219280
|
+
{
|
|
219281
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219282
|
+
"name": "String"
|
|
219283
|
+
}
|
|
219284
|
+
],
|
|
219285
|
+
"required": true,
|
|
219286
|
+
"type": {
|
|
219287
|
+
"name": "() => string"
|
|
219288
|
+
}
|
|
219289
|
+
},
|
|
219290
|
+
"trimLeft": {
|
|
219291
|
+
"defaultValue": null,
|
|
219292
|
+
"description": "Removes the leading white space and line terminator characters from a string.\n@deprecated A legacy feature for browser compatibility. Use `trimStart` instead",
|
|
219293
|
+
"name": "trimLeft",
|
|
219294
|
+
"parent": {
|
|
219295
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219296
|
+
"name": "String"
|
|
219297
|
+
},
|
|
219298
|
+
"declarations": [
|
|
219299
|
+
{
|
|
219300
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219301
|
+
"name": "String"
|
|
219302
|
+
}
|
|
219303
|
+
],
|
|
219304
|
+
"required": true,
|
|
219305
|
+
"type": {
|
|
219306
|
+
"name": "() => string"
|
|
219307
|
+
}
|
|
219308
|
+
},
|
|
219309
|
+
"trimRight": {
|
|
219310
|
+
"defaultValue": null,
|
|
219311
|
+
"description": "Removes the trailing white space and line terminator characters from a string.\n@deprecated A legacy feature for browser compatibility. Use `trimEnd` instead",
|
|
219312
|
+
"name": "trimRight",
|
|
219313
|
+
"parent": {
|
|
219314
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219315
|
+
"name": "String"
|
|
219316
|
+
},
|
|
219317
|
+
"declarations": [
|
|
219318
|
+
{
|
|
219319
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts",
|
|
219320
|
+
"name": "String"
|
|
219321
|
+
}
|
|
219322
|
+
],
|
|
219323
|
+
"required": true,
|
|
219324
|
+
"type": {
|
|
219325
|
+
"name": "() => string"
|
|
219326
|
+
}
|
|
219327
|
+
},
|
|
219328
|
+
"matchAll": {
|
|
219329
|
+
"defaultValue": null,
|
|
219330
|
+
"description": "Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param regexp A regular expression",
|
|
219331
|
+
"name": "matchAll",
|
|
219332
|
+
"parent": {
|
|
219333
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
219334
|
+
"name": "String"
|
|
219335
|
+
},
|
|
219336
|
+
"declarations": [
|
|
219337
|
+
{
|
|
219338
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts",
|
|
219339
|
+
"name": "String"
|
|
219340
|
+
}
|
|
219341
|
+
],
|
|
219342
|
+
"required": true,
|
|
219343
|
+
"type": {
|
|
219344
|
+
"name": "(regexp: RegExp) => RegExpStringIterator<RegExpExecArray>"
|
|
219345
|
+
}
|
|
219346
|
+
},
|
|
219347
|
+
"replaceAll": {
|
|
219348
|
+
"defaultValue": null,
|
|
219349
|
+
"description": "Replace all instances of a substring in a string, using a regular expression or search string.\n@param searchValue A string to search for.\n@param replaceValue A string containing the text to replace for every successful match of searchValue in this string.\n@param searchValue A string to search for.\n@param replacer A function that returns the replacement text.",
|
|
219350
|
+
"name": "replaceAll",
|
|
219351
|
+
"parent": {
|
|
219352
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts",
|
|
219353
|
+
"name": "String"
|
|
219354
|
+
},
|
|
219355
|
+
"declarations": [
|
|
219356
|
+
{
|
|
219357
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts",
|
|
219358
|
+
"name": "String"
|
|
219359
|
+
},
|
|
219360
|
+
{
|
|
219361
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts",
|
|
219362
|
+
"name": "String"
|
|
219363
|
+
}
|
|
219364
|
+
],
|
|
219365
|
+
"required": true,
|
|
219366
|
+
"type": {
|
|
219367
|
+
"name": "{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; }"
|
|
219368
|
+
}
|
|
219369
|
+
},
|
|
219370
|
+
"at": {
|
|
219371
|
+
"defaultValue": null,
|
|
219372
|
+
"description": "Returns a new String consisting of the single UTF-16 code unit located at the specified index.\n@param index The zero-based index of the desired code unit. A negative index will count back from the last item.",
|
|
219373
|
+
"name": "at",
|
|
219374
|
+
"parent": {
|
|
219375
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts",
|
|
219376
|
+
"name": "String"
|
|
219377
|
+
},
|
|
219378
|
+
"declarations": [
|
|
219379
|
+
{
|
|
219380
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts",
|
|
219381
|
+
"name": "String"
|
|
219382
|
+
}
|
|
219383
|
+
],
|
|
219384
|
+
"required": true,
|
|
219385
|
+
"type": {
|
|
219386
|
+
"name": "(index: number) => string | undefined"
|
|
219387
|
+
}
|
|
219388
|
+
},
|
|
219389
|
+
"isWellFormed": {
|
|
219390
|
+
"defaultValue": null,
|
|
219391
|
+
"description": "Returns true if all leading surrogates and trailing surrogates appear paired and in order.",
|
|
219392
|
+
"name": "isWellFormed",
|
|
219393
|
+
"parent": {
|
|
219394
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts",
|
|
219395
|
+
"name": "String"
|
|
219396
|
+
},
|
|
219397
|
+
"declarations": [
|
|
219398
|
+
{
|
|
219399
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts",
|
|
219400
|
+
"name": "String"
|
|
219401
|
+
}
|
|
219402
|
+
],
|
|
219403
|
+
"required": true,
|
|
219404
|
+
"type": {
|
|
219405
|
+
"name": "() => boolean"
|
|
219406
|
+
}
|
|
219407
|
+
},
|
|
219408
|
+
"toWellFormed": {
|
|
219409
|
+
"defaultValue": null,
|
|
219410
|
+
"description": "Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD).",
|
|
219411
|
+
"name": "toWellFormed",
|
|
219412
|
+
"parent": {
|
|
219413
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts",
|
|
219414
|
+
"name": "String"
|
|
219415
|
+
},
|
|
219416
|
+
"declarations": [
|
|
219417
|
+
{
|
|
219418
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts",
|
|
219419
|
+
"name": "String"
|
|
219420
|
+
}
|
|
219421
|
+
],
|
|
219422
|
+
"required": true,
|
|
219423
|
+
"type": {
|
|
219424
|
+
"name": "() => string"
|
|
219425
|
+
}
|
|
219426
|
+
},
|
|
219427
|
+
"__@iterator@46": {
|
|
219428
|
+
"defaultValue": null,
|
|
219429
|
+
"description": "Iterator",
|
|
219430
|
+
"name": "__@iterator@46",
|
|
219431
|
+
"parent": {
|
|
219432
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
219433
|
+
"name": "String"
|
|
219434
|
+
},
|
|
219435
|
+
"declarations": [
|
|
219436
|
+
{
|
|
219437
|
+
"fileName": "flow/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
219438
|
+
"name": "String"
|
|
219439
|
+
}
|
|
219440
|
+
],
|
|
219441
|
+
"required": true,
|
|
219442
|
+
"type": {
|
|
219443
|
+
"name": "() => StringIterator<string>"
|
|
219444
|
+
}
|
|
219445
|
+
}
|
|
219446
|
+
}
|
|
219447
|
+
},
|
|
218303
219448
|
{
|
|
218304
219449
|
"tags": {
|
|
218305
219450
|
"flr-generate": "all"
|
|
@@ -287942,6 +289087,49 @@
|
|
|
287942
289087
|
}
|
|
287943
289088
|
}
|
|
287944
289089
|
},
|
|
289090
|
+
{
|
|
289091
|
+
"tags": {},
|
|
289092
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
289093
|
+
"description": "",
|
|
289094
|
+
"displayName": "FormSettingsProvider",
|
|
289095
|
+
"methods": [],
|
|
289096
|
+
"props": {
|
|
289097
|
+
"submitInterceptor": {
|
|
289098
|
+
"defaultValue": null,
|
|
289099
|
+
"description": "",
|
|
289100
|
+
"name": "submitInterceptor",
|
|
289101
|
+
"parent": {
|
|
289102
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
289103
|
+
"name": "Context"
|
|
289104
|
+
},
|
|
289105
|
+
"declarations": [
|
|
289106
|
+
{
|
|
289107
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
289108
|
+
"name": "Context"
|
|
289109
|
+
}
|
|
289110
|
+
],
|
|
289111
|
+
"required": false,
|
|
289112
|
+
"type": {
|
|
289113
|
+
"name": "SubmitInterceptor"
|
|
289114
|
+
}
|
|
289115
|
+
},
|
|
289116
|
+
"children": {
|
|
289117
|
+
"defaultValue": null,
|
|
289118
|
+
"description": "",
|
|
289119
|
+
"name": "children",
|
|
289120
|
+
"declarations": [
|
|
289121
|
+
{
|
|
289122
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
289123
|
+
"name": "TypeLiteral"
|
|
289124
|
+
}
|
|
289125
|
+
],
|
|
289126
|
+
"required": false,
|
|
289127
|
+
"type": {
|
|
289128
|
+
"name": "ReactNode"
|
|
289129
|
+
}
|
|
289130
|
+
}
|
|
289131
|
+
}
|
|
289132
|
+
},
|
|
287945
289133
|
{
|
|
287946
289134
|
"tags": {},
|
|
287947
289135
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -290321,49 +291509,6 @@
|
|
|
290321
291509
|
}
|
|
290322
291510
|
}
|
|
290323
291511
|
},
|
|
290324
|
-
{
|
|
290325
|
-
"tags": {},
|
|
290326
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290327
|
-
"description": "",
|
|
290328
|
-
"displayName": "FormSettingsProvider",
|
|
290329
|
-
"methods": [],
|
|
290330
|
-
"props": {
|
|
290331
|
-
"submitInterceptor": {
|
|
290332
|
-
"defaultValue": null,
|
|
290333
|
-
"description": "",
|
|
290334
|
-
"name": "submitInterceptor",
|
|
290335
|
-
"parent": {
|
|
290336
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290337
|
-
"name": "Context"
|
|
290338
|
-
},
|
|
290339
|
-
"declarations": [
|
|
290340
|
-
{
|
|
290341
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290342
|
-
"name": "Context"
|
|
290343
|
-
}
|
|
290344
|
-
],
|
|
290345
|
-
"required": false,
|
|
290346
|
-
"type": {
|
|
290347
|
-
"name": "SubmitInterceptor"
|
|
290348
|
-
}
|
|
290349
|
-
},
|
|
290350
|
-
"children": {
|
|
290351
|
-
"defaultValue": null,
|
|
290352
|
-
"description": "",
|
|
290353
|
-
"name": "children",
|
|
290354
|
-
"declarations": [
|
|
290355
|
-
{
|
|
290356
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
290357
|
-
"name": "TypeLiteral"
|
|
290358
|
-
}
|
|
290359
|
-
],
|
|
290360
|
-
"required": false,
|
|
290361
|
-
"type": {
|
|
290362
|
-
"name": "ReactNode"
|
|
290363
|
-
}
|
|
290364
|
-
}
|
|
290365
|
-
}
|
|
290366
|
-
},
|
|
290367
291512
|
{
|
|
290368
291513
|
"tags": {
|
|
290369
291514
|
"flowStatus": "new"
|
|
@@ -313102,108 +314247,144 @@
|
|
|
313102
314247
|
"tags": {
|
|
313103
314248
|
"flr-generate": "all"
|
|
313104
314249
|
},
|
|
313105
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
314250
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
313106
314251
|
"description": "",
|
|
313107
|
-
"displayName": "
|
|
314252
|
+
"displayName": "TableBody",
|
|
313108
314253
|
"methods": [],
|
|
313109
314254
|
"props": {
|
|
313110
|
-
"
|
|
313111
|
-
"defaultValue":
|
|
313112
|
-
|
|
313113
|
-
|
|
314255
|
+
"className": {
|
|
314256
|
+
"defaultValue": {
|
|
314257
|
+
"value": "'react-aria-Row'"
|
|
314258
|
+
},
|
|
314259
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
314260
|
+
"name": "className",
|
|
313114
314261
|
"parent": {
|
|
313115
|
-
"fileName": "
|
|
313116
|
-
"name": "
|
|
314262
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314263
|
+
"name": "RowProps"
|
|
313117
314264
|
},
|
|
313118
314265
|
"declarations": [
|
|
313119
314266
|
{
|
|
313120
|
-
"fileName": "
|
|
313121
|
-
"name": "
|
|
314267
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314268
|
+
"name": "RowProps"
|
|
313122
314269
|
}
|
|
313123
314270
|
],
|
|
313124
314271
|
"required": false,
|
|
313125
314272
|
"type": {
|
|
313126
|
-
"name": "
|
|
314273
|
+
"name": "ClassNameOrFunction<RowRenderProps>"
|
|
313127
314274
|
}
|
|
313128
314275
|
},
|
|
313129
|
-
"
|
|
313130
|
-
"defaultValue":
|
|
313131
|
-
|
|
314276
|
+
"renderEmptyState": {
|
|
314277
|
+
"defaultValue": null,
|
|
314278
|
+
"description": "Provides content to display when there are no rows in the table.",
|
|
314279
|
+
"name": "renderEmptyState",
|
|
314280
|
+
"parent": {
|
|
314281
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314282
|
+
"name": "TableBodyProps"
|
|
313132
314283
|
},
|
|
313133
|
-
"
|
|
313134
|
-
|
|
314284
|
+
"declarations": [
|
|
314285
|
+
{
|
|
314286
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314287
|
+
"name": "TableBodyProps"
|
|
314288
|
+
}
|
|
314289
|
+
],
|
|
314290
|
+
"required": false,
|
|
314291
|
+
"type": {
|
|
314292
|
+
"name": "((props: TableBodyRenderProps) => ReactNode)"
|
|
314293
|
+
}
|
|
314294
|
+
},
|
|
314295
|
+
"children": {
|
|
314296
|
+
"defaultValue": null,
|
|
314297
|
+
"description": "The contents of the collection.",
|
|
314298
|
+
"name": "children",
|
|
313135
314299
|
"parent": {
|
|
313136
|
-
"fileName": "
|
|
313137
|
-
"name": "
|
|
314300
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314301
|
+
"name": "CollectionProps"
|
|
313138
314302
|
},
|
|
313139
314303
|
"declarations": [
|
|
313140
314304
|
{
|
|
313141
|
-
"fileName": "
|
|
313142
|
-
"name": "
|
|
314305
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314306
|
+
"name": "CollectionProps"
|
|
313143
314307
|
}
|
|
313144
314308
|
],
|
|
313145
314309
|
"required": false,
|
|
313146
314310
|
"type": {
|
|
313147
|
-
"name": "
|
|
314311
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
313148
314312
|
}
|
|
313149
314313
|
},
|
|
313150
|
-
"
|
|
314314
|
+
"items": {
|
|
313151
314315
|
"defaultValue": null,
|
|
313152
|
-
"description": "
|
|
313153
|
-
"name": "
|
|
314316
|
+
"description": "Item objects in the collection.",
|
|
314317
|
+
"name": "items",
|
|
313154
314318
|
"parent": {
|
|
313155
|
-
"fileName": "flow/node_modules/.pnpm
|
|
313156
|
-
"name": "
|
|
314319
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/collections.d.ts",
|
|
314320
|
+
"name": "CollectionBase"
|
|
313157
314321
|
},
|
|
313158
314322
|
"declarations": [
|
|
313159
314323
|
{
|
|
313160
|
-
"fileName": "flow/node_modules/.pnpm
|
|
313161
|
-
"name": "
|
|
314324
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/collections.d.ts",
|
|
314325
|
+
"name": "CollectionBase"
|
|
313162
314326
|
}
|
|
313163
314327
|
],
|
|
313164
314328
|
"required": false,
|
|
313165
314329
|
"type": {
|
|
313166
|
-
"name": "
|
|
314330
|
+
"name": "Iterable<object>"
|
|
313167
314331
|
}
|
|
313168
314332
|
},
|
|
313169
|
-
"
|
|
314333
|
+
"dependencies": {
|
|
313170
314334
|
"defaultValue": null,
|
|
313171
|
-
"description": "",
|
|
313172
|
-
"name": "
|
|
314335
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
314336
|
+
"name": "dependencies",
|
|
313173
314337
|
"parent": {
|
|
313174
|
-
"fileName": "flow/node_modules/.pnpm
|
|
313175
|
-
"name": "
|
|
314338
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314339
|
+
"name": "CollectionProps"
|
|
313176
314340
|
},
|
|
313177
314341
|
"declarations": [
|
|
313178
314342
|
{
|
|
313179
|
-
"fileName": "flow/node_modules/.pnpm
|
|
313180
|
-
"name": "
|
|
314343
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314344
|
+
"name": "CollectionProps"
|
|
313181
314345
|
}
|
|
313182
314346
|
],
|
|
313183
314347
|
"required": false,
|
|
313184
314348
|
"type": {
|
|
313185
|
-
"name": "
|
|
314349
|
+
"name": "readonly any[]"
|
|
313186
314350
|
}
|
|
313187
314351
|
},
|
|
313188
|
-
"
|
|
313189
|
-
"defaultValue":
|
|
313190
|
-
|
|
314352
|
+
"style": {
|
|
314353
|
+
"defaultValue": null,
|
|
314354
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
314355
|
+
"name": "style",
|
|
314356
|
+
"parent": {
|
|
314357
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
314358
|
+
"name": "StyleRenderProps"
|
|
313191
314359
|
},
|
|
313192
|
-
"
|
|
313193
|
-
|
|
314360
|
+
"declarations": [
|
|
314361
|
+
{
|
|
314362
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
314363
|
+
"name": "StyleRenderProps"
|
|
314364
|
+
}
|
|
314365
|
+
],
|
|
314366
|
+
"required": false,
|
|
314367
|
+
"type": {
|
|
314368
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
314369
|
+
}
|
|
314370
|
+
},
|
|
314371
|
+
"render": {
|
|
314372
|
+
"defaultValue": null,
|
|
314373
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
314374
|
+
"name": "render",
|
|
313194
314375
|
"parent": {
|
|
313195
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
313196
|
-
"name": "
|
|
314376
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
314377
|
+
"name": "DOMRenderProps"
|
|
313197
314378
|
},
|
|
313198
314379
|
"declarations": [
|
|
313199
314380
|
{
|
|
313200
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
313201
|
-
"name": "
|
|
314381
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
314382
|
+
"name": "DOMRenderProps"
|
|
313202
314383
|
}
|
|
313203
314384
|
],
|
|
313204
314385
|
"required": false,
|
|
313205
314386
|
"type": {
|
|
313206
|
-
"name": "
|
|
314387
|
+
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
313207
314388
|
}
|
|
313208
314389
|
},
|
|
313209
314390
|
"dir": {
|
|
@@ -313282,6 +314463,25 @@
|
|
|
313282
314463
|
"name": "boolean"
|
|
313283
314464
|
}
|
|
313284
314465
|
},
|
|
314466
|
+
"translate": {
|
|
314467
|
+
"defaultValue": null,
|
|
314468
|
+
"description": "",
|
|
314469
|
+
"name": "translate",
|
|
314470
|
+
"parent": {
|
|
314471
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
314472
|
+
"name": "GlobalDOMAttributes"
|
|
314473
|
+
},
|
|
314474
|
+
"declarations": [
|
|
314475
|
+
{
|
|
314476
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
314477
|
+
"name": "GlobalDOMAttributes"
|
|
314478
|
+
}
|
|
314479
|
+
],
|
|
314480
|
+
"required": false,
|
|
314481
|
+
"type": {
|
|
314482
|
+
"name": "\"yes\" | \"no\""
|
|
314483
|
+
}
|
|
314484
|
+
},
|
|
313285
314485
|
"onClick": {
|
|
313286
314486
|
"defaultValue": null,
|
|
313287
314487
|
"description": "",
|
|
@@ -314497,59 +315697,6 @@
|
|
|
314497
315697
|
"type": {
|
|
314498
315698
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
314499
315699
|
}
|
|
314500
|
-
},
|
|
314501
|
-
"textValue": {
|
|
314502
|
-
"defaultValue": null,
|
|
314503
|
-
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
314504
|
-
"name": "textValue",
|
|
314505
|
-
"parent": {
|
|
314506
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314507
|
-
"name": "RowProps"
|
|
314508
|
-
},
|
|
314509
|
-
"declarations": [
|
|
314510
|
-
{
|
|
314511
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314512
|
-
"name": "RowProps"
|
|
314513
|
-
}
|
|
314514
|
-
],
|
|
314515
|
-
"required": false,
|
|
314516
|
-
"type": {
|
|
314517
|
-
"name": "string"
|
|
314518
|
-
}
|
|
314519
|
-
},
|
|
314520
|
-
"colSpan": {
|
|
314521
|
-
"defaultValue": null,
|
|
314522
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
314523
|
-
"name": "colSpan",
|
|
314524
|
-
"parent": {
|
|
314525
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314526
|
-
"name": "CellProps"
|
|
314527
|
-
},
|
|
314528
|
-
"declarations": [
|
|
314529
|
-
{
|
|
314530
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314531
|
-
"name": "CellProps"
|
|
314532
|
-
}
|
|
314533
|
-
],
|
|
314534
|
-
"required": false,
|
|
314535
|
-
"type": {
|
|
314536
|
-
"name": "number"
|
|
314537
|
-
}
|
|
314538
|
-
},
|
|
314539
|
-
"children": {
|
|
314540
|
-
"defaultValue": null,
|
|
314541
|
-
"description": "",
|
|
314542
|
-
"name": "children",
|
|
314543
|
-
"declarations": [
|
|
314544
|
-
{
|
|
314545
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
314546
|
-
"name": "TypeLiteral"
|
|
314547
|
-
}
|
|
314548
|
-
],
|
|
314549
|
-
"required": false,
|
|
314550
|
-
"type": {
|
|
314551
|
-
"name": "ReactNode"
|
|
314552
|
-
}
|
|
314553
315700
|
}
|
|
314554
315701
|
}
|
|
314555
315702
|
},
|
|
@@ -314557,144 +315704,108 @@
|
|
|
314557
315704
|
"tags": {
|
|
314558
315705
|
"flr-generate": "all"
|
|
314559
315706
|
},
|
|
314560
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
315707
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
314561
315708
|
"description": "",
|
|
314562
|
-
"displayName": "
|
|
315709
|
+
"displayName": "TableCell",
|
|
314563
315710
|
"methods": [],
|
|
314564
315711
|
"props": {
|
|
314565
|
-
"
|
|
314566
|
-
"defaultValue": {
|
|
314567
|
-
"value": "'react-aria-Row'"
|
|
314568
|
-
},
|
|
314569
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
314570
|
-
"name": "className",
|
|
314571
|
-
"parent": {
|
|
314572
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314573
|
-
"name": "RowProps"
|
|
314574
|
-
},
|
|
314575
|
-
"declarations": [
|
|
314576
|
-
{
|
|
314577
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
314578
|
-
"name": "RowProps"
|
|
314579
|
-
}
|
|
314580
|
-
],
|
|
314581
|
-
"required": false,
|
|
314582
|
-
"type": {
|
|
314583
|
-
"name": "ClassNameOrFunction<RowRenderProps>"
|
|
314584
|
-
}
|
|
314585
|
-
},
|
|
314586
|
-
"renderEmptyState": {
|
|
315712
|
+
"rowHeader": {
|
|
314587
315713
|
"defaultValue": null,
|
|
314588
|
-
"description": "
|
|
314589
|
-
"name": "
|
|
315714
|
+
"description": "Use cell as row header",
|
|
315715
|
+
"name": "rowHeader",
|
|
314590
315716
|
"parent": {
|
|
314591
|
-
"fileName": "
|
|
314592
|
-
"name": "
|
|
315717
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
315718
|
+
"name": "TableCellProps"
|
|
314593
315719
|
},
|
|
314594
315720
|
"declarations": [
|
|
314595
315721
|
{
|
|
314596
|
-
"fileName": "
|
|
314597
|
-
"name": "
|
|
315722
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
315723
|
+
"name": "TableCellProps"
|
|
314598
315724
|
}
|
|
314599
315725
|
],
|
|
314600
315726
|
"required": false,
|
|
314601
315727
|
"type": {
|
|
314602
|
-
"name": "
|
|
315728
|
+
"name": "boolean"
|
|
314603
315729
|
}
|
|
314604
315730
|
},
|
|
314605
|
-
"
|
|
314606
|
-
"defaultValue":
|
|
314607
|
-
|
|
314608
|
-
"name": "children",
|
|
314609
|
-
"parent": {
|
|
314610
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314611
|
-
"name": "CollectionProps"
|
|
315731
|
+
"horizontalAlign": {
|
|
315732
|
+
"defaultValue": {
|
|
315733
|
+
"value": "\"start\""
|
|
314612
315734
|
},
|
|
314613
|
-
"
|
|
314614
|
-
|
|
314615
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
314616
|
-
"name": "CollectionProps"
|
|
314617
|
-
}
|
|
314618
|
-
],
|
|
314619
|
-
"required": false,
|
|
314620
|
-
"type": {
|
|
314621
|
-
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
314622
|
-
}
|
|
314623
|
-
},
|
|
314624
|
-
"items": {
|
|
314625
|
-
"defaultValue": null,
|
|
314626
|
-
"description": "Item objects in the collection.",
|
|
314627
|
-
"name": "items",
|
|
315735
|
+
"description": "Horizontal alignment of the cell content",
|
|
315736
|
+
"name": "horizontalAlign",
|
|
314628
315737
|
"parent": {
|
|
314629
|
-
"fileName": "
|
|
314630
|
-
"name": "
|
|
315738
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
315739
|
+
"name": "TableCellProps"
|
|
314631
315740
|
},
|
|
314632
315741
|
"declarations": [
|
|
314633
315742
|
{
|
|
314634
|
-
"fileName": "
|
|
314635
|
-
"name": "
|
|
315743
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
315744
|
+
"name": "TableCellProps"
|
|
314636
315745
|
}
|
|
314637
315746
|
],
|
|
314638
315747
|
"required": false,
|
|
314639
315748
|
"type": {
|
|
314640
|
-
"name": "
|
|
315749
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
314641
315750
|
}
|
|
314642
315751
|
},
|
|
314643
|
-
"
|
|
315752
|
+
"id": {
|
|
314644
315753
|
"defaultValue": null,
|
|
314645
|
-
"description": "
|
|
314646
|
-
"name": "
|
|
315754
|
+
"description": "The unique id of the row.",
|
|
315755
|
+
"name": "id",
|
|
314647
315756
|
"parent": {
|
|
314648
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
314649
|
-
"name": "
|
|
315757
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
315758
|
+
"name": "RowProps"
|
|
314650
315759
|
},
|
|
314651
315760
|
"declarations": [
|
|
314652
315761
|
{
|
|
314653
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
314654
|
-
"name": "
|
|
315762
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
315763
|
+
"name": "RowProps"
|
|
314655
315764
|
}
|
|
314656
315765
|
],
|
|
314657
315766
|
"required": false,
|
|
314658
315767
|
"type": {
|
|
314659
|
-
"name": "
|
|
315768
|
+
"name": "Key"
|
|
314660
315769
|
}
|
|
314661
315770
|
},
|
|
314662
|
-
"
|
|
315771
|
+
"translate": {
|
|
314663
315772
|
"defaultValue": null,
|
|
314664
|
-
"description": "
|
|
314665
|
-
"name": "
|
|
315773
|
+
"description": "",
|
|
315774
|
+
"name": "translate",
|
|
314666
315775
|
"parent": {
|
|
314667
|
-
"fileName": "flow/node_modules/.pnpm
|
|
314668
|
-
"name": "
|
|
315776
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
315777
|
+
"name": "GlobalDOMAttributes"
|
|
314669
315778
|
},
|
|
314670
315779
|
"declarations": [
|
|
314671
315780
|
{
|
|
314672
|
-
"fileName": "flow/node_modules/.pnpm
|
|
314673
|
-
"name": "
|
|
315781
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
315782
|
+
"name": "GlobalDOMAttributes"
|
|
314674
315783
|
}
|
|
314675
315784
|
],
|
|
314676
315785
|
"required": false,
|
|
314677
315786
|
"type": {
|
|
314678
|
-
"name": "
|
|
315787
|
+
"name": "\"yes\" | \"no\""
|
|
314679
315788
|
}
|
|
314680
315789
|
},
|
|
314681
|
-
"
|
|
314682
|
-
"defaultValue":
|
|
314683
|
-
|
|
314684
|
-
|
|
315790
|
+
"className": {
|
|
315791
|
+
"defaultValue": {
|
|
315792
|
+
"value": "'react-aria-Row'"
|
|
315793
|
+
},
|
|
315794
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
315795
|
+
"name": "className",
|
|
314685
315796
|
"parent": {
|
|
314686
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
314687
|
-
"name": "
|
|
315797
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
315798
|
+
"name": "RowProps"
|
|
314688
315799
|
},
|
|
314689
315800
|
"declarations": [
|
|
314690
315801
|
{
|
|
314691
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
314692
|
-
"name": "
|
|
315802
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
315803
|
+
"name": "RowProps"
|
|
314693
315804
|
}
|
|
314694
315805
|
],
|
|
314695
315806
|
"required": false,
|
|
314696
315807
|
"type": {
|
|
314697
|
-
"name": "
|
|
315808
|
+
"name": "ClassNameOrFunction<RowRenderProps>"
|
|
314698
315809
|
}
|
|
314699
315810
|
},
|
|
314700
315811
|
"dir": {
|
|
@@ -314773,25 +315884,6 @@
|
|
|
314773
315884
|
"name": "boolean"
|
|
314774
315885
|
}
|
|
314775
315886
|
},
|
|
314776
|
-
"translate": {
|
|
314777
|
-
"defaultValue": null,
|
|
314778
|
-
"description": "",
|
|
314779
|
-
"name": "translate",
|
|
314780
|
-
"parent": {
|
|
314781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
314782
|
-
"name": "GlobalDOMAttributes"
|
|
314783
|
-
},
|
|
314784
|
-
"declarations": [
|
|
314785
|
-
{
|
|
314786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
314787
|
-
"name": "GlobalDOMAttributes"
|
|
314788
|
-
}
|
|
314789
|
-
],
|
|
314790
|
-
"required": false,
|
|
314791
|
-
"type": {
|
|
314792
|
-
"name": "\"yes\" | \"no\""
|
|
314793
|
-
}
|
|
314794
|
-
},
|
|
314795
315887
|
"onClick": {
|
|
314796
315888
|
"defaultValue": null,
|
|
314797
315889
|
"description": "",
|
|
@@ -316007,6 +317099,59 @@
|
|
|
316007
317099
|
"type": {
|
|
316008
317100
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
316009
317101
|
}
|
|
317102
|
+
},
|
|
317103
|
+
"textValue": {
|
|
317104
|
+
"defaultValue": null,
|
|
317105
|
+
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
317106
|
+
"name": "textValue",
|
|
317107
|
+
"parent": {
|
|
317108
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
317109
|
+
"name": "RowProps"
|
|
317110
|
+
},
|
|
317111
|
+
"declarations": [
|
|
317112
|
+
{
|
|
317113
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
317114
|
+
"name": "RowProps"
|
|
317115
|
+
}
|
|
317116
|
+
],
|
|
317117
|
+
"required": false,
|
|
317118
|
+
"type": {
|
|
317119
|
+
"name": "string"
|
|
317120
|
+
}
|
|
317121
|
+
},
|
|
317122
|
+
"colSpan": {
|
|
317123
|
+
"defaultValue": null,
|
|
317124
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
317125
|
+
"name": "colSpan",
|
|
317126
|
+
"parent": {
|
|
317127
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
317128
|
+
"name": "CellProps"
|
|
317129
|
+
},
|
|
317130
|
+
"declarations": [
|
|
317131
|
+
{
|
|
317132
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
317133
|
+
"name": "CellProps"
|
|
317134
|
+
}
|
|
317135
|
+
],
|
|
317136
|
+
"required": false,
|
|
317137
|
+
"type": {
|
|
317138
|
+
"name": "number"
|
|
317139
|
+
}
|
|
317140
|
+
},
|
|
317141
|
+
"children": {
|
|
317142
|
+
"defaultValue": null,
|
|
317143
|
+
"description": "",
|
|
317144
|
+
"name": "children",
|
|
317145
|
+
"declarations": [
|
|
317146
|
+
{
|
|
317147
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
317148
|
+
"name": "TypeLiteral"
|
|
317149
|
+
}
|
|
317150
|
+
],
|
|
317151
|
+
"required": false,
|
|
317152
|
+
"type": {
|
|
317153
|
+
"name": "ReactNode"
|
|
317154
|
+
}
|
|
316010
317155
|
}
|
|
316011
317156
|
}
|
|
316012
317157
|
},
|
|
@@ -322051,6 +323196,144 @@
|
|
|
322051
323196
|
}
|
|
322052
323197
|
}
|
|
322053
323198
|
},
|
|
323199
|
+
{
|
|
323200
|
+
"tags": {},
|
|
323201
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
323202
|
+
"description": "",
|
|
323203
|
+
"displayName": "PopoverTrigger",
|
|
323204
|
+
"methods": [],
|
|
323205
|
+
"props": {
|
|
323206
|
+
"isDefaultOpen": {
|
|
323207
|
+
"defaultValue": null,
|
|
323208
|
+
"description": "Whether the overlay should be open initially.",
|
|
323209
|
+
"name": "isDefaultOpen",
|
|
323210
|
+
"parent": {
|
|
323211
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
323212
|
+
"name": "OverlayTriggerProps"
|
|
323213
|
+
},
|
|
323214
|
+
"declarations": [
|
|
323215
|
+
{
|
|
323216
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
323217
|
+
"name": "OverlayTriggerProps"
|
|
323218
|
+
}
|
|
323219
|
+
],
|
|
323220
|
+
"required": false,
|
|
323221
|
+
"type": {
|
|
323222
|
+
"name": "boolean"
|
|
323223
|
+
}
|
|
323224
|
+
},
|
|
323225
|
+
"controller": {
|
|
323226
|
+
"defaultValue": null,
|
|
323227
|
+
"description": "A controller to control the state of the overlay.",
|
|
323228
|
+
"name": "controller",
|
|
323229
|
+
"parent": {
|
|
323230
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
323231
|
+
"name": "OverlayTriggerProps"
|
|
323232
|
+
},
|
|
323233
|
+
"declarations": [
|
|
323234
|
+
{
|
|
323235
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
323236
|
+
"name": "OverlayTriggerProps"
|
|
323237
|
+
}
|
|
323238
|
+
],
|
|
323239
|
+
"required": false,
|
|
323240
|
+
"type": {
|
|
323241
|
+
"name": "OverlayController"
|
|
323242
|
+
}
|
|
323243
|
+
},
|
|
323244
|
+
"wrapWith": {
|
|
323245
|
+
"defaultValue": null,
|
|
323246
|
+
"description": "",
|
|
323247
|
+
"name": "wrapWith",
|
|
323248
|
+
"parent": {
|
|
323249
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
323250
|
+
"name": "FlowComponentProps"
|
|
323251
|
+
},
|
|
323252
|
+
"declarations": [
|
|
323253
|
+
{
|
|
323254
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
323255
|
+
"name": "FlowComponentProps"
|
|
323256
|
+
}
|
|
323257
|
+
],
|
|
323258
|
+
"required": false,
|
|
323259
|
+
"type": {
|
|
323260
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
323261
|
+
}
|
|
323262
|
+
},
|
|
323263
|
+
"tunnel": {
|
|
323264
|
+
"defaultValue": null,
|
|
323265
|
+
"description": "@internal",
|
|
323266
|
+
"name": "tunnel",
|
|
323267
|
+
"parent": {
|
|
323268
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
323269
|
+
"name": "PropsWithTunnel"
|
|
323270
|
+
},
|
|
323271
|
+
"declarations": [
|
|
323272
|
+
{
|
|
323273
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
323274
|
+
"name": "PropsWithTunnel"
|
|
323275
|
+
}
|
|
323276
|
+
],
|
|
323277
|
+
"required": false,
|
|
323278
|
+
"type": {
|
|
323279
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
323280
|
+
}
|
|
323281
|
+
},
|
|
323282
|
+
"ref": {
|
|
323283
|
+
"defaultValue": null,
|
|
323284
|
+
"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}",
|
|
323285
|
+
"name": "ref",
|
|
323286
|
+
"parent": {
|
|
323287
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323288
|
+
"name": "RefAttributes"
|
|
323289
|
+
},
|
|
323290
|
+
"declarations": [
|
|
323291
|
+
{
|
|
323292
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323293
|
+
"name": "RefAttributes"
|
|
323294
|
+
}
|
|
323295
|
+
],
|
|
323296
|
+
"required": false,
|
|
323297
|
+
"type": {
|
|
323298
|
+
"name": "Ref<HTMLSpanElement>"
|
|
323299
|
+
}
|
|
323300
|
+
},
|
|
323301
|
+
"key": {
|
|
323302
|
+
"defaultValue": null,
|
|
323303
|
+
"description": "",
|
|
323304
|
+
"name": "key",
|
|
323305
|
+
"parent": {
|
|
323306
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323307
|
+
"name": "Attributes"
|
|
323308
|
+
},
|
|
323309
|
+
"declarations": [
|
|
323310
|
+
{
|
|
323311
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323312
|
+
"name": "Attributes"
|
|
323313
|
+
}
|
|
323314
|
+
],
|
|
323315
|
+
"required": false,
|
|
323316
|
+
"type": {
|
|
323317
|
+
"name": "Key | null"
|
|
323318
|
+
}
|
|
323319
|
+
},
|
|
323320
|
+
"children": {
|
|
323321
|
+
"defaultValue": null,
|
|
323322
|
+
"description": "",
|
|
323323
|
+
"name": "children",
|
|
323324
|
+
"declarations": [
|
|
323325
|
+
{
|
|
323326
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323327
|
+
"name": "TypeLiteral"
|
|
323328
|
+
}
|
|
323329
|
+
],
|
|
323330
|
+
"required": false,
|
|
323331
|
+
"type": {
|
|
323332
|
+
"name": "ReactNode"
|
|
323333
|
+
}
|
|
323334
|
+
}
|
|
323335
|
+
}
|
|
323336
|
+
},
|
|
322054
323337
|
{
|
|
322055
323338
|
"tags": {},
|
|
322056
323339
|
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
@@ -322257,55 +323540,6 @@
|
|
|
322257
323540
|
}
|
|
322258
323541
|
}
|
|
322259
323542
|
},
|
|
322260
|
-
{
|
|
322261
|
-
"tags": {
|
|
322262
|
-
"internal": ""
|
|
322263
|
-
},
|
|
322264
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
322265
|
-
"description": "",
|
|
322266
|
-
"displayName": "ValidationResultEntry",
|
|
322267
|
-
"methods": [],
|
|
322268
|
-
"props": {
|
|
322269
|
-
"result": {
|
|
322270
|
-
"defaultValue": null,
|
|
322271
|
-
"description": "",
|
|
322272
|
-
"name": "result",
|
|
322273
|
-
"parent": {
|
|
322274
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
322275
|
-
"name": "Props"
|
|
322276
|
-
},
|
|
322277
|
-
"declarations": [
|
|
322278
|
-
{
|
|
322279
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
322280
|
-
"name": "Props"
|
|
322281
|
-
}
|
|
322282
|
-
],
|
|
322283
|
-
"required": true,
|
|
322284
|
-
"type": {
|
|
322285
|
-
"name": "Partial<RuleValidationResult>"
|
|
322286
|
-
}
|
|
322287
|
-
},
|
|
322288
|
-
"unspecifiedRules": {
|
|
322289
|
-
"defaultValue": null,
|
|
322290
|
-
"description": "",
|
|
322291
|
-
"name": "unspecifiedRules",
|
|
322292
|
-
"parent": {
|
|
322293
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
322294
|
-
"name": "Props"
|
|
322295
|
-
},
|
|
322296
|
-
"declarations": [
|
|
322297
|
-
{
|
|
322298
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
322299
|
-
"name": "Props"
|
|
322300
|
-
}
|
|
322301
|
-
],
|
|
322302
|
-
"required": false,
|
|
322303
|
-
"type": {
|
|
322304
|
-
"name": "boolean"
|
|
322305
|
-
}
|
|
322306
|
-
}
|
|
322307
|
-
}
|
|
322308
|
-
},
|
|
322309
323543
|
{
|
|
322310
323544
|
"tags": {},
|
|
322311
323545
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -322480,6 +323714,55 @@
|
|
|
322480
323714
|
}
|
|
322481
323715
|
}
|
|
322482
323716
|
},
|
|
323717
|
+
{
|
|
323718
|
+
"tags": {
|
|
323719
|
+
"internal": ""
|
|
323720
|
+
},
|
|
323721
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
323722
|
+
"description": "",
|
|
323723
|
+
"displayName": "ValidationResultEntry",
|
|
323724
|
+
"methods": [],
|
|
323725
|
+
"props": {
|
|
323726
|
+
"result": {
|
|
323727
|
+
"defaultValue": null,
|
|
323728
|
+
"description": "",
|
|
323729
|
+
"name": "result",
|
|
323730
|
+
"parent": {
|
|
323731
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
323732
|
+
"name": "Props"
|
|
323733
|
+
},
|
|
323734
|
+
"declarations": [
|
|
323735
|
+
{
|
|
323736
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
323737
|
+
"name": "Props"
|
|
323738
|
+
}
|
|
323739
|
+
],
|
|
323740
|
+
"required": true,
|
|
323741
|
+
"type": {
|
|
323742
|
+
"name": "Partial<RuleValidationResult>"
|
|
323743
|
+
}
|
|
323744
|
+
},
|
|
323745
|
+
"unspecifiedRules": {
|
|
323746
|
+
"defaultValue": null,
|
|
323747
|
+
"description": "",
|
|
323748
|
+
"name": "unspecifiedRules",
|
|
323749
|
+
"parent": {
|
|
323750
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
323751
|
+
"name": "Props"
|
|
323752
|
+
},
|
|
323753
|
+
"declarations": [
|
|
323754
|
+
{
|
|
323755
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
323756
|
+
"name": "Props"
|
|
323757
|
+
}
|
|
323758
|
+
],
|
|
323759
|
+
"required": false,
|
|
323760
|
+
"type": {
|
|
323761
|
+
"name": "boolean"
|
|
323762
|
+
}
|
|
323763
|
+
}
|
|
323764
|
+
}
|
|
323765
|
+
},
|
|
322483
323766
|
{
|
|
322484
323767
|
"tags": {},
|
|
322485
323768
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
@@ -322614,144 +323897,6 @@
|
|
|
322614
323897
|
}
|
|
322615
323898
|
}
|
|
322616
323899
|
},
|
|
322617
|
-
{
|
|
322618
|
-
"tags": {},
|
|
322619
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
322620
|
-
"description": "",
|
|
322621
|
-
"displayName": "PopoverTrigger",
|
|
322622
|
-
"methods": [],
|
|
322623
|
-
"props": {
|
|
322624
|
-
"isDefaultOpen": {
|
|
322625
|
-
"defaultValue": null,
|
|
322626
|
-
"description": "Whether the overlay should be open initially.",
|
|
322627
|
-
"name": "isDefaultOpen",
|
|
322628
|
-
"parent": {
|
|
322629
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
322630
|
-
"name": "OverlayTriggerProps"
|
|
322631
|
-
},
|
|
322632
|
-
"declarations": [
|
|
322633
|
-
{
|
|
322634
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
322635
|
-
"name": "OverlayTriggerProps"
|
|
322636
|
-
}
|
|
322637
|
-
],
|
|
322638
|
-
"required": false,
|
|
322639
|
-
"type": {
|
|
322640
|
-
"name": "boolean"
|
|
322641
|
-
}
|
|
322642
|
-
},
|
|
322643
|
-
"controller": {
|
|
322644
|
-
"defaultValue": null,
|
|
322645
|
-
"description": "A controller to control the state of the overlay.",
|
|
322646
|
-
"name": "controller",
|
|
322647
|
-
"parent": {
|
|
322648
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
322649
|
-
"name": "OverlayTriggerProps"
|
|
322650
|
-
},
|
|
322651
|
-
"declarations": [
|
|
322652
|
-
{
|
|
322653
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
322654
|
-
"name": "OverlayTriggerProps"
|
|
322655
|
-
}
|
|
322656
|
-
],
|
|
322657
|
-
"required": false,
|
|
322658
|
-
"type": {
|
|
322659
|
-
"name": "OverlayController"
|
|
322660
|
-
}
|
|
322661
|
-
},
|
|
322662
|
-
"wrapWith": {
|
|
322663
|
-
"defaultValue": null,
|
|
322664
|
-
"description": "",
|
|
322665
|
-
"name": "wrapWith",
|
|
322666
|
-
"parent": {
|
|
322667
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
322668
|
-
"name": "FlowComponentProps"
|
|
322669
|
-
},
|
|
322670
|
-
"declarations": [
|
|
322671
|
-
{
|
|
322672
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
322673
|
-
"name": "FlowComponentProps"
|
|
322674
|
-
}
|
|
322675
|
-
],
|
|
322676
|
-
"required": false,
|
|
322677
|
-
"type": {
|
|
322678
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
322679
|
-
}
|
|
322680
|
-
},
|
|
322681
|
-
"tunnel": {
|
|
322682
|
-
"defaultValue": null,
|
|
322683
|
-
"description": "@internal",
|
|
322684
|
-
"name": "tunnel",
|
|
322685
|
-
"parent": {
|
|
322686
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
322687
|
-
"name": "PropsWithTunnel"
|
|
322688
|
-
},
|
|
322689
|
-
"declarations": [
|
|
322690
|
-
{
|
|
322691
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
322692
|
-
"name": "PropsWithTunnel"
|
|
322693
|
-
}
|
|
322694
|
-
],
|
|
322695
|
-
"required": false,
|
|
322696
|
-
"type": {
|
|
322697
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
322698
|
-
}
|
|
322699
|
-
},
|
|
322700
|
-
"ref": {
|
|
322701
|
-
"defaultValue": null,
|
|
322702
|
-
"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}",
|
|
322703
|
-
"name": "ref",
|
|
322704
|
-
"parent": {
|
|
322705
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
322706
|
-
"name": "RefAttributes"
|
|
322707
|
-
},
|
|
322708
|
-
"declarations": [
|
|
322709
|
-
{
|
|
322710
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
322711
|
-
"name": "RefAttributes"
|
|
322712
|
-
}
|
|
322713
|
-
],
|
|
322714
|
-
"required": false,
|
|
322715
|
-
"type": {
|
|
322716
|
-
"name": "Ref<HTMLSpanElement>"
|
|
322717
|
-
}
|
|
322718
|
-
},
|
|
322719
|
-
"key": {
|
|
322720
|
-
"defaultValue": null,
|
|
322721
|
-
"description": "",
|
|
322722
|
-
"name": "key",
|
|
322723
|
-
"parent": {
|
|
322724
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
322725
|
-
"name": "Attributes"
|
|
322726
|
-
},
|
|
322727
|
-
"declarations": [
|
|
322728
|
-
{
|
|
322729
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
322730
|
-
"name": "Attributes"
|
|
322731
|
-
}
|
|
322732
|
-
],
|
|
322733
|
-
"required": false,
|
|
322734
|
-
"type": {
|
|
322735
|
-
"name": "Key | null"
|
|
322736
|
-
}
|
|
322737
|
-
},
|
|
322738
|
-
"children": {
|
|
322739
|
-
"defaultValue": null,
|
|
322740
|
-
"description": "",
|
|
322741
|
-
"name": "children",
|
|
322742
|
-
"declarations": [
|
|
322743
|
-
{
|
|
322744
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
322745
|
-
"name": "TypeLiteral"
|
|
322746
|
-
}
|
|
322747
|
-
],
|
|
322748
|
-
"required": false,
|
|
322749
|
-
"type": {
|
|
322750
|
-
"name": "ReactNode"
|
|
322751
|
-
}
|
|
322752
|
-
}
|
|
322753
|
-
}
|
|
322754
|
-
},
|
|
322755
323900
|
{
|
|
322756
323901
|
"tags": {
|
|
322757
323902
|
"flr-generate": "all"
|
|
@@ -328966,6 +330111,16 @@
|
|
|
328966
330111
|
}
|
|
328967
330112
|
}
|
|
328968
330113
|
},
|
|
330114
|
+
{
|
|
330115
|
+
"tags": {
|
|
330116
|
+
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
330117
|
+
},
|
|
330118
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
330119
|
+
"description": "",
|
|
330120
|
+
"displayName": "EmptyView",
|
|
330121
|
+
"methods": [],
|
|
330122
|
+
"props": {}
|
|
330123
|
+
},
|
|
328969
330124
|
{
|
|
328970
330125
|
"tags": {
|
|
328971
330126
|
"flr-generate": "all"
|
|
@@ -329034,16 +330189,6 @@
|
|
|
329034
330189
|
}
|
|
329035
330190
|
}
|
|
329036
330191
|
},
|
|
329037
|
-
{
|
|
329038
|
-
"tags": {
|
|
329039
|
-
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
329040
|
-
},
|
|
329041
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
329042
|
-
"description": "",
|
|
329043
|
-
"displayName": "EmptyView",
|
|
329044
|
-
"methods": [],
|
|
329045
|
-
"props": {}
|
|
329046
|
-
},
|
|
329047
330192
|
{
|
|
329048
330193
|
"tags": {},
|
|
329049
330194
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
@@ -329052,129 +330197,6 @@
|
|
|
329052
330197
|
"methods": [],
|
|
329053
330198
|
"props": {}
|
|
329054
330199
|
},
|
|
329055
|
-
{
|
|
329056
|
-
"tags": {
|
|
329057
|
-
"flr-generate": "all"
|
|
329058
|
-
},
|
|
329059
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
329060
|
-
"description": "",
|
|
329061
|
-
"displayName": "ListSummary",
|
|
329062
|
-
"methods": [],
|
|
329063
|
-
"props": {
|
|
329064
|
-
"position": {
|
|
329065
|
-
"defaultValue": {
|
|
329066
|
-
"value": ": \"top\""
|
|
329067
|
-
},
|
|
329068
|
-
"description": "Whether the summary is placed above or underneath the list",
|
|
329069
|
-
"name": "position",
|
|
329070
|
-
"parent": {
|
|
329071
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
329072
|
-
"name": "ListSummaryProps"
|
|
329073
|
-
},
|
|
329074
|
-
"declarations": [
|
|
329075
|
-
{
|
|
329076
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
329077
|
-
"name": "ListSummaryProps"
|
|
329078
|
-
}
|
|
329079
|
-
],
|
|
329080
|
-
"required": false,
|
|
329081
|
-
"type": {
|
|
329082
|
-
"name": "\"bottom\" | \"top\""
|
|
329083
|
-
}
|
|
329084
|
-
},
|
|
329085
|
-
"wrapWith": {
|
|
329086
|
-
"defaultValue": null,
|
|
329087
|
-
"description": "",
|
|
329088
|
-
"name": "wrapWith",
|
|
329089
|
-
"parent": {
|
|
329090
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
329091
|
-
"name": "FlowComponentProps"
|
|
329092
|
-
},
|
|
329093
|
-
"declarations": [
|
|
329094
|
-
{
|
|
329095
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
329096
|
-
"name": "FlowComponentProps"
|
|
329097
|
-
}
|
|
329098
|
-
],
|
|
329099
|
-
"required": false,
|
|
329100
|
-
"type": {
|
|
329101
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
329102
|
-
}
|
|
329103
|
-
},
|
|
329104
|
-
"tunnel": {
|
|
329105
|
-
"defaultValue": null,
|
|
329106
|
-
"description": "@internal",
|
|
329107
|
-
"name": "tunnel",
|
|
329108
|
-
"parent": {
|
|
329109
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
329110
|
-
"name": "PropsWithTunnel"
|
|
329111
|
-
},
|
|
329112
|
-
"declarations": [
|
|
329113
|
-
{
|
|
329114
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
329115
|
-
"name": "PropsWithTunnel"
|
|
329116
|
-
}
|
|
329117
|
-
],
|
|
329118
|
-
"required": false,
|
|
329119
|
-
"type": {
|
|
329120
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
329121
|
-
}
|
|
329122
|
-
},
|
|
329123
|
-
"ref": {
|
|
329124
|
-
"defaultValue": null,
|
|
329125
|
-
"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}",
|
|
329126
|
-
"name": "ref",
|
|
329127
|
-
"parent": {
|
|
329128
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
329129
|
-
"name": "RefAttributes"
|
|
329130
|
-
},
|
|
329131
|
-
"declarations": [
|
|
329132
|
-
{
|
|
329133
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
329134
|
-
"name": "RefAttributes"
|
|
329135
|
-
}
|
|
329136
|
-
],
|
|
329137
|
-
"required": false,
|
|
329138
|
-
"type": {
|
|
329139
|
-
"name": "Ref<HTMLSpanElement>"
|
|
329140
|
-
}
|
|
329141
|
-
},
|
|
329142
|
-
"key": {
|
|
329143
|
-
"defaultValue": null,
|
|
329144
|
-
"description": "",
|
|
329145
|
-
"name": "key",
|
|
329146
|
-
"parent": {
|
|
329147
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
329148
|
-
"name": "Attributes"
|
|
329149
|
-
},
|
|
329150
|
-
"declarations": [
|
|
329151
|
-
{
|
|
329152
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
329153
|
-
"name": "Attributes"
|
|
329154
|
-
}
|
|
329155
|
-
],
|
|
329156
|
-
"required": false,
|
|
329157
|
-
"type": {
|
|
329158
|
-
"name": "Key | null"
|
|
329159
|
-
}
|
|
329160
|
-
},
|
|
329161
|
-
"children": {
|
|
329162
|
-
"defaultValue": null,
|
|
329163
|
-
"description": "",
|
|
329164
|
-
"name": "children",
|
|
329165
|
-
"declarations": [
|
|
329166
|
-
{
|
|
329167
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
329168
|
-
"name": "TypeLiteral"
|
|
329169
|
-
}
|
|
329170
|
-
],
|
|
329171
|
-
"required": false,
|
|
329172
|
-
"type": {
|
|
329173
|
-
"name": "ReactNode"
|
|
329174
|
-
}
|
|
329175
|
-
}
|
|
329176
|
-
}
|
|
329177
|
-
},
|
|
329178
330200
|
{
|
|
329179
330201
|
"tags": {},
|
|
329180
330202
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -329399,6 +330421,129 @@
|
|
|
329399
330421
|
}
|
|
329400
330422
|
}
|
|
329401
330423
|
},
|
|
330424
|
+
{
|
|
330425
|
+
"tags": {
|
|
330426
|
+
"flr-generate": "all"
|
|
330427
|
+
},
|
|
330428
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
330429
|
+
"description": "",
|
|
330430
|
+
"displayName": "ListSummary",
|
|
330431
|
+
"methods": [],
|
|
330432
|
+
"props": {
|
|
330433
|
+
"position": {
|
|
330434
|
+
"defaultValue": {
|
|
330435
|
+
"value": ": \"top\""
|
|
330436
|
+
},
|
|
330437
|
+
"description": "Whether the summary is placed above or underneath the list",
|
|
330438
|
+
"name": "position",
|
|
330439
|
+
"parent": {
|
|
330440
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
330441
|
+
"name": "ListSummaryProps"
|
|
330442
|
+
},
|
|
330443
|
+
"declarations": [
|
|
330444
|
+
{
|
|
330445
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
330446
|
+
"name": "ListSummaryProps"
|
|
330447
|
+
}
|
|
330448
|
+
],
|
|
330449
|
+
"required": false,
|
|
330450
|
+
"type": {
|
|
330451
|
+
"name": "\"bottom\" | \"top\""
|
|
330452
|
+
}
|
|
330453
|
+
},
|
|
330454
|
+
"wrapWith": {
|
|
330455
|
+
"defaultValue": null,
|
|
330456
|
+
"description": "",
|
|
330457
|
+
"name": "wrapWith",
|
|
330458
|
+
"parent": {
|
|
330459
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
330460
|
+
"name": "FlowComponentProps"
|
|
330461
|
+
},
|
|
330462
|
+
"declarations": [
|
|
330463
|
+
{
|
|
330464
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
330465
|
+
"name": "FlowComponentProps"
|
|
330466
|
+
}
|
|
330467
|
+
],
|
|
330468
|
+
"required": false,
|
|
330469
|
+
"type": {
|
|
330470
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
330471
|
+
}
|
|
330472
|
+
},
|
|
330473
|
+
"tunnel": {
|
|
330474
|
+
"defaultValue": null,
|
|
330475
|
+
"description": "@internal",
|
|
330476
|
+
"name": "tunnel",
|
|
330477
|
+
"parent": {
|
|
330478
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
330479
|
+
"name": "PropsWithTunnel"
|
|
330480
|
+
},
|
|
330481
|
+
"declarations": [
|
|
330482
|
+
{
|
|
330483
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
330484
|
+
"name": "PropsWithTunnel"
|
|
330485
|
+
}
|
|
330486
|
+
],
|
|
330487
|
+
"required": false,
|
|
330488
|
+
"type": {
|
|
330489
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
330490
|
+
}
|
|
330491
|
+
},
|
|
330492
|
+
"ref": {
|
|
330493
|
+
"defaultValue": null,
|
|
330494
|
+
"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}",
|
|
330495
|
+
"name": "ref",
|
|
330496
|
+
"parent": {
|
|
330497
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
330498
|
+
"name": "RefAttributes"
|
|
330499
|
+
},
|
|
330500
|
+
"declarations": [
|
|
330501
|
+
{
|
|
330502
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
330503
|
+
"name": "RefAttributes"
|
|
330504
|
+
}
|
|
330505
|
+
],
|
|
330506
|
+
"required": false,
|
|
330507
|
+
"type": {
|
|
330508
|
+
"name": "Ref<HTMLSpanElement>"
|
|
330509
|
+
}
|
|
330510
|
+
},
|
|
330511
|
+
"key": {
|
|
330512
|
+
"defaultValue": null,
|
|
330513
|
+
"description": "",
|
|
330514
|
+
"name": "key",
|
|
330515
|
+
"parent": {
|
|
330516
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
330517
|
+
"name": "Attributes"
|
|
330518
|
+
},
|
|
330519
|
+
"declarations": [
|
|
330520
|
+
{
|
|
330521
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
330522
|
+
"name": "Attributes"
|
|
330523
|
+
}
|
|
330524
|
+
],
|
|
330525
|
+
"required": false,
|
|
330526
|
+
"type": {
|
|
330527
|
+
"name": "Key | null"
|
|
330528
|
+
}
|
|
330529
|
+
},
|
|
330530
|
+
"children": {
|
|
330531
|
+
"defaultValue": null,
|
|
330532
|
+
"description": "",
|
|
330533
|
+
"name": "children",
|
|
330534
|
+
"declarations": [
|
|
330535
|
+
{
|
|
330536
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
330537
|
+
"name": "TypeLiteral"
|
|
330538
|
+
}
|
|
330539
|
+
],
|
|
330540
|
+
"required": false,
|
|
330541
|
+
"type": {
|
|
330542
|
+
"name": "ReactNode"
|
|
330543
|
+
}
|
|
330544
|
+
}
|
|
330545
|
+
}
|
|
330546
|
+
},
|
|
329402
330547
|
{
|
|
329403
330548
|
"tags": {},
|
|
329404
330549
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
@@ -335883,256 +337028,6 @@
|
|
|
335883
337028
|
}
|
|
335884
337029
|
}
|
|
335885
337030
|
},
|
|
335886
|
-
{
|
|
335887
|
-
"tags": {
|
|
335888
|
-
"flr-generate": "all"
|
|
335889
|
-
},
|
|
335890
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
335891
|
-
"description": "",
|
|
335892
|
-
"displayName": "XAxis",
|
|
335893
|
-
"methods": [],
|
|
335894
|
-
"props": {
|
|
335895
|
-
"className": {
|
|
335896
|
-
"defaultValue": null,
|
|
335897
|
-
"description": "",
|
|
335898
|
-
"name": "className",
|
|
335899
|
-
"parent": {
|
|
335900
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335901
|
-
"name": "HTMLAttributes"
|
|
335902
|
-
},
|
|
335903
|
-
"declarations": [
|
|
335904
|
-
{
|
|
335905
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335906
|
-
"name": "HTMLAttributes"
|
|
335907
|
-
}
|
|
335908
|
-
],
|
|
335909
|
-
"required": false,
|
|
335910
|
-
"type": {
|
|
335911
|
-
"name": "string"
|
|
335912
|
-
}
|
|
335913
|
-
},
|
|
335914
|
-
"type": {
|
|
335915
|
-
"defaultValue": null,
|
|
335916
|
-
"description": "",
|
|
335917
|
-
"name": "type",
|
|
335918
|
-
"parent": {
|
|
335919
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335920
|
-
"name": "SVGAttributes"
|
|
335921
|
-
},
|
|
335922
|
-
"declarations": [
|
|
335923
|
-
{
|
|
335924
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335925
|
-
"name": "SVGAttributes"
|
|
335926
|
-
}
|
|
335927
|
-
],
|
|
335928
|
-
"required": false,
|
|
335929
|
-
"type": {
|
|
335930
|
-
"name": "string"
|
|
335931
|
-
}
|
|
335932
|
-
},
|
|
335933
|
-
"hide": {
|
|
335934
|
-
"defaultValue": null,
|
|
335935
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
335936
|
-
"name": "hide",
|
|
335937
|
-
"parent": {
|
|
335938
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335939
|
-
"name": "RenderableAxisProps"
|
|
335940
|
-
},
|
|
335941
|
-
"declarations": [
|
|
335942
|
-
{
|
|
335943
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335944
|
-
"name": "RenderableAxisProps"
|
|
335945
|
-
}
|
|
335946
|
-
],
|
|
335947
|
-
"required": false,
|
|
335948
|
-
"type": {
|
|
335949
|
-
"name": "boolean"
|
|
335950
|
-
}
|
|
335951
|
-
},
|
|
335952
|
-
"orientation": {
|
|
335953
|
-
"defaultValue": null,
|
|
335954
|
-
"description": "",
|
|
335955
|
-
"name": "orientation",
|
|
335956
|
-
"parent": {
|
|
335957
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335958
|
-
"name": "SVGAttributes"
|
|
335959
|
-
},
|
|
335960
|
-
"declarations": [
|
|
335961
|
-
{
|
|
335962
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335963
|
-
"name": "SVGAttributes"
|
|
335964
|
-
}
|
|
335965
|
-
],
|
|
335966
|
-
"required": false,
|
|
335967
|
-
"type": {
|
|
335968
|
-
"name": "string | number"
|
|
335969
|
-
}
|
|
335970
|
-
},
|
|
335971
|
-
"scale": {
|
|
335972
|
-
"defaultValue": null,
|
|
335973
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
335974
|
-
"name": "scale",
|
|
335975
|
-
"parent": {
|
|
335976
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
335977
|
-
"name": "XAxisProps"
|
|
335978
|
-
},
|
|
335979
|
-
"declarations": [
|
|
335980
|
-
{
|
|
335981
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
335982
|
-
"name": "XAxisProps"
|
|
335983
|
-
}
|
|
335984
|
-
],
|
|
335985
|
-
"required": false,
|
|
335986
|
-
"type": {
|
|
335987
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
335988
|
-
}
|
|
335989
|
-
},
|
|
335990
|
-
"allowDecimals": {
|
|
335991
|
-
"defaultValue": null,
|
|
335992
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
335993
|
-
"name": "allowDecimals",
|
|
335994
|
-
"parent": {
|
|
335995
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335996
|
-
"name": "RenderableAxisProps"
|
|
335997
|
-
},
|
|
335998
|
-
"declarations": [
|
|
335999
|
-
{
|
|
336000
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336001
|
-
"name": "RenderableAxisProps"
|
|
336002
|
-
}
|
|
336003
|
-
],
|
|
336004
|
-
"required": false,
|
|
336005
|
-
"type": {
|
|
336006
|
-
"name": "boolean"
|
|
336007
|
-
}
|
|
336008
|
-
},
|
|
336009
|
-
"interval": {
|
|
336010
|
-
"defaultValue": null,
|
|
336011
|
-
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
336012
|
-
"name": "interval",
|
|
336013
|
-
"parent": {
|
|
336014
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336015
|
-
"name": "XAxisProps"
|
|
336016
|
-
},
|
|
336017
|
-
"declarations": [
|
|
336018
|
-
{
|
|
336019
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336020
|
-
"name": "XAxisProps"
|
|
336021
|
-
}
|
|
336022
|
-
],
|
|
336023
|
-
"required": false,
|
|
336024
|
-
"type": {
|
|
336025
|
-
"name": "AxisInterval"
|
|
336026
|
-
}
|
|
336027
|
-
},
|
|
336028
|
-
"minTickGap": {
|
|
336029
|
-
"defaultValue": null,
|
|
336030
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
336031
|
-
"name": "minTickGap",
|
|
336032
|
-
"parent": {
|
|
336033
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336034
|
-
"name": "XAxisProps"
|
|
336035
|
-
},
|
|
336036
|
-
"declarations": [
|
|
336037
|
-
{
|
|
336038
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336039
|
-
"name": "XAxisProps"
|
|
336040
|
-
}
|
|
336041
|
-
],
|
|
336042
|
-
"required": false,
|
|
336043
|
-
"type": {
|
|
336044
|
-
"name": "number"
|
|
336045
|
-
}
|
|
336046
|
-
},
|
|
336047
|
-
"domain": {
|
|
336048
|
-
"defaultValue": null,
|
|
336049
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
336050
|
-
"name": "domain",
|
|
336051
|
-
"parent": {
|
|
336052
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336053
|
-
"name": "XAxisProps"
|
|
336054
|
-
},
|
|
336055
|
-
"declarations": [
|
|
336056
|
-
{
|
|
336057
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336058
|
-
"name": "XAxisProps"
|
|
336059
|
-
}
|
|
336060
|
-
],
|
|
336061
|
-
"required": false,
|
|
336062
|
-
"type": {
|
|
336063
|
-
"name": "AxisDomain"
|
|
336064
|
-
}
|
|
336065
|
-
},
|
|
336066
|
-
"unit": {
|
|
336067
|
-
"defaultValue": null,
|
|
336068
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
336069
|
-
"name": "unit",
|
|
336070
|
-
"parent": {
|
|
336071
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336072
|
-
"name": "BaseAxisProps"
|
|
336073
|
-
},
|
|
336074
|
-
"declarations": [
|
|
336075
|
-
{
|
|
336076
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336077
|
-
"name": "BaseAxisProps"
|
|
336078
|
-
}
|
|
336079
|
-
],
|
|
336080
|
-
"required": false,
|
|
336081
|
-
"type": {
|
|
336082
|
-
"name": "string"
|
|
336083
|
-
}
|
|
336084
|
-
},
|
|
336085
|
-
"allowDataOverflow": {
|
|
336086
|
-
"defaultValue": null,
|
|
336087
|
-
"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.\n@defaultValue false",
|
|
336088
|
-
"name": "allowDataOverflow",
|
|
336089
|
-
"parent": {
|
|
336090
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336091
|
-
"name": "RenderableAxisProps"
|
|
336092
|
-
},
|
|
336093
|
-
"declarations": [
|
|
336094
|
-
{
|
|
336095
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336096
|
-
"name": "RenderableAxisProps"
|
|
336097
|
-
}
|
|
336098
|
-
],
|
|
336099
|
-
"required": false,
|
|
336100
|
-
"type": {
|
|
336101
|
-
"name": "boolean"
|
|
336102
|
-
}
|
|
336103
|
-
},
|
|
336104
|
-
"dataKey": {
|
|
336105
|
-
"defaultValue": null,
|
|
336106
|
-
"description": "",
|
|
336107
|
-
"name": "dataKey",
|
|
336108
|
-
"declarations": [
|
|
336109
|
-
{
|
|
336110
|
-
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
336111
|
-
"name": "TypeLiteral"
|
|
336112
|
-
}
|
|
336113
|
-
],
|
|
336114
|
-
"required": false,
|
|
336115
|
-
"type": {
|
|
336116
|
-
"name": "DataKey<ChartDataValue>"
|
|
336117
|
-
}
|
|
336118
|
-
},
|
|
336119
|
-
"tickFormatter": {
|
|
336120
|
-
"defaultValue": null,
|
|
336121
|
-
"description": "",
|
|
336122
|
-
"name": "tickFormatter",
|
|
336123
|
-
"declarations": [
|
|
336124
|
-
{
|
|
336125
|
-
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
336126
|
-
"name": "TypeLiteral"
|
|
336127
|
-
}
|
|
336128
|
-
],
|
|
336129
|
-
"required": false,
|
|
336130
|
-
"type": {
|
|
336131
|
-
"name": "((value: unknown, index: number) => string)"
|
|
336132
|
-
}
|
|
336133
|
-
}
|
|
336134
|
-
}
|
|
336135
|
-
},
|
|
336136
337031
|
{
|
|
336137
337032
|
"tags": {
|
|
336138
337033
|
"flr-generate": "all"
|
|
@@ -336600,10 +337495,10 @@
|
|
|
336600
337495
|
"name": "CursorDefinition"
|
|
336601
337496
|
}
|
|
336602
337497
|
},
|
|
336603
|
-
"
|
|
337498
|
+
"defaultIndex": {
|
|
336604
337499
|
"defaultValue": null,
|
|
336605
|
-
"description": "
|
|
336606
|
-
"name": "
|
|
337500
|
+
"description": "",
|
|
337501
|
+
"name": "defaultIndex",
|
|
336607
337502
|
"declarations": [
|
|
336608
337503
|
{
|
|
336609
337504
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -336612,13 +337507,13 @@
|
|
|
336612
337507
|
],
|
|
336613
337508
|
"required": false,
|
|
336614
337509
|
"type": {
|
|
336615
|
-
"name": "
|
|
337510
|
+
"name": "number | TooltipIndex"
|
|
336616
337511
|
}
|
|
336617
337512
|
},
|
|
336618
|
-
"
|
|
337513
|
+
"position": {
|
|
336619
337514
|
"defaultValue": null,
|
|
336620
|
-
"description": "",
|
|
336621
|
-
"name": "
|
|
337515
|
+
"description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
|
|
337516
|
+
"name": "position",
|
|
336622
337517
|
"declarations": [
|
|
336623
337518
|
{
|
|
336624
337519
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -336627,7 +337522,7 @@
|
|
|
336627
337522
|
],
|
|
336628
337523
|
"required": false,
|
|
336629
337524
|
"type": {
|
|
336630
|
-
"name": "
|
|
337525
|
+
"name": "Partial<Coordinate>"
|
|
336631
337526
|
}
|
|
336632
337527
|
},
|
|
336633
337528
|
"includeHidden": {
|
|
@@ -346021,9 +346916,73 @@
|
|
|
346021
346916
|
"tags": {
|
|
346022
346917
|
"flr-generate": "all"
|
|
346023
346918
|
},
|
|
346024
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
|
|
346919
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
|
|
346920
|
+
"description": "",
|
|
346921
|
+
"displayName": "ChartLegend",
|
|
346922
|
+
"methods": [],
|
|
346923
|
+
"props": {
|
|
346924
|
+
"className": {
|
|
346925
|
+
"defaultValue": null,
|
|
346926
|
+
"description": "",
|
|
346927
|
+
"name": "className",
|
|
346928
|
+
"parent": {
|
|
346929
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
346930
|
+
"name": "HTMLAttributes"
|
|
346931
|
+
},
|
|
346932
|
+
"declarations": [
|
|
346933
|
+
{
|
|
346934
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
346935
|
+
"name": "HTMLAttributes"
|
|
346936
|
+
}
|
|
346937
|
+
],
|
|
346938
|
+
"required": false,
|
|
346939
|
+
"type": {
|
|
346940
|
+
"name": "string"
|
|
346941
|
+
}
|
|
346942
|
+
},
|
|
346943
|
+
"verticalAlign": {
|
|
346944
|
+
"defaultValue": null,
|
|
346945
|
+
"description": "The alignment of the whole Legend container:\n\n- `bottom`: shows the Legend below chart, and chart height reduces automatically to make space for it.\n- `top`: shows the Legend above chart, and chart height reduces automatically.\n- `middle`: shows the Legend in the middle of chart, covering other content, and chart height remains unchanged.\nThe exact behavior changes depending on `align` prop.\n@defaultValue bottom",
|
|
346946
|
+
"name": "verticalAlign",
|
|
346947
|
+
"declarations": [
|
|
346948
|
+
{
|
|
346949
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Legend.d.ts",
|
|
346950
|
+
"name": "TypeLiteral"
|
|
346951
|
+
}
|
|
346952
|
+
],
|
|
346953
|
+
"required": false,
|
|
346954
|
+
"type": {
|
|
346955
|
+
"name": "VerticalAlignmentType"
|
|
346956
|
+
}
|
|
346957
|
+
},
|
|
346958
|
+
"formatter": {
|
|
346959
|
+
"defaultValue": null,
|
|
346960
|
+
"description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
|
|
346961
|
+
"name": "formatter",
|
|
346962
|
+
"parent": {
|
|
346963
|
+
"fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
|
|
346964
|
+
"name": "WithChartLegendFormatters"
|
|
346965
|
+
},
|
|
346966
|
+
"declarations": [
|
|
346967
|
+
{
|
|
346968
|
+
"fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
|
|
346969
|
+
"name": "WithChartLegendFormatters"
|
|
346970
|
+
}
|
|
346971
|
+
],
|
|
346972
|
+
"required": false,
|
|
346973
|
+
"type": {
|
|
346974
|
+
"name": "ChartLegendFormatter"
|
|
346975
|
+
}
|
|
346976
|
+
}
|
|
346977
|
+
}
|
|
346978
|
+
},
|
|
346979
|
+
{
|
|
346980
|
+
"tags": {
|
|
346981
|
+
"flr-generate": "all"
|
|
346982
|
+
},
|
|
346983
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
346025
346984
|
"description": "",
|
|
346026
|
-
"displayName": "
|
|
346985
|
+
"displayName": "XAxis",
|
|
346027
346986
|
"methods": [],
|
|
346028
346987
|
"props": {
|
|
346029
346988
|
"className": {
|
|
@@ -346045,38 +347004,224 @@
|
|
|
346045
347004
|
"name": "string"
|
|
346046
347005
|
}
|
|
346047
347006
|
},
|
|
346048
|
-
"
|
|
347007
|
+
"type": {
|
|
346049
347008
|
"defaultValue": null,
|
|
346050
|
-
"description": "
|
|
346051
|
-
"name": "
|
|
347009
|
+
"description": "",
|
|
347010
|
+
"name": "type",
|
|
347011
|
+
"parent": {
|
|
347012
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
347013
|
+
"name": "SVGAttributes"
|
|
347014
|
+
},
|
|
346052
347015
|
"declarations": [
|
|
346053
347016
|
{
|
|
346054
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346055
|
-
"name": "
|
|
347017
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
347018
|
+
"name": "SVGAttributes"
|
|
346056
347019
|
}
|
|
346057
347020
|
],
|
|
346058
347021
|
"required": false,
|
|
346059
347022
|
"type": {
|
|
346060
|
-
"name": "
|
|
347023
|
+
"name": "string"
|
|
346061
347024
|
}
|
|
346062
347025
|
},
|
|
346063
|
-
"
|
|
347026
|
+
"hide": {
|
|
346064
347027
|
"defaultValue": null,
|
|
346065
|
-
"description": "
|
|
346066
|
-
"name": "
|
|
347028
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
347029
|
+
"name": "hide",
|
|
346067
347030
|
"parent": {
|
|
346068
|
-
"fileName": "
|
|
346069
|
-
"name": "
|
|
347031
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347032
|
+
"name": "RenderableAxisProps"
|
|
346070
347033
|
},
|
|
346071
347034
|
"declarations": [
|
|
346072
347035
|
{
|
|
346073
|
-
"fileName": "
|
|
346074
|
-
"name": "
|
|
347036
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347037
|
+
"name": "RenderableAxisProps"
|
|
346075
347038
|
}
|
|
346076
347039
|
],
|
|
346077
347040
|
"required": false,
|
|
346078
347041
|
"type": {
|
|
346079
|
-
"name": "
|
|
347042
|
+
"name": "boolean"
|
|
347043
|
+
}
|
|
347044
|
+
},
|
|
347045
|
+
"orientation": {
|
|
347046
|
+
"defaultValue": null,
|
|
347047
|
+
"description": "",
|
|
347048
|
+
"name": "orientation",
|
|
347049
|
+
"parent": {
|
|
347050
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
347051
|
+
"name": "SVGAttributes"
|
|
347052
|
+
},
|
|
347053
|
+
"declarations": [
|
|
347054
|
+
{
|
|
347055
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
347056
|
+
"name": "SVGAttributes"
|
|
347057
|
+
}
|
|
347058
|
+
],
|
|
347059
|
+
"required": false,
|
|
347060
|
+
"type": {
|
|
347061
|
+
"name": "string | number"
|
|
347062
|
+
}
|
|
347063
|
+
},
|
|
347064
|
+
"scale": {
|
|
347065
|
+
"defaultValue": null,
|
|
347066
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
347067
|
+
"name": "scale",
|
|
347068
|
+
"parent": {
|
|
347069
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347070
|
+
"name": "XAxisProps"
|
|
347071
|
+
},
|
|
347072
|
+
"declarations": [
|
|
347073
|
+
{
|
|
347074
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347075
|
+
"name": "XAxisProps"
|
|
347076
|
+
}
|
|
347077
|
+
],
|
|
347078
|
+
"required": false,
|
|
347079
|
+
"type": {
|
|
347080
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
347081
|
+
}
|
|
347082
|
+
},
|
|
347083
|
+
"allowDecimals": {
|
|
347084
|
+
"defaultValue": null,
|
|
347085
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
347086
|
+
"name": "allowDecimals",
|
|
347087
|
+
"parent": {
|
|
347088
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347089
|
+
"name": "RenderableAxisProps"
|
|
347090
|
+
},
|
|
347091
|
+
"declarations": [
|
|
347092
|
+
{
|
|
347093
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347094
|
+
"name": "RenderableAxisProps"
|
|
347095
|
+
}
|
|
347096
|
+
],
|
|
347097
|
+
"required": false,
|
|
347098
|
+
"type": {
|
|
347099
|
+
"name": "boolean"
|
|
347100
|
+
}
|
|
347101
|
+
},
|
|
347102
|
+
"interval": {
|
|
347103
|
+
"defaultValue": null,
|
|
347104
|
+
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
347105
|
+
"name": "interval",
|
|
347106
|
+
"parent": {
|
|
347107
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347108
|
+
"name": "XAxisProps"
|
|
347109
|
+
},
|
|
347110
|
+
"declarations": [
|
|
347111
|
+
{
|
|
347112
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347113
|
+
"name": "XAxisProps"
|
|
347114
|
+
}
|
|
347115
|
+
],
|
|
347116
|
+
"required": false,
|
|
347117
|
+
"type": {
|
|
347118
|
+
"name": "AxisInterval"
|
|
347119
|
+
}
|
|
347120
|
+
},
|
|
347121
|
+
"minTickGap": {
|
|
347122
|
+
"defaultValue": null,
|
|
347123
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
347124
|
+
"name": "minTickGap",
|
|
347125
|
+
"parent": {
|
|
347126
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347127
|
+
"name": "XAxisProps"
|
|
347128
|
+
},
|
|
347129
|
+
"declarations": [
|
|
347130
|
+
{
|
|
347131
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347132
|
+
"name": "XAxisProps"
|
|
347133
|
+
}
|
|
347134
|
+
],
|
|
347135
|
+
"required": false,
|
|
347136
|
+
"type": {
|
|
347137
|
+
"name": "number"
|
|
347138
|
+
}
|
|
347139
|
+
},
|
|
347140
|
+
"domain": {
|
|
347141
|
+
"defaultValue": null,
|
|
347142
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
347143
|
+
"name": "domain",
|
|
347144
|
+
"parent": {
|
|
347145
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347146
|
+
"name": "XAxisProps"
|
|
347147
|
+
},
|
|
347148
|
+
"declarations": [
|
|
347149
|
+
{
|
|
347150
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
347151
|
+
"name": "XAxisProps"
|
|
347152
|
+
}
|
|
347153
|
+
],
|
|
347154
|
+
"required": false,
|
|
347155
|
+
"type": {
|
|
347156
|
+
"name": "AxisDomain"
|
|
347157
|
+
}
|
|
347158
|
+
},
|
|
347159
|
+
"unit": {
|
|
347160
|
+
"defaultValue": null,
|
|
347161
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
347162
|
+
"name": "unit",
|
|
347163
|
+
"parent": {
|
|
347164
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347165
|
+
"name": "BaseAxisProps"
|
|
347166
|
+
},
|
|
347167
|
+
"declarations": [
|
|
347168
|
+
{
|
|
347169
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347170
|
+
"name": "BaseAxisProps"
|
|
347171
|
+
}
|
|
347172
|
+
],
|
|
347173
|
+
"required": false,
|
|
347174
|
+
"type": {
|
|
347175
|
+
"name": "string"
|
|
347176
|
+
}
|
|
347177
|
+
},
|
|
347178
|
+
"allowDataOverflow": {
|
|
347179
|
+
"defaultValue": null,
|
|
347180
|
+
"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.\n@defaultValue false",
|
|
347181
|
+
"name": "allowDataOverflow",
|
|
347182
|
+
"parent": {
|
|
347183
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347184
|
+
"name": "RenderableAxisProps"
|
|
347185
|
+
},
|
|
347186
|
+
"declarations": [
|
|
347187
|
+
{
|
|
347188
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
347189
|
+
"name": "RenderableAxisProps"
|
|
347190
|
+
}
|
|
347191
|
+
],
|
|
347192
|
+
"required": false,
|
|
347193
|
+
"type": {
|
|
347194
|
+
"name": "boolean"
|
|
347195
|
+
}
|
|
347196
|
+
},
|
|
347197
|
+
"dataKey": {
|
|
347198
|
+
"defaultValue": null,
|
|
347199
|
+
"description": "",
|
|
347200
|
+
"name": "dataKey",
|
|
347201
|
+
"declarations": [
|
|
347202
|
+
{
|
|
347203
|
+
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
347204
|
+
"name": "TypeLiteral"
|
|
347205
|
+
}
|
|
347206
|
+
],
|
|
347207
|
+
"required": false,
|
|
347208
|
+
"type": {
|
|
347209
|
+
"name": "DataKey<ChartDataValue>"
|
|
347210
|
+
}
|
|
347211
|
+
},
|
|
347212
|
+
"tickFormatter": {
|
|
347213
|
+
"defaultValue": null,
|
|
347214
|
+
"description": "",
|
|
347215
|
+
"name": "tickFormatter",
|
|
347216
|
+
"declarations": [
|
|
347217
|
+
{
|
|
347218
|
+
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
347219
|
+
"name": "TypeLiteral"
|
|
347220
|
+
}
|
|
347221
|
+
],
|
|
347222
|
+
"required": false,
|
|
347223
|
+
"type": {
|
|
347224
|
+
"name": "((value: unknown, index: number) => string)"
|
|
346080
347225
|
}
|
|
346081
347226
|
}
|
|
346082
347227
|
}
|
|
@@ -357987,133 +359132,6 @@
|
|
|
357987
359132
|
}
|
|
357988
359133
|
}
|
|
357989
359134
|
},
|
|
357990
|
-
{
|
|
357991
|
-
"tags": {},
|
|
357992
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
357993
|
-
"description": "",
|
|
357994
|
-
"displayName": "Item",
|
|
357995
|
-
"methods": [],
|
|
357996
|
-
"props": {
|
|
357997
|
-
"id": {
|
|
357998
|
-
"defaultValue": null,
|
|
357999
|
-
"description": "",
|
|
358000
|
-
"name": "id",
|
|
358001
|
-
"parent": {
|
|
358002
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358003
|
-
"name": "Props"
|
|
358004
|
-
},
|
|
358005
|
-
"declarations": [
|
|
358006
|
-
{
|
|
358007
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358008
|
-
"name": "Props"
|
|
358009
|
-
}
|
|
358010
|
-
],
|
|
358011
|
-
"required": true,
|
|
358012
|
-
"type": {
|
|
358013
|
-
"name": "Key"
|
|
358014
|
-
}
|
|
358015
|
-
},
|
|
358016
|
-
"data": {
|
|
358017
|
-
"defaultValue": null,
|
|
358018
|
-
"description": "",
|
|
358019
|
-
"name": "data",
|
|
358020
|
-
"parent": {
|
|
358021
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358022
|
-
"name": "Props"
|
|
358023
|
-
},
|
|
358024
|
-
"declarations": [
|
|
358025
|
-
{
|
|
358026
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358027
|
-
"name": "Props"
|
|
358028
|
-
}
|
|
358029
|
-
],
|
|
358030
|
-
"required": true,
|
|
358031
|
-
"type": {
|
|
358032
|
-
"name": "never"
|
|
358033
|
-
}
|
|
358034
|
-
},
|
|
358035
|
-
"triggerRef": {
|
|
358036
|
-
"defaultValue": null,
|
|
358037
|
-
"description": "",
|
|
358038
|
-
"name": "triggerRef",
|
|
358039
|
-
"parent": {
|
|
358040
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358041
|
-
"name": "Props"
|
|
358042
|
-
},
|
|
358043
|
-
"declarations": [
|
|
358044
|
-
{
|
|
358045
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358046
|
-
"name": "Props"
|
|
358047
|
-
}
|
|
358048
|
-
],
|
|
358049
|
-
"required": false,
|
|
358050
|
-
"type": {
|
|
358051
|
-
"name": "Ref<HTMLDivElement>"
|
|
358052
|
-
}
|
|
358053
|
-
},
|
|
358054
|
-
"list": {
|
|
358055
|
-
"defaultValue": null,
|
|
358056
|
-
"description": "",
|
|
358057
|
-
"name": "list",
|
|
358058
|
-
"parent": {
|
|
358059
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358060
|
-
"name": "Props"
|
|
358061
|
-
},
|
|
358062
|
-
"declarations": [
|
|
358063
|
-
{
|
|
358064
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358065
|
-
"name": "Props"
|
|
358066
|
-
}
|
|
358067
|
-
],
|
|
358068
|
-
"required": true,
|
|
358069
|
-
"type": {
|
|
358070
|
-
"name": "List<never, unknown>"
|
|
358071
|
-
}
|
|
358072
|
-
},
|
|
358073
|
-
"isTile": {
|
|
358074
|
-
"defaultValue": null,
|
|
358075
|
-
"description": "",
|
|
358076
|
-
"name": "isTile",
|
|
358077
|
-
"parent": {
|
|
358078
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358079
|
-
"name": "Props"
|
|
358080
|
-
},
|
|
358081
|
-
"declarations": [
|
|
358082
|
-
{
|
|
358083
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
358084
|
-
"name": "Props"
|
|
358085
|
-
}
|
|
358086
|
-
],
|
|
358087
|
-
"required": true,
|
|
358088
|
-
"type": {
|
|
358089
|
-
"name": "boolean"
|
|
358090
|
-
}
|
|
358091
|
-
},
|
|
358092
|
-
"children": {
|
|
358093
|
-
"defaultValue": null,
|
|
358094
|
-
"description": "",
|
|
358095
|
-
"name": "children",
|
|
358096
|
-
"declarations": [
|
|
358097
|
-
{
|
|
358098
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
358099
|
-
"name": "TypeLiteral"
|
|
358100
|
-
}
|
|
358101
|
-
],
|
|
358102
|
-
"required": false,
|
|
358103
|
-
"type": {
|
|
358104
|
-
"name": "ReactNode"
|
|
358105
|
-
}
|
|
358106
|
-
}
|
|
358107
|
-
}
|
|
358108
|
-
},
|
|
358109
|
-
{
|
|
358110
|
-
"tags": {},
|
|
358111
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
358112
|
-
"description": "",
|
|
358113
|
-
"displayName": "FallbackItems",
|
|
358114
|
-
"methods": [],
|
|
358115
|
-
"props": {}
|
|
358116
|
-
},
|
|
358117
359135
|
{
|
|
358118
359136
|
"tags": {
|
|
358119
359137
|
"flr-generate": "all"
|
|
@@ -361904,6 +362922,133 @@
|
|
|
361904
362922
|
}
|
|
361905
362923
|
}
|
|
361906
362924
|
},
|
|
362925
|
+
{
|
|
362926
|
+
"tags": {},
|
|
362927
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362928
|
+
"description": "",
|
|
362929
|
+
"displayName": "Item",
|
|
362930
|
+
"methods": [],
|
|
362931
|
+
"props": {
|
|
362932
|
+
"id": {
|
|
362933
|
+
"defaultValue": null,
|
|
362934
|
+
"description": "",
|
|
362935
|
+
"name": "id",
|
|
362936
|
+
"parent": {
|
|
362937
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362938
|
+
"name": "Props"
|
|
362939
|
+
},
|
|
362940
|
+
"declarations": [
|
|
362941
|
+
{
|
|
362942
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362943
|
+
"name": "Props"
|
|
362944
|
+
}
|
|
362945
|
+
],
|
|
362946
|
+
"required": true,
|
|
362947
|
+
"type": {
|
|
362948
|
+
"name": "Key"
|
|
362949
|
+
}
|
|
362950
|
+
},
|
|
362951
|
+
"data": {
|
|
362952
|
+
"defaultValue": null,
|
|
362953
|
+
"description": "",
|
|
362954
|
+
"name": "data",
|
|
362955
|
+
"parent": {
|
|
362956
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362957
|
+
"name": "Props"
|
|
362958
|
+
},
|
|
362959
|
+
"declarations": [
|
|
362960
|
+
{
|
|
362961
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362962
|
+
"name": "Props"
|
|
362963
|
+
}
|
|
362964
|
+
],
|
|
362965
|
+
"required": true,
|
|
362966
|
+
"type": {
|
|
362967
|
+
"name": "never"
|
|
362968
|
+
}
|
|
362969
|
+
},
|
|
362970
|
+
"triggerRef": {
|
|
362971
|
+
"defaultValue": null,
|
|
362972
|
+
"description": "",
|
|
362973
|
+
"name": "triggerRef",
|
|
362974
|
+
"parent": {
|
|
362975
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362976
|
+
"name": "Props"
|
|
362977
|
+
},
|
|
362978
|
+
"declarations": [
|
|
362979
|
+
{
|
|
362980
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362981
|
+
"name": "Props"
|
|
362982
|
+
}
|
|
362983
|
+
],
|
|
362984
|
+
"required": false,
|
|
362985
|
+
"type": {
|
|
362986
|
+
"name": "Ref<HTMLDivElement>"
|
|
362987
|
+
}
|
|
362988
|
+
},
|
|
362989
|
+
"list": {
|
|
362990
|
+
"defaultValue": null,
|
|
362991
|
+
"description": "",
|
|
362992
|
+
"name": "list",
|
|
362993
|
+
"parent": {
|
|
362994
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
362995
|
+
"name": "Props"
|
|
362996
|
+
},
|
|
362997
|
+
"declarations": [
|
|
362998
|
+
{
|
|
362999
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
363000
|
+
"name": "Props"
|
|
363001
|
+
}
|
|
363002
|
+
],
|
|
363003
|
+
"required": true,
|
|
363004
|
+
"type": {
|
|
363005
|
+
"name": "List<never, unknown>"
|
|
363006
|
+
}
|
|
363007
|
+
},
|
|
363008
|
+
"isTile": {
|
|
363009
|
+
"defaultValue": null,
|
|
363010
|
+
"description": "",
|
|
363011
|
+
"name": "isTile",
|
|
363012
|
+
"parent": {
|
|
363013
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
363014
|
+
"name": "Props"
|
|
363015
|
+
},
|
|
363016
|
+
"declarations": [
|
|
363017
|
+
{
|
|
363018
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
363019
|
+
"name": "Props"
|
|
363020
|
+
}
|
|
363021
|
+
],
|
|
363022
|
+
"required": true,
|
|
363023
|
+
"type": {
|
|
363024
|
+
"name": "boolean"
|
|
363025
|
+
}
|
|
363026
|
+
},
|
|
363027
|
+
"children": {
|
|
363028
|
+
"defaultValue": null,
|
|
363029
|
+
"description": "",
|
|
363030
|
+
"name": "children",
|
|
363031
|
+
"declarations": [
|
|
363032
|
+
{
|
|
363033
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
363034
|
+
"name": "TypeLiteral"
|
|
363035
|
+
}
|
|
363036
|
+
],
|
|
363037
|
+
"required": false,
|
|
363038
|
+
"type": {
|
|
363039
|
+
"name": "ReactNode"
|
|
363040
|
+
}
|
|
363041
|
+
}
|
|
363042
|
+
}
|
|
363043
|
+
},
|
|
363044
|
+
{
|
|
363045
|
+
"tags": {},
|
|
363046
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
363047
|
+
"description": "",
|
|
363048
|
+
"displayName": "FallbackItems",
|
|
363049
|
+
"methods": [],
|
|
363050
|
+
"props": {}
|
|
363051
|
+
},
|
|
361907
363052
|
{
|
|
361908
363053
|
"tags": {},
|
|
361909
363054
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|