@acorex/components 5.0.8 → 5.0.9

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 (55) hide show
  1. package/bundles/acorex-components.umd.js +470 -382
  2. package/bundles/acorex-components.umd.js.map +1 -1
  3. package/esm2015/lib/badge/badge.component.js +2 -2
  4. package/esm2015/lib/base/mixin/base-components.class.js +4 -1
  5. package/esm2015/lib/base/mixin/interactive-mixin.class.js +2 -2
  6. package/esm2015/lib/base/mixin/value-mixin.class.js +3 -3
  7. package/esm2015/lib/calendar/calendar.component.js +2 -2
  8. package/esm2015/lib/checkbox/checkbox.component.js +30 -11
  9. package/esm2015/lib/decorators/content.component.js +26 -0
  10. package/esm2015/lib/decorators/decorators.module.js +4 -3
  11. package/esm2015/lib/decorators/index.js +2 -1
  12. package/esm2015/lib/decorators/prefix.component.js +3 -4
  13. package/esm2015/lib/decorators/suffix.component.js +3 -4
  14. package/esm2015/lib/dialog/dialog.component.js +2 -2
  15. package/esm2015/lib/label/label.component.js +4 -4
  16. package/esm2015/lib/page/base-page.class.js +2 -1
  17. package/esm2015/lib/page/page-footer.component.js +3 -7
  18. package/esm2015/lib/popup/popup.component.js +16 -8
  19. package/esm2015/lib/radio/index.js +3 -0
  20. package/esm2015/lib/radio/radio.component.js +22 -0
  21. package/esm2015/lib/radio/radio.module.js +21 -0
  22. package/esm2015/lib/selectbox/selectbox.component.js +1 -1
  23. package/esm2015/lib/tabs/tab-content.directive.js +6 -4
  24. package/esm2015/lib/tabs/tab-item.component.js +28 -13
  25. package/esm2015/lib/tabs/tabs.component.js +15 -22
  26. package/esm2015/public-api.js +2 -1
  27. package/fesm2015/acorex-components.js +391 -302
  28. package/fesm2015/acorex-components.js.map +1 -1
  29. package/lib/base/mixin/base-components.class.d.ts +2 -0
  30. package/lib/base/mixin/button-mixin.class.d.ts +1 -0
  31. package/lib/base/mixin/clickable-mixin.class.d.ts +1 -0
  32. package/lib/base/mixin/datalist-component.class.d.ts +1 -0
  33. package/lib/base/mixin/dropdown-mixin.class.d.ts +1 -0
  34. package/lib/base/mixin/interactive-mixin.class.d.ts +4 -1
  35. package/lib/base/mixin/loading-mixin.class.d.ts +1 -0
  36. package/lib/base/mixin/mixin.class.d.ts +16 -0
  37. package/lib/base/mixin/selection-component.class.d.ts +1 -0
  38. package/lib/base/mixin/sizable-mixin.class.d.ts +1 -0
  39. package/lib/base/mixin/textbox-mixin.class.d.ts +1 -0
  40. package/lib/base/mixin/value-mixin.class.d.ts +1 -0
  41. package/lib/button/button-item.component.d.ts +2 -0
  42. package/lib/checkbox/checkbox.component.d.ts +6 -5
  43. package/lib/decorators/content.component.d.ts +8 -0
  44. package/lib/decorators/decorators.module.d.ts +3 -2
  45. package/lib/decorators/index.d.ts +1 -0
  46. package/lib/dropdown/dropdown-base.class.d.ts +2 -0
  47. package/lib/label/label.component.d.ts +2 -2
  48. package/lib/popup/popup.component.d.ts +3 -2
  49. package/lib/radio/index.d.ts +2 -0
  50. package/lib/radio/radio.component.d.ts +8 -0
  51. package/lib/radio/radio.module.d.ts +8 -0
  52. package/lib/tabs/tab-item.component.d.ts +2 -1
  53. package/lib/tabs/tabs.component.d.ts +2 -4
  54. package/package.json +1 -1
  55. package/public-api.d.ts +1 -0
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/cdk/coercion'), require('@acorex/core'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@angular/forms'), require('@angular/cdk/portal'), require('lodash'), require('@angular/cdk/overlay'), require('@angular/cdk/a11y'), require('@angular/cdk/drag-drop'), require('@angular/cdk/bidi'), require('ngx-mask'), require('@angular/animations')) :
3
3
  typeof define === 'function' && define.amd ? define('@acorex/components', ['exports', '@angular/core', '@angular/cdk/coercion', '@acorex/core', 'rxjs', 'rxjs/operators', '@angular/common', '@angular/forms', '@angular/cdk/portal', 'lodash', '@angular/cdk/overlay', '@angular/cdk/a11y', '@angular/cdk/drag-drop', '@angular/cdk/bidi', 'ngx-mask', '@angular/animations'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.acorex = global.acorex || {}, global.acorex.components = {}), global.ng.core, global.ng.cdk.coercion, global.i2, global.rxjs, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.cdk.portal, global._, global.ng.cdk.overlay, global.ng.cdk.a11y, global.ng.cdk.dragDrop, global.ng.cdk.bidi, global.i1$2, global.ng.animations));
5
- }(this, (function (exports, i0, coercion, i2, rxjs, operators, i4, i3, i1, _, i1$1, i2$1, i3$1, i2$2, i1$2, animations) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.acorex = global.acorex || {}, global.acorex.components = {}), global.ng.core, global.ng.cdk.coercion, global.i2, global.rxjs, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.cdk.portal, global._, global.ng.cdk.overlay, global.ng.cdk.a11y, global.ng.cdk.dragDrop, global.ng.cdk.bidi, global.i1$3, global.ng.animations));
5
+ }(this, (function (exports, i0, coercion, i2, rxjs, operators, i1, i3, i1$1, _, i1$2, i2$1, i3$1, i2$2, i1$3, animations) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -28,15 +28,15 @@
28
28
 
29
29
  var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
30
30
  var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
31
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
31
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
32
32
  var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
33
- var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1);
33
+ var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$1);
34
34
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
35
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1$1);
35
+ var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$2);
36
36
  var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
37
37
  var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
38
38
  var i2__namespace$2 = /*#__PURE__*/_interopNamespace(i2$2);
39
- var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
39
+ var i1__namespace$3 = /*#__PURE__*/_interopNamespace(i1$3);
40
40
 
41
41
  /*! *****************************************************************************
42
42
  Copyright (c) Microsoft Corporation.
@@ -398,6 +398,7 @@
398
398
  // this._getInnerElement()?.classList.add(this.rtl ? 'ax-rtl' : 'ax-ltr');
399
399
  // this._getHostElement().setAttribute('data-id', this.id);
400
400
  this.onInit();
401
+ this.onRenderCssClass();
401
402
  };
402
403
  AXBaseComponent.prototype._onInternalViewInit = function () {
403
404
  this.onViewInit();
@@ -407,6 +408,8 @@
407
408
  };
408
409
  AXBaseComponent.prototype.onInit = function () {
409
410
  };
411
+ AXBaseComponent.prototype.onRenderCssClass = function () {
412
+ };
410
413
  AXBaseComponent.prototype.onViewInit = function () {
411
414
  };
412
415
  AXBaseComponent.prototype.onDestroy = function () {
@@ -816,7 +819,7 @@
816
819
  }
817
820
  var _this = _super.apply(this, __spreadArray([], __read(args))) || this;
818
821
  _disabled.set(_this, false);
819
- _tabIndex.set(_this, 0);
822
+ _tabIndex.set(_this, null);
820
823
  /**
821
824
  * Fires each time the component gets focused.
822
825
  * @event
@@ -1132,7 +1135,7 @@
1132
1135
  _this.onValueChanged = new i0.EventEmitter();
1133
1136
  _this.valueChange = new i0.EventEmitter();
1134
1137
  _readonly.set(_this, false);
1135
- _allowNull.set(_this, true);
1138
+ _allowNull.set(_this, false);
1136
1139
  _name.set(_this, void 0);
1137
1140
  _debounceTime.set(_this, 0);
1138
1141
  _valueSubscription.set(_this, new rxjs.Subscription());
@@ -1282,7 +1285,7 @@
1282
1285
  this._getHostElement() :
1283
1286
  this._getHostElement().querySelector('.ax-editor-container');
1284
1287
  var formField = container === null || container === void 0 ? void 0 : container.closest('.ax-form-field');
1285
- var label = formField === null || formField === void 0 ? void 0 : formField.querySelector('.ax-label');
1288
+ var label = formField === null || formField === void 0 ? void 0 : formField.querySelector('ax-label');
1286
1289
  var target = container || this._getInnerElement();
1287
1290
  var parent = target.parentElement;
1288
1291
  switch (state) {
@@ -1660,7 +1663,7 @@
1660
1663
  }(AXBaseComponentMixin));
1661
1664
  _visible = new WeakMap();
1662
1665
  AXAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1663
- AXAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXAlertComponent, selector: "ax-alert", inputs: { icon: "icon", color: "color", timeOut: "timeOut", visible: "visible" }, outputs: { typeChange: "typeChange" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-alert ax-none" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-alert-icon\" *ngIf=\"icon\">\r\n <i class=\"{{icon}} fa-lg\"></i>\r\n</div>\r\n<div class=\"ax-alert-body\">\r\n <ng-content select=\"ax-alert-title\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-content\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-footer\">\r\n </ng-content>\r\n</div>\r\n<ng-content select=\"ax-alert-suffix\">\r\n</ng-content>", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1666
+ AXAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXAlertComponent, selector: "ax-alert", inputs: { icon: "icon", color: "color", timeOut: "timeOut", visible: "visible" }, outputs: { typeChange: "typeChange" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-alert ax-none" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-alert-icon\" *ngIf=\"icon\">\r\n <i class=\"{{icon}} fa-lg\"></i>\r\n</div>\r\n<div class=\"ax-alert-body\">\r\n <ng-content select=\"ax-alert-title\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-content\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-footer\">\r\n </ng-content>\r\n</div>\r\n<ng-content select=\"ax-alert-suffix\">\r\n</ng-content>", directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1664
1667
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertComponent, decorators: [{
1665
1668
  type: i0.Component,
1666
1669
  args: [{
@@ -1720,7 +1723,7 @@
1720
1723
  return AXAlertButtonComponent;
1721
1724
  }(AXBaseClickableMixin));
1722
1725
  AXAlertButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertButtonComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1723
- AXAlertButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXAlertButtonComponent, selector: "ax-alert-button", inputs: { title: "title", icon: "icon" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange" }, host: { listeners: { "click": "_handleOnClick($event)", "focus": "_handleOnFocus($event)", "blur": "_handleOnBlur($event)" }, classAttribute: "ax-alert-button" }, usesInheritance: true, ngImport: i0__namespace, template: "\n {{title}}\n <i *ngIf=\"icon\" class=\"{{icon}}\"></i>\n ", isInline: true, directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1726
+ AXAlertButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXAlertButtonComponent, selector: "ax-alert-button", inputs: { title: "title", icon: "icon" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange" }, host: { listeners: { "click": "_handleOnClick($event)", "focus": "_handleOnFocus($event)", "blur": "_handleOnBlur($event)" }, classAttribute: "ax-alert-button" }, usesInheritance: true, ngImport: i0__namespace, template: "\n {{title}}\n <i *ngIf=\"icon\" class=\"{{icon}}\"></i>\n ", isInline: true, directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1724
1727
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertButtonComponent, decorators: [{
1725
1728
  type: i0.Component,
1726
1729
  args: [{
@@ -1800,7 +1803,7 @@
1800
1803
  }]
1801
1804
  }] });
1802
1805
 
1803
- var COMPONENT$n = [
1806
+ var COMPONENT$o = [
1804
1807
  AXAlertComponent,
1805
1808
  AXAlertContentComponent,
1806
1809
  AXAlertTitleComponent,
@@ -1808,7 +1811,7 @@
1808
1811
  AXAlertFooterComponent,
1809
1812
  AXAlertSuffixComponent
1810
1813
  ];
1811
- var MODULES$n = [i4.CommonModule];
1814
+ var MODULES$o = [i1.CommonModule];
1812
1815
  var AXAlertModule = /** @class */ (function () {
1813
1816
  function AXAlertModule() {
1814
1817
  }
@@ -1820,19 +1823,19 @@
1820
1823
  AXAlertTitleComponent,
1821
1824
  AXAlertButtonComponent,
1822
1825
  AXAlertFooterComponent,
1823
- AXAlertSuffixComponent], imports: [i4.CommonModule], exports: [AXAlertComponent,
1826
+ AXAlertSuffixComponent], imports: [i1.CommonModule], exports: [AXAlertComponent,
1824
1827
  AXAlertContentComponent,
1825
1828
  AXAlertTitleComponent,
1826
1829
  AXAlertButtonComponent,
1827
1830
  AXAlertFooterComponent,
1828
1831
  AXAlertSuffixComponent] });
1829
- AXAlertModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertModule, providers: [], imports: [__spreadArray([], __read(MODULES$n))] });
1832
+ AXAlertModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertModule, providers: [], imports: [__spreadArray([], __read(MODULES$o))] });
1830
1833
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAlertModule, decorators: [{
1831
1834
  type: i0.NgModule,
1832
1835
  args: [{
1833
- declarations: __spreadArray([], __read(COMPONENT$n)),
1834
- imports: __spreadArray([], __read(MODULES$n)),
1835
- exports: __spreadArray([], __read(COMPONENT$n)),
1836
+ declarations: __spreadArray([], __read(COMPONENT$o)),
1837
+ imports: __spreadArray([], __read(MODULES$o)),
1838
+ exports: __spreadArray([], __read(COMPONENT$o)),
1836
1839
  providers: [],
1837
1840
  }]
1838
1841
  }] });
@@ -1906,22 +1909,22 @@
1906
1909
  type: i0.Input
1907
1910
  }] } });
1908
1911
 
1909
- var COMPONENT$m = [AXAvatarComponent];
1910
- var MODULES$m = [i4.CommonModule];
1912
+ var COMPONENT$n = [AXAvatarComponent];
1913
+ var MODULES$n = [i1.CommonModule];
1911
1914
  var AXAvatarModule = /** @class */ (function () {
1912
1915
  function AXAvatarModule() {
1913
1916
  }
1914
1917
  return AXAvatarModule;
1915
1918
  }());
1916
1919
  AXAvatarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1917
- AXAvatarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, declarations: [AXAvatarComponent], imports: [i4.CommonModule], exports: [AXAvatarComponent] });
1918
- AXAvatarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, providers: [], imports: [__spreadArray([], __read(MODULES$m))] });
1920
+ AXAvatarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, declarations: [AXAvatarComponent], imports: [i1.CommonModule], exports: [AXAvatarComponent] });
1921
+ AXAvatarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, providers: [], imports: [__spreadArray([], __read(MODULES$n))] });
1919
1922
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXAvatarModule, decorators: [{
1920
1923
  type: i0.NgModule,
1921
1924
  args: [{
1922
- declarations: __spreadArray([], __read(COMPONENT$m)),
1923
- imports: __spreadArray([], __read(MODULES$m)),
1924
- exports: __spreadArray([], __read(COMPONENT$m)),
1925
+ declarations: __spreadArray([], __read(COMPONENT$n)),
1926
+ imports: __spreadArray([], __read(MODULES$n)),
1927
+ exports: __spreadArray([], __read(COMPONENT$n)),
1925
1928
  providers: [],
1926
1929
  }]
1927
1930
  }] });
@@ -1937,7 +1940,7 @@
1937
1940
  }
1938
1941
  Object.defineProperty(AXBadgeComponent.prototype, "__hostClass", {
1939
1942
  get: function () {
1940
- return ["ax-bg-" + this.color + "-100", "ax-text-" + this.color + "-600"].join(' ');
1943
+ return ["ax-bg-" + this.color + "-100", "ax-text-" + this.color + "-500"].join(' ');
1941
1944
  },
1942
1945
  enumerable: false,
1943
1946
  configurable: true
@@ -1964,22 +1967,22 @@
1964
1967
  args: ['class']
1965
1968
  }] } });
1966
1969
 
1967
- var COMPONENT$l = [AXBadgeComponent];
1968
- var MODULES$l = [i4.CommonModule];
1970
+ var COMPONENT$m = [AXBadgeComponent];
1971
+ var MODULES$m = [i1.CommonModule];
1969
1972
  var AXBadgeModule = /** @class */ (function () {
1970
1973
  function AXBadgeModule() {
1971
1974
  }
1972
1975
  return AXBadgeModule;
1973
1976
  }());
1974
1977
  AXBadgeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1975
- AXBadgeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, declarations: [AXBadgeComponent], imports: [i4.CommonModule], exports: [AXBadgeComponent] });
1976
- AXBadgeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, providers: [], imports: [__spreadArray([], __read(MODULES$l))] });
1978
+ AXBadgeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, declarations: [AXBadgeComponent], imports: [i1.CommonModule], exports: [AXBadgeComponent] });
1979
+ AXBadgeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, providers: [], imports: [__spreadArray([], __read(MODULES$m))] });
1977
1980
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXBadgeModule, decorators: [{
1978
1981
  type: i0.NgModule,
1979
1982
  args: [{
1980
- declarations: __spreadArray([], __read(COMPONENT$l)),
1981
- imports: __spreadArray([], __read(MODULES$l)),
1982
- exports: __spreadArray([], __read(COMPONENT$l)),
1983
+ declarations: __spreadArray([], __read(COMPONENT$m)),
1984
+ imports: __spreadArray([], __read(MODULES$m)),
1985
+ exports: __spreadArray([], __read(COMPONENT$m)),
1983
1986
  providers: [],
1984
1987
  }]
1985
1988
  }] });
@@ -2030,7 +2033,7 @@
2030
2033
  return AXButtonComponent;
2031
2034
  }(AXBaseButtonMixin));
2032
2035
  AXButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2033
- AXButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXButtonComponent, selector: "ax-button", inputs: { disabled: "disabled", tabIndex: "tabIndex", size: "size", text: "text", submitBehavior: "submitBehavior", cancelBehavior: "cancelBehavior", color: "color", look: "look", toggleable: "toggleable", selected: "selected" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange" }, host: { attributes: { "role": "button" }, listeners: { "document:keydown.escape": "onKeydownHandler($event)", "click": "_emitOnClickEvent($event)", "focus": "_emitOnFocusEvent($event)", "blur": "_emitOnBlurEvent($event)" }, properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0__namespace, template: "<!-- <button [ngClass]=\"_classes\" class=\"{{cssClass}} ax-{{size}}\" [disabled]=\"disabled\" [tabindex]=\"tabIndex\" [attr.style]=\"cssStyle\" (click)=\"_emitOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n <ng-content select=\"ax-prefix,ax-loading,ax-icon\">\r\n </ng-content>\r\n <span *ngIf=\"text\">{{text}}</span>\r\n <ng-content select=\"ax-suffix\">\r\n </ng-content>\r\n <ng-content select=\"ax-dropdown-panel\">\r\n </ng-content>\r\n</button> -->\r\n<!-- <button [ngClass]=\"_classes\" class=\"{{cssClass}} ax-{{size}}\" [disabled]=\"disabled\" [tabindex]=\"tabIndex\" [attr.style]=\"cssStyle\" (click)=\"_emitOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\"> -->\r\n<ng-content select=\"ax-prefix,ax-loading,ax-icon\">\r\n</ng-content>\r\n<span *ngIf=\"text\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-dropdown-panel\">\r\n</ng-content>\r\n<!-- </button> -->", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2036
+ AXButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXButtonComponent, selector: "ax-button", inputs: { disabled: "disabled", tabIndex: "tabIndex", size: "size", text: "text", submitBehavior: "submitBehavior", cancelBehavior: "cancelBehavior", color: "color", look: "look", toggleable: "toggleable", selected: "selected" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange" }, host: { attributes: { "role": "button" }, listeners: { "document:keydown.escape": "onKeydownHandler($event)", "click": "_emitOnClickEvent($event)", "focus": "_emitOnFocusEvent($event)", "blur": "_emitOnBlurEvent($event)" }, properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0__namespace, template: "<!-- <button [ngClass]=\"_classes\" class=\"{{cssClass}} ax-{{size}}\" [disabled]=\"disabled\" [tabindex]=\"tabIndex\" [attr.style]=\"cssStyle\" (click)=\"_emitOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n <ng-content select=\"ax-prefix,ax-loading,ax-icon\">\r\n </ng-content>\r\n <span *ngIf=\"text\">{{text}}</span>\r\n <ng-content select=\"ax-suffix\">\r\n </ng-content>\r\n <ng-content select=\"ax-dropdown-panel\">\r\n </ng-content>\r\n</button> -->\r\n<!-- <button [ngClass]=\"_classes\" class=\"{{cssClass}} ax-{{size}}\" [disabled]=\"disabled\" [tabindex]=\"tabIndex\" [attr.style]=\"cssStyle\" (click)=\"_emitOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\"> -->\r\n<ng-content select=\"ax-prefix,ax-loading,ax-icon\">\r\n</ng-content>\r\n<span *ngIf=\"text\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-dropdown-panel\">\r\n</ng-content>\r\n<!-- </button> -->", directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2034
2037
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonComponent, decorators: [{
2035
2038
  type: i0.Component,
2036
2039
  args: [{
@@ -2237,7 +2240,7 @@
2237
2240
  return AXButtonItemComponent;
2238
2241
  }(AXBaseItemButtonMixin));
2239
2242
  AXButtonItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonItemComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2240
- AXButtonItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, host: { listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, styleAttribute: "cssStyle" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-icon\">\n </ng-content>\n <span *ngIf=\"text\">{{text}}</span>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n ", isInline: true, directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2243
+ AXButtonItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, host: { listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, styleAttribute: "cssStyle" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-icon\">\n </ng-content>\n <span *ngIf=\"text\">{{text}}</span>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n ", isInline: true, directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2241
2244
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonItemComponent, decorators: [{
2242
2245
  type: i0.Component,
2243
2246
  args: [{
@@ -2277,15 +2280,14 @@
2277
2280
  return AXDecoratorPrefixComponent;
2278
2281
  }(AXBaseComponentMixin));
2279
2282
  AXDecoratorPrefixComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorPrefixComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2280
- AXDecoratorPrefixComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDecoratorPrefixComponent, selector: "ax-prefix", host: { classAttribute: "ax-prefix" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-button,ax-loading,ax-icon,ax-badge\">\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2283
+ AXDecoratorPrefixComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDecoratorPrefixComponent, selector: "ax-prefix", usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-button,ax-loading,ax-icon,ax-badge\">\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2281
2284
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorPrefixComponent, decorators: [{
2282
2285
  type: i0.Component,
2283
2286
  args: [{
2284
2287
  selector: 'ax-prefix',
2285
2288
  template: "\n <ng-content select=\"ax-button,ax-loading,ax-icon,ax-badge\">\n </ng-content>\n ",
2286
2289
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
2287
- encapsulation: i0.ViewEncapsulation.None,
2288
- host: { class: 'ax-prefix' }
2290
+ encapsulation: i0.ViewEncapsulation.None
2289
2291
  }]
2290
2292
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
2291
2293
 
@@ -2297,34 +2299,52 @@
2297
2299
  return AXDecoratorSuffixComponent;
2298
2300
  }(AXBaseComponentMixin));
2299
2301
  AXDecoratorSuffixComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorSuffixComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2300
- AXDecoratorSuffixComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDecoratorSuffixComponent, selector: "ax-suffix", host: { classAttribute: "ax-suffix" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-button,ax-icon,ax-badge\">\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2302
+ AXDecoratorSuffixComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDecoratorSuffixComponent, selector: "ax-suffix", usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-button,ax-icon,ax-badge\">\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2301
2303
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorSuffixComponent, decorators: [{
2302
2304
  type: i0.Component,
2303
2305
  args: [{
2304
2306
  selector: 'ax-suffix',
2305
2307
  template: "\n <ng-content select=\"ax-button,ax-icon,ax-badge\">\n </ng-content>\n ",
2306
2308
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
2309
+ encapsulation: i0.ViewEncapsulation.None
2310
+ }]
2311
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
2312
+
2313
+ var AXDecoratorContentComponent = /** @class */ (function (_super) {
2314
+ __extends(AXDecoratorContentComponent, _super);
2315
+ function AXDecoratorContentComponent(elementRef, cdr) {
2316
+ return _super.call(this, elementRef, cdr) || this;
2317
+ }
2318
+ return AXDecoratorContentComponent;
2319
+ }(AXBaseComponentMixin));
2320
+ AXDecoratorContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorContentComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2321
+ AXDecoratorContentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDecoratorContentComponent, selector: "ax-content", usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content>\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2322
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDecoratorContentComponent, decorators: [{
2323
+ type: i0.Component,
2324
+ args: [{
2325
+ selector: 'ax-content',
2326
+ template: "\n <ng-content>\n </ng-content>\n ",
2327
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
2307
2328
  encapsulation: i0.ViewEncapsulation.None,
2308
- host: { class: 'ax-suffix' }
2309
2329
  }]
2310
2330
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
2311
2331
 
2312
- var COMPONENT$k = [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent];
2313
- var MODULES$k = [i4.CommonModule];
2332
+ var COMPONENT$l = [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent, AXDecoratorContentComponent];
2333
+ var MODULES$l = [i1.CommonModule];
2314
2334
  var AXEditorDecoratorModule = /** @class */ (function () {
2315
2335
  function AXEditorDecoratorModule() {
2316
2336
  }
2317
2337
  return AXEditorDecoratorModule;
2318
2338
  }());
2319
2339
  AXEditorDecoratorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2320
- AXEditorDecoratorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, declarations: [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent], imports: [i4.CommonModule], exports: [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent] });
2321
- AXEditorDecoratorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, providers: [], imports: [__spreadArray([], __read(MODULES$k))] });
2340
+ AXEditorDecoratorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, declarations: [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent, AXDecoratorContentComponent], imports: [i1.CommonModule], exports: [AXDecoratorPrefixComponent, AXDecoratorSuffixComponent, AXDecoratorContentComponent] });
2341
+ AXEditorDecoratorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, providers: [], imports: [__spreadArray([], __read(MODULES$l))] });
2322
2342
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXEditorDecoratorModule, decorators: [{
2323
2343
  type: i0.NgModule,
2324
2344
  args: [{
2325
- declarations: __spreadArray([], __read(COMPONENT$k)),
2326
- imports: __spreadArray([], __read(MODULES$k)),
2327
- exports: __spreadArray([], __read(COMPONENT$k)),
2345
+ declarations: __spreadArray([], __read(COMPONENT$l)),
2346
+ imports: __spreadArray([], __read(MODULES$l)),
2347
+ exports: __spreadArray([], __read(COMPONENT$l)),
2328
2348
  providers: [],
2329
2349
  }]
2330
2350
  }] });
@@ -2360,32 +2380,32 @@
2360
2380
  args: ['class']
2361
2381
  }] } });
2362
2382
 
2363
- var COMPONENT$j = [AXIconComponent];
2364
- var MODULES$j = [i4.CommonModule];
2383
+ var COMPONENT$k = [AXIconComponent];
2384
+ var MODULES$k = [i1.CommonModule];
2365
2385
  var AXIconModule = /** @class */ (function () {
2366
2386
  function AXIconModule() {
2367
2387
  }
2368
2388
  return AXIconModule;
2369
2389
  }());
2370
2390
  AXIconModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2371
- AXIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, declarations: [AXIconComponent], imports: [i4.CommonModule], exports: [AXIconComponent] });
2372
- AXIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, providers: [], imports: [__spreadArray([], __read(MODULES$j))] });
2391
+ AXIconModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, declarations: [AXIconComponent], imports: [i1.CommonModule], exports: [AXIconComponent] });
2392
+ AXIconModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, providers: [], imports: [__spreadArray([], __read(MODULES$k))] });
2373
2393
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXIconModule, decorators: [{
2374
2394
  type: i0.NgModule,
2375
2395
  args: [{
2376
- declarations: __spreadArray([], __read(COMPONENT$j)),
2377
- imports: __spreadArray([], __read(MODULES$j)),
2378
- exports: __spreadArray([], __read(COMPONENT$j)),
2396
+ declarations: __spreadArray([], __read(COMPONENT$k)),
2397
+ imports: __spreadArray([], __read(MODULES$k)),
2398
+ exports: __spreadArray([], __read(COMPONENT$k)),
2379
2399
  providers: [],
2380
2400
  }]
2381
2401
  }] });
2382
2402
 
2383
- var COMPONENT$i = [
2403
+ var COMPONENT$j = [
2384
2404
  AXButtonComponent,
2385
2405
  AXButtonItemComponent,
2386
2406
  AXButtonGroupComponent,
2387
2407
  ];
2388
- var MODULES$i = [i4.CommonModule, AXIconModule, AXEditorDecoratorModule];
2408
+ var MODULES$j = [i1.CommonModule, AXIconModule, AXEditorDecoratorModule];
2389
2409
  var AXButtonModule = /** @class */ (function () {
2390
2410
  function AXButtonModule() {
2391
2411
  }
@@ -2394,16 +2414,16 @@
2394
2414
  AXButtonModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2395
2415
  AXButtonModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonModule, declarations: [AXButtonComponent,
2396
2416
  AXButtonItemComponent,
2397
- AXButtonGroupComponent], imports: [i4.CommonModule, AXIconModule, AXEditorDecoratorModule], exports: [AXButtonComponent,
2417
+ AXButtonGroupComponent], imports: [i1.CommonModule, AXIconModule, AXEditorDecoratorModule], exports: [AXButtonComponent,
2398
2418
  AXButtonItemComponent,
2399
2419
  AXButtonGroupComponent] });
2400
- AXButtonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonModule, providers: [], imports: [[MODULES$i]] });
2420
+ AXButtonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonModule, providers: [], imports: [[MODULES$j]] });
2401
2421
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXButtonModule, decorators: [{
2402
2422
  type: i0.NgModule,
2403
2423
  args: [{
2404
- imports: [MODULES$i],
2405
- exports: [COMPONENT$i],
2406
- declarations: [COMPONENT$i],
2424
+ imports: [MODULES$j],
2425
+ exports: [COMPONENT$j],
2426
+ declarations: [COMPONENT$j],
2407
2427
  providers: [],
2408
2428
  }]
2409
2429
  }] });
@@ -2433,7 +2453,7 @@
2433
2453
  return new i2.AXDateTimeRange(i2.AXDateTime.convert(new Date(min, 0), this._today.calendar.name()), i2.AXDateTime.convert(new Date(max, 0), this._today.calendar.name()));
2434
2454
  case 'months':
2435
2455
  //TODO: check add month function
2436
- return new i2.AXDateTimeRange(current.startOf('year'), current.endOf('year').add('month', 4).add('day', -1));
2456
+ return new i2.AXDateTimeRange(current.startOf('year'), current.endOf('year').add('day', -1));
2437
2457
  default:
2438
2458
  //return new AXDateTimeRange(current.startOf('month').startOf('week'), current.endOf('month').endOf('week'));
2439
2459
  return new i2.AXDateTimeRange(current.startOf('month'), current.endOf('month'));
@@ -2691,7 +2711,7 @@
2691
2711
  return AXCalendarComponent;
2692
2712
  }(AXCalendarComponentMixin));
2693
2713
  AXCalendarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
2694
- AXCalendarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCalendarComponent, selector: "ax-calendar", inputs: { readonly: "readonly", allowNull: "allowNull", value: "value", debounceTime: "debounceTime", name: "name", disabled: "disabled", tabIndex: "tabIndex", activeView: "activeView", depth: "depth", min: "min", max: "max", disabledDates: "disabledDates", holidayDates: "holidayDates" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", depthChange: "depthChange" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-calendar-header\">\r\n <ax-button class=\"ax-nav-button\" [text]=\"_navText\" color=\"light\" look=\"blank\" (onClick)=\"_handleNavClick($event)\" [disabled]=\"disabled\">\r\n </ax-button>\r\n <ax-button class=\"ax-prev-button\" color=\"light\" look=\"blank\" (onClick)=\"_handlePrevClick($event)\" [disabled]=\"disabled\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-chevron ax-transform ax-rotate-90\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button>\r\n <ax-button class=\"ax-next-button\" color=\"light\" look=\"blank\" (onClick)=\"_handleNextClick($event)\" [disabled]=\"disabled\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-chevron ax-transform ax--rotate-90\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button>\r\n</div>\r\n<div class=\"ax-calendar-body\">\r\n <div [ngSwitch]=\"activeView\">\r\n <ng-container *ngSwitchCase=\"'years'\">\r\n <div class=\"ax-calendar-slots ax-calendar-slots-year\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [ngClass]=\"slot.cssClass\" \r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'months'\">\r\n <div class=\"ax-calendar-slots ax-calendar-slots-month\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [title]=\"slot.tooltip\" [ngClass]=\"slot.cssClass\" \r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n <div class=\"ax-calendar-week\">\r\n <div>SU</div>\r\n <div>MO</div>\r\n <div>TU</div>\r\n <div>WE</div>\r\n <div>TH</div>\r\n <div>FR</div>\r\n <div>SA</div>\r\n </div>\r\n <div class=\"ax-calendar-slots ax-calendar-slots-day\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [title]=\"slot.tooltip\" [ngClass]=\"slot.cssClass\"\r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n</div>\r\n<div class=\"ax-calendar-footer\">\r\n <ax-button [text]=\"_todayText\" color=\"dark\" look=\"blank\" size=\"sm\" (onClick)=\"_handleGoToday()\" [disabled]=\"disabled\"></ax-button>\r\n</div>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i4__namespace.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4__namespace.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4__namespace.NgSwitchDefault, selector: "[ngSwitchDefault]" }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2714
+ AXCalendarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCalendarComponent, selector: "ax-calendar", inputs: { readonly: "readonly", allowNull: "allowNull", value: "value", debounceTime: "debounceTime", name: "name", disabled: "disabled", tabIndex: "tabIndex", activeView: "activeView", depth: "depth", min: "min", max: "max", disabledDates: "disabledDates", holidayDates: "holidayDates" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", depthChange: "depthChange" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-calendar-header\">\r\n <ax-button class=\"ax-nav-button\" [text]=\"_navText\" color=\"light\" look=\"blank\" (onClick)=\"_handleNavClick($event)\" [disabled]=\"disabled\">\r\n </ax-button>\r\n <ax-button class=\"ax-prev-button\" color=\"light\" look=\"blank\" (onClick)=\"_handlePrevClick($event)\" [disabled]=\"disabled\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-chevron ax-transform ax-rotate-90\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button>\r\n <ax-button class=\"ax-next-button\" color=\"light\" look=\"blank\" (onClick)=\"_handleNextClick($event)\" [disabled]=\"disabled\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-chevron ax-transform ax--rotate-90\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button>\r\n</div>\r\n<div class=\"ax-calendar-body\">\r\n <div [ngSwitch]=\"activeView\">\r\n <ng-container *ngSwitchCase=\"'years'\">\r\n <div class=\"ax-calendar-slots ax-calendar-slots-year\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [ngClass]=\"slot.cssClass\" \r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'months'\">\r\n <div class=\"ax-calendar-slots ax-calendar-slots-month\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [title]=\"slot.tooltip\" [ngClass]=\"slot.cssClass\" \r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n <div class=\"ax-calendar-week\">\r\n <div>SU</div>\r\n <div>MO</div>\r\n <div>TU</div>\r\n <div>WE</div>\r\n <div>TH</div>\r\n <div>FR</div>\r\n <div>SA</div>\r\n </div>\r\n <div class=\"ax-calendar-slots ax-calendar-slots-day\">\r\n <div tabindex=\"0\" *ngFor=\"let slot of _slots\" [title]=\"slot.tooltip\" [ngClass]=\"slot.cssClass\"\r\n (click)=\"_handleSlotClick(slot)\">{{slot.text}}</div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n\r\n</div>\r\n<div class=\"ax-calendar-footer\">\r\n <ax-button [text]=\"_todayText\" color=\"dark\" look=\"blank\" size=\"sm\" (onClick)=\"_handleGoToday()\" [disabled]=\"disabled\"></ax-button>\r\n</div>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i1__namespace.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1__namespace.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgSwitchDefault, selector: "[ngSwitchDefault]" }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2695
2715
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarComponent, decorators: [{
2696
2716
  type: i0.Component,
2697
2717
  args: [{
@@ -2721,22 +2741,22 @@
2721
2741
  args: ['class']
2722
2742
  }] } });
2723
2743
 
2724
- var COMPONENT$h = [AXCalendarComponent];
2725
- var MODULES$h = [i4.CommonModule, AXButtonModule, AXIconModule, AXEditorDecoratorModule, i2.AXDateTimeModule];
2744
+ var COMPONENT$i = [AXCalendarComponent];
2745
+ var MODULES$i = [i1.CommonModule, AXButtonModule, AXIconModule, AXEditorDecoratorModule, i2.AXDateTimeModule];
2726
2746
  var AXCalendarModule = /** @class */ (function () {
2727
2747
  function AXCalendarModule() {
2728
2748
  }
2729
2749
  return AXCalendarModule;
2730
2750
  }());
2731
2751
  AXCalendarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2732
- AXCalendarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, declarations: [AXCalendarComponent], imports: [i4.CommonModule, AXButtonModule, AXIconModule, AXEditorDecoratorModule, i2.AXDateTimeModule], exports: [AXCalendarComponent] });
2733
- AXCalendarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, providers: [], imports: [__spreadArray([], __read(MODULES$h))] });
2752
+ AXCalendarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, declarations: [AXCalendarComponent], imports: [i1.CommonModule, AXButtonModule, AXIconModule, AXEditorDecoratorModule, i2.AXDateTimeModule], exports: [AXCalendarComponent] });
2753
+ AXCalendarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, providers: [], imports: [__spreadArray([], __read(MODULES$i))] });
2734
2754
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCalendarModule, decorators: [{
2735
2755
  type: i0.NgModule,
2736
2756
  args: [{
2737
- declarations: __spreadArray([], __read(COMPONENT$h)),
2738
- imports: __spreadArray([], __read(MODULES$h)),
2739
- exports: __spreadArray([], __read(COMPONENT$h)),
2757
+ declarations: __spreadArray([], __read(COMPONENT$i)),
2758
+ imports: __spreadArray([], __read(MODULES$i)),
2759
+ exports: __spreadArray([], __read(COMPONENT$i)),
2740
2760
  providers: [],
2741
2761
  }]
2742
2762
  }] });
@@ -3236,7 +3256,7 @@
3236
3256
  return AXCarouselPagerComponent;
3237
3257
  }(AXBaseComponentMixin));
3238
3258
  AXCarouselPagerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselPagerComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: AXCarouselComponent }], target: i0__namespace.ɵɵFactoryTarget.Component });
3239
- AXCarouselPagerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCarouselPagerComponent, selector: "ax-carousel-pager", host: { classAttribute: "ax-carousel-pager" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <button *ngFor=\"let d of _dots;let i=index\" [class.ax-state-active]=\"i==_pageIndex\" (click)=\"_handleClick($event,i)\">\n </button>\n ", isInline: true, directives: [{ type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3259
+ AXCarouselPagerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCarouselPagerComponent, selector: "ax-carousel-pager", host: { classAttribute: "ax-carousel-pager" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <button *ngFor=\"let d of _dots;let i=index\" [class.ax-state-active]=\"i==_pageIndex\" (click)=\"_handleClick($event,i)\">\n </button>\n ", isInline: true, directives: [{ type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3240
3260
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselPagerComponent, decorators: [{
3241
3261
  type: i0.Component,
3242
3262
  args: [{
@@ -3248,17 +3268,163 @@
3248
3268
  }]
3249
3269
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: AXCarouselComponent }]; } });
3250
3270
 
3251
- var COMPONENT$g = [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent];
3252
- var MODULES$g = [i4.CommonModule];
3271
+ var COMPONENT$h = [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent];
3272
+ var MODULES$h = [i1.CommonModule];
3253
3273
  var AXCarouselModule = /** @class */ (function () {
3254
3274
  function AXCarouselModule() {
3255
3275
  }
3256
3276
  return AXCarouselModule;
3257
3277
  }());
3258
3278
  AXCarouselModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3259
- AXCarouselModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, declarations: [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent], imports: [i4.CommonModule], exports: [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent] });
3260
- AXCarouselModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, providers: [], imports: [__spreadArray([], __read(MODULES$g))] });
3279
+ AXCarouselModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, declarations: [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent], imports: [i1.CommonModule], exports: [AXCarouselComponent, AXCarouselItemComponent, AXCarouselArrowsComponent, AXCarouselPagerComponent] });
3280
+ AXCarouselModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, providers: [], imports: [__spreadArray([], __read(MODULES$h))] });
3261
3281
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCarouselModule, decorators: [{
3282
+ type: i0.NgModule,
3283
+ args: [{
3284
+ declarations: __spreadArray([], __read(COMPONENT$h)),
3285
+ imports: __spreadArray([], __read(MODULES$h)),
3286
+ exports: __spreadArray([], __read(COMPONENT$h)),
3287
+ providers: [],
3288
+ }]
3289
+ }] });
3290
+
3291
+ var AXFormFieldComponent = /** @class */ (function (_super) {
3292
+ __extends(AXFormFieldComponent, _super);
3293
+ function AXFormFieldComponent(elementRef, cdr) {
3294
+ return _super.call(this, elementRef, cdr) || this;
3295
+ }
3296
+ return AXFormFieldComponent;
3297
+ }(AXBaseComponentMixin));
3298
+ AXFormFieldComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormFieldComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3299
+ AXFormFieldComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormFieldComponent, selector: "ax-form-field", usesInheritance: true, ngImport: i0__namespace, template: '<div class="ax-form-field"><ng-content></ng-content></div>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3300
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormFieldComponent, decorators: [{
3301
+ type: i0.Component,
3302
+ args: [{
3303
+ selector: 'ax-form-field',
3304
+ template: '<div class="ax-form-field"><ng-content></ng-content></div>',
3305
+ encapsulation: i0.ViewEncapsulation.None,
3306
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
3307
+ }]
3308
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
3309
+
3310
+ var AXFormHintComponent = /** @class */ (function (_super) {
3311
+ __extends(AXFormHintComponent, _super);
3312
+ function AXFormHintComponent(elementRef, cdr) {
3313
+ return _super.call(this, elementRef, cdr) || this;
3314
+ }
3315
+ return AXFormHintComponent;
3316
+ }(AXBaseComponentMixin));
3317
+ AXFormHintComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormHintComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3318
+ AXFormHintComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormHintComponent, selector: "ax-form-hint", usesInheritance: true, ngImport: i0__namespace, template: ' <p class="ax-text-gray-400 ax-text-xs ax-py-1"><ng-content></ng-content></p>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3319
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormHintComponent, decorators: [{
3320
+ type: i0.Component,
3321
+ args: [{
3322
+ selector: 'ax-form-hint',
3323
+ template: ' <p class="ax-text-gray-400 ax-text-xs ax-py-1"><ng-content></ng-content></p>',
3324
+ encapsulation: i0.ViewEncapsulation.None,
3325
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
3326
+ }]
3327
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
3328
+
3329
+ var AXFormComponent = /** @class */ (function (_super) {
3330
+ __extends(AXFormComponent, _super);
3331
+ function AXFormComponent(elementRef, cdr) {
3332
+ var _this = _super.call(this, elementRef, cdr) || this;
3333
+ _this.cdr = cdr;
3334
+ return _this;
3335
+ }
3336
+ AXFormComponent.prototype._getComponenets = function () {
3337
+ return Array.from(this._getHostElement().querySelectorAll('[ax-form-input="true"]'));
3338
+ };
3339
+ AXFormComponent.prototype.validate = function () {
3340
+ var widgets = this._getComponenets();
3341
+ //
3342
+ return new Promise(function (resolve, reject) {
3343
+ if (widgets.length === 0) {
3344
+ return Promise.resolve({ result: true });
3345
+ }
3346
+ Promise.all(widgets.map(function (c) { return c.__axContext__.validate(); })).then(function (rules) {
3347
+ var failed = rules.filter(function (c) { return !c.result; });
3348
+ if (failed.length) {
3349
+ reject({
3350
+ result: false,
3351
+ items: failed
3352
+ });
3353
+ }
3354
+ else {
3355
+ resolve({ result: true });
3356
+ }
3357
+ });
3358
+ });
3359
+ };
3360
+ AXFormComponent.prototype.clear = function () {
3361
+ var widgets = this._getComponenets();
3362
+ widgets.forEach(function (w) {
3363
+ w.__axContext__.clear();
3364
+ });
3365
+ };
3366
+ return AXFormComponent;
3367
+ }(AXBaseComponentMixin));
3368
+ AXFormComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3369
+ AXFormComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormComponent, selector: "ax-form", usesInheritance: true, ngImport: i0__namespace, template: '<div class="ax-form"><ng-content></ng-content></div>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3370
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormComponent, decorators: [{
3371
+ type: i0.Component,
3372
+ args: [{
3373
+ selector: 'ax-form',
3374
+ template: '<div class="ax-form"><ng-content></ng-content></div>',
3375
+ encapsulation: i0.ViewEncapsulation.None,
3376
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
3377
+ }]
3378
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
3379
+
3380
+ var AXFormModule = /** @class */ (function () {
3381
+ function AXFormModule() {
3382
+ }
3383
+ return AXFormModule;
3384
+ }());
3385
+ AXFormModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3386
+ AXFormModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, declarations: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent], imports: [i1.CommonModule], exports: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent] });
3387
+ AXFormModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, providers: [], imports: [[i1.CommonModule]] });
3388
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, decorators: [{
3389
+ type: i0.NgModule,
3390
+ args: [{
3391
+ imports: [i1.CommonModule],
3392
+ exports: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent],
3393
+ declarations: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent],
3394
+ providers: [],
3395
+ }]
3396
+ }] });
3397
+
3398
+ var AXLabelComponent = /** @class */ (function (_super) {
3399
+ __extends(AXLabelComponent, _super);
3400
+ function AXLabelComponent(elementRef, cdr) {
3401
+ return _super.call(this, elementRef, cdr) || this;
3402
+ }
3403
+ return AXLabelComponent;
3404
+ }(AXBaseComponentMixin));
3405
+ AXLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3406
+ AXLabelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXLabelComponent, selector: "ax-label", usesInheritance: true, ngImport: i0__namespace, template: "<label>\r\n <ng-content></ng-content>\r\n</label>", changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3407
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelComponent, decorators: [{
3408
+ type: i0.Component,
3409
+ args: [{
3410
+ selector: 'ax-label',
3411
+ templateUrl: './label.component.html',
3412
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
3413
+ encapsulation: i0.ViewEncapsulation.None
3414
+ }]
3415
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
3416
+
3417
+ var COMPONENT$g = [AXLabelComponent];
3418
+ var MODULES$g = [i1.CommonModule];
3419
+ var AXLabelModule = /** @class */ (function () {
3420
+ function AXLabelModule() {
3421
+ }
3422
+ return AXLabelModule;
3423
+ }());
3424
+ AXLabelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3425
+ AXLabelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, declarations: [AXLabelComponent], imports: [i1.CommonModule], exports: [AXLabelComponent] });
3426
+ AXLabelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, providers: [], imports: [__spreadArray([], __read(MODULES$g))] });
3427
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, decorators: [{
3262
3428
  type: i0.NgModule,
3263
3429
  args: [{
3264
3430
  declarations: __spreadArray([], __read(COMPONENT$g)),
@@ -3271,40 +3437,54 @@
3271
3437
  var AXCheckBoxComponent = /** @class */ (function (_super) {
3272
3438
  __extends(AXCheckBoxComponent, _super);
3273
3439
  function AXCheckBoxComponent(elementRef, cdr) {
3274
- var _this = _super.call(this, elementRef, cdr) || this;
3275
- //TODO: apply it
3276
- _this.indeterminate = false;
3277
- _this._id = "ax-checkbox-" + Math.floor(Math.random() * 1000);
3278
- return _this;
3440
+ return _super.call(this, elementRef, cdr) || this;
3279
3441
  }
3280
3442
  AXCheckBoxComponent.prototype.onInit = function () {
3281
3443
  _super.prototype.onInit.call(this);
3282
- if (!this.indeterminate && this.value == null) {
3444
+ debugger;
3445
+ if (!this.allowNull && this.value == null) {
3283
3446
  this.value = false;
3284
3447
  }
3285
3448
  };
3449
+ AXCheckBoxComponent.prototype._onValueChanging = function (value) {
3450
+ debugger;
3451
+ if (this.allowNull && value == null) {
3452
+ this._stateIndeterminate = true;
3453
+ }
3454
+ else {
3455
+ this._stateIndeterminate = false;
3456
+ value = value == true ? true : false;
3457
+ }
3458
+ return value;
3459
+ };
3286
3460
  AXCheckBoxComponent.prototype._handleOnClickEvent = function (e) {
3461
+ debugger;
3287
3462
  if (this.readonly || this.disabled) {
3288
3463
  e.preventDefault();
3289
3464
  e.stopPropagation();
3465
+ return false;
3290
3466
  }
3291
3467
  };
3292
3468
  return AXCheckBoxComponent;
3293
3469
  }(AXBaseValueComponentMixin));
3294
3470
  AXCheckBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3295
- AXCheckBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCheckBoxComponent, selector: "ax-check-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", indeterminate: "indeterminate" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-flex ax-items-start ax-checkbox-container\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"_id\" class=\"ax-checkbox\" type=\"checkbox\" [(ngModel)]=\"value\" [checked]=\"value\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n </div>\r\n <div class=\"ax-ms-2 ax-text-sm ax-flex ax-flex-col\">\r\n <label [for]=\"_id\" class=\"ax-font-medium ax-text-light-700\">\r\n <ng-content></ng-content><br>\r\n </label>\r\n </div>\r\n <!-- <div class=\"ax-ms-3 ax-text-sm\">\r\n \r\n </div> -->\r\n</div>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>", directives: [{ type: i3__namespace.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3471
+ AXCheckBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXCheckBoxComponent, selector: "ax-check-box", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", debounceTime: "debounceTime", name: "name" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged" }, queries: [{ propertyName: "_hint", predicate: AXFormHintComponent }, { propertyName: "_label", predicate: AXLabelComponent }], usesInheritance: true, ngImport: i0__namespace, template: "<!-- <div class=\"ax-wrapper ax-flex ax-flex-row \" [class.ax-items-center]=\"_hint.length==0\"\r\n [class.ax-items-start]=\"_hint.length>=0\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"disabled\">\r\n <input [id]=\"id\" type=\"checkbox\" [indeterminate]=\"_stateIndeterminate\" [(ngModel)]=\"value\" [checked]=\"value\"\r\n [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (click)=\"_handleOnClickEvent($event)\"\r\n (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n <div class=\"ax-suffix ax-ms-3\" *ngIf=\"_label.length||_hint.length\">\r\n <div *ngIf=\"_label.length\">\r\n <ng-content select=\"ax-label\"></ng-content>\r\n </div>\r\n <div *ngIf=\"_hint.length\">\r\n <ng-content select=\"ax-form-hint\"></ng-content>\r\n </div>\r\n </div>\r\n</div> -->\r\n\r\n<div class=\"ax-flex ax-items-start\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"id\" class=\"ax-h-4 ax-w-4\" type=\"checkbox\" [indeterminate]=\"_stateIndeterminate\" [(ngModel)]=\"value\" [checked]=\"value\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (click)=\"_handleOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\"\r\n (blur)=\"_emitOnBlurEvent($event)\">\r\n </div>\r\n <div class=\"ax-ms-3 ax-text-sm\">\r\n <ng-content select=\"ax-label\"></ng-content>\r\n <ng-content select=\"ax-form-hint\"></ng-content>\r\n </div>\r\n</div>\r\n\r\n<ng-content select=\"ax-validation-rule\"></ng-content>", directives: [{ type: i3__namespace.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3296
3472
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxComponent, decorators: [{
3297
3473
  type: i0.Component,
3298
3474
  args: [{
3299
3475
  selector: 'ax-check-box',
3300
3476
  templateUrl: './checkbox.component.html',
3301
- inputs: ['disabled', 'readonly', 'tabIndex', 'size', 'value'],
3302
- outputs: ['valueChange', 'onValueChanged', 'onBlur', 'onFocus'],
3477
+ inputs: __spreadArray(__spreadArray([], __read(INTERACTIVE_INPUTS)), __read(VALUE_INPUTS)),
3478
+ outputs: __spreadArray(__spreadArray([], __read(INTERACTIVE_OUTPUT)), __read(VALUE_OUTPUT)),
3303
3479
  encapsulation: i0.ViewEncapsulation.None,
3304
3480
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
3305
3481
  }]
3306
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; }, propDecorators: { indeterminate: [{
3307
- type: i0.Input
3482
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; }, propDecorators: { _hint: [{
3483
+ type: i0.ContentChildren,
3484
+ args: [AXFormHintComponent]
3485
+ }], _label: [{
3486
+ type: i0.ContentChildren,
3487
+ args: [AXLabelComponent]
3308
3488
  }] } });
3309
3489
 
3310
3490
  var AXCheckBoxModule = /** @class */ (function () {
@@ -3313,13 +3493,13 @@
3313
3493
  return AXCheckBoxModule;
3314
3494
  }());
3315
3495
  AXCheckBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3316
- AXCheckBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, declarations: [AXCheckBoxComponent], imports: [i4.CommonModule, i3.FormsModule], exports: [AXCheckBoxComponent] });
3317
- AXCheckBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, providers: [], imports: [[i4.CommonModule, i3.FormsModule]] });
3496
+ AXCheckBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, declarations: [AXCheckBoxComponent], imports: [i1.CommonModule, i3.FormsModule], exports: [AXCheckBoxComponent] });
3497
+ AXCheckBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, providers: [], imports: [[i1.CommonModule, i3.FormsModule]] });
3318
3498
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXCheckBoxModule, decorators: [{
3319
3499
  type: i0.NgModule,
3320
3500
  args: [{
3321
3501
  declarations: [AXCheckBoxComponent],
3322
- imports: [i4.CommonModule, i3.FormsModule],
3502
+ imports: [i1.CommonModule, i3.FormsModule],
3323
3503
  exports: [AXCheckBoxComponent],
3324
3504
  providers: [],
3325
3505
  }]
@@ -3385,7 +3565,7 @@
3385
3565
  return AXDataListComponent;
3386
3566
  }(AXBaseSelectionValueMixin));
3387
3567
  AXDataListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3388
- AXDataListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDataListComponent, selector: "ax-datalist", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", items: "items", pageSize: "pageSize", itemTemplate: "itemTemplate", emptyTemplate: "emptyTemplate", loadingTemplate: "loadingTemplate" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { classAttribute: "ax-list ax-list-container" }, queries: [{ propertyName: "_contentItemTemplate", first: true, predicate: ["itemTemplate"], descendants: true, static: true }, { propertyName: "_contentEmptyTemplate", first: true, predicate: ["emptyTemplate"], descendants: true, static: true }, { propertyName: "_contentloadingTemplate", first: true, predicate: ["loadingTemplate"], descendants: true, static: true }], viewQueries: [{ propertyName: "_container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-list-items-container ax-default ax-vertical\" (scroll)=\"_handleListScroll($event)\" #container>\r\n <ng-container *ngFor=\"let item of displayItems;trackBy : _trackByFunction\">\r\n <ng-container *ngIf=\"itemTemplate; else elseTemplate\">\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: item,direction:direction}\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n {{ item ? _getItemDisplayTextTemplte(item) : 'Loading...'}}\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"(displayItems==null || displayItems.length==0) && !isLoading\">\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"elseEmptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n Empty!\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"isLoading\">\r\n <ng-container *ngIf=\"loadingTemplate; else elseLoadingTemplate\">\r\n <ng-container *ngTemplateOutlet=\"loadingTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseLoadingTemplate>\r\n <div class=\"ax-list-loading-container\">\r\n <div><i class=\"fas fa-spinner ax-animate-spin\"></i> Loading ...</div>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n</div>", directives: [{ type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3568
+ AXDataListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDataListComponent, selector: "ax-datalist", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", items: "items", pageSize: "pageSize", itemTemplate: "itemTemplate", emptyTemplate: "emptyTemplate", loadingTemplate: "loadingTemplate" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { classAttribute: "ax-list ax-list-container" }, queries: [{ propertyName: "_contentItemTemplate", first: true, predicate: ["itemTemplate"], descendants: true, static: true }, { propertyName: "_contentEmptyTemplate", first: true, predicate: ["emptyTemplate"], descendants: true, static: true }, { propertyName: "_contentloadingTemplate", first: true, predicate: ["loadingTemplate"], descendants: true, static: true }], viewQueries: [{ propertyName: "_container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-list-items-container ax-default ax-vertical\" (scroll)=\"_handleListScroll($event)\" #container>\r\n <ng-container *ngFor=\"let item of displayItems;trackBy : _trackByFunction\">\r\n <ng-container *ngIf=\"itemTemplate; else elseTemplate\">\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: item,direction:direction}\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n {{ item ? _getItemDisplayTextTemplte(item) : 'Loading...'}}\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"(displayItems==null || displayItems.length==0) && !isLoading\">\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"elseEmptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n Empty!\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"isLoading\">\r\n <ng-container *ngIf=\"loadingTemplate; else elseLoadingTemplate\">\r\n <ng-container *ngTemplateOutlet=\"loadingTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseLoadingTemplate>\r\n <div class=\"ax-list-loading-container\">\r\n <div><i class=\"fas fa-spinner ax-animate-spin\"></i> Loading ...</div>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n</div>", directives: [{ type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3389
3569
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListComponent, decorators: [{
3390
3570
  type: i0.Component,
3391
3571
  args: [{
@@ -3418,14 +3598,14 @@
3418
3598
  }] } });
3419
3599
 
3420
3600
  var COMPONENT$f = [AXDataListComponent];
3421
- var MODULES$f = [i4.CommonModule, AXButtonModule];
3601
+ var MODULES$f = [i1.CommonModule, AXButtonModule];
3422
3602
  var AXDataListModule = /** @class */ (function () {
3423
3603
  function AXDataListModule() {
3424
3604
  }
3425
3605
  return AXDataListModule;
3426
3606
  }());
3427
3607
  AXDataListModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3428
- AXDataListModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListModule, declarations: [AXDataListComponent], imports: [i4.CommonModule, AXButtonModule], exports: [AXDataListComponent] });
3608
+ AXDataListModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListModule, declarations: [AXDataListComponent], imports: [i1.CommonModule, AXButtonModule], exports: [AXDataListComponent] });
3429
3609
  AXDataListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListModule, providers: [], imports: [__spreadArray([], __read(MODULES$f))] });
3430
3610
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDataListModule, decorators: [{
3431
3611
  type: i0.NgModule,
@@ -3615,7 +3795,7 @@
3615
3795
  }));
3616
3796
  }
3617
3797
  if (!this._templatePortal) {
3618
- this._templatePortal = new i1.TemplatePortal(this._baseTemplate, this._viewContainerRef);
3798
+ this._templatePortal = new i1$1.TemplatePortal(this._baseTemplate, this._viewContainerRef);
3619
3799
  }
3620
3800
  };
3621
3801
  Object.defineProperty(AXPopoverComponent.prototype, "isOpen", {
@@ -3630,7 +3810,7 @@
3630
3810
  };
3631
3811
  return AXPopoverComponent;
3632
3812
  }(AXBaseComponent));
3633
- AXPopoverComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }, { token: i1__namespace.Overlay }, { token: i2__namespace.AXPlatform }, { token: i0__namespace.ViewContainerRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3813
+ AXPopoverComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }, { token: i1__namespace$1.Overlay }, { token: i2__namespace.AXPlatform }, { token: i0__namespace.ViewContainerRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
3634
3814
  AXPopoverComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPopoverComponent, selector: "ax-popover", inputs: { target: "target", position: "position", openTrigger: "openTrigger", closeTrigger: "closeTrigger", hasBackdrop: "hasBackdrop", backdropClass: "backdropClass" }, host: { listeners: { "document:keydown": "_handleKeydownHandler($event)" } }, viewQueries: [{ propertyName: "_baseTemplate", first: true, predicate: ["baseTemplate"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #baseTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>", changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3635
3815
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverComponent, decorators: [{
3636
3816
  type: i0.Component,
@@ -3640,7 +3820,7 @@
3640
3820
  encapsulation: i0.ViewEncapsulation.None,
3641
3821
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
3642
3822
  }]
3643
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.NgZone }, { type: i1__namespace.Overlay }, { type: i2__namespace.AXPlatform }, { type: i0__namespace.ViewContainerRef }]; }, propDecorators: { target: [{
3823
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.NgZone }, { type: i1__namespace$1.Overlay }, { type: i2__namespace.AXPlatform }, { type: i0__namespace.ViewContainerRef }]; }, propDecorators: { target: [{
3644
3824
  type: i0.Input
3645
3825
  }], position: [{
3646
3826
  type: i0.Input
@@ -3666,13 +3846,13 @@
3666
3846
  return AXPopoverModule;
3667
3847
  }());
3668
3848
  AXPopoverModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3669
- AXPopoverModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, declarations: [AXPopoverComponent], imports: [i4.CommonModule], exports: [AXPopoverComponent] });
3670
- AXPopoverModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, providers: [], imports: [[i4.CommonModule]] });
3849
+ AXPopoverModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, declarations: [AXPopoverComponent], imports: [i1.CommonModule], exports: [AXPopoverComponent] });
3850
+ AXPopoverModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, providers: [], imports: [[i1.CommonModule]] });
3671
3851
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopoverModule, decorators: [{
3672
3852
  type: i0.NgModule,
3673
3853
  args: [{
3674
3854
  declarations: [AXPopoverComponent],
3675
- imports: [i4.CommonModule],
3855
+ imports: [i1.CommonModule],
3676
3856
  exports: [AXPopoverComponent],
3677
3857
  providers: []
3678
3858
  }]
@@ -3938,7 +4118,7 @@
3938
4118
  return AXDropdownPanelComponent;
3939
4119
  }(AXBaseDropDownComponent));
3940
4120
  AXDropdownPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownPanelComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: AXButtonComponent, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
3941
- AXDropdownPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: { items: "items" }, outputs: { onItemClick: "onItemClick" }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true }, { propertyName: "_viewButtons", predicate: AXButtonItemComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ax-popover [target]=\"_target\" [position]=\"position\" [openTrigger]=\"'toggle'\" [closeTrigger]=\"'clickout'\">\r\n <div class=\"ax-overlay-pane\" [class.ax-dropdown-list]=\"_needBorder\" >\r\n <ng-container *ngIf=\"items && items.length;else panelTpl\">\r\n <ax-button-item [text]=\"item.text\" [color]=\"item.color\" *ngFor=\"let item of items\">\r\n <ax-prefix *ngIf=\"item.iconClass\">\r\n <ax-icon [icon]=\"item.iconClass\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button-item>\r\n </ng-container>\r\n <ng-template #panelTpl>\r\n <ng-content select=\"[panel],ax-button-item\">\r\n </ng-content>\r\n </ng-template>\r\n </div>\r\n</ax-popover>", components: [{ type: AXPopoverComponent, selector: "ax-popover", inputs: ["target", "position", "openTrigger", "closeTrigger", "hasBackdrop", "backdropClass"] }, { type: AXButtonItemComponent, selector: "ax-button-item", inputs: ["text", "tooltip", "selected", "seperated", "name", "data", "color"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
4121
+ AXDropdownPanelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: { items: "items" }, outputs: { onItemClick: "onItemClick" }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true }, { propertyName: "_viewButtons", predicate: AXButtonItemComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ax-popover [target]=\"_target\" [position]=\"position\" [openTrigger]=\"'toggle'\" [closeTrigger]=\"'clickout'\">\r\n <div class=\"ax-overlay-pane\" [class.ax-dropdown-list]=\"_needBorder\" >\r\n <ng-container *ngIf=\"items && items.length;else panelTpl\">\r\n <ax-button-item [text]=\"item.text\" [color]=\"item.color\" *ngFor=\"let item of items\">\r\n <ax-prefix *ngIf=\"item.iconClass\">\r\n <ax-icon [icon]=\"item.iconClass\"></ax-icon>\r\n </ax-prefix>\r\n </ax-button-item>\r\n </ng-container>\r\n <ng-template #panelTpl>\r\n <ng-content select=\"[panel],ax-button-item\">\r\n </ng-content>\r\n </ng-template>\r\n </div>\r\n</ax-popover>", components: [{ type: AXPopoverComponent, selector: "ax-popover", inputs: ["target", "position", "openTrigger", "closeTrigger", "hasBackdrop", "backdropClass"] }, { type: AXButtonItemComponent, selector: "ax-button-item", inputs: ["text", "tooltip", "selected", "seperated", "name", "data", "color"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
3942
4122
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownPanelComponent, decorators: [{
3943
4123
  type: i0.Component,
3944
4124
  args: [{
@@ -3972,12 +4152,12 @@
3972
4152
  return AXDropdownModule;
3973
4153
  }());
3974
4154
  AXDropdownModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3975
- AXDropdownModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, declarations: [AXDropdownComponent, AXDropdownPanelComponent], imports: [i4.CommonModule, AXButtonModule, i1$1.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule], exports: [AXDropdownComponent, AXDropdownPanelComponent] });
3976
- AXDropdownModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, providers: [], imports: [[i4.CommonModule, AXButtonModule, i1$1.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule]] });
4155
+ AXDropdownModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, declarations: [AXDropdownComponent, AXDropdownPanelComponent], imports: [i1.CommonModule, AXButtonModule, i1$2.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule], exports: [AXDropdownComponent, AXDropdownPanelComponent] });
4156
+ AXDropdownModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, providers: [], imports: [[i1.CommonModule, AXButtonModule, i1$2.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule]] });
3977
4157
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDropdownModule, decorators: [{
3978
4158
  type: i0.NgModule,
3979
4159
  args: [{
3980
- imports: [i4.CommonModule, AXButtonModule, i1$1.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule],
4160
+ imports: [i1.CommonModule, AXButtonModule, i1$2.OverlayModule, AXIconModule, AXEditorDecoratorModule, AXPopoverModule],
3981
4161
  exports: [AXDropdownComponent, AXDropdownPanelComponent],
3982
4162
  declarations: [AXDropdownComponent, AXDropdownPanelComponent],
3983
4163
  providers: [],
@@ -3985,14 +4165,14 @@
3985
4165
  }] });
3986
4166
 
3987
4167
  var COMPONENT$e = [AXDatepickerComponent];
3988
- var MODULES$e = [i4.CommonModule, AXCalendarModule, AXDropdownModule];
4168
+ var MODULES$e = [i1.CommonModule, AXCalendarModule, AXDropdownModule];
3989
4169
  var AXDatepickerModule = /** @class */ (function () {
3990
4170
  function AXDatepickerModule() {
3991
4171
  }
3992
4172
  return AXDatepickerModule;
3993
4173
  }());
3994
4174
  AXDatepickerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDatepickerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3995
- AXDatepickerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDatepickerModule, declarations: [AXDatepickerComponent], imports: [i4.CommonModule, AXCalendarModule, AXDropdownModule], exports: [AXDatepickerComponent] });
4175
+ AXDatepickerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDatepickerModule, declarations: [AXDatepickerComponent], imports: [i1.CommonModule, AXCalendarModule, AXDropdownModule], exports: [AXDatepickerComponent] });
3996
4176
  AXDatepickerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDatepickerModule, providers: [], imports: [__spreadArray([], __read(MODULES$e))] });
3997
4177
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDatepickerModule, decorators: [{
3998
4178
  type: i0.NgModule,
@@ -4033,7 +4213,7 @@
4033
4213
  return AXDialogComponent;
4034
4214
  }(AXBaseComponentMixin));
4035
4215
  AXDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
4036
- AXDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDialogComponent, selector: "ax-dialog", usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" cdkTrapFocus>\r\n <div class=\"ax-dialog ax-{{options.type}}\" tabindex=\"0\" cdkDrag role=\"alert\" cdkDragHandle>\r\n <div class=\"ax-dialog-icon-side\">\r\n <i class=\"ax-dialog-icon {{_icon}}\"></i>\r\n </div>\r\n <div class=\"ax-dialog-content-side\">\r\n <div class=\"ax-dialog-title\">{{options.title}}</div>\r\n <div class=\"ax-dialog-content\">{{options.content}}</div>\r\n </div>\r\n <div class=\"ax-dialog-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.dismissible\" (click)=\"close()\"></i>\r\n </div>\r\n\r\n <footer class=\"ax-dialog-footer\">\r\n <ng-container *ngFor=\"let button of options.buttons\">\r\n <ax-button [text]=\"button.text\" [submitBehavior]=\"button.submitBehavior\" [cancelBehavior]=\"button.cancelBehavior\" (onClick)=\"_handleButtonClick(button)\" [class]=\"button.cssClass\" [look]=\"button.look\" [color]=\"button.color\"></ax-button>\r\n <div class=\"ax-ml-2\"></div>\r\n </ng-container>\r\n </footer>\r\n </div>\r\n\r\n</div>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i2__namespace$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { type: i3__namespace$1.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i3__namespace$1.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
4216
+ AXDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXDialogComponent, selector: "ax-dialog", usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" cdkTrapFocus>\r\n <div class=\"ax-dialog ax-{{options.type}}\" tabindex=\"0\" cdkDrag role=\"alert\" cdkDragHandle>\r\n <div class=\"ax-dialog-icon-side\">\r\n <i class=\"ax-dialog-icon {{_icon}}\"></i>\r\n </div>\r\n <div class=\"ax-dialog-content-side\">\r\n <div class=\"ax-dialog-title\">{{options.title}}</div>\r\n <div class=\"ax-dialog-content\">{{options.content}}</div>\r\n </div>\r\n <div class=\"ax-dialog-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.dismissible\" (click)=\"close()\"></i>\r\n </div>\r\n <footer class=\"ax-dialog-footer\">\r\n <ng-container *ngFor=\"let button of options.buttons\">\r\n <ax-button [text]=\"button.text\" [submitBehavior]=\"button.submitBehavior\" [cancelBehavior]=\"button.cancelBehavior\" (onClick)=\"_handleButtonClick(button)\" [class]=\"button.cssClass\" [look]=\"button.look\" [color]=\"button.color\"></ax-button>\r\n <div class=\"ax-ml-2\"></div>\r\n </ng-container>\r\n </footer>\r\n </div>\r\n\r\n</div>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i2__namespace$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { type: i3__namespace$1.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i3__namespace$1.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
4037
4217
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogComponent, decorators: [{
4038
4218
  type: i0.Component,
4039
4219
  args: [{
@@ -4162,7 +4342,7 @@
4162
4342
  scrollStrategy: this.sso.block(),
4163
4343
  panelClass: ['ax-animate-fadeIn', 'ax-animate-faster'],
4164
4344
  });
4165
- var dialogPortal = new i1.ComponentPortal(AXDialogComponent, null, this.parentInjector);
4345
+ var dialogPortal = new i1$1.ComponentPortal(AXDialogComponent, null, this.parentInjector);
4166
4346
  var host = overlayRef.attach(dialogPortal);
4167
4347
  if (host.instance) {
4168
4348
  Object.assign(host.instance, {
@@ -4183,12 +4363,12 @@
4183
4363
  };
4184
4364
  return AXDialogService;
4185
4365
  }());
4186
- AXDialogService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogService, deps: [{ token: i1__namespace.Overlay }, { token: i0__namespace.Injector }, { token: i1__namespace.ScrollStrategyOptions }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4366
+ AXDialogService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogService, deps: [{ token: i1__namespace$1.Overlay }, { token: i0__namespace.Injector }, { token: i1__namespace$1.ScrollStrategyOptions }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4187
4367
  AXDialogService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogService, providedIn: 'root' });
4188
4368
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogService, decorators: [{
4189
4369
  type: i0.Injectable,
4190
4370
  args: [{ providedIn: 'root' }]
4191
- }], ctorParameters: function () { return [{ type: i1__namespace.Overlay }, { type: i0__namespace.Injector }, { type: i1__namespace.ScrollStrategyOptions }]; } });
4371
+ }], ctorParameters: function () { return [{ type: i1__namespace$1.Overlay }, { type: i0__namespace.Injector }, { type: i1__namespace$1.ScrollStrategyOptions }]; } });
4192
4372
 
4193
4373
  var AXLoadingComponent = /** @class */ (function (_super) {
4194
4374
  __extends(AXLoadingComponent, _super);
@@ -4217,13 +4397,13 @@
4217
4397
  });
4218
4398
  AXLoadingComponent.prototype.onInit = function () {
4219
4399
  var loading = i2.AXConfig.get("layout.loading." + this.type);
4220
- this._selectedPortal = new i1.ComponentPortal(loading);
4400
+ this._selectedPortal = new i1$1.ComponentPortal(loading);
4221
4401
  this._cdr.markForCheck();
4222
4402
  };
4223
4403
  return AXLoadingComponent;
4224
4404
  }(AXBaseComponentMixin));
4225
4405
  AXLoadingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
4226
- AXLoadingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXLoadingComponent, selector: "ax-loading", inputs: { visible: "visible", type: "type" }, outputs: { visibleChange: "visibleChange" }, host: { classAttribute: "ax-loading" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" ></ng-template>\n ", isInline: true, directives: [{ type: i1__namespace$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
4406
+ AXLoadingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXLoadingComponent, selector: "ax-loading", inputs: { visible: "visible", type: "type" }, outputs: { visibleChange: "visibleChange" }, host: { classAttribute: "ax-loading" }, usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" ></ng-template>\n ", isInline: true, directives: [{ type: i1__namespace$2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
4227
4407
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingComponent, decorators: [{
4228
4408
  type: i0.Component,
4229
4409
  args: [{
@@ -4322,7 +4502,7 @@
4322
4502
  }] } });
4323
4503
 
4324
4504
  var COMPONENT$d = [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent];
4325
- var MODULES$d = [i4.CommonModule, i1$1.OverlayModule, i1.PortalModule];
4505
+ var MODULES$d = [i1.CommonModule, i1$2.OverlayModule, i1$1.PortalModule];
4326
4506
  var AXLoadingModule = /** @class */ (function () {
4327
4507
  function AXLoadingModule() {
4328
4508
  i2.AXConfig.set({
@@ -4336,7 +4516,7 @@
4336
4516
  return AXLoadingModule;
4337
4517
  }());
4338
4518
  AXLoadingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4339
- AXLoadingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingModule, declarations: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent], imports: [i4.CommonModule, i1$1.OverlayModule, i1.PortalModule], exports: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent] });
4519
+ AXLoadingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingModule, declarations: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent], imports: [i1.CommonModule, i1$2.OverlayModule, i1$1.PortalModule], exports: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent] });
4340
4520
  AXLoadingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingModule, providers: [], imports: [__spreadArray([], __read(MODULES$d))] });
4341
4521
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLoadingModule, decorators: [{
4342
4522
  type: i0.NgModule,
@@ -4357,7 +4537,7 @@
4357
4537
  this._containerElement = containerElement;
4358
4538
  };
4359
4539
  return DynamicOverlayContainer;
4360
- }(i1$1.OverlayContainer));
4540
+ }(i1$2.OverlayContainer));
4361
4541
  DynamicOverlayContainer.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlayContainer, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
4362
4542
  DynamicOverlayContainer.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlayContainer, providedIn: 'root' });
4363
4543
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlayContainer, decorators: [{
@@ -4383,8 +4563,8 @@
4383
4563
  return _super.prototype.create.call(this, config);
4384
4564
  };
4385
4565
  return DynamicOverlay;
4386
- }(i1$1.Overlay));
4387
- DynamicOverlay.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlay, deps: [{ token: i1__namespace.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0__namespace.ComponentFactoryResolver }, { token: i1__namespace.OverlayPositionBuilder }, { token: i1__namespace.OverlayKeyboardDispatcher }, { token: i0__namespace.Injector }, { token: i0__namespace.NgZone }, { token: i4.DOCUMENT }, { token: i2__namespace$2.Directionality }, { token: i0__namespace.RendererFactory2 }, { token: i4__namespace.Location }, { token: i1__namespace.OverlayOutsideClickDispatcher }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4566
+ }(i1$2.Overlay));
4567
+ DynamicOverlay.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlay, deps: [{ token: i1__namespace$1.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0__namespace.ComponentFactoryResolver }, { token: i1__namespace$1.OverlayPositionBuilder }, { token: i1__namespace$1.OverlayKeyboardDispatcher }, { token: i0__namespace.Injector }, { token: i0__namespace.NgZone }, { token: i1.DOCUMENT }, { token: i2__namespace$2.Directionality }, { token: i0__namespace.RendererFactory2 }, { token: i1__namespace.Location }, { token: i1__namespace$1.OverlayOutsideClickDispatcher }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4388
4568
  DynamicOverlay.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlay, providedIn: 'root' });
4389
4569
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: DynamicOverlay, decorators: [{
4390
4570
  type: i0.Injectable,
@@ -4392,10 +4572,10 @@
4392
4572
  providedIn: 'root'
4393
4573
  }]
4394
4574
  }], ctorParameters: function () {
4395
- return [{ type: i1__namespace.ScrollStrategyOptions }, { type: DynamicOverlayContainer }, { type: i0__namespace.ComponentFactoryResolver }, { type: i1__namespace.OverlayPositionBuilder }, { type: i1__namespace.OverlayKeyboardDispatcher }, { type: i0__namespace.Injector }, { type: i0__namespace.NgZone }, { type: undefined, decorators: [{
4575
+ return [{ type: i1__namespace$1.ScrollStrategyOptions }, { type: DynamicOverlayContainer }, { type: i0__namespace.ComponentFactoryResolver }, { type: i1__namespace$1.OverlayPositionBuilder }, { type: i1__namespace$1.OverlayKeyboardDispatcher }, { type: i0__namespace.Injector }, { type: i0__namespace.NgZone }, { type: undefined, decorators: [{
4396
4576
  type: i0.Inject,
4397
- args: [i4.DOCUMENT]
4398
- }] }, { type: i2__namespace$2.Directionality }, { type: i0__namespace.RendererFactory2 }, { type: i4__namespace.Location }, { type: i1__namespace.OverlayOutsideClickDispatcher }];
4577
+ args: [i1.DOCUMENT]
4578
+ }] }, { type: i2__namespace$2.Directionality }, { type: i0__namespace.RendererFactory2 }, { type: i1__namespace.Location }, { type: i1__namespace$1.OverlayOutsideClickDispatcher }];
4399
4579
  } });
4400
4580
 
4401
4581
  var AXOverlayService = /** @class */ (function () {
@@ -4419,10 +4599,10 @@
4419
4599
  }
4420
4600
  // create portal from component
4421
4601
  else if (content instanceof i0.TemplateRef) {
4422
- portal = new i1.TemplatePortal(content, viewRef, context);
4602
+ portal = new i1$1.TemplatePortal(content, viewRef, context);
4423
4603
  }
4424
4604
  else if (typeof content === 'function') {
4425
- portal = new i1.ComponentPortal(content, viewRef);
4605
+ portal = new i1$1.ComponentPortal(content, viewRef);
4426
4606
  }
4427
4607
  var positionStrategy;
4428
4608
  if (configs.position && configs.targetElement) {
@@ -4477,12 +4657,12 @@
4477
4657
  };
4478
4658
  return AXOverlayService;
4479
4659
  }());
4480
- AXOverlayService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1__namespace.Overlay }, { token: i0__namespace.ApplicationRef }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4660
+ AXOverlayService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1__namespace$1.Overlay }, { token: i0__namespace.ApplicationRef }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
4481
4661
  AXOverlayService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXOverlayService, providedIn: 'root' });
4482
4662
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXOverlayService, decorators: [{
4483
4663
  type: i0.Injectable,
4484
4664
  args: [{ providedIn: 'root' }]
4485
- }], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1__namespace.Overlay }, { type: i0__namespace.ApplicationRef }]; } });
4665
+ }], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1__namespace$1.Overlay }, { type: i0__namespace.ApplicationRef }]; } });
4486
4666
 
4487
4667
  var DEFAULT_LOADER_ID = '_DEFAULT';
4488
4668
  /**
@@ -4679,12 +4859,12 @@
4679
4859
  return AXPageFooterComponent;
4680
4860
  }());
4681
4861
  AXPageFooterComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPageFooterComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
4682
- AXPageFooterComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPageFooterComponent, selector: "ax-page-footer", viewQueries: [{ propertyName: "template", first: true, predicate: i0.TemplateRef, descendants: true, static: true }], ngImport: i0__namespace, template: "\n <ng-template>\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n </ng-template>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
4862
+ AXPageFooterComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPageFooterComponent, selector: "ax-page-footer", viewQueries: [{ propertyName: "template", first: true, predicate: i0.TemplateRef, descendants: true, static: true }], ngImport: i0__namespace, template: "\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
4683
4863
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPageFooterComponent, decorators: [{
4684
4864
  type: i0.Component,
4685
4865
  args: [{
4686
4866
  selector: 'ax-page-footer',
4687
- template: "\n <ng-template>\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n </ng-template>\n ",
4867
+ template: "\n <ng-content select=\"ax-prefix\">\n </ng-content>\n <ng-content select=\"ax-suffix\">\n </ng-content>\n ",
4688
4868
  changeDetection: i0.ChangeDetectionStrategy.OnPush
4689
4869
  }]
4690
4870
  }], propDecorators: { template: [{
@@ -4736,6 +4916,7 @@
4736
4916
  return this._isLoading;
4737
4917
  },
4738
4918
  set: function (v) {
4919
+ debugger;
4739
4920
  this._isLoading = v;
4740
4921
  if (this.pageContainer) {
4741
4922
  this.pageContainer.isLoading = this.isLoading;
@@ -4788,14 +4969,14 @@
4788
4969
  }] });
4789
4970
 
4790
4971
  var COMPONENT$c = [AXDialogComponent];
4791
- var MODULES$c = [i4.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, AXPageModule, AXEditorDecoratorModule];
4972
+ var MODULES$c = [i1.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, AXPageModule, AXEditorDecoratorModule];
4792
4973
  var AXDialogModule = /** @class */ (function () {
4793
4974
  function AXDialogModule() {
4794
4975
  }
4795
4976
  return AXDialogModule;
4796
4977
  }());
4797
4978
  AXDialogModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
4798
- AXDialogModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogModule, declarations: [AXDialogComponent], imports: [i4.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, AXPageModule, AXEditorDecoratorModule], exports: [AXDialogComponent] });
4979
+ AXDialogModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogModule, declarations: [AXDialogComponent], imports: [i1.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, AXPageModule, AXEditorDecoratorModule], exports: [AXDialogComponent] });
4799
4980
  AXDialogModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogModule, providers: [], imports: [__spreadArray([], __read(MODULES$c))] });
4800
4981
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDialogModule, decorators: [{
4801
4982
  type: i0.NgModule,
@@ -5033,14 +5214,14 @@
5033
5214
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5034
5215
 
5035
5216
  var COMPONENT$b = [AXDrawerComponent, AXDrawerContainerComponent, AXDrawerContentComponent];
5036
- var MODULES$b = [i4.CommonModule];
5217
+ var MODULES$b = [i1.CommonModule];
5037
5218
  var AXDrawerModule = /** @class */ (function () {
5038
5219
  function AXDrawerModule() {
5039
5220
  }
5040
5221
  return AXDrawerModule;
5041
5222
  }());
5042
5223
  AXDrawerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDrawerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5043
- AXDrawerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDrawerModule, declarations: [AXDrawerComponent, AXDrawerContainerComponent, AXDrawerContentComponent], imports: [i4.CommonModule], exports: [AXDrawerComponent, AXDrawerContainerComponent, AXDrawerContentComponent] });
5224
+ AXDrawerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDrawerModule, declarations: [AXDrawerComponent, AXDrawerContainerComponent, AXDrawerContentComponent], imports: [i1.CommonModule], exports: [AXDrawerComponent, AXDrawerContainerComponent, AXDrawerContentComponent] });
5044
5225
  AXDrawerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDrawerModule, providers: [], imports: [__spreadArray([], __read(MODULES$b))] });
5045
5226
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXDrawerModule, decorators: [{
5046
5227
  type: i0.NgModule,
@@ -5052,113 +5233,6 @@
5052
5233
  }]
5053
5234
  }] });
5054
5235
 
5055
- var AXFormFieldComponent = /** @class */ (function (_super) {
5056
- __extends(AXFormFieldComponent, _super);
5057
- function AXFormFieldComponent(elementRef, cdr) {
5058
- return _super.call(this, elementRef, cdr) || this;
5059
- }
5060
- return AXFormFieldComponent;
5061
- }(AXBaseComponentMixin));
5062
- AXFormFieldComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormFieldComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5063
- AXFormFieldComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormFieldComponent, selector: "ax-form-field", usesInheritance: true, ngImport: i0__namespace, template: '<div class="ax-form-field"><ng-content></ng-content></div>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5064
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormFieldComponent, decorators: [{
5065
- type: i0.Component,
5066
- args: [{
5067
- selector: 'ax-form-field',
5068
- template: '<div class="ax-form-field"><ng-content></ng-content></div>',
5069
- encapsulation: i0.ViewEncapsulation.None,
5070
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
5071
- }]
5072
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5073
-
5074
- var AXFormHintComponent = /** @class */ (function (_super) {
5075
- __extends(AXFormHintComponent, _super);
5076
- function AXFormHintComponent(elementRef, cdr) {
5077
- return _super.call(this, elementRef, cdr) || this;
5078
- }
5079
- return AXFormHintComponent;
5080
- }(AXBaseComponentMixin));
5081
- AXFormHintComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormHintComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5082
- AXFormHintComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormHintComponent, selector: "ax-form-hint", usesInheritance: true, ngImport: i0__namespace, template: ' <p class="ax-text-gray-400 ax-text-xs ax-py-1"><ng-content></ng-content></p>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5083
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormHintComponent, decorators: [{
5084
- type: i0.Component,
5085
- args: [{
5086
- selector: 'ax-form-hint',
5087
- template: ' <p class="ax-text-gray-400 ax-text-xs ax-py-1"><ng-content></ng-content></p>',
5088
- encapsulation: i0.ViewEncapsulation.None,
5089
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
5090
- }]
5091
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5092
-
5093
- var AXFormComponent = /** @class */ (function (_super) {
5094
- __extends(AXFormComponent, _super);
5095
- function AXFormComponent(elementRef, cdr) {
5096
- var _this = _super.call(this, elementRef, cdr) || this;
5097
- _this.cdr = cdr;
5098
- return _this;
5099
- }
5100
- AXFormComponent.prototype._getComponenets = function () {
5101
- return Array.from(this._getHostElement().querySelectorAll('[ax-form-input="true"]'));
5102
- };
5103
- AXFormComponent.prototype.validate = function () {
5104
- var widgets = this._getComponenets();
5105
- //
5106
- return new Promise(function (resolve, reject) {
5107
- if (widgets.length === 0) {
5108
- return Promise.resolve({ result: true });
5109
- }
5110
- Promise.all(widgets.map(function (c) { return c.__axContext__.validate(); })).then(function (rules) {
5111
- var failed = rules.filter(function (c) { return !c.result; });
5112
- if (failed.length) {
5113
- reject({
5114
- result: false,
5115
- items: failed
5116
- });
5117
- }
5118
- else {
5119
- resolve({ result: true });
5120
- }
5121
- });
5122
- });
5123
- };
5124
- AXFormComponent.prototype.clear = function () {
5125
- var widgets = this._getComponenets();
5126
- widgets.forEach(function (w) {
5127
- w.__axContext__.clear();
5128
- });
5129
- };
5130
- return AXFormComponent;
5131
- }(AXBaseComponentMixin));
5132
- AXFormComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5133
- AXFormComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXFormComponent, selector: "ax-form", usesInheritance: true, ngImport: i0__namespace, template: '<div class="ax-form"><ng-content></ng-content></div>', isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5134
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormComponent, decorators: [{
5135
- type: i0.Component,
5136
- args: [{
5137
- selector: 'ax-form',
5138
- template: '<div class="ax-form"><ng-content></ng-content></div>',
5139
- encapsulation: i0.ViewEncapsulation.None,
5140
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
5141
- }]
5142
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5143
-
5144
- var AXFormModule = /** @class */ (function () {
5145
- function AXFormModule() {
5146
- }
5147
- return AXFormModule;
5148
- }());
5149
- AXFormModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5150
- AXFormModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, declarations: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent], imports: [i4.CommonModule], exports: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent] });
5151
- AXFormModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, providers: [], imports: [[i4.CommonModule]] });
5152
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXFormModule, decorators: [{
5153
- type: i0.NgModule,
5154
- args: [{
5155
- imports: [i4.CommonModule],
5156
- exports: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent],
5157
- declarations: [AXFormFieldComponent, AXFormComponent, AXFormHintComponent],
5158
- providers: [],
5159
- }]
5160
- }] });
5161
-
5162
5236
  var AXInputMaskComponent = /** @class */ (function () {
5163
5237
  function AXInputMaskComponent() {
5164
5238
  this.showMaskTyped = false;
@@ -5209,14 +5283,14 @@
5209
5283
  }] } });
5210
5284
 
5211
5285
  var COMPONENT$a = [AXInputMaskComponent];
5212
- var MODULES$a = [i4.CommonModule, i1$2.NgxMaskModule.forRoot()];
5286
+ var MODULES$a = [i1.CommonModule, i1$3.NgxMaskModule.forRoot()];
5213
5287
  var AXInputMaskModule = /** @class */ (function () {
5214
5288
  function AXInputMaskModule() {
5215
5289
  }
5216
5290
  return AXInputMaskModule;
5217
5291
  }());
5218
5292
  AXInputMaskModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXInputMaskModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5219
- AXInputMaskModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXInputMaskModule, declarations: [AXInputMaskComponent], imports: [i4.CommonModule, i1__namespace$2.NgxMaskModule], exports: [AXInputMaskComponent] });
5293
+ AXInputMaskModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXInputMaskModule, declarations: [AXInputMaskComponent], imports: [i1.CommonModule, i1__namespace$3.NgxMaskModule], exports: [AXInputMaskComponent] });
5220
5294
  AXInputMaskModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXInputMaskModule, providers: [], imports: [__spreadArray([], __read(MODULES$a))] });
5221
5295
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXInputMaskModule, decorators: [{
5222
5296
  type: i0.NgModule,
@@ -5228,45 +5302,6 @@
5228
5302
  }]
5229
5303
  }] });
5230
5304
 
5231
- var AXLabelComponent = /** @class */ (function (_super) {
5232
- __extends(AXLabelComponent, _super);
5233
- function AXLabelComponent(elementRef, cdr) {
5234
- return _super.call(this, elementRef, cdr) || this;
5235
- }
5236
- return AXLabelComponent;
5237
- }(AXSizableComponentMixin));
5238
- AXLabelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5239
- AXLabelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXLabelComponent, selector: "ax-label", usesInheritance: true, ngImport: i0__namespace, template: "<label class=\"ax-label {{size}}\">\r\n <ng-content></ng-content>\r\n</label>", changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5240
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelComponent, decorators: [{
5241
- type: i0.Component,
5242
- args: [{
5243
- selector: 'ax-label',
5244
- templateUrl: './label.component.html',
5245
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
5246
- encapsulation: i0.ViewEncapsulation.None
5247
- }]
5248
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5249
-
5250
- var COMPONENT$9 = [AXLabelComponent];
5251
- var MODULES$9 = [i4.CommonModule];
5252
- var AXLabelModule = /** @class */ (function () {
5253
- function AXLabelModule() {
5254
- }
5255
- return AXLabelModule;
5256
- }());
5257
- AXLabelModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5258
- AXLabelModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, declarations: [AXLabelComponent], imports: [i4.CommonModule], exports: [AXLabelComponent] });
5259
- AXLabelModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, providers: [], imports: [__spreadArray([], __read(MODULES$9))] });
5260
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXLabelModule, decorators: [{
5261
- type: i0.NgModule,
5262
- args: [{
5263
- declarations: __spreadArray([], __read(COMPONENT$9)),
5264
- imports: __spreadArray([], __read(MODULES$9)),
5265
- exports: __spreadArray([], __read(COMPONENT$9)),
5266
- providers: [],
5267
- }]
5268
- }] });
5269
-
5270
5305
  /**
5271
5306
  * The NumberBox is a component which detects user interaction and triggers a corresponding event
5272
5307
  *
@@ -5516,8 +5551,8 @@
5516
5551
  };
5517
5552
  return AXNumberBoxComponent;
5518
5553
  }(AXBaseTextBoxMixin));
5519
- AXNumberBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$2.MaskApplierService }], target: i0__namespace.ɵɵFactoryTarget.Component });
5520
- AXNumberBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXNumberBoxComponent, selector: "ax-number-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", name: "name", separator: "separator", thousandSeparator: "thousandSeparator", step: "step", scale: "scale", decimalStep: "decimalStep", showSpinButtons: "showSpinButtons", minValue: "minValue", maxValue: "maxValue", displayText: "displayText" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", displayTextChange: "displayTextChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-number-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" type=\"text\" [attr.pattern]=\"'[\\d\\.]*'\" [attr.placeholder]=\"placeholder\" [attr.min]=\"minValue\"\r\n [attr.max]=\"maxValue\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\"\r\n [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [ngModel]=\"displayText\"\r\n (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_handleOnBlurEvent($event)\" (keydown)=\"_handleOnKeydownEvent($event)\"\r\n autocomplete=\"off\">\r\n<ax-button color=\"light\" look=\"blank\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <i class=\"ax-icon-x icon\"></i>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5554
+ AXNumberBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$3.MaskApplierService }], target: i0__namespace.ɵɵFactoryTarget.Component });
5555
+ AXNumberBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXNumberBoxComponent, selector: "ax-number-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", name: "name", separator: "separator", thousandSeparator: "thousandSeparator", step: "step", scale: "scale", decimalStep: "decimalStep", showSpinButtons: "showSpinButtons", minValue: "minValue", maxValue: "maxValue", displayText: "displayText" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", displayTextChange: "displayTextChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-number-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" type=\"text\" [attr.pattern]=\"'[\\d\\.]*'\" [attr.placeholder]=\"placeholder\" [attr.min]=\"minValue\"\r\n [attr.max]=\"maxValue\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\"\r\n [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [ngModel]=\"displayText\"\r\n (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_handleOnBlurEvent($event)\" (keydown)=\"_handleOnKeydownEvent($event)\"\r\n autocomplete=\"off\">\r\n<ax-button color=\"light\" look=\"blank\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <i class=\"ax-icon-x icon\"></i>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5521
5556
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxComponent, decorators: [{
5522
5557
  type: i0.Component,
5523
5558
  args: [{
@@ -5540,7 +5575,7 @@
5540
5575
  encapsulation: i0.ViewEncapsulation.None,
5541
5576
  host: { class: 'ax-number-box ax-editor-container' },
5542
5577
  }]
5543
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$2.MaskApplierService }]; }, propDecorators: { __hostClass: [{
5578
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$3.MaskApplierService }]; }, propDecorators: { __hostClass: [{
5544
5579
  type: i0.HostBinding,
5545
5580
  args: ['class']
5546
5581
  }], separator: [{
@@ -5565,12 +5600,12 @@
5565
5600
  type: i0.Input
5566
5601
  }] } });
5567
5602
 
5568
- var COMPONENT$8 = [AXNumberBoxComponent];
5569
- var MODULES$8 = [
5570
- i4.CommonModule,
5603
+ var COMPONENT$9 = [AXNumberBoxComponent];
5604
+ var MODULES$9 = [
5605
+ i1.CommonModule,
5571
5606
  i3.FormsModule,
5572
5607
  AXButtonModule,
5573
- i1$2.NgxMaskModule.forChild()
5608
+ i1$3.NgxMaskModule.forChild()
5574
5609
  ];
5575
5610
  var AXNumberBoxModule = /** @class */ (function () {
5576
5611
  function AXNumberBoxModule() {
@@ -5578,16 +5613,16 @@
5578
5613
  return AXNumberBoxModule;
5579
5614
  }());
5580
5615
  AXNumberBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5581
- AXNumberBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, declarations: [AXNumberBoxComponent], imports: [i4.CommonModule,
5616
+ AXNumberBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, declarations: [AXNumberBoxComponent], imports: [i1.CommonModule,
5582
5617
  i3.FormsModule,
5583
- AXButtonModule, i1__namespace$2.NgxMaskModule], exports: [AXNumberBoxComponent] });
5584
- AXNumberBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, providers: [], imports: [__spreadArray([], __read(MODULES$8))] });
5618
+ AXButtonModule, i1__namespace$3.NgxMaskModule], exports: [AXNumberBoxComponent] });
5619
+ AXNumberBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, providers: [], imports: [__spreadArray([], __read(MODULES$9))] });
5585
5620
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXNumberBoxModule, decorators: [{
5586
5621
  type: i0.NgModule,
5587
5622
  args: [{
5588
- declarations: __spreadArray([], __read(COMPONENT$8)),
5589
- imports: __spreadArray([], __read(MODULES$8)),
5590
- exports: __spreadArray([], __read(COMPONENT$8)),
5623
+ declarations: __spreadArray([], __read(COMPONENT$9)),
5624
+ imports: __spreadArray([], __read(MODULES$9)),
5625
+ exports: __spreadArray([], __read(COMPONENT$9)),
5591
5626
  providers: [],
5592
5627
  }]
5593
5628
  }] });
@@ -5632,7 +5667,7 @@
5632
5667
  return AXPasswordBoxComponent;
5633
5668
  }(AXBaseTextBoxMixin));
5634
5669
  AXPasswordBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5635
- AXPasswordBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPasswordBoxComponent, selector: "ax-password-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", cssClass: "cssClass", size: "size", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", value: "value", name: "name", showToggleButton: "showToggleButton" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-password-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" [attr.name]=\"name\" [type]=\"_type\" [attr.placeholder]=\"placeholder\" [attr.maxlength]=\"maxLength\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\"\r\n [(ngModel)]=\"value\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\" [attr.autocomplete]=\"autoComplete ? 'on': 'off'\">\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"clear()\" [tabIndex]=\"-1\" *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\"></ax-icon>\r\n </ax-prefix>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>\r\n<ng-content select=\"ax-input-mask\">\r\n</ng-content>\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"toggleType()\" [tabIndex]=\"-1\" *ngIf=\"showToggleButton\">\r\n <ax-icon [icon]=\"_icon\"></ax-icon>\r\n</ax-button>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5670
+ AXPasswordBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPasswordBoxComponent, selector: "ax-password-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", cssClass: "cssClass", size: "size", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", value: "value", name: "name", showToggleButton: "showToggleButton" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-password-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" [attr.name]=\"name\" [type]=\"_type\" [attr.placeholder]=\"placeholder\" [attr.maxlength]=\"maxLength\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\"\r\n [(ngModel)]=\"value\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\" [attr.autocomplete]=\"autoComplete ? 'on': 'off'\">\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"clear()\" [tabIndex]=\"-1\" *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\"></ax-icon>\r\n </ax-prefix>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>\r\n<ng-content select=\"ax-input-mask\">\r\n</ng-content>\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"toggleType()\" [tabIndex]=\"-1\" *ngIf=\"showToggleButton\">\r\n <ax-icon [icon]=\"_icon\"></ax-icon>\r\n</ax-button>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5636
5671
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxComponent, decorators: [{
5637
5672
  type: i0.Component,
5638
5673
  args: [{
@@ -5662,9 +5697,9 @@
5662
5697
  type: i0.Input
5663
5698
  }] } });
5664
5699
 
5665
- var COMPONENT$7 = [AXPasswordBoxComponent];
5666
- var MODULES$7 = [
5667
- i4.CommonModule,
5700
+ var COMPONENT$8 = [AXPasswordBoxComponent];
5701
+ var MODULES$8 = [
5702
+ i1.CommonModule,
5668
5703
  i3.FormsModule,
5669
5704
  AXButtonModule,
5670
5705
  AXEditorDecoratorModule,
@@ -5676,26 +5711,27 @@
5676
5711
  return AXPasswordBoxModule;
5677
5712
  }());
5678
5713
  AXPasswordBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5679
- AXPasswordBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, declarations: [AXPasswordBoxComponent], imports: [i4.CommonModule,
5714
+ AXPasswordBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, declarations: [AXPasswordBoxComponent], imports: [i1.CommonModule,
5680
5715
  i3.FormsModule,
5681
5716
  AXButtonModule,
5682
5717
  AXEditorDecoratorModule,
5683
5718
  AXIconModule], exports: [AXPasswordBoxComponent] });
5684
- AXPasswordBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, providers: [], imports: [__spreadArray([], __read(MODULES$7))] });
5719
+ AXPasswordBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, providers: [], imports: [__spreadArray([], __read(MODULES$8))] });
5685
5720
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPasswordBoxModule, decorators: [{
5686
5721
  type: i0.NgModule,
5687
5722
  args: [{
5688
- declarations: __spreadArray([], __read(COMPONENT$7)),
5689
- imports: __spreadArray([], __read(MODULES$7)),
5690
- exports: __spreadArray([], __read(COMPONENT$7)),
5723
+ declarations: __spreadArray([], __read(COMPONENT$8)),
5724
+ imports: __spreadArray([], __read(MODULES$8)),
5725
+ exports: __spreadArray([], __read(COMPONENT$8)),
5691
5726
  providers: [],
5692
5727
  }]
5693
5728
  }] });
5694
5729
 
5695
5730
  var AXPopupComponent = /** @class */ (function (_super) {
5696
5731
  __extends(AXPopupComponent, _super);
5697
- function AXPopupComponent(elementRef, cdr, _viewContainerRef, loadingService) {
5732
+ function AXPopupComponent(elementRef, cdr, _zone, _viewContainerRef, loadingService) {
5698
5733
  var _this = _super.call(this, elementRef, cdr) || this;
5734
+ _this._zone = _zone;
5699
5735
  _this._viewContainerRef = _viewContainerRef;
5700
5736
  _this.loadingService = loadingService;
5701
5737
  _this.isLoading = true;
@@ -5717,11 +5753,11 @@
5717
5753
  // });
5718
5754
  }
5719
5755
  else if (this.content instanceof i0.TemplateRef) {
5720
- this._selectedPortal = new i1.TemplatePortal(this.content, this._viewContainerRef, { $implicit: this.data, ref: this });
5756
+ this._selectedPortal = new i1$1.TemplatePortal(this.content, this._viewContainerRef, { $implicit: this.data, ref: this });
5721
5757
  this._cdr.markForCheck();
5722
5758
  }
5723
5759
  else if (typeof this.content === 'function') {
5724
- this._selectedPortal = new i1.ComponentPortal(this.content);
5760
+ this._selectedPortal = new i1$1.ComponentPortal(this.content);
5725
5761
  this._cdr.markForCheck();
5726
5762
  }
5727
5763
  };
@@ -5737,9 +5773,16 @@
5737
5773
  });
5738
5774
  }
5739
5775
  }
5740
- if (ref.instance.footer) {
5741
- this._footerPortal = new i1.TemplatePortal(ref.instance.footer.template, this._viewContainerRef, { $implicit: this.data, ref: this });
5742
- }
5776
+ this._zone.runOutsideAngular(function () {
5777
+ var main = _this._getHostElement().querySelector('main');
5778
+ var footer = main.querySelector('ax-page-footer');
5779
+ if (footer) {
5780
+ var newFooter = document.createElement('footer');
5781
+ newFooter.append.apply(newFooter, __spreadArray([], __read(Array.from(footer.childNodes))));
5782
+ main.after(newFooter);
5783
+ footer.parentNode.removeChild(footer);
5784
+ }
5785
+ });
5743
5786
  this.loadingService.hide(this._loadingId);
5744
5787
  this.focus();
5745
5788
  this._cdr.markForCheck();
@@ -5769,8 +5812,8 @@
5769
5812
  AXPopupComponent.prototype.onFullScreen = function () { };
5770
5813
  return AXPopupComponent;
5771
5814
  }(AXBaseComponentMixin));
5772
- AXPopupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ViewContainerRef }, { token: AXLoadingService }], target: i0__namespace.ɵɵFactoryTarget.Component });
5773
- AXPopupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPopupComponent, selector: "ax-popup", host: { listeners: { "keydown.escape": "onKeydownHandler($event)" } }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" cdkTrapFocus>\r\n <div class=\"ax-popup ax-{{size}}\" tabindex=\"0\" cdkDrag>\r\n <ng-container *ngIf=\"showHeader\">\r\n <header cdkDragHandle class=\"ax-cursor-move\">\r\n <div>\r\n <div class=\"ax-text-lg ax-font-medium\">\r\n <span>\r\n {{title}}\r\n </span>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showCloseButton\">\r\n <i class=\"ax-ic ax-ic-close ax-text-gray ax-cursor-pointer\" (click)=\"_handleCloseClick()\"\r\n tabindex=\"1\"></i>\r\n </div>\r\n </header>\r\n </ng-container>\r\n <main>\r\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n </main>\r\n <footer *ngIf=\"_footerPortal\">\r\n <ng-template [cdkPortalOutlet]=\"_footerPortal\"></ng-template>\r\n </footer>\r\n </div>\r\n</div>", directives: [{ type: i2__namespace$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { type: i3__namespace$1.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace$1.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i1__namespace$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5815
+ AXPopupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }, { token: i0__namespace.ViewContainerRef }, { token: AXLoadingService }], target: i0__namespace.ɵɵFactoryTarget.Component });
5816
+ AXPopupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXPopupComponent, selector: "ax-popup", host: { listeners: { "keydown.escape": "onKeydownHandler($event)" } }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" cdkTrapFocus>\r\n <div class=\"ax-popup ax-{{size}}\" tabindex=\"0\" cdkDrag>\r\n <ng-container *ngIf=\"showHeader\">\r\n <header cdkDragHandle class=\"ax-cursor-move\">\r\n <div>\r\n <div class=\"ax-text-lg ax-font-medium\">\r\n <span>\r\n {{title}}\r\n </span>\r\n </div>\r\n </div>\r\n <div *ngIf=\"showCloseButton\">\r\n <i class=\"ax-ic ax-ic-close ax-text-gray ax-cursor-pointer\" (click)=\"_handleCloseClick()\"\r\n tabindex=\"1\"></i>\r\n </div>\r\n </header>\r\n </ng-container>\r\n <main>\r\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n </main>\r\n </div>\r\n</div>", directives: [{ type: i2__namespace$1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { type: i3__namespace$1.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace$1.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i1__namespace$2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5774
5817
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupComponent, decorators: [{
5775
5818
  type: i0.Component,
5776
5819
  args: [{
@@ -5779,7 +5822,7 @@
5779
5822
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
5780
5823
  encapsulation: i0.ViewEncapsulation.None,
5781
5824
  }]
5782
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ViewContainerRef }, { type: AXLoadingService }]; }, propDecorators: { onKeydownHandler: [{
5825
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.NgZone }, { type: i0__namespace.ViewContainerRef }, { type: AXLoadingService }]; }, propDecorators: { onKeydownHandler: [{
5783
5826
  type: i0.HostListener,
5784
5827
  args: ['keydown.escape', ['$event']]
5785
5828
  }] } });
@@ -5876,23 +5919,64 @@
5876
5919
  type: i0.Injectable
5877
5920
  }], ctorParameters: function () { return [{ type: AXOverlayService }]; } });
5878
5921
 
5879
- var COMPONENT$6 = [AXPopupComponent];
5880
- var MODULES$6 = [i4.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, i1.PortalModule];
5922
+ var COMPONENT$7 = [AXPopupComponent];
5923
+ var MODULES$7 = [i1.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, i1$1.PortalModule];
5881
5924
  var AXPopupModule = /** @class */ (function () {
5882
5925
  function AXPopupModule() {
5883
5926
  }
5884
5927
  return AXPopupModule;
5885
5928
  }());
5886
5929
  AXPopupModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5887
- AXPopupModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, declarations: [AXPopupComponent], imports: [i4.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, i1.PortalModule], exports: [AXPopupComponent] });
5888
- AXPopupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, providers: [AXPopupService], imports: [__spreadArray([], __read(MODULES$6))] });
5930
+ AXPopupModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, declarations: [AXPopupComponent], imports: [i1.CommonModule, i3$1.DragDropModule, i2$1.A11yModule, AXButtonModule, i1$1.PortalModule], exports: [AXPopupComponent] });
5931
+ AXPopupModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, providers: [AXPopupService], imports: [__spreadArray([], __read(MODULES$7))] });
5889
5932
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXPopupModule, decorators: [{
5933
+ type: i0.NgModule,
5934
+ args: [{
5935
+ declarations: __spreadArray([], __read(COMPONENT$7)),
5936
+ imports: __spreadArray([], __read(MODULES$7)),
5937
+ exports: __spreadArray([], __read(COMPONENT$7)),
5938
+ providers: [AXPopupService],
5939
+ }]
5940
+ }] });
5941
+
5942
+ var AXRadioComponent = /** @class */ (function (_super) {
5943
+ __extends(AXRadioComponent, _super);
5944
+ function AXRadioComponent(elementRef, cdr) {
5945
+ return _super.call(this, elementRef, cdr) || this;
5946
+ //TODO: ax-radio
5947
+ }
5948
+ return AXRadioComponent;
5949
+ }(AXBaseComponentMixin));
5950
+ AXRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
5951
+ AXRadioComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXRadioComponent, selector: "ax-radio", host: { classAttribute: "ax-radio" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-flex ax-items-start\">\n <div class=\"ax-flex ax-items-center ax-h-5\">\n <input [id]=\"id\" class=\"ax-radio\" type=\"radio\">\n </div>\n <div class=\"ax-ms-3 ax-text-sm\">\n <ng-content select=\"ax-label\"></ng-content>\n <ng-content select=\"ax-form-hint\"></ng-content>\n </div>\n</div>\n<ng-content select=\"ax-validation-rule\"></ng-content>", changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
5952
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioComponent, decorators: [{
5953
+ type: i0.Component,
5954
+ args: [{
5955
+ selector: 'ax-radio',
5956
+ templateUrl: './radio.component.html',
5957
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
5958
+ encapsulation: i0.ViewEncapsulation.None,
5959
+ host: { class: 'ax-radio' }
5960
+ }]
5961
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5962
+
5963
+ var COMPONENT$6 = [AXRadioComponent];
5964
+ var MODULES$6 = [i1.CommonModule];
5965
+ var AXRadioModule = /** @class */ (function () {
5966
+ function AXRadioModule() {
5967
+ }
5968
+ return AXRadioModule;
5969
+ }());
5970
+ AXRadioModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5971
+ AXRadioModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioModule, declarations: [AXRadioComponent], imports: [i1.CommonModule], exports: [AXRadioComponent] });
5972
+ AXRadioModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioModule, providers: [], imports: [__spreadArray([], __read(MODULES$6))] });
5973
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRadioModule, decorators: [{
5890
5974
  type: i0.NgModule,
5891
5975
  args: [{
5892
5976
  declarations: __spreadArray([], __read(COMPONENT$6)),
5893
5977
  imports: __spreadArray([], __read(MODULES$6)),
5894
5978
  exports: __spreadArray([], __read(COMPONENT$6)),
5895
- providers: [AXPopupService],
5979
+ providers: [],
5896
5980
  }]
5897
5981
  }] });
5898
5982
 
@@ -5918,14 +6002,14 @@
5918
6002
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
5919
6003
 
5920
6004
  var COMPONENT$5 = [AXRangeSliderComponent];
5921
- var MODULES$5 = [i4.CommonModule];
6005
+ var MODULES$5 = [i1.CommonModule];
5922
6006
  var AXRangeSliderModule = /** @class */ (function () {
5923
6007
  function AXRangeSliderModule() {
5924
6008
  }
5925
6009
  return AXRangeSliderModule;
5926
6010
  }());
5927
6011
  AXRangeSliderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRangeSliderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5928
- AXRangeSliderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRangeSliderModule, declarations: [AXRangeSliderComponent], imports: [i4.CommonModule], exports: [AXRangeSliderComponent] });
6012
+ AXRangeSliderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRangeSliderModule, declarations: [AXRangeSliderComponent], imports: [i1.CommonModule], exports: [AXRangeSliderComponent] });
5929
6013
  AXRangeSliderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRangeSliderModule, providers: [], imports: [__spreadArray([], __read(MODULES$5))] });
5930
6014
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXRangeSliderModule, decorators: [{
5931
6015
  type: i0.NgModule,
@@ -6118,7 +6202,7 @@
6118
6202
  return AXSelectBoxComponent;
6119
6203
  }(AXBaseSelectionDropdownMixin));
6120
6204
  AXSelectBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Component });
6121
- AXSelectBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXSelectBoxComponent, selector: "ax-select-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", fitParent: "fitParent", value: "value", items: "items", multiple: "multiple", allowNull: "allowNull", valueField: "valueField", textField: "textField" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { listeners: { "document:keydown": "_handleKeydown($event)" }, classAttribute: "ax-select-box" }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: AXDropdownComponent, descendants: true }, { propertyName: "listContainer", first: true, predicate: ["listContainer"], descendants: true, static: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ax-drop-down (onOpened)=\"_emitOnOpenedEvent()\" (onClosed)=\"_emitOnClosedEvent()\">\r\n <ng-container input>\r\n <ng-content select=\"ax-prefix\">\r\n </ng-content>\r\n <div class=\"ax-select-box-selection\" [tabindex]=\"tabIndex\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n <ng-container *ngIf=\"!multiple; then singleSelectedTemplate; else multipleSelectedTemplate\"></ng-container>\r\n <ng-template #singleSelectedTemplate>\r\n <ng-container *ngFor=\"let item of selectedItems\">\r\n <span class=\"ax-mx-2\"> {{ _getItemDisplayTextTemplte(item) }}</span>\r\n </ng-container>\r\n </ng-template>\r\n <ng-template #multipleSelectedTemplate>\r\n <div class=\"ax-flex ax-mx-2\">\r\n <ng-container *ngFor=\"let item of selectedItems\">\r\n <ax-badge [text]=\"_getItemDisplayTextTemplte(item)\" color=\"light\" class=\"ax-me-2\">\r\n <ax-suffix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\" (click)=\"_handleBadgeRemove($event,item)\"></ax-icon>\r\n </ax-suffix>\r\n </ax-badge>\r\n </ng-container>\r\n </div>\r\n </ng-template>\r\n <!-- <div class=\"ax-selectbox-input\">\r\n <input type=\"text\" [tabindex]=\"tabIndex\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\" (keydown)=\"_handleKeydown($event)\">\r\n </div> -->\r\n <ng-content select=\"ax-suffix\">\r\n </ng-content>\r\n </div>\r\n </ng-container>\r\n <div class=\"ax-list ax-list-container\" panel>\r\n <div class=\"ax-list-items-container ax-vertical ax-default\" (scroll)=\"_handleListScroll($event)\" #listContainer>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index;trackBy : _trackByFunction\">\r\n <ng-container *ngIf=\"itemTemplate; else defualtTemplate\">\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: item,direction:direction}\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-template #defualtTemplate>\r\n <ng-container *ngIf=\"!multiple; then singleTemplate; else multipleTemplate\"></ng-container>\r\n <ng-template #singleTemplate>\r\n <div class=\"ax-list-item\" [class.ax-state-selected]=\"isItemSelected(item)\" [attr.tabindex]=\"i\" (click)=\"_handleOnItemClick($event,item)\">\r\n {{ _getItemDisplayTextTemplte(item) }}\r\n </div>\r\n </ng-template>\r\n <ng-template #multipleTemplate>\r\n <div class=\"ax-list-item\" [class.ax-state-selected]=\"isItemSelected(item)\" [attr.tabindex]=\"i\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ax-check-box [value]=\"isItemSelected(item)\">\r\n </ax-check-box>\r\n {{ _getItemDisplayTextTemplte(item) }}\r\n\r\n </div>\r\n </ng-template>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"(displayItems==null || displayItems.length==0) && !isLoading\">\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"elseEmptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n Empty!\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"isLoading\">\r\n <ng-container *ngIf=\"loadingTemplate; else elseLoadingTemplate\">\r\n <ng-container *ngTemplateOutlet=\"loadingTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseLoadingTemplate>\r\n <div class=\"ax-list-loading-container\">\r\n <div><i class=\"fas fa-spinner ax-animate-spin\"></i> Loading ...</div>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</ax-drop-down>", components: [{ type: AXDropdownComponent, selector: "ax-drop-down", inputs: ["disabled", "tabIndex", "size", "fitParent"] }, { type: AXBadgeComponent, selector: "ax-badge", inputs: ["text", "color"] }, { type: AXDecoratorSuffixComponent, selector: "ax-suffix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }, { type: AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "readonly", "tabIndex", "size", "value", "indeterminate"], outputs: ["valueChange", "onValueChanged", "onBlur", "onFocus"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6205
+ AXSelectBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXSelectBoxComponent, selector: "ax-select-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", fitParent: "fitParent", value: "value", items: "items", multiple: "multiple", allowNull: "allowNull", valueField: "valueField", textField: "textField" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { listeners: { "document:keydown": "_handleKeydown($event)" }, classAttribute: "ax-select-box" }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: AXDropdownComponent, descendants: true }, { propertyName: "listContainer", first: true, predicate: ["listContainer"], descendants: true, static: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ax-drop-down (onOpened)=\"_emitOnOpenedEvent()\" (onClosed)=\"_emitOnClosedEvent()\">\r\n <ng-container input>\r\n <ng-content select=\"ax-prefix\">\r\n </ng-content>\r\n <div class=\"ax-select-box-selection\" [tabindex]=\"tabIndex\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\">\r\n <ng-container *ngIf=\"!multiple; then singleSelectedTemplate; else multipleSelectedTemplate\"></ng-container>\r\n <ng-template #singleSelectedTemplate>\r\n <ng-container *ngFor=\"let item of selectedItems\">\r\n <span class=\"ax-mx-2\"> {{ _getItemDisplayTextTemplte(item) }}</span>\r\n </ng-container>\r\n </ng-template>\r\n <ng-template #multipleSelectedTemplate>\r\n <div class=\"ax-flex ax-mx-2\">\r\n <ng-container *ngFor=\"let item of selectedItems\">\r\n <ax-badge [text]=\"_getItemDisplayTextTemplte(item)\" color=\"light\" class=\"ax-me-2\">\r\n <ax-suffix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\" (click)=\"_handleBadgeRemove($event,item)\"></ax-icon>\r\n </ax-suffix>\r\n </ax-badge>\r\n </ng-container>\r\n </div>\r\n </ng-template>\r\n <!-- <div class=\"ax-selectbox-input\">\r\n <input type=\"text\" [tabindex]=\"tabIndex\" (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\" (keydown)=\"_handleKeydown($event)\">\r\n </div> -->\r\n <ng-content select=\"ax-suffix\">\r\n </ng-content>\r\n </div>\r\n </ng-container>\r\n <div class=\"ax-list ax-list-container\" panel>\r\n <div class=\"ax-list-items-container ax-vertical ax-default\" (scroll)=\"_handleListScroll($event)\" #listContainer>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index;trackBy : _trackByFunction\">\r\n <ng-container *ngIf=\"itemTemplate; else defualtTemplate\">\r\n <div class=\"ax-list-item\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: item,direction:direction}\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-template #defualtTemplate>\r\n <ng-container *ngIf=\"!multiple; then singleTemplate; else multipleTemplate\"></ng-container>\r\n <ng-template #singleTemplate>\r\n <div class=\"ax-list-item\" [class.ax-state-selected]=\"isItemSelected(item)\" [attr.tabindex]=\"i\" (click)=\"_handleOnItemClick($event,item)\">\r\n {{ _getItemDisplayTextTemplte(item) }}\r\n </div>\r\n </ng-template>\r\n <ng-template #multipleTemplate>\r\n <div class=\"ax-list-item\" [class.ax-state-selected]=\"isItemSelected(item)\" [attr.tabindex]=\"i\" (click)=\"_handleOnItemClick($event,item)\">\r\n <ax-check-box [value]=\"isItemSelected(item)\">\r\n </ax-check-box>\r\n {{ _getItemDisplayTextTemplte(item) }}\r\n\r\n </div>\r\n </ng-template>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"(displayItems==null || displayItems.length==0) && !isLoading\">\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"elseEmptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseTemplate>\r\n Empty!\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngIf=\"isLoading\">\r\n <ng-container *ngIf=\"loadingTemplate; else elseLoadingTemplate\">\r\n <ng-container *ngTemplateOutlet=\"loadingTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseLoadingTemplate>\r\n <div class=\"ax-list-loading-container\">\r\n <div><i class=\"fas fa-spinner ax-animate-spin\"></i> Loading ...</div>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</ax-drop-down>", components: [{ type: AXDropdownComponent, selector: "ax-drop-down", inputs: ["disabled", "tabIndex", "size", "fitParent"] }, { type: AXBadgeComponent, selector: "ax-badge", inputs: ["text", "color"] }, { type: AXDecoratorSuffixComponent, selector: "ax-suffix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }, { type: AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "allowNull", "value", "debounceTime", "name"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6122
6206
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxComponent, decorators: [{
6123
6207
  type: i0.Component,
6124
6208
  args: [{
@@ -6147,12 +6231,12 @@
6147
6231
  return AXSelectBoxModule;
6148
6232
  }());
6149
6233
  AXSelectBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6150
- AXSelectBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, declarations: [AXSelectBoxComponent], imports: [i4.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule], exports: [AXSelectBoxComponent] });
6151
- AXSelectBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, providers: [], imports: [[i4.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule]] });
6234
+ AXSelectBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, declarations: [AXSelectBoxComponent], imports: [i1.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule], exports: [AXSelectBoxComponent] });
6235
+ AXSelectBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, providers: [], imports: [[i1.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule]] });
6152
6236
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectBoxModule, decorators: [{
6153
6237
  type: i0.NgModule,
6154
6238
  args: [{
6155
- imports: [i4.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule],
6239
+ imports: [i1.CommonModule, AXDropdownModule, i3.FormsModule, AXCheckBoxModule, AXBadgeModule, AXEditorDecoratorModule, AXIconModule],
6156
6240
  exports: [AXSelectBoxComponent],
6157
6241
  declarations: [AXSelectBoxComponent],
6158
6242
  providers: [],
@@ -6178,7 +6262,7 @@
6178
6262
  return AXSelectionListComponent;
6179
6263
  }(AXBaseSelectionValueMixin));
6180
6264
  AXSelectionListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
6181
- AXSelectionListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", valueField: "valueField", textField: "textField", multiple: "multiple", items: "items", selectionMode: "selectionMode", cssClass: "cssClass", direction: "direction" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-selection-list ax-{{direction}}\">\r\n <ng-container *ngIf=\"multiple; then checkboxList; else radioButtonList\"></ng-container>\r\n <ng-template #checkboxList>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index\">\r\n <div class=\"ax-flex ax-items-start ax-checkbox-container ax-mb-2\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"id+'-'+i\" class=\"ax-checkbox\" type=\"checkbox\" (change)=\"_handleOnItemValueChange(item, $event)\" [checked]=\"isItemSelected(item)\" [disabled]=\"disabled || item.disabled\" [readonly]=\"readonly || item.readonly\">\r\n </div>\r\n <div class=\"ax-ms-3 ax-text-sm\">\r\n <label [for]=\"id+'-'+i\" class=\"ax-font-medium ax-text-light-700\"> {{item[textField]}}</label>\r\n <p class=\"ax-text-light-500\"> {{item.hint ? item.hint : item[hintField]}}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n </ng-template>\r\n <ng-template #radioButtonList>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index\">\r\n <div class=\"ax-flex ax-items-start ax-radio-container ax-mb-2\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"id+'-'+i\" class=\"ax-radio\" type=\"radio\" [attr.name]=\"id\" (change)=\"_handleOnItemValueChange(item, $event)\" [checked]=\"isItemSelected(item)\" [disabled]=\"disabled || item.disabled\" [readonly]=\"readonly || item.readonly\">\r\n </div>\r\n <div class=\"ax-ms-3 ax-text-sm\">\r\n <label [for]=\"id+'-'+i\" class=\"ax-font-medium ax-text-light-700\"> {{item[textField]}}</label>\r\n <p class=\"ax-text-light-500\"> {{item.hint ? item.hint : item[hintField]}}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n </ng-template>\r\n <ng-content select=\"ax-validation-rule\">\r\n </ng-content>\r\n</div>", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6265
+ AXSelectionListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", valueField: "valueField", textField: "textField", multiple: "multiple", items: "items", selectionMode: "selectionMode", cssClass: "cssClass", direction: "direction" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-selection-list ax-{{direction}}\">\r\n <ng-container *ngIf=\"multiple; then checkboxList; else radioButtonList\"></ng-container>\r\n <ng-template #checkboxList>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index\">\r\n <div class=\"ax-flex ax-items-start ax-checkbox-container ax-mb-2\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"id+'-'+i\" class=\"ax-checkbox\" type=\"checkbox\" (change)=\"_handleOnItemValueChange(item, $event)\" [checked]=\"isItemSelected(item)\" [disabled]=\"disabled || item.disabled\" [readonly]=\"readonly || item.readonly\">\r\n </div>\r\n <div class=\"ax-ms-3 ax-text-sm\">\r\n <label [for]=\"id+'-'+i\" class=\"ax-font-medium ax-text-light-700\"> {{item[textField]}}</label>\r\n <p class=\"ax-text-light-500\"> {{item.hint ? item.hint : item[hintField]}}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n </ng-template>\r\n <ng-template #radioButtonList>\r\n <ng-container *ngFor=\"let item of displayItems;let i = index\">\r\n <div class=\"ax-flex ax-items-start ax-radio-container ax-mb-2\">\r\n <div class=\"ax-flex ax-items-center ax-h-5\">\r\n <input [id]=\"id+'-'+i\" class=\"ax-radio\" type=\"radio\" [attr.name]=\"id\" (change)=\"_handleOnItemValueChange(item, $event)\" [checked]=\"isItemSelected(item)\" [disabled]=\"disabled || item.disabled\" [readonly]=\"readonly || item.readonly\">\r\n </div>\r\n <div class=\"ax-ms-3 ax-text-sm\">\r\n <label [for]=\"id+'-'+i\" class=\"ax-font-medium ax-text-light-700\"> {{item[textField]}}</label>\r\n <p class=\"ax-text-light-500\"> {{item.hint ? item.hint : item[hintField]}}</p>\r\n </div>\r\n </div>\r\n </ng-container>\r\n </ng-template>\r\n <ng-content select=\"ax-validation-rule\">\r\n </ng-content>\r\n</div>", directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6182
6266
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListComponent, decorators: [{
6183
6267
  type: i0.Component,
6184
6268
  args: [{
@@ -6211,13 +6295,13 @@
6211
6295
  return AXSelectionListModule;
6212
6296
  }());
6213
6297
  AXSelectionListModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6214
- AXSelectionListModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, declarations: [AXSelectionListComponent], imports: [i4.CommonModule, i3.FormsModule, AXCheckBoxModule], exports: [AXSelectionListComponent] });
6215
- AXSelectionListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, providers: [], imports: [[i4.CommonModule, i3.FormsModule, AXCheckBoxModule]] });
6298
+ AXSelectionListModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, declarations: [AXSelectionListComponent], imports: [i1.CommonModule, i3.FormsModule, AXCheckBoxModule], exports: [AXSelectionListComponent] });
6299
+ AXSelectionListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, providers: [], imports: [[i1.CommonModule, i3.FormsModule, AXCheckBoxModule]] });
6216
6300
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSelectionListModule, decorators: [{
6217
6301
  type: i0.NgModule,
6218
6302
  args: [{
6219
6303
  declarations: [AXSelectionListComponent],
6220
- imports: [i4.CommonModule, i3.FormsModule, AXCheckBoxModule],
6304
+ imports: [i1.CommonModule, i3.FormsModule, AXCheckBoxModule],
6221
6305
  exports: [AXSelectionListComponent],
6222
6306
  providers: []
6223
6307
  }]
@@ -6244,14 +6328,14 @@
6244
6328
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
6245
6329
 
6246
6330
  var COMPONENT$4 = [AXSideMenuComponent];
6247
- var MODULES$4 = [i4.CommonModule];
6331
+ var MODULES$4 = [i1.CommonModule];
6248
6332
  var AXSideMenuModule = /** @class */ (function () {
6249
6333
  function AXSideMenuModule() {
6250
6334
  }
6251
6335
  return AXSideMenuModule;
6252
6336
  }());
6253
6337
  AXSideMenuModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSideMenuModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6254
- AXSideMenuModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSideMenuModule, declarations: [AXSideMenuComponent], imports: [i4.CommonModule], exports: [AXSideMenuComponent] });
6338
+ AXSideMenuModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSideMenuModule, declarations: [AXSideMenuComponent], imports: [i1.CommonModule], exports: [AXSideMenuComponent] });
6255
6339
  AXSideMenuModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSideMenuModule, providers: [], imports: [__spreadArray([], __read(MODULES$4))] });
6256
6340
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSideMenuModule, decorators: [{
6257
6341
  type: i0.NgModule,
@@ -6296,13 +6380,13 @@
6296
6380
  return AXSwitchModule;
6297
6381
  }());
6298
6382
  AXSwitchModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6299
- AXSwitchModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, declarations: [AXSwitchComponent], imports: [i4.CommonModule, i3.FormsModule], exports: [AXSwitchComponent] });
6300
- AXSwitchModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, providers: [], imports: [[i4.CommonModule, i3.FormsModule]] });
6383
+ AXSwitchModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, declarations: [AXSwitchComponent], imports: [i1.CommonModule, i3.FormsModule], exports: [AXSwitchComponent] });
6384
+ AXSwitchModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, providers: [], imports: [[i1.CommonModule, i3.FormsModule]] });
6301
6385
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXSwitchModule, decorators: [{
6302
6386
  type: i0.NgModule,
6303
6387
  args: [{
6304
6388
  declarations: [AXSwitchComponent],
6305
- imports: [i4.CommonModule, i3.FormsModule],
6389
+ imports: [i1.CommonModule, i3.FormsModule],
6306
6390
  exports: [AXSwitchComponent],
6307
6391
  entryComponents: [AXSwitchComponent],
6308
6392
  providers: [],
@@ -6495,6 +6579,7 @@
6495
6579
  this._active = v;
6496
6580
  this.activeChange.emit(v);
6497
6581
  v ? this._getHostElement().classList.add('ax-state-active') : this._getHostElement().classList.remove('ax-state-active');
6582
+ this._cdr.detectChanges();
6498
6583
  },
6499
6584
  enumerable: false,
6500
6585
  configurable: true
@@ -6517,12 +6602,12 @@
6517
6602
  return AXTabItemComponent;
6518
6603
  }(AXBaseClickableMixin));
6519
6604
  AXTabItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabItemComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
6520
- AXTabItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTabItemComponent, selector: "ax-tab-item", inputs: { text: "text", width: "width", active: "active" }, outputs: { activeChange: "activeChange" }, host: { listeners: { "click": "__hostClick($event)" } }, viewQueries: [{ propertyName: "template", first: true, predicate: i0.TemplateRef, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-content select=\"ax-prefix\"></ng-content>\n <span>{{text}}</span>\n <ng-content select=\"ax-suffix\"></ng-content>\n <ng-template>\n <ng-content>\n </ng-content>\n </ng-template>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6605
+ AXTabItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTabItemComponent, selector: "ax-tab-item", inputs: { text: "text", width: "width", active: "active" }, outputs: { activeChange: "activeChange" }, host: { listeners: { "click": "__hostClick($event)" } }, queries: [{ propertyName: "headerTemplate", first: true, predicate: i0.TemplateRef, descendants: true, static: true }], viewQueries: [{ propertyName: "template", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-container *ngIf=\"headerTemplate;else header\">\n <ng-container [ngTemplateOutlet]=\"headerTemplate\" [ngTemplateOutletContext]=\"{ $implicit: {text,active} }\"></ng-container>\n </ng-container>\n <ng-template #header>\n <ng-content select=\"ax-prefix\"></ng-content>\n <span>{{text}}</span>\n <ng-content select=\"ax-suffix\"></ng-content>\n </ng-template>\n <ng-template #content>\n <ng-content select=\"ax-content\">\n </ng-content>\n </ng-template>\n ", isInline: true, directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6521
6606
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabItemComponent, decorators: [{
6522
6607
  type: i0.Component,
6523
6608
  args: [{
6524
6609
  selector: 'ax-tab-item',
6525
- template: "\n <ng-content select=\"ax-prefix\"></ng-content>\n <span>{{text}}</span>\n <ng-content select=\"ax-suffix\"></ng-content>\n <ng-template>\n <ng-content>\n </ng-content>\n </ng-template>\n ",
6610
+ template: "\n <ng-container *ngIf=\"headerTemplate;else header\">\n <ng-container [ngTemplateOutlet]=\"headerTemplate\" [ngTemplateOutletContext]=\"{ $implicit: {text,active} }\"></ng-container>\n </ng-container>\n <ng-template #header>\n <ng-content select=\"ax-prefix\"></ng-content>\n <span>{{text}}</span>\n <ng-content select=\"ax-suffix\"></ng-content>\n </ng-template>\n <ng-template #content>\n <ng-content select=\"ax-content\">\n </ng-content>\n </ng-template>\n ",
6526
6611
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
6527
6612
  encapsulation: i0.ViewEncapsulation.None,
6528
6613
  }]
@@ -6532,7 +6617,10 @@
6532
6617
  type: i0.Input
6533
6618
  }], template: [{
6534
6619
  type: i0.ViewChild,
6535
- args: [i0.TemplateRef]
6620
+ args: ['content']
6621
+ }], headerTemplate: [{
6622
+ type: i0.ContentChild,
6623
+ args: [i0.TemplateRef, { static: true }]
6536
6624
  }], activeChange: [{
6537
6625
  type: i0.Output
6538
6626
  }], active: [{
@@ -6546,12 +6634,19 @@
6546
6634
  __extends(AXTabsComponent, _super);
6547
6635
  function AXTabsComponent(elementRef, cdr) {
6548
6636
  var _this = _super.call(this, elementRef, cdr) || this;
6549
- _this.mode = 'default';
6550
- _this.direction = "horizontal";
6551
6637
  _this.fitParent = false;
6552
6638
  _this.minWidth = false;
6553
6639
  return _this;
6554
6640
  }
6641
+ AXTabsComponent.prototype.onRenderCssClass = function () {
6642
+ var classList = Array.from(this._getHostElement().classList);
6643
+ if (!classList.some(function (c) { return ['ax-vertical', 'ax-horizontal'].includes(c); })) {
6644
+ this._getHostElement().classList.add('ax-horizontal');
6645
+ }
6646
+ if (!classList.some(function (c) { return c.startsWith('ax-look-'); })) {
6647
+ this._getHostElement().classList.add('ax-look-default');
6648
+ }
6649
+ };
6555
6650
  AXTabsComponent.prototype.onViewInit = function () {
6556
6651
  var _this = this;
6557
6652
  this._handleSelectionChanged(this._contentTabs.get(0));
@@ -6564,44 +6659,32 @@
6564
6659
  AXTabsComponent.prototype._handleSelectionChanged = function (e) {
6565
6660
  this._contentTabs.filter(function (c) { return c != e; }).forEach(function (c) { c.active = false; });
6566
6661
  e.active = true;
6567
- this.content.portal = e.template;
6662
+ if (this.content) {
6663
+ this.content.portal = e.template;
6664
+ }
6568
6665
  this._cdr.markForCheck();
6569
6666
  };
6570
- Object.defineProperty(AXTabsComponent.prototype, "__hostClass", {
6571
- get: function () {
6572
- return ["ax-tabs-" + (this.mode ? this.mode : 'default'), "ax-tabs-" + this.direction, "" + (this.fitParent ? 'ax-tabs-fit' : '')].join(' ');
6573
- },
6574
- enumerable: false,
6575
- configurable: true
6576
- });
6577
6667
  return AXTabsComponent;
6578
6668
  }(AXBaseComponent));
6579
6669
  AXTabsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
6580
- AXTabsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTabsComponent, selector: "ax-tabs", inputs: { mode: "mode", direction: "direction", fitParent: "fitParent", minWidth: "minWidth", content: "content" }, host: { properties: { "class": "this.__hostClass" } }, queries: [{ propertyName: "_contentTabs", predicate: AXTabItemComponent }], usesInheritance: true, ngImport: i0__namespace, template: "\n <div class=\"ax-items-wrapper\">\n <ng-content select=\"ax-tab-item\">\n </ng-content>\n </div>\n <!-- <div [axTabOutlet]=\"_activeTabView\">\n\n </div> -->\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6670
+ AXTabsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTabsComponent, selector: "ax-tabs", inputs: { fitParent: "fitParent", minWidth: "minWidth", content: "content" }, queries: [{ propertyName: "_contentTabs", predicate: AXTabItemComponent }], usesInheritance: true, ngImport: i0__namespace, template: "\n <div class=\"ax-items-wrapper\">\n <ng-content select=\"ax-tab-item\">\n </ng-content>\n </div>\n ", isInline: true, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6581
6671
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsComponent, decorators: [{
6582
6672
  type: i0.Component,
6583
6673
  args: [{
6584
6674
  selector: 'ax-tabs',
6585
- template: "\n <div class=\"ax-items-wrapper\">\n <ng-content select=\"ax-tab-item\">\n </ng-content>\n </div>\n <!-- <div [axTabOutlet]=\"_activeTabView\">\n\n </div> -->\n ",
6675
+ template: "\n <div class=\"ax-items-wrapper\">\n <ng-content select=\"ax-tab-item\">\n </ng-content>\n </div>\n ",
6586
6676
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
6587
6677
  encapsulation: i0.ViewEncapsulation.None,
6588
6678
  }]
6589
6679
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; }, propDecorators: { _contentTabs: [{
6590
6680
  type: i0.ContentChildren,
6591
6681
  args: [AXTabItemComponent]
6592
- }], mode: [{
6593
- type: i0.Input
6594
- }], direction: [{
6595
- type: i0.Input
6596
6682
  }], fitParent: [{
6597
6683
  type: i0.Input
6598
6684
  }], minWidth: [{
6599
6685
  type: i0.Input
6600
6686
  }], content: [{
6601
6687
  type: i0.Input
6602
- }], __hostClass: [{
6603
- type: i0.HostBinding,
6604
- args: ['class']
6605
6688
  }] } });
6606
6689
 
6607
6690
  var AXTabStripChangedEvent = /** @class */ (function (_super) {
@@ -6622,9 +6705,11 @@
6622
6705
  },
6623
6706
  set: function (v) {
6624
6707
  //debugger;
6625
- this._portal = v;
6626
- this._viewContainerRef.clear();
6627
- var viewRef = this._viewContainerRef.createEmbeddedView(v, null, 0);
6708
+ if (v) {
6709
+ this._portal = v;
6710
+ this._viewContainerRef.clear();
6711
+ var viewRef = this._viewContainerRef.createEmbeddedView(v, null, 0);
6712
+ }
6628
6713
  },
6629
6714
  enumerable: false,
6630
6715
  configurable: true
@@ -6643,14 +6728,14 @@
6643
6728
  }], ctorParameters: function () { return [{ type: i0__namespace.ViewContainerRef }]; } });
6644
6729
 
6645
6730
  var COMPONENT$3 = [AXTabsComponent, AXTabItemComponent, AXTabContentDirective];
6646
- var MODULES$3 = [i4.CommonModule, i1.PortalModule, AXEditorDecoratorModule];
6731
+ var MODULES$3 = [i1.CommonModule, i1$1.PortalModule, AXEditorDecoratorModule];
6647
6732
  var AXTabsModule = /** @class */ (function () {
6648
6733
  function AXTabsModule() {
6649
6734
  }
6650
6735
  return AXTabsModule;
6651
6736
  }());
6652
6737
  AXTabsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6653
- AXTabsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsModule, declarations: [AXTabsComponent, AXTabItemComponent, AXTabContentDirective], imports: [i4.CommonModule, i1.PortalModule, AXEditorDecoratorModule], exports: [AXTabsComponent, AXTabItemComponent, AXTabContentDirective] });
6738
+ AXTabsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsModule, declarations: [AXTabsComponent, AXTabItemComponent, AXTabContentDirective], imports: [i1.CommonModule, i1$1.PortalModule, AXEditorDecoratorModule], exports: [AXTabsComponent, AXTabItemComponent, AXTabContentDirective] });
6654
6739
  AXTabsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsModule, providers: [], imports: [__spreadArray([], __read(MODULES$3))] });
6655
6740
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTabsModule, decorators: [{
6656
6741
  type: i0.NgModule,
@@ -6778,8 +6863,8 @@
6778
6863
  };
6779
6864
  return AXTimeBoxComponent;
6780
6865
  }(AXBaseTextBoxMixin));
6781
- AXTimeBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$2.MaskApplierService }], target: i0__namespace.ɵɵFactoryTarget.Component });
6782
- AXTimeBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTimeBoxComponent, selector: "ax-time-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", name: "name", minValue: "minValue", maxValue: "maxValue", format: "format", displayText: "displayText" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", displayTextChange: "displayTextChange" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-time-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" type=\"text\" [attr.pattern]=\"'[\\d\\.]*'\" [attr.placeholder]=\"placeholder\"\r\n [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\" [disabled]=\"disabled\"\r\n [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [ngModel]=\"displayText\" (focus)=\"_emitOnFocusEvent($event)\"\r\n (blur)=\"_emitOnBlurEvent($event)\" (keydown)=\"_handleOnKeydownEvent($event)\">\r\n<ax-button color=\"light\" look=\"blank\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <i class=\"ax-icon-x icon\"></i>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6866
+ AXTimeBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$3.MaskApplierService }], target: i0__namespace.ɵɵFactoryTarget.Component });
6867
+ AXTimeBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTimeBoxComponent, selector: "ax-time-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", size: "size", value: "value", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", name: "name", minValue: "minValue", maxValue: "maxValue", format: "format", displayText: "displayText" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus", displayTextChange: "displayTextChange" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-time-box ax-editor-container" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" type=\"text\" [attr.pattern]=\"'[\\d\\.]*'\" [attr.placeholder]=\"placeholder\"\r\n [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\" [disabled]=\"disabled\"\r\n [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [ngModel]=\"displayText\" (focus)=\"_emitOnFocusEvent($event)\"\r\n (blur)=\"_emitOnBlurEvent($event)\" (keydown)=\"_handleOnKeydownEvent($event)\">\r\n<ax-button color=\"light\" look=\"blank\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <i class=\"ax-icon-x icon\"></i>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6783
6868
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxComponent, decorators: [{
6784
6869
  type: i0.Component,
6785
6870
  args: [{
@@ -6791,7 +6876,7 @@
6791
6876
  encapsulation: i0.ViewEncapsulation.None,
6792
6877
  host: { class: 'ax-time-box ax-editor-container' },
6793
6878
  }]
6794
- }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$2.MaskApplierService }]; }, propDecorators: { hostClass: [{
6879
+ }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$3.MaskApplierService }]; }, propDecorators: { hostClass: [{
6795
6880
  type: i0.HostBinding,
6796
6881
  args: ['class']
6797
6882
  }], minValue: [{
@@ -6808,10 +6893,10 @@
6808
6893
 
6809
6894
  var COMPONENT$2 = [AXTimeBoxComponent];
6810
6895
  var MODULES$2 = [
6811
- i4.CommonModule,
6896
+ i1.CommonModule,
6812
6897
  i3.FormsModule,
6813
6898
  AXButtonModule,
6814
- i1$2.NgxMaskModule.forChild()
6899
+ i1$3.NgxMaskModule.forChild()
6815
6900
  ];
6816
6901
  var AXTimeBoxModule = /** @class */ (function () {
6817
6902
  function AXTimeBoxModule() {
@@ -6819,9 +6904,9 @@
6819
6904
  return AXTimeBoxModule;
6820
6905
  }());
6821
6906
  AXTimeBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6822
- AXTimeBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxModule, declarations: [AXTimeBoxComponent], imports: [i4.CommonModule,
6907
+ AXTimeBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxModule, declarations: [AXTimeBoxComponent], imports: [i1.CommonModule,
6823
6908
  i3.FormsModule,
6824
- AXButtonModule, i1__namespace$2.NgxMaskModule], exports: [AXTimeBoxComponent] });
6909
+ AXButtonModule, i1__namespace$3.NgxMaskModule], exports: [AXTimeBoxComponent] });
6825
6910
  AXTimeBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxModule, providers: [], imports: [__spreadArray([], __read(MODULES$2))] });
6826
6911
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTimeBoxModule, decorators: [{
6827
6912
  type: i0.NgModule,
@@ -6871,7 +6956,7 @@
6871
6956
  return AXToastComponent;
6872
6957
  }(AXBaseComponentMixin));
6873
6958
  AXToastComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
6874
- AXToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXToastComponent, selector: "ax-toast", host: { classAttribute: "ax-toast" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-toast-icon-side\">\r\n <i class=\"ax-toast-icon {{_icon}}\"></i>\r\n</div>\r\n<div class=\"ax-toast-content-side\">\r\n <div class=\"ax-toast-title\">{{options.title}}</div>\r\n <div class=\"ax-toast-content\" *ngIf=\"options.content\">{{options.content}}</div>\r\n</div>\r\n<div class=\"ax-toast-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.closeable\" (click)=\"close()\"></i>\r\n</div>\r\n<div class=\"ax-toast-progress ax-{{options.type}}\" [style.animation-duration.ms]=\"options.timeOut\" *ngIf=\"options.timeOut\">\r\n</div>", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6959
+ AXToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXToastComponent, selector: "ax-toast", host: { classAttribute: "ax-toast" }, usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"ax-toast-icon-side\">\r\n <i class=\"ax-toast-icon {{_icon}}\"></i>\r\n</div>\r\n<div class=\"ax-toast-content-side\">\r\n <div class=\"ax-toast-title\">{{options.title}}</div>\r\n <div class=\"ax-toast-content\" *ngIf=\"options.content\">{{options.content}}</div>\r\n</div>\r\n<div class=\"ax-toast-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.closeable\" (click)=\"close()\"></i>\r\n</div>\r\n<div class=\"ax-toast-progress ax-{{options.type}}\" [style.animation-duration.ms]=\"options.timeOut\" *ngIf=\"options.timeOut\">\r\n</div>", directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
6875
6960
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastComponent, decorators: [{
6876
6961
  type: i0.Component,
6877
6962
  args: [{
@@ -6884,14 +6969,14 @@
6884
6969
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }]; } });
6885
6970
 
6886
6971
  var COMPONENT$1 = [AXToastComponent];
6887
- var MODULES$1 = [i4.CommonModule, AXButtonModule];
6972
+ var MODULES$1 = [i1.CommonModule, AXButtonModule];
6888
6973
  var AXToastModule = /** @class */ (function () {
6889
6974
  function AXToastModule() {
6890
6975
  }
6891
6976
  return AXToastModule;
6892
6977
  }());
6893
6978
  AXToastModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
6894
- AXToastModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastModule, declarations: [AXToastComponent], imports: [i4.CommonModule, AXButtonModule], exports: [AXToastComponent] });
6979
+ AXToastModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastModule, declarations: [AXToastComponent], imports: [i1.CommonModule, AXButtonModule], exports: [AXToastComponent] });
6895
6980
  AXToastModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastModule, providers: [], imports: [__spreadArray([], __read(MODULES$1))] });
6896
6981
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastModule, decorators: [{
6897
6982
  type: i0.NgModule,
@@ -6972,7 +7057,7 @@
6972
7057
  positionStrategy: positionStrategy,
6973
7058
  panelClass: ['animate__animated', 'animate__fadeIn', 'animate__faster'],
6974
7059
  });
6975
- var toastPortal = new i1.ComponentPortal(AXToastComponent, null, this.parentInjector);
7060
+ var toastPortal = new i1$1.ComponentPortal(AXToastComponent, null, this.parentInjector);
6976
7061
  var host = overlayRef.attach(toastPortal);
6977
7062
  host.instance.visibleIndex = this._activeList.length;
6978
7063
  this._activeList.push(host.instance);
@@ -7007,12 +7092,12 @@
7007
7092
  };
7008
7093
  return AXToastService;
7009
7094
  }());
7010
- AXToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastService, deps: [{ token: i1__namespace.Overlay }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
7095
+ AXToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastService, deps: [{ token: i1__namespace$1.Overlay }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
7011
7096
  AXToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastService, providedIn: 'root' });
7012
7097
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXToastService, decorators: [{
7013
7098
  type: i0.Injectable,
7014
7099
  args: [{ providedIn: 'root' }]
7015
- }], ctorParameters: function () { return [{ type: i1__namespace.Overlay }, { type: i0__namespace.Injector }]; } });
7100
+ }], ctorParameters: function () { return [{ type: i1__namespace$1.Overlay }, { type: i0__namespace.Injector }]; } });
7016
7101
 
7017
7102
  var AXTooltipComponent = /** @class */ (function (_super) {
7018
7103
  __extends(AXTooltipComponent, _super);
@@ -7112,7 +7197,7 @@
7112
7197
  this.overlayRef = this.overlay.create({ positionStrategy: positionStrategy });
7113
7198
  };
7114
7199
  AXTooltipDirective.prototype.show = function () {
7115
- var tooltipRef = this.overlayRef.attach(new i1.ComponentPortal(AXTooltipComponent));
7200
+ var tooltipRef = this.overlayRef.attach(new i1$1.ComponentPortal(AXTooltipComponent));
7116
7201
  tooltipRef.instance.text = this.text;
7117
7202
  tooltipRef.instance.position = this.position;
7118
7203
  };
@@ -7121,12 +7206,12 @@
7121
7206
  };
7122
7207
  return AXTooltipDirective;
7123
7208
  }());
7124
- AXTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipDirective, deps: [{ token: i1__namespace.Overlay }, { token: i1__namespace.OverlayPositionBuilder }, { token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
7209
+ AXTooltipDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipDirective, deps: [{ token: i1__namespace$1.Overlay }, { token: i1__namespace$1.OverlayPositionBuilder }, { token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
7125
7210
  AXTooltipDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.6", type: AXTooltipDirective, selector: "[axTooltip]", inputs: { text: ["axTooltip", "text"], position: ["axTooltipPositon", "position"] }, host: { listeners: { "mouseenter": "show()", "mouseout": "hide()" } }, ngImport: i0__namespace });
7126
7211
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipDirective, decorators: [{
7127
7212
  type: i0.Directive,
7128
7213
  args: [{ selector: '[axTooltip]' }]
7129
- }], ctorParameters: function () { return [{ type: i1__namespace.Overlay }, { type: i1__namespace.OverlayPositionBuilder }, { type: i0__namespace.ElementRef }]; }, propDecorators: { text: [{
7214
+ }], ctorParameters: function () { return [{ type: i1__namespace$1.Overlay }, { type: i1__namespace$1.OverlayPositionBuilder }, { type: i0__namespace.ElementRef }]; }, propDecorators: { text: [{
7130
7215
  type: i0.Input,
7131
7216
  args: ['axTooltip']
7132
7217
  }], position: [{
@@ -7141,14 +7226,14 @@
7141
7226
  }] } });
7142
7227
 
7143
7228
  var COMPONENT = [AXTooltipComponent, AXTooltipDirective];
7144
- var MODULES = [i4.CommonModule, i1$1.OverlayModule];
7229
+ var MODULES = [i1.CommonModule, i1$2.OverlayModule];
7145
7230
  var AXTooltipModule = /** @class */ (function () {
7146
7231
  function AXTooltipModule() {
7147
7232
  }
7148
7233
  return AXTooltipModule;
7149
7234
  }());
7150
7235
  AXTooltipModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
7151
- AXTooltipModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipModule, declarations: [AXTooltipComponent, AXTooltipDirective], imports: [i4.CommonModule, i1$1.OverlayModule], exports: [AXTooltipComponent, AXTooltipDirective] });
7236
+ AXTooltipModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipModule, declarations: [AXTooltipComponent, AXTooltipDirective], imports: [i1.CommonModule, i1$2.OverlayModule], exports: [AXTooltipComponent, AXTooltipDirective] });
7152
7237
  AXTooltipModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipModule, providers: [], imports: [__spreadArray([], __read(MODULES))] });
7153
7238
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTooltipModule, decorators: [{
7154
7239
  type: i0.NgModule,
@@ -7184,7 +7269,7 @@
7184
7269
  return AXTextBoxComponent;
7185
7270
  }(AXBaseTextBoxMixin));
7186
7271
  AXTextBoxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
7187
- AXTextBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTextBoxComponent, selector: "ax-text-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", cssClass: "cssClass", size: "size", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", value: "value", name: "name" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-text-box ax-editor-container" }, queries: [{ propertyName: "_contentMask", first: true, predicate: AXInputMaskComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" [attr.name]=\"name\" type=\"text\" [mask]=\"_contentMask?.mask\" [prefix]=\"_contentMask?.prefix\"\r\n [suffix]=\"_contentMask?.suffix\" [showMaskTyped]=\"_contentMask?.showMaskTyped\" [attr.placeholder]=\"placeholder\"\r\n [attr.maxlength]=\"maxLength\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\"\r\n [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [(ngModel)]=\"value\"\r\n (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\"\r\n [attr.autocomplete]=\"autoComplete ? 'on': 'off'\">\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\"></ax-icon>\r\n </ax-prefix>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>\r\n<ng-content select=\"ax-input-mask\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i1__namespace$2.MaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime"] }, { type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7272
+ AXTextBoxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: AXTextBoxComponent, selector: "ax-text-box", inputs: { disabled: "disabled", readonly: "readonly", tabIndex: "tabIndex", cssClass: "cssClass", size: "size", placeholder: "placeholder", maxLength: "maxLength", allowNull: "allowNull", debounceTime: "debounceTime", value: "value", name: "name" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", onBlur: "onBlur", onFocus: "onFocus" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-text-box ax-editor-container" }, queries: [{ propertyName: "_contentMask", first: true, predicate: AXInputMaskComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<input class=\"ax-input\" [attr.name]=\"name\" type=\"text\" [mask]=\"_contentMask?.mask\" [prefix]=\"_contentMask?.prefix\"\r\n [suffix]=\"_contentMask?.suffix\" [showMaskTyped]=\"_contentMask?.showMaskTyped\" [attr.placeholder]=\"placeholder\"\r\n [attr.maxlength]=\"maxLength\" [class.ax-state-disabled]=\"disabled\" [class.ax-state-readonly]=\"readonly\"\r\n [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" [(ngModel)]=\"value\"\r\n (focus)=\"_emitOnFocusEvent($event)\" (blur)=\"_emitOnBlurEvent($event)\"\r\n [attr.autocomplete]=\"autoComplete ? 'on': 'off'\">\r\n<ax-button color=\"light\" look=\"blank\" [size]=\"size\" (onClick)=\"clear()\" [tabIndex]=\"-1\"\r\n *ngIf=\"value && allowNull && !(disabled || readonly)\">\r\n <ax-prefix>\r\n <ax-icon icon=\"ax-ic ax-ic-close\"></ax-icon>\r\n </ax-prefix>\r\n</ax-button>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>\r\n<ng-content select=\"ax-input-mask\">\r\n</ng-content>", components: [{ type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "text", "submitBehavior", "cancelBehavior", "color", "look", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }, { type: AXDecoratorPrefixComponent, selector: "ax-prefix" }, { type: AXIconComponent, selector: "ax-icon", inputs: ["icon"] }], directives: [{ type: i1__namespace$3.MaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime"] }, { type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7188
7273
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxComponent, decorators: [{
7189
7274
  type: i0.Component,
7190
7275
  args: [{
@@ -7221,29 +7306,29 @@
7221
7306
  return AXTextBoxModule;
7222
7307
  }());
7223
7308
  AXTextBoxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
7224
- AXTextBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxModule, declarations: [AXTextBoxComponent], imports: [i4.CommonModule,
7309
+ AXTextBoxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxModule, declarations: [AXTextBoxComponent], imports: [i1.CommonModule,
7225
7310
  i3.FormsModule,
7226
7311
  AXButtonModule,
7227
7312
  AXEditorDecoratorModule,
7228
- AXIconModule, i1__namespace$2.NgxMaskModule], exports: [AXTextBoxComponent] });
7313
+ AXIconModule, i1__namespace$3.NgxMaskModule], exports: [AXTextBoxComponent] });
7229
7314
  AXTextBoxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxModule, providers: [], imports: [[
7230
- i4.CommonModule,
7315
+ i1.CommonModule,
7231
7316
  i3.FormsModule,
7232
7317
  AXButtonModule,
7233
7318
  AXEditorDecoratorModule,
7234
7319
  AXIconModule,
7235
- i1$2.NgxMaskModule.forChild()
7320
+ i1$3.NgxMaskModule.forChild()
7236
7321
  ]] });
7237
7322
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXTextBoxModule, decorators: [{
7238
7323
  type: i0.NgModule,
7239
7324
  args: [{
7240
7325
  imports: [
7241
- i4.CommonModule,
7326
+ i1.CommonModule,
7242
7327
  i3.FormsModule,
7243
7328
  AXButtonModule,
7244
7329
  AXEditorDecoratorModule,
7245
7330
  AXIconModule,
7246
- i1$2.NgxMaskModule.forChild()
7331
+ i1$3.NgxMaskModule.forChild()
7247
7332
  ],
7248
7333
  exports: [AXTextBoxComponent],
7249
7334
  declarations: [AXTextBoxComponent],
@@ -7383,13 +7468,13 @@
7383
7468
  return AXValidationModule;
7384
7469
  }());
7385
7470
  AXValidationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
7386
- AXValidationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, declarations: [AXValidationRuleComponent], imports: [i4.CommonModule], exports: [AXValidationRuleComponent] });
7387
- AXValidationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, providers: [], imports: [[i4.CommonModule]] });
7471
+ AXValidationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, declarations: [AXValidationRuleComponent], imports: [i1.CommonModule], exports: [AXValidationRuleComponent] });
7472
+ AXValidationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, providers: [], imports: [[i1.CommonModule]] });
7388
7473
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: AXValidationModule, decorators: [{
7389
7474
  type: i0.NgModule,
7390
7475
  args: [{
7391
7476
  declarations: [AXValidationRuleComponent],
7392
- imports: [i4.CommonModule],
7477
+ imports: [i1.CommonModule],
7393
7478
  exports: [AXValidationRuleComponent],
7394
7479
  providers: []
7395
7480
  }]
@@ -7448,6 +7533,7 @@
7448
7533
  exports.AXDataListModule = AXDataListModule;
7449
7534
  exports.AXDatepickerComponent = AXDatepickerComponent;
7450
7535
  exports.AXDatepickerModule = AXDatepickerModule;
7536
+ exports.AXDecoratorContentComponent = AXDecoratorContentComponent;
7451
7537
  exports.AXDecoratorPrefixComponent = AXDecoratorPrefixComponent;
7452
7538
  exports.AXDecoratorSuffixComponent = AXDecoratorSuffixComponent;
7453
7539
  exports.AXDialogComponent = AXDialogComponent;
@@ -7497,6 +7583,8 @@
7497
7583
  exports.AXPopupComponent = AXPopupComponent;
7498
7584
  exports.AXPopupModule = AXPopupModule;
7499
7585
  exports.AXPopupService = AXPopupService;
7586
+ exports.AXRadioComponent = AXRadioComponent;
7587
+ exports.AXRadioModule = AXRadioModule;
7500
7588
  exports.AXRangeSliderComponent = AXRangeSliderComponent;
7501
7589
  exports.AXRangeSliderModule = AXRangeSliderModule;
7502
7590
  exports.AXResponsiveDirective = AXResponsiveDirective;