yxuse 2.0.13 → 2.0.15
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/README.md +37 -0
- package/lib/api.cjs.js +1 -1
- package/lib/api.es.js +8 -6
- package/lib/components.cjs.js +1 -1
- package/lib/components.es.js +13 -10
- package/lib/directives.cjs.js +1 -1
- package/lib/directives.es.js +2 -2
- package/lib/hooks.cjs.js +1 -0
- package/lib/hooks.es.js +5 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs2.js +40 -1
- package/lib/index.cjs2.js.gz +0 -0
- package/lib/index.cjs3.js +1 -3
- package/lib/index.cjs4.js +1 -1
- package/lib/index.cjs5.js +1 -1
- package/lib/index.cjs6.js +3 -40
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.cjs7.js +1 -0
- package/lib/index.cjs8.js +1 -0
- package/lib/index.es.js +16 -14
- package/lib/index.es2.js +8116 -34
- package/lib/index.es2.js.gz +0 -0
- package/lib/index.es3.js +116 -3839
- package/lib/index.es4.js +38 -20
- package/lib/index.es5.js +310 -132
- package/lib/index.es5.js.gz +0 -0
- package/lib/index.es6.js +3709 -7736
- package/lib/index.es6.js.gz +0 -0
- package/lib/index.es7.js +13 -0
- package/lib/index.es8.js +24 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +11 -10
- package/lib/utils.cjs.js +1 -1
- package/lib/utils.es.js +2 -2
- package/lib/vue.runtime.esm-bundler.cjs.js +5 -7
- package/lib/vue.runtime.esm-bundler.cjs.js.gz +0 -0
- package/lib/vue.runtime.esm-bundler.es.js +86 -107
- package/lib/vue.runtime.esm-bundler.es.js.gz +0 -0
- package/lib/yxIcon.cjs.js +1 -0
- package/lib/yxIcon.es.js +43 -0
- package/package.json +13 -7
- package/types/api/index.d.ts +2 -1
- package/types/api/modules/assets/index.d.ts +3 -0
- package/types/components/YxFormV2/index.d.ts +3 -0
- package/types/components/YxFormV2/index.vue.d.ts +46 -0
- package/types/components/YxFormV2/type.d.ts +54 -0
- package/types/components/YxUpload/index.d.ts +3 -0
- package/types/components/YxUpload/index.vue.d.ts +16 -0
- package/types/components/YxUpload/type.d.ts +6 -0
- package/types/components/index.d.ts +2 -0
- package/types/components/type.d.ts +1 -0
- package/types/hooks/index.d.ts +1 -0
- package/types/hooks/useTime/index.d.ts +3 -0
- package/types/index.d.ts +6 -3
- package/types/translate/index.d.ts +2 -0
- package/types/yxIcon/index.d.ts +5 -0
- package/types/yxi18n/index.d.ts +4 -0
- package/lib/icons.cjs.js +0 -1
- package/lib/icons.cjs.js.gz +0 -0
- package/lib/icons.es.js +0 -75
- package/lib/icons.es.js.gz +0 -0
- package/lib/index.cjs3.js.gz +0 -0
- package/lib/index.es3.js.gz +0 -0
package/lib/index.cjs6.js.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./index.cjs6.js"),i=(e,o)=>t.http.post(`${t.URL.ttc.INTEGRATED_BASE_URL}/file/upload`,e,o),s=()=>t.http.get(`${t.URL.ttc.INTEGRATED_BASE_URL}/resource/group/list`),r=(e,o)=>t.http.get(`${t.URL.ttc.INTEGRATED_BASE_URL}/resource/file/list/${o}/${e}`),p=Object.freeze(Object.defineProperty({__proto__:null,getGroupListApi:s,getResourceListApi:r,uploadResourceApi:i},Symbol.toStringTag,{value:"Module"}));exports.getGroupListApi=s;exports.getResourceListApi=r;exports.index=p;exports.uploadResourceApi=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const i=require("./index.cjs6.js"),s={mounted(t,e){n(t,e)}},n=(t,e)=>{const c=e.value;return i.getUserIsHaveBtnPower(c)?"":t.remove()},r={auth:s},o={install:function(t){Object.keys(r).forEach(e=>{t.directive(e,r[e])})}},u=Object.freeze(Object.defineProperty({__proto__:null,default:o},Symbol.toStringTag,{value:"Module"}));exports.directives=u;exports.directives$1=o;
|
package/lib/index.es.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "./index.
|
|
5
|
-
import "./index.
|
|
1
|
+
import { u as m } from "./index.es3.js";
|
|
2
|
+
import { b as i } from "./index.es4.js";
|
|
3
|
+
import { B as n, o as u, n as x, t as l, p as y, y as B } from "./index.es2.js";
|
|
4
|
+
import "./index.es8.js";
|
|
5
|
+
import { u as c } from "./index.es5.js";
|
|
6
|
+
import "./index.es6.js";
|
|
6
7
|
import "./vue.runtime.esm-bundler.es.js";
|
|
7
|
-
import "./
|
|
8
|
+
import "./index.es7.js";
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
l as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
n as BC,
|
|
11
|
+
i as api,
|
|
12
|
+
u as components,
|
|
13
|
+
x as default,
|
|
14
|
+
l as theme,
|
|
15
|
+
y as translate,
|
|
16
|
+
c as useTime,
|
|
17
|
+
m as utils,
|
|
18
|
+
B as yxi18n
|
|
17
19
|
};
|