@genesislcap/foundation-utils 14.303.1 → 14.303.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 +138 -138
  2. package/package.json +11 -11
@@ -367,144 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
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
- ],
421
- "exports": [
422
- {
423
- "kind": "js",
424
- "name": "assureDesignSystem",
425
- "declaration": {
426
- "name": "assureDesignSystem",
427
- "module": "src/design-system/design-system.ts"
428
- }
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": [
445
- {
446
- "kind": "js",
447
- "name": "*",
448
- "declaration": {
449
- "name": "*",
450
- "package": "./design-system"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/decorators/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./renderOnChange"
466
- }
467
- }
468
- ]
469
- },
470
- {
471
- "kind": "javascript-module",
472
- "path": "src/decorators/renderOnChange.ts",
473
- "declarations": [
474
- {
475
- "kind": "function",
476
- "name": "renderOnChange",
477
- "parameters": [
478
- {
479
- "name": "target",
480
- "type": {
481
- "text": "FASTElement & { render(): void }"
482
- },
483
- "description": "The target to define the property change handler on."
484
- },
485
- {
486
- "name": "name",
487
- "type": {
488
- "text": "string"
489
- },
490
- "description": "The property name."
491
- }
492
- ],
493
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
494
- "privacy": "public"
495
- }
496
- ],
497
- "exports": [
498
- {
499
- "kind": "js",
500
- "name": "renderOnChange",
501
- "declaration": {
502
- "name": "renderOnChange",
503
- "module": "src/decorators/renderOnChange.ts"
504
- }
505
- }
506
- ]
507
- },
508
370
  {
509
371
  "kind": "javascript-module",
510
372
  "path": "src/directives/index.ts",
@@ -1001,6 +863,144 @@
1001
863
  }
1002
864
  ]
1003
865
  },
866
+ {
867
+ "kind": "javascript-module",
868
+ "path": "src/decorators/index.ts",
869
+ "declarations": [],
870
+ "exports": [
871
+ {
872
+ "kind": "js",
873
+ "name": "*",
874
+ "declaration": {
875
+ "name": "*",
876
+ "package": "./renderOnChange"
877
+ }
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "kind": "javascript-module",
883
+ "path": "src/decorators/renderOnChange.ts",
884
+ "declarations": [
885
+ {
886
+ "kind": "function",
887
+ "name": "renderOnChange",
888
+ "parameters": [
889
+ {
890
+ "name": "target",
891
+ "type": {
892
+ "text": "FASTElement & { render(): void }"
893
+ },
894
+ "description": "The target to define the property change handler on."
895
+ },
896
+ {
897
+ "name": "name",
898
+ "type": {
899
+ "text": "string"
900
+ },
901
+ "description": "The property name."
902
+ }
903
+ ],
904
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
905
+ "privacy": "public"
906
+ }
907
+ ],
908
+ "exports": [
909
+ {
910
+ "kind": "js",
911
+ "name": "renderOnChange",
912
+ "declaration": {
913
+ "name": "renderOnChange",
914
+ "module": "src/decorators/renderOnChange.ts"
915
+ }
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "kind": "javascript-module",
921
+ "path": "src/design-system/design-system.ts",
922
+ "declarations": [
923
+ {
924
+ "kind": "function",
925
+ "name": "assureDesignSystem",
926
+ "return": {
927
+ "type": {
928
+ "text": "DesignSystemModule"
929
+ }
930
+ },
931
+ "parameters": [
932
+ {
933
+ "name": "module",
934
+ "type": {
935
+ "text": "DesignSystemModule"
936
+ }
937
+ }
938
+ ],
939
+ "description": "assureDesignSystem.",
940
+ "privacy": "public"
941
+ },
942
+ {
943
+ "kind": "function",
944
+ "name": "getCurrentDesignSystemPrefix",
945
+ "return": {
946
+ "type": {
947
+ "text": ""
948
+ }
949
+ },
950
+ "parameters": [
951
+ {
952
+ "name": "element",
953
+ "type": {
954
+ "text": "HTMLElement"
955
+ },
956
+ "description": "The starting HTML element"
957
+ },
958
+ {
959
+ "name": "fallbackPrefix",
960
+ "type": {
961
+ "text": "string"
962
+ },
963
+ "description": "The prefix to fallback to if the provider is not available"
964
+ }
965
+ ],
966
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
967
+ "privacy": "public"
968
+ }
969
+ ],
970
+ "exports": [
971
+ {
972
+ "kind": "js",
973
+ "name": "assureDesignSystem",
974
+ "declaration": {
975
+ "name": "assureDesignSystem",
976
+ "module": "src/design-system/design-system.ts"
977
+ }
978
+ },
979
+ {
980
+ "kind": "js",
981
+ "name": "getCurrentDesignSystemPrefix",
982
+ "declaration": {
983
+ "name": "getCurrentDesignSystemPrefix",
984
+ "module": "src/design-system/design-system.ts"
985
+ }
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "kind": "javascript-module",
991
+ "path": "src/design-system/index.ts",
992
+ "declarations": [],
993
+ "exports": [
994
+ {
995
+ "kind": "js",
996
+ "name": "*",
997
+ "declaration": {
998
+ "name": "*",
999
+ "package": "./design-system"
1000
+ }
1001
+ }
1002
+ ]
1003
+ },
1004
1004
  {
1005
1005
  "kind": "javascript-module",
1006
1006
  "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.303.1",
4
+ "version": "14.303.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.303.1",
31
- "@genesislcap/genx": "14.303.1",
32
- "@genesislcap/rollup-builder": "14.303.1",
33
- "@genesislcap/ts-builder": "14.303.1",
34
- "@genesislcap/uvu-playwright-builder": "14.303.1",
35
- "@genesislcap/vite-builder": "14.303.1",
36
- "@genesislcap/webpack-builder": "14.303.1",
30
+ "@genesislcap/foundation-testing": "14.303.2",
31
+ "@genesislcap/genx": "14.303.2",
32
+ "@genesislcap/rollup-builder": "14.303.2",
33
+ "@genesislcap/ts-builder": "14.303.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.303.2",
35
+ "@genesislcap/vite-builder": "14.303.2",
36
+ "@genesislcap/webpack-builder": "14.303.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.303.1",
41
- "@genesislcap/foundation-logger": "14.303.1",
40
+ "@genesislcap/expression-builder": "14.303.2",
41
+ "@genesislcap/foundation-logger": "14.303.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",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
58
+ "gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
59
59
  }