element-ui-root 1.7.0 → 1.8.0
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/dist/index.common.js +2 -3
- package/dist/index.umd.js +2 -3
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -13946,8 +13946,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
13946
13946
|
|
|
13947
13947
|
let label = a => this.label ? this.config[a].text || this.config[a].label || this.config[a].title : '';
|
|
13948
13948
|
|
|
13949
|
-
|
|
13950
|
-
return count > 0 && h("keep-alive", [h("div", {
|
|
13949
|
+
return h("keep-alive", [h("div", {
|
|
13951
13950
|
"class": "a-f-search",
|
|
13952
13951
|
"style": {
|
|
13953
13952
|
padding: this.margin
|
|
@@ -167345,7 +167344,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
167345
167344
|
submit,
|
|
167346
167345
|
cancel
|
|
167347
167346
|
} = this.$listeners;
|
|
167348
|
-
return
|
|
167347
|
+
return h("keep-alive", [h("div", {
|
|
167349
167348
|
"class": "b-f-search",
|
|
167350
167349
|
"style": {
|
|
167351
167350
|
padding: this.margin
|
package/dist/index.umd.js
CHANGED
|
@@ -13955,8 +13955,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
13955
13955
|
|
|
13956
13956
|
let label = a => this.label ? this.config[a].text || this.config[a].label || this.config[a].title : '';
|
|
13957
13957
|
|
|
13958
|
-
|
|
13959
|
-
return count > 0 && h("keep-alive", [h("div", {
|
|
13958
|
+
return h("keep-alive", [h("div", {
|
|
13960
13959
|
"class": "a-f-search",
|
|
13961
13960
|
"style": {
|
|
13962
13961
|
padding: this.margin
|
|
@@ -167354,7 +167353,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
167354
167353
|
submit,
|
|
167355
167354
|
cancel
|
|
167356
167355
|
} = this.$listeners;
|
|
167357
|
-
return
|
|
167356
|
+
return h("keep-alive", [h("div", {
|
|
167358
167357
|
"class": "b-f-search",
|
|
167359
167358
|
"style": {
|
|
167360
167359
|
padding: this.margin
|