@mythpe/quasar-app-extension-qui 0.5.47 → 0.5.49
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var i=require("path");function
|
|
1
|
+
"use strict";var i=require("path");function o(e,r){e.css.push("~@mythpe/quasar-ui-qui/dist/index.scss"),e.preFetch===void 0&&(e.preFetch=!0),e.extras??=[];let a=["material-icons","material-icons-sharp","material-icons-outlined","material-symbols-sharp","material-symbols-outlined","material-symbols-rounded","ionicons-v4","mdi-v7","fontawesome-v7"];for(let s of a)e.extras.includes(s)||e.extras.push(s);e.htmlVariables??={},e.htmlVariables={...e.htmlVariables,productName:process.env.PRODUCT_NAME,productDescription:process.env.PRODUCT_DESCRIPTION,productKeywords:process.env.PRODUCT_KEYWORDS,productAuthor:process.env.PRODUCT_AUTHOR},e.build??={},e.build.alias??={},Object.assign(e.build.alias,{"#composables":(0,i.resolve)(r.appDir,"src/composables"),"#config":(0,i.resolve)(r.appDir,"src/config"),"#utils":(0,i.resolve)(r.appDir,"src/utils"),"#types":(0,i.resolve)(r.appDir,"src/types")}),e.build.framework??={},e.build.framework.config??={},e.build.framework.config.dark===void 0&&(e.build.framework.config.dark="auto"),e.build.framework.cssAddon=!0,e.build.envFolder||(e.build.envFolder="./");let t=["AddressbarColor","AppFullscreen","AppVisibility","BottomSheet","Cookies","Dark","Dialog","Loading","LoadingBar","LocalStorage","SessionStorage","Meta","Notify"];e.build.framework.plugins??=[];for(let s of t)e.build.framework.plugins.includes(s)||e.build.framework.plugins.push(s);if(r.hasWebpack){let s=e.build.webpackTranspileDependencies||e.build.transpileDependencies;s&&typeof s.push=="function"&&(s.push(/@mythpe\/quasar-app-extension-qui[\\/]dist/),s.push(/@mythpe\/quasar-ui-qui[\\/]dist/))}}function l(e){e.compatibleWith("quasar","^2.0.0"),e.hasVite?e.compatibleWith("@quasar/app-vite","^1.5.0 || ^2.0.0"):e.hasWebpack&&e.compatibleWith("@quasar/app-webpack","^3.10.0 || ^4.0.0"),e.extendQuasarConf(r=>o(r,e)),e.registerCommand("myth-command",({args:r,params:a})=>{try{console.error("\u{1F603} Myth Command"),console.log(r,a)}catch(t){console.error("\u274C Error:",t.message)}})}module.exports=l;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var l=(e,s)=>()=>(s||e((s={exports:{}}).exports,s),s.exports);import{resolve as i}from"path";var n=l((c,o)=>{function u(e,s){e.css.push("~@mythpe/quasar-ui-qui/dist/index.scss"),e.preFetch===void 0&&(e.preFetch=!0),e.extras??=[];let a=["material-icons","material-icons-sharp","material-icons-outlined","material-symbols-sharp","material-symbols-outlined","material-symbols-rounded","ionicons-v4","mdi-v7","fontawesome-v7"];for(let r of a)e.extras.includes(r)||e.extras.push(r);e.htmlVariables??={},e.htmlVariables={...e.htmlVariables,productName:process.env.PRODUCT_NAME,productDescription:process.env.PRODUCT_DESCRIPTION,productKeywords:process.env.PRODUCT_KEYWORDS,productAuthor:process.env.PRODUCT_AUTHOR},e.build??={},e.build.alias??={},Object.assign(e.build.alias,{"#composables":i(s.appDir,"src/composables"),"#config":i(s.appDir,"src/config"),"#utils":i(s.appDir,"src/utils"),"#types":i(s.appDir,"src/types")}),e.build.framework??={},e.build.framework.config??={},e.build.framework.config.dark===void 0&&(e.build.framework.config.dark="auto"),e.build.framework.cssAddon=!0,e.build.envFolder||(e.build.envFolder="./");let t=["AddressbarColor","AppFullscreen","AppVisibility","BottomSheet","Cookies","Dark","Dialog","Loading","LoadingBar","LocalStorage","SessionStorage","Meta","Notify"];e.build.framework.plugins??=[];for(let r of t)e.build.framework.plugins.includes(r)||e.build.framework.plugins.push(r);if(s.hasWebpack){let r=e.build.webpackTranspileDependencies||e.build.transpileDependencies;r&&typeof r.push=="function"&&(r.push(/@mythpe\/quasar-app-extension-qui[\\/]dist/),r.push(/@mythpe\/quasar-ui-qui[\\/]dist/))}}function d(e){e.compatibleWith("quasar","^2.0.0"),e.hasVite?e.compatibleWith("@quasar/app-vite","^1.5.0 || ^2.0.0"):e.hasWebpack&&e.compatibleWith("@quasar/app-webpack","^3.10.0 || ^4.0.0"),e.extendQuasarConf(s=>u(s,e)),e.registerCommand("myth-command",({args:s,params:a})=>{try{console.error("\u{1F603} Myth Command"),console.log(s,a)}catch(t){console.error("\u274C Error:",t.message)}})}o.exports=d});export default n();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mythpe/quasar-app-extension-qui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.49",
|
|
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.
|
|
36
|
+
"@mythpe/quasar-ui-qui": "0.5.49"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@quasar/app-vite": "^2.6.0",
|