@genesislcap/foundation-utils 14.251.0 → 14.251.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 +10 -10
|
@@ -367,6 +367,59 @@
|
|
|
367
367
|
}
|
|
368
368
|
]
|
|
369
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "javascript-module",
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
375
|
+
{
|
|
376
|
+
"kind": "js",
|
|
377
|
+
"name": "*",
|
|
378
|
+
"declaration": {
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./renderOnChange"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "javascript-module",
|
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
388
|
+
"declarations": [
|
|
389
|
+
{
|
|
390
|
+
"kind": "function",
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"parameters": [
|
|
393
|
+
{
|
|
394
|
+
"name": "target",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
397
|
+
},
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "string"
|
|
404
|
+
},
|
|
405
|
+
"description": "The property name."
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
409
|
+
"privacy": "public"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"exports": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "js",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"declaration": {
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
370
423
|
{
|
|
371
424
|
"kind": "javascript-module",
|
|
372
425
|
"path": "src/design-system/design-system.ts",
|
|
@@ -440,59 +493,6 @@
|
|
|
440
493
|
}
|
|
441
494
|
]
|
|
442
495
|
},
|
|
443
|
-
{
|
|
444
|
-
"kind": "javascript-module",
|
|
445
|
-
"path": "src/decorators/index.ts",
|
|
446
|
-
"declarations": [],
|
|
447
|
-
"exports": [
|
|
448
|
-
{
|
|
449
|
-
"kind": "js",
|
|
450
|
-
"name": "*",
|
|
451
|
-
"declaration": {
|
|
452
|
-
"name": "*",
|
|
453
|
-
"package": "./renderOnChange"
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
]
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"kind": "javascript-module",
|
|
460
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
461
|
-
"declarations": [
|
|
462
|
-
{
|
|
463
|
-
"kind": "function",
|
|
464
|
-
"name": "renderOnChange",
|
|
465
|
-
"parameters": [
|
|
466
|
-
{
|
|
467
|
-
"name": "target",
|
|
468
|
-
"type": {
|
|
469
|
-
"text": "FASTElement & { render(): void }"
|
|
470
|
-
},
|
|
471
|
-
"description": "The target to define the property change handler on."
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"name": "name",
|
|
475
|
-
"type": {
|
|
476
|
-
"text": "string"
|
|
477
|
-
},
|
|
478
|
-
"description": "The property name."
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
482
|
-
"privacy": "public"
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"exports": [
|
|
486
|
-
{
|
|
487
|
-
"kind": "js",
|
|
488
|
-
"name": "renderOnChange",
|
|
489
|
-
"declaration": {
|
|
490
|
-
"name": "renderOnChange",
|
|
491
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
496
|
{
|
|
497
497
|
"kind": "javascript-module",
|
|
498
498
|
"path": "src/encoding/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.251.
|
|
4
|
+
"version": "14.251.1",
|
|
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.251.
|
|
31
|
-
"@genesislcap/genx": "14.251.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.251.
|
|
33
|
-
"@genesislcap/ts-builder": "14.251.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.251.
|
|
35
|
-
"@genesislcap/vite-builder": "14.251.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.251.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.251.1",
|
|
31
|
+
"@genesislcap/genx": "14.251.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.251.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.251.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.251.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.251.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.251.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.251.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.251.1",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "376111caafcd568f7bcef710c57824c846247c55"
|
|
59
59
|
}
|