@genesislcap/foundation-utils 14.116.0 → 14.116.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
|
@@ -143,6 +143,59 @@
|
|
|
143
143
|
}
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "javascript-module",
|
|
148
|
+
"path": "src/decorators/index.ts",
|
|
149
|
+
"declarations": [],
|
|
150
|
+
"exports": [
|
|
151
|
+
{
|
|
152
|
+
"kind": "js",
|
|
153
|
+
"name": "*",
|
|
154
|
+
"declaration": {
|
|
155
|
+
"name": "*",
|
|
156
|
+
"package": "./renderOnChange"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"kind": "javascript-module",
|
|
163
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
164
|
+
"declarations": [
|
|
165
|
+
{
|
|
166
|
+
"kind": "function",
|
|
167
|
+
"name": "renderOnChange",
|
|
168
|
+
"parameters": [
|
|
169
|
+
{
|
|
170
|
+
"name": "target",
|
|
171
|
+
"type": {
|
|
172
|
+
"text": "FASTElement & { render(): void }"
|
|
173
|
+
},
|
|
174
|
+
"description": "The target to define the property change handler on."
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "name",
|
|
178
|
+
"type": {
|
|
179
|
+
"text": "string"
|
|
180
|
+
},
|
|
181
|
+
"description": "The property name."
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
185
|
+
"privacy": "public"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"exports": [
|
|
189
|
+
{
|
|
190
|
+
"kind": "js",
|
|
191
|
+
"name": "renderOnChange",
|
|
192
|
+
"declaration": {
|
|
193
|
+
"name": "renderOnChange",
|
|
194
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
146
199
|
{
|
|
147
200
|
"kind": "javascript-module",
|
|
148
201
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -390,59 +443,6 @@
|
|
|
390
443
|
}
|
|
391
444
|
]
|
|
392
445
|
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "javascript-module",
|
|
395
|
-
"path": "src/decorators/index.ts",
|
|
396
|
-
"declarations": [],
|
|
397
|
-
"exports": [
|
|
398
|
-
{
|
|
399
|
-
"kind": "js",
|
|
400
|
-
"name": "*",
|
|
401
|
-
"declaration": {
|
|
402
|
-
"name": "*",
|
|
403
|
-
"package": "./renderOnChange"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"kind": "javascript-module",
|
|
410
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
411
|
-
"declarations": [
|
|
412
|
-
{
|
|
413
|
-
"kind": "function",
|
|
414
|
-
"name": "renderOnChange",
|
|
415
|
-
"parameters": [
|
|
416
|
-
{
|
|
417
|
-
"name": "target",
|
|
418
|
-
"type": {
|
|
419
|
-
"text": "FASTElement & { render(): void }"
|
|
420
|
-
},
|
|
421
|
-
"description": "The target to define the property change handler on."
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "name",
|
|
425
|
-
"type": {
|
|
426
|
-
"text": "string"
|
|
427
|
-
},
|
|
428
|
-
"description": "The property name."
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
432
|
-
"privacy": "public"
|
|
433
|
-
}
|
|
434
|
-
],
|
|
435
|
-
"exports": [
|
|
436
|
-
{
|
|
437
|
-
"kind": "js",
|
|
438
|
-
"name": "renderOnChange",
|
|
439
|
-
"declaration": {
|
|
440
|
-
"name": "renderOnChange",
|
|
441
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
446
|
{
|
|
447
447
|
"kind": "javascript-module",
|
|
448
448
|
"path": "src/directives/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.116.
|
|
4
|
+
"version": "14.116.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.116.
|
|
23
|
-
"@genesislcap/genx": "14.116.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.116.1",
|
|
23
|
+
"@genesislcap/genx": "14.116.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.116.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.116.1",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "109f83c69f5d71ef796621a92eb43971bed3e25f"
|
|
46
46
|
}
|