@genesislcap/foundation-utils 14.367.2-alpha-3ba274d.0 → 14.368.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/custom-elements.json +584 -584
- package/package.json +11 -11
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
"kind": "javascript-module",
|
|
561
|
-
"path": "src/
|
|
561
|
+
"path": "src/encoding/index.ts",
|
|
562
562
|
"declarations": [],
|
|
563
563
|
"exports": [
|
|
564
564
|
{
|
|
@@ -566,15 +566,7 @@
|
|
|
566
566
|
"name": "*",
|
|
567
567
|
"declaration": {
|
|
568
568
|
"name": "*",
|
|
569
|
-
"package": "./
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"kind": "js",
|
|
574
|
-
"name": "*",
|
|
575
|
-
"declaration": {
|
|
576
|
-
"name": "*",
|
|
577
|
-
"package": "./when-else"
|
|
569
|
+
"package": "./base64"
|
|
578
570
|
}
|
|
579
571
|
}
|
|
580
572
|
]
|
|
@@ -1255,7 +1247,7 @@
|
|
|
1255
1247
|
},
|
|
1256
1248
|
{
|
|
1257
1249
|
"kind": "javascript-module",
|
|
1258
|
-
"path": "src/
|
|
1250
|
+
"path": "src/directives/index.ts",
|
|
1259
1251
|
"declarations": [],
|
|
1260
1252
|
"exports": [
|
|
1261
1253
|
{
|
|
@@ -1263,7 +1255,15 @@
|
|
|
1263
1255
|
"name": "*",
|
|
1264
1256
|
"declaration": {
|
|
1265
1257
|
"name": "*",
|
|
1266
|
-
"package": "./
|
|
1258
|
+
"package": "./sync"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "js",
|
|
1263
|
+
"name": "*",
|
|
1264
|
+
"declaration": {
|
|
1265
|
+
"name": "*",
|
|
1266
|
+
"package": "./when-else"
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
1269
|
]
|
|
@@ -3218,399 +3218,126 @@
|
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
3220
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3222
|
-
"declarations": [
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "variable",
|
|
3225
|
-
"name": "activeColorScheme",
|
|
3226
|
-
"description": "A design token that represents the active color scheme (light or dark).",
|
|
3227
|
-
"privacy": "public"
|
|
3228
|
-
}
|
|
3229
|
-
],
|
|
3230
|
-
"exports": [
|
|
3231
|
-
{
|
|
3232
|
-
"kind": "js",
|
|
3233
|
-
"name": "activeColorScheme",
|
|
3234
|
-
"declaration": {
|
|
3235
|
-
"name": "activeColorScheme",
|
|
3236
|
-
"module": "src/styles/color.ts"
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
]
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "javascript-module",
|
|
3243
|
-
"path": "src/styles/index.ts",
|
|
3244
|
-
"declarations": [],
|
|
3245
|
-
"exports": [
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "js",
|
|
3248
|
-
"name": "*",
|
|
3249
|
-
"declaration": {
|
|
3250
|
-
"name": "*",
|
|
3251
|
-
"package": "./color"
|
|
3252
|
-
}
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "js",
|
|
3256
|
-
"name": "*",
|
|
3257
|
-
"declaration": {
|
|
3258
|
-
"name": "*",
|
|
3259
|
-
"package": "./slotted-styles"
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"kind": "js",
|
|
3264
|
-
"name": "*",
|
|
3265
|
-
"declaration": {
|
|
3266
|
-
"name": "*",
|
|
3267
|
-
"package": "./typography"
|
|
3268
|
-
}
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"kind": "js",
|
|
3272
|
-
"name": "*",
|
|
3273
|
-
"declaration": {
|
|
3274
|
-
"name": "*",
|
|
3275
|
-
"package": "./toElementStyles"
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3278
|
-
]
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "javascript-module",
|
|
3282
|
-
"path": "src/styles/slotted-styles.ts",
|
|
3283
|
-
"declarations": [
|
|
3284
|
-
{
|
|
3285
|
-
"kind": "class",
|
|
3286
|
-
"description": "A custom element that encapsulates a set of styles that can be applied to slotted elements.",
|
|
3287
|
-
"name": "SlottedStyles",
|
|
3288
|
-
"members": [
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "field",
|
|
3291
|
-
"name": "styles",
|
|
3292
|
-
"type": {
|
|
3293
|
-
"text": "ElementStyles"
|
|
3294
|
-
},
|
|
3295
|
-
"description": "The styles to apply to slotted elements."
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "method",
|
|
3299
|
-
"name": "stylesChanged",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "void"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "prev",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "ElementStyles"
|
|
3310
|
-
},
|
|
3311
|
-
"description": "The previous value of the `styles` property."
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "next",
|
|
3315
|
-
"type": {
|
|
3316
|
-
"text": "ElementStyles"
|
|
3317
|
-
},
|
|
3318
|
-
"description": "The new value of the `styles` property."
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"description": "Called when the `styles` property changes.\nRemoves the previous styles from the parent element's FAST controller and adds the new styles."
|
|
3322
|
-
}
|
|
3323
|
-
],
|
|
3324
|
-
"superclass": {
|
|
3325
|
-
"name": "FASTElement",
|
|
3326
|
-
"package": "@microsoft/fast-element"
|
|
3327
|
-
},
|
|
3328
|
-
"tagName": "slotted-styles",
|
|
3329
|
-
"customElement": true
|
|
3330
|
-
}
|
|
3331
|
-
],
|
|
3332
|
-
"exports": [
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "js",
|
|
3335
|
-
"name": "SlottedStyles",
|
|
3336
|
-
"declaration": {
|
|
3337
|
-
"name": "SlottedStyles",
|
|
3338
|
-
"module": "src/styles/slotted-styles.ts"
|
|
3339
|
-
}
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "custom-element-definition",
|
|
3343
|
-
"name": "slotted-styles",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "SlottedStyles",
|
|
3346
|
-
"module": "src/styles/slotted-styles.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/styles/toElementStyles.ts",
|
|
3221
|
+
"path": "src/utils/delay.ts",
|
|
3354
3222
|
"declarations": [
|
|
3355
3223
|
{
|
|
3356
3224
|
"kind": "function",
|
|
3357
|
-
"name": "
|
|
3225
|
+
"name": "delay",
|
|
3358
3226
|
"return": {
|
|
3359
3227
|
"type": {
|
|
3360
|
-
"text": "
|
|
3228
|
+
"text": ""
|
|
3361
3229
|
}
|
|
3362
3230
|
},
|
|
3363
3231
|
"parameters": [
|
|
3364
3232
|
{
|
|
3365
|
-
"name": "
|
|
3233
|
+
"name": "ms",
|
|
3366
3234
|
"type": {
|
|
3367
|
-
"text": "
|
|
3235
|
+
"text": "number"
|
|
3368
3236
|
},
|
|
3369
|
-
"description": "
|
|
3237
|
+
"description": "The number of milliseconds to delay"
|
|
3370
3238
|
}
|
|
3371
3239
|
],
|
|
3372
|
-
"description": "
|
|
3240
|
+
"description": "Delay for a given number of milliseconds",
|
|
3373
3241
|
"privacy": "public"
|
|
3374
3242
|
}
|
|
3375
3243
|
],
|
|
3376
3244
|
"exports": [
|
|
3377
3245
|
{
|
|
3378
3246
|
"kind": "js",
|
|
3379
|
-
"name": "
|
|
3247
|
+
"name": "delay",
|
|
3380
3248
|
"declaration": {
|
|
3381
|
-
"name": "
|
|
3382
|
-
"module": "src/
|
|
3249
|
+
"name": "delay",
|
|
3250
|
+
"module": "src/utils/delay.ts"
|
|
3383
3251
|
}
|
|
3384
3252
|
}
|
|
3385
3253
|
]
|
|
3386
3254
|
},
|
|
3387
3255
|
{
|
|
3388
3256
|
"kind": "javascript-module",
|
|
3389
|
-
"path": "src/
|
|
3257
|
+
"path": "src/utils/dom.ts",
|
|
3390
3258
|
"declarations": [
|
|
3391
3259
|
{
|
|
3392
3260
|
"kind": "function",
|
|
3393
|
-
"name": "
|
|
3261
|
+
"name": "insertDocumentCSSRule",
|
|
3394
3262
|
"return": {
|
|
3395
3263
|
"type": {
|
|
3396
|
-
"text": "
|
|
3264
|
+
"text": ""
|
|
3397
3265
|
}
|
|
3398
3266
|
},
|
|
3399
3267
|
"parameters": [
|
|
3400
3268
|
{
|
|
3401
|
-
"name": "
|
|
3269
|
+
"name": "cssRule",
|
|
3402
3270
|
"type": {
|
|
3403
3271
|
"text": "string"
|
|
3404
3272
|
},
|
|
3405
|
-
"description": "The CSS
|
|
3273
|
+
"description": "The CSS rule to insert."
|
|
3406
3274
|
},
|
|
3407
3275
|
{
|
|
3408
3276
|
"name": "styleElementId",
|
|
3409
3277
|
"type": {
|
|
3410
3278
|
"text": "string"
|
|
3411
3279
|
},
|
|
3412
|
-
"description": "The ID of the style element to
|
|
3280
|
+
"description": "The ID of the style element to use or create."
|
|
3413
3281
|
}
|
|
3414
3282
|
],
|
|
3415
|
-
"description": "
|
|
3283
|
+
"description": "Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID.\nReturns a function that can be called to remove the rule from the document.",
|
|
3416
3284
|
"privacy": "public"
|
|
3417
3285
|
},
|
|
3418
3286
|
{
|
|
3419
3287
|
"kind": "function",
|
|
3420
|
-
"name": "
|
|
3421
|
-
"return": {
|
|
3422
|
-
"type": {
|
|
3423
|
-
"text": ""
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3288
|
+
"name": "insertDocumentLink",
|
|
3426
3289
|
"parameters": [
|
|
3427
3290
|
{
|
|
3428
|
-
"name": "
|
|
3291
|
+
"name": "href",
|
|
3429
3292
|
"type": {
|
|
3430
3293
|
"text": "string"
|
|
3431
3294
|
},
|
|
3432
|
-
"description": "The
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "style",
|
|
3436
|
-
"default": "FontStyle.Normal",
|
|
3437
|
-
"type": {
|
|
3438
|
-
"text": "FontStyle"
|
|
3439
|
-
},
|
|
3440
|
-
"description": "Optional. The font style. Defaults to FontStyle.Normal."
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "weight",
|
|
3444
|
-
"default": "FontWeight.Regular",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "FontWeight"
|
|
3447
|
-
},
|
|
3448
|
-
"description": "Optional. The font weight. Defaults to FontWeight.Regular."
|
|
3295
|
+
"description": "The URL of the CSS file to insert."
|
|
3449
3296
|
}
|
|
3450
3297
|
],
|
|
3451
|
-
"description": "
|
|
3298
|
+
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
|
3452
3299
|
"privacy": "public"
|
|
3453
3300
|
},
|
|
3454
3301
|
{
|
|
3455
|
-
"kind": "
|
|
3456
|
-
"name": "
|
|
3457
|
-
"
|
|
3458
|
-
"
|
|
3302
|
+
"kind": "function",
|
|
3303
|
+
"name": "getAllElements",
|
|
3304
|
+
"return": {
|
|
3305
|
+
"type": {
|
|
3306
|
+
"text": "Element[]"
|
|
3307
|
+
}
|
|
3459
3308
|
},
|
|
3460
|
-
"
|
|
3461
|
-
|
|
3309
|
+
"parameters": [
|
|
3310
|
+
{
|
|
3311
|
+
"name": "root",
|
|
3312
|
+
"type": {
|
|
3313
|
+
"text": "Element | Document"
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"description": "Recursively gather all elements including those in shadow DOM",
|
|
3462
3318
|
"privacy": "public"
|
|
3463
3319
|
}
|
|
3464
3320
|
],
|
|
3465
3321
|
"exports": [
|
|
3466
3322
|
{
|
|
3467
3323
|
"kind": "js",
|
|
3468
|
-
"name": "
|
|
3324
|
+
"name": "insertDocumentCSSRule",
|
|
3469
3325
|
"declaration": {
|
|
3470
|
-
"name": "
|
|
3471
|
-
"module": "src/
|
|
3326
|
+
"name": "insertDocumentCSSRule",
|
|
3327
|
+
"module": "src/utils/dom.ts"
|
|
3472
3328
|
}
|
|
3473
3329
|
},
|
|
3474
3330
|
{
|
|
3475
3331
|
"kind": "js",
|
|
3476
|
-
"name": "
|
|
3332
|
+
"name": "insertDocumentLink",
|
|
3477
3333
|
"declaration": {
|
|
3478
|
-
"name": "
|
|
3479
|
-
"module": "src/
|
|
3334
|
+
"name": "insertDocumentLink",
|
|
3335
|
+
"module": "src/utils/dom.ts"
|
|
3480
3336
|
}
|
|
3481
3337
|
},
|
|
3482
3338
|
{
|
|
3483
3339
|
"kind": "js",
|
|
3484
|
-
"name": "
|
|
3485
|
-
"declaration": {
|
|
3486
|
-
"name": "TypeRampValues",
|
|
3487
|
-
"module": "src/styles/typography.ts"
|
|
3488
|
-
}
|
|
3489
|
-
}
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"kind": "javascript-module",
|
|
3494
|
-
"path": "src/utils/delay.ts",
|
|
3495
|
-
"declarations": [
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "function",
|
|
3498
|
-
"name": "delay",
|
|
3499
|
-
"return": {
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": ""
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
"parameters": [
|
|
3505
|
-
{
|
|
3506
|
-
"name": "ms",
|
|
3507
|
-
"type": {
|
|
3508
|
-
"text": "number"
|
|
3509
|
-
},
|
|
3510
|
-
"description": "The number of milliseconds to delay"
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"description": "Delay for a given number of milliseconds",
|
|
3514
|
-
"privacy": "public"
|
|
3515
|
-
}
|
|
3516
|
-
],
|
|
3517
|
-
"exports": [
|
|
3518
|
-
{
|
|
3519
|
-
"kind": "js",
|
|
3520
|
-
"name": "delay",
|
|
3521
|
-
"declaration": {
|
|
3522
|
-
"name": "delay",
|
|
3523
|
-
"module": "src/utils/delay.ts"
|
|
3524
|
-
}
|
|
3525
|
-
}
|
|
3526
|
-
]
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"kind": "javascript-module",
|
|
3530
|
-
"path": "src/utils/dom.ts",
|
|
3531
|
-
"declarations": [
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "function",
|
|
3534
|
-
"name": "insertDocumentCSSRule",
|
|
3535
|
-
"return": {
|
|
3536
|
-
"type": {
|
|
3537
|
-
"text": ""
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"parameters": [
|
|
3541
|
-
{
|
|
3542
|
-
"name": "cssRule",
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "string"
|
|
3545
|
-
},
|
|
3546
|
-
"description": "The CSS rule to insert."
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "styleElementId",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "string"
|
|
3552
|
-
},
|
|
3553
|
-
"description": "The ID of the style element to use or create."
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
"description": "Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID.\nReturns a function that can be called to remove the rule from the document.",
|
|
3557
|
-
"privacy": "public"
|
|
3558
|
-
},
|
|
3559
|
-
{
|
|
3560
|
-
"kind": "function",
|
|
3561
|
-
"name": "insertDocumentLink",
|
|
3562
|
-
"parameters": [
|
|
3563
|
-
{
|
|
3564
|
-
"name": "href",
|
|
3565
|
-
"type": {
|
|
3566
|
-
"text": "string"
|
|
3567
|
-
},
|
|
3568
|
-
"description": "The URL of the CSS file to insert."
|
|
3569
|
-
}
|
|
3570
|
-
],
|
|
3571
|
-
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
|
3572
|
-
"privacy": "public"
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"kind": "function",
|
|
3576
|
-
"name": "getAllElements",
|
|
3577
|
-
"return": {
|
|
3578
|
-
"type": {
|
|
3579
|
-
"text": "Element[]"
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
|
-
"parameters": [
|
|
3583
|
-
{
|
|
3584
|
-
"name": "root",
|
|
3585
|
-
"type": {
|
|
3586
|
-
"text": "Element | Document"
|
|
3587
|
-
}
|
|
3588
|
-
}
|
|
3589
|
-
],
|
|
3590
|
-
"description": "Recursively gather all elements including those in shadow DOM",
|
|
3591
|
-
"privacy": "public"
|
|
3592
|
-
}
|
|
3593
|
-
],
|
|
3594
|
-
"exports": [
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "js",
|
|
3597
|
-
"name": "insertDocumentCSSRule",
|
|
3598
|
-
"declaration": {
|
|
3599
|
-
"name": "insertDocumentCSSRule",
|
|
3600
|
-
"module": "src/utils/dom.ts"
|
|
3601
|
-
}
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "js",
|
|
3605
|
-
"name": "insertDocumentLink",
|
|
3606
|
-
"declaration": {
|
|
3607
|
-
"name": "insertDocumentLink",
|
|
3608
|
-
"module": "src/utils/dom.ts"
|
|
3609
|
-
}
|
|
3610
|
-
},
|
|
3611
|
-
{
|
|
3612
|
-
"kind": "js",
|
|
3613
|
-
"name": "getAllElements",
|
|
3340
|
+
"name": "getAllElements",
|
|
3614
3341
|
"declaration": {
|
|
3615
3342
|
"name": "getAllElements",
|
|
3616
3343
|
"module": "src/utils/dom.ts"
|
|
@@ -3772,44 +3499,29 @@
|
|
|
3772
3499
|
},
|
|
3773
3500
|
{
|
|
3774
3501
|
"kind": "javascript-module",
|
|
3775
|
-
"path": "src/
|
|
3776
|
-
"declarations": [],
|
|
3777
|
-
"exports": [
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "*",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "*",
|
|
3783
|
-
"package": "./uuid"
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
|
-
]
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"kind": "javascript-module",
|
|
3790
|
-
"path": "src/uuid/uuid.ts",
|
|
3502
|
+
"path": "src/styles/color.ts",
|
|
3791
3503
|
"declarations": [
|
|
3792
3504
|
{
|
|
3793
3505
|
"kind": "variable",
|
|
3794
|
-
"name": "
|
|
3795
|
-
"description": "A
|
|
3506
|
+
"name": "activeColorScheme",
|
|
3507
|
+
"description": "A design token that represents the active color scheme (light or dark).",
|
|
3796
3508
|
"privacy": "public"
|
|
3797
3509
|
}
|
|
3798
3510
|
],
|
|
3799
3511
|
"exports": [
|
|
3800
3512
|
{
|
|
3801
3513
|
"kind": "js",
|
|
3802
|
-
"name": "
|
|
3514
|
+
"name": "activeColorScheme",
|
|
3803
3515
|
"declaration": {
|
|
3804
|
-
"name": "
|
|
3805
|
-
"module": "src/
|
|
3516
|
+
"name": "activeColorScheme",
|
|
3517
|
+
"module": "src/styles/color.ts"
|
|
3806
3518
|
}
|
|
3807
3519
|
}
|
|
3808
3520
|
]
|
|
3809
3521
|
},
|
|
3810
3522
|
{
|
|
3811
3523
|
"kind": "javascript-module",
|
|
3812
|
-
"path": "src/
|
|
3524
|
+
"path": "src/styles/index.ts",
|
|
3813
3525
|
"declarations": [],
|
|
3814
3526
|
"exports": [
|
|
3815
3527
|
{
|
|
@@ -3817,80 +3529,368 @@
|
|
|
3817
3529
|
"name": "*",
|
|
3818
3530
|
"declaration": {
|
|
3819
3531
|
"name": "*",
|
|
3820
|
-
"package": "./
|
|
3532
|
+
"package": "./color"
|
|
3821
3533
|
}
|
|
3822
|
-
}
|
|
3823
|
-
]
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "javascript-module",
|
|
3827
|
-
"path": "src/window/window.ts",
|
|
3828
|
-
"declarations": [
|
|
3829
|
-
{
|
|
3830
|
-
"kind": "function",
|
|
3831
|
-
"name": "inIFrame",
|
|
3832
|
-
"return": {
|
|
3833
|
-
"type": {
|
|
3834
|
-
"text": ""
|
|
3835
|
-
}
|
|
3836
|
-
},
|
|
3837
|
-
"description": "Returns a boolean value indicating whether the current window is inside an iframe.",
|
|
3838
|
-
"privacy": "public"
|
|
3839
3534
|
},
|
|
3840
3535
|
{
|
|
3841
|
-
"kind": "
|
|
3842
|
-
"name": "
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
},
|
|
3848
|
-
"description": "Returns a boolean value indicating whether the user is running the Symphony desktop app.",
|
|
3849
|
-
"privacy": "public"
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "*",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "*",
|
|
3540
|
+
"package": "./slotted-styles"
|
|
3541
|
+
}
|
|
3850
3542
|
},
|
|
3851
3543
|
{
|
|
3852
|
-
"kind": "
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
"
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
"description": "The default width (in pixels) for pop-up windows.",
|
|
3859
|
-
"privacy": "public"
|
|
3544
|
+
"kind": "js",
|
|
3545
|
+
"name": "*",
|
|
3546
|
+
"declaration": {
|
|
3547
|
+
"name": "*",
|
|
3548
|
+
"package": "./typography"
|
|
3549
|
+
}
|
|
3860
3550
|
},
|
|
3861
3551
|
{
|
|
3862
|
-
"kind": "
|
|
3863
|
-
"name": "
|
|
3864
|
-
"
|
|
3865
|
-
"
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3552
|
+
"kind": "js",
|
|
3553
|
+
"name": "*",
|
|
3554
|
+
"declaration": {
|
|
3555
|
+
"name": "*",
|
|
3556
|
+
"package": "./toElementStyles"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
]
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"kind": "javascript-module",
|
|
3563
|
+
"path": "src/styles/slotted-styles.ts",
|
|
3564
|
+
"declarations": [
|
|
3871
3565
|
{
|
|
3872
|
-
"kind": "
|
|
3873
|
-
"
|
|
3874
|
-
"
|
|
3875
|
-
|
|
3876
|
-
"text": ""
|
|
3877
|
-
}
|
|
3878
|
-
},
|
|
3879
|
-
"parameters": [
|
|
3566
|
+
"kind": "class",
|
|
3567
|
+
"description": "A custom element that encapsulates a set of styles that can be applied to slotted elements.",
|
|
3568
|
+
"name": "SlottedStyles",
|
|
3569
|
+
"members": [
|
|
3880
3570
|
{
|
|
3881
|
-
"
|
|
3571
|
+
"kind": "field",
|
|
3572
|
+
"name": "styles",
|
|
3882
3573
|
"type": {
|
|
3883
|
-
"text": "
|
|
3574
|
+
"text": "ElementStyles"
|
|
3884
3575
|
},
|
|
3885
|
-
"description": "The
|
|
3576
|
+
"description": "The styles to apply to slotted elements."
|
|
3886
3577
|
},
|
|
3887
3578
|
{
|
|
3888
|
-
"
|
|
3889
|
-
"
|
|
3890
|
-
|
|
3579
|
+
"kind": "method",
|
|
3580
|
+
"name": "stylesChanged",
|
|
3581
|
+
"return": {
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "void"
|
|
3584
|
+
}
|
|
3891
3585
|
},
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3586
|
+
"parameters": [
|
|
3587
|
+
{
|
|
3588
|
+
"name": "prev",
|
|
3589
|
+
"type": {
|
|
3590
|
+
"text": "ElementStyles"
|
|
3591
|
+
},
|
|
3592
|
+
"description": "The previous value of the `styles` property."
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "next",
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "ElementStyles"
|
|
3598
|
+
},
|
|
3599
|
+
"description": "The new value of the `styles` property."
|
|
3600
|
+
}
|
|
3601
|
+
],
|
|
3602
|
+
"description": "Called when the `styles` property changes.\nRemoves the previous styles from the parent element's FAST controller and adds the new styles."
|
|
3603
|
+
}
|
|
3604
|
+
],
|
|
3605
|
+
"superclass": {
|
|
3606
|
+
"name": "FASTElement",
|
|
3607
|
+
"package": "@microsoft/fast-element"
|
|
3608
|
+
},
|
|
3609
|
+
"tagName": "slotted-styles",
|
|
3610
|
+
"customElement": true
|
|
3611
|
+
}
|
|
3612
|
+
],
|
|
3613
|
+
"exports": [
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "js",
|
|
3616
|
+
"name": "SlottedStyles",
|
|
3617
|
+
"declaration": {
|
|
3618
|
+
"name": "SlottedStyles",
|
|
3619
|
+
"module": "src/styles/slotted-styles.ts"
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"kind": "custom-element-definition",
|
|
3624
|
+
"name": "slotted-styles",
|
|
3625
|
+
"declaration": {
|
|
3626
|
+
"name": "SlottedStyles",
|
|
3627
|
+
"module": "src/styles/slotted-styles.ts"
|
|
3628
|
+
}
|
|
3629
|
+
}
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"kind": "javascript-module",
|
|
3634
|
+
"path": "src/styles/toElementStyles.ts",
|
|
3635
|
+
"declarations": [
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "function",
|
|
3638
|
+
"name": "toElementStyles",
|
|
3639
|
+
"return": {
|
|
3640
|
+
"type": {
|
|
3641
|
+
"text": "ElementStyles"
|
|
3642
|
+
}
|
|
3643
|
+
},
|
|
3644
|
+
"parameters": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "styles",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "ComposableStyles | ComposableStyles[]"
|
|
3649
|
+
},
|
|
3650
|
+
"description": "ComposableStyles or a ComposableStyles array."
|
|
3651
|
+
}
|
|
3652
|
+
],
|
|
3653
|
+
"description": "toElementStyles.",
|
|
3654
|
+
"privacy": "public"
|
|
3655
|
+
}
|
|
3656
|
+
],
|
|
3657
|
+
"exports": [
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "js",
|
|
3660
|
+
"name": "toElementStyles",
|
|
3661
|
+
"declaration": {
|
|
3662
|
+
"name": "toElementStyles",
|
|
3663
|
+
"module": "src/styles/toElementStyles.ts"
|
|
3664
|
+
}
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "javascript-module",
|
|
3670
|
+
"path": "src/styles/typography.ts",
|
|
3671
|
+
"declarations": [
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "function",
|
|
3674
|
+
"name": "loadFontFaces",
|
|
3675
|
+
"return": {
|
|
3676
|
+
"type": {
|
|
3677
|
+
"text": "void"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"parameters": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "fontFaceRules",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "string"
|
|
3685
|
+
},
|
|
3686
|
+
"description": "The CSS rules for the font faces."
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "styleElementId",
|
|
3690
|
+
"type": {
|
|
3691
|
+
"text": "string"
|
|
3692
|
+
},
|
|
3693
|
+
"description": "The ID of the style element to insert into the document."
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"description": "Loads font faces by inserting a style element with the specified font face rules into the document.",
|
|
3697
|
+
"privacy": "public"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"kind": "function",
|
|
3701
|
+
"name": "getFontMixin",
|
|
3702
|
+
"return": {
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": ""
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
"parameters": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "family",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "string"
|
|
3712
|
+
},
|
|
3713
|
+
"description": "The font family."
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "style",
|
|
3717
|
+
"default": "FontStyle.Normal",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "FontStyle"
|
|
3720
|
+
},
|
|
3721
|
+
"description": "Optional. The font style. Defaults to FontStyle.Normal."
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "weight",
|
|
3725
|
+
"default": "FontWeight.Regular",
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "FontWeight"
|
|
3728
|
+
},
|
|
3729
|
+
"description": "Optional. The font weight. Defaults to FontWeight.Regular."
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"description": "Generates a CSS mixin for the specified font family, style, and weight.",
|
|
3733
|
+
"privacy": "public"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "variable",
|
|
3737
|
+
"name": "TypeRampValues",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}"
|
|
3740
|
+
},
|
|
3741
|
+
"default": "{\n minusOne: -1,\n minusTwo: -2,\n plusOne: 1,\n plusTwo: 2,\n plusThree: 3,\n plusFour: 4,\n plusFive: 5,\n plusSix: 6,\n}",
|
|
3742
|
+
"description": "An object containing type ramp values.",
|
|
3743
|
+
"privacy": "public"
|
|
3744
|
+
}
|
|
3745
|
+
],
|
|
3746
|
+
"exports": [
|
|
3747
|
+
{
|
|
3748
|
+
"kind": "js",
|
|
3749
|
+
"name": "loadFontFaces",
|
|
3750
|
+
"declaration": {
|
|
3751
|
+
"name": "loadFontFaces",
|
|
3752
|
+
"module": "src/styles/typography.ts"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"kind": "js",
|
|
3757
|
+
"name": "getFontMixin",
|
|
3758
|
+
"declaration": {
|
|
3759
|
+
"name": "getFontMixin",
|
|
3760
|
+
"module": "src/styles/typography.ts"
|
|
3761
|
+
}
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"kind": "js",
|
|
3765
|
+
"name": "TypeRampValues",
|
|
3766
|
+
"declaration": {
|
|
3767
|
+
"name": "TypeRampValues",
|
|
3768
|
+
"module": "src/styles/typography.ts"
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3771
|
+
]
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "javascript-module",
|
|
3775
|
+
"path": "src/uuid/index.ts",
|
|
3776
|
+
"declarations": [],
|
|
3777
|
+
"exports": [
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "js",
|
|
3780
|
+
"name": "*",
|
|
3781
|
+
"declaration": {
|
|
3782
|
+
"name": "*",
|
|
3783
|
+
"package": "./uuid"
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"kind": "javascript-module",
|
|
3790
|
+
"path": "src/uuid/uuid.ts",
|
|
3791
|
+
"declarations": [
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "variable",
|
|
3794
|
+
"name": "UUID",
|
|
3795
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
3796
|
+
"privacy": "public"
|
|
3797
|
+
}
|
|
3798
|
+
],
|
|
3799
|
+
"exports": [
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "js",
|
|
3802
|
+
"name": "UUID",
|
|
3803
|
+
"declaration": {
|
|
3804
|
+
"name": "UUID",
|
|
3805
|
+
"module": "src/uuid/uuid.ts"
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
]
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "javascript-module",
|
|
3812
|
+
"path": "src/window/index.ts",
|
|
3813
|
+
"declarations": [],
|
|
3814
|
+
"exports": [
|
|
3815
|
+
{
|
|
3816
|
+
"kind": "js",
|
|
3817
|
+
"name": "*",
|
|
3818
|
+
"declaration": {
|
|
3819
|
+
"name": "*",
|
|
3820
|
+
"package": "./window"
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3823
|
+
]
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"kind": "javascript-module",
|
|
3827
|
+
"path": "src/window/window.ts",
|
|
3828
|
+
"declarations": [
|
|
3829
|
+
{
|
|
3830
|
+
"kind": "function",
|
|
3831
|
+
"name": "inIFrame",
|
|
3832
|
+
"return": {
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": ""
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
"description": "Returns a boolean value indicating whether the current window is inside an iframe.",
|
|
3838
|
+
"privacy": "public"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"kind": "function",
|
|
3842
|
+
"name": "inSymphonyDesktop",
|
|
3843
|
+
"return": {
|
|
3844
|
+
"type": {
|
|
3845
|
+
"text": ""
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3848
|
+
"description": "Returns a boolean value indicating whether the user is running the Symphony desktop app.",
|
|
3849
|
+
"privacy": "public"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"kind": "variable",
|
|
3853
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "number"
|
|
3856
|
+
},
|
|
3857
|
+
"default": "483",
|
|
3858
|
+
"description": "The default width (in pixels) for pop-up windows.",
|
|
3859
|
+
"privacy": "public"
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"kind": "variable",
|
|
3863
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
3864
|
+
"type": {
|
|
3865
|
+
"text": "number"
|
|
3866
|
+
},
|
|
3867
|
+
"default": "600",
|
|
3868
|
+
"description": "The default height (in pixels) for pop-up windows.",
|
|
3869
|
+
"privacy": "public"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"kind": "function",
|
|
3873
|
+
"name": "openPopup",
|
|
3874
|
+
"return": {
|
|
3875
|
+
"type": {
|
|
3876
|
+
"text": ""
|
|
3877
|
+
}
|
|
3878
|
+
},
|
|
3879
|
+
"parameters": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "urlNavigate",
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "string"
|
|
3884
|
+
},
|
|
3885
|
+
"description": "The URL to navigate to."
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"name": "target",
|
|
3889
|
+
"type": {
|
|
3890
|
+
"text": "string"
|
|
3891
|
+
},
|
|
3892
|
+
"description": "The name of the new window."
|
|
3893
|
+
},
|
|
3894
3894
|
{
|
|
3895
3895
|
"name": "popUpWidth",
|
|
3896
3896
|
"default": "POPUP_DEFAULT_WIDTH",
|
|
@@ -3900,57 +3900,211 @@
|
|
|
3900
3900
|
"description": "The width of the new window (optional)."
|
|
3901
3901
|
},
|
|
3902
3902
|
{
|
|
3903
|
-
"name": "popUpHeight",
|
|
3904
|
-
"default": "POPUP_DEFAULT_HEIGHT",
|
|
3903
|
+
"name": "popUpHeight",
|
|
3904
|
+
"default": "POPUP_DEFAULT_HEIGHT",
|
|
3905
|
+
"type": {
|
|
3906
|
+
"text": "number"
|
|
3907
|
+
},
|
|
3908
|
+
"description": "The height of the new window (optional)."
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
3912
|
+
"privacy": "public"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"exports": [
|
|
3916
|
+
{
|
|
3917
|
+
"kind": "js",
|
|
3918
|
+
"name": "inIFrame",
|
|
3919
|
+
"declaration": {
|
|
3920
|
+
"name": "inIFrame",
|
|
3921
|
+
"module": "src/window/window.ts"
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"kind": "js",
|
|
3926
|
+
"name": "inSymphonyDesktop",
|
|
3927
|
+
"declaration": {
|
|
3928
|
+
"name": "inSymphonyDesktop",
|
|
3929
|
+
"module": "src/window/window.ts"
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "js",
|
|
3934
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3935
|
+
"declaration": {
|
|
3936
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3937
|
+
"module": "src/window/window.ts"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "js",
|
|
3942
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
3943
|
+
"declaration": {
|
|
3944
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
3945
|
+
"module": "src/window/window.ts"
|
|
3946
|
+
}
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "openPopup",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "openPopup",
|
|
3953
|
+
"module": "src/window/window.ts"
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
]
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"kind": "javascript-module",
|
|
3960
|
+
"path": "src/encoding/base64/decode.ts",
|
|
3961
|
+
"declarations": [
|
|
3962
|
+
{
|
|
3963
|
+
"kind": "function",
|
|
3964
|
+
"name": "decodeFromBase64",
|
|
3965
|
+
"return": {
|
|
3966
|
+
"type": {
|
|
3967
|
+
"text": ""
|
|
3968
|
+
}
|
|
3969
|
+
},
|
|
3970
|
+
"parameters": [
|
|
3971
|
+
{
|
|
3972
|
+
"name": "base64Value",
|
|
3973
|
+
"type": {
|
|
3974
|
+
"text": "string"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"description": "The value to decode from base64.",
|
|
3979
|
+
"name": "value"
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"description": "Decodes a value from base64.",
|
|
3983
|
+
"privacy": "public"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"kind": "function",
|
|
3987
|
+
"name": "decodeFromBase64WithPrefix",
|
|
3988
|
+
"return": {
|
|
3989
|
+
"type": {
|
|
3990
|
+
"text": ""
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
"parameters": [
|
|
3994
|
+
{
|
|
3995
|
+
"name": "value",
|
|
3905
3996
|
"type": {
|
|
3906
|
-
"text": "
|
|
3997
|
+
"text": "string"
|
|
3907
3998
|
},
|
|
3908
|
-
"description": "The
|
|
3999
|
+
"description": "The value to decode from base64."
|
|
3909
4000
|
}
|
|
3910
4001
|
],
|
|
3911
|
-
"description": "
|
|
4002
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
3912
4003
|
"privacy": "public"
|
|
3913
4004
|
}
|
|
3914
4005
|
],
|
|
3915
4006
|
"exports": [
|
|
3916
4007
|
{
|
|
3917
4008
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
4009
|
+
"name": "decodeFromBase64",
|
|
3919
4010
|
"declaration": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "src/
|
|
4011
|
+
"name": "decodeFromBase64",
|
|
4012
|
+
"module": "src/encoding/base64/decode.ts"
|
|
3922
4013
|
}
|
|
3923
4014
|
},
|
|
3924
4015
|
{
|
|
3925
4016
|
"kind": "js",
|
|
3926
|
-
"name": "
|
|
4017
|
+
"name": "decodeFromBase64WithPrefix",
|
|
3927
4018
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "src/
|
|
4019
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4020
|
+
"module": "src/encoding/base64/decode.ts"
|
|
3930
4021
|
}
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"kind": "javascript-module",
|
|
4027
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4028
|
+
"declarations": [
|
|
4029
|
+
{
|
|
4030
|
+
"kind": "function",
|
|
4031
|
+
"name": "encodeToBase64",
|
|
4032
|
+
"return": {
|
|
4033
|
+
"type": {
|
|
4034
|
+
"text": ""
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
4037
|
+
"parameters": [
|
|
4038
|
+
{
|
|
4039
|
+
"name": "value",
|
|
4040
|
+
"type": {
|
|
4041
|
+
"text": "string | ArrayBuffer"
|
|
4042
|
+
},
|
|
4043
|
+
"description": "The value to encode to base64."
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"description": "Encodes the given value to base64.",
|
|
4047
|
+
"privacy": "public"
|
|
3931
4048
|
},
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "function",
|
|
4051
|
+
"name": "encodeToBase64WithPrefix",
|
|
4052
|
+
"return": {
|
|
4053
|
+
"type": {
|
|
4054
|
+
"text": ""
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
"parameters": [
|
|
4058
|
+
{
|
|
4059
|
+
"name": "value",
|
|
4060
|
+
"type": {
|
|
4061
|
+
"text": "string | ArrayBuffer"
|
|
4062
|
+
},
|
|
4063
|
+
"description": "The value to encode to base64."
|
|
4064
|
+
}
|
|
4065
|
+
],
|
|
4066
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
4067
|
+
"privacy": "public"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"exports": [
|
|
3932
4071
|
{
|
|
3933
4072
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
4073
|
+
"name": "encodeToBase64",
|
|
3935
4074
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"module": "src/
|
|
4075
|
+
"name": "encodeToBase64",
|
|
4076
|
+
"module": "src/encoding/base64/encode.ts"
|
|
3938
4077
|
}
|
|
3939
4078
|
},
|
|
3940
4079
|
{
|
|
3941
4080
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
4081
|
+
"name": "encodeToBase64WithPrefix",
|
|
3943
4082
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"module": "src/
|
|
4083
|
+
"name": "encodeToBase64WithPrefix",
|
|
4084
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4085
|
+
}
|
|
4086
|
+
}
|
|
4087
|
+
]
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"kind": "javascript-module",
|
|
4091
|
+
"path": "src/encoding/base64/index.ts",
|
|
4092
|
+
"declarations": [],
|
|
4093
|
+
"exports": [
|
|
4094
|
+
{
|
|
4095
|
+
"kind": "js",
|
|
4096
|
+
"name": "*",
|
|
4097
|
+
"declaration": {
|
|
4098
|
+
"name": "*",
|
|
4099
|
+
"package": "./decode"
|
|
3946
4100
|
}
|
|
3947
4101
|
},
|
|
3948
4102
|
{
|
|
3949
4103
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
4104
|
+
"name": "*",
|
|
3951
4105
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
4106
|
+
"name": "*",
|
|
4107
|
+
"package": "./encode"
|
|
3954
4108
|
}
|
|
3955
4109
|
}
|
|
3956
4110
|
]
|
|
@@ -4109,160 +4263,6 @@
|
|
|
4109
4263
|
}
|
|
4110
4264
|
]
|
|
4111
4265
|
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "javascript-module",
|
|
4114
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4115
|
-
"declarations": [
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "function",
|
|
4118
|
-
"name": "decodeFromBase64",
|
|
4119
|
-
"return": {
|
|
4120
|
-
"type": {
|
|
4121
|
-
"text": ""
|
|
4122
|
-
}
|
|
4123
|
-
},
|
|
4124
|
-
"parameters": [
|
|
4125
|
-
{
|
|
4126
|
-
"name": "base64Value",
|
|
4127
|
-
"type": {
|
|
4128
|
-
"text": "string"
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"description": "The value to decode from base64.",
|
|
4133
|
-
"name": "value"
|
|
4134
|
-
}
|
|
4135
|
-
],
|
|
4136
|
-
"description": "Decodes a value from base64.",
|
|
4137
|
-
"privacy": "public"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"kind": "function",
|
|
4141
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4142
|
-
"return": {
|
|
4143
|
-
"type": {
|
|
4144
|
-
"text": ""
|
|
4145
|
-
}
|
|
4146
|
-
},
|
|
4147
|
-
"parameters": [
|
|
4148
|
-
{
|
|
4149
|
-
"name": "value",
|
|
4150
|
-
"type": {
|
|
4151
|
-
"text": "string"
|
|
4152
|
-
},
|
|
4153
|
-
"description": "The value to decode from base64."
|
|
4154
|
-
}
|
|
4155
|
-
],
|
|
4156
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4157
|
-
"privacy": "public"
|
|
4158
|
-
}
|
|
4159
|
-
],
|
|
4160
|
-
"exports": [
|
|
4161
|
-
{
|
|
4162
|
-
"kind": "js",
|
|
4163
|
-
"name": "decodeFromBase64",
|
|
4164
|
-
"declaration": {
|
|
4165
|
-
"name": "decodeFromBase64",
|
|
4166
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4167
|
-
}
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "js",
|
|
4171
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4172
|
-
"declaration": {
|
|
4173
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4174
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
]
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "javascript-module",
|
|
4181
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4182
|
-
"declarations": [
|
|
4183
|
-
{
|
|
4184
|
-
"kind": "function",
|
|
4185
|
-
"name": "encodeToBase64",
|
|
4186
|
-
"return": {
|
|
4187
|
-
"type": {
|
|
4188
|
-
"text": ""
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
"parameters": [
|
|
4192
|
-
{
|
|
4193
|
-
"name": "value",
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "string | ArrayBuffer"
|
|
4196
|
-
},
|
|
4197
|
-
"description": "The value to encode to base64."
|
|
4198
|
-
}
|
|
4199
|
-
],
|
|
4200
|
-
"description": "Encodes the given value to base64.",
|
|
4201
|
-
"privacy": "public"
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"kind": "function",
|
|
4205
|
-
"name": "encodeToBase64WithPrefix",
|
|
4206
|
-
"return": {
|
|
4207
|
-
"type": {
|
|
4208
|
-
"text": ""
|
|
4209
|
-
}
|
|
4210
|
-
},
|
|
4211
|
-
"parameters": [
|
|
4212
|
-
{
|
|
4213
|
-
"name": "value",
|
|
4214
|
-
"type": {
|
|
4215
|
-
"text": "string | ArrayBuffer"
|
|
4216
|
-
},
|
|
4217
|
-
"description": "The value to encode to base64."
|
|
4218
|
-
}
|
|
4219
|
-
],
|
|
4220
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
4221
|
-
"privacy": "public"
|
|
4222
|
-
}
|
|
4223
|
-
],
|
|
4224
|
-
"exports": [
|
|
4225
|
-
{
|
|
4226
|
-
"kind": "js",
|
|
4227
|
-
"name": "encodeToBase64",
|
|
4228
|
-
"declaration": {
|
|
4229
|
-
"name": "encodeToBase64",
|
|
4230
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4231
|
-
}
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"kind": "js",
|
|
4235
|
-
"name": "encodeToBase64WithPrefix",
|
|
4236
|
-
"declaration": {
|
|
4237
|
-
"name": "encodeToBase64WithPrefix",
|
|
4238
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4239
|
-
}
|
|
4240
|
-
}
|
|
4241
|
-
]
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"kind": "javascript-module",
|
|
4245
|
-
"path": "src/encoding/base64/index.ts",
|
|
4246
|
-
"declarations": [],
|
|
4247
|
-
"exports": [
|
|
4248
|
-
{
|
|
4249
|
-
"kind": "js",
|
|
4250
|
-
"name": "*",
|
|
4251
|
-
"declaration": {
|
|
4252
|
-
"name": "*",
|
|
4253
|
-
"package": "./decode"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"kind": "js",
|
|
4258
|
-
"name": "*",
|
|
4259
|
-
"declaration": {
|
|
4260
|
-
"name": "*",
|
|
4261
|
-
"package": "./encode"
|
|
4262
|
-
}
|
|
4263
|
-
}
|
|
4264
|
-
]
|
|
4265
|
-
},
|
|
4266
4266
|
{
|
|
4267
4267
|
"kind": "javascript-module",
|
|
4268
4268
|
"path": "src/mappers/dto/index.ts",
|