@genesislcap/foundation-utils 14.227.4 → 14.228.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +163 -163
  2. package/package.json +10 -10
@@ -169,6 +169,29 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ {
173
+ "kind": "javascript-module",
174
+ "path": "src/directives/index.ts",
175
+ "declarations": [],
176
+ "exports": [
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./sync"
183
+ }
184
+ },
185
+ {
186
+ "kind": "js",
187
+ "name": "*",
188
+ "declaration": {
189
+ "name": "*",
190
+ "package": "./when-else"
191
+ }
192
+ }
193
+ ]
194
+ },
172
195
  {
173
196
  "kind": "javascript-module",
174
197
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,132 +390,6 @@
367
390
  }
368
391
  ]
369
392
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
374
- {
375
- "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
382
- "parameters": [
383
- {
384
- "name": "module",
385
- "type": {
386
- "text": "DesignSystemModule"
387
- }
388
- }
389
- ],
390
- "description": "assureDesignSystem.",
391
- "privacy": "public"
392
- }
393
- ],
394
- "exports": [
395
- {
396
- "kind": "js",
397
- "name": "assureDesignSystem",
398
- "declaration": {
399
- "name": "assureDesignSystem",
400
- "module": "src/design-system/design-system.ts"
401
- }
402
- }
403
- ]
404
- },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./design-system"
416
- }
417
- }
418
- ]
419
- },
420
- {
421
- "kind": "javascript-module",
422
- "path": "src/directives/index.ts",
423
- "declarations": [],
424
- "exports": [
425
- {
426
- "kind": "js",
427
- "name": "*",
428
- "declaration": {
429
- "name": "*",
430
- "package": "./sync"
431
- }
432
- },
433
- {
434
- "kind": "js",
435
- "name": "*",
436
- "declaration": {
437
- "name": "*",
438
- "package": "./when-else"
439
- }
440
- }
441
- ]
442
- },
443
- {
444
- "kind": "javascript-module",
445
- "path": "src/decorators/index.ts",
446
- "declarations": [],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "*",
451
- "declaration": {
452
- "name": "*",
453
- "package": "./renderOnChange"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/decorators/renderOnChange.ts",
461
- "declarations": [
462
- {
463
- "kind": "function",
464
- "name": "renderOnChange",
465
- "parameters": [
466
- {
467
- "name": "target",
468
- "type": {
469
- "text": "FASTElement & { render(): void }"
470
- },
471
- "description": "The target to define the property change handler on."
472
- },
473
- {
474
- "name": "name",
475
- "type": {
476
- "text": "string"
477
- },
478
- "description": "The property name."
479
- }
480
- ],
481
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
482
- "privacy": "public"
483
- }
484
- ],
485
- "exports": [
486
- {
487
- "kind": "js",
488
- "name": "renderOnChange",
489
- "declaration": {
490
- "name": "renderOnChange",
491
- "module": "src/decorators/renderOnChange.ts"
492
- }
493
- }
494
- ]
495
- },
496
393
  {
497
394
  "kind": "javascript-module",
498
395
  "path": "src/encoding/index.ts",
@@ -796,6 +693,59 @@
796
693
  }
797
694
  ]
798
695
  },
696
+ {
697
+ "kind": "javascript-module",
698
+ "path": "src/decorators/index.ts",
699
+ "declarations": [],
700
+ "exports": [
701
+ {
702
+ "kind": "js",
703
+ "name": "*",
704
+ "declaration": {
705
+ "name": "*",
706
+ "package": "./renderOnChange"
707
+ }
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "kind": "javascript-module",
713
+ "path": "src/decorators/renderOnChange.ts",
714
+ "declarations": [
715
+ {
716
+ "kind": "function",
717
+ "name": "renderOnChange",
718
+ "parameters": [
719
+ {
720
+ "name": "target",
721
+ "type": {
722
+ "text": "FASTElement & { render(): void }"
723
+ },
724
+ "description": "The target to define the property change handler on."
725
+ },
726
+ {
727
+ "name": "name",
728
+ "type": {
729
+ "text": "string"
730
+ },
731
+ "description": "The property name."
732
+ }
733
+ ],
734
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
735
+ "privacy": "public"
736
+ }
737
+ ],
738
+ "exports": [
739
+ {
740
+ "kind": "js",
741
+ "name": "renderOnChange",
742
+ "declaration": {
743
+ "name": "renderOnChange",
744
+ "module": "src/decorators/renderOnChange.ts"
745
+ }
746
+ }
747
+ ]
748
+ },
799
749
  {
800
750
  "kind": "javascript-module",
801
751
  "path": "src/error/errorMap.ts",
@@ -995,6 +945,56 @@
995
945
  }
996
946
  ]
997
947
  },
948
+ {
949
+ "kind": "javascript-module",
950
+ "path": "src/design-system/design-system.ts",
951
+ "declarations": [
952
+ {
953
+ "kind": "function",
954
+ "name": "assureDesignSystem",
955
+ "return": {
956
+ "type": {
957
+ "text": "DesignSystemModule"
958
+ }
959
+ },
960
+ "parameters": [
961
+ {
962
+ "name": "module",
963
+ "type": {
964
+ "text": "DesignSystemModule"
965
+ }
966
+ }
967
+ ],
968
+ "description": "assureDesignSystem.",
969
+ "privacy": "public"
970
+ }
971
+ ],
972
+ "exports": [
973
+ {
974
+ "kind": "js",
975
+ "name": "assureDesignSystem",
976
+ "declaration": {
977
+ "name": "assureDesignSystem",
978
+ "module": "src/design-system/design-system.ts"
979
+ }
980
+ }
981
+ ]
982
+ },
983
+ {
984
+ "kind": "javascript-module",
985
+ "path": "src/design-system/index.ts",
986
+ "declarations": [],
987
+ "exports": [
988
+ {
989
+ "kind": "js",
990
+ "name": "*",
991
+ "declaration": {
992
+ "name": "*",
993
+ "package": "./design-system"
994
+ }
995
+ }
996
+ ]
997
+ },
998
998
  {
999
999
  "kind": "javascript-module",
1000
1000
  "path": "src/formatters/datetime.ts",
@@ -1714,6 +1714,43 @@
1714
1714
  }
1715
1715
  ]
1716
1716
  },
1717
+ {
1718
+ "kind": "javascript-module",
1719
+ "path": "src/utils/index.ts",
1720
+ "declarations": [],
1721
+ "exports": [
1722
+ {
1723
+ "kind": "js",
1724
+ "name": "*",
1725
+ "declaration": {
1726
+ "name": "*",
1727
+ "package": "./logger"
1728
+ }
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "kind": "javascript-module",
1734
+ "path": "src/utils/logger.ts",
1735
+ "declarations": [
1736
+ {
1737
+ "kind": "variable",
1738
+ "name": "logger",
1739
+ "description": "Logger for the foundation-utils package",
1740
+ "privacy": "public"
1741
+ }
1742
+ ],
1743
+ "exports": [
1744
+ {
1745
+ "kind": "js",
1746
+ "name": "logger",
1747
+ "declaration": {
1748
+ "name": "logger",
1749
+ "module": "src/utils/logger.ts"
1750
+ }
1751
+ }
1752
+ ]
1753
+ },
1717
1754
  {
1718
1755
  "kind": "javascript-module",
1719
1756
  "path": "src/styles/color.ts",
@@ -2061,43 +2098,6 @@
2061
2098
  }
2062
2099
  ]
2063
2100
  },
2064
- {
2065
- "kind": "javascript-module",
2066
- "path": "src/utils/index.ts",
2067
- "declarations": [],
2068
- "exports": [
2069
- {
2070
- "kind": "js",
2071
- "name": "*",
2072
- "declaration": {
2073
- "name": "*",
2074
- "package": "./logger"
2075
- }
2076
- }
2077
- ]
2078
- },
2079
- {
2080
- "kind": "javascript-module",
2081
- "path": "src/utils/logger.ts",
2082
- "declarations": [
2083
- {
2084
- "kind": "variable",
2085
- "name": "logger",
2086
- "description": "Logger for the foundation-utils package",
2087
- "privacy": "public"
2088
- }
2089
- ],
2090
- "exports": [
2091
- {
2092
- "kind": "js",
2093
- "name": "logger",
2094
- "declaration": {
2095
- "name": "logger",
2096
- "module": "src/utils/logger.ts"
2097
- }
2098
- }
2099
- ]
2100
- },
2101
2101
  {
2102
2102
  "kind": "javascript-module",
2103
2103
  "path": "src/uuid/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.227.4",
4
+ "version": "14.228.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.227.4",
31
- "@genesislcap/genx": "14.227.4",
32
- "@genesislcap/rollup-builder": "14.227.4",
33
- "@genesislcap/ts-builder": "14.227.4",
34
- "@genesislcap/uvu-playwright-builder": "14.227.4",
35
- "@genesislcap/vite-builder": "14.227.4",
36
- "@genesislcap/webpack-builder": "14.227.4",
30
+ "@genesislcap/foundation-testing": "14.228.0",
31
+ "@genesislcap/genx": "14.228.0",
32
+ "@genesislcap/rollup-builder": "14.228.0",
33
+ "@genesislcap/ts-builder": "14.228.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.228.0",
35
+ "@genesislcap/vite-builder": "14.228.0",
36
+ "@genesislcap/webpack-builder": "14.228.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.4",
40
+ "@genesislcap/foundation-logger": "14.228.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "8589a5b1f5a9d2b720c3dc2f9ee6217d1abd9313"
58
+ "gitHead": "a8c87f80b2eab109ea129977bdbb803d6980da95"
59
59
  }