@genesislcap/foundation-utils 14.107.1 → 14.109.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 +59 -59
- package/package.json +5 -5
|
@@ -341,59 +341,6 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "javascript-module",
|
|
346
|
-
"path": "src/decorators/index.ts",
|
|
347
|
-
"declarations": [],
|
|
348
|
-
"exports": [
|
|
349
|
-
{
|
|
350
|
-
"kind": "js",
|
|
351
|
-
"name": "*",
|
|
352
|
-
"declaration": {
|
|
353
|
-
"name": "*",
|
|
354
|
-
"package": "./renderOnChange"
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"kind": "javascript-module",
|
|
361
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
362
|
-
"declarations": [
|
|
363
|
-
{
|
|
364
|
-
"kind": "function",
|
|
365
|
-
"name": "renderOnChange",
|
|
366
|
-
"parameters": [
|
|
367
|
-
{
|
|
368
|
-
"name": "target",
|
|
369
|
-
"type": {
|
|
370
|
-
"text": "FASTElement & { render(): void }"
|
|
371
|
-
},
|
|
372
|
-
"description": "The target to define the property change handler on."
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "name",
|
|
376
|
-
"type": {
|
|
377
|
-
"text": "string"
|
|
378
|
-
},
|
|
379
|
-
"description": "The property name."
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
383
|
-
"privacy": "public"
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"exports": [
|
|
387
|
-
{
|
|
388
|
-
"kind": "js",
|
|
389
|
-
"name": "renderOnChange",
|
|
390
|
-
"declaration": {
|
|
391
|
-
"name": "renderOnChange",
|
|
392
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
]
|
|
396
|
-
},
|
|
397
344
|
{
|
|
398
345
|
"kind": "javascript-module",
|
|
399
346
|
"path": "src/design-system/design-system.ts",
|
|
@@ -445,7 +392,7 @@
|
|
|
445
392
|
},
|
|
446
393
|
{
|
|
447
394
|
"kind": "javascript-module",
|
|
448
|
-
"path": "src/
|
|
395
|
+
"path": "src/decorators/index.ts",
|
|
449
396
|
"declarations": [],
|
|
450
397
|
"exports": [
|
|
451
398
|
{
|
|
@@ -453,15 +400,45 @@
|
|
|
453
400
|
"name": "*",
|
|
454
401
|
"declaration": {
|
|
455
402
|
"name": "*",
|
|
456
|
-
"package": "./
|
|
403
|
+
"package": "./renderOnChange"
|
|
457
404
|
}
|
|
458
|
-
}
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "javascript-module",
|
|
410
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
411
|
+
"declarations": [
|
|
412
|
+
{
|
|
413
|
+
"kind": "function",
|
|
414
|
+
"name": "renderOnChange",
|
|
415
|
+
"parameters": [
|
|
416
|
+
{
|
|
417
|
+
"name": "target",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "FASTElement & { render(): void }"
|
|
420
|
+
},
|
|
421
|
+
"description": "The target to define the property change handler on."
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "name",
|
|
425
|
+
"type": {
|
|
426
|
+
"text": "string"
|
|
427
|
+
},
|
|
428
|
+
"description": "The property name."
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
432
|
+
"privacy": "public"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"exports": [
|
|
459
436
|
{
|
|
460
437
|
"kind": "js",
|
|
461
|
-
"name": "
|
|
438
|
+
"name": "renderOnChange",
|
|
462
439
|
"declaration": {
|
|
463
|
-
"name": "
|
|
464
|
-
"
|
|
440
|
+
"name": "renderOnChange",
|
|
441
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
465
442
|
}
|
|
466
443
|
}
|
|
467
444
|
]
|
|
@@ -1095,6 +1072,29 @@
|
|
|
1095
1072
|
}
|
|
1096
1073
|
]
|
|
1097
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "javascript-module",
|
|
1077
|
+
"path": "src/directives/index.ts",
|
|
1078
|
+
"declarations": [],
|
|
1079
|
+
"exports": [
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "js",
|
|
1082
|
+
"name": "*",
|
|
1083
|
+
"declaration": {
|
|
1084
|
+
"name": "*",
|
|
1085
|
+
"package": "./sync"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "js",
|
|
1090
|
+
"name": "*",
|
|
1091
|
+
"declaration": {
|
|
1092
|
+
"name": "*",
|
|
1093
|
+
"package": "./when-else"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"kind": "javascript-module",
|
|
1100
1100
|
"path": "src/logger/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.
|
|
4
|
+
"version": "14.109.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.109.0",
|
|
23
|
+
"@genesislcap/genx": "14.109.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.109.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d2224a8aa652206cfd991b9b6fbe4b9164188501"
|
|
46
46
|
}
|