1
+ "use strict" ;
1
2
/*---------------------------------------------------------------------------------------------
2
3
* Copyright (c) Microsoft Corporation. All rights reserved.
3
4
* Licensed under the MIT License. See License.txt in the project root for license information.
4
5
*--------------------------------------------------------------------------------------------*/
5
- "use strict" ;
6
6
var __decorate = ( this && this . __decorate ) || function ( decorators , target , key , desc ) {
7
7
var c = arguments . length , r = c < 3 ? target : desc === null ? desc = Object . getOwnPropertyDescriptor ( target , key ) : desc , d ;
8
8
if ( typeof Reflect === "object" && typeof Reflect . decorate === "function" ) r = Reflect . decorate ( decorators , target , key , desc ) ;
@@ -15,10 +15,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
15
15
var __param = ( this && this . __param ) || function ( paramIndex , decorator ) {
16
16
return function ( target , key ) { decorator ( target , key , paramIndex ) ; }
17
17
} ;
18
- const core_1 = require ( '@angular/core' ) ;
19
- const Rx_1 = require ( 'rxjs/Rx' ) ;
20
- const interfaces_1 = require ( './interfaces' ) ;
21
- const gridsync_service_1 = require ( './gridsync.service' ) ;
18
+ Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
19
+ const core_1 = require ( "@angular/core" ) ;
20
+ const Rx_1 = require ( "rxjs/Rx" ) ;
21
+ const interfaces_1 = require ( "./interfaces" ) ;
22
+ const gridsync_service_1 = require ( "./gridsync.service" ) ;
22
23
////////// Text Editors ///////////////////////////////////////////////////////
23
24
function getOverridableTextEditorClass ( grid ) {
24
25
class OverridableTextEditor {
@@ -87,7 +88,6 @@ function getOverridableTextEditorClass(grid) {
87
88
return OverridableTextEditor ;
88
89
}
89
90
////////// Implementation /////////////////////////////////////////////////////
90
- let SlickGrid_1 ;
91
91
let SlickGrid = SlickGrid_1 = class SlickGrid {
92
92
/* andresse: commented out 11/1/2016 due to minification issues
93
93
private _finishGridEditingFn: (e: any, args: any) => void;
@@ -594,114 +594,114 @@ let SlickGrid = SlickGrid_1 = class SlickGrid {
594
594
}
595
595
} ;
596
596
__decorate ( [
597
- core_1 . Input ( ) ,
598
- __metadata ( ' design:type' , Array )
597
+ core_1 . Input ( ) ,
598
+ __metadata ( " design:type" , Array )
599
599
] , SlickGrid . prototype , "columnDefinitions" , void 0 ) ;
600
600
__decorate ( [
601
- core_1 . Input ( ) ,
602
- __metadata ( ' design:type' , Object )
601
+ core_1 . Input ( ) ,
602
+ __metadata ( " design:type" , Object )
603
603
] , SlickGrid . prototype , "dataRows" , void 0 ) ;
604
604
__decorate ( [
605
- core_1 . Input ( ) ,
606
- __metadata ( ' design:type' , Rx_1 . Observable )
605
+ core_1 . Input ( ) ,
606
+ __metadata ( " design:type" , Rx_1 . Observable )
607
607
] , SlickGrid . prototype , "resized" , void 0 ) ;
608
608
__decorate ( [
609
- core_1 . Input ( ) ,
610
- __metadata ( ' design:type' , Array )
609
+ core_1 . Input ( ) ,
610
+ __metadata ( " design:type" , Array )
611
611
] , SlickGrid . prototype , "highlightedCells" , void 0 ) ;
612
612
__decorate ( [
613
- core_1 . Input ( ) ,
614
- __metadata ( ' design:type' , Array )
613
+ core_1 . Input ( ) ,
614
+ __metadata ( " design:type" , Array )
615
615
] , SlickGrid . prototype , "blurredColumns" , void 0 ) ;
616
616
__decorate ( [
617
- core_1 . Input ( ) ,
618
- __metadata ( ' design:type' , Array )
617
+ core_1 . Input ( ) ,
618
+ __metadata ( " design:type" , Array )
619
619
] , SlickGrid . prototype , "contextColumns" , void 0 ) ;
620
620
__decorate ( [
621
- core_1 . Input ( ) ,
622
- __metadata ( ' design:type' , Array )
621
+ core_1 . Input ( ) ,
622
+ __metadata ( " design:type" , Array )
623
623
] , SlickGrid . prototype , "columnsLoading" , void 0 ) ;
624
624
__decorate ( [
625
- core_1 . Input ( ) ,
626
- __metadata ( ' design:type' , Boolean )
625
+ core_1 . Input ( ) ,
626
+ __metadata ( " design:type" , Boolean )
627
627
] , SlickGrid . prototype , "showHeader" , void 0 ) ;
628
628
__decorate ( [
629
- core_1 . Input ( ) ,
630
- __metadata ( ' design:type' , Boolean )
629
+ core_1 . Input ( ) ,
630
+ __metadata ( " design:type" , Boolean )
631
631
] , SlickGrid . prototype , "showDataTypeIcon" , void 0 ) ;
632
632
__decorate ( [
633
- core_1 . Input ( ) ,
634
- __metadata ( ' design:type' , Boolean )
633
+ core_1 . Input ( ) ,
634
+ __metadata ( " design:type" , Boolean )
635
635
] , SlickGrid . prototype , "enableColumnReorder" , void 0 ) ;
636
636
__decorate ( [
637
- core_1 . Input ( ) ,
638
- __metadata ( ' design:type' , Boolean )
637
+ core_1 . Input ( ) ,
638
+ __metadata ( " design:type" , Boolean )
639
639
] , SlickGrid . prototype , "enableAsyncPostRender" , void 0 ) ;
640
640
__decorate ( [
641
- core_1 . Input ( ) ,
642
- __metadata ( ' design:type' , String )
641
+ core_1 . Input ( ) ,
642
+ __metadata ( " design:type" , String )
643
643
] , SlickGrid . prototype , "selectionModel" , void 0 ) ;
644
644
__decorate ( [
645
- core_1 . Input ( ) ,
646
- __metadata ( ' design:type' , Array )
645
+ core_1 . Input ( ) ,
646
+ __metadata ( " design:type" , Array )
647
647
] , SlickGrid . prototype , "plugins" , void 0 ) ;
648
648
__decorate ( [
649
- core_1 . Input ( ) ,
650
- __metadata ( ' design:type' , Boolean )
649
+ core_1 . Input ( ) ,
650
+ __metadata ( " design:type" , Boolean )
651
651
] , SlickGrid . prototype , "enableEditing" , void 0 ) ;
652
652
__decorate ( [
653
- core_1 . Input ( ) ,
654
- __metadata ( ' design:type' , Number )
653
+ core_1 . Input ( ) ,
654
+ __metadata ( " design:type" , Number )
655
655
] , SlickGrid . prototype , "topRowNumber" , void 0 ) ;
656
656
__decorate ( [
657
- core_1 . Input ( ) ,
658
- __metadata ( ' design:type' , Function )
657
+ core_1 . Input ( ) ,
658
+ __metadata ( " design:type" , Function )
659
659
] , SlickGrid . prototype , "overrideCellFn" , void 0 ) ;
660
660
__decorate ( [
661
- core_1 . Input ( ) ,
662
- __metadata ( ' design:type' , Function )
661
+ core_1 . Input ( ) ,
662
+ __metadata ( " design:type" , Function )
663
663
] , SlickGrid . prototype , "isColumnEditable" , void 0 ) ;
664
664
__decorate ( [
665
- core_1 . Input ( ) ,
666
- __metadata ( ' design:type' , Function )
665
+ core_1 . Input ( ) ,
666
+ __metadata ( " design:type" , Function )
667
667
] , SlickGrid . prototype , "isCellEditValid" , void 0 ) ;
668
668
__decorate ( [
669
- core_1 . Output ( ) ,
670
- __metadata ( ' design:type' , core_1 . EventEmitter )
669
+ core_1 . Output ( ) ,
670
+ __metadata ( " design:type" , core_1 . EventEmitter )
671
671
] , SlickGrid . prototype , "loadFinished" , void 0 ) ;
672
672
__decorate ( [
673
- core_1 . Output ( ) ,
674
- __metadata ( ' design:type' , core_1 . EventEmitter )
673
+ core_1 . Output ( ) ,
674
+ __metadata ( " design:type" , core_1 . EventEmitter )
675
675
] , SlickGrid . prototype , "editingFinished" , void 0 ) ;
676
676
__decorate ( [
677
- core_1 . Output ( ) ,
678
- __metadata ( ' design:type' , core_1 . EventEmitter )
677
+ core_1 . Output ( ) ,
678
+ __metadata ( " design:type" , core_1 . EventEmitter )
679
679
] , SlickGrid . prototype , "contextMenu" , void 0 ) ;
680
680
__decorate ( [
681
- core_1 . Output ( ) ,
682
- __metadata ( ' design:type' , core_1 . EventEmitter )
681
+ core_1 . Output ( ) ,
682
+ __metadata ( " design:type" , core_1 . EventEmitter )
683
683
] , SlickGrid . prototype , "topRowNumberChange" , void 0 ) ;
684
684
__decorate ( [
685
- core_1 . Output ( ) ,
686
- __metadata ( ' design:type' , core_1 . EventEmitter )
685
+ core_1 . Output ( ) ,
686
+ __metadata ( " design:type" , core_1 . EventEmitter )
687
687
] , SlickGrid . prototype , "cellEditBegin" , void 0 ) ;
688
688
__decorate ( [
689
- core_1 . Output ( ) ,
690
- __metadata ( ' design:type' , core_1 . EventEmitter )
689
+ core_1 . Output ( ) ,
690
+ __metadata ( " design:type" , core_1 . EventEmitter )
691
691
] , SlickGrid . prototype , "cellEditExit" , void 0 ) ;
692
692
__decorate ( [
693
- core_1 . Output ( ) ,
694
- __metadata ( ' design:type' , core_1 . EventEmitter )
693
+ core_1 . Output ( ) ,
694
+ __metadata ( " design:type" , core_1 . EventEmitter )
695
695
] , SlickGrid . prototype , "rowEditBegin" , void 0 ) ;
696
696
__decorate ( [
697
- core_1 . Output ( ) ,
698
- __metadata ( ' design:type' , core_1 . EventEmitter )
697
+ core_1 . Output ( ) ,
698
+ __metadata ( " design:type" , core_1 . EventEmitter )
699
699
] , SlickGrid . prototype , "rowEditExit" , void 0 ) ;
700
700
__decorate ( [
701
- core_1 . HostListener ( 'focus' ) ,
702
- __metadata ( ' design:type' , Function ) ,
703
- __metadata ( ' design:paramtypes' , [ ] ) ,
704
- __metadata ( ' design:returntype' , void 0 )
701
+ core_1 . HostListener ( 'focus' ) ,
702
+ __metadata ( " design:type" , Function ) ,
703
+ __metadata ( " design:paramtypes" , [ ] ) ,
704
+ __metadata ( " design:returntype" , void 0 )
705
705
] , SlickGrid . prototype , "onFocus" , null ) ;
706
706
SlickGrid = SlickGrid_1 = __decorate ( [
707
707
core_1 . Component ( {
@@ -711,8 +711,8 @@ SlickGrid = SlickGrid_1 = __decorate([
711
711
encapsulation : core_1 . ViewEncapsulation . None
712
712
} ) ,
713
713
__param ( 0 , core_1 . Inject ( core_1 . forwardRef ( ( ) => core_1 . ElementRef ) ) ) ,
714
- __param ( 1 , core_1 . Optional ( ) ) ,
715
- __param ( 1 , core_1 . Inject ( core_1 . forwardRef ( ( ) => gridsync_service_1 . GridSyncService ) ) ) ,
716
- __metadata ( 'design:paramtypes' , [ Object , Object ] )
714
+ __param ( 1 , core_1 . Optional ( ) ) , __param ( 1 , core_1 . Inject ( core_1 . forwardRef ( ( ) => gridsync_service_1 . GridSyncService ) ) ) ,
715
+ __metadata ( "design:paramtypes" , [ Object , Object ] )
717
716
] , SlickGrid ) ;
718
717
exports . SlickGrid = SlickGrid ;
718
+ var SlickGrid_1 ;
0 commit comments