@genesislcap/foundation-utils 14.180.7 → 14.180.8
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 +103 -103
- package/package.json +10 -10
|
@@ -357,6 +357,109 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./renderOnChange"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "javascript-module",
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
378
|
+
"declarations": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "function",
|
|
381
|
+
"name": "renderOnChange",
|
|
382
|
+
"parameters": [
|
|
383
|
+
{
|
|
384
|
+
"name": "target",
|
|
385
|
+
"type": {
|
|
386
|
+
"text": "FASTElement & { render(): void }"
|
|
387
|
+
},
|
|
388
|
+
"description": "The target to define the property change handler on."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "name",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "string"
|
|
394
|
+
},
|
|
395
|
+
"description": "The property name."
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
399
|
+
"privacy": "public"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"exports": [
|
|
403
|
+
{
|
|
404
|
+
"kind": "js",
|
|
405
|
+
"name": "renderOnChange",
|
|
406
|
+
"declaration": {
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "javascript-module",
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
417
|
+
{
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "assureDesignSystem",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
451
|
+
"declarations": [],
|
|
452
|
+
"exports": [
|
|
453
|
+
{
|
|
454
|
+
"kind": "js",
|
|
455
|
+
"name": "*",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "*",
|
|
458
|
+
"package": "./design-system"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
360
463
|
{
|
|
361
464
|
"kind": "javascript-module",
|
|
362
465
|
"path": "src/directives/index.ts",
|
|
@@ -802,109 +905,6 @@
|
|
|
802
905
|
}
|
|
803
906
|
]
|
|
804
907
|
},
|
|
805
|
-
{
|
|
806
|
-
"kind": "javascript-module",
|
|
807
|
-
"path": "src/design-system/design-system.ts",
|
|
808
|
-
"declarations": [
|
|
809
|
-
{
|
|
810
|
-
"kind": "function",
|
|
811
|
-
"name": "assureDesignSystem",
|
|
812
|
-
"return": {
|
|
813
|
-
"type": {
|
|
814
|
-
"text": "DesignSystemModule"
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
"parameters": [
|
|
818
|
-
{
|
|
819
|
-
"name": "module",
|
|
820
|
-
"type": {
|
|
821
|
-
"text": "DesignSystemModule"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"description": "assureDesignSystem.",
|
|
826
|
-
"privacy": "public"
|
|
827
|
-
}
|
|
828
|
-
],
|
|
829
|
-
"exports": [
|
|
830
|
-
{
|
|
831
|
-
"kind": "js",
|
|
832
|
-
"name": "assureDesignSystem",
|
|
833
|
-
"declaration": {
|
|
834
|
-
"name": "assureDesignSystem",
|
|
835
|
-
"module": "src/design-system/design-system.ts"
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"kind": "javascript-module",
|
|
842
|
-
"path": "src/design-system/index.ts",
|
|
843
|
-
"declarations": [],
|
|
844
|
-
"exports": [
|
|
845
|
-
{
|
|
846
|
-
"kind": "js",
|
|
847
|
-
"name": "*",
|
|
848
|
-
"declaration": {
|
|
849
|
-
"name": "*",
|
|
850
|
-
"package": "./design-system"
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "javascript-module",
|
|
857
|
-
"path": "src/decorators/index.ts",
|
|
858
|
-
"declarations": [],
|
|
859
|
-
"exports": [
|
|
860
|
-
{
|
|
861
|
-
"kind": "js",
|
|
862
|
-
"name": "*",
|
|
863
|
-
"declaration": {
|
|
864
|
-
"name": "*",
|
|
865
|
-
"package": "./renderOnChange"
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"kind": "javascript-module",
|
|
872
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
873
|
-
"declarations": [
|
|
874
|
-
{
|
|
875
|
-
"kind": "function",
|
|
876
|
-
"name": "renderOnChange",
|
|
877
|
-
"parameters": [
|
|
878
|
-
{
|
|
879
|
-
"name": "target",
|
|
880
|
-
"type": {
|
|
881
|
-
"text": "FASTElement & { render(): void }"
|
|
882
|
-
},
|
|
883
|
-
"description": "The target to define the property change handler on."
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "name",
|
|
887
|
-
"type": {
|
|
888
|
-
"text": "string"
|
|
889
|
-
},
|
|
890
|
-
"description": "The property name."
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
894
|
-
"privacy": "public"
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"exports": [
|
|
898
|
-
{
|
|
899
|
-
"kind": "js",
|
|
900
|
-
"name": "renderOnChange",
|
|
901
|
-
"declaration": {
|
|
902
|
-
"name": "renderOnChange",
|
|
903
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
908
|
{
|
|
909
909
|
"kind": "javascript-module",
|
|
910
910
|
"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.180.
|
|
4
|
+
"version": "14.180.8",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.180.
|
|
23
|
-
"@genesislcap/genx": "14.180.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
25
|
-
"@genesislcap/ts-builder": "14.180.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
27
|
-
"@genesislcap/vite-builder": "14.180.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.180.8",
|
|
23
|
+
"@genesislcap/genx": "14.180.8",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.180.8",
|
|
25
|
+
"@genesislcap/ts-builder": "14.180.8",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.180.8",
|
|
27
|
+
"@genesislcap/vite-builder": "14.180.8",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.180.8",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.180.8",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "bc07102d061a18ece059dd03a4d1d9d585548343"
|
|
51
51
|
}
|