@genesislcap/foundation-utils 14.71.1-auth-mf.10 → 14.71.1-auth-mf.11

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,6 +443,29 @@
413
443
  }
414
444
  ]
415
445
  },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/directives/index.ts",
449
+ "declarations": [],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./sync"
457
+ }
458
+ },
459
+ {
460
+ "kind": "js",
461
+ "name": "*",
462
+ "declaration": {
463
+ "name": "*",
464
+ "package": "./when-else"
465
+ }
466
+ }
467
+ ]
468
+ },
416
469
  {
417
470
  "kind": "javascript-module",
418
471
  "path": "src/env/index.ts",
@@ -830,59 +883,6 @@
830
883
  }
831
884
  ]
832
885
  },
833
- {
834
- "kind": "javascript-module",
835
- "path": "src/decorators/index.ts",
836
- "declarations": [],
837
- "exports": [
838
- {
839
- "kind": "js",
840
- "name": "*",
841
- "declaration": {
842
- "name": "*",
843
- "package": "./renderOnChange"
844
- }
845
- }
846
- ]
847
- },
848
- {
849
- "kind": "javascript-module",
850
- "path": "src/decorators/renderOnChange.ts",
851
- "declarations": [
852
- {
853
- "kind": "function",
854
- "name": "renderOnChange",
855
- "parameters": [
856
- {
857
- "name": "target",
858
- "type": {
859
- "text": "FASTElement & { render(): void }"
860
- },
861
- "description": "The target to define the property change handler on."
862
- },
863
- {
864
- "name": "name",
865
- "type": {
866
- "text": "string"
867
- },
868
- "description": "The property name."
869
- }
870
- ],
871
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
872
- "privacy": "public"
873
- }
874
- ],
875
- "exports": [
876
- {
877
- "kind": "js",
878
- "name": "renderOnChange",
879
- "declaration": {
880
- "name": "renderOnChange",
881
- "module": "src/decorators/renderOnChange.ts"
882
- }
883
- }
884
- ]
885
- },
886
886
  {
887
887
  "kind": "javascript-module",
888
888
  "path": "src/formatters/datetime.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.71.1-auth-mf.10",
4
+ "version": "14.71.1-auth-mf.11",
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": "001bfebef2330dfe0d96c1ff142bf15d9912a7d4"
44
+ "gitHead": "851b7bd7199f75ebe0a852841493531b5b5e3e80"
45
45
  }