@genesislcap/foundation-utils 14.374.2-alpha-0edcc93.0 → 14.375.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 +135 -135
  2. package/package.json +11 -11
@@ -391,6 +391,59 @@
391
391
  }
392
392
  ]
393
393
  },
394
+ {
395
+ "kind": "javascript-module",
396
+ "path": "src/decorators/index.ts",
397
+ "declarations": [],
398
+ "exports": [
399
+ {
400
+ "kind": "js",
401
+ "name": "*",
402
+ "declaration": {
403
+ "name": "*",
404
+ "package": "./renderOnChange"
405
+ }
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "kind": "javascript-module",
411
+ "path": "src/decorators/renderOnChange.ts",
412
+ "declarations": [
413
+ {
414
+ "kind": "function",
415
+ "name": "renderOnChange",
416
+ "parameters": [
417
+ {
418
+ "name": "target",
419
+ "type": {
420
+ "text": "FASTElement & { render(): void }"
421
+ },
422
+ "description": "The target to define the property change handler on."
423
+ },
424
+ {
425
+ "name": "name",
426
+ "type": {
427
+ "text": "string"
428
+ },
429
+ "description": "The property name."
430
+ }
431
+ ],
432
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
433
+ "privacy": "public"
434
+ }
435
+ ],
436
+ "exports": [
437
+ {
438
+ "kind": "js",
439
+ "name": "renderOnChange",
440
+ "declaration": {
441
+ "name": "renderOnChange",
442
+ "module": "src/decorators/renderOnChange.ts"
443
+ }
444
+ }
445
+ ]
446
+ },
394
447
  {
395
448
  "kind": "javascript-module",
396
449
  "path": "src/directives/index.ts",
@@ -416,7 +469,7 @@
416
469
  },
417
470
  {
418
471
  "kind": "javascript-module",
419
- "path": "src/decorators/index.ts",
472
+ "path": "src/encoding/index.ts",
420
473
  "declarations": [],
421
474
  "exports": [
422
475
  {
@@ -424,52 +477,119 @@
424
477
  "name": "*",
425
478
  "declaration": {
426
479
  "name": "*",
427
- "package": "./renderOnChange"
480
+ "package": "./base64"
428
481
  }
429
482
  }
430
483
  ]
431
484
  },
432
485
  {
433
486
  "kind": "javascript-module",
434
- "path": "src/decorators/renderOnChange.ts",
487
+ "path": "src/design-system/design-system.ts",
435
488
  "declarations": [
436
489
  {
437
490
  "kind": "function",
438
- "name": "renderOnChange",
491
+ "name": "assureDesignSystem",
492
+ "return": {
493
+ "type": {
494
+ "text": "DesignSystemModule"
495
+ }
496
+ },
439
497
  "parameters": [
440
498
  {
441
- "name": "target",
499
+ "name": "module",
442
500
  "type": {
443
- "text": "FASTElement & { render(): void }"
501
+ "text": "DesignSystemModule"
502
+ }
503
+ }
504
+ ],
505
+ "description": "assureDesignSystem.",
506
+ "privacy": "public"
507
+ },
508
+ {
509
+ "kind": "function",
510
+ "name": "getCurrentDesignSystem",
511
+ "return": {
512
+ "type": {
513
+ "text": ""
514
+ }
515
+ },
516
+ "parameters": [
517
+ {
518
+ "name": "element",
519
+ "type": {
520
+ "text": "HTMLElement"
444
521
  },
445
- "description": "The target to define the property change handler on."
522
+ "description": "The starting HTML element"
446
523
  },
447
524
  {
448
- "name": "name",
525
+ "name": "fallbackPrefix",
449
526
  "type": {
450
527
  "text": "string"
451
528
  },
452
- "description": "The property name."
529
+ "description": "The prefix to fallback to if the provider is not available"
453
530
  }
454
531
  ],
455
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
532
+ "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.",
533
+ "privacy": "public"
534
+ },
535
+ {
536
+ "kind": "function",
537
+ "name": "getCurrentDesignSystemPrefix",
538
+ "return": {
539
+ "type": {
540
+ "text": ""
541
+ }
542
+ },
543
+ "parameters": [
544
+ {
545
+ "name": "element",
546
+ "type": {
547
+ "text": "HTMLElement"
548
+ },
549
+ "description": "The starting HTML element"
550
+ },
551
+ {
552
+ "name": "fallbackPrefix",
553
+ "type": {
554
+ "text": "string"
555
+ },
556
+ "description": "The prefix to fallback to if the provider is not available"
557
+ }
558
+ ],
559
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
456
560
  "privacy": "public"
457
561
  }
458
562
  ],
459
563
  "exports": [
460
564
  {
461
565
  "kind": "js",
462
- "name": "renderOnChange",
566
+ "name": "assureDesignSystem",
463
567
  "declaration": {
464
- "name": "renderOnChange",
465
- "module": "src/decorators/renderOnChange.ts"
568
+ "name": "assureDesignSystem",
569
+ "module": "src/design-system/design-system.ts"
570
+ }
571
+ },
572
+ {
573
+ "kind": "js",
574
+ "name": "getCurrentDesignSystem",
575
+ "declaration": {
576
+ "name": "getCurrentDesignSystem",
577
+ "module": "src/design-system/design-system.ts"
578
+ }
579
+ },
580
+ {
581
+ "kind": "js",
582
+ "name": "getCurrentDesignSystemPrefix",
583
+ "declaration": {
584
+ "name": "getCurrentDesignSystemPrefix",
585
+ "module": "src/design-system/design-system.ts"
466
586
  }
467
587
  }
468
588
  ]
469
589
  },
470
590
  {
471
591
  "kind": "javascript-module",
472
- "path": "src/encoding/index.ts",
592
+ "path": "src/design-system/index.ts",
473
593
  "declarations": [],
474
594
  "exports": [
475
595
  {
@@ -477,7 +597,7 @@
477
597
  "name": "*",
478
598
  "declaration": {
479
599
  "name": "*",
480
- "package": "./base64"
600
+ "package": "./design-system"
481
601
  }
482
602
  }
483
603
  ]
@@ -957,126 +1077,6 @@
957
1077
  }
958
1078
  ]
959
1079
  },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/design-system/design-system.ts",
963
- "declarations": [
964
- {
965
- "kind": "function",
966
- "name": "assureDesignSystem",
967
- "return": {
968
- "type": {
969
- "text": "DesignSystemModule"
970
- }
971
- },
972
- "parameters": [
973
- {
974
- "name": "module",
975
- "type": {
976
- "text": "DesignSystemModule"
977
- }
978
- }
979
- ],
980
- "description": "assureDesignSystem.",
981
- "privacy": "public"
982
- },
983
- {
984
- "kind": "function",
985
- "name": "getCurrentDesignSystem",
986
- "return": {
987
- "type": {
988
- "text": ""
989
- }
990
- },
991
- "parameters": [
992
- {
993
- "name": "element",
994
- "type": {
995
- "text": "HTMLElement"
996
- },
997
- "description": "The starting HTML element"
998
- },
999
- {
1000
- "name": "fallbackPrefix",
1001
- "type": {
1002
- "text": "string"
1003
- },
1004
- "description": "The prefix to fallback to if the provider is not available"
1005
- }
1006
- ],
1007
- "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.",
1008
- "privacy": "public"
1009
- },
1010
- {
1011
- "kind": "function",
1012
- "name": "getCurrentDesignSystemPrefix",
1013
- "return": {
1014
- "type": {
1015
- "text": ""
1016
- }
1017
- },
1018
- "parameters": [
1019
- {
1020
- "name": "element",
1021
- "type": {
1022
- "text": "HTMLElement"
1023
- },
1024
- "description": "The starting HTML element"
1025
- },
1026
- {
1027
- "name": "fallbackPrefix",
1028
- "type": {
1029
- "text": "string"
1030
- },
1031
- "description": "The prefix to fallback to if the provider is not available"
1032
- }
1033
- ],
1034
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1035
- "privacy": "public"
1036
- }
1037
- ],
1038
- "exports": [
1039
- {
1040
- "kind": "js",
1041
- "name": "assureDesignSystem",
1042
- "declaration": {
1043
- "name": "assureDesignSystem",
1044
- "module": "src/design-system/design-system.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "getCurrentDesignSystem",
1050
- "declaration": {
1051
- "name": "getCurrentDesignSystem",
1052
- "module": "src/design-system/design-system.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "getCurrentDesignSystemPrefix",
1058
- "declaration": {
1059
- "name": "getCurrentDesignSystemPrefix",
1060
- "module": "src/design-system/design-system.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/design-system/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./design-system"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
1080
  {
1081
1081
  "kind": "javascript-module",
1082
1082
  "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.374.2-alpha-0edcc93.0",
4
+ "version": "14.375.0",
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.374.2-alpha-0edcc93.0",
31
- "@genesislcap/genx": "14.374.2-alpha-0edcc93.0",
32
- "@genesislcap/rollup-builder": "14.374.2-alpha-0edcc93.0",
33
- "@genesislcap/ts-builder": "14.374.2-alpha-0edcc93.0",
34
- "@genesislcap/uvu-playwright-builder": "14.374.2-alpha-0edcc93.0",
35
- "@genesislcap/vite-builder": "14.374.2-alpha-0edcc93.0",
36
- "@genesislcap/webpack-builder": "14.374.2-alpha-0edcc93.0",
30
+ "@genesislcap/foundation-testing": "14.375.0",
31
+ "@genesislcap/genx": "14.375.0",
32
+ "@genesislcap/rollup-builder": "14.375.0",
33
+ "@genesislcap/ts-builder": "14.375.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.375.0",
35
+ "@genesislcap/vite-builder": "14.375.0",
36
+ "@genesislcap/webpack-builder": "14.375.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.374.2-alpha-0edcc93.0",
41
- "@genesislcap/foundation-logger": "14.374.2-alpha-0edcc93.0",
40
+ "@genesislcap/expression-builder": "14.375.0",
41
+ "@genesislcap/foundation-logger": "14.375.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "b40515e859162778edbf029d9923254eea5eb91d"
59
+ "gitHead": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
60
60
  }