@genesislcap/foundation-utils 14.307.4-alpha-0d4c6f2.0 → 14.309.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.
@@ -367,6 +367,59 @@
367
367
  }
368
368
  ]
369
369
  },
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
+ },
370
423
  {
371
424
  "kind": "javascript-module",
372
425
  "path": "src/design-system/design-system.ts",
@@ -510,59 +563,6 @@
510
563
  }
511
564
  ]
512
565
  },
513
- {
514
- "kind": "javascript-module",
515
- "path": "src/decorators/index.ts",
516
- "declarations": [],
517
- "exports": [
518
- {
519
- "kind": "js",
520
- "name": "*",
521
- "declaration": {
522
- "name": "*",
523
- "package": "./renderOnChange"
524
- }
525
- }
526
- ]
527
- },
528
- {
529
- "kind": "javascript-module",
530
- "path": "src/decorators/renderOnChange.ts",
531
- "declarations": [
532
- {
533
- "kind": "function",
534
- "name": "renderOnChange",
535
- "parameters": [
536
- {
537
- "name": "target",
538
- "type": {
539
- "text": "FASTElement & { render(): void }"
540
- },
541
- "description": "The target to define the property change handler on."
542
- },
543
- {
544
- "name": "name",
545
- "type": {
546
- "text": "string"
547
- },
548
- "description": "The property name."
549
- }
550
- ],
551
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
552
- "privacy": "public"
553
- }
554
- ],
555
- "exports": [
556
- {
557
- "kind": "js",
558
- "name": "renderOnChange",
559
- "declaration": {
560
- "name": "renderOnChange",
561
- "module": "src/decorators/renderOnChange.ts"
562
- }
563
- }
564
- ]
565
- },
566
566
  {
567
567
  "kind": "javascript-module",
568
568
  "path": "src/env/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.307.4-alpha-0d4c6f2.0",
4
+ "version": "14.309.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.307.4-alpha-0d4c6f2.0",
31
- "@genesislcap/genx": "14.307.4-alpha-0d4c6f2.0",
32
- "@genesislcap/rollup-builder": "14.307.4-alpha-0d4c6f2.0",
33
- "@genesislcap/ts-builder": "14.307.4-alpha-0d4c6f2.0",
34
- "@genesislcap/uvu-playwright-builder": "14.307.4-alpha-0d4c6f2.0",
35
- "@genesislcap/vite-builder": "14.307.4-alpha-0d4c6f2.0",
36
- "@genesislcap/webpack-builder": "14.307.4-alpha-0d4c6f2.0",
30
+ "@genesislcap/foundation-testing": "14.309.0",
31
+ "@genesislcap/genx": "14.309.0",
32
+ "@genesislcap/rollup-builder": "14.309.0",
33
+ "@genesislcap/ts-builder": "14.309.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.309.0",
35
+ "@genesislcap/vite-builder": "14.309.0",
36
+ "@genesislcap/webpack-builder": "14.309.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.307.4-alpha-0d4c6f2.0",
41
- "@genesislcap/foundation-logger": "14.307.4-alpha-0d4c6f2.0",
40
+ "@genesislcap/expression-builder": "14.309.0",
41
+ "@genesislcap/foundation-logger": "14.309.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@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": "ae54a5f20a2e08cc8447cd248cf5703062e0b13a"
58
+ "gitHead": "f68ab9465d8b792fa35849c4ad7ae4ae06e394ad"
59
59
  }