@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.iife.js
CHANGED
|
@@ -6686,8 +6686,7 @@ var pops = (function () {
|
|
|
6686
6686
|
},
|
|
6687
6687
|
{
|
|
6688
6688
|
id: "whitesev-panel-bottom-config-2",
|
|
6689
|
-
|
|
6690
|
-
title: "版本:" + pops.config.version,
|
|
6689
|
+
title: "版本:xxx.xx.xx",
|
|
6691
6690
|
isBottom: true,
|
|
6692
6691
|
attributes: [
|
|
6693
6692
|
{
|
|
@@ -11650,9 +11649,9 @@ var pops = (function () {
|
|
|
11650
11649
|
return popsSearchSuggestion;
|
|
11651
11650
|
};
|
|
11652
11651
|
}
|
|
11653
|
-
const pops
|
|
11652
|
+
const pops = new Pops();
|
|
11654
11653
|
|
|
11655
|
-
return pops
|
|
11654
|
+
return pops;
|
|
11656
11655
|
|
|
11657
11656
|
})();
|
|
11658
11657
|
//# sourceMappingURL=index.iife.js.map
|