@osdk/create-app 0.16.1 → 0.17.0-beta.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/CHANGELOG.md +8 -4
- package/bin/createOsdkApp.mjs +1 -1
- package/build/{js/index.mjs → browser/index.js} +2 -2
- package/build/{js/index.mjs.map → browser/index.js.map} +1 -1
- package/build/{js → cjs}/index.cjs +1 -1
- package/build/{js → cjs}/index.cjs.map +1 -1
- package/build/{types → esm}/cli.d.ts.map +1 -1
- package/build/esm/consola.d.ts +3 -0
- package/build/esm/consola.d.ts.map +1 -0
- package/build/{types → esm}/highlight.d.ts.map +1 -1
- package/build/{js/index.browser.mjs → esm/index.js} +2 -2
- package/build/{js/index.browser.mjs.map → esm/index.js.map} +1 -1
- package/build/{types → esm}/run.d.ts.map +1 -1
- package/package.json +12 -12
- package/templates/template-next-static-export/package.json.hbs +1 -1
- package/templates/template-next-static-export/src/app/globals.css +7 -1
- package/templates/template-next-static-export/src/app/layout.tsx +27 -25
- package/templates/template-next-static-export/src/app/login/page.tsx +2 -0
- package/templates/template-react/index.html +3 -1
- package/templates/template-react/package.json.hbs +7 -7
- package/templates/template-react/src/Login.tsx +2 -0
- package/templates/template-react/src/index.css +7 -1
- package/templates/template-react/src/main.tsx +24 -21
- package/templates/template-tutorial-todo-app/index.html +3 -1
- package/templates/template-tutorial-todo-app/package.json.hbs +7 -7
- package/templates/template-tutorial-todo-app/src/Login.tsx +2 -0
- package/templates/template-tutorial-todo-app/src/index.css +7 -0
- package/templates/template-tutorial-todo-app/src/main.tsx +24 -21
- package/templates/template-vue/index.html +3 -1
- package/templates/template-vue/package.json.hbs +1 -1
- package/templates/template-vue/src/Home.vue.hbs +3 -9
- package/templates/template-vue/src/main.ts +1 -1
- package/templates/template-vue/src/style.css +7 -1
- package/build/types/consola.d.ts +0 -2
- package/build/types/consola.d.ts.map +0 -1
- /package/build/{types → esm}/cli.d.ts +0 -0
- /package/build/{types → esm}/cli.test.d.ts +0 -0
- /package/build/{types → esm}/cli.test.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateEnv.d.ts +0 -0
- /package/build/{types → esm}/generate/generateEnv.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateEnv.test.d.ts +0 -0
- /package/build/{types → esm}/generate/generateEnv.test.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateFoundryConfigJson.d.ts +0 -0
- /package/build/{types → esm}/generate/generateFoundryConfigJson.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateFoundryConfigJson.test.d.ts +0 -0
- /package/build/{types → esm}/generate/generateFoundryConfigJson.test.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateNpmRc.d.ts +0 -0
- /package/build/{types → esm}/generate/generateNpmRc.d.ts.map +0 -0
- /package/build/{types → esm}/generate/generateNpmRc.test.d.ts +0 -0
- /package/build/{types → esm}/generate/generateNpmRc.test.d.ts.map +0 -0
- /package/build/{types → esm}/highlight.d.ts +0 -0
- /package/build/{types → esm}/index.d.ts +0 -0
- /package/build/{types → esm}/index.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptApplicationRid.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptApplicationRid.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptApplicationRid.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptApplicationRid.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptApplicationUrl.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptApplicationUrl.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptApplicationUrl.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptApplicationUrl.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptClientId.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptClientId.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptClientId.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptClientId.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptCorsProxy.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptCorsProxy.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptCorsProxy.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptCorsProxy.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptFoundryUrl.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptFoundryUrl.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptFoundryUrl.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptFoundryUrl.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOsdkPackage.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOsdkPackage.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOsdkPackage.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOsdkPackage.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOsdkRegistryUrl.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOsdkRegistryUrl.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOsdkRegistryUrl.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOsdkRegistryUrl.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOverwrite.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOverwrite.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptOverwrite.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptOverwrite.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptProject.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptProject.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptProject.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptProject.test.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptTemplate.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptTemplate.d.ts.map +0 -0
- /package/build/{types → esm}/prompts/promptTemplate.test.d.ts +0 -0
- /package/build/{types → esm}/prompts/promptTemplate.test.d.ts.map +0 -0
- /package/build/{types → esm}/run.d.ts +0 -0
- /package/build/{types → esm}/templates.d.ts +0 -0
- /package/build/{types → esm}/templates.d.ts.map +0 -0
|
@@ -14,21 +14,15 @@ const queryApiNames = Object.keys(client.ontology.queries);
|
|
|
14
14
|
<div class="methods">
|
|
15
15
|
<div>
|
|
16
16
|
<h2>Objects (\{{ objectApiNames.length }})</h2>
|
|
17
|
-
<pre v-for="objectApiName in objectApiNames" key="objectApiName">
|
|
18
|
-
client.ontology.objects.\{{ objectApiName }}
|
|
19
|
-
</pre>
|
|
17
|
+
<pre v-for="objectApiName in objectApiNames" key="objectApiName">client.ontology.objects.\{{ objectApiName }}</pre>
|
|
20
18
|
</div>
|
|
21
19
|
<div>
|
|
22
20
|
<h2>Actions (\{{ actionApiNames.length }})</h2>
|
|
23
|
-
<pre v-for="actionApiName in actionApiNames" key="actionApiName">
|
|
24
|
-
client.ontology.actions.\{{ actionApiName }}
|
|
25
|
-
</pre>
|
|
21
|
+
<pre v-for="actionApiName in actionApiNames" key="actionApiName">client.ontology.actions.\{{ actionApiName }}</pre>
|
|
26
22
|
</div>
|
|
27
23
|
<div>
|
|
28
24
|
<h2>Queries (\{{ queryApiNames.length }})</h2>
|
|
29
|
-
<pre v-for="queryApiName in queryApiNames" key="queryApiName">
|
|
30
|
-
client.ontology.queries.\{{ queryApiName }}
|
|
31
|
-
</pre>
|
|
25
|
+
<pre v-for="queryApiName in queryApiNames" key="queryApiName">client.ontology.queries.\{{ queryApiName }}</pre>
|
|
32
26
|
</div>
|
|
33
27
|
</div>
|
|
34
28
|
</template>
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
#app-container {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex: 1;
|
|
19
|
+
align-items: center;
|
|
20
|
+
}
|
|
21
|
+
|
|
16
22
|
#app {
|
|
17
23
|
max-width: 1280px;
|
|
18
24
|
margin: 0 auto;
|
|
@@ -32,7 +38,7 @@ a:hover {
|
|
|
32
38
|
body {
|
|
33
39
|
margin: 0;
|
|
34
40
|
display: flex;
|
|
35
|
-
|
|
41
|
+
flex-direction: column;
|
|
36
42
|
min-width: 320px;
|
|
37
43
|
min-height: 100vh;
|
|
38
44
|
}
|
package/build/types/consola.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"consola.d.ts","sourceRoot":"","sources":["../../src/consola.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,OAAO,mCAalB,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|