@zeedhi/teknisa-cli 1.62.0 → 1.63.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/teknisa-cli",
3
- "version": "1.62.0",
3
+ "version": "1.63.0",
4
4
  "description": "Teknisa CLI",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -34,5 +34,5 @@
34
34
  "/src",
35
35
  "/bin"
36
36
  ],
37
- "gitHead": "26e6a2066e57301efa50dcea22a2fb3a531f8de5"
37
+ "gitHead": "b43f5f0f2f1a341165d854f1692022575356e13c"
38
38
  }
@@ -1,15 +1,17 @@
1
- import { IConfig } from '@zeedhi/core';
1
+ import { ITekConfig } from '@zeedhi/teknisa-components-common';
2
2
  import prodEnvironment from './prodEnvironment.json';
3
3
  import devEnvironment from './devEnvironment.json';
4
4
 
5
5
  const env = process.env.NODE_ENV === 'production' ? prodEnvironment : devEnvironment;
6
6
 
7
- const config: IConfig = {
7
+ const config: ITekConfig = {
8
8
  endPoint: env.endPoint,
9
9
  metadataEndPoint: env.metadataEndPoint,
10
10
  env: {
11
11
  endPoint: env.endPoint,
12
12
  },
13
+ saveGridLayoutsEndPoint: process.env.VUE_APP_SAVE_GRID_LAYOUTS_END_POINT,
14
+ loadGridLayoutsEndPoint: process.env.VUE_APP_LOAD_GRID_LAYOUTS_END_POINT,
13
15
  };
14
16
 
15
17
  export default config;
@@ -1,10 +1,10 @@
1
- import { IConfig } from '@zeedhi/core';
1
+ import { ITekConfig } from '@zeedhi/teknisa-components-common';
2
2
  import prodEnvironment from './prodEnvironment.json';
3
3
  import devEnvironment from './devEnvironment.json';
4
4
 
5
5
  const env = process.env.NODE_ENV === 'production' ? prodEnvironment : devEnvironment;
6
6
 
7
- const config: IConfig = {
7
+ const config: ITekConfig = {
8
8
  endPoint: env.endPoint,
9
9
  metadataEndPoint: env.metadataEndPoint,
10
10
  env: {
@@ -15,6 +15,8 @@ const config: IConfig = {
15
15
  loginBackgroundImgUrl: env.modules.login.backgroundImgUrl,
16
16
  loginEndPoint: env.modules.login.endPoint,
17
17
  },
18
+ saveGridLayoutsEndPoint: env.saveGridLayoutsEndPoint,
19
+ loadGridLayoutsEndPoint: env.loadGridLayoutsEndPoint,
18
20
  };
19
21
 
20
22
  export default config;
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "endPoint": "",
3
3
  "metadataEndPoint": "",
4
+ "saveGridLayoutsEndPoint": "",
5
+ "loadGridLayoutsEndPoint": "",
4
6
  "baseUrl": "/",
5
7
  "product": {
6
8
  "id": "",
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "endPoint": "<>APP_URL<>/backend/index.php",
3
3
  "metadataEndPoint": "",
4
+ "saveGridLayoutsEndPoint": "",
5
+ "loadGridLayoutsEndPoint": "",
4
6
  "baseUrl": "/",
5
7
  "product": {
6
8
  "id": "",