@genesislcap/foundation-utils 14.218.0 → 14.218.1-alpha-9b0b135.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -367,7 +367,7 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/decorators/index.ts",
370
+ "path": "src/directives/index.ts",
371
371
  "declarations": [],
372
372
  "exports": [
373
373
  {
@@ -375,45 +375,15 @@
375
375
  "name": "*",
376
376
  "declaration": {
377
377
  "name": "*",
378
- "package": "./renderOnChange"
378
+ "package": "./sync"
379
379
  }
380
- }
381
- ]
382
- },
383
- {
384
- "kind": "javascript-module",
385
- "path": "src/decorators/renderOnChange.ts",
386
- "declarations": [
387
- {
388
- "kind": "function",
389
- "name": "renderOnChange",
390
- "parameters": [
391
- {
392
- "name": "target",
393
- "type": {
394
- "text": "FASTElement & { render(): void }"
395
- },
396
- "description": "The target to define the property change handler on."
397
- },
398
- {
399
- "name": "name",
400
- "type": {
401
- "text": "string"
402
- },
403
- "description": "The property name."
404
- }
405
- ],
406
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
407
- "privacy": "public"
408
- }
409
- ],
410
- "exports": [
380
+ },
411
381
  {
412
382
  "kind": "js",
413
- "name": "renderOnChange",
383
+ "name": "*",
414
384
  "declaration": {
415
- "name": "renderOnChange",
416
- "module": "src/decorators/renderOnChange.ts"
385
+ "name": "*",
386
+ "package": "./when-else"
417
387
  }
418
388
  }
419
389
  ]
@@ -468,6 +438,59 @@
468
438
  }
469
439
  ]
470
440
  },
441
+ {
442
+ "kind": "javascript-module",
443
+ "path": "src/decorators/index.ts",
444
+ "declarations": [],
445
+ "exports": [
446
+ {
447
+ "kind": "js",
448
+ "name": "*",
449
+ "declaration": {
450
+ "name": "*",
451
+ "package": "./renderOnChange"
452
+ }
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "kind": "javascript-module",
458
+ "path": "src/decorators/renderOnChange.ts",
459
+ "declarations": [
460
+ {
461
+ "kind": "function",
462
+ "name": "renderOnChange",
463
+ "parameters": [
464
+ {
465
+ "name": "target",
466
+ "type": {
467
+ "text": "FASTElement & { render(): void }"
468
+ },
469
+ "description": "The target to define the property change handler on."
470
+ },
471
+ {
472
+ "name": "name",
473
+ "type": {
474
+ "text": "string"
475
+ },
476
+ "description": "The property name."
477
+ }
478
+ ],
479
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
480
+ "privacy": "public"
481
+ }
482
+ ],
483
+ "exports": [
484
+ {
485
+ "kind": "js",
486
+ "name": "renderOnChange",
487
+ "declaration": {
488
+ "name": "renderOnChange",
489
+ "module": "src/decorators/renderOnChange.ts"
490
+ }
491
+ }
492
+ ]
493
+ },
471
494
  {
472
495
  "kind": "javascript-module",
473
496
  "path": "src/env/index.ts",
@@ -706,29 +729,6 @@
706
729
  }
707
730
  ]
708
731
  },
709
- {
710
- "kind": "javascript-module",
711
- "path": "src/directives/index.ts",
712
- "declarations": [],
713
- "exports": [
714
- {
715
- "kind": "js",
716
- "name": "*",
717
- "declaration": {
718
- "name": "*",
719
- "package": "./sync"
720
- }
721
- },
722
- {
723
- "kind": "js",
724
- "name": "*",
725
- "declaration": {
726
- "name": "*",
727
- "package": "./when-else"
728
- }
729
- }
730
- ]
731
- },
732
732
  {
733
733
  "kind": "javascript-module",
734
734
  "path": "src/error/errorMap.ts",
@@ -2031,6 +2031,43 @@
2031
2031
  }
2032
2032
  ]
2033
2033
  },
2034
+ {
2035
+ "kind": "javascript-module",
2036
+ "path": "src/uuid/index.ts",
2037
+ "declarations": [],
2038
+ "exports": [
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./uuid"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "kind": "javascript-module",
2051
+ "path": "src/uuid/uuid.ts",
2052
+ "declarations": [
2053
+ {
2054
+ "kind": "variable",
2055
+ "name": "UUID",
2056
+ "description": "A dependency injection token for the UUID interface.",
2057
+ "privacy": "public"
2058
+ }
2059
+ ],
2060
+ "exports": [
2061
+ {
2062
+ "kind": "js",
2063
+ "name": "UUID",
2064
+ "declaration": {
2065
+ "name": "UUID",
2066
+ "module": "src/uuid/uuid.ts"
2067
+ }
2068
+ }
2069
+ ]
2070
+ },
2034
2071
  {
2035
2072
  "kind": "javascript-module",
2036
2073
  "path": "src/window/index.ts",
@@ -2179,43 +2216,6 @@
2179
2216
  }
2180
2217
  ]
2181
2218
  },
2182
- {
2183
- "kind": "javascript-module",
2184
- "path": "src/uuid/index.ts",
2185
- "declarations": [],
2186
- "exports": [
2187
- {
2188
- "kind": "js",
2189
- "name": "*",
2190
- "declaration": {
2191
- "name": "*",
2192
- "package": "./uuid"
2193
- }
2194
- }
2195
- ]
2196
- },
2197
- {
2198
- "kind": "javascript-module",
2199
- "path": "src/uuid/uuid.ts",
2200
- "declarations": [
2201
- {
2202
- "kind": "variable",
2203
- "name": "UUID",
2204
- "description": "A dependency injection token for the UUID interface.",
2205
- "privacy": "public"
2206
- }
2207
- ],
2208
- "exports": [
2209
- {
2210
- "kind": "js",
2211
- "name": "UUID",
2212
- "declaration": {
2213
- "name": "UUID",
2214
- "module": "src/uuid/uuid.ts"
2215
- }
2216
- }
2217
- ]
2218
- },
2219
2219
  {
2220
2220
  "kind": "javascript-module",
2221
2221
  "path": "src/directives/sync/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": "14.218.0",
4
+ "version": "14.218.1-alpha-9b0b135.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.218.0",
31
- "@genesislcap/genx": "14.218.0",
32
- "@genesislcap/rollup-builder": "14.218.0",
33
- "@genesislcap/ts-builder": "14.218.0",
34
- "@genesislcap/uvu-playwright-builder": "14.218.0",
35
- "@genesislcap/vite-builder": "14.218.0",
36
- "@genesislcap/webpack-builder": "14.218.0",
30
+ "@genesislcap/foundation-testing": "14.218.1-alpha-9b0b135.0",
31
+ "@genesislcap/genx": "14.218.1-alpha-9b0b135.0",
32
+ "@genesislcap/rollup-builder": "14.218.1-alpha-9b0b135.0",
33
+ "@genesislcap/ts-builder": "14.218.1-alpha-9b0b135.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.218.1-alpha-9b0b135.0",
35
+ "@genesislcap/vite-builder": "14.218.1-alpha-9b0b135.0",
36
+ "@genesislcap/webpack-builder": "14.218.1-alpha-9b0b135.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.218.0",
40
+ "@genesislcap/foundation-logger": "14.218.1-alpha-9b0b135.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.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": "b00b3e27b1f305fb1a3e5b920eb27ca84e088ed0"
58
+ "gitHead": "682afcf92fff3b2f6fdebfce30a36a6f65194e83"
59
59
  }