@omnia/tooling-composers 8.0.73-dev → 8.0.74-dev
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.
|
@@ -56,9 +56,14 @@ export interface BuildOptions {
|
|
|
56
56
|
*/
|
|
57
57
|
docResourceManifestId?: GuidValue;
|
|
58
58
|
/**
|
|
59
|
-
* Create a namespace to
|
|
59
|
+
* Create a namespace to element name.
|
|
60
|
+
* set to true if only want to enable it without prefix value.
|
|
60
61
|
*/
|
|
61
|
-
|
|
62
|
+
componentNamespace?: string | boolean;
|
|
63
|
+
/**
|
|
64
|
+
* ship to build namespace for this element names
|
|
65
|
+
*/
|
|
66
|
+
skipElementNames?: string[];
|
|
62
67
|
}
|
|
63
68
|
export interface CircularDependencyOptions {
|
|
64
69
|
/**
|
|
@@ -8,15 +8,8 @@ export interface ElementOptions {
|
|
|
8
8
|
Paths should be relative project root, or relative current folder
|
|
9
9
|
*/
|
|
10
10
|
entryPoint: string;
|
|
11
|
-
|
|
12
|
-
e.g. './ComponentFolder/ComponentTypings.d.ts'
|
|
13
|
-
Paths should be relative project root or relative current folder
|
|
14
|
-
*/
|
|
11
|
+
namespace?: string;
|
|
15
12
|
typings?: Array<string>;
|
|
16
|
-
/** The path to a .d.ts file containing the intrinsic declaration for the web component
|
|
17
|
-
e.g. './ComponentFolder/ComponentTypings.d.ts'
|
|
18
|
-
Paths should be relative project root or relative current folder
|
|
19
|
-
*/
|
|
20
13
|
documentations?: Array<string>;
|
|
21
14
|
}
|
|
22
15
|
export interface ResourceBuildOptions {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-composers",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.74-dev",
|
|
5
5
|
"description": "Provide tooling to work with manifest things.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Precio Fishbone",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.74-dev",
|
|
23
|
+
"@omnia/tooling": "8.0.74-dev",
|
|
24
24
|
"deep-extend": "0.6.0",
|
|
25
25
|
"fs-extra": "11.1.0",
|
|
26
26
|
"del": "6.0.0",
|