@genesislcap/foundation-utils 14.306.2-alpha-7a2d723.0 → 14.306.2-alpha-7955176.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.
@@ -369,77 +369,60 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
372
+ "path": "src/decorators/index.ts",
373
+ "declarations": [],
374
+ "exports": [
374
375
  {
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
- },
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./renderOnChange"
381
+ }
382
+ }
383
+ ]
384
+ },
385
+ {
386
+ "kind": "javascript-module",
387
+ "path": "src/decorators/renderOnChange.ts",
388
+ "declarations": [
393
389
  {
394
390
  "kind": "function",
395
- "name": "getCurrentDesignSystemPrefix",
396
- "return": {
397
- "type": {
398
- "text": ""
399
- }
400
- },
391
+ "name": "renderOnChange",
401
392
  "parameters": [
402
393
  {
403
- "name": "element",
394
+ "name": "target",
404
395
  "type": {
405
- "text": "HTMLElement"
396
+ "text": "FASTElement & { render(): void }"
406
397
  },
407
- "description": "The starting HTML element"
398
+ "description": "The target to define the property change handler on."
408
399
  },
409
400
  {
410
- "name": "fallbackPrefix",
401
+ "name": "name",
411
402
  "type": {
412
403
  "text": "string"
413
404
  },
414
- "description": "The prefix to fallback to if the provider is not available"
405
+ "description": "The property name."
415
406
  }
416
407
  ],
417
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
408
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
418
409
  "privacy": "public"
419
410
  }
420
411
  ],
421
412
  "exports": [
422
413
  {
423
414
  "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",
415
+ "name": "renderOnChange",
433
416
  "declaration": {
434
- "name": "getCurrentDesignSystemPrefix",
435
- "module": "src/design-system/design-system.ts"
417
+ "name": "renderOnChange",
418
+ "module": "src/decorators/renderOnChange.ts"
436
419
  }
437
420
  }
438
421
  ]
439
422
  },
440
423
  {
441
424
  "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,14 +430,22 @@
447
430
  "name": "*",
448
431
  "declaration": {
449
432
  "name": "*",
450
- "package": "./design-system"
433
+ "package": "./sync"
434
+ }
435
+ },
436
+ {
437
+ "kind": "js",
438
+ "name": "*",
439
+ "declaration": {
440
+ "name": "*",
441
+ "package": "./when-else"
451
442
  }
452
443
  }
453
444
  ]
454
445
  },
455
446
  {
456
447
  "kind": "javascript-module",
457
- "path": "src/decorators/index.ts",
448
+ "path": "src/encoding/index.ts",
458
449
  "declarations": [],
459
450
  "exports": [
460
451
  {
@@ -462,52 +453,84 @@
462
453
  "name": "*",
463
454
  "declaration": {
464
455
  "name": "*",
465
- "package": "./renderOnChange"
456
+ "package": "./base64"
466
457
  }
467
458
  }
468
459
  ]
469
460
  },
470
461
  {
471
462
  "kind": "javascript-module",
472
- "path": "src/decorators/renderOnChange.ts",
463
+ "path": "src/design-system/design-system.ts",
473
464
  "declarations": [
474
465
  {
475
466
  "kind": "function",
476
- "name": "renderOnChange",
467
+ "name": "assureDesignSystem",
468
+ "return": {
469
+ "type": {
470
+ "text": "DesignSystemModule"
471
+ }
472
+ },
477
473
  "parameters": [
478
474
  {
479
- "name": "target",
475
+ "name": "module",
480
476
  "type": {
481
- "text": "FASTElement & { render(): void }"
477
+ "text": "DesignSystemModule"
478
+ }
479
+ }
480
+ ],
481
+ "description": "assureDesignSystem.",
482
+ "privacy": "public"
483
+ },
484
+ {
485
+ "kind": "function",
486
+ "name": "getCurrentDesignSystemPrefix",
487
+ "return": {
488
+ "type": {
489
+ "text": ""
490
+ }
491
+ },
492
+ "parameters": [
493
+ {
494
+ "name": "element",
495
+ "type": {
496
+ "text": "HTMLElement"
482
497
  },
483
- "description": "The target to define the property change handler on."
498
+ "description": "The starting HTML element"
484
499
  },
485
500
  {
486
- "name": "name",
501
+ "name": "fallbackPrefix",
487
502
  "type": {
488
503
  "text": "string"
489
504
  },
490
- "description": "The property name."
505
+ "description": "The prefix to fallback to if the provider is not available"
491
506
  }
492
507
  ],
493
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
508
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
494
509
  "privacy": "public"
495
510
  }
496
511
  ],
497
512
  "exports": [
498
513
  {
499
514
  "kind": "js",
500
- "name": "renderOnChange",
515
+ "name": "assureDesignSystem",
501
516
  "declaration": {
502
- "name": "renderOnChange",
503
- "module": "src/decorators/renderOnChange.ts"
517
+ "name": "assureDesignSystem",
518
+ "module": "src/design-system/design-system.ts"
519
+ }
520
+ },
521
+ {
522
+ "kind": "js",
523
+ "name": "getCurrentDesignSystemPrefix",
524
+ "declaration": {
525
+ "name": "getCurrentDesignSystemPrefix",
526
+ "module": "src/design-system/design-system.ts"
504
527
  }
505
528
  }
506
529
  ]
507
530
  },
508
531
  {
509
532
  "kind": "javascript-module",
510
- "path": "src/directives/index.ts",
533
+ "path": "src/design-system/index.ts",
511
534
  "declarations": [],
512
535
  "exports": [
513
536
  {
@@ -515,15 +538,7 @@
515
538
  "name": "*",
516
539
  "declaration": {
517
540
  "name": "*",
518
- "package": "./sync"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./when-else"
541
+ "package": "./design-system"
527
542
  }
528
543
  }
529
544
  ]
@@ -986,21 +1001,6 @@
986
1001
  }
987
1002
  ]
988
1003
  },
989
- {
990
- "kind": "javascript-module",
991
- "path": "src/encoding/index.ts",
992
- "declarations": [],
993
- "exports": [
994
- {
995
- "kind": "js",
996
- "name": "*",
997
- "declaration": {
998
- "name": "*",
999
- "package": "./base64"
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.306.2-alpha-7a2d723.0",
4
+ "version": "14.306.2-alpha-7955176.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.306.2-alpha-7a2d723.0",
31
- "@genesislcap/genx": "14.306.2-alpha-7a2d723.0",
32
- "@genesislcap/rollup-builder": "14.306.2-alpha-7a2d723.0",
33
- "@genesislcap/ts-builder": "14.306.2-alpha-7a2d723.0",
34
- "@genesislcap/uvu-playwright-builder": "14.306.2-alpha-7a2d723.0",
35
- "@genesislcap/vite-builder": "14.306.2-alpha-7a2d723.0",
36
- "@genesislcap/webpack-builder": "14.306.2-alpha-7a2d723.0",
30
+ "@genesislcap/foundation-testing": "14.306.2-alpha-7955176.0",
31
+ "@genesislcap/genx": "14.306.2-alpha-7955176.0",
32
+ "@genesislcap/rollup-builder": "14.306.2-alpha-7955176.0",
33
+ "@genesislcap/ts-builder": "14.306.2-alpha-7955176.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.306.2-alpha-7955176.0",
35
+ "@genesislcap/vite-builder": "14.306.2-alpha-7955176.0",
36
+ "@genesislcap/webpack-builder": "14.306.2-alpha-7955176.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.306.2-alpha-7a2d723.0",
41
- "@genesislcap/foundation-logger": "14.306.2-alpha-7a2d723.0",
40
+ "@genesislcap/expression-builder": "14.306.2-alpha-7955176.0",
41
+ "@genesislcap/foundation-logger": "14.306.2-alpha-7955176.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",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "61fbdc9a3b045a1dbd46decec5925e7d09dcd525"
58
+ "gitHead": "0091d199be28feba88a84fc110a22c31b29c4957"
59
59
  }