@genesislcap/foundation-utils 14.314.0 → 14.314.2

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 +139 -139
  2. package/package.json +11 -11
@@ -377,7 +377,7 @@
377
377
  },
378
378
  {
379
379
  "kind": "javascript-module",
380
- "path": "src/directives/index.ts",
380
+ "path": "src/decorators/index.ts",
381
381
  "declarations": [],
382
382
  "exports": [
383
383
  {
@@ -385,22 +385,52 @@
385
385
  "name": "*",
386
386
  "declaration": {
387
387
  "name": "*",
388
- "package": "./sync"
388
+ "package": "./renderOnChange"
389
389
  }
390
- },
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "kind": "javascript-module",
395
+ "path": "src/decorators/renderOnChange.ts",
396
+ "declarations": [
397
+ {
398
+ "kind": "function",
399
+ "name": "renderOnChange",
400
+ "parameters": [
401
+ {
402
+ "name": "target",
403
+ "type": {
404
+ "text": "FASTElement & { render(): void }"
405
+ },
406
+ "description": "The target to define the property change handler on."
407
+ },
408
+ {
409
+ "name": "name",
410
+ "type": {
411
+ "text": "string"
412
+ },
413
+ "description": "The property name."
414
+ }
415
+ ],
416
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
417
+ "privacy": "public"
418
+ }
419
+ ],
420
+ "exports": [
391
421
  {
392
422
  "kind": "js",
393
- "name": "*",
423
+ "name": "renderOnChange",
394
424
  "declaration": {
395
- "name": "*",
396
- "package": "./when-else"
425
+ "name": "renderOnChange",
426
+ "module": "src/decorators/renderOnChange.ts"
397
427
  }
398
428
  }
399
429
  ]
400
430
  },
401
431
  {
402
432
  "kind": "javascript-module",
403
- "path": "src/decorators/index.ts",
433
+ "path": "src/directives/index.ts",
404
434
  "declarations": [],
405
435
  "exports": [
406
436
  {
@@ -408,45 +438,135 @@
408
438
  "name": "*",
409
439
  "declaration": {
410
440
  "name": "*",
411
- "package": "./renderOnChange"
441
+ "package": "./sync"
442
+ }
443
+ },
444
+ {
445
+ "kind": "js",
446
+ "name": "*",
447
+ "declaration": {
448
+ "name": "*",
449
+ "package": "./when-else"
412
450
  }
413
451
  }
414
452
  ]
415
453
  },
416
454
  {
417
455
  "kind": "javascript-module",
418
- "path": "src/decorators/renderOnChange.ts",
456
+ "path": "src/design-system/design-system.ts",
419
457
  "declarations": [
420
458
  {
421
459
  "kind": "function",
422
- "name": "renderOnChange",
460
+ "name": "assureDesignSystem",
461
+ "return": {
462
+ "type": {
463
+ "text": "DesignSystemModule"
464
+ }
465
+ },
423
466
  "parameters": [
424
467
  {
425
- "name": "target",
468
+ "name": "module",
426
469
  "type": {
427
- "text": "FASTElement & { render(): void }"
470
+ "text": "DesignSystemModule"
471
+ }
472
+ }
473
+ ],
474
+ "description": "assureDesignSystem.",
475
+ "privacy": "public"
476
+ },
477
+ {
478
+ "kind": "function",
479
+ "name": "getCurrentDesignSystem",
480
+ "return": {
481
+ "type": {
482
+ "text": ""
483
+ }
484
+ },
485
+ "parameters": [
486
+ {
487
+ "name": "element",
488
+ "type": {
489
+ "text": "HTMLElement"
428
490
  },
429
- "description": "The target to define the property change handler on."
491
+ "description": "The starting HTML element"
430
492
  },
431
493
  {
432
- "name": "name",
494
+ "name": "fallbackPrefix",
433
495
  "type": {
434
496
  "text": "string"
435
497
  },
436
- "description": "The property name."
498
+ "description": "The prefix to fallback to if the provider is not available"
437
499
  }
438
500
  ],
439
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
501
+ "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.",
502
+ "privacy": "public"
503
+ },
504
+ {
505
+ "kind": "function",
506
+ "name": "getCurrentDesignSystemPrefix",
507
+ "return": {
508
+ "type": {
509
+ "text": ""
510
+ }
511
+ },
512
+ "parameters": [
513
+ {
514
+ "name": "element",
515
+ "type": {
516
+ "text": "HTMLElement"
517
+ },
518
+ "description": "The starting HTML element"
519
+ },
520
+ {
521
+ "name": "fallbackPrefix",
522
+ "type": {
523
+ "text": "string"
524
+ },
525
+ "description": "The prefix to fallback to if the provider is not available"
526
+ }
527
+ ],
528
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
440
529
  "privacy": "public"
441
530
  }
442
531
  ],
443
532
  "exports": [
444
533
  {
445
534
  "kind": "js",
446
- "name": "renderOnChange",
535
+ "name": "assureDesignSystem",
447
536
  "declaration": {
448
- "name": "renderOnChange",
449
- "module": "src/decorators/renderOnChange.ts"
537
+ "name": "assureDesignSystem",
538
+ "module": "src/design-system/design-system.ts"
539
+ }
540
+ },
541
+ {
542
+ "kind": "js",
543
+ "name": "getCurrentDesignSystem",
544
+ "declaration": {
545
+ "name": "getCurrentDesignSystem",
546
+ "module": "src/design-system/design-system.ts"
547
+ }
548
+ },
549
+ {
550
+ "kind": "js",
551
+ "name": "getCurrentDesignSystemPrefix",
552
+ "declaration": {
553
+ "name": "getCurrentDesignSystemPrefix",
554
+ "module": "src/design-system/design-system.ts"
555
+ }
556
+ }
557
+ ]
558
+ },
559
+ {
560
+ "kind": "javascript-module",
561
+ "path": "src/design-system/index.ts",
562
+ "declarations": [],
563
+ "exports": [
564
+ {
565
+ "kind": "js",
566
+ "name": "*",
567
+ "declaration": {
568
+ "name": "*",
569
+ "package": "./design-system"
450
570
  }
451
571
  }
452
572
  ]
@@ -924,126 +1044,6 @@
924
1044
  }
925
1045
  ]
926
1046
  },
927
- {
928
- "kind": "javascript-module",
929
- "path": "src/design-system/design-system.ts",
930
- "declarations": [
931
- {
932
- "kind": "function",
933
- "name": "assureDesignSystem",
934
- "return": {
935
- "type": {
936
- "text": "DesignSystemModule"
937
- }
938
- },
939
- "parameters": [
940
- {
941
- "name": "module",
942
- "type": {
943
- "text": "DesignSystemModule"
944
- }
945
- }
946
- ],
947
- "description": "assureDesignSystem.",
948
- "privacy": "public"
949
- },
950
- {
951
- "kind": "function",
952
- "name": "getCurrentDesignSystem",
953
- "return": {
954
- "type": {
955
- "text": ""
956
- }
957
- },
958
- "parameters": [
959
- {
960
- "name": "element",
961
- "type": {
962
- "text": "HTMLElement"
963
- },
964
- "description": "The starting HTML element"
965
- },
966
- {
967
- "name": "fallbackPrefix",
968
- "type": {
969
- "text": "string"
970
- },
971
- "description": "The prefix to fallback to if the provider is not available"
972
- }
973
- ],
974
- "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.",
975
- "privacy": "public"
976
- },
977
- {
978
- "kind": "function",
979
- "name": "getCurrentDesignSystemPrefix",
980
- "return": {
981
- "type": {
982
- "text": ""
983
- }
984
- },
985
- "parameters": [
986
- {
987
- "name": "element",
988
- "type": {
989
- "text": "HTMLElement"
990
- },
991
- "description": "The starting HTML element"
992
- },
993
- {
994
- "name": "fallbackPrefix",
995
- "type": {
996
- "text": "string"
997
- },
998
- "description": "The prefix to fallback to if the provider is not available"
999
- }
1000
- ],
1001
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1002
- "privacy": "public"
1003
- }
1004
- ],
1005
- "exports": [
1006
- {
1007
- "kind": "js",
1008
- "name": "assureDesignSystem",
1009
- "declaration": {
1010
- "name": "assureDesignSystem",
1011
- "module": "src/design-system/design-system.ts"
1012
- }
1013
- },
1014
- {
1015
- "kind": "js",
1016
- "name": "getCurrentDesignSystem",
1017
- "declaration": {
1018
- "name": "getCurrentDesignSystem",
1019
- "module": "src/design-system/design-system.ts"
1020
- }
1021
- },
1022
- {
1023
- "kind": "js",
1024
- "name": "getCurrentDesignSystemPrefix",
1025
- "declaration": {
1026
- "name": "getCurrentDesignSystemPrefix",
1027
- "module": "src/design-system/design-system.ts"
1028
- }
1029
- }
1030
- ]
1031
- },
1032
- {
1033
- "kind": "javascript-module",
1034
- "path": "src/design-system/index.ts",
1035
- "declarations": [],
1036
- "exports": [
1037
- {
1038
- "kind": "js",
1039
- "name": "*",
1040
- "declaration": {
1041
- "name": "*",
1042
- "package": "./design-system"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
1047
  {
1048
1048
  "kind": "javascript-module",
1049
1049
  "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.314.0",
4
+ "version": "14.314.2",
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.314.0",
31
- "@genesislcap/genx": "14.314.0",
32
- "@genesislcap/rollup-builder": "14.314.0",
33
- "@genesislcap/ts-builder": "14.314.0",
34
- "@genesislcap/uvu-playwright-builder": "14.314.0",
35
- "@genesislcap/vite-builder": "14.314.0",
36
- "@genesislcap/webpack-builder": "14.314.0",
30
+ "@genesislcap/foundation-testing": "14.314.2",
31
+ "@genesislcap/genx": "14.314.2",
32
+ "@genesislcap/rollup-builder": "14.314.2",
33
+ "@genesislcap/ts-builder": "14.314.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.314.2",
35
+ "@genesislcap/vite-builder": "14.314.2",
36
+ "@genesislcap/webpack-builder": "14.314.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.314.0",
41
- "@genesislcap/foundation-logger": "14.314.0",
40
+ "@genesislcap/expression-builder": "14.314.2",
41
+ "@genesislcap/foundation-logger": "14.314.2",
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": "d856629cb04122fb6fef47b1fb33fd9412728fef"
59
+ "gitHead": "92435ecf1b87964f8b1bf7a7218c5040fc52822a"
60
60
  }