comand-component-library 3.1.55 → 3.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.1.55",
3
+ "version": "3.1.56",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "clickout-event": "^1.1.2",
21
- "comand-frontend-framework": "^3.2.39",
21
+ "comand-frontend-framework": "^3.2.44",
22
22
  "core-js": "^3.20.1",
23
23
  "prismjs": "^1.27.0",
24
24
  "vue": "^3.2.31",
@@ -44,4 +44,4 @@
44
44
  "typescript": "~3.9.3",
45
45
  "vue-jest": "^5.0.0-0"
46
46
  }
47
- }
47
+ }
@@ -199,7 +199,7 @@ export default {
199
199
  * set default v-model (must be named modelValue in Vue3)
200
200
  */
201
201
  modelValue: {
202
- type: [String, Array],
202
+ type: [String, Number, Array],
203
203
  default: ""
204
204
  },
205
205
  /**
package/src/main.js CHANGED
@@ -5,6 +5,9 @@ import 'comand-frontend-framework/src/assets/css/normalize.css'
5
5
  /* import framework-styles */
6
6
  import 'comand-frontend-framework/src/assets/css/framework.css'
7
7
 
8
+ /* import breakpoints */
9
+ import 'comand-frontend-framework/src/assets/css/breakpoints.css'
10
+
8
11
  /* import framework-iconfont */
9
12
  import 'comand-frontend-framework/src/assets/css/framework-iconfont.css'
10
13
  /* end imports css from comand-frontend-framework ---------------------------------------------------------------------------------------- */