@genesislcap/grid-pro 14.481.2-alpha-829ad82.0 → 14.482.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 +503 -503
- 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
|
@@ -7818,308 +7818,621 @@
|
|
|
7818
7818
|
},
|
|
7819
7819
|
{
|
|
7820
7820
|
"kind": "javascript-module",
|
|
7821
|
-
"path": "src/
|
|
7821
|
+
"path": "src/column/column.template.ts",
|
|
7822
7822
|
"declarations": [
|
|
7823
7823
|
{
|
|
7824
7824
|
"kind": "variable",
|
|
7825
|
-
"name": "
|
|
7826
|
-
"
|
|
7827
|
-
|
|
7828
|
-
},
|
|
7829
|
-
"default": "';'",
|
|
7830
|
-
"description": "The delimiter for the criteria string.",
|
|
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.",
|
|
7831
7828
|
"privacy": "public"
|
|
7832
|
-
}
|
|
7829
|
+
}
|
|
7830
|
+
],
|
|
7831
|
+
"exports": [
|
|
7833
7832
|
{
|
|
7834
|
-
"kind": "
|
|
7835
|
-
"name": "
|
|
7836
|
-
"
|
|
7837
|
-
"
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
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": [
|
|
7843
7846
|
{
|
|
7844
7847
|
"kind": "class",
|
|
7845
|
-
"description": "The
|
|
7846
|
-
"name": "
|
|
7848
|
+
"description": "The Grid Pro Column element.",
|
|
7849
|
+
"name": "GridProColumn",
|
|
7847
7850
|
"members": [
|
|
7848
7851
|
{
|
|
7849
7852
|
"kind": "field",
|
|
7850
|
-
"name": "
|
|
7851
|
-
"type": {
|
|
7852
|
-
"text": "Connect"
|
|
7853
|
-
}
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"kind": "field",
|
|
7857
|
-
"name": "datasource",
|
|
7858
|
-
"type": {
|
|
7859
|
-
"text": "Datasource"
|
|
7860
|
-
}
|
|
7861
|
-
},
|
|
7862
|
-
{
|
|
7863
|
-
"kind": "field",
|
|
7864
|
-
"name": "deferredGridOptions",
|
|
7865
|
-
"type": {
|
|
7866
|
-
"text": "GridOptions"
|
|
7867
|
-
}
|
|
7868
|
-
},
|
|
7869
|
-
{
|
|
7870
|
-
"kind": "field",
|
|
7871
|
-
"name": "deferredColumnStates",
|
|
7853
|
+
"name": "slottedAgCell",
|
|
7872
7854
|
"type": {
|
|
7873
|
-
"text": "
|
|
7874
|
-
}
|
|
7855
|
+
"text": "HTMLElement[]"
|
|
7856
|
+
},
|
|
7857
|
+
"privacy": "public"
|
|
7875
7858
|
},
|
|
7876
7859
|
{
|
|
7877
7860
|
"kind": "field",
|
|
7878
|
-
"name": "
|
|
7861
|
+
"name": "definition",
|
|
7879
7862
|
"type": {
|
|
7880
|
-
"text": "
|
|
7863
|
+
"text": "ColDef"
|
|
7881
7864
|
},
|
|
7882
|
-
"
|
|
7865
|
+
"default": "{}"
|
|
7883
7866
|
},
|
|
7884
7867
|
{
|
|
7885
|
-
"kind": "
|
|
7886
|
-
"name": "
|
|
7887
|
-
"
|
|
7888
|
-
"text": "string"
|
|
7889
|
-
},
|
|
7890
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7868
|
+
"kind": "method",
|
|
7869
|
+
"name": "slottedAgCellChanged",
|
|
7870
|
+
"privacy": "public"
|
|
7891
7871
|
},
|
|
7892
7872
|
{
|
|
7893
|
-
"kind": "
|
|
7894
|
-
"name": "
|
|
7895
|
-
"
|
|
7896
|
-
"
|
|
7873
|
+
"kind": "method",
|
|
7874
|
+
"name": "deepClone",
|
|
7875
|
+
"return": {
|
|
7876
|
+
"type": {
|
|
7877
|
+
"text": "Node"
|
|
7878
|
+
}
|
|
7897
7879
|
},
|
|
7898
|
-
"
|
|
7899
|
-
|
|
7880
|
+
"inheritedFrom": {
|
|
7881
|
+
"name": "LifecycleMixin",
|
|
7882
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7883
|
+
}
|
|
7900
7884
|
},
|
|
7901
7885
|
{
|
|
7902
|
-
"kind": "
|
|
7903
|
-
"name": "
|
|
7904
|
-
"
|
|
7905
|
-
"
|
|
7886
|
+
"kind": "method",
|
|
7887
|
+
"name": "cloneNode",
|
|
7888
|
+
"return": {
|
|
7889
|
+
"type": {
|
|
7890
|
+
"text": "Node"
|
|
7891
|
+
}
|
|
7906
7892
|
},
|
|
7907
|
-
"
|
|
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
|
+
}
|
|
7908
7906
|
},
|
|
7909
7907
|
{
|
|
7910
7908
|
"kind": "field",
|
|
7911
|
-
"name": "
|
|
7912
|
-
"
|
|
7913
|
-
"
|
|
7909
|
+
"name": "shouldRunDisconnect",
|
|
7910
|
+
"return": {
|
|
7911
|
+
"type": {
|
|
7912
|
+
"text": ""
|
|
7913
|
+
}
|
|
7914
7914
|
},
|
|
7915
|
-
"
|
|
7915
|
+
"readonly": true,
|
|
7916
|
+
"inheritedFrom": {
|
|
7917
|
+
"name": "LifecycleMixin",
|
|
7918
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7919
|
+
}
|
|
7916
7920
|
},
|
|
7917
7921
|
{
|
|
7918
7922
|
"kind": "field",
|
|
7919
|
-
"name": "
|
|
7920
|
-
"
|
|
7921
|
-
"
|
|
7923
|
+
"name": "shouldRunConnect",
|
|
7924
|
+
"return": {
|
|
7925
|
+
"type": {
|
|
7926
|
+
"text": ""
|
|
7927
|
+
}
|
|
7922
7928
|
},
|
|
7923
|
-
"
|
|
7929
|
+
"readonly": true,
|
|
7930
|
+
"inheritedFrom": {
|
|
7931
|
+
"name": "LifecycleMixin",
|
|
7932
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7933
|
+
}
|
|
7924
7934
|
},
|
|
7925
7935
|
{
|
|
7926
|
-
"kind": "
|
|
7927
|
-
"name": "
|
|
7928
|
-
"
|
|
7929
|
-
"
|
|
7936
|
+
"kind": "method",
|
|
7937
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7938
|
+
"return": {
|
|
7939
|
+
"type": {
|
|
7940
|
+
"text": "boolean"
|
|
7941
|
+
}
|
|
7930
7942
|
},
|
|
7931
|
-
"
|
|
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
|
+
}
|
|
7932
7955
|
},
|
|
7933
7956
|
{
|
|
7934
7957
|
"kind": "field",
|
|
7935
|
-
"name": "
|
|
7958
|
+
"name": "_presentation",
|
|
7936
7959
|
"type": {
|
|
7937
|
-
"text": "
|
|
7960
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7938
7961
|
},
|
|
7939
|
-
"
|
|
7962
|
+
"privacy": "private",
|
|
7963
|
+
"default": "void 0",
|
|
7964
|
+
"inheritedFrom": {
|
|
7965
|
+
"name": "FoundationElement",
|
|
7966
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7967
|
+
}
|
|
7940
7968
|
},
|
|
7941
7969
|
{
|
|
7942
7970
|
"kind": "field",
|
|
7943
|
-
"name": "
|
|
7971
|
+
"name": "$presentation",
|
|
7944
7972
|
"type": {
|
|
7945
|
-
"text": "
|
|
7973
|
+
"text": "ComponentPresentation | null"
|
|
7946
7974
|
},
|
|
7947
|
-
"
|
|
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
|
+
}
|
|
7948
7981
|
},
|
|
7949
7982
|
{
|
|
7950
7983
|
"kind": "field",
|
|
7951
|
-
"name": "
|
|
7984
|
+
"name": "template",
|
|
7952
7985
|
"type": {
|
|
7953
|
-
"text": "
|
|
7986
|
+
"text": "ElementViewTemplate | void | null"
|
|
7954
7987
|
},
|
|
7955
|
-
"
|
|
7956
|
-
"description": "
|
|
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
|
+
}
|
|
7957
7994
|
},
|
|
7958
7995
|
{
|
|
7959
|
-
"kind": "
|
|
7960
|
-
"name": "
|
|
7961
|
-
"
|
|
7962
|
-
|
|
7996
|
+
"kind": "method",
|
|
7997
|
+
"name": "templateChanged",
|
|
7998
|
+
"privacy": "protected",
|
|
7999
|
+
"return": {
|
|
8000
|
+
"type": {
|
|
8001
|
+
"text": "void"
|
|
8002
|
+
}
|
|
7963
8003
|
},
|
|
7964
|
-
"
|
|
7965
|
-
|
|
8004
|
+
"inheritedFrom": {
|
|
8005
|
+
"name": "FoundationElement",
|
|
8006
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8007
|
+
}
|
|
7966
8008
|
},
|
|
7967
8009
|
{
|
|
7968
8010
|
"kind": "field",
|
|
7969
|
-
"name": "
|
|
8011
|
+
"name": "styles",
|
|
7970
8012
|
"type": {
|
|
7971
|
-
"text": "
|
|
8013
|
+
"text": "ElementStyles | void | null"
|
|
7972
8014
|
},
|
|
7973
|
-
"
|
|
7974
|
-
"description": "
|
|
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
|
+
}
|
|
7975
8021
|
},
|
|
7976
8022
|
{
|
|
7977
|
-
"kind": "
|
|
7978
|
-
"name": "
|
|
7979
|
-
"
|
|
7980
|
-
|
|
8023
|
+
"kind": "method",
|
|
8024
|
+
"name": "stylesChanged",
|
|
8025
|
+
"privacy": "protected",
|
|
8026
|
+
"return": {
|
|
8027
|
+
"type": {
|
|
8028
|
+
"text": "void"
|
|
8029
|
+
}
|
|
7981
8030
|
},
|
|
7982
|
-
"
|
|
8031
|
+
"inheritedFrom": {
|
|
8032
|
+
"name": "FoundationElement",
|
|
8033
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8034
|
+
}
|
|
7983
8035
|
},
|
|
7984
8036
|
{
|
|
7985
|
-
"kind": "
|
|
7986
|
-
"name": "
|
|
7987
|
-
"
|
|
7988
|
-
|
|
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
|
+
}
|
|
7989
8045
|
},
|
|
7990
|
-
"
|
|
7991
|
-
|
|
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
|
+
{
|
|
8133
|
+
"kind": "javascript-module",
|
|
8134
|
+
"path": "src/datasource/base.datasource.ts",
|
|
8135
|
+
"declarations": [
|
|
8136
|
+
{
|
|
8137
|
+
"kind": "variable",
|
|
8138
|
+
"name": "criteriaDelimiter",
|
|
8139
|
+
"type": {
|
|
8140
|
+
"text": "string"
|
|
8141
|
+
},
|
|
8142
|
+
"default": "';'",
|
|
8143
|
+
"description": "The delimiter for the criteria string.",
|
|
8144
|
+
"privacy": "public"
|
|
8145
|
+
},
|
|
8146
|
+
{
|
|
8147
|
+
"kind": "variable",
|
|
8148
|
+
"name": "criteriaJoin",
|
|
8149
|
+
"type": {
|
|
8150
|
+
"text": "string"
|
|
8151
|
+
},
|
|
8152
|
+
"default": "' && '",
|
|
8153
|
+
"description": "The join for the criteria string.",
|
|
8154
|
+
"privacy": "public"
|
|
8155
|
+
},
|
|
8156
|
+
{
|
|
8157
|
+
"kind": "class",
|
|
8158
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
8159
|
+
"name": "GenesisGridDatasourceElement",
|
|
8160
|
+
"members": [
|
|
7992
8161
|
{
|
|
7993
8162
|
"kind": "field",
|
|
7994
|
-
"name": "
|
|
8163
|
+
"name": "connect",
|
|
7995
8164
|
"type": {
|
|
7996
|
-
"text": "
|
|
7997
|
-
}
|
|
7998
|
-
"default": "[]",
|
|
7999
|
-
"description": "Array of event names that will trigger a poll when received as commit responses."
|
|
8165
|
+
"text": "Connect"
|
|
8166
|
+
}
|
|
8000
8167
|
},
|
|
8001
8168
|
{
|
|
8002
8169
|
"kind": "field",
|
|
8003
|
-
"name": "
|
|
8170
|
+
"name": "datasource",
|
|
8004
8171
|
"type": {
|
|
8005
|
-
"text": "
|
|
8006
|
-
}
|
|
8007
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
8172
|
+
"text": "Datasource"
|
|
8173
|
+
}
|
|
8008
8174
|
},
|
|
8009
8175
|
{
|
|
8010
8176
|
"kind": "field",
|
|
8011
|
-
"name": "
|
|
8177
|
+
"name": "deferredGridOptions",
|
|
8012
8178
|
"type": {
|
|
8013
|
-
"text": "
|
|
8014
|
-
}
|
|
8015
|
-
"default": "true",
|
|
8016
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
8179
|
+
"text": "GridOptions"
|
|
8180
|
+
}
|
|
8017
8181
|
},
|
|
8018
8182
|
{
|
|
8019
8183
|
"kind": "field",
|
|
8020
|
-
"name": "
|
|
8021
|
-
"
|
|
8184
|
+
"name": "deferredColumnStates",
|
|
8185
|
+
"type": {
|
|
8186
|
+
"text": "ColumnState[]"
|
|
8187
|
+
}
|
|
8022
8188
|
},
|
|
8023
8189
|
{
|
|
8024
8190
|
"kind": "field",
|
|
8025
|
-
"name": "
|
|
8191
|
+
"name": "rowDataMapper",
|
|
8026
8192
|
"type": {
|
|
8027
|
-
"text": "
|
|
8193
|
+
"text": "Function"
|
|
8028
8194
|
},
|
|
8029
|
-
"
|
|
8030
|
-
"description": "Attribute to set whether the datasource should restart when it reconnects."
|
|
8195
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
8031
8196
|
},
|
|
8032
8197
|
{
|
|
8033
8198
|
"kind": "field",
|
|
8034
|
-
"name": "
|
|
8199
|
+
"name": "criteria",
|
|
8035
8200
|
"type": {
|
|
8036
8201
|
"text": "string"
|
|
8037
8202
|
},
|
|
8038
|
-
"
|
|
8039
|
-
"readonly": true
|
|
8203
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
8040
8204
|
},
|
|
8041
8205
|
{
|
|
8042
8206
|
"kind": "field",
|
|
8043
|
-
"name": "
|
|
8207
|
+
"name": "isSnapshot",
|
|
8044
8208
|
"type": {
|
|
8045
|
-
"text": "
|
|
8209
|
+
"text": "boolean"
|
|
8046
8210
|
},
|
|
8047
|
-
"
|
|
8048
|
-
"
|
|
8211
|
+
"default": "false",
|
|
8212
|
+
"description": "Request a snapshot from the server."
|
|
8049
8213
|
},
|
|
8050
8214
|
{
|
|
8051
8215
|
"kind": "field",
|
|
8052
|
-
"name": "
|
|
8216
|
+
"name": "maxRows",
|
|
8053
8217
|
"type": {
|
|
8054
|
-
"text": "
|
|
8218
|
+
"text": "number"
|
|
8055
8219
|
},
|
|
8056
|
-
"
|
|
8057
|
-
"default": "new BehaviorSubject(new Map())"
|
|
8058
|
-
},
|
|
8059
|
-
{
|
|
8060
|
-
"kind": "method",
|
|
8061
|
-
"name": "datasourceOptions",
|
|
8062
|
-
"privacy": "protected",
|
|
8063
|
-
"return": {
|
|
8064
|
-
"type": {
|
|
8065
|
-
"text": "DatasourceOptions"
|
|
8066
|
-
}
|
|
8067
|
-
}
|
|
8220
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
8068
8221
|
},
|
|
8069
8222
|
{
|
|
8070
|
-
"kind": "
|
|
8071
|
-
"name": "
|
|
8072
|
-
"
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
}
|
|
8077
|
-
}
|
|
8223
|
+
"kind": "field",
|
|
8224
|
+
"name": "orderBy",
|
|
8225
|
+
"type": {
|
|
8226
|
+
"text": "string"
|
|
8227
|
+
},
|
|
8228
|
+
"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."
|
|
8078
8229
|
},
|
|
8079
8230
|
{
|
|
8080
|
-
"kind": "
|
|
8081
|
-
"name": "
|
|
8082
|
-
"
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8086
|
-
"type": {
|
|
8087
|
-
"text": "string"
|
|
8088
|
-
}
|
|
8089
|
-
},
|
|
8090
|
-
{
|
|
8091
|
-
"name": "newFilter",
|
|
8092
|
-
"type": {
|
|
8093
|
-
"text": "string"
|
|
8094
|
-
}
|
|
8095
|
-
}
|
|
8096
|
-
]
|
|
8231
|
+
"kind": "field",
|
|
8232
|
+
"name": "resourceName",
|
|
8233
|
+
"type": {
|
|
8234
|
+
"text": "string"
|
|
8235
|
+
},
|
|
8236
|
+
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
8097
8237
|
},
|
|
8098
8238
|
{
|
|
8099
|
-
"kind": "
|
|
8100
|
-
"name": "
|
|
8101
|
-
"
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
"type": {
|
|
8106
|
-
"text": "string"
|
|
8107
|
-
}
|
|
8108
|
-
}
|
|
8109
|
-
]
|
|
8239
|
+
"kind": "field",
|
|
8240
|
+
"name": "viewNumber",
|
|
8241
|
+
"type": {
|
|
8242
|
+
"text": "number"
|
|
8243
|
+
},
|
|
8244
|
+
"description": "The desired view/page you want data from."
|
|
8110
8245
|
},
|
|
8111
8246
|
{
|
|
8112
8247
|
"kind": "field",
|
|
8113
|
-
"name": "
|
|
8248
|
+
"name": "fields",
|
|
8114
8249
|
"type": {
|
|
8115
|
-
"text": "
|
|
8250
|
+
"text": "string"
|
|
8116
8251
|
},
|
|
8117
|
-
"
|
|
8252
|
+
"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."
|
|
8118
8253
|
},
|
|
8119
8254
|
{
|
|
8120
|
-
"kind": "
|
|
8121
|
-
"name": "
|
|
8122
|
-
"
|
|
8255
|
+
"kind": "field",
|
|
8256
|
+
"name": "maxView",
|
|
8257
|
+
"type": {
|
|
8258
|
+
"text": "number"
|
|
8259
|
+
},
|
|
8260
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
8261
|
+
},
|
|
8262
|
+
{
|
|
8263
|
+
"kind": "field",
|
|
8264
|
+
"name": "movingView",
|
|
8265
|
+
"type": {
|
|
8266
|
+
"text": "boolean"
|
|
8267
|
+
},
|
|
8268
|
+
"default": "false",
|
|
8269
|
+
"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."
|
|
8270
|
+
},
|
|
8271
|
+
{
|
|
8272
|
+
"kind": "field",
|
|
8273
|
+
"name": "reverse",
|
|
8274
|
+
"type": {
|
|
8275
|
+
"text": "boolean"
|
|
8276
|
+
},
|
|
8277
|
+
"default": "false",
|
|
8278
|
+
"description": "Option that changes the Data Server index iteration."
|
|
8279
|
+
},
|
|
8280
|
+
{
|
|
8281
|
+
"kind": "field",
|
|
8282
|
+
"name": "disablePolling",
|
|
8283
|
+
"type": {
|
|
8284
|
+
"text": "boolean"
|
|
8285
|
+
},
|
|
8286
|
+
"default": "false",
|
|
8287
|
+
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
"kind": "field",
|
|
8291
|
+
"name": "offset",
|
|
8292
|
+
"type": {
|
|
8293
|
+
"text": "number"
|
|
8294
|
+
},
|
|
8295
|
+
"description": "The offset for pagination in REQUEST_SERVER scenarios."
|
|
8296
|
+
},
|
|
8297
|
+
{
|
|
8298
|
+
"kind": "field",
|
|
8299
|
+
"name": "pollingInterval",
|
|
8300
|
+
"type": {
|
|
8301
|
+
"text": "number"
|
|
8302
|
+
},
|
|
8303
|
+
"description": "Custom polling frequency (in milliseconds) for a Request Server resource."
|
|
8304
|
+
},
|
|
8305
|
+
{
|
|
8306
|
+
"kind": "field",
|
|
8307
|
+
"name": "pollTriggerEvents",
|
|
8308
|
+
"type": {
|
|
8309
|
+
"text": "string[]"
|
|
8310
|
+
},
|
|
8311
|
+
"default": "[]",
|
|
8312
|
+
"description": "Array of event names that will trigger a poll when received as commit responses."
|
|
8313
|
+
},
|
|
8314
|
+
{
|
|
8315
|
+
"kind": "field",
|
|
8316
|
+
"name": "request",
|
|
8317
|
+
"type": {
|
|
8318
|
+
"text": "any"
|
|
8319
|
+
},
|
|
8320
|
+
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
8321
|
+
},
|
|
8322
|
+
{
|
|
8323
|
+
"kind": "field",
|
|
8324
|
+
"name": "requestAutoSetup",
|
|
8325
|
+
"type": {
|
|
8326
|
+
"text": "boolean"
|
|
8327
|
+
},
|
|
8328
|
+
"default": "true",
|
|
8329
|
+
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
8330
|
+
},
|
|
8331
|
+
{
|
|
8332
|
+
"kind": "field",
|
|
8333
|
+
"name": "rowIdAttr",
|
|
8334
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
8335
|
+
},
|
|
8336
|
+
{
|
|
8337
|
+
"kind": "field",
|
|
8338
|
+
"name": "restartOnReconnection",
|
|
8339
|
+
"type": {
|
|
8340
|
+
"text": "boolean"
|
|
8341
|
+
},
|
|
8342
|
+
"default": "true",
|
|
8343
|
+
"description": "Attribute to set whether the datasource should restart when it reconnects."
|
|
8344
|
+
},
|
|
8345
|
+
{
|
|
8346
|
+
"kind": "field",
|
|
8347
|
+
"name": "defaultRowIdByResourceType",
|
|
8348
|
+
"type": {
|
|
8349
|
+
"text": "string"
|
|
8350
|
+
},
|
|
8351
|
+
"privacy": "protected",
|
|
8352
|
+
"readonly": true
|
|
8353
|
+
},
|
|
8354
|
+
{
|
|
8355
|
+
"kind": "field",
|
|
8356
|
+
"name": "criteriaFromFilters",
|
|
8357
|
+
"type": {
|
|
8358
|
+
"text": "Map<string, string>"
|
|
8359
|
+
},
|
|
8360
|
+
"privacy": "protected",
|
|
8361
|
+
"default": "new Map()"
|
|
8362
|
+
},
|
|
8363
|
+
{
|
|
8364
|
+
"kind": "field",
|
|
8365
|
+
"name": "update",
|
|
8366
|
+
"type": {
|
|
8367
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
8368
|
+
},
|
|
8369
|
+
"privacy": "protected",
|
|
8370
|
+
"default": "new BehaviorSubject(new Map())"
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"kind": "method",
|
|
8374
|
+
"name": "datasourceOptions",
|
|
8375
|
+
"privacy": "protected",
|
|
8376
|
+
"return": {
|
|
8377
|
+
"type": {
|
|
8378
|
+
"text": "DatasourceOptions"
|
|
8379
|
+
}
|
|
8380
|
+
}
|
|
8381
|
+
},
|
|
8382
|
+
{
|
|
8383
|
+
"kind": "method",
|
|
8384
|
+
"name": "buildCriteria",
|
|
8385
|
+
"privacy": "private",
|
|
8386
|
+
"return": {
|
|
8387
|
+
"type": {
|
|
8388
|
+
"text": "string"
|
|
8389
|
+
}
|
|
8390
|
+
}
|
|
8391
|
+
},
|
|
8392
|
+
{
|
|
8393
|
+
"kind": "method",
|
|
8394
|
+
"name": "setFilter",
|
|
8395
|
+
"privacy": "public",
|
|
8396
|
+
"parameters": [
|
|
8397
|
+
{
|
|
8398
|
+
"name": "fieldName",
|
|
8399
|
+
"type": {
|
|
8400
|
+
"text": "string"
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"name": "newFilter",
|
|
8405
|
+
"type": {
|
|
8406
|
+
"text": "string"
|
|
8407
|
+
}
|
|
8408
|
+
}
|
|
8409
|
+
]
|
|
8410
|
+
},
|
|
8411
|
+
{
|
|
8412
|
+
"kind": "method",
|
|
8413
|
+
"name": "removeFilter",
|
|
8414
|
+
"privacy": "public",
|
|
8415
|
+
"parameters": [
|
|
8416
|
+
{
|
|
8417
|
+
"name": "fieldName",
|
|
8418
|
+
"type": {
|
|
8419
|
+
"text": "string"
|
|
8420
|
+
}
|
|
8421
|
+
}
|
|
8422
|
+
]
|
|
8423
|
+
},
|
|
8424
|
+
{
|
|
8425
|
+
"kind": "field",
|
|
8426
|
+
"name": "isRequestServer",
|
|
8427
|
+
"type": {
|
|
8428
|
+
"text": "boolean"
|
|
8429
|
+
},
|
|
8430
|
+
"readonly": true
|
|
8431
|
+
},
|
|
8432
|
+
{
|
|
8433
|
+
"kind": "method",
|
|
8434
|
+
"name": "datasourceStatusChanged",
|
|
8435
|
+
"parameters": [
|
|
8123
8436
|
{
|
|
8124
8437
|
"name": "prev",
|
|
8125
8438
|
"type": {
|
|
@@ -15846,319 +16159,6 @@
|
|
|
15846
16159
|
}
|
|
15847
16160
|
]
|
|
15848
16161
|
},
|
|
15849
|
-
{
|
|
15850
|
-
"kind": "javascript-module",
|
|
15851
|
-
"path": "src/column/column.template.ts",
|
|
15852
|
-
"declarations": [
|
|
15853
|
-
{
|
|
15854
|
-
"kind": "variable",
|
|
15855
|
-
"name": "ColumnTemplate",
|
|
15856
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15857
|
-
"description": "The Grid Pro Column Template.",
|
|
15858
|
-
"privacy": "public"
|
|
15859
|
-
}
|
|
15860
|
-
],
|
|
15861
|
-
"exports": [
|
|
15862
|
-
{
|
|
15863
|
-
"kind": "js",
|
|
15864
|
-
"name": "ColumnTemplate",
|
|
15865
|
-
"declaration": {
|
|
15866
|
-
"name": "ColumnTemplate",
|
|
15867
|
-
"module": "src/column/column.template.ts"
|
|
15868
|
-
}
|
|
15869
|
-
}
|
|
15870
|
-
]
|
|
15871
|
-
},
|
|
15872
|
-
{
|
|
15873
|
-
"kind": "javascript-module",
|
|
15874
|
-
"path": "src/column/column.ts",
|
|
15875
|
-
"declarations": [
|
|
15876
|
-
{
|
|
15877
|
-
"kind": "class",
|
|
15878
|
-
"description": "The Grid Pro Column element.",
|
|
15879
|
-
"name": "GridProColumn",
|
|
15880
|
-
"members": [
|
|
15881
|
-
{
|
|
15882
|
-
"kind": "field",
|
|
15883
|
-
"name": "slottedAgCell",
|
|
15884
|
-
"type": {
|
|
15885
|
-
"text": "HTMLElement[]"
|
|
15886
|
-
},
|
|
15887
|
-
"privacy": "public"
|
|
15888
|
-
},
|
|
15889
|
-
{
|
|
15890
|
-
"kind": "field",
|
|
15891
|
-
"name": "definition",
|
|
15892
|
-
"type": {
|
|
15893
|
-
"text": "ColDef"
|
|
15894
|
-
},
|
|
15895
|
-
"default": "{}"
|
|
15896
|
-
},
|
|
15897
|
-
{
|
|
15898
|
-
"kind": "method",
|
|
15899
|
-
"name": "slottedAgCellChanged",
|
|
15900
|
-
"privacy": "public"
|
|
15901
|
-
},
|
|
15902
|
-
{
|
|
15903
|
-
"kind": "method",
|
|
15904
|
-
"name": "deepClone",
|
|
15905
|
-
"return": {
|
|
15906
|
-
"type": {
|
|
15907
|
-
"text": "Node"
|
|
15908
|
-
}
|
|
15909
|
-
},
|
|
15910
|
-
"inheritedFrom": {
|
|
15911
|
-
"name": "LifecycleMixin",
|
|
15912
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15913
|
-
}
|
|
15914
|
-
},
|
|
15915
|
-
{
|
|
15916
|
-
"kind": "method",
|
|
15917
|
-
"name": "cloneNode",
|
|
15918
|
-
"return": {
|
|
15919
|
-
"type": {
|
|
15920
|
-
"text": "Node"
|
|
15921
|
-
}
|
|
15922
|
-
},
|
|
15923
|
-
"parameters": [
|
|
15924
|
-
{
|
|
15925
|
-
"name": "deep",
|
|
15926
|
-
"optional": true,
|
|
15927
|
-
"type": {
|
|
15928
|
-
"text": "boolean"
|
|
15929
|
-
}
|
|
15930
|
-
}
|
|
15931
|
-
],
|
|
15932
|
-
"inheritedFrom": {
|
|
15933
|
-
"name": "LifecycleMixin",
|
|
15934
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15935
|
-
}
|
|
15936
|
-
},
|
|
15937
|
-
{
|
|
15938
|
-
"kind": "field",
|
|
15939
|
-
"name": "shouldRunDisconnect",
|
|
15940
|
-
"return": {
|
|
15941
|
-
"type": {
|
|
15942
|
-
"text": ""
|
|
15943
|
-
}
|
|
15944
|
-
},
|
|
15945
|
-
"readonly": true,
|
|
15946
|
-
"inheritedFrom": {
|
|
15947
|
-
"name": "LifecycleMixin",
|
|
15948
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15949
|
-
}
|
|
15950
|
-
},
|
|
15951
|
-
{
|
|
15952
|
-
"kind": "field",
|
|
15953
|
-
"name": "shouldRunConnect",
|
|
15954
|
-
"return": {
|
|
15955
|
-
"type": {
|
|
15956
|
-
"text": ""
|
|
15957
|
-
}
|
|
15958
|
-
},
|
|
15959
|
-
"readonly": true,
|
|
15960
|
-
"inheritedFrom": {
|
|
15961
|
-
"name": "LifecycleMixin",
|
|
15962
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15963
|
-
}
|
|
15964
|
-
},
|
|
15965
|
-
{
|
|
15966
|
-
"kind": "method",
|
|
15967
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
15968
|
-
"return": {
|
|
15969
|
-
"type": {
|
|
15970
|
-
"text": "boolean"
|
|
15971
|
-
}
|
|
15972
|
-
},
|
|
15973
|
-
"parameters": [
|
|
15974
|
-
{
|
|
15975
|
-
"name": "lifecycleType",
|
|
15976
|
-
"type": {
|
|
15977
|
-
"text": "Lifecycletype"
|
|
15978
|
-
}
|
|
15979
|
-
}
|
|
15980
|
-
],
|
|
15981
|
-
"inheritedFrom": {
|
|
15982
|
-
"name": "LifecycleMixin",
|
|
15983
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15984
|
-
}
|
|
15985
|
-
},
|
|
15986
|
-
{
|
|
15987
|
-
"kind": "field",
|
|
15988
|
-
"name": "_presentation",
|
|
15989
|
-
"type": {
|
|
15990
|
-
"text": "ComponentPresentation | null | undefined"
|
|
15991
|
-
},
|
|
15992
|
-
"privacy": "private",
|
|
15993
|
-
"default": "void 0",
|
|
15994
|
-
"inheritedFrom": {
|
|
15995
|
-
"name": "FoundationElement",
|
|
15996
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15997
|
-
}
|
|
15998
|
-
},
|
|
15999
|
-
{
|
|
16000
|
-
"kind": "field",
|
|
16001
|
-
"name": "$presentation",
|
|
16002
|
-
"type": {
|
|
16003
|
-
"text": "ComponentPresentation | null"
|
|
16004
|
-
},
|
|
16005
|
-
"privacy": "public",
|
|
16006
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16007
|
-
"inheritedFrom": {
|
|
16008
|
-
"name": "FoundationElement",
|
|
16009
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16010
|
-
}
|
|
16011
|
-
},
|
|
16012
|
-
{
|
|
16013
|
-
"kind": "field",
|
|
16014
|
-
"name": "template",
|
|
16015
|
-
"type": {
|
|
16016
|
-
"text": "ElementViewTemplate | void | null"
|
|
16017
|
-
},
|
|
16018
|
-
"privacy": "public",
|
|
16019
|
-
"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.",
|
|
16020
|
-
"inheritedFrom": {
|
|
16021
|
-
"name": "FoundationElement",
|
|
16022
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16023
|
-
}
|
|
16024
|
-
},
|
|
16025
|
-
{
|
|
16026
|
-
"kind": "method",
|
|
16027
|
-
"name": "templateChanged",
|
|
16028
|
-
"privacy": "protected",
|
|
16029
|
-
"return": {
|
|
16030
|
-
"type": {
|
|
16031
|
-
"text": "void"
|
|
16032
|
-
}
|
|
16033
|
-
},
|
|
16034
|
-
"inheritedFrom": {
|
|
16035
|
-
"name": "FoundationElement",
|
|
16036
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16037
|
-
}
|
|
16038
|
-
},
|
|
16039
|
-
{
|
|
16040
|
-
"kind": "field",
|
|
16041
|
-
"name": "styles",
|
|
16042
|
-
"type": {
|
|
16043
|
-
"text": "ElementStyles | void | null"
|
|
16044
|
-
},
|
|
16045
|
-
"privacy": "public",
|
|
16046
|
-
"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.",
|
|
16047
|
-
"inheritedFrom": {
|
|
16048
|
-
"name": "FoundationElement",
|
|
16049
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16050
|
-
}
|
|
16051
|
-
},
|
|
16052
|
-
{
|
|
16053
|
-
"kind": "method",
|
|
16054
|
-
"name": "stylesChanged",
|
|
16055
|
-
"privacy": "protected",
|
|
16056
|
-
"return": {
|
|
16057
|
-
"type": {
|
|
16058
|
-
"text": "void"
|
|
16059
|
-
}
|
|
16060
|
-
},
|
|
16061
|
-
"inheritedFrom": {
|
|
16062
|
-
"name": "FoundationElement",
|
|
16063
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16064
|
-
}
|
|
16065
|
-
},
|
|
16066
|
-
{
|
|
16067
|
-
"kind": "method",
|
|
16068
|
-
"name": "compose",
|
|
16069
|
-
"privacy": "public",
|
|
16070
|
-
"static": true,
|
|
16071
|
-
"return": {
|
|
16072
|
-
"type": {
|
|
16073
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16074
|
-
}
|
|
16075
|
-
},
|
|
16076
|
-
"parameters": [
|
|
16077
|
-
{
|
|
16078
|
-
"name": "this",
|
|
16079
|
-
"type": {
|
|
16080
|
-
"text": "K"
|
|
16081
|
-
}
|
|
16082
|
-
},
|
|
16083
|
-
{
|
|
16084
|
-
"name": "elementDefinition",
|
|
16085
|
-
"type": {
|
|
16086
|
-
"text": "T"
|
|
16087
|
-
},
|
|
16088
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16089
|
-
}
|
|
16090
|
-
],
|
|
16091
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16092
|
-
"inheritedFrom": {
|
|
16093
|
-
"name": "FoundationElement",
|
|
16094
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16095
|
-
}
|
|
16096
|
-
}
|
|
16097
|
-
],
|
|
16098
|
-
"mixins": [
|
|
16099
|
-
{
|
|
16100
|
-
"name": "LifecycleMixin",
|
|
16101
|
-
"package": "@genesislcap/foundation-utils"
|
|
16102
|
-
}
|
|
16103
|
-
],
|
|
16104
|
-
"superclass": {
|
|
16105
|
-
"name": "FoundationElement",
|
|
16106
|
-
"package": "@microsoft/fast-foundation"
|
|
16107
|
-
},
|
|
16108
|
-
"tagName": "grid-pro-column",
|
|
16109
|
-
"customElement": true
|
|
16110
|
-
}
|
|
16111
|
-
],
|
|
16112
|
-
"exports": [
|
|
16113
|
-
{
|
|
16114
|
-
"kind": "js",
|
|
16115
|
-
"name": "GridProColumn",
|
|
16116
|
-
"declaration": {
|
|
16117
|
-
"name": "GridProColumn",
|
|
16118
|
-
"module": "src/column/column.ts"
|
|
16119
|
-
}
|
|
16120
|
-
},
|
|
16121
|
-
{
|
|
16122
|
-
"kind": "custom-element-definition",
|
|
16123
|
-
"name": "grid-pro-column",
|
|
16124
|
-
"declaration": {
|
|
16125
|
-
"name": "GridProColumn",
|
|
16126
|
-
"module": "src/column/column.ts"
|
|
16127
|
-
}
|
|
16128
|
-
}
|
|
16129
|
-
]
|
|
16130
|
-
},
|
|
16131
|
-
{
|
|
16132
|
-
"kind": "javascript-module",
|
|
16133
|
-
"path": "src/column/index.ts",
|
|
16134
|
-
"declarations": [],
|
|
16135
|
-
"exports": [
|
|
16136
|
-
{
|
|
16137
|
-
"kind": "js",
|
|
16138
|
-
"name": "*",
|
|
16139
|
-
"declaration": {
|
|
16140
|
-
"name": "*",
|
|
16141
|
-
"package": "./column.template"
|
|
16142
|
-
}
|
|
16143
|
-
},
|
|
16144
|
-
{
|
|
16145
|
-
"kind": "js",
|
|
16146
|
-
"name": "*",
|
|
16147
|
-
"declaration": {
|
|
16148
|
-
"name": "*",
|
|
16149
|
-
"package": "./column"
|
|
16150
|
-
}
|
|
16151
|
-
},
|
|
16152
|
-
{
|
|
16153
|
-
"kind": "js",
|
|
16154
|
-
"name": "*",
|
|
16155
|
-
"declaration": {
|
|
16156
|
-
"name": "*",
|
|
16157
|
-
"package": "./utils"
|
|
16158
|
-
}
|
|
16159
|
-
}
|
|
16160
|
-
]
|
|
16161
|
-
},
|
|
16162
16162
|
{
|
|
16163
16163
|
"kind": "javascript-module",
|
|
16164
16164
|
"path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -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'> &
|
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.
|
|
4
|
+
"version": "14.482.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.482.0",
|
|
44
|
+
"@genesislcap/genx": "14.482.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.482.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.482.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.482.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.482.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.482.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.482.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "14.482.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.482.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.482.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.482.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": "176fdab04821da415454fcdbc124f7fabac07aa7"
|
|
95
95
|
}
|