@wavemaker/app-ng-runtime 11.9.3-1.5958 → 11.9.3-1.5983

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.
@@ -107,7 +107,6 @@ export declare abstract class NumberLocale extends BaseInput implements Validato
107
107
  };
108
108
  validateInputEntry($event: any): boolean;
109
109
  onBackspace($event: any): void;
110
- onDelete($event: any): void;
111
110
  onEnter($event: any): void;
112
111
  onModelChange($event: any): void;
113
112
  onPropertyChange(key: any, nv: any, ov?: any): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.9.3-1.5958",
3
+ "version": "11.9.3-1.5983",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -331,9 +331,6 @@ $.widget('wm.datatable', {
331
331
  if (field === 'checkbox') {
332
332
  $th.append('<input type="checkbox" />');
333
333
  }
334
- if (field === 'radio') {
335
- $th.attr('aria-label', "Select row");
336
- }
337
334
  $th.append('<span class="header-data">' + headerLabel + '</span>');
338
335
  if (sortEnabled) { //If sort info is present, show the sort icon for that column on grid render
339
336
  $sortSpan = $('<span class="sort-buttons-container"></span>');