@monoui/vuejs 1.1.11 → 1.1.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -5,6 +5,7 @@
5
5
  'table-responsive': isResponsive,
6
6
  'table-relative': isLoading
7
7
  }"
8
+ :style="tableStyle"
8
9
  >
9
10
  <div
10
11
  v-if="isLoading && !isEmpty"
@@ -294,6 +295,11 @@ export default {
294
295
  required: false,
295
296
  default: ""
296
297
  },
298
+ tableStyle: {
299
+ type: String,
300
+ required: false,
301
+ default: ""
302
+ },
297
303
  isResponsive: {
298
304
  type: Boolean,
299
305
  required: false,