@acorex/components 5.2.2 → 5.3.0

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 (147) hide show
  1. package/esm2020/lib/alert/alert-button.component.mjs +2 -3
  2. package/esm2020/lib/alert/alert.component.mjs +33 -23
  3. package/esm2020/lib/alert/alert.module.mjs +6 -22
  4. package/esm2020/lib/alert/index.mjs +1 -5
  5. package/esm2020/lib/base/components.class.mjs +17 -0
  6. package/esm2020/lib/base/events.class.mjs +1 -1
  7. package/esm2020/lib/base/index.mjs +2 -1
  8. package/esm2020/lib/base/mixin/base-components.class.mjs +5 -5
  9. package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +4 -3
  10. package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
  11. package/esm2020/lib/base/mixin/datalist-component.class.mjs +2 -1
  12. package/esm2020/lib/base/styles.class.mjs +1 -1
  13. package/esm2020/lib/button/button-group.component.mjs +1 -1
  14. package/esm2020/lib/button/button-item.class.mjs +1 -1
  15. package/esm2020/lib/button/button.module.mjs +4 -5
  16. package/esm2020/lib/calendar/calendar.component.mjs +4 -4
  17. package/esm2020/lib/calendar/calendar.module.mjs +4 -5
  18. package/esm2020/lib/checkbox/checkbox.module.mjs +5 -5
  19. package/esm2020/lib/datepicker/datepicker.component.mjs +11 -7
  20. package/esm2020/lib/datepicker/datepicker.module.mjs +4 -7
  21. package/esm2020/lib/decorators/close-button.component.mjs +40 -0
  22. package/esm2020/lib/decorators/decorators.module.mjs +37 -7
  23. package/esm2020/lib/decorators/footer.component.mjs +24 -0
  24. package/esm2020/lib/decorators/header.component.mjs +3 -5
  25. package/esm2020/lib/decorators/icon.component.mjs +28 -0
  26. package/esm2020/lib/decorators/index.mjs +5 -1
  27. package/esm2020/lib/decorators/prefix.component.mjs +3 -3
  28. package/esm2020/lib/decorators/suffix.component.mjs +3 -3
  29. package/esm2020/lib/decorators/title.component.mjs +24 -0
  30. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  31. package/esm2020/lib/drawer/drawer-container.component.mjs +17 -57
  32. package/esm2020/lib/drawer/drawer.component.mjs +97 -127
  33. package/esm2020/lib/drawer/drawer.module.mjs +3 -4
  34. package/esm2020/lib/drawer/index.mjs +1 -2
  35. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +4 -4
  36. package/esm2020/lib/dropdown/dropdown.module.mjs +5 -6
  37. package/esm2020/lib/menu/menu.component.mjs +20 -7
  38. package/esm2020/lib/menu/menu.module.mjs +4 -7
  39. package/esm2020/lib/number-box/number-box.component.mjs +2 -2
  40. package/esm2020/lib/number-box/number-box.module.mjs +4 -7
  41. package/esm2020/lib/page/base-page.class.mjs +3 -3
  42. package/esm2020/lib/page/index.mjs +1 -3
  43. package/esm2020/lib/page/page.module.mjs +4 -6
  44. package/esm2020/lib/password-box/password-box.component.mjs +2 -2
  45. package/esm2020/lib/password-box/password-box.module.mjs +4 -7
  46. package/esm2020/lib/picker/picker.component.mjs +260 -25
  47. package/esm2020/lib/picker/picker.model.class.mjs +2 -0
  48. package/esm2020/lib/popover/popover.component.mjs +6 -3
  49. package/esm2020/lib/popup/popup.component.mjs +13 -10
  50. package/esm2020/lib/popup/popup.module.mjs +4 -3
  51. package/esm2020/lib/radio/index.mjs +1 -1
  52. package/esm2020/lib/radio/radio.component.mjs +3 -3
  53. package/esm2020/lib/radio/radio.module.mjs +1 -1
  54. package/esm2020/lib/searchbox/index.mjs +3 -0
  55. package/esm2020/lib/searchbox/searchbox.component.mjs +47 -0
  56. package/esm2020/lib/searchbox/searchbox.module.mjs +24 -0
  57. package/esm2020/lib/selectbox/selectbox.component.mjs +33 -26
  58. package/esm2020/lib/selectbox/selectbox.module.mjs +5 -9
  59. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  60. package/esm2020/lib/textbox/textbox.module.mjs +5 -9
  61. package/esm2020/lib/toast/toast.class.mjs +1 -1
  62. package/esm2020/lib/toast/toast.component.mjs +14 -12
  63. package/esm2020/lib/toast/toast.module.mjs +5 -3
  64. package/esm2020/lib/toast/toast.service.mjs +37 -9
  65. package/esm2020/public-api.mjs +2 -2
  66. package/fesm2015/acorex-components.mjs +849 -662
  67. package/fesm2015/acorex-components.mjs.map +1 -1
  68. package/fesm2020/acorex-components.mjs +840 -662
  69. package/fesm2020/acorex-components.mjs.map +1 -1
  70. package/lib/alert/alert.component.d.ts +7 -6
  71. package/lib/alert/alert.module.d.ts +4 -8
  72. package/lib/alert/index.d.ts +0 -4
  73. package/lib/badge/badge.component.d.ts +3 -3
  74. package/lib/base/components.class.d.ts +11 -0
  75. package/lib/base/index.d.ts +1 -0
  76. package/lib/base/mixin/base-components.class.d.ts +2 -2
  77. package/lib/base/mixin/button-mixin.class.d.ts +0 -3
  78. package/lib/base/mixin/color-look-mixing.class.d.ts +4 -4
  79. package/lib/base/mixin/mixin.class.d.ts +6 -6
  80. package/lib/base/mixin/selection-component.class.d.ts +3 -0
  81. package/lib/base/mixin/textbox-mixin.class.d.ts +3 -3
  82. package/lib/base/styles.class.d.ts +1 -1
  83. package/lib/button/button-group.component.d.ts +4 -4
  84. package/lib/button/button-item.class.d.ts +2 -2
  85. package/lib/button/button.module.d.ts +2 -3
  86. package/lib/calendar/calendar.module.d.ts +4 -5
  87. package/lib/checkbox/checkbox.module.d.ts +1 -1
  88. package/lib/datepicker/datepicker.module.d.ts +3 -4
  89. package/lib/decorators/close-button.component.d.ts +13 -0
  90. package/lib/decorators/decorators.module.d.ts +10 -6
  91. package/lib/decorators/footer.component.d.ts +8 -0
  92. package/lib/decorators/header.component.d.ts +1 -1
  93. package/lib/decorators/icon.component.d.ts +10 -0
  94. package/lib/decorators/index.d.ts +4 -0
  95. package/lib/decorators/prefix.component.d.ts +1 -1
  96. package/lib/decorators/suffix.component.d.ts +1 -1
  97. package/lib/decorators/title.component.d.ts +9 -0
  98. package/lib/dialog/dialog.module.d.ts +1 -1
  99. package/lib/drawer/drawer-container.component.d.ts +5 -8
  100. package/lib/drawer/drawer.component.d.ts +23 -19
  101. package/lib/drawer/drawer.module.d.ts +2 -3
  102. package/lib/drawer/index.d.ts +0 -1
  103. package/lib/dropdown/dropdown.module.d.ts +3 -4
  104. package/lib/menu/menu.component.d.ts +1 -0
  105. package/lib/menu/menu.module.d.ts +2 -2
  106. package/lib/number-box/number-box.module.d.ts +2 -3
  107. package/lib/page/base-page.class.d.ts +2 -2
  108. package/lib/page/index.d.ts +0 -2
  109. package/lib/page/page.module.d.ts +1 -3
  110. package/lib/password-box/password-box.module.d.ts +1 -2
  111. package/lib/picker/picker.component.d.ts +54 -13
  112. package/lib/picker/picker.model.class.d.ts +10 -0
  113. package/lib/popover/popover.component.d.ts +2 -1
  114. package/lib/popup/popup.module.d.ts +2 -1
  115. package/lib/searchbox/index.d.ts +2 -0
  116. package/lib/searchbox/searchbox.component.d.ts +16 -0
  117. package/lib/searchbox/searchbox.module.d.ts +11 -0
  118. package/lib/selectbox/selectbox.component.d.ts +4 -14
  119. package/lib/selectbox/selectbox.module.d.ts +6 -7
  120. package/lib/tabs/tabs.module.d.ts +1 -1
  121. package/lib/textbox/textbox.module.d.ts +2 -3
  122. package/lib/toast/toast.class.d.ts +4 -3
  123. package/lib/toast/toast.component.d.ts +0 -2
  124. package/lib/toast/toast.module.d.ts +3 -1
  125. package/lib/toast/toast.service.d.ts +4 -0
  126. package/package.json +1 -1
  127. package/public-api.d.ts +1 -1
  128. package/esm2020/lib/alert/alert-content.component.mjs +0 -21
  129. package/esm2020/lib/alert/alert-footer.component.mjs +0 -27
  130. package/esm2020/lib/alert/alert-suffix.component.mjs +0 -27
  131. package/esm2020/lib/alert/alert-title.component.mjs +0 -23
  132. package/esm2020/lib/drawer/drawer-content.component.mjs +0 -27
  133. package/esm2020/lib/icon/icon.component.mjs +0 -28
  134. package/esm2020/lib/icon/icon.module.mjs +0 -21
  135. package/esm2020/lib/icon/index.mjs +0 -3
  136. package/esm2020/lib/page/page-footer.component.mjs +0 -28
  137. package/esm2020/lib/page/page-header.component.mjs +0 -28
  138. package/lib/alert/alert-content.component.d.ts +0 -5
  139. package/lib/alert/alert-footer.component.d.ts +0 -5
  140. package/lib/alert/alert-suffix.component.d.ts +0 -5
  141. package/lib/alert/alert-title.component.d.ts +0 -5
  142. package/lib/drawer/drawer-content.component.d.ts +0 -8
  143. package/lib/icon/icon.component.d.ts +0 -10
  144. package/lib/icon/icon.module.d.ts +0 -8
  145. package/lib/icon/index.d.ts +0 -2
  146. package/lib/page/page-footer.component.d.ts +0 -7
  147. package/lib/page/page-header.component.d.ts +0 -7
@@ -1,28 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, TemplateRef, ViewChild } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AXPageHeaderComponent {
4
- }
5
- AXPageHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXPageHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXPageHeaderComponent, selector: "ax-page-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `
7
- <ng-content select="ax-prefix">
8
- </ng-content>
9
- <ng-content select="ax-suffix">
10
- </ng-content>
11
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageHeaderComponent, decorators: [{
13
- type: Component,
14
- args: [{
15
- selector: 'ax-page-header',
16
- template: `
17
- <ng-content select="ax-prefix">
18
- </ng-content>
19
- <ng-content select="ax-suffix">
20
- </ng-content>
21
- `,
22
- changeDetection: ChangeDetectionStrategy.OnPush
23
- }]
24
- }], propDecorators: { template: [{
25
- type: ViewChild,
26
- args: [TemplateRef, { static: true }]
27
- }] } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9wYWdlL3BhZ2UtaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWW5HLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7c0dBQXJCLHFCQUFxQixnR0FFbkIsV0FBVyw4REFWWjs7Ozs7S0FLVDsyRkFHUSxxQkFBcUI7a0JBVmpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFOzs7OztLQUtUO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNsRDs4QkFJRyxRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LXBhZ2UtaGVhZGVyJyxcclxuICAgIHRlbXBsYXRlOiBgXHJcbiAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtcHJlZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgIGAsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhQYWdlSGVhZGVyQ29tcG9uZW50IHtcclxuXHJcbiAgICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmLCB7IHN0YXRpYzogdHJ1ZSB9KVxyXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XHJcbn0iXX0=
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertContentComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertContentComponent, "ax-alert-content", never, {}, {}, never, ["*"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertFooterComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertFooterComponent, "ax-alert-footer", never, {}, {}, never, ["ax-alert-button"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertSuffixComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertSuffixComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertSuffixComponent, "ax-alert-suffix", never, {}, {}, never, ["ax-alert-button"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertTitleComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertTitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertTitleComponent, "ax-alert-title", never, {}, {}, never, ["*"]>;
5
- }
@@ -1,8 +0,0 @@
1
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXBaseComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export declare class AXDrawerContentComponent extends AXBaseComponentMixin {
5
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXDrawerContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerContentComponent, "ax-drawer-content", never, {}, {}, never, ["*"]>;
8
- }
@@ -1,10 +0,0 @@
1
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXSizableComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export declare class AXIconComponent extends AXSizableComponentMixin {
5
- icon: string;
6
- private get __iconClass();
7
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AXIconComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<AXIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"]>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./icon.component";
3
- import * as i2 from "@angular/common";
4
- export declare class AXIconModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXIconModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXIconModule, [typeof i1.AXIconComponent], [typeof i2.CommonModule], [typeof i1.AXIconComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<AXIconModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './icon.component';
2
- export * from './icon.module';
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AXPageFooterComponent {
4
- template: TemplateRef<any>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPageFooterComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPageFooterComponent, "ax-page-footer", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
7
- }
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AXPageHeaderComponent {
4
- template: TemplateRef<any>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPageHeaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPageHeaderComponent, "ax-page-header", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
7
- }