@genesislcap/foundation-utils 14.368.0 → 14.369.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 +581 -581
- package/package.json +11 -11
|
@@ -383,6 +383,97 @@
|
|
|
383
383
|
}
|
|
384
384
|
]
|
|
385
385
|
},
|
|
386
|
+
{
|
|
387
|
+
"kind": "javascript-module",
|
|
388
|
+
"path": "src/decorators/index.ts",
|
|
389
|
+
"declarations": [],
|
|
390
|
+
"exports": [
|
|
391
|
+
{
|
|
392
|
+
"kind": "js",
|
|
393
|
+
"name": "*",
|
|
394
|
+
"declaration": {
|
|
395
|
+
"name": "*",
|
|
396
|
+
"package": "./renderOnChange"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"kind": "javascript-module",
|
|
403
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
404
|
+
"declarations": [
|
|
405
|
+
{
|
|
406
|
+
"kind": "function",
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"parameters": [
|
|
409
|
+
{
|
|
410
|
+
"name": "target",
|
|
411
|
+
"type": {
|
|
412
|
+
"text": "FASTElement & { render(): void }"
|
|
413
|
+
},
|
|
414
|
+
"description": "The target to define the property change handler on."
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "name",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "string"
|
|
420
|
+
},
|
|
421
|
+
"description": "The property name."
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
425
|
+
"privacy": "public"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"exports": [
|
|
429
|
+
{
|
|
430
|
+
"kind": "js",
|
|
431
|
+
"name": "renderOnChange",
|
|
432
|
+
"declaration": {
|
|
433
|
+
"name": "renderOnChange",
|
|
434
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "javascript-module",
|
|
441
|
+
"path": "src/directives/index.ts",
|
|
442
|
+
"declarations": [],
|
|
443
|
+
"exports": [
|
|
444
|
+
{
|
|
445
|
+
"kind": "js",
|
|
446
|
+
"name": "*",
|
|
447
|
+
"declaration": {
|
|
448
|
+
"name": "*",
|
|
449
|
+
"package": "./sync"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"kind": "js",
|
|
454
|
+
"name": "*",
|
|
455
|
+
"declaration": {
|
|
456
|
+
"name": "*",
|
|
457
|
+
"package": "./when-else"
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"kind": "javascript-module",
|
|
464
|
+
"path": "src/encoding/index.ts",
|
|
465
|
+
"declarations": [],
|
|
466
|
+
"exports": [
|
|
467
|
+
{
|
|
468
|
+
"kind": "js",
|
|
469
|
+
"name": "*",
|
|
470
|
+
"declaration": {
|
|
471
|
+
"name": "*",
|
|
472
|
+
"package": "./base64"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
},
|
|
386
477
|
{
|
|
387
478
|
"kind": "javascript-module",
|
|
388
479
|
"path": "src/design-system/design-system.ts",
|
|
@@ -503,74 +594,6 @@
|
|
|
503
594
|
}
|
|
504
595
|
]
|
|
505
596
|
},
|
|
506
|
-
{
|
|
507
|
-
"kind": "javascript-module",
|
|
508
|
-
"path": "src/decorators/index.ts",
|
|
509
|
-
"declarations": [],
|
|
510
|
-
"exports": [
|
|
511
|
-
{
|
|
512
|
-
"kind": "js",
|
|
513
|
-
"name": "*",
|
|
514
|
-
"declaration": {
|
|
515
|
-
"name": "*",
|
|
516
|
-
"package": "./renderOnChange"
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "javascript-module",
|
|
523
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
524
|
-
"declarations": [
|
|
525
|
-
{
|
|
526
|
-
"kind": "function",
|
|
527
|
-
"name": "renderOnChange",
|
|
528
|
-
"parameters": [
|
|
529
|
-
{
|
|
530
|
-
"name": "target",
|
|
531
|
-
"type": {
|
|
532
|
-
"text": "FASTElement & { render(): void }"
|
|
533
|
-
},
|
|
534
|
-
"description": "The target to define the property change handler on."
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "name",
|
|
538
|
-
"type": {
|
|
539
|
-
"text": "string"
|
|
540
|
-
},
|
|
541
|
-
"description": "The property name."
|
|
542
|
-
}
|
|
543
|
-
],
|
|
544
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
545
|
-
"privacy": "public"
|
|
546
|
-
}
|
|
547
|
-
],
|
|
548
|
-
"exports": [
|
|
549
|
-
{
|
|
550
|
-
"kind": "js",
|
|
551
|
-
"name": "renderOnChange",
|
|
552
|
-
"declaration": {
|
|
553
|
-
"name": "renderOnChange",
|
|
554
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
]
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"kind": "javascript-module",
|
|
561
|
-
"path": "src/encoding/index.ts",
|
|
562
|
-
"declarations": [],
|
|
563
|
-
"exports": [
|
|
564
|
-
{
|
|
565
|
-
"kind": "js",
|
|
566
|
-
"name": "*",
|
|
567
|
-
"declaration": {
|
|
568
|
-
"name": "*",
|
|
569
|
-
"package": "./base64"
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
597
|
{
|
|
575
598
|
"kind": "javascript-module",
|
|
576
599
|
"path": "src/env/index.ts",
|
|
@@ -1245,29 +1268,6 @@
|
|
|
1245
1268
|
}
|
|
1246
1269
|
]
|
|
1247
1270
|
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "javascript-module",
|
|
1250
|
-
"path": "src/directives/index.ts",
|
|
1251
|
-
"declarations": [],
|
|
1252
|
-
"exports": [
|
|
1253
|
-
{
|
|
1254
|
-
"kind": "js",
|
|
1255
|
-
"name": "*",
|
|
1256
|
-
"declaration": {
|
|
1257
|
-
"name": "*",
|
|
1258
|
-
"package": "./sync"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "js",
|
|
1263
|
-
"name": "*",
|
|
1264
|
-
"declaration": {
|
|
1265
|
-
"name": "*",
|
|
1266
|
-
"package": "./when-else"
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1269
|
-
]
|
|
1270
|
-
},
|
|
1271
1271
|
{
|
|
1272
1272
|
"kind": "javascript-module",
|
|
1273
1273
|
"path": "src/formatters/datetime.ts",
|
|
@@ -3218,319 +3218,38 @@
|
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
3220
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3221
|
+
"path": "src/styles/color.ts",
|
|
3222
3222
|
"declarations": [
|
|
3223
3223
|
{
|
|
3224
|
-
"kind": "
|
|
3225
|
-
"name": "
|
|
3226
|
-
"
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": ""
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"parameters": [
|
|
3232
|
-
{
|
|
3233
|
-
"name": "ms",
|
|
3234
|
-
"type": {
|
|
3235
|
-
"text": "number"
|
|
3236
|
-
},
|
|
3237
|
-
"description": "The number of milliseconds to delay"
|
|
3238
|
-
}
|
|
3239
|
-
],
|
|
3240
|
-
"description": "Delay for a given number of milliseconds",
|
|
3224
|
+
"kind": "variable",
|
|
3225
|
+
"name": "activeColorScheme",
|
|
3226
|
+
"description": "A design token that represents the active color scheme (light or dark).",
|
|
3241
3227
|
"privacy": "public"
|
|
3242
3228
|
}
|
|
3243
3229
|
],
|
|
3244
3230
|
"exports": [
|
|
3245
3231
|
{
|
|
3246
3232
|
"kind": "js",
|
|
3247
|
-
"name": "
|
|
3233
|
+
"name": "activeColorScheme",
|
|
3248
3234
|
"declaration": {
|
|
3249
|
-
"name": "
|
|
3250
|
-
"module": "src/
|
|
3235
|
+
"name": "activeColorScheme",
|
|
3236
|
+
"module": "src/styles/color.ts"
|
|
3251
3237
|
}
|
|
3252
3238
|
}
|
|
3253
3239
|
]
|
|
3254
3240
|
},
|
|
3255
3241
|
{
|
|
3256
3242
|
"kind": "javascript-module",
|
|
3257
|
-
"path": "src/
|
|
3258
|
-
"declarations": [
|
|
3243
|
+
"path": "src/styles/index.ts",
|
|
3244
|
+
"declarations": [],
|
|
3245
|
+
"exports": [
|
|
3259
3246
|
{
|
|
3260
|
-
"kind": "
|
|
3261
|
-
"name": "
|
|
3262
|
-
"
|
|
3263
|
-
"
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
},
|
|
3267
|
-
"parameters": [
|
|
3268
|
-
{
|
|
3269
|
-
"name": "cssRule",
|
|
3270
|
-
"type": {
|
|
3271
|
-
"text": "string"
|
|
3272
|
-
},
|
|
3273
|
-
"description": "The CSS rule to insert."
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "styleElementId",
|
|
3277
|
-
"type": {
|
|
3278
|
-
"text": "string"
|
|
3279
|
-
},
|
|
3280
|
-
"description": "The ID of the style element to use or create."
|
|
3281
|
-
}
|
|
3282
|
-
],
|
|
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.",
|
|
3284
|
-
"privacy": "public"
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"kind": "function",
|
|
3288
|
-
"name": "insertDocumentLink",
|
|
3289
|
-
"parameters": [
|
|
3290
|
-
{
|
|
3291
|
-
"name": "href",
|
|
3292
|
-
"type": {
|
|
3293
|
-
"text": "string"
|
|
3294
|
-
},
|
|
3295
|
-
"description": "The URL of the CSS file to insert."
|
|
3296
|
-
}
|
|
3297
|
-
],
|
|
3298
|
-
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
|
3299
|
-
"privacy": "public"
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"kind": "function",
|
|
3303
|
-
"name": "getAllElements",
|
|
3304
|
-
"return": {
|
|
3305
|
-
"type": {
|
|
3306
|
-
"text": "Element[]"
|
|
3307
|
-
}
|
|
3308
|
-
},
|
|
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",
|
|
3318
|
-
"privacy": "public"
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"exports": [
|
|
3322
|
-
{
|
|
3323
|
-
"kind": "js",
|
|
3324
|
-
"name": "insertDocumentCSSRule",
|
|
3325
|
-
"declaration": {
|
|
3326
|
-
"name": "insertDocumentCSSRule",
|
|
3327
|
-
"module": "src/utils/dom.ts"
|
|
3328
|
-
}
|
|
3329
|
-
},
|
|
3330
|
-
{
|
|
3331
|
-
"kind": "js",
|
|
3332
|
-
"name": "insertDocumentLink",
|
|
3333
|
-
"declaration": {
|
|
3334
|
-
"name": "insertDocumentLink",
|
|
3335
|
-
"module": "src/utils/dom.ts"
|
|
3336
|
-
}
|
|
3337
|
-
},
|
|
3338
|
-
{
|
|
3339
|
-
"kind": "js",
|
|
3340
|
-
"name": "getAllElements",
|
|
3341
|
-
"declaration": {
|
|
3342
|
-
"name": "getAllElements",
|
|
3343
|
-
"module": "src/utils/dom.ts"
|
|
3344
|
-
}
|
|
3345
|
-
}
|
|
3346
|
-
]
|
|
3347
|
-
},
|
|
3348
|
-
{
|
|
3349
|
-
"kind": "javascript-module",
|
|
3350
|
-
"path": "src/utils/index.ts",
|
|
3351
|
-
"declarations": [],
|
|
3352
|
-
"exports": [
|
|
3353
|
-
{
|
|
3354
|
-
"kind": "js",
|
|
3355
|
-
"name": "*",
|
|
3356
|
-
"declaration": {
|
|
3357
|
-
"name": "*",
|
|
3358
|
-
"package": "./delay"
|
|
3359
|
-
}
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"kind": "js",
|
|
3363
|
-
"name": "*",
|
|
3364
|
-
"declaration": {
|
|
3365
|
-
"name": "*",
|
|
3366
|
-
"package": "./dom"
|
|
3367
|
-
}
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"kind": "js",
|
|
3371
|
-
"name": "*",
|
|
3372
|
-
"declaration": {
|
|
3373
|
-
"name": "*",
|
|
3374
|
-
"package": "./logger"
|
|
3375
|
-
}
|
|
3376
|
-
}
|
|
3377
|
-
]
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "javascript-module",
|
|
3381
|
-
"path": "src/utils/logger.ts",
|
|
3382
|
-
"declarations": [
|
|
3383
|
-
{
|
|
3384
|
-
"kind": "variable",
|
|
3385
|
-
"name": "logger",
|
|
3386
|
-
"description": "Logger for the foundation-utils package",
|
|
3387
|
-
"privacy": "public"
|
|
3388
|
-
}
|
|
3389
|
-
],
|
|
3390
|
-
"exports": [
|
|
3391
|
-
{
|
|
3392
|
-
"kind": "js",
|
|
3393
|
-
"name": "logger",
|
|
3394
|
-
"declaration": {
|
|
3395
|
-
"name": "logger",
|
|
3396
|
-
"module": "src/utils/logger.ts"
|
|
3397
|
-
}
|
|
3398
|
-
}
|
|
3399
|
-
]
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "javascript-module",
|
|
3403
|
-
"path": "src/utils/os-platform.ts",
|
|
3404
|
-
"declarations": [
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "class",
|
|
3407
|
-
"description": "Platform detection utilities for cross-platform compatibility",
|
|
3408
|
-
"name": "OperatingSystemUtils",
|
|
3409
|
-
"members": [
|
|
3410
|
-
{
|
|
3411
|
-
"kind": "field",
|
|
3412
|
-
"name": "isMacOS",
|
|
3413
|
-
"type": {
|
|
3414
|
-
"text": "boolean"
|
|
3415
|
-
},
|
|
3416
|
-
"static": true,
|
|
3417
|
-
"description": "Detects if the current platform is macOS",
|
|
3418
|
-
"readonly": true
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "field",
|
|
3422
|
-
"name": "isWindows",
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "boolean"
|
|
3425
|
-
},
|
|
3426
|
-
"static": true,
|
|
3427
|
-
"description": "Detects if the current platform is Windows",
|
|
3428
|
-
"readonly": true
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"kind": "field",
|
|
3432
|
-
"name": "isLinux",
|
|
3433
|
-
"type": {
|
|
3434
|
-
"text": "boolean"
|
|
3435
|
-
},
|
|
3436
|
-
"static": true,
|
|
3437
|
-
"description": "Detects if the current platform is Linux",
|
|
3438
|
-
"readonly": true
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"kind": "method",
|
|
3442
|
-
"name": "getModifierSymbols",
|
|
3443
|
-
"static": true,
|
|
3444
|
-
"return": {
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "{\n ctrl: string;\n alt: string;\n shift: string;\n meta: string;\n }"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
"description": "Gets the appropriate modifier key symbols for the current platform"
|
|
3450
|
-
},
|
|
3451
|
-
{
|
|
3452
|
-
"kind": "method",
|
|
3453
|
-
"name": "formatKeyCombination",
|
|
3454
|
-
"static": true,
|
|
3455
|
-
"return": {
|
|
3456
|
-
"type": {
|
|
3457
|
-
"text": "string"
|
|
3458
|
-
}
|
|
3459
|
-
},
|
|
3460
|
-
"parameters": [
|
|
3461
|
-
{
|
|
3462
|
-
"name": "key",
|
|
3463
|
-
"type": {
|
|
3464
|
-
"text": "string"
|
|
3465
|
-
}
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"name": "ctrlKey",
|
|
3469
|
-
"default": "false"
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"name": "altKey",
|
|
3473
|
-
"default": "false"
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"name": "shiftKey",
|
|
3477
|
-
"default": "false"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"name": "metaKey",
|
|
3481
|
-
"default": "false"
|
|
3482
|
-
}
|
|
3483
|
-
],
|
|
3484
|
-
"description": "Formats a key combination with platform-appropriate symbols"
|
|
3485
|
-
}
|
|
3486
|
-
]
|
|
3487
|
-
}
|
|
3488
|
-
],
|
|
3489
|
-
"exports": [
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "js",
|
|
3492
|
-
"name": "OperatingSystemUtils",
|
|
3493
|
-
"declaration": {
|
|
3494
|
-
"name": "OperatingSystemUtils",
|
|
3495
|
-
"module": "src/utils/os-platform.ts"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
]
|
|
3499
|
-
},
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "javascript-module",
|
|
3502
|
-
"path": "src/styles/color.ts",
|
|
3503
|
-
"declarations": [
|
|
3504
|
-
{
|
|
3505
|
-
"kind": "variable",
|
|
3506
|
-
"name": "activeColorScheme",
|
|
3507
|
-
"description": "A design token that represents the active color scheme (light or dark).",
|
|
3508
|
-
"privacy": "public"
|
|
3509
|
-
}
|
|
3510
|
-
],
|
|
3511
|
-
"exports": [
|
|
3512
|
-
{
|
|
3513
|
-
"kind": "js",
|
|
3514
|
-
"name": "activeColorScheme",
|
|
3515
|
-
"declaration": {
|
|
3516
|
-
"name": "activeColorScheme",
|
|
3517
|
-
"module": "src/styles/color.ts"
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
|
-
]
|
|
3521
|
-
},
|
|
3522
|
-
{
|
|
3523
|
-
"kind": "javascript-module",
|
|
3524
|
-
"path": "src/styles/index.ts",
|
|
3525
|
-
"declarations": [],
|
|
3526
|
-
"exports": [
|
|
3527
|
-
{
|
|
3528
|
-
"kind": "js",
|
|
3529
|
-
"name": "*",
|
|
3530
|
-
"declaration": {
|
|
3531
|
-
"name": "*",
|
|
3532
|
-
"package": "./color"
|
|
3533
|
-
}
|
|
3247
|
+
"kind": "js",
|
|
3248
|
+
"name": "*",
|
|
3249
|
+
"declaration": {
|
|
3250
|
+
"name": "*",
|
|
3251
|
+
"package": "./color"
|
|
3252
|
+
}
|
|
3534
3253
|
},
|
|
3535
3254
|
{
|
|
3536
3255
|
"kind": "js",
|
|
@@ -3772,283 +3491,386 @@
|
|
|
3772
3491
|
},
|
|
3773
3492
|
{
|
|
3774
3493
|
"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",
|
|
3494
|
+
"path": "src/utils/delay.ts",
|
|
3791
3495
|
"declarations": [
|
|
3792
3496
|
{
|
|
3793
|
-
"kind": "
|
|
3794
|
-
"name": "
|
|
3795
|
-
"
|
|
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",
|
|
3796
3514
|
"privacy": "public"
|
|
3797
3515
|
}
|
|
3798
3516
|
],
|
|
3799
3517
|
"exports": [
|
|
3800
3518
|
{
|
|
3801
3519
|
"kind": "js",
|
|
3802
|
-
"name": "
|
|
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": "*",
|
|
3520
|
+
"name": "delay",
|
|
3818
3521
|
"declaration": {
|
|
3819
|
-
"name": "
|
|
3820
|
-
"
|
|
3522
|
+
"name": "delay",
|
|
3523
|
+
"module": "src/utils/delay.ts"
|
|
3821
3524
|
}
|
|
3822
3525
|
}
|
|
3823
3526
|
]
|
|
3824
3527
|
},
|
|
3825
3528
|
{
|
|
3826
3529
|
"kind": "javascript-module",
|
|
3827
|
-
"path": "src/
|
|
3530
|
+
"path": "src/utils/dom.ts",
|
|
3828
3531
|
"declarations": [
|
|
3829
3532
|
{
|
|
3830
3533
|
"kind": "function",
|
|
3831
|
-
"name": "
|
|
3534
|
+
"name": "insertDocumentCSSRule",
|
|
3832
3535
|
"return": {
|
|
3833
3536
|
"type": {
|
|
3834
3537
|
"text": ""
|
|
3835
3538
|
}
|
|
3836
3539
|
},
|
|
3837
|
-
"
|
|
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.",
|
|
3838
3557
|
"privacy": "public"
|
|
3839
3558
|
},
|
|
3840
3559
|
{
|
|
3841
3560
|
"kind": "function",
|
|
3842
|
-
"name": "
|
|
3843
|
-
"
|
|
3844
|
-
|
|
3845
|
-
"
|
|
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."
|
|
3846
3569
|
}
|
|
3847
|
-
|
|
3848
|
-
"description": "
|
|
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.",
|
|
3570
|
+
],
|
|
3571
|
+
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
|
3869
3572
|
"privacy": "public"
|
|
3870
3573
|
},
|
|
3871
3574
|
{
|
|
3872
3575
|
"kind": "function",
|
|
3873
|
-
"name": "
|
|
3576
|
+
"name": "getAllElements",
|
|
3874
3577
|
"return": {
|
|
3875
3578
|
"type": {
|
|
3876
|
-
"text": ""
|
|
3579
|
+
"text": "Element[]"
|
|
3877
3580
|
}
|
|
3878
3581
|
},
|
|
3879
3582
|
"parameters": [
|
|
3880
3583
|
{
|
|
3881
|
-
"name": "
|
|
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
|
-
{
|
|
3895
|
-
"name": "popUpWidth",
|
|
3896
|
-
"default": "POPUP_DEFAULT_WIDTH",
|
|
3897
|
-
"type": {
|
|
3898
|
-
"text": "number"
|
|
3899
|
-
},
|
|
3900
|
-
"description": "The width of the new window (optional)."
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"name": "popUpHeight",
|
|
3904
|
-
"default": "POPUP_DEFAULT_HEIGHT",
|
|
3584
|
+
"name": "root",
|
|
3905
3585
|
"type": {
|
|
3906
|
-
"text": "
|
|
3907
|
-
}
|
|
3908
|
-
"description": "The height of the new window (optional)."
|
|
3586
|
+
"text": "Element | Document"
|
|
3587
|
+
}
|
|
3909
3588
|
}
|
|
3910
3589
|
],
|
|
3911
|
-
"description": "
|
|
3590
|
+
"description": "Recursively gather all elements including those in shadow DOM",
|
|
3912
3591
|
"privacy": "public"
|
|
3913
3592
|
}
|
|
3914
3593
|
],
|
|
3915
3594
|
"exports": [
|
|
3916
3595
|
{
|
|
3917
3596
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
3597
|
+
"name": "insertDocumentCSSRule",
|
|
3919
3598
|
"declaration": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "src/
|
|
3599
|
+
"name": "insertDocumentCSSRule",
|
|
3600
|
+
"module": "src/utils/dom.ts"
|
|
3922
3601
|
}
|
|
3923
3602
|
},
|
|
3924
3603
|
{
|
|
3925
3604
|
"kind": "js",
|
|
3926
|
-
"name": "
|
|
3605
|
+
"name": "insertDocumentLink",
|
|
3927
3606
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "src/
|
|
3607
|
+
"name": "insertDocumentLink",
|
|
3608
|
+
"module": "src/utils/dom.ts"
|
|
3930
3609
|
}
|
|
3931
3610
|
},
|
|
3932
3611
|
{
|
|
3933
3612
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3613
|
+
"name": "getAllElements",
|
|
3935
3614
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"module": "src/
|
|
3615
|
+
"name": "getAllElements",
|
|
3616
|
+
"module": "src/utils/dom.ts"
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "javascript-module",
|
|
3623
|
+
"path": "src/utils/index.ts",
|
|
3624
|
+
"declarations": [],
|
|
3625
|
+
"exports": [
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "js",
|
|
3628
|
+
"name": "*",
|
|
3629
|
+
"declaration": {
|
|
3630
|
+
"name": "*",
|
|
3631
|
+
"package": "./delay"
|
|
3938
3632
|
}
|
|
3939
3633
|
},
|
|
3940
3634
|
{
|
|
3941
3635
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3636
|
+
"name": "*",
|
|
3943
3637
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3638
|
+
"name": "*",
|
|
3639
|
+
"package": "./dom"
|
|
3946
3640
|
}
|
|
3947
3641
|
},
|
|
3948
3642
|
{
|
|
3949
3643
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3644
|
+
"name": "*",
|
|
3951
3645
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3646
|
+
"name": "*",
|
|
3647
|
+
"package": "./logger"
|
|
3954
3648
|
}
|
|
3955
3649
|
}
|
|
3956
3650
|
]
|
|
3957
3651
|
},
|
|
3958
3652
|
{
|
|
3959
3653
|
"kind": "javascript-module",
|
|
3960
|
-
"path": "src/
|
|
3654
|
+
"path": "src/utils/logger.ts",
|
|
3961
3655
|
"declarations": [
|
|
3962
3656
|
{
|
|
3963
|
-
"kind": "
|
|
3964
|
-
"name": "
|
|
3965
|
-
"
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3657
|
+
"kind": "variable",
|
|
3658
|
+
"name": "logger",
|
|
3659
|
+
"description": "Logger for the foundation-utils package",
|
|
3660
|
+
"privacy": "public"
|
|
3661
|
+
}
|
|
3662
|
+
],
|
|
3663
|
+
"exports": [
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "js",
|
|
3666
|
+
"name": "logger",
|
|
3667
|
+
"declaration": {
|
|
3668
|
+
"name": "logger",
|
|
3669
|
+
"module": "src/utils/logger.ts"
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
]
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"kind": "javascript-module",
|
|
3676
|
+
"path": "src/utils/os-platform.ts",
|
|
3677
|
+
"declarations": [
|
|
3678
|
+
{
|
|
3679
|
+
"kind": "class",
|
|
3680
|
+
"description": "Platform detection utilities for cross-platform compatibility",
|
|
3681
|
+
"name": "OperatingSystemUtils",
|
|
3682
|
+
"members": [
|
|
3971
3683
|
{
|
|
3972
|
-
"
|
|
3684
|
+
"kind": "field",
|
|
3685
|
+
"name": "isMacOS",
|
|
3973
3686
|
"type": {
|
|
3974
|
-
"text": "
|
|
3975
|
-
}
|
|
3687
|
+
"text": "boolean"
|
|
3688
|
+
},
|
|
3689
|
+
"static": true,
|
|
3690
|
+
"description": "Detects if the current platform is macOS",
|
|
3691
|
+
"readonly": true
|
|
3976
3692
|
},
|
|
3977
3693
|
{
|
|
3978
|
-
"
|
|
3979
|
-
"name": "
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
"name": "decodeFromBase64WithPrefix",
|
|
3988
|
-
"return": {
|
|
3989
|
-
"type": {
|
|
3990
|
-
"text": ""
|
|
3991
|
-
}
|
|
3992
|
-
},
|
|
3993
|
-
"parameters": [
|
|
3694
|
+
"kind": "field",
|
|
3695
|
+
"name": "isWindows",
|
|
3696
|
+
"type": {
|
|
3697
|
+
"text": "boolean"
|
|
3698
|
+
},
|
|
3699
|
+
"static": true,
|
|
3700
|
+
"description": "Detects if the current platform is Windows",
|
|
3701
|
+
"readonly": true
|
|
3702
|
+
},
|
|
3994
3703
|
{
|
|
3995
|
-
"
|
|
3704
|
+
"kind": "field",
|
|
3705
|
+
"name": "isLinux",
|
|
3996
3706
|
"type": {
|
|
3997
|
-
"text": "
|
|
3707
|
+
"text": "boolean"
|
|
3998
3708
|
},
|
|
3999
|
-
"
|
|
3709
|
+
"static": true,
|
|
3710
|
+
"description": "Detects if the current platform is Linux",
|
|
3711
|
+
"readonly": true
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"kind": "method",
|
|
3715
|
+
"name": "getModifierSymbols",
|
|
3716
|
+
"static": true,
|
|
3717
|
+
"return": {
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "{\n ctrl: string;\n alt: string;\n shift: string;\n meta: string;\n }"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
"description": "Gets the appropriate modifier key symbols for the current platform"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"kind": "method",
|
|
3726
|
+
"name": "formatKeyCombination",
|
|
3727
|
+
"static": true,
|
|
3728
|
+
"return": {
|
|
3729
|
+
"type": {
|
|
3730
|
+
"text": "string"
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
"parameters": [
|
|
3734
|
+
{
|
|
3735
|
+
"name": "key",
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "string"
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "ctrlKey",
|
|
3742
|
+
"default": "false"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"name": "altKey",
|
|
3746
|
+
"default": "false"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"name": "shiftKey",
|
|
3750
|
+
"default": "false"
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "metaKey",
|
|
3754
|
+
"default": "false"
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
"description": "Formats a key combination with platform-appropriate symbols"
|
|
4000
3758
|
}
|
|
4001
|
-
]
|
|
4002
|
-
|
|
3759
|
+
]
|
|
3760
|
+
}
|
|
3761
|
+
],
|
|
3762
|
+
"exports": [
|
|
3763
|
+
{
|
|
3764
|
+
"kind": "js",
|
|
3765
|
+
"name": "OperatingSystemUtils",
|
|
3766
|
+
"declaration": {
|
|
3767
|
+
"name": "OperatingSystemUtils",
|
|
3768
|
+
"module": "src/utils/os-platform.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.",
|
|
4003
3796
|
"privacy": "public"
|
|
4004
3797
|
}
|
|
4005
3798
|
],
|
|
4006
3799
|
"exports": [
|
|
4007
3800
|
{
|
|
4008
3801
|
"kind": "js",
|
|
4009
|
-
"name": "
|
|
3802
|
+
"name": "UUID",
|
|
4010
3803
|
"declaration": {
|
|
4011
|
-
"name": "
|
|
4012
|
-
"module": "src/
|
|
3804
|
+
"name": "UUID",
|
|
3805
|
+
"module": "src/uuid/uuid.ts"
|
|
4013
3806
|
}
|
|
4014
|
-
}
|
|
3807
|
+
}
|
|
3808
|
+
]
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "javascript-module",
|
|
3812
|
+
"path": "src/window/index.ts",
|
|
3813
|
+
"declarations": [],
|
|
3814
|
+
"exports": [
|
|
4015
3815
|
{
|
|
4016
3816
|
"kind": "js",
|
|
4017
|
-
"name": "
|
|
3817
|
+
"name": "*",
|
|
4018
3818
|
"declaration": {
|
|
4019
|
-
"name": "
|
|
4020
|
-
"
|
|
3819
|
+
"name": "*",
|
|
3820
|
+
"package": "./window"
|
|
4021
3821
|
}
|
|
4022
3822
|
}
|
|
4023
3823
|
]
|
|
4024
3824
|
},
|
|
4025
3825
|
{
|
|
4026
3826
|
"kind": "javascript-module",
|
|
4027
|
-
"path": "src/
|
|
3827
|
+
"path": "src/window/window.ts",
|
|
4028
3828
|
"declarations": [
|
|
4029
3829
|
{
|
|
4030
|
-
"kind": "function",
|
|
4031
|
-
"name": "
|
|
4032
|
-
"return": {
|
|
4033
|
-
"type": {
|
|
4034
|
-
"text": ""
|
|
4035
|
-
}
|
|
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"
|
|
4036
3866
|
},
|
|
4037
|
-
"
|
|
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.",
|
|
3867
|
+
"default": "600",
|
|
3868
|
+
"description": "The default height (in pixels) for pop-up windows.",
|
|
4047
3869
|
"privacy": "public"
|
|
4048
3870
|
},
|
|
4049
3871
|
{
|
|
4050
3872
|
"kind": "function",
|
|
4051
|
-
"name": "
|
|
3873
|
+
"name": "openPopup",
|
|
4052
3874
|
"return": {
|
|
4053
3875
|
"type": {
|
|
4054
3876
|
"text": ""
|
|
@@ -4056,55 +3878,79 @@
|
|
|
4056
3878
|
},
|
|
4057
3879
|
"parameters": [
|
|
4058
3880
|
{
|
|
4059
|
-
"name": "
|
|
3881
|
+
"name": "urlNavigate",
|
|
4060
3882
|
"type": {
|
|
4061
|
-
"text": "string
|
|
3883
|
+
"text": "string"
|
|
4062
3884
|
},
|
|
4063
|
-
"description": "The
|
|
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
|
+
{
|
|
3895
|
+
"name": "popUpWidth",
|
|
3896
|
+
"default": "POPUP_DEFAULT_WIDTH",
|
|
3897
|
+
"type": {
|
|
3898
|
+
"text": "number"
|
|
3899
|
+
},
|
|
3900
|
+
"description": "The width of the new window (optional)."
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "popUpHeight",
|
|
3904
|
+
"default": "POPUP_DEFAULT_HEIGHT",
|
|
3905
|
+
"type": {
|
|
3906
|
+
"text": "number"
|
|
3907
|
+
},
|
|
3908
|
+
"description": "The height of the new window (optional)."
|
|
4064
3909
|
}
|
|
4065
3910
|
],
|
|
4066
|
-
"description": "
|
|
3911
|
+
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
4067
3912
|
"privacy": "public"
|
|
4068
3913
|
}
|
|
4069
3914
|
],
|
|
4070
3915
|
"exports": [
|
|
4071
3916
|
{
|
|
4072
3917
|
"kind": "js",
|
|
4073
|
-
"name": "
|
|
3918
|
+
"name": "inIFrame",
|
|
4074
3919
|
"declaration": {
|
|
4075
|
-
"name": "
|
|
4076
|
-
"module": "src/
|
|
3920
|
+
"name": "inIFrame",
|
|
3921
|
+
"module": "src/window/window.ts"
|
|
4077
3922
|
}
|
|
4078
3923
|
},
|
|
4079
3924
|
{
|
|
4080
3925
|
"kind": "js",
|
|
4081
|
-
"name": "
|
|
3926
|
+
"name": "inSymphonyDesktop",
|
|
4082
3927
|
"declaration": {
|
|
4083
|
-
"name": "
|
|
4084
|
-
"module": "src/
|
|
3928
|
+
"name": "inSymphonyDesktop",
|
|
3929
|
+
"module": "src/window/window.ts"
|
|
4085
3930
|
}
|
|
4086
|
-
}
|
|
4087
|
-
]
|
|
4088
|
-
},
|
|
4089
|
-
{
|
|
4090
|
-
"kind": "javascript-module",
|
|
4091
|
-
"path": "src/encoding/base64/index.ts",
|
|
4092
|
-
"declarations": [],
|
|
4093
|
-
"exports": [
|
|
3931
|
+
},
|
|
4094
3932
|
{
|
|
4095
3933
|
"kind": "js",
|
|
4096
|
-
"name": "
|
|
3934
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
4097
3935
|
"declaration": {
|
|
4098
|
-
"name": "
|
|
4099
|
-
"
|
|
3936
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
3937
|
+
"module": "src/window/window.ts"
|
|
4100
3938
|
}
|
|
4101
3939
|
},
|
|
4102
3940
|
{
|
|
4103
3941
|
"kind": "js",
|
|
4104
|
-
"name": "
|
|
3942
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4105
3943
|
"declaration": {
|
|
4106
|
-
"name": "
|
|
4107
|
-
"
|
|
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"
|
|
4108
3954
|
}
|
|
4109
3955
|
}
|
|
4110
3956
|
]
|
|
@@ -4263,6 +4109,160 @@
|
|
|
4263
4109
|
}
|
|
4264
4110
|
]
|
|
4265
4111
|
},
|
|
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",
|