x-essential-lib 0.5.53 → 0.5.55

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -486,7 +486,7 @@ function ee(e, a) {
486
486
  const $e = /* @__PURE__ */ M({
487
487
  __name: "index",
488
488
  setup(e) {
489
- const a = Y(), { open: t } = ee("confirmDlg"), l = i(""), o = i(""), r = i(), n = i(), c = f(() => {
489
+ const a = Y(), { open: t } = ee("confirmDlgInternal"), l = i(""), o = i(""), r = i(), n = i(), c = f(() => {
490
490
  var u;
491
491
  return ((u = r.value) == null ? void 0 : u.color) ?? "primary";
492
492
  }), p = f(() => {
@@ -678,7 +678,7 @@ const $e = /* @__PURE__ */ M({
678
678
  }), Je = /* @__PURE__ */ pe(He, [["__scopeId", "data-v-8c2268ea"]]), Xe = /* @__PURE__ */ M({
679
679
  __name: "index",
680
680
  setup(e) {
681
- const a = Y(), { open: t } = ee("promptDlg"), l = i(""), o = i(""), r = i(), n = i(), c = i(), p = i(""), _ = i(), v = i(), y = f(() => {
681
+ const a = Y(), { open: t } = ee("promptDlgInternal"), l = i(""), o = i(""), r = i(), n = i(), c = i(), p = i(""), _ = i(), v = i(), y = f(() => {
682
682
  var d;
683
683
  return ((d = _.value) == null ? void 0 : d.color) ?? "primary";
684
684
  }), C = f(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.5.53",
4
+ "version": "0.5.55",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",