@dfsj/components 3.7.1 → 3.7.2-alpha.1
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/components/Boards/src/Boards.vue.d.ts +11 -0
- package/dist/components/Boards/src/Boards.vue2.js +27 -31
- package/dist/components/Boards/src/hooKs/useStyle.d.ts +9 -0
- package/dist/components/Boards/src/hooKs/useStyle.js +5 -5
- package/dist/components/Boards/src/props.d.ts +5 -0
- package/dist/components/Boards/src/props.js +2 -1
- package/dist/components/ClickOutSide/src/ClickOutSide.vue2.js +1 -1
- package/dist/components/DatePicker/src/composables/use-month-range-header.d.ts +16 -0
- package/dist/components/DatePicker/src/composables/use-range-picker.d.ts +173 -0
- package/dist/components/DatePicker/src/date-picker-com/panel-date-range.vue.d.ts +19 -0
- package/dist/components/DatePicker/src/date-picker-com/panel-date-range.vue2.js +2 -2
- package/dist/components/DatePicker/src/date-picker-com/panel-month-range.vue.d.ts +16 -0
- package/dist/components/DatePicker/src/date-picker-com/panel-month-range.vue2.js +7 -7
- package/dist/components/DatePicker/src/index.d.ts +26 -20
- package/dist/components/DatePicker/src/index.js +4 -4
- package/dist/components/Descriptions/src/Descriptions.vue.d.ts +97 -0
- package/dist/components/Descriptions/src/Descriptions.vue2.js +4 -4
- package/dist/components/Editor/src/Editor.vue.d.ts +4 -4
- package/dist/components/Editor/src/Editor.vue2.js +5 -5
- package/dist/components/Form/src/Form.vue.d.ts +481 -447
- package/dist/components/Form/src/Form.vue2.js +30 -24
- package/dist/components/Form/src/components/useRenderCheckbox.d.ts +4 -0
- package/dist/components/Form/src/components/useRenderCheckbox.js +8 -8
- package/dist/components/Form/src/components/useRenderRadio.d.ts +4 -0
- package/dist/components/Form/src/components/useRenderRadio.js +8 -8
- package/dist/components/Form/src/components/useRenderSelect.d.ts +4 -0
- package/dist/components/Form/src/components/useRenderSelect.js +11 -11
- package/dist/components/Form/src/helper/componentMap.d.ts +5 -0
- package/dist/components/Form/src/helper/index.d.ts +7 -0
- package/dist/components/Form/src/helper/index.js +7 -7
- package/dist/components/Form/src/types/index.d.ts +2 -2
- package/dist/components/Form/src/useForm.js +63 -63
- package/dist/components/Highlight/src/Highlight.vue.d.ts +4 -4
- package/dist/components/Highlight/src/Highlight.vue2.js +3 -3
- package/dist/components/Icon/src/Icon.vue.d.ts +8 -8
- package/dist/components/Icon/src/Icon.vue2.js +11 -11
- package/dist/components/InputPassword/src/InputPassword.vue.d.ts +27 -0
- package/dist/components/Modal/src/BasicModal.vue.d.ts +68 -15
- package/dist/components/Modal/src/BasicModal.vue2.js +20 -17
- package/dist/components/{src/components/Modal → Modal}/src/components/ModalFooter.vue.d.ts +4 -4
- package/dist/components/Modal/src/components/ModalFooter.vue2.js +17 -7
- package/dist/components/{src/components/Modal → Modal}/src/components/ModalHeader.vue.d.ts +63 -10
- package/dist/components/Modal/src/components/ModalHeader.vue2.js +3 -3
- package/dist/components/Modal/src/config.js +2 -2
- package/dist/components/Modal/src/hooks/useModalDrag.js +9 -2
- package/dist/components/Modal/src/hooks/useTimeout.d.ts +15 -0
- package/dist/components/Modal/src/hooks/useTimeout.js +1 -1
- package/dist/components/{src/components/Modal → Modal}/src/props.d.ts +31 -7
- package/dist/components/Modal/src/props.js +9 -1
- package/dist/components/Modal/src/utils/index.d.ts +3 -0
- package/dist/components/Modal/src/utils/index.js +1 -1
- package/dist/components/NodeAxis/src/CanvasNodeRender.js +35 -35
- package/dist/components/NodeAxis/src/NodeAxis.vue.d.ts +17 -0
- package/dist/components/NodeAxis/src/NodeAxis.vue2.js +1 -1
- package/dist/components/NodeAxis/src/NodeModel.js +10 -10
- package/dist/components/NodeAxis/src/NodeRender.js +3 -3
- package/dist/components/NodeAxis/src/TimerNodePlayer.d.ts +19 -0
- package/dist/components/NodeAxis/src/TimerNodePlayer.js +4 -4
- package/dist/components/NodeAxis/src/interface/NodePlayer.d.ts +9 -0
- package/dist/components/Stateful/src/Stateful.vue.d.ts +2 -2
- package/dist/components/Stateful/src/Stateful.vue2.js +6 -6
- package/dist/components/Stateful/src/props.d.ts +1 -1
- package/dist/components/Table/src/Table.vue.d.ts +732 -645
- package/dist/components/Table/src/Table.vue2.js +10 -10
- package/dist/components/Table/src/components/ColumnSetting.vue.d.ts +30 -0
- package/dist/components/Table/src/components/ColumnSetting.vue2.js +20 -20
- package/dist/components/Table/src/components/TableActions.vue.d.ts +229 -0
- package/dist/components/Table/src/components/TableActions.vue2.js +1 -1
- package/dist/components/Table/src/helper/index.d.ts +2 -0
- package/dist/components/Table/src/useTable.js +50 -50
- package/dist/components/UnifyChart/src/ChartToolbox.vue.d.ts +8 -8
- package/dist/components/UnifyChart/src/ChartToolbox.vue2.js +2 -2
- package/dist/components/UnifyChart/src/UnifyChart.vue.d.ts +16 -16
- package/dist/components/UnifyChart/src/UnifyChart.vue2.js +2 -2
- package/dist/components/UnifyChart/src/hooks/useLoader.js +19 -19
- package/dist/components/UnifyChart/src/hooks/useRender.js +3 -3
- package/dist/components/UnifyChart/src/props.d.ts +13 -13
- package/dist/components/UnifyChart/src/useDownLoad.d.ts +9 -0
- package/dist/components/UnifyChart/src/useDownLoad.js +27 -0
- package/dist/components/Video/src/VideoPlayer.vue.d.ts +14 -14
- package/dist/components/Video/src/VideoPlayer.vue2.js +5 -5
- package/dist/components/Video/src/VideoPlayerToolbar.vue.d.ts +34 -0
- package/dist/components/Video/src/VideoPlayerToolbar.vue2.js +4 -4
- package/dist/components/Video/src/abstract/AbstractVideoControl.d.ts +7 -0
- package/dist/components/Video/src/abstract/Observable.d.ts +6 -0
- package/dist/components/Video/src/abstract/VideoControl.d.ts +32 -0
- package/dist/components/Video/src/abstract/VideoControl.js +13 -13
- package/dist/components/Video/src/control/DaHua.d.ts +12 -0
- package/dist/components/Video/src/control/DaHua.js +8 -8
- package/dist/components/Video/src/control/Hikvision.d.ts +28 -0
- package/dist/components/Video/src/control/Hikvision.js +12 -12
- package/dist/components/Video/src/control/VideoFactory.d.ts +3 -0
- package/dist/components/Video/src/enums/CommonEnum.d.ts +26 -0
- package/dist/components/Visual/src/BufferLayerPlayer.js +65 -68
- package/dist/components/Visual/src/ResolvableLayerProvider.js +5 -5
- package/dist/components/Visual/src/resolvers/IntervalResolver.js +9 -9
- package/dist/components/Visual/src/resolvers/tools.resolver.js +8 -1
- package/dist/components/Visual/src/utils/NodeMath.js +1 -1
- package/dist/components/Windows/src/ModalWrap.vue2.js +52 -8
- package/dist/components/Windows/src/Windows.vue2.js +3 -3
- package/dist/components/Windows/src/props.d.ts +8 -3
- package/dist/directives/clickOutside.js +3 -3
- package/dist/directives/repeatClick.js +1 -1
- package/dist/directives/resizable.js +4 -4
- package/dist/helper/lang.d.ts +1 -0
- package/dist/index.min.css +3 -3
- package/dist/node_modules/.pnpm/@vueuse_core@13.7.0_vue@3.5.19_typescript@5.9.2_/node_modules/@vueuse/core/index.js +393 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@13.7.0_vue@3.5.19_typescript@5.9.2_/node_modules/@vueuse/shared/index.js +53 -0
- package/dist/utils/index.d.ts +11 -0
- package/package.json +66 -66
- package/dist/components/src/components/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -7
- package/dist/components/src/components/Highlight/src/Highlight.vue.d.ts +0 -41
- /package/dist/components/{src/components/Modal → Modal}/src/config.d.ts +0 -0
- /package/dist/components/{src/components/Modal → Modal}/src/hooks/useModalDrag.d.ts +0 -0
- /package/dist/components/{src/components/Windows → Windows}/src/ModalWrap.vue.d.ts +0 -0
|
@@ -38,6 +38,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
color: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
+
customId: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/shared/vue-types.d8e57a80").b<string>> & {
|
|
42
|
+
default: string;
|
|
43
|
+
} & {
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
41
46
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
47
|
[key: string]: any;
|
|
43
48
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -80,6 +85,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
85
|
color: string;
|
|
81
86
|
};
|
|
82
87
|
};
|
|
88
|
+
customId: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/shared/vue-types.d8e57a80").b<string>> & {
|
|
89
|
+
default: string;
|
|
90
|
+
} & {
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
83
93
|
}>> & Readonly<{}>, {
|
|
84
94
|
position: "east" | "top" | "west" | "south" | "full";
|
|
85
95
|
display: "fixed" | "absolute";
|
|
@@ -87,5 +97,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
97
|
slotVisible: boolean;
|
|
88
98
|
board: import("./props").BoardState;
|
|
89
99
|
customStyle: import("./props").BoardCustomStyle;
|
|
100
|
+
customId: string;
|
|
90
101
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
91
102
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
-
import { defineComponent, ref, toRefs, computed, watchEffect, toRaw, unref, resolveComponent, withDirectives, openBlock, createElementBlock, normalizeClass, normalizeStyle, withModifiers, createVNode, createCommentVNode, createElementVNode,
|
|
2
|
+
import { defineComponent, ref, toRefs, computed, watchEffect, toRaw, unref, resolveComponent, withDirectives, openBlock, createElementBlock, normalizeClass, normalizeStyle, withModifiers, createVNode, createCommentVNode, createElementVNode, withCtx, Fragment, renderList, createBlock, toDisplayString, KeepAlive, resolveDynamicComponent, markRaw, mergeProps, vShow, renderSlot, defineAsyncComponent } from 'vue';
|
|
3
3
|
import { BoardProps, BoardPositionEnum } from './props.js';
|
|
4
4
|
import '../../Icon/src/Icon.vue.js';
|
|
5
5
|
import '../../Icon/src/SvgIcon.vue.js';
|
|
@@ -8,16 +8,16 @@ import vResizable from '../../../directives/resizable.js';
|
|
|
8
8
|
import script$1 from '../../Icon/src/Icon.vue2.js';
|
|
9
9
|
|
|
10
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t),
|
|
12
|
-
var _hoisted_1 =
|
|
13
|
-
"class": "custom-label"
|
|
14
|
-
};
|
|
11
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12
|
+
var _hoisted_1 = ["id"];
|
|
15
13
|
var _hoisted_2 = {
|
|
16
|
-
|
|
14
|
+
key: 0
|
|
17
15
|
};
|
|
18
16
|
var _hoisted_3 = {
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
"class": "custom-label"
|
|
18
|
+
};
|
|
19
|
+
var _hoisted_4 = {
|
|
20
|
+
"class": "board--panels box-border h-full flex-1 w-full min-w-0 overflow-hidden"
|
|
21
21
|
};
|
|
22
22
|
var prefixCls = "ec-component-board-container-page-wrap";
|
|
23
23
|
var script = defineComponent({
|
|
@@ -29,7 +29,8 @@ var script = defineComponent({
|
|
|
29
29
|
var el = ref(null);
|
|
30
30
|
var _toRefs = toRefs(props),
|
|
31
31
|
resizable = _toRefs.resizable,
|
|
32
|
-
display = _toRefs.display
|
|
32
|
+
display = _toRefs.display,
|
|
33
|
+
customId = _toRefs.customId;
|
|
33
34
|
var _useStyle = useStyle(props),
|
|
34
35
|
getStyle = _useStyle.getStyle,
|
|
35
36
|
position = _useStyle.position,
|
|
@@ -40,7 +41,7 @@ var script = defineComponent({
|
|
|
40
41
|
};
|
|
41
42
|
var color = computed(function () {
|
|
42
43
|
var _customStyle$value$co;
|
|
43
|
-
return (_customStyle$value$co = customStyle.value.color) !== null && _customStyle$value$co !==
|
|
44
|
+
return (_customStyle$value$co = customStyle.value.color) !== null && _customStyle$value$co !== void 0 ? _customStyle$value$co : '#11848f';
|
|
44
45
|
});
|
|
45
46
|
function resolve(source) {
|
|
46
47
|
var component = cache.get(source);
|
|
@@ -54,26 +55,27 @@ var script = defineComponent({
|
|
|
54
55
|
return component;
|
|
55
56
|
}
|
|
56
57
|
function tabClick(id) {
|
|
57
|
-
board.value.index = id === null || id ===
|
|
58
|
+
board.value.index = id === null || id === void 0 ? void 0 : id.index;
|
|
58
59
|
}
|
|
59
60
|
var toggle = function toggle() {
|
|
60
61
|
return board.value.state = board.value.state === 'spread' ? 'minify' : 'spread';
|
|
61
62
|
};
|
|
62
63
|
var icon = computed(function () {
|
|
63
|
-
|
|
64
|
+
var _board$value$items;
|
|
65
|
+
return board.value.state == 'hidden' || ((_board$value$items = board.value.items) === null || _board$value$items === void 0 ? void 0 : _board$value$items.length) == 0 ? null : 'mdi:chevron-right';
|
|
64
66
|
});
|
|
65
67
|
var tabPosition = computed(function () {
|
|
66
68
|
var mapping = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, BoardPositionEnum.EAST, 'right'), BoardPositionEnum.WEST, 'left'), BoardPositionEnum.SOUTH, 'bottom'), BoardPositionEnum.TOP, 'top');
|
|
67
|
-
return mapping === null || mapping ===
|
|
69
|
+
return mapping === null || mapping === void 0 ? void 0 : mapping[position.value];
|
|
68
70
|
});
|
|
69
71
|
watchEffect(function () {
|
|
70
72
|
var _el$value;
|
|
71
|
-
return el === null || el ===
|
|
73
|
+
return el === null || el === void 0 || (_el$value = el.value) === null || _el$value === void 0 || (_el$value = _el$value.style) === null || _el$value === void 0 ? void 0 : _el$value.setProperty('--board-tab-color', color.value);
|
|
72
74
|
});
|
|
73
75
|
var handlesMapping = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, BoardPositionEnum.EAST, ['l']), BoardPositionEnum.WEST, ['r']), BoardPositionEnum.TOP, ['b']), BoardPositionEnum.SOUTH, ['t']);
|
|
74
76
|
var handles = computed(function () {
|
|
75
77
|
var _handlesMapping$toRaw;
|
|
76
|
-
return (_handlesMapping$toRaw = handlesMapping === null || handlesMapping ===
|
|
78
|
+
return (_handlesMapping$toRaw = handlesMapping === null || handlesMapping === void 0 ? void 0 : handlesMapping[toRaw(unref(position))]) !== null && _handlesMapping$toRaw !== void 0 ? _handlesMapping$toRaw : [];
|
|
77
79
|
});
|
|
78
80
|
var getResizable = computed(function () {
|
|
79
81
|
return _objectSpread(_objectSpread({}, resizable.value), {}, {
|
|
@@ -89,7 +91,8 @@ var script = defineComponent({
|
|
|
89
91
|
"class": normalizeClass([prefixCls, unref(display), unref(board).state, unref(position), 'p-2 box-border']),
|
|
90
92
|
style: normalizeStyle(unref(getStyle)),
|
|
91
93
|
ref_key: "el",
|
|
92
|
-
ref: el
|
|
94
|
+
ref: el,
|
|
95
|
+
id: unref(customId)
|
|
93
96
|
}, [unref(board).items.length ? (openBlock(), createElementBlock("span", {
|
|
94
97
|
key: 0,
|
|
95
98
|
onClick: withModifiers(toggle, ["stop"]),
|
|
@@ -101,9 +104,7 @@ var script = defineComponent({
|
|
|
101
104
|
icon: icon.value
|
|
102
105
|
}, null, 8, ["icon"])], 2)) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
103
106
|
"class": normalizeClass("".concat(prefixCls, "__layout overflow-hidden h-full flex"))
|
|
104
|
-
}, [unref(board).items.length > 1 ? (openBlock(), createElementBlock(
|
|
105
|
-
key: 0
|
|
106
|
-
}, [createElementVNode("div", null, [createVNode(_component_el_tabs, {
|
|
107
|
+
}, [unref(board).items.length > 1 ? (openBlock(), createElementBlock("div", _hoisted_2, [createVNode(_component_el_tabs, {
|
|
107
108
|
"class": "multiple-toggle-tab",
|
|
108
109
|
modelValue: unref(board).value,
|
|
109
110
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
|
@@ -116,35 +117,30 @@ var script = defineComponent({
|
|
|
116
117
|
"default": withCtx(function () {
|
|
117
118
|
return [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(board).items, function (b, i) {
|
|
118
119
|
return openBlock(), createBlock(_component_el_tab_pane, {
|
|
119
|
-
key: b === null || b ===
|
|
120
|
+
key: b === null || b === void 0 ? void 0 : b.id,
|
|
120
121
|
name: b.id,
|
|
121
122
|
label: b.label
|
|
122
123
|
}, {
|
|
123
124
|
label: withCtx(function () {
|
|
124
|
-
return [createElementVNode("div",
|
|
125
|
+
return [createElementVNode("div", _hoisted_3, toDisplayString(b.label), 1)];
|
|
125
126
|
}),
|
|
126
127
|
_: 2
|
|
127
128
|
}, 1032, ["name", "label"]);
|
|
128
129
|
}), 128))];
|
|
129
130
|
}),
|
|
130
131
|
_: 1
|
|
131
|
-
}, 8, ["modelValue", "tab-position", "data-content"])]), createElementVNode("div",
|
|
132
|
+
}, 8, ["modelValue", "tab-position", "data-content"])])) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_4, [(openBlock(true), createElementBlock(Fragment, null, renderList((_unref2 = unref(board)) === null || _unref2 === void 0 ? void 0 : _unref2.items, function (item) {
|
|
132
133
|
return openBlock(), createElementBlock("div", {
|
|
133
134
|
key: item.id,
|
|
134
135
|
"class": normalizeClass(["board--panel-container", {
|
|
135
136
|
active: unref(board).value === item.id
|
|
136
137
|
}])
|
|
137
|
-
}, [withDirectives((openBlock(), createBlock(resolveDynamicComponent(markRaw(resolve(item.content))), mergeProps({
|
|
138
|
-
ref_for: true
|
|
139
|
-
}, item.props), null, 16)), [[vShow, unref(board).value === item.id]])], 2);
|
|
140
|
-
}), 128))])], 64)) : (openBlock(), createElementBlock("div", _hoisted_3, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(board).items, function (item) {
|
|
141
|
-
return withDirectives((openBlock(), createBlock(resolveDynamicComponent(markRaw(resolve(item.content))), mergeProps({
|
|
142
|
-
key: item.id,
|
|
138
|
+
}, [(openBlock(), createBlock(KeepAlive, null, [withDirectives((openBlock(), createBlock(resolveDynamicComponent(markRaw(resolve(item.content))), mergeProps({
|
|
143
139
|
ref_for: true
|
|
144
|
-
}, item.props), null, 16)), [[vShow, unref(board).value === item.id]]);
|
|
145
|
-
}), 128))]))], 2), props.slotVisible ? renderSlot(_ctx.$slots, "default", {
|
|
140
|
+
}, item.props), null, 16)), [[vShow, unref(board).value === item.id]])], 1024))], 2);
|
|
141
|
+
}), 128))]), createCommentVNode(" <div class=\"flex-1 w-full min-w-0 box-border h-full overflow-hidden\">"), createCommentVNode(" <div class=\"board--panels box-border h-full flex-1 w-full min-w-0 overflow-hidden\">"), createCommentVNode(" <template v-for=\"item in board.items\" :key=\"item.id\">"), createCommentVNode(" <component"), createCommentVNode(" v-show=\"board.value === item.id\""), createCommentVNode(" :is=\"markRaw(resolve(item.content))\""), createCommentVNode(" v-bind=\"item.props\">"), createCommentVNode(" </component>"), createCommentVNode(" </template>"), createCommentVNode(" </div>"), createCommentVNode(" </div>")], 2), props.slotVisible ? renderSlot(_ctx.$slots, "default", {
|
|
146
142
|
key: 1
|
|
147
|
-
}) : createCommentVNode("v-if", true)],
|
|
143
|
+
}) : createCommentVNode("v-if", true)], 14, _hoisted_1)), [[unref(vResizable), getResizable.value]]);
|
|
148
144
|
};
|
|
149
145
|
}
|
|
150
146
|
});
|
|
@@ -5,7 +5,7 @@ import { toRefs, computed, unref } from 'vue';
|
|
|
5
5
|
import { BoardPositionEnum } from '../props.js';
|
|
6
6
|
|
|
7
7
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t),
|
|
8
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9
9
|
function useStyle(props) {
|
|
10
10
|
var _toRefs = toRefs(props),
|
|
11
11
|
position = _toRefs.position,
|
|
@@ -13,20 +13,20 @@ function useStyle(props) {
|
|
|
13
13
|
customStyle = _toRefs.customStyle;
|
|
14
14
|
var margin = computed(function () {
|
|
15
15
|
var _customStyle$value, _customStyle$value2;
|
|
16
|
-
if (((_customStyle$value = customStyle.value) === null || _customStyle$value ===
|
|
16
|
+
if (((_customStyle$value = customStyle.value) === null || _customStyle$value === void 0 || (_customStyle$value = _customStyle$value.margin) === null || _customStyle$value === void 0 ? void 0 : _customStyle$value.length) != 4) {
|
|
17
17
|
return [0, 0, 0, 0];
|
|
18
18
|
}
|
|
19
|
-
return (_customStyle$value2 = customStyle.value) === null || _customStyle$value2 ===
|
|
19
|
+
return (_customStyle$value2 = customStyle.value) === null || _customStyle$value2 === void 0 ? void 0 : _customStyle$value2.margin;
|
|
20
20
|
});
|
|
21
21
|
var marginCssStr = computed(function () {
|
|
22
22
|
return _toConsumableArray(unref(margin.value)).join(' ');
|
|
23
23
|
});
|
|
24
24
|
var fixed = computed(function () {
|
|
25
25
|
var _customStyle$value$fi, _customStyle$value3;
|
|
26
|
-
if (((_customStyle$value$fi = customStyle.value.fixed) === null || _customStyle$value$fi ===
|
|
26
|
+
if (((_customStyle$value$fi = customStyle.value.fixed) === null || _customStyle$value$fi === void 0 ? void 0 : _customStyle$value$fi.length) != 4) {
|
|
27
27
|
return [0, 0, 0, 0];
|
|
28
28
|
}
|
|
29
|
-
return (_customStyle$value3 = customStyle.value) === null || _customStyle$value3 ===
|
|
29
|
+
return (_customStyle$value3 = customStyle.value) === null || _customStyle$value3 === void 0 ? void 0 : _customStyle$value3.fixed;
|
|
30
30
|
});
|
|
31
31
|
var getTransform = computed(function () {
|
|
32
32
|
var transform = '';
|
|
@@ -81,5 +81,10 @@ export declare const BoardProps: {
|
|
|
81
81
|
color: string;
|
|
82
82
|
};
|
|
83
83
|
};
|
|
84
|
+
customId: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/shared/vue-types.d8e57a80").b<string>> & {
|
|
85
|
+
default: string;
|
|
86
|
+
} & {
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
84
89
|
};
|
|
85
90
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createElementBlock, renderSlot } from 'vue';
|
|
2
|
-
import { onClickOutside } from '../../../node_modules/.pnpm/@vueuse_core@
|
|
2
|
+
import { onClickOutside } from '../../../node_modules/.pnpm/@vueuse_core@13.7.0_vue@3.5.19_typescript@5.9.2_/node_modules/@vueuse/core/index.js';
|
|
3
3
|
|
|
4
4
|
var script = defineComponent({
|
|
5
5
|
__name: 'ClickOutSide',
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Ref, ToRef } from 'vue';
|
|
2
|
+
import type { Dayjs } from 'dayjs';
|
|
3
|
+
export declare const useMonthRangeHeader: ({ unlinkPanels, leftDate, rightDate, }: {
|
|
4
|
+
unlinkPanels: ToRef<boolean>;
|
|
5
|
+
leftDate: Ref<Dayjs>;
|
|
6
|
+
rightDate: Ref<Dayjs>;
|
|
7
|
+
}) => {
|
|
8
|
+
leftPrevYear: () => void;
|
|
9
|
+
rightNextYear: () => void;
|
|
10
|
+
leftNextYear: () => void;
|
|
11
|
+
rightPrevYear: () => void;
|
|
12
|
+
leftLabel: import("vue").ComputedRef<string>;
|
|
13
|
+
rightLabel: import("vue").ComputedRef<string>;
|
|
14
|
+
leftYear: import("vue").ComputedRef<number>;
|
|
15
|
+
rightYear: import("vue").ComputedRef<number>;
|
|
16
|
+
};
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
|
+
import type { Dayjs } from 'dayjs';
|
|
3
|
+
import dayjs from "dayjs";
|
|
4
|
+
import type { PanelRangeSharedProps, RangeState } from 'element-plus/es/components/date-picker/src/props/shared';
|
|
5
|
+
type UseRangePickerProps = {
|
|
6
|
+
leftDate: Ref<Dayjs>;
|
|
7
|
+
rightDate: Ref<Dayjs>;
|
|
8
|
+
unit: 'month' | 'year';
|
|
9
|
+
parsedValue: Ref<Dayjs[]>;
|
|
10
|
+
disabledDate: (date: Dayjs) => boolean;
|
|
11
|
+
};
|
|
12
|
+
type ExtendProps = {
|
|
13
|
+
visible: boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare const useRangePicker: (props: PanelRangeSharedProps & ExtendProps, { leftDate, rightDate, unit, parsedValue, disabledDate, }: UseRangePickerProps) => {
|
|
16
|
+
lang: any;
|
|
17
|
+
ppNs: any;
|
|
18
|
+
drpNs: any;
|
|
19
|
+
rangeState: Ref<{
|
|
20
|
+
endDate: {
|
|
21
|
+
clone: () => Dayjs;
|
|
22
|
+
isValid: () => boolean;
|
|
23
|
+
year: {
|
|
24
|
+
(): number;
|
|
25
|
+
(value: number): Dayjs;
|
|
26
|
+
};
|
|
27
|
+
month: {
|
|
28
|
+
(): number;
|
|
29
|
+
(value: number): Dayjs;
|
|
30
|
+
};
|
|
31
|
+
date: {
|
|
32
|
+
(): number;
|
|
33
|
+
(value: number): Dayjs;
|
|
34
|
+
};
|
|
35
|
+
day: {
|
|
36
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
37
|
+
(value: number): Dayjs;
|
|
38
|
+
};
|
|
39
|
+
hour: {
|
|
40
|
+
(): number;
|
|
41
|
+
(value: number): Dayjs;
|
|
42
|
+
};
|
|
43
|
+
minute: {
|
|
44
|
+
(): number;
|
|
45
|
+
(value: number): Dayjs;
|
|
46
|
+
};
|
|
47
|
+
second: {
|
|
48
|
+
(): number;
|
|
49
|
+
(value: number): Dayjs;
|
|
50
|
+
};
|
|
51
|
+
millisecond: {
|
|
52
|
+
(): number;
|
|
53
|
+
(value: number): Dayjs;
|
|
54
|
+
};
|
|
55
|
+
set: (unit: dayjs.UnitType, value: number) => Dayjs;
|
|
56
|
+
get: (unit: dayjs.UnitType) => number;
|
|
57
|
+
add: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
58
|
+
subtract: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
59
|
+
startOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
60
|
+
endOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
61
|
+
format: (template?: string) => string;
|
|
62
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
63
|
+
valueOf: () => number;
|
|
64
|
+
unix: () => number;
|
|
65
|
+
daysInMonth: () => number;
|
|
66
|
+
toDate: () => Date;
|
|
67
|
+
toJSON: () => string;
|
|
68
|
+
toISOString: () => string;
|
|
69
|
+
toString: () => string;
|
|
70
|
+
utcOffset: () => number;
|
|
71
|
+
isBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
72
|
+
isSame: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
73
|
+
isAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
74
|
+
locale: {
|
|
75
|
+
(): string;
|
|
76
|
+
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
77
|
+
};
|
|
78
|
+
localeData: () => dayjs.InstanceLocaleDataReturn;
|
|
79
|
+
week: {
|
|
80
|
+
(): number;
|
|
81
|
+
(value: number): Dayjs;
|
|
82
|
+
};
|
|
83
|
+
weekYear: () => number;
|
|
84
|
+
dayOfYear: {
|
|
85
|
+
(): number;
|
|
86
|
+
(value: number): Dayjs;
|
|
87
|
+
};
|
|
88
|
+
isSameOrAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
89
|
+
isSameOrBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
90
|
+
};
|
|
91
|
+
selecting: boolean;
|
|
92
|
+
}, RangeState | {
|
|
93
|
+
endDate: {
|
|
94
|
+
clone: () => Dayjs;
|
|
95
|
+
isValid: () => boolean;
|
|
96
|
+
year: {
|
|
97
|
+
(): number;
|
|
98
|
+
(value: number): Dayjs;
|
|
99
|
+
};
|
|
100
|
+
month: {
|
|
101
|
+
(): number;
|
|
102
|
+
(value: number): Dayjs;
|
|
103
|
+
};
|
|
104
|
+
date: {
|
|
105
|
+
(): number;
|
|
106
|
+
(value: number): Dayjs;
|
|
107
|
+
};
|
|
108
|
+
day: {
|
|
109
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
110
|
+
(value: number): Dayjs;
|
|
111
|
+
};
|
|
112
|
+
hour: {
|
|
113
|
+
(): number;
|
|
114
|
+
(value: number): Dayjs;
|
|
115
|
+
};
|
|
116
|
+
minute: {
|
|
117
|
+
(): number;
|
|
118
|
+
(value: number): Dayjs;
|
|
119
|
+
};
|
|
120
|
+
second: {
|
|
121
|
+
(): number;
|
|
122
|
+
(value: number): Dayjs;
|
|
123
|
+
};
|
|
124
|
+
millisecond: {
|
|
125
|
+
(): number;
|
|
126
|
+
(value: number): Dayjs;
|
|
127
|
+
};
|
|
128
|
+
set: (unit: dayjs.UnitType, value: number) => Dayjs;
|
|
129
|
+
get: (unit: dayjs.UnitType) => number;
|
|
130
|
+
add: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
131
|
+
subtract: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
132
|
+
startOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
133
|
+
endOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
134
|
+
format: (template?: string) => string;
|
|
135
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
136
|
+
valueOf: () => number;
|
|
137
|
+
unix: () => number;
|
|
138
|
+
daysInMonth: () => number;
|
|
139
|
+
toDate: () => Date;
|
|
140
|
+
toJSON: () => string;
|
|
141
|
+
toISOString: () => string;
|
|
142
|
+
toString: () => string;
|
|
143
|
+
utcOffset: () => number;
|
|
144
|
+
isBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
145
|
+
isSame: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
146
|
+
isAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
147
|
+
locale: {
|
|
148
|
+
(): string;
|
|
149
|
+
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
150
|
+
};
|
|
151
|
+
localeData: () => dayjs.InstanceLocaleDataReturn;
|
|
152
|
+
week: {
|
|
153
|
+
(): number;
|
|
154
|
+
(value: number): Dayjs;
|
|
155
|
+
};
|
|
156
|
+
weekYear: () => number;
|
|
157
|
+
dayOfYear: {
|
|
158
|
+
(): number;
|
|
159
|
+
(value: number): Dayjs;
|
|
160
|
+
};
|
|
161
|
+
isSameOrAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
162
|
+
isSameOrBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
163
|
+
};
|
|
164
|
+
selecting: boolean;
|
|
165
|
+
}>;
|
|
166
|
+
handleRangeConfirm: (visible?: boolean) => void;
|
|
167
|
+
onSelect: (selecting: boolean) => void;
|
|
168
|
+
handleShortcutClick: any;
|
|
169
|
+
leftDisableDate: (date: any) => boolean;
|
|
170
|
+
rightDisableDate: (date: any) => boolean;
|
|
171
|
+
t: any;
|
|
172
|
+
};
|
|
173
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
unlinkPanels: BooleanConstructor;
|
|
3
|
+
visible: BooleanConstructor;
|
|
4
|
+
parsedValue: any;
|
|
5
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("pick" | "set-picker-option" | "calendar-change" | "panel-change")[], "pick" | "set-picker-option" | "calendar-change" | "panel-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
unlinkPanels: BooleanConstructor;
|
|
9
|
+
visible: BooleanConstructor;
|
|
10
|
+
parsedValue: any;
|
|
11
|
+
}>> & Readonly<{
|
|
12
|
+
onPick?: (...args: any[]) => any;
|
|
13
|
+
"onSet-picker-option"?: (...args: any[]) => any;
|
|
14
|
+
"onCalendar-change"?: (...args: any[]) => any;
|
|
15
|
+
"onPanel-change"?: (...args: any[]) => any;
|
|
16
|
+
}>, {
|
|
17
|
+
[x: string]: unknown;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -44,8 +44,8 @@ var script = defineComponent({
|
|
|
44
44
|
var shortcuts = toRef(pickerBase.props, 'shortcuts');
|
|
45
45
|
var _useLocale = useLocale(),
|
|
46
46
|
lang = _useLocale.lang;
|
|
47
|
-
var leftDate = ref(((_props$parsedValue = props.parsedValue) === null || _props$parsedValue ===
|
|
48
|
-
var rightDate = ref(((_props$parsedValue2 = props.parsedValue) === null || _props$parsedValue2 ===
|
|
47
|
+
var leftDate = ref(((_props$parsedValue = props.parsedValue) === null || _props$parsedValue === void 0 ? void 0 : _props$parsedValue[0]) || dayjs().locale(lang.value));
|
|
48
|
+
var rightDate = ref(((_props$parsedValue2 = props.parsedValue) === null || _props$parsedValue2 === void 0 ? void 0 : _props$parsedValue2[1]) || dayjs().locale(lang.value).add(1, unit));
|
|
49
49
|
var parsedValue = ref([cloneDeep(leftDate.value), cloneDeep(rightDate.value)]);
|
|
50
50
|
var _useRangePicker = useRangePicker(props, {
|
|
51
51
|
leftDate: leftDate,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
unlinkPanels: BooleanConstructor;
|
|
3
|
+
visible: BooleanConstructor;
|
|
4
|
+
parsedValue: any;
|
|
5
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
unlinkPanels: BooleanConstructor;
|
|
9
|
+
visible: BooleanConstructor;
|
|
10
|
+
parsedValue: any;
|
|
11
|
+
}>> & Readonly<{
|
|
12
|
+
[x: `on${Capitalize<string>}`]: (...args: any[]) => any;
|
|
13
|
+
}>, {
|
|
14
|
+
[x: string]: unknown;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -12,7 +12,7 @@ import { definePropType } from 'element-plus/es/utils/index.mjs';
|
|
|
12
12
|
import { cloneDeep } from 'lodash-es';
|
|
13
13
|
|
|
14
14
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t),
|
|
15
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
16
|
var _hoisted_1 = ["onClick"];
|
|
17
17
|
var _hoisted_2 = ["disabled"];
|
|
18
18
|
var _hoisted_3 = ["disabled"];
|
|
@@ -42,8 +42,8 @@ var script = defineComponent(_objectSpread(_objectSpread({}, {
|
|
|
42
42
|
shortcuts = _pickerBase$props.shortcuts,
|
|
43
43
|
disabledDate = _pickerBase$props.disabledDate,
|
|
44
44
|
format = _pickerBase$props.format;
|
|
45
|
-
var leftDate = ref(((_props$parsedValue = props.parsedValue) === null || _props$parsedValue ===
|
|
46
|
-
var rightDate = ref(((_props$parsedValue2 = props.parsedValue) === null || _props$parsedValue2 ===
|
|
45
|
+
var leftDate = ref(((_props$parsedValue = props.parsedValue) === null || _props$parsedValue === void 0 ? void 0 : _props$parsedValue[0]) || dayjs().locale(lang.value));
|
|
46
|
+
var rightDate = ref(((_props$parsedValue2 = props.parsedValue) === null || _props$parsedValue2 === void 0 ? void 0 : _props$parsedValue2[1]) || dayjs().locale(lang.value).add(1, unit));
|
|
47
47
|
var parsedValue = ref([cloneDeep(leftDate.value), cloneDeep(rightDate.value)]);
|
|
48
48
|
var _useRangePicker = useRangePicker(props, {
|
|
49
49
|
leftDate: leftDate,
|
|
@@ -127,7 +127,7 @@ var script = defineComponent(_objectSpread(_objectSpread({}, {
|
|
|
127
127
|
type: "button",
|
|
128
128
|
"class": normalizeClass([unref(ppNs).e('icon-btn'), "d-arrow-left"]),
|
|
129
129
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
130
|
-
return unref(leftPrevYear) && unref(leftPrevYear).apply(
|
|
130
|
+
return unref(leftPrevYear) && unref(leftPrevYear).apply(void 0, arguments);
|
|
131
131
|
})
|
|
132
132
|
}, [createVNode(_component_el_icon, null, {
|
|
133
133
|
"default": withCtx(function () {
|
|
@@ -140,7 +140,7 @@ var script = defineComponent(_objectSpread(_objectSpread({}, {
|
|
|
140
140
|
disabled: !enableYearArrow.value,
|
|
141
141
|
"class": normalizeClass([[unref(ppNs).e('icon-btn'), _defineProperty({}, unref(ppNs).is('disabled'), !enableYearArrow.value)], "d-arrow-right"]),
|
|
142
142
|
onClick: _cache[1] || (_cache[1] = function () {
|
|
143
|
-
return unref(leftNextYear) && unref(leftNextYear).apply(
|
|
143
|
+
return unref(leftNextYear) && unref(leftNextYear).apply(void 0, arguments);
|
|
144
144
|
})
|
|
145
145
|
}, [createVNode(_component_el_icon, null, {
|
|
146
146
|
"default": withCtx(function () {
|
|
@@ -166,7 +166,7 @@ var script = defineComponent(_objectSpread(_objectSpread({}, {
|
|
|
166
166
|
'is-disabled': !enableYearArrow.value
|
|
167
167
|
}], "d-arrow-left"]),
|
|
168
168
|
onClick: _cache[3] || (_cache[3] = function () {
|
|
169
|
-
return unref(rightPrevYear) && unref(rightPrevYear).apply(
|
|
169
|
+
return unref(rightPrevYear) && unref(rightPrevYear).apply(void 0, arguments);
|
|
170
170
|
})
|
|
171
171
|
}, [createVNode(_component_el_icon, null, {
|
|
172
172
|
"default": withCtx(function () {
|
|
@@ -177,7 +177,7 @@ var script = defineComponent(_objectSpread(_objectSpread({}, {
|
|
|
177
177
|
type: "button",
|
|
178
178
|
"class": normalizeClass([unref(ppNs).e('icon-btn'), "d-arrow-right"]),
|
|
179
179
|
onClick: _cache[4] || (_cache[4] = function () {
|
|
180
|
-
return unref(rightNextYear) && unref(rightNextYear).apply(
|
|
180
|
+
return unref(rightNextYear) && unref(rightNextYear).apply(void 0, arguments);
|
|
181
181
|
})
|
|
182
182
|
}, [createVNode(_component_el_icon, null, {
|
|
183
183
|
"default": withCtx(function () {
|