@colijnit/sharedcomponents 255.1.21 → 255.1.23

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.
Files changed (56) hide show
  1. package/3rdpartylicenses.txt +1405 -0
  2. package/bundles/colijnit-sharedcomponents.umd.js +519 -418
  3. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  4. package/colijnit-sharedcomponents.d.ts +94 -93
  5. package/colijnit-sharedcomponents.metadata.json +1 -1
  6. package/esm2015/colijnit-sharedcomponents.js +95 -94
  7. package/esm2015/lib/components/activity-list/activity-list.component.js +11 -3
  8. package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +9 -3
  9. package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +2 -2
  10. package/esm2015/lib/components/files-upload/files-upload.component.js +1 -1
  11. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +9 -2
  12. package/esm2015/lib/components/stock/base/base-stock.component.js +18 -0
  13. package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +46 -35
  14. package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +45 -34
  15. package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +46 -35
  16. package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +19 -8
  17. package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +46 -35
  18. package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +19 -8
  19. package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +20 -7
  20. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +161 -141
  21. package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +26 -5
  22. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +13 -115
  23. package/esm2015/lib/components/stock/stock.component.js +31 -32
  24. package/esm2015/lib/components/tab-bar/tab-bar.component.js +1 -2
  25. package/esm2015/lib/components/tab-bar/tab.interface.js +1 -1
  26. package/esm2015/lib/components/task-creator/task-creator.component.js +69 -62
  27. package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
  28. package/favicon.ico +0 -0
  29. package/fesm2015/colijnit-sharedcomponents.js +515 -479
  30. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  31. package/index.html +12 -0
  32. package/lib/components/activity-list/activity-list.component.d.ts +10 -1
  33. package/lib/components/open-activity-list/component-activity-list.component.d.ts +10 -1
  34. package/lib/components/open-activity-list/style/_layout.scss +3 -1
  35. package/lib/components/stock/base/base-stock.component.d.ts +6 -0
  36. package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +9 -7
  37. package/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.d.ts +9 -7
  38. package/lib/components/stock/components/order-stock-history/order-stock-history.component.d.ts +9 -7
  39. package/lib/components/stock/components/order-stock-tab/order-stock-tab.component.d.ts +4 -2
  40. package/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.d.ts +9 -7
  41. package/lib/components/stock/components/order-tab/order-tab.component.d.ts +4 -3
  42. package/lib/components/stock/components/stock-history/stock-history.component.d.ts +4 -2
  43. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +22 -18
  44. package/lib/components/stock/components/stock-prognose/stock-prognose.component.d.ts +7 -2
  45. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +0 -28
  46. package/lib/components/stock/stock.component.d.ts +13 -13
  47. package/lib/components/stock/style/_material-definition.scss +1 -1
  48. package/lib/components/tab-bar/style/_layout.scss +2 -2
  49. package/lib/components/task-creator/style/_layout.scss +3 -1
  50. package/lib/components/task-creator/task-creator.component.d.ts +10 -2
  51. package/lib/style/sharedcomponents-globals.scss +4 -0
  52. package/main.744dc3d73d03c6e7b1d4.js +1 -0
  53. package/package.json +1 -1
  54. package/polyfills.907fe9d1887c5de17993.js +1 -0
  55. package/runtime.8aac21847ed3d3829cca.js +1 -0
  56. package/styles.486be41aa0593b705e42.css +1 -0
package/favicon.ico ADDED
Binary file