@genesislcap/grid-pro 14.480.0 → 14.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +480 -480
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -7816,319 +7816,6 @@
|
|
|
7816
7816
|
}
|
|
7817
7817
|
]
|
|
7818
7818
|
},
|
|
7819
|
-
{
|
|
7820
|
-
"kind": "javascript-module",
|
|
7821
|
-
"path": "src/column/column.template.ts",
|
|
7822
|
-
"declarations": [
|
|
7823
|
-
{
|
|
7824
|
-
"kind": "variable",
|
|
7825
|
-
"name": "ColumnTemplate",
|
|
7826
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7827
|
-
"description": "The Grid Pro Column Template.",
|
|
7828
|
-
"privacy": "public"
|
|
7829
|
-
}
|
|
7830
|
-
],
|
|
7831
|
-
"exports": [
|
|
7832
|
-
{
|
|
7833
|
-
"kind": "js",
|
|
7834
|
-
"name": "ColumnTemplate",
|
|
7835
|
-
"declaration": {
|
|
7836
|
-
"name": "ColumnTemplate",
|
|
7837
|
-
"module": "src/column/column.template.ts"
|
|
7838
|
-
}
|
|
7839
|
-
}
|
|
7840
|
-
]
|
|
7841
|
-
},
|
|
7842
|
-
{
|
|
7843
|
-
"kind": "javascript-module",
|
|
7844
|
-
"path": "src/column/column.ts",
|
|
7845
|
-
"declarations": [
|
|
7846
|
-
{
|
|
7847
|
-
"kind": "class",
|
|
7848
|
-
"description": "The Grid Pro Column element.",
|
|
7849
|
-
"name": "GridProColumn",
|
|
7850
|
-
"members": [
|
|
7851
|
-
{
|
|
7852
|
-
"kind": "field",
|
|
7853
|
-
"name": "slottedAgCell",
|
|
7854
|
-
"type": {
|
|
7855
|
-
"text": "HTMLElement[]"
|
|
7856
|
-
},
|
|
7857
|
-
"privacy": "public"
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"kind": "field",
|
|
7861
|
-
"name": "definition",
|
|
7862
|
-
"type": {
|
|
7863
|
-
"text": "ColDef"
|
|
7864
|
-
},
|
|
7865
|
-
"default": "{}"
|
|
7866
|
-
},
|
|
7867
|
-
{
|
|
7868
|
-
"kind": "method",
|
|
7869
|
-
"name": "slottedAgCellChanged",
|
|
7870
|
-
"privacy": "public"
|
|
7871
|
-
},
|
|
7872
|
-
{
|
|
7873
|
-
"kind": "method",
|
|
7874
|
-
"name": "deepClone",
|
|
7875
|
-
"return": {
|
|
7876
|
-
"type": {
|
|
7877
|
-
"text": "Node"
|
|
7878
|
-
}
|
|
7879
|
-
},
|
|
7880
|
-
"inheritedFrom": {
|
|
7881
|
-
"name": "LifecycleMixin",
|
|
7882
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7883
|
-
}
|
|
7884
|
-
},
|
|
7885
|
-
{
|
|
7886
|
-
"kind": "method",
|
|
7887
|
-
"name": "cloneNode",
|
|
7888
|
-
"return": {
|
|
7889
|
-
"type": {
|
|
7890
|
-
"text": "Node"
|
|
7891
|
-
}
|
|
7892
|
-
},
|
|
7893
|
-
"parameters": [
|
|
7894
|
-
{
|
|
7895
|
-
"name": "deep",
|
|
7896
|
-
"optional": true,
|
|
7897
|
-
"type": {
|
|
7898
|
-
"text": "boolean"
|
|
7899
|
-
}
|
|
7900
|
-
}
|
|
7901
|
-
],
|
|
7902
|
-
"inheritedFrom": {
|
|
7903
|
-
"name": "LifecycleMixin",
|
|
7904
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7905
|
-
}
|
|
7906
|
-
},
|
|
7907
|
-
{
|
|
7908
|
-
"kind": "field",
|
|
7909
|
-
"name": "shouldRunDisconnect",
|
|
7910
|
-
"return": {
|
|
7911
|
-
"type": {
|
|
7912
|
-
"text": ""
|
|
7913
|
-
}
|
|
7914
|
-
},
|
|
7915
|
-
"readonly": true,
|
|
7916
|
-
"inheritedFrom": {
|
|
7917
|
-
"name": "LifecycleMixin",
|
|
7918
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7919
|
-
}
|
|
7920
|
-
},
|
|
7921
|
-
{
|
|
7922
|
-
"kind": "field",
|
|
7923
|
-
"name": "shouldRunConnect",
|
|
7924
|
-
"return": {
|
|
7925
|
-
"type": {
|
|
7926
|
-
"text": ""
|
|
7927
|
-
}
|
|
7928
|
-
},
|
|
7929
|
-
"readonly": true,
|
|
7930
|
-
"inheritedFrom": {
|
|
7931
|
-
"name": "LifecycleMixin",
|
|
7932
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7933
|
-
}
|
|
7934
|
-
},
|
|
7935
|
-
{
|
|
7936
|
-
"kind": "method",
|
|
7937
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
7938
|
-
"return": {
|
|
7939
|
-
"type": {
|
|
7940
|
-
"text": "boolean"
|
|
7941
|
-
}
|
|
7942
|
-
},
|
|
7943
|
-
"parameters": [
|
|
7944
|
-
{
|
|
7945
|
-
"name": "lifecycleType",
|
|
7946
|
-
"type": {
|
|
7947
|
-
"text": "Lifecycletype"
|
|
7948
|
-
}
|
|
7949
|
-
}
|
|
7950
|
-
],
|
|
7951
|
-
"inheritedFrom": {
|
|
7952
|
-
"name": "LifecycleMixin",
|
|
7953
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7954
|
-
}
|
|
7955
|
-
},
|
|
7956
|
-
{
|
|
7957
|
-
"kind": "field",
|
|
7958
|
-
"name": "_presentation",
|
|
7959
|
-
"type": {
|
|
7960
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7961
|
-
},
|
|
7962
|
-
"privacy": "private",
|
|
7963
|
-
"default": "void 0",
|
|
7964
|
-
"inheritedFrom": {
|
|
7965
|
-
"name": "FoundationElement",
|
|
7966
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7967
|
-
}
|
|
7968
|
-
},
|
|
7969
|
-
{
|
|
7970
|
-
"kind": "field",
|
|
7971
|
-
"name": "$presentation",
|
|
7972
|
-
"type": {
|
|
7973
|
-
"text": "ComponentPresentation | null"
|
|
7974
|
-
},
|
|
7975
|
-
"privacy": "public",
|
|
7976
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7977
|
-
"inheritedFrom": {
|
|
7978
|
-
"name": "FoundationElement",
|
|
7979
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7980
|
-
}
|
|
7981
|
-
},
|
|
7982
|
-
{
|
|
7983
|
-
"kind": "field",
|
|
7984
|
-
"name": "template",
|
|
7985
|
-
"type": {
|
|
7986
|
-
"text": "ElementViewTemplate | void | null"
|
|
7987
|
-
},
|
|
7988
|
-
"privacy": "public",
|
|
7989
|
-
"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.",
|
|
7990
|
-
"inheritedFrom": {
|
|
7991
|
-
"name": "FoundationElement",
|
|
7992
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7993
|
-
}
|
|
7994
|
-
},
|
|
7995
|
-
{
|
|
7996
|
-
"kind": "method",
|
|
7997
|
-
"name": "templateChanged",
|
|
7998
|
-
"privacy": "protected",
|
|
7999
|
-
"return": {
|
|
8000
|
-
"type": {
|
|
8001
|
-
"text": "void"
|
|
8002
|
-
}
|
|
8003
|
-
},
|
|
8004
|
-
"inheritedFrom": {
|
|
8005
|
-
"name": "FoundationElement",
|
|
8006
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8007
|
-
}
|
|
8008
|
-
},
|
|
8009
|
-
{
|
|
8010
|
-
"kind": "field",
|
|
8011
|
-
"name": "styles",
|
|
8012
|
-
"type": {
|
|
8013
|
-
"text": "ElementStyles | void | null"
|
|
8014
|
-
},
|
|
8015
|
-
"privacy": "public",
|
|
8016
|
-
"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.",
|
|
8017
|
-
"inheritedFrom": {
|
|
8018
|
-
"name": "FoundationElement",
|
|
8019
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8020
|
-
}
|
|
8021
|
-
},
|
|
8022
|
-
{
|
|
8023
|
-
"kind": "method",
|
|
8024
|
-
"name": "stylesChanged",
|
|
8025
|
-
"privacy": "protected",
|
|
8026
|
-
"return": {
|
|
8027
|
-
"type": {
|
|
8028
|
-
"text": "void"
|
|
8029
|
-
}
|
|
8030
|
-
},
|
|
8031
|
-
"inheritedFrom": {
|
|
8032
|
-
"name": "FoundationElement",
|
|
8033
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8034
|
-
}
|
|
8035
|
-
},
|
|
8036
|
-
{
|
|
8037
|
-
"kind": "method",
|
|
8038
|
-
"name": "compose",
|
|
8039
|
-
"privacy": "public",
|
|
8040
|
-
"static": true,
|
|
8041
|
-
"return": {
|
|
8042
|
-
"type": {
|
|
8043
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8044
|
-
}
|
|
8045
|
-
},
|
|
8046
|
-
"parameters": [
|
|
8047
|
-
{
|
|
8048
|
-
"name": "this",
|
|
8049
|
-
"type": {
|
|
8050
|
-
"text": "K"
|
|
8051
|
-
}
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"name": "elementDefinition",
|
|
8055
|
-
"type": {
|
|
8056
|
-
"text": "T"
|
|
8057
|
-
},
|
|
8058
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
8059
|
-
}
|
|
8060
|
-
],
|
|
8061
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8062
|
-
"inheritedFrom": {
|
|
8063
|
-
"name": "FoundationElement",
|
|
8064
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
8065
|
-
}
|
|
8066
|
-
}
|
|
8067
|
-
],
|
|
8068
|
-
"mixins": [
|
|
8069
|
-
{
|
|
8070
|
-
"name": "LifecycleMixin",
|
|
8071
|
-
"package": "@genesislcap/foundation-utils"
|
|
8072
|
-
}
|
|
8073
|
-
],
|
|
8074
|
-
"superclass": {
|
|
8075
|
-
"name": "FoundationElement",
|
|
8076
|
-
"package": "@microsoft/fast-foundation"
|
|
8077
|
-
},
|
|
8078
|
-
"tagName": "grid-pro-column",
|
|
8079
|
-
"customElement": true
|
|
8080
|
-
}
|
|
8081
|
-
],
|
|
8082
|
-
"exports": [
|
|
8083
|
-
{
|
|
8084
|
-
"kind": "js",
|
|
8085
|
-
"name": "GridProColumn",
|
|
8086
|
-
"declaration": {
|
|
8087
|
-
"name": "GridProColumn",
|
|
8088
|
-
"module": "src/column/column.ts"
|
|
8089
|
-
}
|
|
8090
|
-
},
|
|
8091
|
-
{
|
|
8092
|
-
"kind": "custom-element-definition",
|
|
8093
|
-
"name": "grid-pro-column",
|
|
8094
|
-
"declaration": {
|
|
8095
|
-
"name": "GridProColumn",
|
|
8096
|
-
"module": "src/column/column.ts"
|
|
8097
|
-
}
|
|
8098
|
-
}
|
|
8099
|
-
]
|
|
8100
|
-
},
|
|
8101
|
-
{
|
|
8102
|
-
"kind": "javascript-module",
|
|
8103
|
-
"path": "src/column/index.ts",
|
|
8104
|
-
"declarations": [],
|
|
8105
|
-
"exports": [
|
|
8106
|
-
{
|
|
8107
|
-
"kind": "js",
|
|
8108
|
-
"name": "*",
|
|
8109
|
-
"declaration": {
|
|
8110
|
-
"name": "*",
|
|
8111
|
-
"package": "./column.template"
|
|
8112
|
-
}
|
|
8113
|
-
},
|
|
8114
|
-
{
|
|
8115
|
-
"kind": "js",
|
|
8116
|
-
"name": "*",
|
|
8117
|
-
"declaration": {
|
|
8118
|
-
"name": "*",
|
|
8119
|
-
"package": "./column"
|
|
8120
|
-
}
|
|
8121
|
-
},
|
|
8122
|
-
{
|
|
8123
|
-
"kind": "js",
|
|
8124
|
-
"name": "*",
|
|
8125
|
-
"declaration": {
|
|
8126
|
-
"name": "*",
|
|
8127
|
-
"package": "./utils"
|
|
8128
|
-
}
|
|
8129
|
-
}
|
|
8130
|
-
]
|
|
8131
|
-
},
|
|
8132
7819
|
{
|
|
8133
7820
|
"kind": "javascript-module",
|
|
8134
7821
|
"path": "src/datasource/base.datasource.ts",
|
|
@@ -15522,63 +15209,240 @@
|
|
|
15522
15209
|
}
|
|
15523
15210
|
},
|
|
15524
15211
|
{
|
|
15525
|
-
"kind": "field",
|
|
15526
|
-
"name": "moreRows",
|
|
15527
|
-
"type": {
|
|
15528
|
-
"text": "boolean"
|
|
15529
|
-
},
|
|
15212
|
+
"kind": "field",
|
|
15213
|
+
"name": "moreRows",
|
|
15214
|
+
"type": {
|
|
15215
|
+
"text": "boolean"
|
|
15216
|
+
},
|
|
15217
|
+
"privacy": "protected",
|
|
15218
|
+
"default": "false",
|
|
15219
|
+
"inheritedFrom": {
|
|
15220
|
+
"name": "BaseServerSideDatasource",
|
|
15221
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15222
|
+
}
|
|
15223
|
+
},
|
|
15224
|
+
{
|
|
15225
|
+
"kind": "field",
|
|
15226
|
+
"name": "calculatedRowsCount",
|
|
15227
|
+
"type": {
|
|
15228
|
+
"text": "number"
|
|
15229
|
+
},
|
|
15230
|
+
"privacy": "protected",
|
|
15231
|
+
"default": "0",
|
|
15232
|
+
"inheritedFrom": {
|
|
15233
|
+
"name": "BaseServerSideDatasource",
|
|
15234
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15235
|
+
}
|
|
15236
|
+
},
|
|
15237
|
+
{
|
|
15238
|
+
"kind": "field",
|
|
15239
|
+
"name": "currentSequenceId",
|
|
15240
|
+
"type": {
|
|
15241
|
+
"text": "null"
|
|
15242
|
+
},
|
|
15243
|
+
"privacy": "protected",
|
|
15244
|
+
"default": "null",
|
|
15245
|
+
"inheritedFrom": {
|
|
15246
|
+
"name": "BaseServerSideDatasource",
|
|
15247
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15248
|
+
}
|
|
15249
|
+
},
|
|
15250
|
+
{
|
|
15251
|
+
"kind": "field",
|
|
15252
|
+
"name": "currentFilterModel",
|
|
15253
|
+
"type": {
|
|
15254
|
+
"text": "SetFilterModel"
|
|
15255
|
+
},
|
|
15256
|
+
"privacy": "protected",
|
|
15257
|
+
"inheritedFrom": {
|
|
15258
|
+
"name": "BaseServerSideDatasource",
|
|
15259
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15260
|
+
}
|
|
15261
|
+
},
|
|
15262
|
+
{
|
|
15263
|
+
"kind": "field",
|
|
15264
|
+
"name": "originalCriteriaMatch",
|
|
15265
|
+
"type": {
|
|
15266
|
+
"text": "string | string[]"
|
|
15267
|
+
},
|
|
15268
|
+
"privacy": "protected",
|
|
15269
|
+
"inheritedFrom": {
|
|
15270
|
+
"name": "BaseServerSideDatasource",
|
|
15271
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15272
|
+
}
|
|
15273
|
+
},
|
|
15274
|
+
{
|
|
15275
|
+
"kind": "field",
|
|
15276
|
+
"name": "currentSortModel",
|
|
15277
|
+
"type": {
|
|
15278
|
+
"text": "SortModelItem[]"
|
|
15279
|
+
},
|
|
15280
|
+
"privacy": "protected",
|
|
15281
|
+
"inheritedFrom": {
|
|
15282
|
+
"name": "BaseServerSideDatasource",
|
|
15283
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15284
|
+
}
|
|
15285
|
+
},
|
|
15286
|
+
{
|
|
15287
|
+
"kind": "method",
|
|
15288
|
+
"name": "setupFiltering",
|
|
15289
|
+
"privacy": "protected",
|
|
15290
|
+
"return": {
|
|
15291
|
+
"type": {
|
|
15292
|
+
"text": "Promise<void>"
|
|
15293
|
+
}
|
|
15294
|
+
},
|
|
15295
|
+
"parameters": [
|
|
15296
|
+
{
|
|
15297
|
+
"name": "params",
|
|
15298
|
+
"type": {
|
|
15299
|
+
"text": "IServerSideGetRowsParams"
|
|
15300
|
+
}
|
|
15301
|
+
}
|
|
15302
|
+
],
|
|
15303
|
+
"description": "Handles filtering setup for server-side datasources.\nCommon logic used by both dataserver and req-rep implementations.",
|
|
15304
|
+
"inheritedFrom": {
|
|
15305
|
+
"name": "BaseServerSideDatasource",
|
|
15306
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15307
|
+
}
|
|
15308
|
+
},
|
|
15309
|
+
{
|
|
15310
|
+
"kind": "method",
|
|
15311
|
+
"name": "setupFilteringAndSorting",
|
|
15312
|
+
"privacy": "protected",
|
|
15313
|
+
"return": {
|
|
15314
|
+
"type": {
|
|
15315
|
+
"text": "Promise<void>"
|
|
15316
|
+
}
|
|
15317
|
+
},
|
|
15318
|
+
"parameters": [
|
|
15319
|
+
{
|
|
15320
|
+
"name": "params",
|
|
15321
|
+
"type": {
|
|
15322
|
+
"text": "IServerSideGetRowsParams"
|
|
15323
|
+
}
|
|
15324
|
+
}
|
|
15325
|
+
],
|
|
15326
|
+
"description": "Legacy method that combines filtering and sorting.\nKept for backward compatibility. New implementations should use setupFiltering and setupSorting directly.",
|
|
15327
|
+
"deprecated": "Use setupFiltering() and setupSorting() separately instead",
|
|
15328
|
+
"inheritedFrom": {
|
|
15329
|
+
"name": "BaseServerSideDatasource",
|
|
15330
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15331
|
+
}
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"kind": "method",
|
|
15335
|
+
"name": "updateResourceParams",
|
|
15336
|
+
"privacy": "private",
|
|
15337
|
+
"return": {
|
|
15338
|
+
"type": {
|
|
15339
|
+
"text": "void"
|
|
15340
|
+
}
|
|
15341
|
+
},
|
|
15342
|
+
"parameters": [
|
|
15343
|
+
{
|
|
15344
|
+
"name": "params",
|
|
15345
|
+
"type": {
|
|
15346
|
+
"text": "DatasourceOptions"
|
|
15347
|
+
}
|
|
15348
|
+
}
|
|
15349
|
+
],
|
|
15350
|
+
"inheritedFrom": {
|
|
15351
|
+
"name": "BaseServerSideDatasource",
|
|
15352
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15353
|
+
}
|
|
15354
|
+
},
|
|
15355
|
+
{
|
|
15356
|
+
"kind": "method",
|
|
15357
|
+
"name": "getOrderByAndToBeSortedColIds",
|
|
15530
15358
|
"privacy": "protected",
|
|
15531
|
-
"
|
|
15359
|
+
"parameters": [
|
|
15360
|
+
{
|
|
15361
|
+
"name": "map"
|
|
15362
|
+
},
|
|
15363
|
+
{
|
|
15364
|
+
"name": "searchValue"
|
|
15365
|
+
}
|
|
15366
|
+
],
|
|
15532
15367
|
"inheritedFrom": {
|
|
15533
15368
|
"name": "BaseServerSideDatasource",
|
|
15534
15369
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
15535
15370
|
}
|
|
15536
15371
|
},
|
|
15537
15372
|
{
|
|
15538
|
-
"kind": "
|
|
15539
|
-
"name": "
|
|
15540
|
-
"type": {
|
|
15541
|
-
"text": "number"
|
|
15542
|
-
},
|
|
15373
|
+
"kind": "method",
|
|
15374
|
+
"name": "buildCriteriaMatchFromFilters",
|
|
15543
15375
|
"privacy": "protected",
|
|
15544
|
-
"
|
|
15376
|
+
"return": {
|
|
15377
|
+
"type": {
|
|
15378
|
+
"text": "string"
|
|
15379
|
+
}
|
|
15380
|
+
},
|
|
15545
15381
|
"inheritedFrom": {
|
|
15546
15382
|
"name": "BaseServerSideDatasource",
|
|
15547
15383
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
15548
15384
|
}
|
|
15549
15385
|
},
|
|
15550
15386
|
{
|
|
15551
|
-
"kind": "
|
|
15552
|
-
"name": "
|
|
15553
|
-
"type": {
|
|
15554
|
-
"text": "null"
|
|
15555
|
-
},
|
|
15387
|
+
"kind": "method",
|
|
15388
|
+
"name": "criteriaFromFilters",
|
|
15556
15389
|
"privacy": "protected",
|
|
15557
|
-
"
|
|
15390
|
+
"return": {
|
|
15391
|
+
"type": {
|
|
15392
|
+
"text": "string[]"
|
|
15393
|
+
}
|
|
15394
|
+
},
|
|
15558
15395
|
"inheritedFrom": {
|
|
15559
15396
|
"name": "BaseServerSideDatasource",
|
|
15560
15397
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
15561
15398
|
}
|
|
15562
15399
|
},
|
|
15563
15400
|
{
|
|
15564
|
-
"kind": "
|
|
15565
|
-
"name": "
|
|
15566
|
-
"type": {
|
|
15567
|
-
"text": "SetFilterModel"
|
|
15568
|
-
},
|
|
15401
|
+
"kind": "method",
|
|
15402
|
+
"name": "getFiltersByType",
|
|
15569
15403
|
"privacy": "protected",
|
|
15404
|
+
"parameters": [
|
|
15405
|
+
{
|
|
15406
|
+
"name": "filterType",
|
|
15407
|
+
"type": {
|
|
15408
|
+
"text": "string"
|
|
15409
|
+
}
|
|
15410
|
+
}
|
|
15411
|
+
],
|
|
15570
15412
|
"inheritedFrom": {
|
|
15571
15413
|
"name": "BaseServerSideDatasource",
|
|
15572
15414
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
15573
15415
|
}
|
|
15574
15416
|
},
|
|
15575
15417
|
{
|
|
15576
|
-
"kind": "
|
|
15577
|
-
"name": "
|
|
15578
|
-
"type": {
|
|
15579
|
-
"text": "string | string[]"
|
|
15580
|
-
},
|
|
15418
|
+
"kind": "method",
|
|
15419
|
+
"name": "getPageNumber",
|
|
15581
15420
|
"privacy": "protected",
|
|
15421
|
+
"parameters": [
|
|
15422
|
+
{
|
|
15423
|
+
"name": "start",
|
|
15424
|
+
"type": {
|
|
15425
|
+
"text": "number"
|
|
15426
|
+
}
|
|
15427
|
+
},
|
|
15428
|
+
{
|
|
15429
|
+
"name": "recordsPerPage",
|
|
15430
|
+
"type": {
|
|
15431
|
+
"text": "number"
|
|
15432
|
+
}
|
|
15433
|
+
},
|
|
15434
|
+
{
|
|
15435
|
+
"name": "totalRecords",
|
|
15436
|
+
"optional": true,
|
|
15437
|
+
"type": {
|
|
15438
|
+
"text": "number"
|
|
15439
|
+
}
|
|
15440
|
+
},
|
|
15441
|
+
{
|
|
15442
|
+
"name": "zeroBasedViewNumber",
|
|
15443
|
+
"default": "true"
|
|
15444
|
+
}
|
|
15445
|
+
],
|
|
15582
15446
|
"inheritedFrom": {
|
|
15583
15447
|
"name": "BaseServerSideDatasource",
|
|
15584
15448
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
@@ -15586,11 +15450,12 @@
|
|
|
15586
15450
|
},
|
|
15587
15451
|
{
|
|
15588
15452
|
"kind": "field",
|
|
15589
|
-
"name": "
|
|
15453
|
+
"name": "isNotFirstViewNumber",
|
|
15590
15454
|
"type": {
|
|
15591
|
-
"text": "
|
|
15455
|
+
"text": "boolean"
|
|
15592
15456
|
},
|
|
15593
15457
|
"privacy": "protected",
|
|
15458
|
+
"readonly": true,
|
|
15594
15459
|
"inheritedFrom": {
|
|
15595
15460
|
"name": "BaseServerSideDatasource",
|
|
15596
15461
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
@@ -15598,11 +15463,11 @@
|
|
|
15598
15463
|
},
|
|
15599
15464
|
{
|
|
15600
15465
|
"kind": "method",
|
|
15601
|
-
"name": "
|
|
15466
|
+
"name": "completeEmptyResult",
|
|
15602
15467
|
"privacy": "protected",
|
|
15603
15468
|
"return": {
|
|
15604
15469
|
"type": {
|
|
15605
|
-
"text": "
|
|
15470
|
+
"text": "void"
|
|
15606
15471
|
}
|
|
15607
15472
|
},
|
|
15608
15473
|
"parameters": [
|
|
@@ -15613,7 +15478,7 @@
|
|
|
15613
15478
|
}
|
|
15614
15479
|
}
|
|
15615
15480
|
],
|
|
15616
|
-
"description": "
|
|
15481
|
+
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15617
15482
|
"inheritedFrom": {
|
|
15618
15483
|
"name": "BaseServerSideDatasource",
|
|
15619
15484
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
@@ -15621,11 +15486,11 @@
|
|
|
15621
15486
|
},
|
|
15622
15487
|
{
|
|
15623
15488
|
"kind": "method",
|
|
15624
|
-
"name": "
|
|
15489
|
+
"name": "notifyNoDataAvailableIfEmpty",
|
|
15625
15490
|
"privacy": "protected",
|
|
15626
15491
|
"return": {
|
|
15627
15492
|
"type": {
|
|
15628
|
-
"text": "
|
|
15493
|
+
"text": "void"
|
|
15629
15494
|
}
|
|
15630
15495
|
},
|
|
15631
15496
|
"parameters": [
|
|
@@ -15634,10 +15499,15 @@
|
|
|
15634
15499
|
"type": {
|
|
15635
15500
|
"text": "IServerSideGetRowsParams"
|
|
15636
15501
|
}
|
|
15502
|
+
},
|
|
15503
|
+
{
|
|
15504
|
+
"name": "successRowData",
|
|
15505
|
+
"type": {
|
|
15506
|
+
"text": "LoadSuccessParams"
|
|
15507
|
+
}
|
|
15637
15508
|
}
|
|
15638
15509
|
],
|
|
15639
|
-
"description": "
|
|
15640
|
-
"deprecated": "Use setupFiltering() and setupSorting() separately instead",
|
|
15510
|
+
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15641
15511
|
"inheritedFrom": {
|
|
15642
15512
|
"name": "BaseServerSideDatasource",
|
|
15643
15513
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
@@ -15645,21 +15515,27 @@
|
|
|
15645
15515
|
},
|
|
15646
15516
|
{
|
|
15647
15517
|
"kind": "method",
|
|
15648
|
-
"name": "
|
|
15649
|
-
"privacy": "
|
|
15518
|
+
"name": "notifyNoDataAvailable",
|
|
15519
|
+
"privacy": "protected",
|
|
15650
15520
|
"return": {
|
|
15651
15521
|
"type": {
|
|
15652
15522
|
"text": "void"
|
|
15653
15523
|
}
|
|
15654
15524
|
},
|
|
15655
|
-
"
|
|
15656
|
-
|
|
15657
|
-
|
|
15658
|
-
|
|
15659
|
-
|
|
15660
|
-
|
|
15525
|
+
"inheritedFrom": {
|
|
15526
|
+
"name": "BaseServerSideDatasource",
|
|
15527
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15528
|
+
}
|
|
15529
|
+
},
|
|
15530
|
+
{
|
|
15531
|
+
"kind": "method",
|
|
15532
|
+
"name": "notifyDataAvailable",
|
|
15533
|
+
"privacy": "protected",
|
|
15534
|
+
"return": {
|
|
15535
|
+
"type": {
|
|
15536
|
+
"text": "void"
|
|
15661
15537
|
}
|
|
15662
|
-
|
|
15538
|
+
},
|
|
15663
15539
|
"inheritedFrom": {
|
|
15664
15540
|
"name": "BaseServerSideDatasource",
|
|
15665
15541
|
"module": "src/datasource/server-side.resource-base.ts"
|
|
@@ -15667,182 +15543,243 @@
|
|
|
15667
15543
|
},
|
|
15668
15544
|
{
|
|
15669
15545
|
"kind": "method",
|
|
15670
|
-
"name": "
|
|
15546
|
+
"name": "getEffectivePagingMode",
|
|
15671
15547
|
"privacy": "protected",
|
|
15548
|
+
"return": {
|
|
15549
|
+
"type": {
|
|
15550
|
+
"text": "PagingMode"
|
|
15551
|
+
}
|
|
15552
|
+
},
|
|
15553
|
+
"description": "Determines the effective paging mode based on criteriaOnlyRequest availability and user settings",
|
|
15554
|
+
"inheritedFrom": {
|
|
15555
|
+
"name": "BaseServerSideDatasource",
|
|
15556
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15557
|
+
}
|
|
15558
|
+
}
|
|
15559
|
+
],
|
|
15560
|
+
"superclass": {
|
|
15561
|
+
"name": "BaseServerSideDatasource",
|
|
15562
|
+
"module": "/src/datasource/server-side.resource-base"
|
|
15563
|
+
}
|
|
15564
|
+
}
|
|
15565
|
+
],
|
|
15566
|
+
"exports": [
|
|
15567
|
+
{
|
|
15568
|
+
"kind": "js",
|
|
15569
|
+
"name": "ReqRepServerSideDatasource",
|
|
15570
|
+
"declaration": {
|
|
15571
|
+
"name": "ReqRepServerSideDatasource",
|
|
15572
|
+
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
15573
|
+
}
|
|
15574
|
+
}
|
|
15575
|
+
]
|
|
15576
|
+
},
|
|
15577
|
+
{
|
|
15578
|
+
"kind": "javascript-module",
|
|
15579
|
+
"path": "src/column/column.template.ts",
|
|
15580
|
+
"declarations": [
|
|
15581
|
+
{
|
|
15582
|
+
"kind": "variable",
|
|
15583
|
+
"name": "ColumnTemplate",
|
|
15584
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15585
|
+
"description": "The Grid Pro Column Template.",
|
|
15586
|
+
"privacy": "public"
|
|
15587
|
+
}
|
|
15588
|
+
],
|
|
15589
|
+
"exports": [
|
|
15590
|
+
{
|
|
15591
|
+
"kind": "js",
|
|
15592
|
+
"name": "ColumnTemplate",
|
|
15593
|
+
"declaration": {
|
|
15594
|
+
"name": "ColumnTemplate",
|
|
15595
|
+
"module": "src/column/column.template.ts"
|
|
15596
|
+
}
|
|
15597
|
+
}
|
|
15598
|
+
]
|
|
15599
|
+
},
|
|
15600
|
+
{
|
|
15601
|
+
"kind": "javascript-module",
|
|
15602
|
+
"path": "src/column/column.ts",
|
|
15603
|
+
"declarations": [
|
|
15604
|
+
{
|
|
15605
|
+
"kind": "class",
|
|
15606
|
+
"description": "The Grid Pro Column element.",
|
|
15607
|
+
"name": "GridProColumn",
|
|
15608
|
+
"members": [
|
|
15609
|
+
{
|
|
15610
|
+
"kind": "field",
|
|
15611
|
+
"name": "slottedAgCell",
|
|
15612
|
+
"type": {
|
|
15613
|
+
"text": "HTMLElement[]"
|
|
15614
|
+
},
|
|
15615
|
+
"privacy": "public"
|
|
15616
|
+
},
|
|
15617
|
+
{
|
|
15618
|
+
"kind": "field",
|
|
15619
|
+
"name": "definition",
|
|
15620
|
+
"type": {
|
|
15621
|
+
"text": "ColDef"
|
|
15622
|
+
},
|
|
15623
|
+
"default": "{}"
|
|
15624
|
+
},
|
|
15625
|
+
{
|
|
15626
|
+
"kind": "method",
|
|
15627
|
+
"name": "slottedAgCellChanged",
|
|
15628
|
+
"privacy": "public"
|
|
15629
|
+
},
|
|
15630
|
+
{
|
|
15631
|
+
"kind": "method",
|
|
15632
|
+
"name": "deepClone",
|
|
15633
|
+
"return": {
|
|
15634
|
+
"type": {
|
|
15635
|
+
"text": "Node"
|
|
15636
|
+
}
|
|
15637
|
+
},
|
|
15638
|
+
"inheritedFrom": {
|
|
15639
|
+
"name": "LifecycleMixin",
|
|
15640
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15641
|
+
}
|
|
15642
|
+
},
|
|
15643
|
+
{
|
|
15644
|
+
"kind": "method",
|
|
15645
|
+
"name": "cloneNode",
|
|
15646
|
+
"return": {
|
|
15647
|
+
"type": {
|
|
15648
|
+
"text": "Node"
|
|
15649
|
+
}
|
|
15650
|
+
},
|
|
15672
15651
|
"parameters": [
|
|
15673
15652
|
{
|
|
15674
|
-
"name": "
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15653
|
+
"name": "deep",
|
|
15654
|
+
"optional": true,
|
|
15655
|
+
"type": {
|
|
15656
|
+
"text": "boolean"
|
|
15657
|
+
}
|
|
15678
15658
|
}
|
|
15679
15659
|
],
|
|
15680
15660
|
"inheritedFrom": {
|
|
15681
|
-
"name": "
|
|
15682
|
-
"module": "src/
|
|
15661
|
+
"name": "LifecycleMixin",
|
|
15662
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15683
15663
|
}
|
|
15684
15664
|
},
|
|
15685
15665
|
{
|
|
15686
|
-
"kind": "
|
|
15687
|
-
"name": "
|
|
15688
|
-
"privacy": "protected",
|
|
15666
|
+
"kind": "field",
|
|
15667
|
+
"name": "shouldRunDisconnect",
|
|
15689
15668
|
"return": {
|
|
15690
15669
|
"type": {
|
|
15691
|
-
"text": "
|
|
15670
|
+
"text": ""
|
|
15692
15671
|
}
|
|
15693
15672
|
},
|
|
15673
|
+
"readonly": true,
|
|
15694
15674
|
"inheritedFrom": {
|
|
15695
|
-
"name": "
|
|
15696
|
-
"module": "src/
|
|
15675
|
+
"name": "LifecycleMixin",
|
|
15676
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15697
15677
|
}
|
|
15698
15678
|
},
|
|
15699
15679
|
{
|
|
15700
|
-
"kind": "
|
|
15701
|
-
"name": "
|
|
15702
|
-
"privacy": "protected",
|
|
15680
|
+
"kind": "field",
|
|
15681
|
+
"name": "shouldRunConnect",
|
|
15703
15682
|
"return": {
|
|
15704
15683
|
"type": {
|
|
15705
|
-
"text": "
|
|
15684
|
+
"text": ""
|
|
15706
15685
|
}
|
|
15707
15686
|
},
|
|
15687
|
+
"readonly": true,
|
|
15708
15688
|
"inheritedFrom": {
|
|
15709
|
-
"name": "
|
|
15710
|
-
"module": "src/
|
|
15689
|
+
"name": "LifecycleMixin",
|
|
15690
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15711
15691
|
}
|
|
15712
15692
|
},
|
|
15713
15693
|
{
|
|
15714
15694
|
"kind": "method",
|
|
15715
|
-
"name": "
|
|
15716
|
-
"
|
|
15695
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
15696
|
+
"return": {
|
|
15697
|
+
"type": {
|
|
15698
|
+
"text": "boolean"
|
|
15699
|
+
}
|
|
15700
|
+
},
|
|
15717
15701
|
"parameters": [
|
|
15718
15702
|
{
|
|
15719
|
-
"name": "
|
|
15703
|
+
"name": "lifecycleType",
|
|
15720
15704
|
"type": {
|
|
15721
|
-
"text": "
|
|
15705
|
+
"text": "Lifecycletype"
|
|
15722
15706
|
}
|
|
15723
15707
|
}
|
|
15724
15708
|
],
|
|
15725
15709
|
"inheritedFrom": {
|
|
15726
|
-
"name": "
|
|
15727
|
-
"module": "src/
|
|
15710
|
+
"name": "LifecycleMixin",
|
|
15711
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15728
15712
|
}
|
|
15729
15713
|
},
|
|
15730
15714
|
{
|
|
15731
|
-
"kind": "
|
|
15732
|
-
"name": "
|
|
15733
|
-
"
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
15737
|
-
|
|
15738
|
-
"text": "number"
|
|
15739
|
-
}
|
|
15740
|
-
},
|
|
15741
|
-
{
|
|
15742
|
-
"name": "recordsPerPage",
|
|
15743
|
-
"type": {
|
|
15744
|
-
"text": "number"
|
|
15745
|
-
}
|
|
15746
|
-
},
|
|
15747
|
-
{
|
|
15748
|
-
"name": "totalRecords",
|
|
15749
|
-
"optional": true,
|
|
15750
|
-
"type": {
|
|
15751
|
-
"text": "number"
|
|
15752
|
-
}
|
|
15753
|
-
},
|
|
15754
|
-
{
|
|
15755
|
-
"name": "zeroBasedViewNumber",
|
|
15756
|
-
"default": "true"
|
|
15757
|
-
}
|
|
15758
|
-
],
|
|
15715
|
+
"kind": "field",
|
|
15716
|
+
"name": "_presentation",
|
|
15717
|
+
"type": {
|
|
15718
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15719
|
+
},
|
|
15720
|
+
"privacy": "private",
|
|
15721
|
+
"default": "void 0",
|
|
15759
15722
|
"inheritedFrom": {
|
|
15760
|
-
"name": "
|
|
15761
|
-
"module": "src/
|
|
15723
|
+
"name": "FoundationElement",
|
|
15724
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15762
15725
|
}
|
|
15763
15726
|
},
|
|
15764
15727
|
{
|
|
15765
15728
|
"kind": "field",
|
|
15766
|
-
"name": "
|
|
15729
|
+
"name": "$presentation",
|
|
15767
15730
|
"type": {
|
|
15768
|
-
"text": "
|
|
15731
|
+
"text": "ComponentPresentation | null"
|
|
15769
15732
|
},
|
|
15770
|
-
"privacy": "
|
|
15771
|
-
"
|
|
15733
|
+
"privacy": "public",
|
|
15734
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15772
15735
|
"inheritedFrom": {
|
|
15773
|
-
"name": "
|
|
15774
|
-
"module": "src/
|
|
15736
|
+
"name": "FoundationElement",
|
|
15737
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15775
15738
|
}
|
|
15776
15739
|
},
|
|
15777
15740
|
{
|
|
15778
|
-
"kind": "
|
|
15779
|
-
"name": "
|
|
15780
|
-
"
|
|
15781
|
-
|
|
15782
|
-
"type": {
|
|
15783
|
-
"text": "void"
|
|
15784
|
-
}
|
|
15741
|
+
"kind": "field",
|
|
15742
|
+
"name": "template",
|
|
15743
|
+
"type": {
|
|
15744
|
+
"text": "ElementViewTemplate | void | null"
|
|
15785
15745
|
},
|
|
15786
|
-
"
|
|
15787
|
-
|
|
15788
|
-
"name": "params",
|
|
15789
|
-
"type": {
|
|
15790
|
-
"text": "IServerSideGetRowsParams"
|
|
15791
|
-
}
|
|
15792
|
-
}
|
|
15793
|
-
],
|
|
15794
|
-
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15746
|
+
"privacy": "public",
|
|
15747
|
+
"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.",
|
|
15795
15748
|
"inheritedFrom": {
|
|
15796
|
-
"name": "
|
|
15797
|
-
"module": "src/
|
|
15749
|
+
"name": "FoundationElement",
|
|
15750
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15798
15751
|
}
|
|
15799
15752
|
},
|
|
15800
15753
|
{
|
|
15801
15754
|
"kind": "method",
|
|
15802
|
-
"name": "
|
|
15755
|
+
"name": "templateChanged",
|
|
15803
15756
|
"privacy": "protected",
|
|
15804
15757
|
"return": {
|
|
15805
15758
|
"type": {
|
|
15806
15759
|
"text": "void"
|
|
15807
15760
|
}
|
|
15808
15761
|
},
|
|
15809
|
-
"parameters": [
|
|
15810
|
-
{
|
|
15811
|
-
"name": "params",
|
|
15812
|
-
"type": {
|
|
15813
|
-
"text": "IServerSideGetRowsParams"
|
|
15814
|
-
}
|
|
15815
|
-
},
|
|
15816
|
-
{
|
|
15817
|
-
"name": "successRowData",
|
|
15818
|
-
"type": {
|
|
15819
|
-
"text": "LoadSuccessParams"
|
|
15820
|
-
}
|
|
15821
|
-
}
|
|
15822
|
-
],
|
|
15823
|
-
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15824
15762
|
"inheritedFrom": {
|
|
15825
|
-
"name": "
|
|
15826
|
-
"module": "src/
|
|
15763
|
+
"name": "FoundationElement",
|
|
15764
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15827
15765
|
}
|
|
15828
15766
|
},
|
|
15829
15767
|
{
|
|
15830
|
-
"kind": "
|
|
15831
|
-
"name": "
|
|
15832
|
-
"
|
|
15833
|
-
|
|
15834
|
-
"type": {
|
|
15835
|
-
"text": "void"
|
|
15836
|
-
}
|
|
15768
|
+
"kind": "field",
|
|
15769
|
+
"name": "styles",
|
|
15770
|
+
"type": {
|
|
15771
|
+
"text": "ElementStyles | void | null"
|
|
15837
15772
|
},
|
|
15773
|
+
"privacy": "public",
|
|
15774
|
+
"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.",
|
|
15838
15775
|
"inheritedFrom": {
|
|
15839
|
-
"name": "
|
|
15840
|
-
"module": "src/
|
|
15776
|
+
"name": "FoundationElement",
|
|
15777
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15841
15778
|
}
|
|
15842
15779
|
},
|
|
15843
15780
|
{
|
|
15844
15781
|
"kind": "method",
|
|
15845
|
-
"name": "
|
|
15782
|
+
"name": "stylesChanged",
|
|
15846
15783
|
"privacy": "protected",
|
|
15847
15784
|
"return": {
|
|
15848
15785
|
"type": {
|
|
@@ -15850,39 +15787,102 @@
|
|
|
15850
15787
|
}
|
|
15851
15788
|
},
|
|
15852
15789
|
"inheritedFrom": {
|
|
15853
|
-
"name": "
|
|
15854
|
-
"module": "src/
|
|
15790
|
+
"name": "FoundationElement",
|
|
15791
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15855
15792
|
}
|
|
15856
15793
|
},
|
|
15857
15794
|
{
|
|
15858
15795
|
"kind": "method",
|
|
15859
|
-
"name": "
|
|
15860
|
-
"privacy": "
|
|
15796
|
+
"name": "compose",
|
|
15797
|
+
"privacy": "public",
|
|
15798
|
+
"static": true,
|
|
15861
15799
|
"return": {
|
|
15862
15800
|
"type": {
|
|
15863
|
-
"text": "
|
|
15801
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15864
15802
|
}
|
|
15865
15803
|
},
|
|
15866
|
-
"
|
|
15804
|
+
"parameters": [
|
|
15805
|
+
{
|
|
15806
|
+
"name": "this",
|
|
15807
|
+
"type": {
|
|
15808
|
+
"text": "K"
|
|
15809
|
+
}
|
|
15810
|
+
},
|
|
15811
|
+
{
|
|
15812
|
+
"name": "elementDefinition",
|
|
15813
|
+
"type": {
|
|
15814
|
+
"text": "T"
|
|
15815
|
+
},
|
|
15816
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15817
|
+
}
|
|
15818
|
+
],
|
|
15819
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15867
15820
|
"inheritedFrom": {
|
|
15868
|
-
"name": "
|
|
15869
|
-
"module": "src/
|
|
15821
|
+
"name": "FoundationElement",
|
|
15822
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15870
15823
|
}
|
|
15871
15824
|
}
|
|
15872
15825
|
],
|
|
15826
|
+
"mixins": [
|
|
15827
|
+
{
|
|
15828
|
+
"name": "LifecycleMixin",
|
|
15829
|
+
"package": "@genesislcap/foundation-utils"
|
|
15830
|
+
}
|
|
15831
|
+
],
|
|
15873
15832
|
"superclass": {
|
|
15874
|
-
"name": "
|
|
15875
|
-
"
|
|
15876
|
-
}
|
|
15833
|
+
"name": "FoundationElement",
|
|
15834
|
+
"package": "@microsoft/fast-foundation"
|
|
15835
|
+
},
|
|
15836
|
+
"tagName": "grid-pro-column",
|
|
15837
|
+
"customElement": true
|
|
15877
15838
|
}
|
|
15878
15839
|
],
|
|
15879
15840
|
"exports": [
|
|
15880
15841
|
{
|
|
15881
15842
|
"kind": "js",
|
|
15882
|
-
"name": "
|
|
15843
|
+
"name": "GridProColumn",
|
|
15883
15844
|
"declaration": {
|
|
15884
|
-
"name": "
|
|
15885
|
-
"module": "src/
|
|
15845
|
+
"name": "GridProColumn",
|
|
15846
|
+
"module": "src/column/column.ts"
|
|
15847
|
+
}
|
|
15848
|
+
},
|
|
15849
|
+
{
|
|
15850
|
+
"kind": "custom-element-definition",
|
|
15851
|
+
"name": "grid-pro-column",
|
|
15852
|
+
"declaration": {
|
|
15853
|
+
"name": "GridProColumn",
|
|
15854
|
+
"module": "src/column/column.ts"
|
|
15855
|
+
}
|
|
15856
|
+
}
|
|
15857
|
+
]
|
|
15858
|
+
},
|
|
15859
|
+
{
|
|
15860
|
+
"kind": "javascript-module",
|
|
15861
|
+
"path": "src/column/index.ts",
|
|
15862
|
+
"declarations": [],
|
|
15863
|
+
"exports": [
|
|
15864
|
+
{
|
|
15865
|
+
"kind": "js",
|
|
15866
|
+
"name": "*",
|
|
15867
|
+
"declaration": {
|
|
15868
|
+
"name": "*",
|
|
15869
|
+
"package": "./column.template"
|
|
15870
|
+
}
|
|
15871
|
+
},
|
|
15872
|
+
{
|
|
15873
|
+
"kind": "js",
|
|
15874
|
+
"name": "*",
|
|
15875
|
+
"declaration": {
|
|
15876
|
+
"name": "*",
|
|
15877
|
+
"package": "./column"
|
|
15878
|
+
}
|
|
15879
|
+
},
|
|
15880
|
+
{
|
|
15881
|
+
"kind": "js",
|
|
15882
|
+
"name": "*",
|
|
15883
|
+
"declaration": {
|
|
15884
|
+
"name": "*",
|
|
15885
|
+
"package": "./utils"
|
|
15886
15886
|
}
|
|
15887
15887
|
}
|
|
15888
15888
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -205,15 +205,6 @@ 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
|
-
|
|
217
208
|
export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
|
|
218
209
|
React.PropsWithChildren<
|
|
219
210
|
Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
|
|
@@ -269,6 +260,15 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
|
|
|
269
260
|
>;
|
|
270
261
|
export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
|
|
271
262
|
|
|
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'> &
|
package/dist/react.cjs
CHANGED
|
@@ -161,11 +161,6 @@ 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
|
-
|
|
169
164
|
const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
170
165
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
171
166
|
const _innerRef = React.useRef(null);
|
|
@@ -375,6 +370,11 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
|
|
|
375
370
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
376
371
|
});
|
|
377
372
|
|
|
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,
|
|
503
502
|
GridProClientSideDatasource,
|
|
504
503
|
GridProServerSideDatasource,
|
|
504
|
+
GridProColumn,
|
|
505
505
|
GridProGenesisDatasource,
|
|
506
506
|
MulticolumnDropdown,
|
|
507
507
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -159,11 +159,6 @@ 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
|
-
|
|
167
162
|
export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
168
163
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
169
164
|
const _innerRef = React.useRef(null);
|
|
@@ -373,6 +368,11 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
|
|
|
373
368
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
374
369
|
});
|
|
375
370
|
|
|
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.
|
|
4
|
+
"version": "14.481.0",
|
|
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.
|
|
44
|
-
"@genesislcap/genx": "14.
|
|
45
|
-
"@genesislcap/rollup-builder": "14.
|
|
46
|
-
"@genesislcap/ts-builder": "14.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
48
|
-
"@genesislcap/vite-builder": "14.
|
|
49
|
-
"@genesislcap/webpack-builder": "14.
|
|
43
|
+
"@genesislcap/foundation-testing": "14.481.0",
|
|
44
|
+
"@genesislcap/genx": "14.481.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.481.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.481.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.481.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.481.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.481.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-criteria": "14.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.481.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "14.481.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.481.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.481.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.481.0",
|
|
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": "
|
|
94
|
+
"gitHead": "b04758f893b431ad94aa651341b27e85d6d5bdbc"
|
|
95
95
|
}
|