cleek 2.10.85 → 2.10.86
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/main.cjs.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.es.js +5 -5
- package/dist/types/components/ck-input.vue.d.ts +2 -2
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -665,7 +665,7 @@ const Ae = /* @__PURE__ */ q(en, [["__scopeId", "data-v-f242d7f6"]]), tn = {
|
|
|
665
665
|
plusMinusButtons: { type: Boolean },
|
|
666
666
|
min: {},
|
|
667
667
|
max: {},
|
|
668
|
-
|
|
668
|
+
suffix: {},
|
|
669
669
|
label: {},
|
|
670
670
|
labelAlign: {},
|
|
671
671
|
icon: {},
|
|
@@ -863,16 +863,16 @@ const Ae = /* @__PURE__ */ q(en, [["__scopeId", "data-v-f242d7f6"]]), tn = {
|
|
|
863
863
|
class: "ck-input-plus-minus-buttons",
|
|
864
864
|
onClick: I[8] || (I[8] = (le) => V())
|
|
865
865
|
})) : C("", !0),
|
|
866
|
-
w.
|
|
866
|
+
w.suffix ? (v(), b("span", {
|
|
867
867
|
key: 5,
|
|
868
|
-
class: M(["
|
|
869
|
-
}, A(w.
|
|
868
|
+
class: M(["suffix", { "--plus-minus-btns": w.plusMinusButtons }])
|
|
869
|
+
}, A(w.suffix), 3)) : C("", !0)
|
|
870
870
|
])
|
|
871
871
|
], 4);
|
|
872
872
|
};
|
|
873
873
|
}
|
|
874
874
|
});
|
|
875
|
-
const Tt = /* @__PURE__ */ q(ln, [["__scopeId", "data-v-
|
|
875
|
+
const Tt = /* @__PURE__ */ q(ln, [["__scopeId", "data-v-529f68f5"]]), sn = {
|
|
876
876
|
key: 0,
|
|
877
877
|
class: "flex items-center"
|
|
878
878
|
}, rn = { key: 2 }, un = /* @__PURE__ */ R({
|
|
@@ -79,7 +79,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
min: {
|
|
80
80
|
type: import('vue').PropType<number>;
|
|
81
81
|
};
|
|
82
|
-
|
|
82
|
+
suffix: {
|
|
83
83
|
type: import('vue').PropType<string>;
|
|
84
84
|
};
|
|
85
85
|
iconColor: {
|
|
@@ -194,7 +194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
194
194
|
min: {
|
|
195
195
|
type: import('vue').PropType<number>;
|
|
196
196
|
};
|
|
197
|
-
|
|
197
|
+
suffix: {
|
|
198
198
|
type: import('vue').PropType<string>;
|
|
199
199
|
};
|
|
200
200
|
iconColor: {
|