@zeedhi/zd-calendar-vue 1.0.0 → 1.0.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 +1 -1
- package/dist/calendar-vue.umd.js +1 -1
- package/package.json +3 -3
- package/tsconfig.eslint.json +0 -10
package/dist/calendar-vue.esm.js
CHANGED
|
@@ -783,7 +783,7 @@ __vue_render__._withStripped = true;
|
|
|
783
783
|
/* style */
|
|
784
784
|
const __vue_inject_styles__ = function (inject) {
|
|
785
785
|
if (!inject) return
|
|
786
|
-
inject("data-v-
|
|
786
|
+
inject("data-v-4646e0ca_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}\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}", map: undefined, media: undefined });
|
|
787
787
|
|
|
788
788
|
};
|
|
789
789
|
/* scoped */
|
package/dist/calendar-vue.umd.js
CHANGED
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
/* style */
|
|
786
786
|
const __vue_inject_styles__ = function (inject) {
|
|
787
787
|
if (!inject) return
|
|
788
|
-
inject("data-v-
|
|
788
|
+
inject("data-v-4646e0ca_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}\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}", map: undefined, media: undefined });
|
|
789
789
|
|
|
790
790
|
};
|
|
791
791
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-calendar-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Powered by Zeedhi",
|
|
5
5
|
"main": "dist/calendar-vue.umd.js",
|
|
6
6
|
"module": "dist/calendar-vue.esm.js",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@zeedhi/vuetify": "*",
|
|
18
|
-
"@zeedhi/zd-calendar-common": "
|
|
18
|
+
"@zeedhi/zd-calendar-common": "file:packages/common",
|
|
19
19
|
"vue": "^2.6.12",
|
|
20
20
|
"vue-class-component": "^7.2.6",
|
|
21
21
|
"vue-property-decorator": "^9.1.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "39ad3fcd125a15e844e0c9edfe687a1901fcc968"
|
|
24
24
|
}
|