@genesislcap/foundation-utils 14.125.0 → 14.125.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 +59 -59
- package/package.json +5 -5
|
@@ -341,6 +341,59 @@
|
|
|
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
|
+
},
|
|
344
397
|
{
|
|
345
398
|
"kind": "javascript-module",
|
|
346
399
|
"path": "src/design-system/design-system.ts",
|
|
@@ -393,7 +446,7 @@
|
|
|
393
446
|
},
|
|
394
447
|
{
|
|
395
448
|
"kind": "javascript-module",
|
|
396
|
-
"path": "src/
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
397
450
|
"declarations": [],
|
|
398
451
|
"exports": [
|
|
399
452
|
{
|
|
@@ -401,45 +454,15 @@
|
|
|
401
454
|
"name": "*",
|
|
402
455
|
"declaration": {
|
|
403
456
|
"name": "*",
|
|
404
|
-
"package": "./
|
|
457
|
+
"package": "./sync"
|
|
405
458
|
}
|
|
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": [
|
|
459
|
+
},
|
|
437
460
|
{
|
|
438
461
|
"kind": "js",
|
|
439
|
-
"name": "
|
|
462
|
+
"name": "*",
|
|
440
463
|
"declaration": {
|
|
441
|
-
"name": "
|
|
442
|
-
"
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
443
466
|
}
|
|
444
467
|
}
|
|
445
468
|
]
|
|
@@ -667,29 +690,6 @@
|
|
|
667
690
|
}
|
|
668
691
|
]
|
|
669
692
|
},
|
|
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.125.
|
|
4
|
+
"version": "14.125.1",
|
|
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.125.
|
|
23
|
-
"@genesislcap/genx": "14.125.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.125.1",
|
|
23
|
+
"@genesislcap/genx": "14.125.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.125.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.125.1",
|
|
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": "1c6f03b9dccb2332ab68e08f66ecc4f4011b604b"
|
|
46
46
|
}
|