@genesislcap/grid-tabulator 14.428.2-alpha-9a52971.0 → 14.428.2-alpha-257ebec.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +440 -440
  2. package/package.json +13 -13
@@ -2942,404 +2942,6 @@
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
- },
3343
2945
  {
3344
2946
  "kind": "javascript-module",
3345
2947
  "path": "src/column/column.ts",
@@ -4463,87 +4065,485 @@
4463
4065
  "fieldName": "rowIdAttr"
4464
4066
  },
4465
4067
  {
4466
- "name": "restart-on-reconnection",
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": [
4304
+ {
4305
+ "name": "cell",
4467
4306
  "type": {
4468
- "text": "boolean"
4307
+ "text": "any"
4469
4308
  },
4470
- "default": "true",
4471
- "fieldName": "restartOnReconnection"
4309
+ "description": "The cell component provided by Tabulator"
4472
4310
  },
4473
4311
  {
4474
- "name": "keep-col-defs-on-clear-row-data",
4312
+ "name": "formatterParams",
4313
+ "default": "{}",
4475
4314
  "type": {
4476
- "text": "boolean"
4315
+ "text": "EditableFormatterParams<T>"
4477
4316
  },
4478
- "default": "false",
4479
- "description": "Whether to keep column definitions when clearing row data",
4480
- "fieldName": "keepColDefsOnClearRowData"
4481
- }
4482
- ],
4483
- "mixins": [
4484
- {
4485
- "name": "LifecycleMixin",
4486
- "package": "@genesislcap/foundation-utils"
4487
- },
4488
- {
4489
- "name": "DatasourceEventHandler",
4490
- "package": "@genesislcap/foundation-comms"
4317
+ "description": "Editable formatter parameters"
4491
4318
  }
4492
4319
  ],
4493
- "superclass": {
4494
- "name": "FoundationElement",
4495
- "package": "@microsoft/fast-foundation"
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"
4496
4344
  },
4497
- "tagName": "grid-tabulator-client-side-datasource",
4498
- "customElement": true
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"
4499
4347
  }
4500
4348
  ],
4501
4349
  "exports": [
4502
4350
  {
4503
4351
  "kind": "js",
4504
- "name": "criteriaDelimiter",
4352
+ "name": "*",
4505
4353
  "declaration": {
4506
- "name": "criteriaDelimiter",
4507
- "module": "src/datasource/client-side.datasource.ts"
4354
+ "name": "*",
4355
+ "package": "./constants"
4508
4356
  }
4509
4357
  },
4510
4358
  {
4511
4359
  "kind": "js",
4512
- "name": "criteriaJoin",
4360
+ "name": "ActionFormatterParams",
4513
4361
  "declaration": {
4514
- "name": "criteriaJoin",
4515
- "module": "src/datasource/client-side.datasource.ts"
4362
+ "name": "ActionFormatterParams",
4363
+ "module": "src/cell-formatters/index.ts"
4516
4364
  }
4517
4365
  },
4518
4366
  {
4519
4367
  "kind": "js",
4520
- "name": "GridTabulatorClientSideDatasource",
4368
+ "name": "actionFormatter",
4521
4369
  "declaration": {
4522
- "name": "GridTabulatorClientSideDatasource",
4523
- "module": "src/datasource/client-side.datasource.ts"
4370
+ "name": "actionFormatter",
4371
+ "module": "src/cell-formatters/index.ts"
4524
4372
  }
4525
4373
  },
4526
4374
  {
4527
- "kind": "custom-element-definition",
4528
- "name": "grid-tabulator-client-side-datasource",
4375
+ "kind": "js",
4376
+ "name": "ActionsMenuFormatterParams",
4529
4377
  "declaration": {
4530
- "name": "GridTabulatorClientSideDatasource",
4531
- "module": "src/datasource/client-side.datasource.ts"
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",
4433
+ "declaration": {
4434
+ "name": "selectFormatter",
4435
+ "module": "src/cell-formatters/index.ts"
4436
+ }
4437
+ },
4438
+ {
4439
+ "kind": "js",
4440
+ "name": "TextFormatterParams",
4441
+ "declaration": {
4442
+ "name": "TextFormatterParams",
4443
+ "module": "src/cell-formatters/index.ts"
4444
+ }
4445
+ },
4446
+ {
4447
+ "kind": "js",
4448
+ "name": "textFormatter",
4449
+ "declaration": {
4450
+ "name": "textFormatter",
4451
+ "module": "src/cell-formatters/index.ts"
4452
+ }
4453
+ },
4454
+ {
4455
+ "kind": "js",
4456
+ "name": "formatters",
4457
+ "declaration": {
4458
+ "name": "formatters",
4459
+ "module": "src/cell-formatters/index.ts"
4532
4460
  }
4533
4461
  }
4534
4462
  ]
4535
4463
  },
4536
4464
  {
4537
4465
  "kind": "javascript-module",
4538
- "path": "src/datasource/index.ts",
4539
- "declarations": [],
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
+ ],
4540
4496
  "exports": [
4541
4497
  {
4542
4498
  "kind": "js",
4543
- "name": "*",
4499
+ "name": "selectFormatter",
4544
4500
  "declaration": {
4545
- "name": "*",
4546
- "package": "./client-side.datasource"
4501
+ "name": "selectFormatter",
4502
+ "module": "src/cell-formatters/select.formatter.ts"
4503
+ }
4504
+ }
4505
+ ]
4506
+ },
4507
+ {
4508
+ "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
+ ],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "textFormatter",
4544
+ "declaration": {
4545
+ "name": "textFormatter",
4546
+ "module": "src/cell-formatters/text.formatter.ts"
4547
4547
  }
4548
4548
  }
4549
4549
  ]
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.428.2-alpha-9a52971.0",
4
+ "version": "14.428.2-alpha-257ebec.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.428.2-alpha-9a52971.0",
45
- "@genesislcap/genx": "14.428.2-alpha-9a52971.0",
46
- "@genesislcap/rollup-builder": "14.428.2-alpha-9a52971.0",
47
- "@genesislcap/ts-builder": "14.428.2-alpha-9a52971.0",
48
- "@genesislcap/uvu-playwright-builder": "14.428.2-alpha-9a52971.0",
49
- "@genesislcap/vite-builder": "14.428.2-alpha-9a52971.0",
50
- "@genesislcap/webpack-builder": "14.428.2-alpha-9a52971.0",
44
+ "@genesislcap/foundation-testing": "14.428.2-alpha-257ebec.0",
45
+ "@genesislcap/genx": "14.428.2-alpha-257ebec.0",
46
+ "@genesislcap/rollup-builder": "14.428.2-alpha-257ebec.0",
47
+ "@genesislcap/ts-builder": "14.428.2-alpha-257ebec.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.428.2-alpha-257ebec.0",
49
+ "@genesislcap/vite-builder": "14.428.2-alpha-257ebec.0",
50
+ "@genesislcap/webpack-builder": "14.428.2-alpha-257ebec.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.428.2-alpha-9a52971.0",
55
- "@genesislcap/foundation-logger": "14.428.2-alpha-9a52971.0",
56
- "@genesislcap/foundation-ui": "14.428.2-alpha-9a52971.0",
57
- "@genesislcap/foundation-utils": "14.428.2-alpha-9a52971.0",
54
+ "@genesislcap/foundation-comms": "14.428.2-alpha-257ebec.0",
55
+ "@genesislcap/foundation-logger": "14.428.2-alpha-257ebec.0",
56
+ "@genesislcap/foundation-ui": "14.428.2-alpha-257ebec.0",
57
+ "@genesislcap/foundation-utils": "14.428.2-alpha-257ebec.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": "75f7b8c06bcb5e0041f38c95629319f5189b813f"
89
+ "gitHead": "1bc9af761d734595aac8173e23d623e25459f9c3"
90
90
  }