@spark-ui/components 10.13.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": "",
@@ -4298,21 +5935,33 @@
4298
5935
  },
4299
5936
  "toString": {
4300
5937
  "defaultValue": {},
4301
- "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.",
4302
5939
  "name": "toString",
4303
5940
  "parent": {
4304
5941
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4305
- "name": "Function"
5942
+ "name": "String"
4306
5943
  },
4307
5944
  "declarations": [
4308
5945
  {
4309
5946
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4310
- "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"
4311
5960
  }
4312
5961
  ],
4313
5962
  "required": false,
4314
5963
  "type": {
4315
- "name": "() => string"
5964
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
4316
5965
  }
4317
5966
  },
4318
5967
  "prototype": {
@@ -4336,16 +5985,16 @@
4336
5985
  },
4337
5986
  "length": {
4338
5987
  "defaultValue": null,
4339
- "description": "",
5988
+ "description": "Returns the length of a String object.",
4340
5989
  "name": "length",
4341
5990
  "parent": {
4342
5991
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4343
- "name": "Function"
5992
+ "name": "String"
4344
5993
  },
4345
5994
  "declarations": [
4346
5995
  {
4347
5996
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
4348
- "name": "Function"
5997
+ "name": "String"
4349
5998
  }
4350
5999
  ],
4351
6000
  "required": true,
@@ -14331,21 +15980,33 @@
14331
15980
  "props": {
14332
15981
  "toString": {
14333
15982
  "defaultValue": {},
14334
- "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.",
14335
15984
  "name": "toString",
14336
15985
  "parent": {
14337
15986
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14338
- "name": "Function"
15987
+ "name": "String"
14339
15988
  },
14340
15989
  "declarations": [
14341
15990
  {
14342
15991
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14343
- "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"
14344
16005
  }
14345
16006
  ],
14346
16007
  "required": false,
14347
16008
  "type": {
14348
- "name": "() => string"
16009
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
14349
16010
  }
14350
16011
  },
14351
16012
  "charAt": {
@@ -14713,16 +16374,16 @@
14713
16374
  },
14714
16375
  "length": {
14715
16376
  "defaultValue": null,
14716
- "description": "",
16377
+ "description": "Returns the length of a String object.",
14717
16378
  "name": "length",
14718
16379
  "parent": {
14719
16380
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14720
- "name": "Function"
16381
+ "name": "String"
14721
16382
  },
14722
16383
  "declarations": [
14723
16384
  {
14724
16385
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14725
- "name": "Function"
16386
+ "name": "String"
14726
16387
  }
14727
16388
  ],
14728
16389
  "required": true,
@@ -14761,11 +16422,27 @@
14761
16422
  {
14762
16423
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
14763
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"
14764
16441
  }
14765
16442
  ],
14766
16443
  "required": false,
14767
16444
  "type": {
14768
- "name": "() => string"
16445
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
14769
16446
  }
14770
16447
  },
14771
16448
  "codePointAt": {
@@ -15362,11 +17039,15 @@
15362
17039
  {
15363
17040
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
15364
17041
  "name": "String"
17042
+ },
17043
+ {
17044
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
17045
+ "name": "Iterable"
15365
17046
  }
15366
17047
  ],
15367
17048
  "required": true,
15368
17049
  "type": {
15369
- "name": "() => StringIterator<string>"
17050
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
15370
17051
  }
15371
17052
  }
15372
17053
  }
@@ -15379,21 +17060,33 @@
15379
17060
  "props": {
15380
17061
  "toString": {
15381
17062
  "defaultValue": {},
15382
- "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.",
15383
17064
  "name": "toString",
15384
17065
  "parent": {
15385
17066
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15386
- "name": "Function"
17067
+ "name": "String"
15387
17068
  },
15388
17069
  "declarations": [
15389
17070
  {
15390
17071
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15391
- "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"
15392
17085
  }
15393
17086
  ],
15394
17087
  "required": false,
15395
17088
  "type": {
15396
- "name": "() => string"
17089
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
15397
17090
  }
15398
17091
  },
15399
17092
  "charAt": {
@@ -15761,16 +17454,16 @@
15761
17454
  },
15762
17455
  "length": {
15763
17456
  "defaultValue": null,
15764
- "description": "",
17457
+ "description": "Returns the length of a String object.",
15765
17458
  "name": "length",
15766
17459
  "parent": {
15767
17460
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15768
- "name": "Function"
17461
+ "name": "String"
15769
17462
  },
15770
17463
  "declarations": [
15771
17464
  {
15772
17465
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15773
- "name": "Function"
17466
+ "name": "String"
15774
17467
  }
15775
17468
  ],
15776
17469
  "required": true,
@@ -15809,11 +17502,27 @@
15809
17502
  {
15810
17503
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
15811
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"
15812
17521
  }
15813
17522
  ],
15814
17523
  "required": false,
15815
17524
  "type": {
15816
- "name": "() => string"
17525
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
15817
17526
  }
15818
17527
  },
15819
17528
  "codePointAt": {
@@ -16410,11 +18119,15 @@
16410
18119
  {
16411
18120
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
16412
18121
  "name": "String"
18122
+ },
18123
+ {
18124
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
18125
+ "name": "Iterable"
16413
18126
  }
16414
18127
  ],
16415
18128
  "required": true,
16416
18129
  "type": {
16417
- "name": "() => StringIterator<string>"
18130
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
16418
18131
  }
16419
18132
  }
16420
18133
  }
@@ -16427,21 +18140,33 @@
16427
18140
  "props": {
16428
18141
  "toString": {
16429
18142
  "defaultValue": {},
16430
- "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.",
16431
18144
  "name": "toString",
16432
18145
  "parent": {
16433
18146
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16434
- "name": "Function"
18147
+ "name": "String"
16435
18148
  },
16436
18149
  "declarations": [
16437
18150
  {
16438
18151
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16439
- "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"
16440
18165
  }
16441
18166
  ],
16442
18167
  "required": false,
16443
18168
  "type": {
16444
- "name": "() => string"
18169
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
16445
18170
  }
16446
18171
  },
16447
18172
  "charAt": {
@@ -16809,16 +18534,16 @@
16809
18534
  },
16810
18535
  "length": {
16811
18536
  "defaultValue": null,
16812
- "description": "",
18537
+ "description": "Returns the length of a String object.",
16813
18538
  "name": "length",
16814
18539
  "parent": {
16815
18540
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16816
- "name": "Function"
18541
+ "name": "String"
16817
18542
  },
16818
18543
  "declarations": [
16819
18544
  {
16820
18545
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16821
- "name": "Function"
18546
+ "name": "String"
16822
18547
  }
16823
18548
  ],
16824
18549
  "required": true,
@@ -16857,11 +18582,27 @@
16857
18582
  {
16858
18583
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
16859
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"
16860
18601
  }
16861
18602
  ],
16862
18603
  "required": false,
16863
18604
  "type": {
16864
- "name": "() => string"
18605
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
16865
18606
  }
16866
18607
  },
16867
18608
  "codePointAt": {
@@ -17458,11 +19199,15 @@
17458
19199
  {
17459
19200
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
17460
19201
  "name": "String"
19202
+ },
19203
+ {
19204
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
19205
+ "name": "Iterable"
17461
19206
  }
17462
19207
  ],
17463
19208
  "required": true,
17464
19209
  "type": {
17465
- "name": "() => StringIterator<string>"
19210
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
17466
19211
  }
17467
19212
  }
17468
19213
  }
@@ -17475,21 +19220,33 @@
17475
19220
  "props": {
17476
19221
  "toString": {
17477
19222
  "defaultValue": {},
17478
- "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.",
17479
19224
  "name": "toString",
17480
19225
  "parent": {
17481
19226
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17482
- "name": "Function"
19227
+ "name": "String"
17483
19228
  },
17484
19229
  "declarations": [
17485
19230
  {
17486
19231
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17487
- "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"
17488
19245
  }
17489
19246
  ],
17490
19247
  "required": false,
17491
19248
  "type": {
17492
- "name": "() => string"
19249
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
17493
19250
  }
17494
19251
  },
17495
19252
  "charAt": {
@@ -17857,16 +19614,16 @@
17857
19614
  },
17858
19615
  "length": {
17859
19616
  "defaultValue": null,
17860
- "description": "",
19617
+ "description": "Returns the length of a String object.",
17861
19618
  "name": "length",
17862
19619
  "parent": {
17863
19620
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17864
- "name": "Function"
19621
+ "name": "String"
17865
19622
  },
17866
19623
  "declarations": [
17867
19624
  {
17868
19625
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17869
- "name": "Function"
19626
+ "name": "String"
17870
19627
  }
17871
19628
  ],
17872
19629
  "required": true,
@@ -17905,11 +19662,27 @@
17905
19662
  {
17906
19663
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
17907
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"
17908
19681
  }
17909
19682
  ],
17910
19683
  "required": false,
17911
19684
  "type": {
17912
- "name": "() => string"
19685
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
17913
19686
  }
17914
19687
  },
17915
19688
  "codePointAt": {
@@ -18506,11 +20279,15 @@
18506
20279
  {
18507
20280
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
18508
20281
  "name": "String"
20282
+ },
20283
+ {
20284
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
20285
+ "name": "Iterable"
18509
20286
  }
18510
20287
  ],
18511
20288
  "required": true,
18512
20289
  "type": {
18513
- "name": "() => StringIterator<string>"
20290
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
18514
20291
  }
18515
20292
  }
18516
20293
  }
@@ -18523,21 +20300,33 @@
18523
20300
  "props": {
18524
20301
  "toString": {
18525
20302
  "defaultValue": {},
18526
- "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.",
18527
20304
  "name": "toString",
18528
20305
  "parent": {
18529
20306
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18530
- "name": "Function"
20307
+ "name": "String"
18531
20308
  },
18532
20309
  "declarations": [
18533
20310
  {
18534
20311
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18535
- "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"
18536
20325
  }
18537
20326
  ],
18538
20327
  "required": false,
18539
20328
  "type": {
18540
- "name": "() => string"
20329
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
18541
20330
  }
18542
20331
  },
18543
20332
  "charAt": {
@@ -18905,16 +20694,16 @@
18905
20694
  },
18906
20695
  "length": {
18907
20696
  "defaultValue": null,
18908
- "description": "",
20697
+ "description": "Returns the length of a String object.",
18909
20698
  "name": "length",
18910
20699
  "parent": {
18911
20700
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18912
- "name": "Function"
20701
+ "name": "String"
18913
20702
  },
18914
20703
  "declarations": [
18915
20704
  {
18916
20705
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18917
- "name": "Function"
20706
+ "name": "String"
18918
20707
  }
18919
20708
  ],
18920
20709
  "required": true,
@@ -18953,11 +20742,27 @@
18953
20742
  {
18954
20743
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
18955
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"
18956
20761
  }
18957
20762
  ],
18958
20763
  "required": false,
18959
20764
  "type": {
18960
- "name": "() => string"
20765
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
18961
20766
  }
18962
20767
  },
18963
20768
  "codePointAt": {
@@ -19554,11 +21359,15 @@
19554
21359
  {
19555
21360
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
19556
21361
  "name": "String"
21362
+ },
21363
+ {
21364
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
21365
+ "name": "Iterable"
19557
21366
  }
19558
21367
  ],
19559
21368
  "required": true,
19560
21369
  "type": {
19561
- "name": "() => StringIterator<string>"
21370
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
19562
21371
  }
19563
21372
  }
19564
21373
  }
@@ -19571,21 +21380,33 @@
19571
21380
  "props": {
19572
21381
  "toString": {
19573
21382
  "defaultValue": {},
19574
- "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.",
19575
21384
  "name": "toString",
19576
21385
  "parent": {
19577
21386
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19578
- "name": "Function"
21387
+ "name": "String"
19579
21388
  },
19580
21389
  "declarations": [
19581
21390
  {
19582
21391
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19583
- "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"
19584
21405
  }
19585
21406
  ],
19586
21407
  "required": false,
19587
21408
  "type": {
19588
- "name": "() => string"
21409
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
19589
21410
  }
19590
21411
  },
19591
21412
  "charAt": {
@@ -19953,16 +21774,16 @@
19953
21774
  },
19954
21775
  "length": {
19955
21776
  "defaultValue": null,
19956
- "description": "",
21777
+ "description": "Returns the length of a String object.",
19957
21778
  "name": "length",
19958
21779
  "parent": {
19959
21780
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19960
- "name": "Function"
21781
+ "name": "String"
19961
21782
  },
19962
21783
  "declarations": [
19963
21784
  {
19964
21785
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
19965
- "name": "Function"
21786
+ "name": "String"
19966
21787
  }
19967
21788
  ],
19968
21789
  "required": true,
@@ -20001,11 +21822,27 @@
20001
21822
  {
20002
21823
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20003
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"
20004
21841
  }
20005
21842
  ],
20006
21843
  "required": false,
20007
21844
  "type": {
20008
- "name": "() => string"
21845
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
20009
21846
  }
20010
21847
  },
20011
21848
  "codePointAt": {
@@ -20602,11 +22439,15 @@
20602
22439
  {
20603
22440
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
20604
22441
  "name": "String"
22442
+ },
22443
+ {
22444
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
22445
+ "name": "Iterable"
20605
22446
  }
20606
22447
  ],
20607
22448
  "required": true,
20608
22449
  "type": {
20609
- "name": "() => StringIterator<string>"
22450
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
20610
22451
  }
20611
22452
  }
20612
22453
  }
@@ -20619,21 +22460,33 @@
20619
22460
  "props": {
20620
22461
  "toString": {
20621
22462
  "defaultValue": {},
20622
- "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.",
20623
22464
  "name": "toString",
20624
22465
  "parent": {
20625
22466
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20626
- "name": "Function"
22467
+ "name": "String"
20627
22468
  },
20628
22469
  "declarations": [
20629
22470
  {
20630
22471
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
20631
- "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"
20632
22485
  }
20633
22486
  ],
20634
22487
  "required": false,
20635
22488
  "type": {
20636
- "name": "() => string"
22489
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
20637
22490
  }
20638
22491
  },
20639
22492
  "charAt": {
@@ -21001,16 +22854,16 @@
21001
22854
  },
21002
22855
  "length": {
21003
22856
  "defaultValue": null,
21004
- "description": "",
22857
+ "description": "Returns the length of a String object.",
21005
22858
  "name": "length",
21006
22859
  "parent": {
21007
22860
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21008
- "name": "Function"
22861
+ "name": "String"
21009
22862
  },
21010
22863
  "declarations": [
21011
22864
  {
21012
22865
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21013
- "name": "Function"
22866
+ "name": "String"
21014
22867
  }
21015
22868
  ],
21016
22869
  "required": true,
@@ -21049,11 +22902,27 @@
21049
22902
  {
21050
22903
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21051
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"
21052
22921
  }
21053
22922
  ],
21054
22923
  "required": false,
21055
22924
  "type": {
21056
- "name": "() => string"
22925
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
21057
22926
  }
21058
22927
  },
21059
22928
  "codePointAt": {
@@ -21650,11 +23519,15 @@
21650
23519
  {
21651
23520
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
21652
23521
  "name": "String"
23522
+ },
23523
+ {
23524
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
23525
+ "name": "Iterable"
21653
23526
  }
21654
23527
  ],
21655
23528
  "required": true,
21656
23529
  "type": {
21657
- "name": "() => StringIterator<string>"
23530
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
21658
23531
  }
21659
23532
  }
21660
23533
  }
@@ -21667,21 +23540,33 @@
21667
23540
  "props": {
21668
23541
  "toString": {
21669
23542
  "defaultValue": {},
21670
- "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.",
21671
23544
  "name": "toString",
21672
23545
  "parent": {
21673
23546
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21674
- "name": "Function"
23547
+ "name": "String"
21675
23548
  },
21676
23549
  "declarations": [
21677
23550
  {
21678
23551
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
21679
- "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"
21680
23565
  }
21681
23566
  ],
21682
23567
  "required": false,
21683
23568
  "type": {
21684
- "name": "() => string"
23569
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
21685
23570
  }
21686
23571
  },
21687
23572
  "charAt": {
@@ -22049,16 +23934,16 @@
22049
23934
  },
22050
23935
  "length": {
22051
23936
  "defaultValue": null,
22052
- "description": "",
23937
+ "description": "Returns the length of a String object.",
22053
23938
  "name": "length",
22054
23939
  "parent": {
22055
23940
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22056
- "name": "Function"
23941
+ "name": "String"
22057
23942
  },
22058
23943
  "declarations": [
22059
23944
  {
22060
23945
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22061
- "name": "Function"
23946
+ "name": "String"
22062
23947
  }
22063
23948
  ],
22064
23949
  "required": true,
@@ -22097,11 +23982,27 @@
22097
23982
  {
22098
23983
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22099
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"
22100
24001
  }
22101
24002
  ],
22102
24003
  "required": false,
22103
24004
  "type": {
22104
- "name": "() => string"
24005
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
22105
24006
  }
22106
24007
  },
22107
24008
  "codePointAt": {
@@ -22698,11 +24599,15 @@
22698
24599
  {
22699
24600
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
22700
24601
  "name": "String"
24602
+ },
24603
+ {
24604
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
24605
+ "name": "Iterable"
22701
24606
  }
22702
24607
  ],
22703
24608
  "required": true,
22704
24609
  "type": {
22705
- "name": "() => StringIterator<string>"
24610
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
22706
24611
  }
22707
24612
  }
22708
24613
  }
@@ -22913,21 +24818,33 @@
22913
24818
  "props": {
22914
24819
  "toString": {
22915
24820
  "defaultValue": {},
22916
- "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.",
22917
24822
  "name": "toString",
22918
24823
  "parent": {
22919
24824
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22920
- "name": "Function"
24825
+ "name": "String"
22921
24826
  },
22922
24827
  "declarations": [
22923
24828
  {
22924
24829
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
22925
- "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"
22926
24843
  }
22927
24844
  ],
22928
24845
  "required": false,
22929
24846
  "type": {
22930
- "name": "() => string"
24847
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
22931
24848
  }
22932
24849
  },
22933
24850
  "charAt": {
@@ -23295,16 +25212,16 @@
23295
25212
  },
23296
25213
  "length": {
23297
25214
  "defaultValue": null,
23298
- "description": "",
25215
+ "description": "Returns the length of a String object.",
23299
25216
  "name": "length",
23300
25217
  "parent": {
23301
25218
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23302
- "name": "Function"
25219
+ "name": "String"
23303
25220
  },
23304
25221
  "declarations": [
23305
25222
  {
23306
25223
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23307
- "name": "Function"
25224
+ "name": "String"
23308
25225
  }
23309
25226
  ],
23310
25227
  "required": true,
@@ -23343,11 +25260,27 @@
23343
25260
  {
23344
25261
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
23345
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"
23346
25279
  }
23347
25280
  ],
23348
25281
  "required": false,
23349
25282
  "type": {
23350
- "name": "() => string"
25283
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
23351
25284
  }
23352
25285
  },
23353
25286
  "codePointAt": {
@@ -23944,11 +25877,15 @@
23944
25877
  {
23945
25878
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
23946
25879
  "name": "String"
25880
+ },
25881
+ {
25882
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
25883
+ "name": "Iterable"
23947
25884
  }
23948
25885
  ],
23949
25886
  "required": true,
23950
25887
  "type": {
23951
- "name": "() => StringIterator<string>"
25888
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
23952
25889
  }
23953
25890
  },
23954
25891
  "toFixed": {
@@ -33449,21 +35386,33 @@
33449
35386
  "props": {
33450
35387
  "toString": {
33451
35388
  "defaultValue": {},
33452
- "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.",
33453
35390
  "name": "toString",
33454
35391
  "parent": {
33455
35392
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33456
- "name": "Function"
35393
+ "name": "String"
33457
35394
  },
33458
35395
  "declarations": [
33459
35396
  {
33460
35397
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33461
- "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"
33462
35411
  }
33463
35412
  ],
33464
35413
  "required": false,
33465
35414
  "type": {
33466
- "name": "() => string"
35415
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
33467
35416
  }
33468
35417
  },
33469
35418
  "toFixed": {
@@ -33535,11 +35484,27 @@
33535
35484
  {
33536
35485
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33537
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"
33538
35503
  }
33539
35504
  ],
33540
35505
  "required": false,
33541
35506
  "type": {
33542
- "name": "() => string"
35507
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
33543
35508
  }
33544
35509
  },
33545
35510
  "toLocaleString": {
@@ -33908,16 +35873,16 @@
33908
35873
  "props": {
33909
35874
  "length": {
33910
35875
  "defaultValue": null,
33911
- "description": "",
35876
+ "description": "Returns the length of a String object.",
33912
35877
  "name": "length",
33913
35878
  "parent": {
33914
35879
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33915
- "name": "Function"
35880
+ "name": "String"
33916
35881
  },
33917
35882
  "declarations": [
33918
35883
  {
33919
35884
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33920
- "name": "Function"
35885
+ "name": "String"
33921
35886
  }
33922
35887
  ],
33923
35888
  "required": true,
@@ -33927,21 +35892,33 @@
33927
35892
  },
33928
35893
  "toString": {
33929
35894
  "defaultValue": {},
33930
- "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.",
33931
35896
  "name": "toString",
33932
35897
  "parent": {
33933
35898
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33934
- "name": "Function"
35899
+ "name": "String"
33935
35900
  },
33936
35901
  "declarations": [
33937
35902
  {
33938
35903
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
33939
- "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"
33940
35917
  }
33941
35918
  ],
33942
35919
  "required": false,
33943
35920
  "type": {
33944
- "name": "() => string"
35921
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
33945
35922
  }
33946
35923
  },
33947
35924
  "toLocaleString": {
@@ -34711,11 +36688,15 @@
34711
36688
  {
34712
36689
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
34713
36690
  "name": "String"
36691
+ },
36692
+ {
36693
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
36694
+ "name": "Iterable"
34714
36695
  }
34715
36696
  ],
34716
36697
  "required": true,
34717
36698
  "type": {
34718
- "name": "() => StringIterator<string>"
36699
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
34719
36700
  }
34720
36701
  },
34721
36702
  "__@unscopables@124": {
@@ -35982,21 +37963,33 @@
35982
37963
  "props": {
35983
37964
  "toString": {
35984
37965
  "defaultValue": {},
35985
- "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.",
35986
37967
  "name": "toString",
35987
37968
  "parent": {
35988
37969
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35989
- "name": "Function"
37970
+ "name": "String"
35990
37971
  },
35991
37972
  "declarations": [
35992
37973
  {
35993
37974
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
35994
- "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"
35995
37988
  }
35996
37989
  ],
35997
37990
  "required": false,
35998
37991
  "type": {
35999
- "name": "() => string"
37992
+ "name": "(() => string) | ((radix?: number) => string) | ((radix?: number) => string) | (() => string)"
36000
37993
  }
36001
37994
  },
36002
37995
  "charAt": {
@@ -36364,16 +38357,16 @@
36364
38357
  },
36365
38358
  "length": {
36366
38359
  "defaultValue": null,
36367
- "description": "",
38360
+ "description": "Returns the length of a String object.",
36368
38361
  "name": "length",
36369
38362
  "parent": {
36370
38363
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36371
- "name": "Function"
38364
+ "name": "String"
36372
38365
  },
36373
38366
  "declarations": [
36374
38367
  {
36375
38368
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36376
- "name": "Function"
38369
+ "name": "String"
36377
38370
  }
36378
38371
  ],
36379
38372
  "required": true,
@@ -36412,11 +38405,27 @@
36412
38405
  {
36413
38406
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
36414
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"
36415
38424
  }
36416
38425
  ],
36417
38426
  "required": false,
36418
38427
  "type": {
36419
- "name": "() => string"
38428
+ "name": "(() => string) | (() => number) | (() => boolean) | (() => bigint) | (() => Object)"
36420
38429
  }
36421
38430
  },
36422
38431
  "codePointAt": {
@@ -37013,11 +39022,15 @@
37013
39022
  {
37014
39023
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
37015
39024
  "name": "String"
39025
+ },
39026
+ {
39027
+ "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
39028
+ "name": "Iterable"
37016
39029
  }
37017
39030
  ],
37018
39031
  "required": true,
37019
39032
  "type": {
37020
- "name": "() => StringIterator<string>"
39033
+ "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
37021
39034
  }
37022
39035
  },
37023
39036
  "toFixed": {