@oneclick.dev/cms-core-modules 0.0.92 → 0.0.94
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/{ContentEditor-ClYwiqvs.js → ContentEditor-D8jaI0h6.js} +40 -40
- package/dist/{ContentEditor-fwvAAH_A.mjs → ContentEditor-DxqN6cIZ.mjs} +4114 -4064
- package/dist/index.cjs.js +1 -1
- package/dist/index.mjs +114 -105
- package/dist/src/contentManager/components/content-editor/Locales.vue.d.ts +2 -0
- package/dist/src/contentManager/config.d.ts +26 -18
- package/dist/src/contentManager/index.d.ts +26 -18
- package/package.json +2 -2
|
@@ -6,6 +6,7 @@ declare const _default: {
|
|
|
6
6
|
readonly label: "Database";
|
|
7
7
|
readonly type: "resource";
|
|
8
8
|
readonly accept: ["FIREBASE"];
|
|
9
|
+
readonly required: true;
|
|
9
10
|
};
|
|
10
11
|
readonly domain: {
|
|
11
12
|
readonly label: "Domain";
|
|
@@ -16,11 +17,13 @@ declare const _default: {
|
|
|
16
17
|
readonly label: "Collections Collection";
|
|
17
18
|
readonly type: "input";
|
|
18
19
|
readonly default: "content_collections";
|
|
20
|
+
readonly required: true;
|
|
19
21
|
};
|
|
20
22
|
readonly contentCollection: {
|
|
21
23
|
readonly label: "Content Collection";
|
|
22
24
|
readonly type: "input";
|
|
23
25
|
readonly default: "content";
|
|
26
|
+
readonly required: true;
|
|
24
27
|
};
|
|
25
28
|
readonly allowedMediaSources: {
|
|
26
29
|
readonly label: "Allowed Media Sources";
|
|
@@ -48,20 +51,22 @@ declare const _default: {
|
|
|
48
51
|
readonly type: "resource";
|
|
49
52
|
readonly accept: ["GITHUB"];
|
|
50
53
|
};
|
|
51
|
-
readonly
|
|
52
|
-
readonly
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
readonly
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
54
|
+
readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
|
|
55
|
+
readonly githubRepo: {
|
|
56
|
+
readonly label: "GitHub Repository";
|
|
57
|
+
readonly type: "input";
|
|
58
|
+
};
|
|
59
|
+
readonly githubOwner: {
|
|
60
|
+
readonly label: "GitHub Owner";
|
|
61
|
+
readonly type: "input";
|
|
62
|
+
};
|
|
63
|
+
}>;
|
|
60
64
|
} & {
|
|
61
65
|
readonly project: {
|
|
62
66
|
readonly label: "Database";
|
|
63
67
|
readonly type: "resource";
|
|
64
68
|
readonly accept: ["FIREBASE"];
|
|
69
|
+
readonly required: true;
|
|
65
70
|
};
|
|
66
71
|
readonly domain: {
|
|
67
72
|
readonly label: "Domain";
|
|
@@ -72,11 +77,13 @@ declare const _default: {
|
|
|
72
77
|
readonly label: "Collections Collection";
|
|
73
78
|
readonly type: "input";
|
|
74
79
|
readonly default: "content_collections";
|
|
80
|
+
readonly required: true;
|
|
75
81
|
};
|
|
76
82
|
readonly contentCollection: {
|
|
77
83
|
readonly label: "Content Collection";
|
|
78
84
|
readonly type: "input";
|
|
79
85
|
readonly default: "content";
|
|
86
|
+
readonly required: true;
|
|
80
87
|
};
|
|
81
88
|
readonly allowedMediaSources: {
|
|
82
89
|
readonly label: "Allowed Media Sources";
|
|
@@ -104,15 +111,16 @@ declare const _default: {
|
|
|
104
111
|
readonly type: "resource";
|
|
105
112
|
readonly accept: ["GITHUB"];
|
|
106
113
|
};
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
readonly
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
|
|
115
|
+
readonly githubRepo: {
|
|
116
|
+
readonly label: "GitHub Repository";
|
|
117
|
+
readonly type: "input";
|
|
118
|
+
};
|
|
119
|
+
readonly githubOwner: {
|
|
120
|
+
readonly label: "GitHub Owner";
|
|
121
|
+
readonly type: "input";
|
|
122
|
+
};
|
|
123
|
+
}>;
|
|
116
124
|
};
|
|
117
125
|
routes: ({
|
|
118
126
|
path: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneclick.dev/cms-core-modules",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.94",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
30
30
|
"@internationalized/date": "^3.8.0",
|
|
31
|
-
"@oneclick.dev/cms-kit": "0.0.
|
|
31
|
+
"@oneclick.dev/cms-kit": "0.0.105",
|
|
32
32
|
"@tanstack/vue-table": "^8.21.3",
|
|
33
33
|
"@vee-validate/zod": "^4.15.0",
|
|
34
34
|
"@vue-flow/core": "^1.48.1",
|