@genesislcap/foundation-utils 14.231.1-alpha-5a89a11.0 → 14.231.1-alpha-85a050e.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 +76 -76
- package/package.json +10 -10
@@ -369,42 +369,60 @@
|
|
369
369
|
},
|
370
370
|
{
|
371
371
|
"kind": "javascript-module",
|
372
|
-
"path": "src/
|
372
|
+
"path": "src/decorators/index.ts",
|
373
|
+
"declarations": [],
|
374
|
+
"exports": [
|
375
|
+
{
|
376
|
+
"kind": "js",
|
377
|
+
"name": "*",
|
378
|
+
"declaration": {
|
379
|
+
"name": "*",
|
380
|
+
"package": "./renderOnChange"
|
381
|
+
}
|
382
|
+
}
|
383
|
+
]
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"kind": "javascript-module",
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
373
388
|
"declarations": [
|
374
389
|
{
|
375
390
|
"kind": "function",
|
376
|
-
"name": "
|
377
|
-
"return": {
|
378
|
-
"type": {
|
379
|
-
"text": "DesignSystemModule"
|
380
|
-
}
|
381
|
-
},
|
391
|
+
"name": "renderOnChange",
|
382
392
|
"parameters": [
|
383
393
|
{
|
384
|
-
"name": "
|
394
|
+
"name": "target",
|
385
395
|
"type": {
|
386
|
-
"text": "
|
387
|
-
}
|
396
|
+
"text": "FASTElement & { render(): void }"
|
397
|
+
},
|
398
|
+
"description": "The target to define the property change handler on."
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"name": "name",
|
402
|
+
"type": {
|
403
|
+
"text": "string"
|
404
|
+
},
|
405
|
+
"description": "The property name."
|
388
406
|
}
|
389
407
|
],
|
390
|
-
"description": "
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
391
409
|
"privacy": "public"
|
392
410
|
}
|
393
411
|
],
|
394
412
|
"exports": [
|
395
413
|
{
|
396
414
|
"kind": "js",
|
397
|
-
"name": "
|
415
|
+
"name": "renderOnChange",
|
398
416
|
"declaration": {
|
399
|
-
"name": "
|
400
|
-
"module": "src/
|
417
|
+
"name": "renderOnChange",
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
401
419
|
}
|
402
420
|
}
|
403
421
|
]
|
404
422
|
},
|
405
423
|
{
|
406
424
|
"kind": "javascript-module",
|
407
|
-
"path": "src/
|
425
|
+
"path": "src/directives/index.ts",
|
408
426
|
"declarations": [],
|
409
427
|
"exports": [
|
410
428
|
{
|
@@ -412,30 +430,65 @@
|
|
412
430
|
"name": "*",
|
413
431
|
"declaration": {
|
414
432
|
"name": "*",
|
415
|
-
"package": "./
|
433
|
+
"package": "./sync"
|
434
|
+
}
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"kind": "js",
|
438
|
+
"name": "*",
|
439
|
+
"declaration": {
|
440
|
+
"name": "*",
|
441
|
+
"package": "./when-else"
|
416
442
|
}
|
417
443
|
}
|
418
444
|
]
|
419
445
|
},
|
420
446
|
{
|
421
447
|
"kind": "javascript-module",
|
422
|
-
"path": "src/
|
423
|
-
"declarations": [
|
448
|
+
"path": "src/design-system/design-system.ts",
|
449
|
+
"declarations": [
|
450
|
+
{
|
451
|
+
"kind": "function",
|
452
|
+
"name": "assureDesignSystem",
|
453
|
+
"return": {
|
454
|
+
"type": {
|
455
|
+
"text": "DesignSystemModule"
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"parameters": [
|
459
|
+
{
|
460
|
+
"name": "module",
|
461
|
+
"type": {
|
462
|
+
"text": "DesignSystemModule"
|
463
|
+
}
|
464
|
+
}
|
465
|
+
],
|
466
|
+
"description": "assureDesignSystem.",
|
467
|
+
"privacy": "public"
|
468
|
+
}
|
469
|
+
],
|
424
470
|
"exports": [
|
425
471
|
{
|
426
472
|
"kind": "js",
|
427
|
-
"name": "
|
473
|
+
"name": "assureDesignSystem",
|
428
474
|
"declaration": {
|
429
|
-
"name": "
|
430
|
-
"
|
475
|
+
"name": "assureDesignSystem",
|
476
|
+
"module": "src/design-system/design-system.ts"
|
431
477
|
}
|
432
|
-
}
|
478
|
+
}
|
479
|
+
]
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"kind": "javascript-module",
|
483
|
+
"path": "src/design-system/index.ts",
|
484
|
+
"declarations": [],
|
485
|
+
"exports": [
|
433
486
|
{
|
434
487
|
"kind": "js",
|
435
488
|
"name": "*",
|
436
489
|
"declaration": {
|
437
490
|
"name": "*",
|
438
|
-
"package": "./
|
491
|
+
"package": "./design-system"
|
439
492
|
}
|
440
493
|
}
|
441
494
|
]
|
@@ -743,59 +796,6 @@
|
|
743
796
|
}
|
744
797
|
]
|
745
798
|
},
|
746
|
-
{
|
747
|
-
"kind": "javascript-module",
|
748
|
-
"path": "src/decorators/index.ts",
|
749
|
-
"declarations": [],
|
750
|
-
"exports": [
|
751
|
-
{
|
752
|
-
"kind": "js",
|
753
|
-
"name": "*",
|
754
|
-
"declaration": {
|
755
|
-
"name": "*",
|
756
|
-
"package": "./renderOnChange"
|
757
|
-
}
|
758
|
-
}
|
759
|
-
]
|
760
|
-
},
|
761
|
-
{
|
762
|
-
"kind": "javascript-module",
|
763
|
-
"path": "src/decorators/renderOnChange.ts",
|
764
|
-
"declarations": [
|
765
|
-
{
|
766
|
-
"kind": "function",
|
767
|
-
"name": "renderOnChange",
|
768
|
-
"parameters": [
|
769
|
-
{
|
770
|
-
"name": "target",
|
771
|
-
"type": {
|
772
|
-
"text": "FASTElement & { render(): void }"
|
773
|
-
},
|
774
|
-
"description": "The target to define the property change handler on."
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"name": "name",
|
778
|
-
"type": {
|
779
|
-
"text": "string"
|
780
|
-
},
|
781
|
-
"description": "The property name."
|
782
|
-
}
|
783
|
-
],
|
784
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
785
|
-
"privacy": "public"
|
786
|
-
}
|
787
|
-
],
|
788
|
-
"exports": [
|
789
|
-
{
|
790
|
-
"kind": "js",
|
791
|
-
"name": "renderOnChange",
|
792
|
-
"declaration": {
|
793
|
-
"name": "renderOnChange",
|
794
|
-
"module": "src/decorators/renderOnChange.ts"
|
795
|
-
}
|
796
|
-
}
|
797
|
-
]
|
798
|
-
},
|
799
799
|
{
|
800
800
|
"kind": "javascript-module",
|
801
801
|
"path": "src/error/errorMap.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.231.1-alpha-
|
4
|
+
"version": "14.231.1-alpha-85a050e.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.231.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.231.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.231.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.231.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.231.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.231.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.231.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.231.1-alpha-85a050e.0",
|
31
|
+
"@genesislcap/genx": "14.231.1-alpha-85a050e.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.231.1-alpha-85a050e.0",
|
33
|
+
"@genesislcap/ts-builder": "14.231.1-alpha-85a050e.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.231.1-alpha-85a050e.0",
|
35
|
+
"@genesislcap/vite-builder": "14.231.1-alpha-85a050e.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.231.1-alpha-85a050e.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.231.1-alpha-
|
40
|
+
"@genesislcap/foundation-logger": "14.231.1-alpha-85a050e.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": "f123750d6c27d79322efe961ce1fbcf12e6a7f22"
|
59
59
|
}
|