@genesislcap/foundation-utils 14.98.0 → 14.100.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 +102 -102
- package/package.json +5 -5
|
@@ -341,6 +341,108 @@
|
|
|
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
|
+
{
|
|
398
|
+
"kind": "javascript-module",
|
|
399
|
+
"path": "src/design-system/design-system.ts",
|
|
400
|
+
"declarations": [
|
|
401
|
+
{
|
|
402
|
+
"kind": "function",
|
|
403
|
+
"name": "assureDesignSystem",
|
|
404
|
+
"return": {
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "DesignSystemModule"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"parameters": [
|
|
410
|
+
{
|
|
411
|
+
"name": "module",
|
|
412
|
+
"type": {
|
|
413
|
+
"text": "DesignSystemModule"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"privacy": "public"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"exports": [
|
|
421
|
+
{
|
|
422
|
+
"kind": "js",
|
|
423
|
+
"name": "assureDesignSystem",
|
|
424
|
+
"declaration": {
|
|
425
|
+
"name": "assureDesignSystem",
|
|
426
|
+
"module": "src/design-system/design-system.ts"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"kind": "javascript-module",
|
|
433
|
+
"path": "src/design-system/index.ts",
|
|
434
|
+
"declarations": [],
|
|
435
|
+
"exports": [
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "*",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "*",
|
|
441
|
+
"package": "./design-system"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
344
446
|
{
|
|
345
447
|
"kind": "javascript-module",
|
|
346
448
|
"path": "src/directives/index.ts",
|
|
@@ -587,59 +689,6 @@
|
|
|
587
689
|
}
|
|
588
690
|
]
|
|
589
691
|
},
|
|
590
|
-
{
|
|
591
|
-
"kind": "javascript-module",
|
|
592
|
-
"path": "src/decorators/index.ts",
|
|
593
|
-
"declarations": [],
|
|
594
|
-
"exports": [
|
|
595
|
-
{
|
|
596
|
-
"kind": "js",
|
|
597
|
-
"name": "*",
|
|
598
|
-
"declaration": {
|
|
599
|
-
"name": "*",
|
|
600
|
-
"package": "./renderOnChange"
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
]
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"kind": "javascript-module",
|
|
607
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
608
|
-
"declarations": [
|
|
609
|
-
{
|
|
610
|
-
"kind": "function",
|
|
611
|
-
"name": "renderOnChange",
|
|
612
|
-
"parameters": [
|
|
613
|
-
{
|
|
614
|
-
"name": "target",
|
|
615
|
-
"type": {
|
|
616
|
-
"text": "FASTElement & { render(): void }"
|
|
617
|
-
},
|
|
618
|
-
"description": "The target to define the property change handler on."
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "name",
|
|
622
|
-
"type": {
|
|
623
|
-
"text": "string"
|
|
624
|
-
},
|
|
625
|
-
"description": "The property name."
|
|
626
|
-
}
|
|
627
|
-
],
|
|
628
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
629
|
-
"privacy": "public"
|
|
630
|
-
}
|
|
631
|
-
],
|
|
632
|
-
"exports": [
|
|
633
|
-
{
|
|
634
|
-
"kind": "js",
|
|
635
|
-
"name": "renderOnChange",
|
|
636
|
-
"declaration": {
|
|
637
|
-
"name": "renderOnChange",
|
|
638
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
]
|
|
642
|
-
},
|
|
643
692
|
{
|
|
644
693
|
"kind": "javascript-module",
|
|
645
694
|
"path": "src/error/errorMap.ts",
|
|
@@ -834,55 +883,6 @@
|
|
|
834
883
|
}
|
|
835
884
|
]
|
|
836
885
|
},
|
|
837
|
-
{
|
|
838
|
-
"kind": "javascript-module",
|
|
839
|
-
"path": "src/design-system/design-system.ts",
|
|
840
|
-
"declarations": [
|
|
841
|
-
{
|
|
842
|
-
"kind": "function",
|
|
843
|
-
"name": "assureDesignSystem",
|
|
844
|
-
"return": {
|
|
845
|
-
"type": {
|
|
846
|
-
"text": "DesignSystemModule"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"parameters": [
|
|
850
|
-
{
|
|
851
|
-
"name": "module",
|
|
852
|
-
"type": {
|
|
853
|
-
"text": "DesignSystemModule"
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"privacy": "public"
|
|
858
|
-
}
|
|
859
|
-
],
|
|
860
|
-
"exports": [
|
|
861
|
-
{
|
|
862
|
-
"kind": "js",
|
|
863
|
-
"name": "assureDesignSystem",
|
|
864
|
-
"declaration": {
|
|
865
|
-
"name": "assureDesignSystem",
|
|
866
|
-
"module": "src/design-system/design-system.ts"
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
]
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"kind": "javascript-module",
|
|
873
|
-
"path": "src/design-system/index.ts",
|
|
874
|
-
"declarations": [],
|
|
875
|
-
"exports": [
|
|
876
|
-
{
|
|
877
|
-
"kind": "js",
|
|
878
|
-
"name": "*",
|
|
879
|
-
"declaration": {
|
|
880
|
-
"name": "*",
|
|
881
|
-
"package": "./design-system"
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
]
|
|
885
|
-
},
|
|
886
886
|
{
|
|
887
887
|
"kind": "javascript-module",
|
|
888
888
|
"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.
|
|
4
|
+
"version": "14.100.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.100.0",
|
|
23
|
+
"@genesislcap/genx": "14.100.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.100.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": "c3a46e42fc89bf55cd0311e30340eb2fc7fa9d90"
|
|
46
46
|
}
|