@colijnit/sharedcomponents 256.2.8 → 256.2.9
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 +328 -264
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +9 -9
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +10 -10
- package/esm2015/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.js +15 -3
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +26 -2
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +4 -2
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +32 -24
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +34 -4
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/fesm2015/colijnit-sharedcomponents.js +468 -391
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.d.ts +4 -0
- package/lib/components/send-method-dialog/components/additional-file-button/style/_layout.scss +2 -2
- package/lib/components/send-method-dialog/components/additional-file-button/style/_material-definition.scss +2 -2
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +9 -0
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +4 -0
- package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +6 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +4 -2
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +7 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@ export { ComponentActivityOverviewModule as ɵdv } from './lib/components/activi
|
|
|
12
12
|
export { BaseActivityOverviewComponent as ɵdr } from './lib/components/activity-overview-component/components/base-activity-overview.component';
|
|
13
13
|
export { AppFileDropzoneComponent as ɵdm } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
14
14
|
export { AppFileDropzoneModule as ɵdl } 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 ɵp } from './lib/components/custom-pdf/custom-pdf-dialog.module';
|
|
17
17
|
export { AgendaBaseViewComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
18
18
|
export { AgendaDayViewComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
19
19
|
export { AgendaEventComponent as ɵcs } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
@@ -66,18 +66,18 @@ export { MultiplePropertyTogglerModule as ɵdi } from './lib/components/multi-pr
|
|
|
66
66
|
export { BaseActivityListComponent as ɵdp } from './lib/components/open-activity-list/components/base-open-activity-list.component';
|
|
67
67
|
export { PersonalActivityOverviewComponent as ɵdq } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component';
|
|
68
68
|
export { PersonalActivityOverviewModule as ɵdu } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module.';
|
|
69
|
-
export { AdditionalFileButtonComponent as
|
|
70
|
-
export { AdditionalFileButtonModule as
|
|
69
|
+
export { AdditionalFileButtonComponent as ɵr } from './lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component';
|
|
70
|
+
export { AdditionalFileButtonModule as ɵo } from './lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module';
|
|
71
71
|
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
72
72
|
export { LayoutSelectionModule as ɵj } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
73
|
-
export { PrinterSelectionComponent as
|
|
74
|
-
export { PrinterSelectionModule as
|
|
75
|
-
export { SendMethodEmailComponent as
|
|
73
|
+
export { PrinterSelectionComponent as ɵv } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
74
|
+
export { PrinterSelectionModule as ɵu } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
75
|
+
export { SendMethodEmailComponent as ɵs } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
76
76
|
export { SendMethodEmailModule as ɵi } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
77
77
|
export { SendMethodPdfComponent as ɵz } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
78
78
|
export { SendMethodPdfModule as ɵy } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
79
79
|
export { SendMethodPrinterComponent as ɵx } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
80
|
-
export { SendMethodPrinterModule as
|
|
80
|
+
export { SendMethodPrinterModule as ɵt } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
81
81
|
export { SendMethodPurchaseComponent as ɵbb } from './lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.component';
|
|
82
82
|
export { SendMethodPurchaseModule as ɵba } from './lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.module';
|
|
83
83
|
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
@@ -122,7 +122,7 @@ export { AlignWithDirective as ɵet } from './lib/directives/align-with.directiv
|
|
|
122
122
|
export { ClickOutsideDirective as ɵeu } from './lib/directives/click-outside.directive';
|
|
123
123
|
export { DirectivesModule as ɵeq } from './lib/directives/directives.module';
|
|
124
124
|
export { Icon as ɵca } from './lib/enum/icon.enum';
|
|
125
|
-
export { LanguageCode as
|
|
125
|
+
export { LanguageCode as ɵw } from './lib/enum/language-code.enum';
|
|
126
126
|
export { SendMethod as ɵbz } from './lib/model/send-method';
|
|
127
127
|
export { ArrayNumberPipe as ɵcw } from './lib/pipe/array-number.pipe';
|
|
128
128
|
export { FileTypeImagePipe as ɵcy } from './lib/pipe/file-type-image.pipe';
|