@vue-pdf-viewer/shared 1.1.0-beta.0 → 1.1.0-rc.0

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/const.js CHANGED
@@ -1,3 +1,16 @@
1
+ /*
2
+ * Copyright (c) 2021-2025 Vue PDF Viewer
3
+ *
4
+ * This file is part of Vue PDF Viewer
5
+ *
6
+ * Vue PDF Viewer is distributed under a Commercial License Agreement.
7
+ * Last updated: 5 August, 2025
8
+ *
9
+ * For licensing terms and conditions, please visit:
10
+ * https://www.vue-pdf-viewer.dev/license-agreement
11
+ *
12
+ * For commercial licensing inquiries, contact: david@vue-pdf-viewer.dev
13
+ */
1
14
  import { EventAnnotation, EventCore, FreeTextFontColor, HighlightColor, } from "./enumerators";
2
15
  import en from "./locales/en_US.json";
3
16
  import cn from "./locales/zh_CN.json";
@@ -1,3 +1,16 @@
1
+ /*
2
+ * Copyright (c) 2021-2025 Vue PDF Viewer
3
+ *
4
+ * This file is part of Vue PDF Viewer
5
+ *
6
+ * Vue PDF Viewer is distributed under a Commercial License Agreement.
7
+ * Last updated: 5 August, 2025
8
+ *
9
+ * For licensing terms and conditions, please visit:
10
+ * https://www.vue-pdf-viewer.dev/license-agreement
11
+ *
12
+ * For commercial licensing inquiries, contact: david@vue-pdf-viewer.dev
13
+ */
1
14
  export var EventAnnotation;
2
15
  (function (EventAnnotation) {
3
16
  EventAnnotation["highlight"] = "vpv:annotation:highlight";
package/dist/types.js CHANGED
@@ -1,3 +1 @@
1
- // Type definitions for @vue-pdf-viewer
2
- // This file contains only type definitions, interfaces, and enums
3
1
  export {};
package/dist/utils.js CHANGED
@@ -1,3 +1,16 @@
1
+ /*
2
+ * Copyright (c) 2021-2025 Vue PDF Viewer
3
+ *
4
+ * This file is part of Vue PDF Viewer
5
+ *
6
+ * Vue PDF Viewer is distributed under a Commercial License Agreement.
7
+ * Last updated: 5 August, 2025
8
+ *
9
+ * For licensing terms and conditions, please visit:
10
+ * https://www.vue-pdf-viewer.dev/license-agreement
11
+ *
12
+ * For commercial licensing inquiries, contact: david@vue-pdf-viewer.dev
13
+ */
1
14
  export const getEventName = (instanceId, event) => {
2
15
  return `${instanceId}-${event}`;
3
16
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.1.0-beta.0",
4
+ "version": "1.1.0-rc.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",