@genesislcap/foundation-utils 14.247.0 → 14.247.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +110 -110
  2. package/package.json +10 -10
@@ -367,29 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/directives/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./sync"
381
- }
382
- },
383
- {
384
- "kind": "js",
385
- "name": "*",
386
- "declaration": {
387
- "name": "*",
388
- "package": "./when-else"
389
- }
390
- }
391
- ]
392
- },
393
370
  {
394
371
  "kind": "javascript-module",
395
372
  "path": "src/design-system/design-system.ts",
@@ -493,6 +470,29 @@
493
470
  }
494
471
  ]
495
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
496
  {
497
497
  "kind": "javascript-module",
498
498
  "path": "src/encoding/index.ts",
@@ -2844,93 +2844,6 @@
2844
2844
  "declarations": [],
2845
2845
  "exports": []
2846
2846
  },
2847
- {
2848
- "kind": "javascript-module",
2849
- "path": "src/mixins/pendingState/index.ts",
2850
- "declarations": [],
2851
- "exports": [
2852
- {
2853
- "kind": "js",
2854
- "name": "*",
2855
- "declaration": {
2856
- "name": "*",
2857
- "package": "./pendingState"
2858
- }
2859
- }
2860
- ]
2861
- },
2862
- {
2863
- "kind": "javascript-module",
2864
- "path": "src/mixins/pendingState/pendingState.ts",
2865
- "declarations": [
2866
- {
2867
- "kind": "mixin",
2868
- "description": "The `PendingState` mixin.",
2869
- "name": "PendingState",
2870
- "members": [
2871
- {
2872
- "kind": "field",
2873
- "name": "pendingCount",
2874
- "type": {
2875
- "text": "number"
2876
- },
2877
- "privacy": "public",
2878
- "default": "0",
2879
- "description": "The number of promises that are currently pending."
2880
- },
2881
- {
2882
- "kind": "field",
2883
- "name": "resolvedCount",
2884
- "type": {
2885
- "text": "number"
2886
- },
2887
- "privacy": "public",
2888
- "default": "0",
2889
- "description": "The number of promises that have been resolved."
2890
- },
2891
- {
2892
- "kind": "field",
2893
- "name": "hasPendingChildren",
2894
- "type": {
2895
- "text": "boolean"
2896
- },
2897
- "privacy": "public",
2898
- "default": "false",
2899
- "description": "A boolean indicating whether there are any pending children."
2900
- },
2901
- {
2902
- "kind": "field",
2903
- "name": "progress",
2904
- "type": {
2905
- "text": "number"
2906
- },
2907
- "privacy": "public",
2908
- "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
2909
- "readonly": true
2910
- }
2911
- ],
2912
- "parameters": [
2913
- {
2914
- "name": "Base",
2915
- "type": {
2916
- "text": "TBase"
2917
- }
2918
- }
2919
- ],
2920
- "privacy": "public"
2921
- }
2922
- ],
2923
- "exports": [
2924
- {
2925
- "kind": "js",
2926
- "name": "PendingState",
2927
- "declaration": {
2928
- "name": "PendingState",
2929
- "module": "src/mixins/pendingState/pendingState.ts"
2930
- }
2931
- }
2932
- ]
2933
- },
2934
2847
  {
2935
2848
  "kind": "javascript-module",
2936
2849
  "path": "src/mixins/lifecycle/index.ts",
@@ -3055,6 +2968,93 @@
3055
2968
  }
3056
2969
  ]
3057
2970
  },
2971
+ {
2972
+ "kind": "javascript-module",
2973
+ "path": "src/mixins/pendingState/index.ts",
2974
+ "declarations": [],
2975
+ "exports": [
2976
+ {
2977
+ "kind": "js",
2978
+ "name": "*",
2979
+ "declaration": {
2980
+ "name": "*",
2981
+ "package": "./pendingState"
2982
+ }
2983
+ }
2984
+ ]
2985
+ },
2986
+ {
2987
+ "kind": "javascript-module",
2988
+ "path": "src/mixins/pendingState/pendingState.ts",
2989
+ "declarations": [
2990
+ {
2991
+ "kind": "mixin",
2992
+ "description": "The `PendingState` mixin.",
2993
+ "name": "PendingState",
2994
+ "members": [
2995
+ {
2996
+ "kind": "field",
2997
+ "name": "pendingCount",
2998
+ "type": {
2999
+ "text": "number"
3000
+ },
3001
+ "privacy": "public",
3002
+ "default": "0",
3003
+ "description": "The number of promises that are currently pending."
3004
+ },
3005
+ {
3006
+ "kind": "field",
3007
+ "name": "resolvedCount",
3008
+ "type": {
3009
+ "text": "number"
3010
+ },
3011
+ "privacy": "public",
3012
+ "default": "0",
3013
+ "description": "The number of promises that have been resolved."
3014
+ },
3015
+ {
3016
+ "kind": "field",
3017
+ "name": "hasPendingChildren",
3018
+ "type": {
3019
+ "text": "boolean"
3020
+ },
3021
+ "privacy": "public",
3022
+ "default": "false",
3023
+ "description": "A boolean indicating whether there are any pending children."
3024
+ },
3025
+ {
3026
+ "kind": "field",
3027
+ "name": "progress",
3028
+ "type": {
3029
+ "text": "number"
3030
+ },
3031
+ "privacy": "public",
3032
+ "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
3033
+ "readonly": true
3034
+ }
3035
+ ],
3036
+ "parameters": [
3037
+ {
3038
+ "name": "Base",
3039
+ "type": {
3040
+ "text": "TBase"
3041
+ }
3042
+ }
3043
+ ],
3044
+ "privacy": "public"
3045
+ }
3046
+ ],
3047
+ "exports": [
3048
+ {
3049
+ "kind": "js",
3050
+ "name": "PendingState",
3051
+ "declaration": {
3052
+ "name": "PendingState",
3053
+ "module": "src/mixins/pendingState/pendingState.ts"
3054
+ }
3055
+ }
3056
+ ]
3057
+ },
3058
3058
  {
3059
3059
  "kind": "javascript-module",
3060
3060
  "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.247.0",
4
+ "version": "14.247.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.247.0",
31
- "@genesislcap/genx": "14.247.0",
32
- "@genesislcap/rollup-builder": "14.247.0",
33
- "@genesislcap/ts-builder": "14.247.0",
34
- "@genesislcap/uvu-playwright-builder": "14.247.0",
35
- "@genesislcap/vite-builder": "14.247.0",
36
- "@genesislcap/webpack-builder": "14.247.0",
30
+ "@genesislcap/foundation-testing": "14.247.1",
31
+ "@genesislcap/genx": "14.247.1",
32
+ "@genesislcap/rollup-builder": "14.247.1",
33
+ "@genesislcap/ts-builder": "14.247.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.247.1",
35
+ "@genesislcap/vite-builder": "14.247.1",
36
+ "@genesislcap/webpack-builder": "14.247.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.247.0",
40
+ "@genesislcap/foundation-logger": "14.247.1",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "9cd68112136258054e34caf77fe02117276dc87c"
58
+ "gitHead": "e5f84bbc09e62919c3c5cc40a6c28353443827de"
59
59
  }