@genesislcap/grid-pro 14.405.0 → 14.406.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +2069 -1252
- package/dist/dts/grid-components.d.ts +9 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/index.d.ts +4 -0
- package/dist/dts/multicolumn-dropdown/index.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +487 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts +12 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts +14 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -0
- package/dist/esm/grid-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/multicolumn-dropdown/index.js +3 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +380 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.styles.js +148 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +75 -0
- package/dist/grid-pro.api.json +1597 -115
- package/dist/grid-pro.d.ts +523 -0
- package/docs/api/grid-pro.display_none_class.md +13 -0
- package/docs/api/grid-pro.dropdownwidthvar.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
- package/docs/api/grid-pro.foundationmulticolumndropdown.md +66 -0
- package/docs/api/grid-pro.getmulticolumndropdowntemplate.md +56 -0
- package/docs/api/grid-pro.md +99 -0
- package/docs/api/grid-pro.multicolumndropdown.basecriteria.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.changehandler.md +50 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitions.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitionschanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connect.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.defaultslottednodes.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.disabled.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.displayvalue.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownplacement.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidth.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidthchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearch.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearchchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.grid.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hassearchkey.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hasslottedcontent.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.labelkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.md +580 -0
- package/docs/api/grid-pro.multicolumndropdown.open.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.openchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.optionselement.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.request.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.requestchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md +18 -0
- package/docs/api/grid-pro.multicolumndropdown.resourcename.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.searchkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.selectedrow.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.toggle.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.value.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.valuekey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdownstyles.md +13 -0
- package/docs/api/grid-pro.multicolumndropdowntemplate.md +13 -0
- package/docs/api/grid-pro.optionsclass.md +13 -0
- package/docs/api/grid-pro.wasclickoutsideelement.md +66 -0
- package/docs/api-report.md.api.md +95 -0
- package/package.json +14 -13
package/dist/grid-pro.api.json
CHANGED
|
@@ -5077,6 +5077,60 @@
|
|
|
5077
5077
|
"endIndex": 2
|
|
5078
5078
|
}
|
|
5079
5079
|
},
|
|
5080
|
+
{
|
|
5081
|
+
"kind": "Variable",
|
|
5082
|
+
"canonicalReference": "@genesislcap/grid-pro!DISPLAY_NONE_CLASS:var",
|
|
5083
|
+
"docComment": "/**\n * Class name used to hide elements with display:none\n */\n",
|
|
5084
|
+
"excerptTokens": [
|
|
5085
|
+
{
|
|
5086
|
+
"kind": "Content",
|
|
5087
|
+
"text": "DISPLAY_NONE_CLASS = "
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"kind": "Content",
|
|
5091
|
+
"text": "\"dnone\""
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
5095
|
+
"initializerTokenRange": {
|
|
5096
|
+
"startIndex": 1,
|
|
5097
|
+
"endIndex": 2
|
|
5098
|
+
},
|
|
5099
|
+
"isReadonly": true,
|
|
5100
|
+
"releaseTag": "Public",
|
|
5101
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
5102
|
+
"variableTypeTokenRange": {
|
|
5103
|
+
"startIndex": 0,
|
|
5104
|
+
"endIndex": 0
|
|
5105
|
+
}
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"kind": "Variable",
|
|
5109
|
+
"canonicalReference": "@genesislcap/grid-pro!dropdownWidthVar:var",
|
|
5110
|
+
"docComment": "/**\n * The CSS variable to use for specifying the dropdown's width\n */\n",
|
|
5111
|
+
"excerptTokens": [
|
|
5112
|
+
{
|
|
5113
|
+
"kind": "Content",
|
|
5114
|
+
"text": "dropdownWidthVar = "
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"kind": "Content",
|
|
5118
|
+
"text": "\"--dropdown-width\""
|
|
5119
|
+
}
|
|
5120
|
+
],
|
|
5121
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
5122
|
+
"initializerTokenRange": {
|
|
5123
|
+
"startIndex": 1,
|
|
5124
|
+
"endIndex": 2
|
|
5125
|
+
},
|
|
5126
|
+
"isReadonly": true,
|
|
5127
|
+
"releaseTag": "Public",
|
|
5128
|
+
"name": "dropdownWidthVar",
|
|
5129
|
+
"variableTypeTokenRange": {
|
|
5130
|
+
"startIndex": 0,
|
|
5131
|
+
"endIndex": 0
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
5080
5134
|
{
|
|
5081
5135
|
"kind": "Class",
|
|
5082
5136
|
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class",
|
|
@@ -7155,6 +7209,87 @@
|
|
|
7155
7209
|
"text": "StringEditor",
|
|
7156
7210
|
"canonicalReference": "@genesislcap/grid-pro!StringEditor:class"
|
|
7157
7211
|
},
|
|
7212
|
+
{
|
|
7213
|
+
"kind": "Content",
|
|
7214
|
+
"text": ">;\n foundationMulticolumnDropdown: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"kind": "Reference",
|
|
7218
|
+
"text": "OverrideFoundationElementDefinition",
|
|
7219
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
7220
|
+
},
|
|
7221
|
+
{
|
|
7222
|
+
"kind": "Content",
|
|
7223
|
+
"text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
|
|
7224
|
+
},
|
|
7225
|
+
{
|
|
7226
|
+
"kind": "Reference",
|
|
7227
|
+
"text": "ViewTemplate",
|
|
7228
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"kind": "Content",
|
|
7232
|
+
"text": "<import(\"./multicolumn-dropdown\")."
|
|
7233
|
+
},
|
|
7234
|
+
{
|
|
7235
|
+
"kind": "Reference",
|
|
7236
|
+
"text": "MulticolumnDropdown",
|
|
7237
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"kind": "Content",
|
|
7241
|
+
"text": ", any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"kind": "Reference",
|
|
7245
|
+
"text": "ElementStyles",
|
|
7246
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"kind": "Content",
|
|
7250
|
+
"text": ";\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"kind": "Reference",
|
|
7254
|
+
"text": "FoundationElementRegistry",
|
|
7255
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"kind": "Content",
|
|
7259
|
+
"text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"kind": "Reference",
|
|
7263
|
+
"text": "ViewTemplate",
|
|
7264
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"kind": "Content",
|
|
7268
|
+
"text": "<import(\"./multicolumn-dropdown\")."
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
"kind": "Reference",
|
|
7272
|
+
"text": "MulticolumnDropdown",
|
|
7273
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7274
|
+
},
|
|
7275
|
+
{
|
|
7276
|
+
"kind": "Content",
|
|
7277
|
+
"text": ", any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
"kind": "Reference",
|
|
7281
|
+
"text": "ElementStyles",
|
|
7282
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"kind": "Content",
|
|
7286
|
+
"text": ";\n }, typeof import(\"./multicolumn-dropdown\")."
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"kind": "Reference",
|
|
7290
|
+
"text": "MulticolumnDropdown",
|
|
7291
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7292
|
+
},
|
|
7158
7293
|
{
|
|
7159
7294
|
"kind": "Content",
|
|
7160
7295
|
"text": ">;\n foundationStatusPillRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
@@ -7247,7 +7382,7 @@
|
|
|
7247
7382
|
"name": "foundationGridComponents",
|
|
7248
7383
|
"variableTypeTokenRange": {
|
|
7249
7384
|
"startIndex": 1,
|
|
7250
|
-
"endIndex":
|
|
7385
|
+
"endIndex": 256
|
|
7251
7386
|
}
|
|
7252
7387
|
},
|
|
7253
7388
|
{
|
|
@@ -7610,6 +7745,128 @@
|
|
|
7610
7745
|
"endIndex": 2
|
|
7611
7746
|
}
|
|
7612
7747
|
},
|
|
7748
|
+
{
|
|
7749
|
+
"kind": "Function",
|
|
7750
|
+
"canonicalReference": "@genesislcap/grid-pro!foundationMulticolumnDropdown:function(1)",
|
|
7751
|
+
"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",
|
|
7752
|
+
"excerptTokens": [
|
|
7753
|
+
{
|
|
7754
|
+
"kind": "Content",
|
|
7755
|
+
"text": "foundationMulticolumnDropdown: (overrideDefinition?: "
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
"kind": "Content",
|
|
7759
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"kind": "Reference",
|
|
7763
|
+
"text": "OverrideFoundationElementDefinition",
|
|
7764
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"kind": "Content",
|
|
7768
|
+
"text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
|
|
7769
|
+
},
|
|
7770
|
+
{
|
|
7771
|
+
"kind": "Reference",
|
|
7772
|
+
"text": "ViewTemplate",
|
|
7773
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
7774
|
+
},
|
|
7775
|
+
{
|
|
7776
|
+
"kind": "Content",
|
|
7777
|
+
"text": "<"
|
|
7778
|
+
},
|
|
7779
|
+
{
|
|
7780
|
+
"kind": "Reference",
|
|
7781
|
+
"text": "MulticolumnDropdown",
|
|
7782
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7783
|
+
},
|
|
7784
|
+
{
|
|
7785
|
+
"kind": "Content",
|
|
7786
|
+
"text": ", any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
7787
|
+
},
|
|
7788
|
+
{
|
|
7789
|
+
"kind": "Reference",
|
|
7790
|
+
"text": "ElementStyles",
|
|
7791
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
7792
|
+
},
|
|
7793
|
+
{
|
|
7794
|
+
"kind": "Content",
|
|
7795
|
+
"text": ";\n}>"
|
|
7796
|
+
},
|
|
7797
|
+
{
|
|
7798
|
+
"kind": "Content",
|
|
7799
|
+
"text": ") => "
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"kind": "Content",
|
|
7803
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "Reference",
|
|
7807
|
+
"text": "FoundationElementRegistry",
|
|
7808
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
7809
|
+
},
|
|
7810
|
+
{
|
|
7811
|
+
"kind": "Content",
|
|
7812
|
+
"text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"kind": "Reference",
|
|
7816
|
+
"text": "ViewTemplate",
|
|
7817
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"kind": "Content",
|
|
7821
|
+
"text": "<"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"kind": "Reference",
|
|
7825
|
+
"text": "MulticolumnDropdown",
|
|
7826
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7827
|
+
},
|
|
7828
|
+
{
|
|
7829
|
+
"kind": "Content",
|
|
7830
|
+
"text": ", any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
7831
|
+
},
|
|
7832
|
+
{
|
|
7833
|
+
"kind": "Reference",
|
|
7834
|
+
"text": "ElementStyles",
|
|
7835
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
7836
|
+
},
|
|
7837
|
+
{
|
|
7838
|
+
"kind": "Content",
|
|
7839
|
+
"text": ";\n}, typeof "
|
|
7840
|
+
},
|
|
7841
|
+
{
|
|
7842
|
+
"kind": "Reference",
|
|
7843
|
+
"text": "MulticolumnDropdown",
|
|
7844
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
"kind": "Content",
|
|
7848
|
+
"text": ">"
|
|
7849
|
+
}
|
|
7850
|
+
],
|
|
7851
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
7852
|
+
"returnTypeTokenRange": {
|
|
7853
|
+
"startIndex": 11,
|
|
7854
|
+
"endIndex": 22
|
|
7855
|
+
},
|
|
7856
|
+
"releaseTag": "Public",
|
|
7857
|
+
"overloadIndex": 1,
|
|
7858
|
+
"parameters": [
|
|
7859
|
+
{
|
|
7860
|
+
"parameterName": "overrideDefinition",
|
|
7861
|
+
"parameterTypeTokenRange": {
|
|
7862
|
+
"startIndex": 1,
|
|
7863
|
+
"endIndex": 10
|
|
7864
|
+
},
|
|
7865
|
+
"isOptional": true
|
|
7866
|
+
}
|
|
7867
|
+
],
|
|
7868
|
+
"name": "foundationMulticolumnDropdown"
|
|
7869
|
+
},
|
|
7613
7870
|
{
|
|
7614
7871
|
"kind": "Function",
|
|
7615
7872
|
"canonicalReference": "@genesislcap/grid-pro!foundationMultiselectEditor:function(1)",
|
|
@@ -10015,12 +10272,12 @@
|
|
|
10015
10272
|
},
|
|
10016
10273
|
{
|
|
10017
10274
|
"kind": "Function",
|
|
10018
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10019
|
-
"docComment": "/**\n * Get a Design System prefixed
|
|
10275
|
+
"canonicalReference": "@genesislcap/grid-pro!getMulticolumnDropdownTemplate:function(1)",
|
|
10276
|
+
"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",
|
|
10020
10277
|
"excerptTokens": [
|
|
10021
10278
|
{
|
|
10022
10279
|
"kind": "Content",
|
|
10023
|
-
"text": "
|
|
10280
|
+
"text": "getMulticolumnDropdownTemplate: (designSystem?: "
|
|
10024
10281
|
},
|
|
10025
10282
|
{
|
|
10026
10283
|
"kind": "Content",
|
|
@@ -10045,15 +10302,15 @@
|
|
|
10045
10302
|
},
|
|
10046
10303
|
{
|
|
10047
10304
|
"kind": "Reference",
|
|
10048
|
-
"text": "
|
|
10049
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10305
|
+
"text": "MulticolumnDropdown",
|
|
10306
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
10050
10307
|
},
|
|
10051
10308
|
{
|
|
10052
10309
|
"kind": "Content",
|
|
10053
10310
|
"text": ", any>"
|
|
10054
10311
|
}
|
|
10055
10312
|
],
|
|
10056
|
-
"fileUrlPath": "src/
|
|
10313
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
10057
10314
|
"returnTypeTokenRange": {
|
|
10058
10315
|
"startIndex": 3,
|
|
10059
10316
|
"endIndex": 8
|
|
@@ -10070,16 +10327,16 @@
|
|
|
10070
10327
|
"isOptional": true
|
|
10071
10328
|
}
|
|
10072
10329
|
],
|
|
10073
|
-
"name": "
|
|
10330
|
+
"name": "getMulticolumnDropdownTemplate"
|
|
10074
10331
|
},
|
|
10075
10332
|
{
|
|
10076
10333
|
"kind": "Function",
|
|
10077
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10334
|
+
"canonicalReference": "@genesislcap/grid-pro!getMultiselectEditorTemplate:function(1)",
|
|
10078
10335
|
"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",
|
|
10079
10336
|
"excerptTokens": [
|
|
10080
10337
|
{
|
|
10081
10338
|
"kind": "Content",
|
|
10082
|
-
"text": "
|
|
10339
|
+
"text": "getMultiselectEditorTemplate: (designSystem?: "
|
|
10083
10340
|
},
|
|
10084
10341
|
{
|
|
10085
10342
|
"kind": "Content",
|
|
@@ -10104,15 +10361,15 @@
|
|
|
10104
10361
|
},
|
|
10105
10362
|
{
|
|
10106
10363
|
"kind": "Reference",
|
|
10107
|
-
"text": "
|
|
10108
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10364
|
+
"text": "MultiselectEditor",
|
|
10365
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class"
|
|
10109
10366
|
},
|
|
10110
10367
|
{
|
|
10111
10368
|
"kind": "Content",
|
|
10112
10369
|
"text": ", any>"
|
|
10113
10370
|
}
|
|
10114
10371
|
],
|
|
10115
|
-
"fileUrlPath": "src/cell-editors/
|
|
10372
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
10116
10373
|
"returnTypeTokenRange": {
|
|
10117
10374
|
"startIndex": 3,
|
|
10118
10375
|
"endIndex": 8
|
|
@@ -10129,16 +10386,16 @@
|
|
|
10129
10386
|
"isOptional": true
|
|
10130
10387
|
}
|
|
10131
10388
|
],
|
|
10132
|
-
"name": "
|
|
10389
|
+
"name": "getMultiselectEditorTemplate"
|
|
10133
10390
|
},
|
|
10134
10391
|
{
|
|
10135
10392
|
"kind": "Function",
|
|
10136
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10393
|
+
"canonicalReference": "@genesislcap/grid-pro!getNumberEditorTemplate:function(1)",
|
|
10137
10394
|
"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",
|
|
10138
10395
|
"excerptTokens": [
|
|
10139
10396
|
{
|
|
10140
10397
|
"kind": "Content",
|
|
10141
|
-
"text": "
|
|
10398
|
+
"text": "getNumberEditorTemplate: (designSystem?: "
|
|
10142
10399
|
},
|
|
10143
10400
|
{
|
|
10144
10401
|
"kind": "Content",
|
|
@@ -10163,15 +10420,15 @@
|
|
|
10163
10420
|
},
|
|
10164
10421
|
{
|
|
10165
10422
|
"kind": "Reference",
|
|
10166
|
-
"text": "
|
|
10167
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10423
|
+
"text": "NumberEditor",
|
|
10424
|
+
"canonicalReference": "@genesislcap/grid-pro!NumberEditor:class"
|
|
10168
10425
|
},
|
|
10169
10426
|
{
|
|
10170
10427
|
"kind": "Content",
|
|
10171
10428
|
"text": ", any>"
|
|
10172
10429
|
}
|
|
10173
10430
|
],
|
|
10174
|
-
"fileUrlPath": "src/cell-editors/
|
|
10431
|
+
"fileUrlPath": "src/cell-editors/number.editor.ts",
|
|
10175
10432
|
"returnTypeTokenRange": {
|
|
10176
10433
|
"startIndex": 3,
|
|
10177
10434
|
"endIndex": 8
|
|
@@ -10188,16 +10445,16 @@
|
|
|
10188
10445
|
"isOptional": true
|
|
10189
10446
|
}
|
|
10190
10447
|
],
|
|
10191
|
-
"name": "
|
|
10448
|
+
"name": "getNumberEditorTemplate"
|
|
10192
10449
|
},
|
|
10193
10450
|
{
|
|
10194
10451
|
"kind": "Function",
|
|
10195
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
10452
|
+
"canonicalReference": "@genesislcap/grid-pro!getSelectEditorTemplate:function(1)",
|
|
10196
10453
|
"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",
|
|
10197
10454
|
"excerptTokens": [
|
|
10198
10455
|
{
|
|
10199
10456
|
"kind": "Content",
|
|
10200
|
-
"text": "
|
|
10457
|
+
"text": "getSelectEditorTemplate: (designSystem?: "
|
|
10201
10458
|
},
|
|
10202
10459
|
{
|
|
10203
10460
|
"kind": "Content",
|
|
@@ -10218,7 +10475,66 @@
|
|
|
10218
10475
|
},
|
|
10219
10476
|
{
|
|
10220
10477
|
"kind": "Content",
|
|
10221
|
-
"text": "<
|
|
10478
|
+
"text": "<"
|
|
10479
|
+
},
|
|
10480
|
+
{
|
|
10481
|
+
"kind": "Reference",
|
|
10482
|
+
"text": "SelectEditor",
|
|
10483
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditor:class"
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"kind": "Content",
|
|
10487
|
+
"text": ", any>"
|
|
10488
|
+
}
|
|
10489
|
+
],
|
|
10490
|
+
"fileUrlPath": "src/cell-editors/select.editor.ts",
|
|
10491
|
+
"returnTypeTokenRange": {
|
|
10492
|
+
"startIndex": 3,
|
|
10493
|
+
"endIndex": 8
|
|
10494
|
+
},
|
|
10495
|
+
"releaseTag": "Public",
|
|
10496
|
+
"overloadIndex": 1,
|
|
10497
|
+
"parameters": [
|
|
10498
|
+
{
|
|
10499
|
+
"parameterName": "designSystem",
|
|
10500
|
+
"parameterTypeTokenRange": {
|
|
10501
|
+
"startIndex": 1,
|
|
10502
|
+
"endIndex": 2
|
|
10503
|
+
},
|
|
10504
|
+
"isOptional": true
|
|
10505
|
+
}
|
|
10506
|
+
],
|
|
10507
|
+
"name": "getSelectEditorTemplate"
|
|
10508
|
+
},
|
|
10509
|
+
{
|
|
10510
|
+
"kind": "Function",
|
|
10511
|
+
"canonicalReference": "@genesislcap/grid-pro!getSelectRendererTemplate:function(1)",
|
|
10512
|
+
"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",
|
|
10513
|
+
"excerptTokens": [
|
|
10514
|
+
{
|
|
10515
|
+
"kind": "Content",
|
|
10516
|
+
"text": "getSelectRendererTemplate: (designSystem?: "
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
"kind": "Content",
|
|
10520
|
+
"text": "string"
|
|
10521
|
+
},
|
|
10522
|
+
{
|
|
10523
|
+
"kind": "Content",
|
|
10524
|
+
"text": ") => "
|
|
10525
|
+
},
|
|
10526
|
+
{
|
|
10527
|
+
"kind": "Content",
|
|
10528
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
10529
|
+
},
|
|
10530
|
+
{
|
|
10531
|
+
"kind": "Reference",
|
|
10532
|
+
"text": "ViewTemplate",
|
|
10533
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
10534
|
+
},
|
|
10535
|
+
{
|
|
10536
|
+
"kind": "Content",
|
|
10537
|
+
"text": "<any, any>"
|
|
10222
10538
|
}
|
|
10223
10539
|
],
|
|
10224
10540
|
"fileUrlPath": "src/cell-renderers/select.renderer.ts",
|
|
@@ -22660,41 +22976,62 @@
|
|
|
22660
22976
|
},
|
|
22661
22977
|
{
|
|
22662
22978
|
"kind": "Class",
|
|
22663
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
22664
|
-
"docComment": "/**\n *
|
|
22979
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class",
|
|
22980
|
+
"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 * @beta @public\n */\n",
|
|
22665
22981
|
"excerptTokens": [
|
|
22666
22982
|
{
|
|
22667
22983
|
"kind": "Content",
|
|
22668
|
-
"text": "export declare class
|
|
22669
|
-
},
|
|
22670
|
-
{
|
|
22671
|
-
"kind": "Reference",
|
|
22672
|
-
"text": "FoundationElement",
|
|
22673
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
22674
|
-
},
|
|
22675
|
-
{
|
|
22676
|
-
"kind": "Content",
|
|
22677
|
-
"text": " implements "
|
|
22984
|
+
"text": "export declare class MulticolumnDropdown extends "
|
|
22678
22985
|
},
|
|
22679
22986
|
{
|
|
22680
22987
|
"kind": "Reference",
|
|
22681
|
-
"text": "
|
|
22682
|
-
"canonicalReference": "@
|
|
22988
|
+
"text": "MulticolumnDropdown_base",
|
|
22989
|
+
"canonicalReference": "@genesislcap/grid-pro!~MulticolumnDropdown_base"
|
|
22683
22990
|
},
|
|
22684
22991
|
{
|
|
22685
22992
|
"kind": "Content",
|
|
22686
22993
|
"text": " "
|
|
22687
22994
|
}
|
|
22688
22995
|
],
|
|
22689
|
-
"fileUrlPath": "src/
|
|
22996
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
22690
22997
|
"releaseTag": "Public",
|
|
22691
22998
|
"isAbstract": false,
|
|
22692
|
-
"name": "
|
|
22999
|
+
"name": "MulticolumnDropdown",
|
|
22693
23000
|
"preserveMemberOrder": false,
|
|
22694
23001
|
"members": [
|
|
23002
|
+
{
|
|
23003
|
+
"kind": "Property",
|
|
23004
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#baseCriteria:member",
|
|
23005
|
+
"docComment": "/**\n * Base criteria that is always applied to requests combined with search criteria via AND. Use this to pre-filter results.\n */\n",
|
|
23006
|
+
"excerptTokens": [
|
|
23007
|
+
{
|
|
23008
|
+
"kind": "Content",
|
|
23009
|
+
"text": "baseCriteria?: "
|
|
23010
|
+
},
|
|
23011
|
+
{
|
|
23012
|
+
"kind": "Content",
|
|
23013
|
+
"text": "string"
|
|
23014
|
+
},
|
|
23015
|
+
{
|
|
23016
|
+
"kind": "Content",
|
|
23017
|
+
"text": ";"
|
|
23018
|
+
}
|
|
23019
|
+
],
|
|
23020
|
+
"isReadonly": false,
|
|
23021
|
+
"isOptional": true,
|
|
23022
|
+
"releaseTag": "Public",
|
|
23023
|
+
"name": "baseCriteria",
|
|
23024
|
+
"propertyTypeTokenRange": {
|
|
23025
|
+
"startIndex": 1,
|
|
23026
|
+
"endIndex": 2
|
|
23027
|
+
},
|
|
23028
|
+
"isStatic": false,
|
|
23029
|
+
"isProtected": false,
|
|
23030
|
+
"isAbstract": false
|
|
23031
|
+
},
|
|
22695
23032
|
{
|
|
22696
23033
|
"kind": "Method",
|
|
22697
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
23034
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#changeHandler:member(1)",
|
|
22698
23035
|
"docComment": "",
|
|
22699
23036
|
"excerptTokens": [
|
|
22700
23037
|
{
|
|
@@ -22702,8 +23039,9 @@
|
|
|
22702
23039
|
"text": "changeHandler(event: "
|
|
22703
23040
|
},
|
|
22704
23041
|
{
|
|
22705
|
-
"kind": "
|
|
22706
|
-
"text": "
|
|
23042
|
+
"kind": "Reference",
|
|
23043
|
+
"text": "Event",
|
|
23044
|
+
"canonicalReference": "!Event:interface"
|
|
22707
23045
|
},
|
|
22708
23046
|
{
|
|
22709
23047
|
"kind": "Content",
|
|
@@ -22740,14 +23078,49 @@
|
|
|
22740
23078
|
"isAbstract": false,
|
|
22741
23079
|
"name": "changeHandler"
|
|
22742
23080
|
},
|
|
23081
|
+
{
|
|
23082
|
+
"kind": "Property",
|
|
23083
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#columnDefinitions:member",
|
|
23084
|
+
"docComment": "/**\n * An array of AG Grid column definitions to use in the grid to display the data\n */\n",
|
|
23085
|
+
"excerptTokens": [
|
|
23086
|
+
{
|
|
23087
|
+
"kind": "Content",
|
|
23088
|
+
"text": "columnDefinitions: "
|
|
23089
|
+
},
|
|
23090
|
+
{
|
|
23091
|
+
"kind": "Reference",
|
|
23092
|
+
"text": "ColDef",
|
|
23093
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
23094
|
+
},
|
|
23095
|
+
{
|
|
23096
|
+
"kind": "Content",
|
|
23097
|
+
"text": "[]"
|
|
23098
|
+
},
|
|
23099
|
+
{
|
|
23100
|
+
"kind": "Content",
|
|
23101
|
+
"text": ";"
|
|
23102
|
+
}
|
|
23103
|
+
],
|
|
23104
|
+
"isReadonly": false,
|
|
23105
|
+
"isOptional": false,
|
|
23106
|
+
"releaseTag": "Public",
|
|
23107
|
+
"name": "columnDefinitions",
|
|
23108
|
+
"propertyTypeTokenRange": {
|
|
23109
|
+
"startIndex": 1,
|
|
23110
|
+
"endIndex": 3
|
|
23111
|
+
},
|
|
23112
|
+
"isStatic": false,
|
|
23113
|
+
"isProtected": false,
|
|
23114
|
+
"isAbstract": false
|
|
23115
|
+
},
|
|
22743
23116
|
{
|
|
22744
23117
|
"kind": "Method",
|
|
22745
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
23118
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#columnDefinitionsChanged:member(1)",
|
|
22746
23119
|
"docComment": "",
|
|
22747
23120
|
"excerptTokens": [
|
|
22748
23121
|
{
|
|
22749
23122
|
"kind": "Content",
|
|
22750
|
-
"text": "
|
|
23123
|
+
"text": "columnDefinitionsChanged(): "
|
|
22751
23124
|
},
|
|
22752
23125
|
{
|
|
22753
23126
|
"kind": "Content",
|
|
@@ -22769,52 +23142,60 @@
|
|
|
22769
23142
|
"parameters": [],
|
|
22770
23143
|
"isOptional": false,
|
|
22771
23144
|
"isAbstract": false,
|
|
22772
|
-
"name": "
|
|
23145
|
+
"name": "columnDefinitionsChanged"
|
|
22773
23146
|
},
|
|
22774
23147
|
{
|
|
22775
|
-
"kind": "
|
|
22776
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
22777
|
-
"docComment": "",
|
|
23148
|
+
"kind": "Property",
|
|
23149
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#connect:member",
|
|
23150
|
+
"docComment": "/**\n * The connect service - uses DI by default, but can be manually set for dynamic element creation\n */\n",
|
|
22778
23151
|
"excerptTokens": [
|
|
22779
23152
|
{
|
|
22780
23153
|
"kind": "Content",
|
|
22781
|
-
"text": "
|
|
23154
|
+
"text": "get connect(): "
|
|
22782
23155
|
},
|
|
22783
23156
|
{
|
|
22784
23157
|
"kind": "Reference",
|
|
22785
|
-
"text": "
|
|
22786
|
-
"canonicalReference": "!
|
|
23158
|
+
"text": "Connect",
|
|
23159
|
+
"canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
|
|
22787
23160
|
},
|
|
22788
23161
|
{
|
|
22789
23162
|
"kind": "Content",
|
|
22790
|
-
"text": "
|
|
23163
|
+
"text": ";\n\nset connect(value: "
|
|
23164
|
+
},
|
|
23165
|
+
{
|
|
23166
|
+
"kind": "Reference",
|
|
23167
|
+
"text": "Connect",
|
|
23168
|
+
"canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
|
|
23169
|
+
},
|
|
23170
|
+
{
|
|
23171
|
+
"kind": "Content",
|
|
23172
|
+
"text": ");"
|
|
22791
23173
|
}
|
|
22792
23174
|
],
|
|
22793
|
-
"
|
|
22794
|
-
"
|
|
23175
|
+
"isReadonly": false,
|
|
23176
|
+
"isOptional": false,
|
|
23177
|
+
"releaseTag": "Public",
|
|
23178
|
+
"name": "connect",
|
|
23179
|
+
"propertyTypeTokenRange": {
|
|
22795
23180
|
"startIndex": 1,
|
|
22796
23181
|
"endIndex": 2
|
|
22797
23182
|
},
|
|
22798
|
-
"
|
|
23183
|
+
"isStatic": false,
|
|
22799
23184
|
"isProtected": false,
|
|
22800
|
-
"
|
|
22801
|
-
"parameters": [],
|
|
22802
|
-
"isOptional": false,
|
|
22803
|
-
"isAbstract": false,
|
|
22804
|
-
"name": "getGui"
|
|
23185
|
+
"isAbstract": false
|
|
22805
23186
|
},
|
|
22806
23187
|
{
|
|
22807
23188
|
"kind": "Method",
|
|
22808
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
23189
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#connectedCallback:member(1)",
|
|
22809
23190
|
"docComment": "",
|
|
22810
23191
|
"excerptTokens": [
|
|
22811
23192
|
{
|
|
22812
23193
|
"kind": "Content",
|
|
22813
|
-
"text": "
|
|
23194
|
+
"text": "connectedCallback(): "
|
|
22814
23195
|
},
|
|
22815
23196
|
{
|
|
22816
23197
|
"kind": "Content",
|
|
22817
|
-
"text": "
|
|
23198
|
+
"text": "void"
|
|
22818
23199
|
},
|
|
22819
23200
|
{
|
|
22820
23201
|
"kind": "Content",
|
|
@@ -22832,65 +23213,51 @@
|
|
|
22832
23213
|
"parameters": [],
|
|
22833
23214
|
"isOptional": false,
|
|
22834
23215
|
"isAbstract": false,
|
|
22835
|
-
"name": "
|
|
23216
|
+
"name": "connectedCallback"
|
|
22836
23217
|
},
|
|
22837
23218
|
{
|
|
22838
|
-
"kind": "
|
|
22839
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
23219
|
+
"kind": "Property",
|
|
23220
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#defaultSlottedNodes:member",
|
|
22840
23221
|
"docComment": "",
|
|
22841
23222
|
"excerptTokens": [
|
|
22842
23223
|
{
|
|
22843
23224
|
"kind": "Content",
|
|
22844
|
-
"text": "
|
|
23225
|
+
"text": "defaultSlottedNodes: "
|
|
22845
23226
|
},
|
|
22846
23227
|
{
|
|
22847
23228
|
"kind": "Reference",
|
|
22848
|
-
"text": "
|
|
22849
|
-
"canonicalReference": "
|
|
22850
|
-
},
|
|
22851
|
-
{
|
|
22852
|
-
"kind": "Content",
|
|
22853
|
-
"text": "): "
|
|
23229
|
+
"text": "Node",
|
|
23230
|
+
"canonicalReference": "!Node:interface"
|
|
22854
23231
|
},
|
|
22855
23232
|
{
|
|
22856
23233
|
"kind": "Content",
|
|
22857
|
-
"text": "
|
|
23234
|
+
"text": "[]"
|
|
22858
23235
|
},
|
|
22859
23236
|
{
|
|
22860
23237
|
"kind": "Content",
|
|
22861
23238
|
"text": ";"
|
|
22862
23239
|
}
|
|
22863
23240
|
],
|
|
22864
|
-
"
|
|
22865
|
-
"
|
|
22866
|
-
"startIndex": 3,
|
|
22867
|
-
"endIndex": 4
|
|
22868
|
-
},
|
|
23241
|
+
"isReadonly": false,
|
|
23242
|
+
"isOptional": false,
|
|
22869
23243
|
"releaseTag": "Public",
|
|
23244
|
+
"name": "defaultSlottedNodes",
|
|
23245
|
+
"propertyTypeTokenRange": {
|
|
23246
|
+
"startIndex": 1,
|
|
23247
|
+
"endIndex": 3
|
|
23248
|
+
},
|
|
23249
|
+
"isStatic": false,
|
|
22870
23250
|
"isProtected": false,
|
|
22871
|
-
"
|
|
22872
|
-
"parameters": [
|
|
22873
|
-
{
|
|
22874
|
-
"parameterName": "params",
|
|
22875
|
-
"parameterTypeTokenRange": {
|
|
22876
|
-
"startIndex": 1,
|
|
22877
|
-
"endIndex": 2
|
|
22878
|
-
},
|
|
22879
|
-
"isOptional": false
|
|
22880
|
-
}
|
|
22881
|
-
],
|
|
22882
|
-
"isOptional": false,
|
|
22883
|
-
"isAbstract": false,
|
|
22884
|
-
"name": "init"
|
|
23251
|
+
"isAbstract": false
|
|
22885
23252
|
},
|
|
22886
23253
|
{
|
|
22887
|
-
"kind": "
|
|
22888
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
22889
|
-
"docComment": "",
|
|
23254
|
+
"kind": "Property",
|
|
23255
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#disabled:member",
|
|
23256
|
+
"docComment": "/**\n * Whether to disable control of the component\n */\n",
|
|
22890
23257
|
"excerptTokens": [
|
|
22891
23258
|
{
|
|
22892
23259
|
"kind": "Content",
|
|
22893
|
-
"text": "
|
|
23260
|
+
"text": "disabled: "
|
|
22894
23261
|
},
|
|
22895
23262
|
{
|
|
22896
23263
|
"kind": "Content",
|
|
@@ -22901,31 +23268,30 @@
|
|
|
22901
23268
|
"text": ";"
|
|
22902
23269
|
}
|
|
22903
23270
|
],
|
|
22904
|
-
"
|
|
22905
|
-
"
|
|
23271
|
+
"isReadonly": false,
|
|
23272
|
+
"isOptional": false,
|
|
23273
|
+
"releaseTag": "Public",
|
|
23274
|
+
"name": "disabled",
|
|
23275
|
+
"propertyTypeTokenRange": {
|
|
22906
23276
|
"startIndex": 1,
|
|
22907
23277
|
"endIndex": 2
|
|
22908
23278
|
},
|
|
22909
|
-
"
|
|
23279
|
+
"isStatic": false,
|
|
22910
23280
|
"isProtected": false,
|
|
22911
|
-
"
|
|
22912
|
-
"parameters": [],
|
|
22913
|
-
"isOptional": false,
|
|
22914
|
-
"isAbstract": false,
|
|
22915
|
-
"name": "isCancelBeforeStart"
|
|
23281
|
+
"isAbstract": false
|
|
22916
23282
|
},
|
|
22917
23283
|
{
|
|
22918
23284
|
"kind": "Method",
|
|
22919
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
23285
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#disconnectedCallback:member(1)",
|
|
22920
23286
|
"docComment": "",
|
|
22921
23287
|
"excerptTokens": [
|
|
22922
23288
|
{
|
|
22923
23289
|
"kind": "Content",
|
|
22924
|
-
"text": "
|
|
23290
|
+
"text": "disconnectedCallback(): "
|
|
22925
23291
|
},
|
|
22926
23292
|
{
|
|
22927
23293
|
"kind": "Content",
|
|
22928
|
-
"text": "
|
|
23294
|
+
"text": "void"
|
|
22929
23295
|
},
|
|
22930
23296
|
{
|
|
22931
23297
|
"kind": "Content",
|
|
@@ -22943,21 +23309,1051 @@
|
|
|
22943
23309
|
"parameters": [],
|
|
22944
23310
|
"isOptional": false,
|
|
22945
23311
|
"isAbstract": false,
|
|
22946
|
-
"name": "
|
|
23312
|
+
"name": "disconnectedCallback"
|
|
22947
23313
|
},
|
|
22948
23314
|
{
|
|
22949
23315
|
"kind": "Property",
|
|
22950
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
22951
|
-
"docComment": "",
|
|
23316
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#displayValue:member",
|
|
23317
|
+
"docComment": "/**\n * Value to display in the form field\n */\n",
|
|
22952
23318
|
"excerptTokens": [
|
|
22953
23319
|
{
|
|
22954
23320
|
"kind": "Content",
|
|
22955
|
-
"text": "
|
|
23321
|
+
"text": "get displayValue(): "
|
|
22956
23322
|
},
|
|
22957
23323
|
{
|
|
22958
|
-
"kind": "
|
|
22959
|
-
"text": "
|
|
22960
|
-
|
|
23324
|
+
"kind": "Content",
|
|
23325
|
+
"text": "any"
|
|
23326
|
+
},
|
|
23327
|
+
{
|
|
23328
|
+
"kind": "Content",
|
|
23329
|
+
"text": ";"
|
|
23330
|
+
}
|
|
23331
|
+
],
|
|
23332
|
+
"isReadonly": true,
|
|
23333
|
+
"isOptional": false,
|
|
23334
|
+
"releaseTag": "Public",
|
|
23335
|
+
"name": "displayValue",
|
|
23336
|
+
"propertyTypeTokenRange": {
|
|
23337
|
+
"startIndex": 1,
|
|
23338
|
+
"endIndex": 2
|
|
23339
|
+
},
|
|
23340
|
+
"isStatic": false,
|
|
23341
|
+
"isProtected": false,
|
|
23342
|
+
"isAbstract": false
|
|
23343
|
+
},
|
|
23344
|
+
{
|
|
23345
|
+
"kind": "Property",
|
|
23346
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownPlacement:member",
|
|
23347
|
+
"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",
|
|
23348
|
+
"excerptTokens": [
|
|
23349
|
+
{
|
|
23350
|
+
"kind": "Content",
|
|
23351
|
+
"text": "dropdownPlacement: "
|
|
23352
|
+
},
|
|
23353
|
+
{
|
|
23354
|
+
"kind": "Content",
|
|
23355
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
23356
|
+
},
|
|
23357
|
+
{
|
|
23358
|
+
"kind": "Content",
|
|
23359
|
+
"text": ";"
|
|
23360
|
+
}
|
|
23361
|
+
],
|
|
23362
|
+
"isReadonly": false,
|
|
23363
|
+
"isOptional": false,
|
|
23364
|
+
"releaseTag": "Public",
|
|
23365
|
+
"name": "dropdownPlacement",
|
|
23366
|
+
"propertyTypeTokenRange": {
|
|
23367
|
+
"startIndex": 1,
|
|
23368
|
+
"endIndex": 2
|
|
23369
|
+
},
|
|
23370
|
+
"isStatic": false,
|
|
23371
|
+
"isProtected": false,
|
|
23372
|
+
"isAbstract": false
|
|
23373
|
+
},
|
|
23374
|
+
{
|
|
23375
|
+
"kind": "Property",
|
|
23376
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownWidth:member",
|
|
23377
|
+
"docComment": "/**\n * Optionally specifies the width of the dropdown\n */\n",
|
|
23378
|
+
"excerptTokens": [
|
|
23379
|
+
{
|
|
23380
|
+
"kind": "Content",
|
|
23381
|
+
"text": "dropdownWidth: "
|
|
23382
|
+
},
|
|
23383
|
+
{
|
|
23384
|
+
"kind": "Content",
|
|
23385
|
+
"text": "number"
|
|
23386
|
+
},
|
|
23387
|
+
{
|
|
23388
|
+
"kind": "Content",
|
|
23389
|
+
"text": ";"
|
|
23390
|
+
}
|
|
23391
|
+
],
|
|
23392
|
+
"isReadonly": false,
|
|
23393
|
+
"isOptional": false,
|
|
23394
|
+
"releaseTag": "Public",
|
|
23395
|
+
"name": "dropdownWidth",
|
|
23396
|
+
"propertyTypeTokenRange": {
|
|
23397
|
+
"startIndex": 1,
|
|
23398
|
+
"endIndex": 2
|
|
23399
|
+
},
|
|
23400
|
+
"isStatic": false,
|
|
23401
|
+
"isProtected": false,
|
|
23402
|
+
"isAbstract": false
|
|
23403
|
+
},
|
|
23404
|
+
{
|
|
23405
|
+
"kind": "Method",
|
|
23406
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#dropdownWidthChanged:member(1)",
|
|
23407
|
+
"docComment": "",
|
|
23408
|
+
"excerptTokens": [
|
|
23409
|
+
{
|
|
23410
|
+
"kind": "Content",
|
|
23411
|
+
"text": "dropdownWidthChanged(): "
|
|
23412
|
+
},
|
|
23413
|
+
{
|
|
23414
|
+
"kind": "Content",
|
|
23415
|
+
"text": "void"
|
|
23416
|
+
},
|
|
23417
|
+
{
|
|
23418
|
+
"kind": "Content",
|
|
23419
|
+
"text": ";"
|
|
23420
|
+
}
|
|
23421
|
+
],
|
|
23422
|
+
"isStatic": false,
|
|
23423
|
+
"returnTypeTokenRange": {
|
|
23424
|
+
"startIndex": 1,
|
|
23425
|
+
"endIndex": 2
|
|
23426
|
+
},
|
|
23427
|
+
"releaseTag": "Public",
|
|
23428
|
+
"isProtected": false,
|
|
23429
|
+
"overloadIndex": 1,
|
|
23430
|
+
"parameters": [],
|
|
23431
|
+
"isOptional": false,
|
|
23432
|
+
"isAbstract": false,
|
|
23433
|
+
"name": "dropdownWidthChanged"
|
|
23434
|
+
},
|
|
23435
|
+
{
|
|
23436
|
+
"kind": "Property",
|
|
23437
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#filterSearch:member",
|
|
23438
|
+
"docComment": "/**\n * The criteria to search by\n */\n",
|
|
23439
|
+
"excerptTokens": [
|
|
23440
|
+
{
|
|
23441
|
+
"kind": "Content",
|
|
23442
|
+
"text": "filterSearch: "
|
|
23443
|
+
},
|
|
23444
|
+
{
|
|
23445
|
+
"kind": "Content",
|
|
23446
|
+
"text": "string"
|
|
23447
|
+
},
|
|
23448
|
+
{
|
|
23449
|
+
"kind": "Content",
|
|
23450
|
+
"text": ";"
|
|
23451
|
+
}
|
|
23452
|
+
],
|
|
23453
|
+
"isReadonly": false,
|
|
23454
|
+
"isOptional": false,
|
|
23455
|
+
"releaseTag": "Public",
|
|
23456
|
+
"name": "filterSearch",
|
|
23457
|
+
"propertyTypeTokenRange": {
|
|
23458
|
+
"startIndex": 1,
|
|
23459
|
+
"endIndex": 2
|
|
23460
|
+
},
|
|
23461
|
+
"isStatic": false,
|
|
23462
|
+
"isProtected": false,
|
|
23463
|
+
"isAbstract": false
|
|
23464
|
+
},
|
|
23465
|
+
{
|
|
23466
|
+
"kind": "Method",
|
|
23467
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#filterSearchChanged:member(1)",
|
|
23468
|
+
"docComment": "",
|
|
23469
|
+
"excerptTokens": [
|
|
23470
|
+
{
|
|
23471
|
+
"kind": "Content",
|
|
23472
|
+
"text": "filterSearchChanged(): "
|
|
23473
|
+
},
|
|
23474
|
+
{
|
|
23475
|
+
"kind": "Content",
|
|
23476
|
+
"text": "void"
|
|
23477
|
+
},
|
|
23478
|
+
{
|
|
23479
|
+
"kind": "Content",
|
|
23480
|
+
"text": ";"
|
|
23481
|
+
}
|
|
23482
|
+
],
|
|
23483
|
+
"isStatic": false,
|
|
23484
|
+
"returnTypeTokenRange": {
|
|
23485
|
+
"startIndex": 1,
|
|
23486
|
+
"endIndex": 2
|
|
23487
|
+
},
|
|
23488
|
+
"releaseTag": "Public",
|
|
23489
|
+
"isProtected": false,
|
|
23490
|
+
"overloadIndex": 1,
|
|
23491
|
+
"parameters": [],
|
|
23492
|
+
"isOptional": false,
|
|
23493
|
+
"isAbstract": false,
|
|
23494
|
+
"name": "filterSearchChanged"
|
|
23495
|
+
},
|
|
23496
|
+
{
|
|
23497
|
+
"kind": "Property",
|
|
23498
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#grid:member",
|
|
23499
|
+
"docComment": "",
|
|
23500
|
+
"excerptTokens": [
|
|
23501
|
+
{
|
|
23502
|
+
"kind": "Content",
|
|
23503
|
+
"text": "grid: "
|
|
23504
|
+
},
|
|
23505
|
+
{
|
|
23506
|
+
"kind": "Reference",
|
|
23507
|
+
"text": "GridPro",
|
|
23508
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro:class"
|
|
23509
|
+
},
|
|
23510
|
+
{
|
|
23511
|
+
"kind": "Content",
|
|
23512
|
+
"text": ";"
|
|
23513
|
+
}
|
|
23514
|
+
],
|
|
23515
|
+
"isReadonly": false,
|
|
23516
|
+
"isOptional": false,
|
|
23517
|
+
"releaseTag": "Public",
|
|
23518
|
+
"name": "grid",
|
|
23519
|
+
"propertyTypeTokenRange": {
|
|
23520
|
+
"startIndex": 1,
|
|
23521
|
+
"endIndex": 2
|
|
23522
|
+
},
|
|
23523
|
+
"isStatic": false,
|
|
23524
|
+
"isProtected": false,
|
|
23525
|
+
"isAbstract": false
|
|
23526
|
+
},
|
|
23527
|
+
{
|
|
23528
|
+
"kind": "Property",
|
|
23529
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#hasSearchKey:member",
|
|
23530
|
+
"docComment": "",
|
|
23531
|
+
"excerptTokens": [
|
|
23532
|
+
{
|
|
23533
|
+
"kind": "Content",
|
|
23534
|
+
"text": "get hasSearchKey(): "
|
|
23535
|
+
},
|
|
23536
|
+
{
|
|
23537
|
+
"kind": "Content",
|
|
23538
|
+
"text": "boolean"
|
|
23539
|
+
},
|
|
23540
|
+
{
|
|
23541
|
+
"kind": "Content",
|
|
23542
|
+
"text": ";"
|
|
23543
|
+
}
|
|
23544
|
+
],
|
|
23545
|
+
"isReadonly": true,
|
|
23546
|
+
"isOptional": false,
|
|
23547
|
+
"releaseTag": "Public",
|
|
23548
|
+
"name": "hasSearchKey",
|
|
23549
|
+
"propertyTypeTokenRange": {
|
|
23550
|
+
"startIndex": 1,
|
|
23551
|
+
"endIndex": 2
|
|
23552
|
+
},
|
|
23553
|
+
"isStatic": false,
|
|
23554
|
+
"isProtected": false,
|
|
23555
|
+
"isAbstract": false
|
|
23556
|
+
},
|
|
23557
|
+
{
|
|
23558
|
+
"kind": "Property",
|
|
23559
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#hasSlottedContent:member",
|
|
23560
|
+
"docComment": "",
|
|
23561
|
+
"excerptTokens": [
|
|
23562
|
+
{
|
|
23563
|
+
"kind": "Content",
|
|
23564
|
+
"text": "get hasSlottedContent(): "
|
|
23565
|
+
},
|
|
23566
|
+
{
|
|
23567
|
+
"kind": "Content",
|
|
23568
|
+
"text": "boolean"
|
|
23569
|
+
},
|
|
23570
|
+
{
|
|
23571
|
+
"kind": "Content",
|
|
23572
|
+
"text": ";"
|
|
23573
|
+
}
|
|
23574
|
+
],
|
|
23575
|
+
"isReadonly": true,
|
|
23576
|
+
"isOptional": false,
|
|
23577
|
+
"releaseTag": "Public",
|
|
23578
|
+
"name": "hasSlottedContent",
|
|
23579
|
+
"propertyTypeTokenRange": {
|
|
23580
|
+
"startIndex": 1,
|
|
23581
|
+
"endIndex": 2
|
|
23582
|
+
},
|
|
23583
|
+
"isStatic": false,
|
|
23584
|
+
"isProtected": false,
|
|
23585
|
+
"isAbstract": false
|
|
23586
|
+
},
|
|
23587
|
+
{
|
|
23588
|
+
"kind": "Property",
|
|
23589
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#labelKey:member",
|
|
23590
|
+
"docComment": "/**\n * The key used as the label displayed in the UI\n */\n",
|
|
23591
|
+
"excerptTokens": [
|
|
23592
|
+
{
|
|
23593
|
+
"kind": "Content",
|
|
23594
|
+
"text": "labelKey: "
|
|
23595
|
+
},
|
|
23596
|
+
{
|
|
23597
|
+
"kind": "Content",
|
|
23598
|
+
"text": "string"
|
|
23599
|
+
},
|
|
23600
|
+
{
|
|
23601
|
+
"kind": "Content",
|
|
23602
|
+
"text": ";"
|
|
23603
|
+
}
|
|
23604
|
+
],
|
|
23605
|
+
"isReadonly": false,
|
|
23606
|
+
"isOptional": false,
|
|
23607
|
+
"releaseTag": "Public",
|
|
23608
|
+
"name": "labelKey",
|
|
23609
|
+
"propertyTypeTokenRange": {
|
|
23610
|
+
"startIndex": 1,
|
|
23611
|
+
"endIndex": 2
|
|
23612
|
+
},
|
|
23613
|
+
"isStatic": false,
|
|
23614
|
+
"isProtected": false,
|
|
23615
|
+
"isAbstract": false
|
|
23616
|
+
},
|
|
23617
|
+
{
|
|
23618
|
+
"kind": "Property",
|
|
23619
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#open:member",
|
|
23620
|
+
"docComment": "/**\n * Whether the dropdown is open or not\n */\n",
|
|
23621
|
+
"excerptTokens": [
|
|
23622
|
+
{
|
|
23623
|
+
"kind": "Content",
|
|
23624
|
+
"text": "open: "
|
|
23625
|
+
},
|
|
23626
|
+
{
|
|
23627
|
+
"kind": "Content",
|
|
23628
|
+
"text": "boolean"
|
|
23629
|
+
},
|
|
23630
|
+
{
|
|
23631
|
+
"kind": "Content",
|
|
23632
|
+
"text": ";"
|
|
23633
|
+
}
|
|
23634
|
+
],
|
|
23635
|
+
"isReadonly": false,
|
|
23636
|
+
"isOptional": false,
|
|
23637
|
+
"releaseTag": "Public",
|
|
23638
|
+
"name": "open",
|
|
23639
|
+
"propertyTypeTokenRange": {
|
|
23640
|
+
"startIndex": 1,
|
|
23641
|
+
"endIndex": 2
|
|
23642
|
+
},
|
|
23643
|
+
"isStatic": false,
|
|
23644
|
+
"isProtected": false,
|
|
23645
|
+
"isAbstract": false
|
|
23646
|
+
},
|
|
23647
|
+
{
|
|
23648
|
+
"kind": "Method",
|
|
23649
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#openChanged:member(1)",
|
|
23650
|
+
"docComment": "",
|
|
23651
|
+
"excerptTokens": [
|
|
23652
|
+
{
|
|
23653
|
+
"kind": "Content",
|
|
23654
|
+
"text": "openChanged(): "
|
|
23655
|
+
},
|
|
23656
|
+
{
|
|
23657
|
+
"kind": "Content",
|
|
23658
|
+
"text": "void"
|
|
23659
|
+
},
|
|
23660
|
+
{
|
|
23661
|
+
"kind": "Content",
|
|
23662
|
+
"text": ";"
|
|
23663
|
+
}
|
|
23664
|
+
],
|
|
23665
|
+
"isStatic": false,
|
|
23666
|
+
"returnTypeTokenRange": {
|
|
23667
|
+
"startIndex": 1,
|
|
23668
|
+
"endIndex": 2
|
|
23669
|
+
},
|
|
23670
|
+
"releaseTag": "Public",
|
|
23671
|
+
"isProtected": false,
|
|
23672
|
+
"overloadIndex": 1,
|
|
23673
|
+
"parameters": [],
|
|
23674
|
+
"isOptional": false,
|
|
23675
|
+
"isAbstract": false,
|
|
23676
|
+
"name": "openChanged"
|
|
23677
|
+
},
|
|
23678
|
+
{
|
|
23679
|
+
"kind": "Property",
|
|
23680
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#optionsElement:member",
|
|
23681
|
+
"docComment": "",
|
|
23682
|
+
"excerptTokens": [
|
|
23683
|
+
{
|
|
23684
|
+
"kind": "Content",
|
|
23685
|
+
"text": "optionsElement: "
|
|
23686
|
+
},
|
|
23687
|
+
{
|
|
23688
|
+
"kind": "Reference",
|
|
23689
|
+
"text": "HTMLElement",
|
|
23690
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
23691
|
+
},
|
|
23692
|
+
{
|
|
23693
|
+
"kind": "Content",
|
|
23694
|
+
"text": ";"
|
|
23695
|
+
}
|
|
23696
|
+
],
|
|
23697
|
+
"isReadonly": false,
|
|
23698
|
+
"isOptional": false,
|
|
23699
|
+
"releaseTag": "Public",
|
|
23700
|
+
"name": "optionsElement",
|
|
23701
|
+
"propertyTypeTokenRange": {
|
|
23702
|
+
"startIndex": 1,
|
|
23703
|
+
"endIndex": 2
|
|
23704
|
+
},
|
|
23705
|
+
"isStatic": false,
|
|
23706
|
+
"isProtected": false,
|
|
23707
|
+
"isAbstract": false
|
|
23708
|
+
},
|
|
23709
|
+
{
|
|
23710
|
+
"kind": "Property",
|
|
23711
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#request:member",
|
|
23712
|
+
"docComment": "/**\n * A request object to pass in the reqrep\n */\n",
|
|
23713
|
+
"excerptTokens": [
|
|
23714
|
+
{
|
|
23715
|
+
"kind": "Content",
|
|
23716
|
+
"text": "request: "
|
|
23717
|
+
},
|
|
23718
|
+
{
|
|
23719
|
+
"kind": "Content",
|
|
23720
|
+
"text": "object"
|
|
23721
|
+
},
|
|
23722
|
+
{
|
|
23723
|
+
"kind": "Content",
|
|
23724
|
+
"text": ";"
|
|
23725
|
+
}
|
|
23726
|
+
],
|
|
23727
|
+
"isReadonly": false,
|
|
23728
|
+
"isOptional": false,
|
|
23729
|
+
"releaseTag": "Public",
|
|
23730
|
+
"name": "request",
|
|
23731
|
+
"propertyTypeTokenRange": {
|
|
23732
|
+
"startIndex": 1,
|
|
23733
|
+
"endIndex": 2
|
|
23734
|
+
},
|
|
23735
|
+
"isStatic": false,
|
|
23736
|
+
"isProtected": false,
|
|
23737
|
+
"isAbstract": false
|
|
23738
|
+
},
|
|
23739
|
+
{
|
|
23740
|
+
"kind": "Method",
|
|
23741
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#requestChanged:member(1)",
|
|
23742
|
+
"docComment": "",
|
|
23743
|
+
"excerptTokens": [
|
|
23744
|
+
{
|
|
23745
|
+
"kind": "Content",
|
|
23746
|
+
"text": "requestChanged(): "
|
|
23747
|
+
},
|
|
23748
|
+
{
|
|
23749
|
+
"kind": "Content",
|
|
23750
|
+
"text": "void"
|
|
23751
|
+
},
|
|
23752
|
+
{
|
|
23753
|
+
"kind": "Content",
|
|
23754
|
+
"text": ";"
|
|
23755
|
+
}
|
|
23756
|
+
],
|
|
23757
|
+
"isStatic": false,
|
|
23758
|
+
"returnTypeTokenRange": {
|
|
23759
|
+
"startIndex": 1,
|
|
23760
|
+
"endIndex": 2
|
|
23761
|
+
},
|
|
23762
|
+
"releaseTag": "Public",
|
|
23763
|
+
"isProtected": false,
|
|
23764
|
+
"overloadIndex": 1,
|
|
23765
|
+
"parameters": [],
|
|
23766
|
+
"isOptional": false,
|
|
23767
|
+
"isAbstract": false,
|
|
23768
|
+
"name": "requestChanged"
|
|
23769
|
+
},
|
|
23770
|
+
{
|
|
23771
|
+
"kind": "Property",
|
|
23772
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#requestSupportsAdvancedSearch:member",
|
|
23773
|
+
"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",
|
|
23774
|
+
"excerptTokens": [
|
|
23775
|
+
{
|
|
23776
|
+
"kind": "Content",
|
|
23777
|
+
"text": "requestSupportsAdvancedSearch: "
|
|
23778
|
+
},
|
|
23779
|
+
{
|
|
23780
|
+
"kind": "Content",
|
|
23781
|
+
"text": "boolean"
|
|
23782
|
+
},
|
|
23783
|
+
{
|
|
23784
|
+
"kind": "Content",
|
|
23785
|
+
"text": ";"
|
|
23786
|
+
}
|
|
23787
|
+
],
|
|
23788
|
+
"isReadonly": false,
|
|
23789
|
+
"isOptional": false,
|
|
23790
|
+
"releaseTag": "Public",
|
|
23791
|
+
"name": "requestSupportsAdvancedSearch",
|
|
23792
|
+
"propertyTypeTokenRange": {
|
|
23793
|
+
"startIndex": 1,
|
|
23794
|
+
"endIndex": 2
|
|
23795
|
+
},
|
|
23796
|
+
"isStatic": false,
|
|
23797
|
+
"isProtected": false,
|
|
23798
|
+
"isAbstract": false
|
|
23799
|
+
},
|
|
23800
|
+
{
|
|
23801
|
+
"kind": "Property",
|
|
23802
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#resourceName:member",
|
|
23803
|
+
"docComment": "/**\n * The name of the reqrep to get the options from\n */\n",
|
|
23804
|
+
"excerptTokens": [
|
|
23805
|
+
{
|
|
23806
|
+
"kind": "Content",
|
|
23807
|
+
"text": "resourceName: "
|
|
23808
|
+
},
|
|
23809
|
+
{
|
|
23810
|
+
"kind": "Content",
|
|
23811
|
+
"text": "string"
|
|
23812
|
+
},
|
|
23813
|
+
{
|
|
23814
|
+
"kind": "Content",
|
|
23815
|
+
"text": ";"
|
|
23816
|
+
}
|
|
23817
|
+
],
|
|
23818
|
+
"isReadonly": false,
|
|
23819
|
+
"isOptional": false,
|
|
23820
|
+
"releaseTag": "Public",
|
|
23821
|
+
"name": "resourceName",
|
|
23822
|
+
"propertyTypeTokenRange": {
|
|
23823
|
+
"startIndex": 1,
|
|
23824
|
+
"endIndex": 2
|
|
23825
|
+
},
|
|
23826
|
+
"isStatic": false,
|
|
23827
|
+
"isProtected": false,
|
|
23828
|
+
"isAbstract": false
|
|
23829
|
+
},
|
|
23830
|
+
{
|
|
23831
|
+
"kind": "Property",
|
|
23832
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#searchKey:member",
|
|
23833
|
+
"docComment": "/**\n * The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\").\n */\n",
|
|
23834
|
+
"excerptTokens": [
|
|
23835
|
+
{
|
|
23836
|
+
"kind": "Content",
|
|
23837
|
+
"text": "searchKey?: "
|
|
23838
|
+
},
|
|
23839
|
+
{
|
|
23840
|
+
"kind": "Content",
|
|
23841
|
+
"text": "string | string[]"
|
|
23842
|
+
},
|
|
23843
|
+
{
|
|
23844
|
+
"kind": "Content",
|
|
23845
|
+
"text": ";"
|
|
23846
|
+
}
|
|
23847
|
+
],
|
|
23848
|
+
"isReadonly": false,
|
|
23849
|
+
"isOptional": true,
|
|
23850
|
+
"releaseTag": "Public",
|
|
23851
|
+
"name": "searchKey",
|
|
23852
|
+
"propertyTypeTokenRange": {
|
|
23853
|
+
"startIndex": 1,
|
|
23854
|
+
"endIndex": 2
|
|
23855
|
+
},
|
|
23856
|
+
"isStatic": false,
|
|
23857
|
+
"isProtected": false,
|
|
23858
|
+
"isAbstract": false
|
|
23859
|
+
},
|
|
23860
|
+
{
|
|
23861
|
+
"kind": "Property",
|
|
23862
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#selectedRow:member",
|
|
23863
|
+
"docComment": "/**\n * Data for the selected row\n */\n",
|
|
23864
|
+
"excerptTokens": [
|
|
23865
|
+
{
|
|
23866
|
+
"kind": "Content",
|
|
23867
|
+
"text": "selectedRow: "
|
|
23868
|
+
},
|
|
23869
|
+
{
|
|
23870
|
+
"kind": "Content",
|
|
23871
|
+
"text": "object"
|
|
23872
|
+
},
|
|
23873
|
+
{
|
|
23874
|
+
"kind": "Content",
|
|
23875
|
+
"text": ";"
|
|
23876
|
+
}
|
|
23877
|
+
],
|
|
23878
|
+
"isReadonly": false,
|
|
23879
|
+
"isOptional": false,
|
|
23880
|
+
"releaseTag": "Public",
|
|
23881
|
+
"name": "selectedRow",
|
|
23882
|
+
"propertyTypeTokenRange": {
|
|
23883
|
+
"startIndex": 1,
|
|
23884
|
+
"endIndex": 2
|
|
23885
|
+
},
|
|
23886
|
+
"isStatic": false,
|
|
23887
|
+
"isProtected": false,
|
|
23888
|
+
"isAbstract": false
|
|
23889
|
+
},
|
|
23890
|
+
{
|
|
23891
|
+
"kind": "Method",
|
|
23892
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#toggle:member(1)",
|
|
23893
|
+
"docComment": "",
|
|
23894
|
+
"excerptTokens": [
|
|
23895
|
+
{
|
|
23896
|
+
"kind": "Content",
|
|
23897
|
+
"text": "toggle(): "
|
|
23898
|
+
},
|
|
23899
|
+
{
|
|
23900
|
+
"kind": "Content",
|
|
23901
|
+
"text": "void"
|
|
23902
|
+
},
|
|
23903
|
+
{
|
|
23904
|
+
"kind": "Content",
|
|
23905
|
+
"text": ";"
|
|
23906
|
+
}
|
|
23907
|
+
],
|
|
23908
|
+
"isStatic": false,
|
|
23909
|
+
"returnTypeTokenRange": {
|
|
23910
|
+
"startIndex": 1,
|
|
23911
|
+
"endIndex": 2
|
|
23912
|
+
},
|
|
23913
|
+
"releaseTag": "Public",
|
|
23914
|
+
"isProtected": false,
|
|
23915
|
+
"overloadIndex": 1,
|
|
23916
|
+
"parameters": [],
|
|
23917
|
+
"isOptional": false,
|
|
23918
|
+
"isAbstract": false,
|
|
23919
|
+
"name": "toggle"
|
|
23920
|
+
},
|
|
23921
|
+
{
|
|
23922
|
+
"kind": "Property",
|
|
23923
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#value:member",
|
|
23924
|
+
"docComment": "",
|
|
23925
|
+
"excerptTokens": [
|
|
23926
|
+
{
|
|
23927
|
+
"kind": "Content",
|
|
23928
|
+
"text": "get value(): "
|
|
23929
|
+
},
|
|
23930
|
+
{
|
|
23931
|
+
"kind": "Content",
|
|
23932
|
+
"text": "string"
|
|
23933
|
+
},
|
|
23934
|
+
{
|
|
23935
|
+
"kind": "Content",
|
|
23936
|
+
"text": ";\n\nset value(value: string);"
|
|
23937
|
+
}
|
|
23938
|
+
],
|
|
23939
|
+
"isReadonly": false,
|
|
23940
|
+
"isOptional": false,
|
|
23941
|
+
"releaseTag": "Public",
|
|
23942
|
+
"name": "value",
|
|
23943
|
+
"propertyTypeTokenRange": {
|
|
23944
|
+
"startIndex": 1,
|
|
23945
|
+
"endIndex": 2
|
|
23946
|
+
},
|
|
23947
|
+
"isStatic": false,
|
|
23948
|
+
"isProtected": false,
|
|
23949
|
+
"isAbstract": false
|
|
23950
|
+
},
|
|
23951
|
+
{
|
|
23952
|
+
"kind": "Property",
|
|
23953
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown#valueKey:member",
|
|
23954
|
+
"docComment": "/**\n * The key used as the value sent to the server\n */\n",
|
|
23955
|
+
"excerptTokens": [
|
|
23956
|
+
{
|
|
23957
|
+
"kind": "Content",
|
|
23958
|
+
"text": "valueKey: "
|
|
23959
|
+
},
|
|
23960
|
+
{
|
|
23961
|
+
"kind": "Content",
|
|
23962
|
+
"text": "string"
|
|
23963
|
+
},
|
|
23964
|
+
{
|
|
23965
|
+
"kind": "Content",
|
|
23966
|
+
"text": ";"
|
|
23967
|
+
}
|
|
23968
|
+
],
|
|
23969
|
+
"isReadonly": false,
|
|
23970
|
+
"isOptional": false,
|
|
23971
|
+
"releaseTag": "Public",
|
|
23972
|
+
"name": "valueKey",
|
|
23973
|
+
"propertyTypeTokenRange": {
|
|
23974
|
+
"startIndex": 1,
|
|
23975
|
+
"endIndex": 2
|
|
23976
|
+
},
|
|
23977
|
+
"isStatic": false,
|
|
23978
|
+
"isProtected": false,
|
|
23979
|
+
"isAbstract": false
|
|
23980
|
+
}
|
|
23981
|
+
],
|
|
23982
|
+
"extendsTokenRange": {
|
|
23983
|
+
"startIndex": 1,
|
|
23984
|
+
"endIndex": 2
|
|
23985
|
+
},
|
|
23986
|
+
"implementsTokenRanges": []
|
|
23987
|
+
},
|
|
23988
|
+
{
|
|
23989
|
+
"kind": "Variable",
|
|
23990
|
+
"canonicalReference": "@genesislcap/grid-pro!multicolumnDropdownStyles:var",
|
|
23991
|
+
"docComment": "/**\n * Multicolumn Dropdown styles.\n *\n * @public\n */\n",
|
|
23992
|
+
"excerptTokens": [
|
|
23993
|
+
{
|
|
23994
|
+
"kind": "Content",
|
|
23995
|
+
"text": "multicolumnDropdownStyles: "
|
|
23996
|
+
},
|
|
23997
|
+
{
|
|
23998
|
+
"kind": "Content",
|
|
23999
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
24000
|
+
},
|
|
24001
|
+
{
|
|
24002
|
+
"kind": "Reference",
|
|
24003
|
+
"text": "ElementStyles",
|
|
24004
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
24005
|
+
}
|
|
24006
|
+
],
|
|
24007
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
24008
|
+
"isReadonly": true,
|
|
24009
|
+
"releaseTag": "Public",
|
|
24010
|
+
"name": "multicolumnDropdownStyles",
|
|
24011
|
+
"variableTypeTokenRange": {
|
|
24012
|
+
"startIndex": 1,
|
|
24013
|
+
"endIndex": 3
|
|
24014
|
+
}
|
|
24015
|
+
},
|
|
24016
|
+
{
|
|
24017
|
+
"kind": "Variable",
|
|
24018
|
+
"canonicalReference": "@genesislcap/grid-pro!multicolumnDropdownTemplate:var",
|
|
24019
|
+
"docComment": "/**\n * The default Multicolumn Dropdown template using the 'foundation' design system prefix.\n *\n * @public\n */\n",
|
|
24020
|
+
"excerptTokens": [
|
|
24021
|
+
{
|
|
24022
|
+
"kind": "Content",
|
|
24023
|
+
"text": "multicolumnDropdownTemplate: "
|
|
24024
|
+
},
|
|
24025
|
+
{
|
|
24026
|
+
"kind": "Content",
|
|
24027
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
24028
|
+
},
|
|
24029
|
+
{
|
|
24030
|
+
"kind": "Reference",
|
|
24031
|
+
"text": "ViewTemplate",
|
|
24032
|
+
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
24033
|
+
},
|
|
24034
|
+
{
|
|
24035
|
+
"kind": "Content",
|
|
24036
|
+
"text": "<"
|
|
24037
|
+
},
|
|
24038
|
+
{
|
|
24039
|
+
"kind": "Reference",
|
|
24040
|
+
"text": "MulticolumnDropdown",
|
|
24041
|
+
"canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class"
|
|
24042
|
+
},
|
|
24043
|
+
{
|
|
24044
|
+
"kind": "Content",
|
|
24045
|
+
"text": ", any>"
|
|
24046
|
+
}
|
|
24047
|
+
],
|
|
24048
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
24049
|
+
"isReadonly": true,
|
|
24050
|
+
"releaseTag": "Public",
|
|
24051
|
+
"name": "multicolumnDropdownTemplate",
|
|
24052
|
+
"variableTypeTokenRange": {
|
|
24053
|
+
"startIndex": 1,
|
|
24054
|
+
"endIndex": 6
|
|
24055
|
+
}
|
|
24056
|
+
},
|
|
24057
|
+
{
|
|
24058
|
+
"kind": "Class",
|
|
24059
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
|
24060
|
+
"docComment": "/**\n * The AG Multiselect Editor element.\n *\n * @tagname\n *\n * %%prefix%%-multiselect-editor\n *\n * @public\n */\n",
|
|
24061
|
+
"excerptTokens": [
|
|
24062
|
+
{
|
|
24063
|
+
"kind": "Content",
|
|
24064
|
+
"text": "export declare class MultiselectEditor extends "
|
|
24065
|
+
},
|
|
24066
|
+
{
|
|
24067
|
+
"kind": "Reference",
|
|
24068
|
+
"text": "FoundationElement",
|
|
24069
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
24070
|
+
},
|
|
24071
|
+
{
|
|
24072
|
+
"kind": "Content",
|
|
24073
|
+
"text": " implements "
|
|
24074
|
+
},
|
|
24075
|
+
{
|
|
24076
|
+
"kind": "Reference",
|
|
24077
|
+
"text": "ICellEditorComp",
|
|
24078
|
+
"canonicalReference": "@ag-grid-community/core!ICellEditorComp:interface"
|
|
24079
|
+
},
|
|
24080
|
+
{
|
|
24081
|
+
"kind": "Content",
|
|
24082
|
+
"text": " "
|
|
24083
|
+
}
|
|
24084
|
+
],
|
|
24085
|
+
"fileUrlPath": "src/cell-editors/multiselect.editor.ts",
|
|
24086
|
+
"releaseTag": "Public",
|
|
24087
|
+
"isAbstract": false,
|
|
24088
|
+
"name": "MultiselectEditor",
|
|
24089
|
+
"preserveMemberOrder": false,
|
|
24090
|
+
"members": [
|
|
24091
|
+
{
|
|
24092
|
+
"kind": "Method",
|
|
24093
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#changeHandler:member(1)",
|
|
24094
|
+
"docComment": "",
|
|
24095
|
+
"excerptTokens": [
|
|
24096
|
+
{
|
|
24097
|
+
"kind": "Content",
|
|
24098
|
+
"text": "changeHandler(event: "
|
|
24099
|
+
},
|
|
24100
|
+
{
|
|
24101
|
+
"kind": "Content",
|
|
24102
|
+
"text": "any"
|
|
24103
|
+
},
|
|
24104
|
+
{
|
|
24105
|
+
"kind": "Content",
|
|
24106
|
+
"text": "): "
|
|
24107
|
+
},
|
|
24108
|
+
{
|
|
24109
|
+
"kind": "Content",
|
|
24110
|
+
"text": "void"
|
|
24111
|
+
},
|
|
24112
|
+
{
|
|
24113
|
+
"kind": "Content",
|
|
24114
|
+
"text": ";"
|
|
24115
|
+
}
|
|
24116
|
+
],
|
|
24117
|
+
"isStatic": false,
|
|
24118
|
+
"returnTypeTokenRange": {
|
|
24119
|
+
"startIndex": 3,
|
|
24120
|
+
"endIndex": 4
|
|
24121
|
+
},
|
|
24122
|
+
"releaseTag": "Public",
|
|
24123
|
+
"isProtected": false,
|
|
24124
|
+
"overloadIndex": 1,
|
|
24125
|
+
"parameters": [
|
|
24126
|
+
{
|
|
24127
|
+
"parameterName": "event",
|
|
24128
|
+
"parameterTypeTokenRange": {
|
|
24129
|
+
"startIndex": 1,
|
|
24130
|
+
"endIndex": 2
|
|
24131
|
+
},
|
|
24132
|
+
"isOptional": false
|
|
24133
|
+
}
|
|
24134
|
+
],
|
|
24135
|
+
"isOptional": false,
|
|
24136
|
+
"isAbstract": false,
|
|
24137
|
+
"name": "changeHandler"
|
|
24138
|
+
},
|
|
24139
|
+
{
|
|
24140
|
+
"kind": "Method",
|
|
24141
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#destroy:member(1)",
|
|
24142
|
+
"docComment": "",
|
|
24143
|
+
"excerptTokens": [
|
|
24144
|
+
{
|
|
24145
|
+
"kind": "Content",
|
|
24146
|
+
"text": "destroy(): "
|
|
24147
|
+
},
|
|
24148
|
+
{
|
|
24149
|
+
"kind": "Content",
|
|
24150
|
+
"text": "void"
|
|
24151
|
+
},
|
|
24152
|
+
{
|
|
24153
|
+
"kind": "Content",
|
|
24154
|
+
"text": ";"
|
|
24155
|
+
}
|
|
24156
|
+
],
|
|
24157
|
+
"isStatic": false,
|
|
24158
|
+
"returnTypeTokenRange": {
|
|
24159
|
+
"startIndex": 1,
|
|
24160
|
+
"endIndex": 2
|
|
24161
|
+
},
|
|
24162
|
+
"releaseTag": "Public",
|
|
24163
|
+
"isProtected": false,
|
|
24164
|
+
"overloadIndex": 1,
|
|
24165
|
+
"parameters": [],
|
|
24166
|
+
"isOptional": false,
|
|
24167
|
+
"isAbstract": false,
|
|
24168
|
+
"name": "destroy"
|
|
24169
|
+
},
|
|
24170
|
+
{
|
|
24171
|
+
"kind": "Method",
|
|
24172
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getGui:member(1)",
|
|
24173
|
+
"docComment": "",
|
|
24174
|
+
"excerptTokens": [
|
|
24175
|
+
{
|
|
24176
|
+
"kind": "Content",
|
|
24177
|
+
"text": "getGui(): "
|
|
24178
|
+
},
|
|
24179
|
+
{
|
|
24180
|
+
"kind": "Reference",
|
|
24181
|
+
"text": "HTMLElement",
|
|
24182
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
24183
|
+
},
|
|
24184
|
+
{
|
|
24185
|
+
"kind": "Content",
|
|
24186
|
+
"text": ";"
|
|
24187
|
+
}
|
|
24188
|
+
],
|
|
24189
|
+
"isStatic": false,
|
|
24190
|
+
"returnTypeTokenRange": {
|
|
24191
|
+
"startIndex": 1,
|
|
24192
|
+
"endIndex": 2
|
|
24193
|
+
},
|
|
24194
|
+
"releaseTag": "Public",
|
|
24195
|
+
"isProtected": false,
|
|
24196
|
+
"overloadIndex": 1,
|
|
24197
|
+
"parameters": [],
|
|
24198
|
+
"isOptional": false,
|
|
24199
|
+
"isAbstract": false,
|
|
24200
|
+
"name": "getGui"
|
|
24201
|
+
},
|
|
24202
|
+
{
|
|
24203
|
+
"kind": "Method",
|
|
24204
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#getValue:member(1)",
|
|
24205
|
+
"docComment": "",
|
|
24206
|
+
"excerptTokens": [
|
|
24207
|
+
{
|
|
24208
|
+
"kind": "Content",
|
|
24209
|
+
"text": "getValue(): "
|
|
24210
|
+
},
|
|
24211
|
+
{
|
|
24212
|
+
"kind": "Content",
|
|
24213
|
+
"text": "any[]"
|
|
24214
|
+
},
|
|
24215
|
+
{
|
|
24216
|
+
"kind": "Content",
|
|
24217
|
+
"text": ";"
|
|
24218
|
+
}
|
|
24219
|
+
],
|
|
24220
|
+
"isStatic": false,
|
|
24221
|
+
"returnTypeTokenRange": {
|
|
24222
|
+
"startIndex": 1,
|
|
24223
|
+
"endIndex": 2
|
|
24224
|
+
},
|
|
24225
|
+
"releaseTag": "Public",
|
|
24226
|
+
"isProtected": false,
|
|
24227
|
+
"overloadIndex": 1,
|
|
24228
|
+
"parameters": [],
|
|
24229
|
+
"isOptional": false,
|
|
24230
|
+
"isAbstract": false,
|
|
24231
|
+
"name": "getValue"
|
|
24232
|
+
},
|
|
24233
|
+
{
|
|
24234
|
+
"kind": "Method",
|
|
24235
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#init:member(1)",
|
|
24236
|
+
"docComment": "",
|
|
24237
|
+
"excerptTokens": [
|
|
24238
|
+
{
|
|
24239
|
+
"kind": "Content",
|
|
24240
|
+
"text": "init(params: "
|
|
24241
|
+
},
|
|
24242
|
+
{
|
|
24243
|
+
"kind": "Reference",
|
|
24244
|
+
"text": "MultiselectEditorParams",
|
|
24245
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
24246
|
+
},
|
|
24247
|
+
{
|
|
24248
|
+
"kind": "Content",
|
|
24249
|
+
"text": "): "
|
|
24250
|
+
},
|
|
24251
|
+
{
|
|
24252
|
+
"kind": "Content",
|
|
24253
|
+
"text": "void"
|
|
24254
|
+
},
|
|
24255
|
+
{
|
|
24256
|
+
"kind": "Content",
|
|
24257
|
+
"text": ";"
|
|
24258
|
+
}
|
|
24259
|
+
],
|
|
24260
|
+
"isStatic": false,
|
|
24261
|
+
"returnTypeTokenRange": {
|
|
24262
|
+
"startIndex": 3,
|
|
24263
|
+
"endIndex": 4
|
|
24264
|
+
},
|
|
24265
|
+
"releaseTag": "Public",
|
|
24266
|
+
"isProtected": false,
|
|
24267
|
+
"overloadIndex": 1,
|
|
24268
|
+
"parameters": [
|
|
24269
|
+
{
|
|
24270
|
+
"parameterName": "params",
|
|
24271
|
+
"parameterTypeTokenRange": {
|
|
24272
|
+
"startIndex": 1,
|
|
24273
|
+
"endIndex": 2
|
|
24274
|
+
},
|
|
24275
|
+
"isOptional": false
|
|
24276
|
+
}
|
|
24277
|
+
],
|
|
24278
|
+
"isOptional": false,
|
|
24279
|
+
"isAbstract": false,
|
|
24280
|
+
"name": "init"
|
|
24281
|
+
},
|
|
24282
|
+
{
|
|
24283
|
+
"kind": "Method",
|
|
24284
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isCancelBeforeStart:member(1)",
|
|
24285
|
+
"docComment": "",
|
|
24286
|
+
"excerptTokens": [
|
|
24287
|
+
{
|
|
24288
|
+
"kind": "Content",
|
|
24289
|
+
"text": "isCancelBeforeStart(): "
|
|
24290
|
+
},
|
|
24291
|
+
{
|
|
24292
|
+
"kind": "Content",
|
|
24293
|
+
"text": "boolean"
|
|
24294
|
+
},
|
|
24295
|
+
{
|
|
24296
|
+
"kind": "Content",
|
|
24297
|
+
"text": ";"
|
|
24298
|
+
}
|
|
24299
|
+
],
|
|
24300
|
+
"isStatic": false,
|
|
24301
|
+
"returnTypeTokenRange": {
|
|
24302
|
+
"startIndex": 1,
|
|
24303
|
+
"endIndex": 2
|
|
24304
|
+
},
|
|
24305
|
+
"releaseTag": "Public",
|
|
24306
|
+
"isProtected": false,
|
|
24307
|
+
"overloadIndex": 1,
|
|
24308
|
+
"parameters": [],
|
|
24309
|
+
"isOptional": false,
|
|
24310
|
+
"isAbstract": false,
|
|
24311
|
+
"name": "isCancelBeforeStart"
|
|
24312
|
+
},
|
|
24313
|
+
{
|
|
24314
|
+
"kind": "Method",
|
|
24315
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#isPopup:member(1)",
|
|
24316
|
+
"docComment": "",
|
|
24317
|
+
"excerptTokens": [
|
|
24318
|
+
{
|
|
24319
|
+
"kind": "Content",
|
|
24320
|
+
"text": "isPopup(): "
|
|
24321
|
+
},
|
|
24322
|
+
{
|
|
24323
|
+
"kind": "Content",
|
|
24324
|
+
"text": "boolean"
|
|
24325
|
+
},
|
|
24326
|
+
{
|
|
24327
|
+
"kind": "Content",
|
|
24328
|
+
"text": ";"
|
|
24329
|
+
}
|
|
24330
|
+
],
|
|
24331
|
+
"isStatic": false,
|
|
24332
|
+
"returnTypeTokenRange": {
|
|
24333
|
+
"startIndex": 1,
|
|
24334
|
+
"endIndex": 2
|
|
24335
|
+
},
|
|
24336
|
+
"releaseTag": "Public",
|
|
24337
|
+
"isProtected": false,
|
|
24338
|
+
"overloadIndex": 1,
|
|
24339
|
+
"parameters": [],
|
|
24340
|
+
"isOptional": false,
|
|
24341
|
+
"isAbstract": false,
|
|
24342
|
+
"name": "isPopup"
|
|
24343
|
+
},
|
|
24344
|
+
{
|
|
24345
|
+
"kind": "Property",
|
|
24346
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor#params:member",
|
|
24347
|
+
"docComment": "",
|
|
24348
|
+
"excerptTokens": [
|
|
24349
|
+
{
|
|
24350
|
+
"kind": "Content",
|
|
24351
|
+
"text": "params: "
|
|
24352
|
+
},
|
|
24353
|
+
{
|
|
24354
|
+
"kind": "Reference",
|
|
24355
|
+
"text": "MultiselectEditorParams",
|
|
24356
|
+
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditorParams:interface"
|
|
22961
24357
|
},
|
|
22962
24358
|
{
|
|
22963
24359
|
"kind": "Content",
|
|
@@ -23947,6 +25343,33 @@
|
|
|
23947
25343
|
}
|
|
23948
25344
|
]
|
|
23949
25345
|
},
|
|
25346
|
+
{
|
|
25347
|
+
"kind": "Variable",
|
|
25348
|
+
"canonicalReference": "@genesislcap/grid-pro!optionsClass:var",
|
|
25349
|
+
"docComment": "/**\n * The CSS class to use for the options element's class in the dropdown\n */\n",
|
|
25350
|
+
"excerptTokens": [
|
|
25351
|
+
{
|
|
25352
|
+
"kind": "Content",
|
|
25353
|
+
"text": "optionsClass = "
|
|
25354
|
+
},
|
|
25355
|
+
{
|
|
25356
|
+
"kind": "Content",
|
|
25357
|
+
"text": "\"options\""
|
|
25358
|
+
}
|
|
25359
|
+
],
|
|
25360
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
25361
|
+
"initializerTokenRange": {
|
|
25362
|
+
"startIndex": 1,
|
|
25363
|
+
"endIndex": 2
|
|
25364
|
+
},
|
|
25365
|
+
"isReadonly": true,
|
|
25366
|
+
"releaseTag": "Public",
|
|
25367
|
+
"name": "optionsClass",
|
|
25368
|
+
"variableTypeTokenRange": {
|
|
25369
|
+
"startIndex": 0,
|
|
25370
|
+
"endIndex": 0
|
|
25371
|
+
}
|
|
25372
|
+
},
|
|
23950
25373
|
{
|
|
23951
25374
|
"kind": "Class",
|
|
23952
25375
|
"canonicalReference": "@genesislcap/grid-pro!PaginationStatusBarComponent:class",
|
|
@@ -27386,6 +28809,65 @@
|
|
|
27386
28809
|
"startIndex": 1,
|
|
27387
28810
|
"endIndex": 3
|
|
27388
28811
|
}
|
|
28812
|
+
},
|
|
28813
|
+
{
|
|
28814
|
+
"kind": "Function",
|
|
28815
|
+
"canonicalReference": "@genesislcap/grid-pro!wasClickOutsideElement:function(1)",
|
|
28816
|
+
"docComment": "/**\n * Checks if the given mouse event occurred outside the target element.\n *\n * @public\n */\n",
|
|
28817
|
+
"excerptTokens": [
|
|
28818
|
+
{
|
|
28819
|
+
"kind": "Content",
|
|
28820
|
+
"text": "wasClickOutsideElement: (event: "
|
|
28821
|
+
},
|
|
28822
|
+
{
|
|
28823
|
+
"kind": "Reference",
|
|
28824
|
+
"text": "MouseEvent",
|
|
28825
|
+
"canonicalReference": "!MouseEvent:interface"
|
|
28826
|
+
},
|
|
28827
|
+
{
|
|
28828
|
+
"kind": "Content",
|
|
28829
|
+
"text": ", target: "
|
|
28830
|
+
},
|
|
28831
|
+
{
|
|
28832
|
+
"kind": "Reference",
|
|
28833
|
+
"text": "EventTarget",
|
|
28834
|
+
"canonicalReference": "!EventTarget:interface"
|
|
28835
|
+
},
|
|
28836
|
+
{
|
|
28837
|
+
"kind": "Content",
|
|
28838
|
+
"text": ") => "
|
|
28839
|
+
},
|
|
28840
|
+
{
|
|
28841
|
+
"kind": "Content",
|
|
28842
|
+
"text": "boolean"
|
|
28843
|
+
}
|
|
28844
|
+
],
|
|
28845
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
28846
|
+
"returnTypeTokenRange": {
|
|
28847
|
+
"startIndex": 5,
|
|
28848
|
+
"endIndex": 6
|
|
28849
|
+
},
|
|
28850
|
+
"releaseTag": "Public",
|
|
28851
|
+
"overloadIndex": 1,
|
|
28852
|
+
"parameters": [
|
|
28853
|
+
{
|
|
28854
|
+
"parameterName": "event",
|
|
28855
|
+
"parameterTypeTokenRange": {
|
|
28856
|
+
"startIndex": 1,
|
|
28857
|
+
"endIndex": 2
|
|
28858
|
+
},
|
|
28859
|
+
"isOptional": false
|
|
28860
|
+
},
|
|
28861
|
+
{
|
|
28862
|
+
"parameterName": "target",
|
|
28863
|
+
"parameterTypeTokenRange": {
|
|
28864
|
+
"startIndex": 3,
|
|
28865
|
+
"endIndex": 4
|
|
28866
|
+
},
|
|
28867
|
+
"isOptional": false
|
|
28868
|
+
}
|
|
28869
|
+
],
|
|
28870
|
+
"name": "wasClickOutsideElement"
|
|
27389
28871
|
}
|
|
27390
28872
|
]
|
|
27391
28873
|
}
|