iov-pro-components 0.0.99 → 0.0.100
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.
|
@@ -8978,6 +8978,7 @@ var HOOKS = {
|
|
|
8978
8978
|
};
|
|
8979
8979
|
var DEFAULT_SPAN = 6;
|
|
8980
8980
|
var DEFAULT_SPACE = 20;
|
|
8981
|
+
var DEFAULT_GUTTER = 16;
|
|
8981
8982
|
var DEFAULT_PAGE_SIZE = 100;
|
|
8982
8983
|
var script$n = {
|
|
8983
8984
|
name: 'IovProForm',
|
|
@@ -10552,7 +10553,7 @@ var script$n = {
|
|
|
10552
10553
|
FormItemsInRows.map(function (row) {
|
|
10553
10554
|
return h(Row, {
|
|
10554
10555
|
"attrs": {
|
|
10555
|
-
"gutter": _this18.config.gutter
|
|
10556
|
+
"gutter": _this18.config.gutter || DEFAULT_GUTTER
|
|
10556
10557
|
}
|
|
10557
10558
|
}, [row]);
|
|
10558
10559
|
})]);
|
|
@@ -21738,11 +21739,11 @@ var script$4 = {
|
|
|
21738
21739
|
props: {
|
|
21739
21740
|
left: {
|
|
21740
21741
|
type: [String, Number],
|
|
21741
|
-
default:
|
|
21742
|
+
default: 252
|
|
21742
21743
|
},
|
|
21743
21744
|
right: {
|
|
21744
21745
|
type: [String, Number],
|
|
21745
|
-
default:
|
|
21746
|
+
default: 16
|
|
21746
21747
|
}
|
|
21747
21748
|
},
|
|
21748
21749
|
computed: {
|
|
@@ -23106,7 +23107,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
23106
23107
|
};
|
|
23107
23108
|
var index = {
|
|
23108
23109
|
install: install,
|
|
23109
|
-
version: '0.0.
|
|
23110
|
+
version: '0.0.100',
|
|
23110
23111
|
ColumnTooltip: __vue_component__$y,
|
|
23111
23112
|
Description: __vue_component__$v,
|
|
23112
23113
|
DialogItemsSelect: __vue_component__$u,
|