@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.
- package/3rdpartylicenses.txt +1405 -0
- package/bundles/colijnit-sharedcomponents.umd.js +519 -418
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +94 -93
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +95 -94
- package/esm2015/lib/components/activity-list/activity-list.component.js +11 -3
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +9 -3
- package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +2 -2
- package/esm2015/lib/components/files-upload/files-upload.component.js +1 -1
- package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +9 -2
- package/esm2015/lib/components/stock/base/base-stock.component.js +18 -0
- package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +46 -35
- package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +45 -34
- package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +46 -35
- package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +19 -8
- package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +46 -35
- package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +19 -8
- package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +20 -7
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +161 -141
- package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +26 -5
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +13 -115
- package/esm2015/lib/components/stock/stock.component.js +31 -32
- package/esm2015/lib/components/tab-bar/tab-bar.component.js +1 -2
- package/esm2015/lib/components/tab-bar/tab.interface.js +1 -1
- package/esm2015/lib/components/task-creator/task-creator.component.js +69 -62
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/favicon.ico +0 -0
- package/fesm2015/colijnit-sharedcomponents.js +515 -479
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +12 -0
- package/lib/components/activity-list/activity-list.component.d.ts +10 -1
- package/lib/components/open-activity-list/component-activity-list.component.d.ts +10 -1
- package/lib/components/open-activity-list/style/_layout.scss +3 -1
- package/lib/components/stock/base/base-stock.component.d.ts +6 -0
- package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +9 -7
- package/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.d.ts +9 -7
- package/lib/components/stock/components/order-stock-history/order-stock-history.component.d.ts +9 -7
- package/lib/components/stock/components/order-stock-tab/order-stock-tab.component.d.ts +4 -2
- package/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.d.ts +9 -7
- package/lib/components/stock/components/order-tab/order-tab.component.d.ts +4 -3
- package/lib/components/stock/components/stock-history/stock-history.component.d.ts +4 -2
- package/lib/components/stock/components/stock-location/stock-location.component.d.ts +22 -18
- package/lib/components/stock/components/stock-prognose/stock-prognose.component.d.ts +7 -2
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +0 -28
- package/lib/components/stock/stock.component.d.ts +13 -13
- package/lib/components/stock/style/_material-definition.scss +1 -1
- package/lib/components/tab-bar/style/_layout.scss +2 -2
- package/lib/components/task-creator/style/_layout.scss +3 -1
- package/lib/components/task-creator/task-creator.component.d.ts +10 -2
- package/lib/style/sharedcomponents-globals.scss +4 -0
- package/main.744dc3d73d03c6e7b1d4.js +1 -0
- package/package.json +1 -1
- package/polyfills.907fe9d1887c5de17993.js +1 -0
- package/runtime.8aac21847ed3d3829cca.js +1 -0
- package/styles.486be41aa0593b705e42.css +1 -0
package/favicon.ico
ADDED
|
Binary file
|