@genesislcap/grid-tabulator 14.487.0 → 14.488.0

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