@genesislcap/foundation-utils 14.307.1 → 14.307.3
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 +368 -306
- package/dist/dts/design-system/design-system.d.ts +19 -0
- package/dist/dts/design-system/design-system.d.ts.map +1 -1
- package/dist/dts/styles/index.d.ts +0 -1
- package/dist/dts/styles/index.d.ts.map +1 -1
- package/dist/dts/{styles → utils}/dom.d.ts +5 -0
- package/dist/dts/utils/dom.d.ts.map +1 -0
- package/dist/dts/utils/index.d.ts +1 -0
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/esm/design-system/design-system.js +26 -127
- package/dist/esm/styles/index.js +0 -1
- package/dist/esm/styles/typography.js +1 -1
- package/dist/esm/{styles → utils}/dom.js +23 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/foundation-utils.api.json +133 -2
- package/dist/foundation-utils.d.ts +26 -0
- package/docs/api/foundation-utils.getallelements.md +52 -0
- package/docs/api/foundation-utils.getcurrentdesignsystem.md +84 -0
- package/docs/api/foundation-utils.md +22 -0
- package/docs/api-report.md.api.md +9 -0
- package/package.json +11 -11
- package/dist/dts/styles/dom.d.ts.map +0 -1
@@ -367,6 +367,82 @@
|
|
367
367
|
}
|
368
368
|
]
|
369
369
|
},
|
370
|
+
{
|
371
|
+
"kind": "javascript-module",
|
372
|
+
"path": "src/decorators/index.ts",
|
373
|
+
"declarations": [],
|
374
|
+
"exports": [
|
375
|
+
{
|
376
|
+
"kind": "js",
|
377
|
+
"name": "*",
|
378
|
+
"declaration": {
|
379
|
+
"name": "*",
|
380
|
+
"package": "./renderOnChange"
|
381
|
+
}
|
382
|
+
}
|
383
|
+
]
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"kind": "javascript-module",
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
388
|
+
"declarations": [
|
389
|
+
{
|
390
|
+
"kind": "function",
|
391
|
+
"name": "renderOnChange",
|
392
|
+
"parameters": [
|
393
|
+
{
|
394
|
+
"name": "target",
|
395
|
+
"type": {
|
396
|
+
"text": "FASTElement & { render(): void }"
|
397
|
+
},
|
398
|
+
"description": "The target to define the property change handler on."
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"name": "name",
|
402
|
+
"type": {
|
403
|
+
"text": "string"
|
404
|
+
},
|
405
|
+
"description": "The property name."
|
406
|
+
}
|
407
|
+
],
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
409
|
+
"privacy": "public"
|
410
|
+
}
|
411
|
+
],
|
412
|
+
"exports": [
|
413
|
+
{
|
414
|
+
"kind": "js",
|
415
|
+
"name": "renderOnChange",
|
416
|
+
"declaration": {
|
417
|
+
"name": "renderOnChange",
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
419
|
+
}
|
420
|
+
}
|
421
|
+
]
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"kind": "javascript-module",
|
425
|
+
"path": "src/directives/index.ts",
|
426
|
+
"declarations": [],
|
427
|
+
"exports": [
|
428
|
+
{
|
429
|
+
"kind": "js",
|
430
|
+
"name": "*",
|
431
|
+
"declaration": {
|
432
|
+
"name": "*",
|
433
|
+
"package": "./sync"
|
434
|
+
}
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"kind": "js",
|
438
|
+
"name": "*",
|
439
|
+
"declaration": {
|
440
|
+
"name": "*",
|
441
|
+
"package": "./when-else"
|
442
|
+
}
|
443
|
+
}
|
444
|
+
]
|
445
|
+
},
|
370
446
|
{
|
371
447
|
"kind": "javascript-module",
|
372
448
|
"path": "src/design-system/design-system.ts",
|
@@ -390,6 +466,33 @@
|
|
390
466
|
"description": "assureDesignSystem.",
|
391
467
|
"privacy": "public"
|
392
468
|
},
|
469
|
+
{
|
470
|
+
"kind": "function",
|
471
|
+
"name": "getCurrentDesignSystem",
|
472
|
+
"return": {
|
473
|
+
"type": {
|
474
|
+
"text": ""
|
475
|
+
}
|
476
|
+
},
|
477
|
+
"parameters": [
|
478
|
+
{
|
479
|
+
"name": "element",
|
480
|
+
"type": {
|
481
|
+
"text": "HTMLElement"
|
482
|
+
},
|
483
|
+
"description": "The starting HTML element"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"name": "fallbackPrefix",
|
487
|
+
"type": {
|
488
|
+
"text": "string"
|
489
|
+
},
|
490
|
+
"description": "The prefix to fallback to if the provider is not available"
|
491
|
+
}
|
492
|
+
],
|
493
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
494
|
+
"privacy": "public"
|
495
|
+
},
|
393
496
|
{
|
394
497
|
"kind": "function",
|
395
498
|
"name": "getCurrentDesignSystemPrefix",
|
@@ -429,32 +532,25 @@
|
|
429
532
|
},
|
430
533
|
{
|
431
534
|
"kind": "js",
|
432
|
-
"name": "
|
535
|
+
"name": "getCurrentDesignSystem",
|
433
536
|
"declaration": {
|
434
|
-
"name": "
|
537
|
+
"name": "getCurrentDesignSystem",
|
435
538
|
"module": "src/design-system/design-system.ts"
|
436
539
|
}
|
437
|
-
}
|
438
|
-
]
|
439
|
-
},
|
440
|
-
{
|
441
|
-
"kind": "javascript-module",
|
442
|
-
"path": "src/design-system/index.ts",
|
443
|
-
"declarations": [],
|
444
|
-
"exports": [
|
540
|
+
},
|
445
541
|
{
|
446
542
|
"kind": "js",
|
447
|
-
"name": "
|
543
|
+
"name": "getCurrentDesignSystemPrefix",
|
448
544
|
"declaration": {
|
449
|
-
"name": "
|
450
|
-
"
|
545
|
+
"name": "getCurrentDesignSystemPrefix",
|
546
|
+
"module": "src/design-system/design-system.ts"
|
451
547
|
}
|
452
548
|
}
|
453
549
|
]
|
454
550
|
},
|
455
551
|
{
|
456
552
|
"kind": "javascript-module",
|
457
|
-
"path": "src/
|
553
|
+
"path": "src/design-system/index.ts",
|
458
554
|
"declarations": [],
|
459
555
|
"exports": [
|
460
556
|
{
|
@@ -462,45 +558,7 @@
|
|
462
558
|
"name": "*",
|
463
559
|
"declaration": {
|
464
560
|
"name": "*",
|
465
|
-
"package": "./
|
466
|
-
}
|
467
|
-
}
|
468
|
-
]
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"kind": "javascript-module",
|
472
|
-
"path": "src/decorators/renderOnChange.ts",
|
473
|
-
"declarations": [
|
474
|
-
{
|
475
|
-
"kind": "function",
|
476
|
-
"name": "renderOnChange",
|
477
|
-
"parameters": [
|
478
|
-
{
|
479
|
-
"name": "target",
|
480
|
-
"type": {
|
481
|
-
"text": "FASTElement & { render(): void }"
|
482
|
-
},
|
483
|
-
"description": "The target to define the property change handler on."
|
484
|
-
},
|
485
|
-
{
|
486
|
-
"name": "name",
|
487
|
-
"type": {
|
488
|
-
"text": "string"
|
489
|
-
},
|
490
|
-
"description": "The property name."
|
491
|
-
}
|
492
|
-
],
|
493
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
494
|
-
"privacy": "public"
|
495
|
-
}
|
496
|
-
],
|
497
|
-
"exports": [
|
498
|
-
{
|
499
|
-
"kind": "js",
|
500
|
-
"name": "renderOnChange",
|
501
|
-
"declaration": {
|
502
|
-
"name": "renderOnChange",
|
503
|
-
"module": "src/decorators/renderOnChange.ts"
|
561
|
+
"package": "./design-system"
|
504
562
|
}
|
505
563
|
}
|
506
564
|
]
|
@@ -978,29 +1036,6 @@
|
|
978
1036
|
}
|
979
1037
|
]
|
980
1038
|
},
|
981
|
-
{
|
982
|
-
"kind": "javascript-module",
|
983
|
-
"path": "src/directives/index.ts",
|
984
|
-
"declarations": [],
|
985
|
-
"exports": [
|
986
|
-
{
|
987
|
-
"kind": "js",
|
988
|
-
"name": "*",
|
989
|
-
"declaration": {
|
990
|
-
"name": "*",
|
991
|
-
"package": "./sync"
|
992
|
-
}
|
993
|
-
},
|
994
|
-
{
|
995
|
-
"kind": "js",
|
996
|
-
"name": "*",
|
997
|
-
"declaration": {
|
998
|
-
"name": "*",
|
999
|
-
"package": "./when-else"
|
1000
|
-
}
|
1001
|
-
}
|
1002
|
-
]
|
1003
|
-
},
|
1004
1039
|
{
|
1005
1040
|
"kind": "javascript-module",
|
1006
1041
|
"path": "src/error/errorMap.ts",
|
@@ -1976,72 +2011,6 @@
|
|
1976
2011
|
}
|
1977
2012
|
]
|
1978
2013
|
},
|
1979
|
-
{
|
1980
|
-
"kind": "javascript-module",
|
1981
|
-
"path": "src/styles/dom.ts",
|
1982
|
-
"declarations": [
|
1983
|
-
{
|
1984
|
-
"kind": "function",
|
1985
|
-
"name": "insertDocumentCSSRule",
|
1986
|
-
"return": {
|
1987
|
-
"type": {
|
1988
|
-
"text": ""
|
1989
|
-
}
|
1990
|
-
},
|
1991
|
-
"parameters": [
|
1992
|
-
{
|
1993
|
-
"name": "cssRule",
|
1994
|
-
"type": {
|
1995
|
-
"text": "string"
|
1996
|
-
},
|
1997
|
-
"description": "The CSS rule to insert."
|
1998
|
-
},
|
1999
|
-
{
|
2000
|
-
"name": "styleElementId",
|
2001
|
-
"type": {
|
2002
|
-
"text": "string"
|
2003
|
-
},
|
2004
|
-
"description": "The ID of the style element to use or create."
|
2005
|
-
}
|
2006
|
-
],
|
2007
|
-
"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.",
|
2008
|
-
"privacy": "public"
|
2009
|
-
},
|
2010
|
-
{
|
2011
|
-
"kind": "function",
|
2012
|
-
"name": "insertDocumentLink",
|
2013
|
-
"parameters": [
|
2014
|
-
{
|
2015
|
-
"name": "href",
|
2016
|
-
"type": {
|
2017
|
-
"text": "string"
|
2018
|
-
},
|
2019
|
-
"description": "The URL of the CSS file to insert."
|
2020
|
-
}
|
2021
|
-
],
|
2022
|
-
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
2023
|
-
"privacy": "public"
|
2024
|
-
}
|
2025
|
-
],
|
2026
|
-
"exports": [
|
2027
|
-
{
|
2028
|
-
"kind": "js",
|
2029
|
-
"name": "insertDocumentCSSRule",
|
2030
|
-
"declaration": {
|
2031
|
-
"name": "insertDocumentCSSRule",
|
2032
|
-
"module": "src/styles/dom.ts"
|
2033
|
-
}
|
2034
|
-
},
|
2035
|
-
{
|
2036
|
-
"kind": "js",
|
2037
|
-
"name": "insertDocumentLink",
|
2038
|
-
"declaration": {
|
2039
|
-
"name": "insertDocumentLink",
|
2040
|
-
"module": "src/styles/dom.ts"
|
2041
|
-
}
|
2042
|
-
}
|
2043
|
-
]
|
2044
|
-
},
|
2045
2014
|
{
|
2046
2015
|
"kind": "javascript-module",
|
2047
2016
|
"path": "src/styles/index.ts",
|
@@ -2055,14 +2024,6 @@
|
|
2055
2024
|
"package": "./color"
|
2056
2025
|
}
|
2057
2026
|
},
|
2058
|
-
{
|
2059
|
-
"kind": "js",
|
2060
|
-
"name": "*",
|
2061
|
-
"declaration": {
|
2062
|
-
"name": "*",
|
2063
|
-
"package": "./dom"
|
2064
|
-
}
|
2065
|
-
},
|
2066
2027
|
{
|
2067
2028
|
"kind": "js",
|
2068
2029
|
"name": "*",
|
@@ -2339,8 +2300,101 @@
|
|
2339
2300
|
},
|
2340
2301
|
{
|
2341
2302
|
"kind": "javascript-module",
|
2342
|
-
"path": "src/utils/
|
2343
|
-
"declarations": [
|
2303
|
+
"path": "src/utils/dom.ts",
|
2304
|
+
"declarations": [
|
2305
|
+
{
|
2306
|
+
"kind": "function",
|
2307
|
+
"name": "insertDocumentCSSRule",
|
2308
|
+
"return": {
|
2309
|
+
"type": {
|
2310
|
+
"text": ""
|
2311
|
+
}
|
2312
|
+
},
|
2313
|
+
"parameters": [
|
2314
|
+
{
|
2315
|
+
"name": "cssRule",
|
2316
|
+
"type": {
|
2317
|
+
"text": "string"
|
2318
|
+
},
|
2319
|
+
"description": "The CSS rule to insert."
|
2320
|
+
},
|
2321
|
+
{
|
2322
|
+
"name": "styleElementId",
|
2323
|
+
"type": {
|
2324
|
+
"text": "string"
|
2325
|
+
},
|
2326
|
+
"description": "The ID of the style element to use or create."
|
2327
|
+
}
|
2328
|
+
],
|
2329
|
+
"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.",
|
2330
|
+
"privacy": "public"
|
2331
|
+
},
|
2332
|
+
{
|
2333
|
+
"kind": "function",
|
2334
|
+
"name": "insertDocumentLink",
|
2335
|
+
"parameters": [
|
2336
|
+
{
|
2337
|
+
"name": "href",
|
2338
|
+
"type": {
|
2339
|
+
"text": "string"
|
2340
|
+
},
|
2341
|
+
"description": "The URL of the CSS file to insert."
|
2342
|
+
}
|
2343
|
+
],
|
2344
|
+
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
2345
|
+
"privacy": "public"
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"kind": "function",
|
2349
|
+
"name": "getAllElements",
|
2350
|
+
"return": {
|
2351
|
+
"type": {
|
2352
|
+
"text": "Element[]"
|
2353
|
+
}
|
2354
|
+
},
|
2355
|
+
"parameters": [
|
2356
|
+
{
|
2357
|
+
"name": "root",
|
2358
|
+
"type": {
|
2359
|
+
"text": "Element | Document"
|
2360
|
+
}
|
2361
|
+
}
|
2362
|
+
],
|
2363
|
+
"description": "Recursively gather all elements including those in shadow DOM",
|
2364
|
+
"privacy": "public"
|
2365
|
+
}
|
2366
|
+
],
|
2367
|
+
"exports": [
|
2368
|
+
{
|
2369
|
+
"kind": "js",
|
2370
|
+
"name": "insertDocumentCSSRule",
|
2371
|
+
"declaration": {
|
2372
|
+
"name": "insertDocumentCSSRule",
|
2373
|
+
"module": "src/utils/dom.ts"
|
2374
|
+
}
|
2375
|
+
},
|
2376
|
+
{
|
2377
|
+
"kind": "js",
|
2378
|
+
"name": "insertDocumentLink",
|
2379
|
+
"declaration": {
|
2380
|
+
"name": "insertDocumentLink",
|
2381
|
+
"module": "src/utils/dom.ts"
|
2382
|
+
}
|
2383
|
+
},
|
2384
|
+
{
|
2385
|
+
"kind": "js",
|
2386
|
+
"name": "getAllElements",
|
2387
|
+
"declaration": {
|
2388
|
+
"name": "getAllElements",
|
2389
|
+
"module": "src/utils/dom.ts"
|
2390
|
+
}
|
2391
|
+
}
|
2392
|
+
]
|
2393
|
+
},
|
2394
|
+
{
|
2395
|
+
"kind": "javascript-module",
|
2396
|
+
"path": "src/utils/index.ts",
|
2397
|
+
"declarations": [],
|
2344
2398
|
"exports": [
|
2345
2399
|
{
|
2346
2400
|
"kind": "js",
|
@@ -2350,6 +2404,14 @@
|
|
2350
2404
|
"package": "./delay"
|
2351
2405
|
}
|
2352
2406
|
},
|
2407
|
+
{
|
2408
|
+
"kind": "js",
|
2409
|
+
"name": "*",
|
2410
|
+
"declaration": {
|
2411
|
+
"name": "*",
|
2412
|
+
"package": "./dom"
|
2413
|
+
}
|
2414
|
+
},
|
2353
2415
|
{
|
2354
2416
|
"kind": "js",
|
2355
2417
|
"name": "*",
|
@@ -2567,160 +2629,6 @@
|
|
2567
2629
|
}
|
2568
2630
|
]
|
2569
2631
|
},
|
2570
|
-
{
|
2571
|
-
"kind": "javascript-module",
|
2572
|
-
"path": "src/encoding/base64/decode.ts",
|
2573
|
-
"declarations": [
|
2574
|
-
{
|
2575
|
-
"kind": "function",
|
2576
|
-
"name": "decodeFromBase64",
|
2577
|
-
"return": {
|
2578
|
-
"type": {
|
2579
|
-
"text": ""
|
2580
|
-
}
|
2581
|
-
},
|
2582
|
-
"parameters": [
|
2583
|
-
{
|
2584
|
-
"name": "base64Value",
|
2585
|
-
"type": {
|
2586
|
-
"text": "string"
|
2587
|
-
}
|
2588
|
-
},
|
2589
|
-
{
|
2590
|
-
"description": "The value to decode from base64.",
|
2591
|
-
"name": "value"
|
2592
|
-
}
|
2593
|
-
],
|
2594
|
-
"description": "Decodes a value from base64.",
|
2595
|
-
"privacy": "public"
|
2596
|
-
},
|
2597
|
-
{
|
2598
|
-
"kind": "function",
|
2599
|
-
"name": "decodeFromBase64WithPrefix",
|
2600
|
-
"return": {
|
2601
|
-
"type": {
|
2602
|
-
"text": ""
|
2603
|
-
}
|
2604
|
-
},
|
2605
|
-
"parameters": [
|
2606
|
-
{
|
2607
|
-
"name": "value",
|
2608
|
-
"type": {
|
2609
|
-
"text": "string"
|
2610
|
-
},
|
2611
|
-
"description": "The value to decode from base64."
|
2612
|
-
}
|
2613
|
-
],
|
2614
|
-
"description": "Decodes a value from base64 with a prefix.",
|
2615
|
-
"privacy": "public"
|
2616
|
-
}
|
2617
|
-
],
|
2618
|
-
"exports": [
|
2619
|
-
{
|
2620
|
-
"kind": "js",
|
2621
|
-
"name": "decodeFromBase64",
|
2622
|
-
"declaration": {
|
2623
|
-
"name": "decodeFromBase64",
|
2624
|
-
"module": "src/encoding/base64/decode.ts"
|
2625
|
-
}
|
2626
|
-
},
|
2627
|
-
{
|
2628
|
-
"kind": "js",
|
2629
|
-
"name": "decodeFromBase64WithPrefix",
|
2630
|
-
"declaration": {
|
2631
|
-
"name": "decodeFromBase64WithPrefix",
|
2632
|
-
"module": "src/encoding/base64/decode.ts"
|
2633
|
-
}
|
2634
|
-
}
|
2635
|
-
]
|
2636
|
-
},
|
2637
|
-
{
|
2638
|
-
"kind": "javascript-module",
|
2639
|
-
"path": "src/encoding/base64/encode.ts",
|
2640
|
-
"declarations": [
|
2641
|
-
{
|
2642
|
-
"kind": "function",
|
2643
|
-
"name": "encodeToBase64",
|
2644
|
-
"return": {
|
2645
|
-
"type": {
|
2646
|
-
"text": ""
|
2647
|
-
}
|
2648
|
-
},
|
2649
|
-
"parameters": [
|
2650
|
-
{
|
2651
|
-
"name": "value",
|
2652
|
-
"type": {
|
2653
|
-
"text": "string | ArrayBuffer"
|
2654
|
-
},
|
2655
|
-
"description": "The value to encode to base64."
|
2656
|
-
}
|
2657
|
-
],
|
2658
|
-
"description": "Encodes the given value to base64.",
|
2659
|
-
"privacy": "public"
|
2660
|
-
},
|
2661
|
-
{
|
2662
|
-
"kind": "function",
|
2663
|
-
"name": "encodeToBase64WithPrefix",
|
2664
|
-
"return": {
|
2665
|
-
"type": {
|
2666
|
-
"text": ""
|
2667
|
-
}
|
2668
|
-
},
|
2669
|
-
"parameters": [
|
2670
|
-
{
|
2671
|
-
"name": "value",
|
2672
|
-
"type": {
|
2673
|
-
"text": "string | ArrayBuffer"
|
2674
|
-
},
|
2675
|
-
"description": "The value to encode to base64."
|
2676
|
-
}
|
2677
|
-
],
|
2678
|
-
"description": "Encodes the given value with a prefix to base64.",
|
2679
|
-
"privacy": "public"
|
2680
|
-
}
|
2681
|
-
],
|
2682
|
-
"exports": [
|
2683
|
-
{
|
2684
|
-
"kind": "js",
|
2685
|
-
"name": "encodeToBase64",
|
2686
|
-
"declaration": {
|
2687
|
-
"name": "encodeToBase64",
|
2688
|
-
"module": "src/encoding/base64/encode.ts"
|
2689
|
-
}
|
2690
|
-
},
|
2691
|
-
{
|
2692
|
-
"kind": "js",
|
2693
|
-
"name": "encodeToBase64WithPrefix",
|
2694
|
-
"declaration": {
|
2695
|
-
"name": "encodeToBase64WithPrefix",
|
2696
|
-
"module": "src/encoding/base64/encode.ts"
|
2697
|
-
}
|
2698
|
-
}
|
2699
|
-
]
|
2700
|
-
},
|
2701
|
-
{
|
2702
|
-
"kind": "javascript-module",
|
2703
|
-
"path": "src/encoding/base64/index.ts",
|
2704
|
-
"declarations": [],
|
2705
|
-
"exports": [
|
2706
|
-
{
|
2707
|
-
"kind": "js",
|
2708
|
-
"name": "*",
|
2709
|
-
"declaration": {
|
2710
|
-
"name": "*",
|
2711
|
-
"package": "./decode"
|
2712
|
-
}
|
2713
|
-
},
|
2714
|
-
{
|
2715
|
-
"kind": "js",
|
2716
|
-
"name": "*",
|
2717
|
-
"declaration": {
|
2718
|
-
"name": "*",
|
2719
|
-
"package": "./encode"
|
2720
|
-
}
|
2721
|
-
}
|
2722
|
-
]
|
2723
|
-
},
|
2724
2632
|
{
|
2725
2633
|
"kind": "javascript-module",
|
2726
2634
|
"path": "src/directives/sync/index.ts",
|
@@ -2875,6 +2783,160 @@
|
|
2875
2783
|
}
|
2876
2784
|
]
|
2877
2785
|
},
|
2786
|
+
{
|
2787
|
+
"kind": "javascript-module",
|
2788
|
+
"path": "src/encoding/base64/decode.ts",
|
2789
|
+
"declarations": [
|
2790
|
+
{
|
2791
|
+
"kind": "function",
|
2792
|
+
"name": "decodeFromBase64",
|
2793
|
+
"return": {
|
2794
|
+
"type": {
|
2795
|
+
"text": ""
|
2796
|
+
}
|
2797
|
+
},
|
2798
|
+
"parameters": [
|
2799
|
+
{
|
2800
|
+
"name": "base64Value",
|
2801
|
+
"type": {
|
2802
|
+
"text": "string"
|
2803
|
+
}
|
2804
|
+
},
|
2805
|
+
{
|
2806
|
+
"description": "The value to decode from base64.",
|
2807
|
+
"name": "value"
|
2808
|
+
}
|
2809
|
+
],
|
2810
|
+
"description": "Decodes a value from base64.",
|
2811
|
+
"privacy": "public"
|
2812
|
+
},
|
2813
|
+
{
|
2814
|
+
"kind": "function",
|
2815
|
+
"name": "decodeFromBase64WithPrefix",
|
2816
|
+
"return": {
|
2817
|
+
"type": {
|
2818
|
+
"text": ""
|
2819
|
+
}
|
2820
|
+
},
|
2821
|
+
"parameters": [
|
2822
|
+
{
|
2823
|
+
"name": "value",
|
2824
|
+
"type": {
|
2825
|
+
"text": "string"
|
2826
|
+
},
|
2827
|
+
"description": "The value to decode from base64."
|
2828
|
+
}
|
2829
|
+
],
|
2830
|
+
"description": "Decodes a value from base64 with a prefix.",
|
2831
|
+
"privacy": "public"
|
2832
|
+
}
|
2833
|
+
],
|
2834
|
+
"exports": [
|
2835
|
+
{
|
2836
|
+
"kind": "js",
|
2837
|
+
"name": "decodeFromBase64",
|
2838
|
+
"declaration": {
|
2839
|
+
"name": "decodeFromBase64",
|
2840
|
+
"module": "src/encoding/base64/decode.ts"
|
2841
|
+
}
|
2842
|
+
},
|
2843
|
+
{
|
2844
|
+
"kind": "js",
|
2845
|
+
"name": "decodeFromBase64WithPrefix",
|
2846
|
+
"declaration": {
|
2847
|
+
"name": "decodeFromBase64WithPrefix",
|
2848
|
+
"module": "src/encoding/base64/decode.ts"
|
2849
|
+
}
|
2850
|
+
}
|
2851
|
+
]
|
2852
|
+
},
|
2853
|
+
{
|
2854
|
+
"kind": "javascript-module",
|
2855
|
+
"path": "src/encoding/base64/encode.ts",
|
2856
|
+
"declarations": [
|
2857
|
+
{
|
2858
|
+
"kind": "function",
|
2859
|
+
"name": "encodeToBase64",
|
2860
|
+
"return": {
|
2861
|
+
"type": {
|
2862
|
+
"text": ""
|
2863
|
+
}
|
2864
|
+
},
|
2865
|
+
"parameters": [
|
2866
|
+
{
|
2867
|
+
"name": "value",
|
2868
|
+
"type": {
|
2869
|
+
"text": "string | ArrayBuffer"
|
2870
|
+
},
|
2871
|
+
"description": "The value to encode to base64."
|
2872
|
+
}
|
2873
|
+
],
|
2874
|
+
"description": "Encodes the given value to base64.",
|
2875
|
+
"privacy": "public"
|
2876
|
+
},
|
2877
|
+
{
|
2878
|
+
"kind": "function",
|
2879
|
+
"name": "encodeToBase64WithPrefix",
|
2880
|
+
"return": {
|
2881
|
+
"type": {
|
2882
|
+
"text": ""
|
2883
|
+
}
|
2884
|
+
},
|
2885
|
+
"parameters": [
|
2886
|
+
{
|
2887
|
+
"name": "value",
|
2888
|
+
"type": {
|
2889
|
+
"text": "string | ArrayBuffer"
|
2890
|
+
},
|
2891
|
+
"description": "The value to encode to base64."
|
2892
|
+
}
|
2893
|
+
],
|
2894
|
+
"description": "Encodes the given value with a prefix to base64.",
|
2895
|
+
"privacy": "public"
|
2896
|
+
}
|
2897
|
+
],
|
2898
|
+
"exports": [
|
2899
|
+
{
|
2900
|
+
"kind": "js",
|
2901
|
+
"name": "encodeToBase64",
|
2902
|
+
"declaration": {
|
2903
|
+
"name": "encodeToBase64",
|
2904
|
+
"module": "src/encoding/base64/encode.ts"
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
{
|
2908
|
+
"kind": "js",
|
2909
|
+
"name": "encodeToBase64WithPrefix",
|
2910
|
+
"declaration": {
|
2911
|
+
"name": "encodeToBase64WithPrefix",
|
2912
|
+
"module": "src/encoding/base64/encode.ts"
|
2913
|
+
}
|
2914
|
+
}
|
2915
|
+
]
|
2916
|
+
},
|
2917
|
+
{
|
2918
|
+
"kind": "javascript-module",
|
2919
|
+
"path": "src/encoding/base64/index.ts",
|
2920
|
+
"declarations": [],
|
2921
|
+
"exports": [
|
2922
|
+
{
|
2923
|
+
"kind": "js",
|
2924
|
+
"name": "*",
|
2925
|
+
"declaration": {
|
2926
|
+
"name": "*",
|
2927
|
+
"package": "./decode"
|
2928
|
+
}
|
2929
|
+
},
|
2930
|
+
{
|
2931
|
+
"kind": "js",
|
2932
|
+
"name": "*",
|
2933
|
+
"declaration": {
|
2934
|
+
"name": "*",
|
2935
|
+
"package": "./encode"
|
2936
|
+
}
|
2937
|
+
}
|
2938
|
+
]
|
2939
|
+
},
|
2878
2940
|
{
|
2879
2941
|
"kind": "javascript-module",
|
2880
2942
|
"path": "src/mappers/dto/index.ts",
|