@genesislcap/grid-pro 14.362.0 → 14.362.1
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 +596 -596
- package/package.json +13 -13
|
@@ -4797,57 +4797,26 @@
|
|
|
4797
4797
|
},
|
|
4798
4798
|
{
|
|
4799
4799
|
"kind": "javascript-module",
|
|
4800
|
-
"path": "src/cell/
|
|
4801
|
-
"declarations": [
|
|
4802
|
-
{
|
|
4803
|
-
"kind": "variable",
|
|
4804
|
-
"name": "CellTemplate",
|
|
4805
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
4806
|
-
"description": "The Grid Pro Cell Template.",
|
|
4807
|
-
"privacy": "public"
|
|
4808
|
-
}
|
|
4809
|
-
],
|
|
4810
|
-
"exports": [
|
|
4811
|
-
{
|
|
4812
|
-
"kind": "js",
|
|
4813
|
-
"name": "CellTemplate",
|
|
4814
|
-
"declaration": {
|
|
4815
|
-
"name": "CellTemplate",
|
|
4816
|
-
"module": "src/cell/cell.template.ts"
|
|
4817
|
-
}
|
|
4818
|
-
}
|
|
4819
|
-
]
|
|
4820
|
-
},
|
|
4821
|
-
{
|
|
4822
|
-
"kind": "javascript-module",
|
|
4823
|
-
"path": "src/cell/cell.ts",
|
|
4800
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
4824
4801
|
"declarations": [
|
|
4825
4802
|
{
|
|
4826
4803
|
"kind": "class",
|
|
4827
|
-
"description": "The
|
|
4828
|
-
"name": "
|
|
4804
|
+
"description": "The AG Action Renderer element.",
|
|
4805
|
+
"name": "ActionRenderer",
|
|
4829
4806
|
"members": [
|
|
4830
4807
|
{
|
|
4831
4808
|
"kind": "field",
|
|
4832
|
-
"name": "
|
|
4833
|
-
"type": {
|
|
4834
|
-
"text": "ICellRendererFunc"
|
|
4835
|
-
},
|
|
4836
|
-
"privacy": "public"
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"kind": "field",
|
|
4840
|
-
"name": "rendererParams",
|
|
4809
|
+
"name": "params",
|
|
4841
4810
|
"type": {
|
|
4842
|
-
"text": "ICellRendererParams"
|
|
4811
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4843
4812
|
},
|
|
4844
4813
|
"privacy": "public"
|
|
4845
4814
|
},
|
|
4846
4815
|
{
|
|
4847
4816
|
"kind": "field",
|
|
4848
|
-
"name": "
|
|
4817
|
+
"name": "pendingAction",
|
|
4849
4818
|
"type": {
|
|
4850
|
-
"text": "
|
|
4819
|
+
"text": "boolean"
|
|
4851
4820
|
},
|
|
4852
4821
|
"privacy": "public"
|
|
4853
4822
|
},
|
|
@@ -4859,7 +4828,7 @@
|
|
|
4859
4828
|
{
|
|
4860
4829
|
"name": "params",
|
|
4861
4830
|
"type": {
|
|
4862
|
-
"text": "ICellRendererParams"
|
|
4831
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
4863
4832
|
}
|
|
4864
4833
|
}
|
|
4865
4834
|
]
|
|
@@ -4874,11 +4843,6 @@
|
|
|
4874
4843
|
}
|
|
4875
4844
|
}
|
|
4876
4845
|
},
|
|
4877
|
-
{
|
|
4878
|
-
"kind": "method",
|
|
4879
|
-
"name": "destroy",
|
|
4880
|
-
"privacy": "public"
|
|
4881
|
-
},
|
|
4882
4846
|
{
|
|
4883
4847
|
"kind": "method",
|
|
4884
4848
|
"name": "refresh",
|
|
@@ -4894,9 +4858,29 @@
|
|
|
4894
4858
|
},
|
|
4895
4859
|
{
|
|
4896
4860
|
"kind": "method",
|
|
4897
|
-
"name": "
|
|
4861
|
+
"name": "isDisabled",
|
|
4862
|
+
"privacy": "public",
|
|
4863
|
+
"return": {
|
|
4864
|
+
"type": {
|
|
4865
|
+
"text": "boolean"
|
|
4866
|
+
}
|
|
4867
|
+
},
|
|
4868
|
+
"parameters": [
|
|
4869
|
+
{
|
|
4870
|
+
"name": "data"
|
|
4871
|
+
}
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"kind": "method",
|
|
4876
|
+
"name": "clickHandler",
|
|
4898
4877
|
"privacy": "public"
|
|
4899
4878
|
},
|
|
4879
|
+
{
|
|
4880
|
+
"kind": "field",
|
|
4881
|
+
"name": "dataTestId",
|
|
4882
|
+
"readonly": true
|
|
4883
|
+
},
|
|
4900
4884
|
{
|
|
4901
4885
|
"kind": "field",
|
|
4902
4886
|
"name": "_presentation",
|
|
@@ -5013,74 +4997,78 @@
|
|
|
5013
4997
|
"name": "FoundationElement",
|
|
5014
4998
|
"package": "@microsoft/fast-foundation"
|
|
5015
4999
|
},
|
|
5016
|
-
"tagName": "grid-pro-
|
|
5000
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5017
5001
|
"customElement": true
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"kind": "variable",
|
|
5005
|
+
"name": "actionHeightMultiplier",
|
|
5006
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5007
|
+
"privacy": "public"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "variable",
|
|
5011
|
+
"name": "agActionRendererStyles",
|
|
5012
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5013
|
+
"description": "The AG Action Renderer Styles.",
|
|
5014
|
+
"privacy": "public"
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"kind": "variable",
|
|
5018
|
+
"name": "foundationGridProActionRenderer",
|
|
5019
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5020
|
+
"privacy": "public"
|
|
5018
5021
|
}
|
|
5019
5022
|
],
|
|
5020
5023
|
"exports": [
|
|
5021
5024
|
{
|
|
5022
5025
|
"kind": "js",
|
|
5023
|
-
"name": "
|
|
5026
|
+
"name": "ActionRenderer",
|
|
5024
5027
|
"declaration": {
|
|
5025
|
-
"name": "
|
|
5026
|
-
"module": "src/cell/
|
|
5028
|
+
"name": "ActionRenderer",
|
|
5029
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5027
5030
|
}
|
|
5028
5031
|
},
|
|
5029
5032
|
{
|
|
5030
|
-
"kind": "
|
|
5031
|
-
"name": "
|
|
5033
|
+
"kind": "js",
|
|
5034
|
+
"name": "actionHeightMultiplier",
|
|
5032
5035
|
"declaration": {
|
|
5033
|
-
"name": "
|
|
5034
|
-
"module": "src/cell/
|
|
5036
|
+
"name": "actionHeightMultiplier",
|
|
5037
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5035
5038
|
}
|
|
5036
|
-
}
|
|
5037
|
-
]
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "javascript-module",
|
|
5041
|
-
"path": "src/cell/index.ts",
|
|
5042
|
-
"declarations": [],
|
|
5043
|
-
"exports": [
|
|
5039
|
+
},
|
|
5044
5040
|
{
|
|
5045
5041
|
"kind": "js",
|
|
5046
|
-
"name": "
|
|
5042
|
+
"name": "agActionRendererStyles",
|
|
5047
5043
|
"declaration": {
|
|
5048
|
-
"name": "
|
|
5049
|
-
"
|
|
5044
|
+
"name": "agActionRendererStyles",
|
|
5045
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5050
5046
|
}
|
|
5051
5047
|
},
|
|
5052
5048
|
{
|
|
5053
5049
|
"kind": "js",
|
|
5054
|
-
"name": "
|
|
5050
|
+
"name": "foundationGridProActionRenderer",
|
|
5055
5051
|
"declaration": {
|
|
5056
|
-
"name": "
|
|
5057
|
-
"
|
|
5052
|
+
"name": "foundationGridProActionRenderer",
|
|
5053
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5058
5054
|
}
|
|
5059
5055
|
}
|
|
5060
5056
|
]
|
|
5061
5057
|
},
|
|
5062
5058
|
{
|
|
5063
5059
|
"kind": "javascript-module",
|
|
5064
|
-
"path": "src/cell-renderers/
|
|
5060
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5065
5061
|
"declarations": [
|
|
5066
5062
|
{
|
|
5067
5063
|
"kind": "class",
|
|
5068
|
-
"description": "The
|
|
5069
|
-
"name": "
|
|
5064
|
+
"description": "The Actions Menu Renderer element.",
|
|
5065
|
+
"name": "ActionsMenuRenderer",
|
|
5070
5066
|
"members": [
|
|
5071
5067
|
{
|
|
5072
5068
|
"kind": "field",
|
|
5073
5069
|
"name": "params",
|
|
5074
5070
|
"type": {
|
|
5075
|
-
"text": "ICellRendererParams
|
|
5076
|
-
},
|
|
5077
|
-
"privacy": "public"
|
|
5078
|
-
},
|
|
5079
|
-
{
|
|
5080
|
-
"kind": "field",
|
|
5081
|
-
"name": "pendingAction",
|
|
5082
|
-
"type": {
|
|
5083
|
-
"text": "boolean"
|
|
5071
|
+
"text": "ICellRendererParams"
|
|
5084
5072
|
},
|
|
5085
5073
|
"privacy": "public"
|
|
5086
5074
|
},
|
|
@@ -5092,7 +5080,7 @@
|
|
|
5092
5080
|
{
|
|
5093
5081
|
"name": "params",
|
|
5094
5082
|
"type": {
|
|
5095
|
-
"text": "ICellRendererParams
|
|
5083
|
+
"text": "ICellRendererParams"
|
|
5096
5084
|
}
|
|
5097
5085
|
}
|
|
5098
5086
|
]
|
|
@@ -5120,31 +5108,6 @@
|
|
|
5120
5108
|
}
|
|
5121
5109
|
]
|
|
5122
5110
|
},
|
|
5123
|
-
{
|
|
5124
|
-
"kind": "method",
|
|
5125
|
-
"name": "isDisabled",
|
|
5126
|
-
"privacy": "public",
|
|
5127
|
-
"return": {
|
|
5128
|
-
"type": {
|
|
5129
|
-
"text": "boolean"
|
|
5130
|
-
}
|
|
5131
|
-
},
|
|
5132
|
-
"parameters": [
|
|
5133
|
-
{
|
|
5134
|
-
"name": "data"
|
|
5135
|
-
}
|
|
5136
|
-
]
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"kind": "method",
|
|
5140
|
-
"name": "clickHandler",
|
|
5141
|
-
"privacy": "public"
|
|
5142
|
-
},
|
|
5143
|
-
{
|
|
5144
|
-
"kind": "field",
|
|
5145
|
-
"name": "dataTestId",
|
|
5146
|
-
"readonly": true
|
|
5147
|
-
},
|
|
5148
5111
|
{
|
|
5149
5112
|
"kind": "field",
|
|
5150
5113
|
"name": "_presentation",
|
|
@@ -5261,81 +5224,134 @@
|
|
|
5261
5224
|
"name": "FoundationElement",
|
|
5262
5225
|
"package": "@microsoft/fast-foundation"
|
|
5263
5226
|
},
|
|
5264
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5227
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5265
5228
|
"customElement": true
|
|
5266
5229
|
},
|
|
5267
5230
|
{
|
|
5268
5231
|
"kind": "variable",
|
|
5269
|
-
"name": "
|
|
5270
|
-
"description": "
|
|
5271
|
-
"privacy": "public"
|
|
5272
|
-
},
|
|
5273
|
-
{
|
|
5274
|
-
"kind": "variable",
|
|
5275
|
-
"name": "agActionRendererStyles",
|
|
5276
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5277
|
-
"description": "The AG Action Renderer Styles.",
|
|
5232
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5233
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5278
5234
|
"privacy": "public"
|
|
5279
5235
|
},
|
|
5280
5236
|
{
|
|
5281
|
-
"kind": "
|
|
5282
|
-
"name": "
|
|
5283
|
-
"
|
|
5237
|
+
"kind": "function",
|
|
5238
|
+
"name": "getActionsMenuDef",
|
|
5239
|
+
"return": {
|
|
5240
|
+
"type": {
|
|
5241
|
+
"text": ""
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
"parameters": [
|
|
5245
|
+
{
|
|
5246
|
+
"name": "actions",
|
|
5247
|
+
"type": {
|
|
5248
|
+
"text": "ActionMenuItem[]"
|
|
5249
|
+
},
|
|
5250
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "overrideDef",
|
|
5254
|
+
"default": "{}",
|
|
5255
|
+
"type": {
|
|
5256
|
+
"text": "ColDef"
|
|
5257
|
+
},
|
|
5258
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "customActionsOpenerName",
|
|
5262
|
+
"default": "'⋮'",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "string"
|
|
5265
|
+
},
|
|
5266
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "isVertical",
|
|
5270
|
+
"default": "false",
|
|
5271
|
+
"type": {
|
|
5272
|
+
"text": "boolean"
|
|
5273
|
+
},
|
|
5274
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "buttonAppearance",
|
|
5278
|
+
"optional": true,
|
|
5279
|
+
"type": {
|
|
5280
|
+
"text": "string"
|
|
5281
|
+
},
|
|
5282
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5284
5286
|
"privacy": "public"
|
|
5285
5287
|
}
|
|
5286
5288
|
],
|
|
5287
5289
|
"exports": [
|
|
5288
5290
|
{
|
|
5289
5291
|
"kind": "js",
|
|
5290
|
-
"name": "
|
|
5292
|
+
"name": "ActionsMenuRenderer",
|
|
5291
5293
|
"declaration": {
|
|
5292
|
-
"name": "
|
|
5293
|
-
"module": "src/cell-renderers/
|
|
5294
|
+
"name": "ActionsMenuRenderer",
|
|
5295
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5294
5296
|
}
|
|
5295
5297
|
},
|
|
5296
5298
|
{
|
|
5297
5299
|
"kind": "js",
|
|
5298
|
-
"name": "
|
|
5300
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5299
5301
|
"declaration": {
|
|
5300
|
-
"name": "
|
|
5301
|
-
"module": "src/cell-renderers/
|
|
5302
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5303
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5302
5304
|
}
|
|
5303
5305
|
},
|
|
5304
5306
|
{
|
|
5305
5307
|
"kind": "js",
|
|
5306
|
-
"name": "
|
|
5308
|
+
"name": "getActionsMenuDef",
|
|
5307
5309
|
"declaration": {
|
|
5308
|
-
"name": "
|
|
5309
|
-
"module": "src/cell-renderers/
|
|
5310
|
-
}
|
|
5311
|
-
},
|
|
5312
|
-
{
|
|
5313
|
-
"kind": "js",
|
|
5314
|
-
"name": "foundationGridProActionRenderer",
|
|
5315
|
-
"declaration": {
|
|
5316
|
-
"name": "foundationGridProActionRenderer",
|
|
5317
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5310
|
+
"name": "getActionsMenuDef",
|
|
5311
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5318
5312
|
}
|
|
5319
5313
|
}
|
|
5320
5314
|
]
|
|
5321
5315
|
},
|
|
5322
5316
|
{
|
|
5323
5317
|
"kind": "javascript-module",
|
|
5324
|
-
"path": "src/cell-renderers/
|
|
5318
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5325
5319
|
"declarations": [
|
|
5326
5320
|
{
|
|
5327
5321
|
"kind": "class",
|
|
5328
|
-
"description": "The
|
|
5329
|
-
"name": "
|
|
5322
|
+
"description": "The AG Boolean Renderer element.",
|
|
5323
|
+
"name": "BooleanRenderer",
|
|
5330
5324
|
"members": [
|
|
5331
5325
|
{
|
|
5332
5326
|
"kind": "field",
|
|
5333
5327
|
"name": "params",
|
|
5334
5328
|
"type": {
|
|
5335
|
-
"text": "ICellRendererParams"
|
|
5329
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5336
5330
|
},
|
|
5337
5331
|
"privacy": "public"
|
|
5338
5332
|
},
|
|
5333
|
+
{
|
|
5334
|
+
"kind": "field",
|
|
5335
|
+
"name": "selected",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "boolean"
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"kind": "method",
|
|
5342
|
+
"name": "isDisabled",
|
|
5343
|
+
"privacy": "public",
|
|
5344
|
+
"return": {
|
|
5345
|
+
"type": {
|
|
5346
|
+
"text": "boolean"
|
|
5347
|
+
}
|
|
5348
|
+
},
|
|
5349
|
+
"parameters": [
|
|
5350
|
+
{
|
|
5351
|
+
"name": "data"
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
},
|
|
5339
5355
|
{
|
|
5340
5356
|
"kind": "method",
|
|
5341
5357
|
"name": "init",
|
|
@@ -5359,6 +5375,11 @@
|
|
|
5359
5375
|
}
|
|
5360
5376
|
}
|
|
5361
5377
|
},
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "method",
|
|
5380
|
+
"name": "destroy",
|
|
5381
|
+
"privacy": "public"
|
|
5382
|
+
},
|
|
5362
5383
|
{
|
|
5363
5384
|
"kind": "method",
|
|
5364
5385
|
"name": "refresh",
|
|
@@ -5372,6 +5393,14 @@
|
|
|
5372
5393
|
}
|
|
5373
5394
|
]
|
|
5374
5395
|
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "method",
|
|
5398
|
+
"name": "getValue"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"kind": "method",
|
|
5402
|
+
"name": "isCancelBeforeStart"
|
|
5403
|
+
},
|
|
5375
5404
|
{
|
|
5376
5405
|
"kind": "field",
|
|
5377
5406
|
"name": "_presentation",
|
|
@@ -5488,134 +5517,92 @@
|
|
|
5488
5517
|
"name": "FoundationElement",
|
|
5489
5518
|
"package": "@microsoft/fast-foundation"
|
|
5490
5519
|
},
|
|
5491
|
-
"tagName": "%%prefix%%-
|
|
5520
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
5492
5521
|
"customElement": true
|
|
5493
5522
|
},
|
|
5494
5523
|
{
|
|
5495
5524
|
"kind": "variable",
|
|
5496
|
-
"name": "
|
|
5497
|
-
"
|
|
5525
|
+
"name": "agBooleanRendererStyles",
|
|
5526
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
5527
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
5498
5528
|
"privacy": "public"
|
|
5499
5529
|
},
|
|
5500
5530
|
{
|
|
5501
5531
|
"kind": "function",
|
|
5502
|
-
"name": "
|
|
5532
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5533
|
+
"parameters": [
|
|
5534
|
+
{
|
|
5535
|
+
"name": "designSystem",
|
|
5536
|
+
"default": "'foundation'",
|
|
5537
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
5503
5541
|
"return": {
|
|
5504
5542
|
"type": {
|
|
5505
5543
|
"text": ""
|
|
5506
5544
|
}
|
|
5507
5545
|
},
|
|
5508
|
-
"
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5515
|
-
},
|
|
5516
|
-
{
|
|
5517
|
-
"name": "overrideDef",
|
|
5518
|
-
"default": "{}",
|
|
5519
|
-
"type": {
|
|
5520
|
-
"text": "ColDef"
|
|
5521
|
-
},
|
|
5522
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5523
|
-
},
|
|
5524
|
-
{
|
|
5525
|
-
"name": "customActionsOpenerName",
|
|
5526
|
-
"default": "'⋮'",
|
|
5527
|
-
"type": {
|
|
5528
|
-
"text": "string"
|
|
5529
|
-
},
|
|
5530
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5531
|
-
},
|
|
5532
|
-
{
|
|
5533
|
-
"name": "isVertical",
|
|
5534
|
-
"default": "false",
|
|
5535
|
-
"type": {
|
|
5536
|
-
"text": "boolean"
|
|
5537
|
-
},
|
|
5538
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5539
|
-
},
|
|
5540
|
-
{
|
|
5541
|
-
"name": "buttonAppearance",
|
|
5542
|
-
"optional": true,
|
|
5543
|
-
"type": {
|
|
5544
|
-
"text": "string"
|
|
5545
|
-
},
|
|
5546
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5547
|
-
}
|
|
5548
|
-
],
|
|
5549
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5546
|
+
"privacy": "public"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"kind": "variable",
|
|
5550
|
+
"name": "foundationAgBooleanRenderer",
|
|
5551
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
5550
5552
|
"privacy": "public"
|
|
5551
5553
|
}
|
|
5552
5554
|
],
|
|
5553
5555
|
"exports": [
|
|
5554
5556
|
{
|
|
5555
5557
|
"kind": "js",
|
|
5556
|
-
"name": "
|
|
5558
|
+
"name": "BooleanRenderer",
|
|
5557
5559
|
"declaration": {
|
|
5558
|
-
"name": "
|
|
5559
|
-
"module": "src/cell-renderers/
|
|
5560
|
+
"name": "BooleanRenderer",
|
|
5561
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5560
5562
|
}
|
|
5561
5563
|
},
|
|
5562
5564
|
{
|
|
5563
5565
|
"kind": "js",
|
|
5564
|
-
"name": "
|
|
5566
|
+
"name": "agBooleanRendererStyles",
|
|
5565
5567
|
"declaration": {
|
|
5566
|
-
"name": "
|
|
5567
|
-
"module": "src/cell-renderers/
|
|
5568
|
+
"name": "agBooleanRendererStyles",
|
|
5569
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5568
5570
|
}
|
|
5569
5571
|
},
|
|
5570
5572
|
{
|
|
5571
5573
|
"kind": "js",
|
|
5572
|
-
"name": "
|
|
5574
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5573
5575
|
"declaration": {
|
|
5574
|
-
"name": "
|
|
5575
|
-
"module": "src/cell-renderers/
|
|
5576
|
+
"name": "getAgBooleanRendererTemplate",
|
|
5577
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5578
|
+
}
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "js",
|
|
5582
|
+
"name": "foundationAgBooleanRenderer",
|
|
5583
|
+
"declaration": {
|
|
5584
|
+
"name": "foundationAgBooleanRenderer",
|
|
5585
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5576
5586
|
}
|
|
5577
5587
|
}
|
|
5578
5588
|
]
|
|
5579
5589
|
},
|
|
5580
5590
|
{
|
|
5581
5591
|
"kind": "javascript-module",
|
|
5582
|
-
"path": "src/cell-renderers/
|
|
5592
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
5583
5593
|
"declarations": [
|
|
5584
5594
|
{
|
|
5585
5595
|
"kind": "class",
|
|
5586
|
-
"description": "The AG
|
|
5587
|
-
"name": "
|
|
5596
|
+
"description": "The AG Editable Renderer element.",
|
|
5597
|
+
"name": "EditableRenderer",
|
|
5588
5598
|
"members": [
|
|
5589
5599
|
{
|
|
5590
5600
|
"kind": "field",
|
|
5591
|
-
"name": "
|
|
5592
|
-
"type": {
|
|
5593
|
-
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5594
|
-
},
|
|
5595
|
-
"privacy": "public"
|
|
5596
|
-
},
|
|
5597
|
-
{
|
|
5598
|
-
"kind": "field",
|
|
5599
|
-
"name": "selected",
|
|
5601
|
+
"name": "valueFormatted",
|
|
5600
5602
|
"type": {
|
|
5601
|
-
"text": "
|
|
5603
|
+
"text": "string"
|
|
5602
5604
|
}
|
|
5603
5605
|
},
|
|
5604
|
-
{
|
|
5605
|
-
"kind": "method",
|
|
5606
|
-
"name": "isDisabled",
|
|
5607
|
-
"privacy": "public",
|
|
5608
|
-
"return": {
|
|
5609
|
-
"type": {
|
|
5610
|
-
"text": "boolean"
|
|
5611
|
-
}
|
|
5612
|
-
},
|
|
5613
|
-
"parameters": [
|
|
5614
|
-
{
|
|
5615
|
-
"name": "data"
|
|
5616
|
-
}
|
|
5617
|
-
]
|
|
5618
|
-
},
|
|
5619
5606
|
{
|
|
5620
5607
|
"kind": "method",
|
|
5621
5608
|
"name": "init",
|
|
@@ -5639,11 +5626,6 @@
|
|
|
5639
5626
|
}
|
|
5640
5627
|
}
|
|
5641
5628
|
},
|
|
5642
|
-
{
|
|
5643
|
-
"kind": "method",
|
|
5644
|
-
"name": "destroy",
|
|
5645
|
-
"privacy": "public"
|
|
5646
|
-
},
|
|
5647
5629
|
{
|
|
5648
5630
|
"kind": "method",
|
|
5649
5631
|
"name": "refresh",
|
|
@@ -5657,14 +5639,6 @@
|
|
|
5657
5639
|
}
|
|
5658
5640
|
]
|
|
5659
5641
|
},
|
|
5660
|
-
{
|
|
5661
|
-
"kind": "method",
|
|
5662
|
-
"name": "getValue"
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "method",
|
|
5666
|
-
"name": "isCancelBeforeStart"
|
|
5667
|
-
},
|
|
5668
5642
|
{
|
|
5669
5643
|
"kind": "field",
|
|
5670
5644
|
"name": "_presentation",
|
|
@@ -5781,19 +5755,19 @@
|
|
|
5781
5755
|
"name": "FoundationElement",
|
|
5782
5756
|
"package": "@microsoft/fast-foundation"
|
|
5783
5757
|
},
|
|
5784
|
-
"tagName": "%%prefix%%-
|
|
5758
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
5785
5759
|
"customElement": true
|
|
5786
5760
|
},
|
|
5787
5761
|
{
|
|
5788
5762
|
"kind": "variable",
|
|
5789
|
-
"name": "
|
|
5790
|
-
"default": "css`\n :host {\n
|
|
5791
|
-
"description": "The AG
|
|
5763
|
+
"name": "agEditableRendererStyles",
|
|
5764
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
5765
|
+
"description": "The AG Editable Renderer Styles.",
|
|
5792
5766
|
"privacy": "public"
|
|
5793
5767
|
},
|
|
5794
5768
|
{
|
|
5795
5769
|
"kind": "function",
|
|
5796
|
-
"name": "
|
|
5770
|
+
"name": "getAgEditableRendererTemplate",
|
|
5797
5771
|
"parameters": [
|
|
5798
5772
|
{
|
|
5799
5773
|
"name": "designSystem",
|
|
@@ -5811,289 +5785,51 @@
|
|
|
5811
5785
|
},
|
|
5812
5786
|
{
|
|
5813
5787
|
"kind": "variable",
|
|
5814
|
-
"name": "
|
|
5815
|
-
"description": "A function that returns a Foundation
|
|
5788
|
+
"name": "foundationAgEditableRenderer",
|
|
5789
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
5816
5790
|
"privacy": "public"
|
|
5817
5791
|
}
|
|
5818
5792
|
],
|
|
5819
5793
|
"exports": [
|
|
5820
5794
|
{
|
|
5821
5795
|
"kind": "js",
|
|
5822
|
-
"name": "
|
|
5796
|
+
"name": "EditableRenderer",
|
|
5823
5797
|
"declaration": {
|
|
5824
|
-
"name": "
|
|
5825
|
-
"module": "src/cell-renderers/
|
|
5798
|
+
"name": "EditableRenderer",
|
|
5799
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5826
5800
|
}
|
|
5827
5801
|
},
|
|
5828
5802
|
{
|
|
5829
5803
|
"kind": "js",
|
|
5830
|
-
"name": "
|
|
5804
|
+
"name": "agEditableRendererStyles",
|
|
5831
5805
|
"declaration": {
|
|
5832
|
-
"name": "
|
|
5833
|
-
"module": "src/cell-renderers/
|
|
5806
|
+
"name": "agEditableRendererStyles",
|
|
5807
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5834
5808
|
}
|
|
5835
5809
|
},
|
|
5836
5810
|
{
|
|
5837
5811
|
"kind": "js",
|
|
5838
|
-
"name": "
|
|
5812
|
+
"name": "getAgEditableRendererTemplate",
|
|
5839
5813
|
"declaration": {
|
|
5840
|
-
"name": "
|
|
5841
|
-
"module": "src/cell-renderers/
|
|
5814
|
+
"name": "getAgEditableRendererTemplate",
|
|
5815
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5842
5816
|
}
|
|
5843
5817
|
},
|
|
5844
5818
|
{
|
|
5845
5819
|
"kind": "js",
|
|
5846
|
-
"name": "
|
|
5820
|
+
"name": "foundationAgEditableRenderer",
|
|
5847
5821
|
"declaration": {
|
|
5848
|
-
"name": "
|
|
5849
|
-
"module": "src/cell-renderers/
|
|
5822
|
+
"name": "foundationAgEditableRenderer",
|
|
5823
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
5850
5824
|
}
|
|
5851
5825
|
}
|
|
5852
5826
|
]
|
|
5853
5827
|
},
|
|
5854
5828
|
{
|
|
5855
5829
|
"kind": "javascript-module",
|
|
5856
|
-
"path": "src/cell-renderers/
|
|
5857
|
-
"declarations": [
|
|
5858
|
-
|
|
5859
|
-
"kind": "class",
|
|
5860
|
-
"description": "The AG Editable Renderer element.",
|
|
5861
|
-
"name": "EditableRenderer",
|
|
5862
|
-
"members": [
|
|
5863
|
-
{
|
|
5864
|
-
"kind": "field",
|
|
5865
|
-
"name": "valueFormatted",
|
|
5866
|
-
"type": {
|
|
5867
|
-
"text": "string"
|
|
5868
|
-
}
|
|
5869
|
-
},
|
|
5870
|
-
{
|
|
5871
|
-
"kind": "method",
|
|
5872
|
-
"name": "init",
|
|
5873
|
-
"privacy": "public",
|
|
5874
|
-
"parameters": [
|
|
5875
|
-
{
|
|
5876
|
-
"name": "params",
|
|
5877
|
-
"type": {
|
|
5878
|
-
"text": "ICellRendererParams"
|
|
5879
|
-
}
|
|
5880
|
-
}
|
|
5881
|
-
]
|
|
5882
|
-
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "method",
|
|
5885
|
-
"name": "getGui",
|
|
5886
|
-
"privacy": "public",
|
|
5887
|
-
"return": {
|
|
5888
|
-
"type": {
|
|
5889
|
-
"text": "HTMLElement"
|
|
5890
|
-
}
|
|
5891
|
-
}
|
|
5892
|
-
},
|
|
5893
|
-
{
|
|
5894
|
-
"kind": "method",
|
|
5895
|
-
"name": "refresh",
|
|
5896
|
-
"privacy": "public",
|
|
5897
|
-
"parameters": [
|
|
5898
|
-
{
|
|
5899
|
-
"name": "params",
|
|
5900
|
-
"type": {
|
|
5901
|
-
"text": "ICellRendererParams"
|
|
5902
|
-
}
|
|
5903
|
-
}
|
|
5904
|
-
]
|
|
5905
|
-
},
|
|
5906
|
-
{
|
|
5907
|
-
"kind": "field",
|
|
5908
|
-
"name": "_presentation",
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5911
|
-
},
|
|
5912
|
-
"privacy": "private",
|
|
5913
|
-
"default": "void 0",
|
|
5914
|
-
"inheritedFrom": {
|
|
5915
|
-
"name": "FoundationElement",
|
|
5916
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5917
|
-
}
|
|
5918
|
-
},
|
|
5919
|
-
{
|
|
5920
|
-
"kind": "field",
|
|
5921
|
-
"name": "$presentation",
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "ComponentPresentation | null"
|
|
5924
|
-
},
|
|
5925
|
-
"privacy": "public",
|
|
5926
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5927
|
-
"inheritedFrom": {
|
|
5928
|
-
"name": "FoundationElement",
|
|
5929
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5930
|
-
}
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"kind": "field",
|
|
5934
|
-
"name": "template",
|
|
5935
|
-
"type": {
|
|
5936
|
-
"text": "ElementViewTemplate | void | null"
|
|
5937
|
-
},
|
|
5938
|
-
"privacy": "public",
|
|
5939
|
-
"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.",
|
|
5940
|
-
"inheritedFrom": {
|
|
5941
|
-
"name": "FoundationElement",
|
|
5942
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5943
|
-
}
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"kind": "method",
|
|
5947
|
-
"name": "templateChanged",
|
|
5948
|
-
"privacy": "protected",
|
|
5949
|
-
"return": {
|
|
5950
|
-
"type": {
|
|
5951
|
-
"text": "void"
|
|
5952
|
-
}
|
|
5953
|
-
},
|
|
5954
|
-
"inheritedFrom": {
|
|
5955
|
-
"name": "FoundationElement",
|
|
5956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5957
|
-
}
|
|
5958
|
-
},
|
|
5959
|
-
{
|
|
5960
|
-
"kind": "field",
|
|
5961
|
-
"name": "styles",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "ElementStyles | void | null"
|
|
5964
|
-
},
|
|
5965
|
-
"privacy": "public",
|
|
5966
|
-
"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.",
|
|
5967
|
-
"inheritedFrom": {
|
|
5968
|
-
"name": "FoundationElement",
|
|
5969
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5970
|
-
}
|
|
5971
|
-
},
|
|
5972
|
-
{
|
|
5973
|
-
"kind": "method",
|
|
5974
|
-
"name": "stylesChanged",
|
|
5975
|
-
"privacy": "protected",
|
|
5976
|
-
"return": {
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "void"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
"inheritedFrom": {
|
|
5982
|
-
"name": "FoundationElement",
|
|
5983
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"kind": "method",
|
|
5988
|
-
"name": "compose",
|
|
5989
|
-
"privacy": "public",
|
|
5990
|
-
"static": true,
|
|
5991
|
-
"return": {
|
|
5992
|
-
"type": {
|
|
5993
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5994
|
-
}
|
|
5995
|
-
},
|
|
5996
|
-
"parameters": [
|
|
5997
|
-
{
|
|
5998
|
-
"name": "this",
|
|
5999
|
-
"type": {
|
|
6000
|
-
"text": "K"
|
|
6001
|
-
}
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"name": "elementDefinition",
|
|
6005
|
-
"type": {
|
|
6006
|
-
"text": "T"
|
|
6007
|
-
},
|
|
6008
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6009
|
-
}
|
|
6010
|
-
],
|
|
6011
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6012
|
-
"inheritedFrom": {
|
|
6013
|
-
"name": "FoundationElement",
|
|
6014
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
],
|
|
6018
|
-
"superclass": {
|
|
6019
|
-
"name": "FoundationElement",
|
|
6020
|
-
"package": "@microsoft/fast-foundation"
|
|
6021
|
-
},
|
|
6022
|
-
"tagName": "%%prefix%%-editable-renderer",
|
|
6023
|
-
"customElement": true
|
|
6024
|
-
},
|
|
6025
|
-
{
|
|
6026
|
-
"kind": "variable",
|
|
6027
|
-
"name": "agEditableRendererStyles",
|
|
6028
|
-
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6029
|
-
"description": "The AG Editable Renderer Styles.",
|
|
6030
|
-
"privacy": "public"
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"kind": "function",
|
|
6034
|
-
"name": "getAgEditableRendererTemplate",
|
|
6035
|
-
"parameters": [
|
|
6036
|
-
{
|
|
6037
|
-
"name": "designSystem",
|
|
6038
|
-
"default": "'foundation'",
|
|
6039
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6040
|
-
}
|
|
6041
|
-
],
|
|
6042
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
6043
|
-
"return": {
|
|
6044
|
-
"type": {
|
|
6045
|
-
"text": ""
|
|
6046
|
-
}
|
|
6047
|
-
},
|
|
6048
|
-
"privacy": "public"
|
|
6049
|
-
},
|
|
6050
|
-
{
|
|
6051
|
-
"kind": "variable",
|
|
6052
|
-
"name": "foundationAgEditableRenderer",
|
|
6053
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6054
|
-
"privacy": "public"
|
|
6055
|
-
}
|
|
6056
|
-
],
|
|
6057
|
-
"exports": [
|
|
6058
|
-
{
|
|
6059
|
-
"kind": "js",
|
|
6060
|
-
"name": "EditableRenderer",
|
|
6061
|
-
"declaration": {
|
|
6062
|
-
"name": "EditableRenderer",
|
|
6063
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6064
|
-
}
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"kind": "js",
|
|
6068
|
-
"name": "agEditableRendererStyles",
|
|
6069
|
-
"declaration": {
|
|
6070
|
-
"name": "agEditableRendererStyles",
|
|
6071
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6072
|
-
}
|
|
6073
|
-
},
|
|
6074
|
-
{
|
|
6075
|
-
"kind": "js",
|
|
6076
|
-
"name": "getAgEditableRendererTemplate",
|
|
6077
|
-
"declaration": {
|
|
6078
|
-
"name": "getAgEditableRendererTemplate",
|
|
6079
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"kind": "js",
|
|
6084
|
-
"name": "foundationAgEditableRenderer",
|
|
6085
|
-
"declaration": {
|
|
6086
|
-
"name": "foundationAgEditableRenderer",
|
|
6087
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6088
|
-
}
|
|
6089
|
-
}
|
|
6090
|
-
]
|
|
6091
|
-
},
|
|
6092
|
-
{
|
|
6093
|
-
"kind": "javascript-module",
|
|
6094
|
-
"path": "src/cell-renderers/index.ts",
|
|
6095
|
-
"declarations": [],
|
|
6096
|
-
"exports": [
|
|
5830
|
+
"path": "src/cell-renderers/index.ts",
|
|
5831
|
+
"declarations": [],
|
|
5832
|
+
"exports": [
|
|
6097
5833
|
{
|
|
6098
5834
|
"kind": "js",
|
|
6099
5835
|
"name": "*",
|
|
@@ -7287,140 +7023,105 @@
|
|
|
7287
7023
|
},
|
|
7288
7024
|
{
|
|
7289
7025
|
"kind": "javascript-module",
|
|
7290
|
-
"path": "src/
|
|
7026
|
+
"path": "src/cell/cell.template.ts",
|
|
7291
7027
|
"declarations": [
|
|
7292
7028
|
{
|
|
7293
7029
|
"kind": "variable",
|
|
7294
|
-
"name": "
|
|
7295
|
-
"default": "html<
|
|
7296
|
-
"description": "The Grid Pro
|
|
7030
|
+
"name": "CellTemplate",
|
|
7031
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
7032
|
+
"description": "The Grid Pro Cell Template.",
|
|
7297
7033
|
"privacy": "public"
|
|
7298
7034
|
}
|
|
7299
7035
|
],
|
|
7300
7036
|
"exports": [
|
|
7301
7037
|
{
|
|
7302
7038
|
"kind": "js",
|
|
7303
|
-
"name": "
|
|
7039
|
+
"name": "CellTemplate",
|
|
7304
7040
|
"declaration": {
|
|
7305
|
-
"name": "
|
|
7306
|
-
"module": "src/
|
|
7041
|
+
"name": "CellTemplate",
|
|
7042
|
+
"module": "src/cell/cell.template.ts"
|
|
7307
7043
|
}
|
|
7308
7044
|
}
|
|
7309
7045
|
]
|
|
7310
7046
|
},
|
|
7311
7047
|
{
|
|
7312
7048
|
"kind": "javascript-module",
|
|
7313
|
-
"path": "src/
|
|
7049
|
+
"path": "src/cell/cell.ts",
|
|
7314
7050
|
"declarations": [
|
|
7315
7051
|
{
|
|
7316
7052
|
"kind": "class",
|
|
7317
|
-
"description": "The Grid Pro
|
|
7318
|
-
"name": "
|
|
7053
|
+
"description": "The Grid Pro Cell element.",
|
|
7054
|
+
"name": "GridProCell",
|
|
7319
7055
|
"members": [
|
|
7320
7056
|
{
|
|
7321
7057
|
"kind": "field",
|
|
7322
|
-
"name": "
|
|
7058
|
+
"name": "renderer",
|
|
7323
7059
|
"type": {
|
|
7324
|
-
"text": "
|
|
7060
|
+
"text": "ICellRendererFunc"
|
|
7325
7061
|
},
|
|
7326
7062
|
"privacy": "public"
|
|
7327
7063
|
},
|
|
7328
7064
|
{
|
|
7329
7065
|
"kind": "field",
|
|
7330
|
-
"name": "
|
|
7066
|
+
"name": "rendererParams",
|
|
7331
7067
|
"type": {
|
|
7332
|
-
"text": "
|
|
7068
|
+
"text": "ICellRendererParams"
|
|
7333
7069
|
},
|
|
7334
|
-
"
|
|
7070
|
+
"privacy": "public"
|
|
7335
7071
|
},
|
|
7336
7072
|
{
|
|
7337
|
-
"kind": "
|
|
7338
|
-
"name": "
|
|
7073
|
+
"kind": "field",
|
|
7074
|
+
"name": "slottedRenderer",
|
|
7075
|
+
"type": {
|
|
7076
|
+
"text": "HTMLElement[]"
|
|
7077
|
+
},
|
|
7339
7078
|
"privacy": "public"
|
|
7340
7079
|
},
|
|
7341
7080
|
{
|
|
7342
7081
|
"kind": "method",
|
|
7343
|
-
"name": "
|
|
7344
|
-
"
|
|
7345
|
-
"type": {
|
|
7346
|
-
"text": "Node"
|
|
7347
|
-
}
|
|
7348
|
-
},
|
|
7349
|
-
"inheritedFrom": {
|
|
7350
|
-
"name": "LifecycleMixin",
|
|
7351
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7352
|
-
}
|
|
7353
|
-
},
|
|
7354
|
-
{
|
|
7355
|
-
"kind": "method",
|
|
7356
|
-
"name": "cloneNode",
|
|
7357
|
-
"return": {
|
|
7358
|
-
"type": {
|
|
7359
|
-
"text": "Node"
|
|
7360
|
-
}
|
|
7361
|
-
},
|
|
7082
|
+
"name": "init",
|
|
7083
|
+
"privacy": "public",
|
|
7362
7084
|
"parameters": [
|
|
7363
7085
|
{
|
|
7364
|
-
"name": "
|
|
7365
|
-
"optional": true,
|
|
7086
|
+
"name": "params",
|
|
7366
7087
|
"type": {
|
|
7367
|
-
"text": "
|
|
7088
|
+
"text": "ICellRendererParams"
|
|
7368
7089
|
}
|
|
7369
7090
|
}
|
|
7370
|
-
]
|
|
7371
|
-
"inheritedFrom": {
|
|
7372
|
-
"name": "LifecycleMixin",
|
|
7373
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7374
|
-
}
|
|
7091
|
+
]
|
|
7375
7092
|
},
|
|
7376
7093
|
{
|
|
7377
|
-
"kind": "
|
|
7378
|
-
"name": "
|
|
7094
|
+
"kind": "method",
|
|
7095
|
+
"name": "getGui",
|
|
7096
|
+
"privacy": "public",
|
|
7379
7097
|
"return": {
|
|
7380
7098
|
"type": {
|
|
7381
|
-
"text": ""
|
|
7099
|
+
"text": "HTMLElement"
|
|
7382
7100
|
}
|
|
7383
|
-
},
|
|
7384
|
-
"readonly": true,
|
|
7385
|
-
"inheritedFrom": {
|
|
7386
|
-
"name": "LifecycleMixin",
|
|
7387
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7388
7101
|
}
|
|
7389
7102
|
},
|
|
7390
7103
|
{
|
|
7391
|
-
"kind": "
|
|
7392
|
-
"name": "
|
|
7393
|
-
"
|
|
7394
|
-
"type": {
|
|
7395
|
-
"text": ""
|
|
7396
|
-
}
|
|
7397
|
-
},
|
|
7398
|
-
"readonly": true,
|
|
7399
|
-
"inheritedFrom": {
|
|
7400
|
-
"name": "LifecycleMixin",
|
|
7401
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7402
|
-
}
|
|
7104
|
+
"kind": "method",
|
|
7105
|
+
"name": "destroy",
|
|
7106
|
+
"privacy": "public"
|
|
7403
7107
|
},
|
|
7404
7108
|
{
|
|
7405
7109
|
"kind": "method",
|
|
7406
|
-
"name": "
|
|
7407
|
-
"
|
|
7408
|
-
"type": {
|
|
7409
|
-
"text": "boolean"
|
|
7410
|
-
}
|
|
7411
|
-
},
|
|
7110
|
+
"name": "refresh",
|
|
7111
|
+
"privacy": "public",
|
|
7412
7112
|
"parameters": [
|
|
7413
7113
|
{
|
|
7414
|
-
"name": "
|
|
7114
|
+
"name": "params",
|
|
7415
7115
|
"type": {
|
|
7416
|
-
"text": "
|
|
7116
|
+
"text": "ICellRendererParams"
|
|
7417
7117
|
}
|
|
7418
7118
|
}
|
|
7419
|
-
]
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
|
|
7119
|
+
]
|
|
7120
|
+
},
|
|
7121
|
+
{
|
|
7122
|
+
"kind": "method",
|
|
7123
|
+
"name": "slottedAgRendererChanged",
|
|
7124
|
+
"privacy": "public"
|
|
7424
7125
|
},
|
|
7425
7126
|
{
|
|
7426
7127
|
"kind": "field",
|
|
@@ -7534,42 +7235,36 @@
|
|
|
7534
7235
|
}
|
|
7535
7236
|
}
|
|
7536
7237
|
],
|
|
7537
|
-
"mixins": [
|
|
7538
|
-
{
|
|
7539
|
-
"name": "LifecycleMixin",
|
|
7540
|
-
"package": "@genesislcap/foundation-utils"
|
|
7541
|
-
}
|
|
7542
|
-
],
|
|
7543
7238
|
"superclass": {
|
|
7544
7239
|
"name": "FoundationElement",
|
|
7545
7240
|
"package": "@microsoft/fast-foundation"
|
|
7546
7241
|
},
|
|
7547
|
-
"tagName": "grid-pro-
|
|
7242
|
+
"tagName": "grid-pro-cell",
|
|
7548
7243
|
"customElement": true
|
|
7549
7244
|
}
|
|
7550
7245
|
],
|
|
7551
7246
|
"exports": [
|
|
7552
7247
|
{
|
|
7553
7248
|
"kind": "js",
|
|
7554
|
-
"name": "
|
|
7249
|
+
"name": "GridProCell",
|
|
7555
7250
|
"declaration": {
|
|
7556
|
-
"name": "
|
|
7557
|
-
"module": "src/
|
|
7251
|
+
"name": "GridProCell",
|
|
7252
|
+
"module": "src/cell/cell.ts"
|
|
7558
7253
|
}
|
|
7559
7254
|
},
|
|
7560
7255
|
{
|
|
7561
7256
|
"kind": "custom-element-definition",
|
|
7562
|
-
"name": "grid-pro-
|
|
7257
|
+
"name": "grid-pro-cell",
|
|
7563
7258
|
"declaration": {
|
|
7564
|
-
"name": "
|
|
7565
|
-
"module": "src/
|
|
7259
|
+
"name": "GridProCell",
|
|
7260
|
+
"module": "src/cell/cell.ts"
|
|
7566
7261
|
}
|
|
7567
7262
|
}
|
|
7568
7263
|
]
|
|
7569
7264
|
},
|
|
7570
7265
|
{
|
|
7571
7266
|
"kind": "javascript-module",
|
|
7572
|
-
"path": "src/
|
|
7267
|
+
"path": "src/cell/index.ts",
|
|
7573
7268
|
"declarations": [],
|
|
7574
7269
|
"exports": [
|
|
7575
7270
|
{
|
|
@@ -7577,15 +7272,7 @@
|
|
|
7577
7272
|
"name": "*",
|
|
7578
7273
|
"declaration": {
|
|
7579
7274
|
"name": "*",
|
|
7580
|
-
"package": "./
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"kind": "js",
|
|
7585
|
-
"name": "*",
|
|
7586
|
-
"declaration": {
|
|
7587
|
-
"name": "*",
|
|
7588
|
-
"package": "./column"
|
|
7275
|
+
"package": "./cell.template"
|
|
7589
7276
|
}
|
|
7590
7277
|
},
|
|
7591
7278
|
{
|
|
@@ -7593,7 +7280,7 @@
|
|
|
7593
7280
|
"name": "*",
|
|
7594
7281
|
"declaration": {
|
|
7595
7282
|
"name": "*",
|
|
7596
|
-
"package": "./
|
|
7283
|
+
"package": "./cell"
|
|
7597
7284
|
}
|
|
7598
7285
|
}
|
|
7599
7286
|
]
|
|
@@ -14643,6 +14330,319 @@
|
|
|
14643
14330
|
}
|
|
14644
14331
|
]
|
|
14645
14332
|
},
|
|
14333
|
+
{
|
|
14334
|
+
"kind": "javascript-module",
|
|
14335
|
+
"path": "src/column/column.template.ts",
|
|
14336
|
+
"declarations": [
|
|
14337
|
+
{
|
|
14338
|
+
"kind": "variable",
|
|
14339
|
+
"name": "ColumnTemplate",
|
|
14340
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
14341
|
+
"description": "The Grid Pro Column Template.",
|
|
14342
|
+
"privacy": "public"
|
|
14343
|
+
}
|
|
14344
|
+
],
|
|
14345
|
+
"exports": [
|
|
14346
|
+
{
|
|
14347
|
+
"kind": "js",
|
|
14348
|
+
"name": "ColumnTemplate",
|
|
14349
|
+
"declaration": {
|
|
14350
|
+
"name": "ColumnTemplate",
|
|
14351
|
+
"module": "src/column/column.template.ts"
|
|
14352
|
+
}
|
|
14353
|
+
}
|
|
14354
|
+
]
|
|
14355
|
+
},
|
|
14356
|
+
{
|
|
14357
|
+
"kind": "javascript-module",
|
|
14358
|
+
"path": "src/column/column.ts",
|
|
14359
|
+
"declarations": [
|
|
14360
|
+
{
|
|
14361
|
+
"kind": "class",
|
|
14362
|
+
"description": "The Grid Pro Column element.",
|
|
14363
|
+
"name": "GridProColumn",
|
|
14364
|
+
"members": [
|
|
14365
|
+
{
|
|
14366
|
+
"kind": "field",
|
|
14367
|
+
"name": "slottedAgCell",
|
|
14368
|
+
"type": {
|
|
14369
|
+
"text": "HTMLElement[]"
|
|
14370
|
+
},
|
|
14371
|
+
"privacy": "public"
|
|
14372
|
+
},
|
|
14373
|
+
{
|
|
14374
|
+
"kind": "field",
|
|
14375
|
+
"name": "definition",
|
|
14376
|
+
"type": {
|
|
14377
|
+
"text": "ColDef"
|
|
14378
|
+
},
|
|
14379
|
+
"default": "{}"
|
|
14380
|
+
},
|
|
14381
|
+
{
|
|
14382
|
+
"kind": "method",
|
|
14383
|
+
"name": "slottedAgCellChanged",
|
|
14384
|
+
"privacy": "public"
|
|
14385
|
+
},
|
|
14386
|
+
{
|
|
14387
|
+
"kind": "method",
|
|
14388
|
+
"name": "deepClone",
|
|
14389
|
+
"return": {
|
|
14390
|
+
"type": {
|
|
14391
|
+
"text": "Node"
|
|
14392
|
+
}
|
|
14393
|
+
},
|
|
14394
|
+
"inheritedFrom": {
|
|
14395
|
+
"name": "LifecycleMixin",
|
|
14396
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14397
|
+
}
|
|
14398
|
+
},
|
|
14399
|
+
{
|
|
14400
|
+
"kind": "method",
|
|
14401
|
+
"name": "cloneNode",
|
|
14402
|
+
"return": {
|
|
14403
|
+
"type": {
|
|
14404
|
+
"text": "Node"
|
|
14405
|
+
}
|
|
14406
|
+
},
|
|
14407
|
+
"parameters": [
|
|
14408
|
+
{
|
|
14409
|
+
"name": "deep",
|
|
14410
|
+
"optional": true,
|
|
14411
|
+
"type": {
|
|
14412
|
+
"text": "boolean"
|
|
14413
|
+
}
|
|
14414
|
+
}
|
|
14415
|
+
],
|
|
14416
|
+
"inheritedFrom": {
|
|
14417
|
+
"name": "LifecycleMixin",
|
|
14418
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14419
|
+
}
|
|
14420
|
+
},
|
|
14421
|
+
{
|
|
14422
|
+
"kind": "field",
|
|
14423
|
+
"name": "shouldRunDisconnect",
|
|
14424
|
+
"return": {
|
|
14425
|
+
"type": {
|
|
14426
|
+
"text": ""
|
|
14427
|
+
}
|
|
14428
|
+
},
|
|
14429
|
+
"readonly": true,
|
|
14430
|
+
"inheritedFrom": {
|
|
14431
|
+
"name": "LifecycleMixin",
|
|
14432
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14433
|
+
}
|
|
14434
|
+
},
|
|
14435
|
+
{
|
|
14436
|
+
"kind": "field",
|
|
14437
|
+
"name": "shouldRunConnect",
|
|
14438
|
+
"return": {
|
|
14439
|
+
"type": {
|
|
14440
|
+
"text": ""
|
|
14441
|
+
}
|
|
14442
|
+
},
|
|
14443
|
+
"readonly": true,
|
|
14444
|
+
"inheritedFrom": {
|
|
14445
|
+
"name": "LifecycleMixin",
|
|
14446
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14447
|
+
}
|
|
14448
|
+
},
|
|
14449
|
+
{
|
|
14450
|
+
"kind": "method",
|
|
14451
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
14452
|
+
"return": {
|
|
14453
|
+
"type": {
|
|
14454
|
+
"text": "boolean"
|
|
14455
|
+
}
|
|
14456
|
+
},
|
|
14457
|
+
"parameters": [
|
|
14458
|
+
{
|
|
14459
|
+
"name": "lifecycleType",
|
|
14460
|
+
"type": {
|
|
14461
|
+
"text": "Lifecycletype"
|
|
14462
|
+
}
|
|
14463
|
+
}
|
|
14464
|
+
],
|
|
14465
|
+
"inheritedFrom": {
|
|
14466
|
+
"name": "LifecycleMixin",
|
|
14467
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14468
|
+
}
|
|
14469
|
+
},
|
|
14470
|
+
{
|
|
14471
|
+
"kind": "field",
|
|
14472
|
+
"name": "_presentation",
|
|
14473
|
+
"type": {
|
|
14474
|
+
"text": "ComponentPresentation | null | undefined"
|
|
14475
|
+
},
|
|
14476
|
+
"privacy": "private",
|
|
14477
|
+
"default": "void 0",
|
|
14478
|
+
"inheritedFrom": {
|
|
14479
|
+
"name": "FoundationElement",
|
|
14480
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14481
|
+
}
|
|
14482
|
+
},
|
|
14483
|
+
{
|
|
14484
|
+
"kind": "field",
|
|
14485
|
+
"name": "$presentation",
|
|
14486
|
+
"type": {
|
|
14487
|
+
"text": "ComponentPresentation | null"
|
|
14488
|
+
},
|
|
14489
|
+
"privacy": "public",
|
|
14490
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
14491
|
+
"inheritedFrom": {
|
|
14492
|
+
"name": "FoundationElement",
|
|
14493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14494
|
+
}
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"kind": "field",
|
|
14498
|
+
"name": "template",
|
|
14499
|
+
"type": {
|
|
14500
|
+
"text": "ElementViewTemplate | void | null"
|
|
14501
|
+
},
|
|
14502
|
+
"privacy": "public",
|
|
14503
|
+
"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.",
|
|
14504
|
+
"inheritedFrom": {
|
|
14505
|
+
"name": "FoundationElement",
|
|
14506
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14507
|
+
}
|
|
14508
|
+
},
|
|
14509
|
+
{
|
|
14510
|
+
"kind": "method",
|
|
14511
|
+
"name": "templateChanged",
|
|
14512
|
+
"privacy": "protected",
|
|
14513
|
+
"return": {
|
|
14514
|
+
"type": {
|
|
14515
|
+
"text": "void"
|
|
14516
|
+
}
|
|
14517
|
+
},
|
|
14518
|
+
"inheritedFrom": {
|
|
14519
|
+
"name": "FoundationElement",
|
|
14520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14521
|
+
}
|
|
14522
|
+
},
|
|
14523
|
+
{
|
|
14524
|
+
"kind": "field",
|
|
14525
|
+
"name": "styles",
|
|
14526
|
+
"type": {
|
|
14527
|
+
"text": "ElementStyles | void | null"
|
|
14528
|
+
},
|
|
14529
|
+
"privacy": "public",
|
|
14530
|
+
"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.",
|
|
14531
|
+
"inheritedFrom": {
|
|
14532
|
+
"name": "FoundationElement",
|
|
14533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14534
|
+
}
|
|
14535
|
+
},
|
|
14536
|
+
{
|
|
14537
|
+
"kind": "method",
|
|
14538
|
+
"name": "stylesChanged",
|
|
14539
|
+
"privacy": "protected",
|
|
14540
|
+
"return": {
|
|
14541
|
+
"type": {
|
|
14542
|
+
"text": "void"
|
|
14543
|
+
}
|
|
14544
|
+
},
|
|
14545
|
+
"inheritedFrom": {
|
|
14546
|
+
"name": "FoundationElement",
|
|
14547
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14548
|
+
}
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"kind": "method",
|
|
14552
|
+
"name": "compose",
|
|
14553
|
+
"privacy": "public",
|
|
14554
|
+
"static": true,
|
|
14555
|
+
"return": {
|
|
14556
|
+
"type": {
|
|
14557
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
14558
|
+
}
|
|
14559
|
+
},
|
|
14560
|
+
"parameters": [
|
|
14561
|
+
{
|
|
14562
|
+
"name": "this",
|
|
14563
|
+
"type": {
|
|
14564
|
+
"text": "K"
|
|
14565
|
+
}
|
|
14566
|
+
},
|
|
14567
|
+
{
|
|
14568
|
+
"name": "elementDefinition",
|
|
14569
|
+
"type": {
|
|
14570
|
+
"text": "T"
|
|
14571
|
+
},
|
|
14572
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
14573
|
+
}
|
|
14574
|
+
],
|
|
14575
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
14576
|
+
"inheritedFrom": {
|
|
14577
|
+
"name": "FoundationElement",
|
|
14578
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14579
|
+
}
|
|
14580
|
+
}
|
|
14581
|
+
],
|
|
14582
|
+
"mixins": [
|
|
14583
|
+
{
|
|
14584
|
+
"name": "LifecycleMixin",
|
|
14585
|
+
"package": "@genesislcap/foundation-utils"
|
|
14586
|
+
}
|
|
14587
|
+
],
|
|
14588
|
+
"superclass": {
|
|
14589
|
+
"name": "FoundationElement",
|
|
14590
|
+
"package": "@microsoft/fast-foundation"
|
|
14591
|
+
},
|
|
14592
|
+
"tagName": "grid-pro-column",
|
|
14593
|
+
"customElement": true
|
|
14594
|
+
}
|
|
14595
|
+
],
|
|
14596
|
+
"exports": [
|
|
14597
|
+
{
|
|
14598
|
+
"kind": "js",
|
|
14599
|
+
"name": "GridProColumn",
|
|
14600
|
+
"declaration": {
|
|
14601
|
+
"name": "GridProColumn",
|
|
14602
|
+
"module": "src/column/column.ts"
|
|
14603
|
+
}
|
|
14604
|
+
},
|
|
14605
|
+
{
|
|
14606
|
+
"kind": "custom-element-definition",
|
|
14607
|
+
"name": "grid-pro-column",
|
|
14608
|
+
"declaration": {
|
|
14609
|
+
"name": "GridProColumn",
|
|
14610
|
+
"module": "src/column/column.ts"
|
|
14611
|
+
}
|
|
14612
|
+
}
|
|
14613
|
+
]
|
|
14614
|
+
},
|
|
14615
|
+
{
|
|
14616
|
+
"kind": "javascript-module",
|
|
14617
|
+
"path": "src/column/index.ts",
|
|
14618
|
+
"declarations": [],
|
|
14619
|
+
"exports": [
|
|
14620
|
+
{
|
|
14621
|
+
"kind": "js",
|
|
14622
|
+
"name": "*",
|
|
14623
|
+
"declaration": {
|
|
14624
|
+
"name": "*",
|
|
14625
|
+
"package": "./column.template"
|
|
14626
|
+
}
|
|
14627
|
+
},
|
|
14628
|
+
{
|
|
14629
|
+
"kind": "js",
|
|
14630
|
+
"name": "*",
|
|
14631
|
+
"declaration": {
|
|
14632
|
+
"name": "*",
|
|
14633
|
+
"package": "./column"
|
|
14634
|
+
}
|
|
14635
|
+
},
|
|
14636
|
+
{
|
|
14637
|
+
"kind": "js",
|
|
14638
|
+
"name": "*",
|
|
14639
|
+
"declaration": {
|
|
14640
|
+
"name": "*",
|
|
14641
|
+
"package": "./utils"
|
|
14642
|
+
}
|
|
14643
|
+
}
|
|
14644
|
+
]
|
|
14645
|
+
},
|
|
14646
14646
|
{
|
|
14647
14647
|
"kind": "javascript-module",
|
|
14648
14648
|
"path": "src/external/ag-grid-css.ts",
|