ng-miam 3.7.5 → 3.7.6
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/ng-miam.umd.js +9 -1
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +1 -1
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/_models/package.js +6 -2
- package/fesm2015/ng-miam.js +5 -1
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/_models/package.d.ts +2 -0
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -2962,7 +2962,8 @@
|
|
|
2962
2962
|
shared: false,
|
|
2963
2963
|
'catalog-category': false,
|
|
2964
2964
|
'catalog-position': '',
|
|
2965
|
-
'recipes-count': ''
|
|
2965
|
+
'recipes-count': '',
|
|
2966
|
+
settings: {}
|
|
2966
2967
|
};
|
|
2967
2968
|
_this.relationships = {
|
|
2968
2969
|
provider: new i1.DocumentResource(),
|
|
@@ -2986,6 +2987,13 @@
|
|
|
2986
2987
|
enumerable: false,
|
|
2987
2988
|
configurable: true
|
|
2988
2989
|
});
|
|
2990
|
+
Object.defineProperty(Package.prototype, "subtitle", {
|
|
2991
|
+
get: function () {
|
|
2992
|
+
return this.attributes.settings['subtitle'];
|
|
2993
|
+
},
|
|
2994
|
+
enumerable: false,
|
|
2995
|
+
configurable: true
|
|
2996
|
+
});
|
|
2989
2997
|
return Package;
|
|
2990
2998
|
}(i1.Resource));
|
|
2991
2999
|
|