@genesislcap/grid-pro 14.434.0 → 14.435.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.
@@ -7777,461 +7777,148 @@
7777
7777
  },
7778
7778
  {
7779
7779
  "kind": "javascript-module",
7780
- "path": "src/column/column.template.ts",
7780
+ "path": "src/datasource/base.datasource.ts",
7781
7781
  "declarations": [
7782
7782
  {
7783
7783
  "kind": "variable",
7784
- "name": "ColumnTemplate",
7785
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7786
- "description": "The Grid Pro Column Template.",
7784
+ "name": "criteriaDelimiter",
7785
+ "type": {
7786
+ "text": "string"
7787
+ },
7788
+ "default": "';'",
7789
+ "description": "The delimiter for the criteria string.",
7787
7790
  "privacy": "public"
7788
- }
7789
- ],
7790
- "exports": [
7791
+ },
7791
7792
  {
7792
- "kind": "js",
7793
- "name": "ColumnTemplate",
7794
- "declaration": {
7795
- "name": "ColumnTemplate",
7796
- "module": "src/column/column.template.ts"
7797
- }
7798
- }
7799
- ]
7800
- },
7801
- {
7802
- "kind": "javascript-module",
7803
- "path": "src/column/column.ts",
7804
- "declarations": [
7793
+ "kind": "variable",
7794
+ "name": "criteriaJoin",
7795
+ "type": {
7796
+ "text": "string"
7797
+ },
7798
+ "default": "' && '",
7799
+ "description": "The join for the criteria string.",
7800
+ "privacy": "public"
7801
+ },
7805
7802
  {
7806
7803
  "kind": "class",
7807
- "description": "The Grid Pro Column element.",
7808
- "name": "GridProColumn",
7804
+ "description": "The base datasource element for the grid-pro element.",
7805
+ "name": "GenesisGridDatasourceElement",
7809
7806
  "members": [
7810
7807
  {
7811
7808
  "kind": "field",
7812
- "name": "slottedAgCell",
7809
+ "name": "connect",
7813
7810
  "type": {
7814
- "text": "HTMLElement[]"
7815
- },
7816
- "privacy": "public"
7811
+ "text": "Connect"
7812
+ }
7817
7813
  },
7818
7814
  {
7819
7815
  "kind": "field",
7820
- "name": "definition",
7816
+ "name": "datasource",
7821
7817
  "type": {
7822
- "text": "ColDef"
7823
- },
7824
- "default": "{}"
7818
+ "text": "Datasource"
7819
+ }
7825
7820
  },
7826
7821
  {
7827
- "kind": "method",
7828
- "name": "slottedAgCellChanged",
7829
- "privacy": "public"
7822
+ "kind": "field",
7823
+ "name": "deferredGridOptions",
7824
+ "type": {
7825
+ "text": "GridOptions"
7826
+ }
7830
7827
  },
7831
7828
  {
7832
- "kind": "method",
7833
- "name": "deepClone",
7834
- "return": {
7835
- "type": {
7836
- "text": "Node"
7837
- }
7838
- },
7839
- "inheritedFrom": {
7840
- "name": "LifecycleMixin",
7841
- "module": "src/mixins/lifecycle/lifecycle.ts"
7829
+ "kind": "field",
7830
+ "name": "deferredColumnStates",
7831
+ "type": {
7832
+ "text": "ColumnState[]"
7842
7833
  }
7843
7834
  },
7844
7835
  {
7845
- "kind": "method",
7846
- "name": "cloneNode",
7847
- "return": {
7848
- "type": {
7849
- "text": "Node"
7850
- }
7836
+ "kind": "field",
7837
+ "name": "rowDataMapper",
7838
+ "type": {
7839
+ "text": "Function"
7851
7840
  },
7852
- "parameters": [
7853
- {
7854
- "name": "deep",
7855
- "optional": true,
7856
- "type": {
7857
- "text": "boolean"
7858
- }
7859
- }
7860
- ],
7861
- "inheritedFrom": {
7862
- "name": "LifecycleMixin",
7863
- "module": "src/mixins/lifecycle/lifecycle.ts"
7864
- }
7841
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
7865
7842
  },
7866
7843
  {
7867
7844
  "kind": "field",
7868
- "name": "shouldRunDisconnect",
7869
- "return": {
7870
- "type": {
7871
- "text": ""
7872
- }
7845
+ "name": "criteria",
7846
+ "type": {
7847
+ "text": "string"
7873
7848
  },
7874
- "readonly": true,
7875
- "inheritedFrom": {
7876
- "name": "LifecycleMixin",
7877
- "module": "src/mixins/lifecycle/lifecycle.ts"
7878
- }
7849
+ "description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
7879
7850
  },
7880
7851
  {
7881
7852
  "kind": "field",
7882
- "name": "shouldRunConnect",
7883
- "return": {
7884
- "type": {
7885
- "text": ""
7886
- }
7853
+ "name": "isSnapshot",
7854
+ "type": {
7855
+ "text": "boolean"
7887
7856
  },
7888
- "readonly": true,
7889
- "inheritedFrom": {
7890
- "name": "LifecycleMixin",
7891
- "module": "src/mixins/lifecycle/lifecycle.ts"
7892
- }
7857
+ "default": "false",
7858
+ "description": "Request a snapshot from the server."
7893
7859
  },
7894
7860
  {
7895
- "kind": "method",
7896
- "name": "#_blockLifecycleDueToTokenChange",
7897
- "return": {
7898
- "type": {
7899
- "text": "boolean"
7900
- }
7861
+ "kind": "field",
7862
+ "name": "maxRows",
7863
+ "type": {
7864
+ "text": "number"
7901
7865
  },
7902
- "parameters": [
7903
- {
7904
- "name": "lifecycleType",
7905
- "type": {
7906
- "text": "Lifecycletype"
7907
- }
7908
- }
7909
- ],
7910
- "inheritedFrom": {
7911
- "name": "LifecycleMixin",
7912
- "module": "src/mixins/lifecycle/lifecycle.ts"
7913
- }
7866
+ "description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
7914
7867
  },
7915
7868
  {
7916
7869
  "kind": "field",
7917
- "name": "_presentation",
7870
+ "name": "orderBy",
7918
7871
  "type": {
7919
- "text": "ComponentPresentation | null | undefined"
7872
+ "text": "string"
7920
7873
  },
7921
- "privacy": "private",
7922
- "default": "void 0",
7923
- "inheritedFrom": {
7924
- "name": "FoundationElement",
7925
- "module": "src/foundation-element/foundation-element.ts"
7926
- }
7874
+ "description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
7927
7875
  },
7928
7876
  {
7929
7877
  "kind": "field",
7930
- "name": "$presentation",
7878
+ "name": "resourceName",
7931
7879
  "type": {
7932
- "text": "ComponentPresentation | null"
7880
+ "text": "string"
7933
7881
  },
7934
- "privacy": "public",
7935
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7936
- "inheritedFrom": {
7937
- "name": "FoundationElement",
7938
- "module": "src/foundation-element/foundation-element.ts"
7939
- }
7882
+ "description": "The name of the target Data Server query or Request Server requestReply."
7940
7883
  },
7941
7884
  {
7942
7885
  "kind": "field",
7943
- "name": "template",
7886
+ "name": "viewNumber",
7944
7887
  "type": {
7945
- "text": "ElementViewTemplate | void | null"
7888
+ "text": "number"
7946
7889
  },
7947
- "privacy": "public",
7948
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
7949
- "inheritedFrom": {
7950
- "name": "FoundationElement",
7951
- "module": "src/foundation-element/foundation-element.ts"
7952
- }
7890
+ "description": "The desired view/page you want data from."
7953
7891
  },
7954
7892
  {
7955
- "kind": "method",
7956
- "name": "templateChanged",
7957
- "privacy": "protected",
7958
- "return": {
7959
- "type": {
7960
- "text": "void"
7961
- }
7893
+ "kind": "field",
7894
+ "name": "fields",
7895
+ "type": {
7896
+ "text": "string"
7962
7897
  },
7963
- "inheritedFrom": {
7964
- "name": "FoundationElement",
7965
- "module": "src/foundation-element/foundation-element.ts"
7966
- }
7898
+ "description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
7967
7899
  },
7968
7900
  {
7969
7901
  "kind": "field",
7970
- "name": "styles",
7902
+ "name": "maxView",
7971
7903
  "type": {
7972
- "text": "ElementStyles | void | null"
7904
+ "text": "number"
7973
7905
  },
7974
- "privacy": "public",
7975
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
7976
- "inheritedFrom": {
7977
- "name": "FoundationElement",
7978
- "module": "src/foundation-element/foundation-element.ts"
7979
- }
7906
+ "description": "Maximum number of rows to track as part of a client \"view\"."
7980
7907
  },
7981
7908
  {
7982
- "kind": "method",
7983
- "name": "stylesChanged",
7984
- "privacy": "protected",
7985
- "return": {
7986
- "type": {
7987
- "text": "void"
7988
- }
7909
+ "kind": "field",
7910
+ "name": "movingView",
7911
+ "type": {
7912
+ "text": "boolean"
7989
7913
  },
7990
- "inheritedFrom": {
7991
- "name": "FoundationElement",
7992
- "module": "src/foundation-element/foundation-element.ts"
7993
- }
7914
+ "default": "false",
7915
+ "description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
7994
7916
  },
7995
7917
  {
7996
- "kind": "method",
7997
- "name": "compose",
7998
- "privacy": "public",
7999
- "static": true,
8000
- "return": {
8001
- "type": {
8002
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8003
- }
8004
- },
8005
- "parameters": [
8006
- {
8007
- "name": "this",
8008
- "type": {
8009
- "text": "K"
8010
- }
8011
- },
8012
- {
8013
- "name": "elementDefinition",
8014
- "type": {
8015
- "text": "T"
8016
- },
8017
- "description": "The definition of the element to create the registry\nfunction for."
8018
- }
8019
- ],
8020
- "description": "Defines an element registry function with a set of element definition defaults.",
8021
- "inheritedFrom": {
8022
- "name": "FoundationElement",
8023
- "module": "src/foundation-element/foundation-element.ts"
8024
- }
8025
- }
8026
- ],
8027
- "mixins": [
8028
- {
8029
- "name": "LifecycleMixin",
8030
- "package": "@genesislcap/foundation-utils"
8031
- }
8032
- ],
8033
- "superclass": {
8034
- "name": "FoundationElement",
8035
- "package": "@microsoft/fast-foundation"
8036
- },
8037
- "tagName": "grid-pro-column",
8038
- "customElement": true
8039
- }
8040
- ],
8041
- "exports": [
8042
- {
8043
- "kind": "js",
8044
- "name": "GridProColumn",
8045
- "declaration": {
8046
- "name": "GridProColumn",
8047
- "module": "src/column/column.ts"
8048
- }
8049
- },
8050
- {
8051
- "kind": "custom-element-definition",
8052
- "name": "grid-pro-column",
8053
- "declaration": {
8054
- "name": "GridProColumn",
8055
- "module": "src/column/column.ts"
8056
- }
8057
- }
8058
- ]
8059
- },
8060
- {
8061
- "kind": "javascript-module",
8062
- "path": "src/column/index.ts",
8063
- "declarations": [],
8064
- "exports": [
8065
- {
8066
- "kind": "js",
8067
- "name": "*",
8068
- "declaration": {
8069
- "name": "*",
8070
- "package": "./column.template"
8071
- }
8072
- },
8073
- {
8074
- "kind": "js",
8075
- "name": "*",
8076
- "declaration": {
8077
- "name": "*",
8078
- "package": "./column"
8079
- }
8080
- },
8081
- {
8082
- "kind": "js",
8083
- "name": "*",
8084
- "declaration": {
8085
- "name": "*",
8086
- "package": "./utils"
8087
- }
8088
- }
8089
- ]
8090
- },
8091
- {
8092
- "kind": "javascript-module",
8093
- "path": "src/datasource/base.datasource.ts",
8094
- "declarations": [
8095
- {
8096
- "kind": "variable",
8097
- "name": "criteriaDelimiter",
8098
- "type": {
8099
- "text": "string"
8100
- },
8101
- "default": "';'",
8102
- "description": "The delimiter for the criteria string.",
8103
- "privacy": "public"
8104
- },
8105
- {
8106
- "kind": "variable",
8107
- "name": "criteriaJoin",
8108
- "type": {
8109
- "text": "string"
8110
- },
8111
- "default": "' && '",
8112
- "description": "The join for the criteria string.",
8113
- "privacy": "public"
8114
- },
8115
- {
8116
- "kind": "class",
8117
- "description": "The base datasource element for the grid-pro element.",
8118
- "name": "GenesisGridDatasourceElement",
8119
- "members": [
8120
- {
8121
- "kind": "field",
8122
- "name": "connect",
8123
- "type": {
8124
- "text": "Connect"
8125
- }
8126
- },
8127
- {
8128
- "kind": "field",
8129
- "name": "datasource",
8130
- "type": {
8131
- "text": "Datasource"
8132
- }
8133
- },
8134
- {
8135
- "kind": "field",
8136
- "name": "deferredGridOptions",
8137
- "type": {
8138
- "text": "GridOptions"
8139
- }
8140
- },
8141
- {
8142
- "kind": "field",
8143
- "name": "deferredColumnStates",
8144
- "type": {
8145
- "text": "ColumnState[]"
8146
- }
8147
- },
8148
- {
8149
- "kind": "field",
8150
- "name": "rowDataMapper",
8151
- "type": {
8152
- "text": "Function"
8153
- },
8154
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
8155
- },
8156
- {
8157
- "kind": "field",
8158
- "name": "criteria",
8159
- "type": {
8160
- "text": "string"
8161
- },
8162
- "description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
8163
- },
8164
- {
8165
- "kind": "field",
8166
- "name": "isSnapshot",
8167
- "type": {
8168
- "text": "boolean"
8169
- },
8170
- "default": "false",
8171
- "description": "Request a snapshot from the server."
8172
- },
8173
- {
8174
- "kind": "field",
8175
- "name": "maxRows",
8176
- "type": {
8177
- "text": "number"
8178
- },
8179
- "description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
8180
- },
8181
- {
8182
- "kind": "field",
8183
- "name": "orderBy",
8184
- "type": {
8185
- "text": "string"
8186
- },
8187
- "description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
8188
- },
8189
- {
8190
- "kind": "field",
8191
- "name": "resourceName",
8192
- "type": {
8193
- "text": "string"
8194
- },
8195
- "description": "The name of the target Data Server query or Request Server requestReply."
8196
- },
8197
- {
8198
- "kind": "field",
8199
- "name": "viewNumber",
8200
- "type": {
8201
- "text": "number"
8202
- },
8203
- "description": "The desired view/page you want data from."
8204
- },
8205
- {
8206
- "kind": "field",
8207
- "name": "fields",
8208
- "type": {
8209
- "text": "string"
8210
- },
8211
- "description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
8212
- },
8213
- {
8214
- "kind": "field",
8215
- "name": "maxView",
8216
- "type": {
8217
- "text": "number"
8218
- },
8219
- "description": "Maximum number of rows to track as part of a client \"view\"."
8220
- },
8221
- {
8222
- "kind": "field",
8223
- "name": "movingView",
8224
- "type": {
8225
- "text": "boolean"
8226
- },
8227
- "default": "false",
8228
- "description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
8229
- },
8230
- {
8231
- "kind": "field",
8232
- "name": "reverse",
8233
- "type": {
8234
- "text": "boolean"
7918
+ "kind": "field",
7919
+ "name": "reverse",
7920
+ "type": {
7921
+ "text": "boolean"
8235
7922
  },
8236
7923
  "default": "false",
8237
7924
  "description": "Option that changes the Data Server index iteration."
@@ -15815,6 +15502,319 @@
15815
15502
  }
15816
15503
  ]
15817
15504
  },
15505
+ {
15506
+ "kind": "javascript-module",
15507
+ "path": "src/column/column.template.ts",
15508
+ "declarations": [
15509
+ {
15510
+ "kind": "variable",
15511
+ "name": "ColumnTemplate",
15512
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15513
+ "description": "The Grid Pro Column Template.",
15514
+ "privacy": "public"
15515
+ }
15516
+ ],
15517
+ "exports": [
15518
+ {
15519
+ "kind": "js",
15520
+ "name": "ColumnTemplate",
15521
+ "declaration": {
15522
+ "name": "ColumnTemplate",
15523
+ "module": "src/column/column.template.ts"
15524
+ }
15525
+ }
15526
+ ]
15527
+ },
15528
+ {
15529
+ "kind": "javascript-module",
15530
+ "path": "src/column/column.ts",
15531
+ "declarations": [
15532
+ {
15533
+ "kind": "class",
15534
+ "description": "The Grid Pro Column element.",
15535
+ "name": "GridProColumn",
15536
+ "members": [
15537
+ {
15538
+ "kind": "field",
15539
+ "name": "slottedAgCell",
15540
+ "type": {
15541
+ "text": "HTMLElement[]"
15542
+ },
15543
+ "privacy": "public"
15544
+ },
15545
+ {
15546
+ "kind": "field",
15547
+ "name": "definition",
15548
+ "type": {
15549
+ "text": "ColDef"
15550
+ },
15551
+ "default": "{}"
15552
+ },
15553
+ {
15554
+ "kind": "method",
15555
+ "name": "slottedAgCellChanged",
15556
+ "privacy": "public"
15557
+ },
15558
+ {
15559
+ "kind": "method",
15560
+ "name": "deepClone",
15561
+ "return": {
15562
+ "type": {
15563
+ "text": "Node"
15564
+ }
15565
+ },
15566
+ "inheritedFrom": {
15567
+ "name": "LifecycleMixin",
15568
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15569
+ }
15570
+ },
15571
+ {
15572
+ "kind": "method",
15573
+ "name": "cloneNode",
15574
+ "return": {
15575
+ "type": {
15576
+ "text": "Node"
15577
+ }
15578
+ },
15579
+ "parameters": [
15580
+ {
15581
+ "name": "deep",
15582
+ "optional": true,
15583
+ "type": {
15584
+ "text": "boolean"
15585
+ }
15586
+ }
15587
+ ],
15588
+ "inheritedFrom": {
15589
+ "name": "LifecycleMixin",
15590
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15591
+ }
15592
+ },
15593
+ {
15594
+ "kind": "field",
15595
+ "name": "shouldRunDisconnect",
15596
+ "return": {
15597
+ "type": {
15598
+ "text": ""
15599
+ }
15600
+ },
15601
+ "readonly": true,
15602
+ "inheritedFrom": {
15603
+ "name": "LifecycleMixin",
15604
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15605
+ }
15606
+ },
15607
+ {
15608
+ "kind": "field",
15609
+ "name": "shouldRunConnect",
15610
+ "return": {
15611
+ "type": {
15612
+ "text": ""
15613
+ }
15614
+ },
15615
+ "readonly": true,
15616
+ "inheritedFrom": {
15617
+ "name": "LifecycleMixin",
15618
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15619
+ }
15620
+ },
15621
+ {
15622
+ "kind": "method",
15623
+ "name": "#_blockLifecycleDueToTokenChange",
15624
+ "return": {
15625
+ "type": {
15626
+ "text": "boolean"
15627
+ }
15628
+ },
15629
+ "parameters": [
15630
+ {
15631
+ "name": "lifecycleType",
15632
+ "type": {
15633
+ "text": "Lifecycletype"
15634
+ }
15635
+ }
15636
+ ],
15637
+ "inheritedFrom": {
15638
+ "name": "LifecycleMixin",
15639
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15640
+ }
15641
+ },
15642
+ {
15643
+ "kind": "field",
15644
+ "name": "_presentation",
15645
+ "type": {
15646
+ "text": "ComponentPresentation | null | undefined"
15647
+ },
15648
+ "privacy": "private",
15649
+ "default": "void 0",
15650
+ "inheritedFrom": {
15651
+ "name": "FoundationElement",
15652
+ "module": "src/foundation-element/foundation-element.ts"
15653
+ }
15654
+ },
15655
+ {
15656
+ "kind": "field",
15657
+ "name": "$presentation",
15658
+ "type": {
15659
+ "text": "ComponentPresentation | null"
15660
+ },
15661
+ "privacy": "public",
15662
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
15663
+ "inheritedFrom": {
15664
+ "name": "FoundationElement",
15665
+ "module": "src/foundation-element/foundation-element.ts"
15666
+ }
15667
+ },
15668
+ {
15669
+ "kind": "field",
15670
+ "name": "template",
15671
+ "type": {
15672
+ "text": "ElementViewTemplate | void | null"
15673
+ },
15674
+ "privacy": "public",
15675
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
15676
+ "inheritedFrom": {
15677
+ "name": "FoundationElement",
15678
+ "module": "src/foundation-element/foundation-element.ts"
15679
+ }
15680
+ },
15681
+ {
15682
+ "kind": "method",
15683
+ "name": "templateChanged",
15684
+ "privacy": "protected",
15685
+ "return": {
15686
+ "type": {
15687
+ "text": "void"
15688
+ }
15689
+ },
15690
+ "inheritedFrom": {
15691
+ "name": "FoundationElement",
15692
+ "module": "src/foundation-element/foundation-element.ts"
15693
+ }
15694
+ },
15695
+ {
15696
+ "kind": "field",
15697
+ "name": "styles",
15698
+ "type": {
15699
+ "text": "ElementStyles | void | null"
15700
+ },
15701
+ "privacy": "public",
15702
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
15703
+ "inheritedFrom": {
15704
+ "name": "FoundationElement",
15705
+ "module": "src/foundation-element/foundation-element.ts"
15706
+ }
15707
+ },
15708
+ {
15709
+ "kind": "method",
15710
+ "name": "stylesChanged",
15711
+ "privacy": "protected",
15712
+ "return": {
15713
+ "type": {
15714
+ "text": "void"
15715
+ }
15716
+ },
15717
+ "inheritedFrom": {
15718
+ "name": "FoundationElement",
15719
+ "module": "src/foundation-element/foundation-element.ts"
15720
+ }
15721
+ },
15722
+ {
15723
+ "kind": "method",
15724
+ "name": "compose",
15725
+ "privacy": "public",
15726
+ "static": true,
15727
+ "return": {
15728
+ "type": {
15729
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
15730
+ }
15731
+ },
15732
+ "parameters": [
15733
+ {
15734
+ "name": "this",
15735
+ "type": {
15736
+ "text": "K"
15737
+ }
15738
+ },
15739
+ {
15740
+ "name": "elementDefinition",
15741
+ "type": {
15742
+ "text": "T"
15743
+ },
15744
+ "description": "The definition of the element to create the registry\nfunction for."
15745
+ }
15746
+ ],
15747
+ "description": "Defines an element registry function with a set of element definition defaults.",
15748
+ "inheritedFrom": {
15749
+ "name": "FoundationElement",
15750
+ "module": "src/foundation-element/foundation-element.ts"
15751
+ }
15752
+ }
15753
+ ],
15754
+ "mixins": [
15755
+ {
15756
+ "name": "LifecycleMixin",
15757
+ "package": "@genesislcap/foundation-utils"
15758
+ }
15759
+ ],
15760
+ "superclass": {
15761
+ "name": "FoundationElement",
15762
+ "package": "@microsoft/fast-foundation"
15763
+ },
15764
+ "tagName": "grid-pro-column",
15765
+ "customElement": true
15766
+ }
15767
+ ],
15768
+ "exports": [
15769
+ {
15770
+ "kind": "js",
15771
+ "name": "GridProColumn",
15772
+ "declaration": {
15773
+ "name": "GridProColumn",
15774
+ "module": "src/column/column.ts"
15775
+ }
15776
+ },
15777
+ {
15778
+ "kind": "custom-element-definition",
15779
+ "name": "grid-pro-column",
15780
+ "declaration": {
15781
+ "name": "GridProColumn",
15782
+ "module": "src/column/column.ts"
15783
+ }
15784
+ }
15785
+ ]
15786
+ },
15787
+ {
15788
+ "kind": "javascript-module",
15789
+ "path": "src/column/index.ts",
15790
+ "declarations": [],
15791
+ "exports": [
15792
+ {
15793
+ "kind": "js",
15794
+ "name": "*",
15795
+ "declaration": {
15796
+ "name": "*",
15797
+ "package": "./column.template"
15798
+ }
15799
+ },
15800
+ {
15801
+ "kind": "js",
15802
+ "name": "*",
15803
+ "declaration": {
15804
+ "name": "*",
15805
+ "package": "./column"
15806
+ }
15807
+ },
15808
+ {
15809
+ "kind": "js",
15810
+ "name": "*",
15811
+ "declaration": {
15812
+ "name": "*",
15813
+ "package": "./utils"
15814
+ }
15815
+ }
15816
+ ]
15817
+ },
15818
15818
  {
15819
15819
  "kind": "javascript-module",
15820
15820
  "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
@@ -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.434.0",
4
+ "version": "14.435.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.434.0",
44
- "@genesislcap/genx": "14.434.0",
45
- "@genesislcap/rollup-builder": "14.434.0",
46
- "@genesislcap/ts-builder": "14.434.0",
47
- "@genesislcap/uvu-playwright-builder": "14.434.0",
48
- "@genesislcap/vite-builder": "14.434.0",
49
- "@genesislcap/webpack-builder": "14.434.0"
43
+ "@genesislcap/foundation-testing": "14.435.0",
44
+ "@genesislcap/genx": "14.435.0",
45
+ "@genesislcap/rollup-builder": "14.435.0",
46
+ "@genesislcap/ts-builder": "14.435.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.435.0",
48
+ "@genesislcap/vite-builder": "14.435.0",
49
+ "@genesislcap/webpack-builder": "14.435.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.434.0",
53
- "@genesislcap/foundation-criteria": "14.434.0",
54
- "@genesislcap/foundation-logger": "14.434.0",
55
- "@genesislcap/foundation-ui": "14.434.0",
56
- "@genesislcap/foundation-utils": "14.434.0",
52
+ "@genesislcap/foundation-comms": "14.435.0",
53
+ "@genesislcap/foundation-criteria": "14.435.0",
54
+ "@genesislcap/foundation-logger": "14.435.0",
55
+ "@genesislcap/foundation-ui": "14.435.0",
56
+ "@genesislcap/foundation-utils": "14.435.0",
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": "ba7b16060050e905ef549b8eed08d67fe4e732d2"
94
+ "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
95
95
  }