@genesislcap/foundation-utils 14.214.2-alpha-40e31af.0 → 14.214.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -365,6 +365,59 @@
365
365
  }
366
366
  ]
367
367
  },
368
+ {
369
+ "kind": "javascript-module",
370
+ "path": "src/decorators/index.ts",
371
+ "declarations": [],
372
+ "exports": [
373
+ {
374
+ "kind": "js",
375
+ "name": "*",
376
+ "declaration": {
377
+ "name": "*",
378
+ "package": "./renderOnChange"
379
+ }
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "kind": "javascript-module",
385
+ "path": "src/decorators/renderOnChange.ts",
386
+ "declarations": [
387
+ {
388
+ "kind": "function",
389
+ "name": "renderOnChange",
390
+ "parameters": [
391
+ {
392
+ "name": "target",
393
+ "type": {
394
+ "text": "FASTElement & { render(): void }"
395
+ },
396
+ "description": "The target to define the property change handler on."
397
+ },
398
+ {
399
+ "name": "name",
400
+ "type": {
401
+ "text": "string"
402
+ },
403
+ "description": "The property name."
404
+ }
405
+ ],
406
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
407
+ "privacy": "public"
408
+ }
409
+ ],
410
+ "exports": [
411
+ {
412
+ "kind": "js",
413
+ "name": "renderOnChange",
414
+ "declaration": {
415
+ "name": "renderOnChange",
416
+ "module": "src/decorators/renderOnChange.ts"
417
+ }
418
+ }
419
+ ]
420
+ },
368
421
  {
369
422
  "kind": "javascript-module",
370
423
  "path": "src/design-system/design-system.ts",
@@ -438,59 +491,6 @@
438
491
  }
439
492
  ]
440
493
  },
441
- {
442
- "kind": "javascript-module",
443
- "path": "src/decorators/index.ts",
444
- "declarations": [],
445
- "exports": [
446
- {
447
- "kind": "js",
448
- "name": "*",
449
- "declaration": {
450
- "name": "*",
451
- "package": "./renderOnChange"
452
- }
453
- }
454
- ]
455
- },
456
- {
457
- "kind": "javascript-module",
458
- "path": "src/decorators/renderOnChange.ts",
459
- "declarations": [
460
- {
461
- "kind": "function",
462
- "name": "renderOnChange",
463
- "parameters": [
464
- {
465
- "name": "target",
466
- "type": {
467
- "text": "FASTElement & { render(): void }"
468
- },
469
- "description": "The target to define the property change handler on."
470
- },
471
- {
472
- "name": "name",
473
- "type": {
474
- "text": "string"
475
- },
476
- "description": "The property name."
477
- }
478
- ],
479
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
480
- "privacy": "public"
481
- }
482
- ],
483
- "exports": [
484
- {
485
- "kind": "js",
486
- "name": "renderOnChange",
487
- "declaration": {
488
- "name": "renderOnChange",
489
- "module": "src/decorators/renderOnChange.ts"
490
- }
491
- }
492
- ]
493
- },
494
494
  {
495
495
  "kind": "javascript-module",
496
496
  "path": "src/env/index.ts",
@@ -1465,21 +1465,6 @@
1465
1465
  }
1466
1466
  ]
1467
1467
  },
1468
- {
1469
- "kind": "javascript-module",
1470
- "path": "src/serializers/index.ts",
1471
- "declarations": [],
1472
- "exports": [
1473
- {
1474
- "kind": "js",
1475
- "name": "*",
1476
- "declaration": {
1477
- "name": "*",
1478
- "package": "./json"
1479
- }
1480
- }
1481
- ]
1482
- },
1483
1468
  {
1484
1469
  "kind": "javascript-module",
1485
1470
  "path": "src/resource/index.ts",
@@ -1521,6 +1506,21 @@
1521
1506
  }
1522
1507
  ]
1523
1508
  },
1509
+ {
1510
+ "kind": "javascript-module",
1511
+ "path": "src/serializers/index.ts",
1512
+ "declarations": [],
1513
+ "exports": [
1514
+ {
1515
+ "kind": "js",
1516
+ "name": "*",
1517
+ "declaration": {
1518
+ "name": "*",
1519
+ "package": "./json"
1520
+ }
1521
+ }
1522
+ ]
1523
+ },
1524
1524
  {
1525
1525
  "kind": "javascript-module",
1526
1526
  "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.214.2-alpha-40e31af.0",
4
+ "version": "14.214.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.214.2-alpha-40e31af.0",
31
- "@genesislcap/genx": "14.214.2-alpha-40e31af.0",
32
- "@genesislcap/rollup-builder": "14.214.2-alpha-40e31af.0",
33
- "@genesislcap/ts-builder": "14.214.2-alpha-40e31af.0",
34
- "@genesislcap/uvu-playwright-builder": "14.214.2-alpha-40e31af.0",
35
- "@genesislcap/vite-builder": "14.214.2-alpha-40e31af.0",
36
- "@genesislcap/webpack-builder": "14.214.2-alpha-40e31af.0",
30
+ "@genesislcap/foundation-testing": "14.214.2",
31
+ "@genesislcap/genx": "14.214.2",
32
+ "@genesislcap/rollup-builder": "14.214.2",
33
+ "@genesislcap/ts-builder": "14.214.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.214.2",
35
+ "@genesislcap/vite-builder": "14.214.2",
36
+ "@genesislcap/webpack-builder": "14.214.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.214.2-alpha-40e31af.0",
40
+ "@genesislcap/foundation-logger": "14.214.2",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "5c01cc68fc2eac6ba9a162c3c5af98661ff8edf5"
58
+ "gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
59
59
  }