@acorex/components 5.0.25 → 5.0.26

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 (30) hide show
  1. package/esm2020/lib/base/mixin/value-mixin.class.mjs +3 -2
  2. package/esm2020/lib/calendar/calendar.component.mjs +2 -2
  3. package/esm2020/lib/checkbox/checkbox.component.mjs +2 -3
  4. package/esm2020/lib/datepicker/datepicker.component.mjs +2 -2
  5. package/esm2020/lib/number-box/number-box.component.mjs +2 -2
  6. package/esm2020/lib/password-box/password-box.component.mjs +2 -2
  7. package/esm2020/lib/radio/radio.component.mjs +15 -5
  8. package/esm2020/lib/radio/radio.module.mjs +4 -3
  9. package/esm2020/lib/selectbox/selectbox.component.mjs +1 -1
  10. package/esm2020/lib/selection-list/selection-list.component.mjs +3 -3
  11. package/esm2020/lib/selection-list/selection-list.module.mjs +8 -5
  12. package/esm2020/lib/switch/switch.component.mjs +2 -2
  13. package/esm2020/lib/textbox/textbox.component.mjs +2 -2
  14. package/esm2020/lib/time-box/time-box.component.mjs +2 -2
  15. package/fesm2015/acorex-components.mjs +57 -50
  16. package/fesm2015/acorex-components.mjs.map +1 -1
  17. package/fesm2020/acorex-components.mjs +57 -50
  18. package/fesm2020/acorex-components.mjs.map +1 -1
  19. package/lib/calendar/calendar.component.d.ts +1 -1
  20. package/lib/checkbox/checkbox.component.d.ts +1 -1
  21. package/lib/datepicker/datepicker.component.d.ts +1 -1
  22. package/lib/number-box/number-box.component.d.ts +1 -1
  23. package/lib/password-box/password-box.component.d.ts +1 -1
  24. package/lib/radio/radio.component.d.ts +4 -3
  25. package/lib/radio/radio.module.d.ts +2 -1
  26. package/lib/selection-list/selection-list.module.d.ts +4 -1
  27. package/lib/switch/switch.component.d.ts +1 -1
  28. package/lib/textbox/textbox.component.d.ts +1 -1
  29. package/lib/time-box/time-box.component.d.ts +1 -1
  30. package/package.json +1 -1
@@ -31,5 +31,5 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
31
31
  private isHoliday;
32
32
  private isWeekend;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; }, never, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; }, never, never>;
35
35
  }
@@ -9,5 +9,5 @@ export declare class AXCheckBoxComponent extends AXBaseValueComponentMixin {
9
9
  _onValueChanging(value: any): any;
10
10
  _handleOnClickEvent(e: MouseEvent): boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_hint", "_label"], ["ax-label", "ax-form-hint", "ax-validation-rule"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_hint", "_label"], ["ax-label", "ax-form-hint", "ax-validation-rule"]>;
13
13
  }
@@ -170,5 +170,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
170
170
  _handleOnInputClickEvent(e: MouseEvent): void;
171
171
  private _highlightPart;
172
172
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
173
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "placeholder": "placeholder"; "maxLength": "maxLength"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix"]>;
173
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix"]>;
174
174
  }
@@ -65,5 +65,5 @@ export declare class AXNumberBoxComponent extends AXBaseTextBoxMixin {
65
65
  _onValueChanged(oldValue: any, newValue: any): void;
66
66
  _handleOnBlurEvent(e: FocusEvent): void;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "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"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "separator": "separator"; "thousandSeparator": "thousandSeparator"; "step": "step"; "scale": "scale"; "decimalStep": "decimalStep"; "showSpinButtons": "showSpinButtons"; "minValue": "minValue"; "maxValue": "maxValue"; "displayText": "displayText"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
69
69
  }
@@ -20,5 +20,5 @@ export declare class AXPasswordBoxComponent extends AXBaseTextBoxMixin {
20
20
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
21
21
  toggleType(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "cssClass": "cssClass"; "size": "size"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "value": "value"; "name": "name"; "showToggleButton": "showToggleButton"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-input-mask"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "cssClass": "cssClass"; "size": "size"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "value": "value"; "name": "name"; "checked": "checked"; "showToggleButton": "showToggleButton"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-input-mask"]>;
24
24
  }
@@ -1,8 +1,9 @@
1
1
  import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXBaseComponentMixin } from '../base';
2
+ import { AXBaseValueComponentMixin } from '../base';
3
3
  import * as i0 from "@angular/core";
4
- export declare class AXRadioComponent extends AXBaseComponentMixin {
4
+ export declare class AXRadioComponent extends AXBaseValueComponentMixin {
5
5
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
+ _handleOnClickEvent(e: MouseEvent): boolean;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, {}, {}, never, ["ax-label", "ax-form-hint", "ax-validation-rule"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-label", "ax-form-hint", "ax-validation-rule"]>;
8
9
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./radio.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
4
5
  export declare class AXRadioModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXRadioModule, [typeof i1.AXRadioComponent], [typeof i2.CommonModule], [typeof i1.AXRadioComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXRadioModule, [typeof i1.AXRadioComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.AXRadioComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<AXRadioModule>;
8
9
  }
@@ -3,8 +3,11 @@ import * as i1 from "./selection-list.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../checkbox/checkbox.module";
6
+ import * as i5 from "../radio/radio.module";
7
+ import * as i6 from "../label/label.module";
8
+ import * as i7 from "../form/form-field.module";
6
9
  export declare class AXSelectionListModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule], [typeof i1.AXSelectionListComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule, typeof i5.AXRadioModule, typeof i6.AXLabelModule, typeof i7.AXFormModule], [typeof i1.AXSelectionListComponent]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectionListModule>;
10
13
  }
@@ -5,5 +5,5 @@ export declare class AXSwitchComponent extends AXBaseValueComponentMixin {
5
5
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
6
  handleOnClickEvent(e: MouseEvent): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSwitchComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"]>;
9
9
  }
@@ -15,5 +15,5 @@ export declare class AXTextBoxComponent extends AXBaseTextBoxMixin {
15
15
  */
16
16
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "cssClass": "cssClass"; "size": "size"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "value": "value"; "name": "name"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["_contentMask"], ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-input-mask"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "cssClass": "cssClass"; "size": "size"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "value": "value"; "name": "name"; "checked": "checked"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["_contentMask"], ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-input-mask"]>;
19
19
  }
@@ -25,5 +25,5 @@ export declare class AXTimeBoxComponent extends AXBaseTextBoxMixin {
25
25
  _onValueChanged(oldValue: any, newValue: any): void;
26
26
  _handleOnBlurEvent(e: FocusEvent): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeBoxComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTimeBoxComponent, "ax-time-box", never, { "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"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTimeBoxComponent, "ax-time-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "minValue": "minValue"; "maxValue": "maxValue"; "format": "format"; "displayText": "displayText"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "5.0.25",
3
+ "version": "5.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.1.1",
6
6
  "@angular/core": "^13.1.1",