@sap-ux/preview-middleware 0.17.48 → 0.18.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.
Files changed (70) hide show
  1. package/dist/client/adp/api-handler.js +153 -153
  2. package/dist/client/adp/api-handler.ts +1 -0
  3. package/dist/client/adp/command-executor.js +75 -75
  4. package/dist/client/adp/control-utils.js +44 -44
  5. package/dist/client/adp/controllers/BaseDialog.controller.js +187 -187
  6. package/dist/client/adp/controllers/ControllerExtension.controller.js +209 -213
  7. package/dist/client/adp/controllers/ControllerExtension.controller.ts +19 -36
  8. package/dist/client/adp/controllers/ExtensionPoint.controller.js +138 -138
  9. package/dist/client/adp/controllers/FileExistsDialog.controller.js +66 -66
  10. package/dist/client/adp/dialog-factory.js +125 -125
  11. package/dist/client/adp/init-dialogs.js +100 -100
  12. package/dist/client/adp/quick-actions/common/add-controller-to-page.js +55 -55
  13. package/dist/client/adp/quick-actions/common/create-page-action.js +51 -51
  14. package/dist/client/adp/quick-actions/common/op-add-custom-section.js +36 -36
  15. package/dist/client/adp/quick-actions/common/op-add-header-field.js +48 -48
  16. package/dist/client/adp/quick-actions/common/utils.js +18 -18
  17. package/dist/client/adp/quick-actions/control-types.js +21 -21
  18. package/dist/client/adp/quick-actions/dialog-enablement-validator.js +24 -24
  19. package/dist/client/adp/quick-actions/enablement-validator.js +4 -4
  20. package/dist/client/adp/quick-actions/fe-v2/change-table-columns.js +101 -101
  21. package/dist/client/adp/quick-actions/fe-v2/create-table-action.js +104 -104
  22. package/dist/client/adp/quick-actions/fe-v2/create-table-custom-column.js +96 -96
  23. package/dist/client/adp/quick-actions/fe-v2/lr-enable-semantic-date-range-filter-bar.js +78 -78
  24. package/dist/client/adp/quick-actions/fe-v2/lr-enable-table-filtering.js +77 -77
  25. package/dist/client/adp/quick-actions/fe-v2/lr-enable-variant-management.js +69 -69
  26. package/dist/client/adp/quick-actions/fe-v2/lr-toggle-clear-filter-bar.js +59 -59
  27. package/dist/client/adp/quick-actions/fe-v2/op-enable-empty-row-mode.js +93 -93
  28. package/dist/client/adp/quick-actions/fe-v2/op-enable-variant-management.js +84 -84
  29. package/dist/client/adp/quick-actions/fe-v2/registry.js +75 -75
  30. package/dist/client/adp/quick-actions/fe-v2/utils.js +116 -116
  31. package/dist/client/adp/quick-actions/fe-v4/change-table-columns.js +73 -73
  32. package/dist/client/adp/quick-actions/fe-v4/create-table-action.js +50 -50
  33. package/dist/client/adp/quick-actions/fe-v4/create-table-custom-column.js +46 -46
  34. package/dist/client/adp/quick-actions/fe-v4/enable-variant-management.js +81 -81
  35. package/dist/client/adp/quick-actions/fe-v4/lr-enable-semantic-date-range-filter-bar.js +56 -56
  36. package/dist/client/adp/quick-actions/fe-v4/lr-enable-table-filtering.js +82 -82
  37. package/dist/client/adp/quick-actions/fe-v4/lr-toggle-clear-filter-bar.js +53 -53
  38. package/dist/client/adp/quick-actions/fe-v4/op-enable-empty-row-mode.js +89 -89
  39. package/dist/client/adp/quick-actions/fe-v4/registry.js +58 -58
  40. package/dist/client/adp/quick-actions/fe-v4/utils.js +47 -47
  41. package/dist/client/adp/quick-actions/load.js +44 -44
  42. package/dist/client/adp/quick-actions/quick-action-base.js +53 -53
  43. package/dist/client/adp/ui/ControllerExtension.fragment.xml +2 -2
  44. package/dist/client/adp/utils.js +160 -160
  45. package/dist/client/cpe/changes/index.js +10 -10
  46. package/dist/client/cpe/changes/validator.js +39 -39
  47. package/dist/client/cpe/documentation.js +164 -164
  48. package/dist/client/cpe/feature-service.js +36 -36
  49. package/dist/client/cpe/logger.js +30 -30
  50. package/dist/client/cpe/outline/editable.js +37 -37
  51. package/dist/client/cpe/outline/nodes.js +222 -222
  52. package/dist/client/cpe/quick-actions/quick-action-definition.js +4 -4
  53. package/dist/client/cpe/quick-actions/registry.js +143 -143
  54. package/dist/client/cpe/quick-actions/utils.js +92 -92
  55. package/dist/client/cpe/types.js +4 -4
  56. package/dist/client/cpe/ui5-utils.js +33 -33
  57. package/dist/client/cpe/utils.js +138 -138
  58. package/dist/client/flp/WorkspaceConnector.js +86 -86
  59. package/dist/client/flp/common.js +28 -28
  60. package/dist/client/flp/enableFakeConnector.js +83 -83
  61. package/dist/client/flp/initConnectors.js +30 -30
  62. package/dist/client/flp/initRta.js +178 -178
  63. package/dist/client/i18n.js +56 -56
  64. package/dist/client/tsconfig.tsbuildinfo +1 -0
  65. package/dist/client/utils/application.js +32 -32
  66. package/dist/client/utils/core.js +68 -68
  67. package/dist/client/utils/error.js +19 -19
  68. package/dist/client/utils/fe-v4.js +118 -118
  69. package/dist/client/utils/version.js +102 -102
  70. package/package.json +3 -3
@@ -1,215 +1,211 @@
1
- "use strict";
2
-
3
- sap.ui.define(["sap/m/MessageToast", "sap/ui/core/library", "sap/ui/model/json/JSONModel", "../api-handler", "./BaseDialog.controller", "../utils"], function (MessageToast, sap_ui_core_library, JSONModel, ___api_handler, __BaseDialog, ___utils) {
4
- "use strict";
5
-
6
- function _interopRequireDefault(obj) {
7
- return obj && obj.__esModule && typeof obj.default !== "undefined" ? obj.default : obj;
8
- }
9
- /** sap.ui.core */
10
- const ValueState = sap_ui_core_library["ValueState"];
11
- /** sap.ui.base */
12
- const getExistingController = ___api_handler["getExistingController"];
13
- const getManifestAppdescr = ___api_handler["getManifestAppdescr"];
14
- const readControllers = ___api_handler["readControllers"];
15
- const writeChange = ___api_handler["writeChange"];
16
- const writeController = ___api_handler["writeController"];
17
- const BaseDialog = _interopRequireDefault(__BaseDialog);
18
- const getControllerInfo = ___utils["getControllerInfo"];
19
- /**
20
- * @namespace open.ux.preview.client.adp.controllers
21
- */
22
- const ControllerExtension = BaseDialog.extend("open.ux.preview.client.adp.controllers.ControllerExtension", {
23
- constructor: function _constructor(name, overlays, rta) {
24
- BaseDialog.prototype.constructor.call(this, name);
25
- this.rta = rta;
26
- this.overlays = overlays;
27
- this.model = new JSONModel();
28
- },
29
- /**
30
- * Setups the Dialog and the JSON Model
31
- *
32
- * @param {Dialog} dialog - Dialog instance
33
- */
34
- setup: async function _setup(dialog) {
35
- this.dialog = dialog;
36
- this.setEscapeHandler();
37
- await this.buildDialogData();
38
- this.dialog.setModel(this.model);
39
- this.dialog.open();
40
- },
41
- /**
42
- * Handles fragment name input change
43
- *
44
- * @param event Event
45
- */
46
- onControllerNameInputChange: function _onControllerNameInputChange(event) {
47
- const input = event.getSource();
48
- const beginBtn = this.dialog.getBeginButton();
49
- const controllerName = input.getValue();
50
- const controllerList = this.model.getProperty('/controllersList');
51
- const updateDialogState = function (valueState) {
52
- let valueStateText = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
53
- input.setValueState(valueState).setValueStateText(valueStateText);
54
- beginBtn.setEnabled(valueState === ValueState.Success);
55
- };
56
- if (controllerName.length <= 0) {
57
- updateDialogState(ValueState.None);
58
- this.model.setProperty('/newControllerName', null);
59
- return;
60
- }
61
- const fileExists = controllerList.some(f => f.controllerName === `${controllerName}.js`);
62
- if (fileExists) {
63
- updateDialogState(ValueState.Error, 'Enter a different name. The controller name that you entered already exists in your project.');
64
- return;
65
- }
66
- const isValidName = /^[a-zA-Z_][a-zA-Z0-9_-]*$/.test(controllerName);
67
- if (!isValidName) {
68
- updateDialogState(ValueState.Error, 'The controller name cannot contain white spaces or special characters.');
69
- return;
70
- }
71
- if (controllerName.length > 64) {
72
- updateDialogState(ValueState.Error, 'A controller file name cannot contain more than 64 characters.');
73
- return;
74
- }
75
- updateDialogState(ValueState.Success);
76
- this.model.setProperty('/newControllerName', controllerName);
77
- },
78
- /**
79
- * Handles create button press
80
- *
81
- * @param event Event
82
- */
83
- onCreateBtnPress: async function _onCreateBtnPress(event) {
84
- const source = event.getSource();
85
- const controllerExists = this.model.getProperty('/controllerExists');
86
- if (!controllerExists) {
87
- source.setEnabled(false);
88
- const controllerName = this.model.getProperty('/newControllerName');
89
- const viewId = this.model.getProperty('/viewId');
90
- await this.createNewController(controllerName, viewId);
91
- } else {
92
- const controllerPath = this.model.getProperty('/controllerPath');
93
- window.open(`vscode://file${controllerPath}`);
94
- }
95
- this.handleDialogClose();
96
- },
97
- /**
98
- * Builds data that is used in the dialog.
99
- */
100
- buildDialogData: async function _buildDialogData() {
101
- const selectorId = this.overlays.getId();
102
- const overlayControl = sap.ui.getCore().byId(selectorId);
103
- const {
104
- controllerName,
105
- viewId
106
- } = getControllerInfo(overlayControl);
107
- const existingController = await this.getExistingController(controllerName);
108
- if (existingController) {
109
- const {
110
- controllerExists,
111
- controllerPath,
112
- controllerPathFromRoot,
113
- isRunningInBAS
114
- } = existingController;
115
- if (controllerExists) {
116
- this.updateModelForExistingController(controllerExists, controllerPath, controllerPathFromRoot, isRunningInBAS);
117
- } else {
118
- this.updateModelForNewController(viewId);
119
- await this.getControllers();
120
- }
121
- }
122
- },
123
- /**
124
- * Updates the model properties for an existing controller.
125
- *
126
- * @param {boolean} controllerExists - Whether the controller exists.
127
- * @param {string} controllerPath - The controller path.
128
- * @param {string} controllerPathFromRoot - The controller path from the project root.
129
- * @param {boolean} isRunningInBAS - Whether the environment is BAS or VS Code.
130
- */
131
- updateModelForExistingController: function _updateModelForExistingController(controllerExists, controllerPath, controllerPathFromRoot, isRunningInBAS) {
132
- this.model.setProperty('/controllerExists', controllerExists);
133
- this.model.setProperty('/controllerPath', controllerPath);
134
- this.model.setProperty('/controllerPathFromRoot', controllerPathFromRoot);
135
- const content = this.dialog.getContent();
136
- const form = content[0];
137
- form.setVisible(false);
138
- const messageForm = content[1];
139
- messageForm.setVisible(true);
140
- if (isRunningInBAS) {
141
- this.dialog.getBeginButton().setVisible(false);
142
- } else {
143
- this.dialog.getBeginButton().setText('Open in VS Code').setEnabled(true);
144
- }
145
- this.dialog.getEndButton().setText('Close');
146
- },
147
- /**
148
- * Updates the model property for a new controller.
149
- *
150
- * @param viewId The view ID
151
- */
152
- updateModelForNewController: function _updateModelForNewController(viewId) {
153
- this.model.setProperty('/viewId', viewId);
154
- },
155
- /**
156
- * Retrieves existing controller data if found in the project's workspace.
157
- *
158
- * @param controllerName Controller name that exists in the view
159
- * @returns Returnsexisting controller data
160
- */
161
- getExistingController: async function _getExistingController(controllerName) {
162
- let data;
163
- try {
164
- data = await getExistingController(controllerName);
165
- } catch (e) {
166
- this.handleError(e);
167
- }
168
- return data;
169
- },
170
- /**
171
- * Retrieves controller files and fills the model with data
172
- */
173
- getControllers: async function _getControllers() {
174
- try {
175
- const {
176
- controllers
177
- } = await readControllers();
178
- this.model.setProperty('/controllersList', controllers);
179
- } catch (e) {
180
- this.handleError(e);
181
- }
182
- },
183
- /**
184
- * Creates a new fragment for the specified control
185
- *
186
- * @param controllerName Controller Name
187
- * @param viewId View Id
188
- */
189
- createNewController: async function _createNewController(controllerName, viewId) {
190
- try {
191
- const manifest = await getManifestAppdescr();
192
- await writeController({
193
- controllerName,
194
- projectId: manifest.id
195
- });
196
- const controllerRef = {
197
- codeRef: `coding/${controllerName}.js`,
198
- viewId
199
- };
200
- const service = await this.rta.getService('controllerExtension');
201
- const change = await service.add(controllerRef.codeRef, controllerRef.viewId);
202
- change.creation = new Date().toISOString();
203
- await writeChange(change);
204
- MessageToast.show(`Controller extension with name '${controllerName}' was created.`);
205
- } catch (e) {
206
- // We want to update the model incase we have already created a controller file but failed when creating a change file,
207
- // so when the user types the same controller name again he does not get 409 from the server, instead an error is shown in the UI
208
- await this.getControllers();
209
- this.handleError(e);
210
- }
211
- }
212
- });
213
- return ControllerExtension;
1
+ "use strict";
2
+
3
+ sap.ui.define(["sap/m/MessageToast", "sap/ui/core/library", "sap/ui/model/json/JSONModel", "../api-handler", "./BaseDialog.controller", "../utils"], function (MessageToast, sap_ui_core_library, JSONModel, ___api_handler, __BaseDialog, ___utils) {
4
+ "use strict";
5
+
6
+ function _interopRequireDefault(obj) {
7
+ return obj && obj.__esModule && typeof obj.default !== "undefined" ? obj.default : obj;
8
+ }
9
+ /** sap.ui.core */
10
+ const ValueState = sap_ui_core_library["ValueState"];
11
+ /** sap.ui.base */
12
+ const getExistingController = ___api_handler["getExistingController"];
13
+ const readControllers = ___api_handler["readControllers"];
14
+ const writeChange = ___api_handler["writeChange"];
15
+ const writeController = ___api_handler["writeController"];
16
+ const BaseDialog = _interopRequireDefault(__BaseDialog);
17
+ const getControllerInfo = ___utils["getControllerInfo"];
18
+ /**
19
+ * @namespace open.ux.preview.client.adp.controllers
20
+ */
21
+ const ControllerExtension = BaseDialog.extend("open.ux.preview.client.adp.controllers.ControllerExtension", {
22
+ constructor: function _constructor(name, overlays, rta) {
23
+ BaseDialog.prototype.constructor.call(this, name);
24
+ this.rta = rta;
25
+ this.overlays = overlays;
26
+ this.model = new JSONModel();
27
+ },
28
+ /**
29
+ * Setups the Dialog and the JSON Model
30
+ *
31
+ * @param {Dialog} dialog - Dialog instance
32
+ */
33
+ setup: async function _setup(dialog) {
34
+ this.dialog = dialog;
35
+ this.setEscapeHandler();
36
+ await this.buildDialogData();
37
+ this.dialog.setModel(this.model);
38
+ this.dialog.open();
39
+ },
40
+ /**
41
+ * Handles fragment name input change
42
+ *
43
+ * @param event Event
44
+ */
45
+ onControllerNameInputChange: function _onControllerNameInputChange(event) {
46
+ const input = event.getSource();
47
+ const beginBtn = this.dialog.getBeginButton();
48
+ const controllerName = input.getValue();
49
+ const controllerList = this.model.getProperty('/controllersList');
50
+ const updateDialogState = function (valueState) {
51
+ let valueStateText = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
52
+ input.setValueState(valueState).setValueStateText(valueStateText);
53
+ beginBtn.setEnabled(valueState === ValueState.Success);
54
+ };
55
+ if (controllerName.length <= 0) {
56
+ updateDialogState(ValueState.None);
57
+ this.model.setProperty('/newControllerName', null);
58
+ return;
59
+ }
60
+ const fileExists = controllerList.some(f => f.controllerName === `${controllerName}.js`);
61
+ if (fileExists) {
62
+ updateDialogState(ValueState.Error, 'Enter a different name. The controller name that you entered already exists in your project.');
63
+ return;
64
+ }
65
+ const isValidName = /^[a-zA-Z_][a-zA-Z0-9_-]*$/.test(controllerName);
66
+ if (!isValidName) {
67
+ updateDialogState(ValueState.Error, 'The controller name cannot contain white spaces or special characters.');
68
+ return;
69
+ }
70
+ if (controllerName.length > 64) {
71
+ updateDialogState(ValueState.Error, 'A controller file name cannot contain more than 64 characters.');
72
+ return;
73
+ }
74
+ updateDialogState(ValueState.Success);
75
+ this.model.setProperty('/newControllerName', controllerName);
76
+ },
77
+ /**
78
+ * Handles create button press
79
+ *
80
+ * @param event Event
81
+ */
82
+ onCreateBtnPress: async function _onCreateBtnPress(event) {
83
+ const source = event.getSource();
84
+ const controllerExists = this.model.getProperty('/controllerExists');
85
+ if (!controllerExists) {
86
+ source.setEnabled(false);
87
+ const controllerName = this.model.getProperty('/newControllerName');
88
+ const viewId = this.model.getProperty('/viewId');
89
+ await this.createNewController(controllerName, viewId);
90
+ } else {
91
+ const controllerPath = this.model.getProperty('/controllerPath');
92
+ window.open(`vscode://file${controllerPath}`);
93
+ }
94
+ this.handleDialogClose();
95
+ },
96
+ /**
97
+ * Builds data that is used in the dialog.
98
+ */
99
+ buildDialogData: async function _buildDialogData() {
100
+ const selectorId = this.overlays.getId();
101
+ const overlayControl = sap.ui.getCore().byId(selectorId);
102
+ const {
103
+ controllerName,
104
+ viewId
105
+ } = getControllerInfo(overlayControl);
106
+ const data = await this.getExistingController(controllerName);
107
+ if (data) {
108
+ if (data?.controllerExists) {
109
+ this.updateModelForExistingController(data);
110
+ } else {
111
+ this.updateModelForNewController(viewId, data.isTsSupported);
112
+ await this.getControllers();
113
+ }
114
+ }
115
+ },
116
+ /**
117
+ * Updates the model properties for an existing controller.
118
+ *
119
+ * @param {CodeExtResponse} data - Existing controller data from the server.
120
+ */
121
+ updateModelForExistingController: function _updateModelForExistingController(data) {
122
+ const {
123
+ controllerExists,
124
+ controllerPath,
125
+ controllerPathFromRoot,
126
+ isRunningInBAS
127
+ } = data;
128
+ this.model.setProperty('/controllerExists', controllerExists);
129
+ this.model.setProperty('/controllerPath', controllerPath);
130
+ this.model.setProperty('/controllerPathFromRoot', controllerPathFromRoot);
131
+ const content = this.dialog.getContent();
132
+ const form = content[0];
133
+ form.setVisible(false);
134
+ const messageForm = content[1];
135
+ messageForm.setVisible(true);
136
+ if (isRunningInBAS) {
137
+ this.dialog.getBeginButton().setVisible(false);
138
+ } else {
139
+ this.dialog.getBeginButton().setText('Open in VS Code').setEnabled(true);
140
+ }
141
+ this.dialog.getEndButton().setText('Close');
142
+ },
143
+ /**
144
+ * Updates the model property for a new controller.
145
+ *
146
+ * @param {string} viewId - The view ID.
147
+ * @param {boolean} isTsSupported - Whether TypeScript supported for the current project.
148
+ */
149
+ updateModelForNewController: function _updateModelForNewController(viewId, isTsSupported) {
150
+ this.model.setProperty('/viewId', viewId);
151
+ this.model.setProperty('/controllerExtension', isTsSupported ? '.ts' : '.js');
152
+ },
153
+ /**
154
+ * Retrieves existing controller data if found in the project's workspace.
155
+ *
156
+ * @param controllerName Controller name that exists in the view.
157
+ * @returns Returns existing controller data.
158
+ */
159
+ getExistingController: async function _getExistingController(controllerName) {
160
+ let data;
161
+ try {
162
+ data = await getExistingController(controllerName);
163
+ } catch (e) {
164
+ this.handleError(e);
165
+ }
166
+ return data;
167
+ },
168
+ /**
169
+ * Retrieves controller files and fills the model with data
170
+ */
171
+ getControllers: async function _getControllers() {
172
+ try {
173
+ const {
174
+ controllers
175
+ } = await readControllers();
176
+ this.model.setProperty('/controllersList', controllers);
177
+ } catch (e) {
178
+ this.handleError(e);
179
+ }
180
+ },
181
+ /**
182
+ * Creates a new fragment for the specified control
183
+ *
184
+ * @param controllerName Controller Name
185
+ * @param viewId View Id
186
+ */
187
+ createNewController: async function _createNewController(controllerName, viewId) {
188
+ try {
189
+ await writeController({
190
+ controllerName
191
+ });
192
+ const controllerRef = {
193
+ codeRef: `coding/${controllerName}.js`,
194
+ viewId
195
+ };
196
+ const service = await this.rta.getService('controllerExtension');
197
+ const change = await service.add(controllerRef.codeRef, controllerRef.viewId);
198
+ change.creation = new Date().toISOString();
199
+ await writeChange(change);
200
+ MessageToast.show(`Controller extension with name '${controllerName}' was created.`);
201
+ } catch (e) {
202
+ // We want to update the model incase we have already created a controller file but failed when creating a change file,
203
+ // so when the user types the same controller name again he does not get 409 from the server, instead an error is shown in the UI
204
+ await this.getControllers();
205
+ this.handleError(e);
206
+ }
207
+ }
208
+ });
209
+ return ControllerExtension;
214
210
  });
215
211
  //# sourceMappingURL=ControllerExtension.controller.js.map
@@ -24,13 +24,7 @@ import type SimpleForm from 'sap/ui/layout/form/SimpleForm';
24
24
  import type ElementOverlay from 'sap/ui/dt/ElementOverlay';
25
25
 
26
26
  import type { CodeExtResponse, ControllersResponse } from '../api-handler';
27
- import {
28
- getExistingController,
29
- getManifestAppdescr,
30
- readControllers,
31
- writeChange,
32
- writeController
33
- } from '../api-handler';
27
+ import { getExistingController, readControllers, writeChange, writeController } from '../api-handler';
34
28
  import BaseDialog from './BaseDialog.controller';
35
29
  import { getControllerInfo } from '../utils';
36
30
 
@@ -44,6 +38,7 @@ type ControllerModel = JSONModel & {
44
38
  getProperty(sPath: '/newControllerName'): string;
45
39
  getProperty(sPath: '/viewId'): string;
46
40
  getProperty(sPath: '/controllerPath'): string;
41
+ getProperty(sPath: '/controllerExtension'): string;
47
42
  };
48
43
 
49
44
  /**
@@ -158,20 +153,13 @@ export default class ControllerExtension extends BaseDialog<ControllerModel> {
158
153
  const overlayControl = sap.ui.getCore().byId(selectorId) as unknown as ElementOverlay;
159
154
 
160
155
  const { controllerName, viewId } = getControllerInfo(overlayControl);
161
- const existingController = await this.getExistingController(controllerName);
162
-
163
- if (existingController) {
164
- const { controllerExists, controllerPath, controllerPathFromRoot, isRunningInBAS } = existingController;
165
-
166
- if (controllerExists) {
167
- this.updateModelForExistingController(
168
- controllerExists,
169
- controllerPath,
170
- controllerPathFromRoot,
171
- isRunningInBAS
172
- );
156
+ const data = await this.getExistingController(controllerName);
157
+
158
+ if (data) {
159
+ if (data?.controllerExists) {
160
+ this.updateModelForExistingController(data);
173
161
  } else {
174
- this.updateModelForNewController(viewId);
162
+ this.updateModelForNewController(viewId, data.isTsSupported);
175
163
 
176
164
  await this.getControllers();
177
165
  }
@@ -180,17 +168,11 @@ export default class ControllerExtension extends BaseDialog<ControllerModel> {
180
168
  /**
181
169
  * Updates the model properties for an existing controller.
182
170
  *
183
- * @param {boolean} controllerExists - Whether the controller exists.
184
- * @param {string} controllerPath - The controller path.
185
- * @param {string} controllerPathFromRoot - The controller path from the project root.
186
- * @param {boolean} isRunningInBAS - Whether the environment is BAS or VS Code.
171
+ * @param {CodeExtResponse} data - Existing controller data from the server.
187
172
  */
188
- private updateModelForExistingController(
189
- controllerExists: boolean,
190
- controllerPath: string,
191
- controllerPathFromRoot: string,
192
- isRunningInBAS: boolean
193
- ): void {
173
+ private updateModelForExistingController(data: CodeExtResponse): void {
174
+ const { controllerExists, controllerPath, controllerPathFromRoot, isRunningInBAS } = data;
175
+
194
176
  this.model.setProperty('/controllerExists', controllerExists);
195
177
  this.model.setProperty('/controllerPath', controllerPath);
196
178
  this.model.setProperty('/controllerPathFromRoot', controllerPathFromRoot);
@@ -214,17 +196,19 @@ export default class ControllerExtension extends BaseDialog<ControllerModel> {
214
196
  /**
215
197
  * Updates the model property for a new controller.
216
198
  *
217
- * @param viewId The view ID
199
+ * @param {string} viewId - The view ID.
200
+ * @param {boolean} isTsSupported - Whether TypeScript supported for the current project.
218
201
  */
219
- private updateModelForNewController(viewId: string): void {
202
+ private updateModelForNewController(viewId: string, isTsSupported: boolean): void {
220
203
  this.model.setProperty('/viewId', viewId);
204
+ this.model.setProperty('/controllerExtension', isTsSupported ? '.ts' : '.js');
221
205
  }
222
206
 
223
207
  /**
224
208
  * Retrieves existing controller data if found in the project's workspace.
225
209
  *
226
- * @param controllerName Controller name that exists in the view
227
- * @returns Returnsexisting controller data
210
+ * @param controllerName Controller name that exists in the view.
211
+ * @returns Returns existing controller data.
228
212
  */
229
213
  private async getExistingController(controllerName: string): Promise<CodeExtResponse | undefined> {
230
214
  let data: CodeExtResponse | undefined;
@@ -257,8 +241,7 @@ export default class ControllerExtension extends BaseDialog<ControllerModel> {
257
241
  */
258
242
  private async createNewController(controllerName: string, viewId: string): Promise<void> {
259
243
  try {
260
- const manifest = await getManifestAppdescr();
261
- await writeController({ controllerName, projectId: manifest.id });
244
+ await writeController({ controllerName });
262
245
 
263
246
  const controllerRef = {
264
247
  codeRef: `coding/${controllerName}.js`,