@genesislcap/foundation-utils 14.292.0 → 14.293.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 +131 -131
  2. package/package.json +10 -10
@@ -169,6 +169,59 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ {
173
+ "kind": "javascript-module",
174
+ "path": "src/decorators/index.ts",
175
+ "declarations": [],
176
+ "exports": [
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./renderOnChange"
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "kind": "javascript-module",
189
+ "path": "src/decorators/renderOnChange.ts",
190
+ "declarations": [
191
+ {
192
+ "kind": "function",
193
+ "name": "renderOnChange",
194
+ "parameters": [
195
+ {
196
+ "name": "target",
197
+ "type": {
198
+ "text": "FASTElement & { render(): void }"
199
+ },
200
+ "description": "The target to define the property change handler on."
201
+ },
202
+ {
203
+ "name": "name",
204
+ "type": {
205
+ "text": "string"
206
+ },
207
+ "description": "The property name."
208
+ }
209
+ ],
210
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
211
+ "privacy": "public"
212
+ }
213
+ ],
214
+ "exports": [
215
+ {
216
+ "kind": "js",
217
+ "name": "renderOnChange",
218
+ "declaration": {
219
+ "name": "renderOnChange",
220
+ "module": "src/decorators/renderOnChange.ts"
221
+ }
222
+ }
223
+ ]
224
+ },
172
225
  {
173
226
  "kind": "javascript-module",
174
227
  "path": "src/data/inMemoryDatabase.ts",
@@ -369,77 +422,7 @@
369
422
  },
370
423
  {
371
424
  "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",
425
+ "path": "src/directives/index.ts",
443
426
  "declarations": [],
444
427
  "exports": [
445
428
  {
@@ -447,67 +430,22 @@
447
430
  "name": "*",
448
431
  "declaration": {
449
432
  "name": "*",
450
- "package": "./design-system"
433
+ "package": "./sync"
451
434
  }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/decorators/index.ts",
458
- "declarations": [],
459
- "exports": [
435
+ },
460
436
  {
461
437
  "kind": "js",
462
438
  "name": "*",
463
439
  "declaration": {
464
440
  "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"
441
+ "package": "./when-else"
504
442
  }
505
443
  }
506
444
  ]
507
445
  },
508
446
  {
509
447
  "kind": "javascript-module",
510
- "path": "src/directives/index.ts",
448
+ "path": "src/encoding/index.ts",
511
449
  "declarations": [],
512
450
  "exports": [
513
451
  {
@@ -515,15 +453,7 @@
515
453
  "name": "*",
516
454
  "declaration": {
517
455
  "name": "*",
518
- "package": "./sync"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./when-else"
456
+ "package": "./base64"
527
457
  }
528
458
  }
529
459
  ]
@@ -988,7 +918,77 @@
988
918
  },
989
919
  {
990
920
  "kind": "javascript-module",
991
- "path": "src/encoding/index.ts",
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
992
  "declarations": [],
993
993
  "exports": [
994
994
  {
@@ -996,7 +996,7 @@
996
996
  "name": "*",
997
997
  "declaration": {
998
998
  "name": "*",
999
- "package": "./base64"
999
+ "package": "./design-system"
1000
1000
  }
1001
1001
  }
1002
1002
  ]
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.292.0",
4
+ "version": "14.293.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.292.0",
31
- "@genesislcap/genx": "14.292.0",
32
- "@genesislcap/rollup-builder": "14.292.0",
33
- "@genesislcap/ts-builder": "14.292.0",
34
- "@genesislcap/uvu-playwright-builder": "14.292.0",
35
- "@genesislcap/vite-builder": "14.292.0",
36
- "@genesislcap/webpack-builder": "14.292.0",
30
+ "@genesislcap/foundation-testing": "14.293.1",
31
+ "@genesislcap/genx": "14.293.1",
32
+ "@genesislcap/rollup-builder": "14.293.1",
33
+ "@genesislcap/ts-builder": "14.293.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.293.1",
35
+ "@genesislcap/vite-builder": "14.293.1",
36
+ "@genesislcap/webpack-builder": "14.293.1",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.292.0",
42
+ "@genesislcap/foundation-logger": "14.293.1",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "1f6610ae9f53c6ac06b8e2c4921bb6ff7a404902"
60
+ "gitHead": "79f870205c14e857233724904d5eb8e034d2a72e"
61
61
  }