@idmui/basic 0.3.9 → 0.4.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/Sign/src/index.vue.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.umd.cjs +17 -17
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ const N1 = (i, t) => {
|
|
|
13
13
|
}, T6 = {
|
|
14
14
|
name: "IdmSign",
|
|
15
15
|
props: {
|
|
16
|
-
|
|
16
|
+
report: {
|
|
17
17
|
type: String,
|
|
18
18
|
default: void 0
|
|
19
19
|
}
|
|
@@ -52,11 +52,11 @@ function V6(i, t, e, h, c, s) {
|
|
|
52
52
|
a("div", O6, [
|
|
53
53
|
a("div", null, [
|
|
54
54
|
t[4] || (t[4] = p("VN: ", -1)),
|
|
55
|
-
a("b", null, l(((g = (m =
|
|
55
|
+
a("b", null, l(((g = (m = e.report) == null ? void 0 : m.voyage) == null ? void 0 : g.number) || "-"), 1)
|
|
56
56
|
]),
|
|
57
57
|
a("div", null, [
|
|
58
58
|
t[5] || (t[5] = p("ID: ", -1)),
|
|
59
|
-
a("b", null, l(((f = (y =
|
|
59
|
+
a("b", null, l(((f = (y = e.report) == null ? void 0 : y.report) == null ? void 0 : f.certified) || "-"), 1)
|
|
60
60
|
])
|
|
61
61
|
]),
|
|
62
62
|
t[7] || (t[7] = a("div", { class: "note" }, " Please note: The verified report only indicates that it was generated by ORM within a specific temporal context. Final conclusions should be based on the latest report. ", -1)),
|
|
@@ -71,7 +71,7 @@ function V6(i, t, e, h, c, s) {
|
|
|
71
71
|
])
|
|
72
72
|
]);
|
|
73
73
|
}
|
|
74
|
-
const R6 = /* @__PURE__ */ N1(T6, [["render", V6], ["__scopeId", "data-v-
|
|
74
|
+
const R6 = /* @__PURE__ */ N1(T6, [["render", V6], ["__scopeId", "data-v-5e19ebb8"]]), St = {
|
|
75
75
|
install(i) {
|
|
76
76
|
i.component("IdmSign", R6);
|
|
77
77
|
}
|