@genesislcap/grid-tabulator 14.456.2 → 14.456.3-alpha-d42d86c.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +854 -854
  2. package/package.json +13 -13
@@ -3218,313 +3218,828 @@
3218
3218
  },
3219
3219
  {
3220
3220
  "kind": "javascript-module",
3221
- "path": "src/datasource/client-side.datasource.ts",
3221
+ "path": "src/cell-formatters/action.formatter.ts",
3222
3222
  "declarations": [
3223
3223
  {
3224
- "kind": "variable",
3225
- "name": "criteriaDelimiter",
3226
- "type": {
3227
- "text": "string"
3228
- },
3229
- "default": "';'",
3230
- "description": "Delimiter for criteria in the datasource"
3231
- },
3232
- {
3233
- "kind": "variable",
3234
- "name": "criteriaJoin",
3235
- "type": {
3236
- "text": "string"
3224
+ "kind": "function",
3225
+ "name": "actionFormatter",
3226
+ "return": {
3227
+ "type": {
3228
+ "text": ""
3229
+ }
3237
3230
  },
3238
- "default": "' && '",
3239
- "description": "Join operator for criteria in the datasource"
3240
- },
3241
- {
3242
- "kind": "class",
3243
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3244
- "name": "GridTabulatorClientSideDatasource",
3245
- "members": [
3246
- {
3247
- "kind": "field",
3248
- "name": "auth",
3249
- "type": {
3250
- "text": "Auth"
3251
- }
3252
- },
3253
- {
3254
- "kind": "field",
3255
- "name": "connect",
3256
- "type": {
3257
- "text": "Connect"
3258
- }
3259
- },
3260
- {
3261
- "kind": "field",
3262
- "name": "datasource",
3263
- "type": {
3264
- "text": "Datasource"
3265
- }
3266
- },
3267
- {
3268
- "kind": "field",
3269
- "name": "deferredGridOptions",
3270
- "type": {
3271
- "text": "Options"
3272
- }
3273
- },
3231
+ "parameters": [
3274
3232
  {
3275
- "kind": "field",
3276
- "name": "deferredColumnStates",
3233
+ "name": "cell",
3277
3234
  "type": {
3278
- "text": "any[]"
3235
+ "text": "any"
3279
3236
  },
3280
- "default": "[]",
3281
- "description": "Allows storing column layouts between datasource initializations"
3282
- },
3283
- {
3284
- "kind": "field",
3285
- "name": "criteria",
3286
- "type": {
3287
- "text": "string"
3288
- }
3289
- },
3290
- {
3291
- "kind": "method",
3292
- "name": "criteriaChanged",
3293
- "parameters": [
3294
- {
3295
- "name": "oldCriteria",
3296
- "type": {
3297
- "text": "string"
3298
- }
3299
- },
3300
- {
3301
- "name": "newCriteria",
3302
- "type": {
3303
- "text": "string"
3304
- }
3305
- }
3306
- ]
3307
- },
3308
- {
3309
- "kind": "field",
3310
- "name": "fields",
3311
- "type": {
3312
- "text": "string"
3313
- }
3237
+ "description": "The cell component provided by Tabulator"
3314
3238
  },
3315
3239
  {
3316
- "kind": "field",
3317
- "name": "isSnapshot",
3240
+ "name": "formatterParams",
3241
+ "default": "{}",
3318
3242
  "type": {
3319
- "text": "boolean"
3243
+ "text": "ActionFormatterParams<T>"
3320
3244
  },
3321
- "default": "false"
3322
- },
3323
- {
3324
- "kind": "field",
3325
- "name": "maxRows",
3326
- "type": {
3327
- "text": "number"
3328
- }
3329
- },
3245
+ "description": "Action formatter parameters"
3246
+ }
3247
+ ],
3248
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3249
+ "privacy": "public"
3250
+ }
3251
+ ],
3252
+ "exports": [
3253
+ {
3254
+ "kind": "js",
3255
+ "name": "actionFormatter",
3256
+ "declaration": {
3257
+ "name": "actionFormatter",
3258
+ "module": "src/cell-formatters/action.formatter.ts"
3259
+ }
3260
+ }
3261
+ ]
3262
+ },
3263
+ {
3264
+ "kind": "javascript-module",
3265
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3266
+ "declarations": [
3267
+ {
3268
+ "kind": "function",
3269
+ "name": "actionsMenuFormatter",
3270
+ "return": {
3271
+ "type": {
3272
+ "text": ""
3273
+ }
3274
+ },
3275
+ "parameters": [
3330
3276
  {
3331
- "kind": "field",
3332
- "name": "maxView",
3277
+ "name": "cell",
3333
3278
  "type": {
3334
- "text": "number"
3335
- }
3279
+ "text": "any"
3280
+ },
3281
+ "description": "The cell component provided by Tabulator"
3336
3282
  },
3337
3283
  {
3338
- "kind": "field",
3339
- "name": "pollingInterval",
3284
+ "name": "formatterParams",
3285
+ "default": "{}",
3340
3286
  "type": {
3341
- "text": "number"
3342
- }
3343
- },
3287
+ "text": "ActionsMenuFormatterParams<T>"
3288
+ },
3289
+ "description": "Actions menu formatter parameters"
3290
+ }
3291
+ ],
3292
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3293
+ "privacy": "public"
3294
+ }
3295
+ ],
3296
+ "exports": [
3297
+ {
3298
+ "kind": "js",
3299
+ "name": "actionsMenuFormatter",
3300
+ "declaration": {
3301
+ "name": "actionsMenuFormatter",
3302
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3303
+ }
3304
+ }
3305
+ ]
3306
+ },
3307
+ {
3308
+ "kind": "javascript-module",
3309
+ "path": "src/cell-formatters/boolean.formatter.ts",
3310
+ "declarations": [
3311
+ {
3312
+ "kind": "function",
3313
+ "name": "booleanFormatter",
3314
+ "return": {
3315
+ "type": {
3316
+ "text": ""
3317
+ }
3318
+ },
3319
+ "parameters": [
3344
3320
  {
3345
- "kind": "field",
3346
- "name": "movingView",
3321
+ "name": "cell",
3347
3322
  "type": {
3348
- "text": "boolean"
3323
+ "text": "any"
3349
3324
  },
3350
- "default": "false"
3325
+ "description": "The cell component provided by Tabulator"
3351
3326
  },
3352
3327
  {
3353
- "kind": "field",
3354
- "name": "orderBy",
3328
+ "name": "formatterParams",
3329
+ "default": "{}",
3355
3330
  "type": {
3356
- "text": "string"
3357
- }
3358
- },
3331
+ "text": "BooleanFormatterParams<T>"
3332
+ },
3333
+ "description": "Boolean formatter parameters"
3334
+ }
3335
+ ],
3336
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3337
+ "privacy": "public"
3338
+ }
3339
+ ],
3340
+ "exports": [
3341
+ {
3342
+ "kind": "js",
3343
+ "name": "booleanFormatter",
3344
+ "declaration": {
3345
+ "name": "booleanFormatter",
3346
+ "module": "src/cell-formatters/boolean.formatter.ts"
3347
+ }
3348
+ }
3349
+ ]
3350
+ },
3351
+ {
3352
+ "kind": "javascript-module",
3353
+ "path": "src/cell-formatters/constants.ts",
3354
+ "declarations": [],
3355
+ "exports": []
3356
+ },
3357
+ {
3358
+ "kind": "javascript-module",
3359
+ "path": "src/cell-formatters/editable.formatter.ts",
3360
+ "declarations": [
3361
+ {
3362
+ "kind": "function",
3363
+ "name": "editableFormatter",
3364
+ "return": {
3365
+ "type": {
3366
+ "text": ""
3367
+ }
3368
+ },
3369
+ "parameters": [
3359
3370
  {
3360
- "kind": "field",
3361
- "name": "request",
3371
+ "name": "cell",
3362
3372
  "type": {
3363
3373
  "text": "any"
3364
- }
3374
+ },
3375
+ "description": "The cell component provided by Tabulator"
3365
3376
  },
3366
3377
  {
3367
- "kind": "field",
3368
- "name": "resourceName",
3378
+ "name": "formatterParams",
3379
+ "default": "{}",
3369
3380
  "type": {
3370
- "text": "string"
3371
- }
3372
- },
3373
- {
3374
- "kind": "method",
3375
- "name": "resourceNameChanged",
3376
- "parameters": [
3377
- {
3378
- "name": "oldValue",
3379
- "type": {
3380
- "text": "string"
3381
- }
3382
- },
3383
- {
3384
- "name": "newValue",
3385
- "type": {
3386
- "text": "string"
3387
- }
3388
- }
3389
- ]
3390
- },
3391
- {
3392
- "kind": "field",
3393
- "name": "reverse",
3394
- "type": {
3395
- "text": "boolean"
3381
+ "text": "EditableFormatterParams<T>"
3396
3382
  },
3397
- "default": "false"
3398
- },
3399
- {
3400
- "kind": "field",
3401
- "name": "rowIdAttr",
3402
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3403
- },
3383
+ "description": "Editable formatter parameters"
3384
+ }
3385
+ ],
3386
+ "description": "Formatter that displays an editable cell with validation state",
3387
+ "privacy": "public"
3388
+ }
3389
+ ],
3390
+ "exports": [
3391
+ {
3392
+ "kind": "js",
3393
+ "name": "editableFormatter",
3394
+ "declaration": {
3395
+ "name": "editableFormatter",
3396
+ "module": "src/cell-formatters/editable.formatter.ts"
3397
+ }
3398
+ }
3399
+ ]
3400
+ },
3401
+ {
3402
+ "kind": "javascript-module",
3403
+ "path": "src/cell-formatters/index.ts",
3404
+ "declarations": [
3405
+ {
3406
+ "kind": "variable",
3407
+ "name": "formatters",
3408
+ "type": {
3409
+ "text": "object"
3410
+ },
3411
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3412
+ "description": "Zero formatters for Tabulator grid"
3413
+ }
3414
+ ],
3415
+ "exports": [
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "*",
3419
+ "declaration": {
3420
+ "name": "*",
3421
+ "package": "./constants"
3422
+ }
3423
+ },
3424
+ {
3425
+ "kind": "js",
3426
+ "name": "ActionFormatterParams",
3427
+ "declaration": {
3428
+ "name": "ActionFormatterParams",
3429
+ "module": "src/cell-formatters/index.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "actionFormatter",
3435
+ "declaration": {
3436
+ "name": "actionFormatter",
3437
+ "module": "src/cell-formatters/index.ts"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "js",
3442
+ "name": "ActionsMenuFormatterParams",
3443
+ "declaration": {
3444
+ "name": "ActionsMenuFormatterParams",
3445
+ "module": "src/cell-formatters/index.ts"
3446
+ }
3447
+ },
3448
+ {
3449
+ "kind": "js",
3450
+ "name": "actionsMenuFormatter",
3451
+ "declaration": {
3452
+ "name": "actionsMenuFormatter",
3453
+ "module": "src/cell-formatters/index.ts"
3454
+ }
3455
+ },
3456
+ {
3457
+ "kind": "js",
3458
+ "name": "BooleanFormatterParams",
3459
+ "declaration": {
3460
+ "name": "BooleanFormatterParams",
3461
+ "module": "src/cell-formatters/index.ts"
3462
+ }
3463
+ },
3464
+ {
3465
+ "kind": "js",
3466
+ "name": "booleanFormatter",
3467
+ "declaration": {
3468
+ "name": "booleanFormatter",
3469
+ "module": "src/cell-formatters/index.ts"
3470
+ }
3471
+ },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "EditableFormatterParams",
3475
+ "declaration": {
3476
+ "name": "EditableFormatterParams",
3477
+ "module": "src/cell-formatters/index.ts"
3478
+ }
3479
+ },
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "editableFormatter",
3483
+ "declaration": {
3484
+ "name": "editableFormatter",
3485
+ "module": "src/cell-formatters/index.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "SelectFormatterParams",
3491
+ "declaration": {
3492
+ "name": "SelectFormatterParams",
3493
+ "module": "src/cell-formatters/index.ts"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "js",
3498
+ "name": "selectFormatter",
3499
+ "declaration": {
3500
+ "name": "selectFormatter",
3501
+ "module": "src/cell-formatters/index.ts"
3502
+ }
3503
+ },
3504
+ {
3505
+ "kind": "js",
3506
+ "name": "TextFormatterParams",
3507
+ "declaration": {
3508
+ "name": "TextFormatterParams",
3509
+ "module": "src/cell-formatters/index.ts"
3510
+ }
3511
+ },
3512
+ {
3513
+ "kind": "js",
3514
+ "name": "textFormatter",
3515
+ "declaration": {
3516
+ "name": "textFormatter",
3517
+ "module": "src/cell-formatters/index.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "js",
3522
+ "name": "formatters",
3523
+ "declaration": {
3524
+ "name": "formatters",
3525
+ "module": "src/cell-formatters/index.ts"
3526
+ }
3527
+ }
3528
+ ]
3529
+ },
3530
+ {
3531
+ "kind": "javascript-module",
3532
+ "path": "src/cell-formatters/select.formatter.ts",
3533
+ "declarations": [
3534
+ {
3535
+ "kind": "function",
3536
+ "name": "selectFormatter",
3537
+ "return": {
3538
+ "type": {
3539
+ "text": ""
3540
+ }
3541
+ },
3542
+ "parameters": [
3404
3543
  {
3405
- "kind": "field",
3406
- "name": "restartOnReconnection",
3544
+ "name": "cell",
3407
3545
  "type": {
3408
- "text": "boolean"
3546
+ "text": "any"
3409
3547
  },
3410
- "default": "true"
3548
+ "description": "The cell component provided by Tabulator"
3411
3549
  },
3412
3550
  {
3413
- "kind": "field",
3414
- "name": "keepColDefsOnClearRowData",
3551
+ "name": "formatterParams",
3415
3552
  "type": {
3416
- "text": "boolean"
3553
+ "text": "SelectFormatterParams<T>"
3417
3554
  },
3418
- "default": "false",
3419
- "description": "Whether to keep column definitions when clearing row data"
3420
- },
3555
+ "description": "Select formatter parameters"
3556
+ }
3557
+ ],
3558
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
+ "privacy": "public"
3560
+ }
3561
+ ],
3562
+ "exports": [
3563
+ {
3564
+ "kind": "js",
3565
+ "name": "selectFormatter",
3566
+ "declaration": {
3567
+ "name": "selectFormatter",
3568
+ "module": "src/cell-formatters/select.formatter.ts"
3569
+ }
3570
+ }
3571
+ ]
3572
+ },
3573
+ {
3574
+ "kind": "javascript-module",
3575
+ "path": "src/cell-formatters/text.formatter.ts",
3576
+ "declarations": [
3577
+ {
3578
+ "kind": "function",
3579
+ "name": "textFormatter",
3580
+ "return": {
3581
+ "type": {
3582
+ "text": ""
3583
+ }
3584
+ },
3585
+ "parameters": [
3421
3586
  {
3422
- "kind": "field",
3423
- "name": "rowDataMapper",
3587
+ "name": "cell",
3424
3588
  "type": {
3425
- "text": "Function"
3589
+ "text": "any"
3426
3590
  },
3427
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3591
+ "description": "The cell component provided by Tabulator"
3428
3592
  },
3429
3593
  {
3430
- "kind": "field",
3431
- "name": "dataSub",
3594
+ "name": "formatterParams",
3595
+ "default": "{}",
3432
3596
  "type": {
3433
- "text": "Subscription"
3597
+ "text": "TextFormatterParams<T>"
3434
3598
  },
3435
- "privacy": "private"
3436
- },
3437
- {
3438
- "kind": "field",
3439
- "name": "updateSub",
3440
- "type": {
3441
- "text": "Subscription"
3442
- },
3443
- "privacy": "private"
3444
- },
3599
+ "description": "Text formatter parameters"
3600
+ }
3601
+ ],
3602
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3603
+ "privacy": "public"
3604
+ }
3605
+ ],
3606
+ "exports": [
3607
+ {
3608
+ "kind": "js",
3609
+ "name": "textFormatter",
3610
+ "declaration": {
3611
+ "name": "textFormatter",
3612
+ "module": "src/cell-formatters/text.formatter.ts"
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": [
3445
3761
  {
3446
3762
  "kind": "field",
3447
- "name": "connectionSub",
3763
+ "name": "auth",
3448
3764
  "type": {
3449
- "text": "Subscription"
3450
- },
3451
- "privacy": "private"
3765
+ "text": "Auth"
3766
+ }
3452
3767
  },
3453
3768
  {
3454
3769
  "kind": "field",
3455
- "name": "isRequestServer",
3770
+ "name": "connect",
3456
3771
  "type": {
3457
- "text": "boolean"
3458
- },
3459
- "privacy": "private",
3460
- "default": "false"
3772
+ "text": "Connect"
3773
+ }
3461
3774
  },
3462
3775
  {
3463
3776
  "kind": "field",
3464
- "name": "requiresFullRowDataAndColDefs",
3777
+ "name": "datasource",
3465
3778
  "type": {
3466
- "text": "boolean"
3467
- },
3468
- "privacy": "private",
3469
- "default": "true"
3779
+ "text": "Datasource"
3780
+ }
3470
3781
  },
3471
3782
  {
3472
3783
  "kind": "field",
3473
- "name": "dataSubWasLoggedOff",
3784
+ "name": "deferredGridOptions",
3474
3785
  "type": {
3475
- "text": "boolean"
3476
- },
3477
- "privacy": "private",
3478
- "default": "false"
3786
+ "text": "Options"
3787
+ }
3479
3788
  },
3480
3789
  {
3481
3790
  "kind": "field",
3482
- "name": "rows",
3791
+ "name": "deferredColumnStates",
3483
3792
  "type": {
3484
- "text": "Map<string, any>"
3793
+ "text": "any[]"
3485
3794
  },
3486
- "privacy": "private",
3487
- "default": "new Map()"
3795
+ "default": "[]",
3796
+ "description": "Allows storing column layouts between datasource initializations"
3488
3797
  },
3489
3798
  {
3490
3799
  "kind": "field",
3491
- "name": "gridTransaction",
3800
+ "name": "criteria",
3492
3801
  "type": {
3493
- "text": "RowDataTransaction"
3494
- },
3495
- "privacy": "private"
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
+ ]
3496
3822
  },
3497
3823
  {
3498
3824
  "kind": "field",
3499
- "name": "sourceRef",
3825
+ "name": "fields",
3500
3826
  "type": {
3501
3827
  "text": "string"
3502
- },
3503
- "privacy": "private"
3828
+ }
3504
3829
  },
3505
3830
  {
3506
3831
  "kind": "field",
3507
- "name": "criteriaFromFilters",
3832
+ "name": "isSnapshot",
3508
3833
  "type": {
3509
- "text": "Map<string, string>"
3834
+ "text": "boolean"
3510
3835
  },
3511
- "privacy": "private",
3512
- "default": "new Map()"
3836
+ "default": "false"
3513
3837
  },
3514
3838
  {
3515
3839
  "kind": "field",
3516
- "name": "update",
3840
+ "name": "maxRows",
3517
3841
  "type": {
3518
- "text": "BehaviorSubject<Map<string, string>>"
3519
- },
3520
- "privacy": "private",
3521
- "default": "new BehaviorSubject(new Map())"
3842
+ "text": "number"
3843
+ }
3522
3844
  },
3523
3845
  {
3524
- "kind": "method",
3525
- "name": "deepClone",
3526
- "return": {
3527
- "type": {
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"
3965
+ },
3966
+ "privacy": "private"
3967
+ },
3968
+ {
3969
+ "kind": "field",
3970
+ "name": "isRequestServer",
3971
+ "type": {
3972
+ "text": "boolean"
3973
+ },
3974
+ "privacy": "private",
3975
+ "default": "false"
3976
+ },
3977
+ {
3978
+ "kind": "field",
3979
+ "name": "requiresFullRowDataAndColDefs",
3980
+ "type": {
3981
+ "text": "boolean"
3982
+ },
3983
+ "privacy": "private",
3984
+ "default": "true"
3985
+ },
3986
+ {
3987
+ "kind": "field",
3988
+ "name": "dataSubWasLoggedOff",
3989
+ "type": {
3990
+ "text": "boolean"
3991
+ },
3992
+ "privacy": "private",
3993
+ "default": "false"
3994
+ },
3995
+ {
3996
+ "kind": "field",
3997
+ "name": "rows",
3998
+ "type": {
3999
+ "text": "Map<string, any>"
4000
+ },
4001
+ "privacy": "private",
4002
+ "default": "new Map()"
4003
+ },
4004
+ {
4005
+ "kind": "field",
4006
+ "name": "gridTransaction",
4007
+ "type": {
4008
+ "text": "RowDataTransaction"
4009
+ },
4010
+ "privacy": "private"
4011
+ },
4012
+ {
4013
+ "kind": "field",
4014
+ "name": "sourceRef",
4015
+ "type": {
4016
+ "text": "string"
4017
+ },
4018
+ "privacy": "private"
4019
+ },
4020
+ {
4021
+ "kind": "field",
4022
+ "name": "criteriaFromFilters",
4023
+ "type": {
4024
+ "text": "Map<string, string>"
4025
+ },
4026
+ "privacy": "private",
4027
+ "default": "new Map()"
4028
+ },
4029
+ {
4030
+ "kind": "field",
4031
+ "name": "update",
4032
+ "type": {
4033
+ "text": "BehaviorSubject<Map<string, string>>"
4034
+ },
4035
+ "privacy": "private",
4036
+ "default": "new BehaviorSubject(new Map())"
4037
+ },
4038
+ {
4039
+ "kind": "method",
4040
+ "name": "deepClone",
4041
+ "return": {
4042
+ "type": {
3528
4043
  "text": "Node"
3529
4044
  }
3530
4045
  },
@@ -3985,682 +4500,167 @@
3985
4500
  "description": "Fired when layout size changes",
3986
4501
  "name": "sizeChanged"
3987
4502
  }
3988
- ],
3989
- "attributes": [
3990
- {
3991
- "name": "criteria",
3992
- "type": {
3993
- "text": "string"
3994
- },
3995
- "fieldName": "criteria"
3996
- },
3997
- {
3998
- "name": "fields",
3999
- "type": {
4000
- "text": "string"
4001
- },
4002
- "fieldName": "fields"
4003
- },
4004
- {
4005
- "name": "is-snapshot",
4006
- "type": {
4007
- "text": "boolean"
4008
- },
4009
- "default": "false",
4010
- "fieldName": "isSnapshot"
4011
- },
4012
- {
4013
- "name": "max-rows",
4014
- "type": {
4015
- "text": "number"
4016
- },
4017
- "fieldName": "maxRows"
4018
- },
4019
- {
4020
- "name": "max-view",
4021
- "type": {
4022
- "text": "number"
4023
- },
4024
- "fieldName": "maxView"
4025
- },
4026
- {
4027
- "name": "polling-interval",
4028
- "type": {
4029
- "text": "number"
4030
- },
4031
- "fieldName": "pollingInterval"
4032
- },
4033
- {
4034
- "name": "moving-view",
4035
- "type": {
4036
- "text": "boolean"
4037
- },
4038
- "default": "false",
4039
- "fieldName": "movingView"
4040
- },
4041
- {
4042
- "name": "order-by",
4043
- "type": {
4044
- "text": "string"
4045
- },
4046
- "fieldName": "orderBy"
4047
- },
4048
- {
4049
- "name": "resource-name",
4050
- "type": {
4051
- "text": "string"
4052
- },
4053
- "fieldName": "resourceName"
4054
- },
4055
- {
4056
- "type": {
4057
- "text": "boolean"
4058
- },
4059
- "default": "false",
4060
- "fieldName": "reverse"
4061
- },
4062
- {
4063
- "name": "row-id",
4064
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4065
- "fieldName": "rowIdAttr"
4066
- },
4067
- {
4068
- "name": "restart-on-reconnection",
4069
- "type": {
4070
- "text": "boolean"
4071
- },
4072
- "default": "true",
4073
- "fieldName": "restartOnReconnection"
4074
- },
4075
- {
4076
- "name": "keep-col-defs-on-clear-row-data",
4077
- "type": {
4078
- "text": "boolean"
4079
- },
4080
- "default": "false",
4081
- "description": "Whether to keep column definitions when clearing row data",
4082
- "fieldName": "keepColDefsOnClearRowData"
4083
- }
4084
- ],
4085
- "mixins": [
4086
- {
4087
- "name": "LifecycleMixin",
4088
- "package": "@genesislcap/foundation-utils"
4089
- },
4090
- {
4091
- "name": "DatasourceEventHandler",
4092
- "package": "@genesislcap/foundation-comms"
4093
- }
4094
- ],
4095
- "superclass": {
4096
- "name": "FoundationElement",
4097
- "package": "@microsoft/fast-foundation"
4098
- },
4099
- "tagName": "grid-tabulator-client-side-datasource",
4100
- "customElement": true
4101
- }
4102
- ],
4103
- "exports": [
4104
- {
4105
- "kind": "js",
4106
- "name": "criteriaDelimiter",
4107
- "declaration": {
4108
- "name": "criteriaDelimiter",
4109
- "module": "src/datasource/client-side.datasource.ts"
4110
- }
4111
- },
4112
- {
4113
- "kind": "js",
4114
- "name": "criteriaJoin",
4115
- "declaration": {
4116
- "name": "criteriaJoin",
4117
- "module": "src/datasource/client-side.datasource.ts"
4118
- }
4119
- },
4120
- {
4121
- "kind": "js",
4122
- "name": "GridTabulatorClientSideDatasource",
4123
- "declaration": {
4124
- "name": "GridTabulatorClientSideDatasource",
4125
- "module": "src/datasource/client-side.datasource.ts"
4126
- }
4127
- },
4128
- {
4129
- "kind": "custom-element-definition",
4130
- "name": "grid-tabulator-client-side-datasource",
4131
- "declaration": {
4132
- "name": "GridTabulatorClientSideDatasource",
4133
- "module": "src/datasource/client-side.datasource.ts"
4134
- }
4135
- }
4136
- ]
4137
- },
4138
- {
4139
- "kind": "javascript-module",
4140
- "path": "src/datasource/index.ts",
4141
- "declarations": [],
4142
- "exports": [
4143
- {
4144
- "kind": "js",
4145
- "name": "*",
4146
- "declaration": {
4147
- "name": "*",
4148
- "package": "./client-side.datasource"
4149
- }
4150
- }
4151
- ]
4152
- },
4153
- {
4154
- "kind": "javascript-module",
4155
- "path": "src/cell-formatters/action.formatter.ts",
4156
- "declarations": [
4157
- {
4158
- "kind": "function",
4159
- "name": "actionFormatter",
4160
- "return": {
4161
- "type": {
4162
- "text": ""
4163
- }
4164
- },
4165
- "parameters": [
4166
- {
4167
- "name": "cell",
4168
- "type": {
4169
- "text": "any"
4170
- },
4171
- "description": "The cell component provided by Tabulator"
4172
- },
4173
- {
4174
- "name": "formatterParams",
4175
- "default": "{}",
4176
- "type": {
4177
- "text": "ActionFormatterParams<T>"
4178
- },
4179
- "description": "Action formatter parameters"
4180
- }
4181
- ],
4182
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4183
- "privacy": "public"
4184
- }
4185
- ],
4186
- "exports": [
4187
- {
4188
- "kind": "js",
4189
- "name": "actionFormatter",
4190
- "declaration": {
4191
- "name": "actionFormatter",
4192
- "module": "src/cell-formatters/action.formatter.ts"
4193
- }
4194
- }
4195
- ]
4196
- },
4197
- {
4198
- "kind": "javascript-module",
4199
- "path": "src/cell-formatters/actions-menu.formatter.ts",
4200
- "declarations": [
4201
- {
4202
- "kind": "function",
4203
- "name": "actionsMenuFormatter",
4204
- "return": {
4205
- "type": {
4206
- "text": ""
4207
- }
4208
- },
4209
- "parameters": [
4210
- {
4211
- "name": "cell",
4212
- "type": {
4213
- "text": "any"
4214
- },
4215
- "description": "The cell component provided by Tabulator"
4216
- },
4217
- {
4218
- "name": "formatterParams",
4219
- "default": "{}",
4220
- "type": {
4221
- "text": "ActionsMenuFormatterParams<T>"
4222
- },
4223
- "description": "Actions menu formatter parameters"
4224
- }
4225
- ],
4226
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4227
- "privacy": "public"
4228
- }
4229
- ],
4230
- "exports": [
4231
- {
4232
- "kind": "js",
4233
- "name": "actionsMenuFormatter",
4234
- "declaration": {
4235
- "name": "actionsMenuFormatter",
4236
- "module": "src/cell-formatters/actions-menu.formatter.ts"
4237
- }
4238
- }
4239
- ]
4240
- },
4241
- {
4242
- "kind": "javascript-module",
4243
- "path": "src/cell-formatters/boolean.formatter.ts",
4244
- "declarations": [
4245
- {
4246
- "kind": "function",
4247
- "name": "booleanFormatter",
4248
- "return": {
4249
- "type": {
4250
- "text": ""
4251
- }
4252
- },
4253
- "parameters": [
4254
- {
4255
- "name": "cell",
4256
- "type": {
4257
- "text": "any"
4258
- },
4259
- "description": "The cell component provided by Tabulator"
4260
- },
4261
- {
4262
- "name": "formatterParams",
4263
- "default": "{}",
4264
- "type": {
4265
- "text": "BooleanFormatterParams<T>"
4266
- },
4267
- "description": "Boolean formatter parameters"
4268
- }
4269
- ],
4270
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4271
- "privacy": "public"
4272
- }
4273
- ],
4274
- "exports": [
4275
- {
4276
- "kind": "js",
4277
- "name": "booleanFormatter",
4278
- "declaration": {
4279
- "name": "booleanFormatter",
4280
- "module": "src/cell-formatters/boolean.formatter.ts"
4281
- }
4282
- }
4283
- ]
4284
- },
4285
- {
4286
- "kind": "javascript-module",
4287
- "path": "src/cell-formatters/constants.ts",
4288
- "declarations": [],
4289
- "exports": []
4290
- },
4291
- {
4292
- "kind": "javascript-module",
4293
- "path": "src/cell-formatters/editable.formatter.ts",
4294
- "declarations": [
4295
- {
4296
- "kind": "function",
4297
- "name": "editableFormatter",
4298
- "return": {
4299
- "type": {
4300
- "text": ""
4301
- }
4302
- },
4303
- "parameters": [
4304
- {
4305
- "name": "cell",
4306
- "type": {
4307
- "text": "any"
4308
- },
4309
- "description": "The cell component provided by Tabulator"
4310
- },
4311
- {
4312
- "name": "formatterParams",
4313
- "default": "{}",
4314
- "type": {
4315
- "text": "EditableFormatterParams<T>"
4316
- },
4317
- "description": "Editable formatter parameters"
4318
- }
4319
- ],
4320
- "description": "Formatter that displays an editable cell with validation state",
4321
- "privacy": "public"
4322
- }
4323
- ],
4324
- "exports": [
4325
- {
4326
- "kind": "js",
4327
- "name": "editableFormatter",
4328
- "declaration": {
4329
- "name": "editableFormatter",
4330
- "module": "src/cell-formatters/editable.formatter.ts"
4331
- }
4332
- }
4333
- ]
4334
- },
4335
- {
4336
- "kind": "javascript-module",
4337
- "path": "src/cell-formatters/index.ts",
4338
- "declarations": [
4339
- {
4340
- "kind": "variable",
4341
- "name": "formatters",
4342
- "type": {
4343
- "text": "object"
4344
- },
4345
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4346
- "description": "Zero formatters for Tabulator grid"
4347
- }
4348
- ],
4349
- "exports": [
4350
- {
4351
- "kind": "js",
4352
- "name": "*",
4353
- "declaration": {
4354
- "name": "*",
4355
- "package": "./constants"
4356
- }
4357
- },
4358
- {
4359
- "kind": "js",
4360
- "name": "ActionFormatterParams",
4361
- "declaration": {
4362
- "name": "ActionFormatterParams",
4363
- "module": "src/cell-formatters/index.ts"
4364
- }
4365
- },
4366
- {
4367
- "kind": "js",
4368
- "name": "actionFormatter",
4369
- "declaration": {
4370
- "name": "actionFormatter",
4371
- "module": "src/cell-formatters/index.ts"
4372
- }
4373
- },
4374
- {
4375
- "kind": "js",
4376
- "name": "ActionsMenuFormatterParams",
4377
- "declaration": {
4378
- "name": "ActionsMenuFormatterParams",
4379
- "module": "src/cell-formatters/index.ts"
4380
- }
4381
- },
4382
- {
4383
- "kind": "js",
4384
- "name": "actionsMenuFormatter",
4385
- "declaration": {
4386
- "name": "actionsMenuFormatter",
4387
- "module": "src/cell-formatters/index.ts"
4388
- }
4389
- },
4390
- {
4391
- "kind": "js",
4392
- "name": "BooleanFormatterParams",
4393
- "declaration": {
4394
- "name": "BooleanFormatterParams",
4395
- "module": "src/cell-formatters/index.ts"
4396
- }
4397
- },
4398
- {
4399
- "kind": "js",
4400
- "name": "booleanFormatter",
4401
- "declaration": {
4402
- "name": "booleanFormatter",
4403
- "module": "src/cell-formatters/index.ts"
4404
- }
4405
- },
4406
- {
4407
- "kind": "js",
4408
- "name": "EditableFormatterParams",
4409
- "declaration": {
4410
- "name": "EditableFormatterParams",
4411
- "module": "src/cell-formatters/index.ts"
4412
- }
4413
- },
4414
- {
4415
- "kind": "js",
4416
- "name": "editableFormatter",
4417
- "declaration": {
4418
- "name": "editableFormatter",
4419
- "module": "src/cell-formatters/index.ts"
4420
- }
4421
- },
4422
- {
4423
- "kind": "js",
4424
- "name": "SelectFormatterParams",
4425
- "declaration": {
4426
- "name": "SelectFormatterParams",
4427
- "module": "src/cell-formatters/index.ts"
4428
- }
4429
- },
4430
- {
4431
- "kind": "js",
4432
- "name": "selectFormatter",
4433
- "declaration": {
4434
- "name": "selectFormatter",
4435
- "module": "src/cell-formatters/index.ts"
4436
- }
4437
- },
4438
- {
4439
- "kind": "js",
4440
- "name": "TextFormatterParams",
4441
- "declaration": {
4442
- "name": "TextFormatterParams",
4443
- "module": "src/cell-formatters/index.ts"
4444
- }
4445
- },
4446
- {
4447
- "kind": "js",
4448
- "name": "textFormatter",
4449
- "declaration": {
4450
- "name": "textFormatter",
4451
- "module": "src/cell-formatters/index.ts"
4452
- }
4453
- },
4454
- {
4455
- "kind": "js",
4456
- "name": "formatters",
4457
- "declaration": {
4458
- "name": "formatters",
4459
- "module": "src/cell-formatters/index.ts"
4460
- }
4461
- }
4462
- ]
4463
- },
4464
- {
4465
- "kind": "javascript-module",
4466
- "path": "src/cell-formatters/select.formatter.ts",
4467
- "declarations": [
4468
- {
4469
- "kind": "function",
4470
- "name": "selectFormatter",
4471
- "return": {
4472
- "type": {
4473
- "text": ""
4474
- }
4475
- },
4476
- "parameters": [
4503
+ ],
4504
+ "attributes": [
4477
4505
  {
4478
- "name": "cell",
4506
+ "name": "criteria",
4479
4507
  "type": {
4480
- "text": "any"
4508
+ "text": "string"
4481
4509
  },
4482
- "description": "The cell component provided by Tabulator"
4510
+ "fieldName": "criteria"
4483
4511
  },
4484
4512
  {
4485
- "name": "formatterParams",
4513
+ "name": "fields",
4486
4514
  "type": {
4487
- "text": "SelectFormatterParams<T>"
4515
+ "text": "string"
4488
4516
  },
4489
- "description": "Select formatter parameters"
4490
- }
4491
- ],
4492
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4493
- "privacy": "public"
4494
- }
4495
- ],
4496
- "exports": [
4497
- {
4498
- "kind": "js",
4499
- "name": "selectFormatter",
4500
- "declaration": {
4501
- "name": "selectFormatter",
4502
- "module": "src/cell-formatters/select.formatter.ts"
4503
- }
4504
- }
4505
- ]
4506
- },
4507
- {
4508
- "kind": "javascript-module",
4509
- "path": "src/cell-formatters/text.formatter.ts",
4510
- "declarations": [
4511
- {
4512
- "kind": "function",
4513
- "name": "textFormatter",
4514
- "return": {
4515
- "type": {
4516
- "text": ""
4517
- }
4518
- },
4519
- "parameters": [
4517
+ "fieldName": "fields"
4518
+ },
4520
4519
  {
4521
- "name": "cell",
4520
+ "name": "is-snapshot",
4522
4521
  "type": {
4523
- "text": "any"
4522
+ "text": "boolean"
4524
4523
  },
4525
- "description": "The cell component provided by Tabulator"
4524
+ "default": "false",
4525
+ "fieldName": "isSnapshot"
4526
4526
  },
4527
4527
  {
4528
- "name": "formatterParams",
4529
- "default": "{}",
4528
+ "name": "max-rows",
4530
4529
  "type": {
4531
- "text": "TextFormatterParams<T>"
4530
+ "text": "number"
4532
4531
  },
4533
- "description": "Text formatter parameters"
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"
4534
4598
  }
4535
4599
  ],
4536
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4537
- "privacy": "public"
4538
- }
4539
- ],
4540
- "exports": [
4541
- {
4542
- "kind": "js",
4543
- "name": "textFormatter",
4544
- "declaration": {
4545
- "name": "textFormatter",
4546
- "module": "src/cell-formatters/text.formatter.ts"
4547
- }
4548
- }
4549
- ]
4550
- },
4551
- {
4552
- "kind": "javascript-module",
4553
- "path": "src/external/fonts.ts",
4554
- "declarations": [
4555
- {
4556
- "kind": "variable",
4557
- "name": "tabulatorDefaultFontFace",
4558
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4559
- },
4560
- {
4561
- "kind": "variable",
4562
- "name": "tabulatorRapidFontFace",
4563
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4564
- },
4565
- {
4566
- "kind": "variable",
4567
- "name": "gridThemeFontFaceMap",
4568
- "type": {
4569
- "text": "GridThemeFontFaceMap"
4600
+ "mixins": [
4601
+ {
4602
+ "name": "LifecycleMixin",
4603
+ "package": "@genesislcap/foundation-utils"
4604
+ },
4605
+ {
4606
+ "name": "DatasourceEventHandler",
4607
+ "package": "@genesislcap/foundation-comms"
4608
+ }
4609
+ ],
4610
+ "superclass": {
4611
+ "name": "FoundationElement",
4612
+ "package": "@microsoft/fast-foundation"
4570
4613
  },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
- },
4573
- {
4574
- "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4614
+ "tagName": "grid-tabulator-client-side-datasource",
4615
+ "customElement": true
4577
4616
  }
4578
4617
  ],
4579
4618
  "exports": [
4580
4619
  {
4581
4620
  "kind": "js",
4582
- "name": "tabulatorDefaultFontFace",
4583
- "declaration": {
4584
- "name": "tabulatorDefaultFontFace",
4585
- "module": "src/external/fonts.ts"
4586
- }
4587
- },
4588
- {
4589
- "kind": "js",
4590
- "name": "tabulatorRapidFontFace",
4621
+ "name": "criteriaDelimiter",
4591
4622
  "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4623
+ "name": "criteriaDelimiter",
4624
+ "module": "src/datasource/client-side.datasource.ts"
4594
4625
  }
4595
4626
  },
4596
4627
  {
4597
4628
  "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4629
+ "name": "criteriaJoin",
4599
4630
  "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4631
+ "name": "criteriaJoin",
4632
+ "module": "src/datasource/client-side.datasource.ts"
4602
4633
  }
4603
4634
  },
4604
4635
  {
4605
4636
  "kind": "js",
4606
- "name": "defaultGridTabulatorFontFace",
4607
- "declaration": {
4608
- "name": "defaultGridTabulatorFontFace",
4609
- "module": "src/external/fonts.ts"
4610
- }
4611
- }
4612
- ]
4613
- },
4614
- {
4615
- "kind": "javascript-module",
4616
- "path": "src/external/index.ts",
4617
- "declarations": [
4618
- {
4619
- "kind": "variable",
4620
- "name": "tabulatorExternalStockStyles",
4621
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
- "description": "External styles for the Tabulator grid.",
4623
- "privacy": "public"
4624
- }
4625
- ],
4626
- "exports": [
4627
- {
4628
- "kind": "js",
4629
- "name": "tabulatorExternalStockStyles",
4637
+ "name": "GridTabulatorClientSideDatasource",
4630
4638
  "declaration": {
4631
- "name": "tabulatorExternalStockStyles",
4632
- "module": "src/external/index.ts"
4639
+ "name": "GridTabulatorClientSideDatasource",
4640
+ "module": "src/datasource/client-side.datasource.ts"
4633
4641
  }
4634
4642
  },
4635
4643
  {
4636
- "kind": "js",
4637
- "name": "tabulatorThemeSimpleCSS",
4644
+ "kind": "custom-element-definition",
4645
+ "name": "grid-tabulator-client-side-datasource",
4638
4646
  "declaration": {
4639
- "name": "tabulatorThemeSimpleCSS",
4640
- "module": "src/external/index.ts"
4647
+ "name": "GridTabulatorClientSideDatasource",
4648
+ "module": "src/datasource/client-side.datasource.ts"
4641
4649
  }
4642
4650
  }
4643
4651
  ]
4644
4652
  },
4645
4653
  {
4646
4654
  "kind": "javascript-module",
4647
- "path": "src/external/tabulator-theme-simple-css.ts",
4648
- "declarations": [
4649
- {
4650
- "kind": "variable",
4651
- "name": "tabulatorThemeSimpleCSS",
4652
- "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`",
4653
- "description": "External styles for the Tabulator grid.",
4654
- "privacy": "public"
4655
- }
4656
- ],
4655
+ "path": "src/datasource/index.ts",
4656
+ "declarations": [],
4657
4657
  "exports": [
4658
4658
  {
4659
4659
  "kind": "js",
4660
- "name": "tabulatorThemeSimpleCSS",
4660
+ "name": "*",
4661
4661
  "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4662
+ "name": "*",
4663
+ "package": "./client-side.datasource"
4664
4664
  }
4665
4665
  }
4666
4666
  ]