@genesislcap/foundation-utils 14.227.0 → 14.227.2-alpha-3aaef45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -169,6 +169,59 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ {
173
+ "kind": "javascript-module",
174
+ "path": "src/decorators/index.ts",
175
+ "declarations": [],
176
+ "exports": [
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./renderOnChange"
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "kind": "javascript-module",
189
+ "path": "src/decorators/renderOnChange.ts",
190
+ "declarations": [
191
+ {
192
+ "kind": "function",
193
+ "name": "renderOnChange",
194
+ "parameters": [
195
+ {
196
+ "name": "target",
197
+ "type": {
198
+ "text": "FASTElement & { render(): void }"
199
+ },
200
+ "description": "The target to define the property change handler on."
201
+ },
202
+ {
203
+ "name": "name",
204
+ "type": {
205
+ "text": "string"
206
+ },
207
+ "description": "The property name."
208
+ }
209
+ ],
210
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
211
+ "privacy": "public"
212
+ }
213
+ ],
214
+ "exports": [
215
+ {
216
+ "kind": "js",
217
+ "name": "renderOnChange",
218
+ "declaration": {
219
+ "name": "renderOnChange",
220
+ "module": "src/decorators/renderOnChange.ts"
221
+ }
222
+ }
223
+ ]
224
+ },
172
225
  {
173
226
  "kind": "javascript-module",
174
227
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,59 +420,6 @@
367
420
  }
368
421
  ]
369
422
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/decorators/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./renderOnChange"
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": [
413
- {
414
- "kind": "js",
415
- "name": "renderOnChange",
416
- "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
419
- }
420
- }
421
- ]
422
- },
423
423
  {
424
424
  "kind": "javascript-module",
425
425
  "path": "src/directives/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.227.0",
4
+ "version": "14.227.2-alpha-3aaef45.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.227.0",
31
- "@genesislcap/genx": "14.227.0",
32
- "@genesislcap/rollup-builder": "14.227.0",
33
- "@genesislcap/ts-builder": "14.227.0",
34
- "@genesislcap/uvu-playwright-builder": "14.227.0",
35
- "@genesislcap/vite-builder": "14.227.0",
36
- "@genesislcap/webpack-builder": "14.227.0",
30
+ "@genesislcap/foundation-testing": "14.227.2-alpha-3aaef45.0",
31
+ "@genesislcap/genx": "14.227.2-alpha-3aaef45.0",
32
+ "@genesislcap/rollup-builder": "14.227.2-alpha-3aaef45.0",
33
+ "@genesislcap/ts-builder": "14.227.2-alpha-3aaef45.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.2-alpha-3aaef45.0",
35
+ "@genesislcap/vite-builder": "14.227.2-alpha-3aaef45.0",
36
+ "@genesislcap/webpack-builder": "14.227.2-alpha-3aaef45.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.0",
40
+ "@genesislcap/foundation-logger": "14.227.2-alpha-3aaef45.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": "6f1749b0cb8e0093efe528bc44a34eeb0697f458"
58
+ "gitHead": "d14a5b7b16241eec4dda5ee32770f713a378584b"
59
59
  }