@genesislcap/foundation-utils 14.144.1-alpha-82ebae3.0 → 14.144.1
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 +53 -53
- package/package.json +5 -5
|
@@ -349,59 +349,6 @@
|
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
|
-
{
|
|
353
|
-
"kind": "javascript-module",
|
|
354
|
-
"path": "src/decorators/index.ts",
|
|
355
|
-
"declarations": [],
|
|
356
|
-
"exports": [
|
|
357
|
-
{
|
|
358
|
-
"kind": "js",
|
|
359
|
-
"name": "*",
|
|
360
|
-
"declaration": {
|
|
361
|
-
"name": "*",
|
|
362
|
-
"package": "./renderOnChange"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "javascript-module",
|
|
369
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
370
|
-
"declarations": [
|
|
371
|
-
{
|
|
372
|
-
"kind": "function",
|
|
373
|
-
"name": "renderOnChange",
|
|
374
|
-
"parameters": [
|
|
375
|
-
{
|
|
376
|
-
"name": "target",
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "FASTElement & { render(): void }"
|
|
379
|
-
},
|
|
380
|
-
"description": "The target to define the property change handler on."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "name",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "The property name."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"exports": [
|
|
395
|
-
{
|
|
396
|
-
"kind": "js",
|
|
397
|
-
"name": "renderOnChange",
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "renderOnChange",
|
|
400
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
352
|
{
|
|
406
353
|
"kind": "javascript-module",
|
|
407
354
|
"path": "src/design-system/design-system.ts",
|
|
@@ -698,6 +645,59 @@
|
|
|
698
645
|
}
|
|
699
646
|
]
|
|
700
647
|
},
|
|
648
|
+
{
|
|
649
|
+
"kind": "javascript-module",
|
|
650
|
+
"path": "src/decorators/index.ts",
|
|
651
|
+
"declarations": [],
|
|
652
|
+
"exports": [
|
|
653
|
+
{
|
|
654
|
+
"kind": "js",
|
|
655
|
+
"name": "*",
|
|
656
|
+
"declaration": {
|
|
657
|
+
"name": "*",
|
|
658
|
+
"package": "./renderOnChange"
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "javascript-module",
|
|
665
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
666
|
+
"declarations": [
|
|
667
|
+
{
|
|
668
|
+
"kind": "function",
|
|
669
|
+
"name": "renderOnChange",
|
|
670
|
+
"parameters": [
|
|
671
|
+
{
|
|
672
|
+
"name": "target",
|
|
673
|
+
"type": {
|
|
674
|
+
"text": "FASTElement & { render(): void }"
|
|
675
|
+
},
|
|
676
|
+
"description": "The target to define the property change handler on."
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "name",
|
|
680
|
+
"type": {
|
|
681
|
+
"text": "string"
|
|
682
|
+
},
|
|
683
|
+
"description": "The property name."
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
687
|
+
"privacy": "public"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"exports": [
|
|
691
|
+
{
|
|
692
|
+
"kind": "js",
|
|
693
|
+
"name": "renderOnChange",
|
|
694
|
+
"declaration": {
|
|
695
|
+
"name": "renderOnChange",
|
|
696
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
701
|
{
|
|
702
702
|
"kind": "javascript-module",
|
|
703
703
|
"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.144.1
|
|
4
|
+
"version": "14.144.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.144.1
|
|
23
|
-
"@genesislcap/genx": "14.144.1
|
|
22
|
+
"@genesislcap/foundation-testing": "14.144.1",
|
|
23
|
+
"@genesislcap/genx": "14.144.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.144.1
|
|
27
|
+
"@genesislcap/foundation-logger": "14.144.1",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "35ac01f58ce5a5502d34247e49ab93d0888cd3f7"
|
|
46
46
|
}
|