@genesislcap/foundation-utils 14.208.3-alpha-92c853eac01c.0 → 14.208.4-alpha-06fcac4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -167,6 +167,59 @@
167
167
  }
168
168
  ]
169
169
  },
170
+ {
171
+ "kind": "javascript-module",
172
+ "path": "src/decorators/index.ts",
173
+ "declarations": [],
174
+ "exports": [
175
+ {
176
+ "kind": "js",
177
+ "name": "*",
178
+ "declaration": {
179
+ "name": "*",
180
+ "package": "./renderOnChange"
181
+ }
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "kind": "javascript-module",
187
+ "path": "src/decorators/renderOnChange.ts",
188
+ "declarations": [
189
+ {
190
+ "kind": "function",
191
+ "name": "renderOnChange",
192
+ "parameters": [
193
+ {
194
+ "name": "target",
195
+ "type": {
196
+ "text": "FASTElement & { render(): void }"
197
+ },
198
+ "description": "The target to define the property change handler on."
199
+ },
200
+ {
201
+ "name": "name",
202
+ "type": {
203
+ "text": "string"
204
+ },
205
+ "description": "The property name."
206
+ }
207
+ ],
208
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
209
+ "privacy": "public"
210
+ }
211
+ ],
212
+ "exports": [
213
+ {
214
+ "kind": "js",
215
+ "name": "renderOnChange",
216
+ "declaration": {
217
+ "name": "renderOnChange",
218
+ "module": "src/decorators/renderOnChange.ts"
219
+ }
220
+ }
221
+ ]
222
+ },
170
223
  {
171
224
  "kind": "javascript-module",
172
225
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,7 +420,7 @@
367
420
  },
368
421
  {
369
422
  "kind": "javascript-module",
370
- "path": "src/decorators/index.ts",
423
+ "path": "src/directives/index.ts",
371
424
  "declarations": [],
372
425
  "exports": [
373
426
  {
@@ -375,45 +428,65 @@
375
428
  "name": "*",
376
429
  "declaration": {
377
430
  "name": "*",
378
- "package": "./renderOnChange"
431
+ "package": "./sync"
432
+ }
433
+ },
434
+ {
435
+ "kind": "js",
436
+ "name": "*",
437
+ "declaration": {
438
+ "name": "*",
439
+ "package": "./when-else"
379
440
  }
380
441
  }
381
442
  ]
382
443
  },
383
444
  {
384
445
  "kind": "javascript-module",
385
- "path": "src/decorators/renderOnChange.ts",
446
+ "path": "src/design-system/design-system.ts",
386
447
  "declarations": [
387
448
  {
388
449
  "kind": "function",
389
- "name": "renderOnChange",
450
+ "name": "assureDesignSystem",
451
+ "return": {
452
+ "type": {
453
+ "text": "DesignSystemModule"
454
+ }
455
+ },
390
456
  "parameters": [
391
457
  {
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",
458
+ "name": "module",
400
459
  "type": {
401
- "text": "string"
402
- },
403
- "description": "The property name."
460
+ "text": "DesignSystemModule"
461
+ }
404
462
  }
405
463
  ],
406
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
464
+ "description": "assureDesignSystem.",
407
465
  "privacy": "public"
408
466
  }
409
467
  ],
410
468
  "exports": [
411
469
  {
412
470
  "kind": "js",
413
- "name": "renderOnChange",
471
+ "name": "assureDesignSystem",
414
472
  "declaration": {
415
- "name": "renderOnChange",
416
- "module": "src/decorators/renderOnChange.ts"
473
+ "name": "assureDesignSystem",
474
+ "module": "src/design-system/design-system.ts"
475
+ }
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "kind": "javascript-module",
481
+ "path": "src/design-system/index.ts",
482
+ "declarations": [],
483
+ "exports": [
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./design-system"
417
490
  }
418
491
  }
419
492
  ]
@@ -617,29 +690,6 @@
617
690
  }
618
691
  ]
619
692
  },
620
- {
621
- "kind": "javascript-module",
622
- "path": "src/directives/index.ts",
623
- "declarations": [],
624
- "exports": [
625
- {
626
- "kind": "js",
627
- "name": "*",
628
- "declaration": {
629
- "name": "*",
630
- "package": "./sync"
631
- }
632
- },
633
- {
634
- "kind": "js",
635
- "name": "*",
636
- "declaration": {
637
- "name": "*",
638
- "package": "./when-else"
639
- }
640
- }
641
- ]
642
- },
643
693
  {
644
694
  "kind": "javascript-module",
645
695
  "path": "src/env/index.ts",
@@ -878,56 +928,6 @@
878
928
  }
879
929
  ]
880
930
  },
881
- {
882
- "kind": "javascript-module",
883
- "path": "src/design-system/design-system.ts",
884
- "declarations": [
885
- {
886
- "kind": "function",
887
- "name": "assureDesignSystem",
888
- "return": {
889
- "type": {
890
- "text": "DesignSystemModule"
891
- }
892
- },
893
- "parameters": [
894
- {
895
- "name": "module",
896
- "type": {
897
- "text": "DesignSystemModule"
898
- }
899
- }
900
- ],
901
- "description": "assureDesignSystem.",
902
- "privacy": "public"
903
- }
904
- ],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "assureDesignSystem",
909
- "declaration": {
910
- "name": "assureDesignSystem",
911
- "module": "src/design-system/design-system.ts"
912
- }
913
- }
914
- ]
915
- },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/design-system/index.ts",
919
- "declarations": [],
920
- "exports": [
921
- {
922
- "kind": "js",
923
- "name": "*",
924
- "declaration": {
925
- "name": "*",
926
- "package": "./design-system"
927
- }
928
- }
929
- ]
930
- },
931
931
  {
932
932
  "kind": "javascript-module",
933
933
  "path": "src/formatters/datetime.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.208.3-alpha-92c853eac01c.0",
4
+ "version": "14.208.4-alpha-06fcac4.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.208.3-alpha-92c853eac01c.0",
31
- "@genesislcap/genx": "14.208.3-alpha-92c853eac01c.0",
32
- "@genesislcap/rollup-builder": "14.208.3-alpha-92c853eac01c.0",
33
- "@genesislcap/ts-builder": "14.208.3-alpha-92c853eac01c.0",
34
- "@genesislcap/uvu-playwright-builder": "14.208.3-alpha-92c853eac01c.0",
35
- "@genesislcap/vite-builder": "14.208.3-alpha-92c853eac01c.0",
36
- "@genesislcap/webpack-builder": "14.208.3-alpha-92c853eac01c.0",
30
+ "@genesislcap/foundation-testing": "14.208.4-alpha-06fcac4.0",
31
+ "@genesislcap/genx": "14.208.4-alpha-06fcac4.0",
32
+ "@genesislcap/rollup-builder": "14.208.4-alpha-06fcac4.0",
33
+ "@genesislcap/ts-builder": "14.208.4-alpha-06fcac4.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.208.4-alpha-06fcac4.0",
35
+ "@genesislcap/vite-builder": "14.208.4-alpha-06fcac4.0",
36
+ "@genesislcap/webpack-builder": "14.208.4-alpha-06fcac4.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.208.3-alpha-92c853eac01c.0",
40
+ "@genesislcap/foundation-logger": "14.208.4-alpha-06fcac4.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "0c255308dce170cfed17ffc99d8d40f4be0ec256"
58
+ "gitHead": "323cc2168ea53fd336262f28ad330147c42e2240"
59
59
  }