@genesislcap/foundation-utils 14.92.5 → 14.93.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,108 +341,6 @@
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
- "privacy": "public"
365
- }
366
- ],
367
- "exports": [
368
- {
369
- "kind": "js",
370
- "name": "assureDesignSystem",
371
- "declaration": {
372
- "name": "assureDesignSystem",
373
- "module": "src/design-system/design-system.ts"
374
- }
375
- }
376
- ]
377
- },
378
- {
379
- "kind": "javascript-module",
380
- "path": "src/design-system/index.ts",
381
- "declarations": [],
382
- "exports": [
383
- {
384
- "kind": "js",
385
- "name": "*",
386
- "declaration": {
387
- "name": "*",
388
- "package": "./design-system"
389
- }
390
- }
391
- ]
392
- },
393
- {
394
- "kind": "javascript-module",
395
- "path": "src/decorators/index.ts",
396
- "declarations": [],
397
- "exports": [
398
- {
399
- "kind": "js",
400
- "name": "*",
401
- "declaration": {
402
- "name": "*",
403
- "package": "./renderOnChange"
404
- }
405
- }
406
- ]
407
- },
408
- {
409
- "kind": "javascript-module",
410
- "path": "src/decorators/renderOnChange.ts",
411
- "declarations": [
412
- {
413
- "kind": "function",
414
- "name": "renderOnChange",
415
- "parameters": [
416
- {
417
- "name": "target",
418
- "type": {
419
- "text": "FASTElement & { render(): void }"
420
- },
421
- "description": "The target to define the property change handler on."
422
- },
423
- {
424
- "name": "name",
425
- "type": {
426
- "text": "string"
427
- },
428
- "description": "The property name."
429
- }
430
- ],
431
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
432
- "privacy": "public"
433
- }
434
- ],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "renderOnChange",
439
- "declaration": {
440
- "name": "renderOnChange",
441
- "module": "src/decorators/renderOnChange.ts"
442
- }
443
- }
444
- ]
445
- },
446
344
  {
447
345
  "kind": "javascript-module",
448
346
  "path": "src/directives/index.ts",
@@ -689,6 +587,55 @@
689
587
  }
690
588
  ]
691
589
  },
590
+ {
591
+ "kind": "javascript-module",
592
+ "path": "src/design-system/design-system.ts",
593
+ "declarations": [
594
+ {
595
+ "kind": "function",
596
+ "name": "assureDesignSystem",
597
+ "return": {
598
+ "type": {
599
+ "text": "DesignSystemModule"
600
+ }
601
+ },
602
+ "parameters": [
603
+ {
604
+ "name": "module",
605
+ "type": {
606
+ "text": "DesignSystemModule"
607
+ }
608
+ }
609
+ ],
610
+ "privacy": "public"
611
+ }
612
+ ],
613
+ "exports": [
614
+ {
615
+ "kind": "js",
616
+ "name": "assureDesignSystem",
617
+ "declaration": {
618
+ "name": "assureDesignSystem",
619
+ "module": "src/design-system/design-system.ts"
620
+ }
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "kind": "javascript-module",
626
+ "path": "src/design-system/index.ts",
627
+ "declarations": [],
628
+ "exports": [
629
+ {
630
+ "kind": "js",
631
+ "name": "*",
632
+ "declaration": {
633
+ "name": "*",
634
+ "package": "./design-system"
635
+ }
636
+ }
637
+ ]
638
+ },
692
639
  {
693
640
  "kind": "javascript-module",
694
641
  "path": "src/error/errorMap.ts",
@@ -883,6 +830,59 @@
883
830
  }
884
831
  ]
885
832
  },
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",
@@ -1095,44 +1095,6 @@
1095
1095
  }
1096
1096
  ]
1097
1097
  },
1098
- {
1099
- "kind": "javascript-module",
1100
- "path": "src/mappers/index.ts",
1101
- "declarations": [],
1102
- "exports": [
1103
- {
1104
- "kind": "js",
1105
- "name": "*",
1106
- "declaration": {
1107
- "name": "*",
1108
- "package": "./dto"
1109
- }
1110
- }
1111
- ]
1112
- },
1113
- {
1114
- "kind": "javascript-module",
1115
- "path": "src/mixins/index.ts",
1116
- "declarations": [],
1117
- "exports": [
1118
- {
1119
- "kind": "js",
1120
- "name": "*",
1121
- "declaration": {
1122
- "name": "*",
1123
- "package": "./pendingState"
1124
- }
1125
- },
1126
- {
1127
- "kind": "js",
1128
- "name": "*",
1129
- "declaration": {
1130
- "name": "*",
1131
- "package": "./lifecycle"
1132
- }
1133
- }
1134
- ]
1135
- },
1136
1098
  {
1137
1099
  "kind": "javascript-module",
1138
1100
  "path": "src/logger/index.ts",
@@ -1219,6 +1181,44 @@
1219
1181
  }
1220
1182
  ]
1221
1183
  },
1184
+ {
1185
+ "kind": "javascript-module",
1186
+ "path": "src/mappers/index.ts",
1187
+ "declarations": [],
1188
+ "exports": [
1189
+ {
1190
+ "kind": "js",
1191
+ "name": "*",
1192
+ "declaration": {
1193
+ "name": "*",
1194
+ "package": "./dto"
1195
+ }
1196
+ }
1197
+ ]
1198
+ },
1199
+ {
1200
+ "kind": "javascript-module",
1201
+ "path": "src/mixins/index.ts",
1202
+ "declarations": [],
1203
+ "exports": [
1204
+ {
1205
+ "kind": "js",
1206
+ "name": "*",
1207
+ "declaration": {
1208
+ "name": "*",
1209
+ "package": "./pendingState"
1210
+ }
1211
+ },
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "*",
1215
+ "declaration": {
1216
+ "name": "*",
1217
+ "package": "./lifecycle"
1218
+ }
1219
+ }
1220
+ ]
1221
+ },
1222
1222
  {
1223
1223
  "kind": "javascript-module",
1224
1224
  "path": "src/observer/index.ts",
@@ -1685,6 +1685,43 @@
1685
1685
  }
1686
1686
  ]
1687
1687
  },
1688
+ {
1689
+ "kind": "javascript-module",
1690
+ "path": "src/uuid/index.ts",
1691
+ "declarations": [],
1692
+ "exports": [
1693
+ {
1694
+ "kind": "js",
1695
+ "name": "*",
1696
+ "declaration": {
1697
+ "name": "*",
1698
+ "package": "./uuid"
1699
+ }
1700
+ }
1701
+ ]
1702
+ },
1703
+ {
1704
+ "kind": "javascript-module",
1705
+ "path": "src/uuid/uuid.ts",
1706
+ "declarations": [
1707
+ {
1708
+ "kind": "variable",
1709
+ "name": "UUID",
1710
+ "description": "A dependency injection token for the UUID interface.",
1711
+ "privacy": "public"
1712
+ }
1713
+ ],
1714
+ "exports": [
1715
+ {
1716
+ "kind": "js",
1717
+ "name": "UUID",
1718
+ "declaration": {
1719
+ "name": "UUID",
1720
+ "module": "src/uuid/uuid.ts"
1721
+ }
1722
+ }
1723
+ ]
1724
+ },
1688
1725
  {
1689
1726
  "kind": "javascript-module",
1690
1727
  "path": "src/window/index.ts",
@@ -1922,43 +1959,6 @@
1922
1959
  }
1923
1960
  ]
1924
1961
  },
1925
- {
1926
- "kind": "javascript-module",
1927
- "path": "src/uuid/index.ts",
1928
- "declarations": [],
1929
- "exports": [
1930
- {
1931
- "kind": "js",
1932
- "name": "*",
1933
- "declaration": {
1934
- "name": "*",
1935
- "package": "./uuid"
1936
- }
1937
- }
1938
- ]
1939
- },
1940
- {
1941
- "kind": "javascript-module",
1942
- "path": "src/uuid/uuid.ts",
1943
- "declarations": [
1944
- {
1945
- "kind": "variable",
1946
- "name": "UUID",
1947
- "description": "A dependency injection token for the UUID interface.",
1948
- "privacy": "public"
1949
- }
1950
- ],
1951
- "exports": [
1952
- {
1953
- "kind": "js",
1954
- "name": "UUID",
1955
- "declaration": {
1956
- "name": "UUID",
1957
- "module": "src/uuid/uuid.ts"
1958
- }
1959
- }
1960
- ]
1961
- },
1962
1962
  {
1963
1963
  "kind": "javascript-module",
1964
1964
  "path": "src/directives/when-else/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.92.5",
4
+ "version": "14.93.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.92.5",
23
- "@genesislcap/genx": "14.92.5",
22
+ "@genesislcap/foundation-testing": "14.93.0",
23
+ "@genesislcap/genx": "14.93.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.92.5",
27
+ "@genesislcap/foundation-logger": "14.93.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": "1ab3429e0f9479079a247884cd93d08e726c6a35"
45
+ "gitHead": "2e777404028ad7c11b239b17ae32946c873b7a4d"
46
46
  }