@snteam/amplify-angular-core 1.0.44 → 1.0.45
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.
|
@@ -5757,7 +5757,7 @@ return fields;
|
|
|
5757
5757
|
'table',
|
|
5758
5758
|
'table.id',
|
|
5759
5759
|
'table.name',
|
|
5760
|
-
'table.
|
|
5760
|
+
'table.label',
|
|
5761
5761
|
'table.description'
|
|
5762
5762
|
],
|
|
5763
5763
|
description: 'Configuration for ListView -> Table relationship'
|
|
@@ -5769,12 +5769,85 @@ return fields;
|
|
|
5769
5769
|
'id',
|
|
5770
5770
|
'formView',
|
|
5771
5771
|
'formView.id',
|
|
5772
|
-
'formView.
|
|
5773
|
-
'formView.
|
|
5774
|
-
'formView.description'
|
|
5772
|
+
'formView.label',
|
|
5773
|
+
'formView.tableConfigId'
|
|
5775
5774
|
],
|
|
5776
5775
|
description: 'Configuration for FormViewField -> FormView relationship'
|
|
5777
5776
|
},
|
|
5777
|
+
{
|
|
5778
|
+
relationshipModel: 'FormView',
|
|
5779
|
+
fieldName: 'table',
|
|
5780
|
+
selectionSet: [
|
|
5781
|
+
'id',
|
|
5782
|
+
'table',
|
|
5783
|
+
'table.id',
|
|
5784
|
+
'table.name',
|
|
5785
|
+
'table.label',
|
|
5786
|
+
'table.description'
|
|
5787
|
+
],
|
|
5788
|
+
description: 'Configuration for FormView -> TableConfig relationship'
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
relationshipModel: 'FieldChoice',
|
|
5792
|
+
fieldName: 'fieldConfig',
|
|
5793
|
+
selectionSet: [
|
|
5794
|
+
'id',
|
|
5795
|
+
'fieldConfig',
|
|
5796
|
+
'fieldConfig.id',
|
|
5797
|
+
'fieldConfig.name',
|
|
5798
|
+
'fieldConfig.label',
|
|
5799
|
+
'fieldConfig.field_type'
|
|
5800
|
+
],
|
|
5801
|
+
description: 'Configuration for FieldChoice -> FieldConfig relationship'
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
relationshipModel: 'ListView',
|
|
5805
|
+
fieldName: 'formView',
|
|
5806
|
+
selectionSet: [
|
|
5807
|
+
'id',
|
|
5808
|
+
'formView',
|
|
5809
|
+
'formView.id',
|
|
5810
|
+
'formView.label',
|
|
5811
|
+
'formView.tableConfigId'
|
|
5812
|
+
],
|
|
5813
|
+
description: 'Configuration for ListView -> FormView relationship'
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
relationshipModel: 'ListViewField',
|
|
5817
|
+
fieldName: 'listView',
|
|
5818
|
+
selectionSet: [
|
|
5819
|
+
'id',
|
|
5820
|
+
'listView',
|
|
5821
|
+
'listView.id',
|
|
5822
|
+
'listView.label',
|
|
5823
|
+
'listView.tableConfigId'
|
|
5824
|
+
],
|
|
5825
|
+
description: 'Configuration for ListViewField -> ListView relationship'
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
relationshipModel: 'TableConfig',
|
|
5829
|
+
fieldName: 'defaultListView',
|
|
5830
|
+
selectionSet: [
|
|
5831
|
+
'id',
|
|
5832
|
+
'defaultListView',
|
|
5833
|
+
'defaultListView.id',
|
|
5834
|
+
'defaultListView.label',
|
|
5835
|
+
'defaultListView.tableConfigId'
|
|
5836
|
+
],
|
|
5837
|
+
description: 'Configuration for TableConfig -> ListView (defaultListView) relationship'
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
relationshipModel: 'TableConfig',
|
|
5841
|
+
fieldName: 'defaultFormView',
|
|
5842
|
+
selectionSet: [
|
|
5843
|
+
'id',
|
|
5844
|
+
'defaultFormView',
|
|
5845
|
+
'defaultFormView.id',
|
|
5846
|
+
'defaultFormView.label',
|
|
5847
|
+
'defaultFormView.tableConfigId'
|
|
5848
|
+
],
|
|
5849
|
+
description: 'Configuration for TableConfig -> FormView (defaultFormView) relationship'
|
|
5850
|
+
},
|
|
5778
5851
|
{
|
|
5779
5852
|
relationshipModel: 'ServiceCustomer',
|
|
5780
5853
|
fieldName: 'service',
|