@genesislcap/foundation-utils 14.226.2-alpha-bcda968.0 → 14.226.2-alpha-0c303f8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +227 -277
- package/dist/dts/env/variables.d.ts +0 -20
- package/dist/dts/env/variables.d.ts.map +1 -1
- package/dist/esm/env/variables.js +7 -39
- package/dist/foundation-utils.api.json +0 -46
- package/dist/foundation-utils.d.ts +0 -20
- package/docs/api/foundation-utils.md +0 -2
- package/docs/api-report.md +0 -6
- package/package.json +10 -10
- package/docs/api/foundation-utils.builder.md +0 -18
- package/docs/api/foundation-utils.public_path.md +0 -18
@@ -420,6 +420,79 @@
|
|
420
420
|
}
|
421
421
|
]
|
422
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
|
+
},
|
446
|
+
{
|
447
|
+
"kind": "javascript-module",
|
448
|
+
"path": "src/design-system/design-system.ts",
|
449
|
+
"declarations": [
|
450
|
+
{
|
451
|
+
"kind": "function",
|
452
|
+
"name": "assureDesignSystem",
|
453
|
+
"return": {
|
454
|
+
"type": {
|
455
|
+
"text": "DesignSystemModule"
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"parameters": [
|
459
|
+
{
|
460
|
+
"name": "module",
|
461
|
+
"type": {
|
462
|
+
"text": "DesignSystemModule"
|
463
|
+
}
|
464
|
+
}
|
465
|
+
],
|
466
|
+
"description": "assureDesignSystem.",
|
467
|
+
"privacy": "public"
|
468
|
+
}
|
469
|
+
],
|
470
|
+
"exports": [
|
471
|
+
{
|
472
|
+
"kind": "js",
|
473
|
+
"name": "assureDesignSystem",
|
474
|
+
"declaration": {
|
475
|
+
"name": "assureDesignSystem",
|
476
|
+
"module": "src/design-system/design-system.ts"
|
477
|
+
}
|
478
|
+
}
|
479
|
+
]
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"kind": "javascript-module",
|
483
|
+
"path": "src/design-system/index.ts",
|
484
|
+
"declarations": [],
|
485
|
+
"exports": [
|
486
|
+
{
|
487
|
+
"kind": "js",
|
488
|
+
"name": "*",
|
489
|
+
"declaration": {
|
490
|
+
"name": "*",
|
491
|
+
"package": "./design-system"
|
492
|
+
}
|
493
|
+
}
|
494
|
+
]
|
495
|
+
},
|
423
496
|
{
|
424
497
|
"kind": "javascript-module",
|
425
498
|
"path": "src/encoding/index.ts",
|
@@ -484,40 +557,6 @@
|
|
484
557
|
"kind": "javascript-module",
|
485
558
|
"path": "src/env/variables.ts",
|
486
559
|
"declarations": [
|
487
|
-
{
|
488
|
-
"kind": "variable",
|
489
|
-
"name": "BUILDER",
|
490
|
-
"type": {
|
491
|
-
"text": "string"
|
492
|
-
}
|
493
|
-
},
|
494
|
-
{
|
495
|
-
"kind": "variable",
|
496
|
-
"name": "_BUILDER",
|
497
|
-
"type": {
|
498
|
-
"text": "string"
|
499
|
-
},
|
500
|
-
"default": "'webpack'",
|
501
|
-
"description": "The builder aka file bundler.",
|
502
|
-
"privacy": "public"
|
503
|
-
},
|
504
|
-
{
|
505
|
-
"kind": "variable",
|
506
|
-
"name": "PUBLIC_PATH",
|
507
|
-
"type": {
|
508
|
-
"text": "string"
|
509
|
-
}
|
510
|
-
},
|
511
|
-
{
|
512
|
-
"kind": "variable",
|
513
|
-
"name": "_PUBLIC_PATH",
|
514
|
-
"type": {
|
515
|
-
"text": "string"
|
516
|
-
},
|
517
|
-
"default": "'/'",
|
518
|
-
"description": "The public path.",
|
519
|
-
"privacy": "public"
|
520
|
-
},
|
521
560
|
{
|
522
561
|
"kind": "variable",
|
523
562
|
"name": "SOCKET_EXT",
|
@@ -641,22 +680,6 @@
|
|
641
680
|
}
|
642
681
|
],
|
643
682
|
"exports": [
|
644
|
-
{
|
645
|
-
"kind": "js",
|
646
|
-
"name": "BUILDER",
|
647
|
-
"declaration": {
|
648
|
-
"name": "_BUILDER",
|
649
|
-
"module": "src/env/variables.ts"
|
650
|
-
}
|
651
|
-
},
|
652
|
-
{
|
653
|
-
"kind": "js",
|
654
|
-
"name": "PUBLIC_PATH",
|
655
|
-
"declaration": {
|
656
|
-
"name": "_PUBLIC_PATH",
|
657
|
-
"module": "src/env/variables.ts"
|
658
|
-
}
|
659
|
-
},
|
660
683
|
{
|
661
684
|
"kind": "js",
|
662
685
|
"name": "SOCKET_EXT",
|
@@ -723,29 +746,6 @@
|
|
723
746
|
}
|
724
747
|
]
|
725
748
|
},
|
726
|
-
{
|
727
|
-
"kind": "javascript-module",
|
728
|
-
"path": "src/directives/index.ts",
|
729
|
-
"declarations": [],
|
730
|
-
"exports": [
|
731
|
-
{
|
732
|
-
"kind": "js",
|
733
|
-
"name": "*",
|
734
|
-
"declaration": {
|
735
|
-
"name": "*",
|
736
|
-
"package": "./sync"
|
737
|
-
}
|
738
|
-
},
|
739
|
-
{
|
740
|
-
"kind": "js",
|
741
|
-
"name": "*",
|
742
|
-
"declaration": {
|
743
|
-
"name": "*",
|
744
|
-
"package": "./when-else"
|
745
|
-
}
|
746
|
-
}
|
747
|
-
]
|
748
|
-
},
|
749
749
|
{
|
750
750
|
"kind": "javascript-module",
|
751
751
|
"path": "src/error/errorMap.ts",
|
@@ -945,56 +945,6 @@
|
|
945
945
|
}
|
946
946
|
]
|
947
947
|
},
|
948
|
-
{
|
949
|
-
"kind": "javascript-module",
|
950
|
-
"path": "src/design-system/design-system.ts",
|
951
|
-
"declarations": [
|
952
|
-
{
|
953
|
-
"kind": "function",
|
954
|
-
"name": "assureDesignSystem",
|
955
|
-
"return": {
|
956
|
-
"type": {
|
957
|
-
"text": "DesignSystemModule"
|
958
|
-
}
|
959
|
-
},
|
960
|
-
"parameters": [
|
961
|
-
{
|
962
|
-
"name": "module",
|
963
|
-
"type": {
|
964
|
-
"text": "DesignSystemModule"
|
965
|
-
}
|
966
|
-
}
|
967
|
-
],
|
968
|
-
"description": "assureDesignSystem.",
|
969
|
-
"privacy": "public"
|
970
|
-
}
|
971
|
-
],
|
972
|
-
"exports": [
|
973
|
-
{
|
974
|
-
"kind": "js",
|
975
|
-
"name": "assureDesignSystem",
|
976
|
-
"declaration": {
|
977
|
-
"name": "assureDesignSystem",
|
978
|
-
"module": "src/design-system/design-system.ts"
|
979
|
-
}
|
980
|
-
}
|
981
|
-
]
|
982
|
-
},
|
983
|
-
{
|
984
|
-
"kind": "javascript-module",
|
985
|
-
"path": "src/design-system/index.ts",
|
986
|
-
"declarations": [],
|
987
|
-
"exports": [
|
988
|
-
{
|
989
|
-
"kind": "js",
|
990
|
-
"name": "*",
|
991
|
-
"declaration": {
|
992
|
-
"name": "*",
|
993
|
-
"package": "./design-system"
|
994
|
-
}
|
995
|
-
}
|
996
|
-
]
|
997
|
-
},
|
998
948
|
{
|
999
949
|
"kind": "javascript-module",
|
1000
950
|
"path": "src/formatters/datetime.ts",
|
@@ -2283,160 +2233,6 @@
|
|
2283
2233
|
}
|
2284
2234
|
]
|
2285
2235
|
},
|
2286
|
-
{
|
2287
|
-
"kind": "javascript-module",
|
2288
|
-
"path": "src/encoding/base64/decode.ts",
|
2289
|
-
"declarations": [
|
2290
|
-
{
|
2291
|
-
"kind": "function",
|
2292
|
-
"name": "decodeFromBase64",
|
2293
|
-
"return": {
|
2294
|
-
"type": {
|
2295
|
-
"text": ""
|
2296
|
-
}
|
2297
|
-
},
|
2298
|
-
"parameters": [
|
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
|
-
"privacy": "public"
|
2312
|
-
},
|
2313
|
-
{
|
2314
|
-
"kind": "function",
|
2315
|
-
"name": "decodeFromBase64WithPrefix",
|
2316
|
-
"return": {
|
2317
|
-
"type": {
|
2318
|
-
"text": ""
|
2319
|
-
}
|
2320
|
-
},
|
2321
|
-
"parameters": [
|
2322
|
-
{
|
2323
|
-
"name": "value",
|
2324
|
-
"type": {
|
2325
|
-
"text": "string"
|
2326
|
-
},
|
2327
|
-
"description": "The value to decode from base64."
|
2328
|
-
}
|
2329
|
-
],
|
2330
|
-
"description": "Decodes a value from base64 with a prefix.",
|
2331
|
-
"privacy": "public"
|
2332
|
-
}
|
2333
|
-
],
|
2334
|
-
"exports": [
|
2335
|
-
{
|
2336
|
-
"kind": "js",
|
2337
|
-
"name": "decodeFromBase64",
|
2338
|
-
"declaration": {
|
2339
|
-
"name": "decodeFromBase64",
|
2340
|
-
"module": "src/encoding/base64/decode.ts"
|
2341
|
-
}
|
2342
|
-
},
|
2343
|
-
{
|
2344
|
-
"kind": "js",
|
2345
|
-
"name": "decodeFromBase64WithPrefix",
|
2346
|
-
"declaration": {
|
2347
|
-
"name": "decodeFromBase64WithPrefix",
|
2348
|
-
"module": "src/encoding/base64/decode.ts"
|
2349
|
-
}
|
2350
|
-
}
|
2351
|
-
]
|
2352
|
-
},
|
2353
|
-
{
|
2354
|
-
"kind": "javascript-module",
|
2355
|
-
"path": "src/encoding/base64/encode.ts",
|
2356
|
-
"declarations": [
|
2357
|
-
{
|
2358
|
-
"kind": "function",
|
2359
|
-
"name": "encodeToBase64",
|
2360
|
-
"return": {
|
2361
|
-
"type": {
|
2362
|
-
"text": ""
|
2363
|
-
}
|
2364
|
-
},
|
2365
|
-
"parameters": [
|
2366
|
-
{
|
2367
|
-
"name": "value",
|
2368
|
-
"type": {
|
2369
|
-
"text": "string | ArrayBuffer"
|
2370
|
-
},
|
2371
|
-
"description": "The value to encode to base64."
|
2372
|
-
}
|
2373
|
-
],
|
2374
|
-
"description": "Encodes the given value to base64.",
|
2375
|
-
"privacy": "public"
|
2376
|
-
},
|
2377
|
-
{
|
2378
|
-
"kind": "function",
|
2379
|
-
"name": "encodeToBase64WithPrefix",
|
2380
|
-
"return": {
|
2381
|
-
"type": {
|
2382
|
-
"text": ""
|
2383
|
-
}
|
2384
|
-
},
|
2385
|
-
"parameters": [
|
2386
|
-
{
|
2387
|
-
"name": "value",
|
2388
|
-
"type": {
|
2389
|
-
"text": "string | ArrayBuffer"
|
2390
|
-
},
|
2391
|
-
"description": "The value to encode to base64."
|
2392
|
-
}
|
2393
|
-
],
|
2394
|
-
"description": "Encodes the given value with a prefix to base64.",
|
2395
|
-
"privacy": "public"
|
2396
|
-
}
|
2397
|
-
],
|
2398
|
-
"exports": [
|
2399
|
-
{
|
2400
|
-
"kind": "js",
|
2401
|
-
"name": "encodeToBase64",
|
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": "*",
|
2425
|
-
"declaration": {
|
2426
|
-
"name": "*",
|
2427
|
-
"package": "./decode"
|
2428
|
-
}
|
2429
|
-
},
|
2430
|
-
{
|
2431
|
-
"kind": "js",
|
2432
|
-
"name": "*",
|
2433
|
-
"declaration": {
|
2434
|
-
"name": "*",
|
2435
|
-
"package": "./encode"
|
2436
|
-
}
|
2437
|
-
}
|
2438
|
-
]
|
2439
|
-
},
|
2440
2236
|
{
|
2441
2237
|
"kind": "javascript-module",
|
2442
2238
|
"path": "src/directives/sync/index.ts",
|
@@ -2591,6 +2387,160 @@
|
|
2591
2387
|
}
|
2592
2388
|
]
|
2593
2389
|
},
|
2390
|
+
{
|
2391
|
+
"kind": "javascript-module",
|
2392
|
+
"path": "src/encoding/base64/decode.ts",
|
2393
|
+
"declarations": [
|
2394
|
+
{
|
2395
|
+
"kind": "function",
|
2396
|
+
"name": "decodeFromBase64",
|
2397
|
+
"return": {
|
2398
|
+
"type": {
|
2399
|
+
"text": ""
|
2400
|
+
}
|
2401
|
+
},
|
2402
|
+
"parameters": [
|
2403
|
+
{
|
2404
|
+
"name": "base64Value",
|
2405
|
+
"type": {
|
2406
|
+
"text": "string"
|
2407
|
+
}
|
2408
|
+
},
|
2409
|
+
{
|
2410
|
+
"description": "The value to decode from base64.",
|
2411
|
+
"name": "value"
|
2412
|
+
}
|
2413
|
+
],
|
2414
|
+
"description": "Decodes a value from base64.",
|
2415
|
+
"privacy": "public"
|
2416
|
+
},
|
2417
|
+
{
|
2418
|
+
"kind": "function",
|
2419
|
+
"name": "decodeFromBase64WithPrefix",
|
2420
|
+
"return": {
|
2421
|
+
"type": {
|
2422
|
+
"text": ""
|
2423
|
+
}
|
2424
|
+
},
|
2425
|
+
"parameters": [
|
2426
|
+
{
|
2427
|
+
"name": "value",
|
2428
|
+
"type": {
|
2429
|
+
"text": "string"
|
2430
|
+
},
|
2431
|
+
"description": "The value to decode from base64."
|
2432
|
+
}
|
2433
|
+
],
|
2434
|
+
"description": "Decodes a value from base64 with a prefix.",
|
2435
|
+
"privacy": "public"
|
2436
|
+
}
|
2437
|
+
],
|
2438
|
+
"exports": [
|
2439
|
+
{
|
2440
|
+
"kind": "js",
|
2441
|
+
"name": "decodeFromBase64",
|
2442
|
+
"declaration": {
|
2443
|
+
"name": "decodeFromBase64",
|
2444
|
+
"module": "src/encoding/base64/decode.ts"
|
2445
|
+
}
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"kind": "js",
|
2449
|
+
"name": "decodeFromBase64WithPrefix",
|
2450
|
+
"declaration": {
|
2451
|
+
"name": "decodeFromBase64WithPrefix",
|
2452
|
+
"module": "src/encoding/base64/decode.ts"
|
2453
|
+
}
|
2454
|
+
}
|
2455
|
+
]
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
"kind": "javascript-module",
|
2459
|
+
"path": "src/encoding/base64/encode.ts",
|
2460
|
+
"declarations": [
|
2461
|
+
{
|
2462
|
+
"kind": "function",
|
2463
|
+
"name": "encodeToBase64",
|
2464
|
+
"return": {
|
2465
|
+
"type": {
|
2466
|
+
"text": ""
|
2467
|
+
}
|
2468
|
+
},
|
2469
|
+
"parameters": [
|
2470
|
+
{
|
2471
|
+
"name": "value",
|
2472
|
+
"type": {
|
2473
|
+
"text": "string | ArrayBuffer"
|
2474
|
+
},
|
2475
|
+
"description": "The value to encode to base64."
|
2476
|
+
}
|
2477
|
+
],
|
2478
|
+
"description": "Encodes the given value to base64.",
|
2479
|
+
"privacy": "public"
|
2480
|
+
},
|
2481
|
+
{
|
2482
|
+
"kind": "function",
|
2483
|
+
"name": "encodeToBase64WithPrefix",
|
2484
|
+
"return": {
|
2485
|
+
"type": {
|
2486
|
+
"text": ""
|
2487
|
+
}
|
2488
|
+
},
|
2489
|
+
"parameters": [
|
2490
|
+
{
|
2491
|
+
"name": "value",
|
2492
|
+
"type": {
|
2493
|
+
"text": "string | ArrayBuffer"
|
2494
|
+
},
|
2495
|
+
"description": "The value to encode to base64."
|
2496
|
+
}
|
2497
|
+
],
|
2498
|
+
"description": "Encodes the given value with a prefix to base64.",
|
2499
|
+
"privacy": "public"
|
2500
|
+
}
|
2501
|
+
],
|
2502
|
+
"exports": [
|
2503
|
+
{
|
2504
|
+
"kind": "js",
|
2505
|
+
"name": "encodeToBase64",
|
2506
|
+
"declaration": {
|
2507
|
+
"name": "encodeToBase64",
|
2508
|
+
"module": "src/encoding/base64/encode.ts"
|
2509
|
+
}
|
2510
|
+
},
|
2511
|
+
{
|
2512
|
+
"kind": "js",
|
2513
|
+
"name": "encodeToBase64WithPrefix",
|
2514
|
+
"declaration": {
|
2515
|
+
"name": "encodeToBase64WithPrefix",
|
2516
|
+
"module": "src/encoding/base64/encode.ts"
|
2517
|
+
}
|
2518
|
+
}
|
2519
|
+
]
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
"kind": "javascript-module",
|
2523
|
+
"path": "src/encoding/base64/index.ts",
|
2524
|
+
"declarations": [],
|
2525
|
+
"exports": [
|
2526
|
+
{
|
2527
|
+
"kind": "js",
|
2528
|
+
"name": "*",
|
2529
|
+
"declaration": {
|
2530
|
+
"name": "*",
|
2531
|
+
"package": "./decode"
|
2532
|
+
}
|
2533
|
+
},
|
2534
|
+
{
|
2535
|
+
"kind": "js",
|
2536
|
+
"name": "*",
|
2537
|
+
"declaration": {
|
2538
|
+
"name": "*",
|
2539
|
+
"package": "./encode"
|
2540
|
+
}
|
2541
|
+
}
|
2542
|
+
]
|
2543
|
+
},
|
2594
2544
|
{
|
2595
2545
|
"kind": "javascript-module",
|
2596
2546
|
"path": "src/mappers/dto/index.ts",
|
@@ -1,23 +1,3 @@
|
|
1
|
-
/**
|
2
|
-
* The builder aka file bundler.
|
3
|
-
* @privateRemarks
|
4
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
5
|
-
* @example 'webpack', 'vite'.
|
6
|
-
* @defaultValue `'webpack'`
|
7
|
-
* @public
|
8
|
-
*/
|
9
|
-
declare let _BUILDER: string;
|
10
|
-
export { _BUILDER as BUILDER };
|
11
|
-
/**
|
12
|
-
* The public path.
|
13
|
-
* @privateRemarks
|
14
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
15
|
-
* @example '/', '/app/'.
|
16
|
-
* @public
|
17
|
-
* @defaultValue `'/'`
|
18
|
-
*/
|
19
|
-
declare let _PUBLIC_PATH: string;
|
20
|
-
export { _PUBLIC_PATH as PUBLIC_PATH };
|
21
1
|
/**
|
22
2
|
* The sub-path used for WebSocket connections when API_HOST is not set
|
23
3
|
* @public
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC"}
|
@@ -1,36 +1,4 @@
|
|
1
1
|
/* eslint-disable import/no-mutable-exports */
|
2
|
-
/**
|
3
|
-
* The builder aka file bundler.
|
4
|
-
* @privateRemarks
|
5
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
6
|
-
* @example 'webpack', 'vite'.
|
7
|
-
* @defaultValue `'webpack'`
|
8
|
-
* @public
|
9
|
-
*/
|
10
|
-
let _BUILDER = 'webpack';
|
11
|
-
try {
|
12
|
-
if (typeof BUILDER !== 'undefined') {
|
13
|
-
_BUILDER = BUILDER;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
catch (_a) { }
|
17
|
-
export { _BUILDER as BUILDER };
|
18
|
-
/**
|
19
|
-
* The public path.
|
20
|
-
* @privateRemarks
|
21
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
22
|
-
* @example '/', '/app/'.
|
23
|
-
* @public
|
24
|
-
* @defaultValue `'/'`
|
25
|
-
*/
|
26
|
-
let _PUBLIC_PATH = '/';
|
27
|
-
try {
|
28
|
-
if (typeof PUBLIC_PATH !== 'undefined') {
|
29
|
-
_PUBLIC_PATH = PUBLIC_PATH;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
catch (_b) { }
|
33
|
-
export { _PUBLIC_PATH as PUBLIC_PATH };
|
34
2
|
/**
|
35
3
|
* The sub-path used for WebSocket connections when API_HOST is not set
|
36
4
|
* @public
|
@@ -46,7 +14,7 @@ try {
|
|
46
14
|
_SOCKET_EXT = SOCKET_EXT;
|
47
15
|
}
|
48
16
|
}
|
49
|
-
catch (
|
17
|
+
catch (_a) { }
|
50
18
|
export { _SOCKET_EXT as SOCKET_EXT };
|
51
19
|
/**
|
52
20
|
* The path to a JSON config file for the HTTP mode.
|
@@ -57,7 +25,7 @@ let _FORCE_HTTP;
|
|
57
25
|
try {
|
58
26
|
_FORCE_HTTP = FORCE_HTTP;
|
59
27
|
}
|
60
|
-
catch (
|
28
|
+
catch (_b) { }
|
61
29
|
export { _FORCE_HTTP as FORCE_HTTP };
|
62
30
|
/**
|
63
31
|
* Genesis Socket URL
|
@@ -84,7 +52,7 @@ try {
|
|
84
52
|
_API_HOST = API_HOST;
|
85
53
|
}
|
86
54
|
}
|
87
|
-
catch (
|
55
|
+
catch (_c) { }
|
88
56
|
export { _API_HOST as API_HOST };
|
89
57
|
/**
|
90
58
|
* Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).
|
@@ -95,7 +63,7 @@ let _HTTP_CONFIG;
|
|
95
63
|
try {
|
96
64
|
_HTTP_CONFIG = HTTP_CONFIG;
|
97
65
|
}
|
98
|
-
catch (
|
66
|
+
catch (_d) { }
|
99
67
|
export { _HTTP_CONFIG as HTTP_CONFIG };
|
100
68
|
/**
|
101
69
|
* The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).
|
@@ -106,7 +74,7 @@ let _DEFAULT_ORGANISATION;
|
|
106
74
|
try {
|
107
75
|
_DEFAULT_ORGANISATION = DEFAULT_ORGANISATION;
|
108
76
|
}
|
109
|
-
catch (
|
77
|
+
catch (_e) { }
|
110
78
|
export { _DEFAULT_ORGANISATION as DEFAULT_ORGANISATION };
|
111
79
|
/**
|
112
80
|
* The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).
|
@@ -117,7 +85,7 @@ let _DEFAULT_PASSWORD;
|
|
117
85
|
try {
|
118
86
|
_DEFAULT_PASSWORD = DEFAULT_PASSWORD;
|
119
87
|
}
|
120
|
-
catch (
|
88
|
+
catch (_f) { }
|
121
89
|
export { _DEFAULT_PASSWORD as DEFAULT_PASSWORD };
|
122
90
|
/**
|
123
91
|
* The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).
|
@@ -128,5 +96,5 @@ let _DEFAULT_USER;
|
|
128
96
|
try {
|
129
97
|
_DEFAULT_USER = DEFAULT_USER;
|
130
98
|
}
|
131
|
-
catch (
|
99
|
+
catch (_g) { }
|
132
100
|
export { _DEFAULT_USER as DEFAULT_USER };
|
@@ -274,29 +274,6 @@
|
|
274
274
|
],
|
275
275
|
"name": "assureDesignSystem"
|
276
276
|
},
|
277
|
-
{
|
278
|
-
"kind": "Variable",
|
279
|
-
"canonicalReference": "@genesislcap/foundation-utils!BUILDER:var",
|
280
|
-
"docComment": "/**\n * The builder aka file bundler.\n *\n * @example\n *\n * 'webpack', 'vite'.\n *\n * @defaultValue\n *\n * `'webpack'`\n *\n * @public\n */\n",
|
281
|
-
"excerptTokens": [
|
282
|
-
{
|
283
|
-
"kind": "Content",
|
284
|
-
"text": "_BUILDER: "
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"kind": "Content",
|
288
|
-
"text": "string"
|
289
|
-
}
|
290
|
-
],
|
291
|
-
"fileUrlPath": "src/env/variables.ts",
|
292
|
-
"isReadonly": false,
|
293
|
-
"releaseTag": "Public",
|
294
|
-
"name": "BUILDER",
|
295
|
-
"variableTypeTokenRange": {
|
296
|
-
"startIndex": 1,
|
297
|
-
"endIndex": 2
|
298
|
-
}
|
299
|
-
},
|
300
277
|
{
|
301
278
|
"kind": "TypeAlias",
|
302
279
|
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type",
|
@@ -11949,29 +11926,6 @@
|
|
11949
11926
|
"endIndex": 0
|
11950
11927
|
}
|
11951
11928
|
},
|
11952
|
-
{
|
11953
|
-
"kind": "Variable",
|
11954
|
-
"canonicalReference": "@genesislcap/foundation-utils!PUBLIC_PATH:var",
|
11955
|
-
"docComment": "/**\n * The public path.\n *\n * @example\n *\n * '/', '/app/'.\n *\n * @defaultValue\n *\n * `'/'`\n *\n * @public\n */\n",
|
11956
|
-
"excerptTokens": [
|
11957
|
-
{
|
11958
|
-
"kind": "Content",
|
11959
|
-
"text": "_PUBLIC_PATH: "
|
11960
|
-
},
|
11961
|
-
{
|
11962
|
-
"kind": "Content",
|
11963
|
-
"text": "string"
|
11964
|
-
}
|
11965
|
-
],
|
11966
|
-
"fileUrlPath": "src/env/variables.ts",
|
11967
|
-
"isReadonly": false,
|
11968
|
-
"releaseTag": "Public",
|
11969
|
-
"name": "PUBLIC_PATH",
|
11970
|
-
"variableTypeTokenRange": {
|
11971
|
-
"startIndex": 1,
|
11972
|
-
"endIndex": 2
|
11973
|
-
}
|
11974
|
-
},
|
11975
11929
|
{
|
11976
11930
|
"kind": "TypeAlias",
|
11977
11931
|
"canonicalReference": "@genesislcap/foundation-utils!Publish:type",
|
@@ -73,16 +73,6 @@ export declare function assureDesignSystem(module: DesignSystemModule): DesignSy
|
|
73
73
|
*/
|
74
74
|
export declare const BIG_INT_64_BITS = 64;
|
75
75
|
|
76
|
-
/**
|
77
|
-
* The builder aka file bundler.
|
78
|
-
* @privateRemarks
|
79
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
80
|
-
* @example 'webpack', 'vite'.
|
81
|
-
* @defaultValue `'webpack'`
|
82
|
-
* @public
|
83
|
-
*/
|
84
|
-
export declare let BUILDER: string;
|
85
|
-
|
86
76
|
/**
|
87
77
|
* @public
|
88
78
|
*/
|
@@ -1604,16 +1594,6 @@ export declare const POPUP_DEFAULT_HEIGHT = 600;
|
|
1604
1594
|
*/
|
1605
1595
|
export declare const POPUP_DEFAULT_WIDTH = 483;
|
1606
1596
|
|
1607
|
-
/**
|
1608
|
-
* The public path.
|
1609
|
-
* @privateRemarks
|
1610
|
-
* Provided by default as part of the `resolveDefineConfig` in the build kit.
|
1611
|
-
* @example '/', '/app/'.
|
1612
|
-
* @public
|
1613
|
-
* @defaultValue `'/'`
|
1614
|
-
*/
|
1615
|
-
export declare let PUBLIC_PATH: string;
|
1616
|
-
|
1617
1597
|
/**
|
1618
1598
|
* Publishes an event of a specific type to all subscribed listeners.
|
1619
1599
|
* @public
|
@@ -75,7 +75,6 @@
|
|
75
75
|
| --- | --- |
|
76
76
|
| [activeColorScheme](./foundation-utils.activecolorscheme.md) | A design token that represents the active color scheme (light or dark). |
|
77
77
|
| [API\_HOST](./foundation-utils.api_host.md) | The Genesis Server URL (WebSocket or HTTP). |
|
78
|
-
| [BUILDER](./foundation-utils.builder.md) | The builder aka file bundler. |
|
79
78
|
| [createErrorMap](./foundation-utils.createerrormap.md) | A factory to create the error map. |
|
80
79
|
| [createObserver](./foundation-utils.createobserver.md) | Creates a new event observer instance. |
|
81
80
|
| [decodeFromBase64](./foundation-utils.decodefrombase64.md) | Decodes a value from base64. |
|
@@ -106,7 +105,6 @@
|
|
106
105
|
| [PendingState](./foundation-utils.pendingstate.md) | The <code>PendingState</code> mixin. |
|
107
106
|
| [POPUP\_DEFAULT\_HEIGHT](./foundation-utils.popup_default_height.md) | The default height (in pixels) for pop-up windows. |
|
108
107
|
| [POPUP\_DEFAULT\_WIDTH](./foundation-utils.popup_default_width.md) | The default width (in pixels) for pop-up windows. |
|
109
|
-
| [PUBLIC\_PATH](./foundation-utils.public_path.md) | The public path. |
|
110
108
|
| [resolveAfter](./foundation-utils.resolveafter.md) | Resolve a promise after a timeout. |
|
111
109
|
| [ResourceType](./foundation-utils.resourcetype.md) | An object that defines two resource types: "local" and "remote". |
|
112
110
|
| [respondToVisibility](./foundation-utils.respondtovisibility.md) | Setup an <code>IntersectionObserver</code> which will activate a callback function when an element becomes visible on screen |
|
package/docs/api-report.md
CHANGED
@@ -33,9 +33,6 @@ export function assureDesignSystem(module: DesignSystemModule): DesignSystemModu
|
|
33
33
|
// @internal (undocumented)
|
34
34
|
export const BIG_INT_64_BITS = 64;
|
35
35
|
|
36
|
-
// @public
|
37
|
-
export let BUILDER: string;
|
38
|
-
|
39
36
|
// @public (undocumented)
|
40
37
|
export type ConstructableLifecycleHandler = Constructable<FASTElement & HTMLElement>;
|
41
38
|
|
@@ -1090,9 +1087,6 @@ export const POPUP_DEFAULT_HEIGHT = 600;
|
|
1090
1087
|
// @public
|
1091
1088
|
export const POPUP_DEFAULT_WIDTH = 483;
|
1092
1089
|
|
1093
|
-
// @public
|
1094
|
-
export let PUBLIC_PATH: string;
|
1095
|
-
|
1096
1090
|
// @public
|
1097
1091
|
export type Publish<EventType> = (event: EventType) => void;
|
1098
1092
|
|
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.226.2-alpha-
|
4
|
+
"version": "14.226.2-alpha-0c303f8.0",
|
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.226.2-alpha-
|
31
|
-
"@genesislcap/genx": "14.226.2-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.226.2-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.226.2-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.226.2-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.226.2-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.226.2-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.226.2-alpha-0c303f8.0",
|
31
|
+
"@genesislcap/genx": "14.226.2-alpha-0c303f8.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.226.2-alpha-0c303f8.0",
|
33
|
+
"@genesislcap/ts-builder": "14.226.2-alpha-0c303f8.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.226.2-alpha-0c303f8.0",
|
35
|
+
"@genesislcap/vite-builder": "14.226.2-alpha-0c303f8.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.226.2-alpha-0c303f8.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.226.2-alpha-
|
40
|
+
"@genesislcap/foundation-logger": "14.226.2-alpha-0c303f8.0",
|
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": "244f3839d476f31336b8bdd3ba56816835af57cd"
|
59
59
|
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [BUILDER](./foundation-utils.builder.md)
|
4
|
-
|
5
|
-
## BUILDER variable
|
6
|
-
|
7
|
-
The builder aka file bundler.
|
8
|
-
|
9
|
-
**Signature:**
|
10
|
-
|
11
|
-
```typescript
|
12
|
-
_BUILDER: string
|
13
|
-
```
|
14
|
-
|
15
|
-
## Example
|
16
|
-
|
17
|
-
'webpack', 'vite'.
|
18
|
-
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [PUBLIC\_PATH](./foundation-utils.public_path.md)
|
4
|
-
|
5
|
-
## PUBLIC\_PATH variable
|
6
|
-
|
7
|
-
The public path.
|
8
|
-
|
9
|
-
**Signature:**
|
10
|
-
|
11
|
-
```typescript
|
12
|
-
_PUBLIC_PATH: string
|
13
|
-
```
|
14
|
-
|
15
|
-
## Example
|
16
|
-
|
17
|
-
'/', '/app/'.
|
18
|
-
|