cleek 2.10.77 → 2.10.79
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.es.js
CHANGED
|
@@ -3140,7 +3140,8 @@ const qn = /* @__PURE__ */ j(Fn, [["__scopeId", "data-v-e3c474ff"]]), Hn = { cla
|
|
|
3140
3140
|
label: {},
|
|
3141
3141
|
labelAlign: {},
|
|
3142
3142
|
gap: {},
|
|
3143
|
-
multipleSelection: { type: Boolean }
|
|
3143
|
+
multipleSelection: { type: Boolean },
|
|
3144
|
+
iconPack: {}
|
|
3144
3145
|
}, {
|
|
3145
3146
|
modelValue: { required: !0 },
|
|
3146
3147
|
modelModifiers: {}
|
|
@@ -3191,6 +3192,7 @@ const qn = /* @__PURE__ */ j(Fn, [["__scopeId", "data-v-e3c474ff"]]), Hn = { cla
|
|
|
3191
3192
|
modelValue: u(m),
|
|
3192
3193
|
key: i(m),
|
|
3193
3194
|
icon: d(m),
|
|
3195
|
+
iconPack: s.iconPack,
|
|
3194
3196
|
layout: s.layout,
|
|
3195
3197
|
preventAutoUpdate: "",
|
|
3196
3198
|
onClick: (h) => p(m)
|
|
@@ -3199,13 +3201,13 @@ const qn = /* @__PURE__ */ j(Fn, [["__scopeId", "data-v-e3c474ff"]]), Hn = { cla
|
|
|
3199
3201
|
Z(I(a(m)), 1)
|
|
3200
3202
|
]),
|
|
3201
3203
|
_: 2
|
|
3202
|
-
}, 1032, ["modelValue", "icon", "layout", "onClick"]))), 128))
|
|
3204
|
+
}, 1032, ["modelValue", "icon", "iconPack", "layout", "onClick"]))), 128))
|
|
3203
3205
|
], 4)
|
|
3204
3206
|
]);
|
|
3205
3207
|
};
|
|
3206
3208
|
}
|
|
3207
3209
|
});
|
|
3208
|
-
const Un = /* @__PURE__ */ j(jn, [["__scopeId", "data-v-
|
|
3210
|
+
const Un = /* @__PURE__ */ j(jn, [["__scopeId", "data-v-43006e82"]]), Gn = {
|
|
3209
3211
|
key: 0,
|
|
3210
3212
|
class: "ck-card__header-title"
|
|
3211
3213
|
}, Zn = { class: "ck-card__body" }, Yn = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Layout, Align } from '../../cleek-options/cleek-options.types';
|
|
1
|
+
import { IconPack, Layout, Align } from '../../cleek-options/cleek-options.types';
|
|
2
2
|
|
|
3
3
|
type Option = {
|
|
4
4
|
id: any;
|
|
@@ -30,6 +30,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
multipleSelection: {
|
|
31
31
|
type: import('vue').PropType<boolean>;
|
|
32
32
|
};
|
|
33
|
+
iconPack: {
|
|
34
|
+
type: import('vue').PropType<IconPack>;
|
|
35
|
+
};
|
|
33
36
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
37
|
change: () => void;
|
|
35
38
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -56,6 +59,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
59
|
multipleSelection: {
|
|
57
60
|
type: import('vue').PropType<boolean>;
|
|
58
61
|
};
|
|
62
|
+
iconPack: {
|
|
63
|
+
type: import('vue').PropType<IconPack>;
|
|
64
|
+
};
|
|
59
65
|
}>> & Readonly<{
|
|
60
66
|
onChange?: () => any;
|
|
61
67
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|