@genesislcap/foundation-utils 14.206.2 → 14.206.4

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -365,109 +365,6 @@
365
365
  }
366
366
  ]
367
367
  },
368
- {
369
- "kind": "javascript-module",
370
- "path": "src/design-system/design-system.ts",
371
- "declarations": [
372
- {
373
- "kind": "function",
374
- "name": "assureDesignSystem",
375
- "return": {
376
- "type": {
377
- "text": "DesignSystemModule"
378
- }
379
- },
380
- "parameters": [
381
- {
382
- "name": "module",
383
- "type": {
384
- "text": "DesignSystemModule"
385
- }
386
- }
387
- ],
388
- "description": "assureDesignSystem.",
389
- "privacy": "public"
390
- }
391
- ],
392
- "exports": [
393
- {
394
- "kind": "js",
395
- "name": "assureDesignSystem",
396
- "declaration": {
397
- "name": "assureDesignSystem",
398
- "module": "src/design-system/design-system.ts"
399
- }
400
- }
401
- ]
402
- },
403
- {
404
- "kind": "javascript-module",
405
- "path": "src/design-system/index.ts",
406
- "declarations": [],
407
- "exports": [
408
- {
409
- "kind": "js",
410
- "name": "*",
411
- "declaration": {
412
- "name": "*",
413
- "package": "./design-system"
414
- }
415
- }
416
- ]
417
- },
418
- {
419
- "kind": "javascript-module",
420
- "path": "src/decorators/index.ts",
421
- "declarations": [],
422
- "exports": [
423
- {
424
- "kind": "js",
425
- "name": "*",
426
- "declaration": {
427
- "name": "*",
428
- "package": "./renderOnChange"
429
- }
430
- }
431
- ]
432
- },
433
- {
434
- "kind": "javascript-module",
435
- "path": "src/decorators/renderOnChange.ts",
436
- "declarations": [
437
- {
438
- "kind": "function",
439
- "name": "renderOnChange",
440
- "parameters": [
441
- {
442
- "name": "target",
443
- "type": {
444
- "text": "FASTElement & { render(): void }"
445
- },
446
- "description": "The target to define the property change handler on."
447
- },
448
- {
449
- "name": "name",
450
- "type": {
451
- "text": "string"
452
- },
453
- "description": "The property name."
454
- }
455
- ],
456
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
457
- "privacy": "public"
458
- }
459
- ],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "renderOnChange",
464
- "declaration": {
465
- "name": "renderOnChange",
466
- "module": "src/decorators/renderOnChange.ts"
467
- }
468
- }
469
- ]
470
- },
471
368
  {
472
369
  "kind": "javascript-module",
473
370
  "path": "src/directives/index.ts",
@@ -928,6 +825,109 @@
928
825
  }
929
826
  ]
930
827
  },
828
+ {
829
+ "kind": "javascript-module",
830
+ "path": "src/decorators/index.ts",
831
+ "declarations": [],
832
+ "exports": [
833
+ {
834
+ "kind": "js",
835
+ "name": "*",
836
+ "declaration": {
837
+ "name": "*",
838
+ "package": "./renderOnChange"
839
+ }
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "kind": "javascript-module",
845
+ "path": "src/decorators/renderOnChange.ts",
846
+ "declarations": [
847
+ {
848
+ "kind": "function",
849
+ "name": "renderOnChange",
850
+ "parameters": [
851
+ {
852
+ "name": "target",
853
+ "type": {
854
+ "text": "FASTElement & { render(): void }"
855
+ },
856
+ "description": "The target to define the property change handler on."
857
+ },
858
+ {
859
+ "name": "name",
860
+ "type": {
861
+ "text": "string"
862
+ },
863
+ "description": "The property name."
864
+ }
865
+ ],
866
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
867
+ "privacy": "public"
868
+ }
869
+ ],
870
+ "exports": [
871
+ {
872
+ "kind": "js",
873
+ "name": "renderOnChange",
874
+ "declaration": {
875
+ "name": "renderOnChange",
876
+ "module": "src/decorators/renderOnChange.ts"
877
+ }
878
+ }
879
+ ]
880
+ },
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.206.2",
4
+ "version": "14.206.4",
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.206.2",
31
- "@genesislcap/genx": "14.206.2",
32
- "@genesislcap/rollup-builder": "14.206.2",
33
- "@genesislcap/ts-builder": "14.206.2",
34
- "@genesislcap/uvu-playwright-builder": "14.206.2",
35
- "@genesislcap/vite-builder": "14.206.2",
36
- "@genesislcap/webpack-builder": "14.206.2",
30
+ "@genesislcap/foundation-testing": "14.206.4",
31
+ "@genesislcap/genx": "14.206.4",
32
+ "@genesislcap/rollup-builder": "14.206.4",
33
+ "@genesislcap/ts-builder": "14.206.4",
34
+ "@genesislcap/uvu-playwright-builder": "14.206.4",
35
+ "@genesislcap/vite-builder": "14.206.4",
36
+ "@genesislcap/webpack-builder": "14.206.4",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.206.2",
40
+ "@genesislcap/foundation-logger": "14.206.4",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "d81b8a3d91406321db1ffe51b2d58daed0cc28c1"
58
+ "gitHead": "b0616bc17c2db79e97324f028a140809082b7865"
59
59
  }