@genesislcap/grid-tabulator 14.436.0-FUI-2489.6 → 14.436.0-FUI-2489.8
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 +579 -579
- package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
- package/dist/dts/external/index.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.components.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.styles.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.template.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/grid-tabulator.components.js +1 -1
- package/dist/esm/grid-tabulator.js +2 -2
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -3342,184 +3342,458 @@
|
|
|
3342
3342
|
},
|
|
3343
3343
|
{
|
|
3344
3344
|
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/
|
|
3345
|
+
"path": "src/column/column.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
|
-
},
|
|
3365
3347
|
{
|
|
3366
3348
|
"kind": "class",
|
|
3367
|
-
"description": "The
|
|
3368
|
-
"name": "
|
|
3349
|
+
"description": "The GridTabulator Column element.",
|
|
3350
|
+
"name": "GridTabulatorColumn",
|
|
3369
3351
|
"members": [
|
|
3370
3352
|
{
|
|
3371
3353
|
"kind": "field",
|
|
3372
|
-
"name": "
|
|
3373
|
-
"type": {
|
|
3374
|
-
"text": "Auth"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "field",
|
|
3379
|
-
"name": "connect",
|
|
3354
|
+
"name": "slottedCell",
|
|
3380
3355
|
"type": {
|
|
3381
|
-
"text": "
|
|
3382
|
-
}
|
|
3356
|
+
"text": "HTMLElement[]"
|
|
3357
|
+
},
|
|
3358
|
+
"privacy": "public"
|
|
3383
3359
|
},
|
|
3384
3360
|
{
|
|
3385
3361
|
"kind": "field",
|
|
3386
|
-
"name": "
|
|
3362
|
+
"name": "definition",
|
|
3387
3363
|
"type": {
|
|
3388
|
-
"text": "
|
|
3389
|
-
}
|
|
3364
|
+
"text": "Partial<ColumnDefinition>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "{}"
|
|
3390
3367
|
},
|
|
3391
3368
|
{
|
|
3392
|
-
"kind": "
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
3395
|
-
"text": "Options"
|
|
3396
|
-
}
|
|
3369
|
+
"kind": "method",
|
|
3370
|
+
"name": "slottedCellChanged",
|
|
3371
|
+
"privacy": "public"
|
|
3397
3372
|
},
|
|
3398
3373
|
{
|
|
3399
|
-
"kind": "
|
|
3400
|
-
"name": "
|
|
3401
|
-
"
|
|
3402
|
-
"
|
|
3374
|
+
"kind": "method",
|
|
3375
|
+
"name": "deepClone",
|
|
3376
|
+
"return": {
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "Node"
|
|
3379
|
+
}
|
|
3403
3380
|
},
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "field",
|
|
3409
|
-
"name": "criteria",
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "string"
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "LifecycleMixin",
|
|
3383
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3412
3384
|
}
|
|
3413
3385
|
},
|
|
3414
3386
|
{
|
|
3415
3387
|
"kind": "method",
|
|
3416
|
-
"name": "
|
|
3388
|
+
"name": "cloneNode",
|
|
3389
|
+
"return": {
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "Node"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3417
3394
|
"parameters": [
|
|
3418
3395
|
{
|
|
3419
|
-
"name": "
|
|
3420
|
-
"
|
|
3421
|
-
"text": "string"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "newCriteria",
|
|
3396
|
+
"name": "deep",
|
|
3397
|
+
"optional": true,
|
|
3426
3398
|
"type": {
|
|
3427
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3428
3400
|
}
|
|
3429
3401
|
}
|
|
3430
|
-
]
|
|
3402
|
+
],
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "LifecycleMixin",
|
|
3405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
+
}
|
|
3431
3407
|
},
|
|
3432
3408
|
{
|
|
3433
3409
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3410
|
+
"name": "shouldRunDisconnect",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": ""
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"readonly": true,
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "LifecycleMixin",
|
|
3419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3437
3420
|
}
|
|
3438
3421
|
},
|
|
3439
3422
|
{
|
|
3440
3423
|
"kind": "field",
|
|
3441
|
-
"name": "
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3424
|
+
"name": "shouldRunConnect",
|
|
3425
|
+
"return": {
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": ""
|
|
3428
|
+
}
|
|
3444
3429
|
},
|
|
3445
|
-
"
|
|
3430
|
+
"readonly": true,
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "LifecycleMixin",
|
|
3433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
+
}
|
|
3446
3435
|
},
|
|
3447
3436
|
{
|
|
3448
|
-
"kind": "
|
|
3449
|
-
"name": "
|
|
3450
|
-
"
|
|
3451
|
-
"
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3439
|
+
"return": {
|
|
3440
|
+
"type": {
|
|
3441
|
+
"text": "boolean"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "lifecycleType",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "Lifecycletype"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"inheritedFrom": {
|
|
3453
|
+
"name": "LifecycleMixin",
|
|
3454
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3452
3455
|
}
|
|
3453
3456
|
},
|
|
3454
3457
|
{
|
|
3455
3458
|
"kind": "field",
|
|
3456
|
-
"name": "
|
|
3459
|
+
"name": "_presentation",
|
|
3457
3460
|
"type": {
|
|
3458
|
-
"text": "
|
|
3461
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3462
|
+
},
|
|
3463
|
+
"privacy": "private",
|
|
3464
|
+
"default": "void 0",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "FoundationElement",
|
|
3467
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3459
3468
|
}
|
|
3460
3469
|
},
|
|
3461
3470
|
{
|
|
3462
3471
|
"kind": "field",
|
|
3463
|
-
"name": "
|
|
3472
|
+
"name": "$presentation",
|
|
3464
3473
|
"type": {
|
|
3465
|
-
"text": "
|
|
3474
|
+
"text": "ComponentPresentation | null"
|
|
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"
|
|
3466
3481
|
}
|
|
3467
3482
|
},
|
|
3468
3483
|
{
|
|
3469
3484
|
"kind": "field",
|
|
3470
|
-
"name": "
|
|
3485
|
+
"name": "template",
|
|
3471
3486
|
"type": {
|
|
3472
|
-
"text": "
|
|
3487
|
+
"text": "ElementViewTemplate | void | null"
|
|
3473
3488
|
},
|
|
3474
|
-
"
|
|
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"
|
|
3494
|
+
}
|
|
3475
3495
|
},
|
|
3476
3496
|
{
|
|
3477
|
-
"kind": "
|
|
3478
|
-
"name": "
|
|
3479
|
-
"
|
|
3480
|
-
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "templateChanged",
|
|
3499
|
+
"privacy": "protected",
|
|
3500
|
+
"return": {
|
|
3501
|
+
"type": {
|
|
3502
|
+
"text": "void"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
"inheritedFrom": {
|
|
3506
|
+
"name": "FoundationElement",
|
|
3507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3481
3508
|
}
|
|
3482
3509
|
},
|
|
3483
3510
|
{
|
|
3484
3511
|
"kind": "field",
|
|
3485
|
-
"name": "
|
|
3512
|
+
"name": "styles",
|
|
3486
3513
|
"type": {
|
|
3487
|
-
"text": "
|
|
3514
|
+
"text": "ElementStyles | void | null"
|
|
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"
|
|
3488
3521
|
}
|
|
3489
3522
|
},
|
|
3490
3523
|
{
|
|
3491
|
-
"kind": "
|
|
3492
|
-
"name": "
|
|
3493
|
-
"
|
|
3494
|
-
|
|
3524
|
+
"kind": "method",
|
|
3525
|
+
"name": "stylesChanged",
|
|
3526
|
+
"privacy": "protected",
|
|
3527
|
+
"return": {
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "void"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
"inheritedFrom": {
|
|
3533
|
+
"name": "FoundationElement",
|
|
3534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3495
3535
|
}
|
|
3496
3536
|
},
|
|
3497
3537
|
{
|
|
3498
3538
|
"kind": "method",
|
|
3499
|
-
"name": "
|
|
3539
|
+
"name": "compose",
|
|
3540
|
+
"privacy": "public",
|
|
3541
|
+
"static": true,
|
|
3542
|
+
"return": {
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3500
3547
|
"parameters": [
|
|
3501
3548
|
{
|
|
3502
|
-
"name": "
|
|
3549
|
+
"name": "this",
|
|
3503
3550
|
"type": {
|
|
3504
|
-
"text": "
|
|
3551
|
+
"text": "K"
|
|
3505
3552
|
}
|
|
3506
3553
|
},
|
|
3507
3554
|
{
|
|
3508
|
-
"name": "
|
|
3555
|
+
"name": "elementDefinition",
|
|
3509
3556
|
"type": {
|
|
3510
|
-
"text": "
|
|
3511
|
-
}
|
|
3557
|
+
"text": "T"
|
|
3558
|
+
},
|
|
3559
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3512
3560
|
}
|
|
3513
|
-
]
|
|
3514
|
-
|
|
3561
|
+
],
|
|
3562
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3563
|
+
"inheritedFrom": {
|
|
3564
|
+
"name": "FoundationElement",
|
|
3565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"mixins": [
|
|
3515
3570
|
{
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
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
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "field",
|
|
3791
|
+
"name": "reverse",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "boolean"
|
|
3794
|
+
},
|
|
3795
|
+
"default": "false"
|
|
3796
|
+
},
|
|
3523
3797
|
{
|
|
3524
3798
|
"kind": "field",
|
|
3525
3799
|
"name": "rowIdAttr",
|
|
@@ -3878,444 +4152,40 @@
|
|
|
3878
4152
|
"name": "newFilter",
|
|
3879
4153
|
"type": {
|
|
3880
4154
|
"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": "{}"
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4301
4158
|
},
|
|
4302
4159
|
{
|
|
4303
4160
|
"kind": "method",
|
|
4304
|
-
"name": "
|
|
4305
|
-
"privacy": "public"
|
|
4161
|
+
"name": "removeFilter",
|
|
4162
|
+
"privacy": "public",
|
|
4163
|
+
"parameters": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "fieldName",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "string"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
]
|
|
4306
4171
|
},
|
|
4307
4172
|
{
|
|
4308
4173
|
"kind": "method",
|
|
4309
|
-
"name": "
|
|
4310
|
-
"
|
|
4311
|
-
|
|
4312
|
-
"
|
|
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
|
+
}
|
|
4313
4187
|
}
|
|
4314
|
-
|
|
4315
|
-
"inheritedFrom": {
|
|
4316
|
-
"name": "LifecycleMixin",
|
|
4317
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4318
|
-
}
|
|
4188
|
+
]
|
|
4319
4189
|
},
|
|
4320
4190
|
{
|
|
4321
4191
|
"kind": "method",
|
|
@@ -4500,42 +4370,172 @@
|
|
|
4500
4370
|
}
|
|
4501
4371
|
}
|
|
4502
4372
|
],
|
|
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
|
+
],
|
|
4503
4483
|
"mixins": [
|
|
4504
4484
|
{
|
|
4505
4485
|
"name": "LifecycleMixin",
|
|
4506
4486
|
"package": "@genesislcap/foundation-utils"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "DatasourceEventHandler",
|
|
4490
|
+
"package": "@genesislcap/foundation-comms"
|
|
4507
4491
|
}
|
|
4508
4492
|
],
|
|
4509
4493
|
"superclass": {
|
|
4510
4494
|
"name": "FoundationElement",
|
|
4511
4495
|
"package": "@microsoft/fast-foundation"
|
|
4512
4496
|
},
|
|
4513
|
-
"tagName": "grid-tabulator-
|
|
4497
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4514
4498
|
"customElement": true
|
|
4515
4499
|
}
|
|
4516
4500
|
],
|
|
4517
4501
|
"exports": [
|
|
4518
4502
|
{
|
|
4519
4503
|
"kind": "js",
|
|
4520
|
-
"name": "
|
|
4504
|
+
"name": "criteriaDelimiter",
|
|
4521
4505
|
"declaration": {
|
|
4522
|
-
"name": "
|
|
4523
|
-
"module": "src/
|
|
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",
|
|
4521
|
+
"declaration": {
|
|
4522
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4523
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4524
4524
|
}
|
|
4525
4525
|
},
|
|
4526
4526
|
{
|
|
4527
4527
|
"kind": "custom-element-definition",
|
|
4528
|
-
"name": "grid-tabulator-
|
|
4528
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4529
4529
|
"declaration": {
|
|
4530
|
-
"name": "
|
|
4531
|
-
"module": "src/
|
|
4530
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4531
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4532
4532
|
}
|
|
4533
4533
|
}
|
|
4534
4534
|
]
|
|
4535
4535
|
},
|
|
4536
4536
|
{
|
|
4537
4537
|
"kind": "javascript-module",
|
|
4538
|
-
"path": "src/
|
|
4538
|
+
"path": "src/datasource/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": "./client-side.datasource"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|
|
@@ -4665,41 +4665,6 @@
|
|
|
4665
4665
|
}
|
|
4666
4666
|
]
|
|
4667
4667
|
},
|
|
4668
|
-
{
|
|
4669
|
-
"kind": "javascript-module",
|
|
4670
|
-
"path": "src/style/colors.ts",
|
|
4671
|
-
"declarations": [],
|
|
4672
|
-
"exports": []
|
|
4673
|
-
},
|
|
4674
|
-
{
|
|
4675
|
-
"kind": "javascript-module",
|
|
4676
|
-
"path": "src/style/index.ts",
|
|
4677
|
-
"declarations": [],
|
|
4678
|
-
"exports": [
|
|
4679
|
-
{
|
|
4680
|
-
"kind": "js",
|
|
4681
|
-
"name": "*",
|
|
4682
|
-
"declaration": {
|
|
4683
|
-
"name": "*",
|
|
4684
|
-
"package": "./colors"
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"kind": "js",
|
|
4689
|
-
"name": "*",
|
|
4690
|
-
"declaration": {
|
|
4691
|
-
"name": "*",
|
|
4692
|
-
"package": "./tokens"
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
]
|
|
4696
|
-
},
|
|
4697
|
-
{
|
|
4698
|
-
"kind": "javascript-module",
|
|
4699
|
-
"path": "src/style/tokens.ts",
|
|
4700
|
-
"declarations": [],
|
|
4701
|
-
"exports": []
|
|
4702
|
-
},
|
|
4703
4668
|
{
|
|
4704
4669
|
"kind": "javascript-module",
|
|
4705
4670
|
"path": "src/utils/index.ts",
|
|
@@ -4863,6 +4828,41 @@
|
|
|
4863
4828
|
}
|
|
4864
4829
|
}
|
|
4865
4830
|
]
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"kind": "javascript-module",
|
|
4834
|
+
"path": "src/style/colors.ts",
|
|
4835
|
+
"declarations": [],
|
|
4836
|
+
"exports": []
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"kind": "javascript-module",
|
|
4840
|
+
"path": "src/style/index.ts",
|
|
4841
|
+
"declarations": [],
|
|
4842
|
+
"exports": [
|
|
4843
|
+
{
|
|
4844
|
+
"kind": "js",
|
|
4845
|
+
"name": "*",
|
|
4846
|
+
"declaration": {
|
|
4847
|
+
"name": "*",
|
|
4848
|
+
"package": "./colors"
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
"kind": "js",
|
|
4853
|
+
"name": "*",
|
|
4854
|
+
"declaration": {
|
|
4855
|
+
"name": "*",
|
|
4856
|
+
"package": "./tokens"
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
]
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"kind": "javascript-module",
|
|
4863
|
+
"path": "src/style/tokens.ts",
|
|
4864
|
+
"declarations": [],
|
|
4865
|
+
"exports": []
|
|
4866
4866
|
}
|
|
4867
4867
|
]
|
|
4868
4868
|
}
|