@genesislcap/foundation-utils 14.127.5 → 14.127.6

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.
@@ -341,6 +341,132 @@
341
341
  }
342
342
  ]
343
343
  },
344
+ {
345
+ "kind": "javascript-module",
346
+ "path": "src/design-system/design-system.ts",
347
+ "declarations": [
348
+ {
349
+ "kind": "function",
350
+ "name": "assureDesignSystem",
351
+ "return": {
352
+ "type": {
353
+ "text": "DesignSystemModule"
354
+ }
355
+ },
356
+ "parameters": [
357
+ {
358
+ "name": "module",
359
+ "type": {
360
+ "text": "DesignSystemModule"
361
+ }
362
+ }
363
+ ],
364
+ "description": "assureDesignSystem.",
365
+ "privacy": "public"
366
+ }
367
+ ],
368
+ "exports": [
369
+ {
370
+ "kind": "js",
371
+ "name": "assureDesignSystem",
372
+ "declaration": {
373
+ "name": "assureDesignSystem",
374
+ "module": "src/design-system/design-system.ts"
375
+ }
376
+ }
377
+ ]
378
+ },
379
+ {
380
+ "kind": "javascript-module",
381
+ "path": "src/design-system/index.ts",
382
+ "declarations": [],
383
+ "exports": [
384
+ {
385
+ "kind": "js",
386
+ "name": "*",
387
+ "declaration": {
388
+ "name": "*",
389
+ "package": "./design-system"
390
+ }
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "kind": "javascript-module",
396
+ "path": "src/decorators/index.ts",
397
+ "declarations": [],
398
+ "exports": [
399
+ {
400
+ "kind": "js",
401
+ "name": "*",
402
+ "declaration": {
403
+ "name": "*",
404
+ "package": "./renderOnChange"
405
+ }
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "kind": "javascript-module",
411
+ "path": "src/decorators/renderOnChange.ts",
412
+ "declarations": [
413
+ {
414
+ "kind": "function",
415
+ "name": "renderOnChange",
416
+ "parameters": [
417
+ {
418
+ "name": "target",
419
+ "type": {
420
+ "text": "FASTElement & { render(): void }"
421
+ },
422
+ "description": "The target to define the property change handler on."
423
+ },
424
+ {
425
+ "name": "name",
426
+ "type": {
427
+ "text": "string"
428
+ },
429
+ "description": "The property name."
430
+ }
431
+ ],
432
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
433
+ "privacy": "public"
434
+ }
435
+ ],
436
+ "exports": [
437
+ {
438
+ "kind": "js",
439
+ "name": "renderOnChange",
440
+ "declaration": {
441
+ "name": "renderOnChange",
442
+ "module": "src/decorators/renderOnChange.ts"
443
+ }
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "kind": "javascript-module",
449
+ "path": "src/directives/index.ts",
450
+ "declarations": [],
451
+ "exports": [
452
+ {
453
+ "kind": "js",
454
+ "name": "*",
455
+ "declaration": {
456
+ "name": "*",
457
+ "package": "./sync"
458
+ }
459
+ },
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./when-else"
466
+ }
467
+ }
468
+ ]
469
+ },
344
470
  {
345
471
  "kind": "javascript-module",
346
472
  "path": "src/env/index.ts",
@@ -763,132 +889,6 @@
763
889
  }
764
890
  ]
765
891
  },
766
- {
767
- "kind": "javascript-module",
768
- "path": "src/decorators/index.ts",
769
- "declarations": [],
770
- "exports": [
771
- {
772
- "kind": "js",
773
- "name": "*",
774
- "declaration": {
775
- "name": "*",
776
- "package": "./renderOnChange"
777
- }
778
- }
779
- ]
780
- },
781
- {
782
- "kind": "javascript-module",
783
- "path": "src/decorators/renderOnChange.ts",
784
- "declarations": [
785
- {
786
- "kind": "function",
787
- "name": "renderOnChange",
788
- "parameters": [
789
- {
790
- "name": "target",
791
- "type": {
792
- "text": "FASTElement & { render(): void }"
793
- },
794
- "description": "The target to define the property change handler on."
795
- },
796
- {
797
- "name": "name",
798
- "type": {
799
- "text": "string"
800
- },
801
- "description": "The property name."
802
- }
803
- ],
804
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
805
- "privacy": "public"
806
- }
807
- ],
808
- "exports": [
809
- {
810
- "kind": "js",
811
- "name": "renderOnChange",
812
- "declaration": {
813
- "name": "renderOnChange",
814
- "module": "src/decorators/renderOnChange.ts"
815
- }
816
- }
817
- ]
818
- },
819
- {
820
- "kind": "javascript-module",
821
- "path": "src/directives/index.ts",
822
- "declarations": [],
823
- "exports": [
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./sync"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./when-else"
838
- }
839
- }
840
- ]
841
- },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/design-system/design-system.ts",
845
- "declarations": [
846
- {
847
- "kind": "function",
848
- "name": "assureDesignSystem",
849
- "return": {
850
- "type": {
851
- "text": "DesignSystemModule"
852
- }
853
- },
854
- "parameters": [
855
- {
856
- "name": "module",
857
- "type": {
858
- "text": "DesignSystemModule"
859
- }
860
- }
861
- ],
862
- "description": "assureDesignSystem.",
863
- "privacy": "public"
864
- }
865
- ],
866
- "exports": [
867
- {
868
- "kind": "js",
869
- "name": "assureDesignSystem",
870
- "declaration": {
871
- "name": "assureDesignSystem",
872
- "module": "src/design-system/design-system.ts"
873
- }
874
- }
875
- ]
876
- },
877
- {
878
- "kind": "javascript-module",
879
- "path": "src/design-system/index.ts",
880
- "declarations": [],
881
- "exports": [
882
- {
883
- "kind": "js",
884
- "name": "*",
885
- "declaration": {
886
- "name": "*",
887
- "package": "./design-system"
888
- }
889
- }
890
- ]
891
- },
892
892
  {
893
893
  "kind": "javascript-module",
894
894
  "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.127.5",
4
+ "version": "14.127.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.127.5",
23
- "@genesislcap/genx": "14.127.5",
22
+ "@genesislcap/foundation-testing": "14.127.6",
23
+ "@genesislcap/genx": "14.127.6",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.127.5",
27
+ "@genesislcap/foundation-logger": "14.127.6",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "0264e691e3bb631c39ec62f560950d0ca3dcdafa"
45
+ "gitHead": "bee68a5b13b648123943e49d547c27da5a7ff6ed"
46
46
  }