@genesislcap/foundation-utils 14.475.1-alpha-fdac3ab.0 → 14.475.1-alpha-dba50f9.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.
@@ -250,6 +250,59 @@
250
250
  }
251
251
  ]
252
252
  },
253
+ {
254
+ "kind": "javascript-module",
255
+ "path": "src/decorators/index.ts",
256
+ "declarations": [],
257
+ "exports": [
258
+ {
259
+ "kind": "js",
260
+ "name": "*",
261
+ "declaration": {
262
+ "name": "*",
263
+ "package": "./renderOnChange"
264
+ }
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "kind": "javascript-module",
270
+ "path": "src/decorators/renderOnChange.ts",
271
+ "declarations": [
272
+ {
273
+ "kind": "function",
274
+ "name": "renderOnChange",
275
+ "parameters": [
276
+ {
277
+ "name": "target",
278
+ "type": {
279
+ "text": "FASTElement & { render(): void }"
280
+ },
281
+ "description": "The target to define the property change handler on."
282
+ },
283
+ {
284
+ "name": "name",
285
+ "type": {
286
+ "text": "string"
287
+ },
288
+ "description": "The property name."
289
+ }
290
+ ],
291
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
292
+ "privacy": "public"
293
+ }
294
+ ],
295
+ "exports": [
296
+ {
297
+ "kind": "js",
298
+ "name": "renderOnChange",
299
+ "declaration": {
300
+ "name": "renderOnChange",
301
+ "module": "src/decorators/renderOnChange.ts"
302
+ }
303
+ }
304
+ ]
305
+ },
253
306
  {
254
307
  "kind": "javascript-module",
255
308
  "path": "src/data/inMemoryDatabase.ts",
@@ -673,59 +726,6 @@
673
726
  }
674
727
  ]
675
728
  },
676
- {
677
- "kind": "javascript-module",
678
- "path": "src/decorators/index.ts",
679
- "declarations": [],
680
- "exports": [
681
- {
682
- "kind": "js",
683
- "name": "*",
684
- "declaration": {
685
- "name": "*",
686
- "package": "./renderOnChange"
687
- }
688
- }
689
- ]
690
- },
691
- {
692
- "kind": "javascript-module",
693
- "path": "src/decorators/renderOnChange.ts",
694
- "declarations": [
695
- {
696
- "kind": "function",
697
- "name": "renderOnChange",
698
- "parameters": [
699
- {
700
- "name": "target",
701
- "type": {
702
- "text": "FASTElement & { render(): void }"
703
- },
704
- "description": "The target to define the property change handler on."
705
- },
706
- {
707
- "name": "name",
708
- "type": {
709
- "text": "string"
710
- },
711
- "description": "The property name."
712
- }
713
- ],
714
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
715
- "privacy": "public"
716
- }
717
- ],
718
- "exports": [
719
- {
720
- "kind": "js",
721
- "name": "renderOnChange",
722
- "declaration": {
723
- "name": "renderOnChange",
724
- "module": "src/decorators/renderOnChange.ts"
725
- }
726
- }
727
- ]
728
- },
729
729
  {
730
730
  "kind": "javascript-module",
731
731
  "path": "src/encoding/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.475.1-alpha-fdac3ab.0",
4
+ "version": "14.475.1-alpha-dba50f9.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.475.1-alpha-fdac3ab.0",
33
- "@genesislcap/genx": "14.475.1-alpha-fdac3ab.0",
34
- "@genesislcap/rollup-builder": "14.475.1-alpha-fdac3ab.0",
35
- "@genesislcap/ts-builder": "14.475.1-alpha-fdac3ab.0",
36
- "@genesislcap/uvu-playwright-builder": "14.475.1-alpha-fdac3ab.0",
37
- "@genesislcap/vite-builder": "14.475.1-alpha-fdac3ab.0",
38
- "@genesislcap/webpack-builder": "14.475.1-alpha-fdac3ab.0",
32
+ "@genesislcap/foundation-testing": "14.475.1-alpha-dba50f9.0",
33
+ "@genesislcap/genx": "14.475.1-alpha-dba50f9.0",
34
+ "@genesislcap/rollup-builder": "14.475.1-alpha-dba50f9.0",
35
+ "@genesislcap/ts-builder": "14.475.1-alpha-dba50f9.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.475.1-alpha-dba50f9.0",
37
+ "@genesislcap/vite-builder": "14.475.1-alpha-dba50f9.0",
38
+ "@genesislcap/webpack-builder": "14.475.1-alpha-dba50f9.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.475.1-alpha-fdac3ab.0",
43
- "@genesislcap/foundation-logger": "14.475.1-alpha-fdac3ab.0",
42
+ "@genesislcap/expression-builder": "14.475.1-alpha-dba50f9.0",
43
+ "@genesislcap/foundation-logger": "14.475.1-alpha-dba50f9.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "2fe9e9431997990a2f45667226962938c58bda4f"
61
+ "gitHead": "7fd1961e1114571037fe2da7ecf320fb422856f1"
62
62
  }