@whitesev/pops 2.3.7 → 2.3.8
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 +7 -4
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +7 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +7 -4
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +7 -4
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +7 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -11034,7 +11034,7 @@ var pops = (function () {
|
|
|
11034
11034
|
let $el = popsDOMUtils.createElement("div", {
|
|
11035
11035
|
className: `pops pops-${popsType}-search-suggestion`,
|
|
11036
11036
|
innerHTML: /*html*/ `
|
|
11037
|
-
<style>
|
|
11037
|
+
<style type="text/css">
|
|
11038
11038
|
.pops-${popsType}-animation{
|
|
11039
11039
|
-moz-animation: searchSelectFalIn 0.5s 1 linear;
|
|
11040
11040
|
-webkit-animation: searchSelectFalIn 0.5s 1 linear;
|
|
@@ -11042,7 +11042,7 @@ var pops = (function () {
|
|
|
11042
11042
|
-ms-animation: searchSelectFalIn 0.5s 1 linear;
|
|
11043
11043
|
}
|
|
11044
11044
|
</style>
|
|
11045
|
-
<style>
|
|
11045
|
+
<style type="text/css">
|
|
11046
11046
|
.pops-${popsType}-search-suggestion-arrow{
|
|
11047
11047
|
--suggestion-arrow-box-shadow-left-color: rgba(0, 0, 0, 0.24);
|
|
11048
11048
|
--suggestion-arrow-box-shadow-right-color: rgba(0, 0, 0, 0.12);
|
|
@@ -11108,7 +11108,7 @@ var pops = (function () {
|
|
|
11108
11108
|
content: "";
|
|
11109
11109
|
}
|
|
11110
11110
|
</style>
|
|
11111
|
-
<style data-dynamic="true">
|
|
11111
|
+
<style type="text/css" data-dynamic="true">
|
|
11112
11112
|
${this.getDynamicCSS()}
|
|
11113
11113
|
</style>
|
|
11114
11114
|
<style>
|
|
@@ -11130,6 +11130,9 @@ var pops = (function () {
|
|
|
11130
11130
|
transform: scaleY(1);
|
|
11131
11131
|
}
|
|
11132
11132
|
</style>
|
|
11133
|
+
<style type="text/css" data-user-css>
|
|
11134
|
+
${config.style || ""}
|
|
11135
|
+
</style>
|
|
11133
11136
|
<ul class="pops-${popsType}-search-suggestion-hint ${PopsCommonCSSClassName.userSelectNone}">${config.toSearhNotResultHTML}</ul>
|
|
11134
11137
|
${config.useArrow ? /*html*/ `<div class="pops-${popsType}-search-suggestion-arrow"></div>` : ""}
|
|
11135
11138
|
`,
|
|
@@ -11646,7 +11649,7 @@ var pops = (function () {
|
|
|
11646
11649
|
/** 配置 */
|
|
11647
11650
|
config = {
|
|
11648
11651
|
/** 版本号 */
|
|
11649
|
-
version: "2025.
|
|
11652
|
+
version: "2025.9.2",
|
|
11650
11653
|
cssText: PopsCSS,
|
|
11651
11654
|
/** icon图标的svg代码 */
|
|
11652
11655
|
iconSVG: PopsIcon.$data,
|