xianniu-ui 0.8.8 → 0.8.10

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": "xianniu-ui",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -18,8 +18,4 @@
18
18
 
19
19
 
20
20
 
21
- @import './theme/variables.scss';
22
- @import './theme/mixin.scss';
23
- @import './theme/transition.scss';
24
- @import './theme/sidebar.scss';
25
- @import './theme/element-ui.scss';
21
+ @import './theme/index.scss';
@@ -145,9 +145,6 @@ export default {
145
145
  type:{
146
146
  type: String,
147
147
  default:'',
148
- validator: (val) => {
149
- return ["selection", "radio"].indexOf(val) !== -1;
150
- },
151
148
  },
152
149
  stripe: Boolean,
153
150
  selection: Boolean,