@genesislcap/foundation-utils 14.230.0 → 14.230.1-alpha-f8e36b3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +176 -176
  2. package/package.json +10 -10
@@ -367,56 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
374
- {
375
- "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
382
- "parameters": [
383
- {
384
- "name": "module",
385
- "type": {
386
- "text": "DesignSystemModule"
387
- }
388
- }
389
- ],
390
- "description": "assureDesignSystem.",
391
- "privacy": "public"
392
- }
393
- ],
394
- "exports": [
395
- {
396
- "kind": "js",
397
- "name": "assureDesignSystem",
398
- "declaration": {
399
- "name": "assureDesignSystem",
400
- "module": "src/design-system/design-system.ts"
401
- }
402
- }
403
- ]
404
- },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./design-system"
416
- }
417
- }
418
- ]
419
- },
420
370
  {
421
371
  "kind": "javascript-module",
422
372
  "path": "src/decorators/index.ts",
@@ -470,6 +420,56 @@
470
420
  }
471
421
  ]
472
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
473
  {
474
474
  "kind": "javascript-module",
475
475
  "path": "src/directives/index.ts",
@@ -1478,7 +1478,7 @@
1478
1478
  },
1479
1479
  {
1480
1480
  "kind": "javascript-module",
1481
- "path": "src/resource/index.ts",
1481
+ "path": "src/promise/index.ts",
1482
1482
  "declarations": [],
1483
1483
  "exports": [
1484
1484
  {
@@ -1486,40 +1486,55 @@
1486
1486
  "name": "*",
1487
1487
  "declaration": {
1488
1488
  "name": "*",
1489
- "package": "./types"
1489
+ "package": "./resolveAfter"
1490
1490
  }
1491
1491
  }
1492
1492
  ]
1493
1493
  },
1494
1494
  {
1495
1495
  "kind": "javascript-module",
1496
- "path": "src/resource/types.ts",
1496
+ "path": "src/promise/resolveAfter.ts",
1497
1497
  "declarations": [
1498
1498
  {
1499
- "kind": "variable",
1500
- "name": "ResourceType",
1501
- "type": {
1502
- "text": "{\n local: 'local',\n remote: 'remote',\n}"
1499
+ "kind": "function",
1500
+ "name": "resolveAfter",
1501
+ "return": {
1502
+ "type": {
1503
+ "text": "Promise<T>"
1504
+ }
1503
1505
  },
1504
- "default": "{\n local: 'local',\n remote: 'remote',\n}",
1505
- "description": "An object that defines two resource types: \"local\" and \"remote\".",
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.",
1506
1521
  "privacy": "public"
1507
1522
  }
1508
1523
  ],
1509
1524
  "exports": [
1510
1525
  {
1511
1526
  "kind": "js",
1512
- "name": "ResourceType",
1527
+ "name": "resolveAfter",
1513
1528
  "declaration": {
1514
- "name": "ResourceType",
1515
- "module": "src/resource/types.ts"
1529
+ "name": "resolveAfter",
1530
+ "module": "src/promise/resolveAfter.ts"
1516
1531
  }
1517
1532
  }
1518
1533
  ]
1519
1534
  },
1520
1535
  {
1521
1536
  "kind": "javascript-module",
1522
- "path": "src/promise/index.ts",
1537
+ "path": "src/resource/index.ts",
1523
1538
  "declarations": [],
1524
1539
  "exports": [
1525
1540
  {
@@ -1527,48 +1542,33 @@
1527
1542
  "name": "*",
1528
1543
  "declaration": {
1529
1544
  "name": "*",
1530
- "package": "./resolveAfter"
1545
+ "package": "./types"
1531
1546
  }
1532
1547
  }
1533
1548
  ]
1534
1549
  },
1535
1550
  {
1536
1551
  "kind": "javascript-module",
1537
- "path": "src/promise/resolveAfter.ts",
1552
+ "path": "src/resource/types.ts",
1538
1553
  "declarations": [
1539
1554
  {
1540
- "kind": "function",
1541
- "name": "resolveAfter",
1542
- "return": {
1543
- "type": {
1544
- "text": "Promise<T>"
1545
- }
1555
+ "kind": "variable",
1556
+ "name": "ResourceType",
1557
+ "type": {
1558
+ "text": "{\n local: 'local',\n remote: 'remote',\n}"
1546
1559
  },
1547
- "parameters": [
1548
- {
1549
- "name": "ms",
1550
- "type": {
1551
- "text": "number"
1552
- }
1553
- },
1554
- {
1555
- "name": "valueCreator",
1556
- "type": {
1557
- "text": "() => T"
1558
- }
1559
- }
1560
- ],
1561
- "description": "Resolve a promise after a timeout.",
1560
+ "default": "{\n local: 'local',\n remote: 'remote',\n}",
1561
+ "description": "An object that defines two resource types: \"local\" and \"remote\".",
1562
1562
  "privacy": "public"
1563
1563
  }
1564
1564
  ],
1565
1565
  "exports": [
1566
1566
  {
1567
1567
  "kind": "js",
1568
- "name": "resolveAfter",
1568
+ "name": "ResourceType",
1569
1569
  "declaration": {
1570
- "name": "resolveAfter",
1571
- "module": "src/promise/resolveAfter.ts"
1570
+ "name": "ResourceType",
1571
+ "module": "src/resource/types.ts"
1572
1572
  }
1573
1573
  }
1574
1574
  ]
@@ -2691,93 +2691,6 @@
2691
2691
  "declarations": [],
2692
2692
  "exports": []
2693
2693
  },
2694
- {
2695
- "kind": "javascript-module",
2696
- "path": "src/mixins/pendingState/index.ts",
2697
- "declarations": [],
2698
- "exports": [
2699
- {
2700
- "kind": "js",
2701
- "name": "*",
2702
- "declaration": {
2703
- "name": "*",
2704
- "package": "./pendingState"
2705
- }
2706
- }
2707
- ]
2708
- },
2709
- {
2710
- "kind": "javascript-module",
2711
- "path": "src/mixins/pendingState/pendingState.ts",
2712
- "declarations": [
2713
- {
2714
- "kind": "mixin",
2715
- "description": "The `PendingState` mixin.",
2716
- "name": "PendingState",
2717
- "members": [
2718
- {
2719
- "kind": "field",
2720
- "name": "pendingCount",
2721
- "type": {
2722
- "text": "number"
2723
- },
2724
- "privacy": "public",
2725
- "default": "0",
2726
- "description": "The number of promises that are currently pending."
2727
- },
2728
- {
2729
- "kind": "field",
2730
- "name": "resolvedCount",
2731
- "type": {
2732
- "text": "number"
2733
- },
2734
- "privacy": "public",
2735
- "default": "0",
2736
- "description": "The number of promises that have been resolved."
2737
- },
2738
- {
2739
- "kind": "field",
2740
- "name": "hasPendingChildren",
2741
- "type": {
2742
- "text": "boolean"
2743
- },
2744
- "privacy": "public",
2745
- "default": "false",
2746
- "description": "A boolean indicating whether there are any pending children."
2747
- },
2748
- {
2749
- "kind": "field",
2750
- "name": "progress",
2751
- "type": {
2752
- "text": "number"
2753
- },
2754
- "privacy": "public",
2755
- "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
2756
- "readonly": true
2757
- }
2758
- ],
2759
- "parameters": [
2760
- {
2761
- "name": "Base",
2762
- "type": {
2763
- "text": "TBase"
2764
- }
2765
- }
2766
- ],
2767
- "privacy": "public"
2768
- }
2769
- ],
2770
- "exports": [
2771
- {
2772
- "kind": "js",
2773
- "name": "PendingState",
2774
- "declaration": {
2775
- "name": "PendingState",
2776
- "module": "src/mixins/pendingState/pendingState.ts"
2777
- }
2778
- }
2779
- ]
2780
- },
2781
2694
  {
2782
2695
  "kind": "javascript-module",
2783
2696
  "path": "src/mixins/lifecycle/index.ts",
@@ -2902,6 +2815,93 @@
2902
2815
  }
2903
2816
  ]
2904
2817
  },
2818
+ {
2819
+ "kind": "javascript-module",
2820
+ "path": "src/mixins/pendingState/index.ts",
2821
+ "declarations": [],
2822
+ "exports": [
2823
+ {
2824
+ "kind": "js",
2825
+ "name": "*",
2826
+ "declaration": {
2827
+ "name": "*",
2828
+ "package": "./pendingState"
2829
+ }
2830
+ }
2831
+ ]
2832
+ },
2833
+ {
2834
+ "kind": "javascript-module",
2835
+ "path": "src/mixins/pendingState/pendingState.ts",
2836
+ "declarations": [
2837
+ {
2838
+ "kind": "mixin",
2839
+ "description": "The `PendingState` mixin.",
2840
+ "name": "PendingState",
2841
+ "members": [
2842
+ {
2843
+ "kind": "field",
2844
+ "name": "pendingCount",
2845
+ "type": {
2846
+ "text": "number"
2847
+ },
2848
+ "privacy": "public",
2849
+ "default": "0",
2850
+ "description": "The number of promises that are currently pending."
2851
+ },
2852
+ {
2853
+ "kind": "field",
2854
+ "name": "resolvedCount",
2855
+ "type": {
2856
+ "text": "number"
2857
+ },
2858
+ "privacy": "public",
2859
+ "default": "0",
2860
+ "description": "The number of promises that have been resolved."
2861
+ },
2862
+ {
2863
+ "kind": "field",
2864
+ "name": "hasPendingChildren",
2865
+ "type": {
2866
+ "text": "boolean"
2867
+ },
2868
+ "privacy": "public",
2869
+ "default": "false",
2870
+ "description": "A boolean indicating whether there are any pending children."
2871
+ },
2872
+ {
2873
+ "kind": "field",
2874
+ "name": "progress",
2875
+ "type": {
2876
+ "text": "number"
2877
+ },
2878
+ "privacy": "public",
2879
+ "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
2880
+ "readonly": true
2881
+ }
2882
+ ],
2883
+ "parameters": [
2884
+ {
2885
+ "name": "Base",
2886
+ "type": {
2887
+ "text": "TBase"
2888
+ }
2889
+ }
2890
+ ],
2891
+ "privacy": "public"
2892
+ }
2893
+ ],
2894
+ "exports": [
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "PendingState",
2898
+ "declaration": {
2899
+ "name": "PendingState",
2900
+ "module": "src/mixins/pendingState/pendingState.ts"
2901
+ }
2902
+ }
2903
+ ]
2904
+ },
2905
2905
  {
2906
2906
  "kind": "javascript-module",
2907
2907
  "path": "src/serializers/json/index.ts",
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.230.0",
4
+ "version": "14.230.1-alpha-f8e36b3.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.230.0",
31
- "@genesislcap/genx": "14.230.0",
32
- "@genesislcap/rollup-builder": "14.230.0",
33
- "@genesislcap/ts-builder": "14.230.0",
34
- "@genesislcap/uvu-playwright-builder": "14.230.0",
35
- "@genesislcap/vite-builder": "14.230.0",
36
- "@genesislcap/webpack-builder": "14.230.0",
30
+ "@genesislcap/foundation-testing": "14.230.1-alpha-f8e36b3.0",
31
+ "@genesislcap/genx": "14.230.1-alpha-f8e36b3.0",
32
+ "@genesislcap/rollup-builder": "14.230.1-alpha-f8e36b3.0",
33
+ "@genesislcap/ts-builder": "14.230.1-alpha-f8e36b3.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.230.1-alpha-f8e36b3.0",
35
+ "@genesislcap/vite-builder": "14.230.1-alpha-f8e36b3.0",
36
+ "@genesislcap/webpack-builder": "14.230.1-alpha-f8e36b3.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.230.0",
40
+ "@genesislcap/foundation-logger": "14.230.1-alpha-f8e36b3.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": "d11133b9c0aad37b85c8bf85973ffc59581534e5"
58
+ "gitHead": "ba02fa5314e134f1059b6d9f8515f0bb834417d3"
59
59
  }