@genesislcap/foundation-utils 14.227.1 → 14.227.2-alpha-3aaef45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -169,6 +169,59 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ {
173
+ "kind": "javascript-module",
174
+ "path": "src/decorators/index.ts",
175
+ "declarations": [],
176
+ "exports": [
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./renderOnChange"
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "kind": "javascript-module",
189
+ "path": "src/decorators/renderOnChange.ts",
190
+ "declarations": [
191
+ {
192
+ "kind": "function",
193
+ "name": "renderOnChange",
194
+ "parameters": [
195
+ {
196
+ "name": "target",
197
+ "type": {
198
+ "text": "FASTElement & { render(): void }"
199
+ },
200
+ "description": "The target to define the property change handler on."
201
+ },
202
+ {
203
+ "name": "name",
204
+ "type": {
205
+ "text": "string"
206
+ },
207
+ "description": "The property name."
208
+ }
209
+ ],
210
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
211
+ "privacy": "public"
212
+ }
213
+ ],
214
+ "exports": [
215
+ {
216
+ "kind": "js",
217
+ "name": "renderOnChange",
218
+ "declaration": {
219
+ "name": "renderOnChange",
220
+ "module": "src/decorators/renderOnChange.ts"
221
+ }
222
+ }
223
+ ]
224
+ },
172
225
  {
173
226
  "kind": "javascript-module",
174
227
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,6 +420,29 @@
367
420
  }
368
421
  ]
369
422
  },
423
+ {
424
+ "kind": "javascript-module",
425
+ "path": "src/directives/index.ts",
426
+ "declarations": [],
427
+ "exports": [
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./sync"
434
+ }
435
+ },
436
+ {
437
+ "kind": "js",
438
+ "name": "*",
439
+ "declaration": {
440
+ "name": "*",
441
+ "package": "./when-else"
442
+ }
443
+ }
444
+ ]
445
+ },
370
446
  {
371
447
  "kind": "javascript-module",
372
448
  "path": "src/design-system/design-system.ts",
@@ -419,60 +495,7 @@
419
495
  },
420
496
  {
421
497
  "kind": "javascript-module",
422
- "path": "src/decorators/index.ts",
423
- "declarations": [],
424
- "exports": [
425
- {
426
- "kind": "js",
427
- "name": "*",
428
- "declaration": {
429
- "name": "*",
430
- "package": "./renderOnChange"
431
- }
432
- }
433
- ]
434
- },
435
- {
436
- "kind": "javascript-module",
437
- "path": "src/decorators/renderOnChange.ts",
438
- "declarations": [
439
- {
440
- "kind": "function",
441
- "name": "renderOnChange",
442
- "parameters": [
443
- {
444
- "name": "target",
445
- "type": {
446
- "text": "FASTElement & { render(): void }"
447
- },
448
- "description": "The target to define the property change handler on."
449
- },
450
- {
451
- "name": "name",
452
- "type": {
453
- "text": "string"
454
- },
455
- "description": "The property name."
456
- }
457
- ],
458
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
459
- "privacy": "public"
460
- }
461
- ],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "renderOnChange",
466
- "declaration": {
467
- "name": "renderOnChange",
468
- "module": "src/decorators/renderOnChange.ts"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
498
+ "path": "src/encoding/index.ts",
476
499
  "declarations": [],
477
500
  "exports": [
478
501
  {
@@ -480,15 +503,7 @@
480
503
  "name": "*",
481
504
  "declaration": {
482
505
  "name": "*",
483
- "package": "./sync"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
506
+ "package": "./base64"
492
507
  }
493
508
  }
494
509
  ]
@@ -781,21 +796,6 @@
781
796
  }
782
797
  ]
783
798
  },
784
- {
785
- "kind": "javascript-module",
786
- "path": "src/encoding/index.ts",
787
- "declarations": [],
788
- "exports": [
789
- {
790
- "kind": "js",
791
- "name": "*",
792
- "declaration": {
793
- "name": "*",
794
- "package": "./base64"
795
- }
796
- }
797
- ]
798
- },
799
799
  {
800
800
  "kind": "javascript-module",
801
801
  "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.227.1",
4
+ "version": "14.227.2-alpha-3aaef45.0",
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.227.1",
31
- "@genesislcap/genx": "14.227.1",
32
- "@genesislcap/rollup-builder": "14.227.1",
33
- "@genesislcap/ts-builder": "14.227.1",
34
- "@genesislcap/uvu-playwright-builder": "14.227.1",
35
- "@genesislcap/vite-builder": "14.227.1",
36
- "@genesislcap/webpack-builder": "14.227.1",
30
+ "@genesislcap/foundation-testing": "14.227.2-alpha-3aaef45.0",
31
+ "@genesislcap/genx": "14.227.2-alpha-3aaef45.0",
32
+ "@genesislcap/rollup-builder": "14.227.2-alpha-3aaef45.0",
33
+ "@genesislcap/ts-builder": "14.227.2-alpha-3aaef45.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.2-alpha-3aaef45.0",
35
+ "@genesislcap/vite-builder": "14.227.2-alpha-3aaef45.0",
36
+ "@genesislcap/webpack-builder": "14.227.2-alpha-3aaef45.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.1",
40
+ "@genesislcap/foundation-logger": "14.227.2-alpha-3aaef45.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "b579519af8c01fdcc886a6a59a088f3e65b845a4"
58
+ "gitHead": "d14a5b7b16241eec4dda5ee32770f713a378584b"
59
59
  }