@idmwx/idmui-report 4.6.8 → 4.7.0
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.js +10 -5
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1608,7 +1608,8 @@ function SD(i, l, s, D, M, d) {
|
|
|
1608
1608
|
default: is(() => l[38] || (l[38] = [
|
|
1609
1609
|
t("span", { style: { cursor: "pointer" } }, "Dangerous", -1)
|
|
1610
1610
|
])),
|
|
1611
|
-
_: 1
|
|
1611
|
+
_: 1,
|
|
1612
|
+
__: [38]
|
|
1612
1613
|
}, 8, ["content"]),
|
|
1613
1614
|
l[41] || (l[41] = y(" / ")),
|
|
1614
1615
|
f(j, {
|
|
@@ -1621,7 +1622,8 @@ function SD(i, l, s, D, M, d) {
|
|
|
1621
1622
|
default: is(() => l[39] || (l[39] = [
|
|
1622
1623
|
t("span", { style: { cursor: "pointer" } }, "Severe", -1)
|
|
1623
1624
|
])),
|
|
1624
|
-
_: 1
|
|
1625
|
+
_: 1,
|
|
1626
|
+
__: [39]
|
|
1625
1627
|
}, 8, ["content"]),
|
|
1626
1628
|
l[42] || (l[42] = y(" / ")),
|
|
1627
1629
|
f(j, {
|
|
@@ -1634,7 +1636,8 @@ function SD(i, l, s, D, M, d) {
|
|
|
1634
1636
|
default: is(() => l[40] || (l[40] = [
|
|
1635
1637
|
t("span", { style: { cursor: "pointer" } }, "Heavy", -1)
|
|
1636
1638
|
])),
|
|
1637
|
-
_: 1
|
|
1639
|
+
_: 1,
|
|
1640
|
+
__: [40]
|
|
1638
1641
|
}, 8, ["content"])
|
|
1639
1642
|
])
|
|
1640
1643
|
]),
|
|
@@ -8811,7 +8814,8 @@ function H4(i, l, s, D, M, d) {
|
|
|
8811
8814
|
default: is(() => l[57] || (l[57] = [
|
|
8812
8815
|
y("Add Extra Port")
|
|
8813
8816
|
])),
|
|
8814
|
-
_: 1
|
|
8817
|
+
_: 1,
|
|
8818
|
+
__: [57]
|
|
8815
8819
|
}, 8, ["onClick"])
|
|
8816
8820
|
]),
|
|
8817
8821
|
t("table", null, [
|
|
@@ -8908,7 +8912,8 @@ function H4(i, l, s, D, M, d) {
|
|
|
8908
8912
|
default: is(() => l[65] || (l[65] = [
|
|
8909
8913
|
y("Del")
|
|
8910
8914
|
])),
|
|
8911
|
-
_: 2
|
|
8915
|
+
_: 2,
|
|
8916
|
+
__: [65]
|
|
8912
8917
|
}, 1032, ["onClick"])
|
|
8913
8918
|
])
|
|
8914
8919
|
]),
|