@genesislcap/grid-tabulator 14.373.2-MX-499.4 → 14.373.2-MX-499-LIST.1
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/dist/custom-elements.json +605 -605
- package/package.json +14 -17
|
@@ -3336,184 +3336,458 @@
|
|
|
3336
3336
|
},
|
|
3337
3337
|
{
|
|
3338
3338
|
"kind": "javascript-module",
|
|
3339
|
-
"path": "src/
|
|
3339
|
+
"path": "src/column/column.ts",
|
|
3340
3340
|
"declarations": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "variable",
|
|
3343
|
-
"name": "criteriaDelimiter",
|
|
3344
|
-
"type": {
|
|
3345
|
-
"text": "string"
|
|
3346
|
-
},
|
|
3347
|
-
"default": "';'",
|
|
3348
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "variable",
|
|
3352
|
-
"name": "criteriaJoin",
|
|
3353
|
-
"type": {
|
|
3354
|
-
"text": "string"
|
|
3355
|
-
},
|
|
3356
|
-
"default": "' && '",
|
|
3357
|
-
"description": "Join operator for criteria in the datasource"
|
|
3358
|
-
},
|
|
3359
3341
|
{
|
|
3360
3342
|
"kind": "class",
|
|
3361
|
-
"description": "The
|
|
3362
|
-
"name": "
|
|
3343
|
+
"description": "The GridTabulator Column element.",
|
|
3344
|
+
"name": "GridTabulatorColumn",
|
|
3363
3345
|
"members": [
|
|
3364
3346
|
{
|
|
3365
3347
|
"kind": "field",
|
|
3366
|
-
"name": "
|
|
3367
|
-
"type": {
|
|
3368
|
-
"text": "Auth"
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "field",
|
|
3373
|
-
"name": "connect",
|
|
3348
|
+
"name": "slottedCell",
|
|
3374
3349
|
"type": {
|
|
3375
|
-
"text": "
|
|
3376
|
-
}
|
|
3350
|
+
"text": "HTMLElement[]"
|
|
3351
|
+
},
|
|
3352
|
+
"privacy": "public"
|
|
3377
3353
|
},
|
|
3378
3354
|
{
|
|
3379
3355
|
"kind": "field",
|
|
3380
|
-
"name": "
|
|
3356
|
+
"name": "definition",
|
|
3381
3357
|
"type": {
|
|
3382
|
-
"text": "
|
|
3383
|
-
}
|
|
3358
|
+
"text": "Partial<ColumnDefinition>"
|
|
3359
|
+
},
|
|
3360
|
+
"default": "{}"
|
|
3384
3361
|
},
|
|
3385
3362
|
{
|
|
3386
|
-
"kind": "
|
|
3387
|
-
"name": "
|
|
3388
|
-
"
|
|
3389
|
-
"text": "Options"
|
|
3390
|
-
}
|
|
3363
|
+
"kind": "method",
|
|
3364
|
+
"name": "slottedCellChanged",
|
|
3365
|
+
"privacy": "public"
|
|
3391
3366
|
},
|
|
3392
3367
|
{
|
|
3393
|
-
"kind": "
|
|
3394
|
-
"name": "
|
|
3395
|
-
"
|
|
3396
|
-
"
|
|
3368
|
+
"kind": "method",
|
|
3369
|
+
"name": "deepClone",
|
|
3370
|
+
"return": {
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "Node"
|
|
3373
|
+
}
|
|
3397
3374
|
},
|
|
3398
|
-
"
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "field",
|
|
3403
|
-
"name": "criteria",
|
|
3404
|
-
"type": {
|
|
3405
|
-
"text": "string"
|
|
3375
|
+
"inheritedFrom": {
|
|
3376
|
+
"name": "LifecycleMixin",
|
|
3377
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
3378
|
}
|
|
3407
3379
|
},
|
|
3408
3380
|
{
|
|
3409
3381
|
"kind": "method",
|
|
3410
|
-
"name": "
|
|
3382
|
+
"name": "cloneNode",
|
|
3383
|
+
"return": {
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "Node"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3411
3388
|
"parameters": [
|
|
3412
3389
|
{
|
|
3413
|
-
"name": "
|
|
3414
|
-
"
|
|
3415
|
-
"text": "string"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"name": "newCriteria",
|
|
3390
|
+
"name": "deep",
|
|
3391
|
+
"optional": true,
|
|
3420
3392
|
"type": {
|
|
3421
|
-
"text": "
|
|
3393
|
+
"text": "boolean"
|
|
3422
3394
|
}
|
|
3423
3395
|
}
|
|
3424
|
-
]
|
|
3396
|
+
],
|
|
3397
|
+
"inheritedFrom": {
|
|
3398
|
+
"name": "LifecycleMixin",
|
|
3399
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3400
|
+
}
|
|
3425
3401
|
},
|
|
3426
3402
|
{
|
|
3427
3403
|
"kind": "field",
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3430
|
-
"
|
|
3404
|
+
"name": "shouldRunDisconnect",
|
|
3405
|
+
"return": {
|
|
3406
|
+
"type": {
|
|
3407
|
+
"text": ""
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"readonly": true,
|
|
3411
|
+
"inheritedFrom": {
|
|
3412
|
+
"name": "LifecycleMixin",
|
|
3413
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3431
3414
|
}
|
|
3432
3415
|
},
|
|
3433
3416
|
{
|
|
3434
3417
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3418
|
+
"name": "shouldRunConnect",
|
|
3419
|
+
"return": {
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": ""
|
|
3422
|
+
}
|
|
3438
3423
|
},
|
|
3439
|
-
"
|
|
3424
|
+
"readonly": true,
|
|
3425
|
+
"inheritedFrom": {
|
|
3426
|
+
"name": "LifecycleMixin",
|
|
3427
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3428
|
+
}
|
|
3440
3429
|
},
|
|
3441
3430
|
{
|
|
3442
|
-
"kind": "
|
|
3443
|
-
"name": "
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3431
|
+
"kind": "method",
|
|
3432
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3433
|
+
"return": {
|
|
3434
|
+
"type": {
|
|
3435
|
+
"text": "boolean"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"parameters": [
|
|
3439
|
+
{
|
|
3440
|
+
"name": "lifecycleType",
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "Lifecycletype"
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
],
|
|
3446
|
+
"inheritedFrom": {
|
|
3447
|
+
"name": "LifecycleMixin",
|
|
3448
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3446
3449
|
}
|
|
3447
3450
|
},
|
|
3448
3451
|
{
|
|
3449
3452
|
"kind": "field",
|
|
3450
|
-
"name": "
|
|
3453
|
+
"name": "_presentation",
|
|
3451
3454
|
"type": {
|
|
3452
|
-
"text": "
|
|
3455
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3456
|
+
},
|
|
3457
|
+
"privacy": "private",
|
|
3458
|
+
"default": "void 0",
|
|
3459
|
+
"inheritedFrom": {
|
|
3460
|
+
"name": "FoundationElement",
|
|
3461
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3453
3462
|
}
|
|
3454
3463
|
},
|
|
3455
3464
|
{
|
|
3456
3465
|
"kind": "field",
|
|
3457
|
-
"name": "
|
|
3466
|
+
"name": "$presentation",
|
|
3458
3467
|
"type": {
|
|
3459
|
-
"text": "
|
|
3468
|
+
"text": "ComponentPresentation | null"
|
|
3469
|
+
},
|
|
3470
|
+
"privacy": "public",
|
|
3471
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3472
|
+
"inheritedFrom": {
|
|
3473
|
+
"name": "FoundationElement",
|
|
3474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3460
3475
|
}
|
|
3461
3476
|
},
|
|
3462
3477
|
{
|
|
3463
3478
|
"kind": "field",
|
|
3464
|
-
"name": "
|
|
3479
|
+
"name": "template",
|
|
3465
3480
|
"type": {
|
|
3466
|
-
"text": "
|
|
3481
|
+
"text": "ElementViewTemplate | void | null"
|
|
3467
3482
|
},
|
|
3468
|
-
"
|
|
3483
|
+
"privacy": "public",
|
|
3484
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3485
|
+
"inheritedFrom": {
|
|
3486
|
+
"name": "FoundationElement",
|
|
3487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
+
}
|
|
3469
3489
|
},
|
|
3470
3490
|
{
|
|
3471
|
-
"kind": "
|
|
3472
|
-
"name": "
|
|
3473
|
-
"
|
|
3474
|
-
|
|
3491
|
+
"kind": "method",
|
|
3492
|
+
"name": "templateChanged",
|
|
3493
|
+
"privacy": "protected",
|
|
3494
|
+
"return": {
|
|
3495
|
+
"type": {
|
|
3496
|
+
"text": "void"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"inheritedFrom": {
|
|
3500
|
+
"name": "FoundationElement",
|
|
3501
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3475
3502
|
}
|
|
3476
3503
|
},
|
|
3477
3504
|
{
|
|
3478
3505
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3506
|
+
"name": "styles",
|
|
3480
3507
|
"type": {
|
|
3481
|
-
"text": "
|
|
3508
|
+
"text": "ElementStyles | void | null"
|
|
3509
|
+
},
|
|
3510
|
+
"privacy": "public",
|
|
3511
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3512
|
+
"inheritedFrom": {
|
|
3513
|
+
"name": "FoundationElement",
|
|
3514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3482
3515
|
}
|
|
3483
3516
|
},
|
|
3484
3517
|
{
|
|
3485
|
-
"kind": "
|
|
3486
|
-
"name": "
|
|
3487
|
-
"
|
|
3488
|
-
|
|
3518
|
+
"kind": "method",
|
|
3519
|
+
"name": "stylesChanged",
|
|
3520
|
+
"privacy": "protected",
|
|
3521
|
+
"return": {
|
|
3522
|
+
"type": {
|
|
3523
|
+
"text": "void"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
"inheritedFrom": {
|
|
3527
|
+
"name": "FoundationElement",
|
|
3528
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3489
3529
|
}
|
|
3490
3530
|
},
|
|
3491
3531
|
{
|
|
3492
3532
|
"kind": "method",
|
|
3493
|
-
"name": "
|
|
3533
|
+
"name": "compose",
|
|
3534
|
+
"privacy": "public",
|
|
3535
|
+
"static": true,
|
|
3536
|
+
"return": {
|
|
3537
|
+
"type": {
|
|
3538
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3494
3541
|
"parameters": [
|
|
3495
3542
|
{
|
|
3496
|
-
"name": "
|
|
3543
|
+
"name": "this",
|
|
3497
3544
|
"type": {
|
|
3498
|
-
"text": "
|
|
3545
|
+
"text": "K"
|
|
3499
3546
|
}
|
|
3500
3547
|
},
|
|
3501
3548
|
{
|
|
3502
|
-
"name": "
|
|
3549
|
+
"name": "elementDefinition",
|
|
3503
3550
|
"type": {
|
|
3504
|
-
"text": "
|
|
3505
|
-
}
|
|
3551
|
+
"text": "T"
|
|
3552
|
+
},
|
|
3553
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3506
3554
|
}
|
|
3507
|
-
]
|
|
3508
|
-
|
|
3555
|
+
],
|
|
3556
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
|
+
"inheritedFrom": {
|
|
3558
|
+
"name": "FoundationElement",
|
|
3559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
],
|
|
3563
|
+
"mixins": [
|
|
3509
3564
|
{
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3565
|
+
"name": "LifecycleMixin",
|
|
3566
|
+
"package": "@genesislcap/foundation-utils"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"superclass": {
|
|
3570
|
+
"name": "FoundationElement",
|
|
3571
|
+
"package": "@microsoft/fast-foundation"
|
|
3572
|
+
},
|
|
3573
|
+
"tagName": "grid-tabulator-column",
|
|
3574
|
+
"customElement": true
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"exports": [
|
|
3578
|
+
{
|
|
3579
|
+
"kind": "js",
|
|
3580
|
+
"name": "GridTabulatorColumn",
|
|
3581
|
+
"declaration": {
|
|
3582
|
+
"name": "GridTabulatorColumn",
|
|
3583
|
+
"module": "src/column/column.ts"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "custom-element-definition",
|
|
3588
|
+
"name": "grid-tabulator-column",
|
|
3589
|
+
"declaration": {
|
|
3590
|
+
"name": "GridTabulatorColumn",
|
|
3591
|
+
"module": "src/column/column.ts"
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "javascript-module",
|
|
3598
|
+
"path": "src/column/index.ts",
|
|
3599
|
+
"declarations": [],
|
|
3600
|
+
"exports": [
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "js",
|
|
3603
|
+
"name": "*",
|
|
3604
|
+
"declaration": {
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"package": "./column"
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "javascript-module",
|
|
3613
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3614
|
+
"declarations": [
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "variable",
|
|
3617
|
+
"name": "criteriaDelimiter",
|
|
3618
|
+
"type": {
|
|
3619
|
+
"text": "string"
|
|
3620
|
+
},
|
|
3621
|
+
"default": "';'",
|
|
3622
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"kind": "variable",
|
|
3626
|
+
"name": "criteriaJoin",
|
|
3627
|
+
"type": {
|
|
3628
|
+
"text": "string"
|
|
3629
|
+
},
|
|
3630
|
+
"default": "' && '",
|
|
3631
|
+
"description": "Join operator for criteria in the datasource"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "class",
|
|
3635
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3636
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3637
|
+
"members": [
|
|
3638
|
+
{
|
|
3639
|
+
"kind": "field",
|
|
3640
|
+
"name": "auth",
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "Auth"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"kind": "field",
|
|
3647
|
+
"name": "connect",
|
|
3648
|
+
"type": {
|
|
3649
|
+
"text": "Connect"
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"kind": "field",
|
|
3654
|
+
"name": "datasource",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "Datasource"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "field",
|
|
3661
|
+
"name": "deferredGridOptions",
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "Options"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "field",
|
|
3668
|
+
"name": "deferredColumnStates",
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "any[]"
|
|
3671
|
+
},
|
|
3672
|
+
"default": "[]",
|
|
3673
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"kind": "field",
|
|
3677
|
+
"name": "criteria",
|
|
3678
|
+
"type": {
|
|
3679
|
+
"text": "string"
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"kind": "method",
|
|
3684
|
+
"name": "criteriaChanged",
|
|
3685
|
+
"parameters": [
|
|
3686
|
+
{
|
|
3687
|
+
"name": "oldCriteria",
|
|
3688
|
+
"type": {
|
|
3689
|
+
"text": "string"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "newCriteria",
|
|
3694
|
+
"type": {
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
3698
|
+
]
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"kind": "field",
|
|
3702
|
+
"name": "fields",
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": "string"
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "field",
|
|
3709
|
+
"name": "isSnapshot",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "boolean"
|
|
3712
|
+
},
|
|
3713
|
+
"default": "false"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"kind": "field",
|
|
3717
|
+
"name": "maxRows",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "number"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "field",
|
|
3724
|
+
"name": "maxView",
|
|
3725
|
+
"type": {
|
|
3726
|
+
"text": "number"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"kind": "field",
|
|
3731
|
+
"name": "pollingInterval",
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "number"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"kind": "field",
|
|
3738
|
+
"name": "movingView",
|
|
3739
|
+
"type": {
|
|
3740
|
+
"text": "boolean"
|
|
3741
|
+
},
|
|
3742
|
+
"default": "false"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"kind": "field",
|
|
3746
|
+
"name": "orderBy",
|
|
3747
|
+
"type": {
|
|
3748
|
+
"text": "string"
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "request",
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "any"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"kind": "field",
|
|
3760
|
+
"name": "resourceName",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "string"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"kind": "method",
|
|
3767
|
+
"name": "resourceNameChanged",
|
|
3768
|
+
"parameters": [
|
|
3769
|
+
{
|
|
3770
|
+
"name": "oldValue",
|
|
3771
|
+
"type": {
|
|
3772
|
+
"text": "string"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "newValue",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "string"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"kind": "field",
|
|
3785
|
+
"name": "reverse",
|
|
3786
|
+
"type": {
|
|
3787
|
+
"text": "boolean"
|
|
3788
|
+
},
|
|
3789
|
+
"default": "false"
|
|
3790
|
+
},
|
|
3517
3791
|
{
|
|
3518
3792
|
"kind": "field",
|
|
3519
3793
|
"name": "rowIdAttr",
|
|
@@ -3791,512 +4065,122 @@
|
|
|
3791
4065
|
{
|
|
3792
4066
|
"kind": "method",
|
|
3793
4067
|
"name": "handleStreamInserts",
|
|
3794
|
-
"privacy": "private",
|
|
3795
|
-
"parameters": [
|
|
3796
|
-
{
|
|
3797
|
-
"name": "insertedRows",
|
|
3798
|
-
"type": {
|
|
3799
|
-
"text": "any[]"
|
|
3800
|
-
}
|
|
3801
|
-
}
|
|
3802
|
-
]
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "method",
|
|
3806
|
-
"name": "handleStreamDeletes",
|
|
3807
|
-
"privacy": "private",
|
|
3808
|
-
"parameters": [
|
|
3809
|
-
{
|
|
3810
|
-
"name": "deletedRows",
|
|
3811
|
-
"type": {
|
|
3812
|
-
"text": "any[]"
|
|
3813
|
-
}
|
|
3814
|
-
}
|
|
3815
|
-
]
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "method",
|
|
3819
|
-
"name": "handleStreamUpdates",
|
|
3820
|
-
"privacy": "private",
|
|
3821
|
-
"parameters": [
|
|
3822
|
-
{
|
|
3823
|
-
"name": "updatedRows",
|
|
3824
|
-
"type": {
|
|
3825
|
-
"text": "any[]"
|
|
3826
|
-
}
|
|
3827
|
-
}
|
|
3828
|
-
]
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"kind": "method",
|
|
3832
|
-
"name": "handleSizeChanged",
|
|
3833
|
-
"privacy": "private",
|
|
3834
|
-
"parameters": [
|
|
3835
|
-
{
|
|
3836
|
-
"name": "oldSize",
|
|
3837
|
-
"type": {
|
|
3838
|
-
"text": "number"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "newSize",
|
|
3843
|
-
"type": {
|
|
3844
|
-
"text": "number"
|
|
3845
|
-
}
|
|
3846
|
-
}
|
|
3847
|
-
],
|
|
3848
|
-
"description": "Emit event when the number of rows changes"
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "method",
|
|
3852
|
-
"name": "buildCriteria",
|
|
3853
|
-
"privacy": "private",
|
|
3854
|
-
"return": {
|
|
3855
|
-
"type": {
|
|
3856
|
-
"text": "string"
|
|
3857
|
-
}
|
|
3858
|
-
}
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"kind": "method",
|
|
3862
|
-
"name": "setFilter",
|
|
3863
|
-
"privacy": "public",
|
|
3864
|
-
"parameters": [
|
|
3865
|
-
{
|
|
3866
|
-
"name": "fieldName",
|
|
3867
|
-
"type": {
|
|
3868
|
-
"text": "string"
|
|
3869
|
-
}
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
"name": "newFilter",
|
|
3873
|
-
"type": {
|
|
3874
|
-
"text": "string"
|
|
3875
|
-
}
|
|
3876
|
-
}
|
|
3877
|
-
]
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"kind": "method",
|
|
3881
|
-
"name": "removeFilter",
|
|
3882
|
-
"privacy": "public",
|
|
3883
|
-
"parameters": [
|
|
3884
|
-
{
|
|
3885
|
-
"name": "fieldName",
|
|
3886
|
-
"type": {
|
|
3887
|
-
"text": "string"
|
|
3888
|
-
}
|
|
3889
|
-
}
|
|
3890
|
-
]
|
|
3891
|
-
},
|
|
3892
|
-
{
|
|
3893
|
-
"kind": "method",
|
|
3894
|
-
"name": "datasourceStatusChanged",
|
|
3895
|
-
"parameters": [
|
|
3896
|
-
{
|
|
3897
|
-
"name": "prev",
|
|
3898
|
-
"type": {
|
|
3899
|
-
"text": "DatasourceStatus"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"name": "next",
|
|
3904
|
-
"type": {
|
|
3905
|
-
"text": "DatasourceStatus"
|
|
3906
|
-
}
|
|
3907
|
-
}
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "method",
|
|
3912
|
-
"name": "cloneNode",
|
|
3913
|
-
"return": {
|
|
3914
|
-
"type": {
|
|
3915
|
-
"text": "Node"
|
|
3916
|
-
}
|
|
3917
|
-
},
|
|
3918
|
-
"parameters": [
|
|
3919
|
-
{
|
|
3920
|
-
"name": "deep",
|
|
3921
|
-
"optional": true,
|
|
3922
|
-
"type": {
|
|
3923
|
-
"text": "boolean"
|
|
3924
|
-
}
|
|
3925
|
-
}
|
|
3926
|
-
],
|
|
3927
|
-
"inheritedFrom": {
|
|
3928
|
-
"name": "LifecycleMixin",
|
|
3929
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "field",
|
|
3934
|
-
"name": "shouldRunDisconnect",
|
|
3935
|
-
"return": {
|
|
3936
|
-
"type": {
|
|
3937
|
-
"text": ""
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
"readonly": true,
|
|
3941
|
-
"inheritedFrom": {
|
|
3942
|
-
"name": "LifecycleMixin",
|
|
3943
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3944
|
-
}
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "field",
|
|
3948
|
-
"name": "shouldRunConnect",
|
|
3949
|
-
"return": {
|
|
3950
|
-
"type": {
|
|
3951
|
-
"text": ""
|
|
3952
|
-
}
|
|
3953
|
-
},
|
|
3954
|
-
"readonly": true,
|
|
3955
|
-
"inheritedFrom": {
|
|
3956
|
-
"name": "LifecycleMixin",
|
|
3957
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"kind": "method",
|
|
3962
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
3963
|
-
"return": {
|
|
3964
|
-
"type": {
|
|
3965
|
-
"text": "boolean"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
"parameters": [
|
|
3969
|
-
{
|
|
3970
|
-
"name": "lifecycleType",
|
|
3971
|
-
"type": {
|
|
3972
|
-
"text": "Lifecycletype"
|
|
3973
|
-
}
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
"inheritedFrom": {
|
|
3977
|
-
"name": "LifecycleMixin",
|
|
3978
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3979
|
-
}
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"kind": "field",
|
|
3983
|
-
"name": "_presentation",
|
|
3984
|
-
"type": {
|
|
3985
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3986
|
-
},
|
|
3987
|
-
"privacy": "private",
|
|
3988
|
-
"default": "void 0",
|
|
3989
|
-
"inheritedFrom": {
|
|
3990
|
-
"name": "FoundationElement",
|
|
3991
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
|
-
{
|
|
3995
|
-
"kind": "field",
|
|
3996
|
-
"name": "$presentation",
|
|
3997
|
-
"type": {
|
|
3998
|
-
"text": "ComponentPresentation | null"
|
|
3999
|
-
},
|
|
4000
|
-
"privacy": "public",
|
|
4001
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4002
|
-
"inheritedFrom": {
|
|
4003
|
-
"name": "FoundationElement",
|
|
4004
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4005
|
-
}
|
|
4006
|
-
},
|
|
4007
|
-
{
|
|
4008
|
-
"kind": "field",
|
|
4009
|
-
"name": "template",
|
|
4010
|
-
"type": {
|
|
4011
|
-
"text": "ElementViewTemplate | void | null"
|
|
4012
|
-
},
|
|
4013
|
-
"privacy": "public",
|
|
4014
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4015
|
-
"inheritedFrom": {
|
|
4016
|
-
"name": "FoundationElement",
|
|
4017
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4018
|
-
}
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"kind": "method",
|
|
4022
|
-
"name": "templateChanged",
|
|
4023
|
-
"privacy": "protected",
|
|
4024
|
-
"return": {
|
|
4025
|
-
"type": {
|
|
4026
|
-
"text": "void"
|
|
4027
|
-
}
|
|
4028
|
-
},
|
|
4029
|
-
"inheritedFrom": {
|
|
4030
|
-
"name": "FoundationElement",
|
|
4031
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4032
|
-
}
|
|
4033
|
-
},
|
|
4034
|
-
{
|
|
4035
|
-
"kind": "field",
|
|
4036
|
-
"name": "styles",
|
|
4037
|
-
"type": {
|
|
4038
|
-
"text": "ElementStyles | void | null"
|
|
4039
|
-
},
|
|
4040
|
-
"privacy": "public",
|
|
4041
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4042
|
-
"inheritedFrom": {
|
|
4043
|
-
"name": "FoundationElement",
|
|
4044
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4045
|
-
}
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
"kind": "method",
|
|
4049
|
-
"name": "stylesChanged",
|
|
4050
|
-
"privacy": "protected",
|
|
4051
|
-
"return": {
|
|
4052
|
-
"type": {
|
|
4053
|
-
"text": "void"
|
|
4054
|
-
}
|
|
4055
|
-
},
|
|
4056
|
-
"inheritedFrom": {
|
|
4057
|
-
"name": "FoundationElement",
|
|
4058
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4059
|
-
}
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"kind": "method",
|
|
4063
|
-
"name": "compose",
|
|
4064
|
-
"privacy": "public",
|
|
4065
|
-
"static": true,
|
|
4066
|
-
"return": {
|
|
4067
|
-
"type": {
|
|
4068
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4069
|
-
}
|
|
4070
|
-
},
|
|
4071
|
-
"parameters": [
|
|
4072
|
-
{
|
|
4073
|
-
"name": "this",
|
|
4074
|
-
"type": {
|
|
4075
|
-
"text": "K"
|
|
4076
|
-
}
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"name": "elementDefinition",
|
|
4080
|
-
"type": {
|
|
4081
|
-
"text": "T"
|
|
4082
|
-
},
|
|
4083
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4084
|
-
}
|
|
4085
|
-
],
|
|
4086
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4087
|
-
"inheritedFrom": {
|
|
4088
|
-
"name": "FoundationElement",
|
|
4089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4090
|
-
}
|
|
4091
|
-
}
|
|
4092
|
-
],
|
|
4093
|
-
"attributes": [
|
|
4094
|
-
{
|
|
4095
|
-
"name": "criteria",
|
|
4096
|
-
"type": {
|
|
4097
|
-
"text": "string"
|
|
4098
|
-
},
|
|
4099
|
-
"fieldName": "criteria"
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"name": "fields",
|
|
4103
|
-
"type": {
|
|
4104
|
-
"text": "string"
|
|
4105
|
-
},
|
|
4106
|
-
"fieldName": "fields"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "is-snapshot",
|
|
4110
|
-
"type": {
|
|
4111
|
-
"text": "boolean"
|
|
4112
|
-
},
|
|
4113
|
-
"default": "false",
|
|
4114
|
-
"fieldName": "isSnapshot"
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
"name": "max-rows",
|
|
4118
|
-
"type": {
|
|
4119
|
-
"text": "number"
|
|
4120
|
-
},
|
|
4121
|
-
"fieldName": "maxRows"
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
"name": "max-view",
|
|
4125
|
-
"type": {
|
|
4126
|
-
"text": "number"
|
|
4127
|
-
},
|
|
4128
|
-
"fieldName": "maxView"
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"name": "polling-interval",
|
|
4132
|
-
"type": {
|
|
4133
|
-
"text": "number"
|
|
4134
|
-
},
|
|
4135
|
-
"fieldName": "pollingInterval"
|
|
4136
|
-
},
|
|
4137
|
-
{
|
|
4138
|
-
"name": "moving-view",
|
|
4139
|
-
"type": {
|
|
4140
|
-
"text": "boolean"
|
|
4141
|
-
},
|
|
4142
|
-
"default": "false",
|
|
4143
|
-
"fieldName": "movingView"
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "order-by",
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "string"
|
|
4149
|
-
},
|
|
4150
|
-
"fieldName": "orderBy"
|
|
4151
|
-
},
|
|
4152
|
-
{
|
|
4153
|
-
"name": "resource-name",
|
|
4154
|
-
"type": {
|
|
4155
|
-
"text": "string"
|
|
4156
|
-
},
|
|
4157
|
-
"fieldName": "resourceName"
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": "boolean"
|
|
4162
|
-
},
|
|
4163
|
-
"default": "false",
|
|
4164
|
-
"fieldName": "reverse"
|
|
4165
|
-
},
|
|
4166
|
-
{
|
|
4167
|
-
"name": "row-id",
|
|
4168
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4169
|
-
"fieldName": "rowIdAttr"
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "restart-on-reconnection",
|
|
4173
|
-
"type": {
|
|
4174
|
-
"text": "boolean"
|
|
4175
|
-
},
|
|
4176
|
-
"default": "true",
|
|
4177
|
-
"fieldName": "restartOnReconnection"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
4181
|
-
"type": {
|
|
4182
|
-
"text": "boolean"
|
|
4183
|
-
},
|
|
4184
|
-
"default": "false",
|
|
4185
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4186
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4187
|
-
}
|
|
4188
|
-
],
|
|
4189
|
-
"mixins": [
|
|
4190
|
-
{
|
|
4191
|
-
"name": "LifecycleMixin",
|
|
4192
|
-
"package": "@genesislcap/foundation-utils"
|
|
4193
|
-
},
|
|
4194
|
-
{
|
|
4195
|
-
"name": "DatasourceEventHandler",
|
|
4196
|
-
"package": "@genesislcap/foundation-comms"
|
|
4197
|
-
}
|
|
4198
|
-
],
|
|
4199
|
-
"superclass": {
|
|
4200
|
-
"name": "FoundationElement",
|
|
4201
|
-
"package": "@microsoft/fast-foundation"
|
|
4202
|
-
},
|
|
4203
|
-
"tagName": "grid-tabulator-client-side-datasource",
|
|
4204
|
-
"customElement": true
|
|
4205
|
-
}
|
|
4206
|
-
],
|
|
4207
|
-
"exports": [
|
|
4208
|
-
{
|
|
4209
|
-
"kind": "js",
|
|
4210
|
-
"name": "criteriaDelimiter",
|
|
4211
|
-
"declaration": {
|
|
4212
|
-
"name": "criteriaDelimiter",
|
|
4213
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
|
-
{
|
|
4217
|
-
"kind": "js",
|
|
4218
|
-
"name": "criteriaJoin",
|
|
4219
|
-
"declaration": {
|
|
4220
|
-
"name": "criteriaJoin",
|
|
4221
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4222
|
-
}
|
|
4223
|
-
},
|
|
4224
|
-
{
|
|
4225
|
-
"kind": "js",
|
|
4226
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4227
|
-
"declaration": {
|
|
4228
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4229
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"kind": "custom-element-definition",
|
|
4234
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
4235
|
-
"declaration": {
|
|
4236
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4237
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
]
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"kind": "javascript-module",
|
|
4244
|
-
"path": "src/datasource/index.ts",
|
|
4245
|
-
"declarations": [],
|
|
4246
|
-
"exports": [
|
|
4247
|
-
{
|
|
4248
|
-
"kind": "js",
|
|
4249
|
-
"name": "*",
|
|
4250
|
-
"declaration": {
|
|
4251
|
-
"name": "*",
|
|
4252
|
-
"package": "./client-side.datasource"
|
|
4253
|
-
}
|
|
4254
|
-
}
|
|
4255
|
-
]
|
|
4256
|
-
},
|
|
4257
|
-
{
|
|
4258
|
-
"kind": "javascript-module",
|
|
4259
|
-
"path": "src/column/column.ts",
|
|
4260
|
-
"declarations": [
|
|
4261
|
-
{
|
|
4262
|
-
"kind": "class",
|
|
4263
|
-
"description": "The GridTabulator Column element.",
|
|
4264
|
-
"name": "GridTabulatorColumn",
|
|
4265
|
-
"members": [
|
|
4068
|
+
"privacy": "private",
|
|
4069
|
+
"parameters": [
|
|
4070
|
+
{
|
|
4071
|
+
"name": "insertedRows",
|
|
4072
|
+
"type": {
|
|
4073
|
+
"text": "any[]"
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
]
|
|
4077
|
+
},
|
|
4266
4078
|
{
|
|
4267
|
-
"kind": "
|
|
4268
|
-
"name": "
|
|
4269
|
-
"
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4079
|
+
"kind": "method",
|
|
4080
|
+
"name": "handleStreamDeletes",
|
|
4081
|
+
"privacy": "private",
|
|
4082
|
+
"parameters": [
|
|
4083
|
+
{
|
|
4084
|
+
"name": "deletedRows",
|
|
4085
|
+
"type": {
|
|
4086
|
+
"text": "any[]"
|
|
4087
|
+
}
|
|
4088
|
+
}
|
|
4089
|
+
]
|
|
4273
4090
|
},
|
|
4274
4091
|
{
|
|
4275
|
-
"kind": "
|
|
4276
|
-
"name": "
|
|
4277
|
-
"
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4092
|
+
"kind": "method",
|
|
4093
|
+
"name": "handleStreamUpdates",
|
|
4094
|
+
"privacy": "private",
|
|
4095
|
+
"parameters": [
|
|
4096
|
+
{
|
|
4097
|
+
"name": "updatedRows",
|
|
4098
|
+
"type": {
|
|
4099
|
+
"text": "any[]"
|
|
4100
|
+
}
|
|
4101
|
+
}
|
|
4102
|
+
]
|
|
4281
4103
|
},
|
|
4282
4104
|
{
|
|
4283
4105
|
"kind": "method",
|
|
4284
|
-
"name": "
|
|
4285
|
-
"privacy": "
|
|
4106
|
+
"name": "handleSizeChanged",
|
|
4107
|
+
"privacy": "private",
|
|
4108
|
+
"parameters": [
|
|
4109
|
+
{
|
|
4110
|
+
"name": "oldSize",
|
|
4111
|
+
"type": {
|
|
4112
|
+
"text": "number"
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "newSize",
|
|
4117
|
+
"type": {
|
|
4118
|
+
"text": "number"
|
|
4119
|
+
}
|
|
4120
|
+
}
|
|
4121
|
+
],
|
|
4122
|
+
"description": "Emit event when the number of rows changes"
|
|
4286
4123
|
},
|
|
4287
4124
|
{
|
|
4288
4125
|
"kind": "method",
|
|
4289
|
-
"name": "
|
|
4126
|
+
"name": "buildCriteria",
|
|
4127
|
+
"privacy": "private",
|
|
4290
4128
|
"return": {
|
|
4291
4129
|
"type": {
|
|
4292
|
-
"text": "
|
|
4130
|
+
"text": "string"
|
|
4293
4131
|
}
|
|
4294
|
-
},
|
|
4295
|
-
"inheritedFrom": {
|
|
4296
|
-
"name": "LifecycleMixin",
|
|
4297
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4298
4132
|
}
|
|
4299
4133
|
},
|
|
4134
|
+
{
|
|
4135
|
+
"kind": "method",
|
|
4136
|
+
"name": "setFilter",
|
|
4137
|
+
"privacy": "public",
|
|
4138
|
+
"parameters": [
|
|
4139
|
+
{
|
|
4140
|
+
"name": "fieldName",
|
|
4141
|
+
"type": {
|
|
4142
|
+
"text": "string"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "newFilter",
|
|
4147
|
+
"type": {
|
|
4148
|
+
"text": "string"
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "method",
|
|
4155
|
+
"name": "removeFilter",
|
|
4156
|
+
"privacy": "public",
|
|
4157
|
+
"parameters": [
|
|
4158
|
+
{
|
|
4159
|
+
"name": "fieldName",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "string"
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
]
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"kind": "method",
|
|
4168
|
+
"name": "datasourceStatusChanged",
|
|
4169
|
+
"parameters": [
|
|
4170
|
+
{
|
|
4171
|
+
"name": "prev",
|
|
4172
|
+
"type": {
|
|
4173
|
+
"text": "DatasourceStatus"
|
|
4174
|
+
}
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"name": "next",
|
|
4178
|
+
"type": {
|
|
4179
|
+
"text": "DatasourceStatus"
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
]
|
|
4183
|
+
},
|
|
4300
4184
|
{
|
|
4301
4185
|
"kind": "method",
|
|
4302
4186
|
"name": "cloneNode",
|
|
@@ -4480,42 +4364,158 @@
|
|
|
4480
4364
|
}
|
|
4481
4365
|
}
|
|
4482
4366
|
],
|
|
4367
|
+
"attributes": [
|
|
4368
|
+
{
|
|
4369
|
+
"name": "criteria",
|
|
4370
|
+
"type": {
|
|
4371
|
+
"text": "string"
|
|
4372
|
+
},
|
|
4373
|
+
"fieldName": "criteria"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "fields",
|
|
4377
|
+
"type": {
|
|
4378
|
+
"text": "string"
|
|
4379
|
+
},
|
|
4380
|
+
"fieldName": "fields"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "is-snapshot",
|
|
4384
|
+
"type": {
|
|
4385
|
+
"text": "boolean"
|
|
4386
|
+
},
|
|
4387
|
+
"default": "false",
|
|
4388
|
+
"fieldName": "isSnapshot"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "max-rows",
|
|
4392
|
+
"type": {
|
|
4393
|
+
"text": "number"
|
|
4394
|
+
},
|
|
4395
|
+
"fieldName": "maxRows"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "max-view",
|
|
4399
|
+
"type": {
|
|
4400
|
+
"text": "number"
|
|
4401
|
+
},
|
|
4402
|
+
"fieldName": "maxView"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"name": "polling-interval",
|
|
4406
|
+
"type": {
|
|
4407
|
+
"text": "number"
|
|
4408
|
+
},
|
|
4409
|
+
"fieldName": "pollingInterval"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "moving-view",
|
|
4413
|
+
"type": {
|
|
4414
|
+
"text": "boolean"
|
|
4415
|
+
},
|
|
4416
|
+
"default": "false",
|
|
4417
|
+
"fieldName": "movingView"
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "order-by",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "string"
|
|
4423
|
+
},
|
|
4424
|
+
"fieldName": "orderBy"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "resource-name",
|
|
4428
|
+
"type": {
|
|
4429
|
+
"text": "string"
|
|
4430
|
+
},
|
|
4431
|
+
"fieldName": "resourceName"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"type": {
|
|
4435
|
+
"text": "boolean"
|
|
4436
|
+
},
|
|
4437
|
+
"default": "false",
|
|
4438
|
+
"fieldName": "reverse"
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"name": "row-id",
|
|
4442
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4443
|
+
"fieldName": "rowIdAttr"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "restart-on-reconnection",
|
|
4447
|
+
"type": {
|
|
4448
|
+
"text": "boolean"
|
|
4449
|
+
},
|
|
4450
|
+
"default": "true",
|
|
4451
|
+
"fieldName": "restartOnReconnection"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "boolean"
|
|
4457
|
+
},
|
|
4458
|
+
"default": "false",
|
|
4459
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4460
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4461
|
+
}
|
|
4462
|
+
],
|
|
4483
4463
|
"mixins": [
|
|
4484
4464
|
{
|
|
4485
4465
|
"name": "LifecycleMixin",
|
|
4486
4466
|
"package": "@genesislcap/foundation-utils"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "DatasourceEventHandler",
|
|
4470
|
+
"package": "@genesislcap/foundation-comms"
|
|
4487
4471
|
}
|
|
4488
4472
|
],
|
|
4489
4473
|
"superclass": {
|
|
4490
4474
|
"name": "FoundationElement",
|
|
4491
4475
|
"package": "@microsoft/fast-foundation"
|
|
4492
4476
|
},
|
|
4493
|
-
"tagName": "grid-tabulator-
|
|
4477
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4494
4478
|
"customElement": true
|
|
4495
4479
|
}
|
|
4496
4480
|
],
|
|
4497
4481
|
"exports": [
|
|
4498
4482
|
{
|
|
4499
4483
|
"kind": "js",
|
|
4500
|
-
"name": "
|
|
4484
|
+
"name": "criteriaDelimiter",
|
|
4501
4485
|
"declaration": {
|
|
4502
|
-
"name": "
|
|
4503
|
-
"module": "src/
|
|
4486
|
+
"name": "criteriaDelimiter",
|
|
4487
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"kind": "js",
|
|
4492
|
+
"name": "criteriaJoin",
|
|
4493
|
+
"declaration": {
|
|
4494
|
+
"name": "criteriaJoin",
|
|
4495
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"kind": "js",
|
|
4500
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4501
|
+
"declaration": {
|
|
4502
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4503
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4504
4504
|
}
|
|
4505
4505
|
},
|
|
4506
4506
|
{
|
|
4507
4507
|
"kind": "custom-element-definition",
|
|
4508
|
-
"name": "grid-tabulator-
|
|
4508
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4509
4509
|
"declaration": {
|
|
4510
|
-
"name": "
|
|
4511
|
-
"module": "src/
|
|
4510
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4511
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4512
4512
|
}
|
|
4513
4513
|
}
|
|
4514
4514
|
]
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
4517
4517
|
"kind": "javascript-module",
|
|
4518
|
-
"path": "src/
|
|
4518
|
+
"path": "src/datasource/index.ts",
|
|
4519
4519
|
"declarations": [],
|
|
4520
4520
|
"exports": [
|
|
4521
4521
|
{
|
|
@@ -4523,7 +4523,7 @@
|
|
|
4523
4523
|
"name": "*",
|
|
4524
4524
|
"declaration": {
|
|
4525
4525
|
"name": "*",
|
|
4526
|
-
"package": "./
|
|
4526
|
+
"package": "./client-side.datasource"
|
|
4527
4527
|
}
|
|
4528
4528
|
}
|
|
4529
4529
|
]
|