cnhis-design-vue 3.1.41-release.5 → 3.1.41
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/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
- package/es/components/field-set/index.d.ts +8 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
- package/es/components/field-set/src/FieldSet.vue.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +6755 -44
- package/es/components/form-config/src/FormConfig.vue.d.ts +6897 -185
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3410 -58
- package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
- package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
- package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +8 -2
- package/es/components/form-config/src/utils/index.d.ts +4 -1
- package/es/components/form-config/src/utils/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +21 -20
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +0 -12
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +4 -2
- package/es/components/iho-table/index.d.ts +2 -2
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -2
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +20 -11
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +289 -155
- package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/index.d.ts +3 -0
- package/es/components/info-header/src/components/index.js +1 -0
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
- package/es/components/info-header/src/types/index.d.ts +29 -0
- package/es/components/scale-view/index.d.ts +1 -2
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/utils/judge-types.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +12 -77
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +4 -2
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +4 -22
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +4 -20
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -1
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +4 -53
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
- package/es/components/table-filter/style/index.css +1 -1
- package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
- package/es/shared/components/no-data/NoData.vue.js +1 -1
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +64 -64
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
- package/es/components/info-header/src/HiddenContent.vue.js +0 -1
- package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
- package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
- package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
- package/es/components/table-filter/src/const/dataOptions.d.ts +0 -12
- package/es/components/table-filter/src/const/dataOptions.js +0 -1
- package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
- package/es/components/table-filter/src/directive/preventReClick.js +0 -1
- package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
- package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
- /package/es/components/{iho-table/src/plugins/filterPlugin/types.js → info-header/src/types/index.js} +0 -0
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ISearchType } from '../../../../../../es/components/table-filter/src/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
item: {
|
|
5
|
-
type: PropType<ISearchType>;
|
|
6
|
-
default: () => void;
|
|
7
|
-
};
|
|
8
|
-
maxTagPlaceholder: {
|
|
9
|
-
type: FunctionConstructor;
|
|
10
|
-
default: () => {};
|
|
11
|
-
};
|
|
12
|
-
outFilterChange: {
|
|
13
|
-
type: FunctionConstructor;
|
|
14
|
-
default: () => {};
|
|
15
|
-
};
|
|
16
|
-
handleWordBookSearch: {
|
|
17
|
-
type: FunctionConstructor;
|
|
18
|
-
default: () => {};
|
|
19
|
-
};
|
|
20
|
-
dropdownVisibleChange: {
|
|
21
|
-
type: FunctionConstructor;
|
|
22
|
-
default: () => {};
|
|
23
|
-
};
|
|
24
|
-
source: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
fetchingWordbook: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
}, {
|
|
33
|
-
quickInputSelect: any;
|
|
34
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
-
item: {
|
|
36
|
-
type: PropType<ISearchType>;
|
|
37
|
-
default: () => void;
|
|
38
|
-
};
|
|
39
|
-
maxTagPlaceholder: {
|
|
40
|
-
type: FunctionConstructor;
|
|
41
|
-
default: () => {};
|
|
42
|
-
};
|
|
43
|
-
outFilterChange: {
|
|
44
|
-
type: FunctionConstructor;
|
|
45
|
-
default: () => {};
|
|
46
|
-
};
|
|
47
|
-
handleWordBookSearch: {
|
|
48
|
-
type: FunctionConstructor;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
|
-
dropdownVisibleChange: {
|
|
52
|
-
type: FunctionConstructor;
|
|
53
|
-
default: () => {};
|
|
54
|
-
};
|
|
55
|
-
source: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
fetchingWordbook: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
}>> & {}>>;
|
|
64
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
65
|
-
isnoPages: import("vue").ComputedRef<boolean>;
|
|
66
|
-
hasShowKeys: import("vue").ComputedRef<boolean>;
|
|
67
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
68
|
-
mode: import("vue").ComputedRef<boolean>;
|
|
69
|
-
renderList: import("vue").ComputedRef<any>;
|
|
70
|
-
createSuffixIcon: () => void;
|
|
71
|
-
filterOption: (...arg: any) => any;
|
|
72
|
-
handleSearchChangePage: (type: string) => void;
|
|
73
|
-
handleChange: () => void;
|
|
74
|
-
NSelect: any;
|
|
75
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
item: {
|
|
77
|
-
type: PropType<ISearchType>;
|
|
78
|
-
default: () => void;
|
|
79
|
-
};
|
|
80
|
-
maxTagPlaceholder: {
|
|
81
|
-
type: FunctionConstructor;
|
|
82
|
-
default: () => {};
|
|
83
|
-
};
|
|
84
|
-
outFilterChange: {
|
|
85
|
-
type: FunctionConstructor;
|
|
86
|
-
default: () => {};
|
|
87
|
-
};
|
|
88
|
-
handleWordBookSearch: {
|
|
89
|
-
type: FunctionConstructor;
|
|
90
|
-
default: () => {};
|
|
91
|
-
};
|
|
92
|
-
dropdownVisibleChange: {
|
|
93
|
-
type: FunctionConstructor;
|
|
94
|
-
default: () => {};
|
|
95
|
-
};
|
|
96
|
-
source: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
fetchingWordbook: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
}>>, {
|
|
105
|
-
item: ISearchType;
|
|
106
|
-
source: string;
|
|
107
|
-
outFilterChange: Function;
|
|
108
|
-
maxTagPlaceholder: Function;
|
|
109
|
-
handleWordBookSearch: Function;
|
|
110
|
-
dropdownVisibleChange: Function;
|
|
111
|
-
fetchingWordbook: boolean;
|
|
112
|
-
}>;
|
|
113
|
-
export default _default;
|
package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts
DELETED
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ISearchType } from '../../../../../../es/components/table-filter/src/types';
|
|
3
|
-
import moment from 'moment';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
item: {
|
|
6
|
-
type: PropType<ISearchType>;
|
|
7
|
-
default: () => void;
|
|
8
|
-
};
|
|
9
|
-
filterApiConfig: {
|
|
10
|
-
type: ObjectConstructor;
|
|
11
|
-
default: () => void;
|
|
12
|
-
};
|
|
13
|
-
}, {
|
|
14
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
15
|
-
wordBookutils: {
|
|
16
|
-
hasArray: (arr: ISearchType[]) => boolean;
|
|
17
|
-
handleWordbookData(item: any, data: any, params: any): {
|
|
18
|
-
rows: never[];
|
|
19
|
-
hasFieldList: boolean;
|
|
20
|
-
searchPageConfig: {};
|
|
21
|
-
};
|
|
22
|
-
getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
|
|
23
|
-
};
|
|
24
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
item: {
|
|
26
|
-
type: PropType<ISearchType>;
|
|
27
|
-
default: () => void;
|
|
28
|
-
};
|
|
29
|
-
filterApiConfig: {
|
|
30
|
-
type: ObjectConstructor;
|
|
31
|
-
default: () => void;
|
|
32
|
-
};
|
|
33
|
-
}>> & {
|
|
34
|
-
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}>>;
|
|
36
|
-
emit: (event: "outFilterChange", ...args: any[]) => void;
|
|
37
|
-
fetchingWordbook: import("vue").Ref<boolean>;
|
|
38
|
-
initSearch: import("vue").Ref<boolean>;
|
|
39
|
-
handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
|
|
40
|
-
defaultValue: moment.Moment[];
|
|
41
|
-
}>;
|
|
42
|
-
init: () => void;
|
|
43
|
-
handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
|
|
44
|
-
dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
|
|
45
|
-
handleWordbookData: (item: ISearchType, data: any, params: any) => void;
|
|
46
|
-
getWordbookData: (o: any, obj: any) => Promise<any>;
|
|
47
|
-
rangePickerChange: (value: string, item: ISearchType) => void;
|
|
48
|
-
outFilterChange: (config?: {}) => void;
|
|
49
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
50
|
-
changeOutFilterNumber: (item: ISearchType) => void;
|
|
51
|
-
clearOutFilterNumber: (item: ISearchType) => void;
|
|
52
|
-
NInput: any;
|
|
53
|
-
NDatePicker: any;
|
|
54
|
-
multiSelect: import("vue").DefineComponent<{
|
|
55
|
-
item: {
|
|
56
|
-
type: PropType<ISearchType>;
|
|
57
|
-
default: () => void;
|
|
58
|
-
};
|
|
59
|
-
maxTagPlaceholder: {
|
|
60
|
-
type: FunctionConstructor;
|
|
61
|
-
default: () => {};
|
|
62
|
-
};
|
|
63
|
-
outFilterChange: {
|
|
64
|
-
type: FunctionConstructor;
|
|
65
|
-
default: () => {};
|
|
66
|
-
};
|
|
67
|
-
handleWordBookSearch: {
|
|
68
|
-
type: FunctionConstructor;
|
|
69
|
-
default: () => {};
|
|
70
|
-
};
|
|
71
|
-
dropdownVisibleChange: {
|
|
72
|
-
type: FunctionConstructor;
|
|
73
|
-
default: () => {};
|
|
74
|
-
};
|
|
75
|
-
source: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
fetchingWordbook: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
}, {
|
|
84
|
-
quickInputSelect: any;
|
|
85
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
-
item: {
|
|
87
|
-
type: PropType<ISearchType>;
|
|
88
|
-
default: () => void;
|
|
89
|
-
};
|
|
90
|
-
maxTagPlaceholder: {
|
|
91
|
-
type: FunctionConstructor;
|
|
92
|
-
default: () => {};
|
|
93
|
-
};
|
|
94
|
-
outFilterChange: {
|
|
95
|
-
type: FunctionConstructor;
|
|
96
|
-
default: () => {};
|
|
97
|
-
};
|
|
98
|
-
handleWordBookSearch: {
|
|
99
|
-
type: FunctionConstructor;
|
|
100
|
-
default: () => {};
|
|
101
|
-
};
|
|
102
|
-
dropdownVisibleChange: {
|
|
103
|
-
type: FunctionConstructor;
|
|
104
|
-
default: () => {};
|
|
105
|
-
};
|
|
106
|
-
source: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
default: string;
|
|
109
|
-
};
|
|
110
|
-
fetchingWordbook: {
|
|
111
|
-
type: BooleanConstructor;
|
|
112
|
-
default: boolean;
|
|
113
|
-
};
|
|
114
|
-
}>> & {}>>;
|
|
115
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
116
|
-
isnoPages: import("vue").ComputedRef<boolean>;
|
|
117
|
-
hasShowKeys: import("vue").ComputedRef<boolean>;
|
|
118
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
119
|
-
mode: import("vue").ComputedRef<boolean>;
|
|
120
|
-
renderList: import("vue").ComputedRef<any>;
|
|
121
|
-
createSuffixIcon: () => void;
|
|
122
|
-
filterOption: (...arg: any) => any;
|
|
123
|
-
handleSearchChangePage: (type: string) => void;
|
|
124
|
-
handleChange: () => void;
|
|
125
|
-
NSelect: any;
|
|
126
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
127
|
-
item: {
|
|
128
|
-
type: PropType<ISearchType>;
|
|
129
|
-
default: () => void;
|
|
130
|
-
};
|
|
131
|
-
maxTagPlaceholder: {
|
|
132
|
-
type: FunctionConstructor;
|
|
133
|
-
default: () => {};
|
|
134
|
-
};
|
|
135
|
-
outFilterChange: {
|
|
136
|
-
type: FunctionConstructor;
|
|
137
|
-
default: () => {};
|
|
138
|
-
};
|
|
139
|
-
handleWordBookSearch: {
|
|
140
|
-
type: FunctionConstructor;
|
|
141
|
-
default: () => {};
|
|
142
|
-
};
|
|
143
|
-
dropdownVisibleChange: {
|
|
144
|
-
type: FunctionConstructor;
|
|
145
|
-
default: () => {};
|
|
146
|
-
};
|
|
147
|
-
source: {
|
|
148
|
-
type: StringConstructor;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
fetchingWordbook: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
default: boolean;
|
|
154
|
-
};
|
|
155
|
-
}>>, {
|
|
156
|
-
item: ISearchType;
|
|
157
|
-
source: string;
|
|
158
|
-
outFilterChange: Function;
|
|
159
|
-
maxTagPlaceholder: Function;
|
|
160
|
-
handleWordBookSearch: Function;
|
|
161
|
-
dropdownVisibleChange: Function;
|
|
162
|
-
fetchingWordbook: boolean;
|
|
163
|
-
}>;
|
|
164
|
-
cTreeSelect: import("vue").DefineComponent<{
|
|
165
|
-
item: {
|
|
166
|
-
type: PropType<ISearchType>;
|
|
167
|
-
default: () => {
|
|
168
|
-
value: never[];
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
handleGetConfigApi: {
|
|
172
|
-
type: FunctionConstructor;
|
|
173
|
-
default: () => void;
|
|
174
|
-
};
|
|
175
|
-
filterApiConfig: {
|
|
176
|
-
type: ObjectConstructor;
|
|
177
|
-
};
|
|
178
|
-
outFilterChange: {
|
|
179
|
-
type: FunctionConstructor;
|
|
180
|
-
default: () => void;
|
|
181
|
-
};
|
|
182
|
-
}, {
|
|
183
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
184
|
-
item: {
|
|
185
|
-
type: PropType<ISearchType>;
|
|
186
|
-
default: () => {
|
|
187
|
-
value: never[];
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
handleGetConfigApi: {
|
|
191
|
-
type: FunctionConstructor;
|
|
192
|
-
default: () => void;
|
|
193
|
-
};
|
|
194
|
-
filterApiConfig: {
|
|
195
|
-
type: ObjectConstructor;
|
|
196
|
-
};
|
|
197
|
-
outFilterChange: {
|
|
198
|
-
type: FunctionConstructor;
|
|
199
|
-
default: () => void;
|
|
200
|
-
};
|
|
201
|
-
}>> & {}>>;
|
|
202
|
-
quickInputSelect: any;
|
|
203
|
-
treeData: import("vue").Ref<{
|
|
204
|
-
label: string;
|
|
205
|
-
key: string;
|
|
206
|
-
selectable: boolean;
|
|
207
|
-
scopedSlots: {
|
|
208
|
-
title: string;
|
|
209
|
-
};
|
|
210
|
-
}[]>;
|
|
211
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
212
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
213
|
-
init: () => Promise<void>;
|
|
214
|
-
handleMaxTag: () => string;
|
|
215
|
-
handleRequestedOptions: (item: ISearchType) => Promise<any>;
|
|
216
|
-
getSearchDefParams: (item: ISearchType) => any;
|
|
217
|
-
formatField: (value: any) => any;
|
|
218
|
-
hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
|
|
219
|
-
handleInitTreeData: (list: any, config: ISearchType) => void;
|
|
220
|
-
hanldeSetTreeDef: () => void;
|
|
221
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
222
|
-
treeSelect: (key: string, vnode: any) => void;
|
|
223
|
-
change: () => void;
|
|
224
|
-
handleDisabledTreeData: (list?: any, config?: any) => void;
|
|
225
|
-
createSuffixIcon: () => void;
|
|
226
|
-
NTreeSelect: any;
|
|
227
|
-
NSpin: any;
|
|
228
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
-
item: {
|
|
230
|
-
type: PropType<ISearchType>;
|
|
231
|
-
default: () => {
|
|
232
|
-
value: never[];
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
handleGetConfigApi: {
|
|
236
|
-
type: FunctionConstructor;
|
|
237
|
-
default: () => void;
|
|
238
|
-
};
|
|
239
|
-
filterApiConfig: {
|
|
240
|
-
type: ObjectConstructor;
|
|
241
|
-
};
|
|
242
|
-
outFilterChange: {
|
|
243
|
-
type: FunctionConstructor;
|
|
244
|
-
default: () => void;
|
|
245
|
-
};
|
|
246
|
-
}>>, {
|
|
247
|
-
item: ISearchType;
|
|
248
|
-
handleGetConfigApi: Function;
|
|
249
|
-
outFilterChange: Function;
|
|
250
|
-
}>;
|
|
251
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
252
|
-
item: {
|
|
253
|
-
type: PropType<ISearchType>;
|
|
254
|
-
default: () => void;
|
|
255
|
-
};
|
|
256
|
-
filterApiConfig: {
|
|
257
|
-
type: ObjectConstructor;
|
|
258
|
-
default: () => void;
|
|
259
|
-
};
|
|
260
|
-
}>> & {
|
|
261
|
-
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
262
|
-
}, {
|
|
263
|
-
item: ISearchType;
|
|
264
|
-
filterApiConfig: Record<string, any>;
|
|
265
|
-
}>;
|
|
266
|
-
export default _default;
|
|
@@ -1,248 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
value: {
|
|
3
|
-
value: ObjectConstructor;
|
|
4
|
-
default: () => {
|
|
5
|
-
star_val: string;
|
|
6
|
-
end_val: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
options: {
|
|
10
|
-
type: ArrayConstructor;
|
|
11
|
-
default: () => never[];
|
|
12
|
-
};
|
|
13
|
-
item: {
|
|
14
|
-
type: ObjectConstructor;
|
|
15
|
-
default: () => {};
|
|
16
|
-
};
|
|
17
|
-
defaultValue: {
|
|
18
|
-
type: ObjectConstructor;
|
|
19
|
-
default: () => {};
|
|
20
|
-
};
|
|
21
|
-
format: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
disabled: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
dataName: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
};
|
|
32
|
-
}, {
|
|
33
|
-
valueObj: any;
|
|
34
|
-
startValue: any;
|
|
35
|
-
endValue: any;
|
|
36
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
-
value: {
|
|
38
|
-
value: ObjectConstructor;
|
|
39
|
-
default: () => {
|
|
40
|
-
star_val: string;
|
|
41
|
-
end_val: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
options: {
|
|
45
|
-
type: ArrayConstructor;
|
|
46
|
-
default: () => never[];
|
|
47
|
-
};
|
|
48
|
-
item: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: () => {};
|
|
51
|
-
};
|
|
52
|
-
defaultValue: {
|
|
53
|
-
type: ObjectConstructor;
|
|
54
|
-
default: () => {};
|
|
55
|
-
};
|
|
56
|
-
format: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
disabled: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
dataName: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
};
|
|
67
|
-
}>> & {
|
|
68
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
69
|
-
}>>;
|
|
70
|
-
emits: (event: "change", ...args: any[]) => void;
|
|
71
|
-
initDefaultValue: () => void;
|
|
72
|
-
diffTime: (days: number) => {
|
|
73
|
-
year?: undefined;
|
|
74
|
-
month?: undefined;
|
|
75
|
-
day?: undefined;
|
|
76
|
-
days?: undefined;
|
|
77
|
-
} | {
|
|
78
|
-
year: string | number;
|
|
79
|
-
month: string | number;
|
|
80
|
-
day: string | number;
|
|
81
|
-
days: string | number;
|
|
82
|
-
};
|
|
83
|
-
ageStartOnChange: (obj: any) => void;
|
|
84
|
-
ageEndOnChange: (obj: any) => void;
|
|
85
|
-
reset: () => void;
|
|
86
|
-
ageCom: import("vue").DefineComponent<{
|
|
87
|
-
value: {
|
|
88
|
-
type: ObjectConstructor;
|
|
89
|
-
default: () => void;
|
|
90
|
-
};
|
|
91
|
-
format: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
disabled: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
isDetail: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
defaultValue: {
|
|
104
|
-
type: ObjectConstructor;
|
|
105
|
-
default: () => {};
|
|
106
|
-
};
|
|
107
|
-
itemData: {
|
|
108
|
-
type: ObjectConstructor;
|
|
109
|
-
default: () => {};
|
|
110
|
-
};
|
|
111
|
-
shortcutFieldsList: {
|
|
112
|
-
type: ArrayConstructor;
|
|
113
|
-
default: () => never[];
|
|
114
|
-
};
|
|
115
|
-
}, {
|
|
116
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
117
|
-
value: {
|
|
118
|
-
type: ObjectConstructor;
|
|
119
|
-
default: () => void;
|
|
120
|
-
};
|
|
121
|
-
format: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
disabled: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
isDetail: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
defaultValue: {
|
|
134
|
-
type: ObjectConstructor;
|
|
135
|
-
default: () => {};
|
|
136
|
-
};
|
|
137
|
-
itemData: {
|
|
138
|
-
type: ObjectConstructor;
|
|
139
|
-
default: () => {};
|
|
140
|
-
};
|
|
141
|
-
shortcutFieldsList: {
|
|
142
|
-
type: ArrayConstructor;
|
|
143
|
-
default: () => never[];
|
|
144
|
-
};
|
|
145
|
-
}>> & {
|
|
146
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
147
|
-
}>>;
|
|
148
|
-
emits: (event: "change", ...args: any[]) => void;
|
|
149
|
-
ageValue: any;
|
|
150
|
-
showType: import("vue").ComputedRef<string>;
|
|
151
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
152
|
-
handleInitDefaultValue: () => void;
|
|
153
|
-
checkType: (val: any) => string;
|
|
154
|
-
handlefillVal: (val?: any) => void;
|
|
155
|
-
handleYearChange: (e: any) => void;
|
|
156
|
-
handleMonthChange: (e: any) => void;
|
|
157
|
-
handleDayChange: (e: any) => void;
|
|
158
|
-
getvalue: (e: any) => any;
|
|
159
|
-
valueChange: (val: string, key: string) => void;
|
|
160
|
-
checkVal: (val: string, key: string) => boolean;
|
|
161
|
-
handleProrate: () => void;
|
|
162
|
-
triggerChange: (changedValue: any) => void;
|
|
163
|
-
NInputNumber: any;
|
|
164
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
165
|
-
value: {
|
|
166
|
-
type: ObjectConstructor;
|
|
167
|
-
default: () => void;
|
|
168
|
-
};
|
|
169
|
-
format: {
|
|
170
|
-
type: StringConstructor;
|
|
171
|
-
default: string;
|
|
172
|
-
};
|
|
173
|
-
disabled: {
|
|
174
|
-
type: BooleanConstructor;
|
|
175
|
-
default: boolean;
|
|
176
|
-
};
|
|
177
|
-
isDetail: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
|
-
defaultValue: {
|
|
182
|
-
type: ObjectConstructor;
|
|
183
|
-
default: () => {};
|
|
184
|
-
};
|
|
185
|
-
itemData: {
|
|
186
|
-
type: ObjectConstructor;
|
|
187
|
-
default: () => {};
|
|
188
|
-
};
|
|
189
|
-
shortcutFieldsList: {
|
|
190
|
-
type: ArrayConstructor;
|
|
191
|
-
default: () => never[];
|
|
192
|
-
};
|
|
193
|
-
}>> & {
|
|
194
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
195
|
-
}, {
|
|
196
|
-
value: Record<string, any>;
|
|
197
|
-
disabled: boolean;
|
|
198
|
-
isDetail: boolean;
|
|
199
|
-
defaultValue: Record<string, any>;
|
|
200
|
-
format: string;
|
|
201
|
-
itemData: Record<string, any>;
|
|
202
|
-
shortcutFieldsList: unknown[];
|
|
203
|
-
}>;
|
|
204
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
205
|
-
value: {
|
|
206
|
-
value: ObjectConstructor;
|
|
207
|
-
default: () => {
|
|
208
|
-
star_val: string;
|
|
209
|
-
end_val: string;
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
options: {
|
|
213
|
-
type: ArrayConstructor;
|
|
214
|
-
default: () => never[];
|
|
215
|
-
};
|
|
216
|
-
item: {
|
|
217
|
-
type: ObjectConstructor;
|
|
218
|
-
default: () => {};
|
|
219
|
-
};
|
|
220
|
-
defaultValue: {
|
|
221
|
-
type: ObjectConstructor;
|
|
222
|
-
default: () => {};
|
|
223
|
-
};
|
|
224
|
-
format: {
|
|
225
|
-
type: StringConstructor;
|
|
226
|
-
default: string;
|
|
227
|
-
};
|
|
228
|
-
disabled: {
|
|
229
|
-
type: BooleanConstructor;
|
|
230
|
-
default: boolean;
|
|
231
|
-
};
|
|
232
|
-
dataName: {
|
|
233
|
-
type: StringConstructor;
|
|
234
|
-
};
|
|
235
|
-
}>> & {
|
|
236
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
237
|
-
}, {
|
|
238
|
-
value: {
|
|
239
|
-
star_val: string;
|
|
240
|
-
end_val: string;
|
|
241
|
-
};
|
|
242
|
-
disabled: boolean;
|
|
243
|
-
options: unknown[];
|
|
244
|
-
item: Record<string, any>;
|
|
245
|
-
defaultValue: Record<string, any>;
|
|
246
|
-
format: string;
|
|
247
|
-
}>;
|
|
248
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t=[{con:"TODAY",title:"1.1.4.37",name:"今天"},{con:"TOMORROW",title:"1.1.4.38",name:"明天"},{con:"YESTERDAY",title:"1.1.4.39",name:"昨天"},{con:"THIS_WEEK",title:"1.1.4.40",name:"本周"},{con:"NEXT_WEEK",title:"1.1.4.41",name:"下周"},{con:"LAST_WEEK",title:"1.1.4.42",name:"上周"},{con:"THIS_MONTH",title:"1.1.4.43",name:"本月"},{con:"NEXT_MONTH",title:"1.1.4.44",name:"下月"},{con:"LAST_MONTH",title:"1.1.4.45",name:"上月"},{con:"THIS_SEASON",title:"1.1.4.46",name:"本季度"},{con:"NEXT_SEASON",title:"1.1.4.47",name:"下季度"},{con:"LAST_SEASON",title:"1.1.4.48",name:"上季度"},{con:"THIS_YEAR",title:"1.1.4.49",name:"本年"},{con:"NEXT_YEAR",title:"1.1.4.50",name:"下年"},{con:"LAST_YEAR",title:"1.1.4.51",name:"上年"}],n=[{title:"1.2.5.58",units:1,con:"DAY",name:"天"},{title:"1.2.5.59",units:2,con:"WEEK",name:"周"},{title:"1.2.1.11.18",units:1,con:"MONTH",name:"月"},{title:"1.9.273",units:1,con:"YEAR",name:"岁"}];export{n as DAYUNITS,t as TEAMS};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e={mounted(e,d){e.addEventListener("click",(()=>{e.disabled||(e.disabled=!0,setTimeout((()=>{e.disabled=!1}),d.value||1e3))}))}};export{e as default};
|
|
@@ -63,8 +63,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
default: () => {};
|
|
64
64
|
};
|
|
65
65
|
}>>, {
|
|
66
|
-
content: string;
|
|
67
66
|
contentStyle: CSSProperties;
|
|
67
|
+
content: string;
|
|
68
68
|
}>;
|
|
69
69
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
70
|
content: {
|
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
default: () => {};
|
|
81
81
|
};
|
|
82
82
|
}>>, {
|
|
83
|
-
content: string;
|
|
84
83
|
contentStyle: CSSProperties;
|
|
84
|
+
content: string;
|
|
85
85
|
}>;
|
|
86
86
|
export default _default;
|
|
File without changes
|