vxe-pc-ui 4.10.18 → 4.10.19
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/icon/style.css +1 -1
- package/es/input/style.css +1 -0
- package/es/input/style.min.css +1 -1
- package/es/number-input/style.css +1 -0
- package/es/number-input/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +2 -1
- package/es/ui/src/log.js +1 -1
- package/es/upload/src/upload.js +6 -2
- package/es/vxe-input/style.css +1 -0
- package/es/vxe-input/style.min.css +1 -1
- package/es/vxe-number-input/style.css +1 -0
- package/es/vxe-number-input/style.min.css +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +9 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/input/style/style.css +1 -0
- package/lib/input/style/style.min.css +1 -1
- package/lib/number-input/style/style.css +1 -0
- package/lib/number-input/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +2 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/upload/src/upload.js +6 -2
- package/lib/upload/src/upload.min.js +1 -1
- package/lib/vxe-input/style/style.css +1 -0
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-number-input/style/style.css +1 -0
- package/lib/vxe-number-input/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/ui/index.ts +1 -0
- package/packages/upload/src/upload.ts +6 -2
- package/styles/components/input.scss +1 -0
- package/styles/components/number-input.scss +1 -0
- package/types/components/upload.d.ts +2 -0
- /package/es/icon/{iconfont.1762509210096.ttf → iconfont.1762737404668.ttf} +0 -0
- /package/es/icon/{iconfont.1762509210096.woff → iconfont.1762737404668.woff} +0 -0
- /package/es/icon/{iconfont.1762509210096.woff2 → iconfont.1762737404668.woff2} +0 -0
- /package/es/{iconfont.1762509210096.ttf → iconfont.1762737404668.ttf} +0 -0
- /package/es/{iconfont.1762509210096.woff → iconfont.1762737404668.woff} +0 -0
- /package/es/{iconfont.1762509210096.woff2 → iconfont.1762737404668.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1762509210096.ttf → iconfont.1762737404668.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1762509210096.woff → iconfont.1762737404668.woff} +0 -0
- /package/lib/icon/style/{iconfont.1762509210096.woff2 → iconfont.1762737404668.woff2} +0 -0
- /package/lib/{iconfont.1762509210096.ttf → iconfont.1762737404668.ttf} +0 -0
- /package/lib/{iconfont.1762509210096.woff → iconfont.1762737404668.woff} +0 -0
- /package/lib/{iconfont.1762509210096.woff2 → iconfont.1762737404668.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3596,14 +3596,14 @@ function checkDynamic() {
|
|
|
3596
3596
|
}
|
|
3597
3597
|
;// CONCATENATED MODULE: ./packages/ui/src/log.ts
|
|
3598
3598
|
|
|
3599
|
-
const log_version = `ui v${"4.10.
|
|
3599
|
+
const log_version = `ui v${"4.10.19"}`;
|
|
3600
3600
|
const warnLog = log.create('warn', log_version);
|
|
3601
3601
|
const errLog = log.create('error', log_version);
|
|
3602
3602
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
3603
3603
|
|
|
3604
3604
|
|
|
3605
3605
|
|
|
3606
|
-
const ui_version = "4.10.
|
|
3606
|
+
const ui_version = "4.10.19";
|
|
3607
3607
|
index_esm_VxeUI.uiVersion = ui_version;
|
|
3608
3608
|
index_esm_VxeUI.dynamicApp = dynamicApp;
|
|
3609
3609
|
function config(options) {
|
|
@@ -4007,6 +4007,7 @@ setConfig({
|
|
|
4007
4007
|
showLimitSize: true,
|
|
4008
4008
|
showLimitCount: true,
|
|
4009
4009
|
autoSubmit: true,
|
|
4010
|
+
// urlArgs: false,
|
|
4010
4011
|
maxSimultaneousUploads: 5
|
|
4011
4012
|
},
|
|
4012
4013
|
watermark: {
|
|
@@ -42285,6 +42286,10 @@ const saveLocalFile = options => {
|
|
|
42285
42286
|
keyField: String,
|
|
42286
42287
|
singleMode: Boolean,
|
|
42287
42288
|
urlMode: Boolean,
|
|
42289
|
+
urlArgs: {
|
|
42290
|
+
type: Boolean,
|
|
42291
|
+
default: () => getConfig().upload.urlArgs
|
|
42292
|
+
},
|
|
42288
42293
|
multiple: Boolean,
|
|
42289
42294
|
limitSize: {
|
|
42290
42295
|
type: [String, Number],
|
|
@@ -42660,12 +42665,12 @@ const saveLocalFile = options => {
|
|
|
42660
42665
|
const handleChange = value => {
|
|
42661
42666
|
const {
|
|
42662
42667
|
singleMode,
|
|
42663
|
-
|
|
42668
|
+
urlArgs
|
|
42664
42669
|
} = props;
|
|
42665
42670
|
const urlProp = computeUrlProp.value;
|
|
42666
42671
|
const nameProp = computeNameProp.value;
|
|
42667
42672
|
let restList = value ? value.slice(0) : [];
|
|
42668
|
-
if (
|
|
42673
|
+
if (urlArgs) {
|
|
42669
42674
|
restList = restList.map(item => {
|
|
42670
42675
|
const url = item[urlProp];
|
|
42671
42676
|
if (url) {
|