@genesislcap/grid-tabulator 14.443.1 → 14.444.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.
- package/dist/custom-elements.json +378 -378
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -3342,184 +3342,458 @@
|
|
|
3342
3342
|
},
|
|
3343
3343
|
{
|
|
3344
3344
|
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/
|
|
3345
|
+
"path": "src/column/column.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
|
-
},
|
|
3365
3347
|
{
|
|
3366
3348
|
"kind": "class",
|
|
3367
|
-
"description": "The
|
|
3368
|
-
"name": "
|
|
3349
|
+
"description": "The GridTabulator Column element.",
|
|
3350
|
+
"name": "GridTabulatorColumn",
|
|
3369
3351
|
"members": [
|
|
3370
3352
|
{
|
|
3371
3353
|
"kind": "field",
|
|
3372
|
-
"name": "
|
|
3373
|
-
"type": {
|
|
3374
|
-
"text": "Auth"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "field",
|
|
3379
|
-
"name": "connect",
|
|
3354
|
+
"name": "slottedCell",
|
|
3380
3355
|
"type": {
|
|
3381
|
-
"text": "
|
|
3382
|
-
}
|
|
3356
|
+
"text": "HTMLElement[]"
|
|
3357
|
+
},
|
|
3358
|
+
"privacy": "public"
|
|
3383
3359
|
},
|
|
3384
3360
|
{
|
|
3385
3361
|
"kind": "field",
|
|
3386
|
-
"name": "
|
|
3362
|
+
"name": "definition",
|
|
3387
3363
|
"type": {
|
|
3388
|
-
"text": "
|
|
3389
|
-
}
|
|
3364
|
+
"text": "Partial<ColumnDefinition>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "{}"
|
|
3390
3367
|
},
|
|
3391
3368
|
{
|
|
3392
|
-
"kind": "
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
3395
|
-
"text": "Options"
|
|
3396
|
-
}
|
|
3369
|
+
"kind": "method",
|
|
3370
|
+
"name": "slottedCellChanged",
|
|
3371
|
+
"privacy": "public"
|
|
3397
3372
|
},
|
|
3398
3373
|
{
|
|
3399
|
-
"kind": "
|
|
3400
|
-
"name": "
|
|
3401
|
-
"
|
|
3402
|
-
"
|
|
3374
|
+
"kind": "method",
|
|
3375
|
+
"name": "deepClone",
|
|
3376
|
+
"return": {
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "Node"
|
|
3379
|
+
}
|
|
3403
3380
|
},
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "field",
|
|
3409
|
-
"name": "criteria",
|
|
3410
|
-
"type": {
|
|
3411
|
-
"text": "string"
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "LifecycleMixin",
|
|
3383
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3412
3384
|
}
|
|
3413
3385
|
},
|
|
3414
3386
|
{
|
|
3415
3387
|
"kind": "method",
|
|
3416
|
-
"name": "
|
|
3388
|
+
"name": "cloneNode",
|
|
3389
|
+
"return": {
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "Node"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3417
3394
|
"parameters": [
|
|
3418
3395
|
{
|
|
3419
|
-
"name": "
|
|
3420
|
-
"
|
|
3421
|
-
"text": "string"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "newCriteria",
|
|
3396
|
+
"name": "deep",
|
|
3397
|
+
"optional": true,
|
|
3426
3398
|
"type": {
|
|
3427
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3428
3400
|
}
|
|
3429
3401
|
}
|
|
3430
|
-
]
|
|
3402
|
+
],
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "LifecycleMixin",
|
|
3405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
+
}
|
|
3431
3407
|
},
|
|
3432
3408
|
{
|
|
3433
3409
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3410
|
+
"name": "shouldRunDisconnect",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": ""
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"readonly": true,
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "LifecycleMixin",
|
|
3419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3437
3420
|
}
|
|
3438
3421
|
},
|
|
3439
3422
|
{
|
|
3440
3423
|
"kind": "field",
|
|
3441
|
-
"name": "
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3424
|
+
"name": "shouldRunConnect",
|
|
3425
|
+
"return": {
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": ""
|
|
3428
|
+
}
|
|
3444
3429
|
},
|
|
3445
|
-
"
|
|
3430
|
+
"readonly": true,
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "LifecycleMixin",
|
|
3433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
+
}
|
|
3446
3435
|
},
|
|
3447
3436
|
{
|
|
3448
|
-
"kind": "
|
|
3449
|
-
"name": "
|
|
3450
|
-
"
|
|
3451
|
-
"
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3439
|
+
"return": {
|
|
3440
|
+
"type": {
|
|
3441
|
+
"text": "boolean"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "lifecycleType",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "Lifecycletype"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"inheritedFrom": {
|
|
3453
|
+
"name": "LifecycleMixin",
|
|
3454
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3452
3455
|
}
|
|
3453
3456
|
},
|
|
3454
3457
|
{
|
|
3455
3458
|
"kind": "field",
|
|
3456
|
-
"name": "
|
|
3459
|
+
"name": "_presentation",
|
|
3457
3460
|
"type": {
|
|
3458
|
-
"text": "
|
|
3461
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3462
|
+
},
|
|
3463
|
+
"privacy": "private",
|
|
3464
|
+
"default": "void 0",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "FoundationElement",
|
|
3467
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3459
3468
|
}
|
|
3460
3469
|
},
|
|
3461
3470
|
{
|
|
3462
3471
|
"kind": "field",
|
|
3463
|
-
"name": "
|
|
3472
|
+
"name": "$presentation",
|
|
3464
3473
|
"type": {
|
|
3465
|
-
"text": "
|
|
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"
|
|
3466
3481
|
}
|
|
3467
3482
|
},
|
|
3468
3483
|
{
|
|
3469
3484
|
"kind": "field",
|
|
3470
|
-
"name": "
|
|
3485
|
+
"name": "template",
|
|
3471
3486
|
"type": {
|
|
3472
|
-
"text": "
|
|
3487
|
+
"text": "ElementViewTemplate | void | null"
|
|
3473
3488
|
},
|
|
3474
|
-
"
|
|
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"
|
|
3494
|
+
}
|
|
3475
3495
|
},
|
|
3476
3496
|
{
|
|
3477
|
-
"kind": "
|
|
3478
|
-
"name": "
|
|
3479
|
-
"
|
|
3480
|
-
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "templateChanged",
|
|
3499
|
+
"privacy": "protected",
|
|
3500
|
+
"return": {
|
|
3501
|
+
"type": {
|
|
3502
|
+
"text": "void"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
"inheritedFrom": {
|
|
3506
|
+
"name": "FoundationElement",
|
|
3507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3481
3508
|
}
|
|
3482
3509
|
},
|
|
3483
3510
|
{
|
|
3484
3511
|
"kind": "field",
|
|
3485
|
-
"name": "
|
|
3512
|
+
"name": "styles",
|
|
3486
3513
|
"type": {
|
|
3487
|
-
"text": "
|
|
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"
|
|
3488
3521
|
}
|
|
3489
3522
|
},
|
|
3490
3523
|
{
|
|
3491
|
-
"kind": "
|
|
3492
|
-
"name": "
|
|
3493
|
-
"
|
|
3494
|
-
|
|
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"
|
|
3495
3535
|
}
|
|
3496
3536
|
},
|
|
3497
3537
|
{
|
|
3498
3538
|
"kind": "method",
|
|
3499
|
-
"name": "
|
|
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
|
+
},
|
|
3500
3547
|
"parameters": [
|
|
3501
3548
|
{
|
|
3502
|
-
"name": "
|
|
3549
|
+
"name": "this",
|
|
3503
3550
|
"type": {
|
|
3504
|
-
"text": "
|
|
3551
|
+
"text": "K"
|
|
3505
3552
|
}
|
|
3506
3553
|
},
|
|
3507
3554
|
{
|
|
3508
|
-
"name": "
|
|
3555
|
+
"name": "elementDefinition",
|
|
3509
3556
|
"type": {
|
|
3510
|
-
"text": "
|
|
3511
|
-
}
|
|
3557
|
+
"text": "T"
|
|
3558
|
+
},
|
|
3559
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3512
3560
|
}
|
|
3513
|
-
]
|
|
3514
|
-
|
|
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": [
|
|
3515
3570
|
{
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
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
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "field",
|
|
3791
|
+
"name": "reverse",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "boolean"
|
|
3794
|
+
},
|
|
3795
|
+
"default": "false"
|
|
3796
|
+
},
|
|
3523
3797
|
{
|
|
3524
3798
|
"kind": "field",
|
|
3525
3799
|
"name": "rowIdAttr",
|
|
@@ -4391,280 +4665,6 @@
|
|
|
4391
4665
|
}
|
|
4392
4666
|
]
|
|
4393
4667
|
},
|
|
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",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -57,6 +57,15 @@ 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
|
+
|
|
60
69
|
export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticComponent<
|
|
61
70
|
React.PropsWithChildren<
|
|
62
71
|
Omit<PublicOf<GridTabulatorClientSideDatasourceWC>, 'children' | 'style'> &
|
|
@@ -69,13 +78,4 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
|
|
|
69
78
|
>;
|
|
70
79
|
export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
|
|
71
80
|
|
|
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,6 +42,11 @@ 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
|
+
|
|
45
50
|
const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
|
|
46
51
|
const { onGridTabulatorError, onDataInit, onSizeChanged, children, ...rest } = props;
|
|
47
52
|
const _innerRef = React.useRef(null);
|
|
@@ -69,14 +74,9 @@ const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulato
|
|
|
69
74
|
return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
70
75
|
});
|
|
71
76
|
|
|
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
|
-
GridTabulatorClientSideDatasource,
|
|
81
80
|
GridTabulatorColumn,
|
|
81
|
+
GridTabulatorClientSideDatasource,
|
|
82
82
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -40,6 +40,11 @@ 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
|
+
|
|
43
48
|
export const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
|
|
44
49
|
const { onGridTabulatorError, onDataInit, onSizeChanged, children, ...rest } = props;
|
|
45
50
|
const _innerRef = React.useRef(null);
|
|
@@ -66,8 +71,3 @@ export const GridTabulatorClientSideDatasource = React.forwardRef(function GridT
|
|
|
66
71
|
}, []);
|
|
67
72
|
return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
68
73
|
});
|
|
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.
|
|
4
|
+
"version": "14.444.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.
|
|
45
|
-
"@genesislcap/genx": "14.
|
|
46
|
-
"@genesislcap/rollup-builder": "14.
|
|
47
|
-
"@genesislcap/ts-builder": "14.
|
|
48
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
49
|
-
"@genesislcap/vite-builder": "14.
|
|
50
|
-
"@genesislcap/webpack-builder": "14.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.444.1",
|
|
45
|
+
"@genesislcap/genx": "14.444.1",
|
|
46
|
+
"@genesislcap/rollup-builder": "14.444.1",
|
|
47
|
+
"@genesislcap/ts-builder": "14.444.1",
|
|
48
|
+
"@genesislcap/uvu-playwright-builder": "14.444.1",
|
|
49
|
+
"@genesislcap/vite-builder": "14.444.1",
|
|
50
|
+
"@genesislcap/webpack-builder": "14.444.1",
|
|
51
51
|
"@types/tabulator-tables": "6.2.6"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-comms": "14.
|
|
55
|
-
"@genesislcap/foundation-logger": "14.
|
|
56
|
-
"@genesislcap/foundation-ui": "14.
|
|
57
|
-
"@genesislcap/foundation-utils": "14.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.444.1",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.444.1",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.444.1",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.444.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": "
|
|
89
|
+
"gitHead": "837befe80b4972686cb48fe7d86334c5d819ced6"
|
|
90
90
|
}
|