@colijnit/sharedcomponents 1.0.39 → 1.0.41
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 +598 -486
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +44 -41
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +45 -42
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +9 -11
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +4 -2
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +22 -39
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +29 -0
- package/esm2015/lib/components/statusbar/statusbar.component.js +33 -34
- package/esm2015/lib/components/statusbar/statusbar.module.js +14 -10
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +20 -3
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +3 -2
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +4 -8
- package/esm2015/lib/components/stock/stock.component.js +17 -2
- package/esm2015/lib/components/stock/stock.module.js +6 -2
- package/esm2015/lib/components/stock-statusbar/stock-statusbar.component.js +23 -0
- package/esm2015/lib/components/stock-statusbar/stock-statusbar.module.js +19 -0
- package/esm2015/lib/service/shared-connector.service.js +17 -1
- package/esm2015/lib/service/stock.service.js +6 -1
- package/fesm2015/colijnit-sharedcomponents.js +522 -419
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/screen-config-generator/style/_layout.scss +65 -0
- package/lib/components/screen-config-generator/style/_material-definition.scss +0 -0
- package/lib/components/screen-config-generator/style/_theme.scss +4 -0
- package/lib/components/screen-config-generator/style/material.scss +4 -0
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +1 -1
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +2 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +4 -7
- package/lib/components/statusbar/statusbar-popup.component.d.ts +7 -0
- package/lib/components/statusbar/statusbar.component.d.ts +9 -8
- package/lib/components/statusbar/style/_layout.scss +12 -28
- package/lib/components/statusbar/style/_theme.scss +5 -6
- package/lib/components/stock/components/stock-location/stock-location.component.d.ts +3 -0
- package/lib/components/stock/stock-information/stock-information.component.d.ts +1 -2
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +1 -2
- package/lib/components/stock/stock.component.d.ts +8 -2
- package/lib/components/stock-statusbar/stock-statusbar.component.d.ts +4 -0
- package/lib/components/stock-statusbar/stock-statusbar.module.d.ts +2 -0
- package/lib/components/stock-statusbar/style/_layout.scss +25 -0
- package/lib/components/stock-statusbar/style/_material-definition.scss +0 -0
- package/lib/components/stock-statusbar/style/_theme.scss +0 -0
- package/lib/components/stock-statusbar/style/material.scss +4 -0
- package/lib/service/shared-connector.service.d.ts +1 -0
- package/lib/service/stock.service.d.ts +1 -0
- package/package.json +14 -10
- package/3rdpartylicenses.txt +0 -1198
- package/favicon.ico +0 -0
- package/index.html +0 -12
- package/main.87c7441f408aa46a818e.js +0 -1
- package/polyfills.4a44032b137d291298c3.js +0 -1
- package/runtime.8aac21847ed3d3829cca.js +0 -1
- package/styles.24f196f586ef43bbe450.css +0 -110
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/css?family=Roboto:400,500);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}</style><link rel="stylesheet" href="styles.24f196f586ef43bbe450.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.24f196f586ef43bbe450.css"></noscript></head>
|
|
8
|
-
<body>
|
|
9
|
-
<app-root></app-root>
|
|
10
|
-
<script src="runtime.8aac21847ed3d3829cca.js" defer></script><script src="polyfills.4a44032b137d291298c3.js" defer></script><script src="main.87c7441f408aa46a818e.js" defer></script>
|
|
11
|
-
|
|
12
|
-
</body></html>
|