iov-design 2.15.44 → 2.15.45

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.
@@ -15337,11 +15337,20 @@ var pickervue_type_template_id_79ae069f_render = function() {
15337
15337
  false
15338
15338
  )
15339
15339
  ),
15340
- _vm._t("range-separator", [
15341
- _c("span", { staticClass: "el-range-separator" }, [
15342
- _vm._v(_vm._s(_vm.rangeSeparator))
15343
- ])
15344
- ]),
15340
+ _vm.$slots["range-separator"]
15341
+ ? _c(
15342
+ "span",
15343
+ { staticClass: "el-range-separator" },
15344
+ [_vm._t("range-separator")],
15345
+ 2
15346
+ )
15347
+ : _vm.rangeSeparator
15348
+ ? _c("span", { staticClass: "el-range-separator" }, [
15349
+ _vm._v("\n " + _vm._s(_vm.rangeSeparator) + "\n ")
15350
+ ])
15351
+ : _c("span", { staticClass: "el-range-separator" }, [
15352
+ _c("i", { staticClass: "iov-icon-arrow-half-right" })
15353
+ ]),
15345
15354
  _c(
15346
15355
  "input",
15347
15356
  _vm._b(
@@ -15378,8 +15387,7 @@ var pickervue_type_template_id_79ae069f_render = function() {
15378
15387
  class: ["el-input__icon", "el-range__icon", _vm.triggerClass]
15379
15388
  })
15380
15389
  : _vm._e()
15381
- ],
15382
- 2
15390
+ ]
15383
15391
  )
15384
15392
  }
15385
15393
  var pickervue_type_template_id_79ae069f_staticRenderFns = []
@@ -15482,6 +15490,12 @@ var date_util_ = __webpack_require__(0);
15482
15490
  //
15483
15491
  //
15484
15492
  //
15493
+ //
15494
+ //
15495
+ //
15496
+ //
15497
+ //
15498
+ //
15485
15499
 
15486
15500
 
15487
15501
 
@@ -15789,7 +15803,7 @@ var pickervue_type_script_lang_js_validator = function validator(val) {
15789
15803
  defaultValue: {},
15790
15804
  defaultTime: {},
15791
15805
  rangeSeparator: {
15792
- default: '-'
15806
+ default: ''
15793
15807
  },
15794
15808
  pickerOptions: {},
15795
15809
  unlinkPanels: Boolean,
@@ -44036,7 +44050,7 @@ if (typeof window !== 'undefined' && window.Vue) {
44036
44050
  }
44037
44051
 
44038
44052
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
44039
- version: '2.15.44',
44053
+ version: '2.15.45',
44040
44054
  locale: lib_locale_default.a.use,
44041
44055
  i18n: lib_locale_default.a.i18n,
44042
44056
  install: src_install,