@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.esm.js
CHANGED
|
@@ -6683,8 +6683,7 @@ const PopsPanelConfig = () => {
|
|
|
6683
6683
|
},
|
|
6684
6684
|
{
|
|
6685
6685
|
id: "whitesev-panel-bottom-config-2",
|
|
6686
|
-
|
|
6687
|
-
title: "版本:" + pops.config.version,
|
|
6686
|
+
title: "版本:xxx.xx.xx",
|
|
6688
6687
|
isBottom: true,
|
|
6689
6688
|
attributes: [
|
|
6690
6689
|
{
|
|
@@ -11647,7 +11646,7 @@ class Pops {
|
|
|
11647
11646
|
return popsSearchSuggestion;
|
|
11648
11647
|
};
|
|
11649
11648
|
}
|
|
11650
|
-
const pops
|
|
11649
|
+
const pops = new Pops();
|
|
11651
11650
|
|
|
11652
|
-
export { pops
|
|
11651
|
+
export { pops as default };
|
|
11653
11652
|
//# sourceMappingURL=index.esm.js.map
|