@genesislcap/foundation-utils 14.312.1-alpha-77804c9.0 → 14.312.1-alpha-1252102.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.
@@ -375,97 +375,6 @@
375
375
  }
376
376
  ]
377
377
  },
378
- {
379
- "kind": "javascript-module",
380
- "path": "src/decorators/index.ts",
381
- "declarations": [],
382
- "exports": [
383
- {
384
- "kind": "js",
385
- "name": "*",
386
- "declaration": {
387
- "name": "*",
388
- "package": "./renderOnChange"
389
- }
390
- }
391
- ]
392
- },
393
- {
394
- "kind": "javascript-module",
395
- "path": "src/decorators/renderOnChange.ts",
396
- "declarations": [
397
- {
398
- "kind": "function",
399
- "name": "renderOnChange",
400
- "parameters": [
401
- {
402
- "name": "target",
403
- "type": {
404
- "text": "FASTElement & { render(): void }"
405
- },
406
- "description": "The target to define the property change handler on."
407
- },
408
- {
409
- "name": "name",
410
- "type": {
411
- "text": "string"
412
- },
413
- "description": "The property name."
414
- }
415
- ],
416
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
417
- "privacy": "public"
418
- }
419
- ],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "renderOnChange",
424
- "declaration": {
425
- "name": "renderOnChange",
426
- "module": "src/decorators/renderOnChange.ts"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/directives/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./sync"
442
- }
443
- },
444
- {
445
- "kind": "js",
446
- "name": "*",
447
- "declaration": {
448
- "name": "*",
449
- "package": "./when-else"
450
- }
451
- }
452
- ]
453
- },
454
- {
455
- "kind": "javascript-module",
456
- "path": "src/encoding/index.ts",
457
- "declarations": [],
458
- "exports": [
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./base64"
465
- }
466
- }
467
- ]
468
- },
469
378
  {
470
379
  "kind": "javascript-module",
471
380
  "path": "src/design-system/design-system.ts",
@@ -586,6 +495,82 @@
586
495
  }
587
496
  ]
588
497
  },
498
+ {
499
+ "kind": "javascript-module",
500
+ "path": "src/decorators/index.ts",
501
+ "declarations": [],
502
+ "exports": [
503
+ {
504
+ "kind": "js",
505
+ "name": "*",
506
+ "declaration": {
507
+ "name": "*",
508
+ "package": "./renderOnChange"
509
+ }
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "kind": "javascript-module",
515
+ "path": "src/decorators/renderOnChange.ts",
516
+ "declarations": [
517
+ {
518
+ "kind": "function",
519
+ "name": "renderOnChange",
520
+ "parameters": [
521
+ {
522
+ "name": "target",
523
+ "type": {
524
+ "text": "FASTElement & { render(): void }"
525
+ },
526
+ "description": "The target to define the property change handler on."
527
+ },
528
+ {
529
+ "name": "name",
530
+ "type": {
531
+ "text": "string"
532
+ },
533
+ "description": "The property name."
534
+ }
535
+ ],
536
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
537
+ "privacy": "public"
538
+ }
539
+ ],
540
+ "exports": [
541
+ {
542
+ "kind": "js",
543
+ "name": "renderOnChange",
544
+ "declaration": {
545
+ "name": "renderOnChange",
546
+ "module": "src/decorators/renderOnChange.ts"
547
+ }
548
+ }
549
+ ]
550
+ },
551
+ {
552
+ "kind": "javascript-module",
553
+ "path": "src/directives/index.ts",
554
+ "declarations": [],
555
+ "exports": [
556
+ {
557
+ "kind": "js",
558
+ "name": "*",
559
+ "declaration": {
560
+ "name": "*",
561
+ "package": "./sync"
562
+ }
563
+ },
564
+ {
565
+ "kind": "js",
566
+ "name": "*",
567
+ "declaration": {
568
+ "name": "*",
569
+ "package": "./when-else"
570
+ }
571
+ }
572
+ ]
573
+ },
589
574
  {
590
575
  "kind": "javascript-module",
591
576
  "path": "src/env/index.ts",
@@ -1044,6 +1029,21 @@
1044
1029
  }
1045
1030
  ]
1046
1031
  },
1032
+ {
1033
+ "kind": "javascript-module",
1034
+ "path": "src/encoding/index.ts",
1035
+ "declarations": [],
1036
+ "exports": [
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./base64"
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.312.1-alpha-77804c9.0",
4
+ "version": "14.312.1-alpha-1252102.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.312.1-alpha-77804c9.0",
31
- "@genesislcap/genx": "14.312.1-alpha-77804c9.0",
32
- "@genesislcap/rollup-builder": "14.312.1-alpha-77804c9.0",
33
- "@genesislcap/ts-builder": "14.312.1-alpha-77804c9.0",
34
- "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-77804c9.0",
35
- "@genesislcap/vite-builder": "14.312.1-alpha-77804c9.0",
36
- "@genesislcap/webpack-builder": "14.312.1-alpha-77804c9.0",
30
+ "@genesislcap/foundation-testing": "14.312.1-alpha-1252102.0",
31
+ "@genesislcap/genx": "14.312.1-alpha-1252102.0",
32
+ "@genesislcap/rollup-builder": "14.312.1-alpha-1252102.0",
33
+ "@genesislcap/ts-builder": "14.312.1-alpha-1252102.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-1252102.0",
35
+ "@genesislcap/vite-builder": "14.312.1-alpha-1252102.0",
36
+ "@genesislcap/webpack-builder": "14.312.1-alpha-1252102.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.312.1-alpha-77804c9.0",
41
- "@genesislcap/foundation-logger": "14.312.1-alpha-77804c9.0",
40
+ "@genesislcap/expression-builder": "14.312.1-alpha-1252102.0",
41
+ "@genesislcap/foundation-logger": "14.312.1-alpha-1252102.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",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "18d9a8943c449abc988c966672349bbee92cdc22"
59
+ "gitHead": "722195b3120ca6e40bce9f3dca909411403c1696"
60
60
  }