@genesislcap/foundation-utils 14.260.1 → 14.260.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.
@@ -369,60 +369,42 @@
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",
395
- "type": {
396
- "text": "FASTElement & { render(): void }"
397
- },
398
- "description": "The target to define the property change handler on."
399
- },
400
- {
401
- "name": "name",
384
+ "name": "module",
402
385
  "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
386
+ "text": "DesignSystemModule"
387
+ }
406
388
  }
407
389
  ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
390
+ "description": "assureDesignSystem.",
409
391
  "privacy": "public"
410
392
  }
411
393
  ],
412
394
  "exports": [
413
395
  {
414
396
  "kind": "js",
415
- "name": "renderOnChange",
397
+ "name": "assureDesignSystem",
416
398
  "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
419
401
  }
420
402
  }
421
403
  ]
422
404
  },
423
405
  {
424
406
  "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
407
+ "path": "src/design-system/index.ts",
426
408
  "declarations": [],
427
409
  "exports": [
428
410
  {
@@ -430,57 +412,37 @@
430
412
  "name": "*",
431
413
  "declaration": {
432
414
  "name": "*",
433
- "package": "./sync"
434
- }
435
- },
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./when-else"
415
+ "package": "./design-system"
442
416
  }
443
417
  }
444
418
  ]
445
419
  },
446
420
  {
447
421
  "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
449
- "declarations": [
450
- {
451
- "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
458
- "parameters": [
459
- {
460
- "name": "module",
461
- "type": {
462
- "text": "DesignSystemModule"
463
- }
464
- }
465
- ],
466
- "description": "assureDesignSystem.",
467
- "privacy": "public"
468
- }
469
- ],
422
+ "path": "src/directives/index.ts",
423
+ "declarations": [],
470
424
  "exports": [
471
425
  {
472
426
  "kind": "js",
473
- "name": "assureDesignSystem",
427
+ "name": "*",
474
428
  "declaration": {
475
- "name": "assureDesignSystem",
476
- "module": "src/design-system/design-system.ts"
429
+ "name": "*",
430
+ "package": "./sync"
431
+ }
432
+ },
433
+ {
434
+ "kind": "js",
435
+ "name": "*",
436
+ "declaration": {
437
+ "name": "*",
438
+ "package": "./when-else"
477
439
  }
478
440
  }
479
441
  ]
480
442
  },
481
443
  {
482
444
  "kind": "javascript-module",
483
- "path": "src/design-system/index.ts",
445
+ "path": "src/decorators/index.ts",
484
446
  "declarations": [],
485
447
  "exports": [
486
448
  {
@@ -488,22 +450,45 @@
488
450
  "name": "*",
489
451
  "declaration": {
490
452
  "name": "*",
491
- "package": "./design-system"
453
+ "package": "./renderOnChange"
492
454
  }
493
455
  }
494
456
  ]
495
457
  },
496
458
  {
497
459
  "kind": "javascript-module",
498
- "path": "src/encoding/index.ts",
499
- "declarations": [],
460
+ "path": "src/decorators/renderOnChange.ts",
461
+ "declarations": [
462
+ {
463
+ "kind": "function",
464
+ "name": "renderOnChange",
465
+ "parameters": [
466
+ {
467
+ "name": "target",
468
+ "type": {
469
+ "text": "FASTElement & { render(): void }"
470
+ },
471
+ "description": "The target to define the property change handler on."
472
+ },
473
+ {
474
+ "name": "name",
475
+ "type": {
476
+ "text": "string"
477
+ },
478
+ "description": "The property name."
479
+ }
480
+ ],
481
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
482
+ "privacy": "public"
483
+ }
484
+ ],
500
485
  "exports": [
501
486
  {
502
487
  "kind": "js",
503
- "name": "*",
488
+ "name": "renderOnChange",
504
489
  "declaration": {
505
- "name": "*",
506
- "package": "./base64"
490
+ "name": "renderOnChange",
491
+ "module": "src/decorators/renderOnChange.ts"
507
492
  }
508
493
  }
509
494
  ]
@@ -949,6 +934,21 @@
949
934
  }
950
935
  ]
951
936
  },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/encoding/index.ts",
940
+ "declarations": [],
941
+ "exports": [
942
+ {
943
+ "kind": "js",
944
+ "name": "*",
945
+ "declaration": {
946
+ "name": "*",
947
+ "package": "./base64"
948
+ }
949
+ }
950
+ ]
951
+ },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "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.260.1",
4
+ "version": "14.260.2",
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.260.1",
31
- "@genesislcap/genx": "14.260.1",
32
- "@genesislcap/rollup-builder": "14.260.1",
33
- "@genesislcap/ts-builder": "14.260.1",
34
- "@genesislcap/uvu-playwright-builder": "14.260.1",
35
- "@genesislcap/vite-builder": "14.260.1",
36
- "@genesislcap/webpack-builder": "14.260.1",
30
+ "@genesislcap/foundation-testing": "14.260.2",
31
+ "@genesislcap/genx": "14.260.2",
32
+ "@genesislcap/rollup-builder": "14.260.2",
33
+ "@genesislcap/ts-builder": "14.260.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.260.2",
35
+ "@genesislcap/vite-builder": "14.260.2",
36
+ "@genesislcap/webpack-builder": "14.260.2",
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.260.1",
42
+ "@genesislcap/foundation-logger": "14.260.2",
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": "440fc2e296a21758cba55081875cc67b94707596"
60
+ "gitHead": "74542c54a01f7e6bfc1902d5d26ea8475dffe0cb"
61
61
  }