@mescius/wijmo.angular2legacy.grid.transposed 5.20232.939

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/index.d.ts ADDED
@@ -0,0 +1,470 @@
1
+ /*!
2
+ *
3
+ * Wijmo Library 5.20232.939
4
+ * https://developer.mescius.com/wijmo
5
+ *
6
+ * Copyright(c) MESCIUS inc. All rights reserved.
7
+ *
8
+ * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
9
+ * us.sales@mescius.com
10
+ * https://developer.mescius.com/wijmo/licensing
11
+ *
12
+ */
13
+ /**
14
+ * {@module wijmo.angular2legacy.grid.transposed}
15
+ * Contains Angular 2 components for the <b>wijmo.grid.transposed</b> module.
16
+ *
17
+ * <b>wijmo.angular2legacy.grid.transposed</b> is an external TypeScript module that can be imported to your code
18
+ * using its ambient module name. For example:
19
+ *
20
+ *
21
+ *
22
+ */
23
+ /**
24
+ *
25
+ */
26
+ export declare var ___keepComment: any;
27
+ import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core';
28
+ import { IWjComponentMetadata, IWjComponentMeta } from '@grapecity/wijmo.angular2legacy.directivebase';
29
+ import * as wjcGridTransposed from '@grapecity/wijmo.grid.transposed';
30
+ declare var wjTransposedGridMeta: IWjComponentMeta;
31
+ export { wjTransposedGridMeta };
32
+ /**
33
+ * Angular 2 component for the {@link wijmo.grid.transposed.TransposedGrid} control.
34
+ *
35
+ * Use the <b>wj-transposed-grid</b> component to add <b>TransposedGrid</b> controls to your
36
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
37
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
38
+ *
39
+ * The <b>WjTransposedGrid</b> component is derived from the <b>TransposedGrid</b> control and
40
+ * inherits all its properties, events and methods.
41
+ *
42
+ * The <b>wj-transposed-grid</b> component may contain a {@link wijmo.angular2legacy.grid.transposed.WjTransposedGridRow} child component.
43
+ */
44
+ export declare class WjTransposedGrid extends wjcGridTransposed.TransposedGrid implements OnInit, OnDestroy, AfterViewInit {
45
+ static readonly meta: IWjComponentMetadata;
46
+ private _wjBehaviour;
47
+ /**
48
+ * Indicates whether the component has been initialized by Angular.
49
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
50
+ */
51
+ isInitialized: boolean;
52
+ /**
53
+ * This event is triggered after the component has been initialized by Angular, that is
54
+ * all bound properties have been assigned and child components (if any) have been initialized.
55
+ */
56
+ initialized: EventEmitter<any>;
57
+ /**
58
+ * Defines a name of a property represented by [(ngModel)] directive (if specified).
59
+ * Default value is ''.
60
+ */
61
+ wjModelProperty: string;
62
+ /**
63
+ * Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
64
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
65
+ * In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
66
+ */
67
+ gotFocusNg: EventEmitter<any>;
68
+ /**
69
+ * Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
70
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
71
+ * In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
72
+ */
73
+ lostFocusNg: EventEmitter<any>;
74
+ /**
75
+ * Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
76
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
77
+ * In template bindings use the conventional <b>refreshing</b> Wijmo event name.
78
+ */
79
+ refreshingNg: EventEmitter<any>;
80
+ /**
81
+ * Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
82
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
83
+ * In template bindings use the conventional <b>refreshed</b> Wijmo event name.
84
+ */
85
+ refreshedNg: EventEmitter<any>;
86
+ /**
87
+ * Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
88
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
89
+ * In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
90
+ */
91
+ invalidInputNg: EventEmitter<any>;
92
+ /**
93
+ * Angular (EventEmitter) version of the Wijmo <b>beginningEdit</b> event for programmatic access.
94
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
95
+ * In template bindings use the conventional <b>beginningEdit</b> Wijmo event name.
96
+ */
97
+ beginningEditNg: EventEmitter<any>;
98
+ /**
99
+ * Angular (EventEmitter) version of the Wijmo <b>cellEditEnded</b> event for programmatic access.
100
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
101
+ * In template bindings use the conventional <b>cellEditEnded</b> Wijmo event name.
102
+ */
103
+ cellEditEndedNg: EventEmitter<any>;
104
+ /**
105
+ * Angular (EventEmitter) version of the Wijmo <b>cellEditEnding</b> event for programmatic access.
106
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
107
+ * In template bindings use the conventional <b>cellEditEnding</b> Wijmo event name.
108
+ */
109
+ cellEditEndingNg: EventEmitter<any>;
110
+ /**
111
+ * Angular (EventEmitter) version of the Wijmo <b>prepareCellForEdit</b> event for programmatic access.
112
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
113
+ * In template bindings use the conventional <b>prepareCellForEdit</b> Wijmo event name.
114
+ */
115
+ prepareCellForEditNg: EventEmitter<any>;
116
+ /**
117
+ * Angular (EventEmitter) version of the Wijmo <b>formatItem</b> event for programmatic access.
118
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
119
+ * In template bindings use the conventional <b>formatItem</b> Wijmo event name.
120
+ */
121
+ formatItemNg: EventEmitter<any>;
122
+ /**
123
+ * Angular (EventEmitter) version of the Wijmo <b>resizingColumn</b> event for programmatic access.
124
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
125
+ * In template bindings use the conventional <b>resizingColumn</b> Wijmo event name.
126
+ */
127
+ resizingColumnNg: EventEmitter<any>;
128
+ /**
129
+ * Angular (EventEmitter) version of the Wijmo <b>resizedColumn</b> event for programmatic access.
130
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
131
+ * In template bindings use the conventional <b>resizedColumn</b> Wijmo event name.
132
+ */
133
+ resizedColumnNg: EventEmitter<any>;
134
+ /**
135
+ * Angular (EventEmitter) version of the Wijmo <b>autoSizingColumn</b> event for programmatic access.
136
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
137
+ * In template bindings use the conventional <b>autoSizingColumn</b> Wijmo event name.
138
+ */
139
+ autoSizingColumnNg: EventEmitter<any>;
140
+ /**
141
+ * Angular (EventEmitter) version of the Wijmo <b>autoSizedColumn</b> event for programmatic access.
142
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
143
+ * In template bindings use the conventional <b>autoSizedColumn</b> Wijmo event name.
144
+ */
145
+ autoSizedColumnNg: EventEmitter<any>;
146
+ /**
147
+ * Angular (EventEmitter) version of the Wijmo <b>draggingColumn</b> event for programmatic access.
148
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
149
+ * In template bindings use the conventional <b>draggingColumn</b> Wijmo event name.
150
+ */
151
+ draggingColumnNg: EventEmitter<any>;
152
+ /**
153
+ * Angular (EventEmitter) version of the Wijmo <b>draggingColumnOver</b> event for programmatic access.
154
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
155
+ * In template bindings use the conventional <b>draggingColumnOver</b> Wijmo event name.
156
+ */
157
+ draggingColumnOverNg: EventEmitter<any>;
158
+ /**
159
+ * Angular (EventEmitter) version of the Wijmo <b>draggedColumn</b> event for programmatic access.
160
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
161
+ * In template bindings use the conventional <b>draggedColumn</b> Wijmo event name.
162
+ */
163
+ draggedColumnNg: EventEmitter<any>;
164
+ /**
165
+ * Angular (EventEmitter) version of the Wijmo <b>sortingColumn</b> event for programmatic access.
166
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
167
+ * In template bindings use the conventional <b>sortingColumn</b> Wijmo event name.
168
+ */
169
+ sortingColumnNg: EventEmitter<any>;
170
+ /**
171
+ * Angular (EventEmitter) version of the Wijmo <b>sortedColumn</b> event for programmatic access.
172
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
173
+ * In template bindings use the conventional <b>sortedColumn</b> Wijmo event name.
174
+ */
175
+ sortedColumnNg: EventEmitter<any>;
176
+ /**
177
+ * Angular (EventEmitter) version of the Wijmo <b>pinningColumn</b> event for programmatic access.
178
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
179
+ * In template bindings use the conventional <b>pinningColumn</b> Wijmo event name.
180
+ */
181
+ pinningColumnNg: EventEmitter<any>;
182
+ /**
183
+ * Angular (EventEmitter) version of the Wijmo <b>pinnedColumn</b> event for programmatic access.
184
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
185
+ * In template bindings use the conventional <b>pinnedColumn</b> Wijmo event name.
186
+ */
187
+ pinnedColumnNg: EventEmitter<any>;
188
+ /**
189
+ * Angular (EventEmitter) version of the Wijmo <b>resizingRow</b> event for programmatic access.
190
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
191
+ * In template bindings use the conventional <b>resizingRow</b> Wijmo event name.
192
+ */
193
+ resizingRowNg: EventEmitter<any>;
194
+ /**
195
+ * Angular (EventEmitter) version of the Wijmo <b>resizedRow</b> event for programmatic access.
196
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
197
+ * In template bindings use the conventional <b>resizedRow</b> Wijmo event name.
198
+ */
199
+ resizedRowNg: EventEmitter<any>;
200
+ /**
201
+ * Angular (EventEmitter) version of the Wijmo <b>autoSizingRow</b> event for programmatic access.
202
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
203
+ * In template bindings use the conventional <b>autoSizingRow</b> Wijmo event name.
204
+ */
205
+ autoSizingRowNg: EventEmitter<any>;
206
+ /**
207
+ * Angular (EventEmitter) version of the Wijmo <b>autoSizedRow</b> event for programmatic access.
208
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
209
+ * In template bindings use the conventional <b>autoSizedRow</b> Wijmo event name.
210
+ */
211
+ autoSizedRowNg: EventEmitter<any>;
212
+ /**
213
+ * Angular (EventEmitter) version of the Wijmo <b>draggingRow</b> event for programmatic access.
214
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
215
+ * In template bindings use the conventional <b>draggingRow</b> Wijmo event name.
216
+ */
217
+ draggingRowNg: EventEmitter<any>;
218
+ /**
219
+ * Angular (EventEmitter) version of the Wijmo <b>draggingRowOver</b> event for programmatic access.
220
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
221
+ * In template bindings use the conventional <b>draggingRowOver</b> Wijmo event name.
222
+ */
223
+ draggingRowOverNg: EventEmitter<any>;
224
+ /**
225
+ * Angular (EventEmitter) version of the Wijmo <b>draggedRow</b> event for programmatic access.
226
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
227
+ * In template bindings use the conventional <b>draggedRow</b> Wijmo event name.
228
+ */
229
+ draggedRowNg: EventEmitter<any>;
230
+ /**
231
+ * Angular (EventEmitter) version of the Wijmo <b>deletingRow</b> event for programmatic access.
232
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
233
+ * In template bindings use the conventional <b>deletingRow</b> Wijmo event name.
234
+ */
235
+ deletingRowNg: EventEmitter<any>;
236
+ /**
237
+ * Angular (EventEmitter) version of the Wijmo <b>deletedRow</b> event for programmatic access.
238
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
239
+ * In template bindings use the conventional <b>deletedRow</b> Wijmo event name.
240
+ */
241
+ deletedRowNg: EventEmitter<any>;
242
+ /**
243
+ * Angular (EventEmitter) version of the Wijmo <b>loadingRows</b> event for programmatic access.
244
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
245
+ * In template bindings use the conventional <b>loadingRows</b> Wijmo event name.
246
+ */
247
+ loadingRowsNg: EventEmitter<any>;
248
+ /**
249
+ * Angular (EventEmitter) version of the Wijmo <b>loadedRows</b> event for programmatic access.
250
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
251
+ * In template bindings use the conventional <b>loadedRows</b> Wijmo event name.
252
+ */
253
+ loadedRowsNg: EventEmitter<any>;
254
+ /**
255
+ * Angular (EventEmitter) version of the Wijmo <b>rowEditStarting</b> event for programmatic access.
256
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
257
+ * In template bindings use the conventional <b>rowEditStarting</b> Wijmo event name.
258
+ */
259
+ rowEditStartingNg: EventEmitter<any>;
260
+ /**
261
+ * Angular (EventEmitter) version of the Wijmo <b>rowEditStarted</b> event for programmatic access.
262
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
263
+ * In template bindings use the conventional <b>rowEditStarted</b> Wijmo event name.
264
+ */
265
+ rowEditStartedNg: EventEmitter<any>;
266
+ /**
267
+ * Angular (EventEmitter) version of the Wijmo <b>rowEditEnding</b> event for programmatic access.
268
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
269
+ * In template bindings use the conventional <b>rowEditEnding</b> Wijmo event name.
270
+ */
271
+ rowEditEndingNg: EventEmitter<any>;
272
+ /**
273
+ * Angular (EventEmitter) version of the Wijmo <b>rowEditEnded</b> event for programmatic access.
274
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
275
+ * In template bindings use the conventional <b>rowEditEnded</b> Wijmo event name.
276
+ */
277
+ rowEditEndedNg: EventEmitter<any>;
278
+ /**
279
+ * Angular (EventEmitter) version of the Wijmo <b>rowAdded</b> event for programmatic access.
280
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
281
+ * In template bindings use the conventional <b>rowAdded</b> Wijmo event name.
282
+ */
283
+ rowAddedNg: EventEmitter<any>;
284
+ /**
285
+ * Angular (EventEmitter) version of the Wijmo <b>groupCollapsedChanging</b> event for programmatic access.
286
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
287
+ * In template bindings use the conventional <b>groupCollapsedChanging</b> Wijmo event name.
288
+ */
289
+ groupCollapsedChangingNg: EventEmitter<any>;
290
+ /**
291
+ * Angular (EventEmitter) version of the Wijmo <b>groupCollapsedChanged</b> event for programmatic access.
292
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
293
+ * In template bindings use the conventional <b>groupCollapsedChanged</b> Wijmo event name.
294
+ */
295
+ groupCollapsedChangedNg: EventEmitter<any>;
296
+ /**
297
+ * Angular (EventEmitter) version of the Wijmo <b>columnGroupCollapsedChanging</b> event for programmatic access.
298
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
299
+ * In template bindings use the conventional <b>columnGroupCollapsedChanging</b> Wijmo event name.
300
+ */
301
+ columnGroupCollapsedChangingNg: EventEmitter<any>;
302
+ /**
303
+ * Angular (EventEmitter) version of the Wijmo <b>columnGroupCollapsedChanged</b> event for programmatic access.
304
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
305
+ * In template bindings use the conventional <b>columnGroupCollapsedChanged</b> Wijmo event name.
306
+ */
307
+ columnGroupCollapsedChangedNg: EventEmitter<any>;
308
+ /**
309
+ * Angular (EventEmitter) version of the Wijmo <b>itemsSourceChanging</b> event for programmatic access.
310
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
311
+ * In template bindings use the conventional <b>itemsSourceChanging</b> Wijmo event name.
312
+ */
313
+ itemsSourceChangingNg: EventEmitter<any>;
314
+ /**
315
+ * Angular (EventEmitter) version of the Wijmo <b>itemsSourceChanged</b> event for programmatic access.
316
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
317
+ * In template bindings use the conventional <b>itemsSourceChanged</b> Wijmo event name.
318
+ */
319
+ itemsSourceChangedNg: EventEmitter<any>;
320
+ /**
321
+ * Angular (EventEmitter) version of the Wijmo <b>selectionChanging</b> event for programmatic access.
322
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
323
+ * In template bindings use the conventional <b>selectionChanging</b> Wijmo event name.
324
+ */
325
+ selectionChangingNg: EventEmitter<any>;
326
+ /**
327
+ * Angular (EventEmitter) version of the Wijmo <b>selectionChanged</b> event for programmatic access.
328
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
329
+ * In template bindings use the conventional <b>selectionChanged</b> Wijmo event name.
330
+ */
331
+ selectionChangedNg: EventEmitter<any>;
332
+ /**
333
+ * Angular (EventEmitter) version of the Wijmo <b>scrollPositionChanged</b> event for programmatic access.
334
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
335
+ * In template bindings use the conventional <b>scrollPositionChanged</b> Wijmo event name.
336
+ */
337
+ scrollPositionChangedNg: EventEmitter<any>;
338
+ /**
339
+ * Angular (EventEmitter) version of the Wijmo <b>updatingView</b> event for programmatic access.
340
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
341
+ * In template bindings use the conventional <b>updatingView</b> Wijmo event name.
342
+ */
343
+ updatingViewNg: EventEmitter<any>;
344
+ /**
345
+ * Angular (EventEmitter) version of the Wijmo <b>updatedView</b> event for programmatic access.
346
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
347
+ * In template bindings use the conventional <b>updatedView</b> Wijmo event name.
348
+ */
349
+ updatedViewNg: EventEmitter<any>;
350
+ /**
351
+ * Angular (EventEmitter) version of the Wijmo <b>updatingLayout</b> event for programmatic access.
352
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
353
+ * In template bindings use the conventional <b>updatingLayout</b> Wijmo event name.
354
+ */
355
+ updatingLayoutNg: EventEmitter<any>;
356
+ /**
357
+ * Angular (EventEmitter) version of the Wijmo <b>updatedLayout</b> event for programmatic access.
358
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
359
+ * In template bindings use the conventional <b>updatedLayout</b> Wijmo event name.
360
+ */
361
+ updatedLayoutNg: EventEmitter<any>;
362
+ /**
363
+ * Angular (EventEmitter) version of the Wijmo <b>pasting</b> event for programmatic access.
364
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
365
+ * In template bindings use the conventional <b>pasting</b> Wijmo event name.
366
+ */
367
+ pastingNg: EventEmitter<any>;
368
+ /**
369
+ * Angular (EventEmitter) version of the Wijmo <b>pasted</b> event for programmatic access.
370
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
371
+ * In template bindings use the conventional <b>pasted</b> Wijmo event name.
372
+ */
373
+ pastedNg: EventEmitter<any>;
374
+ /**
375
+ * Angular (EventEmitter) version of the Wijmo <b>pastingCell</b> event for programmatic access.
376
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
377
+ * In template bindings use the conventional <b>pastingCell</b> Wijmo event name.
378
+ */
379
+ pastingCellNg: EventEmitter<any>;
380
+ /**
381
+ * Angular (EventEmitter) version of the Wijmo <b>pastedCell</b> event for programmatic access.
382
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
383
+ * In template bindings use the conventional <b>pastedCell</b> Wijmo event name.
384
+ */
385
+ pastedCellNg: EventEmitter<any>;
386
+ /**
387
+ * Angular (EventEmitter) version of the Wijmo <b>copying</b> event for programmatic access.
388
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
389
+ * In template bindings use the conventional <b>copying</b> Wijmo event name.
390
+ */
391
+ copyingNg: EventEmitter<any>;
392
+ /**
393
+ * Angular (EventEmitter) version of the Wijmo <b>copied</b> event for programmatic access.
394
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
395
+ * In template bindings use the conventional <b>copied</b> Wijmo event name.
396
+ */
397
+ copiedNg: EventEmitter<any>;
398
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
399
+ /**
400
+ * If you create a custom component inherited from a Wijmo component, you can override this
401
+ * method and perform necessary initializations that you usually do in a class constructor.
402
+ * This method is called in the last line of a Wijmo component constructor and allows you
403
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
404
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
405
+ */
406
+ created(): void;
407
+ ngOnInit(): void;
408
+ ngAfterViewInit(): void;
409
+ ngOnDestroy(): void;
410
+ addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
411
+ }
412
+ declare var wjTransposedGridRowMeta: IWjComponentMeta;
413
+ export { wjTransposedGridRowMeta };
414
+ /**
415
+ * Angular 2 component for the {@link wijmo.grid.transposed.TransposedGridRow} class.
416
+ *
417
+ * The <b>wj-transposed-grid-row</b> component must be
418
+ * contained in a {@link wijmo.angular2legacy.grid.transposed.WjTransposedGrid} component.
419
+ *
420
+ * Use the <b>wj-transposed-grid-row</b> component to add <b>TransposedGridRow</b> controls to your
421
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
422
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
423
+ *
424
+ * The <b>WjTransposedGridRow</b> component is derived from the <b>TransposedGridRow</b> class and
425
+ * inherits all its properties, events and methods.
426
+ */
427
+ export declare class WjTransposedGridRow extends wjcGridTransposed.TransposedGridRow implements OnInit, OnDestroy, AfterViewInit {
428
+ static readonly meta: IWjComponentMetadata;
429
+ private _wjBehaviour;
430
+ /**
431
+ * Indicates whether the component has been initialized by Angular.
432
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
433
+ */
434
+ isInitialized: boolean;
435
+ /**
436
+ * This event is triggered after the component has been initialized by Angular, that is
437
+ * all bound properties have been assigned and child components (if any) have been initialized.
438
+ */
439
+ initialized: EventEmitter<any>;
440
+ /**
441
+ * Gets or sets a name of a property that this component is assigned to.
442
+ * Default value is '_rowInfo'.
443
+ */
444
+ wjProperty: string;
445
+ /**
446
+ * Allows you to override the global <b>WjOptions.asyncBindings</b> setting for this specific component.
447
+ * See the <b>WjOptions.</b>{@link WjOptions.asyncBindings} property description for details.
448
+ */
449
+ asyncBindings: boolean;
450
+ /**
451
+ * This event is used to implement two-way binding to the <b>isSelected</b> property.
452
+ * It's triggered when the property value changes, with the event argument holding the new property value.
453
+ * You can bind handlers to this event in templates using the <b>isSelectedChange</b> event name.
454
+ */
455
+ isSelectedChangePC: EventEmitter<any>;
456
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
457
+ /**
458
+ * If you create a custom component inherited from a Wijmo component, you can override this
459
+ * method and perform necessary initializations that you usually do in a class constructor.
460
+ * This method is called in the last line of a Wijmo component constructor and allows you
461
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
462
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
463
+ */
464
+ created(): void;
465
+ ngOnInit(): void;
466
+ ngAfterViewInit(): void;
467
+ ngOnDestroy(): void;
468
+ }
469
+ export declare class WjGridTransposedModule {
470
+ }
package/index.js ADDED
@@ -0,0 +1,14 @@
1
+ /*!
2
+ *
3
+ * Wijmo Library 5.20232.939
4
+ * https://developer.mescius.com/wijmo
5
+ *
6
+ * Copyright(c) MESCIUS inc. All rights reserved.
7
+ *
8
+ * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
9
+ * us.sales@mescius.com
10
+ * https://developer.mescius.com/wijmo/licensing
11
+ *
12
+ */
13
+
14
+ "use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var r in o)o.hasOwnProperty(r)&&(e[r]=o[r])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,o,r,t){var n,i=arguments.length,a=i<3?o:null===t?t=Object.getOwnPropertyDescriptor(o,r):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,o,r,t);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a},__param=this&&this.__param||function(e,o){return function(r,t){o(r,t,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(o[r]=e[r]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcGridTransposed=__importStar(require("@mescius/wijmo.grid.transposed")),wjTransposedGridMeta={selector:"wj-transposed-grid",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","autoGenerateRows","isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","rowGroups","commitEmptyEdits","headersFocusability"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","beginningEditNg: beginningEdit","cellEditEndedNg: cellEditEnded","cellEditEndingNg: cellEditEnding","prepareCellForEditNg: prepareCellForEdit","formatItemNg: formatItem","resizingColumnNg: resizingColumn","resizedColumnNg: resizedColumn","autoSizingColumnNg: autoSizingColumn","autoSizedColumnNg: autoSizedColumn","draggingColumnNg: draggingColumn","draggingColumnOverNg: draggingColumnOver","draggedColumnNg: draggedColumn","sortingColumnNg: sortingColumn","sortedColumnNg: sortedColumn","pinningColumnNg: pinningColumn","pinnedColumnNg: pinnedColumn","resizingRowNg: resizingRow","resizedRowNg: resizedRow","autoSizingRowNg: autoSizingRow","autoSizedRowNg: autoSizedRow","draggingRowNg: draggingRow","draggingRowOverNg: draggingRowOver","draggedRowNg: draggedRow","deletingRowNg: deletingRow","deletedRowNg: deletedRow","loadingRowsNg: loadingRows","loadedRowsNg: loadedRows","rowEditStartingNg: rowEditStarting","rowEditStartedNg: rowEditStarted","rowEditEndingNg: rowEditEnding","rowEditEndedNg: rowEditEnded","rowAddedNg: rowAdded","groupCollapsedChangingNg: groupCollapsedChanging","groupCollapsedChangedNg: groupCollapsedChanged","columnGroupCollapsedChangingNg: columnGroupCollapsedChanging","columnGroupCollapsedChangedNg: columnGroupCollapsedChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged","selectionChangingNg: selectionChanging","selectionChangedNg: selectionChanged","scrollPositionChangedNg: scrollPositionChanged","updatingViewNg: updatingView","updatedViewNg: updatedView","updatingLayoutNg: updatingLayout","updatedLayoutNg: updatedLayout","pastingNg: pasting","pastedNg: pasted","pastingCellNg: pastingCell","pastedCellNg: pastedCell","copyingNg: copying","copiedNg: copied"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjTransposedGridMeta=wjTransposedGridMeta;var WjTransposedGrid=function(e){__extends(WjTransposedGrid,e);function WjTransposedGrid(o,r,t){var n=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(o,r))||this;n.isInitialized=!1;n._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(n,o,r,t);n.created();return n}o=WjTransposedGrid;WjTransposedGrid.prototype.created=function(){};WjTransposedGrid.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjTransposedGrid.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjTransposedGrid.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjTransposedGrid.prototype.addEventListener=function(o,r,t,n){var i=this;void 0===n&&(n=!1);var a=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,s=a.getZone(this);s&&a.outsideZoneEvents[r]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(i,o,r,t,n)})):e.prototype.addEventListener.call(this,o,r,t,n)};var o;WjTransposedGrid.meta={outputs:wjTransposedGridMeta.outputs};return WjTransposedGrid=o=__decorate([core_1.Component({selector:wjTransposedGridMeta.selector,template:wjTransposedGridMeta.template,inputs:wjTransposedGridMeta.inputs,outputs:wjTransposedGridMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return o}))}].concat(wjTransposedGridMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjTransposedGrid)}(wjcGridTransposed.TransposedGrid);exports.WjTransposedGrid=WjTransposedGrid;var wjTransposedGridRowMeta={selector:"wj-transposed-grid-row",template:"",inputs:["asyncBindings","wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor"],outputs:["initialized","isSelectedChangePC: isSelectedChange"],providers:[]};exports.wjTransposedGridRowMeta=wjTransposedGridRowMeta;var WjTransposedGridRow=function(e){__extends(WjTransposedGridRow,e);function WjTransposedGridRow(o,r,t){var n=e.call(this)||this;n.isInitialized=!1;n.wjProperty="_rowInfo";var i=(n._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(n,o,r,t)).parentBehavior.directive;if(i.autoGenerateRows){i.autoGenerateRows=!1;i._rowInfo.clear()}n.created();return n}o=WjTransposedGridRow;WjTransposedGridRow.prototype.created=function(){};WjTransposedGridRow.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjTransposedGridRow.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjTransposedGridRow.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var o;WjTransposedGridRow.meta={outputs:wjTransposedGridRowMeta.outputs,changeEvents:{"grid.selectionChanged":["isSelected"]}};return WjTransposedGridRow=o=__decorate([core_1.Component({selector:wjTransposedGridRowMeta.selector,template:wjTransposedGridRowMeta.template,inputs:wjTransposedGridRowMeta.inputs,outputs:wjTransposedGridRowMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return o}))}].concat(wjTransposedGridRowMeta.providers)}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjTransposedGridRow)}(wjcGridTransposed.TransposedGridRow);exports.WjTransposedGridRow=WjTransposedGridRow;var moduleExports=[WjTransposedGrid,WjTransposedGridRow],WjGridTransposedModule=function(){function WjGridTransposedModule(){}return WjGridTransposedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:moduleExports.slice(),exports:moduleExports.slice()})],WjGridTransposedModule)}();exports.WjGridTransposedModule=WjGridTransposedModule;
@@ -0,0 +1 @@
1
+ [{"__symbolic":"module","version":3,"metadata":{"___keepComment":{"__symbolic":"error","message":"Variable not initialized","line":26,"character":19},"wjTransposedGridMeta":{"selector":"wj-transposed-grid","template":"<div><ng-content></ng-content></div>","inputs":["wjModelProperty","autoGenerateRows","isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","rowGroups","commitEmptyEdits","headersFocusability"],"outputs":["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","beginningEditNg: beginningEdit","cellEditEndedNg: cellEditEnded","cellEditEndingNg: cellEditEnding","prepareCellForEditNg: prepareCellForEdit","formatItemNg: formatItem","resizingColumnNg: resizingColumn","resizedColumnNg: resizedColumn","autoSizingColumnNg: autoSizingColumn","autoSizedColumnNg: autoSizedColumn","draggingColumnNg: draggingColumn","draggingColumnOverNg: draggingColumnOver","draggedColumnNg: draggedColumn","sortingColumnNg: sortingColumn","sortedColumnNg: sortedColumn","pinningColumnNg: pinningColumn","pinnedColumnNg: pinnedColumn","resizingRowNg: resizingRow","resizedRowNg: resizedRow","autoSizingRowNg: autoSizingRow","autoSizedRowNg: autoSizedRow","draggingRowNg: draggingRow","draggingRowOverNg: draggingRowOver","draggedRowNg: draggedRow","deletingRowNg: deletingRow","deletedRowNg: deletedRow","loadingRowsNg: loadingRows","loadedRowsNg: loadedRows","rowEditStartingNg: rowEditStarting","rowEditStartedNg: rowEditStarted","rowEditEndingNg: rowEditEnding","rowEditEndedNg: rowEditEnded","rowAddedNg: rowAdded","groupCollapsedChangingNg: groupCollapsedChanging","groupCollapsedChangedNg: groupCollapsedChanged","columnGroupCollapsedChangingNg: columnGroupCollapsedChanging","columnGroupCollapsedChangedNg: columnGroupCollapsedChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged","selectionChangingNg: selectionChanging","selectionChangedNg: selectionChanged","scrollPositionChangedNg: scrollPositionChanged","updatingViewNg: updatingView","updatedViewNg: updatedView","updatingLayoutNg: updatingLayout","updatedLayoutNg: updatedLayout","pastingNg: pasting","pastedNg: pasted","pastingCellNg: pastingCell","pastedCellNg: pastedCell","copyingNg: copying","copiedNg: copied"],"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useFactory":{"__symbolic":"reference","module":"@mescius/wijmo.angular2legacy.directivebase","name":"WjValueAccessorFactory"},"multi":true,"deps":["WjComponent"]}]},"WjTransposedGrid":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@mescius/wijmo.grid.transposed","name":"TransposedGrid"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"selector"},"template":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"template"},"inputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"inputs"},"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"outputs"},"providers":[{"provide":"WjComponent","useExisting":{"__symbolic":"reference","name":"WjTransposedGrid"}},{"__symbolic":"spread","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"providers"}}]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":["WjComponent"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf"}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional"}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","name":"any"}]}],"created":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"addEventListener":[{"__symbolic":"method"}]},"statics":{"meta":{"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"outputs"}}}},"wjTransposedGridRowMeta":{"selector":"wj-transposed-grid-row","template":"","inputs":["asyncBindings","wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor"],"outputs":["initialized","isSelectedChangePC: isSelectedChange"],"providers":[]},"WjTransposedGridRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@mescius/wijmo.grid.transposed","name":"TransposedGridRow"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"selector"},"template":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"template"},"inputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"inputs"},"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"outputs"},"providers":[{"provide":"WjComponent","useExisting":{"__symbolic":"reference","name":"WjTransposedGridRow"}},{"__symbolic":"spread","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"providers"}}]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":["WjComponent"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf"}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional"}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","name":"any"}]}],"created":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]},"statics":{"meta":{"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"outputs"},"changeEvents":{"grid.selectionChanged":["isSelected"],"$quoted$":["grid.selectionChanged"]}}}},"WjGridTransposedModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"WjTransposedGrid"},{"__symbolic":"reference","name":"WjTransposedGridRow"}],"exports":[{"__symbolic":"reference","name":"WjTransposedGrid"},{"__symbolic":"reference","name":"WjTransposedGridRow"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"___keepComment":{"__symbolic":"error","message":"Variable not initialized","line":26,"character":19},"wjTransposedGridMeta":{"selector":"wj-transposed-grid","template":"<div><ng-content></ng-content></div>","inputs":["wjModelProperty","autoGenerateRows","isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","rowGroups","commitEmptyEdits","headersFocusability"],"outputs":["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","beginningEditNg: beginningEdit","cellEditEndedNg: cellEditEnded","cellEditEndingNg: cellEditEnding","prepareCellForEditNg: prepareCellForEdit","formatItemNg: formatItem","resizingColumnNg: resizingColumn","resizedColumnNg: resizedColumn","autoSizingColumnNg: autoSizingColumn","autoSizedColumnNg: autoSizedColumn","draggingColumnNg: draggingColumn","draggingColumnOverNg: draggingColumnOver","draggedColumnNg: draggedColumn","sortingColumnNg: sortingColumn","sortedColumnNg: sortedColumn","pinningColumnNg: pinningColumn","pinnedColumnNg: pinnedColumn","resizingRowNg: resizingRow","resizedRowNg: resizedRow","autoSizingRowNg: autoSizingRow","autoSizedRowNg: autoSizedRow","draggingRowNg: draggingRow","draggingRowOverNg: draggingRowOver","draggedRowNg: draggedRow","deletingRowNg: deletingRow","deletedRowNg: deletedRow","loadingRowsNg: loadingRows","loadedRowsNg: loadedRows","rowEditStartingNg: rowEditStarting","rowEditStartedNg: rowEditStarted","rowEditEndingNg: rowEditEnding","rowEditEndedNg: rowEditEnded","rowAddedNg: rowAdded","groupCollapsedChangingNg: groupCollapsedChanging","groupCollapsedChangedNg: groupCollapsedChanged","columnGroupCollapsedChangingNg: columnGroupCollapsedChanging","columnGroupCollapsedChangedNg: columnGroupCollapsedChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged","selectionChangingNg: selectionChanging","selectionChangedNg: selectionChanged","scrollPositionChangedNg: scrollPositionChanged","updatingViewNg: updatingView","updatedViewNg: updatedView","updatingLayoutNg: updatingLayout","updatedLayoutNg: updatedLayout","pastingNg: pasting","pastedNg: pasted","pastingCellNg: pastingCell","pastedCellNg: pastedCell","copyingNg: copying","copiedNg: copied"],"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useFactory":{"__symbolic":"reference","module":"@mescius/wijmo.angular2legacy.directivebase","name":"WjValueAccessorFactory"},"multi":true,"deps":["WjComponent"]}]},"WjTransposedGrid":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@mescius/wijmo.grid.transposed","name":"TransposedGrid"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"selector"},"template":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"template"},"inputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"inputs"},"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"outputs"},"providers":[{"provide":"WjComponent","useExisting":{"__symbolic":"reference","name":"WjTransposedGrid"}},{"__symbolic":"spread","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"providers"}}]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":["WjComponent"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf"}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional"}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","name":"any"}]}],"created":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"addEventListener":[{"__symbolic":"method"}]},"statics":{"meta":{"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridMeta"},"member":"outputs"}}}},"wjTransposedGridRowMeta":{"selector":"wj-transposed-grid-row","template":"","inputs":["asyncBindings","wjProperty","name","dataMap","dataType","binding","sortMemberPath","format","cellTemplate","header","width","maxLength","minWidth","maxWidth","align","allowDragging","allowSorting","allowResizing","allowMerging","aggregate","isReadOnly","cssClass","cssClassAll","isContentHtml","isSelected","visible","wordWrap","multiLine","mask","inputType","isRequired","showDropDown","dataMapEditor","dropDownCssClass","quickAutoSize","editor"],"outputs":["initialized","isSelectedChangePC: isSelectedChange"],"providers":[]},"WjTransposedGridRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@mescius/wijmo.grid.transposed","name":"TransposedGridRow"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"selector"},"template":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"template"},"inputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"inputs"},"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"outputs"},"providers":[{"provide":"WjComponent","useExisting":{"__symbolic":"reference","name":"WjTransposedGridRow"}},{"__symbolic":"spread","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"providers"}}]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject"},"arguments":["WjComponent"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf"}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional"}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","name":"any"}]}],"created":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]},"statics":{"meta":{"outputs":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"wjTransposedGridRowMeta"},"member":"outputs"},"changeEvents":{"grid.selectionChanged":["isSelected"]}}}},"WjGridTransposedModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"WjTransposedGrid"},{"__symbolic":"reference","name":"WjTransposedGridRow"}],"exports":[{"__symbolic":"reference","name":"WjTransposedGrid"},{"__symbolic":"reference","name":"WjTransposedGridRow"}]}]}]}}}]
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@mescius/wijmo.angular2legacy.grid.transposed",
3
+ "version": "5.20232.939",
4
+ "description": "UI library for pure JS, Angular, React, Vue and more...",
5
+ "author": "MESCIUS inc",
6
+ "license": "Commercial",
7
+ "main": "./index.js",
8
+ "types": "./index.d.ts",
9
+ "dependencies": {
10
+ "@mescius/wijmo": "5.20232.939",
11
+ "@mescius/wijmo.grid.transposed": "5.20232.939",
12
+ "@mescius/wijmo.angular2legacy.directivebase": "5.20232.939"
13
+ },
14
+ "homepage": "https://developer.mescius.com/wijmo",
15
+ "bugs": {
16
+ "url": "https://developer.mescius.com/forums/wijmo"
17
+ },
18
+ "keywords": [
19
+ "control",
20
+ "component",
21
+ "ui",
22
+ "control library",
23
+ "component library",
24
+ "ui library",
25
+ "control-library",
26
+ "component-library",
27
+ "ui-library",
28
+ "grid",
29
+ "data grid",
30
+ "data-grid",
31
+ "datagrid",
32
+ "angular grid",
33
+ "react grid",
34
+ "vue grid",
35
+ "angular-grid",
36
+ "react-grid",
37
+ "vue-grid"
38
+ ],
39
+ "module": "./es5-esm.js",
40
+ "esm5": "./es5-esm.js",
41
+ "wj-esm5": "./es5-esm.js",
42
+ "es2015Cjs": "./es2015-commonjs.js",
43
+ "wj-es2015Cjs": "./es2015-commonjs.js",
44
+ "esm2015": "./es2015-esm.js",
45
+ "wj-esm2015": "./es2015-esm.js"
46
+ }