iov-pro-components 0.0.96 → 0.0.98

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.
@@ -20791,10 +20791,10 @@ var script$8 = {
20791
20791
  this.normalizedFormConfig = _objectSpread2({
20792
20792
  grid: true,
20793
20793
  span: 6,
20794
- gutter: simple ? 8 : 12,
20794
+ gutter: simple ? 8 : 16,
20795
20795
  collapse: this.formItems.length > 0,
20796
20796
  maxLine: 2,
20797
- space: 16
20797
+ space: 12
20798
20798
  }, form || {});
20799
20799
  // 表格配置信息
20800
20800
  this.normalizedTableConfig = {
@@ -21264,8 +21264,9 @@ var script$7 = {
21264
21264
  return _objectSpread2({
21265
21265
  grid: true,
21266
21266
  span: 6,
21267
- gutter: 12,
21267
+ gutter: 16,
21268
21268
  collapse: true,
21269
+ space: 12,
21269
21270
  maxLine: 2
21270
21271
  }, this.config.form);
21271
21272
  },
@@ -23105,7 +23106,7 @@ var install = function install(Vue, componentConfig) {
23105
23106
  };
23106
23107
  var index = {
23107
23108
  install: install,
23108
- version: '0.0.96',
23109
+ version: '0.0.98',
23109
23110
  ColumnTooltip: __vue_component__$y,
23110
23111
  Description: __vue_component__$v,
23111
23112
  DialogItemsSelect: __vue_component__$u,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iov-pro-components",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "description": "IOV Pro Components for Vue.js",
5
5
  "main": "lib/iov-pro-components.min.js",
6
6
  "files": [
@@ -16,7 +16,6 @@
16
16
  "docs:build": "vuepress build docs",
17
17
  "k8s-dev": "vuepress build docs",
18
18
  "lint": "eslint --ext .js,.vue src",
19
- "postinstall": "patch-package",
20
19
  "jest": "jest --no-cache"
21
20
  },
22
21
  "lint-staged": {