@mdsfe/mds-ui 0.2.10-rc.2 → 0.2.10-rc.3
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/dist/index.js +1 -1
- package/dist/mds-ui.min.js +6 -6
- package/dist/rate.js +9 -3
- package/package.json +1 -1
package/dist/mds-ui.min.js
CHANGED
|
@@ -54113,12 +54113,12 @@ var rate_style = __webpack_require__(419);
|
|
|
54113
54113
|
// CONCATENATED MODULE: ./components/rate/style/index.js
|
|
54114
54114
|
|
|
54115
54115
|
|
|
54116
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/rate/rate.vue?vue&type=template&id=
|
|
54117
|
-
var
|
|
54118
|
-
var
|
|
54116
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/rate/rate.vue?vue&type=template&id=535be418&
|
|
54117
|
+
var ratevue_type_template_id_535be418_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ul',{class:[_vm.prefixCls, _vm.disabled ? (_vm.prefixCls + "-disabled"): ''],on:{"mouseleave":_vm.onMouseLeave}},_vm._l((_vm.count),function(i){return _c('star',{key:i,ref:"stars",refInFor:true,attrs:{"disabled":_vm.disabled,"index":i,"new-value":_vm.newValue,"value":_vm.value,"allow-half":_vm.allowHalf,"prefix-cls":(_vm.prefixCls + "-star")},on:{"click":_vm.onClick,"hover":_vm.onHover},scopedSlots:_vm._u([{key:"default",fn:function(props){return [(_vm.rateText)?_c('mds-tooltip',{attrs:{"title":_vm.rateText,"mouseEnterDelay":0.1,"mouseLeaveDelay":0}},[_vm._t("default",[_c('MdsIcon',{attrs:{"type":"star"}})])],2):_vm._e(),_vm._v(" "),(!_vm.rateText)?_vm._t("default",[_c('MdsIcon',{attrs:{"type":"star"}})]):_vm._e()]}}],null,true)})}),1)}
|
|
54118
|
+
var ratevue_type_template_id_535be418_staticRenderFns = []
|
|
54119
54119
|
|
|
54120
54120
|
|
|
54121
|
-
// CONCATENATED MODULE: ./components/rate/rate.vue?vue&type=template&id=
|
|
54121
|
+
// CONCATENATED MODULE: ./components/rate/rate.vue?vue&type=template&id=535be418&
|
|
54122
54122
|
|
|
54123
54123
|
// CONCATENATED MODULE: ./components/tooltip/tooltip.js
|
|
54124
54124
|
|
|
@@ -54591,8 +54591,8 @@ var star_component = normalizeComponent(
|
|
|
54591
54591
|
|
|
54592
54592
|
var rate_component = normalizeComponent(
|
|
54593
54593
|
rate_ratevue_type_script_lang_js_,
|
|
54594
|
-
|
|
54595
|
-
|
|
54594
|
+
ratevue_type_template_id_535be418_render,
|
|
54595
|
+
ratevue_type_template_id_535be418_staticRenderFns,
|
|
54596
54596
|
false,
|
|
54597
54597
|
null,
|
|
54598
54598
|
null,
|
package/dist/rate.js
CHANGED
|
@@ -253,10 +253,16 @@ var render = function () {
|
|
|
253
253
|
_vm.rateText
|
|
254
254
|
? _c(
|
|
255
255
|
"mds-tooltip",
|
|
256
|
-
{
|
|
256
|
+
{
|
|
257
|
+
attrs: {
|
|
258
|
+
title: _vm.rateText,
|
|
259
|
+
mouseEnterDelay: 0.1,
|
|
260
|
+
mouseLeaveDelay: 0,
|
|
261
|
+
},
|
|
262
|
+
},
|
|
257
263
|
[
|
|
258
264
|
_vm._t("default", [
|
|
259
|
-
_c("
|
|
265
|
+
_c("MdsIcon", { attrs: { type: "star" } }),
|
|
260
266
|
]),
|
|
261
267
|
],
|
|
262
268
|
2
|
|
@@ -264,7 +270,7 @@ var render = function () {
|
|
|
264
270
|
: _vm._e(),
|
|
265
271
|
!_vm.rateText
|
|
266
272
|
? _vm._t("default", [
|
|
267
|
-
_c("
|
|
273
|
+
_c("MdsIcon", { attrs: { type: "star" } }),
|
|
268
274
|
])
|
|
269
275
|
: _vm._e(),
|
|
270
276
|
]
|