@genesislcap/foundation-utils 14.194.3 → 14.194.4
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
|
@@ -357,6 +357,59 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./renderOnChange"
|
|
371
|
+
}
|
|
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": [
|
|
403
|
+
{
|
|
404
|
+
"kind": "js",
|
|
405
|
+
"name": "renderOnChange",
|
|
406
|
+
"declaration": {
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
},
|
|
360
413
|
{
|
|
361
414
|
"kind": "javascript-module",
|
|
362
415
|
"path": "src/design-system/design-system.ts",
|
|
@@ -430,59 +483,6 @@
|
|
|
430
483
|
}
|
|
431
484
|
]
|
|
432
485
|
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "javascript-module",
|
|
435
|
-
"path": "src/decorators/index.ts",
|
|
436
|
-
"declarations": [],
|
|
437
|
-
"exports": [
|
|
438
|
-
{
|
|
439
|
-
"kind": "js",
|
|
440
|
-
"name": "*",
|
|
441
|
-
"declaration": {
|
|
442
|
-
"name": "*",
|
|
443
|
-
"package": "./renderOnChange"
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
]
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "javascript-module",
|
|
450
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
451
|
-
"declarations": [
|
|
452
|
-
{
|
|
453
|
-
"kind": "function",
|
|
454
|
-
"name": "renderOnChange",
|
|
455
|
-
"parameters": [
|
|
456
|
-
{
|
|
457
|
-
"name": "target",
|
|
458
|
-
"type": {
|
|
459
|
-
"text": "FASTElement & { render(): void }"
|
|
460
|
-
},
|
|
461
|
-
"description": "The target to define the property change handler on."
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "name",
|
|
465
|
-
"type": {
|
|
466
|
-
"text": "string"
|
|
467
|
-
},
|
|
468
|
-
"description": "The property name."
|
|
469
|
-
}
|
|
470
|
-
],
|
|
471
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
472
|
-
"privacy": "public"
|
|
473
|
-
}
|
|
474
|
-
],
|
|
475
|
-
"exports": [
|
|
476
|
-
{
|
|
477
|
-
"kind": "js",
|
|
478
|
-
"name": "renderOnChange",
|
|
479
|
-
"declaration": {
|
|
480
|
-
"name": "renderOnChange",
|
|
481
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
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.194.
|
|
4
|
+
"version": "14.194.4",
|
|
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.194.
|
|
31
|
-
"@genesislcap/genx": "14.194.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.194.
|
|
33
|
-
"@genesislcap/ts-builder": "14.194.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.194.
|
|
35
|
-
"@genesislcap/vite-builder": "14.194.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.194.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.194.4",
|
|
31
|
+
"@genesislcap/genx": "14.194.4",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.194.4",
|
|
33
|
+
"@genesislcap/ts-builder": "14.194.4",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.194.4",
|
|
35
|
+
"@genesislcap/vite-builder": "14.194.4",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.194.4",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.194.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.194.4",
|
|
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": "1727d31a3106a755f016006eb3ce8273f94e4d02"
|
|
58
58
|
}
|