@genesislcap/foundation-utils 14.205.0 → 14.205.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +138 -138
  2. package/package.json +10 -10
@@ -365,29 +365,6 @@
365
365
  }
366
366
  ]
367
367
  },
368
- {
369
- "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
371
- "declarations": [],
372
- "exports": [
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./sync"
379
- }
380
- },
381
- {
382
- "kind": "js",
383
- "name": "*",
384
- "declaration": {
385
- "name": "*",
386
- "package": "./when-else"
387
- }
388
- }
389
- ]
390
- },
391
368
  {
392
369
  "kind": "javascript-module",
393
370
  "path": "src/decorators/index.ts",
@@ -441,6 +418,79 @@
441
418
  }
442
419
  ]
443
420
  },
421
+ {
422
+ "kind": "javascript-module",
423
+ "path": "src/design-system/design-system.ts",
424
+ "declarations": [
425
+ {
426
+ "kind": "function",
427
+ "name": "assureDesignSystem",
428
+ "return": {
429
+ "type": {
430
+ "text": "DesignSystemModule"
431
+ }
432
+ },
433
+ "parameters": [
434
+ {
435
+ "name": "module",
436
+ "type": {
437
+ "text": "DesignSystemModule"
438
+ }
439
+ }
440
+ ],
441
+ "description": "assureDesignSystem.",
442
+ "privacy": "public"
443
+ }
444
+ ],
445
+ "exports": [
446
+ {
447
+ "kind": "js",
448
+ "name": "assureDesignSystem",
449
+ "declaration": {
450
+ "name": "assureDesignSystem",
451
+ "module": "src/design-system/design-system.ts"
452
+ }
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "kind": "javascript-module",
458
+ "path": "src/design-system/index.ts",
459
+ "declarations": [],
460
+ "exports": [
461
+ {
462
+ "kind": "js",
463
+ "name": "*",
464
+ "declaration": {
465
+ "name": "*",
466
+ "package": "./design-system"
467
+ }
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "kind": "javascript-module",
473
+ "path": "src/directives/index.ts",
474
+ "declarations": [],
475
+ "exports": [
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./sync"
482
+ }
483
+ },
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./when-else"
490
+ }
491
+ }
492
+ ]
493
+ },
444
494
  {
445
495
  "kind": "javascript-module",
446
496
  "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",
@@ -2305,6 +2305,71 @@
2305
2305
  }
2306
2306
  ]
2307
2307
  },
2308
+ {
2309
+ "kind": "javascript-module",
2310
+ "path": "src/directives/when-else/index.ts",
2311
+ "declarations": [],
2312
+ "exports": [
2313
+ {
2314
+ "kind": "js",
2315
+ "name": "*",
2316
+ "declaration": {
2317
+ "name": "*",
2318
+ "package": "./when-else"
2319
+ }
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "kind": "javascript-module",
2325
+ "path": "src/directives/when-else/when-else.ts",
2326
+ "declarations": [
2327
+ {
2328
+ "kind": "function",
2329
+ "name": "whenElse",
2330
+ "return": {
2331
+ "type": {
2332
+ "text": "CaptureType<TSource>"
2333
+ }
2334
+ },
2335
+ "parameters": [
2336
+ {
2337
+ "name": "binding",
2338
+ "type": {
2339
+ "text": "Binding<TSource, TReturn>"
2340
+ },
2341
+ "description": "The condition to test for rendering."
2342
+ },
2343
+ {
2344
+ "name": "trueTemplateOrTemplateBinding",
2345
+ "type": {
2346
+ "text": "WhenTemplate<TSource>"
2347
+ },
2348
+ "description": "The template or a binding that gets the template to render when the condition is true."
2349
+ },
2350
+ {
2351
+ "name": "falseTemplateOrTemplateBinding",
2352
+ "type": {
2353
+ "text": "WhenTemplate<TSource>"
2354
+ },
2355
+ "description": "The template or a binding that gets the template to render when the condition is false."
2356
+ }
2357
+ ],
2358
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2359
+ "privacy": "public"
2360
+ }
2361
+ ],
2362
+ "exports": [
2363
+ {
2364
+ "kind": "js",
2365
+ "name": "whenElse",
2366
+ "declaration": {
2367
+ "name": "whenElse",
2368
+ "module": "src/directives/when-else/when-else.ts"
2369
+ }
2370
+ }
2371
+ ]
2372
+ },
2308
2373
  {
2309
2374
  "kind": "javascript-module",
2310
2375
  "path": "src/mappers/dto/index.ts",
@@ -2405,71 +2470,6 @@
2405
2470
  "declarations": [],
2406
2471
  "exports": []
2407
2472
  },
2408
- {
2409
- "kind": "javascript-module",
2410
- "path": "src/directives/when-else/index.ts",
2411
- "declarations": [],
2412
- "exports": [
2413
- {
2414
- "kind": "js",
2415
- "name": "*",
2416
- "declaration": {
2417
- "name": "*",
2418
- "package": "./when-else"
2419
- }
2420
- }
2421
- ]
2422
- },
2423
- {
2424
- "kind": "javascript-module",
2425
- "path": "src/directives/when-else/when-else.ts",
2426
- "declarations": [
2427
- {
2428
- "kind": "function",
2429
- "name": "whenElse",
2430
- "return": {
2431
- "type": {
2432
- "text": "CaptureType<TSource>"
2433
- }
2434
- },
2435
- "parameters": [
2436
- {
2437
- "name": "binding",
2438
- "type": {
2439
- "text": "Binding<TSource, TReturn>"
2440
- },
2441
- "description": "The condition to test for rendering."
2442
- },
2443
- {
2444
- "name": "trueTemplateOrTemplateBinding",
2445
- "type": {
2446
- "text": "WhenTemplate<TSource>"
2447
- },
2448
- "description": "The template or a binding that gets the template to render when the condition is true."
2449
- },
2450
- {
2451
- "name": "falseTemplateOrTemplateBinding",
2452
- "type": {
2453
- "text": "WhenTemplate<TSource>"
2454
- },
2455
- "description": "The template or a binding that gets the template to render when the condition is false."
2456
- }
2457
- ],
2458
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2459
- "privacy": "public"
2460
- }
2461
- ],
2462
- "exports": [
2463
- {
2464
- "kind": "js",
2465
- "name": "whenElse",
2466
- "declaration": {
2467
- "name": "whenElse",
2468
- "module": "src/directives/when-else/when-else.ts"
2469
- }
2470
- }
2471
- ]
2472
- },
2473
2473
  {
2474
2474
  "kind": "javascript-module",
2475
2475
  "path": "src/mixins/lifecycle/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.205.0",
4
+ "version": "14.205.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.205.0",
31
- "@genesislcap/genx": "14.205.0",
32
- "@genesislcap/rollup-builder": "14.205.0",
33
- "@genesislcap/ts-builder": "14.205.0",
34
- "@genesislcap/uvu-playwright-builder": "14.205.0",
35
- "@genesislcap/vite-builder": "14.205.0",
36
- "@genesislcap/webpack-builder": "14.205.0",
30
+ "@genesislcap/foundation-testing": "14.205.1",
31
+ "@genesislcap/genx": "14.205.1",
32
+ "@genesislcap/rollup-builder": "14.205.1",
33
+ "@genesislcap/ts-builder": "14.205.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.205.1",
35
+ "@genesislcap/vite-builder": "14.205.1",
36
+ "@genesislcap/webpack-builder": "14.205.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.205.0",
40
+ "@genesislcap/foundation-logger": "14.205.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",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "2fe6ad833270c5eaf6188b0dff23f1db1496ff7f"
58
+ "gitHead": "038140d9695a4367c145d6bbbd4ec0a1dea78bc6"
59
59
  }