@genesislcap/foundation-utils 14.144.1 → 14.144.2-alpha-d5a1f36.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.
@@ -349,6 +349,29 @@
349
349
  }
350
350
  ]
351
351
  },
352
+ {
353
+ "kind": "javascript-module",
354
+ "path": "src/directives/index.ts",
355
+ "declarations": [],
356
+ "exports": [
357
+ {
358
+ "kind": "js",
359
+ "name": "*",
360
+ "declaration": {
361
+ "name": "*",
362
+ "package": "./sync"
363
+ }
364
+ },
365
+ {
366
+ "kind": "js",
367
+ "name": "*",
368
+ "declaration": {
369
+ "name": "*",
370
+ "package": "./when-else"
371
+ }
372
+ }
373
+ ]
374
+ },
352
375
  {
353
376
  "kind": "javascript-module",
354
377
  "path": "src/design-system/design-system.ts",
@@ -399,29 +422,6 @@
399
422
  }
400
423
  ]
401
424
  },
402
- {
403
- "kind": "javascript-module",
404
- "path": "src/directives/index.ts",
405
- "declarations": [],
406
- "exports": [
407
- {
408
- "kind": "js",
409
- "name": "*",
410
- "declaration": {
411
- "name": "*",
412
- "package": "./sync"
413
- }
414
- },
415
- {
416
- "kind": "js",
417
- "name": "*",
418
- "declaration": {
419
- "name": "*",
420
- "package": "./when-else"
421
- }
422
- }
423
- ]
424
- },
425
425
  {
426
426
  "kind": "javascript-module",
427
427
  "path": "src/env/index.ts",
@@ -645,59 +645,6 @@
645
645
  }
646
646
  ]
647
647
  },
648
- {
649
- "kind": "javascript-module",
650
- "path": "src/decorators/index.ts",
651
- "declarations": [],
652
- "exports": [
653
- {
654
- "kind": "js",
655
- "name": "*",
656
- "declaration": {
657
- "name": "*",
658
- "package": "./renderOnChange"
659
- }
660
- }
661
- ]
662
- },
663
- {
664
- "kind": "javascript-module",
665
- "path": "src/decorators/renderOnChange.ts",
666
- "declarations": [
667
- {
668
- "kind": "function",
669
- "name": "renderOnChange",
670
- "parameters": [
671
- {
672
- "name": "target",
673
- "type": {
674
- "text": "FASTElement & { render(): void }"
675
- },
676
- "description": "The target to define the property change handler on."
677
- },
678
- {
679
- "name": "name",
680
- "type": {
681
- "text": "string"
682
- },
683
- "description": "The property name."
684
- }
685
- ],
686
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
687
- "privacy": "public"
688
- }
689
- ],
690
- "exports": [
691
- {
692
- "kind": "js",
693
- "name": "renderOnChange",
694
- "declaration": {
695
- "name": "renderOnChange",
696
- "module": "src/decorators/renderOnChange.ts"
697
- }
698
- }
699
- ]
700
- },
701
648
  {
702
649
  "kind": "javascript-module",
703
650
  "path": "src/error/errorMap.ts",
@@ -897,6 +844,59 @@
897
844
  }
898
845
  ]
899
846
  },
847
+ {
848
+ "kind": "javascript-module",
849
+ "path": "src/decorators/index.ts",
850
+ "declarations": [],
851
+ "exports": [
852
+ {
853
+ "kind": "js",
854
+ "name": "*",
855
+ "declaration": {
856
+ "name": "*",
857
+ "package": "./renderOnChange"
858
+ }
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "kind": "javascript-module",
864
+ "path": "src/decorators/renderOnChange.ts",
865
+ "declarations": [
866
+ {
867
+ "kind": "function",
868
+ "name": "renderOnChange",
869
+ "parameters": [
870
+ {
871
+ "name": "target",
872
+ "type": {
873
+ "text": "FASTElement & { render(): void }"
874
+ },
875
+ "description": "The target to define the property change handler on."
876
+ },
877
+ {
878
+ "name": "name",
879
+ "type": {
880
+ "text": "string"
881
+ },
882
+ "description": "The property name."
883
+ }
884
+ ],
885
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
886
+ "privacy": "public"
887
+ }
888
+ ],
889
+ "exports": [
890
+ {
891
+ "kind": "js",
892
+ "name": "renderOnChange",
893
+ "declaration": {
894
+ "name": "renderOnChange",
895
+ "module": "src/decorators/renderOnChange.ts"
896
+ }
897
+ }
898
+ ]
899
+ },
900
900
  {
901
901
  "kind": "javascript-module",
902
902
  "path": "src/formatters/datetime.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.144.1",
4
+ "version": "14.144.2-alpha-d5a1f36.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.144.1",
23
- "@genesislcap/genx": "14.144.1",
22
+ "@genesislcap/foundation-testing": "14.144.2-alpha-d5a1f36.0",
23
+ "@genesislcap/genx": "14.144.2-alpha-d5a1f36.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.144.1",
27
+ "@genesislcap/foundation-logger": "14.144.2-alpha-d5a1f36.0",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "35ac01f58ce5a5502d34247e49ab93d0888cd3f7"
45
+ "gitHead": "c6ae2c9e0d8774373917940b74613776a1010fa7"
46
46
  }