{
  "metadata": {
    "toolPackage": "@microsoft/api-extractor",
    "toolVersion": "7.52.10",
    "schemaVersion": 1011,
    "oldestForwardsCompatibleVersion": 1001,
    "tsdocConfig": {
      "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
      "noStandardTags": true,
      "tagDefinitions": [
        {
          "tagName": "@alpha",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@beta",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@defaultValue",
          "syntaxKind": "block"
        },
        {
          "tagName": "@decorator",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@deprecated",
          "syntaxKind": "block"
        },
        {
          "tagName": "@eventProperty",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@example",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@experimental",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@inheritDoc",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@internal",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@label",
          "syntaxKind": "inline"
        },
        {
          "tagName": "@link",
          "syntaxKind": "inline",
          "allowMultiple": true
        },
        {
          "tagName": "@override",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@packageDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@param",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@privateRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@public",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@readonly",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@remarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@returns",
          "syntaxKind": "block"
        },
        {
          "tagName": "@sealed",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@see",
          "syntaxKind": "block"
        },
        {
          "tagName": "@throws",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@typeParam",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@virtual",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@betaDocumentation",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@internalRemarks",
          "syntaxKind": "block"
        },
        {
          "tagName": "@preapproved",
          "syntaxKind": "modifier"
        },
        {
          "tagName": "@tagname",
          "syntaxKind": "block",
          "allowMultiple": true
        },
        {
          "tagName": "@fires",
          "syntaxKind": "block",
          "allowMultiple": true
        }
      ],
      "supportForTags": {
        "@alpha": true,
        "@beta": true,
        "@defaultValue": true,
        "@decorator": true,
        "@deprecated": true,
        "@eventProperty": true,
        "@example": true,
        "@experimental": true,
        "@inheritDoc": true,
        "@internal": true,
        "@label": true,
        "@link": true,
        "@override": true,
        "@packageDocumentation": true,
        "@param": true,
        "@privateRemarks": true,
        "@public": true,
        "@readonly": true,
        "@remarks": true,
        "@returns": true,
        "@sealed": true,
        "@see": true,
        "@throws": true,
        "@typeParam": true,
        "@virtual": true,
        "@betaDocumentation": true,
        "@internalRemarks": true,
        "@preapproved": true,
        "@tagname": true,
        "@fires": true
      },
      "reportUnsupportedHtmlElements": false
    }
  },
  "kind": "Package",
  "canonicalReference": "@genesislcap/grid-pro!",
  "docComment": "",
  "name": "@genesislcap/grid-pro",
  "preserveMemberOrder": false,
  "members": [
    {
      "kind": "EntryPoint",
      "canonicalReference": "@genesislcap/grid-pro!",
      "name": "",
      "preserveMemberOrder": false,
      "members": [
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!actionHeightMultiplier:var",
          "docComment": "/**\n * The base height multiplier for the action renderer.\n *\n * @remarks\n *\n * Results in `--action-height-multiplier`. This is a DesignToken {@link https://www.fast.design/docs/design-systems/design-tokens/#what-is-a-design-token} value. Defaults to `0.6px`. May have other values depending on the design system or can be set to a different value.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "actionHeightMultiplier: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "CSSDesignToken",
              "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
            },
            {
              "kind": "Content",
              "text": "<string>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/action.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "actionHeightMultiplier",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class",
          "docComment": "/**\n * The AG Action Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-grid-pro-action-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ActionRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/action.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ActionRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#clickHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clickHandler(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clickHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#dataTestId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get dataTestId(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataTestId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "ActionRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!ActionRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#isDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled(data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "data",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDisabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "ActionRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!ActionRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#pendingAction:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pendingAction: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pendingAction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!ActionRendererParams:type",
          "docComment": "/**\n * Parameters for the {@link @genesislcap/grid-pro#GridPro} action renderer.\n *\n * @remarks\n *\n * For single action button scenarios.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ActionRendererParams = "
            },
            {
              "kind": "Content",
              "text": "{\n    actionClick?: (rowData: any) => void;\n    actionName?: string;\n    appearance?: string;\n    actionButtonStyle?: string;\n    dataTestId?: string;\n    isDisabled?: (rowData: any) => boolean;\n    uniqueFieldName?: string;\n    contentTemplate?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/cell-renderers/action.renderer.ts",
          "releaseTag": "Public",
          "name": "ActionRendererParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer:class",
          "docComment": "/**\n * The Actions Menu Renderer element.\n *\n * @remarks\n *\n * For multiple actions scenarios.\n *\n * @tagname\n *\n * %%prefix%%-grid-pro-actions-menu-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ActionsMenuRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/actions-menu.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ActionsMenuRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agActionRendererStyles:var",
          "docComment": "/**\n * The AG Action Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agActionRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/action.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agActionRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agBooleanRendererStyles:var",
          "docComment": "/**\n * The AG Boolean Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agBooleanRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agBooleanRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agDateEditorStyles:var",
          "docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agDateEditorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-editors/date.editor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agDateEditorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agEditableRendererStyles:var",
          "docComment": "/**\n * The AG Editable Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agEditableRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/editable.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agEditableRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agExternalStockStyles:var",
          "docComment": "/**\n * All External AG Grid Stock in one CSS.\n *\n * @remarks\n *\n * This is a collection of multiple AG themes, only needed if the target element needs more than one stock theme.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agExternalStockStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/index.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agExternalStockStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agGridAlpineFontFace:var",
          "docComment": "/**\n * The AG Alpine font face used on ag-theme-alpine/ag-theme-alpine-dark Grid Pro themes.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agGridAlpineFontFace = "
            },
            {
              "kind": "Content",
              "text": "\"\\n  @font-face {\\n    font-family: \\\"agGridAlpine\\\";\\n    src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);\\n    font-weight: normal;\\n    font-style: normal;\\n  }\\n\""
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agGridAlpineFontFace",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agGridBalhamFontFace:var",
          "docComment": "/**\n * The AG Balham font face used on ag-theme-balham/ag-theme-balham-dark Grid Pro themes.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agGridBalhamFontFace = "
            },
            {
              "kind": "Content",
              "text": "\"\\n  @font-face {\\n    font-family: \\\"agGridBalham\\\";\\n    src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABQsAAsAAAAAKcgAABPaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKr0ynOAE2AiQDghgLgQ4ABCAFhEYHhF0bXiRFpNekVVHJ/j8kcGOoVAN7L8rdRUEn6ZRdEY4cPSsWsYa1Wb2Sgi2cP95lTgmTT/ndiPe/iFyfMpSSB+B++a5qUUJ3i2yOTKBKGtAEZjDQ/79r5Z9JJgO0QJTwIt61qrKvDlDoCuP7P/w2/773RBsEC9gwEHQ884EFwsNiYDQqizIKCyNh1ayqcJH+M1lE4yJZuf0JLTfgdHNvseRobBRAwGBuVQKzJwnlrC2j0h1WndeaR8acU+fTftMv+IgvtuJeOZP9qfnXXNJ/nz0sdsqYLX3/bccgSgISTwjfXQjUrV14PoMQtmKBCWgyDBHwf3OlveyxK4GiKYHQ9exMZjK7zfz5ubvsYS5HlOOUECygAtoUiNcVVGUdsCPbVyXJVdq6VlVYXag55WB04UExdSgEyFx64PjfUGqRahgfQwg7jwHtGrcjBKQJJ/bgK00N1IOvjTXAhgXLh8BxyNDB37JRYL9LhiV1QrwwR50h0fNZo4upSKP1G3fY5KMN9MMe3sN4OhhLiIUWJ7xbpSRFM2wEx2lLKwiysi6oyClzCg99Ec8TxilXY4ea+YgngzqZGPlo74Ign50j7RGuKl8qDZ8x4lCYLQkLtAgHOb6bcEcrG9Rqe+gsz8FVCONktVNlOA7WhI08pMz03cK7oYJ29TlhKPWBJYE7i5Juc0OhwsBrG9rKbO6EX3Rm7SqcMYMpaztrilmkMrImHVEbzcilHcJDqJDa8BAVMXJkYOeTwgaNs7o82pMPXpmMUyRPppY3sk/PuiE8EKa81aEu4gXCqPuAbqTipcosW5xw2UMWVvgHdkq2K9b9Td/TDnZZsSenqFwS1wU7LpwQGYUJSCt8EW2ZKu7oar+BBS4UMLDEUesGK04CruqhLuSMFYxMOJ9k4TD6FsVJsWO2s7ISEXprJ6A6r7y7wcA1E0rdGHdBx2BqsIR3TVZsVrEiVadMeSiWTAV7ZT3Vh65ZaPBQB8pGzlO41nZZxWRkU8M2LvrbXvAYm4YGxgINkymVnnvJ+8IY/CJKl9MJW+gvCnl3LbsHaTs2ohBWEcpmsmRRRXKNKkuCLm4p7Tbw2sbJ2TUikk4bbrLeRQHhO/tP4Dl++aF/RAgFCHMiEFzB7JaiGE4JCRQWYC7af+sZj8urAmJABMgDURBOygtDYUBJRR4SFA2D/QeykLbtL+2vOu2BalHwlVZ9YAmBwAqJwoEbRlZgudl7a7eVj6XTjrKzIY0LcGuIC98cRjq4UUDYEMxBuDy+QCgSS6QysnLyCopKyiqqauoamlpCbR1dPX1ZA0MjYxNZoamZ0NzEAoTiEPTkLicqdKxP4sG2CnatZ6N7+vtvlpd75OH2BAbPAiLfVE0AhYg9GquQArBGOoB10gJskG5gk9QCW2QQ2CbVwA5pA3ZJPbBP2oED0gockh7giDQCx6QBOCF9wBmpAc5JM3BB6oBL0gtckQHgmjQBN6QTuCX9wF3rIRBYIEYbACIAiAGgAwAJAHQBoAcAfQAYAMAQAEYAMAaACQBMAWAGAGYBYA4A5gFgAQAWAWAJAJYBYAUAVgFgDQDWAWADADYBYAsAtulEBgQdkMUuAOwBwD4AHADAIdpQcQSQ4RgATgDgFADOAOAczQQu6EQGBBToIAOAHE2OAqCPEs0cKkaSBxjen+IZuAeJEkG6QkFKaCHWbtDS+v6PhfxWycQKC2EdHQeG2D6/aTNYLFEiCYmBaFjhkkWCbis11vGLxQhnFAqk2N5CGex5kkImjrIomG+a/qf3WZBBuej7jXycrZUIJqVSi4cg2PfntCDZdT+ev++Xi5EX+R2/MKhXfK/qOL5LnGpRtKqMxCf5YHGxUvt30LY59zQrUmZZq/4ZOOc41b91Trju2v/7xItKYgGdjr1c/e/g+dc1v3eMv1rjIGH1I4hAbKGHP6fkylKWFtUuyFmAIQY+1aiYCCbcQCGQybdea81XQ6mTbmJ8M5G8ZAv/3MIjsRA1fZ4cSqr3k9cyFBHEUh2d2nVM7tYxmBMkpgh6ITiAi2gvR8+nT7VYqBd7UN9oCeIYoPf8wnHgAsN18TumbYMS3bJ+9osHJxLz5MOs+fi0ZD859YgMscM0rFjd5ofvRF6nQSVm9pnaHX4zcoAODXdwSqNytrQI9Jfma2gsSbcOogW4O1K+DX4z1PLgF8iQzwvYuOLJ70HixUG8zIjX+farIdSQJQHfy7SfDNqJxJmjTpAJ3jhTeeeh9yD445sSTSopjLsH9GQ2i8R8Pp0eh8bM8cvYvHgU6FERV9N5JE4AfSxnFioSCTNG9eIFJJrjKlQ4fioVw2YBGul5dT5/zDheMHsulyp1cfG0yAI9FlOa5pRYLsUpTwSgtjumA5lEo3InrjJVrSI19c17Ozu4jSZnJoc3jmAzV0Z5oCu0LhfQNUJjzTmzYl5llbpnkchD44d+1x4Jf+JybGc+LS1q4QDrDm5iluUUDksvqcjgdXv/oRC9YC2TbboagB9paX2CXoY13ODwZXdlwMkKi2wuuKN9jbqlDRSBbtvY3Bg6Dg3HQWJdpOr5LVJtmevyOisMAj1lhgSphE4ZNU+nCKh+gbAsUOEwpuvCSFLL6j5seqJFASDcrY+r+UNO6zUI3/lUV3IH7YVXq8B+mAnaIIXQ62AC9nDnfR7k5QhiGs3O5+IUnsUR3TuE+31QGoj5hfm0fYS8+IcDEvAdJCPhNnqYSdDHD/0QlZWLduWoRrLWmnOvqsfdYBCOV0PtSmnRqprafNXefT7Ir7srjm3oFJZGrljLj64PJgLqJWdpJsgL7uqzdqV+QtOUsSoYvF5x3K2edjacQ180y1za6d/EQoNH8WkkOOKzrCCcqJNSxhkZZIwSyiPL0YCRP+1/MyHscrTt/KaSH7Gp/YG9sokMvnJQE6ioFlAJy2Qwx8GkJ18vbI/F7u3aEB6664auN5xeweyd64duaYRp/3Ned2fPk2UnlvP5iFGebs4LbbY0CZB4cgN49JtPsWQ+v71cT3jrGSJmTs+KvFH4yCeupYe/jjGQIDavnuVcCbNAIvQ8vv38Vj6+tLDxSGD4QvO6sIYosbKpRcV1jaPwJfpkVk4qZeTeqjvacKBQk6kv50oMxwJHKti77PT7S2w+tcJ1KjrNBU0wLPfeUoGuFETKNfhi5Ltr7wcLNZ/rdRgyqxZDLhzDjSEeBLj6kjjYwCxaBTC/hwC+FfMN3/DNBDY+4TOmoOKMhm/mmlxErsnU8c58iBPqAxI5yFnE4/cizy1jQG8fP0jY4euJNTQSmn52CxThEuEO0XDvO8AfEfKmqK7YwzRmBkIJQ3VGWLw9a9mLj9q2+4LyXDKr86Zk0wm2s1q5ZJlburNkudtNgYdl/Hj8O7dD9912JNy21iUJBEl2WH9l2AmSEHWHmWDZ82DG85tsYAi6OnMSVsEQ+XEcw/ITMfaCIzzkXLQirhdd+Fsu78Woftu/33qQs/aPQ3zT+59DH5W69srlhhbHsIiixAdxYQ8Shmc9ePPN7Qqa2AJdN5VK07xgc01KpYvLkxtuLp80qfsaevc97n8k+CRqS/OFaoJQC/PNteOEWk3kC82ZkCWyPBWuEAgUuGob6rgUAhW+FQ5aOhu2Cja11M4bNpo3dvwGsz85f7hSblhq6FE2qhotv5t6myBiLJETFpZDjLqXzwkjhGOj39ZN4PQ/xZnIOdWf47+pAz+vXdvd7bdkSU2t5t6MuyZVSUGUaCnVL2KcIjS8Pb1mzbLCQhSVSbt0410XunbLduwwvs1jcUEBXJb6nREO3pcL5ccIUkiaCN8ndMPcbzSa6UVwDSbYobcGqXBcFSQKEqhUeLCg4G4+8TcgL0Aa+ePP6c+3OEaQQKnCgxbKl/KT+PDNZzQvJOr6m7KSptpxSXuRwLJAIrA0MMr7r1VM3X+134vm1mnITfsBca73kdo1t51nca67u5YRvauTPLjnmjA3r9gAhsMqlzZpo4jmtV/oe6zEt6CANZq6cg+VxfTw5FAvWhlORmp7ed07Z3o+g7rG63vUOgh1f+7J0Nu0eKx2qZBkPPNmuDgM3pLg6bnhAmNFrBE/JjAxcfBoc2pOc6QwI24waxbTjgxjCi+F2juuZuiAkepuU6Ttj+16l6Y1pdJYleIpp9G5P2MHyQetuqY+Z08Lc6anpVfltp5YwDAy3ZmRBaPz2yKnUOxpvjQGzL0z6oIW/B2A+3l4eDnKGIJuSR87xb+gG+FsXf5ZYzapVCm8rfQst1z3xPAscXheb8iEzRv+t3a+7TTJFv1LLShG+JosWYZ0pFux+xBOnti0LFlaJJEUxfI941Mnh/alaIoRjrKheoF0FZri57c/3pMfWywRF0l5HgmpxL3FYTiuHCgICqswLQp7LzOUAvytDz43/FtxxpT0Kv8Kbo2LjqqRZ4qJ/Ba8D6k+WaTFqKnITGm11jvpcfD+WayxjdyMeodRektGxohHNladkeJGPeZTUX8Ft64jeGO62tWZF0ePYQLhdYtjqEMf93xtW6tzg2kGqEHHcixrzYqXGmfzFDohSW9t23yAmbNtxj9WO4b+7lPnRra10uHXeF7Fag8raYXfv0kDadLLDfJj+mRhQjLbA9mvA9fLoy5nGEhDs0xMiptJz/dt6G+yQ+QhwGdhyEcOpJWEgNkfpnVOa3MaP9AvqfYlRK9/Tj7fTxwCXklTnYod2dlLFnZqK805DL1UWpLjoZhGx/bxgJ5oPUQtfPLZf1sHe/KqT9rKS16TL1avKrLH03zMlZUfPSccq939qNWxOINZlLaJrtWW9jLsispw4RSL6Oi61fn6Xt/vNnTFmoSM6yNwYAwje8la764uU8FprzsTk+glewlZMGWYmDws6A3z95azQsO7LvTeXVSh0Omysnq+iysFDxBeY+nkOoOOZHS5Di5/we7exSQVdXNOoHfV6tZlZYcQZ84Yf/+++Z75/h3oePwBIv64qEp/y78VfNY3D0XyRFnhVZschjkVCwbzM9OiVRGHeQXuQz0SyC75SiQXyecl+8RVF06PjCMzEWVQomDwTPtMezUvjZ+RHZKOd9qkC9TBgjyuyk5tl6WZrcCTgxf995eioigy9Kfj/ZNtIxxK2tpdy8O07IkLXzjgnd3xiLGprY10nOsVx0rQrMi2MV6P8Uodxv73rwcC3TiM/XeMz/KfGe/sZxi445jcQ1zmOK41cf92pU/xncKNPBxHWNkRrENsEfsLZfgNJDuRfYiVBFmGuXPt2ZKMGV3LLJWFI+dskZLedzmc1IPPBw4sK6bYMHmSzAuVCxc6x1fTy1lhs/cZvi9fPqye4chiNRV52jXQFyxsmO/09LbXlxs3Ltrh2v6Ioz9SPthfqC77Dz/NdNruAj93HKUuManVuWrT1LoBgoEKXNc41XR6A2rT0s8RnvNuOURxBtrpR7cfh2QbwxjyV0TqhT/i8Ha5vLND347srgvdI56jH3NCX6ccPQZ8Ei2lQwM0/OnT+ZqAoeZSR30b1/CHBpgLQpbIWkpiC8XiwtiSj6FGWaG4RPIRlomQREl+wViDq7z7YN73CwnbvqsYDaLpVj5/2rT5mRY+bVmKS4E3EOOsPBUvl8cFripy89L6abXLrnCkZVrtfDWEJ5TSaDO9CsLjx5uuVzTXe2F19d69nZMmx8eDibFETgiODVqULqJT6MuWR0f3WA6ZIlfbE4+onh46bcoj72xkiOeXLRvlWugtemR+xC13WjbGRdvgnrxsudYkC9J9zAWh4Pz4l3lEPztXzUc7zuOPPnmUIQVrCiUxMKYvG3/7BUnskhbrS2AU5gLmLupa1zydidnXR28WrEeFIi0yuxUrpl4IRi3MfIwiYrpuUi5oJwD9i9Vg702P6wdUszdjktjwNxUZEt27XAj6sav9i+rXY/0MHfoMaTL9f/w6kVcMrknc1sXmjMda7CqsA0MfB2wR8AI2WBEFne8bZ0xzW2VXY1V/6706+BWjIkbQpN/tnTALgAc7vDgx1qfjJv5u2LAzD6BbU37mdkSLdSf0dxr/7wGZfCIRm4QAk+T/hPz4obRlcNVfMDRbivHnAf0dKvvBBU9agR+tgN2OI0gMN5QV7SP3X4k4KtnOEIWYAiOBM19wg2rAALFxAASYMHZFUKDCEoE9R28SNkSfIBTwhNvCluj3xBFsY3cfDWv+JdwbB/OoolfpN7gaFafH857nP3AJhMNtaHje9b0BAisBM8zHoSzuTsQOlikNr4R2RTHSkJneQcvkRfL9dVipf8GTprRSnDcsMB4pkX9RsX6DnVVFb9ZYYZJ86z/YisKrRtDg1uRGUXmTqNy+IoCxZse9VSzP1h0JLWuIHEZSIl+NMkURQ0FPMhc774D27YnXsLP7/6iYkVW1J9oIX6KSU000uMDhG4PRZLZYbXaHH/61X+r8mc5sLl8olsqVaq3eaLbanW6vPxiOxpPpbL6gjAuptFmu1pvtbn84ns4XDx49efbi1Vs5W70cg1MSCFvVmfZlqz7d6kANsdG3YvlyBgb9MdNhPOSC+ZU6R0ADApwCKoFveakVlYY/1xmJxxxO4rkLU01YTnWisNICZqczHxvdqZSt/padqUU38Ner98fMyrAw32INB2OJqvhtkt/aFmvTmxmWi+xcD7nZ+VTz7k1dcFcrbWzY6IV2MZUJ6PoUh5DCJ+xSxdp3kgvHwUQ4w5RRxUh7zCaXToItSdi0s5B84bIvhsa5ihCOZO1V6kTYcHNediUWOC2PgUFGQ3vsP9PWCBnuBr4JA4xQVl/f1j2SteIwIAKC9got8j7MDsYfkio7WlifZQUAAA==);\\n    font-weight: normal;\\n    font-style: normal;\\n  }\\n\""
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agGridBalhamFontFace",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agGridCSS:var",
          "docComment": "/**\n * AG Grid core CSS.\n *\n * @remarks\n *\n * without this grid will not show up.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agGridCSS: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/ag-grid-css.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agGridCSS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars:enum",
          "docComment": "/**\n * All official AG CSS variables\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum AgGridCSSVars "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "AgGridCSSVars",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.backgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "backgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.borderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "borderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.checkboxBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-checkbox-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "checkboxBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.checkboxCheckedColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxCheckedColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-checkbox-checked-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "checkboxCheckedColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.checkboxIndeterminateColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxIndeterminateColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-checkbox-indeterminate-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "checkboxIndeterminateColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.checkboxUncheckedColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxUncheckedColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-checkbox-unchecked-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "checkboxUncheckedColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.chipBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "chipBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-chip-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "chipBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.controlPanelBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "controlPanelBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-control-panel-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "controlPanelBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.dataColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-data-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "dataColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.disabledForegroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabledForegroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-disabled-foreground-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "disabledForegroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.foregroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "foregroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-foreground-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "foregroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerCellHoverBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCellHoverBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-cell-hover-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerCellHoverBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerCellMovingBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCellMovingBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-cell-moving-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerCellMovingBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerColumnResizeHandleColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerColumnResizeHandleColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-column-resize-handle-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerColumnResizeHandleColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerColumnSeparatorColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerColumnSeparatorColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-column-separator-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerColumnSeparatorColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.headerForegroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerForegroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-header-foreground-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerForegroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.inputBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-input-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "inputBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.inputDisabledBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputDisabledBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-input-disabled-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "inputDisabledBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.inputDisabledBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputDisabledBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-input-disabled-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "inputDisabledBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.inputFocusBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputFocusBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-input-focus-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "inputFocusBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.inputFocusBoxShadow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputFocusBoxShadow = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-input-focus-box-shadow\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "inputFocusBoxShadow"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.minichartSelectedChartColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minichartSelectedChartColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-minichart-selected-chart-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "minichartSelectedChartColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.minichartSelectedPageColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minichartSelectedPageColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-minichart-selected-page-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "minichartSelectedPageColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.modalOverlayBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "modalOverlayBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-modal-overlay-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "modalOverlayBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.oddRowBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "oddRowBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-odd-row-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "oddRowBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rangeSelectionBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rangeSelectionBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-range-selection-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rangeSelectionBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rangeSelectionBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rangeSelectionBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-range-selection-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rangeSelectionBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rangeSelectionChartBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rangeSelectionChartBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-range-selection-chart-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rangeSelectionChartBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rangeSelectionChartCategoryBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rangeSelectionChartCategoryBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-range-selection-chart-category-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rangeSelectionChartCategoryBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rowBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-row-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rowBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.rowHoverColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowHoverColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-row-hover-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rowHoverColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.secondaryBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-secondary-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "secondaryBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.secondaryForegroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryForegroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-secondary-foreground-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "secondaryForegroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.selectedRowBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedRowBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-selected-row-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "selectedRowBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.selectedTabUnderlineColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedTabUnderlineColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-selected-tab-underline-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "selectedTabUnderlineColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.subheaderBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subheaderBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-subheader-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "subheaderBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.subheaderToolbarBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subheaderToolbarBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-subheader-toolbar-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "subheaderToolbarBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonOffBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonOffBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-off-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonOffBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonOffBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonOffBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-off-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonOffBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonOnBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonOnBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-on-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonOnBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonOnBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonOnBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-on-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonOnBorderColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonSwitchBackgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonSwitchBackgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-switch-background-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonSwitchBackgroundColor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridCSSVars.toggleButtonSwitchBorderColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleButtonSwitchBorderColor = "
                },
                {
                  "kind": "Content",
                  "text": "\"--ag-toggle-button-switch-border-color\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "toggleButtonSwitchBorderColor"
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agGridMaterialFontFace:var",
          "docComment": "/**\n * The AG Material font face used on ag-theme-material Grid Pro theme.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agGridMaterialFontFace = "
            },
            {
              "kind": "Content",
              "text": "\"\\n  @font-face {\\n    font-family: \\\"agGridMaterial\\\";\\n    src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABAIAAsAAAAAItAAAA+4AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKoQibUgE2AiQDgiQLgRQABCAFhF4HhQQbwx4zozZKkzKjKAuTKdl/nWDK2JwGzwo8TIbdeYNAtGkxGg6xYzGz3JUMFWCLQoUjcyveKfPZ/H3KUMoL2rS9u+gRJeZcVAgRJ5CkLZEpR8wJTYnXnVSMtFyNChezin1NlBr5GXihygP/477uwwhpzmQRmQv4h7xQ1ukb+qbAuHWw7/RtjIFWUFny28Ky25Mrtuy4tSU/Wc7/vwwfQIfAIXD7Tt+s5E8pTn5vAnqvAPcKcIYlde3bwySmDu1CBfgAWXCyv/537t/bNk2bB4wpAJyvJiygJTWLWk3INSABhcEIIFK3nVCyYoEK+KQzcN/aq94CoAZSukZXyN27/bAzE4LLJqw2fOFLyqTCsgoAg9cUEIwBlHm1VR6FqrN1Fdq2W2BBkEa6OUOPR0hZbsED+7l62hratnMRkZGRktL4unUngADAoQ+SAeVlCEiwaKia2gTOYABBQwR8VUQa6iVVYDKIgywZhkDpQzYwg2pogEKYClcQC2Qq0oXaYs5YPlaLUdgQ9tVNJaKVB0aVFF6cTCGhVBqdgYXJnWl1JgunLbYgr2OIF7acWFIHkWlSbS1dvGjSQkU6aoZmJIaoMxMaUYTNbdaUPjzDAU8jcamQigXK1UFkBoXGOSirP22bKJBeriEyKFKLF7ApHF2cslXcTZUOdQ9GypSIYfXSKoUsTiLtq2oYVCg9waGz9Gb0IKKzj0gNMtwgGptnTXVZcdTUqUJ9nII9zZYrIIqAaglVkSlOzY65X7msQ1WsjqE9ZeXZaQERzutqaDhP33SSojDkSuy0tGhJK4TKK3QzI7m73upywg2//HcOv8HYgNuxzN9yny6wS+OijiJbjLIFu66IFGspLEKaV6ZGt0yBLLRkv9IKWVUFo5LRPqqqI8sJLSUWjLIguMFlIyueuV2UTFV3TGWFWLNyXmpZtfNi7galJ05kU23SBY1BMsGKpGlYb7M8i2rcZKxgDDYT2mI3dcsTNzMiKqDZyJQGLfr1NUYG5wW0ISm+4yeRwSlp2qxi5qTbRPfC/MUonxi3xhuhFduXAnPX0htcYcPCemEBpnEaC/sqKBcoYDTQlxtVu5W2OSILrnElq3L8GdYzBLHAHgde795/+Kc/oAARnyC4ir3ry1f91H0iY2rsZ+6nZyGurA4oAhLQBWQQS+U5IQIX5XXhVERVkP+ohNthIXefPVQ4kf/8QbfX7nh8wiSCgRPUwtIzBzp43bTPdlssXp2pNB4HjrqAtIZK+O5wTCCzJmBxEB4mEBEVVTV1DU0tbR1dPX0DQyNjE1MzcwtVSytrG1ttO3sHRydnF1c3VXcPTxCKIZjFczx9M3akFJJb2azJ2NDv9O8/rib5WJCVvPKVgPSZgk10r8omv4Q+4LIZ4IoJ4Kp5XDMIXLeKG/qBm6aAW4aBO6aBuyaBexZw3yjwwAjw0BIeGwCeGAeeGgKeWcRzK3hhDHhpFnhlGYXWOGGcBztiARAHgBAA4gEQBkACABIBEAFAFQBUBUA1AFQHQA0A1ARALQDUBkAdANQFQD0A1AdAAwA0BEAjADQGQBMANAVAMwA0B0ALALRkJhXgZAWytAZAGwC0BUA7ALTHriodADI6AqATADoDoAsAugKgGwC6A6AHAHoykwpwQoEaSQBIRiEH6xv66Mal8w9Q/F2QFg5hnwB9IpENFTdF5rMdgcVWQs4UHlie3EiR5SEpgoy3UFi7nKB/Zck40q8ZpPSw7TodayFOikkLmbU5/GrOybbEDSd26+YisVJC2A7CGJE+sh2Jyp5+3XxITFBNC4hHM9G4X1cWsSBc8CIxwh3k/qMGry9SuIVMxT4jIHHkEBwDvRKDhoygQVbcrjShlJszH8kZh7U8H9bpcliQRae7pbhapWGt3D4leL/ZHioZ9JN4acisHb7MWOmujsIwjFyZeab8iIWHWZpD4QeT4eAmp5yVfHK6pczntl2OfeB2+xQJoVRgBQHueswxYGzUEBzs1CYs6fJZya5Sn8VbEPUt77Pa2wxbvKV+uFOa9a2vnSh4uRF/mb+4d9BnY8VL30P4PLR8badg0O5Ru7WrC490D0XtRMLewWOM7kg/2CzrsKd68DgEdnS397ps2dIuF7V9h/Ho2zETic4VCjmj60UCRdvTPQOLBnuPVnUrzrq0DkrWBeRyOx+VnbxbUcB65YAUdssXwt35ZrnpsM+/d+8SSmHkXkkxkfJ0GKOi07uok9F1O4n0viniWi7gT/JFeWafjLbPv6h3Hx57kDCjdvf8sj7dnHmA8ZK/LKkTzef87Z5AfhL4Vv9kXHSOxxvOuOP0fer8RDOM+YuFLJWvHRnJ9+Bcd3rmEKkzN+9yqEU/eiPOzYblw25+v53d24qH+xb2H2k/Nrho4GgNAZ6ZAl63Oeed6JVv5owS9LkpnheQv7Pt0CUcH5kMtLs8vMXdh1odSDCMXmXsN1CsWOWTZ1qfnDZit8PZm3S8VLx3r53fj5wbZ1izc4zGsNzT7a9r6F3aw4dh8eCTsiOD7MQgONGL+isDbZCCoDO+MLmaALAKm85UazKkQJYaK7KLb/2xJ+FwWuruJ538eCCOD5Iffb8PTprL480N2X9XbG+9ipvCs657YZesZ1Fvfd4nY4EeuXXdPn2wSlbmeCpd9Xm8MnKaqCwUdaCyiF8bGnqUJfaorNZEH97qKQwdr9XluvLZQayYon8Q1u0FF9ZM9GI/RzPtLnSm2zdHzywma2bdyXln8yVnxrrqkU/yFJN7c9IDNd+n4ZSesX5y/Ejl0fMuni3nUb1fs/DpJYvXT4/FY9xjV/+W0D+QQ6a3/Htmms8FYfSmH/cUL6t2TuH00LdpOqGFnlM1unnet256vEE5n25uPh0kNsfsU5ozJm5EPJHmZG8IaC2lVv8gf3xU9wgE4JEub62MLedwymMr34g7upyTq34z4khWyDdTKVaR8ug+4eakeYp5nzKnZk1V66d9nwYxm9S4e8gdd9z9Toh758PxInA7u+zsixdUquwcuVkdFNwSLI6ehVdT4cpm6Ynh82mlkqquRtGkxIu84IsXLg4m9fWt+SxyYgEfWE7klzVAU3TE6hVrpook9zF6PbgrYruU0isGm75Rf53gxVN6PQRhJ3QEsDLJTN3ciVdZQGSygLXzY2US4EVdzbwKEYuf96iDhdcXBZw7HyXiac2LeMOIn8Qvwq/Oj7P6v+GvHL3l8nb6zFXIPRP/VKsnSLPygdlatzu2VpKI77t4dqxz0zAbhwRfpulO81mJU6MsHUYjPY+KPQsKnOZb7BiycHK0s3ezuKJjMtZYzJ7U8sXMOp9poXT4h7MHQm3f2DPnGsyw22VeH5/z2p1pblrcxbW333eBuT1hTeDRgGOOgWA3izFdgBs6su86Nm2xPFzmGHk91ATfxWwFtrWu0ZfJrb+0OxcLZ46fvKZhvH2KpTXrv4SilKKdt8lzJpZhZtaC7AbhzBObmWscbR2jC+bnz4peYWhi6WnJhDUj9cpL1PBrhE1Wtc/SWX5eXWKBoDBSkpfpznevb3TJaCCrWrIFvMXpEkSRk85rMfXizE8XX+ex/Lx/Z/C5TllKbPJ1+FTkpRSXLI5auuKqv2f0GtB+uAAnH76pme7K1GjXDNcquZuDxwUFjSsUd1ShXzMIdb68nb39MntzYaDU00KaUAo1whZCR+rgX/bJE4Qeo32uaEkdCWxmKyWkFPQ6GzIE9u2xWqdddot9C/3cKXN1zU1BzUFuS/PzpmZJBvw9cj7N6Lrcf6jV3QJfdVu+U9ijJZxHCDqXjquIiSlvE7eKS7RAjDh3G+WQOdNV3YzAjMATBlS0nhCCZtWKc3LEtetb1jd//WvFi84UiJeWpqYuTwLGd6UaoQbm6jdmnobU3KqiC/Q3dUJdVnhqdzLmG5G7TD4A1/uXsiRYEDRhQpAguCROQuy+c8eZkAhsDlFxx/wgYol08NyvvF/3BljA2raKyNq5vK1XECtYdMb+lrWNnKecR0JxtExWpxt68TIo6PnzsZnHROTYGCk6NnPsObCtYimP4DMenXEm2CNKZtrSdQrt0uPLjrv1a8bqOqeWIPfv0530l9C6P2NjKubLarnbTvWCfvFc5Yv7O7G6rtS30Ecm8yn0Lb0m7miZ7G+61Pea4MRGNUsbSzlFbHYRp/RJ8tx0EbuU8yRTFbTfeG1cbtvK4BG1Mvrj0vXl5Hikp3U/vbYrzQ0Ri3TeWd5C75p1ewtcpFLqZlCNkko3kUCUfGkoObsd2E4MJNovqnFiX1/3R7VWq4CbbllkFoysOfEujOnW+6lw9mz7OxURzOFR1+KTqxLj+l9apSoVCk0ypYsWbsmclBrXaruf8HrI1YpEHmRbeVlWFk1HHT4Ccxf8+aP9/eYEqAbjAgBgw7R3EdxkWB42YUfYNJiJ1comoutQTb2F2EmV2fz5iTVhXxfwQqoNi1D1jqSiBPQ/2Ugu2tpIOYYTNGkgep5wLxqTcmEdDTRwOxmqQkSDiU2nYslVDeiYiJ5Hy6isjNAuIMrBajAztCPqTpoGXVdGhPRfgO5R+pfnnArLxH9MGJgaACk2fXtioS/s0VOdhi3FfruLh0Rws4hf8ALfEC3Jb3n184cYrKS/MPVNBMq9DYCjp9X6Z9e0oKFsiISE7KsURfRhufcWi/6lkahiUW93Urmrl7NX6PouYTIBxsxfJrEa7vGPWqb3X7VC73+TVp35H17D4ACTtvwO51/ftuvwpfwbCfYTKEqA+B19jTBcROJd/EYpgam57W5yzRsklOnTtE0/b8ro71Rd44RT85pJMUZusvADGu0G1Xw/mbjxRXSG0wLw3hCB9ckfqdCA6LvneDVqPhClJRbjb18VPnRGGrc6N8rsDVJSitxWozffuIuRdzcdrpzbESxF+FqzpahiqHiKWWweIOPrzlDAZPcm4aqcqu4YLfI13gjKBV2vhyVIoQd9GMAQRjD+IUBnYL/D/csm7U631x8MR+PJdDZfLFfrzXa3PxxP58v1dn88qSQrqqYbpmU7rucHoWeee+GlV15746133q/tS5cX9KCBaQ1GeFqW4Zg1U2QwrpobRA+mNJrHnmftPgPtWeo8gSwqSgoEikd5CZWUvDsmkaXNIdZf1h9STVS2TEgFjKJdMcnzVTNcyrI544rdxazid93wxsRk0HxSu4k/tiVCGZajrDXX8WrhVftJ0RU/Ia/64ZpXjoa13dvpWmwq9WLXY8AG8hupZiGFJ1xJm+qGkTLRCYVwm6ItxMhTxKzms6NxGWFaV4+sB3Luu+G2r6pMLTu3n/KjVWk/6EqpEbfKo6GgtTylg3UTtI19Cm1MhIlK62ETRyqIdsPNdFnOSBv1Nf6VLAJPIBUwMlUY0eBRb6Z9J6myuZHztBYA);\\n    font-weight: normal;\\n    font-style: normal;\\n  }\\n\""
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agGridMaterialFontFace",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/grid-pro!AgGridTheme:enum",
          "docComment": "/**\n * The available Grid Pro themes.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum AgGridTheme "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "AgGridTheme",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme.alpine:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alpine = "
                },
                {
                  "kind": "Content",
                  "text": "\"ag-theme-alpine\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "alpine"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme.alpineDark:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alpineDark = "
                },
                {
                  "kind": "Content",
                  "text": "\"ag-theme-alpine-dark\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "alpineDark"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme.balham:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "balham = "
                },
                {
                  "kind": "Content",
                  "text": "\"ag-theme-balham\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "balham"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme.balhamDark:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "balhamDark = "
                },
                {
                  "kind": "Content",
                  "text": "\"ag-theme-balham-dark\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "balhamDark"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme.material:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "material = "
                },
                {
                  "kind": "Content",
                  "text": "\"ag-theme-material\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "material"
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agHeadCSS:var",
          "docComment": "/**\n * Custom Drag n Drop CSS for Grid Pro.\n *\n * @remarks\n *\n * helps with color and background issues when dragging a column.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agHeadCSS: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/ag-head-css.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agHeadCSS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agIconRendererStyles:var",
          "docComment": "/**\n * The AG Icon Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agIconRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/icon.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agIconRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agMultiselectEditorStyles:var",
          "docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agMultiselectEditorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agMultiselectEditorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agNumberEditorStyles:var",
          "docComment": "/**\n * The AG Number Editor Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agNumberEditorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-editors/number.editor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agNumberEditorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agSelectEditorStyles:var",
          "docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agSelectEditorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-editors/select.editor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agSelectEditorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agSelectRendererStyles:var",
          "docComment": "/**\n * The AG Select Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agSelectRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agSelectRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agStatusPillRendererStyles:var",
          "docComment": "/**\n * The Status Pill Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agStatusPillRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agStatusPillRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agStringEditorStyles:var",
          "docComment": "/**\n * The AG String Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agStringEditorStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-editors/string.editor.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agStringEditorStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class",
          "docComment": "/**\n * The AG Text Field Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-grid-text-field-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AgTextFieldRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AgTextFieldRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "FuiCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#isDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled(data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "data",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDisabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "FuiCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "FuiCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#textChanged:member",
              "docComment": "/**\n * On text change handler\n *\n * @param e - CustomEvent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textChanged: "
                },
                {
                  "kind": "Content",
                  "text": "(e: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#textField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textField: "
                },
                {
                  "kind": "Reference",
                  "text": "TextField",
                  "canonicalReference": "@genesislcap/foundation-ui!TextField:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer#textValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "textValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!AgTextRenderer:class",
          "docComment": "/**\n * @deprecated\n *\n * - Use AgTextFieldRenderer instead\n *\n * @tagname\n *\n * %%prefix%%-grid-text-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AgTextRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/text.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "AgTextRenderer",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agThemeAlpineNofontsCSS:var",
          "docComment": "/**\n * AG Alpine Theme (no fonts) CSS.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeAlpineNofontsCSS: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/ag-theme-alpine-no-font-css.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agThemeAlpineNofontsCSS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agThemeBalhamNofontsCSS:var",
          "docComment": "/**\n * AG Balham Theme (no fonts) CSS.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeBalhamNofontsCSS: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/ag-theme-balham-no-font-css.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agThemeBalhamNofontsCSS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!AgThemeFontFaceMap:type",
          "docComment": "/**\n * Type for mapping of a {@link @genesislcap/grid-pro#AgGridTheme} to a font face.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type AgThemeFontFaceMap = "
            },
            {
              "kind": "Reference",
              "text": "Record",
              "canonicalReference": "!Record:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgGridTheme",
              "canonicalReference": "@genesislcap/grid-pro!AgGridTheme:enum"
            },
            {
              "kind": "Content",
              "text": ", string>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "releaseTag": "Public",
          "name": "AgThemeFontFaceMap",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agThemeFontFaceMap:var",
          "docComment": "/**\n * Font Face map with all the font faces for each theme.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeFontFaceMap: "
            },
            {
              "kind": "Reference",
              "text": "AgThemeFontFaceMap",
              "canonicalReference": "@genesislcap/grid-pro!AgThemeFontFaceMap:type"
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agThemeFontFaceMap",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!agThemeFontsId:function(1)",
          "docComment": "/**\n * Generates the id name for custom Grid Pro fonts.\n *\n * @param themeName - the Grid Pro theme name\n *\n * @returns the id name for the Grid Pro fonts\n *\n * @example\n *\n * The result of this is used in the id of style tag:\n * ```html\n * <style id=\"ag-theme-alpine-fonts\"></style>\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeFontsId: (themeName: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "themeName",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "agThemeFontsId"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!agThemeMaterialNofontsCSS:var",
          "docComment": "/**\n * AG Material Theme (no fonts) CSS.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeMaterialNofontsCSS: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/external/ag-theme-material-no-font-css.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "agThemeMaterialNofontsCSS",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapClassname:function(1)",
          "docComment": "/**\n * Generates the class name for a given Grid Pro theme name.\n *\n * @param themeName - the Grid Pro theme name\n *\n * @returns the class name for the Grid Pro token map\n *\n * @example\n *\n * The result of this will be a class name that is applied to the grid part of GridPro template (actual content of the class comes from agThemeTokenMapCSS):\n * ```html\n * <span part=\"grid\" class=\"ag-theme-genesis-rapid-dark\">\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeTokenMapClassname: (themeName: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "themeName",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "agThemeTokenMapClassname"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!agThemeTokenMapCSS:function(1)",
          "docComment": "/**\n * Generates the CSS for a given GridPro theme name and token map\n *\n * @param themeName - the GridPro theme name\n *\n * @param tokenMap - a map of CSS variables {@link @genesislcap/grid-pro#AgGridCSSVars} and custom token values\n *\n * @returns the CSS for the Grid Pro token map\n *\n * @example\n * ```ts\n * export const agThemeGenesisRapidTokens = {\n *  backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n *    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n *      ? lightColors.backgroundSwatch\n *      : darkColors.backgroundSwatch\n *  ),\n *  foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n *    baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n *      ? lightColors.foregroundSwatch\n *      : darkColors.foregroundSwatch\n *  ),\n * };\n * export const agThemeGenesisRapidTokenMap: CSSVarTokenMap<AgGridCSSVars | string> = {\n *  [AgGridCSSVars.backgroundColor]: agThemeGenesisRapidTokens.backgroundColor,\n *  [AgGridCSSVars.foregroundColor]: agThemeGenesisRapidTokens.foregroundColor,\n * };\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "agThemeTokenMapCSS: (themeName: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", tokenMap: "
            },
            {
              "kind": "Reference",
              "text": "CSSVarTokenMap",
              "canonicalReference": "@genesislcap/foundation-ui!CSSVarTokenMap:type"
            },
            {
              "kind": "Content",
              "text": "<any>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "themeName",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "tokenMap",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "isOptional": false
            }
          ],
          "name": "agThemeTokenMapCSS"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEvent:type",
          "docComment": "/**\n * Base datasource error event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type BaseDatasourceErrorEvent = "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BaseDatasourceErrorEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/base.types.ts",
          "releaseTag": "Public",
          "name": "BaseDatasourceErrorEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type",
          "docComment": "/**\n * Base datasource error event detail.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type BaseDatasourceErrorEventDetail = "
            },
            {
              "kind": "Content",
              "text": "{\n    message: string;\n    type: 'connection' | 'resource-validation' | 'resource-type' | 'metadata' | 'stream' | 'criteria' | 'unknown';\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/base.types.ts",
          "releaseTag": "Public",
          "name": "BaseDatasourceErrorEventDetail",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!baseDatasourceEventNames:var",
          "docComment": "/**\n * Base datasource error event names.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "baseDatasourceEventNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly error: \"base-datasource-error\";\n    readonly connected: \"base-datasource-connected\";\n}"
            }
          ],
          "fileUrlPath": "src/datasource/base.types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "baseDatasourceEventNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class",
          "docComment": "/**\n * The AG Boolean Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-boolean-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BooleanRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "BooleanRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#isDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled(data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "data",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDisabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "BooleanRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!BooleanRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer#selected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!BooleanRendererParams:type",
          "docComment": "/**\n * Parameters for the {@link @genesislcap/grid-pro#GridPro} boolean renderer.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type BooleanRendererParams = "
            },
            {
              "kind": "Content",
              "text": "{\n    isDisabled?: (rowData: any) => boolean;\n    onChange?: <T>(rowData: T) => void;\n    dataTestId?: (<T>(rowData: T) => string) | string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
          "releaseTag": "Public",
          "name": "BooleanRendererParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!CellTemplate:var",
          "docComment": "/**\n * The Grid Pro Cell Template.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CellTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridProCell",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell/cell.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "CellTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!ColumnTemplate:var",
          "docComment": "/**\n * The Grid Pro Column Template.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ColumnTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridProColumn",
              "canonicalReference": "@genesislcap/grid-pro!GridProColumn:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/column/column.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "ColumnTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!convertColDefsToColumnStates:function(1)",
          "docComment": "/**\n * Converts an array of ColDef to an array of ColumnState\n *\n * @param colDefs - The column definitions to convert\n *\n * @returns The corresponding ColumnState array\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function convertColDefsToColumnStates(colDefs: "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ColumnState",
              "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/array.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "colDefs",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            }
          ],
          "name": "convertColDefsToColumnStates"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!convertColDefToColumnState:function(1)",
          "docComment": "/**\n * Converts a ColDef to a ColumnState\n *\n * @param colDef - The column definition to convert\n *\n * @returns The corresponding ColumnState\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function convertColDefToColumnState(colDef: "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ColumnState",
              "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/array.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "colDef",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "convertColDefToColumnState"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
          "docComment": "/**\n * Convert string values from 'camelCase' to 'kebab-case'\n *\n * @param value - The value to convert to Kebab case.\n *\n * @returns The Kebab case result.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "convertToKebabCase: (value: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/utils/string.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "convertToKebabCase"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!criteriaDelimiter:var",
          "docComment": "/**\n * The delimiter for the criteria string.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "criteriaDelimiter = "
            },
            {
              "kind": "Content",
              "text": "\";\""
            }
          ],
          "fileUrlPath": "src/datasource/base.datasource.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "criteriaDelimiter",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!criteriaJoin:var",
          "docComment": "/**\n * The join for the criteria string.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "criteriaJoin = "
            },
            {
              "kind": "Content",
              "text": "\" && \""
            }
          ],
          "fileUrlPath": "src/datasource/base.datasource.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "criteriaJoin",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!csvExportParams:var",
          "docComment": "/**\n * Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "csvExportParams: "
            },
            {
              "kind": "Reference",
              "text": "CsvExportParams",
              "canonicalReference": "@ag-grid-community/core!CsvExportParams:interface"
            }
          ],
          "fileUrlPath": "src/utils/sanitasations.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "csvExportParams",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail:interface",
          "docComment": "/**\n * Event detail for data changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DataChangedEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "DataChangedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail#changes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changes: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        add?: any[];\n        remove?: any[];\n        update?: any[];\n        insertIndex?: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "changes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail:interface",
          "docComment": "/**\n * Event detail for data clearing\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DataClearedEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "DataClearedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail#includeSchema:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "includeSchema?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "includeSchema",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail:interface",
          "docComment": "/**\n * Event detail for data loading\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DataLoadedEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "DataLoadedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail#isInitialLoad:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isInitialLoad?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "isInitialLoad",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail:interface",
          "docComment": "/**\n * Event detail for error events\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DatasourceErrorEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "DatasourceErrorEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail#message:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "message: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "message",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Content",
                  "text": "'stream' | 'criteria' | 'connection' | 'unknown'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DatasourceEvent:interface",
          "docComment": "/**\n * Generic datasource event interface\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DatasourceEvent<T = "
            },
            {
              "kind": "Reference",
              "text": "DatasourceEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!DatasourceEventDetail:type"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "DatasourceEvent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DatasourceEvent#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Content",
                  "text": "keyof typeof "
                },
                {
                  "kind": "Reference",
                  "text": "datasourceEventNames",
                  "canonicalReference": "@genesislcap/grid-pro!datasourceEventNames:var"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!DatasourceEventDetail:type",
          "docComment": "/**\n * Union type for all datasource event details\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DatasourceEventDetail = "
            },
            {
              "kind": "Reference",
              "text": "InitializeEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "DataLoadedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "DataChangedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "SchemaUpdatedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "MoreDataAvailableEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "SizeChangedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "DataClearedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "DatasourceErrorEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "DatasourceEventDetail",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 16
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!datasourceEventNames:var",
          "docComment": "/**\n * Event names for datasource-grid communication These represent datasource operations, not grid-specific actions\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "datasourceEventNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly initialize: \"datasource-initialize\";\n    readonly ready: \"datasource-ready\";\n    readonly dataLoaded: \"datasource-data-loaded\";\n    readonly dataChanged: \"datasource-data-changed\";\n    readonly dataCleared: \"datasource-data-cleared\";\n    readonly schemaUpdated: \"datasource-schema-updated\";\n    readonly loadingStarted: \"datasource-loading-started\";\n    readonly loadingFinished: \"datasource-loading-finished\";\n    readonly noDataAvailable: \"datasource-no-data-available\";\n    readonly moreDataAvailable: \"datasource-more-data-available\";\n    readonly filtersRestored: \"datasource-filters-restored\";\n    readonly error: \"datasource-error\";\n    readonly destroy: \"datasource-destroy\";\n    readonly sizeChanged: \"datasource-size-changed\";\n    readonly cacheFilterConfig: \"cache-filter-config\";\n    readonly refreshServerSide: \"refresh-server-side\";\n    readonly setServerSideDatasource: \"set-server-side-datasource\";\n    readonly addGridCssClass: \"add-grid-css-class\";\n    readonly removeGridCssClass: \"remove-grid-css-class\";\n    readonly applyServerSideTransaction: \"apply-server-side-transaction\";\n}"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "datasourceEventNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!DatasourceType:type",
          "docComment": "/**\n * Available datasource types\n *\n * @remarks\n *\n * - This type is used to define what kind of datasource will be used in components like entity manager. Currently there are two options: 'client' for `grid-pro-client-side-datasource` and 'server' for `grid-pro-server-side-datasource`\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type DatasourceType = "
            },
            {
              "kind": "Content",
              "text": "'client' | 'server'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/datasource.types.ts",
          "releaseTag": "Public",
          "name": "DatasourceType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!DateEditor:class",
          "docComment": "/**\n * The AG Date Editor element.\n *\n * @tagname\n *\n * %%prefix%%-date-editor\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DateEditor extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorComp",
              "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/date.editor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "DateEditor",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#actualWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actualWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actualWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#afterGuiAttached:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "afterGuiAttached(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "afterGuiAttached"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#dateFormat:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateFormat: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dateFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "DateEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#inputType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputType: "
                },
                {
                  "kind": "Content",
                  "text": "'datetime-local' | 'date'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "inputType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#isPopup:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPopup(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isPopup"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "DateEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "DateEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!DateEditorParams:interface",
          "docComment": "/**\n * Parameters used to configure {@link SelectEditor}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface DateEditorParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorParams",
              "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/date.editor.ts",
          "releaseTag": "Public",
          "name": "DateEditorParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!DateEditorParams#withTime:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withTime: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withTime",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!dateTimeValueFormatter:function(1)",
          "docComment": "/**\n * Returns a formatted date time value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date time value.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function dateTimeValueFormatter({ value }: "
            },
            {
              "kind": "Reference",
              "text": "ValueFormatterParams",
              "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "{ value }",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "dateTimeValueFormatter"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!dateValueFormatter:function(1)",
          "docComment": "/**\n * Returns a formatted date value from the Grid Pro cell value.\n *\n * @param param - A ValueFormatterParams object.\n *\n * @returns A formatted date value.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function dateValueFormatter({ value }: "
            },
            {
              "kind": "Reference",
              "text": "ValueFormatterParams",
              "canonicalReference": "@ag-grid-community/core!ValueFormatterParams:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "{ value }",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "dateValueFormatter"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!DEFAULT_STATUS_BAR_CONFIG:var",
          "docComment": "/**\n * Default status bar configuration\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DEFAULT_STATUS_BAR_CONFIG: "
            },
            {
              "kind": "Reference",
              "text": "GridProStatusBarConfig",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DEFAULT_STATUS_BAR_CONFIG",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!defaultAgGridFontFace:var",
          "docComment": "/**\n * The default font face for Grid Pro (agGridAlpine).\n *\n * @remarks\n *\n * this will change to Roboto.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultAgGridFontFace = "
            },
            {
              "kind": "Content",
              "text": "\"\\n  @font-face {\\n    font-family: \\\"agGridAlpine\\\";\\n    src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);\\n    font-weight: normal;\\n    font-style: normal;\\n  }\\n\""
            }
          ],
          "fileUrlPath": "src/external/fonts.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultAgGridFontFace",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!defaultGridOptionsConfig:var",
          "docComment": "/**\n * Default grid options\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultGridOptionsConfig: "
            },
            {
              "kind": "Reference",
              "text": "GridOptionsConfig",
              "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultGridOptionsConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!defaultGridProConfig:var",
          "docComment": "/**\n * Grid Pro default configuration.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "defaultGridProConfig: "
            },
            {
              "kind": "Content",
              "text": "{\n    shadowOptions: any;\n}"
            }
          ],
          "fileUrlPath": "src/grid-pro.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "defaultGridProConfig",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!DISPLAY_NONE_CLASS:var",
          "docComment": "/**\n * Class name used to hide elements with display:none\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DISPLAY_NONE_CLASS = "
            },
            {
              "kind": "Content",
              "text": "\"dnone\""
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "DISPLAY_NONE_CLASS",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!dropdownWidthVar:var",
          "docComment": "/**\n * The CSS variable to use for specifying the dropdown's width\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "dropdownWidthVar = "
            },
            {
              "kind": "Content",
              "text": "\"--dropdown-width\""
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "dropdownWidthVar",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class",
          "docComment": "/**\n * The AG Editable Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-editable-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class EditableRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/editable.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "EditableRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer#valueFormatted:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueFormatted: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueFormatted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!EDITED_COLUMN_FIELD:var",
          "docComment": "/**\n * Key used to store currently edited column when it being synced with server side data\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "EDITED_COLUMN_FIELD = "
            },
            {
              "kind": "Content",
              "text": "\"__editedColumn\""
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "EDITED_COLUMN_FIELD",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!ERROR_COLUMN_FIELD:var",
          "docComment": "/**\n * Key used to store error details (column, message) when inline edit fails sync with server side data\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ERROR_COLUMN_FIELD = "
            },
            {
              "kind": "Content",
              "text": "\"__errorColumn\""
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "ERROR_COLUMN_FIELD",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!errorHandlerDialogStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "errorHandlerDialogStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/datasource/error-handler.dialog.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "errorHandlerDialogStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!extractErrorMessage:function(1)",
          "docComment": "/**\n * Extracts a user-friendly error message from a given error detail.\n *\n * @param detail - The error detail, which can be a string, array, or object.\n *\n * @returns A user-friendly error message.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "extractErrorMessage: (detail: "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "string"
            }
          ],
          "fileUrlPath": "src/utils/error.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "detail",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "extractErrorMessage"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!formatDateExtra:function(1)",
          "docComment": "/**\n * Returns a formatted date value from an epoch number.\n *\n * @deprecated\n *\n * No longer used in the Grid Pro package.\n *\n * @param epoch - A number representing the number of milliseconds since the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @returns A formatted date value.\n *\n * @alpha\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function formatDateExtra(epoch: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Alpha",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "epoch",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "formatDateExtra"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationAgBooleanRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-boolean-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAgBooleanRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationAgBooleanRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationAgEditableRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-editable-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAgEditableRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/editable.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationAgEditableRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationAgSelectRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-select-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAgSelectRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SelectRenderer",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 18
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isOptional": true
            }
          ],
          "name": "foundationAgSelectRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationAgTextFieldRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-text-field-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAgTextFieldRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationAgTextFieldRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationAgTextRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-text-renderer\\>\n *\n * @deprecated\n *\n * - Use foundationAgTextFieldRenderer instead\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationAgTextRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "AgTextRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationAgTextRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationDateEditor:function(1)",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationDateEditor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-editors/date.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationDateEditor"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridComponents:var",
          "docComment": "/**\n * The Grid Pro Components.\n *\n * @remarks\n *\n * Contains all available components, from Grid Pro itself to the cell renderers.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridComponents: "
            },
            {
              "kind": "Content",
              "text": "{\n    foundationIconRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationGridProActionRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationGridProActionsMenuRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "ActionsMenuRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAgBooleanRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAgTextRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAgTextFieldRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAgEditableRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationAgSelectRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }, typeof import(\"./cell-renderers\")."
            },
            {
              "kind": "Reference",
              "text": "SelectRenderer",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationSelectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationNumberEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationDateEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationMultiselectEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStringEditor: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    }, typeof import(\"./cell-editors\")."
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationMulticolumnDropdown: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./multicolumn-dropdown\")."
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<import(\"./multicolumn-dropdown\")."
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof import(\"./multicolumn-dropdown\")."
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    foundationStatusPillRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        baseName: string;\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    }, typeof "
            },
            {
              "kind": "Reference",
              "text": "StatusPillRenderer",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    StatusPillRenderer: typeof "
            },
            {
              "kind": "Reference",
              "text": "StatusPillRenderer",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer:class"
            },
            {
              "kind": "Content",
              "text": ";\n    foundationGridPro: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n        shadowOptions: any;\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }>) => import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n        shadowOptions: any;\n        baseName: string;\n        styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n        template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    }, typeof import(\"./grid-pro\")."
            },
            {
              "kind": "Reference",
              "text": "GridPro",
              "canonicalReference": "@genesislcap/grid-pro!GridPro:class"
            },
            {
              "kind": "Content",
              "text": ">;\n    register(container?: "
            },
            {
              "kind": "Reference",
              "text": "Container",
              "canonicalReference": "@microsoft/fast-foundation!Container:interface"
            },
            {
              "kind": "Content",
              "text": ", ...rest: any[]): void;\n}"
            }
          ],
          "fileUrlPath": "src/grid-components.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridComponents",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 274
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridPro:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Grid Pro registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridPro: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    shadowOptions: any;\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    shadowOptions: any;\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "GridPro",
              "canonicalReference": "@genesislcap/grid-pro!GridPro:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/grid-pro.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 18
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isOptional": true
            }
          ],
          "name": "foundationGridPro"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridProActionRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-action-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridProActionRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "ActionRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/action.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationGridProActionRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridProActionsMenuRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-pro-actions-menu-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridProActionsMenuRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "ActionsMenuRenderer",
              "canonicalReference": "@genesislcap/grid-pro!ActionsMenuRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/actions-menu.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": true
            }
          ],
          "name": "foundationGridProActionsMenuRenderer"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridProShadowOptions:var",
          "docComment": "/**\n * GridPro shadow root options.\n *\n * @remarks\n *\n * For extensibility, this can be used to set the shadow root mode and delegatesFocus\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridProShadowOptions: "
            },
            {
              "kind": "Reference",
              "text": "ShadowRootInit",
              "canonicalReference": "!ShadowRootInit:interface"
            }
          ],
          "fileUrlPath": "src/grid-pro.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridProShadowOptions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!foundationGridProStyles:var",
          "docComment": "/**\n * The Grid Pro styles.\n *\n * @remarks\n *\n * this is the default CSS, bundles Alpine/Balham/Material AG themes.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationGridProStyles: "
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/grid-pro.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "foundationGridProStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationIconRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Icon Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-icon-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationIconRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/icon.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationIconRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationMulticolumnDropdown:function(1)",
          "docComment": "/**\n * A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-multicolumn-dropdown\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMulticolumnDropdown: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationMulticolumnDropdown"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationMultiselectEditor:function(1)",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-multiselect-editor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationMultiselectEditor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationMultiselectEditor"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationNumberEditor:function(1)",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-number-editor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationNumberEditor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-editors/number.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationNumberEditor"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationSelectEditor:function(1)",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-select-editor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationSelectEditor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-editors/select.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationSelectEditor"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationStatusPillRenderer:function(1)",
          "docComment": "/**\n * A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-status-pill-renderer\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStatusPillRenderer: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "StatusPillRenderer",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 9,
            "endIndex": 18
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isOptional": true
            }
          ],
          "name": "foundationStatusPillRenderer"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!foundationStringEditor:function(1)",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: \\<foundation-string-editor\\>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "foundationStringEditor: (overrideDefinition?: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "OverrideFoundationElementDefinition",
              "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}>"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-foundation\")."
            },
            {
              "kind": "Reference",
              "text": "FoundationElementRegistry",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
            },
            {
              "kind": "Content",
              "text": "<{\n    baseName: string;\n    styles: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            },
            {
              "kind": "Content",
              "text": ";\n    template: import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>;\n}, typeof "
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "src/cell-editors/string.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 11,
            "endIndex": 22
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "overrideDefinition",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isOptional": true
            }
          ],
          "name": "foundationStringEditor"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams:interface",
          "docComment": "/**\n * Extended params for the grid text field cell renderer (affixes, accessor, etc.).\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface FuiCellRendererParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererParams",
              "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
          "releaseTag": "Public",
          "name": "FuiCellRendererParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#accessor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accessor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "accessor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#hideAffixFromScreenReader:member",
              "docComment": "/**\n * When true, affixes are hidden from assistive technology (`hide-affix-from-screen-reader` on the text field).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideAffixFromScreenReader?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "hideAffixFromScreenReader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#isDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#maxLength:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxLength?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "maxLength",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#onChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, params: "
                },
                {
                  "kind": "Reference",
                  "text": "FuiCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#prefix:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prefix?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "prefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!FuiCellRendererParams#suffix:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suffix?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "suffix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement:class",
          "docComment": "/**\n * The base datasource element for the grid-pro element.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GenesisGridDatasourceElement extends "
            },
            {
              "kind": "Reference",
              "text": "GenesisGridDatasourceElement_base",
              "canonicalReference": "@genesislcap/grid-pro!~GenesisGridDatasourceElement_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/datasource/base.datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GenesisGridDatasourceElement",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#clearErrors:member(1)",
              "docComment": "/**\n * Clears error state and emits connected event.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearErrors(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearErrors"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#connect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connect: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#criteria:member",
              "docComment": "/**\n * Groovy expression to perform filters on the query server; these remain active for the life of the subscription.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "criteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "criteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#criteriaFromFilters:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected criteriaFromFilters: "
                },
                {
                  "kind": "Reference",
                  "text": "Map",
                  "canonicalReference": "!Map:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "criteriaFromFilters",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#datasource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "datasource: "
                },
                {
                  "kind": "Reference",
                  "text": "Datasource",
                  "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "datasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#datasourceOptions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected datasourceOptions(): "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceOptions",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "datasourceOptions"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#datasourceStatusChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "datasourceStatusChanged(prev: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceStatus",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
                },
                {
                  "kind": "Content",
                  "text": ", next: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceStatus",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "next",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "datasourceStatusChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#defaultRowIdByResourceType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected get defaultRowIdByResourceType(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultRowIdByResourceType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#deferredColumnStates:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deferredColumnStates: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "deferredColumnStates",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#deferredGridOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deferredGridOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "deferredGridOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#disablePolling:member",
              "docComment": "/**\n * Disables polling if set to true (data updates for the grid will not be fetched automatically).\n *\n * @remarks\n *\n * REQUEST_SERVER only. Defaults to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disablePolling: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disablePolling",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#fields:member",
              "docComment": "/**\n * Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.\n *\n * @remarks\n *\n * DATASERVER only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fields: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "fields",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#handleErrors:member(1)",
              "docComment": "/**\n * Handles errors and emits appropriate error events.\n *\n * @param errors - The error message or array of error messages\n *\n * @param type - The type of error that occurred\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleErrors(errors: "
                },
                {
                  "kind": "Content",
                  "text": "string | any[]"
                },
                {
                  "kind": "Content",
                  "text": ", type?: "
                },
                {
                  "kind": "Reference",
                  "text": "BaseDatasourceErrorEventDetail",
                  "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type"
                },
                {
                  "kind": "Content",
                  "text": "['type']"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "errors",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "type",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 5
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleErrors"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#isRequestServer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isRequestServer(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isRequestServer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#isSnapshot:member",
              "docComment": "/**\n * Request a snapshot from the server.\n *\n * @remarks\n *\n * Defaults to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSnapshot: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isSnapshot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#maxRows:member",
              "docComment": "/**\n * Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.\n *\n * @remarks\n *\n * This will not affect the number of rows displayed. Defaults to 250.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxRows: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "maxRows",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#maxView:member",
              "docComment": "/**\n * Maximum number of rows to track as part of a client \"view\".\n *\n * @remarks\n *\n * DATASERVER only. Defaults to 1000.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxView: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "maxView",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#movingView:member",
              "docComment": "/**\n * If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.\n *\n * @remarks\n *\n * DATASERVER only. If false, the updates in the server will be sent to the front end regardless of order. Note that this will only update the UI; no changes will be performed in the database. Defaults to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "movingView: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "movingView",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#offset:member",
              "docComment": "/**\n * The offset for pagination in REQUEST_SERVER scenarios.\n *\n * @remarks\n *\n * REQUEST_SERVER only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offset: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "offset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#orderBy:member",
              "docComment": "/**\n * Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.\n *\n * @remarks\n *\n * By default, rows are returned in order of creation (from oldest database record to newest).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orderBy: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "orderBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#pollingInterval:member",
              "docComment": "/**\n * Custom polling frequency (in milliseconds) for a Request Server resource.\n *\n * @remarks\n *\n * REQUEST_SERVER only. Note that this option only works with Request Server resources; if your resource is a Data Server query, your grid is updated in real time. Defaults to 5000ms.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pollingInterval: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pollingInterval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#pollTriggerEvents:member",
              "docComment": "/**\n * Array of event names that will trigger a poll when received as commit responses.\n *\n * @remarks\n *\n * REQUEST_SERVER only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pollTriggerEvents: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pollTriggerEvents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#removeFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "removeFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#request:member",
              "docComment": "/**\n * Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.\n *\n * @remarks\n *\n * REQUEST_SERVER only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "request: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "request",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#requestAutoSetup:member",
              "docComment": "/**\n * Attribute to set whether the REQUEST object should be automatically set up.\n *\n * @remarks\n *\n * Defaults to `true`. Only applies to REQUEST_SERVER (REQ-REP) resources.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestAutoSetup: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "requestAutoSetup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#resourceName:member",
              "docComment": "/**\n * The name of the target Data Server query or Request Server requestReply.\n *\n * @remarks\n *\n * Required attribute.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#restartOnReconnection:member",
              "docComment": "/**\n * Attribute to set whether the datasource should restart when it reconnects.\n *\n * @remarks\n *\n * Defaults to `true`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restartOnReconnection: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "restartOnReconnection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#reverse:member",
              "docComment": "/**\n * Option that changes the Data Server index iteration.\n *\n * @remarks\n *\n * DATASERVER only. For example, if you are using the default index, the query will return rows in order from the newest database records to the oldest. Defaults to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reverse: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "reverse",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#rowDataMapper:member",
              "docComment": "/**\n * Allows grid data updates to be processed via and external function before applying in grid\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowDataMapper: "
                },
                {
                  "kind": "Reference",
                  "text": "Function",
                  "canonicalReference": "!Function:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowDataMapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#rowIdAttr:member",
              "docComment": "/**\n * Attribute to set an unique identifier for the row.\n *\n * Defaults to `ROW_REF` or `RECORD_ID` depending on the resource type.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowIdAttr: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowIdAttr",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#setFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newFilter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newFilter",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#update:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected update: "
                },
                {
                  "kind": "Reference",
                  "text": "BehaviorSubject",
                  "canonicalReference": "rxjs!BehaviorSubject:class"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "Map",
                  "canonicalReference": "!Map:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "update",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#viewNumber:member",
              "docComment": "/**\n * The desired view/page you want data from.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewNumber: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "viewNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getActionsMenuDef:function(1)",
          "docComment": "/**\n * Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).\n *\n * @param actions - Array of `ActionMenuItem` to be displayed in the menu.\n *\n * @param overrideDef - Optional override for the ColDef. Will override any of the default values. Default is an empty object.\n *\n * @param customActionsOpenerName - Optional custom name for the button that opens the menu. Default is '⋮'.\n *\n * @param isVertical - Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight).\n *\n * @param buttonAppearance - Optional appearance for the button that opens the menu. Default is 'outline'.\n *\n * @returns Merged ColDef (base ColDef created from the parameters + overrideDef) for Actions Menu Renderer.\n *\n * @example\n * ```ts\n * public exampleActionsMenuDef: ColDef = getActionsMenuDef(\n *  [\n *    {\n *      name: 'View',\n *      callback: (rowData) => logger.debug('VIEWW!!!', rowData),\n *    },\n *      {\n *      name: 'Delete',\n *      callback: (rowData) => logger.debug('DELETE!!!', rowData),\n *    },\n *  ],\n *  {\n *    headerName: 'Instrument Actions',\n *    width: 180,\n *  },\n *  '+',\n *  true,\n *  'primary-gradient'\n * );\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getActionsMenuDef: (actions: "
            },
            {
              "kind": "Reference",
              "text": "ActionMenuItem",
              "canonicalReference": "@genesislcap/foundation-ui!ActionMenuItem:type"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", overrideDef?: "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": ", customActionsOpenerName?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", isVertical?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ", buttonAppearance?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            }
          ],
          "fileUrlPath": "src/cell-renderers/actions-menu.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 12,
            "endIndex": 13
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "actions",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            },
            {
              "parameterName": "overrideDef",
              "parameterTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "isOptional": true
            },
            {
              "parameterName": "customActionsOpenerName",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "isOptional": true
            },
            {
              "parameterName": "isVertical",
              "parameterTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "isOptional": true
            },
            {
              "parameterName": "buttonAppearance",
              "parameterTypeTokenRange": {
                "startIndex": 10,
                "endIndex": 11
              },
              "isOptional": true
            }
          ],
          "name": "getActionsMenuDef"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getAgBooleanRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Checkbox template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Checkbox component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getAgBooleanRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "BooleanRenderer",
              "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/boolean.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getAgBooleanRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getAgEditableRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Checkbox template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Checkbox component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getAgEditableRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "EditableRenderer",
              "canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/editable.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getAgEditableRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getAvailableIndexes:function(1)",
          "docComment": "/**\n * Get the keys of the Metadata indexes map\n *\n * @remarks\n *\n * This function will return a flat string array of all the keys in the \"metadata indexes\" map\n *\n * @param data - the map data to have the keys extracted from\n *\n * @returns the keys of the map\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getAvailableIndexes(data: "
            },
            {
              "kind": "Reference",
              "text": "Map",
              "canonicalReference": "!Map:interface"
            },
            {
              "kind": "Content",
              "text": "<string, [string]>"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/map.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "data",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            }
          ],
          "name": "getAvailableIndexes"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getAvailableIndexFields:function(1)",
          "docComment": "/**\n * Get the values of the Metadata indexes map\n *\n * @remarks\n *\n * This function will return a flat string array of all the values in the \"metadata indexes\" map\n *\n * @param data - the map data to have the values extracted from\n *\n * @returns the values of the map\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getAvailableIndexFields(data: "
            },
            {
              "kind": "Reference",
              "text": "Map",
              "canonicalReference": "!Map:interface"
            },
            {
              "kind": "Content",
              "text": "<string, [string]>"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/map.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "data",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": false
            }
          ],
          "name": "getAvailableIndexFields"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getColumnType:function(1)",
          "docComment": "/**\n * Return a column type base on each field's metadata from the selected resource.\n *\n * @remarks\n *\n * Currently only handles numeric columns\n *\n * @param metadataType - The type of the field/column\n *\n * @returns the column type\n *\n * @alpha\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getColumnType(metadataType: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Alpha",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "metadataType",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            }
          ],
          "name": "getColumnType"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getDateEditorTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param prefix - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getDateEditorTemplate: (prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DateEditor",
              "canonicalReference": "@genesislcap/grid-pro!DateEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-editors/date.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getDateEditorTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getEnumFilterParams:function(1)",
          "docComment": "/**\n * Returns the filter params for enum fields based on the detected filter type.\n *\n * @param field - The field metadata\n *\n * @returns the filter params for enum fields, or undefined if not applicable\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getEnumFilterParams(field: "
            },
            {
              "kind": "Reference",
              "text": "FieldMetadata",
              "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
            },
            {
              "kind": "Content",
              "text": ", filterType: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "ag-grid-community!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": "['filterParams'] | undefined"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "field",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "filterType",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "getEnumFilterParams"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getErrorHandlerDialogTemplate:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getErrorHandlerDialogTemplate(prefix: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", gridErrorItems: "
            },
            {
              "kind": "Reference",
              "text": "GridProErrorItem",
              "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
            },
            {
              "kind": "Content",
              "text": "<any>[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/error-handler.dialog.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "gridErrorItems",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "isOptional": false
            }
          ],
          "name": "getErrorHandlerDialogTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getGridProTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed The Grid Pro template.\n *\n * @param prefix - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A grid Pro template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getGridProTemplate: (prefix?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridPro",
              "canonicalReference": "@genesislcap/grid-pro!GridPro:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/grid-pro.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "prefix",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getGridProTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getIconRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Icon template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns An Icon component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getIconRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IconRenderer",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/icon.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getIconRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getMulticolumnDropdownTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Multicolumn Dropdown template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Multicolumn Dropdown component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getMulticolumnDropdownTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getMulticolumnDropdownTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getMultiselectEditorTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MultiselectEditor",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getMultiselectEditorTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getNumberEditorTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NumberEditor",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-editors/number.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getNumberEditorTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getSelectEditorTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectEditor",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-editors/select.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getSelectEditorTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getSelectRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Select template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Select component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getSelectRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getSelectRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getStatusPillRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Status Pill template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'rapid'.\n *\n * @returns A Staus Pill component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getStatusPillRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<any, any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getStatusPillRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getStringEditorTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed String template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A String component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getStringEditorTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "StringEditor",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-editors/string.editor.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getStringEditorTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getTextFieldRendererTemplate:function(1)",
          "docComment": "/**\n * Get a Design System prefixed Text Field template.\n *\n * @param designSystem - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A Text Field component template prefixed with the correct design system.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getTextFieldRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getTextFieldRendererTemplate"
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!getTextRendererTemplate:function(1)",
          "docComment": "/**\n * @deprecated\n *\n * - Use getTextFieldRendererTemplate instead\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getTextRendererTemplate: (designSystem?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AgTextFieldRenderer",
              "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text.renderer.ts",
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "designSystem",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": true
            }
          ],
          "name": "getTextRendererTemplate"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!GRID_READY_EVENT:var",
          "docComment": "/**\n * Event fired when grid is ready\n *\n * @deprecated\n *\n * - Use `Events.EVENT_GRID_READY` from `@ag-grid-community/core` instead\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GRID_READY_EVENT = "
            },
            {
              "kind": "Content",
              "text": "\"onGridReady\""
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "GRID_READY_EVENT",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridComponents:type",
          "docComment": "/**\n * Grid Pro Components type, used to define the custom components that will be registered in the grid\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridComponents = "
            },
            {
              "kind": "Content",
              "text": "{\n    [componentName: string]: any;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridComponents",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type",
          "docComment": "/**\n * Grid options config used to configure grids across the application\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridOptionsConfig = "
            },
            {
              "kind": "Reference",
              "text": "GridOptions",
              "canonicalReference": "ag-grid-community!GridOptions:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "LegacyGridOptions",
              "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridOptionsConfig",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridPro:class",
          "docComment": "/**\n * The Grid Pro element.\n *\n * @remarks\n *\n * Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match `ComponentUtil.PUBLIC_EVENTS` from `@ag-grid-community/core`). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).\n *\n * @tagname\n *\n * %%prefix%%-grid-pro\n *\n * @fires\n *\n * gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id)\n *\n * @fires\n *\n * onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`\n *\n * @fires\n *\n * gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridPro extends "
            },
            {
              "kind": "Reference",
              "text": "GridPro_base",
              "canonicalReference": "@genesislcap/grid-pro!~GridPro_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-pro.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridPro",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/grid-pro!GridPro:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `GridPro` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#addEventListener:member(1)",
              "docComment": "/**\n * Adds an event listener to the grid element.\n *\n * @param eventType - The event type to listen for. Recommened to use the `Events` from AG Grid.\n *\n * @param listener - The event listener to call when the event is fired.\n *\n * @param options - An options object that specifies characteristics about the event listener.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addEventListener(eventType: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", listener: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", options?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "AddEventListenerOptions",
                  "canonicalReference": "!AddEventListenerOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "eventType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "listener",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "options",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 7
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "addEventListener"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#addIndex:member",
              "docComment": "/**\n * The index to add new rows to when using `applyTransaction` or `applyTransactionAsync`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "addIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#agAttributeChangedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "agAttributeChangedCallback(attName: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "attName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "agAttributeChangedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#agAttributes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agAttributes: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "agAttributes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#agGrid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "agGrid: "
                },
                {
                  "kind": "Reference",
                  "text": "Grid",
                  "canonicalReference": "@ag-grid-community/core!Grid:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "agGrid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#agGridOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agGridOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "agGridOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#agPropertiesMap:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agPropertiesMap: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "agPropertiesMap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#applyTemplateDefinitions:member(1)",
              "docComment": "/**\n * Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.\n *\n * @deprecated\n *\n * use `applyTemplateDefinitions` instead.\n *\n * @param columnDefs - The column definitions to apply to the grid.\n *\n * @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.\n *\n * @returns The merged column definitions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyTemplateDefinitions(columnDefs: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ", deferredColumnDefsOrState?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<("
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColGroupDef",
                  "canonicalReference": "@ag-grid-community/core!ColGroupDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>)[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 12
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "columnDefs",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "deferredColumnDefsOrState",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 5
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyTemplateDefinitions"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#asyncAdd:member",
              "docComment": "/**\n * Whether to use the `applyTransactionAsync` function for *add* transactions\n *\n * @remarks\n *\n * Defaults to false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncAdd: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "asyncAdd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#asyncRemove:member",
              "docComment": "/**\n * Whether to use the `applyTransactionAsync` function for *remove* transactions\n *\n * @remarks\n *\n * Defaults to false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncRemove: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "asyncRemove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#asyncUpdate:member",
              "docComment": "/**\n * Whether to use the `applyTransactionAsync` function for *update* transactions\n *\n * @remarks\n *\n * Defaults to true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asyncUpdate: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "asyncUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#autoCellRendererByType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoCellRendererByType: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "autoCellRendererByType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#cacheFilterConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cacheFilterConfig(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "cacheFilterConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#classNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "classNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "classNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#clearLocalGridOptions:member(1)",
              "docComment": "/**\n * Clears the local grid options, this is used to clear the grid options when the grid is restarted.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearLocalGridOptions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearLocalGridOptions"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#columnApi:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnApi: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnApi",
                  "canonicalReference": "@ag-grid-community/core!ColumnApi:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "columnApi",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#columnComponentName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnComponentName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "columnComponentName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#combineAllGridComponents:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "combineAllGridComponents(gridOptionsComponents: "
                },
                {
                  "kind": "Reference",
                  "text": "GridComponents",
                  "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "GridComponents",
                  "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "gridOptionsComponents",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "combineAllGridComponents"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#customErrorHandlerTemplate:member",
              "docComment": "/**\n * Custom error handler dialog template function.\n *\n * @remarks\n *\n * When provided, this function will be used to render custom error dialogs instead of the default error handler. The function should accept a prefix string and an array of grid error items and return a ViewTemplate. If not provided, the default error handler dialog template will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customErrorHandlerTemplate?: "
                },
                {
                  "kind": "Content",
                  "text": "(prefix: string, gridErrorItems: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorItem",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>[]) => "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "customErrorHandlerTemplate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#defaultColumnConfig:member",
              "docComment": "/**\n * The default column config to reset to when deleteColumnState is called.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultColumnConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultColumnConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#deleteColumnState:member(1)",
              "docComment": "/**\n * Deletes the saved column state for the current grid\n *\n * @remarks\n *\n * This removes the persisted column state from storage, allowing the grid to use default column configuration\n *\n * @param resetToDefault - Whether to reset columns to their default configuration. Defaults to true.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteColumnState(resetToDefault?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "resetToDefault",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "deleteColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#enableCellFlashing:member",
              "docComment": "/**\n * If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef\n *\n * @remarks\n *\n * Defaults to true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableCellFlashing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "enableCellFlashing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#enabledRowFlashing:member",
              "docComment": "/**\n * @deprecated\n *\n * - use `enableRowFlashing` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enabledRowFlashing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "enabledRowFlashing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#enableRowFlashing:member",
              "docComment": "/**\n * If true, will enable row flashing for all rows for `add` async transactions\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableRowFlashing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "enableRowFlashing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#eventsAndCallbacks:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventsAndCallbacks: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProEventsAndCallbacks",
                  "canonicalReference": "@genesislcap/grid-pro!GridProEventsAndCallbacks:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "eventsAndCallbacks",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#getfilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getfilterModel(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{\n        [key: string]: any;\n    }>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getfilterModel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#getSavedColumnState:member(1)",
              "docComment": "/**\n * Gets the saved grid ColumnState[] from storage\n *\n * @remarks\n *\n * This is used to restore the grid state when the grid is rehydrated\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSavedColumnState(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSavedColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#getSelectedRows:member(1)",
              "docComment": "/**\n * Gets the currently selected rows from the grid\n *\n * @returns Array of selected row data\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSelectedRows(): "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSelectedRows"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#globalEventListener:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "globalEventListener(eventType: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "eventType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "globalEventListener"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridApi:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridApi: "
                },
                {
                  "kind": "Reference",
                  "text": "GridApi",
                  "canonicalReference": "@ag-grid-community/core!GridApi:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridApi",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridAutosizingEnabled:member",
              "docComment": "/**\n * Boolean attribute to control whether the grid autosizes the columns upon interaction. This will disable the column widths from being manually set, and doesn't save the widths in local storage if you are using `persist-column-state-key`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridAutosizingEnabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridAutosizingEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridComponents:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridComponents: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [componentName: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridComponents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridErrorItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridErrorItems: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorItem",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorEvent",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorEvent:type"
                },
                {
                  "kind": "Content",
                  "text": "['detail']>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridErrorItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridFontFace:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridFontFace: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridFontFace",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridOptions:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridOptions(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptionsConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n\nset gridOptions(options: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptionsConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridOptionsConfig:member",
              "docComment": "/**\n * Injectable config that allows to change grid options on an app level basis To modify options, register instance of the config in DOM container that is above the grid or on the top level of the application, so it applies to all grids.\n *\n * @example\n * ```\n * DI.getOrCreateDOMContainer().register([\n *       Registration.instance<GridOptionsConfig>(GridOptionsConfig, {\n *         headerHeight: 50,\n *       }),\n *     ]);\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridOptionsConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptionsConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridOptionsConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridParams:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridParams(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridParams",
                  "canonicalReference": "@ag-grid-community/core!GridParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridParams",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridProDatasource:member",
              "docComment": "/**\n * Get the datasource element.\n *\n * @remarks\n *\n * This will return the first datasource element found in the light DOM, wrapping all concrete datasource implementations.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridProDatasource(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridProBaseDatasource",
                  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridProDatasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#gridSlot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridSlot: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLSlotElement",
                  "canonicalReference": "!HTMLSlotElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridSlot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#hasSelectedRows:member(1)",
              "docComment": "/**\n * Checks if any rows are currently selected\n *\n * @returns True if rows are selected, false otherwise\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelectedRows(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hasSelectedRows"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#headerCaseType:member",
              "docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCaseType: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProCaseType",
                  "canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "headerCaseType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#headerHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "headerHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#hideDatasourceError:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideDatasourceError(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hideDatasourceError"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#initialised:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected initialised: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "initialised",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#isServerSide:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isServerSide(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isServerSide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#mergeAllColumnDefsAndStates:member(1)",
              "docComment": "/**\n * Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.\n *\n * @remarks\n *\n * This will favor the column state from the browser's local storage over the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.\n *\n * @param columnDefs - The column definitions to apply to the grid.\n *\n * @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true.\n *\n * @returns The merged column definitions.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mergeAllColumnDefsAndStates(columnDefs: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ", deferredColumnDefsOrState?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<("
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColGroupDef",
                  "canonicalReference": "@ag-grid-community/core!ColGroupDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>)[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 12
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "columnDefs",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "deferredColumnDefsOrState",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 5
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "mergeAllColumnDefsAndStates"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#observedAttributes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get observedAttributes(): "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "observedAttributes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#onlyTemplateColDefs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onlyTemplateColDefs: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onlyTemplateColDefs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#pagination:member",
              "docComment": "/**\n * Enable pagination for the grid.\n *\n * @remarks\n *\n * When enabled, the grid will automatically configure pagination settings. Note that AG Grid's full pagination functionality requires the Enterprise module. While basic pagination will work in Community edition, advanced features like custom pagination components require Enterprise.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/row-pagination/\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/server-side-model-pagination/\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pagination: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pagination",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#paginationPageSize:member",
              "docComment": "/**\n * Number of rows per page when pagination is enabled.\n *\n * @remarks\n *\n * **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10)\n *\n * **Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**\n *\n * Note that AG Grid's full pagination functionality requires the Enterprise module.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "paginationPageSize: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "paginationPageSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#persistColumnStateKey:member",
              "docComment": "/**\n * The key to use for persisting the column state in local browser or KV storage.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "persistColumnStateKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#persistFilterModelKey:member",
              "docComment": "/**\n * The key to use for persisting the filter model in local browser or KV storage.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "persistFilterModelKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#restoreCachedFilterConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restoreCachedFilterConfig(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "restoreCachedFilterConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#rowData:member",
              "docComment": "/**\n * The row data to display in the grid.\n *\n * @remarks\n *\n * For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowData: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#rowDataChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowDataChanged(_: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", rowData: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "rowData",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "rowDataChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#rowHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#setFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilterModel(value: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilterModel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#setupPaginationAndStatusBar:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected setupPaginationAndStatusBar(gridOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "@ag-grid-community/core!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "gridOptions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setupPaginationAndStatusBar"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#sizeColumnsToContent:member",
              "docComment": "/**\n * Boolean attribute to control whether the grid automatically sizes columns to fit their content. This will call AG Grid's autoSizeColumns() method to automatically adjust column widths based on content.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sizeColumnsToContent: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sizeColumnsToContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#sizeColumnsToFit:member",
              "docComment": "/**\n * Boolean attribute to adjust the size of columns to fit the available horizontal space. This will call AG Grid's sizeColumnsToFit() method.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sizeColumnsToFit: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sizeColumnsToFit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#statePersistanceEnabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statePersistanceEnabled(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "statePersistanceEnabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#statePersistence:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statePersistence: "
                },
                {
                  "kind": "Reference",
                  "text": "StatePersistence",
                  "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "statePersistence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#statusBarConfig:member",
              "docComment": "/**\n * Configuration for the grid status bar components.\n *\n * @remarks\n *\n * This requires AG Grid Enterprise module to be enabled. The status bar will only be displayed if the Enterprise module is available.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/component-status-bar/\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statusBarConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "statusBarConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#themeChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "themeChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#themeMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeMode: "
                },
                {
                  "kind": "Content",
                  "text": "'light' | 'dark'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "themeMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#updateLabelValueStatusBar:member(1)",
              "docComment": "/**\n * Updates the label-value status bar component with new label and value\n *\n * @param params - Object containing label, value, and optionally hide flag\n *\n * @example\n * ```ts\n * gridPro.updateLabelValueStatusBar({\n *   label: 'Total Records',\n *   value: '1,234',\n *   hide: false\n * });\n * ```\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateLabelValueStatusBar(params: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarLabelConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateLabelValueStatusBar"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridPro#withStatusBar:member",
              "docComment": "/**\n * Enables or disables the grid status bar.\n *\n * @remarks\n *\n * Default is false. When disabled, no status bar will be displayed regardless of statusBarConfig. This requires AG Grid Enterprise module to be available for the status bar to be displayed when enabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withStatusBar: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withStatusBar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProBaseDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "GenesisGridDatasourceElement",
              "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/datasource/base.datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridProBaseDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyAllTransactions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected applyAllTransactions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyAllTransactions"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyTransaction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected applyTransaction(transaction: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "transaction",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyTransaction"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected connectionSub: "
                },
                {
                  "kind": "Reference",
                  "text": "Subscription",
                  "canonicalReference": "rxjs!Subscription:class"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connectionSub",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#dataSubWasLoggedOff:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected dataSubWasLoggedOff: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dataSubWasLoggedOff",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#generateColumnDefsFromMetadata:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected generateColumnDefsFromMetadata(fieldsMetadata: "
                },
                {
                  "kind": "Reference",
                  "text": "FieldMetadata",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ", getFilterParamsByFieldType: "
                },
                {
                  "kind": "Content",
                  "text": "(field: "
                },
                {
                  "kind": "Reference",
                  "text": "FieldMetadata",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "['filterParams'] | any"
                },
                {
                  "kind": "Content",
                  "text": ", getFilterByFieldType: "
                },
                {
                  "kind": "Content",
                  "text": "(type: "
                },
                {
                  "kind": "Reference",
                  "text": "FieldTypeEnum",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldTypeEnum:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 14,
                "endIndex": 16
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldsMetadata",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "getFilterParamsByFieldType",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 9
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "getFilterByFieldType",
                  "parameterTypeTokenRange": {
                    "startIndex": 10,
                    "endIndex": 13
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "generateColumnDefsFromMetadata"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#getDatasourceStatusBarPanels:member(1)",
              "docComment": "/**\n * Gets datasource-specific status bar component configurations. This method should be called by the grid to get status bar panels specific to this datasource.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getDatasourceStatusBarPanels(isServerSide: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", statusBarConfig: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "isServerSide",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "statusBarConfig",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getDatasourceStatusBarPanels"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#handleStreamDeletes:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected handleStreamDeletes(deletedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#handleStreamInserts:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected handleStreamInserts(insertedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ", addIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "insertedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "addIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#handleStreamUpdates:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected handleStreamUpdates(updatedRows: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedRows",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#isDisconnected:member(1)",
              "docComment": "/**\n * Returns true if the datasource is disconnected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisconnected(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDisconnected"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#keepColDefsOnClearRowData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keepColDefsOnClearRowData: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "keepColDefsOnClearRowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#loadMore:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadMore(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadMore"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#pagination:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected pagination: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "pagination",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#reloadResourceData:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reloadResourceData(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "reloadResourceData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#restart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restart(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "restart"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#rowData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowData: "
                },
                {
                  "kind": "Reference",
                  "text": "Map",
                  "canonicalReference": "!Map:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#setDisconnected:member(1)",
              "docComment": "/**\n * Sets the disconnected state and emits appropriate events.\n *\n * @param disconnected - true to set, false to remove\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setDisconnected(disconnected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "disconnected",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setDisconnected"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#subscribeToConnection:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected subscribeToConnection(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "subscribeToConnection"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#transactionData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected transactionData: "
                },
                {
                  "kind": "Reference",
                  "text": "TransactionData",
                  "canonicalReference": "@genesislcap/grid-pro!~TransactionData:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "transactionData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#unsubscribeFromConnection:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected unsubscribeFromConnection(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "unsubscribeFromConnection"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProBeta:class",
          "docComment": "/**\n * The Grid Pro element (AG Grid v35 compatible).\n *\n * @remarks\n *\n * Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match AG Grid public event strings). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).\n *\n * @tagname\n *\n * %%prefix%%-grid-pro\n *\n * @fires\n *\n * gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id)\n *\n * @fires\n *\n * onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`\n *\n * @fires\n *\n * gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProBeta extends "
            },
            {
              "kind": "Reference",
              "text": "GridProBeta_base",
              "canonicalReference": "@genesislcap/grid-pro!~GridProBeta_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-pro-beta.ts",
          "releaseTag": "Beta",
          "isAbstract": false,
          "name": "GridProBeta",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `GridProBeta` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#addEventListener:member(1)",
              "docComment": "/**\n * Adds an event listener to the grid element.\n *\n * @param eventType - The event type to listen for. Recommened to use the `Events` from AG Grid.\n *\n * @param listener - The event listener to call when the event is fired.\n *\n * @param options - An options object that specifies characteristics about the event listener.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addEventListener(eventType: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", listener: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", options?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "AddEventListenerOptions",
                  "canonicalReference": "!AddEventListenerOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "eventType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "listener",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "options",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 7
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "addEventListener"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#agAttributeChangedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "agAttributeChangedCallback(attName: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "attName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "agAttributeChangedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#agAttributes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agAttributes: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "agAttributes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#agGrid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "agGrid: "
                },
                {
                  "kind": "Reference",
                  "text": "GridApi",
                  "canonicalReference": "ag-grid-community!GridApi:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "agGrid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#agGridOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agGridOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "ag-grid-community!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "agGridOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#agPropertiesMap:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected agPropertiesMap: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, string>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "agPropertiesMap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#autoCellRendererByType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoCellRendererByType: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "autoCellRendererByType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#cacheFilterConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cacheFilterConfig(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "cacheFilterConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#classNames:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "classNames: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "classNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#clearLocalGridOptions:member(1)",
              "docComment": "/**\n * Clears the local grid options, this is used to clear the grid options when the grid is restarted.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearLocalGridOptions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "clearLocalGridOptions"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#columnComponentName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnComponentName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "columnComponentName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#combineAllGridComponents:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "combineAllGridComponents(gridOptionsComponents: "
                },
                {
                  "kind": "Reference",
                  "text": "GridComponents",
                  "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "GridComponents",
                  "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "gridOptionsComponents",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "combineAllGridComponents"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#customErrorHandlerTemplate:member",
              "docComment": "/**\n * Custom error handler dialog template function.\n *\n * @remarks\n *\n * When provided, this function will be used to render custom error dialogs instead of the default error handler. The function should accept a prefix string and an array of grid error items and return a ViewTemplate. If not provided, the default error handler dialog template will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customErrorHandlerTemplate?: "
                },
                {
                  "kind": "Content",
                  "text": "(prefix: string, gridErrorItems: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorItem",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>[]) => "
                },
                {
                  "kind": "Reference",
                  "text": "ViewTemplate",
                  "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Beta",
              "name": "customErrorHandlerTemplate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#enableCellFlashing:member",
              "docComment": "/**\n * If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef\n *\n * @remarks\n *\n * Defaults to true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableCellFlashing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "enableCellFlashing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#enableRowFlashing:member",
              "docComment": "/**\n * If true, will enable row flashing for all rows for `add` async transactions\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableRowFlashing: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "enableRowFlashing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#eventsAndCallbacks:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventsAndCallbacks: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProEventsAndCallbacks",
                  "canonicalReference": "@genesislcap/grid-pro!GridProEventsAndCallbacks:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "eventsAndCallbacks",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#getfilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getfilterModel(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{\n        [key: string]: any;\n    }>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getfilterModel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#getSavedColumnState:member(1)",
              "docComment": "/**\n * Gets the saved grid ColumnState[] from storage\n *\n * @remarks\n *\n * This is used to restore the grid state when the grid is rehydrated\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSavedColumnState(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "ag-grid-community!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSavedColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#getSelectedRows:member(1)",
              "docComment": "/**\n * Gets the currently selected rows from the grid\n *\n * @returns Array of selected row data\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSelectedRows(): "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getSelectedRows"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#globalEventListener:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "globalEventListener(eventType: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "eventType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "globalEventListener"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridApi:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridApi: "
                },
                {
                  "kind": "Reference",
                  "text": "GridApi",
                  "canonicalReference": "ag-grid-community!GridApi:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridApi",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridAutosizingEnabled:member",
              "docComment": "/**\n * Boolean attribute to control whether the grid autosizes the columns upon interaction. This will disable the column widths from being manually set, and doesn't save the widths in local storage if you are using `persist-column-state-key`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridAutosizingEnabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridAutosizingEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridComponents:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridComponents: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [componentName: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridComponents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridErrorItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridErrorItems: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorItem",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorEvent",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorEvent:type"
                },
                {
                  "kind": "Content",
                  "text": "['detail']>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridErrorItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridOptions:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridOptions(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "ag-grid-community!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n\nset gridOptions(options: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "ag-grid-community!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridOptionsConfig:member",
              "docComment": "/**\n * Injectable config that allows to change grid options on an app level basis To modify options, register instance of the config in DOM container that is above the grid or on the top level of the application, so it applies to all grids.\n *\n * @example\n * ```\n * DI.getOrCreateDOMContainer().register([\n *       Registration.instance<GridOptionsConfig>(GridOptionsConfig, {\n *         headerHeight: 50,\n *       }),\n *     ]);\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridOptionsConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptionsConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridOptionsConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridParams:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridParams(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridParams",
                  "canonicalReference": "ag-grid-community!GridParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridParams",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridProDatasource:member",
              "docComment": "/**\n * Get the datasource element.\n *\n * @remarks\n *\n * This will return the first datasource element found in the light DOM, wrapping all concrete datasource implementations.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get gridProDatasource(): "
                },
                {
                  "kind": "Reference",
                  "text": "GridProBaseDatasource",
                  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "gridProDatasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#gridSlot:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gridSlot: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLSlotElement",
                  "canonicalReference": "!HTMLSlotElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "gridSlot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#hasSelectedRows:member(1)",
              "docComment": "/**\n * Checks if any rows are currently selected\n *\n * @returns True if rows are selected, false otherwise\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelectedRows(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hasSelectedRows"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#headerCaseType:member",
              "docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCaseType: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProCaseType",
                  "canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "headerCaseType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#headerHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "headerHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#hideDatasourceError:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideDatasourceError(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "hideDatasourceError"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#initialised:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected initialised: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "initialised",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#isServerSide:member",
              "docComment": "/**\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get isServerSide(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "isServerSide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#mergeAllColumnDefsAndStates:member(1)",
              "docComment": "/**\n * Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.\n *\n * @remarks\n *\n * This will favor the column state from the browser's local storage over the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.\n *\n * @param columnDefs - The column definitions to apply to the grid.\n *\n * @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true.\n *\n * @returns The merged column definitions.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mergeAllColumnDefsAndStates(columnDefs: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "ag-grid-community!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ", deferredColumnDefsOrState?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<(import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColGroupDef",
                  "canonicalReference": "@ag-grid-community/core!ColGroupDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>)[] | ("
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "ag-grid-community!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | {\n        colId?: string;\n        field?: string;\n        type?: string | string[];\n        valueGetter?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueGetterFunc",
                  "canonicalReference": "@ag-grid-community/core!ValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueGetterFunc",
                  "canonicalReference": "ag-grid-community!ValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        valueFormatter?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueFormatterFunc",
                  "canonicalReference": "@ag-grid-community/core!ValueFormatterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueFormatterFunc",
                  "canonicalReference": "ag-grid-community!ValueFormatterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        refData?: {\n            [key: string]: string;\n        };\n        keyCreator?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "KeyCreatorParams",
                  "canonicalReference": "@ag-grid-community/core!KeyCreatorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => string) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "KeyCreatorParams",
                  "canonicalReference": "ag-grid-community!KeyCreatorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string);\n        equals?: (valueA: any, valueB: any) => boolean;\n        tooltipField?: string;\n        tooltipValueGetter?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipParams",
                  "canonicalReference": "@ag-grid-community/core!ITooltipParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string | any) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipParams",
                  "canonicalReference": "ag-grid-community!ITooltipParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string | any);\n        checkboxSelection?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CheckboxSelectionCallback",
                  "canonicalReference": "@ag-grid-community/core!CheckboxSelectionCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CheckboxSelectionCallback",
                  "canonicalReference": "ag-grid-community!CheckboxSelectionCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        showDisabledCheckboxes?: boolean;\n        icons?: {\n            [key: string]: string | "
                },
                {
                  "kind": "Reference",
                  "text": "Function",
                  "canonicalReference": "!Function:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        };\n        suppressNavigable?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressNavigableCallback",
                  "canonicalReference": "@ag-grid-community/core!SuppressNavigableCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressNavigableCallback",
                  "canonicalReference": "ag-grid-community!SuppressNavigableCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        suppressKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressKeyboardEventParams",
                  "canonicalReference": "@ag-grid-community/core!SuppressKeyboardEventParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => boolean) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressKeyboardEventParams",
                  "canonicalReference": "ag-grid-community!SuppressKeyboardEventParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => boolean);\n        suppressPaste?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressPasteCallback",
                  "canonicalReference": "@ag-grid-community/core!SuppressPasteCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressPasteCallback",
                  "canonicalReference": "ag-grid-community!SuppressPasteCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        suppressFillHandle?: boolean;\n        hide?: boolean | null;\n        initialHide?: boolean;\n        lockVisible?: boolean;\n        lockPosition?: boolean | \"left\" | \"right\";\n        suppressMovable?: boolean;\n        editable?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "EditableCallback",
                  "canonicalReference": "@ag-grid-community/core!EditableCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "EditableCallback",
                  "canonicalReference": "ag-grid-community!EditableCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        valueSetter?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueSetterFunc",
                  "canonicalReference": "@ag-grid-community/core!ValueSetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueSetterFunc",
                  "canonicalReference": "ag-grid-community!ValueSetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        valueParser?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueParserFunc",
                  "canonicalReference": "@ag-grid-community/core!ValueParserFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueParserFunc",
                  "canonicalReference": "ag-grid-community!ValueParserFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        cellEditor?: any;\n        cellEditorFramework?: any;\n        cellEditorParams?: any;\n        cellEditorSelector?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellEditorSelectorFunc",
                  "canonicalReference": "@ag-grid-community/core!CellEditorSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellEditorSelectorFunc",
                  "canonicalReference": "ag-grid-community!CellEditorSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        singleClickEdit?: boolean;\n        cellEditorPopup?: boolean;\n        cellEditorPopupPosition?: \"over\" | \"under\";\n        onCellValueChanged?: ((event: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "NewValueParams",
                  "canonicalReference": "@ag-grid-community/core!NewValueParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => void) | ((event: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "NewValueParams",
                  "canonicalReference": "ag-grid-community!NewValueParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => void);\n        onCellClicked?: ((event: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClickedEvent",
                  "canonicalReference": "@ag-grid-community/core!CellClickedEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClickedEvent",
                  "canonicalReference": "ag-grid-community!CellClickedEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => void);\n        onCellDoubleClicked?: ((event: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellDoubleClickedEvent",
                  "canonicalReference": "@ag-grid-community/core!CellDoubleClickedEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellDoubleClickedEvent",
                  "canonicalReference": "ag-grid-community!CellDoubleClickedEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => void);\n        onCellContextMenu?: ((event: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellContextMenuEvent",
                  "canonicalReference": "@ag-grid-community/core!CellContextMenuEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellContextMenuEvent",
                  "canonicalReference": "ag-grid-community!CellContextMenuEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => void);\n        getQuickFilterText?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "GetQuickFilterTextParams",
                  "canonicalReference": "@ag-grid-community/core!GetQuickFilterTextParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => string) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "GetQuickFilterTextParams",
                  "canonicalReference": "ag-grid-community!GetQuickFilterTextParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string);\n        filterValueGetter?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueGetterFunc",
                  "canonicalReference": "@ag-grid-community/core!ValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ValueGetterFunc",
                  "canonicalReference": "ag-grid-community!ValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        floatingFilter?: boolean;\n        wrapHeaderText?: boolean;\n        autoHeaderHeight?: boolean;\n        headerComponent?: any;\n        headerComponentFramework?: any;\n        headerComponentParams?: any;\n        menuTabs?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColumnMenuTab",
                  "canonicalReference": "@ag-grid-community/core!ColumnMenuTab:type"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        columnsMenuParams?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColumnsMenuParams",
                  "canonicalReference": "@ag-grid-community/core!ColumnsMenuParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        suppressMenu?: boolean;\n        headerCheckboxSelection?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderCheckboxSelectionCallback",
                  "canonicalReference": "@ag-grid-community/core!HeaderCheckboxSelectionCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderCheckboxSelectionCallback",
                  "canonicalReference": "ag-grid-community!HeaderCheckboxSelectionCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        headerCheckboxSelectionFilteredOnly?: boolean;\n        headerCheckboxSelectionCurrentPageOnly?: boolean;\n        chartDataType?: \"category\" | \"series\" | \"time\" | \"excluded\";\n        pinned?: boolean | \"left\" | \"right\" | null;\n        initialPinned?: boolean | \"left\" | \"right\";\n        lockPinned?: boolean;\n        pivot?: boolean | null;\n        initialPivot?: boolean;\n        pivotIndex?: number | null;\n        initialPivotIndex?: number;\n        pivotComparator?: (valueA: string, valueB: string) => number;\n        enablePivot?: boolean;\n        cellStyle?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellStyle",
                  "canonicalReference": "@ag-grid-community/core!CellStyle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellStyleFunc",
                  "canonicalReference": "@ag-grid-community/core!CellStyleFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellStyleFunc",
                  "canonicalReference": "ag-grid-community!CellStyleFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        cellClass?: string | string[] | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClassFunc",
                  "canonicalReference": "@ag-grid-community/core!CellClassFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClassFunc",
                  "canonicalReference": "ag-grid-community!CellClassFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        cellClassRules?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClassRules",
                  "canonicalReference": "@ag-grid-community/core!CellClassRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellClassRules",
                  "canonicalReference": "ag-grid-community!CellClassRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        cellRenderer?: any;\n        cellRendererFramework?: any;\n        cellRendererParams?: any;\n        cellRendererSelector?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellRendererSelectorFunc",
                  "canonicalReference": "@ag-grid-community/core!CellRendererSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellRendererSelectorFunc",
                  "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        autoHeight?: boolean;\n        wrapText?: boolean;\n        enableCellChangeFlash?: boolean;\n        suppressCellFlash?: boolean;\n        rowDrag?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "RowDragCallback",
                  "canonicalReference": "@ag-grid-community/core!RowDragCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "RowDragCallback",
                  "canonicalReference": "ag-grid-community!RowDragCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        rowDragText?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "IRowDragItem",
                  "canonicalReference": "@ag-grid-community/core!IRowDragItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ", dragItemCount: number) => string) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "IRowDragItem",
                  "canonicalReference": "ag-grid-community!IRowDragItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ", dragItemCount: number) => string);\n        dndSource?: boolean | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "DndSourceCallback",
                  "canonicalReference": "@ag-grid-community/core!DndSourceCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "DndSourceCallback",
                  "canonicalReference": "ag-grid-community!DndSourceCallback:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        dndSourceOnRowDrag?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "DndSourceOnRowDragParams",
                  "canonicalReference": "@ag-grid-community/core!DndSourceOnRowDragParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => void) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "DndSourceOnRowDragParams",
                  "canonicalReference": "ag-grid-community!DndSourceOnRowDragParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>) => void);\n        rowGroup?: boolean | null;\n        initialRowGroup?: boolean;\n        rowGroupIndex?: number | null;\n        initialRowGroupIndex?: number;\n        enableRowGroup?: boolean;\n        enableValue?: boolean;\n        aggFunc?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "IAggFunc",
                  "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "IAggFunc",
                  "canonicalReference": "ag-grid-community!IAggFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        initialAggFunc?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "IAggFunc",
                  "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "IAggFunc",
                  "canonicalReference": "ag-grid-community!IAggFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        defaultAggFunc?: string;\n        allowedAggFuncs?: string[];\n        showRowGroup?: string | boolean;\n        sortable?: boolean;\n        sort?: \"asc\" | \"desc\" | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortDef",
                  "canonicalReference": "ag-grid-community!SortDef:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        initialSort?: \"asc\" | \"desc\" | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortDef",
                  "canonicalReference": "ag-grid-community!SortDef:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        sortIndex?: number | null;\n        initialSortIndex?: number;\n        sortingOrder?: (import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortDirection",
                  "canonicalReference": "ag-grid-community!SortDirection:type"
                },
                {
                  "kind": "Content",
                  "text": " | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortDef",
                  "canonicalReference": "ag-grid-community!SortDef:type"
                },
                {
                  "kind": "Content",
                  "text": ")[];\n        comparator?: ((valueA: any, valueB: any, nodeA: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "IRowNode",
                  "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>, nodeB: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "IRowNode",
                  "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>, isDescending: boolean) => number) | import(\"ag-grid-community/dist/types/src/entities/colDef\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortComparatorFn",
                  "canonicalReference": "ag-grid-community!SortComparatorFn:type"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortType",
                  "canonicalReference": "ag-grid-community!SortType:type"
                },
                {
                  "kind": "Content",
                  "text": ", import(\"ag-grid-community/dist/types/src/entities/colDef\")."
                },
                {
                  "kind": "Reference",
                  "text": "SortComparatorFn",
                  "canonicalReference": "ag-grid-community!SortComparatorFn:type"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>>>;\n        unSortIcon?: boolean;\n        colSpan?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColSpanParams",
                  "canonicalReference": "@ag-grid-community/core!ColSpanParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => number) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColSpanParams",
                  "canonicalReference": "ag-grid-community!ColSpanParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => number);\n        rowSpan?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "RowSpanParams",
                  "canonicalReference": "@ag-grid-community/core!RowSpanParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => number) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "RowSpanParams",
                  "canonicalReference": "ag-grid-community!RowSpanParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => number);\n        width?: number;\n        initialWidth?: number;\n        minWidth?: number;\n        maxWidth?: number;\n        flex?: number | null;\n        initialFlex?: number;\n        resizable?: boolean;\n        suppressSizeToFit?: boolean;\n        suppressAutoSize?: boolean;\n        pivotValueColumn?: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "Column",
                  "canonicalReference": "@ag-grid-community/core!Column:class"
                },
                {
                  "kind": "Content",
                  "text": " | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "Column",
                  "canonicalReference": "ag-grid-community!Column:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>;\n        pivotTotalColumnIds?: string[];\n        spanHeaderHeight?: boolean;\n        headerName?: string;\n        headerValueGetter?: string | import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderValueGetterFunc",
                  "canonicalReference": "@ag-grid-community/core!HeaderValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderValueGetterFunc",
                  "canonicalReference": "ag-grid-community!HeaderValueGetterFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        headerTooltip?: string;\n        headerClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderClassParams",
                  "canonicalReference": "@ag-grid-community/core!HeaderClassParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderClassParams",
                  "canonicalReference": "ag-grid-community!HeaderClassParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string | string[] | undefined);\n        suppressHeaderKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressHeaderKeyboardEventParams",
                  "canonicalReference": "@ag-grid-community/core!SuppressHeaderKeyboardEventParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => boolean) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SuppressHeaderKeyboardEventParams",
                  "canonicalReference": "ag-grid-community!SuppressHeaderKeyboardEventParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => boolean);\n        columnGroupShow?: \"open\" | \"closed\";\n        toolPanelClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
                },
                {
                  "kind": "Reference",
                  "text": "ToolPanelClassParams",
                  "canonicalReference": "@ag-grid-community/core!ToolPanelClassParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ToolPanelClassParams",
                  "canonicalReference": "ag-grid-community!ToolPanelClassParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string | string[] | undefined);\n        suppressColumnsToolPanel?: boolean;\n        suppressFiltersToolPanel?: boolean;\n        tooltipComponent?: any;\n        tooltipComponentFramework?: any;\n        tooltipComponentParams?: any;\n        pivotKeys?: string[];\n        filter?: any;\n        filterFramework?: any;\n        filterParams?: any;\n        floatingFilterComponent?: any;\n        floatingFilterComponentFramework?: any;\n        floatingFilterComponentParams?: any;\n        cellDataType?: boolean | string;\n        allowFormula?: boolean;\n        tooltipComponentSelector?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellEditorSelectorFunc",
                  "canonicalReference": "ag-grid-community!CellEditorSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": " | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "CellRendererSelectorFunc",
                  "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        useValueFormatterForExport?: boolean;\n        useValueParserForImport?: boolean;\n        suppressFloatingFilterButton?: boolean;\n        dateComponent?: any;\n        dateComponentParams?: any;\n        getFindText?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "GetFindTextFunc",
                  "canonicalReference": "ag-grid-community!GetFindTextFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        columnChooserParams?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ColumnChooserParams",
                  "canonicalReference": "ag-grid-community!ColumnChooserParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        suppressHeaderMenuButton?: boolean;\n        suppressHeaderFilterButton?: boolean;\n        mainMenuItems?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "GetMainMenuItems",
                  "canonicalReference": "ag-grid-community!GetMainMenuItems:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | (import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "MenuItemDef",
                  "canonicalReference": "ag-grid-community!MenuItemDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "DefaultMenuItem",
                  "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": ")[];\n        contextMenuItems?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "GetContextMenuItems",
                  "canonicalReference": "ag-grid-community!GetContextMenuItems:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | (import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "MenuItemDef",
                  "canonicalReference": "ag-grid-community!MenuItemDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any> | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "DefaultMenuItem",
                  "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
                },
                {
                  "kind": "Content",
                  "text": ")[];\n        loadingCellRenderer?: any;\n        loadingCellRendererParams?: any;\n        loadingCellRendererSelector?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ILoadingCellRendererSelectorFunc",
                  "canonicalReference": "ag-grid-community!ILoadingCellRendererSelectorFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        rowGroupingHierarchy?: (string | "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "ag-grid-community!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>)[];\n        groupHierarchy?: (string | "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "ag-grid-community!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>)[];\n        spanRows?: boolean | ((params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "SpanRowsParams",
                  "canonicalReference": "ag-grid-community!SpanRowsParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => boolean);\n        suppressSpanHeaderHeight?: boolean;\n        headerTooltipValueGetter?: (params: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipParams",
                  "canonicalReference": "ag-grid-community!ITooltipParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>) => string | any;\n        headerStyle?: import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderStyle",
                  "canonicalReference": "ag-grid-community!HeaderStyle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | import(\"ag-grid-community\")."
                },
                {
                  "kind": "Reference",
                  "text": "HeaderStyleFunc",
                  "canonicalReference": "ag-grid-community!HeaderStyleFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any, any, any>;\n        cellAriaRole?: string;\n        context?: any;\n        suppressHeaderContextMenu?: boolean;\n    })[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 222
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "columnDefs",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "deferredColumnDefsOrState",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 5
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "mergeAllColumnDefsAndStates"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#observedAttributes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get observedAttributes(): "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "observedAttributes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#onlyTemplateColDefs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onlyTemplateColDefs: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "onlyTemplateColDefs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#pagination:member",
              "docComment": "/**\n * Enable pagination for the grid.\n *\n * @remarks\n *\n * When enabled, the grid will automatically configure pagination settings. Note that AG Grid's full pagination functionality requires the Enterprise module. While basic pagination will work in Community edition, advanced features like custom pagination components require Enterprise.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/row-pagination/\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/server-side-model-pagination/\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pagination: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "pagination",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#paginationPageSize:member",
              "docComment": "/**\n * Number of rows per page when pagination is enabled.\n *\n * @remarks\n *\n * **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10)\n *\n * **Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**\n *\n * Note that AG Grid's full pagination functionality requires the Enterprise module.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "paginationPageSize: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "paginationPageSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#persistColumnStateKey:member",
              "docComment": "/**\n * The key to use for persisting the column state in local browser or KV storage.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "persistColumnStateKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#persistFilterModelKey:member",
              "docComment": "/**\n * The key to use for persisting the filter model in local browser or KV storage.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "persistFilterModelKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#provider:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "provider: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "provider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#restoreCachedFilterConfig:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restoreCachedFilterConfig(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "restoreCachedFilterConfig"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#rowData:member",
              "docComment": "/**\n * The row data to display in the grid.\n *\n * @remarks\n *\n * For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowData: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#rowDataChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowDataChanged(_: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ", rowData: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "_",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "rowData",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "rowDataChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#rowHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "rowHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#setFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilterModel(value: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilterModel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#setupPaginationAndStatusBar:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected setupPaginationAndStatusBar(gridOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "GridOptions",
                  "canonicalReference": "ag-grid-community!GridOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": true,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "gridOptions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setupPaginationAndStatusBar"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#statePersistanceEnabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statePersistanceEnabled(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "statePersistanceEnabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#statePersistence:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statePersistence: "
                },
                {
                  "kind": "Reference",
                  "text": "StatePersistence",
                  "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "statePersistence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#statusBarConfig:member",
              "docComment": "/**\n * Configuration for the grid status bar components.\n *\n * @remarks\n *\n * This requires AG Grid Enterprise module to be enabled. The status bar will only be displayed if the Enterprise module is available.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/component-status-bar/\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statusBarConfig: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "statusBarConfig",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#themeMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeMode: "
                },
                {
                  "kind": "Content",
                  "text": "'light' | 'dark'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "themeMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#updateLabelValueStatusBar:member(1)",
              "docComment": "/**\n * Updates the label-value status bar component with new label and value\n *\n * @param params - Object containing label, value, and optionally hide flag\n *\n * @example\n * ```ts\n * gridPro.updateLabelValueStatusBar({\n *   label: 'Total Records',\n *   value: '1,234',\n *   hide: false\n * });\n * ```\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateLabelValueStatusBar(params: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarLabelConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateLabelValueStatusBar"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProBeta#withStatusBar:member",
              "docComment": "/**\n * Enables or disables the grid status bar.\n *\n * @remarks\n *\n * Default is false. When disabled, no status bar will be displayed regardless of statusBarConfig. This requires AG Grid Enterprise module to be available for the status bar to be displayed when enabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withStatusBar: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "withStatusBar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum",
          "docComment": "/**\n * The available Grid Pro header case types\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum GridProCaseType "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProCaseType",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.camelCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "camelCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"camelCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "camelCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.capitalCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "capitalCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"capitalCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "capitalCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.dotCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dotCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"dotCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "dotCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.headerCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"headerCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "headerCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.noCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "noCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"noCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "noCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.paramCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "paramCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"paramCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "paramCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.pascalCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pascalCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"pascalCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "pascalCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.pathCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pathCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"pathCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "pathCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.sentenceCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sentenceCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"sentenceCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "sentenceCase"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProCaseType.snakeCase:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "snakeCase = "
                },
                {
                  "kind": "Content",
                  "text": "\"snakeCase\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "snakeCase"
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProCell:class",
          "docComment": "/**\n * The Grid Pro Cell element.\n *\n * @remarks\n *\n * Used inside the Grid Pro Column element, to define a cell renderer from the template.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProCell extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell/cell.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridProCell",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#renderer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderer: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererFunc",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererFunc:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "renderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#rendererParams:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rendererParams: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "rendererParams",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#slottedAgRendererChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedAgRendererChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "slottedAgRendererChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProCell#slottedRenderer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedRenderer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "slottedRenderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProClientSideDatasource:class",
          "docComment": "/**\n * The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProClientSideDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "GridProGenesisDatasource",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/datasource/client-side.datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridProClientSideDatasource",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProColumn:class",
          "docComment": "/**\n * The Grid Pro Column element.\n *\n * @remarks\n *\n * Used insde the Grid Pro element, to specify the column definitions (ColDef) for a given column.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProColumn extends "
            },
            {
              "kind": "Reference",
              "text": "GridProColumn_base",
              "canonicalReference": "@genesislcap/grid-pro!~GridProColumn_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/column/column.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridProColumn",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProColumn#deepClone:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deepClone(): "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "deepClone"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProColumn#definition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "definition: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "definition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProColumn#slottedAgCell:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedAgCell: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "slottedAgCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProColumn#slottedAgCellChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slottedAgCellChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "slottedAgCellChanged"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!gridProColumns:function(1)",
          "docComment": "/**\n * A directive that renders a set of grid-pro-column elements from a given input binding\n *\n * @param itemsBinding - The array to render\n *\n * @param includeRenderers - Optionally tells whether to include cell renderers, if available\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function gridProColumns<TSource = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": ">(itemsBinding: "
            },
            {
              "kind": "Reference",
              "text": "Binding",
              "canonicalReference": "@microsoft/fast-element!Binding:type"
            },
            {
              "kind": "Content",
              "text": "<TSource, readonly "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": "[]> | readonly "
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", includeRenderers?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "CaptureType",
              "canonicalReference": "@microsoft/fast-element!CaptureType:interface"
            },
            {
              "kind": "Content",
              "text": "<TSource>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/column/utils/grid-pro-columns.ts",
          "returnTypeTokenRange": {
            "startIndex": 12,
            "endIndex": 14
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "itemsBinding",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 9
              },
              "isOptional": false
            },
            {
              "parameterName": "includeRenderers",
              "parameterTypeTokenRange": {
                "startIndex": 10,
                "endIndex": 11
              },
              "isOptional": true
            }
          ],
          "typeParameters": [
            {
              "typeParameterName": "TSource",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "gridProColumns"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridProErrorEvent:type",
          "docComment": "/**\n * Grid Pro possible error events\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridProErrorEvent = "
            },
            {
              "kind": "Reference",
              "text": "GridProGenesisDatasourceErrorEvent",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEvent:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridProErrorItem",
              "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
            },
            {
              "kind": "Content",
              "text": "<any>>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProErrorEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface",
          "docComment": "/**\n * Grid Pro Error Item\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface GridProErrorItem<GridProErrorItemDetailType> "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "GridProErrorItemDetailType",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "GridProErrorItem",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem#detail:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "detail: "
                },
                {
                  "kind": "Content",
                  "text": "GridProErrorItemDetailType"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "detail",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Reference",
                  "text": "GridProErrorTypes",
                  "canonicalReference": "@genesislcap/grid-pro!GridProErrorTypes:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!gridProErrorNames:var",
          "docComment": "/**\n * The error names for the Grid Pro component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "gridProErrorNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly datasource: \"datasource\";\n    readonly unknown: \"unknown\";\n}"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "gridProErrorNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridProErrorTypes:type",
          "docComment": "/**\n * Grid Pro Error Types\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridProErrorTypes = "
            },
            {
              "kind": "Content",
              "text": "keyof typeof "
            },
            {
              "kind": "Reference",
              "text": "gridProErrorNames",
              "canonicalReference": "@genesislcap/grid-pro!gridProErrorNames:var"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProErrorTypes",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!gridProEventNames:var",
          "docComment": "/**\n * The event names for the Grid Pro component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "gridProEventNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    datasourceErrorClose: string;\n}"
            }
          ],
          "fileUrlPath": "src/grid-pro.definitions.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "gridProEventNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridProEventsAndCallbacks:type",
          "docComment": "/**\n * Grid Pro Events and Callbacks\n *\n * @remarks\n *\n * - This type is used to define the events and callbacks that can be passed to the grid\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridProEventsAndCallbacks = "
            },
            {
              "kind": "Reference",
              "text": "OnlyFunctions",
              "canonicalReference": "@genesislcap/grid-pro!~OnlyFunctions:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "UntypeNonFunctions",
              "canonicalReference": "@genesislcap/grid-pro!~UntypeNonFunctions:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridOptions",
              "canonicalReference": "ag-grid-community!GridOptions:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProEventsAndCallbacks",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class",
          "docComment": "/**\n * The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProGenesisDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "GridProGenesisDatasource_base",
              "canonicalReference": "@genesislcap/grid-pro!~GridProGenesisDatasource_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "GridProGenesisDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyTransaction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyTransaction(transaction: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "transaction",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyTransaction"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#criteriaChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "criteriaChanged(oldCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "criteriaChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deepClone:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deepClone(): "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "deepClone"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#deinit:member(1)",
              "docComment": "/**\n * Deinitialises the datasource, resetting it to its initial state.\n *\n * @deprecated\n *\n * Use `destroy` instead\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deinit(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "deinit"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#destroy:member(1)",
              "docComment": "/**\n * Destroys the datasource, resetting it to its initial state.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#handleStreamDeletes:member(1)",
              "docComment": "/**\n * Handles stream deletes by removing records from the grid.\n *\n * @param deletes - List of records to remove from the grid stream\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamDeletes(deletes?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "deletes",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamDeletes"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#handleStreamInserts:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamInserts(inserts?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "inserts",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamInserts"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#handleStreamUpdates:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleStreamUpdates(updates?: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updates",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "handleStreamUpdates"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#init:member(1)",
              "docComment": "/**\n * Initializes the datasource.\n *\n * @remarks\n *\n * This method is called automatically when the element is connected to the DOM.\n *\n * @param columnDefinitions - Optionally set the `gridOptions` up with column definitions\n *\n * @param columnStates - Optionally set the grid up with column state\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(keepColDefsOnClearRowData?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "keepColDefsOnClearRowData",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#keepColDefsOnClearRowData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keepColDefsOnClearRowData: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "keepColDefsOnClearRowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#loadMore:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadMore(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadMore"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#refreshRows:member(1)",
              "docComment": "/**\n * Force the grid to redispatch the current rows\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refreshRows(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "refreshRows"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reloadResourceData:member(1)",
              "docComment": "/**\n * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream. Loads resource data without full initialization (no metadata fetch).\n *\n * @remarks\n *\n * This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.\n *\n * @see\n *\n * loadResourceData\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reloadResourceData(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "reloadResourceData"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#removeFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "removeFilter"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#requestChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestChanged(oldRequest: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newRequest: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldRequest",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newRequest",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "requestChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reset:member(1)",
              "docComment": "/**\n * Resets the datasource to its initial state.\n *\n * @deprecated\n *\n * Use `destroy` instead\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reset(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "reset"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceNameChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "resourceNameChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#restart:member(1)",
              "docComment": "/**\n * Restarts the datasource, uses `destroy` and `init` in sequence.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restart(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "restart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setFilter:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setFilter(fieldName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newFilter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "fieldName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newFilter",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "setFilter"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#transactionData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected transactionData: "
                },
                {
                  "kind": "Reference",
                  "text": "TransactionData",
                  "canonicalReference": "@genesislcap/grid-pro!~TransactionData_2:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "transactionData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": true,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEvent:type",
          "docComment": "/**\n * The error event grid pro genesis datasource.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridProGenesisDatasourceErrorEvent = "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GridProGenesisDatasourceErrorEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
          "releaseTag": "Public",
          "name": "GridProGenesisDatasourceErrorEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type",
          "docComment": "/**\n * The event detail for the grid pro genesis datasource `error` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GridProGenesisDatasourceErrorEventDetail = "
            },
            {
              "kind": "Content",
              "text": "{\n    message: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
          "releaseTag": "Public",
          "name": "GridProGenesisDatasourceErrorEventDetail",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!gridProGenesisDatasourceEventNames:var",
          "docComment": "/**\n * The Genesis Datasource events names.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "gridProGenesisDatasourceEventNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    readonly error: \"datasource-error\";\n    readonly dataInit: \"datasource-init\";\n    readonly sizeChanged: \"datasource-size-changed\";\n    readonly moreRowsChanged: \"more-rows-changed\";\n}"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "gridProGenesisDatasourceEventNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes:enum",
          "docComment": "/**\n * The available Grid Pro Renderer Types\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum GridProRendererTypes "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProRendererTypes",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.action:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "action = "
                },
                {
                  "kind": "Content",
                  "text": "\"action\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "action"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.actionsMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actionsMenu = "
                },
                {
                  "kind": "Content",
                  "text": "\"actionsMenu\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "actionsMenu"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.boolean:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "boolean = "
                },
                {
                  "kind": "Content",
                  "text": "\"boolean\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "boolean"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.dateEditor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateEditor = "
                },
                {
                  "kind": "Content",
                  "text": "\"dateEditor\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "dateEditor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.editable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "editable = "
                },
                {
                  "kind": "Content",
                  "text": "\"editable\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "editable"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon = "
                },
                {
                  "kind": "Content",
                  "text": "\"icon\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "icon"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.multiselectEditor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiselectEditor = "
                },
                {
                  "kind": "Content",
                  "text": "\"multiselectEditor\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "multiselectEditor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.numberEditor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numberEditor = "
                },
                {
                  "kind": "Content",
                  "text": "\"numberEditor\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "numberEditor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.select:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "select = "
                },
                {
                  "kind": "Content",
                  "text": "\"select\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "select"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.selectEditor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectEditor = "
                },
                {
                  "kind": "Content",
                  "text": "\"selectEditor\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "selectEditor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.statusPill:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statusPill = "
                },
                {
                  "kind": "Content",
                  "text": "\"statusPill\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "statusPill"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.stringEditor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stringEditor = "
                },
                {
                  "kind": "Content",
                  "text": "\"stringEditor\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "stringEditor"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes.text:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text = "
                },
                {
                  "kind": "Content",
                  "text": "\"text\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "text"
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource:class",
          "docComment": "/**\n * A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.\n *\n * **Custom Sort Indicators**: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover). Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent. The custom styling uses AG Grid's native icon font for consistency with the grid theme.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions\n *\n * @fires\n *\n * cache-filter-config - Fired to persist filter configuration for the grid\n *\n * @fires\n *\n * refresh-server-side - Fired to request a server-side refresh\n *\n * @fires\n *\n * set-server-side-datasource - Fired to attach or clear the server-side row model datasource\n *\n * @fires\n *\n * datasource-loading-started - Fired when a server-side load cycle starts\n *\n * @fires\n *\n * add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling)\n *\n * @fires\n *\n * remove-grid-css-class - Fired to remove a CSS class from the grid host\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off server-side grid options\n *\n * @fires\n *\n * datasource-init - Fired when the server-side grid model should initialize data\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-cleared - Fired when server-side row data is cleared\n *\n * @fires\n *\n * apply-server-side-transaction - Fired to apply a server-side row transaction\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @beta\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridProServerSideDatasource extends "
            },
            {
              "kind": "Reference",
              "text": "GridProServerSideDatasource_base",
              "canonicalReference": "@genesislcap/grid-pro!~GridProServerSideDatasource_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/datasource/server-side.datasource.ts",
          "releaseTag": "Beta",
          "isAbstract": false,
          "name": "GridProServerSideDatasource",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransaction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyTransaction(transaction: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "transaction",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "applyTransaction"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#criteriaChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "criteriaChanged(oldCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newCriteria: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newCriteria",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "criteriaChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#deepClone:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deepClone(): "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "deepClone"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#liveUpdates:member",
              "docComment": "/**\n * Enable live updates for the grid.\n *\n * @remarks\n *\n * Only works with DATASERVER resources (StreamDatasource) right now.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "liveUpdates: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "liveUpdates",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#loadMore:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadMore(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "loadMore"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#onPaginationChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPaginationChanged(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "onPaginationChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#pagingMode:member",
              "docComment": "/**\n * The paging mode to use for data fetching.\n *\n * @remarks\n *\n * - \"viewBased\": Uses VIEW_NUMBER and NEXT_VIEW (1 by 1 increment) - \"offsetBased\": Uses OFFSET and NEXT_OFFSET (based on maxRows increment) - undefined: Auto-determines based on criteriaOnlyRequest availability\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pagingMode: "
                },
                {
                  "kind": "Reference",
                  "text": "PagingMode",
                  "canonicalReference": "@genesislcap/grid-pro!PagingMode:type"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "pagingMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#pollingDatasource:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pollingDatasource: "
                },
                {
                  "kind": "Reference",
                  "text": "Datasource",
                  "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "pollingDatasource",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#reloadResourceData:member(1)",
              "docComment": "/**\n * Resets the grid data while keeping columnDefs and reloads data.\n *\n * @remarks\n *\n * This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.\n *\n * @beta\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reloadResourceData(params?: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceOptions",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": true
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "reloadResourceData"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#request:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "request: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "request",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#resourceNameChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceNameChanged(oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "oldValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "resourceNameChanged"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#restart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restart(): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Beta",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "restart"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#serializer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "serializer: "
                },
                {
                  "kind": "Reference",
                  "text": "JSONSerializer",
                  "canonicalReference": "@genesislcap/foundation-utils!JSONSerializer:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "serializer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#zeroBasedViewNumber:member",
              "docComment": "/**\n * The starting VIEW_NUMBER of the data to be fetched.\n *\n * @remarks\n *\n * The VIEW_NUMBER isincremented by the grid as the user scrolls or changes pages.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "zeroBasedViewNumber: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Beta",
              "name": "zeroBasedViewNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface",
          "docComment": "/**\n * Configuration options for the grid status bar components\n *\n * @remarks\n *\n * This requires AG Grid Enterprise module to be enabled. Status bar components will only be displayed if the Enterprise module is available.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/component-status-bar/\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface GridProStatusBarConfig "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProStatusBarConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig#aggregation:member",
              "docComment": "/**\n * Enable aggregation status bar component.\n *\n * @remarks\n *\n * Default is true. Shows aggregation values for selected columns.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aggregation?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "aggregation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig#loadMore:member",
              "docComment": "/**\n * Configure load more button status bar component.\n *\n * @remarks\n *\n * Can be boolean for simple enable/disable or object for detailed configuration.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadMore?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarLoadMoreConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLoadMoreConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "loadMore",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig#maxRows:member",
              "docComment": "/**\n * Enable max rows status bar component.\n *\n * @remarks\n *\n * Default is false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxRows?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "maxRows",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig#reload:member",
              "docComment": "/**\n * Configure reload button status bar component.\n *\n * @remarks\n *\n * Can be boolean for simple enable/disable or object for detailed configuration.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reload?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | "
                },
                {
                  "kind": "Reference",
                  "text": "GridProStatusBarReloadConfig",
                  "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarReloadConfig:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "reload",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig#rows:member",
              "docComment": "/**\n * Enable row count status bar component.\n *\n * @remarks\n *\n * Default is false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rows?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "rows",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig:interface",
          "docComment": "/**\n * Configuration for the label-value status bar component\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface GridProStatusBarLabelConfig "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProStatusBarLabelConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig#hide:member",
              "docComment": "/**\n * Whether to hide the status bar component\n *\n * @remarks\n *\n * Default is false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hide?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "hide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig#label:member",
              "docComment": "/**\n * The label text to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLabelConfig#value:member",
              "docComment": "/**\n * The value to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLoadMoreConfig:interface",
          "docComment": "/**\n * Configuration options for load more status bar component\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface GridProStatusBarLoadMoreConfig "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProStatusBarLoadMoreConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLoadMoreConfig#appearance:member",
              "docComment": "/**\n * Custom appearance for the button.\n *\n * @remarks\n *\n * Options: 'accent', 'lightweight', 'neutral', 'outline', 'stealth'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "appearance?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "appearance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLoadMoreConfig#onLoadMore:member",
              "docComment": "/**\n * Custom callback function to execute when the action is triggered. If not provided, the component will use the default datasource behavior.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLoadMore?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "onLoadMore",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarLoadMoreConfig#tooltip:member",
              "docComment": "/**\n * Custom tooltip text that appears on hover.\n *\n * @remarks\n *\n * Default is 'Load More'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltip?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarReloadConfig:interface",
          "docComment": "/**\n * Configuration options for reload status bar component\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface GridProStatusBarReloadConfig "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProStatusBarReloadConfig",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarReloadConfig#icon:member",
              "docComment": "/**\n * Custom FontAwesome icon name (without 'fa-' prefix).\n *\n * @remarks\n *\n * Default is 'refresh'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarReloadConfig#onReload:member",
              "docComment": "/**\n * Custom callback function to execute when the action is triggered. If not provided, the component will use the default datasource behavior.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReload?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "onReload",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarReloadConfig#tooltip:member",
              "docComment": "/**\n * Custom tooltip text that appears on hover.\n *\n * @remarks\n *\n * Default is 'Reload'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltip?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes:enum",
          "docComment": "/**\n * The available Grid Pro Status Bar Types\n *\n * @remarks\n *\n * These status bar components require AG Grid Enterprise module to be enabled. Status bar components will only be displayed if the Enterprise module is available.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/component-status-bar/\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum GridProStatusBarTypes "
            }
          ],
          "fileUrlPath": "src/grid-pro.types.ts",
          "releaseTag": "Public",
          "name": "GridProStatusBarTypes",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes.labelValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelValue = "
                },
                {
                  "kind": "Content",
                  "text": "\"labelValue\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "labelValue"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes.loadMore:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadMore = "
                },
                {
                  "kind": "Content",
                  "text": "\"loadMore\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "loadMore"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes.pagination:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pagination = "
                },
                {
                  "kind": "Content",
                  "text": "\"pagination\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "pagination"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes.reload:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reload = "
                },
                {
                  "kind": "Content",
                  "text": "\"reload\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "reload"
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarTypes.rowCount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowCount = "
                },
                {
                  "kind": "Content",
                  "text": "\"rowCount\""
                }
              ],
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "name": "rowCount"
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!gridProTemplate:var",
          "docComment": "/**\n * @remarks\n *\n * HTML Element: <foundation-grid-pro>\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "gridProTemplate: "
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            }
          ],
          "fileUrlPath": "src/grid-pro.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "gridProTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GrigProGenesisDatasourceSizeChangedEvent:type",
          "docComment": "/**\n * The change size event grid pro genesis datasource.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GrigProGenesisDatasourceSizeChangedEvent = "
            },
            {
              "kind": "Reference",
              "text": "CustomEvent",
              "canonicalReference": "!CustomEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GrigProGenesisDatasourceSizeChangedEventDetail",
              "canonicalReference": "@genesislcap/grid-pro!GrigProGenesisDatasourceSizeChangedEventDetail:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
          "releaseTag": "Public",
          "name": "GrigProGenesisDatasourceSizeChangedEvent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!GrigProGenesisDatasourceSizeChangedEventDetail:type",
          "docComment": "/**\n * The event detail for the grid pro genesis datasource `sizeChanged` event.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type GrigProGenesisDatasourceSizeChangedEventDetail = "
            },
            {
              "kind": "Content",
              "text": "{\n    value: number;\n    oldValue: number;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
          "releaseTag": "Public",
          "name": "GrigProGenesisDatasourceSizeChangedEventDetail",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!IconRenderer:class",
          "docComment": "/**\n * Plain ag-Grid cell renderer for icons. This renderer creates the FAST custom element using document.createElement.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class IconRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/icon.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "IconRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IconRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!IconRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": " & "
                },
                {
                  "kind": "Reference",
                  "text": "ICellRendererParams",
                  "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "IconRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!IconRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!IconRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!IconRendererParams:type",
          "docComment": "/**\n * Parameters for the {@link @genesislcap/grid-pro#GridPro} icon renderer.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type IconRendererParams = "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererParams",
              "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
            },
            {
              "kind": "Content",
              "text": " & ("
            },
            {
              "kind": "Reference",
              "text": "IconByNameParams",
              "canonicalReference": "@genesislcap/grid-pro!~IconByNameParams:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "IconBySrcParams",
              "canonicalReference": "@genesislcap/grid-pro!~IconBySrcParams:type"
            },
            {
              "kind": "Content",
              "text": ") & {\n    iconColor?: string;\n    variant?: string;\n    clickHandler?: (event: "
            },
            {
              "kind": "Reference",
              "text": "Event",
              "canonicalReference": "!Event:interface"
            },
            {
              "kind": "Content",
              "text": ", rowData: any) => void;\n    showHover?: boolean;\n    secondaryIcon?: string;\n    secondaryIconColor?: string;\n    disabled?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/cell-renderers/icon.renderer.ts",
          "releaseTag": "Public",
          "name": "IconRendererParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail:interface",
          "docComment": "/**\n * Event detail for datasource initialization\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface InitializeEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "InitializeEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail#keepColDefsOnClearRowData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keepColDefsOnClearRowData: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "keepColDefsOnClearRowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        getRowId?: (params: any) => string;\n        columnDefs?: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence:class",
          "docComment": "/**\n * Implementation for the KV Storage State Persistence interface.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class KVStorageStatePersistence implements "
            },
            {
              "kind": "Reference",
              "text": "StatePersistence",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/state-persistence/kv-state.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "KVStorageStatePersistence",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#deleteColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "deleteColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#getColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#getFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{\n        [key: string]: any;\n    }>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getFilterModel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#kvStorage:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "kvStorage: "
                },
                {
                  "kind": "Reference",
                  "text": "KVStorage",
                  "canonicalReference": "@genesislcap/foundation-comms!KVStorage:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "kvStorage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#saveColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", columnState: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "columnState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 5
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "saveColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#saveFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", filterModel: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "filterModel",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "saveFilterModel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence#session:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "session: "
                },
                {
                  "kind": "Reference",
                  "text": "Session",
                  "canonicalReference": "@genesislcap/foundation-comms!Session:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "session",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarComponent:class",
          "docComment": "/**\n * Label Value Status Bar Component\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LabelValueStatusBarComponent implements "
            },
            {
              "kind": "Reference",
              "text": "IStatusPanelComp",
              "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-bar-components/label-value.status-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "LabelValueStatusBarComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarComponent#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarComponent#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarComponent#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IStatusPanelParams",
                  "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarComponent#updateParams:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateParams(params: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "LabelValueStatusBarParams",
                  "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarParams:type"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateParams"
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!LabelValueStatusBarParams:type",
          "docComment": "/**\n * Label Value Status Bar Component\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type LabelValueStatusBarParams = "
            },
            {
              "kind": "Content",
              "text": "{\n    label: string;\n    value: any;\n    hide: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/status-bar-components/label-value.status-bar.ts",
          "releaseTag": "Public",
          "name": "LabelValueStatusBarParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent:class",
          "docComment": "/**\n * A status bar component that shows a \"Load More\" button when more rows are available\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LoadMoreStatusBarComponent implements "
            },
            {
              "kind": "Reference",
              "text": "IStatusPanelComp",
              "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-bar-components/load-more.status-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "LoadMoreStatusBarComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IStatusPanelParams",
                  "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent#updateButtonVisibility:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateButtonVisibility(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateButtonVisibility"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarComponent#updateParams:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateParams(params: "
                },
                {
                  "kind": "Reference",
                  "text": "LoadMoreStatusBarParams",
                  "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarParams:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateParams"
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!LoadMoreStatusBarParams:type",
          "docComment": "/**\n * The parameters for the load more status bar component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type LoadMoreStatusBarParams = "
            },
            {
              "kind": "Content",
              "text": "{\n    moreRows?: boolean;\n    onLoadMore?: () => void;\n    appearance?: string;\n    tooltip?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/status-bar-components/load-more.status-bar.ts",
          "releaseTag": "Public",
          "name": "LoadMoreStatusBarParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence:class",
          "docComment": "/**\n * Implementation for the Local Storage State Persistence interface.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LocalStorageStatePersistence implements "
            },
            {
              "kind": "Reference",
              "text": "StatePersistence",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/state-persistence/local-state.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "LocalStorageStatePersistence",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#deleteColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "deleteColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#getColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#getFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{\n        [key: string]: any;\n    }>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "getFilterModel"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#saveColumnState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", columnState: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "columnState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 5
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "saveColumnState"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#saveFilterModel:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", filterModel: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "filterModel",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "saveFilterModel"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!LocalStorageStatePersistence#session:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "session: "
                },
                {
                  "kind": "Reference",
                  "text": "Session",
                  "canonicalReference": "@genesislcap/foundation-comms!Session:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "session",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!logger:var",
          "docComment": "/**\n * Logger for the grid-pro package\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "logger: "
            },
            {
              "kind": "Content",
              "text": "import(\"@genesislcap/foundation-logger\")."
            },
            {
              "kind": "Reference",
              "text": "Logger",
              "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
            }
          ],
          "fileUrlPath": "src/utils/logger.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "logger",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!mergeAndDedupColDefWithColumnState:function(1)",
          "docComment": "/**\n * Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.\n *\n * @remarks\n *\n * ColDef uses `field` and ColumnState uses `colId` to identify columns.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function mergeAndDedupColDefWithColumnState(colDefs: "
            },
            {
              "kind": "Content",
              "text": "("
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "ColGroupDef",
              "canonicalReference": "@ag-grid-community/core!ColGroupDef:interface"
            },
            {
              "kind": "Content",
              "text": ")[]"
            },
            {
              "kind": "Content",
              "text": ", columnStates: "
            },
            {
              "kind": "Reference",
              "text": "ColumnState",
              "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "("
            },
            {
              "kind": "Reference",
              "text": "ColDef",
              "canonicalReference": "@ag-grid-community/core!ColDef:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "ColGroupDef",
              "canonicalReference": "@ag-grid-community/core!ColGroupDef:interface"
            },
            {
              "kind": "Content",
              "text": ")[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/array.ts",
          "returnTypeTokenRange": {
            "startIndex": 10,
            "endIndex": 15
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "colDefs",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isOptional": false
            },
            {
              "parameterName": "columnStates",
              "parameterTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 9
              },
              "isOptional": false
            }
          ],
          "name": "mergeAndDedupColDefWithColumnState"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail:interface",
          "docComment": "/**\n * Event detail for more data availability\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface MoreDataAvailableEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "MoreDataAvailableEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail#hasMoreData:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasMoreData: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hasMoreData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail#sourceRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sourceRef: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "sourceRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!MoreRowsDetail:type",
          "docComment": "/**\n * The Genesis Datasource event payload types.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type MoreRowsDetail = "
            },
            {
              "kind": "Content",
              "text": "{\n    moreRows: boolean;\n    sourceRef: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
          "releaseTag": "Public",
          "name": "MoreRowsDetail",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class",
          "docComment": "/**\n * A dropdown component that displays its options in a multi-column AG Grid. Search triggers a reqrep and displays the results in the grid dropdown.\n *\n * @tagname\n *\n * %%prefix%%-multicolumn-dropdown\n *\n * @fires\n *\n * change - Fired when the selected value changes\n *\n * @fires\n *\n * input - Fired when the value is updated (including programmatic changes)\n *\n * @beta @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MulticolumnDropdown extends "
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown_base",
              "canonicalReference": "@genesislcap/grid-pro!~MulticolumnDropdown_base"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "MulticolumnDropdown",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#baseCriteria:member",
              "docComment": "/**\n * Base criteria that is always applied to requests combined with search criteria via AND. Use this to pre-filter results.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "baseCriteria?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "baseCriteria",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#columnDefinitions:member",
              "docComment": "/**\n * An array of AG Grid column definitions to use in the grid to display the data\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnDefinitions: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "columnDefinitions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#columnDefinitionsChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnDefinitionsChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "columnDefinitionsChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#connect:member",
              "docComment": "/**\n * The connect service - uses DI by default, but can be manually set for dynamic element creation\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get connect(): "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n\nset connect(value: "
                },
                {
                  "kind": "Reference",
                  "text": "Connect",
                  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "connect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#connectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "connectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "connectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#defaultSlottedNodes:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSlottedNodes: "
                },
                {
                  "kind": "Reference",
                  "text": "Node",
                  "canonicalReference": "!Node:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "defaultSlottedNodes",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#disabled:member",
              "docComment": "/**\n * Whether to disable control of the component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#disconnectedCallback:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disconnectedCallback(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "disconnectedCallback"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#displayValue:member",
              "docComment": "/**\n * Value to display in the form field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get displayValue(): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "displayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownPlacement:member",
              "docComment": "/**\n * Position of the dropdown panel relative to the control. - `'bottom-right'` – default; opens below and aligns to the right edge of the control - `'bottom-left'` – opens below and extends to the left - `'top-right'` – opens above and aligns to the right edge of the control - `'top-left'` – opens above and extends to the left\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownPlacement: "
                },
                {
                  "kind": "Content",
                  "text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dropdownPlacement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownWidth:member",
              "docComment": "/**\n * Optionally specifies the width of the dropdown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "dropdownWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownWidthChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownWidthChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "dropdownWidthChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#filterSearch:member",
              "docComment": "/**\n * The criteria to search by\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterSearch: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filterSearch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#filterSearchChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterSearchChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "filterSearchChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#grid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "grid: "
                },
                {
                  "kind": "Reference",
                  "text": "GridPro",
                  "canonicalReference": "@genesislcap/grid-pro!GridPro:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "grid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#hasSearchKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get hasSearchKey(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hasSearchKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#hasSlottedContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get hasSlottedContent(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": true,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "hasSlottedContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#labelKey:member",
              "docComment": "/**\n * The key used as the label displayed in the UI\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#open:member",
              "docComment": "/**\n * Whether the dropdown is open or not\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#openChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "openChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#optionsElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "optionsElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#request:member",
              "docComment": "/**\n * A request object to pass in the reqrep\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "request: "
                },
                {
                  "kind": "Content",
                  "text": "object"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "request",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#requestChanged:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestChanged(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "requestChanged"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#requestSupportsAdvancedSearch:member",
              "docComment": "/**\n * Tells whether a given request supports lookup by Groovy Expressions.\n *\n * @remarks\n *\n * Only set this to TRUE for GPAL ReqReps when you want to search on multiple fields. Custom ReqReps don't support groovy expressions for criteria match.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "requestSupportsAdvancedSearch: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "requestSupportsAdvancedSearch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#resourceName:member",
              "docComment": "/**\n * The name of the reqrep to get the options from\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "resourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#searchKey:member",
              "docComment": "/**\n * The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\").\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "searchKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#selectedRow:member",
              "docComment": "/**\n * Data for the selected row\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedRow: "
                },
                {
                  "kind": "Content",
                  "text": "object"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedRow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#toggle:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "toggle"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "get value(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";\n\nset value(value: string);"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#valueKey:member",
              "docComment": "/**\n * The key used as the value sent to the server\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!multicolumnDropdownStyles:var",
          "docComment": "/**\n * Multicolumn Dropdown styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "multicolumnDropdownStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "multicolumnDropdownStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!multicolumnDropdownTemplate:var",
          "docComment": "/**\n * The default Multicolumn Dropdown template using the 'foundation' design system prefix.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "multicolumnDropdownTemplate: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ViewTemplate",
              "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "MulticolumnDropdown",
              "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "multicolumnDropdownTemplate",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
          "docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MultiselectEditor extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorComp",
              "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "MultiselectEditor",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isPopup:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPopup(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isPopup"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "MultiselectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#selectedOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptions: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface",
          "docComment": "/**\n * Parameters used to configure {@link MultiselectEditor}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface MultiselectEditorParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorParams",
              "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/multiselect.editor.ts",
          "releaseTag": "Public",
          "name": "MultiselectEditorParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#allOptionsResourceName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allOptionsResourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allOptionsResourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#async:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "async: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "async",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#datasourceOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "datasourceOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceOptions",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "datasourceOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#labelField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#selectedOptionsCallback:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedOptionsCallback: "
                },
                {
                  "kind": "Content",
                  "text": "(data: any) => "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectedOptionsCallback",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#valueField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams#values:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "values: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "values",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!NumberEditor:class",
          "docComment": "/**\n * The AG Number Editor element.\n *\n * @tagname\n *\n * %%prefix%%-number-editor\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class NumberEditor extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorComp",
              "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/number.editor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "NumberEditor",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#actualWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actualWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actualWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#afterGuiAttached:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "afterGuiAttached(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "afterGuiAttached"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "NumberEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#isPopup:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPopup(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isPopup"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "NumberEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "NumberEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditor#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface",
          "docComment": "/**\n * Parameters used to configure {@link NumberEditor}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface NumberEditorParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorParams",
              "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/number.editor.ts",
          "releaseTag": "Public",
          "name": "NumberEditorParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#formatOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatOptions: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "formatOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#onChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number, params: "
                },
                {
                  "kind": "Reference",
                  "text": "NumberEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#placeholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!NumberEditorParams#withFormatting:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "withFormatting: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "withFormatting",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!optionsClass:var",
          "docComment": "/**\n * The CSS class to use for the options element's class in the dropdown\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "optionsClass = "
            },
            {
              "kind": "Content",
              "text": "\"options\""
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
          "initializerTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "optionsClass",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!PaginationStatusBarComponent:class",
          "docComment": "/**\n * Pagination Status Bar Component for AG Grid Displays pagination controls and information about current page and total rows\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PaginationStatusBarComponent implements "
            },
            {
              "kind": "Reference",
              "text": "IStatusPanelComp",
              "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-bar-components/pagination.status-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "PaginationStatusBarComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!PaginationStatusBarComponent#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!PaginationStatusBarComponent#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!PaginationStatusBarComponent#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IStatusPanelParams",
                  "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!PagingMode:type",
          "docComment": "/**\n * Available paging modes for server-side datasources\n *\n * @remarks\n *\n * - This type defines the paging approach used for server-side data fetching - 'viewBased': Uses VIEW_NUMBER and NEXT_VIEW (1 by 1 increment) - 'offsetBased': Uses OFFSET and NEXT_OFFSET (based on maxRows increment)\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type PagingMode = "
            },
            {
              "kind": "Content",
              "text": "'viewBased' | 'offsetBased'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/datasource.types.ts",
          "releaseTag": "Public",
          "name": "PagingMode",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent:class",
          "docComment": "/**\n * A status bar component that shows a refresh icon to reload the grid data\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ReloadStatusBarComponent implements "
            },
            {
              "kind": "Reference",
              "text": "IStatusPanelComp",
              "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-bar-components/reload.status-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "ReloadStatusBarComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IStatusPanelParams",
                  "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent#updateParams:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateParams(params: "
                },
                {
                  "kind": "Reference",
                  "text": "ReloadStatusBarParams",
                  "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarParams:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "updateParams"
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarParams:type",
          "docComment": "/**\n * The parameters for the reload status bar component.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ReloadStatusBarParams = "
            },
            {
              "kind": "Content",
              "text": "{\n    onReload?: () => void;\n    icon?: string;\n    tooltip?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/status-bar-components/reload.status-bar.ts",
          "releaseTag": "Public",
          "name": "ReloadStatusBarParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!RowCountStatusBarComponent:class",
          "docComment": "/**\n * Row Count Status Bar Component for Server-Side Infinite Scroll Displays current row count information for server-side grids without pagination. For pagination scenarios, use PaginationStatusBarComponent instead.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class RowCountStatusBarComponent implements "
            },
            {
              "kind": "Reference",
              "text": "IStatusPanelComp",
              "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/status-bar-components/row-count.status-bar.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "RowCountStatusBarComponent",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!RowCountStatusBarComponent#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!RowCountStatusBarComponent#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!RowCountStatusBarComponent#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "IStatusPanelParams",
                  "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            }
          ],
          "implementsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!sanitizeColumnState:function(1)",
          "docComment": "/**\n * Sanitizes persisted column state by removing unsupported keys.\n *\n * @remarks\n *\n * Some AG Grid versions include legacy properties (e.g. `sortType`) that should not be copied onto ColDefs during state merge.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function sanitizeColumnState(columnState?: "
            },
            {
              "kind": "Reference",
              "text": "ColumnState",
              "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
            },
            {
              "kind": "Content",
              "text": "[] | null"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ColumnState",
              "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/utils/array.ts",
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "columnState",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isOptional": true
            }
          ],
          "name": "sanitizeColumnState"
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail:interface",
          "docComment": "/**\n * Event detail for schema updates\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SchemaUpdatedEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "SchemaUpdatedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail#metadata:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "metadata?: "
                },
                {
                  "kind": "Reference",
                  "text": "FieldMetadata",
                  "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "metadata",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail#schema:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "schema: "
                },
                {
                  "kind": "Reference",
                  "text": "ColDef",
                  "canonicalReference": "@ag-grid-community/core!ColDef:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "schema",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface",
          "docComment": "/**\n * The interface for the select renderer parameters\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SelectCellRendererParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererParams",
              "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "releaseTag": "Public",
          "name": "SelectCellRendererParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#accessor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accessor: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "accessor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#defaultValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "defaultValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#isDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#onSelect:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSelect: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "onSelect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#options:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => "
                },
                {
                  "kind": "Reference",
                  "text": "SelectRendererOptions",
                  "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!SelectEditor:class",
          "docComment": "/**\n * The AG Select Editor element.\n *\n * @tagname\n *\n * %%prefix%%-select-editor\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SelectEditor extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorComp",
              "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/select.editor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SelectEditor",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#actualWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actualWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actualWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#afterGuiAttached:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "afterGuiAttached(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "afterGuiAttached"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#combobox:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "combobox: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "combobox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#isPopup:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPopup(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isPopup"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditor#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams:interface",
          "docComment": "/**\n * Parameters used to configure {@link SelectEditor}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SelectEditorParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorParams",
              "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/select.editor.ts",
          "releaseTag": "Public",
          "name": "SelectEditorParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#allOptionsResourceName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allOptionsResourceName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allOptionsResourceName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#allowCustomOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowCustomOptions: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "allowCustomOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#async:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "async: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "async",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#datasourceOptions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "datasourceOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "DatasourceOptions",
                  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "datasourceOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#labelField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "labelField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#valueField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueField: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "valueField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#values:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "values: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "values",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!SelectRenderer:class",
          "docComment": "/**\n * The AG Select Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-select-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SelectRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "SelectRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#isDisabled:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled(data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "data",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "isDisabled"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectCellRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#selectionChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionChanged: "
                },
                {
                  "kind": "Content",
                  "text": "(e: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "selectionChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!SelectRenderer#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions:interface",
          "docComment": "/**\n * The interface for each select renderer option\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SelectRendererOptions "
            }
          ],
          "fileUrlPath": "src/cell-renderers/select.renderer.ts",
          "releaseTag": "Public",
          "name": "SelectRendererOptions",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions#displayName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "displayName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "displayName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions#isDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowData: any) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SelectRendererOptions#tooltip:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltip?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!ServerSideDatasourceOptions:type",
          "docComment": "/**\n * Type definition for configuration options used for streams.\n *\n * @remarks\n *\n * Used by {@link @genesislcap/grid-pro#GridProServerSideDatasource} constructor to configure options for the stream.\n *\n * @alpha\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type ServerSideDatasourceOptions = "
            },
            {
              "kind": "Content",
              "text": "{\n    createDataserverStreamFunc?: (existingParams?: any) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SocketObservable",
              "canonicalReference": "@genesislcap/foundation-comms!SocketObservable:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FilteredDataServerResult",
              "canonicalReference": "@genesislcap/foundation-comms!FilteredDataServerResult:type"
            },
            {
              "kind": "Content",
              "text": ">>;\n    createReqRepRequestFunc?: (existingParams?: any) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RequestServerResult",
              "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
            },
            {
              "kind": "Content",
              "text": ">;\n    createReqRepStreamFunc?: (params?: any) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<{\n        stream: "
            },
            {
              "kind": "Reference",
              "text": "SocketObservable",
              "canonicalReference": "@genesislcap/foundation-comms!SocketObservable:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RequestServerResult",
              "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
            },
            {
              "kind": "Content",
              "text": ">;\n        datasource: "
            },
            {
              "kind": "Reference",
              "text": "Datasource",
              "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    }>;\n    onPollingUpdateFunc?: (result: "
            },
            {
              "kind": "Reference",
              "text": "RequestServerResult",
              "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
            },
            {
              "kind": "Content",
              "text": ") => void;\n    resetPreviousPollResultFunc?: () => void;\n    reloadResourceDataFunc?: (params: any) => "
            },
            {
              "kind": "Reference",
              "text": "Promise",
              "canonicalReference": "!Promise:interface"
            },
            {
              "kind": "Content",
              "text": "<void>;\n    errorHandlerFunc?: (message: string, type: string) => void;\n    onNoDataAvailableFunc?: () => void;\n    onDataAvailableFunc?: () => void;\n    resourceName: string;\n    resourceParams?: "
            },
            {
              "kind": "Reference",
              "text": "DataserverParams",
              "canonicalReference": "@genesislcap/foundation-comms!DataserverParams:type"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "RequestParams",
              "canonicalReference": "@genesislcap/foundation-comms!RequestParams:type"
            },
            {
              "kind": "Content",
              "text": ";\n    resourceIndexes?: "
            },
            {
              "kind": "Reference",
              "text": "Map",
              "canonicalReference": "!Map:interface"
            },
            {
              "kind": "Content",
              "text": "<string, [string]>;\n    resourceColDefs?: "
            },
            {
              "kind": "Reference",
              "text": "MetadataDetail",
              "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
            },
            {
              "kind": "Content",
              "text": "[];\n    maxRows?: number;\n    maxView?: number;\n    rowId?: string;\n    pagination?: boolean;\n    zeroBasedViewNumber?: boolean;\n    pagingMode?: "
            },
            {
              "kind": "Reference",
              "text": "PagingMode",
              "canonicalReference": "@genesislcap/grid-pro!PagingMode:type"
            },
            {
              "kind": "Content",
              "text": " | undefined;\n    criteriaOnlyRequest?: boolean;\n    usePolling?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/datasource/base.types.ts",
          "releaseTag": "Alpha",
          "name": "ServerSideDatasourceOptions",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 34
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail:interface",
          "docComment": "/**\n * Event detail for size changes\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface SizeChangedEventDetail "
            }
          ],
          "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
          "releaseTag": "Public",
          "name": "SizeChangedEventDetail",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail#oldValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "oldValue: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "oldValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface",
          "docComment": "/**\n * Represents a state persistence and its capabilities. Provides methods to set and get columns from the storage.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface StatePersistence "
            }
          ],
          "fileUrlPath": "src/state-persistence/state-persistence.ts",
          "releaseTag": "Public",
          "name": "StatePersistence",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence#deleteColumnState:member(1)",
              "docComment": "/**\n * Deletes the column state for the given key.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deleteColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isOptional": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "name": "deleteColumnState"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence#getColumnState:member(1)",
              "docComment": "/**\n * Returns the column state for the given key.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isOptional": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "name": "getColumnState"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence#getFilterModel:member(1)",
              "docComment": "/**\n * Returns the filter model for the given key.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{\n        [key: string]: any;\n    }>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isOptional": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "name": "getFilterModel"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence#saveColumnState:member(1)",
              "docComment": "/**\n * Saves the column state for the given key.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveColumnState(persistColumnStateKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", columnState: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnState",
                  "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isOptional": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistColumnStateKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "columnState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 5
                  },
                  "isOptional": false
                }
              ],
              "name": "saveColumnState"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "@genesislcap/grid-pro!StatePersistence#saveFilterModel:member(1)",
              "docComment": "/**\n * Saves the filter model for the given key.\n *\n * @public\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "saveFilterModel(persistFilterModelKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", filterModel: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: any;\n    }"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Promise",
                  "canonicalReference": "!Promise:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isOptional": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "persistFilterModelKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                },
                {
                  "parameterName": "filterModel",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  },
                  "isOptional": false
                }
              ],
              "name": "saveFilterModel"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer:class",
          "docComment": "/**\n * The AG Status Pill Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-status-pill-renderer\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StatusPillRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererComp",
              "canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StatusPillRenderer",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer#destroy:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "destroy(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "destroy"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Content",
                  "text": "this"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "StatusPillRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!StatusPillRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "StatusPillRendererParams",
                  "canonicalReference": "@genesislcap/grid-pro!StatusPillRendererParams:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StatusPillRenderer#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@genesislcap/grid-pro!StatusPillRendererParams:type",
          "docComment": "/**\n * Parameters used to configure {@link StatusPillRenderer}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type StatusPillRendererParams = "
            },
            {
              "kind": "Reference",
              "text": "ICellRendererParams",
              "canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
            },
            {
              "kind": "Content",
              "text": " & {\n    backgroundColor?: string;\n    iconName?: string;\n    iconSrc?: string;\n    iconInitial?: string;\n    iconInitialBackgroundColor?: string;\n    justifyContent?: string;\n    iconSize?: string;\n    textColor?: string;\n    text?: string;\n    dateCountdown?: number;\n    dateCountdownCompletedMessage?: string;\n    dateCountdownUnit?: "
            },
            {
              "kind": "Reference",
              "text": "CountdownUnit",
              "canonicalReference": "@genesislcap/foundation-ui!CountdownUnit:type"
            },
            {
              "kind": "Content",
              "text": ";\n    hideWhenCountdownCompleted?: boolean;\n    dateCountdownVisibleAfter?: number;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
          "releaseTag": "Public",
          "name": "StatusPillRendererParams",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "@genesislcap/grid-pro!StringEditor:class",
          "docComment": "/**\n * The AG String Editor element.\n *\n * @tagname\n *\n * %%prefix%%-string-editor\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class StringEditor extends "
            },
            {
              "kind": "Reference",
              "text": "FoundationElement",
              "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
            },
            {
              "kind": "Content",
              "text": " implements "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorComp",
              "canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/string.editor.ts",
          "releaseTag": "Public",
          "isAbstract": false,
          "name": "StringEditor",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#actualWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actualWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "actualWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#afterGuiAttached:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "afterGuiAttached(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "afterGuiAttached"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#changeHandler:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "changeHandler(event: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "changeHandler"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#getGui:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGui(): "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getGui"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#getValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValue(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "getValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#init:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "init(params: "
                },
                {
                  "kind": "Reference",
                  "text": "StringEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "init"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#isCancelBeforeStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCancelBeforeStart(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isCancelBeforeStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#isPopup:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPopup(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [],
              "isOptional": false,
              "isAbstract": false,
              "name": "isPopup"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#params:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "params: "
                },
                {
                  "kind": "Reference",
                  "text": "StringEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "params",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            },
            {
              "kind": "Method",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#refresh:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refresh(params: "
                },
                {
                  "kind": "Reference",
                  "text": "StringEditorParams",
                  "canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "isProtected": false,
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "params",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  },
                  "isOptional": false
                }
              ],
              "isOptional": false,
              "isAbstract": false,
              "name": "refresh"
            },
            {
              "kind": "Property",
              "canonicalReference": "@genesislcap/grid-pro!StringEditor#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false,
              "isProtected": false,
              "isAbstract": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "implementsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@genesislcap/grid-pro!StringEditorParams:interface",
          "docComment": "/**\n * Parameters used to configure {@link StringEditor}\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface StringEditorParams extends "
            },
            {
              "kind": "Reference",
              "text": "ICellEditorParams",
              "canonicalReference": "@ag-grid-community/core!ICellEditorParams:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "src/cell-editors/string.editor.ts",
          "releaseTag": "Public",
          "name": "StringEditorParams",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@genesislcap/grid-pro!StringEditorParams#placeholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!textFieldRendererStyles:var",
          "docComment": "/**\n * The AG Text Field Renderer Styles.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "textFieldRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text-field.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "textFieldRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@genesislcap/grid-pro!textRendererStyles:var",
          "docComment": "/**\n * @deprecated\n *\n * - Use textFieldRendererStyles instead\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "textRendererStyles: "
            },
            {
              "kind": "Content",
              "text": "import(\"@microsoft/fast-element\")."
            },
            {
              "kind": "Reference",
              "text": "ElementStyles",
              "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
            }
          ],
          "fileUrlPath": "src/cell-renderers/text.renderer.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "textRendererStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@genesislcap/grid-pro!wasClickOutsideElement:function(1)",
          "docComment": "/**\n * Checks if the given mouse event occurred outside the target element.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "wasClickOutsideElement: (event: "
            },
            {
              "kind": "Reference",
              "text": "MouseEvent",
              "canonicalReference": "!MouseEvent:interface"
            },
            {
              "kind": "Content",
              "text": ", target: "
            },
            {
              "kind": "Reference",
              "text": "EventTarget",
              "canonicalReference": "!EventTarget:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Content",
              "text": "boolean"
            }
          ],
          "fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "event",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isOptional": false
            },
            {
              "parameterName": "target",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "isOptional": false
            }
          ],
          "name": "wasClickOutsideElement"
        }
      ]
    }
  ]
}
