@genesislcap/grid-pro 14.105.0 → 14.106.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 +1003 -536
- package/dist/dts/datasource/base.datasource.d.ts +18 -0
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -0
- package/dist/dts/datasource/server-side.datasource.d.ts +3 -12
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -17
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +6 -5
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +51 -0
- package/dist/esm/datasource/server-side.datasource.js +12 -53
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +5 -44
- package/dist/esm/grid-pro.js +8 -7
- package/dist/grid-pro.api.json +5 -372
- package/dist/grid-pro.d.ts +28 -29
- package/docs/api/grid-pro.gridpro.gridprodatasource.md +11 -0
- package/docs/api/grid-pro.gridpro.md +1 -1
- package/docs/api/grid-pro.gridprogenesisdatasource.md +0 -12
- package/docs/api-report.md +5 -45
- package/package.json +8 -8
- package/docs/api/grid-pro.gridpro.gridprogenesisdatasource.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.connect.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.criteria.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.deferredcolumnstates.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.deferredgridoptions.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.fields.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.issnapshot.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.maxrows.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.maxview.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.movingview.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.orderby.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.resourcename.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.reverse.md +0 -11
|
@@ -631,9 +631,9 @@
|
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
633
|
"kind": "field",
|
|
634
|
-
"name": "
|
|
634
|
+
"name": "gridProDatasource",
|
|
635
635
|
"type": {
|
|
636
|
-
"text": "
|
|
636
|
+
"text": "GridProBaseDatasource"
|
|
637
637
|
},
|
|
638
638
|
"readonly": true
|
|
639
639
|
},
|
|
@@ -4474,230 +4474,400 @@
|
|
|
4474
4474
|
},
|
|
4475
4475
|
{
|
|
4476
4476
|
"kind": "javascript-module",
|
|
4477
|
-
"path": "src/datasource/
|
|
4477
|
+
"path": "src/datasource/base.datasource.ts",
|
|
4478
4478
|
"declarations": [
|
|
4479
4479
|
{
|
|
4480
4480
|
"kind": "class",
|
|
4481
|
-
"description": "
|
|
4482
|
-
"name": "
|
|
4483
|
-
"superclass": {
|
|
4484
|
-
"name": "GridProGenesisDatasource",
|
|
4485
|
-
"module": "/src/grid-pro-genesis-datasource"
|
|
4486
|
-
},
|
|
4487
|
-
"tagName": "grid-pro-client-side-datasource",
|
|
4488
|
-
"customElement": true,
|
|
4481
|
+
"description": "",
|
|
4482
|
+
"name": "GridProBaseDatasource",
|
|
4489
4483
|
"members": [
|
|
4490
4484
|
{
|
|
4491
|
-
"kind": "
|
|
4492
|
-
"name": "
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4495
|
-
|
|
4496
|
-
|
|
4485
|
+
"kind": "field",
|
|
4486
|
+
"name": "connect",
|
|
4487
|
+
"type": {
|
|
4488
|
+
"text": "Connect"
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"kind": "field",
|
|
4493
|
+
"name": "deferredGridOptions",
|
|
4494
|
+
"type": {
|
|
4495
|
+
"text": "GridOptions"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"kind": "field",
|
|
4500
|
+
"name": "deferredColumnStates",
|
|
4501
|
+
"type": {
|
|
4502
|
+
"text": "ColumnState[]"
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"kind": "field",
|
|
4507
|
+
"name": "criteria",
|
|
4508
|
+
"type": {
|
|
4509
|
+
"text": "string"
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"kind": "field",
|
|
4514
|
+
"name": "fields",
|
|
4515
|
+
"type": {
|
|
4516
|
+
"text": "string"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"kind": "field",
|
|
4521
|
+
"name": "isSnapshot",
|
|
4522
|
+
"type": {
|
|
4523
|
+
"text": "boolean"
|
|
4497
4524
|
},
|
|
4498
|
-
"
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4525
|
+
"default": "false"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"kind": "field",
|
|
4529
|
+
"name": "maxRows",
|
|
4530
|
+
"type": {
|
|
4531
|
+
"text": "number"
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"kind": "field",
|
|
4536
|
+
"name": "maxView",
|
|
4537
|
+
"type": {
|
|
4538
|
+
"text": "number"
|
|
4539
|
+
}
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "field",
|
|
4543
|
+
"name": "movingView",
|
|
4544
|
+
"type": {
|
|
4545
|
+
"text": "boolean"
|
|
4546
|
+
},
|
|
4547
|
+
"default": "false"
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"kind": "field",
|
|
4551
|
+
"name": "orderBy",
|
|
4552
|
+
"type": {
|
|
4553
|
+
"text": "string"
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"kind": "field",
|
|
4558
|
+
"name": "resourceName",
|
|
4559
|
+
"type": {
|
|
4560
|
+
"text": "string"
|
|
4561
|
+
}
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"kind": "field",
|
|
4565
|
+
"name": "reverse",
|
|
4566
|
+
"type": {
|
|
4567
|
+
"text": "boolean"
|
|
4568
|
+
},
|
|
4569
|
+
"default": "false"
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"kind": "field",
|
|
4573
|
+
"name": "_presentation",
|
|
4574
|
+
"type": {
|
|
4575
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4576
|
+
},
|
|
4577
|
+
"privacy": "private",
|
|
4578
|
+
"default": "void 0",
|
|
4507
4579
|
"inheritedFrom": {
|
|
4508
|
-
"name": "
|
|
4509
|
-
"module": "src/
|
|
4580
|
+
"name": "FoundationElement",
|
|
4581
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4510
4582
|
}
|
|
4511
4583
|
},
|
|
4512
4584
|
{
|
|
4513
|
-
"kind": "
|
|
4514
|
-
"name": "
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"text": "Node"
|
|
4518
|
-
}
|
|
4585
|
+
"kind": "field",
|
|
4586
|
+
"name": "$presentation",
|
|
4587
|
+
"type": {
|
|
4588
|
+
"text": "ComponentPresentation | null"
|
|
4519
4589
|
},
|
|
4590
|
+
"privacy": "public",
|
|
4591
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4520
4592
|
"inheritedFrom": {
|
|
4521
|
-
"name": "
|
|
4522
|
-
"module": "src/
|
|
4593
|
+
"name": "FoundationElement",
|
|
4594
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4523
4595
|
}
|
|
4524
4596
|
},
|
|
4525
4597
|
{
|
|
4526
4598
|
"kind": "field",
|
|
4527
|
-
"name": "
|
|
4599
|
+
"name": "template",
|
|
4600
|
+
"type": {
|
|
4601
|
+
"text": "ElementViewTemplate | void | null"
|
|
4602
|
+
},
|
|
4603
|
+
"privacy": "public",
|
|
4604
|
+
"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.",
|
|
4605
|
+
"inheritedFrom": {
|
|
4606
|
+
"name": "FoundationElement",
|
|
4607
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4608
|
+
}
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"kind": "method",
|
|
4612
|
+
"name": "templateChanged",
|
|
4613
|
+
"privacy": "protected",
|
|
4528
4614
|
"return": {
|
|
4529
4615
|
"type": {
|
|
4530
|
-
"text": ""
|
|
4616
|
+
"text": "void"
|
|
4531
4617
|
}
|
|
4532
4618
|
},
|
|
4533
|
-
"readonly": true,
|
|
4534
4619
|
"inheritedFrom": {
|
|
4535
|
-
"name": "
|
|
4536
|
-
"module": "src/
|
|
4620
|
+
"name": "FoundationElement",
|
|
4621
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4537
4622
|
}
|
|
4538
4623
|
},
|
|
4539
4624
|
{
|
|
4540
4625
|
"kind": "field",
|
|
4541
|
-
"name": "
|
|
4626
|
+
"name": "styles",
|
|
4627
|
+
"type": {
|
|
4628
|
+
"text": "ElementStyles | void | null"
|
|
4629
|
+
},
|
|
4630
|
+
"privacy": "public",
|
|
4631
|
+
"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.",
|
|
4632
|
+
"inheritedFrom": {
|
|
4633
|
+
"name": "FoundationElement",
|
|
4634
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4637
|
+
{
|
|
4638
|
+
"kind": "method",
|
|
4639
|
+
"name": "stylesChanged",
|
|
4640
|
+
"privacy": "protected",
|
|
4542
4641
|
"return": {
|
|
4543
4642
|
"type": {
|
|
4544
|
-
"text": ""
|
|
4643
|
+
"text": "void"
|
|
4545
4644
|
}
|
|
4546
4645
|
},
|
|
4547
|
-
"readonly": true,
|
|
4548
4646
|
"inheritedFrom": {
|
|
4549
|
-
"name": "
|
|
4550
|
-
"module": "src/
|
|
4647
|
+
"name": "FoundationElement",
|
|
4648
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4551
4649
|
}
|
|
4552
4650
|
},
|
|
4553
4651
|
{
|
|
4554
4652
|
"kind": "method",
|
|
4555
|
-
"name": "
|
|
4653
|
+
"name": "compose",
|
|
4654
|
+
"privacy": "public",
|
|
4655
|
+
"static": true,
|
|
4556
4656
|
"return": {
|
|
4557
4657
|
"type": {
|
|
4558
|
-
"text": "
|
|
4658
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4559
4659
|
}
|
|
4560
4660
|
},
|
|
4561
4661
|
"parameters": [
|
|
4562
4662
|
{
|
|
4563
|
-
"name": "
|
|
4663
|
+
"name": "this",
|
|
4564
4664
|
"type": {
|
|
4565
|
-
"text": "
|
|
4665
|
+
"text": "K"
|
|
4566
4666
|
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "elementDefinition",
|
|
4670
|
+
"type": {
|
|
4671
|
+
"text": "T"
|
|
4672
|
+
},
|
|
4673
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4567
4674
|
}
|
|
4568
4675
|
],
|
|
4676
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4569
4677
|
"inheritedFrom": {
|
|
4570
|
-
"name": "
|
|
4571
|
-
"module": "src/
|
|
4678
|
+
"name": "FoundationElement",
|
|
4679
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4572
4680
|
}
|
|
4681
|
+
}
|
|
4682
|
+
],
|
|
4683
|
+
"attributes": [
|
|
4684
|
+
{
|
|
4685
|
+
"name": "criteria",
|
|
4686
|
+
"type": {
|
|
4687
|
+
"text": "string"
|
|
4688
|
+
},
|
|
4689
|
+
"fieldName": "criteria"
|
|
4573
4690
|
},
|
|
4574
4691
|
{
|
|
4575
|
-
"
|
|
4576
|
-
"name": "auth",
|
|
4692
|
+
"name": "fields",
|
|
4577
4693
|
"type": {
|
|
4578
|
-
"text": "
|
|
4694
|
+
"text": "string"
|
|
4579
4695
|
},
|
|
4580
|
-
"
|
|
4581
|
-
"name": "GridProGenesisDatasource",
|
|
4582
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4583
|
-
}
|
|
4696
|
+
"fieldName": "fields"
|
|
4584
4697
|
},
|
|
4585
4698
|
{
|
|
4586
|
-
"
|
|
4587
|
-
"name": "connect",
|
|
4699
|
+
"name": "is-snapshot",
|
|
4588
4700
|
"type": {
|
|
4589
|
-
"text": "
|
|
4701
|
+
"text": "boolean"
|
|
4590
4702
|
},
|
|
4591
|
-
"
|
|
4592
|
-
|
|
4593
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4594
|
-
}
|
|
4703
|
+
"default": "false",
|
|
4704
|
+
"fieldName": "isSnapshot"
|
|
4595
4705
|
},
|
|
4596
4706
|
{
|
|
4597
|
-
"
|
|
4598
|
-
"name": "datasource",
|
|
4707
|
+
"name": "max-rows",
|
|
4599
4708
|
"type": {
|
|
4600
|
-
"text": "
|
|
4709
|
+
"text": "number"
|
|
4601
4710
|
},
|
|
4602
|
-
"
|
|
4603
|
-
"name": "GridProGenesisDatasource",
|
|
4604
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4605
|
-
}
|
|
4711
|
+
"fieldName": "maxRows"
|
|
4606
4712
|
},
|
|
4607
4713
|
{
|
|
4608
|
-
"
|
|
4609
|
-
"name": "deferredGridOptions",
|
|
4714
|
+
"name": "max-view",
|
|
4610
4715
|
"type": {
|
|
4611
|
-
"text": "
|
|
4716
|
+
"text": "number"
|
|
4612
4717
|
},
|
|
4613
|
-
"
|
|
4614
|
-
"name": "GridProGenesisDatasource",
|
|
4615
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4616
|
-
}
|
|
4718
|
+
"fieldName": "maxView"
|
|
4617
4719
|
},
|
|
4618
4720
|
{
|
|
4619
|
-
"
|
|
4620
|
-
"name": "deferredColumnStates",
|
|
4721
|
+
"name": "moving-view",
|
|
4621
4722
|
"type": {
|
|
4622
|
-
"text": "
|
|
4723
|
+
"text": "boolean"
|
|
4623
4724
|
},
|
|
4624
|
-
"
|
|
4625
|
-
|
|
4626
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4627
|
-
}
|
|
4725
|
+
"default": "false",
|
|
4726
|
+
"fieldName": "movingView"
|
|
4628
4727
|
},
|
|
4629
4728
|
{
|
|
4630
|
-
"
|
|
4631
|
-
"name": "criteria",
|
|
4729
|
+
"name": "order-by",
|
|
4632
4730
|
"type": {
|
|
4633
4731
|
"text": "string"
|
|
4634
4732
|
},
|
|
4635
|
-
"
|
|
4636
|
-
"name": "GridProGenesisDatasource",
|
|
4637
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4638
|
-
}
|
|
4733
|
+
"fieldName": "orderBy"
|
|
4639
4734
|
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "resource-name",
|
|
4737
|
+
"type": {
|
|
4738
|
+
"text": "string"
|
|
4739
|
+
},
|
|
4740
|
+
"fieldName": "resourceName"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"type": {
|
|
4744
|
+
"text": "boolean"
|
|
4745
|
+
},
|
|
4746
|
+
"default": "false",
|
|
4747
|
+
"fieldName": "reverse"
|
|
4748
|
+
}
|
|
4749
|
+
],
|
|
4750
|
+
"superclass": {
|
|
4751
|
+
"name": "FoundationElement",
|
|
4752
|
+
"package": "@microsoft/fast-foundation"
|
|
4753
|
+
}
|
|
4754
|
+
}
|
|
4755
|
+
],
|
|
4756
|
+
"exports": [
|
|
4757
|
+
{
|
|
4758
|
+
"kind": "js",
|
|
4759
|
+
"name": "GridProBaseDatasource",
|
|
4760
|
+
"declaration": {
|
|
4761
|
+
"name": "GridProBaseDatasource",
|
|
4762
|
+
"module": "src/datasource/base.datasource.ts"
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
]
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"kind": "javascript-module",
|
|
4769
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
4770
|
+
"declarations": [
|
|
4771
|
+
{
|
|
4772
|
+
"kind": "class",
|
|
4773
|
+
"description": "The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
4774
|
+
"name": "GridProClientSideDatasource",
|
|
4775
|
+
"superclass": {
|
|
4776
|
+
"name": "GridProGenesisDatasource",
|
|
4777
|
+
"module": "/src/grid-pro-genesis-datasource"
|
|
4778
|
+
},
|
|
4779
|
+
"tagName": "grid-pro-client-side-datasource",
|
|
4780
|
+
"customElement": true,
|
|
4781
|
+
"members": [
|
|
4640
4782
|
{
|
|
4641
4783
|
"kind": "method",
|
|
4642
|
-
"name": "
|
|
4784
|
+
"name": "cloneNode",
|
|
4785
|
+
"return": {
|
|
4786
|
+
"type": {
|
|
4787
|
+
"text": "Node"
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4643
4790
|
"parameters": [
|
|
4644
4791
|
{
|
|
4645
|
-
"name": "
|
|
4646
|
-
"
|
|
4647
|
-
"text": "string"
|
|
4648
|
-
}
|
|
4649
|
-
},
|
|
4650
|
-
{
|
|
4651
|
-
"name": "newCriteria",
|
|
4792
|
+
"name": "deep",
|
|
4793
|
+
"optional": true,
|
|
4652
4794
|
"type": {
|
|
4653
|
-
"text": "
|
|
4795
|
+
"text": "boolean"
|
|
4654
4796
|
}
|
|
4655
4797
|
}
|
|
4656
4798
|
],
|
|
4657
4799
|
"inheritedFrom": {
|
|
4658
|
-
"name": "
|
|
4659
|
-
"module": "src/
|
|
4800
|
+
"name": "LifecycleMixin",
|
|
4801
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4802
|
+
}
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"kind": "method",
|
|
4806
|
+
"name": "deepClone",
|
|
4807
|
+
"return": {
|
|
4808
|
+
"type": {
|
|
4809
|
+
"text": "Node"
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
4812
|
+
"inheritedFrom": {
|
|
4813
|
+
"name": "LifecycleMixin",
|
|
4814
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4660
4815
|
}
|
|
4661
4816
|
},
|
|
4662
4817
|
{
|
|
4663
4818
|
"kind": "field",
|
|
4664
|
-
"name": "
|
|
4665
|
-
"
|
|
4666
|
-
"
|
|
4819
|
+
"name": "shouldRunDisconnect",
|
|
4820
|
+
"return": {
|
|
4821
|
+
"type": {
|
|
4822
|
+
"text": ""
|
|
4823
|
+
}
|
|
4667
4824
|
},
|
|
4825
|
+
"readonly": true,
|
|
4668
4826
|
"inheritedFrom": {
|
|
4669
|
-
"name": "
|
|
4670
|
-
"module": "src/
|
|
4827
|
+
"name": "LifecycleMixin",
|
|
4828
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4671
4829
|
}
|
|
4672
4830
|
},
|
|
4673
4831
|
{
|
|
4674
4832
|
"kind": "field",
|
|
4675
|
-
"name": "
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4833
|
+
"name": "shouldRunConnect",
|
|
4834
|
+
"return": {
|
|
4835
|
+
"type": {
|
|
4836
|
+
"text": ""
|
|
4837
|
+
}
|
|
4678
4838
|
},
|
|
4679
|
-
"
|
|
4839
|
+
"readonly": true,
|
|
4680
4840
|
"inheritedFrom": {
|
|
4681
|
-
"name": "
|
|
4682
|
-
"module": "src/
|
|
4841
|
+
"name": "LifecycleMixin",
|
|
4842
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4683
4843
|
}
|
|
4684
4844
|
},
|
|
4685
4845
|
{
|
|
4686
|
-
"kind": "
|
|
4687
|
-
"name": "
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4846
|
+
"kind": "method",
|
|
4847
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
4848
|
+
"return": {
|
|
4849
|
+
"type": {
|
|
4850
|
+
"text": "boolean"
|
|
4851
|
+
}
|
|
4690
4852
|
},
|
|
4853
|
+
"parameters": [
|
|
4854
|
+
{
|
|
4855
|
+
"name": "lifecycleType",
|
|
4856
|
+
"type": {
|
|
4857
|
+
"text": "Lifecycletype"
|
|
4858
|
+
}
|
|
4859
|
+
}
|
|
4860
|
+
],
|
|
4691
4861
|
"inheritedFrom": {
|
|
4692
|
-
"name": "
|
|
4693
|
-
"module": "src/
|
|
4862
|
+
"name": "LifecycleMixin",
|
|
4863
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4694
4864
|
}
|
|
4695
4865
|
},
|
|
4696
4866
|
{
|
|
4697
4867
|
"kind": "field",
|
|
4698
|
-
"name": "
|
|
4868
|
+
"name": "auth",
|
|
4699
4869
|
"type": {
|
|
4700
|
-
"text": "
|
|
4870
|
+
"text": "Auth"
|
|
4701
4871
|
},
|
|
4702
4872
|
"inheritedFrom": {
|
|
4703
4873
|
"name": "GridProGenesisDatasource",
|
|
@@ -4706,22 +4876,32 @@
|
|
|
4706
4876
|
},
|
|
4707
4877
|
{
|
|
4708
4878
|
"kind": "field",
|
|
4709
|
-
"name": "
|
|
4879
|
+
"name": "datasource",
|
|
4710
4880
|
"type": {
|
|
4711
|
-
"text": "
|
|
4881
|
+
"text": "Datasource"
|
|
4712
4882
|
},
|
|
4713
|
-
"default": "false",
|
|
4714
4883
|
"inheritedFrom": {
|
|
4715
4884
|
"name": "GridProGenesisDatasource",
|
|
4716
4885
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4717
4886
|
}
|
|
4718
4887
|
},
|
|
4719
4888
|
{
|
|
4720
|
-
"kind": "
|
|
4721
|
-
"name": "
|
|
4722
|
-
"
|
|
4723
|
-
|
|
4724
|
-
|
|
4889
|
+
"kind": "method",
|
|
4890
|
+
"name": "criteriaChanged",
|
|
4891
|
+
"parameters": [
|
|
4892
|
+
{
|
|
4893
|
+
"name": "oldCriteria",
|
|
4894
|
+
"type": {
|
|
4895
|
+
"text": "string"
|
|
4896
|
+
}
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "newCriteria",
|
|
4900
|
+
"type": {
|
|
4901
|
+
"text": "string"
|
|
4902
|
+
}
|
|
4903
|
+
}
|
|
4904
|
+
],
|
|
4725
4905
|
"inheritedFrom": {
|
|
4726
4906
|
"name": "GridProGenesisDatasource",
|
|
4727
4907
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -4761,17 +4941,6 @@
|
|
|
4761
4941
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4762
4942
|
}
|
|
4763
4943
|
},
|
|
4764
|
-
{
|
|
4765
|
-
"kind": "field",
|
|
4766
|
-
"name": "resourceName",
|
|
4767
|
-
"type": {
|
|
4768
|
-
"text": "string"
|
|
4769
|
-
},
|
|
4770
|
-
"inheritedFrom": {
|
|
4771
|
-
"name": "GridProGenesisDatasource",
|
|
4772
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4773
|
-
}
|
|
4774
|
-
},
|
|
4775
4944
|
{
|
|
4776
4945
|
"kind": "method",
|
|
4777
4946
|
"name": "resourceNameChanged",
|
|
@@ -4794,18 +4963,6 @@
|
|
|
4794
4963
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4795
4964
|
}
|
|
4796
4965
|
},
|
|
4797
|
-
{
|
|
4798
|
-
"kind": "field",
|
|
4799
|
-
"name": "reverse",
|
|
4800
|
-
"type": {
|
|
4801
|
-
"text": "boolean"
|
|
4802
|
-
},
|
|
4803
|
-
"default": "false",
|
|
4804
|
-
"inheritedFrom": {
|
|
4805
|
-
"name": "GridProGenesisDatasource",
|
|
4806
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4807
|
-
}
|
|
4808
|
-
},
|
|
4809
4966
|
{
|
|
4810
4967
|
"kind": "field",
|
|
4811
4968
|
"name": "rowIdAttr",
|
|
@@ -5311,6 +5468,141 @@
|
|
|
5311
5468
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5312
5469
|
}
|
|
5313
5470
|
},
|
|
5471
|
+
{
|
|
5472
|
+
"kind": "field",
|
|
5473
|
+
"name": "connect",
|
|
5474
|
+
"type": {
|
|
5475
|
+
"text": "Connect"
|
|
5476
|
+
},
|
|
5477
|
+
"inheritedFrom": {
|
|
5478
|
+
"name": "GridProBaseDatasource",
|
|
5479
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"kind": "field",
|
|
5484
|
+
"name": "deferredGridOptions",
|
|
5485
|
+
"type": {
|
|
5486
|
+
"text": "GridOptions"
|
|
5487
|
+
},
|
|
5488
|
+
"inheritedFrom": {
|
|
5489
|
+
"name": "GridProBaseDatasource",
|
|
5490
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "field",
|
|
5495
|
+
"name": "deferredColumnStates",
|
|
5496
|
+
"type": {
|
|
5497
|
+
"text": "ColumnState[]"
|
|
5498
|
+
},
|
|
5499
|
+
"inheritedFrom": {
|
|
5500
|
+
"name": "GridProBaseDatasource",
|
|
5501
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5502
|
+
}
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"kind": "field",
|
|
5506
|
+
"name": "criteria",
|
|
5507
|
+
"type": {
|
|
5508
|
+
"text": "string"
|
|
5509
|
+
},
|
|
5510
|
+
"inheritedFrom": {
|
|
5511
|
+
"name": "GridProBaseDatasource",
|
|
5512
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5513
|
+
}
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"kind": "field",
|
|
5517
|
+
"name": "fields",
|
|
5518
|
+
"type": {
|
|
5519
|
+
"text": "string"
|
|
5520
|
+
},
|
|
5521
|
+
"inheritedFrom": {
|
|
5522
|
+
"name": "GridProBaseDatasource",
|
|
5523
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "field",
|
|
5528
|
+
"name": "isSnapshot",
|
|
5529
|
+
"type": {
|
|
5530
|
+
"text": "boolean"
|
|
5531
|
+
},
|
|
5532
|
+
"default": "false",
|
|
5533
|
+
"inheritedFrom": {
|
|
5534
|
+
"name": "GridProBaseDatasource",
|
|
5535
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5536
|
+
}
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
"kind": "field",
|
|
5540
|
+
"name": "maxRows",
|
|
5541
|
+
"type": {
|
|
5542
|
+
"text": "number"
|
|
5543
|
+
},
|
|
5544
|
+
"inheritedFrom": {
|
|
5545
|
+
"name": "GridProBaseDatasource",
|
|
5546
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5547
|
+
}
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "field",
|
|
5551
|
+
"name": "maxView",
|
|
5552
|
+
"type": {
|
|
5553
|
+
"text": "number"
|
|
5554
|
+
},
|
|
5555
|
+
"inheritedFrom": {
|
|
5556
|
+
"name": "GridProBaseDatasource",
|
|
5557
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5560
|
+
{
|
|
5561
|
+
"kind": "field",
|
|
5562
|
+
"name": "movingView",
|
|
5563
|
+
"type": {
|
|
5564
|
+
"text": "boolean"
|
|
5565
|
+
},
|
|
5566
|
+
"default": "false",
|
|
5567
|
+
"inheritedFrom": {
|
|
5568
|
+
"name": "GridProBaseDatasource",
|
|
5569
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"kind": "field",
|
|
5574
|
+
"name": "orderBy",
|
|
5575
|
+
"type": {
|
|
5576
|
+
"text": "string"
|
|
5577
|
+
},
|
|
5578
|
+
"inheritedFrom": {
|
|
5579
|
+
"name": "GridProBaseDatasource",
|
|
5580
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5581
|
+
}
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"kind": "field",
|
|
5585
|
+
"name": "resourceName",
|
|
5586
|
+
"type": {
|
|
5587
|
+
"text": "string"
|
|
5588
|
+
},
|
|
5589
|
+
"inheritedFrom": {
|
|
5590
|
+
"name": "GridProBaseDatasource",
|
|
5591
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5592
|
+
}
|
|
5593
|
+
},
|
|
5594
|
+
{
|
|
5595
|
+
"kind": "field",
|
|
5596
|
+
"name": "reverse",
|
|
5597
|
+
"type": {
|
|
5598
|
+
"text": "boolean"
|
|
5599
|
+
},
|
|
5600
|
+
"default": "false",
|
|
5601
|
+
"inheritedFrom": {
|
|
5602
|
+
"name": "GridProBaseDatasource",
|
|
5603
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5604
|
+
}
|
|
5605
|
+
},
|
|
5314
5606
|
{
|
|
5315
5607
|
"kind": "field",
|
|
5316
5608
|
"name": "_presentation",
|
|
@@ -5425,148 +5717,148 @@
|
|
|
5425
5717
|
],
|
|
5426
5718
|
"attributes": [
|
|
5427
5719
|
{
|
|
5428
|
-
"name": "
|
|
5720
|
+
"name": "polling-interval",
|
|
5429
5721
|
"type": {
|
|
5430
|
-
"text": "
|
|
5722
|
+
"text": "number"
|
|
5431
5723
|
},
|
|
5432
|
-
"fieldName": "
|
|
5724
|
+
"fieldName": "pollingInterval",
|
|
5433
5725
|
"inheritedFrom": {
|
|
5434
5726
|
"name": "GridProGenesisDatasource",
|
|
5435
5727
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5436
5728
|
}
|
|
5437
5729
|
},
|
|
5438
5730
|
{
|
|
5439
|
-
"name": "
|
|
5731
|
+
"name": "disable-polling",
|
|
5440
5732
|
"type": {
|
|
5441
|
-
"text": "
|
|
5733
|
+
"text": "boolean"
|
|
5442
5734
|
},
|
|
5443
|
-
"
|
|
5735
|
+
"default": "false",
|
|
5736
|
+
"fieldName": "disablePolling",
|
|
5444
5737
|
"inheritedFrom": {
|
|
5445
5738
|
"name": "GridProGenesisDatasource",
|
|
5446
5739
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5447
5740
|
}
|
|
5448
5741
|
},
|
|
5449
5742
|
{
|
|
5450
|
-
"name": "
|
|
5743
|
+
"name": "row-id",
|
|
5744
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5745
|
+
"fieldName": "rowIdAttr",
|
|
5746
|
+
"inheritedFrom": {
|
|
5747
|
+
"name": "GridProGenesisDatasource",
|
|
5748
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5749
|
+
}
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"name": "restart-on-reconnection",
|
|
5451
5753
|
"type": {
|
|
5452
5754
|
"text": "boolean"
|
|
5453
5755
|
},
|
|
5454
5756
|
"default": "false",
|
|
5455
|
-
"fieldName": "
|
|
5757
|
+
"fieldName": "restartOnReconnection",
|
|
5456
5758
|
"inheritedFrom": {
|
|
5457
5759
|
"name": "GridProGenesisDatasource",
|
|
5458
5760
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5459
5761
|
}
|
|
5460
5762
|
},
|
|
5461
5763
|
{
|
|
5462
|
-
"name": "
|
|
5764
|
+
"name": "criteria",
|
|
5463
5765
|
"type": {
|
|
5464
|
-
"text": "
|
|
5766
|
+
"text": "string"
|
|
5465
5767
|
},
|
|
5466
|
-
"fieldName": "
|
|
5768
|
+
"fieldName": "criteria",
|
|
5467
5769
|
"inheritedFrom": {
|
|
5468
|
-
"name": "
|
|
5469
|
-
"module": "src/
|
|
5770
|
+
"name": "GridProBaseDatasource",
|
|
5771
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5470
5772
|
}
|
|
5471
5773
|
},
|
|
5472
5774
|
{
|
|
5473
|
-
"name": "
|
|
5775
|
+
"name": "fields",
|
|
5474
5776
|
"type": {
|
|
5475
|
-
"text": "
|
|
5777
|
+
"text": "string"
|
|
5476
5778
|
},
|
|
5477
|
-
"fieldName": "
|
|
5779
|
+
"fieldName": "fields",
|
|
5478
5780
|
"inheritedFrom": {
|
|
5479
|
-
"name": "
|
|
5480
|
-
"module": "src/
|
|
5781
|
+
"name": "GridProBaseDatasource",
|
|
5782
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5481
5783
|
}
|
|
5482
5784
|
},
|
|
5483
5785
|
{
|
|
5484
|
-
"name": "
|
|
5786
|
+
"name": "is-snapshot",
|
|
5485
5787
|
"type": {
|
|
5486
5788
|
"text": "boolean"
|
|
5487
5789
|
},
|
|
5488
5790
|
"default": "false",
|
|
5489
|
-
"fieldName": "
|
|
5791
|
+
"fieldName": "isSnapshot",
|
|
5490
5792
|
"inheritedFrom": {
|
|
5491
|
-
"name": "
|
|
5492
|
-
"module": "src/
|
|
5793
|
+
"name": "GridProBaseDatasource",
|
|
5794
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5493
5795
|
}
|
|
5494
5796
|
},
|
|
5495
5797
|
{
|
|
5496
|
-
"name": "
|
|
5798
|
+
"name": "max-rows",
|
|
5497
5799
|
"type": {
|
|
5498
|
-
"text": "
|
|
5800
|
+
"text": "number"
|
|
5499
5801
|
},
|
|
5500
|
-
"fieldName": "
|
|
5802
|
+
"fieldName": "maxRows",
|
|
5501
5803
|
"inheritedFrom": {
|
|
5502
|
-
"name": "
|
|
5503
|
-
"module": "src/
|
|
5804
|
+
"name": "GridProBaseDatasource",
|
|
5805
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5504
5806
|
}
|
|
5505
5807
|
},
|
|
5506
5808
|
{
|
|
5507
|
-
"name": "
|
|
5809
|
+
"name": "max-view",
|
|
5508
5810
|
"type": {
|
|
5509
5811
|
"text": "number"
|
|
5510
5812
|
},
|
|
5511
|
-
"fieldName": "
|
|
5813
|
+
"fieldName": "maxView",
|
|
5512
5814
|
"inheritedFrom": {
|
|
5513
|
-
"name": "
|
|
5514
|
-
"module": "src/
|
|
5815
|
+
"name": "GridProBaseDatasource",
|
|
5816
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5515
5817
|
}
|
|
5516
5818
|
},
|
|
5517
5819
|
{
|
|
5518
|
-
"name": "
|
|
5820
|
+
"name": "moving-view",
|
|
5519
5821
|
"type": {
|
|
5520
5822
|
"text": "boolean"
|
|
5521
5823
|
},
|
|
5522
5824
|
"default": "false",
|
|
5523
|
-
"fieldName": "
|
|
5825
|
+
"fieldName": "movingView",
|
|
5524
5826
|
"inheritedFrom": {
|
|
5525
|
-
"name": "
|
|
5526
|
-
"module": "src/
|
|
5827
|
+
"name": "GridProBaseDatasource",
|
|
5828
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5527
5829
|
}
|
|
5528
5830
|
},
|
|
5529
5831
|
{
|
|
5530
|
-
"name": "
|
|
5832
|
+
"name": "order-by",
|
|
5531
5833
|
"type": {
|
|
5532
5834
|
"text": "string"
|
|
5533
5835
|
},
|
|
5534
|
-
"fieldName": "
|
|
5836
|
+
"fieldName": "orderBy",
|
|
5535
5837
|
"inheritedFrom": {
|
|
5536
|
-
"name": "
|
|
5537
|
-
"module": "src/
|
|
5838
|
+
"name": "GridProBaseDatasource",
|
|
5839
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5538
5840
|
}
|
|
5539
5841
|
},
|
|
5540
5842
|
{
|
|
5843
|
+
"name": "resource-name",
|
|
5541
5844
|
"type": {
|
|
5542
|
-
"text": "
|
|
5845
|
+
"text": "string"
|
|
5543
5846
|
},
|
|
5544
|
-
"
|
|
5545
|
-
"fieldName": "reverse",
|
|
5546
|
-
"inheritedFrom": {
|
|
5547
|
-
"name": "GridProGenesisDatasource",
|
|
5548
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5549
|
-
}
|
|
5550
|
-
},
|
|
5551
|
-
{
|
|
5552
|
-
"name": "row-id",
|
|
5553
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5554
|
-
"fieldName": "rowIdAttr",
|
|
5847
|
+
"fieldName": "resourceName",
|
|
5555
5848
|
"inheritedFrom": {
|
|
5556
|
-
"name": "
|
|
5557
|
-
"module": "src/
|
|
5849
|
+
"name": "GridProBaseDatasource",
|
|
5850
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5558
5851
|
}
|
|
5559
5852
|
},
|
|
5560
5853
|
{
|
|
5561
|
-
"name": "restart-on-reconnection",
|
|
5562
5854
|
"type": {
|
|
5563
5855
|
"text": "boolean"
|
|
5564
5856
|
},
|
|
5565
5857
|
"default": "false",
|
|
5566
|
-
"fieldName": "
|
|
5858
|
+
"fieldName": "reverse",
|
|
5567
5859
|
"inheritedFrom": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/
|
|
5860
|
+
"name": "GridProBaseDatasource",
|
|
5861
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5570
5862
|
}
|
|
5571
5863
|
}
|
|
5572
5864
|
]
|
|
@@ -5875,20 +6167,6 @@
|
|
|
5875
6167
|
"description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
5876
6168
|
"name": "GridProServerSideDatasource",
|
|
5877
6169
|
"members": [
|
|
5878
|
-
{
|
|
5879
|
-
"kind": "field",
|
|
5880
|
-
"name": "connect",
|
|
5881
|
-
"type": {
|
|
5882
|
-
"text": "Connect"
|
|
5883
|
-
}
|
|
5884
|
-
},
|
|
5885
|
-
{
|
|
5886
|
-
"kind": "field",
|
|
5887
|
-
"name": "criteria",
|
|
5888
|
-
"type": {
|
|
5889
|
-
"text": "string"
|
|
5890
|
-
}
|
|
5891
|
-
},
|
|
5892
6170
|
{
|
|
5893
6171
|
"kind": "method",
|
|
5894
6172
|
"name": "criteriaChanged",
|
|
@@ -5907,57 +6185,6 @@
|
|
|
5907
6185
|
}
|
|
5908
6186
|
]
|
|
5909
6187
|
},
|
|
5910
|
-
{
|
|
5911
|
-
"kind": "field",
|
|
5912
|
-
"name": "fields",
|
|
5913
|
-
"type": {
|
|
5914
|
-
"text": "string"
|
|
5915
|
-
}
|
|
5916
|
-
},
|
|
5917
|
-
{
|
|
5918
|
-
"kind": "field",
|
|
5919
|
-
"name": "isSnapshot",
|
|
5920
|
-
"type": {
|
|
5921
|
-
"text": "boolean"
|
|
5922
|
-
},
|
|
5923
|
-
"default": "false"
|
|
5924
|
-
},
|
|
5925
|
-
{
|
|
5926
|
-
"kind": "field",
|
|
5927
|
-
"name": "maxRows",
|
|
5928
|
-
"type": {
|
|
5929
|
-
"text": "number"
|
|
5930
|
-
}
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"kind": "field",
|
|
5934
|
-
"name": "maxView",
|
|
5935
|
-
"type": {
|
|
5936
|
-
"text": "number"
|
|
5937
|
-
}
|
|
5938
|
-
},
|
|
5939
|
-
{
|
|
5940
|
-
"kind": "field",
|
|
5941
|
-
"name": "movingView",
|
|
5942
|
-
"type": {
|
|
5943
|
-
"text": "boolean"
|
|
5944
|
-
},
|
|
5945
|
-
"default": "true"
|
|
5946
|
-
},
|
|
5947
|
-
{
|
|
5948
|
-
"kind": "field",
|
|
5949
|
-
"name": "orderBy",
|
|
5950
|
-
"type": {
|
|
5951
|
-
"text": "string"
|
|
5952
|
-
}
|
|
5953
|
-
},
|
|
5954
|
-
{
|
|
5955
|
-
"kind": "field",
|
|
5956
|
-
"name": "resourceName",
|
|
5957
|
-
"type": {
|
|
5958
|
-
"text": "string"
|
|
5959
|
-
}
|
|
5960
|
-
},
|
|
5961
6188
|
{
|
|
5962
6189
|
"kind": "method",
|
|
5963
6190
|
"name": "resourceNameChanged",
|
|
@@ -5992,14 +6219,6 @@
|
|
|
5992
6219
|
},
|
|
5993
6220
|
"default": "'ROW_REF'"
|
|
5994
6221
|
},
|
|
5995
|
-
{
|
|
5996
|
-
"kind": "field",
|
|
5997
|
-
"name": "reverse",
|
|
5998
|
-
"type": {
|
|
5999
|
-
"text": "boolean"
|
|
6000
|
-
},
|
|
6001
|
-
"default": "false"
|
|
6002
|
-
},
|
|
6003
6222
|
{
|
|
6004
6223
|
"kind": "field",
|
|
6005
6224
|
"name": "indexes",
|
|
@@ -6024,6 +6243,19 @@
|
|
|
6024
6243
|
},
|
|
6025
6244
|
"privacy": "private"
|
|
6026
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"kind": "method",
|
|
6248
|
+
"name": "deepClone",
|
|
6249
|
+
"return": {
|
|
6250
|
+
"type": {
|
|
6251
|
+
"text": "Node"
|
|
6252
|
+
}
|
|
6253
|
+
},
|
|
6254
|
+
"inheritedFrom": {
|
|
6255
|
+
"name": "LifecycleMixin",
|
|
6256
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6257
|
+
}
|
|
6258
|
+
},
|
|
6027
6259
|
{
|
|
6028
6260
|
"kind": "method",
|
|
6029
6261
|
"name": "init"
|
|
@@ -6090,105 +6322,227 @@
|
|
|
6090
6322
|
]
|
|
6091
6323
|
},
|
|
6092
6324
|
{
|
|
6093
|
-
"kind": "method",
|
|
6094
|
-
"name": "getAgColumnDefs",
|
|
6095
|
-
"privacy": "private",
|
|
6096
|
-
"return": {
|
|
6097
|
-
"type": {
|
|
6098
|
-
"text": "ColDef[]"
|
|
6099
|
-
}
|
|
6325
|
+
"kind": "method",
|
|
6326
|
+
"name": "getAgColumnDefs",
|
|
6327
|
+
"privacy": "private",
|
|
6328
|
+
"return": {
|
|
6329
|
+
"type": {
|
|
6330
|
+
"text": "ColDef[]"
|
|
6331
|
+
}
|
|
6332
|
+
},
|
|
6333
|
+
"parameters": [
|
|
6334
|
+
{
|
|
6335
|
+
"name": "fieldsMetadata",
|
|
6336
|
+
"type": {
|
|
6337
|
+
"text": "FieldMetadata[]"
|
|
6338
|
+
}
|
|
6339
|
+
}
|
|
6340
|
+
]
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "method",
|
|
6344
|
+
"name": "cloneNode",
|
|
6345
|
+
"return": {
|
|
6346
|
+
"type": {
|
|
6347
|
+
"text": "Node"
|
|
6348
|
+
}
|
|
6349
|
+
},
|
|
6350
|
+
"parameters": [
|
|
6351
|
+
{
|
|
6352
|
+
"name": "deep",
|
|
6353
|
+
"optional": true,
|
|
6354
|
+
"type": {
|
|
6355
|
+
"text": "boolean"
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
],
|
|
6359
|
+
"inheritedFrom": {
|
|
6360
|
+
"name": "LifecycleMixin",
|
|
6361
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6362
|
+
}
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "field",
|
|
6366
|
+
"name": "shouldRunDisconnect",
|
|
6367
|
+
"return": {
|
|
6368
|
+
"type": {
|
|
6369
|
+
"text": ""
|
|
6370
|
+
}
|
|
6371
|
+
},
|
|
6372
|
+
"readonly": true,
|
|
6373
|
+
"inheritedFrom": {
|
|
6374
|
+
"name": "LifecycleMixin",
|
|
6375
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6376
|
+
}
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
"kind": "field",
|
|
6380
|
+
"name": "shouldRunConnect",
|
|
6381
|
+
"return": {
|
|
6382
|
+
"type": {
|
|
6383
|
+
"text": ""
|
|
6384
|
+
}
|
|
6385
|
+
},
|
|
6386
|
+
"readonly": true,
|
|
6387
|
+
"inheritedFrom": {
|
|
6388
|
+
"name": "LifecycleMixin",
|
|
6389
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6390
|
+
}
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"kind": "method",
|
|
6394
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
6395
|
+
"return": {
|
|
6396
|
+
"type": {
|
|
6397
|
+
"text": "boolean"
|
|
6398
|
+
}
|
|
6399
|
+
},
|
|
6400
|
+
"parameters": [
|
|
6401
|
+
{
|
|
6402
|
+
"name": "lifecycleType",
|
|
6403
|
+
"type": {
|
|
6404
|
+
"text": "Lifecycletype"
|
|
6405
|
+
}
|
|
6406
|
+
}
|
|
6407
|
+
],
|
|
6408
|
+
"inheritedFrom": {
|
|
6409
|
+
"name": "LifecycleMixin",
|
|
6410
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
6411
|
+
}
|
|
6412
|
+
},
|
|
6413
|
+
{
|
|
6414
|
+
"kind": "field",
|
|
6415
|
+
"name": "connect",
|
|
6416
|
+
"type": {
|
|
6417
|
+
"text": "Connect"
|
|
6418
|
+
},
|
|
6419
|
+
"inheritedFrom": {
|
|
6420
|
+
"name": "GridProBaseDatasource",
|
|
6421
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6422
|
+
}
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "field",
|
|
6426
|
+
"name": "deferredGridOptions",
|
|
6427
|
+
"type": {
|
|
6428
|
+
"text": "GridOptions"
|
|
6429
|
+
},
|
|
6430
|
+
"inheritedFrom": {
|
|
6431
|
+
"name": "GridProBaseDatasource",
|
|
6432
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6433
|
+
}
|
|
6434
|
+
},
|
|
6435
|
+
{
|
|
6436
|
+
"kind": "field",
|
|
6437
|
+
"name": "deferredColumnStates",
|
|
6438
|
+
"type": {
|
|
6439
|
+
"text": "ColumnState[]"
|
|
6440
|
+
},
|
|
6441
|
+
"inheritedFrom": {
|
|
6442
|
+
"name": "GridProBaseDatasource",
|
|
6443
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"kind": "field",
|
|
6448
|
+
"name": "criteria",
|
|
6449
|
+
"type": {
|
|
6450
|
+
"text": "string"
|
|
6451
|
+
},
|
|
6452
|
+
"inheritedFrom": {
|
|
6453
|
+
"name": "GridProBaseDatasource",
|
|
6454
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6455
|
+
}
|
|
6456
|
+
},
|
|
6457
|
+
{
|
|
6458
|
+
"kind": "field",
|
|
6459
|
+
"name": "fields",
|
|
6460
|
+
"type": {
|
|
6461
|
+
"text": "string"
|
|
6462
|
+
},
|
|
6463
|
+
"inheritedFrom": {
|
|
6464
|
+
"name": "GridProBaseDatasource",
|
|
6465
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6466
|
+
}
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "field",
|
|
6470
|
+
"name": "isSnapshot",
|
|
6471
|
+
"type": {
|
|
6472
|
+
"text": "boolean"
|
|
6473
|
+
},
|
|
6474
|
+
"default": "false",
|
|
6475
|
+
"inheritedFrom": {
|
|
6476
|
+
"name": "GridProBaseDatasource",
|
|
6477
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6478
|
+
}
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
"kind": "field",
|
|
6482
|
+
"name": "maxRows",
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "number"
|
|
6100
6485
|
},
|
|
6101
|
-
"
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
"text": "FieldMetadata[]"
|
|
6106
|
-
}
|
|
6107
|
-
}
|
|
6108
|
-
]
|
|
6486
|
+
"inheritedFrom": {
|
|
6487
|
+
"name": "GridProBaseDatasource",
|
|
6488
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6489
|
+
}
|
|
6109
6490
|
},
|
|
6110
6491
|
{
|
|
6111
|
-
"kind": "
|
|
6112
|
-
"name": "
|
|
6113
|
-
"
|
|
6114
|
-
"
|
|
6115
|
-
"text": "Node"
|
|
6116
|
-
}
|
|
6492
|
+
"kind": "field",
|
|
6493
|
+
"name": "maxView",
|
|
6494
|
+
"type": {
|
|
6495
|
+
"text": "number"
|
|
6117
6496
|
},
|
|
6118
|
-
"parameters": [
|
|
6119
|
-
{
|
|
6120
|
-
"name": "deep",
|
|
6121
|
-
"optional": true,
|
|
6122
|
-
"type": {
|
|
6123
|
-
"text": "boolean"
|
|
6124
|
-
}
|
|
6125
|
-
}
|
|
6126
|
-
],
|
|
6127
6497
|
"inheritedFrom": {
|
|
6128
|
-
"name": "
|
|
6129
|
-
"module": "src/
|
|
6498
|
+
"name": "GridProBaseDatasource",
|
|
6499
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6130
6500
|
}
|
|
6131
6501
|
},
|
|
6132
6502
|
{
|
|
6133
|
-
"kind": "
|
|
6134
|
-
"name": "
|
|
6135
|
-
"
|
|
6136
|
-
"
|
|
6137
|
-
"text": "Node"
|
|
6138
|
-
}
|
|
6503
|
+
"kind": "field",
|
|
6504
|
+
"name": "movingView",
|
|
6505
|
+
"type": {
|
|
6506
|
+
"text": "boolean"
|
|
6139
6507
|
},
|
|
6508
|
+
"default": "false",
|
|
6140
6509
|
"inheritedFrom": {
|
|
6141
|
-
"name": "
|
|
6142
|
-
"module": "src/
|
|
6510
|
+
"name": "GridProBaseDatasource",
|
|
6511
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6143
6512
|
}
|
|
6144
6513
|
},
|
|
6145
6514
|
{
|
|
6146
6515
|
"kind": "field",
|
|
6147
|
-
"name": "
|
|
6148
|
-
"
|
|
6149
|
-
"
|
|
6150
|
-
"text": ""
|
|
6151
|
-
}
|
|
6516
|
+
"name": "orderBy",
|
|
6517
|
+
"type": {
|
|
6518
|
+
"text": "string"
|
|
6152
6519
|
},
|
|
6153
|
-
"readonly": true,
|
|
6154
6520
|
"inheritedFrom": {
|
|
6155
|
-
"name": "
|
|
6156
|
-
"module": "src/
|
|
6521
|
+
"name": "GridProBaseDatasource",
|
|
6522
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6157
6523
|
}
|
|
6158
6524
|
},
|
|
6159
6525
|
{
|
|
6160
6526
|
"kind": "field",
|
|
6161
|
-
"name": "
|
|
6162
|
-
"
|
|
6163
|
-
"
|
|
6164
|
-
"text": ""
|
|
6165
|
-
}
|
|
6527
|
+
"name": "resourceName",
|
|
6528
|
+
"type": {
|
|
6529
|
+
"text": "string"
|
|
6166
6530
|
},
|
|
6167
|
-
"readonly": true,
|
|
6168
6531
|
"inheritedFrom": {
|
|
6169
|
-
"name": "
|
|
6170
|
-
"module": "src/
|
|
6532
|
+
"name": "GridProBaseDatasource",
|
|
6533
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6171
6534
|
}
|
|
6172
6535
|
},
|
|
6173
6536
|
{
|
|
6174
|
-
"kind": "
|
|
6175
|
-
"name": "
|
|
6176
|
-
"
|
|
6177
|
-
"
|
|
6178
|
-
"text": "boolean"
|
|
6179
|
-
}
|
|
6537
|
+
"kind": "field",
|
|
6538
|
+
"name": "reverse",
|
|
6539
|
+
"type": {
|
|
6540
|
+
"text": "boolean"
|
|
6180
6541
|
},
|
|
6181
|
-
"
|
|
6182
|
-
{
|
|
6183
|
-
"name": "lifecycleType",
|
|
6184
|
-
"type": {
|
|
6185
|
-
"text": "Lifecycletype"
|
|
6186
|
-
}
|
|
6187
|
-
}
|
|
6188
|
-
],
|
|
6542
|
+
"default": "false",
|
|
6189
6543
|
"inheritedFrom": {
|
|
6190
|
-
"name": "
|
|
6191
|
-
"module": "src/
|
|
6544
|
+
"name": "GridProBaseDatasource",
|
|
6545
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6192
6546
|
}
|
|
6193
6547
|
},
|
|
6194
6548
|
{
|
|
@@ -6304,19 +6658,46 @@
|
|
|
6304
6658
|
}
|
|
6305
6659
|
],
|
|
6306
6660
|
"attributes": [
|
|
6661
|
+
{
|
|
6662
|
+
"type": {
|
|
6663
|
+
"text": "boolean"
|
|
6664
|
+
},
|
|
6665
|
+
"default": "false",
|
|
6666
|
+
"fieldName": "pagination",
|
|
6667
|
+
"inheritedFrom": {
|
|
6668
|
+
"name": "GridProBaseDatasource",
|
|
6669
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"name": "row-id",
|
|
6674
|
+
"type": {
|
|
6675
|
+
"text": "string"
|
|
6676
|
+
},
|
|
6677
|
+
"default": "'ROW_REF'",
|
|
6678
|
+
"fieldName": "rowId"
|
|
6679
|
+
},
|
|
6307
6680
|
{
|
|
6308
6681
|
"name": "criteria",
|
|
6309
6682
|
"type": {
|
|
6310
6683
|
"text": "string"
|
|
6311
6684
|
},
|
|
6312
|
-
"fieldName": "criteria"
|
|
6685
|
+
"fieldName": "criteria",
|
|
6686
|
+
"inheritedFrom": {
|
|
6687
|
+
"name": "GridProBaseDatasource",
|
|
6688
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6689
|
+
}
|
|
6313
6690
|
},
|
|
6314
6691
|
{
|
|
6315
6692
|
"name": "fields",
|
|
6316
6693
|
"type": {
|
|
6317
6694
|
"text": "string"
|
|
6318
6695
|
},
|
|
6319
|
-
"fieldName": "fields"
|
|
6696
|
+
"fieldName": "fields",
|
|
6697
|
+
"inheritedFrom": {
|
|
6698
|
+
"name": "GridProBaseDatasource",
|
|
6699
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6700
|
+
}
|
|
6320
6701
|
},
|
|
6321
6702
|
{
|
|
6322
6703
|
"name": "is-snapshot",
|
|
@@ -6324,65 +6705,67 @@
|
|
|
6324
6705
|
"text": "boolean"
|
|
6325
6706
|
},
|
|
6326
6707
|
"default": "false",
|
|
6327
|
-
"fieldName": "isSnapshot"
|
|
6708
|
+
"fieldName": "isSnapshot",
|
|
6709
|
+
"inheritedFrom": {
|
|
6710
|
+
"name": "GridProBaseDatasource",
|
|
6711
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6712
|
+
}
|
|
6328
6713
|
},
|
|
6329
6714
|
{
|
|
6330
6715
|
"name": "max-rows",
|
|
6331
6716
|
"type": {
|
|
6332
6717
|
"text": "number"
|
|
6333
6718
|
},
|
|
6334
|
-
"fieldName": "maxRows"
|
|
6719
|
+
"fieldName": "maxRows",
|
|
6720
|
+
"inheritedFrom": {
|
|
6721
|
+
"name": "GridProBaseDatasource",
|
|
6722
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6723
|
+
}
|
|
6335
6724
|
},
|
|
6336
6725
|
{
|
|
6337
6726
|
"name": "max-view",
|
|
6338
6727
|
"type": {
|
|
6339
6728
|
"text": "number"
|
|
6340
6729
|
},
|
|
6341
|
-
"fieldName": "maxView"
|
|
6730
|
+
"fieldName": "maxView",
|
|
6731
|
+
"inheritedFrom": {
|
|
6732
|
+
"name": "GridProBaseDatasource",
|
|
6733
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6734
|
+
}
|
|
6342
6735
|
},
|
|
6343
6736
|
{
|
|
6344
6737
|
"name": "moving-view",
|
|
6345
6738
|
"type": {
|
|
6346
6739
|
"text": "boolean"
|
|
6347
6740
|
},
|
|
6348
|
-
"default": "
|
|
6349
|
-
"fieldName": "movingView"
|
|
6741
|
+
"default": "false",
|
|
6742
|
+
"fieldName": "movingView",
|
|
6743
|
+
"inheritedFrom": {
|
|
6744
|
+
"name": "GridProBaseDatasource",
|
|
6745
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6746
|
+
}
|
|
6350
6747
|
},
|
|
6351
6748
|
{
|
|
6352
6749
|
"name": "order-by",
|
|
6353
6750
|
"type": {
|
|
6354
6751
|
"text": "string"
|
|
6355
6752
|
},
|
|
6356
|
-
"fieldName": "orderBy"
|
|
6753
|
+
"fieldName": "orderBy",
|
|
6754
|
+
"inheritedFrom": {
|
|
6755
|
+
"name": "GridProBaseDatasource",
|
|
6756
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6757
|
+
}
|
|
6357
6758
|
},
|
|
6358
6759
|
{
|
|
6359
6760
|
"name": "resource-name",
|
|
6360
6761
|
"type": {
|
|
6361
6762
|
"text": "string"
|
|
6362
6763
|
},
|
|
6363
|
-
"fieldName": "resourceName"
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6368
|
-
},
|
|
6369
|
-
"default": "false",
|
|
6370
|
-
"fieldName": "pagination"
|
|
6371
|
-
},
|
|
6372
|
-
{
|
|
6373
|
-
"name": "row-id",
|
|
6374
|
-
"type": {
|
|
6375
|
-
"text": "string"
|
|
6376
|
-
},
|
|
6377
|
-
"default": "'ROW_REF'",
|
|
6378
|
-
"fieldName": "rowId"
|
|
6379
|
-
},
|
|
6380
|
-
{
|
|
6381
|
-
"type": {
|
|
6382
|
-
"text": "boolean"
|
|
6383
|
-
},
|
|
6384
|
-
"default": "false",
|
|
6385
|
-
"fieldName": "reverse"
|
|
6764
|
+
"fieldName": "resourceName",
|
|
6765
|
+
"inheritedFrom": {
|
|
6766
|
+
"name": "GridProBaseDatasource",
|
|
6767
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6768
|
+
}
|
|
6386
6769
|
}
|
|
6387
6770
|
],
|
|
6388
6771
|
"mixins": [
|
|
@@ -6392,8 +6775,8 @@
|
|
|
6392
6775
|
}
|
|
6393
6776
|
],
|
|
6394
6777
|
"superclass": {
|
|
6395
|
-
"name": "
|
|
6396
|
-
"
|
|
6778
|
+
"name": "GridProBaseDatasource",
|
|
6779
|
+
"module": "/src/datasource/base.datasource"
|
|
6397
6780
|
},
|
|
6398
6781
|
"tagName": "grid-pro-server-side-datasource",
|
|
6399
6782
|
"customElement": true
|
|
@@ -6793,112 +7176,40 @@
|
|
|
6793
7176
|
"declarations": [
|
|
6794
7177
|
{
|
|
6795
7178
|
"kind": "class",
|
|
6796
|
-
"description": "The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
6797
|
-
"name": "GridProGenesisDatasource",
|
|
6798
|
-
"members": [
|
|
6799
|
-
{
|
|
6800
|
-
"kind": "field",
|
|
6801
|
-
"name": "auth",
|
|
6802
|
-
"type": {
|
|
6803
|
-
"text": "Auth"
|
|
6804
|
-
}
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"kind": "field",
|
|
6808
|
-
"name": "connect",
|
|
6809
|
-
"type": {
|
|
6810
|
-
"text": "Connect"
|
|
6811
|
-
}
|
|
6812
|
-
},
|
|
6813
|
-
{
|
|
6814
|
-
"kind": "field",
|
|
6815
|
-
"name": "datasource",
|
|
6816
|
-
"type": {
|
|
6817
|
-
"text": "Datasource"
|
|
6818
|
-
}
|
|
6819
|
-
},
|
|
6820
|
-
{
|
|
6821
|
-
"kind": "field",
|
|
6822
|
-
"name": "deferredGridOptions",
|
|
6823
|
-
"type": {
|
|
6824
|
-
"text": "GridOptions"
|
|
6825
|
-
}
|
|
6826
|
-
},
|
|
6827
|
-
{
|
|
6828
|
-
"kind": "field",
|
|
6829
|
-
"name": "deferredColumnStates",
|
|
6830
|
-
"type": {
|
|
6831
|
-
"text": "ColumnState[]"
|
|
6832
|
-
}
|
|
6833
|
-
},
|
|
6834
|
-
{
|
|
6835
|
-
"kind": "field",
|
|
6836
|
-
"name": "criteria",
|
|
6837
|
-
"type": {
|
|
6838
|
-
"text": "string"
|
|
6839
|
-
}
|
|
6840
|
-
},
|
|
6841
|
-
{
|
|
6842
|
-
"kind": "method",
|
|
6843
|
-
"name": "criteriaChanged",
|
|
6844
|
-
"parameters": [
|
|
6845
|
-
{
|
|
6846
|
-
"name": "oldCriteria",
|
|
6847
|
-
"type": {
|
|
6848
|
-
"text": "string"
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"name": "newCriteria",
|
|
6853
|
-
"type": {
|
|
6854
|
-
"text": "string"
|
|
6855
|
-
}
|
|
6856
|
-
}
|
|
6857
|
-
]
|
|
6858
|
-
},
|
|
6859
|
-
{
|
|
6860
|
-
"kind": "field",
|
|
6861
|
-
"name": "fields",
|
|
6862
|
-
"type": {
|
|
6863
|
-
"text": "string"
|
|
6864
|
-
}
|
|
6865
|
-
},
|
|
6866
|
-
{
|
|
6867
|
-
"kind": "field",
|
|
6868
|
-
"name": "isSnapshot",
|
|
6869
|
-
"type": {
|
|
6870
|
-
"text": "boolean"
|
|
6871
|
-
},
|
|
6872
|
-
"default": "false"
|
|
6873
|
-
},
|
|
7179
|
+
"description": "The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
7180
|
+
"name": "GridProGenesisDatasource",
|
|
7181
|
+
"members": [
|
|
6874
7182
|
{
|
|
6875
7183
|
"kind": "field",
|
|
6876
|
-
"name": "
|
|
7184
|
+
"name": "auth",
|
|
6877
7185
|
"type": {
|
|
6878
|
-
"text": "
|
|
7186
|
+
"text": "Auth"
|
|
6879
7187
|
}
|
|
6880
7188
|
},
|
|
6881
7189
|
{
|
|
6882
7190
|
"kind": "field",
|
|
6883
|
-
"name": "
|
|
7191
|
+
"name": "datasource",
|
|
6884
7192
|
"type": {
|
|
6885
|
-
"text": "
|
|
7193
|
+
"text": "Datasource"
|
|
6886
7194
|
}
|
|
6887
7195
|
},
|
|
6888
7196
|
{
|
|
6889
|
-
"kind": "
|
|
6890
|
-
"name": "
|
|
6891
|
-
"
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
7197
|
+
"kind": "method",
|
|
7198
|
+
"name": "criteriaChanged",
|
|
7199
|
+
"parameters": [
|
|
7200
|
+
{
|
|
7201
|
+
"name": "oldCriteria",
|
|
7202
|
+
"type": {
|
|
7203
|
+
"text": "string"
|
|
7204
|
+
}
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "newCriteria",
|
|
7208
|
+
"type": {
|
|
7209
|
+
"text": "string"
|
|
7210
|
+
}
|
|
7211
|
+
}
|
|
7212
|
+
]
|
|
6902
7213
|
},
|
|
6903
7214
|
{
|
|
6904
7215
|
"kind": "field",
|
|
@@ -6922,13 +7233,6 @@
|
|
|
6922
7233
|
"text": "any"
|
|
6923
7234
|
}
|
|
6924
7235
|
},
|
|
6925
|
-
{
|
|
6926
|
-
"kind": "field",
|
|
6927
|
-
"name": "resourceName",
|
|
6928
|
-
"type": {
|
|
6929
|
-
"text": "string"
|
|
6930
|
-
}
|
|
6931
|
-
},
|
|
6932
7236
|
{
|
|
6933
7237
|
"kind": "method",
|
|
6934
7238
|
"name": "resourceNameChanged",
|
|
@@ -6947,14 +7251,6 @@
|
|
|
6947
7251
|
}
|
|
6948
7252
|
]
|
|
6949
7253
|
},
|
|
6950
|
-
{
|
|
6951
|
-
"kind": "field",
|
|
6952
|
-
"name": "reverse",
|
|
6953
|
-
"type": {
|
|
6954
|
-
"text": "boolean"
|
|
6955
|
-
},
|
|
6956
|
-
"default": "false"
|
|
6957
|
-
},
|
|
6958
7254
|
{
|
|
6959
7255
|
"kind": "field",
|
|
6960
7256
|
"name": "rowIdAttr",
|
|
@@ -7404,6 +7700,141 @@
|
|
|
7404
7700
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7405
7701
|
}
|
|
7406
7702
|
},
|
|
7703
|
+
{
|
|
7704
|
+
"kind": "field",
|
|
7705
|
+
"name": "connect",
|
|
7706
|
+
"type": {
|
|
7707
|
+
"text": "Connect"
|
|
7708
|
+
},
|
|
7709
|
+
"inheritedFrom": {
|
|
7710
|
+
"name": "GridProBaseDatasource",
|
|
7711
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7712
|
+
}
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"kind": "field",
|
|
7716
|
+
"name": "deferredGridOptions",
|
|
7717
|
+
"type": {
|
|
7718
|
+
"text": "GridOptions"
|
|
7719
|
+
},
|
|
7720
|
+
"inheritedFrom": {
|
|
7721
|
+
"name": "GridProBaseDatasource",
|
|
7722
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7723
|
+
}
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"kind": "field",
|
|
7727
|
+
"name": "deferredColumnStates",
|
|
7728
|
+
"type": {
|
|
7729
|
+
"text": "ColumnState[]"
|
|
7730
|
+
},
|
|
7731
|
+
"inheritedFrom": {
|
|
7732
|
+
"name": "GridProBaseDatasource",
|
|
7733
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7734
|
+
}
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
"kind": "field",
|
|
7738
|
+
"name": "criteria",
|
|
7739
|
+
"type": {
|
|
7740
|
+
"text": "string"
|
|
7741
|
+
},
|
|
7742
|
+
"inheritedFrom": {
|
|
7743
|
+
"name": "GridProBaseDatasource",
|
|
7744
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7745
|
+
}
|
|
7746
|
+
},
|
|
7747
|
+
{
|
|
7748
|
+
"kind": "field",
|
|
7749
|
+
"name": "fields",
|
|
7750
|
+
"type": {
|
|
7751
|
+
"text": "string"
|
|
7752
|
+
},
|
|
7753
|
+
"inheritedFrom": {
|
|
7754
|
+
"name": "GridProBaseDatasource",
|
|
7755
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7756
|
+
}
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "field",
|
|
7760
|
+
"name": "isSnapshot",
|
|
7761
|
+
"type": {
|
|
7762
|
+
"text": "boolean"
|
|
7763
|
+
},
|
|
7764
|
+
"default": "false",
|
|
7765
|
+
"inheritedFrom": {
|
|
7766
|
+
"name": "GridProBaseDatasource",
|
|
7767
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7768
|
+
}
|
|
7769
|
+
},
|
|
7770
|
+
{
|
|
7771
|
+
"kind": "field",
|
|
7772
|
+
"name": "maxRows",
|
|
7773
|
+
"type": {
|
|
7774
|
+
"text": "number"
|
|
7775
|
+
},
|
|
7776
|
+
"inheritedFrom": {
|
|
7777
|
+
"name": "GridProBaseDatasource",
|
|
7778
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7779
|
+
}
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"kind": "field",
|
|
7783
|
+
"name": "maxView",
|
|
7784
|
+
"type": {
|
|
7785
|
+
"text": "number"
|
|
7786
|
+
},
|
|
7787
|
+
"inheritedFrom": {
|
|
7788
|
+
"name": "GridProBaseDatasource",
|
|
7789
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7790
|
+
}
|
|
7791
|
+
},
|
|
7792
|
+
{
|
|
7793
|
+
"kind": "field",
|
|
7794
|
+
"name": "movingView",
|
|
7795
|
+
"type": {
|
|
7796
|
+
"text": "boolean"
|
|
7797
|
+
},
|
|
7798
|
+
"default": "false",
|
|
7799
|
+
"inheritedFrom": {
|
|
7800
|
+
"name": "GridProBaseDatasource",
|
|
7801
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7802
|
+
}
|
|
7803
|
+
},
|
|
7804
|
+
{
|
|
7805
|
+
"kind": "field",
|
|
7806
|
+
"name": "orderBy",
|
|
7807
|
+
"type": {
|
|
7808
|
+
"text": "string"
|
|
7809
|
+
},
|
|
7810
|
+
"inheritedFrom": {
|
|
7811
|
+
"name": "GridProBaseDatasource",
|
|
7812
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7813
|
+
}
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"kind": "field",
|
|
7817
|
+
"name": "resourceName",
|
|
7818
|
+
"type": {
|
|
7819
|
+
"text": "string"
|
|
7820
|
+
},
|
|
7821
|
+
"inheritedFrom": {
|
|
7822
|
+
"name": "GridProBaseDatasource",
|
|
7823
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "field",
|
|
7828
|
+
"name": "reverse",
|
|
7829
|
+
"type": {
|
|
7830
|
+
"text": "boolean"
|
|
7831
|
+
},
|
|
7832
|
+
"default": "false",
|
|
7833
|
+
"inheritedFrom": {
|
|
7834
|
+
"name": "GridProBaseDatasource",
|
|
7835
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7836
|
+
}
|
|
7837
|
+
},
|
|
7407
7838
|
{
|
|
7408
7839
|
"kind": "field",
|
|
7409
7840
|
"name": "_presentation",
|
|
@@ -7518,97 +7949,133 @@
|
|
|
7518
7949
|
],
|
|
7519
7950
|
"attributes": [
|
|
7520
7951
|
{
|
|
7521
|
-
"name": "
|
|
7952
|
+
"name": "polling-interval",
|
|
7522
7953
|
"type": {
|
|
7523
|
-
"text": "
|
|
7954
|
+
"text": "number"
|
|
7524
7955
|
},
|
|
7525
|
-
"fieldName": "
|
|
7956
|
+
"fieldName": "pollingInterval"
|
|
7526
7957
|
},
|
|
7527
7958
|
{
|
|
7528
|
-
"name": "
|
|
7959
|
+
"name": "disable-polling",
|
|
7529
7960
|
"type": {
|
|
7530
|
-
"text": "
|
|
7961
|
+
"text": "boolean"
|
|
7531
7962
|
},
|
|
7532
|
-
"
|
|
7963
|
+
"default": "false",
|
|
7964
|
+
"fieldName": "disablePolling"
|
|
7533
7965
|
},
|
|
7534
7966
|
{
|
|
7535
|
-
"name": "
|
|
7967
|
+
"name": "row-id",
|
|
7968
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7969
|
+
"fieldName": "rowIdAttr"
|
|
7970
|
+
},
|
|
7971
|
+
{
|
|
7972
|
+
"name": "restart-on-reconnection",
|
|
7536
7973
|
"type": {
|
|
7537
7974
|
"text": "boolean"
|
|
7538
7975
|
},
|
|
7539
7976
|
"default": "false",
|
|
7540
|
-
"fieldName": "
|
|
7977
|
+
"fieldName": "restartOnReconnection"
|
|
7541
7978
|
},
|
|
7542
7979
|
{
|
|
7543
|
-
"name": "
|
|
7980
|
+
"name": "criteria",
|
|
7544
7981
|
"type": {
|
|
7545
|
-
"text": "
|
|
7982
|
+
"text": "string"
|
|
7546
7983
|
},
|
|
7547
|
-
"fieldName": "
|
|
7984
|
+
"fieldName": "criteria",
|
|
7985
|
+
"inheritedFrom": {
|
|
7986
|
+
"name": "GridProBaseDatasource",
|
|
7987
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7988
|
+
}
|
|
7548
7989
|
},
|
|
7549
7990
|
{
|
|
7550
|
-
"name": "
|
|
7991
|
+
"name": "fields",
|
|
7551
7992
|
"type": {
|
|
7552
|
-
"text": "
|
|
7993
|
+
"text": "string"
|
|
7553
7994
|
},
|
|
7554
|
-
"fieldName": "
|
|
7995
|
+
"fieldName": "fields",
|
|
7996
|
+
"inheritedFrom": {
|
|
7997
|
+
"name": "GridProBaseDatasource",
|
|
7998
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7999
|
+
}
|
|
7555
8000
|
},
|
|
7556
8001
|
{
|
|
7557
|
-
"name": "
|
|
8002
|
+
"name": "is-snapshot",
|
|
7558
8003
|
"type": {
|
|
7559
8004
|
"text": "boolean"
|
|
7560
8005
|
},
|
|
7561
8006
|
"default": "false",
|
|
7562
|
-
"fieldName": "
|
|
8007
|
+
"fieldName": "isSnapshot",
|
|
8008
|
+
"inheritedFrom": {
|
|
8009
|
+
"name": "GridProBaseDatasource",
|
|
8010
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8011
|
+
}
|
|
7563
8012
|
},
|
|
7564
8013
|
{
|
|
7565
|
-
"name": "
|
|
8014
|
+
"name": "max-rows",
|
|
7566
8015
|
"type": {
|
|
7567
|
-
"text": "
|
|
8016
|
+
"text": "number"
|
|
7568
8017
|
},
|
|
7569
|
-
"fieldName": "
|
|
8018
|
+
"fieldName": "maxRows",
|
|
8019
|
+
"inheritedFrom": {
|
|
8020
|
+
"name": "GridProBaseDatasource",
|
|
8021
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8022
|
+
}
|
|
7570
8023
|
},
|
|
7571
8024
|
{
|
|
7572
|
-
"name": "
|
|
8025
|
+
"name": "max-view",
|
|
7573
8026
|
"type": {
|
|
7574
8027
|
"text": "number"
|
|
7575
8028
|
},
|
|
7576
|
-
"fieldName": "
|
|
8029
|
+
"fieldName": "maxView",
|
|
8030
|
+
"inheritedFrom": {
|
|
8031
|
+
"name": "GridProBaseDatasource",
|
|
8032
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8033
|
+
}
|
|
7577
8034
|
},
|
|
7578
8035
|
{
|
|
7579
|
-
"name": "
|
|
8036
|
+
"name": "moving-view",
|
|
7580
8037
|
"type": {
|
|
7581
8038
|
"text": "boolean"
|
|
7582
8039
|
},
|
|
7583
8040
|
"default": "false",
|
|
7584
|
-
"fieldName": "
|
|
8041
|
+
"fieldName": "movingView",
|
|
8042
|
+
"inheritedFrom": {
|
|
8043
|
+
"name": "GridProBaseDatasource",
|
|
8044
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8045
|
+
}
|
|
7585
8046
|
},
|
|
7586
8047
|
{
|
|
7587
|
-
"name": "
|
|
8048
|
+
"name": "order-by",
|
|
7588
8049
|
"type": {
|
|
7589
8050
|
"text": "string"
|
|
7590
8051
|
},
|
|
7591
|
-
"fieldName": "
|
|
8052
|
+
"fieldName": "orderBy",
|
|
8053
|
+
"inheritedFrom": {
|
|
8054
|
+
"name": "GridProBaseDatasource",
|
|
8055
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8056
|
+
}
|
|
7592
8057
|
},
|
|
7593
8058
|
{
|
|
8059
|
+
"name": "resource-name",
|
|
7594
8060
|
"type": {
|
|
7595
|
-
"text": "
|
|
8061
|
+
"text": "string"
|
|
7596
8062
|
},
|
|
7597
|
-
"
|
|
7598
|
-
"
|
|
7599
|
-
|
|
7600
|
-
|
|
7601
|
-
|
|
7602
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7603
|
-
"fieldName": "rowIdAttr"
|
|
8063
|
+
"fieldName": "resourceName",
|
|
8064
|
+
"inheritedFrom": {
|
|
8065
|
+
"name": "GridProBaseDatasource",
|
|
8066
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8067
|
+
}
|
|
7604
8068
|
},
|
|
7605
8069
|
{
|
|
7606
|
-
"name": "restart-on-reconnection",
|
|
7607
8070
|
"type": {
|
|
7608
8071
|
"text": "boolean"
|
|
7609
8072
|
},
|
|
7610
8073
|
"default": "false",
|
|
7611
|
-
"fieldName": "
|
|
8074
|
+
"fieldName": "reverse",
|
|
8075
|
+
"inheritedFrom": {
|
|
8076
|
+
"name": "GridProBaseDatasource",
|
|
8077
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8078
|
+
}
|
|
7612
8079
|
}
|
|
7613
8080
|
],
|
|
7614
8081
|
"mixins": [
|
|
@@ -7618,8 +8085,8 @@
|
|
|
7618
8085
|
}
|
|
7619
8086
|
],
|
|
7620
8087
|
"superclass": {
|
|
7621
|
-
"name": "
|
|
7622
|
-
"
|
|
8088
|
+
"name": "GridProBaseDatasource",
|
|
8089
|
+
"module": "/src/datasource/base.datasource"
|
|
7623
8090
|
},
|
|
7624
8091
|
"tagName": "grid-pro-genesis-datasource",
|
|
7625
8092
|
"customElement": true
|