@genesislcap/grid-pro 14.435.0 → 14.436.0-FUI-2489.3

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.
@@ -7777,308 +7777,621 @@
7777
7777
  },
7778
7778
  {
7779
7779
  "kind": "javascript-module",
7780
- "path": "src/datasource/base.datasource.ts",
7780
+ "path": "src/column/column.template.ts",
7781
7781
  "declarations": [
7782
7782
  {
7783
7783
  "kind": "variable",
7784
- "name": "criteriaDelimiter",
7785
- "type": {
7786
- "text": "string"
7787
- },
7788
- "default": "';'",
7789
- "description": "The delimiter for the criteria string.",
7784
+ "name": "ColumnTemplate",
7785
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7786
+ "description": "The Grid Pro Column Template.",
7790
7787
  "privacy": "public"
7791
- },
7788
+ }
7789
+ ],
7790
+ "exports": [
7792
7791
  {
7793
- "kind": "variable",
7794
- "name": "criteriaJoin",
7795
- "type": {
7796
- "text": "string"
7797
- },
7798
- "default": "' && '",
7799
- "description": "The join for the criteria string.",
7800
- "privacy": "public"
7801
- },
7792
+ "kind": "js",
7793
+ "name": "ColumnTemplate",
7794
+ "declaration": {
7795
+ "name": "ColumnTemplate",
7796
+ "module": "src/column/column.template.ts"
7797
+ }
7798
+ }
7799
+ ]
7800
+ },
7801
+ {
7802
+ "kind": "javascript-module",
7803
+ "path": "src/column/column.ts",
7804
+ "declarations": [
7802
7805
  {
7803
7806
  "kind": "class",
7804
- "description": "The base datasource element for the grid-pro element.",
7805
- "name": "GenesisGridDatasourceElement",
7807
+ "description": "The Grid Pro Column element.",
7808
+ "name": "GridProColumn",
7806
7809
  "members": [
7807
7810
  {
7808
7811
  "kind": "field",
7809
- "name": "connect",
7810
- "type": {
7811
- "text": "Connect"
7812
- }
7813
- },
7814
- {
7815
- "kind": "field",
7816
- "name": "datasource",
7817
- "type": {
7818
- "text": "Datasource"
7819
- }
7820
- },
7821
- {
7822
- "kind": "field",
7823
- "name": "deferredGridOptions",
7824
- "type": {
7825
- "text": "GridOptions"
7826
- }
7827
- },
7828
- {
7829
- "kind": "field",
7830
- "name": "deferredColumnStates",
7812
+ "name": "slottedAgCell",
7831
7813
  "type": {
7832
- "text": "ColumnState[]"
7833
- }
7814
+ "text": "HTMLElement[]"
7815
+ },
7816
+ "privacy": "public"
7834
7817
  },
7835
7818
  {
7836
7819
  "kind": "field",
7837
- "name": "rowDataMapper",
7820
+ "name": "definition",
7838
7821
  "type": {
7839
- "text": "Function"
7822
+ "text": "ColDef"
7840
7823
  },
7841
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
7824
+ "default": "{}"
7842
7825
  },
7843
7826
  {
7844
- "kind": "field",
7845
- "name": "criteria",
7846
- "type": {
7847
- "text": "string"
7848
- },
7849
- "description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
7827
+ "kind": "method",
7828
+ "name": "slottedAgCellChanged",
7829
+ "privacy": "public"
7850
7830
  },
7851
7831
  {
7852
- "kind": "field",
7853
- "name": "isSnapshot",
7854
- "type": {
7855
- "text": "boolean"
7832
+ "kind": "method",
7833
+ "name": "deepClone",
7834
+ "return": {
7835
+ "type": {
7836
+ "text": "Node"
7837
+ }
7856
7838
  },
7857
- "default": "false",
7858
- "description": "Request a snapshot from the server."
7839
+ "inheritedFrom": {
7840
+ "name": "LifecycleMixin",
7841
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7842
+ }
7859
7843
  },
7860
7844
  {
7861
- "kind": "field",
7862
- "name": "maxRows",
7863
- "type": {
7864
- "text": "number"
7845
+ "kind": "method",
7846
+ "name": "cloneNode",
7847
+ "return": {
7848
+ "type": {
7849
+ "text": "Node"
7850
+ }
7865
7851
  },
7866
- "description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
7852
+ "parameters": [
7853
+ {
7854
+ "name": "deep",
7855
+ "optional": true,
7856
+ "type": {
7857
+ "text": "boolean"
7858
+ }
7859
+ }
7860
+ ],
7861
+ "inheritedFrom": {
7862
+ "name": "LifecycleMixin",
7863
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7864
+ }
7867
7865
  },
7868
7866
  {
7869
7867
  "kind": "field",
7870
- "name": "orderBy",
7871
- "type": {
7872
- "text": "string"
7868
+ "name": "shouldRunDisconnect",
7869
+ "return": {
7870
+ "type": {
7871
+ "text": ""
7872
+ }
7873
7873
  },
7874
- "description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
7874
+ "readonly": true,
7875
+ "inheritedFrom": {
7876
+ "name": "LifecycleMixin",
7877
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7878
+ }
7875
7879
  },
7876
7880
  {
7877
7881
  "kind": "field",
7878
- "name": "resourceName",
7879
- "type": {
7880
- "text": "string"
7882
+ "name": "shouldRunConnect",
7883
+ "return": {
7884
+ "type": {
7885
+ "text": ""
7886
+ }
7881
7887
  },
7882
- "description": "The name of the target Data Server query or Request Server requestReply."
7888
+ "readonly": true,
7889
+ "inheritedFrom": {
7890
+ "name": "LifecycleMixin",
7891
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7892
+ }
7883
7893
  },
7884
7894
  {
7885
- "kind": "field",
7886
- "name": "viewNumber",
7887
- "type": {
7888
- "text": "number"
7895
+ "kind": "method",
7896
+ "name": "#_blockLifecycleDueToTokenChange",
7897
+ "return": {
7898
+ "type": {
7899
+ "text": "boolean"
7900
+ }
7889
7901
  },
7890
- "description": "The desired view/page you want data from."
7902
+ "parameters": [
7903
+ {
7904
+ "name": "lifecycleType",
7905
+ "type": {
7906
+ "text": "Lifecycletype"
7907
+ }
7908
+ }
7909
+ ],
7910
+ "inheritedFrom": {
7911
+ "name": "LifecycleMixin",
7912
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7913
+ }
7891
7914
  },
7892
7915
  {
7893
7916
  "kind": "field",
7894
- "name": "fields",
7917
+ "name": "_presentation",
7895
7918
  "type": {
7896
- "text": "string"
7919
+ "text": "ComponentPresentation | null | undefined"
7897
7920
  },
7898
- "description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
7921
+ "privacy": "private",
7922
+ "default": "void 0",
7923
+ "inheritedFrom": {
7924
+ "name": "FoundationElement",
7925
+ "module": "src/foundation-element/foundation-element.ts"
7926
+ }
7899
7927
  },
7900
7928
  {
7901
7929
  "kind": "field",
7902
- "name": "maxView",
7930
+ "name": "$presentation",
7903
7931
  "type": {
7904
- "text": "number"
7932
+ "text": "ComponentPresentation | null"
7905
7933
  },
7906
- "description": "Maximum number of rows to track as part of a client \"view\"."
7934
+ "privacy": "public",
7935
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7936
+ "inheritedFrom": {
7937
+ "name": "FoundationElement",
7938
+ "module": "src/foundation-element/foundation-element.ts"
7939
+ }
7907
7940
  },
7908
7941
  {
7909
7942
  "kind": "field",
7910
- "name": "movingView",
7943
+ "name": "template",
7911
7944
  "type": {
7912
- "text": "boolean"
7945
+ "text": "ElementViewTemplate | void | null"
7913
7946
  },
7914
- "default": "false",
7915
- "description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
7947
+ "privacy": "public",
7948
+ "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.",
7949
+ "inheritedFrom": {
7950
+ "name": "FoundationElement",
7951
+ "module": "src/foundation-element/foundation-element.ts"
7952
+ }
7916
7953
  },
7917
7954
  {
7918
- "kind": "field",
7919
- "name": "reverse",
7920
- "type": {
7921
- "text": "boolean"
7955
+ "kind": "method",
7956
+ "name": "templateChanged",
7957
+ "privacy": "protected",
7958
+ "return": {
7959
+ "type": {
7960
+ "text": "void"
7961
+ }
7922
7962
  },
7923
- "default": "false",
7924
- "description": "Option that changes the Data Server index iteration."
7963
+ "inheritedFrom": {
7964
+ "name": "FoundationElement",
7965
+ "module": "src/foundation-element/foundation-element.ts"
7966
+ }
7925
7967
  },
7926
7968
  {
7927
7969
  "kind": "field",
7928
- "name": "disablePolling",
7970
+ "name": "styles",
7929
7971
  "type": {
7930
- "text": "boolean"
7972
+ "text": "ElementStyles | void | null"
7931
7973
  },
7932
- "default": "false",
7933
- "description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
7974
+ "privacy": "public",
7975
+ "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.",
7976
+ "inheritedFrom": {
7977
+ "name": "FoundationElement",
7978
+ "module": "src/foundation-element/foundation-element.ts"
7979
+ }
7934
7980
  },
7935
7981
  {
7936
- "kind": "field",
7937
- "name": "offset",
7938
- "type": {
7939
- "text": "number"
7982
+ "kind": "method",
7983
+ "name": "stylesChanged",
7984
+ "privacy": "protected",
7985
+ "return": {
7986
+ "type": {
7987
+ "text": "void"
7988
+ }
7940
7989
  },
7941
- "description": "The offset for pagination in REQUEST_SERVER scenarios."
7990
+ "inheritedFrom": {
7991
+ "name": "FoundationElement",
7992
+ "module": "src/foundation-element/foundation-element.ts"
7993
+ }
7942
7994
  },
7943
7995
  {
7944
- "kind": "field",
7945
- "name": "pollingInterval",
7946
- "type": {
7947
- "text": "number"
7996
+ "kind": "method",
7997
+ "name": "compose",
7998
+ "privacy": "public",
7999
+ "static": true,
8000
+ "return": {
8001
+ "type": {
8002
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8003
+ }
7948
8004
  },
7949
- "description": "Custom polling frequency (in milliseconds) for a Request Server resource."
7950
- },
8005
+ "parameters": [
8006
+ {
8007
+ "name": "this",
8008
+ "type": {
8009
+ "text": "K"
8010
+ }
8011
+ },
8012
+ {
8013
+ "name": "elementDefinition",
8014
+ "type": {
8015
+ "text": "T"
8016
+ },
8017
+ "description": "The definition of the element to create the registry\nfunction for."
8018
+ }
8019
+ ],
8020
+ "description": "Defines an element registry function with a set of element definition defaults.",
8021
+ "inheritedFrom": {
8022
+ "name": "FoundationElement",
8023
+ "module": "src/foundation-element/foundation-element.ts"
8024
+ }
8025
+ }
8026
+ ],
8027
+ "mixins": [
8028
+ {
8029
+ "name": "LifecycleMixin",
8030
+ "package": "@genesislcap/foundation-utils"
8031
+ }
8032
+ ],
8033
+ "superclass": {
8034
+ "name": "FoundationElement",
8035
+ "package": "@microsoft/fast-foundation"
8036
+ },
8037
+ "tagName": "grid-pro-column",
8038
+ "customElement": true
8039
+ }
8040
+ ],
8041
+ "exports": [
8042
+ {
8043
+ "kind": "js",
8044
+ "name": "GridProColumn",
8045
+ "declaration": {
8046
+ "name": "GridProColumn",
8047
+ "module": "src/column/column.ts"
8048
+ }
8049
+ },
8050
+ {
8051
+ "kind": "custom-element-definition",
8052
+ "name": "grid-pro-column",
8053
+ "declaration": {
8054
+ "name": "GridProColumn",
8055
+ "module": "src/column/column.ts"
8056
+ }
8057
+ }
8058
+ ]
8059
+ },
8060
+ {
8061
+ "kind": "javascript-module",
8062
+ "path": "src/column/index.ts",
8063
+ "declarations": [],
8064
+ "exports": [
8065
+ {
8066
+ "kind": "js",
8067
+ "name": "*",
8068
+ "declaration": {
8069
+ "name": "*",
8070
+ "package": "./column.template"
8071
+ }
8072
+ },
8073
+ {
8074
+ "kind": "js",
8075
+ "name": "*",
8076
+ "declaration": {
8077
+ "name": "*",
8078
+ "package": "./column"
8079
+ }
8080
+ },
8081
+ {
8082
+ "kind": "js",
8083
+ "name": "*",
8084
+ "declaration": {
8085
+ "name": "*",
8086
+ "package": "./utils"
8087
+ }
8088
+ }
8089
+ ]
8090
+ },
8091
+ {
8092
+ "kind": "javascript-module",
8093
+ "path": "src/datasource/base.datasource.ts",
8094
+ "declarations": [
8095
+ {
8096
+ "kind": "variable",
8097
+ "name": "criteriaDelimiter",
8098
+ "type": {
8099
+ "text": "string"
8100
+ },
8101
+ "default": "';'",
8102
+ "description": "The delimiter for the criteria string.",
8103
+ "privacy": "public"
8104
+ },
8105
+ {
8106
+ "kind": "variable",
8107
+ "name": "criteriaJoin",
8108
+ "type": {
8109
+ "text": "string"
8110
+ },
8111
+ "default": "' && '",
8112
+ "description": "The join for the criteria string.",
8113
+ "privacy": "public"
8114
+ },
8115
+ {
8116
+ "kind": "class",
8117
+ "description": "The base datasource element for the grid-pro element.",
8118
+ "name": "GenesisGridDatasourceElement",
8119
+ "members": [
7951
8120
  {
7952
8121
  "kind": "field",
7953
- "name": "pollTriggerEvents",
8122
+ "name": "connect",
7954
8123
  "type": {
7955
- "text": "string[]"
7956
- },
7957
- "default": "[]",
7958
- "description": "Array of event names that will trigger a poll when received as commit responses."
8124
+ "text": "Connect"
8125
+ }
7959
8126
  },
7960
8127
  {
7961
8128
  "kind": "field",
7962
- "name": "request",
8129
+ "name": "datasource",
7963
8130
  "type": {
7964
- "text": "any"
7965
- },
7966
- "description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
8131
+ "text": "Datasource"
8132
+ }
7967
8133
  },
7968
8134
  {
7969
8135
  "kind": "field",
7970
- "name": "requestAutoSetup",
8136
+ "name": "deferredGridOptions",
7971
8137
  "type": {
7972
- "text": "boolean"
7973
- },
7974
- "default": "true",
7975
- "description": "Attribute to set whether the REQUEST object should be automatically set up."
8138
+ "text": "GridOptions"
8139
+ }
7976
8140
  },
7977
8141
  {
7978
8142
  "kind": "field",
7979
- "name": "rowIdAttr",
7980
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
8143
+ "name": "deferredColumnStates",
8144
+ "type": {
8145
+ "text": "ColumnState[]"
8146
+ }
7981
8147
  },
7982
8148
  {
7983
8149
  "kind": "field",
7984
- "name": "restartOnReconnection",
8150
+ "name": "rowDataMapper",
7985
8151
  "type": {
7986
- "text": "boolean"
8152
+ "text": "Function"
7987
8153
  },
7988
- "default": "true",
7989
- "description": "Attribute to set whether the datasource should restart when it reconnects."
8154
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
7990
8155
  },
7991
8156
  {
7992
8157
  "kind": "field",
7993
- "name": "defaultRowIdByResourceType",
8158
+ "name": "criteria",
7994
8159
  "type": {
7995
8160
  "text": "string"
7996
8161
  },
7997
- "privacy": "protected",
7998
- "readonly": true
8162
+ "description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
7999
8163
  },
8000
8164
  {
8001
8165
  "kind": "field",
8002
- "name": "criteriaFromFilters",
8166
+ "name": "isSnapshot",
8003
8167
  "type": {
8004
- "text": "Map<string, string>"
8168
+ "text": "boolean"
8005
8169
  },
8006
- "privacy": "protected",
8007
- "default": "new Map()"
8170
+ "default": "false",
8171
+ "description": "Request a snapshot from the server."
8008
8172
  },
8009
8173
  {
8010
8174
  "kind": "field",
8011
- "name": "update",
8175
+ "name": "maxRows",
8012
8176
  "type": {
8013
- "text": "BehaviorSubject<Map<string, string>>"
8177
+ "text": "number"
8014
8178
  },
8015
- "privacy": "protected",
8016
- "default": "new BehaviorSubject(new Map())"
8017
- },
8018
- {
8019
- "kind": "method",
8020
- "name": "datasourceOptions",
8021
- "privacy": "protected",
8022
- "return": {
8023
- "type": {
8024
- "text": "DatasourceOptions"
8025
- }
8026
- }
8179
+ "description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
8027
8180
  },
8028
8181
  {
8029
- "kind": "method",
8030
- "name": "buildCriteria",
8031
- "privacy": "private",
8032
- "return": {
8033
- "type": {
8034
- "text": "string"
8035
- }
8036
- }
8182
+ "kind": "field",
8183
+ "name": "orderBy",
8184
+ "type": {
8185
+ "text": "string"
8186
+ },
8187
+ "description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
8037
8188
  },
8038
8189
  {
8039
- "kind": "method",
8040
- "name": "setFilter",
8041
- "privacy": "public",
8042
- "parameters": [
8043
- {
8044
- "name": "fieldName",
8045
- "type": {
8046
- "text": "string"
8047
- }
8048
- },
8049
- {
8050
- "name": "newFilter",
8051
- "type": {
8052
- "text": "string"
8053
- }
8054
- }
8055
- ]
8190
+ "kind": "field",
8191
+ "name": "resourceName",
8192
+ "type": {
8193
+ "text": "string"
8194
+ },
8195
+ "description": "The name of the target Data Server query or Request Server requestReply."
8056
8196
  },
8057
8197
  {
8058
- "kind": "method",
8059
- "name": "removeFilter",
8060
- "privacy": "public",
8061
- "parameters": [
8062
- {
8063
- "name": "fieldName",
8064
- "type": {
8065
- "text": "string"
8066
- }
8067
- }
8068
- ]
8198
+ "kind": "field",
8199
+ "name": "viewNumber",
8200
+ "type": {
8201
+ "text": "number"
8202
+ },
8203
+ "description": "The desired view/page you want data from."
8069
8204
  },
8070
8205
  {
8071
8206
  "kind": "field",
8072
- "name": "isRequestServer",
8207
+ "name": "fields",
8073
8208
  "type": {
8074
- "text": "boolean"
8209
+ "text": "string"
8075
8210
  },
8076
- "readonly": true
8211
+ "description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
8077
8212
  },
8078
8213
  {
8079
- "kind": "method",
8080
- "name": "datasourceStatusChanged",
8081
- "parameters": [
8214
+ "kind": "field",
8215
+ "name": "maxView",
8216
+ "type": {
8217
+ "text": "number"
8218
+ },
8219
+ "description": "Maximum number of rows to track as part of a client \"view\"."
8220
+ },
8221
+ {
8222
+ "kind": "field",
8223
+ "name": "movingView",
8224
+ "type": {
8225
+ "text": "boolean"
8226
+ },
8227
+ "default": "false",
8228
+ "description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
8229
+ },
8230
+ {
8231
+ "kind": "field",
8232
+ "name": "reverse",
8233
+ "type": {
8234
+ "text": "boolean"
8235
+ },
8236
+ "default": "false",
8237
+ "description": "Option that changes the Data Server index iteration."
8238
+ },
8239
+ {
8240
+ "kind": "field",
8241
+ "name": "disablePolling",
8242
+ "type": {
8243
+ "text": "boolean"
8244
+ },
8245
+ "default": "false",
8246
+ "description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
8247
+ },
8248
+ {
8249
+ "kind": "field",
8250
+ "name": "offset",
8251
+ "type": {
8252
+ "text": "number"
8253
+ },
8254
+ "description": "The offset for pagination in REQUEST_SERVER scenarios."
8255
+ },
8256
+ {
8257
+ "kind": "field",
8258
+ "name": "pollingInterval",
8259
+ "type": {
8260
+ "text": "number"
8261
+ },
8262
+ "description": "Custom polling frequency (in milliseconds) for a Request Server resource."
8263
+ },
8264
+ {
8265
+ "kind": "field",
8266
+ "name": "pollTriggerEvents",
8267
+ "type": {
8268
+ "text": "string[]"
8269
+ },
8270
+ "default": "[]",
8271
+ "description": "Array of event names that will trigger a poll when received as commit responses."
8272
+ },
8273
+ {
8274
+ "kind": "field",
8275
+ "name": "request",
8276
+ "type": {
8277
+ "text": "any"
8278
+ },
8279
+ "description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
8280
+ },
8281
+ {
8282
+ "kind": "field",
8283
+ "name": "requestAutoSetup",
8284
+ "type": {
8285
+ "text": "boolean"
8286
+ },
8287
+ "default": "true",
8288
+ "description": "Attribute to set whether the REQUEST object should be automatically set up."
8289
+ },
8290
+ {
8291
+ "kind": "field",
8292
+ "name": "rowIdAttr",
8293
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
8294
+ },
8295
+ {
8296
+ "kind": "field",
8297
+ "name": "restartOnReconnection",
8298
+ "type": {
8299
+ "text": "boolean"
8300
+ },
8301
+ "default": "true",
8302
+ "description": "Attribute to set whether the datasource should restart when it reconnects."
8303
+ },
8304
+ {
8305
+ "kind": "field",
8306
+ "name": "defaultRowIdByResourceType",
8307
+ "type": {
8308
+ "text": "string"
8309
+ },
8310
+ "privacy": "protected",
8311
+ "readonly": true
8312
+ },
8313
+ {
8314
+ "kind": "field",
8315
+ "name": "criteriaFromFilters",
8316
+ "type": {
8317
+ "text": "Map<string, string>"
8318
+ },
8319
+ "privacy": "protected",
8320
+ "default": "new Map()"
8321
+ },
8322
+ {
8323
+ "kind": "field",
8324
+ "name": "update",
8325
+ "type": {
8326
+ "text": "BehaviorSubject<Map<string, string>>"
8327
+ },
8328
+ "privacy": "protected",
8329
+ "default": "new BehaviorSubject(new Map())"
8330
+ },
8331
+ {
8332
+ "kind": "method",
8333
+ "name": "datasourceOptions",
8334
+ "privacy": "protected",
8335
+ "return": {
8336
+ "type": {
8337
+ "text": "DatasourceOptions"
8338
+ }
8339
+ }
8340
+ },
8341
+ {
8342
+ "kind": "method",
8343
+ "name": "buildCriteria",
8344
+ "privacy": "private",
8345
+ "return": {
8346
+ "type": {
8347
+ "text": "string"
8348
+ }
8349
+ }
8350
+ },
8351
+ {
8352
+ "kind": "method",
8353
+ "name": "setFilter",
8354
+ "privacy": "public",
8355
+ "parameters": [
8356
+ {
8357
+ "name": "fieldName",
8358
+ "type": {
8359
+ "text": "string"
8360
+ }
8361
+ },
8362
+ {
8363
+ "name": "newFilter",
8364
+ "type": {
8365
+ "text": "string"
8366
+ }
8367
+ }
8368
+ ]
8369
+ },
8370
+ {
8371
+ "kind": "method",
8372
+ "name": "removeFilter",
8373
+ "privacy": "public",
8374
+ "parameters": [
8375
+ {
8376
+ "name": "fieldName",
8377
+ "type": {
8378
+ "text": "string"
8379
+ }
8380
+ }
8381
+ ]
8382
+ },
8383
+ {
8384
+ "kind": "field",
8385
+ "name": "isRequestServer",
8386
+ "type": {
8387
+ "text": "boolean"
8388
+ },
8389
+ "readonly": true
8390
+ },
8391
+ {
8392
+ "kind": "method",
8393
+ "name": "datasourceStatusChanged",
8394
+ "parameters": [
8082
8395
  {
8083
8396
  "name": "prev",
8084
8397
  "type": {
@@ -15502,319 +15815,6 @@
15502
15815
  }
15503
15816
  ]
15504
15817
  },
15505
- {
15506
- "kind": "javascript-module",
15507
- "path": "src/column/column.template.ts",
15508
- "declarations": [
15509
- {
15510
- "kind": "variable",
15511
- "name": "ColumnTemplate",
15512
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15513
- "description": "The Grid Pro Column Template.",
15514
- "privacy": "public"
15515
- }
15516
- ],
15517
- "exports": [
15518
- {
15519
- "kind": "js",
15520
- "name": "ColumnTemplate",
15521
- "declaration": {
15522
- "name": "ColumnTemplate",
15523
- "module": "src/column/column.template.ts"
15524
- }
15525
- }
15526
- ]
15527
- },
15528
- {
15529
- "kind": "javascript-module",
15530
- "path": "src/column/column.ts",
15531
- "declarations": [
15532
- {
15533
- "kind": "class",
15534
- "description": "The Grid Pro Column element.",
15535
- "name": "GridProColumn",
15536
- "members": [
15537
- {
15538
- "kind": "field",
15539
- "name": "slottedAgCell",
15540
- "type": {
15541
- "text": "HTMLElement[]"
15542
- },
15543
- "privacy": "public"
15544
- },
15545
- {
15546
- "kind": "field",
15547
- "name": "definition",
15548
- "type": {
15549
- "text": "ColDef"
15550
- },
15551
- "default": "{}"
15552
- },
15553
- {
15554
- "kind": "method",
15555
- "name": "slottedAgCellChanged",
15556
- "privacy": "public"
15557
- },
15558
- {
15559
- "kind": "method",
15560
- "name": "deepClone",
15561
- "return": {
15562
- "type": {
15563
- "text": "Node"
15564
- }
15565
- },
15566
- "inheritedFrom": {
15567
- "name": "LifecycleMixin",
15568
- "module": "src/mixins/lifecycle/lifecycle.ts"
15569
- }
15570
- },
15571
- {
15572
- "kind": "method",
15573
- "name": "cloneNode",
15574
- "return": {
15575
- "type": {
15576
- "text": "Node"
15577
- }
15578
- },
15579
- "parameters": [
15580
- {
15581
- "name": "deep",
15582
- "optional": true,
15583
- "type": {
15584
- "text": "boolean"
15585
- }
15586
- }
15587
- ],
15588
- "inheritedFrom": {
15589
- "name": "LifecycleMixin",
15590
- "module": "src/mixins/lifecycle/lifecycle.ts"
15591
- }
15592
- },
15593
- {
15594
- "kind": "field",
15595
- "name": "shouldRunDisconnect",
15596
- "return": {
15597
- "type": {
15598
- "text": ""
15599
- }
15600
- },
15601
- "readonly": true,
15602
- "inheritedFrom": {
15603
- "name": "LifecycleMixin",
15604
- "module": "src/mixins/lifecycle/lifecycle.ts"
15605
- }
15606
- },
15607
- {
15608
- "kind": "field",
15609
- "name": "shouldRunConnect",
15610
- "return": {
15611
- "type": {
15612
- "text": ""
15613
- }
15614
- },
15615
- "readonly": true,
15616
- "inheritedFrom": {
15617
- "name": "LifecycleMixin",
15618
- "module": "src/mixins/lifecycle/lifecycle.ts"
15619
- }
15620
- },
15621
- {
15622
- "kind": "method",
15623
- "name": "#_blockLifecycleDueToTokenChange",
15624
- "return": {
15625
- "type": {
15626
- "text": "boolean"
15627
- }
15628
- },
15629
- "parameters": [
15630
- {
15631
- "name": "lifecycleType",
15632
- "type": {
15633
- "text": "Lifecycletype"
15634
- }
15635
- }
15636
- ],
15637
- "inheritedFrom": {
15638
- "name": "LifecycleMixin",
15639
- "module": "src/mixins/lifecycle/lifecycle.ts"
15640
- }
15641
- },
15642
- {
15643
- "kind": "field",
15644
- "name": "_presentation",
15645
- "type": {
15646
- "text": "ComponentPresentation | null | undefined"
15647
- },
15648
- "privacy": "private",
15649
- "default": "void 0",
15650
- "inheritedFrom": {
15651
- "name": "FoundationElement",
15652
- "module": "src/foundation-element/foundation-element.ts"
15653
- }
15654
- },
15655
- {
15656
- "kind": "field",
15657
- "name": "$presentation",
15658
- "type": {
15659
- "text": "ComponentPresentation | null"
15660
- },
15661
- "privacy": "public",
15662
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
15663
- "inheritedFrom": {
15664
- "name": "FoundationElement",
15665
- "module": "src/foundation-element/foundation-element.ts"
15666
- }
15667
- },
15668
- {
15669
- "kind": "field",
15670
- "name": "template",
15671
- "type": {
15672
- "text": "ElementViewTemplate | void | null"
15673
- },
15674
- "privacy": "public",
15675
- "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.",
15676
- "inheritedFrom": {
15677
- "name": "FoundationElement",
15678
- "module": "src/foundation-element/foundation-element.ts"
15679
- }
15680
- },
15681
- {
15682
- "kind": "method",
15683
- "name": "templateChanged",
15684
- "privacy": "protected",
15685
- "return": {
15686
- "type": {
15687
- "text": "void"
15688
- }
15689
- },
15690
- "inheritedFrom": {
15691
- "name": "FoundationElement",
15692
- "module": "src/foundation-element/foundation-element.ts"
15693
- }
15694
- },
15695
- {
15696
- "kind": "field",
15697
- "name": "styles",
15698
- "type": {
15699
- "text": "ElementStyles | void | null"
15700
- },
15701
- "privacy": "public",
15702
- "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.",
15703
- "inheritedFrom": {
15704
- "name": "FoundationElement",
15705
- "module": "src/foundation-element/foundation-element.ts"
15706
- }
15707
- },
15708
- {
15709
- "kind": "method",
15710
- "name": "stylesChanged",
15711
- "privacy": "protected",
15712
- "return": {
15713
- "type": {
15714
- "text": "void"
15715
- }
15716
- },
15717
- "inheritedFrom": {
15718
- "name": "FoundationElement",
15719
- "module": "src/foundation-element/foundation-element.ts"
15720
- }
15721
- },
15722
- {
15723
- "kind": "method",
15724
- "name": "compose",
15725
- "privacy": "public",
15726
- "static": true,
15727
- "return": {
15728
- "type": {
15729
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
15730
- }
15731
- },
15732
- "parameters": [
15733
- {
15734
- "name": "this",
15735
- "type": {
15736
- "text": "K"
15737
- }
15738
- },
15739
- {
15740
- "name": "elementDefinition",
15741
- "type": {
15742
- "text": "T"
15743
- },
15744
- "description": "The definition of the element to create the registry\nfunction for."
15745
- }
15746
- ],
15747
- "description": "Defines an element registry function with a set of element definition defaults.",
15748
- "inheritedFrom": {
15749
- "name": "FoundationElement",
15750
- "module": "src/foundation-element/foundation-element.ts"
15751
- }
15752
- }
15753
- ],
15754
- "mixins": [
15755
- {
15756
- "name": "LifecycleMixin",
15757
- "package": "@genesislcap/foundation-utils"
15758
- }
15759
- ],
15760
- "superclass": {
15761
- "name": "FoundationElement",
15762
- "package": "@microsoft/fast-foundation"
15763
- },
15764
- "tagName": "grid-pro-column",
15765
- "customElement": true
15766
- }
15767
- ],
15768
- "exports": [
15769
- {
15770
- "kind": "js",
15771
- "name": "GridProColumn",
15772
- "declaration": {
15773
- "name": "GridProColumn",
15774
- "module": "src/column/column.ts"
15775
- }
15776
- },
15777
- {
15778
- "kind": "custom-element-definition",
15779
- "name": "grid-pro-column",
15780
- "declaration": {
15781
- "name": "GridProColumn",
15782
- "module": "src/column/column.ts"
15783
- }
15784
- }
15785
- ]
15786
- },
15787
- {
15788
- "kind": "javascript-module",
15789
- "path": "src/column/index.ts",
15790
- "declarations": [],
15791
- "exports": [
15792
- {
15793
- "kind": "js",
15794
- "name": "*",
15795
- "declaration": {
15796
- "name": "*",
15797
- "package": "./column.template"
15798
- }
15799
- },
15800
- {
15801
- "kind": "js",
15802
- "name": "*",
15803
- "declaration": {
15804
- "name": "*",
15805
- "package": "./column"
15806
- }
15807
- },
15808
- {
15809
- "kind": "js",
15810
- "name": "*",
15811
- "declaration": {
15812
- "name": "*",
15813
- "package": "./utils"
15814
- }
15815
- }
15816
- ]
15817
- },
15818
15818
  {
15819
15819
  "kind": "javascript-module",
15820
15820
  "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"multicolumn-dropdown.template.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAGlE;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GAAI,qBAA2B,6EA8DvE,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,2BAA2B,0EAAmC,CAAC"}
1
+ {"version":3,"file":"multicolumn-dropdown.template.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAGlE;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GACzC,qBAA2B,6EA8D1B,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,2BAA2B,0EAAmC,CAAC"}
@@ -205,6 +205,15 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
205
205
  >;
206
206
  export type AgTextRendererRef = AgTextRendererWC;
207
207
 
208
+ export declare const GridProColumn: React.ForwardRefExoticComponent<
209
+ React.PropsWithChildren<
210
+ Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
211
+ HTMLWCProps & {
212
+ }
213
+ > & React.RefAttributes<GridProColumnWC>
214
+ >;
215
+ export type GridProColumnRef = GridProColumnWC;
216
+
208
217
  export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
209
218
  React.PropsWithChildren<
210
219
  Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
@@ -260,15 +269,6 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
260
269
  >;
261
270
  export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
262
271
 
263
- export declare const GridProColumn: React.ForwardRefExoticComponent<
264
- React.PropsWithChildren<
265
- Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
266
- HTMLWCProps & {
267
- }
268
- > & React.RefAttributes<GridProColumnWC>
269
- >;
270
- export type GridProColumnRef = GridProColumnWC;
271
-
272
272
  export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
273
273
  React.PropsWithChildren<
274
274
  Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
@@ -57,7 +57,7 @@ export class BooleanRenderer extends FoundationElement {
57
57
  const eventStarted = {
58
58
  type: 'cellEditingStarted',
59
59
  column: column,
60
- colDef: column === null || column === void 0 ? void 0 : column.getColDef(),
60
+ colDef: column.getColDef(),
61
61
  data: node.data,
62
62
  node,
63
63
  rowIndex: node.rowIndex,
@@ -71,7 +71,7 @@ export class BooleanRenderer extends FoundationElement {
71
71
  const eventStopped = {
72
72
  type: 'cellEditingStopped',
73
73
  column: column,
74
- colDef: column === null || column === void 0 ? void 0 : column.getColDef(),
74
+ colDef: column.getColDef(),
75
75
  data: node.data,
76
76
  node,
77
77
  rowIndex: node.rowIndex,
package/dist/react.cjs CHANGED
@@ -161,6 +161,11 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
161
161
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
162
162
  });
163
163
 
164
+ const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
165
+ const { children, ...rest } = props;
166
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
167
+ });
168
+
164
169
  const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
165
170
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
166
171
  const _innerRef = React.useRef(null);
@@ -370,11 +375,6 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
370
375
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
371
376
  });
372
377
 
373
- const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
374
- const { children, ...rest } = props;
375
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
376
- });
377
-
378
378
  const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
379
379
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
380
380
  const _innerRef = React.useRef(null);
@@ -499,9 +499,9 @@ module.exports = {
499
499
  StatusPillRenderer,
500
500
  AgTextFieldRenderer,
501
501
  AgTextRenderer,
502
+ GridProColumn,
502
503
  GridProClientSideDatasource,
503
504
  GridProServerSideDatasource,
504
- GridProColumn,
505
505
  GridProGenesisDatasource,
506
506
  MulticolumnDropdown,
507
507
  };
package/dist/react.mjs CHANGED
@@ -159,6 +159,11 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
159
159
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
160
160
  });
161
161
 
162
+ export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
163
+ const { children, ...rest } = props;
164
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
165
+ });
166
+
162
167
  export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
163
168
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
164
169
  const _innerRef = React.useRef(null);
@@ -368,11 +373,6 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
368
373
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
369
374
  });
370
375
 
371
- export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
372
- const { children, ...rest } = props;
373
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
374
- });
375
-
376
376
  export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
377
377
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
378
378
  const _innerRef = React.useRef(null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.435.0",
4
+ "version": "14.436.0-FUI-2489.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.435.0",
44
- "@genesislcap/genx": "14.435.0",
45
- "@genesislcap/rollup-builder": "14.435.0",
46
- "@genesislcap/ts-builder": "14.435.0",
47
- "@genesislcap/uvu-playwright-builder": "14.435.0",
48
- "@genesislcap/vite-builder": "14.435.0",
49
- "@genesislcap/webpack-builder": "14.435.0"
43
+ "@genesislcap/foundation-testing": "14.436.0-FUI-2489.3",
44
+ "@genesislcap/genx": "14.436.0-FUI-2489.3",
45
+ "@genesislcap/rollup-builder": "14.436.0-FUI-2489.3",
46
+ "@genesislcap/ts-builder": "14.436.0-FUI-2489.3",
47
+ "@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.3",
48
+ "@genesislcap/vite-builder": "14.436.0-FUI-2489.3",
49
+ "@genesislcap/webpack-builder": "14.436.0-FUI-2489.3"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.435.0",
53
- "@genesislcap/foundation-criteria": "14.435.0",
54
- "@genesislcap/foundation-logger": "14.435.0",
55
- "@genesislcap/foundation-ui": "14.435.0",
56
- "@genesislcap/foundation-utils": "14.435.0",
52
+ "@genesislcap/foundation-comms": "14.436.0-FUI-2489.3",
53
+ "@genesislcap/foundation-criteria": "14.436.0-FUI-2489.3",
54
+ "@genesislcap/foundation-logger": "14.436.0-FUI-2489.3",
55
+ "@genesislcap/foundation-ui": "14.436.0-FUI-2489.3",
56
+ "@genesislcap/foundation-utils": "14.436.0-FUI-2489.3",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
94
+ "gitHead": "c4ae092677bf6b2c3c8ebdc35fb36a7da2f4601f"
95
95
  }