@genesislcap/grid-tabulator 14.373.2-MX-499.2 → 14.373.2-MX-499.4
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 +588 -588
- package/package.json +17 -14
|
@@ -3336,450 +3336,176 @@
|
|
|
3336
3336
|
},
|
|
3337
3337
|
{
|
|
3338
3338
|
"kind": "javascript-module",
|
|
3339
|
-
"path": "src/
|
|
3339
|
+
"path": "src/datasource/client-side.datasource.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
|
+
},
|
|
3341
3359
|
{
|
|
3342
3360
|
"kind": "class",
|
|
3343
|
-
"description": "The
|
|
3344
|
-
"name": "
|
|
3361
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3362
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3345
3363
|
"members": [
|
|
3346
3364
|
{
|
|
3347
3365
|
"kind": "field",
|
|
3348
|
-
"name": "
|
|
3366
|
+
"name": "auth",
|
|
3349
3367
|
"type": {
|
|
3350
|
-
"text": "
|
|
3351
|
-
}
|
|
3352
|
-
"privacy": "public"
|
|
3368
|
+
"text": "Auth"
|
|
3369
|
+
}
|
|
3353
3370
|
},
|
|
3354
3371
|
{
|
|
3355
3372
|
"kind": "field",
|
|
3356
|
-
"name": "
|
|
3373
|
+
"name": "connect",
|
|
3357
3374
|
"type": {
|
|
3358
|
-
"text": "
|
|
3359
|
-
}
|
|
3360
|
-
"default": "{}"
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "method",
|
|
3364
|
-
"name": "slottedCellChanged",
|
|
3365
|
-
"privacy": "public"
|
|
3375
|
+
"text": "Connect"
|
|
3376
|
+
}
|
|
3366
3377
|
},
|
|
3367
3378
|
{
|
|
3368
|
-
"kind": "
|
|
3369
|
-
"name": "
|
|
3370
|
-
"
|
|
3371
|
-
"
|
|
3372
|
-
"text": "Node"
|
|
3373
|
-
}
|
|
3374
|
-
},
|
|
3375
|
-
"inheritedFrom": {
|
|
3376
|
-
"name": "LifecycleMixin",
|
|
3377
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3379
|
+
"kind": "field",
|
|
3380
|
+
"name": "datasource",
|
|
3381
|
+
"type": {
|
|
3382
|
+
"text": "Datasource"
|
|
3378
3383
|
}
|
|
3379
3384
|
},
|
|
3380
3385
|
{
|
|
3381
|
-
"kind": "
|
|
3382
|
-
"name": "
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3385
|
-
"text": "Node"
|
|
3386
|
-
}
|
|
3387
|
-
},
|
|
3388
|
-
"parameters": [
|
|
3389
|
-
{
|
|
3390
|
-
"name": "deep",
|
|
3391
|
-
"optional": true,
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "boolean"
|
|
3394
|
-
}
|
|
3395
|
-
}
|
|
3396
|
-
],
|
|
3397
|
-
"inheritedFrom": {
|
|
3398
|
-
"name": "LifecycleMixin",
|
|
3399
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3386
|
+
"kind": "field",
|
|
3387
|
+
"name": "deferredGridOptions",
|
|
3388
|
+
"type": {
|
|
3389
|
+
"text": "Options"
|
|
3400
3390
|
}
|
|
3401
3391
|
},
|
|
3402
3392
|
{
|
|
3403
3393
|
"kind": "field",
|
|
3404
|
-
"name": "
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
"text": ""
|
|
3408
|
-
}
|
|
3394
|
+
"name": "deferredColumnStates",
|
|
3395
|
+
"type": {
|
|
3396
|
+
"text": "any[]"
|
|
3409
3397
|
},
|
|
3410
|
-
"
|
|
3411
|
-
"
|
|
3412
|
-
"name": "LifecycleMixin",
|
|
3413
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3414
|
-
}
|
|
3398
|
+
"default": "[]",
|
|
3399
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3415
3400
|
},
|
|
3416
3401
|
{
|
|
3417
3402
|
"kind": "field",
|
|
3418
|
-
"name": "
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
"text": ""
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
"readonly": true,
|
|
3425
|
-
"inheritedFrom": {
|
|
3426
|
-
"name": "LifecycleMixin",
|
|
3427
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3403
|
+
"name": "criteria",
|
|
3404
|
+
"type": {
|
|
3405
|
+
"text": "string"
|
|
3428
3406
|
}
|
|
3429
3407
|
},
|
|
3430
3408
|
{
|
|
3431
3409
|
"kind": "method",
|
|
3432
|
-
"name": "
|
|
3433
|
-
"return": {
|
|
3434
|
-
"type": {
|
|
3435
|
-
"text": "boolean"
|
|
3436
|
-
}
|
|
3437
|
-
},
|
|
3410
|
+
"name": "criteriaChanged",
|
|
3438
3411
|
"parameters": [
|
|
3439
3412
|
{
|
|
3440
|
-
"name": "
|
|
3413
|
+
"name": "oldCriteria",
|
|
3441
3414
|
"type": {
|
|
3442
|
-
"text": "
|
|
3415
|
+
"text": "string"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"name": "newCriteria",
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": "string"
|
|
3443
3422
|
}
|
|
3444
3423
|
}
|
|
3445
|
-
]
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3424
|
+
]
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "field",
|
|
3428
|
+
"name": "fields",
|
|
3429
|
+
"type": {
|
|
3430
|
+
"text": "string"
|
|
3449
3431
|
}
|
|
3450
3432
|
},
|
|
3451
3433
|
{
|
|
3452
3434
|
"kind": "field",
|
|
3453
|
-
"name": "
|
|
3435
|
+
"name": "isSnapshot",
|
|
3454
3436
|
"type": {
|
|
3455
|
-
"text": "
|
|
3437
|
+
"text": "boolean"
|
|
3456
3438
|
},
|
|
3457
|
-
"
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3439
|
+
"default": "false"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "field",
|
|
3443
|
+
"name": "maxRows",
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "number"
|
|
3462
3446
|
}
|
|
3463
3447
|
},
|
|
3464
3448
|
{
|
|
3465
3449
|
"kind": "field",
|
|
3466
|
-
"name": "
|
|
3450
|
+
"name": "maxView",
|
|
3467
3451
|
"type": {
|
|
3468
|
-
"text": "
|
|
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"
|
|
3452
|
+
"text": "number"
|
|
3475
3453
|
}
|
|
3476
3454
|
},
|
|
3477
3455
|
{
|
|
3478
3456
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3457
|
+
"name": "pollingInterval",
|
|
3480
3458
|
"type": {
|
|
3481
|
-
"text": "
|
|
3482
|
-
},
|
|
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"
|
|
3459
|
+
"text": "number"
|
|
3488
3460
|
}
|
|
3489
3461
|
},
|
|
3490
3462
|
{
|
|
3491
|
-
"kind": "
|
|
3492
|
-
"name": "
|
|
3493
|
-
"
|
|
3494
|
-
|
|
3495
|
-
"type": {
|
|
3496
|
-
"text": "void"
|
|
3497
|
-
}
|
|
3463
|
+
"kind": "field",
|
|
3464
|
+
"name": "movingView",
|
|
3465
|
+
"type": {
|
|
3466
|
+
"text": "boolean"
|
|
3498
3467
|
},
|
|
3499
|
-
"
|
|
3500
|
-
|
|
3501
|
-
|
|
3468
|
+
"default": "false"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "field",
|
|
3472
|
+
"name": "orderBy",
|
|
3473
|
+
"type": {
|
|
3474
|
+
"text": "string"
|
|
3502
3475
|
}
|
|
3503
3476
|
},
|
|
3504
3477
|
{
|
|
3505
3478
|
"kind": "field",
|
|
3506
|
-
"name": "
|
|
3479
|
+
"name": "request",
|
|
3507
3480
|
"type": {
|
|
3508
|
-
"text": "
|
|
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"
|
|
3481
|
+
"text": "any"
|
|
3515
3482
|
}
|
|
3516
3483
|
},
|
|
3517
3484
|
{
|
|
3518
|
-
"kind": "
|
|
3519
|
-
"name": "
|
|
3520
|
-
"
|
|
3521
|
-
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "void"
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
"inheritedFrom": {
|
|
3527
|
-
"name": "FoundationElement",
|
|
3528
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3485
|
+
"kind": "field",
|
|
3486
|
+
"name": "resourceName",
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "string"
|
|
3529
3489
|
}
|
|
3530
3490
|
},
|
|
3531
3491
|
{
|
|
3532
3492
|
"kind": "method",
|
|
3533
|
-
"name": "
|
|
3534
|
-
"privacy": "public",
|
|
3535
|
-
"static": true,
|
|
3536
|
-
"return": {
|
|
3537
|
-
"type": {
|
|
3538
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3493
|
+
"name": "resourceNameChanged",
|
|
3541
3494
|
"parameters": [
|
|
3542
3495
|
{
|
|
3543
|
-
"name": "
|
|
3496
|
+
"name": "oldValue",
|
|
3544
3497
|
"type": {
|
|
3545
|
-
"text": "
|
|
3498
|
+
"text": "string"
|
|
3546
3499
|
}
|
|
3547
3500
|
},
|
|
3548
3501
|
{
|
|
3549
|
-
"name": "
|
|
3502
|
+
"name": "newValue",
|
|
3550
3503
|
"type": {
|
|
3551
|
-
"text": "
|
|
3552
|
-
}
|
|
3553
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
}
|
|
3554
3506
|
}
|
|
3555
|
-
]
|
|
3556
|
-
|
|
3557
|
-
"inheritedFrom": {
|
|
3558
|
-
"name": "FoundationElement",
|
|
3559
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
"mixins": [
|
|
3564
|
-
{
|
|
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
|
-
},
|
|
3507
|
+
]
|
|
3508
|
+
},
|
|
3783
3509
|
{
|
|
3784
3510
|
"kind": "field",
|
|
3785
3511
|
"name": "reverse",
|
|
@@ -4076,111 +3802,501 @@
|
|
|
4076
3802
|
]
|
|
4077
3803
|
},
|
|
4078
3804
|
{
|
|
4079
|
-
"kind": "method",
|
|
4080
|
-
"name": "handleStreamDeletes",
|
|
4081
|
-
"privacy": "private",
|
|
4082
|
-
"parameters": [
|
|
4083
|
-
{
|
|
4084
|
-
"name": "deletedRows",
|
|
4085
|
-
"type": {
|
|
4086
|
-
"text": "any[]"
|
|
4087
|
-
}
|
|
4088
|
-
}
|
|
4089
|
-
]
|
|
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": [
|
|
4266
|
+
{
|
|
4267
|
+
"kind": "field",
|
|
4268
|
+
"name": "slottedCell",
|
|
4269
|
+
"type": {
|
|
4270
|
+
"text": "HTMLElement[]"
|
|
4271
|
+
},
|
|
4272
|
+
"privacy": "public"
|
|
4090
4273
|
},
|
|
4091
4274
|
{
|
|
4092
|
-
"kind": "
|
|
4093
|
-
"name": "
|
|
4094
|
-
"
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
"type": {
|
|
4099
|
-
"text": "any[]"
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
]
|
|
4275
|
+
"kind": "field",
|
|
4276
|
+
"name": "definition",
|
|
4277
|
+
"type": {
|
|
4278
|
+
"text": "Partial<ColumnDefinition>"
|
|
4279
|
+
},
|
|
4280
|
+
"default": "{}"
|
|
4103
4281
|
},
|
|
4104
4282
|
{
|
|
4105
4283
|
"kind": "method",
|
|
4106
|
-
"name": "
|
|
4107
|
-
"privacy": "
|
|
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"
|
|
4284
|
+
"name": "slottedCellChanged",
|
|
4285
|
+
"privacy": "public"
|
|
4123
4286
|
},
|
|
4124
4287
|
{
|
|
4125
4288
|
"kind": "method",
|
|
4126
|
-
"name": "
|
|
4127
|
-
"privacy": "private",
|
|
4289
|
+
"name": "deepClone",
|
|
4128
4290
|
"return": {
|
|
4129
4291
|
"type": {
|
|
4130
|
-
"text": "
|
|
4292
|
+
"text": "Node"
|
|
4131
4293
|
}
|
|
4294
|
+
},
|
|
4295
|
+
"inheritedFrom": {
|
|
4296
|
+
"name": "LifecycleMixin",
|
|
4297
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4132
4298
|
}
|
|
4133
4299
|
},
|
|
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
|
-
},
|
|
4184
4300
|
{
|
|
4185
4301
|
"kind": "method",
|
|
4186
4302
|
"name": "cloneNode",
|
|
@@ -4364,158 +4480,42 @@
|
|
|
4364
4480
|
}
|
|
4365
4481
|
}
|
|
4366
4482
|
],
|
|
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
|
-
],
|
|
4463
4483
|
"mixins": [
|
|
4464
4484
|
{
|
|
4465
4485
|
"name": "LifecycleMixin",
|
|
4466
4486
|
"package": "@genesislcap/foundation-utils"
|
|
4467
|
-
},
|
|
4468
|
-
{
|
|
4469
|
-
"name": "DatasourceEventHandler",
|
|
4470
|
-
"package": "@genesislcap/foundation-comms"
|
|
4471
4487
|
}
|
|
4472
4488
|
],
|
|
4473
4489
|
"superclass": {
|
|
4474
4490
|
"name": "FoundationElement",
|
|
4475
4491
|
"package": "@microsoft/fast-foundation"
|
|
4476
4492
|
},
|
|
4477
|
-
"tagName": "grid-tabulator-
|
|
4493
|
+
"tagName": "grid-tabulator-column",
|
|
4478
4494
|
"customElement": true
|
|
4479
4495
|
}
|
|
4480
4496
|
],
|
|
4481
4497
|
"exports": [
|
|
4482
4498
|
{
|
|
4483
4499
|
"kind": "js",
|
|
4484
|
-
"name": "
|
|
4485
|
-
"declaration": {
|
|
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",
|
|
4500
|
+
"name": "GridTabulatorColumn",
|
|
4501
4501
|
"declaration": {
|
|
4502
|
-
"name": "
|
|
4503
|
-
"module": "src/
|
|
4502
|
+
"name": "GridTabulatorColumn",
|
|
4503
|
+
"module": "src/column/column.ts"
|
|
4504
4504
|
}
|
|
4505
4505
|
},
|
|
4506
4506
|
{
|
|
4507
4507
|
"kind": "custom-element-definition",
|
|
4508
|
-
"name": "grid-tabulator-
|
|
4508
|
+
"name": "grid-tabulator-column",
|
|
4509
4509
|
"declaration": {
|
|
4510
|
-
"name": "
|
|
4511
|
-
"module": "src/
|
|
4510
|
+
"name": "GridTabulatorColumn",
|
|
4511
|
+
"module": "src/column/column.ts"
|
|
4512
4512
|
}
|
|
4513
4513
|
}
|
|
4514
4514
|
]
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
4517
4517
|
"kind": "javascript-module",
|
|
4518
|
-
"path": "src/
|
|
4518
|
+
"path": "src/column/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": "./column"
|
|
4527
4527
|
}
|
|
4528
4528
|
}
|
|
4529
4529
|
]
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.373.2-MX-499.
|
|
5
|
-
"sideEffects":
|
|
4
|
+
"version": "14.373.2-MX-499.4",
|
|
5
|
+
"sideEffects": [
|
|
6
|
+
"./src/**/*.ts",
|
|
7
|
+
"./dist/**/*.js"
|
|
8
|
+
],
|
|
6
9
|
"license": "SEE LICENSE IN license.txt",
|
|
7
10
|
"main": "dist/esm/index.js",
|
|
8
11
|
"types": "dist/dts/index.d.ts",
|
|
@@ -39,20 +42,20 @@
|
|
|
39
42
|
}
|
|
40
43
|
},
|
|
41
44
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.373.2-MX-499.
|
|
43
|
-
"@genesislcap/genx": "14.373.2-MX-499.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.373.2-MX-499.
|
|
45
|
-
"@genesislcap/ts-builder": "14.373.2-MX-499.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.
|
|
47
|
-
"@genesislcap/vite-builder": "14.373.2-MX-499.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.373.2-MX-499.
|
|
45
|
+
"@genesislcap/foundation-testing": "14.373.2-MX-499.4",
|
|
46
|
+
"@genesislcap/genx": "14.373.2-MX-499.4",
|
|
47
|
+
"@genesislcap/rollup-builder": "14.373.2-MX-499.4",
|
|
48
|
+
"@genesislcap/ts-builder": "14.373.2-MX-499.4",
|
|
49
|
+
"@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.4",
|
|
50
|
+
"@genesislcap/vite-builder": "14.373.2-MX-499.4",
|
|
51
|
+
"@genesislcap/webpack-builder": "14.373.2-MX-499.4",
|
|
49
52
|
"@types/tabulator-tables": "6.2.6"
|
|
50
53
|
},
|
|
51
54
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.373.2-MX-499.
|
|
53
|
-
"@genesislcap/foundation-logger": "14.373.2-MX-499.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.373.2-MX-499.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.373.2-MX-499.
|
|
55
|
+
"@genesislcap/foundation-comms": "14.373.2-MX-499.4",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.373.2-MX-499.4",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.373.2-MX-499.4",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.373.2-MX-499.4",
|
|
56
59
|
"@microsoft/fast-colors": "5.3.1",
|
|
57
60
|
"@microsoft/fast-components": "2.30.6",
|
|
58
61
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -73,5 +76,5 @@
|
|
|
73
76
|
"access": "public"
|
|
74
77
|
},
|
|
75
78
|
"customElements": "dist/custom-elements.json",
|
|
76
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "6d4bc5f43c45e4ff5f3043afb28a39625011b297"
|
|
77
80
|
}
|