@genesislcap/foundation-utils 14.291.0 → 14.291.1-alpha-60e1b16.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 +86 -86
- package/package.json +10 -10
|
@@ -369,23 +369,85 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
373
|
-
"declarations": [
|
|
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
|
+
"kind": "function",
|
|
395
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
396
|
+
"return": {
|
|
397
|
+
"type": {
|
|
398
|
+
"text": ""
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"parameters": [
|
|
402
|
+
{
|
|
403
|
+
"name": "element",
|
|
404
|
+
"type": {
|
|
405
|
+
"text": "HTMLElement"
|
|
406
|
+
},
|
|
407
|
+
"description": "The starting HTML element"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "fallbackPrefix",
|
|
411
|
+
"type": {
|
|
412
|
+
"text": "string"
|
|
413
|
+
},
|
|
414
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
418
|
+
"privacy": "public"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
374
421
|
"exports": [
|
|
375
422
|
{
|
|
376
423
|
"kind": "js",
|
|
377
|
-
"name": "
|
|
424
|
+
"name": "assureDesignSystem",
|
|
378
425
|
"declaration": {
|
|
379
|
-
"name": "
|
|
380
|
-
"
|
|
426
|
+
"name": "assureDesignSystem",
|
|
427
|
+
"module": "src/design-system/design-system.ts"
|
|
381
428
|
}
|
|
382
429
|
},
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
435
|
+
"module": "src/design-system/design-system.ts"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "javascript-module",
|
|
442
|
+
"path": "src/design-system/index.ts",
|
|
443
|
+
"declarations": [],
|
|
444
|
+
"exports": [
|
|
383
445
|
{
|
|
384
446
|
"kind": "js",
|
|
385
447
|
"name": "*",
|
|
386
448
|
"declaration": {
|
|
387
449
|
"name": "*",
|
|
388
|
-
"package": "./
|
|
450
|
+
"package": "./design-system"
|
|
389
451
|
}
|
|
390
452
|
}
|
|
391
453
|
]
|
|
@@ -445,7 +507,7 @@
|
|
|
445
507
|
},
|
|
446
508
|
{
|
|
447
509
|
"kind": "javascript-module",
|
|
448
|
-
"path": "src/
|
|
510
|
+
"path": "src/directives/index.ts",
|
|
449
511
|
"declarations": [],
|
|
450
512
|
"exports": [
|
|
451
513
|
{
|
|
@@ -453,92 +515,15 @@
|
|
|
453
515
|
"name": "*",
|
|
454
516
|
"declaration": {
|
|
455
517
|
"name": "*",
|
|
456
|
-
"package": "./
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
]
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"kind": "javascript-module",
|
|
463
|
-
"path": "src/design-system/design-system.ts",
|
|
464
|
-
"declarations": [
|
|
465
|
-
{
|
|
466
|
-
"kind": "function",
|
|
467
|
-
"name": "assureDesignSystem",
|
|
468
|
-
"return": {
|
|
469
|
-
"type": {
|
|
470
|
-
"text": "DesignSystemModule"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"parameters": [
|
|
474
|
-
{
|
|
475
|
-
"name": "module",
|
|
476
|
-
"type": {
|
|
477
|
-
"text": "DesignSystemModule"
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"description": "assureDesignSystem.",
|
|
482
|
-
"privacy": "public"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"kind": "function",
|
|
486
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
487
|
-
"return": {
|
|
488
|
-
"type": {
|
|
489
|
-
"text": ""
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
"parameters": [
|
|
493
|
-
{
|
|
494
|
-
"name": "element",
|
|
495
|
-
"type": {
|
|
496
|
-
"text": "HTMLElement"
|
|
497
|
-
},
|
|
498
|
-
"description": "The starting HTML element"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "fallbackPrefix",
|
|
502
|
-
"type": {
|
|
503
|
-
"text": "string"
|
|
504
|
-
},
|
|
505
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
506
|
-
}
|
|
507
|
-
],
|
|
508
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
509
|
-
"privacy": "public"
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"exports": [
|
|
513
|
-
{
|
|
514
|
-
"kind": "js",
|
|
515
|
-
"name": "assureDesignSystem",
|
|
516
|
-
"declaration": {
|
|
517
|
-
"name": "assureDesignSystem",
|
|
518
|
-
"module": "src/design-system/design-system.ts"
|
|
518
|
+
"package": "./sync"
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "js",
|
|
523
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
524
|
-
"declaration": {
|
|
525
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
526
|
-
"module": "src/design-system/design-system.ts"
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"kind": "javascript-module",
|
|
533
|
-
"path": "src/design-system/index.ts",
|
|
534
|
-
"declarations": [],
|
|
535
|
-
"exports": [
|
|
536
521
|
{
|
|
537
522
|
"kind": "js",
|
|
538
523
|
"name": "*",
|
|
539
524
|
"declaration": {
|
|
540
525
|
"name": "*",
|
|
541
|
-
"package": "./
|
|
526
|
+
"package": "./when-else"
|
|
542
527
|
}
|
|
543
528
|
}
|
|
544
529
|
]
|
|
@@ -984,6 +969,21 @@
|
|
|
984
969
|
}
|
|
985
970
|
]
|
|
986
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "javascript-module",
|
|
974
|
+
"path": "src/encoding/index.ts",
|
|
975
|
+
"declarations": [],
|
|
976
|
+
"exports": [
|
|
977
|
+
{
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "*",
|
|
980
|
+
"declaration": {
|
|
981
|
+
"name": "*",
|
|
982
|
+
"package": "./base64"
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
987
|
{
|
|
988
988
|
"kind": "javascript-module",
|
|
989
989
|
"path": "src/error/errorMap.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.291.0",
|
|
4
|
+
"version": "14.291.1-alpha-60e1b16.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.291.0",
|
|
31
|
-
"@genesislcap/genx": "14.291.0",
|
|
32
|
-
"@genesislcap/rollup-builder": "14.291.0",
|
|
33
|
-
"@genesislcap/ts-builder": "14.291.0",
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.291.0",
|
|
35
|
-
"@genesislcap/vite-builder": "14.291.0",
|
|
36
|
-
"@genesislcap/webpack-builder": "14.291.0",
|
|
30
|
+
"@genesislcap/foundation-testing": "14.291.1-alpha-60e1b16.0",
|
|
31
|
+
"@genesislcap/genx": "14.291.1-alpha-60e1b16.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.291.1-alpha-60e1b16.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.291.1-alpha-60e1b16.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.291.1-alpha-60e1b16.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.291.1-alpha-60e1b16.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.291.1-alpha-60e1b16.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.291.0",
|
|
42
|
+
"@genesislcap/foundation-logger": "14.291.1-alpha-60e1b16.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b5ec8f7b4546774a3c5ab24c8c0ecfc440600953"
|
|
61
61
|
}
|