vft 0.0.450 → 0.0.452
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/es/components/affix/affix.vue2.js +1 -1
- package/es/components/alert/alert.vue.d.ts +2 -1
- package/es/components/alert/alert.vue2.js +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +5 -4
- package/es/components/autocomplete/autocomplete.vue2.js +18 -18
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/avatar/avatar.vue.d.ts +1 -1
- package/es/components/button/button-group.vue.d.ts +1 -1
- package/es/components/button/button-group.vue2.js +1 -1
- package/es/components/button/index.d.ts +9 -9
- package/es/components/carousel/carousel.vue2.js +1 -1
- package/es/components/cascader/cascader.vue2.js +4 -7
- package/es/components/cascader-panel/node.vue2.js +1 -1
- package/es/components/check-tag/check-tag.vue2.js +2 -2
- package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +1 -1
- package/es/components/col/col.vue2.js +6 -6
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/components/hue-slider.vue.js +4 -4
- package/es/components/color-picker/components/sv-panel.vue.js +4 -4
- package/es/components/config-provider/hooks/use-global-config.js +3 -3
- package/es/components/context-menu/context-menu.vue.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue2.js +15 -18
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +1 -1
- package/es/components/date-time-select/date-time-select.vue2.js +38 -39
- package/es/components/dialog/dialog.vue.d.ts +1 -1
- package/es/components/drawer/drawer.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue2.js +1 -1
- package/es/components/full-screen/full-screen.vue.d.ts +1 -1
- package/es/components/header-layout/header-layout.vue.d.ts +1 -1
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +2 -2
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +15 -15
- package/es/components/icon/icon.vue.d.ts +1 -1
- package/es/components/icon-text/icon-text.vue2.js +12 -12
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +1 -1
- package/es/components/image/image.vue2.js +1 -1
- package/es/components/image-viewer/image-viewer.vue2.js +1 -1
- package/es/components/input/input.vue.d.ts +1 -1
- package/es/components/input/input.vue2.js +1 -1
- package/es/components/input-number/input-number.vue2.js +1 -1
- package/es/components/link/link.vue2.js +10 -11
- package/es/components/list-cell/list-cell.vue.d.ts +1 -1
- package/es/components/list-cell/list-cell.vue2.js +1 -1
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +11 -13
- package/es/components/multiple-tabs/tab-content.vue.d.ts +1 -1
- package/es/components/multiple-tabs/tab-content.vue2.js +7 -8
- package/es/components/overlay/overlay.vue2.js +5 -5
- package/es/components/pagination/components/jumper.vue.d.ts +1 -1
- package/es/components/pagination/components/pager.vue2.js +2 -12
- package/es/components/pagination/pagination.vue2.js +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +3 -3
- package/es/components/popper/trigger.vue2.js +13 -13
- package/es/components/progress/index.d.ts +3 -3
- package/es/components/qrcode/qrcode.vue.d.ts +1 -1
- package/es/components/radio/radio-button.vue2.js +4 -4
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/radio/radio.vue2.js +1 -1
- package/es/components/rate/rate.vue2.js +4 -4
- package/es/components/result/result.vue.d.ts +1 -1
- package/es/components/router-view-content/router-view-content.vue.d.ts +1 -1
- package/es/components/router-view-content/router-view-content.vue2.js +2 -3
- package/es/components/scrollbar/scrollbar.vue2.js +16 -16
- package/es/components/search/search.vue2.js +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/select.vue.d.ts +4 -4
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/skeleton/skeleton-item.vue.d.ts +1 -1
- package/es/components/slider/button.vue.d.ts +1 -1
- package/es/components/slider/button.vue2.js +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/slider/slider.vue2.js +1 -1
- package/es/components/super-form/style/index.d.ts +1 -0
- package/es/components/super-form/style/index.js +2 -0
- package/es/components/super-form/super-form.vue2.js +1 -1
- package/es/components/switch/switch.vue2.js +1 -1
- package/es/components/table/index.d.ts +9 -0
- package/es/components/table/style/index.js +2 -0
- package/es/components/table/table.vue2.js +40 -34
- package/es/components/table/types.d.ts +1 -0
- package/es/components/tabs/tab-bar.vue.d.ts +1 -1
- package/es/components/tabs/tab-nav.vue.d.ts +1 -1
- package/es/components/tabs/tabs.vue.d.ts +3 -3
- package/es/components/tag/tag.vue.d.ts +1 -1
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +25 -25
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +2 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +2 -3
- package/es/components/time-select/time-select.vue2.js +2 -1
- package/es/components/timeline/timeline-item.vue.d.ts +1 -1
- package/es/components/tooltip/trigger.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.js +1 -1
- package/es/components/upload/upload-content.vue2.js +3 -1
- package/es/components/upload/upload.vue2.js +1 -1
- package/es/components/watermark/watermark.vue2.js +2 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.vue2.cjs +1 -1
- package/lib/components/alert/alert.vue.d.ts +2 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +5 -4
- package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/avatar/avatar.vue.d.ts +1 -1
- package/lib/components/button/button-group.vue.d.ts +1 -1
- package/lib/components/button/button-group.vue2.cjs +1 -1
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader-panel/node.vue2.cjs +1 -1
- package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/col/col.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/components/hue-slider.vue.cjs +1 -1
- package/lib/components/color-picker/components/sv-panel.vue.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +1 -1
- package/lib/components/drawer/drawer.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue.d.ts +1 -1
- package/lib/components/header-layout/header-layout.vue.d.ts +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +2 -2
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/icon/icon.vue.d.ts +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/input/input.vue.d.ts +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/input-number.vue2.cjs +1 -1
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/list-cell.vue.d.ts +1 -1
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue.d.ts +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +3 -3
- package/lib/components/progress/index.d.ts +3 -3
- package/lib/components/qrcode/qrcode.vue.d.ts +1 -1
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/rate/rate.vue2.cjs +1 -1
- package/lib/components/result/result.vue.d.ts +1 -1
- package/lib/components/router-view-content/router-view-content.vue.d.ts +1 -1
- package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/select.vue.d.ts +4 -4
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/skeleton/skeleton-item.vue.d.ts +1 -1
- package/lib/components/slider/button.vue.d.ts +1 -1
- package/lib/components/slider/button.vue2.cjs +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/slider/slider.vue2.cjs +1 -1
- package/lib/components/super-form/style/index.cjs +1 -1
- package/lib/components/super-form/style/index.d.ts +1 -0
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/index.d.ts +9 -0
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +1 -0
- package/lib/components/tabs/tab-bar.vue.d.ts +1 -1
- package/lib/components/tabs/tab-nav.vue.d.ts +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +3 -3
- package/lib/components/tag/tag.vue.d.ts +1 -1
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- package/lib/components/timeline/timeline-item.vue.d.ts +1 -1
- package/lib/components/tooltip/trigger.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.cjs +1 -1
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/components/watermark/watermark.vue2.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -103,9 +103,9 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
103
103
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
104
104
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
105
105
|
readonly effect?: "light" | "dark" | undefined;
|
|
106
|
+
readonly visible?: boolean | null | undefined;
|
|
106
107
|
readonly teleported?: boolean | undefined;
|
|
107
108
|
readonly open?: boolean | undefined;
|
|
108
|
-
readonly visible?: boolean | null | undefined;
|
|
109
109
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
110
110
|
readonly arrowOffset?: number | undefined;
|
|
111
111
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -521,9 +521,9 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
521
521
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
522
522
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
523
523
|
readonly effect?: "light" | "dark" | undefined;
|
|
524
|
+
readonly visible?: boolean | null | undefined;
|
|
524
525
|
readonly teleported?: boolean | undefined;
|
|
525
526
|
readonly open?: boolean | undefined;
|
|
526
|
-
readonly visible?: boolean | null | undefined;
|
|
527
527
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
528
528
|
readonly arrowOffset?: number | undefined;
|
|
529
529
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -940,9 +940,9 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
940
940
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
941
941
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
942
942
|
readonly effect?: "light" | "dark" | undefined;
|
|
943
|
+
readonly visible?: boolean | null | undefined;
|
|
943
944
|
readonly teleported?: boolean | undefined;
|
|
944
945
|
readonly open?: boolean | undefined;
|
|
945
|
-
readonly visible?: boolean | null | undefined;
|
|
946
946
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
947
947
|
readonly arrowOffset?: number | undefined;
|
|
948
948
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1358,9 +1358,9 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1358
1358
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1359
1359
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1360
1360
|
readonly effect?: "light" | "dark" | undefined;
|
|
1361
|
+
readonly visible?: boolean | null | undefined;
|
|
1361
1362
|
readonly teleported?: boolean | undefined;
|
|
1362
1363
|
readonly open?: boolean | undefined;
|
|
1363
|
-
readonly visible?: boolean | null | undefined;
|
|
1364
1364
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1365
1365
|
readonly arrowOffset?: number | undefined;
|
|
1366
1366
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { defineComponent as b, reactive as N, getCurrentInstance as S, toRefs as T, createElementBlock as P, openBlock as z, unref as t, normalizeStyle as K, normalizeClass as d, createVNode as L, withCtx as f, createElementVNode as g, toDisplayString as X } from "vue";
|
|
2
|
-
import "@popperjs/core";
|
|
3
2
|
import { isNumber as Y } from "@vft/utils";
|
|
4
3
|
import { VftTooltip as A } from "../tooltip/index.js";
|
|
5
4
|
import { UPDATE_MODEL_EVENT as F } from "../../constants/event.js";
|
|
@@ -9,6 +8,7 @@ import "lodash-es";
|
|
|
9
8
|
import "../form/index.js";
|
|
10
9
|
import { useNamespace as I } from "../../hooks/use-namespace/index.js";
|
|
11
10
|
import "../../hooks/use-model-toggle/index.js";
|
|
11
|
+
import "@popperjs/core";
|
|
12
12
|
import "../../hooks/use-z-index/index.js";
|
|
13
13
|
import { useSliderButton as O } from "./composables/use-slider-button.js";
|
|
14
14
|
const R = ["tabindex"], U = b({
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { defineComponent as $, reactive as oe, getCurrentInstance as ie, computed as d, toRefs as D, provide as re, createElementBlock as r, openBlock as o, unref as e, normalizeClass as u, createElementVNode as V, createBlock as I, createCommentVNode as S, normalizeStyle as p, createVNode as ne, Fragment as k, renderList as B } from "vue";
|
|
2
|
-
import "@popperjs/core";
|
|
3
2
|
import "../form/index.js";
|
|
4
3
|
import { VftInputNumber as ue } from "../input-number/index.js";
|
|
5
4
|
import "@vueuse/core";
|
|
@@ -8,6 +7,7 @@ import "../config-provider/hooks/use-global-config.js";
|
|
|
8
7
|
import "lodash-es";
|
|
9
8
|
import { useNamespace as se } from "../../hooks/use-namespace/index.js";
|
|
10
9
|
import "../../hooks/use-model-toggle/index.js";
|
|
10
|
+
import "@popperjs/core";
|
|
11
11
|
import "../../hooks/use-z-index/index.js";
|
|
12
12
|
import M from "./button.vue2.js";
|
|
13
13
|
import { useLifecycle as me } from "./composables/use-lifecycle.js";
|
|
@@ -16,6 +16,7 @@ import 'vft/es/components/radio-button/style';
|
|
|
16
16
|
import 'vft/es/components/date-picker/style';
|
|
17
17
|
import 'vft/es/components/time-picker/style';
|
|
18
18
|
import 'vft/es/components/select/style';
|
|
19
|
+
import 'vft/es/components/search/style';
|
|
19
20
|
import 'vft/es/components/switch/style';
|
|
20
21
|
import 'vft/es/components/divider/style';
|
|
21
22
|
import 'vft/es/components/row/style';
|
|
@@ -26,6 +26,8 @@ import "vft/theme-style/src/date-picker.scss";
|
|
|
26
26
|
import "vft/theme-style/src/time-picker.scss";
|
|
27
27
|
import "vft/theme-style/src/virtual-list.scss";
|
|
28
28
|
import "vft/theme-style/src/select.scss";
|
|
29
|
+
import "vft/theme-style/src/popover.scss";
|
|
30
|
+
import "vft/theme-style/src/search.scss";
|
|
29
31
|
import "vft/theme-style/src/switch.scss";
|
|
30
32
|
import "vft/theme-style/src/divider.scss";
|
|
31
33
|
import "vft/theme-style/src/row.scss";
|
|
@@ -152,7 +152,7 @@ const Ve = j({
|
|
|
152
152
|
expose: Q,
|
|
153
153
|
emit: X
|
|
154
154
|
}) {
|
|
155
|
-
const
|
|
155
|
+
const P = J, b = X, Y = Se("super-form"), Z = se(), r = le({}), g = i({}), p = i(!1), d = i({}), V = i(), F = i(null), I = i(), t = c(() => ({
|
|
156
156
|
...P,
|
|
157
157
|
...o(d)
|
|
158
158
|
})), m = c(() => ({
|
|
@@ -42,7 +42,7 @@ const ne = ["id", "aria-checked", "aria-disabled", "name", "true-value", "false-
|
|
|
42
42
|
},
|
|
43
43
|
emits: [E, N, P],
|
|
44
44
|
setup(a, { expose: U, emit: j }) {
|
|
45
|
-
const
|
|
45
|
+
const e = a, d = j, t = ae("switch"), { formItem: S } = te(), G = le(), { inputId: H } = ie(e, {
|
|
46
46
|
formItemContext: S
|
|
47
47
|
}), m = s(
|
|
48
48
|
() => O(e.activeIcon, "icon")
|
|
@@ -48,6 +48,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
48
48
|
showPager: {
|
|
49
49
|
type: import("vue").PropType<boolean>;
|
|
50
50
|
};
|
|
51
|
+
addMaxHeight: {
|
|
52
|
+
type: import("vue").PropType<boolean>;
|
|
53
|
+
};
|
|
51
54
|
pagination: {
|
|
52
55
|
type: import("vue").PropType<Partial<import("vft/es/vft").PaginationProps> & {
|
|
53
56
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right";
|
|
@@ -958,6 +961,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
958
961
|
showPager: {
|
|
959
962
|
type: import("vue").PropType<boolean>;
|
|
960
963
|
};
|
|
964
|
+
addMaxHeight: {
|
|
965
|
+
type: import("vue").PropType<boolean>;
|
|
966
|
+
};
|
|
961
967
|
pagination: {
|
|
962
968
|
type: import("vue").PropType<Partial<import("vft/es/vft").PaginationProps> & {
|
|
963
969
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right";
|
|
@@ -1752,6 +1758,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1752
1758
|
showPager: {
|
|
1753
1759
|
type: import("vue").PropType<boolean>;
|
|
1754
1760
|
};
|
|
1761
|
+
addMaxHeight: {
|
|
1762
|
+
type: import("vue").PropType<boolean>;
|
|
1763
|
+
};
|
|
1755
1764
|
pagination: {
|
|
1756
1765
|
type: import("vue").PropType<Partial<import("vft/es/vft").PaginationProps> & {
|
|
1757
1766
|
pagePlacement?: "bottom-left" | "bottom-right" | "top-left" | "top-right";
|
|
@@ -31,6 +31,8 @@ import "vft/theme-style/src/date-picker.scss";
|
|
|
31
31
|
import "vft/theme-style/src/time-picker.scss";
|
|
32
32
|
import "vft/theme-style/src/virtual-list.scss";
|
|
33
33
|
import "vft/theme-style/src/select.scss";
|
|
34
|
+
import "vft/theme-style/src/popover.scss";
|
|
35
|
+
import "vft/theme-style/src/search.scss";
|
|
34
36
|
import "vft/theme-style/src/switch.scss";
|
|
35
37
|
import "vft/theme-style/src/divider.scss";
|
|
36
38
|
import "vft/theme-style/src/row.scss";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as N, useAttrs as ae, ref as s, getCurrentInstance as te, computed as P, unref as e, watch as oe, nextTick as le, toRaw as re, createBlock as f, openBlock as m, withCtx as c, createElementVNode as
|
|
1
|
+
import { defineComponent as N, useAttrs as ae, ref as s, getCurrentInstance as te, computed as P, unref as e, watch as oe, nextTick as le, toRaw as re, createBlock as f, openBlock as m, withCtx as c, createElementVNode as H, normalizeClass as ne, createVNode as p, createCommentVNode as D, mergeProps as _, withDirectives as ce, renderSlot as h, normalizeProps as ie, guardReactiveProps as se } from "vue";
|
|
2
2
|
import { VftEmpty as ge } from "../empty/index.js";
|
|
3
3
|
import { vLoading as de } from "../loading/directive.js";
|
|
4
4
|
import { deepMerge as F, isClient as ue, omit as fe, isFunction as me } from "@vft/utils";
|
|
@@ -16,20 +16,20 @@ import { VftClientOnly as Ce } from "../client-only/index.js";
|
|
|
16
16
|
import { VftPagination as ye } from "../pagination/index.js";
|
|
17
17
|
import { VftSkeleton as we } from "../skeleton/index.js";
|
|
18
18
|
import { VftSuperForm as ve } from "../super-form/index.js";
|
|
19
|
-
import { VxeGrid as
|
|
20
|
-
import
|
|
19
|
+
import { VxeGrid as xe } from "vxe-table";
|
|
20
|
+
import ke from "xe-utils";
|
|
21
21
|
import { PageSize as T } from "./constants.js";
|
|
22
22
|
import { useColumns as Se } from "./use/use-columns.js";
|
|
23
23
|
import { useDataSource as Be } from "./use/use-data-source.js";
|
|
24
24
|
import { useLoading as ze } from "./use/use-loading.js";
|
|
25
25
|
import { usePagination as Re } from "./use/use-pagination.js";
|
|
26
26
|
import { EmptyEnum as Pe } from "../empty/constants.js";
|
|
27
|
-
const
|
|
27
|
+
const He = {
|
|
28
28
|
"vft-loading-text": "加载中..."
|
|
29
|
-
},
|
|
29
|
+
}, De = N({
|
|
30
30
|
name: "vft-table"
|
|
31
31
|
}), la = /* @__PURE__ */ N({
|
|
32
|
-
...
|
|
32
|
+
...De,
|
|
33
33
|
props: {
|
|
34
34
|
sticky: {
|
|
35
35
|
type: [Boolean, Object]
|
|
@@ -72,6 +72,10 @@ const De = {
|
|
|
72
72
|
type: Boolean,
|
|
73
73
|
default: !0
|
|
74
74
|
},
|
|
75
|
+
addMaxHeight: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: !0
|
|
78
|
+
},
|
|
75
79
|
pagination: {},
|
|
76
80
|
formOptions: {},
|
|
77
81
|
onChange: {},
|
|
@@ -393,18 +397,18 @@ const De = {
|
|
|
393
397
|
expose: O,
|
|
394
398
|
emit: V
|
|
395
399
|
}) {
|
|
396
|
-
const r = V, g = be("table"), A = ae(), b = s(), C = s(), E = s([]), d = s(),
|
|
397
|
-
getLoading:
|
|
398
|
-
setLoading:
|
|
400
|
+
const r = V, g = be("table"), A = ae(), b = s(), C = s(), E = s([]), d = s(), M = te(), t = P(() => F(M.props, e(d))), {
|
|
401
|
+
getLoading: $,
|
|
402
|
+
setLoading: q
|
|
399
403
|
} = ze(t), {
|
|
400
404
|
getPaginationInfo: i,
|
|
401
405
|
setPagination: u,
|
|
402
|
-
getCurrentPage:
|
|
406
|
+
getCurrentPage: G
|
|
403
407
|
} = Re(t), {
|
|
404
|
-
getViewColumns:
|
|
405
|
-
setColumns:
|
|
408
|
+
getViewColumns: I,
|
|
409
|
+
setColumns: K
|
|
406
410
|
} = Se(t);
|
|
407
|
-
oe(() =>
|
|
411
|
+
oe(() => G(), (a) => {
|
|
408
412
|
le(() => {
|
|
409
413
|
y({
|
|
410
414
|
seqConfig: {
|
|
@@ -423,7 +427,7 @@ const De = {
|
|
|
423
427
|
}
|
|
424
428
|
const {
|
|
425
429
|
getDataSourceRef: w,
|
|
426
|
-
handleTableChange:
|
|
430
|
+
handleTableChange: L,
|
|
427
431
|
reload: X,
|
|
428
432
|
deleteTableDataRecord: Y,
|
|
429
433
|
insertTableDataRecord: j,
|
|
@@ -431,18 +435,18 @@ const De = {
|
|
|
431
435
|
updateTableDataRecord: U,
|
|
432
436
|
setTableData: v,
|
|
433
437
|
getDataSource: J,
|
|
434
|
-
getRawDataSource:
|
|
435
|
-
tableSearch:
|
|
438
|
+
getRawDataSource: x,
|
|
439
|
+
tableSearch: k
|
|
436
440
|
} = Be(t, {
|
|
437
441
|
tableData: E,
|
|
438
|
-
setLoading:
|
|
442
|
+
setLoading: q,
|
|
439
443
|
getPaginationInfo: i,
|
|
440
444
|
setPagination: u
|
|
441
445
|
}, r);
|
|
442
446
|
function S(a) {
|
|
443
447
|
a?.pageSize && u({
|
|
444
448
|
currentPage: 1
|
|
445
|
-
}),
|
|
449
|
+
}), L(a), r("change", a);
|
|
446
450
|
const {
|
|
447
451
|
onChange: o
|
|
448
452
|
} = e(t);
|
|
@@ -570,20 +574,20 @@ const De = {
|
|
|
570
574
|
"toolbar-tool-click",
|
|
571
575
|
"zoom"
|
|
572
576
|
].forEach((a) => {
|
|
573
|
-
const o =
|
|
577
|
+
const o = ke.camelCase(`on-${a}`);
|
|
574
578
|
B[o] = (...l) => r(a, ...l);
|
|
575
579
|
});
|
|
576
580
|
const n = P(() => {
|
|
577
581
|
const a = e(w), o = {
|
|
578
582
|
...A,
|
|
579
583
|
...e(t),
|
|
580
|
-
columns: re(e(
|
|
581
|
-
loading: e(
|
|
584
|
+
columns: re(e(I)),
|
|
585
|
+
loading: e($),
|
|
582
586
|
data: a,
|
|
583
587
|
...B
|
|
584
588
|
};
|
|
585
589
|
if (ue) {
|
|
586
|
-
o.maxHeight = e(t)?.maxHeight ? e(t)?.maxHeight : `${window.innerHeight - e(t)?.extraSysHeight - (t.value?.showPager ? t.value?.pageHeight || 40 : 0)}px
|
|
590
|
+
(e(t)?.addMaxHeight || e(t)?.maxHeight) && (o.maxHeight = e(t)?.maxHeight ? e(t)?.maxHeight : `${window.innerHeight - e(t)?.extraSysHeight - (t.value?.showPager ? t.value?.pageHeight || 40 : 0)}px`);
|
|
587
591
|
const l = e(t)?.minHeight;
|
|
588
592
|
o.minHeight = l || (l !== 0 && e(t)?.toolbarConfig?.custom ? 300 : void 0);
|
|
589
593
|
}
|
|
@@ -600,22 +604,24 @@ const De = {
|
|
|
600
604
|
setTableData: v,
|
|
601
605
|
getDataSource: J,
|
|
602
606
|
getDataSourceRef: w,
|
|
603
|
-
setColumns:
|
|
604
|
-
getRawDataSource:
|
|
605
|
-
tableSearch:
|
|
607
|
+
setColumns: K,
|
|
608
|
+
getRawDataSource: x,
|
|
609
|
+
tableSearch: k
|
|
606
610
|
};
|
|
607
611
|
r("register", z);
|
|
608
612
|
const Q = {
|
|
609
613
|
field: "_filterTableData",
|
|
610
614
|
label: "",
|
|
611
615
|
type: pe.Search,
|
|
616
|
+
itemProps: {
|
|
617
|
+
class: "search-all-form-item"
|
|
618
|
+
},
|
|
612
619
|
componentProps: () => ({
|
|
613
620
|
onChange: (a) => {
|
|
614
621
|
R({
|
|
615
622
|
_filterTableData: a
|
|
616
623
|
});
|
|
617
|
-
}
|
|
618
|
-
class: "all-search-input"
|
|
624
|
+
}
|
|
619
625
|
})
|
|
620
626
|
}, [Z] = he(F({
|
|
621
627
|
schemas: [n.value?.formOptions?.addSearchAllSchema ? Q : {}],
|
|
@@ -637,9 +643,9 @@ const De = {
|
|
|
637
643
|
["showActionForm", "addSearchAllSchema"]
|
|
638
644
|
// 'union' | 'intersection' | 'concat' | 'replace' = 'union'
|
|
639
645
|
), "replace")), R = (a) => {
|
|
640
|
-
Reflect.has(a, "_filterTableData") &&
|
|
646
|
+
Reflect.has(a, "_filterTableData") && k(a._filterTableData), r("form-submit", a);
|
|
641
647
|
}, ee = () => {
|
|
642
|
-
v(
|
|
648
|
+
v(x()), r("form-reset");
|
|
643
649
|
};
|
|
644
650
|
return O({
|
|
645
651
|
table: b,
|
|
@@ -647,9 +653,9 @@ const De = {
|
|
|
647
653
|
...z
|
|
648
654
|
}), (a, o) => (m(), f(e(Ce), null, {
|
|
649
655
|
fallback: c(() => [p(e(we))]),
|
|
650
|
-
default: c(() => [
|
|
656
|
+
default: c(() => [H("div", {
|
|
651
657
|
class: ne([e(g).b()])
|
|
652
|
-
}, [p(e(
|
|
658
|
+
}, [p(e(xe), _({
|
|
653
659
|
ref_key: "xGrid",
|
|
654
660
|
ref: b
|
|
655
661
|
}, n.value), {
|
|
@@ -658,9 +664,9 @@ const De = {
|
|
|
658
664
|
onRegister: e(Z),
|
|
659
665
|
onSubmit: R,
|
|
660
666
|
onReset: ee
|
|
661
|
-
}, null, 8, ["onRegister"])) :
|
|
667
|
+
}, null, 8, ["onRegister"])) : D("", !0), h(a.$slots, "toolbar-right")]),
|
|
662
668
|
empty: c(() => [h(a.$slots, "empty", {}, () => [p(e(ge), ie(se(n.value.emptyCfg)), null, 16)])]),
|
|
663
|
-
loading: c(() => [ce(
|
|
669
|
+
loading: c(() => [ce(H("div", He, null, 512), [[e(de), !!n.value.loading]])]),
|
|
664
670
|
_: 3
|
|
665
671
|
}, 16), n.value.showPager ? (m(), f(e(ye), _({
|
|
666
672
|
key: 0,
|
|
@@ -674,7 +680,7 @@ const De = {
|
|
|
674
680
|
onSizeChange: o[1] || (o[1] = (l) => S({
|
|
675
681
|
pageSize: l
|
|
676
682
|
}))
|
|
677
|
-
}), null, 16, ["class"])) :
|
|
683
|
+
}), null, 16, ["class"])) : D("", !0)], 2)]),
|
|
678
684
|
_: 3
|
|
679
685
|
}));
|
|
680
686
|
}
|
|
@@ -57,6 +57,7 @@ export interface TableProps extends VxeGridProps {
|
|
|
57
57
|
pageHeight?: number;
|
|
58
58
|
/** 是否显示分页器,默认为 true */
|
|
59
59
|
showPager?: boolean;
|
|
60
|
+
addMaxHeight?: boolean;
|
|
60
61
|
/** 分页器配置选项 */
|
|
61
62
|
pagination?: Partial<PaginationProps> & {
|
|
62
63
|
/** 分页器位置,可选值:'bottom-left'、'bottom-right'、'top-left'、'top-right' */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { IconProps } from 'vft/es/components/icon';
|
|
2
|
+
import type { TabPaneName } from 'vft/es/components/tabs';
|
|
3
|
+
import type { VNode } from 'vue';
|
|
4
4
|
export interface TabsProps {
|
|
5
5
|
/** 标签是否可关闭 */
|
|
6
6
|
closable?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as de, inject as pe, ref as C, computed as k, unref as r, onMounted as he, nextTick as x, watch as fe, createElementBlock as a, openBlock as l, normalizeClass as m, createCommentVNode as I, Fragment as u, renderList as
|
|
1
|
+
import { defineComponent as de, inject as pe, ref as C, computed as k, unref as r, onMounted as he, nextTick as x, watch as fe, createElementBlock as a, openBlock as l, normalizeClass as m, createCommentVNode as I, Fragment as u, renderList as $, createBlock as be, withCtx as we, createTextVNode as _, toDisplayString as f, withDirectives as j, createElementVNode as ve, createVNode as U } from "vue";
|
|
2
2
|
import { debounce as Se } from "lodash-es";
|
|
3
3
|
import { vRepeatClick as q } from "@vft/directives";
|
|
4
4
|
import { VftScrollbar as ge } from "../../scrollbar/index.js";
|
|
@@ -12,21 +12,21 @@ import { useNamespace as ke } from "../../../hooks/use-namespace/index.js";
|
|
|
12
12
|
import "../../../hooks/use-model-toggle/index.js";
|
|
13
13
|
import "@popperjs/core";
|
|
14
14
|
import "../../../hooks/use-z-index/index.js";
|
|
15
|
-
import { PICKER_BASE_INJECTION_KEY as
|
|
15
|
+
import { PICKER_BASE_INJECTION_KEY as $e, timeUnits as O, DEFAULT_FORMATS_TIME as _e } from "../constants.js";
|
|
16
16
|
import { buildTimeList as L } from "../utils.js";
|
|
17
|
-
import { basicTimeSpinnerProps as
|
|
18
|
-
import { getTimeLists as
|
|
17
|
+
import { basicTimeSpinnerProps as De } from "../props/basic-time-spinner.js";
|
|
18
|
+
import { getTimeLists as Te } from "../composables/use-time-picker.js";
|
|
19
19
|
const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
20
20
|
__name: "basic-time-spinner",
|
|
21
|
-
props:
|
|
21
|
+
props: De,
|
|
22
22
|
emits: [K, "select-range", "set-option"],
|
|
23
23
|
setup(G, { emit: J }) {
|
|
24
|
-
const c = G, Y = pe(
|
|
24
|
+
const c = G, v = J, Y = pe($e), { isRange: Q, format: A } = Y.props, i = ke("time"), { getHoursList: W, getMinutesList: X, getSecondsList: Z } = Te(
|
|
25
25
|
c.disabledHours,
|
|
26
26
|
c.disabledMinutes,
|
|
27
27
|
c.disabledSeconds
|
|
28
28
|
);
|
|
29
|
-
let
|
|
29
|
+
let D = !1;
|
|
30
30
|
const S = C(), y = C(), ee = C(), se = C(), h = {
|
|
31
31
|
hours: y,
|
|
32
32
|
minutes: ee,
|
|
@@ -49,7 +49,7 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
49
49
|
seconds: L(s, 59)
|
|
50
50
|
};
|
|
51
51
|
}), ne = Se((e) => {
|
|
52
|
-
|
|
52
|
+
D = !1, b(e);
|
|
53
53
|
}, 200), H = (e) => {
|
|
54
54
|
if (!!!c.amPmMode) return "";
|
|
55
55
|
const s = c.amPmMode === "A";
|
|
@@ -57,7 +57,7 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
57
57
|
return s && (n = n.toUpperCase()), n;
|
|
58
58
|
}, p = (e) => {
|
|
59
59
|
let o = [0, 0];
|
|
60
|
-
if (!A || A ===
|
|
60
|
+
if (!A || A === _e)
|
|
61
61
|
switch (e) {
|
|
62
62
|
case "hours":
|
|
63
63
|
o = [0, 2];
|
|
@@ -75,10 +75,10 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
75
75
|
E(e, r(d)[e]);
|
|
76
76
|
}, V = () => {
|
|
77
77
|
b("hours"), b("minutes"), b("seconds");
|
|
78
|
-
},
|
|
78
|
+
}, T = (e) => e.querySelector(`.${i.namespace.value}-scrollbar__wrap`), E = (e, o) => {
|
|
79
79
|
if (c.arrowControl) return;
|
|
80
80
|
const s = r(h[e]);
|
|
81
|
-
s && s.$el && (
|
|
81
|
+
s && s.$el && (T(s.$el).scrollTop = Math.max(
|
|
82
82
|
0,
|
|
83
83
|
o * N(e)
|
|
84
84
|
));
|
|
@@ -120,10 +120,10 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
120
120
|
}, le = (e) => {
|
|
121
121
|
const o = r(h[e]);
|
|
122
122
|
if (!o) return;
|
|
123
|
-
|
|
123
|
+
D = !0, ne(e);
|
|
124
124
|
const s = Math.min(
|
|
125
125
|
Math.round(
|
|
126
|
-
(
|
|
126
|
+
(T(o.$el).scrollTop - (ae(e) * 0.5 - 10) / N(e) + 3) / N(e)
|
|
127
127
|
),
|
|
128
128
|
e === "hours" ? 23 : 59
|
|
129
129
|
);
|
|
@@ -131,7 +131,7 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
131
131
|
}, ae = (e) => r(h[e]).$el.offsetHeight, ue = () => {
|
|
132
132
|
const e = (o) => {
|
|
133
133
|
const s = r(h[o]);
|
|
134
|
-
s && s.$el && (
|
|
134
|
+
s && s.$el && (T(s.$el).onscroll = () => {
|
|
135
135
|
le(o);
|
|
136
136
|
});
|
|
137
137
|
};
|
|
@@ -148,12 +148,12 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
148
148
|
return v("set-option", [`${c.role}_scrollDown`, R]), v("set-option", [`${c.role}_emitSelectRange`, p]), fe(
|
|
149
149
|
() => c.spinnerDate,
|
|
150
150
|
() => {
|
|
151
|
-
|
|
151
|
+
D || V();
|
|
152
152
|
}
|
|
153
153
|
), (e, o) => (l(), a("div", {
|
|
154
154
|
class: m([r(i).b("spinner"), { "has-seconds": e.showSeconds }])
|
|
155
155
|
}, [
|
|
156
|
-
e.arrowControl ? I("", !0) : (l(!0), a(u, { key: 0 },
|
|
156
|
+
e.arrowControl ? I("", !0) : (l(!0), a(u, { key: 0 }, $(F.value, (s) => (l(), be(r(ge), {
|
|
157
157
|
key: s,
|
|
158
158
|
ref_for: !0,
|
|
159
159
|
ref: (n) => me(n, s),
|
|
@@ -166,7 +166,7 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
166
166
|
onMousemove: (n) => b(s)
|
|
167
167
|
}, {
|
|
168
168
|
default: we(() => [
|
|
169
|
-
(l(!0), a(u, null,
|
|
169
|
+
(l(!0), a(u, null, $(g.value[s], (n, t) => (l(), a("li", {
|
|
170
170
|
key: t,
|
|
171
171
|
class: m([
|
|
172
172
|
r(i).be("spinner", "item"),
|
|
@@ -176,35 +176,35 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
176
176
|
onClick: (w) => ie(s, { value: t, disabled: n })
|
|
177
177
|
}, [
|
|
178
178
|
s === "hours" ? (l(), a(u, { key: 0 }, [
|
|
179
|
-
|
|
179
|
+
_(f(`0${e.amPmMode ? t % 12 || 12 : t}`.slice(-2)) + f(H(t)), 1)
|
|
180
180
|
], 64)) : (l(), a(u, { key: 1 }, [
|
|
181
|
-
|
|
181
|
+
_(f(`0${t}`.slice(-2)), 1)
|
|
182
182
|
], 64))
|
|
183
183
|
], 10, Ee))), 128))
|
|
184
184
|
]),
|
|
185
185
|
_: 2
|
|
186
186
|
}, 1032, ["class", "view-class", "onMouseenter", "onMousemove"]))), 128)),
|
|
187
|
-
e.arrowControl ? (l(!0), a(u, { key: 1 },
|
|
187
|
+
e.arrowControl ? (l(!0), a(u, { key: 1 }, $(F.value, (s) => (l(), a("div", {
|
|
188
188
|
key: s,
|
|
189
189
|
class: m([r(i).be("spinner", "wrapper"), r(i).is("arrow")]),
|
|
190
190
|
onMouseenter: (n) => p(s)
|
|
191
191
|
}, [
|
|
192
192
|
j(U(r(z), {
|
|
193
193
|
icon: "icon-arrow-up",
|
|
194
|
-
class: m(["arrow-up", r(i).be("spinner", "arrow")])
|
|
194
|
+
class: m(["arrow-up", [r(i).be("spinner", "arrow")]])
|
|
195
195
|
}, null, 8, ["class"]), [
|
|
196
196
|
[r(q), te]
|
|
197
197
|
]),
|
|
198
198
|
j(U(r(z), {
|
|
199
199
|
icon: "icon-arrow-down",
|
|
200
|
-
class: m(["arrow-down", r(i).be("spinner", "arrow")])
|
|
200
|
+
class: m(["arrow-down", [r(i).be("spinner", "arrow")]])
|
|
201
201
|
}, null, 8, ["class"]), [
|
|
202
202
|
[r(q), re]
|
|
203
203
|
]),
|
|
204
204
|
ve("ul", {
|
|
205
205
|
class: m(r(i).be("spinner", "list"))
|
|
206
206
|
}, [
|
|
207
|
-
(l(!0), a(u, null,
|
|
207
|
+
(l(!0), a(u, null, $(oe.value[s], (n, t) => (l(), a("li", {
|
|
208
208
|
key: t,
|
|
209
209
|
class: m([
|
|
210
210
|
r(i).be("spinner", "item"),
|
|
@@ -214,9 +214,9 @@ const Ee = ["onClick"], Ne = ["onMouseenter"], Ye = /* @__PURE__ */ de({
|
|
|
214
214
|
}, [
|
|
215
215
|
r(Ce)(n) ? (l(), a(u, { key: 0 }, [
|
|
216
216
|
s === "hours" ? (l(), a(u, { key: 0 }, [
|
|
217
|
-
|
|
217
|
+
_(f(`0${e.amPmMode ? n % 12 || 12 : n}`.slice(-2)) + f(H(n)), 1)
|
|
218
218
|
], 64)) : (l(), a(u, { key: 1 }, [
|
|
219
|
-
|
|
219
|
+
_(f(`0${n}`.slice(-2)), 1)
|
|
220
220
|
], 64))
|
|
221
221
|
], 64)) : I("", !0)
|
|
222
222
|
], 2))), 128))
|
|
@@ -54,7 +54,6 @@ const _e = /* @__PURE__ */ F({
|
|
|
54
54
|
if ([c, q].includes(t)) {
|
|
55
55
|
const S = t === c ? -1 : 1;
|
|
56
56
|
h.start_scrollDown(S), e.preventDefault();
|
|
57
|
-
return;
|
|
58
57
|
}
|
|
59
58
|
}, { timePickerOptions: h, onSetOption: j, getAvailableTime: H } = re({
|
|
60
59
|
getAvailableHours: N,
|
|
@@ -90,12 +89,12 @@ const _e = /* @__PURE__ */ F({
|
|
|
90
89
|
}, [
|
|
91
90
|
p("button", {
|
|
92
91
|
type: "button",
|
|
93
|
-
class: r([s(i).be("panel", "btn")
|
|
92
|
+
class: r(["cancel", [s(i).be("panel", "btn")]]),
|
|
94
93
|
onClick: K
|
|
95
94
|
}, " 取消 ", 2),
|
|
96
95
|
p("button", {
|
|
97
96
|
type: "button",
|
|
98
|
-
class: r([s(i).be("panel", "btn")
|
|
97
|
+
class: r(["confirm", [s(i).be("panel", "btn")]]),
|
|
99
98
|
onClick: t[0] || (t[0] = (a) => x())
|
|
100
99
|
}, " 确认 ", 2)
|
|
101
100
|
], 2)
|
|
@@ -74,7 +74,6 @@ const Re = ["disabled"], Ge = /* @__PURE__ */ ve({
|
|
|
74
74
|
if ([r, l].includes(t)) {
|
|
75
75
|
const p = t === r ? -1 : 1, h = D.value[0] < K.value ? "start" : "end";
|
|
76
76
|
T[`${h}_scrollDown`](p), e.preventDefault();
|
|
77
|
-
return;
|
|
78
77
|
}
|
|
79
78
|
}, V = (e, t) => {
|
|
80
79
|
const n = O ? O(e) : [], o = e === "start", l = (t || (o ? v.value : f.value)).hour(), p = o ? g(l + 1, 23) : g(0, l - 1);
|
|
@@ -175,12 +174,12 @@ const Re = ["disabled"], Ge = /* @__PURE__ */ ve({
|
|
|
175
174
|
}, [
|
|
176
175
|
m("button", {
|
|
177
176
|
type: "button",
|
|
178
|
-
class: u([s(a).be("panel", "btn")
|
|
177
|
+
class: u(["cancel", [s(a).be("panel", "btn")]]),
|
|
179
178
|
onClick: t[0] || (t[0] = (n) => X())
|
|
180
179
|
}, " 取消 ", 2),
|
|
181
180
|
m("button", {
|
|
182
181
|
type: "button",
|
|
183
|
-
class: u([s(a).be("panel", "btn")
|
|
182
|
+
class: u(["confirm", [s(a).be("panel", "btn")]]),
|
|
184
183
|
disabled: oe.value,
|
|
185
184
|
onClick: t[1] || (t[1] = (n) => Z())
|
|
186
185
|
}, " 确认 ", 10, Re)
|
|
@@ -22,8 +22,9 @@ const q = v({
|
|
|
22
22
|
props: D,
|
|
23
23
|
emits: ["change", "blur", "focus", "update:modelValue"],
|
|
24
24
|
setup(T, { expose: V }) {
|
|
25
|
+
const o = T;
|
|
25
26
|
d.extend(O);
|
|
26
|
-
const { Option: k } = b,
|
|
27
|
+
const { Option: k } = b, C = j("input"), i = S(), I = U(), g = r(() => o.modelValue), y = r(() => {
|
|
27
28
|
const e = a(o.start);
|
|
28
29
|
return e ? m(e) : null;
|
|
29
30
|
}), c = r(() => {
|