@genesislcap/foundation-utils 14.175.0 → 14.176.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 +153 -153
  2. package/package.json +10 -10
@@ -357,56 +357,6 @@
357
357
  }
358
358
  ]
359
359
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/design-system/design-system.ts",
363
- "declarations": [
364
- {
365
- "kind": "function",
366
- "name": "assureDesignSystem",
367
- "return": {
368
- "type": {
369
- "text": "DesignSystemModule"
370
- }
371
- },
372
- "parameters": [
373
- {
374
- "name": "module",
375
- "type": {
376
- "text": "DesignSystemModule"
377
- }
378
- }
379
- ],
380
- "description": "assureDesignSystem.",
381
- "privacy": "public"
382
- }
383
- ],
384
- "exports": [
385
- {
386
- "kind": "js",
387
- "name": "assureDesignSystem",
388
- "declaration": {
389
- "name": "assureDesignSystem",
390
- "module": "src/design-system/design-system.ts"
391
- }
392
- }
393
- ]
394
- },
395
- {
396
- "kind": "javascript-module",
397
- "path": "src/design-system/index.ts",
398
- "declarations": [],
399
- "exports": [
400
- {
401
- "kind": "js",
402
- "name": "*",
403
- "declaration": {
404
- "name": "*",
405
- "package": "./design-system"
406
- }
407
- }
408
- ]
409
- },
410
360
  {
411
361
  "kind": "javascript-module",
412
362
  "path": "src/directives/index.ts",
@@ -653,6 +603,59 @@
653
603
  }
654
604
  ]
655
605
  },
606
+ {
607
+ "kind": "javascript-module",
608
+ "path": "src/decorators/index.ts",
609
+ "declarations": [],
610
+ "exports": [
611
+ {
612
+ "kind": "js",
613
+ "name": "*",
614
+ "declaration": {
615
+ "name": "*",
616
+ "package": "./renderOnChange"
617
+ }
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "kind": "javascript-module",
623
+ "path": "src/decorators/renderOnChange.ts",
624
+ "declarations": [
625
+ {
626
+ "kind": "function",
627
+ "name": "renderOnChange",
628
+ "parameters": [
629
+ {
630
+ "name": "target",
631
+ "type": {
632
+ "text": "FASTElement & { render(): void }"
633
+ },
634
+ "description": "The target to define the property change handler on."
635
+ },
636
+ {
637
+ "name": "name",
638
+ "type": {
639
+ "text": "string"
640
+ },
641
+ "description": "The property name."
642
+ }
643
+ ],
644
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
645
+ "privacy": "public"
646
+ }
647
+ ],
648
+ "exports": [
649
+ {
650
+ "kind": "js",
651
+ "name": "renderOnChange",
652
+ "declaration": {
653
+ "name": "renderOnChange",
654
+ "module": "src/decorators/renderOnChange.ts"
655
+ }
656
+ }
657
+ ]
658
+ },
656
659
  {
657
660
  "kind": "javascript-module",
658
661
  "path": "src/error/errorMap.ts",
@@ -852,6 +855,56 @@
852
855
  }
853
856
  ]
854
857
  },
858
+ {
859
+ "kind": "javascript-module",
860
+ "path": "src/design-system/design-system.ts",
861
+ "declarations": [
862
+ {
863
+ "kind": "function",
864
+ "name": "assureDesignSystem",
865
+ "return": {
866
+ "type": {
867
+ "text": "DesignSystemModule"
868
+ }
869
+ },
870
+ "parameters": [
871
+ {
872
+ "name": "module",
873
+ "type": {
874
+ "text": "DesignSystemModule"
875
+ }
876
+ }
877
+ ],
878
+ "description": "assureDesignSystem.",
879
+ "privacy": "public"
880
+ }
881
+ ],
882
+ "exports": [
883
+ {
884
+ "kind": "js",
885
+ "name": "assureDesignSystem",
886
+ "declaration": {
887
+ "name": "assureDesignSystem",
888
+ "module": "src/design-system/design-system.ts"
889
+ }
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "kind": "javascript-module",
895
+ "path": "src/design-system/index.ts",
896
+ "declarations": [],
897
+ "exports": [
898
+ {
899
+ "kind": "js",
900
+ "name": "*",
901
+ "declaration": {
902
+ "name": "*",
903
+ "package": "./design-system"
904
+ }
905
+ }
906
+ ]
907
+ },
855
908
  {
856
909
  "kind": "javascript-module",
857
910
  "path": "src/formatters/datetime.ts",
@@ -1064,59 +1117,6 @@
1064
1117
  }
1065
1118
  ]
1066
1119
  },
1067
- {
1068
- "kind": "javascript-module",
1069
- "path": "src/decorators/index.ts",
1070
- "declarations": [],
1071
- "exports": [
1072
- {
1073
- "kind": "js",
1074
- "name": "*",
1075
- "declaration": {
1076
- "name": "*",
1077
- "package": "./renderOnChange"
1078
- }
1079
- }
1080
- ]
1081
- },
1082
- {
1083
- "kind": "javascript-module",
1084
- "path": "src/decorators/renderOnChange.ts",
1085
- "declarations": [
1086
- {
1087
- "kind": "function",
1088
- "name": "renderOnChange",
1089
- "parameters": [
1090
- {
1091
- "name": "target",
1092
- "type": {
1093
- "text": "FASTElement & { render(): void }"
1094
- },
1095
- "description": "The target to define the property change handler on."
1096
- },
1097
- {
1098
- "name": "name",
1099
- "type": {
1100
- "text": "string"
1101
- },
1102
- "description": "The property name."
1103
- }
1104
- ],
1105
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1106
- "privacy": "public"
1107
- }
1108
- ],
1109
- "exports": [
1110
- {
1111
- "kind": "js",
1112
- "name": "renderOnChange",
1113
- "declaration": {
1114
- "name": "renderOnChange",
1115
- "module": "src/decorators/renderOnChange.ts"
1116
- }
1117
- }
1118
- ]
1119
- },
1120
1120
  {
1121
1121
  "kind": "javascript-module",
1122
1122
  "path": "src/logger/index.ts",
@@ -1315,7 +1315,7 @@
1315
1315
  },
1316
1316
  {
1317
1317
  "kind": "javascript-module",
1318
- "path": "src/promise/index.ts",
1318
+ "path": "src/resource/index.ts",
1319
1319
  "declarations": [],
1320
1320
  "exports": [
1321
1321
  {
@@ -1323,55 +1323,40 @@
1323
1323
  "name": "*",
1324
1324
  "declaration": {
1325
1325
  "name": "*",
1326
- "package": "./resolveAfter"
1326
+ "package": "./types"
1327
1327
  }
1328
1328
  }
1329
1329
  ]
1330
1330
  },
1331
1331
  {
1332
1332
  "kind": "javascript-module",
1333
- "path": "src/promise/resolveAfter.ts",
1333
+ "path": "src/resource/types.ts",
1334
1334
  "declarations": [
1335
1335
  {
1336
- "kind": "function",
1337
- "name": "resolveAfter",
1338
- "return": {
1339
- "type": {
1340
- "text": "Promise<T>"
1341
- }
1336
+ "kind": "variable",
1337
+ "name": "ResourceType",
1338
+ "type": {
1339
+ "text": "{\n local: 'local',\n remote: 'remote',\n}"
1342
1340
  },
1343
- "parameters": [
1344
- {
1345
- "name": "ms",
1346
- "type": {
1347
- "text": "number"
1348
- }
1349
- },
1350
- {
1351
- "name": "valueCreator",
1352
- "type": {
1353
- "text": "() => T"
1354
- }
1355
- }
1356
- ],
1357
- "description": "Resolve a promise after a timeout.",
1341
+ "default": "{\n local: 'local',\n remote: 'remote',\n}",
1342
+ "description": "An object that defines two resource types: \"local\" and \"remote\".",
1358
1343
  "privacy": "public"
1359
1344
  }
1360
1345
  ],
1361
1346
  "exports": [
1362
1347
  {
1363
1348
  "kind": "js",
1364
- "name": "resolveAfter",
1349
+ "name": "ResourceType",
1365
1350
  "declaration": {
1366
- "name": "resolveAfter",
1367
- "module": "src/promise/resolveAfter.ts"
1351
+ "name": "ResourceType",
1352
+ "module": "src/resource/types.ts"
1368
1353
  }
1369
1354
  }
1370
1355
  ]
1371
1356
  },
1372
1357
  {
1373
1358
  "kind": "javascript-module",
1374
- "path": "src/resource/index.ts",
1359
+ "path": "src/serializers/index.ts",
1375
1360
  "declarations": [],
1376
1361
  "exports": [
1377
1362
  {
@@ -1379,48 +1364,63 @@
1379
1364
  "name": "*",
1380
1365
  "declaration": {
1381
1366
  "name": "*",
1382
- "package": "./types"
1367
+ "package": "./json"
1383
1368
  }
1384
1369
  }
1385
1370
  ]
1386
1371
  },
1387
1372
  {
1388
1373
  "kind": "javascript-module",
1389
- "path": "src/resource/types.ts",
1390
- "declarations": [
1391
- {
1392
- "kind": "variable",
1393
- "name": "ResourceType",
1394
- "type": {
1395
- "text": "{\n local: 'local',\n remote: 'remote',\n}"
1396
- },
1397
- "default": "{\n local: 'local',\n remote: 'remote',\n}",
1398
- "description": "An object that defines two resource types: \"local\" and \"remote\".",
1399
- "privacy": "public"
1400
- }
1401
- ],
1374
+ "path": "src/promise/index.ts",
1375
+ "declarations": [],
1402
1376
  "exports": [
1403
1377
  {
1404
1378
  "kind": "js",
1405
- "name": "ResourceType",
1379
+ "name": "*",
1406
1380
  "declaration": {
1407
- "name": "ResourceType",
1408
- "module": "src/resource/types.ts"
1381
+ "name": "*",
1382
+ "package": "./resolveAfter"
1409
1383
  }
1410
1384
  }
1411
1385
  ]
1412
1386
  },
1413
1387
  {
1414
1388
  "kind": "javascript-module",
1415
- "path": "src/serializers/index.ts",
1416
- "declarations": [],
1389
+ "path": "src/promise/resolveAfter.ts",
1390
+ "declarations": [
1391
+ {
1392
+ "kind": "function",
1393
+ "name": "resolveAfter",
1394
+ "return": {
1395
+ "type": {
1396
+ "text": "Promise<T>"
1397
+ }
1398
+ },
1399
+ "parameters": [
1400
+ {
1401
+ "name": "ms",
1402
+ "type": {
1403
+ "text": "number"
1404
+ }
1405
+ },
1406
+ {
1407
+ "name": "valueCreator",
1408
+ "type": {
1409
+ "text": "() => T"
1410
+ }
1411
+ }
1412
+ ],
1413
+ "description": "Resolve a promise after a timeout.",
1414
+ "privacy": "public"
1415
+ }
1416
+ ],
1417
1417
  "exports": [
1418
1418
  {
1419
1419
  "kind": "js",
1420
- "name": "*",
1420
+ "name": "resolveAfter",
1421
1421
  "declaration": {
1422
- "name": "*",
1423
- "package": "./json"
1422
+ "name": "resolveAfter",
1423
+ "module": "src/promise/resolveAfter.ts"
1424
1424
  }
1425
1425
  }
1426
1426
  ]
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.175.0",
4
+ "version": "14.176.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.175.0",
23
- "@genesislcap/genx": "14.175.0",
24
- "@genesislcap/rollup-builder": "14.175.0",
25
- "@genesislcap/ts-builder": "14.175.0",
26
- "@genesislcap/uvu-playwright-builder": "14.175.0",
27
- "@genesislcap/vite-builder": "14.175.0",
28
- "@genesislcap/webpack-builder": "14.175.0",
22
+ "@genesislcap/foundation-testing": "14.176.0",
23
+ "@genesislcap/genx": "14.176.0",
24
+ "@genesislcap/rollup-builder": "14.176.0",
25
+ "@genesislcap/ts-builder": "14.176.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.176.0",
27
+ "@genesislcap/vite-builder": "14.176.0",
28
+ "@genesislcap/webpack-builder": "14.176.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.175.0",
32
+ "@genesislcap/foundation-logger": "14.176.0",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "4dab49e3b537a4166f54d4ecd48855f0cc7b0414"
50
+ "gitHead": "e8d311eaf27cd3d155813081ad70a18aa0a826fd"
51
51
  }