quasar-ui-danx 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
@@ -1,6 +1,8 @@
1
1
  export * from "./array";
2
2
  export * from "./compatibility";
3
+ export * from "./date";
3
4
  export * from "./download";
5
+ export * from "./downloadPdf";
4
6
  export * from "./files";
5
7
  export * from "./FileUpload";
6
8
  export * from "./FlashMessages";