@genesislcap/foundation-utils 14.180.6 → 14.180.7

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
@@ -357,59 +357,6 @@
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
360
  {
414
361
  "kind": "javascript-module",
415
362
  "path": "src/directives/index.ts",
@@ -433,56 +380,6 @@
433
380
  }
434
381
  ]
435
382
  },
436
- {
437
- "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
439
- "declarations": [
440
- {
441
- "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
448
- "parameters": [
449
- {
450
- "name": "module",
451
- "type": {
452
- "text": "DesignSystemModule"
453
- }
454
- }
455
- ],
456
- "description": "assureDesignSystem.",
457
- "privacy": "public"
458
- }
459
- ],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "assureDesignSystem",
464
- "declaration": {
465
- "name": "assureDesignSystem",
466
- "module": "src/design-system/design-system.ts"
467
- }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/design-system/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./design-system"
482
- }
483
- }
484
- ]
485
- },
486
383
  {
487
384
  "kind": "javascript-module",
488
385
  "path": "src/env/index.ts",
@@ -905,6 +802,109 @@
905
802
  }
906
803
  ]
907
804
  },
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.6",
4
+ "version": "14.180.7",
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.6",
23
- "@genesislcap/genx": "14.180.6",
24
- "@genesislcap/rollup-builder": "14.180.6",
25
- "@genesislcap/ts-builder": "14.180.6",
26
- "@genesislcap/uvu-playwright-builder": "14.180.6",
27
- "@genesislcap/vite-builder": "14.180.6",
28
- "@genesislcap/webpack-builder": "14.180.6",
22
+ "@genesislcap/foundation-testing": "14.180.7",
23
+ "@genesislcap/genx": "14.180.7",
24
+ "@genesislcap/rollup-builder": "14.180.7",
25
+ "@genesislcap/ts-builder": "14.180.7",
26
+ "@genesislcap/uvu-playwright-builder": "14.180.7",
27
+ "@genesislcap/vite-builder": "14.180.7",
28
+ "@genesislcap/webpack-builder": "14.180.7",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.180.6",
32
+ "@genesislcap/foundation-logger": "14.180.7",
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": "554e6337810651d3aff47756f55683ada5875ccf"
50
+ "gitHead": "f3ae410371b27f3841816a79862a2f952bf6740d"
51
51
  }