@osovitny/anatoly 2.14.92 → 2.14.94

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.
@@ -19,6 +19,7 @@ import { v4 } from 'uuid';
19
19
  import * as i1$2 from 'ngx-toastr';
20
20
  import { ToastrModule } from 'ngx-toastr';
21
21
  import * as i1$4 from '@angular/platform-browser';
22
+ import format$1 from 'xml-formatter';
22
23
  import * as i2 from '@fortawesome/angular-fontawesome';
23
24
  import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
24
25
  import * as i1$6 from '@progress/kendo-angular-pager';
@@ -1687,6 +1688,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1687
1688
  type: Injectable
1688
1689
  }], ctorParameters: function () { return [{ type: i1.Router }]; } });
1689
1690
 
1691
+ /*
1692
+ <file>
1693
+ Project:
1694
+ @osovitny/anatoly
1695
+
1696
+ Authors:
1697
+ Vadim Osovitny vadim@osovitny.com
1698
+ Anatoly Osovitny anatoly@osovitny.com
1699
+
1700
+ Created:
1701
+ 10 Sep 2022
1702
+
1703
+ Code:
1704
+ https://github.com/chrisbottin/xml-formatter
1705
+ https://npm.io/package/xml-formatter
1706
+ https://npmtrends.com/xml-beautifier-vs-xml-formatter
1707
+ https://www.npmjs.com/package/xml-formatter
1708
+
1709
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1710
+ </file>
1711
+ */
1712
+ class XmlFormatter {
1713
+ static toPrettyXML(s) {
1714
+ return format$1(s);
1715
+ }
1716
+ }
1717
+
1690
1718
  /*
1691
1719
  <file>
1692
1720
  Project:
@@ -3483,8 +3511,8 @@ class BaseDialog extends BaseEditComponent {
3483
3511
  }
3484
3512
  set isOpen(value) {
3485
3513
  if (value) {
3486
- if (this.onBeforeOpen) {
3487
- this.onBeforeOpen();
3514
+ if (this.anOnBeforeOpen) {
3515
+ this.anOnBeforeOpen();
3488
3516
  }
3489
3517
  this.opened.emit();
3490
3518
  }
@@ -4850,5 +4878,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4850
4878
  * Generated bundle index. Do not edit.
4851
4879
  */
4852
4880
 
4853
- export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyModule, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DatapagerComponent, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
4881
+ export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyModule, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DatapagerComponent, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, XmlFormatter, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
4854
4882
  //# sourceMappingURL=osovitny-anatoly.mjs.map