@nmorph/nmorph-ui-kit 0.2.43 → 0.2.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.
- package/dist/index.es.js +9 -5
- package/dist/index.umd.js +2 -2
- package/dist/src/components/form/checkbox/nmorph-checkbox/NmorphCheckbox.vue.d.ts +2 -2
- package/dist/src/components/form/checkbox/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +3 -3
- package/dist/src/components/form/checkbox/types.d.ts +3 -3
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +8 -9
- package/dist/src/utils/log.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -24,6 +24,10 @@ const Q2 = (e, t) => {
|
|
|
24
24
|
warn: {
|
|
25
25
|
bg: "#000000",
|
|
26
26
|
text: "orange"
|
|
27
|
+
},
|
|
28
|
+
info: {
|
|
29
|
+
bg: "#000000",
|
|
30
|
+
text: "blue"
|
|
27
31
|
}
|
|
28
32
|
}, Z2 = (e, t) => {
|
|
29
33
|
console.log(`%c ${t} `, `background: ${Fe[e].bg}; color: ${Fe[e].text}`);
|
|
@@ -4461,7 +4465,7 @@ const Le = (e) => {
|
|
|
4461
4465
|
};
|
|
4462
4466
|
return { placement: u, placementCoords: d };
|
|
4463
4467
|
}, Wx = () => {
|
|
4464
|
-
}, Ig = "@nmorph/nmorph-ui-kit", ew = "module", tw = "0.2.
|
|
4468
|
+
}, Ig = "@nmorph/nmorph-ui-kit", ew = "module", tw = "0.2.45", nw = "MIT", ow = {
|
|
4465
4469
|
node: "18.13.0",
|
|
4466
4470
|
npm: "8.19.3"
|
|
4467
4471
|
}, aw = "./dist/index.d.ts", sw = "./dist/index.umd.js", lw = "./dist/index.es.js", rw = "./dist/style.css", cw = [
|
|
@@ -4872,7 +4876,7 @@ const Sw = {
|
|
|
4872
4876
|
S(M.$slots, "default")
|
|
4873
4877
|
]))
|
|
4874
4878
|
])) : O("", !0),
|
|
4875
|
-
r.design === "
|
|
4879
|
+
r.design === "btn" ? (o(), s("div", Ew, [
|
|
4876
4880
|
n("input", {
|
|
4877
4881
|
ref_key: "inputDOMRef",
|
|
4878
4882
|
ref: i,
|
|
@@ -4890,7 +4894,7 @@ const Sw = {
|
|
|
4890
4894
|
], 2));
|
|
4891
4895
|
}
|
|
4892
4896
|
});
|
|
4893
|
-
var z2 = /* @__PURE__ */ ((e) => (e.checkbox = "checkbox", e.
|
|
4897
|
+
var z2 = /* @__PURE__ */ ((e) => (e.checkbox = "checkbox", e.btn = "btn", e))(z2 || {});
|
|
4894
4898
|
const Ww = { class: "nmorph-checkbox-group__wrapper" }, Lw = { class: "nmorph-checkbox-group__content" }, Uw = /* @__PURE__ */ D({
|
|
4895
4899
|
__name: "NmorphCheckboxGroup",
|
|
4896
4900
|
props: {
|
|
@@ -6879,8 +6883,8 @@ const Ox = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6879
6883
|
NmorphCarousel: Nf,
|
|
6880
6884
|
NmorphCarouselItem: If,
|
|
6881
6885
|
NmorphCheckbox: H2,
|
|
6886
|
+
NmorphCheckboxDesignType: z2,
|
|
6882
6887
|
NmorphCheckboxGroup: Uw,
|
|
6883
|
-
NmorphCheckboxStyleType: z2,
|
|
6884
6888
|
NmorphCollapse: eg,
|
|
6885
6889
|
NmorphCollapseItem: tg,
|
|
6886
6890
|
NmorphDatePicker: i$,
|
|
@@ -7000,8 +7004,8 @@ export {
|
|
|
7000
7004
|
Nf as NmorphCarousel,
|
|
7001
7005
|
If as NmorphCarouselItem,
|
|
7002
7006
|
H2 as NmorphCheckbox,
|
|
7007
|
+
z2 as NmorphCheckboxDesignType,
|
|
7003
7008
|
Uw as NmorphCheckboxGroup,
|
|
7004
|
-
z2 as NmorphCheckboxStyleType,
|
|
7005
7009
|
eg as NmorphCollapse,
|
|
7006
7010
|
tg as NmorphCollapseItem,
|
|
7007
7011
|
e2 as NmorphColor,
|