@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.
@@ -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-64d4d2dc_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 });
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 */
@@ -785,7 +785,7 @@
785
785
  /* style */
786
786
  const __vue_inject_styles__ = function (inject) {
787
787
  if (!inject) return
788
- inject("data-v-64d4d2dc_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 });
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.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": "052812e98c51855a1da2b71e3ec4e79cee527d54"
23
+ "gitHead": "39ad3fcd125a15e844e0c9edfe687a1901fcc968"
24
24
  }
@@ -1,10 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "include": [
4
- "./src/**/*.ts",
5
- "./tests/**/*.ts"
6
- ],
7
- "exclude": [
8
- "node_modules"
9
- ]
10
- }