@coreui/angular-pro 4.0.0-alpha.0 → 4.0.0-alpha.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/README.md CHANGED
@@ -93,7 +93,7 @@ npm install bootstrap
93
93
  [![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
94
94
  ![angular](https://img.shields.io/badge/angular-^12.2.0-lightgrey.svg?style=flat-square&logo=angular)
95
95
 
96
- [npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/next?style=flat-square&color=red
96
+ [npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/latest?style=flat-square&color=red
97
97
  [npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
98
98
  [npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
99
99
 
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/cdk/coercion'), require('@angular/animations'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('ng2-charts'), require('@popperjs/core'), require('@angular/cdk/layout'), require('@angular/cdk/a11y'), require('@coreui/icons-angular')) :
3
- typeof define === 'function' && define.amd ? define('@coreui/angular-pro', ['exports', '@angular/core', '@angular/common', '@angular/cdk/coercion', '@angular/animations', '@angular/router', 'rxjs', 'rxjs/operators', 'ng2-charts', '@popperjs/core', '@angular/cdk/layout', '@angular/cdk/a11y', '@coreui/icons-angular'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.coreui = global.coreui || {}, global.coreui["angular-pro"] = {}), global.ng.core, global.ng.common, global.ng.cdk.coercion, global.ng.animations, global.ng.router, global.rxjs, global.rxjs.operators, global.ng2Charts, global.popperjs.core, global.ng.cdk.layout, global.ng.cdk.a11y, global.coreui["icons-angular"]));
5
- })(this, (function (exports, i0, i2, coercion, i1, i3, rxjs, operators, i1$1, core, i1$2, i1$3, i5) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/cdk/coercion'), require('@angular/animations'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@popperjs/core'), require('@angular/cdk/layout'), require('@angular/cdk/a11y'), require('@coreui/icons-angular')) :
3
+ typeof define === 'function' && define.amd ? define('@coreui/angular-pro', ['exports', '@angular/core', '@angular/common', '@angular/cdk/coercion', '@angular/animations', '@angular/router', 'rxjs', 'rxjs/operators', '@popperjs/core', '@angular/cdk/layout', '@angular/cdk/a11y', '@coreui/icons-angular'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.coreui = global.coreui || {}, global.coreui["angular-pro"] = {}), global.ng.core, global.ng.common, global.ng.cdk.coercion, global.ng.animations, global.ng.router, global.rxjs, global.rxjs.operators, global.popperjs.core, global.ng.cdk.layout, global.ng.cdk.a11y, global.coreui["icons-angular"]));
5
+ })(this, (function (exports, i0, i2, coercion, i1, i3, rxjs, operators, core, i1$1, i1$2, i5) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -28,7 +28,6 @@
28
28
  var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
29
29
  var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
30
30
  var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
31
- var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
32
31
  var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
33
32
 
34
33
  exports.BreakpointInfix = void 0;
@@ -2981,56 +2980,6 @@
2981
2980
  }]
2982
2981
  }] });
2983
2982
 
2984
- var NoZoneBaseChartDirective = /** @class */ (function (_super) {
2985
- __extends(NoZoneBaseChartDirective, _super);
2986
- function NoZoneBaseChartDirective(element, themeService, zone) {
2987
- var _this = _super.call(this, element, themeService) || this;
2988
- _this.zone = zone;
2989
- // patch private refresh
2990
- var refresh = _this.refresh;
2991
- _this.refresh = function () {
2992
- _this.zone.runOutsideAngular(refresh.bind(_this));
2993
- };
2994
- return _this;
2995
- }
2996
- return NoZoneBaseChartDirective;
2997
- }(i1$1.BaseChartDirective));
2998
- NoZoneBaseChartDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NoZoneBaseChartDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$1.ThemeService }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2999
- NoZoneBaseChartDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: NoZoneBaseChartDirective, selector: "canvas[cNoZoneBaseChart]", exportAs: ["base-chart"], usesInheritance: true, ngImport: i0__namespace });
3000
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NoZoneBaseChartDirective, decorators: [{
3001
- type: i0.Directive,
3002
- args: [{
3003
- // eslint-disable-next-line @angular-eslint/directive-selector
3004
- selector: 'canvas[cNoZoneBaseChart]',
3005
- exportAs: 'base-chart'
3006
- }]
3007
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$1.ThemeService }, { type: i0__namespace.NgZone }]; } });
3008
-
3009
- var ChartModule = /** @class */ (function () {
3010
- function ChartModule() {
3011
- }
3012
- return ChartModule;
3013
- }());
3014
- ChartModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ChartModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3015
- ChartModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ChartModule, declarations: [NoZoneBaseChartDirective], imports: [i2.CommonModule], exports: [NoZoneBaseChartDirective] });
3016
- ChartModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ChartModule, imports: [[
3017
- i2.CommonModule
3018
- ]] });
3019
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ChartModule, decorators: [{
3020
- type: i0.NgModule,
3021
- args: [{
3022
- declarations: [
3023
- NoZoneBaseChartDirective
3024
- ],
3025
- imports: [
3026
- i2.CommonModule
3027
- ],
3028
- exports: [
3029
- NoZoneBaseChartDirective
3030
- ]
3031
- }]
3032
- }] });
3033
-
3034
2983
  var DropdownDividerDirective = /** @class */ (function () {
3035
2984
  function DropdownDividerDirective() {
3036
2985
  }
@@ -5862,7 +5811,7 @@
5862
5811
  };
5863
5812
  return NavbarComponent;
5864
5813
  }());
5865
- NavbarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavbarComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$2.BreakpointObserver }], target: i0__namespace.ɵɵFactoryTarget.Component });
5814
+ NavbarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavbarComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$1.BreakpointObserver }], target: i0__namespace.ɵɵFactoryTarget.Component });
5866
5815
  NavbarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NavbarComponent, selector: "c-navbar", inputs: { color: "color", colorScheme: "colorScheme", container: "container", expand: "expand", placement: "placement", role: "role" }, host: { properties: { "attr.role": "this.role", "class": "this.hostClasses" } }, queries: [{ propertyName: "collapse", first: true, predicate: CollapseDirective, descendants: true }], ngImport: i0__namespace, template: "<ng-container *ngTemplateOutlet=\"container ? withContainerTemplate : noContainerTemplate\"></ng-container>\r\n\r\n<ng-template #withContainerTemplate>\r\n <div [ngClass]=\"containerClass\">\r\n <ng-content></ng-content>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #noContainerTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], directives: [{ type: i2__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
5867
5816
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavbarComponent, decorators: [{
5868
5817
  type: i0.Component,
@@ -5871,7 +5820,7 @@
5871
5820
  templateUrl: './navbar.component.html',
5872
5821
  styleUrls: ['./navbar.component.scss']
5873
5822
  }]
5874
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$2.BreakpointObserver }]; }, propDecorators: { color: [{
5823
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$1.BreakpointObserver }]; }, propDecorators: { color: [{
5875
5824
  type: i0.Input
5876
5825
  }], colorScheme: [{
5877
5826
  type: i0.Input
@@ -6139,7 +6088,7 @@
6139
6088
  };
6140
6089
  return ModalContentComponent;
6141
6090
  }());
6142
- ModalContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalContentComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$3.InteractivityChecker }], target: i0__namespace.ɵɵFactoryTarget.Component });
6091
+ ModalContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalContentComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$2.InteractivityChecker }], target: i0__namespace.ɵɵFactoryTarget.Component });
6143
6092
  ModalContentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalContentComponent, selector: "c-modal-content", host: { listeners: { "click": "onClickHandler($event)" }, properties: { "class": "this.hostClasses" } }, ngImport: i0__namespace, template: '<ng-content></ng-content>', isInline: true });
6144
6093
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalContentComponent, decorators: [{
6145
6094
  type: i0.Component,
@@ -6147,7 +6096,7 @@
6147
6096
  selector: 'c-modal-content',
6148
6097
  template: '<ng-content></ng-content>'
6149
6098
  }]
6150
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$3.InteractivityChecker }]; }, propDecorators: { hostClasses: [{
6099
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$2.InteractivityChecker }]; }, propDecorators: { hostClasses: [{
6151
6100
  type: i0.HostBinding,
6152
6101
  args: ['class']
6153
6102
  }], onClickHandler: [{
@@ -6618,7 +6567,7 @@
6618
6567
  return ModalComponent;
6619
6568
  }());
6620
6569
  ModalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalComponent, deps: [{ token: i2.DOCUMENT }, { token: i0__namespace.Renderer2 }, { token: i0__namespace.ElementRef }, { token: ModalService }, { token: BackdropService }], target: i0__namespace.ɵɵFactoryTarget.Component });
6621
- ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: i0.ElementRef }], exportAs: ["cModal"], ngImport: i0__namespace, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i1__namespace$3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
6570
+ ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: i0.ElementRef }], exportAs: ["cModal"], ngImport: i0__namespace, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i1__namespace$2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
6622
6571
  i1.trigger('showHide', [
6623
6572
  i1.state('visible', i1.style({
6624
6573
  display: 'block'
@@ -6726,7 +6675,7 @@
6726
6675
  ModalHeaderComponent,
6727
6676
  ModalTitleDirective,
6728
6677
  ModalComponent], imports: [i2.CommonModule,
6729
- i1$3.A11yModule], exports: [ModalBodyComponent,
6678
+ i1$2.A11yModule], exports: [ModalBodyComponent,
6730
6679
  ModalContentComponent,
6731
6680
  ModalDialogComponent,
6732
6681
  ModalToggleDirective,
@@ -6738,7 +6687,7 @@
6738
6687
  ModalService
6739
6688
  ], imports: [[
6740
6689
  i2.CommonModule,
6741
- i1$3.A11yModule
6690
+ i1$2.A11yModule
6742
6691
  ]] });
6743
6692
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalModule, decorators: [{
6744
6693
  type: i0.NgModule,
@@ -6765,7 +6714,7 @@
6765
6714
  ],
6766
6715
  imports: [
6767
6716
  i2.CommonModule,
6768
- i1$3.A11yModule
6717
+ i1$2.A11yModule
6769
6718
  ],
6770
6719
  providers: [
6771
6720
  ModalService
@@ -6820,7 +6769,7 @@
6820
6769
  */
6821
6770
  this.placement = 'start';
6822
6771
  this._scroll = false;
6823
- this.id = "offcanvas-" + this.placement + "-" + nextId;
6772
+ this.id = "offcanvas-" + this.placement + "-" + nextId++;
6824
6773
  /**
6825
6774
  * Default role for offcanvas. [docs]
6826
6775
  * @type string
@@ -6990,7 +6939,7 @@
6990
6939
  return OffcanvasComponent;
6991
6940
  }());
6992
6941
  OffcanvasComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: OffcanvasComponent, deps: [{ token: i2.DOCUMENT }, { token: i0.PLATFORM_ID }, { token: i0__namespace.Renderer2 }, { token: i0__namespace.ElementRef }, { token: OffcanvasService }, { token: BackdropService }], target: i0__namespace.ɵɵFactoryTarget.Component });
6993
- OffcanvasComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: OffcanvasComponent, selector: "c-offcanvas", inputs: { backdrop: "backdrop", keyboard: "keyboard", placement: "placement", scroll: "scroll", id: "id", role: "role", ariaModal: "ariaModal", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "document:keydown": "onKeyDownHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateType" } }, exportAs: ["cOffcanvas"], usesOnChanges: true, ngImport: i0__namespace, template: "<div cdkTrapFocus cdkTrapFocusAutoCapture>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n", styles: [""], directives: [{ type: i1__namespace$3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
6942
+ OffcanvasComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: OffcanvasComponent, selector: "c-offcanvas", inputs: { backdrop: "backdrop", keyboard: "keyboard", placement: "placement", scroll: "scroll", id: "id", role: "role", ariaModal: "ariaModal", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "document:keydown": "onKeyDownHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateType" } }, exportAs: ["cOffcanvas"], usesOnChanges: true, ngImport: i0__namespace, template: "<div cdkTrapFocus cdkTrapFocusAutoCapture>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n", styles: [""], directives: [{ type: i1__namespace$2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
6994
6943
  i1.trigger('showHide', [
6995
6944
  i1.state('true', i1.style({
6996
6945
  visibility: 'visible',
@@ -7187,7 +7136,7 @@
7187
7136
  OffcanvasHeaderComponent,
7188
7137
  OffcanvasTitleDirective,
7189
7138
  OffcanvasToggleDirective], imports: [i2.CommonModule,
7190
- i1$3.A11yModule], exports: [OffcanvasComponent,
7139
+ i1$2.A11yModule], exports: [OffcanvasComponent,
7191
7140
  OffcanvasBodyComponent,
7192
7141
  OffcanvasHeaderComponent,
7193
7142
  OffcanvasTitleDirective,
@@ -7197,7 +7146,7 @@
7197
7146
  BackdropService
7198
7147
  ], imports: [[
7199
7148
  i2.CommonModule,
7200
- i1$3.A11yModule
7149
+ i1$2.A11yModule
7201
7150
  ]] });
7202
7151
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: OffcanvasModule, decorators: [{
7203
7152
  type: i0.NgModule,
@@ -7218,7 +7167,7 @@
7218
7167
  ],
7219
7168
  imports: [
7220
7169
  i2.CommonModule,
7221
- i1$3.A11yModule
7170
+ i1$2.A11yModule
7222
7171
  ],
7223
7172
  providers: [
7224
7173
  OffcanvasService,
@@ -8370,7 +8319,7 @@
8370
8319
  };
8371
8320
  return SidebarComponent;
8372
8321
  }());
8373
- SidebarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SidebarComponent, deps: [{ token: i2.DOCUMENT }, { token: i0__namespace.Renderer2 }, { token: i1__namespace$2.BreakpointObserver }, { token: SidebarService }, { token: SidebarBackdropService }], target: i0__namespace.ɵɵFactoryTarget.Component });
8322
+ SidebarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SidebarComponent, deps: [{ token: i2.DOCUMENT }, { token: i0__namespace.Renderer2 }, { token: i1__namespace$1.BreakpointObserver }, { token: SidebarService }, { token: SidebarBackdropService }], target: i0__namespace.ɵɵFactoryTarget.Component });
8374
8323
  SidebarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SidebarComponent, selector: "c-sidebar", inputs: { colorScheme: "colorScheme", id: "id", narrow: "narrow", overlaid: "overlaid", placement: "placement", position: "position", size: "size", unfoldable: "unfoldable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { properties: { "class": "this.getClasses" } }, exportAs: ["cSidebar"], usesOnChanges: true, ngImport: i0__namespace, template: '<ng-content></ng-content>', isInline: true });
8375
8324
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SidebarComponent, decorators: [{
8376
8325
  type: i0.Component,
@@ -8383,7 +8332,7 @@
8383
8332
  return [{ type: undefined, decorators: [{
8384
8333
  type: i0.Inject,
8385
8334
  args: [i2.DOCUMENT]
8386
- }] }, { type: i0__namespace.Renderer2 }, { type: i1__namespace$2.BreakpointObserver }, { type: SidebarService }, { type: SidebarBackdropService }];
8335
+ }] }, { type: i0__namespace.Renderer2 }, { type: i1__namespace$1.BreakpointObserver }, { type: SidebarService }, { type: SidebarBackdropService }];
8387
8336
  }, propDecorators: { colorScheme: [{
8388
8337
  type: i0.Input
8389
8338
  }], id: [{
@@ -11558,7 +11507,6 @@
11558
11507
  exports.CarouselInnerComponent = CarouselInnerComponent;
11559
11508
  exports.CarouselItemComponent = CarouselItemComponent;
11560
11509
  exports.CarouselModule = CarouselModule;
11561
- exports.ChartModule = ChartModule;
11562
11510
  exports.ClassToggleService = ClassToggleService;
11563
11511
  exports.ColComponent = ColComponent;
11564
11512
  exports.ColDirective = ColDirective;
@@ -11626,7 +11574,6 @@
11626
11574
  exports.NavbarNavComponent = NavbarNavComponent;
11627
11575
  exports.NavbarTextComponent = NavbarTextComponent;
11628
11576
  exports.NavbarTogglerDirective = NavbarTogglerDirective;
11629
- exports.NoZoneBaseChartDirective = NoZoneBaseChartDirective;
11630
11577
  exports.OffcanvasBodyComponent = OffcanvasBodyComponent;
11631
11578
  exports.OffcanvasComponent = OffcanvasComponent;
11632
11579
  exports.OffcanvasHeaderComponent = OffcanvasHeaderComponent;