@genesislcap/foundation-utils 14.117.0 → 14.118.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.
@@ -341,131 +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
- "privacy": "public"
418
- }
419
- ],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "assureDesignSystem",
424
- "declaration": {
425
- "name": "assureDesignSystem",
426
- "module": "src/design-system/design-system.ts"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/design-system/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./design-system"
442
- }
443
- }
444
- ]
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
- },
469
344
  {
470
345
  "kind": "javascript-module",
471
346
  "path": "src/env/index.ts",
@@ -689,6 +564,59 @@
689
564
  }
690
565
  ]
691
566
  },
567
+ {
568
+ "kind": "javascript-module",
569
+ "path": "src/decorators/index.ts",
570
+ "declarations": [],
571
+ "exports": [
572
+ {
573
+ "kind": "js",
574
+ "name": "*",
575
+ "declaration": {
576
+ "name": "*",
577
+ "package": "./renderOnChange"
578
+ }
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "kind": "javascript-module",
584
+ "path": "src/decorators/renderOnChange.ts",
585
+ "declarations": [
586
+ {
587
+ "kind": "function",
588
+ "name": "renderOnChange",
589
+ "parameters": [
590
+ {
591
+ "name": "target",
592
+ "type": {
593
+ "text": "FASTElement & { render(): void }"
594
+ },
595
+ "description": "The target to define the property change handler on."
596
+ },
597
+ {
598
+ "name": "name",
599
+ "type": {
600
+ "text": "string"
601
+ },
602
+ "description": "The property name."
603
+ }
604
+ ],
605
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
606
+ "privacy": "public"
607
+ }
608
+ ],
609
+ "exports": [
610
+ {
611
+ "kind": "js",
612
+ "name": "renderOnChange",
613
+ "declaration": {
614
+ "name": "renderOnChange",
615
+ "module": "src/decorators/renderOnChange.ts"
616
+ }
617
+ }
618
+ ]
619
+ },
692
620
  {
693
621
  "kind": "javascript-module",
694
622
  "path": "src/error/errorMap.ts",
@@ -883,6 +811,78 @@
883
811
  }
884
812
  ]
885
813
  },
814
+ {
815
+ "kind": "javascript-module",
816
+ "path": "src/design-system/design-system.ts",
817
+ "declarations": [
818
+ {
819
+ "kind": "function",
820
+ "name": "assureDesignSystem",
821
+ "return": {
822
+ "type": {
823
+ "text": "DesignSystemModule"
824
+ }
825
+ },
826
+ "parameters": [
827
+ {
828
+ "name": "module",
829
+ "type": {
830
+ "text": "DesignSystemModule"
831
+ }
832
+ }
833
+ ],
834
+ "privacy": "public"
835
+ }
836
+ ],
837
+ "exports": [
838
+ {
839
+ "kind": "js",
840
+ "name": "assureDesignSystem",
841
+ "declaration": {
842
+ "name": "assureDesignSystem",
843
+ "module": "src/design-system/design-system.ts"
844
+ }
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "kind": "javascript-module",
850
+ "path": "src/design-system/index.ts",
851
+ "declarations": [],
852
+ "exports": [
853
+ {
854
+ "kind": "js",
855
+ "name": "*",
856
+ "declaration": {
857
+ "name": "*",
858
+ "package": "./design-system"
859
+ }
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "kind": "javascript-module",
865
+ "path": "src/directives/index.ts",
866
+ "declarations": [],
867
+ "exports": [
868
+ {
869
+ "kind": "js",
870
+ "name": "*",
871
+ "declaration": {
872
+ "name": "*",
873
+ "package": "./sync"
874
+ }
875
+ },
876
+ {
877
+ "kind": "js",
878
+ "name": "*",
879
+ "declaration": {
880
+ "name": "*",
881
+ "package": "./when-else"
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.117.0",
4
+ "version": "14.118.0",
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.117.0",
23
- "@genesislcap/genx": "14.117.0",
22
+ "@genesislcap/foundation-testing": "14.118.0",
23
+ "@genesislcap/genx": "14.118.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.117.0",
27
+ "@genesislcap/foundation-logger": "14.118.0",
28
28
  "@microsoft/fast-components": "^2.21.3",
29
29
  "@microsoft/fast-element": "^1.7.0",
30
30
  "@microsoft/fast-foundation": "^2.33.2",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "450cf89ee7d7b6a97f1ce8f8a34d6dcede30bc9e"
45
+ "gitHead": "03508c2fc32d208bb7a037a3587b39690cfa752d"
46
46
  }