@genesislcap/foundation-utils 14.183.5 → 14.183.6

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
@@ -159,6 +159,59 @@
159
159
  }
160
160
  ]
161
161
  },
162
+ {
163
+ "kind": "javascript-module",
164
+ "path": "src/decorators/index.ts",
165
+ "declarations": [],
166
+ "exports": [
167
+ {
168
+ "kind": "js",
169
+ "name": "*",
170
+ "declaration": {
171
+ "name": "*",
172
+ "package": "./renderOnChange"
173
+ }
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "kind": "javascript-module",
179
+ "path": "src/decorators/renderOnChange.ts",
180
+ "declarations": [
181
+ {
182
+ "kind": "function",
183
+ "name": "renderOnChange",
184
+ "parameters": [
185
+ {
186
+ "name": "target",
187
+ "type": {
188
+ "text": "FASTElement & { render(): void }"
189
+ },
190
+ "description": "The target to define the property change handler on."
191
+ },
192
+ {
193
+ "name": "name",
194
+ "type": {
195
+ "text": "string"
196
+ },
197
+ "description": "The property name."
198
+ }
199
+ ],
200
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
201
+ "privacy": "public"
202
+ }
203
+ ],
204
+ "exports": [
205
+ {
206
+ "kind": "js",
207
+ "name": "renderOnChange",
208
+ "declaration": {
209
+ "name": "renderOnChange",
210
+ "module": "src/decorators/renderOnChange.ts"
211
+ }
212
+ }
213
+ ]
214
+ },
162
215
  {
163
216
  "kind": "javascript-module",
164
217
  "path": "src/data/inMemoryDatabase.ts",
@@ -357,6 +410,56 @@
357
410
  }
358
411
  ]
359
412
  },
413
+ {
414
+ "kind": "javascript-module",
415
+ "path": "src/design-system/design-system.ts",
416
+ "declarations": [
417
+ {
418
+ "kind": "function",
419
+ "name": "assureDesignSystem",
420
+ "return": {
421
+ "type": {
422
+ "text": "DesignSystemModule"
423
+ }
424
+ },
425
+ "parameters": [
426
+ {
427
+ "name": "module",
428
+ "type": {
429
+ "text": "DesignSystemModule"
430
+ }
431
+ }
432
+ ],
433
+ "description": "assureDesignSystem.",
434
+ "privacy": "public"
435
+ }
436
+ ],
437
+ "exports": [
438
+ {
439
+ "kind": "js",
440
+ "name": "assureDesignSystem",
441
+ "declaration": {
442
+ "name": "assureDesignSystem",
443
+ "module": "src/design-system/design-system.ts"
444
+ }
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "kind": "javascript-module",
450
+ "path": "src/design-system/index.ts",
451
+ "declarations": [],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "*",
456
+ "declaration": {
457
+ "name": "*",
458
+ "package": "./design-system"
459
+ }
460
+ }
461
+ ]
462
+ },
360
463
  {
361
464
  "kind": "javascript-module",
362
465
  "path": "src/directives/index.ts",
@@ -603,109 +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
- {
657
- "kind": "javascript-module",
658
- "path": "src/decorators/index.ts",
659
- "declarations": [],
660
- "exports": [
661
- {
662
- "kind": "js",
663
- "name": "*",
664
- "declaration": {
665
- "name": "*",
666
- "package": "./renderOnChange"
667
- }
668
- }
669
- ]
670
- },
671
- {
672
- "kind": "javascript-module",
673
- "path": "src/decorators/renderOnChange.ts",
674
- "declarations": [
675
- {
676
- "kind": "function",
677
- "name": "renderOnChange",
678
- "parameters": [
679
- {
680
- "name": "target",
681
- "type": {
682
- "text": "FASTElement & { render(): void }"
683
- },
684
- "description": "The target to define the property change handler on."
685
- },
686
- {
687
- "name": "name",
688
- "type": {
689
- "text": "string"
690
- },
691
- "description": "The property name."
692
- }
693
- ],
694
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
695
- "privacy": "public"
696
- }
697
- ],
698
- "exports": [
699
- {
700
- "kind": "js",
701
- "name": "renderOnChange",
702
- "declaration": {
703
- "name": "renderOnChange",
704
- "module": "src/decorators/renderOnChange.ts"
705
- }
706
- }
707
- ]
708
- },
709
709
  {
710
710
  "kind": "javascript-module",
711
711
  "path": "src/error/errorMap.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.183.5",
4
+ "version": "14.183.6",
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.183.5",
23
- "@genesislcap/genx": "14.183.5",
24
- "@genesislcap/rollup-builder": "14.183.5",
25
- "@genesislcap/ts-builder": "14.183.5",
26
- "@genesislcap/uvu-playwright-builder": "14.183.5",
27
- "@genesislcap/vite-builder": "14.183.5",
28
- "@genesislcap/webpack-builder": "14.183.5",
22
+ "@genesislcap/foundation-testing": "14.183.6",
23
+ "@genesislcap/genx": "14.183.6",
24
+ "@genesislcap/rollup-builder": "14.183.6",
25
+ "@genesislcap/ts-builder": "14.183.6",
26
+ "@genesislcap/uvu-playwright-builder": "14.183.6",
27
+ "@genesislcap/vite-builder": "14.183.6",
28
+ "@genesislcap/webpack-builder": "14.183.6",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.183.5",
32
+ "@genesislcap/foundation-logger": "14.183.6",
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": "4e53361349876ad2e57fd46cdfa4c775ff719e02"
50
+ "gitHead": "4370f9a42aaeb1d0e710963453c7b51212ff1856"
51
51
  }