@genesislcap/foundation-utils 14.192.2 → 14.193.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.
- package/dist/custom-elements.json +73 -73
- package/package.json +10 -10
|
@@ -357,6 +357,29 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/directives/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./sync"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "js",
|
|
375
|
+
"name": "*",
|
|
376
|
+
"declaration": {
|
|
377
|
+
"name": "*",
|
|
378
|
+
"package": "./when-else"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
360
383
|
{
|
|
361
384
|
"kind": "javascript-module",
|
|
362
385
|
"path": "src/decorators/index.ts",
|
|
@@ -410,79 +433,6 @@
|
|
|
410
433
|
}
|
|
411
434
|
]
|
|
412
435
|
},
|
|
413
|
-
{
|
|
414
|
-
"kind": "javascript-module",
|
|
415
|
-
"path": "src/directives/index.ts",
|
|
416
|
-
"declarations": [],
|
|
417
|
-
"exports": [
|
|
418
|
-
{
|
|
419
|
-
"kind": "js",
|
|
420
|
-
"name": "*",
|
|
421
|
-
"declaration": {
|
|
422
|
-
"name": "*",
|
|
423
|
-
"package": "./sync"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"kind": "js",
|
|
428
|
-
"name": "*",
|
|
429
|
-
"declaration": {
|
|
430
|
-
"name": "*",
|
|
431
|
-
"package": "./when-else"
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
]
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"kind": "javascript-module",
|
|
438
|
-
"path": "src/design-system/design-system.ts",
|
|
439
|
-
"declarations": [
|
|
440
|
-
{
|
|
441
|
-
"kind": "function",
|
|
442
|
-
"name": "assureDesignSystem",
|
|
443
|
-
"return": {
|
|
444
|
-
"type": {
|
|
445
|
-
"text": "DesignSystemModule"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
"parameters": [
|
|
449
|
-
{
|
|
450
|
-
"name": "module",
|
|
451
|
-
"type": {
|
|
452
|
-
"text": "DesignSystemModule"
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"description": "assureDesignSystem.",
|
|
457
|
-
"privacy": "public"
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
"exports": [
|
|
461
|
-
{
|
|
462
|
-
"kind": "js",
|
|
463
|
-
"name": "assureDesignSystem",
|
|
464
|
-
"declaration": {
|
|
465
|
-
"name": "assureDesignSystem",
|
|
466
|
-
"module": "src/design-system/design-system.ts"
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
]
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"kind": "javascript-module",
|
|
473
|
-
"path": "src/design-system/index.ts",
|
|
474
|
-
"declarations": [],
|
|
475
|
-
"exports": [
|
|
476
|
-
{
|
|
477
|
-
"kind": "js",
|
|
478
|
-
"name": "*",
|
|
479
|
-
"declaration": {
|
|
480
|
-
"name": "*",
|
|
481
|
-
"package": "./design-system"
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
]
|
|
485
|
-
},
|
|
486
436
|
{
|
|
487
437
|
"kind": "javascript-module",
|
|
488
438
|
"path": "src/env/index.ts",
|
|
@@ -920,6 +870,56 @@
|
|
|
920
870
|
}
|
|
921
871
|
]
|
|
922
872
|
},
|
|
873
|
+
{
|
|
874
|
+
"kind": "javascript-module",
|
|
875
|
+
"path": "src/design-system/design-system.ts",
|
|
876
|
+
"declarations": [
|
|
877
|
+
{
|
|
878
|
+
"kind": "function",
|
|
879
|
+
"name": "assureDesignSystem",
|
|
880
|
+
"return": {
|
|
881
|
+
"type": {
|
|
882
|
+
"text": "DesignSystemModule"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"parameters": [
|
|
886
|
+
{
|
|
887
|
+
"name": "module",
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "DesignSystemModule"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"description": "assureDesignSystem.",
|
|
894
|
+
"privacy": "public"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"exports": [
|
|
898
|
+
{
|
|
899
|
+
"kind": "js",
|
|
900
|
+
"name": "assureDesignSystem",
|
|
901
|
+
"declaration": {
|
|
902
|
+
"name": "assureDesignSystem",
|
|
903
|
+
"module": "src/design-system/design-system.ts"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "javascript-module",
|
|
910
|
+
"path": "src/design-system/index.ts",
|
|
911
|
+
"declarations": [],
|
|
912
|
+
"exports": [
|
|
913
|
+
{
|
|
914
|
+
"kind": "js",
|
|
915
|
+
"name": "*",
|
|
916
|
+
"declaration": {
|
|
917
|
+
"name": "*",
|
|
918
|
+
"package": "./design-system"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
923
|
{
|
|
924
924
|
"kind": "javascript-module",
|
|
925
925
|
"path": "src/formatters/datetime.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.
|
|
4
|
+
"version": "14.193.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.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.193.0",
|
|
31
|
+
"@genesislcap/genx": "14.193.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.193.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.193.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.193.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.193.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.193.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.193.0",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8ffb9b512f059cfabe6bb8a0e4b58f12b12f7a89"
|
|
58
58
|
}
|