@genesislcap/foundation-utils 14.182.0-pa-1226.2 → 14.182.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 +61 -61
- package/package.json +10 -10
|
@@ -382,53 +382,50 @@
|
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"kind": "javascript-module",
|
|
385
|
-
"path": "src/
|
|
386
|
-
"declarations": [],
|
|
387
|
-
"exports": [
|
|
388
|
-
{
|
|
389
|
-
"kind": "js",
|
|
390
|
-
"name": "*",
|
|
391
|
-
"declaration": {
|
|
392
|
-
"name": "*",
|
|
393
|
-
"package": "./renderOnChange"
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
]
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "javascript-module",
|
|
400
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
385
|
+
"path": "src/design-system/design-system.ts",
|
|
401
386
|
"declarations": [
|
|
402
387
|
{
|
|
403
388
|
"kind": "function",
|
|
404
|
-
"name": "
|
|
389
|
+
"name": "assureDesignSystem",
|
|
390
|
+
"return": {
|
|
391
|
+
"type": {
|
|
392
|
+
"text": "DesignSystemModule"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
405
395
|
"parameters": [
|
|
406
396
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"type": {
|
|
409
|
-
"text": "FASTElement & { render(): void }"
|
|
410
|
-
},
|
|
411
|
-
"description": "The target to define the property change handler on."
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "name",
|
|
397
|
+
"name": "module",
|
|
415
398
|
"type": {
|
|
416
|
-
"text": "
|
|
417
|
-
}
|
|
418
|
-
"description": "The property name."
|
|
399
|
+
"text": "DesignSystemModule"
|
|
400
|
+
}
|
|
419
401
|
}
|
|
420
402
|
],
|
|
421
|
-
"description": "
|
|
403
|
+
"description": "assureDesignSystem.",
|
|
422
404
|
"privacy": "public"
|
|
423
405
|
}
|
|
424
406
|
],
|
|
425
407
|
"exports": [
|
|
426
408
|
{
|
|
427
409
|
"kind": "js",
|
|
428
|
-
"name": "
|
|
410
|
+
"name": "assureDesignSystem",
|
|
429
411
|
"declaration": {
|
|
430
|
-
"name": "
|
|
431
|
-
"module": "src/
|
|
412
|
+
"name": "assureDesignSystem",
|
|
413
|
+
"module": "src/design-system/design-system.ts"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "javascript-module",
|
|
420
|
+
"path": "src/design-system/index.ts",
|
|
421
|
+
"declarations": [],
|
|
422
|
+
"exports": [
|
|
423
|
+
{
|
|
424
|
+
"kind": "js",
|
|
425
|
+
"name": "*",
|
|
426
|
+
"declaration": {
|
|
427
|
+
"name": "*",
|
|
428
|
+
"package": "./design-system"
|
|
432
429
|
}
|
|
433
430
|
}
|
|
434
431
|
]
|
|
@@ -658,50 +655,53 @@
|
|
|
658
655
|
},
|
|
659
656
|
{
|
|
660
657
|
"kind": "javascript-module",
|
|
661
|
-
"path": "src/
|
|
658
|
+
"path": "src/decorators/index.ts",
|
|
659
|
+
"declarations": [],
|
|
660
|
+
"exports": [
|
|
661
|
+
{
|
|
662
|
+
"kind": "js",
|
|
663
|
+
"name": "*",
|
|
664
|
+
"declaration": {
|
|
665
|
+
"name": "*",
|
|
666
|
+
"package": "./renderOnChange"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"kind": "javascript-module",
|
|
673
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
662
674
|
"declarations": [
|
|
663
675
|
{
|
|
664
676
|
"kind": "function",
|
|
665
|
-
"name": "
|
|
666
|
-
"return": {
|
|
667
|
-
"type": {
|
|
668
|
-
"text": "DesignSystemModule"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
677
|
+
"name": "renderOnChange",
|
|
671
678
|
"parameters": [
|
|
672
679
|
{
|
|
673
|
-
"name": "
|
|
680
|
+
"name": "target",
|
|
674
681
|
"type": {
|
|
675
|
-
"text": "
|
|
676
|
-
}
|
|
682
|
+
"text": "FASTElement & { render(): void }"
|
|
683
|
+
},
|
|
684
|
+
"description": "The target to define the property change handler on."
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "name",
|
|
688
|
+
"type": {
|
|
689
|
+
"text": "string"
|
|
690
|
+
},
|
|
691
|
+
"description": "The property name."
|
|
677
692
|
}
|
|
678
693
|
],
|
|
679
|
-
"description": "
|
|
694
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
680
695
|
"privacy": "public"
|
|
681
696
|
}
|
|
682
697
|
],
|
|
683
698
|
"exports": [
|
|
684
699
|
{
|
|
685
700
|
"kind": "js",
|
|
686
|
-
"name": "
|
|
687
|
-
"declaration": {
|
|
688
|
-
"name": "assureDesignSystem",
|
|
689
|
-
"module": "src/design-system/design-system.ts"
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"kind": "javascript-module",
|
|
696
|
-
"path": "src/design-system/index.ts",
|
|
697
|
-
"declarations": [],
|
|
698
|
-
"exports": [
|
|
699
|
-
{
|
|
700
|
-
"kind": "js",
|
|
701
|
-
"name": "*",
|
|
701
|
+
"name": "renderOnChange",
|
|
702
702
|
"declaration": {
|
|
703
|
-
"name": "
|
|
704
|
-
"
|
|
703
|
+
"name": "renderOnChange",
|
|
704
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
]
|
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.182.
|
|
4
|
+
"version": "14.182.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.182.
|
|
23
|
-
"@genesislcap/genx": "14.182.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.182.
|
|
25
|
-
"@genesislcap/ts-builder": "14.182.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.182.
|
|
27
|
-
"@genesislcap/vite-builder": "14.182.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.182.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.182.1",
|
|
23
|
+
"@genesislcap/genx": "14.182.1",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.182.1",
|
|
25
|
+
"@genesislcap/ts-builder": "14.182.1",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.182.1",
|
|
27
|
+
"@genesislcap/vite-builder": "14.182.1",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.182.1",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.182.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.182.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": "269302eb913285781ee3875d82c4eddc34eb8aa9"
|
|
51
51
|
}
|