@genesislcap/foundation-utils 14.224.0 → 14.224.2

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.
@@ -2,12 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/index.federated.ts",
8
- "declarations": [],
9
- "exports": []
10
- },
11
5
  {
12
6
  "kind": "javascript-module",
13
7
  "path": "src/index.ts",
@@ -167,59 +161,6 @@
167
161
  }
168
162
  ]
169
163
  },
170
- {
171
- "kind": "javascript-module",
172
- "path": "src/decorators/index.ts",
173
- "declarations": [],
174
- "exports": [
175
- {
176
- "kind": "js",
177
- "name": "*",
178
- "declaration": {
179
- "name": "*",
180
- "package": "./renderOnChange"
181
- }
182
- }
183
- ]
184
- },
185
- {
186
- "kind": "javascript-module",
187
- "path": "src/decorators/renderOnChange.ts",
188
- "declarations": [
189
- {
190
- "kind": "function",
191
- "name": "renderOnChange",
192
- "parameters": [
193
- {
194
- "name": "target",
195
- "type": {
196
- "text": "FASTElement & { render(): void }"
197
- },
198
- "description": "The target to define the property change handler on."
199
- },
200
- {
201
- "name": "name",
202
- "type": {
203
- "text": "string"
204
- },
205
- "description": "The property name."
206
- }
207
- ],
208
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
209
- "privacy": "public"
210
- }
211
- ],
212
- "exports": [
213
- {
214
- "kind": "js",
215
- "name": "renderOnChange",
216
- "declaration": {
217
- "name": "renderOnChange",
218
- "module": "src/decorators/renderOnChange.ts"
219
- }
220
- }
221
- ]
222
- },
223
164
  {
224
165
  "kind": "javascript-module",
225
166
  "path": "src/data/inMemoryDatabase.ts",
@@ -418,56 +359,6 @@
418
359
  }
419
360
  ]
420
361
  },
421
- {
422
- "kind": "javascript-module",
423
- "path": "src/design-system/design-system.ts",
424
- "declarations": [
425
- {
426
- "kind": "function",
427
- "name": "assureDesignSystem",
428
- "return": {
429
- "type": {
430
- "text": "DesignSystemModule"
431
- }
432
- },
433
- "parameters": [
434
- {
435
- "name": "module",
436
- "type": {
437
- "text": "DesignSystemModule"
438
- }
439
- }
440
- ],
441
- "description": "assureDesignSystem.",
442
- "privacy": "public"
443
- }
444
- ],
445
- "exports": [
446
- {
447
- "kind": "js",
448
- "name": "assureDesignSystem",
449
- "declaration": {
450
- "name": "assureDesignSystem",
451
- "module": "src/design-system/design-system.ts"
452
- }
453
- }
454
- ]
455
- },
456
- {
457
- "kind": "javascript-module",
458
- "path": "src/design-system/index.ts",
459
- "declarations": [],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "*",
464
- "declaration": {
465
- "name": "*",
466
- "package": "./design-system"
467
- }
468
- }
469
- ]
470
- },
471
362
  {
472
363
  "kind": "javascript-module",
473
364
  "path": "src/directives/index.ts",
@@ -729,6 +620,56 @@
729
620
  }
730
621
  ]
731
622
  },
623
+ {
624
+ "kind": "javascript-module",
625
+ "path": "src/design-system/design-system.ts",
626
+ "declarations": [
627
+ {
628
+ "kind": "function",
629
+ "name": "assureDesignSystem",
630
+ "return": {
631
+ "type": {
632
+ "text": "DesignSystemModule"
633
+ }
634
+ },
635
+ "parameters": [
636
+ {
637
+ "name": "module",
638
+ "type": {
639
+ "text": "DesignSystemModule"
640
+ }
641
+ }
642
+ ],
643
+ "description": "assureDesignSystem.",
644
+ "privacy": "public"
645
+ }
646
+ ],
647
+ "exports": [
648
+ {
649
+ "kind": "js",
650
+ "name": "assureDesignSystem",
651
+ "declaration": {
652
+ "name": "assureDesignSystem",
653
+ "module": "src/design-system/design-system.ts"
654
+ }
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "kind": "javascript-module",
660
+ "path": "src/design-system/index.ts",
661
+ "declarations": [],
662
+ "exports": [
663
+ {
664
+ "kind": "js",
665
+ "name": "*",
666
+ "declaration": {
667
+ "name": "*",
668
+ "package": "./design-system"
669
+ }
670
+ }
671
+ ]
672
+ },
732
673
  {
733
674
  "kind": "javascript-module",
734
675
  "path": "src/error/errorMap.ts",
@@ -928,6 +869,59 @@
928
869
  }
929
870
  ]
930
871
  },
872
+ {
873
+ "kind": "javascript-module",
874
+ "path": "src/decorators/index.ts",
875
+ "declarations": [],
876
+ "exports": [
877
+ {
878
+ "kind": "js",
879
+ "name": "*",
880
+ "declaration": {
881
+ "name": "*",
882
+ "package": "./renderOnChange"
883
+ }
884
+ }
885
+ ]
886
+ },
887
+ {
888
+ "kind": "javascript-module",
889
+ "path": "src/decorators/renderOnChange.ts",
890
+ "declarations": [
891
+ {
892
+ "kind": "function",
893
+ "name": "renderOnChange",
894
+ "parameters": [
895
+ {
896
+ "name": "target",
897
+ "type": {
898
+ "text": "FASTElement & { render(): void }"
899
+ },
900
+ "description": "The target to define the property change handler on."
901
+ },
902
+ {
903
+ "name": "name",
904
+ "type": {
905
+ "text": "string"
906
+ },
907
+ "description": "The property name."
908
+ }
909
+ ],
910
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
911
+ "privacy": "public"
912
+ }
913
+ ],
914
+ "exports": [
915
+ {
916
+ "kind": "js",
917
+ "name": "renderOnChange",
918
+ "declaration": {
919
+ "name": "renderOnChange",
920
+ "module": "src/decorators/renderOnChange.ts"
921
+ }
922
+ }
923
+ ]
924
+ },
931
925
  {
932
926
  "kind": "javascript-module",
933
927
  "path": "src/formatters/datetime.ts",
@@ -1465,6 +1459,21 @@
1465
1459
  }
1466
1460
  ]
1467
1461
  },
1462
+ {
1463
+ "kind": "javascript-module",
1464
+ "path": "src/serializers/index.ts",
1465
+ "declarations": [],
1466
+ "exports": [
1467
+ {
1468
+ "kind": "js",
1469
+ "name": "*",
1470
+ "declaration": {
1471
+ "name": "*",
1472
+ "package": "./json"
1473
+ }
1474
+ }
1475
+ ]
1476
+ },
1468
1477
  {
1469
1478
  "kind": "javascript-module",
1470
1479
  "path": "src/resource/index.ts",
@@ -1506,21 +1515,6 @@
1506
1515
  }
1507
1516
  ]
1508
1517
  },
1509
- {
1510
- "kind": "javascript-module",
1511
- "path": "src/serializers/index.ts",
1512
- "declarations": [],
1513
- "exports": [
1514
- {
1515
- "kind": "js",
1516
- "name": "*",
1517
- "declaration": {
1518
- "name": "*",
1519
- "package": "./json"
1520
- }
1521
- }
1522
- ]
1523
- },
1524
1518
  {
1525
1519
  "kind": "javascript-module",
1526
1520
  "path": "src/state/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.224.0",
4
+ "version": "14.224.2",
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.224.0",
31
- "@genesislcap/genx": "14.224.0",
32
- "@genesislcap/rollup-builder": "14.224.0",
33
- "@genesislcap/ts-builder": "14.224.0",
34
- "@genesislcap/uvu-playwright-builder": "14.224.0",
35
- "@genesislcap/vite-builder": "14.224.0",
36
- "@genesislcap/webpack-builder": "14.224.0",
30
+ "@genesislcap/foundation-testing": "14.224.2",
31
+ "@genesislcap/genx": "14.224.2",
32
+ "@genesislcap/rollup-builder": "14.224.2",
33
+ "@genesislcap/ts-builder": "14.224.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.224.2",
35
+ "@genesislcap/vite-builder": "14.224.2",
36
+ "@genesislcap/webpack-builder": "14.224.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.224.0",
40
+ "@genesislcap/foundation-logger": "14.224.2",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.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": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
58
+ "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
59
59
  }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.federated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.federated.d.ts","sourceRoot":"","sources":["../../src/index.federated.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- import('./index');