@genesislcap/grid-tabulator 14.443.1-alpha-3fbf238.0 → 14.443.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3342,450 +3342,176 @@
3342
3342
  },
3343
3343
  {
3344
3344
  "kind": "javascript-module",
3345
- "path": "src/column/column.ts",
3345
+ "path": "src/datasource/client-side.datasource.ts",
3346
3346
  "declarations": [
3347
+ {
3348
+ "kind": "variable",
3349
+ "name": "criteriaDelimiter",
3350
+ "type": {
3351
+ "text": "string"
3352
+ },
3353
+ "default": "';'",
3354
+ "description": "Delimiter for criteria in the datasource"
3355
+ },
3356
+ {
3357
+ "kind": "variable",
3358
+ "name": "criteriaJoin",
3359
+ "type": {
3360
+ "text": "string"
3361
+ },
3362
+ "default": "' && '",
3363
+ "description": "Join operator for criteria in the datasource"
3364
+ },
3347
3365
  {
3348
3366
  "kind": "class",
3349
- "description": "The GridTabulator Column element.",
3350
- "name": "GridTabulatorColumn",
3367
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3368
+ "name": "GridTabulatorClientSideDatasource",
3351
3369
  "members": [
3352
3370
  {
3353
3371
  "kind": "field",
3354
- "name": "slottedCell",
3372
+ "name": "auth",
3355
3373
  "type": {
3356
- "text": "HTMLElement[]"
3357
- },
3358
- "privacy": "public"
3374
+ "text": "Auth"
3375
+ }
3359
3376
  },
3360
3377
  {
3361
3378
  "kind": "field",
3362
- "name": "definition",
3379
+ "name": "connect",
3363
3380
  "type": {
3364
- "text": "Partial<ColumnDefinition>"
3365
- },
3366
- "default": "{}"
3367
- },
3368
- {
3369
- "kind": "method",
3370
- "name": "slottedCellChanged",
3371
- "privacy": "public"
3381
+ "text": "Connect"
3382
+ }
3372
3383
  },
3373
3384
  {
3374
- "kind": "method",
3375
- "name": "deepClone",
3376
- "return": {
3377
- "type": {
3378
- "text": "Node"
3379
- }
3380
- },
3381
- "inheritedFrom": {
3382
- "name": "LifecycleMixin",
3383
- "module": "src/mixins/lifecycle/lifecycle.ts"
3385
+ "kind": "field",
3386
+ "name": "datasource",
3387
+ "type": {
3388
+ "text": "Datasource"
3384
3389
  }
3385
3390
  },
3386
3391
  {
3387
- "kind": "method",
3388
- "name": "cloneNode",
3389
- "return": {
3390
- "type": {
3391
- "text": "Node"
3392
- }
3393
- },
3394
- "parameters": [
3395
- {
3396
- "name": "deep",
3397
- "optional": true,
3398
- "type": {
3399
- "text": "boolean"
3400
- }
3401
- }
3402
- ],
3403
- "inheritedFrom": {
3404
- "name": "LifecycleMixin",
3405
- "module": "src/mixins/lifecycle/lifecycle.ts"
3392
+ "kind": "field",
3393
+ "name": "deferredGridOptions",
3394
+ "type": {
3395
+ "text": "Options"
3406
3396
  }
3407
3397
  },
3408
3398
  {
3409
3399
  "kind": "field",
3410
- "name": "shouldRunDisconnect",
3411
- "return": {
3412
- "type": {
3413
- "text": ""
3414
- }
3400
+ "name": "deferredColumnStates",
3401
+ "type": {
3402
+ "text": "any[]"
3415
3403
  },
3416
- "readonly": true,
3417
- "inheritedFrom": {
3418
- "name": "LifecycleMixin",
3419
- "module": "src/mixins/lifecycle/lifecycle.ts"
3420
- }
3404
+ "default": "[]",
3405
+ "description": "Allows storing column layouts between datasource initializations"
3421
3406
  },
3422
3407
  {
3423
3408
  "kind": "field",
3424
- "name": "shouldRunConnect",
3425
- "return": {
3426
- "type": {
3427
- "text": ""
3428
- }
3429
- },
3430
- "readonly": true,
3431
- "inheritedFrom": {
3432
- "name": "LifecycleMixin",
3433
- "module": "src/mixins/lifecycle/lifecycle.ts"
3409
+ "name": "criteria",
3410
+ "type": {
3411
+ "text": "string"
3434
3412
  }
3435
3413
  },
3436
3414
  {
3437
3415
  "kind": "method",
3438
- "name": "#_blockLifecycleDueToTokenChange",
3439
- "return": {
3440
- "type": {
3441
- "text": "boolean"
3442
- }
3443
- },
3416
+ "name": "criteriaChanged",
3444
3417
  "parameters": [
3445
3418
  {
3446
- "name": "lifecycleType",
3419
+ "name": "oldCriteria",
3447
3420
  "type": {
3448
- "text": "Lifecycletype"
3421
+ "text": "string"
3422
+ }
3423
+ },
3424
+ {
3425
+ "name": "newCriteria",
3426
+ "type": {
3427
+ "text": "string"
3449
3428
  }
3450
3429
  }
3451
- ],
3452
- "inheritedFrom": {
3453
- "name": "LifecycleMixin",
3454
- "module": "src/mixins/lifecycle/lifecycle.ts"
3430
+ ]
3431
+ },
3432
+ {
3433
+ "kind": "field",
3434
+ "name": "fields",
3435
+ "type": {
3436
+ "text": "string"
3455
3437
  }
3456
3438
  },
3457
3439
  {
3458
3440
  "kind": "field",
3459
- "name": "_presentation",
3441
+ "name": "isSnapshot",
3460
3442
  "type": {
3461
- "text": "ComponentPresentation | null | undefined"
3443
+ "text": "boolean"
3462
3444
  },
3463
- "privacy": "private",
3464
- "default": "void 0",
3465
- "inheritedFrom": {
3466
- "name": "FoundationElement",
3467
- "module": "src/foundation-element/foundation-element.ts"
3445
+ "default": "false"
3446
+ },
3447
+ {
3448
+ "kind": "field",
3449
+ "name": "maxRows",
3450
+ "type": {
3451
+ "text": "number"
3468
3452
  }
3469
3453
  },
3470
3454
  {
3471
3455
  "kind": "field",
3472
- "name": "$presentation",
3456
+ "name": "maxView",
3473
3457
  "type": {
3474
- "text": "ComponentPresentation | null"
3475
- },
3476
- "privacy": "public",
3477
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3478
- "inheritedFrom": {
3479
- "name": "FoundationElement",
3480
- "module": "src/foundation-element/foundation-element.ts"
3458
+ "text": "number"
3481
3459
  }
3482
3460
  },
3483
3461
  {
3484
3462
  "kind": "field",
3485
- "name": "template",
3463
+ "name": "pollingInterval",
3486
3464
  "type": {
3487
- "text": "ElementViewTemplate | void | null"
3488
- },
3489
- "privacy": "public",
3490
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3491
- "inheritedFrom": {
3492
- "name": "FoundationElement",
3493
- "module": "src/foundation-element/foundation-element.ts"
3465
+ "text": "number"
3494
3466
  }
3495
3467
  },
3496
3468
  {
3497
- "kind": "method",
3498
- "name": "templateChanged",
3499
- "privacy": "protected",
3500
- "return": {
3501
- "type": {
3502
- "text": "void"
3503
- }
3469
+ "kind": "field",
3470
+ "name": "movingView",
3471
+ "type": {
3472
+ "text": "boolean"
3504
3473
  },
3505
- "inheritedFrom": {
3506
- "name": "FoundationElement",
3507
- "module": "src/foundation-element/foundation-element.ts"
3474
+ "default": "false"
3475
+ },
3476
+ {
3477
+ "kind": "field",
3478
+ "name": "orderBy",
3479
+ "type": {
3480
+ "text": "string"
3508
3481
  }
3509
3482
  },
3510
3483
  {
3511
3484
  "kind": "field",
3512
- "name": "styles",
3485
+ "name": "request",
3513
3486
  "type": {
3514
- "text": "ElementStyles | void | null"
3515
- },
3516
- "privacy": "public",
3517
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3518
- "inheritedFrom": {
3519
- "name": "FoundationElement",
3520
- "module": "src/foundation-element/foundation-element.ts"
3487
+ "text": "any"
3521
3488
  }
3522
3489
  },
3523
3490
  {
3524
- "kind": "method",
3525
- "name": "stylesChanged",
3526
- "privacy": "protected",
3527
- "return": {
3528
- "type": {
3529
- "text": "void"
3530
- }
3531
- },
3532
- "inheritedFrom": {
3533
- "name": "FoundationElement",
3534
- "module": "src/foundation-element/foundation-element.ts"
3491
+ "kind": "field",
3492
+ "name": "resourceName",
3493
+ "type": {
3494
+ "text": "string"
3535
3495
  }
3536
3496
  },
3537
3497
  {
3538
3498
  "kind": "method",
3539
- "name": "compose",
3540
- "privacy": "public",
3541
- "static": true,
3542
- "return": {
3543
- "type": {
3544
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3545
- }
3546
- },
3499
+ "name": "resourceNameChanged",
3547
3500
  "parameters": [
3548
3501
  {
3549
- "name": "this",
3502
+ "name": "oldValue",
3550
3503
  "type": {
3551
- "text": "K"
3504
+ "text": "string"
3552
3505
  }
3553
3506
  },
3554
3507
  {
3555
- "name": "elementDefinition",
3508
+ "name": "newValue",
3556
3509
  "type": {
3557
- "text": "T"
3558
- },
3559
- "description": "The definition of the element to create the registry\nfunction for."
3510
+ "text": "string"
3511
+ }
3560
3512
  }
3561
- ],
3562
- "description": "Defines an element registry function with a set of element definition defaults.",
3563
- "inheritedFrom": {
3564
- "name": "FoundationElement",
3565
- "module": "src/foundation-element/foundation-element.ts"
3566
- }
3567
- }
3568
- ],
3569
- "mixins": [
3570
- {
3571
- "name": "LifecycleMixin",
3572
- "package": "@genesislcap/foundation-utils"
3573
- }
3574
- ],
3575
- "superclass": {
3576
- "name": "FoundationElement",
3577
- "package": "@microsoft/fast-foundation"
3578
- },
3579
- "tagName": "grid-tabulator-column",
3580
- "customElement": true
3581
- }
3582
- ],
3583
- "exports": [
3584
- {
3585
- "kind": "js",
3586
- "name": "GridTabulatorColumn",
3587
- "declaration": {
3588
- "name": "GridTabulatorColumn",
3589
- "module": "src/column/column.ts"
3590
- }
3591
- },
3592
- {
3593
- "kind": "custom-element-definition",
3594
- "name": "grid-tabulator-column",
3595
- "declaration": {
3596
- "name": "GridTabulatorColumn",
3597
- "module": "src/column/column.ts"
3598
- }
3599
- }
3600
- ]
3601
- },
3602
- {
3603
- "kind": "javascript-module",
3604
- "path": "src/column/index.ts",
3605
- "declarations": [],
3606
- "exports": [
3607
- {
3608
- "kind": "js",
3609
- "name": "*",
3610
- "declaration": {
3611
- "name": "*",
3612
- "package": "./column"
3613
- }
3614
- }
3615
- ]
3616
- },
3617
- {
3618
- "kind": "javascript-module",
3619
- "path": "src/datasource/client-side.datasource.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "criteriaDelimiter",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "default": "';'",
3628
- "description": "Delimiter for criteria in the datasource"
3629
- },
3630
- {
3631
- "kind": "variable",
3632
- "name": "criteriaJoin",
3633
- "type": {
3634
- "text": "string"
3635
- },
3636
- "default": "' && '",
3637
- "description": "Join operator for criteria in the datasource"
3638
- },
3639
- {
3640
- "kind": "class",
3641
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
- "name": "GridTabulatorClientSideDatasource",
3643
- "members": [
3644
- {
3645
- "kind": "field",
3646
- "name": "auth",
3647
- "type": {
3648
- "text": "Auth"
3649
- }
3650
- },
3651
- {
3652
- "kind": "field",
3653
- "name": "connect",
3654
- "type": {
3655
- "text": "Connect"
3656
- }
3657
- },
3658
- {
3659
- "kind": "field",
3660
- "name": "datasource",
3661
- "type": {
3662
- "text": "Datasource"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "deferredGridOptions",
3668
- "type": {
3669
- "text": "Options"
3670
- }
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "deferredColumnStates",
3675
- "type": {
3676
- "text": "any[]"
3677
- },
3678
- "default": "[]",
3679
- "description": "Allows storing column layouts between datasource initializations"
3680
- },
3681
- {
3682
- "kind": "field",
3683
- "name": "criteria",
3684
- "type": {
3685
- "text": "string"
3686
- }
3687
- },
3688
- {
3689
- "kind": "method",
3690
- "name": "criteriaChanged",
3691
- "parameters": [
3692
- {
3693
- "name": "oldCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- },
3698
- {
3699
- "name": "newCriteria",
3700
- "type": {
3701
- "text": "string"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "fields",
3709
- "type": {
3710
- "text": "string"
3711
- }
3712
- },
3713
- {
3714
- "kind": "field",
3715
- "name": "isSnapshot",
3716
- "type": {
3717
- "text": "boolean"
3718
- },
3719
- "default": "false"
3720
- },
3721
- {
3722
- "kind": "field",
3723
- "name": "maxRows",
3724
- "type": {
3725
- "text": "number"
3726
- }
3727
- },
3728
- {
3729
- "kind": "field",
3730
- "name": "maxView",
3731
- "type": {
3732
- "text": "number"
3733
- }
3734
- },
3735
- {
3736
- "kind": "field",
3737
- "name": "pollingInterval",
3738
- "type": {
3739
- "text": "number"
3740
- }
3741
- },
3742
- {
3743
- "kind": "field",
3744
- "name": "movingView",
3745
- "type": {
3746
- "text": "boolean"
3747
- },
3748
- "default": "false"
3749
- },
3750
- {
3751
- "kind": "field",
3752
- "name": "orderBy",
3753
- "type": {
3754
- "text": "string"
3755
- }
3756
- },
3757
- {
3758
- "kind": "field",
3759
- "name": "request",
3760
- "type": {
3761
- "text": "any"
3762
- }
3763
- },
3764
- {
3765
- "kind": "field",
3766
- "name": "resourceName",
3767
- "type": {
3768
- "text": "string"
3769
- }
3770
- },
3771
- {
3772
- "kind": "method",
3773
- "name": "resourceNameChanged",
3774
- "parameters": [
3775
- {
3776
- "name": "oldValue",
3777
- "type": {
3778
- "text": "string"
3779
- }
3780
- },
3781
- {
3782
- "name": "newValue",
3783
- "type": {
3784
- "text": "string"
3785
- }
3786
- }
3787
- ]
3788
- },
3513
+ ]
3514
+ },
3789
3515
  {
3790
3516
  "kind": "field",
3791
3517
  "name": "reverse",
@@ -4665,6 +4391,280 @@
4665
4391
  }
4666
4392
  ]
4667
4393
  },
4394
+ {
4395
+ "kind": "javascript-module",
4396
+ "path": "src/column/column.ts",
4397
+ "declarations": [
4398
+ {
4399
+ "kind": "class",
4400
+ "description": "The GridTabulator Column element.",
4401
+ "name": "GridTabulatorColumn",
4402
+ "members": [
4403
+ {
4404
+ "kind": "field",
4405
+ "name": "slottedCell",
4406
+ "type": {
4407
+ "text": "HTMLElement[]"
4408
+ },
4409
+ "privacy": "public"
4410
+ },
4411
+ {
4412
+ "kind": "field",
4413
+ "name": "definition",
4414
+ "type": {
4415
+ "text": "Partial<ColumnDefinition>"
4416
+ },
4417
+ "default": "{}"
4418
+ },
4419
+ {
4420
+ "kind": "method",
4421
+ "name": "slottedCellChanged",
4422
+ "privacy": "public"
4423
+ },
4424
+ {
4425
+ "kind": "method",
4426
+ "name": "deepClone",
4427
+ "return": {
4428
+ "type": {
4429
+ "text": "Node"
4430
+ }
4431
+ },
4432
+ "inheritedFrom": {
4433
+ "name": "LifecycleMixin",
4434
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4435
+ }
4436
+ },
4437
+ {
4438
+ "kind": "method",
4439
+ "name": "cloneNode",
4440
+ "return": {
4441
+ "type": {
4442
+ "text": "Node"
4443
+ }
4444
+ },
4445
+ "parameters": [
4446
+ {
4447
+ "name": "deep",
4448
+ "optional": true,
4449
+ "type": {
4450
+ "text": "boolean"
4451
+ }
4452
+ }
4453
+ ],
4454
+ "inheritedFrom": {
4455
+ "name": "LifecycleMixin",
4456
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4457
+ }
4458
+ },
4459
+ {
4460
+ "kind": "field",
4461
+ "name": "shouldRunDisconnect",
4462
+ "return": {
4463
+ "type": {
4464
+ "text": ""
4465
+ }
4466
+ },
4467
+ "readonly": true,
4468
+ "inheritedFrom": {
4469
+ "name": "LifecycleMixin",
4470
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4471
+ }
4472
+ },
4473
+ {
4474
+ "kind": "field",
4475
+ "name": "shouldRunConnect",
4476
+ "return": {
4477
+ "type": {
4478
+ "text": ""
4479
+ }
4480
+ },
4481
+ "readonly": true,
4482
+ "inheritedFrom": {
4483
+ "name": "LifecycleMixin",
4484
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4485
+ }
4486
+ },
4487
+ {
4488
+ "kind": "method",
4489
+ "name": "#_blockLifecycleDueToTokenChange",
4490
+ "return": {
4491
+ "type": {
4492
+ "text": "boolean"
4493
+ }
4494
+ },
4495
+ "parameters": [
4496
+ {
4497
+ "name": "lifecycleType",
4498
+ "type": {
4499
+ "text": "Lifecycletype"
4500
+ }
4501
+ }
4502
+ ],
4503
+ "inheritedFrom": {
4504
+ "name": "LifecycleMixin",
4505
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4506
+ }
4507
+ },
4508
+ {
4509
+ "kind": "field",
4510
+ "name": "_presentation",
4511
+ "type": {
4512
+ "text": "ComponentPresentation | null | undefined"
4513
+ },
4514
+ "privacy": "private",
4515
+ "default": "void 0",
4516
+ "inheritedFrom": {
4517
+ "name": "FoundationElement",
4518
+ "module": "src/foundation-element/foundation-element.ts"
4519
+ }
4520
+ },
4521
+ {
4522
+ "kind": "field",
4523
+ "name": "$presentation",
4524
+ "type": {
4525
+ "text": "ComponentPresentation | null"
4526
+ },
4527
+ "privacy": "public",
4528
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4529
+ "inheritedFrom": {
4530
+ "name": "FoundationElement",
4531
+ "module": "src/foundation-element/foundation-element.ts"
4532
+ }
4533
+ },
4534
+ {
4535
+ "kind": "field",
4536
+ "name": "template",
4537
+ "type": {
4538
+ "text": "ElementViewTemplate | void | null"
4539
+ },
4540
+ "privacy": "public",
4541
+ "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.",
4542
+ "inheritedFrom": {
4543
+ "name": "FoundationElement",
4544
+ "module": "src/foundation-element/foundation-element.ts"
4545
+ }
4546
+ },
4547
+ {
4548
+ "kind": "method",
4549
+ "name": "templateChanged",
4550
+ "privacy": "protected",
4551
+ "return": {
4552
+ "type": {
4553
+ "text": "void"
4554
+ }
4555
+ },
4556
+ "inheritedFrom": {
4557
+ "name": "FoundationElement",
4558
+ "module": "src/foundation-element/foundation-element.ts"
4559
+ }
4560
+ },
4561
+ {
4562
+ "kind": "field",
4563
+ "name": "styles",
4564
+ "type": {
4565
+ "text": "ElementStyles | void | null"
4566
+ },
4567
+ "privacy": "public",
4568
+ "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.",
4569
+ "inheritedFrom": {
4570
+ "name": "FoundationElement",
4571
+ "module": "src/foundation-element/foundation-element.ts"
4572
+ }
4573
+ },
4574
+ {
4575
+ "kind": "method",
4576
+ "name": "stylesChanged",
4577
+ "privacy": "protected",
4578
+ "return": {
4579
+ "type": {
4580
+ "text": "void"
4581
+ }
4582
+ },
4583
+ "inheritedFrom": {
4584
+ "name": "FoundationElement",
4585
+ "module": "src/foundation-element/foundation-element.ts"
4586
+ }
4587
+ },
4588
+ {
4589
+ "kind": "method",
4590
+ "name": "compose",
4591
+ "privacy": "public",
4592
+ "static": true,
4593
+ "return": {
4594
+ "type": {
4595
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4596
+ }
4597
+ },
4598
+ "parameters": [
4599
+ {
4600
+ "name": "this",
4601
+ "type": {
4602
+ "text": "K"
4603
+ }
4604
+ },
4605
+ {
4606
+ "name": "elementDefinition",
4607
+ "type": {
4608
+ "text": "T"
4609
+ },
4610
+ "description": "The definition of the element to create the registry\nfunction for."
4611
+ }
4612
+ ],
4613
+ "description": "Defines an element registry function with a set of element definition defaults.",
4614
+ "inheritedFrom": {
4615
+ "name": "FoundationElement",
4616
+ "module": "src/foundation-element/foundation-element.ts"
4617
+ }
4618
+ }
4619
+ ],
4620
+ "mixins": [
4621
+ {
4622
+ "name": "LifecycleMixin",
4623
+ "package": "@genesislcap/foundation-utils"
4624
+ }
4625
+ ],
4626
+ "superclass": {
4627
+ "name": "FoundationElement",
4628
+ "package": "@microsoft/fast-foundation"
4629
+ },
4630
+ "tagName": "grid-tabulator-column",
4631
+ "customElement": true
4632
+ }
4633
+ ],
4634
+ "exports": [
4635
+ {
4636
+ "kind": "js",
4637
+ "name": "GridTabulatorColumn",
4638
+ "declaration": {
4639
+ "name": "GridTabulatorColumn",
4640
+ "module": "src/column/column.ts"
4641
+ }
4642
+ },
4643
+ {
4644
+ "kind": "custom-element-definition",
4645
+ "name": "grid-tabulator-column",
4646
+ "declaration": {
4647
+ "name": "GridTabulatorColumn",
4648
+ "module": "src/column/column.ts"
4649
+ }
4650
+ }
4651
+ ]
4652
+ },
4653
+ {
4654
+ "kind": "javascript-module",
4655
+ "path": "src/column/index.ts",
4656
+ "declarations": [],
4657
+ "exports": [
4658
+ {
4659
+ "kind": "js",
4660
+ "name": "*",
4661
+ "declaration": {
4662
+ "name": "*",
4663
+ "package": "./column"
4664
+ }
4665
+ }
4666
+ ]
4667
+ },
4668
4668
  {
4669
4669
  "kind": "javascript-module",
4670
4670
  "path": "src/style/colors.ts",
@@ -57,15 +57,6 @@ export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
57
57
  >;
58
58
  export type GridTabulatorCellRef = GridTabulatorCellWC;
59
59
 
60
- export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
61
- React.PropsWithChildren<
62
- Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
63
- HTMLWCProps & {
64
- }
65
- > & React.RefAttributes<GridTabulatorColumnWC>
66
- >;
67
- export type GridTabulatorColumnRef = GridTabulatorColumnWC;
68
-
69
60
  export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticComponent<
70
61
  React.PropsWithChildren<
71
62
  Omit<PublicOf<GridTabulatorClientSideDatasourceWC>, 'children' | 'style'> &
@@ -78,4 +69,13 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
78
69
  >;
79
70
  export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
80
71
 
72
+ export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
73
+ React.PropsWithChildren<
74
+ Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
75
+ HTMLWCProps & {
76
+ }
77
+ > & React.RefAttributes<GridTabulatorColumnWC>
78
+ >;
79
+ export type GridTabulatorColumnRef = GridTabulatorColumnWC;
80
+
81
81
  export {};
package/dist/react.cjs CHANGED
@@ -42,11 +42,6 @@ const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref
42
42
  return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
43
43
  });
44
44
 
45
- const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
46
- const { children, ...rest } = props;
47
- return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
48
- });
49
-
50
45
  const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
51
46
  const { onGridTabulatorError, onDataInit, onSizeChanged, children, ...rest } = props;
52
47
  const _innerRef = React.useRef(null);
@@ -74,9 +69,14 @@ const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulato
74
69
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
75
70
  });
76
71
 
72
+ const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
73
+ const { children, ...rest } = props;
74
+ return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
75
+ });
76
+
77
77
  module.exports = {
78
78
  GridTabulator,
79
79
  GridTabulatorCell,
80
- GridTabulatorColumn,
81
80
  GridTabulatorClientSideDatasource,
81
+ GridTabulatorColumn,
82
82
  };
package/dist/react.mjs CHANGED
@@ -40,11 +40,6 @@ export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(pro
40
40
  return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
41
41
  });
42
42
 
43
- export const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
44
- const { children, ...rest } = props;
45
- return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
46
- });
47
-
48
43
  export const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
49
44
  const { onGridTabulatorError, onDataInit, onSizeChanged, children, ...rest } = props;
50
45
  const _innerRef = React.useRef(null);
@@ -71,3 +66,8 @@ export const GridTabulatorClientSideDatasource = React.forwardRef(function GridT
71
66
  }, []);
72
67
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
73
68
  });
69
+
70
+ export const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
71
+ const { children, ...rest } = props;
72
+ return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
73
+ });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.443.1-alpha-3fbf238.0",
4
+ "version": "14.443.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,20 +41,20 @@
41
41
  }
42
42
  },
43
43
  "devDependencies": {
44
- "@genesislcap/foundation-testing": "14.443.1-alpha-3fbf238.0",
45
- "@genesislcap/genx": "14.443.1-alpha-3fbf238.0",
46
- "@genesislcap/rollup-builder": "14.443.1-alpha-3fbf238.0",
47
- "@genesislcap/ts-builder": "14.443.1-alpha-3fbf238.0",
48
- "@genesislcap/uvu-playwright-builder": "14.443.1-alpha-3fbf238.0",
49
- "@genesislcap/vite-builder": "14.443.1-alpha-3fbf238.0",
50
- "@genesislcap/webpack-builder": "14.443.1-alpha-3fbf238.0",
44
+ "@genesislcap/foundation-testing": "14.443.1",
45
+ "@genesislcap/genx": "14.443.1",
46
+ "@genesislcap/rollup-builder": "14.443.1",
47
+ "@genesislcap/ts-builder": "14.443.1",
48
+ "@genesislcap/uvu-playwright-builder": "14.443.1",
49
+ "@genesislcap/vite-builder": "14.443.1",
50
+ "@genesislcap/webpack-builder": "14.443.1",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.443.1-alpha-3fbf238.0",
55
- "@genesislcap/foundation-logger": "14.443.1-alpha-3fbf238.0",
56
- "@genesislcap/foundation-ui": "14.443.1-alpha-3fbf238.0",
57
- "@genesislcap/foundation-utils": "14.443.1-alpha-3fbf238.0",
54
+ "@genesislcap/foundation-comms": "14.443.1",
55
+ "@genesislcap/foundation-logger": "14.443.1",
56
+ "@genesislcap/foundation-ui": "14.443.1",
57
+ "@genesislcap/foundation-utils": "14.443.1",
58
58
  "@microsoft/fast-colors": "5.3.1",
59
59
  "@microsoft/fast-components": "2.30.6",
60
60
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "144e5165ddad3e82f50599102a4f2d157cbb5ddf"
89
+ "gitHead": "a10ca31c4ba209c31a50b507dc473ecd5791fc21"
90
90
  }