@genesislcap/grid-tabulator 14.437.7-alpha-32e8d53.0 → 14.438.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.
@@ -2944,411 +2944,287 @@
2944
2944
  },
2945
2945
  {
2946
2946
  "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
2947
+ "path": "src/column/column.ts",
2948
2948
  "declarations": [
2949
2949
  {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
2950
+ "kind": "class",
2951
+ "description": "The GridTabulator Column element.",
2952
+ "name": "GridTabulatorColumn",
2953
+ "members": [
2958
2954
  {
2959
- "name": "cell",
2955
+ "kind": "field",
2956
+ "name": "slottedCell",
2960
2957
  "type": {
2961
- "text": "any"
2958
+ "text": "HTMLElement[]"
2962
2959
  },
2963
- "description": "The cell component provided by Tabulator"
2960
+ "privacy": "public"
2964
2961
  },
2965
2962
  {
2966
- "name": "formatterParams",
2967
- "default": "{}",
2963
+ "kind": "field",
2964
+ "name": "definition",
2968
2965
  "type": {
2969
- "text": "ActionFormatterParams<T>"
2966
+ "text": "Partial<ColumnDefinition>"
2970
2967
  },
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": [
2968
+ "default": "{}"
2969
+ },
3002
2970
  {
3003
- "name": "cell",
3004
- "type": {
3005
- "text": "any"
2971
+ "kind": "method",
2972
+ "name": "slottedCellChanged",
2973
+ "privacy": "public"
2974
+ },
2975
+ {
2976
+ "kind": "method",
2977
+ "name": "deepClone",
2978
+ "return": {
2979
+ "type": {
2980
+ "text": "Node"
2981
+ }
3006
2982
  },
3007
- "description": "The cell component provided by Tabulator"
2983
+ "inheritedFrom": {
2984
+ "name": "LifecycleMixin",
2985
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2986
+ }
3008
2987
  },
3009
2988
  {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3012
- "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
2989
+ "kind": "method",
2990
+ "name": "cloneNode",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "Node"
2994
+ }
3014
2995
  },
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": [
2996
+ "parameters": [
2997
+ {
2998
+ "name": "deep",
2999
+ "optional": true,
3000
+ "type": {
3001
+ "text": "boolean"
3002
+ }
3003
+ }
3004
+ ],
3005
+ "inheritedFrom": {
3006
+ "name": "LifecycleMixin",
3007
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3008
+ }
3009
+ },
3046
3010
  {
3047
- "name": "cell",
3048
- "type": {
3049
- "text": "any"
3011
+ "kind": "field",
3012
+ "name": "shouldRunDisconnect",
3013
+ "return": {
3014
+ "type": {
3015
+ "text": ""
3016
+ }
3050
3017
  },
3051
- "description": "The cell component provided by Tabulator"
3018
+ "readonly": true,
3019
+ "inheritedFrom": {
3020
+ "name": "LifecycleMixin",
3021
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3022
+ }
3052
3023
  },
3053
3024
  {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3025
+ "kind": "field",
3026
+ "name": "shouldRunConnect",
3027
+ "return": {
3028
+ "type": {
3029
+ "text": ""
3030
+ }
3031
+ },
3032
+ "readonly": true,
3033
+ "inheritedFrom": {
3034
+ "name": "LifecycleMixin",
3035
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3036
+ }
3037
+ },
3038
+ {
3039
+ "kind": "method",
3040
+ "name": "#_blockLifecycleDueToTokenChange",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "boolean"
3044
+ }
3045
+ },
3046
+ "parameters": [
3047
+ {
3048
+ "name": "lifecycleType",
3049
+ "type": {
3050
+ "text": "Lifecycletype"
3051
+ }
3052
+ }
3053
+ ],
3054
+ "inheritedFrom": {
3055
+ "name": "LifecycleMixin",
3056
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3057
+ }
3058
+ },
3059
+ {
3060
+ "kind": "field",
3061
+ "name": "_presentation",
3056
3062
  "type": {
3057
- "text": "BooleanFormatterParams<T>"
3063
+ "text": "ComponentPresentation | null | undefined"
3058
3064
  },
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": [
3065
+ "privacy": "private",
3066
+ "default": "void 0",
3067
+ "inheritedFrom": {
3068
+ "name": "FoundationElement",
3069
+ "module": "src/foundation-element/foundation-element.ts"
3070
+ }
3071
+ },
3096
3072
  {
3097
- "name": "cell",
3073
+ "kind": "field",
3074
+ "name": "$presentation",
3098
3075
  "type": {
3099
- "text": "any"
3076
+ "text": "ComponentPresentation | null"
3100
3077
  },
3101
- "description": "The cell component provided by Tabulator"
3078
+ "privacy": "public",
3079
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3080
+ "inheritedFrom": {
3081
+ "name": "FoundationElement",
3082
+ "module": "src/foundation-element/foundation-element.ts"
3083
+ }
3102
3084
  },
3103
3085
  {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3086
+ "kind": "field",
3087
+ "name": "template",
3106
3088
  "type": {
3107
- "text": "EditableFormatterParams<T>"
3089
+ "text": "ElementViewTemplate | void | null"
3108
3090
  },
3109
- "description": "Editable formatter parameters"
3110
- }
3111
- ],
3112
- "description": "Formatter that displays an editable cell with validation state",
3113
- "privacy": "public"
3091
+ "privacy": "public",
3092
+ "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.",
3093
+ "inheritedFrom": {
3094
+ "name": "FoundationElement",
3095
+ "module": "src/foundation-element/foundation-element.ts"
3096
+ }
3097
+ },
3098
+ {
3099
+ "kind": "method",
3100
+ "name": "templateChanged",
3101
+ "privacy": "protected",
3102
+ "return": {
3103
+ "type": {
3104
+ "text": "void"
3105
+ }
3106
+ },
3107
+ "inheritedFrom": {
3108
+ "name": "FoundationElement",
3109
+ "module": "src/foundation-element/foundation-element.ts"
3110
+ }
3111
+ },
3112
+ {
3113
+ "kind": "field",
3114
+ "name": "styles",
3115
+ "type": {
3116
+ "text": "ElementStyles | void | null"
3117
+ },
3118
+ "privacy": "public",
3119
+ "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.",
3120
+ "inheritedFrom": {
3121
+ "name": "FoundationElement",
3122
+ "module": "src/foundation-element/foundation-element.ts"
3123
+ }
3124
+ },
3125
+ {
3126
+ "kind": "method",
3127
+ "name": "stylesChanged",
3128
+ "privacy": "protected",
3129
+ "return": {
3130
+ "type": {
3131
+ "text": "void"
3132
+ }
3133
+ },
3134
+ "inheritedFrom": {
3135
+ "name": "FoundationElement",
3136
+ "module": "src/foundation-element/foundation-element.ts"
3137
+ }
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "compose",
3142
+ "privacy": "public",
3143
+ "static": true,
3144
+ "return": {
3145
+ "type": {
3146
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3147
+ }
3148
+ },
3149
+ "parameters": [
3150
+ {
3151
+ "name": "this",
3152
+ "type": {
3153
+ "text": "K"
3154
+ }
3155
+ },
3156
+ {
3157
+ "name": "elementDefinition",
3158
+ "type": {
3159
+ "text": "T"
3160
+ },
3161
+ "description": "The definition of the element to create the registry\nfunction for."
3162
+ }
3163
+ ],
3164
+ "description": "Defines an element registry function with a set of element definition defaults.",
3165
+ "inheritedFrom": {
3166
+ "name": "FoundationElement",
3167
+ "module": "src/foundation-element/foundation-element.ts"
3168
+ }
3169
+ }
3170
+ ],
3171
+ "mixins": [
3172
+ {
3173
+ "name": "LifecycleMixin",
3174
+ "package": "@genesislcap/foundation-utils"
3175
+ }
3176
+ ],
3177
+ "superclass": {
3178
+ "name": "FoundationElement",
3179
+ "package": "@microsoft/fast-foundation"
3180
+ },
3181
+ "tagName": "grid-tabulator-column",
3182
+ "customElement": true
3114
3183
  }
3115
3184
  ],
3116
3185
  "exports": [
3117
3186
  {
3118
3187
  "kind": "js",
3119
- "name": "editableFormatter",
3188
+ "name": "GridTabulatorColumn",
3120
3189
  "declaration": {
3121
- "name": "editableFormatter",
3122
- "module": "src/cell-formatters/editable.formatter.ts"
3190
+ "name": "GridTabulatorColumn",
3191
+ "module": "src/column/column.ts"
3192
+ }
3193
+ },
3194
+ {
3195
+ "kind": "custom-element-definition",
3196
+ "name": "grid-tabulator-column",
3197
+ "declaration": {
3198
+ "name": "GridTabulatorColumn",
3199
+ "module": "src/column/column.ts"
3123
3200
  }
3124
3201
  }
3125
3202
  ]
3126
3203
  },
3127
3204
  {
3128
3205
  "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
- ],
3206
+ "path": "src/column/index.ts",
3207
+ "declarations": [],
3141
3208
  "exports": [
3142
3209
  {
3143
3210
  "kind": "js",
3144
3211
  "name": "*",
3145
3212
  "declaration": {
3146
3213
  "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"
3214
+ "package": "./column"
3252
3215
  }
3253
3216
  }
3254
3217
  ]
3255
3218
  },
3256
3219
  {
3257
3220
  "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3221
+ "path": "src/datasource/client-side.datasource.ts",
3259
3222
  "declarations": [
3260
3223
  {
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
- {
3344
- "kind": "javascript-module",
3345
- "path": "src/datasource/client-side.datasource.ts",
3346
- "declarations": [
3347
- {
3348
- "kind": "variable",
3349
- "name": "criteriaDelimiter",
3350
- "type": {
3351
- "text": "string"
3224
+ "kind": "variable",
3225
+ "name": "criteriaDelimiter",
3226
+ "type": {
3227
+ "text": "string"
3352
3228
  },
3353
3229
  "default": "';'",
3354
3230
  "description": "Delimiter for criteria in the datasource"
@@ -4189,322 +4065,526 @@
4189
4065
  "fieldName": "rowIdAttr"
4190
4066
  },
4191
4067
  {
4192
- "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/external/fonts.ts",
4156
+ "declarations": [
4157
+ {
4158
+ "kind": "variable",
4159
+ "name": "tabulatorDefaultFontFace",
4160
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4161
+ },
4162
+ {
4163
+ "kind": "variable",
4164
+ "name": "tabulatorRapidFontFace",
4165
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4166
+ },
4167
+ {
4168
+ "kind": "variable",
4169
+ "name": "gridThemeFontFaceMap",
4170
+ "type": {
4171
+ "text": "GridThemeFontFaceMap"
4172
+ },
4173
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4174
+ },
4175
+ {
4176
+ "kind": "variable",
4177
+ "name": "defaultGridTabulatorFontFace",
4178
+ "default": "tabulatorDefaultFontFace"
4179
+ }
4180
+ ],
4181
+ "exports": [
4182
+ {
4183
+ "kind": "js",
4184
+ "name": "tabulatorDefaultFontFace",
4185
+ "declaration": {
4186
+ "name": "tabulatorDefaultFontFace",
4187
+ "module": "src/external/fonts.ts"
4188
+ }
4189
+ },
4190
+ {
4191
+ "kind": "js",
4192
+ "name": "tabulatorRapidFontFace",
4193
+ "declaration": {
4194
+ "name": "tabulatorRapidFontFace",
4195
+ "module": "src/external/fonts.ts"
4196
+ }
4197
+ },
4198
+ {
4199
+ "kind": "js",
4200
+ "name": "gridThemeFontFaceMap",
4201
+ "declaration": {
4202
+ "name": "gridThemeFontFaceMap",
4203
+ "module": "src/external/fonts.ts"
4204
+ }
4205
+ },
4206
+ {
4207
+ "kind": "js",
4208
+ "name": "defaultGridTabulatorFontFace",
4209
+ "declaration": {
4210
+ "name": "defaultGridTabulatorFontFace",
4211
+ "module": "src/external/fonts.ts"
4212
+ }
4213
+ }
4214
+ ]
4215
+ },
4216
+ {
4217
+ "kind": "javascript-module",
4218
+ "path": "src/external/index.ts",
4219
+ "declarations": [
4220
+ {
4221
+ "kind": "variable",
4222
+ "name": "tabulatorExternalStockStyles",
4223
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4224
+ "description": "External styles for the Tabulator grid.",
4225
+ "privacy": "public"
4226
+ }
4227
+ ],
4228
+ "exports": [
4229
+ {
4230
+ "kind": "js",
4231
+ "name": "tabulatorExternalStockStyles",
4232
+ "declaration": {
4233
+ "name": "tabulatorExternalStockStyles",
4234
+ "module": "src/external/index.ts"
4235
+ }
4236
+ },
4237
+ {
4238
+ "kind": "js",
4239
+ "name": "tabulatorThemeSimpleCSS",
4240
+ "declaration": {
4241
+ "name": "tabulatorThemeSimpleCSS",
4242
+ "module": "src/external/index.ts"
4243
+ }
4244
+ }
4245
+ ]
4246
+ },
4247
+ {
4248
+ "kind": "javascript-module",
4249
+ "path": "src/external/tabulator-theme-simple-css.ts",
4250
+ "declarations": [
4251
+ {
4252
+ "kind": "variable",
4253
+ "name": "tabulatorThemeSimpleCSS",
4254
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4255
+ "description": "External styles for the Tabulator grid.",
4256
+ "privacy": "public"
4257
+ }
4258
+ ],
4259
+ "exports": [
4260
+ {
4261
+ "kind": "js",
4262
+ "name": "tabulatorThemeSimpleCSS",
4263
+ "declaration": {
4264
+ "name": "tabulatorThemeSimpleCSS",
4265
+ "module": "src/external/tabulator-theme-simple-css.ts"
4266
+ }
4267
+ }
4268
+ ]
4269
+ },
4270
+ {
4271
+ "kind": "javascript-module",
4272
+ "path": "src/cell-formatters/action.formatter.ts",
4273
+ "declarations": [
4274
+ {
4275
+ "kind": "function",
4276
+ "name": "actionFormatter",
4277
+ "return": {
4278
+ "type": {
4279
+ "text": ""
4280
+ }
4281
+ },
4282
+ "parameters": [
4283
+ {
4284
+ "name": "cell",
4285
+ "type": {
4286
+ "text": "any"
4287
+ },
4288
+ "description": "The cell component provided by Tabulator"
4289
+ },
4290
+ {
4291
+ "name": "formatterParams",
4292
+ "default": "{}",
4293
+ "type": {
4294
+ "text": "ActionFormatterParams<T>"
4295
+ },
4296
+ "description": "Action formatter parameters"
4297
+ }
4298
+ ],
4299
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4300
+ "privacy": "public"
4301
+ }
4302
+ ],
4303
+ "exports": [
4304
+ {
4305
+ "kind": "js",
4306
+ "name": "actionFormatter",
4307
+ "declaration": {
4308
+ "name": "actionFormatter",
4309
+ "module": "src/cell-formatters/action.formatter.ts"
4310
+ }
4311
+ }
4312
+ ]
4313
+ },
4314
+ {
4315
+ "kind": "javascript-module",
4316
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4317
+ "declarations": [
4318
+ {
4319
+ "kind": "function",
4320
+ "name": "actionsMenuFormatter",
4321
+ "return": {
4322
+ "type": {
4323
+ "text": ""
4324
+ }
4325
+ },
4326
+ "parameters": [
4327
+ {
4328
+ "name": "cell",
4329
+ "type": {
4330
+ "text": "any"
4331
+ },
4332
+ "description": "The cell component provided by Tabulator"
4333
+ },
4334
+ {
4335
+ "name": "formatterParams",
4336
+ "default": "{}",
4337
+ "type": {
4338
+ "text": "ActionsMenuFormatterParams<T>"
4339
+ },
4340
+ "description": "Actions menu formatter parameters"
4341
+ }
4342
+ ],
4343
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4344
+ "privacy": "public"
4345
+ }
4346
+ ],
4347
+ "exports": [
4348
+ {
4349
+ "kind": "js",
4350
+ "name": "actionsMenuFormatter",
4351
+ "declaration": {
4352
+ "name": "actionsMenuFormatter",
4353
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4354
+ }
4355
+ }
4356
+ ]
4357
+ },
4358
+ {
4359
+ "kind": "javascript-module",
4360
+ "path": "src/cell-formatters/boolean.formatter.ts",
4361
+ "declarations": [
4362
+ {
4363
+ "kind": "function",
4364
+ "name": "booleanFormatter",
4365
+ "return": {
4366
+ "type": {
4367
+ "text": ""
4368
+ }
4369
+ },
4370
+ "parameters": [
4371
+ {
4372
+ "name": "cell",
4193
4373
  "type": {
4194
- "text": "boolean"
4374
+ "text": "any"
4195
4375
  },
4196
- "default": "true",
4197
- "fieldName": "restartOnReconnection"
4376
+ "description": "The cell component provided by Tabulator"
4198
4377
  },
4199
4378
  {
4200
- "name": "keep-col-defs-on-clear-row-data",
4379
+ "name": "formatterParams",
4380
+ "default": "{}",
4201
4381
  "type": {
4202
- "text": "boolean"
4382
+ "text": "BooleanFormatterParams<T>"
4203
4383
  },
4204
- "default": "false",
4205
- "description": "Whether to keep column definitions when clearing row data",
4206
- "fieldName": "keepColDefsOnClearRowData"
4207
- }
4208
- ],
4209
- "mixins": [
4210
- {
4211
- "name": "LifecycleMixin",
4212
- "package": "@genesislcap/foundation-utils"
4213
- },
4214
- {
4215
- "name": "DatasourceEventHandler",
4216
- "package": "@genesislcap/foundation-comms"
4384
+ "description": "Boolean formatter parameters"
4217
4385
  }
4218
4386
  ],
4219
- "superclass": {
4220
- "name": "FoundationElement",
4221
- "package": "@microsoft/fast-foundation"
4222
- },
4223
- "tagName": "grid-tabulator-client-side-datasource",
4224
- "customElement": true
4387
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4388
+ "privacy": "public"
4225
4389
  }
4226
4390
  ],
4227
4391
  "exports": [
4228
4392
  {
4229
4393
  "kind": "js",
4230
- "name": "criteriaDelimiter",
4231
- "declaration": {
4232
- "name": "criteriaDelimiter",
4233
- "module": "src/datasource/client-side.datasource.ts"
4234
- }
4235
- },
4236
- {
4237
- "kind": "js",
4238
- "name": "criteriaJoin",
4239
- "declaration": {
4240
- "name": "criteriaJoin",
4241
- "module": "src/datasource/client-side.datasource.ts"
4242
- }
4243
- },
4244
- {
4245
- "kind": "js",
4246
- "name": "GridTabulatorClientSideDatasource",
4247
- "declaration": {
4248
- "name": "GridTabulatorClientSideDatasource",
4249
- "module": "src/datasource/client-side.datasource.ts"
4250
- }
4251
- },
4252
- {
4253
- "kind": "custom-element-definition",
4254
- "name": "grid-tabulator-client-side-datasource",
4394
+ "name": "booleanFormatter",
4255
4395
  "declaration": {
4256
- "name": "GridTabulatorClientSideDatasource",
4257
- "module": "src/datasource/client-side.datasource.ts"
4396
+ "name": "booleanFormatter",
4397
+ "module": "src/cell-formatters/boolean.formatter.ts"
4258
4398
  }
4259
4399
  }
4260
4400
  ]
4261
4401
  },
4262
4402
  {
4263
4403
  "kind": "javascript-module",
4264
- "path": "src/datasource/index.ts",
4404
+ "path": "src/cell-formatters/constants.ts",
4265
4405
  "declarations": [],
4406
+ "exports": []
4407
+ },
4408
+ {
4409
+ "kind": "javascript-module",
4410
+ "path": "src/cell-formatters/editable.formatter.ts",
4411
+ "declarations": [
4412
+ {
4413
+ "kind": "function",
4414
+ "name": "editableFormatter",
4415
+ "return": {
4416
+ "type": {
4417
+ "text": ""
4418
+ }
4419
+ },
4420
+ "parameters": [
4421
+ {
4422
+ "name": "cell",
4423
+ "type": {
4424
+ "text": "any"
4425
+ },
4426
+ "description": "The cell component provided by Tabulator"
4427
+ },
4428
+ {
4429
+ "name": "formatterParams",
4430
+ "default": "{}",
4431
+ "type": {
4432
+ "text": "EditableFormatterParams<T>"
4433
+ },
4434
+ "description": "Editable formatter parameters"
4435
+ }
4436
+ ],
4437
+ "description": "Formatter that displays an editable cell with validation state",
4438
+ "privacy": "public"
4439
+ }
4440
+ ],
4266
4441
  "exports": [
4267
4442
  {
4268
4443
  "kind": "js",
4269
- "name": "*",
4444
+ "name": "editableFormatter",
4270
4445
  "declaration": {
4271
- "name": "*",
4272
- "package": "./client-side.datasource"
4446
+ "name": "editableFormatter",
4447
+ "module": "src/cell-formatters/editable.formatter.ts"
4273
4448
  }
4274
4449
  }
4275
4450
  ]
4276
4451
  },
4277
4452
  {
4278
4453
  "kind": "javascript-module",
4279
- "path": "src/external/fonts.ts",
4454
+ "path": "src/cell-formatters/index.ts",
4280
4455
  "declarations": [
4281
4456
  {
4282
4457
  "kind": "variable",
4283
- "name": "tabulatorDefaultFontFace",
4284
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4285
- },
4286
- {
4287
- "kind": "variable",
4288
- "name": "tabulatorRapidFontFace",
4289
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4290
- },
4291
- {
4292
- "kind": "variable",
4293
- "name": "gridThemeFontFaceMap",
4458
+ "name": "formatters",
4294
4459
  "type": {
4295
- "text": "GridThemeFontFaceMap"
4460
+ "text": "object"
4296
4461
  },
4297
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4298
- },
4299
- {
4300
- "kind": "variable",
4301
- "name": "defaultGridTabulatorFontFace",
4302
- "default": "tabulatorDefaultFontFace"
4462
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4463
+ "description": "Zero formatters for Tabulator grid"
4303
4464
  }
4304
4465
  ],
4305
4466
  "exports": [
4306
4467
  {
4307
4468
  "kind": "js",
4308
- "name": "tabulatorDefaultFontFace",
4469
+ "name": "*",
4309
4470
  "declaration": {
4310
- "name": "tabulatorDefaultFontFace",
4311
- "module": "src/external/fonts.ts"
4471
+ "name": "*",
4472
+ "package": "./constants"
4312
4473
  }
4313
4474
  },
4314
4475
  {
4315
4476
  "kind": "js",
4316
- "name": "tabulatorRapidFontFace",
4477
+ "name": "ActionFormatterParams",
4317
4478
  "declaration": {
4318
- "name": "tabulatorRapidFontFace",
4319
- "module": "src/external/fonts.ts"
4479
+ "name": "ActionFormatterParams",
4480
+ "module": "src/cell-formatters/index.ts"
4320
4481
  }
4321
4482
  },
4322
4483
  {
4323
4484
  "kind": "js",
4324
- "name": "gridThemeFontFaceMap",
4485
+ "name": "actionFormatter",
4325
4486
  "declaration": {
4326
- "name": "gridThemeFontFaceMap",
4327
- "module": "src/external/fonts.ts"
4487
+ "name": "actionFormatter",
4488
+ "module": "src/cell-formatters/index.ts"
4328
4489
  }
4329
4490
  },
4330
4491
  {
4331
4492
  "kind": "js",
4332
- "name": "defaultGridTabulatorFontFace",
4493
+ "name": "ActionsMenuFormatterParams",
4333
4494
  "declaration": {
4334
- "name": "defaultGridTabulatorFontFace",
4335
- "module": "src/external/fonts.ts"
4495
+ "name": "ActionsMenuFormatterParams",
4496
+ "module": "src/cell-formatters/index.ts"
4336
4497
  }
4337
- }
4338
- ]
4339
- },
4340
- {
4341
- "kind": "javascript-module",
4342
- "path": "src/external/index.ts",
4343
- "declarations": [
4344
- {
4345
- "kind": "variable",
4346
- "name": "tabulatorExternalStockStyles",
4347
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4348
- "description": "External styles for the Tabulator grid.",
4349
- "privacy": "public"
4350
- }
4351
- ],
4352
- "exports": [
4498
+ },
4353
4499
  {
4354
4500
  "kind": "js",
4355
- "name": "tabulatorExternalStockStyles",
4501
+ "name": "actionsMenuFormatter",
4356
4502
  "declaration": {
4357
- "name": "tabulatorExternalStockStyles",
4358
- "module": "src/external/index.ts"
4503
+ "name": "actionsMenuFormatter",
4504
+ "module": "src/cell-formatters/index.ts"
4359
4505
  }
4360
4506
  },
4361
4507
  {
4362
4508
  "kind": "js",
4363
- "name": "tabulatorThemeSimpleCSS",
4509
+ "name": "BooleanFormatterParams",
4364
4510
  "declaration": {
4365
- "name": "tabulatorThemeSimpleCSS",
4366
- "module": "src/external/index.ts"
4511
+ "name": "BooleanFormatterParams",
4512
+ "module": "src/cell-formatters/index.ts"
4367
4513
  }
4368
- }
4369
- ]
4370
- },
4371
- {
4372
- "kind": "javascript-module",
4373
- "path": "src/external/tabulator-theme-simple-css.ts",
4374
- "declarations": [
4514
+ },
4375
4515
  {
4376
- "kind": "variable",
4377
- "name": "tabulatorThemeSimpleCSS",
4378
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4379
- "description": "External styles for the Tabulator grid.",
4380
- "privacy": "public"
4381
- }
4382
- ],
4383
- "exports": [
4516
+ "kind": "js",
4517
+ "name": "booleanFormatter",
4518
+ "declaration": {
4519
+ "name": "booleanFormatter",
4520
+ "module": "src/cell-formatters/index.ts"
4521
+ }
4522
+ },
4384
4523
  {
4385
4524
  "kind": "js",
4386
- "name": "tabulatorThemeSimpleCSS",
4525
+ "name": "EditableFormatterParams",
4387
4526
  "declaration": {
4388
- "name": "tabulatorThemeSimpleCSS",
4389
- "module": "src/external/tabulator-theme-simple-css.ts"
4527
+ "name": "EditableFormatterParams",
4528
+ "module": "src/cell-formatters/index.ts"
4390
4529
  }
4391
- }
4392
- ]
4393
- },
4394
- {
4395
- "kind": "javascript-module",
4396
- "path": "src/style/colors.ts",
4397
- "declarations": [],
4398
- "exports": []
4399
- },
4400
- {
4401
- "kind": "javascript-module",
4402
- "path": "src/style/index.ts",
4403
- "declarations": [],
4404
- "exports": [
4530
+ },
4405
4531
  {
4406
4532
  "kind": "js",
4407
- "name": "*",
4533
+ "name": "editableFormatter",
4408
4534
  "declaration": {
4409
- "name": "*",
4410
- "package": "./colors"
4535
+ "name": "editableFormatter",
4536
+ "module": "src/cell-formatters/index.ts"
4411
4537
  }
4412
4538
  },
4413
4539
  {
4414
4540
  "kind": "js",
4415
- "name": "*",
4541
+ "name": "SelectFormatterParams",
4416
4542
  "declaration": {
4417
- "name": "*",
4418
- "package": "./tokens"
4543
+ "name": "SelectFormatterParams",
4544
+ "module": "src/cell-formatters/index.ts"
4419
4545
  }
4420
- }
4421
- ]
4422
- },
4423
- {
4424
- "kind": "javascript-module",
4425
- "path": "src/style/tokens.ts",
4426
- "declarations": [],
4427
- "exports": []
4428
- },
4429
- {
4430
- "kind": "javascript-module",
4431
- "path": "src/utils/index.ts",
4432
- "declarations": [],
4433
- "exports": [
4546
+ },
4434
4547
  {
4435
4548
  "kind": "js",
4436
- "name": "*",
4549
+ "name": "selectFormatter",
4437
4550
  "declaration": {
4438
- "name": "*",
4439
- "package": "./logger"
4551
+ "name": "selectFormatter",
4552
+ "module": "src/cell-formatters/index.ts"
4440
4553
  }
4441
4554
  },
4442
4555
  {
4443
4556
  "kind": "js",
4444
- "name": "*",
4557
+ "name": "TextFormatterParams",
4445
4558
  "declaration": {
4446
- "name": "*",
4447
- "package": "./string-utils"
4559
+ "name": "TextFormatterParams",
4560
+ "module": "src/cell-formatters/index.ts"
4448
4561
  }
4449
4562
  },
4450
4563
  {
4451
4564
  "kind": "js",
4452
- "name": "*",
4565
+ "name": "textFormatter",
4453
4566
  "declaration": {
4454
- "name": "*",
4455
- "package": "./test-id-utils"
4567
+ "name": "textFormatter",
4568
+ "module": "src/cell-formatters/index.ts"
4456
4569
  }
4457
- }
4458
- ]
4459
- },
4460
- {
4461
- "kind": "javascript-module",
4462
- "path": "src/utils/logger.ts",
4463
- "declarations": [
4464
- {
4465
- "kind": "variable",
4466
- "name": "logger",
4467
- "description": "Logger for the `grid-tabulator` package",
4468
- "privacy": "public"
4469
- }
4470
- ],
4471
- "exports": [
4570
+ },
4472
4571
  {
4473
4572
  "kind": "js",
4474
- "name": "logger",
4573
+ "name": "formatters",
4475
4574
  "declaration": {
4476
- "name": "logger",
4477
- "module": "src/utils/logger.ts"
4575
+ "name": "formatters",
4576
+ "module": "src/cell-formatters/index.ts"
4478
4577
  }
4479
4578
  }
4480
4579
  ]
4481
4580
  },
4482
4581
  {
4483
4582
  "kind": "javascript-module",
4484
- "path": "src/utils/string-utils.ts",
4583
+ "path": "src/cell-formatters/select.formatter.ts",
4485
4584
  "declarations": [
4486
4585
  {
4487
4586
  "kind": "function",
4488
- "name": "convertToKebabCase",
4489
- "return": {
4490
- "type": {
4491
- "text": ""
4492
- }
4493
- },
4494
- "parameters": [
4495
- {
4496
- "name": "str",
4497
- "type": {
4498
- "text": "string"
4499
- },
4500
- "description": "The string to convert"
4501
- }
4502
- ],
4503
- "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4504
- },
4505
- {
4506
- "kind": "function",
4507
- "name": "mergeAndDedupColDefWithColumnState",
4587
+ "name": "selectFormatter",
4508
4588
  "return": {
4509
4589
  "type": {
4510
4590
  "text": ""
@@ -4512,49 +4592,42 @@
4512
4592
  },
4513
4593
  "parameters": [
4514
4594
  {
4515
- "name": "colDefs",
4595
+ "name": "cell",
4516
4596
  "type": {
4517
- "text": "any[]"
4597
+ "text": "any"
4518
4598
  },
4519
- "description": "The column definitions"
4599
+ "description": "The cell component provided by Tabulator"
4520
4600
  },
4521
4601
  {
4522
- "name": "columnState",
4602
+ "name": "formatterParams",
4523
4603
  "type": {
4524
- "text": "any[]"
4604
+ "text": "SelectFormatterParams<T>"
4525
4605
  },
4526
- "description": "The column state"
4606
+ "description": "Select formatter parameters"
4527
4607
  }
4528
4608
  ],
4529
- "description": "Merges and dedupes column definitions with column state"
4609
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4610
+ "privacy": "public"
4530
4611
  }
4531
4612
  ],
4532
4613
  "exports": [
4533
4614
  {
4534
4615
  "kind": "js",
4535
- "name": "convertToKebabCase",
4536
- "declaration": {
4537
- "name": "convertToKebabCase",
4538
- "module": "src/utils/string-utils.ts"
4539
- }
4540
- },
4541
- {
4542
- "kind": "js",
4543
- "name": "mergeAndDedupColDefWithColumnState",
4616
+ "name": "selectFormatter",
4544
4617
  "declaration": {
4545
- "name": "mergeAndDedupColDefWithColumnState",
4546
- "module": "src/utils/string-utils.ts"
4618
+ "name": "selectFormatter",
4619
+ "module": "src/cell-formatters/select.formatter.ts"
4547
4620
  }
4548
4621
  }
4549
4622
  ]
4550
4623
  },
4551
4624
  {
4552
4625
  "kind": "javascript-module",
4553
- "path": "src/utils/test-id-utils.ts",
4626
+ "path": "src/cell-formatters/text.formatter.ts",
4554
4627
  "declarations": [
4555
4628
  {
4556
4629
  "kind": "function",
4557
- "name": "getDataTestId",
4630
+ "name": "textFormatter",
4558
4631
  "return": {
4559
4632
  "type": {
4560
4633
  "text": ""
@@ -4562,304 +4635,231 @@
4562
4635
  },
4563
4636
  "parameters": [
4564
4637
  {
4565
- "name": "dataTestId",
4638
+ "name": "cell",
4566
4639
  "type": {
4567
- "text": "((rowData: T) => string) | string | undefined"
4640
+ "text": "any"
4568
4641
  },
4569
- "description": "The dataTestId value (string or function)"
4642
+ "description": "The cell component provided by Tabulator"
4570
4643
  },
4571
4644
  {
4572
- "name": "rowData",
4645
+ "name": "formatterParams",
4646
+ "default": "{}",
4573
4647
  "type": {
4574
- "text": "T"
4648
+ "text": "TextFormatterParams<T>"
4575
4649
  },
4576
- "description": "The row data to pass to the function if dataTestId is a function"
4650
+ "description": "Text formatter parameters"
4577
4651
  }
4578
4652
  ],
4579
- "description": "Resolves a dataTestId value that can be either a string or a function"
4653
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4654
+ "privacy": "public"
4580
4655
  }
4581
4656
  ],
4582
4657
  "exports": [
4583
4658
  {
4584
4659
  "kind": "js",
4585
- "name": "getDataTestId",
4660
+ "name": "textFormatter",
4586
4661
  "declaration": {
4587
- "name": "getDataTestId",
4588
- "module": "src/utils/test-id-utils.ts"
4662
+ "name": "textFormatter",
4663
+ "module": "src/cell-formatters/text.formatter.ts"
4589
4664
  }
4590
4665
  }
4591
4666
  ]
4592
4667
  },
4593
4668
  {
4594
4669
  "kind": "javascript-module",
4595
- "path": "src/column/column.ts",
4596
- "declarations": [
4670
+ "path": "src/style/colors.ts",
4671
+ "declarations": [],
4672
+ "exports": []
4673
+ },
4674
+ {
4675
+ "kind": "javascript-module",
4676
+ "path": "src/style/index.ts",
4677
+ "declarations": [],
4678
+ "exports": [
4597
4679
  {
4598
- "kind": "class",
4599
- "description": "The GridTabulator Column element.",
4600
- "name": "GridTabulatorColumn",
4601
- "members": [
4602
- {
4603
- "kind": "field",
4604
- "name": "slottedCell",
4605
- "type": {
4606
- "text": "HTMLElement[]"
4607
- },
4608
- "privacy": "public"
4609
- },
4610
- {
4611
- "kind": "field",
4612
- "name": "definition",
4613
- "type": {
4614
- "text": "Partial<ColumnDefinition>"
4615
- },
4616
- "default": "{}"
4617
- },
4618
- {
4619
- "kind": "method",
4620
- "name": "slottedCellChanged",
4621
- "privacy": "public"
4622
- },
4623
- {
4624
- "kind": "method",
4625
- "name": "deepClone",
4626
- "return": {
4627
- "type": {
4628
- "text": "Node"
4629
- }
4630
- },
4631
- "inheritedFrom": {
4632
- "name": "LifecycleMixin",
4633
- "module": "src/mixins/lifecycle/lifecycle.ts"
4634
- }
4635
- },
4636
- {
4637
- "kind": "method",
4638
- "name": "cloneNode",
4639
- "return": {
4640
- "type": {
4641
- "text": "Node"
4642
- }
4643
- },
4644
- "parameters": [
4645
- {
4646
- "name": "deep",
4647
- "optional": true,
4648
- "type": {
4649
- "text": "boolean"
4650
- }
4651
- }
4652
- ],
4653
- "inheritedFrom": {
4654
- "name": "LifecycleMixin",
4655
- "module": "src/mixins/lifecycle/lifecycle.ts"
4656
- }
4657
- },
4658
- {
4659
- "kind": "field",
4660
- "name": "shouldRunDisconnect",
4661
- "return": {
4662
- "type": {
4663
- "text": ""
4664
- }
4665
- },
4666
- "readonly": true,
4667
- "inheritedFrom": {
4668
- "name": "LifecycleMixin",
4669
- "module": "src/mixins/lifecycle/lifecycle.ts"
4670
- }
4671
- },
4672
- {
4673
- "kind": "field",
4674
- "name": "shouldRunConnect",
4675
- "return": {
4676
- "type": {
4677
- "text": ""
4678
- }
4679
- },
4680
- "readonly": true,
4681
- "inheritedFrom": {
4682
- "name": "LifecycleMixin",
4683
- "module": "src/mixins/lifecycle/lifecycle.ts"
4684
- }
4685
- },
4686
- {
4687
- "kind": "method",
4688
- "name": "#_blockLifecycleDueToTokenChange",
4689
- "return": {
4690
- "type": {
4691
- "text": "boolean"
4692
- }
4693
- },
4694
- "parameters": [
4695
- {
4696
- "name": "lifecycleType",
4697
- "type": {
4698
- "text": "Lifecycletype"
4699
- }
4700
- }
4701
- ],
4702
- "inheritedFrom": {
4703
- "name": "LifecycleMixin",
4704
- "module": "src/mixins/lifecycle/lifecycle.ts"
4705
- }
4706
- },
4707
- {
4708
- "kind": "field",
4709
- "name": "_presentation",
4710
- "type": {
4711
- "text": "ComponentPresentation | null | undefined"
4712
- },
4713
- "privacy": "private",
4714
- "default": "void 0",
4715
- "inheritedFrom": {
4716
- "name": "FoundationElement",
4717
- "module": "src/foundation-element/foundation-element.ts"
4718
- }
4719
- },
4680
+ "kind": "js",
4681
+ "name": "*",
4682
+ "declaration": {
4683
+ "name": "*",
4684
+ "package": "./colors"
4685
+ }
4686
+ },
4687
+ {
4688
+ "kind": "js",
4689
+ "name": "*",
4690
+ "declaration": {
4691
+ "name": "*",
4692
+ "package": "./tokens"
4693
+ }
4694
+ }
4695
+ ]
4696
+ },
4697
+ {
4698
+ "kind": "javascript-module",
4699
+ "path": "src/style/tokens.ts",
4700
+ "declarations": [],
4701
+ "exports": []
4702
+ },
4703
+ {
4704
+ "kind": "javascript-module",
4705
+ "path": "src/utils/index.ts",
4706
+ "declarations": [],
4707
+ "exports": [
4708
+ {
4709
+ "kind": "js",
4710
+ "name": "*",
4711
+ "declaration": {
4712
+ "name": "*",
4713
+ "package": "./logger"
4714
+ }
4715
+ },
4716
+ {
4717
+ "kind": "js",
4718
+ "name": "*",
4719
+ "declaration": {
4720
+ "name": "*",
4721
+ "package": "./string-utils"
4722
+ }
4723
+ },
4724
+ {
4725
+ "kind": "js",
4726
+ "name": "*",
4727
+ "declaration": {
4728
+ "name": "*",
4729
+ "package": "./test-id-utils"
4730
+ }
4731
+ }
4732
+ ]
4733
+ },
4734
+ {
4735
+ "kind": "javascript-module",
4736
+ "path": "src/utils/logger.ts",
4737
+ "declarations": [
4738
+ {
4739
+ "kind": "variable",
4740
+ "name": "logger",
4741
+ "description": "Logger for the `grid-tabulator` package",
4742
+ "privacy": "public"
4743
+ }
4744
+ ],
4745
+ "exports": [
4746
+ {
4747
+ "kind": "js",
4748
+ "name": "logger",
4749
+ "declaration": {
4750
+ "name": "logger",
4751
+ "module": "src/utils/logger.ts"
4752
+ }
4753
+ }
4754
+ ]
4755
+ },
4756
+ {
4757
+ "kind": "javascript-module",
4758
+ "path": "src/utils/string-utils.ts",
4759
+ "declarations": [
4760
+ {
4761
+ "kind": "function",
4762
+ "name": "convertToKebabCase",
4763
+ "return": {
4764
+ "type": {
4765
+ "text": ""
4766
+ }
4767
+ },
4768
+ "parameters": [
4720
4769
  {
4721
- "kind": "field",
4722
- "name": "$presentation",
4770
+ "name": "str",
4723
4771
  "type": {
4724
- "text": "ComponentPresentation | null"
4772
+ "text": "string"
4725
4773
  },
4726
- "privacy": "public",
4727
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4728
- "inheritedFrom": {
4729
- "name": "FoundationElement",
4730
- "module": "src/foundation-element/foundation-element.ts"
4731
- }
4732
- },
4774
+ "description": "The string to convert"
4775
+ }
4776
+ ],
4777
+ "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4778
+ },
4779
+ {
4780
+ "kind": "function",
4781
+ "name": "mergeAndDedupColDefWithColumnState",
4782
+ "return": {
4783
+ "type": {
4784
+ "text": ""
4785
+ }
4786
+ },
4787
+ "parameters": [
4733
4788
  {
4734
- "kind": "field",
4735
- "name": "template",
4789
+ "name": "colDefs",
4736
4790
  "type": {
4737
- "text": "ElementViewTemplate | void | null"
4738
- },
4739
- "privacy": "public",
4740
- "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.",
4741
- "inheritedFrom": {
4742
- "name": "FoundationElement",
4743
- "module": "src/foundation-element/foundation-element.ts"
4744
- }
4745
- },
4746
- {
4747
- "kind": "method",
4748
- "name": "templateChanged",
4749
- "privacy": "protected",
4750
- "return": {
4751
- "type": {
4752
- "text": "void"
4753
- }
4791
+ "text": "any[]"
4754
4792
  },
4755
- "inheritedFrom": {
4756
- "name": "FoundationElement",
4757
- "module": "src/foundation-element/foundation-element.ts"
4758
- }
4793
+ "description": "The column definitions"
4759
4794
  },
4760
4795
  {
4761
- "kind": "field",
4762
- "name": "styles",
4796
+ "name": "columnState",
4763
4797
  "type": {
4764
- "text": "ElementStyles | void | null"
4765
- },
4766
- "privacy": "public",
4767
- "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.",
4768
- "inheritedFrom": {
4769
- "name": "FoundationElement",
4770
- "module": "src/foundation-element/foundation-element.ts"
4771
- }
4772
- },
4773
- {
4774
- "kind": "method",
4775
- "name": "stylesChanged",
4776
- "privacy": "protected",
4777
- "return": {
4778
- "type": {
4779
- "text": "void"
4780
- }
4781
- },
4782
- "inheritedFrom": {
4783
- "name": "FoundationElement",
4784
- "module": "src/foundation-element/foundation-element.ts"
4785
- }
4786
- },
4787
- {
4788
- "kind": "method",
4789
- "name": "compose",
4790
- "privacy": "public",
4791
- "static": true,
4792
- "return": {
4793
- "type": {
4794
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4795
- }
4798
+ "text": "any[]"
4796
4799
  },
4797
- "parameters": [
4798
- {
4799
- "name": "this",
4800
- "type": {
4801
- "text": "K"
4802
- }
4803
- },
4804
- {
4805
- "name": "elementDefinition",
4806
- "type": {
4807
- "text": "T"
4808
- },
4809
- "description": "The definition of the element to create the registry\nfunction for."
4810
- }
4811
- ],
4812
- "description": "Defines an element registry function with a set of element definition defaults.",
4813
- "inheritedFrom": {
4814
- "name": "FoundationElement",
4815
- "module": "src/foundation-element/foundation-element.ts"
4816
- }
4817
- }
4818
- ],
4819
- "mixins": [
4820
- {
4821
- "name": "LifecycleMixin",
4822
- "package": "@genesislcap/foundation-utils"
4800
+ "description": "The column state"
4823
4801
  }
4824
4802
  ],
4825
- "superclass": {
4826
- "name": "FoundationElement",
4827
- "package": "@microsoft/fast-foundation"
4828
- },
4829
- "tagName": "grid-tabulator-column",
4830
- "customElement": true
4803
+ "description": "Merges and dedupes column definitions with column state"
4831
4804
  }
4832
4805
  ],
4833
4806
  "exports": [
4834
4807
  {
4835
4808
  "kind": "js",
4836
- "name": "GridTabulatorColumn",
4809
+ "name": "convertToKebabCase",
4837
4810
  "declaration": {
4838
- "name": "GridTabulatorColumn",
4839
- "module": "src/column/column.ts"
4811
+ "name": "convertToKebabCase",
4812
+ "module": "src/utils/string-utils.ts"
4840
4813
  }
4841
4814
  },
4842
4815
  {
4843
- "kind": "custom-element-definition",
4844
- "name": "grid-tabulator-column",
4816
+ "kind": "js",
4817
+ "name": "mergeAndDedupColDefWithColumnState",
4845
4818
  "declaration": {
4846
- "name": "GridTabulatorColumn",
4847
- "module": "src/column/column.ts"
4819
+ "name": "mergeAndDedupColDefWithColumnState",
4820
+ "module": "src/utils/string-utils.ts"
4848
4821
  }
4849
4822
  }
4850
4823
  ]
4851
4824
  },
4852
4825
  {
4853
4826
  "kind": "javascript-module",
4854
- "path": "src/column/index.ts",
4855
- "declarations": [],
4827
+ "path": "src/utils/test-id-utils.ts",
4828
+ "declarations": [
4829
+ {
4830
+ "kind": "function",
4831
+ "name": "getDataTestId",
4832
+ "return": {
4833
+ "type": {
4834
+ "text": ""
4835
+ }
4836
+ },
4837
+ "parameters": [
4838
+ {
4839
+ "name": "dataTestId",
4840
+ "type": {
4841
+ "text": "((rowData: T) => string) | string | undefined"
4842
+ },
4843
+ "description": "The dataTestId value (string or function)"
4844
+ },
4845
+ {
4846
+ "name": "rowData",
4847
+ "type": {
4848
+ "text": "T"
4849
+ },
4850
+ "description": "The row data to pass to the function if dataTestId is a function"
4851
+ }
4852
+ ],
4853
+ "description": "Resolves a dataTestId value that can be either a string or a function"
4854
+ }
4855
+ ],
4856
4856
  "exports": [
4857
4857
  {
4858
4858
  "kind": "js",
4859
- "name": "*",
4859
+ "name": "getDataTestId",
4860
4860
  "declaration": {
4861
- "name": "*",
4862
- "package": "./column"
4861
+ "name": "getDataTestId",
4862
+ "module": "src/utils/test-id-utils.ts"
4863
4863
  }
4864
4864
  }
4865
4865
  ]