cloud-ui-cqw 0.0.1 → 0.0.3

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.
@@ -1,23 +1,25 @@
1
- import { defineComponent as n, onMounted as o, createVNode as r, resolveComponent as u, createTextVNode as a } from "vue";
2
- const c = /* @__PURE__ */ n({
1
+ import { defineComponent as o, onMounted as u, createVNode as r, resolveComponent as a, createTextVNode as c } from "vue";
2
+ const e = /* @__PURE__ */ o({
3
+ name: "CloudButton",
3
4
  setup() {
4
- return o(() => {
5
- }), () => r(u("a-button"), {
5
+ return u(() => {
6
+ }), () => r(a("a-button"), {
6
7
  type: "primary"
7
8
  }, {
8
- default: () => [a("测试npm发布")]
9
+ default: () => [c("测试npm发布")]
9
10
  });
10
11
  }
11
- }), p = [
12
- c
13
- ], s = function(e) {
14
- p.forEach((t) => {
15
- e.component(t.name, t);
12
+ }), d = [
13
+ e
14
+ ], m = function(n) {
15
+ d.forEach((t) => {
16
+ n.component(t.name, t);
16
17
  });
17
- }, d = {
18
- install: s
18
+ }, s = {
19
+ install: m,
20
+ CloudButton: e
19
21
  };
20
22
  export {
21
- c as MyButton,
22
- d as default
23
+ e as CloudButton,
24
+ s as default
23
25
  };
@@ -1 +1 @@
1
- (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.CloudUiCqw={},t.Vue))})(this,(function(t,e){"use strict";const n=e.defineComponent({setup(){return e.onMounted(()=>{}),()=>e.createVNode(e.resolveComponent("a-button"),{type:"primary"},{default:()=>[e.createTextVNode("测试npm发布")]})}}),u=[n],i={install:function(d){u.forEach(o=>{d.component(o.name,o)})}};t.MyButton=n,t.default=i,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
1
+ (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.CloudUiCqw={},t.Vue))})(this,(function(t,e){"use strict";const n=e.defineComponent({name:"CloudButton",setup(){return e.onMounted(()=>{}),()=>e.createVNode(e.resolveComponent("a-button"),{type:"primary"},{default:()=>[e.createTextVNode("测试npm发布")]})}}),u=[n],d={install:function(i){u.forEach(o=>{i.component(o.name,o)})},CloudButton:n};t.CloudButton=n,t.default=d,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ui-cqw",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/cloud-ui-cqw.umd.js",
6
6
  "module": "./dist/cloud-ui-cqw.es.js",
@@ -10,7 +10,6 @@
10
10
  "types": "./dist/index.d.ts",
11
11
  "import": "./dist/cloud-ui-cqw.es.js",
12
12
  "require": "./dist/cloud-ui-cqw.umd.js"
13
-
14
13
  },
15
14
  "./style.css": "./dist/style.css"
16
15
  },
@@ -24,13 +23,16 @@
24
23
  "preview": "vite preview"
25
24
  },
26
25
  "dependencies": {
26
+ "@ant-design/icons-vue": "^7.0.1",
27
27
  "ant-design-vue": "^4.2.6",
28
+ "dayjs": "^1.11.18",
28
29
  "vue": "^3.5.21"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@vitejs/plugin-vue": "^6.0.1",
32
33
  "@vitejs/plugin-vue-jsx": "^5.1.1",
33
34
  "@vue/tsconfig": "^0.8.1",
35
+ "sass-embedded": "^1.93.2",
34
36
  "typescript": "~5.8.3",
35
37
  "vite": "^7.1.7",
36
38
  "vue-tsc": "^3.0.7"