@genesislcap/foundation-utils 14.228.2-alpha-caa63d8.0 → 14.228.2-alpha-1303eab.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -417,59 +417,6 @@
417
417
  }
418
418
  ]
419
419
  },
420
- {
421
- "kind": "javascript-module",
422
- "path": "src/decorators/index.ts",
423
- "declarations": [],
424
- "exports": [
425
- {
426
- "kind": "js",
427
- "name": "*",
428
- "declaration": {
429
- "name": "*",
430
- "package": "./renderOnChange"
431
- }
432
- }
433
- ]
434
- },
435
- {
436
- "kind": "javascript-module",
437
- "path": "src/decorators/renderOnChange.ts",
438
- "declarations": [
439
- {
440
- "kind": "function",
441
- "name": "renderOnChange",
442
- "parameters": [
443
- {
444
- "name": "target",
445
- "type": {
446
- "text": "FASTElement & { render(): void }"
447
- },
448
- "description": "The target to define the property change handler on."
449
- },
450
- {
451
- "name": "name",
452
- "type": {
453
- "text": "string"
454
- },
455
- "description": "The property name."
456
- }
457
- ],
458
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
459
- "privacy": "public"
460
- }
461
- ],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "renderOnChange",
466
- "declaration": {
467
- "name": "renderOnChange",
468
- "module": "src/decorators/renderOnChange.ts"
469
- }
470
- }
471
- ]
472
- },
473
420
  {
474
421
  "kind": "javascript-module",
475
422
  "path": "src/encoding/index.ts",
@@ -485,29 +432,6 @@
485
432
  }
486
433
  ]
487
434
  },
488
- {
489
- "kind": "javascript-module",
490
- "path": "src/directives/index.ts",
491
- "declarations": [],
492
- "exports": [
493
- {
494
- "kind": "js",
495
- "name": "*",
496
- "declaration": {
497
- "name": "*",
498
- "package": "./sync"
499
- }
500
- },
501
- {
502
- "kind": "js",
503
- "name": "*",
504
- "declaration": {
505
- "name": "*",
506
- "package": "./when-else"
507
- }
508
- }
509
- ]
510
- },
511
435
  {
512
436
  "kind": "javascript-module",
513
437
  "path": "src/env/index.ts",
@@ -796,6 +720,82 @@
796
720
  }
797
721
  ]
798
722
  },
723
+ {
724
+ "kind": "javascript-module",
725
+ "path": "src/decorators/index.ts",
726
+ "declarations": [],
727
+ "exports": [
728
+ {
729
+ "kind": "js",
730
+ "name": "*",
731
+ "declaration": {
732
+ "name": "*",
733
+ "package": "./renderOnChange"
734
+ }
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "kind": "javascript-module",
740
+ "path": "src/decorators/renderOnChange.ts",
741
+ "declarations": [
742
+ {
743
+ "kind": "function",
744
+ "name": "renderOnChange",
745
+ "parameters": [
746
+ {
747
+ "name": "target",
748
+ "type": {
749
+ "text": "FASTElement & { render(): void }"
750
+ },
751
+ "description": "The target to define the property change handler on."
752
+ },
753
+ {
754
+ "name": "name",
755
+ "type": {
756
+ "text": "string"
757
+ },
758
+ "description": "The property name."
759
+ }
760
+ ],
761
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
762
+ "privacy": "public"
763
+ }
764
+ ],
765
+ "exports": [
766
+ {
767
+ "kind": "js",
768
+ "name": "renderOnChange",
769
+ "declaration": {
770
+ "name": "renderOnChange",
771
+ "module": "src/decorators/renderOnChange.ts"
772
+ }
773
+ }
774
+ ]
775
+ },
776
+ {
777
+ "kind": "javascript-module",
778
+ "path": "src/directives/index.ts",
779
+ "declarations": [],
780
+ "exports": [
781
+ {
782
+ "kind": "js",
783
+ "name": "*",
784
+ "declaration": {
785
+ "name": "*",
786
+ "package": "./sync"
787
+ }
788
+ },
789
+ {
790
+ "kind": "js",
791
+ "name": "*",
792
+ "declaration": {
793
+ "name": "*",
794
+ "package": "./when-else"
795
+ }
796
+ }
797
+ ]
798
+ },
799
799
  {
800
800
  "kind": "javascript-module",
801
801
  "path": "src/error/errorMap.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.228.2-alpha-caa63d8.0",
4
+ "version": "14.228.2-alpha-1303eab.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.228.2-alpha-caa63d8.0",
31
- "@genesislcap/genx": "14.228.2-alpha-caa63d8.0",
32
- "@genesislcap/rollup-builder": "14.228.2-alpha-caa63d8.0",
33
- "@genesislcap/ts-builder": "14.228.2-alpha-caa63d8.0",
34
- "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-caa63d8.0",
35
- "@genesislcap/vite-builder": "14.228.2-alpha-caa63d8.0",
36
- "@genesislcap/webpack-builder": "14.228.2-alpha-caa63d8.0",
30
+ "@genesislcap/foundation-testing": "14.228.2-alpha-1303eab.0",
31
+ "@genesislcap/genx": "14.228.2-alpha-1303eab.0",
32
+ "@genesislcap/rollup-builder": "14.228.2-alpha-1303eab.0",
33
+ "@genesislcap/ts-builder": "14.228.2-alpha-1303eab.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-1303eab.0",
35
+ "@genesislcap/vite-builder": "14.228.2-alpha-1303eab.0",
36
+ "@genesislcap/webpack-builder": "14.228.2-alpha-1303eab.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.228.2-alpha-caa63d8.0",
40
+ "@genesislcap/foundation-logger": "14.228.2-alpha-1303eab.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": "5a09bdebdf72565c93f4d99af9ea548fc4f56c11"
58
+ "gitHead": "da21371228bdc15828f6b4cbdffd7744e83ba3b6"
59
59
  }