@opentinyvue/vue-date-range 3.22.0 → 3.23.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.
Files changed (3) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/pc.js +3 -3
  3. package/package.json +10 -10
package/lib/index.js CHANGED
@@ -101,7 +101,7 @@ var DateRange = defineComponent({
101
101
  });
102
102
  }
103
103
  });
104
- var version = "3.22.0";
104
+ var version = "3.23.0";
105
105
  DateRange.install = function(Vue) {
106
106
  Vue.component(DateRange.name, DateRange);
107
107
  };
package/lib/pc.js CHANGED
@@ -152,19 +152,19 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
152
152
  })
153
153
  }, {
154
154
  default: withCtx(function() {
155
- var _ctx$state$shortcuts;
155
+ var _ctx$state$shortcuts, _ctx$state$shortcuts2;
156
156
  return [createElementVNode(
157
157
  "div",
158
158
  {
159
159
  class: normalizeClass(["tiny-picker-panel tiny-date-range-picker tiny-popper", [{
160
- "has-sidebar": _ctx.slots.sidebar || _ctx.state.shortcuts,
160
+ "has-sidebar": _ctx.slots.sidebar || ((_ctx$state$shortcuts = _ctx.state.shortcuts) == null ? void 0 : _ctx$state$shortcuts.length),
161
161
  "has-time": _ctx.state.showTime
162
162
  }, _ctx.state.popperClass]]),
163
163
  ref: "refDateRange"
164
164
  },
165
165
  [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "sidebar", {
166
166
  class: "tiny-picker-panel__sidebar"
167
- }), (_ctx$state$shortcuts = _ctx.state.shortcuts) != null && _ctx$state$shortcuts.length ? (openBlock(), createElementBlock(
167
+ }), (_ctx$state$shortcuts2 = _ctx.state.shortcuts) != null && _ctx$state$shortcuts2.length ? (openBlock(), createElementBlock(
168
168
  "div",
169
169
  _hoisted_2,
170
170
  [(openBlock(true), createElementBlock(
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-date-range",
3
3
  "type": "module",
4
- "version": "3.22.0",
4
+ "version": "3.23.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~3.22.0",
12
- "@opentinyvue/vue-common": "~3.22.0",
13
- "@opentinyvue/vue-date-table": "~3.22.0",
14
- "@opentinyvue/vue-directive": "~3.22.0",
15
- "@opentinyvue/vue-icon": "~3.22.0",
16
- "@opentinyvue/vue-input": "~3.22.0",
17
- "@opentinyvue/vue-renderless": "~3.22.0",
18
- "@opentinyvue/vue-theme": "~3.22.0",
19
- "@opentinyvue/vue-time": "~3.22.0"
11
+ "@opentinyvue/vue-button": "~3.23.0",
12
+ "@opentinyvue/vue-common": "~3.23.0",
13
+ "@opentinyvue/vue-date-table": "~3.23.0",
14
+ "@opentinyvue/vue-directive": "~3.23.0",
15
+ "@opentinyvue/vue-icon": "~3.23.0",
16
+ "@opentinyvue/vue-input": "~3.23.0",
17
+ "@opentinyvue/vue-renderless": "~3.23.0",
18
+ "@opentinyvue/vue-theme": "~3.23.0",
19
+ "@opentinyvue/vue-time": "~3.23.0"
20
20
  },
21
21
  "types": "index.d.ts",
22
22
  "scripts": {