@genesislcap/foundation-utils 14.406.1-alpha-288bce2.0 → 14.407.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 +130 -130
- package/package.json +11 -11
|
@@ -250,126 +250,6 @@
|
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
|
-
{
|
|
254
|
-
"kind": "javascript-module",
|
|
255
|
-
"path": "src/design-system/design-system.ts",
|
|
256
|
-
"declarations": [
|
|
257
|
-
{
|
|
258
|
-
"kind": "function",
|
|
259
|
-
"name": "assureDesignSystem",
|
|
260
|
-
"return": {
|
|
261
|
-
"type": {
|
|
262
|
-
"text": "DesignSystemModule"
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"parameters": [
|
|
266
|
-
{
|
|
267
|
-
"name": "module",
|
|
268
|
-
"type": {
|
|
269
|
-
"text": "DesignSystemModule"
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"description": "assureDesignSystem.",
|
|
274
|
-
"privacy": "public"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"kind": "function",
|
|
278
|
-
"name": "getCurrentDesignSystem",
|
|
279
|
-
"return": {
|
|
280
|
-
"type": {
|
|
281
|
-
"text": ""
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"parameters": [
|
|
285
|
-
{
|
|
286
|
-
"name": "element",
|
|
287
|
-
"type": {
|
|
288
|
-
"text": "HTMLElement"
|
|
289
|
-
},
|
|
290
|
-
"description": "The starting HTML element"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "fallbackPrefix",
|
|
294
|
-
"type": {
|
|
295
|
-
"text": "string"
|
|
296
|
-
},
|
|
297
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
301
|
-
"privacy": "public"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"kind": "function",
|
|
305
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
306
|
-
"return": {
|
|
307
|
-
"type": {
|
|
308
|
-
"text": ""
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"parameters": [
|
|
312
|
-
{
|
|
313
|
-
"name": "element",
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "HTMLElement"
|
|
316
|
-
},
|
|
317
|
-
"description": "The starting HTML element"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "fallbackPrefix",
|
|
321
|
-
"type": {
|
|
322
|
-
"text": "string"
|
|
323
|
-
},
|
|
324
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
325
|
-
}
|
|
326
|
-
],
|
|
327
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
328
|
-
"privacy": "public"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"exports": [
|
|
332
|
-
{
|
|
333
|
-
"kind": "js",
|
|
334
|
-
"name": "assureDesignSystem",
|
|
335
|
-
"declaration": {
|
|
336
|
-
"name": "assureDesignSystem",
|
|
337
|
-
"module": "src/design-system/design-system.ts"
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"kind": "js",
|
|
342
|
-
"name": "getCurrentDesignSystem",
|
|
343
|
-
"declaration": {
|
|
344
|
-
"name": "getCurrentDesignSystem",
|
|
345
|
-
"module": "src/design-system/design-system.ts"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"kind": "js",
|
|
350
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
351
|
-
"declaration": {
|
|
352
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
353
|
-
"module": "src/design-system/design-system.ts"
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"kind": "javascript-module",
|
|
360
|
-
"path": "src/design-system/index.ts",
|
|
361
|
-
"declarations": [],
|
|
362
|
-
"exports": [
|
|
363
|
-
{
|
|
364
|
-
"kind": "js",
|
|
365
|
-
"name": "*",
|
|
366
|
-
"declaration": {
|
|
367
|
-
"name": "*",
|
|
368
|
-
"package": "./design-system"
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
]
|
|
372
|
-
},
|
|
373
253
|
{
|
|
374
254
|
"kind": "javascript-module",
|
|
375
255
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -570,30 +450,112 @@
|
|
|
570
450
|
},
|
|
571
451
|
{
|
|
572
452
|
"kind": "javascript-module",
|
|
573
|
-
"path": "src/
|
|
574
|
-
"declarations": [
|
|
453
|
+
"path": "src/design-system/design-system.ts",
|
|
454
|
+
"declarations": [
|
|
455
|
+
{
|
|
456
|
+
"kind": "function",
|
|
457
|
+
"name": "assureDesignSystem",
|
|
458
|
+
"return": {
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "DesignSystemModule"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"parameters": [
|
|
464
|
+
{
|
|
465
|
+
"name": "module",
|
|
466
|
+
"type": {
|
|
467
|
+
"text": "DesignSystemModule"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"description": "assureDesignSystem.",
|
|
472
|
+
"privacy": "public"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "function",
|
|
476
|
+
"name": "getCurrentDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": ""
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"parameters": [
|
|
483
|
+
{
|
|
484
|
+
"name": "element",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "HTMLElement"
|
|
487
|
+
},
|
|
488
|
+
"description": "The starting HTML element"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "fallbackPrefix",
|
|
492
|
+
"type": {
|
|
493
|
+
"text": "string"
|
|
494
|
+
},
|
|
495
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
499
|
+
"privacy": "public"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "function",
|
|
503
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
504
|
+
"return": {
|
|
505
|
+
"type": {
|
|
506
|
+
"text": ""
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "element",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "HTMLElement"
|
|
514
|
+
},
|
|
515
|
+
"description": "The starting HTML element"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "fallbackPrefix",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "string"
|
|
521
|
+
},
|
|
522
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
526
|
+
"privacy": "public"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
575
529
|
"exports": [
|
|
576
530
|
{
|
|
577
531
|
"kind": "js",
|
|
578
|
-
"name": "
|
|
532
|
+
"name": "assureDesignSystem",
|
|
579
533
|
"declaration": {
|
|
580
|
-
"name": "
|
|
581
|
-
"
|
|
534
|
+
"name": "assureDesignSystem",
|
|
535
|
+
"module": "src/design-system/design-system.ts"
|
|
582
536
|
}
|
|
583
537
|
},
|
|
584
538
|
{
|
|
585
539
|
"kind": "js",
|
|
586
|
-
"name": "
|
|
540
|
+
"name": "getCurrentDesignSystem",
|
|
587
541
|
"declaration": {
|
|
588
|
-
"name": "
|
|
589
|
-
"
|
|
542
|
+
"name": "getCurrentDesignSystem",
|
|
543
|
+
"module": "src/design-system/design-system.ts"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
551
|
+
"module": "src/design-system/design-system.ts"
|
|
590
552
|
}
|
|
591
553
|
}
|
|
592
554
|
]
|
|
593
555
|
},
|
|
594
556
|
{
|
|
595
557
|
"kind": "javascript-module",
|
|
596
|
-
"path": "src/
|
|
558
|
+
"path": "src/design-system/index.ts",
|
|
597
559
|
"declarations": [],
|
|
598
560
|
"exports": [
|
|
599
561
|
{
|
|
@@ -601,7 +563,7 @@
|
|
|
601
563
|
"name": "*",
|
|
602
564
|
"declaration": {
|
|
603
565
|
"name": "*",
|
|
604
|
-
"package": "./
|
|
566
|
+
"package": "./design-system"
|
|
605
567
|
}
|
|
606
568
|
}
|
|
607
569
|
]
|
|
@@ -659,6 +621,44 @@
|
|
|
659
621
|
}
|
|
660
622
|
]
|
|
661
623
|
},
|
|
624
|
+
{
|
|
625
|
+
"kind": "javascript-module",
|
|
626
|
+
"path": "src/directives/index.ts",
|
|
627
|
+
"declarations": [],
|
|
628
|
+
"exports": [
|
|
629
|
+
{
|
|
630
|
+
"kind": "js",
|
|
631
|
+
"name": "*",
|
|
632
|
+
"declaration": {
|
|
633
|
+
"name": "*",
|
|
634
|
+
"package": "./sync"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "js",
|
|
639
|
+
"name": "*",
|
|
640
|
+
"declaration": {
|
|
641
|
+
"name": "*",
|
|
642
|
+
"package": "./when-else"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"kind": "javascript-module",
|
|
649
|
+
"path": "src/encoding/index.ts",
|
|
650
|
+
"declarations": [],
|
|
651
|
+
"exports": [
|
|
652
|
+
{
|
|
653
|
+
"kind": "js",
|
|
654
|
+
"name": "*",
|
|
655
|
+
"declaration": {
|
|
656
|
+
"name": "*",
|
|
657
|
+
"package": "./base64"
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
662
|
{
|
|
663
663
|
"kind": "javascript-module",
|
|
664
664
|
"path": "src/env/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.
|
|
4
|
+
"version": "14.407.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.407.0",
|
|
33
|
+
"@genesislcap/genx": "14.407.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.407.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.407.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.407.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.407.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.407.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.407.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.407.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "7fda36618f710de9fce350d03fd861190fb6da04"
|
|
62
62
|
}
|