@genesislcap/foundation-utils 14.75.0 → 14.77.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.
@@ -343,7 +343,7 @@
343
343
  },
344
344
  {
345
345
  "kind": "javascript-module",
346
- "path": "src/directives/index.ts",
346
+ "path": "src/decorators/index.ts",
347
347
  "declarations": [],
348
348
  "exports": [
349
349
  {
@@ -351,15 +351,45 @@
351
351
  "name": "*",
352
352
  "declaration": {
353
353
  "name": "*",
354
- "package": "./sync"
354
+ "package": "./renderOnChange"
355
355
  }
356
- },
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "kind": "javascript-module",
361
+ "path": "src/decorators/renderOnChange.ts",
362
+ "declarations": [
363
+ {
364
+ "kind": "function",
365
+ "name": "renderOnChange",
366
+ "parameters": [
367
+ {
368
+ "name": "target",
369
+ "type": {
370
+ "text": "FASTElement & { render(): void }"
371
+ },
372
+ "description": "The target to define the property change handler on."
373
+ },
374
+ {
375
+ "name": "name",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "description": "The property name."
380
+ }
381
+ ],
382
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
357
387
  {
358
388
  "kind": "js",
359
- "name": "*",
389
+ "name": "renderOnChange",
360
390
  "declaration": {
361
- "name": "*",
362
- "package": "./when-else"
391
+ "name": "renderOnChange",
392
+ "module": "src/decorators/renderOnChange.ts"
363
393
  }
364
394
  }
365
395
  ]
@@ -413,59 +443,6 @@
413
443
  }
414
444
  ]
415
445
  },
416
- {
417
- "kind": "javascript-module",
418
- "path": "src/decorators/index.ts",
419
- "declarations": [],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "*",
424
- "declaration": {
425
- "name": "*",
426
- "package": "./renderOnChange"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/decorators/renderOnChange.ts",
434
- "declarations": [
435
- {
436
- "kind": "function",
437
- "name": "renderOnChange",
438
- "parameters": [
439
- {
440
- "name": "target",
441
- "type": {
442
- "text": "FASTElement & { render(): void }"
443
- },
444
- "description": "The target to define the property change handler on."
445
- },
446
- {
447
- "name": "name",
448
- "type": {
449
- "text": "string"
450
- },
451
- "description": "The property name."
452
- }
453
- ],
454
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
455
- "privacy": "public"
456
- }
457
- ],
458
- "exports": [
459
- {
460
- "kind": "js",
461
- "name": "renderOnChange",
462
- "declaration": {
463
- "name": "renderOnChange",
464
- "module": "src/decorators/renderOnChange.ts"
465
- }
466
- }
467
- ]
468
- },
469
446
  {
470
447
  "kind": "javascript-module",
471
448
  "path": "src/env/index.ts",
@@ -689,6 +666,29 @@
689
666
  }
690
667
  ]
691
668
  },
669
+ {
670
+ "kind": "javascript-module",
671
+ "path": "src/directives/index.ts",
672
+ "declarations": [],
673
+ "exports": [
674
+ {
675
+ "kind": "js",
676
+ "name": "*",
677
+ "declaration": {
678
+ "name": "*",
679
+ "package": "./sync"
680
+ }
681
+ },
682
+ {
683
+ "kind": "js",
684
+ "name": "*",
685
+ "declaration": {
686
+ "name": "*",
687
+ "package": "./when-else"
688
+ }
689
+ }
690
+ ]
691
+ },
692
692
  {
693
693
  "kind": "javascript-module",
694
694
  "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.75.0",
4
+ "version": "14.77.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "47be36812a2029840ec2691fcee14bb766e2e018"
44
+ "gitHead": "5902cd57f709923a2f8e85ccbdce1fe856bf216f"
45
45
  }