@infrab4a/connect-angular 3.5.0-beta.18 → 3.5.0-beta.2
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/bundles/infrab4a-connect-angular.umd.js +12 -34
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/angular-hasura-graphql.module.js +14 -36
- package/fesm2015/infrab4a-connect-angular.js +13 -35
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/package.json +2 -2
|
@@ -1832,10 +1832,10 @@
|
|
|
1832
1832
|
},
|
|
1833
1833
|
{
|
|
1834
1834
|
provide: i1$1.CategoryHasuraGraphQLRepository,
|
|
1835
|
-
useFactory: function (options, productRepository
|
|
1836
|
-
return new i1$1.CategoryHasuraGraphQLRepository(options.endpoint, options.credentials, productRepository
|
|
1835
|
+
useFactory: function (options, productRepository) {
|
|
1836
|
+
return new i1$1.CategoryHasuraGraphQLRepository(options.endpoint, options.credentials, productRepository);
|
|
1837
1837
|
},
|
|
1838
|
-
deps: [HASURA_OPTIONS, i1$1.ProductHasuraGraphQLRepository
|
|
1838
|
+
deps: [HASURA_OPTIONS, i1$1.ProductHasuraGraphQLRepository],
|
|
1839
1839
|
},
|
|
1840
1840
|
{
|
|
1841
1841
|
provide: 'ProductRepository',
|
|
@@ -1859,17 +1859,6 @@
|
|
|
1859
1859
|
},
|
|
1860
1860
|
deps: [HASURA_OPTIONS],
|
|
1861
1861
|
},
|
|
1862
|
-
{
|
|
1863
|
-
provide: 'CategoryFilterRepository',
|
|
1864
|
-
useExisting: i1$1.CategoryFilterHasuraGraphQLRepository,
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
provide: i1$1.CategoryFilterHasuraGraphQLRepository,
|
|
1868
|
-
useFactory: function (options) {
|
|
1869
|
-
return new i1$1.CategoryFilterHasuraGraphQLRepository(options.endpoint, options.credentials);
|
|
1870
|
-
},
|
|
1871
|
-
deps: [HASURA_OPTIONS],
|
|
1872
|
-
},
|
|
1873
1862
|
{
|
|
1874
1863
|
provide: 'FilterOptionRepository',
|
|
1875
1864
|
useExisting: i1$1.FilterOptionHasuraGraphQLRepository,
|
|
@@ -1887,10 +1876,10 @@
|
|
|
1887
1876
|
},
|
|
1888
1877
|
{
|
|
1889
1878
|
provide: i1$1.FilterHasuraGraphQLRepository,
|
|
1890
|
-
useFactory: function (options, filterOptionRepository
|
|
1891
|
-
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository
|
|
1879
|
+
useFactory: function (options, filterOptionRepository) {
|
|
1880
|
+
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository);
|
|
1892
1881
|
},
|
|
1893
|
-
deps: [HASURA_OPTIONS
|
|
1882
|
+
deps: [HASURA_OPTIONS],
|
|
1894
1883
|
},
|
|
1895
1884
|
] });
|
|
1896
1885
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.12", ngImport: i0__namespace, type: AngularHasuraGraphQLModule, decorators: [{
|
|
@@ -1903,10 +1892,10 @@
|
|
|
1903
1892
|
},
|
|
1904
1893
|
{
|
|
1905
1894
|
provide: i1$1.CategoryHasuraGraphQLRepository,
|
|
1906
|
-
useFactory: function (options, productRepository
|
|
1907
|
-
return new i1$1.CategoryHasuraGraphQLRepository(options.endpoint, options.credentials, productRepository
|
|
1895
|
+
useFactory: function (options, productRepository) {
|
|
1896
|
+
return new i1$1.CategoryHasuraGraphQLRepository(options.endpoint, options.credentials, productRepository);
|
|
1908
1897
|
},
|
|
1909
|
-
deps: [HASURA_OPTIONS, i1$1.ProductHasuraGraphQLRepository
|
|
1898
|
+
deps: [HASURA_OPTIONS, i1$1.ProductHasuraGraphQLRepository],
|
|
1910
1899
|
},
|
|
1911
1900
|
{
|
|
1912
1901
|
provide: 'ProductRepository',
|
|
@@ -1930,17 +1919,6 @@
|
|
|
1930
1919
|
},
|
|
1931
1920
|
deps: [HASURA_OPTIONS],
|
|
1932
1921
|
},
|
|
1933
|
-
{
|
|
1934
|
-
provide: 'CategoryFilterRepository',
|
|
1935
|
-
useExisting: i1$1.CategoryFilterHasuraGraphQLRepository,
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
provide: i1$1.CategoryFilterHasuraGraphQLRepository,
|
|
1939
|
-
useFactory: function (options) {
|
|
1940
|
-
return new i1$1.CategoryFilterHasuraGraphQLRepository(options.endpoint, options.credentials);
|
|
1941
|
-
},
|
|
1942
|
-
deps: [HASURA_OPTIONS],
|
|
1943
|
-
},
|
|
1944
1922
|
{
|
|
1945
1923
|
provide: 'FilterOptionRepository',
|
|
1946
1924
|
useExisting: i1$1.FilterOptionHasuraGraphQLRepository,
|
|
@@ -1958,10 +1936,10 @@
|
|
|
1958
1936
|
},
|
|
1959
1937
|
{
|
|
1960
1938
|
provide: i1$1.FilterHasuraGraphQLRepository,
|
|
1961
|
-
useFactory: function (options, filterOptionRepository
|
|
1962
|
-
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository
|
|
1939
|
+
useFactory: function (options, filterOptionRepository) {
|
|
1940
|
+
return new i1$1.FilterHasuraGraphQLRepository(options.endpoint, options.credentials, filterOptionRepository);
|
|
1963
1941
|
},
|
|
1964
|
-
deps: [HASURA_OPTIONS
|
|
1942
|
+
deps: [HASURA_OPTIONS],
|
|
1965
1943
|
},
|
|
1966
1944
|
],
|
|
1967
1945
|
}]
|