@anzusystems/common-admin 0.0.15 → 0.0.16

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.
@@ -38,7 +38,7 @@ const vo = { key: 1 }, yo = /* @__PURE__ */ B({
38
38
  invertColor: { type: Boolean, default: !1 }
39
39
  },
40
40
  setup(e) {
41
- const n = e, { t } = X(), a = A(() => n.value === !0 || n.value === 1 || n.value === "true"), o = A(() => a.value ? t("common.model.boolean.true") : t("common.model..boolean.false")), l = A(() => n.invertColor ? a.value ? "error" : "success" : a.value ? "success" : "error");
41
+ const n = e, { t } = X(), a = A(() => n.value === !0 || n.value === 1 || n.value === "true"), o = A(() => a.value ? t("common.model.boolean.true") : t("common.model.boolean.false")), l = A(() => n.invertColor ? a.value ? "error" : "success" : a.value ? "success" : "error");
42
42
  return (s, c) => e.chip ? (_(), j(Rt, {
43
43
  key: 0,
44
44
  color: h(l),
@@ -7900,7 +7900,7 @@ const Mr = (e) => "" + e, il = ["data-cy", "onClick"], zd = /* @__PURE__ */ B({
7900
7900
  __name: "ACopyText",
7901
7901
  props: {
7902
7902
  value: null,
7903
- notifyT: { default: "common.alerts.textWasCopied" },
7903
+ notifyT: { default: "common.alert.textWasCopied" },
7904
7904
  dataCy: { default: "copy_text" }
7905
7905
  },
7906
7906
  setup(e) {
@@ -8101,7 +8101,7 @@ const dl = { class: "app-page-title-wrapper" }, cl = {
8101
8101
  variant: { default: "text" },
8102
8102
  buttonT: { default: "common.button.delete" },
8103
8103
  buttonClass: { default: "ml-2" },
8104
- dialogMessageT: { default: "common.modal.confirmDelete" },
8104
+ dialogMessageT: { default: "common.system.modal.confirmDelete" },
8105
8105
  dialogConfirmButtonT: { default: "common.button.delete" },
8106
8106
  dialogCancelButtonT: { default: "common.button.cancel" },
8107
8107
  dialogConfirmColor: { default: "error" },
@@ -8368,7 +8368,7 @@ const dl = { class: "app-page-title-wrapper" }, cl = {
8368
8368
  buttonT: { default: "common.button.copyId" },
8369
8369
  buttonClass: { default: "ml-1" },
8370
8370
  iconT: { default: "common.button.id" },
8371
- notifyT: { default: "common.alerts.idWasCopied" },
8371
+ notifyT: { default: "common.alert.idWasCopied" },
8372
8372
  dataCy: { default: "table-copy" },
8373
8373
  size: { default: "x-small" }
8374
8374
  },