@genesislcap/foundation-utils 14.316.0 → 14.317.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +196 -196
  2. package/package.json +11 -11
@@ -177,82 +177,6 @@
177
177
  }
178
178
  ]
179
179
  },
180
- {
181
- "kind": "javascript-module",
182
- "path": "src/directives/index.ts",
183
- "declarations": [],
184
- "exports": [
185
- {
186
- "kind": "js",
187
- "name": "*",
188
- "declaration": {
189
- "name": "*",
190
- "package": "./sync"
191
- }
192
- },
193
- {
194
- "kind": "js",
195
- "name": "*",
196
- "declaration": {
197
- "name": "*",
198
- "package": "./when-else"
199
- }
200
- }
201
- ]
202
- },
203
- {
204
- "kind": "javascript-module",
205
- "path": "src/decorators/index.ts",
206
- "declarations": [],
207
- "exports": [
208
- {
209
- "kind": "js",
210
- "name": "*",
211
- "declaration": {
212
- "name": "*",
213
- "package": "./renderOnChange"
214
- }
215
- }
216
- ]
217
- },
218
- {
219
- "kind": "javascript-module",
220
- "path": "src/decorators/renderOnChange.ts",
221
- "declarations": [
222
- {
223
- "kind": "function",
224
- "name": "renderOnChange",
225
- "parameters": [
226
- {
227
- "name": "target",
228
- "type": {
229
- "text": "FASTElement & { render(): void }"
230
- },
231
- "description": "The target to define the property change handler on."
232
- },
233
- {
234
- "name": "name",
235
- "type": {
236
- "text": "string"
237
- },
238
- "description": "The property name."
239
- }
240
- ],
241
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
242
- "privacy": "public"
243
- }
244
- ],
245
- "exports": [
246
- {
247
- "kind": "js",
248
- "name": "renderOnChange",
249
- "declaration": {
250
- "name": "renderOnChange",
251
- "module": "src/decorators/renderOnChange.ts"
252
- }
253
- }
254
- ]
255
- },
256
180
  {
257
181
  "kind": "javascript-module",
258
182
  "path": "src/data/inMemoryDatabase.ts",
@@ -451,6 +375,82 @@
451
375
  }
452
376
  ]
453
377
  },
378
+ {
379
+ "kind": "javascript-module",
380
+ "path": "src/directives/index.ts",
381
+ "declarations": [],
382
+ "exports": [
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./sync"
389
+ }
390
+ },
391
+ {
392
+ "kind": "js",
393
+ "name": "*",
394
+ "declaration": {
395
+ "name": "*",
396
+ "package": "./when-else"
397
+ }
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "kind": "javascript-module",
403
+ "path": "src/decorators/index.ts",
404
+ "declarations": [],
405
+ "exports": [
406
+ {
407
+ "kind": "js",
408
+ "name": "*",
409
+ "declaration": {
410
+ "name": "*",
411
+ "package": "./renderOnChange"
412
+ }
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "kind": "javascript-module",
418
+ "path": "src/decorators/renderOnChange.ts",
419
+ "declarations": [
420
+ {
421
+ "kind": "function",
422
+ "name": "renderOnChange",
423
+ "parameters": [
424
+ {
425
+ "name": "target",
426
+ "type": {
427
+ "text": "FASTElement & { render(): void }"
428
+ },
429
+ "description": "The target to define the property change handler on."
430
+ },
431
+ {
432
+ "name": "name",
433
+ "type": {
434
+ "text": "string"
435
+ },
436
+ "description": "The property name."
437
+ }
438
+ ],
439
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
440
+ "privacy": "public"
441
+ }
442
+ ],
443
+ "exports": [
444
+ {
445
+ "kind": "js",
446
+ "name": "renderOnChange",
447
+ "declaration": {
448
+ "name": "renderOnChange",
449
+ "module": "src/decorators/renderOnChange.ts"
450
+ }
451
+ }
452
+ ]
453
+ },
454
454
  {
455
455
  "kind": "javascript-module",
456
456
  "path": "src/encoding/index.ts",
@@ -466,6 +466,126 @@
466
466
  }
467
467
  ]
468
468
  },
469
+ {
470
+ "kind": "javascript-module",
471
+ "path": "src/design-system/design-system.ts",
472
+ "declarations": [
473
+ {
474
+ "kind": "function",
475
+ "name": "assureDesignSystem",
476
+ "return": {
477
+ "type": {
478
+ "text": "DesignSystemModule"
479
+ }
480
+ },
481
+ "parameters": [
482
+ {
483
+ "name": "module",
484
+ "type": {
485
+ "text": "DesignSystemModule"
486
+ }
487
+ }
488
+ ],
489
+ "description": "assureDesignSystem.",
490
+ "privacy": "public"
491
+ },
492
+ {
493
+ "kind": "function",
494
+ "name": "getCurrentDesignSystem",
495
+ "return": {
496
+ "type": {
497
+ "text": ""
498
+ }
499
+ },
500
+ "parameters": [
501
+ {
502
+ "name": "element",
503
+ "type": {
504
+ "text": "HTMLElement"
505
+ },
506
+ "description": "The starting HTML element"
507
+ },
508
+ {
509
+ "name": "fallbackPrefix",
510
+ "type": {
511
+ "text": "string"
512
+ },
513
+ "description": "The prefix to fallback to if the provider is not available"
514
+ }
515
+ ],
516
+ "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.",
517
+ "privacy": "public"
518
+ },
519
+ {
520
+ "kind": "function",
521
+ "name": "getCurrentDesignSystemPrefix",
522
+ "return": {
523
+ "type": {
524
+ "text": ""
525
+ }
526
+ },
527
+ "parameters": [
528
+ {
529
+ "name": "element",
530
+ "type": {
531
+ "text": "HTMLElement"
532
+ },
533
+ "description": "The starting HTML element"
534
+ },
535
+ {
536
+ "name": "fallbackPrefix",
537
+ "type": {
538
+ "text": "string"
539
+ },
540
+ "description": "The prefix to fallback to if the provider is not available"
541
+ }
542
+ ],
543
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
544
+ "privacy": "public"
545
+ }
546
+ ],
547
+ "exports": [
548
+ {
549
+ "kind": "js",
550
+ "name": "assureDesignSystem",
551
+ "declaration": {
552
+ "name": "assureDesignSystem",
553
+ "module": "src/design-system/design-system.ts"
554
+ }
555
+ },
556
+ {
557
+ "kind": "js",
558
+ "name": "getCurrentDesignSystem",
559
+ "declaration": {
560
+ "name": "getCurrentDesignSystem",
561
+ "module": "src/design-system/design-system.ts"
562
+ }
563
+ },
564
+ {
565
+ "kind": "js",
566
+ "name": "getCurrentDesignSystemPrefix",
567
+ "declaration": {
568
+ "name": "getCurrentDesignSystemPrefix",
569
+ "module": "src/design-system/design-system.ts"
570
+ }
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "kind": "javascript-module",
576
+ "path": "src/design-system/index.ts",
577
+ "declarations": [],
578
+ "exports": [
579
+ {
580
+ "kind": "js",
581
+ "name": "*",
582
+ "declaration": {
583
+ "name": "*",
584
+ "package": "./design-system"
585
+ }
586
+ }
587
+ ]
588
+ },
469
589
  {
470
590
  "kind": "javascript-module",
471
591
  "path": "src/env/index.ts",
@@ -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.316.0",
4
+ "version": "14.317.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.316.0",
31
- "@genesislcap/genx": "14.316.0",
32
- "@genesislcap/rollup-builder": "14.316.0",
33
- "@genesislcap/ts-builder": "14.316.0",
34
- "@genesislcap/uvu-playwright-builder": "14.316.0",
35
- "@genesislcap/vite-builder": "14.316.0",
36
- "@genesislcap/webpack-builder": "14.316.0",
30
+ "@genesislcap/foundation-testing": "14.317.1",
31
+ "@genesislcap/genx": "14.317.1",
32
+ "@genesislcap/rollup-builder": "14.317.1",
33
+ "@genesislcap/ts-builder": "14.317.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.317.1",
35
+ "@genesislcap/vite-builder": "14.317.1",
36
+ "@genesislcap/webpack-builder": "14.317.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.316.0",
41
- "@genesislcap/foundation-logger": "14.316.0",
40
+ "@genesislcap/expression-builder": "14.317.1",
41
+ "@genesislcap/foundation-logger": "14.317.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",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "0048114de0bd415c8aeb73de4ca785eaea39d89e"
59
+ "gitHead": "f07a702cfccfcd3e4dce43860f1620e6ead90fe7"
60
60
  }