paas-component-library 1.0.6 → 1.0.8

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/paas-ui.js CHANGED
@@ -20997,8 +20997,7 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
20997
20997
  disabled: { type: Boolean, default: !1 },
20998
20998
  modelValue: [String, Array],
20999
20999
  url: { type: String, required: !0 },
21000
- vars: { type: Object, default: () => ({}) },
21001
- formContext: Object
21000
+ vars: { type: Object, default: () => ({}) }
21002
21001
  },
21003
21002
  data() {
21004
21003
  return {
@@ -21030,12 +21029,6 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
21030
21029
  // 判断是否有下一页
21031
21030
  hasNextPage() {
21032
21031
  return this.page.current < this.totalPages;
21033
- },
21034
- rootValue() {
21035
- return this.formContext && this.formContext.rootValue ? this.formContext.rootValue : {};
21036
- },
21037
- watchValue() {
21038
- return this.modelValue;
21039
21032
  }
21040
21033
  },
21041
21034
  watch: {
@@ -21045,12 +21038,6 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
21045
21038
  this.filter = "", this.page.current = 1, this.initFlag = !1, this.loadData();
21046
21039
  }
21047
21040
  },
21048
- watchValue: {
21049
- immediate: !0,
21050
- handler(r, e) {
21051
- console.log("watchValue", r, e);
21052
- }
21053
- },
21054
21041
  modelValue: {
21055
21042
  immediate: !0,
21056
21043
  handler(r) {