bt-core-app 2.0.187 → 2.0.188

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.
@@ -69064,6 +69064,7 @@ const tne = /* @__PURE__ */ Qe({
69064
69064
  alternateText: {},
69065
69065
  assignToObject: {},
69066
69066
  assignToProp: {},
69067
+ hideLoader: { type: Boolean, default: !1 },
69067
69068
  inline: { type: Boolean },
69068
69069
  isEditing: { type: Boolean },
69069
69070
  itemText: {},
@@ -69151,10 +69152,11 @@ const tne = /* @__PURE__ */ Qe({
69151
69152
  k(Za, { "hide-on-leave": "" }, {
69152
69153
  default: O(() => [
69153
69154
  c.inline && M(r).isLoading.value ? (B(), ne("div", sne, [
69154
- k(us, {
69155
+ c.hideLoader ? ee("", !0) : (B(), ue(us, {
69156
+ key: 0,
69155
69157
  indeterminate: "",
69156
69158
  size: "20"
69157
- })
69159
+ }))
69158
69160
  ])) : M(r).asyncItem.value != null ? (B(), ne("div", {
69159
69161
  key: "1",
69160
69162
  class: _e({ "d-inline": c.inline, "text-truncate": c.truncate }),
@@ -69195,7 +69197,7 @@ const tne = /* @__PURE__ */ Qe({
69195
69197
  ]),
69196
69198
  _: 3
69197
69199
  }),
69198
- c.inline ? ee("", !0) : (B(), ue(Er, {
69200
+ !c.inline && !c.hideLoader ? (B(), ue(Er, {
69199
69201
  key: 0,
69200
69202
  modelValue: M(r).isLoading.value,
69201
69203
  "onUpdate:modelValue": u[0] || (u[0] = (d) => M(r).isLoading.value = d),
@@ -69208,7 +69210,7 @@ const tne = /* @__PURE__ */ Qe({
69208
69210
  ae("p", null, Ne(M(r).loadingMsg), 1)
69209
69211
  ]),
69210
69212
  _: 1
69211
- }, 8, ["modelValue"]))
69213
+ }, 8, ["modelValue"])) : ee("", !0)
69212
69214
  ], 2));
69213
69215
  }
69214
69216
  }), Sm = /* @__PURE__ */ Qe({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.187",
3
+ "version": "2.0.188",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {