bk-magic-vue 2.4.3 → 2.4.4

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/lib/loading.js CHANGED
@@ -512,8 +512,11 @@
512
512
  }
513
513
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
514
514
  },
515
- renderZIndex: function renderZIndex() {
516
- return this.zIndex;
515
+ renderZIndex: {
516
+ get: function get() {
517
+ return this.zIndex;
518
+ },
519
+ set: function set() {}
517
520
  }
518
521
  },
519
522
  watch: {
package/lib/pagination.js CHANGED
@@ -4359,8 +4359,11 @@
4359
4359
  }
4360
4360
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
4361
4361
  },
4362
- renderZIndex: function renderZIndex() {
4363
- return this.zIndex;
4362
+ renderZIndex: {
4363
+ get: function get() {
4364
+ return this.zIndex;
4365
+ },
4366
+ set: function set() {}
4364
4367
  }
4365
4368
  },
4366
4369
  watch: {
package/lib/select.js CHANGED
@@ -4359,8 +4359,11 @@
4359
4359
  }
4360
4360
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
4361
4361
  },
4362
- renderZIndex: function renderZIndex() {
4363
- return this.zIndex;
4362
+ renderZIndex: {
4363
+ get: function get() {
4364
+ return this.zIndex;
4365
+ },
4366
+ set: function set() {}
4364
4367
  }
4365
4368
  },
4366
4369
  watch: {
package/lib/table.js CHANGED
@@ -9569,8 +9569,11 @@
9569
9569
  }
9570
9570
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
9571
9571
  },
9572
- renderZIndex: function renderZIndex() {
9573
- return this.zIndex;
9572
+ renderZIndex: {
9573
+ get: function get() {
9574
+ return this.zIndex;
9575
+ },
9576
+ set: function set() {}
9574
9577
  }
9575
9578
  },
9576
9579
  watch: {
package/lib/tag-input.js CHANGED
@@ -1904,8 +1904,11 @@
1904
1904
  }
1905
1905
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
1906
1906
  },
1907
- renderZIndex: function renderZIndex() {
1908
- return this.zIndex;
1907
+ renderZIndex: {
1908
+ get: function get() {
1909
+ return this.zIndex;
1910
+ },
1911
+ set: function set() {}
1909
1912
  }
1910
1913
  },
1911
1914
  watch: {
@@ -3748,8 +3748,11 @@
3748
3748
  }
3749
3749
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
3750
3750
  },
3751
- renderZIndex: function renderZIndex() {
3752
- return this.zIndex;
3751
+ renderZIndex: {
3752
+ get: function get() {
3753
+ return this.zIndex;
3754
+ },
3755
+ set: function set() {}
3753
3756
  }
3754
3757
  },
3755
3758
  watch: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bk-magic-vue",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "基于蓝鲸 Magicbox 和 Vue 的前端组件库",
5
5
  "main": "dist/bk-magic-vue.min.js",
6
6
  "files": [