@genesislcap/foundation-utils 14.219.1-alpha-3ab0d20.0 → 14.219.2-alpha-8e7b8ad.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +61 -61
- package/package.json +10 -10
@@ -367,50 +367,53 @@
|
|
367
367
|
},
|
368
368
|
{
|
369
369
|
"kind": "javascript-module",
|
370
|
-
"path": "src/
|
370
|
+
"path": "src/decorators/index.ts",
|
371
|
+
"declarations": [],
|
372
|
+
"exports": [
|
373
|
+
{
|
374
|
+
"kind": "js",
|
375
|
+
"name": "*",
|
376
|
+
"declaration": {
|
377
|
+
"name": "*",
|
378
|
+
"package": "./renderOnChange"
|
379
|
+
}
|
380
|
+
}
|
381
|
+
]
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"kind": "javascript-module",
|
385
|
+
"path": "src/decorators/renderOnChange.ts",
|
371
386
|
"declarations": [
|
372
387
|
{
|
373
388
|
"kind": "function",
|
374
|
-
"name": "
|
375
|
-
"return": {
|
376
|
-
"type": {
|
377
|
-
"text": "DesignSystemModule"
|
378
|
-
}
|
379
|
-
},
|
389
|
+
"name": "renderOnChange",
|
380
390
|
"parameters": [
|
381
391
|
{
|
382
|
-
"name": "
|
392
|
+
"name": "target",
|
383
393
|
"type": {
|
384
|
-
"text": "
|
385
|
-
}
|
394
|
+
"text": "FASTElement & { render(): void }"
|
395
|
+
},
|
396
|
+
"description": "The target to define the property change handler on."
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"name": "name",
|
400
|
+
"type": {
|
401
|
+
"text": "string"
|
402
|
+
},
|
403
|
+
"description": "The property name."
|
386
404
|
}
|
387
405
|
],
|
388
|
-
"description": "
|
406
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
389
407
|
"privacy": "public"
|
390
408
|
}
|
391
409
|
],
|
392
410
|
"exports": [
|
393
411
|
{
|
394
412
|
"kind": "js",
|
395
|
-
"name": "
|
396
|
-
"declaration": {
|
397
|
-
"name": "assureDesignSystem",
|
398
|
-
"module": "src/design-system/design-system.ts"
|
399
|
-
}
|
400
|
-
}
|
401
|
-
]
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"kind": "javascript-module",
|
405
|
-
"path": "src/design-system/index.ts",
|
406
|
-
"declarations": [],
|
407
|
-
"exports": [
|
408
|
-
{
|
409
|
-
"kind": "js",
|
410
|
-
"name": "*",
|
413
|
+
"name": "renderOnChange",
|
411
414
|
"declaration": {
|
412
|
-
"name": "
|
413
|
-
"
|
415
|
+
"name": "renderOnChange",
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
414
417
|
}
|
415
418
|
}
|
416
419
|
]
|
@@ -678,53 +681,50 @@
|
|
678
681
|
},
|
679
682
|
{
|
680
683
|
"kind": "javascript-module",
|
681
|
-
"path": "src/
|
682
|
-
"declarations": [],
|
683
|
-
"exports": [
|
684
|
-
{
|
685
|
-
"kind": "js",
|
686
|
-
"name": "*",
|
687
|
-
"declaration": {
|
688
|
-
"name": "*",
|
689
|
-
"package": "./renderOnChange"
|
690
|
-
}
|
691
|
-
}
|
692
|
-
]
|
693
|
-
},
|
694
|
-
{
|
695
|
-
"kind": "javascript-module",
|
696
|
-
"path": "src/decorators/renderOnChange.ts",
|
684
|
+
"path": "src/design-system/design-system.ts",
|
697
685
|
"declarations": [
|
698
686
|
{
|
699
687
|
"kind": "function",
|
700
|
-
"name": "
|
688
|
+
"name": "assureDesignSystem",
|
689
|
+
"return": {
|
690
|
+
"type": {
|
691
|
+
"text": "DesignSystemModule"
|
692
|
+
}
|
693
|
+
},
|
701
694
|
"parameters": [
|
702
695
|
{
|
703
|
-
"name": "
|
704
|
-
"type": {
|
705
|
-
"text": "FASTElement & { render(): void }"
|
706
|
-
},
|
707
|
-
"description": "The target to define the property change handler on."
|
708
|
-
},
|
709
|
-
{
|
710
|
-
"name": "name",
|
696
|
+
"name": "module",
|
711
697
|
"type": {
|
712
|
-
"text": "
|
713
|
-
}
|
714
|
-
"description": "The property name."
|
698
|
+
"text": "DesignSystemModule"
|
699
|
+
}
|
715
700
|
}
|
716
701
|
],
|
717
|
-
"description": "
|
702
|
+
"description": "assureDesignSystem.",
|
718
703
|
"privacy": "public"
|
719
704
|
}
|
720
705
|
],
|
721
706
|
"exports": [
|
722
707
|
{
|
723
708
|
"kind": "js",
|
724
|
-
"name": "
|
709
|
+
"name": "assureDesignSystem",
|
725
710
|
"declaration": {
|
726
|
-
"name": "
|
727
|
-
"module": "src/
|
711
|
+
"name": "assureDesignSystem",
|
712
|
+
"module": "src/design-system/design-system.ts"
|
713
|
+
}
|
714
|
+
}
|
715
|
+
]
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"kind": "javascript-module",
|
719
|
+
"path": "src/design-system/index.ts",
|
720
|
+
"declarations": [],
|
721
|
+
"exports": [
|
722
|
+
{
|
723
|
+
"kind": "js",
|
724
|
+
"name": "*",
|
725
|
+
"declaration": {
|
726
|
+
"name": "*",
|
727
|
+
"package": "./design-system"
|
728
728
|
}
|
729
729
|
}
|
730
730
|
]
|
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.219.
|
4
|
+
"version": "14.219.2-alpha-8e7b8ad.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.219.
|
31
|
-
"@genesislcap/genx": "14.219.
|
32
|
-
"@genesislcap/rollup-builder": "14.219.
|
33
|
-
"@genesislcap/ts-builder": "14.219.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.219.
|
35
|
-
"@genesislcap/vite-builder": "14.219.
|
36
|
-
"@genesislcap/webpack-builder": "14.219.
|
30
|
+
"@genesislcap/foundation-testing": "14.219.2-alpha-8e7b8ad.0",
|
31
|
+
"@genesislcap/genx": "14.219.2-alpha-8e7b8ad.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.219.2-alpha-8e7b8ad.0",
|
33
|
+
"@genesislcap/ts-builder": "14.219.2-alpha-8e7b8ad.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.219.2-alpha-8e7b8ad.0",
|
35
|
+
"@genesislcap/vite-builder": "14.219.2-alpha-8e7b8ad.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.219.2-alpha-8e7b8ad.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.219.
|
40
|
+
"@genesislcap/foundation-logger": "14.219.2-alpha-8e7b8ad.0",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.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": "800e2637c3b2809df65a34d39defec4d1213b489"
|
59
59
|
}
|