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