@genesislcap/grid-tabulator 14.450.0 → 14.451.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 +810 -810
  2. package/package.json +13 -13
@@ -3218,617 +3218,219 @@
3218
3218
  },
3219
3219
  {
3220
3220
  "kind": "javascript-module",
3221
- "path": "src/cell-formatters/action.formatter.ts",
3221
+ "path": "src/datasource/client-side.datasource.ts",
3222
3222
  "declarations": [
3223
3223
  {
3224
- "kind": "function",
3225
- "name": "actionFormatter",
3226
- "return": {
3227
- "type": {
3228
- "text": ""
3229
- }
3224
+ "kind": "variable",
3225
+ "name": "criteriaDelimiter",
3226
+ "type": {
3227
+ "text": "string"
3230
3228
  },
3231
- "parameters": [
3229
+ "default": "';'",
3230
+ "description": "Delimiter for criteria in the datasource"
3231
+ },
3232
+ {
3233
+ "kind": "variable",
3234
+ "name": "criteriaJoin",
3235
+ "type": {
3236
+ "text": "string"
3237
+ },
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": [
3232
3246
  {
3233
- "name": "cell",
3247
+ "kind": "field",
3248
+ "name": "auth",
3234
3249
  "type": {
3235
- "text": "any"
3236
- },
3237
- "description": "The cell component provided by Tabulator"
3250
+ "text": "Auth"
3251
+ }
3238
3252
  },
3239
3253
  {
3240
- "name": "formatterParams",
3241
- "default": "{}",
3254
+ "kind": "field",
3255
+ "name": "connect",
3242
3256
  "type": {
3243
- "text": "ActionFormatterParams<T>"
3244
- },
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": [
3257
+ "text": "Connect"
3258
+ }
3259
+ },
3276
3260
  {
3277
- "name": "cell",
3261
+ "kind": "field",
3262
+ "name": "datasource",
3278
3263
  "type": {
3279
- "text": "any"
3280
- },
3281
- "description": "The cell component provided by Tabulator"
3264
+ "text": "Datasource"
3265
+ }
3282
3266
  },
3283
3267
  {
3284
- "name": "formatterParams",
3285
- "default": "{}",
3268
+ "kind": "field",
3269
+ "name": "deferredGridOptions",
3286
3270
  "type": {
3287
- "text": "ActionsMenuFormatterParams<T>"
3271
+ "text": "Options"
3272
+ }
3273
+ },
3274
+ {
3275
+ "kind": "field",
3276
+ "name": "deferredColumnStates",
3277
+ "type": {
3278
+ "text": "any[]"
3288
3279
  },
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": [
3280
+ "default": "[]",
3281
+ "description": "Allows storing column layouts between datasource initializations"
3282
+ },
3320
3283
  {
3321
- "name": "cell",
3284
+ "kind": "field",
3285
+ "name": "criteria",
3322
3286
  "type": {
3323
- "text": "any"
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
+ }
3314
+ },
3315
+ {
3316
+ "kind": "field",
3317
+ "name": "isSnapshot",
3318
+ "type": {
3319
+ "text": "boolean"
3324
3320
  },
3325
- "description": "The cell component provided by Tabulator"
3321
+ "default": "false"
3326
3322
  },
3327
3323
  {
3328
- "name": "formatterParams",
3329
- "default": "{}",
3324
+ "kind": "field",
3325
+ "name": "maxRows",
3330
3326
  "type": {
3331
- "text": "BooleanFormatterParams<T>"
3327
+ "text": "number"
3328
+ }
3329
+ },
3330
+ {
3331
+ "kind": "field",
3332
+ "name": "maxView",
3333
+ "type": {
3334
+ "text": "number"
3335
+ }
3336
+ },
3337
+ {
3338
+ "kind": "field",
3339
+ "name": "pollingInterval",
3340
+ "type": {
3341
+ "text": "number"
3342
+ }
3343
+ },
3344
+ {
3345
+ "kind": "field",
3346
+ "name": "movingView",
3347
+ "type": {
3348
+ "text": "boolean"
3332
3349
  },
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": [
3350
+ "default": "false"
3351
+ },
3370
3352
  {
3371
- "name": "cell",
3353
+ "kind": "field",
3354
+ "name": "orderBy",
3355
+ "type": {
3356
+ "text": "string"
3357
+ }
3358
+ },
3359
+ {
3360
+ "kind": "field",
3361
+ "name": "request",
3372
3362
  "type": {
3373
3363
  "text": "any"
3374
- },
3375
- "description": "The cell component provided by Tabulator"
3364
+ }
3376
3365
  },
3377
3366
  {
3378
- "name": "formatterParams",
3379
- "default": "{}",
3367
+ "kind": "field",
3368
+ "name": "resourceName",
3380
3369
  "type": {
3381
- "text": "EditableFormatterParams<T>"
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"
3382
3396
  },
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": [
3397
+ "default": "false"
3398
+ },
3543
3399
  {
3544
- "name": "cell",
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
+ },
3404
+ {
3405
+ "kind": "field",
3406
+ "name": "restartOnReconnection",
3545
3407
  "type": {
3546
- "text": "any"
3408
+ "text": "boolean"
3547
3409
  },
3548
- "description": "The cell component provided by Tabulator"
3410
+ "default": "true"
3549
3411
  },
3550
3412
  {
3551
- "name": "formatterParams",
3413
+ "kind": "field",
3414
+ "name": "keepColDefsOnClearRowData",
3552
3415
  "type": {
3553
- "text": "SelectFormatterParams<T>"
3416
+ "text": "boolean"
3554
3417
  },
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": [
3418
+ "default": "false",
3419
+ "description": "Whether to keep column definitions when clearing row data"
3420
+ },
3586
3421
  {
3587
- "name": "cell",
3422
+ "kind": "field",
3423
+ "name": "rowDataMapper",
3588
3424
  "type": {
3589
- "text": "any"
3425
+ "text": "Function"
3590
3426
  },
3591
- "description": "The cell component provided by Tabulator"
3427
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3592
3428
  },
3593
3429
  {
3594
- "name": "formatterParams",
3595
- "default": "{}",
3430
+ "kind": "field",
3431
+ "name": "dataSub",
3596
3432
  "type": {
3597
- "text": "TextFormatterParams<T>"
3598
- },
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/datasource/client-side.datasource.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "criteriaDelimiter",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "default": "';'",
3628
- "description": "Delimiter for criteria in the datasource"
3629
- },
3630
- {
3631
- "kind": "variable",
3632
- "name": "criteriaJoin",
3633
- "type": {
3634
- "text": "string"
3635
- },
3636
- "default": "' && '",
3637
- "description": "Join operator for criteria in the datasource"
3638
- },
3639
- {
3640
- "kind": "class",
3641
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
- "name": "GridTabulatorClientSideDatasource",
3643
- "members": [
3644
- {
3645
- "kind": "field",
3646
- "name": "auth",
3647
- "type": {
3648
- "text": "Auth"
3649
- }
3650
- },
3651
- {
3652
- "kind": "field",
3653
- "name": "connect",
3654
- "type": {
3655
- "text": "Connect"
3656
- }
3657
- },
3658
- {
3659
- "kind": "field",
3660
- "name": "datasource",
3661
- "type": {
3662
- "text": "Datasource"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "deferredGridOptions",
3668
- "type": {
3669
- "text": "Options"
3670
- }
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "deferredColumnStates",
3675
- "type": {
3676
- "text": "any[]"
3677
- },
3678
- "default": "[]",
3679
- "description": "Allows storing column layouts between datasource initializations"
3680
- },
3681
- {
3682
- "kind": "field",
3683
- "name": "criteria",
3684
- "type": {
3685
- "text": "string"
3686
- }
3687
- },
3688
- {
3689
- "kind": "method",
3690
- "name": "criteriaChanged",
3691
- "parameters": [
3692
- {
3693
- "name": "oldCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- },
3698
- {
3699
- "name": "newCriteria",
3700
- "type": {
3701
- "text": "string"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "fields",
3709
- "type": {
3710
- "text": "string"
3711
- }
3712
- },
3713
- {
3714
- "kind": "field",
3715
- "name": "isSnapshot",
3716
- "type": {
3717
- "text": "boolean"
3718
- },
3719
- "default": "false"
3720
- },
3721
- {
3722
- "kind": "field",
3723
- "name": "maxRows",
3724
- "type": {
3725
- "text": "number"
3726
- }
3727
- },
3728
- {
3729
- "kind": "field",
3730
- "name": "maxView",
3731
- "type": {
3732
- "text": "number"
3733
- }
3734
- },
3735
- {
3736
- "kind": "field",
3737
- "name": "pollingInterval",
3738
- "type": {
3739
- "text": "number"
3740
- }
3741
- },
3742
- {
3743
- "kind": "field",
3744
- "name": "movingView",
3745
- "type": {
3746
- "text": "boolean"
3747
- },
3748
- "default": "false"
3749
- },
3750
- {
3751
- "kind": "field",
3752
- "name": "orderBy",
3753
- "type": {
3754
- "text": "string"
3755
- }
3756
- },
3757
- {
3758
- "kind": "field",
3759
- "name": "request",
3760
- "type": {
3761
- "text": "any"
3762
- }
3763
- },
3764
- {
3765
- "kind": "field",
3766
- "name": "resourceName",
3767
- "type": {
3768
- "text": "string"
3769
- }
3770
- },
3771
- {
3772
- "kind": "method",
3773
- "name": "resourceNameChanged",
3774
- "parameters": [
3775
- {
3776
- "name": "oldValue",
3777
- "type": {
3778
- "text": "string"
3779
- }
3780
- },
3781
- {
3782
- "name": "newValue",
3783
- "type": {
3784
- "text": "string"
3785
- }
3786
- }
3787
- ]
3788
- },
3789
- {
3790
- "kind": "field",
3791
- "name": "reverse",
3792
- "type": {
3793
- "text": "boolean"
3794
- },
3795
- "default": "false"
3796
- },
3797
- {
3798
- "kind": "field",
3799
- "name": "rowIdAttr",
3800
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3801
- },
3802
- {
3803
- "kind": "field",
3804
- "name": "restartOnReconnection",
3805
- "type": {
3806
- "text": "boolean"
3807
- },
3808
- "default": "true"
3809
- },
3810
- {
3811
- "kind": "field",
3812
- "name": "keepColDefsOnClearRowData",
3813
- "type": {
3814
- "text": "boolean"
3815
- },
3816
- "default": "false",
3817
- "description": "Whether to keep column definitions when clearing row data"
3818
- },
3819
- {
3820
- "kind": "field",
3821
- "name": "rowDataMapper",
3822
- "type": {
3823
- "text": "Function"
3824
- },
3825
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3826
- },
3827
- {
3828
- "kind": "field",
3829
- "name": "dataSub",
3830
- "type": {
3831
- "text": "Subscription"
3433
+ "text": "Subscription"
3832
3434
  },
3833
3435
  "privacy": "private"
3834
3436
  },
@@ -4312,355 +3914,753 @@
4312
3914
  }
4313
3915
  },
4314
3916
  {
4315
- "kind": "field",
4316
- "name": "styles",
3917
+ "kind": "field",
3918
+ "name": "styles",
3919
+ "type": {
3920
+ "text": "ElementStyles | void | null"
3921
+ },
3922
+ "privacy": "public",
3923
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3924
+ "inheritedFrom": {
3925
+ "name": "FoundationElement",
3926
+ "module": "src/foundation-element/foundation-element.ts"
3927
+ }
3928
+ },
3929
+ {
3930
+ "kind": "method",
3931
+ "name": "stylesChanged",
3932
+ "privacy": "protected",
3933
+ "return": {
3934
+ "type": {
3935
+ "text": "void"
3936
+ }
3937
+ },
3938
+ "inheritedFrom": {
3939
+ "name": "FoundationElement",
3940
+ "module": "src/foundation-element/foundation-element.ts"
3941
+ }
3942
+ },
3943
+ {
3944
+ "kind": "method",
3945
+ "name": "compose",
3946
+ "privacy": "public",
3947
+ "static": true,
3948
+ "return": {
3949
+ "type": {
3950
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3951
+ }
3952
+ },
3953
+ "parameters": [
3954
+ {
3955
+ "name": "this",
3956
+ "type": {
3957
+ "text": "K"
3958
+ }
3959
+ },
3960
+ {
3961
+ "name": "elementDefinition",
3962
+ "type": {
3963
+ "text": "T"
3964
+ },
3965
+ "description": "The definition of the element to create the registry\nfunction for."
3966
+ }
3967
+ ],
3968
+ "description": "Defines an element registry function with a set of element definition defaults.",
3969
+ "inheritedFrom": {
3970
+ "name": "FoundationElement",
3971
+ "module": "src/foundation-element/foundation-element.ts"
3972
+ }
3973
+ }
3974
+ ],
3975
+ "events": [
3976
+ {
3977
+ "description": "Fired when a datasource error occurs",
3978
+ "name": "gridTabulator:error"
3979
+ },
3980
+ {
3981
+ "description": "Fired when tabulator data is initialized",
3982
+ "name": "dataInit"
3983
+ },
3984
+ {
3985
+ "description": "Fired when layout size changes",
3986
+ "name": "sizeChanged"
3987
+ }
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/external/fonts.ts",
4156
+ "declarations": [
4157
+ {
4158
+ "kind": "variable",
4159
+ "name": "tabulatorDefaultFontFace",
4160
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4161
+ },
4162
+ {
4163
+ "kind": "variable",
4164
+ "name": "tabulatorRapidFontFace",
4165
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4166
+ },
4167
+ {
4168
+ "kind": "variable",
4169
+ "name": "gridThemeFontFaceMap",
4170
+ "type": {
4171
+ "text": "GridThemeFontFaceMap"
4172
+ },
4173
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4174
+ },
4175
+ {
4176
+ "kind": "variable",
4177
+ "name": "defaultGridTabulatorFontFace",
4178
+ "default": "tabulatorDefaultFontFace"
4179
+ }
4180
+ ],
4181
+ "exports": [
4182
+ {
4183
+ "kind": "js",
4184
+ "name": "tabulatorDefaultFontFace",
4185
+ "declaration": {
4186
+ "name": "tabulatorDefaultFontFace",
4187
+ "module": "src/external/fonts.ts"
4188
+ }
4189
+ },
4190
+ {
4191
+ "kind": "js",
4192
+ "name": "tabulatorRapidFontFace",
4193
+ "declaration": {
4194
+ "name": "tabulatorRapidFontFace",
4195
+ "module": "src/external/fonts.ts"
4196
+ }
4197
+ },
4198
+ {
4199
+ "kind": "js",
4200
+ "name": "gridThemeFontFaceMap",
4201
+ "declaration": {
4202
+ "name": "gridThemeFontFaceMap",
4203
+ "module": "src/external/fonts.ts"
4204
+ }
4205
+ },
4206
+ {
4207
+ "kind": "js",
4208
+ "name": "defaultGridTabulatorFontFace",
4209
+ "declaration": {
4210
+ "name": "defaultGridTabulatorFontFace",
4211
+ "module": "src/external/fonts.ts"
4212
+ }
4213
+ }
4214
+ ]
4215
+ },
4216
+ {
4217
+ "kind": "javascript-module",
4218
+ "path": "src/external/index.ts",
4219
+ "declarations": [
4220
+ {
4221
+ "kind": "variable",
4222
+ "name": "tabulatorExternalStockStyles",
4223
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4224
+ "description": "External styles for the Tabulator grid.",
4225
+ "privacy": "public"
4226
+ }
4227
+ ],
4228
+ "exports": [
4229
+ {
4230
+ "kind": "js",
4231
+ "name": "tabulatorExternalStockStyles",
4232
+ "declaration": {
4233
+ "name": "tabulatorExternalStockStyles",
4234
+ "module": "src/external/index.ts"
4235
+ }
4236
+ },
4237
+ {
4238
+ "kind": "js",
4239
+ "name": "tabulatorThemeSimpleCSS",
4240
+ "declaration": {
4241
+ "name": "tabulatorThemeSimpleCSS",
4242
+ "module": "src/external/index.ts"
4243
+ }
4244
+ }
4245
+ ]
4246
+ },
4247
+ {
4248
+ "kind": "javascript-module",
4249
+ "path": "src/external/tabulator-theme-simple-css.ts",
4250
+ "declarations": [
4251
+ {
4252
+ "kind": "variable",
4253
+ "name": "tabulatorThemeSimpleCSS",
4254
+ "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`",
4255
+ "description": "External styles for the Tabulator grid.",
4256
+ "privacy": "public"
4257
+ }
4258
+ ],
4259
+ "exports": [
4260
+ {
4261
+ "kind": "js",
4262
+ "name": "tabulatorThemeSimpleCSS",
4263
+ "declaration": {
4264
+ "name": "tabulatorThemeSimpleCSS",
4265
+ "module": "src/external/tabulator-theme-simple-css.ts"
4266
+ }
4267
+ }
4268
+ ]
4269
+ },
4270
+ {
4271
+ "kind": "javascript-module",
4272
+ "path": "src/cell-formatters/action.formatter.ts",
4273
+ "declarations": [
4274
+ {
4275
+ "kind": "function",
4276
+ "name": "actionFormatter",
4277
+ "return": {
4278
+ "type": {
4279
+ "text": ""
4280
+ }
4281
+ },
4282
+ "parameters": [
4283
+ {
4284
+ "name": "cell",
4317
4285
  "type": {
4318
- "text": "ElementStyles | void | null"
4319
- },
4320
- "privacy": "public",
4321
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
4322
- "inheritedFrom": {
4323
- "name": "FoundationElement",
4324
- "module": "src/foundation-element/foundation-element.ts"
4325
- }
4326
- },
4327
- {
4328
- "kind": "method",
4329
- "name": "stylesChanged",
4330
- "privacy": "protected",
4331
- "return": {
4332
- "type": {
4333
- "text": "void"
4334
- }
4286
+ "text": "any"
4335
4287
  },
4336
- "inheritedFrom": {
4337
- "name": "FoundationElement",
4338
- "module": "src/foundation-element/foundation-element.ts"
4339
- }
4288
+ "description": "The cell component provided by Tabulator"
4340
4289
  },
4341
4290
  {
4342
- "kind": "method",
4343
- "name": "compose",
4344
- "privacy": "public",
4345
- "static": true,
4346
- "return": {
4347
- "type": {
4348
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4349
- }
4291
+ "name": "formatterParams",
4292
+ "default": "{}",
4293
+ "type": {
4294
+ "text": "ActionFormatterParams<T>"
4350
4295
  },
4351
- "parameters": [
4352
- {
4353
- "name": "this",
4354
- "type": {
4355
- "text": "K"
4356
- }
4357
- },
4358
- {
4359
- "name": "elementDefinition",
4360
- "type": {
4361
- "text": "T"
4362
- },
4363
- "description": "The definition of the element to create the registry\nfunction for."
4364
- }
4365
- ],
4366
- "description": "Defines an element registry function with a set of element definition defaults.",
4367
- "inheritedFrom": {
4368
- "name": "FoundationElement",
4369
- "module": "src/foundation-element/foundation-element.ts"
4370
- }
4296
+ "description": "Action formatter parameters"
4371
4297
  }
4372
4298
  ],
4373
- "events": [
4374
- {
4375
- "description": "Fired when a datasource error occurs",
4376
- "name": "gridTabulator:error"
4377
- },
4378
- {
4379
- "description": "Fired when tabulator data is initialized",
4380
- "name": "dataInit"
4381
- },
4382
- {
4383
- "description": "Fired when layout size changes",
4384
- "name": "sizeChanged"
4299
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4300
+ "privacy": "public"
4301
+ }
4302
+ ],
4303
+ "exports": [
4304
+ {
4305
+ "kind": "js",
4306
+ "name": "actionFormatter",
4307
+ "declaration": {
4308
+ "name": "actionFormatter",
4309
+ "module": "src/cell-formatters/action.formatter.ts"
4310
+ }
4311
+ }
4312
+ ]
4313
+ },
4314
+ {
4315
+ "kind": "javascript-module",
4316
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4317
+ "declarations": [
4318
+ {
4319
+ "kind": "function",
4320
+ "name": "actionsMenuFormatter",
4321
+ "return": {
4322
+ "type": {
4323
+ "text": ""
4385
4324
  }
4386
- ],
4387
- "attributes": [
4388
- {
4389
- "name": "criteria",
4390
- "type": {
4391
- "text": "string"
4392
- },
4393
- "fieldName": "criteria"
4394
- },
4395
- {
4396
- "name": "fields",
4397
- "type": {
4398
- "text": "string"
4399
- },
4400
- "fieldName": "fields"
4401
- },
4402
- {
4403
- "name": "is-snapshot",
4404
- "type": {
4405
- "text": "boolean"
4406
- },
4407
- "default": "false",
4408
- "fieldName": "isSnapshot"
4409
- },
4410
- {
4411
- "name": "max-rows",
4412
- "type": {
4413
- "text": "number"
4414
- },
4415
- "fieldName": "maxRows"
4416
- },
4417
- {
4418
- "name": "max-view",
4419
- "type": {
4420
- "text": "number"
4421
- },
4422
- "fieldName": "maxView"
4423
- },
4424
- {
4425
- "name": "polling-interval",
4426
- "type": {
4427
- "text": "number"
4428
- },
4429
- "fieldName": "pollingInterval"
4430
- },
4431
- {
4432
- "name": "moving-view",
4433
- "type": {
4434
- "text": "boolean"
4435
- },
4436
- "default": "false",
4437
- "fieldName": "movingView"
4438
- },
4439
- {
4440
- "name": "order-by",
4441
- "type": {
4442
- "text": "string"
4443
- },
4444
- "fieldName": "orderBy"
4445
- },
4325
+ },
4326
+ "parameters": [
4446
4327
  {
4447
- "name": "resource-name",
4328
+ "name": "cell",
4448
4329
  "type": {
4449
- "text": "string"
4330
+ "text": "any"
4450
4331
  },
4451
- "fieldName": "resourceName"
4332
+ "description": "The cell component provided by Tabulator"
4452
4333
  },
4453
4334
  {
4335
+ "name": "formatterParams",
4336
+ "default": "{}",
4454
4337
  "type": {
4455
- "text": "boolean"
4338
+ "text": "ActionsMenuFormatterParams<T>"
4456
4339
  },
4457
- "default": "false",
4458
- "fieldName": "reverse"
4459
- },
4460
- {
4461
- "name": "row-id",
4462
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
- "fieldName": "rowIdAttr"
4464
- },
4340
+ "description": "Actions menu formatter parameters"
4341
+ }
4342
+ ],
4343
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4344
+ "privacy": "public"
4345
+ }
4346
+ ],
4347
+ "exports": [
4348
+ {
4349
+ "kind": "js",
4350
+ "name": "actionsMenuFormatter",
4351
+ "declaration": {
4352
+ "name": "actionsMenuFormatter",
4353
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4354
+ }
4355
+ }
4356
+ ]
4357
+ },
4358
+ {
4359
+ "kind": "javascript-module",
4360
+ "path": "src/cell-formatters/boolean.formatter.ts",
4361
+ "declarations": [
4362
+ {
4363
+ "kind": "function",
4364
+ "name": "booleanFormatter",
4365
+ "return": {
4366
+ "type": {
4367
+ "text": ""
4368
+ }
4369
+ },
4370
+ "parameters": [
4465
4371
  {
4466
- "name": "restart-on-reconnection",
4372
+ "name": "cell",
4467
4373
  "type": {
4468
- "text": "boolean"
4374
+ "text": "any"
4469
4375
  },
4470
- "default": "true",
4471
- "fieldName": "restartOnReconnection"
4376
+ "description": "The cell component provided by Tabulator"
4472
4377
  },
4473
4378
  {
4474
- "name": "keep-col-defs-on-clear-row-data",
4379
+ "name": "formatterParams",
4380
+ "default": "{}",
4475
4381
  "type": {
4476
- "text": "boolean"
4382
+ "text": "BooleanFormatterParams<T>"
4477
4383
  },
4478
- "default": "false",
4479
- "description": "Whether to keep column definitions when clearing row data",
4480
- "fieldName": "keepColDefsOnClearRowData"
4384
+ "description": "Boolean formatter parameters"
4385
+ }
4386
+ ],
4387
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4388
+ "privacy": "public"
4389
+ }
4390
+ ],
4391
+ "exports": [
4392
+ {
4393
+ "kind": "js",
4394
+ "name": "booleanFormatter",
4395
+ "declaration": {
4396
+ "name": "booleanFormatter",
4397
+ "module": "src/cell-formatters/boolean.formatter.ts"
4398
+ }
4399
+ }
4400
+ ]
4401
+ },
4402
+ {
4403
+ "kind": "javascript-module",
4404
+ "path": "src/cell-formatters/constants.ts",
4405
+ "declarations": [],
4406
+ "exports": []
4407
+ },
4408
+ {
4409
+ "kind": "javascript-module",
4410
+ "path": "src/cell-formatters/editable.formatter.ts",
4411
+ "declarations": [
4412
+ {
4413
+ "kind": "function",
4414
+ "name": "editableFormatter",
4415
+ "return": {
4416
+ "type": {
4417
+ "text": ""
4481
4418
  }
4482
- ],
4483
- "mixins": [
4419
+ },
4420
+ "parameters": [
4484
4421
  {
4485
- "name": "LifecycleMixin",
4486
- "package": "@genesislcap/foundation-utils"
4422
+ "name": "cell",
4423
+ "type": {
4424
+ "text": "any"
4425
+ },
4426
+ "description": "The cell component provided by Tabulator"
4487
4427
  },
4488
4428
  {
4489
- "name": "DatasourceEventHandler",
4490
- "package": "@genesislcap/foundation-comms"
4429
+ "name": "formatterParams",
4430
+ "default": "{}",
4431
+ "type": {
4432
+ "text": "EditableFormatterParams<T>"
4433
+ },
4434
+ "description": "Editable formatter parameters"
4491
4435
  }
4492
4436
  ],
4493
- "superclass": {
4494
- "name": "FoundationElement",
4495
- "package": "@microsoft/fast-foundation"
4437
+ "description": "Formatter that displays an editable cell with validation state",
4438
+ "privacy": "public"
4439
+ }
4440
+ ],
4441
+ "exports": [
4442
+ {
4443
+ "kind": "js",
4444
+ "name": "editableFormatter",
4445
+ "declaration": {
4446
+ "name": "editableFormatter",
4447
+ "module": "src/cell-formatters/editable.formatter.ts"
4448
+ }
4449
+ }
4450
+ ]
4451
+ },
4452
+ {
4453
+ "kind": "javascript-module",
4454
+ "path": "src/cell-formatters/index.ts",
4455
+ "declarations": [
4456
+ {
4457
+ "kind": "variable",
4458
+ "name": "formatters",
4459
+ "type": {
4460
+ "text": "object"
4496
4461
  },
4497
- "tagName": "grid-tabulator-client-side-datasource",
4498
- "customElement": true
4462
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4463
+ "description": "Zero formatters for Tabulator grid"
4499
4464
  }
4500
4465
  ],
4501
4466
  "exports": [
4502
4467
  {
4503
4468
  "kind": "js",
4504
- "name": "criteriaDelimiter",
4469
+ "name": "*",
4505
4470
  "declaration": {
4506
- "name": "criteriaDelimiter",
4507
- "module": "src/datasource/client-side.datasource.ts"
4471
+ "name": "*",
4472
+ "package": "./constants"
4508
4473
  }
4509
4474
  },
4510
4475
  {
4511
4476
  "kind": "js",
4512
- "name": "criteriaJoin",
4477
+ "name": "ActionFormatterParams",
4513
4478
  "declaration": {
4514
- "name": "criteriaJoin",
4515
- "module": "src/datasource/client-side.datasource.ts"
4479
+ "name": "ActionFormatterParams",
4480
+ "module": "src/cell-formatters/index.ts"
4516
4481
  }
4517
4482
  },
4518
4483
  {
4519
4484
  "kind": "js",
4520
- "name": "GridTabulatorClientSideDatasource",
4485
+ "name": "actionFormatter",
4521
4486
  "declaration": {
4522
- "name": "GridTabulatorClientSideDatasource",
4523
- "module": "src/datasource/client-side.datasource.ts"
4487
+ "name": "actionFormatter",
4488
+ "module": "src/cell-formatters/index.ts"
4524
4489
  }
4525
4490
  },
4526
4491
  {
4527
- "kind": "custom-element-definition",
4528
- "name": "grid-tabulator-client-side-datasource",
4492
+ "kind": "js",
4493
+ "name": "ActionsMenuFormatterParams",
4529
4494
  "declaration": {
4530
- "name": "GridTabulatorClientSideDatasource",
4531
- "module": "src/datasource/client-side.datasource.ts"
4495
+ "name": "ActionsMenuFormatterParams",
4496
+ "module": "src/cell-formatters/index.ts"
4532
4497
  }
4533
- }
4534
- ]
4535
- },
4536
- {
4537
- "kind": "javascript-module",
4538
- "path": "src/datasource/index.ts",
4539
- "declarations": [],
4540
- "exports": [
4498
+ },
4541
4499
  {
4542
4500
  "kind": "js",
4543
- "name": "*",
4501
+ "name": "actionsMenuFormatter",
4544
4502
  "declaration": {
4545
- "name": "*",
4546
- "package": "./client-side.datasource"
4503
+ "name": "actionsMenuFormatter",
4504
+ "module": "src/cell-formatters/index.ts"
4547
4505
  }
4548
- }
4549
- ]
4550
- },
4551
- {
4552
- "kind": "javascript-module",
4553
- "path": "src/external/fonts.ts",
4554
- "declarations": [
4506
+ },
4555
4507
  {
4556
- "kind": "variable",
4557
- "name": "tabulatorDefaultFontFace",
4558
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4508
+ "kind": "js",
4509
+ "name": "BooleanFormatterParams",
4510
+ "declaration": {
4511
+ "name": "BooleanFormatterParams",
4512
+ "module": "src/cell-formatters/index.ts"
4513
+ }
4559
4514
  },
4560
4515
  {
4561
- "kind": "variable",
4562
- "name": "tabulatorRapidFontFace",
4563
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4516
+ "kind": "js",
4517
+ "name": "booleanFormatter",
4518
+ "declaration": {
4519
+ "name": "booleanFormatter",
4520
+ "module": "src/cell-formatters/index.ts"
4521
+ }
4564
4522
  },
4565
4523
  {
4566
- "kind": "variable",
4567
- "name": "gridThemeFontFaceMap",
4568
- "type": {
4569
- "text": "GridThemeFontFaceMap"
4570
- },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4524
+ "kind": "js",
4525
+ "name": "EditableFormatterParams",
4526
+ "declaration": {
4527
+ "name": "EditableFormatterParams",
4528
+ "module": "src/cell-formatters/index.ts"
4529
+ }
4572
4530
  },
4573
4531
  {
4574
- "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4577
- }
4578
- ],
4579
- "exports": [
4532
+ "kind": "js",
4533
+ "name": "editableFormatter",
4534
+ "declaration": {
4535
+ "name": "editableFormatter",
4536
+ "module": "src/cell-formatters/index.ts"
4537
+ }
4538
+ },
4580
4539
  {
4581
4540
  "kind": "js",
4582
- "name": "tabulatorDefaultFontFace",
4541
+ "name": "SelectFormatterParams",
4583
4542
  "declaration": {
4584
- "name": "tabulatorDefaultFontFace",
4585
- "module": "src/external/fonts.ts"
4543
+ "name": "SelectFormatterParams",
4544
+ "module": "src/cell-formatters/index.ts"
4586
4545
  }
4587
4546
  },
4588
4547
  {
4589
4548
  "kind": "js",
4590
- "name": "tabulatorRapidFontFace",
4549
+ "name": "selectFormatter",
4591
4550
  "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4551
+ "name": "selectFormatter",
4552
+ "module": "src/cell-formatters/index.ts"
4594
4553
  }
4595
4554
  },
4596
4555
  {
4597
4556
  "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4557
+ "name": "TextFormatterParams",
4599
4558
  "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4559
+ "name": "TextFormatterParams",
4560
+ "module": "src/cell-formatters/index.ts"
4602
4561
  }
4603
4562
  },
4604
4563
  {
4605
4564
  "kind": "js",
4606
- "name": "defaultGridTabulatorFontFace",
4565
+ "name": "textFormatter",
4607
4566
  "declaration": {
4608
- "name": "defaultGridTabulatorFontFace",
4609
- "module": "src/external/fonts.ts"
4567
+ "name": "textFormatter",
4568
+ "module": "src/cell-formatters/index.ts"
4569
+ }
4570
+ },
4571
+ {
4572
+ "kind": "js",
4573
+ "name": "formatters",
4574
+ "declaration": {
4575
+ "name": "formatters",
4576
+ "module": "src/cell-formatters/index.ts"
4610
4577
  }
4611
4578
  }
4612
4579
  ]
4613
4580
  },
4614
4581
  {
4615
4582
  "kind": "javascript-module",
4616
- "path": "src/external/index.ts",
4583
+ "path": "src/cell-formatters/select.formatter.ts",
4617
4584
  "declarations": [
4618
4585
  {
4619
- "kind": "variable",
4620
- "name": "tabulatorExternalStockStyles",
4621
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
- "description": "External styles for the Tabulator grid.",
4586
+ "kind": "function",
4587
+ "name": "selectFormatter",
4588
+ "return": {
4589
+ "type": {
4590
+ "text": ""
4591
+ }
4592
+ },
4593
+ "parameters": [
4594
+ {
4595
+ "name": "cell",
4596
+ "type": {
4597
+ "text": "any"
4598
+ },
4599
+ "description": "The cell component provided by Tabulator"
4600
+ },
4601
+ {
4602
+ "name": "formatterParams",
4603
+ "type": {
4604
+ "text": "SelectFormatterParams<T>"
4605
+ },
4606
+ "description": "Select formatter parameters"
4607
+ }
4608
+ ],
4609
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4623
4610
  "privacy": "public"
4624
4611
  }
4625
4612
  ],
4626
4613
  "exports": [
4627
4614
  {
4628
4615
  "kind": "js",
4629
- "name": "tabulatorExternalStockStyles",
4630
- "declaration": {
4631
- "name": "tabulatorExternalStockStyles",
4632
- "module": "src/external/index.ts"
4633
- }
4634
- },
4635
- {
4636
- "kind": "js",
4637
- "name": "tabulatorThemeSimpleCSS",
4616
+ "name": "selectFormatter",
4638
4617
  "declaration": {
4639
- "name": "tabulatorThemeSimpleCSS",
4640
- "module": "src/external/index.ts"
4618
+ "name": "selectFormatter",
4619
+ "module": "src/cell-formatters/select.formatter.ts"
4641
4620
  }
4642
4621
  }
4643
4622
  ]
4644
4623
  },
4645
4624
  {
4646
4625
  "kind": "javascript-module",
4647
- "path": "src/external/tabulator-theme-simple-css.ts",
4626
+ "path": "src/cell-formatters/text.formatter.ts",
4648
4627
  "declarations": [
4649
4628
  {
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.",
4629
+ "kind": "function",
4630
+ "name": "textFormatter",
4631
+ "return": {
4632
+ "type": {
4633
+ "text": ""
4634
+ }
4635
+ },
4636
+ "parameters": [
4637
+ {
4638
+ "name": "cell",
4639
+ "type": {
4640
+ "text": "any"
4641
+ },
4642
+ "description": "The cell component provided by Tabulator"
4643
+ },
4644
+ {
4645
+ "name": "formatterParams",
4646
+ "default": "{}",
4647
+ "type": {
4648
+ "text": "TextFormatterParams<T>"
4649
+ },
4650
+ "description": "Text formatter parameters"
4651
+ }
4652
+ ],
4653
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4654
4654
  "privacy": "public"
4655
4655
  }
4656
4656
  ],
4657
4657
  "exports": [
4658
4658
  {
4659
4659
  "kind": "js",
4660
- "name": "tabulatorThemeSimpleCSS",
4660
+ "name": "textFormatter",
4661
4661
  "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4662
+ "name": "textFormatter",
4663
+ "module": "src/cell-formatters/text.formatter.ts"
4664
4664
  }
4665
4665
  }
4666
4666
  ]