@genesislcap/grid-pro 15.10.5 → 15.10.6
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 +405 -405
- 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
|
@@ -7749,6 +7749,319 @@
|
|
|
7749
7749
|
}
|
|
7750
7750
|
]
|
|
7751
7751
|
},
|
|
7752
|
+
{
|
|
7753
|
+
"kind": "javascript-module",
|
|
7754
|
+
"path": "src/column/column.template.ts",
|
|
7755
|
+
"declarations": [
|
|
7756
|
+
{
|
|
7757
|
+
"kind": "variable",
|
|
7758
|
+
"name": "ColumnTemplate",
|
|
7759
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7760
|
+
"description": "The Grid Pro Column Template.",
|
|
7761
|
+
"privacy": "public"
|
|
7762
|
+
}
|
|
7763
|
+
],
|
|
7764
|
+
"exports": [
|
|
7765
|
+
{
|
|
7766
|
+
"kind": "js",
|
|
7767
|
+
"name": "ColumnTemplate",
|
|
7768
|
+
"declaration": {
|
|
7769
|
+
"name": "ColumnTemplate",
|
|
7770
|
+
"module": "src/column/column.template.ts"
|
|
7771
|
+
}
|
|
7772
|
+
}
|
|
7773
|
+
]
|
|
7774
|
+
},
|
|
7775
|
+
{
|
|
7776
|
+
"kind": "javascript-module",
|
|
7777
|
+
"path": "src/column/column.ts",
|
|
7778
|
+
"declarations": [
|
|
7779
|
+
{
|
|
7780
|
+
"kind": "class",
|
|
7781
|
+
"description": "The Grid Pro Column element.",
|
|
7782
|
+
"name": "GridProColumn",
|
|
7783
|
+
"members": [
|
|
7784
|
+
{
|
|
7785
|
+
"kind": "field",
|
|
7786
|
+
"name": "slottedAgCell",
|
|
7787
|
+
"type": {
|
|
7788
|
+
"text": "HTMLElement[]"
|
|
7789
|
+
},
|
|
7790
|
+
"privacy": "public"
|
|
7791
|
+
},
|
|
7792
|
+
{
|
|
7793
|
+
"kind": "field",
|
|
7794
|
+
"name": "definition",
|
|
7795
|
+
"type": {
|
|
7796
|
+
"text": "ColDef"
|
|
7797
|
+
},
|
|
7798
|
+
"default": "{}"
|
|
7799
|
+
},
|
|
7800
|
+
{
|
|
7801
|
+
"kind": "method",
|
|
7802
|
+
"name": "slottedAgCellChanged",
|
|
7803
|
+
"privacy": "public"
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "method",
|
|
7807
|
+
"name": "deepClone",
|
|
7808
|
+
"return": {
|
|
7809
|
+
"type": {
|
|
7810
|
+
"text": "Node"
|
|
7811
|
+
}
|
|
7812
|
+
},
|
|
7813
|
+
"inheritedFrom": {
|
|
7814
|
+
"name": "LifecycleMixin",
|
|
7815
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7816
|
+
}
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "method",
|
|
7820
|
+
"name": "cloneNode",
|
|
7821
|
+
"return": {
|
|
7822
|
+
"type": {
|
|
7823
|
+
"text": "Node"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
"parameters": [
|
|
7827
|
+
{
|
|
7828
|
+
"name": "deep",
|
|
7829
|
+
"optional": true,
|
|
7830
|
+
"type": {
|
|
7831
|
+
"text": "boolean"
|
|
7832
|
+
}
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7835
|
+
"inheritedFrom": {
|
|
7836
|
+
"name": "LifecycleMixin",
|
|
7837
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7838
|
+
}
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
"kind": "field",
|
|
7842
|
+
"name": "shouldRunDisconnect",
|
|
7843
|
+
"return": {
|
|
7844
|
+
"type": {
|
|
7845
|
+
"text": ""
|
|
7846
|
+
}
|
|
7847
|
+
},
|
|
7848
|
+
"readonly": true,
|
|
7849
|
+
"inheritedFrom": {
|
|
7850
|
+
"name": "LifecycleMixin",
|
|
7851
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7852
|
+
}
|
|
7853
|
+
},
|
|
7854
|
+
{
|
|
7855
|
+
"kind": "field",
|
|
7856
|
+
"name": "shouldRunConnect",
|
|
7857
|
+
"return": {
|
|
7858
|
+
"type": {
|
|
7859
|
+
"text": ""
|
|
7860
|
+
}
|
|
7861
|
+
},
|
|
7862
|
+
"readonly": true,
|
|
7863
|
+
"inheritedFrom": {
|
|
7864
|
+
"name": "LifecycleMixin",
|
|
7865
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7866
|
+
}
|
|
7867
|
+
},
|
|
7868
|
+
{
|
|
7869
|
+
"kind": "method",
|
|
7870
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7871
|
+
"return": {
|
|
7872
|
+
"type": {
|
|
7873
|
+
"text": "boolean"
|
|
7874
|
+
}
|
|
7875
|
+
},
|
|
7876
|
+
"parameters": [
|
|
7877
|
+
{
|
|
7878
|
+
"name": "lifecycleType",
|
|
7879
|
+
"type": {
|
|
7880
|
+
"text": "Lifecycletype"
|
|
7881
|
+
}
|
|
7882
|
+
}
|
|
7883
|
+
],
|
|
7884
|
+
"inheritedFrom": {
|
|
7885
|
+
"name": "LifecycleMixin",
|
|
7886
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7887
|
+
}
|
|
7888
|
+
},
|
|
7889
|
+
{
|
|
7890
|
+
"kind": "field",
|
|
7891
|
+
"name": "_presentation",
|
|
7892
|
+
"type": {
|
|
7893
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7894
|
+
},
|
|
7895
|
+
"privacy": "private",
|
|
7896
|
+
"default": "void 0",
|
|
7897
|
+
"inheritedFrom": {
|
|
7898
|
+
"name": "FoundationElement",
|
|
7899
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"kind": "field",
|
|
7904
|
+
"name": "$presentation",
|
|
7905
|
+
"type": {
|
|
7906
|
+
"text": "ComponentPresentation | null"
|
|
7907
|
+
},
|
|
7908
|
+
"privacy": "public",
|
|
7909
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7910
|
+
"inheritedFrom": {
|
|
7911
|
+
"name": "FoundationElement",
|
|
7912
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7913
|
+
}
|
|
7914
|
+
},
|
|
7915
|
+
{
|
|
7916
|
+
"kind": "field",
|
|
7917
|
+
"name": "template",
|
|
7918
|
+
"type": {
|
|
7919
|
+
"text": "ElementViewTemplate | void | null"
|
|
7920
|
+
},
|
|
7921
|
+
"privacy": "public",
|
|
7922
|
+
"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.",
|
|
7923
|
+
"inheritedFrom": {
|
|
7924
|
+
"name": "FoundationElement",
|
|
7925
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7926
|
+
}
|
|
7927
|
+
},
|
|
7928
|
+
{
|
|
7929
|
+
"kind": "method",
|
|
7930
|
+
"name": "templateChanged",
|
|
7931
|
+
"privacy": "protected",
|
|
7932
|
+
"return": {
|
|
7933
|
+
"type": {
|
|
7934
|
+
"text": "void"
|
|
7935
|
+
}
|
|
7936
|
+
},
|
|
7937
|
+
"inheritedFrom": {
|
|
7938
|
+
"name": "FoundationElement",
|
|
7939
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7940
|
+
}
|
|
7941
|
+
},
|
|
7942
|
+
{
|
|
7943
|
+
"kind": "field",
|
|
7944
|
+
"name": "styles",
|
|
7945
|
+
"type": {
|
|
7946
|
+
"text": "ElementStyles | void | null"
|
|
7947
|
+
},
|
|
7948
|
+
"privacy": "public",
|
|
7949
|
+
"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.",
|
|
7950
|
+
"inheritedFrom": {
|
|
7951
|
+
"name": "FoundationElement",
|
|
7952
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7953
|
+
}
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"kind": "method",
|
|
7957
|
+
"name": "stylesChanged",
|
|
7958
|
+
"privacy": "protected",
|
|
7959
|
+
"return": {
|
|
7960
|
+
"type": {
|
|
7961
|
+
"text": "void"
|
|
7962
|
+
}
|
|
7963
|
+
},
|
|
7964
|
+
"inheritedFrom": {
|
|
7965
|
+
"name": "FoundationElement",
|
|
7966
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7967
|
+
}
|
|
7968
|
+
},
|
|
7969
|
+
{
|
|
7970
|
+
"kind": "method",
|
|
7971
|
+
"name": "compose",
|
|
7972
|
+
"privacy": "public",
|
|
7973
|
+
"static": true,
|
|
7974
|
+
"return": {
|
|
7975
|
+
"type": {
|
|
7976
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7977
|
+
}
|
|
7978
|
+
},
|
|
7979
|
+
"parameters": [
|
|
7980
|
+
{
|
|
7981
|
+
"name": "this",
|
|
7982
|
+
"type": {
|
|
7983
|
+
"text": "K"
|
|
7984
|
+
}
|
|
7985
|
+
},
|
|
7986
|
+
{
|
|
7987
|
+
"name": "elementDefinition",
|
|
7988
|
+
"type": {
|
|
7989
|
+
"text": "T"
|
|
7990
|
+
},
|
|
7991
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7992
|
+
}
|
|
7993
|
+
],
|
|
7994
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7995
|
+
"inheritedFrom": {
|
|
7996
|
+
"name": "FoundationElement",
|
|
7997
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7998
|
+
}
|
|
7999
|
+
}
|
|
8000
|
+
],
|
|
8001
|
+
"mixins": [
|
|
8002
|
+
{
|
|
8003
|
+
"name": "LifecycleMixin",
|
|
8004
|
+
"package": "@genesislcap/foundation-utils"
|
|
8005
|
+
}
|
|
8006
|
+
],
|
|
8007
|
+
"superclass": {
|
|
8008
|
+
"name": "FoundationElement",
|
|
8009
|
+
"package": "@microsoft/fast-foundation"
|
|
8010
|
+
},
|
|
8011
|
+
"tagName": "grid-pro-column",
|
|
8012
|
+
"customElement": true
|
|
8013
|
+
}
|
|
8014
|
+
],
|
|
8015
|
+
"exports": [
|
|
8016
|
+
{
|
|
8017
|
+
"kind": "js",
|
|
8018
|
+
"name": "GridProColumn",
|
|
8019
|
+
"declaration": {
|
|
8020
|
+
"name": "GridProColumn",
|
|
8021
|
+
"module": "src/column/column.ts"
|
|
8022
|
+
}
|
|
8023
|
+
},
|
|
8024
|
+
{
|
|
8025
|
+
"kind": "custom-element-definition",
|
|
8026
|
+
"name": "grid-pro-column",
|
|
8027
|
+
"declaration": {
|
|
8028
|
+
"name": "GridProColumn",
|
|
8029
|
+
"module": "src/column/column.ts"
|
|
8030
|
+
}
|
|
8031
|
+
}
|
|
8032
|
+
]
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "javascript-module",
|
|
8036
|
+
"path": "src/column/index.ts",
|
|
8037
|
+
"declarations": [],
|
|
8038
|
+
"exports": [
|
|
8039
|
+
{
|
|
8040
|
+
"kind": "js",
|
|
8041
|
+
"name": "*",
|
|
8042
|
+
"declaration": {
|
|
8043
|
+
"name": "*",
|
|
8044
|
+
"package": "./column.template"
|
|
8045
|
+
}
|
|
8046
|
+
},
|
|
8047
|
+
{
|
|
8048
|
+
"kind": "js",
|
|
8049
|
+
"name": "*",
|
|
8050
|
+
"declaration": {
|
|
8051
|
+
"name": "*",
|
|
8052
|
+
"package": "./column"
|
|
8053
|
+
}
|
|
8054
|
+
},
|
|
8055
|
+
{
|
|
8056
|
+
"kind": "js",
|
|
8057
|
+
"name": "*",
|
|
8058
|
+
"declaration": {
|
|
8059
|
+
"name": "*",
|
|
8060
|
+
"package": "./utils"
|
|
8061
|
+
}
|
|
8062
|
+
}
|
|
8063
|
+
]
|
|
8064
|
+
},
|
|
7752
8065
|
{
|
|
7753
8066
|
"kind": "javascript-module",
|
|
7754
8067
|
"path": "src/datasource/base.datasource.ts",
|
|
@@ -15276,394 +15589,145 @@
|
|
|
15276
15589
|
}
|
|
15277
15590
|
},
|
|
15278
15591
|
{
|
|
15279
|
-
"name": "model",
|
|
15280
|
-
"type": {
|
|
15281
|
-
"text": "any"
|
|
15282
|
-
}
|
|
15283
|
-
}
|
|
15284
|
-
],
|
|
15285
|
-
"inheritedFrom": {
|
|
15286
|
-
"name": "BaseServerSideDatasource",
|
|
15287
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15288
|
-
}
|
|
15289
|
-
},
|
|
15290
|
-
{
|
|
15291
|
-
"kind": "method",
|
|
15292
|
-
"name": "criteriaForNumberModel",
|
|
15293
|
-
"privacy": "protected",
|
|
15294
|
-
"return": {
|
|
15295
|
-
"type": {
|
|
15296
|
-
"text": "string | null"
|
|
15297
|
-
}
|
|
15298
|
-
},
|
|
15299
|
-
"parameters": [
|
|
15300
|
-
{
|
|
15301
|
-
"name": "k",
|
|
15302
|
-
"type": {
|
|
15303
|
-
"text": "string"
|
|
15304
|
-
}
|
|
15305
|
-
},
|
|
15306
|
-
{
|
|
15307
|
-
"name": "model",
|
|
15308
|
-
"type": {
|
|
15309
|
-
"text": "any"
|
|
15310
|
-
}
|
|
15311
|
-
}
|
|
15312
|
-
],
|
|
15313
|
-
"inheritedFrom": {
|
|
15314
|
-
"name": "BaseServerSideDatasource",
|
|
15315
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15316
|
-
}
|
|
15317
|
-
},
|
|
15318
|
-
{
|
|
15319
|
-
"kind": "method",
|
|
15320
|
-
"name": "criteriaForDateModel",
|
|
15321
|
-
"privacy": "protected",
|
|
15322
|
-
"return": {
|
|
15323
|
-
"type": {
|
|
15324
|
-
"text": "string | null"
|
|
15325
|
-
}
|
|
15326
|
-
},
|
|
15327
|
-
"parameters": [
|
|
15328
|
-
{
|
|
15329
|
-
"name": "k",
|
|
15330
|
-
"type": {
|
|
15331
|
-
"text": "string"
|
|
15332
|
-
}
|
|
15333
|
-
},
|
|
15334
|
-
{
|
|
15335
|
-
"name": "model",
|
|
15336
|
-
"type": {
|
|
15337
|
-
"text": "any"
|
|
15338
|
-
}
|
|
15339
|
-
}
|
|
15340
|
-
],
|
|
15341
|
-
"inheritedFrom": {
|
|
15342
|
-
"name": "BaseServerSideDatasource",
|
|
15343
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15344
|
-
}
|
|
15345
|
-
},
|
|
15346
|
-
{
|
|
15347
|
-
"kind": "method",
|
|
15348
|
-
"name": "getFiltersByType",
|
|
15349
|
-
"privacy": "protected",
|
|
15350
|
-
"parameters": [
|
|
15351
|
-
{
|
|
15352
|
-
"name": "filterType",
|
|
15353
|
-
"type": {
|
|
15354
|
-
"text": "string"
|
|
15355
|
-
}
|
|
15356
|
-
}
|
|
15357
|
-
],
|
|
15358
|
-
"inheritedFrom": {
|
|
15359
|
-
"name": "BaseServerSideDatasource",
|
|
15360
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15361
|
-
}
|
|
15362
|
-
},
|
|
15363
|
-
{
|
|
15364
|
-
"kind": "method",
|
|
15365
|
-
"name": "completeEmptyResult",
|
|
15366
|
-
"privacy": "protected",
|
|
15367
|
-
"return": {
|
|
15368
|
-
"type": {
|
|
15369
|
-
"text": "void"
|
|
15370
|
-
}
|
|
15371
|
-
},
|
|
15372
|
-
"parameters": [
|
|
15373
|
-
{
|
|
15374
|
-
"name": "params",
|
|
15375
|
-
"type": {
|
|
15376
|
-
"text": "IServerSideGetRowsParams"
|
|
15377
|
-
}
|
|
15378
|
-
}
|
|
15379
|
-
],
|
|
15380
|
-
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15381
|
-
"inheritedFrom": {
|
|
15382
|
-
"name": "BaseServerSideDatasource",
|
|
15383
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15384
|
-
}
|
|
15385
|
-
},
|
|
15386
|
-
{
|
|
15387
|
-
"kind": "method",
|
|
15388
|
-
"name": "notifyNoDataAvailableIfEmpty",
|
|
15389
|
-
"privacy": "protected",
|
|
15390
|
-
"return": {
|
|
15391
|
-
"type": {
|
|
15392
|
-
"text": "void"
|
|
15393
|
-
}
|
|
15394
|
-
},
|
|
15395
|
-
"parameters": [
|
|
15396
|
-
{
|
|
15397
|
-
"name": "params",
|
|
15398
|
-
"type": {
|
|
15399
|
-
"text": "IServerSideGetRowsParams"
|
|
15400
|
-
}
|
|
15401
|
-
},
|
|
15402
|
-
{
|
|
15403
|
-
"name": "successRowData",
|
|
15404
|
-
"type": {
|
|
15405
|
-
"text": "LoadSuccessParams"
|
|
15406
|
-
}
|
|
15407
|
-
}
|
|
15408
|
-
],
|
|
15409
|
-
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15410
|
-
"inheritedFrom": {
|
|
15411
|
-
"name": "BaseServerSideDatasource",
|
|
15412
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15413
|
-
}
|
|
15414
|
-
},
|
|
15415
|
-
{
|
|
15416
|
-
"kind": "method",
|
|
15417
|
-
"name": "notifyNoDataAvailable",
|
|
15418
|
-
"privacy": "protected",
|
|
15419
|
-
"return": {
|
|
15420
|
-
"type": {
|
|
15421
|
-
"text": "void"
|
|
15422
|
-
}
|
|
15423
|
-
},
|
|
15424
|
-
"inheritedFrom": {
|
|
15425
|
-
"name": "BaseServerSideDatasource",
|
|
15426
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15427
|
-
}
|
|
15428
|
-
},
|
|
15429
|
-
{
|
|
15430
|
-
"kind": "method",
|
|
15431
|
-
"name": "notifyDataAvailable",
|
|
15432
|
-
"privacy": "protected",
|
|
15433
|
-
"return": {
|
|
15434
|
-
"type": {
|
|
15435
|
-
"text": "void"
|
|
15436
|
-
}
|
|
15437
|
-
},
|
|
15438
|
-
"inheritedFrom": {
|
|
15439
|
-
"name": "BaseServerSideDatasource",
|
|
15440
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
15441
|
-
}
|
|
15442
|
-
}
|
|
15443
|
-
],
|
|
15444
|
-
"superclass": {
|
|
15445
|
-
"name": "BaseServerSideDatasource",
|
|
15446
|
-
"module": "/src/datasource/server-side.resource-base"
|
|
15447
|
-
}
|
|
15448
|
-
}
|
|
15449
|
-
],
|
|
15450
|
-
"exports": [
|
|
15451
|
-
{
|
|
15452
|
-
"kind": "js",
|
|
15453
|
-
"name": "ReqRepServerSideDatasource",
|
|
15454
|
-
"declaration": {
|
|
15455
|
-
"name": "ReqRepServerSideDatasource",
|
|
15456
|
-
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
15457
|
-
}
|
|
15458
|
-
}
|
|
15459
|
-
]
|
|
15460
|
-
},
|
|
15461
|
-
{
|
|
15462
|
-
"kind": "javascript-module",
|
|
15463
|
-
"path": "src/column/column.template.ts",
|
|
15464
|
-
"declarations": [
|
|
15465
|
-
{
|
|
15466
|
-
"kind": "variable",
|
|
15467
|
-
"name": "ColumnTemplate",
|
|
15468
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
15469
|
-
"description": "The Grid Pro Column Template.",
|
|
15470
|
-
"privacy": "public"
|
|
15471
|
-
}
|
|
15472
|
-
],
|
|
15473
|
-
"exports": [
|
|
15474
|
-
{
|
|
15475
|
-
"kind": "js",
|
|
15476
|
-
"name": "ColumnTemplate",
|
|
15477
|
-
"declaration": {
|
|
15478
|
-
"name": "ColumnTemplate",
|
|
15479
|
-
"module": "src/column/column.template.ts"
|
|
15480
|
-
}
|
|
15481
|
-
}
|
|
15482
|
-
]
|
|
15483
|
-
},
|
|
15484
|
-
{
|
|
15485
|
-
"kind": "javascript-module",
|
|
15486
|
-
"path": "src/column/column.ts",
|
|
15487
|
-
"declarations": [
|
|
15488
|
-
{
|
|
15489
|
-
"kind": "class",
|
|
15490
|
-
"description": "The Grid Pro Column element.",
|
|
15491
|
-
"name": "GridProColumn",
|
|
15492
|
-
"members": [
|
|
15493
|
-
{
|
|
15494
|
-
"kind": "field",
|
|
15495
|
-
"name": "slottedAgCell",
|
|
15496
|
-
"type": {
|
|
15497
|
-
"text": "HTMLElement[]"
|
|
15498
|
-
},
|
|
15499
|
-
"privacy": "public"
|
|
15500
|
-
},
|
|
15501
|
-
{
|
|
15502
|
-
"kind": "field",
|
|
15503
|
-
"name": "definition",
|
|
15504
|
-
"type": {
|
|
15505
|
-
"text": "ColDef"
|
|
15506
|
-
},
|
|
15507
|
-
"default": "{}"
|
|
15508
|
-
},
|
|
15509
|
-
{
|
|
15510
|
-
"kind": "method",
|
|
15511
|
-
"name": "slottedAgCellChanged",
|
|
15512
|
-
"privacy": "public"
|
|
15513
|
-
},
|
|
15514
|
-
{
|
|
15515
|
-
"kind": "method",
|
|
15516
|
-
"name": "deepClone",
|
|
15517
|
-
"return": {
|
|
15518
|
-
"type": {
|
|
15519
|
-
"text": "Node"
|
|
15592
|
+
"name": "model",
|
|
15593
|
+
"type": {
|
|
15594
|
+
"text": "any"
|
|
15595
|
+
}
|
|
15520
15596
|
}
|
|
15521
|
-
|
|
15597
|
+
],
|
|
15522
15598
|
"inheritedFrom": {
|
|
15523
|
-
"name": "
|
|
15524
|
-
"module": "src/
|
|
15599
|
+
"name": "BaseServerSideDatasource",
|
|
15600
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15525
15601
|
}
|
|
15526
15602
|
},
|
|
15527
15603
|
{
|
|
15528
15604
|
"kind": "method",
|
|
15529
|
-
"name": "
|
|
15605
|
+
"name": "criteriaForNumberModel",
|
|
15606
|
+
"privacy": "protected",
|
|
15530
15607
|
"return": {
|
|
15531
15608
|
"type": {
|
|
15532
|
-
"text": "
|
|
15609
|
+
"text": "string | null"
|
|
15533
15610
|
}
|
|
15534
15611
|
},
|
|
15535
15612
|
"parameters": [
|
|
15536
15613
|
{
|
|
15537
|
-
"name": "
|
|
15538
|
-
"optional": true,
|
|
15614
|
+
"name": "k",
|
|
15539
15615
|
"type": {
|
|
15540
|
-
"text": "
|
|
15616
|
+
"text": "string"
|
|
15617
|
+
}
|
|
15618
|
+
},
|
|
15619
|
+
{
|
|
15620
|
+
"name": "model",
|
|
15621
|
+
"type": {
|
|
15622
|
+
"text": "any"
|
|
15541
15623
|
}
|
|
15542
15624
|
}
|
|
15543
15625
|
],
|
|
15544
15626
|
"inheritedFrom": {
|
|
15545
|
-
"name": "
|
|
15546
|
-
"module": "src/
|
|
15627
|
+
"name": "BaseServerSideDatasource",
|
|
15628
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15547
15629
|
}
|
|
15548
15630
|
},
|
|
15549
15631
|
{
|
|
15550
|
-
"kind": "
|
|
15551
|
-
"name": "
|
|
15632
|
+
"kind": "method",
|
|
15633
|
+
"name": "criteriaForDateModel",
|
|
15634
|
+
"privacy": "protected",
|
|
15552
15635
|
"return": {
|
|
15553
15636
|
"type": {
|
|
15554
|
-
"text": ""
|
|
15637
|
+
"text": "string | null"
|
|
15555
15638
|
}
|
|
15556
15639
|
},
|
|
15557
|
-
"
|
|
15640
|
+
"parameters": [
|
|
15641
|
+
{
|
|
15642
|
+
"name": "k",
|
|
15643
|
+
"type": {
|
|
15644
|
+
"text": "string"
|
|
15645
|
+
}
|
|
15646
|
+
},
|
|
15647
|
+
{
|
|
15648
|
+
"name": "model",
|
|
15649
|
+
"type": {
|
|
15650
|
+
"text": "any"
|
|
15651
|
+
}
|
|
15652
|
+
}
|
|
15653
|
+
],
|
|
15558
15654
|
"inheritedFrom": {
|
|
15559
|
-
"name": "
|
|
15560
|
-
"module": "src/
|
|
15655
|
+
"name": "BaseServerSideDatasource",
|
|
15656
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15561
15657
|
}
|
|
15562
15658
|
},
|
|
15563
15659
|
{
|
|
15564
|
-
"kind": "
|
|
15565
|
-
"name": "
|
|
15566
|
-
"
|
|
15567
|
-
|
|
15568
|
-
|
|
15660
|
+
"kind": "method",
|
|
15661
|
+
"name": "getFiltersByType",
|
|
15662
|
+
"privacy": "protected",
|
|
15663
|
+
"parameters": [
|
|
15664
|
+
{
|
|
15665
|
+
"name": "filterType",
|
|
15666
|
+
"type": {
|
|
15667
|
+
"text": "string"
|
|
15668
|
+
}
|
|
15569
15669
|
}
|
|
15570
|
-
|
|
15571
|
-
"readonly": true,
|
|
15670
|
+
],
|
|
15572
15671
|
"inheritedFrom": {
|
|
15573
|
-
"name": "
|
|
15574
|
-
"module": "src/
|
|
15672
|
+
"name": "BaseServerSideDatasource",
|
|
15673
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15575
15674
|
}
|
|
15576
15675
|
},
|
|
15577
15676
|
{
|
|
15578
15677
|
"kind": "method",
|
|
15579
|
-
"name": "
|
|
15678
|
+
"name": "completeEmptyResult",
|
|
15679
|
+
"privacy": "protected",
|
|
15580
15680
|
"return": {
|
|
15581
15681
|
"type": {
|
|
15582
|
-
"text": "
|
|
15682
|
+
"text": "void"
|
|
15583
15683
|
}
|
|
15584
15684
|
},
|
|
15585
15685
|
"parameters": [
|
|
15586
15686
|
{
|
|
15587
|
-
"name": "
|
|
15687
|
+
"name": "params",
|
|
15588
15688
|
"type": {
|
|
15589
|
-
"text": "
|
|
15689
|
+
"text": "IServerSideGetRowsParams"
|
|
15590
15690
|
}
|
|
15591
15691
|
}
|
|
15592
15692
|
],
|
|
15693
|
+
"description": "Completes an SSRM request with zero rows and invokes `onNoDataAvailableFunc` on the first block only. @internal",
|
|
15593
15694
|
"inheritedFrom": {
|
|
15594
|
-
"name": "
|
|
15595
|
-
"module": "src/
|
|
15596
|
-
}
|
|
15597
|
-
},
|
|
15598
|
-
{
|
|
15599
|
-
"kind": "field",
|
|
15600
|
-
"name": "_presentation",
|
|
15601
|
-
"type": {
|
|
15602
|
-
"text": "ComponentPresentation | null | undefined"
|
|
15603
|
-
},
|
|
15604
|
-
"privacy": "private",
|
|
15605
|
-
"default": "void 0",
|
|
15606
|
-
"inheritedFrom": {
|
|
15607
|
-
"name": "FoundationElement",
|
|
15608
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15609
|
-
}
|
|
15610
|
-
},
|
|
15611
|
-
{
|
|
15612
|
-
"kind": "field",
|
|
15613
|
-
"name": "$presentation",
|
|
15614
|
-
"type": {
|
|
15615
|
-
"text": "ComponentPresentation | null"
|
|
15616
|
-
},
|
|
15617
|
-
"privacy": "public",
|
|
15618
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15619
|
-
"inheritedFrom": {
|
|
15620
|
-
"name": "FoundationElement",
|
|
15621
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15622
|
-
}
|
|
15623
|
-
},
|
|
15624
|
-
{
|
|
15625
|
-
"kind": "field",
|
|
15626
|
-
"name": "template",
|
|
15627
|
-
"type": {
|
|
15628
|
-
"text": "ElementViewTemplate | void | null"
|
|
15629
|
-
},
|
|
15630
|
-
"privacy": "public",
|
|
15631
|
-
"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.",
|
|
15632
|
-
"inheritedFrom": {
|
|
15633
|
-
"name": "FoundationElement",
|
|
15634
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15695
|
+
"name": "BaseServerSideDatasource",
|
|
15696
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15635
15697
|
}
|
|
15636
15698
|
},
|
|
15637
15699
|
{
|
|
15638
15700
|
"kind": "method",
|
|
15639
|
-
"name": "
|
|
15701
|
+
"name": "notifyNoDataAvailableIfEmpty",
|
|
15640
15702
|
"privacy": "protected",
|
|
15641
15703
|
"return": {
|
|
15642
15704
|
"type": {
|
|
15643
15705
|
"text": "void"
|
|
15644
15706
|
}
|
|
15645
15707
|
},
|
|
15708
|
+
"parameters": [
|
|
15709
|
+
{
|
|
15710
|
+
"name": "params",
|
|
15711
|
+
"type": {
|
|
15712
|
+
"text": "IServerSideGetRowsParams"
|
|
15713
|
+
}
|
|
15714
|
+
},
|
|
15715
|
+
{
|
|
15716
|
+
"name": "successRowData",
|
|
15717
|
+
"type": {
|
|
15718
|
+
"text": "LoadSuccessParams"
|
|
15719
|
+
}
|
|
15720
|
+
}
|
|
15721
|
+
],
|
|
15722
|
+
"description": "Invokes `onNoDataAvailableFunc` when the first SSRM block has no rows. @internal",
|
|
15646
15723
|
"inheritedFrom": {
|
|
15647
|
-
"name": "
|
|
15648
|
-
"module": "src/
|
|
15649
|
-
}
|
|
15650
|
-
},
|
|
15651
|
-
{
|
|
15652
|
-
"kind": "field",
|
|
15653
|
-
"name": "styles",
|
|
15654
|
-
"type": {
|
|
15655
|
-
"text": "ElementStyles | void | null"
|
|
15656
|
-
},
|
|
15657
|
-
"privacy": "public",
|
|
15658
|
-
"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.",
|
|
15659
|
-
"inheritedFrom": {
|
|
15660
|
-
"name": "FoundationElement",
|
|
15661
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15724
|
+
"name": "BaseServerSideDatasource",
|
|
15725
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15662
15726
|
}
|
|
15663
15727
|
},
|
|
15664
15728
|
{
|
|
15665
15729
|
"kind": "method",
|
|
15666
|
-
"name": "
|
|
15730
|
+
"name": "notifyNoDataAvailable",
|
|
15667
15731
|
"privacy": "protected",
|
|
15668
15732
|
"return": {
|
|
15669
15733
|
"type": {
|
|
@@ -15671,102 +15735,38 @@
|
|
|
15671
15735
|
}
|
|
15672
15736
|
},
|
|
15673
15737
|
"inheritedFrom": {
|
|
15674
|
-
"name": "
|
|
15675
|
-
"module": "src/
|
|
15738
|
+
"name": "BaseServerSideDatasource",
|
|
15739
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15676
15740
|
}
|
|
15677
15741
|
},
|
|
15678
15742
|
{
|
|
15679
15743
|
"kind": "method",
|
|
15680
|
-
"name": "
|
|
15681
|
-
"privacy": "
|
|
15682
|
-
"static": true,
|
|
15744
|
+
"name": "notifyDataAvailable",
|
|
15745
|
+
"privacy": "protected",
|
|
15683
15746
|
"return": {
|
|
15684
15747
|
"type": {
|
|
15685
|
-
"text": "
|
|
15748
|
+
"text": "void"
|
|
15686
15749
|
}
|
|
15687
15750
|
},
|
|
15688
|
-
"parameters": [
|
|
15689
|
-
{
|
|
15690
|
-
"name": "this",
|
|
15691
|
-
"type": {
|
|
15692
|
-
"text": "K"
|
|
15693
|
-
}
|
|
15694
|
-
},
|
|
15695
|
-
{
|
|
15696
|
-
"name": "elementDefinition",
|
|
15697
|
-
"type": {
|
|
15698
|
-
"text": "T"
|
|
15699
|
-
},
|
|
15700
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
15701
|
-
}
|
|
15702
|
-
],
|
|
15703
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15704
15751
|
"inheritedFrom": {
|
|
15705
|
-
"name": "
|
|
15706
|
-
"module": "src/
|
|
15752
|
+
"name": "BaseServerSideDatasource",
|
|
15753
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
15707
15754
|
}
|
|
15708
15755
|
}
|
|
15709
15756
|
],
|
|
15710
|
-
"mixins": [
|
|
15711
|
-
{
|
|
15712
|
-
"name": "LifecycleMixin",
|
|
15713
|
-
"package": "@genesislcap/foundation-utils"
|
|
15714
|
-
}
|
|
15715
|
-
],
|
|
15716
15757
|
"superclass": {
|
|
15717
|
-
"name": "
|
|
15718
|
-
"
|
|
15719
|
-
},
|
|
15720
|
-
"tagName": "grid-pro-column",
|
|
15721
|
-
"customElement": true
|
|
15722
|
-
}
|
|
15723
|
-
],
|
|
15724
|
-
"exports": [
|
|
15725
|
-
{
|
|
15726
|
-
"kind": "js",
|
|
15727
|
-
"name": "GridProColumn",
|
|
15728
|
-
"declaration": {
|
|
15729
|
-
"name": "GridProColumn",
|
|
15730
|
-
"module": "src/column/column.ts"
|
|
15731
|
-
}
|
|
15732
|
-
},
|
|
15733
|
-
{
|
|
15734
|
-
"kind": "custom-element-definition",
|
|
15735
|
-
"name": "grid-pro-column",
|
|
15736
|
-
"declaration": {
|
|
15737
|
-
"name": "GridProColumn",
|
|
15738
|
-
"module": "src/column/column.ts"
|
|
15758
|
+
"name": "BaseServerSideDatasource",
|
|
15759
|
+
"module": "/src/datasource/server-side.resource-base"
|
|
15739
15760
|
}
|
|
15740
15761
|
}
|
|
15741
|
-
]
|
|
15742
|
-
},
|
|
15743
|
-
{
|
|
15744
|
-
"kind": "javascript-module",
|
|
15745
|
-
"path": "src/column/index.ts",
|
|
15746
|
-
"declarations": [],
|
|
15762
|
+
],
|
|
15747
15763
|
"exports": [
|
|
15748
15764
|
{
|
|
15749
15765
|
"kind": "js",
|
|
15750
|
-
"name": "
|
|
15751
|
-
"declaration": {
|
|
15752
|
-
"name": "*",
|
|
15753
|
-
"package": "./column.template"
|
|
15754
|
-
}
|
|
15755
|
-
},
|
|
15756
|
-
{
|
|
15757
|
-
"kind": "js",
|
|
15758
|
-
"name": "*",
|
|
15759
|
-
"declaration": {
|
|
15760
|
-
"name": "*",
|
|
15761
|
-
"package": "./column"
|
|
15762
|
-
}
|
|
15763
|
-
},
|
|
15764
|
-
{
|
|
15765
|
-
"kind": "js",
|
|
15766
|
-
"name": "*",
|
|
15766
|
+
"name": "ReqRepServerSideDatasource",
|
|
15767
15767
|
"declaration": {
|
|
15768
|
-
"name": "
|
|
15769
|
-
"
|
|
15768
|
+
"name": "ReqRepServerSideDatasource",
|
|
15769
|
+
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
15770
15770
|
}
|
|
15771
15771
|
}
|
|
15772
15772
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -206,6 +206,15 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
206
206
|
>;
|
|
207
207
|
export type AgTextRendererRef = AgTextRendererWC;
|
|
208
208
|
|
|
209
|
+
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
210
|
+
React.PropsWithChildren<
|
|
211
|
+
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
212
|
+
HTMLWCProps & {
|
|
213
|
+
}
|
|
214
|
+
> & React.RefAttributes<GridProColumnWC>
|
|
215
|
+
>;
|
|
216
|
+
export type GridProColumnRef = GridProColumnWC;
|
|
217
|
+
|
|
209
218
|
export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
|
|
210
219
|
React.PropsWithChildren<
|
|
211
220
|
Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
|
|
@@ -261,15 +270,6 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
|
|
|
261
270
|
>;
|
|
262
271
|
export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
|
|
263
272
|
|
|
264
|
-
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
265
|
-
React.PropsWithChildren<
|
|
266
|
-
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
267
|
-
HTMLWCProps & {
|
|
268
|
-
}
|
|
269
|
-
> & React.RefAttributes<GridProColumnWC>
|
|
270
|
-
>;
|
|
271
|
-
export type GridProColumnRef = GridProColumnWC;
|
|
272
|
-
|
|
273
273
|
export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
|
|
274
274
|
React.PropsWithChildren<
|
|
275
275
|
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": "15.10.
|
|
4
|
+
"version": "15.10.6",
|
|
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": "15.10.
|
|
44
|
-
"@genesislcap/genx": "15.10.
|
|
45
|
-
"@genesislcap/rollup-builder": "15.10.
|
|
46
|
-
"@genesislcap/ts-builder": "15.10.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "15.10.
|
|
48
|
-
"@genesislcap/vite-builder": "15.10.
|
|
49
|
-
"@genesislcap/webpack-builder": "15.10.
|
|
43
|
+
"@genesislcap/foundation-testing": "15.10.6",
|
|
44
|
+
"@genesislcap/genx": "15.10.6",
|
|
45
|
+
"@genesislcap/rollup-builder": "15.10.6",
|
|
46
|
+
"@genesislcap/ts-builder": "15.10.6",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "15.10.6",
|
|
48
|
+
"@genesislcap/vite-builder": "15.10.6",
|
|
49
|
+
"@genesislcap/webpack-builder": "15.10.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "15.10.
|
|
53
|
-
"@genesislcap/foundation-criteria": "15.10.
|
|
54
|
-
"@genesislcap/foundation-logger": "15.10.
|
|
55
|
-
"@genesislcap/foundation-ui": "15.10.
|
|
56
|
-
"@genesislcap/foundation-utils": "15.10.
|
|
52
|
+
"@genesislcap/foundation-comms": "15.10.6",
|
|
53
|
+
"@genesislcap/foundation-criteria": "15.10.6",
|
|
54
|
+
"@genesislcap/foundation-logger": "15.10.6",
|
|
55
|
+
"@genesislcap/foundation-ui": "15.10.6",
|
|
56
|
+
"@genesislcap/foundation-utils": "15.10.6",
|
|
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": "2fd12f28a04c8dc20974ab54d3ea143b80229510"
|
|
95
95
|
}
|