@genesislcap/foundation-utils 14.226.2-alpha-bcda968.0 → 14.226.2-alpha-aea721e.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -369,7 +369,7 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
372
- "path": "src/decorators/index.ts",
372
+ "path": "src/directives/index.ts",
373
373
  "declarations": [],
374
374
  "exports": [
375
375
  {
@@ -377,45 +377,65 @@
377
377
  "name": "*",
378
378
  "declaration": {
379
379
  "name": "*",
380
- "package": "./renderOnChange"
380
+ "package": "./sync"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./when-else"
381
389
  }
382
390
  }
383
391
  ]
384
392
  },
385
393
  {
386
394
  "kind": "javascript-module",
387
- "path": "src/decorators/renderOnChange.ts",
395
+ "path": "src/design-system/design-system.ts",
388
396
  "declarations": [
389
397
  {
390
398
  "kind": "function",
391
- "name": "renderOnChange",
399
+ "name": "assureDesignSystem",
400
+ "return": {
401
+ "type": {
402
+ "text": "DesignSystemModule"
403
+ }
404
+ },
392
405
  "parameters": [
393
406
  {
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",
407
+ "name": "module",
402
408
  "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
409
+ "text": "DesignSystemModule"
410
+ }
406
411
  }
407
412
  ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
413
+ "description": "assureDesignSystem.",
409
414
  "privacy": "public"
410
415
  }
411
416
  ],
412
417
  "exports": [
413
418
  {
414
419
  "kind": "js",
415
- "name": "renderOnChange",
420
+ "name": "assureDesignSystem",
416
421
  "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
422
+ "name": "assureDesignSystem",
423
+ "module": "src/design-system/design-system.ts"
424
+ }
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "kind": "javascript-module",
430
+ "path": "src/design-system/index.ts",
431
+ "declarations": [],
432
+ "exports": [
433
+ {
434
+ "kind": "js",
435
+ "name": "*",
436
+ "declaration": {
437
+ "name": "*",
438
+ "package": "./design-system"
419
439
  }
420
440
  }
421
441
  ]
@@ -484,40 +504,6 @@
484
504
  "kind": "javascript-module",
485
505
  "path": "src/env/variables.ts",
486
506
  "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
507
  {
522
508
  "kind": "variable",
523
509
  "name": "SOCKET_EXT",
@@ -641,22 +627,6 @@
641
627
  }
642
628
  ],
643
629
  "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
630
  {
661
631
  "kind": "js",
662
632
  "name": "SOCKET_EXT",
@@ -725,7 +695,7 @@
725
695
  },
726
696
  {
727
697
  "kind": "javascript-module",
728
- "path": "src/directives/index.ts",
698
+ "path": "src/decorators/index.ts",
729
699
  "declarations": [],
730
700
  "exports": [
731
701
  {
@@ -733,15 +703,45 @@
733
703
  "name": "*",
734
704
  "declaration": {
735
705
  "name": "*",
736
- "package": "./sync"
706
+ "package": "./renderOnChange"
737
707
  }
738
- },
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
739
  {
740
740
  "kind": "js",
741
- "name": "*",
741
+ "name": "renderOnChange",
742
742
  "declaration": {
743
- "name": "*",
744
- "package": "./when-else"
743
+ "name": "renderOnChange",
744
+ "module": "src/decorators/renderOnChange.ts"
745
745
  }
746
746
  }
747
747
  ]
@@ -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",
@@ -1404,6 +1354,62 @@
1404
1354
  }
1405
1355
  ]
1406
1356
  },
1357
+ {
1358
+ "kind": "javascript-module",
1359
+ "path": "src/promise/index.ts",
1360
+ "declarations": [],
1361
+ "exports": [
1362
+ {
1363
+ "kind": "js",
1364
+ "name": "*",
1365
+ "declaration": {
1366
+ "name": "*",
1367
+ "package": "./resolveAfter"
1368
+ }
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "kind": "javascript-module",
1374
+ "path": "src/promise/resolveAfter.ts",
1375
+ "declarations": [
1376
+ {
1377
+ "kind": "function",
1378
+ "name": "resolveAfter",
1379
+ "return": {
1380
+ "type": {
1381
+ "text": "Promise<T>"
1382
+ }
1383
+ },
1384
+ "parameters": [
1385
+ {
1386
+ "name": "ms",
1387
+ "type": {
1388
+ "text": "number"
1389
+ }
1390
+ },
1391
+ {
1392
+ "name": "valueCreator",
1393
+ "type": {
1394
+ "text": "() => T"
1395
+ }
1396
+ }
1397
+ ],
1398
+ "description": "Resolve a promise after a timeout.",
1399
+ "privacy": "public"
1400
+ }
1401
+ ],
1402
+ "exports": [
1403
+ {
1404
+ "kind": "js",
1405
+ "name": "resolveAfter",
1406
+ "declaration": {
1407
+ "name": "resolveAfter",
1408
+ "module": "src/promise/resolveAfter.ts"
1409
+ }
1410
+ }
1411
+ ]
1412
+ },
1407
1413
  {
1408
1414
  "kind": "javascript-module",
1409
1415
  "path": "src/observer/index.ts",
@@ -1478,7 +1484,7 @@
1478
1484
  },
1479
1485
  {
1480
1486
  "kind": "javascript-module",
1481
- "path": "src/promise/index.ts",
1487
+ "path": "src/resource/index.ts",
1482
1488
  "declarations": [],
1483
1489
  "exports": [
1484
1490
  {
@@ -1486,70 +1492,14 @@
1486
1492
  "name": "*",
1487
1493
  "declaration": {
1488
1494
  "name": "*",
1489
- "package": "./resolveAfter"
1495
+ "package": "./types"
1490
1496
  }
1491
1497
  }
1492
1498
  ]
1493
1499
  },
1494
1500
  {
1495
1501
  "kind": "javascript-module",
1496
- "path": "src/promise/resolveAfter.ts",
1497
- "declarations": [
1498
- {
1499
- "kind": "function",
1500
- "name": "resolveAfter",
1501
- "return": {
1502
- "type": {
1503
- "text": "Promise<T>"
1504
- }
1505
- },
1506
- "parameters": [
1507
- {
1508
- "name": "ms",
1509
- "type": {
1510
- "text": "number"
1511
- }
1512
- },
1513
- {
1514
- "name": "valueCreator",
1515
- "type": {
1516
- "text": "() => T"
1517
- }
1518
- }
1519
- ],
1520
- "description": "Resolve a promise after a timeout.",
1521
- "privacy": "public"
1522
- }
1523
- ],
1524
- "exports": [
1525
- {
1526
- "kind": "js",
1527
- "name": "resolveAfter",
1528
- "declaration": {
1529
- "name": "resolveAfter",
1530
- "module": "src/promise/resolveAfter.ts"
1531
- }
1532
- }
1533
- ]
1534
- },
1535
- {
1536
- "kind": "javascript-module",
1537
- "path": "src/resource/index.ts",
1538
- "declarations": [],
1539
- "exports": [
1540
- {
1541
- "kind": "js",
1542
- "name": "*",
1543
- "declaration": {
1544
- "name": "*",
1545
- "package": "./types"
1546
- }
1547
- }
1548
- ]
1549
- },
1550
- {
1551
- "kind": "javascript-module",
1552
- "path": "src/resource/types.ts",
1502
+ "path": "src/resource/types.ts",
1553
1503
  "declarations": [
1554
1504
  {
1555
1505
  "kind": "variable",
@@ -2063,7 +2013,7 @@
2063
2013
  },
2064
2014
  {
2065
2015
  "kind": "javascript-module",
2066
- "path": "src/utils/index.ts",
2016
+ "path": "src/uuid/index.ts",
2067
2017
  "declarations": [],
2068
2018
  "exports": [
2069
2019
  {
@@ -2071,36 +2021,36 @@
2071
2021
  "name": "*",
2072
2022
  "declaration": {
2073
2023
  "name": "*",
2074
- "package": "./logger"
2024
+ "package": "./uuid"
2075
2025
  }
2076
2026
  }
2077
2027
  ]
2078
2028
  },
2079
2029
  {
2080
2030
  "kind": "javascript-module",
2081
- "path": "src/utils/logger.ts",
2031
+ "path": "src/uuid/uuid.ts",
2082
2032
  "declarations": [
2083
2033
  {
2084
2034
  "kind": "variable",
2085
- "name": "logger",
2086
- "description": "Logger for the foundation-utils package",
2035
+ "name": "UUID",
2036
+ "description": "A dependency injection token for the UUID interface.",
2087
2037
  "privacy": "public"
2088
2038
  }
2089
2039
  ],
2090
2040
  "exports": [
2091
2041
  {
2092
2042
  "kind": "js",
2093
- "name": "logger",
2043
+ "name": "UUID",
2094
2044
  "declaration": {
2095
- "name": "logger",
2096
- "module": "src/utils/logger.ts"
2045
+ "name": "UUID",
2046
+ "module": "src/uuid/uuid.ts"
2097
2047
  }
2098
2048
  }
2099
2049
  ]
2100
2050
  },
2101
2051
  {
2102
2052
  "kind": "javascript-module",
2103
- "path": "src/uuid/index.ts",
2053
+ "path": "src/utils/index.ts",
2104
2054
  "declarations": [],
2105
2055
  "exports": [
2106
2056
  {
@@ -2108,29 +2058,29 @@
2108
2058
  "name": "*",
2109
2059
  "declaration": {
2110
2060
  "name": "*",
2111
- "package": "./uuid"
2061
+ "package": "./logger"
2112
2062
  }
2113
2063
  }
2114
2064
  ]
2115
2065
  },
2116
2066
  {
2117
2067
  "kind": "javascript-module",
2118
- "path": "src/uuid/uuid.ts",
2068
+ "path": "src/utils/logger.ts",
2119
2069
  "declarations": [
2120
2070
  {
2121
2071
  "kind": "variable",
2122
- "name": "UUID",
2123
- "description": "A dependency injection token for the UUID interface.",
2072
+ "name": "logger",
2073
+ "description": "Logger for the foundation-utils package",
2124
2074
  "privacy": "public"
2125
2075
  }
2126
2076
  ],
2127
2077
  "exports": [
2128
2078
  {
2129
2079
  "kind": "js",
2130
- "name": "UUID",
2080
+ "name": "logger",
2131
2081
  "declaration": {
2132
- "name": "UUID",
2133
- "module": "src/uuid/uuid.ts"
2082
+ "name": "logger",
2083
+ "module": "src/utils/logger.ts"
2134
2084
  }
2135
2085
  }
2136
2086
  ]
@@ -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;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAQ/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;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
+ {"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 (_c) { }
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 (_d) { }
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 (_e) { }
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 (_f) { }
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 (_g) { }
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 (_h) { }
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 (_j) { }
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 |
@@ -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-bcda968.0",
4
+ "version": "14.226.2-alpha-aea721e.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-bcda968.0",
31
- "@genesislcap/genx": "14.226.2-alpha-bcda968.0",
32
- "@genesislcap/rollup-builder": "14.226.2-alpha-bcda968.0",
33
- "@genesislcap/ts-builder": "14.226.2-alpha-bcda968.0",
34
- "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-bcda968.0",
35
- "@genesislcap/vite-builder": "14.226.2-alpha-bcda968.0",
36
- "@genesislcap/webpack-builder": "14.226.2-alpha-bcda968.0",
30
+ "@genesislcap/foundation-testing": "14.226.2-alpha-aea721e.0",
31
+ "@genesislcap/genx": "14.226.2-alpha-aea721e.0",
32
+ "@genesislcap/rollup-builder": "14.226.2-alpha-aea721e.0",
33
+ "@genesislcap/ts-builder": "14.226.2-alpha-aea721e.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-aea721e.0",
35
+ "@genesislcap/vite-builder": "14.226.2-alpha-aea721e.0",
36
+ "@genesislcap/webpack-builder": "14.226.2-alpha-aea721e.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.226.2-alpha-bcda968.0",
40
+ "@genesislcap/foundation-logger": "14.226.2-alpha-aea721e.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": "9af9df8ba21d267f9bb916dcdc29796cd9f3e007"
58
+ "gitHead": "a1e26db8cf0c95775e6b9fb7c8ebdaa146589c2a"
59
59
  }
@@ -1,18 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [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
-