@osovitny/anatoly 3.17.92 → 3.17.93

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.
@@ -1,2 +1,2 @@
1
1
  import { OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, PaypalButtonComponent, PayPalComponent, BraintreeDialog, StripeDialog } from "./exports";
2
- export declare const COMPONENTS: (typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof PaypalButtonComponent | typeof PaymentOptionsComponent | typeof PaymentMethodsComponent | typeof OrderSummaryComponent | typeof BraintreeDialog | typeof PayPalComponent | typeof StripeDialog)[];
@@ -9,6 +9,7 @@ export declare abstract class ComponentBase implements OnInit, OnDestroy {
9
9
  protected dataFound: boolean;
10
10
  applicationType: any;
11
11
  applicationRoot: any;
12
+ applicationOneUrl: string;
12
13
  classes: string;
13
14
  title: string;
14
15
  isTitleVisible: boolean;
@@ -19,6 +19,8 @@ export * from './spinners/loading/loading.component';
19
19
  export * from './spinners/pagespinner/pagespinner.component';
20
20
  export * from './copy-2-clipboard/copy-2-clipboard.component';
21
21
  export * from './urlslug/urlslug.component';
22
+ export * from './feature-will-be-ready/feature-will-be-ready.component';
23
+ export * from './you-agree-to-our-terms/you-agree-to-our-terms.component';
22
24
  export * from './dropdownlists/country/country.dropdownlist';
23
25
  export * from './dropdownlists/timezone/timezone.dropdownlist';
24
26
  export * from './card/card.component';
@@ -0,0 +1,7 @@
1
+ import { ComponentBase } from '../base/components/component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeatureWillBeReadyComponent extends ComponentBase {
4
+ readyDate: any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureWillBeReadyComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureWillBeReadyComponent, "anatoly-feature-will-be-ready", never, { "readyDate": { "alias": "readyDate"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -1,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, Copy2ClipboardComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof Copy2ClipboardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CardComponent)[];
2
+ export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CardComponent | typeof CheckIconComponent | typeof Copy2ClipboardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof NodataComponent | typeof PageSpinnerComponent | typeof LoadingComponent)[];
@@ -0,0 +1,8 @@
1
+ import { ComponentBase } from '../base/components/component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class YouAgreeToOurTermsComponent extends ComponentBase {
4
+ prefix: any;
5
+ oneLine: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<YouAgreeToOurTermsComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<YouAgreeToOurTermsComponent, "anatoly-you-agree-to-our-terms", never, { "prefix": { "alias": "prefix"; "required": false; }; "oneLine": { "alias": "oneLine"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -1,2 +1,2 @@
1
1
  import { AddressComponent, CompanyComponent, ContactUsForm } from './exports';
2
- export declare const FORMS: (typeof ContactUsForm | typeof AddressComponent | typeof CompanyComponent)[];
2
+ export declare const FORMS: (typeof AddressComponent | typeof CompanyComponent | typeof ContactUsForm)[];
@@ -1,2 +1,2 @@
1
1
  import { SafeHtmlPipe, ReplaceTextPipe, FileSizePipe } from './exports';
2
- export declare const PIPES: (typeof FileSizePipe | typeof ReplaceTextPipe | typeof SafeHtmlPipe)[];
2
+ export declare const PIPES: (typeof SafeHtmlPipe | typeof ReplaceTextPipe | typeof FileSizePipe)[];
@@ -20,26 +20,28 @@ import * as i18 from "./components/no-mobile-support/no-mobile-support.component
20
20
  import * as i19 from "./components/spinners/pagespinner/pagespinner.component";
21
21
  import * as i20 from "./components/spinners/loading/loading.component";
22
22
  import * as i21 from "./components/urlslug/urlslug.component";
23
- import * as i22 from "./dialogs/contact-us/contact-us.dialog";
24
- import * as i23 from "./directives/native-element.directive";
25
- import * as i24 from "./directives/hover.directive";
26
- import * as i25 from "./forms/components/address/address.component";
27
- import * as i26 from "./forms/components/company/company.component";
28
- import * as i27 from "./forms/contact-us/contact-us";
29
- import * as i28 from "./pipes/safeHtml.pipe";
30
- import * as i29 from "./pipes/replace-text.pipe";
31
- import * as i30 from "./pipes/filesize.pipe";
32
- import * as i31 from "./validation/form-validation-summary.component";
33
- import * as i32 from "./validation/item-validation-summary.component";
34
- import * as i33 from "@angular/common";
35
- import * as i34 from "@angular/router";
36
- import * as i35 from "@angular/forms";
37
- import * as i36 from "ngx-captcha";
38
- import * as i37 from "angular-froala-wysiwyg";
39
- import * as i38 from "../external/fa.module";
40
- import * as i39 from "../external/kendo.module";
23
+ import * as i22 from "./components/feature-will-be-ready/feature-will-be-ready.component";
24
+ import * as i23 from "./components/you-agree-to-our-terms/you-agree-to-our-terms.component";
25
+ import * as i24 from "./dialogs/contact-us/contact-us.dialog";
26
+ import * as i25 from "./directives/native-element.directive";
27
+ import * as i26 from "./directives/hover.directive";
28
+ import * as i27 from "./forms/components/address/address.component";
29
+ import * as i28 from "./forms/components/company/company.component";
30
+ import * as i29 from "./forms/contact-us/contact-us";
31
+ import * as i30 from "./pipes/safeHtml.pipe";
32
+ import * as i31 from "./pipes/replace-text.pipe";
33
+ import * as i32 from "./pipes/filesize.pipe";
34
+ import * as i33 from "./validation/form-validation-summary.component";
35
+ import * as i34 from "./validation/item-validation-summary.component";
36
+ import * as i35 from "@angular/common";
37
+ import * as i36 from "@angular/router";
38
+ import * as i37 from "@angular/forms";
39
+ import * as i38 from "ngx-captcha";
40
+ import * as i39 from "angular-froala-wysiwyg";
41
+ import * as i40 from "../external/fa.module";
42
+ import * as i41 from "../external/kendo.module";
41
43
  export declare class AnatolyUIModule {
42
44
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyUIModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyUIModule, [typeof i1.BuyAccessButtonComponent, typeof i2.SubscribePlanButtonComponent, typeof i3.CardComponent, typeof i4.CardHeaderComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CheckIconComponent, typeof i8.Copy2ClipboardComponent, typeof i9.DataPagerComponent, typeof i10.CountryDropdownlist, typeof i11.TimezoneDropdownlist, typeof i12.HtmlEditorComponent, typeof i13.FormsHtmlEditorComponent, typeof i14.SignInButtonComponent, typeof i15.SignUpButtonComponent, typeof i16.SignOutButtonComponent, typeof i17.NodataComponent, typeof i18.NoMobileSupportComponent, typeof i19.PageSpinnerComponent, typeof i20.LoadingComponent, typeof i21.UrlSlugComponent, typeof i22.ContactUsDialog, typeof i23.NativeElementDirective, typeof i24.HoveringDirective, typeof i25.AddressComponent, typeof i26.CompanyComponent, typeof i27.ContactUsForm, typeof i28.SafeHtmlPipe, typeof i29.ReplaceTextPipe, typeof i30.FileSizePipe, typeof i31.FormValidationSummaryComponent, typeof i32.ItemValidationSummaryComponent], [typeof i33.CommonModule, typeof i34.RouterModule, typeof i35.ReactiveFormsModule, typeof i35.FormsModule, typeof i36.NgxCaptchaModule, typeof i37.FERootModule, typeof i38.FaModule, typeof i39.KendoModule], [typeof i1.BuyAccessButtonComponent, typeof i2.SubscribePlanButtonComponent, typeof i3.CardComponent, typeof i4.CardHeaderComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CheckIconComponent, typeof i8.Copy2ClipboardComponent, typeof i9.DataPagerComponent, typeof i10.CountryDropdownlist, typeof i11.TimezoneDropdownlist, typeof i12.HtmlEditorComponent, typeof i13.FormsHtmlEditorComponent, typeof i14.SignInButtonComponent, typeof i15.SignUpButtonComponent, typeof i16.SignOutButtonComponent, typeof i17.NodataComponent, typeof i18.NoMobileSupportComponent, typeof i19.PageSpinnerComponent, typeof i20.LoadingComponent, typeof i21.UrlSlugComponent, typeof i22.ContactUsDialog, typeof i23.NativeElementDirective, typeof i24.HoveringDirective, typeof i25.AddressComponent, typeof i26.CompanyComponent, typeof i27.ContactUsForm, typeof i28.SafeHtmlPipe, typeof i29.ReplaceTextPipe, typeof i30.FileSizePipe, typeof i31.FormValidationSummaryComponent, typeof i32.ItemValidationSummaryComponent]>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyUIModule, [typeof i1.BuyAccessButtonComponent, typeof i2.SubscribePlanButtonComponent, typeof i3.CardComponent, typeof i4.CardHeaderComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CheckIconComponent, typeof i8.Copy2ClipboardComponent, typeof i9.DataPagerComponent, typeof i10.CountryDropdownlist, typeof i11.TimezoneDropdownlist, typeof i12.HtmlEditorComponent, typeof i13.FormsHtmlEditorComponent, typeof i14.SignInButtonComponent, typeof i15.SignUpButtonComponent, typeof i16.SignOutButtonComponent, typeof i17.NodataComponent, typeof i18.NoMobileSupportComponent, typeof i19.PageSpinnerComponent, typeof i20.LoadingComponent, typeof i21.UrlSlugComponent, typeof i22.FeatureWillBeReadyComponent, typeof i23.YouAgreeToOurTermsComponent, typeof i24.ContactUsDialog, typeof i25.NativeElementDirective, typeof i26.HoveringDirective, typeof i27.AddressComponent, typeof i28.CompanyComponent, typeof i29.ContactUsForm, typeof i30.SafeHtmlPipe, typeof i31.ReplaceTextPipe, typeof i32.FileSizePipe, typeof i33.FormValidationSummaryComponent, typeof i34.ItemValidationSummaryComponent], [typeof i35.CommonModule, typeof i36.RouterModule, typeof i37.ReactiveFormsModule, typeof i37.FormsModule, typeof i38.NgxCaptchaModule, typeof i39.FERootModule, typeof i40.FaModule, typeof i41.KendoModule], [typeof i1.BuyAccessButtonComponent, typeof i2.SubscribePlanButtonComponent, typeof i3.CardComponent, typeof i4.CardHeaderComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CheckIconComponent, typeof i8.Copy2ClipboardComponent, typeof i9.DataPagerComponent, typeof i10.CountryDropdownlist, typeof i11.TimezoneDropdownlist, typeof i12.HtmlEditorComponent, typeof i13.FormsHtmlEditorComponent, typeof i14.SignInButtonComponent, typeof i15.SignUpButtonComponent, typeof i16.SignOutButtonComponent, typeof i17.NodataComponent, typeof i18.NoMobileSupportComponent, typeof i19.PageSpinnerComponent, typeof i20.LoadingComponent, typeof i21.UrlSlugComponent, typeof i22.FeatureWillBeReadyComponent, typeof i23.YouAgreeToOurTermsComponent, typeof i24.ContactUsDialog, typeof i25.NativeElementDirective, typeof i26.HoveringDirective, typeof i27.AddressComponent, typeof i28.CompanyComponent, typeof i29.ContactUsForm, typeof i30.SafeHtmlPipe, typeof i31.ReplaceTextPipe, typeof i32.FileSizePipe, typeof i33.FormValidationSummaryComponent, typeof i34.ItemValidationSummaryComponent]>;
44
46
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyUIModule>;
45
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.92",
3
+ "version": "3.17.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",