@genesislcap/foundation-utils 14.210.1-alpha-1717fac.0 → 14.210.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 +189 -189
  2. package/package.json +10 -10
@@ -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
  ]
@@ -470,7 +440,7 @@
470
440
  },
471
441
  {
472
442
  "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
443
+ "path": "src/decorators/index.ts",
474
444
  "declarations": [],
475
445
  "exports": [
476
446
  {
@@ -478,15 +448,45 @@
478
448
  "name": "*",
479
449
  "declaration": {
480
450
  "name": "*",
481
- "package": "./sync"
451
+ "package": "./renderOnChange"
482
452
  }
483
- },
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
484
  {
485
485
  "kind": "js",
486
- "name": "*",
486
+ "name": "renderOnChange",
487
487
  "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
488
+ "name": "renderOnChange",
489
+ "module": "src/decorators/renderOnChange.ts"
490
490
  }
491
491
  }
492
492
  ]
@@ -1314,6 +1314,29 @@
1314
1314
  }
1315
1315
  ]
1316
1316
  },
1317
+ {
1318
+ "kind": "javascript-module",
1319
+ "path": "src/mixins/index.ts",
1320
+ "declarations": [],
1321
+ "exports": [
1322
+ {
1323
+ "kind": "js",
1324
+ "name": "*",
1325
+ "declaration": {
1326
+ "name": "*",
1327
+ "package": "./pendingState"
1328
+ }
1329
+ },
1330
+ {
1331
+ "kind": "js",
1332
+ "name": "*",
1333
+ "declaration": {
1334
+ "name": "*",
1335
+ "package": "./lifecycle"
1336
+ }
1337
+ }
1338
+ ]
1339
+ },
1317
1340
  {
1318
1341
  "kind": "javascript-module",
1319
1342
  "path": "src/observer/index.ts",
@@ -1386,29 +1409,6 @@
1386
1409
  }
1387
1410
  ]
1388
1411
  },
1389
- {
1390
- "kind": "javascript-module",
1391
- "path": "src/mixins/index.ts",
1392
- "declarations": [],
1393
- "exports": [
1394
- {
1395
- "kind": "js",
1396
- "name": "*",
1397
- "declaration": {
1398
- "name": "*",
1399
- "package": "./pendingState"
1400
- }
1401
- },
1402
- {
1403
- "kind": "js",
1404
- "name": "*",
1405
- "declaration": {
1406
- "name": "*",
1407
- "package": "./lifecycle"
1408
- }
1409
- }
1410
- ]
1411
- },
1412
1412
  {
1413
1413
  "kind": "javascript-module",
1414
1414
  "path": "src/promise/index.ts",
@@ -2470,6 +2470,130 @@
2470
2470
  "declarations": [],
2471
2471
  "exports": []
2472
2472
  },
2473
+ {
2474
+ "kind": "javascript-module",
2475
+ "path": "src/mixins/lifecycle/index.ts",
2476
+ "declarations": [],
2477
+ "exports": [
2478
+ {
2479
+ "kind": "js",
2480
+ "name": "*",
2481
+ "declaration": {
2482
+ "name": "*",
2483
+ "package": "./lifecycle"
2484
+ }
2485
+ }
2486
+ ]
2487
+ },
2488
+ {
2489
+ "kind": "javascript-module",
2490
+ "path": "src/mixins/lifecycle/lifecycle.ts",
2491
+ "declarations": [
2492
+ {
2493
+ "kind": "mixin",
2494
+ "description": "",
2495
+ "name": "LifecycleMixin",
2496
+ "members": [
2497
+ {
2498
+ "kind": "method",
2499
+ "name": "cloneNode",
2500
+ "return": {
2501
+ "type": {
2502
+ "text": "Node"
2503
+ }
2504
+ },
2505
+ "parameters": [
2506
+ {
2507
+ "name": "deep",
2508
+ "optional": true,
2509
+ "type": {
2510
+ "text": "boolean"
2511
+ }
2512
+ }
2513
+ ]
2514
+ },
2515
+ {
2516
+ "kind": "method",
2517
+ "name": "deepClone",
2518
+ "return": {
2519
+ "type": {
2520
+ "text": "Node"
2521
+ }
2522
+ }
2523
+ },
2524
+ {
2525
+ "kind": "field",
2526
+ "name": "shouldRunDisconnect",
2527
+ "return": {
2528
+ "type": {
2529
+ "text": ""
2530
+ }
2531
+ },
2532
+ "readonly": true
2533
+ },
2534
+ {
2535
+ "kind": "field",
2536
+ "name": "shouldRunConnect",
2537
+ "return": {
2538
+ "type": {
2539
+ "text": ""
2540
+ }
2541
+ },
2542
+ "readonly": true
2543
+ },
2544
+ {
2545
+ "kind": "method",
2546
+ "name": "#_blockLifecycleDueToTokenChange",
2547
+ "return": {
2548
+ "type": {
2549
+ "text": "boolean"
2550
+ }
2551
+ },
2552
+ "parameters": [
2553
+ {
2554
+ "name": "lifecycleType",
2555
+ "type": {
2556
+ "text": "Lifecycletype"
2557
+ }
2558
+ }
2559
+ ]
2560
+ }
2561
+ ],
2562
+ "parameters": [
2563
+ {
2564
+ "name": "Base",
2565
+ "type": {
2566
+ "text": "T"
2567
+ }
2568
+ }
2569
+ ]
2570
+ },
2571
+ {
2572
+ "kind": "variable",
2573
+ "name": "layoutCacheDocument",
2574
+ "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
2575
+ "privacy": "public"
2576
+ }
2577
+ ],
2578
+ "exports": [
2579
+ {
2580
+ "kind": "js",
2581
+ "name": "LifecycleMixin",
2582
+ "declaration": {
2583
+ "name": "LifecycleMixin",
2584
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2585
+ }
2586
+ },
2587
+ {
2588
+ "kind": "js",
2589
+ "name": "layoutCacheDocument",
2590
+ "declaration": {
2591
+ "name": "layoutCacheDocument",
2592
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2593
+ }
2594
+ }
2595
+ ]
2596
+ },
2473
2597
  {
2474
2598
  "kind": "javascript-module",
2475
2599
  "path": "src/mixins/pendingState/index.ts",
@@ -2783,130 +2907,6 @@
2783
2907
  "path": "src/serializers/json/types.ts",
2784
2908
  "declarations": [],
2785
2909
  "exports": []
2786
- },
2787
- {
2788
- "kind": "javascript-module",
2789
- "path": "src/mixins/lifecycle/index.ts",
2790
- "declarations": [],
2791
- "exports": [
2792
- {
2793
- "kind": "js",
2794
- "name": "*",
2795
- "declaration": {
2796
- "name": "*",
2797
- "package": "./lifecycle"
2798
- }
2799
- }
2800
- ]
2801
- },
2802
- {
2803
- "kind": "javascript-module",
2804
- "path": "src/mixins/lifecycle/lifecycle.ts",
2805
- "declarations": [
2806
- {
2807
- "kind": "mixin",
2808
- "description": "",
2809
- "name": "LifecycleMixin",
2810
- "members": [
2811
- {
2812
- "kind": "method",
2813
- "name": "cloneNode",
2814
- "return": {
2815
- "type": {
2816
- "text": "Node"
2817
- }
2818
- },
2819
- "parameters": [
2820
- {
2821
- "name": "deep",
2822
- "optional": true,
2823
- "type": {
2824
- "text": "boolean"
2825
- }
2826
- }
2827
- ]
2828
- },
2829
- {
2830
- "kind": "method",
2831
- "name": "deepClone",
2832
- "return": {
2833
- "type": {
2834
- "text": "Node"
2835
- }
2836
- }
2837
- },
2838
- {
2839
- "kind": "field",
2840
- "name": "shouldRunDisconnect",
2841
- "return": {
2842
- "type": {
2843
- "text": ""
2844
- }
2845
- },
2846
- "readonly": true
2847
- },
2848
- {
2849
- "kind": "field",
2850
- "name": "shouldRunConnect",
2851
- "return": {
2852
- "type": {
2853
- "text": ""
2854
- }
2855
- },
2856
- "readonly": true
2857
- },
2858
- {
2859
- "kind": "method",
2860
- "name": "#_blockLifecycleDueToTokenChange",
2861
- "return": {
2862
- "type": {
2863
- "text": "boolean"
2864
- }
2865
- },
2866
- "parameters": [
2867
- {
2868
- "name": "lifecycleType",
2869
- "type": {
2870
- "text": "Lifecycletype"
2871
- }
2872
- }
2873
- ]
2874
- }
2875
- ],
2876
- "parameters": [
2877
- {
2878
- "name": "Base",
2879
- "type": {
2880
- "text": "T"
2881
- }
2882
- }
2883
- ]
2884
- },
2885
- {
2886
- "kind": "variable",
2887
- "name": "layoutCacheDocument",
2888
- "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
2889
- "privacy": "public"
2890
- }
2891
- ],
2892
- "exports": [
2893
- {
2894
- "kind": "js",
2895
- "name": "LifecycleMixin",
2896
- "declaration": {
2897
- "name": "LifecycleMixin",
2898
- "module": "src/mixins/lifecycle/lifecycle.ts"
2899
- }
2900
- },
2901
- {
2902
- "kind": "js",
2903
- "name": "layoutCacheDocument",
2904
- "declaration": {
2905
- "name": "layoutCacheDocument",
2906
- "module": "src/mixins/lifecycle/lifecycle.ts"
2907
- }
2908
- }
2909
- ]
2910
2910
  }
2911
2911
  ]
2912
2912
  }
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.210.1-alpha-1717fac.0",
4
+ "version": "14.210.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.210.1-alpha-1717fac.0",
31
- "@genesislcap/genx": "14.210.1-alpha-1717fac.0",
32
- "@genesislcap/rollup-builder": "14.210.1-alpha-1717fac.0",
33
- "@genesislcap/ts-builder": "14.210.1-alpha-1717fac.0",
34
- "@genesislcap/uvu-playwright-builder": "14.210.1-alpha-1717fac.0",
35
- "@genesislcap/vite-builder": "14.210.1-alpha-1717fac.0",
36
- "@genesislcap/webpack-builder": "14.210.1-alpha-1717fac.0",
30
+ "@genesislcap/foundation-testing": "14.210.1",
31
+ "@genesislcap/genx": "14.210.1",
32
+ "@genesislcap/rollup-builder": "14.210.1",
33
+ "@genesislcap/ts-builder": "14.210.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.210.1",
35
+ "@genesislcap/vite-builder": "14.210.1",
36
+ "@genesislcap/webpack-builder": "14.210.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.210.1-alpha-1717fac.0",
40
+ "@genesislcap/foundation-logger": "14.210.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": "876ef746e336dd6d007d89a83eab537b8e0193f2"
58
+ "gitHead": "6013d99ff5de13a1758da3f36d1ac9fdf85ead46"
59
59
  }