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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. package/dist/custom-elements.json +277 -227
  2. package/dist/dts/env/variables.d.ts +20 -0
  3. package/dist/dts/env/variables.d.ts.map +1 -1
  4. package/dist/dts/error/errorMap.d.ts.map +1 -1
  5. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +29 -51
  6. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  7. package/dist/dts/mixins/pendingState/pendingState.d.ts +29 -45
  8. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  9. package/dist/dts/observer/observer.d.ts.map +1 -1
  10. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  11. package/dist/dts/tsdoc-metadata.json +1 -1
  12. package/dist/esm/env/variables.js +39 -7
  13. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  14. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  15. package/dist/esm/uuid/uuid.js +2 -2
  16. package/dist/foundation-utils.api.json +355 -1212
  17. package/dist/foundation-utils.d.ts +78 -93
  18. package/docs/api/foundation-utils.builder.md +18 -0
  19. package/docs/api/foundation-utils.createerrormap.md +1 -14
  20. package/docs/api/foundation-utils.createobserver.md +1 -5
  21. package/docs/api/foundation-utils.decodefrombase64.md +1 -14
  22. package/docs/api/foundation-utils.decodefrombase64withprefix.md +1 -13
  23. package/docs/api/foundation-utils.encodetobase64.md +1 -14
  24. package/docs/api/foundation-utils.encodetobase64withprefix.md +1 -13
  25. package/docs/api/foundation-utils.getfontmixin.md +1 -16
  26. package/docs/api/foundation-utils.iniframe.md +1 -7
  27. package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -15
  28. package/docs/api/foundation-utils.insertdocumentlink.md +1 -12
  29. package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
  30. package/docs/api/foundation-utils.isdev.md +1 -5
  31. package/docs/api/foundation-utils.lifecyclemixin.md +30 -56
  32. package/docs/api/foundation-utils.loadfontfaces.md +1 -13
  33. package/docs/api/foundation-utils.md +20 -18
  34. package/docs/api/foundation-utils.openpopup.md +1 -17
  35. package/docs/api/foundation-utils.pendingstate.md +30 -57
  36. package/docs/api/foundation-utils.public_path.md +18 -0
  37. package/docs/api/foundation-utils.resolveafter.md +1 -12
  38. package/docs/api/foundation-utils.respondtovisibility.md +1 -13
  39. package/docs/{api-report.md.api.md → api-report.md} +64 -93
  40. package/package.json +11 -11
@@ -420,79 +420,6 @@
420
420
  }
421
421
  ]
422
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"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
476
- "declarations": [],
477
- "exports": [
478
- {
479
- "kind": "js",
480
- "name": "*",
481
- "declaration": {
482
- "name": "*",
483
- "package": "./sync"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
492
- }
493
- }
494
- ]
495
- },
496
423
  {
497
424
  "kind": "javascript-module",
498
425
  "path": "src/encoding/index.ts",
@@ -557,6 +484,40 @@
557
484
  "kind": "javascript-module",
558
485
  "path": "src/env/variables.ts",
559
486
  "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
+ },
560
521
  {
561
522
  "kind": "variable",
562
523
  "name": "SOCKET_EXT",
@@ -680,6 +641,22 @@
680
641
  }
681
642
  ],
682
643
  "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
+ },
683
660
  {
684
661
  "kind": "js",
685
662
  "name": "SOCKET_EXT",
@@ -746,6 +723,29 @@
746
723
  }
747
724
  ]
748
725
  },
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,6 +945,56 @@
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
+ },
948
998
  {
949
999
  "kind": "javascript-module",
950
1000
  "path": "src/formatters/datetime.ts",
@@ -2233,160 +2283,6 @@
2233
2283
  }
2234
2284
  ]
2235
2285
  },
2236
- {
2237
- "kind": "javascript-module",
2238
- "path": "src/directives/sync/index.ts",
2239
- "declarations": [],
2240
- "exports": [
2241
- {
2242
- "kind": "js",
2243
- "name": "*",
2244
- "declaration": {
2245
- "name": "*",
2246
- "package": "./sync"
2247
- }
2248
- }
2249
- ]
2250
- },
2251
- {
2252
- "kind": "javascript-module",
2253
- "path": "src/directives/sync/sync.ts",
2254
- "declarations": [
2255
- {
2256
- "kind": "variable",
2257
- "name": "defaultEventMap",
2258
- "type": {
2259
- "text": "Map<string, EventName>"
2260
- },
2261
- "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])",
2262
- "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2263
- "privacy": "public"
2264
- },
2265
- {
2266
- "kind": "function",
2267
- "name": "sync",
2268
- "return": {
2269
- "type": {
2270
- "text": "CaptureType<TSource>"
2271
- }
2272
- },
2273
- "parameters": [
2274
- {
2275
- "name": "binding",
2276
- "type": {
2277
- "text": "Binding<TSource, TReturn>"
2278
- }
2279
- },
2280
- {
2281
- "name": "conversionType",
2282
- "default": "'string'",
2283
- "type": {
2284
- "text": "ConversionType"
2285
- }
2286
- },
2287
- {
2288
- "name": "eventName",
2289
- "default": "'default'",
2290
- "type": {
2291
- "text": "EventName"
2292
- }
2293
- },
2294
- {
2295
- "name": "keyAttr",
2296
- "optional": true,
2297
- "type": {
2298
- "text": "string"
2299
- }
2300
- }
2301
- ],
2302
- "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2303
- "privacy": "public"
2304
- }
2305
- ],
2306
- "exports": [
2307
- {
2308
- "kind": "js",
2309
- "name": "defaultEventMap",
2310
- "declaration": {
2311
- "name": "defaultEventMap",
2312
- "module": "src/directives/sync/sync.ts"
2313
- }
2314
- },
2315
- {
2316
- "kind": "js",
2317
- "name": "sync",
2318
- "declaration": {
2319
- "name": "sync",
2320
- "module": "src/directives/sync/sync.ts"
2321
- }
2322
- }
2323
- ]
2324
- },
2325
- {
2326
- "kind": "javascript-module",
2327
- "path": "src/directives/when-else/index.ts",
2328
- "declarations": [],
2329
- "exports": [
2330
- {
2331
- "kind": "js",
2332
- "name": "*",
2333
- "declaration": {
2334
- "name": "*",
2335
- "package": "./when-else"
2336
- }
2337
- }
2338
- ]
2339
- },
2340
- {
2341
- "kind": "javascript-module",
2342
- "path": "src/directives/when-else/when-else.ts",
2343
- "declarations": [
2344
- {
2345
- "kind": "function",
2346
- "name": "whenElse",
2347
- "return": {
2348
- "type": {
2349
- "text": "CaptureType<TSource>"
2350
- }
2351
- },
2352
- "parameters": [
2353
- {
2354
- "name": "binding",
2355
- "type": {
2356
- "text": "Binding<TSource, TReturn>"
2357
- },
2358
- "description": "The condition to test for rendering."
2359
- },
2360
- {
2361
- "name": "trueTemplateOrTemplateBinding",
2362
- "type": {
2363
- "text": "WhenTemplate<TSource>"
2364
- },
2365
- "description": "The template or a binding that gets the template to render when the condition is true."
2366
- },
2367
- {
2368
- "name": "falseTemplateOrTemplateBinding",
2369
- "type": {
2370
- "text": "WhenTemplate<TSource>"
2371
- },
2372
- "description": "The template or a binding that gets the template to render when the condition is false."
2373
- }
2374
- ],
2375
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2376
- "privacy": "public"
2377
- }
2378
- ],
2379
- "exports": [
2380
- {
2381
- "kind": "js",
2382
- "name": "whenElse",
2383
- "declaration": {
2384
- "name": "whenElse",
2385
- "module": "src/directives/when-else/when-else.ts"
2386
- }
2387
- }
2388
- ]
2389
- },
2390
2286
  {
2391
2287
  "kind": "javascript-module",
2392
2288
  "path": "src/encoding/base64/decode.ts",
@@ -2541,6 +2437,160 @@
2541
2437
  }
2542
2438
  ]
2543
2439
  },
2440
+ {
2441
+ "kind": "javascript-module",
2442
+ "path": "src/directives/sync/index.ts",
2443
+ "declarations": [],
2444
+ "exports": [
2445
+ {
2446
+ "kind": "js",
2447
+ "name": "*",
2448
+ "declaration": {
2449
+ "name": "*",
2450
+ "package": "./sync"
2451
+ }
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "kind": "javascript-module",
2457
+ "path": "src/directives/sync/sync.ts",
2458
+ "declarations": [
2459
+ {
2460
+ "kind": "variable",
2461
+ "name": "defaultEventMap",
2462
+ "type": {
2463
+ "text": "Map<string, EventName>"
2464
+ },
2465
+ "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])",
2466
+ "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2467
+ "privacy": "public"
2468
+ },
2469
+ {
2470
+ "kind": "function",
2471
+ "name": "sync",
2472
+ "return": {
2473
+ "type": {
2474
+ "text": "CaptureType<TSource>"
2475
+ }
2476
+ },
2477
+ "parameters": [
2478
+ {
2479
+ "name": "binding",
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,
2501
+ "type": {
2502
+ "text": "string"
2503
+ }
2504
+ }
2505
+ ],
2506
+ "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2507
+ "privacy": "public"
2508
+ }
2509
+ ],
2510
+ "exports": [
2511
+ {
2512
+ "kind": "js",
2513
+ "name": "defaultEventMap",
2514
+ "declaration": {
2515
+ "name": "defaultEventMap",
2516
+ "module": "src/directives/sync/sync.ts"
2517
+ }
2518
+ },
2519
+ {
2520
+ "kind": "js",
2521
+ "name": "sync",
2522
+ "declaration": {
2523
+ "name": "sync",
2524
+ "module": "src/directives/sync/sync.ts"
2525
+ }
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "kind": "javascript-module",
2531
+ "path": "src/directives/when-else/index.ts",
2532
+ "declarations": [],
2533
+ "exports": [
2534
+ {
2535
+ "kind": "js",
2536
+ "name": "*",
2537
+ "declaration": {
2538
+ "name": "*",
2539
+ "package": "./when-else"
2540
+ }
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": [
2584
+ {
2585
+ "kind": "js",
2586
+ "name": "whenElse",
2587
+ "declaration": {
2588
+ "name": "whenElse",
2589
+ "module": "src/directives/when-else/when-else.ts"
2590
+ }
2591
+ }
2592
+ ]
2593
+ },
2544
2594
  {
2545
2595
  "kind": "javascript-module",
2546
2596
  "path": "src/mappers/dto/index.ts",
@@ -1,3 +1,23 @@
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 };
1
21
  /**
2
22
  * The sub-path used for WebSocket connections when API_HOST is not set
3
23
  * @public
@@ -1 +1 @@
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
+ {"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 +1 @@
1
- {"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CACV,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EACjC,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CACvD;IACD;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEpD;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,eAAe,CAAC,eAAe,SAAS,cAAc,CACjE,YAAW,QAAQ,CAAC,eAAe,CAAC;IAUxB,OAAO,CAAC,MAAM;IARd,OAAO,CAAC,GAAG,CAA2C;IAElE,uCAAuC;IAC3B,SAAS,EAAE,KAAK,CAAC;IAE7B;;OAEG;gBACiB,MAAM,EAAE,cAAc;IAE1C,iCAAiC;IACjC,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,KAAK,GAAG,SAAS;IAIlD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAIxC;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAa3C;;;OAGG;IACH,KAAK;IAKL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;OAEG;IACH,MAAM;IAIN,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,KACrB,SAAS,eAAe,CAAiD,CAAC"}
1
+ {"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CACV,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EACjC,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CACvD;IACD;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEpD;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,eAAe,CAAC,eAAe,SAAS,cAAc,CACjE,YAAW,QAAQ,CAAC,eAAe,CAAC;IAUxB,OAAO,CAAC,MAAM;IARd,OAAO,CAAC,GAAG,CAA2C;IAElE,uCAAuC;IAC3B,SAAS,EAAE,KAAK,CAAC;IAE7B;;OAEG;gBACiB,MAAM,EAAE,cAAc;IAE1C,iCAAiC;IACjC,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,KAAK,GAAG,SAAS;IAIlD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAIxC;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAa3C;;;OAGG;IACH,KAAK;IAKL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;OAEG;IACH,MAAM;IAIN,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,8BACoD,CAAC"}