@genesislcap/foundation-utils 14.205.0 → 14.206.0

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 +147 -147
  2. package/package.json +10 -10
@@ -390,53 +390,50 @@
390
390
  },
391
391
  {
392
392
  "kind": "javascript-module",
393
- "path": "src/decorators/index.ts",
394
- "declarations": [],
395
- "exports": [
396
- {
397
- "kind": "js",
398
- "name": "*",
399
- "declaration": {
400
- "name": "*",
401
- "package": "./renderOnChange"
402
- }
403
- }
404
- ]
405
- },
406
- {
407
- "kind": "javascript-module",
408
- "path": "src/decorators/renderOnChange.ts",
393
+ "path": "src/design-system/design-system.ts",
409
394
  "declarations": [
410
395
  {
411
396
  "kind": "function",
412
- "name": "renderOnChange",
397
+ "name": "assureDesignSystem",
398
+ "return": {
399
+ "type": {
400
+ "text": "DesignSystemModule"
401
+ }
402
+ },
413
403
  "parameters": [
414
404
  {
415
- "name": "target",
416
- "type": {
417
- "text": "FASTElement & { render(): void }"
418
- },
419
- "description": "The target to define the property change handler on."
420
- },
421
- {
422
- "name": "name",
405
+ "name": "module",
423
406
  "type": {
424
- "text": "string"
425
- },
426
- "description": "The property name."
407
+ "text": "DesignSystemModule"
408
+ }
427
409
  }
428
410
  ],
429
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
411
+ "description": "assureDesignSystem.",
430
412
  "privacy": "public"
431
413
  }
432
414
  ],
433
415
  "exports": [
434
416
  {
435
417
  "kind": "js",
436
- "name": "renderOnChange",
418
+ "name": "assureDesignSystem",
437
419
  "declaration": {
438
- "name": "renderOnChange",
439
- "module": "src/decorators/renderOnChange.ts"
420
+ "name": "assureDesignSystem",
421
+ "module": "src/design-system/design-system.ts"
422
+ }
423
+ }
424
+ ]
425
+ },
426
+ {
427
+ "kind": "javascript-module",
428
+ "path": "src/design-system/index.ts",
429
+ "declarations": [],
430
+ "exports": [
431
+ {
432
+ "kind": "js",
433
+ "name": "*",
434
+ "declaration": {
435
+ "name": "*",
436
+ "package": "./design-system"
440
437
  }
441
438
  }
442
439
  ]
@@ -679,6 +676,59 @@
679
676
  }
680
677
  ]
681
678
  },
679
+ {
680
+ "kind": "javascript-module",
681
+ "path": "src/decorators/index.ts",
682
+ "declarations": [],
683
+ "exports": [
684
+ {
685
+ "kind": "js",
686
+ "name": "*",
687
+ "declaration": {
688
+ "name": "*",
689
+ "package": "./renderOnChange"
690
+ }
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "kind": "javascript-module",
696
+ "path": "src/decorators/renderOnChange.ts",
697
+ "declarations": [
698
+ {
699
+ "kind": "function",
700
+ "name": "renderOnChange",
701
+ "parameters": [
702
+ {
703
+ "name": "target",
704
+ "type": {
705
+ "text": "FASTElement & { render(): void }"
706
+ },
707
+ "description": "The target to define the property change handler on."
708
+ },
709
+ {
710
+ "name": "name",
711
+ "type": {
712
+ "text": "string"
713
+ },
714
+ "description": "The property name."
715
+ }
716
+ ],
717
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
718
+ "privacy": "public"
719
+ }
720
+ ],
721
+ "exports": [
722
+ {
723
+ "kind": "js",
724
+ "name": "renderOnChange",
725
+ "declaration": {
726
+ "name": "renderOnChange",
727
+ "module": "src/decorators/renderOnChange.ts"
728
+ }
729
+ }
730
+ ]
731
+ },
682
732
  {
683
733
  "kind": "javascript-module",
684
734
  "path": "src/error/errorMap.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.206.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.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.206.0",
31
+ "@genesislcap/genx": "14.206.0",
32
+ "@genesislcap/rollup-builder": "14.206.0",
33
+ "@genesislcap/ts-builder": "14.206.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.206.0",
35
+ "@genesislcap/vite-builder": "14.206.0",
36
+ "@genesislcap/webpack-builder": "14.206.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.205.0",
40
+ "@genesislcap/foundation-logger": "14.206.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": "2fe6ad833270c5eaf6188b0dff23f1db1496ff7f"
58
+ "gitHead": "dc2e3e53b87e8adf417eef0ac0e9ccccd6021684"
59
59
  }