@spark-ui/components 10.12.0 → 10.14.0

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/dist/docgen.json CHANGED
@@ -2874,6 +2874,1643 @@
2874
2874
  }
2875
2875
  }
2876
2876
  },
2877
+ "backdropStyles": {
2878
+ "tags": {},
2879
+ "description": "",
2880
+ "displayName": "backdropStyles",
2881
+ "methods": [],
2882
+ "props": {
2883
+ "animation": {
2884
+ "defaultValue": {
2885
+ "value": "none"
2886
+ },
2887
+ "description": "",
2888
+ "name": "animation",
2889
+ "declarations": [],
2890
+ "required": false,
2891
+ "type": {
2892
+ "name": "enum",
2893
+ "raw": "\"none\" | \"slideRight\"",
2894
+ "value": [
2895
+ {
2896
+ "value": "\"none\""
2897
+ },
2898
+ {
2899
+ "value": "\"slideRight\""
2900
+ }
2901
+ ]
2902
+ }
2903
+ },
2904
+ "intent": {
2905
+ "defaultValue": {
2906
+ "value": "main"
2907
+ },
2908
+ "description": "",
2909
+ "name": "intent",
2910
+ "declarations": [],
2911
+ "required": false,
2912
+ "type": {
2913
+ "name": "enum",
2914
+ "raw": "\"main\" | \"alert\" | \"support\" | \"accent\" | \"success\" | \"danger\" | \"info\" | \"neutral\" | \"surface\" | \"basic\" | \"surfaceInverse\"",
2915
+ "value": [
2916
+ {
2917
+ "value": "\"main\""
2918
+ },
2919
+ {
2920
+ "value": "\"alert\""
2921
+ },
2922
+ {
2923
+ "value": "\"support\""
2924
+ },
2925
+ {
2926
+ "value": "\"accent\""
2927
+ },
2928
+ {
2929
+ "value": "\"success\""
2930
+ },
2931
+ {
2932
+ "value": "\"danger\""
2933
+ },
2934
+ {
2935
+ "value": "\"info\""
2936
+ },
2937
+ {
2938
+ "value": "\"neutral\""
2939
+ },
2940
+ {
2941
+ "value": "\"surface\""
2942
+ },
2943
+ {
2944
+ "value": "\"basic\""
2945
+ },
2946
+ {
2947
+ "value": "\"surfaceInverse\""
2948
+ }
2949
+ ]
2950
+ }
2951
+ },
2952
+ "class": {
2953
+ "defaultValue": null,
2954
+ "description": "",
2955
+ "name": "class",
2956
+ "declarations": [
2957
+ {
2958
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2959
+ "name": "TypeLiteral"
2960
+ },
2961
+ {
2962
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2963
+ "name": "TypeLiteral"
2964
+ },
2965
+ {
2966
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2967
+ "name": "TypeLiteral"
2968
+ }
2969
+ ],
2970
+ "required": false,
2971
+ "type": {
2972
+ "name": "ClassValue"
2973
+ }
2974
+ },
2975
+ "className": {
2976
+ "defaultValue": null,
2977
+ "description": "",
2978
+ "name": "className",
2979
+ "declarations": [
2980
+ {
2981
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2982
+ "name": "TypeLiteral"
2983
+ },
2984
+ {
2985
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2986
+ "name": "TypeLiteral"
2987
+ },
2988
+ {
2989
+ "fileName": "spark-web/node_modules/class-variance-authority/dist/types.d.ts",
2990
+ "name": "TypeLiteral"
2991
+ }
2992
+ ],
2993
+ "required": false,
2994
+ "type": {
2995
+ "name": "ClassValue"
2996
+ }
2997
+ }
2998
+ }
2999
+ },
3000
+ "Card.Backdrop": {
3001
+ "tags": {},
3002
+ "description": "",
3003
+ "displayName": "Card.Backdrop",
3004
+ "methods": [],
3005
+ "props": {
3006
+ "className": {
3007
+ "defaultValue": null,
3008
+ "description": "",
3009
+ "name": "className",
3010
+ "parent": {
3011
+ "fileName": "src/card/Backdrop.tsx",
3012
+ "name": "BackdropProps"
3013
+ },
3014
+ "declarations": [
3015
+ {
3016
+ "fileName": "src/card/Backdrop.tsx",
3017
+ "name": "BackdropProps"
3018
+ }
3019
+ ],
3020
+ "required": false,
3021
+ "type": {
3022
+ "name": "string"
3023
+ }
3024
+ },
3025
+ "intent": {
3026
+ "defaultValue": {
3027
+ "value": "main"
3028
+ },
3029
+ "description": "",
3030
+ "name": "intent",
3031
+ "declarations": [],
3032
+ "required": false,
3033
+ "type": {
3034
+ "name": "enum",
3035
+ "raw": "\"main\" | \"alert\" | \"support\" | \"accent\" | \"success\" | \"danger\" | \"info\" | \"neutral\" | \"surface\" | \"basic\" | \"surfaceInverse\"",
3036
+ "value": [
3037
+ {
3038
+ "value": "\"main\""
3039
+ },
3040
+ {
3041
+ "value": "\"alert\""
3042
+ },
3043
+ {
3044
+ "value": "\"support\""
3045
+ },
3046
+ {
3047
+ "value": "\"accent\""
3048
+ },
3049
+ {
3050
+ "value": "\"success\""
3051
+ },
3052
+ {
3053
+ "value": "\"danger\""
3054
+ },
3055
+ {
3056
+ "value": "\"info\""
3057
+ },
3058
+ {
3059
+ "value": "\"neutral\""
3060
+ },
3061
+ {
3062
+ "value": "\"surface\""
3063
+ },
3064
+ {
3065
+ "value": "\"basic\""
3066
+ },
3067
+ {
3068
+ "value": "\"surfaceInverse\""
3069
+ }
3070
+ ]
3071
+ }
3072
+ },
3073
+ "animation": {
3074
+ "defaultValue": {
3075
+ "value": "none"
3076
+ },
3077
+ "description": "",
3078
+ "name": "animation",
3079
+ "declarations": [],
3080
+ "required": false,
3081
+ "type": {
3082
+ "name": "enum",
3083
+ "raw": "\"none\" | \"slideRight\"",
3084
+ "value": [
3085
+ {
3086
+ "value": "\"none\""
3087
+ },
3088
+ {
3089
+ "value": "\"slideRight\""
3090
+ }
3091
+ ]
3092
+ }
3093
+ }
3094
+ }
3095
+ },
3096
+ "Card": {
3097
+ "tags": {},
3098
+ "description": "",
3099
+ "displayName": "Card",
3100
+ "methods": [],
3101
+ "props": {
3102
+ "asChild": {
3103
+ "defaultValue": null,
3104
+ "description": "Change the component to the HTML tag or custom component of the only child.",
3105
+ "name": "asChild",
3106
+ "parent": {
3107
+ "fileName": "src/card/Card.tsx",
3108
+ "name": "CardProps"
3109
+ },
3110
+ "declarations": [
3111
+ {
3112
+ "fileName": "src/card/Card.tsx",
3113
+ "name": "CardProps"
3114
+ }
3115
+ ],
3116
+ "required": false,
3117
+ "type": {
3118
+ "name": "boolean"
3119
+ }
3120
+ },
3121
+ "inset": {
3122
+ "defaultValue": null,
3123
+ "description": "Whether the card should have an inset padding.",
3124
+ "name": "inset",
3125
+ "parent": {
3126
+ "fileName": "src/card/Card.tsx",
3127
+ "name": "CardProps"
3128
+ },
3129
+ "declarations": [
3130
+ {
3131
+ "fileName": "src/card/Card.tsx",
3132
+ "name": "CardProps"
3133
+ }
3134
+ ],
3135
+ "required": false,
3136
+ "type": {
3137
+ "name": "boolean"
3138
+ }
3139
+ },
3140
+ "design": {
3141
+ "defaultValue": null,
3142
+ "description": "",
3143
+ "name": "design",
3144
+ "declarations": [],
3145
+ "required": false,
3146
+ "type": {
3147
+ "name": "enum",
3148
+ "raw": "\"filled\" | \"outlined\" | \"tinted\"",
3149
+ "value": [
3150
+ {
3151
+ "value": "\"filled\""
3152
+ },
3153
+ {
3154
+ "value": "\"outlined\""
3155
+ },
3156
+ {
3157
+ "value": "\"tinted\""
3158
+ }
3159
+ ]
3160
+ }
3161
+ },
3162
+ "intent": {
3163
+ "defaultValue": null,
3164
+ "description": "Color scheme of the button.",
3165
+ "name": "intent",
3166
+ "declarations": [],
3167
+ "required": false,
3168
+ "type": {
3169
+ "name": "enum",
3170
+ "raw": "\"main\" | \"alert\" | \"support\" | \"accent\" | \"success\" | \"danger\" | \"info\" | \"neutral\" | \"surface\" | \"basic\" | \"surfaceInverse\"",
3171
+ "value": [
3172
+ {
3173
+ "value": "\"main\""
3174
+ },
3175
+ {
3176
+ "value": "\"alert\""
3177
+ },
3178
+ {
3179
+ "value": "\"support\""
3180
+ },
3181
+ {
3182
+ "value": "\"accent\""
3183
+ },
3184
+ {
3185
+ "value": "\"success\""
3186
+ },
3187
+ {
3188
+ "value": "\"danger\""
3189
+ },
3190
+ {
3191
+ "value": "\"info\""
3192
+ },
3193
+ {
3194
+ "value": "\"neutral\""
3195
+ },
3196
+ {
3197
+ "value": "\"surface\""
3198
+ },
3199
+ {
3200
+ "value": "\"basic\""
3201
+ },
3202
+ {
3203
+ "value": "\"surfaceInverse\""
3204
+ }
3205
+ ]
3206
+ }
3207
+ },
3208
+ "hasBackdrop": {
3209
+ "defaultValue": null,
3210
+ "description": "",
3211
+ "name": "hasBackdrop",
3212
+ "declarations": [],
3213
+ "required": false,
3214
+ "type": {
3215
+ "name": "boolean"
3216
+ }
3217
+ }
3218
+ }
3219
+ },
3220
+ "Content": {
3221
+ "tags": {},
3222
+ "description": "",
3223
+ "displayName": "Content",
3224
+ "methods": [],
3225
+ "props": {
3226
+ "asChild": {
3227
+ "defaultValue": null,
3228
+ "description": "Change the component to the HTML tag or custom component of the only child.",
3229
+ "name": "asChild",
3230
+ "parent": {
3231
+ "fileName": "src/card/Content.tsx",
3232
+ "name": "ContentProps"
3233
+ },
3234
+ "declarations": [
3235
+ {
3236
+ "fileName": "src/card/Content.tsx",
3237
+ "name": "ContentProps"
3238
+ }
3239
+ ],
3240
+ "required": false,
3241
+ "type": {
3242
+ "name": "boolean"
3243
+ }
3244
+ },
3245
+ "inset": {
3246
+ "defaultValue": null,
3247
+ "description": "Whether the card should have an inset padding.",
3248
+ "name": "inset",
3249
+ "parent": {
3250
+ "fileName": "src/card/Content.tsx",
3251
+ "name": "ContentProps"
3252
+ },
3253
+ "declarations": [
3254
+ {
3255
+ "fileName": "src/card/Content.tsx",
3256
+ "name": "ContentProps"
3257
+ }
3258
+ ],
3259
+ "required": false,
3260
+ "type": {
3261
+ "name": "boolean"
3262
+ }
3263
+ }
3264
+ }
3265
+ },
3266
+ "hasBackdrop": {
3267
+ "tags": {},
3268
+ "description": "",
3269
+ "displayName": "hasBackdrop",
3270
+ "methods": [],
3271
+ "props": {
3272
+ "toString": {
3273
+ "defaultValue": {},
3274
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
3275
+ "name": "toString",
3276
+ "parent": {
3277
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3278
+ "name": "String"
3279
+ },
3280
+ "declarations": [
3281
+ {
3282
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3283
+ "name": "String"
3284
+ },
3285
+ {
3286
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3287
+ "name": "Number"
3288
+ },
3289
+ {
3290
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
3291
+ "name": "BigInt"
3292
+ },
3293
+ {
3294
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3295
+ "name": "Object"
3296
+ }
3297
+ ],
3298
+ "required": false,
3299
+ "type": {
3300
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
3301
+ }
3302
+ },
3303
+ "charAt": {
3304
+ "defaultValue": null,
3305
+ "description": "Returns the character at the specified index.\n@param pos The zero-based index of the desired character.",
3306
+ "name": "charAt",
3307
+ "parent": {
3308
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3309
+ "name": "String"
3310
+ },
3311
+ "declarations": [
3312
+ {
3313
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3314
+ "name": "String"
3315
+ }
3316
+ ],
3317
+ "required": true,
3318
+ "type": {
3319
+ "name": "(pos: number) => string"
3320
+ }
3321
+ },
3322
+ "charCodeAt": {
3323
+ "defaultValue": null,
3324
+ "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.",
3325
+ "name": "charCodeAt",
3326
+ "parent": {
3327
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3328
+ "name": "String"
3329
+ },
3330
+ "declarations": [
3331
+ {
3332
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3333
+ "name": "String"
3334
+ }
3335
+ ],
3336
+ "required": true,
3337
+ "type": {
3338
+ "name": "(index: number) => number"
3339
+ }
3340
+ },
3341
+ "concat": {
3342
+ "defaultValue": null,
3343
+ "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.",
3344
+ "name": "concat",
3345
+ "parent": {
3346
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3347
+ "name": "String"
3348
+ },
3349
+ "declarations": [
3350
+ {
3351
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3352
+ "name": "String"
3353
+ }
3354
+ ],
3355
+ "required": true,
3356
+ "type": {
3357
+ "name": "(...strings: string[]) => string"
3358
+ }
3359
+ },
3360
+ "indexOf": {
3361
+ "defaultValue": null,
3362
+ "description": "Returns the position of the first occurrence of a substring.\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.",
3363
+ "name": "indexOf",
3364
+ "parent": {
3365
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3366
+ "name": "String"
3367
+ },
3368
+ "declarations": [
3369
+ {
3370
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3371
+ "name": "String"
3372
+ }
3373
+ ],
3374
+ "required": true,
3375
+ "type": {
3376
+ "name": "(searchString: string, position?: number) => number"
3377
+ }
3378
+ },
3379
+ "lastIndexOf": {
3380
+ "defaultValue": null,
3381
+ "description": "Returns the last occurrence of a substring in the string.\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.",
3382
+ "name": "lastIndexOf",
3383
+ "parent": {
3384
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3385
+ "name": "String"
3386
+ },
3387
+ "declarations": [
3388
+ {
3389
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3390
+ "name": "String"
3391
+ }
3392
+ ],
3393
+ "required": true,
3394
+ "type": {
3395
+ "name": "(searchString: string, position?: number) => number"
3396
+ }
3397
+ },
3398
+ "localeCompare": {
3399
+ "defaultValue": null,
3400
+ "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.",
3401
+ "name": "localeCompare",
3402
+ "parent": {
3403
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3404
+ "name": "String"
3405
+ },
3406
+ "declarations": [
3407
+ {
3408
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3409
+ "name": "String"
3410
+ },
3411
+ {
3412
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3413
+ "name": "String"
3414
+ },
3415
+ {
3416
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.string.d.ts",
3417
+ "name": "String"
3418
+ }
3419
+ ],
3420
+ "required": true,
3421
+ "type": {
3422
+ "name": "{ (that: string): number; (that: string, locales?: string | string[], options?: CollatorOptions): number; (that: string, locales?: LocalesArgument, options?: CollatorOptions): number; }"
3423
+ }
3424
+ },
3425
+ "match": {
3426
+ "defaultValue": null,
3427
+ "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.",
3428
+ "name": "match",
3429
+ "parent": {
3430
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3431
+ "name": "String"
3432
+ },
3433
+ "declarations": [
3434
+ {
3435
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3436
+ "name": "String"
3437
+ },
3438
+ {
3439
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3440
+ "name": "String"
3441
+ }
3442
+ ],
3443
+ "required": true,
3444
+ "type": {
3445
+ "name": "{ (regexp: string | RegExp): RegExpMatchArray; (matcher: { [Symbol.match](string: string): RegExpMatchArray; }): RegExpMatchArray; }"
3446
+ }
3447
+ },
3448
+ "replace": {
3449
+ "defaultValue": null,
3450
+ "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.",
3451
+ "name": "replace",
3452
+ "parent": {
3453
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3454
+ "name": "String"
3455
+ },
3456
+ "declarations": [
3457
+ {
3458
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3459
+ "name": "String"
3460
+ },
3461
+ {
3462
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3463
+ "name": "String"
3464
+ },
3465
+ {
3466
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3467
+ "name": "String"
3468
+ },
3469
+ {
3470
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3471
+ "name": "String"
3472
+ }
3473
+ ],
3474
+ "required": true,
3475
+ "type": {
3476
+ "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; }"
3477
+ }
3478
+ },
3479
+ "search": {
3480
+ "defaultValue": null,
3481
+ "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.",
3482
+ "name": "search",
3483
+ "parent": {
3484
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3485
+ "name": "String"
3486
+ },
3487
+ "declarations": [
3488
+ {
3489
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3490
+ "name": "String"
3491
+ },
3492
+ {
3493
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3494
+ "name": "String"
3495
+ }
3496
+ ],
3497
+ "required": true,
3498
+ "type": {
3499
+ "name": "{ (regexp: string | RegExp): number; (searcher: { [Symbol.search](string: string): number; }): number; }"
3500
+ }
3501
+ },
3502
+ "slice": {
3503
+ "defaultValue": null,
3504
+ "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.",
3505
+ "name": "slice",
3506
+ "parent": {
3507
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3508
+ "name": "String"
3509
+ },
3510
+ "declarations": [
3511
+ {
3512
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3513
+ "name": "String"
3514
+ }
3515
+ ],
3516
+ "required": true,
3517
+ "type": {
3518
+ "name": "(start?: number, end?: number) => string"
3519
+ }
3520
+ },
3521
+ "split": {
3522
+ "defaultValue": null,
3523
+ "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.",
3524
+ "name": "split",
3525
+ "parent": {
3526
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3527
+ "name": "String"
3528
+ },
3529
+ "declarations": [
3530
+ {
3531
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3532
+ "name": "String"
3533
+ },
3534
+ {
3535
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3536
+ "name": "String"
3537
+ }
3538
+ ],
3539
+ "required": true,
3540
+ "type": {
3541
+ "name": "{ (separator: string | RegExp, limit?: number): string[]; (splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number): string[]; }"
3542
+ }
3543
+ },
3544
+ "substring": {
3545
+ "defaultValue": null,
3546
+ "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.",
3547
+ "name": "substring",
3548
+ "parent": {
3549
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3550
+ "name": "String"
3551
+ },
3552
+ "declarations": [
3553
+ {
3554
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3555
+ "name": "String"
3556
+ }
3557
+ ],
3558
+ "required": true,
3559
+ "type": {
3560
+ "name": "(start: number, end?: number) => string"
3561
+ }
3562
+ },
3563
+ "toLowerCase": {
3564
+ "defaultValue": null,
3565
+ "description": "Converts all the alphabetic characters in a string to lowercase.",
3566
+ "name": "toLowerCase",
3567
+ "parent": {
3568
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3569
+ "name": "String"
3570
+ },
3571
+ "declarations": [
3572
+ {
3573
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3574
+ "name": "String"
3575
+ }
3576
+ ],
3577
+ "required": true,
3578
+ "type": {
3579
+ "name": "() => string"
3580
+ }
3581
+ },
3582
+ "toLocaleLowerCase": {
3583
+ "defaultValue": null,
3584
+ "description": "Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.",
3585
+ "name": "toLocaleLowerCase",
3586
+ "parent": {
3587
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3588
+ "name": "String"
3589
+ },
3590
+ "declarations": [
3591
+ {
3592
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3593
+ "name": "String"
3594
+ },
3595
+ {
3596
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.string.d.ts",
3597
+ "name": "String"
3598
+ }
3599
+ ],
3600
+ "required": true,
3601
+ "type": {
3602
+ "name": "{ (locales?: string | string[]): string; (locales?: LocalesArgument): string; }"
3603
+ }
3604
+ },
3605
+ "toUpperCase": {
3606
+ "defaultValue": null,
3607
+ "description": "Converts all the alphabetic characters in a string to uppercase.",
3608
+ "name": "toUpperCase",
3609
+ "parent": {
3610
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3611
+ "name": "String"
3612
+ },
3613
+ "declarations": [
3614
+ {
3615
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3616
+ "name": "String"
3617
+ }
3618
+ ],
3619
+ "required": true,
3620
+ "type": {
3621
+ "name": "() => string"
3622
+ }
3623
+ },
3624
+ "toLocaleUpperCase": {
3625
+ "defaultValue": null,
3626
+ "description": "Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.",
3627
+ "name": "toLocaleUpperCase",
3628
+ "parent": {
3629
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3630
+ "name": "String"
3631
+ },
3632
+ "declarations": [
3633
+ {
3634
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3635
+ "name": "String"
3636
+ },
3637
+ {
3638
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.string.d.ts",
3639
+ "name": "String"
3640
+ }
3641
+ ],
3642
+ "required": true,
3643
+ "type": {
3644
+ "name": "{ (locales?: string | string[]): string; (locales?: LocalesArgument): string; }"
3645
+ }
3646
+ },
3647
+ "trim": {
3648
+ "defaultValue": null,
3649
+ "description": "Removes the leading and trailing white space and line terminator characters from a string.",
3650
+ "name": "trim",
3651
+ "parent": {
3652
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3653
+ "name": "String"
3654
+ },
3655
+ "declarations": [
3656
+ {
3657
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3658
+ "name": "String"
3659
+ }
3660
+ ],
3661
+ "required": true,
3662
+ "type": {
3663
+ "name": "() => string"
3664
+ }
3665
+ },
3666
+ "length": {
3667
+ "defaultValue": null,
3668
+ "description": "Returns the length of a String object.",
3669
+ "name": "length",
3670
+ "parent": {
3671
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3672
+ "name": "String"
3673
+ },
3674
+ "declarations": [
3675
+ {
3676
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3677
+ "name": "String"
3678
+ }
3679
+ ],
3680
+ "required": true,
3681
+ "type": {
3682
+ "name": "number"
3683
+ }
3684
+ },
3685
+ "substr": {
3686
+ "defaultValue": null,
3687
+ "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.",
3688
+ "name": "substr",
3689
+ "parent": {
3690
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3691
+ "name": "String"
3692
+ },
3693
+ "declarations": [
3694
+ {
3695
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3696
+ "name": "String"
3697
+ }
3698
+ ],
3699
+ "required": true,
3700
+ "type": {
3701
+ "name": "(from: number, length?: number) => string"
3702
+ }
3703
+ },
3704
+ "valueOf": {
3705
+ "defaultValue": {},
3706
+ "description": "Returns the primitive value of the specified object.",
3707
+ "name": "valueOf",
3708
+ "parent": {
3709
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3710
+ "name": "String"
3711
+ },
3712
+ "declarations": [
3713
+ {
3714
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3715
+ "name": "String"
3716
+ },
3717
+ {
3718
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3719
+ "name": "Number"
3720
+ },
3721
+ {
3722
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
3723
+ "name": "BigInt"
3724
+ },
3725
+ {
3726
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3727
+ "name": "Boolean"
3728
+ },
3729
+ {
3730
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
3731
+ "name": "Object"
3732
+ }
3733
+ ],
3734
+ "required": false,
3735
+ "type": {
3736
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
3737
+ }
3738
+ },
3739
+ "codePointAt": {
3740
+ "defaultValue": null,
3741
+ "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.",
3742
+ "name": "codePointAt",
3743
+ "parent": {
3744
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3745
+ "name": "String"
3746
+ },
3747
+ "declarations": [
3748
+ {
3749
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3750
+ "name": "String"
3751
+ }
3752
+ ],
3753
+ "required": true,
3754
+ "type": {
3755
+ "name": "(pos: number) => number"
3756
+ }
3757
+ },
3758
+ "includes": {
3759
+ "defaultValue": null,
3760
+ "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.",
3761
+ "name": "includes",
3762
+ "parent": {
3763
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3764
+ "name": "String"
3765
+ },
3766
+ "declarations": [
3767
+ {
3768
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3769
+ "name": "String"
3770
+ }
3771
+ ],
3772
+ "required": true,
3773
+ "type": {
3774
+ "name": "(searchString: string, position?: number) => boolean"
3775
+ }
3776
+ },
3777
+ "endsWith": {
3778
+ "defaultValue": null,
3779
+ "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.",
3780
+ "name": "endsWith",
3781
+ "parent": {
3782
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3783
+ "name": "String"
3784
+ },
3785
+ "declarations": [
3786
+ {
3787
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3788
+ "name": "String"
3789
+ }
3790
+ ],
3791
+ "required": true,
3792
+ "type": {
3793
+ "name": "(searchString: string, endPosition?: number) => boolean"
3794
+ }
3795
+ },
3796
+ "normalize": {
3797
+ "defaultValue": null,
3798
+ "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\"",
3799
+ "name": "normalize",
3800
+ "parent": {
3801
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3802
+ "name": "String"
3803
+ },
3804
+ "declarations": [
3805
+ {
3806
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3807
+ "name": "String"
3808
+ },
3809
+ {
3810
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3811
+ "name": "String"
3812
+ }
3813
+ ],
3814
+ "required": true,
3815
+ "type": {
3816
+ "name": "{ (form: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\"): string; (form?: string): string; }"
3817
+ }
3818
+ },
3819
+ "repeat": {
3820
+ "defaultValue": null,
3821
+ "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",
3822
+ "name": "repeat",
3823
+ "parent": {
3824
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3825
+ "name": "String"
3826
+ },
3827
+ "declarations": [
3828
+ {
3829
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3830
+ "name": "String"
3831
+ }
3832
+ ],
3833
+ "required": true,
3834
+ "type": {
3835
+ "name": "(count: number) => string"
3836
+ }
3837
+ },
3838
+ "startsWith": {
3839
+ "defaultValue": null,
3840
+ "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.",
3841
+ "name": "startsWith",
3842
+ "parent": {
3843
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3844
+ "name": "String"
3845
+ },
3846
+ "declarations": [
3847
+ {
3848
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3849
+ "name": "String"
3850
+ }
3851
+ ],
3852
+ "required": true,
3853
+ "type": {
3854
+ "name": "(searchString: string, position?: number) => boolean"
3855
+ }
3856
+ },
3857
+ "anchor": {
3858
+ "defaultValue": null,
3859
+ "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",
3860
+ "name": "anchor",
3861
+ "parent": {
3862
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3863
+ "name": "String"
3864
+ },
3865
+ "declarations": [
3866
+ {
3867
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3868
+ "name": "String"
3869
+ }
3870
+ ],
3871
+ "required": true,
3872
+ "type": {
3873
+ "name": "(name: string) => string"
3874
+ }
3875
+ },
3876
+ "big": {
3877
+ "defaultValue": null,
3878
+ "description": "Returns a `<big>` HTML element\n@deprecated A legacy feature for browser compatibility",
3879
+ "name": "big",
3880
+ "parent": {
3881
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3882
+ "name": "String"
3883
+ },
3884
+ "declarations": [
3885
+ {
3886
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3887
+ "name": "String"
3888
+ }
3889
+ ],
3890
+ "required": true,
3891
+ "type": {
3892
+ "name": "() => string"
3893
+ }
3894
+ },
3895
+ "blink": {
3896
+ "defaultValue": null,
3897
+ "description": "Returns a `<blink>` HTML element\n@deprecated A legacy feature for browser compatibility",
3898
+ "name": "blink",
3899
+ "parent": {
3900
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3901
+ "name": "String"
3902
+ },
3903
+ "declarations": [
3904
+ {
3905
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3906
+ "name": "String"
3907
+ }
3908
+ ],
3909
+ "required": true,
3910
+ "type": {
3911
+ "name": "() => string"
3912
+ }
3913
+ },
3914
+ "bold": {
3915
+ "defaultValue": null,
3916
+ "description": "Returns a `<b>` HTML element\n@deprecated A legacy feature for browser compatibility",
3917
+ "name": "bold",
3918
+ "parent": {
3919
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3920
+ "name": "String"
3921
+ },
3922
+ "declarations": [
3923
+ {
3924
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3925
+ "name": "String"
3926
+ }
3927
+ ],
3928
+ "required": true,
3929
+ "type": {
3930
+ "name": "() => string"
3931
+ }
3932
+ },
3933
+ "fixed": {
3934
+ "defaultValue": null,
3935
+ "description": "Returns a `<tt>` HTML element\n@deprecated A legacy feature for browser compatibility",
3936
+ "name": "fixed",
3937
+ "parent": {
3938
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3939
+ "name": "String"
3940
+ },
3941
+ "declarations": [
3942
+ {
3943
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3944
+ "name": "String"
3945
+ }
3946
+ ],
3947
+ "required": true,
3948
+ "type": {
3949
+ "name": "() => string"
3950
+ }
3951
+ },
3952
+ "fontcolor": {
3953
+ "defaultValue": null,
3954
+ "description": "Returns a `<font>` HTML element and sets the color attribute value\n@deprecated A legacy feature for browser compatibility",
3955
+ "name": "fontcolor",
3956
+ "parent": {
3957
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3958
+ "name": "String"
3959
+ },
3960
+ "declarations": [
3961
+ {
3962
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3963
+ "name": "String"
3964
+ }
3965
+ ],
3966
+ "required": true,
3967
+ "type": {
3968
+ "name": "(color: string) => string"
3969
+ }
3970
+ },
3971
+ "fontsize": {
3972
+ "defaultValue": null,
3973
+ "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",
3974
+ "name": "fontsize",
3975
+ "parent": {
3976
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3977
+ "name": "String"
3978
+ },
3979
+ "declarations": [
3980
+ {
3981
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3982
+ "name": "String"
3983
+ },
3984
+ {
3985
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
3986
+ "name": "String"
3987
+ }
3988
+ ],
3989
+ "required": true,
3990
+ "type": {
3991
+ "name": "{ (size: number): string; (size: string): string; }"
3992
+ }
3993
+ },
3994
+ "italics": {
3995
+ "defaultValue": null,
3996
+ "description": "Returns an `<i>` HTML element\n@deprecated A legacy feature for browser compatibility",
3997
+ "name": "italics",
3998
+ "parent": {
3999
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4000
+ "name": "String"
4001
+ },
4002
+ "declarations": [
4003
+ {
4004
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4005
+ "name": "String"
4006
+ }
4007
+ ],
4008
+ "required": true,
4009
+ "type": {
4010
+ "name": "() => string"
4011
+ }
4012
+ },
4013
+ "link": {
4014
+ "defaultValue": null,
4015
+ "description": "Returns an `<a>` HTML element and sets the href attribute value\n@deprecated A legacy feature for browser compatibility",
4016
+ "name": "link",
4017
+ "parent": {
4018
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4019
+ "name": "String"
4020
+ },
4021
+ "declarations": [
4022
+ {
4023
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4024
+ "name": "String"
4025
+ }
4026
+ ],
4027
+ "required": true,
4028
+ "type": {
4029
+ "name": "(url: string) => string"
4030
+ }
4031
+ },
4032
+ "small": {
4033
+ "defaultValue": null,
4034
+ "description": "Returns a `<small>` HTML element\n@deprecated A legacy feature for browser compatibility",
4035
+ "name": "small",
4036
+ "parent": {
4037
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4038
+ "name": "String"
4039
+ },
4040
+ "declarations": [
4041
+ {
4042
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4043
+ "name": "String"
4044
+ }
4045
+ ],
4046
+ "required": true,
4047
+ "type": {
4048
+ "name": "() => string"
4049
+ }
4050
+ },
4051
+ "strike": {
4052
+ "defaultValue": null,
4053
+ "description": "Returns a `<strike>` HTML element\n@deprecated A legacy feature for browser compatibility",
4054
+ "name": "strike",
4055
+ "parent": {
4056
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4057
+ "name": "String"
4058
+ },
4059
+ "declarations": [
4060
+ {
4061
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4062
+ "name": "String"
4063
+ }
4064
+ ],
4065
+ "required": true,
4066
+ "type": {
4067
+ "name": "() => string"
4068
+ }
4069
+ },
4070
+ "sub": {
4071
+ "defaultValue": null,
4072
+ "description": "Returns a `<sub>` HTML element\n@deprecated A legacy feature for browser compatibility",
4073
+ "name": "sub",
4074
+ "parent": {
4075
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4076
+ "name": "String"
4077
+ },
4078
+ "declarations": [
4079
+ {
4080
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4081
+ "name": "String"
4082
+ }
4083
+ ],
4084
+ "required": true,
4085
+ "type": {
4086
+ "name": "() => string"
4087
+ }
4088
+ },
4089
+ "sup": {
4090
+ "defaultValue": null,
4091
+ "description": "Returns a `<sup>` HTML element\n@deprecated A legacy feature for browser compatibility",
4092
+ "name": "sup",
4093
+ "parent": {
4094
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4095
+ "name": "String"
4096
+ },
4097
+ "declarations": [
4098
+ {
4099
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.core.d.ts",
4100
+ "name": "String"
4101
+ }
4102
+ ],
4103
+ "required": true,
4104
+ "type": {
4105
+ "name": "() => string"
4106
+ }
4107
+ },
4108
+ "padStart": {
4109
+ "defaultValue": null,
4110
+ "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).",
4111
+ "name": "padStart",
4112
+ "parent": {
4113
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2017.string.d.ts",
4114
+ "name": "String"
4115
+ },
4116
+ "declarations": [
4117
+ {
4118
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2017.string.d.ts",
4119
+ "name": "String"
4120
+ }
4121
+ ],
4122
+ "required": true,
4123
+ "type": {
4124
+ "name": "(maxLength: number, fillString?: string) => string"
4125
+ }
4126
+ },
4127
+ "padEnd": {
4128
+ "defaultValue": null,
4129
+ "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).",
4130
+ "name": "padEnd",
4131
+ "parent": {
4132
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2017.string.d.ts",
4133
+ "name": "String"
4134
+ },
4135
+ "declarations": [
4136
+ {
4137
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2017.string.d.ts",
4138
+ "name": "String"
4139
+ }
4140
+ ],
4141
+ "required": true,
4142
+ "type": {
4143
+ "name": "(maxLength: number, fillString?: string) => string"
4144
+ }
4145
+ },
4146
+ "trimEnd": {
4147
+ "defaultValue": null,
4148
+ "description": "Removes the trailing white space and line terminator characters from a string.",
4149
+ "name": "trimEnd",
4150
+ "parent": {
4151
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4152
+ "name": "String"
4153
+ },
4154
+ "declarations": [
4155
+ {
4156
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4157
+ "name": "String"
4158
+ }
4159
+ ],
4160
+ "required": true,
4161
+ "type": {
4162
+ "name": "() => string"
4163
+ }
4164
+ },
4165
+ "trimStart": {
4166
+ "defaultValue": null,
4167
+ "description": "Removes the leading white space and line terminator characters from a string.",
4168
+ "name": "trimStart",
4169
+ "parent": {
4170
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4171
+ "name": "String"
4172
+ },
4173
+ "declarations": [
4174
+ {
4175
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4176
+ "name": "String"
4177
+ }
4178
+ ],
4179
+ "required": true,
4180
+ "type": {
4181
+ "name": "() => string"
4182
+ }
4183
+ },
4184
+ "trimLeft": {
4185
+ "defaultValue": null,
4186
+ "description": "Removes the leading white space and line terminator characters from a string.\n@deprecated A legacy feature for browser compatibility. Use `trimStart` instead",
4187
+ "name": "trimLeft",
4188
+ "parent": {
4189
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4190
+ "name": "String"
4191
+ },
4192
+ "declarations": [
4193
+ {
4194
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4195
+ "name": "String"
4196
+ }
4197
+ ],
4198
+ "required": true,
4199
+ "type": {
4200
+ "name": "() => string"
4201
+ }
4202
+ },
4203
+ "trimRight": {
4204
+ "defaultValue": null,
4205
+ "description": "Removes the trailing white space and line terminator characters from a string.\n@deprecated A legacy feature for browser compatibility. Use `trimEnd` instead",
4206
+ "name": "trimRight",
4207
+ "parent": {
4208
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4209
+ "name": "String"
4210
+ },
4211
+ "declarations": [
4212
+ {
4213
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2019.string.d.ts",
4214
+ "name": "String"
4215
+ }
4216
+ ],
4217
+ "required": true,
4218
+ "type": {
4219
+ "name": "() => string"
4220
+ }
4221
+ },
4222
+ "matchAll": {
4223
+ "defaultValue": null,
4224
+ "description": "Matches a string with a regular expression, and returns an iterable of matches\ncontaining the results of that search.\n@param regexp A variable name or string literal containing the regular expression pattern and flags.",
4225
+ "name": "matchAll",
4226
+ "parent": {
4227
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.string.d.ts",
4228
+ "name": "String"
4229
+ },
4230
+ "declarations": [
4231
+ {
4232
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.string.d.ts",
4233
+ "name": "String"
4234
+ }
4235
+ ],
4236
+ "required": true,
4237
+ "type": {
4238
+ "name": "(regexp: RegExp) => RegExpStringIterator<RegExpExecArray>"
4239
+ }
4240
+ },
4241
+ "replaceAll": {
4242
+ "defaultValue": null,
4243
+ "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.",
4244
+ "name": "replaceAll",
4245
+ "parent": {
4246
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2021.string.d.ts",
4247
+ "name": "String"
4248
+ },
4249
+ "declarations": [
4250
+ {
4251
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2021.string.d.ts",
4252
+ "name": "String"
4253
+ },
4254
+ {
4255
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2021.string.d.ts",
4256
+ "name": "String"
4257
+ }
4258
+ ],
4259
+ "required": true,
4260
+ "type": {
4261
+ "name": "{ (searchValue: string | RegExp, replaceValue: string): string; (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; }"
4262
+ }
4263
+ },
4264
+ "at": {
4265
+ "defaultValue": null,
4266
+ "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.",
4267
+ "name": "at",
4268
+ "parent": {
4269
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2022.string.d.ts",
4270
+ "name": "String"
4271
+ },
4272
+ "declarations": [
4273
+ {
4274
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2022.string.d.ts",
4275
+ "name": "String"
4276
+ }
4277
+ ],
4278
+ "required": true,
4279
+ "type": {
4280
+ "name": "(index: number) => string"
4281
+ }
4282
+ },
4283
+ "isWellFormed": {
4284
+ "defaultValue": null,
4285
+ "description": "Returns true if all leading surrogates and trailing surrogates appear paired and in order.",
4286
+ "name": "isWellFormed",
4287
+ "parent": {
4288
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2024.string.d.ts",
4289
+ "name": "String"
4290
+ },
4291
+ "declarations": [
4292
+ {
4293
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2024.string.d.ts",
4294
+ "name": "String"
4295
+ }
4296
+ ],
4297
+ "required": true,
4298
+ "type": {
4299
+ "name": "() => boolean"
4300
+ }
4301
+ },
4302
+ "toWellFormed": {
4303
+ "defaultValue": null,
4304
+ "description": "Returns a string where all lone or out-of-order surrogates have been replaced by the Unicode replacement character (U+FFFD).",
4305
+ "name": "toWellFormed",
4306
+ "parent": {
4307
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2024.string.d.ts",
4308
+ "name": "String"
4309
+ },
4310
+ "declarations": [
4311
+ {
4312
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2024.string.d.ts",
4313
+ "name": "String"
4314
+ }
4315
+ ],
4316
+ "required": true,
4317
+ "type": {
4318
+ "name": "() => string"
4319
+ }
4320
+ },
4321
+ "__@iterator@89": {
4322
+ "defaultValue": null,
4323
+ "description": "Iterator",
4324
+ "name": "__@iterator@89",
4325
+ "parent": {
4326
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
4327
+ "name": "String"
4328
+ },
4329
+ "declarations": [
4330
+ {
4331
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
4332
+ "name": "String"
4333
+ },
4334
+ {
4335
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
4336
+ "name": "Iterable"
4337
+ }
4338
+ ],
4339
+ "required": true,
4340
+ "type": {
4341
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
4342
+ }
4343
+ },
4344
+ "toFixed": {
4345
+ "defaultValue": null,
4346
+ "description": "Returns a string representing a number in fixed-point notation.\n@param fractionDigits Number of digits after the decimal point. Must be in the range 0 - 20, inclusive.",
4347
+ "name": "toFixed",
4348
+ "parent": {
4349
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4350
+ "name": "Number"
4351
+ },
4352
+ "declarations": [
4353
+ {
4354
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4355
+ "name": "Number"
4356
+ }
4357
+ ],
4358
+ "required": true,
4359
+ "type": {
4360
+ "name": "(fractionDigits?: number) => string"
4361
+ }
4362
+ },
4363
+ "toExponential": {
4364
+ "defaultValue": null,
4365
+ "description": "Returns a string containing a number represented in exponential notation.\n@param fractionDigits Number of digits after the decimal point. Must be in the range 0 - 20, inclusive.",
4366
+ "name": "toExponential",
4367
+ "parent": {
4368
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4369
+ "name": "Number"
4370
+ },
4371
+ "declarations": [
4372
+ {
4373
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4374
+ "name": "Number"
4375
+ }
4376
+ ],
4377
+ "required": true,
4378
+ "type": {
4379
+ "name": "(fractionDigits?: number) => string"
4380
+ }
4381
+ },
4382
+ "toPrecision": {
4383
+ "defaultValue": null,
4384
+ "description": "Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits.\n@param precision Number of significant digits. Must be in the range 1 - 21, inclusive.",
4385
+ "name": "toPrecision",
4386
+ "parent": {
4387
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4388
+ "name": "Number"
4389
+ },
4390
+ "declarations": [
4391
+ {
4392
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4393
+ "name": "Number"
4394
+ }
4395
+ ],
4396
+ "required": true,
4397
+ "type": {
4398
+ "name": "(precision?: number) => string"
4399
+ }
4400
+ },
4401
+ "toLocaleString": {
4402
+ "defaultValue": {},
4403
+ "description": "Returns a date converted to a string using the current locale.\nConverts a number to a string by using the current or specified locale.\nReturns a string representation appropriate to the host environment's current locale.\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.\n@param options An object that contains one or more properties that specify comparison options.\n@param locales A locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects 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.\n@param options An object that contains one or more properties that specify comparison options.",
4404
+ "name": "toLocaleString",
4405
+ "parent": {
4406
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4407
+ "name": "Object"
4408
+ },
4409
+ "declarations": [
4410
+ {
4411
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4412
+ "name": "Object"
4413
+ },
4414
+ {
4415
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4416
+ "name": "Number"
4417
+ },
4418
+ {
4419
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.number.d.ts",
4420
+ "name": "Number"
4421
+ },
4422
+ {
4423
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
4424
+ "name": "BigInt"
4425
+ }
4426
+ ],
4427
+ "required": false,
4428
+ "type": {
4429
+ "name": "{ (locales?: string | string[], options?: NumberFormatOptions): string; (locales?: LocalesArgument, options?: NumberFormatOptions): string; } | ((locales?: LocalesArgument, options?: BigIntToLocaleStringOptions) => string) | (() => string)"
4430
+ }
4431
+ },
4432
+ "__@toStringTag@92": {
4433
+ "defaultValue": null,
4434
+ "description": "",
4435
+ "name": "__@toStringTag@92",
4436
+ "parent": {
4437
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
4438
+ "name": "BigInt"
4439
+ },
4440
+ "declarations": [
4441
+ {
4442
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
4443
+ "name": "BigInt"
4444
+ },
4445
+ {
4446
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
4447
+ "name": "Promise"
4448
+ }
4449
+ ],
4450
+ "required": true,
4451
+ "type": {
4452
+ "name": "string"
4453
+ }
4454
+ },
4455
+ "then": {
4456
+ "defaultValue": null,
4457
+ "description": "Attaches callbacks for the resolution and/or rejection of the Promise.\n@param onfulfilled The callback to execute when the Promise is resolved.\n@param onrejected The callback to execute when the Promise is rejected.\n@returns A Promise for the completion of which ever callback is executed.",
4458
+ "name": "then",
4459
+ "parent": {
4460
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4461
+ "name": "Promise"
4462
+ },
4463
+ "declarations": [
4464
+ {
4465
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4466
+ "name": "Promise"
4467
+ }
4468
+ ],
4469
+ "required": true,
4470
+ "type": {
4471
+ "name": "<TResult1 = AwaitedReactNode, TResult2 = never>(onfulfilled?: (value: AwaitedReactNode) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<...>) => Promise<...>"
4472
+ }
4473
+ },
4474
+ "catch": {
4475
+ "defaultValue": null,
4476
+ "description": "Attaches a callback for only the rejection of the Promise.\n@param onrejected The callback to execute when the Promise is rejected.\n@returns A Promise for the completion of the callback.",
4477
+ "name": "catch",
4478
+ "parent": {
4479
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4480
+ "name": "Promise"
4481
+ },
4482
+ "declarations": [
4483
+ {
4484
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4485
+ "name": "Promise"
4486
+ }
4487
+ ],
4488
+ "required": true,
4489
+ "type": {
4490
+ "name": "<TResult = never>(onrejected?: (reason: any) => TResult | PromiseLike<TResult>) => Promise<AwaitedReactNode | TResult>"
4491
+ }
4492
+ },
4493
+ "finally": {
4494
+ "defaultValue": null,
4495
+ "description": "Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The\nresolved value cannot be modified from the callback.\n@param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).\n@returns A Promise for the completion of the callback.",
4496
+ "name": "finally",
4497
+ "parent": {
4498
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2018.promise.d.ts",
4499
+ "name": "Promise"
4500
+ },
4501
+ "declarations": [
4502
+ {
4503
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2018.promise.d.ts",
4504
+ "name": "Promise"
4505
+ }
4506
+ ],
4507
+ "required": true,
4508
+ "type": {
4509
+ "name": "(onfinally?: () => void) => Promise<AwaitedReactNode>"
4510
+ }
4511
+ }
4512
+ }
4513
+ },
2877
4514
  "Carousel": {
2878
4515
  "tags": {},
2879
4516
  "description": "",
@@ -3153,6 +4790,25 @@
3153
4790
  "type": {
3154
4791
  "name": "boolean"
3155
4792
  }
4793
+ },
4794
+ "maxDots": {
4795
+ "defaultValue": null,
4796
+ "description": "Maximum number of dots to display in the page picker.",
4797
+ "name": "maxDots",
4798
+ "parent": {
4799
+ "fileName": "components/src/carousel/types.ts",
4800
+ "name": "UseCarouselProps"
4801
+ },
4802
+ "declarations": [
4803
+ {
4804
+ "fileName": "components/src/carousel/types.ts",
4805
+ "name": "UseCarouselProps"
4806
+ }
4807
+ ],
4808
+ "required": false,
4809
+ "type": {
4810
+ "name": "number"
4811
+ }
3156
4812
  }
3157
4813
  }
3158
4814
  },
@@ -4190,6 +5846,27 @@
4190
5846
  "type": {
4191
5847
  "name": "boolean"
4192
5848
  }
5849
+ },
5850
+ "maxDots": {
5851
+ "defaultValue": {
5852
+ "value": 5
5853
+ },
5854
+ "description": "Maximum number of dots to display in the page picker.",
5855
+ "name": "maxDots",
5856
+ "parent": {
5857
+ "fileName": "components/src/carousel/types.ts",
5858
+ "name": "UseCarouselProps"
5859
+ },
5860
+ "declarations": [
5861
+ {
5862
+ "fileName": "components/src/carousel/types.ts",
5863
+ "name": "UseCarouselProps"
5864
+ }
5865
+ ],
5866
+ "required": false,
5867
+ "type": {
5868
+ "name": "number"
5869
+ }
4193
5870
  }
4194
5871
  }
4195
5872
  },
@@ -4258,21 +5935,33 @@
4258
5935
  },
4259
5936
  "toString": {
4260
5937
  "defaultValue": {},
4261
- "description": "Returns a string representation of a function.",
5938
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
4262
5939
  "name": "toString",
4263
5940
  "parent": {
4264
5941
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4265
- "name": "Function"
5942
+ "name": "String"
4266
5943
  },
4267
5944
  "declarations": [
4268
5945
  {
4269
5946
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4270
- "name": "Function"
5947
+ "name": "String"
5948
+ },
5949
+ {
5950
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
5951
+ "name": "Number"
5952
+ },
5953
+ {
5954
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
5955
+ "name": "BigInt"
5956
+ },
5957
+ {
5958
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
5959
+ "name": "Object"
4271
5960
  }
4272
5961
  ],
4273
5962
  "required": false,
4274
5963
  "type": {
4275
- "name": "() => string"
5964
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
4276
5965
  }
4277
5966
  },
4278
5967
  "prototype": {
@@ -4296,16 +5985,16 @@
4296
5985
  },
4297
5986
  "length": {
4298
5987
  "defaultValue": null,
4299
- "description": "",
5988
+ "description": "Returns the length of a String object.",
4300
5989
  "name": "length",
4301
5990
  "parent": {
4302
5991
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4303
- "name": "Function"
5992
+ "name": "String"
4304
5993
  },
4305
5994
  "declarations": [
4306
5995
  {
4307
5996
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4308
- "name": "Function"
5997
+ "name": "String"
4309
5998
  }
4310
5999
  ],
4311
6000
  "required": true,
@@ -10531,6 +12220,76 @@
10531
12220
  }
10532
12221
  }
10533
12222
  },
12223
+ "computeDotState": {
12224
+ "tags": {},
12225
+ "description": "Calculate the state of a dot indicator of a carousel depending on the current page and the total number of pages.",
12226
+ "displayName": "computeDotState",
12227
+ "methods": [],
12228
+ "props": {
12229
+ "dotIndex": {
12230
+ "defaultValue": null,
12231
+ "description": "",
12232
+ "name": "dotIndex",
12233
+ "declarations": [
12234
+ {
12235
+ "fileName": "components/src/carousel/utils.ts",
12236
+ "name": "TypeLiteral"
12237
+ }
12238
+ ],
12239
+ "required": true,
12240
+ "type": {
12241
+ "name": "number"
12242
+ }
12243
+ },
12244
+ "pageState": {
12245
+ "defaultValue": null,
12246
+ "description": "",
12247
+ "name": "pageState",
12248
+ "declarations": [
12249
+ {
12250
+ "fileName": "components/src/carousel/utils.ts",
12251
+ "name": "TypeLiteral"
12252
+ }
12253
+ ],
12254
+ "required": true,
12255
+ "type": {
12256
+ "name": "number"
12257
+ }
12258
+ },
12259
+ "totalPages": {
12260
+ "defaultValue": null,
12261
+ "description": "",
12262
+ "name": "totalPages",
12263
+ "declarations": [
12264
+ {
12265
+ "fileName": "components/src/carousel/utils.ts",
12266
+ "name": "TypeLiteral"
12267
+ }
12268
+ ],
12269
+ "required": true,
12270
+ "type": {
12271
+ "name": "number"
12272
+ }
12273
+ },
12274
+ "maxDots": {
12275
+ "defaultValue": {
12276
+ "value": 5
12277
+ },
12278
+ "description": "",
12279
+ "name": "maxDots",
12280
+ "declarations": [
12281
+ {
12282
+ "fileName": "components/src/carousel/utils.ts",
12283
+ "name": "TypeLiteral"
12284
+ }
12285
+ ],
12286
+ "required": false,
12287
+ "type": {
12288
+ "name": "number"
12289
+ }
12290
+ }
12291
+ }
12292
+ },
10534
12293
  "Checkbox": {
10535
12294
  "tags": {},
10536
12295
  "description": "",
@@ -14221,21 +15980,33 @@
14221
15980
  "props": {
14222
15981
  "toString": {
14223
15982
  "defaultValue": {},
14224
- "description": "Returns a string representation of a function.",
15983
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
14225
15984
  "name": "toString",
14226
15985
  "parent": {
14227
15986
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14228
- "name": "Function"
15987
+ "name": "String"
14229
15988
  },
14230
15989
  "declarations": [
14231
15990
  {
14232
15991
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14233
- "name": "Function"
15992
+ "name": "String"
15993
+ },
15994
+ {
15995
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15996
+ "name": "Number"
15997
+ },
15998
+ {
15999
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
16000
+ "name": "BigInt"
16001
+ },
16002
+ {
16003
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16004
+ "name": "Object"
14234
16005
  }
14235
16006
  ],
14236
16007
  "required": false,
14237
16008
  "type": {
14238
- "name": "() => string"
16009
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
14239
16010
  }
14240
16011
  },
14241
16012
  "charAt": {
@@ -14603,16 +16374,16 @@
14603
16374
  },
14604
16375
  "length": {
14605
16376
  "defaultValue": null,
14606
- "description": "",
16377
+ "description": "Returns the length of a String object.",
14607
16378
  "name": "length",
14608
16379
  "parent": {
14609
16380
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14610
- "name": "Function"
16381
+ "name": "String"
14611
16382
  },
14612
16383
  "declarations": [
14613
16384
  {
14614
16385
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14615
- "name": "Function"
16386
+ "name": "String"
14616
16387
  }
14617
16388
  ],
14618
16389
  "required": true,
@@ -14651,11 +16422,27 @@
14651
16422
  {
14652
16423
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14653
16424
  "name": "String"
16425
+ },
16426
+ {
16427
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16428
+ "name": "Number"
16429
+ },
16430
+ {
16431
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
16432
+ "name": "BigInt"
16433
+ },
16434
+ {
16435
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16436
+ "name": "Boolean"
16437
+ },
16438
+ {
16439
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16440
+ "name": "Object"
14654
16441
  }
14655
16442
  ],
14656
16443
  "required": false,
14657
16444
  "type": {
14658
- "name": "() => string"
16445
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
14659
16446
  }
14660
16447
  },
14661
16448
  "codePointAt": {
@@ -15252,11 +17039,15 @@
15252
17039
  {
15253
17040
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
15254
17041
  "name": "String"
17042
+ },
17043
+ {
17044
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
17045
+ "name": "Iterable"
15255
17046
  }
15256
17047
  ],
15257
17048
  "required": true,
15258
17049
  "type": {
15259
- "name": "() => StringIterator<string>"
17050
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
15260
17051
  }
15261
17052
  }
15262
17053
  }
@@ -15269,21 +17060,33 @@
15269
17060
  "props": {
15270
17061
  "toString": {
15271
17062
  "defaultValue": {},
15272
- "description": "Returns a string representation of a function.",
17063
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
15273
17064
  "name": "toString",
15274
17065
  "parent": {
15275
17066
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15276
- "name": "Function"
17067
+ "name": "String"
15277
17068
  },
15278
17069
  "declarations": [
15279
17070
  {
15280
17071
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15281
- "name": "Function"
17072
+ "name": "String"
17073
+ },
17074
+ {
17075
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17076
+ "name": "Number"
17077
+ },
17078
+ {
17079
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
17080
+ "name": "BigInt"
17081
+ },
17082
+ {
17083
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17084
+ "name": "Object"
15282
17085
  }
15283
17086
  ],
15284
17087
  "required": false,
15285
17088
  "type": {
15286
- "name": "() => string"
17089
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
15287
17090
  }
15288
17091
  },
15289
17092
  "charAt": {
@@ -15651,16 +17454,16 @@
15651
17454
  },
15652
17455
  "length": {
15653
17456
  "defaultValue": null,
15654
- "description": "",
17457
+ "description": "Returns the length of a String object.",
15655
17458
  "name": "length",
15656
17459
  "parent": {
15657
17460
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15658
- "name": "Function"
17461
+ "name": "String"
15659
17462
  },
15660
17463
  "declarations": [
15661
17464
  {
15662
17465
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15663
- "name": "Function"
17466
+ "name": "String"
15664
17467
  }
15665
17468
  ],
15666
17469
  "required": true,
@@ -15699,11 +17502,27 @@
15699
17502
  {
15700
17503
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15701
17504
  "name": "String"
17505
+ },
17506
+ {
17507
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17508
+ "name": "Number"
17509
+ },
17510
+ {
17511
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
17512
+ "name": "BigInt"
17513
+ },
17514
+ {
17515
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17516
+ "name": "Boolean"
17517
+ },
17518
+ {
17519
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17520
+ "name": "Object"
15702
17521
  }
15703
17522
  ],
15704
17523
  "required": false,
15705
17524
  "type": {
15706
- "name": "() => string"
17525
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
15707
17526
  }
15708
17527
  },
15709
17528
  "codePointAt": {
@@ -16300,11 +18119,15 @@
16300
18119
  {
16301
18120
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
16302
18121
  "name": "String"
18122
+ },
18123
+ {
18124
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
18125
+ "name": "Iterable"
16303
18126
  }
16304
18127
  ],
16305
18128
  "required": true,
16306
18129
  "type": {
16307
- "name": "() => StringIterator<string>"
18130
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
16308
18131
  }
16309
18132
  }
16310
18133
  }
@@ -16317,21 +18140,33 @@
16317
18140
  "props": {
16318
18141
  "toString": {
16319
18142
  "defaultValue": {},
16320
- "description": "Returns a string representation of a function.",
18143
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
16321
18144
  "name": "toString",
16322
18145
  "parent": {
16323
18146
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16324
- "name": "Function"
18147
+ "name": "String"
16325
18148
  },
16326
18149
  "declarations": [
16327
18150
  {
16328
18151
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16329
- "name": "Function"
18152
+ "name": "String"
18153
+ },
18154
+ {
18155
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18156
+ "name": "Number"
18157
+ },
18158
+ {
18159
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
18160
+ "name": "BigInt"
18161
+ },
18162
+ {
18163
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18164
+ "name": "Object"
16330
18165
  }
16331
18166
  ],
16332
18167
  "required": false,
16333
18168
  "type": {
16334
- "name": "() => string"
18169
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
16335
18170
  }
16336
18171
  },
16337
18172
  "charAt": {
@@ -16699,16 +18534,16 @@
16699
18534
  },
16700
18535
  "length": {
16701
18536
  "defaultValue": null,
16702
- "description": "",
18537
+ "description": "Returns the length of a String object.",
16703
18538
  "name": "length",
16704
18539
  "parent": {
16705
18540
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16706
- "name": "Function"
18541
+ "name": "String"
16707
18542
  },
16708
18543
  "declarations": [
16709
18544
  {
16710
18545
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16711
- "name": "Function"
18546
+ "name": "String"
16712
18547
  }
16713
18548
  ],
16714
18549
  "required": true,
@@ -16747,11 +18582,27 @@
16747
18582
  {
16748
18583
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16749
18584
  "name": "String"
18585
+ },
18586
+ {
18587
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18588
+ "name": "Number"
18589
+ },
18590
+ {
18591
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
18592
+ "name": "BigInt"
18593
+ },
18594
+ {
18595
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18596
+ "name": "Boolean"
18597
+ },
18598
+ {
18599
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18600
+ "name": "Object"
16750
18601
  }
16751
18602
  ],
16752
18603
  "required": false,
16753
18604
  "type": {
16754
- "name": "() => string"
18605
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
16755
18606
  }
16756
18607
  },
16757
18608
  "codePointAt": {
@@ -17348,11 +19199,15 @@
17348
19199
  {
17349
19200
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
17350
19201
  "name": "String"
19202
+ },
19203
+ {
19204
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
19205
+ "name": "Iterable"
17351
19206
  }
17352
19207
  ],
17353
19208
  "required": true,
17354
19209
  "type": {
17355
- "name": "() => StringIterator<string>"
19210
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
17356
19211
  }
17357
19212
  }
17358
19213
  }
@@ -17365,21 +19220,33 @@
17365
19220
  "props": {
17366
19221
  "toString": {
17367
19222
  "defaultValue": {},
17368
- "description": "Returns a string representation of a function.",
19223
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
17369
19224
  "name": "toString",
17370
19225
  "parent": {
17371
19226
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17372
- "name": "Function"
19227
+ "name": "String"
17373
19228
  },
17374
19229
  "declarations": [
17375
19230
  {
17376
19231
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17377
- "name": "Function"
19232
+ "name": "String"
19233
+ },
19234
+ {
19235
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19236
+ "name": "Number"
19237
+ },
19238
+ {
19239
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
19240
+ "name": "BigInt"
19241
+ },
19242
+ {
19243
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19244
+ "name": "Object"
17378
19245
  }
17379
19246
  ],
17380
19247
  "required": false,
17381
19248
  "type": {
17382
- "name": "() => string"
19249
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
17383
19250
  }
17384
19251
  },
17385
19252
  "charAt": {
@@ -17747,16 +19614,16 @@
17747
19614
  },
17748
19615
  "length": {
17749
19616
  "defaultValue": null,
17750
- "description": "",
19617
+ "description": "Returns the length of a String object.",
17751
19618
  "name": "length",
17752
19619
  "parent": {
17753
19620
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17754
- "name": "Function"
19621
+ "name": "String"
17755
19622
  },
17756
19623
  "declarations": [
17757
19624
  {
17758
19625
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17759
- "name": "Function"
19626
+ "name": "String"
17760
19627
  }
17761
19628
  ],
17762
19629
  "required": true,
@@ -17795,11 +19662,27 @@
17795
19662
  {
17796
19663
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17797
19664
  "name": "String"
19665
+ },
19666
+ {
19667
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19668
+ "name": "Number"
19669
+ },
19670
+ {
19671
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
19672
+ "name": "BigInt"
19673
+ },
19674
+ {
19675
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19676
+ "name": "Boolean"
19677
+ },
19678
+ {
19679
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19680
+ "name": "Object"
17798
19681
  }
17799
19682
  ],
17800
19683
  "required": false,
17801
19684
  "type": {
17802
- "name": "() => string"
19685
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
17803
19686
  }
17804
19687
  },
17805
19688
  "codePointAt": {
@@ -18396,11 +20279,15 @@
18396
20279
  {
18397
20280
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
18398
20281
  "name": "String"
20282
+ },
20283
+ {
20284
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
20285
+ "name": "Iterable"
18399
20286
  }
18400
20287
  ],
18401
20288
  "required": true,
18402
20289
  "type": {
18403
- "name": "() => StringIterator<string>"
20290
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
18404
20291
  }
18405
20292
  }
18406
20293
  }
@@ -18413,21 +20300,33 @@
18413
20300
  "props": {
18414
20301
  "toString": {
18415
20302
  "defaultValue": {},
18416
- "description": "Returns a string representation of a function.",
20303
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
18417
20304
  "name": "toString",
18418
20305
  "parent": {
18419
20306
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18420
- "name": "Function"
20307
+ "name": "String"
18421
20308
  },
18422
20309
  "declarations": [
18423
20310
  {
18424
20311
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18425
- "name": "Function"
20312
+ "name": "String"
20313
+ },
20314
+ {
20315
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20316
+ "name": "Number"
20317
+ },
20318
+ {
20319
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
20320
+ "name": "BigInt"
20321
+ },
20322
+ {
20323
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20324
+ "name": "Object"
18426
20325
  }
18427
20326
  ],
18428
20327
  "required": false,
18429
20328
  "type": {
18430
- "name": "() => string"
20329
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
18431
20330
  }
18432
20331
  },
18433
20332
  "charAt": {
@@ -18795,16 +20694,16 @@
18795
20694
  },
18796
20695
  "length": {
18797
20696
  "defaultValue": null,
18798
- "description": "",
20697
+ "description": "Returns the length of a String object.",
18799
20698
  "name": "length",
18800
20699
  "parent": {
18801
20700
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18802
- "name": "Function"
20701
+ "name": "String"
18803
20702
  },
18804
20703
  "declarations": [
18805
20704
  {
18806
20705
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18807
- "name": "Function"
20706
+ "name": "String"
18808
20707
  }
18809
20708
  ],
18810
20709
  "required": true,
@@ -18843,11 +20742,27 @@
18843
20742
  {
18844
20743
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18845
20744
  "name": "String"
20745
+ },
20746
+ {
20747
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20748
+ "name": "Number"
20749
+ },
20750
+ {
20751
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
20752
+ "name": "BigInt"
20753
+ },
20754
+ {
20755
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20756
+ "name": "Boolean"
20757
+ },
20758
+ {
20759
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20760
+ "name": "Object"
18846
20761
  }
18847
20762
  ],
18848
20763
  "required": false,
18849
20764
  "type": {
18850
- "name": "() => string"
20765
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
18851
20766
  }
18852
20767
  },
18853
20768
  "codePointAt": {
@@ -19444,11 +21359,15 @@
19444
21359
  {
19445
21360
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
19446
21361
  "name": "String"
21362
+ },
21363
+ {
21364
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
21365
+ "name": "Iterable"
19447
21366
  }
19448
21367
  ],
19449
21368
  "required": true,
19450
21369
  "type": {
19451
- "name": "() => StringIterator<string>"
21370
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
19452
21371
  }
19453
21372
  }
19454
21373
  }
@@ -19461,21 +21380,33 @@
19461
21380
  "props": {
19462
21381
  "toString": {
19463
21382
  "defaultValue": {},
19464
- "description": "Returns a string representation of a function.",
21383
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
19465
21384
  "name": "toString",
19466
21385
  "parent": {
19467
21386
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19468
- "name": "Function"
21387
+ "name": "String"
19469
21388
  },
19470
21389
  "declarations": [
19471
21390
  {
19472
21391
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19473
- "name": "Function"
21392
+ "name": "String"
21393
+ },
21394
+ {
21395
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21396
+ "name": "Number"
21397
+ },
21398
+ {
21399
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
21400
+ "name": "BigInt"
21401
+ },
21402
+ {
21403
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21404
+ "name": "Object"
19474
21405
  }
19475
21406
  ],
19476
21407
  "required": false,
19477
21408
  "type": {
19478
- "name": "() => string"
21409
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
19479
21410
  }
19480
21411
  },
19481
21412
  "charAt": {
@@ -19843,16 +21774,16 @@
19843
21774
  },
19844
21775
  "length": {
19845
21776
  "defaultValue": null,
19846
- "description": "",
21777
+ "description": "Returns the length of a String object.",
19847
21778
  "name": "length",
19848
21779
  "parent": {
19849
21780
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19850
- "name": "Function"
21781
+ "name": "String"
19851
21782
  },
19852
21783
  "declarations": [
19853
21784
  {
19854
21785
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19855
- "name": "Function"
21786
+ "name": "String"
19856
21787
  }
19857
21788
  ],
19858
21789
  "required": true,
@@ -19891,11 +21822,27 @@
19891
21822
  {
19892
21823
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19893
21824
  "name": "String"
21825
+ },
21826
+ {
21827
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21828
+ "name": "Number"
21829
+ },
21830
+ {
21831
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
21832
+ "name": "BigInt"
21833
+ },
21834
+ {
21835
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21836
+ "name": "Boolean"
21837
+ },
21838
+ {
21839
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21840
+ "name": "Object"
19894
21841
  }
19895
21842
  ],
19896
21843
  "required": false,
19897
21844
  "type": {
19898
- "name": "() => string"
21845
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
19899
21846
  }
19900
21847
  },
19901
21848
  "codePointAt": {
@@ -20492,11 +22439,15 @@
20492
22439
  {
20493
22440
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
20494
22441
  "name": "String"
22442
+ },
22443
+ {
22444
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
22445
+ "name": "Iterable"
20495
22446
  }
20496
22447
  ],
20497
22448
  "required": true,
20498
22449
  "type": {
20499
- "name": "() => StringIterator<string>"
22450
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
20500
22451
  }
20501
22452
  }
20502
22453
  }
@@ -20509,21 +22460,33 @@
20509
22460
  "props": {
20510
22461
  "toString": {
20511
22462
  "defaultValue": {},
20512
- "description": "Returns a string representation of a function.",
22463
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
20513
22464
  "name": "toString",
20514
22465
  "parent": {
20515
22466
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20516
- "name": "Function"
22467
+ "name": "String"
20517
22468
  },
20518
22469
  "declarations": [
20519
22470
  {
20520
22471
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20521
- "name": "Function"
22472
+ "name": "String"
22473
+ },
22474
+ {
22475
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22476
+ "name": "Number"
22477
+ },
22478
+ {
22479
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
22480
+ "name": "BigInt"
22481
+ },
22482
+ {
22483
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22484
+ "name": "Object"
20522
22485
  }
20523
22486
  ],
20524
22487
  "required": false,
20525
22488
  "type": {
20526
- "name": "() => string"
22489
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
20527
22490
  }
20528
22491
  },
20529
22492
  "charAt": {
@@ -20891,16 +22854,16 @@
20891
22854
  },
20892
22855
  "length": {
20893
22856
  "defaultValue": null,
20894
- "description": "",
22857
+ "description": "Returns the length of a String object.",
20895
22858
  "name": "length",
20896
22859
  "parent": {
20897
22860
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20898
- "name": "Function"
22861
+ "name": "String"
20899
22862
  },
20900
22863
  "declarations": [
20901
22864
  {
20902
22865
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20903
- "name": "Function"
22866
+ "name": "String"
20904
22867
  }
20905
22868
  ],
20906
22869
  "required": true,
@@ -20939,11 +22902,27 @@
20939
22902
  {
20940
22903
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20941
22904
  "name": "String"
22905
+ },
22906
+ {
22907
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22908
+ "name": "Number"
22909
+ },
22910
+ {
22911
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
22912
+ "name": "BigInt"
22913
+ },
22914
+ {
22915
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22916
+ "name": "Boolean"
22917
+ },
22918
+ {
22919
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22920
+ "name": "Object"
20942
22921
  }
20943
22922
  ],
20944
22923
  "required": false,
20945
22924
  "type": {
20946
- "name": "() => string"
22925
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
20947
22926
  }
20948
22927
  },
20949
22928
  "codePointAt": {
@@ -21540,11 +23519,15 @@
21540
23519
  {
21541
23520
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
21542
23521
  "name": "String"
23522
+ },
23523
+ {
23524
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
23525
+ "name": "Iterable"
21543
23526
  }
21544
23527
  ],
21545
23528
  "required": true,
21546
23529
  "type": {
21547
- "name": "() => StringIterator<string>"
23530
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
21548
23531
  }
21549
23532
  }
21550
23533
  }
@@ -21557,21 +23540,33 @@
21557
23540
  "props": {
21558
23541
  "toString": {
21559
23542
  "defaultValue": {},
21560
- "description": "Returns a string representation of a function.",
23543
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
21561
23544
  "name": "toString",
21562
23545
  "parent": {
21563
23546
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21564
- "name": "Function"
23547
+ "name": "String"
21565
23548
  },
21566
23549
  "declarations": [
21567
23550
  {
21568
23551
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21569
- "name": "Function"
23552
+ "name": "String"
23553
+ },
23554
+ {
23555
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23556
+ "name": "Number"
23557
+ },
23558
+ {
23559
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
23560
+ "name": "BigInt"
23561
+ },
23562
+ {
23563
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23564
+ "name": "Object"
21570
23565
  }
21571
23566
  ],
21572
23567
  "required": false,
21573
23568
  "type": {
21574
- "name": "() => string"
23569
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
21575
23570
  }
21576
23571
  },
21577
23572
  "charAt": {
@@ -21939,16 +23934,16 @@
21939
23934
  },
21940
23935
  "length": {
21941
23936
  "defaultValue": null,
21942
- "description": "",
23937
+ "description": "Returns the length of a String object.",
21943
23938
  "name": "length",
21944
23939
  "parent": {
21945
23940
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21946
- "name": "Function"
23941
+ "name": "String"
21947
23942
  },
21948
23943
  "declarations": [
21949
23944
  {
21950
23945
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21951
- "name": "Function"
23946
+ "name": "String"
21952
23947
  }
21953
23948
  ],
21954
23949
  "required": true,
@@ -21987,11 +23982,27 @@
21987
23982
  {
21988
23983
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21989
23984
  "name": "String"
23985
+ },
23986
+ {
23987
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23988
+ "name": "Number"
23989
+ },
23990
+ {
23991
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
23992
+ "name": "BigInt"
23993
+ },
23994
+ {
23995
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23996
+ "name": "Boolean"
23997
+ },
23998
+ {
23999
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
24000
+ "name": "Object"
21990
24001
  }
21991
24002
  ],
21992
24003
  "required": false,
21993
24004
  "type": {
21994
- "name": "() => string"
24005
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
21995
24006
  }
21996
24007
  },
21997
24008
  "codePointAt": {
@@ -22588,11 +24599,15 @@
22588
24599
  {
22589
24600
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
22590
24601
  "name": "String"
24602
+ },
24603
+ {
24604
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
24605
+ "name": "Iterable"
22591
24606
  }
22592
24607
  ],
22593
24608
  "required": true,
22594
24609
  "type": {
22595
- "name": "() => StringIterator<string>"
24610
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
22596
24611
  }
22597
24612
  }
22598
24613
  }
@@ -22803,21 +24818,33 @@
22803
24818
  "props": {
22804
24819
  "toString": {
22805
24820
  "defaultValue": {},
22806
- "description": "Returns a string representation of a function.",
24821
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
22807
24822
  "name": "toString",
22808
24823
  "parent": {
22809
24824
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22810
- "name": "Function"
24825
+ "name": "String"
22811
24826
  },
22812
24827
  "declarations": [
22813
24828
  {
22814
24829
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22815
- "name": "Function"
24830
+ "name": "String"
24831
+ },
24832
+ {
24833
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
24834
+ "name": "Number"
24835
+ },
24836
+ {
24837
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
24838
+ "name": "BigInt"
24839
+ },
24840
+ {
24841
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
24842
+ "name": "Object"
22816
24843
  }
22817
24844
  ],
22818
24845
  "required": false,
22819
24846
  "type": {
22820
- "name": "() => string"
24847
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
22821
24848
  }
22822
24849
  },
22823
24850
  "charAt": {
@@ -23185,16 +25212,16 @@
23185
25212
  },
23186
25213
  "length": {
23187
25214
  "defaultValue": null,
23188
- "description": "",
25215
+ "description": "Returns the length of a String object.",
23189
25216
  "name": "length",
23190
25217
  "parent": {
23191
25218
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23192
- "name": "Function"
25219
+ "name": "String"
23193
25220
  },
23194
25221
  "declarations": [
23195
25222
  {
23196
25223
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23197
- "name": "Function"
25224
+ "name": "String"
23198
25225
  }
23199
25226
  ],
23200
25227
  "required": true,
@@ -23233,11 +25260,27 @@
23233
25260
  {
23234
25261
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23235
25262
  "name": "String"
25263
+ },
25264
+ {
25265
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
25266
+ "name": "Number"
25267
+ },
25268
+ {
25269
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
25270
+ "name": "BigInt"
25271
+ },
25272
+ {
25273
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
25274
+ "name": "Boolean"
25275
+ },
25276
+ {
25277
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
25278
+ "name": "Object"
23236
25279
  }
23237
25280
  ],
23238
25281
  "required": false,
23239
25282
  "type": {
23240
- "name": "() => string"
25283
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
23241
25284
  }
23242
25285
  },
23243
25286
  "codePointAt": {
@@ -23834,11 +25877,15 @@
23834
25877
  {
23835
25878
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
23836
25879
  "name": "String"
25880
+ },
25881
+ {
25882
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
25883
+ "name": "Iterable"
23837
25884
  }
23838
25885
  ],
23839
25886
  "required": true,
23840
25887
  "type": {
23841
- "name": "() => StringIterator<string>"
25888
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
23842
25889
  }
23843
25890
  },
23844
25891
  "toFixed": {
@@ -33339,21 +35386,33 @@
33339
35386
  "props": {
33340
35387
  "toString": {
33341
35388
  "defaultValue": {},
33342
- "description": "Returns a string representation of a function.",
35389
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
33343
35390
  "name": "toString",
33344
35391
  "parent": {
33345
35392
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33346
- "name": "Function"
35393
+ "name": "String"
33347
35394
  },
33348
35395
  "declarations": [
33349
35396
  {
33350
35397
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33351
- "name": "Function"
35398
+ "name": "String"
35399
+ },
35400
+ {
35401
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35402
+ "name": "Number"
35403
+ },
35404
+ {
35405
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
35406
+ "name": "BigInt"
35407
+ },
35408
+ {
35409
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35410
+ "name": "Object"
33352
35411
  }
33353
35412
  ],
33354
35413
  "required": false,
33355
35414
  "type": {
33356
- "name": "() => string"
35415
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
33357
35416
  }
33358
35417
  },
33359
35418
  "toFixed": {
@@ -33425,11 +35484,27 @@
33425
35484
  {
33426
35485
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33427
35486
  "name": "String"
35487
+ },
35488
+ {
35489
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35490
+ "name": "Number"
35491
+ },
35492
+ {
35493
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
35494
+ "name": "BigInt"
35495
+ },
35496
+ {
35497
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35498
+ "name": "Boolean"
35499
+ },
35500
+ {
35501
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35502
+ "name": "Object"
33428
35503
  }
33429
35504
  ],
33430
35505
  "required": false,
33431
35506
  "type": {
33432
- "name": "() => string"
35507
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
33433
35508
  }
33434
35509
  },
33435
35510
  "toLocaleString": {
@@ -33798,16 +35873,16 @@
33798
35873
  "props": {
33799
35874
  "length": {
33800
35875
  "defaultValue": null,
33801
- "description": "",
35876
+ "description": "Returns the length of a String object.",
33802
35877
  "name": "length",
33803
35878
  "parent": {
33804
35879
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33805
- "name": "Function"
35880
+ "name": "String"
33806
35881
  },
33807
35882
  "declarations": [
33808
35883
  {
33809
35884
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33810
- "name": "Function"
35885
+ "name": "String"
33811
35886
  }
33812
35887
  ],
33813
35888
  "required": true,
@@ -33817,21 +35892,33 @@
33817
35892
  },
33818
35893
  "toString": {
33819
35894
  "defaultValue": {},
33820
- "description": "Returns a string representation of a function.",
35895
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
33821
35896
  "name": "toString",
33822
35897
  "parent": {
33823
35898
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33824
- "name": "Function"
35899
+ "name": "String"
33825
35900
  },
33826
35901
  "declarations": [
33827
35902
  {
33828
35903
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33829
- "name": "Function"
35904
+ "name": "String"
35905
+ },
35906
+ {
35907
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35908
+ "name": "Number"
35909
+ },
35910
+ {
35911
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
35912
+ "name": "BigInt"
35913
+ },
35914
+ {
35915
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35916
+ "name": "Object"
33830
35917
  }
33831
35918
  ],
33832
35919
  "required": false,
33833
35920
  "type": {
33834
- "name": "() => string"
35921
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
33835
35922
  }
33836
35923
  },
33837
35924
  "toLocaleString": {
@@ -34601,11 +36688,15 @@
34601
36688
  {
34602
36689
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
34603
36690
  "name": "String"
36691
+ },
36692
+ {
36693
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
36694
+ "name": "Iterable"
34604
36695
  }
34605
36696
  ],
34606
36697
  "required": true,
34607
36698
  "type": {
34608
- "name": "() => StringIterator<string>"
36699
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
34609
36700
  }
34610
36701
  },
34611
36702
  "__@unscopables@124": {
@@ -35872,21 +37963,33 @@
35872
37963
  "props": {
35873
37964
  "toString": {
35874
37965
  "defaultValue": {},
35875
- "description": "Returns a string representation of a function.",
37966
+ "description": "Returns a string representation of a string.\nReturns a string representation of an object.\n@param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers.\n@param radix Specifies a radix for converting numeric values to strings.",
35876
37967
  "name": "toString",
35877
37968
  "parent": {
35878
37969
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35879
- "name": "Function"
37970
+ "name": "String"
35880
37971
  },
35881
37972
  "declarations": [
35882
37973
  {
35883
37974
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35884
- "name": "Function"
37975
+ "name": "String"
37976
+ },
37977
+ {
37978
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
37979
+ "name": "Number"
37980
+ },
37981
+ {
37982
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
37983
+ "name": "BigInt"
37984
+ },
37985
+ {
37986
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
37987
+ "name": "Object"
35885
37988
  }
35886
37989
  ],
35887
37990
  "required": false,
35888
37991
  "type": {
35889
- "name": "() => string"
37992
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
35890
37993
  }
35891
37994
  },
35892
37995
  "charAt": {
@@ -36254,16 +38357,16 @@
36254
38357
  },
36255
38358
  "length": {
36256
38359
  "defaultValue": null,
36257
- "description": "",
38360
+ "description": "Returns the length of a String object.",
36258
38361
  "name": "length",
36259
38362
  "parent": {
36260
38363
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36261
- "name": "Function"
38364
+ "name": "String"
36262
38365
  },
36263
38366
  "declarations": [
36264
38367
  {
36265
38368
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36266
- "name": "Function"
38369
+ "name": "String"
36267
38370
  }
36268
38371
  ],
36269
38372
  "required": true,
@@ -36302,11 +38405,27 @@
36302
38405
  {
36303
38406
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36304
38407
  "name": "String"
38408
+ },
38409
+ {
38410
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
38411
+ "name": "Number"
38412
+ },
38413
+ {
38414
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
38415
+ "name": "BigInt"
38416
+ },
38417
+ {
38418
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
38419
+ "name": "Boolean"
38420
+ },
38421
+ {
38422
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
38423
+ "name": "Object"
36305
38424
  }
36306
38425
  ],
36307
38426
  "required": false,
36308
38427
  "type": {
36309
- "name": "() => string"
38428
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
36310
38429
  }
36311
38430
  },
36312
38431
  "codePointAt": {
@@ -36903,11 +39022,15 @@
36903
39022
  {
36904
39023
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
36905
39024
  "name": "String"
39025
+ },
39026
+ {
39027
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
39028
+ "name": "Iterable"
36906
39029
  }
36907
39030
  ],
36908
39031
  "required": true,
36909
39032
  "type": {
36910
- "name": "() => StringIterator<string>"
39033
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
36911
39034
  }
36912
39035
  },
36913
39036
  "toFixed": {