cleek 2.6.92 → 2.6.93
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 +33 -9
- package/dist/cleek.umd.js +33 -33
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { watch as watch$1, effectScope, reactive as reactive$2, computed as computed$3, pushScopeId as pushScopeId$2, popScopeId as popScopeId$2, defineComponent as defineComponent$2, nextTick as nextTick$4, openBlock as openBlock$2, createBlock as createBlock$2, createElementBlock as createElementBlock$2, normalizeClass as normalizeClass$2, renderSlot as renderSlot$2, normalizeProps as normalizeProps$1, guardReactiveProps as guardReactiveProps$2, withScopeId as withScopeId$2, resolveComponent as resolveComponent$2, normalizeStyle as normalizeStyle$2, withKeys as withKeys$2, createElementVNode, Fragment as Fragment$2, createCommentVNode as createCommentVNode$2, withCtx as withCtx$2, createVNode as createVNode$2, ref as ref$1, createApp, h as h$2, mergeProps as mergeProps$2, toDisplayString as toDisplayString$1, resolveDirective, createTextVNode as createTextVNode$2, withDirectives as withDirectives$1,
|
|
1
|
+
import { watch as watch$1, effectScope, reactive as reactive$2, computed as computed$3, pushScopeId as pushScopeId$2, popScopeId as popScopeId$2, defineComponent as defineComponent$2, nextTick as nextTick$4, openBlock as openBlock$2, createBlock as createBlock$2, createElementBlock as createElementBlock$2, normalizeClass as normalizeClass$2, renderSlot as renderSlot$2, normalizeProps as normalizeProps$1, guardReactiveProps as guardReactiveProps$2, withScopeId as withScopeId$2, resolveComponent as resolveComponent$2, normalizeStyle as normalizeStyle$2, withKeys as withKeys$2, createElementVNode, Fragment as Fragment$2, createCommentVNode as createCommentVNode$2, withCtx as withCtx$2, createVNode as createVNode$2, ref as ref$1, createApp, h as h$2, mergeProps as mergeProps$2, toDisplayString as toDisplayString$1, resolveDirective, createTextVNode as createTextVNode$2, withDirectives as withDirectives$1, unref as unref$3, onMounted as onMounted$1, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount as onBeforeUnmount$1, vModelText, vModelDynamic, renderList as renderList$1, withModifiers as withModifiers$1, Teleport as Teleport$1, watchEffect, resolveDynamicComponent as resolveDynamicComponent$1, vShow as vShow$1, vModelRadio, vModelSelect, vModelCheckbox } from "vue";
|
|
2
2
|
function getDevtoolsGlobalHook$2() {
|
|
3
3
|
return getTarget$2().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
4
4
|
}
|
|
@@ -81612,15 +81612,15 @@ var _export_sfc = (sfc, props) => {
|
|
|
81612
81612
|
}
|
|
81613
81613
|
return target;
|
|
81614
81614
|
};
|
|
81615
|
-
const _hoisted_1$
|
|
81615
|
+
const _hoisted_1$o = {
|
|
81616
81616
|
key: 0,
|
|
81617
81617
|
class: "help-text"
|
|
81618
81618
|
};
|
|
81619
|
-
const _hoisted_2$
|
|
81619
|
+
const _hoisted_2$e = {
|
|
81620
81620
|
key: 0,
|
|
81621
81621
|
class: "pl-1"
|
|
81622
81622
|
};
|
|
81623
|
-
const _sfc_main$
|
|
81623
|
+
const _sfc_main$w = defineComponent$2({
|
|
81624
81624
|
__name: "ck-datetime-shower",
|
|
81625
81625
|
props: {
|
|
81626
81626
|
datetime: {},
|
|
@@ -81649,13 +81649,13 @@ const _sfc_main$v = defineComponent$2({
|
|
|
81649
81649
|
});
|
|
81650
81650
|
return (_ctx, _cache) => {
|
|
81651
81651
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
81652
|
-
return !computedDate.value ? (openBlock$2(), createElementBlock$2("span", _hoisted_1$
|
|
81652
|
+
return !computedDate.value ? (openBlock$2(), createElementBlock$2("span", _hoisted_1$o, toDisplayString$1(_ctx.noDateMsg), 1)) : _ctx.split || _ctx.date ? (openBlock$2(), createElementBlock$2("div", {
|
|
81653
81653
|
key: 1,
|
|
81654
81654
|
class: "ck-datetime-shower--split",
|
|
81655
81655
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("click", $event))
|
|
81656
81656
|
}, [
|
|
81657
81657
|
createTextVNode$2(toDisplayString$1(computedDate.value) + " ", 1),
|
|
81658
|
-
computedTime.value ? (openBlock$2(), createElementBlock$2("span", _hoisted_2$
|
|
81658
|
+
computedTime.value ? (openBlock$2(), createElementBlock$2("span", _hoisted_2$e, " | " + toDisplayString$1(computedTime.value), 1)) : createCommentVNode$2("", true)
|
|
81659
81659
|
])) : withDirectives$1((openBlock$2(), createElementBlock$2("div", {
|
|
81660
81660
|
key: 2,
|
|
81661
81661
|
class: "ck-datetime-shower",
|
|
@@ -81668,7 +81668,31 @@ const _sfc_main$v = defineComponent$2({
|
|
|
81668
81668
|
};
|
|
81669
81669
|
}
|
|
81670
81670
|
});
|
|
81671
|
-
var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
81671
|
+
var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-4dcd4d84"]]);
|
|
81672
|
+
var ckTimeShower_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
81673
|
+
const _withScopeId$5 = (n2) => (pushScopeId$2("data-v-4d15db47"), n2 = n2(), popScopeId$2(), n2);
|
|
81674
|
+
const _hoisted_1$n = { class: "ck-time-shower" };
|
|
81675
|
+
const _hoisted_2$d = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("span", { class: "hs-text" }, " hs ", -1));
|
|
81676
|
+
const _sfc_main$v = defineComponent$2({
|
|
81677
|
+
__name: "ck-time-shower",
|
|
81678
|
+
props: {
|
|
81679
|
+
time: {},
|
|
81680
|
+
minutes: {}
|
|
81681
|
+
},
|
|
81682
|
+
setup(__props) {
|
|
81683
|
+
return (_ctx, _cache) => {
|
|
81684
|
+
return openBlock$2(), createElementBlock$2("span", _hoisted_1$n, [
|
|
81685
|
+
_ctx.minutes ? (openBlock$2(), createElementBlock$2(Fragment$2, { key: 0 }, [
|
|
81686
|
+
createTextVNode$2(toDisplayString$1(unref$3(qmDate).minToHour(_ctx.minutes)), 1)
|
|
81687
|
+
], 64)) : (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
81688
|
+
createTextVNode$2(" | " + toDisplayString$1(unref$3(qmDate).presentTime(_ctx.time)), 1)
|
|
81689
|
+
], 64)),
|
|
81690
|
+
_hoisted_2$d
|
|
81691
|
+
]);
|
|
81692
|
+
};
|
|
81693
|
+
}
|
|
81694
|
+
});
|
|
81695
|
+
var ckTimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-4d15db47"]]);
|
|
81672
81696
|
var hooks9 = {
|
|
81673
81697
|
getCleekOptions(getCurrentInstance2) {
|
|
81674
81698
|
return getCurrentInstance2().appContext.app.config.globalProperties.$cleekOptions;
|
|
@@ -90907,7 +90931,7 @@ var ckNotify = {
|
|
|
90907
90931
|
var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90908
90932
|
__proto__: null,
|
|
90909
90933
|
CkDatetimeShower: ckDatetimeShower,
|
|
90910
|
-
|
|
90934
|
+
CkTimeShower: ckTimeShower,
|
|
90911
90935
|
CkDropdown: ckDropdown,
|
|
90912
90936
|
CkNavbar: ckNavbar,
|
|
90913
90937
|
CkTable: ckTable,
|
|
@@ -90971,4 +90995,4 @@ const install3 = function installCleek(app, options) {
|
|
|
90971
90995
|
app.component(componentName, component);
|
|
90972
90996
|
});
|
|
90973
90997
|
};
|
|
90974
|
-
export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown,
|
|
90998
|
+
export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown, CkIcon, ckImg as CkImg, CkInput, ckInputDate as CkInputDate, _sfc_main$d as CkInputTime, CkLabel, ckNavbar as CkNavbar, _sfc_main$f as CkPagination, _sfc_main$h as CkPopup, ckRadio as CkRadio, ckSelect as CkSelect, ckSidebar as CkSidebar, ckSwitch as CkSwitch, ckSwitchOptions as CkSwitchOptions, ckTable as CkTable, CkTd, ckTextarea as CkTextarea, CkTh, ckTimeShower as CkTimeShower, CkTr, ckNotify, install3 as default, useWindowWidth };
|