cnhis-design-vue 3.1.46-beta.0 → 3.1.46-beta.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/README.md +87 -87
- package/es/components/base-search/index.d.ts +11 -7
- package/es/components/base-search/src/index.vue.d.ts +11 -7
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/classification/index.d.ts +219 -18
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +219 -18
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +219 -18
- package/es/components/classification/src/index.vue.d.ts +219 -18
- package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
- package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
- package/es/components/index.css +1 -1
- package/es/components/quick-search/index.d.ts +14 -6
- package/es/components/quick-search/src/index.vue.d.ts +14 -6
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +219 -17
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +19 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +178 -11
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +217 -17
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +219 -17
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +218 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +99 -5
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +8 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +7 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +19 -25
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +223 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +158 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +580 -33
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +1 -3
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +608 -32
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/constants/index.d.ts +3 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +8 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useAsyncData.d.ts +4 -0
- package/es/components/table-filter/src/hooks/useAsyncData.js +1 -0
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.d.ts +0 -8
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +0 -1
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +3 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +6 -0
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
- package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
- package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
- package/es/components/table-filter/src/tool/generateDefOptions.js +0 -1
|
@@ -21,44 +21,277 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
21
21
|
value: {
|
|
22
22
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
23
23
|
};
|
|
24
|
+
componentCfg: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
};
|
|
27
|
+
}, {
|
|
28
|
+
$attrs: {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
31
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
value: {
|
|
33
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
34
|
+
};
|
|
35
|
+
componentCfg: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
};
|
|
38
|
+
}>> & {
|
|
39
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}>>;
|
|
41
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
42
|
+
valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
|
|
43
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
44
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
45
|
+
optionList: import("vue").ComputedRef<any>;
|
|
46
|
+
handleUpdate: (val: any) => void;
|
|
47
|
+
NSelect: any;
|
|
48
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
+
value: {
|
|
50
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
51
|
+
};
|
|
52
|
+
componentCfg: {
|
|
53
|
+
type: ObjectConstructor;
|
|
54
|
+
};
|
|
55
|
+
}>> & {
|
|
56
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
}, {}>;
|
|
58
|
+
props: {
|
|
59
|
+
clearable: boolean;
|
|
60
|
+
filterable: boolean;
|
|
61
|
+
multiple: boolean;
|
|
62
|
+
maxTagCount: string;
|
|
63
|
+
type?: undefined;
|
|
64
|
+
valueFormat?: undefined;
|
|
65
|
+
};
|
|
66
|
+
eventsBySearch: {
|
|
67
|
+
name: string;
|
|
68
|
+
handler(e: KeyboardEvent, search: funcVoid, props: any): void;
|
|
69
|
+
}[];
|
|
70
|
+
handlerProps(props: any, { multiple, title }?: any): any;
|
|
71
|
+
setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): any;
|
|
72
|
+
style?: undefined;
|
|
73
|
+
} | {
|
|
74
|
+
component: import("vue").DefineComponent<{
|
|
75
|
+
value: {
|
|
76
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
77
|
+
};
|
|
78
|
+
componentCfg: {
|
|
79
|
+
type: ObjectConstructor;
|
|
80
|
+
};
|
|
24
81
|
}, {
|
|
82
|
+
message: import("naive-ui").MessageApi;
|
|
25
83
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
26
84
|
value: {
|
|
27
85
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
28
86
|
};
|
|
87
|
+
componentCfg: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
};
|
|
29
90
|
}>> & {
|
|
30
91
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
32
92
|
}>>;
|
|
33
|
-
|
|
93
|
+
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
34
94
|
$attrs: {
|
|
35
95
|
[x: string]: unknown;
|
|
36
96
|
};
|
|
37
|
-
emit: (event: "update:value"
|
|
38
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
39
|
-
isRemote: import("vue").Ref<boolean>;
|
|
97
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
40
98
|
isLoading: import("vue").Ref<boolean>;
|
|
41
99
|
filterApiConfig: import("../../../..").AnyObject;
|
|
42
|
-
|
|
43
|
-
|
|
100
|
+
searchFilterList: import("vue").Ref<import("../../../..").AnyObject[]>;
|
|
101
|
+
curPage: import("vue").Ref<number>;
|
|
102
|
+
fieldTitleList: import("vue").Ref<any>;
|
|
103
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
104
|
+
baseOptionList: import("vue").Ref<any[]>;
|
|
105
|
+
keywordVal: import("vue").Ref<any>;
|
|
106
|
+
totalPage: import("vue").Ref<number>;
|
|
107
|
+
menuProps: {
|
|
108
|
+
class: string;
|
|
109
|
+
};
|
|
110
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
111
|
+
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
112
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
113
|
+
isLastPage: import("vue").ComputedRef<boolean>;
|
|
114
|
+
valueCp: import("vue").ComputedRef<string | number | any[] | null>;
|
|
115
|
+
isInitRequest: import("vue").ComputedRef<boolean>;
|
|
116
|
+
setOptionActive: (selectIds: string[]) => void;
|
|
117
|
+
handleUpdateSelect: (value: string[] | null) => void;
|
|
118
|
+
handleUpdatePage: (page: number) => Promise<void>;
|
|
119
|
+
getOptionsData: (keyword: string, curPage: number) => Promise<void>;
|
|
120
|
+
isWhole: (value: string) => boolean;
|
|
44
121
|
_handleSearch: (query: string) => Promise<void>;
|
|
45
122
|
handleSearch: (query: string) => Promise<void>;
|
|
46
123
|
handleInitData: () => Promise<void>;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}>;
|
|
124
|
+
handleClear: () => Promise<void>;
|
|
125
|
+
handleUpdateShow: (show: boolean) => void;
|
|
50
126
|
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
127
|
[key: string]: any;
|
|
52
128
|
}>;
|
|
53
|
-
init: () =>
|
|
129
|
+
init: () => void;
|
|
54
130
|
NSelect: any;
|
|
55
|
-
|
|
131
|
+
SelectDynamicOption: import("vue").DefineComponent<{
|
|
132
|
+
dynamicOptionInfo: {
|
|
133
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
134
|
+
default: () => {};
|
|
135
|
+
};
|
|
136
|
+
fieldTitleList: {
|
|
137
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
138
|
+
default: () => never[];
|
|
139
|
+
};
|
|
140
|
+
optionList: {
|
|
141
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
142
|
+
default: () => never[];
|
|
143
|
+
};
|
|
144
|
+
isMultiple: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
curPage: {
|
|
149
|
+
type: NumberConstructor;
|
|
150
|
+
default: number;
|
|
151
|
+
};
|
|
152
|
+
isLastPage: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
isShowWhole: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
}, {
|
|
161
|
+
selectMinWidth: number;
|
|
162
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
163
|
+
dynamicOptionInfo: {
|
|
164
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
165
|
+
default: () => {};
|
|
166
|
+
};
|
|
167
|
+
fieldTitleList: {
|
|
168
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
169
|
+
default: () => never[];
|
|
170
|
+
};
|
|
171
|
+
optionList: {
|
|
172
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
173
|
+
default: () => never[];
|
|
174
|
+
};
|
|
175
|
+
isMultiple: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
179
|
+
curPage: {
|
|
180
|
+
type: NumberConstructor;
|
|
181
|
+
default: number;
|
|
182
|
+
};
|
|
183
|
+
isLastPage: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
187
|
+
isShowWhole: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
}>> & {
|
|
192
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
194
|
+
}>>;
|
|
195
|
+
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
196
|
+
dragEndWidth: import("vue").Ref<number>;
|
|
197
|
+
showKeys: import("vue").ComputedRef<any>;
|
|
198
|
+
titleList: import("vue").ComputedRef<string[]>;
|
|
199
|
+
handleSelect: (option: any) => void;
|
|
200
|
+
searchByPage: (onePage: number) => void;
|
|
201
|
+
changeWidth: ({ distance }: any) => void;
|
|
202
|
+
saveWidth: () => void;
|
|
203
|
+
NEmpty: any;
|
|
204
|
+
NButtonGroup: any;
|
|
205
|
+
NButton: any;
|
|
206
|
+
NIcon: any;
|
|
207
|
+
NPopover: any;
|
|
208
|
+
vFlexibleResize: {
|
|
209
|
+
mounted(el: any, { value }: any): void;
|
|
210
|
+
beforeUnmount(el: any): void;
|
|
211
|
+
};
|
|
212
|
+
WidgetValEnums: {
|
|
213
|
+
CUSTOM: string;
|
|
214
|
+
FIRST_VAL: string;
|
|
215
|
+
WHOLE: string;
|
|
216
|
+
NOW: string;
|
|
217
|
+
TODAY: string;
|
|
218
|
+
TODAY_START: string;
|
|
219
|
+
TODAY_END: string;
|
|
220
|
+
TOMORROW: string;
|
|
221
|
+
TOMORROW_START: string;
|
|
222
|
+
TOMORROW_END: string;
|
|
223
|
+
YESTERDAY: string;
|
|
224
|
+
YESTERDAY_START: string;
|
|
225
|
+
YESTERDAY_END: string;
|
|
226
|
+
THIS_WEEK: string;
|
|
227
|
+
WEEK_START: string;
|
|
228
|
+
WEEK_END: string;
|
|
229
|
+
NEXT_WEEK: string;
|
|
230
|
+
LAST_WEEK: string;
|
|
231
|
+
THIS_MONTH: string;
|
|
232
|
+
MONTH_START: string;
|
|
233
|
+
MONTH_END: string;
|
|
234
|
+
NEXT_MONTH: string;
|
|
235
|
+
LAST_MONTH: string;
|
|
236
|
+
THIS_QUARTER: string;
|
|
237
|
+
NEXT_QUARTER: string;
|
|
238
|
+
LAST_QUARTER: string;
|
|
239
|
+
THIS_YEAR: string;
|
|
240
|
+
NEXT_YEAR: string;
|
|
241
|
+
LAST_YEAR: string;
|
|
242
|
+
};
|
|
243
|
+
ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
244
|
+
ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
245
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
246
|
+
dynamicOptionInfo: {
|
|
247
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
248
|
+
default: () => {};
|
|
249
|
+
};
|
|
250
|
+
fieldTitleList: {
|
|
251
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
252
|
+
default: () => never[];
|
|
253
|
+
};
|
|
254
|
+
optionList: {
|
|
255
|
+
type: import("vue").PropType<import("../../../..").AnyObject[]>;
|
|
256
|
+
default: () => never[];
|
|
257
|
+
};
|
|
258
|
+
isMultiple: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
curPage: {
|
|
263
|
+
type: NumberConstructor;
|
|
264
|
+
default: number;
|
|
265
|
+
};
|
|
266
|
+
isLastPage: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
isShowWhole: {
|
|
271
|
+
type: BooleanConstructor;
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
274
|
+
}>> & {
|
|
275
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
276
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
277
|
+
}, {
|
|
278
|
+
dynamicOptionInfo: import("../../../..").AnyObject;
|
|
279
|
+
fieldTitleList: import("../../../..").AnyObject[];
|
|
280
|
+
optionList: import("../../../..").AnyObject[];
|
|
281
|
+
isMultiple: boolean;
|
|
282
|
+
curPage: number;
|
|
283
|
+
isLastPage: boolean;
|
|
284
|
+
isShowWhole: boolean;
|
|
285
|
+
}>;
|
|
286
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
287
|
value: {
|
|
57
288
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
58
289
|
};
|
|
290
|
+
componentCfg: {
|
|
291
|
+
type: ObjectConstructor;
|
|
292
|
+
};
|
|
59
293
|
}>> & {
|
|
60
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
61
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
62
295
|
}, {}>;
|
|
63
296
|
props: {
|
|
64
297
|
clearable: boolean;
|
|
@@ -73,10 +306,240 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
73
306
|
handler(e: KeyboardEvent, search: funcVoid, props: any): void;
|
|
74
307
|
}[];
|
|
75
308
|
handlerProps(props: any, data?: any): any;
|
|
309
|
+
setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): Promise<any>;
|
|
310
|
+
style?: undefined;
|
|
311
|
+
} | {
|
|
312
|
+
component: import("vue").DefineComponent<{
|
|
313
|
+
componentCfg: {
|
|
314
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
315
|
+
};
|
|
316
|
+
type: {
|
|
317
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
clearable: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
default: boolean;
|
|
323
|
+
};
|
|
324
|
+
valueFormat: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
328
|
+
placeholder: {
|
|
329
|
+
type: StringConstructor;
|
|
330
|
+
default: string;
|
|
331
|
+
};
|
|
332
|
+
value: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
default: string;
|
|
335
|
+
};
|
|
336
|
+
}, {
|
|
337
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
338
|
+
componentCfg: {
|
|
339
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
340
|
+
};
|
|
341
|
+
type: {
|
|
342
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
clearable: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
default: boolean;
|
|
348
|
+
};
|
|
349
|
+
valueFormat: {
|
|
350
|
+
type: StringConstructor;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
353
|
+
placeholder: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
value: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
}>> & {
|
|
362
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
363
|
+
}>>;
|
|
364
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
365
|
+
valueCp: import("vue").Ref<any>;
|
|
366
|
+
isShowDateRange: import("vue").Ref<boolean>;
|
|
367
|
+
radioValue: import("vue").Ref<string>;
|
|
368
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
369
|
+
showTabStr: import("vue").ComputedRef<string>;
|
|
370
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
371
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
372
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
373
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
374
|
+
defaultTime: import("vue").ComputedRef<string>;
|
|
375
|
+
changeDateShowType: () => void;
|
|
376
|
+
handleClickQuickBtn: (result: string) => void;
|
|
377
|
+
changeRadioValue: (value: string) => void;
|
|
378
|
+
handleChange: (val: any) => void;
|
|
379
|
+
isDateDisabled: (ts: number) => boolean;
|
|
380
|
+
timeDisabled: (ts: number) => {
|
|
381
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
382
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
383
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
384
|
+
};
|
|
385
|
+
init: () => void;
|
|
386
|
+
NButton: any;
|
|
387
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
388
|
+
updateUnchangedValue: {
|
|
389
|
+
type: BooleanConstructor;
|
|
390
|
+
};
|
|
391
|
+
onConfirm: {
|
|
392
|
+
type: FunctionConstructor;
|
|
393
|
+
};
|
|
394
|
+
}, {
|
|
395
|
+
attrs: {
|
|
396
|
+
[x: string]: unknown;
|
|
397
|
+
};
|
|
398
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
399
|
+
updateUnchangedValue: {
|
|
400
|
+
type: BooleanConstructor;
|
|
401
|
+
};
|
|
402
|
+
onConfirm: {
|
|
403
|
+
type: FunctionConstructor;
|
|
404
|
+
};
|
|
405
|
+
}>> & {}>>;
|
|
406
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
407
|
+
panelInstRef: import("vue").Ref<null>;
|
|
408
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
409
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
410
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
411
|
+
focus: () => any;
|
|
412
|
+
blur: () => any;
|
|
413
|
+
onUpdateShow: (show: boolean) => void;
|
|
414
|
+
onConfirm: (...args: any[]) => void;
|
|
415
|
+
NDatePicker: any;
|
|
416
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
|
+
updateUnchangedValue: {
|
|
418
|
+
type: BooleanConstructor;
|
|
419
|
+
};
|
|
420
|
+
onConfirm: {
|
|
421
|
+
type: FunctionConstructor;
|
|
422
|
+
};
|
|
423
|
+
}>>, {
|
|
424
|
+
updateUnchangedValue: boolean;
|
|
425
|
+
}>>;
|
|
426
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
427
|
+
componentCfg: {
|
|
428
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
429
|
+
};
|
|
430
|
+
type: {
|
|
431
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
432
|
+
default: string;
|
|
433
|
+
};
|
|
434
|
+
dateFormat: {
|
|
435
|
+
type: StringConstructor;
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
438
|
+
radioValue: {
|
|
439
|
+
type: StringConstructor;
|
|
440
|
+
default: string;
|
|
441
|
+
};
|
|
442
|
+
}, {
|
|
443
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
444
|
+
componentCfg: {
|
|
445
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
446
|
+
};
|
|
447
|
+
type: {
|
|
448
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
449
|
+
default: string;
|
|
450
|
+
};
|
|
451
|
+
dateFormat: {
|
|
452
|
+
type: StringConstructor;
|
|
453
|
+
default: string;
|
|
454
|
+
};
|
|
455
|
+
radioValue: {
|
|
456
|
+
type: StringConstructor;
|
|
457
|
+
default: string;
|
|
458
|
+
};
|
|
459
|
+
}>> & {
|
|
460
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
461
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
462
|
+
}>>;
|
|
463
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
464
|
+
dateList: import("vue").Ref<any[]>;
|
|
465
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
466
|
+
isRange: import("vue").ComputedRef<any>;
|
|
467
|
+
initData: () => void;
|
|
468
|
+
handleRadioClick: (value: string) => void;
|
|
469
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
470
|
+
componentCfg: {
|
|
471
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
472
|
+
};
|
|
473
|
+
type: {
|
|
474
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
475
|
+
default: string;
|
|
476
|
+
};
|
|
477
|
+
dateFormat: {
|
|
478
|
+
type: StringConstructor;
|
|
479
|
+
default: string;
|
|
480
|
+
};
|
|
481
|
+
radioValue: {
|
|
482
|
+
type: StringConstructor;
|
|
483
|
+
default: string;
|
|
484
|
+
};
|
|
485
|
+
}>> & {
|
|
486
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
487
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
488
|
+
}, {
|
|
489
|
+
type: "date" | "datetime";
|
|
490
|
+
dateFormat: string;
|
|
491
|
+
radioValue: string;
|
|
492
|
+
}>;
|
|
493
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
494
|
+
componentCfg: {
|
|
495
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
496
|
+
};
|
|
497
|
+
type: {
|
|
498
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
499
|
+
default: string;
|
|
500
|
+
};
|
|
501
|
+
clearable: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
valueFormat: {
|
|
506
|
+
type: StringConstructor;
|
|
507
|
+
default: string;
|
|
508
|
+
};
|
|
509
|
+
placeholder: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
value: {
|
|
514
|
+
type: StringConstructor;
|
|
515
|
+
default: string;
|
|
516
|
+
};
|
|
517
|
+
}>> & {
|
|
518
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
519
|
+
}, {
|
|
520
|
+
type: "date" | "datetime";
|
|
521
|
+
value: string;
|
|
522
|
+
placeholder: string;
|
|
523
|
+
clearable: boolean;
|
|
524
|
+
valueFormat: string;
|
|
525
|
+
}>;
|
|
526
|
+
props: {
|
|
527
|
+
type: string;
|
|
528
|
+
clearable: boolean;
|
|
529
|
+
valueFormat: string;
|
|
530
|
+
filterable?: undefined;
|
|
531
|
+
multiple?: undefined;
|
|
532
|
+
maxTagCount?: undefined;
|
|
533
|
+
};
|
|
534
|
+
handlerProps(props: any, data?: any): any;
|
|
76
535
|
setDefaultValue: (defaultValue: any) => any;
|
|
536
|
+
eventsBySearch?: undefined;
|
|
77
537
|
style?: undefined;
|
|
78
538
|
} | {
|
|
79
539
|
component: import("vue").DefineComponent<{
|
|
540
|
+
componentCfg: {
|
|
541
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
542
|
+
};
|
|
80
543
|
type: {
|
|
81
544
|
type: import("vue").PropType<"date" | "datetime">;
|
|
82
545
|
default: string;
|
|
@@ -99,6 +562,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
99
562
|
};
|
|
100
563
|
}, {
|
|
101
564
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
565
|
+
componentCfg: {
|
|
566
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
567
|
+
};
|
|
102
568
|
type: {
|
|
103
569
|
type: import("vue").PropType<"date" | "datetime">;
|
|
104
570
|
default: string;
|
|
@@ -124,8 +590,17 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
124
590
|
}>>;
|
|
125
591
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
126
592
|
valueCp: import("vue").Ref<any>;
|
|
593
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
127
594
|
dateFormat: import("vue").ComputedRef<string>;
|
|
595
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
128
596
|
handleChange: (val: any) => void;
|
|
597
|
+
isDateDisabled: (ts: number) => boolean;
|
|
598
|
+
timeDisabled: (ts: number) => {
|
|
599
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
600
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
601
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
602
|
+
};
|
|
603
|
+
init: () => void;
|
|
129
604
|
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
130
605
|
updateUnchangedValue: {
|
|
131
606
|
type: BooleanConstructor;
|
|
@@ -166,6 +641,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
166
641
|
updateUnchangedValue: boolean;
|
|
167
642
|
}>>;
|
|
168
643
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
644
|
+
componentCfg: {
|
|
645
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
646
|
+
};
|
|
169
647
|
type: {
|
|
170
648
|
type: import("vue").PropType<"date" | "datetime">;
|
|
171
649
|
default: string;
|
|
@@ -209,6 +687,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
209
687
|
style?: undefined;
|
|
210
688
|
} | {
|
|
211
689
|
component: import("vue").DefineComponent<{
|
|
690
|
+
componentCfg: {
|
|
691
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
692
|
+
};
|
|
212
693
|
type: {
|
|
213
694
|
type: import("vue").PropType<"date" | "datetime">;
|
|
214
695
|
default: string;
|
|
@@ -235,6 +716,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
235
716
|
};
|
|
236
717
|
}, {
|
|
237
718
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
719
|
+
componentCfg: {
|
|
720
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
721
|
+
};
|
|
238
722
|
type: {
|
|
239
723
|
type: import("vue").PropType<"date" | "datetime">;
|
|
240
724
|
default: string;
|
|
@@ -263,18 +747,35 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
263
747
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
264
748
|
}>>;
|
|
265
749
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
266
|
-
dateList: import("vue").Ref<any[]>;
|
|
267
750
|
isShowDateRange: import("vue").Ref<boolean>;
|
|
268
751
|
radioValue: import("vue").Ref<string>;
|
|
269
752
|
startDate: import("vue").Ref<any>;
|
|
270
753
|
endDate: import("vue").Ref<any>;
|
|
754
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
755
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
756
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
757
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
271
758
|
dateFormat: import("vue").ComputedRef<string>;
|
|
272
759
|
showTabStr: import("vue").ComputedRef<string>;
|
|
273
|
-
|
|
274
|
-
|
|
760
|
+
startDefault: import("vue").ComputedRef<string>;
|
|
761
|
+
endDefault: import("vue").ComputedRef<string>;
|
|
762
|
+
handleClickQuickBtn: (result: string) => void;
|
|
763
|
+
changeRadioValue: (value: string) => void;
|
|
764
|
+
changeDateShowType: () => void;
|
|
275
765
|
handleChange: (val: any, type: "end" | "start") => void;
|
|
276
766
|
isStartDateDisabled: (ts: number) => boolean;
|
|
767
|
+
timeStartDisabled: (ts: number) => {
|
|
768
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
769
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
770
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
771
|
+
};
|
|
277
772
|
isEndDateDisabled: (ts: number) => boolean;
|
|
773
|
+
timeEndDisabled: (ts: number) => {
|
|
774
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
775
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
776
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
777
|
+
};
|
|
778
|
+
init: () => void;
|
|
278
779
|
NButton: any;
|
|
279
780
|
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
280
781
|
updateUnchangedValue: {
|
|
@@ -315,7 +816,77 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
315
816
|
}>>, {
|
|
316
817
|
updateUnchangedValue: boolean;
|
|
317
818
|
}>>;
|
|
819
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
820
|
+
componentCfg: {
|
|
821
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
822
|
+
};
|
|
823
|
+
type: {
|
|
824
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
825
|
+
default: string;
|
|
826
|
+
};
|
|
827
|
+
dateFormat: {
|
|
828
|
+
type: StringConstructor;
|
|
829
|
+
default: string;
|
|
830
|
+
};
|
|
831
|
+
radioValue: {
|
|
832
|
+
type: StringConstructor;
|
|
833
|
+
default: string;
|
|
834
|
+
};
|
|
835
|
+
}, {
|
|
836
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
837
|
+
componentCfg: {
|
|
838
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
839
|
+
};
|
|
840
|
+
type: {
|
|
841
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
842
|
+
default: string;
|
|
843
|
+
};
|
|
844
|
+
dateFormat: {
|
|
845
|
+
type: StringConstructor;
|
|
846
|
+
default: string;
|
|
847
|
+
};
|
|
848
|
+
radioValue: {
|
|
849
|
+
type: StringConstructor;
|
|
850
|
+
default: string;
|
|
851
|
+
};
|
|
852
|
+
}>> & {
|
|
853
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
854
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
855
|
+
}>>;
|
|
856
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
857
|
+
dateList: import("vue").Ref<any[]>;
|
|
858
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
859
|
+
isRange: import("vue").ComputedRef<any>;
|
|
860
|
+
initData: () => void;
|
|
861
|
+
handleRadioClick: (value: string) => void;
|
|
862
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
863
|
+
componentCfg: {
|
|
864
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
865
|
+
};
|
|
866
|
+
type: {
|
|
867
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
868
|
+
default: string;
|
|
869
|
+
};
|
|
870
|
+
dateFormat: {
|
|
871
|
+
type: StringConstructor;
|
|
872
|
+
default: string;
|
|
873
|
+
};
|
|
874
|
+
radioValue: {
|
|
875
|
+
type: StringConstructor;
|
|
876
|
+
default: string;
|
|
877
|
+
};
|
|
878
|
+
}>> & {
|
|
879
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
880
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
881
|
+
}, {
|
|
882
|
+
type: "date" | "datetime";
|
|
883
|
+
dateFormat: string;
|
|
884
|
+
radioValue: string;
|
|
885
|
+
}>;
|
|
318
886
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
887
|
+
componentCfg: {
|
|
888
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
889
|
+
};
|
|
319
890
|
type: {
|
|
320
891
|
type: import("vue").PropType<"date" | "datetime">;
|
|
321
892
|
default: string;
|
|
@@ -419,14 +990,17 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
419
990
|
}>>;
|
|
420
991
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
421
992
|
valueCp: import("vue").Ref<any>;
|
|
993
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
422
994
|
dateFormat: import("vue").ComputedRef<string>;
|
|
423
|
-
|
|
424
|
-
今天: number[];
|
|
425
|
-
昨天: number[];
|
|
426
|
-
近一周: number[];
|
|
427
|
-
近一月: number[];
|
|
428
|
-
};
|
|
995
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
429
996
|
handleChange: (val: any) => void;
|
|
997
|
+
isDateDisabled: (ts: number) => boolean;
|
|
998
|
+
timeDisabled: (ts: number) => {
|
|
999
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
1000
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
1001
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
1002
|
+
};
|
|
1003
|
+
init: () => void;
|
|
430
1004
|
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
431
1005
|
updateUnchangedValue: {
|
|
432
1006
|
type: BooleanConstructor;
|
|
@@ -496,10 +1070,10 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
496
1070
|
}, {
|
|
497
1071
|
type: "datetimerange" | "daterange";
|
|
498
1072
|
value: string;
|
|
1073
|
+
componentCfg: Record<string, any>;
|
|
499
1074
|
clearable: boolean;
|
|
500
1075
|
startPlaceholder: string;
|
|
501
1076
|
endPlaceholder: string;
|
|
502
|
-
componentCfg: Record<string, any>;
|
|
503
1077
|
}>;
|
|
504
1078
|
props: {
|
|
505
1079
|
type: string;
|
|
@@ -510,7 +1084,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
510
1084
|
maxTagCount?: undefined;
|
|
511
1085
|
};
|
|
512
1086
|
handlerProps(props: any, data?: any): any;
|
|
513
|
-
setDefaultValue(defaultValue: any, defValueUnit: any): any;
|
|
1087
|
+
setDefaultValue(defaultValue: any, defValueUnit: any, setting?: any): any;
|
|
514
1088
|
eventsBySearch?: undefined;
|
|
515
1089
|
style?: undefined;
|
|
516
1090
|
} | {
|
|
@@ -632,18 +1206,19 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
632
1206
|
} | {
|
|
633
1207
|
component: import("vue").DefineComponent<{
|
|
634
1208
|
componentCfg: {
|
|
635
|
-
type: import("vue").PropType<import("
|
|
1209
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
636
1210
|
};
|
|
637
1211
|
value: {
|
|
638
1212
|
type: StringConstructor;
|
|
639
1213
|
default: string;
|
|
640
1214
|
};
|
|
641
1215
|
}, {
|
|
642
|
-
|
|
1216
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1217
|
+
message: import("naive-ui").MessageApi;
|
|
643
1218
|
baseActiveColor: string;
|
|
644
1219
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
645
1220
|
componentCfg: {
|
|
646
|
-
type: import("vue").PropType<import("
|
|
1221
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
647
1222
|
};
|
|
648
1223
|
value: {
|
|
649
1224
|
type: StringConstructor;
|
|
@@ -678,7 +1253,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
678
1253
|
};
|
|
679
1254
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
680
1255
|
componentCfg: {
|
|
681
|
-
type: import("vue").PropType<import("
|
|
1256
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
682
1257
|
};
|
|
683
1258
|
value: {
|
|
684
1259
|
type: StringConstructor;
|
|
@@ -704,20 +1279,21 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
704
1279
|
} | {
|
|
705
1280
|
component: import("vue").DefineComponent<{
|
|
706
1281
|
componentCfg: {
|
|
707
|
-
type: import("vue").PropType<import("
|
|
1282
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
708
1283
|
};
|
|
709
1284
|
value: {
|
|
710
1285
|
type: StringConstructor;
|
|
711
1286
|
default: string;
|
|
712
1287
|
};
|
|
713
1288
|
}, {
|
|
714
|
-
|
|
1289
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
715
1290
|
$attrs: {
|
|
716
1291
|
[x: string]: unknown;
|
|
717
1292
|
};
|
|
1293
|
+
message: import("naive-ui").MessageApi;
|
|
718
1294
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
719
1295
|
componentCfg: {
|
|
720
|
-
type: import("vue").PropType<import("
|
|
1296
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
721
1297
|
};
|
|
722
1298
|
value: {
|
|
723
1299
|
type: StringConstructor;
|
|
@@ -735,7 +1311,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
735
1311
|
NSelect: any;
|
|
736
1312
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
737
1313
|
componentCfg: {
|
|
738
|
-
type: import("vue").PropType<import("
|
|
1314
|
+
type: import("vue").PropType<import("../../../..").AnyObject>;
|
|
739
1315
|
};
|
|
740
1316
|
value: {
|
|
741
1317
|
type: StringConstructor;
|