@colijnit/sharedcomponents 1.0.42 → 1.0.43
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/colijnit-sharedcomponents.umd.js +2 -2
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/stock/stock.module.js +2 -3
- package/esm2015/public-api.js +2 -1
- package/fesm2015/colijnit-sharedcomponents.js +2 -3
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -3880,8 +3880,7 @@
|
|
|
3880
3880
|
LocalizePipe
|
|
3881
3881
|
],
|
|
3882
3882
|
exports: [
|
|
3883
|
-
StockComponent
|
|
3884
|
-
LocalizePipe
|
|
3883
|
+
StockComponent
|
|
3885
3884
|
],
|
|
3886
3885
|
providers: [
|
|
3887
3886
|
StockService,
|
|
@@ -5986,6 +5985,7 @@
|
|
|
5986
5985
|
exports.StatusbarModule = StatusbarModule;
|
|
5987
5986
|
exports.StockComponent = StockComponent;
|
|
5988
5987
|
exports.StockModule = StockModule;
|
|
5988
|
+
exports.Translation = Translation;
|
|
5989
5989
|
exports.sendMethodsWithIcon = sendMethodsWithIcon;
|
|
5990
5990
|
exports["ɵa"] = SignatureComponent;
|
|
5991
5991
|
exports["ɵb"] = SignaturesComponent;
|