cnhis-design-vue 3.1.43-beta.2 → 3.1.43-beta.21
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/base-search/index.d.ts +50 -114
- package/es/components/base-search/src/index.vue.d.ts +50 -114
- package/es/components/base-search/src/index.vue.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -0
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/classification/index.d.ts +9 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +8 -5
- package/es/components/classification/src/components/set-classification/index.vue.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +2 -2
- package/es/components/classification/src/index.vue.d.ts +9 -6
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue.js +1 -1
- package/es/components/fabric-chart/index.d.ts +1 -1
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +2 -1
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +3 -2
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
- 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/form-render/src/components/renderer/radio&checkbox.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/guide/index.d.ts +2 -0
- package/es/components/guide/index.js +1 -0
- package/es/components/guide/src/renderer.d.ts +37 -0
- package/es/components/guide/src/renderer.js +1 -0
- package/es/components/guide/src/types/index.d.ts +40 -0
- package/es/components/guide/src/useGuide.d.ts +6 -0
- package/es/components/guide/src/useGuide.js +1 -0
- package/es/components/guide/src/utils/index.d.ts +14 -0
- package/es/components/guide/src/utils/index.js +1 -0
- package/es/components/iho-table/index.d.ts +16 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +16 -5
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +2 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +4 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- 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/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +4 -1
- package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
- package/es/components/iho-table/style/iconfont.ttf +0 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +1 -1
- package/es/components/keyboard/src/components/InputNumber.vue.js +1 -1
- package/es/components/quick-search/index.d.ts +54 -224
- package/es/components/quick-search/src/index.vue.d.ts +54 -224
- package/es/components/quick-search/src/index.vue.js +1 -1
- package/es/components/quick-search/style/index.css +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/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- 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/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +3 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -0
- package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.d.ts +84 -0
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRange.vue.d.ts +118 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRange.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +67 -0
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +26 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -2
- 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 +17 -0
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +5 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +13 -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 +240 -15
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +6 -2
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.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 +27 -87
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useTriggerEvent.d.ts +0 -0
- /package/es/components/{iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useTriggerEvent.js → guide/src/types/index.js} +0 -0
|
@@ -3,9 +3,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
3
3
|
component: any;
|
|
4
4
|
props: {
|
|
5
5
|
clearable: boolean;
|
|
6
|
-
options?: undefined;
|
|
7
6
|
filterable?: undefined;
|
|
8
7
|
multiple?: undefined;
|
|
8
|
+
maxTagCount?: undefined;
|
|
9
9
|
type?: undefined;
|
|
10
10
|
valueFormat?: undefined;
|
|
11
11
|
};
|
|
@@ -21,7 +21,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
21
21
|
value: {
|
|
22
22
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
filterApiConfig: {
|
|
25
25
|
type: ObjectConstructor;
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
@@ -29,32 +29,50 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
29
29
|
value: {
|
|
30
30
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
filterApiConfig: {
|
|
33
33
|
type: ObjectConstructor;
|
|
34
34
|
};
|
|
35
35
|
}>> & {
|
|
36
36
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
37
38
|
}>>;
|
|
38
|
-
|
|
39
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
40
|
+
$attrs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
|
|
44
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
45
|
+
isRemote: import("vue").Ref<boolean>;
|
|
46
|
+
isLoading: import("vue").Ref<boolean>;
|
|
39
47
|
valueCp: import("vue").WritableComputedRef<any>;
|
|
40
|
-
|
|
41
|
-
|
|
48
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
49
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
50
|
+
handleSearch: (query: string) => Promise<void>;
|
|
51
|
+
handleInitData: () => Promise<void>;
|
|
52
|
+
renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}>;
|
|
55
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
}>;
|
|
58
|
+
init: () => Promise<void>;
|
|
42
59
|
NSelect: any;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "changeInitState")[], "update:value" | "changeInitState", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
61
|
value: {
|
|
45
62
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
46
63
|
};
|
|
47
|
-
|
|
64
|
+
filterApiConfig: {
|
|
48
65
|
type: ObjectConstructor;
|
|
49
66
|
};
|
|
50
67
|
}>> & {
|
|
51
68
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
52
70
|
}, {}>;
|
|
53
71
|
props: {
|
|
54
72
|
clearable: boolean;
|
|
55
|
-
options: never[];
|
|
56
73
|
filterable: boolean;
|
|
57
74
|
multiple: boolean;
|
|
75
|
+
maxTagCount: string;
|
|
58
76
|
type?: undefined;
|
|
59
77
|
valueFormat?: undefined;
|
|
60
78
|
};
|
|
@@ -62,23 +80,231 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
62
80
|
name: string;
|
|
63
81
|
handler(e: KeyboardEvent, search: funcVoid, props: any): void;
|
|
64
82
|
}[];
|
|
65
|
-
handlerProps(props: any,
|
|
83
|
+
handlerProps(props: any, data?: any): any;
|
|
66
84
|
setDefaultValue: (defaultValue: any) => any;
|
|
67
85
|
style?: undefined;
|
|
68
86
|
} | {
|
|
69
|
-
component:
|
|
87
|
+
component: import("vue").DefineComponent<{
|
|
88
|
+
type: {
|
|
89
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
clearable: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
valueFormat: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
placeholder: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
value: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
}, {
|
|
109
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
110
|
+
type: {
|
|
111
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
clearable: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
valueFormat: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
placeholder: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
value: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
}>> & {
|
|
131
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
}>>;
|
|
133
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
134
|
+
valueCp: import("vue").Ref<any>;
|
|
135
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
136
|
+
handleChange: (val: any) => void;
|
|
137
|
+
NDatePicker: any;
|
|
138
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
139
|
+
type: {
|
|
140
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
clearable: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
valueFormat: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
placeholder: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
value: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
}>> & {
|
|
160
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
161
|
+
}, {
|
|
162
|
+
type: "date" | "datetime";
|
|
163
|
+
value: string;
|
|
164
|
+
placeholder: string;
|
|
165
|
+
clearable: boolean;
|
|
166
|
+
valueFormat: string;
|
|
167
|
+
}>;
|
|
70
168
|
props: {
|
|
71
169
|
type: string;
|
|
72
170
|
clearable: boolean;
|
|
73
171
|
valueFormat: string;
|
|
74
|
-
options?: undefined;
|
|
75
172
|
filterable?: undefined;
|
|
76
173
|
multiple?: undefined;
|
|
174
|
+
maxTagCount?: undefined;
|
|
77
175
|
};
|
|
78
|
-
handlerProps(props: any,
|
|
176
|
+
handlerProps(props: any, data?: any): any;
|
|
79
177
|
setDefaultValue(defaultValue: any, defValueUnit: any): any;
|
|
80
178
|
eventsBySearch?: undefined;
|
|
81
179
|
style?: undefined;
|
|
180
|
+
} | {
|
|
181
|
+
component: import("vue").DefineComponent<{
|
|
182
|
+
type: {
|
|
183
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
filterExplicit: {
|
|
187
|
+
type: NumberConstructor;
|
|
188
|
+
default: number;
|
|
189
|
+
};
|
|
190
|
+
clearable: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
valueFormat: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
198
|
+
startPlaceholder: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: string;
|
|
201
|
+
};
|
|
202
|
+
endPlaceholder: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
value: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
210
|
+
}, {
|
|
211
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
212
|
+
type: {
|
|
213
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
214
|
+
default: string;
|
|
215
|
+
};
|
|
216
|
+
filterExplicit: {
|
|
217
|
+
type: NumberConstructor;
|
|
218
|
+
default: number;
|
|
219
|
+
};
|
|
220
|
+
clearable: {
|
|
221
|
+
type: BooleanConstructor;
|
|
222
|
+
default: boolean;
|
|
223
|
+
};
|
|
224
|
+
valueFormat: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
default: string;
|
|
227
|
+
};
|
|
228
|
+
startPlaceholder: {
|
|
229
|
+
type: StringConstructor;
|
|
230
|
+
default: string;
|
|
231
|
+
};
|
|
232
|
+
endPlaceholder: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
value: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
}>> & {
|
|
241
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
242
|
+
}>>;
|
|
243
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
244
|
+
dateList: import("vue").Ref<any[]>;
|
|
245
|
+
isShow: import("vue").Ref<boolean>;
|
|
246
|
+
radioValue: import("vue").Ref<string>;
|
|
247
|
+
startDate: import("vue").Ref<any>;
|
|
248
|
+
endDate: import("vue").Ref<any>;
|
|
249
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
250
|
+
showTabStr: import("vue").ComputedRef<string>;
|
|
251
|
+
initData: () => void;
|
|
252
|
+
handleRadioClick: (value: string) => void;
|
|
253
|
+
handleChange: (val: any, type: "end" | "start") => void;
|
|
254
|
+
NDatePicker: any;
|
|
255
|
+
NButton: any;
|
|
256
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
257
|
+
type: {
|
|
258
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
filterExplicit: {
|
|
262
|
+
type: NumberConstructor;
|
|
263
|
+
default: number;
|
|
264
|
+
};
|
|
265
|
+
clearable: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
valueFormat: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
startPlaceholder: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
default: string;
|
|
276
|
+
};
|
|
277
|
+
endPlaceholder: {
|
|
278
|
+
type: StringConstructor;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
281
|
+
value: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: string;
|
|
284
|
+
};
|
|
285
|
+
}>> & {
|
|
286
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
287
|
+
}, {
|
|
288
|
+
type: "date" | "datetime";
|
|
289
|
+
value: string;
|
|
290
|
+
filterExplicit: number;
|
|
291
|
+
clearable: boolean;
|
|
292
|
+
startPlaceholder: string;
|
|
293
|
+
endPlaceholder: string;
|
|
294
|
+
valueFormat: string;
|
|
295
|
+
}>;
|
|
296
|
+
props: {
|
|
297
|
+
type: string;
|
|
298
|
+
clearable: boolean;
|
|
299
|
+
valueFormat: string;
|
|
300
|
+
filterable?: undefined;
|
|
301
|
+
multiple?: undefined;
|
|
302
|
+
maxTagCount?: undefined;
|
|
303
|
+
};
|
|
304
|
+
handlerProps(props: any, data?: any): any;
|
|
305
|
+
setDefaultValue: (defaultValue: any) => any;
|
|
306
|
+
eventsBySearch?: undefined;
|
|
307
|
+
style?: undefined;
|
|
82
308
|
} | {
|
|
83
309
|
component: import("vue").DefineComponent<{
|
|
84
310
|
options: {
|
|
@@ -183,9 +409,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
183
409
|
}>;
|
|
184
410
|
props: {
|
|
185
411
|
clearable?: undefined;
|
|
186
|
-
options?: undefined;
|
|
187
412
|
filterable?: undefined;
|
|
188
413
|
multiple?: undefined;
|
|
414
|
+
maxTagCount?: undefined;
|
|
189
415
|
type?: undefined;
|
|
190
416
|
valueFormat?: undefined;
|
|
191
417
|
};
|
|
@@ -196,4 +422,3 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
196
422
|
setDefaultValue: (defaultValue: any) => any;
|
|
197
423
|
eventsBySearch?: undefined;
|
|
198
424
|
}>;
|
|
199
|
-
export declare const formatItemData: (val: any, widgetType: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{WidgetTypeEnums as e}from"../../types/enums.js";import{DatePresetValEnums as
|
|
1
|
+
import{WidgetTypeEnums as e}from"../../types/enums.js";import{DatePresetValEnums as t}from"./enums.js";import{NInputNumber as l,NInput as a}from"naive-ui";import r from"./components/CheckboxGroup.vue.js";import o from"./components/InputNumberGroup.vue.js";import n from"./components/Date.vue.js";import p from"./components/DateRange.vue.js";import s from"./components/Select.vue.js";import{presetValToTimestamp as m}from"./helpers/presetValToTimestamp.js";const i=e=>null==e?null:e,u=new Map([[e.INPUT_NUMBER,{component:l,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t}={})=>({...e,placeholder:`输入${t}`}),setDefaultValue:i}],[e.INPUTNUMBER_RANGE,{component:o,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t,filterExplicit:l}={})=>({...e,startPlaceholder:1===l?`起始${t}`:"最小值",endPlaceholder:1===l?`截止${t}`:"最大值"}),setDefaultValue:i}],[e.INPUT,{component:a,props:{clearable:!0},eventsBySearch:[{name:"keydown",handler(e,t){"Enter"===e.key&&t()}}],handlerProps:(e,{title:t}={})=>({...e,placeholder:`搜索${t}`}),setDefaultValue:i}],[e.SELECT,{component:s,props:{clearable:!0,filterable:!0,multiple:!1,maxTagCount:"responsive"},eventsBySearch:[{name:"change",handler(e,t,l){const{multiple:a}=l;a&&t()}}],handlerProps(e,t={}){const{valueList:l,multiple:a,title:r,manualMapping:o,dynamicOptionInfo:n,defaultValue:p,defValueUnit:s,_frontId:m,isInit:i}=t,u={...e,placeholder:`请选择${r}`,manualMapping:o,dynamicOptionInfo:n,valueList:l,defValue:p,defValueUnit:s,_frontId:m,isInit:i};return a&&(u.multiple=!0),u},setDefaultValue:i}],[e.DATE,{component:n,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,t={}){const{title:l,rangeFilter:a}=t,r={...e,placeholder:`请选择${l}`};return a&&(r.type="daterange",r.startPlaceholder=`起始${l}`,r.endPlaceholder=`截止${l}`),r},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?m(l,"YYYY-MM-DD HH:mm:ss"):e}],[e.DATE_RANGE,{component:p,props:{type:"date",clearable:!0,valueFormat:"yyyy-MM-dd"},handlerProps(e,t={}){const{title:l,filterExplicit:a}=t;return{...e,filterExplicit:a,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:i}],[e.DATE_TIME,{component:n,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,t={}){const{title:l,rangeFilter:a}=t,r={...e,placeholder:`请选择${l}`};return a&&(r.type="datetimerange",r.startPlaceholder=`起始${l}`,r.endPlaceholder=`截止${l}`),r},setDefaultValue:(e,l)=>l&&l!==t.CUSTOM?m(l,"YYYY-MM-DD HH:mm:ss"):e}],[e.DATETIME_RANGE,{component:p,props:{type:"datetime",clearable:!0,valueFormat:"yyyy-MM-dd HH:mm:ss"},handlerProps(e,t={}){const{title:l,filterExplicit:a}=t;return{...e,filterExplicit:a,startPlaceholder:`起始${l}`,endPlaceholder:`截止${l}`}},setDefaultValue:i}],[e.CHECKBOX_GROUP,{component:r,props:{},style:{"line-height":"32px"},handlerProps(e,{valueList:t,multiple:l}={}){const a={...e,multiple:l};return Array.isArray(t)&&(a.options=t.map((({value:e,label:t})=>({value:e,label:t})))),a},setDefaultValue:i}]]);export{u as WidgetCfgMaps};
|
|
@@ -7,15 +7,19 @@ export default function useAdvanced(): {
|
|
|
7
7
|
setting: string;
|
|
8
8
|
widgetCfg: {
|
|
9
9
|
isRender: boolean;
|
|
10
|
+
isInit: boolean;
|
|
10
11
|
widgetType: string | null;
|
|
11
12
|
valueList: {
|
|
12
13
|
value: any;
|
|
13
|
-
label:
|
|
14
|
+
label: any;
|
|
14
15
|
}[] | undefined;
|
|
15
16
|
defaultValue: any;
|
|
16
17
|
defValueUnit: any;
|
|
17
18
|
multiple: boolean;
|
|
19
|
+
manualMapping: boolean | null | undefined;
|
|
20
|
+
dynamicOptionInfo: import("../../../../../es/components/table-filter/src/types").dynamicOptionInfoType | {} | undefined;
|
|
18
21
|
};
|
|
22
|
+
rangeFilter: boolean | undefined;
|
|
19
23
|
title: string;
|
|
20
24
|
alias: string | undefined;
|
|
21
25
|
isShowSearch: number;
|
|
@@ -23,7 +27,7 @@ export default function useAdvanced(): {
|
|
|
23
27
|
explicitRequired: number;
|
|
24
28
|
advanceOptionSetting: string;
|
|
25
29
|
placeholder: string | undefined;
|
|
26
|
-
advanceColWidth:
|
|
30
|
+
advanceColWidth: number | null | undefined;
|
|
27
31
|
}[];
|
|
28
32
|
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
|
29
33
|
transformClassifyChild: (conObjList: any) => {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{WidgetOptionEnums as e,WidgetTypeEnums as t}from"../types/enums.js";import{presetValToTimestamp as i}from"../components/render-widget/helpers/presetValToTimestamp.js";import{DatePresetValEnums as
|
|
1
|
+
import{WidgetOptionEnums as e,WidgetTypeEnums as t}from"../types/enums.js";import{presetValToTimestamp as i}from"../components/render-widget/helpers/presetValToTimestamp.js";import{DatePresetValEnums as n}from"../components/render-widget/enums.js";const l={[e.RADIO]:"0",[e.MULTIPLE]:"1",[e.ALL]:"0",[e.SELECT_TIME]:"1",[e.PAST_TIME]:"2",[e.FUTURE_TIME]:"3"};function a(){return{transformData:function(i){return i.map((i=>{var n,a;const{optionInfo:o={list:[],manualMapping:!0,dynamicOptionInfo:{}},type:u,defaultValue:r,optionType:s,filterExplicit:p,rangeFilter:d}=i,c={},m={title:(f=i).title,alias:f.customTitle,isShowSearch:f.isShowSearch?1:0,filterExplicit:f.filterExplicit?1:0,explicitRequired:f.explicitRequired?1:0,advanceOptionSetting:f.optionType?l[f.optionType]:"",placeholder:f.remark,advanceColWidth:f.width};var f;let E,T,v=u;p?(E=u===t.SELECT&&s===e.MULTIPLE?null==r?void 0:r.valueList:null==(n=null==r?void 0:r.valueList)?void 0:n[0],T=null==r?void 0:r.unit):u===t.SELECT&&(null==o?void 0:o.list)&&(null==o?void 0:o.list.length)<10&&(v="CHECKBOX_GROUP"),d&&(u===t.INPUT_NUMBER&&(v="INPUTNUMBER_RANGE"),u===t.DATE&&(v="DATE_RANGE"),u===t.DATE_TIME&&(v="DATETIME_RANGE"));const g={isRender:!0,isInit:!1,widgetType:v,valueList:null==(a=null==o?void 0:o.list)?void 0:a.map((({name:e,value:t})=>({value:t,label:e}))),defaultValue:E,defValueUnit:T,multiple:s===e.MULTIPLE,manualMapping:null==o?void 0:o.manualMapping,dynamicOptionInfo:null==o?void 0:o.dynamicOptionInfo};return{...m,fieldType:i.dataType,columnName:i.name,settingObj:c,setting:JSON.stringify(c),widgetCfg:g,rangeFilter:d}}))},getCacheDef:function(e,i){const{widgetType:n,widgetCfg:l}=e;return n!==t.SELECT&&n!==t.CHECKBOX_GROUP||!l.multiple?i[0]:i},transformClassifyChild:function(e){const t={};return e&&e.length>0&&e.forEach((e=>{const l=e.field_key,a=e.value&&e.value.length>1?e.value:e.value.toString();if(t[l]=a,e.unit&&e.unit!==n.CUSTOM){const n=i(e.unit,"YYYY-MM-DD HH:mm:ss");t[l]=n}})),t},transformParams:function(e){const t={};return e&&e.length>0&&e.forEach((e=>{const i=e.field_key,n=e.value&&e.value.length>1?e.value:e.value.toString();t[i]=n})),t}}}export{a as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{WidgetCfgMaps as e}from"../components/render-widget/widgetCfgMaps.js";import{DatePresetValEnums as n}from"../components/render-widget/enums.js";import{WidgetTypeEnums as t}from"../types/enums.js";const r=[t.CHECKBOX_GROUP];function i(){function i(e){var n;return null==(n=e.widgetCfg)?void 0:n.isRender}function u(n){const{
|
|
1
|
+
import{WidgetCfgMaps as e}from"../components/render-widget/widgetCfgMaps.js";import{DatePresetValEnums as n}from"../components/render-widget/enums.js";import{WidgetTypeEnums as t}from"../types/enums.js";const r=[t.CHECKBOX_GROUP,t.DATE_RANGE,t.DATETIME_RANGE];function i(){function i(e){var n;return null==(n=e.widgetCfg)?void 0:n.isRender}function u(n){const{rangeFilter:t}=n,{widgetType:r,defaultValue:i,defValueUnit:u}=n.widgetCfg||{},l=e.get(r);let o;if(l){const{setDefaultValue:e}=l;e&&!t&&(o=e(i,u))}return o}return{isRender:i,getDefValByRenderWidget:u,initRenderWidgetCfg:function(e){const n=i(e);if(!n)return n;const{widgetType:t}=e.widgetCfg||{};return e._frontId||(e._frontId="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{const n=16*Math.random()|0;return("x"===e?n:3&n|8).toString(16)}))),e.isRender=n,e.widgetType=t,e.con="EQ",r.includes(t)&&(e._isBlock=!0),e.value=u(e),n},getRenderSearchConObj:function(e){if(!i(e))return null;const{columnName:r,con:u,value:l,widgetType:o}=e;let d=null;[t.DATE,t.DATE_TIME].includes(o)&&(d=n.CUSTOM);const f=Array.isArray(l)?l:l?[l]:[];return{field_key:r,con:u,value:f.length>0?f:null,unit:d}},getDefValByRenderConObj:function(e,n){if(!i(n))return null;const{widgetType:r,multiple:u}=n.widgetCfg||{},{value:l}=e;return r!==t.SELECT&&r!==t.CHECKBOX_GROUP||!u?Array.isArray(l)?l[0]:l:Array.isArray(l)?l:l?[l]:[]},isExistDefValByRenderWidget:function(e){const{defaultValue:n,defValueUnit:t}=e.widgetCfg||{};return!(!n&&!t)},resetRenderWidgetValue:function(e){const n=i(e);return n?(e.value=null,n):n}}}export{i as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const T={TEXT:"TEXT",NUMBER:"NUMBER",DATE:"DATE",DATE_TIME:"DATETIME",TIME:"TIME",BOOLEAN:"BOOLEAN"},E={SQL:"SQL",API:"API"},A={MANUAL:"manual",DICT:"dict"},_={INPUT_NUMBER:"NUMBER",INPUT:"TEXT",SELECT:"SELECT",DATE:"DATE",DATE_TIME:"DATETIME",CHECKBOX_GROUP:"CHECKBOX_GROUP"},R={RADIO:"SELECT_SINGLE",MULTIPLE:"SELECT_MULTIPLE",ALL:"DATETIME_WHOLE",SELECT_TIME:"DATETIME_SELECT",PAST_TIME:"DATETIME_PAST",FUTURE_TIME:"DATETIME_FUTURE"},
|
|
1
|
+
const T={TEXT:"TEXT",NUMBER:"NUMBER",DATE:"DATE",DATE_TIME:"DATETIME",TIME:"TIME",BOOLEAN:"BOOLEAN"},E={SQL:"SQL",API:"API"},A={MANUAL:"manual",DICT:"dict"},_={INPUT_NUMBER:"NUMBER",INPUT:"TEXT",SELECT:"SELECT",DATE:"DATE",DATE_TIME:"DATETIME",CHECKBOX_GROUP:"CHECKBOX_GROUP",INPUTNUMBER_RANGE:"INPUTNUMBER_RANGE",DATE_RANGE:"DATE_RANGE",DATETIME_RANGE:"DATETIME_RANGE"},R={RADIO:"SELECT_SINGLE",MULTIPLE:"SELECT_MULTIPLE",ALL:"DATETIME_WHOLE",SELECT_TIME:"DATETIME_SELECT",PAST_TIME:"DATETIME_PAST",FUTURE_TIME:"DATETIME_FUTURE"},N={CUSTOM:"CUSTOM",FIRST_VAL:"FIRST",NOW:"NOW",TODAY:"TODAY",TODAY_START:"TODAY_START",TODAY_END:"TODAY_END",TOMORROW:"TOMORROW",TOMORROW_START:"TOMORROW_START",TOMORROW_END:"TOMORROW_END",YESTERDAY:"YESTERDAY",YESTERDAY_START:"YESTERDAY_START",YESTERDAY_END:"YESTERDAY_END",THIS_WEEK:"THIS_WEEK",WEEK_START:"THIS_WEEK_START",WEEK_END:"THIS_WEEK_END",NEXT_WEEK:"NEXT_WEEK",LAST_WEEK:"LAST_WEEK",THIS_MONTH:"THIS_MONTH",MONTH_START:"THIS_MONTH_START",MONTH_END:"THIS_MONTH_END",NEXT_MONTH:"NEXT_MONTH",LAST_MONTH:"LAST_MONTH",THIS_QUARTER:"THIS_QUARTER",NEXT_QUARTER:"NEXT_QUARTER",LAST_QUARTER:"LAST_QUARTER",THIS_YEAR:"THIS_YEAR",NEXT_YEAR:"NEXT_YEAR",LAST_YEAR:"LAST_YEAR"},S={NULL:"NULL",EQUAL:"EQ"};export{S as ConditionEnums,E as DataTypeEnums,T as FieldTypeEnums,A as MappingMethodEnums,R as WidgetOptionEnums,_ as WidgetTypeEnums,N as WidgetValEnums};
|
|
@@ -1,98 +1,27 @@
|
|
|
1
1
|
export declare type funcVoid = () => void;
|
|
2
2
|
export declare type ISearchType = {
|
|
3
|
+
isShowSearch?: number;
|
|
4
|
+
filterExplicit?: number;
|
|
5
|
+
explicitRequired?: number;
|
|
6
|
+
advanceOptionSetting?: string;
|
|
7
|
+
explicitDefaultVal?: string;
|
|
8
|
+
advanceColWidth?: string;
|
|
9
|
+
fieldType?: string;
|
|
3
10
|
columnName: string;
|
|
4
11
|
title: string;
|
|
5
|
-
fieldType?: string;
|
|
6
|
-
filterExplicit?: number;
|
|
7
|
-
isShowSearch?: number;
|
|
8
|
-
setting?: any;
|
|
9
|
-
settingObj?: any;
|
|
10
12
|
placeholder?: string;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
EQ?: string;
|
|
16
|
-
LABELAttr?: boolean;
|
|
17
|
-
_isBlock?: boolean;
|
|
13
|
+
settingObj?: any;
|
|
14
|
+
setting?: any;
|
|
15
|
+
widgetCfg?: any;
|
|
16
|
+
rangeFilter?: boolean;
|
|
18
17
|
_frontId?: any;
|
|
19
|
-
NUMBERFiled?: boolean;
|
|
20
|
-
PASSWORDTYPE?: boolean;
|
|
21
|
-
advanceColWidth?: string;
|
|
22
|
-
advanceOptionSetting?: string;
|
|
23
|
-
alias?: string;
|
|
24
|
-
ageObj?: any;
|
|
25
|
-
attr?: string;
|
|
26
|
-
bigValue?: string | number;
|
|
27
|
-
classify?: string;
|
|
28
|
-
colWidth?: number;
|
|
29
|
-
columnFullName?: string;
|
|
30
|
-
com?: string;
|
|
31
|
-
comType?: string;
|
|
32
|
-
comAttr?: string;
|
|
33
|
-
con?: string;
|
|
34
|
-
dataSource?: any;
|
|
35
|
-
dictionarieObj?: any;
|
|
36
|
-
explicitRequired?: number;
|
|
37
|
-
explicitDefaultVal?: string;
|
|
38
|
-
extraField?: boolean;
|
|
39
|
-
fieldSetting?: string;
|
|
40
|
-
format?: string;
|
|
41
|
-
i18n?: string;
|
|
42
|
-
id?: string;
|
|
43
|
-
inputVal?: string;
|
|
44
|
-
inputUnit?: string;
|
|
45
|
-
isAvg?: number;
|
|
46
|
-
isEdit?: number;
|
|
47
|
-
isFixed?: number;
|
|
48
|
-
isFixedShow?: number;
|
|
49
|
-
isFontWeight?: number;
|
|
50
|
-
isMerge?: number;
|
|
51
|
-
isOrder?: number;
|
|
52
|
-
isPreciseSearch?: boolean;
|
|
53
18
|
isRender?: boolean;
|
|
54
|
-
isSearch?: number;
|
|
55
|
-
isShow?: number;
|
|
56
|
-
isSort?: number;
|
|
57
|
-
isSum?: number;
|
|
58
|
-
labelObj?: any;
|
|
59
|
-
labelList?: IlabelType[];
|
|
60
|
-
labelSelectList?: IlabelType[];
|
|
61
|
-
lessValue?: string | number;
|
|
62
|
-
marginx?: string;
|
|
63
|
-
notParticipatingSearch?: number;
|
|
64
|
-
order?: string;
|
|
65
|
-
QUOTE?: any;
|
|
66
|
-
searchPageConfig?: any;
|
|
67
|
-
selecteds?: any;
|
|
68
|
-
sequence?: number;
|
|
69
|
-
showDate?: boolean;
|
|
70
|
-
showFormat?: string;
|
|
71
|
-
showTime?: boolean;
|
|
72
|
-
sid?: string;
|
|
73
|
-
start_val?: number | null;
|
|
74
|
-
end_val?: number | null;
|
|
75
|
-
tempCon?: any;
|
|
76
|
-
tableId?: string;
|
|
77
|
-
value?: any;
|
|
78
|
-
unit?: string;
|
|
79
|
-
widgetCfg?: any;
|
|
80
|
-
formTitle?: string;
|
|
81
|
-
random_key?: string;
|
|
82
19
|
widgetType?: any;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
change_text: string;
|
|
89
|
-
field_key: string;
|
|
90
|
-
filter: IFilterItemType[];
|
|
91
|
-
label: string;
|
|
92
|
-
labelName: string;
|
|
93
|
-
sqlExpression: string;
|
|
94
|
-
value: string;
|
|
95
|
-
isSelect?: boolean;
|
|
20
|
+
con?: string;
|
|
21
|
+
_isBlock?: boolean;
|
|
22
|
+
value?: any;
|
|
23
|
+
sid?: string;
|
|
24
|
+
alias?: string;
|
|
96
25
|
};
|
|
97
26
|
export declare type IFilterItemType = {
|
|
98
27
|
con: string;
|
|
@@ -195,10 +124,21 @@ export declare type IApiServerType = {
|
|
|
195
124
|
name: string;
|
|
196
125
|
value: any;
|
|
197
126
|
}[];
|
|
127
|
+
dynamicOptionInfo?: dynamicOptionInfoType;
|
|
198
128
|
};
|
|
129
|
+
rangeFilter?: boolean;
|
|
199
130
|
remark?: string;
|
|
200
131
|
keyword?: boolean;
|
|
201
132
|
};
|
|
133
|
+
export declare type dynamicOptionInfoType = {
|
|
134
|
+
filterKeys: string[];
|
|
135
|
+
defaultParams: any[];
|
|
136
|
+
showKeys: string[];
|
|
137
|
+
valueKey: string;
|
|
138
|
+
dataSourceId: string;
|
|
139
|
+
dataSourceType: string;
|
|
140
|
+
autograph: string;
|
|
141
|
+
};
|
|
202
142
|
export declare type ICategoryItemType = {
|
|
203
143
|
disabled: boolean;
|
|
204
144
|
value: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="@cnhis-design-vue/shared",i="3.1.43-beta.
|
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.1.43-beta.21",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.43-beta.21",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.43-beta.
|
|
3
|
+
"version": "3.1.43-beta.21",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"iOS 7",
|
|
62
62
|
"last 3 iOS versions"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5c3e39192da9b8424068bfbf5ab1b93b86750034"
|
|
65
65
|
}
|
|
File without changes
|