@genesislcap/foundation-utils 14.294.0 → 14.295.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 +78 -78
- package/package.json +10 -10
|
@@ -367,82 +367,6 @@
|
|
|
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
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"kind": "javascript-module",
|
|
425
|
-
"path": "src/directives/index.ts",
|
|
426
|
-
"declarations": [],
|
|
427
|
-
"exports": [
|
|
428
|
-
{
|
|
429
|
-
"kind": "js",
|
|
430
|
-
"name": "*",
|
|
431
|
-
"declaration": {
|
|
432
|
-
"name": "*",
|
|
433
|
-
"package": "./sync"
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"kind": "js",
|
|
438
|
-
"name": "*",
|
|
439
|
-
"declaration": {
|
|
440
|
-
"name": "*",
|
|
441
|
-
"package": "./when-else"
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
370
|
{
|
|
447
371
|
"kind": "javascript-module",
|
|
448
372
|
"path": "src/design-system/design-system.ts",
|
|
@@ -530,7 +454,7 @@
|
|
|
530
454
|
},
|
|
531
455
|
{
|
|
532
456
|
"kind": "javascript-module",
|
|
533
|
-
"path": "src/
|
|
457
|
+
"path": "src/decorators/index.ts",
|
|
534
458
|
"declarations": [],
|
|
535
459
|
"exports": [
|
|
536
460
|
{
|
|
@@ -538,7 +462,68 @@
|
|
|
538
462
|
"name": "*",
|
|
539
463
|
"declaration": {
|
|
540
464
|
"name": "*",
|
|
541
|
-
"package": "./
|
|
465
|
+
"package": "./renderOnChange"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
473
|
+
"declarations": [
|
|
474
|
+
{
|
|
475
|
+
"kind": "function",
|
|
476
|
+
"name": "renderOnChange",
|
|
477
|
+
"parameters": [
|
|
478
|
+
{
|
|
479
|
+
"name": "target",
|
|
480
|
+
"type": {
|
|
481
|
+
"text": "FASTElement & { render(): void }"
|
|
482
|
+
},
|
|
483
|
+
"description": "The target to define the property change handler on."
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "name",
|
|
487
|
+
"type": {
|
|
488
|
+
"text": "string"
|
|
489
|
+
},
|
|
490
|
+
"description": "The property name."
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
494
|
+
"privacy": "public"
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"exports": [
|
|
498
|
+
{
|
|
499
|
+
"kind": "js",
|
|
500
|
+
"name": "renderOnChange",
|
|
501
|
+
"declaration": {
|
|
502
|
+
"name": "renderOnChange",
|
|
503
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "javascript-module",
|
|
510
|
+
"path": "src/directives/index.ts",
|
|
511
|
+
"declarations": [],
|
|
512
|
+
"exports": [
|
|
513
|
+
{
|
|
514
|
+
"kind": "js",
|
|
515
|
+
"name": "*",
|
|
516
|
+
"declaration": {
|
|
517
|
+
"name": "*",
|
|
518
|
+
"package": "./sync"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "js",
|
|
523
|
+
"name": "*",
|
|
524
|
+
"declaration": {
|
|
525
|
+
"name": "*",
|
|
526
|
+
"package": "./when-else"
|
|
542
527
|
}
|
|
543
528
|
}
|
|
544
529
|
]
|
|
@@ -1001,6 +986,21 @@
|
|
|
1001
986
|
}
|
|
1002
987
|
]
|
|
1003
988
|
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "javascript-module",
|
|
991
|
+
"path": "src/encoding/index.ts",
|
|
992
|
+
"declarations": [],
|
|
993
|
+
"exports": [
|
|
994
|
+
{
|
|
995
|
+
"kind": "js",
|
|
996
|
+
"name": "*",
|
|
997
|
+
"declaration": {
|
|
998
|
+
"name": "*",
|
|
999
|
+
"package": "./base64"
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
1004
|
{
|
|
1005
1005
|
"kind": "javascript-module",
|
|
1006
1006
|
"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.295.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
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.295.0",
|
|
31
|
+
"@genesislcap/genx": "14.295.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.295.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.295.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.295.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.295.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.295.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.295.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "2fbc580036b886f22f2da3803ce33672202f3214"
|
|
61
61
|
}
|