@v2coding/ui 1.1.14 → 1.1.15

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.
@@ -8089,7 +8089,8 @@ var script$f = {
8089
8089
  submitting: {
8090
8090
  type: Boolean,
8091
8091
  default: false
8092
- }
8092
+ },
8093
+
8093
8094
  /**
8094
8095
  * listeners:
8095
8096
  * ready 所有表单项都准备好后触发
@@ -8097,7 +8098,10 @@ var script$f = {
8097
8098
  * after-submit 配置 url 后触发submit事件时触发提交数据完成事件
8098
8099
  * validate 任一表单项被校验后触发
8099
8100
  **/
8100
-
8101
+ autocomplete: {
8102
+ type: String,
8103
+ default: 'off'
8104
+ }
8101
8105
  },
8102
8106
  data: function data() {
8103
8107
  this.fieldStatus = []; // [{name,status,componentInstance}, ...]
@@ -8464,7 +8468,8 @@ var __vue_render__$f = function __vue_render__() {
8464
8468
  ref: "form",
8465
8469
  attrs: {
8466
8470
  "model": _vm.model,
8467
- "label-width": _vm.labelWidth
8471
+ "label-width": _vm.labelWidth,
8472
+ "autocomplete": _vm.autocomplete
8468
8473
  },
8469
8474
  nativeOn: {
8470
8475
  "submit": function submit($event) {
@@ -8485,8 +8490,8 @@ var __vue_staticRenderFns__$f = [];
8485
8490
 
8486
8491
  var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
8487
8492
  if (!inject) return;
8488
- inject("data-v-2b13c885_0", {
8489
- source: ".el-form--inline[data-v-2b13c885] .el-form-item{display:inline-flex}",
8493
+ inject("data-v-2c5e8846_0", {
8494
+ source: ".el-form--inline[data-v-2c5e8846] .el-form-item{display:inline-flex}",
8490
8495
  map: undefined,
8491
8496
  media: undefined
8492
8497
  });
@@ -8494,10 +8499,10 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
8494
8499
  /* scoped */
8495
8500
 
8496
8501
 
8497
- var __vue_scope_id__$f = "data-v-2b13c885";
8502
+ var __vue_scope_id__$f = "data-v-2c5e8846";
8498
8503
  /* module identifier */
8499
8504
 
8500
- var __vue_module_identifier__$f = "data-v-2b13c885";
8505
+ var __vue_module_identifier__$f = "data-v-2c5e8846";
8501
8506
  /* functional template */
8502
8507
 
8503
8508
  var __vue_is_functional_template__$f = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v2coding/ui",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "",
5
5
  "main": "dist/v2coding-ui.ssr.js",
6
6
  "browser": "dist/v2coding-ui.esm.js",