pro-design-vue 1.2.16 → 1.2.17

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.2.16 */
1
+ /*! Pro Design Vue v1.2.17 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
@@ -32,7 +32,7 @@
32
32
  const DEFAULT_NAMESPACE = "pro";
33
33
  const DEFAULT_LOCALE = "zh-CN";
34
34
 
35
- const version$1 = "1.2.16";
35
+ const version$1 = "1.2.17";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -34871,9 +34871,10 @@
34871
34871
  class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar`)
34872
34872
  },
34873
34873
  [
34874
- vue.createElementVNode(
34874
+ !!_ctx.$slots.top ? (vue.openBlock(), vue.createElementBlock(
34875
34875
  "div",
34876
34876
  {
34877
+ key: 0,
34877
34878
  class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-top`)
34878
34879
  },
34879
34880
  [
@@ -34881,7 +34882,7 @@
34881
34882
  ],
34882
34883
  2
34883
34884
  /* CLASS */
34884
- ),
34885
+ )) : vue.createCommentVNode("v-if", true),
34885
34886
  vue.createElementVNode(
34886
34887
  "div",
34887
34888
  {
@@ -35044,9 +35045,10 @@
35044
35045
  2
35045
35046
  /* CLASS */
35046
35047
  ),
35047
- vue.createElementVNode(
35048
+ !!_ctx.$slots.bottom ? (vue.openBlock(), vue.createElementBlock(
35048
35049
  "div",
35049
35050
  {
35051
+ key: 1,
35050
35052
  class: vue.normalizeClass(`${_ctx.prefixCls}-toolbar-bottom`)
35051
35053
  },
35052
35054
  [
@@ -35054,7 +35056,7 @@
35054
35056
  ],
35055
35057
  2
35056
35058
  /* CLASS */
35057
- )
35059
+ )) : vue.createCommentVNode("v-if", true)
35058
35060
  ],
35059
35061
  2
35060
35062
  /* CLASS */