@genesislcap/foundation-utils 14.127.4 → 14.127.5

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,132 +341,6 @@
341
341
  }
342
342
  ]
343
343
  },
344
- {
345
- "kind": "javascript-module",
346
- "path": "src/decorators/index.ts",
347
- "declarations": [],
348
- "exports": [
349
- {
350
- "kind": "js",
351
- "name": "*",
352
- "declaration": {
353
- "name": "*",
354
- "package": "./renderOnChange"
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": [
387
- {
388
- "kind": "js",
389
- "name": "renderOnChange",
390
- "declaration": {
391
- "name": "renderOnChange",
392
- "module": "src/decorators/renderOnChange.ts"
393
- }
394
- }
395
- ]
396
- },
397
- {
398
- "kind": "javascript-module",
399
- "path": "src/design-system/design-system.ts",
400
- "declarations": [
401
- {
402
- "kind": "function",
403
- "name": "assureDesignSystem",
404
- "return": {
405
- "type": {
406
- "text": "DesignSystemModule"
407
- }
408
- },
409
- "parameters": [
410
- {
411
- "name": "module",
412
- "type": {
413
- "text": "DesignSystemModule"
414
- }
415
- }
416
- ],
417
- "description": "assureDesignSystem.",
418
- "privacy": "public"
419
- }
420
- ],
421
- "exports": [
422
- {
423
- "kind": "js",
424
- "name": "assureDesignSystem",
425
- "declaration": {
426
- "name": "assureDesignSystem",
427
- "module": "src/design-system/design-system.ts"
428
- }
429
- }
430
- ]
431
- },
432
- {
433
- "kind": "javascript-module",
434
- "path": "src/design-system/index.ts",
435
- "declarations": [],
436
- "exports": [
437
- {
438
- "kind": "js",
439
- "name": "*",
440
- "declaration": {
441
- "name": "*",
442
- "package": "./design-system"
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
- },
470
344
  {
471
345
  "kind": "javascript-module",
472
346
  "path": "src/env/index.ts",
@@ -889,6 +763,132 @@
889
763
  }
890
764
  ]
891
765
  },
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.4",
4
+ "version": "14.127.5",
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.4",
23
- "@genesislcap/genx": "14.127.4",
22
+ "@genesislcap/foundation-testing": "14.127.5",
23
+ "@genesislcap/genx": "14.127.5",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.127.4",
27
+ "@genesislcap/foundation-logger": "14.127.5",
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": "c33b055140917037d95b26b0a6c7e4be4132f354"
45
+ "gitHead": "0264e691e3bb631c39ec62f560950d0ca3dcdafa"
46
46
  }