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