@genesislcap/foundation-utils 14.177.0-raise-intent.2 → 14.177.0-raise-intent.3

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,6 +357,109 @@
357
357
  }
358
358
  ]
359
359
  },
360
+ {
361
+ "kind": "javascript-module",
362
+ "path": "src/design-system/design-system.ts",
363
+ "declarations": [
364
+ {
365
+ "kind": "function",
366
+ "name": "assureDesignSystem",
367
+ "return": {
368
+ "type": {
369
+ "text": "DesignSystemModule"
370
+ }
371
+ },
372
+ "parameters": [
373
+ {
374
+ "name": "module",
375
+ "type": {
376
+ "text": "DesignSystemModule"
377
+ }
378
+ }
379
+ ],
380
+ "description": "assureDesignSystem.",
381
+ "privacy": "public"
382
+ }
383
+ ],
384
+ "exports": [
385
+ {
386
+ "kind": "js",
387
+ "name": "assureDesignSystem",
388
+ "declaration": {
389
+ "name": "assureDesignSystem",
390
+ "module": "src/design-system/design-system.ts"
391
+ }
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "kind": "javascript-module",
397
+ "path": "src/design-system/index.ts",
398
+ "declarations": [],
399
+ "exports": [
400
+ {
401
+ "kind": "js",
402
+ "name": "*",
403
+ "declaration": {
404
+ "name": "*",
405
+ "package": "./design-system"
406
+ }
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "kind": "javascript-module",
412
+ "path": "src/decorators/index.ts",
413
+ "declarations": [],
414
+ "exports": [
415
+ {
416
+ "kind": "js",
417
+ "name": "*",
418
+ "declaration": {
419
+ "name": "*",
420
+ "package": "./renderOnChange"
421
+ }
422
+ }
423
+ ]
424
+ },
425
+ {
426
+ "kind": "javascript-module",
427
+ "path": "src/decorators/renderOnChange.ts",
428
+ "declarations": [
429
+ {
430
+ "kind": "function",
431
+ "name": "renderOnChange",
432
+ "parameters": [
433
+ {
434
+ "name": "target",
435
+ "type": {
436
+ "text": "FASTElement & { render(): void }"
437
+ },
438
+ "description": "The target to define the property change handler on."
439
+ },
440
+ {
441
+ "name": "name",
442
+ "type": {
443
+ "text": "string"
444
+ },
445
+ "description": "The property name."
446
+ }
447
+ ],
448
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
449
+ "privacy": "public"
450
+ }
451
+ ],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "renderOnChange",
456
+ "declaration": {
457
+ "name": "renderOnChange",
458
+ "module": "src/decorators/renderOnChange.ts"
459
+ }
460
+ }
461
+ ]
462
+ },
360
463
  {
361
464
  "kind": "javascript-module",
362
465
  "path": "src/directives/index.ts",
@@ -603,56 +706,6 @@
603
706
  }
604
707
  ]
605
708
  },
606
- {
607
- "kind": "javascript-module",
608
- "path": "src/design-system/design-system.ts",
609
- "declarations": [
610
- {
611
- "kind": "function",
612
- "name": "assureDesignSystem",
613
- "return": {
614
- "type": {
615
- "text": "DesignSystemModule"
616
- }
617
- },
618
- "parameters": [
619
- {
620
- "name": "module",
621
- "type": {
622
- "text": "DesignSystemModule"
623
- }
624
- }
625
- ],
626
- "description": "assureDesignSystem.",
627
- "privacy": "public"
628
- }
629
- ],
630
- "exports": [
631
- {
632
- "kind": "js",
633
- "name": "assureDesignSystem",
634
- "declaration": {
635
- "name": "assureDesignSystem",
636
- "module": "src/design-system/design-system.ts"
637
- }
638
- }
639
- ]
640
- },
641
- {
642
- "kind": "javascript-module",
643
- "path": "src/design-system/index.ts",
644
- "declarations": [],
645
- "exports": [
646
- {
647
- "kind": "js",
648
- "name": "*",
649
- "declaration": {
650
- "name": "*",
651
- "package": "./design-system"
652
- }
653
- }
654
- ]
655
- },
656
709
  {
657
710
  "kind": "javascript-module",
658
711
  "path": "src/error/errorMap.ts",
@@ -852,59 +905,6 @@
852
905
  }
853
906
  ]
854
907
  },
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.177.0-raise-intent.2",
4
+ "version": "14.177.0-raise-intent.3",
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.177.0-raise-intent.2",
23
- "@genesislcap/genx": "14.177.0-raise-intent.2",
24
- "@genesislcap/rollup-builder": "14.177.0-raise-intent.2",
25
- "@genesislcap/ts-builder": "14.177.0-raise-intent.2",
26
- "@genesislcap/uvu-playwright-builder": "14.177.0-raise-intent.2",
27
- "@genesislcap/vite-builder": "14.177.0-raise-intent.2",
28
- "@genesislcap/webpack-builder": "14.177.0-raise-intent.2",
22
+ "@genesislcap/foundation-testing": "14.177.0-raise-intent.3",
23
+ "@genesislcap/genx": "14.177.0-raise-intent.3",
24
+ "@genesislcap/rollup-builder": "14.177.0-raise-intent.3",
25
+ "@genesislcap/ts-builder": "14.177.0-raise-intent.3",
26
+ "@genesislcap/uvu-playwright-builder": "14.177.0-raise-intent.3",
27
+ "@genesislcap/vite-builder": "14.177.0-raise-intent.3",
28
+ "@genesislcap/webpack-builder": "14.177.0-raise-intent.3",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.177.0-raise-intent.2",
32
+ "@genesislcap/foundation-logger": "14.177.0-raise-intent.3",
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": "e4fc623cd74ca40eac914c710ff7f612669aec57"
50
+ "gitHead": "10af686352f09c217eb4430fb013c2beb0239966"
51
51
  }