@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.esm.js CHANGED
@@ -11031,7 +11031,7 @@ const PopsSearchSuggestion = {
11031
11031
  let $el = popsDOMUtils.createElement("div", {
11032
11032
  className: `pops pops-${popsType}-search-suggestion`,
11033
11033
  innerHTML: /*html*/ `
11034
- <style>
11034
+ <style type="text/css">
11035
11035
  .pops-${popsType}-animation{
11036
11036
  -moz-animation: searchSelectFalIn 0.5s 1 linear;
11037
11037
  -webkit-animation: searchSelectFalIn 0.5s 1 linear;
@@ -11039,7 +11039,7 @@ const PopsSearchSuggestion = {
11039
11039
  -ms-animation: searchSelectFalIn 0.5s 1 linear;
11040
11040
  }
11041
11041
  </style>
11042
- <style>
11042
+ <style type="text/css">
11043
11043
  .pops-${popsType}-search-suggestion-arrow{
11044
11044
  --suggestion-arrow-box-shadow-left-color: rgba(0, 0, 0, 0.24);
11045
11045
  --suggestion-arrow-box-shadow-right-color: rgba(0, 0, 0, 0.12);
@@ -11105,7 +11105,7 @@ const PopsSearchSuggestion = {
11105
11105
  content: "";
11106
11106
  }
11107
11107
  </style>
11108
- <style data-dynamic="true">
11108
+ <style type="text/css" data-dynamic="true">
11109
11109
  ${this.getDynamicCSS()}
11110
11110
  </style>
11111
11111
  <style>
@@ -11127,6 +11127,9 @@ const PopsSearchSuggestion = {
11127
11127
  transform: scaleY(1);
11128
11128
  }
11129
11129
  </style>
11130
+ <style type="text/css" data-user-css>
11131
+ ${config.style || ""}
11132
+ </style>
11130
11133
  <ul class="pops-${popsType}-search-suggestion-hint ${PopsCommonCSSClassName.userSelectNone}">${config.toSearhNotResultHTML}</ul>
11131
11134
  ${config.useArrow ? /*html*/ `<div class="pops-${popsType}-search-suggestion-arrow"></div>` : ""}
11132
11135
  `,
@@ -11643,7 +11646,7 @@ class Pops {
11643
11646
  /** 配置 */
11644
11647
  config = {
11645
11648
  /** 版本号 */
11646
- version: "2025.8.30",
11649
+ version: "2025.9.2",
11647
11650
  cssText: PopsCSS,
11648
11651
  /** icon图标的svg代码 */
11649
11652
  iconSVG: PopsIcon.$data,