adminforth 1.3.54-next.28 → 1.3.54-next.29

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 (61) hide show
  1. package/package.json +2 -5
  2. package/spa/.eslintrc.cjs +0 -14
  3. package/spa/README.md +0 -39
  4. package/spa/env.d.ts +0 -1
  5. package/spa/index.html +0 -23
  6. package/spa/package-lock.json +0 -4659
  7. package/spa/package.json +0 -52
  8. package/spa/postcss.config.js +0 -6
  9. package/spa/public/assets/favicon.png +0 -0
  10. package/spa/src/App.vue +0 -418
  11. package/spa/src/assets/base.css +0 -2
  12. package/spa/src/assets/logo.svg +0 -19
  13. package/spa/src/components/AcceptModal.vue +0 -45
  14. package/spa/src/components/Breadcrumbs.vue +0 -41
  15. package/spa/src/components/BreadcrumbsWithButtons.vue +0 -26
  16. package/spa/src/components/CustomDatePicker.vue +0 -176
  17. package/spa/src/components/CustomDateRangePicker.vue +0 -218
  18. package/spa/src/components/CustomRangePicker.vue +0 -156
  19. package/spa/src/components/Dropdown.vue +0 -168
  20. package/spa/src/components/Filters.vue +0 -222
  21. package/spa/src/components/HelloWorld.vue +0 -17
  22. package/spa/src/components/MenuLink.vue +0 -27
  23. package/spa/src/components/ResourceForm.vue +0 -325
  24. package/spa/src/components/ResourceListTable.vue +0 -466
  25. package/spa/src/components/SingleSkeletLoader.vue +0 -13
  26. package/spa/src/components/SkeleteLoader.vue +0 -23
  27. package/spa/src/components/ThreeDotsMenu.vue +0 -43
  28. package/spa/src/components/Toast.vue +0 -78
  29. package/spa/src/components/ValueRenderer.vue +0 -141
  30. package/spa/src/components/icons/IconCalendar.vue +0 -5
  31. package/spa/src/components/icons/IconCommunity.vue +0 -7
  32. package/spa/src/components/icons/IconDocumentation.vue +0 -7
  33. package/spa/src/components/icons/IconEcosystem.vue +0 -7
  34. package/spa/src/components/icons/IconSupport.vue +0 -7
  35. package/spa/src/components/icons/IconTime.vue +0 -5
  36. package/spa/src/components/icons/IconTooling.vue +0 -19
  37. package/spa/src/composables/useFrontendApi.ts +0 -26
  38. package/spa/src/composables/useStores.ts +0 -131
  39. package/spa/src/index.scss +0 -31
  40. package/spa/src/main.ts +0 -18
  41. package/spa/src/renderers/CompactUUID.vue +0 -48
  42. package/spa/src/renderers/CountryFlag.vue +0 -69
  43. package/spa/src/router/index.ts +0 -59
  44. package/spa/src/spa_types/core.ts +0 -53
  45. package/spa/src/stores/core.ts +0 -148
  46. package/spa/src/stores/filters.ts +0 -27
  47. package/spa/src/stores/modal.ts +0 -48
  48. package/spa/src/stores/toast.ts +0 -31
  49. package/spa/src/stores/user.ts +0 -72
  50. package/spa/src/utils.ts +0 -160
  51. package/spa/src/views/CreateView.vue +0 -167
  52. package/spa/src/views/EditView.vue +0 -170
  53. package/spa/src/views/ListView.vue +0 -352
  54. package/spa/src/views/LoginView.vue +0 -192
  55. package/spa/src/views/ResourceParent.vue +0 -17
  56. package/spa/src/views/ShowView.vue +0 -194
  57. package/spa/tailwind.config.js +0 -17
  58. package/spa/tsconfig.app.json +0 -14
  59. package/spa/tsconfig.json +0 -11
  60. package/spa/tsconfig.node.json +0 -19
  61. package/spa/vite.config.ts +0 -56
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.3.54-next.28",
3
+ "version": "1.3.54-next.29",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
8
- "dist/**/*",
9
- "spa/**/*"
8
+ "dist/**/*"
10
9
  ],
11
10
  "scripts": {
12
11
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -17,8 +16,6 @@
17
16
  "rollout-next": "tsc && npm version prerelease --preid=next && npm publish --tag next && npm run put-git-tag",
18
17
  "rollout-doc": "cd documentation && npm run build && npm run deploy",
19
18
  "docs": "typedoc",
20
- "prepublishOnly": "cd ./spa/src/ && test ! -d ./types && cp -r ../../types ./types || echo 'types copied before publish'",
21
- "postPublish": "cd ./spa/src/ && test -d ./types && ln -sf ../../types ./types || echo 'types linked back after publish'",
22
19
  "postinstall": "cd ./spa/src/ && test ! -d ./types && ln -sf ../../types ./types || echo 'types linked'"
23
20
  },
24
21
  "author": "devforth.io",
package/spa/.eslintrc.cjs DELETED
@@ -1,14 +0,0 @@
1
- /* eslint-env node */
2
- require('@rushstack/eslint-patch/modern-module-resolution')
3
-
4
- module.exports = {
5
- root: true,
6
- 'extends': [
7
- 'plugin:vue/vue3-essential',
8
- 'eslint:recommended',
9
- '@vue/eslint-config-typescript'
10
- ],
11
- parserOptions: {
12
- ecmaVersion: 'latest'
13
- }
14
- }
package/spa/README.md DELETED
@@ -1,39 +0,0 @@
1
- # spa
2
-
3
- This template should help get you started developing with Vue 3 in Vite.
4
-
5
- ## Recommended IDE Setup
6
-
7
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8
-
9
- ## Type Support for `.vue` Imports in TS
10
-
11
- TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
12
-
13
- ## Customize configuration
14
-
15
- See [Vite Configuration Reference](https://vitejs.dev/config/).
16
-
17
- ## Project Setup
18
-
19
- ```sh
20
- npm install
21
- ```
22
-
23
- ### Compile and Hot-Reload for Development
24
-
25
- ```sh
26
- npm run dev
27
- ```
28
-
29
- ### Type-Check, Compile and Minify for Production
30
-
31
- ```sh
32
- npm run build
33
- ```
34
-
35
- ### Lint with [ESLint](https://eslint.org/)
36
-
37
- ```sh
38
- npm run lint
39
- ```
package/spa/env.d.ts DELETED
@@ -1 +0,0 @@
1
- /// <reference types="vite/client" />
package/spa/index.html DELETED
@@ -1,23 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/* IMPORTANT:ADMINFORTH FAVICON */">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>/* IMPORTANT:ADMINFORTH TITLE */</title>
8
- <!--
9
- <script>
10
- // On page load or when changing themes, best to add inline in `head` to avoid FOUC
11
- if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
12
- document.documentElement.classList.add('dark');
13
- } else {
14
- document.documentElement.classList.remove('dark')
15
- }
16
- </script> -->
17
-
18
- </head>
19
- <body class="min-h-screen flex flex-column">
20
- <div id="app" class="grow bg-lightHtml dark:bg-darkHtml"></div>
21
- <script type="module" src="/src/main.ts"></script>
22
- </body>
23
- </html>