@aitronos/freddy-plugins 0.0.1 → 0.1.1
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/dist/App.vue.d.ts +2 -0
- package/dist/aitronos-lib.es.js +38 -0
- package/dist/aitronos-lib.umd.js +1 -0
- package/dist/components/HelloWorld.vue.d.ts +5 -0
- package/dist/icons/IconAdd.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/main.d.ts +0 -0
- package/package.json +2 -1
- package/dist/my-vue-lib.es.js +0 -33
- package/dist/my-vue-lib.umd.js +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { createElementBlock as c, openBlock as l, createElementVNode as i } from "vue";
|
|
2
|
+
const d = (o, t) => {
|
|
3
|
+
const e = o.__vccOpts || o;
|
|
4
|
+
for (const [r, s] of t)
|
|
5
|
+
e[r] = s;
|
|
6
|
+
return e;
|
|
7
|
+
}, _ = {}, a = {
|
|
8
|
+
width: "100%",
|
|
9
|
+
height: "100%",
|
|
10
|
+
viewBox: "0 0 14 14",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
+
};
|
|
14
|
+
function u(o, t) {
|
|
15
|
+
return l(), c("svg", a, t[0] || (t[0] = [
|
|
16
|
+
i("path", {
|
|
17
|
+
d: "M6.99996 1.66666V12.3333M12.3333 6.99999L1.66663 6.99999",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
"stroke-width": "2",
|
|
20
|
+
"stroke-linecap": "round",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1)
|
|
23
|
+
]));
|
|
24
|
+
}
|
|
25
|
+
const f = /* @__PURE__ */ d(_, [["render", u]]), p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26
|
+
__proto__: null,
|
|
27
|
+
default: f
|
|
28
|
+
}, Symbol.toStringTag, { value: "Module" })), n = /* @__PURE__ */ Object.assign({ "./icons/IconAdd.vue": p }), g = {
|
|
29
|
+
install(o) {
|
|
30
|
+
for (const t in n) {
|
|
31
|
+
const e = n[t].default;
|
|
32
|
+
e != null && e.name && o.component(e.name, e);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
g as default
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("vue")):typeof define=="function"&&define.amd?define(["vue"],o):(e=typeof globalThis<"u"?globalThis:e||self,e["freddy-plugins"]=o(e.Vue))})(this,function(e){"use strict";const o=(i,t)=>{const n=i.__vccOpts||i;for(const[l,u]of t)n[l]=u;return n},r={},d={width:"100%",height:"100%",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function c(i,t){return e.openBlock(),e.createElementBlock("svg",d,t[0]||(t[0]=[e.createElementVNode("path",{d:"M6.99996 1.66666V12.3333M12.3333 6.99999L1.66663 6.99999",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const s=Object.assign({"./icons/IconAdd.vue":Object.freeze(Object.defineProperty({__proto__:null,default:o(r,[["render",c]])},Symbol.toStringTag,{value:"Module"}))});return{install(i){for(const t in s){const n=s[t].default;n!=null&&n.name&&i.component(n.name,n)}}}});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
msg: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './IconAdd.vue';
|
package/dist/index.d.ts
ADDED
package/dist/main.d.ts
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aitronos/freddy-plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"standard-version": "^9.5.0",
|
|
28
28
|
"typescript": "~5.7.2",
|
|
29
29
|
"vite": "^6.2.0",
|
|
30
|
+
"vite-plugin-dts": "^4.5.3",
|
|
30
31
|
"vue-tsc": "^2.2.4"
|
|
31
32
|
},
|
|
32
33
|
"packageManager": "yarn@4.7.0"
|
package/dist/my-vue-lib.es.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as s, openBlock as c, createElementVNode as l } from "vue";
|
|
2
|
-
const i = (t, o) => {
|
|
3
|
-
const e = t.__vccOpts || t;
|
|
4
|
-
for (const [n, r] of o)
|
|
5
|
-
e[n] = r;
|
|
6
|
-
return e;
|
|
7
|
-
}, d = {}, p = {
|
|
8
|
-
width: "100%",
|
|
9
|
-
height: "100%",
|
|
10
|
-
viewBox: "0 0 14 14",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
};
|
|
14
|
-
function _(t, o) {
|
|
15
|
-
return c(), s("svg", p, o[0] || (o[0] = [
|
|
16
|
-
l("path", {
|
|
17
|
-
d: "M6.99996 1.66666V12.3333M12.3333 6.99999L1.66663 6.99999",
|
|
18
|
-
stroke: "currentColor",
|
|
19
|
-
"stroke-width": "2",
|
|
20
|
-
"stroke-linecap": "round",
|
|
21
|
-
"stroke-linejoin": "round"
|
|
22
|
-
}, null, -1)
|
|
23
|
-
]));
|
|
24
|
-
}
|
|
25
|
-
const a = /* @__PURE__ */ i(d, [["render", _]]), m = {
|
|
26
|
-
install(t) {
|
|
27
|
-
t.component("MyComponent", a);
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
export {
|
|
31
|
-
a as IconAdd,
|
|
32
|
-
m as default
|
|
33
|
-
};
|
package/dist/my-vue-lib.umd.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.MyVueLib={},e.Vue))})(this,function(e,n){"use strict";const s=(t,o)=>{const r=t.__vccOpts||t;for(const[f,p]of o)r[f]=p;return r},d={},c={width:"100%",height:"100%",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function u(t,o){return n.openBlock(),n.createElementBlock("svg",c,o[0]||(o[0]=[n.createElementVNode("path",{d:"M6.99996 1.66666V12.3333M12.3333 6.99999L1.66663 6.99999",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const i=s(d,[["render",u]]),l={install(t){t.component("MyComponent",i)}};e.IconAdd=i,e.default=l,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|