@genesislcap/grid-tabulator 14.314.0 → 14.314.1

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
@@ -2936,6 +2936,404 @@
2936
2936
  }
2937
2937
  ]
2938
2938
  },
2939
+ {
2940
+ "kind": "javascript-module",
2941
+ "path": "src/cell-formatters/action.formatter.ts",
2942
+ "declarations": [
2943
+ {
2944
+ "kind": "function",
2945
+ "name": "actionFormatter",
2946
+ "return": {
2947
+ "type": {
2948
+ "text": ""
2949
+ }
2950
+ },
2951
+ "parameters": [
2952
+ {
2953
+ "name": "cell",
2954
+ "type": {
2955
+ "text": "any"
2956
+ },
2957
+ "description": "The cell component provided by Tabulator"
2958
+ },
2959
+ {
2960
+ "name": "formatterParams",
2961
+ "default": "{}",
2962
+ "type": {
2963
+ "text": "ActionFormatterParams<T>"
2964
+ },
2965
+ "description": "Action formatter parameters"
2966
+ }
2967
+ ],
2968
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
+ "privacy": "public"
2970
+ }
2971
+ ],
2972
+ "exports": [
2973
+ {
2974
+ "kind": "js",
2975
+ "name": "actionFormatter",
2976
+ "declaration": {
2977
+ "name": "actionFormatter",
2978
+ "module": "src/cell-formatters/action.formatter.ts"
2979
+ }
2980
+ }
2981
+ ]
2982
+ },
2983
+ {
2984
+ "kind": "javascript-module",
2985
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
2986
+ "declarations": [
2987
+ {
2988
+ "kind": "function",
2989
+ "name": "actionsMenuFormatter",
2990
+ "return": {
2991
+ "type": {
2992
+ "text": ""
2993
+ }
2994
+ },
2995
+ "parameters": [
2996
+ {
2997
+ "name": "cell",
2998
+ "type": {
2999
+ "text": "any"
3000
+ },
3001
+ "description": "The cell component provided by Tabulator"
3002
+ },
3003
+ {
3004
+ "name": "formatterParams",
3005
+ "default": "{}",
3006
+ "type": {
3007
+ "text": "ActionsMenuFormatterParams<T>"
3008
+ },
3009
+ "description": "Actions menu formatter parameters"
3010
+ }
3011
+ ],
3012
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3013
+ "privacy": "public"
3014
+ }
3015
+ ],
3016
+ "exports": [
3017
+ {
3018
+ "kind": "js",
3019
+ "name": "actionsMenuFormatter",
3020
+ "declaration": {
3021
+ "name": "actionsMenuFormatter",
3022
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3023
+ }
3024
+ }
3025
+ ]
3026
+ },
3027
+ {
3028
+ "kind": "javascript-module",
3029
+ "path": "src/cell-formatters/boolean.formatter.ts",
3030
+ "declarations": [
3031
+ {
3032
+ "kind": "function",
3033
+ "name": "booleanFormatter",
3034
+ "return": {
3035
+ "type": {
3036
+ "text": ""
3037
+ }
3038
+ },
3039
+ "parameters": [
3040
+ {
3041
+ "name": "cell",
3042
+ "type": {
3043
+ "text": "any"
3044
+ },
3045
+ "description": "The cell component provided by Tabulator"
3046
+ },
3047
+ {
3048
+ "name": "formatterParams",
3049
+ "default": "{}",
3050
+ "type": {
3051
+ "text": "BooleanFormatterParams<T>"
3052
+ },
3053
+ "description": "Boolean formatter parameters"
3054
+ }
3055
+ ],
3056
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3057
+ "privacy": "public"
3058
+ }
3059
+ ],
3060
+ "exports": [
3061
+ {
3062
+ "kind": "js",
3063
+ "name": "booleanFormatter",
3064
+ "declaration": {
3065
+ "name": "booleanFormatter",
3066
+ "module": "src/cell-formatters/boolean.formatter.ts"
3067
+ }
3068
+ }
3069
+ ]
3070
+ },
3071
+ {
3072
+ "kind": "javascript-module",
3073
+ "path": "src/cell-formatters/constants.ts",
3074
+ "declarations": [],
3075
+ "exports": []
3076
+ },
3077
+ {
3078
+ "kind": "javascript-module",
3079
+ "path": "src/cell-formatters/editable.formatter.ts",
3080
+ "declarations": [
3081
+ {
3082
+ "kind": "function",
3083
+ "name": "editableFormatter",
3084
+ "return": {
3085
+ "type": {
3086
+ "text": ""
3087
+ }
3088
+ },
3089
+ "parameters": [
3090
+ {
3091
+ "name": "cell",
3092
+ "type": {
3093
+ "text": "any"
3094
+ },
3095
+ "description": "The cell component provided by Tabulator"
3096
+ },
3097
+ {
3098
+ "name": "formatterParams",
3099
+ "default": "{}",
3100
+ "type": {
3101
+ "text": "EditableFormatterParams<T>"
3102
+ },
3103
+ "description": "Editable formatter parameters"
3104
+ }
3105
+ ],
3106
+ "description": "Formatter that displays an editable cell with validation state",
3107
+ "privacy": "public"
3108
+ }
3109
+ ],
3110
+ "exports": [
3111
+ {
3112
+ "kind": "js",
3113
+ "name": "editableFormatter",
3114
+ "declaration": {
3115
+ "name": "editableFormatter",
3116
+ "module": "src/cell-formatters/editable.formatter.ts"
3117
+ }
3118
+ }
3119
+ ]
3120
+ },
3121
+ {
3122
+ "kind": "javascript-module",
3123
+ "path": "src/cell-formatters/index.ts",
3124
+ "declarations": [
3125
+ {
3126
+ "kind": "variable",
3127
+ "name": "formatters",
3128
+ "type": {
3129
+ "text": "object"
3130
+ },
3131
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3132
+ "description": "Zero formatters for Tabulator grid"
3133
+ }
3134
+ ],
3135
+ "exports": [
3136
+ {
3137
+ "kind": "js",
3138
+ "name": "*",
3139
+ "declaration": {
3140
+ "name": "*",
3141
+ "package": "./constants"
3142
+ }
3143
+ },
3144
+ {
3145
+ "kind": "js",
3146
+ "name": "ActionFormatterParams",
3147
+ "declaration": {
3148
+ "name": "ActionFormatterParams",
3149
+ "module": "src/cell-formatters/index.ts"
3150
+ }
3151
+ },
3152
+ {
3153
+ "kind": "js",
3154
+ "name": "actionFormatter",
3155
+ "declaration": {
3156
+ "name": "actionFormatter",
3157
+ "module": "src/cell-formatters/index.ts"
3158
+ }
3159
+ },
3160
+ {
3161
+ "kind": "js",
3162
+ "name": "ActionsMenuFormatterParams",
3163
+ "declaration": {
3164
+ "name": "ActionsMenuFormatterParams",
3165
+ "module": "src/cell-formatters/index.ts"
3166
+ }
3167
+ },
3168
+ {
3169
+ "kind": "js",
3170
+ "name": "actionsMenuFormatter",
3171
+ "declaration": {
3172
+ "name": "actionsMenuFormatter",
3173
+ "module": "src/cell-formatters/index.ts"
3174
+ }
3175
+ },
3176
+ {
3177
+ "kind": "js",
3178
+ "name": "BooleanFormatterParams",
3179
+ "declaration": {
3180
+ "name": "BooleanFormatterParams",
3181
+ "module": "src/cell-formatters/index.ts"
3182
+ }
3183
+ },
3184
+ {
3185
+ "kind": "js",
3186
+ "name": "booleanFormatter",
3187
+ "declaration": {
3188
+ "name": "booleanFormatter",
3189
+ "module": "src/cell-formatters/index.ts"
3190
+ }
3191
+ },
3192
+ {
3193
+ "kind": "js",
3194
+ "name": "EditableFormatterParams",
3195
+ "declaration": {
3196
+ "name": "EditableFormatterParams",
3197
+ "module": "src/cell-formatters/index.ts"
3198
+ }
3199
+ },
3200
+ {
3201
+ "kind": "js",
3202
+ "name": "editableFormatter",
3203
+ "declaration": {
3204
+ "name": "editableFormatter",
3205
+ "module": "src/cell-formatters/index.ts"
3206
+ }
3207
+ },
3208
+ {
3209
+ "kind": "js",
3210
+ "name": "SelectFormatterParams",
3211
+ "declaration": {
3212
+ "name": "SelectFormatterParams",
3213
+ "module": "src/cell-formatters/index.ts"
3214
+ }
3215
+ },
3216
+ {
3217
+ "kind": "js",
3218
+ "name": "selectFormatter",
3219
+ "declaration": {
3220
+ "name": "selectFormatter",
3221
+ "module": "src/cell-formatters/index.ts"
3222
+ }
3223
+ },
3224
+ {
3225
+ "kind": "js",
3226
+ "name": "TextFormatterParams",
3227
+ "declaration": {
3228
+ "name": "TextFormatterParams",
3229
+ "module": "src/cell-formatters/index.ts"
3230
+ }
3231
+ },
3232
+ {
3233
+ "kind": "js",
3234
+ "name": "textFormatter",
3235
+ "declaration": {
3236
+ "name": "textFormatter",
3237
+ "module": "src/cell-formatters/index.ts"
3238
+ }
3239
+ },
3240
+ {
3241
+ "kind": "js",
3242
+ "name": "formatters",
3243
+ "declaration": {
3244
+ "name": "formatters",
3245
+ "module": "src/cell-formatters/index.ts"
3246
+ }
3247
+ }
3248
+ ]
3249
+ },
3250
+ {
3251
+ "kind": "javascript-module",
3252
+ "path": "src/cell-formatters/select.formatter.ts",
3253
+ "declarations": [
3254
+ {
3255
+ "kind": "function",
3256
+ "name": "selectFormatter",
3257
+ "return": {
3258
+ "type": {
3259
+ "text": ""
3260
+ }
3261
+ },
3262
+ "parameters": [
3263
+ {
3264
+ "name": "cell",
3265
+ "type": {
3266
+ "text": "any"
3267
+ },
3268
+ "description": "The cell component provided by Tabulator"
3269
+ },
3270
+ {
3271
+ "name": "formatterParams",
3272
+ "type": {
3273
+ "text": "SelectFormatterParams<T>"
3274
+ },
3275
+ "description": "Select formatter parameters"
3276
+ }
3277
+ ],
3278
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3279
+ "privacy": "public"
3280
+ }
3281
+ ],
3282
+ "exports": [
3283
+ {
3284
+ "kind": "js",
3285
+ "name": "selectFormatter",
3286
+ "declaration": {
3287
+ "name": "selectFormatter",
3288
+ "module": "src/cell-formatters/select.formatter.ts"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "kind": "javascript-module",
3295
+ "path": "src/cell-formatters/text.formatter.ts",
3296
+ "declarations": [
3297
+ {
3298
+ "kind": "function",
3299
+ "name": "textFormatter",
3300
+ "return": {
3301
+ "type": {
3302
+ "text": ""
3303
+ }
3304
+ },
3305
+ "parameters": [
3306
+ {
3307
+ "name": "cell",
3308
+ "type": {
3309
+ "text": "any"
3310
+ },
3311
+ "description": "The cell component provided by Tabulator"
3312
+ },
3313
+ {
3314
+ "name": "formatterParams",
3315
+ "default": "{}",
3316
+ "type": {
3317
+ "text": "TextFormatterParams<T>"
3318
+ },
3319
+ "description": "Text formatter parameters"
3320
+ }
3321
+ ],
3322
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
+ "privacy": "public"
3324
+ }
3325
+ ],
3326
+ "exports": [
3327
+ {
3328
+ "kind": "js",
3329
+ "name": "textFormatter",
3330
+ "declaration": {
3331
+ "name": "textFormatter",
3332
+ "module": "src/cell-formatters/text.formatter.ts"
3333
+ }
3334
+ }
3335
+ ]
3336
+ },
2939
3337
  {
2940
3338
  "kind": "javascript-module",
2941
3339
  "path": "src/column/column.ts",
@@ -4033,497 +4431,99 @@
4033
4431
  "fieldName": "resourceName"
4034
4432
  },
4035
4433
  {
4036
- "type": {
4037
- "text": "boolean"
4038
- },
4039
- "default": "false",
4040
- "fieldName": "reverse"
4041
- },
4042
- {
4043
- "name": "row-id",
4044
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4045
- "fieldName": "rowIdAttr"
4046
- },
4047
- {
4048
- "name": "restart-on-reconnection",
4049
- "type": {
4050
- "text": "boolean"
4051
- },
4052
- "default": "true",
4053
- "fieldName": "restartOnReconnection"
4054
- },
4055
- {
4056
- "name": "keep-col-defs-on-clear-row-data",
4057
- "type": {
4058
- "text": "boolean"
4059
- },
4060
- "default": "false",
4061
- "description": "Whether to keep column definitions when clearing row data",
4062
- "fieldName": "keepColDefsOnClearRowData"
4063
- }
4064
- ],
4065
- "mixins": [
4066
- {
4067
- "name": "LifecycleMixin",
4068
- "package": "@genesislcap/foundation-utils"
4069
- },
4070
- {
4071
- "name": "DatasourceEventHandler",
4072
- "package": "@genesislcap/foundation-comms"
4073
- }
4074
- ],
4075
- "superclass": {
4076
- "name": "FoundationElement",
4077
- "package": "@microsoft/fast-foundation"
4078
- },
4079
- "tagName": "grid-tabulator-client-side-datasource",
4080
- "customElement": true
4081
- }
4082
- ],
4083
- "exports": [
4084
- {
4085
- "kind": "js",
4086
- "name": "criteriaDelimiter",
4087
- "declaration": {
4088
- "name": "criteriaDelimiter",
4089
- "module": "src/datasource/client-side.datasource.ts"
4090
- }
4091
- },
4092
- {
4093
- "kind": "js",
4094
- "name": "criteriaJoin",
4095
- "declaration": {
4096
- "name": "criteriaJoin",
4097
- "module": "src/datasource/client-side.datasource.ts"
4098
- }
4099
- },
4100
- {
4101
- "kind": "js",
4102
- "name": "GridTabulatorClientSideDatasource",
4103
- "declaration": {
4104
- "name": "GridTabulatorClientSideDatasource",
4105
- "module": "src/datasource/client-side.datasource.ts"
4106
- }
4107
- },
4108
- {
4109
- "kind": "custom-element-definition",
4110
- "name": "grid-tabulator-client-side-datasource",
4111
- "declaration": {
4112
- "name": "GridTabulatorClientSideDatasource",
4113
- "module": "src/datasource/client-side.datasource.ts"
4114
- }
4115
- }
4116
- ]
4117
- },
4118
- {
4119
- "kind": "javascript-module",
4120
- "path": "src/datasource/index.ts",
4121
- "declarations": [],
4122
- "exports": [
4123
- {
4124
- "kind": "js",
4125
- "name": "*",
4126
- "declaration": {
4127
- "name": "*",
4128
- "package": "./client-side.datasource"
4129
- }
4130
- }
4131
- ]
4132
- },
4133
- {
4134
- "kind": "javascript-module",
4135
- "path": "src/cell-formatters/action.formatter.ts",
4136
- "declarations": [
4137
- {
4138
- "kind": "function",
4139
- "name": "actionFormatter",
4140
- "return": {
4141
- "type": {
4142
- "text": ""
4143
- }
4144
- },
4145
- "parameters": [
4146
- {
4147
- "name": "cell",
4148
- "type": {
4149
- "text": "any"
4150
- },
4151
- "description": "The cell component provided by Tabulator"
4152
- },
4153
- {
4154
- "name": "formatterParams",
4155
- "default": "{}",
4156
- "type": {
4157
- "text": "ActionFormatterParams<T>"
4158
- },
4159
- "description": "Action formatter parameters"
4160
- }
4161
- ],
4162
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4163
- "privacy": "public"
4164
- }
4165
- ],
4166
- "exports": [
4167
- {
4168
- "kind": "js",
4169
- "name": "actionFormatter",
4170
- "declaration": {
4171
- "name": "actionFormatter",
4172
- "module": "src/cell-formatters/action.formatter.ts"
4173
- }
4174
- }
4175
- ]
4176
- },
4177
- {
4178
- "kind": "javascript-module",
4179
- "path": "src/cell-formatters/actions-menu.formatter.ts",
4180
- "declarations": [
4181
- {
4182
- "kind": "function",
4183
- "name": "actionsMenuFormatter",
4184
- "return": {
4185
- "type": {
4186
- "text": ""
4187
- }
4188
- },
4189
- "parameters": [
4190
- {
4191
- "name": "cell",
4192
- "type": {
4193
- "text": "any"
4194
- },
4195
- "description": "The cell component provided by Tabulator"
4196
- },
4197
- {
4198
- "name": "formatterParams",
4199
- "default": "{}",
4200
- "type": {
4201
- "text": "ActionsMenuFormatterParams<T>"
4202
- },
4203
- "description": "Actions menu formatter parameters"
4204
- }
4205
- ],
4206
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4207
- "privacy": "public"
4208
- }
4209
- ],
4210
- "exports": [
4211
- {
4212
- "kind": "js",
4213
- "name": "actionsMenuFormatter",
4214
- "declaration": {
4215
- "name": "actionsMenuFormatter",
4216
- "module": "src/cell-formatters/actions-menu.formatter.ts"
4217
- }
4218
- }
4219
- ]
4220
- },
4221
- {
4222
- "kind": "javascript-module",
4223
- "path": "src/cell-formatters/boolean.formatter.ts",
4224
- "declarations": [
4225
- {
4226
- "kind": "function",
4227
- "name": "booleanFormatter",
4228
- "return": {
4229
- "type": {
4230
- "text": ""
4231
- }
4232
- },
4233
- "parameters": [
4234
- {
4235
- "name": "cell",
4236
- "type": {
4237
- "text": "any"
4238
- },
4239
- "description": "The cell component provided by Tabulator"
4240
- },
4241
- {
4242
- "name": "formatterParams",
4243
- "default": "{}",
4244
- "type": {
4245
- "text": "BooleanFormatterParams<T>"
4246
- },
4247
- "description": "Boolean formatter parameters"
4248
- }
4249
- ],
4250
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4251
- "privacy": "public"
4252
- }
4253
- ],
4254
- "exports": [
4255
- {
4256
- "kind": "js",
4257
- "name": "booleanFormatter",
4258
- "declaration": {
4259
- "name": "booleanFormatter",
4260
- "module": "src/cell-formatters/boolean.formatter.ts"
4261
- }
4262
- }
4263
- ]
4264
- },
4265
- {
4266
- "kind": "javascript-module",
4267
- "path": "src/cell-formatters/constants.ts",
4268
- "declarations": [],
4269
- "exports": []
4270
- },
4271
- {
4272
- "kind": "javascript-module",
4273
- "path": "src/cell-formatters/editable.formatter.ts",
4274
- "declarations": [
4275
- {
4276
- "kind": "function",
4277
- "name": "editableFormatter",
4278
- "return": {
4279
- "type": {
4280
- "text": ""
4281
- }
4282
- },
4283
- "parameters": [
4434
+ "type": {
4435
+ "text": "boolean"
4436
+ },
4437
+ "default": "false",
4438
+ "fieldName": "reverse"
4439
+ },
4284
4440
  {
4285
- "name": "cell",
4441
+ "name": "row-id",
4442
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4443
+ "fieldName": "rowIdAttr"
4444
+ },
4445
+ {
4446
+ "name": "restart-on-reconnection",
4286
4447
  "type": {
4287
- "text": "any"
4448
+ "text": "boolean"
4288
4449
  },
4289
- "description": "The cell component provided by Tabulator"
4450
+ "default": "true",
4451
+ "fieldName": "restartOnReconnection"
4290
4452
  },
4291
4453
  {
4292
- "name": "formatterParams",
4293
- "default": "{}",
4454
+ "name": "keep-col-defs-on-clear-row-data",
4294
4455
  "type": {
4295
- "text": "EditableFormatterParams<T>"
4456
+ "text": "boolean"
4296
4457
  },
4297
- "description": "Editable formatter parameters"
4458
+ "default": "false",
4459
+ "description": "Whether to keep column definitions when clearing row data",
4460
+ "fieldName": "keepColDefsOnClearRowData"
4298
4461
  }
4299
4462
  ],
4300
- "description": "Formatter that displays an editable cell with validation state",
4301
- "privacy": "public"
4302
- }
4303
- ],
4304
- "exports": [
4305
- {
4306
- "kind": "js",
4307
- "name": "editableFormatter",
4308
- "declaration": {
4309
- "name": "editableFormatter",
4310
- "module": "src/cell-formatters/editable.formatter.ts"
4311
- }
4312
- }
4313
- ]
4314
- },
4315
- {
4316
- "kind": "javascript-module",
4317
- "path": "src/cell-formatters/index.ts",
4318
- "declarations": [
4319
- {
4320
- "kind": "variable",
4321
- "name": "formatters",
4322
- "type": {
4323
- "text": "object"
4463
+ "mixins": [
4464
+ {
4465
+ "name": "LifecycleMixin",
4466
+ "package": "@genesislcap/foundation-utils"
4467
+ },
4468
+ {
4469
+ "name": "DatasourceEventHandler",
4470
+ "package": "@genesislcap/foundation-comms"
4471
+ }
4472
+ ],
4473
+ "superclass": {
4474
+ "name": "FoundationElement",
4475
+ "package": "@microsoft/fast-foundation"
4324
4476
  },
4325
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4326
- "description": "Zero formatters for Tabulator grid"
4477
+ "tagName": "grid-tabulator-client-side-datasource",
4478
+ "customElement": true
4327
4479
  }
4328
4480
  ],
4329
4481
  "exports": [
4330
4482
  {
4331
4483
  "kind": "js",
4332
- "name": "*",
4333
- "declaration": {
4334
- "name": "*",
4335
- "package": "./constants"
4336
- }
4337
- },
4338
- {
4339
- "kind": "js",
4340
- "name": "ActionFormatterParams",
4341
- "declaration": {
4342
- "name": "ActionFormatterParams",
4343
- "module": "src/cell-formatters/index.ts"
4344
- }
4345
- },
4346
- {
4347
- "kind": "js",
4348
- "name": "actionFormatter",
4349
- "declaration": {
4350
- "name": "actionFormatter",
4351
- "module": "src/cell-formatters/index.ts"
4352
- }
4353
- },
4354
- {
4355
- "kind": "js",
4356
- "name": "ActionsMenuFormatterParams",
4357
- "declaration": {
4358
- "name": "ActionsMenuFormatterParams",
4359
- "module": "src/cell-formatters/index.ts"
4360
- }
4361
- },
4362
- {
4363
- "kind": "js",
4364
- "name": "actionsMenuFormatter",
4365
- "declaration": {
4366
- "name": "actionsMenuFormatter",
4367
- "module": "src/cell-formatters/index.ts"
4368
- }
4369
- },
4370
- {
4371
- "kind": "js",
4372
- "name": "BooleanFormatterParams",
4373
- "declaration": {
4374
- "name": "BooleanFormatterParams",
4375
- "module": "src/cell-formatters/index.ts"
4376
- }
4377
- },
4378
- {
4379
- "kind": "js",
4380
- "name": "booleanFormatter",
4381
- "declaration": {
4382
- "name": "booleanFormatter",
4383
- "module": "src/cell-formatters/index.ts"
4384
- }
4385
- },
4386
- {
4387
- "kind": "js",
4388
- "name": "EditableFormatterParams",
4389
- "declaration": {
4390
- "name": "EditableFormatterParams",
4391
- "module": "src/cell-formatters/index.ts"
4392
- }
4393
- },
4394
- {
4395
- "kind": "js",
4396
- "name": "editableFormatter",
4397
- "declaration": {
4398
- "name": "editableFormatter",
4399
- "module": "src/cell-formatters/index.ts"
4400
- }
4401
- },
4402
- {
4403
- "kind": "js",
4404
- "name": "SelectFormatterParams",
4405
- "declaration": {
4406
- "name": "SelectFormatterParams",
4407
- "module": "src/cell-formatters/index.ts"
4408
- }
4409
- },
4410
- {
4411
- "kind": "js",
4412
- "name": "selectFormatter",
4484
+ "name": "criteriaDelimiter",
4413
4485
  "declaration": {
4414
- "name": "selectFormatter",
4415
- "module": "src/cell-formatters/index.ts"
4486
+ "name": "criteriaDelimiter",
4487
+ "module": "src/datasource/client-side.datasource.ts"
4416
4488
  }
4417
4489
  },
4418
4490
  {
4419
4491
  "kind": "js",
4420
- "name": "TextFormatterParams",
4492
+ "name": "criteriaJoin",
4421
4493
  "declaration": {
4422
- "name": "TextFormatterParams",
4423
- "module": "src/cell-formatters/index.ts"
4494
+ "name": "criteriaJoin",
4495
+ "module": "src/datasource/client-side.datasource.ts"
4424
4496
  }
4425
4497
  },
4426
4498
  {
4427
4499
  "kind": "js",
4428
- "name": "textFormatter",
4500
+ "name": "GridTabulatorClientSideDatasource",
4429
4501
  "declaration": {
4430
- "name": "textFormatter",
4431
- "module": "src/cell-formatters/index.ts"
4502
+ "name": "GridTabulatorClientSideDatasource",
4503
+ "module": "src/datasource/client-side.datasource.ts"
4432
4504
  }
4433
4505
  },
4434
4506
  {
4435
- "kind": "js",
4436
- "name": "formatters",
4437
- "declaration": {
4438
- "name": "formatters",
4439
- "module": "src/cell-formatters/index.ts"
4440
- }
4441
- }
4442
- ]
4443
- },
4444
- {
4445
- "kind": "javascript-module",
4446
- "path": "src/cell-formatters/select.formatter.ts",
4447
- "declarations": [
4448
- {
4449
- "kind": "function",
4450
- "name": "selectFormatter",
4451
- "return": {
4452
- "type": {
4453
- "text": ""
4454
- }
4455
- },
4456
- "parameters": [
4457
- {
4458
- "name": "cell",
4459
- "type": {
4460
- "text": "any"
4461
- },
4462
- "description": "The cell component provided by Tabulator"
4463
- },
4464
- {
4465
- "name": "formatterParams",
4466
- "type": {
4467
- "text": "SelectFormatterParams<T>"
4468
- },
4469
- "description": "Select formatter parameters"
4470
- }
4471
- ],
4472
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4473
- "privacy": "public"
4474
- }
4475
- ],
4476
- "exports": [
4477
- {
4478
- "kind": "js",
4479
- "name": "selectFormatter",
4507
+ "kind": "custom-element-definition",
4508
+ "name": "grid-tabulator-client-side-datasource",
4480
4509
  "declaration": {
4481
- "name": "selectFormatter",
4482
- "module": "src/cell-formatters/select.formatter.ts"
4510
+ "name": "GridTabulatorClientSideDatasource",
4511
+ "module": "src/datasource/client-side.datasource.ts"
4483
4512
  }
4484
4513
  }
4485
4514
  ]
4486
4515
  },
4487
4516
  {
4488
4517
  "kind": "javascript-module",
4489
- "path": "src/cell-formatters/text.formatter.ts",
4490
- "declarations": [
4491
- {
4492
- "kind": "function",
4493
- "name": "textFormatter",
4494
- "return": {
4495
- "type": {
4496
- "text": ""
4497
- }
4498
- },
4499
- "parameters": [
4500
- {
4501
- "name": "cell",
4502
- "type": {
4503
- "text": "any"
4504
- },
4505
- "description": "The cell component provided by Tabulator"
4506
- },
4507
- {
4508
- "name": "formatterParams",
4509
- "default": "{}",
4510
- "type": {
4511
- "text": "TextFormatterParams<T>"
4512
- },
4513
- "description": "Text formatter parameters"
4514
- }
4515
- ],
4516
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4517
- "privacy": "public"
4518
- }
4519
- ],
4518
+ "path": "src/datasource/index.ts",
4519
+ "declarations": [],
4520
4520
  "exports": [
4521
4521
  {
4522
4522
  "kind": "js",
4523
- "name": "textFormatter",
4523
+ "name": "*",
4524
4524
  "declaration": {
4525
- "name": "textFormatter",
4526
- "module": "src/cell-formatters/text.formatter.ts"
4525
+ "name": "*",
4526
+ "package": "./client-side.datasource"
4527
4527
  }
4528
4528
  }
4529
4529
  ]
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.314.0",
4
+ "version": "14.314.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,20 +39,20 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.314.0",
43
- "@genesislcap/genx": "14.314.0",
44
- "@genesislcap/rollup-builder": "14.314.0",
45
- "@genesislcap/ts-builder": "14.314.0",
46
- "@genesislcap/uvu-playwright-builder": "14.314.0",
47
- "@genesislcap/vite-builder": "14.314.0",
48
- "@genesislcap/webpack-builder": "14.314.0",
42
+ "@genesislcap/foundation-testing": "14.314.1",
43
+ "@genesislcap/genx": "14.314.1",
44
+ "@genesislcap/rollup-builder": "14.314.1",
45
+ "@genesislcap/ts-builder": "14.314.1",
46
+ "@genesislcap/uvu-playwright-builder": "14.314.1",
47
+ "@genesislcap/vite-builder": "14.314.1",
48
+ "@genesislcap/webpack-builder": "14.314.1",
49
49
  "@types/tabulator-tables": "6.2.6"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.314.0",
53
- "@genesislcap/foundation-logger": "14.314.0",
54
- "@genesislcap/foundation-ui": "14.314.0",
55
- "@genesislcap/foundation-utils": "14.314.0",
52
+ "@genesislcap/foundation-comms": "14.314.1",
53
+ "@genesislcap/foundation-logger": "14.314.1",
54
+ "@genesislcap/foundation-ui": "14.314.1",
55
+ "@genesislcap/foundation-utils": "14.314.1",
56
56
  "@microsoft/fast-colors": "5.3.1",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "access": "public"
74
74
  },
75
75
  "customElements": "dist/custom-elements.json",
76
- "gitHead": "d856629cb04122fb6fef47b1fb33fd9412728fef"
76
+ "gitHead": "a9ef8999988cd9fa57d5cc3b92f10cf88fd51d43"
77
77
  }