yxuse 3.0.37 → 3.0.38

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/lib/app.cjs.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs10.js");exports.isWebApp=e.isWebApp;
package/lib/app.es.js ADDED
@@ -0,0 +1,4 @@
1
+ import { i } from "./index.es10.js";
2
+ export {
3
+ i as isWebApp
4
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs2.js");require("./index.cjs3.js");require("./index.cjs7.js");require("element-plus");require("./index.cjs4.js");require("./index.cjs8.js");require("./index.cjs5.js");require("vue");require("./index.cjs6.js");require("./index.cjs9.js");exports.Toolbar=e.Toolbar;exports.Update=e.Update;exports.YxDialog=e._sfc_main;exports.YxForm=e.form;exports.YxFormV2=e._sfc_main$3;exports.YxIcon=e.index$1;exports.YxSearchForm=e.index;exports.YxTable=e._sfc_main$1;exports.YxUpload=e._sfc_main$2;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs2.js");require("./index.cjs3.js");require("./index.cjs7.js");require("element-plus");require("./index.cjs4.js");require("./index.cjs8.js");require("./index.cjs5.js");require("vue");require("./index.cjs6.js");require("./index.cjs9.js");require("./index.cjs10.js");exports.Toolbar=e.Toolbar;exports.Update=e.Update;exports.YxDialog=e._sfc_main;exports.YxForm=e.form;exports.YxFormV2=e._sfc_main$3;exports.YxIcon=e.index$1;exports.YxSearchForm=e.index;exports.YxTable=e._sfc_main$1;exports.YxUpload=e._sfc_main$2;
@@ -1,4 +1,4 @@
1
- import { T as l, U as d, _ as F, f as T, k as U, h as b, e as c, d as f, j as h } from "./index.es2.js";
1
+ import { T as d, U as F, _ as T, f as U, k as b, h as c, e as f, d as h, j as g } from "./index.es2.js";
2
2
  import "./index.es3.js";
3
3
  import "./index.es7.js";
4
4
  import "element-plus";
@@ -8,14 +8,15 @@ import "./index.es5.js";
8
8
  import "vue";
9
9
  import "./index.es6.js";
10
10
  import "./index.es9.js";
11
+ import "./index.es10.js";
11
12
  export {
12
- l as Toolbar,
13
- d as Update,
14
- F as YxDialog,
15
- T as YxForm,
16
- U as YxFormV2,
17
- b as YxIcon,
18
- c as YxSearchForm,
19
- f as YxTable,
20
- h as YxUpload
13
+ d as Toolbar,
14
+ F as Update,
15
+ T as YxDialog,
16
+ U as YxForm,
17
+ b as YxFormV2,
18
+ c as YxIcon,
19
+ f as YxSearchForm,
20
+ h as YxTable,
21
+ g as YxUpload
21
22
  };
package/lib/index.cjs.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./index.cjs3.js"),t=require("./index.cjs4.js"),i=require("./index.cjs5.js"),e=require("./index.cjs2.js");require("./index.cjs9.js");const u=require("./index.cjs6.js");require("./index.cjs7.js");require("element-plus");require("./index.cjs8.js");require("vue");exports.utils=r.utils2;exports.yxIcon=t.yxIcon2;exports.api=i.api2;exports.BC=e.BC;exports.components=e.components2;exports.default=e.index$2;exports.theme=e.theme2;exports.translate=e.translate2;exports.yxi18n=e.yxi18n2;exports.useTime=u.useTime;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./index.cjs3.js"),i=require("./index.cjs4.js"),t=require("./index.cjs5.js"),e=require("./index.cjs2.js");require("./index.cjs9.js");const s=require("./index.cjs6.js"),u=require("./index.cjs10.js");require("./index.cjs7.js");require("element-plus");require("./index.cjs8.js");require("vue");exports.utils=r.utils2;exports.yxIcon=i.yxIcon2;exports.api=t.api2;exports.BC=e.BC;exports.components=e.components2;exports.default=e.index$2;exports.theme=e.theme2;exports.translate=e.translate2;exports.yxi18n=e.yxi18n2;exports.useTime=s.useTime;exports.isWebApp=u.isWebApp;
@@ -0,0 +1 @@
1
+ "use strict";const r=(e="isWebApp")=>{const s=new URLSearchParams(window.location.href.split("?")[1]),t=Object.fromEntries(s.entries());return!!(t[e]&&+t[e])},o=Object.freeze(Object.defineProperty({__proto__:null,isWebApp:r},Symbol.toStringTag,{value:"Module"}));exports.app=o;exports.isWebApp=r;