@colijnit/sharedcomponents 1.0.70 → 253.1.1

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 (88) hide show
  1. package/bundles/colijnit-sharedcomponents.umd.js +707 -181
  2. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  3. package/colijnit-sharedcomponents.d.ts +2 -0
  4. package/colijnit-sharedcomponents.metadata.json +1 -1
  5. package/esm2015/colijnit-sharedcomponents.js +3 -1
  6. package/esm2015/lib/businessobject/co-document-right.bo.js +1 -1
  7. package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +8 -7
  8. package/esm2015/lib/components/activity-overview-component/components/base-activity-overview.component.js +15 -21
  9. package/esm2015/lib/components/image-display/image-display.component.js +7 -7
  10. package/esm2015/lib/components/modify-task-form/components/base-activity-summary.component.js +8 -10
  11. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.js +2 -2
  12. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.js +5 -5
  13. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +2 -2
  14. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.js +7 -4
  15. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.component.js +7 -4
  16. package/esm2015/lib/components/modify-task-form/modify-task-form.component.js +39 -13
  17. package/esm2015/lib/components/modify-task-form/modify-task-form.module.js +10 -3
  18. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +42 -57
  19. package/esm2015/lib/components/open-activity-list/components/base-open-activity-list.component.js +5 -3
  20. package/esm2015/lib/components/simple-tags/simple-tags.component.js +5 -147
  21. package/esm2015/lib/components/simple-tags/simple-tags.module.js +4 -2
  22. package/esm2015/lib/components/simple-tags-form/simple-tags-form.component.js +196 -0
  23. package/esm2015/lib/components/simple-tags-form/simple-tags-form.module.js +26 -0
  24. package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +3 -3
  25. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +28 -2
  26. package/esm2015/lib/components/stock/localization/translation.js +3 -1
  27. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +7 -2
  28. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +144 -85
  29. package/esm2015/lib/components/stock/stock.component.js +11 -42
  30. package/esm2015/lib/components/stock/stock.module.js +4 -3
  31. package/esm2015/lib/components/task-modifyer/task-modifier.component.js +9 -9
  32. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.component.js +45 -0
  33. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.module.js +22 -0
  34. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.component.js +55 -0
  35. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.module.js +22 -0
  36. package/esm2015/lib/interface/operation-callback-simple-function.js +1 -1
  37. package/esm2015/lib/service/shared-connector.service.js +93 -1
  38. package/esm2015/lib/service/shared.service.js +44 -1
  39. package/esm2015/public-api.js +5 -1
  40. package/fesm2015/colijnit-sharedcomponents.js +759 -353
  41. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  42. package/lib/components/activity-overview-component/component-activity-overview.component.d.ts +3 -1
  43. package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts +3 -8
  44. package/lib/components/modify-task-form/components/base-activity-summary.component.d.ts +3 -4
  45. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.d.ts +2 -2
  46. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.d.ts +3 -1
  47. package/lib/components/modify-task-form/components/task-details/task-details.component.d.ts +3 -1
  48. package/lib/components/modify-task-form/modify-task-form.component.d.ts +9 -4
  49. package/lib/components/modify-task-form/style/_layout.scss +4 -0
  50. package/lib/components/open-activity-list/component-activity-list.component.d.ts +9 -11
  51. package/lib/components/open-activity-list/components/base-open-activity-list.component.d.ts +2 -0
  52. package/lib/components/simple-tags/simple-tags.component.d.ts +1 -8
  53. package/lib/components/simple-tags-form/simple-tags-form.component.d.ts +29 -0
  54. package/lib/components/simple-tags-form/simple-tags-form.module.d.ts +2 -0
  55. package/lib/components/simple-tags-form/style/_layout.scss +257 -0
  56. package/lib/components/simple-tags-form/style/_material-definition.scss +39 -0
  57. package/lib/components/simple-tags-form/style/_theme.scss +4 -0
  58. package/lib/components/simple-tags-form/style/material.scss +4 -0
  59. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +7 -1
  60. package/lib/components/stock/localization/translation.d.ts +2 -0
  61. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +2 -0
  62. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +19 -6
  63. package/lib/components/stock/stock.component.d.ts +3 -0
  64. package/lib/components/stock/style/_layout.scss +64 -31
  65. package/lib/components/task-modifyer/task-modifier.component.d.ts +3 -5
  66. package/lib/components/workflow-info-tiles/components/style/_layout.scss +49 -0
  67. package/lib/components/workflow-info-tiles/components/style/_material-definition.scss +0 -0
  68. package/lib/components/workflow-info-tiles/components/style/_theme.scss +4 -0
  69. package/lib/components/workflow-info-tiles/components/style/material.scss +4 -0
  70. package/lib/components/workflow-info-tiles/components/workflow-info-tile.component.d.ts +15 -0
  71. package/lib/components/workflow-info-tiles/components/workflow-info-tile.module.d.ts +2 -0
  72. package/lib/components/workflow-info-tiles/style/_layout.scss +16 -0
  73. package/lib/components/workflow-info-tiles/style/_material-definition.scss +0 -0
  74. package/lib/components/workflow-info-tiles/style/_theme.scss +4 -0
  75. package/lib/components/workflow-info-tiles/style/material.scss +4 -0
  76. package/lib/components/workflow-info-tiles/workflow-info-tiles.component.d.ts +21 -0
  77. package/lib/components/workflow-info-tiles/workflow-info-tiles.module.d.ts +2 -0
  78. package/lib/service/shared-connector.service.d.ts +10 -0
  79. package/lib/service/shared.service.d.ts +12 -0
  80. package/package.json +7 -6
  81. package/public-api.d.ts +4 -0
  82. package/3rdpartylicenses.txt +0 -1203
  83. package/favicon.ico +0 -0
  84. package/index.html +0 -12
  85. package/main.36b466467ac98ce720f9.js +0 -1
  86. package/polyfills.907fe9d1887c5de17993.js +0 -1
  87. package/runtime.8aac21847ed3d3829cca.js +0 -1
  88. package/styles.6375d1d30814ecba5d0c.css +0 -1
package/favicon.ico DELETED
Binary file
package/index.html DELETED
@@ -1,12 +0,0 @@
1
- <!DOCTYPE html><html lang="en"><head>
2
- <meta charset="utf-8">
3
- <title>Sharedcomponents</title>
4
- <base href="/">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <link rel="icon" type="image/x-icon" href="favicon.ico">
7
- <style>@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}*{box-sizing:border-box;padding:0;margin:0}</style><link rel="stylesheet" href="styles.6375d1d30814ecba5d0c.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.6375d1d30814ecba5d0c.css"></noscript></head>
8
- <body>
9
- <app-root></app-root>
10
- <script src="runtime.8aac21847ed3d3829cca.js" defer></script><script src="polyfills.907fe9d1887c5de17993.js" defer></script><script src="main.36b466467ac98ce720f9.js" defer></script>
11
-
12
- </body></html>