@genesislcap/foundation-utils 14.30.2-bny.1 → 14.30.3

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.
@@ -333,6 +333,108 @@
333
333
  }
334
334
  ]
335
335
  },
336
+ {
337
+ "kind": "javascript-module",
338
+ "path": "src/decorators/index.ts",
339
+ "declarations": [],
340
+ "exports": [
341
+ {
342
+ "kind": "js",
343
+ "name": "*",
344
+ "declaration": {
345
+ "name": "*",
346
+ "package": "./renderOnChange"
347
+ }
348
+ }
349
+ ]
350
+ },
351
+ {
352
+ "kind": "javascript-module",
353
+ "path": "src/decorators/renderOnChange.ts",
354
+ "declarations": [
355
+ {
356
+ "kind": "function",
357
+ "name": "renderOnChange",
358
+ "parameters": [
359
+ {
360
+ "name": "target",
361
+ "type": {
362
+ "text": "FASTElement & { render(): void }"
363
+ },
364
+ "description": "The target to define the property change handler on."
365
+ },
366
+ {
367
+ "name": "name",
368
+ "type": {
369
+ "text": "string"
370
+ },
371
+ "description": "The property name."
372
+ }
373
+ ],
374
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
375
+ "privacy": "public"
376
+ }
377
+ ],
378
+ "exports": [
379
+ {
380
+ "kind": "js",
381
+ "name": "renderOnChange",
382
+ "declaration": {
383
+ "name": "renderOnChange",
384
+ "module": "src/decorators/renderOnChange.ts"
385
+ }
386
+ }
387
+ ]
388
+ },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/design-system/design-system.ts",
392
+ "declarations": [
393
+ {
394
+ "kind": "function",
395
+ "name": "assureDesignSystem",
396
+ "return": {
397
+ "type": {
398
+ "text": "DesignSystemModule"
399
+ }
400
+ },
401
+ "parameters": [
402
+ {
403
+ "name": "module",
404
+ "type": {
405
+ "text": "DesignSystemModule"
406
+ }
407
+ }
408
+ ],
409
+ "privacy": "public"
410
+ }
411
+ ],
412
+ "exports": [
413
+ {
414
+ "kind": "js",
415
+ "name": "assureDesignSystem",
416
+ "declaration": {
417
+ "name": "assureDesignSystem",
418
+ "module": "src/design-system/design-system.ts"
419
+ }
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "kind": "javascript-module",
425
+ "path": "src/design-system/index.ts",
426
+ "declarations": [],
427
+ "exports": [
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./design-system"
434
+ }
435
+ }
436
+ ]
437
+ },
336
438
  {
337
439
  "kind": "javascript-module",
338
440
  "path": "src/directives/index.ts",
@@ -689,108 +791,6 @@
689
791
  }
690
792
  ]
691
793
  },
692
- {
693
- "kind": "javascript-module",
694
- "path": "src/design-system/design-system.ts",
695
- "declarations": [
696
- {
697
- "kind": "function",
698
- "name": "assureDesignSystem",
699
- "return": {
700
- "type": {
701
- "text": "DesignSystemModule"
702
- }
703
- },
704
- "parameters": [
705
- {
706
- "name": "module",
707
- "type": {
708
- "text": "DesignSystemModule"
709
- }
710
- }
711
- ],
712
- "privacy": "public"
713
- }
714
- ],
715
- "exports": [
716
- {
717
- "kind": "js",
718
- "name": "assureDesignSystem",
719
- "declaration": {
720
- "name": "assureDesignSystem",
721
- "module": "src/design-system/design-system.ts"
722
- }
723
- }
724
- ]
725
- },
726
- {
727
- "kind": "javascript-module",
728
- "path": "src/design-system/index.ts",
729
- "declarations": [],
730
- "exports": [
731
- {
732
- "kind": "js",
733
- "name": "*",
734
- "declaration": {
735
- "name": "*",
736
- "package": "./design-system"
737
- }
738
- }
739
- ]
740
- },
741
- {
742
- "kind": "javascript-module",
743
- "path": "src/decorators/index.ts",
744
- "declarations": [],
745
- "exports": [
746
- {
747
- "kind": "js",
748
- "name": "*",
749
- "declaration": {
750
- "name": "*",
751
- "package": "./renderOnChange"
752
- }
753
- }
754
- ]
755
- },
756
- {
757
- "kind": "javascript-module",
758
- "path": "src/decorators/renderOnChange.ts",
759
- "declarations": [
760
- {
761
- "kind": "function",
762
- "name": "renderOnChange",
763
- "parameters": [
764
- {
765
- "name": "target",
766
- "type": {
767
- "text": "FASTElement & { render(): void }"
768
- },
769
- "description": "The target to define the property change handler on."
770
- },
771
- {
772
- "name": "name",
773
- "type": {
774
- "text": "string"
775
- },
776
- "description": "The property name."
777
- }
778
- ],
779
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
780
- "privacy": "public"
781
- }
782
- ],
783
- "exports": [
784
- {
785
- "kind": "js",
786
- "name": "renderOnChange",
787
- "declaration": {
788
- "name": "renderOnChange",
789
- "module": "src/decorators/renderOnChange.ts"
790
- }
791
- }
792
- ]
793
- },
794
794
  {
795
795
  "kind": "javascript-module",
796
796
  "path": "src/logger/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.30.2-bny.1",
4
+ "version": "14.30.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -23,7 +23,7 @@
23
23
  "serve": "genx serve"
24
24
  },
25
25
  "devDependencies": {
26
- "@genesislcap/genx": "14.30.2-bny.1",
26
+ "@genesislcap/genx": "^14.30.3",
27
27
  "@playwright/test": "^1.18.1",
28
28
  "@types/node": "^16.4.3",
29
29
  "analytics": "^0.8.0",
@@ -53,5 +53,5 @@
53
53
  "access": "public"
54
54
  },
55
55
  "customElements": "dist/custom-elements.json",
56
- "gitHead": "63f9dfb5e58f87fc514c73b185788088b7fac94a"
56
+ "gitHead": "5f2858b6708b64c5ed6378fc54e09629539a563a"
57
57
  }