@genesislcap/foundation-utils 14.436.0-FUI-2489.4 → 14.436.0-FUI-2489.7
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.
|
@@ -452,82 +452,6 @@
|
|
|
452
452
|
}
|
|
453
453
|
]
|
|
454
454
|
},
|
|
455
|
-
{
|
|
456
|
-
"kind": "javascript-module",
|
|
457
|
-
"path": "src/decorators/index.ts",
|
|
458
|
-
"declarations": [],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./renderOnChange"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "javascript-module",
|
|
472
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
473
|
-
"declarations": [
|
|
474
|
-
{
|
|
475
|
-
"kind": "function",
|
|
476
|
-
"name": "renderOnChange",
|
|
477
|
-
"parameters": [
|
|
478
|
-
{
|
|
479
|
-
"name": "target",
|
|
480
|
-
"type": {
|
|
481
|
-
"text": "FASTElement & { render(): void }"
|
|
482
|
-
},
|
|
483
|
-
"description": "The target to define the property change handler on."
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "name",
|
|
487
|
-
"type": {
|
|
488
|
-
"text": "string"
|
|
489
|
-
},
|
|
490
|
-
"description": "The property name."
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
494
|
-
"privacy": "public"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"exports": [
|
|
498
|
-
{
|
|
499
|
-
"kind": "js",
|
|
500
|
-
"name": "renderOnChange",
|
|
501
|
-
"declaration": {
|
|
502
|
-
"name": "renderOnChange",
|
|
503
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
]
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"kind": "javascript-module",
|
|
510
|
-
"path": "src/directives/index.ts",
|
|
511
|
-
"declarations": [],
|
|
512
|
-
"exports": [
|
|
513
|
-
{
|
|
514
|
-
"kind": "js",
|
|
515
|
-
"name": "*",
|
|
516
|
-
"declaration": {
|
|
517
|
-
"name": "*",
|
|
518
|
-
"package": "./sync"
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "js",
|
|
523
|
-
"name": "*",
|
|
524
|
-
"declaration": {
|
|
525
|
-
"name": "*",
|
|
526
|
-
"package": "./when-else"
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
455
|
{
|
|
532
456
|
"kind": "javascript-module",
|
|
533
457
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -726,6 +650,82 @@
|
|
|
726
650
|
}
|
|
727
651
|
]
|
|
728
652
|
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "javascript-module",
|
|
655
|
+
"path": "src/decorators/index.ts",
|
|
656
|
+
"declarations": [],
|
|
657
|
+
"exports": [
|
|
658
|
+
{
|
|
659
|
+
"kind": "js",
|
|
660
|
+
"name": "*",
|
|
661
|
+
"declaration": {
|
|
662
|
+
"name": "*",
|
|
663
|
+
"package": "./renderOnChange"
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
]
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "javascript-module",
|
|
670
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
671
|
+
"declarations": [
|
|
672
|
+
{
|
|
673
|
+
"kind": "function",
|
|
674
|
+
"name": "renderOnChange",
|
|
675
|
+
"parameters": [
|
|
676
|
+
{
|
|
677
|
+
"name": "target",
|
|
678
|
+
"type": {
|
|
679
|
+
"text": "FASTElement & { render(): void }"
|
|
680
|
+
},
|
|
681
|
+
"description": "The target to define the property change handler on."
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "name",
|
|
685
|
+
"type": {
|
|
686
|
+
"text": "string"
|
|
687
|
+
},
|
|
688
|
+
"description": "The property name."
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
692
|
+
"privacy": "public"
|
|
693
|
+
}
|
|
694
|
+
],
|
|
695
|
+
"exports": [
|
|
696
|
+
{
|
|
697
|
+
"kind": "js",
|
|
698
|
+
"name": "renderOnChange",
|
|
699
|
+
"declaration": {
|
|
700
|
+
"name": "renderOnChange",
|
|
701
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"kind": "javascript-module",
|
|
708
|
+
"path": "src/directives/index.ts",
|
|
709
|
+
"declarations": [],
|
|
710
|
+
"exports": [
|
|
711
|
+
{
|
|
712
|
+
"kind": "js",
|
|
713
|
+
"name": "*",
|
|
714
|
+
"declaration": {
|
|
715
|
+
"name": "*",
|
|
716
|
+
"package": "./sync"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "js",
|
|
721
|
+
"name": "*",
|
|
722
|
+
"declaration": {
|
|
723
|
+
"name": "*",
|
|
724
|
+
"package": "./when-else"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
},
|
|
729
729
|
{
|
|
730
730
|
"kind": "javascript-module",
|
|
731
731
|
"path": "src/encoding/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/mappers/genesis-json-schema/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/mappers/genesis-json-schema/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,cAAc,SAAS,CAAC;AAExB;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,iBAAiB,EAAE;IACtD,QAAQ,EAAE,WAAW,CAAC;CACvB,GAAG,OAAO,CAAC,WAAW,CAwBtB;AA0DD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,oCAAoC,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,EAAE;IACnE,MAAM;IACN,OAAO,CAAC,eAAe;CACxB,GAAG,KAAK,CAAC,KAAK,GAAG,IAAI,CASrB"}
|
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.436.0-FUI-2489.
|
|
4
|
+
"version": "14.436.0-FUI-2489.7",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -18,8 +18,10 @@
|
|
|
18
18
|
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
19
19
|
"dev": "genx dev -b ts",
|
|
20
20
|
"test": "genx test",
|
|
21
|
-
"lint": "genx lint
|
|
22
|
-
"lint:fix": "genx lint --fix"
|
|
21
|
+
"lint": "genx lint",
|
|
22
|
+
"lint:fix": "genx lint --fix",
|
|
23
|
+
"lint:ox": "genx lint -l ox",
|
|
24
|
+
"lint:ox:fix": "genx lint -l ox --fix"
|
|
23
25
|
},
|
|
24
26
|
"madge": {
|
|
25
27
|
"detectiveOptions": {
|
|
@@ -29,18 +31,18 @@
|
|
|
29
31
|
}
|
|
30
32
|
},
|
|
31
33
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.436.0-FUI-2489.
|
|
33
|
-
"@genesislcap/genx": "14.436.0-FUI-2489.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.436.0-FUI-2489.
|
|
35
|
-
"@genesislcap/ts-builder": "14.436.0-FUI-2489.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.
|
|
37
|
-
"@genesislcap/vite-builder": "14.436.0-FUI-2489.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.436.0-FUI-2489.
|
|
34
|
+
"@genesislcap/foundation-testing": "14.436.0-FUI-2489.7",
|
|
35
|
+
"@genesislcap/genx": "14.436.0-FUI-2489.7",
|
|
36
|
+
"@genesislcap/rollup-builder": "14.436.0-FUI-2489.7",
|
|
37
|
+
"@genesislcap/ts-builder": "14.436.0-FUI-2489.7",
|
|
38
|
+
"@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.7",
|
|
39
|
+
"@genesislcap/vite-builder": "14.436.0-FUI-2489.7",
|
|
40
|
+
"@genesislcap/webpack-builder": "14.436.0-FUI-2489.7",
|
|
39
41
|
"@types/json-schema": "^7.0.11"
|
|
40
42
|
},
|
|
41
43
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.436.0-FUI-2489.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.436.0-FUI-2489.
|
|
44
|
+
"@genesislcap/expression-builder": "14.436.0-FUI-2489.7",
|
|
45
|
+
"@genesislcap/foundation-logger": "14.436.0-FUI-2489.7",
|
|
44
46
|
"@microsoft/fast-components": "2.30.6",
|
|
45
47
|
"@microsoft/fast-element": "1.14.0",
|
|
46
48
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +60,5 @@
|
|
|
58
60
|
"access": "public"
|
|
59
61
|
},
|
|
60
62
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0255c3ca76f815c03c5699c5b7364d624ed08272"
|
|
62
64
|
}
|