@whitesev/pops 2.1.11 → 2.1.12
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/index.amd.js +3 -4
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +3 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +3 -4
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +2 -3
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +3 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/panel/config.ts +1 -2
package/dist/index.umd.js
CHANGED
|
@@ -6689,8 +6689,7 @@
|
|
|
6689
6689
|
},
|
|
6690
6690
|
{
|
|
6691
6691
|
id: "whitesev-panel-bottom-config-2",
|
|
6692
|
-
|
|
6693
|
-
title: "版本:" + pops.config.version,
|
|
6692
|
+
title: "版本:xxx.xx.xx",
|
|
6694
6693
|
isBottom: true,
|
|
6695
6694
|
attributes: [
|
|
6696
6695
|
{
|
|
@@ -11653,9 +11652,9 @@
|
|
|
11653
11652
|
return popsSearchSuggestion;
|
|
11654
11653
|
};
|
|
11655
11654
|
}
|
|
11656
|
-
const pops
|
|
11655
|
+
const pops = new Pops();
|
|
11657
11656
|
|
|
11658
|
-
return pops
|
|
11657
|
+
return pops;
|
|
11659
11658
|
|
|
11660
11659
|
}));
|
|
11661
11660
|
//# sourceMappingURL=index.umd.js.map
|