@genesislcap/foundation-utils 14.209.3-alpha-7176d01.0 → 14.210.1-alpha-2ea9194.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +42 -42
- package/package.json +10 -10
@@ -367,7 +367,7 @@
|
|
367
367
|
},
|
368
368
|
{
|
369
369
|
"kind": "javascript-module",
|
370
|
-
"path": "src/
|
370
|
+
"path": "src/decorators/index.ts",
|
371
371
|
"declarations": [],
|
372
372
|
"exports": [
|
373
373
|
{
|
@@ -375,15 +375,45 @@
|
|
375
375
|
"name": "*",
|
376
376
|
"declaration": {
|
377
377
|
"name": "*",
|
378
|
-
"package": "./
|
378
|
+
"package": "./renderOnChange"
|
379
379
|
}
|
380
|
-
}
|
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": [
|
381
411
|
{
|
382
412
|
"kind": "js",
|
383
|
-
"name": "
|
413
|
+
"name": "renderOnChange",
|
384
414
|
"declaration": {
|
385
|
-
"name": "
|
386
|
-
"
|
415
|
+
"name": "renderOnChange",
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
387
417
|
}
|
388
418
|
}
|
389
419
|
]
|
@@ -440,7 +470,7 @@
|
|
440
470
|
},
|
441
471
|
{
|
442
472
|
"kind": "javascript-module",
|
443
|
-
"path": "src/
|
473
|
+
"path": "src/directives/index.ts",
|
444
474
|
"declarations": [],
|
445
475
|
"exports": [
|
446
476
|
{
|
@@ -448,45 +478,15 @@
|
|
448
478
|
"name": "*",
|
449
479
|
"declaration": {
|
450
480
|
"name": "*",
|
451
|
-
"package": "./
|
481
|
+
"package": "./sync"
|
452
482
|
}
|
453
|
-
}
|
454
|
-
]
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"kind": "javascript-module",
|
458
|
-
"path": "src/decorators/renderOnChange.ts",
|
459
|
-
"declarations": [
|
460
|
-
{
|
461
|
-
"kind": "function",
|
462
|
-
"name": "renderOnChange",
|
463
|
-
"parameters": [
|
464
|
-
{
|
465
|
-
"name": "target",
|
466
|
-
"type": {
|
467
|
-
"text": "FASTElement & { render(): void }"
|
468
|
-
},
|
469
|
-
"description": "The target to define the property change handler on."
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"name": "name",
|
473
|
-
"type": {
|
474
|
-
"text": "string"
|
475
|
-
},
|
476
|
-
"description": "The property name."
|
477
|
-
}
|
478
|
-
],
|
479
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
480
|
-
"privacy": "public"
|
481
|
-
}
|
482
|
-
],
|
483
|
-
"exports": [
|
483
|
+
},
|
484
484
|
{
|
485
485
|
"kind": "js",
|
486
|
-
"name": "
|
486
|
+
"name": "*",
|
487
487
|
"declaration": {
|
488
|
-
"name": "
|
489
|
-
"
|
488
|
+
"name": "*",
|
489
|
+
"package": "./when-else"
|
490
490
|
}
|
491
491
|
}
|
492
492
|
]
|
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.
|
4
|
+
"version": "14.210.1-alpha-2ea9194.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.
|
31
|
-
"@genesislcap/genx": "14.
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
33
|
-
"@genesislcap/ts-builder": "14.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
35
|
-
"@genesislcap/vite-builder": "14.
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
30
|
+
"@genesislcap/foundation-testing": "14.210.1-alpha-2ea9194.0",
|
31
|
+
"@genesislcap/genx": "14.210.1-alpha-2ea9194.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.210.1-alpha-2ea9194.0",
|
33
|
+
"@genesislcap/ts-builder": "14.210.1-alpha-2ea9194.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.210.1-alpha-2ea9194.0",
|
35
|
+
"@genesislcap/vite-builder": "14.210.1-alpha-2ea9194.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.210.1-alpha-2ea9194.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
40
|
+
"@genesislcap/foundation-logger": "14.210.1-alpha-2ea9194.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": "318456b1096fed60a40f1534c7b1634ddd5de93a"
|
59
59
|
}
|