@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.system.js
CHANGED
|
@@ -6688,8 +6688,7 @@ System.register('pops', [], (function (exports) {
|
|
|
6688
6688
|
},
|
|
6689
6689
|
{
|
|
6690
6690
|
id: "whitesev-panel-bottom-config-2",
|
|
6691
|
-
|
|
6692
|
-
title: "版本:" + pops.config.version,
|
|
6691
|
+
title: "版本:xxx.xx.xx",
|
|
6693
6692
|
isBottom: true,
|
|
6694
6693
|
attributes: [
|
|
6695
6694
|
{
|
|
@@ -11652,7 +11651,7 @@ System.register('pops', [], (function (exports) {
|
|
|
11652
11651
|
return popsSearchSuggestion;
|
|
11653
11652
|
};
|
|
11654
11653
|
}
|
|
11655
|
-
const pops
|
|
11654
|
+
const pops = exports("default", new Pops());
|
|
11656
11655
|
|
|
11657
11656
|
})
|
|
11658
11657
|
};
|