@genesislcap/grid-pro 14.329.0-notifications-icon.2 → 14.329.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +400 -400
- package/package.json +13 -13
|
@@ -4594,140 +4594,127 @@
|
|
|
4594
4594
|
},
|
|
4595
4595
|
{
|
|
4596
4596
|
"kind": "javascript-module",
|
|
4597
|
-
"path": "src/
|
|
4598
|
-
"declarations": [
|
|
4599
|
-
{
|
|
4600
|
-
"kind": "variable",
|
|
4601
|
-
"name": "ColumnTemplate",
|
|
4602
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
4603
|
-
"description": "The Grid Pro Column Template.",
|
|
4604
|
-
"privacy": "public"
|
|
4605
|
-
}
|
|
4606
|
-
],
|
|
4607
|
-
"exports": [
|
|
4608
|
-
{
|
|
4609
|
-
"kind": "js",
|
|
4610
|
-
"name": "ColumnTemplate",
|
|
4611
|
-
"declaration": {
|
|
4612
|
-
"name": "ColumnTemplate",
|
|
4613
|
-
"module": "src/column/column.template.ts"
|
|
4614
|
-
}
|
|
4615
|
-
}
|
|
4616
|
-
]
|
|
4617
|
-
},
|
|
4618
|
-
{
|
|
4619
|
-
"kind": "javascript-module",
|
|
4620
|
-
"path": "src/column/column.ts",
|
|
4597
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
4621
4598
|
"declarations": [
|
|
4622
4599
|
{
|
|
4623
4600
|
"kind": "class",
|
|
4624
|
-
"description": "The
|
|
4625
|
-
"name": "
|
|
4601
|
+
"description": "The AG Date Editor element.",
|
|
4602
|
+
"name": "DateEditor",
|
|
4626
4603
|
"members": [
|
|
4627
4604
|
{
|
|
4628
4605
|
"kind": "field",
|
|
4629
|
-
"name": "
|
|
4606
|
+
"name": "value",
|
|
4630
4607
|
"type": {
|
|
4631
|
-
"text": "
|
|
4608
|
+
"text": "number"
|
|
4632
4609
|
},
|
|
4633
4610
|
"privacy": "public"
|
|
4634
4611
|
},
|
|
4635
4612
|
{
|
|
4636
4613
|
"kind": "field",
|
|
4637
|
-
"name": "
|
|
4614
|
+
"name": "actualWidth",
|
|
4638
4615
|
"type": {
|
|
4639
|
-
"text": "
|
|
4616
|
+
"text": "number"
|
|
4640
4617
|
},
|
|
4641
|
-
"
|
|
4618
|
+
"privacy": "public"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "field",
|
|
4622
|
+
"name": "params",
|
|
4623
|
+
"type": {
|
|
4624
|
+
"text": "DateEditorParams"
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"kind": "field",
|
|
4629
|
+
"name": "dateFormat",
|
|
4630
|
+
"type": {
|
|
4631
|
+
"text": "string"
|
|
4632
|
+
}
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"kind": "field",
|
|
4636
|
+
"name": "input",
|
|
4637
|
+
"type": {
|
|
4638
|
+
"text": "any"
|
|
4639
|
+
}
|
|
4640
|
+
},
|
|
4641
|
+
{
|
|
4642
|
+
"kind": "field",
|
|
4643
|
+
"name": "inputType",
|
|
4644
|
+
"type": {
|
|
4645
|
+
"text": "'datetime-local' | 'date'"
|
|
4646
|
+
}
|
|
4642
4647
|
},
|
|
4643
4648
|
{
|
|
4644
4649
|
"kind": "method",
|
|
4645
|
-
"name": "
|
|
4646
|
-
"privacy": "public"
|
|
4650
|
+
"name": "init",
|
|
4651
|
+
"privacy": "public",
|
|
4652
|
+
"parameters": [
|
|
4653
|
+
{
|
|
4654
|
+
"name": "params",
|
|
4655
|
+
"type": {
|
|
4656
|
+
"text": "DateEditorParams"
|
|
4657
|
+
}
|
|
4658
|
+
}
|
|
4659
|
+
]
|
|
4647
4660
|
},
|
|
4648
4661
|
{
|
|
4649
4662
|
"kind": "method",
|
|
4650
|
-
"name": "
|
|
4663
|
+
"name": "getGui",
|
|
4664
|
+
"privacy": "public",
|
|
4651
4665
|
"return": {
|
|
4652
4666
|
"type": {
|
|
4653
|
-
"text": "
|
|
4667
|
+
"text": "HTMLElement"
|
|
4654
4668
|
}
|
|
4655
|
-
},
|
|
4656
|
-
"inheritedFrom": {
|
|
4657
|
-
"name": "LifecycleMixin",
|
|
4658
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4659
4669
|
}
|
|
4660
4670
|
},
|
|
4661
4671
|
{
|
|
4662
4672
|
"kind": "method",
|
|
4663
|
-
"name": "
|
|
4673
|
+
"name": "refresh",
|
|
4674
|
+
"privacy": "public",
|
|
4664
4675
|
"return": {
|
|
4665
4676
|
"type": {
|
|
4666
|
-
"text": "
|
|
4677
|
+
"text": "boolean"
|
|
4667
4678
|
}
|
|
4668
4679
|
},
|
|
4669
4680
|
"parameters": [
|
|
4670
4681
|
{
|
|
4671
|
-
"name": "
|
|
4672
|
-
"optional": true,
|
|
4682
|
+
"name": "params",
|
|
4673
4683
|
"type": {
|
|
4674
|
-
"text": "
|
|
4684
|
+
"text": "DateEditorParams"
|
|
4675
4685
|
}
|
|
4676
4686
|
}
|
|
4677
|
-
]
|
|
4678
|
-
"inheritedFrom": {
|
|
4679
|
-
"name": "LifecycleMixin",
|
|
4680
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4681
|
-
}
|
|
4687
|
+
]
|
|
4682
4688
|
},
|
|
4683
4689
|
{
|
|
4684
|
-
"kind": "
|
|
4685
|
-
"name": "
|
|
4686
|
-
"return": {
|
|
4687
|
-
"type": {
|
|
4688
|
-
"text": ""
|
|
4689
|
-
}
|
|
4690
|
-
},
|
|
4691
|
-
"readonly": true,
|
|
4692
|
-
"inheritedFrom": {
|
|
4693
|
-
"name": "LifecycleMixin",
|
|
4694
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4695
|
-
}
|
|
4690
|
+
"kind": "method",
|
|
4691
|
+
"name": "getValue"
|
|
4696
4692
|
},
|
|
4697
4693
|
{
|
|
4698
|
-
"kind": "
|
|
4699
|
-
"name": "
|
|
4694
|
+
"kind": "method",
|
|
4695
|
+
"name": "isPopup",
|
|
4700
4696
|
"return": {
|
|
4701
4697
|
"type": {
|
|
4702
|
-
"text": ""
|
|
4698
|
+
"text": "boolean"
|
|
4703
4699
|
}
|
|
4704
|
-
},
|
|
4705
|
-
"readonly": true,
|
|
4706
|
-
"inheritedFrom": {
|
|
4707
|
-
"name": "LifecycleMixin",
|
|
4708
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4709
4700
|
}
|
|
4710
4701
|
},
|
|
4711
4702
|
{
|
|
4712
4703
|
"kind": "method",
|
|
4713
|
-
"name": "
|
|
4714
|
-
"return": {
|
|
4715
|
-
"type": {
|
|
4716
|
-
"text": "boolean"
|
|
4717
|
-
}
|
|
4718
|
-
},
|
|
4704
|
+
"name": "changeHandler",
|
|
4719
4705
|
"parameters": [
|
|
4720
4706
|
{
|
|
4721
|
-
"name": "
|
|
4722
|
-
"type": {
|
|
4723
|
-
"text": "Lifecycletype"
|
|
4724
|
-
}
|
|
4707
|
+
"name": "event"
|
|
4725
4708
|
}
|
|
4726
|
-
]
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4709
|
+
]
|
|
4710
|
+
},
|
|
4711
|
+
{
|
|
4712
|
+
"kind": "method",
|
|
4713
|
+
"name": "afterGuiAttached"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"kind": "method",
|
|
4717
|
+
"name": "isCancelBeforeStart"
|
|
4731
4718
|
},
|
|
4732
4719
|
{
|
|
4733
4720
|
"kind": "field",
|
|
@@ -4841,42 +4828,82 @@
|
|
|
4841
4828
|
}
|
|
4842
4829
|
}
|
|
4843
4830
|
],
|
|
4844
|
-
"mixins": [
|
|
4845
|
-
{
|
|
4846
|
-
"name": "LifecycleMixin",
|
|
4847
|
-
"package": "@genesislcap/foundation-utils"
|
|
4848
|
-
}
|
|
4849
|
-
],
|
|
4850
4831
|
"superclass": {
|
|
4851
4832
|
"name": "FoundationElement",
|
|
4852
4833
|
"package": "@microsoft/fast-foundation"
|
|
4853
4834
|
},
|
|
4854
|
-
"tagName": "
|
|
4835
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4855
4836
|
"customElement": true
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"kind": "variable",
|
|
4840
|
+
"name": "agDateEditorStyles",
|
|
4841
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4842
|
+
"description": "The AG Select Renderer Styles.",
|
|
4843
|
+
"privacy": "public"
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "function",
|
|
4847
|
+
"name": "getDateEditorTemplate",
|
|
4848
|
+
"parameters": [
|
|
4849
|
+
{
|
|
4850
|
+
"name": "prefix",
|
|
4851
|
+
"default": "'foundation'",
|
|
4852
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4853
|
+
}
|
|
4854
|
+
],
|
|
4855
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4856
|
+
"return": {
|
|
4857
|
+
"type": {
|
|
4858
|
+
"text": ""
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
"privacy": "public"
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"kind": "variable",
|
|
4865
|
+
"name": "foundationDateEditor",
|
|
4866
|
+
"privacy": "public"
|
|
4856
4867
|
}
|
|
4857
4868
|
],
|
|
4858
4869
|
"exports": [
|
|
4859
4870
|
{
|
|
4860
4871
|
"kind": "js",
|
|
4861
|
-
"name": "
|
|
4872
|
+
"name": "DateEditor",
|
|
4862
4873
|
"declaration": {
|
|
4863
|
-
"name": "
|
|
4864
|
-
"module": "src/
|
|
4874
|
+
"name": "DateEditor",
|
|
4875
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4865
4876
|
}
|
|
4866
4877
|
},
|
|
4867
4878
|
{
|
|
4868
|
-
"kind": "
|
|
4869
|
-
"name": "
|
|
4879
|
+
"kind": "js",
|
|
4880
|
+
"name": "agDateEditorStyles",
|
|
4870
4881
|
"declaration": {
|
|
4871
|
-
"name": "
|
|
4872
|
-
"module": "src/
|
|
4882
|
+
"name": "agDateEditorStyles",
|
|
4883
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
"kind": "js",
|
|
4888
|
+
"name": "getDateEditorTemplate",
|
|
4889
|
+
"declaration": {
|
|
4890
|
+
"name": "getDateEditorTemplate",
|
|
4891
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4894
|
+
{
|
|
4895
|
+
"kind": "js",
|
|
4896
|
+
"name": "foundationDateEditor",
|
|
4897
|
+
"declaration": {
|
|
4898
|
+
"name": "foundationDateEditor",
|
|
4899
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4873
4900
|
}
|
|
4874
4901
|
}
|
|
4875
4902
|
]
|
|
4876
4903
|
},
|
|
4877
4904
|
{
|
|
4878
4905
|
"kind": "javascript-module",
|
|
4879
|
-
"path": "src/
|
|
4906
|
+
"path": "src/cell-editors/index.ts",
|
|
4880
4907
|
"declarations": [],
|
|
4881
4908
|
"exports": [
|
|
4882
4909
|
{
|
|
@@ -4884,7 +4911,7 @@
|
|
|
4884
4911
|
"name": "*",
|
|
4885
4912
|
"declaration": {
|
|
4886
4913
|
"name": "*",
|
|
4887
|
-
"package": "./
|
|
4914
|
+
"package": "./date.editor"
|
|
4888
4915
|
}
|
|
4889
4916
|
},
|
|
4890
4917
|
{
|
|
@@ -4892,7 +4919,7 @@
|
|
|
4892
4919
|
"name": "*",
|
|
4893
4920
|
"declaration": {
|
|
4894
4921
|
"name": "*",
|
|
4895
|
-
"package": "./
|
|
4922
|
+
"package": "./multiselect.editor"
|
|
4896
4923
|
}
|
|
4897
4924
|
},
|
|
4898
4925
|
{
|
|
@@ -4900,63 +4927,51 @@
|
|
|
4900
4927
|
"name": "*",
|
|
4901
4928
|
"declaration": {
|
|
4902
4929
|
"name": "*",
|
|
4903
|
-
"package": "./
|
|
4930
|
+
"package": "./number.editor"
|
|
4931
|
+
}
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"kind": "js",
|
|
4935
|
+
"name": "*",
|
|
4936
|
+
"declaration": {
|
|
4937
|
+
"name": "*",
|
|
4938
|
+
"package": "./select.editor"
|
|
4939
|
+
}
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"kind": "js",
|
|
4943
|
+
"name": "*",
|
|
4944
|
+
"declaration": {
|
|
4945
|
+
"name": "*",
|
|
4946
|
+
"package": "./string.editor"
|
|
4904
4947
|
}
|
|
4905
4948
|
}
|
|
4906
4949
|
]
|
|
4907
4950
|
},
|
|
4908
4951
|
{
|
|
4909
4952
|
"kind": "javascript-module",
|
|
4910
|
-
"path": "src/cell-editors/
|
|
4953
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4911
4954
|
"declarations": [
|
|
4912
4955
|
{
|
|
4913
4956
|
"kind": "class",
|
|
4914
|
-
"description": "The AG
|
|
4915
|
-
"name": "
|
|
4957
|
+
"description": "The AG Multiselect Editor element.",
|
|
4958
|
+
"name": "MultiselectEditor",
|
|
4916
4959
|
"members": [
|
|
4917
4960
|
{
|
|
4918
4961
|
"kind": "field",
|
|
4919
|
-
"name": "
|
|
4920
|
-
"type": {
|
|
4921
|
-
"text": "number"
|
|
4922
|
-
},
|
|
4923
|
-
"privacy": "public"
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
"kind": "field",
|
|
4927
|
-
"name": "actualWidth",
|
|
4962
|
+
"name": "params",
|
|
4928
4963
|
"type": {
|
|
4929
|
-
"text": "
|
|
4964
|
+
"text": "MultiselectEditorParams"
|
|
4930
4965
|
},
|
|
4931
4966
|
"privacy": "public"
|
|
4932
4967
|
},
|
|
4933
4968
|
{
|
|
4934
4969
|
"kind": "field",
|
|
4935
|
-
"name": "
|
|
4936
|
-
"type": {
|
|
4937
|
-
"text": "DateEditorParams"
|
|
4938
|
-
}
|
|
4939
|
-
},
|
|
4940
|
-
{
|
|
4941
|
-
"kind": "field",
|
|
4942
|
-
"name": "dateFormat",
|
|
4943
|
-
"type": {
|
|
4944
|
-
"text": "string"
|
|
4945
|
-
}
|
|
4946
|
-
},
|
|
4947
|
-
{
|
|
4948
|
-
"kind": "field",
|
|
4949
|
-
"name": "input",
|
|
4950
|
-
"type": {
|
|
4951
|
-
"text": "any"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"kind": "field",
|
|
4956
|
-
"name": "inputType",
|
|
4970
|
+
"name": "selectedOptions",
|
|
4957
4971
|
"type": {
|
|
4958
|
-
"text": "
|
|
4959
|
-
}
|
|
4972
|
+
"text": "any[]"
|
|
4973
|
+
},
|
|
4974
|
+
"privacy": "public"
|
|
4960
4975
|
},
|
|
4961
4976
|
{
|
|
4962
4977
|
"kind": "method",
|
|
@@ -4966,7 +4981,7 @@
|
|
|
4966
4981
|
{
|
|
4967
4982
|
"name": "params",
|
|
4968
4983
|
"type": {
|
|
4969
|
-
"text": "
|
|
4984
|
+
"text": "MultiselectEditorParams"
|
|
4970
4985
|
}
|
|
4971
4986
|
}
|
|
4972
4987
|
]
|
|
@@ -4981,6 +4996,16 @@
|
|
|
4981
4996
|
}
|
|
4982
4997
|
}
|
|
4983
4998
|
},
|
|
4999
|
+
{
|
|
5000
|
+
"kind": "method",
|
|
5001
|
+
"name": "destroy",
|
|
5002
|
+
"privacy": "public",
|
|
5003
|
+
"return": {
|
|
5004
|
+
"type": {
|
|
5005
|
+
"text": "void"
|
|
5006
|
+
}
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
4984
5009
|
{
|
|
4985
5010
|
"kind": "method",
|
|
4986
5011
|
"name": "refresh",
|
|
@@ -4994,7 +5019,7 @@
|
|
|
4994
5019
|
{
|
|
4995
5020
|
"name": "params",
|
|
4996
5021
|
"type": {
|
|
4997
|
-
"text": "
|
|
5022
|
+
"text": "MultiselectEditorParams"
|
|
4998
5023
|
}
|
|
4999
5024
|
}
|
|
5000
5025
|
]
|
|
@@ -5021,10 +5046,6 @@
|
|
|
5021
5046
|
}
|
|
5022
5047
|
]
|
|
5023
5048
|
},
|
|
5024
|
-
{
|
|
5025
|
-
"kind": "method",
|
|
5026
|
-
"name": "afterGuiAttached"
|
|
5027
|
-
},
|
|
5028
5049
|
{
|
|
5029
5050
|
"kind": "method",
|
|
5030
5051
|
"name": "isCancelBeforeStart"
|
|
@@ -5145,22 +5166,22 @@
|
|
|
5145
5166
|
"name": "FoundationElement",
|
|
5146
5167
|
"package": "@microsoft/fast-foundation"
|
|
5147
5168
|
},
|
|
5148
|
-
"tagName": "%%prefix%%-
|
|
5169
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
5149
5170
|
"customElement": true
|
|
5150
5171
|
},
|
|
5151
5172
|
{
|
|
5152
5173
|
"kind": "variable",
|
|
5153
|
-
"name": "
|
|
5154
|
-
"default": "css
|
|
5174
|
+
"name": "agMultiselectEditorStyles",
|
|
5175
|
+
"default": "css``",
|
|
5155
5176
|
"description": "The AG Select Renderer Styles.",
|
|
5156
5177
|
"privacy": "public"
|
|
5157
5178
|
},
|
|
5158
5179
|
{
|
|
5159
5180
|
"kind": "function",
|
|
5160
|
-
"name": "
|
|
5181
|
+
"name": "getMultiselectEditorTemplate",
|
|
5161
5182
|
"parameters": [
|
|
5162
5183
|
{
|
|
5163
|
-
"name": "
|
|
5184
|
+
"name": "designSystem",
|
|
5164
5185
|
"default": "'foundation'",
|
|
5165
5186
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5166
5187
|
}
|
|
@@ -5175,114 +5196,83 @@
|
|
|
5175
5196
|
},
|
|
5176
5197
|
{
|
|
5177
5198
|
"kind": "variable",
|
|
5178
|
-
"name": "
|
|
5199
|
+
"name": "foundationMultiselectEditor",
|
|
5179
5200
|
"privacy": "public"
|
|
5180
5201
|
}
|
|
5181
5202
|
],
|
|
5182
5203
|
"exports": [
|
|
5183
5204
|
{
|
|
5184
5205
|
"kind": "js",
|
|
5185
|
-
"name": "
|
|
5186
|
-
"declaration": {
|
|
5187
|
-
"name": "DateEditor",
|
|
5188
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
5189
|
-
}
|
|
5190
|
-
},
|
|
5191
|
-
{
|
|
5192
|
-
"kind": "js",
|
|
5193
|
-
"name": "agDateEditorStyles",
|
|
5194
|
-
"declaration": {
|
|
5195
|
-
"name": "agDateEditorStyles",
|
|
5196
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
5197
|
-
}
|
|
5198
|
-
},
|
|
5199
|
-
{
|
|
5200
|
-
"kind": "js",
|
|
5201
|
-
"name": "getDateEditorTemplate",
|
|
5202
|
-
"declaration": {
|
|
5203
|
-
"name": "getDateEditorTemplate",
|
|
5204
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
5205
|
-
}
|
|
5206
|
-
},
|
|
5207
|
-
{
|
|
5208
|
-
"kind": "js",
|
|
5209
|
-
"name": "foundationDateEditor",
|
|
5210
|
-
"declaration": {
|
|
5211
|
-
"name": "foundationDateEditor",
|
|
5212
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
5213
|
-
}
|
|
5214
|
-
}
|
|
5215
|
-
]
|
|
5216
|
-
},
|
|
5217
|
-
{
|
|
5218
|
-
"kind": "javascript-module",
|
|
5219
|
-
"path": "src/cell-editors/index.ts",
|
|
5220
|
-
"declarations": [],
|
|
5221
|
-
"exports": [
|
|
5222
|
-
{
|
|
5223
|
-
"kind": "js",
|
|
5224
|
-
"name": "*",
|
|
5225
|
-
"declaration": {
|
|
5226
|
-
"name": "*",
|
|
5227
|
-
"package": "./date.editor"
|
|
5228
|
-
}
|
|
5229
|
-
},
|
|
5230
|
-
{
|
|
5231
|
-
"kind": "js",
|
|
5232
|
-
"name": "*",
|
|
5206
|
+
"name": "MultiselectEditor",
|
|
5233
5207
|
"declaration": {
|
|
5234
|
-
"name": "
|
|
5235
|
-
"
|
|
5208
|
+
"name": "MultiselectEditor",
|
|
5209
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5236
5210
|
}
|
|
5237
5211
|
},
|
|
5238
5212
|
{
|
|
5239
5213
|
"kind": "js",
|
|
5240
|
-
"name": "
|
|
5214
|
+
"name": "agMultiselectEditorStyles",
|
|
5241
5215
|
"declaration": {
|
|
5242
|
-
"name": "
|
|
5243
|
-
"
|
|
5216
|
+
"name": "agMultiselectEditorStyles",
|
|
5217
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5244
5218
|
}
|
|
5245
5219
|
},
|
|
5246
5220
|
{
|
|
5247
5221
|
"kind": "js",
|
|
5248
|
-
"name": "
|
|
5222
|
+
"name": "getMultiselectEditorTemplate",
|
|
5249
5223
|
"declaration": {
|
|
5250
|
-
"name": "
|
|
5251
|
-
"
|
|
5224
|
+
"name": "getMultiselectEditorTemplate",
|
|
5225
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5252
5226
|
}
|
|
5253
5227
|
},
|
|
5254
5228
|
{
|
|
5255
5229
|
"kind": "js",
|
|
5256
|
-
"name": "
|
|
5230
|
+
"name": "foundationMultiselectEditor",
|
|
5257
5231
|
"declaration": {
|
|
5258
|
-
"name": "
|
|
5259
|
-
"
|
|
5232
|
+
"name": "foundationMultiselectEditor",
|
|
5233
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
5260
5234
|
}
|
|
5261
5235
|
}
|
|
5262
5236
|
]
|
|
5263
5237
|
},
|
|
5264
5238
|
{
|
|
5265
5239
|
"kind": "javascript-module",
|
|
5266
|
-
"path": "src/cell-editors/
|
|
5240
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
5267
5241
|
"declarations": [
|
|
5268
5242
|
{
|
|
5269
5243
|
"kind": "class",
|
|
5270
|
-
"description": "The AG
|
|
5271
|
-
"name": "
|
|
5244
|
+
"description": "The AG Number Editor element.",
|
|
5245
|
+
"name": "NumberEditor",
|
|
5272
5246
|
"members": [
|
|
5273
5247
|
{
|
|
5274
5248
|
"kind": "field",
|
|
5275
5249
|
"name": "params",
|
|
5276
5250
|
"type": {
|
|
5277
|
-
"text": "
|
|
5251
|
+
"text": "NumberEditorParams"
|
|
5278
5252
|
},
|
|
5279
5253
|
"privacy": "public"
|
|
5280
5254
|
},
|
|
5281
5255
|
{
|
|
5282
5256
|
"kind": "field",
|
|
5283
|
-
"name": "
|
|
5257
|
+
"name": "value",
|
|
5284
5258
|
"type": {
|
|
5285
|
-
"text": "
|
|
5259
|
+
"text": "number"
|
|
5260
|
+
},
|
|
5261
|
+
"privacy": "public"
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "field",
|
|
5265
|
+
"name": "actualWidth",
|
|
5266
|
+
"type": {
|
|
5267
|
+
"text": "number"
|
|
5268
|
+
},
|
|
5269
|
+
"privacy": "public"
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
5272
|
+
"kind": "field",
|
|
5273
|
+
"name": "input",
|
|
5274
|
+
"type": {
|
|
5275
|
+
"text": "any"
|
|
5286
5276
|
},
|
|
5287
5277
|
"privacy": "public"
|
|
5288
5278
|
},
|
|
@@ -5294,7 +5284,7 @@
|
|
|
5294
5284
|
{
|
|
5295
5285
|
"name": "params",
|
|
5296
5286
|
"type": {
|
|
5297
|
-
"text": "
|
|
5287
|
+
"text": "NumberEditorParams"
|
|
5298
5288
|
}
|
|
5299
5289
|
}
|
|
5300
5290
|
]
|
|
@@ -5309,16 +5299,6 @@
|
|
|
5309
5299
|
}
|
|
5310
5300
|
}
|
|
5311
5301
|
},
|
|
5312
|
-
{
|
|
5313
|
-
"kind": "method",
|
|
5314
|
-
"name": "destroy",
|
|
5315
|
-
"privacy": "public",
|
|
5316
|
-
"return": {
|
|
5317
|
-
"type": {
|
|
5318
|
-
"text": "void"
|
|
5319
|
-
}
|
|
5320
|
-
}
|
|
5321
|
-
},
|
|
5322
5302
|
{
|
|
5323
5303
|
"kind": "method",
|
|
5324
5304
|
"name": "refresh",
|
|
@@ -5332,7 +5312,7 @@
|
|
|
5332
5312
|
{
|
|
5333
5313
|
"name": "params",
|
|
5334
5314
|
"type": {
|
|
5335
|
-
"text": "
|
|
5315
|
+
"text": "NumberEditorParams"
|
|
5336
5316
|
}
|
|
5337
5317
|
}
|
|
5338
5318
|
]
|
|
@@ -5350,6 +5330,10 @@
|
|
|
5350
5330
|
}
|
|
5351
5331
|
}
|
|
5352
5332
|
},
|
|
5333
|
+
{
|
|
5334
|
+
"kind": "method",
|
|
5335
|
+
"name": "afterGuiAttached"
|
|
5336
|
+
},
|
|
5353
5337
|
{
|
|
5354
5338
|
"kind": "method",
|
|
5355
5339
|
"name": "changeHandler",
|
|
@@ -5479,19 +5463,19 @@
|
|
|
5479
5463
|
"name": "FoundationElement",
|
|
5480
5464
|
"package": "@microsoft/fast-foundation"
|
|
5481
5465
|
},
|
|
5482
|
-
"tagName": "%%prefix%%-
|
|
5466
|
+
"tagName": "%%prefix%%-number-editor",
|
|
5483
5467
|
"customElement": true
|
|
5484
5468
|
},
|
|
5485
5469
|
{
|
|
5486
5470
|
"kind": "variable",
|
|
5487
|
-
"name": "
|
|
5488
|
-
"default": "css
|
|
5489
|
-
"description": "The AG
|
|
5471
|
+
"name": "agNumberEditorStyles",
|
|
5472
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5473
|
+
"description": "The AG Number Editor Styles.",
|
|
5490
5474
|
"privacy": "public"
|
|
5491
5475
|
},
|
|
5492
5476
|
{
|
|
5493
5477
|
"kind": "function",
|
|
5494
|
-
"name": "
|
|
5478
|
+
"name": "getNumberEditorTemplate",
|
|
5495
5479
|
"parameters": [
|
|
5496
5480
|
{
|
|
5497
5481
|
"name": "designSystem",
|
|
@@ -5509,59 +5493,59 @@
|
|
|
5509
5493
|
},
|
|
5510
5494
|
{
|
|
5511
5495
|
"kind": "variable",
|
|
5512
|
-
"name": "
|
|
5496
|
+
"name": "foundationNumberEditor",
|
|
5513
5497
|
"privacy": "public"
|
|
5514
5498
|
}
|
|
5515
5499
|
],
|
|
5516
5500
|
"exports": [
|
|
5517
5501
|
{
|
|
5518
5502
|
"kind": "js",
|
|
5519
|
-
"name": "
|
|
5503
|
+
"name": "NumberEditor",
|
|
5520
5504
|
"declaration": {
|
|
5521
|
-
"name": "
|
|
5522
|
-
"module": "src/cell-editors/
|
|
5505
|
+
"name": "NumberEditor",
|
|
5506
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5523
5507
|
}
|
|
5524
5508
|
},
|
|
5525
5509
|
{
|
|
5526
5510
|
"kind": "js",
|
|
5527
|
-
"name": "
|
|
5511
|
+
"name": "agNumberEditorStyles",
|
|
5528
5512
|
"declaration": {
|
|
5529
|
-
"name": "
|
|
5530
|
-
"module": "src/cell-editors/
|
|
5513
|
+
"name": "agNumberEditorStyles",
|
|
5514
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5531
5515
|
}
|
|
5532
5516
|
},
|
|
5533
5517
|
{
|
|
5534
5518
|
"kind": "js",
|
|
5535
|
-
"name": "
|
|
5519
|
+
"name": "getNumberEditorTemplate",
|
|
5536
5520
|
"declaration": {
|
|
5537
|
-
"name": "
|
|
5538
|
-
"module": "src/cell-editors/
|
|
5521
|
+
"name": "getNumberEditorTemplate",
|
|
5522
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5539
5523
|
}
|
|
5540
5524
|
},
|
|
5541
5525
|
{
|
|
5542
5526
|
"kind": "js",
|
|
5543
|
-
"name": "
|
|
5527
|
+
"name": "foundationNumberEditor",
|
|
5544
5528
|
"declaration": {
|
|
5545
|
-
"name": "
|
|
5546
|
-
"module": "src/cell-editors/
|
|
5529
|
+
"name": "foundationNumberEditor",
|
|
5530
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
5547
5531
|
}
|
|
5548
5532
|
}
|
|
5549
5533
|
]
|
|
5550
5534
|
},
|
|
5551
5535
|
{
|
|
5552
5536
|
"kind": "javascript-module",
|
|
5553
|
-
"path": "src/cell-editors/
|
|
5537
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
5554
5538
|
"declarations": [
|
|
5555
5539
|
{
|
|
5556
5540
|
"kind": "class",
|
|
5557
|
-
"description": "The AG
|
|
5558
|
-
"name": "
|
|
5541
|
+
"description": "The AG Select Editor element.",
|
|
5542
|
+
"name": "SelectEditor",
|
|
5559
5543
|
"members": [
|
|
5560
5544
|
{
|
|
5561
5545
|
"kind": "field",
|
|
5562
5546
|
"name": "params",
|
|
5563
5547
|
"type": {
|
|
5564
|
-
"text": "
|
|
5548
|
+
"text": "SelectEditorParams"
|
|
5565
5549
|
},
|
|
5566
5550
|
"privacy": "public"
|
|
5567
5551
|
},
|
|
@@ -5569,7 +5553,7 @@
|
|
|
5569
5553
|
"kind": "field",
|
|
5570
5554
|
"name": "value",
|
|
5571
5555
|
"type": {
|
|
5572
|
-
"text": "
|
|
5556
|
+
"text": "string"
|
|
5573
5557
|
},
|
|
5574
5558
|
"privacy": "public"
|
|
5575
5559
|
},
|
|
@@ -5583,7 +5567,7 @@
|
|
|
5583
5567
|
},
|
|
5584
5568
|
{
|
|
5585
5569
|
"kind": "field",
|
|
5586
|
-
"name": "
|
|
5570
|
+
"name": "combobox",
|
|
5587
5571
|
"type": {
|
|
5588
5572
|
"text": "any"
|
|
5589
5573
|
},
|
|
@@ -5597,7 +5581,7 @@
|
|
|
5597
5581
|
{
|
|
5598
5582
|
"name": "params",
|
|
5599
5583
|
"type": {
|
|
5600
|
-
"text": "
|
|
5584
|
+
"text": "SelectEditorParams"
|
|
5601
5585
|
}
|
|
5602
5586
|
}
|
|
5603
5587
|
]
|
|
@@ -5625,7 +5609,7 @@
|
|
|
5625
5609
|
{
|
|
5626
5610
|
"name": "params",
|
|
5627
5611
|
"type": {
|
|
5628
|
-
"text": "
|
|
5612
|
+
"text": "SelectEditorParams"
|
|
5629
5613
|
}
|
|
5630
5614
|
}
|
|
5631
5615
|
]
|
|
@@ -5776,19 +5760,19 @@
|
|
|
5776
5760
|
"name": "FoundationElement",
|
|
5777
5761
|
"package": "@microsoft/fast-foundation"
|
|
5778
5762
|
},
|
|
5779
|
-
"tagName": "%%prefix%%-
|
|
5763
|
+
"tagName": "%%prefix%%-select-editor",
|
|
5780
5764
|
"customElement": true
|
|
5781
5765
|
},
|
|
5782
5766
|
{
|
|
5783
5767
|
"kind": "variable",
|
|
5784
|
-
"name": "
|
|
5785
|
-
"default": "css
|
|
5786
|
-
"description": "The AG
|
|
5768
|
+
"name": "agSelectEditorStyles",
|
|
5769
|
+
"default": "css``",
|
|
5770
|
+
"description": "The AG Select Renderer Styles.",
|
|
5787
5771
|
"privacy": "public"
|
|
5788
5772
|
},
|
|
5789
5773
|
{
|
|
5790
5774
|
"kind": "function",
|
|
5791
|
-
"name": "
|
|
5775
|
+
"name": "getSelectEditorTemplate",
|
|
5792
5776
|
"parameters": [
|
|
5793
5777
|
{
|
|
5794
5778
|
"name": "designSystem",
|
|
@@ -5806,59 +5790,59 @@
|
|
|
5806
5790
|
},
|
|
5807
5791
|
{
|
|
5808
5792
|
"kind": "variable",
|
|
5809
|
-
"name": "
|
|
5793
|
+
"name": "foundationSelectEditor",
|
|
5810
5794
|
"privacy": "public"
|
|
5811
5795
|
}
|
|
5812
5796
|
],
|
|
5813
5797
|
"exports": [
|
|
5814
5798
|
{
|
|
5815
5799
|
"kind": "js",
|
|
5816
|
-
"name": "
|
|
5800
|
+
"name": "SelectEditor",
|
|
5817
5801
|
"declaration": {
|
|
5818
|
-
"name": "
|
|
5819
|
-
"module": "src/cell-editors/
|
|
5802
|
+
"name": "SelectEditor",
|
|
5803
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5820
5804
|
}
|
|
5821
5805
|
},
|
|
5822
5806
|
{
|
|
5823
5807
|
"kind": "js",
|
|
5824
|
-
"name": "
|
|
5808
|
+
"name": "agSelectEditorStyles",
|
|
5825
5809
|
"declaration": {
|
|
5826
|
-
"name": "
|
|
5827
|
-
"module": "src/cell-editors/
|
|
5810
|
+
"name": "agSelectEditorStyles",
|
|
5811
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5828
5812
|
}
|
|
5829
5813
|
},
|
|
5830
5814
|
{
|
|
5831
5815
|
"kind": "js",
|
|
5832
|
-
"name": "
|
|
5816
|
+
"name": "getSelectEditorTemplate",
|
|
5833
5817
|
"declaration": {
|
|
5834
|
-
"name": "
|
|
5835
|
-
"module": "src/cell-editors/
|
|
5818
|
+
"name": "getSelectEditorTemplate",
|
|
5819
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5836
5820
|
}
|
|
5837
5821
|
},
|
|
5838
5822
|
{
|
|
5839
5823
|
"kind": "js",
|
|
5840
|
-
"name": "
|
|
5824
|
+
"name": "foundationSelectEditor",
|
|
5841
5825
|
"declaration": {
|
|
5842
|
-
"name": "
|
|
5843
|
-
"module": "src/cell-editors/
|
|
5826
|
+
"name": "foundationSelectEditor",
|
|
5827
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
5844
5828
|
}
|
|
5845
5829
|
}
|
|
5846
5830
|
]
|
|
5847
5831
|
},
|
|
5848
5832
|
{
|
|
5849
5833
|
"kind": "javascript-module",
|
|
5850
|
-
"path": "src/cell-editors/
|
|
5834
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
5851
5835
|
"declarations": [
|
|
5852
5836
|
{
|
|
5853
5837
|
"kind": "class",
|
|
5854
|
-
"description": "The AG
|
|
5855
|
-
"name": "
|
|
5838
|
+
"description": "The AG String Editor element.",
|
|
5839
|
+
"name": "StringEditor",
|
|
5856
5840
|
"members": [
|
|
5857
5841
|
{
|
|
5858
5842
|
"kind": "field",
|
|
5859
5843
|
"name": "params",
|
|
5860
5844
|
"type": {
|
|
5861
|
-
"text": "
|
|
5845
|
+
"text": "StringEditorParams"
|
|
5862
5846
|
},
|
|
5863
5847
|
"privacy": "public"
|
|
5864
5848
|
},
|
|
@@ -5880,7 +5864,7 @@
|
|
|
5880
5864
|
},
|
|
5881
5865
|
{
|
|
5882
5866
|
"kind": "field",
|
|
5883
|
-
"name": "
|
|
5867
|
+
"name": "input",
|
|
5884
5868
|
"type": {
|
|
5885
5869
|
"text": "any"
|
|
5886
5870
|
},
|
|
@@ -5894,7 +5878,7 @@
|
|
|
5894
5878
|
{
|
|
5895
5879
|
"name": "params",
|
|
5896
5880
|
"type": {
|
|
5897
|
-
"text": "
|
|
5881
|
+
"text": "StringEditorParams"
|
|
5898
5882
|
}
|
|
5899
5883
|
}
|
|
5900
5884
|
]
|
|
@@ -5922,7 +5906,7 @@
|
|
|
5922
5906
|
{
|
|
5923
5907
|
"name": "params",
|
|
5924
5908
|
"type": {
|
|
5925
|
-
"text": "
|
|
5909
|
+
"text": "StringEditorParams"
|
|
5926
5910
|
}
|
|
5927
5911
|
}
|
|
5928
5912
|
]
|
|
@@ -6073,19 +6057,19 @@
|
|
|
6073
6057
|
"name": "FoundationElement",
|
|
6074
6058
|
"package": "@microsoft/fast-foundation"
|
|
6075
6059
|
},
|
|
6076
|
-
"tagName": "%%prefix%%-
|
|
6060
|
+
"tagName": "%%prefix%%-string-editor",
|
|
6077
6061
|
"customElement": true
|
|
6078
6062
|
},
|
|
6079
6063
|
{
|
|
6080
6064
|
"kind": "variable",
|
|
6081
|
-
"name": "
|
|
6082
|
-
"default": "css
|
|
6083
|
-
"description": "The AG
|
|
6065
|
+
"name": "agStringEditorStyles",
|
|
6066
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6067
|
+
"description": "The AG String Renderer Styles.",
|
|
6084
6068
|
"privacy": "public"
|
|
6085
6069
|
},
|
|
6086
6070
|
{
|
|
6087
6071
|
"kind": "function",
|
|
6088
|
-
"name": "
|
|
6072
|
+
"name": "getStringEditorTemplate",
|
|
6089
6073
|
"parameters": [
|
|
6090
6074
|
{
|
|
6091
6075
|
"name": "designSystem",
|
|
@@ -6093,7 +6077,7 @@
|
|
|
6093
6077
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6094
6078
|
}
|
|
6095
6079
|
],
|
|
6096
|
-
"description": "Get a Design System prefixed
|
|
6080
|
+
"description": "Get a Design System prefixed String template.",
|
|
6097
6081
|
"return": {
|
|
6098
6082
|
"type": {
|
|
6099
6083
|
"text": ""
|
|
@@ -6103,156 +6087,181 @@
|
|
|
6103
6087
|
},
|
|
6104
6088
|
{
|
|
6105
6089
|
"kind": "variable",
|
|
6106
|
-
"name": "
|
|
6090
|
+
"name": "foundationStringEditor",
|
|
6107
6091
|
"privacy": "public"
|
|
6108
6092
|
}
|
|
6109
6093
|
],
|
|
6110
6094
|
"exports": [
|
|
6111
6095
|
{
|
|
6112
6096
|
"kind": "js",
|
|
6113
|
-
"name": "
|
|
6097
|
+
"name": "StringEditor",
|
|
6114
6098
|
"declaration": {
|
|
6115
|
-
"name": "
|
|
6116
|
-
"module": "src/cell-editors/
|
|
6099
|
+
"name": "StringEditor",
|
|
6100
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6117
6101
|
}
|
|
6118
6102
|
},
|
|
6119
6103
|
{
|
|
6120
6104
|
"kind": "js",
|
|
6121
|
-
"name": "
|
|
6105
|
+
"name": "agStringEditorStyles",
|
|
6122
6106
|
"declaration": {
|
|
6123
|
-
"name": "
|
|
6124
|
-
"module": "src/cell-editors/
|
|
6107
|
+
"name": "agStringEditorStyles",
|
|
6108
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6125
6109
|
}
|
|
6126
6110
|
},
|
|
6127
6111
|
{
|
|
6128
6112
|
"kind": "js",
|
|
6129
|
-
"name": "
|
|
6113
|
+
"name": "getStringEditorTemplate",
|
|
6130
6114
|
"declaration": {
|
|
6131
|
-
"name": "
|
|
6132
|
-
"module": "src/cell-editors/
|
|
6115
|
+
"name": "getStringEditorTemplate",
|
|
6116
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6133
6117
|
}
|
|
6134
6118
|
},
|
|
6135
6119
|
{
|
|
6136
6120
|
"kind": "js",
|
|
6137
|
-
"name": "
|
|
6121
|
+
"name": "foundationStringEditor",
|
|
6138
6122
|
"declaration": {
|
|
6139
|
-
"name": "
|
|
6140
|
-
"module": "src/cell-editors/
|
|
6123
|
+
"name": "foundationStringEditor",
|
|
6124
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
6141
6125
|
}
|
|
6142
6126
|
}
|
|
6143
6127
|
]
|
|
6144
6128
|
},
|
|
6145
6129
|
{
|
|
6146
6130
|
"kind": "javascript-module",
|
|
6147
|
-
"path": "src/
|
|
6131
|
+
"path": "src/column/column.template.ts",
|
|
6132
|
+
"declarations": [
|
|
6133
|
+
{
|
|
6134
|
+
"kind": "variable",
|
|
6135
|
+
"name": "ColumnTemplate",
|
|
6136
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
6137
|
+
"description": "The Grid Pro Column Template.",
|
|
6138
|
+
"privacy": "public"
|
|
6139
|
+
}
|
|
6140
|
+
],
|
|
6141
|
+
"exports": [
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "js",
|
|
6144
|
+
"name": "ColumnTemplate",
|
|
6145
|
+
"declaration": {
|
|
6146
|
+
"name": "ColumnTemplate",
|
|
6147
|
+
"module": "src/column/column.template.ts"
|
|
6148
|
+
}
|
|
6149
|
+
}
|
|
6150
|
+
]
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"kind": "javascript-module",
|
|
6154
|
+
"path": "src/column/column.ts",
|
|
6148
6155
|
"declarations": [
|
|
6149
6156
|
{
|
|
6150
6157
|
"kind": "class",
|
|
6151
|
-
"description": "The
|
|
6152
|
-
"name": "
|
|
6158
|
+
"description": "The Grid Pro Column element.",
|
|
6159
|
+
"name": "GridProColumn",
|
|
6153
6160
|
"members": [
|
|
6154
6161
|
{
|
|
6155
6162
|
"kind": "field",
|
|
6156
|
-
"name": "
|
|
6157
|
-
"type": {
|
|
6158
|
-
"text": "StringEditorParams"
|
|
6159
|
-
},
|
|
6160
|
-
"privacy": "public"
|
|
6161
|
-
},
|
|
6162
|
-
{
|
|
6163
|
-
"kind": "field",
|
|
6164
|
-
"name": "value",
|
|
6165
|
-
"type": {
|
|
6166
|
-
"text": "string"
|
|
6167
|
-
},
|
|
6168
|
-
"privacy": "public"
|
|
6169
|
-
},
|
|
6170
|
-
{
|
|
6171
|
-
"kind": "field",
|
|
6172
|
-
"name": "actualWidth",
|
|
6163
|
+
"name": "slottedAgCell",
|
|
6173
6164
|
"type": {
|
|
6174
|
-
"text": "
|
|
6165
|
+
"text": "HTMLElement[]"
|
|
6175
6166
|
},
|
|
6176
6167
|
"privacy": "public"
|
|
6177
6168
|
},
|
|
6178
6169
|
{
|
|
6179
6170
|
"kind": "field",
|
|
6180
|
-
"name": "
|
|
6171
|
+
"name": "definition",
|
|
6181
6172
|
"type": {
|
|
6182
|
-
"text": "
|
|
6173
|
+
"text": "ColDef"
|
|
6183
6174
|
},
|
|
6184
|
-
"
|
|
6175
|
+
"default": "{}"
|
|
6185
6176
|
},
|
|
6186
6177
|
{
|
|
6187
6178
|
"kind": "method",
|
|
6188
|
-
"name": "
|
|
6189
|
-
"privacy": "public"
|
|
6190
|
-
"parameters": [
|
|
6191
|
-
{
|
|
6192
|
-
"name": "params",
|
|
6193
|
-
"type": {
|
|
6194
|
-
"text": "StringEditorParams"
|
|
6195
|
-
}
|
|
6196
|
-
}
|
|
6197
|
-
]
|
|
6179
|
+
"name": "slottedAgCellChanged",
|
|
6180
|
+
"privacy": "public"
|
|
6198
6181
|
},
|
|
6199
6182
|
{
|
|
6200
6183
|
"kind": "method",
|
|
6201
|
-
"name": "
|
|
6202
|
-
"privacy": "public",
|
|
6184
|
+
"name": "deepClone",
|
|
6203
6185
|
"return": {
|
|
6204
6186
|
"type": {
|
|
6205
|
-
"text": "
|
|
6187
|
+
"text": "Node"
|
|
6206
6188
|
}
|
|
6189
|
+
},
|
|
6190
|
+
"inheritedFrom": {
|
|
6191
|
+
"name": "LifecycleMixin",
|
|
6192
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6207
6193
|
}
|
|
6208
6194
|
},
|
|
6209
6195
|
{
|
|
6210
6196
|
"kind": "method",
|
|
6211
|
-
"name": "
|
|
6212
|
-
"privacy": "public",
|
|
6197
|
+
"name": "cloneNode",
|
|
6213
6198
|
"return": {
|
|
6214
6199
|
"type": {
|
|
6215
|
-
"text": "
|
|
6200
|
+
"text": "Node"
|
|
6216
6201
|
}
|
|
6217
6202
|
},
|
|
6218
6203
|
"parameters": [
|
|
6219
6204
|
{
|
|
6220
|
-
"name": "
|
|
6205
|
+
"name": "deep",
|
|
6206
|
+
"optional": true,
|
|
6221
6207
|
"type": {
|
|
6222
|
-
"text": "
|
|
6208
|
+
"text": "boolean"
|
|
6223
6209
|
}
|
|
6224
6210
|
}
|
|
6225
|
-
]
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6211
|
+
],
|
|
6212
|
+
"inheritedFrom": {
|
|
6213
|
+
"name": "LifecycleMixin",
|
|
6214
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6215
|
+
}
|
|
6230
6216
|
},
|
|
6231
6217
|
{
|
|
6232
|
-
"kind": "
|
|
6233
|
-
"name": "
|
|
6218
|
+
"kind": "field",
|
|
6219
|
+
"name": "shouldRunDisconnect",
|
|
6234
6220
|
"return": {
|
|
6235
6221
|
"type": {
|
|
6236
|
-
"text": "
|
|
6222
|
+
"text": ""
|
|
6237
6223
|
}
|
|
6224
|
+
},
|
|
6225
|
+
"readonly": true,
|
|
6226
|
+
"inheritedFrom": {
|
|
6227
|
+
"name": "LifecycleMixin",
|
|
6228
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6238
6229
|
}
|
|
6239
6230
|
},
|
|
6240
6231
|
{
|
|
6241
|
-
"kind": "
|
|
6242
|
-
"name": "
|
|
6232
|
+
"kind": "field",
|
|
6233
|
+
"name": "shouldRunConnect",
|
|
6234
|
+
"return": {
|
|
6235
|
+
"type": {
|
|
6236
|
+
"text": ""
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
"readonly": true,
|
|
6240
|
+
"inheritedFrom": {
|
|
6241
|
+
"name": "LifecycleMixin",
|
|
6242
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6243
|
+
}
|
|
6243
6244
|
},
|
|
6244
6245
|
{
|
|
6245
6246
|
"kind": "method",
|
|
6246
|
-
"name": "
|
|
6247
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6248
|
+
"return": {
|
|
6249
|
+
"type": {
|
|
6250
|
+
"text": "boolean"
|
|
6251
|
+
}
|
|
6252
|
+
},
|
|
6247
6253
|
"parameters": [
|
|
6248
6254
|
{
|
|
6249
|
-
"name": "
|
|
6255
|
+
"name": "lifecycleType",
|
|
6256
|
+
"type": {
|
|
6257
|
+
"text": "Lifecycletype"
|
|
6258
|
+
}
|
|
6250
6259
|
}
|
|
6251
|
-
]
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6260
|
+
],
|
|
6261
|
+
"inheritedFrom": {
|
|
6262
|
+
"name": "LifecycleMixin",
|
|
6263
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6264
|
+
}
|
|
6256
6265
|
},
|
|
6257
6266
|
{
|
|
6258
6267
|
"kind": "field",
|
|
@@ -6366,75 +6375,66 @@
|
|
|
6366
6375
|
}
|
|
6367
6376
|
}
|
|
6368
6377
|
],
|
|
6378
|
+
"mixins": [
|
|
6379
|
+
{
|
|
6380
|
+
"name": "LifecycleMixin",
|
|
6381
|
+
"package": "@genesislcap/foundation-utils"
|
|
6382
|
+
}
|
|
6383
|
+
],
|
|
6369
6384
|
"superclass": {
|
|
6370
6385
|
"name": "FoundationElement",
|
|
6371
6386
|
"package": "@microsoft/fast-foundation"
|
|
6372
6387
|
},
|
|
6373
|
-
"tagName": "
|
|
6388
|
+
"tagName": "grid-pro-column",
|
|
6374
6389
|
"customElement": true
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"kind": "variable",
|
|
6378
|
-
"name": "agStringEditorStyles",
|
|
6379
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
6380
|
-
"description": "The AG String Renderer Styles.",
|
|
6381
|
-
"privacy": "public"
|
|
6382
|
-
},
|
|
6383
|
-
{
|
|
6384
|
-
"kind": "function",
|
|
6385
|
-
"name": "getStringEditorTemplate",
|
|
6386
|
-
"parameters": [
|
|
6387
|
-
{
|
|
6388
|
-
"name": "designSystem",
|
|
6389
|
-
"default": "'foundation'",
|
|
6390
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6391
|
-
}
|
|
6392
|
-
],
|
|
6393
|
-
"description": "Get a Design System prefixed String template.",
|
|
6394
|
-
"return": {
|
|
6395
|
-
"type": {
|
|
6396
|
-
"text": ""
|
|
6397
|
-
}
|
|
6398
|
-
},
|
|
6399
|
-
"privacy": "public"
|
|
6400
|
-
},
|
|
6401
|
-
{
|
|
6402
|
-
"kind": "variable",
|
|
6403
|
-
"name": "foundationStringEditor",
|
|
6404
|
-
"privacy": "public"
|
|
6405
6390
|
}
|
|
6406
6391
|
],
|
|
6407
6392
|
"exports": [
|
|
6408
6393
|
{
|
|
6409
6394
|
"kind": "js",
|
|
6410
|
-
"name": "
|
|
6395
|
+
"name": "GridProColumn",
|
|
6411
6396
|
"declaration": {
|
|
6412
|
-
"name": "
|
|
6413
|
-
"module": "src/
|
|
6397
|
+
"name": "GridProColumn",
|
|
6398
|
+
"module": "src/column/column.ts"
|
|
6414
6399
|
}
|
|
6415
6400
|
},
|
|
6401
|
+
{
|
|
6402
|
+
"kind": "custom-element-definition",
|
|
6403
|
+
"name": "grid-pro-column",
|
|
6404
|
+
"declaration": {
|
|
6405
|
+
"name": "GridProColumn",
|
|
6406
|
+
"module": "src/column/column.ts"
|
|
6407
|
+
}
|
|
6408
|
+
}
|
|
6409
|
+
]
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"kind": "javascript-module",
|
|
6413
|
+
"path": "src/column/index.ts",
|
|
6414
|
+
"declarations": [],
|
|
6415
|
+
"exports": [
|
|
6416
6416
|
{
|
|
6417
6417
|
"kind": "js",
|
|
6418
|
-
"name": "
|
|
6418
|
+
"name": "*",
|
|
6419
6419
|
"declaration": {
|
|
6420
|
-
"name": "
|
|
6421
|
-
"
|
|
6420
|
+
"name": "*",
|
|
6421
|
+
"package": "./column.template"
|
|
6422
6422
|
}
|
|
6423
6423
|
},
|
|
6424
6424
|
{
|
|
6425
6425
|
"kind": "js",
|
|
6426
|
-
"name": "
|
|
6426
|
+
"name": "*",
|
|
6427
6427
|
"declaration": {
|
|
6428
|
-
"name": "
|
|
6429
|
-
"
|
|
6428
|
+
"name": "*",
|
|
6429
|
+
"package": "./column"
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
6433
|
"kind": "js",
|
|
6434
|
-
"name": "
|
|
6434
|
+
"name": "*",
|
|
6435
6435
|
"declaration": {
|
|
6436
|
-
"name": "
|
|
6437
|
-
"
|
|
6436
|
+
"name": "*",
|
|
6437
|
+
"package": "./utils"
|
|
6438
6438
|
}
|
|
6439
6439
|
}
|
|
6440
6440
|
]
|