@genesislcap/foundation-utils 14.218.1 → 14.218.2-alpha-9d659f1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +103 -103
- package/package.json +10 -10
@@ -365,6 +365,109 @@
|
|
365
365
|
}
|
366
366
|
]
|
367
367
|
},
|
368
|
+
{
|
369
|
+
"kind": "javascript-module",
|
370
|
+
"path": "src/decorators/index.ts",
|
371
|
+
"declarations": [],
|
372
|
+
"exports": [
|
373
|
+
{
|
374
|
+
"kind": "js",
|
375
|
+
"name": "*",
|
376
|
+
"declaration": {
|
377
|
+
"name": "*",
|
378
|
+
"package": "./renderOnChange"
|
379
|
+
}
|
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": [
|
411
|
+
{
|
412
|
+
"kind": "js",
|
413
|
+
"name": "renderOnChange",
|
414
|
+
"declaration": {
|
415
|
+
"name": "renderOnChange",
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
417
|
+
}
|
418
|
+
}
|
419
|
+
]
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"kind": "javascript-module",
|
423
|
+
"path": "src/design-system/design-system.ts",
|
424
|
+
"declarations": [
|
425
|
+
{
|
426
|
+
"kind": "function",
|
427
|
+
"name": "assureDesignSystem",
|
428
|
+
"return": {
|
429
|
+
"type": {
|
430
|
+
"text": "DesignSystemModule"
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"parameters": [
|
434
|
+
{
|
435
|
+
"name": "module",
|
436
|
+
"type": {
|
437
|
+
"text": "DesignSystemModule"
|
438
|
+
}
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"description": "assureDesignSystem.",
|
442
|
+
"privacy": "public"
|
443
|
+
}
|
444
|
+
],
|
445
|
+
"exports": [
|
446
|
+
{
|
447
|
+
"kind": "js",
|
448
|
+
"name": "assureDesignSystem",
|
449
|
+
"declaration": {
|
450
|
+
"name": "assureDesignSystem",
|
451
|
+
"module": "src/design-system/design-system.ts"
|
452
|
+
}
|
453
|
+
}
|
454
|
+
]
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"kind": "javascript-module",
|
458
|
+
"path": "src/design-system/index.ts",
|
459
|
+
"declarations": [],
|
460
|
+
"exports": [
|
461
|
+
{
|
462
|
+
"kind": "js",
|
463
|
+
"name": "*",
|
464
|
+
"declaration": {
|
465
|
+
"name": "*",
|
466
|
+
"package": "./design-system"
|
467
|
+
}
|
468
|
+
}
|
469
|
+
]
|
470
|
+
},
|
368
471
|
{
|
369
472
|
"kind": "javascript-module",
|
370
473
|
"path": "src/directives/index.ts",
|
@@ -626,59 +729,6 @@
|
|
626
729
|
}
|
627
730
|
]
|
628
731
|
},
|
629
|
-
{
|
630
|
-
"kind": "javascript-module",
|
631
|
-
"path": "src/decorators/index.ts",
|
632
|
-
"declarations": [],
|
633
|
-
"exports": [
|
634
|
-
{
|
635
|
-
"kind": "js",
|
636
|
-
"name": "*",
|
637
|
-
"declaration": {
|
638
|
-
"name": "*",
|
639
|
-
"package": "./renderOnChange"
|
640
|
-
}
|
641
|
-
}
|
642
|
-
]
|
643
|
-
},
|
644
|
-
{
|
645
|
-
"kind": "javascript-module",
|
646
|
-
"path": "src/decorators/renderOnChange.ts",
|
647
|
-
"declarations": [
|
648
|
-
{
|
649
|
-
"kind": "function",
|
650
|
-
"name": "renderOnChange",
|
651
|
-
"parameters": [
|
652
|
-
{
|
653
|
-
"name": "target",
|
654
|
-
"type": {
|
655
|
-
"text": "FASTElement & { render(): void }"
|
656
|
-
},
|
657
|
-
"description": "The target to define the property change handler on."
|
658
|
-
},
|
659
|
-
{
|
660
|
-
"name": "name",
|
661
|
-
"type": {
|
662
|
-
"text": "string"
|
663
|
-
},
|
664
|
-
"description": "The property name."
|
665
|
-
}
|
666
|
-
],
|
667
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
668
|
-
"privacy": "public"
|
669
|
-
}
|
670
|
-
],
|
671
|
-
"exports": [
|
672
|
-
{
|
673
|
-
"kind": "js",
|
674
|
-
"name": "renderOnChange",
|
675
|
-
"declaration": {
|
676
|
-
"name": "renderOnChange",
|
677
|
-
"module": "src/decorators/renderOnChange.ts"
|
678
|
-
}
|
679
|
-
}
|
680
|
-
]
|
681
|
-
},
|
682
732
|
{
|
683
733
|
"kind": "javascript-module",
|
684
734
|
"path": "src/error/errorMap.ts",
|
@@ -878,56 +928,6 @@
|
|
878
928
|
}
|
879
929
|
]
|
880
930
|
},
|
881
|
-
{
|
882
|
-
"kind": "javascript-module",
|
883
|
-
"path": "src/design-system/design-system.ts",
|
884
|
-
"declarations": [
|
885
|
-
{
|
886
|
-
"kind": "function",
|
887
|
-
"name": "assureDesignSystem",
|
888
|
-
"return": {
|
889
|
-
"type": {
|
890
|
-
"text": "DesignSystemModule"
|
891
|
-
}
|
892
|
-
},
|
893
|
-
"parameters": [
|
894
|
-
{
|
895
|
-
"name": "module",
|
896
|
-
"type": {
|
897
|
-
"text": "DesignSystemModule"
|
898
|
-
}
|
899
|
-
}
|
900
|
-
],
|
901
|
-
"description": "assureDesignSystem.",
|
902
|
-
"privacy": "public"
|
903
|
-
}
|
904
|
-
],
|
905
|
-
"exports": [
|
906
|
-
{
|
907
|
-
"kind": "js",
|
908
|
-
"name": "assureDesignSystem",
|
909
|
-
"declaration": {
|
910
|
-
"name": "assureDesignSystem",
|
911
|
-
"module": "src/design-system/design-system.ts"
|
912
|
-
}
|
913
|
-
}
|
914
|
-
]
|
915
|
-
},
|
916
|
-
{
|
917
|
-
"kind": "javascript-module",
|
918
|
-
"path": "src/design-system/index.ts",
|
919
|
-
"declarations": [],
|
920
|
-
"exports": [
|
921
|
-
{
|
922
|
-
"kind": "js",
|
923
|
-
"name": "*",
|
924
|
-
"declaration": {
|
925
|
-
"name": "*",
|
926
|
-
"package": "./design-system"
|
927
|
-
}
|
928
|
-
}
|
929
|
-
]
|
930
|
-
},
|
931
931
|
{
|
932
932
|
"kind": "javascript-module",
|
933
933
|
"path": "src/formatters/datetime.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.218.
|
4
|
+
"version": "14.218.2-alpha-9d659f1.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.218.
|
31
|
-
"@genesislcap/genx": "14.218.
|
32
|
-
"@genesislcap/rollup-builder": "14.218.
|
33
|
-
"@genesislcap/ts-builder": "14.218.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.218.
|
35
|
-
"@genesislcap/vite-builder": "14.218.
|
36
|
-
"@genesislcap/webpack-builder": "14.218.
|
30
|
+
"@genesislcap/foundation-testing": "14.218.2-alpha-9d659f1.0",
|
31
|
+
"@genesislcap/genx": "14.218.2-alpha-9d659f1.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.218.2-alpha-9d659f1.0",
|
33
|
+
"@genesislcap/ts-builder": "14.218.2-alpha-9d659f1.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.218.2-alpha-9d659f1.0",
|
35
|
+
"@genesislcap/vite-builder": "14.218.2-alpha-9d659f1.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.218.2-alpha-9d659f1.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.218.
|
40
|
+
"@genesislcap/foundation-logger": "14.218.2-alpha-9d659f1.0",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "bd0050e10e24900fffa8065d5fc6a65a645e88eb"
|
59
59
|
}
|