@genesislcap/foundation-utils 14.79.2-alpha-ca658e8.0 → 14.80.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.
- package/dist/custom-elements.json +86 -86
- package/package.json +2 -2
|
@@ -143,55 +143,6 @@
|
|
|
143
143
|
}
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "javascript-module",
|
|
148
|
-
"path": "src/design-system/design-system.ts",
|
|
149
|
-
"declarations": [
|
|
150
|
-
{
|
|
151
|
-
"kind": "function",
|
|
152
|
-
"name": "assureDesignSystem",
|
|
153
|
-
"return": {
|
|
154
|
-
"type": {
|
|
155
|
-
"text": "DesignSystemModule"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
"parameters": [
|
|
159
|
-
{
|
|
160
|
-
"name": "module",
|
|
161
|
-
"type": {
|
|
162
|
-
"text": "DesignSystemModule"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
],
|
|
166
|
-
"privacy": "public"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"exports": [
|
|
170
|
-
{
|
|
171
|
-
"kind": "js",
|
|
172
|
-
"name": "assureDesignSystem",
|
|
173
|
-
"declaration": {
|
|
174
|
-
"name": "assureDesignSystem",
|
|
175
|
-
"module": "src/design-system/design-system.ts"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
]
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"kind": "javascript-module",
|
|
182
|
-
"path": "src/design-system/index.ts",
|
|
183
|
-
"declarations": [],
|
|
184
|
-
"exports": [
|
|
185
|
-
{
|
|
186
|
-
"kind": "js",
|
|
187
|
-
"name": "*",
|
|
188
|
-
"declaration": {
|
|
189
|
-
"name": "*",
|
|
190
|
-
"package": "./design-system"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
146
|
{
|
|
196
147
|
"kind": "javascript-module",
|
|
197
148
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -466,6 +417,55 @@
|
|
|
466
417
|
}
|
|
467
418
|
]
|
|
468
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "javascript-module",
|
|
422
|
+
"path": "src/design-system/design-system.ts",
|
|
423
|
+
"declarations": [
|
|
424
|
+
{
|
|
425
|
+
"kind": "function",
|
|
426
|
+
"name": "assureDesignSystem",
|
|
427
|
+
"return": {
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"parameters": [
|
|
433
|
+
{
|
|
434
|
+
"name": "module",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "DesignSystemModule"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"privacy": "public"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"exports": [
|
|
444
|
+
{
|
|
445
|
+
"kind": "js",
|
|
446
|
+
"name": "assureDesignSystem",
|
|
447
|
+
"declaration": {
|
|
448
|
+
"name": "assureDesignSystem",
|
|
449
|
+
"module": "src/design-system/design-system.ts"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "javascript-module",
|
|
456
|
+
"path": "src/design-system/index.ts",
|
|
457
|
+
"declarations": [],
|
|
458
|
+
"exports": [
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "*",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./design-system"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
469
|
{
|
|
470
470
|
"kind": "javascript-module",
|
|
471
471
|
"path": "src/env/index.ts",
|
|
@@ -1684,43 +1684,6 @@
|
|
|
1684
1684
|
}
|
|
1685
1685
|
]
|
|
1686
1686
|
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "javascript-module",
|
|
1689
|
-
"path": "src/uuid/index.ts",
|
|
1690
|
-
"declarations": [],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "*",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "*",
|
|
1697
|
-
"package": "./uuid"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "javascript-module",
|
|
1704
|
-
"path": "src/uuid/uuid.ts",
|
|
1705
|
-
"declarations": [
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "variable",
|
|
1708
|
-
"name": "UUID",
|
|
1709
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1710
|
-
"privacy": "public"
|
|
1711
|
-
}
|
|
1712
|
-
],
|
|
1713
|
-
"exports": [
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "js",
|
|
1716
|
-
"name": "UUID",
|
|
1717
|
-
"declaration": {
|
|
1718
|
-
"name": "UUID",
|
|
1719
|
-
"module": "src/uuid/uuid.ts"
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
]
|
|
1723
|
-
},
|
|
1724
1687
|
{
|
|
1725
1688
|
"kind": "javascript-module",
|
|
1726
1689
|
"path": "src/window/index.ts",
|
|
@@ -1869,6 +1832,43 @@
|
|
|
1869
1832
|
}
|
|
1870
1833
|
]
|
|
1871
1834
|
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "javascript-module",
|
|
1837
|
+
"path": "src/uuid/index.ts",
|
|
1838
|
+
"declarations": [],
|
|
1839
|
+
"exports": [
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "*",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "*",
|
|
1845
|
+
"package": "./uuid"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "javascript-module",
|
|
1852
|
+
"path": "src/uuid/uuid.ts",
|
|
1853
|
+
"declarations": [
|
|
1854
|
+
{
|
|
1855
|
+
"kind": "variable",
|
|
1856
|
+
"name": "UUID",
|
|
1857
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1858
|
+
"privacy": "public"
|
|
1859
|
+
}
|
|
1860
|
+
],
|
|
1861
|
+
"exports": [
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "js",
|
|
1864
|
+
"name": "UUID",
|
|
1865
|
+
"declaration": {
|
|
1866
|
+
"name": "UUID",
|
|
1867
|
+
"module": "src/uuid/uuid.ts"
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
1872
|
{
|
|
1873
1873
|
"kind": "javascript-module",
|
|
1874
1874
|
"path": "src/directives/sync/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.
|
|
4
|
+
"version": "14.80.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"customElements": "dist/custom-elements.json",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3d24e496108a7e41591df635302ab6ebe6d78169"
|
|
45
45
|
}
|