@bsgoal/common 2.28.21 → 2.28.22
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.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5704,6 +5704,7 @@ const t1 = { class: "bsgoal-base-table" }, n1 = {
|
|
|
5704
5704
|
Ye(" 项 "),
|
|
5705
5705
|
F("span", {
|
|
5706
5706
|
class: "table_menu_selection_light",
|
|
5707
|
+
style: { cursor: "pointer" },
|
|
5707
5708
|
onClick: ue
|
|
5708
5709
|
}, "清除")
|
|
5709
5710
|
])) : _e("", !0)
|
|
@@ -7008,9 +7009,7 @@ const D1 = ["src"], kl = Object.assign({
|
|
|
7008
7009
|
}
|
|
7009
7010
|
},
|
|
7010
7011
|
setup(l) {
|
|
7011
|
-
const u = l, r = Ma("ICON_MAPPING")
|
|
7012
|
-
console.log("iconMapping", r);
|
|
7013
|
-
const f = he(() => {
|
|
7012
|
+
const u = l, r = Ma("ICON_MAPPING"), f = he(() => {
|
|
7014
7013
|
const { src: E = "" } = u, b = E.split(">");
|
|
7015
7014
|
if (r && b.length === 2) {
|
|
7016
7015
|
const { 0: C, 1: w } = b;
|