@genesislcap/grid-tabulator 14.496.2-alpha-438fb6e.0 → 14.496.2-alpha-2c4a633.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2942,6 +2942,404 @@
2942
2942
  }
2943
2943
  ]
2944
2944
  },
2945
+ {
2946
+ "kind": "javascript-module",
2947
+ "path": "src/cell-formatters/action.formatter.ts",
2948
+ "declarations": [
2949
+ {
2950
+ "kind": "function",
2951
+ "name": "actionFormatter",
2952
+ "return": {
2953
+ "type": {
2954
+ "text": ""
2955
+ }
2956
+ },
2957
+ "parameters": [
2958
+ {
2959
+ "name": "cell",
2960
+ "type": {
2961
+ "text": "any"
2962
+ },
2963
+ "description": "The cell component provided by Tabulator"
2964
+ },
2965
+ {
2966
+ "name": "formatterParams",
2967
+ "default": "{}",
2968
+ "type": {
2969
+ "text": "ActionFormatterParams<T>"
2970
+ },
2971
+ "description": "Action formatter parameters"
2972
+ }
2973
+ ],
2974
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
+ "privacy": "public"
2976
+ }
2977
+ ],
2978
+ "exports": [
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "actionFormatter",
2982
+ "declaration": {
2983
+ "name": "actionFormatter",
2984
+ "module": "src/cell-formatters/action.formatter.ts"
2985
+ }
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "kind": "javascript-module",
2991
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
+ "declarations": [
2993
+ {
2994
+ "kind": "function",
2995
+ "name": "actionsMenuFormatter",
2996
+ "return": {
2997
+ "type": {
2998
+ "text": ""
2999
+ }
3000
+ },
3001
+ "parameters": [
3002
+ {
3003
+ "name": "cell",
3004
+ "type": {
3005
+ "text": "any"
3006
+ },
3007
+ "description": "The cell component provided by Tabulator"
3008
+ },
3009
+ {
3010
+ "name": "formatterParams",
3011
+ "default": "{}",
3012
+ "type": {
3013
+ "text": "ActionsMenuFormatterParams<T>"
3014
+ },
3015
+ "description": "Actions menu formatter parameters"
3016
+ }
3017
+ ],
3018
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
+ "privacy": "public"
3020
+ }
3021
+ ],
3022
+ "exports": [
3023
+ {
3024
+ "kind": "js",
3025
+ "name": "actionsMenuFormatter",
3026
+ "declaration": {
3027
+ "name": "actionsMenuFormatter",
3028
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3029
+ }
3030
+ }
3031
+ ]
3032
+ },
3033
+ {
3034
+ "kind": "javascript-module",
3035
+ "path": "src/cell-formatters/boolean.formatter.ts",
3036
+ "declarations": [
3037
+ {
3038
+ "kind": "function",
3039
+ "name": "booleanFormatter",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": ""
3043
+ }
3044
+ },
3045
+ "parameters": [
3046
+ {
3047
+ "name": "cell",
3048
+ "type": {
3049
+ "text": "any"
3050
+ },
3051
+ "description": "The cell component provided by Tabulator"
3052
+ },
3053
+ {
3054
+ "name": "formatterParams",
3055
+ "default": "{}",
3056
+ "type": {
3057
+ "text": "BooleanFormatterParams<T>"
3058
+ },
3059
+ "description": "Boolean formatter parameters"
3060
+ }
3061
+ ],
3062
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
+ "privacy": "public"
3064
+ }
3065
+ ],
3066
+ "exports": [
3067
+ {
3068
+ "kind": "js",
3069
+ "name": "booleanFormatter",
3070
+ "declaration": {
3071
+ "name": "booleanFormatter",
3072
+ "module": "src/cell-formatters/boolean.formatter.ts"
3073
+ }
3074
+ }
3075
+ ]
3076
+ },
3077
+ {
3078
+ "kind": "javascript-module",
3079
+ "path": "src/cell-formatters/constants.ts",
3080
+ "declarations": [],
3081
+ "exports": []
3082
+ },
3083
+ {
3084
+ "kind": "javascript-module",
3085
+ "path": "src/cell-formatters/editable.formatter.ts",
3086
+ "declarations": [
3087
+ {
3088
+ "kind": "function",
3089
+ "name": "editableFormatter",
3090
+ "return": {
3091
+ "type": {
3092
+ "text": ""
3093
+ }
3094
+ },
3095
+ "parameters": [
3096
+ {
3097
+ "name": "cell",
3098
+ "type": {
3099
+ "text": "any"
3100
+ },
3101
+ "description": "The cell component provided by Tabulator"
3102
+ },
3103
+ {
3104
+ "name": "formatterParams",
3105
+ "default": "{}",
3106
+ "type": {
3107
+ "text": "EditableFormatterParams<T>"
3108
+ },
3109
+ "description": "Editable formatter parameters"
3110
+ }
3111
+ ],
3112
+ "description": "Formatter that displays an editable cell with validation state",
3113
+ "privacy": "public"
3114
+ }
3115
+ ],
3116
+ "exports": [
3117
+ {
3118
+ "kind": "js",
3119
+ "name": "editableFormatter",
3120
+ "declaration": {
3121
+ "name": "editableFormatter",
3122
+ "module": "src/cell-formatters/editable.formatter.ts"
3123
+ }
3124
+ }
3125
+ ]
3126
+ },
3127
+ {
3128
+ "kind": "javascript-module",
3129
+ "path": "src/cell-formatters/index.ts",
3130
+ "declarations": [
3131
+ {
3132
+ "kind": "variable",
3133
+ "name": "formatters",
3134
+ "type": {
3135
+ "text": "object"
3136
+ },
3137
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
+ "description": "Zero formatters for Tabulator grid"
3139
+ }
3140
+ ],
3141
+ "exports": [
3142
+ {
3143
+ "kind": "js",
3144
+ "name": "*",
3145
+ "declaration": {
3146
+ "name": "*",
3147
+ "package": "./constants"
3148
+ }
3149
+ },
3150
+ {
3151
+ "kind": "js",
3152
+ "name": "ActionFormatterParams",
3153
+ "declaration": {
3154
+ "name": "ActionFormatterParams",
3155
+ "module": "src/cell-formatters/index.ts"
3156
+ }
3157
+ },
3158
+ {
3159
+ "kind": "js",
3160
+ "name": "actionFormatter",
3161
+ "declaration": {
3162
+ "name": "actionFormatter",
3163
+ "module": "src/cell-formatters/index.ts"
3164
+ }
3165
+ },
3166
+ {
3167
+ "kind": "js",
3168
+ "name": "ActionsMenuFormatterParams",
3169
+ "declaration": {
3170
+ "name": "ActionsMenuFormatterParams",
3171
+ "module": "src/cell-formatters/index.ts"
3172
+ }
3173
+ },
3174
+ {
3175
+ "kind": "js",
3176
+ "name": "actionsMenuFormatter",
3177
+ "declaration": {
3178
+ "name": "actionsMenuFormatter",
3179
+ "module": "src/cell-formatters/index.ts"
3180
+ }
3181
+ },
3182
+ {
3183
+ "kind": "js",
3184
+ "name": "BooleanFormatterParams",
3185
+ "declaration": {
3186
+ "name": "BooleanFormatterParams",
3187
+ "module": "src/cell-formatters/index.ts"
3188
+ }
3189
+ },
3190
+ {
3191
+ "kind": "js",
3192
+ "name": "booleanFormatter",
3193
+ "declaration": {
3194
+ "name": "booleanFormatter",
3195
+ "module": "src/cell-formatters/index.ts"
3196
+ }
3197
+ },
3198
+ {
3199
+ "kind": "js",
3200
+ "name": "EditableFormatterParams",
3201
+ "declaration": {
3202
+ "name": "EditableFormatterParams",
3203
+ "module": "src/cell-formatters/index.ts"
3204
+ }
3205
+ },
3206
+ {
3207
+ "kind": "js",
3208
+ "name": "editableFormatter",
3209
+ "declaration": {
3210
+ "name": "editableFormatter",
3211
+ "module": "src/cell-formatters/index.ts"
3212
+ }
3213
+ },
3214
+ {
3215
+ "kind": "js",
3216
+ "name": "SelectFormatterParams",
3217
+ "declaration": {
3218
+ "name": "SelectFormatterParams",
3219
+ "module": "src/cell-formatters/index.ts"
3220
+ }
3221
+ },
3222
+ {
3223
+ "kind": "js",
3224
+ "name": "selectFormatter",
3225
+ "declaration": {
3226
+ "name": "selectFormatter",
3227
+ "module": "src/cell-formatters/index.ts"
3228
+ }
3229
+ },
3230
+ {
3231
+ "kind": "js",
3232
+ "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
+ },
2945
3343
  {
2946
3344
  "kind": "javascript-module",
2947
3345
  "path": "src/column/column.ts",
@@ -4053,497 +4451,99 @@
4053
4451
  "fieldName": "resourceName"
4054
4452
  },
4055
4453
  {
4056
- "type": {
4057
- "text": "boolean"
4058
- },
4059
- "default": "false",
4060
- "fieldName": "reverse"
4061
- },
4062
- {
4063
- "name": "row-id",
4064
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4065
- "fieldName": "rowIdAttr"
4066
- },
4067
- {
4068
- "name": "restart-on-reconnection",
4069
- "type": {
4070
- "text": "boolean"
4071
- },
4072
- "default": "true",
4073
- "fieldName": "restartOnReconnection"
4074
- },
4075
- {
4076
- "name": "keep-col-defs-on-clear-row-data",
4077
- "type": {
4078
- "text": "boolean"
4079
- },
4080
- "default": "false",
4081
- "description": "Whether to keep column definitions when clearing row data",
4082
- "fieldName": "keepColDefsOnClearRowData"
4083
- }
4084
- ],
4085
- "mixins": [
4086
- {
4087
- "name": "LifecycleMixin",
4088
- "package": "@genesislcap/foundation-utils"
4089
- },
4090
- {
4091
- "name": "DatasourceEventHandler",
4092
- "package": "@genesislcap/foundation-comms"
4093
- }
4094
- ],
4095
- "superclass": {
4096
- "name": "FoundationElement",
4097
- "package": "@microsoft/fast-foundation"
4098
- },
4099
- "tagName": "grid-tabulator-client-side-datasource",
4100
- "customElement": true
4101
- }
4102
- ],
4103
- "exports": [
4104
- {
4105
- "kind": "js",
4106
- "name": "criteriaDelimiter",
4107
- "declaration": {
4108
- "name": "criteriaDelimiter",
4109
- "module": "src/datasource/client-side.datasource.ts"
4110
- }
4111
- },
4112
- {
4113
- "kind": "js",
4114
- "name": "criteriaJoin",
4115
- "declaration": {
4116
- "name": "criteriaJoin",
4117
- "module": "src/datasource/client-side.datasource.ts"
4118
- }
4119
- },
4120
- {
4121
- "kind": "js",
4122
- "name": "GridTabulatorClientSideDatasource",
4123
- "declaration": {
4124
- "name": "GridTabulatorClientSideDatasource",
4125
- "module": "src/datasource/client-side.datasource.ts"
4126
- }
4127
- },
4128
- {
4129
- "kind": "custom-element-definition",
4130
- "name": "grid-tabulator-client-side-datasource",
4131
- "declaration": {
4132
- "name": "GridTabulatorClientSideDatasource",
4133
- "module": "src/datasource/client-side.datasource.ts"
4134
- }
4135
- }
4136
- ]
4137
- },
4138
- {
4139
- "kind": "javascript-module",
4140
- "path": "src/datasource/index.ts",
4141
- "declarations": [],
4142
- "exports": [
4143
- {
4144
- "kind": "js",
4145
- "name": "*",
4146
- "declaration": {
4147
- "name": "*",
4148
- "package": "./client-side.datasource"
4149
- }
4150
- }
4151
- ]
4152
- },
4153
- {
4154
- "kind": "javascript-module",
4155
- "path": "src/cell-formatters/action.formatter.ts",
4156
- "declarations": [
4157
- {
4158
- "kind": "function",
4159
- "name": "actionFormatter",
4160
- "return": {
4161
- "type": {
4162
- "text": ""
4163
- }
4164
- },
4165
- "parameters": [
4166
- {
4167
- "name": "cell",
4168
- "type": {
4169
- "text": "any"
4170
- },
4171
- "description": "The cell component provided by Tabulator"
4172
- },
4173
- {
4174
- "name": "formatterParams",
4175
- "default": "{}",
4176
- "type": {
4177
- "text": "ActionFormatterParams<T>"
4178
- },
4179
- "description": "Action formatter parameters"
4180
- }
4181
- ],
4182
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4183
- "privacy": "public"
4184
- }
4185
- ],
4186
- "exports": [
4187
- {
4188
- "kind": "js",
4189
- "name": "actionFormatter",
4190
- "declaration": {
4191
- "name": "actionFormatter",
4192
- "module": "src/cell-formatters/action.formatter.ts"
4193
- }
4194
- }
4195
- ]
4196
- },
4197
- {
4198
- "kind": "javascript-module",
4199
- "path": "src/cell-formatters/actions-menu.formatter.ts",
4200
- "declarations": [
4201
- {
4202
- "kind": "function",
4203
- "name": "actionsMenuFormatter",
4204
- "return": {
4205
- "type": {
4206
- "text": ""
4207
- }
4208
- },
4209
- "parameters": [
4210
- {
4211
- "name": "cell",
4212
- "type": {
4213
- "text": "any"
4214
- },
4215
- "description": "The cell component provided by Tabulator"
4216
- },
4217
- {
4218
- "name": "formatterParams",
4219
- "default": "{}",
4220
- "type": {
4221
- "text": "ActionsMenuFormatterParams<T>"
4222
- },
4223
- "description": "Actions menu formatter parameters"
4224
- }
4225
- ],
4226
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4227
- "privacy": "public"
4228
- }
4229
- ],
4230
- "exports": [
4231
- {
4232
- "kind": "js",
4233
- "name": "actionsMenuFormatter",
4234
- "declaration": {
4235
- "name": "actionsMenuFormatter",
4236
- "module": "src/cell-formatters/actions-menu.formatter.ts"
4237
- }
4238
- }
4239
- ]
4240
- },
4241
- {
4242
- "kind": "javascript-module",
4243
- "path": "src/cell-formatters/boolean.formatter.ts",
4244
- "declarations": [
4245
- {
4246
- "kind": "function",
4247
- "name": "booleanFormatter",
4248
- "return": {
4249
- "type": {
4250
- "text": ""
4251
- }
4252
- },
4253
- "parameters": [
4254
- {
4255
- "name": "cell",
4256
- "type": {
4257
- "text": "any"
4258
- },
4259
- "description": "The cell component provided by Tabulator"
4260
- },
4261
- {
4262
- "name": "formatterParams",
4263
- "default": "{}",
4264
- "type": {
4265
- "text": "BooleanFormatterParams<T>"
4266
- },
4267
- "description": "Boolean formatter parameters"
4268
- }
4269
- ],
4270
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4271
- "privacy": "public"
4272
- }
4273
- ],
4274
- "exports": [
4275
- {
4276
- "kind": "js",
4277
- "name": "booleanFormatter",
4278
- "declaration": {
4279
- "name": "booleanFormatter",
4280
- "module": "src/cell-formatters/boolean.formatter.ts"
4281
- }
4282
- }
4283
- ]
4284
- },
4285
- {
4286
- "kind": "javascript-module",
4287
- "path": "src/cell-formatters/constants.ts",
4288
- "declarations": [],
4289
- "exports": []
4290
- },
4291
- {
4292
- "kind": "javascript-module",
4293
- "path": "src/cell-formatters/editable.formatter.ts",
4294
- "declarations": [
4295
- {
4296
- "kind": "function",
4297
- "name": "editableFormatter",
4298
- "return": {
4299
- "type": {
4300
- "text": ""
4301
- }
4302
- },
4303
- "parameters": [
4454
+ "type": {
4455
+ "text": "boolean"
4456
+ },
4457
+ "default": "false",
4458
+ "fieldName": "reverse"
4459
+ },
4304
4460
  {
4305
- "name": "cell",
4461
+ "name": "row-id",
4462
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
+ "fieldName": "rowIdAttr"
4464
+ },
4465
+ {
4466
+ "name": "restart-on-reconnection",
4306
4467
  "type": {
4307
- "text": "any"
4468
+ "text": "boolean"
4308
4469
  },
4309
- "description": "The cell component provided by Tabulator"
4470
+ "default": "true",
4471
+ "fieldName": "restartOnReconnection"
4310
4472
  },
4311
4473
  {
4312
- "name": "formatterParams",
4313
- "default": "{}",
4474
+ "name": "keep-col-defs-on-clear-row-data",
4314
4475
  "type": {
4315
- "text": "EditableFormatterParams<T>"
4476
+ "text": "boolean"
4316
4477
  },
4317
- "description": "Editable formatter parameters"
4478
+ "default": "false",
4479
+ "description": "Whether to keep column definitions when clearing row data",
4480
+ "fieldName": "keepColDefsOnClearRowData"
4318
4481
  }
4319
4482
  ],
4320
- "description": "Formatter that displays an editable cell with validation state",
4321
- "privacy": "public"
4322
- }
4323
- ],
4324
- "exports": [
4325
- {
4326
- "kind": "js",
4327
- "name": "editableFormatter",
4328
- "declaration": {
4329
- "name": "editableFormatter",
4330
- "module": "src/cell-formatters/editable.formatter.ts"
4331
- }
4332
- }
4333
- ]
4334
- },
4335
- {
4336
- "kind": "javascript-module",
4337
- "path": "src/cell-formatters/index.ts",
4338
- "declarations": [
4339
- {
4340
- "kind": "variable",
4341
- "name": "formatters",
4342
- "type": {
4343
- "text": "object"
4483
+ "mixins": [
4484
+ {
4485
+ "name": "LifecycleMixin",
4486
+ "package": "@genesislcap/foundation-utils"
4487
+ },
4488
+ {
4489
+ "name": "DatasourceEventHandler",
4490
+ "package": "@genesislcap/foundation-comms"
4491
+ }
4492
+ ],
4493
+ "superclass": {
4494
+ "name": "FoundationElement",
4495
+ "package": "@microsoft/fast-foundation"
4344
4496
  },
4345
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4346
- "description": "Zero formatters for Tabulator grid"
4497
+ "tagName": "grid-tabulator-client-side-datasource",
4498
+ "customElement": true
4347
4499
  }
4348
4500
  ],
4349
4501
  "exports": [
4350
4502
  {
4351
4503
  "kind": "js",
4352
- "name": "*",
4353
- "declaration": {
4354
- "name": "*",
4355
- "package": "./constants"
4356
- }
4357
- },
4358
- {
4359
- "kind": "js",
4360
- "name": "ActionFormatterParams",
4361
- "declaration": {
4362
- "name": "ActionFormatterParams",
4363
- "module": "src/cell-formatters/index.ts"
4364
- }
4365
- },
4366
- {
4367
- "kind": "js",
4368
- "name": "actionFormatter",
4369
- "declaration": {
4370
- "name": "actionFormatter",
4371
- "module": "src/cell-formatters/index.ts"
4372
- }
4373
- },
4374
- {
4375
- "kind": "js",
4376
- "name": "ActionsMenuFormatterParams",
4377
- "declaration": {
4378
- "name": "ActionsMenuFormatterParams",
4379
- "module": "src/cell-formatters/index.ts"
4380
- }
4381
- },
4382
- {
4383
- "kind": "js",
4384
- "name": "actionsMenuFormatter",
4385
- "declaration": {
4386
- "name": "actionsMenuFormatter",
4387
- "module": "src/cell-formatters/index.ts"
4388
- }
4389
- },
4390
- {
4391
- "kind": "js",
4392
- "name": "BooleanFormatterParams",
4393
- "declaration": {
4394
- "name": "BooleanFormatterParams",
4395
- "module": "src/cell-formatters/index.ts"
4396
- }
4397
- },
4398
- {
4399
- "kind": "js",
4400
- "name": "booleanFormatter",
4401
- "declaration": {
4402
- "name": "booleanFormatter",
4403
- "module": "src/cell-formatters/index.ts"
4404
- }
4405
- },
4406
- {
4407
- "kind": "js",
4408
- "name": "EditableFormatterParams",
4409
- "declaration": {
4410
- "name": "EditableFormatterParams",
4411
- "module": "src/cell-formatters/index.ts"
4412
- }
4413
- },
4414
- {
4415
- "kind": "js",
4416
- "name": "editableFormatter",
4417
- "declaration": {
4418
- "name": "editableFormatter",
4419
- "module": "src/cell-formatters/index.ts"
4420
- }
4421
- },
4422
- {
4423
- "kind": "js",
4424
- "name": "SelectFormatterParams",
4425
- "declaration": {
4426
- "name": "SelectFormatterParams",
4427
- "module": "src/cell-formatters/index.ts"
4428
- }
4429
- },
4430
- {
4431
- "kind": "js",
4432
- "name": "selectFormatter",
4504
+ "name": "criteriaDelimiter",
4433
4505
  "declaration": {
4434
- "name": "selectFormatter",
4435
- "module": "src/cell-formatters/index.ts"
4506
+ "name": "criteriaDelimiter",
4507
+ "module": "src/datasource/client-side.datasource.ts"
4436
4508
  }
4437
4509
  },
4438
4510
  {
4439
4511
  "kind": "js",
4440
- "name": "TextFormatterParams",
4512
+ "name": "criteriaJoin",
4441
4513
  "declaration": {
4442
- "name": "TextFormatterParams",
4443
- "module": "src/cell-formatters/index.ts"
4514
+ "name": "criteriaJoin",
4515
+ "module": "src/datasource/client-side.datasource.ts"
4444
4516
  }
4445
4517
  },
4446
4518
  {
4447
4519
  "kind": "js",
4448
- "name": "textFormatter",
4520
+ "name": "GridTabulatorClientSideDatasource",
4449
4521
  "declaration": {
4450
- "name": "textFormatter",
4451
- "module": "src/cell-formatters/index.ts"
4522
+ "name": "GridTabulatorClientSideDatasource",
4523
+ "module": "src/datasource/client-side.datasource.ts"
4452
4524
  }
4453
4525
  },
4454
4526
  {
4455
- "kind": "js",
4456
- "name": "formatters",
4457
- "declaration": {
4458
- "name": "formatters",
4459
- "module": "src/cell-formatters/index.ts"
4460
- }
4461
- }
4462
- ]
4463
- },
4464
- {
4465
- "kind": "javascript-module",
4466
- "path": "src/cell-formatters/select.formatter.ts",
4467
- "declarations": [
4468
- {
4469
- "kind": "function",
4470
- "name": "selectFormatter",
4471
- "return": {
4472
- "type": {
4473
- "text": ""
4474
- }
4475
- },
4476
- "parameters": [
4477
- {
4478
- "name": "cell",
4479
- "type": {
4480
- "text": "any"
4481
- },
4482
- "description": "The cell component provided by Tabulator"
4483
- },
4484
- {
4485
- "name": "formatterParams",
4486
- "type": {
4487
- "text": "SelectFormatterParams<T>"
4488
- },
4489
- "description": "Select formatter parameters"
4490
- }
4491
- ],
4492
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4493
- "privacy": "public"
4494
- }
4495
- ],
4496
- "exports": [
4497
- {
4498
- "kind": "js",
4499
- "name": "selectFormatter",
4527
+ "kind": "custom-element-definition",
4528
+ "name": "grid-tabulator-client-side-datasource",
4500
4529
  "declaration": {
4501
- "name": "selectFormatter",
4502
- "module": "src/cell-formatters/select.formatter.ts"
4530
+ "name": "GridTabulatorClientSideDatasource",
4531
+ "module": "src/datasource/client-side.datasource.ts"
4503
4532
  }
4504
4533
  }
4505
4534
  ]
4506
4535
  },
4507
4536
  {
4508
4537
  "kind": "javascript-module",
4509
- "path": "src/cell-formatters/text.formatter.ts",
4510
- "declarations": [
4511
- {
4512
- "kind": "function",
4513
- "name": "textFormatter",
4514
- "return": {
4515
- "type": {
4516
- "text": ""
4517
- }
4518
- },
4519
- "parameters": [
4520
- {
4521
- "name": "cell",
4522
- "type": {
4523
- "text": "any"
4524
- },
4525
- "description": "The cell component provided by Tabulator"
4526
- },
4527
- {
4528
- "name": "formatterParams",
4529
- "default": "{}",
4530
- "type": {
4531
- "text": "TextFormatterParams<T>"
4532
- },
4533
- "description": "Text formatter parameters"
4534
- }
4535
- ],
4536
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4537
- "privacy": "public"
4538
- }
4539
- ],
4538
+ "path": "src/datasource/index.ts",
4539
+ "declarations": [],
4540
4540
  "exports": [
4541
4541
  {
4542
4542
  "kind": "js",
4543
- "name": "textFormatter",
4543
+ "name": "*",
4544
4544
  "declaration": {
4545
- "name": "textFormatter",
4546
- "module": "src/cell-formatters/text.formatter.ts"
4545
+ "name": "*",
4546
+ "package": "./client-side.datasource"
4547
4547
  }
4548
4548
  }
4549
4549
  ]
@@ -6,7 +6,7 @@ declare const GridTabulatorColumn_base: (new (...args: any[]) => {
6
6
  #_hasFirstLoaded: boolean;
7
7
  #_cleanupTimeout: NodeJS.Timeout;
8
8
  #_shouldForceLifecycle: boolean;
9
- #_blockedDisconnectSurvivedMicrotask: boolean;
9
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
10
10
  cloneNode(deep?: boolean): Node;
11
11
  deepClone(): Node;
12
12
  get shouldRunDisconnect(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../src/column/column.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;kBAyCs5E,CAAC;;;;;;;;8BAAknD,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAw9B,CAAC;4IAAqK,CAAC;wFAAwI,CAAC;+IAA+L,CAAC;2FAAwI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA4mC,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAA8hE,CAAC;;;;;;;;;;;;;6BAA4xB,CAAC;8BAAuE,CAAC;kBAA4D,CAAC;;oBAA8F,CAAC;;sBAAkG,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AAvCniyB;;;;GAIG;AACH,qBAWa,mBAAoB,SAAQ,wBAAiC;IACrD,WAAW,EAAE,WAAW,EAAE,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAM;IAEhD,kBAAkB;IAEhB,SAAS,IAAI,IAAI;CAgB3B"}
1
+ {"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../src/column/column.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;kBAyC8qE,CAAC;;;;;;;;8BAAknD,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAw9B,CAAC;4IAAqK,CAAC;wFAAwI,CAAC;+IAA+L,CAAC;2FAAwI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA4mC,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAA8hE,CAAC;;;;;;;;;;;;;6BAA4xB,CAAC;8BAAuE,CAAC;kBAA4D,CAAC;;oBAA8F,CAAC;;sBAAkG,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AAvC3zxB;;;;GAIG;AACH,qBAWa,mBAAoB,SAAQ,wBAAiC;IACrD,WAAW,EAAE,WAAW,EAAE,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAM;IAEhD,kBAAkB;IAEhB,SAAS,IAAI,IAAI;CAgB3B"}
@@ -45,7 +45,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
45
45
  #_hasFirstLoaded: boolean;
46
46
  #_cleanupTimeout: NodeJS.Timeout;
47
47
  #_shouldForceLifecycle: boolean;
48
- #_blockedDisconnectSurvivedMicrotask: boolean;
48
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
49
49
  cloneNode(deep?: boolean): Node;
50
50
  deepClone(): Node;
51
51
  get shouldRunDisconnect(): boolean;
@@ -86,7 +86,12 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
86
86
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
87
87
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
88
88
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
89
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
89
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options
90
+ /**
91
+ * Returns whether the `row-id` attribute is the default one, depending on the resource type.
92
+ * @internal
93
+ */
94
+ ?: boolean | EventListenerOptions): void;
90
95
  readonly attributes: NamedNodeMap;
91
96
  get classList(): DOMTokenList;
92
97
  set classList(value: string): any;
@@ -1 +1 @@
1
- {"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
11
11
  #_hasFirstLoaded: boolean;
12
12
  #_cleanupTimeout: NodeJS.Timeout;
13
13
  #_shouldForceLifecycle: boolean;
14
- #_blockedDisconnectSurvivedMicrotask: boolean;
14
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
15
15
  cloneNode(deep?: boolean): Node;
16
16
  deepClone(): Node;
17
17
  get shouldRunDisconnect(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D,OAAO,EACL,eAAe,EACf,YAAY,EACZ,cAAc,EACd,aAAa,IAAI,SAAS,EAC3B,MAAM,kBAAkB,CAAC;AAS1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAIrE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAWlC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;;;;;;;;kBA6DpB,CAAA;;;;;;;;8BAoDe,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Cb,CAAC;4IAGG,CAAC;wFAEgB,CAAC;+IAMX,CAAC;2FAIG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAqCG,CAAA;;;;;;;;;;;;;;;;;;;;;;;mBAyD2C,CAAC;;;;;;;;;;;;;6BA8B1E,CAAP;8BAIK,CAAP;kBAGY,CAAC;;oBAQR,CADF;;sBAEI,CAAJ;oBAII,CAAJ;;;;;;;;gDAkBM,CAAR;;;;;;;;;;;;;;;;;;uBAkCkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA8IH,CAAC;yBAGf,CAAJ;UAC0B,GAAG;WAIxB,GAAG;;gBACqC,GAAG;;;;;;;WAOJ,GAAG;YACb,GACjC;;;;;;;;;;;oBAiDE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+Ky3E,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AAzuBr0H;;;;;GAKG;AACH,qBAAa,aAAc,SAAQ,kBAAiC;IACtD,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IAExB,YAAY,SAAgC;IAC5C,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,EAAE,GAAG,EAAE,CAAC;IAC3B,cAAc,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAOjC,sBAAsB,EAAE,OAAO,CAAS;IAEwB,mBAAmB,EAAE,OAAO,CACpF;IAEyC,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;OAEG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAEzE,SAAS,EAAE,MAAM,CAAoB;IAErC,KAAK,EAAE,MAAM,CAAY;IAC/B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAY/C;;;;OAIG;IACsC,cAAc,EAAE,qBAAqB,CAAC;IAE/E;;;;OAIG;IACsD,qBAAqB,UAAS;IAEvF;;;OAGG;IAC2D,kBAAkB,UAAS;IAEzF;;OAEG;IAC0D,iBAAiB,UAAS;IAEvF;;;OAGG;IAC0D,iBAAiB,UAAS;IAEvF;;;OAGG;IACH,mBAAmB,SAA2B;IAE9C,OAAO,CAAC,oBAAoB,CAAS;IACrC;;;OAGG;IACH,OAAO,CAAC,SAAS,CAAwB;IAEzC;;OAEG;IACH,OAAO,CAAC,cAAc,CAEpB;IAEF,iBAAiB,IAAI,IAAI;IAYzB,oBAAoB,IAAI,IAAI;IAW5B;;;;;;;;;;;;OAYG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,OAAO,EAAE,OAAO,EAwE/B;IAED;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAQ9B;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAuB/B;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAgM3B;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAsB3B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAgBzB;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAIxB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IA2B/B,IAAI,uBAAuB,IAAI,OAAO,CAKrC;IAED,aAAa;IAUb,gBAAgB;IAmBhB;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY;IAItF;;;;;;;;;OASG;IACH,cAAc,CACZ,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,EAC7B,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,eAAe,EACxB,MAAM,CAAC,EAAE,cAAc;IAKzB;;;OAGG;IACH,YAAY;IAKZ;;;OAGG;IACH,YAAY;IAIZ;;;OAGG;IACH,MAAM;IAIN,OAAO,CAAC,eAAe,CAAa;IAEpC,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,eAAe;IAOvB;;;;OAIG;IACH,OAAO,CAAC,2BAA2B;IAmCnC;;;OAGG;IACH,OAAO,CAAC,qBAAqB;IAM7B;;OAEG;IACH,OAAO,CAAC,+BAA+B;CAqBxC;AAED;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAA0B,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;CAEtC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;wBAMlC,CAAC"}
@@ -711,7 +711,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
711
711
  #_hasFirstLoaded: boolean;
712
712
  #_cleanupTimeout: NodeJS.Timeout;
713
713
  #_shouldForceLifecycle: boolean;
714
- #_blockedDisconnectSurvivedMicrotask: boolean;
714
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
715
715
  cloneNode(deep?: boolean): Node;
716
716
  deepClone(): Node;
717
717
  get shouldRunDisconnect(): boolean;
@@ -1281,7 +1281,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
1281
1281
  #_hasFirstLoaded: boolean;
1282
1282
  #_cleanupTimeout: NodeJS.Timeout;
1283
1283
  #_shouldForceLifecycle: boolean;
1284
- #_blockedDisconnectSurvivedMicrotask: boolean;
1284
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
1285
1285
  cloneNode(deep?: boolean): Node;
1286
1286
  deepClone(): Node;
1287
1287
  get shouldRunDisconnect(): boolean;
@@ -1322,7 +1322,12 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
1322
1322
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1323
1323
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1324
1324
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1325
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1325
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options
1326
+ /**
1327
+ * Returns whether the `row-id` attribute is the default one, depending on the resource type.
1328
+ * @internal
1329
+ */
1330
+ ?: boolean | EventListenerOptions): void;
1326
1331
  readonly attributes: NamedNodeMap;
1327
1332
  get classList(): DOMTokenList;
1328
1333
  set classList(value: string): any;
@@ -2021,7 +2026,7 @@ declare const GridTabulatorColumn_base: (new (...args: any[]) => {
2021
2026
  #_hasFirstLoaded: boolean;
2022
2027
  #_cleanupTimeout: NodeJS.Timeout;
2023
2028
  #_shouldForceLifecycle: boolean;
2024
- #_blockedDisconnectSurvivedMicrotask: boolean;
2029
+ #_blockedDisconnectSurvivedGracePeriod: boolean;
2025
2030
  cloneNode(deep?: boolean): Node;
2026
2031
  deepClone(): Node;
2027
2032
  get shouldRunDisconnect(): boolean;
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.496.2-alpha-438fb6e.0",
4
+ "version": "14.496.2-alpha-2c4a633.0",
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.496.2-alpha-438fb6e.0",
45
- "@genesislcap/genx": "14.496.2-alpha-438fb6e.0",
46
- "@genesislcap/rollup-builder": "14.496.2-alpha-438fb6e.0",
47
- "@genesislcap/ts-builder": "14.496.2-alpha-438fb6e.0",
48
- "@genesislcap/uvu-playwright-builder": "14.496.2-alpha-438fb6e.0",
49
- "@genesislcap/vite-builder": "14.496.2-alpha-438fb6e.0",
50
- "@genesislcap/webpack-builder": "14.496.2-alpha-438fb6e.0",
44
+ "@genesislcap/foundation-testing": "14.496.2-alpha-2c4a633.0",
45
+ "@genesislcap/genx": "14.496.2-alpha-2c4a633.0",
46
+ "@genesislcap/rollup-builder": "14.496.2-alpha-2c4a633.0",
47
+ "@genesislcap/ts-builder": "14.496.2-alpha-2c4a633.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.496.2-alpha-2c4a633.0",
49
+ "@genesislcap/vite-builder": "14.496.2-alpha-2c4a633.0",
50
+ "@genesislcap/webpack-builder": "14.496.2-alpha-2c4a633.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.496.2-alpha-438fb6e.0",
55
- "@genesislcap/foundation-logger": "14.496.2-alpha-438fb6e.0",
56
- "@genesislcap/foundation-ui": "14.496.2-alpha-438fb6e.0",
57
- "@genesislcap/foundation-utils": "14.496.2-alpha-438fb6e.0",
54
+ "@genesislcap/foundation-comms": "14.496.2-alpha-2c4a633.0",
55
+ "@genesislcap/foundation-logger": "14.496.2-alpha-2c4a633.0",
56
+ "@genesislcap/foundation-ui": "14.496.2-alpha-2c4a633.0",
57
+ "@genesislcap/foundation-utils": "14.496.2-alpha-2c4a633.0",
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": "2ed9d35b5d9fa61cae25e36db270198c2fd0a197"
89
+ "gitHead": "5df68bd8b1d25f3435e5a8e45da2c79c12579f3f"
90
90
  }