adminforth 1.2.53 → 1.2.56

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.
@@ -44,7 +44,7 @@
44
44
  </div>
45
45
  <div
46
46
  v-else-if="coreStore.record"
47
- class="relative overflow-x-auto shadow-resourseFormShadow "
47
+ class="relative overflow-x-auto rounded-default shadow-resourseFormShadow "
48
48
  >
49
49
  <table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 rounded-default">
50
50
  <thead class="text-xs text-gray-700 uppercase bg-lightFormHeading dark:bg-gray-700 dark:text-gray-400">
@@ -181,4 +181,4 @@ async function deleteRecord(row) {
181
181
 
182
182
  }
183
183
 
184
- </script>
184
+ </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.2.53",
3
+ "version": "1.2.56",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,9 +8,10 @@
8
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
9
  "build": "tsc",
10
10
  "prepareDist": "cp -r spa dist/spa",
11
- "rollout": "tsc && npm run prepareDist && npm version patch && npm publish && cd documentation && npm run build && npm run deploy",
11
+ "rollout": "tsc && npm run prepareDist && npm version patch && npm publish && npm run rollout-doc",
12
12
  "rollout-doc": "cd documentation && npm run build && npm run deploy",
13
- "docs": "typedoc"
13
+ "docs": "typedoc",
14
+ "postinstall": "ln -s types spa/src/types"
14
15
  },
15
16
  "author": "devforth.io",
16
17
  "license": "ISC",
@@ -44,7 +44,7 @@
44
44
  </div>
45
45
  <div
46
46
  v-else-if="coreStore.record"
47
- class="relative overflow-x-auto shadow-resourseFormShadow "
47
+ class="relative overflow-x-auto rounded-default shadow-resourseFormShadow "
48
48
  >
49
49
  <table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 rounded-default">
50
50
  <thead class="text-xs text-gray-700 uppercase bg-lightFormHeading dark:bg-gray-700 dark:text-gray-400">
@@ -181,4 +181,4 @@ async function deleteRecord(row) {
181
181
 
182
182
  }
183
183
 
184
- </script>
184
+ </script>