@genesislcap/grid-tabulator 14.428.2-alpha-257ebec.0 → 14.429.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 +451 -451
  2. package/package.json +13 -13
@@ -3216,6 +3216,404 @@
3216
3216
  }
3217
3217
  ]
3218
3218
  },
3219
+ {
3220
+ "kind": "javascript-module",
3221
+ "path": "src/cell-formatters/action.formatter.ts",
3222
+ "declarations": [
3223
+ {
3224
+ "kind": "function",
3225
+ "name": "actionFormatter",
3226
+ "return": {
3227
+ "type": {
3228
+ "text": ""
3229
+ }
3230
+ },
3231
+ "parameters": [
3232
+ {
3233
+ "name": "cell",
3234
+ "type": {
3235
+ "text": "any"
3236
+ },
3237
+ "description": "The cell component provided by Tabulator"
3238
+ },
3239
+ {
3240
+ "name": "formatterParams",
3241
+ "default": "{}",
3242
+ "type": {
3243
+ "text": "ActionFormatterParams<T>"
3244
+ },
3245
+ "description": "Action formatter parameters"
3246
+ }
3247
+ ],
3248
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3249
+ "privacy": "public"
3250
+ }
3251
+ ],
3252
+ "exports": [
3253
+ {
3254
+ "kind": "js",
3255
+ "name": "actionFormatter",
3256
+ "declaration": {
3257
+ "name": "actionFormatter",
3258
+ "module": "src/cell-formatters/action.formatter.ts"
3259
+ }
3260
+ }
3261
+ ]
3262
+ },
3263
+ {
3264
+ "kind": "javascript-module",
3265
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3266
+ "declarations": [
3267
+ {
3268
+ "kind": "function",
3269
+ "name": "actionsMenuFormatter",
3270
+ "return": {
3271
+ "type": {
3272
+ "text": ""
3273
+ }
3274
+ },
3275
+ "parameters": [
3276
+ {
3277
+ "name": "cell",
3278
+ "type": {
3279
+ "text": "any"
3280
+ },
3281
+ "description": "The cell component provided by Tabulator"
3282
+ },
3283
+ {
3284
+ "name": "formatterParams",
3285
+ "default": "{}",
3286
+ "type": {
3287
+ "text": "ActionsMenuFormatterParams<T>"
3288
+ },
3289
+ "description": "Actions menu formatter parameters"
3290
+ }
3291
+ ],
3292
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3293
+ "privacy": "public"
3294
+ }
3295
+ ],
3296
+ "exports": [
3297
+ {
3298
+ "kind": "js",
3299
+ "name": "actionsMenuFormatter",
3300
+ "declaration": {
3301
+ "name": "actionsMenuFormatter",
3302
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3303
+ }
3304
+ }
3305
+ ]
3306
+ },
3307
+ {
3308
+ "kind": "javascript-module",
3309
+ "path": "src/cell-formatters/boolean.formatter.ts",
3310
+ "declarations": [
3311
+ {
3312
+ "kind": "function",
3313
+ "name": "booleanFormatter",
3314
+ "return": {
3315
+ "type": {
3316
+ "text": ""
3317
+ }
3318
+ },
3319
+ "parameters": [
3320
+ {
3321
+ "name": "cell",
3322
+ "type": {
3323
+ "text": "any"
3324
+ },
3325
+ "description": "The cell component provided by Tabulator"
3326
+ },
3327
+ {
3328
+ "name": "formatterParams",
3329
+ "default": "{}",
3330
+ "type": {
3331
+ "text": "BooleanFormatterParams<T>"
3332
+ },
3333
+ "description": "Boolean formatter parameters"
3334
+ }
3335
+ ],
3336
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3337
+ "privacy": "public"
3338
+ }
3339
+ ],
3340
+ "exports": [
3341
+ {
3342
+ "kind": "js",
3343
+ "name": "booleanFormatter",
3344
+ "declaration": {
3345
+ "name": "booleanFormatter",
3346
+ "module": "src/cell-formatters/boolean.formatter.ts"
3347
+ }
3348
+ }
3349
+ ]
3350
+ },
3351
+ {
3352
+ "kind": "javascript-module",
3353
+ "path": "src/cell-formatters/constants.ts",
3354
+ "declarations": [],
3355
+ "exports": []
3356
+ },
3357
+ {
3358
+ "kind": "javascript-module",
3359
+ "path": "src/cell-formatters/editable.formatter.ts",
3360
+ "declarations": [
3361
+ {
3362
+ "kind": "function",
3363
+ "name": "editableFormatter",
3364
+ "return": {
3365
+ "type": {
3366
+ "text": ""
3367
+ }
3368
+ },
3369
+ "parameters": [
3370
+ {
3371
+ "name": "cell",
3372
+ "type": {
3373
+ "text": "any"
3374
+ },
3375
+ "description": "The cell component provided by Tabulator"
3376
+ },
3377
+ {
3378
+ "name": "formatterParams",
3379
+ "default": "{}",
3380
+ "type": {
3381
+ "text": "EditableFormatterParams<T>"
3382
+ },
3383
+ "description": "Editable formatter parameters"
3384
+ }
3385
+ ],
3386
+ "description": "Formatter that displays an editable cell with validation state",
3387
+ "privacy": "public"
3388
+ }
3389
+ ],
3390
+ "exports": [
3391
+ {
3392
+ "kind": "js",
3393
+ "name": "editableFormatter",
3394
+ "declaration": {
3395
+ "name": "editableFormatter",
3396
+ "module": "src/cell-formatters/editable.formatter.ts"
3397
+ }
3398
+ }
3399
+ ]
3400
+ },
3401
+ {
3402
+ "kind": "javascript-module",
3403
+ "path": "src/cell-formatters/index.ts",
3404
+ "declarations": [
3405
+ {
3406
+ "kind": "variable",
3407
+ "name": "formatters",
3408
+ "type": {
3409
+ "text": "object"
3410
+ },
3411
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3412
+ "description": "Zero formatters for Tabulator grid"
3413
+ }
3414
+ ],
3415
+ "exports": [
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "*",
3419
+ "declaration": {
3420
+ "name": "*",
3421
+ "package": "./constants"
3422
+ }
3423
+ },
3424
+ {
3425
+ "kind": "js",
3426
+ "name": "ActionFormatterParams",
3427
+ "declaration": {
3428
+ "name": "ActionFormatterParams",
3429
+ "module": "src/cell-formatters/index.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "actionFormatter",
3435
+ "declaration": {
3436
+ "name": "actionFormatter",
3437
+ "module": "src/cell-formatters/index.ts"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "js",
3442
+ "name": "ActionsMenuFormatterParams",
3443
+ "declaration": {
3444
+ "name": "ActionsMenuFormatterParams",
3445
+ "module": "src/cell-formatters/index.ts"
3446
+ }
3447
+ },
3448
+ {
3449
+ "kind": "js",
3450
+ "name": "actionsMenuFormatter",
3451
+ "declaration": {
3452
+ "name": "actionsMenuFormatter",
3453
+ "module": "src/cell-formatters/index.ts"
3454
+ }
3455
+ },
3456
+ {
3457
+ "kind": "js",
3458
+ "name": "BooleanFormatterParams",
3459
+ "declaration": {
3460
+ "name": "BooleanFormatterParams",
3461
+ "module": "src/cell-formatters/index.ts"
3462
+ }
3463
+ },
3464
+ {
3465
+ "kind": "js",
3466
+ "name": "booleanFormatter",
3467
+ "declaration": {
3468
+ "name": "booleanFormatter",
3469
+ "module": "src/cell-formatters/index.ts"
3470
+ }
3471
+ },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "EditableFormatterParams",
3475
+ "declaration": {
3476
+ "name": "EditableFormatterParams",
3477
+ "module": "src/cell-formatters/index.ts"
3478
+ }
3479
+ },
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "editableFormatter",
3483
+ "declaration": {
3484
+ "name": "editableFormatter",
3485
+ "module": "src/cell-formatters/index.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "SelectFormatterParams",
3491
+ "declaration": {
3492
+ "name": "SelectFormatterParams",
3493
+ "module": "src/cell-formatters/index.ts"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "js",
3498
+ "name": "selectFormatter",
3499
+ "declaration": {
3500
+ "name": "selectFormatter",
3501
+ "module": "src/cell-formatters/index.ts"
3502
+ }
3503
+ },
3504
+ {
3505
+ "kind": "js",
3506
+ "name": "TextFormatterParams",
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": [
3543
+ {
3544
+ "name": "cell",
3545
+ "type": {
3546
+ "text": "any"
3547
+ },
3548
+ "description": "The cell component provided by Tabulator"
3549
+ },
3550
+ {
3551
+ "name": "formatterParams",
3552
+ "type": {
3553
+ "text": "SelectFormatterParams<T>"
3554
+ },
3555
+ "description": "Select formatter parameters"
3556
+ }
3557
+ ],
3558
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
+ "privacy": "public"
3560
+ }
3561
+ ],
3562
+ "exports": [
3563
+ {
3564
+ "kind": "js",
3565
+ "name": "selectFormatter",
3566
+ "declaration": {
3567
+ "name": "selectFormatter",
3568
+ "module": "src/cell-formatters/select.formatter.ts"
3569
+ }
3570
+ }
3571
+ ]
3572
+ },
3573
+ {
3574
+ "kind": "javascript-module",
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
+ "exports": [
3607
+ {
3608
+ "kind": "js",
3609
+ "name": "textFormatter",
3610
+ "declaration": {
3611
+ "name": "textFormatter",
3612
+ "module": "src/cell-formatters/text.formatter.ts"
3613
+ }
3614
+ }
3615
+ ]
3616
+ },
3219
3617
  {
3220
3618
  "kind": "javascript-module",
3221
3619
  "path": "src/datasource/client-side.datasource.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
  ]
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-257ebec.0",
4
+ "version": "14.429.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-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",
44
+ "@genesislcap/foundation-testing": "14.429.0",
45
+ "@genesislcap/genx": "14.429.0",
46
+ "@genesislcap/rollup-builder": "14.429.0",
47
+ "@genesislcap/ts-builder": "14.429.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.429.0",
49
+ "@genesislcap/vite-builder": "14.429.0",
50
+ "@genesislcap/webpack-builder": "14.429.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
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",
54
+ "@genesislcap/foundation-comms": "14.429.0",
55
+ "@genesislcap/foundation-logger": "14.429.0",
56
+ "@genesislcap/foundation-ui": "14.429.0",
57
+ "@genesislcap/foundation-utils": "14.429.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": "1bc9af761d734595aac8173e23d623e25459f9c3"
89
+ "gitHead": "3584bc77da10f9c2b4207d690ef088d2c8a12496"
90
90
  }