@genesislcap/grid-tabulator 14.362.0 → 14.362.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +625 -625
- package/package.json +13 -13
|
@@ -3336,184 +3336,458 @@
|
|
|
3336
3336
|
},
|
|
3337
3337
|
{
|
|
3338
3338
|
"kind": "javascript-module",
|
|
3339
|
-
"path": "src/
|
|
3339
|
+
"path": "src/column/column.ts",
|
|
3340
3340
|
"declarations": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "variable",
|
|
3343
|
-
"name": "criteriaDelimiter",
|
|
3344
|
-
"type": {
|
|
3345
|
-
"text": "string"
|
|
3346
|
-
},
|
|
3347
|
-
"default": "';'",
|
|
3348
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "variable",
|
|
3352
|
-
"name": "criteriaJoin",
|
|
3353
|
-
"type": {
|
|
3354
|
-
"text": "string"
|
|
3355
|
-
},
|
|
3356
|
-
"default": "' && '",
|
|
3357
|
-
"description": "Join operator for criteria in the datasource"
|
|
3358
|
-
},
|
|
3359
3341
|
{
|
|
3360
3342
|
"kind": "class",
|
|
3361
|
-
"description": "The
|
|
3362
|
-
"name": "
|
|
3343
|
+
"description": "The GridTabulator Column element.",
|
|
3344
|
+
"name": "GridTabulatorColumn",
|
|
3363
3345
|
"members": [
|
|
3364
3346
|
{
|
|
3365
3347
|
"kind": "field",
|
|
3366
|
-
"name": "
|
|
3367
|
-
"type": {
|
|
3368
|
-
"text": "Auth"
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "field",
|
|
3373
|
-
"name": "connect",
|
|
3348
|
+
"name": "slottedCell",
|
|
3374
3349
|
"type": {
|
|
3375
|
-
"text": "
|
|
3376
|
-
}
|
|
3350
|
+
"text": "HTMLElement[]"
|
|
3351
|
+
},
|
|
3352
|
+
"privacy": "public"
|
|
3377
3353
|
},
|
|
3378
3354
|
{
|
|
3379
3355
|
"kind": "field",
|
|
3380
|
-
"name": "
|
|
3356
|
+
"name": "definition",
|
|
3381
3357
|
"type": {
|
|
3382
|
-
"text": "
|
|
3383
|
-
}
|
|
3358
|
+
"text": "Partial<ColumnDefinition>"
|
|
3359
|
+
},
|
|
3360
|
+
"default": "{}"
|
|
3384
3361
|
},
|
|
3385
3362
|
{
|
|
3386
|
-
"kind": "
|
|
3387
|
-
"name": "
|
|
3388
|
-
"
|
|
3389
|
-
"text": "Options"
|
|
3390
|
-
}
|
|
3363
|
+
"kind": "method",
|
|
3364
|
+
"name": "slottedCellChanged",
|
|
3365
|
+
"privacy": "public"
|
|
3391
3366
|
},
|
|
3392
3367
|
{
|
|
3393
|
-
"kind": "
|
|
3394
|
-
"name": "
|
|
3395
|
-
"
|
|
3396
|
-
"
|
|
3368
|
+
"kind": "method",
|
|
3369
|
+
"name": "deepClone",
|
|
3370
|
+
"return": {
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "Node"
|
|
3373
|
+
}
|
|
3397
3374
|
},
|
|
3398
|
-
"
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "field",
|
|
3403
|
-
"name": "criteria",
|
|
3404
|
-
"type": {
|
|
3405
|
-
"text": "string"
|
|
3375
|
+
"inheritedFrom": {
|
|
3376
|
+
"name": "LifecycleMixin",
|
|
3377
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
3378
|
}
|
|
3407
3379
|
},
|
|
3408
3380
|
{
|
|
3409
3381
|
"kind": "method",
|
|
3410
|
-
"name": "
|
|
3382
|
+
"name": "cloneNode",
|
|
3383
|
+
"return": {
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "Node"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3411
3388
|
"parameters": [
|
|
3412
3389
|
{
|
|
3413
|
-
"name": "
|
|
3414
|
-
"
|
|
3415
|
-
"text": "string"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"name": "newCriteria",
|
|
3390
|
+
"name": "deep",
|
|
3391
|
+
"optional": true,
|
|
3420
3392
|
"type": {
|
|
3421
|
-
"text": "
|
|
3393
|
+
"text": "boolean"
|
|
3422
3394
|
}
|
|
3423
3395
|
}
|
|
3424
|
-
]
|
|
3396
|
+
],
|
|
3397
|
+
"inheritedFrom": {
|
|
3398
|
+
"name": "LifecycleMixin",
|
|
3399
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3400
|
+
}
|
|
3425
3401
|
},
|
|
3426
3402
|
{
|
|
3427
3403
|
"kind": "field",
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3430
|
-
"
|
|
3404
|
+
"name": "shouldRunDisconnect",
|
|
3405
|
+
"return": {
|
|
3406
|
+
"type": {
|
|
3407
|
+
"text": ""
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"readonly": true,
|
|
3411
|
+
"inheritedFrom": {
|
|
3412
|
+
"name": "LifecycleMixin",
|
|
3413
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3431
3414
|
}
|
|
3432
3415
|
},
|
|
3433
3416
|
{
|
|
3434
3417
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3418
|
+
"name": "shouldRunConnect",
|
|
3419
|
+
"return": {
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": ""
|
|
3422
|
+
}
|
|
3438
3423
|
},
|
|
3439
|
-
"
|
|
3424
|
+
"readonly": true,
|
|
3425
|
+
"inheritedFrom": {
|
|
3426
|
+
"name": "LifecycleMixin",
|
|
3427
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3428
|
+
}
|
|
3440
3429
|
},
|
|
3441
3430
|
{
|
|
3442
|
-
"kind": "
|
|
3443
|
-
"name": "
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3431
|
+
"kind": "method",
|
|
3432
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3433
|
+
"return": {
|
|
3434
|
+
"type": {
|
|
3435
|
+
"text": "boolean"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"parameters": [
|
|
3439
|
+
{
|
|
3440
|
+
"name": "lifecycleType",
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "Lifecycletype"
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
],
|
|
3446
|
+
"inheritedFrom": {
|
|
3447
|
+
"name": "LifecycleMixin",
|
|
3448
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3446
3449
|
}
|
|
3447
3450
|
},
|
|
3448
3451
|
{
|
|
3449
3452
|
"kind": "field",
|
|
3450
|
-
"name": "
|
|
3453
|
+
"name": "_presentation",
|
|
3451
3454
|
"type": {
|
|
3452
|
-
"text": "
|
|
3455
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3456
|
+
},
|
|
3457
|
+
"privacy": "private",
|
|
3458
|
+
"default": "void 0",
|
|
3459
|
+
"inheritedFrom": {
|
|
3460
|
+
"name": "FoundationElement",
|
|
3461
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3453
3462
|
}
|
|
3454
3463
|
},
|
|
3455
3464
|
{
|
|
3456
3465
|
"kind": "field",
|
|
3457
|
-
"name": "
|
|
3466
|
+
"name": "$presentation",
|
|
3458
3467
|
"type": {
|
|
3459
|
-
"text": "
|
|
3468
|
+
"text": "ComponentPresentation | null"
|
|
3469
|
+
},
|
|
3470
|
+
"privacy": "public",
|
|
3471
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3472
|
+
"inheritedFrom": {
|
|
3473
|
+
"name": "FoundationElement",
|
|
3474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3460
3475
|
}
|
|
3461
3476
|
},
|
|
3462
3477
|
{
|
|
3463
3478
|
"kind": "field",
|
|
3464
|
-
"name": "
|
|
3479
|
+
"name": "template",
|
|
3465
3480
|
"type": {
|
|
3466
|
-
"text": "
|
|
3481
|
+
"text": "ElementViewTemplate | void | null"
|
|
3467
3482
|
},
|
|
3468
|
-
"
|
|
3483
|
+
"privacy": "public",
|
|
3484
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3485
|
+
"inheritedFrom": {
|
|
3486
|
+
"name": "FoundationElement",
|
|
3487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
+
}
|
|
3469
3489
|
},
|
|
3470
3490
|
{
|
|
3471
|
-
"kind": "
|
|
3472
|
-
"name": "
|
|
3473
|
-
"
|
|
3474
|
-
|
|
3491
|
+
"kind": "method",
|
|
3492
|
+
"name": "templateChanged",
|
|
3493
|
+
"privacy": "protected",
|
|
3494
|
+
"return": {
|
|
3495
|
+
"type": {
|
|
3496
|
+
"text": "void"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"inheritedFrom": {
|
|
3500
|
+
"name": "FoundationElement",
|
|
3501
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3475
3502
|
}
|
|
3476
3503
|
},
|
|
3477
3504
|
{
|
|
3478
3505
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3506
|
+
"name": "styles",
|
|
3480
3507
|
"type": {
|
|
3481
|
-
"text": "
|
|
3508
|
+
"text": "ElementStyles | void | null"
|
|
3509
|
+
},
|
|
3510
|
+
"privacy": "public",
|
|
3511
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3512
|
+
"inheritedFrom": {
|
|
3513
|
+
"name": "FoundationElement",
|
|
3514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3482
3515
|
}
|
|
3483
3516
|
},
|
|
3484
3517
|
{
|
|
3485
|
-
"kind": "
|
|
3486
|
-
"name": "
|
|
3487
|
-
"
|
|
3488
|
-
|
|
3518
|
+
"kind": "method",
|
|
3519
|
+
"name": "stylesChanged",
|
|
3520
|
+
"privacy": "protected",
|
|
3521
|
+
"return": {
|
|
3522
|
+
"type": {
|
|
3523
|
+
"text": "void"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
"inheritedFrom": {
|
|
3527
|
+
"name": "FoundationElement",
|
|
3528
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3489
3529
|
}
|
|
3490
3530
|
},
|
|
3491
3531
|
{
|
|
3492
3532
|
"kind": "method",
|
|
3493
|
-
"name": "
|
|
3533
|
+
"name": "compose",
|
|
3534
|
+
"privacy": "public",
|
|
3535
|
+
"static": true,
|
|
3536
|
+
"return": {
|
|
3537
|
+
"type": {
|
|
3538
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3494
3541
|
"parameters": [
|
|
3495
3542
|
{
|
|
3496
|
-
"name": "
|
|
3543
|
+
"name": "this",
|
|
3497
3544
|
"type": {
|
|
3498
|
-
"text": "
|
|
3545
|
+
"text": "K"
|
|
3499
3546
|
}
|
|
3500
3547
|
},
|
|
3501
3548
|
{
|
|
3502
|
-
"name": "
|
|
3549
|
+
"name": "elementDefinition",
|
|
3503
3550
|
"type": {
|
|
3504
|
-
"text": "
|
|
3505
|
-
}
|
|
3551
|
+
"text": "T"
|
|
3552
|
+
},
|
|
3553
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3506
3554
|
}
|
|
3507
|
-
]
|
|
3508
|
-
|
|
3555
|
+
],
|
|
3556
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
|
+
"inheritedFrom": {
|
|
3558
|
+
"name": "FoundationElement",
|
|
3559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
],
|
|
3563
|
+
"mixins": [
|
|
3509
3564
|
{
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3565
|
+
"name": "LifecycleMixin",
|
|
3566
|
+
"package": "@genesislcap/foundation-utils"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"superclass": {
|
|
3570
|
+
"name": "FoundationElement",
|
|
3571
|
+
"package": "@microsoft/fast-foundation"
|
|
3572
|
+
},
|
|
3573
|
+
"tagName": "grid-tabulator-column",
|
|
3574
|
+
"customElement": true
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"exports": [
|
|
3578
|
+
{
|
|
3579
|
+
"kind": "js",
|
|
3580
|
+
"name": "GridTabulatorColumn",
|
|
3581
|
+
"declaration": {
|
|
3582
|
+
"name": "GridTabulatorColumn",
|
|
3583
|
+
"module": "src/column/column.ts"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"kind": "custom-element-definition",
|
|
3588
|
+
"name": "grid-tabulator-column",
|
|
3589
|
+
"declaration": {
|
|
3590
|
+
"name": "GridTabulatorColumn",
|
|
3591
|
+
"module": "src/column/column.ts"
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "javascript-module",
|
|
3598
|
+
"path": "src/column/index.ts",
|
|
3599
|
+
"declarations": [],
|
|
3600
|
+
"exports": [
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "js",
|
|
3603
|
+
"name": "*",
|
|
3604
|
+
"declaration": {
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"package": "./column"
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "javascript-module",
|
|
3613
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3614
|
+
"declarations": [
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "variable",
|
|
3617
|
+
"name": "criteriaDelimiter",
|
|
3618
|
+
"type": {
|
|
3619
|
+
"text": "string"
|
|
3620
|
+
},
|
|
3621
|
+
"default": "';'",
|
|
3622
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"kind": "variable",
|
|
3626
|
+
"name": "criteriaJoin",
|
|
3627
|
+
"type": {
|
|
3628
|
+
"text": "string"
|
|
3629
|
+
},
|
|
3630
|
+
"default": "' && '",
|
|
3631
|
+
"description": "Join operator for criteria in the datasource"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "class",
|
|
3635
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3636
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3637
|
+
"members": [
|
|
3638
|
+
{
|
|
3639
|
+
"kind": "field",
|
|
3640
|
+
"name": "auth",
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "Auth"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"kind": "field",
|
|
3647
|
+
"name": "connect",
|
|
3648
|
+
"type": {
|
|
3649
|
+
"text": "Connect"
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"kind": "field",
|
|
3654
|
+
"name": "datasource",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "Datasource"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "field",
|
|
3661
|
+
"name": "deferredGridOptions",
|
|
3662
|
+
"type": {
|
|
3663
|
+
"text": "Options"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "field",
|
|
3668
|
+
"name": "deferredColumnStates",
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "any[]"
|
|
3671
|
+
},
|
|
3672
|
+
"default": "[]",
|
|
3673
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"kind": "field",
|
|
3677
|
+
"name": "criteria",
|
|
3678
|
+
"type": {
|
|
3679
|
+
"text": "string"
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"kind": "method",
|
|
3684
|
+
"name": "criteriaChanged",
|
|
3685
|
+
"parameters": [
|
|
3686
|
+
{
|
|
3687
|
+
"name": "oldCriteria",
|
|
3688
|
+
"type": {
|
|
3689
|
+
"text": "string"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "newCriteria",
|
|
3694
|
+
"type": {
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
3698
|
+
]
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"kind": "field",
|
|
3702
|
+
"name": "fields",
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": "string"
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "field",
|
|
3709
|
+
"name": "isSnapshot",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "boolean"
|
|
3712
|
+
},
|
|
3713
|
+
"default": "false"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"kind": "field",
|
|
3717
|
+
"name": "maxRows",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "number"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "field",
|
|
3724
|
+
"name": "maxView",
|
|
3725
|
+
"type": {
|
|
3726
|
+
"text": "number"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"kind": "field",
|
|
3731
|
+
"name": "pollingInterval",
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "number"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"kind": "field",
|
|
3738
|
+
"name": "movingView",
|
|
3739
|
+
"type": {
|
|
3740
|
+
"text": "boolean"
|
|
3741
|
+
},
|
|
3742
|
+
"default": "false"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"kind": "field",
|
|
3746
|
+
"name": "orderBy",
|
|
3747
|
+
"type": {
|
|
3748
|
+
"text": "string"
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "request",
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "any"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"kind": "field",
|
|
3760
|
+
"name": "resourceName",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "string"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"kind": "method",
|
|
3767
|
+
"name": "resourceNameChanged",
|
|
3768
|
+
"parameters": [
|
|
3769
|
+
{
|
|
3770
|
+
"name": "oldValue",
|
|
3771
|
+
"type": {
|
|
3772
|
+
"text": "string"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "newValue",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "string"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"kind": "field",
|
|
3785
|
+
"name": "reverse",
|
|
3786
|
+
"type": {
|
|
3787
|
+
"text": "boolean"
|
|
3788
|
+
},
|
|
3789
|
+
"default": "false"
|
|
3790
|
+
},
|
|
3517
3791
|
{
|
|
3518
3792
|
"kind": "field",
|
|
3519
3793
|
"name": "rowIdAttr",
|
|
@@ -3901,518 +4175,11 @@
|
|
|
3901
4175
|
},
|
|
3902
4176
|
{
|
|
3903
4177
|
"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/external/fonts.ts",
|
|
4260
|
-
"declarations": [
|
|
4261
|
-
{
|
|
4262
|
-
"kind": "variable",
|
|
4263
|
-
"name": "tabulatorDefaultFontFace",
|
|
4264
|
-
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
"kind": "variable",
|
|
4268
|
-
"name": "tabulatorRapidFontFace",
|
|
4269
|
-
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"kind": "variable",
|
|
4273
|
-
"name": "gridThemeFontFaceMap",
|
|
4274
|
-
"type": {
|
|
4275
|
-
"text": "GridThemeFontFaceMap"
|
|
4276
|
-
},
|
|
4277
|
-
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"kind": "variable",
|
|
4281
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4282
|
-
"default": "tabulatorDefaultFontFace"
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4285
|
-
"exports": [
|
|
4286
|
-
{
|
|
4287
|
-
"kind": "js",
|
|
4288
|
-
"name": "tabulatorDefaultFontFace",
|
|
4289
|
-
"declaration": {
|
|
4290
|
-
"name": "tabulatorDefaultFontFace",
|
|
4291
|
-
"module": "src/external/fonts.ts"
|
|
4292
|
-
}
|
|
4293
|
-
},
|
|
4294
|
-
{
|
|
4295
|
-
"kind": "js",
|
|
4296
|
-
"name": "tabulatorRapidFontFace",
|
|
4297
|
-
"declaration": {
|
|
4298
|
-
"name": "tabulatorRapidFontFace",
|
|
4299
|
-
"module": "src/external/fonts.ts"
|
|
4300
|
-
}
|
|
4301
|
-
},
|
|
4302
|
-
{
|
|
4303
|
-
"kind": "js",
|
|
4304
|
-
"name": "gridThemeFontFaceMap",
|
|
4305
|
-
"declaration": {
|
|
4306
|
-
"name": "gridThemeFontFaceMap",
|
|
4307
|
-
"module": "src/external/fonts.ts"
|
|
4308
|
-
}
|
|
4309
|
-
},
|
|
4310
|
-
{
|
|
4311
|
-
"kind": "js",
|
|
4312
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4313
|
-
"declaration": {
|
|
4314
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4315
|
-
"module": "src/external/fonts.ts"
|
|
4316
|
-
}
|
|
4317
|
-
}
|
|
4318
|
-
]
|
|
4319
|
-
},
|
|
4320
|
-
{
|
|
4321
|
-
"kind": "javascript-module",
|
|
4322
|
-
"path": "src/external/index.ts",
|
|
4323
|
-
"declarations": [
|
|
4324
|
-
{
|
|
4325
|
-
"kind": "variable",
|
|
4326
|
-
"name": "tabulatorExternalStockStyles",
|
|
4327
|
-
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
4328
|
-
"description": "External styles for the Tabulator grid.",
|
|
4329
|
-
"privacy": "public"
|
|
4330
|
-
}
|
|
4331
|
-
],
|
|
4332
|
-
"exports": [
|
|
4333
|
-
{
|
|
4334
|
-
"kind": "js",
|
|
4335
|
-
"name": "tabulatorExternalStockStyles",
|
|
4336
|
-
"declaration": {
|
|
4337
|
-
"name": "tabulatorExternalStockStyles",
|
|
4338
|
-
"module": "src/external/index.ts"
|
|
4339
|
-
}
|
|
4340
|
-
},
|
|
4341
|
-
{
|
|
4342
|
-
"kind": "js",
|
|
4343
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4344
|
-
"declaration": {
|
|
4345
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4346
|
-
"module": "src/external/index.ts"
|
|
4347
|
-
}
|
|
4348
|
-
}
|
|
4349
|
-
]
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"kind": "javascript-module",
|
|
4353
|
-
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4354
|
-
"declarations": [
|
|
4355
|
-
{
|
|
4356
|
-
"kind": "variable",
|
|
4357
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4358
|
-
"default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
|
|
4359
|
-
"description": "External styles for the Tabulator grid.",
|
|
4360
|
-
"privacy": "public"
|
|
4361
|
-
}
|
|
4362
|
-
],
|
|
4363
|
-
"exports": [
|
|
4364
|
-
{
|
|
4365
|
-
"kind": "js",
|
|
4366
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4367
|
-
"declaration": {
|
|
4368
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4369
|
-
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
4370
|
-
}
|
|
4371
|
-
}
|
|
4372
|
-
]
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"kind": "javascript-module",
|
|
4376
|
-
"path": "src/column/column.ts",
|
|
4377
|
-
"declarations": [
|
|
4378
|
-
{
|
|
4379
|
-
"kind": "class",
|
|
4380
|
-
"description": "The GridTabulator Column element.",
|
|
4381
|
-
"name": "GridTabulatorColumn",
|
|
4382
|
-
"members": [
|
|
4383
|
-
{
|
|
4384
|
-
"kind": "field",
|
|
4385
|
-
"name": "slottedCell",
|
|
4386
|
-
"type": {
|
|
4387
|
-
"text": "HTMLElement[]"
|
|
4388
|
-
},
|
|
4389
|
-
"privacy": "public"
|
|
4390
|
-
},
|
|
4391
|
-
{
|
|
4392
|
-
"kind": "field",
|
|
4393
|
-
"name": "definition",
|
|
4394
|
-
"type": {
|
|
4395
|
-
"text": "Partial<ColumnDefinition>"
|
|
4396
|
-
},
|
|
4397
|
-
"default": "{}"
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "method",
|
|
4401
|
-
"name": "slottedCellChanged",
|
|
4402
|
-
"privacy": "public"
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"kind": "method",
|
|
4406
|
-
"name": "deepClone",
|
|
4407
|
-
"return": {
|
|
4408
|
-
"type": {
|
|
4409
|
-
"text": "Node"
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
"inheritedFrom": {
|
|
4413
|
-
"name": "LifecycleMixin",
|
|
4414
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4415
|
-
}
|
|
4178
|
+
"type": {
|
|
4179
|
+
"text": "DatasourceStatus"
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
]
|
|
4416
4183
|
},
|
|
4417
4184
|
{
|
|
4418
4185
|
"kind": "method",
|
|
@@ -4597,42 +4364,158 @@
|
|
|
4597
4364
|
}
|
|
4598
4365
|
}
|
|
4599
4366
|
],
|
|
4367
|
+
"attributes": [
|
|
4368
|
+
{
|
|
4369
|
+
"name": "criteria",
|
|
4370
|
+
"type": {
|
|
4371
|
+
"text": "string"
|
|
4372
|
+
},
|
|
4373
|
+
"fieldName": "criteria"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "fields",
|
|
4377
|
+
"type": {
|
|
4378
|
+
"text": "string"
|
|
4379
|
+
},
|
|
4380
|
+
"fieldName": "fields"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "is-snapshot",
|
|
4384
|
+
"type": {
|
|
4385
|
+
"text": "boolean"
|
|
4386
|
+
},
|
|
4387
|
+
"default": "false",
|
|
4388
|
+
"fieldName": "isSnapshot"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "max-rows",
|
|
4392
|
+
"type": {
|
|
4393
|
+
"text": "number"
|
|
4394
|
+
},
|
|
4395
|
+
"fieldName": "maxRows"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "max-view",
|
|
4399
|
+
"type": {
|
|
4400
|
+
"text": "number"
|
|
4401
|
+
},
|
|
4402
|
+
"fieldName": "maxView"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"name": "polling-interval",
|
|
4406
|
+
"type": {
|
|
4407
|
+
"text": "number"
|
|
4408
|
+
},
|
|
4409
|
+
"fieldName": "pollingInterval"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "moving-view",
|
|
4413
|
+
"type": {
|
|
4414
|
+
"text": "boolean"
|
|
4415
|
+
},
|
|
4416
|
+
"default": "false",
|
|
4417
|
+
"fieldName": "movingView"
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "order-by",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "string"
|
|
4423
|
+
},
|
|
4424
|
+
"fieldName": "orderBy"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "resource-name",
|
|
4428
|
+
"type": {
|
|
4429
|
+
"text": "string"
|
|
4430
|
+
},
|
|
4431
|
+
"fieldName": "resourceName"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"type": {
|
|
4435
|
+
"text": "boolean"
|
|
4436
|
+
},
|
|
4437
|
+
"default": "false",
|
|
4438
|
+
"fieldName": "reverse"
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"name": "row-id",
|
|
4442
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4443
|
+
"fieldName": "rowIdAttr"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "restart-on-reconnection",
|
|
4447
|
+
"type": {
|
|
4448
|
+
"text": "boolean"
|
|
4449
|
+
},
|
|
4450
|
+
"default": "true",
|
|
4451
|
+
"fieldName": "restartOnReconnection"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "boolean"
|
|
4457
|
+
},
|
|
4458
|
+
"default": "false",
|
|
4459
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4460
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4461
|
+
}
|
|
4462
|
+
],
|
|
4600
4463
|
"mixins": [
|
|
4601
4464
|
{
|
|
4602
4465
|
"name": "LifecycleMixin",
|
|
4603
4466
|
"package": "@genesislcap/foundation-utils"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "DatasourceEventHandler",
|
|
4470
|
+
"package": "@genesislcap/foundation-comms"
|
|
4604
4471
|
}
|
|
4605
4472
|
],
|
|
4606
4473
|
"superclass": {
|
|
4607
4474
|
"name": "FoundationElement",
|
|
4608
4475
|
"package": "@microsoft/fast-foundation"
|
|
4609
4476
|
},
|
|
4610
|
-
"tagName": "grid-tabulator-
|
|
4477
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4611
4478
|
"customElement": true
|
|
4612
4479
|
}
|
|
4613
4480
|
],
|
|
4614
4481
|
"exports": [
|
|
4615
4482
|
{
|
|
4616
4483
|
"kind": "js",
|
|
4617
|
-
"name": "
|
|
4484
|
+
"name": "criteriaDelimiter",
|
|
4618
4485
|
"declaration": {
|
|
4619
|
-
"name": "
|
|
4620
|
-
"module": "src/
|
|
4486
|
+
"name": "criteriaDelimiter",
|
|
4487
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"kind": "js",
|
|
4492
|
+
"name": "criteriaJoin",
|
|
4493
|
+
"declaration": {
|
|
4494
|
+
"name": "criteriaJoin",
|
|
4495
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"kind": "js",
|
|
4500
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4501
|
+
"declaration": {
|
|
4502
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4503
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4621
4504
|
}
|
|
4622
4505
|
},
|
|
4623
4506
|
{
|
|
4624
4507
|
"kind": "custom-element-definition",
|
|
4625
|
-
"name": "grid-tabulator-
|
|
4508
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4626
4509
|
"declaration": {
|
|
4627
|
-
"name": "
|
|
4628
|
-
"module": "src/
|
|
4510
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4511
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4629
4512
|
}
|
|
4630
4513
|
}
|
|
4631
4514
|
]
|
|
4632
4515
|
},
|
|
4633
4516
|
{
|
|
4634
4517
|
"kind": "javascript-module",
|
|
4635
|
-
"path": "src/
|
|
4518
|
+
"path": "src/datasource/index.ts",
|
|
4636
4519
|
"declarations": [],
|
|
4637
4520
|
"exports": [
|
|
4638
4521
|
{
|
|
@@ -4640,7 +4523,124 @@
|
|
|
4640
4523
|
"name": "*",
|
|
4641
4524
|
"declaration": {
|
|
4642
4525
|
"name": "*",
|
|
4643
|
-
"package": "./
|
|
4526
|
+
"package": "./client-side.datasource"
|
|
4527
|
+
}
|
|
4528
|
+
}
|
|
4529
|
+
]
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"kind": "javascript-module",
|
|
4533
|
+
"path": "src/external/fonts.ts",
|
|
4534
|
+
"declarations": [
|
|
4535
|
+
{
|
|
4536
|
+
"kind": "variable",
|
|
4537
|
+
"name": "tabulatorDefaultFontFace",
|
|
4538
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"kind": "variable",
|
|
4542
|
+
"name": "tabulatorRapidFontFace",
|
|
4543
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "variable",
|
|
4547
|
+
"name": "gridThemeFontFaceMap",
|
|
4548
|
+
"type": {
|
|
4549
|
+
"text": "GridThemeFontFaceMap"
|
|
4550
|
+
},
|
|
4551
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"kind": "variable",
|
|
4555
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4556
|
+
"default": "tabulatorDefaultFontFace"
|
|
4557
|
+
}
|
|
4558
|
+
],
|
|
4559
|
+
"exports": [
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "js",
|
|
4562
|
+
"name": "tabulatorDefaultFontFace",
|
|
4563
|
+
"declaration": {
|
|
4564
|
+
"name": "tabulatorDefaultFontFace",
|
|
4565
|
+
"module": "src/external/fonts.ts"
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"kind": "js",
|
|
4570
|
+
"name": "tabulatorRapidFontFace",
|
|
4571
|
+
"declaration": {
|
|
4572
|
+
"name": "tabulatorRapidFontFace",
|
|
4573
|
+
"module": "src/external/fonts.ts"
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"kind": "js",
|
|
4578
|
+
"name": "gridThemeFontFaceMap",
|
|
4579
|
+
"declaration": {
|
|
4580
|
+
"name": "gridThemeFontFaceMap",
|
|
4581
|
+
"module": "src/external/fonts.ts"
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
4584
|
+
{
|
|
4585
|
+
"kind": "js",
|
|
4586
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4587
|
+
"declaration": {
|
|
4588
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4589
|
+
"module": "src/external/fonts.ts"
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
]
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"kind": "javascript-module",
|
|
4596
|
+
"path": "src/external/index.ts",
|
|
4597
|
+
"declarations": [
|
|
4598
|
+
{
|
|
4599
|
+
"kind": "variable",
|
|
4600
|
+
"name": "tabulatorExternalStockStyles",
|
|
4601
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
4602
|
+
"description": "External styles for the Tabulator grid.",
|
|
4603
|
+
"privacy": "public"
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"exports": [
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "js",
|
|
4609
|
+
"name": "tabulatorExternalStockStyles",
|
|
4610
|
+
"declaration": {
|
|
4611
|
+
"name": "tabulatorExternalStockStyles",
|
|
4612
|
+
"module": "src/external/index.ts"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"kind": "js",
|
|
4617
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4618
|
+
"declaration": {
|
|
4619
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4620
|
+
"module": "src/external/index.ts"
|
|
4621
|
+
}
|
|
4622
|
+
}
|
|
4623
|
+
]
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
"kind": "javascript-module",
|
|
4627
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4628
|
+
"declarations": [
|
|
4629
|
+
{
|
|
4630
|
+
"kind": "variable",
|
|
4631
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4632
|
+
"default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
|
|
4633
|
+
"description": "External styles for the Tabulator grid.",
|
|
4634
|
+
"privacy": "public"
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"exports": [
|
|
4638
|
+
{
|
|
4639
|
+
"kind": "js",
|
|
4640
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4641
|
+
"declaration": {
|
|
4642
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4643
|
+
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
4644
4644
|
}
|
|
4645
4645
|
}
|
|
4646
4646
|
]
|