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