igniteui-grid-lite 0.4.0-beta.2 → 0.4.0-beta.3
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/components/grid.js +9 -2
- package/components/grid.js.map +1 -1
- package/custom-elements.json +1855 -1855
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -298,1338 +298,1106 @@
|
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
"kind": "javascript-module",
|
|
301
|
-
"path": "src/
|
|
301
|
+
"path": "src/controllers/data-operation.ts",
|
|
302
302
|
"declarations": [
|
|
303
303
|
{
|
|
304
304
|
"kind": "class",
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "
|
|
305
|
+
"description": "",
|
|
306
|
+
"name": "DataOperationsController",
|
|
307
307
|
"members": [
|
|
308
308
|
{
|
|
309
309
|
"kind": "field",
|
|
310
|
-
"name": "
|
|
311
|
-
"privacy": "
|
|
312
|
-
"
|
|
313
|
-
"readonly": true
|
|
310
|
+
"name": "sorting",
|
|
311
|
+
"privacy": "protected",
|
|
312
|
+
"default": "new SortDataOperation<T>()"
|
|
314
313
|
},
|
|
315
314
|
{
|
|
316
|
-
"kind": "
|
|
317
|
-
"name": "
|
|
318
|
-
"privacy": "
|
|
319
|
-
"
|
|
320
|
-
"return": {
|
|
321
|
-
"type": {
|
|
322
|
-
"text": "void"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
315
|
+
"kind": "field",
|
|
316
|
+
"name": "filtering",
|
|
317
|
+
"privacy": "protected",
|
|
318
|
+
"default": "new FilterDataOperation<T>()"
|
|
325
319
|
},
|
|
326
320
|
{
|
|
327
|
-
"kind": "
|
|
328
|
-
"name": "
|
|
329
|
-
"
|
|
330
|
-
"text": "PropertyType<T>"
|
|
331
|
-
},
|
|
332
|
-
"privacy": "public",
|
|
333
|
-
"description": "The value which will be rendered by the component."
|
|
321
|
+
"kind": "method",
|
|
322
|
+
"name": "hostConnected",
|
|
323
|
+
"privacy": "public"
|
|
334
324
|
},
|
|
335
325
|
{
|
|
336
326
|
"kind": "field",
|
|
337
|
-
"name": "
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
},
|
|
341
|
-
"privacy": "public",
|
|
342
|
-
"description": "A reference to the column configuration object."
|
|
327
|
+
"name": "hasCustomSort",
|
|
328
|
+
"privacy": "protected",
|
|
329
|
+
"readonly": true
|
|
343
330
|
},
|
|
344
331
|
{
|
|
345
332
|
"kind": "field",
|
|
346
|
-
"name": "
|
|
347
|
-
"
|
|
348
|
-
|
|
349
|
-
},
|
|
350
|
-
"privacy": "public",
|
|
351
|
-
"default": "false",
|
|
352
|
-
"description": "Indicates whether this is the active cell in the grid.",
|
|
353
|
-
"attribute": "active",
|
|
354
|
-
"reflects": true
|
|
333
|
+
"name": "hasCustomFilter",
|
|
334
|
+
"privacy": "protected",
|
|
335
|
+
"readonly": true
|
|
355
336
|
},
|
|
356
337
|
{
|
|
357
338
|
"kind": "field",
|
|
358
|
-
"name": "
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
},
|
|
362
|
-
"privacy": "public",
|
|
363
|
-
"description": "The parent row component holding this cell."
|
|
339
|
+
"name": "customFilter",
|
|
340
|
+
"privacy": "protected",
|
|
341
|
+
"readonly": true
|
|
364
342
|
},
|
|
365
343
|
{
|
|
366
344
|
"kind": "field",
|
|
367
|
-
"name": "
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "IgcCellContext<T>"
|
|
370
|
-
},
|
|
345
|
+
"name": "customSort",
|
|
371
346
|
"privacy": "protected",
|
|
372
347
|
"readonly": true
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"kind": "method",
|
|
351
|
+
"name": "apply",
|
|
352
|
+
"privacy": "public",
|
|
353
|
+
"parameters": [
|
|
354
|
+
{
|
|
355
|
+
"name": "data",
|
|
356
|
+
"type": {
|
|
357
|
+
"text": "T[]"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "state",
|
|
362
|
+
"type": {
|
|
363
|
+
"text": "StateController<T>"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
]
|
|
373
367
|
}
|
|
374
|
-
]
|
|
375
|
-
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "function",
|
|
372
|
+
"name": "createDataOperationsController",
|
|
373
|
+
"return": {
|
|
374
|
+
"type": {
|
|
375
|
+
"text": "DataOperationsController<T>"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"parameters": [
|
|
376
379
|
{
|
|
377
|
-
"name": "
|
|
380
|
+
"name": "host",
|
|
378
381
|
"type": {
|
|
379
|
-
"text": "
|
|
380
|
-
}
|
|
381
|
-
"default": "false",
|
|
382
|
-
"description": "Indicates whether this is the active cell in the grid.",
|
|
383
|
-
"fieldName": "active"
|
|
382
|
+
"text": "GridHost<T>"
|
|
383
|
+
}
|
|
384
384
|
}
|
|
385
|
-
]
|
|
386
|
-
"superclass": {
|
|
387
|
-
"name": "LitElement",
|
|
388
|
-
"package": "lit"
|
|
389
|
-
},
|
|
390
|
-
"customElement": true
|
|
385
|
+
]
|
|
391
386
|
}
|
|
392
387
|
],
|
|
393
388
|
"exports": [
|
|
394
389
|
{
|
|
395
390
|
"kind": "js",
|
|
396
|
-
"name": "
|
|
391
|
+
"name": "createDataOperationsController",
|
|
397
392
|
"declaration": {
|
|
398
|
-
"name": "
|
|
399
|
-
"module": "src/
|
|
393
|
+
"name": "createDataOperationsController",
|
|
394
|
+
"module": "src/controllers/data-operation.ts"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "js",
|
|
399
|
+
"name": "DataOperationsController",
|
|
400
|
+
"declaration": {
|
|
401
|
+
"name": "DataOperationsController",
|
|
402
|
+
"module": "src/controllers/data-operation.ts"
|
|
400
403
|
}
|
|
401
404
|
}
|
|
402
405
|
]
|
|
403
406
|
},
|
|
404
407
|
{
|
|
405
408
|
"kind": "javascript-module",
|
|
406
|
-
"path": "src/
|
|
409
|
+
"path": "src/controllers/dom.ts",
|
|
407
410
|
"declarations": [
|
|
408
411
|
{
|
|
409
412
|
"kind": "class",
|
|
410
413
|
"description": "",
|
|
411
|
-
"name": "
|
|
414
|
+
"name": "GridDOMController",
|
|
412
415
|
"members": [
|
|
413
416
|
{
|
|
414
417
|
"kind": "field",
|
|
415
|
-
"name": "
|
|
416
|
-
"privacy": "public",
|
|
417
|
-
"static": true,
|
|
418
|
-
"readonly": true
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "method",
|
|
422
|
-
"name": "register",
|
|
423
|
-
"privacy": "public",
|
|
424
|
-
"static": true,
|
|
425
|
-
"return": {
|
|
426
|
-
"type": {
|
|
427
|
-
"text": "void"
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"kind": "field",
|
|
433
|
-
"name": "_setConfig",
|
|
418
|
+
"name": "_host",
|
|
434
419
|
"type": {
|
|
435
|
-
"text": "
|
|
420
|
+
"text": "GridHost<T>"
|
|
436
421
|
},
|
|
437
422
|
"privacy": "protected",
|
|
438
|
-
"
|
|
423
|
+
"readonly": true,
|
|
424
|
+
"default": "host"
|
|
439
425
|
},
|
|
440
426
|
{
|
|
441
427
|
"kind": "field",
|
|
442
|
-
"name": "
|
|
428
|
+
"name": "_state",
|
|
443
429
|
"type": {
|
|
444
|
-
"text": "
|
|
430
|
+
"text": "StateController<T>"
|
|
445
431
|
},
|
|
446
|
-
"privacy": "
|
|
447
|
-
"
|
|
448
|
-
"
|
|
432
|
+
"privacy": "protected",
|
|
433
|
+
"readonly": true,
|
|
434
|
+
"default": "state"
|
|
449
435
|
},
|
|
450
436
|
{
|
|
451
437
|
"kind": "field",
|
|
452
|
-
"name": "
|
|
438
|
+
"name": "columnSizes",
|
|
453
439
|
"type": {
|
|
454
|
-
"text": "
|
|
440
|
+
"text": "StyleInfo"
|
|
455
441
|
},
|
|
456
442
|
"privacy": "public",
|
|
457
|
-
"default": "
|
|
458
|
-
"description": "The data type of the column's values.",
|
|
459
|
-
"attribute": "data-type"
|
|
443
|
+
"default": "{}"
|
|
460
444
|
},
|
|
461
445
|
{
|
|
462
|
-
"kind": "
|
|
463
|
-
"name": "
|
|
464
|
-
"type": {
|
|
465
|
-
"text": "string | undefined"
|
|
466
|
-
},
|
|
446
|
+
"kind": "method",
|
|
447
|
+
"name": "hostConnected",
|
|
467
448
|
"privacy": "public",
|
|
468
|
-
"
|
|
469
|
-
|
|
449
|
+
"return": {
|
|
450
|
+
"type": {
|
|
451
|
+
"text": "void"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
470
454
|
},
|
|
471
455
|
{
|
|
472
|
-
"kind": "
|
|
473
|
-
"name": "
|
|
474
|
-
"type": {
|
|
475
|
-
"text": "string | undefined"
|
|
476
|
-
},
|
|
456
|
+
"kind": "method",
|
|
457
|
+
"name": "hostUpdate",
|
|
477
458
|
"privacy": "public",
|
|
478
|
-
"
|
|
479
|
-
|
|
459
|
+
"return": {
|
|
460
|
+
"type": {
|
|
461
|
+
"text": "void"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
480
464
|
},
|
|
481
465
|
{
|
|
482
|
-
"kind": "
|
|
483
|
-
"name": "
|
|
484
|
-
"type": {
|
|
485
|
-
"text": "boolean"
|
|
486
|
-
},
|
|
466
|
+
"kind": "method",
|
|
467
|
+
"name": "setScrollOffset",
|
|
487
468
|
"privacy": "public",
|
|
488
|
-
"
|
|
489
|
-
|
|
490
|
-
|
|
469
|
+
"return": {
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "void"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
491
474
|
},
|
|
492
475
|
{
|
|
493
|
-
"kind": "
|
|
494
|
-
"name": "
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
"attribute": "resizable"
|
|
476
|
+
"kind": "method",
|
|
477
|
+
"name": "setGridColumnSizes",
|
|
478
|
+
"privacy": "protected",
|
|
479
|
+
"return": {
|
|
480
|
+
"type": {
|
|
481
|
+
"text": "void"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
502
484
|
},
|
|
503
485
|
{
|
|
504
|
-
"kind": "
|
|
505
|
-
"name": "
|
|
506
|
-
"type": {
|
|
507
|
-
"text": "boolean"
|
|
508
|
-
},
|
|
486
|
+
"kind": "method",
|
|
487
|
+
"name": "getActiveRowStyles",
|
|
509
488
|
"privacy": "public",
|
|
510
|
-
"
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
{
|
|
515
|
-
"kind": "field",
|
|
516
|
-
"name": "sortingCaseSensitive",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "boolean"
|
|
519
|
-
},
|
|
520
|
-
"privacy": "public",
|
|
521
|
-
"default": "false",
|
|
522
|
-
"description": "Whether sort operations will be case sensitive.",
|
|
523
|
-
"attribute": "sorting-case-sensitive"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"kind": "field",
|
|
527
|
-
"name": "sortConfiguration",
|
|
528
|
-
"type": {
|
|
529
|
-
"text": "ColumnSortConfiguration<T> | undefined"
|
|
530
|
-
},
|
|
531
|
-
"privacy": "public",
|
|
532
|
-
"description": "Sort configuration for the column (e.g., custom comparer)."
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"kind": "field",
|
|
536
|
-
"name": "filterable",
|
|
537
|
-
"type": {
|
|
538
|
-
"text": "boolean"
|
|
539
|
-
},
|
|
540
|
-
"privacy": "public",
|
|
541
|
-
"default": "false",
|
|
542
|
-
"description": "Indicates whether the column is filterable.",
|
|
543
|
-
"attribute": "filterable"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"kind": "field",
|
|
547
|
-
"name": "filteringCaseSensitive",
|
|
548
|
-
"type": {
|
|
549
|
-
"text": "boolean"
|
|
550
|
-
},
|
|
551
|
-
"privacy": "public",
|
|
552
|
-
"default": "false",
|
|
553
|
-
"description": "Whether filter operations will be case sensitive.",
|
|
554
|
-
"attribute": "filtering-case-sensitive"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"kind": "field",
|
|
558
|
-
"name": "headerTemplate",
|
|
559
|
-
"type": {
|
|
560
|
-
"text": "(params: IgcHeaderContext<T>) => unknown | undefined"
|
|
561
|
-
},
|
|
562
|
-
"privacy": "public",
|
|
563
|
-
"description": "Custom header template for the column."
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"kind": "field",
|
|
567
|
-
"name": "cellTemplate",
|
|
568
|
-
"type": {
|
|
569
|
-
"text": "(params: IgcCellContext<T>) => unknown | undefined"
|
|
489
|
+
"return": {
|
|
490
|
+
"type": {
|
|
491
|
+
"text": "StyleInfo"
|
|
492
|
+
}
|
|
570
493
|
},
|
|
571
|
-
"
|
|
572
|
-
|
|
494
|
+
"parameters": [
|
|
495
|
+
{
|
|
496
|
+
"name": "index",
|
|
497
|
+
"type": {
|
|
498
|
+
"text": "number"
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
]
|
|
573
502
|
}
|
|
574
|
-
]
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
"
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
"name": "data-type",
|
|
586
|
-
"type": {
|
|
587
|
-
"text": "'number' | 'string' | 'boolean' | undefined"
|
|
588
|
-
},
|
|
589
|
-
"default": "'string'",
|
|
590
|
-
"description": "The data type of the column's values.",
|
|
591
|
-
"fieldName": "dataType"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"name": "header",
|
|
595
|
-
"type": {
|
|
596
|
-
"text": "string | undefined"
|
|
597
|
-
},
|
|
598
|
-
"description": "The header text of the column.",
|
|
599
|
-
"fieldName": "header"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"name": "width",
|
|
603
|
-
"type": {
|
|
604
|
-
"text": "string | undefined"
|
|
605
|
-
},
|
|
606
|
-
"description": "The width of the column.",
|
|
607
|
-
"fieldName": "width"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "hidden",
|
|
611
|
-
"type": {
|
|
612
|
-
"text": "boolean"
|
|
613
|
-
},
|
|
614
|
-
"default": "false",
|
|
615
|
-
"description": "Indicates whether the column is hidden.",
|
|
616
|
-
"fieldName": "hidden"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "resizable",
|
|
620
|
-
"type": {
|
|
621
|
-
"text": "boolean"
|
|
622
|
-
},
|
|
623
|
-
"default": "false",
|
|
624
|
-
"description": "Indicates whether the column is resizable.",
|
|
625
|
-
"fieldName": "resizable"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "sortable",
|
|
629
|
-
"type": {
|
|
630
|
-
"text": "boolean"
|
|
631
|
-
},
|
|
632
|
-
"default": "false",
|
|
633
|
-
"description": "Indicates whether the column is sortable.",
|
|
634
|
-
"fieldName": "sortable"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "sorting-case-sensitive",
|
|
638
|
-
"type": {
|
|
639
|
-
"text": "boolean"
|
|
640
|
-
},
|
|
641
|
-
"default": "false",
|
|
642
|
-
"description": "Whether sort operations will be case sensitive.",
|
|
643
|
-
"fieldName": "sortingCaseSensitive"
|
|
644
|
-
},
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "function",
|
|
507
|
+
"name": "createDomController",
|
|
508
|
+
"return": {
|
|
509
|
+
"type": {
|
|
510
|
+
"text": "GridDOMController<T>"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"parameters": [
|
|
645
514
|
{
|
|
646
|
-
"name": "
|
|
515
|
+
"name": "host",
|
|
647
516
|
"type": {
|
|
648
|
-
"text": "
|
|
649
|
-
}
|
|
650
|
-
"default": "false",
|
|
651
|
-
"description": "Indicates whether the column is filterable.",
|
|
652
|
-
"fieldName": "filterable"
|
|
517
|
+
"text": "GridHost<T>"
|
|
518
|
+
}
|
|
653
519
|
},
|
|
654
520
|
{
|
|
655
|
-
"name": "
|
|
521
|
+
"name": "state",
|
|
656
522
|
"type": {
|
|
657
|
-
"text": "
|
|
658
|
-
}
|
|
659
|
-
"default": "false",
|
|
660
|
-
"description": "Whether filter operations will be case sensitive.",
|
|
661
|
-
"fieldName": "filteringCaseSensitive"
|
|
523
|
+
"text": "StateController<T>"
|
|
524
|
+
}
|
|
662
525
|
}
|
|
663
|
-
]
|
|
664
|
-
"superclass": {
|
|
665
|
-
"name": "LitElement",
|
|
666
|
-
"package": "lit"
|
|
667
|
-
},
|
|
668
|
-
"tagName": "igc-grid-lite-column",
|
|
669
|
-
"customElement": true
|
|
526
|
+
]
|
|
670
527
|
}
|
|
671
528
|
],
|
|
672
529
|
"exports": [
|
|
673
530
|
{
|
|
674
531
|
"kind": "js",
|
|
675
|
-
"name": "
|
|
532
|
+
"name": "createDomController",
|
|
676
533
|
"declaration": {
|
|
677
|
-
"name": "
|
|
678
|
-
"module": "src/
|
|
534
|
+
"name": "createDomController",
|
|
535
|
+
"module": "src/controllers/dom.ts"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "js",
|
|
540
|
+
"name": "GridDOMController",
|
|
541
|
+
"declaration": {
|
|
542
|
+
"name": "GridDOMController",
|
|
543
|
+
"module": "src/controllers/dom.ts"
|
|
679
544
|
}
|
|
680
545
|
}
|
|
681
546
|
]
|
|
682
547
|
},
|
|
683
548
|
{
|
|
684
549
|
"kind": "javascript-module",
|
|
685
|
-
"path": "src/
|
|
550
|
+
"path": "src/controllers/filter.ts",
|
|
686
551
|
"declarations": [
|
|
687
552
|
{
|
|
688
553
|
"kind": "class",
|
|
689
554
|
"description": "",
|
|
690
|
-
"name": "
|
|
555
|
+
"name": "FilterController",
|
|
691
556
|
"members": [
|
|
692
557
|
{
|
|
693
558
|
"kind": "field",
|
|
694
|
-
"name": "
|
|
695
|
-
"
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
"
|
|
701
|
-
"name": "register",
|
|
702
|
-
"privacy": "public",
|
|
703
|
-
"static": true
|
|
559
|
+
"name": "_stateController",
|
|
560
|
+
"type": {
|
|
561
|
+
"text": "StateController<T>"
|
|
562
|
+
},
|
|
563
|
+
"privacy": "private",
|
|
564
|
+
"readonly": true,
|
|
565
|
+
"default": "state"
|
|
704
566
|
},
|
|
705
567
|
{
|
|
706
568
|
"kind": "field",
|
|
707
569
|
"name": "state",
|
|
708
570
|
"type": {
|
|
709
|
-
"text": "
|
|
571
|
+
"text": "FilterState<T>"
|
|
710
572
|
},
|
|
711
|
-
"privacy": "public"
|
|
573
|
+
"privacy": "public",
|
|
574
|
+
"default": "new FilterState()"
|
|
712
575
|
},
|
|
713
576
|
{
|
|
714
577
|
"kind": "field",
|
|
715
|
-
"name": "
|
|
716
|
-
"privacy": "
|
|
578
|
+
"name": "host",
|
|
579
|
+
"privacy": "public",
|
|
717
580
|
"readonly": true
|
|
718
581
|
},
|
|
719
582
|
{
|
|
720
583
|
"kind": "field",
|
|
721
|
-
"name": "
|
|
722
|
-
"
|
|
584
|
+
"name": "filterRow",
|
|
585
|
+
"type": {
|
|
586
|
+
"text": "IgcFilterRow<T> | null"
|
|
587
|
+
},
|
|
588
|
+
"privacy": "public",
|
|
723
589
|
"readonly": true
|
|
724
590
|
},
|
|
725
591
|
{
|
|
726
592
|
"kind": "field",
|
|
727
|
-
"name": "
|
|
728
|
-
"privacy": "
|
|
593
|
+
"name": "#virtualizer",
|
|
594
|
+
"privacy": "private",
|
|
729
595
|
"readonly": true
|
|
730
596
|
},
|
|
731
597
|
{
|
|
732
|
-
"kind": "
|
|
733
|
-
"name": "
|
|
734
|
-
"
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
"kind": "field",
|
|
750
|
-
"name": "conditionElement",
|
|
751
|
-
"type": {
|
|
752
|
-
"text": "IgcIconComponent"
|
|
753
|
-
},
|
|
754
|
-
"privacy": "public"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"kind": "field",
|
|
758
|
-
"name": "dropdown",
|
|
759
|
-
"type": {
|
|
760
|
-
"text": "IgcDropdownComponent"
|
|
761
|
-
},
|
|
762
|
-
"privacy": "public"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "field",
|
|
766
|
-
"name": "column",
|
|
767
|
-
"type": {
|
|
768
|
-
"text": "ColumnConfiguration<T>"
|
|
769
|
-
},
|
|
770
|
-
"privacy": "public",
|
|
771
|
-
"default": "DEFAULT_COLUMN_CONFIG"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"kind": "field",
|
|
775
|
-
"name": "expression",
|
|
776
|
-
"type": {
|
|
777
|
-
"text": "FilterExpression<T>"
|
|
778
|
-
},
|
|
779
|
-
"privacy": "public"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"kind": "method",
|
|
783
|
-
"name": "#setDefaultExpression",
|
|
784
|
-
"privacy": "private"
|
|
598
|
+
"kind": "method",
|
|
599
|
+
"name": "#emitFilteringEvent",
|
|
600
|
+
"privacy": "private",
|
|
601
|
+
"parameters": [
|
|
602
|
+
{
|
|
603
|
+
"name": "expression",
|
|
604
|
+
"type": {
|
|
605
|
+
"text": "FilterExpression<T>"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "type",
|
|
610
|
+
"type": {
|
|
611
|
+
"text": "'add' | 'modify' | 'remove'"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
]
|
|
785
615
|
},
|
|
786
616
|
{
|
|
787
617
|
"kind": "method",
|
|
788
|
-
"name": "#
|
|
618
|
+
"name": "#emitFilteredEvent",
|
|
789
619
|
"privacy": "private",
|
|
790
620
|
"parameters": [
|
|
791
621
|
{
|
|
792
|
-
"name": "
|
|
622
|
+
"name": "detail",
|
|
623
|
+
"optional": true,
|
|
793
624
|
"type": {
|
|
794
|
-
"text": "
|
|
625
|
+
"text": "IgcFilteredEvent<T>"
|
|
795
626
|
}
|
|
796
627
|
}
|
|
797
628
|
]
|
|
798
629
|
},
|
|
799
630
|
{
|
|
800
631
|
"kind": "method",
|
|
801
|
-
"name": "#
|
|
802
|
-
"privacy": "private"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"kind": "method",
|
|
806
|
-
"name": "#handleConditionChanged",
|
|
632
|
+
"name": "#filter",
|
|
807
633
|
"privacy": "private",
|
|
808
634
|
"parameters": [
|
|
809
635
|
{
|
|
810
|
-
"name": "
|
|
636
|
+
"name": "expression",
|
|
811
637
|
"type": {
|
|
812
|
-
"text": "
|
|
638
|
+
"text": "FilterExpression<T> | FilterExpression<T>[]"
|
|
813
639
|
}
|
|
814
640
|
}
|
|
815
641
|
]
|
|
816
642
|
},
|
|
817
643
|
{
|
|
818
644
|
"kind": "method",
|
|
819
|
-
"name": "
|
|
820
|
-
"privacy": "
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
645
|
+
"name": "hostConnected",
|
|
646
|
+
"privacy": "public"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"kind": "method",
|
|
650
|
+
"name": "hostUpdate",
|
|
651
|
+
"privacy": "public",
|
|
652
|
+
"return": {
|
|
653
|
+
"type": {
|
|
654
|
+
"text": "void"
|
|
827
655
|
}
|
|
828
|
-
|
|
656
|
+
}
|
|
829
657
|
},
|
|
830
658
|
{
|
|
831
659
|
"kind": "method",
|
|
832
|
-
"name": "
|
|
833
|
-
"privacy": "
|
|
660
|
+
"name": "get",
|
|
661
|
+
"privacy": "public",
|
|
834
662
|
"parameters": [
|
|
835
663
|
{
|
|
836
|
-
"name": "
|
|
664
|
+
"name": "key",
|
|
837
665
|
"type": {
|
|
838
|
-
"text": "
|
|
666
|
+
"text": "Keys<T>"
|
|
839
667
|
}
|
|
840
668
|
}
|
|
841
669
|
]
|
|
842
670
|
},
|
|
843
671
|
{
|
|
844
672
|
"kind": "method",
|
|
845
|
-
"name": "
|
|
846
|
-
"privacy": "
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "method",
|
|
850
|
-
"name": "#openDropdownList",
|
|
851
|
-
"privacy": "private"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "method",
|
|
855
|
-
"name": "activeChanged",
|
|
856
|
-
"privacy": "protected"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"kind": "method",
|
|
860
|
-
"name": "#chipCriteriaFor",
|
|
861
|
-
"privacy": "private",
|
|
673
|
+
"name": "reset",
|
|
674
|
+
"privacy": "public",
|
|
862
675
|
"parameters": [
|
|
863
676
|
{
|
|
864
|
-
"name": "
|
|
677
|
+
"name": "key",
|
|
678
|
+
"optional": true,
|
|
865
679
|
"type": {
|
|
866
|
-
"text": "
|
|
680
|
+
"text": "Keys<T>"
|
|
867
681
|
}
|
|
868
682
|
}
|
|
869
683
|
]
|
|
870
684
|
},
|
|
871
685
|
{
|
|
872
686
|
"kind": "method",
|
|
873
|
-
"name": "
|
|
874
|
-
"privacy": "
|
|
687
|
+
"name": "setActiveColumn",
|
|
688
|
+
"privacy": "public",
|
|
875
689
|
"parameters": [
|
|
876
690
|
{
|
|
877
|
-
"name": "
|
|
691
|
+
"name": "column",
|
|
692
|
+
"optional": true,
|
|
878
693
|
"type": {
|
|
879
|
-
"text": "
|
|
694
|
+
"text": "ColumnConfiguration<T>"
|
|
880
695
|
}
|
|
881
696
|
}
|
|
882
697
|
]
|
|
883
698
|
},
|
|
884
699
|
{
|
|
885
700
|
"kind": "method",
|
|
886
|
-
"name": "
|
|
887
|
-
"privacy": "
|
|
701
|
+
"name": "getDefaultExpression",
|
|
702
|
+
"privacy": "public",
|
|
888
703
|
"parameters": [
|
|
889
704
|
{
|
|
890
|
-
"name": "
|
|
705
|
+
"name": "column",
|
|
891
706
|
"type": {
|
|
892
|
-
"text": "
|
|
707
|
+
"text": "ColumnConfiguration<T>"
|
|
893
708
|
}
|
|
894
709
|
}
|
|
895
710
|
]
|
|
896
711
|
},
|
|
897
712
|
{
|
|
898
713
|
"kind": "method",
|
|
899
|
-
"name": "
|
|
900
|
-
"privacy": "
|
|
714
|
+
"name": "removeAllExpressions",
|
|
715
|
+
"privacy": "public",
|
|
901
716
|
"parameters": [
|
|
902
717
|
{
|
|
903
|
-
"name": "
|
|
904
|
-
"type": {
|
|
905
|
-
"text": "FilterExpression<T>"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "index",
|
|
718
|
+
"name": "key",
|
|
910
719
|
"type": {
|
|
911
|
-
"text": "
|
|
720
|
+
"text": "Keys<T>"
|
|
912
721
|
}
|
|
913
722
|
}
|
|
914
723
|
]
|
|
915
724
|
},
|
|
916
725
|
{
|
|
917
726
|
"kind": "method",
|
|
918
|
-
"name": "
|
|
919
|
-
"privacy": "
|
|
727
|
+
"name": "removeExpression",
|
|
728
|
+
"privacy": "public",
|
|
920
729
|
"parameters": [
|
|
921
730
|
{
|
|
922
|
-
"name": "
|
|
731
|
+
"name": "expression",
|
|
923
732
|
"type": {
|
|
924
|
-
"text": "
|
|
733
|
+
"text": "FilterExpression<T>"
|
|
925
734
|
}
|
|
926
735
|
}
|
|
927
736
|
]
|
|
928
737
|
},
|
|
929
738
|
{
|
|
930
739
|
"kind": "method",
|
|
931
|
-
"name": "
|
|
932
|
-
"privacy": "
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"kind": "method",
|
|
936
|
-
"name": "renderFilterActions",
|
|
937
|
-
"privacy": "protected"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"kind": "method",
|
|
941
|
-
"name": "renderDropdown",
|
|
942
|
-
"privacy": "protected"
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"kind": "method",
|
|
946
|
-
"name": "renderDropdownTarget",
|
|
947
|
-
"privacy": "protected"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"kind": "method",
|
|
951
|
-
"name": "renderInputArea",
|
|
952
|
-
"privacy": "protected"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"kind": "method",
|
|
956
|
-
"name": "renderActiveState",
|
|
957
|
-
"privacy": "protected"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"kind": "method",
|
|
961
|
-
"name": "renderInactiveChips",
|
|
962
|
-
"privacy": "protected",
|
|
740
|
+
"name": "filterWithEvent",
|
|
741
|
+
"privacy": "public",
|
|
963
742
|
"parameters": [
|
|
964
743
|
{
|
|
965
|
-
"name": "
|
|
744
|
+
"name": "expression",
|
|
966
745
|
"type": {
|
|
967
|
-
"text": "
|
|
746
|
+
"text": "FilterExpression<T>"
|
|
968
747
|
}
|
|
969
748
|
},
|
|
970
749
|
{
|
|
971
|
-
"name": "
|
|
750
|
+
"name": "type",
|
|
972
751
|
"type": {
|
|
973
|
-
"text": "
|
|
752
|
+
"text": "'add' | 'modify' | 'remove'"
|
|
974
753
|
}
|
|
975
754
|
}
|
|
976
755
|
]
|
|
977
756
|
},
|
|
978
757
|
{
|
|
979
758
|
"kind": "method",
|
|
980
|
-
"name": "
|
|
981
|
-
"privacy": "
|
|
759
|
+
"name": "filter",
|
|
760
|
+
"privacy": "public",
|
|
982
761
|
"parameters": [
|
|
983
762
|
{
|
|
984
|
-
"name": "
|
|
763
|
+
"name": "expression",
|
|
985
764
|
"type": {
|
|
986
|
-
"text": "
|
|
765
|
+
"text": "FilterExpression<T> | FilterExpression<T>[]"
|
|
987
766
|
}
|
|
988
767
|
}
|
|
989
768
|
]
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"kind": "method",
|
|
993
|
-
"name": "renderInactiveState",
|
|
994
|
-
"privacy": "protected"
|
|
995
769
|
}
|
|
996
|
-
]
|
|
997
|
-
"superclass": {
|
|
998
|
-
"name": "LitElement",
|
|
999
|
-
"package": "lit"
|
|
1000
|
-
},
|
|
1001
|
-
"customElement": true
|
|
770
|
+
]
|
|
1002
771
|
}
|
|
1003
772
|
],
|
|
1004
773
|
"exports": [
|
|
1005
774
|
{
|
|
1006
775
|
"kind": "js",
|
|
1007
|
-
"name": "
|
|
776
|
+
"name": "FilterController",
|
|
1008
777
|
"declaration": {
|
|
1009
|
-
"name": "
|
|
1010
|
-
"module": "src/
|
|
778
|
+
"name": "FilterController",
|
|
779
|
+
"module": "src/controllers/filter.ts"
|
|
1011
780
|
}
|
|
1012
781
|
}
|
|
1013
782
|
]
|
|
1014
783
|
},
|
|
1015
784
|
{
|
|
1016
785
|
"kind": "javascript-module",
|
|
1017
|
-
"path": "src/
|
|
786
|
+
"path": "src/controllers/navigation.ts",
|
|
1018
787
|
"declarations": [
|
|
1019
788
|
{
|
|
1020
789
|
"kind": "class",
|
|
1021
|
-
"description": "
|
|
1022
|
-
"name": "
|
|
790
|
+
"description": "",
|
|
791
|
+
"name": "NavigationController",
|
|
1023
792
|
"members": [
|
|
1024
793
|
{
|
|
1025
794
|
"kind": "field",
|
|
1026
|
-
"name": "
|
|
1027
|
-
"privacy": "
|
|
1028
|
-
"
|
|
1029
|
-
"readonly": true
|
|
795
|
+
"name": "handlers",
|
|
796
|
+
"privacy": "protected",
|
|
797
|
+
"default": "new Map( Object.entries({ ArrowDown: this.arrowDown, ArrowUp: this.arrowUp, ArrowLeft: this.arrowLeft, ArrowRight: this.arrowRight, Home: this.home, End: this.end, }) )"
|
|
1030
798
|
},
|
|
1031
799
|
{
|
|
1032
|
-
"kind": "
|
|
1033
|
-
"name": "
|
|
1034
|
-
"privacy": "
|
|
1035
|
-
"
|
|
1036
|
-
"return": {
|
|
1037
|
-
"type": {
|
|
1038
|
-
"text": "void"
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
800
|
+
"kind": "field",
|
|
801
|
+
"name": "_virtualizer",
|
|
802
|
+
"privacy": "protected",
|
|
803
|
+
"readonly": true
|
|
1041
804
|
},
|
|
1042
805
|
{
|
|
1043
806
|
"kind": "field",
|
|
1044
|
-
"name": "
|
|
807
|
+
"name": "_navigationState",
|
|
1045
808
|
"privacy": "protected",
|
|
1046
|
-
"
|
|
809
|
+
"default": "NAVIGATION_STATE"
|
|
1047
810
|
},
|
|
1048
811
|
{
|
|
1049
812
|
"kind": "field",
|
|
1050
|
-
"name": "
|
|
813
|
+
"name": "_active",
|
|
1051
814
|
"privacy": "protected",
|
|
1052
|
-
"
|
|
815
|
+
"default": "SENTINEL_NODE"
|
|
1053
816
|
},
|
|
1054
817
|
{
|
|
1055
818
|
"kind": "field",
|
|
1056
|
-
"name": "
|
|
819
|
+
"name": "nextNode",
|
|
1057
820
|
"privacy": "protected",
|
|
1058
821
|
"readonly": true
|
|
1059
822
|
},
|
|
1060
823
|
{
|
|
1061
824
|
"kind": "field",
|
|
1062
|
-
"name": "
|
|
825
|
+
"name": "_columns",
|
|
1063
826
|
"privacy": "protected",
|
|
1064
|
-
"readonly": true
|
|
1065
|
-
"default": "new ContextProvider(this, { context: GRID_STATE_CONTEXT, initialValue: this._stateController, })"
|
|
827
|
+
"readonly": true
|
|
1066
828
|
},
|
|
1067
829
|
{
|
|
1068
830
|
"kind": "field",
|
|
1069
|
-
"name": "
|
|
831
|
+
"name": "_firstColumn",
|
|
1070
832
|
"privacy": "protected",
|
|
1071
|
-
"readonly": true
|
|
1072
|
-
"default": "new ContextProvider(this, { context: COLUMN_UPDATE_CONTEXT, initialValue: ((config: ColumnConfiguration<T>) => { this._updateConfiguration(config); }) as any, })"
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "field",
|
|
1076
|
-
"name": "_initialSortExpressions",
|
|
1077
|
-
"type": {
|
|
1078
|
-
"text": "SortingExpression<T>[]"
|
|
1079
|
-
},
|
|
1080
|
-
"privacy": "private",
|
|
1081
|
-
"default": "[]"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "field",
|
|
1085
|
-
"name": "_initialFilterExpressions",
|
|
1086
|
-
"type": {
|
|
1087
|
-
"text": "FilterExpression<T>[]"
|
|
1088
|
-
},
|
|
1089
|
-
"privacy": "private",
|
|
1090
|
-
"default": "[]"
|
|
833
|
+
"readonly": true
|
|
1091
834
|
},
|
|
1092
835
|
{
|
|
1093
836
|
"kind": "method",
|
|
1094
|
-
"name": "
|
|
1095
|
-
"privacy": "
|
|
1096
|
-
"
|
|
1097
|
-
|
|
1098
|
-
"
|
|
837
|
+
"name": "getPreviousColumn",
|
|
838
|
+
"privacy": "protected",
|
|
839
|
+
"parameters": [
|
|
840
|
+
{
|
|
841
|
+
"name": "key",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "Keys<T>"
|
|
844
|
+
}
|
|
1099
845
|
}
|
|
1100
|
-
|
|
846
|
+
]
|
|
1101
847
|
},
|
|
1102
848
|
{
|
|
1103
849
|
"kind": "method",
|
|
1104
|
-
"name": "
|
|
1105
|
-
"privacy": "
|
|
1106
|
-
"return": {
|
|
1107
|
-
"type": {
|
|
1108
|
-
"text": "void"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
850
|
+
"name": "getNextColumn",
|
|
851
|
+
"privacy": "protected",
|
|
1111
852
|
"parameters": [
|
|
1112
853
|
{
|
|
1113
|
-
"name": "
|
|
854
|
+
"name": "key",
|
|
1114
855
|
"type": {
|
|
1115
|
-
"text": "
|
|
856
|
+
"text": "Keys<T>"
|
|
1116
857
|
}
|
|
1117
858
|
}
|
|
1118
859
|
]
|
|
1119
860
|
},
|
|
1120
861
|
{
|
|
1121
|
-
"kind": "
|
|
1122
|
-
"name": "
|
|
1123
|
-
"type": {
|
|
1124
|
-
"text": "T[]"
|
|
1125
|
-
},
|
|
862
|
+
"kind": "method",
|
|
863
|
+
"name": "queryRowByIndex",
|
|
1126
864
|
"privacy": "protected",
|
|
1127
|
-
"
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
"privacy": "public",
|
|
1136
|
-
"default": "[]",
|
|
1137
|
-
"description": "The data source for the grid."
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"kind": "field",
|
|
1141
|
-
"name": "autoGenerate",
|
|
1142
|
-
"type": {
|
|
1143
|
-
"text": "boolean"
|
|
1144
|
-
},
|
|
1145
|
-
"privacy": "public",
|
|
1146
|
-
"default": "false",
|
|
1147
|
-
"description": "Whether the grid will try to \"resolve\" its column configuration based on the passed\ndata source.",
|
|
1148
|
-
"attribute": "auto-generate"
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"kind": "field",
|
|
1152
|
-
"name": "sortingOptions",
|
|
1153
|
-
"type": {
|
|
1154
|
-
"text": "GridLiteSortingOptions"
|
|
1155
|
-
},
|
|
1156
|
-
"privacy": "public",
|
|
1157
|
-
"default": "{ mode: 'multiple', }",
|
|
1158
|
-
"description": "Sort configuration property for the grid."
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "field",
|
|
1162
|
-
"name": "dataPipelineConfiguration",
|
|
1163
|
-
"type": {
|
|
1164
|
-
"text": "DataPipelineConfiguration<T>"
|
|
1165
|
-
},
|
|
1166
|
-
"privacy": "public",
|
|
1167
|
-
"description": "Configuration object which controls remote data operations for the grid."
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"kind": "field",
|
|
1171
|
-
"name": "sortingExpressions",
|
|
1172
|
-
"privacy": "public",
|
|
1173
|
-
"description": "Get the sort state for the grid.",
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": "SortingExpression<T>[]"
|
|
1176
|
-
}
|
|
865
|
+
"parameters": [
|
|
866
|
+
{
|
|
867
|
+
"name": "index",
|
|
868
|
+
"type": {
|
|
869
|
+
"text": "number"
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
]
|
|
1177
873
|
},
|
|
1178
874
|
{
|
|
1179
|
-
"kind": "
|
|
1180
|
-
"name": "
|
|
1181
|
-
"privacy": "
|
|
1182
|
-
"
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
875
|
+
"kind": "method",
|
|
876
|
+
"name": "scrollToCell",
|
|
877
|
+
"privacy": "protected",
|
|
878
|
+
"parameters": [
|
|
879
|
+
{
|
|
880
|
+
"name": "node",
|
|
881
|
+
"type": {
|
|
882
|
+
"text": "ActiveNode<T>"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
]
|
|
1186
886
|
},
|
|
1187
887
|
{
|
|
1188
888
|
"kind": "field",
|
|
1189
|
-
"name": "
|
|
889
|
+
"name": "active",
|
|
1190
890
|
"type": {
|
|
1191
|
-
"text": "
|
|
891
|
+
"text": "ActiveNode<T>"
|
|
1192
892
|
},
|
|
1193
|
-
"privacy": "public"
|
|
1194
|
-
"readonly": true
|
|
893
|
+
"privacy": "public"
|
|
1195
894
|
},
|
|
1196
895
|
{
|
|
1197
|
-
"kind": "
|
|
1198
|
-
"name": "
|
|
1199
|
-
"privacy": "
|
|
1200
|
-
"description": "Returns the collection of rendered row elements in the grid.",
|
|
1201
|
-
"readonly": true
|
|
896
|
+
"kind": "method",
|
|
897
|
+
"name": "home",
|
|
898
|
+
"privacy": "protected"
|
|
1202
899
|
},
|
|
1203
900
|
{
|
|
1204
|
-
"kind": "
|
|
1205
|
-
"name": "
|
|
1206
|
-
"
|
|
1207
|
-
"text": "ReadonlyArray<T>"
|
|
1208
|
-
},
|
|
1209
|
-
"privacy": "public",
|
|
1210
|
-
"description": "Returns the state of the data source after sort/filter operations\nhave been applied.",
|
|
1211
|
-
"readonly": true
|
|
901
|
+
"kind": "method",
|
|
902
|
+
"name": "end",
|
|
903
|
+
"privacy": "protected"
|
|
1212
904
|
},
|
|
1213
905
|
{
|
|
1214
|
-
"kind": "
|
|
1215
|
-
"name": "
|
|
1216
|
-
"
|
|
1217
|
-
"text": "number"
|
|
1218
|
-
},
|
|
1219
|
-
"privacy": "public",
|
|
1220
|
-
"description": "The total number of items in the IgcGridLite.dataView collection.",
|
|
1221
|
-
"readonly": true
|
|
906
|
+
"kind": "method",
|
|
907
|
+
"name": "arrowDown",
|
|
908
|
+
"privacy": "protected"
|
|
1222
909
|
},
|
|
1223
910
|
{
|
|
1224
911
|
"kind": "method",
|
|
1225
|
-
"name": "
|
|
912
|
+
"name": "arrowUp",
|
|
1226
913
|
"privacy": "protected"
|
|
1227
914
|
},
|
|
1228
915
|
{
|
|
1229
916
|
"kind": "method",
|
|
1230
|
-
"name": "
|
|
917
|
+
"name": "arrowLeft",
|
|
1231
918
|
"privacy": "protected"
|
|
1232
919
|
},
|
|
1233
920
|
{
|
|
1234
921
|
"kind": "method",
|
|
1235
|
-
"name": "
|
|
1236
|
-
"privacy": "
|
|
1237
|
-
"return": {
|
|
1238
|
-
"type": {
|
|
1239
|
-
"text": "boolean"
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
922
|
+
"name": "arrowRight",
|
|
923
|
+
"privacy": "protected"
|
|
1242
924
|
},
|
|
1243
925
|
{
|
|
1244
926
|
"kind": "method",
|
|
1245
|
-
"name": "
|
|
1246
|
-
"privacy": "
|
|
1247
|
-
"return": {
|
|
1248
|
-
"type": {
|
|
1249
|
-
"text": "void"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"parameters": [
|
|
1253
|
-
{
|
|
1254
|
-
"name": "event",
|
|
1255
|
-
"type": {
|
|
1256
|
-
"text": "Event"
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
]
|
|
927
|
+
"name": "hostDisconnected",
|
|
928
|
+
"privacy": "public"
|
|
1260
929
|
},
|
|
1261
930
|
{
|
|
1262
931
|
"kind": "method",
|
|
1263
|
-
"name": "
|
|
932
|
+
"name": "navigate",
|
|
1264
933
|
"privacy": "public",
|
|
1265
|
-
"return": {
|
|
1266
|
-
"type": {
|
|
1267
|
-
"text": "void"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
934
|
"parameters": [
|
|
1271
935
|
{
|
|
1272
|
-
"name": "
|
|
936
|
+
"name": "event",
|
|
1273
937
|
"type": {
|
|
1274
|
-
"text": "
|
|
938
|
+
"text": "KeyboardEvent"
|
|
1275
939
|
}
|
|
1276
940
|
}
|
|
1277
|
-
]
|
|
1278
|
-
"description": "Performs a filter operation in the grid based on the passed expression(s)."
|
|
941
|
+
]
|
|
1279
942
|
},
|
|
1280
943
|
{
|
|
1281
944
|
"kind": "method",
|
|
1282
|
-
"name": "
|
|
945
|
+
"name": "navigateTo",
|
|
1283
946
|
"privacy": "public",
|
|
1284
947
|
"parameters": [
|
|
1285
948
|
{
|
|
1286
|
-
"name": "
|
|
949
|
+
"name": "row",
|
|
1287
950
|
"type": {
|
|
1288
|
-
"text": "
|
|
951
|
+
"text": "number"
|
|
1289
952
|
}
|
|
1290
|
-
}
|
|
1291
|
-
],
|
|
1292
|
-
"description": "Performs a sort operation in the grid based on the passed expression(s)."
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"kind": "method",
|
|
1296
|
-
"name": "clearSort",
|
|
1297
|
-
"privacy": "public",
|
|
1298
|
-
"return": {
|
|
1299
|
-
"type": {
|
|
1300
|
-
"text": "void"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
"parameters": [
|
|
953
|
+
},
|
|
1304
954
|
{
|
|
1305
|
-
"name": "
|
|
955
|
+
"name": "column",
|
|
1306
956
|
"optional": true,
|
|
1307
957
|
"type": {
|
|
1308
958
|
"text": "Keys<T>"
|
|
1309
959
|
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "activate",
|
|
963
|
+
"default": "false"
|
|
1310
964
|
}
|
|
1311
|
-
]
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
965
|
+
]
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
}
|
|
969
|
+
],
|
|
970
|
+
"exports": [
|
|
971
|
+
{
|
|
972
|
+
"kind": "js",
|
|
973
|
+
"name": "NavigationController",
|
|
974
|
+
"declaration": {
|
|
975
|
+
"name": "NavigationController",
|
|
976
|
+
"module": "src/controllers/navigation.ts"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "javascript-module",
|
|
983
|
+
"path": "src/controllers/resize.ts",
|
|
984
|
+
"declarations": [
|
|
985
|
+
{
|
|
986
|
+
"kind": "class",
|
|
987
|
+
"description": "",
|
|
988
|
+
"name": "ResizeController",
|
|
989
|
+
"members": [
|
|
990
|
+
{
|
|
991
|
+
"kind": "field",
|
|
992
|
+
"name": "indicatorActive",
|
|
993
|
+
"type": {
|
|
994
|
+
"text": "boolean"
|
|
995
|
+
},
|
|
996
|
+
"privacy": "public",
|
|
997
|
+
"default": "false"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "field",
|
|
1001
|
+
"name": "indicatorOffset",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "number"
|
|
1322
1004
|
},
|
|
1005
|
+
"privacy": "public",
|
|
1006
|
+
"default": "0"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "method",
|
|
1010
|
+
"name": "#maxSize",
|
|
1011
|
+
"privacy": "private",
|
|
1323
1012
|
"parameters": [
|
|
1324
1013
|
{
|
|
1325
1014
|
"name": "key",
|
|
1326
|
-
"optional": true,
|
|
1327
1015
|
"type": {
|
|
1328
1016
|
"text": "Keys<T>"
|
|
1329
1017
|
}
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "headerWidth",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"text": "number"
|
|
1023
|
+
}
|
|
1330
1024
|
}
|
|
1331
|
-
]
|
|
1332
|
-
"description": "Resets the current filter state of the control."
|
|
1025
|
+
]
|
|
1333
1026
|
},
|
|
1334
1027
|
{
|
|
1335
1028
|
"kind": "method",
|
|
1336
|
-
"name": "
|
|
1029
|
+
"name": "start",
|
|
1337
1030
|
"privacy": "public",
|
|
1338
1031
|
"parameters": [
|
|
1339
1032
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"type": {
|
|
1342
|
-
"text": "number"
|
|
1343
|
-
},
|
|
1344
|
-
"description": "The row index to navigate to"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "column",
|
|
1348
|
-
"optional": true,
|
|
1033
|
+
"name": "header",
|
|
1349
1034
|
"type": {
|
|
1350
|
-
"text": "
|
|
1035
|
+
"text": "IgcGridLiteHeader<T>"
|
|
1351
1036
|
},
|
|
1352
|
-
"description": "
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"name": "activate",
|
|
1356
|
-
"default": "false",
|
|
1357
|
-
"description": "Optionally also activate the navigated cell"
|
|
1037
|
+
"description": "the"
|
|
1358
1038
|
}
|
|
1359
1039
|
],
|
|
1360
|
-
"description": "
|
|
1040
|
+
"description": "Begins resizing a column by showing and positioning the resize indicator in relation to the column."
|
|
1361
1041
|
},
|
|
1362
1042
|
{
|
|
1363
1043
|
"kind": "method",
|
|
1364
|
-
"name": "
|
|
1044
|
+
"name": "stop",
|
|
1365
1045
|
"privacy": "public",
|
|
1366
|
-
"
|
|
1367
|
-
"type": {
|
|
1368
|
-
"text": "ColumnConfiguration<T> | undefined"
|
|
1369
|
-
}
|
|
1370
|
-
},
|
|
1371
|
-
"parameters": [
|
|
1372
|
-
{
|
|
1373
|
-
"name": "id",
|
|
1374
|
-
"type": {
|
|
1375
|
-
"text": "Keys<T> | number"
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
],
|
|
1379
|
-
"description": "Returns a ColumnConfiguration for a given column."
|
|
1046
|
+
"description": "Stops and resets the resizing state."
|
|
1380
1047
|
},
|
|
1381
1048
|
{
|
|
1382
1049
|
"kind": "method",
|
|
1383
|
-
"name": "
|
|
1384
|
-
"privacy": "
|
|
1385
|
-
"return": {
|
|
1386
|
-
"type": {
|
|
1387
|
-
"text": "void"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1050
|
+
"name": "resize",
|
|
1051
|
+
"privacy": "public",
|
|
1390
1052
|
"parameters": [
|
|
1391
1053
|
{
|
|
1392
|
-
"name": "
|
|
1054
|
+
"name": "column",
|
|
1393
1055
|
"type": {
|
|
1394
|
-
"text": "
|
|
1056
|
+
"text": "ColumnConfiguration<T>"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "width",
|
|
1061
|
+
"type": {
|
|
1062
|
+
"text": "number"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "sizerOffset",
|
|
1067
|
+
"optional": true,
|
|
1068
|
+
"type": {
|
|
1069
|
+
"text": "number"
|
|
1395
1070
|
}
|
|
1396
1071
|
}
|
|
1397
1072
|
]
|
|
1398
1073
|
},
|
|
1399
1074
|
{
|
|
1400
1075
|
"kind": "method",
|
|
1401
|
-
"name": "
|
|
1402
|
-
"privacy": "
|
|
1403
|
-
"return": {
|
|
1404
|
-
"type": {
|
|
1405
|
-
"text": "void"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1076
|
+
"name": "autosize",
|
|
1077
|
+
"privacy": "public",
|
|
1408
1078
|
"parameters": [
|
|
1409
1079
|
{
|
|
1410
|
-
"name": "
|
|
1080
|
+
"name": "column",
|
|
1411
1081
|
"type": {
|
|
1412
|
-
"text": "
|
|
1082
|
+
"text": "ColumnConfiguration<T>"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "header",
|
|
1087
|
+
"type": {
|
|
1088
|
+
"text": "IgcGridLiteHeader<T>"
|
|
1413
1089
|
}
|
|
1414
1090
|
}
|
|
1415
1091
|
]
|
|
1416
1092
|
},
|
|
1417
1093
|
{
|
|
1418
|
-
"kind": "
|
|
1419
|
-
"name": "
|
|
1420
|
-
"
|
|
1421
|
-
"text": "RenderItemFunction<T>"
|
|
1422
|
-
},
|
|
1423
|
-
"privacy": "protected"
|
|
1094
|
+
"kind": "method",
|
|
1095
|
+
"name": "hostConnected",
|
|
1096
|
+
"privacy": "public"
|
|
1424
1097
|
},
|
|
1425
1098
|
{
|
|
1426
1099
|
"kind": "method",
|
|
1427
|
-
"name": "
|
|
1428
|
-
"privacy": "
|
|
1100
|
+
"name": "renderIndicator",
|
|
1101
|
+
"privacy": "public",
|
|
1102
|
+
"description": "Renders the resize indicator in the grid."
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
}
|
|
1106
|
+
],
|
|
1107
|
+
"exports": [
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "js",
|
|
1110
|
+
"name": "ResizeController",
|
|
1111
|
+
"declaration": {
|
|
1112
|
+
"name": "ResizeController",
|
|
1113
|
+
"module": "src/controllers/resize.ts"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "javascript-module",
|
|
1120
|
+
"path": "src/controllers/sort.ts",
|
|
1121
|
+
"declarations": [
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "class",
|
|
1124
|
+
"description": "",
|
|
1125
|
+
"name": "SortController",
|
|
1126
|
+
"members": [
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "field",
|
|
1129
|
+
"name": "state",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "SortState<T>"
|
|
1132
|
+
},
|
|
1133
|
+
"privacy": "public",
|
|
1134
|
+
"default": "new Map()"
|
|
1429
1135
|
},
|
|
1430
1136
|
{
|
|
1431
|
-
"kind": "
|
|
1432
|
-
"name": "
|
|
1433
|
-
"privacy": "
|
|
1137
|
+
"kind": "field",
|
|
1138
|
+
"name": "#isMultipleSort",
|
|
1139
|
+
"privacy": "private",
|
|
1140
|
+
"readonly": true
|
|
1434
1141
|
},
|
|
1435
1142
|
{
|
|
1436
|
-
"kind": "
|
|
1437
|
-
"name": "
|
|
1438
|
-
"privacy": "
|
|
1143
|
+
"kind": "field",
|
|
1144
|
+
"name": "#isTriStateSort",
|
|
1145
|
+
"privacy": "private",
|
|
1146
|
+
"readonly": true
|
|
1439
1147
|
},
|
|
1440
1148
|
{
|
|
1441
1149
|
"kind": "method",
|
|
1442
|
-
"name": "
|
|
1443
|
-
"privacy": "
|
|
1444
|
-
"return": {
|
|
1445
|
-
"type": {
|
|
1446
|
-
"text": "void"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1150
|
+
"name": "#resolveSortOptions",
|
|
1151
|
+
"privacy": "private",
|
|
1449
1152
|
"parameters": [
|
|
1450
1153
|
{
|
|
1451
|
-
"name": "
|
|
1452
|
-
"
|
|
1453
|
-
"text": "K"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "listener",
|
|
1154
|
+
"name": "column",
|
|
1155
|
+
"optional": true,
|
|
1458
1156
|
"type": {
|
|
1459
|
-
"text": "
|
|
1157
|
+
"text": "ColumnConfiguration<T>"
|
|
1460
1158
|
}
|
|
1461
|
-
}
|
|
1159
|
+
}
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "method",
|
|
1164
|
+
"name": "#createDefaultExpression",
|
|
1165
|
+
"privacy": "private",
|
|
1166
|
+
"parameters": [
|
|
1462
1167
|
{
|
|
1463
|
-
"name": "
|
|
1464
|
-
"optional": true,
|
|
1168
|
+
"name": "key",
|
|
1465
1169
|
"type": {
|
|
1466
|
-
"text": "
|
|
1170
|
+
"text": "Keys<T>"
|
|
1467
1171
|
}
|
|
1468
1172
|
}
|
|
1469
|
-
]
|
|
1470
|
-
"inheritedFrom": {
|
|
1471
|
-
"name": "EventEmitterBase",
|
|
1472
|
-
"module": "src/internal/mixins/event-emitter.ts"
|
|
1473
|
-
}
|
|
1173
|
+
]
|
|
1474
1174
|
},
|
|
1475
1175
|
{
|
|
1476
1176
|
"kind": "method",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"privacy": "
|
|
1177
|
+
"name": "#orderBy",
|
|
1178
|
+
"privacy": "private",
|
|
1479
1179
|
"return": {
|
|
1480
1180
|
"type": {
|
|
1481
|
-
"text": "
|
|
1181
|
+
"text": "SortingDirection"
|
|
1482
1182
|
}
|
|
1483
1183
|
},
|
|
1484
1184
|
"parameters": [
|
|
1485
1185
|
{
|
|
1486
|
-
"name": "
|
|
1186
|
+
"name": "dir",
|
|
1187
|
+
"optional": true,
|
|
1487
1188
|
"type": {
|
|
1488
|
-
"text": "
|
|
1189
|
+
"text": "SortingDirection"
|
|
1489
1190
|
}
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
|
|
1191
|
+
}
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "method",
|
|
1196
|
+
"name": "#emitSortingEvent",
|
|
1197
|
+
"privacy": "private",
|
|
1198
|
+
"parameters": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "detail",
|
|
1493
1201
|
"type": {
|
|
1494
|
-
"text": "
|
|
1202
|
+
"text": "SortingExpression<T>"
|
|
1495
1203
|
}
|
|
1496
|
-
}
|
|
1204
|
+
}
|
|
1205
|
+
]
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "method",
|
|
1209
|
+
"name": "#emitSortedEvent",
|
|
1210
|
+
"privacy": "private",
|
|
1211
|
+
"parameters": [
|
|
1497
1212
|
{
|
|
1498
|
-
"name": "
|
|
1499
|
-
"optional": true,
|
|
1213
|
+
"name": "detail",
|
|
1500
1214
|
"type": {
|
|
1501
|
-
"text": "
|
|
1215
|
+
"text": "SortingExpression<T>"
|
|
1502
1216
|
}
|
|
1503
1217
|
}
|
|
1504
|
-
]
|
|
1505
|
-
"inheritedFrom": {
|
|
1506
|
-
"name": "EventEmitterBase",
|
|
1507
|
-
"module": "src/internal/mixins/event-emitter.ts"
|
|
1508
|
-
}
|
|
1218
|
+
]
|
|
1509
1219
|
},
|
|
1510
1220
|
{
|
|
1511
1221
|
"kind": "method",
|
|
1512
|
-
"name": "
|
|
1222
|
+
"name": "#setExpression",
|
|
1223
|
+
"privacy": "private",
|
|
1224
|
+
"parameters": [
|
|
1225
|
+
{
|
|
1226
|
+
"name": "expression",
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "SortingExpression<T>"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "method",
|
|
1235
|
+
"name": "sortFromHeaderClick",
|
|
1236
|
+
"privacy": "public",
|
|
1237
|
+
"parameters": [
|
|
1238
|
+
{
|
|
1239
|
+
"name": "column",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"text": "ColumnConfiguration<T>"
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
]
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "method",
|
|
1248
|
+
"name": "prepareExpression",
|
|
1513
1249
|
"privacy": "public",
|
|
1514
1250
|
"return": {
|
|
1515
1251
|
"type": {
|
|
1516
|
-
"text": "
|
|
1252
|
+
"text": "SortingExpression<T>"
|
|
1517
1253
|
}
|
|
1518
1254
|
},
|
|
1519
1255
|
"parameters": [
|
|
1520
1256
|
{
|
|
1521
|
-
"name": "
|
|
1257
|
+
"name": "column",
|
|
1522
1258
|
"type": {
|
|
1523
|
-
"text": "
|
|
1259
|
+
"text": "ColumnConfiguration<T>"
|
|
1524
1260
|
}
|
|
1525
|
-
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "method",
|
|
1266
|
+
"name": "reset",
|
|
1267
|
+
"privacy": "public",
|
|
1268
|
+
"parameters": [
|
|
1526
1269
|
{
|
|
1527
|
-
"name": "
|
|
1270
|
+
"name": "key",
|
|
1528
1271
|
"optional": true,
|
|
1529
1272
|
"type": {
|
|
1530
|
-
"text": "
|
|
1273
|
+
"text": "Keys<T>"
|
|
1531
1274
|
}
|
|
1532
1275
|
}
|
|
1533
|
-
]
|
|
1534
|
-
"inheritedFrom": {
|
|
1535
|
-
"name": "EventEmitterBase",
|
|
1536
|
-
"module": "src/internal/mixins/event-emitter.ts"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
],
|
|
1540
|
-
"events": [
|
|
1541
|
-
{
|
|
1542
|
-
"description": "Emitted when sorting is initiated through the UI.",
|
|
1543
|
-
"name": "sorting"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"description": "Emitted when a sort operation initiated through the UI has completed.",
|
|
1547
|
-
"name": "sorted"
|
|
1276
|
+
]
|
|
1548
1277
|
},
|
|
1549
1278
|
{
|
|
1550
|
-
"
|
|
1551
|
-
"name": "
|
|
1279
|
+
"kind": "method",
|
|
1280
|
+
"name": "_sort",
|
|
1281
|
+
"privacy": "protected",
|
|
1282
|
+
"parameters": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "expressions",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "SortingExpression<T> | SortingExpression<T>[]"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
]
|
|
1552
1290
|
},
|
|
1553
1291
|
{
|
|
1554
|
-
"
|
|
1555
|
-
"name": "
|
|
1292
|
+
"kind": "method",
|
|
1293
|
+
"name": "sort",
|
|
1294
|
+
"privacy": "public",
|
|
1295
|
+
"parameters": [
|
|
1296
|
+
{
|
|
1297
|
+
"name": "expressions",
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "SortingExpression<T> | SortingExpression<T>[]"
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
]
|
|
1556
1303
|
},
|
|
1557
1304
|
{
|
|
1558
|
-
"
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
"inheritedFrom": {
|
|
1562
|
-
"name": "EventEmitterBase",
|
|
1563
|
-
"module": "src/internal/mixins/event-emitter.ts"
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1566
|
-
],
|
|
1567
|
-
"attributes": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "auto-generate",
|
|
1570
|
-
"type": {
|
|
1571
|
-
"text": "boolean"
|
|
1572
|
-
},
|
|
1573
|
-
"default": "false",
|
|
1574
|
-
"description": "Whether the grid will try to \"resolve\" its column configuration based on the passed\ndata source.",
|
|
1575
|
-
"fieldName": "autoGenerate",
|
|
1576
|
-
"attribute": "auto-generate"
|
|
1305
|
+
"kind": "method",
|
|
1306
|
+
"name": "hostConnected",
|
|
1307
|
+
"privacy": "public"
|
|
1577
1308
|
}
|
|
1578
|
-
]
|
|
1579
|
-
"superclass": {
|
|
1580
|
-
"name": "EventEmitterBase",
|
|
1581
|
-
"module": "/src/internal/mixins/event-emitter.js"
|
|
1582
|
-
},
|
|
1583
|
-
"tagName": "igc-grid-lite",
|
|
1584
|
-
"customElement": true
|
|
1309
|
+
]
|
|
1585
1310
|
}
|
|
1586
1311
|
],
|
|
1587
1312
|
"exports": [
|
|
1588
1313
|
{
|
|
1589
1314
|
"kind": "js",
|
|
1590
|
-
"name": "
|
|
1315
|
+
"name": "SortController",
|
|
1591
1316
|
"declaration": {
|
|
1592
|
-
"name": "
|
|
1593
|
-
"module": "src/
|
|
1317
|
+
"name": "SortController",
|
|
1318
|
+
"module": "src/controllers/sort.ts"
|
|
1594
1319
|
}
|
|
1595
1320
|
}
|
|
1596
1321
|
]
|
|
1597
1322
|
},
|
|
1598
1323
|
{
|
|
1599
1324
|
"kind": "javascript-module",
|
|
1600
|
-
"path": "src/
|
|
1325
|
+
"path": "src/controllers/state.ts",
|
|
1601
1326
|
"declarations": [
|
|
1602
1327
|
{
|
|
1603
1328
|
"kind": "class",
|
|
1604
1329
|
"description": "",
|
|
1605
|
-
"name": "
|
|
1330
|
+
"name": "StateController",
|
|
1606
1331
|
"members": [
|
|
1607
1332
|
{
|
|
1608
1333
|
"kind": "field",
|
|
1609
|
-
"name": "
|
|
1334
|
+
"name": "_columns",
|
|
1335
|
+
"type": {
|
|
1336
|
+
"text": "ColumnConfiguration<T>[]"
|
|
1337
|
+
},
|
|
1338
|
+
"privacy": "private",
|
|
1339
|
+
"default": "[]"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "field",
|
|
1343
|
+
"name": "_observersCallback",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "() => void"
|
|
1346
|
+
},
|
|
1347
|
+
"privacy": "private",
|
|
1348
|
+
"readonly": true,
|
|
1349
|
+
"default": "observersCallback"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "field",
|
|
1353
|
+
"name": "host",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "GridHost<T>"
|
|
1356
|
+
},
|
|
1610
1357
|
"privacy": "public",
|
|
1611
|
-
"
|
|
1612
|
-
"
|
|
1358
|
+
"readonly": true,
|
|
1359
|
+
"description": "The grid host element.",
|
|
1360
|
+
"default": "host"
|
|
1613
1361
|
},
|
|
1614
1362
|
{
|
|
1615
|
-
"kind": "
|
|
1616
|
-
"name": "
|
|
1363
|
+
"kind": "field",
|
|
1364
|
+
"name": "sorting",
|
|
1365
|
+
"type": {
|
|
1366
|
+
"text": "SortController<T>"
|
|
1367
|
+
},
|
|
1617
1368
|
"privacy": "public",
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "void"
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1369
|
+
"readonly": true,
|
|
1370
|
+
"default": "new SortController(this.host)"
|
|
1624
1371
|
},
|
|
1625
1372
|
{
|
|
1626
1373
|
"kind": "field",
|
|
1627
|
-
"name": "
|
|
1374
|
+
"name": "filtering",
|
|
1628
1375
|
"type": {
|
|
1629
|
-
"text": "
|
|
1376
|
+
"text": "FilterController<T>"
|
|
1630
1377
|
},
|
|
1631
|
-
"privacy": "
|
|
1632
|
-
"readonly": true
|
|
1378
|
+
"privacy": "public",
|
|
1379
|
+
"readonly": true,
|
|
1380
|
+
"default": "new FilterController(this)"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "field",
|
|
1384
|
+
"name": "navigation",
|
|
1385
|
+
"type": {
|
|
1386
|
+
"text": "NavigationController<T>"
|
|
1387
|
+
},
|
|
1388
|
+
"privacy": "public",
|
|
1389
|
+
"readonly": true,
|
|
1390
|
+
"default": "new NavigationController(this)"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "field",
|
|
1394
|
+
"name": "resizing",
|
|
1395
|
+
"type": {
|
|
1396
|
+
"text": "ResizeController<T>"
|
|
1397
|
+
},
|
|
1398
|
+
"privacy": "public",
|
|
1399
|
+
"readonly": true,
|
|
1400
|
+
"default": "new ResizeController(this.host)"
|
|
1633
1401
|
},
|
|
1634
1402
|
{
|
|
1635
1403
|
"kind": "field",
|
|
@@ -1638,206 +1406,166 @@
|
|
|
1638
1406
|
"text": "ColumnConfiguration<T>[]"
|
|
1639
1407
|
},
|
|
1640
1408
|
"privacy": "public",
|
|
1641
|
-
"
|
|
1409
|
+
"readonly": true
|
|
1642
1410
|
},
|
|
1643
1411
|
{
|
|
1644
1412
|
"kind": "field",
|
|
1645
|
-
"name": "
|
|
1413
|
+
"name": "headerRow",
|
|
1646
1414
|
"type": {
|
|
1647
|
-
"text": "
|
|
1415
|
+
"text": "IgcGridLiteHeaderRow<T> | null"
|
|
1648
1416
|
},
|
|
1649
1417
|
"privacy": "public",
|
|
1418
|
+
"description": "Returns the header row element of the grid.",
|
|
1650
1419
|
"readonly": true
|
|
1651
1420
|
},
|
|
1652
1421
|
{
|
|
1653
|
-
"kind": "
|
|
1654
|
-
"name": "
|
|
1655
|
-
"
|
|
1656
|
-
|
|
1657
|
-
"type": {
|
|
1658
|
-
"text": "void"
|
|
1659
|
-
}
|
|
1422
|
+
"kind": "field",
|
|
1423
|
+
"name": "filterRow",
|
|
1424
|
+
"type": {
|
|
1425
|
+
"text": "IgcFilterRow<T> | null"
|
|
1660
1426
|
},
|
|
1661
|
-
"parameters": [
|
|
1662
|
-
{
|
|
1663
|
-
"name": "event",
|
|
1664
|
-
"type": {
|
|
1665
|
-
"text": "PointerEvent"
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
]
|
|
1669
|
-
}
|
|
1670
|
-
],
|
|
1671
|
-
"superclass": {
|
|
1672
|
-
"name": "LitElement",
|
|
1673
|
-
"package": "lit"
|
|
1674
|
-
},
|
|
1675
|
-
"customElement": true
|
|
1676
|
-
}
|
|
1677
|
-
],
|
|
1678
|
-
"exports": [
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "js",
|
|
1681
|
-
"name": "default",
|
|
1682
|
-
"declaration": {
|
|
1683
|
-
"name": "IgcGridLiteHeaderRow",
|
|
1684
|
-
"module": "src/components/header-row.ts"
|
|
1685
|
-
}
|
|
1686
|
-
}
|
|
1687
|
-
]
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"kind": "javascript-module",
|
|
1691
|
-
"path": "src/components/header.ts",
|
|
1692
|
-
"declarations": [
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "class",
|
|
1695
|
-
"description": "",
|
|
1696
|
-
"name": "IgcGridLiteHeader",
|
|
1697
|
-
"members": [
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "field",
|
|
1700
|
-
"name": "tagName",
|
|
1701
1427
|
"privacy": "public",
|
|
1702
|
-
"
|
|
1428
|
+
"description": "Returns the filter row element of the grid.",
|
|
1703
1429
|
"readonly": true
|
|
1704
1430
|
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "method",
|
|
1707
|
-
"name": "register",
|
|
1708
|
-
"privacy": "public",
|
|
1709
|
-
"static": true,
|
|
1710
|
-
"return": {
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "void"
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
1431
|
{
|
|
1717
1432
|
"kind": "field",
|
|
1718
|
-
"name": "
|
|
1433
|
+
"name": "rows",
|
|
1719
1434
|
"type": {
|
|
1720
|
-
"text": "
|
|
1435
|
+
"text": "IgcGridLiteRow<T>[]"
|
|
1721
1436
|
},
|
|
1722
|
-
"privacy": "
|
|
1723
|
-
"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "isSortable",
|
|
1728
|
-
"privacy": "protected",
|
|
1729
|
-
"readonly": true
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "field",
|
|
1733
|
-
"name": "resizeController",
|
|
1734
|
-
"privacy": "protected",
|
|
1437
|
+
"privacy": "public",
|
|
1438
|
+
"description": "Returns the data row elements of the grid.",
|
|
1735
1439
|
"readonly": true
|
|
1736
1440
|
},
|
|
1737
1441
|
{
|
|
1738
1442
|
"kind": "field",
|
|
1739
|
-
"name": "
|
|
1443
|
+
"name": "virtualizer",
|
|
1740
1444
|
"type": {
|
|
1741
|
-
"text": "
|
|
1445
|
+
"text": "IgcVirtualizer | null"
|
|
1742
1446
|
},
|
|
1743
|
-
"privacy": "public"
|
|
1447
|
+
"privacy": "public",
|
|
1448
|
+
"description": "Returns the virtualizer element of the grid.",
|
|
1449
|
+
"readonly": true
|
|
1744
1450
|
},
|
|
1745
1451
|
{
|
|
1746
1452
|
"kind": "field",
|
|
1747
|
-
"name": "
|
|
1453
|
+
"name": "active",
|
|
1748
1454
|
"type": {
|
|
1749
|
-
"text": "
|
|
1455
|
+
"text": "ActiveNode<T>"
|
|
1750
1456
|
},
|
|
1751
|
-
"privacy": "public"
|
|
1457
|
+
"privacy": "public",
|
|
1458
|
+
"description": "Sets the currently active node in the grid."
|
|
1752
1459
|
},
|
|
1753
1460
|
{
|
|
1754
1461
|
"kind": "method",
|
|
1755
|
-
"name": "
|
|
1756
|
-
"privacy": "
|
|
1462
|
+
"name": "hostUpdate",
|
|
1463
|
+
"privacy": "public",
|
|
1464
|
+
"return": {
|
|
1465
|
+
"type": {
|
|
1466
|
+
"text": "void"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1757
1469
|
},
|
|
1758
1470
|
{
|
|
1759
1471
|
"kind": "method",
|
|
1760
|
-
"name": "
|
|
1761
|
-
"privacy": "
|
|
1472
|
+
"name": "setColumnConfiguration",
|
|
1473
|
+
"privacy": "public",
|
|
1474
|
+
"return": {
|
|
1475
|
+
"type": {
|
|
1476
|
+
"text": "void"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1762
1479
|
"parameters": [
|
|
1763
1480
|
{
|
|
1764
|
-
"name": "
|
|
1481
|
+
"name": "columns",
|
|
1765
1482
|
"type": {
|
|
1766
|
-
"text": "
|
|
1483
|
+
"text": "ColumnConfiguration<T>[]"
|
|
1767
1484
|
}
|
|
1768
1485
|
}
|
|
1769
1486
|
]
|
|
1770
1487
|
},
|
|
1771
1488
|
{
|
|
1772
|
-
"kind": "
|
|
1773
|
-
"name": "
|
|
1774
|
-
"privacy": "
|
|
1489
|
+
"kind": "method",
|
|
1490
|
+
"name": "setAutoColumnConfiguration",
|
|
1491
|
+
"privacy": "public",
|
|
1492
|
+
"return": {
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "void"
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1775
1497
|
},
|
|
1776
1498
|
{
|
|
1777
1499
|
"kind": "method",
|
|
1778
|
-
"name": "
|
|
1779
|
-
"privacy": "
|
|
1500
|
+
"name": "updateColumnsConfiguration",
|
|
1501
|
+
"privacy": "public",
|
|
1502
|
+
"return": {
|
|
1503
|
+
"type": {
|
|
1504
|
+
"text": "void"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1780
1507
|
"parameters": [
|
|
1781
1508
|
{
|
|
1782
|
-
"name": "
|
|
1509
|
+
"name": "config",
|
|
1783
1510
|
"type": {
|
|
1784
|
-
"text": "
|
|
1511
|
+
"text": "ColumnConfiguration<T>[]"
|
|
1785
1512
|
}
|
|
1786
1513
|
}
|
|
1787
1514
|
]
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
"
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
"kind": "method",
|
|
1801
|
-
"name": "renderSortPart",
|
|
1802
|
-
"privacy": "protected"
|
|
1803
|
-
},
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"kind": "function",
|
|
1520
|
+
"name": "createStateController",
|
|
1521
|
+
"return": {
|
|
1522
|
+
"type": {
|
|
1523
|
+
"text": "StateController<T>"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"parameters": [
|
|
1804
1527
|
{
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1807
|
-
|
|
1528
|
+
"name": "host",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": "GridHost<T>"
|
|
1531
|
+
}
|
|
1808
1532
|
},
|
|
1809
1533
|
{
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1812
|
-
|
|
1534
|
+
"name": "observersCallback",
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "() => void"
|
|
1537
|
+
}
|
|
1813
1538
|
}
|
|
1814
|
-
]
|
|
1815
|
-
"superclass": {
|
|
1816
|
-
"name": "LitElement",
|
|
1817
|
-
"package": "lit"
|
|
1818
|
-
},
|
|
1819
|
-
"customElement": true
|
|
1539
|
+
]
|
|
1820
1540
|
}
|
|
1821
1541
|
],
|
|
1822
1542
|
"exports": [
|
|
1823
1543
|
{
|
|
1824
1544
|
"kind": "js",
|
|
1825
|
-
"name": "
|
|
1545
|
+
"name": "createStateController",
|
|
1826
1546
|
"declaration": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
1547
|
+
"name": "createStateController",
|
|
1548
|
+
"module": "src/controllers/state.ts"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "js",
|
|
1553
|
+
"name": "StateController",
|
|
1554
|
+
"declaration": {
|
|
1555
|
+
"name": "StateController",
|
|
1556
|
+
"module": "src/controllers/state.ts"
|
|
1829
1557
|
}
|
|
1830
1558
|
}
|
|
1831
1559
|
]
|
|
1832
1560
|
},
|
|
1833
1561
|
{
|
|
1834
1562
|
"kind": "javascript-module",
|
|
1835
|
-
"path": "src/components/
|
|
1563
|
+
"path": "src/components/cell.ts",
|
|
1836
1564
|
"declarations": [
|
|
1837
1565
|
{
|
|
1838
1566
|
"kind": "class",
|
|
1839
|
-
"description": "Component representing
|
|
1840
|
-
"name": "
|
|
1567
|
+
"description": "Component representing a DOM cell of the Igc grid.",
|
|
1568
|
+
"name": "IgcGridLiteCell",
|
|
1841
1569
|
"members": [
|
|
1842
1570
|
{
|
|
1843
1571
|
"kind": "field",
|
|
@@ -1859,48 +1587,64 @@
|
|
|
1859
1587
|
},
|
|
1860
1588
|
{
|
|
1861
1589
|
"kind": "field",
|
|
1862
|
-
"name": "
|
|
1590
|
+
"name": "value",
|
|
1863
1591
|
"type": {
|
|
1864
|
-
"text": "T
|
|
1592
|
+
"text": "PropertyType<T>"
|
|
1865
1593
|
},
|
|
1866
|
-
"privacy": "public"
|
|
1594
|
+
"privacy": "public",
|
|
1595
|
+
"description": "The value which will be rendered by the component."
|
|
1867
1596
|
},
|
|
1868
1597
|
{
|
|
1869
1598
|
"kind": "field",
|
|
1870
|
-
"name": "
|
|
1599
|
+
"name": "column",
|
|
1871
1600
|
"type": {
|
|
1872
|
-
"text": "
|
|
1601
|
+
"text": "ColumnConfiguration<T>"
|
|
1873
1602
|
},
|
|
1874
1603
|
"privacy": "public",
|
|
1875
|
-
"
|
|
1604
|
+
"description": "A reference to the column configuration object."
|
|
1876
1605
|
},
|
|
1877
1606
|
{
|
|
1878
1607
|
"kind": "field",
|
|
1879
|
-
"name": "
|
|
1608
|
+
"name": "active",
|
|
1880
1609
|
"type": {
|
|
1881
|
-
"text": "
|
|
1610
|
+
"text": "boolean"
|
|
1882
1611
|
},
|
|
1883
|
-
"privacy": "public"
|
|
1612
|
+
"privacy": "public",
|
|
1613
|
+
"default": "false",
|
|
1614
|
+
"description": "Indicates whether this is the active cell in the grid.",
|
|
1615
|
+
"attribute": "active",
|
|
1616
|
+
"reflects": true
|
|
1884
1617
|
},
|
|
1885
1618
|
{
|
|
1886
1619
|
"kind": "field",
|
|
1887
|
-
"name": "
|
|
1620
|
+
"name": "row",
|
|
1888
1621
|
"type": {
|
|
1889
|
-
"text": "
|
|
1622
|
+
"text": "IgcGridLiteRow<T>"
|
|
1890
1623
|
},
|
|
1891
1624
|
"privacy": "public",
|
|
1892
|
-
"
|
|
1625
|
+
"description": "The parent row component holding this cell."
|
|
1893
1626
|
},
|
|
1894
1627
|
{
|
|
1895
1628
|
"kind": "field",
|
|
1896
|
-
"name": "
|
|
1629
|
+
"name": "context",
|
|
1897
1630
|
"type": {
|
|
1898
|
-
"text": "
|
|
1631
|
+
"text": "IgcCellContext<T>"
|
|
1899
1632
|
},
|
|
1900
|
-
"privacy": "
|
|
1633
|
+
"privacy": "protected",
|
|
1901
1634
|
"readonly": true
|
|
1902
1635
|
}
|
|
1903
1636
|
],
|
|
1637
|
+
"attributes": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "active",
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "boolean"
|
|
1642
|
+
},
|
|
1643
|
+
"default": "false",
|
|
1644
|
+
"description": "Indicates whether this is the active cell in the grid.",
|
|
1645
|
+
"fieldName": "active"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1904
1648
|
"superclass": {
|
|
1905
1649
|
"name": "LitElement",
|
|
1906
1650
|
"package": "lit"
|
|
@@ -1913,20 +1657,20 @@
|
|
|
1913
1657
|
"kind": "js",
|
|
1914
1658
|
"name": "default",
|
|
1915
1659
|
"declaration": {
|
|
1916
|
-
"name": "
|
|
1917
|
-
"module": "src/components/
|
|
1660
|
+
"name": "IgcGridLiteCell",
|
|
1661
|
+
"module": "src/components/cell.ts"
|
|
1918
1662
|
}
|
|
1919
1663
|
}
|
|
1920
1664
|
]
|
|
1921
1665
|
},
|
|
1922
1666
|
{
|
|
1923
1667
|
"kind": "javascript-module",
|
|
1924
|
-
"path": "src/components/
|
|
1668
|
+
"path": "src/components/column.ts",
|
|
1925
1669
|
"declarations": [
|
|
1926
1670
|
{
|
|
1927
1671
|
"kind": "class",
|
|
1928
1672
|
"description": "",
|
|
1929
|
-
"name": "
|
|
1673
|
+
"name": "IgcGridLiteColumn",
|
|
1930
1674
|
"members": [
|
|
1931
1675
|
{
|
|
1932
1676
|
"kind": "field",
|
|
@@ -1935,15 +1679,6 @@
|
|
|
1935
1679
|
"static": true,
|
|
1936
1680
|
"readonly": true
|
|
1937
1681
|
},
|
|
1938
|
-
{
|
|
1939
|
-
"kind": "field",
|
|
1940
|
-
"name": "layout",
|
|
1941
|
-
"type": {
|
|
1942
|
-
"text": "LitVirtualizer['layout']"
|
|
1943
|
-
},
|
|
1944
|
-
"privacy": "public",
|
|
1945
|
-
"default": "{ type: IgcFlowLayout, }"
|
|
1946
|
-
},
|
|
1947
1682
|
{
|
|
1948
1683
|
"kind": "method",
|
|
1949
1684
|
"name": "register",
|
|
@@ -1957,201 +1692,669 @@
|
|
|
1957
1692
|
},
|
|
1958
1693
|
{
|
|
1959
1694
|
"kind": "field",
|
|
1960
|
-
"name": "
|
|
1695
|
+
"name": "_setConfig",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "(config: BaseColumnConfiguration<T>) => void | undefined"
|
|
1698
|
+
},
|
|
1699
|
+
"privacy": "protected",
|
|
1700
|
+
"description": "Callback context to notify the parent grid about configuration changes"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "field",
|
|
1704
|
+
"name": "field",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "Keys<T>"
|
|
1707
|
+
},
|
|
1708
|
+
"privacy": "public",
|
|
1709
|
+
"description": "The field from the data for this column.",
|
|
1710
|
+
"attribute": "field"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "field",
|
|
1714
|
+
"name": "dataType",
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "'number' | 'string' | 'boolean' | undefined"
|
|
1717
|
+
},
|
|
1718
|
+
"privacy": "public",
|
|
1719
|
+
"default": "'string'",
|
|
1720
|
+
"description": "The data type of the column's values.",
|
|
1721
|
+
"attribute": "data-type"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "field",
|
|
1725
|
+
"name": "header",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "string | undefined"
|
|
1728
|
+
},
|
|
1729
|
+
"privacy": "public",
|
|
1730
|
+
"description": "The header text of the column.",
|
|
1731
|
+
"attribute": "header"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "field",
|
|
1735
|
+
"name": "width",
|
|
1736
|
+
"type": {
|
|
1737
|
+
"text": "string | undefined"
|
|
1738
|
+
},
|
|
1739
|
+
"privacy": "public",
|
|
1740
|
+
"description": "The width of the column.",
|
|
1741
|
+
"attribute": "width"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "field",
|
|
1745
|
+
"name": "hidden",
|
|
1961
1746
|
"type": {
|
|
1962
1747
|
"text": "boolean"
|
|
1963
1748
|
},
|
|
1964
1749
|
"privacy": "public",
|
|
1965
|
-
"default": "
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
"name": "LitVirtualizer",
|
|
1970
|
-
"package": "@lit-labs/virtualizer/LitVirtualizer.js"
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
],
|
|
1974
|
-
"exports": [
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "js",
|
|
1977
|
-
"name": "default",
|
|
1978
|
-
"declaration": {
|
|
1979
|
-
"name": "IgcVirtualizer",
|
|
1980
|
-
"module": "src/components/virtualizer.ts"
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "javascript-module",
|
|
1987
|
-
"path": "src/controllers/data-operation.ts",
|
|
1988
|
-
"declarations": [
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "class",
|
|
1991
|
-
"description": "",
|
|
1992
|
-
"name": "DataOperationsController",
|
|
1993
|
-
"members": [
|
|
1750
|
+
"default": "false",
|
|
1751
|
+
"description": "Indicates whether the column is hidden.",
|
|
1752
|
+
"attribute": "hidden"
|
|
1753
|
+
},
|
|
1994
1754
|
{
|
|
1995
1755
|
"kind": "field",
|
|
1996
|
-
"name": "
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1756
|
+
"name": "resizable",
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "boolean"
|
|
1759
|
+
},
|
|
1760
|
+
"privacy": "public",
|
|
1761
|
+
"default": "false",
|
|
1762
|
+
"description": "Indicates whether the column is resizable.",
|
|
1763
|
+
"attribute": "resizable"
|
|
1999
1764
|
},
|
|
2000
1765
|
{
|
|
2001
1766
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
2003
|
-
"
|
|
2004
|
-
|
|
1767
|
+
"name": "sortable",
|
|
1768
|
+
"type": {
|
|
1769
|
+
"text": "boolean"
|
|
1770
|
+
},
|
|
1771
|
+
"privacy": "public",
|
|
1772
|
+
"default": "false",
|
|
1773
|
+
"description": "Indicates whether the column is sortable.",
|
|
1774
|
+
"attribute": "sortable"
|
|
2005
1775
|
},
|
|
2006
1776
|
{
|
|
2007
|
-
"kind": "
|
|
2008
|
-
"name": "
|
|
2009
|
-
"
|
|
1777
|
+
"kind": "field",
|
|
1778
|
+
"name": "sortingCaseSensitive",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "boolean"
|
|
1781
|
+
},
|
|
1782
|
+
"privacy": "public",
|
|
1783
|
+
"default": "false",
|
|
1784
|
+
"description": "Whether sort operations will be case sensitive.",
|
|
1785
|
+
"attribute": "sorting-case-sensitive"
|
|
2010
1786
|
},
|
|
2011
1787
|
{
|
|
2012
1788
|
"kind": "field",
|
|
2013
|
-
"name": "
|
|
2014
|
-
"
|
|
2015
|
-
|
|
1789
|
+
"name": "sortConfiguration",
|
|
1790
|
+
"type": {
|
|
1791
|
+
"text": "ColumnSortConfiguration<T> | undefined"
|
|
1792
|
+
},
|
|
1793
|
+
"privacy": "public",
|
|
1794
|
+
"description": "Sort configuration for the column (e.g., custom comparer)."
|
|
2016
1795
|
},
|
|
2017
1796
|
{
|
|
2018
1797
|
"kind": "field",
|
|
2019
|
-
"name": "
|
|
2020
|
-
"
|
|
2021
|
-
|
|
1798
|
+
"name": "filterable",
|
|
1799
|
+
"type": {
|
|
1800
|
+
"text": "boolean"
|
|
1801
|
+
},
|
|
1802
|
+
"privacy": "public",
|
|
1803
|
+
"default": "false",
|
|
1804
|
+
"description": "Indicates whether the column is filterable.",
|
|
1805
|
+
"attribute": "filterable"
|
|
2022
1806
|
},
|
|
2023
1807
|
{
|
|
2024
1808
|
"kind": "field",
|
|
2025
|
-
"name": "
|
|
2026
|
-
"
|
|
2027
|
-
|
|
1809
|
+
"name": "filteringCaseSensitive",
|
|
1810
|
+
"type": {
|
|
1811
|
+
"text": "boolean"
|
|
1812
|
+
},
|
|
1813
|
+
"privacy": "public",
|
|
1814
|
+
"default": "false",
|
|
1815
|
+
"description": "Whether filter operations will be case sensitive.",
|
|
1816
|
+
"attribute": "filtering-case-sensitive"
|
|
2028
1817
|
},
|
|
2029
1818
|
{
|
|
2030
1819
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
|
|
1820
|
+
"name": "headerTemplate",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "(params: IgcHeaderContext<T>) => unknown | undefined"
|
|
1823
|
+
},
|
|
1824
|
+
"privacy": "public",
|
|
1825
|
+
"description": "Custom header template for the column."
|
|
2034
1826
|
},
|
|
2035
1827
|
{
|
|
2036
|
-
"kind": "
|
|
2037
|
-
"name": "
|
|
1828
|
+
"kind": "field",
|
|
1829
|
+
"name": "cellTemplate",
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "(params: IgcCellContext<T>) => unknown | undefined"
|
|
1832
|
+
},
|
|
2038
1833
|
"privacy": "public",
|
|
2039
|
-
"
|
|
2040
|
-
{
|
|
2041
|
-
"name": "data",
|
|
2042
|
-
"type": {
|
|
2043
|
-
"text": "T[]"
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"name": "state",
|
|
2048
|
-
"type": {
|
|
2049
|
-
"text": "StateController<T>"
|
|
2050
|
-
}
|
|
2051
|
-
}
|
|
2052
|
-
]
|
|
2053
|
-
}
|
|
2054
|
-
]
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "function",
|
|
2058
|
-
"name": "createDataOperationsController",
|
|
2059
|
-
"return": {
|
|
2060
|
-
"type": {
|
|
2061
|
-
"text": "DataOperationsController<T>"
|
|
1834
|
+
"description": "Custom cell template for the column."
|
|
2062
1835
|
}
|
|
2063
|
-
|
|
2064
|
-
"
|
|
1836
|
+
],
|
|
1837
|
+
"attributes": [
|
|
2065
1838
|
{
|
|
2066
|
-
"name": "
|
|
1839
|
+
"name": "field",
|
|
2067
1840
|
"type": {
|
|
2068
|
-
"text": "
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
1841
|
+
"text": "Keys<T>"
|
|
1842
|
+
},
|
|
1843
|
+
"description": "The field from the data for this column.",
|
|
1844
|
+
"fieldName": "field"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "data-type",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "'number' | 'string' | 'boolean' | undefined"
|
|
1850
|
+
},
|
|
1851
|
+
"default": "'string'",
|
|
1852
|
+
"description": "The data type of the column's values.",
|
|
1853
|
+
"fieldName": "dataType"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "header",
|
|
1857
|
+
"type": {
|
|
1858
|
+
"text": "string | undefined"
|
|
1859
|
+
},
|
|
1860
|
+
"description": "The header text of the column.",
|
|
1861
|
+
"fieldName": "header"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "width",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "string | undefined"
|
|
1867
|
+
},
|
|
1868
|
+
"description": "The width of the column.",
|
|
1869
|
+
"fieldName": "width"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "hidden",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "boolean"
|
|
1875
|
+
},
|
|
1876
|
+
"default": "false",
|
|
1877
|
+
"description": "Indicates whether the column is hidden.",
|
|
1878
|
+
"fieldName": "hidden"
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "resizable",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"text": "boolean"
|
|
1884
|
+
},
|
|
1885
|
+
"default": "false",
|
|
1886
|
+
"description": "Indicates whether the column is resizable.",
|
|
1887
|
+
"fieldName": "resizable"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "sortable",
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "boolean"
|
|
1893
|
+
},
|
|
1894
|
+
"default": "false",
|
|
1895
|
+
"description": "Indicates whether the column is sortable.",
|
|
1896
|
+
"fieldName": "sortable"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "sorting-case-sensitive",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"text": "boolean"
|
|
1902
|
+
},
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"description": "Whether sort operations will be case sensitive.",
|
|
1905
|
+
"fieldName": "sortingCaseSensitive"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "filterable",
|
|
1909
|
+
"type": {
|
|
1910
|
+
"text": "boolean"
|
|
1911
|
+
},
|
|
1912
|
+
"default": "false",
|
|
1913
|
+
"description": "Indicates whether the column is filterable.",
|
|
1914
|
+
"fieldName": "filterable"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "filtering-case-sensitive",
|
|
1918
|
+
"type": {
|
|
1919
|
+
"text": "boolean"
|
|
1920
|
+
},
|
|
1921
|
+
"default": "false",
|
|
1922
|
+
"description": "Whether filter operations will be case sensitive.",
|
|
1923
|
+
"fieldName": "filteringCaseSensitive"
|
|
1924
|
+
}
|
|
1925
|
+
],
|
|
1926
|
+
"superclass": {
|
|
1927
|
+
"name": "LitElement",
|
|
1928
|
+
"package": "lit"
|
|
1929
|
+
},
|
|
1930
|
+
"tagName": "igc-grid-lite-column",
|
|
1931
|
+
"customElement": true
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"exports": [
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "IgcGridLiteColumn",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "IgcGridLiteColumn",
|
|
1940
|
+
"module": "src/components/column.ts"
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
]
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "javascript-module",
|
|
1947
|
+
"path": "src/components/filter-row.ts",
|
|
1948
|
+
"declarations": [
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "class",
|
|
1951
|
+
"description": "",
|
|
1952
|
+
"name": "IgcFilterRow",
|
|
1953
|
+
"members": [
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "field",
|
|
1956
|
+
"name": "tagName",
|
|
1957
|
+
"privacy": "public",
|
|
1958
|
+
"static": true,
|
|
1959
|
+
"readonly": true
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "method",
|
|
1963
|
+
"name": "register",
|
|
1964
|
+
"privacy": "public",
|
|
1965
|
+
"static": true
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "field",
|
|
1969
|
+
"name": "state",
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "StateController<T>"
|
|
1972
|
+
},
|
|
1973
|
+
"privacy": "public"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "field",
|
|
1977
|
+
"name": "isNumeric",
|
|
1978
|
+
"privacy": "protected",
|
|
1979
|
+
"readonly": true
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "field",
|
|
1983
|
+
"name": "filterController",
|
|
1984
|
+
"privacy": "protected",
|
|
1985
|
+
"readonly": true
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"kind": "field",
|
|
1989
|
+
"name": "condition",
|
|
1990
|
+
"privacy": "protected",
|
|
1991
|
+
"readonly": true
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "field",
|
|
1995
|
+
"name": "active",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "boolean"
|
|
1998
|
+
},
|
|
1999
|
+
"privacy": "public",
|
|
2000
|
+
"default": "false"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "field",
|
|
2004
|
+
"name": "input",
|
|
2005
|
+
"type": {
|
|
2006
|
+
"text": "IgcInputComponent"
|
|
2007
|
+
},
|
|
2008
|
+
"privacy": "public"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"kind": "field",
|
|
2012
|
+
"name": "conditionElement",
|
|
2013
|
+
"type": {
|
|
2014
|
+
"text": "IgcIconComponent"
|
|
2015
|
+
},
|
|
2016
|
+
"privacy": "public"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "field",
|
|
2020
|
+
"name": "dropdown",
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "IgcDropdownComponent"
|
|
2023
|
+
},
|
|
2024
|
+
"privacy": "public"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"kind": "field",
|
|
2028
|
+
"name": "column",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"text": "ColumnConfiguration<T>"
|
|
2031
|
+
},
|
|
2032
|
+
"privacy": "public",
|
|
2033
|
+
"default": "DEFAULT_COLUMN_CONFIG"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"kind": "field",
|
|
2037
|
+
"name": "expression",
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "FilterExpression<T>"
|
|
2040
|
+
},
|
|
2041
|
+
"privacy": "public"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"kind": "method",
|
|
2045
|
+
"name": "#setDefaultExpression",
|
|
2046
|
+
"privacy": "private"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "method",
|
|
2050
|
+
"name": "#removeExpression",
|
|
2051
|
+
"privacy": "private",
|
|
2052
|
+
"parameters": [
|
|
2053
|
+
{
|
|
2054
|
+
"name": "expression",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "FilterExpression<T>"
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
]
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "method",
|
|
2063
|
+
"name": "#show",
|
|
2064
|
+
"privacy": "private"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "method",
|
|
2068
|
+
"name": "#handleConditionChanged",
|
|
2069
|
+
"privacy": "private",
|
|
2070
|
+
"parameters": [
|
|
2071
|
+
{
|
|
2072
|
+
"name": "event",
|
|
2073
|
+
"type": {
|
|
2074
|
+
"text": "CustomEvent<IgcDropdownItemComponent>"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "method",
|
|
2081
|
+
"name": "#handleInput",
|
|
2082
|
+
"privacy": "private",
|
|
2083
|
+
"parameters": [
|
|
2084
|
+
{
|
|
2085
|
+
"name": "event",
|
|
2086
|
+
"type": {
|
|
2087
|
+
"text": "CustomEvent<string>"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "method",
|
|
2094
|
+
"name": "#handleKeydown",
|
|
2095
|
+
"privacy": "private",
|
|
2096
|
+
"parameters": [
|
|
2097
|
+
{
|
|
2098
|
+
"name": "event",
|
|
2099
|
+
"type": {
|
|
2100
|
+
"text": "KeyboardEvent"
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
]
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "method",
|
|
2107
|
+
"name": "#handleResetClick",
|
|
2108
|
+
"privacy": "private"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "method",
|
|
2112
|
+
"name": "#openDropdownList",
|
|
2113
|
+
"privacy": "private"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "method",
|
|
2117
|
+
"name": "activeChanged",
|
|
2118
|
+
"privacy": "protected"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "#chipCriteriaFor",
|
|
2123
|
+
"privacy": "private",
|
|
2124
|
+
"parameters": [
|
|
2125
|
+
{
|
|
2126
|
+
"name": "expression",
|
|
2127
|
+
"type": {
|
|
2128
|
+
"text": "FilterExpression<T>"
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "method",
|
|
2135
|
+
"name": "#chipSelectFor",
|
|
2136
|
+
"privacy": "private",
|
|
2137
|
+
"parameters": [
|
|
2138
|
+
{
|
|
2139
|
+
"name": "expression",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "FilterExpression<T>"
|
|
2142
|
+
}
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "method",
|
|
2148
|
+
"name": "#chipRemoveFor",
|
|
2149
|
+
"privacy": "private",
|
|
2150
|
+
"parameters": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "expression",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "FilterExpression<T>"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "method",
|
|
2161
|
+
"name": "renderCriteriaButton",
|
|
2162
|
+
"privacy": "protected",
|
|
2163
|
+
"parameters": [
|
|
2164
|
+
{
|
|
2165
|
+
"name": "expr",
|
|
2166
|
+
"type": {
|
|
2167
|
+
"text": "FilterExpression<T>"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "index",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "number"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "method",
|
|
2180
|
+
"name": "renderExpressionChip",
|
|
2181
|
+
"privacy": "protected",
|
|
2182
|
+
"parameters": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "props",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"text": "ExpressionChipProps<T>"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
]
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "method",
|
|
2193
|
+
"name": "renderActiveChips",
|
|
2194
|
+
"privacy": "protected"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "method",
|
|
2198
|
+
"name": "renderFilterActions",
|
|
2199
|
+
"privacy": "protected"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "method",
|
|
2203
|
+
"name": "renderDropdown",
|
|
2204
|
+
"privacy": "protected"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"kind": "method",
|
|
2208
|
+
"name": "renderDropdownTarget",
|
|
2209
|
+
"privacy": "protected"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"kind": "method",
|
|
2213
|
+
"name": "renderInputArea",
|
|
2214
|
+
"privacy": "protected"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "method",
|
|
2218
|
+
"name": "renderActiveState",
|
|
2219
|
+
"privacy": "protected"
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"kind": "method",
|
|
2223
|
+
"name": "renderInactiveChips",
|
|
2224
|
+
"privacy": "protected",
|
|
2225
|
+
"parameters": [
|
|
2226
|
+
{
|
|
2227
|
+
"name": "column",
|
|
2228
|
+
"type": {
|
|
2229
|
+
"text": "ColumnConfiguration<T>"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "state",
|
|
2234
|
+
"type": {
|
|
2235
|
+
"text": "FilterExpressionTree<T>"
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "method",
|
|
2242
|
+
"name": "renderFilterState",
|
|
2243
|
+
"privacy": "protected",
|
|
2244
|
+
"parameters": [
|
|
2245
|
+
{
|
|
2246
|
+
"name": "column",
|
|
2247
|
+
"type": {
|
|
2248
|
+
"text": "ColumnConfiguration<T>"
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "method",
|
|
2255
|
+
"name": "renderInactiveState",
|
|
2256
|
+
"privacy": "protected"
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"superclass": {
|
|
2260
|
+
"name": "LitElement",
|
|
2261
|
+
"package": "lit"
|
|
2262
|
+
},
|
|
2263
|
+
"customElement": true
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"exports": [
|
|
2083
2267
|
{
|
|
2084
2268
|
"kind": "js",
|
|
2085
|
-
"name": "
|
|
2269
|
+
"name": "default",
|
|
2086
2270
|
"declaration": {
|
|
2087
|
-
"name": "
|
|
2088
|
-
"module": "src/
|
|
2271
|
+
"name": "IgcFilterRow",
|
|
2272
|
+
"module": "src/components/filter-row.ts"
|
|
2089
2273
|
}
|
|
2090
2274
|
}
|
|
2091
2275
|
]
|
|
2092
2276
|
},
|
|
2093
2277
|
{
|
|
2094
2278
|
"kind": "javascript-module",
|
|
2095
|
-
"path": "src/
|
|
2279
|
+
"path": "src/components/grid.ts",
|
|
2096
2280
|
"declarations": [
|
|
2097
2281
|
{
|
|
2098
2282
|
"kind": "class",
|
|
2099
|
-
"description": "",
|
|
2100
|
-
"name": "
|
|
2283
|
+
"description": "IgcGridLite is a web component for displaying data in a tabular format quick and easy.\n\nOut of the box it provides row virtualization, sort and filter operations (client and server side),\nthe ability to template cells and headers and column hiding.",
|
|
2284
|
+
"name": "IgcGridLite",
|
|
2101
2285
|
"members": [
|
|
2102
2286
|
{
|
|
2103
2287
|
"kind": "field",
|
|
2104
|
-
"name": "
|
|
2105
|
-
"
|
|
2106
|
-
|
|
2107
|
-
|
|
2288
|
+
"name": "tagName",
|
|
2289
|
+
"privacy": "public",
|
|
2290
|
+
"static": true,
|
|
2291
|
+
"readonly": true
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"kind": "method",
|
|
2295
|
+
"name": "register",
|
|
2296
|
+
"privacy": "public",
|
|
2297
|
+
"static": true,
|
|
2298
|
+
"return": {
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "void"
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "field",
|
|
2306
|
+
"name": "_stateController",
|
|
2307
|
+
"privacy": "protected",
|
|
2308
|
+
"readonly": true
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "field",
|
|
2312
|
+
"name": "_domController",
|
|
2313
|
+
"privacy": "protected",
|
|
2314
|
+
"readonly": true
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "field",
|
|
2318
|
+
"name": "_dataController",
|
|
2319
|
+
"privacy": "protected",
|
|
2320
|
+
"readonly": true
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "field",
|
|
2324
|
+
"name": "_stateProvider",
|
|
2108
2325
|
"privacy": "protected",
|
|
2109
2326
|
"readonly": true,
|
|
2110
|
-
"default": "
|
|
2327
|
+
"default": "new ContextProvider(this, { context: GRID_STATE_CONTEXT, initialValue: this._stateController, })"
|
|
2111
2328
|
},
|
|
2112
2329
|
{
|
|
2113
2330
|
"kind": "field",
|
|
2114
|
-
"name": "
|
|
2115
|
-
"type": {
|
|
2116
|
-
"text": "StateController<T>"
|
|
2117
|
-
},
|
|
2331
|
+
"name": "_columnUpdateProvider",
|
|
2118
2332
|
"privacy": "protected",
|
|
2119
2333
|
"readonly": true,
|
|
2120
|
-
"default": "
|
|
2334
|
+
"default": "new ContextProvider(this, { context: COLUMN_UPDATE_CONTEXT, initialValue: ((config: ColumnConfiguration<T>) => { this._updateConfiguration(config); }) as any, })"
|
|
2121
2335
|
},
|
|
2122
2336
|
{
|
|
2123
2337
|
"kind": "field",
|
|
2124
|
-
"name": "
|
|
2338
|
+
"name": "_initialSortExpressions",
|
|
2125
2339
|
"type": {
|
|
2126
|
-
"text": "
|
|
2340
|
+
"text": "SortingExpression<T>[]"
|
|
2127
2341
|
},
|
|
2128
|
-
"privacy": "
|
|
2129
|
-
"default": "
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "method",
|
|
2133
|
-
"name": "hostConnected",
|
|
2134
|
-
"privacy": "public",
|
|
2135
|
-
"return": {
|
|
2136
|
-
"type": {
|
|
2137
|
-
"text": "void"
|
|
2138
|
-
}
|
|
2139
|
-
}
|
|
2342
|
+
"privacy": "private",
|
|
2343
|
+
"default": "[]"
|
|
2140
2344
|
},
|
|
2141
2345
|
{
|
|
2142
|
-
"kind": "
|
|
2143
|
-
"name": "
|
|
2144
|
-
"
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
}
|
|
2346
|
+
"kind": "field",
|
|
2347
|
+
"name": "_initialFilterExpressions",
|
|
2348
|
+
"type": {
|
|
2349
|
+
"text": "FilterExpression<T>[]"
|
|
2350
|
+
},
|
|
2351
|
+
"privacy": "private",
|
|
2352
|
+
"default": "[]"
|
|
2150
2353
|
},
|
|
2151
2354
|
{
|
|
2152
2355
|
"kind": "method",
|
|
2153
|
-
"name": "
|
|
2154
|
-
"privacy": "
|
|
2356
|
+
"name": "_updateObservers",
|
|
2357
|
+
"privacy": "private",
|
|
2155
2358
|
"return": {
|
|
2156
2359
|
"type": {
|
|
2157
2360
|
"text": "void"
|
|
@@ -2160,993 +2363,854 @@
|
|
|
2160
2363
|
},
|
|
2161
2364
|
{
|
|
2162
2365
|
"kind": "method",
|
|
2163
|
-
"name": "
|
|
2164
|
-
"privacy": "
|
|
2366
|
+
"name": "_updateConfiguration",
|
|
2367
|
+
"privacy": "private",
|
|
2165
2368
|
"return": {
|
|
2166
2369
|
"type": {
|
|
2167
2370
|
"text": "void"
|
|
2168
2371
|
}
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"kind": "method",
|
|
2173
|
-
"name": "getActiveRowStyles",
|
|
2174
|
-
"privacy": "public",
|
|
2175
|
-
"return": {
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "StyleInfo"
|
|
2178
|
-
}
|
|
2179
2372
|
},
|
|
2180
2373
|
"parameters": [
|
|
2181
2374
|
{
|
|
2182
|
-
"name": "
|
|
2375
|
+
"name": "config",
|
|
2183
2376
|
"type": {
|
|
2184
|
-
"text": "
|
|
2377
|
+
"text": "ColumnConfiguration<T>"
|
|
2185
2378
|
}
|
|
2186
2379
|
}
|
|
2187
2380
|
]
|
|
2188
|
-
}
|
|
2189
|
-
]
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "function",
|
|
2193
|
-
"name": "createDomController",
|
|
2194
|
-
"return": {
|
|
2195
|
-
"type": {
|
|
2196
|
-
"text": "GridDOMController<T>"
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
"parameters": [
|
|
2381
|
+
},
|
|
2200
2382
|
{
|
|
2201
|
-
"
|
|
2383
|
+
"kind": "field",
|
|
2384
|
+
"name": "_dataState",
|
|
2202
2385
|
"type": {
|
|
2203
|
-
"text": "
|
|
2204
|
-
}
|
|
2386
|
+
"text": "T[]"
|
|
2387
|
+
},
|
|
2388
|
+
"privacy": "protected",
|
|
2389
|
+
"default": "[]"
|
|
2205
2390
|
},
|
|
2206
2391
|
{
|
|
2207
|
-
"
|
|
2392
|
+
"kind": "field",
|
|
2393
|
+
"name": "data",
|
|
2208
2394
|
"type": {
|
|
2209
|
-
"text": "
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
"exports": [
|
|
2216
|
-
{
|
|
2217
|
-
"kind": "js",
|
|
2218
|
-
"name": "createDomController",
|
|
2219
|
-
"declaration": {
|
|
2220
|
-
"name": "createDomController",
|
|
2221
|
-
"module": "src/controllers/dom.ts"
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "js",
|
|
2226
|
-
"name": "GridDOMController",
|
|
2227
|
-
"declaration": {
|
|
2228
|
-
"name": "GridDOMController",
|
|
2229
|
-
"module": "src/controllers/dom.ts"
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
]
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/controllers/filter.ts",
|
|
2237
|
-
"declarations": [
|
|
2238
|
-
{
|
|
2239
|
-
"kind": "class",
|
|
2240
|
-
"description": "",
|
|
2241
|
-
"name": "FilterController",
|
|
2242
|
-
"members": [
|
|
2395
|
+
"text": "T[]"
|
|
2396
|
+
},
|
|
2397
|
+
"privacy": "public",
|
|
2398
|
+
"default": "[]",
|
|
2399
|
+
"description": "The data source for the grid."
|
|
2400
|
+
},
|
|
2243
2401
|
{
|
|
2244
2402
|
"kind": "field",
|
|
2245
|
-
"name": "
|
|
2403
|
+
"name": "autoGenerate",
|
|
2246
2404
|
"type": {
|
|
2247
|
-
"text": "
|
|
2405
|
+
"text": "boolean"
|
|
2248
2406
|
},
|
|
2249
|
-
"privacy": "
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2407
|
+
"privacy": "public",
|
|
2408
|
+
"default": "false",
|
|
2409
|
+
"description": "Whether the grid will try to \"resolve\" its column configuration based on the passed\ndata source.",
|
|
2410
|
+
"attribute": "auto-generate"
|
|
2252
2411
|
},
|
|
2253
2412
|
{
|
|
2254
2413
|
"kind": "field",
|
|
2255
|
-
"name": "
|
|
2414
|
+
"name": "sortingOptions",
|
|
2256
2415
|
"type": {
|
|
2257
|
-
"text": "
|
|
2416
|
+
"text": "GridLiteSortingOptions"
|
|
2258
2417
|
},
|
|
2259
2418
|
"privacy": "public",
|
|
2260
|
-
"default": "
|
|
2419
|
+
"default": "{ mode: 'multiple', }",
|
|
2420
|
+
"description": "Sort configuration property for the grid."
|
|
2261
2421
|
},
|
|
2262
2422
|
{
|
|
2263
2423
|
"kind": "field",
|
|
2264
|
-
"name": "
|
|
2424
|
+
"name": "dataPipelineConfiguration",
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "DataPipelineConfiguration<T>"
|
|
2427
|
+
},
|
|
2265
2428
|
"privacy": "public",
|
|
2266
|
-
"
|
|
2429
|
+
"description": "Configuration object which controls remote data operations for the grid."
|
|
2267
2430
|
},
|
|
2268
2431
|
{
|
|
2269
2432
|
"kind": "field",
|
|
2270
|
-
"name": "
|
|
2433
|
+
"name": "sortingExpressions",
|
|
2434
|
+
"privacy": "public",
|
|
2435
|
+
"description": "Get the sort state for the grid.",
|
|
2271
2436
|
"type": {
|
|
2272
|
-
"text": "
|
|
2437
|
+
"text": "SortingExpression<T>[]"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "field",
|
|
2442
|
+
"name": "filterExpressions",
|
|
2443
|
+
"privacy": "public",
|
|
2444
|
+
"description": "Get the filter state for the grid.",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "FilterExpression<T>[]"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "field",
|
|
2451
|
+
"name": "columns",
|
|
2452
|
+
"type": {
|
|
2453
|
+
"text": "ColumnConfiguration<T>[]"
|
|
2273
2454
|
},
|
|
2274
2455
|
"privacy": "public",
|
|
2275
2456
|
"readonly": true
|
|
2276
2457
|
},
|
|
2277
2458
|
{
|
|
2278
2459
|
"kind": "field",
|
|
2279
|
-
"name": "
|
|
2280
|
-
"privacy": "
|
|
2460
|
+
"name": "rows",
|
|
2461
|
+
"privacy": "public",
|
|
2462
|
+
"description": "Returns the collection of rendered row elements in the grid.",
|
|
2281
2463
|
"readonly": true
|
|
2282
2464
|
},
|
|
2283
2465
|
{
|
|
2284
|
-
"kind": "
|
|
2285
|
-
"name": "
|
|
2286
|
-
"
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"name": "type",
|
|
2296
|
-
"type": {
|
|
2297
|
-
"text": "'add' | 'modify' | 'remove'"
|
|
2298
|
-
}
|
|
2299
|
-
}
|
|
2300
|
-
]
|
|
2466
|
+
"kind": "field",
|
|
2467
|
+
"name": "dataView",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "ReadonlyArray<T>"
|
|
2470
|
+
},
|
|
2471
|
+
"privacy": "public",
|
|
2472
|
+
"description": "Returns the state of the data source after sort/filter operations\nhave been applied.",
|
|
2473
|
+
"readonly": true
|
|
2301
2474
|
},
|
|
2302
2475
|
{
|
|
2303
|
-
"kind": "
|
|
2304
|
-
"name": "
|
|
2305
|
-
"
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
"text": "IgcFilteredEvent<T>"
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "totalItems",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "number"
|
|
2480
|
+
},
|
|
2481
|
+
"privacy": "public",
|
|
2482
|
+
"description": "The total number of items in the IgcGridLite.dataView collection.",
|
|
2483
|
+
"readonly": true
|
|
2315
2484
|
},
|
|
2316
2485
|
{
|
|
2317
2486
|
"kind": "method",
|
|
2318
|
-
"name": "
|
|
2319
|
-
"privacy": "
|
|
2320
|
-
"parameters": [
|
|
2321
|
-
{
|
|
2322
|
-
"name": "expression",
|
|
2323
|
-
"type": {
|
|
2324
|
-
"text": "FilterExpression<T> | FilterExpression<T>[]"
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
]
|
|
2487
|
+
"name": "dataChanged",
|
|
2488
|
+
"privacy": "protected"
|
|
2328
2489
|
},
|
|
2329
2490
|
{
|
|
2330
2491
|
"kind": "method",
|
|
2331
|
-
"name": "
|
|
2332
|
-
"privacy": "
|
|
2492
|
+
"name": "pipeline",
|
|
2493
|
+
"privacy": "protected"
|
|
2333
2494
|
},
|
|
2334
2495
|
{
|
|
2335
2496
|
"kind": "method",
|
|
2336
|
-
"name": "
|
|
2337
|
-
"privacy": "
|
|
2497
|
+
"name": "_hasAssignedColumns",
|
|
2498
|
+
"privacy": "private",
|
|
2338
2499
|
"return": {
|
|
2339
2500
|
"type": {
|
|
2340
|
-
"text": "
|
|
2501
|
+
"text": "boolean"
|
|
2341
2502
|
}
|
|
2342
2503
|
}
|
|
2343
2504
|
},
|
|
2344
2505
|
{
|
|
2345
2506
|
"kind": "method",
|
|
2346
|
-
"name": "
|
|
2347
|
-
"privacy": "
|
|
2348
|
-
"
|
|
2349
|
-
{
|
|
2350
|
-
"
|
|
2351
|
-
"type": {
|
|
2352
|
-
"text": "Keys<T>"
|
|
2353
|
-
}
|
|
2507
|
+
"name": "_handleSlotChange",
|
|
2508
|
+
"privacy": "private",
|
|
2509
|
+
"return": {
|
|
2510
|
+
"type": {
|
|
2511
|
+
"text": "void"
|
|
2354
2512
|
}
|
|
2355
|
-
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "method",
|
|
2359
|
-
"name": "reset",
|
|
2360
|
-
"privacy": "public",
|
|
2513
|
+
},
|
|
2361
2514
|
"parameters": [
|
|
2362
2515
|
{
|
|
2363
|
-
"name": "
|
|
2364
|
-
"optional": true,
|
|
2516
|
+
"name": "event",
|
|
2365
2517
|
"type": {
|
|
2366
|
-
"text": "
|
|
2518
|
+
"text": "Event"
|
|
2367
2519
|
}
|
|
2368
2520
|
}
|
|
2369
2521
|
]
|
|
2370
2522
|
},
|
|
2371
2523
|
{
|
|
2372
2524
|
"kind": "method",
|
|
2373
|
-
"name": "
|
|
2525
|
+
"name": "filter",
|
|
2374
2526
|
"privacy": "public",
|
|
2527
|
+
"return": {
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "void"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2375
2532
|
"parameters": [
|
|
2376
2533
|
{
|
|
2377
|
-
"name": "
|
|
2378
|
-
"optional": true,
|
|
2534
|
+
"name": "config",
|
|
2379
2535
|
"type": {
|
|
2380
|
-
"text": "
|
|
2536
|
+
"text": "FilterExpression<T> | FilterExpression<T>[]"
|
|
2381
2537
|
}
|
|
2382
2538
|
}
|
|
2383
|
-
]
|
|
2539
|
+
],
|
|
2540
|
+
"description": "Performs a filter operation in the grid based on the passed expression(s)."
|
|
2384
2541
|
},
|
|
2385
2542
|
{
|
|
2386
2543
|
"kind": "method",
|
|
2387
|
-
"name": "
|
|
2544
|
+
"name": "sort",
|
|
2388
2545
|
"privacy": "public",
|
|
2389
2546
|
"parameters": [
|
|
2390
2547
|
{
|
|
2391
|
-
"name": "
|
|
2548
|
+
"name": "expressions",
|
|
2392
2549
|
"type": {
|
|
2393
|
-
"text": "
|
|
2550
|
+
"text": "SortingExpression<T> | SortingExpression<T>[]"
|
|
2394
2551
|
}
|
|
2395
2552
|
}
|
|
2396
|
-
]
|
|
2553
|
+
],
|
|
2554
|
+
"description": "Performs a sort operation in the grid based on the passed expression(s)."
|
|
2397
2555
|
},
|
|
2398
2556
|
{
|
|
2399
2557
|
"kind": "method",
|
|
2400
|
-
"name": "
|
|
2558
|
+
"name": "clearSort",
|
|
2401
2559
|
"privacy": "public",
|
|
2560
|
+
"return": {
|
|
2561
|
+
"type": {
|
|
2562
|
+
"text": "void"
|
|
2563
|
+
}
|
|
2564
|
+
},
|
|
2402
2565
|
"parameters": [
|
|
2403
2566
|
{
|
|
2404
2567
|
"name": "key",
|
|
2568
|
+
"optional": true,
|
|
2405
2569
|
"type": {
|
|
2406
2570
|
"text": "Keys<T>"
|
|
2407
2571
|
}
|
|
2408
2572
|
}
|
|
2409
|
-
]
|
|
2573
|
+
],
|
|
2574
|
+
"description": "Resets the current sort state of the control."
|
|
2410
2575
|
},
|
|
2411
2576
|
{
|
|
2412
2577
|
"kind": "method",
|
|
2413
|
-
"name": "
|
|
2578
|
+
"name": "clearFilter",
|
|
2414
2579
|
"privacy": "public",
|
|
2580
|
+
"return": {
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "void"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2415
2585
|
"parameters": [
|
|
2416
2586
|
{
|
|
2417
|
-
"name": "
|
|
2587
|
+
"name": "key",
|
|
2588
|
+
"optional": true,
|
|
2418
2589
|
"type": {
|
|
2419
|
-
"text": "
|
|
2590
|
+
"text": "Keys<T>"
|
|
2420
2591
|
}
|
|
2421
2592
|
}
|
|
2422
|
-
]
|
|
2593
|
+
],
|
|
2594
|
+
"description": "Resets the current filter state of the control."
|
|
2423
2595
|
},
|
|
2424
2596
|
{
|
|
2425
2597
|
"kind": "method",
|
|
2426
|
-
"name": "
|
|
2598
|
+
"name": "navigateTo",
|
|
2427
2599
|
"privacy": "public",
|
|
2428
2600
|
"parameters": [
|
|
2429
2601
|
{
|
|
2430
|
-
"name": "
|
|
2602
|
+
"name": "row",
|
|
2431
2603
|
"type": {
|
|
2432
|
-
"text": "
|
|
2433
|
-
}
|
|
2604
|
+
"text": "number"
|
|
2605
|
+
},
|
|
2606
|
+
"description": "The row index to navigate to"
|
|
2434
2607
|
},
|
|
2435
2608
|
{
|
|
2436
|
-
"name": "
|
|
2609
|
+
"name": "column",
|
|
2610
|
+
"optional": true,
|
|
2437
2611
|
"type": {
|
|
2438
|
-
"text": "
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"kind": "method",
|
|
2445
|
-
"name": "filter",
|
|
2446
|
-
"privacy": "public",
|
|
2447
|
-
"parameters": [
|
|
2612
|
+
"text": "Keys<T>"
|
|
2613
|
+
},
|
|
2614
|
+
"description": "The column field to navigate to, if any"
|
|
2615
|
+
},
|
|
2448
2616
|
{
|
|
2449
|
-
"name": "
|
|
2450
|
-
"
|
|
2451
|
-
|
|
2452
|
-
}
|
|
2617
|
+
"name": "activate",
|
|
2618
|
+
"default": "false",
|
|
2619
|
+
"description": "Optionally also activate the navigated cell"
|
|
2453
2620
|
}
|
|
2454
|
-
]
|
|
2455
|
-
|
|
2456
|
-
]
|
|
2457
|
-
}
|
|
2458
|
-
],
|
|
2459
|
-
"exports": [
|
|
2460
|
-
{
|
|
2461
|
-
"kind": "js",
|
|
2462
|
-
"name": "FilterController",
|
|
2463
|
-
"declaration": {
|
|
2464
|
-
"name": "FilterController",
|
|
2465
|
-
"module": "src/controllers/filter.ts"
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
2468
|
-
]
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "javascript-module",
|
|
2472
|
-
"path": "src/controllers/navigation.ts",
|
|
2473
|
-
"declarations": [
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "class",
|
|
2476
|
-
"description": "",
|
|
2477
|
-
"name": "NavigationController",
|
|
2478
|
-
"members": [
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "field",
|
|
2481
|
-
"name": "handlers",
|
|
2482
|
-
"privacy": "protected",
|
|
2483
|
-
"default": "new Map( Object.entries({ ArrowDown: this.arrowDown, ArrowUp: this.arrowUp, ArrowLeft: this.arrowLeft, ArrowRight: this.arrowRight, Home: this.home, End: this.end, }) )"
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "field",
|
|
2487
|
-
"name": "_virtualizer",
|
|
2488
|
-
"privacy": "protected",
|
|
2489
|
-
"readonly": true
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"kind": "field",
|
|
2493
|
-
"name": "_navigationState",
|
|
2494
|
-
"privacy": "protected",
|
|
2495
|
-
"default": "NAVIGATION_STATE"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "field",
|
|
2499
|
-
"name": "_active",
|
|
2500
|
-
"privacy": "protected",
|
|
2501
|
-
"default": "SENTINEL_NODE"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "field",
|
|
2505
|
-
"name": "nextNode",
|
|
2506
|
-
"privacy": "protected",
|
|
2507
|
-
"readonly": true
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"kind": "field",
|
|
2511
|
-
"name": "_columns",
|
|
2512
|
-
"privacy": "protected",
|
|
2513
|
-
"readonly": true
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"kind": "field",
|
|
2517
|
-
"name": "_firstColumn",
|
|
2518
|
-
"privacy": "protected",
|
|
2519
|
-
"readonly": true
|
|
2621
|
+
],
|
|
2622
|
+
"description": "Navigates to a position in the grid based on provided row index and column field."
|
|
2520
2623
|
},
|
|
2521
2624
|
{
|
|
2522
2625
|
"kind": "method",
|
|
2523
|
-
"name": "
|
|
2524
|
-
"privacy": "
|
|
2525
|
-
"
|
|
2526
|
-
{
|
|
2527
|
-
"
|
|
2528
|
-
"type": {
|
|
2529
|
-
"text": "Keys<T>"
|
|
2530
|
-
}
|
|
2626
|
+
"name": "getColumn",
|
|
2627
|
+
"privacy": "public",
|
|
2628
|
+
"return": {
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "ColumnConfiguration<T> | undefined"
|
|
2531
2631
|
}
|
|
2532
|
-
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "method",
|
|
2536
|
-
"name": "getNextColumn",
|
|
2537
|
-
"privacy": "protected",
|
|
2632
|
+
},
|
|
2538
2633
|
"parameters": [
|
|
2539
2634
|
{
|
|
2540
|
-
"name": "
|
|
2635
|
+
"name": "id",
|
|
2541
2636
|
"type": {
|
|
2542
|
-
"text": "Keys<T>"
|
|
2637
|
+
"text": "Keys<T> | number"
|
|
2543
2638
|
}
|
|
2544
2639
|
}
|
|
2545
|
-
]
|
|
2640
|
+
],
|
|
2641
|
+
"description": "Returns a ColumnConfiguration for a given column."
|
|
2546
2642
|
},
|
|
2547
2643
|
{
|
|
2548
2644
|
"kind": "method",
|
|
2549
|
-
"name": "
|
|
2645
|
+
"name": "_bodyClickHandler",
|
|
2550
2646
|
"privacy": "protected",
|
|
2647
|
+
"return": {
|
|
2648
|
+
"type": {
|
|
2649
|
+
"text": "void"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2551
2652
|
"parameters": [
|
|
2552
2653
|
{
|
|
2553
|
-
"name": "
|
|
2654
|
+
"name": "event",
|
|
2554
2655
|
"type": {
|
|
2555
|
-
"text": "
|
|
2656
|
+
"text": "PointerEvent"
|
|
2556
2657
|
}
|
|
2557
2658
|
}
|
|
2558
2659
|
]
|
|
2559
2660
|
},
|
|
2560
2661
|
{
|
|
2561
2662
|
"kind": "method",
|
|
2562
|
-
"name": "
|
|
2663
|
+
"name": "_bodyKeydownHandler",
|
|
2563
2664
|
"privacy": "protected",
|
|
2665
|
+
"return": {
|
|
2666
|
+
"type": {
|
|
2667
|
+
"text": "void"
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2564
2670
|
"parameters": [
|
|
2565
2671
|
{
|
|
2566
|
-
"name": "
|
|
2672
|
+
"name": "event",
|
|
2567
2673
|
"type": {
|
|
2568
|
-
"text": "
|
|
2674
|
+
"text": "KeyboardEvent"
|
|
2569
2675
|
}
|
|
2570
2676
|
}
|
|
2571
2677
|
]
|
|
2572
2678
|
},
|
|
2573
2679
|
{
|
|
2574
2680
|
"kind": "field",
|
|
2575
|
-
"name": "
|
|
2681
|
+
"name": "_renderRow",
|
|
2576
2682
|
"type": {
|
|
2577
|
-
"text": "
|
|
2683
|
+
"text": "RenderItemFunction<T>"
|
|
2578
2684
|
},
|
|
2579
|
-
"privacy": "public"
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "method",
|
|
2583
|
-
"name": "home",
|
|
2584
|
-
"privacy": "protected"
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"kind": "method",
|
|
2588
|
-
"name": "end",
|
|
2589
2685
|
"privacy": "protected"
|
|
2590
2686
|
},
|
|
2591
2687
|
{
|
|
2592
2688
|
"kind": "method",
|
|
2593
|
-
"name": "
|
|
2594
|
-
"privacy": "protected"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "method",
|
|
2598
|
-
"name": "arrowUp",
|
|
2689
|
+
"name": "_renderHeaderRow",
|
|
2599
2690
|
"privacy": "protected"
|
|
2600
2691
|
},
|
|
2601
2692
|
{
|
|
2602
2693
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2694
|
+
"name": "_renderBody",
|
|
2604
2695
|
"privacy": "protected"
|
|
2605
2696
|
},
|
|
2606
2697
|
{
|
|
2607
2698
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2699
|
+
"name": "_renderFilterRow",
|
|
2609
2700
|
"privacy": "protected"
|
|
2610
2701
|
},
|
|
2611
2702
|
{
|
|
2612
2703
|
"kind": "method",
|
|
2613
|
-
"name": "
|
|
2614
|
-
"privacy": "public"
|
|
2704
|
+
"name": "addEventListener",
|
|
2705
|
+
"privacy": "public",
|
|
2706
|
+
"return": {
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "void"
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2711
|
+
"parameters": [
|
|
2712
|
+
{
|
|
2713
|
+
"name": "type",
|
|
2714
|
+
"type": {
|
|
2715
|
+
"text": "K"
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "listener",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "options",
|
|
2726
|
+
"optional": true,
|
|
2727
|
+
"type": {
|
|
2728
|
+
"text": "boolean | AddEventListenerOptions"
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"inheritedFrom": {
|
|
2733
|
+
"name": "EventEmitterBase",
|
|
2734
|
+
"module": "src/internal/mixins/event-emitter.ts"
|
|
2735
|
+
}
|
|
2615
2736
|
},
|
|
2616
2737
|
{
|
|
2617
2738
|
"kind": "method",
|
|
2618
|
-
"name": "
|
|
2739
|
+
"name": "removeEventListener",
|
|
2619
2740
|
"privacy": "public",
|
|
2741
|
+
"return": {
|
|
2742
|
+
"type": {
|
|
2743
|
+
"text": "void"
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2620
2746
|
"parameters": [
|
|
2621
2747
|
{
|
|
2622
|
-
"name": "
|
|
2748
|
+
"name": "type",
|
|
2623
2749
|
"type": {
|
|
2624
|
-
"text": "
|
|
2750
|
+
"text": "K"
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "listener",
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "options",
|
|
2761
|
+
"optional": true,
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "boolean | EventListenerOptions"
|
|
2625
2764
|
}
|
|
2626
2765
|
}
|
|
2627
|
-
]
|
|
2766
|
+
],
|
|
2767
|
+
"inheritedFrom": {
|
|
2768
|
+
"name": "EventEmitterBase",
|
|
2769
|
+
"module": "src/internal/mixins/event-emitter.ts"
|
|
2770
|
+
}
|
|
2628
2771
|
},
|
|
2629
2772
|
{
|
|
2630
2773
|
"kind": "method",
|
|
2631
|
-
"name": "
|
|
2774
|
+
"name": "emitEvent",
|
|
2632
2775
|
"privacy": "public",
|
|
2776
|
+
"return": {
|
|
2777
|
+
"type": {
|
|
2778
|
+
"text": "boolean"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2633
2781
|
"parameters": [
|
|
2634
2782
|
{
|
|
2635
|
-
"name": "
|
|
2783
|
+
"name": "type",
|
|
2636
2784
|
"type": {
|
|
2637
|
-
"text": "
|
|
2785
|
+
"text": "K"
|
|
2638
2786
|
}
|
|
2639
2787
|
},
|
|
2640
2788
|
{
|
|
2641
|
-
"name": "
|
|
2789
|
+
"name": "eventInitDict",
|
|
2642
2790
|
"optional": true,
|
|
2643
2791
|
"type": {
|
|
2644
|
-
"text": "
|
|
2792
|
+
"text": "CustomEventInit<D>"
|
|
2645
2793
|
}
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "activate",
|
|
2649
|
-
"default": "false"
|
|
2650
2794
|
}
|
|
2651
|
-
]
|
|
2795
|
+
],
|
|
2796
|
+
"inheritedFrom": {
|
|
2797
|
+
"name": "EventEmitterBase",
|
|
2798
|
+
"module": "src/internal/mixins/event-emitter.ts"
|
|
2799
|
+
}
|
|
2652
2800
|
}
|
|
2653
|
-
]
|
|
2801
|
+
],
|
|
2802
|
+
"events": [
|
|
2803
|
+
{
|
|
2804
|
+
"description": "Emitted when sorting is initiated through the UI.",
|
|
2805
|
+
"name": "sorting"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"description": "Emitted when a sort operation initiated through the UI has completed.",
|
|
2809
|
+
"name": "sorted"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"description": "Emitted when filtering is initiated through the UI.",
|
|
2813
|
+
"name": "filtering"
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"description": "Emitted when a filter operation initiated through the UI has completed.",
|
|
2817
|
+
"name": "filtered"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"type": {
|
|
2821
|
+
"text": "CustomEvent"
|
|
2822
|
+
},
|
|
2823
|
+
"inheritedFrom": {
|
|
2824
|
+
"name": "EventEmitterBase",
|
|
2825
|
+
"module": "src/internal/mixins/event-emitter.ts"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
],
|
|
2829
|
+
"attributes": [
|
|
2830
|
+
{
|
|
2831
|
+
"name": "auto-generate",
|
|
2832
|
+
"type": {
|
|
2833
|
+
"text": "boolean"
|
|
2834
|
+
},
|
|
2835
|
+
"default": "false",
|
|
2836
|
+
"description": "Whether the grid will try to \"resolve\" its column configuration based on the passed\ndata source.",
|
|
2837
|
+
"fieldName": "autoGenerate",
|
|
2838
|
+
"attribute": "auto-generate"
|
|
2839
|
+
}
|
|
2840
|
+
],
|
|
2841
|
+
"superclass": {
|
|
2842
|
+
"name": "EventEmitterBase",
|
|
2843
|
+
"module": "/src/internal/mixins/event-emitter.js"
|
|
2844
|
+
},
|
|
2845
|
+
"tagName": "igc-grid-lite",
|
|
2846
|
+
"customElement": true
|
|
2654
2847
|
}
|
|
2655
2848
|
],
|
|
2656
2849
|
"exports": [
|
|
2657
2850
|
{
|
|
2658
2851
|
"kind": "js",
|
|
2659
|
-
"name": "
|
|
2852
|
+
"name": "IgcGridLite",
|
|
2660
2853
|
"declaration": {
|
|
2661
|
-
"name": "
|
|
2662
|
-
"module": "src/
|
|
2854
|
+
"name": "IgcGridLite",
|
|
2855
|
+
"module": "src/components/grid.ts"
|
|
2663
2856
|
}
|
|
2664
2857
|
}
|
|
2665
2858
|
]
|
|
2666
2859
|
},
|
|
2667
2860
|
{
|
|
2668
2861
|
"kind": "javascript-module",
|
|
2669
|
-
"path": "src/
|
|
2862
|
+
"path": "src/components/header-row.ts",
|
|
2670
2863
|
"declarations": [
|
|
2671
2864
|
{
|
|
2672
2865
|
"kind": "class",
|
|
2673
2866
|
"description": "",
|
|
2674
|
-
"name": "
|
|
2867
|
+
"name": "IgcGridLiteHeaderRow",
|
|
2675
2868
|
"members": [
|
|
2676
2869
|
{
|
|
2677
2870
|
"kind": "field",
|
|
2678
|
-
"name": "
|
|
2679
|
-
"type": {
|
|
2680
|
-
"text": "boolean"
|
|
2681
|
-
},
|
|
2871
|
+
"name": "tagName",
|
|
2682
2872
|
"privacy": "public",
|
|
2683
|
-
"
|
|
2873
|
+
"static": true,
|
|
2874
|
+
"readonly": true
|
|
2684
2875
|
},
|
|
2685
2876
|
{
|
|
2686
|
-
"kind": "
|
|
2687
|
-
"name": "
|
|
2688
|
-
"type": {
|
|
2689
|
-
"text": "number"
|
|
2690
|
-
},
|
|
2877
|
+
"kind": "method",
|
|
2878
|
+
"name": "register",
|
|
2691
2879
|
"privacy": "public",
|
|
2692
|
-
"
|
|
2880
|
+
"static": true,
|
|
2881
|
+
"return": {
|
|
2882
|
+
"type": {
|
|
2883
|
+
"text": "void"
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2693
2886
|
},
|
|
2694
2887
|
{
|
|
2695
|
-
"kind": "
|
|
2696
|
-
"name": "
|
|
2888
|
+
"kind": "field",
|
|
2889
|
+
"name": "_state",
|
|
2890
|
+
"type": {
|
|
2891
|
+
"text": "StateController<T> | undefined"
|
|
2892
|
+
},
|
|
2697
2893
|
"privacy": "private",
|
|
2698
|
-
"
|
|
2699
|
-
{
|
|
2700
|
-
"name": "key",
|
|
2701
|
-
"type": {
|
|
2702
|
-
"text": "Keys<T>"
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"name": "headerWidth",
|
|
2707
|
-
"type": {
|
|
2708
|
-
"text": "number"
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
|
-
]
|
|
2894
|
+
"readonly": true
|
|
2712
2895
|
},
|
|
2713
2896
|
{
|
|
2714
|
-
"kind": "
|
|
2715
|
-
"name": "
|
|
2897
|
+
"kind": "field",
|
|
2898
|
+
"name": "columns",
|
|
2899
|
+
"type": {
|
|
2900
|
+
"text": "ColumnConfiguration<T>[]"
|
|
2901
|
+
},
|
|
2716
2902
|
"privacy": "public",
|
|
2717
|
-
"
|
|
2718
|
-
{
|
|
2719
|
-
"name": "header",
|
|
2720
|
-
"type": {
|
|
2721
|
-
"text": "IgcGridLiteHeader<T>"
|
|
2722
|
-
},
|
|
2723
|
-
"description": "the"
|
|
2724
|
-
}
|
|
2725
|
-
],
|
|
2726
|
-
"description": "Begins resizing a column by showing and positioning the resize indicator in relation to the column."
|
|
2903
|
+
"default": "[]"
|
|
2727
2904
|
},
|
|
2728
2905
|
{
|
|
2729
|
-
"kind": "
|
|
2730
|
-
"name": "
|
|
2906
|
+
"kind": "field",
|
|
2907
|
+
"name": "headers",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "IgcGridLiteHeader<T>[]"
|
|
2910
|
+
},
|
|
2731
2911
|
"privacy": "public",
|
|
2732
|
-
"
|
|
2912
|
+
"readonly": true
|
|
2733
2913
|
},
|
|
2734
2914
|
{
|
|
2735
2915
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2737
|
-
"privacy": "
|
|
2738
|
-
"
|
|
2739
|
-
{
|
|
2740
|
-
"
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "ColumnConfiguration<T>"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "width",
|
|
2747
|
-
"type": {
|
|
2748
|
-
"text": "number"
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "sizerOffset",
|
|
2753
|
-
"optional": true,
|
|
2754
|
-
"type": {
|
|
2755
|
-
"text": "number"
|
|
2756
|
-
}
|
|
2916
|
+
"name": "_setActiveFilterColumn",
|
|
2917
|
+
"privacy": "private",
|
|
2918
|
+
"return": {
|
|
2919
|
+
"type": {
|
|
2920
|
+
"text": "void"
|
|
2757
2921
|
}
|
|
2758
|
-
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "method",
|
|
2762
|
-
"name": "autosize",
|
|
2763
|
-
"privacy": "public",
|
|
2922
|
+
},
|
|
2764
2923
|
"parameters": [
|
|
2765
2924
|
{
|
|
2766
|
-
"name": "
|
|
2767
|
-
"type": {
|
|
2768
|
-
"text": "ColumnConfiguration<T>"
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"name": "header",
|
|
2925
|
+
"name": "event",
|
|
2773
2926
|
"type": {
|
|
2774
|
-
"text": "
|
|
2927
|
+
"text": "PointerEvent"
|
|
2775
2928
|
}
|
|
2776
2929
|
}
|
|
2777
2930
|
]
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"kind": "method",
|
|
2781
|
-
"name": "hostConnected",
|
|
2782
|
-
"privacy": "public"
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"kind": "method",
|
|
2786
|
-
"name": "renderIndicator",
|
|
2787
|
-
"privacy": "public",
|
|
2788
|
-
"description": "Renders the resize indicator in the grid."
|
|
2789
2931
|
}
|
|
2790
|
-
]
|
|
2932
|
+
],
|
|
2933
|
+
"superclass": {
|
|
2934
|
+
"name": "LitElement",
|
|
2935
|
+
"package": "lit"
|
|
2936
|
+
},
|
|
2937
|
+
"customElement": true
|
|
2791
2938
|
}
|
|
2792
2939
|
],
|
|
2793
2940
|
"exports": [
|
|
2794
2941
|
{
|
|
2795
2942
|
"kind": "js",
|
|
2796
|
-
"name": "
|
|
2943
|
+
"name": "default",
|
|
2797
2944
|
"declaration": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"module": "src/
|
|
2945
|
+
"name": "IgcGridLiteHeaderRow",
|
|
2946
|
+
"module": "src/components/header-row.ts"
|
|
2800
2947
|
}
|
|
2801
2948
|
}
|
|
2802
2949
|
]
|
|
2803
2950
|
},
|
|
2804
2951
|
{
|
|
2805
2952
|
"kind": "javascript-module",
|
|
2806
|
-
"path": "src/
|
|
2953
|
+
"path": "src/components/header.ts",
|
|
2807
2954
|
"declarations": [
|
|
2808
2955
|
{
|
|
2809
2956
|
"kind": "class",
|
|
2810
2957
|
"description": "",
|
|
2811
|
-
"name": "
|
|
2958
|
+
"name": "IgcGridLiteHeader",
|
|
2812
2959
|
"members": [
|
|
2813
2960
|
{
|
|
2814
2961
|
"kind": "field",
|
|
2815
|
-
"name": "
|
|
2816
|
-
"type": {
|
|
2817
|
-
"text": "SortState<T>"
|
|
2818
|
-
},
|
|
2962
|
+
"name": "tagName",
|
|
2819
2963
|
"privacy": "public",
|
|
2820
|
-
"
|
|
2964
|
+
"static": true,
|
|
2965
|
+
"readonly": true
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "method",
|
|
2969
|
+
"name": "register",
|
|
2970
|
+
"privacy": "public",
|
|
2971
|
+
"static": true,
|
|
2972
|
+
"return": {
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "void"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2821
2977
|
},
|
|
2822
2978
|
{
|
|
2823
2979
|
"kind": "field",
|
|
2824
|
-
"name": "
|
|
2825
|
-
"
|
|
2980
|
+
"name": "context",
|
|
2981
|
+
"type": {
|
|
2982
|
+
"text": "IgcHeaderContext<T>"
|
|
2983
|
+
},
|
|
2984
|
+
"privacy": "protected",
|
|
2826
2985
|
"readonly": true
|
|
2827
2986
|
},
|
|
2828
2987
|
{
|
|
2829
2988
|
"kind": "field",
|
|
2830
|
-
"name": "
|
|
2831
|
-
"privacy": "
|
|
2989
|
+
"name": "isSortable",
|
|
2990
|
+
"privacy": "protected",
|
|
2832
2991
|
"readonly": true
|
|
2833
2992
|
},
|
|
2834
2993
|
{
|
|
2835
|
-
"kind": "
|
|
2836
|
-
"name": "
|
|
2837
|
-
"privacy": "
|
|
2838
|
-
"
|
|
2839
|
-
{
|
|
2840
|
-
"name": "column",
|
|
2841
|
-
"optional": true,
|
|
2842
|
-
"type": {
|
|
2843
|
-
"text": "ColumnConfiguration<T>"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2994
|
+
"kind": "field",
|
|
2995
|
+
"name": "resizeController",
|
|
2996
|
+
"privacy": "protected",
|
|
2997
|
+
"readonly": true
|
|
2847
2998
|
},
|
|
2848
2999
|
{
|
|
2849
|
-
"kind": "
|
|
2850
|
-
"name": "
|
|
2851
|
-
"
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
"type": {
|
|
2856
|
-
"text": "Keys<T>"
|
|
2857
|
-
}
|
|
2858
|
-
}
|
|
2859
|
-
]
|
|
3000
|
+
"kind": "field",
|
|
3001
|
+
"name": "state",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "StateController<T>"
|
|
3004
|
+
},
|
|
3005
|
+
"privacy": "public"
|
|
2860
3006
|
},
|
|
2861
3007
|
{
|
|
2862
|
-
"kind": "
|
|
2863
|
-
"name": "
|
|
2864
|
-
"
|
|
2865
|
-
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "SortingDirection"
|
|
2868
|
-
}
|
|
3008
|
+
"kind": "field",
|
|
3009
|
+
"name": "column",
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "ColumnConfiguration<T>"
|
|
2869
3012
|
},
|
|
2870
|
-
"
|
|
2871
|
-
{
|
|
2872
|
-
"name": "dir",
|
|
2873
|
-
"optional": true,
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "SortingDirection"
|
|
2876
|
-
}
|
|
2877
|
-
}
|
|
2878
|
-
]
|
|
3013
|
+
"privacy": "public"
|
|
2879
3014
|
},
|
|
2880
3015
|
{
|
|
2881
3016
|
"kind": "method",
|
|
2882
|
-
"name": "#
|
|
2883
|
-
"privacy": "private"
|
|
2884
|
-
"parameters": [
|
|
2885
|
-
{
|
|
2886
|
-
"name": "detail",
|
|
2887
|
-
"type": {
|
|
2888
|
-
"text": "SortingExpression<T>"
|
|
2889
|
-
}
|
|
2890
|
-
}
|
|
2891
|
-
]
|
|
3017
|
+
"name": "#addResizeEventHandlers",
|
|
3018
|
+
"privacy": "private"
|
|
2892
3019
|
},
|
|
2893
3020
|
{
|
|
2894
3021
|
"kind": "method",
|
|
2895
|
-
"name": "#
|
|
3022
|
+
"name": "#handleClick",
|
|
2896
3023
|
"privacy": "private",
|
|
2897
3024
|
"parameters": [
|
|
2898
3025
|
{
|
|
2899
|
-
"name": "
|
|
3026
|
+
"name": "e",
|
|
2900
3027
|
"type": {
|
|
2901
|
-
"text": "
|
|
3028
|
+
"text": "Event"
|
|
2902
3029
|
}
|
|
2903
3030
|
}
|
|
2904
3031
|
]
|
|
2905
3032
|
},
|
|
2906
3033
|
{
|
|
2907
|
-
"kind": "
|
|
2908
|
-
"name": "#
|
|
2909
|
-
"privacy": "private"
|
|
2910
|
-
"parameters": [
|
|
2911
|
-
{
|
|
2912
|
-
"name": "expression",
|
|
2913
|
-
"type": {
|
|
2914
|
-
"text": "SortingExpression<T>"
|
|
2915
|
-
}
|
|
2916
|
-
}
|
|
2917
|
-
]
|
|
3034
|
+
"kind": "field",
|
|
3035
|
+
"name": "#handleResize",
|
|
3036
|
+
"privacy": "private"
|
|
2918
3037
|
},
|
|
2919
3038
|
{
|
|
2920
3039
|
"kind": "method",
|
|
2921
|
-
"name": "
|
|
2922
|
-
"privacy": "
|
|
3040
|
+
"name": "#handleResizeStart",
|
|
3041
|
+
"privacy": "private",
|
|
2923
3042
|
"parameters": [
|
|
2924
3043
|
{
|
|
2925
|
-
"name": "
|
|
3044
|
+
"name": "ev",
|
|
2926
3045
|
"type": {
|
|
2927
|
-
"text": "
|
|
3046
|
+
"text": "PointerEvent"
|
|
2928
3047
|
}
|
|
2929
3048
|
}
|
|
2930
3049
|
]
|
|
2931
3050
|
},
|
|
2932
3051
|
{
|
|
2933
|
-
"kind": "
|
|
2934
|
-
"name": "
|
|
2935
|
-
"privacy": "
|
|
2936
|
-
"return": {
|
|
2937
|
-
"type": {
|
|
2938
|
-
"text": "SortingExpression<T>"
|
|
2939
|
-
}
|
|
2940
|
-
},
|
|
2941
|
-
"parameters": [
|
|
2942
|
-
{
|
|
2943
|
-
"name": "column",
|
|
2944
|
-
"type": {
|
|
2945
|
-
"text": "ColumnConfiguration<T>"
|
|
2946
|
-
}
|
|
2947
|
-
}
|
|
2948
|
-
]
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "#handlePointerLost",
|
|
3054
|
+
"privacy": "private"
|
|
2949
3055
|
},
|
|
2950
3056
|
{
|
|
2951
|
-
"kind": "
|
|
2952
|
-
"name": "
|
|
2953
|
-
"privacy": "
|
|
2954
|
-
"parameters": [
|
|
2955
|
-
{
|
|
2956
|
-
"name": "key",
|
|
2957
|
-
"optional": true,
|
|
2958
|
-
"type": {
|
|
2959
|
-
"text": "Keys<T>"
|
|
2960
|
-
}
|
|
2961
|
-
}
|
|
2962
|
-
]
|
|
3057
|
+
"kind": "field",
|
|
3058
|
+
"name": "#handleAutosize",
|
|
3059
|
+
"privacy": "private"
|
|
2963
3060
|
},
|
|
2964
3061
|
{
|
|
2965
3062
|
"kind": "method",
|
|
2966
|
-
"name": "
|
|
2967
|
-
"privacy": "protected"
|
|
2968
|
-
"parameters": [
|
|
2969
|
-
{
|
|
2970
|
-
"name": "expressions",
|
|
2971
|
-
"type": {
|
|
2972
|
-
"text": "SortingExpression<T> | SortingExpression<T>[]"
|
|
2973
|
-
}
|
|
2974
|
-
}
|
|
2975
|
-
]
|
|
3063
|
+
"name": "renderSortPart",
|
|
3064
|
+
"privacy": "protected"
|
|
2976
3065
|
},
|
|
2977
3066
|
{
|
|
2978
3067
|
"kind": "method",
|
|
2979
|
-
"name": "
|
|
2980
|
-
"privacy": "
|
|
2981
|
-
"parameters": [
|
|
2982
|
-
{
|
|
2983
|
-
"name": "expressions",
|
|
2984
|
-
"type": {
|
|
2985
|
-
"text": "SortingExpression<T> | SortingExpression<T>[]"
|
|
2986
|
-
}
|
|
2987
|
-
}
|
|
2988
|
-
]
|
|
3068
|
+
"name": "renderContentPart",
|
|
3069
|
+
"privacy": "protected"
|
|
2989
3070
|
},
|
|
2990
3071
|
{
|
|
2991
3072
|
"kind": "method",
|
|
2992
|
-
"name": "
|
|
2993
|
-
"privacy": "
|
|
3073
|
+
"name": "renderResizePart",
|
|
3074
|
+
"privacy": "protected"
|
|
2994
3075
|
}
|
|
2995
|
-
]
|
|
3076
|
+
],
|
|
3077
|
+
"superclass": {
|
|
3078
|
+
"name": "LitElement",
|
|
3079
|
+
"package": "lit"
|
|
3080
|
+
},
|
|
3081
|
+
"customElement": true
|
|
2996
3082
|
}
|
|
2997
3083
|
],
|
|
2998
3084
|
"exports": [
|
|
2999
3085
|
{
|
|
3000
3086
|
"kind": "js",
|
|
3001
|
-
"name": "
|
|
3087
|
+
"name": "default",
|
|
3002
3088
|
"declaration": {
|
|
3003
|
-
"name": "
|
|
3004
|
-
"module": "src/
|
|
3089
|
+
"name": "IgcGridLiteHeader",
|
|
3090
|
+
"module": "src/components/header.ts"
|
|
3005
3091
|
}
|
|
3006
3092
|
}
|
|
3007
3093
|
]
|
|
3008
3094
|
},
|
|
3009
3095
|
{
|
|
3010
3096
|
"kind": "javascript-module",
|
|
3011
|
-
"path": "src/
|
|
3097
|
+
"path": "src/components/row.ts",
|
|
3012
3098
|
"declarations": [
|
|
3013
3099
|
{
|
|
3014
3100
|
"kind": "class",
|
|
3015
|
-
"description": "",
|
|
3016
|
-
"name": "
|
|
3101
|
+
"description": "Component representing the DOM row in the IgcGridLite.",
|
|
3102
|
+
"name": "IgcGridLiteRow",
|
|
3017
3103
|
"members": [
|
|
3018
3104
|
{
|
|
3019
3105
|
"kind": "field",
|
|
3020
|
-
"name": "
|
|
3021
|
-
"type": {
|
|
3022
|
-
"text": "ColumnConfiguration<T>[]"
|
|
3023
|
-
},
|
|
3024
|
-
"privacy": "private",
|
|
3025
|
-
"default": "[]"
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"kind": "field",
|
|
3029
|
-
"name": "_observersCallback",
|
|
3030
|
-
"type": {
|
|
3031
|
-
"text": "() => void"
|
|
3032
|
-
},
|
|
3033
|
-
"privacy": "private",
|
|
3034
|
-
"readonly": true,
|
|
3035
|
-
"default": "observersCallback"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "field",
|
|
3039
|
-
"name": "host",
|
|
3040
|
-
"type": {
|
|
3041
|
-
"text": "GridHost<T>"
|
|
3042
|
-
},
|
|
3043
|
-
"privacy": "public",
|
|
3044
|
-
"readonly": true,
|
|
3045
|
-
"description": "The grid host element.",
|
|
3046
|
-
"default": "host"
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
"kind": "field",
|
|
3050
|
-
"name": "sorting",
|
|
3051
|
-
"type": {
|
|
3052
|
-
"text": "SortController<T>"
|
|
3053
|
-
},
|
|
3054
|
-
"privacy": "public",
|
|
3055
|
-
"readonly": true,
|
|
3056
|
-
"default": "new SortController(this.host)"
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"kind": "field",
|
|
3060
|
-
"name": "filtering",
|
|
3061
|
-
"type": {
|
|
3062
|
-
"text": "FilterController<T>"
|
|
3063
|
-
},
|
|
3106
|
+
"name": "tagName",
|
|
3064
3107
|
"privacy": "public",
|
|
3065
|
-
"
|
|
3066
|
-
"
|
|
3108
|
+
"static": true,
|
|
3109
|
+
"readonly": true
|
|
3067
3110
|
},
|
|
3068
3111
|
{
|
|
3069
|
-
"kind": "
|
|
3070
|
-
"name": "
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "NavigationController<T>"
|
|
3073
|
-
},
|
|
3112
|
+
"kind": "method",
|
|
3113
|
+
"name": "register",
|
|
3074
3114
|
"privacy": "public",
|
|
3075
|
-
"
|
|
3076
|
-
"
|
|
3115
|
+
"static": true,
|
|
3116
|
+
"return": {
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "void"
|
|
3119
|
+
}
|
|
3120
|
+
}
|
|
3077
3121
|
},
|
|
3078
3122
|
{
|
|
3079
3123
|
"kind": "field",
|
|
3080
|
-
"name": "
|
|
3124
|
+
"name": "data",
|
|
3081
3125
|
"type": {
|
|
3082
|
-
"text": "
|
|
3126
|
+
"text": "T | undefined"
|
|
3083
3127
|
},
|
|
3084
|
-
"privacy": "public"
|
|
3085
|
-
"readonly": true,
|
|
3086
|
-
"default": "new ResizeController(this.host)"
|
|
3128
|
+
"privacy": "public"
|
|
3087
3129
|
},
|
|
3088
3130
|
{
|
|
3089
3131
|
"kind": "field",
|
|
3090
3132
|
"name": "columns",
|
|
3091
3133
|
"type": {
|
|
3092
|
-
"text": "ColumnConfiguration<T
|
|
3134
|
+
"text": "Array<ColumnConfiguration<T>>"
|
|
3093
3135
|
},
|
|
3094
3136
|
"privacy": "public",
|
|
3095
|
-
"
|
|
3137
|
+
"default": "[]"
|
|
3096
3138
|
},
|
|
3097
3139
|
{
|
|
3098
3140
|
"kind": "field",
|
|
3099
|
-
"name": "
|
|
3141
|
+
"name": "activeNode",
|
|
3100
3142
|
"type": {
|
|
3101
|
-
"text": "
|
|
3143
|
+
"text": "ActiveNode<T> | undefined"
|
|
3102
3144
|
},
|
|
3103
|
-
"privacy": "public"
|
|
3104
|
-
"description": "Returns the header row element of the grid.",
|
|
3105
|
-
"readonly": true
|
|
3145
|
+
"privacy": "public"
|
|
3106
3146
|
},
|
|
3107
3147
|
{
|
|
3108
3148
|
"kind": "field",
|
|
3109
|
-
"name": "
|
|
3149
|
+
"name": "index",
|
|
3110
3150
|
"type": {
|
|
3111
|
-
"text": "
|
|
3151
|
+
"text": "number"
|
|
3112
3152
|
},
|
|
3113
3153
|
"privacy": "public",
|
|
3114
|
-
"
|
|
3115
|
-
"readonly": true
|
|
3154
|
+
"default": "-1"
|
|
3116
3155
|
},
|
|
3117
3156
|
{
|
|
3118
3157
|
"kind": "field",
|
|
3119
|
-
"name": "
|
|
3158
|
+
"name": "cells",
|
|
3120
3159
|
"type": {
|
|
3121
|
-
"text": "
|
|
3160
|
+
"text": "IgcGridLiteCell<T>[]"
|
|
3122
3161
|
},
|
|
3123
3162
|
"privacy": "public",
|
|
3124
|
-
"description": "Returns the data row elements of the grid.",
|
|
3125
3163
|
"readonly": true
|
|
3126
|
-
}
|
|
3164
|
+
}
|
|
3165
|
+
],
|
|
3166
|
+
"superclass": {
|
|
3167
|
+
"name": "LitElement",
|
|
3168
|
+
"package": "lit"
|
|
3169
|
+
},
|
|
3170
|
+
"customElement": true
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"exports": [
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "js",
|
|
3176
|
+
"name": "default",
|
|
3177
|
+
"declaration": {
|
|
3178
|
+
"name": "IgcGridLiteRow",
|
|
3179
|
+
"module": "src/components/row.ts"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "javascript-module",
|
|
3186
|
+
"path": "src/components/virtualizer.ts",
|
|
3187
|
+
"declarations": [
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "class",
|
|
3190
|
+
"description": "",
|
|
3191
|
+
"name": "IgcVirtualizer",
|
|
3192
|
+
"members": [
|
|
3127
3193
|
{
|
|
3128
3194
|
"kind": "field",
|
|
3129
|
-
"name": "
|
|
3130
|
-
"type": {
|
|
3131
|
-
"text": "IgcVirtualizer | null"
|
|
3132
|
-
},
|
|
3195
|
+
"name": "tagName",
|
|
3133
3196
|
"privacy": "public",
|
|
3134
|
-
"
|
|
3197
|
+
"static": true,
|
|
3135
3198
|
"readonly": true
|
|
3136
3199
|
},
|
|
3137
3200
|
{
|
|
3138
3201
|
"kind": "field",
|
|
3139
|
-
"name": "
|
|
3202
|
+
"name": "layout",
|
|
3140
3203
|
"type": {
|
|
3141
|
-
"text": "
|
|
3204
|
+
"text": "LitVirtualizer['layout']"
|
|
3142
3205
|
},
|
|
3143
3206
|
"privacy": "public",
|
|
3144
|
-
"
|
|
3207
|
+
"default": "{ type: IgcFlowLayout, }"
|
|
3145
3208
|
},
|
|
3146
3209
|
{
|
|
3147
3210
|
"kind": "method",
|
|
3148
|
-
"name": "
|
|
3211
|
+
"name": "register",
|
|
3149
3212
|
"privacy": "public",
|
|
3213
|
+
"static": true,
|
|
3150
3214
|
"return": {
|
|
3151
3215
|
"type": {
|
|
3152
3216
|
"text": "void"
|
|
@@ -3154,92 +3218,28 @@
|
|
|
3154
3218
|
}
|
|
3155
3219
|
},
|
|
3156
3220
|
{
|
|
3157
|
-
"kind": "
|
|
3158
|
-
"name": "
|
|
3159
|
-
"
|
|
3160
|
-
|
|
3161
|
-
"type": {
|
|
3162
|
-
"text": "void"
|
|
3163
|
-
}
|
|
3221
|
+
"kind": "field",
|
|
3222
|
+
"name": "scroller",
|
|
3223
|
+
"type": {
|
|
3224
|
+
"text": "boolean"
|
|
3164
3225
|
},
|
|
3165
|
-
"parameters": [
|
|
3166
|
-
{
|
|
3167
|
-
"name": "columns",
|
|
3168
|
-
"type": {
|
|
3169
|
-
"text": "ColumnConfiguration<T>[]"
|
|
3170
|
-
}
|
|
3171
|
-
}
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"kind": "method",
|
|
3176
|
-
"name": "setAutoColumnConfiguration",
|
|
3177
|
-
"privacy": "public",
|
|
3178
|
-
"return": {
|
|
3179
|
-
"type": {
|
|
3180
|
-
"text": "void"
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"kind": "method",
|
|
3186
|
-
"name": "updateColumnsConfiguration",
|
|
3187
3226
|
"privacy": "public",
|
|
3188
|
-
"
|
|
3189
|
-
"type": {
|
|
3190
|
-
"text": "void"
|
|
3191
|
-
}
|
|
3192
|
-
},
|
|
3193
|
-
"parameters": [
|
|
3194
|
-
{
|
|
3195
|
-
"name": "config",
|
|
3196
|
-
"type": {
|
|
3197
|
-
"text": "ColumnConfiguration<T>[]"
|
|
3198
|
-
}
|
|
3199
|
-
}
|
|
3200
|
-
]
|
|
3201
|
-
}
|
|
3202
|
-
]
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"kind": "function",
|
|
3206
|
-
"name": "createStateController",
|
|
3207
|
-
"return": {
|
|
3208
|
-
"type": {
|
|
3209
|
-
"text": "StateController<T>"
|
|
3210
|
-
}
|
|
3211
|
-
},
|
|
3212
|
-
"parameters": [
|
|
3213
|
-
{
|
|
3214
|
-
"name": "host",
|
|
3215
|
-
"type": {
|
|
3216
|
-
"text": "GridHost<T>"
|
|
3217
|
-
}
|
|
3218
|
-
},
|
|
3219
|
-
{
|
|
3220
|
-
"name": "observersCallback",
|
|
3221
|
-
"type": {
|
|
3222
|
-
"text": "() => void"
|
|
3223
|
-
}
|
|
3227
|
+
"default": "true"
|
|
3224
3228
|
}
|
|
3225
|
-
]
|
|
3229
|
+
],
|
|
3230
|
+
"superclass": {
|
|
3231
|
+
"name": "LitVirtualizer",
|
|
3232
|
+
"package": "@lit-labs/virtualizer/LitVirtualizer.js"
|
|
3233
|
+
}
|
|
3226
3234
|
}
|
|
3227
3235
|
],
|
|
3228
3236
|
"exports": [
|
|
3229
3237
|
{
|
|
3230
3238
|
"kind": "js",
|
|
3231
|
-
"name": "
|
|
3232
|
-
"declaration": {
|
|
3233
|
-
"name": "createStateController",
|
|
3234
|
-
"module": "src/controllers/state.ts"
|
|
3235
|
-
}
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"kind": "js",
|
|
3239
|
-
"name": "StateController",
|
|
3239
|
+
"name": "default",
|
|
3240
3240
|
"declaration": {
|
|
3241
|
-
"name": "
|
|
3242
|
-
"module": "src/
|
|
3241
|
+
"name": "IgcVirtualizer",
|
|
3242
|
+
"module": "src/components/virtualizer.ts"
|
|
3243
3243
|
}
|
|
3244
3244
|
}
|
|
3245
3245
|
]
|