bxs-tools-ui 3.0.3 → 3.0.4-0

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/index.js CHANGED
@@ -39348,7 +39348,8 @@ var __vue_render__ = function __vue_render__() {
39348
39348
  "autocomplete": "off",
39349
39349
  "input-align": "right",
39350
39350
  "error-message-align": "right",
39351
- "clearable": ""
39351
+ "clearable": "",
39352
+ "inputmode": ele.inputType || 'text'
39352
39353
  },
39353
39354
  on: {
39354
39355
  "focus": function focus($event) {
@@ -39592,7 +39593,7 @@ if (typeof window !== 'undefined' && window.Vue) {
39592
39593
  install(window.Vue);
39593
39594
  }
39594
39595
  const index = {
39595
- version: '3.0.3',
39596
+ version: '3.0.4-0',
39596
39597
  install: install
39597
39598
  };
39598
39599
 
@@ -4361,7 +4361,8 @@ var __vue_render__ = function __vue_render__() {
4361
4361
  "autocomplete": "off",
4362
4362
  "input-align": "right",
4363
4363
  "error-message-align": "right",
4364
- "clearable": ""
4364
+ "clearable": "",
4365
+ "inputmode": ele.inputType || 'text'
4365
4366
  },
4366
4367
  on: {
4367
4368
  "focus": function focus($event) {
package/lib/index.js CHANGED
@@ -39338,7 +39338,8 @@
39338
39338
  "autocomplete": "off",
39339
39339
  "input-align": "right",
39340
39340
  "error-message-align": "right",
39341
- "clearable": ""
39341
+ "clearable": "",
39342
+ "inputmode": ele.inputType || 'text'
39342
39343
  },
39343
39344
  on: {
39344
39345
  "focus": function focus($event) {
@@ -39582,7 +39583,7 @@
39582
39583
  install(window.Vue);
39583
39584
  }
39584
39585
  var index = {
39585
- version: '3.0.3',
39586
+ version: '3.0.4-0',
39586
39587
  install: install
39587
39588
  };
39588
39589
 
@@ -4358,7 +4358,8 @@
4358
4358
  "autocomplete": "off",
4359
4359
  "input-align": "right",
4360
4360
  "error-message-align": "right",
4361
- "clearable": ""
4361
+ "clearable": "",
4362
+ "inputmode": ele.inputType || 'text'
4362
4363
  },
4363
4364
  on: {
4364
4365
  "focus": function focus($event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.3",
3
+ "version": "3.0.4-0",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/packages/index.ts CHANGED
@@ -47,6 +47,6 @@ export {
47
47
  }
48
48
 
49
49
  export default {
50
- version: '3.0.3',
50
+ version: '3.0.4-0',
51
51
  install
52
52
  }
@@ -67,6 +67,7 @@
67
67
  input-align="right"
68
68
  error-message-align="right"
69
69
  clearable
70
+ :inputmode="ele.inputType || 'text'"
70
71
  @focus="
71
72
  activeInputKey = ins.key + ele.key;
72
73
  numberUnitStr = getAmountUnit(ele);