yxuse 2.0.30 → 2.0.31

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("./vue.runtime.esm-bundler.cjs.js");require("./index.cjs4.js");require("./index.cjs8.js");require("./index.cjs5.js");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("./vue.runtime.esm-bundler.cjs.js");require("./index.cjs4.js");require("./index.cjs8.js");require("./index.cjs5.js");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 e, U as l, _ as d, f as F, k as T, h as U, e as b, d as c, j as f } from "./index.es2.js";
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";
2
2
  import "./index.es3.js";
3
3
  import "./index.es7.js";
4
4
  import "./vue.runtime.esm-bundler.es.js";
@@ -7,14 +7,15 @@ import "./index.es8.js";
7
7
  import "./index.es5.js";
8
8
  import "./index.es6.js";
9
9
  import "./index.es9.js";
10
+ import "./index.es10.js";
10
11
  export {
11
- e as Toolbar,
12
- l as Update,
13
- d as YxDialog,
14
- F as YxForm,
15
- T as YxFormV2,
16
- U as YxIcon,
17
- b as YxSearchForm,
18
- c as YxTable,
19
- f as YxUpload
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
20
21
  };
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("./vue.runtime.esm-bundler.cjs.js");require("./index.cjs8.js");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("./vue.runtime.esm-bundler.cjs.js");require("./index.cjs8.js");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;