@genesislcap/foundation-utils 14.152.0 → 14.152.1-alpha-0ec6846ed3a.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -349,109 +349,6 @@
349
349
  }
350
350
  ]
351
351
  },
352
- {
353
- "kind": "javascript-module",
354
- "path": "src/decorators/index.ts",
355
- "declarations": [],
356
- "exports": [
357
- {
358
- "kind": "js",
359
- "name": "*",
360
- "declaration": {
361
- "name": "*",
362
- "package": "./renderOnChange"
363
- }
364
- }
365
- ]
366
- },
367
- {
368
- "kind": "javascript-module",
369
- "path": "src/decorators/renderOnChange.ts",
370
- "declarations": [
371
- {
372
- "kind": "function",
373
- "name": "renderOnChange",
374
- "parameters": [
375
- {
376
- "name": "target",
377
- "type": {
378
- "text": "FASTElement & { render(): void }"
379
- },
380
- "description": "The target to define the property change handler on."
381
- },
382
- {
383
- "name": "name",
384
- "type": {
385
- "text": "string"
386
- },
387
- "description": "The property name."
388
- }
389
- ],
390
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
391
- "privacy": "public"
392
- }
393
- ],
394
- "exports": [
395
- {
396
- "kind": "js",
397
- "name": "renderOnChange",
398
- "declaration": {
399
- "name": "renderOnChange",
400
- "module": "src/decorators/renderOnChange.ts"
401
- }
402
- }
403
- ]
404
- },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/design-system.ts",
408
- "declarations": [
409
- {
410
- "kind": "function",
411
- "name": "assureDesignSystem",
412
- "return": {
413
- "type": {
414
- "text": "DesignSystemModule"
415
- }
416
- },
417
- "parameters": [
418
- {
419
- "name": "module",
420
- "type": {
421
- "text": "DesignSystemModule"
422
- }
423
- }
424
- ],
425
- "description": "assureDesignSystem.",
426
- "privacy": "public"
427
- }
428
- ],
429
- "exports": [
430
- {
431
- "kind": "js",
432
- "name": "assureDesignSystem",
433
- "declaration": {
434
- "name": "assureDesignSystem",
435
- "module": "src/design-system/design-system.ts"
436
- }
437
- }
438
- ]
439
- },
440
- {
441
- "kind": "javascript-module",
442
- "path": "src/design-system/index.ts",
443
- "declarations": [],
444
- "exports": [
445
- {
446
- "kind": "js",
447
- "name": "*",
448
- "declaration": {
449
- "name": "*",
450
- "package": "./design-system"
451
- }
452
- }
453
- ]
454
- },
455
352
  {
456
353
  "kind": "javascript-module",
457
354
  "path": "src/directives/index.ts",
@@ -897,6 +794,109 @@
897
794
  }
898
795
  ]
899
796
  },
797
+ {
798
+ "kind": "javascript-module",
799
+ "path": "src/decorators/index.ts",
800
+ "declarations": [],
801
+ "exports": [
802
+ {
803
+ "kind": "js",
804
+ "name": "*",
805
+ "declaration": {
806
+ "name": "*",
807
+ "package": "./renderOnChange"
808
+ }
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "kind": "javascript-module",
814
+ "path": "src/decorators/renderOnChange.ts",
815
+ "declarations": [
816
+ {
817
+ "kind": "function",
818
+ "name": "renderOnChange",
819
+ "parameters": [
820
+ {
821
+ "name": "target",
822
+ "type": {
823
+ "text": "FASTElement & { render(): void }"
824
+ },
825
+ "description": "The target to define the property change handler on."
826
+ },
827
+ {
828
+ "name": "name",
829
+ "type": {
830
+ "text": "string"
831
+ },
832
+ "description": "The property name."
833
+ }
834
+ ],
835
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
836
+ "privacy": "public"
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "renderOnChange",
843
+ "declaration": {
844
+ "name": "renderOnChange",
845
+ "module": "src/decorators/renderOnChange.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/design-system/design-system.ts",
853
+ "declarations": [
854
+ {
855
+ "kind": "function",
856
+ "name": "assureDesignSystem",
857
+ "return": {
858
+ "type": {
859
+ "text": "DesignSystemModule"
860
+ }
861
+ },
862
+ "parameters": [
863
+ {
864
+ "name": "module",
865
+ "type": {
866
+ "text": "DesignSystemModule"
867
+ }
868
+ }
869
+ ],
870
+ "description": "assureDesignSystem.",
871
+ "privacy": "public"
872
+ }
873
+ ],
874
+ "exports": [
875
+ {
876
+ "kind": "js",
877
+ "name": "assureDesignSystem",
878
+ "declaration": {
879
+ "name": "assureDesignSystem",
880
+ "module": "src/design-system/design-system.ts"
881
+ }
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/design-system/index.ts",
888
+ "declarations": [],
889
+ "exports": [
890
+ {
891
+ "kind": "js",
892
+ "name": "*",
893
+ "declaration": {
894
+ "name": "*",
895
+ "package": "./design-system"
896
+ }
897
+ }
898
+ ]
899
+ },
900
900
  {
901
901
  "kind": "javascript-module",
902
902
  "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.152.0",
4
+ "version": "14.152.1-alpha-0ec6846ed3a.0",
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.152.0",
23
- "@genesislcap/genx": "14.152.0",
24
- "@genesislcap/rollup-builder": "14.152.0",
25
- "@genesislcap/ts-builder": "14.152.0",
26
- "@genesislcap/uvu-playwright-builder": "14.152.0",
27
- "@genesislcap/vite-builder": "14.152.0",
28
- "@genesislcap/webpack-builder": "14.152.0",
22
+ "@genesislcap/foundation-testing": "14.152.1-alpha-0ec6846ed3a.0",
23
+ "@genesislcap/genx": "14.152.1-alpha-0ec6846ed3a.0",
24
+ "@genesislcap/rollup-builder": "14.152.1-alpha-0ec6846ed3a.0",
25
+ "@genesislcap/ts-builder": "14.152.1-alpha-0ec6846ed3a.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.152.1-alpha-0ec6846ed3a.0",
27
+ "@genesislcap/vite-builder": "14.152.1-alpha-0ec6846ed3a.0",
28
+ "@genesislcap/webpack-builder": "14.152.1-alpha-0ec6846ed3a.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.152.0",
32
+ "@genesislcap/foundation-logger": "14.152.1-alpha-0ec6846ed3a.0",
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": "f3d0250895a2e94b877e74ed2e2767831ee7b1de"
50
+ "gitHead": "2f03b3d4c6debc1fa169ebfd9add2735d48d1878"
51
51
  }