@colijnit/sharedcomponents 1.0.63 → 1.0.65
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 +258 -104
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +44 -43
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +45 -44
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +210 -0
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +46 -49
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +4 -4
- package/esm2015/lib/components/stock/localization/translation.js +5 -1
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +3 -4
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +9 -1
- package/esm2015/lib/components/stock/stock.component.js +1 -2
- package/esm2015/lib/components/stock/stock.module.js +4 -2
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/fesm2015/colijnit-sharedcomponents.js +271 -57
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +41 -0
- package/lib/components/stock/components/stock-location/stock-location.component.d.ts +3 -1
- package/lib/components/stock/localization/translation.d.ts +4 -0
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +3 -0
- package/lib/components/stock/style/_layout.scss +109 -11
- package/lib/components/stock/style/_material-definition.scss +7 -4
- package/lib/components/tab-bar/style/_layout.scss +8 -3
- package/lib/components/tab-bar/style/_material-definition.scss +6 -6
- package/lib/enum/icon.enum.d.ts +1 -0
- package/package.json +6 -6
- package/3rdpartylicenses.txt +0 -1200
- package/favicon.ico +0 -0
- package/index.html +0 -12
- package/main.b63cf8c6791cb3e37f3c.js +0 -1
- package/polyfills.907fe9d1887c5de17993.js +0 -1
- package/runtime.8aac21847ed3d3829cca.js +0 -1
- package/styles.6807e7b997183dacbe3b.css +0 -1
|
@@ -2,40 +2,40 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { AppFileDropzoneComponent as
|
|
6
|
-
export { AppFileDropzoneModule as
|
|
7
|
-
export { AgendaBaseViewComponent as
|
|
8
|
-
export { AgendaDayViewComponent as
|
|
9
|
-
export { AgendaEventComponent as
|
|
10
|
-
export { AgendaEventsComponent as
|
|
11
|
-
export { AgendaHalfHourCellComponent as
|
|
12
|
-
export { AgendaHeaderComponent as
|
|
13
|
-
export { AgendaHourCellComponent as
|
|
14
|
-
export { AgendaHourViewLabelsComponent as
|
|
15
|
-
export { AgendaHourViewComponent as
|
|
16
|
-
export { AgendaMonthViewComponent as
|
|
17
|
-
export { AgendaSelectEventComponent as
|
|
18
|
-
export { AgendaViewComponent as
|
|
19
|
-
export { AgendaWeekSelectViewComponent as
|
|
20
|
-
export { AgendaWeekViewComponent as
|
|
21
|
-
export { ViewSelectComponent as
|
|
22
|
-
export { CalendarAllMonthsComponent as
|
|
23
|
-
export { CalendarAllYearsComponent as
|
|
24
|
-
export { CalendarHeaderComponent as
|
|
25
|
-
export { CalendarViewComponent as
|
|
26
|
-
export { CalendarComponent as
|
|
5
|
+
export { AppFileDropzoneComponent as ɵdh } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
6
|
+
export { AppFileDropzoneModule as ɵdg } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
7
|
+
export { AgendaBaseViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
8
|
+
export { AgendaDayViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
9
|
+
export { AgendaEventComponent as ɵcn } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
10
|
+
export { AgendaEventsComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
11
|
+
export { AgendaHalfHourCellComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
12
|
+
export { AgendaHeaderComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
13
|
+
export { AgendaHourCellComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
14
|
+
export { AgendaHourViewLabelsComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
15
|
+
export { AgendaHourViewComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
16
|
+
export { AgendaMonthViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
17
|
+
export { AgendaSelectEventComponent as ɵcp } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
18
|
+
export { AgendaViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
19
|
+
export { AgendaWeekSelectViewComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
20
|
+
export { AgendaWeekViewComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
21
|
+
export { ViewSelectComponent as ɵco } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
22
|
+
export { CalendarAllMonthsComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
23
|
+
export { CalendarAllYearsComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
24
|
+
export { CalendarHeaderComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
25
|
+
export { CalendarViewComponent as ɵbz } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
26
|
+
export { CalendarComponent as ɵby } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
27
27
|
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
28
28
|
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
29
|
-
export { FileUploadPopupComponent as
|
|
30
|
-
export { FileUploadPopupModule as
|
|
31
|
-
export { FileUploadComponent as
|
|
32
|
-
export { FileUploadModule as
|
|
33
|
-
export { BaseFileUploadComponent as
|
|
34
|
-
export { DragDropContainerComponent as
|
|
35
|
-
export { ImageDisplayComponent as
|
|
36
|
-
export { ImageDisplayModule as
|
|
37
|
-
export { MultiplePropertyTogglerComponent as
|
|
38
|
-
export { MultiplePropertyTogglerModule as
|
|
29
|
+
export { FileUploadPopupComponent as ɵdf } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
30
|
+
export { FileUploadPopupModule as ɵdc } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
31
|
+
export { FileUploadComponent as ɵdb } from './lib/components/file-upload/file-upload.component';
|
|
32
|
+
export { FileUploadModule as ɵcy } from './lib/components/file-upload/file-upload.module';
|
|
33
|
+
export { BaseFileUploadComponent as ɵcu } from './lib/components/files-upload/components/base-file-upload.component';
|
|
34
|
+
export { DragDropContainerComponent as ɵdi } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
35
|
+
export { ImageDisplayComponent as ɵcx } from './lib/components/image-display/image-display.component';
|
|
36
|
+
export { ImageDisplayModule as ɵcw } from './lib/components/image-display/image-display.module';
|
|
37
|
+
export { MultiplePropertyTogglerComponent as ɵde } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
38
|
+
export { MultiplePropertyTogglerModule as ɵdd } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
39
39
|
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
40
40
|
export { LayoutSelectionModule as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
41
41
|
export { PrinterSelectionComponent as ɵr } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
@@ -59,6 +59,7 @@ export { OrderStockTabComponent as ɵbk } from './lib/components/stock/component
|
|
|
59
59
|
export { OrderSupplyStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
60
60
|
export { OrderTabComponent as ɵbh } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
61
61
|
export { StockHistoryComponent as ɵbm } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
62
|
+
export { StockLocationPopupComponent as ɵbs } from './lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component';
|
|
62
63
|
export { StockLocationComponent as ɵbl } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
63
64
|
export { StockPrognoseComponent as ɵbr } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
64
65
|
export { StockTabComponent as ɵbg } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
@@ -70,21 +71,21 @@ export { StockChangeAmountComponent as ɵbf } from './lib/components/stock/stock
|
|
|
70
71
|
export { StockTransferComponent as ɵbe } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
71
72
|
export { TabBarComponent as ɵw } from './lib/components/tab-bar/tab-bar.component';
|
|
72
73
|
export { TabBarModule as ɵv } from './lib/components/tab-bar/tab-bar.module';
|
|
73
|
-
export { TileRenderComponent as
|
|
74
|
-
export { TileRenderModule as
|
|
75
|
-
export { InputBoolean as
|
|
76
|
-
export { Icon as
|
|
77
|
-
export { LanguageCode as
|
|
74
|
+
export { TileRenderComponent as ɵda } from './lib/components/tile-renderer/tile-render.component';
|
|
75
|
+
export { TileRenderModule as ɵcz } from './lib/components/tile-renderer/tile-render.module';
|
|
76
|
+
export { InputBoolean as ɵcv } from './lib/decorator/input-boolean.decorator';
|
|
77
|
+
export { Icon as ɵbu } from './lib/enum/icon.enum';
|
|
78
|
+
export { LanguageCode as ɵca } from './lib/enum/language-code.enum';
|
|
78
79
|
export { LocalizationModule as ɵba } from './lib/localization/localization.module';
|
|
79
80
|
export { LocalizePipe as ɵbb } from './lib/localization/localize.pipe';
|
|
80
81
|
export { LocalizeService as ɵg } from './lib/localization/localize.service';
|
|
81
|
-
export { SendMethod as
|
|
82
|
-
export { ArrayNumberPipe as
|
|
83
|
-
export { FileTypeImagePipe as
|
|
84
|
-
export { MASTER_PIPES as
|
|
85
|
-
export { UCfirstPipe as
|
|
82
|
+
export { SendMethod as ɵbt } from './lib/model/send-method';
|
|
83
|
+
export { ArrayNumberPipe as ɵcr } from './lib/pipe/array-number.pipe';
|
|
84
|
+
export { FileTypeImagePipe as ɵct } from './lib/pipe/file-type-image.pipe';
|
|
85
|
+
export { MASTER_PIPES as ɵcq } from './lib/pipe/master-pipes';
|
|
86
|
+
export { UCfirstPipe as ɵcs } from './lib/pipe/ucfirst.pipe';
|
|
86
87
|
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
87
|
-
export { DragDropService as
|
|
88
|
+
export { DragDropService as ɵdj } from './lib/service/drag-drop.service';
|
|
88
89
|
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
89
90
|
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
90
91
|
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|