@zeedhi/zd-calendar-vue 1.6.0 → 1.6.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.
package/dist/calendar-vue.esm.js
CHANGED
|
@@ -512,12 +512,7 @@ var __vue_render__ = function () {
|
|
|
512
512
|
expression: "instance.showHeader",
|
|
513
513
|
},
|
|
514
514
|
],
|
|
515
|
-
class: [
|
|
516
|
-
"zd-toolbar-calendar",
|
|
517
|
-
"row",
|
|
518
|
-
{ "theme--dark": _vm.instance.dark || _vm.$vuetify.theme.dark },
|
|
519
|
-
{ "theme--light": _vm.instance.light || !_vm.$vuetify.theme.dark },
|
|
520
|
-
],
|
|
515
|
+
class: ["zd-toolbar-calendar", "row", _vm.theme],
|
|
521
516
|
attrs: {
|
|
522
517
|
name: "toolbar_" + _vm.instance.name,
|
|
523
518
|
height: "64",
|
|
@@ -931,7 +926,7 @@ __vue_render__._withStripped = true;
|
|
|
931
926
|
/* style */
|
|
932
927
|
const __vue_inject_styles__ = function (inject) {
|
|
933
928
|
if (!inject) return
|
|
934
|
-
inject("data-v-
|
|
929
|
+
inject("data-v-33e7b457_0", { source: ".zd-calendar {\n display: flex;\n flex-direction: column;\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 });
|
|
935
930
|
|
|
936
931
|
};
|
|
937
932
|
/* scoped */
|
package/dist/calendar-vue.umd.js
CHANGED
|
@@ -513,12 +513,7 @@
|
|
|
513
513
|
expression: "instance.showHeader",
|
|
514
514
|
},
|
|
515
515
|
],
|
|
516
|
-
class: [
|
|
517
|
-
"zd-toolbar-calendar",
|
|
518
|
-
"row",
|
|
519
|
-
{ "theme--dark": _vm.instance.dark || _vm.$vuetify.theme.dark },
|
|
520
|
-
{ "theme--light": _vm.instance.light || !_vm.$vuetify.theme.dark },
|
|
521
|
-
],
|
|
516
|
+
class: ["zd-toolbar-calendar", "row", _vm.theme],
|
|
522
517
|
attrs: {
|
|
523
518
|
name: "toolbar_" + _vm.instance.name,
|
|
524
519
|
height: "64",
|
|
@@ -932,7 +927,7 @@
|
|
|
932
927
|
/* style */
|
|
933
928
|
const __vue_inject_styles__ = function (inject) {
|
|
934
929
|
if (!inject) return
|
|
935
|
-
inject("data-v-
|
|
930
|
+
inject("data-v-33e7b457_0", { source: ".zd-calendar {\n display: flex;\n flex-direction: column;\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 });
|
|
936
931
|
|
|
937
932
|
};
|
|
938
933
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-calendar-vue",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.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.*",
|
|
21
21
|
"vue-property-decorator": "9.1.*"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "9f1ce5fd3fe8d169a3f78a04f93e09249af2c0d4"
|
|
24
24
|
}
|