@genesislcap/grid-pro 14.467.1-alpha-5e9a5600e.0 → 14.467.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1836 -1836
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
- package/dist/esm/datasource/server-side.resource-base.js +7 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +34 -13
- package/package.json +14 -14
|
@@ -17897,7 +17897,7 @@
|
|
|
17897
17897
|
},
|
|
17898
17898
|
{
|
|
17899
17899
|
"kind": "javascript-module",
|
|
17900
|
-
"path": "src/
|
|
17900
|
+
"path": "src/state-persistence/index.ts",
|
|
17901
17901
|
"declarations": [],
|
|
17902
17902
|
"exports": [
|
|
17903
17903
|
{
|
|
@@ -17905,7 +17905,7 @@
|
|
|
17905
17905
|
"name": "*",
|
|
17906
17906
|
"declaration": {
|
|
17907
17907
|
"name": "*",
|
|
17908
|
-
"package": "./
|
|
17908
|
+
"package": "./kv-state"
|
|
17909
17909
|
}
|
|
17910
17910
|
},
|
|
17911
17911
|
{
|
|
@@ -17913,7 +17913,7 @@
|
|
|
17913
17913
|
"name": "*",
|
|
17914
17914
|
"declaration": {
|
|
17915
17915
|
"name": "*",
|
|
17916
|
-
"package": "./
|
|
17916
|
+
"package": "./local-state"
|
|
17917
17917
|
}
|
|
17918
17918
|
},
|
|
17919
17919
|
{
|
|
@@ -17921,967 +17921,867 @@
|
|
|
17921
17921
|
"name": "*",
|
|
17922
17922
|
"declaration": {
|
|
17923
17923
|
"name": "*",
|
|
17924
|
-
"package": "./
|
|
17925
|
-
}
|
|
17926
|
-
}
|
|
17927
|
-
]
|
|
17928
|
-
},
|
|
17929
|
-
{
|
|
17930
|
-
"kind": "javascript-module",
|
|
17931
|
-
"path": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
17932
|
-
"declarations": [
|
|
17933
|
-
{
|
|
17934
|
-
"kind": "variable",
|
|
17935
|
-
"name": "dropdownWidthVar",
|
|
17936
|
-
"type": {
|
|
17937
|
-
"text": "string"
|
|
17938
|
-
},
|
|
17939
|
-
"default": "'--dropdown-width'",
|
|
17940
|
-
"description": "The CSS variable to use for specifying the dropdown's width"
|
|
17941
|
-
},
|
|
17942
|
-
{
|
|
17943
|
-
"kind": "variable",
|
|
17944
|
-
"name": "optionsClass",
|
|
17945
|
-
"type": {
|
|
17946
|
-
"text": "string"
|
|
17947
|
-
},
|
|
17948
|
-
"default": "'options'",
|
|
17949
|
-
"description": "The CSS class to use for the options element's class in the dropdown"
|
|
17950
|
-
},
|
|
17951
|
-
{
|
|
17952
|
-
"kind": "variable",
|
|
17953
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17954
|
-
"type": {
|
|
17955
|
-
"text": "string"
|
|
17956
|
-
},
|
|
17957
|
-
"default": "'dnone'",
|
|
17958
|
-
"description": "Class name used to hide elements with display:none"
|
|
17959
|
-
},
|
|
17960
|
-
{
|
|
17961
|
-
"kind": "variable",
|
|
17962
|
-
"name": "multicolumnDropdownStyles",
|
|
17963
|
-
"default": "css`\n label {\n color: var(--neutral-foreground-hint, rgb(135 155 166));\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n .${DISPLAY_NONE_CLASS} {\n display: none !important;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n ${dropdownWidthVar}: 350px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: inherit;\n min-height: 40px;\n padding-left: calc(var(--design-unit) * 2.25px);\n padding-right: 52px;\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n text-overflow: ellipsis;\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: var(--disabled-opacity);\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid var(--neutral-stroke-hover, rgb(231 232 232));\n }\n\n button {\n pointer-events: none;\n }\n\n #arrow-icon {\n display: inline-block;\n width: 16px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .cross-icon {\n display: inline-block;\n width: 12px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 46px);\n padding: 0;\n cursor: pointer;\n visibility: hidden;\n }\n\n .cross-icon:hover {\n color: var(--error-color);\n }\n\n .disabled-icon {\n pointer-events: none;\n opacity: var(--disabled-opacity);\n }\n\n .${optionsClass} {\n min-width: 100%;\n width: var(${dropdownWidthVar});\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin: 5px 0;\n background: var(--neutral-fill-input-rest);\n visibility: hidden;\n z-index: 999;\n }\n\n .dropdown-above {\n bottom: 100%;\n }\n\n .dropdown-left {\n right: 0;\n }\n\n .grid-container {\n height: 300px;\n width: 100%;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n .visible {\n visibility: visible;\n }\n`",
|
|
17964
|
-
"description": "Multicolumn Dropdown styles.",
|
|
17965
|
-
"privacy": "public"
|
|
17966
|
-
}
|
|
17967
|
-
],
|
|
17968
|
-
"exports": [
|
|
17969
|
-
{
|
|
17970
|
-
"kind": "js",
|
|
17971
|
-
"name": "dropdownWidthVar",
|
|
17972
|
-
"declaration": {
|
|
17973
|
-
"name": "dropdownWidthVar",
|
|
17974
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17975
|
-
}
|
|
17976
|
-
},
|
|
17977
|
-
{
|
|
17978
|
-
"kind": "js",
|
|
17979
|
-
"name": "optionsClass",
|
|
17980
|
-
"declaration": {
|
|
17981
|
-
"name": "optionsClass",
|
|
17982
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17983
|
-
}
|
|
17984
|
-
},
|
|
17985
|
-
{
|
|
17986
|
-
"kind": "js",
|
|
17987
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17988
|
-
"declaration": {
|
|
17989
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17990
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17991
|
-
}
|
|
17992
|
-
},
|
|
17993
|
-
{
|
|
17994
|
-
"kind": "js",
|
|
17995
|
-
"name": "multicolumnDropdownStyles",
|
|
17996
|
-
"declaration": {
|
|
17997
|
-
"name": "multicolumnDropdownStyles",
|
|
17998
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17999
|
-
}
|
|
18000
|
-
}
|
|
18001
|
-
]
|
|
18002
|
-
},
|
|
18003
|
-
{
|
|
18004
|
-
"kind": "javascript-module",
|
|
18005
|
-
"path": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
18006
|
-
"declarations": [
|
|
18007
|
-
{
|
|
18008
|
-
"kind": "function",
|
|
18009
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
18010
|
-
"parameters": [
|
|
18011
|
-
{
|
|
18012
|
-
"name": "designSystem",
|
|
18013
|
-
"default": "'foundation'",
|
|
18014
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
18015
|
-
}
|
|
18016
|
-
],
|
|
18017
|
-
"description": "Get a Design System prefixed Multicolumn Dropdown template.",
|
|
18018
|
-
"return": {
|
|
18019
|
-
"type": {
|
|
18020
|
-
"text": ""
|
|
18021
|
-
}
|
|
18022
|
-
},
|
|
18023
|
-
"privacy": "public"
|
|
18024
|
-
},
|
|
18025
|
-
{
|
|
18026
|
-
"kind": "variable",
|
|
18027
|
-
"name": "multicolumnDropdownTemplate",
|
|
18028
|
-
"description": "The default Multicolumn Dropdown template using the 'foundation' design system prefix.",
|
|
18029
|
-
"privacy": "public"
|
|
18030
|
-
}
|
|
18031
|
-
],
|
|
18032
|
-
"exports": [
|
|
18033
|
-
{
|
|
18034
|
-
"kind": "js",
|
|
18035
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
18036
|
-
"declaration": {
|
|
18037
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
18038
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
18039
|
-
}
|
|
18040
|
-
},
|
|
18041
|
-
{
|
|
18042
|
-
"kind": "js",
|
|
18043
|
-
"name": "multicolumnDropdownTemplate",
|
|
18044
|
-
"declaration": {
|
|
18045
|
-
"name": "multicolumnDropdownTemplate",
|
|
18046
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
17924
|
+
"package": "./state-persistence"
|
|
18047
17925
|
}
|
|
18048
17926
|
}
|
|
18049
17927
|
]
|
|
18050
17928
|
},
|
|
18051
17929
|
{
|
|
18052
17930
|
"kind": "javascript-module",
|
|
18053
|
-
"path": "src/
|
|
17931
|
+
"path": "src/state-persistence/kv-state.ts",
|
|
18054
17932
|
"declarations": [
|
|
18055
|
-
{
|
|
18056
|
-
"kind": "function",
|
|
18057
|
-
"name": "wasClickOutsideElement",
|
|
18058
|
-
"parameters": [
|
|
18059
|
-
{
|
|
18060
|
-
"name": "event",
|
|
18061
|
-
"type": {
|
|
18062
|
-
"text": "MouseEvent"
|
|
18063
|
-
}
|
|
18064
|
-
},
|
|
18065
|
-
{
|
|
18066
|
-
"name": "target",
|
|
18067
|
-
"type": {
|
|
18068
|
-
"text": "EventTarget"
|
|
18069
|
-
}
|
|
18070
|
-
}
|
|
18071
|
-
],
|
|
18072
|
-
"description": "Checks if the given mouse event occurred outside the target element.",
|
|
18073
|
-
"privacy": "public"
|
|
18074
|
-
},
|
|
18075
17933
|
{
|
|
18076
17934
|
"kind": "class",
|
|
18077
|
-
"description": "",
|
|
18078
|
-
"name": "
|
|
17935
|
+
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
17936
|
+
"name": "KVStorageStatePersistence",
|
|
18079
17937
|
"members": [
|
|
18080
17938
|
{
|
|
18081
17939
|
"kind": "field",
|
|
18082
|
-
"name": "
|
|
17940
|
+
"name": "kvStorage",
|
|
18083
17941
|
"type": {
|
|
18084
|
-
"text": "
|
|
17942
|
+
"text": "KVStorage"
|
|
18085
17943
|
}
|
|
18086
17944
|
},
|
|
18087
17945
|
{
|
|
18088
17946
|
"kind": "field",
|
|
18089
|
-
"name": "
|
|
17947
|
+
"name": "session",
|
|
18090
17948
|
"type": {
|
|
18091
|
-
"text": "
|
|
18092
|
-
}
|
|
18093
|
-
"privacy": "private"
|
|
17949
|
+
"text": "Session"
|
|
17950
|
+
}
|
|
18094
17951
|
},
|
|
18095
17952
|
{
|
|
18096
|
-
"kind": "
|
|
18097
|
-
"name": "
|
|
18098
|
-
"
|
|
18099
|
-
"
|
|
17953
|
+
"kind": "method",
|
|
17954
|
+
"name": "getColumnState",
|
|
17955
|
+
"return": {
|
|
17956
|
+
"type": {
|
|
17957
|
+
"text": "Promise<ColumnState[]>"
|
|
17958
|
+
}
|
|
18100
17959
|
},
|
|
18101
|
-
"
|
|
17960
|
+
"parameters": [
|
|
17961
|
+
{
|
|
17962
|
+
"name": "persistColumnStateKey",
|
|
17963
|
+
"type": {
|
|
17964
|
+
"text": "string"
|
|
17965
|
+
}
|
|
17966
|
+
}
|
|
17967
|
+
]
|
|
18102
17968
|
},
|
|
18103
17969
|
{
|
|
18104
|
-
"kind": "
|
|
18105
|
-
"name": "
|
|
18106
|
-
"
|
|
18107
|
-
"
|
|
17970
|
+
"kind": "method",
|
|
17971
|
+
"name": "saveColumnState",
|
|
17972
|
+
"return": {
|
|
17973
|
+
"type": {
|
|
17974
|
+
"text": "Promise<void>"
|
|
17975
|
+
}
|
|
18108
17976
|
},
|
|
18109
|
-
"
|
|
17977
|
+
"parameters": [
|
|
17978
|
+
{
|
|
17979
|
+
"name": "persistColumnStateKey",
|
|
17980
|
+
"type": {
|
|
17981
|
+
"text": "string"
|
|
17982
|
+
}
|
|
17983
|
+
},
|
|
17984
|
+
{
|
|
17985
|
+
"name": "columnState",
|
|
17986
|
+
"type": {
|
|
17987
|
+
"text": "ColumnState[]"
|
|
17988
|
+
}
|
|
17989
|
+
}
|
|
17990
|
+
]
|
|
18110
17991
|
},
|
|
18111
17992
|
{
|
|
18112
|
-
"kind": "
|
|
18113
|
-
"name": "
|
|
18114
|
-
"
|
|
18115
|
-
"
|
|
17993
|
+
"kind": "method",
|
|
17994
|
+
"name": "deleteColumnState",
|
|
17995
|
+
"return": {
|
|
17996
|
+
"type": {
|
|
17997
|
+
"text": "Promise<void>"
|
|
17998
|
+
}
|
|
18116
17999
|
},
|
|
18117
|
-
"
|
|
18000
|
+
"parameters": [
|
|
18001
|
+
{
|
|
18002
|
+
"name": "persistColumnStateKey",
|
|
18003
|
+
"type": {
|
|
18004
|
+
"text": "string"
|
|
18005
|
+
}
|
|
18006
|
+
}
|
|
18007
|
+
]
|
|
18118
18008
|
},
|
|
18119
18009
|
{
|
|
18120
|
-
"kind": "
|
|
18121
|
-
"name": "
|
|
18122
|
-
"
|
|
18123
|
-
|
|
18010
|
+
"kind": "method",
|
|
18011
|
+
"name": "migrateLocalStorageToKVStorage",
|
|
18012
|
+
"privacy": "private",
|
|
18013
|
+
"return": {
|
|
18014
|
+
"type": {
|
|
18015
|
+
"text": "Promise<void>"
|
|
18016
|
+
}
|
|
18124
18017
|
},
|
|
18125
|
-
"
|
|
18126
|
-
|
|
18018
|
+
"parameters": [
|
|
18019
|
+
{
|
|
18020
|
+
"name": "persistColumnStateKey",
|
|
18021
|
+
"type": {
|
|
18022
|
+
"text": "string"
|
|
18023
|
+
}
|
|
18024
|
+
}
|
|
18025
|
+
]
|
|
18127
18026
|
},
|
|
18128
18027
|
{
|
|
18129
|
-
"kind": "
|
|
18130
|
-
"name": "
|
|
18131
|
-
"
|
|
18132
|
-
"
|
|
18133
|
-
|
|
18134
|
-
|
|
18135
|
-
"description": "The name of the reqrep to get the options from"
|
|
18136
|
-
},
|
|
18137
|
-
{
|
|
18138
|
-
"kind": "field",
|
|
18139
|
-
"name": "searchKey",
|
|
18140
|
-
"type": {
|
|
18141
|
-
"text": "string | string[] | undefined"
|
|
18142
|
-
},
|
|
18143
|
-
"privacy": "public",
|
|
18144
|
-
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\")."
|
|
18145
|
-
},
|
|
18146
|
-
{
|
|
18147
|
-
"kind": "field",
|
|
18148
|
-
"name": "requestSupportsAdvancedSearch",
|
|
18149
|
-
"type": {
|
|
18150
|
-
"text": "boolean"
|
|
18151
|
-
},
|
|
18152
|
-
"privacy": "public",
|
|
18153
|
-
"default": "false",
|
|
18154
|
-
"description": "Tells whether a given request supports lookup by Groovy Expressions."
|
|
18155
|
-
},
|
|
18156
|
-
{
|
|
18157
|
-
"kind": "field",
|
|
18158
|
-
"name": "valueKey",
|
|
18159
|
-
"type": {
|
|
18160
|
-
"text": "string"
|
|
18161
|
-
},
|
|
18162
|
-
"privacy": "public",
|
|
18163
|
-
"description": "The key used as the value sent to the server"
|
|
18164
|
-
},
|
|
18165
|
-
{
|
|
18166
|
-
"kind": "field",
|
|
18167
|
-
"name": "labelKey",
|
|
18168
|
-
"type": {
|
|
18169
|
-
"text": "string"
|
|
18170
|
-
},
|
|
18171
|
-
"privacy": "public",
|
|
18172
|
-
"description": "The key used as the label displayed in the UI"
|
|
18173
|
-
},
|
|
18174
|
-
{
|
|
18175
|
-
"kind": "field",
|
|
18176
|
-
"name": "dropdownPlacement",
|
|
18177
|
-
"type": {
|
|
18178
|
-
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
18179
|
-
},
|
|
18180
|
-
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left"
|
|
18181
|
-
},
|
|
18182
|
-
{
|
|
18183
|
-
"kind": "field",
|
|
18184
|
-
"name": "dropdownWidth",
|
|
18185
|
-
"type": {
|
|
18186
|
-
"text": "number"
|
|
18187
|
-
},
|
|
18188
|
-
"privacy": "public",
|
|
18189
|
-
"description": "Optionally specifies the width of the dropdown"
|
|
18190
|
-
},
|
|
18191
|
-
{
|
|
18192
|
-
"kind": "field",
|
|
18193
|
-
"name": "request",
|
|
18194
|
-
"type": {
|
|
18195
|
-
"text": "object"
|
|
18196
|
-
},
|
|
18197
|
-
"privacy": "public",
|
|
18198
|
-
"description": "A request object to pass in the reqrep"
|
|
18199
|
-
},
|
|
18200
|
-
{
|
|
18201
|
-
"kind": "field",
|
|
18202
|
-
"name": "columnDefinitions",
|
|
18203
|
-
"type": {
|
|
18204
|
-
"text": "ColDef[]"
|
|
18205
|
-
},
|
|
18206
|
-
"privacy": "public",
|
|
18207
|
-
"description": "An array of AG Grid column definitions to use in the grid to display the data"
|
|
18208
|
-
},
|
|
18209
|
-
{
|
|
18210
|
-
"kind": "field",
|
|
18211
|
-
"name": "baseCriteria",
|
|
18212
|
-
"type": {
|
|
18213
|
-
"text": "string | undefined"
|
|
18214
|
-
},
|
|
18215
|
-
"privacy": "public",
|
|
18216
|
-
"description": "Base criteria that is always applied to requests combined with search criteria via AND.\nUse this to pre-filter results."
|
|
18217
|
-
},
|
|
18218
|
-
{
|
|
18219
|
-
"kind": "field",
|
|
18220
|
-
"name": "defaultSlottedNodes",
|
|
18221
|
-
"type": {
|
|
18222
|
-
"text": "Node[]"
|
|
18223
|
-
},
|
|
18224
|
-
"privacy": "public",
|
|
18225
|
-
"default": "[]"
|
|
18226
|
-
},
|
|
18227
|
-
{
|
|
18228
|
-
"kind": "field",
|
|
18229
|
-
"name": "grid",
|
|
18230
|
-
"type": {
|
|
18231
|
-
"text": "GridPro"
|
|
18028
|
+
"kind": "method",
|
|
18029
|
+
"name": "getFilterModel",
|
|
18030
|
+
"return": {
|
|
18031
|
+
"type": {
|
|
18032
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
18033
|
+
}
|
|
18232
18034
|
},
|
|
18233
|
-
"
|
|
18035
|
+
"parameters": [
|
|
18036
|
+
{
|
|
18037
|
+
"name": "persistFilterModelKey",
|
|
18038
|
+
"type": {
|
|
18039
|
+
"text": "string"
|
|
18040
|
+
}
|
|
18041
|
+
}
|
|
18042
|
+
]
|
|
18234
18043
|
},
|
|
18235
18044
|
{
|
|
18236
|
-
"kind": "
|
|
18237
|
-
"name": "
|
|
18238
|
-
"
|
|
18239
|
-
"
|
|
18045
|
+
"kind": "method",
|
|
18046
|
+
"name": "saveFilterModel",
|
|
18047
|
+
"return": {
|
|
18048
|
+
"type": {
|
|
18049
|
+
"text": "Promise<void>"
|
|
18050
|
+
}
|
|
18240
18051
|
},
|
|
18241
|
-
"
|
|
18242
|
-
|
|
18052
|
+
"parameters": [
|
|
18053
|
+
{
|
|
18054
|
+
"name": "persistFilterModelKey",
|
|
18055
|
+
"type": {
|
|
18056
|
+
"text": "string"
|
|
18057
|
+
}
|
|
18058
|
+
},
|
|
18059
|
+
{
|
|
18060
|
+
"name": "filterModel",
|
|
18061
|
+
"type": {
|
|
18062
|
+
"text": "{ [key: string]: any }"
|
|
18063
|
+
}
|
|
18064
|
+
}
|
|
18065
|
+
]
|
|
18066
|
+
}
|
|
18067
|
+
]
|
|
18068
|
+
}
|
|
18069
|
+
],
|
|
18070
|
+
"exports": [
|
|
18071
|
+
{
|
|
18072
|
+
"kind": "js",
|
|
18073
|
+
"name": "KVStorageStatePersistence",
|
|
18074
|
+
"declaration": {
|
|
18075
|
+
"name": "KVStorageStatePersistence",
|
|
18076
|
+
"module": "src/state-persistence/kv-state.ts"
|
|
18077
|
+
}
|
|
18078
|
+
}
|
|
18079
|
+
]
|
|
18080
|
+
},
|
|
18081
|
+
{
|
|
18082
|
+
"kind": "javascript-module",
|
|
18083
|
+
"path": "src/state-persistence/local-state.ts",
|
|
18084
|
+
"declarations": [
|
|
18085
|
+
{
|
|
18086
|
+
"kind": "class",
|
|
18087
|
+
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
18088
|
+
"name": "LocalStorageStatePersistence",
|
|
18089
|
+
"members": [
|
|
18243
18090
|
{
|
|
18244
18091
|
"kind": "field",
|
|
18245
|
-
"name": "
|
|
18092
|
+
"name": "session",
|
|
18246
18093
|
"type": {
|
|
18247
|
-
"text": "
|
|
18094
|
+
"text": "Session"
|
|
18248
18095
|
}
|
|
18249
18096
|
},
|
|
18250
|
-
{
|
|
18251
|
-
"kind": "field",
|
|
18252
|
-
"name": "filterSearch",
|
|
18253
|
-
"type": {
|
|
18254
|
-
"text": "string"
|
|
18255
|
-
},
|
|
18256
|
-
"privacy": "public",
|
|
18257
|
-
"description": "The criteria to search by"
|
|
18258
|
-
},
|
|
18259
|
-
{
|
|
18260
|
-
"kind": "field",
|
|
18261
|
-
"name": "open",
|
|
18262
|
-
"type": {
|
|
18263
|
-
"text": "boolean"
|
|
18264
|
-
},
|
|
18265
|
-
"privacy": "public",
|
|
18266
|
-
"description": "Whether the dropdown is open or not"
|
|
18267
|
-
},
|
|
18268
|
-
{
|
|
18269
|
-
"kind": "field",
|
|
18270
|
-
"name": "selectedRow",
|
|
18271
|
-
"type": {
|
|
18272
|
-
"text": "object"
|
|
18273
|
-
},
|
|
18274
|
-
"description": "Data for the selected row"
|
|
18275
|
-
},
|
|
18276
|
-
{
|
|
18277
|
-
"kind": "field",
|
|
18278
|
-
"name": "displayValue",
|
|
18279
|
-
"description": "Value to display in the form field",
|
|
18280
|
-
"readonly": true
|
|
18281
|
-
},
|
|
18282
|
-
{
|
|
18283
|
-
"kind": "field",
|
|
18284
|
-
"name": "hasSearchKey",
|
|
18285
|
-
"type": {
|
|
18286
|
-
"text": "boolean"
|
|
18287
|
-
},
|
|
18288
|
-
"readonly": true
|
|
18289
|
-
},
|
|
18290
|
-
{
|
|
18291
|
-
"kind": "field",
|
|
18292
|
-
"name": "hasSlottedContent",
|
|
18293
|
-
"type": {
|
|
18294
|
-
"text": "boolean"
|
|
18295
|
-
},
|
|
18296
|
-
"readonly": true
|
|
18297
|
-
},
|
|
18298
18097
|
{
|
|
18299
18098
|
"kind": "method",
|
|
18300
|
-
"name": "
|
|
18301
|
-
"
|
|
18099
|
+
"name": "getColumnState",
|
|
18100
|
+
"return": {
|
|
18101
|
+
"type": {
|
|
18102
|
+
"text": "Promise<ColumnState[]>"
|
|
18103
|
+
}
|
|
18104
|
+
},
|
|
18302
18105
|
"parameters": [
|
|
18303
18106
|
{
|
|
18304
|
-
"name": "
|
|
18107
|
+
"name": "persistColumnStateKey",
|
|
18305
18108
|
"type": {
|
|
18306
|
-
"text": "
|
|
18109
|
+
"text": "string"
|
|
18307
18110
|
}
|
|
18308
18111
|
}
|
|
18309
|
-
]
|
|
18310
|
-
"description": "Sets row data on the grid in a version-safe way.\nAG Grid v32+ removed `setRowData` in favour of `updateGridOptions`."
|
|
18112
|
+
]
|
|
18311
18113
|
},
|
|
18312
18114
|
{
|
|
18313
18115
|
"kind": "method",
|
|
18314
|
-
"name": "
|
|
18315
|
-
"
|
|
18116
|
+
"name": "saveColumnState",
|
|
18117
|
+
"return": {
|
|
18118
|
+
"type": {
|
|
18119
|
+
"text": "Promise<void>"
|
|
18120
|
+
}
|
|
18121
|
+
},
|
|
18316
18122
|
"parameters": [
|
|
18317
18123
|
{
|
|
18318
|
-
"name": "
|
|
18124
|
+
"name": "persistColumnStateKey",
|
|
18319
18125
|
"type": {
|
|
18320
|
-
"text": "
|
|
18126
|
+
"text": "string"
|
|
18321
18127
|
}
|
|
18322
|
-
}
|
|
18323
|
-
],
|
|
18324
|
-
"description": "Sets column defs on the grid in a version-safe way.\nAG Grid v32+ removed `setColumnDefs` in favour of `updateGridOptions`."
|
|
18325
|
-
},
|
|
18326
|
-
{
|
|
18327
|
-
"kind": "method",
|
|
18328
|
-
"name": "emitValue",
|
|
18329
|
-
"privacy": "private",
|
|
18330
|
-
"parameters": [
|
|
18128
|
+
},
|
|
18331
18129
|
{
|
|
18332
|
-
"name": "
|
|
18130
|
+
"name": "columnState",
|
|
18333
18131
|
"type": {
|
|
18334
|
-
"text": "
|
|
18132
|
+
"text": "ColumnState[]"
|
|
18335
18133
|
}
|
|
18336
18134
|
}
|
|
18337
|
-
]
|
|
18338
|
-
"description": "Emits 'change' and 'input' events so that the `sync` directive and forms work correctly."
|
|
18339
|
-
},
|
|
18340
|
-
{
|
|
18341
|
-
"kind": "method",
|
|
18342
|
-
"name": "toggle",
|
|
18343
|
-
"privacy": "public"
|
|
18135
|
+
]
|
|
18344
18136
|
},
|
|
18345
18137
|
{
|
|
18346
18138
|
"kind": "method",
|
|
18347
|
-
"name": "
|
|
18348
|
-
"
|
|
18349
|
-
|
|
18350
|
-
|
|
18351
|
-
|
|
18352
|
-
|
|
18353
|
-
"
|
|
18139
|
+
"name": "deleteColumnState",
|
|
18140
|
+
"return": {
|
|
18141
|
+
"type": {
|
|
18142
|
+
"text": "Promise<void>"
|
|
18143
|
+
}
|
|
18144
|
+
},
|
|
18145
|
+
"parameters": [
|
|
18146
|
+
{
|
|
18147
|
+
"name": "persistColumnStateKey",
|
|
18148
|
+
"type": {
|
|
18149
|
+
"text": "string"
|
|
18150
|
+
}
|
|
18151
|
+
}
|
|
18152
|
+
]
|
|
18354
18153
|
},
|
|
18355
18154
|
{
|
|
18356
18155
|
"kind": "method",
|
|
18357
|
-
"name": "
|
|
18358
|
-
"
|
|
18156
|
+
"name": "getFilterModel",
|
|
18157
|
+
"return": {
|
|
18158
|
+
"type": {
|
|
18159
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
18160
|
+
}
|
|
18161
|
+
},
|
|
18162
|
+
"parameters": [
|
|
18163
|
+
{
|
|
18164
|
+
"name": "persistFilterModelKey",
|
|
18165
|
+
"type": {
|
|
18166
|
+
"text": "string"
|
|
18167
|
+
}
|
|
18168
|
+
}
|
|
18169
|
+
]
|
|
18359
18170
|
},
|
|
18360
18171
|
{
|
|
18361
18172
|
"kind": "method",
|
|
18362
|
-
"name": "
|
|
18363
|
-
"
|
|
18364
|
-
|
|
18173
|
+
"name": "saveFilterModel",
|
|
18174
|
+
"return": {
|
|
18175
|
+
"type": {
|
|
18176
|
+
"text": "Promise<void>"
|
|
18177
|
+
}
|
|
18178
|
+
},
|
|
18179
|
+
"parameters": [
|
|
18180
|
+
{
|
|
18181
|
+
"name": "persistFilterModelKey",
|
|
18182
|
+
"type": {
|
|
18183
|
+
"text": "string"
|
|
18184
|
+
}
|
|
18185
|
+
},
|
|
18186
|
+
{
|
|
18187
|
+
"name": "filterModel",
|
|
18188
|
+
"type": {
|
|
18189
|
+
"text": "{ [key: string]: any }"
|
|
18190
|
+
}
|
|
18191
|
+
}
|
|
18192
|
+
]
|
|
18193
|
+
}
|
|
18194
|
+
]
|
|
18195
|
+
}
|
|
18196
|
+
],
|
|
18197
|
+
"exports": [
|
|
18198
|
+
{
|
|
18199
|
+
"kind": "js",
|
|
18200
|
+
"name": "LocalStorageStatePersistence",
|
|
18201
|
+
"declaration": {
|
|
18202
|
+
"name": "LocalStorageStatePersistence",
|
|
18203
|
+
"module": "src/state-persistence/local-state.ts"
|
|
18204
|
+
}
|
|
18205
|
+
}
|
|
18206
|
+
]
|
|
18207
|
+
},
|
|
18208
|
+
{
|
|
18209
|
+
"kind": "javascript-module",
|
|
18210
|
+
"path": "src/state-persistence/state-persistence.ts",
|
|
18211
|
+
"declarations": [],
|
|
18212
|
+
"exports": []
|
|
18213
|
+
},
|
|
18214
|
+
{
|
|
18215
|
+
"kind": "javascript-module",
|
|
18216
|
+
"path": "src/status-bar-components/index.ts",
|
|
18217
|
+
"declarations": [],
|
|
18218
|
+
"exports": [
|
|
18219
|
+
{
|
|
18220
|
+
"kind": "js",
|
|
18221
|
+
"name": "*",
|
|
18222
|
+
"declaration": {
|
|
18223
|
+
"name": "*",
|
|
18224
|
+
"package": "./load-more.status-bar"
|
|
18225
|
+
}
|
|
18226
|
+
},
|
|
18227
|
+
{
|
|
18228
|
+
"kind": "js",
|
|
18229
|
+
"name": "*",
|
|
18230
|
+
"declaration": {
|
|
18231
|
+
"name": "*",
|
|
18232
|
+
"package": "./pagination.status-bar"
|
|
18233
|
+
}
|
|
18234
|
+
},
|
|
18235
|
+
{
|
|
18236
|
+
"kind": "js",
|
|
18237
|
+
"name": "*",
|
|
18238
|
+
"declaration": {
|
|
18239
|
+
"name": "*",
|
|
18240
|
+
"package": "./label-value.status-bar"
|
|
18241
|
+
}
|
|
18242
|
+
},
|
|
18243
|
+
{
|
|
18244
|
+
"kind": "js",
|
|
18245
|
+
"name": "*",
|
|
18246
|
+
"declaration": {
|
|
18247
|
+
"name": "*",
|
|
18248
|
+
"package": "./reload.status-bar"
|
|
18249
|
+
}
|
|
18250
|
+
},
|
|
18251
|
+
{
|
|
18252
|
+
"kind": "js",
|
|
18253
|
+
"name": "*",
|
|
18254
|
+
"declaration": {
|
|
18255
|
+
"name": "*",
|
|
18256
|
+
"package": "./row-count.status-bar"
|
|
18257
|
+
}
|
|
18258
|
+
}
|
|
18259
|
+
]
|
|
18260
|
+
},
|
|
18261
|
+
{
|
|
18262
|
+
"kind": "javascript-module",
|
|
18263
|
+
"path": "src/status-bar-components/label-value.status-bar.ts",
|
|
18264
|
+
"declarations": [
|
|
18265
|
+
{
|
|
18266
|
+
"kind": "class",
|
|
18267
|
+
"description": "Label Value Status Bar Component",
|
|
18268
|
+
"name": "LabelValueStatusBarComponent",
|
|
18269
|
+
"members": [
|
|
18365
18270
|
{
|
|
18366
|
-
"kind": "
|
|
18367
|
-
"name": "
|
|
18368
|
-
"
|
|
18271
|
+
"kind": "field",
|
|
18272
|
+
"name": "element",
|
|
18273
|
+
"type": {
|
|
18274
|
+
"text": "HTMLElement"
|
|
18275
|
+
},
|
|
18276
|
+
"privacy": "private"
|
|
18369
18277
|
},
|
|
18370
18278
|
{
|
|
18371
18279
|
"kind": "field",
|
|
18372
|
-
"name": "
|
|
18280
|
+
"name": "labelElement",
|
|
18281
|
+
"type": {
|
|
18282
|
+
"text": "HTMLElement"
|
|
18283
|
+
},
|
|
18373
18284
|
"privacy": "private"
|
|
18374
18285
|
},
|
|
18375
18286
|
{
|
|
18376
|
-
"kind": "
|
|
18377
|
-
"name": "
|
|
18378
|
-
"
|
|
18287
|
+
"kind": "field",
|
|
18288
|
+
"name": "valueElement",
|
|
18289
|
+
"type": {
|
|
18290
|
+
"text": "HTMLElement"
|
|
18291
|
+
},
|
|
18292
|
+
"privacy": "private"
|
|
18379
18293
|
},
|
|
18380
18294
|
{
|
|
18381
|
-
"kind": "
|
|
18382
|
-
"name": "
|
|
18383
|
-
"
|
|
18295
|
+
"kind": "field",
|
|
18296
|
+
"name": "currentParams",
|
|
18297
|
+
"type": {
|
|
18298
|
+
"text": "LabelValueStatusBarParams"
|
|
18299
|
+
},
|
|
18300
|
+
"privacy": "private"
|
|
18384
18301
|
},
|
|
18385
18302
|
{
|
|
18386
18303
|
"kind": "method",
|
|
18387
|
-
"name": "
|
|
18388
|
-
"privacy": "public",
|
|
18304
|
+
"name": "init",
|
|
18389
18305
|
"parameters": [
|
|
18390
18306
|
{
|
|
18391
|
-
"name": "
|
|
18307
|
+
"name": "params",
|
|
18392
18308
|
"type": {
|
|
18393
|
-
"text": "
|
|
18309
|
+
"text": "IStatusPanelParams"
|
|
18394
18310
|
}
|
|
18395
18311
|
}
|
|
18396
18312
|
]
|
|
18397
18313
|
},
|
|
18398
18314
|
{
|
|
18399
18315
|
"kind": "method",
|
|
18400
|
-
"name": "
|
|
18316
|
+
"name": "updateParams",
|
|
18401
18317
|
"return": {
|
|
18402
18318
|
"type": {
|
|
18403
|
-
"text": "
|
|
18319
|
+
"text": "void"
|
|
18404
18320
|
}
|
|
18405
18321
|
},
|
|
18406
18322
|
"parameters": [
|
|
18407
18323
|
{
|
|
18408
|
-
"name": "
|
|
18409
|
-
"optional": true,
|
|
18324
|
+
"name": "params",
|
|
18410
18325
|
"type": {
|
|
18411
|
-
"text": "
|
|
18326
|
+
"text": "Partial<LabelValueStatusBarParams>"
|
|
18412
18327
|
}
|
|
18413
18328
|
}
|
|
18414
|
-
]
|
|
18415
|
-
"inheritedFrom": {
|
|
18416
|
-
"name": "LifecycleMixin",
|
|
18417
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18418
|
-
}
|
|
18329
|
+
]
|
|
18419
18330
|
},
|
|
18420
18331
|
{
|
|
18421
18332
|
"kind": "method",
|
|
18422
|
-
"name": "
|
|
18333
|
+
"name": "updateDisplay",
|
|
18334
|
+
"privacy": "private",
|
|
18423
18335
|
"return": {
|
|
18424
18336
|
"type": {
|
|
18425
|
-
"text": "
|
|
18337
|
+
"text": "void"
|
|
18426
18338
|
}
|
|
18427
|
-
},
|
|
18428
|
-
"inheritedFrom": {
|
|
18429
|
-
"name": "LifecycleMixin",
|
|
18430
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18431
18339
|
}
|
|
18432
18340
|
},
|
|
18433
18341
|
{
|
|
18434
|
-
"kind": "
|
|
18435
|
-
"name": "
|
|
18342
|
+
"kind": "method",
|
|
18343
|
+
"name": "getGui",
|
|
18436
18344
|
"return": {
|
|
18437
18345
|
"type": {
|
|
18438
|
-
"text": ""
|
|
18346
|
+
"text": "HTMLElement"
|
|
18439
18347
|
}
|
|
18440
|
-
},
|
|
18441
|
-
"readonly": true,
|
|
18442
|
-
"inheritedFrom": {
|
|
18443
|
-
"name": "LifecycleMixin",
|
|
18444
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18445
18348
|
}
|
|
18446
18349
|
},
|
|
18350
|
+
{
|
|
18351
|
+
"kind": "method",
|
|
18352
|
+
"name": "destroy"
|
|
18353
|
+
}
|
|
18354
|
+
]
|
|
18355
|
+
}
|
|
18356
|
+
],
|
|
18357
|
+
"exports": [
|
|
18358
|
+
{
|
|
18359
|
+
"kind": "js",
|
|
18360
|
+
"name": "LabelValueStatusBarComponent",
|
|
18361
|
+
"declaration": {
|
|
18362
|
+
"name": "LabelValueStatusBarComponent",
|
|
18363
|
+
"module": "src/status-bar-components/label-value.status-bar.ts"
|
|
18364
|
+
}
|
|
18365
|
+
}
|
|
18366
|
+
]
|
|
18367
|
+
},
|
|
18368
|
+
{
|
|
18369
|
+
"kind": "javascript-module",
|
|
18370
|
+
"path": "src/status-bar-components/load-more.status-bar.ts",
|
|
18371
|
+
"declarations": [
|
|
18372
|
+
{
|
|
18373
|
+
"kind": "class",
|
|
18374
|
+
"description": "A status bar component that shows a \"Load More\" button when more rows are available",
|
|
18375
|
+
"name": "LoadMoreStatusBarComponent",
|
|
18376
|
+
"members": [
|
|
18447
18377
|
{
|
|
18448
18378
|
"kind": "field",
|
|
18449
|
-
"name": "
|
|
18450
|
-
"
|
|
18451
|
-
"
|
|
18452
|
-
"text": ""
|
|
18453
|
-
}
|
|
18379
|
+
"name": "element",
|
|
18380
|
+
"type": {
|
|
18381
|
+
"text": "HTMLElement"
|
|
18454
18382
|
},
|
|
18455
|
-
"
|
|
18456
|
-
"inheritedFrom": {
|
|
18457
|
-
"name": "LifecycleMixin",
|
|
18458
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18459
|
-
}
|
|
18383
|
+
"privacy": "private"
|
|
18460
18384
|
},
|
|
18461
18385
|
{
|
|
18462
|
-
"kind": "
|
|
18463
|
-
"name": "
|
|
18464
|
-
"
|
|
18465
|
-
"
|
|
18466
|
-
"text": "boolean"
|
|
18467
|
-
}
|
|
18386
|
+
"kind": "field",
|
|
18387
|
+
"name": "loadMoreButton",
|
|
18388
|
+
"type": {
|
|
18389
|
+
"text": "HTMLElement"
|
|
18468
18390
|
},
|
|
18469
|
-
"
|
|
18470
|
-
{
|
|
18471
|
-
"name": "lifecycleType",
|
|
18472
|
-
"type": {
|
|
18473
|
-
"text": "Lifecycletype"
|
|
18474
|
-
}
|
|
18475
|
-
}
|
|
18476
|
-
],
|
|
18477
|
-
"inheritedFrom": {
|
|
18478
|
-
"name": "LifecycleMixin",
|
|
18479
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18480
|
-
}
|
|
18391
|
+
"privacy": "private"
|
|
18481
18392
|
},
|
|
18482
18393
|
{
|
|
18483
18394
|
"kind": "field",
|
|
18484
|
-
"name": "
|
|
18395
|
+
"name": "progressRing",
|
|
18485
18396
|
"type": {
|
|
18486
|
-
"text": "
|
|
18397
|
+
"text": "HTMLElement"
|
|
18398
|
+
},
|
|
18399
|
+
"privacy": "private"
|
|
18400
|
+
},
|
|
18401
|
+
{
|
|
18402
|
+
"kind": "field",
|
|
18403
|
+
"name": "buttonLabel",
|
|
18404
|
+
"type": {
|
|
18405
|
+
"text": "string"
|
|
18487
18406
|
},
|
|
18488
18407
|
"privacy": "private",
|
|
18489
|
-
"default": "
|
|
18490
|
-
"inheritedFrom": {
|
|
18491
|
-
"name": "FoundationElement",
|
|
18492
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18493
|
-
}
|
|
18408
|
+
"default": "'Load More'"
|
|
18494
18409
|
},
|
|
18495
18410
|
{
|
|
18496
18411
|
"kind": "field",
|
|
18497
|
-
"name": "
|
|
18412
|
+
"name": "params",
|
|
18498
18413
|
"type": {
|
|
18499
|
-
"text": "
|
|
18414
|
+
"text": "LoadMoreStatusBarParams"
|
|
18500
18415
|
},
|
|
18501
|
-
"privacy": "
|
|
18502
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18503
|
-
"inheritedFrom": {
|
|
18504
|
-
"name": "FoundationElement",
|
|
18505
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18506
|
-
}
|
|
18416
|
+
"privacy": "private"
|
|
18507
18417
|
},
|
|
18508
18418
|
{
|
|
18509
18419
|
"kind": "field",
|
|
18510
|
-
"name": "
|
|
18420
|
+
"name": "designSystemPrefix",
|
|
18511
18421
|
"type": {
|
|
18512
|
-
"text": "
|
|
18422
|
+
"text": "string"
|
|
18513
18423
|
},
|
|
18514
|
-
"privacy": "
|
|
18515
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18516
|
-
"inheritedFrom": {
|
|
18517
|
-
"name": "FoundationElement",
|
|
18518
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18519
|
-
}
|
|
18424
|
+
"privacy": "private"
|
|
18520
18425
|
},
|
|
18521
18426
|
{
|
|
18522
|
-
"kind": "
|
|
18523
|
-
"name": "
|
|
18524
|
-
"
|
|
18525
|
-
|
|
18526
|
-
"type": {
|
|
18527
|
-
"text": "void"
|
|
18528
|
-
}
|
|
18427
|
+
"kind": "field",
|
|
18428
|
+
"name": "isLoading",
|
|
18429
|
+
"type": {
|
|
18430
|
+
"text": "boolean"
|
|
18529
18431
|
},
|
|
18530
|
-
"
|
|
18531
|
-
|
|
18532
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18533
|
-
}
|
|
18432
|
+
"privacy": "private",
|
|
18433
|
+
"default": "false"
|
|
18534
18434
|
},
|
|
18535
18435
|
{
|
|
18536
18436
|
"kind": "field",
|
|
18537
|
-
"name": "
|
|
18437
|
+
"name": "isLeftAligned",
|
|
18538
18438
|
"type": {
|
|
18539
|
-
"text": "
|
|
18439
|
+
"text": "boolean"
|
|
18540
18440
|
},
|
|
18541
|
-
"privacy": "
|
|
18542
|
-
"
|
|
18543
|
-
|
|
18544
|
-
|
|
18545
|
-
|
|
18546
|
-
|
|
18441
|
+
"privacy": "private",
|
|
18442
|
+
"default": "false"
|
|
18443
|
+
},
|
|
18444
|
+
{
|
|
18445
|
+
"kind": "field",
|
|
18446
|
+
"name": "gridApi",
|
|
18447
|
+
"type": {
|
|
18448
|
+
"text": "any"
|
|
18449
|
+
},
|
|
18450
|
+
"privacy": "private"
|
|
18451
|
+
},
|
|
18452
|
+
{
|
|
18453
|
+
"kind": "field",
|
|
18454
|
+
"name": "clickHandler",
|
|
18455
|
+
"type": {
|
|
18456
|
+
"text": "(event: MouseEvent) => void"
|
|
18457
|
+
},
|
|
18458
|
+
"privacy": "private"
|
|
18547
18459
|
},
|
|
18548
18460
|
{
|
|
18549
18461
|
"kind": "method",
|
|
18550
|
-
"name": "
|
|
18551
|
-
"
|
|
18462
|
+
"name": "init",
|
|
18463
|
+
"parameters": [
|
|
18464
|
+
{
|
|
18465
|
+
"name": "params",
|
|
18466
|
+
"type": {
|
|
18467
|
+
"text": "IStatusPanelParams"
|
|
18468
|
+
}
|
|
18469
|
+
}
|
|
18470
|
+
]
|
|
18471
|
+
},
|
|
18472
|
+
{
|
|
18473
|
+
"kind": "method",
|
|
18474
|
+
"name": "createProgressRing",
|
|
18475
|
+
"privacy": "private"
|
|
18476
|
+
},
|
|
18477
|
+
{
|
|
18478
|
+
"kind": "method",
|
|
18479
|
+
"name": "createLoadMoreButton",
|
|
18480
|
+
"privacy": "private"
|
|
18481
|
+
},
|
|
18482
|
+
{
|
|
18483
|
+
"kind": "method",
|
|
18484
|
+
"name": "updateAriaLabel",
|
|
18485
|
+
"privacy": "private",
|
|
18552
18486
|
"return": {
|
|
18553
18487
|
"type": {
|
|
18554
18488
|
"text": "void"
|
|
18555
18489
|
}
|
|
18556
18490
|
},
|
|
18557
|
-
"
|
|
18558
|
-
"name": "FoundationElement",
|
|
18559
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18560
|
-
}
|
|
18491
|
+
"description": "Update the aria-label based on current state and tooltip"
|
|
18561
18492
|
},
|
|
18562
18493
|
{
|
|
18563
18494
|
"kind": "method",
|
|
18564
|
-
"name": "
|
|
18565
|
-
"privacy": "
|
|
18566
|
-
"static": true,
|
|
18495
|
+
"name": "showLoading",
|
|
18496
|
+
"privacy": "private",
|
|
18567
18497
|
"return": {
|
|
18568
18498
|
"type": {
|
|
18569
|
-
"text": "
|
|
18499
|
+
"text": "void"
|
|
18570
18500
|
}
|
|
18571
18501
|
},
|
|
18572
18502
|
"parameters": [
|
|
18573
18503
|
{
|
|
18574
|
-
"name": "
|
|
18504
|
+
"name": "loading",
|
|
18575
18505
|
"type": {
|
|
18576
|
-
"text": "
|
|
18506
|
+
"text": "boolean"
|
|
18577
18507
|
}
|
|
18578
|
-
}
|
|
18508
|
+
}
|
|
18509
|
+
],
|
|
18510
|
+
"description": "Show or hide the loading state"
|
|
18511
|
+
},
|
|
18512
|
+
{
|
|
18513
|
+
"kind": "method",
|
|
18514
|
+
"name": "updateButtonVisibility",
|
|
18515
|
+
"privacy": "public"
|
|
18516
|
+
},
|
|
18517
|
+
{
|
|
18518
|
+
"kind": "method",
|
|
18519
|
+
"name": "updateParams",
|
|
18520
|
+
"privacy": "public",
|
|
18521
|
+
"parameters": [
|
|
18579
18522
|
{
|
|
18580
|
-
"name": "
|
|
18523
|
+
"name": "params",
|
|
18581
18524
|
"type": {
|
|
18582
|
-
"text": "
|
|
18583
|
-
}
|
|
18584
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
18525
|
+
"text": "LoadMoreStatusBarParams"
|
|
18526
|
+
}
|
|
18585
18527
|
}
|
|
18586
|
-
]
|
|
18587
|
-
|
|
18588
|
-
"inheritedFrom": {
|
|
18589
|
-
"name": "FoundationElement",
|
|
18590
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18591
|
-
}
|
|
18592
|
-
}
|
|
18593
|
-
],
|
|
18594
|
-
"events": [
|
|
18528
|
+
]
|
|
18529
|
+
},
|
|
18595
18530
|
{
|
|
18596
|
-
"
|
|
18597
|
-
"name": "
|
|
18531
|
+
"kind": "method",
|
|
18532
|
+
"name": "getGui",
|
|
18533
|
+
"return": {
|
|
18534
|
+
"type": {
|
|
18535
|
+
"text": "HTMLElement"
|
|
18536
|
+
}
|
|
18537
|
+
}
|
|
18598
18538
|
},
|
|
18599
18539
|
{
|
|
18600
|
-
"
|
|
18601
|
-
"name": "
|
|
18540
|
+
"kind": "method",
|
|
18541
|
+
"name": "destroy"
|
|
18602
18542
|
}
|
|
18603
|
-
]
|
|
18604
|
-
|
|
18543
|
+
]
|
|
18544
|
+
}
|
|
18545
|
+
],
|
|
18546
|
+
"exports": [
|
|
18547
|
+
{
|
|
18548
|
+
"kind": "js",
|
|
18549
|
+
"name": "LoadMoreStatusBarComponent",
|
|
18550
|
+
"declaration": {
|
|
18551
|
+
"name": "LoadMoreStatusBarComponent",
|
|
18552
|
+
"module": "src/status-bar-components/load-more.status-bar.ts"
|
|
18553
|
+
}
|
|
18554
|
+
}
|
|
18555
|
+
]
|
|
18556
|
+
},
|
|
18557
|
+
{
|
|
18558
|
+
"kind": "javascript-module",
|
|
18559
|
+
"path": "src/status-bar-components/pagination.status-bar.ts",
|
|
18560
|
+
"declarations": [
|
|
18561
|
+
{
|
|
18562
|
+
"kind": "class",
|
|
18563
|
+
"description": "Pagination Status Bar Component for AG Grid\nDisplays pagination controls and information about current page and total rows",
|
|
18564
|
+
"name": "PaginationStatusBarComponent",
|
|
18565
|
+
"members": [
|
|
18605
18566
|
{
|
|
18567
|
+
"kind": "field",
|
|
18568
|
+
"name": "element",
|
|
18606
18569
|
"type": {
|
|
18607
|
-
"text": "
|
|
18570
|
+
"text": "HTMLElement"
|
|
18608
18571
|
},
|
|
18609
|
-
"
|
|
18610
|
-
"fieldName": "disabled"
|
|
18572
|
+
"privacy": "private"
|
|
18611
18573
|
},
|
|
18612
18574
|
{
|
|
18613
|
-
"
|
|
18575
|
+
"kind": "field",
|
|
18576
|
+
"name": "api",
|
|
18614
18577
|
"type": {
|
|
18615
|
-
"text": "
|
|
18578
|
+
"text": "GridApi"
|
|
18616
18579
|
},
|
|
18617
|
-
"
|
|
18618
|
-
"fieldName": "resourceName"
|
|
18580
|
+
"privacy": "private"
|
|
18619
18581
|
},
|
|
18620
18582
|
{
|
|
18621
|
-
"
|
|
18583
|
+
"kind": "field",
|
|
18584
|
+
"name": "paginationPanel",
|
|
18622
18585
|
"type": {
|
|
18623
|
-
"text": "
|
|
18586
|
+
"text": "HTMLElement"
|
|
18624
18587
|
},
|
|
18625
|
-
"
|
|
18626
|
-
"fieldName": "searchKey"
|
|
18588
|
+
"privacy": "private"
|
|
18627
18589
|
},
|
|
18628
18590
|
{
|
|
18629
|
-
"
|
|
18591
|
+
"kind": "field",
|
|
18592
|
+
"name": "paginationSummaryPanel",
|
|
18630
18593
|
"type": {
|
|
18631
|
-
"text": "
|
|
18594
|
+
"text": "HTMLElement"
|
|
18632
18595
|
},
|
|
18633
|
-
"
|
|
18634
|
-
"description": "Tells whether a given request supports lookup by Groovy Expressions.",
|
|
18635
|
-
"fieldName": "requestSupportsAdvancedSearch"
|
|
18596
|
+
"privacy": "private"
|
|
18636
18597
|
},
|
|
18637
18598
|
{
|
|
18638
|
-
"
|
|
18599
|
+
"kind": "field",
|
|
18600
|
+
"name": "firstPageButton",
|
|
18639
18601
|
"type": {
|
|
18640
|
-
"text": "
|
|
18602
|
+
"text": "HTMLElement"
|
|
18641
18603
|
},
|
|
18642
|
-
"
|
|
18643
|
-
"fieldName": "valueKey"
|
|
18604
|
+
"privacy": "private"
|
|
18644
18605
|
},
|
|
18645
18606
|
{
|
|
18646
|
-
"
|
|
18607
|
+
"kind": "field",
|
|
18608
|
+
"name": "prevPageButton",
|
|
18647
18609
|
"type": {
|
|
18648
|
-
"text": "
|
|
18610
|
+
"text": "HTMLElement"
|
|
18649
18611
|
},
|
|
18650
|
-
"
|
|
18651
|
-
"fieldName": "labelKey"
|
|
18612
|
+
"privacy": "private"
|
|
18652
18613
|
},
|
|
18653
18614
|
{
|
|
18654
|
-
"
|
|
18615
|
+
"kind": "field",
|
|
18616
|
+
"name": "descriptionPanel",
|
|
18655
18617
|
"type": {
|
|
18656
|
-
"text": "
|
|
18618
|
+
"text": "HTMLElement"
|
|
18657
18619
|
},
|
|
18658
|
-
"
|
|
18659
|
-
"fieldName": "dropdownPlacement"
|
|
18620
|
+
"privacy": "private"
|
|
18660
18621
|
},
|
|
18661
18622
|
{
|
|
18662
|
-
"
|
|
18623
|
+
"kind": "field",
|
|
18624
|
+
"name": "pageStartDisplay",
|
|
18663
18625
|
"type": {
|
|
18664
|
-
"text": "
|
|
18626
|
+
"text": "HTMLElement"
|
|
18665
18627
|
},
|
|
18666
|
-
"
|
|
18667
|
-
|
|
18668
|
-
}
|
|
18669
|
-
],
|
|
18670
|
-
"mixins": [
|
|
18628
|
+
"privacy": "private"
|
|
18629
|
+
},
|
|
18671
18630
|
{
|
|
18672
|
-
"
|
|
18673
|
-
"
|
|
18674
|
-
|
|
18675
|
-
|
|
18676
|
-
|
|
18677
|
-
|
|
18678
|
-
|
|
18679
|
-
},
|
|
18680
|
-
"tagName": "%%prefix%%-multicolumn-dropdown",
|
|
18681
|
-
"customElement": true
|
|
18682
|
-
},
|
|
18683
|
-
{
|
|
18684
|
-
"kind": "variable",
|
|
18685
|
-
"name": "foundationMulticolumnDropdown",
|
|
18686
|
-
"description": "A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.",
|
|
18687
|
-
"privacy": "public"
|
|
18688
|
-
}
|
|
18689
|
-
],
|
|
18690
|
-
"exports": [
|
|
18691
|
-
{
|
|
18692
|
-
"kind": "js",
|
|
18693
|
-
"name": "wasClickOutsideElement",
|
|
18694
|
-
"declaration": {
|
|
18695
|
-
"name": "wasClickOutsideElement",
|
|
18696
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18697
|
-
}
|
|
18698
|
-
},
|
|
18699
|
-
{
|
|
18700
|
-
"kind": "js",
|
|
18701
|
-
"name": "MulticolumnDropdown",
|
|
18702
|
-
"declaration": {
|
|
18703
|
-
"name": "MulticolumnDropdown",
|
|
18704
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18705
|
-
}
|
|
18706
|
-
},
|
|
18707
|
-
{
|
|
18708
|
-
"kind": "js",
|
|
18709
|
-
"name": "foundationMulticolumnDropdown",
|
|
18710
|
-
"declaration": {
|
|
18711
|
-
"name": "foundationMulticolumnDropdown",
|
|
18712
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18713
|
-
}
|
|
18714
|
-
}
|
|
18715
|
-
]
|
|
18716
|
-
},
|
|
18717
|
-
{
|
|
18718
|
-
"kind": "javascript-module",
|
|
18719
|
-
"path": "src/state-persistence/index.ts",
|
|
18720
|
-
"declarations": [],
|
|
18721
|
-
"exports": [
|
|
18722
|
-
{
|
|
18723
|
-
"kind": "js",
|
|
18724
|
-
"name": "*",
|
|
18725
|
-
"declaration": {
|
|
18726
|
-
"name": "*",
|
|
18727
|
-
"package": "./kv-state"
|
|
18728
|
-
}
|
|
18729
|
-
},
|
|
18730
|
-
{
|
|
18731
|
-
"kind": "js",
|
|
18732
|
-
"name": "*",
|
|
18733
|
-
"declaration": {
|
|
18734
|
-
"name": "*",
|
|
18735
|
-
"package": "./local-state"
|
|
18736
|
-
}
|
|
18737
|
-
},
|
|
18738
|
-
{
|
|
18739
|
-
"kind": "js",
|
|
18740
|
-
"name": "*",
|
|
18741
|
-
"declaration": {
|
|
18742
|
-
"name": "*",
|
|
18743
|
-
"package": "./state-persistence"
|
|
18744
|
-
}
|
|
18745
|
-
}
|
|
18746
|
-
]
|
|
18747
|
-
},
|
|
18748
|
-
{
|
|
18749
|
-
"kind": "javascript-module",
|
|
18750
|
-
"path": "src/state-persistence/kv-state.ts",
|
|
18751
|
-
"declarations": [
|
|
18752
|
-
{
|
|
18753
|
-
"kind": "class",
|
|
18754
|
-
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
18755
|
-
"name": "KVStorageStatePersistence",
|
|
18756
|
-
"members": [
|
|
18631
|
+
"kind": "field",
|
|
18632
|
+
"name": "pageNumberDisplay",
|
|
18633
|
+
"type": {
|
|
18634
|
+
"text": "HTMLElement"
|
|
18635
|
+
},
|
|
18636
|
+
"privacy": "private"
|
|
18637
|
+
},
|
|
18757
18638
|
{
|
|
18758
18639
|
"kind": "field",
|
|
18759
|
-
"name": "
|
|
18640
|
+
"name": "pageOfDisplay",
|
|
18760
18641
|
"type": {
|
|
18761
|
-
"text": "
|
|
18762
|
-
}
|
|
18642
|
+
"text": "HTMLElement"
|
|
18643
|
+
},
|
|
18644
|
+
"privacy": "private"
|
|
18763
18645
|
},
|
|
18764
18646
|
{
|
|
18765
18647
|
"kind": "field",
|
|
18766
|
-
"name": "
|
|
18648
|
+
"name": "pageNumberTotalDisplay",
|
|
18767
18649
|
"type": {
|
|
18768
|
-
"text": "
|
|
18769
|
-
}
|
|
18650
|
+
"text": "HTMLElement"
|
|
18651
|
+
},
|
|
18652
|
+
"privacy": "private"
|
|
18770
18653
|
},
|
|
18771
18654
|
{
|
|
18772
|
-
"kind": "
|
|
18773
|
-
"name": "
|
|
18774
|
-
"
|
|
18775
|
-
"
|
|
18776
|
-
|
|
18777
|
-
|
|
18655
|
+
"kind": "field",
|
|
18656
|
+
"name": "nextPageButton",
|
|
18657
|
+
"type": {
|
|
18658
|
+
"text": "HTMLElement"
|
|
18659
|
+
},
|
|
18660
|
+
"privacy": "private"
|
|
18661
|
+
},
|
|
18662
|
+
{
|
|
18663
|
+
"kind": "field",
|
|
18664
|
+
"name": "lastPageButton",
|
|
18665
|
+
"type": {
|
|
18666
|
+
"text": "HTMLElement"
|
|
18667
|
+
},
|
|
18668
|
+
"privacy": "private"
|
|
18669
|
+
},
|
|
18670
|
+
{
|
|
18671
|
+
"kind": "field",
|
|
18672
|
+
"name": "paginationChangedHandler",
|
|
18673
|
+
"type": {
|
|
18674
|
+
"text": "() => void"
|
|
18778
18675
|
},
|
|
18676
|
+
"privacy": "private"
|
|
18677
|
+
},
|
|
18678
|
+
{
|
|
18679
|
+
"kind": "method",
|
|
18680
|
+
"name": "init",
|
|
18779
18681
|
"parameters": [
|
|
18780
18682
|
{
|
|
18781
|
-
"name": "
|
|
18683
|
+
"name": "params",
|
|
18782
18684
|
"type": {
|
|
18783
|
-
"text": "
|
|
18685
|
+
"text": "IStatusPanelParams"
|
|
18784
18686
|
}
|
|
18785
18687
|
}
|
|
18786
18688
|
]
|
|
18787
18689
|
},
|
|
18788
18690
|
{
|
|
18789
18691
|
"kind": "method",
|
|
18790
|
-
"name": "
|
|
18692
|
+
"name": "getGui"
|
|
18693
|
+
},
|
|
18694
|
+
{
|
|
18695
|
+
"kind": "method",
|
|
18696
|
+
"name": "createPaginationPanel",
|
|
18697
|
+
"privacy": "private"
|
|
18698
|
+
},
|
|
18699
|
+
{
|
|
18700
|
+
"kind": "method",
|
|
18701
|
+
"name": "addPaginationEventListeners",
|
|
18702
|
+
"privacy": "private",
|
|
18791
18703
|
"return": {
|
|
18792
18704
|
"type": {
|
|
18793
|
-
"text": "
|
|
18705
|
+
"text": "void"
|
|
18706
|
+
}
|
|
18707
|
+
}
|
|
18708
|
+
},
|
|
18709
|
+
{
|
|
18710
|
+
"kind": "method",
|
|
18711
|
+
"name": "createPaginationButton",
|
|
18712
|
+
"privacy": "private",
|
|
18713
|
+
"return": {
|
|
18714
|
+
"type": {
|
|
18715
|
+
"text": "HTMLElement"
|
|
18794
18716
|
}
|
|
18795
18717
|
},
|
|
18796
18718
|
"parameters": [
|
|
18797
18719
|
{
|
|
18798
|
-
"name": "
|
|
18720
|
+
"name": "ref",
|
|
18799
18721
|
"type": {
|
|
18800
18722
|
"text": "string"
|
|
18801
18723
|
}
|
|
18802
18724
|
},
|
|
18803
18725
|
{
|
|
18804
|
-
"name": "
|
|
18726
|
+
"name": "className",
|
|
18805
18727
|
"type": {
|
|
18806
|
-
"text": "
|
|
18728
|
+
"text": "string"
|
|
18729
|
+
}
|
|
18730
|
+
},
|
|
18731
|
+
{
|
|
18732
|
+
"name": "ariaLabel",
|
|
18733
|
+
"type": {
|
|
18734
|
+
"text": "string"
|
|
18735
|
+
}
|
|
18736
|
+
},
|
|
18737
|
+
{
|
|
18738
|
+
"name": "disabled",
|
|
18739
|
+
"type": {
|
|
18740
|
+
"text": "boolean"
|
|
18807
18741
|
}
|
|
18808
18742
|
}
|
|
18809
18743
|
]
|
|
18810
18744
|
},
|
|
18811
18745
|
{
|
|
18812
18746
|
"kind": "method",
|
|
18813
|
-
"name": "
|
|
18814
|
-
"
|
|
18815
|
-
"type": {
|
|
18816
|
-
"text": "Promise<void>"
|
|
18817
|
-
}
|
|
18818
|
-
},
|
|
18747
|
+
"name": "goToPage",
|
|
18748
|
+
"privacy": "private",
|
|
18819
18749
|
"parameters": [
|
|
18820
18750
|
{
|
|
18821
|
-
"name": "
|
|
18751
|
+
"name": "page",
|
|
18822
18752
|
"type": {
|
|
18823
|
-
"text": "
|
|
18753
|
+
"text": "'first' | 'previous' | 'next' | 'last'"
|
|
18824
18754
|
}
|
|
18825
18755
|
}
|
|
18826
18756
|
]
|
|
18827
18757
|
},
|
|
18828
18758
|
{
|
|
18829
18759
|
"kind": "method",
|
|
18830
|
-
"name": "
|
|
18760
|
+
"name": "updateDisplay",
|
|
18761
|
+
"privacy": "private"
|
|
18762
|
+
},
|
|
18763
|
+
{
|
|
18764
|
+
"kind": "method",
|
|
18765
|
+
"name": "updateButtonState",
|
|
18831
18766
|
"privacy": "private",
|
|
18832
|
-
"return": {
|
|
18833
|
-
"type": {
|
|
18834
|
-
"text": "Promise<void>"
|
|
18835
|
-
}
|
|
18836
|
-
},
|
|
18837
18767
|
"parameters": [
|
|
18838
18768
|
{
|
|
18839
|
-
"name": "
|
|
18769
|
+
"name": "button",
|
|
18840
18770
|
"type": {
|
|
18841
|
-
"text": "
|
|
18771
|
+
"text": "HTMLElement"
|
|
18772
|
+
}
|
|
18773
|
+
},
|
|
18774
|
+
{
|
|
18775
|
+
"name": "disabled",
|
|
18776
|
+
"type": {
|
|
18777
|
+
"text": "boolean"
|
|
18842
18778
|
}
|
|
18843
18779
|
}
|
|
18844
18780
|
]
|
|
18845
18781
|
},
|
|
18846
18782
|
{
|
|
18847
18783
|
"kind": "method",
|
|
18848
|
-
"name": "
|
|
18849
|
-
"return": {
|
|
18850
|
-
"type": {
|
|
18851
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
18852
|
-
}
|
|
18853
|
-
},
|
|
18854
|
-
"parameters": [
|
|
18855
|
-
{
|
|
18856
|
-
"name": "persistFilterModelKey",
|
|
18857
|
-
"type": {
|
|
18858
|
-
"text": "string"
|
|
18859
|
-
}
|
|
18860
|
-
}
|
|
18861
|
-
]
|
|
18862
|
-
},
|
|
18863
|
-
{
|
|
18864
|
-
"kind": "method",
|
|
18865
|
-
"name": "saveFilterModel",
|
|
18866
|
-
"return": {
|
|
18867
|
-
"type": {
|
|
18868
|
-
"text": "Promise<void>"
|
|
18869
|
-
}
|
|
18870
|
-
},
|
|
18871
|
-
"parameters": [
|
|
18872
|
-
{
|
|
18873
|
-
"name": "persistFilterModelKey",
|
|
18874
|
-
"type": {
|
|
18875
|
-
"text": "string"
|
|
18876
|
-
}
|
|
18877
|
-
},
|
|
18878
|
-
{
|
|
18879
|
-
"name": "filterModel",
|
|
18880
|
-
"type": {
|
|
18881
|
-
"text": "{ [key: string]: any }"
|
|
18882
|
-
}
|
|
18883
|
-
}
|
|
18884
|
-
]
|
|
18784
|
+
"name": "destroy"
|
|
18885
18785
|
}
|
|
18886
18786
|
]
|
|
18887
18787
|
}
|
|
@@ -18889,126 +18789,162 @@
|
|
|
18889
18789
|
"exports": [
|
|
18890
18790
|
{
|
|
18891
18791
|
"kind": "js",
|
|
18892
|
-
"name": "
|
|
18792
|
+
"name": "PaginationStatusBarComponent",
|
|
18893
18793
|
"declaration": {
|
|
18894
|
-
"name": "
|
|
18895
|
-
"module": "src/
|
|
18794
|
+
"name": "PaginationStatusBarComponent",
|
|
18795
|
+
"module": "src/status-bar-components/pagination.status-bar.ts"
|
|
18896
18796
|
}
|
|
18897
18797
|
}
|
|
18898
18798
|
]
|
|
18899
18799
|
},
|
|
18900
18800
|
{
|
|
18901
18801
|
"kind": "javascript-module",
|
|
18902
|
-
"path": "src/
|
|
18802
|
+
"path": "src/status-bar-components/reload.status-bar.ts",
|
|
18903
18803
|
"declarations": [
|
|
18904
18804
|
{
|
|
18905
18805
|
"kind": "class",
|
|
18906
|
-
"description": "
|
|
18907
|
-
"name": "
|
|
18806
|
+
"description": "A status bar component that shows a refresh icon to reload the grid data",
|
|
18807
|
+
"name": "ReloadStatusBarComponent",
|
|
18908
18808
|
"members": [
|
|
18909
18809
|
{
|
|
18910
18810
|
"kind": "field",
|
|
18911
|
-
"name": "
|
|
18811
|
+
"name": "element",
|
|
18912
18812
|
"type": {
|
|
18913
|
-
"text": "
|
|
18914
|
-
}
|
|
18813
|
+
"text": "HTMLElement"
|
|
18814
|
+
},
|
|
18815
|
+
"privacy": "private"
|
|
18915
18816
|
},
|
|
18916
18817
|
{
|
|
18917
|
-
"kind": "
|
|
18918
|
-
"name": "
|
|
18919
|
-
"
|
|
18920
|
-
"
|
|
18921
|
-
"text": "Promise<ColumnState[]>"
|
|
18922
|
-
}
|
|
18818
|
+
"kind": "field",
|
|
18819
|
+
"name": "refreshIcon",
|
|
18820
|
+
"type": {
|
|
18821
|
+
"text": "HTMLElement"
|
|
18923
18822
|
},
|
|
18924
|
-
"
|
|
18925
|
-
{
|
|
18926
|
-
"name": "persistColumnStateKey",
|
|
18927
|
-
"type": {
|
|
18928
|
-
"text": "string"
|
|
18929
|
-
}
|
|
18930
|
-
}
|
|
18931
|
-
]
|
|
18823
|
+
"privacy": "private"
|
|
18932
18824
|
},
|
|
18933
18825
|
{
|
|
18934
|
-
"kind": "
|
|
18935
|
-
"name": "
|
|
18936
|
-
"
|
|
18937
|
-
"
|
|
18938
|
-
|
|
18939
|
-
|
|
18826
|
+
"kind": "field",
|
|
18827
|
+
"name": "progressRing",
|
|
18828
|
+
"type": {
|
|
18829
|
+
"text": "HTMLElement"
|
|
18830
|
+
},
|
|
18831
|
+
"privacy": "private"
|
|
18832
|
+
},
|
|
18833
|
+
{
|
|
18834
|
+
"kind": "field",
|
|
18835
|
+
"name": "params",
|
|
18836
|
+
"type": {
|
|
18837
|
+
"text": "ReloadStatusBarParams"
|
|
18838
|
+
},
|
|
18839
|
+
"privacy": "private"
|
|
18840
|
+
},
|
|
18841
|
+
{
|
|
18842
|
+
"kind": "field",
|
|
18843
|
+
"name": "designSystemPrefix",
|
|
18844
|
+
"type": {
|
|
18845
|
+
"text": "string"
|
|
18846
|
+
},
|
|
18847
|
+
"privacy": "private"
|
|
18848
|
+
},
|
|
18849
|
+
{
|
|
18850
|
+
"kind": "field",
|
|
18851
|
+
"name": "isReloading",
|
|
18852
|
+
"type": {
|
|
18853
|
+
"text": "boolean"
|
|
18854
|
+
},
|
|
18855
|
+
"privacy": "private",
|
|
18856
|
+
"default": "false"
|
|
18857
|
+
},
|
|
18858
|
+
{
|
|
18859
|
+
"kind": "field",
|
|
18860
|
+
"name": "mouseoverHandler",
|
|
18861
|
+
"type": {
|
|
18862
|
+
"text": "(event: MouseEvent) => void"
|
|
18863
|
+
},
|
|
18864
|
+
"privacy": "private"
|
|
18865
|
+
},
|
|
18866
|
+
{
|
|
18867
|
+
"kind": "field",
|
|
18868
|
+
"name": "mouseoutHandler",
|
|
18869
|
+
"type": {
|
|
18870
|
+
"text": "(event: MouseEvent) => void"
|
|
18871
|
+
},
|
|
18872
|
+
"privacy": "private"
|
|
18873
|
+
},
|
|
18874
|
+
{
|
|
18875
|
+
"kind": "field",
|
|
18876
|
+
"name": "clickHandler",
|
|
18877
|
+
"type": {
|
|
18878
|
+
"text": "(event: MouseEvent) => void"
|
|
18940
18879
|
},
|
|
18880
|
+
"privacy": "private"
|
|
18881
|
+
},
|
|
18882
|
+
{
|
|
18883
|
+
"kind": "method",
|
|
18884
|
+
"name": "init",
|
|
18941
18885
|
"parameters": [
|
|
18942
18886
|
{
|
|
18943
|
-
"name": "
|
|
18944
|
-
"type": {
|
|
18945
|
-
"text": "string"
|
|
18946
|
-
}
|
|
18947
|
-
},
|
|
18948
|
-
{
|
|
18949
|
-
"name": "columnState",
|
|
18887
|
+
"name": "params",
|
|
18950
18888
|
"type": {
|
|
18951
|
-
"text": "
|
|
18889
|
+
"text": "IStatusPanelParams"
|
|
18952
18890
|
}
|
|
18953
18891
|
}
|
|
18954
18892
|
]
|
|
18955
18893
|
},
|
|
18956
18894
|
{
|
|
18957
18895
|
"kind": "method",
|
|
18958
|
-
"name": "
|
|
18896
|
+
"name": "createProgressRing",
|
|
18897
|
+
"privacy": "private"
|
|
18898
|
+
},
|
|
18899
|
+
{
|
|
18900
|
+
"kind": "method",
|
|
18901
|
+
"name": "createRefreshIcon",
|
|
18902
|
+
"privacy": "private"
|
|
18903
|
+
},
|
|
18904
|
+
{
|
|
18905
|
+
"kind": "method",
|
|
18906
|
+
"name": "showReloading",
|
|
18907
|
+
"privacy": "private",
|
|
18959
18908
|
"return": {
|
|
18960
18909
|
"type": {
|
|
18961
|
-
"text": "
|
|
18910
|
+
"text": "void"
|
|
18962
18911
|
}
|
|
18963
18912
|
},
|
|
18964
18913
|
"parameters": [
|
|
18965
18914
|
{
|
|
18966
|
-
"name": "
|
|
18915
|
+
"name": "reloading",
|
|
18967
18916
|
"type": {
|
|
18968
|
-
"text": "
|
|
18917
|
+
"text": "boolean"
|
|
18969
18918
|
}
|
|
18970
18919
|
}
|
|
18971
|
-
]
|
|
18920
|
+
],
|
|
18921
|
+
"description": "Show or hide the reloading state"
|
|
18972
18922
|
},
|
|
18973
18923
|
{
|
|
18974
18924
|
"kind": "method",
|
|
18975
|
-
"name": "
|
|
18976
|
-
"
|
|
18977
|
-
"type": {
|
|
18978
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
18979
|
-
}
|
|
18980
|
-
},
|
|
18925
|
+
"name": "updateParams",
|
|
18926
|
+
"privacy": "public",
|
|
18981
18927
|
"parameters": [
|
|
18982
18928
|
{
|
|
18983
|
-
"name": "
|
|
18929
|
+
"name": "params",
|
|
18984
18930
|
"type": {
|
|
18985
|
-
"text": "
|
|
18931
|
+
"text": "ReloadStatusBarParams"
|
|
18986
18932
|
}
|
|
18987
18933
|
}
|
|
18988
18934
|
]
|
|
18989
18935
|
},
|
|
18990
18936
|
{
|
|
18991
18937
|
"kind": "method",
|
|
18992
|
-
"name": "
|
|
18938
|
+
"name": "getGui",
|
|
18993
18939
|
"return": {
|
|
18994
18940
|
"type": {
|
|
18995
|
-
"text": "
|
|
18996
|
-
}
|
|
18997
|
-
},
|
|
18998
|
-
"parameters": [
|
|
18999
|
-
{
|
|
19000
|
-
"name": "persistFilterModelKey",
|
|
19001
|
-
"type": {
|
|
19002
|
-
"text": "string"
|
|
19003
|
-
}
|
|
19004
|
-
},
|
|
19005
|
-
{
|
|
19006
|
-
"name": "filterModel",
|
|
19007
|
-
"type": {
|
|
19008
|
-
"text": "{ [key: string]: any }"
|
|
19009
|
-
}
|
|
18941
|
+
"text": "HTMLElement"
|
|
19010
18942
|
}
|
|
19011
|
-
|
|
18943
|
+
}
|
|
18944
|
+
},
|
|
18945
|
+
{
|
|
18946
|
+
"kind": "method",
|
|
18947
|
+
"name": "destroy"
|
|
19012
18948
|
}
|
|
19013
18949
|
]
|
|
19014
18950
|
}
|
|
@@ -19016,75 +18952,22 @@
|
|
|
19016
18952
|
"exports": [
|
|
19017
18953
|
{
|
|
19018
18954
|
"kind": "js",
|
|
19019
|
-
"name": "
|
|
18955
|
+
"name": "ReloadStatusBarComponent",
|
|
19020
18956
|
"declaration": {
|
|
19021
|
-
"name": "
|
|
19022
|
-
"module": "src/
|
|
18957
|
+
"name": "ReloadStatusBarComponent",
|
|
18958
|
+
"module": "src/status-bar-components/reload.status-bar.ts"
|
|
19023
18959
|
}
|
|
19024
18960
|
}
|
|
19025
18961
|
]
|
|
19026
18962
|
},
|
|
19027
18963
|
{
|
|
19028
18964
|
"kind": "javascript-module",
|
|
19029
|
-
"path": "src/
|
|
19030
|
-
"declarations": [
|
|
19031
|
-
"exports": []
|
|
19032
|
-
},
|
|
19033
|
-
{
|
|
19034
|
-
"kind": "javascript-module",
|
|
19035
|
-
"path": "src/status-bar-components/index.ts",
|
|
19036
|
-
"declarations": [],
|
|
19037
|
-
"exports": [
|
|
19038
|
-
{
|
|
19039
|
-
"kind": "js",
|
|
19040
|
-
"name": "*",
|
|
19041
|
-
"declaration": {
|
|
19042
|
-
"name": "*",
|
|
19043
|
-
"package": "./load-more.status-bar"
|
|
19044
|
-
}
|
|
19045
|
-
},
|
|
19046
|
-
{
|
|
19047
|
-
"kind": "js",
|
|
19048
|
-
"name": "*",
|
|
19049
|
-
"declaration": {
|
|
19050
|
-
"name": "*",
|
|
19051
|
-
"package": "./pagination.status-bar"
|
|
19052
|
-
}
|
|
19053
|
-
},
|
|
19054
|
-
{
|
|
19055
|
-
"kind": "js",
|
|
19056
|
-
"name": "*",
|
|
19057
|
-
"declaration": {
|
|
19058
|
-
"name": "*",
|
|
19059
|
-
"package": "./label-value.status-bar"
|
|
19060
|
-
}
|
|
19061
|
-
},
|
|
19062
|
-
{
|
|
19063
|
-
"kind": "js",
|
|
19064
|
-
"name": "*",
|
|
19065
|
-
"declaration": {
|
|
19066
|
-
"name": "*",
|
|
19067
|
-
"package": "./reload.status-bar"
|
|
19068
|
-
}
|
|
19069
|
-
},
|
|
19070
|
-
{
|
|
19071
|
-
"kind": "js",
|
|
19072
|
-
"name": "*",
|
|
19073
|
-
"declaration": {
|
|
19074
|
-
"name": "*",
|
|
19075
|
-
"package": "./row-count.status-bar"
|
|
19076
|
-
}
|
|
19077
|
-
}
|
|
19078
|
-
]
|
|
19079
|
-
},
|
|
19080
|
-
{
|
|
19081
|
-
"kind": "javascript-module",
|
|
19082
|
-
"path": "src/status-bar-components/label-value.status-bar.ts",
|
|
19083
|
-
"declarations": [
|
|
18965
|
+
"path": "src/status-bar-components/row-count.status-bar.ts",
|
|
18966
|
+
"declarations": [
|
|
19084
18967
|
{
|
|
19085
18968
|
"kind": "class",
|
|
19086
|
-
"description": "
|
|
19087
|
-
"name": "
|
|
18969
|
+
"description": "Row Count Status Bar Component for Server-Side Infinite Scroll\nDisplays current row count information for server-side grids without pagination.\nFor pagination scenarios, use PaginationStatusBarComponent instead.",
|
|
18970
|
+
"name": "RowCountStatusBarComponent",
|
|
19088
18971
|
"members": [
|
|
19089
18972
|
{
|
|
19090
18973
|
"kind": "field",
|
|
@@ -19096,15 +18979,15 @@
|
|
|
19096
18979
|
},
|
|
19097
18980
|
{
|
|
19098
18981
|
"kind": "field",
|
|
19099
|
-
"name": "
|
|
18982
|
+
"name": "api",
|
|
19100
18983
|
"type": {
|
|
19101
|
-
"text": "
|
|
18984
|
+
"text": "GridApi"
|
|
19102
18985
|
},
|
|
19103
18986
|
"privacy": "private"
|
|
19104
18987
|
},
|
|
19105
18988
|
{
|
|
19106
18989
|
"kind": "field",
|
|
19107
|
-
"name": "
|
|
18990
|
+
"name": "rowCountDisplay",
|
|
19108
18991
|
"type": {
|
|
19109
18992
|
"text": "HTMLElement"
|
|
19110
18993
|
},
|
|
@@ -19112,9 +18995,9 @@
|
|
|
19112
18995
|
},
|
|
19113
18996
|
{
|
|
19114
18997
|
"kind": "field",
|
|
19115
|
-
"name": "
|
|
18998
|
+
"name": "modelUpdatedHandler",
|
|
19116
18999
|
"type": {
|
|
19117
|
-
"text": "
|
|
19000
|
+
"text": "() => void"
|
|
19118
19001
|
},
|
|
19119
19002
|
"privacy": "private"
|
|
19120
19003
|
},
|
|
@@ -19130,23 +19013,6 @@
|
|
|
19130
19013
|
}
|
|
19131
19014
|
]
|
|
19132
19015
|
},
|
|
19133
|
-
{
|
|
19134
|
-
"kind": "method",
|
|
19135
|
-
"name": "updateParams",
|
|
19136
|
-
"return": {
|
|
19137
|
-
"type": {
|
|
19138
|
-
"text": "void"
|
|
19139
|
-
}
|
|
19140
|
-
},
|
|
19141
|
-
"parameters": [
|
|
19142
|
-
{
|
|
19143
|
-
"name": "params",
|
|
19144
|
-
"type": {
|
|
19145
|
-
"text": "Partial<LabelValueStatusBarParams>"
|
|
19146
|
-
}
|
|
19147
|
-
}
|
|
19148
|
-
]
|
|
19149
|
-
},
|
|
19150
19016
|
{
|
|
19151
19017
|
"kind": "method",
|
|
19152
19018
|
"name": "updateDisplay",
|
|
@@ -19176,684 +19042,458 @@
|
|
|
19176
19042
|
"exports": [
|
|
19177
19043
|
{
|
|
19178
19044
|
"kind": "js",
|
|
19179
|
-
"name": "
|
|
19045
|
+
"name": "RowCountStatusBarComponent",
|
|
19180
19046
|
"declaration": {
|
|
19181
|
-
"name": "
|
|
19182
|
-
"module": "src/status-bar-components/
|
|
19047
|
+
"name": "RowCountStatusBarComponent",
|
|
19048
|
+
"module": "src/status-bar-components/row-count.status-bar.ts"
|
|
19183
19049
|
}
|
|
19184
19050
|
}
|
|
19185
19051
|
]
|
|
19186
19052
|
},
|
|
19187
19053
|
{
|
|
19188
19054
|
"kind": "javascript-module",
|
|
19189
|
-
"path": "src/
|
|
19055
|
+
"path": "src/style/colors.ts",
|
|
19056
|
+
"declarations": [],
|
|
19057
|
+
"exports": []
|
|
19058
|
+
},
|
|
19059
|
+
{
|
|
19060
|
+
"kind": "javascript-module",
|
|
19061
|
+
"path": "src/style/index.ts",
|
|
19062
|
+
"declarations": [],
|
|
19063
|
+
"exports": [
|
|
19064
|
+
{
|
|
19065
|
+
"kind": "js",
|
|
19066
|
+
"name": "*",
|
|
19067
|
+
"declaration": {
|
|
19068
|
+
"name": "*",
|
|
19069
|
+
"package": "./colors"
|
|
19070
|
+
}
|
|
19071
|
+
},
|
|
19072
|
+
{
|
|
19073
|
+
"kind": "js",
|
|
19074
|
+
"name": "*",
|
|
19075
|
+
"declaration": {
|
|
19076
|
+
"name": "*",
|
|
19077
|
+
"package": "./tokens"
|
|
19078
|
+
}
|
|
19079
|
+
}
|
|
19080
|
+
]
|
|
19081
|
+
},
|
|
19082
|
+
{
|
|
19083
|
+
"kind": "javascript-module",
|
|
19084
|
+
"path": "src/style/tokens.ts",
|
|
19085
|
+
"declarations": [],
|
|
19086
|
+
"exports": []
|
|
19087
|
+
},
|
|
19088
|
+
{
|
|
19089
|
+
"kind": "javascript-module",
|
|
19090
|
+
"path": "src/tooltips/error-tooltip.ts",
|
|
19091
|
+
"declarations": [],
|
|
19092
|
+
"exports": []
|
|
19093
|
+
},
|
|
19094
|
+
{
|
|
19095
|
+
"kind": "javascript-module",
|
|
19096
|
+
"path": "src/tooltips/index.ts",
|
|
19097
|
+
"declarations": [],
|
|
19098
|
+
"exports": [
|
|
19099
|
+
{
|
|
19100
|
+
"kind": "js",
|
|
19101
|
+
"name": "*",
|
|
19102
|
+
"declaration": {
|
|
19103
|
+
"name": "*",
|
|
19104
|
+
"package": "./error-tooltip"
|
|
19105
|
+
}
|
|
19106
|
+
}
|
|
19107
|
+
]
|
|
19108
|
+
},
|
|
19109
|
+
{
|
|
19110
|
+
"kind": "javascript-module",
|
|
19111
|
+
"path": "src/utils/array.ts",
|
|
19190
19112
|
"declarations": [
|
|
19191
19113
|
{
|
|
19192
|
-
"kind": "
|
|
19193
|
-
"
|
|
19194
|
-
"
|
|
19195
|
-
|
|
19196
|
-
|
|
19197
|
-
|
|
19198
|
-
|
|
19199
|
-
|
|
19200
|
-
"text": "HTMLElement"
|
|
19201
|
-
},
|
|
19202
|
-
"privacy": "private"
|
|
19203
|
-
},
|
|
19204
|
-
{
|
|
19205
|
-
"kind": "field",
|
|
19206
|
-
"name": "loadMoreButton",
|
|
19207
|
-
"type": {
|
|
19208
|
-
"text": "HTMLElement"
|
|
19209
|
-
},
|
|
19210
|
-
"privacy": "private"
|
|
19211
|
-
},
|
|
19212
|
-
{
|
|
19213
|
-
"kind": "field",
|
|
19214
|
-
"name": "progressRing",
|
|
19215
|
-
"type": {
|
|
19216
|
-
"text": "HTMLElement"
|
|
19217
|
-
},
|
|
19218
|
-
"privacy": "private"
|
|
19219
|
-
},
|
|
19220
|
-
{
|
|
19221
|
-
"kind": "field",
|
|
19222
|
-
"name": "buttonLabel",
|
|
19223
|
-
"type": {
|
|
19224
|
-
"text": "string"
|
|
19225
|
-
},
|
|
19226
|
-
"privacy": "private",
|
|
19227
|
-
"default": "'Load More'"
|
|
19228
|
-
},
|
|
19229
|
-
{
|
|
19230
|
-
"kind": "field",
|
|
19231
|
-
"name": "params",
|
|
19232
|
-
"type": {
|
|
19233
|
-
"text": "LoadMoreStatusBarParams"
|
|
19234
|
-
},
|
|
19235
|
-
"privacy": "private"
|
|
19236
|
-
},
|
|
19114
|
+
"kind": "function",
|
|
19115
|
+
"name": "convertColDefToColumnState",
|
|
19116
|
+
"return": {
|
|
19117
|
+
"type": {
|
|
19118
|
+
"text": ""
|
|
19119
|
+
}
|
|
19120
|
+
},
|
|
19121
|
+
"parameters": [
|
|
19237
19122
|
{
|
|
19238
|
-
"
|
|
19239
|
-
"name": "designSystemPrefix",
|
|
19123
|
+
"name": "colDef",
|
|
19240
19124
|
"type": {
|
|
19241
|
-
"text": "
|
|
19125
|
+
"text": "ColDef"
|
|
19242
19126
|
},
|
|
19243
|
-
"
|
|
19244
|
-
}
|
|
19127
|
+
"description": "The column definition to convert"
|
|
19128
|
+
}
|
|
19129
|
+
],
|
|
19130
|
+
"description": "Converts a ColDef to a ColumnState",
|
|
19131
|
+
"privacy": "public"
|
|
19132
|
+
},
|
|
19133
|
+
{
|
|
19134
|
+
"kind": "function",
|
|
19135
|
+
"name": "sanitizeColumnState",
|
|
19136
|
+
"return": {
|
|
19137
|
+
"type": {
|
|
19138
|
+
"text": "ColumnState[]"
|
|
19139
|
+
}
|
|
19140
|
+
},
|
|
19141
|
+
"parameters": [
|
|
19245
19142
|
{
|
|
19246
|
-
"
|
|
19247
|
-
"
|
|
19143
|
+
"name": "columnState",
|
|
19144
|
+
"optional": true,
|
|
19248
19145
|
"type": {
|
|
19249
|
-
"text": "
|
|
19250
|
-
}
|
|
19251
|
-
|
|
19252
|
-
|
|
19253
|
-
|
|
19146
|
+
"text": "ColumnState[] | null"
|
|
19147
|
+
}
|
|
19148
|
+
}
|
|
19149
|
+
],
|
|
19150
|
+
"description": "Sanitizes persisted column state by removing unsupported keys.",
|
|
19151
|
+
"privacy": "public"
|
|
19152
|
+
},
|
|
19153
|
+
{
|
|
19154
|
+
"kind": "function",
|
|
19155
|
+
"name": "convertColDefsToColumnStates",
|
|
19156
|
+
"return": {
|
|
19157
|
+
"type": {
|
|
19158
|
+
"text": ""
|
|
19159
|
+
}
|
|
19160
|
+
},
|
|
19161
|
+
"parameters": [
|
|
19254
19162
|
{
|
|
19255
|
-
"
|
|
19256
|
-
"name": "isLeftAligned",
|
|
19163
|
+
"name": "colDefs",
|
|
19257
19164
|
"type": {
|
|
19258
|
-
"text": "
|
|
19165
|
+
"text": "ColDef[]"
|
|
19259
19166
|
},
|
|
19260
|
-
"
|
|
19261
|
-
|
|
19262
|
-
|
|
19167
|
+
"description": "The column definitions to convert"
|
|
19168
|
+
}
|
|
19169
|
+
],
|
|
19170
|
+
"description": "Converts an array of ColDef to an array of ColumnState",
|
|
19171
|
+
"privacy": "public"
|
|
19172
|
+
},
|
|
19173
|
+
{
|
|
19174
|
+
"kind": "function",
|
|
19175
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
19176
|
+
"return": {
|
|
19177
|
+
"type": {
|
|
19178
|
+
"text": "(ColDef | ColGroupDef)[]"
|
|
19179
|
+
}
|
|
19180
|
+
},
|
|
19181
|
+
"parameters": [
|
|
19263
19182
|
{
|
|
19264
|
-
"
|
|
19265
|
-
"name": "gridApi",
|
|
19183
|
+
"name": "colDefs",
|
|
19266
19184
|
"type": {
|
|
19267
|
-
"text": "
|
|
19268
|
-
}
|
|
19269
|
-
"privacy": "private"
|
|
19185
|
+
"text": "(ColDef | ColGroupDef)[]"
|
|
19186
|
+
}
|
|
19270
19187
|
},
|
|
19271
19188
|
{
|
|
19272
|
-
"
|
|
19273
|
-
"name": "clickHandler",
|
|
19189
|
+
"name": "columnStates",
|
|
19274
19190
|
"type": {
|
|
19275
|
-
"text": "
|
|
19276
|
-
},
|
|
19277
|
-
"privacy": "private"
|
|
19278
|
-
},
|
|
19279
|
-
{
|
|
19280
|
-
"kind": "method",
|
|
19281
|
-
"name": "init",
|
|
19282
|
-
"parameters": [
|
|
19283
|
-
{
|
|
19284
|
-
"name": "params",
|
|
19285
|
-
"type": {
|
|
19286
|
-
"text": "IStatusPanelParams"
|
|
19287
|
-
}
|
|
19288
|
-
}
|
|
19289
|
-
]
|
|
19290
|
-
},
|
|
19291
|
-
{
|
|
19292
|
-
"kind": "method",
|
|
19293
|
-
"name": "createProgressRing",
|
|
19294
|
-
"privacy": "private"
|
|
19295
|
-
},
|
|
19296
|
-
{
|
|
19297
|
-
"kind": "method",
|
|
19298
|
-
"name": "createLoadMoreButton",
|
|
19299
|
-
"privacy": "private"
|
|
19300
|
-
},
|
|
19301
|
-
{
|
|
19302
|
-
"kind": "method",
|
|
19303
|
-
"name": "updateAriaLabel",
|
|
19304
|
-
"privacy": "private",
|
|
19305
|
-
"return": {
|
|
19306
|
-
"type": {
|
|
19307
|
-
"text": "void"
|
|
19308
|
-
}
|
|
19309
|
-
},
|
|
19310
|
-
"description": "Update the aria-label based on current state and tooltip"
|
|
19311
|
-
},
|
|
19312
|
-
{
|
|
19313
|
-
"kind": "method",
|
|
19314
|
-
"name": "showLoading",
|
|
19315
|
-
"privacy": "private",
|
|
19316
|
-
"return": {
|
|
19317
|
-
"type": {
|
|
19318
|
-
"text": "void"
|
|
19319
|
-
}
|
|
19320
|
-
},
|
|
19321
|
-
"parameters": [
|
|
19322
|
-
{
|
|
19323
|
-
"name": "loading",
|
|
19324
|
-
"type": {
|
|
19325
|
-
"text": "boolean"
|
|
19326
|
-
}
|
|
19327
|
-
}
|
|
19328
|
-
],
|
|
19329
|
-
"description": "Show or hide the loading state"
|
|
19330
|
-
},
|
|
19331
|
-
{
|
|
19332
|
-
"kind": "method",
|
|
19333
|
-
"name": "updateButtonVisibility",
|
|
19334
|
-
"privacy": "public"
|
|
19335
|
-
},
|
|
19336
|
-
{
|
|
19337
|
-
"kind": "method",
|
|
19338
|
-
"name": "updateParams",
|
|
19339
|
-
"privacy": "public",
|
|
19340
|
-
"parameters": [
|
|
19341
|
-
{
|
|
19342
|
-
"name": "params",
|
|
19343
|
-
"type": {
|
|
19344
|
-
"text": "LoadMoreStatusBarParams"
|
|
19345
|
-
}
|
|
19346
|
-
}
|
|
19347
|
-
]
|
|
19348
|
-
},
|
|
19349
|
-
{
|
|
19350
|
-
"kind": "method",
|
|
19351
|
-
"name": "getGui",
|
|
19352
|
-
"return": {
|
|
19353
|
-
"type": {
|
|
19354
|
-
"text": "HTMLElement"
|
|
19355
|
-
}
|
|
19191
|
+
"text": "ColumnState[]"
|
|
19356
19192
|
}
|
|
19357
|
-
},
|
|
19358
|
-
{
|
|
19359
|
-
"kind": "method",
|
|
19360
|
-
"name": "destroy"
|
|
19361
19193
|
}
|
|
19362
|
-
]
|
|
19194
|
+
],
|
|
19195
|
+
"description": "Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.",
|
|
19196
|
+
"privacy": "public"
|
|
19363
19197
|
}
|
|
19364
19198
|
],
|
|
19365
19199
|
"exports": [
|
|
19366
19200
|
{
|
|
19367
19201
|
"kind": "js",
|
|
19368
|
-
"name": "
|
|
19202
|
+
"name": "convertColDefToColumnState",
|
|
19369
19203
|
"declaration": {
|
|
19370
|
-
"name": "
|
|
19371
|
-
"module": "src/
|
|
19204
|
+
"name": "convertColDefToColumnState",
|
|
19205
|
+
"module": "src/utils/array.ts"
|
|
19206
|
+
}
|
|
19207
|
+
},
|
|
19208
|
+
{
|
|
19209
|
+
"kind": "js",
|
|
19210
|
+
"name": "sanitizeColumnState",
|
|
19211
|
+
"declaration": {
|
|
19212
|
+
"name": "sanitizeColumnState",
|
|
19213
|
+
"module": "src/utils/array.ts"
|
|
19214
|
+
}
|
|
19215
|
+
},
|
|
19216
|
+
{
|
|
19217
|
+
"kind": "js",
|
|
19218
|
+
"name": "convertColDefsToColumnStates",
|
|
19219
|
+
"declaration": {
|
|
19220
|
+
"name": "convertColDefsToColumnStates",
|
|
19221
|
+
"module": "src/utils/array.ts"
|
|
19222
|
+
}
|
|
19223
|
+
},
|
|
19224
|
+
{
|
|
19225
|
+
"kind": "js",
|
|
19226
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
19227
|
+
"declaration": {
|
|
19228
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
19229
|
+
"module": "src/utils/array.ts"
|
|
19372
19230
|
}
|
|
19373
19231
|
}
|
|
19374
19232
|
]
|
|
19375
19233
|
},
|
|
19376
19234
|
{
|
|
19377
19235
|
"kind": "javascript-module",
|
|
19378
|
-
"path": "src/
|
|
19236
|
+
"path": "src/utils/error.ts",
|
|
19379
19237
|
"declarations": [
|
|
19380
19238
|
{
|
|
19381
|
-
"kind": "
|
|
19382
|
-
"
|
|
19383
|
-
"
|
|
19384
|
-
|
|
19385
|
-
|
|
19386
|
-
|
|
19387
|
-
|
|
19388
|
-
|
|
19389
|
-
"text": "HTMLElement"
|
|
19390
|
-
},
|
|
19391
|
-
"privacy": "private"
|
|
19392
|
-
},
|
|
19393
|
-
{
|
|
19394
|
-
"kind": "field",
|
|
19395
|
-
"name": "api",
|
|
19396
|
-
"type": {
|
|
19397
|
-
"text": "GridApi"
|
|
19398
|
-
},
|
|
19399
|
-
"privacy": "private"
|
|
19400
|
-
},
|
|
19239
|
+
"kind": "function",
|
|
19240
|
+
"name": "extractErrorMessage",
|
|
19241
|
+
"return": {
|
|
19242
|
+
"type": {
|
|
19243
|
+
"text": ""
|
|
19244
|
+
}
|
|
19245
|
+
},
|
|
19246
|
+
"parameters": [
|
|
19401
19247
|
{
|
|
19402
|
-
"
|
|
19403
|
-
"name": "paginationPanel",
|
|
19248
|
+
"name": "detail",
|
|
19404
19249
|
"type": {
|
|
19405
|
-
"text": "
|
|
19250
|
+
"text": "any"
|
|
19406
19251
|
},
|
|
19407
|
-
"
|
|
19408
|
-
}
|
|
19252
|
+
"description": "The error detail, which can be a string, array, or object."
|
|
19253
|
+
}
|
|
19254
|
+
],
|
|
19255
|
+
"description": "Extracts a user-friendly error message from a given error detail.",
|
|
19256
|
+
"privacy": "public"
|
|
19257
|
+
}
|
|
19258
|
+
],
|
|
19259
|
+
"exports": [
|
|
19260
|
+
{
|
|
19261
|
+
"kind": "js",
|
|
19262
|
+
"name": "extractErrorMessage",
|
|
19263
|
+
"declaration": {
|
|
19264
|
+
"name": "extractErrorMessage",
|
|
19265
|
+
"module": "src/utils/error.ts"
|
|
19266
|
+
}
|
|
19267
|
+
}
|
|
19268
|
+
]
|
|
19269
|
+
},
|
|
19270
|
+
{
|
|
19271
|
+
"kind": "javascript-module",
|
|
19272
|
+
"path": "src/utils/index.ts",
|
|
19273
|
+
"declarations": [],
|
|
19274
|
+
"exports": [
|
|
19275
|
+
{
|
|
19276
|
+
"kind": "js",
|
|
19277
|
+
"name": "*",
|
|
19278
|
+
"declaration": {
|
|
19279
|
+
"name": "*",
|
|
19280
|
+
"package": "./array"
|
|
19281
|
+
}
|
|
19282
|
+
},
|
|
19283
|
+
{
|
|
19284
|
+
"kind": "js",
|
|
19285
|
+
"name": "*",
|
|
19286
|
+
"declaration": {
|
|
19287
|
+
"name": "*",
|
|
19288
|
+
"package": "./error"
|
|
19289
|
+
}
|
|
19290
|
+
},
|
|
19291
|
+
{
|
|
19292
|
+
"kind": "js",
|
|
19293
|
+
"name": "*",
|
|
19294
|
+
"declaration": {
|
|
19295
|
+
"name": "*",
|
|
19296
|
+
"package": "./logger"
|
|
19297
|
+
}
|
|
19298
|
+
},
|
|
19299
|
+
{
|
|
19300
|
+
"kind": "js",
|
|
19301
|
+
"name": "*",
|
|
19302
|
+
"declaration": {
|
|
19303
|
+
"name": "*",
|
|
19304
|
+
"package": "./map"
|
|
19305
|
+
}
|
|
19306
|
+
},
|
|
19307
|
+
{
|
|
19308
|
+
"kind": "js",
|
|
19309
|
+
"name": "*",
|
|
19310
|
+
"declaration": {
|
|
19311
|
+
"name": "*",
|
|
19312
|
+
"package": "./sanitasations"
|
|
19313
|
+
}
|
|
19314
|
+
},
|
|
19315
|
+
{
|
|
19316
|
+
"kind": "js",
|
|
19317
|
+
"name": "*",
|
|
19318
|
+
"declaration": {
|
|
19319
|
+
"name": "*",
|
|
19320
|
+
"package": "./string"
|
|
19321
|
+
}
|
|
19322
|
+
}
|
|
19323
|
+
]
|
|
19324
|
+
},
|
|
19325
|
+
{
|
|
19326
|
+
"kind": "javascript-module",
|
|
19327
|
+
"path": "src/utils/logger.ts",
|
|
19328
|
+
"declarations": [
|
|
19329
|
+
{
|
|
19330
|
+
"kind": "variable",
|
|
19331
|
+
"name": "logger",
|
|
19332
|
+
"description": "Logger for the grid-pro package",
|
|
19333
|
+
"privacy": "public"
|
|
19334
|
+
}
|
|
19335
|
+
],
|
|
19336
|
+
"exports": [
|
|
19337
|
+
{
|
|
19338
|
+
"kind": "js",
|
|
19339
|
+
"name": "logger",
|
|
19340
|
+
"declaration": {
|
|
19341
|
+
"name": "logger",
|
|
19342
|
+
"module": "src/utils/logger.ts"
|
|
19343
|
+
}
|
|
19344
|
+
}
|
|
19345
|
+
]
|
|
19346
|
+
},
|
|
19347
|
+
{
|
|
19348
|
+
"kind": "javascript-module",
|
|
19349
|
+
"path": "src/utils/map.ts",
|
|
19350
|
+
"declarations": [
|
|
19351
|
+
{
|
|
19352
|
+
"kind": "function",
|
|
19353
|
+
"name": "getAvailableIndexes",
|
|
19354
|
+
"return": {
|
|
19355
|
+
"type": {
|
|
19356
|
+
"text": ""
|
|
19357
|
+
}
|
|
19358
|
+
},
|
|
19359
|
+
"parameters": [
|
|
19409
19360
|
{
|
|
19410
|
-
"
|
|
19411
|
-
"name": "paginationSummaryPanel",
|
|
19361
|
+
"name": "data",
|
|
19412
19362
|
"type": {
|
|
19413
|
-
"text": "
|
|
19363
|
+
"text": "Map<string, [string]>"
|
|
19414
19364
|
},
|
|
19415
|
-
"
|
|
19416
|
-
}
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
{
|
|
19426
|
-
"
|
|
19427
|
-
|
|
19428
|
-
|
|
19429
|
-
|
|
19430
|
-
},
|
|
19431
|
-
"privacy": "private"
|
|
19432
|
-
},
|
|
19433
|
-
{
|
|
19434
|
-
"kind": "field",
|
|
19435
|
-
"name": "descriptionPanel",
|
|
19436
|
-
"type": {
|
|
19437
|
-
"text": "HTMLElement"
|
|
19438
|
-
},
|
|
19439
|
-
"privacy": "private"
|
|
19440
|
-
},
|
|
19441
|
-
{
|
|
19442
|
-
"kind": "field",
|
|
19443
|
-
"name": "pageStartDisplay",
|
|
19444
|
-
"type": {
|
|
19445
|
-
"text": "HTMLElement"
|
|
19446
|
-
},
|
|
19447
|
-
"privacy": "private"
|
|
19448
|
-
},
|
|
19449
|
-
{
|
|
19450
|
-
"kind": "field",
|
|
19451
|
-
"name": "pageNumberDisplay",
|
|
19452
|
-
"type": {
|
|
19453
|
-
"text": "HTMLElement"
|
|
19454
|
-
},
|
|
19455
|
-
"privacy": "private"
|
|
19456
|
-
},
|
|
19457
|
-
{
|
|
19458
|
-
"kind": "field",
|
|
19459
|
-
"name": "pageOfDisplay",
|
|
19460
|
-
"type": {
|
|
19461
|
-
"text": "HTMLElement"
|
|
19462
|
-
},
|
|
19463
|
-
"privacy": "private"
|
|
19464
|
-
},
|
|
19465
|
-
{
|
|
19466
|
-
"kind": "field",
|
|
19467
|
-
"name": "pageNumberTotalDisplay",
|
|
19468
|
-
"type": {
|
|
19469
|
-
"text": "HTMLElement"
|
|
19470
|
-
},
|
|
19471
|
-
"privacy": "private"
|
|
19472
|
-
},
|
|
19473
|
-
{
|
|
19474
|
-
"kind": "field",
|
|
19475
|
-
"name": "nextPageButton",
|
|
19476
|
-
"type": {
|
|
19477
|
-
"text": "HTMLElement"
|
|
19478
|
-
},
|
|
19479
|
-
"privacy": "private"
|
|
19480
|
-
},
|
|
19481
|
-
{
|
|
19482
|
-
"kind": "field",
|
|
19483
|
-
"name": "lastPageButton",
|
|
19484
|
-
"type": {
|
|
19485
|
-
"text": "HTMLElement"
|
|
19486
|
-
},
|
|
19487
|
-
"privacy": "private"
|
|
19488
|
-
},
|
|
19365
|
+
"description": "the map data to have the keys extracted from"
|
|
19366
|
+
}
|
|
19367
|
+
],
|
|
19368
|
+
"description": "Get the keys of the Metadata indexes map",
|
|
19369
|
+
"privacy": "public"
|
|
19370
|
+
},
|
|
19371
|
+
{
|
|
19372
|
+
"kind": "function",
|
|
19373
|
+
"name": "getAvailableIndexFields",
|
|
19374
|
+
"return": {
|
|
19375
|
+
"type": {
|
|
19376
|
+
"text": ""
|
|
19377
|
+
}
|
|
19378
|
+
},
|
|
19379
|
+
"parameters": [
|
|
19489
19380
|
{
|
|
19490
|
-
"
|
|
19491
|
-
"name": "paginationChangedHandler",
|
|
19381
|
+
"name": "data",
|
|
19492
19382
|
"type": {
|
|
19493
|
-
"text": "
|
|
19494
|
-
},
|
|
19495
|
-
"privacy": "private"
|
|
19496
|
-
},
|
|
19497
|
-
{
|
|
19498
|
-
"kind": "method",
|
|
19499
|
-
"name": "init",
|
|
19500
|
-
"parameters": [
|
|
19501
|
-
{
|
|
19502
|
-
"name": "params",
|
|
19503
|
-
"type": {
|
|
19504
|
-
"text": "IStatusPanelParams"
|
|
19505
|
-
}
|
|
19506
|
-
}
|
|
19507
|
-
]
|
|
19508
|
-
},
|
|
19509
|
-
{
|
|
19510
|
-
"kind": "method",
|
|
19511
|
-
"name": "getGui"
|
|
19512
|
-
},
|
|
19513
|
-
{
|
|
19514
|
-
"kind": "method",
|
|
19515
|
-
"name": "createPaginationPanel",
|
|
19516
|
-
"privacy": "private"
|
|
19517
|
-
},
|
|
19518
|
-
{
|
|
19519
|
-
"kind": "method",
|
|
19520
|
-
"name": "addPaginationEventListeners",
|
|
19521
|
-
"privacy": "private",
|
|
19522
|
-
"return": {
|
|
19523
|
-
"type": {
|
|
19524
|
-
"text": "void"
|
|
19525
|
-
}
|
|
19526
|
-
}
|
|
19527
|
-
},
|
|
19528
|
-
{
|
|
19529
|
-
"kind": "method",
|
|
19530
|
-
"name": "createPaginationButton",
|
|
19531
|
-
"privacy": "private",
|
|
19532
|
-
"return": {
|
|
19533
|
-
"type": {
|
|
19534
|
-
"text": "HTMLElement"
|
|
19535
|
-
}
|
|
19383
|
+
"text": "Map<string, [string]>"
|
|
19536
19384
|
},
|
|
19537
|
-
"
|
|
19538
|
-
{
|
|
19539
|
-
"name": "ref",
|
|
19540
|
-
"type": {
|
|
19541
|
-
"text": "string"
|
|
19542
|
-
}
|
|
19543
|
-
},
|
|
19544
|
-
{
|
|
19545
|
-
"name": "className",
|
|
19546
|
-
"type": {
|
|
19547
|
-
"text": "string"
|
|
19548
|
-
}
|
|
19549
|
-
},
|
|
19550
|
-
{
|
|
19551
|
-
"name": "ariaLabel",
|
|
19552
|
-
"type": {
|
|
19553
|
-
"text": "string"
|
|
19554
|
-
}
|
|
19555
|
-
},
|
|
19556
|
-
{
|
|
19557
|
-
"name": "disabled",
|
|
19558
|
-
"type": {
|
|
19559
|
-
"text": "boolean"
|
|
19560
|
-
}
|
|
19561
|
-
}
|
|
19562
|
-
]
|
|
19563
|
-
},
|
|
19564
|
-
{
|
|
19565
|
-
"kind": "method",
|
|
19566
|
-
"name": "goToPage",
|
|
19567
|
-
"privacy": "private",
|
|
19568
|
-
"parameters": [
|
|
19569
|
-
{
|
|
19570
|
-
"name": "page",
|
|
19571
|
-
"type": {
|
|
19572
|
-
"text": "'first' | 'previous' | 'next' | 'last'"
|
|
19573
|
-
}
|
|
19574
|
-
}
|
|
19575
|
-
]
|
|
19576
|
-
},
|
|
19577
|
-
{
|
|
19578
|
-
"kind": "method",
|
|
19579
|
-
"name": "updateDisplay",
|
|
19580
|
-
"privacy": "private"
|
|
19581
|
-
},
|
|
19582
|
-
{
|
|
19583
|
-
"kind": "method",
|
|
19584
|
-
"name": "updateButtonState",
|
|
19585
|
-
"privacy": "private",
|
|
19586
|
-
"parameters": [
|
|
19587
|
-
{
|
|
19588
|
-
"name": "button",
|
|
19589
|
-
"type": {
|
|
19590
|
-
"text": "HTMLElement"
|
|
19591
|
-
}
|
|
19592
|
-
},
|
|
19593
|
-
{
|
|
19594
|
-
"name": "disabled",
|
|
19595
|
-
"type": {
|
|
19596
|
-
"text": "boolean"
|
|
19597
|
-
}
|
|
19598
|
-
}
|
|
19599
|
-
]
|
|
19600
|
-
},
|
|
19601
|
-
{
|
|
19602
|
-
"kind": "method",
|
|
19603
|
-
"name": "destroy"
|
|
19385
|
+
"description": "the map data to have the values extracted from"
|
|
19604
19386
|
}
|
|
19605
|
-
]
|
|
19387
|
+
],
|
|
19388
|
+
"description": "Get the values of the Metadata indexes map",
|
|
19389
|
+
"privacy": "public"
|
|
19606
19390
|
}
|
|
19607
19391
|
],
|
|
19608
19392
|
"exports": [
|
|
19609
19393
|
{
|
|
19610
19394
|
"kind": "js",
|
|
19611
|
-
"name": "
|
|
19395
|
+
"name": "getAvailableIndexes",
|
|
19612
19396
|
"declaration": {
|
|
19613
|
-
"name": "
|
|
19614
|
-
"module": "src/
|
|
19397
|
+
"name": "getAvailableIndexes",
|
|
19398
|
+
"module": "src/utils/map.ts"
|
|
19399
|
+
}
|
|
19400
|
+
},
|
|
19401
|
+
{
|
|
19402
|
+
"kind": "js",
|
|
19403
|
+
"name": "getAvailableIndexFields",
|
|
19404
|
+
"declaration": {
|
|
19405
|
+
"name": "getAvailableIndexFields",
|
|
19406
|
+
"module": "src/utils/map.ts"
|
|
19615
19407
|
}
|
|
19616
19408
|
}
|
|
19617
19409
|
]
|
|
19618
19410
|
},
|
|
19619
19411
|
{
|
|
19620
19412
|
"kind": "javascript-module",
|
|
19621
|
-
"path": "src/
|
|
19413
|
+
"path": "src/utils/sanitasations.ts",
|
|
19622
19414
|
"declarations": [
|
|
19623
19415
|
{
|
|
19624
|
-
"kind": "
|
|
19625
|
-
"
|
|
19626
|
-
"
|
|
19627
|
-
|
|
19628
|
-
|
|
19629
|
-
|
|
19630
|
-
|
|
19631
|
-
|
|
19632
|
-
|
|
19633
|
-
|
|
19634
|
-
|
|
19635
|
-
|
|
19636
|
-
|
|
19637
|
-
|
|
19638
|
-
|
|
19639
|
-
|
|
19640
|
-
|
|
19641
|
-
|
|
19642
|
-
|
|
19643
|
-
|
|
19644
|
-
|
|
19645
|
-
|
|
19646
|
-
|
|
19647
|
-
|
|
19648
|
-
|
|
19649
|
-
|
|
19650
|
-
|
|
19651
|
-
|
|
19652
|
-
|
|
19653
|
-
"kind": "field",
|
|
19654
|
-
"name": "params",
|
|
19655
|
-
"type": {
|
|
19656
|
-
"text": "ReloadStatusBarParams"
|
|
19657
|
-
},
|
|
19658
|
-
"privacy": "private"
|
|
19659
|
-
},
|
|
19416
|
+
"kind": "variable",
|
|
19417
|
+
"name": "csvExportParams",
|
|
19418
|
+
"type": {
|
|
19419
|
+
"text": "CsvExportParams"
|
|
19420
|
+
},
|
|
19421
|
+
"default": "{\n processCellCallback: (params) => {\n if (\n ['+', '=', '-', '@', '\\t', '\\n'].some((character) =>\n String(params.value).startsWith(character),\n )\n ) {\n return `'${params.value}`;\n }\n\n return params.value;\n },\n}",
|
|
19422
|
+
"description": "Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection",
|
|
19423
|
+
"privacy": "public"
|
|
19424
|
+
}
|
|
19425
|
+
],
|
|
19426
|
+
"exports": [
|
|
19427
|
+
{
|
|
19428
|
+
"kind": "js",
|
|
19429
|
+
"name": "csvExportParams",
|
|
19430
|
+
"declaration": {
|
|
19431
|
+
"name": "csvExportParams",
|
|
19432
|
+
"module": "src/utils/sanitasations.ts"
|
|
19433
|
+
}
|
|
19434
|
+
}
|
|
19435
|
+
]
|
|
19436
|
+
},
|
|
19437
|
+
{
|
|
19438
|
+
"kind": "javascript-module",
|
|
19439
|
+
"path": "src/utils/string.ts",
|
|
19440
|
+
"declarations": [
|
|
19441
|
+
{
|
|
19442
|
+
"kind": "function",
|
|
19443
|
+
"name": "convertToKebabCase",
|
|
19444
|
+
"parameters": [
|
|
19660
19445
|
{
|
|
19661
|
-
"
|
|
19662
|
-
"name": "designSystemPrefix",
|
|
19446
|
+
"name": "value",
|
|
19663
19447
|
"type": {
|
|
19664
19448
|
"text": "string"
|
|
19665
19449
|
},
|
|
19666
|
-
"
|
|
19667
|
-
},
|
|
19668
|
-
{
|
|
19669
|
-
"kind": "field",
|
|
19670
|
-
"name": "isReloading",
|
|
19671
|
-
"type": {
|
|
19672
|
-
"text": "boolean"
|
|
19673
|
-
},
|
|
19674
|
-
"privacy": "private",
|
|
19675
|
-
"default": "false"
|
|
19676
|
-
},
|
|
19677
|
-
{
|
|
19678
|
-
"kind": "field",
|
|
19679
|
-
"name": "mouseoverHandler",
|
|
19680
|
-
"type": {
|
|
19681
|
-
"text": "(event: MouseEvent) => void"
|
|
19682
|
-
},
|
|
19683
|
-
"privacy": "private"
|
|
19684
|
-
},
|
|
19685
|
-
{
|
|
19686
|
-
"kind": "field",
|
|
19687
|
-
"name": "mouseoutHandler",
|
|
19688
|
-
"type": {
|
|
19689
|
-
"text": "(event: MouseEvent) => void"
|
|
19690
|
-
},
|
|
19691
|
-
"privacy": "private"
|
|
19692
|
-
},
|
|
19693
|
-
{
|
|
19694
|
-
"kind": "field",
|
|
19695
|
-
"name": "clickHandler",
|
|
19696
|
-
"type": {
|
|
19697
|
-
"text": "(event: MouseEvent) => void"
|
|
19698
|
-
},
|
|
19699
|
-
"privacy": "private"
|
|
19700
|
-
},
|
|
19701
|
-
{
|
|
19702
|
-
"kind": "method",
|
|
19703
|
-
"name": "init",
|
|
19704
|
-
"parameters": [
|
|
19705
|
-
{
|
|
19706
|
-
"name": "params",
|
|
19707
|
-
"type": {
|
|
19708
|
-
"text": "IStatusPanelParams"
|
|
19709
|
-
}
|
|
19710
|
-
}
|
|
19711
|
-
]
|
|
19712
|
-
},
|
|
19713
|
-
{
|
|
19714
|
-
"kind": "method",
|
|
19715
|
-
"name": "createProgressRing",
|
|
19716
|
-
"privacy": "private"
|
|
19717
|
-
},
|
|
19718
|
-
{
|
|
19719
|
-
"kind": "method",
|
|
19720
|
-
"name": "createRefreshIcon",
|
|
19721
|
-
"privacy": "private"
|
|
19722
|
-
},
|
|
19723
|
-
{
|
|
19724
|
-
"kind": "method",
|
|
19725
|
-
"name": "showReloading",
|
|
19726
|
-
"privacy": "private",
|
|
19727
|
-
"return": {
|
|
19728
|
-
"type": {
|
|
19729
|
-
"text": "void"
|
|
19730
|
-
}
|
|
19731
|
-
},
|
|
19732
|
-
"parameters": [
|
|
19733
|
-
{
|
|
19734
|
-
"name": "reloading",
|
|
19735
|
-
"type": {
|
|
19736
|
-
"text": "boolean"
|
|
19737
|
-
}
|
|
19738
|
-
}
|
|
19739
|
-
],
|
|
19740
|
-
"description": "Show or hide the reloading state"
|
|
19741
|
-
},
|
|
19742
|
-
{
|
|
19743
|
-
"kind": "method",
|
|
19744
|
-
"name": "updateParams",
|
|
19745
|
-
"privacy": "public",
|
|
19746
|
-
"parameters": [
|
|
19747
|
-
{
|
|
19748
|
-
"name": "params",
|
|
19749
|
-
"type": {
|
|
19750
|
-
"text": "ReloadStatusBarParams"
|
|
19751
|
-
}
|
|
19752
|
-
}
|
|
19753
|
-
]
|
|
19754
|
-
},
|
|
19755
|
-
{
|
|
19756
|
-
"kind": "method",
|
|
19757
|
-
"name": "getGui",
|
|
19758
|
-
"return": {
|
|
19759
|
-
"type": {
|
|
19760
|
-
"text": "HTMLElement"
|
|
19761
|
-
}
|
|
19762
|
-
}
|
|
19763
|
-
},
|
|
19764
|
-
{
|
|
19765
|
-
"kind": "method",
|
|
19766
|
-
"name": "destroy"
|
|
19450
|
+
"description": "The value to convert to Kebab case."
|
|
19767
19451
|
}
|
|
19768
|
-
]
|
|
19452
|
+
],
|
|
19453
|
+
"description": "Convert string values from 'camelCase' to 'kebab-case'",
|
|
19454
|
+
"return": {
|
|
19455
|
+
"type": {
|
|
19456
|
+
"text": ""
|
|
19457
|
+
}
|
|
19458
|
+
},
|
|
19459
|
+
"privacy": "public"
|
|
19769
19460
|
}
|
|
19770
19461
|
],
|
|
19771
19462
|
"exports": [
|
|
19772
19463
|
{
|
|
19773
19464
|
"kind": "js",
|
|
19774
|
-
"name": "
|
|
19465
|
+
"name": "convertToKebabCase",
|
|
19775
19466
|
"declaration": {
|
|
19776
|
-
"name": "
|
|
19777
|
-
"module": "src/
|
|
19467
|
+
"name": "convertToKebabCase",
|
|
19468
|
+
"module": "src/utils/string.ts"
|
|
19778
19469
|
}
|
|
19779
19470
|
}
|
|
19780
19471
|
]
|
|
19781
19472
|
},
|
|
19782
19473
|
{
|
|
19783
19474
|
"kind": "javascript-module",
|
|
19784
|
-
"path": "src/
|
|
19475
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19785
19476
|
"declarations": [
|
|
19786
19477
|
{
|
|
19787
|
-
"kind": "
|
|
19788
|
-
"
|
|
19789
|
-
"
|
|
19790
|
-
|
|
19791
|
-
|
|
19792
|
-
|
|
19793
|
-
|
|
19794
|
-
|
|
19795
|
-
"text": "HTMLElement"
|
|
19796
|
-
},
|
|
19797
|
-
"privacy": "private"
|
|
19798
|
-
},
|
|
19799
|
-
{
|
|
19800
|
-
"kind": "field",
|
|
19801
|
-
"name": "api",
|
|
19802
|
-
"type": {
|
|
19803
|
-
"text": "GridApi"
|
|
19804
|
-
},
|
|
19805
|
-
"privacy": "private"
|
|
19806
|
-
},
|
|
19807
|
-
{
|
|
19808
|
-
"kind": "field",
|
|
19809
|
-
"name": "rowCountDisplay",
|
|
19810
|
-
"type": {
|
|
19811
|
-
"text": "HTMLElement"
|
|
19812
|
-
},
|
|
19813
|
-
"privacy": "private"
|
|
19814
|
-
},
|
|
19478
|
+
"kind": "function",
|
|
19479
|
+
"name": "setValueWithAccessor",
|
|
19480
|
+
"return": {
|
|
19481
|
+
"type": {
|
|
19482
|
+
"text": "string"
|
|
19483
|
+
}
|
|
19484
|
+
},
|
|
19485
|
+
"parameters": [
|
|
19815
19486
|
{
|
|
19816
|
-
"
|
|
19817
|
-
"name": "modelUpdatedHandler",
|
|
19487
|
+
"name": "data",
|
|
19818
19488
|
"type": {
|
|
19819
|
-
"text": "
|
|
19820
|
-
},
|
|
19821
|
-
"privacy": "private"
|
|
19822
|
-
},
|
|
19823
|
-
{
|
|
19824
|
-
"kind": "method",
|
|
19825
|
-
"name": "init",
|
|
19826
|
-
"parameters": [
|
|
19827
|
-
{
|
|
19828
|
-
"name": "params",
|
|
19829
|
-
"type": {
|
|
19830
|
-
"text": "IStatusPanelParams"
|
|
19831
|
-
}
|
|
19832
|
-
}
|
|
19833
|
-
]
|
|
19834
|
-
},
|
|
19835
|
-
{
|
|
19836
|
-
"kind": "method",
|
|
19837
|
-
"name": "updateDisplay",
|
|
19838
|
-
"privacy": "private",
|
|
19839
|
-
"return": {
|
|
19840
|
-
"type": {
|
|
19841
|
-
"text": "void"
|
|
19842
|
-
}
|
|
19489
|
+
"text": "any"
|
|
19843
19490
|
}
|
|
19844
19491
|
},
|
|
19845
19492
|
{
|
|
19846
|
-
"
|
|
19847
|
-
"
|
|
19848
|
-
|
|
19849
|
-
"type": {
|
|
19850
|
-
"text": "HTMLElement"
|
|
19851
|
-
}
|
|
19493
|
+
"name": "accessor",
|
|
19494
|
+
"type": {
|
|
19495
|
+
"text": "string"
|
|
19852
19496
|
}
|
|
19853
|
-
},
|
|
19854
|
-
{
|
|
19855
|
-
"kind": "method",
|
|
19856
|
-
"name": "destroy"
|
|
19857
19497
|
}
|
|
19858
19498
|
]
|
|
19859
19499
|
}
|
|
@@ -19861,23 +19501,17 @@
|
|
|
19861
19501
|
"exports": [
|
|
19862
19502
|
{
|
|
19863
19503
|
"kind": "js",
|
|
19864
|
-
"name": "
|
|
19504
|
+
"name": "setValueWithAccessor",
|
|
19865
19505
|
"declaration": {
|
|
19866
|
-
"name": "
|
|
19867
|
-
"module": "src/
|
|
19506
|
+
"name": "setValueWithAccessor",
|
|
19507
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19868
19508
|
}
|
|
19869
19509
|
}
|
|
19870
19510
|
]
|
|
19871
19511
|
},
|
|
19872
19512
|
{
|
|
19873
19513
|
"kind": "javascript-module",
|
|
19874
|
-
"path": "src/
|
|
19875
|
-
"declarations": [],
|
|
19876
|
-
"exports": []
|
|
19877
|
-
},
|
|
19878
|
-
{
|
|
19879
|
-
"kind": "javascript-module",
|
|
19880
|
-
"path": "src/style/index.ts",
|
|
19514
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19881
19515
|
"declarations": [],
|
|
19882
19516
|
"exports": [
|
|
19883
19517
|
{
|
|
@@ -19885,210 +19519,73 @@
|
|
|
19885
19519
|
"name": "*",
|
|
19886
19520
|
"declaration": {
|
|
19887
19521
|
"name": "*",
|
|
19888
|
-
"package": "./
|
|
19889
|
-
}
|
|
19890
|
-
},
|
|
19891
|
-
{
|
|
19892
|
-
"kind": "js",
|
|
19893
|
-
"name": "*",
|
|
19894
|
-
"declaration": {
|
|
19895
|
-
"name": "*",
|
|
19896
|
-
"package": "./tokens"
|
|
19522
|
+
"package": "./accessor"
|
|
19897
19523
|
}
|
|
19898
19524
|
}
|
|
19899
19525
|
]
|
|
19900
19526
|
},
|
|
19901
19527
|
{
|
|
19902
19528
|
"kind": "javascript-module",
|
|
19903
|
-
"path": "src/
|
|
19904
|
-
"declarations": [],
|
|
19905
|
-
"exports": []
|
|
19906
|
-
},
|
|
19907
|
-
{
|
|
19908
|
-
"kind": "javascript-module",
|
|
19909
|
-
"path": "src/tooltips/error-tooltip.ts",
|
|
19910
|
-
"declarations": [],
|
|
19911
|
-
"exports": []
|
|
19912
|
-
},
|
|
19913
|
-
{
|
|
19914
|
-
"kind": "javascript-module",
|
|
19915
|
-
"path": "src/tooltips/index.ts",
|
|
19916
|
-
"declarations": [],
|
|
19917
|
-
"exports": [
|
|
19918
|
-
{
|
|
19919
|
-
"kind": "js",
|
|
19920
|
-
"name": "*",
|
|
19921
|
-
"declaration": {
|
|
19922
|
-
"name": "*",
|
|
19923
|
-
"package": "./error-tooltip"
|
|
19924
|
-
}
|
|
19925
|
-
}
|
|
19926
|
-
]
|
|
19927
|
-
},
|
|
19928
|
-
{
|
|
19929
|
-
"kind": "javascript-module",
|
|
19930
|
-
"path": "src/utils/array.ts",
|
|
19529
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19931
19530
|
"declarations": [
|
|
19932
19531
|
{
|
|
19933
19532
|
"kind": "function",
|
|
19934
|
-
"name": "
|
|
19935
|
-
"return": {
|
|
19936
|
-
"type": {
|
|
19937
|
-
"text": ""
|
|
19938
|
-
}
|
|
19939
|
-
},
|
|
19940
|
-
"parameters": [
|
|
19941
|
-
{
|
|
19942
|
-
"name": "colDef",
|
|
19943
|
-
"type": {
|
|
19944
|
-
"text": "ColDef"
|
|
19945
|
-
},
|
|
19946
|
-
"description": "The column definition to convert"
|
|
19947
|
-
}
|
|
19948
|
-
],
|
|
19949
|
-
"description": "Converts a ColDef to a ColumnState",
|
|
19950
|
-
"privacy": "public"
|
|
19951
|
-
},
|
|
19952
|
-
{
|
|
19953
|
-
"kind": "function",
|
|
19954
|
-
"name": "sanitizeColumnState",
|
|
19955
|
-
"return": {
|
|
19956
|
-
"type": {
|
|
19957
|
-
"text": "ColumnState[]"
|
|
19958
|
-
}
|
|
19959
|
-
},
|
|
19960
|
-
"parameters": [
|
|
19961
|
-
{
|
|
19962
|
-
"name": "columnState",
|
|
19963
|
-
"optional": true,
|
|
19964
|
-
"type": {
|
|
19965
|
-
"text": "ColumnState[] | null"
|
|
19966
|
-
}
|
|
19967
|
-
}
|
|
19968
|
-
],
|
|
19969
|
-
"description": "Sanitizes persisted column state by removing unsupported keys.",
|
|
19970
|
-
"privacy": "public"
|
|
19971
|
-
},
|
|
19972
|
-
{
|
|
19973
|
-
"kind": "function",
|
|
19974
|
-
"name": "convertColDefsToColumnStates",
|
|
19533
|
+
"name": "gridProColumns",
|
|
19975
19534
|
"return": {
|
|
19976
19535
|
"type": {
|
|
19977
|
-
"text": ""
|
|
19536
|
+
"text": "CaptureType<TSource>"
|
|
19978
19537
|
}
|
|
19979
19538
|
},
|
|
19980
19539
|
"parameters": [
|
|
19981
19540
|
{
|
|
19982
|
-
"name": "
|
|
19541
|
+
"name": "itemsBinding",
|
|
19983
19542
|
"type": {
|
|
19984
|
-
"text": "ColDef[]"
|
|
19543
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19985
19544
|
},
|
|
19986
|
-
"description": "The
|
|
19987
|
-
}
|
|
19988
|
-
],
|
|
19989
|
-
"description": "Converts an array of ColDef to an array of ColumnState",
|
|
19990
|
-
"privacy": "public"
|
|
19991
|
-
},
|
|
19992
|
-
{
|
|
19993
|
-
"kind": "function",
|
|
19994
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
19995
|
-
"return": {
|
|
19996
|
-
"type": {
|
|
19997
|
-
"text": "(ColDef | ColGroupDef)[]"
|
|
19998
|
-
}
|
|
19999
|
-
},
|
|
20000
|
-
"parameters": [
|
|
20001
|
-
{
|
|
20002
|
-
"name": "colDefs",
|
|
20003
|
-
"type": {
|
|
20004
|
-
"text": "(ColDef | ColGroupDef)[]"
|
|
20005
|
-
}
|
|
19545
|
+
"description": "The array to render"
|
|
20006
19546
|
},
|
|
20007
19547
|
{
|
|
20008
|
-
"name": "
|
|
19548
|
+
"name": "includeRenderers",
|
|
19549
|
+
"default": "true",
|
|
20009
19550
|
"type": {
|
|
20010
|
-
"text": "
|
|
20011
|
-
}
|
|
19551
|
+
"text": "boolean"
|
|
19552
|
+
},
|
|
19553
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20012
19554
|
}
|
|
20013
19555
|
],
|
|
20014
|
-
"description": "
|
|
19556
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20015
19557
|
"privacy": "public"
|
|
20016
19558
|
}
|
|
20017
19559
|
],
|
|
20018
19560
|
"exports": [
|
|
20019
19561
|
{
|
|
20020
19562
|
"kind": "js",
|
|
20021
|
-
"name": "
|
|
20022
|
-
"declaration": {
|
|
20023
|
-
"name": "convertColDefToColumnState",
|
|
20024
|
-
"module": "src/utils/array.ts"
|
|
20025
|
-
}
|
|
20026
|
-
},
|
|
20027
|
-
{
|
|
20028
|
-
"kind": "js",
|
|
20029
|
-
"name": "sanitizeColumnState",
|
|
20030
|
-
"declaration": {
|
|
20031
|
-
"name": "sanitizeColumnState",
|
|
20032
|
-
"module": "src/utils/array.ts"
|
|
20033
|
-
}
|
|
20034
|
-
},
|
|
20035
|
-
{
|
|
20036
|
-
"kind": "js",
|
|
20037
|
-
"name": "convertColDefsToColumnStates",
|
|
20038
|
-
"declaration": {
|
|
20039
|
-
"name": "convertColDefsToColumnStates",
|
|
20040
|
-
"module": "src/utils/array.ts"
|
|
20041
|
-
}
|
|
20042
|
-
},
|
|
20043
|
-
{
|
|
20044
|
-
"kind": "js",
|
|
20045
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
19563
|
+
"name": "gridProColumns",
|
|
20046
19564
|
"declaration": {
|
|
20047
|
-
"name": "
|
|
20048
|
-
"module": "src/utils/
|
|
19565
|
+
"name": "gridProColumns",
|
|
19566
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20049
19567
|
}
|
|
20050
19568
|
}
|
|
20051
19569
|
]
|
|
20052
19570
|
},
|
|
20053
19571
|
{
|
|
20054
19572
|
"kind": "javascript-module",
|
|
20055
|
-
"path": "src/utils/
|
|
20056
|
-
"declarations": [
|
|
20057
|
-
{
|
|
20058
|
-
"kind": "function",
|
|
20059
|
-
"name": "extractErrorMessage",
|
|
20060
|
-
"return": {
|
|
20061
|
-
"type": {
|
|
20062
|
-
"text": ""
|
|
20063
|
-
}
|
|
20064
|
-
},
|
|
20065
|
-
"parameters": [
|
|
20066
|
-
{
|
|
20067
|
-
"name": "detail",
|
|
20068
|
-
"type": {
|
|
20069
|
-
"text": "any"
|
|
20070
|
-
},
|
|
20071
|
-
"description": "The error detail, which can be a string, array, or object."
|
|
20072
|
-
}
|
|
20073
|
-
],
|
|
20074
|
-
"description": "Extracts a user-friendly error message from a given error detail.",
|
|
20075
|
-
"privacy": "public"
|
|
20076
|
-
}
|
|
20077
|
-
],
|
|
19573
|
+
"path": "src/column/utils/index.ts",
|
|
19574
|
+
"declarations": [],
|
|
20078
19575
|
"exports": [
|
|
20079
19576
|
{
|
|
20080
19577
|
"kind": "js",
|
|
20081
|
-
"name": "
|
|
19578
|
+
"name": "*",
|
|
20082
19579
|
"declaration": {
|
|
20083
|
-
"name": "
|
|
20084
|
-
"
|
|
19580
|
+
"name": "*",
|
|
19581
|
+
"package": "./grid-pro-columns"
|
|
20085
19582
|
}
|
|
20086
19583
|
}
|
|
20087
19584
|
]
|
|
20088
19585
|
},
|
|
20089
19586
|
{
|
|
20090
19587
|
"kind": "javascript-module",
|
|
20091
|
-
"path": "src/
|
|
19588
|
+
"path": "src/multicolumn-dropdown/index.ts",
|
|
20092
19589
|
"declarations": [],
|
|
20093
19590
|
"exports": [
|
|
20094
19591
|
{
|
|
@@ -20096,7 +19593,7 @@
|
|
|
20096
19593
|
"name": "*",
|
|
20097
19594
|
"declaration": {
|
|
20098
19595
|
"name": "*",
|
|
20099
|
-
"package": "./
|
|
19596
|
+
"package": "./multicolumn-dropdown"
|
|
20100
19597
|
}
|
|
20101
19598
|
},
|
|
20102
19599
|
{
|
|
@@ -20104,7 +19601,7 @@
|
|
|
20104
19601
|
"name": "*",
|
|
20105
19602
|
"declaration": {
|
|
20106
19603
|
"name": "*",
|
|
20107
|
-
"package": "./
|
|
19604
|
+
"package": "./multicolumn-dropdown.styles"
|
|
20108
19605
|
}
|
|
20109
19606
|
},
|
|
20110
19607
|
{
|
|
@@ -20112,292 +19609,795 @@
|
|
|
20112
19609
|
"name": "*",
|
|
20113
19610
|
"declaration": {
|
|
20114
19611
|
"name": "*",
|
|
20115
|
-
"package": "./
|
|
19612
|
+
"package": "./multicolumn-dropdown.template"
|
|
19613
|
+
}
|
|
19614
|
+
}
|
|
19615
|
+
]
|
|
19616
|
+
},
|
|
19617
|
+
{
|
|
19618
|
+
"kind": "javascript-module",
|
|
19619
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
19620
|
+
"declarations": [
|
|
19621
|
+
{
|
|
19622
|
+
"kind": "variable",
|
|
19623
|
+
"name": "dropdownWidthVar",
|
|
19624
|
+
"type": {
|
|
19625
|
+
"text": "string"
|
|
19626
|
+
},
|
|
19627
|
+
"default": "'--dropdown-width'",
|
|
19628
|
+
"description": "The CSS variable to use for specifying the dropdown's width"
|
|
19629
|
+
},
|
|
19630
|
+
{
|
|
19631
|
+
"kind": "variable",
|
|
19632
|
+
"name": "optionsClass",
|
|
19633
|
+
"type": {
|
|
19634
|
+
"text": "string"
|
|
19635
|
+
},
|
|
19636
|
+
"default": "'options'",
|
|
19637
|
+
"description": "The CSS class to use for the options element's class in the dropdown"
|
|
19638
|
+
},
|
|
19639
|
+
{
|
|
19640
|
+
"kind": "variable",
|
|
19641
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
19642
|
+
"type": {
|
|
19643
|
+
"text": "string"
|
|
19644
|
+
},
|
|
19645
|
+
"default": "'dnone'",
|
|
19646
|
+
"description": "Class name used to hide elements with display:none"
|
|
19647
|
+
},
|
|
19648
|
+
{
|
|
19649
|
+
"kind": "variable",
|
|
19650
|
+
"name": "multicolumnDropdownStyles",
|
|
19651
|
+
"default": "css`\n label {\n color: var(--neutral-foreground-hint, rgb(135 155 166));\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n .${DISPLAY_NONE_CLASS} {\n display: none !important;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n ${dropdownWidthVar}: 350px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: inherit;\n min-height: 40px;\n padding-left: calc(var(--design-unit) * 2.25px);\n padding-right: 52px;\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n text-overflow: ellipsis;\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: var(--disabled-opacity);\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid var(--neutral-stroke-hover, rgb(231 232 232));\n }\n\n button {\n pointer-events: none;\n }\n\n #arrow-icon {\n display: inline-block;\n width: 16px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .cross-icon {\n display: inline-block;\n width: 12px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 46px);\n padding: 0;\n cursor: pointer;\n visibility: hidden;\n }\n\n .cross-icon:hover {\n color: var(--error-color);\n }\n\n .disabled-icon {\n pointer-events: none;\n opacity: var(--disabled-opacity);\n }\n\n .${optionsClass} {\n min-width: 100%;\n width: var(${dropdownWidthVar});\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin: 5px 0;\n background: var(--neutral-fill-input-rest);\n visibility: hidden;\n z-index: 999;\n }\n\n .dropdown-above {\n bottom: 100%;\n }\n\n .dropdown-left {\n right: 0;\n }\n\n .grid-container {\n height: 300px;\n width: 100%;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n .visible {\n visibility: visible;\n }\n`",
|
|
19652
|
+
"description": "Multicolumn Dropdown styles.",
|
|
19653
|
+
"privacy": "public"
|
|
19654
|
+
}
|
|
19655
|
+
],
|
|
19656
|
+
"exports": [
|
|
19657
|
+
{
|
|
19658
|
+
"kind": "js",
|
|
19659
|
+
"name": "dropdownWidthVar",
|
|
19660
|
+
"declaration": {
|
|
19661
|
+
"name": "dropdownWidthVar",
|
|
19662
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
20116
19663
|
}
|
|
20117
19664
|
},
|
|
20118
19665
|
{
|
|
20119
19666
|
"kind": "js",
|
|
20120
|
-
"name": "
|
|
19667
|
+
"name": "optionsClass",
|
|
20121
19668
|
"declaration": {
|
|
20122
|
-
"name": "
|
|
20123
|
-
"
|
|
19669
|
+
"name": "optionsClass",
|
|
19670
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
20124
19671
|
}
|
|
20125
19672
|
},
|
|
20126
19673
|
{
|
|
20127
19674
|
"kind": "js",
|
|
20128
|
-
"name": "
|
|
19675
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
20129
19676
|
"declaration": {
|
|
20130
|
-
"name": "
|
|
20131
|
-
"
|
|
19677
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
19678
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
20132
19679
|
}
|
|
20133
19680
|
},
|
|
20134
19681
|
{
|
|
20135
19682
|
"kind": "js",
|
|
20136
|
-
"name": "
|
|
19683
|
+
"name": "multicolumnDropdownStyles",
|
|
20137
19684
|
"declaration": {
|
|
20138
|
-
"name": "
|
|
20139
|
-
"
|
|
19685
|
+
"name": "multicolumnDropdownStyles",
|
|
19686
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
20140
19687
|
}
|
|
20141
19688
|
}
|
|
20142
19689
|
]
|
|
20143
19690
|
},
|
|
20144
19691
|
{
|
|
20145
19692
|
"kind": "javascript-module",
|
|
20146
|
-
"path": "src/
|
|
19693
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
20147
19694
|
"declarations": [
|
|
20148
19695
|
{
|
|
20149
|
-
"kind": "
|
|
20150
|
-
"name": "
|
|
20151
|
-
"
|
|
20152
|
-
|
|
20153
|
-
|
|
20154
|
-
|
|
20155
|
-
|
|
20156
|
-
|
|
20157
|
-
|
|
20158
|
-
"
|
|
19696
|
+
"kind": "function",
|
|
19697
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
19698
|
+
"parameters": [
|
|
19699
|
+
{
|
|
19700
|
+
"name": "designSystem",
|
|
19701
|
+
"default": "'foundation'",
|
|
19702
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
19703
|
+
}
|
|
19704
|
+
],
|
|
19705
|
+
"description": "Get a Design System prefixed Multicolumn Dropdown template.",
|
|
19706
|
+
"return": {
|
|
19707
|
+
"type": {
|
|
19708
|
+
"text": ""
|
|
19709
|
+
}
|
|
19710
|
+
},
|
|
19711
|
+
"privacy": "public"
|
|
19712
|
+
},
|
|
19713
|
+
{
|
|
19714
|
+
"kind": "variable",
|
|
19715
|
+
"name": "multicolumnDropdownTemplate",
|
|
19716
|
+
"description": "The default Multicolumn Dropdown template using the 'foundation' design system prefix.",
|
|
19717
|
+
"privacy": "public"
|
|
19718
|
+
}
|
|
19719
|
+
],
|
|
19720
|
+
"exports": [
|
|
19721
|
+
{
|
|
19722
|
+
"kind": "js",
|
|
19723
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
20159
19724
|
"declaration": {
|
|
20160
|
-
"name": "
|
|
20161
|
-
"module": "src/
|
|
19725
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
19726
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
19727
|
+
}
|
|
19728
|
+
},
|
|
19729
|
+
{
|
|
19730
|
+
"kind": "js",
|
|
19731
|
+
"name": "multicolumnDropdownTemplate",
|
|
19732
|
+
"declaration": {
|
|
19733
|
+
"name": "multicolumnDropdownTemplate",
|
|
19734
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
20162
19735
|
}
|
|
20163
19736
|
}
|
|
20164
19737
|
]
|
|
20165
19738
|
},
|
|
20166
19739
|
{
|
|
20167
19740
|
"kind": "javascript-module",
|
|
20168
|
-
"path": "src/
|
|
19741
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
20169
19742
|
"declarations": [
|
|
20170
19743
|
{
|
|
20171
19744
|
"kind": "function",
|
|
20172
|
-
"name": "
|
|
20173
|
-
"return": {
|
|
20174
|
-
"type": {
|
|
20175
|
-
"text": ""
|
|
20176
|
-
}
|
|
20177
|
-
},
|
|
19745
|
+
"name": "wasClickOutsideElement",
|
|
20178
19746
|
"parameters": [
|
|
20179
19747
|
{
|
|
20180
|
-
"name": "
|
|
19748
|
+
"name": "event",
|
|
19749
|
+
"type": {
|
|
19750
|
+
"text": "MouseEvent"
|
|
19751
|
+
}
|
|
19752
|
+
},
|
|
19753
|
+
{
|
|
19754
|
+
"name": "target",
|
|
19755
|
+
"type": {
|
|
19756
|
+
"text": "EventTarget"
|
|
19757
|
+
}
|
|
19758
|
+
}
|
|
19759
|
+
],
|
|
19760
|
+
"description": "Checks if the given mouse event occurred outside the target element.",
|
|
19761
|
+
"privacy": "public"
|
|
19762
|
+
},
|
|
19763
|
+
{
|
|
19764
|
+
"kind": "class",
|
|
19765
|
+
"description": "",
|
|
19766
|
+
"name": "MulticolumnDropdown",
|
|
19767
|
+
"members": [
|
|
19768
|
+
{
|
|
19769
|
+
"kind": "field",
|
|
19770
|
+
"name": "optionsElement",
|
|
19771
|
+
"type": {
|
|
19772
|
+
"text": "HTMLElement"
|
|
19773
|
+
}
|
|
19774
|
+
},
|
|
19775
|
+
{
|
|
19776
|
+
"kind": "field",
|
|
19777
|
+
"name": "lastRequest",
|
|
19778
|
+
"type": {
|
|
19779
|
+
"text": "object"
|
|
19780
|
+
},
|
|
19781
|
+
"privacy": "private"
|
|
19782
|
+
},
|
|
19783
|
+
{
|
|
19784
|
+
"kind": "field",
|
|
19785
|
+
"name": "connectOverride",
|
|
19786
|
+
"type": {
|
|
19787
|
+
"text": "Connect"
|
|
19788
|
+
},
|
|
19789
|
+
"privacy": "private"
|
|
19790
|
+
},
|
|
19791
|
+
{
|
|
19792
|
+
"kind": "field",
|
|
19793
|
+
"name": "_connectDI",
|
|
19794
|
+
"type": {
|
|
19795
|
+
"text": "Connect"
|
|
19796
|
+
},
|
|
19797
|
+
"privacy": "private"
|
|
19798
|
+
},
|
|
19799
|
+
{
|
|
19800
|
+
"kind": "field",
|
|
19801
|
+
"name": "connect",
|
|
19802
|
+
"type": {
|
|
19803
|
+
"text": "Connect"
|
|
19804
|
+
},
|
|
19805
|
+
"description": "The connect service - uses DI by default, but can be manually set for dynamic element creation"
|
|
19806
|
+
},
|
|
19807
|
+
{
|
|
19808
|
+
"kind": "field",
|
|
19809
|
+
"name": "disabled",
|
|
19810
|
+
"type": {
|
|
19811
|
+
"text": "boolean"
|
|
19812
|
+
},
|
|
19813
|
+
"privacy": "public",
|
|
19814
|
+
"description": "Whether to disable control of the component"
|
|
19815
|
+
},
|
|
19816
|
+
{
|
|
19817
|
+
"kind": "field",
|
|
19818
|
+
"name": "resourceName",
|
|
19819
|
+
"type": {
|
|
19820
|
+
"text": "string"
|
|
19821
|
+
},
|
|
19822
|
+
"privacy": "public",
|
|
19823
|
+
"description": "The name of the reqrep to get the options from"
|
|
19824
|
+
},
|
|
19825
|
+
{
|
|
19826
|
+
"kind": "field",
|
|
19827
|
+
"name": "searchKey",
|
|
19828
|
+
"type": {
|
|
19829
|
+
"text": "string | string[] | undefined"
|
|
19830
|
+
},
|
|
19831
|
+
"privacy": "public",
|
|
19832
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\")."
|
|
19833
|
+
},
|
|
19834
|
+
{
|
|
19835
|
+
"kind": "field",
|
|
19836
|
+
"name": "requestSupportsAdvancedSearch",
|
|
19837
|
+
"type": {
|
|
19838
|
+
"text": "boolean"
|
|
19839
|
+
},
|
|
19840
|
+
"privacy": "public",
|
|
19841
|
+
"default": "false",
|
|
19842
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions."
|
|
19843
|
+
},
|
|
19844
|
+
{
|
|
19845
|
+
"kind": "field",
|
|
19846
|
+
"name": "valueKey",
|
|
19847
|
+
"type": {
|
|
19848
|
+
"text": "string"
|
|
19849
|
+
},
|
|
19850
|
+
"privacy": "public",
|
|
19851
|
+
"description": "The key used as the value sent to the server"
|
|
19852
|
+
},
|
|
19853
|
+
{
|
|
19854
|
+
"kind": "field",
|
|
19855
|
+
"name": "labelKey",
|
|
19856
|
+
"type": {
|
|
19857
|
+
"text": "string"
|
|
19858
|
+
},
|
|
19859
|
+
"privacy": "public",
|
|
19860
|
+
"description": "The key used as the label displayed in the UI"
|
|
19861
|
+
},
|
|
19862
|
+
{
|
|
19863
|
+
"kind": "field",
|
|
19864
|
+
"name": "dropdownPlacement",
|
|
19865
|
+
"type": {
|
|
19866
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
19867
|
+
},
|
|
19868
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left"
|
|
19869
|
+
},
|
|
19870
|
+
{
|
|
19871
|
+
"kind": "field",
|
|
19872
|
+
"name": "dropdownWidth",
|
|
19873
|
+
"type": {
|
|
19874
|
+
"text": "number"
|
|
19875
|
+
},
|
|
19876
|
+
"privacy": "public",
|
|
19877
|
+
"description": "Optionally specifies the width of the dropdown"
|
|
19878
|
+
},
|
|
19879
|
+
{
|
|
19880
|
+
"kind": "field",
|
|
19881
|
+
"name": "request",
|
|
19882
|
+
"type": {
|
|
19883
|
+
"text": "object"
|
|
19884
|
+
},
|
|
19885
|
+
"privacy": "public",
|
|
19886
|
+
"description": "A request object to pass in the reqrep"
|
|
19887
|
+
},
|
|
19888
|
+
{
|
|
19889
|
+
"kind": "field",
|
|
19890
|
+
"name": "columnDefinitions",
|
|
19891
|
+
"type": {
|
|
19892
|
+
"text": "ColDef[]"
|
|
19893
|
+
},
|
|
19894
|
+
"privacy": "public",
|
|
19895
|
+
"description": "An array of AG Grid column definitions to use in the grid to display the data"
|
|
19896
|
+
},
|
|
19897
|
+
{
|
|
19898
|
+
"kind": "field",
|
|
19899
|
+
"name": "baseCriteria",
|
|
19900
|
+
"type": {
|
|
19901
|
+
"text": "string | undefined"
|
|
19902
|
+
},
|
|
19903
|
+
"privacy": "public",
|
|
19904
|
+
"description": "Base criteria that is always applied to requests combined with search criteria via AND.\nUse this to pre-filter results."
|
|
19905
|
+
},
|
|
19906
|
+
{
|
|
19907
|
+
"kind": "field",
|
|
19908
|
+
"name": "defaultSlottedNodes",
|
|
19909
|
+
"type": {
|
|
19910
|
+
"text": "Node[]"
|
|
19911
|
+
},
|
|
19912
|
+
"privacy": "public",
|
|
19913
|
+
"default": "[]"
|
|
19914
|
+
},
|
|
19915
|
+
{
|
|
19916
|
+
"kind": "field",
|
|
19917
|
+
"name": "grid",
|
|
19918
|
+
"type": {
|
|
19919
|
+
"text": "GridPro"
|
|
19920
|
+
},
|
|
19921
|
+
"privacy": "public"
|
|
19922
|
+
},
|
|
19923
|
+
{
|
|
19924
|
+
"kind": "field",
|
|
19925
|
+
"name": "_value",
|
|
19926
|
+
"type": {
|
|
19927
|
+
"text": "string"
|
|
19928
|
+
},
|
|
19929
|
+
"privacy": "private"
|
|
19930
|
+
},
|
|
19931
|
+
{
|
|
19932
|
+
"kind": "field",
|
|
19933
|
+
"name": "value",
|
|
19934
|
+
"type": {
|
|
19935
|
+
"text": "string"
|
|
19936
|
+
}
|
|
19937
|
+
},
|
|
19938
|
+
{
|
|
19939
|
+
"kind": "field",
|
|
19940
|
+
"name": "filterSearch",
|
|
19941
|
+
"type": {
|
|
19942
|
+
"text": "string"
|
|
19943
|
+
},
|
|
19944
|
+
"privacy": "public",
|
|
19945
|
+
"description": "The criteria to search by"
|
|
19946
|
+
},
|
|
19947
|
+
{
|
|
19948
|
+
"kind": "field",
|
|
19949
|
+
"name": "open",
|
|
19950
|
+
"type": {
|
|
19951
|
+
"text": "boolean"
|
|
19952
|
+
},
|
|
19953
|
+
"privacy": "public",
|
|
19954
|
+
"description": "Whether the dropdown is open or not"
|
|
19955
|
+
},
|
|
19956
|
+
{
|
|
19957
|
+
"kind": "field",
|
|
19958
|
+
"name": "selectedRow",
|
|
19959
|
+
"type": {
|
|
19960
|
+
"text": "object"
|
|
19961
|
+
},
|
|
19962
|
+
"description": "Data for the selected row"
|
|
19963
|
+
},
|
|
19964
|
+
{
|
|
19965
|
+
"kind": "field",
|
|
19966
|
+
"name": "displayValue",
|
|
19967
|
+
"description": "Value to display in the form field",
|
|
19968
|
+
"readonly": true
|
|
19969
|
+
},
|
|
19970
|
+
{
|
|
19971
|
+
"kind": "field",
|
|
19972
|
+
"name": "hasSearchKey",
|
|
19973
|
+
"type": {
|
|
19974
|
+
"text": "boolean"
|
|
19975
|
+
},
|
|
19976
|
+
"readonly": true
|
|
19977
|
+
},
|
|
19978
|
+
{
|
|
19979
|
+
"kind": "field",
|
|
19980
|
+
"name": "hasSlottedContent",
|
|
19981
|
+
"type": {
|
|
19982
|
+
"text": "boolean"
|
|
19983
|
+
},
|
|
19984
|
+
"readonly": true
|
|
19985
|
+
},
|
|
19986
|
+
{
|
|
19987
|
+
"kind": "method",
|
|
19988
|
+
"name": "setGridRowData",
|
|
19989
|
+
"privacy": "private",
|
|
19990
|
+
"parameters": [
|
|
19991
|
+
{
|
|
19992
|
+
"name": "rows",
|
|
19993
|
+
"type": {
|
|
19994
|
+
"text": "any[]"
|
|
19995
|
+
}
|
|
19996
|
+
}
|
|
19997
|
+
],
|
|
19998
|
+
"description": "Sets row data on the grid in a version-safe way.\nAG Grid v32+ removed `setRowData` in favour of `updateGridOptions`."
|
|
19999
|
+
},
|
|
20000
|
+
{
|
|
20001
|
+
"kind": "method",
|
|
20002
|
+
"name": "setGridColumnDefs",
|
|
20003
|
+
"privacy": "private",
|
|
20004
|
+
"parameters": [
|
|
20005
|
+
{
|
|
20006
|
+
"name": "colDefs",
|
|
20007
|
+
"type": {
|
|
20008
|
+
"text": "ColDef[]"
|
|
20009
|
+
}
|
|
20010
|
+
}
|
|
20011
|
+
],
|
|
20012
|
+
"description": "Sets column defs on the grid in a version-safe way.\nAG Grid v32+ removed `setColumnDefs` in favour of `updateGridOptions`."
|
|
20013
|
+
},
|
|
20014
|
+
{
|
|
20015
|
+
"kind": "method",
|
|
20016
|
+
"name": "emitValue",
|
|
20017
|
+
"privacy": "private",
|
|
20018
|
+
"parameters": [
|
|
20019
|
+
{
|
|
20020
|
+
"name": "value",
|
|
20021
|
+
"type": {
|
|
20022
|
+
"text": "string"
|
|
20023
|
+
}
|
|
20024
|
+
}
|
|
20025
|
+
],
|
|
20026
|
+
"description": "Emits 'change' and 'input' events so that the `sync` directive and forms work correctly."
|
|
20027
|
+
},
|
|
20028
|
+
{
|
|
20029
|
+
"kind": "method",
|
|
20030
|
+
"name": "toggle",
|
|
20031
|
+
"privacy": "public"
|
|
20032
|
+
},
|
|
20033
|
+
{
|
|
20034
|
+
"kind": "method",
|
|
20035
|
+
"name": "getAndSetRows",
|
|
20036
|
+
"privacy": "private"
|
|
20037
|
+
},
|
|
20038
|
+
{
|
|
20039
|
+
"kind": "field",
|
|
20040
|
+
"name": "getAndSetRowsDebounce",
|
|
20041
|
+
"privacy": "private"
|
|
20042
|
+
},
|
|
20043
|
+
{
|
|
20044
|
+
"kind": "method",
|
|
20045
|
+
"name": "filterSearchChanged",
|
|
20046
|
+
"privacy": "public"
|
|
20047
|
+
},
|
|
20048
|
+
{
|
|
20049
|
+
"kind": "method",
|
|
20050
|
+
"name": "requestChanged",
|
|
20051
|
+
"privacy": "public"
|
|
20052
|
+
},
|
|
20053
|
+
{
|
|
20054
|
+
"kind": "method",
|
|
20055
|
+
"name": "columnDefinitionsChanged",
|
|
20056
|
+
"privacy": "public"
|
|
20057
|
+
},
|
|
20058
|
+
{
|
|
20059
|
+
"kind": "field",
|
|
20060
|
+
"name": "handleClickOutside",
|
|
20061
|
+
"privacy": "private"
|
|
20062
|
+
},
|
|
20063
|
+
{
|
|
20064
|
+
"kind": "method",
|
|
20065
|
+
"name": "openChanged",
|
|
20066
|
+
"privacy": "public"
|
|
20067
|
+
},
|
|
20068
|
+
{
|
|
20069
|
+
"kind": "method",
|
|
20070
|
+
"name": "dropdownWidthChanged",
|
|
20071
|
+
"privacy": "public"
|
|
20072
|
+
},
|
|
20073
|
+
{
|
|
20074
|
+
"kind": "method",
|
|
20075
|
+
"name": "changeHandler",
|
|
20076
|
+
"privacy": "public",
|
|
20077
|
+
"parameters": [
|
|
20078
|
+
{
|
|
20079
|
+
"name": "event",
|
|
20080
|
+
"type": {
|
|
20081
|
+
"text": "Event"
|
|
20082
|
+
}
|
|
20083
|
+
}
|
|
20084
|
+
]
|
|
20085
|
+
},
|
|
20086
|
+
{
|
|
20087
|
+
"kind": "method",
|
|
20088
|
+
"name": "cloneNode",
|
|
20089
|
+
"return": {
|
|
20090
|
+
"type": {
|
|
20091
|
+
"text": "Node"
|
|
20092
|
+
}
|
|
20093
|
+
},
|
|
20094
|
+
"parameters": [
|
|
20095
|
+
{
|
|
20096
|
+
"name": "deep",
|
|
20097
|
+
"optional": true,
|
|
20098
|
+
"type": {
|
|
20099
|
+
"text": "boolean"
|
|
20100
|
+
}
|
|
20101
|
+
}
|
|
20102
|
+
],
|
|
20103
|
+
"inheritedFrom": {
|
|
20104
|
+
"name": "LifecycleMixin",
|
|
20105
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
20106
|
+
}
|
|
20107
|
+
},
|
|
20108
|
+
{
|
|
20109
|
+
"kind": "method",
|
|
20110
|
+
"name": "deepClone",
|
|
20111
|
+
"return": {
|
|
20112
|
+
"type": {
|
|
20113
|
+
"text": "Node"
|
|
20114
|
+
}
|
|
20115
|
+
},
|
|
20116
|
+
"inheritedFrom": {
|
|
20117
|
+
"name": "LifecycleMixin",
|
|
20118
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
20119
|
+
}
|
|
20120
|
+
},
|
|
20121
|
+
{
|
|
20122
|
+
"kind": "field",
|
|
20123
|
+
"name": "shouldRunDisconnect",
|
|
20124
|
+
"return": {
|
|
20125
|
+
"type": {
|
|
20126
|
+
"text": ""
|
|
20127
|
+
}
|
|
20128
|
+
},
|
|
20129
|
+
"readonly": true,
|
|
20130
|
+
"inheritedFrom": {
|
|
20131
|
+
"name": "LifecycleMixin",
|
|
20132
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
20133
|
+
}
|
|
20134
|
+
},
|
|
20135
|
+
{
|
|
20136
|
+
"kind": "field",
|
|
20137
|
+
"name": "shouldRunConnect",
|
|
20138
|
+
"return": {
|
|
20139
|
+
"type": {
|
|
20140
|
+
"text": ""
|
|
20141
|
+
}
|
|
20142
|
+
},
|
|
20143
|
+
"readonly": true,
|
|
20144
|
+
"inheritedFrom": {
|
|
20145
|
+
"name": "LifecycleMixin",
|
|
20146
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
20147
|
+
}
|
|
20148
|
+
},
|
|
20149
|
+
{
|
|
20150
|
+
"kind": "method",
|
|
20151
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
20152
|
+
"return": {
|
|
20153
|
+
"type": {
|
|
20154
|
+
"text": "boolean"
|
|
20155
|
+
}
|
|
20156
|
+
},
|
|
20157
|
+
"parameters": [
|
|
20158
|
+
{
|
|
20159
|
+
"name": "lifecycleType",
|
|
20160
|
+
"type": {
|
|
20161
|
+
"text": "Lifecycletype"
|
|
20162
|
+
}
|
|
20163
|
+
}
|
|
20164
|
+
],
|
|
20165
|
+
"inheritedFrom": {
|
|
20166
|
+
"name": "LifecycleMixin",
|
|
20167
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
20168
|
+
}
|
|
20169
|
+
},
|
|
20170
|
+
{
|
|
20171
|
+
"kind": "field",
|
|
20172
|
+
"name": "_presentation",
|
|
20173
|
+
"type": {
|
|
20174
|
+
"text": "ComponentPresentation | null | undefined"
|
|
20175
|
+
},
|
|
20176
|
+
"privacy": "private",
|
|
20177
|
+
"default": "void 0",
|
|
20178
|
+
"inheritedFrom": {
|
|
20179
|
+
"name": "FoundationElement",
|
|
20180
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20181
|
+
}
|
|
20182
|
+
},
|
|
20183
|
+
{
|
|
20184
|
+
"kind": "field",
|
|
20185
|
+
"name": "$presentation",
|
|
20186
|
+
"type": {
|
|
20187
|
+
"text": "ComponentPresentation | null"
|
|
20188
|
+
},
|
|
20189
|
+
"privacy": "public",
|
|
20190
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20191
|
+
"inheritedFrom": {
|
|
20192
|
+
"name": "FoundationElement",
|
|
20193
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20194
|
+
}
|
|
20195
|
+
},
|
|
20196
|
+
{
|
|
20197
|
+
"kind": "field",
|
|
20198
|
+
"name": "template",
|
|
20199
|
+
"type": {
|
|
20200
|
+
"text": "ElementViewTemplate | void | null"
|
|
20201
|
+
},
|
|
20202
|
+
"privacy": "public",
|
|
20203
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
20204
|
+
"inheritedFrom": {
|
|
20205
|
+
"name": "FoundationElement",
|
|
20206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20207
|
+
}
|
|
20208
|
+
},
|
|
20209
|
+
{
|
|
20210
|
+
"kind": "method",
|
|
20211
|
+
"name": "templateChanged",
|
|
20212
|
+
"privacy": "protected",
|
|
20213
|
+
"return": {
|
|
20214
|
+
"type": {
|
|
20215
|
+
"text": "void"
|
|
20216
|
+
}
|
|
20217
|
+
},
|
|
20218
|
+
"inheritedFrom": {
|
|
20219
|
+
"name": "FoundationElement",
|
|
20220
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20221
|
+
}
|
|
20222
|
+
},
|
|
20223
|
+
{
|
|
20224
|
+
"kind": "field",
|
|
20225
|
+
"name": "styles",
|
|
20226
|
+
"type": {
|
|
20227
|
+
"text": "ElementStyles | void | null"
|
|
20228
|
+
},
|
|
20229
|
+
"privacy": "public",
|
|
20230
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
20231
|
+
"inheritedFrom": {
|
|
20232
|
+
"name": "FoundationElement",
|
|
20233
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20234
|
+
}
|
|
20235
|
+
},
|
|
20236
|
+
{
|
|
20237
|
+
"kind": "method",
|
|
20238
|
+
"name": "stylesChanged",
|
|
20239
|
+
"privacy": "protected",
|
|
20240
|
+
"return": {
|
|
20241
|
+
"type": {
|
|
20242
|
+
"text": "void"
|
|
20243
|
+
}
|
|
20244
|
+
},
|
|
20245
|
+
"inheritedFrom": {
|
|
20246
|
+
"name": "FoundationElement",
|
|
20247
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20248
|
+
}
|
|
20249
|
+
},
|
|
20250
|
+
{
|
|
20251
|
+
"kind": "method",
|
|
20252
|
+
"name": "compose",
|
|
20253
|
+
"privacy": "public",
|
|
20254
|
+
"static": true,
|
|
20255
|
+
"return": {
|
|
20256
|
+
"type": {
|
|
20257
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20258
|
+
}
|
|
20259
|
+
},
|
|
20260
|
+
"parameters": [
|
|
20261
|
+
{
|
|
20262
|
+
"name": "this",
|
|
20263
|
+
"type": {
|
|
20264
|
+
"text": "K"
|
|
20265
|
+
}
|
|
20266
|
+
},
|
|
20267
|
+
{
|
|
20268
|
+
"name": "elementDefinition",
|
|
20269
|
+
"type": {
|
|
20270
|
+
"text": "T"
|
|
20271
|
+
},
|
|
20272
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
20273
|
+
}
|
|
20274
|
+
],
|
|
20275
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20276
|
+
"inheritedFrom": {
|
|
20277
|
+
"name": "FoundationElement",
|
|
20278
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20279
|
+
}
|
|
20280
|
+
}
|
|
20281
|
+
],
|
|
20282
|
+
"events": [
|
|
20283
|
+
{
|
|
20284
|
+
"description": "Fired when the selected value changes",
|
|
20285
|
+
"name": "change"
|
|
20286
|
+
},
|
|
20287
|
+
{
|
|
20288
|
+
"description": "Fired when the value is updated (including programmatic changes)",
|
|
20289
|
+
"name": "input"
|
|
20290
|
+
}
|
|
20291
|
+
],
|
|
20292
|
+
"attributes": [
|
|
20293
|
+
{
|
|
20294
|
+
"type": {
|
|
20295
|
+
"text": "boolean"
|
|
20296
|
+
},
|
|
20297
|
+
"description": "Whether to disable control of the component",
|
|
20298
|
+
"fieldName": "disabled"
|
|
20299
|
+
},
|
|
20300
|
+
{
|
|
20301
|
+
"name": "resource-name",
|
|
20181
20302
|
"type": {
|
|
20182
|
-
"text": "
|
|
20303
|
+
"text": "string"
|
|
20183
20304
|
},
|
|
20184
|
-
"description": "the
|
|
20185
|
-
|
|
20186
|
-
|
|
20187
|
-
"description": "Get the keys of the Metadata indexes map",
|
|
20188
|
-
"privacy": "public"
|
|
20189
|
-
},
|
|
20190
|
-
{
|
|
20191
|
-
"kind": "function",
|
|
20192
|
-
"name": "getAvailableIndexFields",
|
|
20193
|
-
"return": {
|
|
20194
|
-
"type": {
|
|
20195
|
-
"text": ""
|
|
20196
|
-
}
|
|
20197
|
-
},
|
|
20198
|
-
"parameters": [
|
|
20305
|
+
"description": "The name of the reqrep to get the options from",
|
|
20306
|
+
"fieldName": "resourceName"
|
|
20307
|
+
},
|
|
20199
20308
|
{
|
|
20200
|
-
"name": "
|
|
20309
|
+
"name": "search-key",
|
|
20201
20310
|
"type": {
|
|
20202
|
-
"text": "
|
|
20311
|
+
"text": "string | string[] | undefined"
|
|
20203
20312
|
},
|
|
20204
|
-
"description": "
|
|
20205
|
-
|
|
20206
|
-
|
|
20207
|
-
"description": "Get the values of the Metadata indexes map",
|
|
20208
|
-
"privacy": "public"
|
|
20209
|
-
}
|
|
20210
|
-
],
|
|
20211
|
-
"exports": [
|
|
20212
|
-
{
|
|
20213
|
-
"kind": "js",
|
|
20214
|
-
"name": "getAvailableIndexes",
|
|
20215
|
-
"declaration": {
|
|
20216
|
-
"name": "getAvailableIndexes",
|
|
20217
|
-
"module": "src/utils/map.ts"
|
|
20218
|
-
}
|
|
20219
|
-
},
|
|
20220
|
-
{
|
|
20221
|
-
"kind": "js",
|
|
20222
|
-
"name": "getAvailableIndexFields",
|
|
20223
|
-
"declaration": {
|
|
20224
|
-
"name": "getAvailableIndexFields",
|
|
20225
|
-
"module": "src/utils/map.ts"
|
|
20226
|
-
}
|
|
20227
|
-
}
|
|
20228
|
-
]
|
|
20229
|
-
},
|
|
20230
|
-
{
|
|
20231
|
-
"kind": "javascript-module",
|
|
20232
|
-
"path": "src/utils/sanitasations.ts",
|
|
20233
|
-
"declarations": [
|
|
20234
|
-
{
|
|
20235
|
-
"kind": "variable",
|
|
20236
|
-
"name": "csvExportParams",
|
|
20237
|
-
"type": {
|
|
20238
|
-
"text": "CsvExportParams"
|
|
20239
|
-
},
|
|
20240
|
-
"default": "{\n processCellCallback: (params) => {\n if (\n ['+', '=', '-', '@', '\\t', '\\n'].some((character) =>\n String(params.value).startsWith(character),\n )\n ) {\n return `'${params.value}`;\n }\n\n return params.value;\n },\n}",
|
|
20241
|
-
"description": "Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection",
|
|
20242
|
-
"privacy": "public"
|
|
20243
|
-
}
|
|
20244
|
-
],
|
|
20245
|
-
"exports": [
|
|
20246
|
-
{
|
|
20247
|
-
"kind": "js",
|
|
20248
|
-
"name": "csvExportParams",
|
|
20249
|
-
"declaration": {
|
|
20250
|
-
"name": "csvExportParams",
|
|
20251
|
-
"module": "src/utils/sanitasations.ts"
|
|
20252
|
-
}
|
|
20253
|
-
}
|
|
20254
|
-
]
|
|
20255
|
-
},
|
|
20256
|
-
{
|
|
20257
|
-
"kind": "javascript-module",
|
|
20258
|
-
"path": "src/utils/string.ts",
|
|
20259
|
-
"declarations": [
|
|
20260
|
-
{
|
|
20261
|
-
"kind": "function",
|
|
20262
|
-
"name": "convertToKebabCase",
|
|
20263
|
-
"parameters": [
|
|
20313
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\").",
|
|
20314
|
+
"fieldName": "searchKey"
|
|
20315
|
+
},
|
|
20264
20316
|
{
|
|
20265
|
-
"name": "
|
|
20317
|
+
"name": "advanced-search-req",
|
|
20266
20318
|
"type": {
|
|
20267
|
-
"text": "
|
|
20319
|
+
"text": "boolean"
|
|
20268
20320
|
},
|
|
20269
|
-
"
|
|
20270
|
-
|
|
20271
|
-
|
|
20272
|
-
|
|
20273
|
-
"return": {
|
|
20274
|
-
"type": {
|
|
20275
|
-
"text": ""
|
|
20276
|
-
}
|
|
20277
|
-
},
|
|
20278
|
-
"privacy": "public"
|
|
20279
|
-
}
|
|
20280
|
-
],
|
|
20281
|
-
"exports": [
|
|
20282
|
-
{
|
|
20283
|
-
"kind": "js",
|
|
20284
|
-
"name": "convertToKebabCase",
|
|
20285
|
-
"declaration": {
|
|
20286
|
-
"name": "convertToKebabCase",
|
|
20287
|
-
"module": "src/utils/string.ts"
|
|
20288
|
-
}
|
|
20289
|
-
}
|
|
20290
|
-
]
|
|
20291
|
-
},
|
|
20292
|
-
{
|
|
20293
|
-
"kind": "javascript-module",
|
|
20294
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20295
|
-
"declarations": [
|
|
20296
|
-
{
|
|
20297
|
-
"kind": "function",
|
|
20298
|
-
"name": "setValueWithAccessor",
|
|
20299
|
-
"return": {
|
|
20300
|
-
"type": {
|
|
20301
|
-
"text": "string"
|
|
20302
|
-
}
|
|
20303
|
-
},
|
|
20304
|
-
"parameters": [
|
|
20321
|
+
"default": "false",
|
|
20322
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions.",
|
|
20323
|
+
"fieldName": "requestSupportsAdvancedSearch"
|
|
20324
|
+
},
|
|
20305
20325
|
{
|
|
20306
|
-
"name": "
|
|
20326
|
+
"name": "value-key",
|
|
20307
20327
|
"type": {
|
|
20308
|
-
"text": "
|
|
20309
|
-
}
|
|
20328
|
+
"text": "string"
|
|
20329
|
+
},
|
|
20330
|
+
"description": "The key used as the value sent to the server",
|
|
20331
|
+
"fieldName": "valueKey"
|
|
20310
20332
|
},
|
|
20311
20333
|
{
|
|
20312
|
-
"name": "
|
|
20334
|
+
"name": "label-key",
|
|
20313
20335
|
"type": {
|
|
20314
20336
|
"text": "string"
|
|
20315
|
-
}
|
|
20316
|
-
|
|
20317
|
-
|
|
20318
|
-
|
|
20319
|
-
],
|
|
20320
|
-
"exports": [
|
|
20321
|
-
{
|
|
20322
|
-
"kind": "js",
|
|
20323
|
-
"name": "setValueWithAccessor",
|
|
20324
|
-
"declaration": {
|
|
20325
|
-
"name": "setValueWithAccessor",
|
|
20326
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20327
|
-
}
|
|
20328
|
-
}
|
|
20329
|
-
]
|
|
20330
|
-
},
|
|
20331
|
-
{
|
|
20332
|
-
"kind": "javascript-module",
|
|
20333
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20334
|
-
"declarations": [],
|
|
20335
|
-
"exports": [
|
|
20336
|
-
{
|
|
20337
|
-
"kind": "js",
|
|
20338
|
-
"name": "*",
|
|
20339
|
-
"declaration": {
|
|
20340
|
-
"name": "*",
|
|
20341
|
-
"package": "./accessor"
|
|
20342
|
-
}
|
|
20343
|
-
}
|
|
20344
|
-
]
|
|
20345
|
-
},
|
|
20346
|
-
{
|
|
20347
|
-
"kind": "javascript-module",
|
|
20348
|
-
"path": "src/column/utils/grid-pro-columns.ts",
|
|
20349
|
-
"declarations": [
|
|
20350
|
-
{
|
|
20351
|
-
"kind": "function",
|
|
20352
|
-
"name": "gridProColumns",
|
|
20353
|
-
"return": {
|
|
20354
|
-
"type": {
|
|
20355
|
-
"text": "CaptureType<TSource>"
|
|
20356
|
-
}
|
|
20357
|
-
},
|
|
20358
|
-
"parameters": [
|
|
20337
|
+
},
|
|
20338
|
+
"description": "The key used as the label displayed in the UI",
|
|
20339
|
+
"fieldName": "labelKey"
|
|
20340
|
+
},
|
|
20359
20341
|
{
|
|
20360
|
-
"name": "
|
|
20342
|
+
"name": "dropdown-placement",
|
|
20361
20343
|
"type": {
|
|
20362
|
-
"text": "
|
|
20344
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
20363
20345
|
},
|
|
20364
|
-
"description": "
|
|
20346
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left",
|
|
20347
|
+
"fieldName": "dropdownPlacement"
|
|
20365
20348
|
},
|
|
20366
20349
|
{
|
|
20367
|
-
"name": "
|
|
20368
|
-
"default": "true",
|
|
20350
|
+
"name": "dropdownWidth",
|
|
20369
20351
|
"type": {
|
|
20370
|
-
"text": "
|
|
20352
|
+
"text": "number"
|
|
20371
20353
|
},
|
|
20372
|
-
"description": "Optionally
|
|
20354
|
+
"description": "Optionally specifies the width of the dropdown",
|
|
20355
|
+
"fieldName": "dropdownWidth"
|
|
20373
20356
|
}
|
|
20374
20357
|
],
|
|
20375
|
-
"
|
|
20358
|
+
"mixins": [
|
|
20359
|
+
{
|
|
20360
|
+
"name": "LifecycleMixin",
|
|
20361
|
+
"package": "@genesislcap/foundation-utils"
|
|
20362
|
+
}
|
|
20363
|
+
],
|
|
20364
|
+
"superclass": {
|
|
20365
|
+
"name": "FoundationElement",
|
|
20366
|
+
"package": "@microsoft/fast-foundation"
|
|
20367
|
+
},
|
|
20368
|
+
"tagName": "%%prefix%%-multicolumn-dropdown",
|
|
20369
|
+
"customElement": true
|
|
20370
|
+
},
|
|
20371
|
+
{
|
|
20372
|
+
"kind": "variable",
|
|
20373
|
+
"name": "foundationMulticolumnDropdown",
|
|
20374
|
+
"description": "A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.",
|
|
20376
20375
|
"privacy": "public"
|
|
20377
20376
|
}
|
|
20378
20377
|
],
|
|
20379
20378
|
"exports": [
|
|
20380
20379
|
{
|
|
20381
20380
|
"kind": "js",
|
|
20382
|
-
"name": "
|
|
20381
|
+
"name": "wasClickOutsideElement",
|
|
20383
20382
|
"declaration": {
|
|
20384
|
-
"name": "
|
|
20385
|
-
"module": "src/
|
|
20383
|
+
"name": "wasClickOutsideElement",
|
|
20384
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
20386
20385
|
}
|
|
20387
|
-
}
|
|
20388
|
-
]
|
|
20389
|
-
},
|
|
20390
|
-
{
|
|
20391
|
-
"kind": "javascript-module",
|
|
20392
|
-
"path": "src/column/utils/index.ts",
|
|
20393
|
-
"declarations": [],
|
|
20394
|
-
"exports": [
|
|
20386
|
+
},
|
|
20395
20387
|
{
|
|
20396
20388
|
"kind": "js",
|
|
20397
|
-
"name": "
|
|
20389
|
+
"name": "MulticolumnDropdown",
|
|
20398
20390
|
"declaration": {
|
|
20399
|
-
"name": "
|
|
20400
|
-
"
|
|
20391
|
+
"name": "MulticolumnDropdown",
|
|
20392
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
20393
|
+
}
|
|
20394
|
+
},
|
|
20395
|
+
{
|
|
20396
|
+
"kind": "js",
|
|
20397
|
+
"name": "foundationMulticolumnDropdown",
|
|
20398
|
+
"declaration": {
|
|
20399
|
+
"name": "foundationMulticolumnDropdown",
|
|
20400
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
20401
20401
|
}
|
|
20402
20402
|
}
|
|
20403
20403
|
]
|