@genesislcap/foundation-utils 14.197.0 → 14.197.1-alpha-bd261ef.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +174 -174
  2. package/package.json +10 -10
@@ -357,56 +357,6 @@
357
357
  }
358
358
  ]
359
359
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/design-system/design-system.ts",
363
- "declarations": [
364
- {
365
- "kind": "function",
366
- "name": "assureDesignSystem",
367
- "return": {
368
- "type": {
369
- "text": "DesignSystemModule"
370
- }
371
- },
372
- "parameters": [
373
- {
374
- "name": "module",
375
- "type": {
376
- "text": "DesignSystemModule"
377
- }
378
- }
379
- ],
380
- "description": "assureDesignSystem.",
381
- "privacy": "public"
382
- }
383
- ],
384
- "exports": [
385
- {
386
- "kind": "js",
387
- "name": "assureDesignSystem",
388
- "declaration": {
389
- "name": "assureDesignSystem",
390
- "module": "src/design-system/design-system.ts"
391
- }
392
- }
393
- ]
394
- },
395
- {
396
- "kind": "javascript-module",
397
- "path": "src/design-system/index.ts",
398
- "declarations": [],
399
- "exports": [
400
- {
401
- "kind": "js",
402
- "name": "*",
403
- "declaration": {
404
- "name": "*",
405
- "package": "./design-system"
406
- }
407
- }
408
- ]
409
- },
410
360
  {
411
361
  "kind": "javascript-module",
412
362
  "path": "src/decorators/index.ts",
@@ -460,6 +410,56 @@
460
410
  }
461
411
  ]
462
412
  },
413
+ {
414
+ "kind": "javascript-module",
415
+ "path": "src/design-system/design-system.ts",
416
+ "declarations": [
417
+ {
418
+ "kind": "function",
419
+ "name": "assureDesignSystem",
420
+ "return": {
421
+ "type": {
422
+ "text": "DesignSystemModule"
423
+ }
424
+ },
425
+ "parameters": [
426
+ {
427
+ "name": "module",
428
+ "type": {
429
+ "text": "DesignSystemModule"
430
+ }
431
+ }
432
+ ],
433
+ "description": "assureDesignSystem.",
434
+ "privacy": "public"
435
+ }
436
+ ],
437
+ "exports": [
438
+ {
439
+ "kind": "js",
440
+ "name": "assureDesignSystem",
441
+ "declaration": {
442
+ "name": "assureDesignSystem",
443
+ "module": "src/design-system/design-system.ts"
444
+ }
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "kind": "javascript-module",
450
+ "path": "src/design-system/index.ts",
451
+ "declarations": [],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "*",
456
+ "declaration": {
457
+ "name": "*",
458
+ "package": "./design-system"
459
+ }
460
+ }
461
+ ]
462
+ },
463
463
  {
464
464
  "kind": "javascript-module",
465
465
  "path": "src/directives/index.ts",
@@ -2460,6 +2460,130 @@
2460
2460
  "declarations": [],
2461
2461
  "exports": []
2462
2462
  },
2463
+ {
2464
+ "kind": "javascript-module",
2465
+ "path": "src/mixins/lifecycle/index.ts",
2466
+ "declarations": [],
2467
+ "exports": [
2468
+ {
2469
+ "kind": "js",
2470
+ "name": "*",
2471
+ "declaration": {
2472
+ "name": "*",
2473
+ "package": "./lifecycle"
2474
+ }
2475
+ }
2476
+ ]
2477
+ },
2478
+ {
2479
+ "kind": "javascript-module",
2480
+ "path": "src/mixins/lifecycle/lifecycle.ts",
2481
+ "declarations": [
2482
+ {
2483
+ "kind": "mixin",
2484
+ "description": "",
2485
+ "name": "LifecycleMixin",
2486
+ "members": [
2487
+ {
2488
+ "kind": "method",
2489
+ "name": "cloneNode",
2490
+ "return": {
2491
+ "type": {
2492
+ "text": "Node"
2493
+ }
2494
+ },
2495
+ "parameters": [
2496
+ {
2497
+ "name": "deep",
2498
+ "optional": true,
2499
+ "type": {
2500
+ "text": "boolean"
2501
+ }
2502
+ }
2503
+ ]
2504
+ },
2505
+ {
2506
+ "kind": "method",
2507
+ "name": "deepClone",
2508
+ "return": {
2509
+ "type": {
2510
+ "text": "Node"
2511
+ }
2512
+ }
2513
+ },
2514
+ {
2515
+ "kind": "field",
2516
+ "name": "shouldRunDisconnect",
2517
+ "return": {
2518
+ "type": {
2519
+ "text": ""
2520
+ }
2521
+ },
2522
+ "readonly": true
2523
+ },
2524
+ {
2525
+ "kind": "field",
2526
+ "name": "shouldRunConnect",
2527
+ "return": {
2528
+ "type": {
2529
+ "text": ""
2530
+ }
2531
+ },
2532
+ "readonly": true
2533
+ },
2534
+ {
2535
+ "kind": "method",
2536
+ "name": "#_blockLifecycleDueToTokenChange",
2537
+ "return": {
2538
+ "type": {
2539
+ "text": "boolean"
2540
+ }
2541
+ },
2542
+ "parameters": [
2543
+ {
2544
+ "name": "lifecycleType",
2545
+ "type": {
2546
+ "text": "Lifecycletype"
2547
+ }
2548
+ }
2549
+ ]
2550
+ }
2551
+ ],
2552
+ "parameters": [
2553
+ {
2554
+ "name": "Base",
2555
+ "type": {
2556
+ "text": "T"
2557
+ }
2558
+ }
2559
+ ]
2560
+ },
2561
+ {
2562
+ "kind": "variable",
2563
+ "name": "layoutCacheDocument",
2564
+ "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
2565
+ "privacy": "public"
2566
+ }
2567
+ ],
2568
+ "exports": [
2569
+ {
2570
+ "kind": "js",
2571
+ "name": "LifecycleMixin",
2572
+ "declaration": {
2573
+ "name": "LifecycleMixin",
2574
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2575
+ }
2576
+ },
2577
+ {
2578
+ "kind": "js",
2579
+ "name": "layoutCacheDocument",
2580
+ "declaration": {
2581
+ "name": "layoutCacheDocument",
2582
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2583
+ }
2584
+ }
2585
+ ]
2586
+ },
2463
2587
  {
2464
2588
  "kind": "javascript-module",
2465
2589
  "path": "src/mixins/pendingState/index.ts",
@@ -2773,130 +2897,6 @@
2773
2897
  "path": "src/serializers/json/types.ts",
2774
2898
  "declarations": [],
2775
2899
  "exports": []
2776
- },
2777
- {
2778
- "kind": "javascript-module",
2779
- "path": "src/mixins/lifecycle/index.ts",
2780
- "declarations": [],
2781
- "exports": [
2782
- {
2783
- "kind": "js",
2784
- "name": "*",
2785
- "declaration": {
2786
- "name": "*",
2787
- "package": "./lifecycle"
2788
- }
2789
- }
2790
- ]
2791
- },
2792
- {
2793
- "kind": "javascript-module",
2794
- "path": "src/mixins/lifecycle/lifecycle.ts",
2795
- "declarations": [
2796
- {
2797
- "kind": "mixin",
2798
- "description": "",
2799
- "name": "LifecycleMixin",
2800
- "members": [
2801
- {
2802
- "kind": "method",
2803
- "name": "cloneNode",
2804
- "return": {
2805
- "type": {
2806
- "text": "Node"
2807
- }
2808
- },
2809
- "parameters": [
2810
- {
2811
- "name": "deep",
2812
- "optional": true,
2813
- "type": {
2814
- "text": "boolean"
2815
- }
2816
- }
2817
- ]
2818
- },
2819
- {
2820
- "kind": "method",
2821
- "name": "deepClone",
2822
- "return": {
2823
- "type": {
2824
- "text": "Node"
2825
- }
2826
- }
2827
- },
2828
- {
2829
- "kind": "field",
2830
- "name": "shouldRunDisconnect",
2831
- "return": {
2832
- "type": {
2833
- "text": ""
2834
- }
2835
- },
2836
- "readonly": true
2837
- },
2838
- {
2839
- "kind": "field",
2840
- "name": "shouldRunConnect",
2841
- "return": {
2842
- "type": {
2843
- "text": ""
2844
- }
2845
- },
2846
- "readonly": true
2847
- },
2848
- {
2849
- "kind": "method",
2850
- "name": "#_blockLifecycleDueToTokenChange",
2851
- "return": {
2852
- "type": {
2853
- "text": "boolean"
2854
- }
2855
- },
2856
- "parameters": [
2857
- {
2858
- "name": "lifecycleType",
2859
- "type": {
2860
- "text": "Lifecycletype"
2861
- }
2862
- }
2863
- ]
2864
- }
2865
- ],
2866
- "parameters": [
2867
- {
2868
- "name": "Base",
2869
- "type": {
2870
- "text": "T"
2871
- }
2872
- }
2873
- ]
2874
- },
2875
- {
2876
- "kind": "variable",
2877
- "name": "layoutCacheDocument",
2878
- "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
2879
- "privacy": "public"
2880
- }
2881
- ],
2882
- "exports": [
2883
- {
2884
- "kind": "js",
2885
- "name": "LifecycleMixin",
2886
- "declaration": {
2887
- "name": "LifecycleMixin",
2888
- "module": "src/mixins/lifecycle/lifecycle.ts"
2889
- }
2890
- },
2891
- {
2892
- "kind": "js",
2893
- "name": "layoutCacheDocument",
2894
- "declaration": {
2895
- "name": "layoutCacheDocument",
2896
- "module": "src/mixins/lifecycle/lifecycle.ts"
2897
- }
2898
- }
2899
- ]
2900
2900
  }
2901
2901
  ]
2902
2902
  }
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.197.0",
4
+ "version": "14.197.1-alpha-bd261ef.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.197.0",
31
- "@genesislcap/genx": "14.197.0",
32
- "@genesislcap/rollup-builder": "14.197.0",
33
- "@genesislcap/ts-builder": "14.197.0",
34
- "@genesislcap/uvu-playwright-builder": "14.197.0",
35
- "@genesislcap/vite-builder": "14.197.0",
36
- "@genesislcap/webpack-builder": "14.197.0",
30
+ "@genesislcap/foundation-testing": "14.197.1-alpha-bd261ef.0",
31
+ "@genesislcap/genx": "14.197.1-alpha-bd261ef.0",
32
+ "@genesislcap/rollup-builder": "14.197.1-alpha-bd261ef.0",
33
+ "@genesislcap/ts-builder": "14.197.1-alpha-bd261ef.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.197.1-alpha-bd261ef.0",
35
+ "@genesislcap/vite-builder": "14.197.1-alpha-bd261ef.0",
36
+ "@genesislcap/webpack-builder": "14.197.1-alpha-bd261ef.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.197.0",
40
+ "@genesislcap/foundation-logger": "14.197.1-alpha-bd261ef.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": "1520d802086369c1ef2feb25e9d06a27b6fd09d4"
58
+ "gitHead": "66a3d9d870ec9736078fbf550a9b2bff13621fc1"
59
59
  }