@genesislcap/foundation-utils 14.304.1 → 14.304.2-GENC-1190.1
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 +75 -75
- package/package.json +11 -11
|
@@ -369,85 +369,23 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
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
|
-
],
|
|
372
|
+
"path": "src/directives/index.ts",
|
|
373
|
+
"declarations": [],
|
|
421
374
|
"exports": [
|
|
422
375
|
{
|
|
423
376
|
"kind": "js",
|
|
424
|
-
"name": "
|
|
377
|
+
"name": "*",
|
|
425
378
|
"declaration": {
|
|
426
|
-
"name": "
|
|
427
|
-
"
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./sync"
|
|
428
381
|
}
|
|
429
382
|
},
|
|
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": [
|
|
445
383
|
{
|
|
446
384
|
"kind": "js",
|
|
447
385
|
"name": "*",
|
|
448
386
|
"declaration": {
|
|
449
387
|
"name": "*",
|
|
450
|
-
"package": "./
|
|
388
|
+
"package": "./when-else"
|
|
451
389
|
}
|
|
452
390
|
}
|
|
453
391
|
]
|
|
@@ -507,7 +445,7 @@
|
|
|
507
445
|
},
|
|
508
446
|
{
|
|
509
447
|
"kind": "javascript-module",
|
|
510
|
-
"path": "src/
|
|
448
|
+
"path": "src/encoding/index.ts",
|
|
511
449
|
"declarations": [],
|
|
512
450
|
"exports": [
|
|
513
451
|
{
|
|
@@ -515,22 +453,84 @@
|
|
|
515
453
|
"name": "*",
|
|
516
454
|
"declaration": {
|
|
517
455
|
"name": "*",
|
|
518
|
-
"package": "./
|
|
456
|
+
"package": "./base64"
|
|
519
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"
|
|
520
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": [
|
|
521
513
|
{
|
|
522
514
|
"kind": "js",
|
|
523
|
-
"name": "
|
|
515
|
+
"name": "assureDesignSystem",
|
|
524
516
|
"declaration": {
|
|
525
|
-
"name": "
|
|
526
|
-
"
|
|
517
|
+
"name": "assureDesignSystem",
|
|
518
|
+
"module": "src/design-system/design-system.ts"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "js",
|
|
523
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
524
|
+
"declaration": {
|
|
525
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
526
|
+
"module": "src/design-system/design-system.ts"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
]
|
|
530
530
|
},
|
|
531
531
|
{
|
|
532
532
|
"kind": "javascript-module",
|
|
533
|
-
"path": "src/
|
|
533
|
+
"path": "src/design-system/index.ts",
|
|
534
534
|
"declarations": [],
|
|
535
535
|
"exports": [
|
|
536
536
|
{
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"name": "*",
|
|
539
539
|
"declaration": {
|
|
540
540
|
"name": "*",
|
|
541
|
-
"package": "./
|
|
541
|
+
"package": "./design-system"
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
]
|
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.304.1",
|
|
4
|
+
"version": "14.304.2-GENC-1190.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.304.1",
|
|
31
|
-
"@genesislcap/genx": "14.304.1",
|
|
32
|
-
"@genesislcap/rollup-builder": "14.304.1",
|
|
33
|
-
"@genesislcap/ts-builder": "14.304.1",
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.304.1",
|
|
35
|
-
"@genesislcap/vite-builder": "14.304.1",
|
|
36
|
-
"@genesislcap/webpack-builder": "14.304.1",
|
|
30
|
+
"@genesislcap/foundation-testing": "14.304.2-GENC-1190.1",
|
|
31
|
+
"@genesislcap/genx": "14.304.2-GENC-1190.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.304.2-GENC-1190.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.304.2-GENC-1190.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.304.2-GENC-1190.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.304.2-GENC-1190.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.304.2-GENC-1190.1",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.304.1",
|
|
41
|
-
"@genesislcap/foundation-logger": "14.304.1",
|
|
40
|
+
"@genesislcap/expression-builder": "14.304.2-GENC-1190.1",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.304.2-GENC-1190.1",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@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": "
|
|
58
|
+
"gitHead": "2ae8de9d2408750f532b66f82b8f9106d7c96859"
|
|
59
59
|
}
|