@genesislcap/foundation-utils 14.192.0 → 14.192.2-axes.2
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 +59 -59
- package/package.json +10 -10
|
@@ -159,59 +159,6 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
"kind": "javascript-module",
|
|
164
|
-
"path": "src/decorators/index.ts",
|
|
165
|
-
"declarations": [],
|
|
166
|
-
"exports": [
|
|
167
|
-
{
|
|
168
|
-
"kind": "js",
|
|
169
|
-
"name": "*",
|
|
170
|
-
"declaration": {
|
|
171
|
-
"name": "*",
|
|
172
|
-
"package": "./renderOnChange"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"kind": "javascript-module",
|
|
179
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
-
"declarations": [
|
|
181
|
-
{
|
|
182
|
-
"kind": "function",
|
|
183
|
-
"name": "renderOnChange",
|
|
184
|
-
"parameters": [
|
|
185
|
-
{
|
|
186
|
-
"name": "target",
|
|
187
|
-
"type": {
|
|
188
|
-
"text": "FASTElement & { render(): void }"
|
|
189
|
-
},
|
|
190
|
-
"description": "The target to define the property change handler on."
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "name",
|
|
194
|
-
"type": {
|
|
195
|
-
"text": "string"
|
|
196
|
-
},
|
|
197
|
-
"description": "The property name."
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
-
"privacy": "public"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"exports": [
|
|
205
|
-
{
|
|
206
|
-
"kind": "js",
|
|
207
|
-
"name": "renderOnChange",
|
|
208
|
-
"declaration": {
|
|
209
|
-
"name": "renderOnChange",
|
|
210
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
162
|
{
|
|
216
163
|
"kind": "javascript-module",
|
|
217
164
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -412,7 +359,7 @@
|
|
|
412
359
|
},
|
|
413
360
|
{
|
|
414
361
|
"kind": "javascript-module",
|
|
415
|
-
"path": "src/
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
416
363
|
"declarations": [],
|
|
417
364
|
"exports": [
|
|
418
365
|
{
|
|
@@ -420,15 +367,45 @@
|
|
|
420
367
|
"name": "*",
|
|
421
368
|
"declaration": {
|
|
422
369
|
"name": "*",
|
|
423
|
-
"package": "./
|
|
370
|
+
"package": "./renderOnChange"
|
|
424
371
|
}
|
|
425
|
-
}
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "javascript-module",
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
378
|
+
"declarations": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "function",
|
|
381
|
+
"name": "renderOnChange",
|
|
382
|
+
"parameters": [
|
|
383
|
+
{
|
|
384
|
+
"name": "target",
|
|
385
|
+
"type": {
|
|
386
|
+
"text": "FASTElement & { render(): void }"
|
|
387
|
+
},
|
|
388
|
+
"description": "The target to define the property change handler on."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "name",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "string"
|
|
394
|
+
},
|
|
395
|
+
"description": "The property name."
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
399
|
+
"privacy": "public"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"exports": [
|
|
426
403
|
{
|
|
427
404
|
"kind": "js",
|
|
428
|
-
"name": "
|
|
405
|
+
"name": "renderOnChange",
|
|
429
406
|
"declaration": {
|
|
430
|
-
"name": "
|
|
431
|
-
"
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
432
409
|
}
|
|
433
410
|
}
|
|
434
411
|
]
|
|
@@ -483,6 +460,29 @@
|
|
|
483
460
|
}
|
|
484
461
|
]
|
|
485
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/directives/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./sync"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./when-else"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
486
|
{
|
|
487
487
|
"kind": "javascript-module",
|
|
488
488
|
"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.192.
|
|
4
|
+
"version": "14.192.2-axes.2",
|
|
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.192.
|
|
31
|
-
"@genesislcap/genx": "14.192.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.192.
|
|
33
|
-
"@genesislcap/ts-builder": "14.192.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.192.
|
|
35
|
-
"@genesislcap/vite-builder": "14.192.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.192.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.192.2-axes.2",
|
|
31
|
+
"@genesislcap/genx": "14.192.2-axes.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.192.2-axes.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.192.2-axes.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.192.2-axes.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.192.2-axes.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.192.2-axes.2",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.192.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.192.2-axes.2",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b7ee0f6f803626c4a575826bea4e2df5f8905533"
|
|
58
58
|
}
|