pro-design-vue 1.0.0-rc.5 → 1.0.0-rc.6

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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.0.0-rc.5 */
1
+ /*! Pro Design Vue v1.0.0-rc.6 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue')) :
@@ -16,7 +16,7 @@
16
16
  const SCROLL_FIXED_CLASS = `_scroll__fixed_`;
17
17
  const DEFAULT_NAMESPACE = "pro";
18
18
 
19
- const version$1 = "1.0.0-rc.5";
19
+ const version$1 = "1.0.0-rc.6";
20
20
 
21
21
  const makeInstaller = (components = []) => {
22
22
  const install = (app) => {
@@ -30823,9 +30823,9 @@
30823
30823
  ref: "bodyRef",
30824
30824
  class: vue.normalizeClass(_ctx.bodyClass),
30825
30825
  style: vue.normalizeStyle(_ctx.bodyStyle),
30826
- onDragstart: _cache[9] || (_cache[9] = (...args) => _ctx.handleDragStart && _ctx.handleDragStart(...args)),
30827
- onKeydown: _cache[10] || (_cache[10] = (...args) => _ctx.handleKeydown && _ctx.handleKeydown(...args)),
30828
- onResize: _cache[11] || (_cache[11] = (...args) => _ctx.handleBodyResize && _ctx.handleBodyResize(...args))
30826
+ onDragstart: _cache[8] || (_cache[8] = (...args) => _ctx.handleDragStart && _ctx.handleDragStart(...args)),
30827
+ onKeydown: _cache[9] || (_cache[9] = (...args) => _ctx.handleKeydown && _ctx.handleKeydown(...args)),
30828
+ onResize: _cache[10] || (_cache[10] = (...args) => _ctx.handleBodyResize && _ctx.handleBodyResize(...args))
30829
30829
  },
30830
30830
  [
30831
30831
  vue.createElementVNode("div", _hoisted_1$3, [
@@ -31135,24 +31135,13 @@
31135
31135
  6
31136
31136
  /* CLASS, STYLE */
31137
31137
  ),
31138
- vue.withDirectives(vue.createElementVNode(
31139
- "div",
31140
- {
31141
- style: vue.normalizeStyle(_ctx.measureDomStyle),
31142
- onResize: _cache[6] || (_cache[6] = (...args) => _ctx.handleBodyResize && _ctx.handleBodyResize(...args))
31143
- },
31144
- null,
31145
- 36
31146
- /* STYLE, NEED_HYDRATION */
31147
- ), [
31148
- [_directive_resize]
31149
- ]),
31138
+ vue.createCommentVNode(' <div v-resize :style="measureDomStyle" @resize="handleBodyResize"></div> '),
31150
31139
  vue.withDirectives(vue.createElementVNode(
31151
31140
  "div",
31152
31141
  {
31153
31142
  class: vue.normalizeClass(`${_ctx.prefixCls}-body-scroll-measure`),
31154
31143
  style: vue.normalizeStyle(`min-width: ${_ctx.bodyInnerWidth}px`),
31155
- onResizewidth: _cache[7] || (_cache[7] = (...args) => _ctx.handleBodyScrollResize && _ctx.handleBodyScrollResize(...args))
31144
+ onResizewidth: _cache[6] || (_cache[6] = (...args) => _ctx.handleBodyScrollResize && _ctx.handleBodyScrollResize(...args))
31156
31145
  },
31157
31146
  null,
31158
31147
  38
@@ -31165,7 +31154,7 @@
31165
31154
  {
31166
31155
  class: vue.normalizeClass(`${_ctx.prefixCls}-body-inner-measure`),
31167
31156
  style: vue.normalizeStyle(`min-width: ${_ctx.scrollX}px`),
31168
- onResizewidth: _cache[8] || (_cache[8] = (...args) => _ctx.handleBodyInnerResize && _ctx.handleBodyInnerResize(...args))
31157
+ onResizewidth: _cache[7] || (_cache[7] = (...args) => _ctx.handleBodyInnerResize && _ctx.handleBodyInnerResize(...args))
31169
31158
  },
31170
31159
  null,
31171
31160
  38
@@ -31211,7 +31200,7 @@
31211
31200
  vue.withDirectives((vue.openBlock(), vue.createElementBlock(
31212
31201
  "div",
31213
31202
  {
31214
- onResizeheight: _cache[12] || (_cache[12] = (...args) => _ctx.handleResize && _ctx.handleResize(...args))
31203
+ onResizeheight: _cache[11] || (_cache[11] = (...args) => _ctx.handleResize && _ctx.handleResize(...args))
31215
31204
  },
31216
31205
  [
31217
31206
  vue.createVNode(_component_RenderVNode, { vnode: _ctx.summary }, null, 8, ["vnode"])