@genesislcap/grid-tabulator 14.396.2 → 14.396.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +974 -974
  2. package/package.json +13 -13
@@ -2938,828 +2938,430 @@
2938
2938
  },
2939
2939
  {
2940
2940
  "kind": "javascript-module",
2941
- "path": "src/cell-formatters/action.formatter.ts",
2941
+ "path": "src/column/column.ts",
2942
2942
  "declarations": [
2943
2943
  {
2944
- "kind": "function",
2945
- "name": "actionFormatter",
2946
- "return": {
2947
- "type": {
2948
- "text": ""
2949
- }
2950
- },
2951
- "parameters": [
2944
+ "kind": "class",
2945
+ "description": "The GridTabulator Column element.",
2946
+ "name": "GridTabulatorColumn",
2947
+ "members": [
2952
2948
  {
2953
- "name": "cell",
2949
+ "kind": "field",
2950
+ "name": "slottedCell",
2954
2951
  "type": {
2955
- "text": "any"
2952
+ "text": "HTMLElement[]"
2956
2953
  },
2957
- "description": "The cell component provided by Tabulator"
2954
+ "privacy": "public"
2958
2955
  },
2959
2956
  {
2960
- "name": "formatterParams",
2961
- "default": "{}",
2957
+ "kind": "field",
2958
+ "name": "definition",
2962
2959
  "type": {
2963
- "text": "ActionFormatterParams<T>"
2960
+ "text": "Partial<ColumnDefinition>"
2964
2961
  },
2965
- "description": "Action formatter parameters"
2966
- }
2967
- ],
2968
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
- "privacy": "public"
2970
- }
2971
- ],
2972
- "exports": [
2973
- {
2974
- "kind": "js",
2975
- "name": "actionFormatter",
2976
- "declaration": {
2977
- "name": "actionFormatter",
2978
- "module": "src/cell-formatters/action.formatter.ts"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "javascript-module",
2985
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2986
- "declarations": [
2987
- {
2988
- "kind": "function",
2989
- "name": "actionsMenuFormatter",
2990
- "return": {
2991
- "type": {
2992
- "text": ""
2993
- }
2994
- },
2995
- "parameters": [
2962
+ "default": "{}"
2963
+ },
2996
2964
  {
2997
- "name": "cell",
2998
- "type": {
2999
- "text": "any"
2965
+ "kind": "method",
2966
+ "name": "slottedCellChanged",
2967
+ "privacy": "public"
2968
+ },
2969
+ {
2970
+ "kind": "method",
2971
+ "name": "deepClone",
2972
+ "return": {
2973
+ "type": {
2974
+ "text": "Node"
2975
+ }
3000
2976
  },
3001
- "description": "The cell component provided by Tabulator"
2977
+ "inheritedFrom": {
2978
+ "name": "LifecycleMixin",
2979
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2980
+ }
3002
2981
  },
3003
2982
  {
3004
- "name": "formatterParams",
3005
- "default": "{}",
3006
- "type": {
3007
- "text": "ActionsMenuFormatterParams<T>"
2983
+ "kind": "method",
2984
+ "name": "cloneNode",
2985
+ "return": {
2986
+ "type": {
2987
+ "text": "Node"
2988
+ }
3008
2989
  },
3009
- "description": "Actions menu formatter parameters"
3010
- }
3011
- ],
3012
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3013
- "privacy": "public"
3014
- }
3015
- ],
3016
- "exports": [
3017
- {
3018
- "kind": "js",
3019
- "name": "actionsMenuFormatter",
3020
- "declaration": {
3021
- "name": "actionsMenuFormatter",
3022
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3023
- }
3024
- }
3025
- ]
3026
- },
3027
- {
3028
- "kind": "javascript-module",
3029
- "path": "src/cell-formatters/boolean.formatter.ts",
3030
- "declarations": [
3031
- {
3032
- "kind": "function",
3033
- "name": "booleanFormatter",
3034
- "return": {
3035
- "type": {
3036
- "text": ""
3037
- }
3038
- },
3039
- "parameters": [
2990
+ "parameters": [
2991
+ {
2992
+ "name": "deep",
2993
+ "optional": true,
2994
+ "type": {
2995
+ "text": "boolean"
2996
+ }
2997
+ }
2998
+ ],
2999
+ "inheritedFrom": {
3000
+ "name": "LifecycleMixin",
3001
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3002
+ }
3003
+ },
3040
3004
  {
3041
- "name": "cell",
3042
- "type": {
3043
- "text": "any"
3005
+ "kind": "field",
3006
+ "name": "shouldRunDisconnect",
3007
+ "return": {
3008
+ "type": {
3009
+ "text": ""
3010
+ }
3044
3011
  },
3045
- "description": "The cell component provided by Tabulator"
3012
+ "readonly": true,
3013
+ "inheritedFrom": {
3014
+ "name": "LifecycleMixin",
3015
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3016
+ }
3046
3017
  },
3047
3018
  {
3048
- "name": "formatterParams",
3049
- "default": "{}",
3019
+ "kind": "field",
3020
+ "name": "shouldRunConnect",
3021
+ "return": {
3022
+ "type": {
3023
+ "text": ""
3024
+ }
3025
+ },
3026
+ "readonly": true,
3027
+ "inheritedFrom": {
3028
+ "name": "LifecycleMixin",
3029
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3030
+ }
3031
+ },
3032
+ {
3033
+ "kind": "method",
3034
+ "name": "#_blockLifecycleDueToTokenChange",
3035
+ "return": {
3036
+ "type": {
3037
+ "text": "boolean"
3038
+ }
3039
+ },
3040
+ "parameters": [
3041
+ {
3042
+ "name": "lifecycleType",
3043
+ "type": {
3044
+ "text": "Lifecycletype"
3045
+ }
3046
+ }
3047
+ ],
3048
+ "inheritedFrom": {
3049
+ "name": "LifecycleMixin",
3050
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3051
+ }
3052
+ },
3053
+ {
3054
+ "kind": "field",
3055
+ "name": "_presentation",
3050
3056
  "type": {
3051
- "text": "BooleanFormatterParams<T>"
3057
+ "text": "ComponentPresentation | null | undefined"
3052
3058
  },
3053
- "description": "Boolean formatter parameters"
3054
- }
3055
- ],
3056
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3057
- "privacy": "public"
3058
- }
3059
- ],
3060
- "exports": [
3061
- {
3062
- "kind": "js",
3063
- "name": "booleanFormatter",
3064
- "declaration": {
3065
- "name": "booleanFormatter",
3066
- "module": "src/cell-formatters/boolean.formatter.ts"
3067
- }
3068
- }
3069
- ]
3070
- },
3071
- {
3072
- "kind": "javascript-module",
3073
- "path": "src/cell-formatters/constants.ts",
3074
- "declarations": [],
3075
- "exports": []
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/editable.formatter.ts",
3080
- "declarations": [
3081
- {
3082
- "kind": "function",
3083
- "name": "editableFormatter",
3084
- "return": {
3085
- "type": {
3086
- "text": ""
3087
- }
3088
- },
3089
- "parameters": [
3059
+ "privacy": "private",
3060
+ "default": "void 0",
3061
+ "inheritedFrom": {
3062
+ "name": "FoundationElement",
3063
+ "module": "src/foundation-element/foundation-element.ts"
3064
+ }
3065
+ },
3090
3066
  {
3091
- "name": "cell",
3067
+ "kind": "field",
3068
+ "name": "$presentation",
3092
3069
  "type": {
3093
- "text": "any"
3070
+ "text": "ComponentPresentation | null"
3094
3071
  },
3095
- "description": "The cell component provided by Tabulator"
3072
+ "privacy": "public",
3073
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3074
+ "inheritedFrom": {
3075
+ "name": "FoundationElement",
3076
+ "module": "src/foundation-element/foundation-element.ts"
3077
+ }
3096
3078
  },
3097
3079
  {
3098
- "name": "formatterParams",
3099
- "default": "{}",
3080
+ "kind": "field",
3081
+ "name": "template",
3100
3082
  "type": {
3101
- "text": "EditableFormatterParams<T>"
3083
+ "text": "ElementViewTemplate | void | null"
3102
3084
  },
3103
- "description": "Editable formatter parameters"
3104
- }
3105
- ],
3106
- "description": "Formatter that displays an editable cell with validation state",
3107
- "privacy": "public"
3085
+ "privacy": "public",
3086
+ "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.",
3087
+ "inheritedFrom": {
3088
+ "name": "FoundationElement",
3089
+ "module": "src/foundation-element/foundation-element.ts"
3090
+ }
3091
+ },
3092
+ {
3093
+ "kind": "method",
3094
+ "name": "templateChanged",
3095
+ "privacy": "protected",
3096
+ "return": {
3097
+ "type": {
3098
+ "text": "void"
3099
+ }
3100
+ },
3101
+ "inheritedFrom": {
3102
+ "name": "FoundationElement",
3103
+ "module": "src/foundation-element/foundation-element.ts"
3104
+ }
3105
+ },
3106
+ {
3107
+ "kind": "field",
3108
+ "name": "styles",
3109
+ "type": {
3110
+ "text": "ElementStyles | void | null"
3111
+ },
3112
+ "privacy": "public",
3113
+ "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.",
3114
+ "inheritedFrom": {
3115
+ "name": "FoundationElement",
3116
+ "module": "src/foundation-element/foundation-element.ts"
3117
+ }
3118
+ },
3119
+ {
3120
+ "kind": "method",
3121
+ "name": "stylesChanged",
3122
+ "privacy": "protected",
3123
+ "return": {
3124
+ "type": {
3125
+ "text": "void"
3126
+ }
3127
+ },
3128
+ "inheritedFrom": {
3129
+ "name": "FoundationElement",
3130
+ "module": "src/foundation-element/foundation-element.ts"
3131
+ }
3132
+ },
3133
+ {
3134
+ "kind": "method",
3135
+ "name": "compose",
3136
+ "privacy": "public",
3137
+ "static": true,
3138
+ "return": {
3139
+ "type": {
3140
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3141
+ }
3142
+ },
3143
+ "parameters": [
3144
+ {
3145
+ "name": "this",
3146
+ "type": {
3147
+ "text": "K"
3148
+ }
3149
+ },
3150
+ {
3151
+ "name": "elementDefinition",
3152
+ "type": {
3153
+ "text": "T"
3154
+ },
3155
+ "description": "The definition of the element to create the registry\nfunction for."
3156
+ }
3157
+ ],
3158
+ "description": "Defines an element registry function with a set of element definition defaults.",
3159
+ "inheritedFrom": {
3160
+ "name": "FoundationElement",
3161
+ "module": "src/foundation-element/foundation-element.ts"
3162
+ }
3163
+ }
3164
+ ],
3165
+ "mixins": [
3166
+ {
3167
+ "name": "LifecycleMixin",
3168
+ "package": "@genesislcap/foundation-utils"
3169
+ }
3170
+ ],
3171
+ "superclass": {
3172
+ "name": "FoundationElement",
3173
+ "package": "@microsoft/fast-foundation"
3174
+ },
3175
+ "tagName": "grid-tabulator-column",
3176
+ "customElement": true
3108
3177
  }
3109
3178
  ],
3110
3179
  "exports": [
3111
3180
  {
3112
3181
  "kind": "js",
3113
- "name": "editableFormatter",
3182
+ "name": "GridTabulatorColumn",
3114
3183
  "declaration": {
3115
- "name": "editableFormatter",
3116
- "module": "src/cell-formatters/editable.formatter.ts"
3184
+ "name": "GridTabulatorColumn",
3185
+ "module": "src/column/column.ts"
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "custom-element-definition",
3190
+ "name": "grid-tabulator-column",
3191
+ "declaration": {
3192
+ "name": "GridTabulatorColumn",
3193
+ "module": "src/column/column.ts"
3117
3194
  }
3118
3195
  }
3119
3196
  ]
3120
3197
  },
3121
3198
  {
3122
3199
  "kind": "javascript-module",
3123
- "path": "src/cell-formatters/index.ts",
3124
- "declarations": [
3125
- {
3126
- "kind": "variable",
3127
- "name": "formatters",
3128
- "type": {
3129
- "text": "object"
3130
- },
3131
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3132
- "description": "Zero formatters for Tabulator grid"
3133
- }
3134
- ],
3200
+ "path": "src/column/index.ts",
3201
+ "declarations": [],
3135
3202
  "exports": [
3136
3203
  {
3137
3204
  "kind": "js",
3138
3205
  "name": "*",
3139
3206
  "declaration": {
3140
3207
  "name": "*",
3141
- "package": "./constants"
3142
- }
3143
- },
3144
- {
3145
- "kind": "js",
3146
- "name": "ActionFormatterParams",
3147
- "declaration": {
3148
- "name": "ActionFormatterParams",
3149
- "module": "src/cell-formatters/index.ts"
3150
- }
3151
- },
3152
- {
3153
- "kind": "js",
3154
- "name": "actionFormatter",
3155
- "declaration": {
3156
- "name": "actionFormatter",
3157
- "module": "src/cell-formatters/index.ts"
3158
- }
3159
- },
3160
- {
3161
- "kind": "js",
3162
- "name": "ActionsMenuFormatterParams",
3163
- "declaration": {
3164
- "name": "ActionsMenuFormatterParams",
3165
- "module": "src/cell-formatters/index.ts"
3166
- }
3167
- },
3168
- {
3169
- "kind": "js",
3170
- "name": "actionsMenuFormatter",
3171
- "declaration": {
3172
- "name": "actionsMenuFormatter",
3173
- "module": "src/cell-formatters/index.ts"
3174
- }
3175
- },
3176
- {
3177
- "kind": "js",
3178
- "name": "BooleanFormatterParams",
3179
- "declaration": {
3180
- "name": "BooleanFormatterParams",
3181
- "module": "src/cell-formatters/index.ts"
3182
- }
3183
- },
3184
- {
3185
- "kind": "js",
3186
- "name": "booleanFormatter",
3187
- "declaration": {
3188
- "name": "booleanFormatter",
3189
- "module": "src/cell-formatters/index.ts"
3190
- }
3191
- },
3192
- {
3193
- "kind": "js",
3194
- "name": "EditableFormatterParams",
3195
- "declaration": {
3196
- "name": "EditableFormatterParams",
3197
- "module": "src/cell-formatters/index.ts"
3198
- }
3199
- },
3200
- {
3201
- "kind": "js",
3202
- "name": "editableFormatter",
3203
- "declaration": {
3204
- "name": "editableFormatter",
3205
- "module": "src/cell-formatters/index.ts"
3206
- }
3207
- },
3208
- {
3209
- "kind": "js",
3210
- "name": "SelectFormatterParams",
3211
- "declaration": {
3212
- "name": "SelectFormatterParams",
3213
- "module": "src/cell-formatters/index.ts"
3214
- }
3215
- },
3216
- {
3217
- "kind": "js",
3218
- "name": "selectFormatter",
3219
- "declaration": {
3220
- "name": "selectFormatter",
3221
- "module": "src/cell-formatters/index.ts"
3222
- }
3223
- },
3224
- {
3225
- "kind": "js",
3226
- "name": "TextFormatterParams",
3227
- "declaration": {
3228
- "name": "TextFormatterParams",
3229
- "module": "src/cell-formatters/index.ts"
3230
- }
3231
- },
3232
- {
3233
- "kind": "js",
3234
- "name": "textFormatter",
3235
- "declaration": {
3236
- "name": "textFormatter",
3237
- "module": "src/cell-formatters/index.ts"
3238
- }
3239
- },
3240
- {
3241
- "kind": "js",
3242
- "name": "formatters",
3243
- "declaration": {
3244
- "name": "formatters",
3245
- "module": "src/cell-formatters/index.ts"
3208
+ "package": "./column"
3246
3209
  }
3247
3210
  }
3248
3211
  ]
3249
3212
  },
3250
3213
  {
3251
3214
  "kind": "javascript-module",
3252
- "path": "src/cell-formatters/select.formatter.ts",
3215
+ "path": "src/datasource/client-side.datasource.ts",
3253
3216
  "declarations": [
3254
3217
  {
3255
- "kind": "function",
3256
- "name": "selectFormatter",
3257
- "return": {
3258
- "type": {
3259
- "text": ""
3260
- }
3218
+ "kind": "variable",
3219
+ "name": "criteriaDelimiter",
3220
+ "type": {
3221
+ "text": "string"
3261
3222
  },
3262
- "parameters": [
3263
- {
3264
- "name": "cell",
3265
- "type": {
3266
- "text": "any"
3267
- },
3268
- "description": "The cell component provided by Tabulator"
3269
- },
3270
- {
3271
- "name": "formatterParams",
3272
- "type": {
3273
- "text": "SelectFormatterParams<T>"
3274
- },
3275
- "description": "Select formatter parameters"
3276
- }
3277
- ],
3278
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3279
- "privacy": "public"
3280
- }
3281
- ],
3282
- "exports": [
3283
- {
3284
- "kind": "js",
3285
- "name": "selectFormatter",
3286
- "declaration": {
3287
- "name": "selectFormatter",
3288
- "module": "src/cell-formatters/select.formatter.ts"
3289
- }
3290
- }
3291
- ]
3292
- },
3293
- {
3294
- "kind": "javascript-module",
3295
- "path": "src/cell-formatters/text.formatter.ts",
3296
- "declarations": [
3223
+ "default": "';'",
3224
+ "description": "Delimiter for criteria in the datasource"
3225
+ },
3297
3226
  {
3298
- "kind": "function",
3299
- "name": "textFormatter",
3300
- "return": {
3301
- "type": {
3302
- "text": ""
3303
- }
3227
+ "kind": "variable",
3228
+ "name": "criteriaJoin",
3229
+ "type": {
3230
+ "text": "string"
3304
3231
  },
3305
- "parameters": [
3232
+ "default": "' && '",
3233
+ "description": "Join operator for criteria in the datasource"
3234
+ },
3235
+ {
3236
+ "kind": "class",
3237
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3238
+ "name": "GridTabulatorClientSideDatasource",
3239
+ "members": [
3306
3240
  {
3307
- "name": "cell",
3241
+ "kind": "field",
3242
+ "name": "auth",
3308
3243
  "type": {
3309
- "text": "any"
3310
- },
3311
- "description": "The cell component provided by Tabulator"
3244
+ "text": "Auth"
3245
+ }
3312
3246
  },
3313
3247
  {
3314
- "name": "formatterParams",
3315
- "default": "{}",
3248
+ "kind": "field",
3249
+ "name": "connect",
3316
3250
  "type": {
3317
- "text": "TextFormatterParams<T>"
3318
- },
3319
- "description": "Text formatter parameters"
3320
- }
3321
- ],
3322
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
- "privacy": "public"
3324
- }
3325
- ],
3326
- "exports": [
3327
- {
3328
- "kind": "js",
3329
- "name": "textFormatter",
3330
- "declaration": {
3331
- "name": "textFormatter",
3332
- "module": "src/cell-formatters/text.formatter.ts"
3333
- }
3334
- }
3335
- ]
3336
- },
3337
- {
3338
- "kind": "javascript-module",
3339
- "path": "src/column/column.ts",
3340
- "declarations": [
3341
- {
3342
- "kind": "class",
3343
- "description": "The GridTabulator Column element.",
3344
- "name": "GridTabulatorColumn",
3345
- "members": [
3251
+ "text": "Connect"
3252
+ }
3253
+ },
3346
3254
  {
3347
3255
  "kind": "field",
3348
- "name": "slottedCell",
3256
+ "name": "datasource",
3349
3257
  "type": {
3350
- "text": "HTMLElement[]"
3351
- },
3352
- "privacy": "public"
3258
+ "text": "Datasource"
3259
+ }
3353
3260
  },
3354
3261
  {
3355
3262
  "kind": "field",
3356
- "name": "definition",
3263
+ "name": "deferredGridOptions",
3357
3264
  "type": {
3358
- "text": "Partial<ColumnDefinition>"
3359
- },
3360
- "default": "{}"
3265
+ "text": "Options"
3266
+ }
3361
3267
  },
3362
3268
  {
3363
- "kind": "method",
3364
- "name": "slottedCellChanged",
3365
- "privacy": "public"
3269
+ "kind": "field",
3270
+ "name": "deferredColumnStates",
3271
+ "type": {
3272
+ "text": "any[]"
3273
+ },
3274
+ "default": "[]",
3275
+ "description": "Allows storing column layouts between datasource initializations"
3366
3276
  },
3367
3277
  {
3368
- "kind": "method",
3369
- "name": "deepClone",
3370
- "return": {
3371
- "type": {
3372
- "text": "Node"
3373
- }
3374
- },
3375
- "inheritedFrom": {
3376
- "name": "LifecycleMixin",
3377
- "module": "src/mixins/lifecycle/lifecycle.ts"
3278
+ "kind": "field",
3279
+ "name": "criteria",
3280
+ "type": {
3281
+ "text": "string"
3378
3282
  }
3379
3283
  },
3380
3284
  {
3381
3285
  "kind": "method",
3382
- "name": "cloneNode",
3383
- "return": {
3384
- "type": {
3385
- "text": "Node"
3386
- }
3387
- },
3286
+ "name": "criteriaChanged",
3388
3287
  "parameters": [
3389
3288
  {
3390
- "name": "deep",
3391
- "optional": true,
3289
+ "name": "oldCriteria",
3392
3290
  "type": {
3393
- "text": "boolean"
3291
+ "text": "string"
3292
+ }
3293
+ },
3294
+ {
3295
+ "name": "newCriteria",
3296
+ "type": {
3297
+ "text": "string"
3394
3298
  }
3395
3299
  }
3396
- ],
3397
- "inheritedFrom": {
3398
- "name": "LifecycleMixin",
3399
- "module": "src/mixins/lifecycle/lifecycle.ts"
3400
- }
3300
+ ]
3401
3301
  },
3402
3302
  {
3403
3303
  "kind": "field",
3404
- "name": "shouldRunDisconnect",
3405
- "return": {
3406
- "type": {
3407
- "text": ""
3408
- }
3409
- },
3410
- "readonly": true,
3411
- "inheritedFrom": {
3412
- "name": "LifecycleMixin",
3413
- "module": "src/mixins/lifecycle/lifecycle.ts"
3304
+ "name": "fields",
3305
+ "type": {
3306
+ "text": "string"
3414
3307
  }
3415
3308
  },
3416
3309
  {
3417
3310
  "kind": "field",
3418
- "name": "shouldRunConnect",
3419
- "return": {
3420
- "type": {
3421
- "text": ""
3422
- }
3311
+ "name": "isSnapshot",
3312
+ "type": {
3313
+ "text": "boolean"
3423
3314
  },
3424
- "readonly": true,
3425
- "inheritedFrom": {
3426
- "name": "LifecycleMixin",
3427
- "module": "src/mixins/lifecycle/lifecycle.ts"
3428
- }
3315
+ "default": "false"
3429
3316
  },
3430
3317
  {
3431
- "kind": "method",
3432
- "name": "#_blockLifecycleDueToTokenChange",
3433
- "return": {
3434
- "type": {
3435
- "text": "boolean"
3436
- }
3437
- },
3438
- "parameters": [
3439
- {
3440
- "name": "lifecycleType",
3441
- "type": {
3442
- "text": "Lifecycletype"
3443
- }
3444
- }
3445
- ],
3446
- "inheritedFrom": {
3447
- "name": "LifecycleMixin",
3448
- "module": "src/mixins/lifecycle/lifecycle.ts"
3318
+ "kind": "field",
3319
+ "name": "maxRows",
3320
+ "type": {
3321
+ "text": "number"
3449
3322
  }
3450
3323
  },
3451
3324
  {
3452
3325
  "kind": "field",
3453
- "name": "_presentation",
3326
+ "name": "maxView",
3454
3327
  "type": {
3455
- "text": "ComponentPresentation | null | undefined"
3456
- },
3457
- "privacy": "private",
3458
- "default": "void 0",
3459
- "inheritedFrom": {
3460
- "name": "FoundationElement",
3461
- "module": "src/foundation-element/foundation-element.ts"
3328
+ "text": "number"
3462
3329
  }
3463
3330
  },
3464
3331
  {
3465
3332
  "kind": "field",
3466
- "name": "$presentation",
3333
+ "name": "pollingInterval",
3467
3334
  "type": {
3468
- "text": "ComponentPresentation | null"
3469
- },
3470
- "privacy": "public",
3471
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3472
- "inheritedFrom": {
3473
- "name": "FoundationElement",
3474
- "module": "src/foundation-element/foundation-element.ts"
3335
+ "text": "number"
3475
3336
  }
3476
3337
  },
3477
3338
  {
3478
3339
  "kind": "field",
3479
- "name": "template",
3340
+ "name": "movingView",
3480
3341
  "type": {
3481
- "text": "ElementViewTemplate | void | null"
3342
+ "text": "boolean"
3482
3343
  },
3483
- "privacy": "public",
3484
- "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.",
3485
- "inheritedFrom": {
3486
- "name": "FoundationElement",
3487
- "module": "src/foundation-element/foundation-element.ts"
3344
+ "default": "false"
3345
+ },
3346
+ {
3347
+ "kind": "field",
3348
+ "name": "orderBy",
3349
+ "type": {
3350
+ "text": "string"
3488
3351
  }
3489
3352
  },
3490
3353
  {
3491
- "kind": "method",
3492
- "name": "templateChanged",
3493
- "privacy": "protected",
3494
- "return": {
3495
- "type": {
3496
- "text": "void"
3497
- }
3498
- },
3499
- "inheritedFrom": {
3500
- "name": "FoundationElement",
3501
- "module": "src/foundation-element/foundation-element.ts"
3354
+ "kind": "field",
3355
+ "name": "request",
3356
+ "type": {
3357
+ "text": "any"
3502
3358
  }
3503
3359
  },
3504
3360
  {
3505
3361
  "kind": "field",
3506
- "name": "styles",
3362
+ "name": "resourceName",
3507
3363
  "type": {
3508
- "text": "ElementStyles | void | null"
3509
- },
3510
- "privacy": "public",
3511
- "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.",
3512
- "inheritedFrom": {
3513
- "name": "FoundationElement",
3514
- "module": "src/foundation-element/foundation-element.ts"
3515
- }
3516
- },
3517
- {
3518
- "kind": "method",
3519
- "name": "stylesChanged",
3520
- "privacy": "protected",
3521
- "return": {
3522
- "type": {
3523
- "text": "void"
3524
- }
3525
- },
3526
- "inheritedFrom": {
3527
- "name": "FoundationElement",
3528
- "module": "src/foundation-element/foundation-element.ts"
3529
- }
3530
- },
3531
- {
3532
- "kind": "method",
3533
- "name": "compose",
3534
- "privacy": "public",
3535
- "static": true,
3536
- "return": {
3537
- "type": {
3538
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3539
- }
3540
- },
3541
- "parameters": [
3542
- {
3543
- "name": "this",
3544
- "type": {
3545
- "text": "K"
3546
- }
3547
- },
3548
- {
3549
- "name": "elementDefinition",
3550
- "type": {
3551
- "text": "T"
3552
- },
3553
- "description": "The definition of the element to create the registry\nfunction for."
3554
- }
3555
- ],
3556
- "description": "Defines an element registry function with a set of element definition defaults.",
3557
- "inheritedFrom": {
3558
- "name": "FoundationElement",
3559
- "module": "src/foundation-element/foundation-element.ts"
3560
- }
3561
- }
3562
- ],
3563
- "mixins": [
3564
- {
3565
- "name": "LifecycleMixin",
3566
- "package": "@genesislcap/foundation-utils"
3567
- }
3568
- ],
3569
- "superclass": {
3570
- "name": "FoundationElement",
3571
- "package": "@microsoft/fast-foundation"
3572
- },
3573
- "tagName": "grid-tabulator-column",
3574
- "customElement": true
3575
- }
3576
- ],
3577
- "exports": [
3578
- {
3579
- "kind": "js",
3580
- "name": "GridTabulatorColumn",
3581
- "declaration": {
3582
- "name": "GridTabulatorColumn",
3583
- "module": "src/column/column.ts"
3584
- }
3585
- },
3586
- {
3587
- "kind": "custom-element-definition",
3588
- "name": "grid-tabulator-column",
3589
- "declaration": {
3590
- "name": "GridTabulatorColumn",
3591
- "module": "src/column/column.ts"
3592
- }
3593
- }
3594
- ]
3595
- },
3596
- {
3597
- "kind": "javascript-module",
3598
- "path": "src/column/index.ts",
3599
- "declarations": [],
3600
- "exports": [
3601
- {
3602
- "kind": "js",
3603
- "name": "*",
3604
- "declaration": {
3605
- "name": "*",
3606
- "package": "./column"
3607
- }
3608
- }
3609
- ]
3610
- },
3611
- {
3612
- "kind": "javascript-module",
3613
- "path": "src/datasource/client-side.datasource.ts",
3614
- "declarations": [
3615
- {
3616
- "kind": "variable",
3617
- "name": "criteriaDelimiter",
3618
- "type": {
3619
- "text": "string"
3620
- },
3621
- "default": "';'",
3622
- "description": "Delimiter for criteria in the datasource"
3623
- },
3624
- {
3625
- "kind": "variable",
3626
- "name": "criteriaJoin",
3627
- "type": {
3628
- "text": "string"
3629
- },
3630
- "default": "' && '",
3631
- "description": "Join operator for criteria in the datasource"
3632
- },
3633
- {
3634
- "kind": "class",
3635
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3636
- "name": "GridTabulatorClientSideDatasource",
3637
- "members": [
3638
- {
3639
- "kind": "field",
3640
- "name": "auth",
3641
- "type": {
3642
- "text": "Auth"
3643
- }
3644
- },
3645
- {
3646
- "kind": "field",
3647
- "name": "connect",
3648
- "type": {
3649
- "text": "Connect"
3650
- }
3651
- },
3652
- {
3653
- "kind": "field",
3654
- "name": "datasource",
3655
- "type": {
3656
- "text": "Datasource"
3657
- }
3658
- },
3659
- {
3660
- "kind": "field",
3661
- "name": "deferredGridOptions",
3662
- "type": {
3663
- "text": "Options"
3664
- }
3665
- },
3666
- {
3667
- "kind": "field",
3668
- "name": "deferredColumnStates",
3669
- "type": {
3670
- "text": "any[]"
3671
- },
3672
- "default": "[]",
3673
- "description": "Allows storing column layouts between datasource initializations"
3674
- },
3675
- {
3676
- "kind": "field",
3677
- "name": "criteria",
3678
- "type": {
3679
- "text": "string"
3680
- }
3681
- },
3682
- {
3683
- "kind": "method",
3684
- "name": "criteriaChanged",
3685
- "parameters": [
3686
- {
3687
- "name": "oldCriteria",
3688
- "type": {
3689
- "text": "string"
3690
- }
3691
- },
3692
- {
3693
- "name": "newCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- }
3698
- ]
3699
- },
3700
- {
3701
- "kind": "field",
3702
- "name": "fields",
3703
- "type": {
3704
- "text": "string"
3705
- }
3706
- },
3707
- {
3708
- "kind": "field",
3709
- "name": "isSnapshot",
3710
- "type": {
3711
- "text": "boolean"
3712
- },
3713
- "default": "false"
3714
- },
3715
- {
3716
- "kind": "field",
3717
- "name": "maxRows",
3718
- "type": {
3719
- "text": "number"
3720
- }
3721
- },
3722
- {
3723
- "kind": "field",
3724
- "name": "maxView",
3725
- "type": {
3726
- "text": "number"
3727
- }
3728
- },
3729
- {
3730
- "kind": "field",
3731
- "name": "pollingInterval",
3732
- "type": {
3733
- "text": "number"
3734
- }
3735
- },
3736
- {
3737
- "kind": "field",
3738
- "name": "movingView",
3739
- "type": {
3740
- "text": "boolean"
3741
- },
3742
- "default": "false"
3743
- },
3744
- {
3745
- "kind": "field",
3746
- "name": "orderBy",
3747
- "type": {
3748
- "text": "string"
3749
- }
3750
- },
3751
- {
3752
- "kind": "field",
3753
- "name": "request",
3754
- "type": {
3755
- "text": "any"
3756
- }
3757
- },
3758
- {
3759
- "kind": "field",
3760
- "name": "resourceName",
3761
- "type": {
3762
- "text": "string"
3364
+ "text": "string"
3763
3365
  }
3764
3366
  },
3765
3367
  {
@@ -4395,370 +3997,773 @@
4395
3997
  "fieldName": "maxRows"
4396
3998
  },
4397
3999
  {
4398
- "name": "max-view",
4000
+ "name": "max-view",
4001
+ "type": {
4002
+ "text": "number"
4003
+ },
4004
+ "fieldName": "maxView"
4005
+ },
4006
+ {
4007
+ "name": "polling-interval",
4008
+ "type": {
4009
+ "text": "number"
4010
+ },
4011
+ "fieldName": "pollingInterval"
4012
+ },
4013
+ {
4014
+ "name": "moving-view",
4015
+ "type": {
4016
+ "text": "boolean"
4017
+ },
4018
+ "default": "false",
4019
+ "fieldName": "movingView"
4020
+ },
4021
+ {
4022
+ "name": "order-by",
4023
+ "type": {
4024
+ "text": "string"
4025
+ },
4026
+ "fieldName": "orderBy"
4027
+ },
4028
+ {
4029
+ "name": "resource-name",
4030
+ "type": {
4031
+ "text": "string"
4032
+ },
4033
+ "fieldName": "resourceName"
4034
+ },
4035
+ {
4036
+ "type": {
4037
+ "text": "boolean"
4038
+ },
4039
+ "default": "false",
4040
+ "fieldName": "reverse"
4041
+ },
4042
+ {
4043
+ "name": "row-id",
4044
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4045
+ "fieldName": "rowIdAttr"
4046
+ },
4047
+ {
4048
+ "name": "restart-on-reconnection",
4049
+ "type": {
4050
+ "text": "boolean"
4051
+ },
4052
+ "default": "true",
4053
+ "fieldName": "restartOnReconnection"
4054
+ },
4055
+ {
4056
+ "name": "keep-col-defs-on-clear-row-data",
4057
+ "type": {
4058
+ "text": "boolean"
4059
+ },
4060
+ "default": "false",
4061
+ "description": "Whether to keep column definitions when clearing row data",
4062
+ "fieldName": "keepColDefsOnClearRowData"
4063
+ }
4064
+ ],
4065
+ "mixins": [
4066
+ {
4067
+ "name": "LifecycleMixin",
4068
+ "package": "@genesislcap/foundation-utils"
4069
+ },
4070
+ {
4071
+ "name": "DatasourceEventHandler",
4072
+ "package": "@genesislcap/foundation-comms"
4073
+ }
4074
+ ],
4075
+ "superclass": {
4076
+ "name": "FoundationElement",
4077
+ "package": "@microsoft/fast-foundation"
4078
+ },
4079
+ "tagName": "grid-tabulator-client-side-datasource",
4080
+ "customElement": true
4081
+ }
4082
+ ],
4083
+ "exports": [
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "criteriaDelimiter",
4087
+ "declaration": {
4088
+ "name": "criteriaDelimiter",
4089
+ "module": "src/datasource/client-side.datasource.ts"
4090
+ }
4091
+ },
4092
+ {
4093
+ "kind": "js",
4094
+ "name": "criteriaJoin",
4095
+ "declaration": {
4096
+ "name": "criteriaJoin",
4097
+ "module": "src/datasource/client-side.datasource.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "js",
4102
+ "name": "GridTabulatorClientSideDatasource",
4103
+ "declaration": {
4104
+ "name": "GridTabulatorClientSideDatasource",
4105
+ "module": "src/datasource/client-side.datasource.ts"
4106
+ }
4107
+ },
4108
+ {
4109
+ "kind": "custom-element-definition",
4110
+ "name": "grid-tabulator-client-side-datasource",
4111
+ "declaration": {
4112
+ "name": "GridTabulatorClientSideDatasource",
4113
+ "module": "src/datasource/client-side.datasource.ts"
4114
+ }
4115
+ }
4116
+ ]
4117
+ },
4118
+ {
4119
+ "kind": "javascript-module",
4120
+ "path": "src/datasource/index.ts",
4121
+ "declarations": [],
4122
+ "exports": [
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "*",
4126
+ "declaration": {
4127
+ "name": "*",
4128
+ "package": "./client-side.datasource"
4129
+ }
4130
+ }
4131
+ ]
4132
+ },
4133
+ {
4134
+ "kind": "javascript-module",
4135
+ "path": "src/external/fonts.ts",
4136
+ "declarations": [
4137
+ {
4138
+ "kind": "variable",
4139
+ "name": "tabulatorDefaultFontFace",
4140
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4141
+ },
4142
+ {
4143
+ "kind": "variable",
4144
+ "name": "tabulatorRapidFontFace",
4145
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4146
+ },
4147
+ {
4148
+ "kind": "variable",
4149
+ "name": "gridThemeFontFaceMap",
4150
+ "type": {
4151
+ "text": "GridThemeFontFaceMap"
4152
+ },
4153
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4154
+ },
4155
+ {
4156
+ "kind": "variable",
4157
+ "name": "defaultGridTabulatorFontFace",
4158
+ "default": "tabulatorDefaultFontFace"
4159
+ }
4160
+ ],
4161
+ "exports": [
4162
+ {
4163
+ "kind": "js",
4164
+ "name": "tabulatorDefaultFontFace",
4165
+ "declaration": {
4166
+ "name": "tabulatorDefaultFontFace",
4167
+ "module": "src/external/fonts.ts"
4168
+ }
4169
+ },
4170
+ {
4171
+ "kind": "js",
4172
+ "name": "tabulatorRapidFontFace",
4173
+ "declaration": {
4174
+ "name": "tabulatorRapidFontFace",
4175
+ "module": "src/external/fonts.ts"
4176
+ }
4177
+ },
4178
+ {
4179
+ "kind": "js",
4180
+ "name": "gridThemeFontFaceMap",
4181
+ "declaration": {
4182
+ "name": "gridThemeFontFaceMap",
4183
+ "module": "src/external/fonts.ts"
4184
+ }
4185
+ },
4186
+ {
4187
+ "kind": "js",
4188
+ "name": "defaultGridTabulatorFontFace",
4189
+ "declaration": {
4190
+ "name": "defaultGridTabulatorFontFace",
4191
+ "module": "src/external/fonts.ts"
4192
+ }
4193
+ }
4194
+ ]
4195
+ },
4196
+ {
4197
+ "kind": "javascript-module",
4198
+ "path": "src/external/index.ts",
4199
+ "declarations": [
4200
+ {
4201
+ "kind": "variable",
4202
+ "name": "tabulatorExternalStockStyles",
4203
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4204
+ "description": "External styles for the Tabulator grid.",
4205
+ "privacy": "public"
4206
+ }
4207
+ ],
4208
+ "exports": [
4209
+ {
4210
+ "kind": "js",
4211
+ "name": "tabulatorExternalStockStyles",
4212
+ "declaration": {
4213
+ "name": "tabulatorExternalStockStyles",
4214
+ "module": "src/external/index.ts"
4215
+ }
4216
+ },
4217
+ {
4218
+ "kind": "js",
4219
+ "name": "tabulatorThemeSimpleCSS",
4220
+ "declaration": {
4221
+ "name": "tabulatorThemeSimpleCSS",
4222
+ "module": "src/external/index.ts"
4223
+ }
4224
+ }
4225
+ ]
4226
+ },
4227
+ {
4228
+ "kind": "javascript-module",
4229
+ "path": "src/external/tabulator-theme-simple-css.ts",
4230
+ "declarations": [
4231
+ {
4232
+ "kind": "variable",
4233
+ "name": "tabulatorThemeSimpleCSS",
4234
+ "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`",
4235
+ "description": "External styles for the Tabulator grid.",
4236
+ "privacy": "public"
4237
+ }
4238
+ ],
4239
+ "exports": [
4240
+ {
4241
+ "kind": "js",
4242
+ "name": "tabulatorThemeSimpleCSS",
4243
+ "declaration": {
4244
+ "name": "tabulatorThemeSimpleCSS",
4245
+ "module": "src/external/tabulator-theme-simple-css.ts"
4246
+ }
4247
+ }
4248
+ ]
4249
+ },
4250
+ {
4251
+ "kind": "javascript-module",
4252
+ "path": "src/style/colors.ts",
4253
+ "declarations": [],
4254
+ "exports": []
4255
+ },
4256
+ {
4257
+ "kind": "javascript-module",
4258
+ "path": "src/style/index.ts",
4259
+ "declarations": [],
4260
+ "exports": [
4261
+ {
4262
+ "kind": "js",
4263
+ "name": "*",
4264
+ "declaration": {
4265
+ "name": "*",
4266
+ "package": "./colors"
4267
+ }
4268
+ },
4269
+ {
4270
+ "kind": "js",
4271
+ "name": "*",
4272
+ "declaration": {
4273
+ "name": "*",
4274
+ "package": "./tokens"
4275
+ }
4276
+ }
4277
+ ]
4278
+ },
4279
+ {
4280
+ "kind": "javascript-module",
4281
+ "path": "src/style/tokens.ts",
4282
+ "declarations": [],
4283
+ "exports": []
4284
+ },
4285
+ {
4286
+ "kind": "javascript-module",
4287
+ "path": "src/utils/index.ts",
4288
+ "declarations": [],
4289
+ "exports": [
4290
+ {
4291
+ "kind": "js",
4292
+ "name": "*",
4293
+ "declaration": {
4294
+ "name": "*",
4295
+ "package": "./logger"
4296
+ }
4297
+ },
4298
+ {
4299
+ "kind": "js",
4300
+ "name": "*",
4301
+ "declaration": {
4302
+ "name": "*",
4303
+ "package": "./string-utils"
4304
+ }
4305
+ },
4306
+ {
4307
+ "kind": "js",
4308
+ "name": "*",
4309
+ "declaration": {
4310
+ "name": "*",
4311
+ "package": "./test-id-utils"
4312
+ }
4313
+ }
4314
+ ]
4315
+ },
4316
+ {
4317
+ "kind": "javascript-module",
4318
+ "path": "src/utils/logger.ts",
4319
+ "declarations": [
4320
+ {
4321
+ "kind": "variable",
4322
+ "name": "logger",
4323
+ "description": "Logger for the `grid-tabulator` package",
4324
+ "privacy": "public"
4325
+ }
4326
+ ],
4327
+ "exports": [
4328
+ {
4329
+ "kind": "js",
4330
+ "name": "logger",
4331
+ "declaration": {
4332
+ "name": "logger",
4333
+ "module": "src/utils/logger.ts"
4334
+ }
4335
+ }
4336
+ ]
4337
+ },
4338
+ {
4339
+ "kind": "javascript-module",
4340
+ "path": "src/utils/string-utils.ts",
4341
+ "declarations": [
4342
+ {
4343
+ "kind": "function",
4344
+ "name": "convertToKebabCase",
4345
+ "return": {
4346
+ "type": {
4347
+ "text": ""
4348
+ }
4349
+ },
4350
+ "parameters": [
4351
+ {
4352
+ "name": "str",
4353
+ "type": {
4354
+ "text": "string"
4355
+ },
4356
+ "description": "The string to convert"
4357
+ }
4358
+ ],
4359
+ "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4360
+ },
4361
+ {
4362
+ "kind": "function",
4363
+ "name": "mergeAndDedupColDefWithColumnState",
4364
+ "return": {
4365
+ "type": {
4366
+ "text": ""
4367
+ }
4368
+ },
4369
+ "parameters": [
4370
+ {
4371
+ "name": "colDefs",
4372
+ "type": {
4373
+ "text": "any[]"
4374
+ },
4375
+ "description": "The column definitions"
4376
+ },
4377
+ {
4378
+ "name": "columnState",
4379
+ "type": {
4380
+ "text": "any[]"
4381
+ },
4382
+ "description": "The column state"
4383
+ }
4384
+ ],
4385
+ "description": "Merges and dedupes column definitions with column state"
4386
+ }
4387
+ ],
4388
+ "exports": [
4389
+ {
4390
+ "kind": "js",
4391
+ "name": "convertToKebabCase",
4392
+ "declaration": {
4393
+ "name": "convertToKebabCase",
4394
+ "module": "src/utils/string-utils.ts"
4395
+ }
4396
+ },
4397
+ {
4398
+ "kind": "js",
4399
+ "name": "mergeAndDedupColDefWithColumnState",
4400
+ "declaration": {
4401
+ "name": "mergeAndDedupColDefWithColumnState",
4402
+ "module": "src/utils/string-utils.ts"
4403
+ }
4404
+ }
4405
+ ]
4406
+ },
4407
+ {
4408
+ "kind": "javascript-module",
4409
+ "path": "src/utils/test-id-utils.ts",
4410
+ "declarations": [
4411
+ {
4412
+ "kind": "function",
4413
+ "name": "getDataTestId",
4414
+ "return": {
4415
+ "type": {
4416
+ "text": ""
4417
+ }
4418
+ },
4419
+ "parameters": [
4420
+ {
4421
+ "name": "dataTestId",
4399
4422
  "type": {
4400
- "text": "number"
4423
+ "text": "((rowData: T) => string) | string | undefined"
4401
4424
  },
4402
- "fieldName": "maxView"
4425
+ "description": "The dataTestId value (string or function)"
4403
4426
  },
4404
4427
  {
4405
- "name": "polling-interval",
4428
+ "name": "rowData",
4406
4429
  "type": {
4407
- "text": "number"
4430
+ "text": "T"
4408
4431
  },
4409
- "fieldName": "pollingInterval"
4410
- },
4432
+ "description": "The row data to pass to the function if dataTestId is a function"
4433
+ }
4434
+ ],
4435
+ "description": "Resolves a dataTestId value that can be either a string or a function"
4436
+ }
4437
+ ],
4438
+ "exports": [
4439
+ {
4440
+ "kind": "js",
4441
+ "name": "getDataTestId",
4442
+ "declaration": {
4443
+ "name": "getDataTestId",
4444
+ "module": "src/utils/test-id-utils.ts"
4445
+ }
4446
+ }
4447
+ ]
4448
+ },
4449
+ {
4450
+ "kind": "javascript-module",
4451
+ "path": "src/cell-formatters/action.formatter.ts",
4452
+ "declarations": [
4453
+ {
4454
+ "kind": "function",
4455
+ "name": "actionFormatter",
4456
+ "return": {
4457
+ "type": {
4458
+ "text": ""
4459
+ }
4460
+ },
4461
+ "parameters": [
4411
4462
  {
4412
- "name": "moving-view",
4463
+ "name": "cell",
4413
4464
  "type": {
4414
- "text": "boolean"
4465
+ "text": "any"
4415
4466
  },
4416
- "default": "false",
4417
- "fieldName": "movingView"
4467
+ "description": "The cell component provided by Tabulator"
4418
4468
  },
4419
4469
  {
4420
- "name": "order-by",
4470
+ "name": "formatterParams",
4471
+ "default": "{}",
4421
4472
  "type": {
4422
- "text": "string"
4473
+ "text": "ActionFormatterParams<T>"
4423
4474
  },
4424
- "fieldName": "orderBy"
4425
- },
4475
+ "description": "Action formatter parameters"
4476
+ }
4477
+ ],
4478
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4479
+ "privacy": "public"
4480
+ }
4481
+ ],
4482
+ "exports": [
4483
+ {
4484
+ "kind": "js",
4485
+ "name": "actionFormatter",
4486
+ "declaration": {
4487
+ "name": "actionFormatter",
4488
+ "module": "src/cell-formatters/action.formatter.ts"
4489
+ }
4490
+ }
4491
+ ]
4492
+ },
4493
+ {
4494
+ "kind": "javascript-module",
4495
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4496
+ "declarations": [
4497
+ {
4498
+ "kind": "function",
4499
+ "name": "actionsMenuFormatter",
4500
+ "return": {
4501
+ "type": {
4502
+ "text": ""
4503
+ }
4504
+ },
4505
+ "parameters": [
4426
4506
  {
4427
- "name": "resource-name",
4507
+ "name": "cell",
4428
4508
  "type": {
4429
- "text": "string"
4509
+ "text": "any"
4430
4510
  },
4431
- "fieldName": "resourceName"
4511
+ "description": "The cell component provided by Tabulator"
4432
4512
  },
4433
4513
  {
4514
+ "name": "formatterParams",
4515
+ "default": "{}",
4434
4516
  "type": {
4435
- "text": "boolean"
4517
+ "text": "ActionsMenuFormatterParams<T>"
4436
4518
  },
4437
- "default": "false",
4438
- "fieldName": "reverse"
4439
- },
4440
- {
4441
- "name": "row-id",
4442
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4443
- "fieldName": "rowIdAttr"
4444
- },
4519
+ "description": "Actions menu formatter parameters"
4520
+ }
4521
+ ],
4522
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4523
+ "privacy": "public"
4524
+ }
4525
+ ],
4526
+ "exports": [
4527
+ {
4528
+ "kind": "js",
4529
+ "name": "actionsMenuFormatter",
4530
+ "declaration": {
4531
+ "name": "actionsMenuFormatter",
4532
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4533
+ }
4534
+ }
4535
+ ]
4536
+ },
4537
+ {
4538
+ "kind": "javascript-module",
4539
+ "path": "src/cell-formatters/boolean.formatter.ts",
4540
+ "declarations": [
4541
+ {
4542
+ "kind": "function",
4543
+ "name": "booleanFormatter",
4544
+ "return": {
4545
+ "type": {
4546
+ "text": ""
4547
+ }
4548
+ },
4549
+ "parameters": [
4445
4550
  {
4446
- "name": "restart-on-reconnection",
4551
+ "name": "cell",
4447
4552
  "type": {
4448
- "text": "boolean"
4553
+ "text": "any"
4449
4554
  },
4450
- "default": "true",
4451
- "fieldName": "restartOnReconnection"
4555
+ "description": "The cell component provided by Tabulator"
4452
4556
  },
4453
4557
  {
4454
- "name": "keep-col-defs-on-clear-row-data",
4558
+ "name": "formatterParams",
4559
+ "default": "{}",
4455
4560
  "type": {
4456
- "text": "boolean"
4561
+ "text": "BooleanFormatterParams<T>"
4457
4562
  },
4458
- "default": "false",
4459
- "description": "Whether to keep column definitions when clearing row data",
4460
- "fieldName": "keepColDefsOnClearRowData"
4461
- }
4462
- ],
4463
- "mixins": [
4464
- {
4465
- "name": "LifecycleMixin",
4466
- "package": "@genesislcap/foundation-utils"
4467
- },
4468
- {
4469
- "name": "DatasourceEventHandler",
4470
- "package": "@genesislcap/foundation-comms"
4563
+ "description": "Boolean formatter parameters"
4471
4564
  }
4472
4565
  ],
4473
- "superclass": {
4474
- "name": "FoundationElement",
4475
- "package": "@microsoft/fast-foundation"
4476
- },
4477
- "tagName": "grid-tabulator-client-side-datasource",
4478
- "customElement": true
4566
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4567
+ "privacy": "public"
4479
4568
  }
4480
4569
  ],
4481
4570
  "exports": [
4482
4571
  {
4483
4572
  "kind": "js",
4484
- "name": "criteriaDelimiter",
4485
- "declaration": {
4486
- "name": "criteriaDelimiter",
4487
- "module": "src/datasource/client-side.datasource.ts"
4488
- }
4489
- },
4490
- {
4491
- "kind": "js",
4492
- "name": "criteriaJoin",
4493
- "declaration": {
4494
- "name": "criteriaJoin",
4495
- "module": "src/datasource/client-side.datasource.ts"
4496
- }
4497
- },
4498
- {
4499
- "kind": "js",
4500
- "name": "GridTabulatorClientSideDatasource",
4501
- "declaration": {
4502
- "name": "GridTabulatorClientSideDatasource",
4503
- "module": "src/datasource/client-side.datasource.ts"
4504
- }
4505
- },
4506
- {
4507
- "kind": "custom-element-definition",
4508
- "name": "grid-tabulator-client-side-datasource",
4573
+ "name": "booleanFormatter",
4509
4574
  "declaration": {
4510
- "name": "GridTabulatorClientSideDatasource",
4511
- "module": "src/datasource/client-side.datasource.ts"
4575
+ "name": "booleanFormatter",
4576
+ "module": "src/cell-formatters/boolean.formatter.ts"
4512
4577
  }
4513
4578
  }
4514
4579
  ]
4515
4580
  },
4516
4581
  {
4517
4582
  "kind": "javascript-module",
4518
- "path": "src/datasource/index.ts",
4583
+ "path": "src/cell-formatters/constants.ts",
4519
4584
  "declarations": [],
4585
+ "exports": []
4586
+ },
4587
+ {
4588
+ "kind": "javascript-module",
4589
+ "path": "src/cell-formatters/editable.formatter.ts",
4590
+ "declarations": [
4591
+ {
4592
+ "kind": "function",
4593
+ "name": "editableFormatter",
4594
+ "return": {
4595
+ "type": {
4596
+ "text": ""
4597
+ }
4598
+ },
4599
+ "parameters": [
4600
+ {
4601
+ "name": "cell",
4602
+ "type": {
4603
+ "text": "any"
4604
+ },
4605
+ "description": "The cell component provided by Tabulator"
4606
+ },
4607
+ {
4608
+ "name": "formatterParams",
4609
+ "default": "{}",
4610
+ "type": {
4611
+ "text": "EditableFormatterParams<T>"
4612
+ },
4613
+ "description": "Editable formatter parameters"
4614
+ }
4615
+ ],
4616
+ "description": "Formatter that displays an editable cell with validation state",
4617
+ "privacy": "public"
4618
+ }
4619
+ ],
4520
4620
  "exports": [
4521
4621
  {
4522
4622
  "kind": "js",
4523
- "name": "*",
4623
+ "name": "editableFormatter",
4524
4624
  "declaration": {
4525
- "name": "*",
4526
- "package": "./client-side.datasource"
4625
+ "name": "editableFormatter",
4626
+ "module": "src/cell-formatters/editable.formatter.ts"
4527
4627
  }
4528
4628
  }
4529
4629
  ]
4530
4630
  },
4531
4631
  {
4532
4632
  "kind": "javascript-module",
4533
- "path": "src/external/fonts.ts",
4534
- "declarations": [
4535
- {
4536
- "kind": "variable",
4537
- "name": "tabulatorDefaultFontFace",
4538
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4539
- },
4540
- {
4541
- "kind": "variable",
4542
- "name": "tabulatorRapidFontFace",
4543
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4544
- },
4633
+ "path": "src/cell-formatters/index.ts",
4634
+ "declarations": [
4545
4635
  {
4546
4636
  "kind": "variable",
4547
- "name": "gridThemeFontFaceMap",
4637
+ "name": "formatters",
4548
4638
  "type": {
4549
- "text": "GridThemeFontFaceMap"
4639
+ "text": "object"
4550
4640
  },
4551
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4552
- },
4553
- {
4554
- "kind": "variable",
4555
- "name": "defaultGridTabulatorFontFace",
4556
- "default": "tabulatorDefaultFontFace"
4641
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4642
+ "description": "Zero formatters for Tabulator grid"
4557
4643
  }
4558
4644
  ],
4559
4645
  "exports": [
4560
4646
  {
4561
4647
  "kind": "js",
4562
- "name": "tabulatorDefaultFontFace",
4648
+ "name": "*",
4563
4649
  "declaration": {
4564
- "name": "tabulatorDefaultFontFace",
4565
- "module": "src/external/fonts.ts"
4650
+ "name": "*",
4651
+ "package": "./constants"
4566
4652
  }
4567
4653
  },
4568
4654
  {
4569
4655
  "kind": "js",
4570
- "name": "tabulatorRapidFontFace",
4656
+ "name": "ActionFormatterParams",
4571
4657
  "declaration": {
4572
- "name": "tabulatorRapidFontFace",
4573
- "module": "src/external/fonts.ts"
4658
+ "name": "ActionFormatterParams",
4659
+ "module": "src/cell-formatters/index.ts"
4574
4660
  }
4575
4661
  },
4576
4662
  {
4577
4663
  "kind": "js",
4578
- "name": "gridThemeFontFaceMap",
4664
+ "name": "actionFormatter",
4579
4665
  "declaration": {
4580
- "name": "gridThemeFontFaceMap",
4581
- "module": "src/external/fonts.ts"
4666
+ "name": "actionFormatter",
4667
+ "module": "src/cell-formatters/index.ts"
4582
4668
  }
4583
4669
  },
4584
4670
  {
4585
4671
  "kind": "js",
4586
- "name": "defaultGridTabulatorFontFace",
4672
+ "name": "ActionsMenuFormatterParams",
4587
4673
  "declaration": {
4588
- "name": "defaultGridTabulatorFontFace",
4589
- "module": "src/external/fonts.ts"
4674
+ "name": "ActionsMenuFormatterParams",
4675
+ "module": "src/cell-formatters/index.ts"
4590
4676
  }
4591
- }
4592
- ]
4593
- },
4594
- {
4595
- "kind": "javascript-module",
4596
- "path": "src/external/index.ts",
4597
- "declarations": [
4598
- {
4599
- "kind": "variable",
4600
- "name": "tabulatorExternalStockStyles",
4601
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4602
- "description": "External styles for the Tabulator grid.",
4603
- "privacy": "public"
4604
- }
4605
- ],
4606
- "exports": [
4677
+ },
4607
4678
  {
4608
4679
  "kind": "js",
4609
- "name": "tabulatorExternalStockStyles",
4680
+ "name": "actionsMenuFormatter",
4610
4681
  "declaration": {
4611
- "name": "tabulatorExternalStockStyles",
4612
- "module": "src/external/index.ts"
4682
+ "name": "actionsMenuFormatter",
4683
+ "module": "src/cell-formatters/index.ts"
4613
4684
  }
4614
4685
  },
4615
4686
  {
4616
4687
  "kind": "js",
4617
- "name": "tabulatorThemeSimpleCSS",
4688
+ "name": "BooleanFormatterParams",
4618
4689
  "declaration": {
4619
- "name": "tabulatorThemeSimpleCSS",
4620
- "module": "src/external/index.ts"
4690
+ "name": "BooleanFormatterParams",
4691
+ "module": "src/cell-formatters/index.ts"
4621
4692
  }
4622
- }
4623
- ]
4624
- },
4625
- {
4626
- "kind": "javascript-module",
4627
- "path": "src/external/tabulator-theme-simple-css.ts",
4628
- "declarations": [
4629
- {
4630
- "kind": "variable",
4631
- "name": "tabulatorThemeSimpleCSS",
4632
- "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`",
4633
- "description": "External styles for the Tabulator grid.",
4634
- "privacy": "public"
4635
- }
4636
- ],
4637
- "exports": [
4693
+ },
4638
4694
  {
4639
4695
  "kind": "js",
4640
- "name": "tabulatorThemeSimpleCSS",
4696
+ "name": "booleanFormatter",
4641
4697
  "declaration": {
4642
- "name": "tabulatorThemeSimpleCSS",
4643
- "module": "src/external/tabulator-theme-simple-css.ts"
4698
+ "name": "booleanFormatter",
4699
+ "module": "src/cell-formatters/index.ts"
4644
4700
  }
4645
- }
4646
- ]
4647
- },
4648
- {
4649
- "kind": "javascript-module",
4650
- "path": "src/style/colors.ts",
4651
- "declarations": [],
4652
- "exports": []
4653
- },
4654
- {
4655
- "kind": "javascript-module",
4656
- "path": "src/style/index.ts",
4657
- "declarations": [],
4658
- "exports": [
4701
+ },
4659
4702
  {
4660
4703
  "kind": "js",
4661
- "name": "*",
4704
+ "name": "EditableFormatterParams",
4662
4705
  "declaration": {
4663
- "name": "*",
4664
- "package": "./colors"
4706
+ "name": "EditableFormatterParams",
4707
+ "module": "src/cell-formatters/index.ts"
4665
4708
  }
4666
4709
  },
4667
4710
  {
4668
4711
  "kind": "js",
4669
- "name": "*",
4712
+ "name": "editableFormatter",
4670
4713
  "declaration": {
4671
- "name": "*",
4672
- "package": "./tokens"
4714
+ "name": "editableFormatter",
4715
+ "module": "src/cell-formatters/index.ts"
4673
4716
  }
4674
- }
4675
- ]
4676
- },
4677
- {
4678
- "kind": "javascript-module",
4679
- "path": "src/style/tokens.ts",
4680
- "declarations": [],
4681
- "exports": []
4682
- },
4683
- {
4684
- "kind": "javascript-module",
4685
- "path": "src/utils/index.ts",
4686
- "declarations": [],
4687
- "exports": [
4717
+ },
4688
4718
  {
4689
4719
  "kind": "js",
4690
- "name": "*",
4720
+ "name": "SelectFormatterParams",
4691
4721
  "declaration": {
4692
- "name": "*",
4693
- "package": "./logger"
4722
+ "name": "SelectFormatterParams",
4723
+ "module": "src/cell-formatters/index.ts"
4694
4724
  }
4695
4725
  },
4696
4726
  {
4697
4727
  "kind": "js",
4698
- "name": "*",
4728
+ "name": "selectFormatter",
4699
4729
  "declaration": {
4700
- "name": "*",
4701
- "package": "./string-utils"
4730
+ "name": "selectFormatter",
4731
+ "module": "src/cell-formatters/index.ts"
4702
4732
  }
4703
4733
  },
4704
4734
  {
4705
4735
  "kind": "js",
4706
- "name": "*",
4736
+ "name": "TextFormatterParams",
4707
4737
  "declaration": {
4708
- "name": "*",
4709
- "package": "./test-id-utils"
4738
+ "name": "TextFormatterParams",
4739
+ "module": "src/cell-formatters/index.ts"
4710
4740
  }
4711
- }
4712
- ]
4713
- },
4714
- {
4715
- "kind": "javascript-module",
4716
- "path": "src/utils/logger.ts",
4717
- "declarations": [
4741
+ },
4718
4742
  {
4719
- "kind": "variable",
4720
- "name": "logger",
4721
- "description": "Logger for the `grid-tabulator` package",
4722
- "privacy": "public"
4723
- }
4724
- ],
4725
- "exports": [
4743
+ "kind": "js",
4744
+ "name": "textFormatter",
4745
+ "declaration": {
4746
+ "name": "textFormatter",
4747
+ "module": "src/cell-formatters/index.ts"
4748
+ }
4749
+ },
4726
4750
  {
4727
4751
  "kind": "js",
4728
- "name": "logger",
4752
+ "name": "formatters",
4729
4753
  "declaration": {
4730
- "name": "logger",
4731
- "module": "src/utils/logger.ts"
4754
+ "name": "formatters",
4755
+ "module": "src/cell-formatters/index.ts"
4732
4756
  }
4733
4757
  }
4734
4758
  ]
4735
4759
  },
4736
4760
  {
4737
4761
  "kind": "javascript-module",
4738
- "path": "src/utils/string-utils.ts",
4762
+ "path": "src/cell-formatters/select.formatter.ts",
4739
4763
  "declarations": [
4740
4764
  {
4741
4765
  "kind": "function",
4742
- "name": "convertToKebabCase",
4743
- "return": {
4744
- "type": {
4745
- "text": ""
4746
- }
4747
- },
4748
- "parameters": [
4749
- {
4750
- "name": "str",
4751
- "type": {
4752
- "text": "string"
4753
- },
4754
- "description": "The string to convert"
4755
- }
4756
- ],
4757
- "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4758
- },
4759
- {
4760
- "kind": "function",
4761
- "name": "mergeAndDedupColDefWithColumnState",
4766
+ "name": "selectFormatter",
4762
4767
  "return": {
4763
4768
  "type": {
4764
4769
  "text": ""
@@ -4766,49 +4771,42 @@
4766
4771
  },
4767
4772
  "parameters": [
4768
4773
  {
4769
- "name": "colDefs",
4774
+ "name": "cell",
4770
4775
  "type": {
4771
- "text": "any[]"
4776
+ "text": "any"
4772
4777
  },
4773
- "description": "The column definitions"
4778
+ "description": "The cell component provided by Tabulator"
4774
4779
  },
4775
4780
  {
4776
- "name": "columnState",
4781
+ "name": "formatterParams",
4777
4782
  "type": {
4778
- "text": "any[]"
4783
+ "text": "SelectFormatterParams<T>"
4779
4784
  },
4780
- "description": "The column state"
4785
+ "description": "Select formatter parameters"
4781
4786
  }
4782
4787
  ],
4783
- "description": "Merges and dedupes column definitions with column state"
4788
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4789
+ "privacy": "public"
4784
4790
  }
4785
4791
  ],
4786
4792
  "exports": [
4787
4793
  {
4788
4794
  "kind": "js",
4789
- "name": "convertToKebabCase",
4790
- "declaration": {
4791
- "name": "convertToKebabCase",
4792
- "module": "src/utils/string-utils.ts"
4793
- }
4794
- },
4795
- {
4796
- "kind": "js",
4797
- "name": "mergeAndDedupColDefWithColumnState",
4795
+ "name": "selectFormatter",
4798
4796
  "declaration": {
4799
- "name": "mergeAndDedupColDefWithColumnState",
4800
- "module": "src/utils/string-utils.ts"
4797
+ "name": "selectFormatter",
4798
+ "module": "src/cell-formatters/select.formatter.ts"
4801
4799
  }
4802
4800
  }
4803
4801
  ]
4804
4802
  },
4805
4803
  {
4806
4804
  "kind": "javascript-module",
4807
- "path": "src/utils/test-id-utils.ts",
4805
+ "path": "src/cell-formatters/text.formatter.ts",
4808
4806
  "declarations": [
4809
4807
  {
4810
4808
  "kind": "function",
4811
- "name": "getDataTestId",
4809
+ "name": "textFormatter",
4812
4810
  "return": {
4813
4811
  "type": {
4814
4812
  "text": ""
@@ -4816,30 +4814,32 @@
4816
4814
  },
4817
4815
  "parameters": [
4818
4816
  {
4819
- "name": "dataTestId",
4817
+ "name": "cell",
4820
4818
  "type": {
4821
- "text": "((rowData: T) => string) | string | undefined"
4819
+ "text": "any"
4822
4820
  },
4823
- "description": "The dataTestId value (string or function)"
4821
+ "description": "The cell component provided by Tabulator"
4824
4822
  },
4825
4823
  {
4826
- "name": "rowData",
4824
+ "name": "formatterParams",
4825
+ "default": "{}",
4827
4826
  "type": {
4828
- "text": "T"
4827
+ "text": "TextFormatterParams<T>"
4829
4828
  },
4830
- "description": "The row data to pass to the function if dataTestId is a function"
4829
+ "description": "Text formatter parameters"
4831
4830
  }
4832
4831
  ],
4833
- "description": "Resolves a dataTestId value that can be either a string or a function"
4832
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4833
+ "privacy": "public"
4834
4834
  }
4835
4835
  ],
4836
4836
  "exports": [
4837
4837
  {
4838
4838
  "kind": "js",
4839
- "name": "getDataTestId",
4839
+ "name": "textFormatter",
4840
4840
  "declaration": {
4841
- "name": "getDataTestId",
4842
- "module": "src/utils/test-id-utils.ts"
4841
+ "name": "textFormatter",
4842
+ "module": "src/cell-formatters/text.formatter.ts"
4843
4843
  }
4844
4844
  }
4845
4845
  ]