info-library 2.10.72 → 2.10.74

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/info-library.d.ts CHANGED
@@ -4,17 +4,18 @@
4
4
  export * from './public_api';
5
5
  export { PT_BR_DATE_MONTH_FORMATS as ɵb } from './controls/date-month/date-month.component';
6
6
  export { PT_BR_DATE_FORMATS as ɵa } from './controls/date/date.component';
7
- export { InfoMaskDirective as ɵp } from './directives/mask.directive';
8
- export { InfoUnmaskDirective as ɵq } from './directives/unmask.directive';
7
+ export { InfoMaskDirective as ɵq } from './directives/mask.directive';
8
+ export { InfoUnmaskDirective as ɵr } from './directives/unmask.directive';
9
9
  export { AtalhoModalComponent as ɵc } from './layouts/pagebar/pagebar.component';
10
- export { InfoDialogModel as ɵm } from './model/dialog.model';
11
- export { InfoFormPropModel as ɵf } from './model/form-prop.model';
12
- export { InfoLastSearchModel as ɵk } from './model/last-search.model';
10
+ export { InfoDialogModel as ɵn } from './model/dialog.model';
11
+ export { InfoFormPropModel as ɵg } from './model/form-prop.model';
12
+ export { InfoLastSearchModel as ɵl } from './model/last-search.model';
13
13
  export { InfoPlatformModel as ɵe } from './model/platform.model';
14
- export { InfoSessionModel as ɵi } from './model/session.model';
15
- export { InfoMaskPipe as ɵo } from './pipe/mask.pipe';
16
- export { InfoTranslatePipe as ɵn } from './pipe/translate.pipe';
17
- export { InfoAuthenticationService as ɵg, RefreshSessionTimeModalComponent as ɵh } from './service/authentication.service';
14
+ export { InfoSessionModel as ɵj } from './model/session.model';
15
+ export { InfoMaskPipe as ɵp } from './pipe/mask.pipe';
16
+ export { InfoTranslatePipe as ɵo } from './pipe/translate.pipe';
17
+ export { InfoAuthenticationService as ɵh, RefreshSessionTimeModalComponent as ɵi } from './service/authentication.service';
18
18
  export { InfoDataService as ɵd } from './service/data.service';
19
- export { InfoThemeService as ɵl } from './service/theme.service';
20
- export { InfoTranslateService as ɵj } from './service/translate.service';
19
+ export { InfoThemeService as ɵm } from './service/theme.service';
20
+ export { InfoTranslateService as ɵk } from './service/translate.service';
21
+ export { Utilities as ɵf } from './utils/utilities';