beans-ui-kit 0.0.43 → 0.0.45
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,6 +1,6 @@
|
|
|
1
|
-
import { Fragment as e, createCommentVNode as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, ref as s, renderList as c, renderSlot as l, toDisplayString as u, vModelDynamic as d, vModelSelect as f,
|
|
1
|
+
import { Fragment as e, createCommentVNode as t, createElementBlock as n, createElementVNode as r, defineComponent as i, normalizeClass as a, openBlock as o, ref as s, renderList as c, renderSlot as l, toDisplayString as u, vModelDynamic as d, vModelSelect as f, vModelText as p, watch as m, withDirectives as h } from "vue";
|
|
2
2
|
//#region src/components/BaseButton.vue?vue&type=script&lang.ts
|
|
3
|
-
var
|
|
3
|
+
var g = i({
|
|
4
4
|
components: {},
|
|
5
5
|
emits: ["clicked"],
|
|
6
6
|
props: {
|
|
@@ -14,12 +14,12 @@ var h = i({
|
|
|
14
14
|
default: !1
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}),
|
|
17
|
+
}), _ = (e, t) => {
|
|
18
18
|
let n = e.__vccOpts || e;
|
|
19
19
|
for (let [e, r] of t) n[e] = r;
|
|
20
20
|
return n;
|
|
21
|
-
},
|
|
22
|
-
function
|
|
21
|
+
}, v = ["disabled"];
|
|
22
|
+
function y(e, i, s, c, d, f) {
|
|
23
23
|
return o(), n("div", { class: a(`${e.propsClass}__wrapper`) }, [e.propsLabel ? (o(), n("label", {
|
|
24
24
|
key: 0,
|
|
25
25
|
class: a(`${e.propsClass}__label`)
|
|
@@ -27,9 +27,9 @@ function v(e, i, s, c, d, f) {
|
|
|
27
27
|
class: a(`${e.propsClass}`),
|
|
28
28
|
disabled: e.disabled,
|
|
29
29
|
onClick: i[0] ||= (t) => e.$emit("clicked")
|
|
30
|
-
}, [l(e.$slots, "default")], 10,
|
|
30
|
+
}, [l(e.$slots, "default")], 10, v)], 2);
|
|
31
31
|
}
|
|
32
|
-
var
|
|
32
|
+
var b = /*#__PURE__*/ _(g, [["render", y]]), x = i({
|
|
33
33
|
emits: ["valueChanged"],
|
|
34
34
|
props: {
|
|
35
35
|
propsId: {
|
|
@@ -62,7 +62,7 @@ var y = /* @__PURE__ */ g(h, [["render", v]]), b = i({
|
|
|
62
62
|
},
|
|
63
63
|
setup(e, { emit: t }) {
|
|
64
64
|
let n = s("");
|
|
65
|
-
return
|
|
65
|
+
return m(e, () => {
|
|
66
66
|
e.propsValue && (n.value = String(e.propsValue));
|
|
67
67
|
}, { immediate: !0 }), {
|
|
68
68
|
selectValue: n,
|
|
@@ -71,8 +71,8 @@ var y = /* @__PURE__ */ g(h, [["render", v]]), b = i({
|
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
}),
|
|
75
|
-
function
|
|
74
|
+
}), S = ["for"], C = ["disabled", "id"];
|
|
75
|
+
function w(i, s, d, p, m, g) {
|
|
76
76
|
return o(), n("div", { class: a([`${i.propsClass}__wrapper`, i.disabled ? `${i.propsClass}__wrapper--disabled` : ""]) }, [
|
|
77
77
|
i.propsLabel ? (o(), n("label", {
|
|
78
78
|
key: 0,
|
|
@@ -81,8 +81,8 @@ function C(i, s, d, p, h, g) {
|
|
|
81
81
|
}, [r("span", { class: a(`${i.propsClass}__label`) }, u(i.propsLabel), 3), i.$slots["label-icon"] ? (o(), n("div", {
|
|
82
82
|
key: 0,
|
|
83
83
|
class: a(`${i.propsClass}__label__icon__wrapper`)
|
|
84
|
-
}, [l(i.$slots, "label-icon")], 2)) : t("", !0)], 10,
|
|
85
|
-
r("div", { class: a(`${i.propsClass}__inner`) }, [
|
|
84
|
+
}, [l(i.$slots, "label-icon")], 2)) : t("", !0)], 10, S)) : t("", !0),
|
|
85
|
+
r("div", { class: a(`${i.propsClass}__inner`) }, [h(r("select", {
|
|
86
86
|
class: a(`${i.propsClass}`),
|
|
87
87
|
disabled: i.disabled,
|
|
88
88
|
id: i.propsId,
|
|
@@ -96,7 +96,7 @@ function C(i, s, d, p, h, g) {
|
|
|
96
96
|
}, u(i.propsPlaceholder), 3)) : t("", !0), (o(!0), n(e, null, c(i.propsOptions, (e, t) => (o(), n("option", {
|
|
97
97
|
key: t,
|
|
98
98
|
class: a([`${i.propsClass}__option`, i.markedOptions.length && i.markedOptions.includes(e) ? `${i.propsClass}__option--marked` : ""])
|
|
99
|
-
}, u(e && typeof e == "object" && "value" in e ? e.value : e), 3))), 128))], 42,
|
|
99
|
+
}, u(e && typeof e == "object" && "value" in e ? e.value : e), 3))), 128))], 42, C), [[f, i.selectValue]]), i.$slots["select-icon"] ? (o(), n("div", {
|
|
100
100
|
key: 0,
|
|
101
101
|
class: a(`${i.propsClass}__icon__wrapper`)
|
|
102
102
|
}, [l(i.$slots, "select-icon")], 2)) : t("", !0)], 2),
|
|
@@ -109,7 +109,7 @@ function C(i, s, d, p, h, g) {
|
|
|
109
109
|
}, [l(i.$slots, "error-icon")], 2)) : t("", !0)], 2)) : t("", !0)
|
|
110
110
|
], 2);
|
|
111
111
|
}
|
|
112
|
-
var
|
|
112
|
+
var T = /*#__PURE__*/ _(x, [["render", w]]), E = i({
|
|
113
113
|
components: {},
|
|
114
114
|
emits: ["valueChanged"],
|
|
115
115
|
props: {
|
|
@@ -143,14 +143,14 @@ var w = /* @__PURE__ */ g(b, [["render", C]]), T = i({
|
|
|
143
143
|
},
|
|
144
144
|
setup(e, { emit: t }) {
|
|
145
145
|
let n = s(e.propsValue);
|
|
146
|
-
return
|
|
146
|
+
return m(n, () => {
|
|
147
147
|
n.value && (e.min && Number(n.value) < e.min ? n.value = e.min : e.max && Number(n.value) > e.max && (n.value = e.max)), t("valueChanged", n.value, e.propsName);
|
|
148
148
|
}, {
|
|
149
149
|
deep: !0,
|
|
150
150
|
immediate: !0
|
|
151
151
|
}), { inputValue: n };
|
|
152
152
|
}
|
|
153
|
-
}),
|
|
153
|
+
}), D = ["for"], O = [
|
|
154
154
|
"id",
|
|
155
155
|
"type",
|
|
156
156
|
"placeholder",
|
|
@@ -158,14 +158,14 @@ var w = /* @__PURE__ */ g(b, [["render", C]]), T = i({
|
|
|
158
158
|
"max",
|
|
159
159
|
"disabled"
|
|
160
160
|
];
|
|
161
|
-
function
|
|
161
|
+
function k(e, i, s, c, f, p) {
|
|
162
162
|
return o(), n("div", { class: a(`${e.propsClass}__wrapper`) }, [
|
|
163
163
|
e.propsLabel ? (o(), n("label", {
|
|
164
164
|
key: 0,
|
|
165
165
|
class: a(`${e.propsClass}__label`),
|
|
166
166
|
for: e.propsClass
|
|
167
|
-
}, u(e.propsLabel), 11,
|
|
168
|
-
|
|
167
|
+
}, u(e.propsLabel), 11, D)) : t("", !0),
|
|
168
|
+
h(r("input", {
|
|
169
169
|
class: a(e.propsClass),
|
|
170
170
|
id: e.propsClass,
|
|
171
171
|
type: e.propsType,
|
|
@@ -174,13 +174,70 @@ function O(e, i, s, c, f, p) {
|
|
|
174
174
|
max: e.max,
|
|
175
175
|
disabled: e.disabled,
|
|
176
176
|
"onUpdate:modelValue": i[0] ||= (t) => e.inputValue = t
|
|
177
|
-
}, null, 10,
|
|
177
|
+
}, null, 10, O), [[d, e.inputValue]]),
|
|
178
178
|
e.$slots["input-icon"] ? (o(), n("div", {
|
|
179
179
|
key: 1,
|
|
180
180
|
class: a(`${e.propsClass}__icon__wrapper`)
|
|
181
181
|
}, [l(e.$slots, "input-icon")], 2)) : t("", !0)
|
|
182
182
|
], 2);
|
|
183
183
|
}
|
|
184
|
-
var
|
|
184
|
+
var A = /*#__PURE__*/ _(E, [["render", k]]), j = i({
|
|
185
|
+
components: {},
|
|
186
|
+
emits: ["valueChanged"],
|
|
187
|
+
props: {
|
|
188
|
+
propsClass: {
|
|
189
|
+
type: String,
|
|
190
|
+
default: "input"
|
|
191
|
+
},
|
|
192
|
+
propsLabel: { type: String },
|
|
193
|
+
propsValue: {
|
|
194
|
+
type: [String, Number],
|
|
195
|
+
default: null
|
|
196
|
+
},
|
|
197
|
+
propsType: {
|
|
198
|
+
type: String,
|
|
199
|
+
default: "text"
|
|
200
|
+
},
|
|
201
|
+
propsPlaceholder: {
|
|
202
|
+
type: String,
|
|
203
|
+
default: ""
|
|
204
|
+
},
|
|
205
|
+
propsName: {
|
|
206
|
+
type: String,
|
|
207
|
+
default: ""
|
|
208
|
+
},
|
|
209
|
+
disabled: {
|
|
210
|
+
type: Boolean,
|
|
211
|
+
default: !1
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
setup(e, { emit: t }) {
|
|
215
|
+
let n = s(e.propsValue);
|
|
216
|
+
return m(n, () => {
|
|
217
|
+
t("valueChanged", n.value, e.propsName);
|
|
218
|
+
}, {
|
|
219
|
+
deep: !0,
|
|
220
|
+
immediate: !0
|
|
221
|
+
}), { inputValue: n };
|
|
222
|
+
}
|
|
223
|
+
}), M = ["for"], N = [
|
|
224
|
+
"id",
|
|
225
|
+
"placeholder",
|
|
226
|
+
"disabled"
|
|
227
|
+
];
|
|
228
|
+
function P(e, i, s, c, l, d) {
|
|
229
|
+
return o(), n("div", { class: a(`${e.propsClass}__wrapper`) }, [e.propsLabel ? (o(), n("label", {
|
|
230
|
+
key: 0,
|
|
231
|
+
class: a(`${e.propsClass}__label`),
|
|
232
|
+
for: e.propsClass
|
|
233
|
+
}, u(e.propsLabel), 11, M)) : t("", !0), h(r("textarea", {
|
|
234
|
+
class: a(e.propsClass),
|
|
235
|
+
id: e.propsClass,
|
|
236
|
+
placeholder: e.propsPlaceholder,
|
|
237
|
+
disabled: e.disabled,
|
|
238
|
+
"onUpdate:modelValue": i[0] ||= (t) => e.inputValue = t
|
|
239
|
+
}, null, 10, N), [[p, e.inputValue]])], 2);
|
|
240
|
+
}
|
|
241
|
+
var F = /*#__PURE__*/ _(j, [["render", P]]);
|
|
185
242
|
//#endregion
|
|
186
|
-
export {
|
|
243
|
+
export { b as BaseButton, A as BaseInput, T as BaseSelect, F as BaseTextarea };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(
|
|
1
|
+
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require("vue")):typeof define==`function`&&define.amd?define([`exports`,`vue`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.beansBaseActions={},e.Vue))})(this,function(e,t){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var n=(0,t.defineComponent)({components:{},emits:[`clicked`],props:{propsClass:{type:String,default:`button`},propsLabel:{type:String},disabled:{type:Boolean,default:!1}}}),r=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},i=[`disabled`];function a(e,n,r,a,o,s){return(0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)(`${e.propsClass}__wrapper`)},[e.propsLabel?((0,t.openBlock)(),(0,t.createElementBlock)(`label`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__label`)},(0,t.toDisplayString)(e.propsLabel),3)):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`button`,{class:(0,t.normalizeClass)(`${e.propsClass}`),disabled:e.disabled,onClick:n[0]||=t=>e.$emit(`clicked`)},[(0,t.renderSlot)(e.$slots,`default`)],10,i)],2)}var o=r(n,[[`render`,a]]),s=(0,t.defineComponent)({emits:[`valueChanged`],props:{propsId:{type:String,default:`baseSelect`},propsClass:{type:String,default:`select`},propsLabel:{type:String},propsValue:{type:[String,Number]},propsOptions:{type:Array,default:()=>[]},propsPlaceholder:{type:String},error:{type:String},labelIcon:{type:Object},selectIcon:{type:Object},errorIcon:{type:Object},markedOptions:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1}},setup(e,{emit:n}){let r=(0,t.ref)(``);return(0,t.watch)(e,()=>{e.propsValue&&(r.value=String(e.propsValue))},{immediate:!0}),{selectValue:r,valueChanged:()=>{n(`valueChanged`,r.value)}}}}),c=[`for`],l=[`disabled`,`id`];function u(e,n,r,i,a,o){return(0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`${e.propsClass}__wrapper`,e.disabled?`${e.propsClass}__wrapper--disabled`:``])},[e.propsLabel?((0,t.openBlock)(),(0,t.createElementBlock)(`label`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__label__wrapper`),for:e.propsId},[(0,t.createElementVNode)(`span`,{class:(0,t.normalizeClass)(`${e.propsClass}__label`)},(0,t.toDisplayString)(e.propsLabel),3),e.$slots[`label-icon`]?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__label__icon__wrapper`)},[(0,t.renderSlot)(e.$slots,`label-icon`)],2)):(0,t.createCommentVNode)(``,!0)],10,c)):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`div`,{class:(0,t.normalizeClass)(`${e.propsClass}__inner`)},[(0,t.withDirectives)((0,t.createElementVNode)(`select`,{class:(0,t.normalizeClass)(`${e.propsClass}`),disabled:e.disabled,id:e.propsId,"onUpdate:modelValue":n[0]||=t=>e.selectValue=t,onChange:n[1]||=(...t)=>e.valueChanged&&e.valueChanged(...t)},[e.propsPlaceholder?((0,t.openBlock)(),(0,t.createElementBlock)(`option`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__placeholder`),disabled:`true`,value:``},(0,t.toDisplayString)(e.propsPlaceholder),3)):(0,t.createCommentVNode)(``,!0),((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.propsOptions,(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`option`,{key:r,class:(0,t.normalizeClass)([`${e.propsClass}__option`,e.markedOptions.length&&e.markedOptions.includes(n)?`${e.propsClass}__option--marked`:``])},(0,t.toDisplayString)(n&&typeof n==`object`&&`value`in n?n.value:n),3))),128))],42,l),[[t.vModelSelect,e.selectValue]]),e.$slots[`select-icon`]?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__icon__wrapper`)},[(0,t.renderSlot)(e.$slots,`select-icon`)],2)):(0,t.createCommentVNode)(``,!0)],2),e.error?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{key:1,class:(0,t.normalizeClass)(`${e.propsClass}__error__wrapper`)},[(0,t.createElementVNode)(`span`,{class:(0,t.normalizeClass)(`${e.propsClass}__error`)},(0,t.toDisplayString)(e.error),3),e.$slots[`error-icon`]?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__error__icon__wrapper`)},[(0,t.renderSlot)(e.$slots,`error-icon`)],2)):(0,t.createCommentVNode)(``,!0)],2)):(0,t.createCommentVNode)(``,!0)],2)}var d=r(s,[[`render`,u]]),f=(0,t.defineComponent)({components:{},emits:[`valueChanged`],props:{propsClass:{type:String,default:`input`},propsLabel:{type:String},propsValue:{type:[String,Number],default:null},propsType:{type:String,default:`text`},propsPlaceholder:{type:String,default:``},propsName:{type:String,default:``},min:{type:Number},max:{type:Number},disabled:{type:Boolean,default:!1}},setup(e,{emit:n}){let r=(0,t.ref)(e.propsValue);return(0,t.watch)(r,()=>{r.value&&(e.min&&Number(r.value)<e.min?r.value=e.min:e.max&&Number(r.value)>e.max&&(r.value=e.max)),n(`valueChanged`,r.value,e.propsName)},{deep:!0,immediate:!0}),{inputValue:r}}}),p=[`for`],m=[`id`,`type`,`placeholder`,`min`,`max`,`disabled`];function h(e,n,r,i,a,o){return(0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)(`${e.propsClass}__wrapper`)},[e.propsLabel?((0,t.openBlock)(),(0,t.createElementBlock)(`label`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__label`),for:e.propsClass},(0,t.toDisplayString)(e.propsLabel),11,p)):(0,t.createCommentVNode)(``,!0),(0,t.withDirectives)((0,t.createElementVNode)(`input`,{class:(0,t.normalizeClass)(e.propsClass),id:e.propsClass,type:e.propsType,placeholder:e.propsPlaceholder,min:e.min,max:e.max,disabled:e.disabled,"onUpdate:modelValue":n[0]||=t=>e.inputValue=t},null,10,m),[[t.vModelDynamic,e.inputValue]]),e.$slots[`input-icon`]?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{key:1,class:(0,t.normalizeClass)(`${e.propsClass}__icon__wrapper`)},[(0,t.renderSlot)(e.$slots,`input-icon`)],2)):(0,t.createCommentVNode)(``,!0)],2)}var g=r(f,[[`render`,h]]),_=(0,t.defineComponent)({components:{},emits:[`valueChanged`],props:{propsClass:{type:String,default:`input`},propsLabel:{type:String},propsValue:{type:[String,Number],default:null},propsType:{type:String,default:`text`},propsPlaceholder:{type:String,default:``},propsName:{type:String,default:``},disabled:{type:Boolean,default:!1}},setup(e,{emit:n}){let r=(0,t.ref)(e.propsValue);return(0,t.watch)(r,()=>{n(`valueChanged`,r.value,e.propsName)},{deep:!0,immediate:!0}),{inputValue:r}}}),v=[`for`],y=[`id`,`placeholder`,`disabled`];function b(e,n,r,i,a,o){return(0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)(`${e.propsClass}__wrapper`)},[e.propsLabel?((0,t.openBlock)(),(0,t.createElementBlock)(`label`,{key:0,class:(0,t.normalizeClass)(`${e.propsClass}__label`),for:e.propsClass},(0,t.toDisplayString)(e.propsLabel),11,v)):(0,t.createCommentVNode)(``,!0),(0,t.withDirectives)((0,t.createElementVNode)(`textarea`,{class:(0,t.normalizeClass)(e.propsClass),id:e.propsClass,placeholder:e.propsPlaceholder,disabled:e.disabled,"onUpdate:modelValue":n[0]||=t=>e.inputValue=t},null,10,y),[[t.vModelText,e.inputValue]])],2)}var x=r(_,[[`render`,b]]);e.BaseButton=o,e.BaseInput=g,e.BaseSelect=d,e.BaseTextarea=x});
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
propsClass: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
propsLabel: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
propsValue: {
|
|
11
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
propsType: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
propsPlaceholder: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
propsName: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
disabled: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>, {
|
|
31
|
+
inputValue: Ref<string | number, string | number>;
|
|
32
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "valueChanged"[], "valueChanged", PublicProps, Readonly< ExtractPropTypes<{
|
|
33
|
+
propsClass: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
propsLabel: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
};
|
|
40
|
+
propsValue: {
|
|
41
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
42
|
+
default: null;
|
|
43
|
+
};
|
|
44
|
+
propsType: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
propsPlaceholder: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
propsName: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
disabled: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{
|
|
61
|
+
onValueChanged?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
}>, {
|
|
63
|
+
propsClass: string;
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
propsValue: string | number;
|
|
66
|
+
propsPlaceholder: string;
|
|
67
|
+
propsType: string;
|
|
68
|
+
propsName: string;
|
|
69
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
70
|
+
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as BaseButton } from './BaseButton.vue';
|
|
2
2
|
import { default as BaseSelect } from './BaseSelect.vue';
|
|
3
3
|
import { default as BaseInput } from './BaseInput.vue';
|
|
4
|
-
|
|
4
|
+
import { default as BaseTextarea } from './BaseTextarea.vue';
|
|
5
|
+
export { BaseButton, BaseSelect, BaseInput, BaseTextarea };
|