@genesislcap/foundation-utils 14.224.3-alpha-96e79b3.0 → 14.224.3-pa-1503.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -161,6 +161,59 @@
161
161
  }
162
162
  ]
163
163
  },
164
+ {
165
+ "kind": "javascript-module",
166
+ "path": "src/decorators/index.ts",
167
+ "declarations": [],
168
+ "exports": [
169
+ {
170
+ "kind": "js",
171
+ "name": "*",
172
+ "declaration": {
173
+ "name": "*",
174
+ "package": "./renderOnChange"
175
+ }
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "kind": "javascript-module",
181
+ "path": "src/decorators/renderOnChange.ts",
182
+ "declarations": [
183
+ {
184
+ "kind": "function",
185
+ "name": "renderOnChange",
186
+ "parameters": [
187
+ {
188
+ "name": "target",
189
+ "type": {
190
+ "text": "FASTElement & { render(): void }"
191
+ },
192
+ "description": "The target to define the property change handler on."
193
+ },
194
+ {
195
+ "name": "name",
196
+ "type": {
197
+ "text": "string"
198
+ },
199
+ "description": "The property name."
200
+ }
201
+ ],
202
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
203
+ "privacy": "public"
204
+ }
205
+ ],
206
+ "exports": [
207
+ {
208
+ "kind": "js",
209
+ "name": "renderOnChange",
210
+ "declaration": {
211
+ "name": "renderOnChange",
212
+ "module": "src/decorators/renderOnChange.ts"
213
+ }
214
+ }
215
+ ]
216
+ },
164
217
  {
165
218
  "kind": "javascript-module",
166
219
  "path": "src/data/inMemoryDatabase.ts",
@@ -409,59 +462,6 @@
409
462
  }
410
463
  ]
411
464
  },
412
- {
413
- "kind": "javascript-module",
414
- "path": "src/decorators/index.ts",
415
- "declarations": [],
416
- "exports": [
417
- {
418
- "kind": "js",
419
- "name": "*",
420
- "declaration": {
421
- "name": "*",
422
- "package": "./renderOnChange"
423
- }
424
- }
425
- ]
426
- },
427
- {
428
- "kind": "javascript-module",
429
- "path": "src/decorators/renderOnChange.ts",
430
- "declarations": [
431
- {
432
- "kind": "function",
433
- "name": "renderOnChange",
434
- "parameters": [
435
- {
436
- "name": "target",
437
- "type": {
438
- "text": "FASTElement & { render(): void }"
439
- },
440
- "description": "The target to define the property change handler on."
441
- },
442
- {
443
- "name": "name",
444
- "type": {
445
- "text": "string"
446
- },
447
- "description": "The property name."
448
- }
449
- ],
450
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
451
- "privacy": "public"
452
- }
453
- ],
454
- "exports": [
455
- {
456
- "kind": "js",
457
- "name": "renderOnChange",
458
- "declaration": {
459
- "name": "renderOnChange",
460
- "module": "src/decorators/renderOnChange.ts"
461
- }
462
- }
463
- ]
464
- },
465
465
  {
466
466
  "kind": "javascript-module",
467
467
  "path": "src/directives/index.ts",
@@ -1459,21 +1459,6 @@
1459
1459
  }
1460
1460
  ]
1461
1461
  },
1462
- {
1463
- "kind": "javascript-module",
1464
- "path": "src/serializers/index.ts",
1465
- "declarations": [],
1466
- "exports": [
1467
- {
1468
- "kind": "js",
1469
- "name": "*",
1470
- "declaration": {
1471
- "name": "*",
1472
- "package": "./json"
1473
- }
1474
- }
1475
- ]
1476
- },
1477
1462
  {
1478
1463
  "kind": "javascript-module",
1479
1464
  "path": "src/resource/index.ts",
@@ -1515,6 +1500,21 @@
1515
1500
  }
1516
1501
  ]
1517
1502
  },
1503
+ {
1504
+ "kind": "javascript-module",
1505
+ "path": "src/serializers/index.ts",
1506
+ "declarations": [],
1507
+ "exports": [
1508
+ {
1509
+ "kind": "js",
1510
+ "name": "*",
1511
+ "declaration": {
1512
+ "name": "*",
1513
+ "package": "./json"
1514
+ }
1515
+ }
1516
+ ]
1517
+ },
1518
1518
  {
1519
1519
  "kind": "javascript-module",
1520
1520
  "path": "src/state/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.224.3-alpha-96e79b3.0",
4
+ "version": "14.224.3-pa-1503.2",
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.224.3-alpha-96e79b3.0",
31
- "@genesislcap/genx": "14.224.3-alpha-96e79b3.0",
32
- "@genesislcap/rollup-builder": "14.224.3-alpha-96e79b3.0",
33
- "@genesislcap/ts-builder": "14.224.3-alpha-96e79b3.0",
34
- "@genesislcap/uvu-playwright-builder": "14.224.3-alpha-96e79b3.0",
35
- "@genesislcap/vite-builder": "14.224.3-alpha-96e79b3.0",
36
- "@genesislcap/webpack-builder": "14.224.3-alpha-96e79b3.0",
30
+ "@genesislcap/foundation-testing": "14.224.3-pa-1503.2",
31
+ "@genesislcap/genx": "14.224.3-pa-1503.2",
32
+ "@genesislcap/rollup-builder": "14.224.3-pa-1503.2",
33
+ "@genesislcap/ts-builder": "14.224.3-pa-1503.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.224.3-pa-1503.2",
35
+ "@genesislcap/vite-builder": "14.224.3-pa-1503.2",
36
+ "@genesislcap/webpack-builder": "14.224.3-pa-1503.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.224.3-alpha-96e79b3.0",
40
+ "@genesislcap/foundation-logger": "14.224.3-pa-1503.2",
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": "5bbbe2487328f4bec4b460db679d7ff524245c0c"
58
+ "gitHead": "70231922852a85cd49c859111eda76e6cd0a46d0"
59
59
  }