@ng-matero/extensions 10.16.1 → 10.16.5
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/alert/_alert-theme.scss +20 -20
- package/alert/alert.component.d.ts +4 -3
- package/alert/mtxAlert.metadata.json +1 -1
- package/bundles/mtxAlert.umd.js +3 -3
- package/bundles/mtxAlert.umd.js.map +1 -1
- package/bundles/mtxAlert.umd.min.js.map +1 -1
- package/bundles/{ng-matero-extensions-button.umd.js → mtxButton.umd.js} +2 -2
- package/bundles/mtxButton.umd.js.map +1 -0
- package/bundles/{ng-matero-extensions-button.umd.min.js → mtxButton.umd.min.js} +1 -1
- package/bundles/{ng-matero-extensions-button.umd.min.js.map → mtxButton.umd.min.js.map} +0 -0
- package/bundles/mtxCheckboxGroup.umd.js +87 -22
- package/bundles/mtxCheckboxGroup.umd.js.map +1 -1
- package/bundles/mtxCheckboxGroup.umd.min.js +1 -1
- package/bundles/mtxCheckboxGroup.umd.min.js.map +1 -1
- package/bundles/mtxColorPicker.umd.js +32 -5
- package/bundles/mtxColorPicker.umd.js.map +1 -1
- package/bundles/mtxColorPicker.umd.min.js +1 -1
- package/bundles/mtxColorPicker.umd.min.js.map +1 -1
- package/bundles/mtxDialog.umd.js +0 -2
- package/bundles/mtxDialog.umd.js.map +1 -1
- package/bundles/mtxDialog.umd.min.js +1 -1
- package/bundles/mtxDialog.umd.min.js.map +1 -1
- package/bundles/mtxFormGroup.umd.js +2 -0
- package/bundles/mtxFormGroup.umd.js.map +1 -1
- package/bundles/mtxFormGroup.umd.min.js +1 -1
- package/bundles/mtxFormGroup.umd.min.js.map +1 -1
- package/bundles/mtxGrid.umd.js +31 -101
- package/bundles/mtxGrid.umd.js.map +1 -1
- package/bundles/mtxGrid.umd.min.js +2 -2
- package/bundles/mtxGrid.umd.min.js.map +1 -1
- package/bundles/mtxLoader.umd.js +1 -1
- package/bundles/mtxLoader.umd.js.map +1 -1
- package/bundles/mtxLoader.umd.min.js +1 -1
- package/bundles/mtxLoader.umd.min.js.map +1 -1
- package/bundles/mtxProgress.umd.js +2 -2
- package/bundles/mtxProgress.umd.js.map +1 -1
- package/bundles/mtxProgress.umd.min.js.map +1 -1
- package/bundles/mtxSelect.umd.js +5 -1
- package/bundles/mtxSelect.umd.js.map +1 -1
- package/bundles/mtxSelect.umd.min.js +1 -1
- package/bundles/mtxSelect.umd.min.js.map +1 -1
- package/bundles/mtxTooltip.umd.js +1 -1
- package/bundles/mtxTooltip.umd.js.map +1 -1
- package/bundles/mtxTooltip.umd.min.js +1 -1
- package/bundles/mtxTooltip.umd.min.js.map +1 -1
- package/bundles/mtxUtils.umd.js.map +1 -1
- package/bundles/mtxUtils.umd.min.js.map +1 -1
- package/button/{ng-matero-extensions-button.d.ts → mtxButton.d.ts} +0 -0
- package/button/{ng-matero-extensions-button.metadata.json → mtxButton.metadata.json} +0 -0
- package/button/package.json +7 -7
- package/checkbox-group/checkbox-group.component.d.ts +15 -11
- package/checkbox-group/mtxCheckboxGroup.metadata.json +1 -1
- package/color-picker/color-picker.component.d.ts +10 -9
- package/color-picker/mtxColorPicker.metadata.json +1 -1
- package/data-grid/_grid-theme.scss +14 -32
- package/data-grid/cell.component.d.ts +2 -1
- package/data-grid/column-menu.component.d.ts +4 -3
- package/data-grid/grid.component.d.ts +7 -20
- package/data-grid/grid.component.scss +51 -5
- package/data-grid/grid.interface.d.ts +18 -36
- package/data-grid/mtxGrid.metadata.json +1 -1
- package/dialog/dialog.config.d.ts +3 -2
- package/dialog/mtxDialog.metadata.json +1 -1
- package/esm2015/alert/alert.component.js +4 -4
- package/esm2015/button/mtxButton.js +10 -0
- package/esm2015/checkbox-group/checkbox-group.component.js +77 -20
- package/esm2015/color-picker/color-picker.component.js +29 -6
- package/esm2015/data-grid/cell.component.js +2 -2
- package/esm2015/data-grid/column-menu.component.js +1 -2
- package/esm2015/data-grid/grid.component.js +32 -100
- package/esm2015/data-grid/grid.interface.js +12 -11
- package/esm2015/dialog/dialog.config.js +1 -1
- package/esm2015/dialog/dialog.js +1 -3
- package/esm2015/form-group/form-group.component.js +4 -2
- package/esm2015/loader/loader.component.js +2 -2
- package/esm2015/progress/progress.component.js +3 -3
- package/esm2015/select/select.component.js +6 -2
- package/esm2015/tooltip/tooltip.js +2 -2
- package/esm2015/utils/to-observable.pipe.js +1 -1
- package/fesm2015/mtxAlert.js +3 -3
- package/fesm2015/mtxAlert.js.map +1 -1
- package/fesm2015/{ng-matero-extensions-button.js → mtxButton.js} +2 -2
- package/fesm2015/mtxButton.js.map +1 -0
- package/fesm2015/mtxCheckboxGroup.js +76 -19
- package/fesm2015/mtxCheckboxGroup.js.map +1 -1
- package/fesm2015/mtxColorPicker.js +28 -5
- package/fesm2015/mtxColorPicker.js.map +1 -1
- package/fesm2015/mtxDialog.js +0 -2
- package/fesm2015/mtxDialog.js.map +1 -1
- package/fesm2015/mtxFormGroup.js +3 -1
- package/fesm2015/mtxFormGroup.js.map +1 -1
- package/fesm2015/mtxGrid.js +43 -111
- package/fesm2015/mtxGrid.js.map +1 -1
- package/fesm2015/mtxLoader.js +1 -1
- package/fesm2015/mtxLoader.js.map +1 -1
- package/fesm2015/mtxProgress.js +2 -2
- package/fesm2015/mtxProgress.js.map +1 -1
- package/fesm2015/mtxSelect.js +5 -1
- package/fesm2015/mtxSelect.js.map +1 -1
- package/fesm2015/mtxTooltip.js +1 -1
- package/fesm2015/mtxTooltip.js.map +1 -1
- package/fesm2015/mtxUtils.js.map +1 -1
- package/form-group/mtxFormGroup.metadata.json +1 -1
- package/loader/loader.component.d.ts +2 -1
- package/loader/mtxLoader.metadata.json +1 -1
- package/package.json +1 -1
- package/progress/mtxProgress.metadata.json +1 -1
- package/progress/progress.component.d.ts +3 -2
- package/select/_select-theme.scss +18 -18
- package/select/mtxSelect.metadata.json +1 -1
- package/select/select.component.d.ts +4 -1
- package/tooltip/mtxTooltip.metadata.json +1 -1
- package/utils/to-observable.pipe.d.ts +1 -1
- package/bundles/ng-matero-extensions-button.umd.js.map +0 -1
- package/esm2015/button/ng-matero-extensions-button.js +0 -10
- package/fesm2015/ng-matero-extensions-button.js.map +0 -1
package/bundles/mtxGrid.umd.js
CHANGED
|
@@ -387,14 +387,13 @@
|
|
|
387
387
|
function MtxGridComponent(_dataGridSrv, _changeDetectorRef) {
|
|
388
388
|
this._dataGridSrv = _dataGridSrv;
|
|
389
389
|
this._changeDetectorRef = _changeDetectorRef;
|
|
390
|
-
this.dataSource = new table.MatTableDataSource(
|
|
390
|
+
this.dataSource = new table.MatTableDataSource();
|
|
391
391
|
this.columns = [];
|
|
392
392
|
this.data = [];
|
|
393
393
|
this.length = 0;
|
|
394
394
|
this.loading = false;
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
*/
|
|
395
|
+
this.columnResizable = false;
|
|
396
|
+
// Page
|
|
398
397
|
this.pageOnFront = true;
|
|
399
398
|
this.showPaginator = true;
|
|
400
399
|
this.pageDisabled = false;
|
|
@@ -404,23 +403,17 @@
|
|
|
404
403
|
this.pageSizeOptions = [10, 50, 100];
|
|
405
404
|
this.hidePageSize = false;
|
|
406
405
|
this.page = new core.EventEmitter();
|
|
407
|
-
|
|
408
|
-
* Sort
|
|
409
|
-
*/
|
|
406
|
+
// Sort
|
|
410
407
|
this.sortOnFront = true;
|
|
411
408
|
this.sortDisableClear = false;
|
|
412
409
|
this.sortDisabled = false;
|
|
413
410
|
this.sortStart = 'asc';
|
|
414
411
|
this.sortChange = new core.EventEmitter();
|
|
415
|
-
|
|
416
|
-
* Row
|
|
417
|
-
*/
|
|
412
|
+
// Row
|
|
418
413
|
this.rowHover = false;
|
|
419
414
|
this.rowStriped = false;
|
|
420
415
|
this.rowClick = new core.EventEmitter();
|
|
421
|
-
|
|
422
|
-
* Expandable row
|
|
423
|
-
*/
|
|
416
|
+
// Expansion
|
|
424
417
|
this.expansionRowStates = [];
|
|
425
418
|
this.expandable = false;
|
|
426
419
|
this.expansionChange = new core.EventEmitter();
|
|
@@ -428,34 +421,25 @@
|
|
|
428
421
|
* Whether support multiple row/cell selection
|
|
429
422
|
*/
|
|
430
423
|
this.multiSelectable = true;
|
|
431
|
-
|
|
432
|
-
* Row selection
|
|
433
|
-
*/
|
|
424
|
+
// Row selection
|
|
434
425
|
this.rowSelection = new collections.SelectionModel(true, []);
|
|
435
426
|
this.rowSelected = [];
|
|
436
427
|
this.rowSelectable = false;
|
|
437
428
|
this.hideRowSelectionCheckbox = false;
|
|
438
429
|
this.rowSelectionFormatter = {};
|
|
439
430
|
this.rowSelectionChange = new core.EventEmitter();
|
|
440
|
-
|
|
441
|
-
* Cell selection
|
|
442
|
-
*/
|
|
431
|
+
// Cell selection
|
|
443
432
|
this.cellSelection = [];
|
|
444
433
|
this.cellSelectable = true;
|
|
445
434
|
this.cellSelectionChange = new core.EventEmitter();
|
|
446
|
-
|
|
447
|
-
* Toolbar
|
|
448
|
-
*/
|
|
435
|
+
// Toolbar
|
|
449
436
|
this.showToolbar = false;
|
|
450
437
|
this.toolbarTitle = '';
|
|
451
|
-
|
|
452
|
-
* Column menu
|
|
453
|
-
*/
|
|
438
|
+
// Column menu
|
|
454
439
|
this.columnMenuData = [];
|
|
455
440
|
this.showColumnMenuButton = true;
|
|
456
441
|
this.columnMenuButtonText = '';
|
|
457
442
|
this.columnMenuButtonType = 'stroked';
|
|
458
|
-
this.columnMenuButtonColor = '';
|
|
459
443
|
this.columnMenuButtonClass = '';
|
|
460
444
|
this.columnMenuButtonIcon = '';
|
|
461
445
|
this.columnHideable = true;
|
|
@@ -467,22 +451,12 @@
|
|
|
467
451
|
this.columnMenuHeaderText = 'Columns Header';
|
|
468
452
|
this.showColumnMenuFooter = false;
|
|
469
453
|
this.columnMenuFooterText = 'Columns Footer';
|
|
470
|
-
|
|
471
|
-
* No Result
|
|
472
|
-
*/
|
|
454
|
+
// No Result
|
|
473
455
|
this.noResultText = 'No records found';
|
|
474
|
-
|
|
475
|
-
* tfoot
|
|
476
|
-
*/
|
|
456
|
+
// Summary
|
|
477
457
|
this.showSummary = false;
|
|
478
|
-
|
|
479
|
-
* Sidebar
|
|
480
|
-
*/
|
|
458
|
+
// Sidebar
|
|
481
459
|
this.showSidebar = false;
|
|
482
|
-
/**
|
|
483
|
-
* Column resizable
|
|
484
|
-
*/
|
|
485
|
-
this.columnResizable = false;
|
|
486
460
|
}
|
|
487
461
|
Object.defineProperty(MtxGridComponent.prototype, "_hasNoResult", {
|
|
488
462
|
/**
|
|
@@ -906,7 +880,7 @@
|
|
|
906
880
|
animations.transition('expanded <=> collapsed', animations.animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')),
|
|
907
881
|
]),
|
|
908
882
|
],
|
|
909
|
-
styles: [".mtx-grid{display:flex;flex-direction:column;position:relative;width:100%}.mtx-grid .mat-table-container{overflow:auto}.mtx-grid .mat-table-container.mat-table-with-data{flex:1}.mtx-grid .mat-table:not(.mat-column-resize-table){border-collapse:separate;min-width:100%}.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-cell:not(.mtx-grid-checkbox-cell),.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-footer-cell:not(.mtx-grid-checkbox-cell),.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-header-cell:not(.mtx-grid-checkbox-cell){min-width:80px}.mtx-grid .mat-cell,.mtx-grid .mat-footer-cell,.mtx-grid .mat-header-cell{box-sizing:border-box;padding:4px 10px}.mtx-grid .mat-cell.mtx-grid-checkbox-cell,.mtx-grid .mat-footer-cell.mtx-grid-checkbox-cell,.mtx-grid .mat-header-cell.mtx-grid-checkbox-cell,[dir=rtl] .mtx-grid .mat-cell.mtx-grid-checkbox-cell,[dir=rtl] .mtx-grid .mat-footer-cell.mtx-grid-checkbox-cell,[dir=rtl] .mtx-grid .mat-header-cell.mtx-grid-checkbox-cell{padding-left:10px;padding-right:10px}.mtx-grid .mat-cell .mat-icon-button.expanded .mat-icon{transform:rotate(90deg)}.mtx-grid .mat-row.mtx-grid-expansion{height:0;overflow:hidden}.mtx-grid .mat-row.mtx-grid-expansion .mat-cell{padding-bottom:0;padding-top:0}.mtx-grid .mat-row.mtx-grid-expansion.collapsed .mat-cell,.mtx-grid .mat-row:last-of-type .mat-cell{border-bottom-width:0}.mtx-grid .mat-sort-header-icon{font-size:18px;height:18px;margin:0 4px;width:18px}.mtx-grid .mat-header-cell-inner{align-items:center;display:flex}.mtx-grid .mat-paginator-hidden{display:none}.mtx-grid-progress{position:absolute;top:0;width:100%;z-index:120}.mtx-grid-toolbar{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:48px;padding:8px}.mtx-grid-layout{display:flex;flex:1 1 auto;overflow:auto}.mtx-grid-content{flex-direction:column;width:0}.mtx-grid-sidebar{max-width:50%}.mtx-grid-no-result{align-items:center;display:flex;flex:1;justify-content:center;min-height:150px}.mtx-grid-expansion-placeholder{display:inline-block;height:40px;vertical-align:middle;width:40px}.mtx-grid-expansion-detail{align-items:center;display:flex;min-height:48px;overflow:hidden}.mtx-grid-checkbox-cell{flex:none;justify-content:center;min-width:56px;width:56px}.mtx-grid-checkbox-cell .mat-checkbox{display:flex;margin:0 10px}.mtx-grid-checkbox-cell .mat-checkbox-inner-container{margin-left:0}.mat-table-sticky{position:-webkit-sticky!important;position:sticky!important}"]
|
|
883
|
+
styles: [".mtx-grid{display:flex;flex-direction:column;position:relative;width:100%}.mtx-grid .mat-table-container{overflow:auto}.mtx-grid .mat-table-container.mat-table-with-data{flex:1}.mtx-grid .mat-table:not(.mat-column-resize-table){border-collapse:separate;min-width:100%}.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-cell:not(.mtx-grid-checkbox-cell),.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-footer-cell:not(.mtx-grid-checkbox-cell),.mtx-grid .mat-table:not(.mat-column-resize-table) .mat-header-cell:not(.mtx-grid-checkbox-cell){min-width:80px}.mtx-grid .mat-table-sticky-left{border-right-style:solid;border-right-width:1px}[dir=rtl] .mtx-grid .mat-table-sticky-left{border-right-width:0}.mtx-grid .mat-table-sticky-right,[dir=rtl] .mtx-grid .mat-table-sticky-left{border-left-style:solid;border-left-width:1px}[dir=rtl] .mtx-grid .mat-table-sticky-right{border-left-width:0;border-right-style:solid;border-right-width:1px}.mtx-grid .mat-cell,.mtx-grid .mat-footer-cell,.mtx-grid .mat-header-cell{box-sizing:border-box;padding:4px 10px}.mtx-grid .mat-cell:first-of-type:not(:only-of-type),.mtx-grid .mat-footer-cell:first-of-type:not(:only-of-type),.mtx-grid .mat-header-cell:first-of-type:not(:only-of-type){padding-left:24px}.mtx-grid .mat-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell,.mtx-grid .mat-footer-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell,.mtx-grid .mat-header-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell{padding-left:10px;padding-right:10px}[dir=rtl] .mtx-grid .mat-cell:first-of-type:not(:only-of-type),[dir=rtl] .mtx-grid .mat-footer-cell:first-of-type:not(:only-of-type),[dir=rtl] .mtx-grid .mat-header-cell:first-of-type:not(:only-of-type){padding-left:10px;padding-right:24px}[dir=rtl] .mtx-grid .mat-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell,[dir=rtl] .mtx-grid .mat-footer-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell,[dir=rtl] .mtx-grid .mat-header-cell:first-of-type:not(:only-of-type).mtx-grid-checkbox-cell{padding-left:10px;padding-right:10px}.mtx-grid .mat-cell:last-of-type:not(:only-of-type),.mtx-grid .mat-footer-cell:last-of-type:not(:only-of-type),.mtx-grid .mat-header-cell:last-of-type:not(:only-of-type){padding-right:24px}[dir=rtl] .mtx-grid .mat-cell:last-of-type:not(:only-of-type),[dir=rtl] .mtx-grid .mat-footer-cell:last-of-type:not(:only-of-type),[dir=rtl] .mtx-grid .mat-header-cell:last-of-type:not(:only-of-type){padding-left:24px;padding-right:10px}.mtx-grid .mat-cell .mat-icon-button.expanded .mat-icon{transform:rotate(90deg)}.mtx-grid .mat-row.mtx-grid-expansion{height:0;overflow:hidden}.mtx-grid .mat-row.mtx-grid-expansion .mat-cell{padding-bottom:0;padding-top:0}.mtx-grid .mat-row.mtx-grid-expansion.collapsed .mat-cell,.mtx-grid .mat-row:last-of-type .mat-cell{border-bottom-width:0}.mtx-grid .mat-sort-header-icon{font-size:18px;height:18px;margin:0 4px;width:18px}.mtx-grid .mat-header-cell-inner{align-items:center;display:flex}.mtx-grid .mat-paginator-hidden{display:none}.mtx-grid-progress{position:absolute;top:0;width:100%;z-index:120}.mtx-grid-toolbar{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:48px;padding:8px}.mtx-grid-layout{display:flex;flex:1 1 auto;overflow:auto}.mtx-grid-content{flex-direction:column;width:0}.mtx-grid-sidebar{border-left-style:solid;border-left-width:1px;max-width:50%}[dir=rtl] .mtx-grid-sidebar{border-left-width:0;border-right-style:solid;border-right-width:1px}.mtx-grid-no-result{align-items:center;display:flex;flex:1;justify-content:center;min-height:150px}.mtx-grid-expansion-placeholder{display:inline-block;height:40px;vertical-align:middle;width:40px}.mtx-grid-expansion-detail{align-items:center;display:flex;min-height:48px;overflow:hidden}.mtx-grid-checkbox-cell{flex:none;justify-content:center;min-width:56px;width:56px}.mtx-grid-checkbox-cell .mat-checkbox{display:flex;margin:0 10px}.mtx-grid-checkbox-cell .mat-checkbox-inner-container{margin-left:0}.mat-table-sticky{position:-webkit-sticky!important;position:sticky!important}"]
|
|
910
884
|
}] }
|
|
911
885
|
];
|
|
912
886
|
/** @nocollapse */
|
|
@@ -925,6 +899,7 @@
|
|
|
925
899
|
length: [{ type: core.Input }],
|
|
926
900
|
loading: [{ type: core.Input }],
|
|
927
901
|
trackBy: [{ type: core.Input }],
|
|
902
|
+
columnResizable: [{ type: core.Input }],
|
|
928
903
|
pageOnFront: [{ type: core.Input }],
|
|
929
904
|
showPaginator: [{ type: core.Input }],
|
|
930
905
|
pageDisabled: [{ type: core.Input }],
|
|
@@ -984,8 +959,7 @@
|
|
|
984
959
|
showSummary: [{ type: core.Input }],
|
|
985
960
|
summaryTemplate: [{ type: core.Input }],
|
|
986
961
|
showSidebar: [{ type: core.Input }],
|
|
987
|
-
sidebarTemplate: [{ type: core.Input }]
|
|
988
|
-
columnResizable: [{ type: core.Input }]
|
|
962
|
+
sidebarTemplate: [{ type: core.Input }]
|
|
989
963
|
};
|
|
990
964
|
if (false) {
|
|
991
965
|
/** @type {?} */
|
|
@@ -1010,10 +984,9 @@
|
|
|
1010
984
|
MtxGridComponent.prototype.loading;
|
|
1011
985
|
/** @type {?} */
|
|
1012
986
|
MtxGridComponent.prototype.trackBy;
|
|
1013
|
-
/**
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
*/
|
|
987
|
+
/** @type {?} */
|
|
988
|
+
MtxGridComponent.prototype.columnResizable;
|
|
989
|
+
/** @type {?} */
|
|
1017
990
|
MtxGridComponent.prototype.pageOnFront;
|
|
1018
991
|
/** @type {?} */
|
|
1019
992
|
MtxGridComponent.prototype.showPaginator;
|
|
@@ -1031,10 +1004,7 @@
|
|
|
1031
1004
|
MtxGridComponent.prototype.hidePageSize;
|
|
1032
1005
|
/** @type {?} */
|
|
1033
1006
|
MtxGridComponent.prototype.page;
|
|
1034
|
-
/**
|
|
1035
|
-
* Sort
|
|
1036
|
-
* @type {?}
|
|
1037
|
-
*/
|
|
1007
|
+
/** @type {?} */
|
|
1038
1008
|
MtxGridComponent.prototype.sortOnFront;
|
|
1039
1009
|
/** @type {?} */
|
|
1040
1010
|
MtxGridComponent.prototype.sortActive;
|
|
@@ -1048,19 +1018,13 @@
|
|
|
1048
1018
|
MtxGridComponent.prototype.sortStart;
|
|
1049
1019
|
/** @type {?} */
|
|
1050
1020
|
MtxGridComponent.prototype.sortChange;
|
|
1051
|
-
/**
|
|
1052
|
-
* Row
|
|
1053
|
-
* @type {?}
|
|
1054
|
-
*/
|
|
1021
|
+
/** @type {?} */
|
|
1055
1022
|
MtxGridComponent.prototype.rowHover;
|
|
1056
1023
|
/** @type {?} */
|
|
1057
1024
|
MtxGridComponent.prototype.rowStriped;
|
|
1058
1025
|
/** @type {?} */
|
|
1059
1026
|
MtxGridComponent.prototype.rowClick;
|
|
1060
|
-
/**
|
|
1061
|
-
* Expandable row
|
|
1062
|
-
* @type {?}
|
|
1063
|
-
*/
|
|
1027
|
+
/** @type {?} */
|
|
1064
1028
|
MtxGridComponent.prototype.expansionRowStates;
|
|
1065
1029
|
/** @type {?} */
|
|
1066
1030
|
MtxGridComponent.prototype.expandable;
|
|
@@ -1073,10 +1037,7 @@
|
|
|
1073
1037
|
* @type {?}
|
|
1074
1038
|
*/
|
|
1075
1039
|
MtxGridComponent.prototype.multiSelectable;
|
|
1076
|
-
/**
|
|
1077
|
-
* Row selection
|
|
1078
|
-
* @type {?}
|
|
1079
|
-
*/
|
|
1040
|
+
/** @type {?} */
|
|
1080
1041
|
MtxGridComponent.prototype.rowSelection;
|
|
1081
1042
|
/** @type {?} */
|
|
1082
1043
|
MtxGridComponent.prototype.rowSelected;
|
|
@@ -1090,10 +1051,7 @@
|
|
|
1090
1051
|
MtxGridComponent.prototype.rowClassFormatter;
|
|
1091
1052
|
/** @type {?} */
|
|
1092
1053
|
MtxGridComponent.prototype.rowSelectionChange;
|
|
1093
|
-
/**
|
|
1094
|
-
* Cell selection
|
|
1095
|
-
* @type {?}
|
|
1096
|
-
*/
|
|
1054
|
+
/** @type {?} */
|
|
1097
1055
|
MtxGridComponent.prototype.cellSelection;
|
|
1098
1056
|
/** @type {?} */
|
|
1099
1057
|
MtxGridComponent.prototype.cellSelectable;
|
|
@@ -1104,19 +1062,13 @@
|
|
|
1104
1062
|
* @private
|
|
1105
1063
|
*/
|
|
1106
1064
|
MtxGridComponent.prototype._selectedCell;
|
|
1107
|
-
/**
|
|
1108
|
-
* Toolbar
|
|
1109
|
-
* @type {?}
|
|
1110
|
-
*/
|
|
1065
|
+
/** @type {?} */
|
|
1111
1066
|
MtxGridComponent.prototype.showToolbar;
|
|
1112
1067
|
/** @type {?} */
|
|
1113
1068
|
MtxGridComponent.prototype.toolbarTitle;
|
|
1114
1069
|
/** @type {?} */
|
|
1115
1070
|
MtxGridComponent.prototype.toolbarTemplate;
|
|
1116
|
-
/**
|
|
1117
|
-
* Column menu
|
|
1118
|
-
* @type {?}
|
|
1119
|
-
*/
|
|
1071
|
+
/** @type {?} */
|
|
1120
1072
|
MtxGridComponent.prototype.columnMenuData;
|
|
1121
1073
|
/** @type {?} */
|
|
1122
1074
|
MtxGridComponent.prototype.showColumnMenuButton;
|
|
@@ -1152,44 +1104,24 @@
|
|
|
1152
1104
|
MtxGridComponent.prototype.columnMenuFooterText;
|
|
1153
1105
|
/** @type {?} */
|
|
1154
1106
|
MtxGridComponent.prototype.columnMenuFooterTemplate;
|
|
1155
|
-
/**
|
|
1156
|
-
* No Result
|
|
1157
|
-
* @type {?}
|
|
1158
|
-
*/
|
|
1107
|
+
/** @type {?} */
|
|
1159
1108
|
MtxGridComponent.prototype.noResultText;
|
|
1160
1109
|
/** @type {?} */
|
|
1161
1110
|
MtxGridComponent.prototype.noResultTemplate;
|
|
1162
|
-
/**
|
|
1163
|
-
* thead
|
|
1164
|
-
* @type {?}
|
|
1165
|
-
*/
|
|
1111
|
+
/** @type {?} */
|
|
1166
1112
|
MtxGridComponent.prototype.headerTemplate;
|
|
1167
1113
|
/** @type {?} */
|
|
1168
1114
|
MtxGridComponent.prototype.headerExtraTemplate;
|
|
1169
|
-
/**
|
|
1170
|
-
* tbody
|
|
1171
|
-
* @type {?}
|
|
1172
|
-
*/
|
|
1115
|
+
/** @type {?} */
|
|
1173
1116
|
MtxGridComponent.prototype.cellTemplate;
|
|
1174
|
-
/**
|
|
1175
|
-
* tfoot
|
|
1176
|
-
* @type {?}
|
|
1177
|
-
*/
|
|
1117
|
+
/** @type {?} */
|
|
1178
1118
|
MtxGridComponent.prototype.showSummary;
|
|
1179
1119
|
/** @type {?} */
|
|
1180
1120
|
MtxGridComponent.prototype.summaryTemplate;
|
|
1181
|
-
/**
|
|
1182
|
-
* Sidebar
|
|
1183
|
-
* @type {?}
|
|
1184
|
-
*/
|
|
1121
|
+
/** @type {?} */
|
|
1185
1122
|
MtxGridComponent.prototype.showSidebar;
|
|
1186
1123
|
/** @type {?} */
|
|
1187
1124
|
MtxGridComponent.prototype.sidebarTemplate;
|
|
1188
|
-
/**
|
|
1189
|
-
* Column resizable
|
|
1190
|
-
* @type {?}
|
|
1191
|
-
*/
|
|
1192
|
-
MtxGridComponent.prototype.columnResizable;
|
|
1193
1125
|
/**
|
|
1194
1126
|
* @type {?}
|
|
1195
1127
|
* @private
|
|
@@ -1316,7 +1248,6 @@
|
|
|
1316
1248
|
if (description === void 0) { description = ''; }
|
|
1317
1249
|
if (okColor === void 0) { okColor = 'primary'; }
|
|
1318
1250
|
if (okText === void 0) { okText = 'OK'; }
|
|
1319
|
-
if (closeColor === void 0) { closeColor = ''; }
|
|
1320
1251
|
if (closeText === void 0) { closeText = 'CLOSE'; }
|
|
1321
1252
|
event.preventDefault();
|
|
1322
1253
|
event.stopPropagation();
|
|
@@ -1446,7 +1377,6 @@
|
|
|
1446
1377
|
this.dndSortable = true;
|
|
1447
1378
|
this._buttonText = '';
|
|
1448
1379
|
this.buttonType = 'stroked';
|
|
1449
|
-
this.buttonColor = '';
|
|
1450
1380
|
this.buttonClass = '';
|
|
1451
1381
|
this.buttonIcon = '';
|
|
1452
1382
|
this.showHeader = false;
|