@genesislcap/foundation-utils 15.13.1 → 15.14.0-DCD-4786.2

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.
@@ -250,6 +250,59 @@
250
250
  }
251
251
  ]
252
252
  },
253
+ {
254
+ "kind": "javascript-module",
255
+ "path": "src/decorators/index.ts",
256
+ "declarations": [],
257
+ "exports": [
258
+ {
259
+ "kind": "js",
260
+ "name": "*",
261
+ "declaration": {
262
+ "name": "*",
263
+ "package": "./renderOnChange"
264
+ }
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "kind": "javascript-module",
270
+ "path": "src/decorators/renderOnChange.ts",
271
+ "declarations": [
272
+ {
273
+ "kind": "function",
274
+ "name": "renderOnChange",
275
+ "parameters": [
276
+ {
277
+ "name": "target",
278
+ "type": {
279
+ "text": "FASTElement & { render(): void }"
280
+ },
281
+ "description": "The target to define the property change handler on."
282
+ },
283
+ {
284
+ "name": "name",
285
+ "type": {
286
+ "text": "string"
287
+ },
288
+ "description": "The property name."
289
+ }
290
+ ],
291
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
292
+ "privacy": "public"
293
+ }
294
+ ],
295
+ "exports": [
296
+ {
297
+ "kind": "js",
298
+ "name": "renderOnChange",
299
+ "declaration": {
300
+ "name": "renderOnChange",
301
+ "module": "src/decorators/renderOnChange.ts"
302
+ }
303
+ }
304
+ ]
305
+ },
253
306
  {
254
307
  "kind": "javascript-module",
255
308
  "path": "src/data/inMemoryDatabase.ts",
@@ -448,82 +501,6 @@
448
501
  }
449
502
  ]
450
503
  },
451
- {
452
- "kind": "javascript-module",
453
- "path": "src/decorators/index.ts",
454
- "declarations": [],
455
- "exports": [
456
- {
457
- "kind": "js",
458
- "name": "*",
459
- "declaration": {
460
- "name": "*",
461
- "package": "./renderOnChange"
462
- }
463
- }
464
- ]
465
- },
466
- {
467
- "kind": "javascript-module",
468
- "path": "src/decorators/renderOnChange.ts",
469
- "declarations": [
470
- {
471
- "kind": "function",
472
- "name": "renderOnChange",
473
- "parameters": [
474
- {
475
- "name": "target",
476
- "type": {
477
- "text": "FASTElement & { render(): void }"
478
- },
479
- "description": "The target to define the property change handler on."
480
- },
481
- {
482
- "name": "name",
483
- "type": {
484
- "text": "string"
485
- },
486
- "description": "The property name."
487
- }
488
- ],
489
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
490
- "privacy": "public"
491
- }
492
- ],
493
- "exports": [
494
- {
495
- "kind": "js",
496
- "name": "renderOnChange",
497
- "declaration": {
498
- "name": "renderOnChange",
499
- "module": "src/decorators/renderOnChange.ts"
500
- }
501
- }
502
- ]
503
- },
504
- {
505
- "kind": "javascript-module",
506
- "path": "src/directives/index.ts",
507
- "declarations": [],
508
- "exports": [
509
- {
510
- "kind": "js",
511
- "name": "*",
512
- "declaration": {
513
- "name": "*",
514
- "package": "./sync"
515
- }
516
- },
517
- {
518
- "kind": "js",
519
- "name": "*",
520
- "declaration": {
521
- "name": "*",
522
- "package": "./when-else"
523
- }
524
- }
525
- ]
526
- },
527
504
  {
528
505
  "kind": "javascript-module",
529
506
  "path": "src/design-system/design-system.ts",
@@ -726,6 +703,29 @@
726
703
  }
727
704
  ]
728
705
  },
706
+ {
707
+ "kind": "javascript-module",
708
+ "path": "src/directives/index.ts",
709
+ "declarations": [],
710
+ "exports": [
711
+ {
712
+ "kind": "js",
713
+ "name": "*",
714
+ "declaration": {
715
+ "name": "*",
716
+ "package": "./sync"
717
+ }
718
+ },
719
+ {
720
+ "kind": "js",
721
+ "name": "*",
722
+ "declaration": {
723
+ "name": "*",
724
+ "package": "./when-else"
725
+ }
726
+ }
727
+ ]
728
+ },
729
729
  {
730
730
  "kind": "javascript-module",
731
731
  "path": "src/encoding/index.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": "15.13.1",
4
+ "version": "15.14.0-DCD-4786.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "15.13.1",
33
- "@genesislcap/genx": "15.13.1",
34
- "@genesislcap/rollup-builder": "15.13.1",
35
- "@genesislcap/ts-builder": "15.13.1",
36
- "@genesislcap/uvu-playwright-builder": "15.13.1",
37
- "@genesislcap/vite-builder": "15.13.1",
38
- "@genesislcap/webpack-builder": "15.13.1",
32
+ "@genesislcap/foundation-testing": "workspace:*",
33
+ "@genesislcap/genx": "workspace:*",
34
+ "@genesislcap/rollup-builder": "workspace:*",
35
+ "@genesislcap/ts-builder": "workspace:*",
36
+ "@genesislcap/uvu-playwright-builder": "workspace:*",
37
+ "@genesislcap/vite-builder": "workspace:*",
38
+ "@genesislcap/webpack-builder": "workspace:*",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "15.13.1",
43
- "@genesislcap/foundation-logger": "15.13.1",
42
+ "@genesislcap/expression-builder": "workspace:*",
43
+ "@genesislcap/foundation-logger": "workspace:*",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -69,6 +69,5 @@
69
69
  "require": "./dist/react.cjs"
70
70
  },
71
71
  "./package.json": "./package.json"
72
- },
73
- "gitHead": "4ac0cfb22051b17da81586baf5166c9b605fae10"
72
+ }
74
73
  }