readytech-ui-library-v2 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 +1 @@
|
|
1
|
-
.lv-button[data-v-ac3af47a]{border:one;background:red;padding:1rem}.class-input[data-v-
|
1
|
+
.lv-button[data-v-ac3af47a]{border:one;background:red;padding:1rem}.class-input[data-v-5dfaad67]{border:none;background:green;padding:1rem}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import { createElementBlock as
|
2
|
-
const
|
1
|
+
import { createElementBlock as s, openBlock as a, renderSlot as _, toDisplayString as u } from "vue";
|
2
|
+
const c = (t, n) => {
|
3
3
|
const e = t.__vccOpts || t;
|
4
|
-
for (const [o,
|
5
|
-
e[o] =
|
4
|
+
for (const [o, r] of n)
|
5
|
+
e[o] = r;
|
6
6
|
return e;
|
7
|
-
},
|
7
|
+
}, p = {}, d = { class: "lv-button" };
|
8
8
|
function i(t, n) {
|
9
|
-
return
|
10
|
-
|
9
|
+
return a(), s("button", d, [
|
10
|
+
_(t.$slots, "default", {}, void 0, !0)
|
11
11
|
]);
|
12
12
|
}
|
13
|
-
const l = /* @__PURE__ */
|
13
|
+
const l = /* @__PURE__ */ c(p, [["render", i], ["__scopeId", "data-v-ac3af47a"]]), f = {
|
14
14
|
name: "InputTaras",
|
15
15
|
props: {
|
16
16
|
prop: {
|
@@ -18,15 +18,14 @@ const l = /* @__PURE__ */ a(u, [["render", i], ["__scopeId", "data-v-ac3af47a"]]
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
}, m = { class: "class-input" };
|
21
|
-
function $(t, n, e, o,
|
22
|
-
return
|
21
|
+
function $(t, n, e, o, r, v) {
|
22
|
+
return a(), s("h1", m, u(e.prop) + " here", 1);
|
23
23
|
}
|
24
|
-
const h = /* @__PURE__ */
|
24
|
+
const h = /* @__PURE__ */ c(f, [["render", $], ["__scopeId", "data-v-5dfaad67"]]), x = {
|
25
25
|
install: (t, n) => {
|
26
|
-
t.component("LearnVueButton", l).component("InputTaras", h);
|
26
|
+
t.component("LearnVueButton", l), t.component("InputTaras", h);
|
27
27
|
}
|
28
28
|
};
|
29
29
|
export {
|
30
|
-
h as InputTaras,
|
31
30
|
x as default
|
32
31
|
};
|
@@ -1 +1 @@
|
|
1
|
-
(function(
|
1
|
+
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("vue")):typeof define=="function"&&define.amd?define(["vue"],n):(e=typeof globalThis<"u"?globalThis:e||self,e["readytech-ui-library-v2"]=n(e.Vue))})(this,function(e){"use strict";const n=(t,o)=>{const s=t.__vccOpts||t;for(const[r,c]of o)s[r]=c;return s},a={},d={class:"lv-button"};function i(t,o){return e.openBlock(),e.createElementBlock("button",d,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const u=n(a,[["render",i],["__scopeId","data-v-ac3af47a"]]),p={name:"InputTaras",props:{prop:{required:!0}}},f={class:"class-input"};function _(t,o,s,r,c,m){return e.openBlock(),e.createElementBlock("h1",f,e.toDisplayString(s.prop)+" here",1)}const l=n(p,[["render",_],["__scopeId","data-v-5dfaad67"]]);return{install:(t,o)=>{t.component("LearnVueButton",u),t.component("InputTaras",l)}}});
|
package/package.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
"name": "readytech-ui-library-v2",
|
3
3
|
"description": "ui library",
|
4
4
|
"private": false,
|
5
|
-
"version": "0.0.
|
5
|
+
"version": "0.0.3",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
8
|
-
"import": "./dist/
|
9
|
-
"require": "./dist/
|
8
|
+
"import": "./dist/readytech-ui-library-v2.es.js",
|
9
|
+
"require": "./dist/readytech-ui-library-v2.umd.js"
|
10
10
|
},
|
11
|
-
"./dist/style.css": "./dist/
|
11
|
+
"./dist/style.css": "./dist/readytech-ui-library-v2.css"
|
12
12
|
},
|
13
13
|
"files": [
|
14
14
|
"dist"
|