@zeedhi/zd-calendar-vue 1.3.0 → 1.4.1

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.
@@ -586,23 +586,11 @@ var __vue_render__ = function () {
586
586
  fn: function (ref) {
587
587
  var on = ref.on;
588
588
  return [
589
- _c(
590
- "div",
591
- _vm._g(
592
- {
593
- attrs: {
594
- "dropdown-activator": Object.assign(
595
- {},
596
- _vm.$attrs["dropdown-activator"],
597
- on
598
- ),
599
- },
600
- },
601
- on
602
- ),
603
- [
604
- _vm.instance.title || _vm.$refs.calendar
605
- ? _c("zd-button", {
589
+ _vm.instance.title || _vm.$refs.calendar
590
+ ? _c(
591
+ "zd-button",
592
+ _vm._g(
593
+ {
606
594
  staticClass:
607
595
  "zd-calendar-content-title",
608
596
  attrs: {
@@ -612,11 +600,11 @@ var __vue_render__ = function () {
612
600
  flat: "",
613
601
  label: _vm.titleLabel,
614
602
  },
615
- })
616
- : _vm._e(),
617
- ],
618
- 1
619
- ),
603
+ },
604
+ on
605
+ )
606
+ )
607
+ : _vm._e(),
620
608
  ]
621
609
  },
622
610
  },
@@ -941,7 +929,7 @@ __vue_render__._withStripped = true;
941
929
  /* style */
942
930
  const __vue_inject_styles__ = function (inject) {
943
931
  if (!inject) return
944
- inject("data-v-7da13c08_0", { source: ".zd-calendar-content .zd-toolbar-calendar {\n display: flex;\n justify-items: center;\n justify-content: space-between;\n background-color: #fff;\n padding: 0.75rem 0.5rem;\n margin: 0;\n}\n.zd-calendar-content .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar-content .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n.zd-calendar-content .zd-calendar-content-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
932
+ inject("data-v-979df4de_0", { source: ".zd-calendar-content .zd-toolbar-calendar {\n display: flex;\n justify-items: center;\n justify-content: space-between;\n background-color: #fff;\n padding: 0.75rem 0.5rem;\n margin: 0;\n}\n.zd-calendar-content .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar-content .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n.zd-calendar-content .zd-calendar-content-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
945
933
 
946
934
  };
947
935
  /* scoped */
@@ -587,23 +587,11 @@
587
587
  fn: function (ref) {
588
588
  var on = ref.on;
589
589
  return [
590
- _c(
591
- "div",
592
- _vm._g(
593
- {
594
- attrs: {
595
- "dropdown-activator": Object.assign(
596
- {},
597
- _vm.$attrs["dropdown-activator"],
598
- on
599
- ),
600
- },
601
- },
602
- on
603
- ),
604
- [
605
- _vm.instance.title || _vm.$refs.calendar
606
- ? _c("zd-button", {
590
+ _vm.instance.title || _vm.$refs.calendar
591
+ ? _c(
592
+ "zd-button",
593
+ _vm._g(
594
+ {
607
595
  staticClass:
608
596
  "zd-calendar-content-title",
609
597
  attrs: {
@@ -613,11 +601,11 @@
613
601
  flat: "",
614
602
  label: _vm.titleLabel,
615
603
  },
616
- })
617
- : _vm._e(),
618
- ],
619
- 1
620
- ),
604
+ },
605
+ on
606
+ )
607
+ )
608
+ : _vm._e(),
621
609
  ]
622
610
  },
623
611
  },
@@ -942,7 +930,7 @@
942
930
  /* style */
943
931
  const __vue_inject_styles__ = function (inject) {
944
932
  if (!inject) return
945
- inject("data-v-7da13c08_0", { source: ".zd-calendar-content .zd-toolbar-calendar {\n display: flex;\n justify-items: center;\n justify-content: space-between;\n background-color: #fff;\n padding: 0.75rem 0.5rem;\n margin: 0;\n}\n.zd-calendar-content .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar-content .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n.zd-calendar-content .zd-calendar-content-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
933
+ inject("data-v-979df4de_0", { source: ".zd-calendar-content .zd-toolbar-calendar {\n display: flex;\n justify-items: center;\n justify-content: space-between;\n background-color: #fff;\n padding: 0.75rem 0.5rem;\n margin: 0;\n}\n.zd-calendar-content .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar-content .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n.zd-calendar-content .zd-calendar-content-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
946
934
 
947
935
  };
948
936
  /* scoped */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/zd-calendar-vue",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Powered by Zeedhi",
5
5
  "main": "dist/calendar-vue.umd.js",
6
6
  "module": "dist/calendar-vue.esm.js",
@@ -20,5 +20,5 @@
20
20
  "vue-class-component": "^7.2.6",
21
21
  "vue-property-decorator": "^9.1.2"
22
22
  },
23
- "gitHead": "6f4fe53063ed34252898787e2866f837a2356bdb"
23
+ "gitHead": "6f2e0255746a71a9881580a7b059157c595c28dd"
24
24
  }