@genesislcap/grid-tabulator 14.264.0 → 14.264.1-alpha-62036fb.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 +501 -501
  2. package/package.json +13 -13
@@ -2954,285 +2954,322 @@
2954
2954
  },
2955
2955
  {
2956
2956
  "kind": "javascript-module",
2957
- "path": "src/column/column.ts",
2957
+ "path": "src/cell-formatters/action.formatter.ts",
2958
2958
  "declarations": [
2959
2959
  {
2960
- "kind": "class",
2961
- "description": "The GridTabulator Column element.",
2962
- "name": "GridTabulatorColumn",
2963
- "members": [
2960
+ "kind": "function",
2961
+ "name": "actionFormatter",
2962
+ "return": {
2963
+ "type": {
2964
+ "text": ""
2965
+ }
2966
+ },
2967
+ "parameters": [
2964
2968
  {
2965
- "kind": "field",
2966
- "name": "slottedCell",
2969
+ "name": "cell",
2967
2970
  "type": {
2968
- "text": "HTMLElement[]"
2971
+ "text": "any"
2969
2972
  },
2970
- "privacy": "public"
2973
+ "description": "The cell component provided by Tabulator"
2971
2974
  },
2972
2975
  {
2973
- "kind": "field",
2974
- "name": "definition",
2976
+ "name": "formatterParams",
2977
+ "default": "{}",
2975
2978
  "type": {
2976
- "text": "Partial<ColumnDefinition>"
2977
- },
2978
- "default": "{}"
2979
- },
2980
- {
2981
- "kind": "method",
2982
- "name": "slottedCellChanged",
2983
- "privacy": "public"
2984
- },
2985
- {
2986
- "kind": "method",
2987
- "name": "deepClone",
2988
- "return": {
2989
- "type": {
2990
- "text": "Node"
2991
- }
2992
- },
2993
- "inheritedFrom": {
2994
- "name": "LifecycleMixin",
2995
- "module": "src/mixins/lifecycle/lifecycle.ts"
2996
- }
2997
- },
2998
- {
2999
- "kind": "method",
3000
- "name": "cloneNode",
3001
- "return": {
3002
- "type": {
3003
- "text": "Node"
3004
- }
2979
+ "text": "ActionFormatterParams"
3005
2980
  },
3006
- "parameters": [
3007
- {
3008
- "name": "deep",
3009
- "optional": true,
3010
- "type": {
3011
- "text": "boolean"
3012
- }
3013
- }
3014
- ],
3015
- "inheritedFrom": {
3016
- "name": "LifecycleMixin",
3017
- "module": "src/mixins/lifecycle/lifecycle.ts"
3018
- }
3019
- },
2981
+ "description": "Action formatter parameters"
2982
+ }
2983
+ ],
2984
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2985
+ "privacy": "public"
2986
+ }
2987
+ ],
2988
+ "exports": [
2989
+ {
2990
+ "kind": "js",
2991
+ "name": "actionFormatter",
2992
+ "declaration": {
2993
+ "name": "actionFormatter",
2994
+ "module": "src/cell-formatters/action.formatter.ts"
2995
+ }
2996
+ }
2997
+ ]
2998
+ },
2999
+ {
3000
+ "kind": "javascript-module",
3001
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3002
+ "declarations": [
3003
+ {
3004
+ "kind": "function",
3005
+ "name": "actionsMenuFormatter",
3006
+ "return": {
3007
+ "type": {
3008
+ "text": ""
3009
+ }
3010
+ },
3011
+ "parameters": [
3020
3012
  {
3021
- "kind": "field",
3022
- "name": "shouldRunDisconnect",
3023
- "return": {
3024
- "type": {
3025
- "text": ""
3026
- }
3013
+ "name": "cell",
3014
+ "type": {
3015
+ "text": "any"
3027
3016
  },
3028
- "readonly": true,
3029
- "inheritedFrom": {
3030
- "name": "LifecycleMixin",
3031
- "module": "src/mixins/lifecycle/lifecycle.ts"
3032
- }
3017
+ "description": "The cell component provided by Tabulator"
3033
3018
  },
3034
3019
  {
3035
- "kind": "field",
3036
- "name": "shouldRunConnect",
3037
- "return": {
3038
- "type": {
3039
- "text": ""
3040
- }
3020
+ "name": "formatterParams",
3021
+ "default": "{}",
3022
+ "type": {
3023
+ "text": "ActionsMenuFormatterParams"
3041
3024
  },
3042
- "readonly": true,
3043
- "inheritedFrom": {
3044
- "name": "LifecycleMixin",
3045
- "module": "src/mixins/lifecycle/lifecycle.ts"
3046
- }
3047
- },
3025
+ "description": "Actions menu formatter parameters"
3026
+ }
3027
+ ],
3028
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3029
+ "privacy": "public"
3030
+ }
3031
+ ],
3032
+ "exports": [
3033
+ {
3034
+ "kind": "js",
3035
+ "name": "actionsMenuFormatter",
3036
+ "declaration": {
3037
+ "name": "actionsMenuFormatter",
3038
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3039
+ }
3040
+ }
3041
+ ]
3042
+ },
3043
+ {
3044
+ "kind": "javascript-module",
3045
+ "path": "src/cell-formatters/boolean.formatter.ts",
3046
+ "declarations": [
3047
+ {
3048
+ "kind": "function",
3049
+ "name": "booleanFormatter",
3050
+ "return": {
3051
+ "type": {
3052
+ "text": ""
3053
+ }
3054
+ },
3055
+ "parameters": [
3048
3056
  {
3049
- "kind": "method",
3050
- "name": "#_blockLifecycleDueToTokenChange",
3051
- "return": {
3052
- "type": {
3053
- "text": "boolean"
3054
- }
3057
+ "name": "cell",
3058
+ "type": {
3059
+ "text": "any"
3055
3060
  },
3056
- "parameters": [
3057
- {
3058
- "name": "lifecycleType",
3059
- "type": {
3060
- "text": "Lifecycletype"
3061
- }
3062
- }
3063
- ],
3064
- "inheritedFrom": {
3065
- "name": "LifecycleMixin",
3066
- "module": "src/mixins/lifecycle/lifecycle.ts"
3067
- }
3061
+ "description": "The cell component provided by Tabulator"
3068
3062
  },
3069
3063
  {
3070
- "kind": "field",
3071
- "name": "_presentation",
3064
+ "name": "formatterParams",
3065
+ "default": "{}",
3072
3066
  "type": {
3073
- "text": "ComponentPresentation | null | undefined"
3067
+ "text": "BooleanFormatterParams"
3074
3068
  },
3075
- "privacy": "private",
3076
- "default": "void 0",
3077
- "inheritedFrom": {
3078
- "name": "FoundationElement",
3079
- "module": "src/foundation-element/foundation-element.ts"
3080
- }
3081
- },
3069
+ "description": "Boolean formatter parameters"
3070
+ }
3071
+ ],
3072
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3073
+ "privacy": "public"
3074
+ }
3075
+ ],
3076
+ "exports": [
3077
+ {
3078
+ "kind": "js",
3079
+ "name": "booleanFormatter",
3080
+ "declaration": {
3081
+ "name": "booleanFormatter",
3082
+ "module": "src/cell-formatters/boolean.formatter.ts"
3083
+ }
3084
+ }
3085
+ ]
3086
+ },
3087
+ {
3088
+ "kind": "javascript-module",
3089
+ "path": "src/cell-formatters/constants.ts",
3090
+ "declarations": [],
3091
+ "exports": []
3092
+ },
3093
+ {
3094
+ "kind": "javascript-module",
3095
+ "path": "src/cell-formatters/editable.formatter.ts",
3096
+ "declarations": [
3097
+ {
3098
+ "kind": "function",
3099
+ "name": "editableFormatter",
3100
+ "return": {
3101
+ "type": {
3102
+ "text": ""
3103
+ }
3104
+ },
3105
+ "parameters": [
3082
3106
  {
3083
- "kind": "field",
3084
- "name": "$presentation",
3107
+ "name": "cell",
3085
3108
  "type": {
3086
- "text": "ComponentPresentation | null"
3109
+ "text": "any"
3087
3110
  },
3088
- "privacy": "public",
3089
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3090
- "inheritedFrom": {
3091
- "name": "FoundationElement",
3092
- "module": "src/foundation-element/foundation-element.ts"
3093
- }
3111
+ "description": "The cell component provided by Tabulator"
3094
3112
  },
3095
3113
  {
3096
- "kind": "field",
3097
- "name": "template",
3114
+ "name": "formatterParams",
3115
+ "default": "{}",
3098
3116
  "type": {
3099
- "text": "ElementViewTemplate | void | null"
3117
+ "text": "EditableFormatterParams"
3100
3118
  },
3101
- "privacy": "public",
3102
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3103
- "inheritedFrom": {
3104
- "name": "FoundationElement",
3105
- "module": "src/foundation-element/foundation-element.ts"
3106
- }
3107
- },
3108
- {
3109
- "kind": "method",
3110
- "name": "templateChanged",
3111
- "privacy": "protected",
3112
- "return": {
3113
- "type": {
3114
- "text": "void"
3115
- }
3116
- },
3117
- "inheritedFrom": {
3118
- "name": "FoundationElement",
3119
- "module": "src/foundation-element/foundation-element.ts"
3120
- }
3121
- },
3122
- {
3123
- "kind": "field",
3124
- "name": "styles",
3125
- "type": {
3126
- "text": "ElementStyles | void | null"
3127
- },
3128
- "privacy": "public",
3129
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3130
- "inheritedFrom": {
3131
- "name": "FoundationElement",
3132
- "module": "src/foundation-element/foundation-element.ts"
3133
- }
3134
- },
3135
- {
3136
- "kind": "method",
3137
- "name": "stylesChanged",
3138
- "privacy": "protected",
3139
- "return": {
3140
- "type": {
3141
- "text": "void"
3142
- }
3143
- },
3144
- "inheritedFrom": {
3145
- "name": "FoundationElement",
3146
- "module": "src/foundation-element/foundation-element.ts"
3147
- }
3148
- },
3149
- {
3150
- "kind": "method",
3151
- "name": "compose",
3152
- "privacy": "public",
3153
- "static": true,
3154
- "return": {
3155
- "type": {
3156
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3157
- }
3158
- },
3159
- "parameters": [
3160
- {
3161
- "name": "this",
3162
- "type": {
3163
- "text": "K"
3164
- }
3165
- },
3166
- {
3167
- "name": "elementDefinition",
3168
- "type": {
3169
- "text": "T"
3170
- },
3171
- "description": "The definition of the element to create the registry\nfunction for."
3172
- }
3173
- ],
3174
- "description": "Defines an element registry function with a set of element definition defaults.",
3175
- "inheritedFrom": {
3176
- "name": "FoundationElement",
3177
- "module": "src/foundation-element/foundation-element.ts"
3178
- }
3179
- }
3180
- ],
3181
- "mixins": [
3182
- {
3183
- "name": "LifecycleMixin",
3184
- "package": "@genesislcap/foundation-utils"
3119
+ "description": "Editable formatter parameters"
3185
3120
  }
3186
3121
  ],
3187
- "superclass": {
3188
- "name": "FoundationElement",
3189
- "package": "@microsoft/fast-foundation"
3190
- },
3191
- "tagName": "grid-tabulator-column",
3192
- "customElement": true
3122
+ "description": "Formatter that displays an editable cell with validation state",
3123
+ "privacy": "public"
3193
3124
  }
3194
3125
  ],
3195
3126
  "exports": [
3196
3127
  {
3197
3128
  "kind": "js",
3198
- "name": "GridTabulatorColumn",
3199
- "declaration": {
3200
- "name": "GridTabulatorColumn",
3201
- "module": "src/column/column.ts"
3202
- }
3203
- },
3204
- {
3205
- "kind": "custom-element-definition",
3206
- "name": "grid-tabulator-column",
3129
+ "name": "editableFormatter",
3207
3130
  "declaration": {
3208
- "name": "GridTabulatorColumn",
3209
- "module": "src/column/column.ts"
3131
+ "name": "editableFormatter",
3132
+ "module": "src/cell-formatters/editable.formatter.ts"
3210
3133
  }
3211
3134
  }
3212
3135
  ]
3213
3136
  },
3214
3137
  {
3215
3138
  "kind": "javascript-module",
3216
- "path": "src/column/index.ts",
3217
- "declarations": [],
3139
+ "path": "src/cell-formatters/index.ts",
3140
+ "declarations": [
3141
+ {
3142
+ "kind": "variable",
3143
+ "name": "formatters",
3144
+ "type": {
3145
+ "text": "object"
3146
+ },
3147
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3148
+ "description": "Zero formatters for Tabulator grid"
3149
+ }
3150
+ ],
3218
3151
  "exports": [
3219
3152
  {
3220
3153
  "kind": "js",
3221
3154
  "name": "*",
3222
3155
  "declaration": {
3223
3156
  "name": "*",
3224
- "package": "./column"
3157
+ "package": "./constants"
3158
+ }
3159
+ },
3160
+ {
3161
+ "kind": "js",
3162
+ "name": "ActionFormatterParams",
3163
+ "declaration": {
3164
+ "name": "ActionFormatterParams",
3165
+ "module": "src/cell-formatters/index.ts"
3166
+ }
3167
+ },
3168
+ {
3169
+ "kind": "js",
3170
+ "name": "actionFormatter",
3171
+ "declaration": {
3172
+ "name": "actionFormatter",
3173
+ "module": "src/cell-formatters/index.ts"
3174
+ }
3175
+ },
3176
+ {
3177
+ "kind": "js",
3178
+ "name": "ActionsMenuFormatterParams",
3179
+ "declaration": {
3180
+ "name": "ActionsMenuFormatterParams",
3181
+ "module": "src/cell-formatters/index.ts"
3182
+ }
3183
+ },
3184
+ {
3185
+ "kind": "js",
3186
+ "name": "actionsMenuFormatter",
3187
+ "declaration": {
3188
+ "name": "actionsMenuFormatter",
3189
+ "module": "src/cell-formatters/index.ts"
3190
+ }
3191
+ },
3192
+ {
3193
+ "kind": "js",
3194
+ "name": "BooleanFormatterParams",
3195
+ "declaration": {
3196
+ "name": "BooleanFormatterParams",
3197
+ "module": "src/cell-formatters/index.ts"
3198
+ }
3199
+ },
3200
+ {
3201
+ "kind": "js",
3202
+ "name": "booleanFormatter",
3203
+ "declaration": {
3204
+ "name": "booleanFormatter",
3205
+ "module": "src/cell-formatters/index.ts"
3206
+ }
3207
+ },
3208
+ {
3209
+ "kind": "js",
3210
+ "name": "EditableFormatterParams",
3211
+ "declaration": {
3212
+ "name": "EditableFormatterParams",
3213
+ "module": "src/cell-formatters/index.ts"
3214
+ }
3215
+ },
3216
+ {
3217
+ "kind": "js",
3218
+ "name": "editableFormatter",
3219
+ "declaration": {
3220
+ "name": "editableFormatter",
3221
+ "module": "src/cell-formatters/index.ts"
3222
+ }
3223
+ },
3224
+ {
3225
+ "kind": "js",
3226
+ "name": "SelectFormatterParams",
3227
+ "declaration": {
3228
+ "name": "SelectFormatterParams",
3229
+ "module": "src/cell-formatters/index.ts"
3230
+ }
3231
+ },
3232
+ {
3233
+ "kind": "js",
3234
+ "name": "selectFormatter",
3235
+ "declaration": {
3236
+ "name": "selectFormatter",
3237
+ "module": "src/cell-formatters/index.ts"
3238
+ }
3239
+ },
3240
+ {
3241
+ "kind": "js",
3242
+ "name": "TextFormatterParams",
3243
+ "declaration": {
3244
+ "name": "TextFormatterParams",
3245
+ "module": "src/cell-formatters/index.ts"
3246
+ }
3247
+ },
3248
+ {
3249
+ "kind": "js",
3250
+ "name": "textFormatter",
3251
+ "declaration": {
3252
+ "name": "textFormatter",
3253
+ "module": "src/cell-formatters/index.ts"
3254
+ }
3255
+ },
3256
+ {
3257
+ "kind": "js",
3258
+ "name": "formatters",
3259
+ "declaration": {
3260
+ "name": "formatters",
3261
+ "module": "src/cell-formatters/index.ts"
3225
3262
  }
3226
3263
  }
3227
3264
  ]
3228
3265
  },
3229
3266
  {
3230
3267
  "kind": "javascript-module",
3231
- "path": "src/cell-formatters/action.formatter.ts",
3268
+ "path": "src/cell-formatters/select.formatter.ts",
3232
3269
  "declarations": [
3233
3270
  {
3234
3271
  "kind": "function",
3235
- "name": "actionFormatter",
3272
+ "name": "selectFormatter",
3236
3273
  "return": {
3237
3274
  "type": {
3238
3275
  "text": ""
@@ -3248,35 +3285,34 @@
3248
3285
  },
3249
3286
  {
3250
3287
  "name": "formatterParams",
3251
- "default": "{}",
3252
3288
  "type": {
3253
- "text": "ActionFormatterParams"
3289
+ "text": "SelectFormatterParams"
3254
3290
  },
3255
- "description": "Action formatter parameters"
3291
+ "description": "Select formatter parameters"
3256
3292
  }
3257
3293
  ],
3258
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3294
+ "description": "Formatter that displays a value from a select list of options\nStyled to match grid-pro select renderer.",
3259
3295
  "privacy": "public"
3260
3296
  }
3261
3297
  ],
3262
3298
  "exports": [
3263
3299
  {
3264
3300
  "kind": "js",
3265
- "name": "actionFormatter",
3301
+ "name": "selectFormatter",
3266
3302
  "declaration": {
3267
- "name": "actionFormatter",
3268
- "module": "src/cell-formatters/action.formatter.ts"
3303
+ "name": "selectFormatter",
3304
+ "module": "src/cell-formatters/select.formatter.ts"
3269
3305
  }
3270
3306
  }
3271
3307
  ]
3272
3308
  },
3273
3309
  {
3274
3310
  "kind": "javascript-module",
3275
- "path": "src/cell-formatters/actions-menu.formatter.ts",
3311
+ "path": "src/cell-formatters/text.formatter.ts",
3276
3312
  "declarations": [
3277
3313
  {
3278
3314
  "kind": "function",
3279
- "name": "actionsMenuFormatter",
3315
+ "name": "textFormatter",
3280
3316
  "return": {
3281
3317
  "type": {
3282
3318
  "text": ""
@@ -3294,332 +3330,296 @@
3294
3330
  "name": "formatterParams",
3295
3331
  "default": "{}",
3296
3332
  "type": {
3297
- "text": "ActionsMenuFormatterParams"
3333
+ "text": "TextFormatterParams"
3298
3334
  },
3299
- "description": "Actions menu formatter parameters"
3335
+ "description": "Text formatter parameters"
3300
3336
  }
3301
3337
  ],
3302
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3338
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3303
3339
  "privacy": "public"
3304
3340
  }
3305
3341
  ],
3306
3342
  "exports": [
3307
3343
  {
3308
3344
  "kind": "js",
3309
- "name": "actionsMenuFormatter",
3345
+ "name": "textFormatter",
3310
3346
  "declaration": {
3311
- "name": "actionsMenuFormatter",
3312
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3347
+ "name": "textFormatter",
3348
+ "module": "src/cell-formatters/text.formatter.ts"
3313
3349
  }
3314
3350
  }
3315
3351
  ]
3316
3352
  },
3317
3353
  {
3318
3354
  "kind": "javascript-module",
3319
- "path": "src/cell-formatters/boolean.formatter.ts",
3355
+ "path": "src/column/column.ts",
3320
3356
  "declarations": [
3321
3357
  {
3322
- "kind": "function",
3323
- "name": "booleanFormatter",
3324
- "return": {
3325
- "type": {
3326
- "text": ""
3327
- }
3328
- },
3329
- "parameters": [
3358
+ "kind": "class",
3359
+ "description": "The GridTabulator Column element.",
3360
+ "name": "GridTabulatorColumn",
3361
+ "members": [
3330
3362
  {
3331
- "name": "cell",
3363
+ "kind": "field",
3364
+ "name": "slottedCell",
3332
3365
  "type": {
3333
- "text": "any"
3366
+ "text": "HTMLElement[]"
3334
3367
  },
3335
- "description": "The cell component provided by Tabulator"
3368
+ "privacy": "public"
3336
3369
  },
3337
3370
  {
3338
- "name": "formatterParams",
3339
- "default": "{}",
3371
+ "kind": "field",
3372
+ "name": "definition",
3340
3373
  "type": {
3341
- "text": "BooleanFormatterParams"
3374
+ "text": "Partial<ColumnDefinition>"
3342
3375
  },
3343
- "description": "Boolean formatter parameters"
3344
- }
3345
- ],
3346
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3347
- "privacy": "public"
3348
- }
3349
- ],
3350
- "exports": [
3351
- {
3352
- "kind": "js",
3353
- "name": "booleanFormatter",
3354
- "declaration": {
3355
- "name": "booleanFormatter",
3356
- "module": "src/cell-formatters/boolean.formatter.ts"
3357
- }
3358
- }
3359
- ]
3360
- },
3361
- {
3362
- "kind": "javascript-module",
3363
- "path": "src/cell-formatters/constants.ts",
3364
- "declarations": [],
3365
- "exports": []
3366
- },
3367
- {
3368
- "kind": "javascript-module",
3369
- "path": "src/cell-formatters/editable.formatter.ts",
3370
- "declarations": [
3371
- {
3372
- "kind": "function",
3373
- "name": "editableFormatter",
3374
- "return": {
3375
- "type": {
3376
- "text": ""
3377
- }
3378
- },
3379
- "parameters": [
3376
+ "default": "{}"
3377
+ },
3380
3378
  {
3381
- "name": "cell",
3379
+ "kind": "method",
3380
+ "name": "slottedCellChanged",
3381
+ "privacy": "public"
3382
+ },
3383
+ {
3384
+ "kind": "method",
3385
+ "name": "deepClone",
3386
+ "return": {
3387
+ "type": {
3388
+ "text": "Node"
3389
+ }
3390
+ },
3391
+ "inheritedFrom": {
3392
+ "name": "LifecycleMixin",
3393
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3394
+ }
3395
+ },
3396
+ {
3397
+ "kind": "method",
3398
+ "name": "cloneNode",
3399
+ "return": {
3400
+ "type": {
3401
+ "text": "Node"
3402
+ }
3403
+ },
3404
+ "parameters": [
3405
+ {
3406
+ "name": "deep",
3407
+ "optional": true,
3408
+ "type": {
3409
+ "text": "boolean"
3410
+ }
3411
+ }
3412
+ ],
3413
+ "inheritedFrom": {
3414
+ "name": "LifecycleMixin",
3415
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "field",
3420
+ "name": "shouldRunDisconnect",
3421
+ "return": {
3422
+ "type": {
3423
+ "text": ""
3424
+ }
3425
+ },
3426
+ "readonly": true,
3427
+ "inheritedFrom": {
3428
+ "name": "LifecycleMixin",
3429
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "field",
3434
+ "name": "shouldRunConnect",
3435
+ "return": {
3436
+ "type": {
3437
+ "text": ""
3438
+ }
3439
+ },
3440
+ "readonly": true,
3441
+ "inheritedFrom": {
3442
+ "name": "LifecycleMixin",
3443
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3444
+ }
3445
+ },
3446
+ {
3447
+ "kind": "method",
3448
+ "name": "#_blockLifecycleDueToTokenChange",
3449
+ "return": {
3450
+ "type": {
3451
+ "text": "boolean"
3452
+ }
3453
+ },
3454
+ "parameters": [
3455
+ {
3456
+ "name": "lifecycleType",
3457
+ "type": {
3458
+ "text": "Lifecycletype"
3459
+ }
3460
+ }
3461
+ ],
3462
+ "inheritedFrom": {
3463
+ "name": "LifecycleMixin",
3464
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3465
+ }
3466
+ },
3467
+ {
3468
+ "kind": "field",
3469
+ "name": "_presentation",
3382
3470
  "type": {
3383
- "text": "any"
3471
+ "text": "ComponentPresentation | null | undefined"
3384
3472
  },
3385
- "description": "The cell component provided by Tabulator"
3473
+ "privacy": "private",
3474
+ "default": "void 0",
3475
+ "inheritedFrom": {
3476
+ "name": "FoundationElement",
3477
+ "module": "src/foundation-element/foundation-element.ts"
3478
+ }
3386
3479
  },
3387
3480
  {
3388
- "name": "formatterParams",
3389
- "default": "{}",
3481
+ "kind": "field",
3482
+ "name": "$presentation",
3390
3483
  "type": {
3391
- "text": "EditableFormatterParams"
3484
+ "text": "ComponentPresentation | null"
3392
3485
  },
3393
- "description": "Editable formatter parameters"
3394
- }
3395
- ],
3396
- "description": "Formatter that displays an editable cell with validation state",
3397
- "privacy": "public"
3398
- }
3399
- ],
3400
- "exports": [
3401
- {
3402
- "kind": "js",
3403
- "name": "editableFormatter",
3404
- "declaration": {
3405
- "name": "editableFormatter",
3406
- "module": "src/cell-formatters/editable.formatter.ts"
3407
- }
3408
- }
3409
- ]
3410
- },
3411
- {
3412
- "kind": "javascript-module",
3413
- "path": "src/cell-formatters/index.ts",
3414
- "declarations": [
3415
- {
3416
- "kind": "variable",
3417
- "name": "formatters",
3418
- "type": {
3419
- "text": "object"
3420
- },
3421
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3422
- "description": "Zero formatters for Tabulator grid"
3423
- }
3424
- ],
3425
- "exports": [
3426
- {
3427
- "kind": "js",
3428
- "name": "*",
3429
- "declaration": {
3430
- "name": "*",
3431
- "package": "./constants"
3432
- }
3433
- },
3434
- {
3435
- "kind": "js",
3436
- "name": "ActionFormatterParams",
3437
- "declaration": {
3438
- "name": "ActionFormatterParams",
3439
- "module": "src/cell-formatters/index.ts"
3440
- }
3441
- },
3442
- {
3443
- "kind": "js",
3444
- "name": "actionFormatter",
3445
- "declaration": {
3446
- "name": "actionFormatter",
3447
- "module": "src/cell-formatters/index.ts"
3448
- }
3449
- },
3450
- {
3451
- "kind": "js",
3452
- "name": "ActionsMenuFormatterParams",
3453
- "declaration": {
3454
- "name": "ActionsMenuFormatterParams",
3455
- "module": "src/cell-formatters/index.ts"
3456
- }
3457
- },
3458
- {
3459
- "kind": "js",
3460
- "name": "actionsMenuFormatter",
3461
- "declaration": {
3462
- "name": "actionsMenuFormatter",
3463
- "module": "src/cell-formatters/index.ts"
3464
- }
3465
- },
3466
- {
3467
- "kind": "js",
3468
- "name": "BooleanFormatterParams",
3469
- "declaration": {
3470
- "name": "BooleanFormatterParams",
3471
- "module": "src/cell-formatters/index.ts"
3472
- }
3473
- },
3474
- {
3475
- "kind": "js",
3476
- "name": "booleanFormatter",
3477
- "declaration": {
3478
- "name": "booleanFormatter",
3479
- "module": "src/cell-formatters/index.ts"
3480
- }
3481
- },
3482
- {
3483
- "kind": "js",
3484
- "name": "EditableFormatterParams",
3485
- "declaration": {
3486
- "name": "EditableFormatterParams",
3487
- "module": "src/cell-formatters/index.ts"
3488
- }
3489
- },
3490
- {
3491
- "kind": "js",
3492
- "name": "editableFormatter",
3493
- "declaration": {
3494
- "name": "editableFormatter",
3495
- "module": "src/cell-formatters/index.ts"
3496
- }
3497
- },
3498
- {
3499
- "kind": "js",
3500
- "name": "SelectFormatterParams",
3501
- "declaration": {
3502
- "name": "SelectFormatterParams",
3503
- "module": "src/cell-formatters/index.ts"
3504
- }
3505
- },
3506
- {
3507
- "kind": "js",
3508
- "name": "selectFormatter",
3509
- "declaration": {
3510
- "name": "selectFormatter",
3511
- "module": "src/cell-formatters/index.ts"
3512
- }
3513
- },
3514
- {
3515
- "kind": "js",
3516
- "name": "TextFormatterParams",
3517
- "declaration": {
3518
- "name": "TextFormatterParams",
3519
- "module": "src/cell-formatters/index.ts"
3520
- }
3521
- },
3522
- {
3523
- "kind": "js",
3524
- "name": "textFormatter",
3525
- "declaration": {
3526
- "name": "textFormatter",
3527
- "module": "src/cell-formatters/index.ts"
3528
- }
3529
- },
3530
- {
3531
- "kind": "js",
3532
- "name": "formatters",
3533
- "declaration": {
3534
- "name": "formatters",
3535
- "module": "src/cell-formatters/index.ts"
3536
- }
3537
- }
3538
- ]
3539
- },
3540
- {
3541
- "kind": "javascript-module",
3542
- "path": "src/cell-formatters/select.formatter.ts",
3543
- "declarations": [
3544
- {
3545
- "kind": "function",
3546
- "name": "selectFormatter",
3547
- "return": {
3548
- "type": {
3549
- "text": ""
3550
- }
3551
- },
3552
- "parameters": [
3486
+ "privacy": "public",
3487
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3488
+ "inheritedFrom": {
3489
+ "name": "FoundationElement",
3490
+ "module": "src/foundation-element/foundation-element.ts"
3491
+ }
3492
+ },
3553
3493
  {
3554
- "name": "cell",
3494
+ "kind": "field",
3495
+ "name": "template",
3555
3496
  "type": {
3556
- "text": "any"
3497
+ "text": "ElementViewTemplate | void | null"
3557
3498
  },
3558
- "description": "The cell component provided by Tabulator"
3499
+ "privacy": "public",
3500
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3501
+ "inheritedFrom": {
3502
+ "name": "FoundationElement",
3503
+ "module": "src/foundation-element/foundation-element.ts"
3504
+ }
3559
3505
  },
3560
3506
  {
3561
- "name": "formatterParams",
3507
+ "kind": "method",
3508
+ "name": "templateChanged",
3509
+ "privacy": "protected",
3510
+ "return": {
3511
+ "type": {
3512
+ "text": "void"
3513
+ }
3514
+ },
3515
+ "inheritedFrom": {
3516
+ "name": "FoundationElement",
3517
+ "module": "src/foundation-element/foundation-element.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "field",
3522
+ "name": "styles",
3562
3523
  "type": {
3563
- "text": "SelectFormatterParams"
3524
+ "text": "ElementStyles | void | null"
3564
3525
  },
3565
- "description": "Select formatter parameters"
3526
+ "privacy": "public",
3527
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3528
+ "inheritedFrom": {
3529
+ "name": "FoundationElement",
3530
+ "module": "src/foundation-element/foundation-element.ts"
3531
+ }
3532
+ },
3533
+ {
3534
+ "kind": "method",
3535
+ "name": "stylesChanged",
3536
+ "privacy": "protected",
3537
+ "return": {
3538
+ "type": {
3539
+ "text": "void"
3540
+ }
3541
+ },
3542
+ "inheritedFrom": {
3543
+ "name": "FoundationElement",
3544
+ "module": "src/foundation-element/foundation-element.ts"
3545
+ }
3546
+ },
3547
+ {
3548
+ "kind": "method",
3549
+ "name": "compose",
3550
+ "privacy": "public",
3551
+ "static": true,
3552
+ "return": {
3553
+ "type": {
3554
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3555
+ }
3556
+ },
3557
+ "parameters": [
3558
+ {
3559
+ "name": "this",
3560
+ "type": {
3561
+ "text": "K"
3562
+ }
3563
+ },
3564
+ {
3565
+ "name": "elementDefinition",
3566
+ "type": {
3567
+ "text": "T"
3568
+ },
3569
+ "description": "The definition of the element to create the registry\nfunction for."
3570
+ }
3571
+ ],
3572
+ "description": "Defines an element registry function with a set of element definition defaults.",
3573
+ "inheritedFrom": {
3574
+ "name": "FoundationElement",
3575
+ "module": "src/foundation-element/foundation-element.ts"
3576
+ }
3566
3577
  }
3567
3578
  ],
3568
- "description": "Formatter that displays a value from a select list of options\nStyled to match grid-pro select renderer.",
3569
- "privacy": "public"
3579
+ "mixins": [
3580
+ {
3581
+ "name": "LifecycleMixin",
3582
+ "package": "@genesislcap/foundation-utils"
3583
+ }
3584
+ ],
3585
+ "superclass": {
3586
+ "name": "FoundationElement",
3587
+ "package": "@microsoft/fast-foundation"
3588
+ },
3589
+ "tagName": "grid-tabulator-column",
3590
+ "customElement": true
3570
3591
  }
3571
3592
  ],
3572
3593
  "exports": [
3573
3594
  {
3574
3595
  "kind": "js",
3575
- "name": "selectFormatter",
3596
+ "name": "GridTabulatorColumn",
3576
3597
  "declaration": {
3577
- "name": "selectFormatter",
3578
- "module": "src/cell-formatters/select.formatter.ts"
3598
+ "name": "GridTabulatorColumn",
3599
+ "module": "src/column/column.ts"
3600
+ }
3601
+ },
3602
+ {
3603
+ "kind": "custom-element-definition",
3604
+ "name": "grid-tabulator-column",
3605
+ "declaration": {
3606
+ "name": "GridTabulatorColumn",
3607
+ "module": "src/column/column.ts"
3579
3608
  }
3580
3609
  }
3581
3610
  ]
3582
3611
  },
3583
3612
  {
3584
3613
  "kind": "javascript-module",
3585
- "path": "src/cell-formatters/text.formatter.ts",
3586
- "declarations": [
3587
- {
3588
- "kind": "function",
3589
- "name": "textFormatter",
3590
- "return": {
3591
- "type": {
3592
- "text": ""
3593
- }
3594
- },
3595
- "parameters": [
3596
- {
3597
- "name": "cell",
3598
- "type": {
3599
- "text": "any"
3600
- },
3601
- "description": "The cell component provided by Tabulator"
3602
- },
3603
- {
3604
- "name": "formatterParams",
3605
- "default": "{}",
3606
- "type": {
3607
- "text": "TextFormatterParams"
3608
- },
3609
- "description": "Text formatter parameters"
3610
- }
3611
- ],
3612
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3613
- "privacy": "public"
3614
- }
3615
- ],
3614
+ "path": "src/column/index.ts",
3615
+ "declarations": [],
3616
3616
  "exports": [
3617
3617
  {
3618
3618
  "kind": "js",
3619
- "name": "textFormatter",
3619
+ "name": "*",
3620
3620
  "declaration": {
3621
- "name": "textFormatter",
3622
- "module": "src/cell-formatters/text.formatter.ts"
3621
+ "name": "*",
3622
+ "package": "./column"
3623
3623
  }
3624
3624
  }
3625
3625
  ]
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.264.0",
4
+ "version": "14.264.1-alpha-62036fb.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,21 +39,21 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.264.0",
43
- "@genesislcap/genx": "14.264.0",
44
- "@genesislcap/rollup-builder": "14.264.0",
45
- "@genesislcap/ts-builder": "14.264.0",
46
- "@genesislcap/uvu-playwright-builder": "14.264.0",
47
- "@genesislcap/vite-builder": "14.264.0",
48
- "@genesislcap/webpack-builder": "14.264.0",
42
+ "@genesislcap/foundation-testing": "14.264.1-alpha-62036fb.0",
43
+ "@genesislcap/genx": "14.264.1-alpha-62036fb.0",
44
+ "@genesislcap/rollup-builder": "14.264.1-alpha-62036fb.0",
45
+ "@genesislcap/ts-builder": "14.264.1-alpha-62036fb.0",
46
+ "@genesislcap/uvu-playwright-builder": "14.264.1-alpha-62036fb.0",
47
+ "@genesislcap/vite-builder": "14.264.1-alpha-62036fb.0",
48
+ "@genesislcap/webpack-builder": "14.264.1-alpha-62036fb.0",
49
49
  "@types/tabulator-tables": "6.2.6",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.264.0",
54
- "@genesislcap/foundation-logger": "14.264.0",
55
- "@genesislcap/foundation-ui": "14.264.0",
56
- "@genesislcap/foundation-utils": "14.264.0",
53
+ "@genesislcap/foundation-comms": "14.264.1-alpha-62036fb.0",
54
+ "@genesislcap/foundation-logger": "14.264.1-alpha-62036fb.0",
55
+ "@genesislcap/foundation-ui": "14.264.1-alpha-62036fb.0",
56
+ "@genesislcap/foundation-utils": "14.264.1-alpha-62036fb.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "f294d9c9b65f3aa42e54e6d25ad1710ea4774aec"
78
+ "gitHead": "cc5ce2ea7a55093368f9922524c41cf72e0460c1"
79
79
  }