@colijnit/sharedcomponents 260.1.13 → 260.1.15
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 +34 -21
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +2 -2
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +3 -3
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +23 -17
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +2 -3
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +10 -2
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +1 -3
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +2 -1
- package/fesm2015/colijnit-sharedcomponents.js +34 -20
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +2 -3
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -0
- package/lib/components/send-method-dialog/service/send-method.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@ export { SendMethodEmailComponent as ɵs } from './lib/components/send-method-di
|
|
|
83
83
|
export { SendMethodEmailModule as ɵi } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
84
84
|
export { SendMethodPdfComponent as ɵz } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
85
85
|
export { SendMethodPdfModule as ɵy } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
86
|
-
export { SendMethodPrinterComponent as
|
|
86
|
+
export { SendMethodPrinterComponent as ɵw } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
87
87
|
export { SendMethodPrinterModule as ɵt } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
88
88
|
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
89
89
|
export { SignatureButtonModule as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
@@ -128,7 +128,7 @@ export { AlignWithDirective as ɵew } from './lib/directives/align-with.directiv
|
|
|
128
128
|
export { ClickOutsideDirective as ɵex } from './lib/directives/click-outside.directive';
|
|
129
129
|
export { DirectivesModule as ɵet } from './lib/directives/directives.module';
|
|
130
130
|
export { Icon as ɵcd } from './lib/enum/icon.enum';
|
|
131
|
-
export { LanguageCode as
|
|
131
|
+
export { LanguageCode as ɵx } from './lib/enum/language-code.enum';
|
|
132
132
|
export { SendMethod as ɵcc } from './lib/model/send-method';
|
|
133
133
|
export { ArrayNumberPipe as ɵcz } from './lib/pipe/array-number.pipe';
|
|
134
134
|
export { FileTypeImagePipe as ɵdb } from './lib/pipe/file-type-image.pipe';
|