@genesislcap/foundation-utils 14.74.0 → 14.75.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/decorators/index.ts",
346
+ "path": "src/directives/index.ts",
347
347
  "declarations": [],
348
348
  "exports": [
349
349
  {
@@ -351,45 +351,15 @@
351
351
  "name": "*",
352
352
  "declaration": {
353
353
  "name": "*",
354
- "package": "./renderOnChange"
354
+ "package": "./sync"
355
355
  }
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": [
356
+ },
387
357
  {
388
358
  "kind": "js",
389
- "name": "renderOnChange",
359
+ "name": "*",
390
360
  "declaration": {
391
- "name": "renderOnChange",
392
- "module": "src/decorators/renderOnChange.ts"
361
+ "name": "*",
362
+ "package": "./when-else"
393
363
  }
394
364
  }
395
365
  ]
@@ -445,7 +415,7 @@
445
415
  },
446
416
  {
447
417
  "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
418
+ "path": "src/decorators/index.ts",
449
419
  "declarations": [],
450
420
  "exports": [
451
421
  {
@@ -453,15 +423,45 @@
453
423
  "name": "*",
454
424
  "declaration": {
455
425
  "name": "*",
456
- "package": "./sync"
426
+ "package": "./renderOnChange"
457
427
  }
458
- },
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
459
  {
460
460
  "kind": "js",
461
- "name": "*",
461
+ "name": "renderOnChange",
462
462
  "declaration": {
463
- "name": "*",
464
- "package": "./when-else"
463
+ "name": "renderOnChange",
464
+ "module": "src/decorators/renderOnChange.ts"
465
465
  }
466
466
  }
467
467
  ]
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.74.0",
4
+ "version": "14.75.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": "744f54392e6e9f73c0cddd55300925aa594020d2"
44
+ "gitHead": "47be36812a2029840ec2691fcee14bb766e2e018"
45
45
  }