@fmdeui/fmui 1.0.96 → 1.0.97
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/fm-autocomplete/index.d.ts +0 -27
- package/es/components/fm-autocomplete/index.vue.d.ts +0 -33
- package/es/packages/components/fm-autocomplete/index.vue2.mjs +2 -21
- package/index.js +3 -21
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +3 -21
- package/lib/components/fm-autocomplete/index.d.ts +0 -27
- package/lib/components/fm-autocomplete/index.vue.d.ts +0 -33
- package/lib/packages/components/fm-autocomplete/index.vue2.js +2 -21
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{make-installer.css → defaults.css} +0 -0
- /package/lib/{component.css → version.css} +0 -0
|
@@ -44,10 +44,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
44
44
|
type: NumberConstructor;
|
|
45
45
|
default: number;
|
|
46
46
|
};
|
|
47
|
-
openParams: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
default: () => void;
|
|
50
|
-
};
|
|
51
47
|
orgService: {
|
|
52
48
|
type: StringConstructor;
|
|
53
49
|
default: string;
|
|
@@ -56,10 +52,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
56
52
|
type: StringConstructor;
|
|
57
53
|
default: string;
|
|
58
54
|
};
|
|
59
|
-
orgparas: {
|
|
60
|
-
type: ObjectConstructor;
|
|
61
|
-
default: () => void;
|
|
62
|
-
};
|
|
63
55
|
userService: {
|
|
64
56
|
type: StringConstructor;
|
|
65
57
|
default: string;
|
|
@@ -68,10 +60,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
68
60
|
type: StringConstructor;
|
|
69
61
|
default: string;
|
|
70
62
|
};
|
|
71
|
-
userParams: {
|
|
72
|
-
type: ObjectConstructor;
|
|
73
|
-
default: () => void;
|
|
74
|
-
};
|
|
75
63
|
name: {
|
|
76
64
|
type: PropType<string>;
|
|
77
65
|
required: true;
|
|
@@ -130,10 +118,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
130
118
|
type: NumberConstructor;
|
|
131
119
|
default: number;
|
|
132
120
|
};
|
|
133
|
-
openParams: {
|
|
134
|
-
type: ObjectConstructor;
|
|
135
|
-
default: () => void;
|
|
136
|
-
};
|
|
137
121
|
orgService: {
|
|
138
122
|
type: StringConstructor;
|
|
139
123
|
default: string;
|
|
@@ -142,10 +126,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
142
126
|
type: StringConstructor;
|
|
143
127
|
default: string;
|
|
144
128
|
};
|
|
145
|
-
orgparas: {
|
|
146
|
-
type: ObjectConstructor;
|
|
147
|
-
default: () => void;
|
|
148
|
-
};
|
|
149
129
|
userService: {
|
|
150
130
|
type: StringConstructor;
|
|
151
131
|
default: string;
|
|
@@ -154,10 +134,6 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
154
134
|
type: StringConstructor;
|
|
155
135
|
default: string;
|
|
156
136
|
};
|
|
157
|
-
userParams: {
|
|
158
|
-
type: ObjectConstructor;
|
|
159
|
-
default: () => void;
|
|
160
|
-
};
|
|
161
137
|
name: {
|
|
162
138
|
type: PropType<string>;
|
|
163
139
|
required: true;
|
|
@@ -179,15 +155,12 @@ export declare const FmAutocomplete: DefineComponent<ExtractPropTypes<{
|
|
|
179
155
|
vId: string;
|
|
180
156
|
orgService: string;
|
|
181
157
|
orgAction: string;
|
|
182
|
-
orgparas: Record<string, any>;
|
|
183
158
|
userService: string;
|
|
184
159
|
userAction: string;
|
|
185
|
-
userParams: Record<string, any>;
|
|
186
160
|
atoService: string;
|
|
187
161
|
atoAction: string;
|
|
188
162
|
searchsize: number;
|
|
189
163
|
vName: string;
|
|
190
164
|
qId: number;
|
|
191
165
|
openType: number;
|
|
192
|
-
openParams: Record<string, any>;
|
|
193
166
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -63,13 +63,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
63
63
|
type: NumberConstructor;
|
|
64
64
|
default: number;
|
|
65
65
|
};
|
|
66
|
-
/**
|
|
67
|
-
* 打开参数
|
|
68
|
-
*/
|
|
69
|
-
openParams: {
|
|
70
|
-
type: ObjectConstructor;
|
|
71
|
-
default: () => void;
|
|
72
|
-
};
|
|
73
66
|
orgService: {
|
|
74
67
|
type: StringConstructor;
|
|
75
68
|
default: string;
|
|
@@ -78,10 +71,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
78
71
|
type: StringConstructor;
|
|
79
72
|
default: string;
|
|
80
73
|
};
|
|
81
|
-
orgparas: {
|
|
82
|
-
type: ObjectConstructor;
|
|
83
|
-
default: () => void;
|
|
84
|
-
};
|
|
85
74
|
userService: {
|
|
86
75
|
type: StringConstructor;
|
|
87
76
|
default: string;
|
|
@@ -90,10 +79,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
90
79
|
type: StringConstructor;
|
|
91
80
|
default: string;
|
|
92
81
|
};
|
|
93
|
-
userParams: {
|
|
94
|
-
type: ObjectConstructor;
|
|
95
|
-
default: () => void;
|
|
96
|
-
};
|
|
97
82
|
name: {
|
|
98
83
|
type: PropType<string>;
|
|
99
84
|
required: true;
|
|
@@ -171,13 +156,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
171
156
|
type: NumberConstructor;
|
|
172
157
|
default: number;
|
|
173
158
|
};
|
|
174
|
-
/**
|
|
175
|
-
* 打开参数
|
|
176
|
-
*/
|
|
177
|
-
openParams: {
|
|
178
|
-
type: ObjectConstructor;
|
|
179
|
-
default: () => void;
|
|
180
|
-
};
|
|
181
159
|
orgService: {
|
|
182
160
|
type: StringConstructor;
|
|
183
161
|
default: string;
|
|
@@ -186,10 +164,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
186
164
|
type: StringConstructor;
|
|
187
165
|
default: string;
|
|
188
166
|
};
|
|
189
|
-
orgparas: {
|
|
190
|
-
type: ObjectConstructor;
|
|
191
|
-
default: () => void;
|
|
192
|
-
};
|
|
193
167
|
userService: {
|
|
194
168
|
type: StringConstructor;
|
|
195
169
|
default: string;
|
|
@@ -198,10 +172,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
198
172
|
type: StringConstructor;
|
|
199
173
|
default: string;
|
|
200
174
|
};
|
|
201
|
-
userParams: {
|
|
202
|
-
type: ObjectConstructor;
|
|
203
|
-
default: () => void;
|
|
204
|
-
};
|
|
205
175
|
name: {
|
|
206
176
|
type: PropType<string>;
|
|
207
177
|
required: true;
|
|
@@ -223,16 +193,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
223
193
|
vId: string;
|
|
224
194
|
orgService: string;
|
|
225
195
|
orgAction: string;
|
|
226
|
-
orgparas: Record<string, any>;
|
|
227
196
|
userService: string;
|
|
228
197
|
userAction: string;
|
|
229
|
-
userParams: Record<string, any>;
|
|
230
198
|
atoService: string;
|
|
231
199
|
atoAction: string;
|
|
232
200
|
searchsize: number;
|
|
233
201
|
vName: string;
|
|
234
202
|
qId: number;
|
|
235
203
|
openType: number;
|
|
236
|
-
openParams: Record<string, any>;
|
|
237
204
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
238
205
|
export default _default;
|
|
@@ -76,14 +76,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
type: Number,
|
|
77
77
|
default: 1
|
|
78
78
|
},
|
|
79
|
-
/**
|
|
80
|
-
* 打开参数
|
|
81
|
-
*/
|
|
82
|
-
openParams: {
|
|
83
|
-
type: Object,
|
|
84
|
-
default: () => {
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
79
|
orgService: {
|
|
88
80
|
type: String,
|
|
89
81
|
default: "autoRes"
|
|
@@ -92,12 +84,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
92
84
|
type: String,
|
|
93
85
|
default: "userOrgList"
|
|
94
86
|
},
|
|
95
|
-
orgparas: {
|
|
96
|
-
type: Object,
|
|
97
|
-
default: () => {
|
|
98
|
-
id: 0;
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
87
|
userService: {
|
|
102
88
|
type: String,
|
|
103
89
|
default: "autoRes"
|
|
@@ -105,11 +91,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
105
91
|
userAction: {
|
|
106
92
|
type: String,
|
|
107
93
|
default: "UserTable"
|
|
108
|
-
},
|
|
109
|
-
userParams: {
|
|
110
|
-
type: Object,
|
|
111
|
-
default: () => {
|
|
112
|
-
}
|
|
113
94
|
}
|
|
114
95
|
}, {
|
|
115
96
|
"name": {
|
|
@@ -201,11 +182,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
201
182
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
|
|
202
183
|
orgService: __props.orgService,
|
|
203
184
|
orgAction: __props.orgAction,
|
|
204
|
-
orgparas: __props.
|
|
185
|
+
orgparas: __props.params,
|
|
205
186
|
title: __props.title,
|
|
206
187
|
userService: __props.userService,
|
|
207
188
|
userAction: __props.userAction,
|
|
208
|
-
userParams: __props.
|
|
189
|
+
userParams: __props.params,
|
|
209
190
|
onChange: handleSelectDialogChange
|
|
210
191
|
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])
|
|
211
192
|
]),
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.97 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('vue-router'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', 'vue-router', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -27409,14 +27409,6 @@
|
|
|
27409
27409
|
type: Number,
|
|
27410
27410
|
default: 1
|
|
27411
27411
|
},
|
|
27412
|
-
/**
|
|
27413
|
-
* 打开参数
|
|
27414
|
-
*/
|
|
27415
|
-
openParams: {
|
|
27416
|
-
type: Object,
|
|
27417
|
-
default: () => {
|
|
27418
|
-
}
|
|
27419
|
-
},
|
|
27420
27412
|
orgService: {
|
|
27421
27413
|
type: String,
|
|
27422
27414
|
default: "autoRes"
|
|
@@ -27425,11 +27417,6 @@
|
|
|
27425
27417
|
type: String,
|
|
27426
27418
|
default: "userOrgList"
|
|
27427
27419
|
},
|
|
27428
|
-
orgparas: {
|
|
27429
|
-
type: Object,
|
|
27430
|
-
default: () => {
|
|
27431
|
-
}
|
|
27432
|
-
},
|
|
27433
27420
|
userService: {
|
|
27434
27421
|
type: String,
|
|
27435
27422
|
default: "autoRes"
|
|
@@ -27437,11 +27424,6 @@
|
|
|
27437
27424
|
userAction: {
|
|
27438
27425
|
type: String,
|
|
27439
27426
|
default: "UserTable"
|
|
27440
|
-
},
|
|
27441
|
-
userParams: {
|
|
27442
|
-
type: Object,
|
|
27443
|
-
default: () => {
|
|
27444
|
-
}
|
|
27445
27427
|
}
|
|
27446
27428
|
}, {
|
|
27447
27429
|
"name": {
|
|
@@ -27533,11 +27515,11 @@
|
|
|
27533
27515
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
|
|
27534
27516
|
orgService: __props.orgService,
|
|
27535
27517
|
orgAction: __props.orgAction,
|
|
27536
|
-
orgparas: __props.
|
|
27518
|
+
orgparas: __props.params,
|
|
27537
27519
|
title: __props.title,
|
|
27538
27520
|
userService: __props.userService,
|
|
27539
27521
|
userAction: __props.userAction,
|
|
27540
|
-
userParams: __props.
|
|
27522
|
+
userParams: __props.params,
|
|
27541
27523
|
onChange: handleSelectDialogChange
|
|
27542
27524
|
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])
|
|
27543
27525
|
]),
|