@osovitny/anatoly 2.14.107 → 2.15.1
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/esm2020/lib/anatoly.module.mjs +25 -24
- package/esm2020/lib/core/core.module.mjs +36 -35
- package/esm2020/lib/core/go/base-go.service.mjs +6 -6
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +6 -6
- package/esm2020/lib/core/localization/localization.module.mjs +22 -21
- package/esm2020/lib/core/localization/localization.service.mjs +9 -9
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +22 -21
- package/esm2020/lib/core/localization/localize.pipe.mjs +9 -9
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +6 -6
- package/esm2020/lib/core/logging/logging.service.mjs +9 -9
- package/esm2020/lib/core/notifications/services/notification-service.mjs +7 -7
- package/esm2020/lib/core/services/appcontext.service.mjs +6 -6
- package/esm2020/lib/core/services/dm.service.mjs +12 -12
- package/esm2020/lib/core/services/google-analytics.service.mjs +6 -6
- package/esm2020/lib/core/services/idle.service.mjs +9 -9
- package/esm2020/lib/core/services/loading.service.mjs +9 -9
- package/esm2020/lib/core/services/web-storage.service.mjs +11 -11
- package/esm2020/lib/core/utils.mjs +4 -1
- package/esm2020/lib/data/base/base-api.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +6 -6
- package/esm2020/lib/data/data.module.mjs +17 -16
- package/esm2020/lib/data/services/core-api.service.mjs +6 -6
- package/esm2020/lib/data/services/emails-api.service.mjs +6 -6
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +9 -9
- package/esm2020/lib/ui/components/base/base-edit.component.mjs +13 -13
- package/esm2020/lib/ui/components/base/base.component.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.dialog.mjs +22 -22
- package/esm2020/lib/ui/components/base/base.list.mjs +11 -11
- package/esm2020/lib/ui/components/base/base.page.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.paged.page.mjs +9 -9
- package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
- package/esm2020/lib/ui/components/card/card-body.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-footer.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-header.component.mjs +31 -11
- package/esm2020/lib/ui/components/card/card.component.mjs +21 -9
- package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
- package/esm2020/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
- package/esm2020/lib/ui/components/datapager/datapager.component.mjs +37 -30
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/nodata/nodata.component.mjs +38 -17
- package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
- package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
- package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
- package/esm2020/lib/ui/directives/native-element.directive.mjs +9 -9
- package/esm2020/lib/ui/external/fa.module.mjs +18 -17
- package/esm2020/lib/ui/external/kendo.module.mjs +40 -32
- package/esm2020/lib/ui/forms/components/address/address.component.mjs +132 -26
- package/esm2020/lib/ui/forms/components/company/company.component.mjs +72 -21
- package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
- package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +120 -14
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
- package/esm2020/lib/ui/ui.module.mjs +34 -33
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +38 -13
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +33 -11
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +9 -9
- package/fesm2015/osovitny-anatoly.mjs +1439 -431
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +1436 -739
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/utils.d.ts +1 -0
- package/lib/ui/components/base/base-edit.component.d.ts +1 -1
- package/lib/ui/components/base/base.component.d.ts +1 -1
- package/lib/ui/components/base/base.dialog.d.ts +1 -1
- package/lib/ui/components/base/base.list.d.ts +1 -1
- package/lib/ui/components/base/base.page.d.ts +1 -1
- package/lib/ui/components/base/base.paged.page.d.ts +1 -1
- package/lib/ui/components/billing/buyaccess-button.component.d.ts +1 -1
- package/lib/ui/components/billing/subscribe-plan-button.component.d.ts +1 -1
- package/lib/ui/components/card/card-body.component.d.ts +1 -1
- package/lib/ui/components/card/card-footer.component.d.ts +1 -1
- package/lib/ui/components/card/card-header.component.d.ts +1 -1
- package/lib/ui/components/card/card.component.d.ts +1 -1
- package/lib/ui/components/check-icon/check-icon.component.d.ts +1 -1
- package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +1 -1
- package/lib/ui/components/datapager/datapager.component.d.ts +1 -1
- package/lib/ui/components/html-editor/base-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/html-editor.component.d.ts +1 -1
- package/lib/ui/components/identity/signin-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signout-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signup-button.component.d.ts +1 -1
- package/lib/ui/components/nodata/nodata.component.d.ts +1 -1
- package/lib/ui/components/spinners/loading/loading.component.d.ts +1 -1
- package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +1 -1
- package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +1 -1
- package/lib/ui/directives/native-element.directive.d.ts +1 -1
- package/lib/ui/external/kendo.module.d.ts +2 -1
- package/lib/ui/forms/components/address/address.component.d.ts +1 -1
- package/lib/ui/forms/components/company/company.component.d.ts +1 -1
- package/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +1 -1
- package/lib/ui/forms/components/urlslug/urlslug.component.d.ts +1 -1
- package/lib/ui/forms/contact-us/contact-us.d.ts +1 -1
- package/lib/ui/validation/form-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/item-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/validation-summary.component.d.ts +1 -1
- package/package.json +4 -4
package/lib/core/utils.d.ts
CHANGED
|
@@ -5,4 +5,5 @@ export declare class Utils {
|
|
|
5
5
|
static downloadFile(name: string, url: string): void;
|
|
6
6
|
static downloadBlobFile(value: Blob, fileName: string): void;
|
|
7
7
|
static slugify(text: string, prefix?: string, postfix?: string): string;
|
|
8
|
+
generateRandomInteger: (start: number, end: number) => number;
|
|
8
9
|
}
|
|
@@ -53,5 +53,5 @@ export declare abstract class BaseEditComponent extends BaseComponent {
|
|
|
53
53
|
[key: string]: AbstractControl<any, any>;
|
|
54
54
|
};
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseEditComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseEditComponent, "ng-component", never, { "formGroup": "formGroup"; "formSubmitted": "formSubmitted"; }, {}, never, never, false>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseEditComponent, "ng-component", never, { "formGroup": "formGroup"; "formSubmitted": "formSubmitted"; }, {}, never, never, false, never>;
|
|
57
57
|
}
|
|
@@ -13,5 +13,5 @@ export declare abstract class BaseComponent implements OnDestroy {
|
|
|
13
13
|
dataLoadedAndNothingFound(): void;
|
|
14
14
|
dataLoadedAndFound(found?: boolean): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare abstract class BaseDialog extends BaseEditComponent {
|
|
|
13
13
|
close(returnValue?: any): void;
|
|
14
14
|
cancel(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseDialog, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseDialog, "ng-component", never, { "isOpen": "isOpen"; }, { "opened": "opened"; "closed": "closed"; }, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseDialog, "ng-component", never, { "isOpen": "isOpen"; }, { "opened": "opened"; "closed": "closed"; }, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -15,5 +15,5 @@ export declare abstract class BaseList extends BaseComponent {
|
|
|
15
15
|
toIndex(index: any): any;
|
|
16
16
|
onPageChange(e: any): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseList, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseList, "ng-component", never, { "showNoDataIfNoDataFound": "showNoDataIfNoDataFound"; }, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseList, "ng-component", never, { "showNoDataIfNoDataFound": "showNoDataIfNoDataFound"; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -2,5 +2,5 @@ import { BaseComponent } from "./base.component";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare abstract class BasePage extends BaseComponent {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasePage, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasePage, "ng-component", never, {}, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasePage, "ng-component", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -14,5 +14,5 @@ export declare abstract class BasePagedPage extends BasePage {
|
|
|
14
14
|
toIndex(index: any): any;
|
|
15
15
|
onPageChange(e: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasePagedPage, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasePagedPage, "ng-component", never, {}, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasePagedPage, "ng-component", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -15,5 +15,5 @@ export declare class BuyAccessButtonComponent implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
onPlanSelect(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BuyAccessButtonComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BuyAccessButtonComponent, "anatoly-buyaccess-button", never, { "plan": "plan"; "planTitle": "planTitle"; "visibleIfUserSignedIn": "visibleIfUserSignedIn"; }, { "planselect": "planselect"; }, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BuyAccessButtonComponent, "anatoly-buyaccess-button", never, { "plan": "plan"; "planTitle": "planTitle"; "visibleIfUserSignedIn": "visibleIfUserSignedIn"; }, { "planselect": "planselect"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -17,5 +17,5 @@ export declare class SubscribePlanButtonComponent implements OnInit {
|
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
onPlanSelect(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubscribePlanButtonComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-subscribe-plan-button", never, { "plan": "plan"; "planTitle": "planTitle"; "visibleIfUserSignedIn": "visibleIfUserSignedIn"; }, { "planselect": "planselect"; }, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-subscribe-plan-button", never, { "plan": "plan"; "planTitle": "planTitle"; "visibleIfUserSignedIn": "visibleIfUserSignedIn"; }, { "planselect": "planselect"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardBodyComponent {
|
|
3
3
|
classes: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "anatoly-card-body", never, { "classes": "classes"; }, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "anatoly-card-body", never, { "classes": "classes"; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardFooterComponent {
|
|
3
3
|
classes: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "anatoly-card-footer", never, { "classes": "classes"; }, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "anatoly-card-footer", never, { "classes": "classes"; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -3,5 +3,5 @@ export declare class CardHeaderComponent {
|
|
|
3
3
|
classes: string;
|
|
4
4
|
title: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "anatoly-card-header", never, { "classes": "classes"; "title": "title"; }, {}, never, ["*"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "anatoly-card-header", never, { "classes": "classes"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardComponent {
|
|
3
3
|
classes: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "anatoly-card", never, { "classes": "classes"; }, {}, never, ["mex-card-header", "mex-card-body", "*", "mex-card-footer"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "anatoly-card", never, { "classes": "classes"; }, {}, never, ["mex-card-header", "mex-card-body", "*", "mex-card-footer"], false, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CheckIconComponent {
|
|
3
3
|
checked: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckIconComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckIconComponent, "anatoly-check-icon", never, { "checked": "checked"; }, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckIconComponent, "anatoly-check-icon", never, { "checked": "checked"; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -4,5 +4,5 @@ export declare class Copy2ClipboardComponent {
|
|
|
4
4
|
text: string;
|
|
5
5
|
onCopy2Clipboard(event: any): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<Copy2ClipboardComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Copy2ClipboardComponent, "anatoly-copy-2-clipboard", never, { "tooltip": "tooltip"; "text": "text"; }, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Copy2ClipboardComponent, "anatoly-copy-2-clipboard", never, { "tooltip": "tooltip"; "text": "text"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -17,5 +17,5 @@ export declare class DatapagerComponent implements OnInit {
|
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
onPageChange(e: any): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatapagerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatapagerComponent, "anatoly-datapager", never, { "totalItems": "totalItems"; "pageSize": "pageSize"; "skipItems": "skipItems"; "pageSizeDivisor": "pageSizeDivisor"; "pageSizeMax": "pageSizeMax"; "width": "width"; }, { "pageChange": "pageChange"; }, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatapagerComponent, "anatoly-datapager", never, { "totalItems": "totalItems"; "pageSize": "pageSize"; "skipItems": "skipItems"; "pageSizeDivisor": "pageSizeDivisor"; "pageSizeMax": "pageSizeMax"; "width": "width"; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare abstract class BaseHtmlEditorComponent extends BaseEditComponent
|
|
|
17
17
|
initializeControl(control: any): void;
|
|
18
18
|
setUploadParams(uploadType: any, uploadParentId: any): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseHtmlEditorComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseHtmlEditorComponent, "ng-component", never, { "editorLabelText": "editorLabelText"; "editorOptions": "editorOptions"; }, {}, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseHtmlEditorComponent, "ng-component", never, { "editorLabelText": "editorLabelText"; "editorOptions": "editorOptions"; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
5
5
|
constructor();
|
|
6
6
|
setFormValueAfterInitialized(name: any, value: any): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormsHtmlEditorComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormsHtmlEditorComponent, "anatoly-forms-html-editor", never, { "editorFormKey": "editorFormKey"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormsHtmlEditorComponent, "anatoly-forms-html-editor", never, { "editorFormKey": "editorFormKey"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
5
5
|
setHtml(content: any): void;
|
|
6
6
|
getHtml(): any;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlEditorComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditorComponent, "anatoly-html-editor", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditorComponent, "anatoly-html-editor", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SignInButtonComponent {
|
|
|
3
3
|
classbtn: string;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "classbtn": "classbtn"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "classbtn": "classbtn"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SignOutButtonComponent {
|
|
|
3
3
|
classbtn: string;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "classbtn": "classbtn"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "classbtn": "classbtn"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class SignUpButtonComponent {
|
|
3
3
|
classbtn: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "classbtn": "classbtn"; }, {}, never, never, false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "classbtn": "classbtn"; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NodataComponent {
|
|
|
7
7
|
headingClass: string;
|
|
8
8
|
constructor();
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodataComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodataComponent, "anatoly-nodata", never, { "dataLoading": "dataLoading"; "dataLoaded": "dataLoaded"; "dataFound": "dataFound"; "heading": "heading"; "headingClass": "headingClass"; }, {}, never, ["*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NodataComponent, "anatoly-nodata", never, { "dataLoading": "dataLoading"; "dataLoaded": "dataLoaded"; "dataFound": "dataFound"; "heading": "heading"; "headingClass": "headingClass"; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class LoadingComponent implements OnInit, OnDestroy {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
ngOnDestroy(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "anatoly-loading", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "anatoly-loading", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -21,5 +21,5 @@ export declare class PageSpinnerComponent implements OnDestroy {
|
|
|
21
21
|
checkRouterEvent(routerEvent: Event): void;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageSpinnerComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageSpinnerComponent, "anatoly-pagespinner", never, { "backgroundColor": "backgroundColor"; "spinner": "spinner"; }, {}, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageSpinnerComponent, "anatoly-pagespinner", never, { "backgroundColor": "backgroundColor"; "spinner": "spinner"; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ContactUsDialog extends BaseDialog {
|
|
|
8
8
|
onSubmitFire(): void;
|
|
9
9
|
onSubmit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsDialog, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsDialog, "anatoly-contactus-dialog", never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsDialog, "anatoly-contactus-dialog", never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NativeElementDirective implements OnInit {
|
|
|
7
7
|
constructor(el: ElementRef<HTMLFormElement>, control: NgControl);
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NativeElementDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NativeElementDirective, "[formControl], [formControlName]", never, {}, {}, never, never, false>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NativeElementDirective, "[formControl], [formControlName]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "@progress/kendo-angular-inputs";
|
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-pager";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-treeview";
|
|
9
9
|
import * as i8 from "@progress/kendo-angular-tooltip";
|
|
10
|
+
import * as i9 from "@progress/kendo-angular-icons";
|
|
10
11
|
export declare class KendoModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KendoModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, never, [typeof i1.CommonModule, typeof i2.ButtonsModule, typeof i3.DialogsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.PagerModule, typeof i7.TreeViewModule, typeof i8.TooltipsModule], [typeof i2.ButtonsModule, typeof i3.DialogsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.PagerModule, typeof i7.TreeViewModule, typeof i8.TooltipsModule]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, never, [typeof i1.CommonModule, typeof i2.ButtonsModule, typeof i3.DialogsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.PagerModule, typeof i7.TreeViewModule, typeof i8.TooltipsModule, typeof i9.IconsModule], [typeof i2.ButtonsModule, typeof i3.DialogsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.PagerModule, typeof i7.TreeViewModule, typeof i8.TooltipsModule, typeof i9.IconsModule]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<KendoModule>;
|
|
14
15
|
}
|
|
@@ -30,6 +30,6 @@ export declare class AddressComponent extends BaseEditComponent implements OnIni
|
|
|
30
30
|
onCountryChange(event: any): void;
|
|
31
31
|
onUSStateChange(event: any): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "anatoly-forms-address", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "isRequired": "isRequired"; "address": "address"; }, { "change": "change"; }, never, never, false>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "anatoly-forms-address", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "isRequired": "isRequired"; "address": "address"; }, { "change": "change"; }, never, never, false, never>;
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -16,5 +16,5 @@ export declare class CompanyComponent extends BaseEditComponent implements OnIni
|
|
|
16
16
|
private init;
|
|
17
17
|
getCompany(): string;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompanyComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyComponent, "anatoly-forms-company", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "company": "company"; }, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyComponent, "anatoly-forms-company", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "company": "company"; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -21,6 +21,6 @@ export declare class TimezoneDropdownlist extends BaseEditComponent implements O
|
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
setValues(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDropdownlist, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-forms-timezone-dropdownlist", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "controlName": "controlName"; "controlTitle": "controlTitle"; }, {}, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-forms-timezone-dropdownlist", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "controlName": "controlName"; "controlTitle": "controlTitle"; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -19,5 +19,5 @@ export declare class UrlSlugComponent extends BaseEditComponent implements OnIni
|
|
|
19
19
|
private startWatching;
|
|
20
20
|
onUrlSlugChange(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<UrlSlugComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-forms-urlslug", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "controlName": "controlName"; "controlTitle": "controlTitle"; "class": "class"; "watchedControlName": "watchedControlName"; "urlPrefix": "urlPrefix"; "isGoButtonVisible": "isGoButtonVisible"; }, { "generating": "generating"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-forms-urlslug", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "controlName": "controlName"; "controlTitle": "controlTitle"; "class": "class"; "watchedControlName": "watchedControlName"; "urlPrefix": "urlPrefix"; "isGoButtonVisible": "isGoButtonVisible"; }, { "generating": "generating"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ContactUsForm extends BaseEditComponent implements OnInit {
|
|
|
29
29
|
onSubmit(): void;
|
|
30
30
|
onTopicChange(event: any): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsForm, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsForm, "anatoly-forms-contactus-form", never, { "showActionButtons": "showActionButtons"; }, { "submit": "submit"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsForm, "anatoly-forms-contactus-form", never, { "showActionButtons": "showActionButtons"; }, { "submit": "submit"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -7,5 +7,5 @@ export declare class FormValidationSummaryComponent extends ValidationSummaryCom
|
|
|
7
7
|
constructor();
|
|
8
8
|
getErrors(): any[];
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormValidationSummaryComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormValidationSummaryComponent, "anatoly-form-validation-summary", never, { "visible": "visible"; "customerrors": "customerrors"; "viewtype": "viewtype"; }, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormValidationSummaryComponent, "anatoly-form-validation-summary", never, { "visible": "visible"; "customerrors": "customerrors"; "viewtype": "viewtype"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ItemValidationSummaryComponent extends ValidationSummaryCom
|
|
|
5
5
|
controlTitle: string;
|
|
6
6
|
constructor();
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemValidationSummaryComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, { "controlName": "controlName"; "controlTitle": "controlTitle"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, { "controlName": "controlName"; "controlTitle": "controlTitle"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -20,5 +20,5 @@ export declare abstract class ValidationSummaryComponent extends BaseEditCompone
|
|
|
20
20
|
*/
|
|
21
21
|
getTitleAttribute(nativeElement: HTMLFormElement): string;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationSummaryComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationSummaryComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationSummaryComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osovitny/anatoly",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "15.1.5",
|
|
6
|
+
"@angular/core": "15.1.5"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"tslib": "2.
|
|
9
|
+
"tslib": "2.5.0"
|
|
10
10
|
},
|
|
11
11
|
"module": "fesm2015/osovitny-anatoly.mjs",
|
|
12
12
|
"es2020": "fesm2020/osovitny-anatoly.mjs",
|