@colijnit/sharedcomponents 257.1.10 → 257.1.11
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 +1287 -1261
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +18 -18
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +19 -19
- package/esm2015/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.js +13 -7
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +9 -3
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +15 -9
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +6 -3
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +26 -14
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +312 -278
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.d.ts +5 -3
- package/lib/components/send-method-dialog/components/pdf-preview/style/_layout.scss +4 -0
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +3 -1
- package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +3 -1
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +2 -2
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +4 -7
- package/lib/res/dictionary/dictionaries.d.ts +15 -0
- package/package.json +1 -1
- package/358.645812766f7a400d0d38.js +0 -1
- package/3rdpartylicenses.txt +0 -2222
- package/427.c5ac6ff55eed40286273.js +0 -1
- package/977.bd6291f9ee6f6ddf91f1.js +0 -1
- package/favicon.ico +0 -0
- package/index.html +0 -12
- package/main.cb0160b06b63bc907f13.js +0 -1
- package/polyfills.907fe9d1887c5de17993.js +0 -1
- package/runtime.2f227fcce1a3e45cf104.js +0 -1
- package/styles.ac76ee4d03248189b18e.css +0 -1
|
@@ -12,8 +12,8 @@ export { ComponentActivityOverviewModule as ɵdx } from './lib/components/activi
|
|
|
12
12
|
export { BaseActivityOverviewComponent as ɵdt } from './lib/components/activity-overview-component/components/base-activity-overview.component';
|
|
13
13
|
export { AppFileDropzoneComponent as ɵdo } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
14
14
|
export { AppFileDropzoneModule as ɵdn } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
15
|
-
export { CustomPdfDialogComponent as
|
|
16
|
-
export { CustomPdfDialogModule as
|
|
15
|
+
export { CustomPdfDialogComponent as ɵq } from './lib/components/custom-pdf/custom-pdf-dialog.component';
|
|
16
|
+
export { CustomPdfDialogModule as ɵo } from './lib/components/custom-pdf/custom-pdf-dialog.module';
|
|
17
17
|
export { AgendaBaseViewComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
18
18
|
export { AgendaDayViewComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
19
19
|
export { AgendaEventComponent as ɵcu } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
@@ -66,25 +66,25 @@ export { MultiplePropertyTogglerModule as ɵdk } from './lib/components/multi-pr
|
|
|
66
66
|
export { BaseActivityListComponent as ɵdr } from './lib/components/open-activity-list/components/base-open-activity-list.component';
|
|
67
67
|
export { PersonalActivityOverviewComponent as ɵds } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component';
|
|
68
68
|
export { PersonalActivityOverviewModule as ɵdw } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module.';
|
|
69
|
-
export { PreviewPdfDialogComponent as
|
|
70
|
-
export { PreviewPdfDialogModule as
|
|
69
|
+
export { PreviewPdfDialogComponent as ɵs } from './lib/components/preview-pdf-dialog/preview-pdf-dialog.component';
|
|
70
|
+
export { PreviewPdfDialogModule as ɵr } from './lib/components/preview-pdf-dialog/preview-pdf-dialog.module';
|
|
71
71
|
export { AdditionalFileButtonComponent as ɵba } from './lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component';
|
|
72
72
|
export { AdditionalFileButtonModule as ɵz } from './lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module';
|
|
73
|
-
export { LayoutSelectionComponent as
|
|
74
|
-
export { LayoutSelectionModule as
|
|
75
|
-
export { PdfPreviewComponent as
|
|
76
|
-
export { PdfPreviewModule as
|
|
77
|
-
export { PrinterSelectionComponent as
|
|
78
|
-
export { PrinterSelectionModule as
|
|
79
|
-
export { SendMethodEmailComponent as
|
|
80
|
-
export { SendMethodEmailModule as
|
|
73
|
+
export { LayoutSelectionComponent as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
74
|
+
export { LayoutSelectionModule as ɵj } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
75
|
+
export { PdfPreviewComponent as ɵt } from './lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component';
|
|
76
|
+
export { PdfPreviewModule as ɵn } from './lib/components/send-method-dialog/components/pdf-preview/pdf-preview.module';
|
|
77
|
+
export { PrinterSelectionComponent as ɵx } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
78
|
+
export { PrinterSelectionModule as ɵw } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
79
|
+
export { SendMethodEmailComponent as ɵu } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
80
|
+
export { SendMethodEmailModule as ɵi } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
81
81
|
export { SendMethodPdfComponent as ɵbd } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
82
82
|
export { SendMethodPdfModule as ɵbc } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
83
83
|
export { SendMethodPrinterComponent as ɵbb } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
84
|
-
export { SendMethodPrinterModule as
|
|
85
|
-
export { SignatureButtonComponent as
|
|
86
|
-
export { SignatureButtonModule as
|
|
87
|
-
export { SendMethodService as
|
|
84
|
+
export { SendMethodPrinterModule as ɵv } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
85
|
+
export { SignatureButtonComponent as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
86
|
+
export { SignatureButtonModule as ɵl } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
87
|
+
export { SendMethodService as ɵh } from './lib/components/send-method-dialog/service/send-method.service';
|
|
88
88
|
export { StatusbarPopupComponent as ɵbg } from './lib/components/statusbar/statusbar-popup.component';
|
|
89
89
|
export { StockStatusbarComponent as ɵbi } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
90
90
|
export { StockStatusbarModule as ɵbh } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
@@ -124,7 +124,7 @@ export { AlignWithDirective as ɵev } from './lib/directives/align-with.directiv
|
|
|
124
124
|
export { ClickOutsideDirective as ɵew } from './lib/directives/click-outside.directive';
|
|
125
125
|
export { DirectivesModule as ɵes } from './lib/directives/directives.module';
|
|
126
126
|
export { Icon as ɵcc } from './lib/enum/icon.enum';
|
|
127
|
-
export { LanguageCode as
|
|
127
|
+
export { LanguageCode as ɵy } from './lib/enum/language-code.enum';
|
|
128
128
|
export { SendMethod as ɵcb } from './lib/model/send-method';
|
|
129
129
|
export { ArrayNumberPipe as ɵcy } from './lib/pipe/array-number.pipe';
|
|
130
130
|
export { FileTypeImagePipe as ɵda } from './lib/pipe/file-type-image.pipe';
|
|
@@ -136,4 +136,4 @@ export { IconCacheService as ɵf } from './lib/service/icon-cache.service';
|
|
|
136
136
|
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
137
137
|
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
138
138
|
export { StockService as ɵg } from './lib/service/stock.service';
|
|
139
|
-
export { SharedLocalizePipe as
|
|
139
|
+
export { SharedLocalizePipe as ɵp } from './lib/translation/shared-localize.pipe';
|