@vc-shell/framework 1.0.322 → 1.0.323

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.323](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.322...v1.0.323) (2024-11-05)
2
+
3
+
4
+
1
5
  ## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)
2
6
 
3
7
 
@@ -35,7 +35,7 @@ export const createModule = (components: { [key: string]: BladeInstanceConstruct
35
35
  export const createAppModule = (
36
36
  pages: { [key: string]: BladeInstanceConstructor },
37
37
  locales?: { [key: string]: object },
38
- notificationTemplates?: { [key: string]: Component & { notifyType: string } },
38
+ notificationTemplates?: { [key: string]: Component & { notifyType?: string } },
39
39
  moduleComponents?: { [key: string]: Component },
40
40
  ) => {
41
41
  return {
@@ -12,7 +12,7 @@ export declare const createAppModule: (pages: {
12
12
  [key: string]: object;
13
13
  } | undefined, notificationTemplates?: {
14
14
  [key: string]: Component & {
15
- notifyType: string;
15
+ notifyType?: string | undefined;
16
16
  };
17
17
  } | undefined, moduleComponents?: {
18
18
  [key: string]: Component;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAY,MAAM,KAAK,CAAC;AAE/C,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,wBAAwB,EAAc,MAAM,qDAAqD,CAAC;AAM3G,eAAO,MAAM,YAAY;;aAAuE,OAAO;iBACxF,GAAG,GAAG,IAAI;CAsBvB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;oBAGyC,MAAM;;;;;iBAI1D,GAAG,YAAY;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;CA8MxD,CAAC;AAEF,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAY,MAAM,KAAK,CAAC;AAE/C,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,wBAAwB,EAAc,MAAM,qDAAqD,CAAC;AAM3G,eAAO,MAAM,YAAY;;aAAuE,OAAO;iBACxF,GAAG,GAAG,IAAI;CAsBvB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;iBAOX,GAAG,YAAY;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;CA8MxD,CAAC;AAEF,cAAc,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.322",
3
+ "version": "1.0.323",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -59,9 +59,9 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/dompurify": "^3.0.5",
62
- "@vc-shell/api-client-generator": "^1.0.322",
63
- "@vc-shell/config-generator": "^1.0.322",
64
- "@vc-shell/ts-config": "^1.0.322",
62
+ "@vc-shell/api-client-generator": "^1.0.323",
63
+ "@vc-shell/config-generator": "^1.0.323",
64
+ "@vc-shell/ts-config": "^1.0.323",
65
65
  "@vitejs/plugin-vue": "5.0.3",
66
66
  "cypress-signalr-mock": "^1.5.0",
67
67
  "sass": "^1.69.6",