@ganwei-web/gw-base-components-plus 1.0.36 → 1.0.38
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/element-plus-adapter/dist/ElementPlusAdapter.cjs +35 -11
- package/element-plus-adapter/dist/ElementPlusAdapter.cjs.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js +35 -11
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.js +35 -11
- package/element-plus-adapter/dist/ElementPlusAdapter.js.map +1 -1
- package/equip-list-vue3/dist/index.es.js +10 -10
- package/equip-list-vue3/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -664,11 +664,11 @@ class Nt {
|
|
|
664
664
|
}
|
|
665
665
|
class ae {
|
|
666
666
|
constructor() {
|
|
667
|
-
window = window;
|
|
667
|
+
this.window = window;
|
|
668
668
|
try {
|
|
669
|
-
window.top.equipGroup, window = window.top;
|
|
669
|
+
window.top.equipGroup, this.window = window.top;
|
|
670
670
|
} catch {
|
|
671
|
-
window = window;
|
|
671
|
+
this.window = window;
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
}
|
|
@@ -679,11 +679,11 @@ const Ye = {
|
|
|
679
679
|
};
|
|
680
680
|
},
|
|
681
681
|
created() {
|
|
682
|
-
window = window;
|
|
682
|
+
this.window = window;
|
|
683
683
|
try {
|
|
684
|
-
window.top.equipGroup, window = window.top;
|
|
684
|
+
window.top.equipGroup, this.window = window.top;
|
|
685
685
|
} catch {
|
|
686
|
-
window = window;
|
|
686
|
+
this.window = window;
|
|
687
687
|
}
|
|
688
688
|
}
|
|
689
689
|
};
|
|
@@ -2935,7 +2935,7 @@ class O {
|
|
|
2935
2935
|
|
|
2936
2936
|
/**
|
|
2937
2937
|
* @description 将普通列表转换为树结构的列表
|
|
2938
|
-
* @param {list} 可构建树形结构的普通列表
|
|
2938
|
+
* @param {list} 可构建树形结构的普通列表
|
|
2939
2939
|
* @return {string}
|
|
2940
2940
|
*/
|
|
2941
2941
|
static listToTreeList(e) {
|
|
@@ -3698,11 +3698,11 @@ function Oi(n, e, t, i, s, r) {
|
|
|
3698
3698
|
const Ni = /* @__PURE__ */ ce(Ei, [["render", Oi]]);
|
|
3699
3699
|
class Ii {
|
|
3700
3700
|
constructor() {
|
|
3701
|
-
this.eGroupNotify = new et("/eGroupNotify", "", ""), this.alreadyUpdate = {}, this.notify = null, window = window;
|
|
3701
|
+
this.eGroupNotify = new et("/eGroupNotify", "", ""), this.alreadyUpdate = {}, this.notify = null, this.window = window;
|
|
3702
3702
|
try {
|
|
3703
|
-
window.top.equipGroup, window = window.top;
|
|
3703
|
+
window.top.equipGroup, this.window = window.top;
|
|
3704
3704
|
} catch {
|
|
3705
|
-
window = window;
|
|
3705
|
+
this.window = window;
|
|
3706
3706
|
}
|
|
3707
3707
|
}
|
|
3708
3708
|
stop() {
|