@osovitny/anatoly 2.14.11 → 2.14.12
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/ui/components/spinners/loading/loading.component.mjs +49 -0
- package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +61 -0
- package/esm2020/lib/ui/components/spinners/pagespinner/spinkits.mjs +12 -0
- package/esm2020/lib/ui/ui.module.mjs +25 -11
- package/esm2020/public-api.mjs +5 -4
- package/fesm2015/osovitny-anatoly.mjs +61 -49
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +61 -49
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/ui/components/{loading → spinners/loading}/loading.component.d.ts +1 -1
- package/lib/ui/components/{spinner/spinner.component.d.ts → spinners/pagespinner/pagespinner.component.d.ts} +3 -3
- package/lib/ui/ui.module.d.ts +4 -4
- package/package.json +1 -1
- package/public-api.d.ts +2 -2
- package/esm2020/lib/ui/components/loading/loading.component.mjs +0 -49
- package/esm2020/lib/ui/components/spinner/spinkits.mjs +0 -12
- package/esm2020/lib/ui/components/spinner/spinner.component.mjs +0 -61
- /package/lib/ui/components/{spinner → spinners/pagespinner}/spinkits.d.ts +0 -0
|
@@ -2948,6 +2948,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
2948
2948
|
type: Input
|
|
2949
2949
|
}] } });
|
|
2950
2950
|
|
|
2951
|
+
/*
|
|
2952
|
+
<file>
|
|
2953
|
+
Project:
|
|
2954
|
+
@osovitny/anatoly
|
|
2955
|
+
|
|
2956
|
+
Authors:
|
|
2957
|
+
Vadim Osovitny
|
|
2958
|
+
Anatoly Osovitny
|
|
2959
|
+
|
|
2960
|
+
Created:
|
|
2961
|
+
29 Jul 2022
|
|
2962
|
+
|
|
2963
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2964
|
+
</file>
|
|
2965
|
+
*/
|
|
2966
|
+
class NodataComponent {
|
|
2967
|
+
constructor() {
|
|
2968
|
+
this.icon = 'fas fa-cubes fa-w-16 fa-9x';
|
|
2969
|
+
this.heading = 'No data found';
|
|
2970
|
+
this.headingClass = 'text-uppercase text-primary';
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2974
|
+
NodataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: NodataComponent, selector: "anatoly-nodata", inputs: { icon: "icon", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\">\r\n <div class=\"text-center\">\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" });
|
|
2975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
|
|
2976
|
+
type: Component,
|
|
2977
|
+
args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\">\r\n <div class=\"text-center\">\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
|
|
2978
|
+
}], propDecorators: { icon: [{
|
|
2979
|
+
type: Input
|
|
2980
|
+
}], heading: [{
|
|
2981
|
+
type: Input
|
|
2982
|
+
}], headingClass: [{
|
|
2983
|
+
type: Input
|
|
2984
|
+
}] } });
|
|
2985
|
+
|
|
2951
2986
|
/*
|
|
2952
2987
|
<file>
|
|
2953
2988
|
Project:
|
|
@@ -3017,7 +3052,7 @@ const Spinkit = {
|
|
|
3017
3052
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3018
3053
|
</file>
|
|
3019
3054
|
*/
|
|
3020
|
-
class
|
|
3055
|
+
class PageSpinnerComponent {
|
|
3021
3056
|
constructor(router, document) {
|
|
3022
3057
|
this.router = router;
|
|
3023
3058
|
this.document = document;
|
|
@@ -3040,11 +3075,11 @@ class SpinnerComponent {
|
|
|
3040
3075
|
this.isSpinnerVisible = false;
|
|
3041
3076
|
}
|
|
3042
3077
|
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type:
|
|
3078
|
+
PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
3079
|
+
PageSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: PageSpinnerComponent, selector: "anatoly-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
|
|
3046
3081
|
type: Component,
|
|
3047
|
-
args: [{ selector: 'anatoly-
|
|
3082
|
+
args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
3048
3083
|
}], ctorParameters: function () { return [{ type: i1.Router }, { type: Document, decorators: [{
|
|
3049
3084
|
type: Inject,
|
|
3050
3085
|
args: [DOCUMENT]
|
|
@@ -3054,41 +3089,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3054
3089
|
type: Input
|
|
3055
3090
|
}] } });
|
|
3056
3091
|
|
|
3057
|
-
/*
|
|
3058
|
-
<file>
|
|
3059
|
-
Project:
|
|
3060
|
-
@osovitny/anatoly
|
|
3061
|
-
|
|
3062
|
-
Authors:
|
|
3063
|
-
Vadim Osovitny
|
|
3064
|
-
Anatoly Osovitny
|
|
3065
|
-
|
|
3066
|
-
Created:
|
|
3067
|
-
29 Jul 2022
|
|
3068
|
-
|
|
3069
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3070
|
-
</file>
|
|
3071
|
-
*/
|
|
3072
|
-
class NodataComponent {
|
|
3073
|
-
constructor() {
|
|
3074
|
-
this.icon = 'fas fa-cubes fa-w-16 fa-9x';
|
|
3075
|
-
this.heading = 'No data found';
|
|
3076
|
-
this.headingClass = 'text-uppercase text-primary';
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3080
|
-
NodataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: NodataComponent, selector: "anatoly-nodata", inputs: { icon: "icon", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\">\r\n <div class=\"text-center\">\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" });
|
|
3081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
|
|
3082
|
-
type: Component,
|
|
3083
|
-
args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\">\r\n <div class=\"text-center\">\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
|
|
3084
|
-
}], propDecorators: { icon: [{
|
|
3085
|
-
type: Input
|
|
3086
|
-
}], heading: [{
|
|
3087
|
-
type: Input
|
|
3088
|
-
}], headingClass: [{
|
|
3089
|
-
type: Input
|
|
3090
|
-
}] } });
|
|
3091
|
-
|
|
3092
3092
|
/*
|
|
3093
3093
|
<file>
|
|
3094
3094
|
Project:
|
|
@@ -3692,13 +3692,16 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
3692
3692
|
SignInButtonComponent,
|
|
3693
3693
|
SignUpButtonComponent,
|
|
3694
3694
|
SignOutButtonComponent,
|
|
3695
|
-
SpinnerComponent,
|
|
3696
|
-
LoadingComponent,
|
|
3697
3695
|
NodataComponent,
|
|
3696
|
+
//Spinners
|
|
3697
|
+
PageSpinnerComponent,
|
|
3698
|
+
LoadingComponent,
|
|
3699
|
+
//Cards
|
|
3698
3700
|
CardComponent,
|
|
3699
3701
|
CardHeaderComponent,
|
|
3700
3702
|
CardBodyComponent,
|
|
3701
3703
|
CardFooterComponent,
|
|
3704
|
+
//HtmlEditor
|
|
3702
3705
|
HtmlEditorComponent,
|
|
3703
3706
|
FormsHtmlEditorComponent,
|
|
3704
3707
|
//Directives
|
|
@@ -3724,13 +3727,16 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
3724
3727
|
SignInButtonComponent,
|
|
3725
3728
|
SignUpButtonComponent,
|
|
3726
3729
|
SignOutButtonComponent,
|
|
3727
|
-
SpinnerComponent,
|
|
3728
|
-
LoadingComponent,
|
|
3729
3730
|
NodataComponent,
|
|
3731
|
+
//Spinners
|
|
3732
|
+
PageSpinnerComponent,
|
|
3733
|
+
LoadingComponent,
|
|
3734
|
+
//Cards
|
|
3730
3735
|
CardComponent,
|
|
3731
3736
|
CardHeaderComponent,
|
|
3732
3737
|
CardBodyComponent,
|
|
3733
3738
|
CardFooterComponent,
|
|
3739
|
+
//HtmlEditor
|
|
3734
3740
|
HtmlEditorComponent,
|
|
3735
3741
|
FormsHtmlEditorComponent,
|
|
3736
3742
|
//Directives
|
|
@@ -3774,13 +3780,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3774
3780
|
SignInButtonComponent,
|
|
3775
3781
|
SignUpButtonComponent,
|
|
3776
3782
|
SignOutButtonComponent,
|
|
3777
|
-
SpinnerComponent,
|
|
3778
|
-
LoadingComponent,
|
|
3779
3783
|
NodataComponent,
|
|
3784
|
+
//Spinners
|
|
3785
|
+
PageSpinnerComponent,
|
|
3786
|
+
LoadingComponent,
|
|
3787
|
+
//Cards
|
|
3780
3788
|
CardComponent,
|
|
3781
3789
|
CardHeaderComponent,
|
|
3782
3790
|
CardBodyComponent,
|
|
3783
3791
|
CardFooterComponent,
|
|
3792
|
+
//HtmlEditor
|
|
3784
3793
|
HtmlEditorComponent,
|
|
3785
3794
|
FormsHtmlEditorComponent,
|
|
3786
3795
|
//Directives
|
|
@@ -3804,13 +3813,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3804
3813
|
SignInButtonComponent,
|
|
3805
3814
|
SignUpButtonComponent,
|
|
3806
3815
|
SignOutButtonComponent,
|
|
3807
|
-
SpinnerComponent,
|
|
3808
|
-
LoadingComponent,
|
|
3809
3816
|
NodataComponent,
|
|
3817
|
+
//Spinners
|
|
3818
|
+
PageSpinnerComponent,
|
|
3819
|
+
LoadingComponent,
|
|
3820
|
+
//Cards
|
|
3810
3821
|
CardComponent,
|
|
3811
3822
|
CardHeaderComponent,
|
|
3812
3823
|
CardBodyComponent,
|
|
3813
3824
|
CardFooterComponent,
|
|
3825
|
+
//HtmlEditor
|
|
3814
3826
|
HtmlEditorComponent,
|
|
3815
3827
|
FormsHtmlEditorComponent,
|
|
3816
3828
|
//Directives
|
|
@@ -3838,5 +3850,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3838
3850
|
* Generated bundle index. Do not edit.
|
|
3839
3851
|
*/
|
|
3840
3852
|
|
|
3841
|
-
export { Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BillingApiService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, ContactUsDialog, ContactUsForm, ContextInitState, Convert, DefaultEditorOptions, DigitalMarketingService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent,
|
|
3853
|
+
export { Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BillingApiService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, ContactUsDialog, ContactUsForm, ContextInitState, Convert, DefaultEditorOptions, DigitalMarketingService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TranslateModuleAtRoot, UpgradePlanButtonComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
|
|
3842
3854
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|