@genesislcap/foundation-utils 14.237.1-alpha-384d227.0 → 14.237.1
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 +280 -280
- package/package.json +10 -10
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
373
|
"declarations": [],
|
|
374
374
|
"exports": [
|
|
375
375
|
{
|
|
@@ -377,7 +377,95 @@
|
|
|
377
377
|
"name": "*",
|
|
378
378
|
"declaration": {
|
|
379
379
|
"name": "*",
|
|
380
|
-
"package": "./
|
|
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/design-system/design-system.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "function",
|
|
429
|
+
"name": "assureDesignSystem",
|
|
430
|
+
"return": {
|
|
431
|
+
"type": {
|
|
432
|
+
"text": "DesignSystemModule"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"parameters": [
|
|
436
|
+
{
|
|
437
|
+
"name": "module",
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "DesignSystemModule"
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"description": "assureDesignSystem.",
|
|
444
|
+
"privacy": "public"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"exports": [
|
|
448
|
+
{
|
|
449
|
+
"kind": "js",
|
|
450
|
+
"name": "assureDesignSystem",
|
|
451
|
+
"declaration": {
|
|
452
|
+
"name": "assureDesignSystem",
|
|
453
|
+
"module": "src/design-system/design-system.ts"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "javascript-module",
|
|
460
|
+
"path": "src/design-system/index.ts",
|
|
461
|
+
"declarations": [],
|
|
462
|
+
"exports": [
|
|
463
|
+
{
|
|
464
|
+
"kind": "js",
|
|
465
|
+
"name": "*",
|
|
466
|
+
"declaration": {
|
|
467
|
+
"name": "*",
|
|
468
|
+
"package": "./design-system"
|
|
381
469
|
}
|
|
382
470
|
}
|
|
383
471
|
]
|
|
@@ -405,6 +493,21 @@
|
|
|
405
493
|
}
|
|
406
494
|
]
|
|
407
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "javascript-module",
|
|
498
|
+
"path": "src/encoding/index.ts",
|
|
499
|
+
"declarations": [],
|
|
500
|
+
"exports": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "js",
|
|
503
|
+
"name": "*",
|
|
504
|
+
"declaration": {
|
|
505
|
+
"name": "*",
|
|
506
|
+
"package": "./base64"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
408
511
|
{
|
|
409
512
|
"kind": "javascript-module",
|
|
410
513
|
"path": "src/env/index.ts",
|
|
@@ -693,109 +796,6 @@
|
|
|
693
796
|
}
|
|
694
797
|
]
|
|
695
798
|
},
|
|
696
|
-
{
|
|
697
|
-
"kind": "javascript-module",
|
|
698
|
-
"path": "src/decorators/index.ts",
|
|
699
|
-
"declarations": [],
|
|
700
|
-
"exports": [
|
|
701
|
-
{
|
|
702
|
-
"kind": "js",
|
|
703
|
-
"name": "*",
|
|
704
|
-
"declaration": {
|
|
705
|
-
"name": "*",
|
|
706
|
-
"package": "./renderOnChange"
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
]
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"kind": "javascript-module",
|
|
713
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
714
|
-
"declarations": [
|
|
715
|
-
{
|
|
716
|
-
"kind": "function",
|
|
717
|
-
"name": "renderOnChange",
|
|
718
|
-
"parameters": [
|
|
719
|
-
{
|
|
720
|
-
"name": "target",
|
|
721
|
-
"type": {
|
|
722
|
-
"text": "FASTElement & { render(): void }"
|
|
723
|
-
},
|
|
724
|
-
"description": "The target to define the property change handler on."
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "name",
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "string"
|
|
730
|
-
},
|
|
731
|
-
"description": "The property name."
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
735
|
-
"privacy": "public"
|
|
736
|
-
}
|
|
737
|
-
],
|
|
738
|
-
"exports": [
|
|
739
|
-
{
|
|
740
|
-
"kind": "js",
|
|
741
|
-
"name": "renderOnChange",
|
|
742
|
-
"declaration": {
|
|
743
|
-
"name": "renderOnChange",
|
|
744
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
]
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"kind": "javascript-module",
|
|
751
|
-
"path": "src/design-system/design-system.ts",
|
|
752
|
-
"declarations": [
|
|
753
|
-
{
|
|
754
|
-
"kind": "function",
|
|
755
|
-
"name": "assureDesignSystem",
|
|
756
|
-
"return": {
|
|
757
|
-
"type": {
|
|
758
|
-
"text": "DesignSystemModule"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
"parameters": [
|
|
762
|
-
{
|
|
763
|
-
"name": "module",
|
|
764
|
-
"type": {
|
|
765
|
-
"text": "DesignSystemModule"
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
|
-
"description": "assureDesignSystem.",
|
|
770
|
-
"privacy": "public"
|
|
771
|
-
}
|
|
772
|
-
],
|
|
773
|
-
"exports": [
|
|
774
|
-
{
|
|
775
|
-
"kind": "js",
|
|
776
|
-
"name": "assureDesignSystem",
|
|
777
|
-
"declaration": {
|
|
778
|
-
"name": "assureDesignSystem",
|
|
779
|
-
"module": "src/design-system/design-system.ts"
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
]
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"kind": "javascript-module",
|
|
786
|
-
"path": "src/design-system/index.ts",
|
|
787
|
-
"declarations": [],
|
|
788
|
-
"exports": [
|
|
789
|
-
{
|
|
790
|
-
"kind": "js",
|
|
791
|
-
"name": "*",
|
|
792
|
-
"declaration": {
|
|
793
|
-
"name": "*",
|
|
794
|
-
"package": "./design-system"
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
]
|
|
798
|
-
},
|
|
799
799
|
{
|
|
800
800
|
"kind": "javascript-module",
|
|
801
801
|
"path": "src/error/errorMap.ts",
|
|
@@ -2285,98 +2285,188 @@
|
|
|
2285
2285
|
},
|
|
2286
2286
|
{
|
|
2287
2287
|
"kind": "javascript-module",
|
|
2288
|
-
"path": "src/
|
|
2288
|
+
"path": "src/directives/sync/index.ts",
|
|
2289
|
+
"declarations": [],
|
|
2290
|
+
"exports": [
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "js",
|
|
2293
|
+
"name": "*",
|
|
2294
|
+
"declaration": {
|
|
2295
|
+
"name": "*",
|
|
2296
|
+
"package": "./sync"
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"kind": "javascript-module",
|
|
2303
|
+
"path": "src/directives/sync/sync.ts",
|
|
2289
2304
|
"declarations": [
|
|
2290
2305
|
{
|
|
2291
|
-
"kind": "
|
|
2292
|
-
"name": "
|
|
2293
|
-
"
|
|
2294
|
-
"
|
|
2295
|
-
"text": ""
|
|
2296
|
-
}
|
|
2306
|
+
"kind": "variable",
|
|
2307
|
+
"name": "defaultEventMap",
|
|
2308
|
+
"type": {
|
|
2309
|
+
"text": "Map<string, EventName>"
|
|
2297
2310
|
},
|
|
2298
|
-
"
|
|
2299
|
-
|
|
2300
|
-
"name": "base64Value",
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "string"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"description": "The value to decode from base64.",
|
|
2307
|
-
"name": "value"
|
|
2308
|
-
}
|
|
2309
|
-
],
|
|
2310
|
-
"description": "Decodes a value from base64.",
|
|
2311
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2312
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2311
2313
|
"privacy": "public"
|
|
2312
2314
|
},
|
|
2313
2315
|
{
|
|
2314
2316
|
"kind": "function",
|
|
2315
|
-
"name": "
|
|
2317
|
+
"name": "sync",
|
|
2316
2318
|
"return": {
|
|
2317
2319
|
"type": {
|
|
2318
|
-
"text": ""
|
|
2320
|
+
"text": "CaptureType<TSource>"
|
|
2319
2321
|
}
|
|
2320
2322
|
},
|
|
2321
2323
|
"parameters": [
|
|
2322
2324
|
{
|
|
2323
|
-
"name": "
|
|
2325
|
+
"name": "binding",
|
|
2326
|
+
"type": {
|
|
2327
|
+
"text": "Binding<TSource, TReturn>"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "conversionType",
|
|
2332
|
+
"default": "'string'",
|
|
2333
|
+
"type": {
|
|
2334
|
+
"text": "ConversionType"
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "eventName",
|
|
2339
|
+
"default": "'default'",
|
|
2340
|
+
"type": {
|
|
2341
|
+
"text": "EventName"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "keyAttr",
|
|
2346
|
+
"optional": true,
|
|
2324
2347
|
"type": {
|
|
2325
2348
|
"text": "string"
|
|
2326
|
-
}
|
|
2327
|
-
"description": "The value to decode from base64."
|
|
2349
|
+
}
|
|
2328
2350
|
}
|
|
2329
2351
|
],
|
|
2330
|
-
"description": "
|
|
2352
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2331
2353
|
"privacy": "public"
|
|
2332
2354
|
}
|
|
2333
2355
|
],
|
|
2334
2356
|
"exports": [
|
|
2335
2357
|
{
|
|
2336
2358
|
"kind": "js",
|
|
2337
|
-
"name": "
|
|
2359
|
+
"name": "defaultEventMap",
|
|
2338
2360
|
"declaration": {
|
|
2339
|
-
"name": "
|
|
2340
|
-
"module": "src/
|
|
2361
|
+
"name": "defaultEventMap",
|
|
2362
|
+
"module": "src/directives/sync/sync.ts"
|
|
2341
2363
|
}
|
|
2342
2364
|
},
|
|
2343
2365
|
{
|
|
2344
2366
|
"kind": "js",
|
|
2345
|
-
"name": "
|
|
2367
|
+
"name": "sync",
|
|
2346
2368
|
"declaration": {
|
|
2347
|
-
"name": "
|
|
2348
|
-
"module": "src/
|
|
2369
|
+
"name": "sync",
|
|
2370
|
+
"module": "src/directives/sync/sync.ts"
|
|
2349
2371
|
}
|
|
2350
2372
|
}
|
|
2351
2373
|
]
|
|
2352
2374
|
},
|
|
2353
2375
|
{
|
|
2354
2376
|
"kind": "javascript-module",
|
|
2355
|
-
"path": "src/
|
|
2377
|
+
"path": "src/directives/when-else/index.ts",
|
|
2378
|
+
"declarations": [],
|
|
2379
|
+
"exports": [
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "js",
|
|
2382
|
+
"name": "*",
|
|
2383
|
+
"declaration": {
|
|
2384
|
+
"name": "*",
|
|
2385
|
+
"package": "./when-else"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2388
|
+
]
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"kind": "javascript-module",
|
|
2392
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2356
2393
|
"declarations": [
|
|
2357
2394
|
{
|
|
2358
2395
|
"kind": "function",
|
|
2359
|
-
"name": "
|
|
2396
|
+
"name": "whenElse",
|
|
2360
2397
|
"return": {
|
|
2361
2398
|
"type": {
|
|
2362
|
-
"text": ""
|
|
2399
|
+
"text": "CaptureType<TSource>"
|
|
2363
2400
|
}
|
|
2364
2401
|
},
|
|
2365
2402
|
"parameters": [
|
|
2366
2403
|
{
|
|
2367
|
-
"name": "
|
|
2404
|
+
"name": "binding",
|
|
2368
2405
|
"type": {
|
|
2369
|
-
"text": "
|
|
2406
|
+
"text": "Binding<TSource, TReturn>"
|
|
2370
2407
|
},
|
|
2371
|
-
"description": "The
|
|
2408
|
+
"description": "The condition to test for rendering."
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2412
|
+
"type": {
|
|
2413
|
+
"text": "WhenTemplate<TSource>"
|
|
2414
|
+
},
|
|
2415
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2419
|
+
"type": {
|
|
2420
|
+
"text": "WhenTemplate<TSource>"
|
|
2421
|
+
},
|
|
2422
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2372
2423
|
}
|
|
2373
2424
|
],
|
|
2374
|
-
"description": "
|
|
2425
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2426
|
+
"privacy": "public"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"exports": [
|
|
2430
|
+
{
|
|
2431
|
+
"kind": "js",
|
|
2432
|
+
"name": "whenElse",
|
|
2433
|
+
"declaration": {
|
|
2434
|
+
"name": "whenElse",
|
|
2435
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "javascript-module",
|
|
2442
|
+
"path": "src/encoding/base64/decode.ts",
|
|
2443
|
+
"declarations": [
|
|
2444
|
+
{
|
|
2445
|
+
"kind": "function",
|
|
2446
|
+
"name": "decodeFromBase64",
|
|
2447
|
+
"return": {
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": ""
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
"parameters": [
|
|
2453
|
+
{
|
|
2454
|
+
"name": "base64Value",
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "string"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"description": "The value to decode from base64.",
|
|
2461
|
+
"name": "value"
|
|
2462
|
+
}
|
|
2463
|
+
],
|
|
2464
|
+
"description": "Decodes a value from base64.",
|
|
2375
2465
|
"privacy": "public"
|
|
2376
2466
|
},
|
|
2377
2467
|
{
|
|
2378
2468
|
"kind": "function",
|
|
2379
|
-
"name": "
|
|
2469
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2380
2470
|
"return": {
|
|
2381
2471
|
"type": {
|
|
2382
2472
|
"text": ""
|
|
@@ -2386,149 +2476,101 @@
|
|
|
2386
2476
|
{
|
|
2387
2477
|
"name": "value",
|
|
2388
2478
|
"type": {
|
|
2389
|
-
"text": "string
|
|
2479
|
+
"text": "string"
|
|
2390
2480
|
},
|
|
2391
|
-
"description": "The value to
|
|
2481
|
+
"description": "The value to decode from base64."
|
|
2392
2482
|
}
|
|
2393
2483
|
],
|
|
2394
|
-
"description": "
|
|
2484
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
2395
2485
|
"privacy": "public"
|
|
2396
2486
|
}
|
|
2397
2487
|
],
|
|
2398
2488
|
"exports": [
|
|
2399
2489
|
{
|
|
2400
2490
|
"kind": "js",
|
|
2401
|
-
"name": "
|
|
2402
|
-
"declaration": {
|
|
2403
|
-
"name": "encodeToBase64",
|
|
2404
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "js",
|
|
2409
|
-
"name": "encodeToBase64WithPrefix",
|
|
2410
|
-
"declaration": {
|
|
2411
|
-
"name": "encodeToBase64WithPrefix",
|
|
2412
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
]
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "javascript-module",
|
|
2419
|
-
"path": "src/encoding/base64/index.ts",
|
|
2420
|
-
"declarations": [],
|
|
2421
|
-
"exports": [
|
|
2422
|
-
{
|
|
2423
|
-
"kind": "js",
|
|
2424
|
-
"name": "*",
|
|
2491
|
+
"name": "decodeFromBase64",
|
|
2425
2492
|
"declaration": {
|
|
2426
|
-
"name": "
|
|
2427
|
-
"
|
|
2493
|
+
"name": "decodeFromBase64",
|
|
2494
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2428
2495
|
}
|
|
2429
2496
|
},
|
|
2430
2497
|
{
|
|
2431
2498
|
"kind": "js",
|
|
2432
|
-
"name": "
|
|
2433
|
-
"declaration": {
|
|
2434
|
-
"name": "*",
|
|
2435
|
-
"package": "./encode"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"kind": "javascript-module",
|
|
2442
|
-
"path": "src/directives/sync/index.ts",
|
|
2443
|
-
"declarations": [],
|
|
2444
|
-
"exports": [
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "js",
|
|
2447
|
-
"name": "*",
|
|
2499
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2448
2500
|
"declaration": {
|
|
2449
|
-
"name": "
|
|
2450
|
-
"
|
|
2501
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2502
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2451
2503
|
}
|
|
2452
2504
|
}
|
|
2453
2505
|
]
|
|
2454
2506
|
},
|
|
2455
2507
|
{
|
|
2456
2508
|
"kind": "javascript-module",
|
|
2457
|
-
"path": "src/
|
|
2509
|
+
"path": "src/encoding/base64/encode.ts",
|
|
2458
2510
|
"declarations": [
|
|
2459
2511
|
{
|
|
2460
|
-
"kind": "
|
|
2461
|
-
"name": "
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2512
|
+
"kind": "function",
|
|
2513
|
+
"name": "encodeToBase64",
|
|
2514
|
+
"return": {
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": ""
|
|
2517
|
+
}
|
|
2464
2518
|
},
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2519
|
+
"parameters": [
|
|
2520
|
+
{
|
|
2521
|
+
"name": "value",
|
|
2522
|
+
"type": {
|
|
2523
|
+
"text": "string | ArrayBuffer"
|
|
2524
|
+
},
|
|
2525
|
+
"description": "The value to encode to base64."
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"description": "Encodes the given value to base64.",
|
|
2467
2529
|
"privacy": "public"
|
|
2468
2530
|
},
|
|
2469
2531
|
{
|
|
2470
2532
|
"kind": "function",
|
|
2471
|
-
"name": "
|
|
2533
|
+
"name": "encodeToBase64WithPrefix",
|
|
2472
2534
|
"return": {
|
|
2473
2535
|
"type": {
|
|
2474
|
-
"text": "
|
|
2536
|
+
"text": ""
|
|
2475
2537
|
}
|
|
2476
2538
|
},
|
|
2477
2539
|
"parameters": [
|
|
2478
2540
|
{
|
|
2479
|
-
"name": "
|
|
2480
|
-
"type": {
|
|
2481
|
-
"text": "Binding<TSource, TReturn>"
|
|
2482
|
-
}
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"name": "conversionType",
|
|
2486
|
-
"default": "'string'",
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "ConversionType"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "eventName",
|
|
2493
|
-
"default": "'default'",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"text": "EventName"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "keyAttr",
|
|
2500
|
-
"optional": true,
|
|
2541
|
+
"name": "value",
|
|
2501
2542
|
"type": {
|
|
2502
|
-
"text": "string"
|
|
2503
|
-
}
|
|
2543
|
+
"text": "string | ArrayBuffer"
|
|
2544
|
+
},
|
|
2545
|
+
"description": "The value to encode to base64."
|
|
2504
2546
|
}
|
|
2505
2547
|
],
|
|
2506
|
-
"description": "
|
|
2548
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
2507
2549
|
"privacy": "public"
|
|
2508
2550
|
}
|
|
2509
2551
|
],
|
|
2510
2552
|
"exports": [
|
|
2511
2553
|
{
|
|
2512
2554
|
"kind": "js",
|
|
2513
|
-
"name": "
|
|
2555
|
+
"name": "encodeToBase64",
|
|
2514
2556
|
"declaration": {
|
|
2515
|
-
"name": "
|
|
2516
|
-
"module": "src/
|
|
2557
|
+
"name": "encodeToBase64",
|
|
2558
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2517
2559
|
}
|
|
2518
2560
|
},
|
|
2519
2561
|
{
|
|
2520
2562
|
"kind": "js",
|
|
2521
|
-
"name": "
|
|
2563
|
+
"name": "encodeToBase64WithPrefix",
|
|
2522
2564
|
"declaration": {
|
|
2523
|
-
"name": "
|
|
2524
|
-
"module": "src/
|
|
2565
|
+
"name": "encodeToBase64WithPrefix",
|
|
2566
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2525
2567
|
}
|
|
2526
2568
|
}
|
|
2527
2569
|
]
|
|
2528
2570
|
},
|
|
2529
2571
|
{
|
|
2530
2572
|
"kind": "javascript-module",
|
|
2531
|
-
"path": "src/
|
|
2573
|
+
"path": "src/encoding/base64/index.ts",
|
|
2532
2574
|
"declarations": [],
|
|
2533
2575
|
"exports": [
|
|
2534
2576
|
{
|
|
@@ -2536,57 +2578,15 @@
|
|
|
2536
2578
|
"name": "*",
|
|
2537
2579
|
"declaration": {
|
|
2538
2580
|
"name": "*",
|
|
2539
|
-
"package": "./
|
|
2581
|
+
"package": "./decode"
|
|
2540
2582
|
}
|
|
2541
|
-
}
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "javascript-module",
|
|
2546
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2547
|
-
"declarations": [
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "function",
|
|
2550
|
-
"name": "whenElse",
|
|
2551
|
-
"return": {
|
|
2552
|
-
"type": {
|
|
2553
|
-
"text": "CaptureType<TSource>"
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
"parameters": [
|
|
2557
|
-
{
|
|
2558
|
-
"name": "binding",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "Binding<TSource, TReturn>"
|
|
2561
|
-
},
|
|
2562
|
-
"description": "The condition to test for rendering."
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "WhenTemplate<TSource>"
|
|
2568
|
-
},
|
|
2569
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2573
|
-
"type": {
|
|
2574
|
-
"text": "WhenTemplate<TSource>"
|
|
2575
|
-
},
|
|
2576
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2577
|
-
}
|
|
2578
|
-
],
|
|
2579
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2580
|
-
"privacy": "public"
|
|
2581
|
-
}
|
|
2582
|
-
],
|
|
2583
|
-
"exports": [
|
|
2583
|
+
},
|
|
2584
2584
|
{
|
|
2585
2585
|
"kind": "js",
|
|
2586
|
-
"name": "
|
|
2586
|
+
"name": "*",
|
|
2587
2587
|
"declaration": {
|
|
2588
|
-
"name": "
|
|
2589
|
-
"
|
|
2588
|
+
"name": "*",
|
|
2589
|
+
"package": "./encode"
|
|
2590
2590
|
}
|
|
2591
2591
|
}
|
|
2592
2592
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.237.1
|
|
4
|
+
"version": "14.237.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.237.1
|
|
31
|
-
"@genesislcap/genx": "14.237.1
|
|
32
|
-
"@genesislcap/rollup-builder": "14.237.1
|
|
33
|
-
"@genesislcap/ts-builder": "14.237.1
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.237.1
|
|
35
|
-
"@genesislcap/vite-builder": "14.237.1
|
|
36
|
-
"@genesislcap/webpack-builder": "14.237.1
|
|
30
|
+
"@genesislcap/foundation-testing": "14.237.1",
|
|
31
|
+
"@genesislcap/genx": "14.237.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.237.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.237.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.237.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.237.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.237.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.237.1
|
|
40
|
+
"@genesislcap/foundation-logger": "14.237.1",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "bcda3ef5a5b349a2aff30cc91e391528483e5189"
|
|
59
59
|
}
|