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