@genesislcap/grid-tabulator 14.343.1-alpha-758d886.0 → 14.343.1-patch.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +690 -690
  2. package/package.json +13 -13
@@ -3212,552 +3212,154 @@
3212
3212
  },
3213
3213
  {
3214
3214
  "kind": "javascript-module",
3215
- "path": "src/cell-formatters/action.formatter.ts",
3215
+ "path": "src/datasource/client-side.datasource.ts",
3216
3216
  "declarations": [
3217
3217
  {
3218
- "kind": "function",
3219
- "name": "actionFormatter",
3220
- "return": {
3221
- "type": {
3222
- "text": ""
3223
- }
3218
+ "kind": "variable",
3219
+ "name": "criteriaDelimiter",
3220
+ "type": {
3221
+ "text": "string"
3224
3222
  },
3225
- "parameters": [
3223
+ "default": "';'",
3224
+ "description": "Delimiter for criteria in the datasource"
3225
+ },
3226
+ {
3227
+ "kind": "variable",
3228
+ "name": "criteriaJoin",
3229
+ "type": {
3230
+ "text": "string"
3231
+ },
3232
+ "default": "' && '",
3233
+ "description": "Join operator for criteria in the datasource"
3234
+ },
3235
+ {
3236
+ "kind": "class",
3237
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3238
+ "name": "GridTabulatorClientSideDatasource",
3239
+ "members": [
3226
3240
  {
3227
- "name": "cell",
3241
+ "kind": "field",
3242
+ "name": "auth",
3228
3243
  "type": {
3229
- "text": "any"
3230
- },
3231
- "description": "The cell component provided by Tabulator"
3244
+ "text": "Auth"
3245
+ }
3232
3246
  },
3233
3247
  {
3234
- "name": "formatterParams",
3235
- "default": "{}",
3248
+ "kind": "field",
3249
+ "name": "connect",
3236
3250
  "type": {
3237
- "text": "ActionFormatterParams<T>"
3238
- },
3239
- "description": "Action formatter parameters"
3240
- }
3241
- ],
3242
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3243
- "privacy": "public"
3244
- }
3245
- ],
3246
- "exports": [
3247
- {
3248
- "kind": "js",
3249
- "name": "actionFormatter",
3250
- "declaration": {
3251
- "name": "actionFormatter",
3252
- "module": "src/cell-formatters/action.formatter.ts"
3253
- }
3254
- }
3255
- ]
3256
- },
3257
- {
3258
- "kind": "javascript-module",
3259
- "path": "src/cell-formatters/actions-menu.formatter.ts",
3260
- "declarations": [
3261
- {
3262
- "kind": "function",
3263
- "name": "actionsMenuFormatter",
3264
- "return": {
3265
- "type": {
3266
- "text": ""
3267
- }
3268
- },
3269
- "parameters": [
3251
+ "text": "Connect"
3252
+ }
3253
+ },
3270
3254
  {
3271
- "name": "cell",
3255
+ "kind": "field",
3256
+ "name": "datasource",
3272
3257
  "type": {
3273
- "text": "any"
3274
- },
3275
- "description": "The cell component provided by Tabulator"
3258
+ "text": "Datasource"
3259
+ }
3276
3260
  },
3277
3261
  {
3278
- "name": "formatterParams",
3279
- "default": "{}",
3262
+ "kind": "field",
3263
+ "name": "deferredGridOptions",
3280
3264
  "type": {
3281
- "text": "ActionsMenuFormatterParams<T>"
3265
+ "text": "Options"
3266
+ }
3267
+ },
3268
+ {
3269
+ "kind": "field",
3270
+ "name": "deferredColumnStates",
3271
+ "type": {
3272
+ "text": "any[]"
3282
3273
  },
3283
- "description": "Actions menu formatter parameters"
3284
- }
3285
- ],
3286
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3287
- "privacy": "public"
3288
- }
3289
- ],
3290
- "exports": [
3291
- {
3292
- "kind": "js",
3293
- "name": "actionsMenuFormatter",
3294
- "declaration": {
3295
- "name": "actionsMenuFormatter",
3296
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3297
- }
3298
- }
3299
- ]
3300
- },
3301
- {
3302
- "kind": "javascript-module",
3303
- "path": "src/cell-formatters/boolean.formatter.ts",
3304
- "declarations": [
3305
- {
3306
- "kind": "function",
3307
- "name": "booleanFormatter",
3308
- "return": {
3309
- "type": {
3310
- "text": ""
3311
- }
3312
- },
3313
- "parameters": [
3274
+ "default": "[]",
3275
+ "description": "Allows storing column layouts between datasource initializations"
3276
+ },
3314
3277
  {
3315
- "name": "cell",
3278
+ "kind": "field",
3279
+ "name": "criteria",
3316
3280
  "type": {
3317
- "text": "any"
3281
+ "text": "string"
3282
+ }
3283
+ },
3284
+ {
3285
+ "kind": "method",
3286
+ "name": "criteriaChanged",
3287
+ "parameters": [
3288
+ {
3289
+ "name": "oldCriteria",
3290
+ "type": {
3291
+ "text": "string"
3292
+ }
3293
+ },
3294
+ {
3295
+ "name": "newCriteria",
3296
+ "type": {
3297
+ "text": "string"
3298
+ }
3299
+ }
3300
+ ]
3301
+ },
3302
+ {
3303
+ "kind": "field",
3304
+ "name": "fields",
3305
+ "type": {
3306
+ "text": "string"
3307
+ }
3308
+ },
3309
+ {
3310
+ "kind": "field",
3311
+ "name": "isSnapshot",
3312
+ "type": {
3313
+ "text": "boolean"
3318
3314
  },
3319
- "description": "The cell component provided by Tabulator"
3315
+ "default": "false"
3320
3316
  },
3321
3317
  {
3322
- "name": "formatterParams",
3323
- "default": "{}",
3318
+ "kind": "field",
3319
+ "name": "maxRows",
3324
3320
  "type": {
3325
- "text": "BooleanFormatterParams<T>"
3321
+ "text": "number"
3322
+ }
3323
+ },
3324
+ {
3325
+ "kind": "field",
3326
+ "name": "maxView",
3327
+ "type": {
3328
+ "text": "number"
3329
+ }
3330
+ },
3331
+ {
3332
+ "kind": "field",
3333
+ "name": "pollingInterval",
3334
+ "type": {
3335
+ "text": "number"
3336
+ }
3337
+ },
3338
+ {
3339
+ "kind": "field",
3340
+ "name": "movingView",
3341
+ "type": {
3342
+ "text": "boolean"
3326
3343
  },
3327
- "description": "Boolean formatter parameters"
3328
- }
3329
- ],
3330
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3331
- "privacy": "public"
3332
- }
3333
- ],
3334
- "exports": [
3335
- {
3336
- "kind": "js",
3337
- "name": "booleanFormatter",
3338
- "declaration": {
3339
- "name": "booleanFormatter",
3340
- "module": "src/cell-formatters/boolean.formatter.ts"
3341
- }
3342
- }
3343
- ]
3344
- },
3345
- {
3346
- "kind": "javascript-module",
3347
- "path": "src/cell-formatters/constants.ts",
3348
- "declarations": [],
3349
- "exports": []
3350
- },
3351
- {
3352
- "kind": "javascript-module",
3353
- "path": "src/cell-formatters/editable.formatter.ts",
3354
- "declarations": [
3355
- {
3356
- "kind": "function",
3357
- "name": "editableFormatter",
3358
- "return": {
3359
- "type": {
3360
- "text": ""
3361
- }
3362
- },
3363
- "parameters": [
3344
+ "default": "false"
3345
+ },
3364
3346
  {
3365
- "name": "cell",
3347
+ "kind": "field",
3348
+ "name": "orderBy",
3349
+ "type": {
3350
+ "text": "string"
3351
+ }
3352
+ },
3353
+ {
3354
+ "kind": "field",
3355
+ "name": "request",
3366
3356
  "type": {
3367
3357
  "text": "any"
3368
- },
3369
- "description": "The cell component provided by Tabulator"
3358
+ }
3370
3359
  },
3371
3360
  {
3372
- "name": "formatterParams",
3373
- "default": "{}",
3374
- "type": {
3375
- "text": "EditableFormatterParams<T>"
3376
- },
3377
- "description": "Editable formatter parameters"
3378
- }
3379
- ],
3380
- "description": "Formatter that displays an editable cell with validation state",
3381
- "privacy": "public"
3382
- }
3383
- ],
3384
- "exports": [
3385
- {
3386
- "kind": "js",
3387
- "name": "editableFormatter",
3388
- "declaration": {
3389
- "name": "editableFormatter",
3390
- "module": "src/cell-formatters/editable.formatter.ts"
3391
- }
3392
- }
3393
- ]
3394
- },
3395
- {
3396
- "kind": "javascript-module",
3397
- "path": "src/cell-formatters/index.ts",
3398
- "declarations": [
3399
- {
3400
- "kind": "variable",
3401
- "name": "formatters",
3402
- "type": {
3403
- "text": "object"
3404
- },
3405
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3406
- "description": "Zero formatters for Tabulator grid"
3407
- }
3408
- ],
3409
- "exports": [
3410
- {
3411
- "kind": "js",
3412
- "name": "*",
3413
- "declaration": {
3414
- "name": "*",
3415
- "package": "./constants"
3416
- }
3417
- },
3418
- {
3419
- "kind": "js",
3420
- "name": "ActionFormatterParams",
3421
- "declaration": {
3422
- "name": "ActionFormatterParams",
3423
- "module": "src/cell-formatters/index.ts"
3424
- }
3425
- },
3426
- {
3427
- "kind": "js",
3428
- "name": "actionFormatter",
3429
- "declaration": {
3430
- "name": "actionFormatter",
3431
- "module": "src/cell-formatters/index.ts"
3432
- }
3433
- },
3434
- {
3435
- "kind": "js",
3436
- "name": "ActionsMenuFormatterParams",
3437
- "declaration": {
3438
- "name": "ActionsMenuFormatterParams",
3439
- "module": "src/cell-formatters/index.ts"
3440
- }
3441
- },
3442
- {
3443
- "kind": "js",
3444
- "name": "actionsMenuFormatter",
3445
- "declaration": {
3446
- "name": "actionsMenuFormatter",
3447
- "module": "src/cell-formatters/index.ts"
3448
- }
3449
- },
3450
- {
3451
- "kind": "js",
3452
- "name": "BooleanFormatterParams",
3453
- "declaration": {
3454
- "name": "BooleanFormatterParams",
3455
- "module": "src/cell-formatters/index.ts"
3456
- }
3457
- },
3458
- {
3459
- "kind": "js",
3460
- "name": "booleanFormatter",
3461
- "declaration": {
3462
- "name": "booleanFormatter",
3463
- "module": "src/cell-formatters/index.ts"
3464
- }
3465
- },
3466
- {
3467
- "kind": "js",
3468
- "name": "EditableFormatterParams",
3469
- "declaration": {
3470
- "name": "EditableFormatterParams",
3471
- "module": "src/cell-formatters/index.ts"
3472
- }
3473
- },
3474
- {
3475
- "kind": "js",
3476
- "name": "editableFormatter",
3477
- "declaration": {
3478
- "name": "editableFormatter",
3479
- "module": "src/cell-formatters/index.ts"
3480
- }
3481
- },
3482
- {
3483
- "kind": "js",
3484
- "name": "SelectFormatterParams",
3485
- "declaration": {
3486
- "name": "SelectFormatterParams",
3487
- "module": "src/cell-formatters/index.ts"
3488
- }
3489
- },
3490
- {
3491
- "kind": "js",
3492
- "name": "selectFormatter",
3493
- "declaration": {
3494
- "name": "selectFormatter",
3495
- "module": "src/cell-formatters/index.ts"
3496
- }
3497
- },
3498
- {
3499
- "kind": "js",
3500
- "name": "TextFormatterParams",
3501
- "declaration": {
3502
- "name": "TextFormatterParams",
3503
- "module": "src/cell-formatters/index.ts"
3504
- }
3505
- },
3506
- {
3507
- "kind": "js",
3508
- "name": "textFormatter",
3509
- "declaration": {
3510
- "name": "textFormatter",
3511
- "module": "src/cell-formatters/index.ts"
3512
- }
3513
- },
3514
- {
3515
- "kind": "js",
3516
- "name": "formatters",
3517
- "declaration": {
3518
- "name": "formatters",
3519
- "module": "src/cell-formatters/index.ts"
3520
- }
3521
- }
3522
- ]
3523
- },
3524
- {
3525
- "kind": "javascript-module",
3526
- "path": "src/cell-formatters/select.formatter.ts",
3527
- "declarations": [
3528
- {
3529
- "kind": "function",
3530
- "name": "selectFormatter",
3531
- "return": {
3532
- "type": {
3533
- "text": ""
3534
- }
3535
- },
3536
- "parameters": [
3537
- {
3538
- "name": "cell",
3539
- "type": {
3540
- "text": "any"
3541
- },
3542
- "description": "The cell component provided by Tabulator"
3543
- },
3544
- {
3545
- "name": "formatterParams",
3546
- "type": {
3547
- "text": "SelectFormatterParams<T>"
3548
- },
3549
- "description": "Select formatter parameters"
3550
- }
3551
- ],
3552
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3553
- "privacy": "public"
3554
- }
3555
- ],
3556
- "exports": [
3557
- {
3558
- "kind": "js",
3559
- "name": "selectFormatter",
3560
- "declaration": {
3561
- "name": "selectFormatter",
3562
- "module": "src/cell-formatters/select.formatter.ts"
3563
- }
3564
- }
3565
- ]
3566
- },
3567
- {
3568
- "kind": "javascript-module",
3569
- "path": "src/cell-formatters/text.formatter.ts",
3570
- "declarations": [
3571
- {
3572
- "kind": "function",
3573
- "name": "textFormatter",
3574
- "return": {
3575
- "type": {
3576
- "text": ""
3577
- }
3578
- },
3579
- "parameters": [
3580
- {
3581
- "name": "cell",
3582
- "type": {
3583
- "text": "any"
3584
- },
3585
- "description": "The cell component provided by Tabulator"
3586
- },
3587
- {
3588
- "name": "formatterParams",
3589
- "default": "{}",
3590
- "type": {
3591
- "text": "TextFormatterParams<T>"
3592
- },
3593
- "description": "Text formatter parameters"
3594
- }
3595
- ],
3596
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3597
- "privacy": "public"
3598
- }
3599
- ],
3600
- "exports": [
3601
- {
3602
- "kind": "js",
3603
- "name": "textFormatter",
3604
- "declaration": {
3605
- "name": "textFormatter",
3606
- "module": "src/cell-formatters/text.formatter.ts"
3607
- }
3608
- }
3609
- ]
3610
- },
3611
- {
3612
- "kind": "javascript-module",
3613
- "path": "src/datasource/client-side.datasource.ts",
3614
- "declarations": [
3615
- {
3616
- "kind": "variable",
3617
- "name": "criteriaDelimiter",
3618
- "type": {
3619
- "text": "string"
3620
- },
3621
- "default": "';'",
3622
- "description": "Delimiter for criteria in the datasource"
3623
- },
3624
- {
3625
- "kind": "variable",
3626
- "name": "criteriaJoin",
3627
- "type": {
3628
- "text": "string"
3629
- },
3630
- "default": "' && '",
3631
- "description": "Join operator for criteria in the datasource"
3632
- },
3633
- {
3634
- "kind": "class",
3635
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3636
- "name": "GridTabulatorClientSideDatasource",
3637
- "members": [
3638
- {
3639
- "kind": "field",
3640
- "name": "auth",
3641
- "type": {
3642
- "text": "Auth"
3643
- }
3644
- },
3645
- {
3646
- "kind": "field",
3647
- "name": "connect",
3648
- "type": {
3649
- "text": "Connect"
3650
- }
3651
- },
3652
- {
3653
- "kind": "field",
3654
- "name": "datasource",
3655
- "type": {
3656
- "text": "Datasource"
3657
- }
3658
- },
3659
- {
3660
- "kind": "field",
3661
- "name": "deferredGridOptions",
3662
- "type": {
3663
- "text": "Options"
3664
- }
3665
- },
3666
- {
3667
- "kind": "field",
3668
- "name": "deferredColumnStates",
3669
- "type": {
3670
- "text": "any[]"
3671
- },
3672
- "default": "[]",
3673
- "description": "Allows storing column layouts between datasource initializations"
3674
- },
3675
- {
3676
- "kind": "field",
3677
- "name": "criteria",
3678
- "type": {
3679
- "text": "string"
3680
- }
3681
- },
3682
- {
3683
- "kind": "method",
3684
- "name": "criteriaChanged",
3685
- "parameters": [
3686
- {
3687
- "name": "oldCriteria",
3688
- "type": {
3689
- "text": "string"
3690
- }
3691
- },
3692
- {
3693
- "name": "newCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- }
3698
- ]
3699
- },
3700
- {
3701
- "kind": "field",
3702
- "name": "fields",
3703
- "type": {
3704
- "text": "string"
3705
- }
3706
- },
3707
- {
3708
- "kind": "field",
3709
- "name": "isSnapshot",
3710
- "type": {
3711
- "text": "boolean"
3712
- },
3713
- "default": "false"
3714
- },
3715
- {
3716
- "kind": "field",
3717
- "name": "maxRows",
3718
- "type": {
3719
- "text": "number"
3720
- }
3721
- },
3722
- {
3723
- "kind": "field",
3724
- "name": "maxView",
3725
- "type": {
3726
- "text": "number"
3727
- }
3728
- },
3729
- {
3730
- "kind": "field",
3731
- "name": "pollingInterval",
3732
- "type": {
3733
- "text": "number"
3734
- }
3735
- },
3736
- {
3737
- "kind": "field",
3738
- "name": "movingView",
3739
- "type": {
3740
- "text": "boolean"
3741
- },
3742
- "default": "false"
3743
- },
3744
- {
3745
- "kind": "field",
3746
- "name": "orderBy",
3747
- "type": {
3748
- "text": "string"
3749
- }
3750
- },
3751
- {
3752
- "kind": "field",
3753
- "name": "request",
3754
- "type": {
3755
- "text": "any"
3756
- }
3757
- },
3758
- {
3759
- "kind": "field",
3760
- "name": "resourceName",
3361
+ "kind": "field",
3362
+ "name": "resourceName",
3761
3363
  "type": {
3762
3364
  "text": "string"
3763
3365
  }
@@ -4363,284 +3965,682 @@
4363
3965
  "module": "src/foundation-element/foundation-element.ts"
4364
3966
  }
4365
3967
  }
4366
- ],
4367
- "attributes": [
4368
- {
4369
- "name": "criteria",
4370
- "type": {
4371
- "text": "string"
4372
- },
4373
- "fieldName": "criteria"
4374
- },
4375
- {
4376
- "name": "fields",
4377
- "type": {
4378
- "text": "string"
4379
- },
4380
- "fieldName": "fields"
4381
- },
4382
- {
4383
- "name": "is-snapshot",
4384
- "type": {
4385
- "text": "boolean"
4386
- },
4387
- "default": "false",
4388
- "fieldName": "isSnapshot"
4389
- },
4390
- {
4391
- "name": "max-rows",
4392
- "type": {
4393
- "text": "number"
4394
- },
4395
- "fieldName": "maxRows"
4396
- },
4397
- {
4398
- "name": "max-view",
4399
- "type": {
4400
- "text": "number"
4401
- },
4402
- "fieldName": "maxView"
4403
- },
4404
- {
4405
- "name": "polling-interval",
4406
- "type": {
4407
- "text": "number"
4408
- },
4409
- "fieldName": "pollingInterval"
4410
- },
3968
+ ],
3969
+ "attributes": [
3970
+ {
3971
+ "name": "criteria",
3972
+ "type": {
3973
+ "text": "string"
3974
+ },
3975
+ "fieldName": "criteria"
3976
+ },
3977
+ {
3978
+ "name": "fields",
3979
+ "type": {
3980
+ "text": "string"
3981
+ },
3982
+ "fieldName": "fields"
3983
+ },
3984
+ {
3985
+ "name": "is-snapshot",
3986
+ "type": {
3987
+ "text": "boolean"
3988
+ },
3989
+ "default": "false",
3990
+ "fieldName": "isSnapshot"
3991
+ },
3992
+ {
3993
+ "name": "max-rows",
3994
+ "type": {
3995
+ "text": "number"
3996
+ },
3997
+ "fieldName": "maxRows"
3998
+ },
3999
+ {
4000
+ "name": "max-view",
4001
+ "type": {
4002
+ "text": "number"
4003
+ },
4004
+ "fieldName": "maxView"
4005
+ },
4006
+ {
4007
+ "name": "polling-interval",
4008
+ "type": {
4009
+ "text": "number"
4010
+ },
4011
+ "fieldName": "pollingInterval"
4012
+ },
4013
+ {
4014
+ "name": "moving-view",
4015
+ "type": {
4016
+ "text": "boolean"
4017
+ },
4018
+ "default": "false",
4019
+ "fieldName": "movingView"
4020
+ },
4021
+ {
4022
+ "name": "order-by",
4023
+ "type": {
4024
+ "text": "string"
4025
+ },
4026
+ "fieldName": "orderBy"
4027
+ },
4028
+ {
4029
+ "name": "resource-name",
4030
+ "type": {
4031
+ "text": "string"
4032
+ },
4033
+ "fieldName": "resourceName"
4034
+ },
4035
+ {
4036
+ "type": {
4037
+ "text": "boolean"
4038
+ },
4039
+ "default": "false",
4040
+ "fieldName": "reverse"
4041
+ },
4042
+ {
4043
+ "name": "row-id",
4044
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4045
+ "fieldName": "rowIdAttr"
4046
+ },
4047
+ {
4048
+ "name": "restart-on-reconnection",
4049
+ "type": {
4050
+ "text": "boolean"
4051
+ },
4052
+ "default": "true",
4053
+ "fieldName": "restartOnReconnection"
4054
+ },
4055
+ {
4056
+ "name": "keep-col-defs-on-clear-row-data",
4057
+ "type": {
4058
+ "text": "boolean"
4059
+ },
4060
+ "default": "false",
4061
+ "description": "Whether to keep column definitions when clearing row data",
4062
+ "fieldName": "keepColDefsOnClearRowData"
4063
+ }
4064
+ ],
4065
+ "mixins": [
4066
+ {
4067
+ "name": "LifecycleMixin",
4068
+ "package": "@genesislcap/foundation-utils"
4069
+ },
4070
+ {
4071
+ "name": "DatasourceEventHandler",
4072
+ "package": "@genesislcap/foundation-comms"
4073
+ }
4074
+ ],
4075
+ "superclass": {
4076
+ "name": "FoundationElement",
4077
+ "package": "@microsoft/fast-foundation"
4078
+ },
4079
+ "tagName": "grid-tabulator-client-side-datasource",
4080
+ "customElement": true
4081
+ }
4082
+ ],
4083
+ "exports": [
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "criteriaDelimiter",
4087
+ "declaration": {
4088
+ "name": "criteriaDelimiter",
4089
+ "module": "src/datasource/client-side.datasource.ts"
4090
+ }
4091
+ },
4092
+ {
4093
+ "kind": "js",
4094
+ "name": "criteriaJoin",
4095
+ "declaration": {
4096
+ "name": "criteriaJoin",
4097
+ "module": "src/datasource/client-side.datasource.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "js",
4102
+ "name": "GridTabulatorClientSideDatasource",
4103
+ "declaration": {
4104
+ "name": "GridTabulatorClientSideDatasource",
4105
+ "module": "src/datasource/client-side.datasource.ts"
4106
+ }
4107
+ },
4108
+ {
4109
+ "kind": "custom-element-definition",
4110
+ "name": "grid-tabulator-client-side-datasource",
4111
+ "declaration": {
4112
+ "name": "GridTabulatorClientSideDatasource",
4113
+ "module": "src/datasource/client-side.datasource.ts"
4114
+ }
4115
+ }
4116
+ ]
4117
+ },
4118
+ {
4119
+ "kind": "javascript-module",
4120
+ "path": "src/datasource/index.ts",
4121
+ "declarations": [],
4122
+ "exports": [
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "*",
4126
+ "declaration": {
4127
+ "name": "*",
4128
+ "package": "./client-side.datasource"
4129
+ }
4130
+ }
4131
+ ]
4132
+ },
4133
+ {
4134
+ "kind": "javascript-module",
4135
+ "path": "src/external/fonts.ts",
4136
+ "declarations": [
4137
+ {
4138
+ "kind": "variable",
4139
+ "name": "tabulatorDefaultFontFace",
4140
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4141
+ },
4142
+ {
4143
+ "kind": "variable",
4144
+ "name": "tabulatorRapidFontFace",
4145
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4146
+ },
4147
+ {
4148
+ "kind": "variable",
4149
+ "name": "gridThemeFontFaceMap",
4150
+ "type": {
4151
+ "text": "GridThemeFontFaceMap"
4152
+ },
4153
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4154
+ },
4155
+ {
4156
+ "kind": "variable",
4157
+ "name": "defaultGridTabulatorFontFace",
4158
+ "default": "tabulatorDefaultFontFace"
4159
+ }
4160
+ ],
4161
+ "exports": [
4162
+ {
4163
+ "kind": "js",
4164
+ "name": "tabulatorDefaultFontFace",
4165
+ "declaration": {
4166
+ "name": "tabulatorDefaultFontFace",
4167
+ "module": "src/external/fonts.ts"
4168
+ }
4169
+ },
4170
+ {
4171
+ "kind": "js",
4172
+ "name": "tabulatorRapidFontFace",
4173
+ "declaration": {
4174
+ "name": "tabulatorRapidFontFace",
4175
+ "module": "src/external/fonts.ts"
4176
+ }
4177
+ },
4178
+ {
4179
+ "kind": "js",
4180
+ "name": "gridThemeFontFaceMap",
4181
+ "declaration": {
4182
+ "name": "gridThemeFontFaceMap",
4183
+ "module": "src/external/fonts.ts"
4184
+ }
4185
+ },
4186
+ {
4187
+ "kind": "js",
4188
+ "name": "defaultGridTabulatorFontFace",
4189
+ "declaration": {
4190
+ "name": "defaultGridTabulatorFontFace",
4191
+ "module": "src/external/fonts.ts"
4192
+ }
4193
+ }
4194
+ ]
4195
+ },
4196
+ {
4197
+ "kind": "javascript-module",
4198
+ "path": "src/external/index.ts",
4199
+ "declarations": [
4200
+ {
4201
+ "kind": "variable",
4202
+ "name": "tabulatorExternalStockStyles",
4203
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4204
+ "description": "External styles for the Tabulator grid.",
4205
+ "privacy": "public"
4206
+ }
4207
+ ],
4208
+ "exports": [
4209
+ {
4210
+ "kind": "js",
4211
+ "name": "tabulatorExternalStockStyles",
4212
+ "declaration": {
4213
+ "name": "tabulatorExternalStockStyles",
4214
+ "module": "src/external/index.ts"
4215
+ }
4216
+ },
4217
+ {
4218
+ "kind": "js",
4219
+ "name": "tabulatorThemeSimpleCSS",
4220
+ "declaration": {
4221
+ "name": "tabulatorThemeSimpleCSS",
4222
+ "module": "src/external/index.ts"
4223
+ }
4224
+ }
4225
+ ]
4226
+ },
4227
+ {
4228
+ "kind": "javascript-module",
4229
+ "path": "src/external/tabulator-theme-simple-css.ts",
4230
+ "declarations": [
4231
+ {
4232
+ "kind": "variable",
4233
+ "name": "tabulatorThemeSimpleCSS",
4234
+ "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`",
4235
+ "description": "External styles for the Tabulator grid.",
4236
+ "privacy": "public"
4237
+ }
4238
+ ],
4239
+ "exports": [
4240
+ {
4241
+ "kind": "js",
4242
+ "name": "tabulatorThemeSimpleCSS",
4243
+ "declaration": {
4244
+ "name": "tabulatorThemeSimpleCSS",
4245
+ "module": "src/external/tabulator-theme-simple-css.ts"
4246
+ }
4247
+ }
4248
+ ]
4249
+ },
4250
+ {
4251
+ "kind": "javascript-module",
4252
+ "path": "src/cell-formatters/action.formatter.ts",
4253
+ "declarations": [
4254
+ {
4255
+ "kind": "function",
4256
+ "name": "actionFormatter",
4257
+ "return": {
4258
+ "type": {
4259
+ "text": ""
4260
+ }
4261
+ },
4262
+ "parameters": [
4411
4263
  {
4412
- "name": "moving-view",
4264
+ "name": "cell",
4413
4265
  "type": {
4414
- "text": "boolean"
4266
+ "text": "any"
4415
4267
  },
4416
- "default": "false",
4417
- "fieldName": "movingView"
4268
+ "description": "The cell component provided by Tabulator"
4418
4269
  },
4419
4270
  {
4420
- "name": "order-by",
4271
+ "name": "formatterParams",
4272
+ "default": "{}",
4421
4273
  "type": {
4422
- "text": "string"
4274
+ "text": "ActionFormatterParams<T>"
4423
4275
  },
4424
- "fieldName": "orderBy"
4425
- },
4276
+ "description": "Action formatter parameters"
4277
+ }
4278
+ ],
4279
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4280
+ "privacy": "public"
4281
+ }
4282
+ ],
4283
+ "exports": [
4284
+ {
4285
+ "kind": "js",
4286
+ "name": "actionFormatter",
4287
+ "declaration": {
4288
+ "name": "actionFormatter",
4289
+ "module": "src/cell-formatters/action.formatter.ts"
4290
+ }
4291
+ }
4292
+ ]
4293
+ },
4294
+ {
4295
+ "kind": "javascript-module",
4296
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4297
+ "declarations": [
4298
+ {
4299
+ "kind": "function",
4300
+ "name": "actionsMenuFormatter",
4301
+ "return": {
4302
+ "type": {
4303
+ "text": ""
4304
+ }
4305
+ },
4306
+ "parameters": [
4426
4307
  {
4427
- "name": "resource-name",
4308
+ "name": "cell",
4428
4309
  "type": {
4429
- "text": "string"
4310
+ "text": "any"
4430
4311
  },
4431
- "fieldName": "resourceName"
4312
+ "description": "The cell component provided by Tabulator"
4432
4313
  },
4433
4314
  {
4315
+ "name": "formatterParams",
4316
+ "default": "{}",
4434
4317
  "type": {
4435
- "text": "boolean"
4318
+ "text": "ActionsMenuFormatterParams<T>"
4436
4319
  },
4437
- "default": "false",
4438
- "fieldName": "reverse"
4439
- },
4440
- {
4441
- "name": "row-id",
4442
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4443
- "fieldName": "rowIdAttr"
4444
- },
4320
+ "description": "Actions menu formatter parameters"
4321
+ }
4322
+ ],
4323
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4324
+ "privacy": "public"
4325
+ }
4326
+ ],
4327
+ "exports": [
4328
+ {
4329
+ "kind": "js",
4330
+ "name": "actionsMenuFormatter",
4331
+ "declaration": {
4332
+ "name": "actionsMenuFormatter",
4333
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4334
+ }
4335
+ }
4336
+ ]
4337
+ },
4338
+ {
4339
+ "kind": "javascript-module",
4340
+ "path": "src/cell-formatters/boolean.formatter.ts",
4341
+ "declarations": [
4342
+ {
4343
+ "kind": "function",
4344
+ "name": "booleanFormatter",
4345
+ "return": {
4346
+ "type": {
4347
+ "text": ""
4348
+ }
4349
+ },
4350
+ "parameters": [
4445
4351
  {
4446
- "name": "restart-on-reconnection",
4352
+ "name": "cell",
4447
4353
  "type": {
4448
- "text": "boolean"
4354
+ "text": "any"
4449
4355
  },
4450
- "default": "true",
4451
- "fieldName": "restartOnReconnection"
4356
+ "description": "The cell component provided by Tabulator"
4452
4357
  },
4453
4358
  {
4454
- "name": "keep-col-defs-on-clear-row-data",
4359
+ "name": "formatterParams",
4360
+ "default": "{}",
4455
4361
  "type": {
4456
- "text": "boolean"
4362
+ "text": "BooleanFormatterParams<T>"
4457
4363
  },
4458
- "default": "false",
4459
- "description": "Whether to keep column definitions when clearing row data",
4460
- "fieldName": "keepColDefsOnClearRowData"
4364
+ "description": "Boolean formatter parameters"
4365
+ }
4366
+ ],
4367
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4368
+ "privacy": "public"
4369
+ }
4370
+ ],
4371
+ "exports": [
4372
+ {
4373
+ "kind": "js",
4374
+ "name": "booleanFormatter",
4375
+ "declaration": {
4376
+ "name": "booleanFormatter",
4377
+ "module": "src/cell-formatters/boolean.formatter.ts"
4378
+ }
4379
+ }
4380
+ ]
4381
+ },
4382
+ {
4383
+ "kind": "javascript-module",
4384
+ "path": "src/cell-formatters/constants.ts",
4385
+ "declarations": [],
4386
+ "exports": []
4387
+ },
4388
+ {
4389
+ "kind": "javascript-module",
4390
+ "path": "src/cell-formatters/editable.formatter.ts",
4391
+ "declarations": [
4392
+ {
4393
+ "kind": "function",
4394
+ "name": "editableFormatter",
4395
+ "return": {
4396
+ "type": {
4397
+ "text": ""
4461
4398
  }
4462
- ],
4463
- "mixins": [
4399
+ },
4400
+ "parameters": [
4464
4401
  {
4465
- "name": "LifecycleMixin",
4466
- "package": "@genesislcap/foundation-utils"
4402
+ "name": "cell",
4403
+ "type": {
4404
+ "text": "any"
4405
+ },
4406
+ "description": "The cell component provided by Tabulator"
4467
4407
  },
4468
4408
  {
4469
- "name": "DatasourceEventHandler",
4470
- "package": "@genesislcap/foundation-comms"
4409
+ "name": "formatterParams",
4410
+ "default": "{}",
4411
+ "type": {
4412
+ "text": "EditableFormatterParams<T>"
4413
+ },
4414
+ "description": "Editable formatter parameters"
4471
4415
  }
4472
4416
  ],
4473
- "superclass": {
4474
- "name": "FoundationElement",
4475
- "package": "@microsoft/fast-foundation"
4417
+ "description": "Formatter that displays an editable cell with validation state",
4418
+ "privacy": "public"
4419
+ }
4420
+ ],
4421
+ "exports": [
4422
+ {
4423
+ "kind": "js",
4424
+ "name": "editableFormatter",
4425
+ "declaration": {
4426
+ "name": "editableFormatter",
4427
+ "module": "src/cell-formatters/editable.formatter.ts"
4428
+ }
4429
+ }
4430
+ ]
4431
+ },
4432
+ {
4433
+ "kind": "javascript-module",
4434
+ "path": "src/cell-formatters/index.ts",
4435
+ "declarations": [
4436
+ {
4437
+ "kind": "variable",
4438
+ "name": "formatters",
4439
+ "type": {
4440
+ "text": "object"
4476
4441
  },
4477
- "tagName": "grid-tabulator-client-side-datasource",
4478
- "customElement": true
4442
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4443
+ "description": "Zero formatters for Tabulator grid"
4479
4444
  }
4480
4445
  ],
4481
4446
  "exports": [
4482
4447
  {
4483
4448
  "kind": "js",
4484
- "name": "criteriaDelimiter",
4449
+ "name": "*",
4485
4450
  "declaration": {
4486
- "name": "criteriaDelimiter",
4487
- "module": "src/datasource/client-side.datasource.ts"
4451
+ "name": "*",
4452
+ "package": "./constants"
4488
4453
  }
4489
4454
  },
4490
4455
  {
4491
4456
  "kind": "js",
4492
- "name": "criteriaJoin",
4457
+ "name": "ActionFormatterParams",
4493
4458
  "declaration": {
4494
- "name": "criteriaJoin",
4495
- "module": "src/datasource/client-side.datasource.ts"
4459
+ "name": "ActionFormatterParams",
4460
+ "module": "src/cell-formatters/index.ts"
4496
4461
  }
4497
4462
  },
4498
4463
  {
4499
4464
  "kind": "js",
4500
- "name": "GridTabulatorClientSideDatasource",
4465
+ "name": "actionFormatter",
4501
4466
  "declaration": {
4502
- "name": "GridTabulatorClientSideDatasource",
4503
- "module": "src/datasource/client-side.datasource.ts"
4467
+ "name": "actionFormatter",
4468
+ "module": "src/cell-formatters/index.ts"
4504
4469
  }
4505
4470
  },
4506
4471
  {
4507
- "kind": "custom-element-definition",
4508
- "name": "grid-tabulator-client-side-datasource",
4472
+ "kind": "js",
4473
+ "name": "ActionsMenuFormatterParams",
4509
4474
  "declaration": {
4510
- "name": "GridTabulatorClientSideDatasource",
4511
- "module": "src/datasource/client-side.datasource.ts"
4475
+ "name": "ActionsMenuFormatterParams",
4476
+ "module": "src/cell-formatters/index.ts"
4512
4477
  }
4513
- }
4514
- ]
4515
- },
4516
- {
4517
- "kind": "javascript-module",
4518
- "path": "src/datasource/index.ts",
4519
- "declarations": [],
4520
- "exports": [
4478
+ },
4521
4479
  {
4522
4480
  "kind": "js",
4523
- "name": "*",
4481
+ "name": "actionsMenuFormatter",
4524
4482
  "declaration": {
4525
- "name": "*",
4526
- "package": "./client-side.datasource"
4483
+ "name": "actionsMenuFormatter",
4484
+ "module": "src/cell-formatters/index.ts"
4527
4485
  }
4528
- }
4529
- ]
4530
- },
4531
- {
4532
- "kind": "javascript-module",
4533
- "path": "src/external/fonts.ts",
4534
- "declarations": [
4486
+ },
4535
4487
  {
4536
- "kind": "variable",
4537
- "name": "tabulatorDefaultFontFace",
4538
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4488
+ "kind": "js",
4489
+ "name": "BooleanFormatterParams",
4490
+ "declaration": {
4491
+ "name": "BooleanFormatterParams",
4492
+ "module": "src/cell-formatters/index.ts"
4493
+ }
4539
4494
  },
4540
4495
  {
4541
- "kind": "variable",
4542
- "name": "tabulatorRapidFontFace",
4543
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4496
+ "kind": "js",
4497
+ "name": "booleanFormatter",
4498
+ "declaration": {
4499
+ "name": "booleanFormatter",
4500
+ "module": "src/cell-formatters/index.ts"
4501
+ }
4544
4502
  },
4545
4503
  {
4546
- "kind": "variable",
4547
- "name": "gridThemeFontFaceMap",
4548
- "type": {
4549
- "text": "GridThemeFontFaceMap"
4550
- },
4551
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4504
+ "kind": "js",
4505
+ "name": "EditableFormatterParams",
4506
+ "declaration": {
4507
+ "name": "EditableFormatterParams",
4508
+ "module": "src/cell-formatters/index.ts"
4509
+ }
4552
4510
  },
4553
4511
  {
4554
- "kind": "variable",
4555
- "name": "defaultGridTabulatorFontFace",
4556
- "default": "tabulatorDefaultFontFace"
4557
- }
4558
- ],
4559
- "exports": [
4512
+ "kind": "js",
4513
+ "name": "editableFormatter",
4514
+ "declaration": {
4515
+ "name": "editableFormatter",
4516
+ "module": "src/cell-formatters/index.ts"
4517
+ }
4518
+ },
4560
4519
  {
4561
4520
  "kind": "js",
4562
- "name": "tabulatorDefaultFontFace",
4521
+ "name": "SelectFormatterParams",
4563
4522
  "declaration": {
4564
- "name": "tabulatorDefaultFontFace",
4565
- "module": "src/external/fonts.ts"
4523
+ "name": "SelectFormatterParams",
4524
+ "module": "src/cell-formatters/index.ts"
4566
4525
  }
4567
4526
  },
4568
4527
  {
4569
4528
  "kind": "js",
4570
- "name": "tabulatorRapidFontFace",
4529
+ "name": "selectFormatter",
4571
4530
  "declaration": {
4572
- "name": "tabulatorRapidFontFace",
4573
- "module": "src/external/fonts.ts"
4531
+ "name": "selectFormatter",
4532
+ "module": "src/cell-formatters/index.ts"
4574
4533
  }
4575
4534
  },
4576
4535
  {
4577
4536
  "kind": "js",
4578
- "name": "gridThemeFontFaceMap",
4537
+ "name": "TextFormatterParams",
4579
4538
  "declaration": {
4580
- "name": "gridThemeFontFaceMap",
4581
- "module": "src/external/fonts.ts"
4539
+ "name": "TextFormatterParams",
4540
+ "module": "src/cell-formatters/index.ts"
4582
4541
  }
4583
4542
  },
4584
4543
  {
4585
4544
  "kind": "js",
4586
- "name": "defaultGridTabulatorFontFace",
4545
+ "name": "textFormatter",
4587
4546
  "declaration": {
4588
- "name": "defaultGridTabulatorFontFace",
4589
- "module": "src/external/fonts.ts"
4547
+ "name": "textFormatter",
4548
+ "module": "src/cell-formatters/index.ts"
4549
+ }
4550
+ },
4551
+ {
4552
+ "kind": "js",
4553
+ "name": "formatters",
4554
+ "declaration": {
4555
+ "name": "formatters",
4556
+ "module": "src/cell-formatters/index.ts"
4590
4557
  }
4591
4558
  }
4592
4559
  ]
4593
4560
  },
4594
4561
  {
4595
4562
  "kind": "javascript-module",
4596
- "path": "src/external/index.ts",
4563
+ "path": "src/cell-formatters/select.formatter.ts",
4597
4564
  "declarations": [
4598
4565
  {
4599
- "kind": "variable",
4600
- "name": "tabulatorExternalStockStyles",
4601
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4602
- "description": "External styles for the Tabulator grid.",
4566
+ "kind": "function",
4567
+ "name": "selectFormatter",
4568
+ "return": {
4569
+ "type": {
4570
+ "text": ""
4571
+ }
4572
+ },
4573
+ "parameters": [
4574
+ {
4575
+ "name": "cell",
4576
+ "type": {
4577
+ "text": "any"
4578
+ },
4579
+ "description": "The cell component provided by Tabulator"
4580
+ },
4581
+ {
4582
+ "name": "formatterParams",
4583
+ "type": {
4584
+ "text": "SelectFormatterParams<T>"
4585
+ },
4586
+ "description": "Select formatter parameters"
4587
+ }
4588
+ ],
4589
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4603
4590
  "privacy": "public"
4604
4591
  }
4605
4592
  ],
4606
4593
  "exports": [
4607
4594
  {
4608
4595
  "kind": "js",
4609
- "name": "tabulatorExternalStockStyles",
4610
- "declaration": {
4611
- "name": "tabulatorExternalStockStyles",
4612
- "module": "src/external/index.ts"
4613
- }
4614
- },
4615
- {
4616
- "kind": "js",
4617
- "name": "tabulatorThemeSimpleCSS",
4596
+ "name": "selectFormatter",
4618
4597
  "declaration": {
4619
- "name": "tabulatorThemeSimpleCSS",
4620
- "module": "src/external/index.ts"
4598
+ "name": "selectFormatter",
4599
+ "module": "src/cell-formatters/select.formatter.ts"
4621
4600
  }
4622
4601
  }
4623
4602
  ]
4624
4603
  },
4625
4604
  {
4626
4605
  "kind": "javascript-module",
4627
- "path": "src/external/tabulator-theme-simple-css.ts",
4606
+ "path": "src/cell-formatters/text.formatter.ts",
4628
4607
  "declarations": [
4629
4608
  {
4630
- "kind": "variable",
4631
- "name": "tabulatorThemeSimpleCSS",
4632
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4633
- "description": "External styles for the Tabulator grid.",
4609
+ "kind": "function",
4610
+ "name": "textFormatter",
4611
+ "return": {
4612
+ "type": {
4613
+ "text": ""
4614
+ }
4615
+ },
4616
+ "parameters": [
4617
+ {
4618
+ "name": "cell",
4619
+ "type": {
4620
+ "text": "any"
4621
+ },
4622
+ "description": "The cell component provided by Tabulator"
4623
+ },
4624
+ {
4625
+ "name": "formatterParams",
4626
+ "default": "{}",
4627
+ "type": {
4628
+ "text": "TextFormatterParams<T>"
4629
+ },
4630
+ "description": "Text formatter parameters"
4631
+ }
4632
+ ],
4633
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4634
4634
  "privacy": "public"
4635
4635
  }
4636
4636
  ],
4637
4637
  "exports": [
4638
4638
  {
4639
4639
  "kind": "js",
4640
- "name": "tabulatorThemeSimpleCSS",
4640
+ "name": "textFormatter",
4641
4641
  "declaration": {
4642
- "name": "tabulatorThemeSimpleCSS",
4643
- "module": "src/external/tabulator-theme-simple-css.ts"
4642
+ "name": "textFormatter",
4643
+ "module": "src/cell-formatters/text.formatter.ts"
4644
4644
  }
4645
4645
  }
4646
4646
  ]