@@ -1469,7 +1469,7 @@ describe('ParameterPropertyHandlerRange', () => {
1469
1469
'@type' : {
1470
1470
'@id' : 'ex:SomeType1' ,
1471
1471
extends : {
1472
- '@type' : 'ParameterRangeGenericComponent ' ,
1472
+ '@type' : 'GenericComponentExtension ' ,
1473
1473
component : {
1474
1474
'@id' : 'ex:SomeType2' ,
1475
1475
genericTypeParameters : [
@@ -1521,7 +1521,7 @@ describe('ParameterPropertyHandlerRange', () => {
1521
1521
'@type' : {
1522
1522
'@id' : 'ex:SomeType1' ,
1523
1523
extends : {
1524
- '@type' : 'ParameterRangeGenericComponent ' ,
1524
+ '@type' : 'GenericComponentExtension ' ,
1525
1525
component : {
1526
1526
'@id' : 'ex:SomeType2' ,
1527
1527
genericTypeParameters : [
@@ -1573,7 +1573,7 @@ describe('ParameterPropertyHandlerRange', () => {
1573
1573
'@type' : {
1574
1574
'@id' : 'ex:SomeType1' ,
1575
1575
extends : {
1576
- '@type' : 'ParameterRangeGenericComponent ' ,
1576
+ '@type' : 'GenericComponentExtension ' ,
1577
1577
component : {
1578
1578
'@id' : 'ex:SomeType2' ,
1579
1579
genericTypeParameters : [
@@ -1612,14 +1612,14 @@ describe('ParameterPropertyHandlerRange', () => {
1612
1612
const value = handler . captureType (
1613
1613
objectLoader . createCompactedResource ( {
1614
1614
'@type' : {
1615
- '@type' : 'ParameterRangeGenericComponent ' ,
1615
+ '@type' : 'GenericComponentExtension ' ,
1616
1616
component : {
1617
1617
'@id' : 'ex:SomeType1' ,
1618
1618
genericTypeParameters : [
1619
1619
'ex:SomeType1__generic_T' ,
1620
1620
] ,
1621
1621
extends : {
1622
- '@type' : 'ParameterRangeGenericComponent ' ,
1622
+ '@type' : 'GenericComponentExtension ' ,
1623
1623
component : {
1624
1624
'@id' : 'ex:SomeType2' ,
1625
1625
genericTypeParameters : [
@@ -1659,7 +1659,7 @@ describe('ParameterPropertyHandlerRange', () => {
1659
1659
expect ( value ) . toBeTruthy ( ) ;
1660
1660
expectOutputProperties ( value , objectLoader . createCompactedResource ( {
1661
1661
'@type' : {
1662
- '@type' : 'ParameterRangeGenericComponent ' ,
1662
+ '@type' : 'GenericComponentExtension ' ,
1663
1663
component : 'ex:SomeType1' ,
1664
1664
genericTypeInstances : [
1665
1665
{
@@ -1690,7 +1690,7 @@ describe('ParameterPropertyHandlerRange', () => {
1690
1690
'@type' : {
1691
1691
'@id' : 'ex:SomeType1' ,
1692
1692
extends : {
1693
- '@type' : 'ParameterRangeGenericComponent ' ,
1693
+ '@type' : 'GenericComponentExtension ' ,
1694
1694
component : {
1695
1695
'@id' : 'ex:SomeType2' ,
1696
1696
genericTypeParameters : [
@@ -1731,7 +1731,7 @@ describe('ParameterPropertyHandlerRange', () => {
1731
1731
'@type' : {
1732
1732
'@id' : 'ex:SomeType1' ,
1733
1733
extends : {
1734
- '@type' : 'ParameterRangeGenericComponent ' ,
1734
+ '@type' : 'GenericComponentExtension ' ,
1735
1735
component : {
1736
1736
'@id' : 'ex:SomeType2' ,
1737
1737
genericTypeParameters : [
@@ -1773,7 +1773,7 @@ describe('ParameterPropertyHandlerRange', () => {
1773
1773
'@type' : {
1774
1774
'@id' : 'ex:SomeType1' ,
1775
1775
extends : {
1776
- '@type' : 'ParameterRangeGenericComponent ' ,
1776
+ '@type' : 'GenericComponentExtension ' ,
1777
1777
component : {
1778
1778
'@id' : 'ex:SomeType2' ,
1779
1779
genericTypeParameters : [
0 commit comments