@genesislcap/foundation-utils 14.192.0 → 14.192.2-fdc3-enhancements.1

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.
@@ -159,59 +159,6 @@
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
- },
215
162
  {
216
163
  "kind": "javascript-module",
217
164
  "path": "src/data/inMemoryDatabase.ts",
@@ -412,7 +359,42 @@
412
359
  },
413
360
  {
414
361
  "kind": "javascript-module",
415
- "path": "src/directives/index.ts",
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",
416
398
  "declarations": [],
417
399
  "exports": [
418
400
  {
@@ -420,57 +402,67 @@
420
402
  "name": "*",
421
403
  "declaration": {
422
404
  "name": "*",
423
- "package": "./sync"
405
+ "package": "./design-system"
424
406
  }
425
- },
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "kind": "javascript-module",
412
+ "path": "src/decorators/index.ts",
413
+ "declarations": [],
414
+ "exports": [
426
415
  {
427
416
  "kind": "js",
428
417
  "name": "*",
429
418
  "declaration": {
430
419
  "name": "*",
431
- "package": "./when-else"
420
+ "package": "./renderOnChange"
432
421
  }
433
422
  }
434
423
  ]
435
424
  },
436
425
  {
437
426
  "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
427
+ "path": "src/decorators/renderOnChange.ts",
439
428
  "declarations": [
440
429
  {
441
430
  "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
431
+ "name": "renderOnChange",
448
432
  "parameters": [
449
433
  {
450
- "name": "module",
434
+ "name": "target",
451
435
  "type": {
452
- "text": "DesignSystemModule"
453
- }
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."
454
446
  }
455
447
  ],
456
- "description": "assureDesignSystem.",
448
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
457
449
  "privacy": "public"
458
450
  }
459
451
  ],
460
452
  "exports": [
461
453
  {
462
454
  "kind": "js",
463
- "name": "assureDesignSystem",
455
+ "name": "renderOnChange",
464
456
  "declaration": {
465
- "name": "assureDesignSystem",
466
- "module": "src/design-system/design-system.ts"
457
+ "name": "renderOnChange",
458
+ "module": "src/decorators/renderOnChange.ts"
467
459
  }
468
460
  }
469
461
  ]
470
462
  },
471
463
  {
472
464
  "kind": "javascript-module",
473
- "path": "src/design-system/index.ts",
465
+ "path": "src/directives/index.ts",
474
466
  "declarations": [],
475
467
  "exports": [
476
468
  {
@@ -478,7 +470,15 @@
478
470
  "name": "*",
479
471
  "declaration": {
480
472
  "name": "*",
481
- "package": "./design-system"
473
+ "package": "./sync"
474
+ }
475
+ },
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./when-else"
482
482
  }
483
483
  }
484
484
  ]
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.192.0",
4
+ "version": "14.192.2-fdc3-enhancements.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.192.0",
31
- "@genesislcap/genx": "14.192.0",
32
- "@genesislcap/rollup-builder": "14.192.0",
33
- "@genesislcap/ts-builder": "14.192.0",
34
- "@genesislcap/uvu-playwright-builder": "14.192.0",
35
- "@genesislcap/vite-builder": "14.192.0",
36
- "@genesislcap/webpack-builder": "14.192.0",
30
+ "@genesislcap/foundation-testing": "14.192.2-fdc3-enhancements.1",
31
+ "@genesislcap/genx": "14.192.2-fdc3-enhancements.1",
32
+ "@genesislcap/rollup-builder": "14.192.2-fdc3-enhancements.1",
33
+ "@genesislcap/ts-builder": "14.192.2-fdc3-enhancements.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.192.2-fdc3-enhancements.1",
35
+ "@genesislcap/vite-builder": "14.192.2-fdc3-enhancements.1",
36
+ "@genesislcap/webpack-builder": "14.192.2-fdc3-enhancements.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.192.0",
40
+ "@genesislcap/foundation-logger": "14.192.2-fdc3-enhancements.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "655e23ada5211eb8986f1bead581ea9d0b772732"
57
+ "gitHead": "36d9c2f775b72deb81a4b53074e24f463e841d32"
58
58
  }