@platecms/delta-vue 0.1.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/package.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "@platecms/delta-vue",
3
+ "version": "0.1.0",
4
+ "description": "Plugin to connect to the Plate Delta CMS in a Vue application.",
5
+ "license": "UNLICENSED",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://bitbucket.org/startmetplate/delta.git"
12
+ },
13
+ "homepage": "https://bitbucket.org/startmetplate/delta/src/dev/packages/delta-vue",
14
+ "type": "module",
15
+ "main": "./index.js",
16
+ "types": "./index.d.ts",
17
+ "exports": {
18
+ ".": {
19
+ "require": "./index.umd.js",
20
+ "import": "./index.mjs",
21
+ "types": "./index.d.ts"
22
+ },
23
+ "./style.css": "./style.css"
24
+ },
25
+ "dependencies": {
26
+ "@platecms/delta-cast": "0.4.8",
27
+ "@platecms/delta-castscript": "1.0.3",
28
+ "@platecms/delta-client": "1.1.0",
29
+ "@platecms/delta-plate-resource-notation": "1.4.1",
30
+ "@graphql-codegen/cli": "5.0.3",
31
+ "@graphql-typed-document-node/core": "3.2.0",
32
+ "axios": "1.7.9",
33
+ "class-transformer": "0.5.1",
34
+ "graphql": "16.10.0",
35
+ "html2canvas": "1.4.1",
36
+ "lodash": "4.17.21",
37
+ "reflect-metadata": "0.2.2",
38
+ "slate": "0.112.0",
39
+ "slate-react": "0.112.1",
40
+ "tslib": "2.8.1",
41
+ "vue": "3.5.13",
42
+ "vue-component-type-helpers": "2.2.0",
43
+ "vue-router": "4.5.0",
44
+ "@vitejs/plugin-vue": "4.5.0",
45
+ "vite-plugin-dts": "4.5.0",
46
+ "@tailwindcss/vite": "4.0.6",
47
+ "@apollo/client": "3.13.1",
48
+ "defu": "^6.1.4"
49
+ }
50
+ }
@@ -0,0 +1,4 @@
1
+ import { RouteRecordRaw } from 'vue-router';
2
+ export declare const editorRoute: RouteRecordRaw;
3
+ export declare const previewRoute: RouteRecordRaw;
4
+ export declare const slugRoute: RouteRecordRaw;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;