@osdk/create-app 0.17.0-main-20240530094422 → 0.18.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.
Files changed (134) hide show
  1. package/CHANGELOG.md +60 -1
  2. package/build/browser/esm-5B4R5BF5.js +248 -0
  3. package/build/browser/esm-5B4R5BF5.js.map +1 -0
  4. package/build/browser/esm-7ZL7DCMH.js +451 -0
  5. package/build/browser/esm-7ZL7DCMH.js.map +1 -0
  6. package/build/browser/esm-WPXIOIG2.js +1170 -0
  7. package/build/browser/esm-WPXIOIG2.js.map +1 -0
  8. package/build/browser/esm-ZCTE2SEE.js +377 -0
  9. package/build/browser/esm-ZCTE2SEE.js.map +1 -0
  10. package/build/browser/esm-ZDRBH2ME.js +901 -0
  11. package/build/browser/esm-ZDRBH2ME.js.map +1 -0
  12. package/build/browser/index.js +26 -19
  13. package/build/browser/index.js.map +1 -1
  14. package/build/cjs/esm-2ZIGIHPI.cjs +379 -0
  15. package/build/cjs/esm-2ZIGIHPI.cjs.map +1 -0
  16. package/build/cjs/esm-JBGUEJ46.cjs +250 -0
  17. package/build/cjs/esm-JBGUEJ46.cjs.map +1 -0
  18. package/build/cjs/esm-RRFVZF4X.cjs +1172 -0
  19. package/build/cjs/esm-RRFVZF4X.cjs.map +1 -0
  20. package/build/cjs/esm-VSENADXB.cjs +903 -0
  21. package/build/cjs/esm-VSENADXB.cjs.map +1 -0
  22. package/build/cjs/esm-YRGJOBTV.cjs +453 -0
  23. package/build/cjs/esm-YRGJOBTV.cjs.map +1 -0
  24. package/build/cjs/index.cjs +26 -20
  25. package/build/cjs/index.cjs.map +1 -1
  26. package/build/esm/esm-5B4R5BF5.js +248 -0
  27. package/build/esm/esm-5B4R5BF5.js.map +1 -0
  28. package/build/esm/esm-7ZL7DCMH.js +451 -0
  29. package/build/esm/esm-7ZL7DCMH.js.map +1 -0
  30. package/build/esm/esm-WPXIOIG2.js +1170 -0
  31. package/build/esm/esm-WPXIOIG2.js.map +1 -0
  32. package/build/esm/esm-ZCTE2SEE.js +377 -0
  33. package/build/esm/esm-ZCTE2SEE.js.map +1 -0
  34. package/build/esm/esm-ZDRBH2ME.js +901 -0
  35. package/build/esm/esm-ZDRBH2ME.js.map +1 -0
  36. package/build/esm/index.js +26 -19
  37. package/build/esm/index.js.map +1 -1
  38. package/build/esm/run.d.ts.map +1 -1
  39. package/build/esm/templates.d.ts +7 -0
  40. package/build/esm/templates.d.ts.map +1 -1
  41. package/package.json +18 -9
  42. package/templates/template-next-static-export/.eslintrc.json +0 -4
  43. package/templates/template-next-static-export/README.md.hbs +0 -35
  44. package/templates/template-next-static-export/_gitignore +0 -36
  45. package/templates/template-next-static-export/next.config.js.hbs +0 -17
  46. package/templates/template-next-static-export/package.json.hbs +0 -25
  47. package/templates/template-next-static-export/public/next.svg +0 -20
  48. package/templates/template-next-static-export/public/palantir.svg +0 -3
  49. package/templates/template-next-static-export/src/app/auth/callback/page.tsx +0 -25
  50. package/templates/template-next-static-export/src/app/globals.css +0 -81
  51. package/templates/template-next-static-export/src/app/icon.svg +0 -20
  52. package/templates/template-next-static-export/src/app/layout.module.css +0 -11
  53. package/templates/template-next-static-export/src/app/layout.tsx +0 -51
  54. package/templates/template-next-static-export/src/app/login/page.tsx +0 -43
  55. package/templates/template-next-static-export/src/app/page.module.css +0 -7
  56. package/templates/template-next-static-export/src/app/page.tsx.hbs +0 -53
  57. package/templates/template-next-static-export/src/lib/client.ts.hbs +0 -31
  58. package/templates/template-next-static-export/src/lib/useAuthenticated.ts +0 -25
  59. package/templates/template-next-static-export/tsconfig.json +0 -27
  60. package/templates/template-react/.eslintrc.cjs +0 -18
  61. package/templates/template-react/README.md.hbs +0 -35
  62. package/templates/template-react/_gitignore +0 -24
  63. package/templates/template-react/index.html +0 -15
  64. package/templates/template-react/package.json.hbs +0 -30
  65. package/templates/template-react/public/palantir.svg +0 -3
  66. package/templates/template-react/public/react.svg +0 -1
  67. package/templates/template-react/src/AuthCallback.tsx +0 -24
  68. package/templates/template-react/src/AuthenticatedRoute.tsx +0 -33
  69. package/templates/template-react/src/Home.module.css +0 -7
  70. package/templates/template-react/src/Home.tsx.hbs +0 -47
  71. package/templates/template-react/src/Layout.module.css +0 -10
  72. package/templates/template-react/src/Layout.tsx +0 -29
  73. package/templates/template-react/src/Login.tsx +0 -40
  74. package/templates/template-react/src/client.ts.hbs +0 -31
  75. package/templates/template-react/src/index.css +0 -81
  76. package/templates/template-react/src/main.tsx +0 -33
  77. package/templates/template-react/src/vite-env.d.ts +0 -1
  78. package/templates/template-react/tsconfig.json +0 -25
  79. package/templates/template-react/tsconfig.node.json +0 -10
  80. package/templates/template-react/vite.config.ts.hbs +0 -19
  81. package/templates/template-tutorial-todo-app/.eslintrc.cjs +0 -18
  82. package/templates/template-tutorial-todo-app/README.md.hbs +0 -33
  83. package/templates/template-tutorial-todo-app/index.html +0 -15
  84. package/templates/template-tutorial-todo-app/package.json.hbs +0 -31
  85. package/templates/template-tutorial-todo-app/public/todo-app.svg +0 -4
  86. package/templates/template-tutorial-todo-app/src/AuthCallback.tsx +0 -24
  87. package/templates/template-tutorial-todo-app/src/AuthenticatedRoute.tsx +0 -33
  88. package/templates/template-tutorial-todo-app/src/CreateProjectButton.tsx +0 -33
  89. package/templates/template-tutorial-todo-app/src/CreateProjectDialog.tsx +0 -56
  90. package/templates/template-tutorial-todo-app/src/CreateTaskButton.tsx +0 -35
  91. package/templates/template-tutorial-todo-app/src/CreateTaskDialog.tsx +0 -52
  92. package/templates/template-tutorial-todo-app/src/DeleteProjectButton.tsx +0 -34
  93. package/templates/template-tutorial-todo-app/src/DeleteProjectDialog.tsx +0 -46
  94. package/templates/template-tutorial-todo-app/src/Dialog.module.css +0 -5
  95. package/templates/template-tutorial-todo-app/src/Dialog.tsx +0 -19
  96. package/templates/template-tutorial-todo-app/src/Home.module.css +0 -35
  97. package/templates/template-tutorial-todo-app/src/Home.tsx +0 -62
  98. package/templates/template-tutorial-todo-app/src/Layout.module.css +0 -16
  99. package/templates/template-tutorial-todo-app/src/Layout.tsx +0 -21
  100. package/templates/template-tutorial-todo-app/src/Login.module.css +0 -5
  101. package/templates/template-tutorial-todo-app/src/Login.tsx +0 -42
  102. package/templates/template-tutorial-todo-app/src/ProjectSelect.tsx +0 -40
  103. package/templates/template-tutorial-todo-app/src/TaskList.module.css +0 -6
  104. package/templates/template-tutorial-todo-app/src/TaskList.tsx +0 -38
  105. package/templates/template-tutorial-todo-app/src/TaskListItem.module.css +0 -3
  106. package/templates/template-tutorial-todo-app/src/TaskListItem.tsx +0 -37
  107. package/templates/template-tutorial-todo-app/src/client.ts.hbs +0 -31
  108. package/templates/template-tutorial-todo-app/src/index.css +0 -80
  109. package/templates/template-tutorial-todo-app/src/main.tsx +0 -33
  110. package/templates/template-tutorial-todo-app/src/mocks.ts +0 -137
  111. package/templates/template-tutorial-todo-app/src/useProjectTasks.ts +0 -55
  112. package/templates/template-tutorial-todo-app/src/useProjects.ts +0 -43
  113. package/templates/template-tutorial-todo-app/src/vite-env.d.ts +0 -1
  114. package/templates/template-tutorial-todo-app/tsconfig.json +0 -25
  115. package/templates/template-tutorial-todo-app/tsconfig.node.json +0 -10
  116. package/templates/template-tutorial-todo-app/vite.config.ts.hbs +0 -19
  117. package/templates/template-vue/.vscode/extensions.json +0 -3
  118. package/templates/template-vue/README.md.hbs +0 -35
  119. package/templates/template-vue/_gitignore +0 -24
  120. package/templates/template-vue/index.html +0 -15
  121. package/templates/template-vue/package.json.hbs +0 -22
  122. package/templates/template-vue/public/palantir.svg +0 -3
  123. package/templates/template-vue/public/vue.svg +0 -1
  124. package/templates/template-vue/src/AuthCallback.vue +0 -22
  125. package/templates/template-vue/src/Home.vue.hbs +0 -38
  126. package/templates/template-vue/src/Layout.vue +0 -26
  127. package/templates/template-vue/src/Login.vue +0 -36
  128. package/templates/template-vue/src/client.ts.hbs +0 -31
  129. package/templates/template-vue/src/main.ts +0 -35
  130. package/templates/template-vue/src/style.css +0 -81
  131. package/templates/template-vue/src/vite-env.d.ts +0 -1
  132. package/templates/template-vue/tsconfig.json +0 -25
  133. package/templates/template-vue/tsconfig.node.json +0 -10
  134. package/templates/template-vue/vite.config.ts.hbs +0 -24
@@ -1 +0,0 @@
1
- /// <reference types="vite/client" />
@@ -1,25 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2020",
4
- "useDefineForClassFields": true,
5
- "module": "ESNext",
6
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
- "skipLibCheck": true,
8
-
9
- /* Bundler mode */
10
- "moduleResolution": "bundler",
11
- "allowImportingTsExtensions": true,
12
- "resolveJsonModule": true,
13
- "isolatedModules": true,
14
- "noEmit": true,
15
- "jsx": "preserve",
16
-
17
- /* Linting */
18
- "strict": true,
19
- "noUnusedLocals": true,
20
- "noUnusedParameters": true,
21
- "noFallthroughCasesInSwitch": true
22
- },
23
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
24
- "references": [{ "path": "./tsconfig.node.json" }]
25
- }
@@ -1,10 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "composite": true,
4
- "skipLibCheck": true,
5
- "module": "ESNext",
6
- "moduleResolution": "bundler",
7
- "allowSyntheticDefaultImports": true
8
- },
9
- "include": ["vite.config.ts"]
10
- }
@@ -1,24 +0,0 @@
1
- import vue from "@vitejs/plugin-vue";
2
- import { defineConfig } from "vite";
3
-
4
- // https://vitejs.dev/config/
5
- export default defineConfig({
6
- plugins: [vue()],
7
- server: {
8
- port: 8080,
9
- {{#if corsProxy}}
10
- proxy: {
11
- "^(/multipass/api|/api)": {
12
- target: "{{foundryUrl}}",
13
- changeOrigin: true,
14
- secure: true,
15
- },
16
- },
17
- {{/if}}
18
- },
19
- resolve: {
20
- alias: {
21
- vue: "vue/dist/vue.esm-bundler",
22
- },
23
- },
24
- });