@mythpe/quasar-app-extension-qui 0.5.34 → 0.5.36

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.
package/dist/register.js CHANGED
@@ -1 +1 @@
1
- "use strict";var r=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var f=(o,p)=>{for(var e in p)r(o,e,{get:p[e],enumerable:!0})},n=(o,p,e,i)=>{if(p&&typeof p=="object"||typeof p=="function")for(let t of s(p))!l.call(o,t)&&t!==e&&r(o,t,{get:()=>p[t],enumerable:!(i=u(p,t))||i.enumerable});return o};var d=o=>n(r({},"__esModule",{value:!0}),o);var b={};f(b,{default:()=>A});module.exports=d(b);var a=require("quasar/wrappers"),m=require("@mythpe/quasar-ui-qui"),A=(0,a.boot)(({app:o})=>{o.use(m.install),console.log("\u{1F4B5}\u2764\uFE0F Quasar App Extension @mythpe/quasar-ui-qui booted")});
1
+ "use strict";var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var n=(e,o)=>{for(var s in o)p(e,s,{get:o[s],enumerable:!0})},d=(e,o,s,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of l(o))!f.call(e,i)&&i!==s&&p(e,i,{get:()=>o[i],enumerable:!(t=c(o,i))||t.enumerable});return e};var m=e=>d(p({},"__esModule",{value:!0}),e);var v={};n(v,{default:()=>u});module.exports=m(v);var a=require("quasar/wrappers"),r=require("@mythpe/quasar-ui-qui"),u=(0,a.boot)(async({app:e})=>{e.use(r.install);try{(0,r.initApiConfig)(),await(0,r.loadApiServices)(),process.env.DEBUGGING&&console.log("Successfully autoloaded project API services!")}catch(o){process.env.DEBUGGING&&console.error("Failed to autoload API services:",o)}});
package/dist/register.mjs CHANGED
@@ -1 +1 @@
1
- import{boot as p}from"quasar/wrappers";import{install as t}from"@mythpe/quasar-ui-qui";var i=p(({app:o})=>{o.use(t),console.log("\u{1F4B5}\u2764\uFE0F Quasar App Extension @mythpe/quasar-ui-qui booted")});export{i as default};
1
+ import{boot as r}from"quasar/wrappers";import{initApiConfig as i,install as s,loadApiServices as p}from"@mythpe/quasar-ui-qui";var c=r(async({app:o})=>{o.use(s);try{i(),await p(),process.env.DEBUGGING&&console.log("Successfully autoloaded project API services!")}catch(e){process.env.DEBUGGING&&console.error("Failed to autoload API services:",e)}});export{c as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-app-extension-qui",
3
- "version": "0.5.34",
3
+ "version": "0.5.36",
4
4
  "author": {
5
5
  "name": "MyTh Ahmed Faiz",
6
6
  "mobile": "+966590470092",
@@ -33,7 +33,7 @@
33
33
  "major": "yarn version --major --no-git-tag-version"
34
34
  },
35
35
  "dependencies": {
36
- "@mythpe/quasar-ui-qui": "0.5.34"
36
+ "@mythpe/quasar-ui-qui": "0.5.36"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@quasar/app-vite": "^2.6.0",