voiptime-components 0.0.9 → 0.0.11

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,7 +1,7 @@
1
1
  {
2
2
  "name": "voiptime-components",
3
3
  "private": false,
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "vite",
23
- "build": "vue-tsc -b && vite build",
23
+ "type-check": "vue-tsc -p tsconfig.build.json --noEmit false",
24
+ "build": "vue-tsc -p tsconfig.build.json && vite build",
24
25
  "prepare": "npm run build",
25
26
  "preview": "vite preview"
26
27
  },
@@ -34,6 +35,7 @@
34
35
  "@types/node": "^24.1.0",
35
36
  "@vitejs/plugin-vue": "^6.0.0",
36
37
  "@vue/tsconfig": "^0.7.0",
38
+ "prettier": "^3.6.2",
37
39
  "sass": "^1.89.2",
38
40
  "typescript": "~5.8.3",
39
41
  "vite": "^7.0.4",
package/dist/index.umd.js DELETED
@@ -1 +0,0 @@
1
- (function(n,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(n=typeof globalThis<"u"?globalThis:n||self,e(n.VoiptimeComponents={},n.Vue))})(this,function(n,e){"use strict";const r=e.defineComponent({__name:"VButton",setup(o){function t(){alert("Hello World1!")}return(c,s)=>(e.openBlock(),e.createElementBlock("button",{class:"vt-button",onClick:t},[e.renderSlot(c.$slots,"default")]))}}),u=(o,t)=>{const c=o.__vccOpts||o;for(const[s,i]of t)c[s]=i;return c},p={},d={viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function a(o,t){return e.openBlock(),e.createElementBlock("svg",d,t[0]||(t[0]=[e.createElementVNode("path",{d:"M10.228 4.04565V15.2643M4.61865 9.65495H15.8373",stroke:"currentColor","stroke-width":"1.60586","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const m={plus:u(p,[["render",a]])},l=e.defineComponent({__name:"VIcon",props:{name:{}},setup(o){const t=o,c=e.computed(()=>m[t.name]);return(s,i)=>c.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value),{key:0})):e.createCommentVNode("",!0)}}),f={install(o){o.component("VButton",r),o.component("VIcon",l)}};n.VButton=r,n.VIcon=l,n.default=f,Object.defineProperties(n,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});