@genesislcap/foundation-utils 14.210.3 → 14.210.5-alpha-84d021b.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 +53 -53
- package/package.json +10 -10
|
@@ -167,59 +167,6 @@
|
|
|
167
167
|
}
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"kind": "javascript-module",
|
|
172
|
-
"path": "src/decorators/index.ts",
|
|
173
|
-
"declarations": [],
|
|
174
|
-
"exports": [
|
|
175
|
-
{
|
|
176
|
-
"kind": "js",
|
|
177
|
-
"name": "*",
|
|
178
|
-
"declaration": {
|
|
179
|
-
"name": "*",
|
|
180
|
-
"package": "./renderOnChange"
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
]
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"kind": "javascript-module",
|
|
187
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
188
|
-
"declarations": [
|
|
189
|
-
{
|
|
190
|
-
"kind": "function",
|
|
191
|
-
"name": "renderOnChange",
|
|
192
|
-
"parameters": [
|
|
193
|
-
{
|
|
194
|
-
"name": "target",
|
|
195
|
-
"type": {
|
|
196
|
-
"text": "FASTElement & { render(): void }"
|
|
197
|
-
},
|
|
198
|
-
"description": "The target to define the property change handler on."
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "name",
|
|
202
|
-
"type": {
|
|
203
|
-
"text": "string"
|
|
204
|
-
},
|
|
205
|
-
"description": "The property name."
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
209
|
-
"privacy": "public"
|
|
210
|
-
}
|
|
211
|
-
],
|
|
212
|
-
"exports": [
|
|
213
|
-
{
|
|
214
|
-
"kind": "js",
|
|
215
|
-
"name": "renderOnChange",
|
|
216
|
-
"declaration": {
|
|
217
|
-
"name": "renderOnChange",
|
|
218
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
]
|
|
222
|
-
},
|
|
223
170
|
{
|
|
224
171
|
"kind": "javascript-module",
|
|
225
172
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -418,6 +365,59 @@
|
|
|
418
365
|
}
|
|
419
366
|
]
|
|
420
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"kind": "javascript-module",
|
|
370
|
+
"path": "src/decorators/index.ts",
|
|
371
|
+
"declarations": [],
|
|
372
|
+
"exports": [
|
|
373
|
+
{
|
|
374
|
+
"kind": "js",
|
|
375
|
+
"name": "*",
|
|
376
|
+
"declaration": {
|
|
377
|
+
"name": "*",
|
|
378
|
+
"package": "./renderOnChange"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "javascript-module",
|
|
385
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
386
|
+
"declarations": [
|
|
387
|
+
{
|
|
388
|
+
"kind": "function",
|
|
389
|
+
"name": "renderOnChange",
|
|
390
|
+
"parameters": [
|
|
391
|
+
{
|
|
392
|
+
"name": "target",
|
|
393
|
+
"type": {
|
|
394
|
+
"text": "FASTElement & { render(): void }"
|
|
395
|
+
},
|
|
396
|
+
"description": "The target to define the property change handler on."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "name",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "string"
|
|
402
|
+
},
|
|
403
|
+
"description": "The property name."
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
407
|
+
"privacy": "public"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"exports": [
|
|
411
|
+
{
|
|
412
|
+
"kind": "js",
|
|
413
|
+
"name": "renderOnChange",
|
|
414
|
+
"declaration": {
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
421
|
{
|
|
422
422
|
"kind": "javascript-module",
|
|
423
423
|
"path": "src/design-system/design-system.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.210.
|
|
4
|
+
"version": "14.210.5-alpha-84d021b.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.210.
|
|
31
|
-
"@genesislcap/genx": "14.210.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.210.
|
|
33
|
-
"@genesislcap/ts-builder": "14.210.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.210.
|
|
35
|
-
"@genesislcap/vite-builder": "14.210.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.210.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.210.5-alpha-84d021b.0",
|
|
31
|
+
"@genesislcap/genx": "14.210.5-alpha-84d021b.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.210.5-alpha-84d021b.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.210.5-alpha-84d021b.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.210.5-alpha-84d021b.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.210.5-alpha-84d021b.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.210.5-alpha-84d021b.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.210.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.210.5-alpha-84d021b.0",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "580755ae8cb4f99175b5716c1f143bdeead11ef7"
|
|
59
59
|
}
|