@osovitny/anatoly 3.21.37 → 3.21.39
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/package.json
CHANGED
|
@@ -187,6 +187,16 @@ declare class SubscribePlanButtonComponent implements OnInit {
|
|
|
187
187
|
static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-billing-subscribe-plan-button", never, { "plan": { "alias": "plan"; "required": false; }; "visiblePlanStatus": { "alias": "visiblePlanStatus"; "required": false; }; "visibleSignup": { "alias": "visibleSignup"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
declare enum AssetGroupType {
|
|
191
|
+
App = 1,
|
|
192
|
+
Lib = 2,
|
|
193
|
+
External = 3
|
|
194
|
+
}
|
|
195
|
+
declare function formatAssetsUrl(assetGroupType: AssetGroupType, url: string): string;
|
|
196
|
+
declare function formatUrl(url: string): string;
|
|
197
|
+
|
|
198
|
+
declare function getAppSettings(): any;
|
|
199
|
+
declare function resetAppSettings(): void;
|
|
190
200
|
declare function getAppSettingsById(id: any): any;
|
|
191
201
|
declare function getAppSettingsByName(name: any): any;
|
|
192
202
|
interface ICurrentApp {
|
|
@@ -196,17 +206,7 @@ interface ICurrentApp {
|
|
|
196
206
|
oneUrl: string;
|
|
197
207
|
}
|
|
198
208
|
declare function getCurrentApp(): ICurrentApp;
|
|
199
|
-
|
|
200
|
-
declare function getAppCoreSettings(): any;
|
|
201
|
-
declare function resetAppCoreSettings(): void;
|
|
202
|
-
declare enum AssetGroupType {
|
|
203
|
-
App = 1,
|
|
204
|
-
Lib = 2,
|
|
205
|
-
External = 3
|
|
206
|
-
}
|
|
207
|
-
declare function formatAssetsUrl(assetGroupType: AssetGroupType, url: string): string;
|
|
208
|
-
declare function formatUrl(url: string): string;
|
|
209
|
-
declare let AppCoreSettings: any;
|
|
209
|
+
declare let AppSettings: any;
|
|
210
210
|
declare let AppVersion: any;
|
|
211
211
|
declare let IsDevMode: boolean;
|
|
212
212
|
declare let IsProdMode: boolean;
|
|
@@ -2159,5 +2159,5 @@ declare class AnatolyModule {
|
|
|
2159
2159
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
|
|
2160
2160
|
}
|
|
2161
2161
|
|
|
2162
|
-
export { AReplacerDirective, AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyLogLevel, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService,
|
|
2162
|
+
export { AReplacerDirective, AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyLogLevel, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppName, AppSettings, AppVersion, AppsGoServiceBase, AssetGroupType, AuthService, AuthenticationGuard, BillingService, BillingUtils, BraintreeDialog, BrowserService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10nUtils, LanguageDropdownlist, LibName, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationModule, LocalizationService, LocalizePipe, LoggingService, MSALUtils, Message2User, Message2UserComponent, Message2UserService, Mode, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PromoCodesApiService, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, ServiceBase, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, SubscriptionProvider, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, formatAssetsUrl, formatUrl, getAppSettings, getAppSettingsById, getAppSettingsByName, getCurrentApp, getLocalizationInjector, is, resetAppSettings, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
2163
2163
|
export type { ICurrentApp, INotification, Message2UserConfig };
|