@opentiny/vue-renderless 3.21.2 → 3.23.0
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/amount/index.js +4 -4
- package/anchor/index.js +1 -1
- package/async-flowchart/index.js +1 -1
- package/autocomplete/index.js +4 -1
- package/autocomplete/vue.js +3 -3
- package/base-select/index.js +20 -21
- package/base-select/vue.js +2 -2
- package/calendar/index.js +2 -2
- package/calendar-bar/index.js +2 -2
- package/calendar-bar/vue.js +1 -1
- package/calendar-view/index.js +91 -25
- package/calendar-view/vue.js +6 -4
- package/card/index.js +1 -1
- package/card-template/index.js +1 -1
- package/carousel/index.js +4 -4
- package/carousel/vue.js +1 -1
- package/cascader/index.js +21 -11
- package/cascader/vue.js +6 -5
- package/cascader-menu/vue.js +2 -2
- package/cascader-mobile/index.js +1 -1
- package/cascader-node/vue.js +11 -1
- package/cascader-panel/index.js +4 -4
- package/cascader-panel/node.js +3 -4
- package/cascader-panel/vue.js +1 -1
- package/cascader-select/column-index.js +2 -2
- package/cascader-view/index.js +1 -1
- package/chart-bar/index.js +1 -1
- package/chart-candle/index.js +1 -1
- package/chart-core/deps/utils.js +6 -6
- package/chart-core/index.js +1 -1
- package/chart-funnel/index.js +1 -1
- package/chart-gauge/index.js +1 -1
- package/chart-line/index.js +1 -1
- package/chart-map/index.js +1 -1
- package/chart-pie/index.js +1 -1
- package/chart-radar/index.js +1 -1
- package/chart-sankey/index.js +1 -1
- package/chart-scatter/index.js +1 -1
- package/chart-waterfall/index.js +1 -1
- package/chart-wordcloud/index.js +1 -1
- package/checkbox/index.js +1 -1
- package/collapse-item/vue.js +1 -1
- package/column-list-item/index.js +1 -1
- package/common/deps/dom.js +20 -196
- package/common/deps/infinite-scroll.js +4 -43
- package/common/deps/popup-manager.js +1 -200
- package/container/index.js +2 -2
- package/crop/index.js +3 -3
- package/currency/index.js +2 -2
- package/date-panel/index.js +82 -26
- package/date-panel/vue.js +53 -21
- package/date-picker/vue.js +1 -1
- package/date-picker-mobile/index.js +1 -1
- package/date-range/index.js +74 -37
- package/date-range/vue.js +27 -23
- package/date-table/index.js +8 -5
- package/date-table/vue.js +1 -1
- package/dialog-box/index.js +3 -3
- package/dialog-box/vue.js +1 -1
- package/dialog-select/index.js +15 -4
- package/dialog-select/vue.js +7 -4
- package/drawer/index.js +2 -2
- package/drop-times/index.js +1 -1
- package/dropdown/index.js +11 -3
- package/dropdown/vue.js +2 -2
- package/dropdown-item/index.js +1 -1
- package/dropdown-item/mf.js +1 -1
- package/dropdown-menu/index.js +1 -1
- package/espace/vue.js +2 -2
- package/fall-menu/index.js +3 -3
- package/file-upload/index.js +16 -13
- package/file-upload/vue.js +2 -2
- package/filter/vue.js +1 -1
- package/filter-panel/vue.js +1 -2
- package/floating-button/index.js +1 -1
- package/flowchart/index.js +3 -3
- package/flowchart/vue.js +1 -1
- package/fluent-editor/index.js +5 -7
- package/fluent-editor/options.js +2 -2
- package/form/index.js +20 -2
- package/form-item/index.js +6 -6
- package/fullscreen/index.js +1 -1
- package/fullscreen/vue.js +1 -1
- package/grid/plugins/export.js +8 -2
- package/grid/plugins/exportExcel.js +3 -3
- package/grid/plugins/resize.js +2 -2
- package/grid/static/base/helperEqualCompare.js +1 -1
- package/grid/static/base/isPlainObject.js +1 -1
- package/grid/utils/common.js +2 -2
- package/grid/utils/dom.js +12 -7
- package/grid/utils/event.js +4 -4
- package/hrapprover/index.js +1 -1
- package/image/index.js +3 -3
- package/image-viewer/index.js +4 -6
- package/image-viewer/vue.js +1 -1
- package/input/index.js +2 -2
- package/input/vue.js +1 -1
- package/ip-address/index.js +17 -21
- package/ip-address/vue.js +1 -1
- package/link-menu/index.js +1 -1
- package/link-menu/vue.js +1 -1
- package/load-list/index.js +1 -1
- package/load-list/vue.js +4 -4
- package/loading/index.js +2 -2
- package/menu/vue.js +1 -1
- package/milestone/index.js +6 -45
- package/modal/index.js +5 -5
- package/month-range/index.js +48 -5
- package/month-range/vue.js +19 -15
- package/month-table/index.js +5 -5
- package/month-table/vue.js +1 -1
- package/nav-menu/index.js +7 -7
- package/notify/index.js +3 -3
- package/number-animation/index.js +53 -0
- package/number-animation/vue.js +27 -0
- package/numeric/index.js +5 -5
- package/option/index.js +1 -1
- package/option/vue.js +2 -1
- package/package.json +3 -2
- package/pager/index.js +28 -16
- package/pager/vue.js +27 -16
- package/panel/index.js +1 -1
- package/picker/index.js +28 -23
- package/picker/vue.js +6 -6
- package/picker-column/index.js +1 -1
- package/pop-upload/vue.js +1 -1
- package/popconfirm/vue.js +1 -1
- package/popeditor/index.js +6 -6
- package/popeditor/vue.js +2 -2
- package/popover/index.js +3 -3
- package/popover/vue.js +1 -1
- package/popup/index.js +3 -3
- package/pull-refresh/index.js +1 -1
- package/pull-refresh-mobile-first/index.js +1 -1
- package/pull-refresh-mobile-first/vue.js +4 -4
- package/quarter-panel/index.js +2 -2
- package/quarter-panel/vue.js +1 -1
- package/radio-group/index.js +1 -1
- package/rate/index.js +1 -1
- package/rate/vue.js +1 -1
- package/recycle-scroller/index.js +2 -2
- package/recycle-scroller/vue.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/table-module.js +2 -2
- package/river/river.js +1 -1
- package/river/vue.js +1 -1
- package/scrollbar/vue-bar.js +1 -1
- package/scrollbar/vue.js +1 -1
- package/search/index.js +3 -3
- package/select/index.js +26 -22
- package/select/vue.js +8 -7
- package/select-dropdown/vue.js +5 -5
- package/selected-box/index.js +1 -1
- package/signature/index.js +1 -1
- package/signature/vue.js +2 -2
- package/skeleton/index.js +1 -1
- package/slider/index.js +4 -4
- package/slider-button-group/slide-button.js +2 -2
- package/split/index.js +2 -2
- package/split/vue.js +1 -1
- package/statistic/index.js +1 -1
- package/steps/index.js +2 -3
- package/steps/slide-bar.js +2 -2
- package/sticky/vue.js +4 -4
- package/tab-bar/index.js +2 -2
- package/tab-item-mf/vue.js +1 -1
- package/tab-nav/index.js +4 -4
- package/tabbar/index.js +1 -1
- package/tabbar/vue.js +1 -1
- package/tabbar-item/index.js +1 -1
- package/tabs-mf/index.js +9 -5
- package/tabs-mf/vue-bar.js +5 -4
- package/tabs-mf/vue-swipe.js +1 -1
- package/tabs-mf/vue.js +2 -2
- package/tabs-mf/wheel.js +3 -3
- package/tag-group/vue.js +2 -2
- package/tall-storage/index.js +1 -1
- package/tall-storage/vue.js +1 -1
- package/time/index.js +1 -1
- package/time/vue.js +1 -1
- package/time-line/index.js +1 -1
- package/time-line-new/index.js +1 -1
- package/time-panel/index.js +2 -2
- package/time-panel/vue.js +1 -1
- package/time-range/index.js +1 -1
- package/time-range/vue.js +1 -1
- package/time-spinner/index.js +4 -4
- package/time-spinner/vue.js +1 -1
- package/timeline-item/index.js +1 -1
- package/toggle-menu/index.js +1 -1
- package/tooltip/index.js +2 -2
- package/tooltip/vue.js +2 -2
- package/top-box/index.js +3 -3
- package/transfer/index.js +42 -1
- package/transfer/vue.js +64 -24
- package/transfer-panel/index.js +6 -1
- package/tree/index.js +9 -9
- package/tree/vue.js +2 -2
- package/tree-node/index.js +1 -1
- package/tree-node/vue.js +1 -1
- package/tree-select/index.js +68 -22
- package/tree-select/vue.js +27 -3
- package/types/async-flowchart.type.d.ts +2 -14
- package/types/breadcrumb-item.type.d.ts +5 -1
- package/types/breadcrumb.type.d.ts +5 -1
- package/types/button-group.type.d.ts +5 -1
- package/types/button.type.d.ts +2 -2
- package/types/cascader.type.d.ts +6 -1
- package/types/date-table.type.d.ts +1 -120
- package/types/dropdown.type.d.ts +1 -1
- package/types/label.type.d.ts +1 -53
- package/types/loading.type.d.ts +12 -0
- package/types/numeric.type.d.ts +3 -22
- package/types/pager.type.d.ts +12 -7
- package/types/popconfirm.type.d.ts +2 -0
- package/types/steps.type.d.ts +1 -0
- package/types/tag-group.type.d.ts +2 -14
- package/types/tag.type.d.ts +4 -4
- package/types/tooltip.type.d.ts +3 -13
- package/types/transfer.type.d.ts +3 -0
- package/types/user-head.type.d.ts +0 -4
- package/upload/index.js +1 -1
- package/upload-list/index.js +1 -1
- package/upload-list/vue.js +4 -4
- package/user/index.js +7 -7
- package/user/vue.js +15 -2
- package/user-contact/vue.js +2 -2
- package/virtual-scroll-box/index.js +2 -2
- package/wizard/index.js +3 -3
- package/year-range/index.js +61 -11
- package/year-range/vue.js +33 -20
- package/year-table/index.js +10 -5
- package/avatar/index.js +0 -30
- package/avatar/vue.js +0 -22
- package/common/array.js +0 -115
- package/common/bigInt.js +0 -315
- package/common/browser.js +0 -81
- package/common/calendar/calendar.js +0 -97
- package/common/dataset/index.js +0 -99
- package/common/date.js +0 -354
- package/common/decimal.js +0 -155
- package/common/deps/ResizeObserver.js +0 -456
- package/common/deps/after-leave.js +0 -27
- package/common/deps/clickoutside.js +0 -75
- package/common/deps/date-util.js +0 -255
- package/common/deps/date.js +0 -286
- package/common/deps/debounce.js +0 -8
- package/common/deps/eSpaceCtrl.js +0 -304
- package/common/deps/fastdom/async.js +0 -41
- package/common/deps/fastdom/index.js +0 -9
- package/common/deps/fastdom/sandbox.js +0 -53
- package/common/deps/fastdom/singleton.js +0 -88
- package/common/deps/fullscreen/apis.js +0 -143
- package/common/deps/fullscreen/screenfull.js +0 -165
- package/common/deps/memorize.js +0 -124
- package/common/deps/observe-visibility.js +0 -106
- package/common/deps/popper.js +0 -616
- package/common/deps/repeat-click.js +0 -29
- package/common/deps/resize-event.js +0 -39
- package/common/deps/scroll-into-view.js +0 -29
- package/common/deps/scrollbar-width.js +0 -33
- package/common/deps/throttle.js +0 -45
- package/common/deps/touch-emulator.js +0 -103
- package/common/deps/touch.js +0 -37
- package/common/deps/tree-model/node.js +0 -475
- package/common/deps/tree-model/tree-store.js +0 -312
- package/common/deps/tree-model/util.js +0 -24
- package/common/deps/upload-ajax.js +0 -81
- package/common/deps/useEventListener.js +0 -54
- package/common/deps/useInstanceSlots.js +0 -22
- package/common/deps/useRect.js +0 -25
- package/common/deps/useRelation.js +0 -89
- package/common/deps/useTouch.js +0 -68
- package/common/deps/useUserAgent.js +0 -16
- package/common/deps/useWindowSize.js +0 -23
- package/common/deps/vue-emitter.js +0 -34
- package/common/deps/vue-popper.js +0 -180
- package/common/deps/vue-popup.js +0 -138
- package/common/event.js +0 -46
- package/common/form/const.js +0 -10
- package/common/function.js +0 -28
- package/common/global.js +0 -11
- package/common/index.js +0 -259
- package/common/object.js +0 -227
- package/common/prop-util.js +0 -43
- package/common/runtime.js +0 -79
- package/common/string.js +0 -417
- package/common/type.js +0 -66
- package/common/validate/index.js +0 -10
- package/common/validate/messages.js +0 -65
- package/common/validate/rules/enum.js +0 -12
- package/common/validate/rules/index.js +0 -18
- package/common/validate/rules/pattern.js +0 -20
- package/common/validate/rules/range.js +0 -52
- package/common/validate/rules/required.js +0 -11
- package/common/validate/rules/type.js +0 -100
- package/common/validate/rules/whitespace.js +0 -10
- package/common/validate/schema.js +0 -290
- package/common/validate/util.js +0 -211
- package/common/validate/validations/array.js +0 -22
- package/common/validate/validations/date.js +0 -31
- package/common/validate/validations/enum.js +0 -22
- package/common/validate/validations/float.js +0 -22
- package/common/validate/validations/index.js +0 -46
- package/common/validate/validations/integer.js +0 -22
- package/common/validate/validations/method.js +0 -21
- package/common/validate/validations/number.js +0 -25
- package/common/validate/validations/pattern.js +0 -21
- package/common/validate/validations/required.js +0 -11
- package/common/validate/validations/string.js +0 -33
- package/common/validate/validations/type.js +0 -29
- package/index-bar/index.js +0 -66
- package/index-bar/vue.js +0 -73
- package/index-bar-anchor/vue.js +0 -16
- package/label/index.js +0 -56
- package/label/vue.js +0 -26
- package/list/index.js +0 -13
- package/list/vue.js +0 -17
- package/mask/index.js +0 -13
- package/mask/vue.js +0 -18
- package/mini-picker/index.js +0 -165
- package/mini-picker/vue.js +0 -122
- package/multi-select/index.js +0 -394
- package/multi-select/vue.js +0 -113
- package/multi-select-item/index.js +0 -23
- package/multi-select-item/vue.js +0 -31
- package/toast/index.js +0 -7
- package/toast/vue.js +0 -19
- package/types/toast.type.d.ts +0 -63
- package/wheel/index.js +0 -165
- package/wheel/vue.js +0 -79
package/types/label.type.d.ts
CHANGED
|
@@ -1,59 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes, ComputedRef } from 'vue';
|
|
2
|
+
import { labelProps } from '@/label/src';
|
|
2
3
|
import { ISharedRenderlessFunctionParams, ISharedRenderlessParamUtils } from './shared.type.js';
|
|
3
4
|
|
|
4
|
-
declare const labelProps: {
|
|
5
|
-
label: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
color: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
type: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
wholeline: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
position: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
ellipsis: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
decimal: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
default: number;
|
|
36
|
-
};
|
|
37
|
-
limit: {
|
|
38
|
-
type: NumberConstructor;
|
|
39
|
-
default: number;
|
|
40
|
-
};
|
|
41
|
-
isRequired: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
bold: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
tiny_mode: StringConstructor;
|
|
50
|
-
tiny_mode_root: BooleanConstructor;
|
|
51
|
-
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
52
|
-
tiny_renderless: FunctionConstructor;
|
|
53
|
-
tiny_theme: StringConstructor;
|
|
54
|
-
tiny_chart_theme: ObjectConstructor;
|
|
55
|
-
};
|
|
56
|
-
|
|
57
5
|
type ILabelProps = ExtractPropTypes<typeof labelProps>;
|
|
58
6
|
interface ILabelState {
|
|
59
7
|
label: ComputedRef<string>;
|
package/types/loading.type.d.ts
CHANGED
|
@@ -38,6 +38,18 @@ declare const loadingProps: {
|
|
|
38
38
|
tiny_chart_theme: ObjectConstructor;
|
|
39
39
|
};
|
|
40
40
|
|
|
41
|
+
/**
|
|
42
|
+
* Copyright (c) 2022 - present TinyVue Authors.
|
|
43
|
+
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
|
|
44
|
+
*
|
|
45
|
+
* Use of this source code is governed by an MIT-style license.
|
|
46
|
+
*
|
|
47
|
+
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
|
|
48
|
+
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
|
|
49
|
+
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
|
|
41
53
|
declare const constants: {
|
|
42
54
|
TEXT_ATTR: string;
|
|
43
55
|
IS_FULLSCREEN_CLS: string;
|
package/types/numeric.type.d.ts
CHANGED
|
@@ -1,27 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
+
import { BigIntDecimal } from '@opentiny/utils';
|
|
2
3
|
import { ISharedRenderlessFunctionParams, ISharedRenderlessParamUtils } from './shared.type.js';
|
|
3
4
|
|
|
4
|
-
declare class BigIntDecimal {
|
|
5
|
-
constructor(value: any);
|
|
6
|
-
getDecimalStr(): any;
|
|
7
|
-
getIntegerStr(): any;
|
|
8
|
-
getMark(): "" | "-";
|
|
9
|
-
/**
|
|
10
|
-
* Align BigIntDecimal with same decimal length. e.g. 12.3 + 5 = 1230000
|
|
11
|
-
* This is used for add function only.
|
|
12
|
-
*/
|
|
13
|
-
alignDecimal(decimalLength: any): bigint;
|
|
14
|
-
add(value: any): any;
|
|
15
|
-
negate(): BigIntDecimal;
|
|
16
|
-
isNaN(): any;
|
|
17
|
-
isEmpty(): any;
|
|
18
|
-
isInvalidate(): any;
|
|
19
|
-
lessEquals(target: any): boolean;
|
|
20
|
-
equals(target: any): boolean;
|
|
21
|
-
toNumber(): number;
|
|
22
|
-
toString(safe?: boolean): any;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
5
|
declare const $constants: {
|
|
26
6
|
MAX: string;
|
|
27
7
|
MIN: string;
|
|
@@ -69,6 +49,7 @@ declare const numericProps: {
|
|
|
69
49
|
controlsPosition: {
|
|
70
50
|
type: StringConstructor;
|
|
71
51
|
default: string;
|
|
52
|
+
validator: (value: string) => boolean;
|
|
72
53
|
};
|
|
73
54
|
disabled: BooleanConstructor;
|
|
74
55
|
format: (StringConstructor | ObjectConstructor)[];
|
|
@@ -191,7 +172,7 @@ declare const initService: (service: INumericRenderlessParamUtils['service']) =>
|
|
|
191
172
|
getUnitPrecision: Function;
|
|
192
173
|
getNumberFormat: Function;
|
|
193
174
|
};
|
|
194
|
-
declare const getDecimal: (props: INumericProps) => (value: number) =>
|
|
175
|
+
declare const getDecimal: (props: INumericProps) => (value: number) => any;
|
|
195
176
|
declare const watchValue: ({ api, props, state }: Pick<INumericRenderlessParams, 'api' | 'state' | 'props'>) => (value: number) => void;
|
|
196
177
|
declare const toPrecision: (state: INumericState) => ({ num, precision }: {
|
|
197
178
|
num: number;
|
package/types/pager.type.d.ts
CHANGED
|
@@ -58,15 +58,20 @@ declare const pagerProps: {
|
|
|
58
58
|
size: {
|
|
59
59
|
type: StringConstructor;
|
|
60
60
|
default: string;
|
|
61
|
+
validator: (value: string) => boolean;
|
|
61
62
|
};
|
|
62
63
|
align: {
|
|
63
64
|
type: StringConstructor;
|
|
64
|
-
validator: (value:
|
|
65
|
+
validator: (value: string) => boolean;
|
|
65
66
|
};
|
|
66
67
|
totalFixedLeft: {
|
|
67
68
|
type: BooleanConstructor;
|
|
68
69
|
default: undefined;
|
|
69
70
|
};
|
|
71
|
+
changeCompat: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
70
75
|
tiny_mode: StringConstructor;
|
|
71
76
|
tiny_mode_root: BooleanConstructor;
|
|
72
77
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
@@ -80,11 +85,10 @@ declare const computedInternalLayout: ({ props }: Pick<IPagerRenderlessParams, '
|
|
|
80
85
|
declare const computedTotalText: ({ props, t }: Pick<IPagerRenderlessParams, 'props' | 't'>) => () => string;
|
|
81
86
|
declare const computedInternalPageCount: ({ props, state }: Pick<IPagerRenderlessParams, 'props' | 'state'>) => () => number | null;
|
|
82
87
|
declare const handleJumperFocus: ({ state }: Pick<IPagerRenderlessParams, 'state'>) => (e: Event) => void;
|
|
83
|
-
declare const watchInternalCurrentPage: ({ state, emit }: Pick<IPagerRenderlessParams, 'state' | 'emit'>) => (currentPage: number) => void;
|
|
84
|
-
declare const watchPageSizes: ({ state, props }: Pick<IPagerRenderlessParams, 'props' | 'state'>) => (newVal: number[]) => void;
|
|
88
|
+
declare const watchInternalCurrentPage: ({ state, emit, props }: Pick<IPagerRenderlessParams, 'state' | 'emit' | 'props'>) => (currentPage: number) => void;
|
|
85
89
|
declare const watchCurrentPage: ({ state, api }: Pick<IPagerRenderlessParams, 'api' | 'state'>) => (curPage: number) => void;
|
|
86
90
|
declare const watchInternalPageCount: ({ state, api }: Pick<IPagerRenderlessParams, 'api' | 'state'>) => (pageCount: number | null) => void;
|
|
87
|
-
declare const
|
|
91
|
+
declare const watchInternalPageSize: ({ props, emit }: Pick<IPagerRenderlessParams, 'props' | 'emit'>) => (pageSize: number) => void;
|
|
88
92
|
declare const watchTotal: ({ state }: Pick<IPagerRenderlessParams, 'state'>) => (total: number | undefined) => void;
|
|
89
93
|
declare const watchShowSizes: ({ nextTick, vm }: Pick<IPagerRenderlessParams, 'nextTick' | 'vm'>) => (newVal: boolean) => void;
|
|
90
94
|
declare const handleSizeChange: ({ props, state, api, emit, vm }: Pick<IPagerRenderlessParams, 'props' | 'state' | 'api' | 'emit' | 'vm'>) => (val: number) => void;
|
|
@@ -105,7 +109,8 @@ declare const prev: ({ state, props, api, emit }: Pick<IPagerRenderlessParams, '
|
|
|
105
109
|
declare const next: ({ props, state, api, emit }: Pick<IPagerRenderlessParams, 'props' | 'state' | 'api' | 'emit'>) => () => void;
|
|
106
110
|
declare const buildBeforePageChangeParam: ({ state }: Pick<IPagerRenderlessParams, 'state'>) => (param: any) => any;
|
|
107
111
|
declare const getValidCurrentPage: ({ state }: Pick<IPagerRenderlessParams, 'state'>) => (val: string | number) => any;
|
|
108
|
-
declare const
|
|
112
|
+
declare const getInternalPageSize: ({ props }: Pick<IPagerRenderlessParams, 'props'>) => () => number;
|
|
113
|
+
declare const emitChange: ({ state, nextTick, emit, props }: Pick<IPagerRenderlessParams, 'emit' | 'state' | 'nextTick' | 'props'>) => () => void;
|
|
109
114
|
declare const setTotal: ({ state }: Pick<IPagerRenderlessParams, 'state'>) => (val: number) => void;
|
|
110
115
|
declare const clickSizes: () => (e: Event) => void;
|
|
111
116
|
|
|
@@ -159,12 +164,12 @@ interface IPagerApi {
|
|
|
159
164
|
setTotal: ReturnType<typeof setTotal>;
|
|
160
165
|
clickSizes: ReturnType<typeof clickSizes>;
|
|
161
166
|
watchInternalCurrentPage: ReturnType<typeof watchInternalCurrentPage>;
|
|
162
|
-
watchPageSizes: ReturnType<typeof watchPageSizes>;
|
|
163
167
|
watchCurrentPage: ReturnType<typeof watchCurrentPage>;
|
|
164
168
|
watchInternalPageCount: ReturnType<typeof watchInternalPageCount>;
|
|
165
|
-
watchPageSize: ReturnType<typeof watchPageSize>;
|
|
166
169
|
watchTotal: ReturnType<typeof watchTotal>;
|
|
167
170
|
watchShowSizes: ReturnType<typeof watchShowSizes>;
|
|
171
|
+
watchInternalPageSize: ReturnType<typeof watchInternalPageSize>;
|
|
172
|
+
getInternalPageSize: ReturnType<typeof getInternalPageSize>;
|
|
168
173
|
}
|
|
169
174
|
type IPagerRenderlessParams = ISharedRenderlessFunctionParams<never> & {
|
|
170
175
|
api: IPagerApi;
|
|
@@ -70,6 +70,7 @@ declare const hide: ({ state, emit }: Pick<IPopconfirmRenderlessParams, 'state'
|
|
|
70
70
|
declare const show: ({ state, props, emit }: Pick<IPopconfirmRenderlessParams, 'state' | 'props' | 'emit'>) => (trigger: any) => void;
|
|
71
71
|
declare const confirm: ({ state, api }: Pick<IPopconfirmRenderlessParams, 'state' | 'api'>) => () => void;
|
|
72
72
|
declare const handleEmit: ({ state, emit, vm }: Pick<IPopconfirmRenderlessParams, 'state' | 'emit' | 'vm'>) => (type: any) => void;
|
|
73
|
+
declare const handleDocumentClick: ({ vm, api }: Pick<IPopconfirmRenderlessParams, 'api' | 'vm'>) => (event: any) => void;
|
|
73
74
|
|
|
74
75
|
interface IPopconfirmState {
|
|
75
76
|
isLock: boolean;
|
|
@@ -89,6 +90,7 @@ interface IPopconfirmApi {
|
|
|
89
90
|
hide: ReturnType<typeof hide>;
|
|
90
91
|
confirm: ReturnType<typeof confirm>;
|
|
91
92
|
handleEmit: ReturnType<typeof handleEmit>;
|
|
93
|
+
handleDocumentClick: ReturnType<typeof handleDocumentClick>;
|
|
92
94
|
}
|
|
93
95
|
type IPopconfirmRenderlessParamUtils = ISharedRenderlessParamUtils<IPopconfirmConstants>;
|
|
94
96
|
|
package/types/steps.type.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ declare const stepsProps: {
|
|
|
48
48
|
};
|
|
49
49
|
noArrow: BooleanConstructor;
|
|
50
50
|
flex: BooleanConstructor;
|
|
51
|
+
contentCenter: BooleanConstructor;
|
|
51
52
|
tiny_mode: StringConstructor;
|
|
52
53
|
tiny_mode_root: BooleanConstructor;
|
|
53
54
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
@@ -1,19 +1,7 @@
|
|
|
1
|
+
import { debounce } from 'src/common/runtime';
|
|
1
2
|
import { ExtractPropTypes } from 'vue';
|
|
2
3
|
import { ISharedRenderlessFunctionParams, ISharedRenderlessParamUtils } from './shared.type.js';
|
|
3
4
|
|
|
4
|
-
/**
|
|
5
|
-
* Copyright (c) 2022 - present TinyVue Authors.
|
|
6
|
-
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
|
|
7
|
-
*
|
|
8
|
-
* Use of this source code is governed by an MIT-style license.
|
|
9
|
-
*
|
|
10
|
-
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
|
|
11
|
-
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
|
|
12
|
-
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
declare function export_default(delay: any, atBegin: any, callback?: Function): Function;
|
|
16
|
-
|
|
17
5
|
declare const tagGroupProps: {
|
|
18
6
|
size: {
|
|
19
7
|
type: StringConstructor;
|
|
@@ -58,7 +46,7 @@ interface ITagGroupApi {
|
|
|
58
46
|
state: ITagGroupState;
|
|
59
47
|
getHiddenTags: ReturnType<typeof getHiddenTags>;
|
|
60
48
|
handelItemClick: ReturnType<typeof handelItemClick>;
|
|
61
|
-
debouncedGetHiddenTags?: ReturnType<typeof
|
|
49
|
+
debouncedGetHiddenTags?: ReturnType<typeof debounce>;
|
|
62
50
|
}
|
|
63
51
|
type ITagGroupRenderlessParamUtils = ISharedRenderlessParamUtils<never>;
|
|
64
52
|
|
package/types/tag.type.d.ts
CHANGED
|
@@ -27,14 +27,14 @@ declare const tagProps: {
|
|
|
27
27
|
};
|
|
28
28
|
beforeDelete: FunctionConstructor;
|
|
29
29
|
value: (StringConstructor | NumberConstructor)[];
|
|
30
|
-
mini: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
30
|
maxWidth: {
|
|
35
31
|
type: (StringConstructor | NumberConstructor)[];
|
|
36
32
|
default: null;
|
|
37
33
|
};
|
|
34
|
+
mini: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
38
|
tiny_mode: StringConstructor;
|
|
39
39
|
tiny_mode_root: BooleanConstructor;
|
|
40
40
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
package/types/tooltip.type.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import { ISharedRenderlessFunctionParams } from './shared.type.js';
|
|
3
|
+
import * as _opentiny_utils_src_debounce from '@opentiny/utils/src/debounce';
|
|
3
4
|
|
|
4
5
|
declare const tooltipProps: {
|
|
5
6
|
visible: {
|
|
@@ -98,6 +99,7 @@ declare const tooltipProps: {
|
|
|
98
99
|
};
|
|
99
100
|
contentMaxHeight: {
|
|
100
101
|
type: StringConstructor;
|
|
102
|
+
default: () => string;
|
|
101
103
|
};
|
|
102
104
|
tiny_mode: StringConstructor;
|
|
103
105
|
tiny_mode_root: BooleanConstructor;
|
|
@@ -107,18 +109,6 @@ declare const tooltipProps: {
|
|
|
107
109
|
tiny_chart_theme: ObjectConstructor;
|
|
108
110
|
};
|
|
109
111
|
|
|
110
|
-
/**
|
|
111
|
-
* Copyright (c) 2022 - present TinyVue Authors.
|
|
112
|
-
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
|
|
113
|
-
*
|
|
114
|
-
* Use of this source code is governed by an MIT-style license.
|
|
115
|
-
*
|
|
116
|
-
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
|
|
117
|
-
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
|
|
118
|
-
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
|
119
|
-
*
|
|
120
|
-
*/
|
|
121
|
-
|
|
122
112
|
declare const show: ({ api, state, props }: Pick<ITooltipRenderlessParams, 'api' | 'state' | 'props'>) => (event?: MouseEvent) => void;
|
|
123
113
|
declare const hide: (api: ITooltipApi) => () => void;
|
|
124
114
|
declare const handleFocus: ({ api, state }: Pick<ITooltipRenderlessParams, 'api' | 'state'>) => () => void;
|
|
@@ -129,7 +119,7 @@ declare const handleClosePopper: ({ api, props, state }: Pick<ITooltipRenderless
|
|
|
129
119
|
declare const handleDocumentClick: ({ props, api, state, popperVmRef }: Pick<ITooltipRenderlessParams, 'api' | 'state' | 'props' | 'popperVmRef'>) => (event: MouseEvent) => void;
|
|
130
120
|
declare const setExpectedState: ({ state }: Pick<ITooltipRenderlessParams, 'state'>) => (value: boolean) => void;
|
|
131
121
|
declare const destroyed: ({ state, api, vm }: Pick<ITooltipRenderlessParams, 'state' | 'api' | 'vm'>) => () => void;
|
|
132
|
-
declare const debounceClose: ({ api, props }: Pick<ITooltipRenderlessParams, 'api' | 'props'>) =>
|
|
122
|
+
declare const debounceClose: ({ api, props }: Pick<ITooltipRenderlessParams, 'api' | 'props'>) => _opentiny_utils_src_debounce.DebounceFunction;
|
|
133
123
|
declare const watchFocusing: (state: ITooltipState) => (value: boolean) => void;
|
|
134
124
|
declare const focusHandler: ({ slots, api }: Pick<ITooltipRenderlessParams, 'slots' | 'api'>) => () => void;
|
|
135
125
|
declare const bindEvent: ({ api, state, vm }: Pick<ITooltipRenderlessParams, 'api' | 'state' | 'vm'>) => (reference: HTMLElement) => void;
|
package/types/transfer.type.d.ts
CHANGED
|
@@ -93,6 +93,9 @@ declare const transferProps: {
|
|
|
93
93
|
};
|
|
94
94
|
treeOp: ObjectConstructor;
|
|
95
95
|
beforeTransfer: FunctionConstructor;
|
|
96
|
+
panelStyle: ObjectConstructor;
|
|
97
|
+
panelBodyStyle: ObjectConstructor;
|
|
98
|
+
panelTableHeight: StringConstructor;
|
|
96
99
|
tiny_mode: StringConstructor;
|
|
97
100
|
tiny_mode_root: BooleanConstructor;
|
|
98
101
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
@@ -83,10 +83,6 @@ declare const userHeadProps: {
|
|
|
83
83
|
tiny_mode: StringConstructor;
|
|
84
84
|
tiny_mode_root: BooleanConstructor;
|
|
85
85
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
86
|
-
/**
|
|
87
|
-
* @property {String} - 头像资源
|
|
88
|
-
* type=icon 时为图标类名,type=label时为字体串,type=image时为资源路径
|
|
89
|
-
*/
|
|
90
86
|
tiny_renderless: FunctionConstructor;
|
|
91
87
|
tiny_theme: StringConstructor;
|
|
92
88
|
tiny_chart_theme: ObjectConstructor;
|
package/upload/index.js
CHANGED
package/upload-list/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../chunk-G2ADBYYC.js";
|
|
2
2
|
import { xss } from "@opentiny/utils";
|
|
3
|
-
import { addResizeListener, removeResizeListener } from "
|
|
3
|
+
import { addResizeListener, removeResizeListener } from "@opentiny/utils";
|
|
4
4
|
const parsePercentage = () => (val) => parseInt(val, 10);
|
|
5
5
|
const handleClick = ({ props, api, parent }) => (e, file) => {
|
|
6
6
|
e.preventDefault();
|
package/upload-list/vue.js
CHANGED
|
@@ -23,9 +23,9 @@ import {
|
|
|
23
23
|
getNotSuccessFiles
|
|
24
24
|
} from "./index";
|
|
25
25
|
import { getToken, initService } from "../file-upload";
|
|
26
|
-
import { formatFileSize } from "
|
|
26
|
+
import { formatFileSize } from "@opentiny/utils";
|
|
27
27
|
import { getApi } from "../file-upload/vue";
|
|
28
|
-
import {
|
|
28
|
+
import { isServer } from "@opentiny/utils";
|
|
29
29
|
const api = [
|
|
30
30
|
"t",
|
|
31
31
|
"state",
|
|
@@ -52,7 +52,7 @@ const renderless = (props, { reactive, onMounted, onUnmounted, watch, inject, co
|
|
|
52
52
|
var _a, _b, _c, _d, _e;
|
|
53
53
|
const api2 = { getApi };
|
|
54
54
|
parent = inject("uploader").$children[0];
|
|
55
|
-
const constants =
|
|
55
|
+
const constants = !isServer ? parent.$constants : null;
|
|
56
56
|
const $service = initService({ props, service });
|
|
57
57
|
const { current } = useBreakpoint();
|
|
58
58
|
const state = reactive({
|
|
@@ -60,7 +60,7 @@ const renderless = (props, { reactive, onMounted, onUnmounted, watch, inject, co
|
|
|
60
60
|
shows: false,
|
|
61
61
|
currentBreakpoint: current,
|
|
62
62
|
progressType: ((_a = designConfig == null ? void 0 : designConfig.state) == null ? void 0 : _a.progressType) || "line",
|
|
63
|
-
progressWidth: (designConfig == null ? void 0 : designConfig.state) && Object.hasOwnProperty.call(designConfig.state, "progressWidth") ? designConfig.state.progressWidth :
|
|
63
|
+
progressWidth: (designConfig == null ? void 0 : designConfig.state) && Object.hasOwnProperty.call(designConfig.state, "progressWidth") ? designConfig.state.progressWidth : 68,
|
|
64
64
|
progressStrokeWidth: ((_b = designConfig == null ? void 0 : designConfig.state) == null ? void 0 : _b.progressStrokeWidth) || 4,
|
|
65
65
|
tooltipDisabled: (_d = (_c = designConfig == null ? void 0 : designConfig.state) == null ? void 0 : _c.tooltipDisabled) != null ? _d : false,
|
|
66
66
|
closeComponent: ((_e = designConfig == null ? void 0 : designConfig.icons) == null ? void 0 : _e.closeComponent) || "icon-del",
|
package/user/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
__spreadProps,
|
|
3
3
|
__spreadValues
|
|
4
4
|
} from "../chunk-G2ADBYYC.js";
|
|
5
|
-
import debounce from "
|
|
6
|
-
import { toDateStr } from "
|
|
7
|
-
import { toJsonStr } from "
|
|
8
|
-
import { toJson } from "
|
|
9
|
-
import {
|
|
5
|
+
import { debounce } from "@opentiny/utils";
|
|
6
|
+
import { toDateStr } from "@opentiny/utils";
|
|
7
|
+
import { toJsonStr } from "@opentiny/utils";
|
|
8
|
+
import { toJson } from "@opentiny/utils";
|
|
9
|
+
import { logger } from "@opentiny/utils";
|
|
10
10
|
const toLowerCase = (val) => {
|
|
11
11
|
return typeof val === "string" ? val.toLowerCase() : val;
|
|
12
12
|
};
|
|
@@ -111,7 +111,7 @@ const request = {
|
|
|
111
111
|
}
|
|
112
112
|
});
|
|
113
113
|
});
|
|
114
|
-
errors.length &&
|
|
114
|
+
errors.length && logger.warn(`user [${errors.join(",")}] not found`);
|
|
115
115
|
this.clearRequest();
|
|
116
116
|
}
|
|
117
117
|
}
|
|
@@ -207,7 +207,7 @@ const updateOptions = ({ props, state, nextTick }) => (usersList) => {
|
|
|
207
207
|
return nextTick();
|
|
208
208
|
};
|
|
209
209
|
const autoSelect = ({ props, state, nextTick }) => (usersList) => {
|
|
210
|
-
if (!usersList.length || props.multiple && props.multipleLimit && state.user.length >= props.multipleLimit) {
|
|
210
|
+
if (!props.autoSelect || !usersList.length || props.multiple && props.multipleLimit && state.user.length >= props.multipleLimit) {
|
|
211
211
|
return nextTick();
|
|
212
212
|
}
|
|
213
213
|
const values = props.multiple ? [].concat(state.user) : [];
|
package/user/vue.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
syncCacheIds
|
|
22
22
|
} from "./index";
|
|
23
23
|
const api = ["state", "handleBlur", "searchMethod", "userChange", "visibleChange", "useSortable", "filter"];
|
|
24
|
-
const renderless = (props, { reactive, watch, computed, provide }, { emit, nextTick, vm, service, constants, dispatch }) => {
|
|
24
|
+
const renderless = (props, { reactive, watch, computed, provide }, { emit, nextTick, vm, service, constants, dispatch, useBreakpoint, isMobileFirstMode }) => {
|
|
25
25
|
const api2 = {};
|
|
26
26
|
const $service = initService({ props, service });
|
|
27
27
|
const state = reactive({
|
|
@@ -36,9 +36,11 @@ const renderless = (props, { reactive, watch, computed, provide }, { emit, nextT
|
|
|
36
36
|
sortable: null,
|
|
37
37
|
overflow: false,
|
|
38
38
|
addevnet: false,
|
|
39
|
+
device: "",
|
|
39
40
|
batch: props.batch === false ? false : props.batch || $service.batch,
|
|
40
41
|
textField: computed(() => api2.computedTextField()),
|
|
41
|
-
valueField: computed(() => api2.computedValueField())
|
|
42
|
+
valueField: computed(() => api2.computedValueField()),
|
|
43
|
+
breakpoint: useBreakpoint ? useBreakpoint().current : ""
|
|
42
44
|
});
|
|
43
45
|
Object.assign(api2, {
|
|
44
46
|
state,
|
|
@@ -66,6 +68,17 @@ const renderless = (props, { reactive, watch, computed, provide }, { emit, nextT
|
|
|
66
68
|
});
|
|
67
69
|
props.cache && api2.updateCache();
|
|
68
70
|
watch(() => props.modelValue, api2.initUser, { immediate: true });
|
|
71
|
+
watch(
|
|
72
|
+
() => state.breakpoint,
|
|
73
|
+
(val) => {
|
|
74
|
+
if (val === "default" && isMobileFirstMode) {
|
|
75
|
+
state.device = "mb";
|
|
76
|
+
} else {
|
|
77
|
+
state.device = "pc";
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{ immediate: true, deep: true }
|
|
81
|
+
);
|
|
69
82
|
provide("showContent", props.showTips);
|
|
70
83
|
provide("tips-max-width", props.maxWidth);
|
|
71
84
|
return api2;
|
package/user-contact/vue.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../chunk-G2ADBYYC.js";
|
|
2
|
-
import {
|
|
2
|
+
import { initEspace } from "@opentiny/utils";
|
|
3
3
|
import { getUserHref, doUserAction, initEspaceLink, openEspace } from "./index";
|
|
4
4
|
import { testUID } from "../espace";
|
|
5
5
|
const api = ["show", "getUserHref", "doUserAction", "initEspaceLink", "openEspace", "testUID"];
|
|
@@ -8,7 +8,7 @@ const renderless = (props, { reactive, ref }, { service }) => {
|
|
|
8
8
|
const { setting = {} } = service || {};
|
|
9
9
|
const { widgets = {} } = setting;
|
|
10
10
|
const eSpaceCtrlDisabled = widgets.ESpaceCtrl && !widgets.ESpaceCtrl.autoLink;
|
|
11
|
-
const eSpaceCtrl = eSpaceCtrlDisabled ? {} :
|
|
11
|
+
const eSpaceCtrl = eSpaceCtrlDisabled ? {} : initEspace();
|
|
12
12
|
const state = reactive({
|
|
13
13
|
initialized: false
|
|
14
14
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__spreadValues
|
|
3
3
|
} from "../chunk-G2ADBYYC.js";
|
|
4
|
-
import
|
|
4
|
+
import { calcScrollWidth } from "@opentiny/utils";
|
|
5
5
|
const computedBarSize = (props) => () => {
|
|
6
6
|
let barSize = +props.scrollbarSize;
|
|
7
7
|
if (isNaN(barSize) || barSize < 0) {
|
|
8
|
-
barSize =
|
|
8
|
+
barSize = calcScrollWidth();
|
|
9
9
|
}
|
|
10
10
|
return barSize;
|
|
11
11
|
};
|
package/wizard/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-G2ADBYYC.js";
|
|
2
|
-
import { format } from "
|
|
3
|
-
import { copyArray, extend } from "
|
|
4
|
-
import { isObject } from "
|
|
2
|
+
import { formatDateByPattern as format } from "@opentiny/utils";
|
|
3
|
+
import { copyArray, extend } from "@opentiny/utils";
|
|
4
|
+
import { isObject } from "@opentiny/utils";
|
|
5
5
|
const lastStepHandle = ({ state, emit }) => () => {
|
|
6
6
|
if (state.datas[0].status === state.doing) {
|
|
7
7
|
return;
|
package/year-range/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "../chunk-G2ADBYYC.js";
|
|
2
|
-
import { isDate, nextYear, nextMonth } from "
|
|
3
|
-
import { DATEPICKER } from "../common";
|
|
2
|
+
import { DATEPICKER, formatDate, isDate1 as isDate, nextYear, nextMonth1 as nextMonth } from "@opentiny/utils";
|
|
4
3
|
const calcDefaultValue = (value) => {
|
|
5
4
|
if (Array.isArray(value)) {
|
|
6
5
|
return [new Date(value[0]), new Date(value[1])];
|
|
@@ -58,7 +57,10 @@ const watchDefaultValue = ({ state }) => (data) => {
|
|
|
58
57
|
state.rightDate = data && data[1] && left.getFullYear() !== right.getFullYear() && state.unlinkPanels ? right : nextYear(state.leftDate);
|
|
59
58
|
}
|
|
60
59
|
};
|
|
61
|
-
const handleRangePick = ({ api, state }) => (val, close = true) => {
|
|
60
|
+
const handleRangePick = ({ api, state, props }) => (val, close = true) => {
|
|
61
|
+
if (props.readonly) {
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
62
64
|
const maxDate = val.maxDate;
|
|
63
65
|
const minDate = val.minDate;
|
|
64
66
|
if (state.minDate === minDate && state.maxDate === maxDate) {
|
|
@@ -78,11 +80,24 @@ const handleRangePick = ({ api, state }) => (val, close = true) => {
|
|
|
78
80
|
}
|
|
79
81
|
api.handleConfirm();
|
|
80
82
|
};
|
|
81
|
-
const handleShortcutClick = (api) => (shortcutEvent) => {
|
|
83
|
+
const handleShortcutClick = (state, api, props) => (shortcutEvent) => {
|
|
82
84
|
if (shortcutEvent.onClick) {
|
|
83
85
|
const choose = {
|
|
84
86
|
$emit: (type, [start, end]) => {
|
|
85
|
-
|
|
87
|
+
var _a;
|
|
88
|
+
if ((_a = props.shortcuts) == null ? void 0 : _a.length) {
|
|
89
|
+
state.value = [start, end];
|
|
90
|
+
state.leftStartYear = Math.floor(start.getFullYear() / 10) * 10;
|
|
91
|
+
state.rightStartYear = state.leftStartYear + DATEPICKER.PanelYearNum;
|
|
92
|
+
state.leftDate = start;
|
|
93
|
+
state.rightDate = end;
|
|
94
|
+
api.handleRangePick({
|
|
95
|
+
minDate: isDate(start) ? start.getFullYear() : start,
|
|
96
|
+
maxDate: isDate(end) ? end.getFullYear() : end
|
|
97
|
+
});
|
|
98
|
+
} else {
|
|
99
|
+
api.doPick(start, end);
|
|
100
|
+
}
|
|
86
101
|
}
|
|
87
102
|
};
|
|
88
103
|
shortcutEvent.onClick(choose);
|
|
@@ -91,15 +106,36 @@ const handleShortcutClick = (api) => (shortcutEvent) => {
|
|
|
91
106
|
const doPick = (emit) => (begin, end) => {
|
|
92
107
|
emit("pick", [begin, end], false);
|
|
93
108
|
};
|
|
94
|
-
const leftPrevYear = (state) => () => {
|
|
95
|
-
state.leftStartYear = state.leftStartYear - DATEPICKER.PanelYearNum
|
|
109
|
+
const leftPrevYear = (state, api) => () => {
|
|
110
|
+
state.leftStartYear = state.leftStartYear - DATEPICKER.PanelYearNum;
|
|
111
|
+
if (!state.unlinkPanels) {
|
|
112
|
+
api.rightPrevYear();
|
|
113
|
+
}
|
|
96
114
|
};
|
|
97
|
-
const
|
|
98
|
-
state.leftStartYear = state.leftStartYear + DATEPICKER.PanelYearNum
|
|
115
|
+
const leftNextYear = (state) => () => {
|
|
116
|
+
state.leftStartYear = state.leftStartYear + DATEPICKER.PanelYearNum;
|
|
99
117
|
};
|
|
100
|
-
const
|
|
118
|
+
const rightPrevYear = (state) => () => {
|
|
119
|
+
state.rightStartYear = state.rightStartYear - DATEPICKER.PanelYearNum;
|
|
120
|
+
};
|
|
121
|
+
const rightNextYear = (state, api) => () => {
|
|
122
|
+
state.rightStartYear = state.rightStartYear + DATEPICKER.PanelYearNum;
|
|
123
|
+
if (!state.unlinkPanels) {
|
|
124
|
+
api.leftNextYear();
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
const handleConfirm = ({ api, emit, state, t }) => (show = false) => {
|
|
101
128
|
const { minDate, maxDate } = state;
|
|
102
|
-
|
|
129
|
+
const newMin = minDate ? new Date(minDate, 0, 2) : null;
|
|
130
|
+
const newMax = maxDate ? new Date(maxDate, 0, 2) : null;
|
|
131
|
+
if (api.isValidValue([newMin, newMax])) {
|
|
132
|
+
emit("pick", [newMin, newMax], show);
|
|
133
|
+
const defaultFormat = DATEPICKER.DateFormats.year;
|
|
134
|
+
const start = formatDate(newMin, defaultFormat, t);
|
|
135
|
+
const end = formatDate(newMax, defaultFormat, t);
|
|
136
|
+
emit("update:modelValue", [start, end]);
|
|
137
|
+
emit("select-change", [start, end]);
|
|
138
|
+
}
|
|
103
139
|
};
|
|
104
140
|
const isValidValue = (state) => (data) => {
|
|
105
141
|
return data && Array.isArray(data) && data[1] && data[0] && isDate(data[1]) && isDate(data[0]) && data[0] <= data[1] && (typeof state.disabledDate === "function" ? !state.disabledDate(data[1]) && !state.disabledDate(data[0]) : true);
|
|
@@ -108,6 +144,17 @@ const resetView = (state) => () => {
|
|
|
108
144
|
state.maxDate = state.value && isDate(state.value[0]) ? new Date(state.value[1]) : null;
|
|
109
145
|
state.minDate = state.value && isDate(state.value[0]) ? new Date(state.value[0]) : null;
|
|
110
146
|
};
|
|
147
|
+
const watchModelValue = ({ state }) => (val) => {
|
|
148
|
+
if ((val == null ? void 0 : val.length) === 2) {
|
|
149
|
+
const start = new Date(val[0], 0, 2);
|
|
150
|
+
const end = new Date(val[1], 0, 2);
|
|
151
|
+
state.value = [start, end];
|
|
152
|
+
state.minDate = start;
|
|
153
|
+
state.maxDate = end;
|
|
154
|
+
state.leftDate = start;
|
|
155
|
+
state.rightDate = end;
|
|
156
|
+
}
|
|
157
|
+
};
|
|
111
158
|
export {
|
|
112
159
|
calcDefaultValue,
|
|
113
160
|
doPick,
|
|
@@ -117,9 +164,12 @@ export {
|
|
|
117
164
|
handleRangePick,
|
|
118
165
|
handleShortcutClick,
|
|
119
166
|
isValidValue,
|
|
167
|
+
leftNextYear,
|
|
120
168
|
leftPrevYear,
|
|
121
169
|
resetView,
|
|
122
170
|
rightNextYear,
|
|
171
|
+
rightPrevYear,
|
|
123
172
|
watchDefaultValue,
|
|
173
|
+
watchModelValue,
|
|
124
174
|
watchValue
|
|
125
175
|
};
|