@genesislcap/foundation-utils 14.18.0 → 14.20.0-bny.19

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.
@@ -386,6 +386,29 @@
386
386
  }
387
387
  ]
388
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/directives/index.ts",
392
+ "declarations": [],
393
+ "exports": [
394
+ {
395
+ "kind": "js",
396
+ "name": "*",
397
+ "declaration": {
398
+ "name": "*",
399
+ "package": "./sync"
400
+ }
401
+ },
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./when-else"
408
+ }
409
+ }
410
+ ]
411
+ },
389
412
  {
390
413
  "kind": "javascript-module",
391
414
  "path": "src/design-system/design-system.ts",
@@ -435,29 +458,6 @@
435
458
  }
436
459
  ]
437
460
  },
438
- {
439
- "kind": "javascript-module",
440
- "path": "src/directives/index.ts",
441
- "declarations": [],
442
- "exports": [
443
- {
444
- "kind": "js",
445
- "name": "*",
446
- "declaration": {
447
- "name": "*",
448
- "package": "./sync"
449
- }
450
- },
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./when-else"
457
- }
458
- }
459
- ]
460
- },
461
461
  {
462
462
  "kind": "javascript-module",
463
463
  "path": "src/env/index.ts",
@@ -1693,7 +1693,7 @@
1693
1693
  },
1694
1694
  {
1695
1695
  "kind": "javascript-module",
1696
- "path": "src/mixins/lifecycle/index.ts",
1696
+ "path": "src/mixins/pendingState/index.ts",
1697
1697
  "declarations": [],
1698
1698
  "exports": [
1699
1699
  {
@@ -1701,106 +1701,99 @@
1701
1701
  "name": "*",
1702
1702
  "declaration": {
1703
1703
  "name": "*",
1704
- "package": "./lifecycle"
1704
+ "package": "./pendingState"
1705
1705
  }
1706
1706
  }
1707
1707
  ]
1708
1708
  },
1709
1709
  {
1710
1710
  "kind": "javascript-module",
1711
- "path": "src/mixins/lifecycle/lifecycle.ts",
1711
+ "path": "src/mixins/pendingState/pendingState.ts",
1712
1712
  "declarations": [
1713
1713
  {
1714
1714
  "kind": "mixin",
1715
1715
  "description": "",
1716
- "name": "LifecycleMixin",
1716
+ "name": "PendingState",
1717
1717
  "members": [
1718
1718
  {
1719
- "kind": "method",
1720
- "name": "cloneNode",
1721
- "return": {
1722
- "type": {
1723
- "text": "Node"
1724
- }
1719
+ "kind": "field",
1720
+ "name": "pendingCount",
1721
+ "type": {
1722
+ "text": "number"
1725
1723
  },
1726
- "parameters": [
1727
- {
1728
- "name": "deep",
1729
- "optional": true,
1730
- "type": {
1731
- "text": "boolean"
1732
- }
1733
- }
1734
- ]
1724
+ "privacy": "public",
1725
+ "default": "0"
1735
1726
  },
1736
1727
  {
1737
- "kind": "method",
1738
- "name": "deepClone",
1739
- "return": {
1740
- "type": {
1741
- "text": "Node"
1742
- }
1743
- }
1728
+ "kind": "field",
1729
+ "name": "resolvedCount",
1730
+ "type": {
1731
+ "text": "number"
1732
+ },
1733
+ "privacy": "public",
1734
+ "default": "0"
1744
1735
  },
1745
1736
  {
1746
1737
  "kind": "field",
1747
- "name": "shouldRunDisconnect",
1748
- "return": {
1749
- "type": {
1750
- "text": ""
1751
- }
1738
+ "name": "hasPendingChildren",
1739
+ "type": {
1740
+ "text": "boolean"
1752
1741
  },
1753
- "readonly": true
1742
+ "privacy": "public",
1743
+ "default": "false"
1754
1744
  },
1755
1745
  {
1756
1746
  "kind": "field",
1757
- "name": "shouldRunConnect",
1747
+ "name": "progress",
1748
+ "type": {
1749
+ "text": "number"
1750
+ },
1751
+ "privacy": "public",
1752
+ "readonly": true
1753
+ },
1754
+ {
1755
+ "kind": "method",
1756
+ "name": "onPendingState",
1757
+ "privacy": "public",
1758
1758
  "return": {
1759
1759
  "type": {
1760
- "text": ""
1760
+ "text": "Promise<void>"
1761
1761
  }
1762
1762
  },
1763
- "readonly": true
1763
+ "parameters": [
1764
+ {
1765
+ "name": "{ detail }",
1766
+ "type": {
1767
+ "text": "PendingStateEvent"
1768
+ }
1769
+ }
1770
+ ]
1764
1771
  }
1765
1772
  ],
1766
1773
  "parameters": [
1767
1774
  {
1768
1775
  "name": "Base",
1769
1776
  "type": {
1770
- "text": "T"
1777
+ "text": "TBase"
1771
1778
  }
1772
1779
  }
1773
1780
  ]
1774
- },
1775
- {
1776
- "kind": "variable",
1777
- "name": "layoutCacheDocument",
1778
- "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
1779
- "privacy": "public"
1780
1781
  }
1781
1782
  ],
1782
1783
  "exports": [
1783
1784
  {
1784
1785
  "kind": "js",
1785
- "name": "LifecycleMixin",
1786
- "declaration": {
1787
- "name": "LifecycleMixin",
1788
- "module": "src/mixins/lifecycle/lifecycle.ts"
1789
- }
1790
- },
1791
- {
1792
- "kind": "js",
1793
- "name": "layoutCacheDocument",
1786
+ "name": "PendingState",
1794
1787
  "declaration": {
1795
- "name": "layoutCacheDocument",
1796
- "module": "src/mixins/lifecycle/lifecycle.ts"
1788
+ "name": "PendingState",
1789
+ "module": "src/mixins/pendingState/pendingState.ts"
1797
1790
  }
1798
1791
  }
1799
1792
  ]
1800
1793
  },
1801
1794
  {
1802
1795
  "kind": "javascript-module",
1803
- "path": "src/mixins/pendingState/index.ts",
1796
+ "path": "src/mixins/lifecycle/index.ts",
1804
1797
  "declarations": [],
1805
1798
  "exports": [
1806
1799
  {
@@ -1808,92 +1801,99 @@
1808
1801
  "name": "*",
1809
1802
  "declaration": {
1810
1803
  "name": "*",
1811
- "package": "./pendingState"
1804
+ "package": "./lifecycle"
1812
1805
  }
1813
1806
  }
1814
1807
  ]
1815
1808
  },
1816
1809
  {
1817
1810
  "kind": "javascript-module",
1818
- "path": "src/mixins/pendingState/pendingState.ts",
1811
+ "path": "src/mixins/lifecycle/lifecycle.ts",
1819
1812
  "declarations": [
1820
1813
  {
1821
1814
  "kind": "mixin",
1822
1815
  "description": "",
1823
- "name": "PendingState",
1816
+ "name": "LifecycleMixin",
1824
1817
  "members": [
1825
1818
  {
1826
- "kind": "field",
1827
- "name": "pendingCount",
1828
- "type": {
1829
- "text": "number"
1830
- },
1831
- "privacy": "public",
1832
- "default": "0"
1833
- },
1834
- {
1835
- "kind": "field",
1836
- "name": "resolvedCount",
1837
- "type": {
1838
- "text": "number"
1819
+ "kind": "method",
1820
+ "name": "cloneNode",
1821
+ "return": {
1822
+ "type": {
1823
+ "text": "Node"
1824
+ }
1839
1825
  },
1840
- "privacy": "public",
1841
- "default": "0"
1826
+ "parameters": [
1827
+ {
1828
+ "name": "deep",
1829
+ "optional": true,
1830
+ "type": {
1831
+ "text": "boolean"
1832
+ }
1833
+ }
1834
+ ]
1842
1835
  },
1843
1836
  {
1844
- "kind": "field",
1845
- "name": "hasPendingChildren",
1846
- "type": {
1847
- "text": "boolean"
1848
- },
1849
- "privacy": "public",
1850
- "default": "false"
1837
+ "kind": "method",
1838
+ "name": "deepClone",
1839
+ "return": {
1840
+ "type": {
1841
+ "text": "Node"
1842
+ }
1843
+ }
1851
1844
  },
1852
1845
  {
1853
1846
  "kind": "field",
1854
- "name": "progress",
1855
- "type": {
1856
- "text": "number"
1847
+ "name": "shouldRunDisconnect",
1848
+ "return": {
1849
+ "type": {
1850
+ "text": ""
1851
+ }
1857
1852
  },
1858
- "privacy": "public",
1859
1853
  "readonly": true
1860
1854
  },
1861
1855
  {
1862
- "kind": "method",
1863
- "name": "onPendingState",
1864
- "privacy": "public",
1856
+ "kind": "field",
1857
+ "name": "shouldRunConnect",
1865
1858
  "return": {
1866
1859
  "type": {
1867
- "text": "Promise<void>"
1860
+ "text": ""
1868
1861
  }
1869
1862
  },
1870
- "parameters": [
1871
- {
1872
- "name": "{ detail }",
1873
- "type": {
1874
- "text": "PendingStateEvent"
1875
- }
1876
- }
1877
- ]
1863
+ "readonly": true
1878
1864
  }
1879
1865
  ],
1880
1866
  "parameters": [
1881
1867
  {
1882
1868
  "name": "Base",
1883
1869
  "type": {
1884
- "text": "TBase"
1870
+ "text": "T"
1885
1871
  }
1886
1872
  }
1887
1873
  ]
1874
+ },
1875
+ {
1876
+ "kind": "variable",
1877
+ "name": "layoutCacheDocument",
1878
+ "description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
1879
+ "privacy": "public"
1888
1880
  }
1889
1881
  ],
1890
1882
  "exports": [
1891
1883
  {
1892
1884
  "kind": "js",
1893
- "name": "PendingState",
1885
+ "name": "LifecycleMixin",
1894
1886
  "declaration": {
1895
- "name": "PendingState",
1896
- "module": "src/mixins/pendingState/pendingState.ts"
1887
+ "name": "LifecycleMixin",
1888
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1889
+ }
1890
+ },
1891
+ {
1892
+ "kind": "js",
1893
+ "name": "layoutCacheDocument",
1894
+ "declaration": {
1895
+ "name": "layoutCacheDocument",
1896
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1897
1897
  }
1898
1898
  }
1899
1899
  ]
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.18.0",
4
+ "version": "14.20.0-bny.19",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@custom-elements-manifest/analyzer": "^0.8.2",
31
- "@genesislcap/genx": "^14.18.0",
31
+ "@genesislcap/genx": "14.20.0-bny.19",
32
32
  "@module-federation/dashboard-plugin": "2.3.0",
33
33
  "@playwright/test": "^1.18.1",
34
34
  "@rollup/plugin-commonjs": "^21.0.1",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "35c1a42bdf004f0eb61b721bec7f1e871145186d"
93
+ "gitHead": "6055bc907ba47a7d9597017c2c850d3d59dff831"
94
94
  }