@powerlines/plugin-env 0.16.133 → 0.16.134
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/babel/plugin.mjs.map +1 -1
- package/dist/components/docs.cjs +49 -39
- package/dist/components/docs.d.cts +1 -2
- package/dist/components/docs.d.cts.map +1 -1
- package/dist/components/docs.d.mts +1 -2
- package/dist/components/docs.d.mts.map +1 -1
- package/dist/components/docs.mjs +50 -40
- package/dist/components/docs.mjs.map +1 -1
- package/dist/components/env-builtin.cjs +513 -397
- package/dist/components/env-builtin.d.cts +2 -2
- package/dist/components/env-builtin.d.cts.map +1 -1
- package/dist/components/env-builtin.d.mts +2 -2
- package/dist/components/env-builtin.d.mts.map +1 -1
- package/dist/components/env-builtin.mjs +514 -398
- package/dist/components/env-builtin.mjs.map +1 -1
- package/dist/helpers/automd-generator.mjs.map +1 -1
- package/dist/helpers/create-reflection-resource.mjs.map +1 -1
- package/dist/helpers/docs-helper.mjs.map +1 -1
- package/dist/helpers/load.mjs.map +1 -1
- package/dist/helpers/persistence.mjs.map +1 -1
- package/dist/helpers/reflect.mjs.map +1 -1
- package/dist/helpers/source-file-env.mjs.map +1 -1
- package/dist/helpers/template-helpers.mjs.map +1 -1
- package/dist/index.cjs +6 -3
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types/runtime.mjs.map +1 -1
- package/package.json +10 -10
|
@@ -7,7 +7,7 @@ import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/c
|
|
|
7
7
|
/**
|
|
8
8
|
* Generates the environment configuration typescript definition for the Powerlines project.
|
|
9
9
|
*/
|
|
10
|
-
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">):
|
|
10
|
+
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): any;
|
|
11
11
|
interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
12
12
|
defaultConfig?: Children;
|
|
13
13
|
reflection: ReflectionClass<any>;
|
|
@@ -15,7 +15,7 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
15
15
|
/**
|
|
16
16
|
* Generates the environment configuration module for the Powerlines project.
|
|
17
17
|
*/
|
|
18
|
-
declare function EnvBuiltin(props: EnvBuiltinProps):
|
|
18
|
+
declare function EnvBuiltin(props: EnvBuiltinProps): any;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition };
|
|
21
21
|
//# sourceMappingURL=env-builtin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA
|
|
1
|
+
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA;AAAA,UAuMG,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA"}
|
|
@@ -7,7 +7,7 @@ import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/c
|
|
|
7
7
|
/**
|
|
8
8
|
* Generates the environment configuration typescript definition for the Powerlines project.
|
|
9
9
|
*/
|
|
10
|
-
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">):
|
|
10
|
+
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): any;
|
|
11
11
|
interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
12
12
|
defaultConfig?: Children;
|
|
13
13
|
reflection: ReflectionClass<any>;
|
|
@@ -15,7 +15,7 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
15
15
|
/**
|
|
16
16
|
* Generates the environment configuration module for the Powerlines project.
|
|
17
17
|
*/
|
|
18
|
-
declare function EnvBuiltin(props: EnvBuiltinProps):
|
|
18
|
+
declare function EnvBuiltin(props: EnvBuiltinProps): any;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition };
|
|
21
21
|
//# sourceMappingURL=env-builtin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA
|
|
1
|
+
{"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA;AAAA,UAuMG,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA"}
|