@genesislcap/foundation-utils 14.466.1-alpha-73081f7.0 → 14.467.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.
@@ -449,59 +449,6 @@
449
449
  }
450
450
  ]
451
451
  },
452
- {
453
- "kind": "javascript-module",
454
- "path": "src/decorators/index.ts",
455
- "declarations": [],
456
- "exports": [
457
- {
458
- "kind": "js",
459
- "name": "*",
460
- "declaration": {
461
- "name": "*",
462
- "package": "./renderOnChange"
463
- }
464
- }
465
- ]
466
- },
467
- {
468
- "kind": "javascript-module",
469
- "path": "src/decorators/renderOnChange.ts",
470
- "declarations": [
471
- {
472
- "kind": "function",
473
- "name": "renderOnChange",
474
- "parameters": [
475
- {
476
- "name": "target",
477
- "type": {
478
- "text": "FASTElement & { render(): void }"
479
- },
480
- "description": "The target to define the property change handler on."
481
- },
482
- {
483
- "name": "name",
484
- "type": {
485
- "text": "string"
486
- },
487
- "description": "The property name."
488
- }
489
- ],
490
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
491
- "privacy": "public"
492
- }
493
- ],
494
- "exports": [
495
- {
496
- "kind": "js",
497
- "name": "renderOnChange",
498
- "declaration": {
499
- "name": "renderOnChange",
500
- "module": "src/decorators/renderOnChange.ts"
501
- }
502
- }
503
- ]
504
- },
505
452
  {
506
453
  "kind": "javascript-module",
507
454
  "path": "src/env/index.ts",
@@ -1216,6 +1163,59 @@
1216
1163
  }
1217
1164
  ]
1218
1165
  },
1166
+ {
1167
+ "kind": "javascript-module",
1168
+ "path": "src/decorators/index.ts",
1169
+ "declarations": [],
1170
+ "exports": [
1171
+ {
1172
+ "kind": "js",
1173
+ "name": "*",
1174
+ "declaration": {
1175
+ "name": "*",
1176
+ "package": "./renderOnChange"
1177
+ }
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "kind": "javascript-module",
1183
+ "path": "src/decorators/renderOnChange.ts",
1184
+ "declarations": [
1185
+ {
1186
+ "kind": "function",
1187
+ "name": "renderOnChange",
1188
+ "parameters": [
1189
+ {
1190
+ "name": "target",
1191
+ "type": {
1192
+ "text": "FASTElement & { render(): void }"
1193
+ },
1194
+ "description": "The target to define the property change handler on."
1195
+ },
1196
+ {
1197
+ "name": "name",
1198
+ "type": {
1199
+ "text": "string"
1200
+ },
1201
+ "description": "The property name."
1202
+ }
1203
+ ],
1204
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1205
+ "privacy": "public"
1206
+ }
1207
+ ],
1208
+ "exports": [
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "renderOnChange",
1212
+ "declaration": {
1213
+ "name": "renderOnChange",
1214
+ "module": "src/decorators/renderOnChange.ts"
1215
+ }
1216
+ }
1217
+ ]
1218
+ },
1219
1219
  {
1220
1220
  "kind": "javascript-module",
1221
1221
  "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.466.1-alpha-73081f7.0",
4
+ "version": "14.467.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.466.1-alpha-73081f7.0",
33
- "@genesislcap/genx": "14.466.1-alpha-73081f7.0",
34
- "@genesislcap/rollup-builder": "14.466.1-alpha-73081f7.0",
35
- "@genesislcap/ts-builder": "14.466.1-alpha-73081f7.0",
36
- "@genesislcap/uvu-playwright-builder": "14.466.1-alpha-73081f7.0",
37
- "@genesislcap/vite-builder": "14.466.1-alpha-73081f7.0",
38
- "@genesislcap/webpack-builder": "14.466.1-alpha-73081f7.0",
32
+ "@genesislcap/foundation-testing": "14.467.0",
33
+ "@genesislcap/genx": "14.467.0",
34
+ "@genesislcap/rollup-builder": "14.467.0",
35
+ "@genesislcap/ts-builder": "14.467.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.467.0",
37
+ "@genesislcap/vite-builder": "14.467.0",
38
+ "@genesislcap/webpack-builder": "14.467.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.466.1-alpha-73081f7.0",
43
- "@genesislcap/foundation-logger": "14.466.1-alpha-73081f7.0",
42
+ "@genesislcap/expression-builder": "14.467.0",
43
+ "@genesislcap/foundation-logger": "14.467.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": "890fd9ed0a0360ccc0ff5cfc390e0c39088b1136"
61
+ "gitHead": "18901315499f3c83de01431b879ec4cfa2676507"
62
62
  }