@fox-js/foxui-pad 3.3.1 → 3.3.2
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.cjs.js +2 -2
- package/dist/index.esm.js +4 -8
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Xr, { unref as Zr, defineComponent as en, computed as B, watch as ee, onDeactivated as qi, onBeforeUnmount as Hi, onMounted as tn, onActivated as En, h as Jr, ref as K, reactive as nn, onBeforeMount as Qr, toRefs as Ht, getCurrentInstance as rn, isReactive as Wi, toRaw as Bi, toRef as el, watchEffect as Ki, inject as tl, onUnmounted as nl, shallowRef as il, provide as rl } from "vue";
|
|
2
2
|
/*!
|
|
3
|
-
* fox-desktop v3.3.0 Thu
|
|
3
|
+
* fox-desktop v3.3.0 Thu Aug 17 2023 14:36:13 GMT+0800 (中国标准时间)
|
|
4
4
|
*/
|
|
5
5
|
let U = (t) => t != null;
|
|
6
6
|
const On = Symbol("$PageView"), zi = Symbol("$PageHeaderView"), Yi = Symbol("$PageFooterView"), ll = Symbol.for("$DynamicView"), Ui = Symbol("$GroupView"), Ae = Symbol("$GroupItemView"), me = typeof window < "u", Xe = function() {
|
|
@@ -5699,13 +5699,9 @@ const { create: Oc } = xe("date-picker"), jc = Oc({
|
|
|
5699
5699
|
var qc = function() {
|
|
5700
5700
|
var e = this, n = e._self._c;
|
|
5701
5701
|
return e._self._setupProxy, n("fox-picker", { attrs: { visible: e.show, "model-value": e.dateIndexs, source: e.columns, "value-type": "value", "confirm-text": e.confirmText, "cancel-text": e.cancelText, title: e.title, "visible-item-count": e.visibleItemCount, "three-dimensional": e.threeDimensional, "swipe-duration": e.swipeDuration, isWrapTeleport: e.isWrapTeleport }, on: { confirm: e.onConfirm, close: e.onClose, clear: e.onClear }, scopedSlots: e._u([{ key: "top", fn: function() {
|
|
5702
|
-
return [e._t("top"
|
|
5703
|
-
return [n("span", [e._v("1234567890-top")])];
|
|
5704
|
-
})];
|
|
5702
|
+
return [e._t("top")];
|
|
5705
5703
|
}, proxy: !0 }, { key: "default", fn: function() {
|
|
5706
|
-
return [e._t("default"
|
|
5707
|
-
return [n("span", [e._v("1234567890-default")])];
|
|
5708
|
-
})];
|
|
5704
|
+
return [e._t("default")];
|
|
5709
5705
|
}, proxy: !0 }], null, !0) });
|
|
5710
5706
|
}, Hc = [], Wc = /* @__PURE__ */ S(
|
|
5711
5707
|
jc,
|
|
@@ -13771,7 +13767,7 @@ const Fi = F0.exports, dt = (t) => typeof t == "string" ? t : Ve(t) ? H.date2Str
|
|
|
13771
13767
|
});
|
|
13772
13768
|
var j0 = function() {
|
|
13773
13769
|
var e = this, n = e._self._c;
|
|
13774
|
-
return e._self._setupProxy, n("fox-popup", { attrs: { visible: e.visible, position: "bottom", round: "", closeable: !0, "destroy-on-close": !0, "pop-style": { height: "80%", width: "40%", left: "30%" } }, on: { "click-overlay": e.closePopup, "click-close-icon": e.closePopup } }, [e.visible ? n("fox-calendar-pane", { ref: "calendarRef", attrs: {
|
|
13770
|
+
return e._self._setupProxy, n("fox-popup", { attrs: { visible: e.visible, position: "bottom", round: "", closeable: !0, "destroy-on-close": !0, "pop-style": { height: "80%", width: "40%", left: "30%" } }, on: { "click-overlay": e.closePopup, "click-close-icon": e.closePopup } }, [e.visible ? n("fox-calendar-pane", { ref: "calendarRef", attrs: { type: e.type, "is-auto-back-fill": e.isAutoBackFill, poppable: e.poppable, title: e.title, "confirm-text": e.confirmText, "start-text": e.startText, "end-text": e.endText, "default-value": e.defaultValue, "show-today": e.showToday, "start-date": e.startDateStr, "end-date": e.endDateStr, "show-title": e.showTitle, "show-sub-title": e.showSubTitle }, on: { update: e.update, close: e.close, choose: e.choose, select: e.select }, scopedSlots: e._u([e.showTopBtn ? { key: "btn", fn: function() {
|
|
13775
13771
|
return [e._t("btn")];
|
|
13776
13772
|
}, proxy: !0 } : null, e.dayInfo ? { key: "day", fn: function(i) {
|
|
13777
13773
|
return [e._t("day", null, { date: i.date })];
|