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