{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/grid-components.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "zeroGridTabulatorComponents",
          "type": {
            "text": "object"
          },
          "default": "{\n  // zeroAgActionRenderer,\n  // zeroAgActionsMenuRenderer,\n  // zeroAgBooleanRenderer,\n  // zeroAgTextRenderer,\n  // zeroAgSelectRenderer,\n  zeroGridTabulator,\n  register(container?: Container, ...rest: any[]) {\n    if (!container) {\n      // preserve backward compatibility with code that loops through\n      // the values of this object and calls them as funcs with no args\n      return;\n    }\n    for (const key in this) {\n      if (key === 'register') {\n        continue;\n      }\n      this[key]().register(container, ...rest);\n    }\n  },\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "zeroGridTabulatorComponents",
          "declaration": {
            "name": "zeroGridTabulatorComponents",
            "module": "src/grid-components.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/grid-tabulator.styles.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "zeroGridTabulatorStyles",
          "default": "css`\n  /* All the Tabulator themes */\n\n  /* gridTabulatorStyles */\n\n  /* 100% custom, CSS based, our own name: tabulator-theme-genesis-rapid */\n  ${themeGenesisRapid}\n  ${themeGenesisRapidDark}\n\n  :host {\n    width: 100%;\n    height: 100%;\n  }\n\n  #grid {\n    height: 100%;\n  }\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "zeroGridTabulatorStyles",
          "declaration": {
            "name": "zeroGridTabulatorStyles",
            "module": "src/grid-tabulator.styles.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/grid-tabulator.template.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "zeroGridTabulatorTemplate",
          "default": "gridTabulatorTemplate"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "zeroGridTabulatorTemplate",
          "declaration": {
            "name": "zeroGridTabulatorTemplate",
            "module": "src/grid-tabulator.template.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/grid-tabulator.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ZeroGridTabulator",
          "members": [
            {
              "kind": "field",
              "name": "theme",
              "type": {
                "text": "string"
              },
              "default": "'tabulator-theme-genesis-rapid-dark'",
              "description": "Sets default theme to Rapid",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "themeChanged",
              "parameters": [
                {
                  "name": "oldValue",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "newValue",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "gridOptions",
              "type": {
                "text": "Options"
              },
              "description": "Handles extra ZERO configs and options",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "cloneNode",
              "return": {
                "type": {
                  "text": "Node"
                }
              },
              "parameters": [
                {
                  "name": "deep",
                  "optional": true,
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LifecycleMixin",
                "module": "src/mixins/lifecycle/lifecycle.ts"
              }
            },
            {
              "kind": "method",
              "name": "deepClone",
              "return": {
                "type": {
                  "text": "Node"
                }
              },
              "inheritedFrom": {
                "name": "LifecycleMixin",
                "module": "src/mixins/lifecycle/lifecycle.ts"
              }
            },
            {
              "kind": "field",
              "name": "shouldRunDisconnect",
              "return": {
                "type": {
                  "text": ""
                }
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "LifecycleMixin",
                "module": "src/mixins/lifecycle/lifecycle.ts"
              }
            },
            {
              "kind": "field",
              "name": "shouldRunConnect",
              "return": {
                "type": {
                  "text": ""
                }
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "LifecycleMixin",
                "module": "src/mixins/lifecycle/lifecycle.ts"
              }
            },
            {
              "kind": "method",
              "name": "#_blockLifecycleDueToTokenChange",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "lifecycleType",
                  "type": {
                    "text": "Lifecycletype"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LifecycleMixin",
                "module": "src/mixins/lifecycle/lifecycle.ts"
              }
            },
            {
              "kind": "field",
              "name": "grid",
              "type": {
                "text": "Tabulator | undefined"
              },
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "gridDiv",
              "type": {
                "text": "HTMLDivElement"
              },
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "gridFontFace",
              "default": "defaultGridTabulatorFontFace",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "classNames",
              "type": {
                "text": "string"
              },
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "rowData",
              "type": {
                "text": "any[]"
              },
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "rowDataChanged",
              "parameters": [
                {
                  "name": "oldValue"
                },
                {
                  "name": "newValue"
                }
              ],
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "autoCellRendererByType",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "onlyTemplateColDefs",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "persistColumnStateKey",
              "type": {
                "text": "string"
              },
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "persistFilterModelKey",
              "type": {
                "text": "string"
              },
              "description": "The key to use for persisting the filter model in local browser or KV storage.",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "rowHeight",
              "type": {
                "text": "number"
              },
              "default": "32",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "headerCaseType",
              "type": {
                "text": "GridTabulatorCaseType"
              },
              "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "gridAutosizingEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "enableCellFlashing",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "enableRowFlashing",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true, will enable row flashing for all rows",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "showHeaderFilters",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true, will show header filters on columns by default",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "columnComponentName",
              "type": {
                "text": "string"
              },
              "default": "'grid-tabulator-column'",
              "description": "The column component name used for querying child column elements",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "rehydrationAttempted",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "gridComponents",
              "type": {
                "text": "{ [componentName: string]: any }"
              },
              "privacy": "private",
              "default": "{\n    // Using the new formatter approach, these components are no longer needed\n  }",
              "description": "Map of the available cell renderers",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "registerCellFormatters",
              "privacy": "private",
              "parameters": [
                {
                  "name": "customFormatters",
                  "type": {
                    "text": "any"
                  }
                }
              ],
              "description": "Register custom cell formatters in the top-level formatters registry",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "processColumnFormatters",
              "privacy": "private",
              "parameters": [
                {
                  "name": "columns",
                  "type": {
                    "text": "any[]"
                  },
                  "description": "Array of column definitions"
                },
                {
                  "name": "formatters",
                  "type": {
                    "text": "any"
                  },
                  "description": "Available formatter functions"
                }
              ],
              "description": "Process column formatters - convert string formatter names to function references",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "registerCellEditors",
              "privacy": "private",
              "description": "Register our custom cell editors with Tabulator",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "formatColumnHeaders",
              "privacy": "private",
              "parameters": [
                {
                  "name": "columns",
                  "type": {
                    "text": "any[]"
                  }
                }
              ],
              "description": "Format column headers based on headerCaseType setting",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "applyCellFlashing",
              "privacy": "private",
              "parameters": [
                {
                  "name": "columns",
                  "type": {
                    "text": "any[]"
                  }
                }
              ],
              "description": "Apply cell flashing to columns if enableCellFlashing is true",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "bindResizeEvents",
              "privacy": "private",
              "description": "Bind events to handle responsive grid resizing",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "statePersistanceEnabled",
              "type": {
                "text": "boolean"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "saveGridState",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "restoreGridState",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "setFilter",
              "parameters": [
                {
                  "name": "column",
                  "type": {
                    "text": "string"
                  },
                  "description": "column name"
                },
                {
                  "name": "operator",
                  "type": {
                    "text": "string"
                  },
                  "description": "filter operator"
                },
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  },
                  "description": "filter value"
                },
                {
                  "name": "filterParams",
                  "optional": true,
                  "type": {
                    "text": "FilterParams"
                  },
                  "description": "optional filter params"
                }
              ],
              "description": "Set the Grid client-side filters.",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "downloadDataAs",
              "parameters": [
                {
                  "name": "type",
                  "type": {
                    "text": "'csv' | 'json' | 'html'"
                  },
                  "description": "csv | json | html"
                },
                {
                  "name": "fileName",
                  "type": {
                    "text": "string"
                  },
                  "description": "name of the file to download"
                },
                {
                  "name": "params",
                  "optional": true,
                  "type": {
                    "text": "DownloadOptions"
                  },
                  "description": "optional download params"
                },
                {
                  "name": "filter",
                  "optional": true,
                  "type": {
                    "text": "RowRangeLookup"
                  },
                  "description": "optional row range lookup filter"
                }
              ],
              "description": "Download the Grid data as a file of the specified type.",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "refreshCells",
              "description": "Refresh the grid cells",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "clearFilters",
              "description": "Clear all filters",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "redraw",
              "description": "Redraw the table",
              "privacy": "public",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "fontFaceDestroy",
              "type": {
                "text": "() => void"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "insertFontFace",
              "privacy": "private",
              "parameters": [
                {
                  "name": "newValue",
                  "type": {
                    "text": "GridTabulatorTheme | string"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "destroyFontFace",
              "privacy": "private",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "mergeColumnDefsFromTemplate",
              "privacy": "private",
              "return": {
                "type": {
                  "text": ""
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "Options"
                  },
                  "description": "The Tabulator options object"
                }
              ],
              "description": "Merges columnd definitions from child elements and options",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "getTemplateColumnDefs",
              "privacy": "private",
              "return": {
                "type": {
                  "text": ""
                }
              },
              "description": "Gets column definitions from child column elements",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "method",
              "name": "registerFormattersWithTabulator",
              "privacy": "private",
              "description": "Register our formatters with Tabulator's formatter registry, if available",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "kind": "field",
              "name": "_presentation",
              "type": {
                "text": "ComponentPresentation | null | undefined"
              },
              "privacy": "private",
              "default": "void 0",
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "field",
              "name": "$presentation",
              "type": {
                "text": "ComponentPresentation | null"
              },
              "privacy": "public",
              "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "field",
              "name": "template",
              "type": {
                "text": "ElementViewTemplate | void | null"
              },
              "privacy": "public",
              "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.",
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "method",
              "name": "templateChanged",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "field",
              "name": "styles",
              "type": {
                "text": "ElementStyles | void | null"
              },
              "privacy": "public",
              "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.",
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "method",
              "name": "stylesChanged",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            },
            {
              "kind": "method",
              "name": "compose",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "(\n        overrideDefinition?: OverrideFoundationElementDefinition<T>\n    ) => FoundationElementRegistry<T, K>"
                }
              },
              "parameters": [
                {
                  "name": "this",
                  "type": {
                    "text": "K"
                  }
                },
                {
                  "name": "elementDefinition",
                  "type": {
                    "text": "T"
                  },
                  "description": "The definition of the element to create the registry\nfunction for."
                }
              ],
              "description": "Defines an element registry function with a set of element definition defaults.",
              "inheritedFrom": {
                "name": "FoundationElement",
                "module": "src/foundation-element/foundation-element.ts"
              }
            }
          ],
          "superclass": {
            "name": "GridTabulator",
            "package": "@genesislcap/grid-tabulator"
          },
          "tagName": "%%prefix%%-grid-tabulator",
          "customElement": true,
          "attributes": [
            {
              "name": "auto-cell-renderer-by-type",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "autoCellRendererByType",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "only-template-col-defs",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "onlyTemplateColDefs",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "persist-column-state-key",
              "type": {
                "text": "string"
              },
              "fieldName": "persistColumnStateKey",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "persist-filter-model-key",
              "type": {
                "text": "string"
              },
              "description": "The key to use for persisting the filter model in local browser or KV storage.",
              "fieldName": "persistFilterModelKey",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "rowHeight",
              "type": {
                "text": "number"
              },
              "default": "defaultRowHeight",
              "resolveInitializer": {
                "module": "src/grid-tabulator.ts"
              },
              "fieldName": "rowHeight",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "theme",
              "type": {
                "text": "string"
              },
              "default": "'modern'",
              "fieldName": "theme",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "header-case-type",
              "type": {
                "text": "GridTabulatorCaseType"
              },
              "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
              "fieldName": "headerCaseType",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "grid-autosizing",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
              "fieldName": "gridAutosizingEnabled",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "enable-cell-flashing",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
              "fieldName": "enableCellFlashing",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "enable-row-flashing",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true, will enable row flashing for all rows",
              "fieldName": "enableRowFlashing",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            },
            {
              "name": "show-header-filters",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true, will show header filters on columns by default",
              "fieldName": "showHeaderFilters",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            }
          ],
          "events": [
            {
              "description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance). detail: `Tabulator | undefined`",
              "name": "gridReady",
              "inheritedFrom": {
                "name": "GridTabulator",
                "module": "src/grid-tabulator.ts"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "zeroGridTabulatorShadowOptions",
          "type": {
            "text": "ShadowRootInit"
          },
          "default": "gridTabulatorShadowOptions"
        },
        {
          "kind": "variable",
          "name": "zeroGridTabulatorDefaultConfig",
          "default": "defaultGridTabulatorConfig"
        },
        {
          "kind": "variable",
          "name": "zeroGridTabulator"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ZeroGridTabulator",
          "declaration": {
            "name": "ZeroGridTabulator",
            "module": "src/grid-tabulator.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroGridTabulatorShadowOptions",
          "declaration": {
            "name": "zeroGridTabulatorShadowOptions",
            "module": "src/grid-tabulator.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroGridTabulatorDefaultConfig",
          "declaration": {
            "name": "zeroGridTabulatorDefaultConfig",
            "module": "src/grid-tabulator.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroGridTabulator",
          "declaration": {
            "name": "zeroGridTabulator",
            "module": "src/grid-tabulator.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./cell-formatters"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./style"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./themes"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./utils"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./grid-components"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./grid-tabulator.styles"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./grid-tabulator.template"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./grid-tabulator"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "@genesislcap/grid-tabulator"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/action.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "actionFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{}",
              "type": {
                "text": "ActionFormatterParams"
              },
              "description": "Action formatter parameters"
            }
          ],
          "description": "Zero-styled action formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "actionFormatter",
          "declaration": {
            "name": "actionFormatter",
            "module": "src/cell-formatters/action.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/actions-menu.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "actionsMenuFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{}",
              "type": {
                "text": "ActionsMenuFormatterParams"
              },
              "description": "Actions menu formatter parameters"
            }
          ],
          "description": "Zero-styled actions menu formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "actionsMenuFormatter",
          "declaration": {
            "name": "actionsMenuFormatter",
            "module": "src/cell-formatters/actions-menu.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/boolean.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "booleanFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{}",
              "type": {
                "text": "BooleanFormatterParams"
              },
              "description": "Boolean formatter parameters"
            }
          ],
          "description": "Zero-styled boolean formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "booleanFormatter",
          "declaration": {
            "name": "booleanFormatter",
            "module": "src/cell-formatters/boolean.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/editable.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "editableFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{}",
              "type": {
                "text": "EditableFormatterParams"
              },
              "description": "Editable formatter parameters"
            }
          ],
          "description": "Zero-styled editable formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "editableFormatter",
          "declaration": {
            "name": "editableFormatter",
            "module": "src/cell-formatters/editable.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/index.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "zeroFormatters",
          "type": {
            "text": "object"
          },
          "default": "{\n  action: zeroActionFormatter,\n  actionsMenu: zeroActionsMenuFormatter,\n  boolean: zeroBooleanFormatter,\n  editable: zeroEditableFormatter,\n  select: zeroSelectFormatter,\n  text: zeroTextFormatter,\n}",
          "description": "Zero formatters for Tabulator grid"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ActionFormatterParams",
          "declaration": {
            "name": "ActionFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "ActionsMenuFormatterParams",
          "declaration": {
            "name": "ActionsMenuFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "BooleanFormatterParams",
          "declaration": {
            "name": "BooleanFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "EditableFormatterParams",
          "declaration": {
            "name": "EditableFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "FormatterTypes",
          "declaration": {
            "name": "FormatterTypes",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "SelectFormatterParams",
          "declaration": {
            "name": "SelectFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "TextFormatterParams",
          "declaration": {
            "name": "TextFormatterParams",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroActionFormatter",
          "declaration": {
            "name": "zeroActionFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroActionsMenuFormatter",
          "declaration": {
            "name": "zeroActionsMenuFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroBooleanFormatter",
          "declaration": {
            "name": "zeroBooleanFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroEditableFormatter",
          "declaration": {
            "name": "zeroEditableFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroSelectFormatter",
          "declaration": {
            "name": "zeroSelectFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroTextFormatter",
          "declaration": {
            "name": "zeroTextFormatter",
            "module": "src/cell-formatters/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "zeroFormatters",
          "declaration": {
            "name": "zeroFormatters",
            "module": "src/cell-formatters/index.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/select.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "selectFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{ options: [] }",
              "type": {
                "text": "SelectFormatterParams"
              },
              "description": "Select formatter parameters"
            }
          ],
          "description": "Zero-styled select formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "selectFormatter",
          "declaration": {
            "name": "selectFormatter",
            "module": "src/cell-formatters/select.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/cell-formatters/text.formatter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "textFormatter",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              },
              "description": "The cell component provided by Tabulator"
            },
            {
              "name": "formatterParams",
              "default": "{}",
              "type": {
                "text": "TextFormatterParams"
              },
              "description": "Text formatter parameters"
            }
          ],
          "description": "Zero-styled text formatter for Tabulator.\nThis simply uses the base formatter with the 'zero' prefix.",
          "privacy": "public"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "textFormatter",
          "declaration": {
            "name": "textFormatter",
            "module": "src/cell-formatters/text.formatter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/style/colors.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "darkColors",
          "type": {
            "text": "object"
          },
          "default": "{\n  foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n  headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n  backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n  borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n  rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
        },
        {
          "kind": "variable",
          "name": "lightColors",
          "type": {
            "text": "object"
          },
          "default": "{\n  foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n  headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n  backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n  borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n  rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "darkColors",
          "declaration": {
            "name": "darkColors",
            "module": "src/style/colors.ts"
          }
        },
        {
          "kind": "js",
          "name": "lightColors",
          "declaration": {
            "name": "lightColors",
            "module": "src/style/colors.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/style/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./colors"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./tokens"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/style/tokens.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "gridThemeGenesisRapidTokens",
          "type": {
            "text": "object"
          },
          "default": "{\n  backgroundColor: create<Swatch>('rapid-grid-background-color').withDefault((elem: HTMLElement) =>\n    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n      ? lightColors.backgroundSwatch\n      : darkColors.backgroundSwatch,\n  ),\n  borderColor: create<Swatch>('rapid-grid-border-color').withDefault((elem: HTMLElement) =>\n    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n      ? lightColors.borderSwatch\n      : darkColors.borderSwatch,\n  ),\n  foregroundColor: create<Swatch>('rapid-grid-foreground-color').withDefault((elem: HTMLElement) =>\n    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n      ? lightColors.foregroundSwatch\n      : darkColors.foregroundSwatch,\n  ),\n  headerForegroundColor: create<Swatch>('rapid-grid-header-foreground-color').withDefault(\n    (elem: HTMLElement) =>\n      baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n        ? lightColors.headerForegroundSwatch\n        : darkColors.headerForegroundSwatch,\n  ),\n  rowHoverColor: create<Swatch>('rapid-grid-row-hover-color').withDefault((elem: HTMLElement) =>\n    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n      ? lightColors.rowHoverSwatch\n      : darkColors.rowHoverSwatch,\n  ),\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "gridThemeGenesisRapidTokens",
          "declaration": {
            "name": "gridThemeGenesisRapidTokens",
            "module": "src/style/tokens.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/themes/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./genesis-rapid/theme-genesis-rapid"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/utils/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./init-grid"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/utils/init-grid.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "initZeroGridTabulator",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "options",
              "default": "{}",
              "type": {
                "text": "Options"
              },
              "description": "The tabulator options"
            }
          ],
          "description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "initZeroGridTabulator",
          "declaration": {
            "name": "initZeroGridTabulator",
            "module": "src/utils/init-grid.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "themeGenesisRapidCSS",
          "default": "css`\n  .tabulator {\n    position: relative;\n    /* border: 1px solid #999; */\n    background-color: #1f2126;\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    scrollbar-color: rgb(46 48 53) rgb(31 33 38);\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 #7e9aa5;\n    background-color: #202126;\n    color: #879ba6;\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 #7e9aa5;\n    background-color: #202126;\n    color: #879ba6;\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: #cdcdcd;\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 #aaa;\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  .tabulator\n    .tabulator-header\n    .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n    cursor: pointer;\n    background-color: #2d2e34;\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  .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  .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  .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  .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  .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  .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: 10;\n  }\n\n  .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n    border-right: 2px solid #aaa;\n  }\n\n  .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n    border-left: 2px solid #aaa;\n  }\n\n  .tabulator .tabulator-header .tabulator-calcs-holder {\n    box-sizing: border-box;\n    background: #f3f3f3 !important;\n    border-top: 1px solid #aaa;\n    border-bottom: 1px solid #aaa;\n  }\n\n  .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n    background: #f3f3f3 !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-tableholder::-webkit-scrollbar {\n    width: 12px;\n    /* width of the entire scrollbar */\n  }\n\n  .tabulator-tableholder::-webkit-scrollbar-track {\n    background: #333;\n    /* color of the tracking area */\n  }\n\n  .tabulator-tableholder::-webkit-scrollbar-thumb {\n    background-color: #666;\n    /* color of the scroll thumb */\n    border-radius: 20px;\n    /* roundness of the scroll thumb */\n    border: 3px solid #333;\n    /* creates padding around scroll thumb */\n  }\n\n  .tabulator-tableholder::-webkit-scrollbar-corner {\n    background: #222;\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: #e2e2e2;\n  }\n\n  .tabulator\n    .tabulator-tableholder\n    .tabulator-table\n    .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n    border-bottom: 2px solid #aaa;\n  }\n\n  .tabulator\n    .tabulator-tableholder\n    .tabulator-table\n    .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n    border-top: 2px solid #aaa;\n  }\n\n  .tabulator .tabulator-footer {\n    border-top: 1px solid #999;\n    background-color: #e6e6e6;\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: #f3f3f3 !important;\n    border-bottom: 1px solid #aaa;\n    border-top: 1px solid #aaa;\n    overflow: hidden;\n  }\n\n  .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n    display: inline-block;\n    background: #f3f3f3 !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  .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  .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  .tabulator .tabulator-col-resize-handle:hover {\n    cursor: ew-resize;\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: #1f2126;\n    color: #cccccc;\n    border-bottom: 1px solid #2f3237;\n  }\n\n  .tabulator-row.tabulator-row-even {\n    background-color: #1f2126;\n  }\n\n  .tabulator-row.tabulator-selectable:hover {\n    background-color: #2d2e34;\n    cursor: pointer;\n  }\n\n  .tabulator-row.tabulator-selected {\n    background-color: #9abcea;\n  }\n\n  .tabulator-row.tabulator-selected:hover {\n    background-color: #769bcc;\n    cursor: pointer;\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 #aaa;\n    border-bottom: 1px solid #aaa;\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  .tabulator-row .tabulator-row-resize-handle:hover {\n    cursor: ns-resize;\n  }\n\n  .tabulator-row .tabulator-responsive-collapse {\n    box-sizing: border-box;\n    padding: 5px;\n    border-top: 1px solid #aaa;\n    border-bottom: 1px solid #aaa;\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    align-items: center;\n    background-color: inherit;\n    display: inline-flex;\n    position: unset;\n    box-sizing: border-box;\n    padding: 4px 8px;\n    /* border-right: 1px solid #aaa; */\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: 10;\n  }\n\n  .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n    border-right: 2px solid #aaa;\n  }\n\n  .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n    border-left: 2px solid #aaa;\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 {\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 #aaa;\n    border-bottom: 2px solid #aaa;\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: var(--neutral-foreground-rest);\n    opacity: 1;\n    overflow: hidden;\n  }\n\n  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n    cursor: pointer;\n    background: var(--neutral-foreground-rest);\n    opacity: 0.8;\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  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n    opacity: 0.7;\n    cursor: pointer;\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 #aaa;\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  .tabulator-row.tabulator-group:hover {\n    cursor: pointer;\n    background-color: rgba(0, 0, 0, 0.1);\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 #aaa;\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  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n    cursor: pointer;\n    background: #efefef;\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: #aaa;\n    vertical-align: top;\n    transform: rotate(45deg);\n  }\n\n  .tabulator-menu .tabulator-menu-separator {\n    border-top: 1px solid #aaa;\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  .tabulator-edit-list .tabulator-edit-list-item:hover {\n    cursor: pointer;\n    color: #fff;\n    background: #1d68cd;\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 #aaa;\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 #aaa;\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 #aaa;\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 #aaa;\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 #aaa;\n  }\n\n  .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n    border-right: 2px solid #aaa;\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 #aaa;\n    border-bottom: 2px solid #aaa;\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 #aaa;\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  .tabulator-print-table .tabulator-print-table-group:hover {\n    cursor: pointer;\n    background-color: rgba(0, 0, 0, 0.1);\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  .tabulator-print-table .tabulator-data-tree-control:hover {\n    cursor: pointer;\n    background: rgba(0, 0, 0, 0.2);\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  /*# sourceMappingURL=tabulator.css.map */\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "themeGenesisRapidCSS",
          "declaration": {
            "name": "themeGenesisRapidCSS",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/themes/genesis-rapid/theme-genesis-rapid.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "themeGenesisRapidTokenMap",
          "type": {
            "text": "CSSVarTokenMap<GridCSSVars | string>"
          },
          "default": "{\n  // [GridCSSVars.backgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n  // [GridCSSVars.foregroundColor]: gridThemeGenesisRapidTokens.foregroundColor,\n  // [GridCSSVars.oddRowBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n  // [GridCSSVars.headerBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n  // [GridCSSVars.headerForegroundColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n  // [GridCSSVars.selectedRowBackgroundColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n  // [GridCSSVars.rowHoverColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n  // [GridCSSVars.borderColor]: gridThemeGenesisRapidTokens.borderColor,\n  // [GridCSSVars.rowBorderColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n  // [GridCSSVars.modalOverlayBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n  // [GridCSSVars.inputFocusBoxShadow]: gridThemeGenesisRapidTokens.headerForegroundColor,\n  // [GridCSSVars.inputFocusBorderColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n  // [GridCSSVars.headerColumnResizeHandleColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n}"
        },
        {
          "kind": "variable",
          "name": "themeGenesisRapidName",
          "type": {
            "text": "string"
          },
          "default": "'tabulator-theme-genesis-rapid'"
        },
        {
          "kind": "variable",
          "name": "themeGenesisRapid",
          "default": "css`\n  ${themeGenesisRapidCSS}\n  ${themeTokenMapCSS(themeGenesisRapidName, themeGenesisRapidTokenMap)}\n\n  .${themeGenesisRapidName} {\n    ${mixinRobotoFont()}\n  }\n`"
        },
        {
          "kind": "variable",
          "name": "themeGenesisRapidDarkName",
          "type": {
            "text": "string"
          },
          "default": "'tabulator-theme-genesis-rapid-dark'"
        },
        {
          "kind": "variable",
          "name": "themeGenesisRapidDark",
          "default": "css`\n  ${themeGenesisRapidCSS}\n  ${themeTokenMapCSS(themeGenesisRapidDarkName, themeGenesisRapidTokenMap)}\n\n  .${themeGenesisRapidDarkName} {\n    ${mixinRobotoFont()}\n  }\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "themeGenesisRapidTokenMap",
          "declaration": {
            "name": "themeGenesisRapidTokenMap",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
          }
        },
        {
          "kind": "js",
          "name": "themeGenesisRapidName",
          "declaration": {
            "name": "themeGenesisRapidName",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
          }
        },
        {
          "kind": "js",
          "name": "themeGenesisRapid",
          "declaration": {
            "name": "themeGenesisRapid",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
          }
        },
        {
          "kind": "js",
          "name": "themeGenesisRapidDarkName",
          "declaration": {
            "name": "themeGenesisRapidDarkName",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
          }
        },
        {
          "kind": "js",
          "name": "themeGenesisRapidDark",
          "declaration": {
            "name": "themeGenesisRapidDark",
            "module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
          }
        }
      ]
    }
  ]
}
