@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.umd.js CHANGED
@@ -11037,7 +11037,7 @@
11037
11037
  let $el = popsDOMUtils.createElement("div", {
11038
11038
  className: `pops pops-${popsType}-search-suggestion`,
11039
11039
  innerHTML: /*html*/ `
11040
- <style>
11040
+ <style type="text/css">
11041
11041
  .pops-${popsType}-animation{
11042
11042
  -moz-animation: searchSelectFalIn 0.5s 1 linear;
11043
11043
  -webkit-animation: searchSelectFalIn 0.5s 1 linear;
@@ -11045,7 +11045,7 @@
11045
11045
  -ms-animation: searchSelectFalIn 0.5s 1 linear;
11046
11046
  }
11047
11047
  </style>
11048
- <style>
11048
+ <style type="text/css">
11049
11049
  .pops-${popsType}-search-suggestion-arrow{
11050
11050
  --suggestion-arrow-box-shadow-left-color: rgba(0, 0, 0, 0.24);
11051
11051
  --suggestion-arrow-box-shadow-right-color: rgba(0, 0, 0, 0.12);
@@ -11111,7 +11111,7 @@
11111
11111
  content: "";
11112
11112
  }
11113
11113
  </style>
11114
- <style data-dynamic="true">
11114
+ <style type="text/css" data-dynamic="true">
11115
11115
  ${this.getDynamicCSS()}
11116
11116
  </style>
11117
11117
  <style>
@@ -11133,6 +11133,9 @@
11133
11133
  transform: scaleY(1);
11134
11134
  }
11135
11135
  </style>
11136
+ <style type="text/css" data-user-css>
11137
+ ${config.style || ""}
11138
+ </style>
11136
11139
  <ul class="pops-${popsType}-search-suggestion-hint ${PopsCommonCSSClassName.userSelectNone}">${config.toSearhNotResultHTML}</ul>
11137
11140
  ${config.useArrow ? /*html*/ `<div class="pops-${popsType}-search-suggestion-arrow"></div>` : ""}
11138
11141
  `,
@@ -11649,7 +11652,7 @@
11649
11652
  /** 配置 */
11650
11653
  config = {
11651
11654
  /** 版本号 */
11652
- version: "2025.8.30",
11655
+ version: "2025.9.2",
11653
11656
  cssText: PopsCSS,
11654
11657
  /** icon图标的svg代码 */
11655
11658
  iconSVG: PopsIcon.$data,