yxuse 2.0.9 → 2.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "yx"
@@ -0,0 +1,4 @@
1
+ import * as Component from "./svg/Component.svg";
2
+ import * as Device from "./svg/device.svg?component";
3
+ import * as Data from "./svg/Data.svg";
4
+ export { Component, Device, Data };
Binary file
package/lib/index.cjs7.js DELETED
@@ -1 +0,0 @@
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;
Binary file
package/lib/index.es7.js DELETED
@@ -1,24 +0,0 @@
1
- import { Q as s } from "./index.es6.js";
2
- const c = {
3
- mounted(t, e) {
4
- n(t, e);
5
- }
6
- }, n = (t, e) => {
7
- const r = e.value;
8
- return s(r) ? "" : t.remove();
9
- }, o = {
10
- auth: c
11
- }, i = {
12
- install: function(t) {
13
- Object.keys(o).forEach((e) => {
14
- t.directive(e, o[e]);
15
- });
16
- }
17
- }, l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
18
- __proto__: null,
19
- default: i
20
- }, Symbol.toStringTag, { value: "Module" }));
21
- export {
22
- i as a,
23
- l as d
24
- };