@genesislcap/foundation-utils 14.375.2 → 14.376.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.
- package/dist/custom-elements.json +91 -91
- package/package.json +11 -11
|
@@ -391,6 +391,97 @@
|
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
|
+
{
|
|
395
|
+
"kind": "javascript-module",
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
|
+
"declarations": [],
|
|
398
|
+
"exports": [
|
|
399
|
+
{
|
|
400
|
+
"kind": "js",
|
|
401
|
+
"name": "*",
|
|
402
|
+
"declaration": {
|
|
403
|
+
"name": "*",
|
|
404
|
+
"package": "./renderOnChange"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "function",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
421
|
+
},
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"description": "The property name."
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
+
"privacy": "public"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
437
|
+
{
|
|
438
|
+
"kind": "js",
|
|
439
|
+
"name": "renderOnChange",
|
|
440
|
+
"declaration": {
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "javascript-module",
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
450
|
+
"declarations": [],
|
|
451
|
+
"exports": [
|
|
452
|
+
{
|
|
453
|
+
"kind": "js",
|
|
454
|
+
"name": "*",
|
|
455
|
+
"declaration": {
|
|
456
|
+
"name": "*",
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
473
|
+
"declarations": [],
|
|
474
|
+
"exports": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "*",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "*",
|
|
480
|
+
"package": "./base64"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
394
485
|
{
|
|
395
486
|
"kind": "javascript-module",
|
|
396
487
|
"path": "src/design-system/design-system.ts",
|
|
@@ -511,97 +602,6 @@
|
|
|
511
602
|
}
|
|
512
603
|
]
|
|
513
604
|
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "javascript-module",
|
|
516
|
-
"path": "src/decorators/index.ts",
|
|
517
|
-
"declarations": [],
|
|
518
|
-
"exports": [
|
|
519
|
-
{
|
|
520
|
-
"kind": "js",
|
|
521
|
-
"name": "*",
|
|
522
|
-
"declaration": {
|
|
523
|
-
"name": "*",
|
|
524
|
-
"package": "./renderOnChange"
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"kind": "javascript-module",
|
|
531
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
532
|
-
"declarations": [
|
|
533
|
-
{
|
|
534
|
-
"kind": "function",
|
|
535
|
-
"name": "renderOnChange",
|
|
536
|
-
"parameters": [
|
|
537
|
-
{
|
|
538
|
-
"name": "target",
|
|
539
|
-
"type": {
|
|
540
|
-
"text": "FASTElement & { render(): void }"
|
|
541
|
-
},
|
|
542
|
-
"description": "The target to define the property change handler on."
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "name",
|
|
546
|
-
"type": {
|
|
547
|
-
"text": "string"
|
|
548
|
-
},
|
|
549
|
-
"description": "The property name."
|
|
550
|
-
}
|
|
551
|
-
],
|
|
552
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
553
|
-
"privacy": "public"
|
|
554
|
-
}
|
|
555
|
-
],
|
|
556
|
-
"exports": [
|
|
557
|
-
{
|
|
558
|
-
"kind": "js",
|
|
559
|
-
"name": "renderOnChange",
|
|
560
|
-
"declaration": {
|
|
561
|
-
"name": "renderOnChange",
|
|
562
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
]
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"kind": "javascript-module",
|
|
569
|
-
"path": "src/directives/index.ts",
|
|
570
|
-
"declarations": [],
|
|
571
|
-
"exports": [
|
|
572
|
-
{
|
|
573
|
-
"kind": "js",
|
|
574
|
-
"name": "*",
|
|
575
|
-
"declaration": {
|
|
576
|
-
"name": "*",
|
|
577
|
-
"package": "./sync"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"kind": "js",
|
|
582
|
-
"name": "*",
|
|
583
|
-
"declaration": {
|
|
584
|
-
"name": "*",
|
|
585
|
-
"package": "./when-else"
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
]
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"kind": "javascript-module",
|
|
592
|
-
"path": "src/encoding/index.ts",
|
|
593
|
-
"declarations": [],
|
|
594
|
-
"exports": [
|
|
595
|
-
{
|
|
596
|
-
"kind": "js",
|
|
597
|
-
"name": "*",
|
|
598
|
-
"declaration": {
|
|
599
|
-
"name": "*",
|
|
600
|
-
"package": "./base64"
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
]
|
|
604
|
-
},
|
|
605
605
|
{
|
|
606
606
|
"kind": "javascript-module",
|
|
607
607
|
"path": "src/env/index.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.
|
|
4
|
+
"version": "14.376.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.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.376.0",
|
|
31
|
+
"@genesislcap/genx": "14.376.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.376.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.376.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.376.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.376.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.376.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/expression-builder": "14.376.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.376.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": "
|
|
59
|
+
"gitHead": "2d5e1603e85aa3e5a40187e9c23469da1a965e4d"
|
|
60
60
|
}
|