cnhis-design-vue 3.1.37-beta.1 → 3.1.37
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/big-table/index.d.ts +66 -166
- package/es/components/big-table/src/BigTable.vue.d.ts +79 -194
- package/es/components/button-print/index.d.ts +24 -27
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +101 -100
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/button-print/src/utils/print.js +1 -6
- package/es/components/fabric-chart/index.d.ts +34 -11
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +35 -12
- package/es/components/fabric-chart/src/FabricChart.vue.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -18
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +129 -42
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +151 -0
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +6 -7
- package/es/components/fabric-chart/src/hooks/useOther.js +3 -2
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +3 -1
- package/es/components/fabric-chart/src/utils/utils.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/utils.js +7 -4
- package/es/components/form-config/index.d.ts +2 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +2 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +2 -2
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +19 -18
- package/es/components/form-render/src/types/index.d.ts +2 -2
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +0 -3
- package/es/components/scale-view/src/hooks/use-component.d.ts +30 -81
- package/es/components/select-label/index.d.ts +30 -81
- package/es/components/select-label/src/SelectLabel.vue.d.ts +30 -81
- package/es/components/select-person/index.d.ts +113 -41
- package/es/components/select-person/src/SelectPerson.vue.d.ts +76 -45
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +1 -1
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -3
- package/es/shared/utils/tapable/Hook.d.ts +1 -1
- package/es/shared/utils/tapable/Hook.js +1 -1
- package/es/shared/utils/tapable/HookCodeFactory.js +3 -6
- package/es/shared/utils/tapable/SyncWaterfallHook.js +1 -2
- package/package.json +2 -2
- package/es/components/drag-layout/index.d.ts +0 -606
- package/es/components/drag-layout/index.js +0 -11
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -21
- package/es/components/drag-layout/src/DragFormLeftItem.vue.js +0 -122
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +0 -125
- package/es/components/drag-layout/src/DragFormRightItem.vue.js +0 -267
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +0 -606
- package/es/components/drag-layout/src/DragLayout.vue.js +0 -662
- package/es/components/drag-layout/style/index.css +0 -1
- package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +0 -181
|
@@ -6,9 +6,9 @@ import { TEMPERATURE_MENU, PAIN_MENU, OVERLAP } from './constant.js';
|
|
|
6
6
|
import { cloneDeep } from 'lodash-es';
|
|
7
7
|
import { isOneLine, getType, setOtherType, isEffectiveNode, getIndex, deleteProperty } from '../utils/utils.js';
|
|
8
8
|
|
|
9
|
-
function useCenter(canvas, propItems, emits, cumputedX, cumputedY, getXValue, getYValue, addRenderItem, pointTipProps, pointMenuProps,
|
|
9
|
+
function useCenter(canvas, propItems, emits, cumputedX, cumputedY, getXValue, getYValue, addRenderItem, pointTipProps, pointMenuProps, commonFunc) {
|
|
10
10
|
useGrid(canvas, propItems);
|
|
11
|
-
const { getEqualXTypes, repeatTip, maxLimitTip, minLimitTip } =
|
|
11
|
+
const { getEqualXTypes, repeatTip, maxLimitTip, minLimitTip } = commonFunc;
|
|
12
12
|
const { createShadowLines } = useShadow();
|
|
13
13
|
const {
|
|
14
14
|
left,
|
|
@@ -662,15 +662,14 @@ function useCenter(canvas, propItems, emits, cumputedX, cumputedY, getXValue, ge
|
|
|
662
662
|
updateData(params);
|
|
663
663
|
} else {
|
|
664
664
|
const { data, type, dataIndex, index } = target.origin;
|
|
665
|
-
deleteProperty(data, TEMPERATURE_MENU);
|
|
666
|
-
|
|
667
|
-
data[`${item.type}`] = item.value;
|
|
665
|
+
const _data = deleteProperty(data, [...TEMPERATURE_MENU, ...PAIN_MENU]);
|
|
666
|
+
_data[`${item.type}`] = item.value;
|
|
668
667
|
if (isOneLine(type)) {
|
|
669
|
-
|
|
668
|
+
_data["key"] = target.origin.key;
|
|
670
669
|
}
|
|
671
670
|
const params = {
|
|
672
671
|
...target.origin,
|
|
673
|
-
data
|
|
672
|
+
data: _data
|
|
674
673
|
};
|
|
675
674
|
emits("change", params);
|
|
676
675
|
updateData(params, "change");
|
|
@@ -79,14 +79,15 @@ function useOther(canvas, propItems, cumputedX) {
|
|
|
79
79
|
textDiff = (yCellHeight - (text.height || 0)) / 2;
|
|
80
80
|
texts.push(text);
|
|
81
81
|
});
|
|
82
|
-
|
|
82
|
+
const options = {
|
|
83
83
|
originX: "center",
|
|
84
84
|
left: x,
|
|
85
85
|
top: y + textDiff,
|
|
86
86
|
baseTop: (v.baseTop || 0) * yCellHeight,
|
|
87
87
|
trueLeft: x,
|
|
88
88
|
trueHeight: texts.length * yCellHeight
|
|
89
|
-
}
|
|
89
|
+
};
|
|
90
|
+
return new fabric.Group(texts, options);
|
|
90
91
|
}
|
|
91
92
|
drawOther();
|
|
92
93
|
}
|
|
@@ -10,8 +10,8 @@ import { useOther } from './useOther.js';
|
|
|
10
10
|
import { useEvent, useCanvasEvent } from './useEvent.js';
|
|
11
11
|
import '../utils/index.js';
|
|
12
12
|
import { setOtherType } from '../utils/utils.js';
|
|
13
|
-
import { useCommon } from './useCommon.js';
|
|
14
13
|
import 'lodash-es';
|
|
14
|
+
import { useCommon } from './useCommon.js';
|
|
15
15
|
|
|
16
16
|
function useTemperatureChart(canvas, props, emits, canvasRef) {
|
|
17
17
|
const defaultHeight = 15;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
1
2
|
import { fabric } from './utils';
|
|
2
3
|
import { AnyObject } from '../../../../es/shared/types';
|
|
3
|
-
export declare type
|
|
4
|
+
export declare type IType = 'temperature' | 'birthProcess' | undefined;
|
|
4
5
|
interface IEvent {
|
|
5
6
|
selectable: boolean;
|
|
6
7
|
evented: boolean;
|
|
@@ -148,4 +149,5 @@ export interface IBirthProcessData {
|
|
|
148
149
|
scaleValues: AnyObject[];
|
|
149
150
|
}
|
|
150
151
|
export declare type IObject = fabric.Object & AnyObject;
|
|
152
|
+
export declare type IFabricChartMainParam = [Ref<fabric.Canvas>, any, any, Ref<any>];
|
|
151
153
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IPoint } from '../interface';
|
|
2
2
|
import { AnyObject } from '../../../../../es/shared/types';
|
|
3
3
|
export declare function isEffectiveNode(node: IPoint): string | number | boolean;
|
|
4
|
-
export declare function deleteProperty(data: AnyObject, list: AnyObject[]):
|
|
4
|
+
export declare function deleteProperty(data: AnyObject, list: AnyObject[]): {};
|
|
5
5
|
export declare function getIndex(time: string, list: AnyObject[]): number;
|
|
6
6
|
/**
|
|
7
7
|
* @description: 判断yScaleValue数组内的项类型是否可以连成一条折线,比如温度线
|
|
@@ -2,10 +2,13 @@ function isEffectiveNode(node) {
|
|
|
2
2
|
return (node == null ? void 0 : node.time) && ((node == null ? void 0 : node.value) || (node == null ? void 0 : node.value) === 0);
|
|
3
3
|
}
|
|
4
4
|
function deleteProperty(data, list) {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
const _data = {};
|
|
6
|
+
for (const key in data) {
|
|
7
|
+
if (!list.map((v) => v.type).includes(key)) {
|
|
8
|
+
_data[key] = data[key];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return _data;
|
|
9
12
|
}
|
|
10
13
|
function getIndex(time, list) {
|
|
11
14
|
const index = list.findIndex((v) => new Date(v.time).getTime() > new Date(time).getTime());
|
|
@@ -18,7 +18,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
}>> & {}>>;
|
|
20
20
|
uuid: string;
|
|
21
|
-
getCommonConfig: () => {
|
|
21
|
+
getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
|
|
22
22
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
23
23
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
24
24
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -835,7 +835,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
835
835
|
'--item-column': number;
|
|
836
836
|
};
|
|
837
837
|
getRenderer: (fieldItem: import("./src/types").FormConfigItem) => import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>;
|
|
838
|
-
getCommonConfig: () => {
|
|
838
|
+
getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
|
|
839
839
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
840
840
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
841
841
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
}>> & {}>>;
|
|
21
21
|
uuid: string;
|
|
22
|
-
getCommonConfig: () => {
|
|
22
|
+
getCommonConfig: (formConfig?: FormConfigItem | undefined) => {
|
|
23
23
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
24
24
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
25
25
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -836,7 +836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
836
836
|
'--item-column': number;
|
|
837
837
|
};
|
|
838
838
|
getRenderer: (fieldItem: FormConfigItem) => import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>;
|
|
839
|
-
getCommonConfig: () => {
|
|
839
|
+
getCommonConfig: (formConfig?: FormConfigItem | undefined) => {
|
|
840
840
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
841
841
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
842
842
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
'--item-column': number;
|
|
14
14
|
};
|
|
15
15
|
getRenderer: (fieldItem: FormConfigItem) => import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>;
|
|
16
|
-
getCommonConfig: () => {
|
|
16
|
+
getCommonConfig: (formConfig?: FormConfigItem | undefined) => {
|
|
17
17
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
18
18
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
19
19
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -20,7 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
const { getRenderer } = usePresetRenderer();
|
|
21
21
|
const { getCommonConfig } = useSortableConfig();
|
|
22
22
|
return (_ctx, _cache) => {
|
|
23
|
-
return openBlock(), createBlock(unref(draggableComponent), mergeProps(unref(getCommonConfig)(), {
|
|
23
|
+
return openBlock(), createBlock(unref(draggableComponent), mergeProps(unref(getCommonConfig)(__props.fieldItem), {
|
|
24
24
|
style: getItemColumnStyle(__props.fieldItem)
|
|
25
25
|
}), {
|
|
26
26
|
item: withCtx(({ element }) => [
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
'--item-column': number;
|
|
40
40
|
};
|
|
41
41
|
getRenderer: (fieldItem: FormConfigItem) => import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>;
|
|
42
|
-
getCommonConfig: () => {
|
|
42
|
+
getCommonConfig: (formConfig?: FormConfigItem | undefined) => {
|
|
43
43
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
|
44
44
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
|
45
45
|
onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Sortable from 'sortablejs';
|
|
2
|
+
import { FormConfigItem } from '../../../../../es/components/form-config';
|
|
2
3
|
export declare function useSortableConfig(): {
|
|
3
|
-
getCommonConfig: () => {
|
|
4
|
+
getCommonConfig: (formConfig?: FormConfigItem) => {
|
|
4
5
|
move: ({ to, from, dragged }: Sortable.MoveEvent) => false | undefined;
|
|
5
6
|
onChoose: ({ target, item }: Sortable.SortableEvent) => void;
|
|
6
7
|
onUnchoose: ({ from, to, target, item }: Sortable.SortableEvent) => void;
|
|
@@ -26,7 +26,7 @@ function useSortableConfig() {
|
|
|
26
26
|
to !== from && from.classList.remove("is-choosing-area");
|
|
27
27
|
to.classList.add("is-choosing-area");
|
|
28
28
|
}
|
|
29
|
-
const getCommonConfig = () => ({
|
|
29
|
+
const getCommonConfig = (formConfig) => ({
|
|
30
30
|
move: onMove,
|
|
31
31
|
onChoose,
|
|
32
32
|
onUnchoose,
|
|
@@ -34,7 +34,7 @@ function useSortableConfig() {
|
|
|
34
34
|
forceFallback: false,
|
|
35
35
|
animation: "150",
|
|
36
36
|
"item-key": "key",
|
|
37
|
-
group: FORM_CONFIG_GROUP
|
|
37
|
+
group: (formConfig == null ? void 0 : formConfig.type) === "COMBINATION" ? formConfig.key : FORM_CONFIG_GROUP
|
|
38
38
|
});
|
|
39
39
|
return { getCommonConfig };
|
|
40
40
|
}
|
|
@@ -43,12 +43,22 @@ function useLowCodeReactions(configListRef, formModel) {
|
|
|
43
43
|
return res;
|
|
44
44
|
}, []);
|
|
45
45
|
});
|
|
46
|
+
function conObjMatcher(field, value, conObj) {
|
|
47
|
+
if (conObj.field_key !== field)
|
|
48
|
+
return;
|
|
49
|
+
const relation = compareMap[conObj.con] || (() => false);
|
|
50
|
+
return relation(value, `${conObj.value}`);
|
|
51
|
+
}
|
|
46
52
|
function lowCodeReactionsHandler(field, value) {
|
|
47
53
|
const configList = unref(configListRef);
|
|
48
54
|
if (!configList || !reactionKeys.value.includes(field))
|
|
49
55
|
return;
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
configList.forEach((config) => {
|
|
57
|
+
shouldTriggerReactions(field, value, config.conObj) && trigger(config);
|
|
58
|
+
});
|
|
59
|
+
function shouldTriggerReactions(field2, value2, conObjs) {
|
|
60
|
+
return conObjs.every((conObj) => conObjMatcher(field2, value2, conObj));
|
|
61
|
+
}
|
|
52
62
|
}
|
|
53
63
|
function trigger(config) {
|
|
54
64
|
Object.entries(config).forEach(([k, v]) => triggerMap[k] && triggerMap[k](v));
|
|
@@ -57,27 +67,18 @@ function useLowCodeReactions(configListRef, formModel) {
|
|
|
57
67
|
const configList = unref(configListRef);
|
|
58
68
|
if (!configList)
|
|
59
69
|
return;
|
|
60
|
-
const
|
|
70
|
+
const formData = formModel.getFormState().values;
|
|
61
71
|
configList.forEach((config) => {
|
|
72
|
+
shouldTriggerReactions(formData, config) && trigger(config);
|
|
73
|
+
});
|
|
74
|
+
function shouldTriggerReactions(formData2, config) {
|
|
62
75
|
if (!isArray(config.conObj))
|
|
63
76
|
return;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
});
|
|
68
|
-
function matcher(conObj) {
|
|
69
|
-
return conObjMatcher(conObj.field_key, Path.getIn(values, conObj.field_key), conObj);
|
|
77
|
+
return config.conObj.every(
|
|
78
|
+
(conObj) => conObjMatcher(conObj.field_key, Path.getIn(formData2, conObj.field_key), conObj)
|
|
79
|
+
);
|
|
70
80
|
}
|
|
71
81
|
}
|
|
72
|
-
function reactionMatcher(field, value, conObjs) {
|
|
73
|
-
return conObjs.every((conObj) => conObjMatcher(field, value, conObj));
|
|
74
|
-
}
|
|
75
|
-
function conObjMatcher(field, value, conObj) {
|
|
76
|
-
if (conObj.field_key !== field)
|
|
77
|
-
return;
|
|
78
|
-
const relation = compareMap[conObj.con] || (() => false);
|
|
79
|
-
return relation(value, `${conObj.value}`);
|
|
80
|
-
}
|
|
81
82
|
return { lowCodeReactionsHandler, triggerAllReactionsHandler };
|
|
82
83
|
}
|
|
83
84
|
|
|
@@ -2,7 +2,7 @@ import { AnyObject, UndefinedAble } from '../../../../../es/shared/types';
|
|
|
2
2
|
import { DataField, Field, Form } from '@formily/core';
|
|
3
3
|
import { ISchema } from '@formily/json-schema/esm/types';
|
|
4
4
|
import { Component, FunctionalComponent } from 'vue';
|
|
5
|
-
import { FIELD_BUSINESS_TYPE } from '../../../../../es/components/form-render/src/constants';
|
|
5
|
+
import { FIELD_BUSINESS_TYPE, LOW_CODE_VALUE_RELATION } from '../../../../../es/components/form-render/src/constants';
|
|
6
6
|
import { FieldItem } from '../types';
|
|
7
7
|
import { AsyncQueue, RequestInstance } from '../hooks';
|
|
8
8
|
export * from './fieldItem';
|
|
@@ -84,7 +84,7 @@ export declare type FormBusinessFormatter = (payload: {
|
|
|
84
84
|
}) => unknown;
|
|
85
85
|
export declare namespace FormLowCodeReactions {
|
|
86
86
|
type ConObj = {
|
|
87
|
-
con: string;
|
|
87
|
+
con: LOW_CODE_VALUE_RELATION | string;
|
|
88
88
|
field_key: string;
|
|
89
89
|
value: unknown;
|
|
90
90
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, Nullable, UndefinedAble
|
|
1
|
+
import { AnyObject, Nullable, UndefinedAble } from '../../../../../es/shared/types';
|
|
2
2
|
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
3
3
|
import { VxeTableInstance } from 'vxe-table';
|
|
4
4
|
import { VxeTableEventProps } from 'vxe-table/types/table';
|
|
@@ -37,7 +37,7 @@ export declare enum WIDGET_TYPE {
|
|
|
37
37
|
BANK_CARD = "BANK_CARD",
|
|
38
38
|
SEQUENCE = "SEQUENCE"
|
|
39
39
|
}
|
|
40
|
-
export declare const VxeEventListenerNameList: Readonly<
|
|
40
|
+
export declare const VxeEventListenerNameList: Readonly<(keyof VxeTableEventProps)[]>;
|
|
41
41
|
export declare const VxeTableEventNameList: ("toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd")[];
|
|
42
42
|
export declare const IhoTableRowGroupSequence: readonly ["firstRowGroup", "secondRowGroup", "thirdRowGroup", "fourthRowGroup", "fifthRowGroup", "sixthRowGroup", "seventhRowGroup", "eighthRowGroup", "ninthRowGroup", "tenthRowGroup"];
|
|
43
43
|
export declare const HIGHEST_PRIORITY: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.iho-table__boldCell{font-weight:700}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table
|
|
1
|
+
.iho-table__boldCell{font-weight:700}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table--empty-content{height:100%;width:100%}.iho-table .vxe-table--empty-content>div,.iho-table .vxe-tree-cell{height:100%}.iho-table .vxe-table--header{background-color:#f2f2f2}.iho-table .vxe-cell--title{color:#35393c}.iho-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.iho-table .vxe-body--expanded-column,.iho-table .vxe-table--border-line{border-color:#d5d5d599!important}.iho-table .vxe-table--footer-wrapper{border-top-color:#d5d5d599!important}.iho-table .border--default .vxe-body--column,.iho-table .border--default .vxe-footer--column,.iho-table .border--default .vxe-header--column,.iho-table .border--inner .vxe-body--column,.iho-table .border--inner .vxe-footer--column,.iho-table .border--inner .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599)!important}.iho-table .border--full .vxe-body--column,.iho-table .border--full .vxe-footer--column,.iho-table .border--full .vxe-header--column{background-image:linear-gradient(#d5d5d599,#d5d5d599),linear-gradient(#d5d5d599,#d5d5d599)!important}.iho-table .border--default .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--full .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--inner .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--outer .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(#d5d5d599,#d5d5d599)!important}.iho-table .vxe-table--header-border-line{border-bottom-color:#d5d5d599!important}.iho-table .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .icon-dot{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.iho-table .icon-dot,.iho-table .icon-dot-red{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.iho-table .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.iho-table .icon-dot-blue,.iho-table .icon-dot-green{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.iho-table .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.iho-table .icon-dot-gray,.iho-table .icon-dot-yellow{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.iho-table .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.iho-table .icon-dot-huifu,.iho-table .icon-dot-resolved{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.iho-table .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.iho-table .icon-dot-audit,.iho-table .icon-dot-close{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.iho-table .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.iho-table .icon-dot-design,.iho-table .icon-dot-develop{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.iho-table .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table__filterIcon{cursor:pointer;padding:0 4px}.iho-table__filterIcon:hover{opacity:.7}.iho-table__filterIcon.is-active{color:#5585f5}.iho-table__filterWrapper{display:flex;flex-direction:column;gap:8px;width:200px}.iho-table__filterButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:30px;padding:0 8px}.iho-table__filterButton--active{color:#5585f5}.iho-table__filterButton:hover{background:rgba(0,0,0,.05)}.iho-table__filterListWrapper{border:1px solid rgba(0,0,0,.05)}.iho-table__filterListItem{align-items:center;border-radius:4px;display:flex;height:32px;padding:0 8px}.iho-table__filterListItem:hover{background:rgba(0,0,0,.05)}.iho-table__filterFooter{display:flex;justify-content:space-between}.iho-table{height:100%}.iho-table .vxe-header--column [annotation-hover-show=true]{visibility:hidden}.iho-table .vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.iho-table__headerWrapper{display:inline-flex}
|