@genesislcap/grid-tabulator 14.371.0-patch.2 → 14.371.0-patch.3

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 +354 -354
  2. package/package.json +13 -13
@@ -2936,280 +2936,6 @@
2936
2936
  }
2937
2937
  ]
2938
2938
  },
2939
- {
2940
- "kind": "javascript-module",
2941
- "path": "src/column/column.ts",
2942
- "declarations": [
2943
- {
2944
- "kind": "class",
2945
- "description": "The GridTabulator Column element.",
2946
- "name": "GridTabulatorColumn",
2947
- "members": [
2948
- {
2949
- "kind": "field",
2950
- "name": "slottedCell",
2951
- "type": {
2952
- "text": "HTMLElement[]"
2953
- },
2954
- "privacy": "public"
2955
- },
2956
- {
2957
- "kind": "field",
2958
- "name": "definition",
2959
- "type": {
2960
- "text": "Partial<ColumnDefinition>"
2961
- },
2962
- "default": "{}"
2963
- },
2964
- {
2965
- "kind": "method",
2966
- "name": "slottedCellChanged",
2967
- "privacy": "public"
2968
- },
2969
- {
2970
- "kind": "method",
2971
- "name": "deepClone",
2972
- "return": {
2973
- "type": {
2974
- "text": "Node"
2975
- }
2976
- },
2977
- "inheritedFrom": {
2978
- "name": "LifecycleMixin",
2979
- "module": "src/mixins/lifecycle/lifecycle.ts"
2980
- }
2981
- },
2982
- {
2983
- "kind": "method",
2984
- "name": "cloneNode",
2985
- "return": {
2986
- "type": {
2987
- "text": "Node"
2988
- }
2989
- },
2990
- "parameters": [
2991
- {
2992
- "name": "deep",
2993
- "optional": true,
2994
- "type": {
2995
- "text": "boolean"
2996
- }
2997
- }
2998
- ],
2999
- "inheritedFrom": {
3000
- "name": "LifecycleMixin",
3001
- "module": "src/mixins/lifecycle/lifecycle.ts"
3002
- }
3003
- },
3004
- {
3005
- "kind": "field",
3006
- "name": "shouldRunDisconnect",
3007
- "return": {
3008
- "type": {
3009
- "text": ""
3010
- }
3011
- },
3012
- "readonly": true,
3013
- "inheritedFrom": {
3014
- "name": "LifecycleMixin",
3015
- "module": "src/mixins/lifecycle/lifecycle.ts"
3016
- }
3017
- },
3018
- {
3019
- "kind": "field",
3020
- "name": "shouldRunConnect",
3021
- "return": {
3022
- "type": {
3023
- "text": ""
3024
- }
3025
- },
3026
- "readonly": true,
3027
- "inheritedFrom": {
3028
- "name": "LifecycleMixin",
3029
- "module": "src/mixins/lifecycle/lifecycle.ts"
3030
- }
3031
- },
3032
- {
3033
- "kind": "method",
3034
- "name": "#_blockLifecycleDueToTokenChange",
3035
- "return": {
3036
- "type": {
3037
- "text": "boolean"
3038
- }
3039
- },
3040
- "parameters": [
3041
- {
3042
- "name": "lifecycleType",
3043
- "type": {
3044
- "text": "Lifecycletype"
3045
- }
3046
- }
3047
- ],
3048
- "inheritedFrom": {
3049
- "name": "LifecycleMixin",
3050
- "module": "src/mixins/lifecycle/lifecycle.ts"
3051
- }
3052
- },
3053
- {
3054
- "kind": "field",
3055
- "name": "_presentation",
3056
- "type": {
3057
- "text": "ComponentPresentation | null | undefined"
3058
- },
3059
- "privacy": "private",
3060
- "default": "void 0",
3061
- "inheritedFrom": {
3062
- "name": "FoundationElement",
3063
- "module": "src/foundation-element/foundation-element.ts"
3064
- }
3065
- },
3066
- {
3067
- "kind": "field",
3068
- "name": "$presentation",
3069
- "type": {
3070
- "text": "ComponentPresentation | null"
3071
- },
3072
- "privacy": "public",
3073
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3074
- "inheritedFrom": {
3075
- "name": "FoundationElement",
3076
- "module": "src/foundation-element/foundation-element.ts"
3077
- }
3078
- },
3079
- {
3080
- "kind": "field",
3081
- "name": "template",
3082
- "type": {
3083
- "text": "ElementViewTemplate | void | null"
3084
- },
3085
- "privacy": "public",
3086
- "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.",
3087
- "inheritedFrom": {
3088
- "name": "FoundationElement",
3089
- "module": "src/foundation-element/foundation-element.ts"
3090
- }
3091
- },
3092
- {
3093
- "kind": "method",
3094
- "name": "templateChanged",
3095
- "privacy": "protected",
3096
- "return": {
3097
- "type": {
3098
- "text": "void"
3099
- }
3100
- },
3101
- "inheritedFrom": {
3102
- "name": "FoundationElement",
3103
- "module": "src/foundation-element/foundation-element.ts"
3104
- }
3105
- },
3106
- {
3107
- "kind": "field",
3108
- "name": "styles",
3109
- "type": {
3110
- "text": "ElementStyles | void | null"
3111
- },
3112
- "privacy": "public",
3113
- "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.",
3114
- "inheritedFrom": {
3115
- "name": "FoundationElement",
3116
- "module": "src/foundation-element/foundation-element.ts"
3117
- }
3118
- },
3119
- {
3120
- "kind": "method",
3121
- "name": "stylesChanged",
3122
- "privacy": "protected",
3123
- "return": {
3124
- "type": {
3125
- "text": "void"
3126
- }
3127
- },
3128
- "inheritedFrom": {
3129
- "name": "FoundationElement",
3130
- "module": "src/foundation-element/foundation-element.ts"
3131
- }
3132
- },
3133
- {
3134
- "kind": "method",
3135
- "name": "compose",
3136
- "privacy": "public",
3137
- "static": true,
3138
- "return": {
3139
- "type": {
3140
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3141
- }
3142
- },
3143
- "parameters": [
3144
- {
3145
- "name": "this",
3146
- "type": {
3147
- "text": "K"
3148
- }
3149
- },
3150
- {
3151
- "name": "elementDefinition",
3152
- "type": {
3153
- "text": "T"
3154
- },
3155
- "description": "The definition of the element to create the registry\nfunction for."
3156
- }
3157
- ],
3158
- "description": "Defines an element registry function with a set of element definition defaults.",
3159
- "inheritedFrom": {
3160
- "name": "FoundationElement",
3161
- "module": "src/foundation-element/foundation-element.ts"
3162
- }
3163
- }
3164
- ],
3165
- "mixins": [
3166
- {
3167
- "name": "LifecycleMixin",
3168
- "package": "@genesislcap/foundation-utils"
3169
- }
3170
- ],
3171
- "superclass": {
3172
- "name": "FoundationElement",
3173
- "package": "@microsoft/fast-foundation"
3174
- },
3175
- "tagName": "grid-tabulator-column",
3176
- "customElement": true
3177
- }
3178
- ],
3179
- "exports": [
3180
- {
3181
- "kind": "js",
3182
- "name": "GridTabulatorColumn",
3183
- "declaration": {
3184
- "name": "GridTabulatorColumn",
3185
- "module": "src/column/column.ts"
3186
- }
3187
- },
3188
- {
3189
- "kind": "custom-element-definition",
3190
- "name": "grid-tabulator-column",
3191
- "declaration": {
3192
- "name": "GridTabulatorColumn",
3193
- "module": "src/column/column.ts"
3194
- }
3195
- }
3196
- ]
3197
- },
3198
- {
3199
- "kind": "javascript-module",
3200
- "path": "src/column/index.ts",
3201
- "declarations": [],
3202
- "exports": [
3203
- {
3204
- "kind": "js",
3205
- "name": "*",
3206
- "declaration": {
3207
- "name": "*",
3208
- "package": "./column"
3209
- }
3210
- }
3211
- ]
3212
- },
3213
2939
  {
3214
2940
  "kind": "javascript-module",
3215
2941
  "path": "src/cell-formatters/action.formatter.ts",
@@ -3535,75 +3261,349 @@
3535
3261
  },
3536
3262
  "parameters": [
3537
3263
  {
3538
- "name": "cell",
3264
+ "name": "cell",
3265
+ "type": {
3266
+ "text": "any"
3267
+ },
3268
+ "description": "The cell component provided by Tabulator"
3269
+ },
3270
+ {
3271
+ "name": "formatterParams",
3272
+ "type": {
3273
+ "text": "SelectFormatterParams<T>"
3274
+ },
3275
+ "description": "Select formatter parameters"
3276
+ }
3277
+ ],
3278
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3279
+ "privacy": "public"
3280
+ }
3281
+ ],
3282
+ "exports": [
3283
+ {
3284
+ "kind": "js",
3285
+ "name": "selectFormatter",
3286
+ "declaration": {
3287
+ "name": "selectFormatter",
3288
+ "module": "src/cell-formatters/select.formatter.ts"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "kind": "javascript-module",
3295
+ "path": "src/cell-formatters/text.formatter.ts",
3296
+ "declarations": [
3297
+ {
3298
+ "kind": "function",
3299
+ "name": "textFormatter",
3300
+ "return": {
3301
+ "type": {
3302
+ "text": ""
3303
+ }
3304
+ },
3305
+ "parameters": [
3306
+ {
3307
+ "name": "cell",
3308
+ "type": {
3309
+ "text": "any"
3310
+ },
3311
+ "description": "The cell component provided by Tabulator"
3312
+ },
3313
+ {
3314
+ "name": "formatterParams",
3315
+ "default": "{}",
3316
+ "type": {
3317
+ "text": "TextFormatterParams<T>"
3318
+ },
3319
+ "description": "Text formatter parameters"
3320
+ }
3321
+ ],
3322
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
+ "privacy": "public"
3324
+ }
3325
+ ],
3326
+ "exports": [
3327
+ {
3328
+ "kind": "js",
3329
+ "name": "textFormatter",
3330
+ "declaration": {
3331
+ "name": "textFormatter",
3332
+ "module": "src/cell-formatters/text.formatter.ts"
3333
+ }
3334
+ }
3335
+ ]
3336
+ },
3337
+ {
3338
+ "kind": "javascript-module",
3339
+ "path": "src/column/column.ts",
3340
+ "declarations": [
3341
+ {
3342
+ "kind": "class",
3343
+ "description": "The GridTabulator Column element.",
3344
+ "name": "GridTabulatorColumn",
3345
+ "members": [
3346
+ {
3347
+ "kind": "field",
3348
+ "name": "slottedCell",
3349
+ "type": {
3350
+ "text": "HTMLElement[]"
3351
+ },
3352
+ "privacy": "public"
3353
+ },
3354
+ {
3355
+ "kind": "field",
3356
+ "name": "definition",
3357
+ "type": {
3358
+ "text": "Partial<ColumnDefinition>"
3359
+ },
3360
+ "default": "{}"
3361
+ },
3362
+ {
3363
+ "kind": "method",
3364
+ "name": "slottedCellChanged",
3365
+ "privacy": "public"
3366
+ },
3367
+ {
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"
3378
+ }
3379
+ },
3380
+ {
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"
3400
+ }
3401
+ },
3402
+ {
3403
+ "kind": "field",
3404
+ "name": "shouldRunDisconnect",
3405
+ "return": {
3406
+ "type": {
3407
+ "text": ""
3408
+ }
3409
+ },
3410
+ "readonly": true,
3411
+ "inheritedFrom": {
3412
+ "name": "LifecycleMixin",
3413
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3414
+ }
3415
+ },
3416
+ {
3417
+ "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"
3428
+ }
3429
+ },
3430
+ {
3431
+ "kind": "method",
3432
+ "name": "#_blockLifecycleDueToTokenChange",
3433
+ "return": {
3434
+ "type": {
3435
+ "text": "boolean"
3436
+ }
3437
+ },
3438
+ "parameters": [
3439
+ {
3440
+ "name": "lifecycleType",
3441
+ "type": {
3442
+ "text": "Lifecycletype"
3443
+ }
3444
+ }
3445
+ ],
3446
+ "inheritedFrom": {
3447
+ "name": "LifecycleMixin",
3448
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3449
+ }
3450
+ },
3451
+ {
3452
+ "kind": "field",
3453
+ "name": "_presentation",
3539
3454
  "type": {
3540
- "text": "any"
3455
+ "text": "ComponentPresentation | null | undefined"
3541
3456
  },
3542
- "description": "The cell component provided by Tabulator"
3457
+ "privacy": "private",
3458
+ "default": "void 0",
3459
+ "inheritedFrom": {
3460
+ "name": "FoundationElement",
3461
+ "module": "src/foundation-element/foundation-element.ts"
3462
+ }
3543
3463
  },
3544
3464
  {
3545
- "name": "formatterParams",
3465
+ "kind": "field",
3466
+ "name": "$presentation",
3546
3467
  "type": {
3547
- "text": "SelectFormatterParams<T>"
3468
+ "text": "ComponentPresentation | null"
3548
3469
  },
3549
- "description": "Select formatter parameters"
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"
3475
+ }
3476
+ },
3477
+ {
3478
+ "kind": "field",
3479
+ "name": "template",
3480
+ "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"
3488
+ }
3489
+ },
3490
+ {
3491
+ "kind": "method",
3492
+ "name": "templateChanged",
3493
+ "privacy": "protected",
3494
+ "return": {
3495
+ "type": {
3496
+ "text": "void"
3497
+ }
3498
+ },
3499
+ "inheritedFrom": {
3500
+ "name": "FoundationElement",
3501
+ "module": "src/foundation-element/foundation-element.ts"
3502
+ }
3503
+ },
3504
+ {
3505
+ "kind": "field",
3506
+ "name": "styles",
3507
+ "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"
3515
+ }
3516
+ },
3517
+ {
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"
3529
+ }
3530
+ },
3531
+ {
3532
+ "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
+ },
3541
+ "parameters": [
3542
+ {
3543
+ "name": "this",
3544
+ "type": {
3545
+ "text": "K"
3546
+ }
3547
+ },
3548
+ {
3549
+ "name": "elementDefinition",
3550
+ "type": {
3551
+ "text": "T"
3552
+ },
3553
+ "description": "The definition of the element to create the registry\nfunction for."
3554
+ }
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
+ }
3550
3561
  }
3551
3562
  ],
3552
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3553
- "privacy": "public"
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
3554
3575
  }
3555
3576
  ],
3556
3577
  "exports": [
3557
3578
  {
3558
3579
  "kind": "js",
3559
- "name": "selectFormatter",
3580
+ "name": "GridTabulatorColumn",
3560
3581
  "declaration": {
3561
- "name": "selectFormatter",
3562
- "module": "src/cell-formatters/select.formatter.ts"
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"
3563
3592
  }
3564
3593
  }
3565
3594
  ]
3566
3595
  },
3567
3596
  {
3568
3597
  "kind": "javascript-module",
3569
- "path": "src/cell-formatters/text.formatter.ts",
3570
- "declarations": [
3571
- {
3572
- "kind": "function",
3573
- "name": "textFormatter",
3574
- "return": {
3575
- "type": {
3576
- "text": ""
3577
- }
3578
- },
3579
- "parameters": [
3580
- {
3581
- "name": "cell",
3582
- "type": {
3583
- "text": "any"
3584
- },
3585
- "description": "The cell component provided by Tabulator"
3586
- },
3587
- {
3588
- "name": "formatterParams",
3589
- "default": "{}",
3590
- "type": {
3591
- "text": "TextFormatterParams<T>"
3592
- },
3593
- "description": "Text formatter parameters"
3594
- }
3595
- ],
3596
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3597
- "privacy": "public"
3598
- }
3599
- ],
3598
+ "path": "src/column/index.ts",
3599
+ "declarations": [],
3600
3600
  "exports": [
3601
3601
  {
3602
3602
  "kind": "js",
3603
- "name": "textFormatter",
3603
+ "name": "*",
3604
3604
  "declaration": {
3605
- "name": "textFormatter",
3606
- "module": "src/cell-formatters/text.formatter.ts"
3605
+ "name": "*",
3606
+ "package": "./column"
3607
3607
  }
3608
3608
  }
3609
3609
  ]
@@ -4645,6 +4645,41 @@
4645
4645
  }
4646
4646
  ]
4647
4647
  },
4648
+ {
4649
+ "kind": "javascript-module",
4650
+ "path": "src/style/colors.ts",
4651
+ "declarations": [],
4652
+ "exports": []
4653
+ },
4654
+ {
4655
+ "kind": "javascript-module",
4656
+ "path": "src/style/index.ts",
4657
+ "declarations": [],
4658
+ "exports": [
4659
+ {
4660
+ "kind": "js",
4661
+ "name": "*",
4662
+ "declaration": {
4663
+ "name": "*",
4664
+ "package": "./colors"
4665
+ }
4666
+ },
4667
+ {
4668
+ "kind": "js",
4669
+ "name": "*",
4670
+ "declaration": {
4671
+ "name": "*",
4672
+ "package": "./tokens"
4673
+ }
4674
+ }
4675
+ ]
4676
+ },
4677
+ {
4678
+ "kind": "javascript-module",
4679
+ "path": "src/style/tokens.ts",
4680
+ "declarations": [],
4681
+ "exports": []
4682
+ },
4648
4683
  {
4649
4684
  "kind": "javascript-module",
4650
4685
  "path": "src/utils/index.ts",
@@ -4808,41 +4843,6 @@
4808
4843
  }
4809
4844
  }
4810
4845
  ]
4811
- },
4812
- {
4813
- "kind": "javascript-module",
4814
- "path": "src/style/colors.ts",
4815
- "declarations": [],
4816
- "exports": []
4817
- },
4818
- {
4819
- "kind": "javascript-module",
4820
- "path": "src/style/index.ts",
4821
- "declarations": [],
4822
- "exports": [
4823
- {
4824
- "kind": "js",
4825
- "name": "*",
4826
- "declaration": {
4827
- "name": "*",
4828
- "package": "./colors"
4829
- }
4830
- },
4831
- {
4832
- "kind": "js",
4833
- "name": "*",
4834
- "declaration": {
4835
- "name": "*",
4836
- "package": "./tokens"
4837
- }
4838
- }
4839
- ]
4840
- },
4841
- {
4842
- "kind": "javascript-module",
4843
- "path": "src/style/tokens.ts",
4844
- "declarations": [],
4845
- "exports": []
4846
4846
  }
4847
4847
  ]
4848
4848
  }
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.371.0-patch.2",
4
+ "version": "14.371.1-alpha-ebadff0.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,20 +39,20 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.371.0-patch.2",
43
- "@genesislcap/genx": "14.371.0-patch.2",
44
- "@genesislcap/rollup-builder": "14.371.0-patch.2",
45
- "@genesislcap/ts-builder": "14.371.0-patch.2",
46
- "@genesislcap/uvu-playwright-builder": "14.371.0-patch.2",
47
- "@genesislcap/vite-builder": "14.371.0-patch.2",
48
- "@genesislcap/webpack-builder": "14.371.0-patch.2",
42
+ "@genesislcap/foundation-testing": "14.371.1-alpha-ebadff0.0",
43
+ "@genesislcap/genx": "14.371.1-alpha-ebadff0.0",
44
+ "@genesislcap/rollup-builder": "14.371.1-alpha-ebadff0.0",
45
+ "@genesislcap/ts-builder": "14.371.1-alpha-ebadff0.0",
46
+ "@genesislcap/uvu-playwright-builder": "14.371.1-alpha-ebadff0.0",
47
+ "@genesislcap/vite-builder": "14.371.1-alpha-ebadff0.0",
48
+ "@genesislcap/webpack-builder": "14.371.1-alpha-ebadff0.0",
49
49
  "@types/tabulator-tables": "6.2.6"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.371.0-patch.2",
53
- "@genesislcap/foundation-logger": "14.371.0-patch.2",
54
- "@genesislcap/foundation-ui": "14.371.0-patch.2",
55
- "@genesislcap/foundation-utils": "14.371.0-patch.2",
52
+ "@genesislcap/foundation-comms": "14.371.1-alpha-ebadff0.0",
53
+ "@genesislcap/foundation-logger": "14.371.1-alpha-ebadff0.0",
54
+ "@genesislcap/foundation-ui": "14.371.1-alpha-ebadff0.0",
55
+ "@genesislcap/foundation-utils": "14.371.1-alpha-ebadff0.0",
56
56
  "@microsoft/fast-colors": "5.3.1",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "access": "public"
74
74
  },
75
75
  "customElements": "dist/custom-elements.json",
76
- "gitHead": "60e740d0c9c238658f44f74f835df1b3a1c4b320"
76
+ "gitHead": "880393e845d4a3e34e66feaddef0c3a0f18b89b8"
77
77
  }