@genesislcap/grid-tabulator 14.361.2 → 14.362.0

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