@genesislcap/grid-tabulator 14.421.1-FUI-2511.1 → 14.421.1-FUI-2511.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2944,285 +2944,322 @@
2944
2944
  },
2945
2945
  {
2946
2946
  "kind": "javascript-module",
2947
- "path": "src/column/column.ts",
2947
+ "path": "src/cell-formatters/action.formatter.ts",
2948
2948
  "declarations": [
2949
2949
  {
2950
- "kind": "class",
2951
- "description": "The GridTabulator Column element.",
2952
- "name": "GridTabulatorColumn",
2953
- "members": [
2950
+ "kind": "function",
2951
+ "name": "actionFormatter",
2952
+ "return": {
2953
+ "type": {
2954
+ "text": ""
2955
+ }
2956
+ },
2957
+ "parameters": [
2954
2958
  {
2955
- "kind": "field",
2956
- "name": "slottedCell",
2959
+ "name": "cell",
2957
2960
  "type": {
2958
- "text": "HTMLElement[]"
2961
+ "text": "any"
2959
2962
  },
2960
- "privacy": "public"
2963
+ "description": "The cell component provided by Tabulator"
2961
2964
  },
2962
2965
  {
2963
- "kind": "field",
2964
- "name": "definition",
2966
+ "name": "formatterParams",
2967
+ "default": "{}",
2965
2968
  "type": {
2966
- "text": "Partial<ColumnDefinition>"
2967
- },
2968
- "default": "{}"
2969
- },
2970
- {
2971
- "kind": "method",
2972
- "name": "slottedCellChanged",
2973
- "privacy": "public"
2974
- },
2975
- {
2976
- "kind": "method",
2977
- "name": "deepClone",
2978
- "return": {
2979
- "type": {
2980
- "text": "Node"
2981
- }
2982
- },
2983
- "inheritedFrom": {
2984
- "name": "LifecycleMixin",
2985
- "module": "src/mixins/lifecycle/lifecycle.ts"
2986
- }
2987
- },
2988
- {
2989
- "kind": "method",
2990
- "name": "cloneNode",
2991
- "return": {
2992
- "type": {
2993
- "text": "Node"
2994
- }
2969
+ "text": "ActionFormatterParams<T>"
2995
2970
  },
2996
- "parameters": [
2997
- {
2998
- "name": "deep",
2999
- "optional": true,
3000
- "type": {
3001
- "text": "boolean"
3002
- }
3003
- }
3004
- ],
3005
- "inheritedFrom": {
3006
- "name": "LifecycleMixin",
3007
- "module": "src/mixins/lifecycle/lifecycle.ts"
3008
- }
3009
- },
2971
+ "description": "Action formatter parameters"
2972
+ }
2973
+ ],
2974
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
+ "privacy": "public"
2976
+ }
2977
+ ],
2978
+ "exports": [
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "actionFormatter",
2982
+ "declaration": {
2983
+ "name": "actionFormatter",
2984
+ "module": "src/cell-formatters/action.formatter.ts"
2985
+ }
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "kind": "javascript-module",
2991
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
+ "declarations": [
2993
+ {
2994
+ "kind": "function",
2995
+ "name": "actionsMenuFormatter",
2996
+ "return": {
2997
+ "type": {
2998
+ "text": ""
2999
+ }
3000
+ },
3001
+ "parameters": [
3010
3002
  {
3011
- "kind": "field",
3012
- "name": "shouldRunDisconnect",
3013
- "return": {
3014
- "type": {
3015
- "text": ""
3016
- }
3003
+ "name": "cell",
3004
+ "type": {
3005
+ "text": "any"
3017
3006
  },
3018
- "readonly": true,
3019
- "inheritedFrom": {
3020
- "name": "LifecycleMixin",
3021
- "module": "src/mixins/lifecycle/lifecycle.ts"
3022
- }
3007
+ "description": "The cell component provided by Tabulator"
3023
3008
  },
3024
3009
  {
3025
- "kind": "field",
3026
- "name": "shouldRunConnect",
3027
- "return": {
3028
- "type": {
3029
- "text": ""
3030
- }
3010
+ "name": "formatterParams",
3011
+ "default": "{}",
3012
+ "type": {
3013
+ "text": "ActionsMenuFormatterParams<T>"
3031
3014
  },
3032
- "readonly": true,
3033
- "inheritedFrom": {
3034
- "name": "LifecycleMixin",
3035
- "module": "src/mixins/lifecycle/lifecycle.ts"
3036
- }
3037
- },
3015
+ "description": "Actions menu formatter parameters"
3016
+ }
3017
+ ],
3018
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
+ "privacy": "public"
3020
+ }
3021
+ ],
3022
+ "exports": [
3023
+ {
3024
+ "kind": "js",
3025
+ "name": "actionsMenuFormatter",
3026
+ "declaration": {
3027
+ "name": "actionsMenuFormatter",
3028
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3029
+ }
3030
+ }
3031
+ ]
3032
+ },
3033
+ {
3034
+ "kind": "javascript-module",
3035
+ "path": "src/cell-formatters/boolean.formatter.ts",
3036
+ "declarations": [
3037
+ {
3038
+ "kind": "function",
3039
+ "name": "booleanFormatter",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": ""
3043
+ }
3044
+ },
3045
+ "parameters": [
3038
3046
  {
3039
- "kind": "method",
3040
- "name": "#_blockLifecycleDueToTokenChange",
3041
- "return": {
3042
- "type": {
3043
- "text": "boolean"
3044
- }
3047
+ "name": "cell",
3048
+ "type": {
3049
+ "text": "any"
3045
3050
  },
3046
- "parameters": [
3047
- {
3048
- "name": "lifecycleType",
3049
- "type": {
3050
- "text": "Lifecycletype"
3051
- }
3052
- }
3053
- ],
3054
- "inheritedFrom": {
3055
- "name": "LifecycleMixin",
3056
- "module": "src/mixins/lifecycle/lifecycle.ts"
3057
- }
3051
+ "description": "The cell component provided by Tabulator"
3058
3052
  },
3059
3053
  {
3060
- "kind": "field",
3061
- "name": "_presentation",
3054
+ "name": "formatterParams",
3055
+ "default": "{}",
3062
3056
  "type": {
3063
- "text": "ComponentPresentation | null | undefined"
3057
+ "text": "BooleanFormatterParams<T>"
3064
3058
  },
3065
- "privacy": "private",
3066
- "default": "void 0",
3067
- "inheritedFrom": {
3068
- "name": "FoundationElement",
3069
- "module": "src/foundation-element/foundation-element.ts"
3070
- }
3071
- },
3059
+ "description": "Boolean formatter parameters"
3060
+ }
3061
+ ],
3062
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
+ "privacy": "public"
3064
+ }
3065
+ ],
3066
+ "exports": [
3067
+ {
3068
+ "kind": "js",
3069
+ "name": "booleanFormatter",
3070
+ "declaration": {
3071
+ "name": "booleanFormatter",
3072
+ "module": "src/cell-formatters/boolean.formatter.ts"
3073
+ }
3074
+ }
3075
+ ]
3076
+ },
3077
+ {
3078
+ "kind": "javascript-module",
3079
+ "path": "src/cell-formatters/constants.ts",
3080
+ "declarations": [],
3081
+ "exports": []
3082
+ },
3083
+ {
3084
+ "kind": "javascript-module",
3085
+ "path": "src/cell-formatters/editable.formatter.ts",
3086
+ "declarations": [
3087
+ {
3088
+ "kind": "function",
3089
+ "name": "editableFormatter",
3090
+ "return": {
3091
+ "type": {
3092
+ "text": ""
3093
+ }
3094
+ },
3095
+ "parameters": [
3072
3096
  {
3073
- "kind": "field",
3074
- "name": "$presentation",
3097
+ "name": "cell",
3075
3098
  "type": {
3076
- "text": "ComponentPresentation | null"
3099
+ "text": "any"
3077
3100
  },
3078
- "privacy": "public",
3079
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3080
- "inheritedFrom": {
3081
- "name": "FoundationElement",
3082
- "module": "src/foundation-element/foundation-element.ts"
3083
- }
3101
+ "description": "The cell component provided by Tabulator"
3084
3102
  },
3085
3103
  {
3086
- "kind": "field",
3087
- "name": "template",
3104
+ "name": "formatterParams",
3105
+ "default": "{}",
3088
3106
  "type": {
3089
- "text": "ElementViewTemplate | void | null"
3107
+ "text": "EditableFormatterParams<T>"
3090
3108
  },
3091
- "privacy": "public",
3092
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3093
- "inheritedFrom": {
3094
- "name": "FoundationElement",
3095
- "module": "src/foundation-element/foundation-element.ts"
3096
- }
3097
- },
3098
- {
3099
- "kind": "method",
3100
- "name": "templateChanged",
3101
- "privacy": "protected",
3102
- "return": {
3103
- "type": {
3104
- "text": "void"
3105
- }
3106
- },
3107
- "inheritedFrom": {
3108
- "name": "FoundationElement",
3109
- "module": "src/foundation-element/foundation-element.ts"
3110
- }
3111
- },
3112
- {
3113
- "kind": "field",
3114
- "name": "styles",
3115
- "type": {
3116
- "text": "ElementStyles | void | null"
3117
- },
3118
- "privacy": "public",
3119
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3120
- "inheritedFrom": {
3121
- "name": "FoundationElement",
3122
- "module": "src/foundation-element/foundation-element.ts"
3123
- }
3124
- },
3125
- {
3126
- "kind": "method",
3127
- "name": "stylesChanged",
3128
- "privacy": "protected",
3129
- "return": {
3130
- "type": {
3131
- "text": "void"
3132
- }
3133
- },
3134
- "inheritedFrom": {
3135
- "name": "FoundationElement",
3136
- "module": "src/foundation-element/foundation-element.ts"
3137
- }
3138
- },
3139
- {
3140
- "kind": "method",
3141
- "name": "compose",
3142
- "privacy": "public",
3143
- "static": true,
3144
- "return": {
3145
- "type": {
3146
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3147
- }
3148
- },
3149
- "parameters": [
3150
- {
3151
- "name": "this",
3152
- "type": {
3153
- "text": "K"
3154
- }
3155
- },
3156
- {
3157
- "name": "elementDefinition",
3158
- "type": {
3159
- "text": "T"
3160
- },
3161
- "description": "The definition of the element to create the registry\nfunction for."
3162
- }
3163
- ],
3164
- "description": "Defines an element registry function with a set of element definition defaults.",
3165
- "inheritedFrom": {
3166
- "name": "FoundationElement",
3167
- "module": "src/foundation-element/foundation-element.ts"
3168
- }
3169
- }
3170
- ],
3171
- "mixins": [
3172
- {
3173
- "name": "LifecycleMixin",
3174
- "package": "@genesislcap/foundation-utils"
3109
+ "description": "Editable formatter parameters"
3175
3110
  }
3176
3111
  ],
3177
- "superclass": {
3178
- "name": "FoundationElement",
3179
- "package": "@microsoft/fast-foundation"
3180
- },
3181
- "tagName": "grid-tabulator-column",
3182
- "customElement": true
3112
+ "description": "Formatter that displays an editable cell with validation state",
3113
+ "privacy": "public"
3183
3114
  }
3184
3115
  ],
3185
3116
  "exports": [
3186
3117
  {
3187
3118
  "kind": "js",
3188
- "name": "GridTabulatorColumn",
3189
- "declaration": {
3190
- "name": "GridTabulatorColumn",
3191
- "module": "src/column/column.ts"
3192
- }
3193
- },
3194
- {
3195
- "kind": "custom-element-definition",
3196
- "name": "grid-tabulator-column",
3119
+ "name": "editableFormatter",
3197
3120
  "declaration": {
3198
- "name": "GridTabulatorColumn",
3199
- "module": "src/column/column.ts"
3121
+ "name": "editableFormatter",
3122
+ "module": "src/cell-formatters/editable.formatter.ts"
3200
3123
  }
3201
3124
  }
3202
3125
  ]
3203
3126
  },
3204
3127
  {
3205
3128
  "kind": "javascript-module",
3206
- "path": "src/column/index.ts",
3207
- "declarations": [],
3129
+ "path": "src/cell-formatters/index.ts",
3130
+ "declarations": [
3131
+ {
3132
+ "kind": "variable",
3133
+ "name": "formatters",
3134
+ "type": {
3135
+ "text": "object"
3136
+ },
3137
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
+ "description": "Zero formatters for Tabulator grid"
3139
+ }
3140
+ ],
3208
3141
  "exports": [
3209
3142
  {
3210
3143
  "kind": "js",
3211
3144
  "name": "*",
3212
3145
  "declaration": {
3213
3146
  "name": "*",
3214
- "package": "./column"
3147
+ "package": "./constants"
3148
+ }
3149
+ },
3150
+ {
3151
+ "kind": "js",
3152
+ "name": "ActionFormatterParams",
3153
+ "declaration": {
3154
+ "name": "ActionFormatterParams",
3155
+ "module": "src/cell-formatters/index.ts"
3156
+ }
3157
+ },
3158
+ {
3159
+ "kind": "js",
3160
+ "name": "actionFormatter",
3161
+ "declaration": {
3162
+ "name": "actionFormatter",
3163
+ "module": "src/cell-formatters/index.ts"
3164
+ }
3165
+ },
3166
+ {
3167
+ "kind": "js",
3168
+ "name": "ActionsMenuFormatterParams",
3169
+ "declaration": {
3170
+ "name": "ActionsMenuFormatterParams",
3171
+ "module": "src/cell-formatters/index.ts"
3172
+ }
3173
+ },
3174
+ {
3175
+ "kind": "js",
3176
+ "name": "actionsMenuFormatter",
3177
+ "declaration": {
3178
+ "name": "actionsMenuFormatter",
3179
+ "module": "src/cell-formatters/index.ts"
3180
+ }
3181
+ },
3182
+ {
3183
+ "kind": "js",
3184
+ "name": "BooleanFormatterParams",
3185
+ "declaration": {
3186
+ "name": "BooleanFormatterParams",
3187
+ "module": "src/cell-formatters/index.ts"
3188
+ }
3189
+ },
3190
+ {
3191
+ "kind": "js",
3192
+ "name": "booleanFormatter",
3193
+ "declaration": {
3194
+ "name": "booleanFormatter",
3195
+ "module": "src/cell-formatters/index.ts"
3196
+ }
3197
+ },
3198
+ {
3199
+ "kind": "js",
3200
+ "name": "EditableFormatterParams",
3201
+ "declaration": {
3202
+ "name": "EditableFormatterParams",
3203
+ "module": "src/cell-formatters/index.ts"
3204
+ }
3205
+ },
3206
+ {
3207
+ "kind": "js",
3208
+ "name": "editableFormatter",
3209
+ "declaration": {
3210
+ "name": "editableFormatter",
3211
+ "module": "src/cell-formatters/index.ts"
3212
+ }
3213
+ },
3214
+ {
3215
+ "kind": "js",
3216
+ "name": "SelectFormatterParams",
3217
+ "declaration": {
3218
+ "name": "SelectFormatterParams",
3219
+ "module": "src/cell-formatters/index.ts"
3220
+ }
3221
+ },
3222
+ {
3223
+ "kind": "js",
3224
+ "name": "selectFormatter",
3225
+ "declaration": {
3226
+ "name": "selectFormatter",
3227
+ "module": "src/cell-formatters/index.ts"
3228
+ }
3229
+ },
3230
+ {
3231
+ "kind": "js",
3232
+ "name": "TextFormatterParams",
3233
+ "declaration": {
3234
+ "name": "TextFormatterParams",
3235
+ "module": "src/cell-formatters/index.ts"
3236
+ }
3237
+ },
3238
+ {
3239
+ "kind": "js",
3240
+ "name": "textFormatter",
3241
+ "declaration": {
3242
+ "name": "textFormatter",
3243
+ "module": "src/cell-formatters/index.ts"
3244
+ }
3245
+ },
3246
+ {
3247
+ "kind": "js",
3248
+ "name": "formatters",
3249
+ "declaration": {
3250
+ "name": "formatters",
3251
+ "module": "src/cell-formatters/index.ts"
3215
3252
  }
3216
3253
  }
3217
3254
  ]
3218
3255
  },
3219
3256
  {
3220
3257
  "kind": "javascript-module",
3221
- "path": "src/cell-formatters/action.formatter.ts",
3258
+ "path": "src/cell-formatters/select.formatter.ts",
3222
3259
  "declarations": [
3223
3260
  {
3224
3261
  "kind": "function",
3225
- "name": "actionFormatter",
3262
+ "name": "selectFormatter",
3226
3263
  "return": {
3227
3264
  "type": {
3228
3265
  "text": ""
@@ -3238,35 +3275,34 @@
3238
3275
  },
3239
3276
  {
3240
3277
  "name": "formatterParams",
3241
- "default": "{}",
3242
3278
  "type": {
3243
- "text": "ActionFormatterParams<T>"
3279
+ "text": "SelectFormatterParams<T>"
3244
3280
  },
3245
- "description": "Action formatter parameters"
3281
+ "description": "Select formatter parameters"
3246
3282
  }
3247
3283
  ],
3248
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3284
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3249
3285
  "privacy": "public"
3250
3286
  }
3251
3287
  ],
3252
3288
  "exports": [
3253
3289
  {
3254
3290
  "kind": "js",
3255
- "name": "actionFormatter",
3291
+ "name": "selectFormatter",
3256
3292
  "declaration": {
3257
- "name": "actionFormatter",
3258
- "module": "src/cell-formatters/action.formatter.ts"
3293
+ "name": "selectFormatter",
3294
+ "module": "src/cell-formatters/select.formatter.ts"
3259
3295
  }
3260
3296
  }
3261
3297
  ]
3262
3298
  },
3263
3299
  {
3264
3300
  "kind": "javascript-module",
3265
- "path": "src/cell-formatters/actions-menu.formatter.ts",
3301
+ "path": "src/cell-formatters/text.formatter.ts",
3266
3302
  "declarations": [
3267
3303
  {
3268
3304
  "kind": "function",
3269
- "name": "actionsMenuFormatter",
3305
+ "name": "textFormatter",
3270
3306
  "return": {
3271
3307
  "type": {
3272
3308
  "text": ""
@@ -3284,582 +3320,272 @@
3284
3320
  "name": "formatterParams",
3285
3321
  "default": "{}",
3286
3322
  "type": {
3287
- "text": "ActionsMenuFormatterParams<T>"
3323
+ "text": "TextFormatterParams<T>"
3288
3324
  },
3289
- "description": "Actions menu formatter parameters"
3325
+ "description": "Text formatter parameters"
3290
3326
  }
3291
3327
  ],
3292
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3328
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3293
3329
  "privacy": "public"
3294
3330
  }
3295
3331
  ],
3296
3332
  "exports": [
3297
3333
  {
3298
3334
  "kind": "js",
3299
- "name": "actionsMenuFormatter",
3335
+ "name": "textFormatter",
3300
3336
  "declaration": {
3301
- "name": "actionsMenuFormatter",
3302
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3337
+ "name": "textFormatter",
3338
+ "module": "src/cell-formatters/text.formatter.ts"
3303
3339
  }
3304
3340
  }
3305
3341
  ]
3306
3342
  },
3307
3343
  {
3308
3344
  "kind": "javascript-module",
3309
- "path": "src/cell-formatters/boolean.formatter.ts",
3345
+ "path": "src/datasource/client-side.datasource.ts",
3310
3346
  "declarations": [
3311
3347
  {
3312
- "kind": "function",
3313
- "name": "booleanFormatter",
3314
- "return": {
3315
- "type": {
3316
- "text": ""
3317
- }
3348
+ "kind": "variable",
3349
+ "name": "criteriaDelimiter",
3350
+ "type": {
3351
+ "text": "string"
3318
3352
  },
3319
- "parameters": [
3353
+ "default": "';'",
3354
+ "description": "Delimiter for criteria in the datasource"
3355
+ },
3356
+ {
3357
+ "kind": "variable",
3358
+ "name": "criteriaJoin",
3359
+ "type": {
3360
+ "text": "string"
3361
+ },
3362
+ "default": "' && '",
3363
+ "description": "Join operator for criteria in the datasource"
3364
+ },
3365
+ {
3366
+ "kind": "class",
3367
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3368
+ "name": "GridTabulatorClientSideDatasource",
3369
+ "members": [
3320
3370
  {
3321
- "name": "cell",
3371
+ "kind": "field",
3372
+ "name": "auth",
3322
3373
  "type": {
3323
- "text": "any"
3374
+ "text": "Auth"
3375
+ }
3376
+ },
3377
+ {
3378
+ "kind": "field",
3379
+ "name": "connect",
3380
+ "type": {
3381
+ "text": "Connect"
3382
+ }
3383
+ },
3384
+ {
3385
+ "kind": "field",
3386
+ "name": "datasource",
3387
+ "type": {
3388
+ "text": "Datasource"
3389
+ }
3390
+ },
3391
+ {
3392
+ "kind": "field",
3393
+ "name": "deferredGridOptions",
3394
+ "type": {
3395
+ "text": "Options"
3396
+ }
3397
+ },
3398
+ {
3399
+ "kind": "field",
3400
+ "name": "deferredColumnStates",
3401
+ "type": {
3402
+ "text": "any[]"
3324
3403
  },
3325
- "description": "The cell component provided by Tabulator"
3404
+ "default": "[]",
3405
+ "description": "Allows storing column layouts between datasource initializations"
3326
3406
  },
3327
3407
  {
3328
- "name": "formatterParams",
3329
- "default": "{}",
3408
+ "kind": "field",
3409
+ "name": "criteria",
3330
3410
  "type": {
3331
- "text": "BooleanFormatterParams<T>"
3411
+ "text": "string"
3412
+ }
3413
+ },
3414
+ {
3415
+ "kind": "method",
3416
+ "name": "criteriaChanged",
3417
+ "parameters": [
3418
+ {
3419
+ "name": "oldCriteria",
3420
+ "type": {
3421
+ "text": "string"
3422
+ }
3423
+ },
3424
+ {
3425
+ "name": "newCriteria",
3426
+ "type": {
3427
+ "text": "string"
3428
+ }
3429
+ }
3430
+ ]
3431
+ },
3432
+ {
3433
+ "kind": "field",
3434
+ "name": "fields",
3435
+ "type": {
3436
+ "text": "string"
3437
+ }
3438
+ },
3439
+ {
3440
+ "kind": "field",
3441
+ "name": "isSnapshot",
3442
+ "type": {
3443
+ "text": "boolean"
3332
3444
  },
3333
- "description": "Boolean formatter parameters"
3334
- }
3335
- ],
3336
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3337
- "privacy": "public"
3338
- }
3339
- ],
3340
- "exports": [
3341
- {
3342
- "kind": "js",
3343
- "name": "booleanFormatter",
3344
- "declaration": {
3345
- "name": "booleanFormatter",
3346
- "module": "src/cell-formatters/boolean.formatter.ts"
3347
- }
3348
- }
3349
- ]
3350
- },
3351
- {
3352
- "kind": "javascript-module",
3353
- "path": "src/cell-formatters/constants.ts",
3354
- "declarations": [],
3355
- "exports": []
3356
- },
3357
- {
3358
- "kind": "javascript-module",
3359
- "path": "src/cell-formatters/editable.formatter.ts",
3360
- "declarations": [
3361
- {
3362
- "kind": "function",
3363
- "name": "editableFormatter",
3364
- "return": {
3365
- "type": {
3366
- "text": ""
3367
- }
3368
- },
3369
- "parameters": [
3445
+ "default": "false"
3446
+ },
3370
3447
  {
3371
- "name": "cell",
3448
+ "kind": "field",
3449
+ "name": "maxRows",
3450
+ "type": {
3451
+ "text": "number"
3452
+ }
3453
+ },
3454
+ {
3455
+ "kind": "field",
3456
+ "name": "maxView",
3457
+ "type": {
3458
+ "text": "number"
3459
+ }
3460
+ },
3461
+ {
3462
+ "kind": "field",
3463
+ "name": "pollingInterval",
3464
+ "type": {
3465
+ "text": "number"
3466
+ }
3467
+ },
3468
+ {
3469
+ "kind": "field",
3470
+ "name": "movingView",
3471
+ "type": {
3472
+ "text": "boolean"
3473
+ },
3474
+ "default": "false"
3475
+ },
3476
+ {
3477
+ "kind": "field",
3478
+ "name": "orderBy",
3479
+ "type": {
3480
+ "text": "string"
3481
+ }
3482
+ },
3483
+ {
3484
+ "kind": "field",
3485
+ "name": "request",
3372
3486
  "type": {
3373
3487
  "text": "any"
3488
+ }
3489
+ },
3490
+ {
3491
+ "kind": "field",
3492
+ "name": "resourceName",
3493
+ "type": {
3494
+ "text": "string"
3495
+ }
3496
+ },
3497
+ {
3498
+ "kind": "method",
3499
+ "name": "resourceNameChanged",
3500
+ "parameters": [
3501
+ {
3502
+ "name": "oldValue",
3503
+ "type": {
3504
+ "text": "string"
3505
+ }
3506
+ },
3507
+ {
3508
+ "name": "newValue",
3509
+ "type": {
3510
+ "text": "string"
3511
+ }
3512
+ }
3513
+ ]
3514
+ },
3515
+ {
3516
+ "kind": "field",
3517
+ "name": "reverse",
3518
+ "type": {
3519
+ "text": "boolean"
3374
3520
  },
3375
- "description": "The cell component provided by Tabulator"
3521
+ "default": "false"
3376
3522
  },
3377
3523
  {
3378
- "name": "formatterParams",
3379
- "default": "{}",
3524
+ "kind": "field",
3525
+ "name": "rowIdAttr",
3526
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3527
+ },
3528
+ {
3529
+ "kind": "field",
3530
+ "name": "restartOnReconnection",
3380
3531
  "type": {
3381
- "text": "EditableFormatterParams<T>"
3532
+ "text": "boolean"
3382
3533
  },
3383
- "description": "Editable formatter parameters"
3384
- }
3385
- ],
3386
- "description": "Formatter that displays an editable cell with validation state",
3387
- "privacy": "public"
3388
- }
3389
- ],
3390
- "exports": [
3391
- {
3392
- "kind": "js",
3393
- "name": "editableFormatter",
3394
- "declaration": {
3395
- "name": "editableFormatter",
3396
- "module": "src/cell-formatters/editable.formatter.ts"
3397
- }
3398
- }
3399
- ]
3400
- },
3401
- {
3402
- "kind": "javascript-module",
3403
- "path": "src/cell-formatters/index.ts",
3404
- "declarations": [
3405
- {
3406
- "kind": "variable",
3407
- "name": "formatters",
3408
- "type": {
3409
- "text": "object"
3410
- },
3411
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3412
- "description": "Zero formatters for Tabulator grid"
3413
- }
3414
- ],
3415
- "exports": [
3416
- {
3417
- "kind": "js",
3418
- "name": "*",
3419
- "declaration": {
3420
- "name": "*",
3421
- "package": "./constants"
3422
- }
3423
- },
3424
- {
3425
- "kind": "js",
3426
- "name": "ActionFormatterParams",
3427
- "declaration": {
3428
- "name": "ActionFormatterParams",
3429
- "module": "src/cell-formatters/index.ts"
3430
- }
3431
- },
3432
- {
3433
- "kind": "js",
3434
- "name": "actionFormatter",
3435
- "declaration": {
3436
- "name": "actionFormatter",
3437
- "module": "src/cell-formatters/index.ts"
3438
- }
3439
- },
3440
- {
3441
- "kind": "js",
3442
- "name": "ActionsMenuFormatterParams",
3443
- "declaration": {
3444
- "name": "ActionsMenuFormatterParams",
3445
- "module": "src/cell-formatters/index.ts"
3446
- }
3447
- },
3448
- {
3449
- "kind": "js",
3450
- "name": "actionsMenuFormatter",
3451
- "declaration": {
3452
- "name": "actionsMenuFormatter",
3453
- "module": "src/cell-formatters/index.ts"
3454
- }
3455
- },
3456
- {
3457
- "kind": "js",
3458
- "name": "BooleanFormatterParams",
3459
- "declaration": {
3460
- "name": "BooleanFormatterParams",
3461
- "module": "src/cell-formatters/index.ts"
3462
- }
3463
- },
3464
- {
3465
- "kind": "js",
3466
- "name": "booleanFormatter",
3467
- "declaration": {
3468
- "name": "booleanFormatter",
3469
- "module": "src/cell-formatters/index.ts"
3470
- }
3471
- },
3472
- {
3473
- "kind": "js",
3474
- "name": "EditableFormatterParams",
3475
- "declaration": {
3476
- "name": "EditableFormatterParams",
3477
- "module": "src/cell-formatters/index.ts"
3478
- }
3479
- },
3480
- {
3481
- "kind": "js",
3482
- "name": "editableFormatter",
3483
- "declaration": {
3484
- "name": "editableFormatter",
3485
- "module": "src/cell-formatters/index.ts"
3486
- }
3487
- },
3488
- {
3489
- "kind": "js",
3490
- "name": "SelectFormatterParams",
3491
- "declaration": {
3492
- "name": "SelectFormatterParams",
3493
- "module": "src/cell-formatters/index.ts"
3494
- }
3495
- },
3496
- {
3497
- "kind": "js",
3498
- "name": "selectFormatter",
3499
- "declaration": {
3500
- "name": "selectFormatter",
3501
- "module": "src/cell-formatters/index.ts"
3502
- }
3503
- },
3504
- {
3505
- "kind": "js",
3506
- "name": "TextFormatterParams",
3507
- "declaration": {
3508
- "name": "TextFormatterParams",
3509
- "module": "src/cell-formatters/index.ts"
3510
- }
3511
- },
3512
- {
3513
- "kind": "js",
3514
- "name": "textFormatter",
3515
- "declaration": {
3516
- "name": "textFormatter",
3517
- "module": "src/cell-formatters/index.ts"
3518
- }
3519
- },
3520
- {
3521
- "kind": "js",
3522
- "name": "formatters",
3523
- "declaration": {
3524
- "name": "formatters",
3525
- "module": "src/cell-formatters/index.ts"
3526
- }
3527
- }
3528
- ]
3529
- },
3530
- {
3531
- "kind": "javascript-module",
3532
- "path": "src/cell-formatters/select.formatter.ts",
3533
- "declarations": [
3534
- {
3535
- "kind": "function",
3536
- "name": "selectFormatter",
3537
- "return": {
3538
- "type": {
3539
- "text": ""
3540
- }
3541
- },
3542
- "parameters": [
3534
+ "default": "true"
3535
+ },
3543
3536
  {
3544
- "name": "cell",
3537
+ "kind": "field",
3538
+ "name": "keepColDefsOnClearRowData",
3545
3539
  "type": {
3546
- "text": "any"
3540
+ "text": "boolean"
3547
3541
  },
3548
- "description": "The cell component provided by Tabulator"
3542
+ "default": "false",
3543
+ "description": "Whether to keep column definitions when clearing row data"
3549
3544
  },
3550
3545
  {
3551
- "name": "formatterParams",
3546
+ "kind": "field",
3547
+ "name": "rowDataMapper",
3552
3548
  "type": {
3553
- "text": "SelectFormatterParams<T>"
3549
+ "text": "Function"
3554
3550
  },
3555
- "description": "Select formatter parameters"
3556
- }
3557
- ],
3558
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
- "privacy": "public"
3560
- }
3561
- ],
3562
- "exports": [
3563
- {
3564
- "kind": "js",
3565
- "name": "selectFormatter",
3566
- "declaration": {
3567
- "name": "selectFormatter",
3568
- "module": "src/cell-formatters/select.formatter.ts"
3569
- }
3570
- }
3571
- ]
3572
- },
3573
- {
3574
- "kind": "javascript-module",
3575
- "path": "src/cell-formatters/text.formatter.ts",
3576
- "declarations": [
3577
- {
3578
- "kind": "function",
3579
- "name": "textFormatter",
3580
- "return": {
3581
- "type": {
3582
- "text": ""
3583
- }
3584
- },
3585
- "parameters": [
3551
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3552
+ },
3586
3553
  {
3587
- "name": "cell",
3554
+ "kind": "field",
3555
+ "name": "dataSub",
3588
3556
  "type": {
3589
- "text": "any"
3557
+ "text": "Subscription"
3590
3558
  },
3591
- "description": "The cell component provided by Tabulator"
3559
+ "privacy": "private"
3592
3560
  },
3593
3561
  {
3594
- "name": "formatterParams",
3595
- "default": "{}",
3562
+ "kind": "field",
3563
+ "name": "updateSub",
3596
3564
  "type": {
3597
- "text": "TextFormatterParams<T>"
3565
+ "text": "Subscription"
3598
3566
  },
3599
- "description": "Text formatter parameters"
3600
- }
3601
- ],
3602
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3603
- "privacy": "public"
3604
- }
3605
- ],
3606
- "exports": [
3607
- {
3608
- "kind": "js",
3609
- "name": "textFormatter",
3610
- "declaration": {
3611
- "name": "textFormatter",
3612
- "module": "src/cell-formatters/text.formatter.ts"
3613
- }
3614
- }
3615
- ]
3616
- },
3617
- {
3618
- "kind": "javascript-module",
3619
- "path": "src/datasource/client-side.datasource.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "criteriaDelimiter",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "default": "';'",
3628
- "description": "Delimiter for criteria in the datasource"
3629
- },
3630
- {
3631
- "kind": "variable",
3632
- "name": "criteriaJoin",
3633
- "type": {
3634
- "text": "string"
3635
- },
3636
- "default": "' && '",
3637
- "description": "Join operator for criteria in the datasource"
3638
- },
3639
- {
3640
- "kind": "class",
3641
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
- "name": "GridTabulatorClientSideDatasource",
3643
- "members": [
3567
+ "privacy": "private"
3568
+ },
3644
3569
  {
3645
3570
  "kind": "field",
3646
- "name": "auth",
3571
+ "name": "connectionSub",
3647
3572
  "type": {
3648
- "text": "Auth"
3649
- }
3573
+ "text": "Subscription"
3574
+ },
3575
+ "privacy": "private"
3650
3576
  },
3651
3577
  {
3652
3578
  "kind": "field",
3653
- "name": "connect",
3579
+ "name": "isRequestServer",
3654
3580
  "type": {
3655
- "text": "Connect"
3656
- }
3581
+ "text": "boolean"
3582
+ },
3583
+ "privacy": "private",
3584
+ "default": "false"
3657
3585
  },
3658
3586
  {
3659
3587
  "kind": "field",
3660
- "name": "datasource",
3661
- "type": {
3662
- "text": "Datasource"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "deferredGridOptions",
3668
- "type": {
3669
- "text": "Options"
3670
- }
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "deferredColumnStates",
3675
- "type": {
3676
- "text": "any[]"
3677
- },
3678
- "default": "[]",
3679
- "description": "Allows storing column layouts between datasource initializations"
3680
- },
3681
- {
3682
- "kind": "field",
3683
- "name": "criteria",
3684
- "type": {
3685
- "text": "string"
3686
- }
3687
- },
3688
- {
3689
- "kind": "method",
3690
- "name": "criteriaChanged",
3691
- "parameters": [
3692
- {
3693
- "name": "oldCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- },
3698
- {
3699
- "name": "newCriteria",
3700
- "type": {
3701
- "text": "string"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "fields",
3709
- "type": {
3710
- "text": "string"
3711
- }
3712
- },
3713
- {
3714
- "kind": "field",
3715
- "name": "isSnapshot",
3716
- "type": {
3717
- "text": "boolean"
3718
- },
3719
- "default": "false"
3720
- },
3721
- {
3722
- "kind": "field",
3723
- "name": "maxRows",
3724
- "type": {
3725
- "text": "number"
3726
- }
3727
- },
3728
- {
3729
- "kind": "field",
3730
- "name": "maxView",
3731
- "type": {
3732
- "text": "number"
3733
- }
3734
- },
3735
- {
3736
- "kind": "field",
3737
- "name": "pollingInterval",
3738
- "type": {
3739
- "text": "number"
3740
- }
3741
- },
3742
- {
3743
- "kind": "field",
3744
- "name": "movingView",
3745
- "type": {
3746
- "text": "boolean"
3747
- },
3748
- "default": "false"
3749
- },
3750
- {
3751
- "kind": "field",
3752
- "name": "orderBy",
3753
- "type": {
3754
- "text": "string"
3755
- }
3756
- },
3757
- {
3758
- "kind": "field",
3759
- "name": "request",
3760
- "type": {
3761
- "text": "any"
3762
- }
3763
- },
3764
- {
3765
- "kind": "field",
3766
- "name": "resourceName",
3767
- "type": {
3768
- "text": "string"
3769
- }
3770
- },
3771
- {
3772
- "kind": "method",
3773
- "name": "resourceNameChanged",
3774
- "parameters": [
3775
- {
3776
- "name": "oldValue",
3777
- "type": {
3778
- "text": "string"
3779
- }
3780
- },
3781
- {
3782
- "name": "newValue",
3783
- "type": {
3784
- "text": "string"
3785
- }
3786
- }
3787
- ]
3788
- },
3789
- {
3790
- "kind": "field",
3791
- "name": "reverse",
3792
- "type": {
3793
- "text": "boolean"
3794
- },
3795
- "default": "false"
3796
- },
3797
- {
3798
- "kind": "field",
3799
- "name": "rowIdAttr",
3800
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3801
- },
3802
- {
3803
- "kind": "field",
3804
- "name": "restartOnReconnection",
3805
- "type": {
3806
- "text": "boolean"
3807
- },
3808
- "default": "true"
3809
- },
3810
- {
3811
- "kind": "field",
3812
- "name": "keepColDefsOnClearRowData",
3813
- "type": {
3814
- "text": "boolean"
3815
- },
3816
- "default": "false",
3817
- "description": "Whether to keep column definitions when clearing row data"
3818
- },
3819
- {
3820
- "kind": "field",
3821
- "name": "rowDataMapper",
3822
- "type": {
3823
- "text": "Function"
3824
- },
3825
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3826
- },
3827
- {
3828
- "kind": "field",
3829
- "name": "dataSub",
3830
- "type": {
3831
- "text": "Subscription"
3832
- },
3833
- "privacy": "private"
3834
- },
3835
- {
3836
- "kind": "field",
3837
- "name": "updateSub",
3838
- "type": {
3839
- "text": "Subscription"
3840
- },
3841
- "privacy": "private"
3842
- },
3843
- {
3844
- "kind": "field",
3845
- "name": "connectionSub",
3846
- "type": {
3847
- "text": "Subscription"
3848
- },
3849
- "privacy": "private"
3850
- },
3851
- {
3852
- "kind": "field",
3853
- "name": "isRequestServer",
3854
- "type": {
3855
- "text": "boolean"
3856
- },
3857
- "privacy": "private",
3858
- "default": "false"
3859
- },
3860
- {
3861
- "kind": "field",
3862
- "name": "requiresFullRowDataAndColDefs",
3588
+ "name": "requiresFullRowDataAndColDefs",
3863
3589
  "type": {
3864
3590
  "text": "boolean"
3865
3591
  },
@@ -4128,64 +3854,585 @@
4128
3854
  "description": "Emit event when the number of rows changes"
4129
3855
  },
4130
3856
  {
4131
- "kind": "method",
4132
- "name": "buildCriteria",
4133
- "privacy": "private",
4134
- "return": {
4135
- "type": {
4136
- "text": "string"
4137
- }
4138
- }
3857
+ "kind": "method",
3858
+ "name": "buildCriteria",
3859
+ "privacy": "private",
3860
+ "return": {
3861
+ "type": {
3862
+ "text": "string"
3863
+ }
3864
+ }
3865
+ },
3866
+ {
3867
+ "kind": "method",
3868
+ "name": "setFilter",
3869
+ "privacy": "public",
3870
+ "parameters": [
3871
+ {
3872
+ "name": "fieldName",
3873
+ "type": {
3874
+ "text": "string"
3875
+ }
3876
+ },
3877
+ {
3878
+ "name": "newFilter",
3879
+ "type": {
3880
+ "text": "string"
3881
+ }
3882
+ }
3883
+ ]
3884
+ },
3885
+ {
3886
+ "kind": "method",
3887
+ "name": "removeFilter",
3888
+ "privacy": "public",
3889
+ "parameters": [
3890
+ {
3891
+ "name": "fieldName",
3892
+ "type": {
3893
+ "text": "string"
3894
+ }
3895
+ }
3896
+ ]
3897
+ },
3898
+ {
3899
+ "kind": "method",
3900
+ "name": "datasourceStatusChanged",
3901
+ "parameters": [
3902
+ {
3903
+ "name": "prev",
3904
+ "type": {
3905
+ "text": "DatasourceStatus"
3906
+ }
3907
+ },
3908
+ {
3909
+ "name": "next",
3910
+ "type": {
3911
+ "text": "DatasourceStatus"
3912
+ }
3913
+ }
3914
+ ]
3915
+ },
3916
+ {
3917
+ "kind": "method",
3918
+ "name": "cloneNode",
3919
+ "return": {
3920
+ "type": {
3921
+ "text": "Node"
3922
+ }
3923
+ },
3924
+ "parameters": [
3925
+ {
3926
+ "name": "deep",
3927
+ "optional": true,
3928
+ "type": {
3929
+ "text": "boolean"
3930
+ }
3931
+ }
3932
+ ],
3933
+ "inheritedFrom": {
3934
+ "name": "LifecycleMixin",
3935
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3936
+ }
3937
+ },
3938
+ {
3939
+ "kind": "field",
3940
+ "name": "shouldRunDisconnect",
3941
+ "return": {
3942
+ "type": {
3943
+ "text": ""
3944
+ }
3945
+ },
3946
+ "readonly": true,
3947
+ "inheritedFrom": {
3948
+ "name": "LifecycleMixin",
3949
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3950
+ }
3951
+ },
3952
+ {
3953
+ "kind": "field",
3954
+ "name": "shouldRunConnect",
3955
+ "return": {
3956
+ "type": {
3957
+ "text": ""
3958
+ }
3959
+ },
3960
+ "readonly": true,
3961
+ "inheritedFrom": {
3962
+ "name": "LifecycleMixin",
3963
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3964
+ }
3965
+ },
3966
+ {
3967
+ "kind": "method",
3968
+ "name": "#_blockLifecycleDueToTokenChange",
3969
+ "return": {
3970
+ "type": {
3971
+ "text": "boolean"
3972
+ }
3973
+ },
3974
+ "parameters": [
3975
+ {
3976
+ "name": "lifecycleType",
3977
+ "type": {
3978
+ "text": "Lifecycletype"
3979
+ }
3980
+ }
3981
+ ],
3982
+ "inheritedFrom": {
3983
+ "name": "LifecycleMixin",
3984
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3985
+ }
3986
+ },
3987
+ {
3988
+ "kind": "field",
3989
+ "name": "_presentation",
3990
+ "type": {
3991
+ "text": "ComponentPresentation | null | undefined"
3992
+ },
3993
+ "privacy": "private",
3994
+ "default": "void 0",
3995
+ "inheritedFrom": {
3996
+ "name": "FoundationElement",
3997
+ "module": "src/foundation-element/foundation-element.ts"
3998
+ }
3999
+ },
4000
+ {
4001
+ "kind": "field",
4002
+ "name": "$presentation",
4003
+ "type": {
4004
+ "text": "ComponentPresentation | null"
4005
+ },
4006
+ "privacy": "public",
4007
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4008
+ "inheritedFrom": {
4009
+ "name": "FoundationElement",
4010
+ "module": "src/foundation-element/foundation-element.ts"
4011
+ }
4012
+ },
4013
+ {
4014
+ "kind": "field",
4015
+ "name": "template",
4016
+ "type": {
4017
+ "text": "ElementViewTemplate | void | null"
4018
+ },
4019
+ "privacy": "public",
4020
+ "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.",
4021
+ "inheritedFrom": {
4022
+ "name": "FoundationElement",
4023
+ "module": "src/foundation-element/foundation-element.ts"
4024
+ }
4025
+ },
4026
+ {
4027
+ "kind": "method",
4028
+ "name": "templateChanged",
4029
+ "privacy": "protected",
4030
+ "return": {
4031
+ "type": {
4032
+ "text": "void"
4033
+ }
4034
+ },
4035
+ "inheritedFrom": {
4036
+ "name": "FoundationElement",
4037
+ "module": "src/foundation-element/foundation-element.ts"
4038
+ }
4039
+ },
4040
+ {
4041
+ "kind": "field",
4042
+ "name": "styles",
4043
+ "type": {
4044
+ "text": "ElementStyles | void | null"
4045
+ },
4046
+ "privacy": "public",
4047
+ "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.",
4048
+ "inheritedFrom": {
4049
+ "name": "FoundationElement",
4050
+ "module": "src/foundation-element/foundation-element.ts"
4051
+ }
4052
+ },
4053
+ {
4054
+ "kind": "method",
4055
+ "name": "stylesChanged",
4056
+ "privacy": "protected",
4057
+ "return": {
4058
+ "type": {
4059
+ "text": "void"
4060
+ }
4061
+ },
4062
+ "inheritedFrom": {
4063
+ "name": "FoundationElement",
4064
+ "module": "src/foundation-element/foundation-element.ts"
4065
+ }
4066
+ },
4067
+ {
4068
+ "kind": "method",
4069
+ "name": "compose",
4070
+ "privacy": "public",
4071
+ "static": true,
4072
+ "return": {
4073
+ "type": {
4074
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4075
+ }
4076
+ },
4077
+ "parameters": [
4078
+ {
4079
+ "name": "this",
4080
+ "type": {
4081
+ "text": "K"
4082
+ }
4083
+ },
4084
+ {
4085
+ "name": "elementDefinition",
4086
+ "type": {
4087
+ "text": "T"
4088
+ },
4089
+ "description": "The definition of the element to create the registry\nfunction for."
4090
+ }
4091
+ ],
4092
+ "description": "Defines an element registry function with a set of element definition defaults.",
4093
+ "inheritedFrom": {
4094
+ "name": "FoundationElement",
4095
+ "module": "src/foundation-element/foundation-element.ts"
4096
+ }
4097
+ }
4098
+ ],
4099
+ "events": [
4100
+ {
4101
+ "description": "Fired when a datasource error occurs",
4102
+ "name": "gridTabulator:error"
4103
+ },
4104
+ {
4105
+ "description": "Fired when tabulator data is initialized",
4106
+ "name": "dataInit"
4107
+ },
4108
+ {
4109
+ "description": "Fired when layout size changes",
4110
+ "name": "sizeChanged"
4111
+ }
4112
+ ],
4113
+ "attributes": [
4114
+ {
4115
+ "name": "criteria",
4116
+ "type": {
4117
+ "text": "string"
4118
+ },
4119
+ "fieldName": "criteria"
4120
+ },
4121
+ {
4122
+ "name": "fields",
4123
+ "type": {
4124
+ "text": "string"
4125
+ },
4126
+ "fieldName": "fields"
4127
+ },
4128
+ {
4129
+ "name": "is-snapshot",
4130
+ "type": {
4131
+ "text": "boolean"
4132
+ },
4133
+ "default": "false",
4134
+ "fieldName": "isSnapshot"
4135
+ },
4136
+ {
4137
+ "name": "max-rows",
4138
+ "type": {
4139
+ "text": "number"
4140
+ },
4141
+ "fieldName": "maxRows"
4142
+ },
4143
+ {
4144
+ "name": "max-view",
4145
+ "type": {
4146
+ "text": "number"
4147
+ },
4148
+ "fieldName": "maxView"
4149
+ },
4150
+ {
4151
+ "name": "polling-interval",
4152
+ "type": {
4153
+ "text": "number"
4154
+ },
4155
+ "fieldName": "pollingInterval"
4156
+ },
4157
+ {
4158
+ "name": "moving-view",
4159
+ "type": {
4160
+ "text": "boolean"
4161
+ },
4162
+ "default": "false",
4163
+ "fieldName": "movingView"
4164
+ },
4165
+ {
4166
+ "name": "order-by",
4167
+ "type": {
4168
+ "text": "string"
4169
+ },
4170
+ "fieldName": "orderBy"
4171
+ },
4172
+ {
4173
+ "name": "resource-name",
4174
+ "type": {
4175
+ "text": "string"
4176
+ },
4177
+ "fieldName": "resourceName"
4178
+ },
4179
+ {
4180
+ "type": {
4181
+ "text": "boolean"
4182
+ },
4183
+ "default": "false",
4184
+ "fieldName": "reverse"
4185
+ },
4186
+ {
4187
+ "name": "row-id",
4188
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4189
+ "fieldName": "rowIdAttr"
4190
+ },
4191
+ {
4192
+ "name": "restart-on-reconnection",
4193
+ "type": {
4194
+ "text": "boolean"
4195
+ },
4196
+ "default": "true",
4197
+ "fieldName": "restartOnReconnection"
4198
+ },
4199
+ {
4200
+ "name": "keep-col-defs-on-clear-row-data",
4201
+ "type": {
4202
+ "text": "boolean"
4203
+ },
4204
+ "default": "false",
4205
+ "description": "Whether to keep column definitions when clearing row data",
4206
+ "fieldName": "keepColDefsOnClearRowData"
4207
+ }
4208
+ ],
4209
+ "mixins": [
4210
+ {
4211
+ "name": "LifecycleMixin",
4212
+ "package": "@genesislcap/foundation-utils"
4213
+ },
4214
+ {
4215
+ "name": "DatasourceEventHandler",
4216
+ "package": "@genesislcap/foundation-comms"
4217
+ }
4218
+ ],
4219
+ "superclass": {
4220
+ "name": "FoundationElement",
4221
+ "package": "@microsoft/fast-foundation"
4222
+ },
4223
+ "tagName": "grid-tabulator-client-side-datasource",
4224
+ "customElement": true
4225
+ }
4226
+ ],
4227
+ "exports": [
4228
+ {
4229
+ "kind": "js",
4230
+ "name": "criteriaDelimiter",
4231
+ "declaration": {
4232
+ "name": "criteriaDelimiter",
4233
+ "module": "src/datasource/client-side.datasource.ts"
4234
+ }
4235
+ },
4236
+ {
4237
+ "kind": "js",
4238
+ "name": "criteriaJoin",
4239
+ "declaration": {
4240
+ "name": "criteriaJoin",
4241
+ "module": "src/datasource/client-side.datasource.ts"
4242
+ }
4243
+ },
4244
+ {
4245
+ "kind": "js",
4246
+ "name": "GridTabulatorClientSideDatasource",
4247
+ "declaration": {
4248
+ "name": "GridTabulatorClientSideDatasource",
4249
+ "module": "src/datasource/client-side.datasource.ts"
4250
+ }
4251
+ },
4252
+ {
4253
+ "kind": "custom-element-definition",
4254
+ "name": "grid-tabulator-client-side-datasource",
4255
+ "declaration": {
4256
+ "name": "GridTabulatorClientSideDatasource",
4257
+ "module": "src/datasource/client-side.datasource.ts"
4258
+ }
4259
+ }
4260
+ ]
4261
+ },
4262
+ {
4263
+ "kind": "javascript-module",
4264
+ "path": "src/datasource/index.ts",
4265
+ "declarations": [],
4266
+ "exports": [
4267
+ {
4268
+ "kind": "js",
4269
+ "name": "*",
4270
+ "declaration": {
4271
+ "name": "*",
4272
+ "package": "./client-side.datasource"
4273
+ }
4274
+ }
4275
+ ]
4276
+ },
4277
+ {
4278
+ "kind": "javascript-module",
4279
+ "path": "src/external/fonts.ts",
4280
+ "declarations": [
4281
+ {
4282
+ "kind": "variable",
4283
+ "name": "tabulatorDefaultFontFace",
4284
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4285
+ },
4286
+ {
4287
+ "kind": "variable",
4288
+ "name": "tabulatorRapidFontFace",
4289
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4290
+ },
4291
+ {
4292
+ "kind": "variable",
4293
+ "name": "gridThemeFontFaceMap",
4294
+ "type": {
4295
+ "text": "GridThemeFontFaceMap"
4296
+ },
4297
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4298
+ },
4299
+ {
4300
+ "kind": "variable",
4301
+ "name": "defaultGridTabulatorFontFace",
4302
+ "default": "tabulatorDefaultFontFace"
4303
+ }
4304
+ ],
4305
+ "exports": [
4306
+ {
4307
+ "kind": "js",
4308
+ "name": "tabulatorDefaultFontFace",
4309
+ "declaration": {
4310
+ "name": "tabulatorDefaultFontFace",
4311
+ "module": "src/external/fonts.ts"
4312
+ }
4313
+ },
4314
+ {
4315
+ "kind": "js",
4316
+ "name": "tabulatorRapidFontFace",
4317
+ "declaration": {
4318
+ "name": "tabulatorRapidFontFace",
4319
+ "module": "src/external/fonts.ts"
4320
+ }
4321
+ },
4322
+ {
4323
+ "kind": "js",
4324
+ "name": "gridThemeFontFaceMap",
4325
+ "declaration": {
4326
+ "name": "gridThemeFontFaceMap",
4327
+ "module": "src/external/fonts.ts"
4328
+ }
4329
+ },
4330
+ {
4331
+ "kind": "js",
4332
+ "name": "defaultGridTabulatorFontFace",
4333
+ "declaration": {
4334
+ "name": "defaultGridTabulatorFontFace",
4335
+ "module": "src/external/fonts.ts"
4336
+ }
4337
+ }
4338
+ ]
4339
+ },
4340
+ {
4341
+ "kind": "javascript-module",
4342
+ "path": "src/external/index.ts",
4343
+ "declarations": [
4344
+ {
4345
+ "kind": "variable",
4346
+ "name": "tabulatorExternalStockStyles",
4347
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4348
+ "description": "External styles for the Tabulator grid.",
4349
+ "privacy": "public"
4350
+ }
4351
+ ],
4352
+ "exports": [
4353
+ {
4354
+ "kind": "js",
4355
+ "name": "tabulatorExternalStockStyles",
4356
+ "declaration": {
4357
+ "name": "tabulatorExternalStockStyles",
4358
+ "module": "src/external/index.ts"
4359
+ }
4360
+ },
4361
+ {
4362
+ "kind": "js",
4363
+ "name": "tabulatorThemeSimpleCSS",
4364
+ "declaration": {
4365
+ "name": "tabulatorThemeSimpleCSS",
4366
+ "module": "src/external/index.ts"
4367
+ }
4368
+ }
4369
+ ]
4370
+ },
4371
+ {
4372
+ "kind": "javascript-module",
4373
+ "path": "src/external/tabulator-theme-simple-css.ts",
4374
+ "declarations": [
4375
+ {
4376
+ "kind": "variable",
4377
+ "name": "tabulatorThemeSimpleCSS",
4378
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4379
+ "description": "External styles for the Tabulator grid.",
4380
+ "privacy": "public"
4381
+ }
4382
+ ],
4383
+ "exports": [
4384
+ {
4385
+ "kind": "js",
4386
+ "name": "tabulatorThemeSimpleCSS",
4387
+ "declaration": {
4388
+ "name": "tabulatorThemeSimpleCSS",
4389
+ "module": "src/external/tabulator-theme-simple-css.ts"
4390
+ }
4391
+ }
4392
+ ]
4393
+ },
4394
+ {
4395
+ "kind": "javascript-module",
4396
+ "path": "src/column/column.ts",
4397
+ "declarations": [
4398
+ {
4399
+ "kind": "class",
4400
+ "description": "The GridTabulator Column element.",
4401
+ "name": "GridTabulatorColumn",
4402
+ "members": [
4403
+ {
4404
+ "kind": "field",
4405
+ "name": "slottedCell",
4406
+ "type": {
4407
+ "text": "HTMLElement[]"
4408
+ },
4409
+ "privacy": "public"
4139
4410
  },
4140
4411
  {
4141
- "kind": "method",
4142
- "name": "setFilter",
4143
- "privacy": "public",
4144
- "parameters": [
4145
- {
4146
- "name": "fieldName",
4147
- "type": {
4148
- "text": "string"
4149
- }
4150
- },
4151
- {
4152
- "name": "newFilter",
4153
- "type": {
4154
- "text": "string"
4155
- }
4156
- }
4157
- ]
4412
+ "kind": "field",
4413
+ "name": "definition",
4414
+ "type": {
4415
+ "text": "Partial<ColumnDefinition>"
4416
+ },
4417
+ "default": "{}"
4158
4418
  },
4159
4419
  {
4160
4420
  "kind": "method",
4161
- "name": "removeFilter",
4162
- "privacy": "public",
4163
- "parameters": [
4164
- {
4165
- "name": "fieldName",
4166
- "type": {
4167
- "text": "string"
4168
- }
4169
- }
4170
- ]
4421
+ "name": "slottedCellChanged",
4422
+ "privacy": "public"
4171
4423
  },
4172
4424
  {
4173
4425
  "kind": "method",
4174
- "name": "datasourceStatusChanged",
4175
- "parameters": [
4176
- {
4177
- "name": "prev",
4178
- "type": {
4179
- "text": "DatasourceStatus"
4180
- }
4181
- },
4182
- {
4183
- "name": "next",
4184
- "type": {
4185
- "text": "DatasourceStatus"
4186
- }
4426
+ "name": "deepClone",
4427
+ "return": {
4428
+ "type": {
4429
+ "text": "Node"
4187
4430
  }
4188
- ]
4431
+ },
4432
+ "inheritedFrom": {
4433
+ "name": "LifecycleMixin",
4434
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4435
+ }
4189
4436
  },
4190
4437
  {
4191
4438
  "kind": "method",
@@ -4269,273 +4516,143 @@
4269
4516
  "inheritedFrom": {
4270
4517
  "name": "FoundationElement",
4271
4518
  "module": "src/foundation-element/foundation-element.ts"
4272
- }
4273
- },
4274
- {
4275
- "kind": "field",
4276
- "name": "$presentation",
4277
- "type": {
4278
- "text": "ComponentPresentation | null"
4279
- },
4280
- "privacy": "public",
4281
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4282
- "inheritedFrom": {
4283
- "name": "FoundationElement",
4284
- "module": "src/foundation-element/foundation-element.ts"
4285
- }
4286
- },
4287
- {
4288
- "kind": "field",
4289
- "name": "template",
4290
- "type": {
4291
- "text": "ElementViewTemplate | void | null"
4292
- },
4293
- "privacy": "public",
4294
- "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.",
4295
- "inheritedFrom": {
4296
- "name": "FoundationElement",
4297
- "module": "src/foundation-element/foundation-element.ts"
4298
- }
4299
- },
4300
- {
4301
- "kind": "method",
4302
- "name": "templateChanged",
4303
- "privacy": "protected",
4304
- "return": {
4305
- "type": {
4306
- "text": "void"
4307
- }
4308
- },
4309
- "inheritedFrom": {
4310
- "name": "FoundationElement",
4311
- "module": "src/foundation-element/foundation-element.ts"
4312
- }
4313
- },
4314
- {
4315
- "kind": "field",
4316
- "name": "styles",
4317
- "type": {
4318
- "text": "ElementStyles | void | null"
4319
- },
4320
- "privacy": "public",
4321
- "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.",
4322
- "inheritedFrom": {
4323
- "name": "FoundationElement",
4324
- "module": "src/foundation-element/foundation-element.ts"
4325
- }
4326
- },
4327
- {
4328
- "kind": "method",
4329
- "name": "stylesChanged",
4330
- "privacy": "protected",
4331
- "return": {
4332
- "type": {
4333
- "text": "void"
4334
- }
4335
- },
4336
- "inheritedFrom": {
4337
- "name": "FoundationElement",
4338
- "module": "src/foundation-element/foundation-element.ts"
4339
- }
4340
- },
4341
- {
4342
- "kind": "method",
4343
- "name": "compose",
4344
- "privacy": "public",
4345
- "static": true,
4346
- "return": {
4347
- "type": {
4348
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4349
- }
4350
- },
4351
- "parameters": [
4352
- {
4353
- "name": "this",
4354
- "type": {
4355
- "text": "K"
4356
- }
4357
- },
4358
- {
4359
- "name": "elementDefinition",
4360
- "type": {
4361
- "text": "T"
4362
- },
4363
- "description": "The definition of the element to create the registry\nfunction for."
4364
- }
4365
- ],
4366
- "description": "Defines an element registry function with a set of element definition defaults.",
4367
- "inheritedFrom": {
4368
- "name": "FoundationElement",
4369
- "module": "src/foundation-element/foundation-element.ts"
4370
- }
4371
- }
4372
- ],
4373
- "events": [
4374
- {
4375
- "description": "Fired when a datasource error occurs",
4376
- "name": "gridTabulator:error"
4377
- },
4378
- {
4379
- "description": "Fired when tabulator data is initialized",
4380
- "name": "dataInit"
4381
- },
4382
- {
4383
- "description": "Fired when layout size changes",
4384
- "name": "sizeChanged"
4385
- }
4386
- ],
4387
- "attributes": [
4388
- {
4389
- "name": "criteria",
4390
- "type": {
4391
- "text": "string"
4392
- },
4393
- "fieldName": "criteria"
4394
- },
4395
- {
4396
- "name": "fields",
4397
- "type": {
4398
- "text": "string"
4399
- },
4400
- "fieldName": "fields"
4401
- },
4402
- {
4403
- "name": "is-snapshot",
4404
- "type": {
4405
- "text": "boolean"
4406
- },
4407
- "default": "false",
4408
- "fieldName": "isSnapshot"
4409
- },
4410
- {
4411
- "name": "max-rows",
4412
- "type": {
4413
- "text": "number"
4414
- },
4415
- "fieldName": "maxRows"
4416
- },
4417
- {
4418
- "name": "max-view",
4419
- "type": {
4420
- "text": "number"
4421
- },
4422
- "fieldName": "maxView"
4423
- },
4424
- {
4425
- "name": "polling-interval",
4426
- "type": {
4427
- "text": "number"
4428
- },
4429
- "fieldName": "pollingInterval"
4430
- },
4431
- {
4432
- "name": "moving-view",
4433
- "type": {
4434
- "text": "boolean"
4435
- },
4436
- "default": "false",
4437
- "fieldName": "movingView"
4438
- },
4439
- {
4440
- "name": "order-by",
4441
- "type": {
4442
- "text": "string"
4443
- },
4444
- "fieldName": "orderBy"
4519
+ }
4445
4520
  },
4446
4521
  {
4447
- "name": "resource-name",
4522
+ "kind": "field",
4523
+ "name": "$presentation",
4448
4524
  "type": {
4449
- "text": "string"
4525
+ "text": "ComponentPresentation | null"
4450
4526
  },
4451
- "fieldName": "resourceName"
4527
+ "privacy": "public",
4528
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4529
+ "inheritedFrom": {
4530
+ "name": "FoundationElement",
4531
+ "module": "src/foundation-element/foundation-element.ts"
4532
+ }
4452
4533
  },
4453
4534
  {
4535
+ "kind": "field",
4536
+ "name": "template",
4454
4537
  "type": {
4455
- "text": "boolean"
4538
+ "text": "ElementViewTemplate | void | null"
4456
4539
  },
4457
- "default": "false",
4458
- "fieldName": "reverse"
4540
+ "privacy": "public",
4541
+ "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.",
4542
+ "inheritedFrom": {
4543
+ "name": "FoundationElement",
4544
+ "module": "src/foundation-element/foundation-element.ts"
4545
+ }
4459
4546
  },
4460
4547
  {
4461
- "name": "row-id",
4462
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
- "fieldName": "rowIdAttr"
4548
+ "kind": "method",
4549
+ "name": "templateChanged",
4550
+ "privacy": "protected",
4551
+ "return": {
4552
+ "type": {
4553
+ "text": "void"
4554
+ }
4555
+ },
4556
+ "inheritedFrom": {
4557
+ "name": "FoundationElement",
4558
+ "module": "src/foundation-element/foundation-element.ts"
4559
+ }
4464
4560
  },
4465
4561
  {
4466
- "name": "restart-on-reconnection",
4562
+ "kind": "field",
4563
+ "name": "styles",
4467
4564
  "type": {
4468
- "text": "boolean"
4565
+ "text": "ElementStyles | void | null"
4469
4566
  },
4470
- "default": "true",
4471
- "fieldName": "restartOnReconnection"
4567
+ "privacy": "public",
4568
+ "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.",
4569
+ "inheritedFrom": {
4570
+ "name": "FoundationElement",
4571
+ "module": "src/foundation-element/foundation-element.ts"
4572
+ }
4472
4573
  },
4473
4574
  {
4474
- "name": "keep-col-defs-on-clear-row-data",
4475
- "type": {
4476
- "text": "boolean"
4575
+ "kind": "method",
4576
+ "name": "stylesChanged",
4577
+ "privacy": "protected",
4578
+ "return": {
4579
+ "type": {
4580
+ "text": "void"
4581
+ }
4477
4582
  },
4478
- "default": "false",
4479
- "description": "Whether to keep column definitions when clearing row data",
4480
- "fieldName": "keepColDefsOnClearRowData"
4583
+ "inheritedFrom": {
4584
+ "name": "FoundationElement",
4585
+ "module": "src/foundation-element/foundation-element.ts"
4586
+ }
4587
+ },
4588
+ {
4589
+ "kind": "method",
4590
+ "name": "compose",
4591
+ "privacy": "public",
4592
+ "static": true,
4593
+ "return": {
4594
+ "type": {
4595
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4596
+ }
4597
+ },
4598
+ "parameters": [
4599
+ {
4600
+ "name": "this",
4601
+ "type": {
4602
+ "text": "K"
4603
+ }
4604
+ },
4605
+ {
4606
+ "name": "elementDefinition",
4607
+ "type": {
4608
+ "text": "T"
4609
+ },
4610
+ "description": "The definition of the element to create the registry\nfunction for."
4611
+ }
4612
+ ],
4613
+ "description": "Defines an element registry function with a set of element definition defaults.",
4614
+ "inheritedFrom": {
4615
+ "name": "FoundationElement",
4616
+ "module": "src/foundation-element/foundation-element.ts"
4617
+ }
4481
4618
  }
4482
4619
  ],
4483
4620
  "mixins": [
4484
4621
  {
4485
4622
  "name": "LifecycleMixin",
4486
4623
  "package": "@genesislcap/foundation-utils"
4487
- },
4488
- {
4489
- "name": "DatasourceEventHandler",
4490
- "package": "@genesislcap/foundation-comms"
4491
4624
  }
4492
4625
  ],
4493
4626
  "superclass": {
4494
4627
  "name": "FoundationElement",
4495
4628
  "package": "@microsoft/fast-foundation"
4496
4629
  },
4497
- "tagName": "grid-tabulator-client-side-datasource",
4630
+ "tagName": "grid-tabulator-column",
4498
4631
  "customElement": true
4499
4632
  }
4500
4633
  ],
4501
4634
  "exports": [
4502
4635
  {
4503
4636
  "kind": "js",
4504
- "name": "criteriaDelimiter",
4505
- "declaration": {
4506
- "name": "criteriaDelimiter",
4507
- "module": "src/datasource/client-side.datasource.ts"
4508
- }
4509
- },
4510
- {
4511
- "kind": "js",
4512
- "name": "criteriaJoin",
4513
- "declaration": {
4514
- "name": "criteriaJoin",
4515
- "module": "src/datasource/client-side.datasource.ts"
4516
- }
4517
- },
4518
- {
4519
- "kind": "js",
4520
- "name": "GridTabulatorClientSideDatasource",
4637
+ "name": "GridTabulatorColumn",
4521
4638
  "declaration": {
4522
- "name": "GridTabulatorClientSideDatasource",
4523
- "module": "src/datasource/client-side.datasource.ts"
4639
+ "name": "GridTabulatorColumn",
4640
+ "module": "src/column/column.ts"
4524
4641
  }
4525
4642
  },
4526
4643
  {
4527
4644
  "kind": "custom-element-definition",
4528
- "name": "grid-tabulator-client-side-datasource",
4645
+ "name": "grid-tabulator-column",
4529
4646
  "declaration": {
4530
- "name": "GridTabulatorClientSideDatasource",
4531
- "module": "src/datasource/client-side.datasource.ts"
4647
+ "name": "GridTabulatorColumn",
4648
+ "module": "src/column/column.ts"
4532
4649
  }
4533
4650
  }
4534
4651
  ]
4535
4652
  },
4536
4653
  {
4537
4654
  "kind": "javascript-module",
4538
- "path": "src/datasource/index.ts",
4655
+ "path": "src/column/index.ts",
4539
4656
  "declarations": [],
4540
4657
  "exports": [
4541
4658
  {
@@ -4543,124 +4660,7 @@
4543
4660
  "name": "*",
4544
4661
  "declaration": {
4545
4662
  "name": "*",
4546
- "package": "./client-side.datasource"
4547
- }
4548
- }
4549
- ]
4550
- },
4551
- {
4552
- "kind": "javascript-module",
4553
- "path": "src/external/fonts.ts",
4554
- "declarations": [
4555
- {
4556
- "kind": "variable",
4557
- "name": "tabulatorDefaultFontFace",
4558
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4559
- },
4560
- {
4561
- "kind": "variable",
4562
- "name": "tabulatorRapidFontFace",
4563
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4564
- },
4565
- {
4566
- "kind": "variable",
4567
- "name": "gridThemeFontFaceMap",
4568
- "type": {
4569
- "text": "GridThemeFontFaceMap"
4570
- },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
- },
4573
- {
4574
- "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4577
- }
4578
- ],
4579
- "exports": [
4580
- {
4581
- "kind": "js",
4582
- "name": "tabulatorDefaultFontFace",
4583
- "declaration": {
4584
- "name": "tabulatorDefaultFontFace",
4585
- "module": "src/external/fonts.ts"
4586
- }
4587
- },
4588
- {
4589
- "kind": "js",
4590
- "name": "tabulatorRapidFontFace",
4591
- "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4594
- }
4595
- },
4596
- {
4597
- "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4599
- "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4602
- }
4603
- },
4604
- {
4605
- "kind": "js",
4606
- "name": "defaultGridTabulatorFontFace",
4607
- "declaration": {
4608
- "name": "defaultGridTabulatorFontFace",
4609
- "module": "src/external/fonts.ts"
4610
- }
4611
- }
4612
- ]
4613
- },
4614
- {
4615
- "kind": "javascript-module",
4616
- "path": "src/external/index.ts",
4617
- "declarations": [
4618
- {
4619
- "kind": "variable",
4620
- "name": "tabulatorExternalStockStyles",
4621
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
- "description": "External styles for the Tabulator grid.",
4623
- "privacy": "public"
4624
- }
4625
- ],
4626
- "exports": [
4627
- {
4628
- "kind": "js",
4629
- "name": "tabulatorExternalStockStyles",
4630
- "declaration": {
4631
- "name": "tabulatorExternalStockStyles",
4632
- "module": "src/external/index.ts"
4633
- }
4634
- },
4635
- {
4636
- "kind": "js",
4637
- "name": "tabulatorThemeSimpleCSS",
4638
- "declaration": {
4639
- "name": "tabulatorThemeSimpleCSS",
4640
- "module": "src/external/index.ts"
4641
- }
4642
- }
4643
- ]
4644
- },
4645
- {
4646
- "kind": "javascript-module",
4647
- "path": "src/external/tabulator-theme-simple-css.ts",
4648
- "declarations": [
4649
- {
4650
- "kind": "variable",
4651
- "name": "tabulatorThemeSimpleCSS",
4652
- "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`",
4653
- "description": "External styles for the Tabulator grid.",
4654
- "privacy": "public"
4655
- }
4656
- ],
4657
- "exports": [
4658
- {
4659
- "kind": "js",
4660
- "name": "tabulatorThemeSimpleCSS",
4661
- "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4663
+ "package": "./column"
4664
4664
  }
4665
4665
  }
4666
4666
  ]