@eeplatform/nuxt-layer-common 1.2.10 → 1.2.11

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eeplatform/nuxt-layer-common
2
2
 
3
+ ## 1.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 11f490f: School Mgmt - table hight and props adjustment
8
+
3
9
  ## 1.2.10
4
10
 
5
11
  ### Patch Changes
@@ -83,7 +83,7 @@
83
83
  :style="`max-height: ${
84
84
  canCreate || canUpload
85
85
  ? 'calc(100vh - (240px))'
86
- : 'calc(100vh - (180px))'
86
+ : 'calc(100vh - (195px))'
87
87
  } `"
88
88
  >
89
89
  <template #item.createdAt="{ value }">
@@ -309,11 +309,11 @@ const prop = defineProps({
309
309
  },
310
310
  canCreate: {
311
311
  type: Boolean,
312
- default: true,
312
+ default: false,
313
313
  },
314
314
  canUpload: {
315
315
  type: Boolean,
316
- default: true,
316
+ default: false,
317
317
  },
318
318
  canUpdate: {
319
319
  type: Boolean,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eeplatform/nuxt-layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.2.10",
5
+ "version": "1.2.11",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"