@genesislcap/foundation-utils 14.208.3 → 14.208.4-alpha-e888e8b.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 +52 -52
- package/package.json +10 -10
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"kind": "javascript-module",
|
|
370
|
-
"path": "src/
|
|
370
|
+
"path": "src/directives/index.ts",
|
|
371
371
|
"declarations": [],
|
|
372
372
|
"exports": [
|
|
373
373
|
{
|
|
@@ -375,52 +375,57 @@
|
|
|
375
375
|
"name": "*",
|
|
376
376
|
"declaration": {
|
|
377
377
|
"name": "*",
|
|
378
|
-
"package": "./
|
|
378
|
+
"package": "./sync"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"kind": "js",
|
|
383
|
+
"name": "*",
|
|
384
|
+
"declaration": {
|
|
385
|
+
"name": "*",
|
|
386
|
+
"package": "./when-else"
|
|
379
387
|
}
|
|
380
388
|
}
|
|
381
389
|
]
|
|
382
390
|
},
|
|
383
391
|
{
|
|
384
392
|
"kind": "javascript-module",
|
|
385
|
-
"path": "src/
|
|
393
|
+
"path": "src/design-system/design-system.ts",
|
|
386
394
|
"declarations": [
|
|
387
395
|
{
|
|
388
396
|
"kind": "function",
|
|
389
|
-
"name": "
|
|
397
|
+
"name": "assureDesignSystem",
|
|
398
|
+
"return": {
|
|
399
|
+
"type": {
|
|
400
|
+
"text": "DesignSystemModule"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
390
403
|
"parameters": [
|
|
391
404
|
{
|
|
392
|
-
"name": "
|
|
393
|
-
"type": {
|
|
394
|
-
"text": "FASTElement & { render(): void }"
|
|
395
|
-
},
|
|
396
|
-
"description": "The target to define the property change handler on."
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "name",
|
|
405
|
+
"name": "module",
|
|
400
406
|
"type": {
|
|
401
|
-
"text": "
|
|
402
|
-
}
|
|
403
|
-
"description": "The property name."
|
|
407
|
+
"text": "DesignSystemModule"
|
|
408
|
+
}
|
|
404
409
|
}
|
|
405
410
|
],
|
|
406
|
-
"description": "
|
|
411
|
+
"description": "assureDesignSystem.",
|
|
407
412
|
"privacy": "public"
|
|
408
413
|
}
|
|
409
414
|
],
|
|
410
415
|
"exports": [
|
|
411
416
|
{
|
|
412
417
|
"kind": "js",
|
|
413
|
-
"name": "
|
|
418
|
+
"name": "assureDesignSystem",
|
|
414
419
|
"declaration": {
|
|
415
|
-
"name": "
|
|
416
|
-
"module": "src/
|
|
420
|
+
"name": "assureDesignSystem",
|
|
421
|
+
"module": "src/design-system/design-system.ts"
|
|
417
422
|
}
|
|
418
423
|
}
|
|
419
424
|
]
|
|
420
425
|
},
|
|
421
426
|
{
|
|
422
427
|
"kind": "javascript-module",
|
|
423
|
-
"path": "src/
|
|
428
|
+
"path": "src/design-system/index.ts",
|
|
424
429
|
"declarations": [],
|
|
425
430
|
"exports": [
|
|
426
431
|
{
|
|
@@ -428,65 +433,60 @@
|
|
|
428
433
|
"name": "*",
|
|
429
434
|
"declaration": {
|
|
430
435
|
"name": "*",
|
|
431
|
-
"package": "./
|
|
436
|
+
"package": "./design-system"
|
|
432
437
|
}
|
|
433
|
-
}
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"kind": "javascript-module",
|
|
443
|
+
"path": "src/decorators/index.ts",
|
|
444
|
+
"declarations": [],
|
|
445
|
+
"exports": [
|
|
434
446
|
{
|
|
435
447
|
"kind": "js",
|
|
436
448
|
"name": "*",
|
|
437
449
|
"declaration": {
|
|
438
450
|
"name": "*",
|
|
439
|
-
"package": "./
|
|
451
|
+
"package": "./renderOnChange"
|
|
440
452
|
}
|
|
441
453
|
}
|
|
442
454
|
]
|
|
443
455
|
},
|
|
444
456
|
{
|
|
445
457
|
"kind": "javascript-module",
|
|
446
|
-
"path": "src/
|
|
458
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
447
459
|
"declarations": [
|
|
448
460
|
{
|
|
449
461
|
"kind": "function",
|
|
450
|
-
"name": "
|
|
451
|
-
"return": {
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "DesignSystemModule"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
462
|
+
"name": "renderOnChange",
|
|
456
463
|
"parameters": [
|
|
457
464
|
{
|
|
458
|
-
"name": "
|
|
465
|
+
"name": "target",
|
|
459
466
|
"type": {
|
|
460
|
-
"text": "
|
|
461
|
-
}
|
|
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."
|
|
462
477
|
}
|
|
463
478
|
],
|
|
464
|
-
"description": "
|
|
479
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
465
480
|
"privacy": "public"
|
|
466
481
|
}
|
|
467
482
|
],
|
|
468
483
|
"exports": [
|
|
469
484
|
{
|
|
470
485
|
"kind": "js",
|
|
471
|
-
"name": "
|
|
472
|
-
"declaration": {
|
|
473
|
-
"name": "assureDesignSystem",
|
|
474
|
-
"module": "src/design-system/design-system.ts"
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
]
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"kind": "javascript-module",
|
|
481
|
-
"path": "src/design-system/index.ts",
|
|
482
|
-
"declarations": [],
|
|
483
|
-
"exports": [
|
|
484
|
-
{
|
|
485
|
-
"kind": "js",
|
|
486
|
-
"name": "*",
|
|
486
|
+
"name": "renderOnChange",
|
|
487
487
|
"declaration": {
|
|
488
|
-
"name": "
|
|
489
|
-
"
|
|
488
|
+
"name": "renderOnChange",
|
|
489
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
]
|
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.208.
|
|
4
|
+
"version": "14.208.4-alpha-e888e8b.0",
|
|
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.208.
|
|
31
|
-
"@genesislcap/genx": "14.208.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.208.
|
|
33
|
-
"@genesislcap/ts-builder": "14.208.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.208.
|
|
35
|
-
"@genesislcap/vite-builder": "14.208.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.208.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.208.4-alpha-e888e8b.0",
|
|
31
|
+
"@genesislcap/genx": "14.208.4-alpha-e888e8b.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.208.4-alpha-e888e8b.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.208.4-alpha-e888e8b.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.208.4-alpha-e888e8b.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.208.4-alpha-e888e8b.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.208.4-alpha-e888e8b.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.208.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.208.4-alpha-e888e8b.0",
|
|
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": "
|
|
58
|
+
"gitHead": "4a0fc967f508f8bdc6f4d9641382975c0c2b4e99"
|
|
59
59
|
}
|