cleek 2.6.99 → 2.6.100
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/cleek.es.js +8 -7
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -90085,6 +90085,7 @@ const _sfc_main$7 = defineComponent$2({
|
|
|
90085
90085
|
icon: {},
|
|
90086
90086
|
iconRight: {},
|
|
90087
90087
|
iconPack: {},
|
|
90088
|
+
iconColor: {},
|
|
90088
90089
|
label: {},
|
|
90089
90090
|
labelAlign: {},
|
|
90090
90091
|
placeholder: {},
|
|
@@ -90263,17 +90264,17 @@ const _sfc_main$7 = defineComponent$2({
|
|
|
90263
90264
|
_ctx.icon ? (openBlock$2(), createBlock$2(CkIcon, {
|
|
90264
90265
|
key: 0,
|
|
90265
90266
|
class: "ck-select__icon-left",
|
|
90266
|
-
color: "lightgrey",
|
|
90267
90267
|
icon: _ctx.icon,
|
|
90268
|
-
"icon-pack": _ctx.iconPack
|
|
90269
|
-
|
|
90268
|
+
"icon-pack": _ctx.iconPack,
|
|
90269
|
+
color: _ctx.iconColor ? _ctx.iconColor : "lightgrey"
|
|
90270
|
+
}, null, 8, ["icon", "icon-pack", "color"])) : createCommentVNode$2("", true),
|
|
90270
90271
|
_ctx.iconRight ? (openBlock$2(), createBlock$2(CkIcon, {
|
|
90271
90272
|
key: 1,
|
|
90272
90273
|
class: "ck-select__icon-right",
|
|
90273
|
-
color: "lightgrey",
|
|
90274
90274
|
icon: _ctx.iconRight,
|
|
90275
|
-
"icon-pack": _ctx.iconPack
|
|
90276
|
-
|
|
90275
|
+
"icon-pack": _ctx.iconPack,
|
|
90276
|
+
color: _ctx.iconColor ? _ctx.iconColor : "lightgrey"
|
|
90277
|
+
}, null, 8, ["icon", "icon-pack", "color"])) : createCommentVNode$2("", true),
|
|
90277
90278
|
isClearBtnVisible.value ? (openBlock$2(), createElementBlock$2("div", {
|
|
90278
90279
|
key: 2,
|
|
90279
90280
|
class: "ck-select__clear-btn",
|
|
@@ -90312,7 +90313,7 @@ const _sfc_main$7 = defineComponent$2({
|
|
|
90312
90313
|
};
|
|
90313
90314
|
}
|
|
90314
90315
|
});
|
|
90315
|
-
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
90316
|
+
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-775ff419"]]);
|
|
90316
90317
|
var ckSidebar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
90317
90318
|
const _hoisted_1$6 = {
|
|
90318
90319
|
key: 0,
|