el-plus 0.0.57 → 0.0.59
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/CHANGELOG.md +12 -0
- package/dist/index.full.js +93 -279
- package/dist/index.full.min.js +2 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +2 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +93 -279
- package/es/components/buttons/index.d.ts +6 -6
- package/es/components/buttons/src/buttons-vue.d.ts +2 -2
- package/es/components/date-picker-range/index.d.ts +3 -3
- package/es/components/date-picker-range/src/date-picker-range.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input/src/input.vue.d.ts +1 -1
- package/es/components/search-list-page/index.d.ts +30 -30
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +10 -10
- package/es/components/search-list-page/src/use-search-list-page.d.ts +10 -10
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/use-table.d.ts +2 -2
- package/es/components/uni-vue/src/use-uni-vue.mjs +66 -20
- package/es/components/uni-vue/src/use-uni-vue.mjs.map +1 -1
- package/es/hooks/use-locale.mjs +20 -50
- package/es/hooks/use-locale.mjs.map +1 -1
- package/es/hooks/use-navigation.mjs +6 -6
- package/es/hooks/use-navigation.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/types/global.d.ts +1 -0
- package/lib/components/buttons/index.d.ts +6 -6
- package/lib/components/buttons/src/buttons-vue.d.ts +2 -2
- package/lib/components/date-picker-range/index.d.ts +3 -3
- package/lib/components/date-picker-range/src/date-picker-range.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/src/input.vue.d.ts +1 -1
- package/lib/components/search-list-page/index.d.ts +30 -30
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +10 -10
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +10 -10
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/use-table.d.ts +2 -2
- package/lib/components/uni-vue/src/use-uni-vue.js +65 -19
- package/lib/components/uni-vue/src/use-uni-vue.js.map +1 -1
- package/lib/hooks/use-locale.js +20 -50
- package/lib/hooks/use-locale.js.map +1 -1
- package/lib/hooks/use-navigation.js +6 -6
- package/lib/hooks/use-navigation.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/types/global.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! ElPlus v0.0.
|
|
1
|
+
/*! ElPlus v0.0.59 */
|
|
2
2
|
|
|
3
3
|
import { useAttrs, getCurrentInstance, inject, provide, ref, nextTick, defineComponent, computed, createVNode, Fragment, withDirectives, resolveComponent, mergeProps, resolveDirective, useTemplateRef, createTextVNode, h, mergeModels, useModel, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, createCommentVNode, withCtx, renderSlot, renderList, createBlock, vShow, toDisplayString, reactive, useSlots, watch, onMounted, createSlots, normalizeProps, guardReactiveProps, markRaw, Transition, shallowReactive, isVNode, render, createElementVNode, toRaw } from 'vue';
|
|
4
4
|
import { buttonProps, useLocale as useLocale$1, ElLoading, ElMessage, ElMessageBox, formProps as formProps$1, formEmits as formEmits$1, ElTooltip, formItemProps as formItemProps$1, ElFormItem, ElForm, ElRow, ElCol, inputProps as inputProps$1, inputEmits as inputEmits$1, configProviderContextKey, ElConfigProvider, ElDialog, ElButton, ElTable, ElIcon, selectProps as selectProps$1, selectEmits as selectEmits$1, ElPageHeader, datePickerProps, linkProps as linkProps$1, ElSkeleton } from 'element-plus';
|
|
@@ -196,107 +196,10 @@ const vRepeatClick = {
|
|
|
196
196
|
}
|
|
197
197
|
};
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
cancel: "\u53D6\u6D88",
|
|
204
|
-
confirm: "\u786E\u5B9A",
|
|
205
|
-
title: "\u63D0\u793A"
|
|
206
|
-
},
|
|
207
|
-
buttons: {
|
|
208
|
-
cancel: "\u53D6\u6D88",
|
|
209
|
-
confirm: "\u786E\u5B9A",
|
|
210
|
-
secondConfirm: "\u786E\u5B9A\u8981",
|
|
211
|
-
secondConfirmEnd: "\u5417",
|
|
212
|
-
prompt: "\u63D0\u793A"
|
|
213
|
-
},
|
|
214
|
-
input: {
|
|
215
|
-
placeholder: "\u8BF7\u8F93\u5165"
|
|
216
|
-
},
|
|
217
|
-
datePickerRange: {
|
|
218
|
-
lastWeek: "\u6700\u8FD1\u4E00\u5468",
|
|
219
|
-
lastMonth: "\u6700\u8FD1\u4E00\u4E2A\u6708",
|
|
220
|
-
lastThreeMonth: "\u6700\u8FD1\u4E09\u4E2A\u6708",
|
|
221
|
-
startTime: "\u5F00\u59CB\u65F6\u95F4",
|
|
222
|
-
endTime: "\u7ED3\u675F\u65F6\u95F4"
|
|
223
|
-
},
|
|
224
|
-
formItem: {
|
|
225
|
-
required: "\u4E0D\u80FD\u4E3A\u7A7A"
|
|
226
|
-
},
|
|
227
|
-
form: {
|
|
228
|
-
more: "\u66F4\u591A",
|
|
229
|
-
collapse: "\u6536\u8D77"
|
|
230
|
-
},
|
|
231
|
-
header: {
|
|
232
|
-
save: "\u4FDD\u5B58",
|
|
233
|
-
edit: "\u4FEE\u6539",
|
|
234
|
-
cancel: "\u53D6\u6D88",
|
|
235
|
-
refresh: "\u5237\u65B0",
|
|
236
|
-
approvalLog: "\u5BA1\u6279\u65E5\u5FD7"
|
|
237
|
-
},
|
|
238
|
-
searchListPage: {
|
|
239
|
-
add: "\u65B0\u589E",
|
|
240
|
-
templateDownload: "\u6A21\u7248\u4E0B\u8F7D",
|
|
241
|
-
import: "\u5BFC\u5165",
|
|
242
|
-
export: "\u5BFC\u51FA",
|
|
243
|
-
search: "\u641C\u7D22",
|
|
244
|
-
clear: "\u6E05\u7A7A"
|
|
245
|
-
},
|
|
246
|
-
table: {
|
|
247
|
-
select: "\u9009\u62E9",
|
|
248
|
-
serialNumber: "\u5E8F\u53F7",
|
|
249
|
-
operation: "\u64CD\u4F5C"
|
|
250
|
-
},
|
|
251
|
-
title: {
|
|
252
|
-
collapse: "\u6298\u53E0",
|
|
253
|
-
expand: "\u5C55\u5F00"
|
|
254
|
-
},
|
|
255
|
-
chooseDialog: {
|
|
256
|
-
selected: "\u5DF2\u9009\u4E2D",
|
|
257
|
-
unit: "\u4E2A"
|
|
258
|
-
},
|
|
259
|
-
customColumn: {
|
|
260
|
-
columnSettings: "\u81EA\u5B9A\u4E49\u5217\u8BBE\u7F6E",
|
|
261
|
-
defineColumn: "\u81EA\u5B9A\u4E49\u5217",
|
|
262
|
-
hiddenField: "\u9690\u85CF\u5B57\u6BB5",
|
|
263
|
-
visibleField: "\u663E\u793A\u5B57\u6BB5",
|
|
264
|
-
moveLeft: "\u5DE6\u79FB",
|
|
265
|
-
moveRight: "\u53F3\u79FB",
|
|
266
|
-
moveUp: "\u4E0A\u79FB",
|
|
267
|
-
moveDown: "\u4E0B\u79FB"
|
|
268
|
-
},
|
|
269
|
-
bpm: {
|
|
270
|
-
approvalLog: "\u5BA1\u6279\u65E5\u5FD7"
|
|
271
|
-
},
|
|
272
|
-
loading: {
|
|
273
|
-
loading: "\u6B63\u5728\u52A0\u8F7D\u4E2D..."
|
|
274
|
-
},
|
|
275
|
-
http: {
|
|
276
|
-
networkError: "\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u8FDE\u63A5\u540E\u91CD\u8BD5",
|
|
277
|
-
timeout: "\u8BF7\u6C42\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5",
|
|
278
|
-
requestError: "\u8BF7\u6C42\u9519\u8BEF\u3002\u8BF7\u68C0\u67E5\u60A8\u7684\u8F93\u5165\u5E76\u91CD\u8BD5",
|
|
279
|
-
authExpired: "\u767B\u5F55\u8BA4\u8BC1\u8FC7\u671F\uFF0C\u8BF7\u91CD\u65B0\u767B\u5F55\u540E\u7EE7\u7EED",
|
|
280
|
-
forbidden: "\u7981\u6B62\u8BBF\u95EE, \u60A8\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u6B64\u8D44\u6E90",
|
|
281
|
-
notFound: "\u672A\u627E\u5230, \u8BF7\u6C42\u7684\u8D44\u6E90\u4E0D\u5B58\u5728",
|
|
282
|
-
//
|
|
283
|
-
serverError: "\u5185\u90E8\u670D\u52A1\u5668\u9519\u8BEF\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5"
|
|
284
|
-
},
|
|
285
|
-
attachment: {
|
|
286
|
-
addAttachment: "\u6DFB\u52A0\u9644\u4EF6",
|
|
287
|
-
manageAttachment: "\u9644\u4EF6\u7BA1\u7406",
|
|
288
|
-
operation: "\u64CD\u4F5C",
|
|
289
|
-
download: "\u4E0B\u8F7D",
|
|
290
|
-
delete: "\u5220\u9664",
|
|
291
|
-
attachmentType: "\u9644\u4EF6\u7C7B\u578B",
|
|
292
|
-
fileName: "\u6587\u4EF6\u540D\u79F0",
|
|
293
|
-
creator: "\u521B\u5EFA\u4EBA",
|
|
294
|
-
createTime: "\u521B\u5EFA\u65F6\u95F4",
|
|
295
|
-
description: "\u8BF4\u660E"
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
|
|
199
|
+
const elLocaleModules = import.meta.glob(
|
|
200
|
+
"/node_modules/element-plus/es/locale/lang/*.mjs"
|
|
201
|
+
);
|
|
202
|
+
const localeModules = import.meta.glob("../locale/lang/*.{mjs,ts}");
|
|
300
203
|
const TRANSLATER_KEY = /* @__PURE__ */ Symbol("TRANSLATER_KEY");
|
|
301
204
|
let cachedTranslater = null;
|
|
302
205
|
const useLocale = () => {
|
|
@@ -324,26 +227,15 @@ const useLocale = () => {
|
|
|
324
227
|
const provideFn = inSetup2 ? provide : app.provide;
|
|
325
228
|
return new Promise(async (resolve) => {
|
|
326
229
|
try {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
);
|
|
334
|
-
locale = lang;
|
|
335
|
-
} catch (e) {
|
|
336
|
-
try {
|
|
337
|
-
const { default: en } = await Promise.resolve().then(function () { return en$1; });
|
|
338
|
-
locale = en;
|
|
339
|
-
} catch (enError) {
|
|
340
|
-
console.error(
|
|
341
|
-
"Failed to load both specified locale and English locale, using Chinese locale as fallback:",
|
|
342
|
-
enError
|
|
343
|
-
);
|
|
344
|
-
}
|
|
230
|
+
const basePath = "../locale/lang/";
|
|
231
|
+
const ext = process.env.NODE_ENV === "production" ? ".mjs" : ".ts";
|
|
232
|
+
const modulePath = basePath + localeLang + ext;
|
|
233
|
+
let loader = localeModules[modulePath];
|
|
234
|
+
if (!loader) {
|
|
235
|
+
loader = localeModules[basePath + "en" + ext];
|
|
345
236
|
}
|
|
346
|
-
const
|
|
237
|
+
const module = await loader();
|
|
238
|
+
const { t } = useLocale$1(ref(module.default));
|
|
347
239
|
provideFn(TRANSLATER_KEY, t);
|
|
348
240
|
resolve();
|
|
349
241
|
addLangClass(window.hxlang);
|
|
@@ -353,34 +245,15 @@ const useLocale = () => {
|
|
|
353
245
|
});
|
|
354
246
|
};
|
|
355
247
|
const loadElLocale = async () => {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
elLocalePath
|
|
363
|
-
);
|
|
364
|
-
elLocale = lang;
|
|
365
|
-
} catch (e) {
|
|
366
|
-
try {
|
|
367
|
-
const { default: en } = await import(
|
|
368
|
-
/* @vite-ignore */
|
|
369
|
-
'element-plus/es/locale/lang/en'
|
|
370
|
-
);
|
|
371
|
-
elLocale = en;
|
|
372
|
-
} catch (enError) {
|
|
373
|
-
console.error(
|
|
374
|
-
"Failed to load both specified locale and English locale, using Chinese locale as fallback:",
|
|
375
|
-
enError
|
|
376
|
-
);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
return elLocale;
|
|
380
|
-
} catch (error) {
|
|
381
|
-
console.error(error);
|
|
382
|
-
return zhCn;
|
|
248
|
+
const basePath = "/node_modules/element-plus/es/locale/lang/";
|
|
249
|
+
const ext = ".mjs";
|
|
250
|
+
const modulePath = basePath + localeLang + ext;
|
|
251
|
+
let loader = elLocaleModules[modulePath];
|
|
252
|
+
if (!loader) {
|
|
253
|
+
loader = elLocaleModules[basePath + "en" + ext];
|
|
383
254
|
}
|
|
255
|
+
const module = await loader();
|
|
256
|
+
return module.default;
|
|
384
257
|
};
|
|
385
258
|
return {
|
|
386
259
|
loadLocale,
|
|
@@ -3253,6 +3126,7 @@ const headerEmits = {};
|
|
|
3253
3126
|
|
|
3254
3127
|
const useNavigation = () => {
|
|
3255
3128
|
const router = useRouter();
|
|
3129
|
+
const route = useRoute();
|
|
3256
3130
|
const $goto = (r) => {
|
|
3257
3131
|
const item = {
|
|
3258
3132
|
id: Date.now(),
|
|
@@ -3284,11 +3158,11 @@ const useNavigation = () => {
|
|
|
3284
3158
|
}
|
|
3285
3159
|
}
|
|
3286
3160
|
};
|
|
3287
|
-
const
|
|
3288
|
-
if (
|
|
3161
|
+
const route2 = findRoute(routes, r);
|
|
3162
|
+
if (route2) {
|
|
3289
3163
|
item.id = r.id || item.id;
|
|
3290
|
-
item.name = r.title || (window.$hxt ? window.$hxt(
|
|
3291
|
-
item.url = `${projectRootPath}#${
|
|
3164
|
+
item.name = r.title || (window.$hxt ? window.$hxt(route2.meta.title) : route2.meta.title);
|
|
3165
|
+
item.url = `${projectRootPath}#${route2.path}${qs.stringify(r.query, { encode: false })}`;
|
|
3292
3166
|
if (openTab) {
|
|
3293
3167
|
openTab(item);
|
|
3294
3168
|
} else {
|
|
@@ -3310,8 +3184,7 @@ const useNavigation = () => {
|
|
|
3310
3184
|
window.parent?.openMenuSelect?.(preTag);
|
|
3311
3185
|
};
|
|
3312
3186
|
const mode = computed(() => {
|
|
3313
|
-
|
|
3314
|
-
return query.mode;
|
|
3187
|
+
return route.query.mode;
|
|
3315
3188
|
});
|
|
3316
3189
|
const isBrowse = computed(() => mode.value === "browse");
|
|
3317
3190
|
const isEdit = computed(() => mode.value === "edit");
|
|
@@ -4061,8 +3934,12 @@ const useUniVue = (props) => {
|
|
|
4061
3934
|
Object.keys(attrs).forEach((key) => {
|
|
4062
3935
|
if (key.startsWith("on")) {
|
|
4063
3936
|
let eventName = key.slice(2);
|
|
4064
|
-
|
|
4065
|
-
|
|
3937
|
+
if (eventName.startsWith("Update:")) {
|
|
3938
|
+
eventName = "update:" + eventName.slice(7);
|
|
3939
|
+
} else {
|
|
3940
|
+
eventName = eventName.replace(/([A-Z])/g, "-$1").toLowerCase();
|
|
3941
|
+
eventName = eventName.slice(1);
|
|
3942
|
+
}
|
|
4066
3943
|
events[eventName] = attrs[key];
|
|
4067
3944
|
} else {
|
|
4068
3945
|
_props[key] = attrs[key];
|
|
@@ -4094,7 +3971,17 @@ const useUniVue = (props) => {
|
|
|
4094
3971
|
return "";
|
|
4095
3972
|
}
|
|
4096
3973
|
};
|
|
4097
|
-
const
|
|
3974
|
+
const loadStaticJsResource = async () => {
|
|
3975
|
+
const promises = [];
|
|
3976
|
+
if (!isBpm && !window.ElementUIComponents) {
|
|
3977
|
+
await new Promise((resolve, reject) => {
|
|
3978
|
+
const script = document.createElement("script");
|
|
3979
|
+
script.src = "/element-ui.js";
|
|
3980
|
+
script.onload = resolve;
|
|
3981
|
+
script.onerror = reject;
|
|
3982
|
+
document.body.appendChild(script);
|
|
3983
|
+
});
|
|
3984
|
+
}
|
|
4098
3985
|
let globalName;
|
|
4099
3986
|
if (isAddress) {
|
|
4100
3987
|
globalName = "hxAddress";
|
|
@@ -4102,24 +3989,39 @@ const useUniVue = (props) => {
|
|
|
4102
3989
|
if (isBpm) {
|
|
4103
3990
|
globalName = "index";
|
|
4104
3991
|
}
|
|
4105
|
-
if (window[globalName])
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
3992
|
+
if (globalName && !window[globalName]) {
|
|
3993
|
+
promises.push(
|
|
3994
|
+
new Promise((resolve, reject) => {
|
|
3995
|
+
const script = document.createElement("script");
|
|
3996
|
+
script.src = getStaticJsUrl();
|
|
3997
|
+
script.onload = () => resolve();
|
|
3998
|
+
script.onerror = reject;
|
|
3999
|
+
document.body.appendChild(script);
|
|
4000
|
+
})
|
|
4001
|
+
);
|
|
4002
|
+
}
|
|
4003
|
+
return Promise.all(promises);
|
|
4117
4004
|
};
|
|
4118
4005
|
const loadStaticCssResource = async () => {
|
|
4119
|
-
const
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4006
|
+
const cssPromises = [];
|
|
4007
|
+
if (!isBpm) {
|
|
4008
|
+
cssPromises.push(
|
|
4009
|
+
http.request("/element-ui.css", {
|
|
4010
|
+
responseReturn: "raw",
|
|
4011
|
+
baseURL: ""
|
|
4012
|
+
}).then((res) => res.data)
|
|
4013
|
+
);
|
|
4014
|
+
}
|
|
4015
|
+
const staticCssUrl = getStaticCssUrl();
|
|
4016
|
+
if (staticCssUrl) {
|
|
4017
|
+
cssPromises.push(
|
|
4018
|
+
http.request(staticCssUrl, {
|
|
4019
|
+
responseReturn: "raw"
|
|
4020
|
+
}).then((res) => res.data)
|
|
4021
|
+
);
|
|
4022
|
+
}
|
|
4023
|
+
const cssContents = await Promise.all(cssPromises);
|
|
4024
|
+
return cssContents.join("\n");
|
|
4123
4025
|
};
|
|
4124
4026
|
let instance;
|
|
4125
4027
|
const setupInstance = async () => {
|
|
@@ -4153,6 +4055,23 @@ const useUniVue = (props) => {
|
|
|
4153
4055
|
render: (h) => h(props.name, prepareVueAttributes())
|
|
4154
4056
|
});
|
|
4155
4057
|
};
|
|
4058
|
+
watch(
|
|
4059
|
+
() => attrs,
|
|
4060
|
+
() => {
|
|
4061
|
+
if (instance) {
|
|
4062
|
+
const { props: newProps, on: newEvents } = prepareVueAttributes();
|
|
4063
|
+
Object.keys(newProps).forEach((key) => {
|
|
4064
|
+
instance.$props[key] = newProps[key];
|
|
4065
|
+
});
|
|
4066
|
+
Object.keys(newEvents).forEach((eventName) => {
|
|
4067
|
+
instance.$off(eventName);
|
|
4068
|
+
instance.$on(eventName, newEvents[eventName]);
|
|
4069
|
+
});
|
|
4070
|
+
instance.$forceUpdate();
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
{ deep: true }
|
|
4074
|
+
);
|
|
4156
4075
|
onMounted(() => {
|
|
4157
4076
|
setupInstance();
|
|
4158
4077
|
});
|
|
@@ -4210,7 +4129,7 @@ var components = [
|
|
|
4210
4129
|
EpUniVue
|
|
4211
4130
|
];
|
|
4212
4131
|
|
|
4213
|
-
var version = "0.0.
|
|
4132
|
+
var version = "0.0.59";
|
|
4214
4133
|
|
|
4215
4134
|
var globalProperties = {
|
|
4216
4135
|
install(app) {
|
|
@@ -4351,109 +4270,4 @@ const plugin = {
|
|
|
4351
4270
|
version
|
|
4352
4271
|
};
|
|
4353
4272
|
|
|
4354
|
-
var en = {
|
|
4355
|
-
name: "en",
|
|
4356
|
-
ep: {
|
|
4357
|
-
dialog: {
|
|
4358
|
-
cancel: "Cancel",
|
|
4359
|
-
confirm: "OK",
|
|
4360
|
-
title: "Prompt"
|
|
4361
|
-
},
|
|
4362
|
-
buttons: {
|
|
4363
|
-
cancel: "Cancel",
|
|
4364
|
-
confirm: "Confirm",
|
|
4365
|
-
secondConfirm: "Are you sure to",
|
|
4366
|
-
secondConfirmEnd: "",
|
|
4367
|
-
prompt: "prompt"
|
|
4368
|
-
},
|
|
4369
|
-
input: {
|
|
4370
|
-
placeholder: "Please enter"
|
|
4371
|
-
},
|
|
4372
|
-
datePickerRange: {
|
|
4373
|
-
lastWeek: "Last week",
|
|
4374
|
-
lastMonth: "Last month",
|
|
4375
|
-
lastThreeMonth: "Last three months",
|
|
4376
|
-
startTime: "Start time",
|
|
4377
|
-
endTime: "End time"
|
|
4378
|
-
},
|
|
4379
|
-
formItem: {
|
|
4380
|
-
required: "Cannot be empty"
|
|
4381
|
-
},
|
|
4382
|
-
form: {
|
|
4383
|
-
more: "More",
|
|
4384
|
-
collapse: "Collapse"
|
|
4385
|
-
},
|
|
4386
|
-
header: {
|
|
4387
|
-
save: "Save",
|
|
4388
|
-
edit: "Edit",
|
|
4389
|
-
cancel: "Cancel",
|
|
4390
|
-
refresh: "Refresh",
|
|
4391
|
-
approvalLog: "Approval log"
|
|
4392
|
-
},
|
|
4393
|
-
searchListPage: {
|
|
4394
|
-
add: "Add",
|
|
4395
|
-
templateDownload: "Template download",
|
|
4396
|
-
import: "Import",
|
|
4397
|
-
export: "Export",
|
|
4398
|
-
search: "Search",
|
|
4399
|
-
clear: "Clear"
|
|
4400
|
-
},
|
|
4401
|
-
table: {
|
|
4402
|
-
select: "Select",
|
|
4403
|
-
serialNumber: "No.",
|
|
4404
|
-
operation: "Operation"
|
|
4405
|
-
},
|
|
4406
|
-
title: {
|
|
4407
|
-
collapse: "Collapse",
|
|
4408
|
-
expand: "Expand"
|
|
4409
|
-
},
|
|
4410
|
-
chooseDialog: {
|
|
4411
|
-
selected: "Selected",
|
|
4412
|
-
unit: ""
|
|
4413
|
-
},
|
|
4414
|
-
customColumn: {
|
|
4415
|
-
columnSettings: "Column settings",
|
|
4416
|
-
defineColumn: "Define column",
|
|
4417
|
-
hiddenField: "Hidden field",
|
|
4418
|
-
visibleField: "Display field",
|
|
4419
|
-
moveLeft: "Move left",
|
|
4420
|
-
moveRight: "Move right",
|
|
4421
|
-
moveUp: "Move up",
|
|
4422
|
-
moveDown: "Move down"
|
|
4423
|
-
},
|
|
4424
|
-
bpm: {
|
|
4425
|
-
approvalLog: "Approval log"
|
|
4426
|
-
},
|
|
4427
|
-
loading: {
|
|
4428
|
-
loading: "Loading..."
|
|
4429
|
-
},
|
|
4430
|
-
http: {
|
|
4431
|
-
networkError: "Network error, please check your connection and try again",
|
|
4432
|
-
timeout: "Request timeout, please try again later",
|
|
4433
|
-
requestError: "Request error. Please check your input and try again",
|
|
4434
|
-
authExpired: "Login authentication expired, please log in again",
|
|
4435
|
-
forbidden: "Access forbidden, you do not have permission to access this resource",
|
|
4436
|
-
notFound: "Not found, the requested resource does not exist",
|
|
4437
|
-
serverError: "Internal server error, please try again later"
|
|
4438
|
-
},
|
|
4439
|
-
attachment: {
|
|
4440
|
-
addAttachment: "Add attachment",
|
|
4441
|
-
manageAttachment: "Attachment management",
|
|
4442
|
-
operation: "Operation",
|
|
4443
|
-
download: "Download",
|
|
4444
|
-
delete: "Delete",
|
|
4445
|
-
attachmentType: "Attachment type",
|
|
4446
|
-
fileName: "File name",
|
|
4447
|
-
creator: "Creator",
|
|
4448
|
-
createTime: "Create time",
|
|
4449
|
-
description: "Description"
|
|
4450
|
-
}
|
|
4451
|
-
}
|
|
4452
|
-
};
|
|
4453
|
-
|
|
4454
|
-
var en$1 = /*#__PURE__*/Object.freeze({
|
|
4455
|
-
__proto__: null,
|
|
4456
|
-
default: en
|
|
4457
|
-
});
|
|
4458
|
-
|
|
4459
4273
|
export { EpAttachment, EpButtons, EpCustomColumn, EpDatePickerRange, EpForm, EpFormItem, EpHeader, EpInput, EpLink, EpSearchListPage, EpSelect, EpTable, EpTitle, EpUniVue, attachmentProps, buttonsProps, componentType, customColumnEmits, customColumnProps, datePickerRangeEmits, datePickerRangeProps, plugin as default, expandFormItemPropsKeys, expandFormPropsKeys, expandSelectPropsKeys, expandTablePropsKeys, formEmits, formEmitsKeys, formItemProps, formProps, headerEmits, headerProps, inheritSelectProps, inputEmits, inputEmitsKeys, inputProps, install, linkProps, searchListPageProps, selectEmits, selectEmitsKeys, selectProps, tableEmits, tableEmitsKeys, tableProps, titleEmits, titleProps, uniVueProps, useChooseDialog, useConfirmDialog, useDialog, useFormDialog, useLocale, useNavigation, useRequest, useTemplatePromise, vPermisson as vPermission, vRepeatClick };
|
|
@@ -57,9 +57,8 @@ export declare const EpButtons: {
|
|
|
57
57
|
readonly link: boolean;
|
|
58
58
|
readonly circle: boolean;
|
|
59
59
|
readonly text: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
60
|
-
readonly loading: boolean;
|
|
61
|
-
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
62
60
|
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
61
|
+
readonly loading: boolean;
|
|
63
62
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "success" | "default" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
64
63
|
readonly plain: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
65
64
|
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
@@ -69,6 +68,7 @@ export declare const EpButtons: {
|
|
|
69
68
|
readonly round: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
69
|
readonly dark: boolean;
|
|
71
70
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
72
72
|
readonly list: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
73
73
|
name: string;
|
|
74
74
|
prop: string;
|
|
@@ -153,9 +153,8 @@ export declare const EpButtons: {
|
|
|
153
153
|
readonly link: boolean;
|
|
154
154
|
readonly circle: boolean;
|
|
155
155
|
readonly text: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
156
|
-
readonly loading: boolean;
|
|
157
|
-
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
158
156
|
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
157
|
+
readonly loading: boolean;
|
|
159
158
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "success" | "default" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
160
159
|
readonly plain: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
161
160
|
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
@@ -165,6 +164,7 @@ export declare const EpButtons: {
|
|
|
165
164
|
readonly round: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
166
165
|
readonly dark: boolean;
|
|
167
166
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
168
168
|
readonly list: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
169
169
|
name: string;
|
|
170
170
|
prop: string;
|
|
@@ -228,9 +228,8 @@ export declare const EpButtons: {
|
|
|
228
228
|
readonly link: boolean;
|
|
229
229
|
readonly circle: boolean;
|
|
230
230
|
readonly text: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
|
-
readonly loading: boolean;
|
|
232
|
-
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
233
231
|
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
232
|
+
readonly loading: boolean;
|
|
234
233
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "success" | "default" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
235
234
|
readonly plain: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
235
|
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
@@ -240,6 +239,7 @@ export declare const EpButtons: {
|
|
|
240
239
|
readonly round: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
241
240
|
readonly dark: boolean;
|
|
242
241
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
242
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
243
243
|
readonly list: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
244
244
|
name: string;
|
|
245
245
|
prop: string;
|
|
@@ -87,9 +87,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
readonly link: boolean;
|
|
88
88
|
readonly circle: boolean;
|
|
89
89
|
readonly text: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
90
|
-
readonly loading: boolean;
|
|
91
|
-
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
92
90
|
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
91
|
+
readonly loading: boolean;
|
|
93
92
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "success" | "default" | "primary" | "warning" | "info" | "danger", unknown>;
|
|
94
93
|
readonly plain: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
94
|
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
@@ -99,6 +98,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
98
|
readonly round: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
100
99
|
readonly dark: boolean;
|
|
101
100
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
101
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
102
102
|
readonly list: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
103
103
|
name: string;
|
|
104
104
|
prop: string;
|
|
@@ -267,7 +267,6 @@ export declare const EpDatePickerRange: {
|
|
|
267
267
|
"update:start": (value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => void;
|
|
268
268
|
"update:end": (value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => void;
|
|
269
269
|
}, import("vue").PublicProps, {
|
|
270
|
-
placeholder: string;
|
|
271
270
|
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
272
271
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType))[], unknown, unknown>;
|
|
273
272
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
@@ -279,6 +278,7 @@ export declare const EpDatePickerRange: {
|
|
|
279
278
|
popperOptions: Partial<import("element-plus").Options>;
|
|
280
279
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
281
280
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
281
|
+
placeholder: string;
|
|
282
282
|
readonly: boolean;
|
|
283
283
|
prefixIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
284
284
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
@@ -566,7 +566,6 @@ export declare const EpDatePickerRange: {
|
|
|
566
566
|
"onUpdate:start"?: ((value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => any) | undefined;
|
|
567
567
|
"onUpdate:end"?: ((value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => any) | undefined;
|
|
568
568
|
}>, {}, {}, {}, {}, {
|
|
569
|
-
placeholder: string;
|
|
570
569
|
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
571
570
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType))[], unknown, unknown>;
|
|
572
571
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
@@ -578,6 +577,7 @@ export declare const EpDatePickerRange: {
|
|
|
578
577
|
popperOptions: Partial<import("element-plus").Options>;
|
|
579
578
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
580
579
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
580
|
+
placeholder: string;
|
|
581
581
|
readonly: boolean;
|
|
582
582
|
prefixIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
583
583
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
@@ -866,7 +866,6 @@ export declare const EpDatePickerRange: {
|
|
|
866
866
|
"update:start": (value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => void;
|
|
867
867
|
"update:end": (value: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => void;
|
|
868
868
|
}, string, {
|
|
869
|
-
placeholder: string;
|
|
870
869
|
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
871
870
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType))[], unknown, unknown>;
|
|
872
871
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
@@ -878,6 +877,7 @@ export declare const EpDatePickerRange: {
|
|
|
878
877
|
popperOptions: Partial<import("element-plus").Options>;
|
|
879
878
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
880
879
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
880
|
+
placeholder: string;
|
|
881
881
|
readonly: boolean;
|
|
882
882
|
prefixIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
883
883
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
@@ -525,7 +525,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
525
525
|
"onUpdate:start"?: ((value: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => any) | undefined;
|
|
526
526
|
"onUpdate:end"?: ((value: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null))[], unknown, unknown> | undefined) => any) | undefined;
|
|
527
527
|
}>, {
|
|
528
|
-
placeholder: string;
|
|
529
528
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>;
|
|
530
529
|
type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType))[], unknown, unknown>;
|
|
531
530
|
placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
@@ -537,6 +536,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
537
536
|
popperOptions: Partial<import("element-plus").Options>;
|
|
538
537
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
539
538
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
539
|
+
placeholder: string;
|
|
540
540
|
readonly: boolean;
|
|
541
541
|
prefixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
542
542
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|