@genesislcap/foundation-utils 14.158.0 → 14.158.1-beta.c41ab3f.1
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 +113 -113
- package/package.json +10 -10
|
@@ -151,6 +151,56 @@
|
|
|
151
151
|
}
|
|
152
152
|
]
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "javascript-module",
|
|
156
|
+
"path": "src/design-system/design-system.ts",
|
|
157
|
+
"declarations": [
|
|
158
|
+
{
|
|
159
|
+
"kind": "function",
|
|
160
|
+
"name": "assureDesignSystem",
|
|
161
|
+
"return": {
|
|
162
|
+
"type": {
|
|
163
|
+
"text": "DesignSystemModule"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"parameters": [
|
|
167
|
+
{
|
|
168
|
+
"name": "module",
|
|
169
|
+
"type": {
|
|
170
|
+
"text": "DesignSystemModule"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"description": "assureDesignSystem.",
|
|
175
|
+
"privacy": "public"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"exports": [
|
|
179
|
+
{
|
|
180
|
+
"kind": "js",
|
|
181
|
+
"name": "assureDesignSystem",
|
|
182
|
+
"declaration": {
|
|
183
|
+
"name": "assureDesignSystem",
|
|
184
|
+
"module": "src/design-system/design-system.ts"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"kind": "javascript-module",
|
|
191
|
+
"path": "src/design-system/index.ts",
|
|
192
|
+
"declarations": [],
|
|
193
|
+
"exports": [
|
|
194
|
+
{
|
|
195
|
+
"kind": "js",
|
|
196
|
+
"name": "*",
|
|
197
|
+
"declaration": {
|
|
198
|
+
"name": "*",
|
|
199
|
+
"package": "./design-system"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
154
204
|
{
|
|
155
205
|
"kind": "javascript-module",
|
|
156
206
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -351,7 +401,7 @@
|
|
|
351
401
|
},
|
|
352
402
|
{
|
|
353
403
|
"kind": "javascript-module",
|
|
354
|
-
"path": "src/
|
|
404
|
+
"path": "src/directives/index.ts",
|
|
355
405
|
"declarations": [],
|
|
356
406
|
"exports": [
|
|
357
407
|
{
|
|
@@ -359,95 +409,15 @@
|
|
|
359
409
|
"name": "*",
|
|
360
410
|
"declaration": {
|
|
361
411
|
"name": "*",
|
|
362
|
-
"package": "./
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "javascript-module",
|
|
369
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
370
|
-
"declarations": [
|
|
371
|
-
{
|
|
372
|
-
"kind": "function",
|
|
373
|
-
"name": "renderOnChange",
|
|
374
|
-
"parameters": [
|
|
375
|
-
{
|
|
376
|
-
"name": "target",
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "FASTElement & { render(): void }"
|
|
379
|
-
},
|
|
380
|
-
"description": "The target to define the property change handler on."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "name",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "The property name."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"exports": [
|
|
395
|
-
{
|
|
396
|
-
"kind": "js",
|
|
397
|
-
"name": "renderOnChange",
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "renderOnChange",
|
|
400
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"kind": "javascript-module",
|
|
407
|
-
"path": "src/design-system/design-system.ts",
|
|
408
|
-
"declarations": [
|
|
409
|
-
{
|
|
410
|
-
"kind": "function",
|
|
411
|
-
"name": "assureDesignSystem",
|
|
412
|
-
"return": {
|
|
413
|
-
"type": {
|
|
414
|
-
"text": "DesignSystemModule"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"parameters": [
|
|
418
|
-
{
|
|
419
|
-
"name": "module",
|
|
420
|
-
"type": {
|
|
421
|
-
"text": "DesignSystemModule"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"description": "assureDesignSystem.",
|
|
426
|
-
"privacy": "public"
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"exports": [
|
|
430
|
-
{
|
|
431
|
-
"kind": "js",
|
|
432
|
-
"name": "assureDesignSystem",
|
|
433
|
-
"declaration": {
|
|
434
|
-
"name": "assureDesignSystem",
|
|
435
|
-
"module": "src/design-system/design-system.ts"
|
|
412
|
+
"package": "./sync"
|
|
436
413
|
}
|
|
437
|
-
}
|
|
438
|
-
]
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "javascript-module",
|
|
442
|
-
"path": "src/design-system/index.ts",
|
|
443
|
-
"declarations": [],
|
|
444
|
-
"exports": [
|
|
414
|
+
},
|
|
445
415
|
{
|
|
446
416
|
"kind": "js",
|
|
447
417
|
"name": "*",
|
|
448
418
|
"declaration": {
|
|
449
419
|
"name": "*",
|
|
450
|
-
"package": "./
|
|
420
|
+
"package": "./when-else"
|
|
451
421
|
}
|
|
452
422
|
}
|
|
453
423
|
]
|
|
@@ -677,7 +647,7 @@
|
|
|
677
647
|
},
|
|
678
648
|
{
|
|
679
649
|
"kind": "javascript-module",
|
|
680
|
-
"path": "src/
|
|
650
|
+
"path": "src/decorators/index.ts",
|
|
681
651
|
"declarations": [],
|
|
682
652
|
"exports": [
|
|
683
653
|
{
|
|
@@ -685,15 +655,45 @@
|
|
|
685
655
|
"name": "*",
|
|
686
656
|
"declaration": {
|
|
687
657
|
"name": "*",
|
|
688
|
-
"package": "./
|
|
658
|
+
"package": "./renderOnChange"
|
|
689
659
|
}
|
|
690
|
-
}
|
|
660
|
+
}
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "javascript-module",
|
|
665
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
666
|
+
"declarations": [
|
|
667
|
+
{
|
|
668
|
+
"kind": "function",
|
|
669
|
+
"name": "renderOnChange",
|
|
670
|
+
"parameters": [
|
|
671
|
+
{
|
|
672
|
+
"name": "target",
|
|
673
|
+
"type": {
|
|
674
|
+
"text": "FASTElement & { render(): void }"
|
|
675
|
+
},
|
|
676
|
+
"description": "The target to define the property change handler on."
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "name",
|
|
680
|
+
"type": {
|
|
681
|
+
"text": "string"
|
|
682
|
+
},
|
|
683
|
+
"description": "The property name."
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
687
|
+
"privacy": "public"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"exports": [
|
|
691
691
|
{
|
|
692
692
|
"kind": "js",
|
|
693
|
-
"name": "
|
|
693
|
+
"name": "renderOnChange",
|
|
694
694
|
"declaration": {
|
|
695
|
-
"name": "
|
|
696
|
-
"
|
|
695
|
+
"name": "renderOnChange",
|
|
696
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
699
|
]
|
|
@@ -1210,6 +1210,29 @@
|
|
|
1210
1210
|
}
|
|
1211
1211
|
]
|
|
1212
1212
|
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "javascript-module",
|
|
1215
|
+
"path": "src/mixins/index.ts",
|
|
1216
|
+
"declarations": [],
|
|
1217
|
+
"exports": [
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "js",
|
|
1220
|
+
"name": "*",
|
|
1221
|
+
"declaration": {
|
|
1222
|
+
"name": "*",
|
|
1223
|
+
"package": "./pendingState"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "js",
|
|
1228
|
+
"name": "*",
|
|
1229
|
+
"declaration": {
|
|
1230
|
+
"name": "*",
|
|
1231
|
+
"package": "./lifecycle"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1213
1236
|
{
|
|
1214
1237
|
"kind": "javascript-module",
|
|
1215
1238
|
"path": "src/observer/index.ts",
|
|
@@ -1282,29 +1305,6 @@
|
|
|
1282
1305
|
}
|
|
1283
1306
|
]
|
|
1284
1307
|
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "javascript-module",
|
|
1287
|
-
"path": "src/mixins/index.ts",
|
|
1288
|
-
"declarations": [],
|
|
1289
|
-
"exports": [
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "js",
|
|
1292
|
-
"name": "*",
|
|
1293
|
-
"declaration": {
|
|
1294
|
-
"name": "*",
|
|
1295
|
-
"package": "./pendingState"
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"kind": "js",
|
|
1300
|
-
"name": "*",
|
|
1301
|
-
"declaration": {
|
|
1302
|
-
"name": "*",
|
|
1303
|
-
"package": "./lifecycle"
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
1308
|
{
|
|
1309
1309
|
"kind": "javascript-module",
|
|
1310
1310
|
"path": "src/resource/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.158.
|
|
4
|
+
"version": "14.158.1-beta.c41ab3f.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.158.
|
|
23
|
-
"@genesislcap/genx": "14.158.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.158.
|
|
25
|
-
"@genesislcap/ts-builder": "14.158.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.158.
|
|
27
|
-
"@genesislcap/vite-builder": "14.158.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.158.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.158.1-beta.c41ab3f.1",
|
|
23
|
+
"@genesislcap/genx": "14.158.1-beta.c41ab3f.1",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.158.1-beta.c41ab3f.1",
|
|
25
|
+
"@genesislcap/ts-builder": "14.158.1-beta.c41ab3f.1",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.158.1-beta.c41ab3f.1",
|
|
27
|
+
"@genesislcap/vite-builder": "14.158.1-beta.c41ab3f.1",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.158.1-beta.c41ab3f.1",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.158.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.158.1-beta.c41ab3f.1",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "3763e646a3d58d4b9659db1445bfd1714f98e005"
|
|
51
51
|
}
|