@yimingliao/cms 0.0.198 → 0.0.199
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/src/constants/keys/main.js +1 -0
- package/dist/src/constants/paths/main.js +3 -0
- package/dist/types/src/constants/keys/index.d.ts +3 -0
- package/dist/types/src/constants/keys/index.d.ts.map +1 -1
- package/dist/types/src/constants/keys/main.d.ts +3 -0
- package/dist/types/src/constants/keys/main.d.ts.map +1 -1
- package/dist/types/src/constants/paths/index.d.ts +3 -0
- package/dist/types/src/constants/paths/index.d.ts.map +1 -1
- package/dist/types/src/constants/paths/main.d.ts +3 -0
- package/dist/types/src/constants/paths/main.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ const MAIN_KEYS = {
|
|
|
2
2
|
key: "main",
|
|
3
3
|
dashboard: { key: "dashboard" },
|
|
4
4
|
cmsSettings: { key: "cms-settings" },
|
|
5
|
+
websiteConfig: { key: "website-config" },
|
|
5
6
|
websitePages: { key: "website-pages" },
|
|
6
7
|
storage: { key: "storage" },
|
|
7
8
|
postManagement: { key: "post-management" },
|
|
@@ -8,6 +8,9 @@ const MAIN_PATHS = {
|
|
|
8
8
|
cmsSettings: {
|
|
9
9
|
path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.cmsSettings.key}`
|
|
10
10
|
},
|
|
11
|
+
websiteConfig: {
|
|
12
|
+
path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.websiteConfig.key}`
|
|
13
|
+
},
|
|
11
14
|
websitePages: {
|
|
12
15
|
path: `${CMS_PATH}/${KEYS.main.dashboard.key}/${KEYS.main.websitePages.key}`
|
|
13
16
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMP,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/keys/main.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYZ,CAAC"}
|
|
@@ -6,6 +6,9 @@ export declare const PATHS: {
|
|
|
6
6
|
readonly cmsSettings: {
|
|
7
7
|
readonly path: "/cms/dashboard/cms-settings";
|
|
8
8
|
};
|
|
9
|
+
readonly websiteConfig: {
|
|
10
|
+
readonly path: "/cms/dashboard/website-config";
|
|
11
|
+
};
|
|
9
12
|
readonly websitePages: {
|
|
10
13
|
readonly path: "/cms/dashboard/website-pages";
|
|
11
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIR,CAAC"}
|
|
@@ -5,6 +5,9 @@ export declare const MAIN_PATHS: {
|
|
|
5
5
|
readonly cmsSettings: {
|
|
6
6
|
readonly path: "/cms/dashboard/cms-settings";
|
|
7
7
|
};
|
|
8
|
+
readonly websiteConfig: {
|
|
9
|
+
readonly path: "/cms/dashboard/website-config";
|
|
10
|
+
};
|
|
8
11
|
readonly websitePages: {
|
|
9
12
|
readonly path: "/cms/dashboard/website-pages";
|
|
10
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/constants/paths/main.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAgCb,CAAC"}
|