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/dist/bk-magic-vue.js +5 -2
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/loading.js +5 -2
- package/lib/pagination.js +5 -2
- package/lib/select.js +5 -2
- package/lib/table.js +5 -2
- package/lib/tag-input.js +5 -2
- package/lib/version-detail.js +5 -2
- package/package.json +1 -1
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:
|
|
516
|
-
|
|
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:
|
|
4363
|
-
|
|
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:
|
|
4363
|
-
|
|
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:
|
|
9573
|
-
|
|
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:
|
|
1908
|
-
|
|
1907
|
+
renderZIndex: {
|
|
1908
|
+
get: function get() {
|
|
1909
|
+
return this.zIndex;
|
|
1910
|
+
},
|
|
1911
|
+
set: function set() {}
|
|
1909
1912
|
}
|
|
1910
1913
|
},
|
|
1911
1914
|
watch: {
|
package/lib/version-detail.js
CHANGED
|
@@ -3748,8 +3748,11 @@
|
|
|
3748
3748
|
}
|
|
3749
3749
|
return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
|
|
3750
3750
|
},
|
|
3751
|
-
renderZIndex:
|
|
3752
|
-
|
|
3751
|
+
renderZIndex: {
|
|
3752
|
+
get: function get() {
|
|
3753
|
+
return this.zIndex;
|
|
3754
|
+
},
|
|
3755
|
+
set: function set() {}
|
|
3753
3756
|
}
|
|
3754
3757
|
},
|
|
3755
3758
|
watch: {
|