bt-core-app 2.0.151 → 2.0.152

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/bt-core-app.js +16 -16
  2. package/package.json +1 -1
@@ -26153,22 +26153,6 @@ const BF = ["success", "info", "warning", "error"], NF = Ue({
26153
26153
  }, {
26154
26154
  default: H(() => [
26155
26155
  ve(y.$slots, "top"),
26156
- x(Fa, null, {
26157
- default: H(() => [
26158
- d.value == null ? (N(), ne("video", {
26159
- key: 0,
26160
- ref_key: "videoEl",
26161
- ref: s,
26162
- style: { height: "100vh", width: "100vw" }
26163
- }, null, 512)) : (N(), ne("img", {
26164
- key: 1,
26165
- cover: "",
26166
- src: d.value,
26167
- style: { "max-height": "100vh", "max-width": "100vw" }
26168
- }, null, 8, jF))
26169
- ]),
26170
- _: 1
26171
- }),
26172
26156
  ae("canvas", {
26173
26157
  style: { display: "none" },
26174
26158
  ref_key: "canva",
@@ -26228,6 +26212,22 @@ const BF = ["success", "info", "warning", "error"], NF = Ue({
26228
26212
  ]),
26229
26213
  _: 1
26230
26214
  }),
26215
+ x(Fa, null, {
26216
+ default: H(() => [
26217
+ d.value == null ? (N(), ne("video", {
26218
+ key: 0,
26219
+ ref_key: "videoEl",
26220
+ ref: s,
26221
+ style: { height: "100vh", width: "100vw" }
26222
+ }, null, 512)) : (N(), ne("img", {
26223
+ key: 1,
26224
+ cover: "",
26225
+ src: d.value,
26226
+ style: { "max-height": "100vh", "max-width": "100vw" }
26227
+ }, null, 8, jF))
26228
+ ]),
26229
+ _: 1
26230
+ }),
26231
26231
  x(Tr, {
26232
26232
  value: f.value,
26233
26233
  class: "text-center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.151",
3
+ "version": "2.0.152",
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": {