@zeedhi/zd-calendar-vue 1.7.2 → 1.7.3
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.
package/dist/calendar-vue.esm.js
CHANGED
|
@@ -569,7 +569,7 @@ var __vue_render__ = function () {
|
|
|
569
569
|
},
|
|
570
570
|
on: {
|
|
571
571
|
click: function ($event) {
|
|
572
|
-
return _vm.instance.goToToday()
|
|
572
|
+
return _vm.instance.goToToday(_vm.$el, $event)
|
|
573
573
|
},
|
|
574
574
|
},
|
|
575
575
|
}),
|
|
@@ -1071,7 +1071,7 @@ __vue_render__._withStripped = true;
|
|
|
1071
1071
|
/* style */
|
|
1072
1072
|
const __vue_inject_styles__ = function (inject) {
|
|
1073
1073
|
if (!inject) return
|
|
1074
|
-
inject("data-v-
|
|
1074
|
+
inject("data-v-0b7383a1_0", { source: ".zd-calendar {\n display: flex;\n flex-direction: column;\n}\n.zd-calendar .v-btn--fab {\n z-index: 2;\n}\n.zd-calendar-content {\n display: flex;\n overflow: auto;\n height: 100%;\n}\n.zd-calendar .zd-toolbar-calendar {\n display: flex;\n flex: 0 1 auto;\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 .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n@media screen and (max-width: 376px) {\n.zd-calendar .zd-toolbar-calendar {\n flex-direction: column;\n}\n.zd-calendar .zd-toolbar-calendar .zd-calendar-nav-title,\n .zd-calendar .zd-toolbar-calendar .zd-calendar-button-today {\n max-width: 100%;\n flex: 1;\n align-items: center;\n justify-content: space-between !important;\n}\n.zd-calendar .zd-toolbar-calendar .zd-calendar-button-today button {\n width: 100%;\n margin-right: 0px !important;\n}\n}\n.zd-calendar .zd-calendar-content-title .zd-calendar-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
|
|
1075
1075
|
|
|
1076
1076
|
};
|
|
1077
1077
|
/* scoped */
|
package/dist/calendar-vue.umd.js
CHANGED
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
},
|
|
571
571
|
on: {
|
|
572
572
|
click: function ($event) {
|
|
573
|
-
return _vm.instance.goToToday()
|
|
573
|
+
return _vm.instance.goToToday(_vm.$el, $event)
|
|
574
574
|
},
|
|
575
575
|
},
|
|
576
576
|
}),
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
/* style */
|
|
1073
1073
|
const __vue_inject_styles__ = function (inject) {
|
|
1074
1074
|
if (!inject) return
|
|
1075
|
-
inject("data-v-
|
|
1075
|
+
inject("data-v-0b7383a1_0", { source: ".zd-calendar {\n display: flex;\n flex-direction: column;\n}\n.zd-calendar .v-btn--fab {\n z-index: 2;\n}\n.zd-calendar-content {\n display: flex;\n overflow: auto;\n height: 100%;\n}\n.zd-calendar .zd-toolbar-calendar {\n display: flex;\n flex: 0 1 auto;\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 .zd-toolbar-calendar.theme--dark {\n background-color: #1e1e1e;\n}\n.zd-calendar .zd-toolbar-calendar div {\n align-items: center;\n display: flex;\n}\n@media screen and (max-width: 376px) {\n.zd-calendar .zd-toolbar-calendar {\n flex-direction: column;\n}\n.zd-calendar .zd-toolbar-calendar .zd-calendar-nav-title,\n .zd-calendar .zd-toolbar-calendar .zd-calendar-button-today {\n max-width: 100%;\n flex: 1;\n align-items: center;\n justify-content: space-between !important;\n}\n.zd-calendar .zd-toolbar-calendar .zd-calendar-button-today button {\n width: 100%;\n margin-right: 0px !important;\n}\n}\n.zd-calendar .zd-calendar-content-title .zd-calendar-title {\n display: flex;\n flex-direction: column;\n width: 154px;\n}", map: undefined, media: undefined });
|
|
1076
1076
|
|
|
1077
1077
|
};
|
|
1078
1078
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-calendar-vue",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
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.*",
|
|
21
21
|
"vue-property-decorator": "9.1.*"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "babf9128218e441b057767e218a90828a40b8cfb"
|
|
24
24
|
}
|