@sarafapp/ant-design 1.0.6 → 1.0.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.
@@ -1,7 +1,7 @@
1
- import a from "./SarafSymbolTableCell.vue.es2.js";
1
+ import o from "./SarafSymbolTableCell.vue.es2.js";
2
2
  /* empty css */
3
- import o from "../_virtual/_plugin-vue_export-helper.es.js";
4
- const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-fba97f8a"]]);
3
+ import a from "../_virtual/_plugin-vue_export-helper.es.js";
4
+ const e = /* @__PURE__ */ a(o, [["__scopeId", "data-v-b0b70379"]]);
5
5
  export {
6
- m as default
6
+ e as default
7
7
  };
@@ -1,20 +1,23 @@
1
- import { defineComponent as s, createElementBlock as t, openBlock as a, createElementVNode as l, toDisplayString as n } from "vue";
2
- const m = { class: "saraf-symbol-cell" }, c = ["src", "alt"], _ = /* @__PURE__ */ s({
1
+ import { defineComponent as m, createElementBlock as s, openBlock as c, createElementVNode as a, toDisplayString as i } from "vue";
2
+ const r = { class: "saraf-symbol-cell" }, _ = ["src", "alt"], f = /* @__PURE__ */ m({
3
3
  __name: "SarafSymbolTableCell",
4
4
  props: {
5
5
  symbol: {}
6
6
  },
7
- setup(o) {
8
- const e = o;
9
- return (r, p) => (a(), t("div", m, [
10
- l("img", {
11
- src: e.symbol.image,
12
- alt: e.symbol.enName
13
- }, null, 8, c),
14
- l("p", null, n(e.symbol.symbol), 1)
15
- ]));
7
+ setup(n) {
8
+ const e = n;
9
+ return (b, y) => {
10
+ var l, t, o;
11
+ return c(), s("div", r, [
12
+ a("img", {
13
+ src: (l = e == null ? void 0 : e.symbol) == null ? void 0 : l.image,
14
+ alt: (t = e == null ? void 0 : e.symbol) == null ? void 0 : t.enName
15
+ }, null, 8, _),
16
+ a("p", null, i((o = e == null ? void 0 : e.symbol) == null ? void 0 : o.symbol), 1)
17
+ ]);
18
+ };
16
19
  }
17
20
  });
18
21
  export {
19
- _ as default
22
+ f as default
20
23
  };