@genesislcap/foundation-utils 14.207.0 → 14.207.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +155 -155
  2. package/package.json +10 -10
@@ -365,6 +365,109 @@
365
365
  }
366
366
  ]
367
367
  },
368
+ {
369
+ "kind": "javascript-module",
370
+ "path": "src/design-system/design-system.ts",
371
+ "declarations": [
372
+ {
373
+ "kind": "function",
374
+ "name": "assureDesignSystem",
375
+ "return": {
376
+ "type": {
377
+ "text": "DesignSystemModule"
378
+ }
379
+ },
380
+ "parameters": [
381
+ {
382
+ "name": "module",
383
+ "type": {
384
+ "text": "DesignSystemModule"
385
+ }
386
+ }
387
+ ],
388
+ "description": "assureDesignSystem.",
389
+ "privacy": "public"
390
+ }
391
+ ],
392
+ "exports": [
393
+ {
394
+ "kind": "js",
395
+ "name": "assureDesignSystem",
396
+ "declaration": {
397
+ "name": "assureDesignSystem",
398
+ "module": "src/design-system/design-system.ts"
399
+ }
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "kind": "javascript-module",
405
+ "path": "src/design-system/index.ts",
406
+ "declarations": [],
407
+ "exports": [
408
+ {
409
+ "kind": "js",
410
+ "name": "*",
411
+ "declaration": {
412
+ "name": "*",
413
+ "package": "./design-system"
414
+ }
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "kind": "javascript-module",
420
+ "path": "src/decorators/index.ts",
421
+ "declarations": [],
422
+ "exports": [
423
+ {
424
+ "kind": "js",
425
+ "name": "*",
426
+ "declaration": {
427
+ "name": "*",
428
+ "package": "./renderOnChange"
429
+ }
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "kind": "javascript-module",
435
+ "path": "src/decorators/renderOnChange.ts",
436
+ "declarations": [
437
+ {
438
+ "kind": "function",
439
+ "name": "renderOnChange",
440
+ "parameters": [
441
+ {
442
+ "name": "target",
443
+ "type": {
444
+ "text": "FASTElement & { render(): void }"
445
+ },
446
+ "description": "The target to define the property change handler on."
447
+ },
448
+ {
449
+ "name": "name",
450
+ "type": {
451
+ "text": "string"
452
+ },
453
+ "description": "The property name."
454
+ }
455
+ ],
456
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
457
+ "privacy": "public"
458
+ }
459
+ ],
460
+ "exports": [
461
+ {
462
+ "kind": "js",
463
+ "name": "renderOnChange",
464
+ "declaration": {
465
+ "name": "renderOnChange",
466
+ "module": "src/decorators/renderOnChange.ts"
467
+ }
468
+ }
469
+ ]
470
+ },
368
471
  {
369
472
  "kind": "javascript-module",
370
473
  "path": "src/directives/index.ts",
@@ -626,56 +729,6 @@
626
729
  }
627
730
  ]
628
731
  },
629
- {
630
- "kind": "javascript-module",
631
- "path": "src/design-system/design-system.ts",
632
- "declarations": [
633
- {
634
- "kind": "function",
635
- "name": "assureDesignSystem",
636
- "return": {
637
- "type": {
638
- "text": "DesignSystemModule"
639
- }
640
- },
641
- "parameters": [
642
- {
643
- "name": "module",
644
- "type": {
645
- "text": "DesignSystemModule"
646
- }
647
- }
648
- ],
649
- "description": "assureDesignSystem.",
650
- "privacy": "public"
651
- }
652
- ],
653
- "exports": [
654
- {
655
- "kind": "js",
656
- "name": "assureDesignSystem",
657
- "declaration": {
658
- "name": "assureDesignSystem",
659
- "module": "src/design-system/design-system.ts"
660
- }
661
- }
662
- ]
663
- },
664
- {
665
- "kind": "javascript-module",
666
- "path": "src/design-system/index.ts",
667
- "declarations": [],
668
- "exports": [
669
- {
670
- "kind": "js",
671
- "name": "*",
672
- "declaration": {
673
- "name": "*",
674
- "package": "./design-system"
675
- }
676
- }
677
- ]
678
- },
679
732
  {
680
733
  "kind": "javascript-module",
681
734
  "path": "src/error/errorMap.ts",
@@ -875,59 +928,6 @@
875
928
  }
876
929
  ]
877
930
  },
878
- {
879
- "kind": "javascript-module",
880
- "path": "src/decorators/index.ts",
881
- "declarations": [],
882
- "exports": [
883
- {
884
- "kind": "js",
885
- "name": "*",
886
- "declaration": {
887
- "name": "*",
888
- "package": "./renderOnChange"
889
- }
890
- }
891
- ]
892
- },
893
- {
894
- "kind": "javascript-module",
895
- "path": "src/decorators/renderOnChange.ts",
896
- "declarations": [
897
- {
898
- "kind": "function",
899
- "name": "renderOnChange",
900
- "parameters": [
901
- {
902
- "name": "target",
903
- "type": {
904
- "text": "FASTElement & { render(): void }"
905
- },
906
- "description": "The target to define the property change handler on."
907
- },
908
- {
909
- "name": "name",
910
- "type": {
911
- "text": "string"
912
- },
913
- "description": "The property name."
914
- }
915
- ],
916
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
917
- "privacy": "public"
918
- }
919
- ],
920
- "exports": [
921
- {
922
- "kind": "js",
923
- "name": "renderOnChange",
924
- "declaration": {
925
- "name": "renderOnChange",
926
- "module": "src/decorators/renderOnChange.ts"
927
- }
928
- }
929
- ]
930
- },
931
931
  {
932
932
  "kind": "javascript-module",
933
933
  "path": "src/formatters/datetime.ts",
@@ -1506,6 +1506,21 @@
1506
1506
  }
1507
1507
  ]
1508
1508
  },
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
+ },
1509
1524
  {
1510
1525
  "kind": "javascript-module",
1511
1526
  "path": "src/state/index.ts",
@@ -1632,21 +1647,6 @@
1632
1647
  }
1633
1648
  ]
1634
1649
  },
1635
- {
1636
- "kind": "javascript-module",
1637
- "path": "src/serializers/index.ts",
1638
- "declarations": [],
1639
- "exports": [
1640
- {
1641
- "kind": "js",
1642
- "name": "*",
1643
- "declaration": {
1644
- "name": "*",
1645
- "package": "./json"
1646
- }
1647
- }
1648
- ]
1649
- },
1650
1650
  {
1651
1651
  "kind": "javascript-module",
1652
1652
  "path": "src/styles/color.ts",
@@ -2031,43 +2031,6 @@
2031
2031
  }
2032
2032
  ]
2033
2033
  },
2034
- {
2035
- "kind": "javascript-module",
2036
- "path": "src/uuid/index.ts",
2037
- "declarations": [],
2038
- "exports": [
2039
- {
2040
- "kind": "js",
2041
- "name": "*",
2042
- "declaration": {
2043
- "name": "*",
2044
- "package": "./uuid"
2045
- }
2046
- }
2047
- ]
2048
- },
2049
- {
2050
- "kind": "javascript-module",
2051
- "path": "src/uuid/uuid.ts",
2052
- "declarations": [
2053
- {
2054
- "kind": "variable",
2055
- "name": "UUID",
2056
- "description": "A dependency injection token for the UUID interface.",
2057
- "privacy": "public"
2058
- }
2059
- ],
2060
- "exports": [
2061
- {
2062
- "kind": "js",
2063
- "name": "UUID",
2064
- "declaration": {
2065
- "name": "UUID",
2066
- "module": "src/uuid/uuid.ts"
2067
- }
2068
- }
2069
- ]
2070
- },
2071
2034
  {
2072
2035
  "kind": "javascript-module",
2073
2036
  "path": "src/window/index.ts",
@@ -2216,6 +2179,43 @@
2216
2179
  }
2217
2180
  ]
2218
2181
  },
2182
+ {
2183
+ "kind": "javascript-module",
2184
+ "path": "src/uuid/index.ts",
2185
+ "declarations": [],
2186
+ "exports": [
2187
+ {
2188
+ "kind": "js",
2189
+ "name": "*",
2190
+ "declaration": {
2191
+ "name": "*",
2192
+ "package": "./uuid"
2193
+ }
2194
+ }
2195
+ ]
2196
+ },
2197
+ {
2198
+ "kind": "javascript-module",
2199
+ "path": "src/uuid/uuid.ts",
2200
+ "declarations": [
2201
+ {
2202
+ "kind": "variable",
2203
+ "name": "UUID",
2204
+ "description": "A dependency injection token for the UUID interface.",
2205
+ "privacy": "public"
2206
+ }
2207
+ ],
2208
+ "exports": [
2209
+ {
2210
+ "kind": "js",
2211
+ "name": "UUID",
2212
+ "declaration": {
2213
+ "name": "UUID",
2214
+ "module": "src/uuid/uuid.ts"
2215
+ }
2216
+ }
2217
+ ]
2218
+ },
2219
2219
  {
2220
2220
  "kind": "javascript-module",
2221
2221
  "path": "src/directives/sync/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.207.0",
4
+ "version": "14.207.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.207.0",
31
- "@genesislcap/genx": "14.207.0",
32
- "@genesislcap/rollup-builder": "14.207.0",
33
- "@genesislcap/ts-builder": "14.207.0",
34
- "@genesislcap/uvu-playwright-builder": "14.207.0",
35
- "@genesislcap/vite-builder": "14.207.0",
36
- "@genesislcap/webpack-builder": "14.207.0",
30
+ "@genesislcap/foundation-testing": "14.207.2",
31
+ "@genesislcap/genx": "14.207.2",
32
+ "@genesislcap/rollup-builder": "14.207.2",
33
+ "@genesislcap/ts-builder": "14.207.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.207.2",
35
+ "@genesislcap/vite-builder": "14.207.2",
36
+ "@genesislcap/webpack-builder": "14.207.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.207.0",
40
+ "@genesislcap/foundation-logger": "14.207.2",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "16758f027692f6e4a17639fa974850bb7501ca64"
58
+ "gitHead": "81fdbfe3ff7adcae76ba126e4e5bb73e98724878"
59
59
  }