@osovitny/anatoly 3.19.48 → 3.20.0

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.
Files changed (170) hide show
  1. package/fesm2022/osovitny-anatoly.mjs +68 -81
  2. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  3. package/index.d.ts +2075 -5
  4. package/package.json +51 -52
  5. package/lib/anatoly.module.d.ts +0 -11
  6. package/lib/billing/billing.module.d.ts +0 -21
  7. package/lib/billing/components/buttons/buyaccess-button.component.d.ts +0 -19
  8. package/lib/billing/components/buttons/subscribe-plan-button.component.d.ts +0 -20
  9. package/lib/billing/components/exports.d.ts +0 -10
  10. package/lib/billing/components/index.d.ts +0 -2
  11. package/lib/billing/components/order-summary/order-summary.component.d.ts +0 -22
  12. package/lib/billing/components/payment-methods/payment-methods.component.d.ts +0 -20
  13. package/lib/billing/components/payment-options/payment-options.component.d.ts +0 -18
  14. package/lib/billing/components/pm/braintree/braintree.component.d.ts +0 -27
  15. package/lib/billing/components/pm/paypal/paypal-button.component.d.ts +0 -20
  16. package/lib/billing/components/pm/paypal/paypal-subscribe-button.component.d.ts +0 -25
  17. package/lib/billing/components/pm/paypal/paypal.component.d.ts +0 -50
  18. package/lib/billing/components/pm/stripe/stripe.component.d.ts +0 -23
  19. package/lib/billing/exports.d.ts +0 -5
  20. package/lib/billing/models/paypal-models.d.ts +0 -309
  21. package/lib/billing/services/billing.service.d.ts +0 -33
  22. package/lib/billing/services/payments.service.d.ts +0 -29
  23. package/lib/billing/services/paypal-script.service.d.ts +0 -13
  24. package/lib/billing/utils.d.ts +0 -4
  25. package/lib/core/consts/app-settings.d.ts +0 -11
  26. package/lib/core/consts/core-settings.d.ts +0 -7
  27. package/lib/core/consts/formats.d.ts +0 -11
  28. package/lib/core/consts/ga.d.ts +0 -11
  29. package/lib/core/consts/storageKeys.d.ts +0 -8
  30. package/lib/core/converts/convert.d.ts +0 -16
  31. package/lib/core/converts/dateConvert.d.ts +0 -5
  32. package/lib/core/converts/tz/tzParseTimezone.d.ts +0 -1
  33. package/lib/core/converts/tz/tzTokenizeDate.d.ts +0 -5
  34. package/lib/core/converts/xmlFormatter.d.ts +0 -4
  35. package/lib/core/core.module.d.ts +0 -15
  36. package/lib/core/dom.d.ts +0 -17
  37. package/lib/core/enums/billing.d.ts +0 -34
  38. package/lib/core/enums/enums.d.ts +0 -17
  39. package/lib/core/enums/index.d.ts +0 -2
  40. package/lib/core/exports.d.ts +0 -40
  41. package/lib/core/go/apps-go.service.d.ts +0 -16
  42. package/lib/core/go/go.service.d.ts +0 -25
  43. package/lib/core/guards/once-import.guard.d.ts +0 -1
  44. package/lib/core/guards/starter.guard.d.ts +0 -13
  45. package/lib/core/guid.d.ts +0 -3
  46. package/lib/core/interceptors/httpInterceptor.d.ts +0 -23
  47. package/lib/core/is.d.ts +0 -23
  48. package/lib/core/localization/localization.module.d.ts +0 -8
  49. package/lib/core/localization/localization.service.d.ts +0 -31
  50. package/lib/core/localization/localize.pipe.d.ts +0 -10
  51. package/lib/core/localization/settings.module.d.ts +0 -14
  52. package/lib/core/localization/utils.d.ts +0 -5
  53. package/lib/core/logging/globalErrorHandler.d.ts +0 -9
  54. package/lib/core/logging/logging.service.d.ts +0 -9
  55. package/lib/core/models/qs.d.ts +0 -4
  56. package/lib/core/notifications/alerts.d.ts +0 -10
  57. package/lib/core/notifications/interfaces/notification.d.ts +0 -10
  58. package/lib/core/notifications/services/notification-service.d.ts +0 -15
  59. package/lib/core/performance/stopwatch.d.ts +0 -14
  60. package/lib/core/services/appcontext.service.d.ts +0 -61
  61. package/lib/core/services/browser.service.d.ts +0 -24
  62. package/lib/core/services/dm.service.d.ts +0 -26
  63. package/lib/core/services/google-analytics.service.d.ts +0 -13
  64. package/lib/core/services/idle.service.d.ts +0 -19
  65. package/lib/core/services/loading.service.d.ts +0 -14
  66. package/lib/core/services/script.service.d.ts +0 -13
  67. package/lib/core/services/starter.service.d.ts +0 -16
  68. package/lib/core/services/web-storage.service.d.ts +0 -22
  69. package/lib/core/subs.d.ts +0 -8
  70. package/lib/core/utils/qsutils.d.ts +0 -11
  71. package/lib/core/utils/utils.d.ts +0 -8
  72. package/lib/data/base/api.service.d.ts +0 -20
  73. package/lib/data/base/grid/grid-edit.service.d.ts +0 -16
  74. package/lib/data/base/grid/grid-read.service.d.ts +0 -14
  75. package/lib/data/data.module.d.ts +0 -7
  76. package/lib/data/exports.d.ts +0 -11
  77. package/lib/data/services/billing/currencies-api.service.d.ts +0 -12
  78. package/lib/data/services/billing/currencies-storage.service.d.ts +0 -22
  79. package/lib/data/services/billing/payments-api.service.d.ts +0 -13
  80. package/lib/data/services/billing/promocodes-api.service.d.ts +0 -11
  81. package/lib/data/services/billing/subscriptions-api.service.d.ts +0 -14
  82. package/lib/data/services/billing/transactions-api.service.d.ts +0 -13
  83. package/lib/data/services/core-api.service.d.ts +0 -9
  84. package/lib/data/services/emails-api.service.d.ts +0 -10
  85. package/lib/external/fa.module.d.ts +0 -10
  86. package/lib/external/kendo.module.d.ts +0 -26
  87. package/lib/iam/b2c/b2c.d.ts +0 -4
  88. package/lib/iam/b2c/consts.d.ts +0 -6
  89. package/lib/iam/b2c/index.d.ts +0 -2
  90. package/lib/iam/configs.d.ts +0 -5
  91. package/lib/iam/consts.d.ts +0 -3
  92. package/lib/iam/exports.d.ts +0 -3
  93. package/lib/iam/guards/admin.guard.d.ts +0 -13
  94. package/lib/iam/guards/authentication.guard.d.ts +0 -13
  95. package/lib/iam/guards/index.d.ts +0 -2
  96. package/lib/iam/iam-pages.module.d.ts +0 -11
  97. package/lib/iam/iam-pages.routes.d.ts +0 -6
  98. package/lib/iam/iam.module.d.ts +0 -13
  99. package/lib/iam/pages/signin.page.d.ts +0 -11
  100. package/lib/iam/pages/signout.page.d.ts +0 -11
  101. package/lib/iam/pages/signup.page.d.ts +0 -11
  102. package/lib/iam/redirect.d.ts +0 -3
  103. package/lib/iam/services/auth.service.d.ts +0 -45
  104. package/lib/iam/storage.d.ts +0 -8
  105. package/lib/iam/utils.d.ts +0 -6
  106. package/lib/ui/components/base/components/component.d.ts +0 -25
  107. package/lib/ui/components/base/components/edit.component.d.ts +0 -61
  108. package/lib/ui/components/base/components/enum-edit.component.d.ts +0 -21
  109. package/lib/ui/components/base/dialog.d.ts +0 -19
  110. package/lib/ui/components/base/list.d.ts +0 -27
  111. package/lib/ui/components/base/pages/edit.page.d.ts +0 -6
  112. package/lib/ui/components/base/pages/page.d.ts +0 -6
  113. package/lib/ui/components/base/pages/paged.page.d.ts +0 -18
  114. package/lib/ui/components/card/card-body.component.d.ts +0 -6
  115. package/lib/ui/components/card/card-footer.component.d.ts +0 -6
  116. package/lib/ui/components/card/card-header.component.d.ts +0 -6
  117. package/lib/ui/components/card/card.component.d.ts +0 -6
  118. package/lib/ui/components/check-icon/check-icon.component.d.ts +0 -6
  119. package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +0 -9
  120. package/lib/ui/components/data-grid/control-panel.component.d.ts +0 -34
  121. package/lib/ui/components/datapager/datapager.component.d.ts +0 -21
  122. package/lib/ui/components/dropdownlists/country/country.dropdownlist.d.ts +0 -13
  123. package/lib/ui/components/dropdownlists/language/language.dropdownlist.d.ts +0 -12
  124. package/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.d.ts +0 -8
  125. package/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.d.ts +0 -8
  126. package/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +0 -14
  127. package/lib/ui/components/exports.d.ts +0 -34
  128. package/lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.d.ts +0 -7
  129. package/lib/ui/components/html-editor/base-editor.component.d.ts +0 -20
  130. package/lib/ui/components/html-editor/defaultoptions.d.ts +0 -1
  131. package/lib/ui/components/html-editor/html-editor.component.d.ts +0 -10
  132. package/lib/ui/components/identity/signin-button.component.d.ts +0 -11
  133. package/lib/ui/components/identity/signout-button.component.d.ts +0 -11
  134. package/lib/ui/components/identity/signup-button.component.d.ts +0 -11
  135. package/lib/ui/components/index.d.ts +0 -2
  136. package/lib/ui/components/no-mobile-support/no-mobile-support.component.d.ts +0 -7
  137. package/lib/ui/components/nodata/nodata.component.d.ts +0 -12
  138. package/lib/ui/components/spinners/loading/loading.component.d.ts +0 -12
  139. package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +0 -25
  140. package/lib/ui/components/spinners/pagespinner/spinkits.d.ts +0 -11
  141. package/lib/ui/components/urlslug/urlslug.component.d.ts +0 -18
  142. package/lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.d.ts +0 -8
  143. package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +0 -12
  144. package/lib/ui/dialogs/exports.d.ts +0 -1
  145. package/lib/ui/dialogs/index.d.ts +0 -2
  146. package/lib/ui/directives/exports.d.ts +0 -4
  147. package/lib/ui/directives/hover.directive.d.ts +0 -8
  148. package/lib/ui/directives/index.d.ts +0 -2
  149. package/lib/ui/directives/native-element.directive.d.ts +0 -11
  150. package/lib/ui/directives/replacer/a-replacer.directive.d.ts +0 -11
  151. package/lib/ui/directives/replacer/image-replacer.directive.d.ts +0 -11
  152. package/lib/ui/directives/replacer/replacer.base.directive.d.ts +0 -11
  153. package/lib/ui/exports.d.ts +0 -6
  154. package/lib/ui/forms/components/address/address.component.d.ts +0 -32
  155. package/lib/ui/forms/components/company/company.component.d.ts +0 -18
  156. package/lib/ui/forms/contact-us/contact-us.d.ts +0 -32
  157. package/lib/ui/forms/exports.d.ts +0 -3
  158. package/lib/ui/forms/index.d.ts +0 -2
  159. package/lib/ui/pipes/exports.d.ts +0 -3
  160. package/lib/ui/pipes/filesize.pipe.d.ts +0 -8
  161. package/lib/ui/pipes/index.d.ts +0 -2
  162. package/lib/ui/pipes/replace-text.pipe.d.ts +0 -7
  163. package/lib/ui/pipes/safeHtml.pipe.d.ts +0 -10
  164. package/lib/ui/ui.module.d.ts +0 -50
  165. package/lib/ui/validation/exports.d.ts +0 -3
  166. package/lib/ui/validation/form-validation-summary.component.d.ts +0 -11
  167. package/lib/ui/validation/index.d.ts +0 -2
  168. package/lib/ui/validation/item-validation-summary.component.d.ts +0 -6
  169. package/lib/ui/validation/validation-summary.component.d.ts +0 -11
  170. package/public-api.d.ts +0 -12
@@ -1,8 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { EnumEditComponentBase } from '../../base/components/enum-edit.component';
3
- import * as i0 from "@angular/core";
4
- export declare class ModerationStatusDropdownlist extends EnumEditComponentBase implements OnInit {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ModerationStatusDropdownlist, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ModerationStatusDropdownlist, "anatoly-moderationstatus-dropdownlist", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,8 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { EnumEditComponentBase } from '../../base/components/enum-edit.component';
3
- import * as i0 from "@angular/core";
4
- export declare class PublishStatusDropdownlist extends EnumEditComponentBase implements OnInit {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<PublishStatusDropdownlist, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<PublishStatusDropdownlist, "anatoly-publishstatus-dropdownlist", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,14 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { EditComponentBase } from '../../base/components/edit.component';
3
- import { AppContextService } from '../../../../core/services/appcontext.service';
4
- import * as i0 from "@angular/core";
5
- export declare class TimezoneDropdownlist extends EditComponentBase implements OnInit {
6
- private appContext;
7
- items: any;
8
- disabled: boolean;
9
- constructor(appContext: AppContextService);
10
- ngOnInit(): void;
11
- setValues(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDropdownlist, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-timezone-dropdownlist", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
14
- }
@@ -1,34 +0,0 @@
1
- export * from './base/components/component';
2
- export * from './base/components/edit.component';
3
- export * from './base/components/enum-edit.component';
4
- export * from './base/pages/page';
5
- export * from './base/pages/edit.page';
6
- export * from './base/pages/paged.page';
7
- export * from './base/dialog';
8
- export * from './base/list';
9
- export * from './card/card.component';
10
- export * from './card/card-header.component';
11
- export * from './card/card-body.component';
12
- export * from './card/card-footer.component';
13
- export * from './dropdownlists/country/country.dropdownlist';
14
- export * from './dropdownlists/language/language.dropdownlist';
15
- export * from './dropdownlists/moderationstatus/moderationstatus.dropdownlist';
16
- export * from './dropdownlists/publishstatus/publishstatus.dropdownlist';
17
- export * from './dropdownlists/timezone/timezone.dropdownlist';
18
- export * from './html-editor/defaultoptions';
19
- export * from './html-editor/base-editor.component';
20
- export * from './html-editor/html-editor.component';
21
- export * from './check-icon/check-icon.component';
22
- export * from './data-grid/control-panel.component';
23
- export * from './datapager/datapager.component';
24
- export * from './identity/signin-button.component';
25
- export * from './identity/signout-button.component';
26
- export * from './identity/signup-button.component';
27
- export * from './nodata/nodata.component';
28
- export * from './no-mobile-support/no-mobile-support.component';
29
- export * from './spinners/loading/loading.component';
30
- export * from './spinners/pagespinner/pagespinner.component';
31
- export * from './copy-2-clipboard/copy-2-clipboard.component';
32
- export * from './urlslug/urlslug.component';
33
- export * from './feature-will-be-ready/feature-will-be-ready.component';
34
- export * from './you-agree-to-our-terms/you-agree-to-our-terms.component';
@@ -1,7 +0,0 @@
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,20 +0,0 @@
1
- import { AfterViewInit, OnInit } from "@angular/core";
2
- import { EditComponentBase } from "../base/components/edit.component";
3
- import * as i0 from "@angular/core";
4
- export declare abstract class HtmlEditorComponentBase extends EditComponentBase implements OnInit, AfterViewInit {
5
- protected froalaEditor: any;
6
- options: any;
7
- froalaEditorInitialized: boolean;
8
- afterInitializedActions: any[];
9
- editorOptions: Object;
10
- constructor();
11
- ngOnInit(): void;
12
- ngAfterViewInit(): void;
13
- private onInitialized;
14
- protected getEditor(): any;
15
- doAfterInitialized(action: any): void;
16
- initializeControl(control: any): void;
17
- setUploadParams(uploadType: any, uploadParentId: any): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<HtmlEditorComponentBase, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditorComponentBase, "ng-component", never, { "editorOptions": { "alias": "editorOptions"; "required": false; }; }, {}, never, never, false, never>;
20
- }
@@ -1 +0,0 @@
1
- export declare const DefaultEditorOptions: Object;
@@ -1,10 +0,0 @@
1
- import { HtmlEditorComponentBase } from "./base-editor.component";
2
- import * as i0 from "@angular/core";
3
- export declare class HtmlEditorComponent extends HtmlEditorComponentBase {
4
- constructor();
5
- getHtml(): any;
6
- setHtml(content: any): void;
7
- setFormValueAfterInitialized(name: any, value: any): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<HtmlEditorComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditorComponent, "anatoly-html-editor", never, {}, {}, never, never, false, never>;
10
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from "@angular/core";
2
- import { ComponentBase } from "../base/components/component";
3
- import * as i0 from "@angular/core";
4
- export declare class SignInButtonComponent extends ComponentBase implements OnInit {
5
- url: any;
6
- external: boolean;
7
- qs: string;
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from "@angular/core";
2
- import { ComponentBase } from "../base/components/component";
3
- import * as i0 from "@angular/core";
4
- export declare class SignOutButtonComponent extends ComponentBase implements OnInit {
5
- url: any;
6
- external: boolean;
7
- qs: string;
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from "@angular/core";
2
- import { ComponentBase } from "../base/components/component";
3
- import * as i0 from "@angular/core";
4
- export declare class SignUpButtonComponent extends ComponentBase implements OnInit {
5
- url: any;
6
- external: boolean;
7
- qs: string;
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
11
- }
@@ -1,2 +0,0 @@
1
- import { CardComponent, CheckIconComponent, CountryDropdownlist, LanguageDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CountryDropdownlist | typeof LanguageDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
@@ -1,7 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class NoMobileSupportComponent extends ComponentBase {
4
- logo: any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NoMobileSupportComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<NoMobileSupportComponent, "anatoly-no-mobile-support", never, { "logo": { "alias": "logo"; "required": false; }; }, {}, never, never, false, never>;
7
- }
@@ -1,12 +0,0 @@
1
- import { SizeProp } from '@fortawesome/fontawesome-svg-core';
2
- import * as i0 from "@angular/core";
3
- export declare class NodataComponent {
4
- dataLoading: any;
5
- dataLoaded: any;
6
- dataFound: any;
7
- icon: any;
8
- iconSize: SizeProp;
9
- heading: string;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<NodataComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<NodataComponent, "anatoly-nodata", never, { "dataLoading": { "alias": "dataLoading"; "required": false; }; "dataLoaded": { "alias": "dataLoaded"; "required": false; }; "dataFound": { "alias": "dataFound"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], false, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ComponentBase } from '../../base/components/component';
3
- import { LoadingService } from '../../../../core/services/loading.service';
4
- import * as i0 from "@angular/core";
5
- export declare class LoadingComponent extends ComponentBase implements OnInit {
6
- private loadingService;
7
- show: boolean;
8
- constructor(loadingService: LoadingService);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "anatoly-loading", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,25 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { Router, Event } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class PageSpinnerComponent implements OnDestroy {
5
- private router;
6
- isSpinnerVisible: boolean;
7
- Spinkit: {
8
- skChasingDots: string;
9
- skCubeGrid: string;
10
- skDoubleBounce: string;
11
- skRotatingPlane: string;
12
- skSpinnerPulse: string;
13
- skThreeBounce: string;
14
- skWanderingCubes: string;
15
- skWave: string;
16
- skLine: string;
17
- };
18
- backgroundColor: string;
19
- spinner: string;
20
- constructor(router: Router);
21
- checkRouterEvent(routerEvent: Event): void;
22
- ngOnDestroy(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<PageSpinnerComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<PageSpinnerComponent, "anatoly-pagespinner", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; }, {}, never, never, false, never>;
25
- }
@@ -1,11 +0,0 @@
1
- export declare const Spinkit: {
2
- skChasingDots: string;
3
- skCubeGrid: string;
4
- skDoubleBounce: string;
5
- skRotatingPlane: string;
6
- skSpinnerPulse: string;
7
- skThreeBounce: string;
8
- skWanderingCubes: string;
9
- skWave: string;
10
- skLine: string;
11
- };
@@ -1,18 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { EditComponentBase } from '../../components/base/components/edit.component';
3
- import * as i0 from "@angular/core";
4
- export declare class UrlSlugComponent extends EditComponentBase implements OnInit {
5
- firstValue: boolean;
6
- hrefGo: string;
7
- urlPrefix: string;
8
- isGoButtonVisible: boolean;
9
- watchedControlName: string;
10
- generated: EventEmitter<any>;
11
- constructor();
12
- ngOnInit(): void;
13
- private generateUrlSlug;
14
- private startWatching;
15
- onUrlSlugChange(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<UrlSlugComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-urlslug", never, { "urlPrefix": { "alias": "urlPrefix"; "required": false; }; "isGoButtonVisible": { "alias": "isGoButtonVisible"; "required": false; }; "watchedControlName": { "alias": "watchedControlName"; "required": false; }; }, { "generated": "generated"; }, never, never, false, never>;
18
- }
@@ -1,8 +0,0 @@
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,12 +0,0 @@
1
- import { DialogBase } from '../../components/base/dialog';
2
- import { ContactUsForm } from '../../forms/contact-us/contact-us';
3
- import * as i0 from "@angular/core";
4
- export declare class ContactUsDialog extends DialogBase {
5
- contactUsForm: ContactUsForm;
6
- constructor();
7
- onClose(): void;
8
- onSubmitFire(): void;
9
- onSubmit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsDialog, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsDialog, "anatoly-contactus-dialog", never, {}, {}, never, never, false, never>;
12
- }
@@ -1 +0,0 @@
1
- export * from './contact-us/contact-us.dialog';
@@ -1,2 +0,0 @@
1
- import { ContactUsDialog } from './exports';
2
- export declare const DIALOGS: (typeof ContactUsDialog)[];
@@ -1,4 +0,0 @@
1
- export * from './hover.directive';
2
- export * from './replacer/a-replacer.directive';
3
- export * from './replacer/image-replacer.directive';
4
- export * from './native-element.directive';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class HoveringDirective {
3
- hovering: boolean;
4
- onMouseEnter(): void;
5
- onMouseLeave(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<HoveringDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<HoveringDirective, "[anatoly-hover]", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,2 +0,0 @@
1
- import { HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective } from './exports';
2
- export declare const DIRECTIVES: (typeof HoveringDirective | typeof AReplacerDirective | typeof ImageReplacerDirective | typeof NativeElementDirective)[];
@@ -1,11 +0,0 @@
1
- import { ElementRef, OnInit } from "@angular/core";
2
- import { NgControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class NativeElementDirective implements OnInit {
5
- private el;
6
- private control;
7
- constructor(el: ElementRef<HTMLFormElement>, control: NgControl);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<NativeElementDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<NativeElementDirective, "[formControl], [formControlName]", never, {}, {}, never, never, false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { ReplacerDirectiveBase } from './replacer.base.directive';
3
- import * as i0 from "@angular/core";
4
- export declare class AReplacerDirective extends ReplacerDirectiveBase implements OnInit, OnChanges {
5
- href: string;
6
- ngOnInit(): void;
7
- ngOnChanges(changes: SimpleChanges): void;
8
- private setHref;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AReplacerDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<AReplacerDirective, "a", never, { "href": { "alias": "href"; "required": false; }; }, {}, never, never, false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { ReplacerDirectiveBase } from './replacer.base.directive';
3
- import * as i0 from "@angular/core";
4
- export declare class ImageReplacerDirective extends ReplacerDirectiveBase implements OnInit, OnChanges {
5
- src: string;
6
- ngOnInit(): void;
7
- ngOnChanges(changes: SimpleChanges): void;
8
- private setSrc;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageReplacerDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ImageReplacerDirective, "img", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare abstract class ReplacerDirectiveBase {
4
- private el;
5
- private renderer;
6
- constructor(el: ElementRef, renderer: Renderer2);
7
- protected setUrlAttribute(name: string, url: string): void;
8
- protected setAttribute(name: string, value: string): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ReplacerDirectiveBase, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReplacerDirectiveBase, never, never, {}, {}, never, never, true, never>;
11
- }
@@ -1,6 +0,0 @@
1
- export * from './components/exports';
2
- export * from './dialogs/exports';
3
- export * from './directives/exports';
4
- export * from './forms/exports';
5
- export * from './pipes/exports';
6
- export * from './validation/exports';
@@ -1,32 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { FormBuilder } from '@angular/forms';
3
- import { EditComponentBase } from '../../../components/base/components/edit.component';
4
- import { AppContextService } from '../../../../core/services/appcontext.service';
5
- import * as i0 from "@angular/core";
6
- interface CodeName {
7
- code: string;
8
- name: string;
9
- }
10
- export declare class AddressComponent extends EditComponentBase implements OnInit {
11
- private fb;
12
- private appContext;
13
- private _address;
14
- formGroupGenerated: boolean;
15
- countryData: Array<CodeName>;
16
- usStateData: Array<CodeName>;
17
- currentCountry: string;
18
- currentUSState: string;
19
- get address(): any;
20
- set address(value: any);
21
- change: EventEmitter<any>;
22
- constructor(fb: FormBuilder, appContext: AppContextService);
23
- ngOnInit(): void;
24
- private createFormGroup;
25
- private init;
26
- getAddress(): string;
27
- onCountryChange(event: any): void;
28
- onUSStateChange(event: any): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "anatoly-forms-address", never, { "address": { "alias": "address"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
31
- }
32
- export {};
@@ -1,18 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormBuilder } from '@angular/forms';
3
- import { EditComponentBase } from '../../../components/exports';
4
- import * as i0 from "@angular/core";
5
- export declare class CompanyComponent extends EditComponentBase implements OnInit {
6
- private fb;
7
- private _company;
8
- formGroupGenerated: boolean;
9
- get company(): any;
10
- set company(value: any);
11
- constructor(fb: FormBuilder);
12
- ngOnInit(): void;
13
- private createFormGroup;
14
- private init;
15
- getCompany(): string;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<CompanyComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CompanyComponent, "anatoly-forms-company", never, { "company": { "alias": "company"; "required": false; }; }, {}, never, never, false, never>;
18
- }
@@ -1,32 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { FormBuilder } from '@angular/forms';
3
- import { ReCaptchaV3Service } from 'ngx-captcha';
4
- import { AppContextService } from "../../../core/services/appcontext.service";
5
- import { NotificationService } from "../../../core/notifications/services/notification-service";
6
- import { EmailsApiService } from '../../../data/services/emails-api.service';
7
- import { EditComponentBase } from "../../components/base/components/edit.component";
8
- import * as i0 from "@angular/core";
9
- export declare class ContactUsForm extends EditComponentBase implements OnInit {
10
- private reCaptcha;
11
- private fb;
12
- private appContext;
13
- private api;
14
- private notificationService;
15
- isUserSignedIn: boolean;
16
- reCaptchaSiteKey: any;
17
- selectedTopic: any;
18
- topicList: {
19
- value: string;
20
- }[];
21
- showActionButtons: boolean;
22
- submit: EventEmitter<any>;
23
- constructor(reCaptcha: ReCaptchaV3Service, fb: FormBuilder, appContext: AppContextService, api: EmailsApiService, notificationService: NotificationService);
24
- ngOnInit(): void;
25
- createFormGroup(): void;
26
- isValid(): boolean;
27
- contactUs(): void;
28
- onSubmit(): void;
29
- onTopicChange(event: any): void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsForm, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsForm, "anatoly-forms-contactus-form", never, { "showActionButtons": { "alias": "showActionButtons"; "required": false; }; }, { "submit": "submit"; }, never, never, false, never>;
32
- }
@@ -1,3 +0,0 @@
1
- export * from './components/address/address.component';
2
- export * from './components/company/company.component';
3
- export * from './contact-us/contact-us';
@@ -1,2 +0,0 @@
1
- import { AddressComponent, CompanyComponent, ContactUsForm } from './exports';
2
- export declare const FORMS: (typeof ContactUsForm | typeof AddressComponent | typeof CompanyComponent)[];
@@ -1,3 +0,0 @@
1
- export * from './filesize.pipe';
2
- export * from './replace-text.pipe';
3
- export * from './safeHtml.pipe';
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FileSizePipe implements PipeTransform {
4
- private units;
5
- transform(bytes?: number, precision?: number): string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<FileSizePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<FileSizePipe, "filesize", false>;
8
- }
@@ -1,2 +0,0 @@
1
- import { SafeHtmlPipe, ReplaceTextPipe, FileSizePipe } from './exports';
2
- export declare const PIPES: (typeof FileSizePipe | typeof ReplaceTextPipe | typeof SafeHtmlPipe)[];
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class ReplaceTextPipe implements PipeTransform {
4
- transform(inputData: string, search: string, replacement: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceTextPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceTextPipe, "replaceText", false>;
7
- }
@@ -1,10 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class SafeHtmlPipe implements PipeTransform {
5
- private sanitized;
6
- constructor(sanitized: DomSanitizer);
7
- transform(value: any): import("@angular/platform-browser").SafeHtml;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
10
- }
@@ -1,50 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/card/card.component";
3
- import * as i2 from "./components/card/card-header.component";
4
- import * as i3 from "./components/card/card-body.component";
5
- import * as i4 from "./components/card/card-footer.component";
6
- import * as i5 from "./components/check-icon/check-icon.component";
7
- import * as i6 from "./components/copy-2-clipboard/copy-2-clipboard.component";
8
- import * as i7 from "./components/data-grid/control-panel.component";
9
- import * as i8 from "./components/datapager/datapager.component";
10
- import * as i9 from "./components/dropdownlists/country/country.dropdownlist";
11
- import * as i10 from "./components/dropdownlists/language/language.dropdownlist";
12
- import * as i11 from "./components/dropdownlists/moderationstatus/moderationstatus.dropdownlist";
13
- import * as i12 from "./components/dropdownlists/publishstatus/publishstatus.dropdownlist";
14
- import * as i13 from "./components/dropdownlists/timezone/timezone.dropdownlist";
15
- import * as i14 from "./components/html-editor/html-editor.component";
16
- import * as i15 from "./components/identity/signin-button.component";
17
- import * as i16 from "./components/identity/signup-button.component";
18
- import * as i17 from "./components/identity/signout-button.component";
19
- import * as i18 from "./components/nodata/nodata.component";
20
- import * as i19 from "./components/no-mobile-support/no-mobile-support.component";
21
- import * as i20 from "./components/spinners/pagespinner/pagespinner.component";
22
- import * as i21 from "./components/spinners/loading/loading.component";
23
- import * as i22 from "./components/urlslug/urlslug.component";
24
- import * as i23 from "./components/feature-will-be-ready/feature-will-be-ready.component";
25
- import * as i24 from "./components/you-agree-to-our-terms/you-agree-to-our-terms.component";
26
- import * as i25 from "./dialogs/contact-us/contact-us.dialog";
27
- import * as i26 from "./directives/hover.directive";
28
- import * as i27 from "./directives/replacer/a-replacer.directive";
29
- import * as i28 from "./directives/replacer/image-replacer.directive";
30
- import * as i29 from "./directives/native-element.directive";
31
- import * as i30 from "./forms/components/address/address.component";
32
- import * as i31 from "./forms/components/company/company.component";
33
- import * as i32 from "./forms/contact-us/contact-us";
34
- import * as i33 from "./pipes/safeHtml.pipe";
35
- import * as i34 from "./pipes/replace-text.pipe";
36
- import * as i35 from "./pipes/filesize.pipe";
37
- import * as i36 from "./validation/form-validation-summary.component";
38
- import * as i37 from "./validation/item-validation-summary.component";
39
- import * as i38 from "@angular/common";
40
- import * as i39 from "@angular/router";
41
- import * as i40 from "@angular/forms";
42
- import * as i41 from "ngx-captcha";
43
- import * as i42 from "angular-froala-wysiwyg";
44
- import * as i43 from "../external/fa.module";
45
- import * as i44 from "../external/kendo.module";
46
- export declare class AnatolyUIModule {
47
- static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyUIModule, never>;
48
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyUIModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardBodyComponent, typeof i4.CardFooterComponent, typeof i5.CheckIconComponent, typeof i6.Copy2ClipboardComponent, typeof i7.ControlPanelComponent, typeof i8.DataPagerComponent, typeof i9.CountryDropdownlist, typeof i10.LanguageDropdownlist, typeof i11.ModerationStatusDropdownlist, typeof i12.PublishStatusDropdownlist, typeof i13.TimezoneDropdownlist, typeof i14.HtmlEditorComponent, typeof i15.SignInButtonComponent, typeof i16.SignUpButtonComponent, typeof i17.SignOutButtonComponent, typeof i18.NodataComponent, typeof i19.NoMobileSupportComponent, typeof i20.PageSpinnerComponent, typeof i21.LoadingComponent, typeof i22.UrlSlugComponent, typeof i23.FeatureWillBeReadyComponent, typeof i24.YouAgreeToOurTermsComponent, typeof i25.ContactUsDialog, typeof i26.HoveringDirective, typeof i27.AReplacerDirective, typeof i28.ImageReplacerDirective, typeof i29.NativeElementDirective, typeof i30.AddressComponent, typeof i31.CompanyComponent, typeof i32.ContactUsForm, typeof i33.SafeHtmlPipe, typeof i34.ReplaceTextPipe, typeof i35.FileSizePipe, typeof i36.FormValidationSummaryComponent, typeof i37.ItemValidationSummaryComponent], [typeof i38.CommonModule, typeof i39.RouterModule, typeof i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.NgxCaptchaModule, typeof i42.FERootModule, typeof i43.FaModule, typeof i44.KendoModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardBodyComponent, typeof i4.CardFooterComponent, typeof i5.CheckIconComponent, typeof i6.Copy2ClipboardComponent, typeof i7.ControlPanelComponent, typeof i8.DataPagerComponent, typeof i9.CountryDropdownlist, typeof i10.LanguageDropdownlist, typeof i11.ModerationStatusDropdownlist, typeof i12.PublishStatusDropdownlist, typeof i13.TimezoneDropdownlist, typeof i14.HtmlEditorComponent, typeof i15.SignInButtonComponent, typeof i16.SignUpButtonComponent, typeof i17.SignOutButtonComponent, typeof i18.NodataComponent, typeof i19.NoMobileSupportComponent, typeof i20.PageSpinnerComponent, typeof i21.LoadingComponent, typeof i22.UrlSlugComponent, typeof i23.FeatureWillBeReadyComponent, typeof i24.YouAgreeToOurTermsComponent, typeof i25.ContactUsDialog, typeof i26.HoveringDirective, typeof i27.AReplacerDirective, typeof i28.ImageReplacerDirective, typeof i29.NativeElementDirective, typeof i30.AddressComponent, typeof i31.CompanyComponent, typeof i32.ContactUsForm, typeof i33.SafeHtmlPipe, typeof i34.ReplaceTextPipe, typeof i35.FileSizePipe, typeof i36.FormValidationSummaryComponent, typeof i37.ItemValidationSummaryComponent]>;
49
- static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyUIModule>;
50
- }
@@ -1,3 +0,0 @@
1
- export * from './form-validation-summary.component';
2
- export * from './item-validation-summary.component';
3
- export * from './validation-summary.component';
@@ -1,11 +0,0 @@
1
- import { ValidationSummaryComponent } from "./validation-summary.component";
2
- import * as i0 from "@angular/core";
3
- export declare class FormValidationSummaryComponent extends ValidationSummaryComponent {
4
- visible: boolean;
5
- customerrors: string[];
6
- viewtype: number;
7
- constructor();
8
- getErrors(): any[];
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FormValidationSummaryComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<FormValidationSummaryComponent, "anatoly-form-validation-summary", never, { "visible": { "alias": "visible"; "required": false; }; "customerrors": { "alias": "customerrors"; "required": false; }; "viewtype": { "alias": "viewtype"; "required": false; }; }, {}, never, never, false, never>;
11
- }
@@ -1,2 +0,0 @@
1
- import { ItemValidationSummaryComponent } from './exports';
2
- export declare const VALIDATION_COMPONENTS: (typeof ItemValidationSummaryComponent)[];
@@ -1,6 +0,0 @@
1
- import { ValidationSummaryComponent } from "./validation-summary.component";
2
- import * as i0 from "@angular/core";
3
- export declare class ItemValidationSummaryComponent extends ValidationSummaryComponent {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ItemValidationSummaryComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,11 +0,0 @@
1
- import { EditComponentBase } from "../components/base/components/edit.component";
2
- import * as i0 from "@angular/core";
3
- export declare abstract class ValidationSummaryComponent extends EditComponentBase {
4
- constructor();
5
- private getControlTitle;
6
- private getTitleAttribute;
7
- getFormValidationMessages(): string[];
8
- getValidationMessages(control: any, name?: string, title?: string): string[];
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ValidationSummaryComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ValidationSummaryComponent, "ng-component", never, {}, {}, never, never, false, never>;
11
- }
package/public-api.d.ts DELETED
@@ -1,12 +0,0 @@
1
- export * from './lib/billing/exports';
2
- export * from './lib/core/exports';
3
- export * from './lib/data/exports';
4
- export * from './lib/iam/exports';
5
- export * from './lib/ui/exports';
6
- export * from './lib/core/core.module';
7
- export * from './lib/data/data.module';
8
- export * from './lib/iam/iam.module';
9
- export * from './lib/iam/iam-pages.module';
10
- export * from './lib/billing/billing.module';
11
- export * from './lib/ui/ui.module';
12
- export * from './lib/anatoly.module';