@genesislcap/foundation-utils 14.123.0 → 14.125.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",
|
|
@@ -446,7 +393,7 @@
|
|
|
446
393
|
},
|
|
447
394
|
{
|
|
448
395
|
"kind": "javascript-module",
|
|
449
|
-
"path": "src/
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
450
397
|
"declarations": [],
|
|
451
398
|
"exports": [
|
|
452
399
|
{
|
|
@@ -454,15 +401,45 @@
|
|
|
454
401
|
"name": "*",
|
|
455
402
|
"declaration": {
|
|
456
403
|
"name": "*",
|
|
457
|
-
"package": "./
|
|
404
|
+
"package": "./renderOnChange"
|
|
458
405
|
}
|
|
459
|
-
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "function",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
421
|
+
},
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"description": "The property name."
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
+
"privacy": "public"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
460
437
|
{
|
|
461
438
|
"kind": "js",
|
|
462
|
-
"name": "
|
|
439
|
+
"name": "renderOnChange",
|
|
463
440
|
"declaration": {
|
|
464
|
-
"name": "
|
|
465
|
-
"
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
466
443
|
}
|
|
467
444
|
}
|
|
468
445
|
]
|
|
@@ -690,6 +667,29 @@
|
|
|
690
667
|
}
|
|
691
668
|
]
|
|
692
669
|
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "javascript-module",
|
|
672
|
+
"path": "src/directives/index.ts",
|
|
673
|
+
"declarations": [],
|
|
674
|
+
"exports": [
|
|
675
|
+
{
|
|
676
|
+
"kind": "js",
|
|
677
|
+
"name": "*",
|
|
678
|
+
"declaration": {
|
|
679
|
+
"name": "*",
|
|
680
|
+
"package": "./sync"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "js",
|
|
685
|
+
"name": "*",
|
|
686
|
+
"declaration": {
|
|
687
|
+
"name": "*",
|
|
688
|
+
"package": "./when-else"
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
693
|
{
|
|
694
694
|
"kind": "javascript-module",
|
|
695
695
|
"path": "src/error/errorMap.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.125.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.125.0",
|
|
23
|
+
"@genesislcap/genx": "14.125.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.125.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": "c59496ce3895b80fa7faf7fb4d2b58b5a64355ba"
|
|
46
46
|
}
|