@genesislcap/foundation-utils 14.235.0-test.1 → 14.236.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 +73 -73
- package/package.json +11 -11
|
@@ -222,79 +222,6 @@
|
|
|
222
222
|
}
|
|
223
223
|
]
|
|
224
224
|
},
|
|
225
|
-
{
|
|
226
|
-
"kind": "javascript-module",
|
|
227
|
-
"path": "src/design-system/design-system.ts",
|
|
228
|
-
"declarations": [
|
|
229
|
-
{
|
|
230
|
-
"kind": "function",
|
|
231
|
-
"name": "assureDesignSystem",
|
|
232
|
-
"return": {
|
|
233
|
-
"type": {
|
|
234
|
-
"text": "DesignSystemModule"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"parameters": [
|
|
238
|
-
{
|
|
239
|
-
"name": "module",
|
|
240
|
-
"type": {
|
|
241
|
-
"text": "DesignSystemModule"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"description": "assureDesignSystem.",
|
|
246
|
-
"privacy": "public"
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"exports": [
|
|
250
|
-
{
|
|
251
|
-
"kind": "js",
|
|
252
|
-
"name": "assureDesignSystem",
|
|
253
|
-
"declaration": {
|
|
254
|
-
"name": "assureDesignSystem",
|
|
255
|
-
"module": "src/design-system/design-system.ts"
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"kind": "javascript-module",
|
|
262
|
-
"path": "src/design-system/index.ts",
|
|
263
|
-
"declarations": [],
|
|
264
|
-
"exports": [
|
|
265
|
-
{
|
|
266
|
-
"kind": "js",
|
|
267
|
-
"name": "*",
|
|
268
|
-
"declaration": {
|
|
269
|
-
"name": "*",
|
|
270
|
-
"package": "./design-system"
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
]
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"kind": "javascript-module",
|
|
277
|
-
"path": "src/directives/index.ts",
|
|
278
|
-
"declarations": [],
|
|
279
|
-
"exports": [
|
|
280
|
-
{
|
|
281
|
-
"kind": "js",
|
|
282
|
-
"name": "*",
|
|
283
|
-
"declaration": {
|
|
284
|
-
"name": "*",
|
|
285
|
-
"package": "./sync"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"kind": "js",
|
|
290
|
-
"name": "*",
|
|
291
|
-
"declaration": {
|
|
292
|
-
"name": "*",
|
|
293
|
-
"package": "./when-else"
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
]
|
|
297
|
-
},
|
|
298
225
|
{
|
|
299
226
|
"kind": "javascript-module",
|
|
300
227
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -493,6 +420,79 @@
|
|
|
493
420
|
}
|
|
494
421
|
]
|
|
495
422
|
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "javascript-module",
|
|
425
|
+
"path": "src/design-system/design-system.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "function",
|
|
429
|
+
"name": "assureDesignSystem",
|
|
430
|
+
"return": {
|
|
431
|
+
"type": {
|
|
432
|
+
"text": "DesignSystemModule"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"parameters": [
|
|
436
|
+
{
|
|
437
|
+
"name": "module",
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "DesignSystemModule"
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"description": "assureDesignSystem.",
|
|
444
|
+
"privacy": "public"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"exports": [
|
|
448
|
+
{
|
|
449
|
+
"kind": "js",
|
|
450
|
+
"name": "assureDesignSystem",
|
|
451
|
+
"declaration": {
|
|
452
|
+
"name": "assureDesignSystem",
|
|
453
|
+
"module": "src/design-system/design-system.ts"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "javascript-module",
|
|
460
|
+
"path": "src/design-system/index.ts",
|
|
461
|
+
"declarations": [],
|
|
462
|
+
"exports": [
|
|
463
|
+
{
|
|
464
|
+
"kind": "js",
|
|
465
|
+
"name": "*",
|
|
466
|
+
"declaration": {
|
|
467
|
+
"name": "*",
|
|
468
|
+
"package": "./design-system"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"kind": "javascript-module",
|
|
475
|
+
"path": "src/directives/index.ts",
|
|
476
|
+
"declarations": [],
|
|
477
|
+
"exports": [
|
|
478
|
+
{
|
|
479
|
+
"kind": "js",
|
|
480
|
+
"name": "*",
|
|
481
|
+
"declaration": {
|
|
482
|
+
"name": "*",
|
|
483
|
+
"package": "./sync"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "*",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "*",
|
|
491
|
+
"package": "./when-else"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
496
|
{
|
|
497
497
|
"kind": "javascript-module",
|
|
498
498
|
"path": "src/encoding/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.236.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "genx build -b ts",
|
|
17
17
|
"circular": "npx -y madge --extensions ts --circular ./src",
|
|
18
|
-
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
18
|
+
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
19
19
|
"dev": "genx dev -b ts",
|
|
20
20
|
"test": "genx test"
|
|
21
21
|
},
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.236.0",
|
|
31
|
+
"@genesislcap/genx": "14.236.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.236.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.236.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.236.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.236.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.236.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.236.0",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
|
|
59
59
|
}
|