@genesislcap/grid-pro 15.28.0 → 15.28.1
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 +607 -607
- package/package.json +13 -13
|
@@ -7860,319 +7860,6 @@
|
|
|
7860
7860
|
}
|
|
7861
7861
|
]
|
|
7862
7862
|
},
|
|
7863
|
-
{
|
|
7864
|
-
"kind": "javascript-module",
|
|
7865
|
-
"path": "src/column/column.template.ts",
|
|
7866
|
-
"declarations": [
|
|
7867
|
-
{
|
|
7868
|
-
"kind": "variable",
|
|
7869
|
-
"name": "ColumnTemplate",
|
|
7870
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7871
|
-
"description": "The Grid Pro Column Template.",
|
|
7872
|
-
"privacy": "public"
|
|
7873
|
-
}
|
|
7874
|
-
],
|
|
7875
|
-
"exports": [
|
|
7876
|
-
{
|
|
7877
|
-
"kind": "js",
|
|
7878
|
-
"name": "ColumnTemplate",
|
|
7879
|
-
"declaration": {
|
|
7880
|
-
"name": "ColumnTemplate",
|
|
7881
|
-
"module": "src/column/column.template.ts"
|
|
7882
|
-
}
|
|
7883
|
-
}
|
|
7884
|
-
]
|
|
7885
|
-
},
|
|
7886
|
-
{
|
|
7887
|
-
"kind": "javascript-module",
|
|
7888
|
-
"path": "src/column/column.ts",
|
|
7889
|
-
"declarations": [
|
|
7890
|
-
{
|
|
7891
|
-
"kind": "class",
|
|
7892
|
-
"description": "The Grid Pro Column element.",
|
|
7893
|
-
"name": "GridProColumn",
|
|
7894
|
-
"members": [
|
|
7895
|
-
{
|
|
7896
|
-
"kind": "field",
|
|
7897
|
-
"name": "slottedAgCell",
|
|
7898
|
-
"type": {
|
|
7899
|
-
"text": "HTMLElement[]"
|
|
7900
|
-
},
|
|
7901
|
-
"privacy": "public"
|
|
7902
|
-
},
|
|
7903
|
-
{
|
|
7904
|
-
"kind": "field",
|
|
7905
|
-
"name": "definition",
|
|
7906
|
-
"type": {
|
|
7907
|
-
"text": "ColDef"
|
|
7908
|
-
},
|
|
7909
|
-
"default": "{}"
|
|
7910
|
-
},
|
|
7911
|
-
{
|
|
7912
|
-
"kind": "method",
|
|
7913
|
-
"name": "slottedAgCellChanged",
|
|
7914
|
-
"privacy": "public"
|
|
7915
|
-
},
|
|
7916
|
-
{
|
|
7917
|
-
"kind": "method",
|
|
7918
|
-
"name": "deepClone",
|
|
7919
|
-
"return": {
|
|
7920
|
-
"type": {
|
|
7921
|
-
"text": "Node"
|
|
7922
|
-
}
|
|
7923
|
-
},
|
|
7924
|
-
"inheritedFrom": {
|
|
7925
|
-
"name": "LifecycleMixin",
|
|
7926
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7927
|
-
}
|
|
7928
|
-
},
|
|
7929
|
-
{
|
|
7930
|
-
"kind": "method",
|
|
7931
|
-
"name": "cloneNode",
|
|
7932
|
-
"return": {
|
|
7933
|
-
"type": {
|
|
7934
|
-
"text": "Node"
|
|
7935
|
-
}
|
|
7936
|
-
},
|
|
7937
|
-
"parameters": [
|
|
7938
|
-
{
|
|
7939
|
-
"name": "deep",
|
|
7940
|
-
"optional": true,
|
|
7941
|
-
"type": {
|
|
7942
|
-
"text": "boolean"
|
|
7943
|
-
}
|
|
7944
|
-
}
|
|
7945
|
-
],
|
|
7946
|
-
"inheritedFrom": {
|
|
7947
|
-
"name": "LifecycleMixin",
|
|
7948
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7949
|
-
}
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"kind": "field",
|
|
7953
|
-
"name": "shouldRunDisconnect",
|
|
7954
|
-
"return": {
|
|
7955
|
-
"type": {
|
|
7956
|
-
"text": ""
|
|
7957
|
-
}
|
|
7958
|
-
},
|
|
7959
|
-
"readonly": true,
|
|
7960
|
-
"inheritedFrom": {
|
|
7961
|
-
"name": "LifecycleMixin",
|
|
7962
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7963
|
-
}
|
|
7964
|
-
},
|
|
7965
|
-
{
|
|
7966
|
-
"kind": "field",
|
|
7967
|
-
"name": "shouldRunConnect",
|
|
7968
|
-
"return": {
|
|
7969
|
-
"type": {
|
|
7970
|
-
"text": ""
|
|
7971
|
-
}
|
|
7972
|
-
},
|
|
7973
|
-
"readonly": true,
|
|
7974
|
-
"inheritedFrom": {
|
|
7975
|
-
"name": "LifecycleMixin",
|
|
7976
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7977
|
-
}
|
|
7978
|
-
},
|
|
7979
|
-
{
|
|
7980
|
-
"kind": "method",
|
|
7981
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
7982
|
-
"return": {
|
|
7983
|
-
"type": {
|
|
7984
|
-
"text": "boolean"
|
|
7985
|
-
}
|
|
7986
|
-
},
|
|
7987
|
-
"parameters": [
|
|
7988
|
-
{
|
|
7989
|
-
"name": "lifecycleType",
|
|
7990
|
-
"type": {
|
|
7991
|
-
"text": "Lifecycletype"
|
|
7992
|
-
}
|
|
7993
|
-
}
|
|
7994
|
-
],
|
|
7995
|
-
"inheritedFrom": {
|
|
7996
|
-
"name": "LifecycleMixin",
|
|
7997
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7998
|
-
}
|
|
7999
|
-
},
|
|
8000
|
-
{
|
|
8001
|
-
"kind": "field",
|
|
8002
|
-
"name": "_presentation",
|
|
8003
|
-
"type": {
|
|
8004
|
-
"text": "ComponentPresentation | null | undefined"
|
|
8005
|
-
},
|
|
8006
|
-
"privacy": "private",
|
|
8007
|
-
"default": "void 0",
|
|
8008
|
-
"inheritedFrom": {
|
|
8009
|
-
"name": "FoundationElement",
|
|
8010
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8011
|
-
}
|
|
8012
|
-
},
|
|
8013
|
-
{
|
|
8014
|
-
"kind": "field",
|
|
8015
|
-
"name": "$presentation",
|
|
8016
|
-
"type": {
|
|
8017
|
-
"text": "ComponentPresentation | null"
|
|
8018
|
-
},
|
|
8019
|
-
"privacy": "public",
|
|
8020
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8021
|
-
"inheritedFrom": {
|
|
8022
|
-
"name": "FoundationElement",
|
|
8023
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8024
|
-
}
|
|
8025
|
-
},
|
|
8026
|
-
{
|
|
8027
|
-
"kind": "field",
|
|
8028
|
-
"name": "template",
|
|
8029
|
-
"type": {
|
|
8030
|
-
"text": "ElementViewTemplate | void | null"
|
|
8031
|
-
},
|
|
8032
|
-
"privacy": "public",
|
|
8033
|
-
"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.",
|
|
8034
|
-
"inheritedFrom": {
|
|
8035
|
-
"name": "FoundationElement",
|
|
8036
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8037
|
-
}
|
|
8038
|
-
},
|
|
8039
|
-
{
|
|
8040
|
-
"kind": "method",
|
|
8041
|
-
"name": "templateChanged",
|
|
8042
|
-
"privacy": "protected",
|
|
8043
|
-
"return": {
|
|
8044
|
-
"type": {
|
|
8045
|
-
"text": "void"
|
|
8046
|
-
}
|
|
8047
|
-
},
|
|
8048
|
-
"inheritedFrom": {
|
|
8049
|
-
"name": "FoundationElement",
|
|
8050
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8051
|
-
}
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"kind": "field",
|
|
8055
|
-
"name": "styles",
|
|
8056
|
-
"type": {
|
|
8057
|
-
"text": "ElementStyles | void | null"
|
|
8058
|
-
},
|
|
8059
|
-
"privacy": "public",
|
|
8060
|
-
"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.",
|
|
8061
|
-
"inheritedFrom": {
|
|
8062
|
-
"name": "FoundationElement",
|
|
8063
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8064
|
-
}
|
|
8065
|
-
},
|
|
8066
|
-
{
|
|
8067
|
-
"kind": "method",
|
|
8068
|
-
"name": "stylesChanged",
|
|
8069
|
-
"privacy": "protected",
|
|
8070
|
-
"return": {
|
|
8071
|
-
"type": {
|
|
8072
|
-
"text": "void"
|
|
8073
|
-
}
|
|
8074
|
-
},
|
|
8075
|
-
"inheritedFrom": {
|
|
8076
|
-
"name": "FoundationElement",
|
|
8077
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8078
|
-
}
|
|
8079
|
-
},
|
|
8080
|
-
{
|
|
8081
|
-
"kind": "method",
|
|
8082
|
-
"name": "compose",
|
|
8083
|
-
"privacy": "public",
|
|
8084
|
-
"static": true,
|
|
8085
|
-
"return": {
|
|
8086
|
-
"type": {
|
|
8087
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8088
|
-
}
|
|
8089
|
-
},
|
|
8090
|
-
"parameters": [
|
|
8091
|
-
{
|
|
8092
|
-
"name": "this",
|
|
8093
|
-
"type": {
|
|
8094
|
-
"text": "K"
|
|
8095
|
-
}
|
|
8096
|
-
},
|
|
8097
|
-
{
|
|
8098
|
-
"name": "elementDefinition",
|
|
8099
|
-
"type": {
|
|
8100
|
-
"text": "T"
|
|
8101
|
-
},
|
|
8102
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
8103
|
-
}
|
|
8104
|
-
],
|
|
8105
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8106
|
-
"inheritedFrom": {
|
|
8107
|
-
"name": "FoundationElement",
|
|
8108
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8109
|
-
}
|
|
8110
|
-
}
|
|
8111
|
-
],
|
|
8112
|
-
"mixins": [
|
|
8113
|
-
{
|
|
8114
|
-
"name": "LifecycleMixin",
|
|
8115
|
-
"package": "@genesislcap/foundation-utils"
|
|
8116
|
-
}
|
|
8117
|
-
],
|
|
8118
|
-
"superclass": {
|
|
8119
|
-
"name": "FoundationElement",
|
|
8120
|
-
"package": "@microsoft/fast-foundation"
|
|
8121
|
-
},
|
|
8122
|
-
"tagName": "grid-pro-column",
|
|
8123
|
-
"customElement": true
|
|
8124
|
-
}
|
|
8125
|
-
],
|
|
8126
|
-
"exports": [
|
|
8127
|
-
{
|
|
8128
|
-
"kind": "js",
|
|
8129
|
-
"name": "GridProColumn",
|
|
8130
|
-
"declaration": {
|
|
8131
|
-
"name": "GridProColumn",
|
|
8132
|
-
"module": "src/column/column.ts"
|
|
8133
|
-
}
|
|
8134
|
-
},
|
|
8135
|
-
{
|
|
8136
|
-
"kind": "custom-element-definition",
|
|
8137
|
-
"name": "grid-pro-column",
|
|
8138
|
-
"declaration": {
|
|
8139
|
-
"name": "GridProColumn",
|
|
8140
|
-
"module": "src/column/column.ts"
|
|
8141
|
-
}
|
|
8142
|
-
}
|
|
8143
|
-
]
|
|
8144
|
-
},
|
|
8145
|
-
{
|
|
8146
|
-
"kind": "javascript-module",
|
|
8147
|
-
"path": "src/column/index.ts",
|
|
8148
|
-
"declarations": [],
|
|
8149
|
-
"exports": [
|
|
8150
|
-
{
|
|
8151
|
-
"kind": "js",
|
|
8152
|
-
"name": "*",
|
|
8153
|
-
"declaration": {
|
|
8154
|
-
"name": "*",
|
|
8155
|
-
"package": "./column.template"
|
|
8156
|
-
}
|
|
8157
|
-
},
|
|
8158
|
-
{
|
|
8159
|
-
"kind": "js",
|
|
8160
|
-
"name": "*",
|
|
8161
|
-
"declaration": {
|
|
8162
|
-
"name": "*",
|
|
8163
|
-
"package": "./column"
|
|
8164
|
-
}
|
|
8165
|
-
},
|
|
8166
|
-
{
|
|
8167
|
-
"kind": "js",
|
|
8168
|
-
"name": "*",
|
|
8169
|
-
"declaration": {
|
|
8170
|
-
"name": "*",
|
|
8171
|
-
"package": "./utils"
|
|
8172
|
-
}
|
|
8173
|
-
}
|
|
8174
|
-
]
|
|
8175
|
-
},
|
|
8176
7863
|
{
|
|
8177
7864
|
"kind": "javascript-module",
|
|
8178
7865
|
"path": "src/column-filters/enum-column.filter.ts",
|
|
@@ -8355,16 +8042,159 @@
|
|
|
8355
8042
|
"type": {
|
|
8356
8043
|
"text": "string"
|
|
8357
8044
|
},
|
|
8358
|
-
"privacy": "private",
|
|
8359
|
-
"default": "''"
|
|
8045
|
+
"privacy": "private",
|
|
8046
|
+
"default": "''"
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"kind": "method",
|
|
8050
|
+
"name": "init",
|
|
8051
|
+
"privacy": "public",
|
|
8052
|
+
"return": {
|
|
8053
|
+
"type": {
|
|
8054
|
+
"text": "void"
|
|
8055
|
+
}
|
|
8056
|
+
},
|
|
8057
|
+
"parameters": [
|
|
8058
|
+
{
|
|
8059
|
+
"name": "params",
|
|
8060
|
+
"type": {
|
|
8061
|
+
"text": "IFilterParams & EnumColumnFilterParams"
|
|
8062
|
+
}
|
|
8063
|
+
}
|
|
8064
|
+
]
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"kind": "method",
|
|
8068
|
+
"name": "getGui",
|
|
8069
|
+
"privacy": "public",
|
|
8070
|
+
"return": {
|
|
8071
|
+
"type": {
|
|
8072
|
+
"text": "HTMLElement"
|
|
8073
|
+
}
|
|
8074
|
+
}
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"kind": "method",
|
|
8078
|
+
"name": "isFilterActive",
|
|
8079
|
+
"privacy": "public",
|
|
8080
|
+
"return": {
|
|
8081
|
+
"type": {
|
|
8082
|
+
"text": "boolean"
|
|
8083
|
+
}
|
|
8084
|
+
}
|
|
8085
|
+
},
|
|
8086
|
+
{
|
|
8087
|
+
"kind": "method",
|
|
8088
|
+
"name": "doesFilterPass",
|
|
8089
|
+
"privacy": "public",
|
|
8090
|
+
"return": {
|
|
8091
|
+
"type": {
|
|
8092
|
+
"text": "boolean"
|
|
8093
|
+
}
|
|
8094
|
+
},
|
|
8095
|
+
"parameters": [
|
|
8096
|
+
{
|
|
8097
|
+
"name": "params",
|
|
8098
|
+
"type": {
|
|
8099
|
+
"text": "IDoesFilterPassParams"
|
|
8100
|
+
}
|
|
8101
|
+
}
|
|
8102
|
+
]
|
|
8103
|
+
},
|
|
8104
|
+
{
|
|
8105
|
+
"kind": "method",
|
|
8106
|
+
"name": "getModel",
|
|
8107
|
+
"privacy": "public",
|
|
8108
|
+
"return": {
|
|
8109
|
+
"type": {
|
|
8110
|
+
"text": "EnumColumnFilterModel | null"
|
|
8111
|
+
}
|
|
8112
|
+
}
|
|
8113
|
+
},
|
|
8114
|
+
{
|
|
8115
|
+
"kind": "method",
|
|
8116
|
+
"name": "setModel",
|
|
8117
|
+
"privacy": "public",
|
|
8118
|
+
"return": {
|
|
8119
|
+
"type": {
|
|
8120
|
+
"text": "void"
|
|
8121
|
+
}
|
|
8122
|
+
},
|
|
8123
|
+
"parameters": [
|
|
8124
|
+
{
|
|
8125
|
+
"name": "model",
|
|
8126
|
+
"type": {
|
|
8127
|
+
"text": "EnumColumnFilterModel | null"
|
|
8128
|
+
}
|
|
8129
|
+
}
|
|
8130
|
+
]
|
|
8131
|
+
},
|
|
8132
|
+
{
|
|
8133
|
+
"kind": "method",
|
|
8134
|
+
"name": "getModelAsString",
|
|
8135
|
+
"privacy": "public",
|
|
8136
|
+
"return": {
|
|
8137
|
+
"type": {
|
|
8138
|
+
"text": "string"
|
|
8139
|
+
}
|
|
8140
|
+
},
|
|
8141
|
+
"parameters": [
|
|
8142
|
+
{
|
|
8143
|
+
"name": "model",
|
|
8144
|
+
"type": {
|
|
8145
|
+
"text": "EnumColumnFilterModel | null"
|
|
8146
|
+
}
|
|
8147
|
+
}
|
|
8148
|
+
]
|
|
8149
|
+
},
|
|
8150
|
+
{
|
|
8151
|
+
"kind": "method",
|
|
8152
|
+
"name": "clear",
|
|
8153
|
+
"privacy": "public",
|
|
8154
|
+
"return": {
|
|
8155
|
+
"type": {
|
|
8156
|
+
"text": "void"
|
|
8157
|
+
}
|
|
8158
|
+
},
|
|
8159
|
+
"description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"kind": "method",
|
|
8163
|
+
"name": "installHeaderTooltip",
|
|
8164
|
+
"privacy": "private",
|
|
8165
|
+
"return": {
|
|
8166
|
+
"type": {
|
|
8167
|
+
"text": "void"
|
|
8168
|
+
}
|
|
8169
|
+
},
|
|
8170
|
+
"description": "Surfaces the active selection in the column's header tooltip (alongside AG's native header\nfilter icon), so the filter state is inspectable from the header without the layout-changing\nfloating filter row. Installed as a `headerTooltipValueGetter`, which AG evaluates lazily on\nhover — no header refresh needed when the model changes. While inactive it returns\n`undefined`, which falls back to the consumer's own `headerTooltip`; when active, that\ntooltip is kept as the prefix. A consumer-provided getter is left untouched."
|
|
8171
|
+
},
|
|
8172
|
+
{
|
|
8173
|
+
"kind": "method",
|
|
8174
|
+
"name": "afterGuiAttached",
|
|
8175
|
+
"privacy": "public",
|
|
8176
|
+
"return": {
|
|
8177
|
+
"type": {
|
|
8178
|
+
"text": "void"
|
|
8179
|
+
}
|
|
8180
|
+
},
|
|
8181
|
+
"parameters": [
|
|
8182
|
+
{
|
|
8183
|
+
"name": "params",
|
|
8184
|
+
"optional": true,
|
|
8185
|
+
"type": {
|
|
8186
|
+
"text": "{ suppressFocus?: boolean }"
|
|
8187
|
+
}
|
|
8188
|
+
}
|
|
8189
|
+
]
|
|
8360
8190
|
},
|
|
8361
8191
|
{
|
|
8362
8192
|
"kind": "method",
|
|
8363
|
-
"name": "
|
|
8193
|
+
"name": "refresh",
|
|
8364
8194
|
"privacy": "public",
|
|
8365
8195
|
"return": {
|
|
8366
8196
|
"type": {
|
|
8367
|
-
"text": "
|
|
8197
|
+
"text": "boolean"
|
|
8368
8198
|
}
|
|
8369
8199
|
},
|
|
8370
8200
|
"parameters": [
|
|
@@ -8378,114 +8208,169 @@
|
|
|
8378
8208
|
},
|
|
8379
8209
|
{
|
|
8380
8210
|
"kind": "method",
|
|
8381
|
-
"name": "
|
|
8211
|
+
"name": "destroy",
|
|
8382
8212
|
"privacy": "public",
|
|
8383
8213
|
"return": {
|
|
8384
8214
|
"type": {
|
|
8385
|
-
"text": "
|
|
8215
|
+
"text": "void"
|
|
8386
8216
|
}
|
|
8387
8217
|
}
|
|
8388
8218
|
},
|
|
8389
8219
|
{
|
|
8390
8220
|
"kind": "method",
|
|
8391
|
-
"name": "
|
|
8392
|
-
"privacy": "
|
|
8221
|
+
"name": "resolveState",
|
|
8222
|
+
"privacy": "private",
|
|
8393
8223
|
"return": {
|
|
8394
8224
|
"type": {
|
|
8395
|
-
"text": "
|
|
8225
|
+
"text": "void"
|
|
8396
8226
|
}
|
|
8397
|
-
}
|
|
8227
|
+
},
|
|
8228
|
+
"description": "Resolves the option list (values array or getter) and re-renders."
|
|
8398
8229
|
},
|
|
8399
8230
|
{
|
|
8400
8231
|
"kind": "method",
|
|
8401
|
-
"name": "
|
|
8402
|
-
"privacy": "
|
|
8232
|
+
"name": "loadAsyncValues",
|
|
8233
|
+
"privacy": "private",
|
|
8403
8234
|
"return": {
|
|
8404
8235
|
"type": {
|
|
8405
|
-
"text": "
|
|
8236
|
+
"text": "void"
|
|
8406
8237
|
}
|
|
8407
8238
|
},
|
|
8408
8239
|
"parameters": [
|
|
8409
8240
|
{
|
|
8410
|
-
"name": "
|
|
8241
|
+
"name": "getValues",
|
|
8411
8242
|
"type": {
|
|
8412
|
-
"text": "
|
|
8243
|
+
"text": "EnumColumnFilterValuesGetter"
|
|
8413
8244
|
}
|
|
8414
8245
|
}
|
|
8415
8246
|
]
|
|
8416
8247
|
},
|
|
8417
8248
|
{
|
|
8418
8249
|
"kind": "method",
|
|
8419
|
-
"name": "
|
|
8420
|
-
"privacy": "
|
|
8250
|
+
"name": "getCellValue",
|
|
8251
|
+
"privacy": "private",
|
|
8421
8252
|
"return": {
|
|
8422
8253
|
"type": {
|
|
8423
|
-
"text": "
|
|
8254
|
+
"text": "unknown"
|
|
8424
8255
|
}
|
|
8425
|
-
}
|
|
8256
|
+
},
|
|
8257
|
+
"parameters": [
|
|
8258
|
+
{
|
|
8259
|
+
"name": "node",
|
|
8260
|
+
"type": {
|
|
8261
|
+
"text": "any"
|
|
8262
|
+
}
|
|
8263
|
+
}
|
|
8264
|
+
],
|
|
8265
|
+
"description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
|
|
8426
8266
|
},
|
|
8427
8267
|
{
|
|
8428
8268
|
"kind": "method",
|
|
8429
|
-
"name": "
|
|
8430
|
-
"privacy": "
|
|
8269
|
+
"name": "extraModelValues",
|
|
8270
|
+
"privacy": "private",
|
|
8431
8271
|
"return": {
|
|
8432
8272
|
"type": {
|
|
8433
|
-
"text": "
|
|
8273
|
+
"text": "string[]"
|
|
8274
|
+
}
|
|
8275
|
+
},
|
|
8276
|
+
"description": "Model values that are not in the option list, e.g. from a restored persisted model."
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"kind": "method",
|
|
8280
|
+
"name": "allKeys",
|
|
8281
|
+
"privacy": "private",
|
|
8282
|
+
"return": {
|
|
8283
|
+
"type": {
|
|
8284
|
+
"text": "(string | null)[]"
|
|
8285
|
+
}
|
|
8286
|
+
},
|
|
8287
|
+
"description": "All offered entry keys: the option list, then any off-list model values (rendered so they can\nbe deselected rather than being stuck in the model forever), then `null` (blanks) last like\nExcel. The blanks entry is also offered whenever the model references it, so a restored\nblanks selection stays visible and removable even before blank rows are detected."
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
"kind": "method",
|
|
8291
|
+
"name": "isSelected",
|
|
8292
|
+
"privacy": "private",
|
|
8293
|
+
"return": {
|
|
8294
|
+
"type": {
|
|
8295
|
+
"text": "boolean"
|
|
8434
8296
|
}
|
|
8435
8297
|
},
|
|
8436
8298
|
"parameters": [
|
|
8437
8299
|
{
|
|
8438
|
-
"name": "
|
|
8300
|
+
"name": "key",
|
|
8439
8301
|
"type": {
|
|
8440
|
-
"text": "
|
|
8302
|
+
"text": "string | null"
|
|
8441
8303
|
}
|
|
8442
8304
|
}
|
|
8443
8305
|
]
|
|
8444
8306
|
},
|
|
8445
8307
|
{
|
|
8446
8308
|
"kind": "method",
|
|
8447
|
-
"name": "
|
|
8448
|
-
"privacy": "
|
|
8309
|
+
"name": "visibleKeys",
|
|
8310
|
+
"privacy": "private",
|
|
8449
8311
|
"return": {
|
|
8450
8312
|
"type": {
|
|
8451
|
-
"text": "string"
|
|
8313
|
+
"text": "(string | null)[]"
|
|
8314
|
+
}
|
|
8315
|
+
}
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
"kind": "method",
|
|
8319
|
+
"name": "updateSelection",
|
|
8320
|
+
"privacy": "private",
|
|
8321
|
+
"return": {
|
|
8322
|
+
"type": {
|
|
8323
|
+
"text": "void"
|
|
8452
8324
|
}
|
|
8453
8325
|
},
|
|
8454
8326
|
"parameters": [
|
|
8455
8327
|
{
|
|
8456
|
-
"name": "
|
|
8328
|
+
"name": "selected",
|
|
8457
8329
|
"type": {
|
|
8458
|
-
"text": "
|
|
8330
|
+
"text": "Set<string | null>"
|
|
8459
8331
|
}
|
|
8460
8332
|
}
|
|
8461
|
-
]
|
|
8333
|
+
],
|
|
8334
|
+
"description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
|
|
8462
8335
|
},
|
|
8463
8336
|
{
|
|
8464
8337
|
"kind": "method",
|
|
8465
|
-
"name": "
|
|
8466
|
-
"privacy": "
|
|
8338
|
+
"name": "currentSelection",
|
|
8339
|
+
"privacy": "private",
|
|
8467
8340
|
"return": {
|
|
8468
8341
|
"type": {
|
|
8469
|
-
"text": "
|
|
8342
|
+
"text": "Set<string | null>"
|
|
8470
8343
|
}
|
|
8471
|
-
}
|
|
8472
|
-
"description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
|
|
8344
|
+
}
|
|
8473
8345
|
},
|
|
8474
8346
|
{
|
|
8475
8347
|
"kind": "method",
|
|
8476
|
-
"name": "
|
|
8348
|
+
"name": "toggleValue",
|
|
8477
8349
|
"privacy": "private",
|
|
8478
8350
|
"return": {
|
|
8479
8351
|
"type": {
|
|
8480
8352
|
"text": "void"
|
|
8481
8353
|
}
|
|
8482
8354
|
},
|
|
8483
|
-
"
|
|
8355
|
+
"parameters": [
|
|
8356
|
+
{
|
|
8357
|
+
"name": "key",
|
|
8358
|
+
"type": {
|
|
8359
|
+
"text": "string | null"
|
|
8360
|
+
}
|
|
8361
|
+
},
|
|
8362
|
+
{
|
|
8363
|
+
"name": "checked",
|
|
8364
|
+
"type": {
|
|
8365
|
+
"text": "boolean"
|
|
8366
|
+
}
|
|
8367
|
+
}
|
|
8368
|
+
]
|
|
8484
8369
|
},
|
|
8485
8370
|
{
|
|
8486
8371
|
"kind": "method",
|
|
8487
|
-
"name": "
|
|
8488
|
-
"privacy": "
|
|
8372
|
+
"name": "toggleAllVisible",
|
|
8373
|
+
"privacy": "private",
|
|
8489
8374
|
"return": {
|
|
8490
8375
|
"type": {
|
|
8491
8376
|
"text": "void"
|
|
@@ -8493,144 +8378,213 @@
|
|
|
8493
8378
|
},
|
|
8494
8379
|
"parameters": [
|
|
8495
8380
|
{
|
|
8496
|
-
"name": "
|
|
8497
|
-
"optional": true,
|
|
8381
|
+
"name": "checked",
|
|
8498
8382
|
"type": {
|
|
8499
|
-
"text": "
|
|
8383
|
+
"text": "boolean"
|
|
8500
8384
|
}
|
|
8501
8385
|
}
|
|
8502
|
-
]
|
|
8386
|
+
],
|
|
8387
|
+
"description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
|
|
8503
8388
|
},
|
|
8504
8389
|
{
|
|
8505
8390
|
"kind": "method",
|
|
8506
|
-
"name": "
|
|
8507
|
-
"privacy": "
|
|
8391
|
+
"name": "createGui",
|
|
8392
|
+
"privacy": "private",
|
|
8508
8393
|
"return": {
|
|
8509
8394
|
"type": {
|
|
8510
|
-
"text": "
|
|
8395
|
+
"text": "void"
|
|
8396
|
+
}
|
|
8397
|
+
}
|
|
8398
|
+
},
|
|
8399
|
+
{
|
|
8400
|
+
"kind": "method",
|
|
8401
|
+
"name": "createItem",
|
|
8402
|
+
"privacy": "private",
|
|
8403
|
+
"return": {
|
|
8404
|
+
"type": {
|
|
8405
|
+
"text": "{ label: HTMLLabelElement; input: HTMLInputElement }"
|
|
8511
8406
|
}
|
|
8512
8407
|
},
|
|
8513
8408
|
"parameters": [
|
|
8514
8409
|
{
|
|
8515
|
-
"name": "
|
|
8410
|
+
"name": "text",
|
|
8516
8411
|
"type": {
|
|
8517
|
-
"text": "
|
|
8412
|
+
"text": "string"
|
|
8518
8413
|
}
|
|
8519
8414
|
}
|
|
8520
8415
|
]
|
|
8521
8416
|
},
|
|
8522
8417
|
{
|
|
8523
8418
|
"kind": "method",
|
|
8524
|
-
"name": "
|
|
8525
|
-
"privacy": "
|
|
8419
|
+
"name": "renderList",
|
|
8420
|
+
"privacy": "private",
|
|
8421
|
+
"return": {
|
|
8422
|
+
"type": {
|
|
8423
|
+
"text": "void"
|
|
8424
|
+
}
|
|
8425
|
+
},
|
|
8426
|
+
"description": "Rebuilds the value list; used when the values or the search term change."
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
"kind": "method",
|
|
8430
|
+
"name": "syncCheckedStates",
|
|
8431
|
+
"privacy": "private",
|
|
8526
8432
|
"return": {
|
|
8527
8433
|
"type": {
|
|
8528
8434
|
"text": "void"
|
|
8529
8435
|
}
|
|
8436
|
+
},
|
|
8437
|
+
"description": "Refreshes checkbox states in place, preserving DOM (and keyboard focus) on toggles."
|
|
8438
|
+
},
|
|
8439
|
+
{
|
|
8440
|
+
"kind": "method",
|
|
8441
|
+
"name": "focusables",
|
|
8442
|
+
"privacy": "private",
|
|
8443
|
+
"return": {
|
|
8444
|
+
"type": {
|
|
8445
|
+
"text": "HTMLElement[]"
|
|
8446
|
+
}
|
|
8530
8447
|
}
|
|
8531
8448
|
},
|
|
8532
8449
|
{
|
|
8533
8450
|
"kind": "method",
|
|
8534
|
-
"name": "
|
|
8451
|
+
"name": "handleKeyDown",
|
|
8535
8452
|
"privacy": "private",
|
|
8536
8453
|
"return": {
|
|
8537
8454
|
"type": {
|
|
8538
8455
|
"text": "void"
|
|
8539
8456
|
}
|
|
8540
8457
|
},
|
|
8541
|
-
"
|
|
8458
|
+
"parameters": [
|
|
8459
|
+
{
|
|
8460
|
+
"name": "event",
|
|
8461
|
+
"type": {
|
|
8462
|
+
"text": "KeyboardEvent"
|
|
8463
|
+
}
|
|
8464
|
+
}
|
|
8465
|
+
],
|
|
8466
|
+
"description": "Arrow keys walk search box, \"(Select All)\" and the visible entries; Enter toggles the\nfocused entry (Space is the checkbox's native toggle). Tab wraps within the popup: AG's own\npopup focus trap collects focusable elements with `querySelectorAll`, which does not pierce\nthe shadow root, so the trap must live here."
|
|
8467
|
+
}
|
|
8468
|
+
]
|
|
8469
|
+
}
|
|
8470
|
+
],
|
|
8471
|
+
"exports": [
|
|
8472
|
+
{
|
|
8473
|
+
"kind": "js",
|
|
8474
|
+
"name": "createEnumValueLabelFormatter",
|
|
8475
|
+
"declaration": {
|
|
8476
|
+
"name": "createEnumValueLabelFormatter",
|
|
8477
|
+
"module": "src/column-filters/enum-column.filter.ts"
|
|
8478
|
+
}
|
|
8479
|
+
},
|
|
8480
|
+
{
|
|
8481
|
+
"kind": "js",
|
|
8482
|
+
"name": "formatEnumFilterModelAsString",
|
|
8483
|
+
"declaration": {
|
|
8484
|
+
"name": "formatEnumFilterModelAsString",
|
|
8485
|
+
"module": "src/column-filters/enum-column.filter.ts"
|
|
8486
|
+
}
|
|
8487
|
+
},
|
|
8488
|
+
{
|
|
8489
|
+
"kind": "js",
|
|
8490
|
+
"name": "EnumColumnFilter",
|
|
8491
|
+
"declaration": {
|
|
8492
|
+
"name": "EnumColumnFilter",
|
|
8493
|
+
"module": "src/column-filters/enum-column.filter.ts"
|
|
8494
|
+
}
|
|
8495
|
+
}
|
|
8496
|
+
]
|
|
8497
|
+
},
|
|
8498
|
+
{
|
|
8499
|
+
"kind": "javascript-module",
|
|
8500
|
+
"path": "src/column-filters/enum-column.floating-filter.ts",
|
|
8501
|
+
"declarations": [
|
|
8502
|
+
{
|
|
8503
|
+
"kind": "class",
|
|
8504
|
+
"description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
|
|
8505
|
+
"name": "EnumColumnFloatingFilter",
|
|
8506
|
+
"members": [
|
|
8507
|
+
{
|
|
8508
|
+
"kind": "field",
|
|
8509
|
+
"name": "params",
|
|
8510
|
+
"type": {
|
|
8511
|
+
"text": "IFloatingFilterParams"
|
|
8512
|
+
},
|
|
8513
|
+
"privacy": "private"
|
|
8542
8514
|
},
|
|
8543
8515
|
{
|
|
8544
|
-
"kind": "
|
|
8545
|
-
"name": "
|
|
8546
|
-
"
|
|
8547
|
-
|
|
8548
|
-
"type": {
|
|
8549
|
-
"text": "void"
|
|
8550
|
-
}
|
|
8516
|
+
"kind": "field",
|
|
8517
|
+
"name": "eGui",
|
|
8518
|
+
"type": {
|
|
8519
|
+
"text": "HTMLElement"
|
|
8551
8520
|
},
|
|
8552
|
-
"
|
|
8553
|
-
{
|
|
8554
|
-
"name": "getValues",
|
|
8555
|
-
"type": {
|
|
8556
|
-
"text": "EnumColumnFilterValuesGetter"
|
|
8557
|
-
}
|
|
8558
|
-
}
|
|
8559
|
-
]
|
|
8521
|
+
"privacy": "private"
|
|
8560
8522
|
},
|
|
8561
8523
|
{
|
|
8562
|
-
"kind": "
|
|
8563
|
-
"name": "
|
|
8524
|
+
"kind": "field",
|
|
8525
|
+
"name": "eRoot",
|
|
8526
|
+
"type": {
|
|
8527
|
+
"text": "ShadowRoot"
|
|
8528
|
+
},
|
|
8564
8529
|
"privacy": "private",
|
|
8565
|
-
"
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
|
|
8530
|
+
"description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
|
|
8531
|
+
},
|
|
8532
|
+
{
|
|
8533
|
+
"kind": "field",
|
|
8534
|
+
"name": "eSummary",
|
|
8535
|
+
"type": {
|
|
8536
|
+
"text": "HTMLElement"
|
|
8569
8537
|
},
|
|
8570
|
-
"
|
|
8571
|
-
{
|
|
8572
|
-
"name": "node",
|
|
8573
|
-
"type": {
|
|
8574
|
-
"text": "any"
|
|
8575
|
-
}
|
|
8576
|
-
}
|
|
8577
|
-
],
|
|
8578
|
-
"description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
|
|
8538
|
+
"privacy": "private"
|
|
8579
8539
|
},
|
|
8580
8540
|
{
|
|
8581
|
-
"kind": "
|
|
8582
|
-
"name": "
|
|
8583
|
-
"
|
|
8584
|
-
|
|
8585
|
-
"type": {
|
|
8586
|
-
"text": "string[]"
|
|
8587
|
-
}
|
|
8541
|
+
"kind": "field",
|
|
8542
|
+
"name": "eClear",
|
|
8543
|
+
"type": {
|
|
8544
|
+
"text": "HTMLButtonElement"
|
|
8588
8545
|
},
|
|
8589
|
-
"
|
|
8546
|
+
"privacy": "private"
|
|
8590
8547
|
},
|
|
8591
8548
|
{
|
|
8592
|
-
"kind": "
|
|
8593
|
-
"name": "
|
|
8594
|
-
"
|
|
8595
|
-
|
|
8596
|
-
"type": {
|
|
8597
|
-
"text": "(string | null)[]"
|
|
8598
|
-
}
|
|
8549
|
+
"kind": "field",
|
|
8550
|
+
"name": "formatLabel",
|
|
8551
|
+
"type": {
|
|
8552
|
+
"text": "(value: string | null) => string"
|
|
8599
8553
|
},
|
|
8600
|
-
"
|
|
8554
|
+
"privacy": "private"
|
|
8601
8555
|
},
|
|
8602
8556
|
{
|
|
8603
8557
|
"kind": "method",
|
|
8604
|
-
"name": "
|
|
8605
|
-
"privacy": "
|
|
8558
|
+
"name": "init",
|
|
8559
|
+
"privacy": "public",
|
|
8606
8560
|
"return": {
|
|
8607
8561
|
"type": {
|
|
8608
|
-
"text": "
|
|
8562
|
+
"text": "void"
|
|
8609
8563
|
}
|
|
8610
8564
|
},
|
|
8611
8565
|
"parameters": [
|
|
8612
8566
|
{
|
|
8613
|
-
"name": "
|
|
8567
|
+
"name": "params",
|
|
8614
8568
|
"type": {
|
|
8615
|
-
"text": "
|
|
8569
|
+
"text": "IFloatingFilterParams"
|
|
8616
8570
|
}
|
|
8617
8571
|
}
|
|
8618
8572
|
]
|
|
8619
8573
|
},
|
|
8620
8574
|
{
|
|
8621
8575
|
"kind": "method",
|
|
8622
|
-
"name": "
|
|
8623
|
-
"privacy": "
|
|
8576
|
+
"name": "getGui",
|
|
8577
|
+
"privacy": "public",
|
|
8624
8578
|
"return": {
|
|
8625
8579
|
"type": {
|
|
8626
|
-
"text": "
|
|
8580
|
+
"text": "HTMLElement"
|
|
8627
8581
|
}
|
|
8628
8582
|
}
|
|
8629
8583
|
},
|
|
8630
8584
|
{
|
|
8631
8585
|
"kind": "method",
|
|
8632
|
-
"name": "
|
|
8633
|
-
"privacy": "
|
|
8586
|
+
"name": "onParentModelChanged",
|
|
8587
|
+
"privacy": "public",
|
|
8634
8588
|
"return": {
|
|
8635
8589
|
"type": {
|
|
8636
8590
|
"text": "void"
|
|
@@ -8638,307 +8592,345 @@
|
|
|
8638
8592
|
},
|
|
8639
8593
|
"parameters": [
|
|
8640
8594
|
{
|
|
8641
|
-
"name": "
|
|
8595
|
+
"name": "model",
|
|
8642
8596
|
"type": {
|
|
8643
|
-
"text": "
|
|
8597
|
+
"text": "EnumColumnFilterModel | null"
|
|
8644
8598
|
}
|
|
8645
8599
|
}
|
|
8646
|
-
]
|
|
8647
|
-
"description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
|
|
8600
|
+
]
|
|
8648
8601
|
},
|
|
8649
8602
|
{
|
|
8650
8603
|
"kind": "method",
|
|
8651
|
-
"name": "
|
|
8652
|
-
"privacy": "
|
|
8604
|
+
"name": "destroy",
|
|
8605
|
+
"privacy": "public",
|
|
8653
8606
|
"return": {
|
|
8654
8607
|
"type": {
|
|
8655
|
-
"text": "
|
|
8608
|
+
"text": "void"
|
|
8656
8609
|
}
|
|
8657
8610
|
}
|
|
8611
|
+
}
|
|
8612
|
+
]
|
|
8613
|
+
}
|
|
8614
|
+
],
|
|
8615
|
+
"exports": [
|
|
8616
|
+
{
|
|
8617
|
+
"kind": "js",
|
|
8618
|
+
"name": "EnumColumnFloatingFilter",
|
|
8619
|
+
"declaration": {
|
|
8620
|
+
"name": "EnumColumnFloatingFilter",
|
|
8621
|
+
"module": "src/column-filters/enum-column.floating-filter.ts"
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
]
|
|
8625
|
+
},
|
|
8626
|
+
{
|
|
8627
|
+
"kind": "javascript-module",
|
|
8628
|
+
"path": "src/column-filters/index.ts",
|
|
8629
|
+
"declarations": [],
|
|
8630
|
+
"exports": [
|
|
8631
|
+
{
|
|
8632
|
+
"kind": "js",
|
|
8633
|
+
"name": "*",
|
|
8634
|
+
"declaration": {
|
|
8635
|
+
"name": "*",
|
|
8636
|
+
"package": "./enum-column.filter"
|
|
8637
|
+
}
|
|
8638
|
+
},
|
|
8639
|
+
{
|
|
8640
|
+
"kind": "js",
|
|
8641
|
+
"name": "*",
|
|
8642
|
+
"declaration": {
|
|
8643
|
+
"name": "*",
|
|
8644
|
+
"package": "./enum-column.floating-filter"
|
|
8645
|
+
}
|
|
8646
|
+
}
|
|
8647
|
+
]
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "javascript-module",
|
|
8651
|
+
"path": "src/column/column.template.ts",
|
|
8652
|
+
"declarations": [
|
|
8653
|
+
{
|
|
8654
|
+
"kind": "variable",
|
|
8655
|
+
"name": "ColumnTemplate",
|
|
8656
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
8657
|
+
"description": "The Grid Pro Column Template.",
|
|
8658
|
+
"privacy": "public"
|
|
8659
|
+
}
|
|
8660
|
+
],
|
|
8661
|
+
"exports": [
|
|
8662
|
+
{
|
|
8663
|
+
"kind": "js",
|
|
8664
|
+
"name": "ColumnTemplate",
|
|
8665
|
+
"declaration": {
|
|
8666
|
+
"name": "ColumnTemplate",
|
|
8667
|
+
"module": "src/column/column.template.ts"
|
|
8668
|
+
}
|
|
8669
|
+
}
|
|
8670
|
+
]
|
|
8671
|
+
},
|
|
8672
|
+
{
|
|
8673
|
+
"kind": "javascript-module",
|
|
8674
|
+
"path": "src/column/column.ts",
|
|
8675
|
+
"declarations": [
|
|
8676
|
+
{
|
|
8677
|
+
"kind": "class",
|
|
8678
|
+
"description": "The Grid Pro Column element.",
|
|
8679
|
+
"name": "GridProColumn",
|
|
8680
|
+
"members": [
|
|
8681
|
+
{
|
|
8682
|
+
"kind": "field",
|
|
8683
|
+
"name": "slottedAgCell",
|
|
8684
|
+
"type": {
|
|
8685
|
+
"text": "HTMLElement[]"
|
|
8686
|
+
},
|
|
8687
|
+
"privacy": "public"
|
|
8658
8688
|
},
|
|
8659
8689
|
{
|
|
8660
|
-
"kind": "
|
|
8661
|
-
"name": "
|
|
8662
|
-
"
|
|
8663
|
-
|
|
8664
|
-
"type": {
|
|
8665
|
-
"text": "void"
|
|
8666
|
-
}
|
|
8690
|
+
"kind": "field",
|
|
8691
|
+
"name": "definition",
|
|
8692
|
+
"type": {
|
|
8693
|
+
"text": "ColDef"
|
|
8667
8694
|
},
|
|
8668
|
-
"
|
|
8669
|
-
{
|
|
8670
|
-
"name": "key",
|
|
8671
|
-
"type": {
|
|
8672
|
-
"text": "string | null"
|
|
8673
|
-
}
|
|
8674
|
-
},
|
|
8675
|
-
{
|
|
8676
|
-
"name": "checked",
|
|
8677
|
-
"type": {
|
|
8678
|
-
"text": "boolean"
|
|
8679
|
-
}
|
|
8680
|
-
}
|
|
8681
|
-
]
|
|
8695
|
+
"default": "{}"
|
|
8682
8696
|
},
|
|
8683
8697
|
{
|
|
8684
8698
|
"kind": "method",
|
|
8685
|
-
"name": "
|
|
8686
|
-
"privacy": "
|
|
8687
|
-
"return": {
|
|
8688
|
-
"type": {
|
|
8689
|
-
"text": "void"
|
|
8690
|
-
}
|
|
8691
|
-
},
|
|
8692
|
-
"parameters": [
|
|
8693
|
-
{
|
|
8694
|
-
"name": "checked",
|
|
8695
|
-
"type": {
|
|
8696
|
-
"text": "boolean"
|
|
8697
|
-
}
|
|
8698
|
-
}
|
|
8699
|
-
],
|
|
8700
|
-
"description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
|
|
8699
|
+
"name": "slottedAgCellChanged",
|
|
8700
|
+
"privacy": "public"
|
|
8701
8701
|
},
|
|
8702
8702
|
{
|
|
8703
8703
|
"kind": "method",
|
|
8704
|
-
"name": "
|
|
8705
|
-
"privacy": "private",
|
|
8704
|
+
"name": "deepClone",
|
|
8706
8705
|
"return": {
|
|
8707
8706
|
"type": {
|
|
8708
|
-
"text": "
|
|
8707
|
+
"text": "Node"
|
|
8709
8708
|
}
|
|
8709
|
+
},
|
|
8710
|
+
"inheritedFrom": {
|
|
8711
|
+
"name": "LifecycleMixin",
|
|
8712
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8710
8713
|
}
|
|
8711
8714
|
},
|
|
8712
8715
|
{
|
|
8713
8716
|
"kind": "method",
|
|
8714
|
-
"name": "
|
|
8715
|
-
"privacy": "private",
|
|
8717
|
+
"name": "cloneNode",
|
|
8716
8718
|
"return": {
|
|
8717
8719
|
"type": {
|
|
8718
|
-
"text": "
|
|
8720
|
+
"text": "Node"
|
|
8719
8721
|
}
|
|
8720
8722
|
},
|
|
8721
8723
|
"parameters": [
|
|
8722
8724
|
{
|
|
8723
|
-
"name": "
|
|
8724
|
-
"
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
]
|
|
8729
|
-
},
|
|
8730
|
-
{
|
|
8731
|
-
"kind": "method",
|
|
8732
|
-
"name": "renderList",
|
|
8733
|
-
"privacy": "private",
|
|
8734
|
-
"return": {
|
|
8735
|
-
"type": {
|
|
8736
|
-
"text": "void"
|
|
8725
|
+
"name": "deep",
|
|
8726
|
+
"optional": true,
|
|
8727
|
+
"type": {
|
|
8728
|
+
"text": "boolean"
|
|
8729
|
+
}
|
|
8737
8730
|
}
|
|
8738
|
-
|
|
8739
|
-
"
|
|
8731
|
+
],
|
|
8732
|
+
"inheritedFrom": {
|
|
8733
|
+
"name": "LifecycleMixin",
|
|
8734
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8735
|
+
}
|
|
8740
8736
|
},
|
|
8741
8737
|
{
|
|
8742
|
-
"kind": "
|
|
8743
|
-
"name": "
|
|
8744
|
-
"privacy": "private",
|
|
8738
|
+
"kind": "field",
|
|
8739
|
+
"name": "shouldRunDisconnect",
|
|
8745
8740
|
"return": {
|
|
8746
8741
|
"type": {
|
|
8747
|
-
"text": "
|
|
8742
|
+
"text": ""
|
|
8748
8743
|
}
|
|
8749
8744
|
},
|
|
8750
|
-
"
|
|
8745
|
+
"readonly": true,
|
|
8746
|
+
"inheritedFrom": {
|
|
8747
|
+
"name": "LifecycleMixin",
|
|
8748
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8749
|
+
}
|
|
8751
8750
|
},
|
|
8752
8751
|
{
|
|
8753
|
-
"kind": "
|
|
8754
|
-
"name": "
|
|
8755
|
-
"privacy": "private",
|
|
8752
|
+
"kind": "field",
|
|
8753
|
+
"name": "shouldRunConnect",
|
|
8756
8754
|
"return": {
|
|
8757
8755
|
"type": {
|
|
8758
|
-
"text": "
|
|
8756
|
+
"text": ""
|
|
8759
8757
|
}
|
|
8758
|
+
},
|
|
8759
|
+
"readonly": true,
|
|
8760
|
+
"inheritedFrom": {
|
|
8761
|
+
"name": "LifecycleMixin",
|
|
8762
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8760
8763
|
}
|
|
8761
8764
|
},
|
|
8762
8765
|
{
|
|
8763
8766
|
"kind": "method",
|
|
8764
|
-
"name": "
|
|
8765
|
-
"privacy": "private",
|
|
8767
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
8766
8768
|
"return": {
|
|
8767
8769
|
"type": {
|
|
8768
|
-
"text": "
|
|
8770
|
+
"text": "boolean"
|
|
8769
8771
|
}
|
|
8770
8772
|
},
|
|
8771
8773
|
"parameters": [
|
|
8772
8774
|
{
|
|
8773
|
-
"name": "
|
|
8775
|
+
"name": "lifecycleType",
|
|
8774
8776
|
"type": {
|
|
8775
|
-
"text": "
|
|
8777
|
+
"text": "Lifecycletype"
|
|
8776
8778
|
}
|
|
8777
8779
|
}
|
|
8778
8780
|
],
|
|
8779
|
-
"
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
],
|
|
8784
|
-
"exports": [
|
|
8785
|
-
{
|
|
8786
|
-
"kind": "js",
|
|
8787
|
-
"name": "createEnumValueLabelFormatter",
|
|
8788
|
-
"declaration": {
|
|
8789
|
-
"name": "createEnumValueLabelFormatter",
|
|
8790
|
-
"module": "src/column-filters/enum-column.filter.ts"
|
|
8791
|
-
}
|
|
8792
|
-
},
|
|
8793
|
-
{
|
|
8794
|
-
"kind": "js",
|
|
8795
|
-
"name": "formatEnumFilterModelAsString",
|
|
8796
|
-
"declaration": {
|
|
8797
|
-
"name": "formatEnumFilterModelAsString",
|
|
8798
|
-
"module": "src/column-filters/enum-column.filter.ts"
|
|
8799
|
-
}
|
|
8800
|
-
},
|
|
8801
|
-
{
|
|
8802
|
-
"kind": "js",
|
|
8803
|
-
"name": "EnumColumnFilter",
|
|
8804
|
-
"declaration": {
|
|
8805
|
-
"name": "EnumColumnFilter",
|
|
8806
|
-
"module": "src/column-filters/enum-column.filter.ts"
|
|
8807
|
-
}
|
|
8808
|
-
}
|
|
8809
|
-
]
|
|
8810
|
-
},
|
|
8811
|
-
{
|
|
8812
|
-
"kind": "javascript-module",
|
|
8813
|
-
"path": "src/column-filters/enum-column.floating-filter.ts",
|
|
8814
|
-
"declarations": [
|
|
8815
|
-
{
|
|
8816
|
-
"kind": "class",
|
|
8817
|
-
"description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
|
|
8818
|
-
"name": "EnumColumnFloatingFilter",
|
|
8819
|
-
"members": [
|
|
8820
|
-
{
|
|
8821
|
-
"kind": "field",
|
|
8822
|
-
"name": "params",
|
|
8823
|
-
"type": {
|
|
8824
|
-
"text": "IFloatingFilterParams"
|
|
8825
|
-
},
|
|
8826
|
-
"privacy": "private"
|
|
8781
|
+
"inheritedFrom": {
|
|
8782
|
+
"name": "LifecycleMixin",
|
|
8783
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8784
|
+
}
|
|
8827
8785
|
},
|
|
8828
8786
|
{
|
|
8829
8787
|
"kind": "field",
|
|
8830
|
-
"name": "
|
|
8788
|
+
"name": "_presentation",
|
|
8831
8789
|
"type": {
|
|
8832
|
-
"text": "
|
|
8790
|
+
"text": "ComponentPresentation | null | undefined"
|
|
8833
8791
|
},
|
|
8834
|
-
"privacy": "private"
|
|
8792
|
+
"privacy": "private",
|
|
8793
|
+
"default": "void 0",
|
|
8794
|
+
"inheritedFrom": {
|
|
8795
|
+
"name": "FoundationElement",
|
|
8796
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8797
|
+
}
|
|
8835
8798
|
},
|
|
8836
8799
|
{
|
|
8837
8800
|
"kind": "field",
|
|
8838
|
-
"name": "
|
|
8801
|
+
"name": "$presentation",
|
|
8839
8802
|
"type": {
|
|
8840
|
-
"text": "
|
|
8803
|
+
"text": "ComponentPresentation | null"
|
|
8841
8804
|
},
|
|
8842
|
-
"privacy": "
|
|
8843
|
-
"description": "
|
|
8805
|
+
"privacy": "public",
|
|
8806
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8807
|
+
"inheritedFrom": {
|
|
8808
|
+
"name": "FoundationElement",
|
|
8809
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8810
|
+
}
|
|
8844
8811
|
},
|
|
8845
8812
|
{
|
|
8846
8813
|
"kind": "field",
|
|
8847
|
-
"name": "
|
|
8814
|
+
"name": "template",
|
|
8848
8815
|
"type": {
|
|
8849
|
-
"text": "
|
|
8816
|
+
"text": "ElementViewTemplate | void | null"
|
|
8850
8817
|
},
|
|
8851
|
-
"privacy": "
|
|
8818
|
+
"privacy": "public",
|
|
8819
|
+
"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.",
|
|
8820
|
+
"inheritedFrom": {
|
|
8821
|
+
"name": "FoundationElement",
|
|
8822
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8823
|
+
}
|
|
8852
8824
|
},
|
|
8853
8825
|
{
|
|
8854
|
-
"kind": "
|
|
8855
|
-
"name": "
|
|
8856
|
-
"
|
|
8857
|
-
|
|
8826
|
+
"kind": "method",
|
|
8827
|
+
"name": "templateChanged",
|
|
8828
|
+
"privacy": "protected",
|
|
8829
|
+
"return": {
|
|
8830
|
+
"type": {
|
|
8831
|
+
"text": "void"
|
|
8832
|
+
}
|
|
8858
8833
|
},
|
|
8859
|
-
"
|
|
8834
|
+
"inheritedFrom": {
|
|
8835
|
+
"name": "FoundationElement",
|
|
8836
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8837
|
+
}
|
|
8860
8838
|
},
|
|
8861
8839
|
{
|
|
8862
8840
|
"kind": "field",
|
|
8863
|
-
"name": "
|
|
8841
|
+
"name": "styles",
|
|
8864
8842
|
"type": {
|
|
8865
|
-
"text": "
|
|
8843
|
+
"text": "ElementStyles | void | null"
|
|
8866
8844
|
},
|
|
8867
|
-
"privacy": "
|
|
8845
|
+
"privacy": "public",
|
|
8846
|
+
"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.",
|
|
8847
|
+
"inheritedFrom": {
|
|
8848
|
+
"name": "FoundationElement",
|
|
8849
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8850
|
+
}
|
|
8868
8851
|
},
|
|
8869
8852
|
{
|
|
8870
8853
|
"kind": "method",
|
|
8871
|
-
"name": "
|
|
8872
|
-
"privacy": "
|
|
8854
|
+
"name": "stylesChanged",
|
|
8855
|
+
"privacy": "protected",
|
|
8873
8856
|
"return": {
|
|
8874
8857
|
"type": {
|
|
8875
8858
|
"text": "void"
|
|
8876
8859
|
}
|
|
8877
8860
|
},
|
|
8878
|
-
"
|
|
8879
|
-
|
|
8880
|
-
|
|
8881
|
-
"type": {
|
|
8882
|
-
"text": "IFloatingFilterParams"
|
|
8883
|
-
}
|
|
8884
|
-
}
|
|
8885
|
-
]
|
|
8886
|
-
},
|
|
8887
|
-
{
|
|
8888
|
-
"kind": "method",
|
|
8889
|
-
"name": "getGui",
|
|
8890
|
-
"privacy": "public",
|
|
8891
|
-
"return": {
|
|
8892
|
-
"type": {
|
|
8893
|
-
"text": "HTMLElement"
|
|
8894
|
-
}
|
|
8861
|
+
"inheritedFrom": {
|
|
8862
|
+
"name": "FoundationElement",
|
|
8863
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8895
8864
|
}
|
|
8896
8865
|
},
|
|
8897
8866
|
{
|
|
8898
8867
|
"kind": "method",
|
|
8899
|
-
"name": "
|
|
8868
|
+
"name": "compose",
|
|
8900
8869
|
"privacy": "public",
|
|
8870
|
+
"static": true,
|
|
8901
8871
|
"return": {
|
|
8902
8872
|
"type": {
|
|
8903
|
-
"text": "
|
|
8873
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8904
8874
|
}
|
|
8905
8875
|
},
|
|
8906
8876
|
"parameters": [
|
|
8907
8877
|
{
|
|
8908
|
-
"name": "
|
|
8878
|
+
"name": "this",
|
|
8909
8879
|
"type": {
|
|
8910
|
-
"text": "
|
|
8880
|
+
"text": "K"
|
|
8911
8881
|
}
|
|
8882
|
+
},
|
|
8883
|
+
{
|
|
8884
|
+
"name": "elementDefinition",
|
|
8885
|
+
"type": {
|
|
8886
|
+
"text": "T"
|
|
8887
|
+
},
|
|
8888
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8912
8889
|
}
|
|
8913
|
-
]
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
"privacy": "public",
|
|
8919
|
-
"return": {
|
|
8920
|
-
"type": {
|
|
8921
|
-
"text": "void"
|
|
8922
|
-
}
|
|
8890
|
+
],
|
|
8891
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8892
|
+
"inheritedFrom": {
|
|
8893
|
+
"name": "FoundationElement",
|
|
8894
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8923
8895
|
}
|
|
8924
8896
|
}
|
|
8925
|
-
]
|
|
8897
|
+
],
|
|
8898
|
+
"mixins": [
|
|
8899
|
+
{
|
|
8900
|
+
"name": "LifecycleMixin",
|
|
8901
|
+
"package": "@genesislcap/foundation-utils"
|
|
8902
|
+
}
|
|
8903
|
+
],
|
|
8904
|
+
"superclass": {
|
|
8905
|
+
"name": "FoundationElement",
|
|
8906
|
+
"package": "@microsoft/fast-foundation"
|
|
8907
|
+
},
|
|
8908
|
+
"tagName": "grid-pro-column",
|
|
8909
|
+
"customElement": true
|
|
8926
8910
|
}
|
|
8927
8911
|
],
|
|
8928
8912
|
"exports": [
|
|
8929
8913
|
{
|
|
8930
8914
|
"kind": "js",
|
|
8931
|
-
"name": "
|
|
8915
|
+
"name": "GridProColumn",
|
|
8932
8916
|
"declaration": {
|
|
8933
|
-
"name": "
|
|
8934
|
-
"module": "src/column
|
|
8917
|
+
"name": "GridProColumn",
|
|
8918
|
+
"module": "src/column/column.ts"
|
|
8919
|
+
}
|
|
8920
|
+
},
|
|
8921
|
+
{
|
|
8922
|
+
"kind": "custom-element-definition",
|
|
8923
|
+
"name": "grid-pro-column",
|
|
8924
|
+
"declaration": {
|
|
8925
|
+
"name": "GridProColumn",
|
|
8926
|
+
"module": "src/column/column.ts"
|
|
8935
8927
|
}
|
|
8936
8928
|
}
|
|
8937
8929
|
]
|
|
8938
8930
|
},
|
|
8939
8931
|
{
|
|
8940
8932
|
"kind": "javascript-module",
|
|
8941
|
-
"path": "src/column
|
|
8933
|
+
"path": "src/column/index.ts",
|
|
8942
8934
|
"declarations": [],
|
|
8943
8935
|
"exports": [
|
|
8944
8936
|
{
|
|
@@ -8946,7 +8938,7 @@
|
|
|
8946
8938
|
"name": "*",
|
|
8947
8939
|
"declaration": {
|
|
8948
8940
|
"name": "*",
|
|
8949
|
-
"package": "./
|
|
8941
|
+
"package": "./column.template"
|
|
8950
8942
|
}
|
|
8951
8943
|
},
|
|
8952
8944
|
{
|
|
@@ -8954,7 +8946,15 @@
|
|
|
8954
8946
|
"name": "*",
|
|
8955
8947
|
"declaration": {
|
|
8956
8948
|
"name": "*",
|
|
8957
|
-
"package": "./
|
|
8949
|
+
"package": "./column"
|
|
8950
|
+
}
|
|
8951
|
+
},
|
|
8952
|
+
{
|
|
8953
|
+
"kind": "js",
|
|
8954
|
+
"name": "*",
|
|
8955
|
+
"declaration": {
|
|
8956
|
+
"name": "*",
|
|
8957
|
+
"package": "./utils"
|
|
8958
8958
|
}
|
|
8959
8959
|
}
|
|
8960
8960
|
]
|