cnhis-design-vue 3.1.20-beta.4.1 → 3.1.21-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -123
- package/es/components/big-table/index.d.ts +1 -1
- package/es/components/big-table/src/BigTable.vue.d.ts +1 -1
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/button-print/index.d.ts +1 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1 -1
- package/es/components/drag-layout/index.d.ts +1 -1
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/FabricChart.js +4 -3
- package/es/components/fabric-chart/src/hooks/useLeft2.js +8 -5
- package/es/components/fabric-chart/src/hooks/useOther2.js +21 -32
- package/es/components/fabric-chart/src/hooks/useRight2.js +3 -3
- package/es/components/fabric-chart/src/hooks/useTop2.js +5 -3
- 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/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +1 -1
- package/es/components/form-table/index.d.ts +1 -1
- package/es/components/form-table/src/FormTable.vue.d.ts +1 -1
- package/es/components/form-table/src/components/index.d.ts +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +1 -1
- package/es/components/info-header/index.d.ts +1 -1
- package/es/components/info-header/src/InfoHeader.vue.d.ts +1 -1
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +2 -2
- package/es/components/select-label/index.d.ts +4 -4
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +2 -2
- package/es/components/select-label/src/SelectLabel.vue.d.ts +2 -2
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +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/time-line/index.d.ts +1 -1
- package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -170,7 +170,7 @@ export declare function useComponents(): {
|
|
|
170
170
|
[x: symbol]: never;
|
|
171
171
|
}, {
|
|
172
172
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
173
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
173
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
174
174
|
[x: string]: never;
|
|
175
175
|
[x: number]: never;
|
|
176
176
|
[x: symbol]: never;
|
|
@@ -170,7 +170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
170
170
|
[x: symbol]: never;
|
|
171
171
|
}, {
|
|
172
172
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
173
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
173
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
174
174
|
[x: string]: never;
|
|
175
175
|
[x: number]: never;
|
|
176
176
|
[x: symbol]: never;
|
|
@@ -124,7 +124,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
124
124
|
};
|
|
125
125
|
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
126
126
|
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
127
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
127
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
128
128
|
readonly label: StringConstructor;
|
|
129
129
|
readonly span: {
|
|
130
130
|
readonly type: NumberConstructor;
|
|
@@ -125,7 +125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
125
|
};
|
|
126
126
|
readonly labelStyle: PropType<string | CSSProperties>;
|
|
127
127
|
readonly contentStyle: PropType<string | CSSProperties>;
|
|
128
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
128
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
129
129
|
readonly label: StringConstructor;
|
|
130
130
|
readonly span: {
|
|
131
131
|
readonly type: NumberConstructor;
|
|
@@ -952,7 +952,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
952
952
|
key: string;
|
|
953
953
|
render: () => import("vue").VNodeChild;
|
|
954
954
|
}[]>;
|
|
955
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
955
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
956
956
|
readonly label: StringConstructor;
|
|
957
957
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
958
958
|
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
@@ -951,7 +951,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
951
951
|
key: string;
|
|
952
952
|
render: () => import("vue").VNodeChild;
|
|
953
953
|
}[]>;
|
|
954
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
954
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
955
955
|
readonly label: StringConstructor;
|
|
956
956
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
957
957
|
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
@@ -804,7 +804,7 @@ export declare const componentMap: {
|
|
|
804
804
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
805
805
|
class: import("vue").Ref<string | undefined>;
|
|
806
806
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
807
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
807
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
808
808
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
809
809
|
[key: string]: any;
|
|
810
810
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -834,7 +834,7 @@ export declare const componentMap: {
|
|
|
834
834
|
NAnchorLink: import("vue").DefineComponent<{
|
|
835
835
|
readonly title: StringConstructor;
|
|
836
836
|
readonly href: StringConstructor;
|
|
837
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
837
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
838
838
|
readonly title: StringConstructor;
|
|
839
839
|
readonly href: StringConstructor;
|
|
840
840
|
}>>, {}>;
|
|
@@ -307,7 +307,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
307
307
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
308
308
|
class: import("vue").Ref<string | undefined>;
|
|
309
309
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
310
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
310
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
311
311
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
312
312
|
[key: string]: any;
|
|
313
313
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -337,7 +337,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
337
337
|
NAnchorLink: import("vue").DefineComponent<{
|
|
338
338
|
readonly title: StringConstructor;
|
|
339
339
|
readonly href: StringConstructor;
|
|
340
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
340
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
341
|
readonly title: StringConstructor;
|
|
342
342
|
readonly href: StringConstructor;
|
|
343
343
|
}>>, {}>;
|
|
@@ -754,7 +754,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
754
754
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
755
755
|
class: import("vue").Ref<string | undefined>;
|
|
756
756
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
757
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
757
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
758
758
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
759
759
|
[key: string]: any;
|
|
760
760
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -784,7 +784,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
784
784
|
NAnchorLink: import("vue").DefineComponent<{
|
|
785
785
|
readonly title: StringConstructor;
|
|
786
786
|
readonly href: StringConstructor;
|
|
787
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
787
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
788
788
|
readonly title: StringConstructor;
|
|
789
789
|
readonly href: StringConstructor;
|
|
790
790
|
}>>, {}>;
|
|
@@ -135,7 +135,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
136
136
|
class: import("vue").Ref<string | undefined>;
|
|
137
137
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
138
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
138
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
139
139
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
140
140
|
[key: string]: any;
|
|
141
141
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -165,7 +165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
NAnchorLink: import("vue").DefineComponent<{
|
|
166
166
|
readonly title: StringConstructor;
|
|
167
167
|
readonly href: StringConstructor;
|
|
168
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
168
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
169
169
|
readonly title: StringConstructor;
|
|
170
170
|
readonly href: StringConstructor;
|
|
171
171
|
}>>, {}>;
|
|
@@ -307,7 +307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
307
307
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
308
308
|
class: import("vue").Ref<string | undefined>;
|
|
309
309
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
310
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
310
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
311
311
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
312
312
|
[key: string]: any;
|
|
313
313
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -337,7 +337,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
337
337
|
NAnchorLink: import("vue").DefineComponent<{
|
|
338
338
|
readonly title: StringConstructor;
|
|
339
339
|
readonly href: StringConstructor;
|
|
340
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
340
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
341
|
readonly title: StringConstructor;
|
|
342
342
|
readonly href: StringConstructor;
|
|
343
343
|
}>>, {}>;
|
|
@@ -219,7 +219,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
219
219
|
[x: symbol]: never;
|
|
220
220
|
}, {
|
|
221
221
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
222
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
222
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
223
223
|
[x: string]: never;
|
|
224
224
|
[x: number]: never;
|
|
225
225
|
[x: symbol]: never;
|
|
@@ -218,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
218
218
|
[x: symbol]: never;
|
|
219
219
|
}, {
|
|
220
220
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
221
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
221
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
222
222
|
[x: string]: never;
|
|
223
223
|
[x: number]: never;
|
|
224
224
|
[x: symbol]: never;
|
|
@@ -2162,7 +2162,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2162
2162
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
2163
2163
|
class: import("vue").Ref<string | undefined>;
|
|
2164
2164
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
2165
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2165
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2166
2166
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2167
2167
|
[key: string]: any;
|
|
2168
2168
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -2164,7 +2164,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2164
2164
|
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
2165
2165
|
class: import("vue").Ref<string | undefined>;
|
|
2166
2166
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
2167
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2167
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2168
2168
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2169
2169
|
[key: string]: any;
|
|
2170
2170
|
}> | (() => import("vue").VNodeChild)>;
|
|
@@ -50,7 +50,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
50
50
|
}> | undefined;
|
|
51
51
|
themeClass: import("vue").Ref<string> | undefined;
|
|
52
52
|
onRender: (() => void) | undefined;
|
|
53
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
53
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
time: import("vue").PropType<string | number>;
|
|
55
55
|
title: StringConstructor;
|
|
56
56
|
content: StringConstructor;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
}> | undefined;
|
|
54
54
|
themeClass: import("vue").Ref<string> | undefined;
|
|
55
55
|
onRender: (() => void) | undefined;
|
|
56
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
56
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
time: PropType<string | number>;
|
|
58
58
|
title: StringConstructor;
|
|
59
59
|
content: StringConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.21-beta.0",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"iOS 7",
|
|
67
67
|
"last 3 iOS versions"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "f17aa07b02a0de635bb469e2759ab4420043d69b"
|
|
70
70
|
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
declare module 'bpmn-js/lib/Viewer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
declare module 'bpmn-js/lib/features/modeling';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
declare module 'diagram-js/lib/navigation/movecanvas';
|