eoss-mobiles 0.2.50 → 0.2.52
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/lib/date.js +60 -16
- package/lib/eoss-mobile.common.js +437 -371
- package/lib/field.js +14 -3
- package/lib/form.js +336 -329
- package/lib/index.js +1 -1
- package/lib/picker.js +6 -2
- package/lib/theme-chalk/field.css +1 -1
- package/lib/theme-chalk/form.css +1 -0
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/lib/theme-chalk/table.css +1 -1
- package/package.json +1 -1
- package/packages/date/src/date-picker.vue +68 -37
- package/packages/date/src/main.vue +48 -27
- package/packages/field/src/main.vue +9 -2
- package/packages/form/src/main.vue +10 -7
- package/packages/picker/src/main.vue +2 -0
- package/packages/theme-chalk/lib/field.css +1 -1
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/lib/table.css +1 -1
- package/packages/theme-chalk/src/field.scss +26 -5
- package/packages/theme-chalk/src/form.scss +5 -0
- package/packages/theme-chalk/src/selector.scss +5 -0
- package/packages/theme-chalk/src/table.scss +3 -0
- package/src/index.js +1 -1
package/lib/picker.js
CHANGED
|
@@ -2056,7 +2056,7 @@ module.exports = require("sm-crypto");
|
|
|
2056
2056
|
// ESM COMPAT FLAG
|
|
2057
2057
|
__webpack_require__.r(__webpack_exports__);
|
|
2058
2058
|
|
|
2059
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=
|
|
2059
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=19aea2bf&
|
|
2060
2060
|
var render = function () {
|
|
2061
2061
|
var _vm = this
|
|
2062
2062
|
var _h = _vm.$createElement
|
|
@@ -2085,6 +2085,7 @@ var render = function () {
|
|
|
2085
2085
|
: _vm.placeholder
|
|
2086
2086
|
? _vm.placeholder
|
|
2087
2087
|
: "请选择" + _vm.label,
|
|
2088
|
+
"right-icon": "arrow",
|
|
2088
2089
|
},
|
|
2089
2090
|
on: { click: _vm.handlePicker },
|
|
2090
2091
|
},
|
|
@@ -2105,6 +2106,7 @@ var render = function () {
|
|
|
2105
2106
|
disabled: _vm.disabled || _vm.readonly,
|
|
2106
2107
|
"label-width": _vm.labelWidth,
|
|
2107
2108
|
hideLabel: _vm.hideLabel,
|
|
2109
|
+
"right-icon": "arrow",
|
|
2108
2110
|
},
|
|
2109
2111
|
on: { click: _vm.handlePicker },
|
|
2110
2112
|
},
|
|
@@ -2328,7 +2330,7 @@ var staticRenderFns = []
|
|
|
2328
2330
|
render._withStripped = true
|
|
2329
2331
|
|
|
2330
2332
|
|
|
2331
|
-
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=
|
|
2333
|
+
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=19aea2bf&
|
|
2332
2334
|
|
|
2333
2335
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2334
2336
|
var api = __webpack_require__(2);
|
|
@@ -2463,6 +2465,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
2463
2465
|
//
|
|
2464
2466
|
//
|
|
2465
2467
|
//
|
|
2468
|
+
//
|
|
2469
|
+
//
|
|
2466
2470
|
|
|
2467
2471
|
|
|
2468
2472
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.em-input .van-field__left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.em-input .input-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.em-input .input-wrap .van-field__label{width:100%!important;padding-right:20px}.em-input .input-wrap .van-field__left-icon{position:absolute}.em-input .is-left-icon.input-wrap .van-field__label{margin-left:20px}.em-input .required-right .van-field__label::before{display:none}.em-input .isRequired.input-wrap.is-left-icon .van-field__label{margin-left:30px}.em-input .isRequired .van-field__left-icon{margin-right:14px}.em-input .em-cell--required{position:relative;display:inline-block}.em-input .van-field__label{margin-right:17px;-ms-flex-item-align:center;align-self:center}.em-input .em-cell--required::after{position:absolute;right:-8px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}.em-input .hide-label .van-field__label{display:none}.em-input .van-cell--required::before{content:''}.em-input .van-cell--required .van-field__label{position:relative}.em-input .van-cell--required .van-field__label::before{position:absolute;left:-10px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}
|
|
1
|
+
.em-input .van-field__left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.em-input .input-right .van-field__error-message{text-align:right}.em-input .input-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.em-input .input-wrap .van-field__label{width:100%!important;padding-right:20px}.em-input .input-wrap .van-field__left-icon{position:absolute}.em-input .is-left-icon.input-wrap .van-field__label{margin-left:20px}.em-input .required-right .van-field__label::before{display:none}.em-input .isRequired.input-wrap.is-left-icon .van-field__label{margin-left:30px}.em-input .isRequired .van-field__left-icon{margin-right:14px}.em-input .em-cell--required{position:relative;display:inline-block}.em-input .van-field__label{margin-right:17px;-ms-flex-item-align:center;align-self:center}.em-input .em-cell--required::after{position:absolute;right:-8px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}.em-input .hide-label .van-field__label{display:none}.em-input .van-cell--required::before{content:''}.em-input .van-cell--required .van-field__label{position:relative}.em-input .van-cell--required .van-field__label::before{position:absolute;left:-10px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}.em-input-border .van-cell::after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:' ';display:inline-block;pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}
|
package/lib/theme-chalk/form.css
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.em-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.em-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1}
|