@acorex/platform-generator 21.0.0-next.31 → 21.0.0-next.34

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,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/platform-generator",
3
- "version": "21.0.0-next.31",
3
+ "version": "21.0.0-next.34",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "21.0.0-next.31"
5
+ "@acorex/modules": "21.0.0-next.34"
6
6
  },
7
7
  "dependencies": {
8
8
  "ejs": "^3.1.10"
@@ -62,7 +62,7 @@ const routes: Routes = [
62
62
  })
63
63
  export class <%= className %>RootModule {
64
64
  registry = inject(AXPWidgetRegistryService);
65
- extendedWidgets = [];
65
+ AXPExtendedWidgets = [];
66
66
  }
67
67
 
68
68
  //#endregion
@@ -23,14 +23,6 @@
23
23
  "mode": {
24
24
  "label": "Chart Mode",
25
25
  "description": "Select the type of organizational chart to generate"
26
- },
27
- "include-employees": {
28
- "label": "Include Employees",
29
- "description": "Show employee information in the chart"
30
- },
31
- "prefer-primary": {
32
- "label": "Prefer Primary Assignments",
33
- "description": "Use primary assignments when multiple assignments exist"
34
26
  }
35
27
  },
36
28
  "mode": {
@@ -23,14 +23,6 @@
23
23
  "mode": {
24
24
  "label": "حالت نمودار",
25
25
  "description": "نوع نمودار سازمانی مورد نظر برای تولید را انتخاب کنید"
26
- },
27
- "include-employees": {
28
- "label": "شامل کارمندان",
29
- "description": "نمایش اطلاعات کارمندان در نمودار"
30
- },
31
- "prefer-primary": {
32
- "label": "ترجیح تخصیص‌های اصلی",
33
- "description": "در صورت وجود چند تخصیص، از تخصیص‌های اصلی استفاده شود"
34
26
  }
35
27
  },
36
28
  "mode": {