@genesislcap/grid-tabulator 15.3.1 → 15.3.2

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 +390 -390
  2. package/package.json +13 -13
@@ -2942,6 +2942,280 @@
2942
2942
  }
2943
2943
  ]
2944
2944
  },
2945
+ {
2946
+ "kind": "javascript-module",
2947
+ "path": "src/column/column.ts",
2948
+ "declarations": [
2949
+ {
2950
+ "kind": "class",
2951
+ "description": "The GridTabulator Column element.",
2952
+ "name": "GridTabulatorColumn",
2953
+ "members": [
2954
+ {
2955
+ "kind": "field",
2956
+ "name": "slottedCell",
2957
+ "type": {
2958
+ "text": "HTMLElement[]"
2959
+ },
2960
+ "privacy": "public"
2961
+ },
2962
+ {
2963
+ "kind": "field",
2964
+ "name": "definition",
2965
+ "type": {
2966
+ "text": "Partial<ColumnDefinition>"
2967
+ },
2968
+ "default": "{}"
2969
+ },
2970
+ {
2971
+ "kind": "method",
2972
+ "name": "slottedCellChanged",
2973
+ "privacy": "public"
2974
+ },
2975
+ {
2976
+ "kind": "method",
2977
+ "name": "deepClone",
2978
+ "return": {
2979
+ "type": {
2980
+ "text": "Node"
2981
+ }
2982
+ },
2983
+ "inheritedFrom": {
2984
+ "name": "LifecycleMixin",
2985
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2986
+ }
2987
+ },
2988
+ {
2989
+ "kind": "method",
2990
+ "name": "cloneNode",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "Node"
2994
+ }
2995
+ },
2996
+ "parameters": [
2997
+ {
2998
+ "name": "deep",
2999
+ "optional": true,
3000
+ "type": {
3001
+ "text": "boolean"
3002
+ }
3003
+ }
3004
+ ],
3005
+ "inheritedFrom": {
3006
+ "name": "LifecycleMixin",
3007
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3008
+ }
3009
+ },
3010
+ {
3011
+ "kind": "field",
3012
+ "name": "shouldRunDisconnect",
3013
+ "return": {
3014
+ "type": {
3015
+ "text": ""
3016
+ }
3017
+ },
3018
+ "readonly": true,
3019
+ "inheritedFrom": {
3020
+ "name": "LifecycleMixin",
3021
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3022
+ }
3023
+ },
3024
+ {
3025
+ "kind": "field",
3026
+ "name": "shouldRunConnect",
3027
+ "return": {
3028
+ "type": {
3029
+ "text": ""
3030
+ }
3031
+ },
3032
+ "readonly": true,
3033
+ "inheritedFrom": {
3034
+ "name": "LifecycleMixin",
3035
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3036
+ }
3037
+ },
3038
+ {
3039
+ "kind": "method",
3040
+ "name": "#_blockLifecycleDueToTokenChange",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "boolean"
3044
+ }
3045
+ },
3046
+ "parameters": [
3047
+ {
3048
+ "name": "lifecycleType",
3049
+ "type": {
3050
+ "text": "Lifecycletype"
3051
+ }
3052
+ }
3053
+ ],
3054
+ "inheritedFrom": {
3055
+ "name": "LifecycleMixin",
3056
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3057
+ }
3058
+ },
3059
+ {
3060
+ "kind": "field",
3061
+ "name": "_presentation",
3062
+ "type": {
3063
+ "text": "ComponentPresentation | null | undefined"
3064
+ },
3065
+ "privacy": "private",
3066
+ "default": "void 0",
3067
+ "inheritedFrom": {
3068
+ "name": "FoundationElement",
3069
+ "module": "src/foundation-element/foundation-element.ts"
3070
+ }
3071
+ },
3072
+ {
3073
+ "kind": "field",
3074
+ "name": "$presentation",
3075
+ "type": {
3076
+ "text": "ComponentPresentation | null"
3077
+ },
3078
+ "privacy": "public",
3079
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3080
+ "inheritedFrom": {
3081
+ "name": "FoundationElement",
3082
+ "module": "src/foundation-element/foundation-element.ts"
3083
+ }
3084
+ },
3085
+ {
3086
+ "kind": "field",
3087
+ "name": "template",
3088
+ "type": {
3089
+ "text": "ElementViewTemplate | void | null"
3090
+ },
3091
+ "privacy": "public",
3092
+ "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.",
3093
+ "inheritedFrom": {
3094
+ "name": "FoundationElement",
3095
+ "module": "src/foundation-element/foundation-element.ts"
3096
+ }
3097
+ },
3098
+ {
3099
+ "kind": "method",
3100
+ "name": "templateChanged",
3101
+ "privacy": "protected",
3102
+ "return": {
3103
+ "type": {
3104
+ "text": "void"
3105
+ }
3106
+ },
3107
+ "inheritedFrom": {
3108
+ "name": "FoundationElement",
3109
+ "module": "src/foundation-element/foundation-element.ts"
3110
+ }
3111
+ },
3112
+ {
3113
+ "kind": "field",
3114
+ "name": "styles",
3115
+ "type": {
3116
+ "text": "ElementStyles | void | null"
3117
+ },
3118
+ "privacy": "public",
3119
+ "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.",
3120
+ "inheritedFrom": {
3121
+ "name": "FoundationElement",
3122
+ "module": "src/foundation-element/foundation-element.ts"
3123
+ }
3124
+ },
3125
+ {
3126
+ "kind": "method",
3127
+ "name": "stylesChanged",
3128
+ "privacy": "protected",
3129
+ "return": {
3130
+ "type": {
3131
+ "text": "void"
3132
+ }
3133
+ },
3134
+ "inheritedFrom": {
3135
+ "name": "FoundationElement",
3136
+ "module": "src/foundation-element/foundation-element.ts"
3137
+ }
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "compose",
3142
+ "privacy": "public",
3143
+ "static": true,
3144
+ "return": {
3145
+ "type": {
3146
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3147
+ }
3148
+ },
3149
+ "parameters": [
3150
+ {
3151
+ "name": "this",
3152
+ "type": {
3153
+ "text": "K"
3154
+ }
3155
+ },
3156
+ {
3157
+ "name": "elementDefinition",
3158
+ "type": {
3159
+ "text": "T"
3160
+ },
3161
+ "description": "The definition of the element to create the registry\nfunction for."
3162
+ }
3163
+ ],
3164
+ "description": "Defines an element registry function with a set of element definition defaults.",
3165
+ "inheritedFrom": {
3166
+ "name": "FoundationElement",
3167
+ "module": "src/foundation-element/foundation-element.ts"
3168
+ }
3169
+ }
3170
+ ],
3171
+ "mixins": [
3172
+ {
3173
+ "name": "LifecycleMixin",
3174
+ "package": "@genesislcap/foundation-utils"
3175
+ }
3176
+ ],
3177
+ "superclass": {
3178
+ "name": "FoundationElement",
3179
+ "package": "@microsoft/fast-foundation"
3180
+ },
3181
+ "tagName": "grid-tabulator-column",
3182
+ "customElement": true
3183
+ }
3184
+ ],
3185
+ "exports": [
3186
+ {
3187
+ "kind": "js",
3188
+ "name": "GridTabulatorColumn",
3189
+ "declaration": {
3190
+ "name": "GridTabulatorColumn",
3191
+ "module": "src/column/column.ts"
3192
+ }
3193
+ },
3194
+ {
3195
+ "kind": "custom-element-definition",
3196
+ "name": "grid-tabulator-column",
3197
+ "declaration": {
3198
+ "name": "GridTabulatorColumn",
3199
+ "module": "src/column/column.ts"
3200
+ }
3201
+ }
3202
+ ]
3203
+ },
3204
+ {
3205
+ "kind": "javascript-module",
3206
+ "path": "src/column/index.ts",
3207
+ "declarations": [],
3208
+ "exports": [
3209
+ {
3210
+ "kind": "js",
3211
+ "name": "*",
3212
+ "declaration": {
3213
+ "name": "*",
3214
+ "package": "./column"
3215
+ }
3216
+ }
3217
+ ]
3218
+ },
2945
3219
  {
2946
3220
  "kind": "javascript-module",
2947
3221
  "path": "src/cell-formatters/action.formatter.ts",
@@ -3230,386 +3504,112 @@
3230
3504
  {
3231
3505
  "kind": "js",
3232
3506
  "name": "TextFormatterParams",
3233
- "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3236
- }
3237
- },
3238
- {
3239
- "kind": "js",
3240
- "name": "textFormatter",
3241
- "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3244
- }
3245
- },
3246
- {
3247
- "kind": "js",
3248
- "name": "formatters",
3249
- "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3252
- }
3253
- }
3254
- ]
3255
- },
3256
- {
3257
- "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3259
- "declarations": [
3260
- {
3261
- "kind": "function",
3262
- "name": "selectFormatter",
3263
- "return": {
3264
- "type": {
3265
- "text": ""
3266
- }
3267
- },
3268
- "parameters": [
3269
- {
3270
- "name": "cell",
3271
- "type": {
3272
- "text": "any"
3273
- },
3274
- "description": "The cell component provided by Tabulator"
3275
- },
3276
- {
3277
- "name": "formatterParams",
3278
- "type": {
3279
- "text": "SelectFormatterParams<T>"
3280
- },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
3318
- },
3319
- {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3322
- "type": {
3323
- "text": "TextFormatterParams<T>"
3324
- },
3325
- "description": "Text formatter parameters"
3326
- }
3327
- ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3329
- "privacy": "public"
3330
- }
3331
- ],
3332
- "exports": [
3333
- {
3334
- "kind": "js",
3335
- "name": "textFormatter",
3336
- "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3339
- }
3340
- }
3341
- ]
3342
- },
3343
- {
3344
- "kind": "javascript-module",
3345
- "path": "src/column/column.ts",
3346
- "declarations": [
3347
- {
3348
- "kind": "class",
3349
- "description": "The GridTabulator Column element.",
3350
- "name": "GridTabulatorColumn",
3351
- "members": [
3352
- {
3353
- "kind": "field",
3354
- "name": "slottedCell",
3355
- "type": {
3356
- "text": "HTMLElement[]"
3357
- },
3358
- "privacy": "public"
3359
- },
3360
- {
3361
- "kind": "field",
3362
- "name": "definition",
3363
- "type": {
3364
- "text": "Partial<ColumnDefinition>"
3365
- },
3366
- "default": "{}"
3367
- },
3368
- {
3369
- "kind": "method",
3370
- "name": "slottedCellChanged",
3371
- "privacy": "public"
3372
- },
3373
- {
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"
3384
- }
3385
- },
3386
- {
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"
3406
- }
3407
- },
3408
- {
3409
- "kind": "field",
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"
3420
- }
3421
- },
3422
- {
3423
- "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"
3434
- }
3435
- },
3436
- {
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"
3455
- }
3456
- },
3457
- {
3458
- "kind": "field",
3459
- "name": "_presentation",
3460
- "type": {
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"
3468
- }
3469
- },
3470
- {
3471
- "kind": "field",
3472
- "name": "$presentation",
3473
- "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"
3481
- }
3482
- },
3507
+ "declaration": {
3508
+ "name": "TextFormatterParams",
3509
+ "module": "src/cell-formatters/index.ts"
3510
+ }
3511
+ },
3512
+ {
3513
+ "kind": "js",
3514
+ "name": "textFormatter",
3515
+ "declaration": {
3516
+ "name": "textFormatter",
3517
+ "module": "src/cell-formatters/index.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "js",
3522
+ "name": "formatters",
3523
+ "declaration": {
3524
+ "name": "formatters",
3525
+ "module": "src/cell-formatters/index.ts"
3526
+ }
3527
+ }
3528
+ ]
3529
+ },
3530
+ {
3531
+ "kind": "javascript-module",
3532
+ "path": "src/cell-formatters/select.formatter.ts",
3533
+ "declarations": [
3534
+ {
3535
+ "kind": "function",
3536
+ "name": "selectFormatter",
3537
+ "return": {
3538
+ "type": {
3539
+ "text": ""
3540
+ }
3541
+ },
3542
+ "parameters": [
3483
3543
  {
3484
- "kind": "field",
3485
- "name": "template",
3544
+ "name": "cell",
3486
3545
  "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"
3494
- }
3495
- },
3496
- {
3497
- "kind": "method",
3498
- "name": "templateChanged",
3499
- "privacy": "protected",
3500
- "return": {
3501
- "type": {
3502
- "text": "void"
3503
- }
3546
+ "text": "any"
3504
3547
  },
3505
- "inheritedFrom": {
3506
- "name": "FoundationElement",
3507
- "module": "src/foundation-element/foundation-element.ts"
3508
- }
3548
+ "description": "The cell component provided by Tabulator"
3509
3549
  },
3510
3550
  {
3511
- "kind": "field",
3512
- "name": "styles",
3551
+ "name": "formatterParams",
3513
3552
  "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"
3521
- }
3522
- },
3523
- {
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"
3535
- }
3536
- },
3537
- {
3538
- "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
- }
3553
+ "text": "SelectFormatterParams<T>"
3546
3554
  },
3547
- "parameters": [
3548
- {
3549
- "name": "this",
3550
- "type": {
3551
- "text": "K"
3552
- }
3553
- },
3554
- {
3555
- "name": "elementDefinition",
3556
- "type": {
3557
- "text": "T"
3558
- },
3559
- "description": "The definition of the element to create the registry\nfunction for."
3560
- }
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"
3555
+ "description": "Select formatter parameters"
3573
3556
  }
3574
3557
  ],
3575
- "superclass": {
3576
- "name": "FoundationElement",
3577
- "package": "@microsoft/fast-foundation"
3578
- },
3579
- "tagName": "grid-tabulator-column",
3580
- "customElement": true
3558
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
+ "privacy": "public"
3581
3560
  }
3582
3561
  ],
3583
3562
  "exports": [
3584
3563
  {
3585
3564
  "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",
3565
+ "name": "selectFormatter",
3595
3566
  "declaration": {
3596
- "name": "GridTabulatorColumn",
3597
- "module": "src/column/column.ts"
3567
+ "name": "selectFormatter",
3568
+ "module": "src/cell-formatters/select.formatter.ts"
3598
3569
  }
3599
3570
  }
3600
3571
  ]
3601
3572
  },
3602
3573
  {
3603
3574
  "kind": "javascript-module",
3604
- "path": "src/column/index.ts",
3605
- "declarations": [],
3575
+ "path": "src/cell-formatters/text.formatter.ts",
3576
+ "declarations": [
3577
+ {
3578
+ "kind": "function",
3579
+ "name": "textFormatter",
3580
+ "return": {
3581
+ "type": {
3582
+ "text": ""
3583
+ }
3584
+ },
3585
+ "parameters": [
3586
+ {
3587
+ "name": "cell",
3588
+ "type": {
3589
+ "text": "any"
3590
+ },
3591
+ "description": "The cell component provided by Tabulator"
3592
+ },
3593
+ {
3594
+ "name": "formatterParams",
3595
+ "default": "{}",
3596
+ "type": {
3597
+ "text": "TextFormatterParams<T>"
3598
+ },
3599
+ "description": "Text formatter parameters"
3600
+ }
3601
+ ],
3602
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3603
+ "privacy": "public"
3604
+ }
3605
+ ],
3606
3606
  "exports": [
3607
3607
  {
3608
3608
  "kind": "js",
3609
- "name": "*",
3609
+ "name": "textFormatter",
3610
3610
  "declaration": {
3611
- "name": "*",
3612
- "package": "./column"
3611
+ "name": "textFormatter",
3612
+ "module": "src/cell-formatters/text.formatter.ts"
3613
3613
  }
3614
3614
  }
3615
3615
  ]
@@ -4548,6 +4548,41 @@
4548
4548
  }
4549
4549
  ]
4550
4550
  },
4551
+ {
4552
+ "kind": "javascript-module",
4553
+ "path": "src/style/colors.ts",
4554
+ "declarations": [],
4555
+ "exports": []
4556
+ },
4557
+ {
4558
+ "kind": "javascript-module",
4559
+ "path": "src/style/index.ts",
4560
+ "declarations": [],
4561
+ "exports": [
4562
+ {
4563
+ "kind": "js",
4564
+ "name": "*",
4565
+ "declaration": {
4566
+ "name": "*",
4567
+ "package": "./colors"
4568
+ }
4569
+ },
4570
+ {
4571
+ "kind": "js",
4572
+ "name": "*",
4573
+ "declaration": {
4574
+ "name": "*",
4575
+ "package": "./tokens"
4576
+ }
4577
+ }
4578
+ ]
4579
+ },
4580
+ {
4581
+ "kind": "javascript-module",
4582
+ "path": "src/style/tokens.ts",
4583
+ "declarations": [],
4584
+ "exports": []
4585
+ },
4551
4586
  {
4552
4587
  "kind": "javascript-module",
4553
4588
  "path": "src/external/fonts.ts",
@@ -4665,41 +4700,6 @@
4665
4700
  }
4666
4701
  ]
4667
4702
  },
4668
- {
4669
- "kind": "javascript-module",
4670
- "path": "src/style/colors.ts",
4671
- "declarations": [],
4672
- "exports": []
4673
- },
4674
- {
4675
- "kind": "javascript-module",
4676
- "path": "src/style/index.ts",
4677
- "declarations": [],
4678
- "exports": [
4679
- {
4680
- "kind": "js",
4681
- "name": "*",
4682
- "declaration": {
4683
- "name": "*",
4684
- "package": "./colors"
4685
- }
4686
- },
4687
- {
4688
- "kind": "js",
4689
- "name": "*",
4690
- "declaration": {
4691
- "name": "*",
4692
- "package": "./tokens"
4693
- }
4694
- }
4695
- ]
4696
- },
4697
- {
4698
- "kind": "javascript-module",
4699
- "path": "src/style/tokens.ts",
4700
- "declarations": [],
4701
- "exports": []
4702
- },
4703
4703
  {
4704
4704
  "kind": "javascript-module",
4705
4705
  "path": "src/utils/index.ts",
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": "15.3.1",
4
+ "version": "15.3.2",
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": "15.3.1",
45
- "@genesislcap/genx": "15.3.1",
46
- "@genesislcap/rollup-builder": "15.3.1",
47
- "@genesislcap/ts-builder": "15.3.1",
48
- "@genesislcap/uvu-playwright-builder": "15.3.1",
49
- "@genesislcap/vite-builder": "15.3.1",
50
- "@genesislcap/webpack-builder": "15.3.1",
44
+ "@genesislcap/foundation-testing": "15.3.2",
45
+ "@genesislcap/genx": "15.3.2",
46
+ "@genesislcap/rollup-builder": "15.3.2",
47
+ "@genesislcap/ts-builder": "15.3.2",
48
+ "@genesislcap/uvu-playwright-builder": "15.3.2",
49
+ "@genesislcap/vite-builder": "15.3.2",
50
+ "@genesislcap/webpack-builder": "15.3.2",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "15.3.1",
55
- "@genesislcap/foundation-logger": "15.3.1",
56
- "@genesislcap/foundation-ui": "15.3.1",
57
- "@genesislcap/foundation-utils": "15.3.1",
54
+ "@genesislcap/foundation-comms": "15.3.2",
55
+ "@genesislcap/foundation-logger": "15.3.2",
56
+ "@genesislcap/foundation-ui": "15.3.2",
57
+ "@genesislcap/foundation-utils": "15.3.2",
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": "1c3a33f7d56acec166f832b9610e83343a8873e6"
89
+ "gitHead": "9b3b32a9d7642518469a81d1ed9cc79b3a6c0ece"
90
90
  }