@genesislcap/foundation-utils 14.246.2 → 14.247.0

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 +142 -142
  2. package/package.json +10 -10
@@ -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,15 @@
377
377
  "name": "*",
378
378
  "declaration": {
379
379
  "name": "*",
380
- "package": "./renderOnChange"
380
+ "package": "./sync"
381
381
  }
382
- }
383
- ]
384
- },
385
- {
386
- "kind": "javascript-module",
387
- "path": "src/decorators/renderOnChange.ts",
388
- "declarations": [
389
- {
390
- "kind": "function",
391
- "name": "renderOnChange",
392
- "parameters": [
393
- {
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",
402
- "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
406
- }
407
- ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
409
- "privacy": "public"
410
- }
411
- ],
412
- "exports": [
382
+ },
413
383
  {
414
384
  "kind": "js",
415
- "name": "renderOnChange",
385
+ "name": "*",
416
386
  "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
387
+ "name": "*",
388
+ "package": "./when-else"
419
389
  }
420
390
  }
421
391
  ]
@@ -472,7 +442,7 @@
472
442
  },
473
443
  {
474
444
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
445
+ "path": "src/decorators/index.ts",
476
446
  "declarations": [],
477
447
  "exports": [
478
448
  {
@@ -480,15 +450,60 @@
480
450
  "name": "*",
481
451
  "declaration": {
482
452
  "name": "*",
483
- "package": "./sync"
453
+ "package": "./renderOnChange"
484
454
  }
485
- },
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "kind": "javascript-module",
460
+ "path": "src/decorators/renderOnChange.ts",
461
+ "declarations": [
462
+ {
463
+ "kind": "function",
464
+ "name": "renderOnChange",
465
+ "parameters": [
466
+ {
467
+ "name": "target",
468
+ "type": {
469
+ "text": "FASTElement & { render(): void }"
470
+ },
471
+ "description": "The target to define the property change handler on."
472
+ },
473
+ {
474
+ "name": "name",
475
+ "type": {
476
+ "text": "string"
477
+ },
478
+ "description": "The property name."
479
+ }
480
+ ],
481
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
482
+ "privacy": "public"
483
+ }
484
+ ],
485
+ "exports": [
486
+ {
487
+ "kind": "js",
488
+ "name": "renderOnChange",
489
+ "declaration": {
490
+ "name": "renderOnChange",
491
+ "module": "src/decorators/renderOnChange.ts"
492
+ }
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "kind": "javascript-module",
498
+ "path": "src/encoding/index.ts",
499
+ "declarations": [],
500
+ "exports": [
486
501
  {
487
502
  "kind": "js",
488
503
  "name": "*",
489
504
  "declaration": {
490
505
  "name": "*",
491
- "package": "./when-else"
506
+ "package": "./base64"
492
507
  }
493
508
  }
494
509
  ]
@@ -934,21 +949,6 @@
934
949
  }
935
950
  ]
936
951
  },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/encoding/index.ts",
940
- "declarations": [],
941
- "exports": [
942
- {
943
- "kind": "js",
944
- "name": "*",
945
- "declaration": {
946
- "name": "*",
947
- "package": "./base64"
948
- }
949
- }
950
- ]
951
- },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "path": "src/error/errorMap.ts",
@@ -2844,6 +2844,93 @@
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
+ },
2847
2934
  {
2848
2935
  "kind": "javascript-module",
2849
2936
  "path": "src/mixins/lifecycle/index.ts",
@@ -2968,93 +3055,6 @@
2968
3055
  }
2969
3056
  ]
2970
3057
  },
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.246.2",
4
+ "version": "14.247.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.246.2",
31
- "@genesislcap/genx": "14.246.2",
32
- "@genesislcap/rollup-builder": "14.246.2",
33
- "@genesislcap/ts-builder": "14.246.2",
34
- "@genesislcap/uvu-playwright-builder": "14.246.2",
35
- "@genesislcap/vite-builder": "14.246.2",
36
- "@genesislcap/webpack-builder": "14.246.2",
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",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.246.2",
40
+ "@genesislcap/foundation-logger": "14.247.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": "c6f8e26357a167f660fbb7f8ac4873ca358335fd"
58
+ "gitHead": "9cd68112136258054e34caf77fe02117276dc87c"
59
59
  }