cnhis-design-vue 3.1.43-beta.2 → 3.1.43-beta.20
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
|
@@ -30,7 +30,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
outQuickSearchFn: {
|
|
31
31
|
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
32
32
|
};
|
|
33
|
-
getDefValByRenderWidget: (cfg: ISearchType) => any;
|
|
34
33
|
getRenderSearchConObj: (cfg: ISearchType) => {
|
|
35
34
|
field_key: string;
|
|
36
35
|
con: string | undefined;
|
|
@@ -46,15 +45,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
45
|
setting: string;
|
|
47
46
|
widgetCfg: {
|
|
48
47
|
isRender: boolean;
|
|
48
|
+
isInit: boolean;
|
|
49
49
|
widgetType: string | null;
|
|
50
50
|
valueList: {
|
|
51
51
|
value: any;
|
|
52
|
-
label:
|
|
52
|
+
label: any;
|
|
53
53
|
}[] | undefined;
|
|
54
54
|
defaultValue: any;
|
|
55
55
|
defValueUnit: any;
|
|
56
56
|
multiple: boolean;
|
|
57
|
+
manualMapping: boolean | null | undefined;
|
|
58
|
+
dynamicOptionInfo: import("../../../../es/components/table-filter/src/types").dynamicOptionInfoType | {} | undefined;
|
|
57
59
|
};
|
|
60
|
+
rangeFilter: boolean | undefined;
|
|
58
61
|
title: string;
|
|
59
62
|
alias: string | undefined;
|
|
60
63
|
isShowSearch: number;
|
|
@@ -62,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
65
|
explicitRequired: number;
|
|
63
66
|
advanceOptionSetting: string;
|
|
64
67
|
placeholder: string | undefined;
|
|
65
|
-
advanceColWidth:
|
|
68
|
+
advanceColWidth: number | null | undefined;
|
|
66
69
|
}[];
|
|
67
70
|
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
|
68
71
|
transformParams: (paramsList: any) => {};
|
|
@@ -94,120 +97,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
97
|
}>;
|
|
95
98
|
showInner: import("vue").Ref<boolean>;
|
|
96
99
|
quickSearch: import("vue").Ref<{
|
|
100
|
+
isShowSearch?: number | undefined;
|
|
101
|
+
filterExplicit?: number | undefined;
|
|
102
|
+
explicitRequired?: number | undefined;
|
|
103
|
+
advanceOptionSetting?: string | undefined;
|
|
104
|
+
explicitDefaultVal?: string | undefined;
|
|
105
|
+
advanceColWidth?: string | undefined;
|
|
106
|
+
fieldType?: string | undefined;
|
|
97
107
|
columnName: string;
|
|
98
108
|
title: string;
|
|
99
|
-
fieldType?: string | undefined;
|
|
100
|
-
filterExplicit?: number | undefined;
|
|
101
|
-
isShowSearch?: number | undefined;
|
|
102
|
-
setting?: any;
|
|
103
|
-
settingObj?: any;
|
|
104
109
|
placeholder?: string | undefined;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
EQ?: string | undefined;
|
|
110
|
-
LABELAttr?: boolean | undefined;
|
|
111
|
-
_isBlock?: boolean | undefined;
|
|
110
|
+
settingObj?: any;
|
|
111
|
+
setting?: any;
|
|
112
|
+
widgetCfg?: any;
|
|
113
|
+
rangeFilter?: boolean | undefined;
|
|
112
114
|
_frontId?: any;
|
|
113
|
-
NUMBERFiled?: boolean | undefined;
|
|
114
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
115
|
-
advanceColWidth?: string | undefined;
|
|
116
|
-
advanceOptionSetting?: string | undefined;
|
|
117
|
-
alias?: string | undefined;
|
|
118
|
-
ageObj?: any;
|
|
119
|
-
attr?: string | undefined;
|
|
120
|
-
bigValue?: string | number | undefined;
|
|
121
|
-
classify?: string | undefined;
|
|
122
|
-
colWidth?: number | undefined;
|
|
123
|
-
columnFullName?: string | undefined;
|
|
124
|
-
com?: string | undefined;
|
|
125
|
-
comType?: string | undefined;
|
|
126
|
-
comAttr?: string | undefined;
|
|
127
|
-
con?: string | undefined;
|
|
128
|
-
dataSource?: any;
|
|
129
|
-
dictionarieObj?: any;
|
|
130
|
-
explicitRequired?: number | undefined;
|
|
131
|
-
explicitDefaultVal?: string | undefined;
|
|
132
|
-
extraField?: boolean | undefined;
|
|
133
|
-
fieldSetting?: string | undefined;
|
|
134
|
-
format?: string | undefined;
|
|
135
|
-
i18n?: string | undefined;
|
|
136
|
-
id?: string | undefined;
|
|
137
|
-
inputVal?: string | undefined;
|
|
138
|
-
inputUnit?: string | undefined;
|
|
139
|
-
isAvg?: number | undefined;
|
|
140
|
-
isEdit?: number | undefined;
|
|
141
|
-
isFixed?: number | undefined;
|
|
142
|
-
isFixedShow?: number | undefined;
|
|
143
|
-
isFontWeight?: number | undefined;
|
|
144
|
-
isMerge?: number | undefined;
|
|
145
|
-
isOrder?: number | undefined;
|
|
146
|
-
isPreciseSearch?: boolean | undefined;
|
|
147
115
|
isRender?: boolean | undefined;
|
|
148
|
-
isSearch?: number | undefined;
|
|
149
|
-
isShow?: number | undefined;
|
|
150
|
-
isSort?: number | undefined;
|
|
151
|
-
isSum?: number | undefined;
|
|
152
|
-
labelObj?: any;
|
|
153
|
-
labelList?: {
|
|
154
|
-
labelId?: string | undefined;
|
|
155
|
-
change_text: string;
|
|
156
|
-
field_key: string;
|
|
157
|
-
filter: {
|
|
158
|
-
con: string;
|
|
159
|
-
conName?: string | undefined;
|
|
160
|
-
field_key: string;
|
|
161
|
-
key?: string | undefined;
|
|
162
|
-
value: string;
|
|
163
|
-
}[];
|
|
164
|
-
label: string;
|
|
165
|
-
labelName: string;
|
|
166
|
-
sqlExpression: string;
|
|
167
|
-
value: string;
|
|
168
|
-
isSelect?: boolean | undefined;
|
|
169
|
-
}[] | undefined;
|
|
170
|
-
labelSelectList?: {
|
|
171
|
-
labelId?: string | undefined;
|
|
172
|
-
change_text: string;
|
|
173
|
-
field_key: string;
|
|
174
|
-
filter: {
|
|
175
|
-
con: string;
|
|
176
|
-
conName?: string | undefined;
|
|
177
|
-
field_key: string;
|
|
178
|
-
key?: string | undefined;
|
|
179
|
-
value: string;
|
|
180
|
-
}[];
|
|
181
|
-
label: string;
|
|
182
|
-
labelName: string;
|
|
183
|
-
sqlExpression: string;
|
|
184
|
-
value: string;
|
|
185
|
-
isSelect?: boolean | undefined;
|
|
186
|
-
}[] | undefined;
|
|
187
|
-
lessValue?: string | number | undefined;
|
|
188
|
-
marginx?: string | undefined;
|
|
189
|
-
notParticipatingSearch?: number | undefined;
|
|
190
|
-
order?: string | undefined;
|
|
191
|
-
QUOTE?: any;
|
|
192
|
-
searchPageConfig?: any;
|
|
193
|
-
selecteds?: any;
|
|
194
|
-
sequence?: number | undefined;
|
|
195
|
-
showDate?: boolean | undefined;
|
|
196
|
-
showFormat?: string | undefined;
|
|
197
|
-
showTime?: boolean | undefined;
|
|
198
|
-
sid?: string | undefined;
|
|
199
|
-
start_val?: number | null | undefined;
|
|
200
|
-
end_val?: number | null | undefined;
|
|
201
|
-
tempCon?: any;
|
|
202
|
-
tableId?: string | undefined;
|
|
203
|
-
value?: any;
|
|
204
|
-
unit?: string | undefined;
|
|
205
|
-
widgetCfg?: any;
|
|
206
|
-
formTitle?: string | undefined;
|
|
207
|
-
random_key?: string | undefined;
|
|
208
116
|
widgetType?: any;
|
|
209
|
-
|
|
210
|
-
|
|
117
|
+
con?: string | undefined;
|
|
118
|
+
_isBlock?: boolean | undefined;
|
|
119
|
+
value?: any;
|
|
120
|
+
sid?: string | undefined;
|
|
121
|
+
alias?: string | undefined;
|
|
211
122
|
}[]>;
|
|
212
123
|
parentNames: import("vue").Ref<{
|
|
213
124
|
disabled: boolean;
|
|
@@ -221,120 +132,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
132
|
handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
|
|
222
133
|
init: () => void;
|
|
223
134
|
onFilterSearch: () => {
|
|
135
|
+
isShowSearch?: number | undefined;
|
|
136
|
+
filterExplicit?: number | undefined;
|
|
137
|
+
explicitRequired?: number | undefined;
|
|
138
|
+
advanceOptionSetting?: string | undefined;
|
|
139
|
+
explicitDefaultVal?: string | undefined;
|
|
140
|
+
advanceColWidth?: string | undefined;
|
|
141
|
+
fieldType?: string | undefined;
|
|
224
142
|
columnName: string;
|
|
225
143
|
title: string;
|
|
226
|
-
fieldType?: string | undefined;
|
|
227
|
-
filterExplicit?: number | undefined;
|
|
228
|
-
isShowSearch?: number | undefined;
|
|
229
|
-
setting?: any;
|
|
230
|
-
settingObj?: any;
|
|
231
144
|
placeholder?: string | undefined;
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
EQ?: string | undefined;
|
|
237
|
-
LABELAttr?: boolean | undefined;
|
|
238
|
-
_isBlock?: boolean | undefined;
|
|
145
|
+
settingObj?: any;
|
|
146
|
+
setting?: any;
|
|
147
|
+
widgetCfg?: any;
|
|
148
|
+
rangeFilter?: boolean | undefined;
|
|
239
149
|
_frontId?: any;
|
|
240
|
-
NUMBERFiled?: boolean | undefined;
|
|
241
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
242
|
-
advanceColWidth?: string | undefined;
|
|
243
|
-
advanceOptionSetting?: string | undefined;
|
|
244
|
-
alias?: string | undefined;
|
|
245
|
-
ageObj?: any;
|
|
246
|
-
attr?: string | undefined;
|
|
247
|
-
bigValue?: string | number | undefined;
|
|
248
|
-
classify?: string | undefined;
|
|
249
|
-
colWidth?: number | undefined;
|
|
250
|
-
columnFullName?: string | undefined;
|
|
251
|
-
com?: string | undefined;
|
|
252
|
-
comType?: string | undefined;
|
|
253
|
-
comAttr?: string | undefined;
|
|
254
|
-
con?: string | undefined;
|
|
255
|
-
dataSource?: any;
|
|
256
|
-
dictionarieObj?: any;
|
|
257
|
-
explicitRequired?: number | undefined;
|
|
258
|
-
explicitDefaultVal?: string | undefined;
|
|
259
|
-
extraField?: boolean | undefined;
|
|
260
|
-
fieldSetting?: string | undefined;
|
|
261
|
-
format?: string | undefined;
|
|
262
|
-
i18n?: string | undefined;
|
|
263
|
-
id?: string | undefined;
|
|
264
|
-
inputVal?: string | undefined;
|
|
265
|
-
inputUnit?: string | undefined;
|
|
266
|
-
isAvg?: number | undefined;
|
|
267
|
-
isEdit?: number | undefined;
|
|
268
|
-
isFixed?: number | undefined;
|
|
269
|
-
isFixedShow?: number | undefined;
|
|
270
|
-
isFontWeight?: number | undefined;
|
|
271
|
-
isMerge?: number | undefined;
|
|
272
|
-
isOrder?: number | undefined;
|
|
273
|
-
isPreciseSearch?: boolean | undefined;
|
|
274
150
|
isRender?: boolean | undefined;
|
|
275
|
-
isSearch?: number | undefined;
|
|
276
|
-
isShow?: number | undefined;
|
|
277
|
-
isSort?: number | undefined;
|
|
278
|
-
isSum?: number | undefined;
|
|
279
|
-
labelObj?: any;
|
|
280
|
-
labelList?: {
|
|
281
|
-
labelId?: string | undefined;
|
|
282
|
-
change_text: string;
|
|
283
|
-
field_key: string;
|
|
284
|
-
filter: {
|
|
285
|
-
con: string;
|
|
286
|
-
conName?: string | undefined;
|
|
287
|
-
field_key: string;
|
|
288
|
-
key?: string | undefined;
|
|
289
|
-
value: string;
|
|
290
|
-
}[];
|
|
291
|
-
label: string;
|
|
292
|
-
labelName: string;
|
|
293
|
-
sqlExpression: string;
|
|
294
|
-
value: string;
|
|
295
|
-
isSelect?: boolean | undefined;
|
|
296
|
-
}[] | undefined;
|
|
297
|
-
labelSelectList?: {
|
|
298
|
-
labelId?: string | undefined;
|
|
299
|
-
change_text: string;
|
|
300
|
-
field_key: string;
|
|
301
|
-
filter: {
|
|
302
|
-
con: string;
|
|
303
|
-
conName?: string | undefined;
|
|
304
|
-
field_key: string;
|
|
305
|
-
key?: string | undefined;
|
|
306
|
-
value: string;
|
|
307
|
-
}[];
|
|
308
|
-
label: string;
|
|
309
|
-
labelName: string;
|
|
310
|
-
sqlExpression: string;
|
|
311
|
-
value: string;
|
|
312
|
-
isSelect?: boolean | undefined;
|
|
313
|
-
}[] | undefined;
|
|
314
|
-
lessValue?: string | number | undefined;
|
|
315
|
-
marginx?: string | undefined;
|
|
316
|
-
notParticipatingSearch?: number | undefined;
|
|
317
|
-
order?: string | undefined;
|
|
318
|
-
QUOTE?: any;
|
|
319
|
-
searchPageConfig?: any;
|
|
320
|
-
selecteds?: any;
|
|
321
|
-
sequence?: number | undefined;
|
|
322
|
-
showDate?: boolean | undefined;
|
|
323
|
-
showFormat?: string | undefined;
|
|
324
|
-
showTime?: boolean | undefined;
|
|
325
|
-
sid?: string | undefined;
|
|
326
|
-
start_val?: number | null | undefined;
|
|
327
|
-
end_val?: number | null | undefined;
|
|
328
|
-
tempCon?: any;
|
|
329
|
-
tableId?: string | undefined;
|
|
330
|
-
value?: any;
|
|
331
|
-
unit?: string | undefined;
|
|
332
|
-
widgetCfg?: any;
|
|
333
|
-
formTitle?: string | undefined;
|
|
334
|
-
random_key?: string | undefined;
|
|
335
151
|
widgetType?: any;
|
|
336
|
-
|
|
337
|
-
|
|
152
|
+
con?: string | undefined;
|
|
153
|
+
_isBlock?: boolean | undefined;
|
|
154
|
+
value?: any;
|
|
155
|
+
sid?: string | undefined;
|
|
156
|
+
alias?: string | undefined;
|
|
338
157
|
}[];
|
|
339
158
|
getMergeConObj: () => ISearchParamsType[];
|
|
340
159
|
getConObjParams: () => ISearchParamsType[];
|
|
@@ -345,8 +164,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
345
164
|
hanldeBlur: () => void;
|
|
346
165
|
editParentName: (e: Event, item: IParentNamesType) => void;
|
|
347
166
|
handleParentNameSelect: (item: IParentNamesType, index: number) => void;
|
|
348
|
-
handleParentNamesRemove: (index: number
|
|
349
|
-
handleParent: (index: number
|
|
167
|
+
handleParentNamesRemove: (index: number) => void;
|
|
168
|
+
handleParent: (index: number) => void;
|
|
350
169
|
saveTableCondiTion: (params: ISaveType) => Promise<void>;
|
|
351
170
|
cancelSaveToCalss: () => void;
|
|
352
171
|
clearData: () => void;
|
|
@@ -653,6 +472,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
653
472
|
NIcon: any;
|
|
654
473
|
NInput: any;
|
|
655
474
|
NButton: any;
|
|
475
|
+
NPopover: any;
|
|
656
476
|
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
657
477
|
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
658
478
|
RenderWidget: import("vue").DefineComponent<{
|
|
@@ -663,19 +483,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
663
483
|
modelValue: {
|
|
664
484
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
665
485
|
};
|
|
486
|
+
filterApiConfig: {
|
|
487
|
+
type: ObjectConstructor;
|
|
488
|
+
};
|
|
666
489
|
}, any, {
|
|
667
490
|
initialProps: {};
|
|
668
491
|
}, {
|
|
669
492
|
valueCp(): any;
|
|
670
493
|
}, {
|
|
671
494
|
search(): void;
|
|
672
|
-
getEleWidth(cfg: any):
|
|
495
|
+
getEleWidth(cfg: any): {
|
|
496
|
+
width: string;
|
|
497
|
+
} | undefined;
|
|
673
498
|
initComponentProps(cfg: any): void;
|
|
674
499
|
generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
675
500
|
[key: string]: any;
|
|
676
501
|
}> | null;
|
|
677
|
-
handleUpdate(val: any
|
|
678
|
-
|
|
502
|
+
handleUpdate(val: any): void;
|
|
503
|
+
handleChangeInitState(_frontId: any, bool: any): void;
|
|
504
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange" | "changeInit")[], "update:modelValue" | "outFilterChange" | "changeInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
679
505
|
cfg: {
|
|
680
506
|
type: ObjectConstructor;
|
|
681
507
|
required: true;
|
|
@@ -683,9 +509,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
683
509
|
modelValue: {
|
|
684
510
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
685
511
|
};
|
|
512
|
+
filterApiConfig: {
|
|
513
|
+
type: ObjectConstructor;
|
|
514
|
+
};
|
|
686
515
|
}>> & {
|
|
687
516
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
688
517
|
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
518
|
+
onChangeInit?: ((...args: any[]) => any) | undefined;
|
|
689
519
|
}, {}>;
|
|
690
520
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig")[], "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
691
521
|
searchFieldList: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as l,computed as a,watch as t,onMounted as i,openBlock as n,createElementBlock as o,createElementVNode as
|
|
1
|
+
import{defineComponent as e,ref as l,computed as a,watch as t,onMounted as i,openBlock as n,createElementBlock as o,createElementVNode as r,Fragment as s,renderList as u,unref as c,normalizeClass as d,createCommentVNode as v,createVNode as f,withCtx as m,createTextVNode as p,toDisplayString as h,createBlock as g,withDirectives as k,vShow as b,isRef as y}from"vue";import{useMessage as C,NPopover as _,NModal as S,NCard as x,NIcon as A,NButton as q,NForm as w,NFormItem as F,NInput as j}from"naive-ui";import{CloseOutline as I,AddOutline as E}from"@vicons/ionicons5";import L from"../../table-filter/src/hooks/useMixins.js";import R from"../../table-filter/src/hooks/useRenderWidget.js";import U from"../../table-filter/src/hooks/useAdvanced.js";import V from"../../table-filter/src/components/render-widget/index.vue.js";import"moment/locale/zh-cn";import{cloneDeep as z}from"lodash-es";import D from"../../../_virtual/plugin-vue_export-helper.js";const T={class:"quick-search-block quick-search-table"},B={class:"quick-row"},N={class:"quick-item-title"},O={class:"quick-item-col"},P={class:"svg-wrap"},Q={class:"flex_right"},M={class:"class-filter-content"},W={class:"quickSearch-content"},G=r("span",{class:"label"},"父类名称:",-1),J=["onDblclick","onClick"],H={key:0,class:"s-content"};var K=D(e({__name:"index",props:{searchFieldList:{type:Array,default:()=>[]},quickSearchConfig:{type:Array,default:()=>[]},tableId:{type:String,default:""},filterApiConfig:{type:Object}},emits:["getFilterParam","onFilterSearch","clearQuickSearchConfig"],setup(e,{expose:D,emit:K}){const X=e,Y={classname:{required:!0,message:"请输入分类名称",trigger:["input","blur"]}},Z=C(),{handleGetConfigApi:$,outQuickSearchFn:ee}=L(),{getRenderSearchConObj:le,resetRenderWidgetValue:ae,isRender:te}=R(),{transformData:ie,getCacheDef:ne,transformParams:oe}=U(),re=l(null),se=l({classname:""});let ue=l(!1),ce=l([]),de=l([]),ve=l(!1),fe=l(""),me=a((()=>!!de.value.length&&de.value.some((e=>e.isAdd)))),pe=a((()=>(e,l="name")=>e.alias||e[l]));function he(){return function(e){if(!Array.isArray(e))return[];let l=[];for(let a=0;a<e.length;a++){let t=e[a];const i=le(t);!l.find((e=>e.field_key===i.field_key))&&i&&l.push(i)}return l.filter((e=>e.value))}(ce.value)||[]}function ge(){var e;null==(e=re.value)||e.validate((e=>{var l;if(e)return;let a=he();a.length||(a=[]);let t=null==(l=de.value.filter((e=>e.selected))[0])?void 0:l.value;!async function(e){var l;try{if(!await $(e,"requestSaveTableCondiTion",{},X.filterApiConfig))return;ue.value=!1,null==(l=re.value)||l.restoreValidation(),se.value.classname="",de.value=[],_e()}catch(e){console.log(e)}}({tableId:X.tableId||"",setting:JSON.stringify({displayCategory:t,name:se.value.classname,conObj:a}),conditionList:"[]"})}))}function ke(e){var l;const a=null==(l=null==e?void 0:e.target)?void 0:l.nextElementSibling;setTimeout((()=>{a&&a.focus()})),ve.value=!0}function be(){ve.value=!1,fe.value&&(de.value.forEach((e=>e.selected=!1)),de.value.push({disabled:!0,value:fe.value,selected:!0,isAdd:!0}),fe.value="")}function ye(e){!function(e){de.value.splice(e,1)}(e)}function Ce(){ue.value=!1}function _e(){Se(ce.value),K("clearQuickSearchConfig")}function Se(e){Array.isArray(e)&&(e.forEach((e=>{ae(e)})),ee.handlerInitSearchItem(ce.value))}return t((()=>X.searchFieldList),(e=>{e&&e.length>0&&function(){let e=z(ie(X.searchFieldList)).filter((e=>1==e.isShowSearch&&1!=e.filterExplicit))||[];ce.value=e||[],ee.handlerInitSearchItem(ce.value)}()}),{immediate:!0,deep:!0}),t((()=>ce),(()=>{const e=he()||[],l=oe(e);K("getFilterParam",e,l)}),{deep:!0}),i((()=>{const e=X.quickSearchConfig;if(e&&e.length>0)return l=e,void ce.value.forEach((e=>{var a;if(te(e)){const t=l.find((l=>l.field_key===e.columnName));t&&(null==(a=t.value)?void 0:a.length)>0&&(e.value=ne(e,t.value))}}));var l;Se(ce.value)})),D({openSaveToCalss:function(){let e=he();e&&(e.length>0?ue.value=!0:Z.warning("请设置搜索条件"))},clearData:_e,onFilterSearch:function(){let e=he()||[];const l=oe(e);return K("onFilterSearch",e,l,!1),ce.value}}),(l,a)=>(n(),o("div",null,[r("div",T,[(n(!0),o(s,null,u(c(ce),(l=>(n(),o("div",{class:d(["quick-item",{"quick-block":l._isBlock}]),key:l.sid||l.columnName},[r("div",B,[v(" title "),r("div",N,[f(c(_),{trigger:"hover"},{trigger:m((()=>[p(h(c(pe)(l,"title")),1)])),default:m((()=>[r("span",null,h(c(pe)(l,"title")),1)])),_:2},1024)]),v(" content "),r("div",O,[v(" 直接渲染组件 "),l.isRender?(n(),g(V,{key:0,cfg:l,modelValue:l.value,filterApiConfig:e.filterApiConfig,"onUpdate:modelValue":e=>l.value=e},null,8,["cfg","modelValue","filterApiConfig","onUpdate:modelValue"])):v("v-if",!0)])])],2)))),128))]),v(" 保存到分类的弹窗 "),f(c(S),{show:c(ue),maskClosable:!1,"positive-text":"确认","negative-text":"取消",onPositiveClick:ge,onNegativeClick:Ce,class:"classification-modal-block"},{default:m((()=>[f(c(x),{title:"设置筛选分类",style:{width:"520px"},bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":m((()=>[r("div",P,[f(c(A),{component:c(I),size:"24",onClick:Ce},null,8,["component"])])])),footer:m((()=>[r("div",Q,[f(c(q),{onClick:Ce},{default:m((()=>[p("取消")])),_:1}),f(c(q),{type:"info",onClick:ge},{default:m((()=>[p("确认")])),_:1})])])),default:m((()=>[r("div",M,[f(c(w),{ref_key:"formRef",ref:re,"label-placement":"left",rules:Y,model:se.value},{default:m((()=>[f(c(F),{label:"筛选集名称",path:"classname"},{default:m((()=>[f(c(j),{value:se.value.classname,"onUpdate:value":a[0]||(a[0]=e=>se.value.classname=e),placeholder:"请输入分类名称",clearable:""},null,8,["value"])])),_:1})])),_:1},8,["model"]),r("div",W,[G,(n(!0),o(s,null,u(c(de),((e,l)=>(n(),o("div",{class:d(["edit-tag",{"edit-tag-select":e.selected&&e.disabled}]),key:l,onDblclick:l=>function(e,l){l.disabled=!1,setTimeout((()=>{var l;null==(l=e.target)||l.focus()}),0)}(l,e),onClick:a=>function(e,l){e.disabled&&(de.value.forEach(((e,a)=>{a!==l&&(e.selected=!1)})),e.selected=!e.selected)}(e,l)},[e.disabled?(n(),o("div",H,[r("span",null,h(e.value),1)])):(n(),g(c(j),{key:1,style:{width:"100px"},value:e.value,"onUpdate:value":l=>e.value=l,disabled:e.disabled,onBlur:()=>e.disabled=!0,maxLength:10},null,8,["value","onUpdate:value","disabled","onBlur"])),f(c(A),{component:c(I),class:"anticon-close",size:"20",onClick:e=>ye(l)},null,8,["component","onClick"])],42,J)))),128)),c(me)?v("v-if",!0):(n(),o(s,{key:0},[k(f(c(q),{dashed:"",icon:"plus",class:"ant-btn",onClick:ke},{default:m((()=>[f(c(A),{component:c(E),size:"20"},null,8,["component"]),p("添加分类 ")])),_:1},512),[[b,!c(ve)]]),k(f(c(j),{style:{width:"100px"},class:"edit-tag",value:c(fe),"onUpdate:value":a[1]||(a[1]=e=>y(fe)?fe.value=e:fe=e),valueModifiers:{trim:!0},onBlur:be,maxLength:10},null,8,["value"]),[[b,c(ve)]])],64))])])])),_:1})])),_:1},8,["show"])]))}}),[["__file","index.vue"]]);export{K as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex;flex-wrap:wrap}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px}.quick-search-block .quick-item .quick-row{align-items:center;display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{line-height:32px;min-width:
|
|
1
|
+
.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex;flex-wrap:wrap}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.n-base-select-option__content{width:100%}.n-base-select-option__content .select-widget-dynamic-option{display:flex;flex-wrap:nowrap;width:100%}.n-base-select-option__content .select-widget-dynamic-option .select-widget-dynamic-item{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{align-items:center;display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export const __esModule: true;
|
|
2
|
+
declare const _default: vue_1.DefineComponent<{
|
|
3
|
+
form: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => void;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => void;
|
|
10
|
+
};
|
|
11
|
+
isLock: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
|
|
16
|
+
form: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: () => void;
|
|
19
|
+
};
|
|
20
|
+
item: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: () => void;
|
|
23
|
+
};
|
|
24
|
+
isLock: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>> & {
|
|
29
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
item: Record<string, any>;
|
|
32
|
+
isLock: boolean;
|
|
33
|
+
form: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
36
|
+
import vue_1 = require("vue");
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export const __esModule: true;
|
|
2
|
+
declare const _default: vue_1.DefineComponent<{
|
|
3
|
+
form: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {};
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {};
|
|
10
|
+
};
|
|
11
|
+
isLock: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
|
|
16
|
+
form: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: () => {};
|
|
19
|
+
};
|
|
20
|
+
item: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
isLock: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>> & {
|
|
29
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
item: Record<string, any>;
|
|
32
|
+
isLock: boolean;
|
|
33
|
+
form: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
36
|
+
import vue_1 = require("vue");
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export const __esModule: true;
|
|
2
|
+
declare const _default: vue_1.DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
changeSize: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
closable: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
modalWidth: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
modalHeight: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
handleOk: {
|
|
24
|
+
type: FunctionConstructor;
|
|
25
|
+
default: () => {};
|
|
26
|
+
};
|
|
27
|
+
cancel: {
|
|
28
|
+
type: FunctionConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
visible: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, ("update:visible" | "onClose")[], "onClose" | "update:visible", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
|
|
36
|
+
title: {
|
|
37
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
changeSize: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
closable: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
modalWidth: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
modalHeight: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
handleOk: {
|
|
57
|
+
type: FunctionConstructor;
|
|
58
|
+
default: () => {};
|
|
59
|
+
};
|
|
60
|
+
cancel: {
|
|
61
|
+
type: FunctionConstructor;
|
|
62
|
+
default: () => {};
|
|
63
|
+
};
|
|
64
|
+
visible: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
closable: boolean;
|
|
73
|
+
title: string | Function;
|
|
74
|
+
visible: boolean;
|
|
75
|
+
modalWidth: string;
|
|
76
|
+
modalHeight: string;
|
|
77
|
+
handleOk: Function;
|
|
78
|
+
cancel: Function;
|
|
79
|
+
changeSize: boolean;
|
|
80
|
+
}>;
|
|
81
|
+
export default _default;
|
|
82
|
+
import vue_1 = require("vue");
|