@zkwq/business 0.0.69 → 0.0.71

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.
@@ -1,6 +1,4 @@
1
1
 
2
- .avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
3
-
4
2
 
5
3
 
6
4
 
@@ -114,4 +112,5 @@
114
112
  .avatar[data-v-b7afb416] {
115
113
  width: 314px;
116
114
  height: 130px;
117
- }
115
+ }
116
+ .avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
@@ -1 +1 @@
1
- .avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
1
+ [data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
package/dist/index.js CHANGED
@@ -19936,11 +19936,11 @@ var zy = function() {
19936
19936
  on: {
19937
19937
  click: e.handleConfirm
19938
19938
  }
19939
- }, [e._v(e._s(e.t("el.table.confirmFilter")))]), s("button", {
19939
+ }, [e._v(e._s(e.t("base.table.confirmFilter")))]), s("button", {
19940
19940
  on: {
19941
19941
  click: e.handleReset
19942
19942
  }
19943
- }, [e._v(e._s(e.t("el.table.resetFilter")))])])]) : s("div", {
19943
+ }, [e._v(e._s(e.t("base.table.resetFilter")))])])]) : s("div", {
19944
19944
  directives: [{
19945
19945
  name: "clickoutside",
19946
19946
  rawName: "v-clickoutside",
@@ -19965,7 +19965,7 @@ var zy = function() {
19965
19965
  return e.handleSelect(null);
19966
19966
  }
19967
19967
  }
19968
- }, [e._v(e._s(e.t("el.table.clearFilter")))]), e._l(e.filters, function(i) {
19968
+ }, [e._v(e._s(e.t("base.table.clearFilter")))]), e._l(e.filters, function(i) {
19969
19969
  return s("li", {
19970
19970
  key: i.value,
19971
19971
  staticClass: "base-table-filter__list-item",
@@ -20570,7 +20570,7 @@ var Jy = function() {
20570
20570
  }, [s("span", {
20571
20571
  staticClass: "base-table__empty-text"
20572
20572
  }, [e._t("empty", function() {
20573
- return [e._v(e._s(e.emptyText || e.t("el.table.emptyText")))];
20573
+ return [e._v(e._s(e.emptyText || e.t("base.table.emptyText")))];
20574
20574
  })], 2)]) : e._e(), e.$slots.append ? s("div", {
20575
20575
  ref: "appendWrapper",
20576
20576
  staticClass: "base-table__append-wrapper"
@@ -20595,7 +20595,7 @@ var Jy = function() {
20595
20595
  attrs: {
20596
20596
  store: e.store,
20597
20597
  border: e.border,
20598
- "sum-text": e.sumText || e.t("el.table.sumText"),
20598
+ "sum-text": e.sumText || e.t("base.table.sumText"),
20599
20599
  "summary-method": e.summaryMethod,
20600
20600
  "default-sort": e.defaultSort
20601
20601
  }
@@ -20663,7 +20663,7 @@ var Jy = function() {
20663
20663
  attrs: {
20664
20664
  fixed: "left",
20665
20665
  border: e.border,
20666
- "sum-text": e.sumText || e.t("el.table.sumText"),
20666
+ "sum-text": e.sumText || e.t("base.table.sumText"),
20667
20667
  "summary-method": e.summaryMethod,
20668
20668
  store: e.store
20669
20669
  }
@@ -20732,7 +20732,7 @@ var Jy = function() {
20732
20732
  attrs: {
20733
20733
  fixed: "right",
20734
20734
  border: e.border,
20735
- "sum-text": e.sumText || e.t("el.table.sumText"),
20735
+ "sum-text": e.sumText || e.t("base.table.sumText"),
20736
20736
  "summary-method": e.summaryMethod,
20737
20737
  store: e.store
20738
20738
  }
@@ -22808,7 +22808,7 @@ const tw = {
22808
22808
  },
22809
22809
  computed: {
22810
22810
  emptyDescription() {
22811
- return this.description || ve("el.empty.description");
22811
+ return this.description || ve("base.empty.description");
22812
22812
  },
22813
22813
  imageStyle() {
22814
22814
  return {
@@ -23980,7 +23980,7 @@ const Dw = {
23980
23980
  emptyText: {
23981
23981
  type: String,
23982
23982
  default() {
23983
- return ve("el.tree.emptyText");
23983
+ return ve("base.tree.emptyText");
23984
23984
  }
23985
23985
  },
23986
23986
  renderAfterExpand: {
@@ -27398,6 +27398,10 @@ const j0 = {
27398
27398
  event: "update:value"
27399
27399
  },
27400
27400
  props: {
27401
+ userId: {
27402
+ required: !0,
27403
+ type: String
27404
+ },
27401
27405
  value: {
27402
27406
  type: String,
27403
27407
  default: ""
@@ -27425,7 +27429,7 @@ const j0 = {
27425
27429
  mounted() {
27426
27430
  this.id = dc(), this.$nextTick(() => {
27427
27431
  this.editor = new $c(document.getElementById(this.id)), this.editor.config.height = 300, this.editor.config.focus = !1, this.editor.config.uploadImgServer = Gt, this.editor.config.uploadFileName = "file1000", this.editor.config.uploadImgMaxLength = 1, this.placeholder && (this.editor.config.placeholder = this.placeholder), this.editor.config.uploadImgParams = {
27428
- uploader: this.user.uid
27432
+ uploader: this.userId
27429
27433
  }, this.editor.config.uploadImgHooks = {
27430
27434
  // 图片上传并返回了结果,想要自己把图片插入到编辑器中
27431
27435
  // 例如服务器端返回的不是 { errno: 0, data: [...] } 这种格式,可使用 customInsert
@@ -27433,7 +27437,7 @@ const j0 = {
27433
27437
  s.errno == 0 ? t(Xt + s.fastdfspath) : this.$message.error("图片上传失败");
27434
27438
  }
27435
27439
  }, this.editor.config.uploadVideoServer = Gt, this.editor.config.uploadVideoMaxSize = 100 * 1024 * 1024, this.editor.config.uploadVideoName = "file1000", this.editor.config.uploadVideoParams = {
27436
- uploader: this.user.uid
27440
+ uploader: this.userId
27437
27441
  }, this.editor.config.uploadVideoHooks = {
27438
27442
  // 视频上传并返回了结果,想要自己把视频插入到编辑器中
27439
27443
  // 例如服务器端返回的不是 { errno: 0, data: { url : '.....'} } 这种格式,可使用 customInsert