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 +3 -2
- package/es/product-info/index.js +2 -1
- package/lib/index.js +3 -2
- package/lib/product-info/index.js +2 -1
- package/package.json +1 -1
- package/packages/index.ts +1 -1
- package/packages/product-info/index.vue +1 -0
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.
|
|
39596
|
+
version: '3.0.4-0',
|
|
39596
39597
|
install: install
|
|
39597
39598
|
};
|
|
39598
39599
|
|
package/es/product-info/index.js
CHANGED
|
@@ -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.
|
|
39586
|
+
version: '3.0.4-0',
|
|
39586
39587
|
install: install
|
|
39587
39588
|
};
|
|
39588
39589
|
|
package/package.json
CHANGED
package/packages/index.ts
CHANGED