vxe-pc-ui 4.10.2 → 4.10.4
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/README.md +2 -2
- package/es/checkbox/style.css +1 -1
- package/es/checkbox/style.min.css +1 -1
- package/es/form/render/index.js +1 -1
- package/es/icon/style.css +1 -1
- package/es/language/en-US.js +22 -22
- package/es/number-input/src/number-input.js +3 -3
- package/es/number-input/style.css +20 -15
- package/es/number-input/style.min.css +1 -1
- package/es/radio/style.css +1 -1
- package/es/radio/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-checkbox/style.css +1 -1
- package/es/vxe-checkbox/style.min.css +1 -1
- package/es/vxe-number-input/style.css +20 -15
- package/es/vxe-number-input/style.min.css +1 -1
- package/es/vxe-radio/style.css +1 -1
- package/es/vxe-radio/style.min.css +1 -1
- package/lib/checkbox/style/style.css +1 -1
- package/lib/checkbox/style/style.min.css +1 -1
- package/lib/form/render/index.js +1 -1
- package/lib/form/render/index.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +5 -5
- package/lib/index.umd.min.js +1 -1
- package/lib/language/en-US.js +22 -22
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +22 -22
- package/lib/number-input/src/number-input.js +2 -2
- package/lib/number-input/src/number-input.min.js +1 -1
- package/lib/number-input/style/style.css +20 -15
- package/lib/number-input/style/style.min.css +1 -1
- package/lib/radio/style/style.css +1 -1
- package/lib/radio/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -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/vxe-checkbox/style/style.css +1 -1
- package/lib/vxe-checkbox/style/style.min.css +1 -1
- package/lib/vxe-number-input/style/style.css +20 -15
- package/lib/vxe-number-input/style/style.min.css +1 -1
- package/lib/vxe-radio/style/style.css +1 -1
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/form/render/index.ts +1 -1
- package/packages/language/en-US.ts +22 -22
- package/packages/number-input/src/number-input.ts +3 -3
- package/styles/components/checkbox.scss +1 -1
- package/styles/components/number-input.scss +23 -12
- package/styles/components/radio.scss +1 -1
- /package/es/icon/{iconfont.1760942713530.ttf → iconfont.1761034208829.ttf} +0 -0
- /package/es/icon/{iconfont.1760942713530.woff → iconfont.1761034208829.woff} +0 -0
- /package/es/icon/{iconfont.1760942713530.woff2 → iconfont.1761034208829.woff2} +0 -0
- /package/es/{iconfont.1760942713530.ttf → iconfont.1761034208829.ttf} +0 -0
- /package/es/{iconfont.1760942713530.woff → iconfont.1761034208829.woff} +0 -0
- /package/es/{iconfont.1760942713530.woff2 → iconfont.1761034208829.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1760942713530.ttf → iconfont.1761034208829.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1760942713530.woff → iconfont.1761034208829.woff} +0 -0
- /package/lib/icon/style/{iconfont.1760942713530.woff2 → iconfont.1761034208829.woff2} +0 -0
- /package/lib/{iconfont.1760942713530.ttf → iconfont.1761034208829.ttf} +0 -0
- /package/lib/{iconfont.1760942713530.woff → iconfont.1761034208829.woff} +0 -0
- /package/lib/{iconfont.1760942713530.woff2 → iconfont.1761034208829.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3588,14 +3588,14 @@ function checkDynamic() {
|
|
|
3588
3588
|
}
|
|
3589
3589
|
;// CONCATENATED MODULE: ./packages/ui/src/log.ts
|
|
3590
3590
|
|
|
3591
|
-
const log_version = `ui v${"4.10.
|
|
3591
|
+
const log_version = `ui v${"4.10.4"}`;
|
|
3592
3592
|
const warnLog = log.create('warn', log_version);
|
|
3593
3593
|
const errLog = log.create('error', log_version);
|
|
3594
3594
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
3595
3595
|
|
|
3596
3596
|
|
|
3597
3597
|
|
|
3598
|
-
const ui_version = "4.10.
|
|
3598
|
+
const ui_version = "4.10.4";
|
|
3599
3599
|
index_esm_VxeUI.uiVersion = ui_version;
|
|
3600
3600
|
index_esm_VxeUI.dynamicApp = dynamicApp;
|
|
3601
3601
|
function config(options) {
|
|
@@ -14967,7 +14967,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
|
|
|
14967
14967
|
const isControls = isEnableConf(controlOpts) && (controls === false ? controls : showButton);
|
|
14968
14968
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
14969
14969
|
ref: refElem,
|
|
14970
|
-
class: ['vxe-number-input', `type--${type}`, `
|
|
14970
|
+
class: ['vxe-number-input', `type--${type}`, `ctl--${layout === 'right' || layout === 'left' ? layout : 'default'}`, className, {
|
|
14971
14971
|
[`size--${vSize}`]: vSize,
|
|
14972
14972
|
[`is--${align}`]: align,
|
|
14973
14973
|
'is--controls': isControls && !inputReadonly,
|
|
@@ -14978,7 +14978,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
|
|
|
14978
14978
|
'show--clear': isClearable && !isDisabled && !(inputValue === '' || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(inputValue))
|
|
14979
14979
|
}],
|
|
14980
14980
|
spellcheck: false
|
|
14981
|
-
}, isControls ? layout === 'right' ? [renderInput(), renderSideControl()] : layout === 'left' ? [renderSideControl(), renderInput()] : [
|
|
14981
|
+
}, isControls ? layout === 'right' ? [renderInput(), renderSideControl()] : layout === 'left' ? [renderSideControl(), renderInput()] : [renderMinusBtn(), renderInput(), renderPlusBtn()] : [renderInput()]);
|
|
14982
14982
|
};
|
|
14983
14983
|
$xeNumberInput.renderVN = renderVN;
|
|
14984
14984
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.modelValue, val => {
|
|
@@ -22242,7 +22242,7 @@ function getItemOns(renderOpts, params) {
|
|
|
22242
22242
|
// 处理 model 值双向绑定
|
|
22243
22243
|
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().set(data, field, value);
|
|
22244
22244
|
},
|
|
22245
|
-
change(
|
|
22245
|
+
change() {
|
|
22246
22246
|
// 处理 change 事件相关逻辑
|
|
22247
22247
|
$form.updateStatus(params);
|
|
22248
22248
|
}
|