@genesislcap/foundation-utils 14.224.2 → 14.224.3-alpha-96e79b3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +12 -12
@@ -359,6 +359,109 @@
359
359
  }
360
360
  ]
361
361
  },
362
+ {
363
+ "kind": "javascript-module",
364
+ "path": "src/design-system/design-system.ts",
365
+ "declarations": [
366
+ {
367
+ "kind": "function",
368
+ "name": "assureDesignSystem",
369
+ "return": {
370
+ "type": {
371
+ "text": "DesignSystemModule"
372
+ }
373
+ },
374
+ "parameters": [
375
+ {
376
+ "name": "module",
377
+ "type": {
378
+ "text": "DesignSystemModule"
379
+ }
380
+ }
381
+ ],
382
+ "description": "assureDesignSystem.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
387
+ {
388
+ "kind": "js",
389
+ "name": "assureDesignSystem",
390
+ "declaration": {
391
+ "name": "assureDesignSystem",
392
+ "module": "src/design-system/design-system.ts"
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "kind": "javascript-module",
399
+ "path": "src/design-system/index.ts",
400
+ "declarations": [],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./design-system"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "javascript-module",
414
+ "path": "src/decorators/index.ts",
415
+ "declarations": [],
416
+ "exports": [
417
+ {
418
+ "kind": "js",
419
+ "name": "*",
420
+ "declaration": {
421
+ "name": "*",
422
+ "package": "./renderOnChange"
423
+ }
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "kind": "javascript-module",
429
+ "path": "src/decorators/renderOnChange.ts",
430
+ "declarations": [
431
+ {
432
+ "kind": "function",
433
+ "name": "renderOnChange",
434
+ "parameters": [
435
+ {
436
+ "name": "target",
437
+ "type": {
438
+ "text": "FASTElement & { render(): void }"
439
+ },
440
+ "description": "The target to define the property change handler on."
441
+ },
442
+ {
443
+ "name": "name",
444
+ "type": {
445
+ "text": "string"
446
+ },
447
+ "description": "The property name."
448
+ }
449
+ ],
450
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
451
+ "privacy": "public"
452
+ }
453
+ ],
454
+ "exports": [
455
+ {
456
+ "kind": "js",
457
+ "name": "renderOnChange",
458
+ "declaration": {
459
+ "name": "renderOnChange",
460
+ "module": "src/decorators/renderOnChange.ts"
461
+ }
462
+ }
463
+ ]
464
+ },
362
465
  {
363
466
  "kind": "javascript-module",
364
467
  "path": "src/directives/index.ts",
@@ -620,56 +723,6 @@
620
723
  }
621
724
  ]
622
725
  },
623
- {
624
- "kind": "javascript-module",
625
- "path": "src/design-system/design-system.ts",
626
- "declarations": [
627
- {
628
- "kind": "function",
629
- "name": "assureDesignSystem",
630
- "return": {
631
- "type": {
632
- "text": "DesignSystemModule"
633
- }
634
- },
635
- "parameters": [
636
- {
637
- "name": "module",
638
- "type": {
639
- "text": "DesignSystemModule"
640
- }
641
- }
642
- ],
643
- "description": "assureDesignSystem.",
644
- "privacy": "public"
645
- }
646
- ],
647
- "exports": [
648
- {
649
- "kind": "js",
650
- "name": "assureDesignSystem",
651
- "declaration": {
652
- "name": "assureDesignSystem",
653
- "module": "src/design-system/design-system.ts"
654
- }
655
- }
656
- ]
657
- },
658
- {
659
- "kind": "javascript-module",
660
- "path": "src/design-system/index.ts",
661
- "declarations": [],
662
- "exports": [
663
- {
664
- "kind": "js",
665
- "name": "*",
666
- "declaration": {
667
- "name": "*",
668
- "package": "./design-system"
669
- }
670
- }
671
- ]
672
- },
673
726
  {
674
727
  "kind": "javascript-module",
675
728
  "path": "src/error/errorMap.ts",
@@ -869,59 +922,6 @@
869
922
  }
870
923
  ]
871
924
  },
872
- {
873
- "kind": "javascript-module",
874
- "path": "src/decorators/index.ts",
875
- "declarations": [],
876
- "exports": [
877
- {
878
- "kind": "js",
879
- "name": "*",
880
- "declaration": {
881
- "name": "*",
882
- "package": "./renderOnChange"
883
- }
884
- }
885
- ]
886
- },
887
- {
888
- "kind": "javascript-module",
889
- "path": "src/decorators/renderOnChange.ts",
890
- "declarations": [
891
- {
892
- "kind": "function",
893
- "name": "renderOnChange",
894
- "parameters": [
895
- {
896
- "name": "target",
897
- "type": {
898
- "text": "FASTElement & { render(): void }"
899
- },
900
- "description": "The target to define the property change handler on."
901
- },
902
- {
903
- "name": "name",
904
- "type": {
905
- "text": "string"
906
- },
907
- "description": "The property name."
908
- }
909
- ],
910
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
911
- "privacy": "public"
912
- }
913
- ],
914
- "exports": [
915
- {
916
- "kind": "js",
917
- "name": "renderOnChange",
918
- "declaration": {
919
- "name": "renderOnChange",
920
- "module": "src/decorators/renderOnChange.ts"
921
- }
922
- }
923
- ]
924
- },
925
925
  {
926
926
  "kind": "javascript-module",
927
927
  "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.224.2",
4
+ "version": "14.224.3-alpha-96e79b3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.224.2",
31
- "@genesislcap/genx": "14.224.2",
32
- "@genesislcap/rollup-builder": "14.224.2",
33
- "@genesislcap/ts-builder": "14.224.2",
34
- "@genesislcap/uvu-playwright-builder": "14.224.2",
35
- "@genesislcap/vite-builder": "14.224.2",
36
- "@genesislcap/webpack-builder": "14.224.2",
30
+ "@genesislcap/foundation-testing": "14.224.3-alpha-96e79b3.0",
31
+ "@genesislcap/genx": "14.224.3-alpha-96e79b3.0",
32
+ "@genesislcap/rollup-builder": "14.224.3-alpha-96e79b3.0",
33
+ "@genesislcap/ts-builder": "14.224.3-alpha-96e79b3.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.224.3-alpha-96e79b3.0",
35
+ "@genesislcap/vite-builder": "14.224.3-alpha-96e79b3.0",
36
+ "@genesislcap/webpack-builder": "14.224.3-alpha-96e79b3.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.224.2",
41
- "@microsoft/fast-components": "^2.30.6",
42
- "@microsoft/fast-element": "^1.12.0",
40
+ "@genesislcap/foundation-logger": "14.224.3-alpha-96e79b3.0",
41
+ "@microsoft/fast-components": "2.30.6",
42
+ "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
44
44
  "lossless-json": "^2.0.11",
45
45
  "numeral": "2.0.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
58
+ "gitHead": "5bbbe2487328f4bec4b460db679d7ff524245c0c"
59
59
  }