@alauda/ui 9.1.1-beta.3 → 9.1.1-beta.4

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 (277) hide show
  1. package/accordion/accordion-item/accordion-item.component.d.ts +22 -0
  2. package/accordion/accordion.component.d.ts +10 -0
  3. package/accordion/accordion.module.d.ts +15 -0
  4. package/accordion/index.d.ts +3 -0
  5. package/anchor/anchor.component.d.ts +37 -0
  6. package/anchor/anchor.directive.d.ts +57 -0
  7. package/anchor/anchor.module.d.ts +12 -0
  8. package/anchor/index.d.ts +5 -0
  9. package/anchor/types.d.ts +14 -0
  10. package/anchor/utils.d.ts +2 -0
  11. package/autocomplete/autocomplete-placeholder.component.d.ts +5 -0
  12. package/autocomplete/autocomplete.component.d.ts +21 -0
  13. package/autocomplete/autocomplete.directive.d.ts +54 -0
  14. package/autocomplete/autocomplete.module.d.ts +22 -0
  15. package/autocomplete/autocomplete.types.d.ts +4 -0
  16. package/autocomplete/helper-directives.d.ts +5 -0
  17. package/autocomplete/index.d.ts +8 -0
  18. package/autocomplete/suggestion/suggestion.component.d.ts +28 -0
  19. package/autocomplete/suggestion-group/suggestion-group.component.d.ts +11 -0
  20. package/back-top/back-top.component.d.ts +32 -0
  21. package/back-top/back-top.module.d.ts +10 -0
  22. package/back-top/index.d.ts +2 -0
  23. package/breadcrumb/breadcrumb-item.component.d.ts +14 -0
  24. package/breadcrumb/breadcrumb.component.d.ts +15 -0
  25. package/breadcrumb/breadcrumb.module.d.ts +13 -0
  26. package/breadcrumb/index.d.ts +3 -0
  27. package/button/button-group/button-group.component.d.ts +5 -0
  28. package/button/button.component.d.ts +33 -0
  29. package/button/button.module.d.ts +10 -0
  30. package/button/button.types.d.ts +15 -0
  31. package/button/index.d.ts +4 -0
  32. package/card/card.component.d.ts +6 -0
  33. package/card/card.module.d.ts +14 -0
  34. package/card/helper-directives.d.ts +13 -0
  35. package/card/index.d.ts +4 -0
  36. package/card/section.component.d.ts +5 -0
  37. package/checkbox/checkbox-group/checkbox-group.component.d.ts +16 -0
  38. package/checkbox/checkbox.component.d.ts +28 -0
  39. package/checkbox/checkbox.module.d.ts +13 -0
  40. package/checkbox/index.d.ts +3 -0
  41. package/color-picker/color-picker.component.d.ts +7 -0
  42. package/color-picker/color-picker.module.d.ts +9 -0
  43. package/color-picker/index.d.ts +2 -0
  44. package/core/animation/animation-consts.d.ts +9 -0
  45. package/date-picker/calendar/constant.d.ts +21 -0
  46. package/date-picker/calendar/date-picker-panel/component.d.ts +44 -0
  47. package/date-picker/calendar/footer/component.d.ts +11 -0
  48. package/date-picker/calendar/header/component.d.ts +40 -0
  49. package/date-picker/calendar/panel/picker-panel.d.ts +35 -0
  50. package/date-picker/calendar/range-picker-panel/component.d.ts +51 -0
  51. package/date-picker/calendar/util.d.ts +34 -0
  52. package/date-picker/date-picker/date-picker.component.d.ts +32 -0
  53. package/date-picker/date-picker.module.d.ts +22 -0
  54. package/date-picker/date-picker.type.d.ts +20 -0
  55. package/date-picker/index.d.ts +11 -0
  56. package/date-picker/range-picker/range-picker.component.d.ts +30 -0
  57. package/date-picker/trigger/trigger.component.d.ts +39 -0
  58. package/dialog/confirm-dialog/confirm-dialog-config.d.ts +13 -0
  59. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +24 -0
  60. package/dialog/dialog-animations.d.ts +31 -0
  61. package/dialog/dialog-config.d.ts +14 -0
  62. package/dialog/dialog-container.component.d.ts +7 -0
  63. package/dialog/dialog-content/dialog-close.directive.d.ts +15 -0
  64. package/dialog/dialog-content/dialog-content.component.d.ts +11 -0
  65. package/dialog/dialog-content/dialog-footer.component.d.ts +7 -0
  66. package/dialog/dialog-content/dialog-header.component.d.ts +18 -0
  67. package/dialog/dialog-ref.d.ts +18 -0
  68. package/dialog/dialog.component.d.ts +48 -0
  69. package/dialog/dialog.module.d.ts +23 -0
  70. package/dialog/dialog.service.d.ts +28 -0
  71. package/dialog/dialog.types.d.ts +18 -0
  72. package/dialog/index.d.ts +11 -0
  73. package/dialog/utils/errors.d.ts +1 -0
  74. package/dialog/utils/index.d.ts +4 -0
  75. package/drawer/component/drawer.component.d.ts +33 -0
  76. package/drawer/component/internal/internal.component.d.ts +36 -0
  77. package/drawer/drawer-ref.d.ts +13 -0
  78. package/drawer/drawer.module.d.ts +15 -0
  79. package/drawer/drawer.service.d.ts +24 -0
  80. package/drawer/helper-directives.d.ts +13 -0
  81. package/drawer/index.d.ts +6 -0
  82. package/drawer/types.d.ts +26 -0
  83. package/dropdown/dropdown-active.directive.d.ts +7 -0
  84. package/dropdown/dropdown-button/dropdown-button.component.d.ts +21 -0
  85. package/dropdown/dropdown.directive.d.ts +13 -0
  86. package/dropdown/dropdown.module.d.ts +27 -0
  87. package/dropdown/dropdown.types.d.ts +9 -0
  88. package/dropdown/helper-directives.d.ts +5 -0
  89. package/dropdown/index.d.ts +10 -0
  90. package/dropdown/menu/menu.component.d.ts +9 -0
  91. package/dropdown/menu-group/menu-group.component.d.ts +5 -0
  92. package/dropdown/menu-item/menu-item.component.d.ts +15 -0
  93. package/dropdown/submenu/submenu.component.d.ts +16 -0
  94. package/fesm2022/alauda-ui.mjs +765 -824
  95. package/fesm2022/alauda-ui.mjs.map +1 -1
  96. package/form/common-form.d.ts +36 -0
  97. package/form/form-item/form-item.component.d.ts +37 -0
  98. package/form/form.directive.d.ts +21 -0
  99. package/form/form.module.d.ts +14 -0
  100. package/form/form.types.d.ts +16 -0
  101. package/form/helper-directives.d.ts +23 -0
  102. package/form/index.d.ts +6 -0
  103. package/i18n/i18n.module.d.ts +7 -0
  104. package/i18n/i18n.pipe.d.ts +10 -0
  105. package/i18n/i18n.service.d.ts +11 -0
  106. package/i18n/i18n.type.d.ts +6 -0
  107. package/i18n/index.d.ts +6 -0
  108. package/i18n/language/en.d.ts +2 -0
  109. package/i18n/language/zh.d.ts +2 -0
  110. package/icon/icon-register.service.d.ts +15 -0
  111. package/icon/icon.component.d.ts +25 -0
  112. package/icon/icon.module.d.ts +9 -0
  113. package/icon/icons.d.ts +1 -0
  114. package/icon/index.d.ts +3 -0
  115. package/icon/utils.d.ts +2 -0
  116. package/index.d.ts +38 -3671
  117. package/inline-alert/helper-directives.d.ts +5 -0
  118. package/inline-alert/index.d.ts +4 -0
  119. package/inline-alert/inline-alert.component.d.ts +19 -0
  120. package/inline-alert/inline-alert.module.d.ts +13 -0
  121. package/inline-alert/inline-alert.types.d.ts +10 -0
  122. package/input/autosize.directive.d.ts +24 -0
  123. package/input/helper-directives.d.ts +17 -0
  124. package/input/index.d.ts +8 -0
  125. package/input/input-group/input-group.component.d.ts +22 -0
  126. package/input/input.component.d.ts +19 -0
  127. package/input/input.module.d.ts +18 -0
  128. package/input/number-input/number-input.component.d.ts +39 -0
  129. package/input/search/search.component.d.ts +28 -0
  130. package/input/tags-input/tags-input.component.d.ts +56 -0
  131. package/input/tags-input/with-max-row-count.d.ts +10 -0
  132. package/input/utils/index.d.ts +5 -0
  133. package/internal/types/index.d.ts +12 -0
  134. package/internal/utils/animations.d.ts +2 -0
  135. package/internal/utils/async.d.ts +1 -0
  136. package/internal/utils/bem.d.ts +12 -0
  137. package/internal/utils/coercion.d.ts +4 -0
  138. package/internal/utils/fn.d.ts +9 -0
  139. package/internal/utils/index.d.ts +9 -0
  140. package/internal/utils/observe-dom.d.ts +3 -0
  141. package/internal/utils/operators.d.ts +7 -0
  142. package/internal/utils/scroll-into-view.d.ts +1 -0
  143. package/internal/utils/styles-renderer.d.ts +18 -0
  144. package/internal/utils/watch-content-exist.d.ts +2 -0
  145. package/message/base-message.d.ts +33 -0
  146. package/message/index.d.ts +3 -0
  147. package/message/message-animations.d.ts +4 -0
  148. package/message/message-wrapper.component.d.ts +8 -0
  149. package/message/message.component.d.ts +30 -0
  150. package/message/message.config.d.ts +44 -0
  151. package/message/message.module.d.ts +11 -0
  152. package/message/message.service.d.ts +12 -0
  153. package/notification/index.d.ts +4 -0
  154. package/notification/notification-wrapper.component.d.ts +9 -0
  155. package/notification/notification.component.d.ts +34 -0
  156. package/notification/notification.config.d.ts +16 -0
  157. package/notification/notification.module.d.ts +12 -0
  158. package/notification/notification.service.d.ts +12 -0
  159. package/package.json +3 -3
  160. package/paginator/index.d.ts +3 -0
  161. package/paginator/paginator-intl.d.ts +20 -0
  162. package/paginator/paginator.component.d.ts +37 -0
  163. package/paginator/paginator.module.d.ts +12 -0
  164. package/radio/base-radio.d.ts +28 -0
  165. package/radio/index.d.ts +5 -0
  166. package/radio/radio-button/radio-button.component.d.ts +17 -0
  167. package/radio/radio-group/radio-group.component.d.ts +20 -0
  168. package/radio/radio.component.d.ts +13 -0
  169. package/radio/radio.module.d.ts +15 -0
  170. package/radio/radio.types.d.ts +7 -0
  171. package/scrolling/fixed-size-table-virtual-scroll-strategy.d.ts +28 -0
  172. package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +24 -0
  173. package/scrolling/fixed-size-virtual-scroll.directive.d.ts +6 -0
  174. package/scrolling/index.d.ts +6 -0
  175. package/scrolling/scrolling.module.d.ts +10 -0
  176. package/scrolling/virtual-for-of.directive.d.ts +13 -0
  177. package/scrolling/virtual-scroll-viewport.component.d.ts +6 -0
  178. package/select/base-select.d.ts +83 -0
  179. package/select/helper-directives.d.ts +22 -0
  180. package/select/index.d.ts +9 -0
  181. package/select/multi-select/multi-select.component.d.ts +57 -0
  182. package/select/option/option.component.d.ts +46 -0
  183. package/select/option-group/option-group.component.d.ts +11 -0
  184. package/select/option-placeholder.component.d.ts +5 -0
  185. package/select/select.component.d.ts +23 -0
  186. package/select/select.module.d.ts +27 -0
  187. package/select/select.types.d.ts +19 -0
  188. package/select/validators.d.ts +22 -0
  189. package/shared/click-outside.directive.d.ts +10 -0
  190. package/shared/shared.module.d.ts +7 -0
  191. package/sort/index.d.ts +5 -0
  192. package/sort/sort-errors.d.ts +8 -0
  193. package/sort/sort-header.component.d.ts +24 -0
  194. package/sort/sort.directive.d.ts +21 -0
  195. package/sort/sort.module.d.ts +12 -0
  196. package/sort/sort.types.d.ts +10 -0
  197. package/status-bar/index.d.ts +3 -0
  198. package/status-bar/status-bar.component.d.ts +13 -0
  199. package/status-bar/status-bar.module.d.ts +9 -0
  200. package/status-bar/status-bar.types.d.ts +21 -0
  201. package/steps/index.d.ts +3 -0
  202. package/steps/steps.component.d.ts +35 -0
  203. package/steps/steps.module.d.ts +9 -0
  204. package/steps/types.d.ts +16 -0
  205. package/switch/index.d.ts +2 -0
  206. package/switch/switch.component.d.ts +11 -0
  207. package/switch/switch.module.d.ts +8 -0
  208. package/table/index.d.ts +15 -0
  209. package/table/table-cell-def.directive.d.ts +10 -0
  210. package/table/table-cell.component.d.ts +18 -0
  211. package/table/table-cell.directive.d.ts +10 -0
  212. package/table/table-column-def.directive.d.ts +11 -0
  213. package/table/table-column-resizable.directive.d.ts +30 -0
  214. package/table/table-header-cell-def.directive.d.ts +10 -0
  215. package/table/table-header-cell.directive.d.ts +9 -0
  216. package/table/table-header-row-def.directive.d.ts +13 -0
  217. package/table/table-header-row.component.d.ts +7 -0
  218. package/table/table-placeholder.directive.d.ts +16 -0
  219. package/table/table-row-def.directive.d.ts +13 -0
  220. package/table/table-row.component.d.ts +13 -0
  221. package/table/table-scroll.directive.d.ts +33 -0
  222. package/table/table.component.d.ts +20 -0
  223. package/table/table.module.d.ts +35 -0
  224. package/table-of-contents/index.d.ts +4 -0
  225. package/table-of-contents/table-of-contents.module.d.ts +14 -0
  226. package/table-of-contents/toc-container.directive.d.ts +28 -0
  227. package/table-of-contents/toc-content.directive.d.ts +14 -0
  228. package/table-of-contents/toc-link.directive.d.ts +16 -0
  229. package/tabs/index.d.ts +8 -0
  230. package/tabs/tab-body.component.d.ts +71 -0
  231. package/tabs/tab-context.service.d.ts +15 -0
  232. package/tabs/tab-group.component.d.ts +92 -0
  233. package/tabs/tab-header-active-indicator.component.d.ts +25 -0
  234. package/tabs/tab-header.component.d.ts +137 -0
  235. package/tabs/tab.component.d.ts +48 -0
  236. package/tabs/tabs.module.d.ts +23 -0
  237. package/tabs/tabs.types.d.ts +15 -0
  238. package/tag/check-tag/check-tag.component.d.ts +15 -0
  239. package/tag/index.d.ts +4 -0
  240. package/tag/tag.component.d.ts +27 -0
  241. package/tag/tag.module.d.ts +10 -0
  242. package/tag/tag.types.d.ts +9 -0
  243. package/theme/_mixin.scss +61 -68
  244. package/theme/_pattern.scss +22 -20
  245. package/theme/_theme-preset.scss +1 -2
  246. package/theme/_var.scss +30 -30
  247. package/theme/index.d.ts +5 -0
  248. package/theme/style.css +441 -1
  249. package/theme/theme.module.d.ts +8 -0
  250. package/theme/theme.pipe.d.ts +28 -0
  251. package/theme/theme.service.d.ts +15 -0
  252. package/theme/theme.types.d.ts +3 -0
  253. package/theme/utils.d.ts +3 -0
  254. package/time-picker/component.d.ts +38 -0
  255. package/time-picker/constant.d.ts +4 -0
  256. package/time-picker/index.d.ts +5 -0
  257. package/time-picker/panel/panel.component.d.ts +56 -0
  258. package/time-picker/time-picker.module.d.ts +20 -0
  259. package/time-picker/time-picker.type.d.ts +13 -0
  260. package/tooltip/animations.d.ts +4 -0
  261. package/tooltip/base-tooltip.d.ts +86 -0
  262. package/tooltip/index.d.ts +8 -0
  263. package/tooltip/tooltip-active.directive.d.ts +16 -0
  264. package/tooltip/tooltip-copy.directive.d.ts +26 -0
  265. package/tooltip/tooltip-intl.d.ts +11 -0
  266. package/tooltip/tooltip.component.d.ts +46 -0
  267. package/tooltip/tooltip.directive.d.ts +10 -0
  268. package/tooltip/tooltip.module.d.ts +16 -0
  269. package/tooltip/tooltip.types.d.ts +16 -0
  270. package/tooltip/utils/index.d.ts +15 -0
  271. package/tree-select/index.d.ts +4 -0
  272. package/tree-select/tree-node-placeholder.component.d.ts +5 -0
  273. package/tree-select/tree-select.component.d.ts +94 -0
  274. package/tree-select/tree-select.module.d.ts +12 -0
  275. package/tree-select/tree-select.types.d.ts +11 -0
  276. package/tsconfig.lib.tsbuildinfo +1 -1
  277. package/theme/overlay-prebuilt.css +0 -1
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class InlineAlertTitleDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertTitleDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineAlertTitleDirective, "[auiInlineAlertTitle]", ["auiInlineAlertTitle"], {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,4 @@
1
+ export * from './helper-directives';
2
+ export * from './inline-alert.component';
3
+ export * from './inline-alert.module';
4
+ export * from './inline-alert.types';
@@ -0,0 +1,19 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Bem } from '../internal/utils';
3
+ import { InlineAlertTitleDirective } from './helper-directives';
4
+ import { InlineAlertType } from './inline-alert.types';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InlineAlertComponent {
7
+ bem: Bem;
8
+ title: string;
9
+ content: string;
10
+ closable: boolean;
11
+ type: InlineAlertType;
12
+ close: EventEmitter<void>;
13
+ titleRef: InlineAlertTitleDirective;
14
+ visible: boolean;
15
+ iconMap(type: InlineAlertType): "check_circle_s" | "exclamation_triangle_s" | "exclamation_circle_s" | "info_circle_s";
16
+ closeSelf(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineAlertComponent, "aui-inline-alert", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "close": "close"; }, ["titleRef"], ["[auiInlineAlertTitle]", "*"], true, never>;
19
+ }
@@ -0,0 +1,13 @@
1
+ import { InlineAlertTitleDirective } from './helper-directives';
2
+ import { InlineAlertComponent } from './inline-alert.component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "../icon/icon.module";
6
+ import * as i3 from "./inline-alert.component";
7
+ import * as i4 from "./helper-directives";
8
+ export declare class InlineAlertModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InlineAlertModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.InlineAlertComponent, typeof i4.InlineAlertTitleDirective], [typeof i3.InlineAlertComponent, typeof i4.InlineAlertTitleDirective]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<InlineAlertModule>;
12
+ }
13
+ export declare const INLINE_ALERT_MODULE: readonly [typeof InlineAlertComponent, typeof InlineAlertTitleDirective];
@@ -0,0 +1,10 @@
1
+ import { ValueOf } from '../internal/types';
2
+ export declare const InlineAlertType: {
3
+ readonly Primary: "primary";
4
+ readonly Success: "success";
5
+ readonly Warning: "warning";
6
+ readonly Danger: "danger";
7
+ readonly Error: "error";
8
+ readonly Info: "info";
9
+ };
10
+ export type InlineAlertType = ValueOf<typeof InlineAlertType>;
@@ -0,0 +1,24 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import { NgControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export interface AutoSizeValue {
5
+ minRows: number;
6
+ maxRows?: number;
7
+ }
8
+ /**
9
+ * Directive to automatically resize a textarea to fit its content.
10
+ */
11
+ export declare class AutosizeDirective implements AfterViewInit, OnDestroy {
12
+ private readonly elRef;
13
+ private readonly ngControl;
14
+ private _autoSize;
15
+ private readonly destroy$$;
16
+ get autoSize(): AutoSizeValue | "";
17
+ set autoSize(value: AutoSizeValue | '');
18
+ constructor(elRef: ElementRef<HTMLTextAreaElement>, ngControl: NgControl);
19
+ resizeTextarea(): void;
20
+ ngAfterViewInit(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeDirective, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "textarea[autosize][ngModel],textarea[autosize][formControl],textarea[autosize][formControlName]", ["TextareaAutosize"], { "autoSize": { "alias": "autosize"; "required": false; }; }, {}, never, never, true, never>;
24
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class InputAddonBeforeDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputAddonBeforeDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonBeforeDirective, "[auiInputAddonBefore]", never, {}, {}, never, never, true, never>;
5
+ }
6
+ export declare class InputAddonAfterDirective {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputAddonAfterDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonAfterDirective, "[auiInputAddonAfter]", never, {}, {}, never, never, true, never>;
9
+ }
10
+ export declare class InputPrefixDirective {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputPrefixDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[auiInputPrefix]", never, {}, {}, never, never, true, never>;
13
+ }
14
+ export declare class InputSuffixDirective {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSuffixDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[auiInputSuffix]", never, {}, {}, never, never, true, never>;
17
+ }
@@ -0,0 +1,8 @@
1
+ export * from './autosize.directive';
2
+ export * from './helper-directives';
3
+ export * from './input.component';
4
+ export * from './input.module';
5
+ export * from './input-group/input-group.component';
6
+ export * from './number-input/number-input.component';
7
+ export * from './search/search.component';
8
+ export * from './tags-input/tags-input.component';
@@ -0,0 +1,22 @@
1
+ import { AfterContentInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { Bem } from '../../internal/utils';
4
+ import { InputAddonAfterDirective, InputAddonBeforeDirective, InputPrefixDirective, InputSuffixDirective } from '../helper-directives';
5
+ import { InputComponent } from '../input.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class InputGroupComponent implements AfterContentInit {
8
+ bem: Bem;
9
+ private readonly addonBeforeRefs;
10
+ private readonly addonAfterRefs;
11
+ private readonly prefixRefs;
12
+ private readonly suffixRefs;
13
+ inputRef: InputComponent;
14
+ hasAddonBefore$: Observable<boolean>;
15
+ hasAddonAfter$: Observable<boolean>;
16
+ hasPrefix$: Observable<boolean>;
17
+ hasSuffix$: Observable<boolean>;
18
+ ngAfterContentInit(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "aui-input-group", never, {}, {}, ["inputRef", "addonBeforeRefs", "addonAfterRefs", "prefixRefs", "suffixRefs"], ["[auiInputAddonBefore]", "[auiInputPrefix]", "*", "[auiInputSuffix]", "[auiInputAddonAfter]"], true, never>;
21
+ }
22
+ export declare const INPUT_GROUP_MODULE: readonly [typeof InputGroupComponent, typeof InputAddonAfterDirective, typeof InputAddonBeforeDirective, typeof InputPrefixDirective, typeof InputSuffixDirective];
@@ -0,0 +1,19 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { ComponentSize } from '../internal/types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InputComponent {
6
+ elementRef: ElementRef<HTMLInputElement>;
7
+ private readonly renderer;
8
+ get size(): ComponentSize;
9
+ set size(val: ComponentSize);
10
+ get disabled(): boolean;
11
+ set disabled(val: boolean | '');
12
+ private _size;
13
+ private _disabled;
14
+ size$: BehaviorSubject<ComponentSize>;
15
+ disabled$: BehaviorSubject<boolean>;
16
+ constructor(elementRef: ElementRef<HTMLInputElement>, renderer: Renderer2);
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[aui-input],textarea[aui-input]", never, { "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
19
+ }
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../tag/tag.module";
6
+ import * as i5 from "../shared/shared.module";
7
+ import * as i6 from "./autosize.directive";
8
+ import * as i7 from "./input.component";
9
+ import * as i8 from "./input-group/input-group.component";
10
+ import * as i9 from "./helper-directives";
11
+ import * as i10 from "./search/search.component";
12
+ import * as i11 from "./tags-input/tags-input.component";
13
+ import * as i12 from "./number-input/number-input.component";
14
+ export declare class InputModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.IconModule, typeof i4.TagModule, typeof i5.SharedModule, typeof i6.AutosizeDirective, typeof i7.InputComponent, typeof i8.InputGroupComponent, typeof i9.InputAddonBeforeDirective, typeof i9.InputAddonAfterDirective, typeof i9.InputPrefixDirective, typeof i9.InputSuffixDirective, typeof i10.SearchComponent, typeof i11.TagsInputComponent, typeof i12.NumberInputComponent], [typeof i6.AutosizeDirective, typeof i7.InputComponent, typeof i8.InputGroupComponent, typeof i9.InputAddonBeforeDirective, typeof i9.InputAddonAfterDirective, typeof i9.InputPrefixDirective, typeof i9.InputSuffixDirective, typeof i10.SearchComponent, typeof i11.TagsInputComponent, typeof i12.NumberInputComponent]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputModule>;
18
+ }
@@ -0,0 +1,39 @@
1
+ import { AfterContentInit, AfterViewInit, ElementRef } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { CommonFormControl } from '../../form';
4
+ import { ComponentSize } from '../../internal/types';
5
+ import { Bem } from '../../internal/utils';
6
+ import { InputAddonAfterDirective, InputAddonBeforeDirective } from '../helper-directives';
7
+ import * as i0 from "@angular/core";
8
+ export declare class NumberInputComponent extends CommonFormControl<number> implements AfterContentInit, AfterViewInit {
9
+ bem: Bem;
10
+ size: ComponentSize;
11
+ min: number;
12
+ max: number;
13
+ step: number;
14
+ precision: number;
15
+ controls: boolean;
16
+ placeholder: string;
17
+ controlsPosition: string;
18
+ angleControls: boolean;
19
+ clearable: boolean;
20
+ inputRef: ElementRef<HTMLInputElement>;
21
+ private readonly addonBeforeRefs;
22
+ private readonly addonAfterRefs;
23
+ isFocus: boolean;
24
+ hasAddonBefore$: Observable<boolean>;
25
+ hasAddonAfter$: Observable<boolean>;
26
+ ngAfterContentInit(): void;
27
+ ngAfterViewInit(): void;
28
+ valueIn(v: number): number;
29
+ modelOut(value: number): number;
30
+ inputChanged(value: string): void;
31
+ takeOneStep(positive: boolean): void;
32
+ private parsePrecision;
33
+ private getStepPrecision;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "aui-number-input", never, { "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "controlsPosition": { "alias": "controlsPosition"; "required": false; }; "angleControls": { "alias": "angleControls"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, {}, ["addonBeforeRefs", "addonAfterRefs"], ["[auiInputAddonBefore]", "[auiInputAddonAfter]"], true, never>;
36
+ static ngAcceptInputType_min: number | string;
37
+ static ngAcceptInputType_max: number | string;
38
+ }
39
+ export declare const NUMBER_INPUT_MODULE: readonly [typeof NumberInputComponent, typeof InputAddonBeforeDirective, typeof InputAddonAfterDirective];
@@ -0,0 +1,28 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { ComponentSize } from '../../internal/types';
3
+ import { Bem } from '../../internal/utils';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SearchComponent {
6
+ bem: Bem;
7
+ size: ComponentSize;
8
+ searchButton: boolean;
9
+ clearable: boolean;
10
+ searching: boolean;
11
+ placeholder: string;
12
+ disabled: boolean;
13
+ get keyword(): string;
14
+ set keyword(value: string);
15
+ keywordChange: EventEmitter<string>;
16
+ search: EventEmitter<string>;
17
+ clear: EventEmitter<void>;
18
+ inputRef: ElementRef<HTMLInputElement>;
19
+ value: string;
20
+ get showSpinner(): boolean;
21
+ get showClear(): boolean;
22
+ focus(): void;
23
+ emitChange(value: string): void;
24
+ emitSearch(): void;
25
+ emitClear(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "aui-search", never, { "size": { "alias": "size"; "required": false; }; "searchButton": { "alias": "searchButton"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "keyword": { "alias": "keyword"; "required": false; }; }, { "keywordChange": "keywordChange"; "search": "search"; "clear": "clear"; }, never, never, true, never>;
28
+ }
@@ -0,0 +1,56 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, Injector, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { AsyncValidatorFn, FormBuilder, NgControl, ValidatorFn, UntypedFormControl } from '@angular/forms';
3
+ import { CommonFormControl } from '../../form';
4
+ import { ComponentSize } from '../../internal/types';
5
+ import { Bem } from '../../internal/utils';
6
+ import * as i0 from "@angular/core";
7
+ export declare const INPUT_ERROR_KEY = "input_data_error";
8
+ export declare class TagsInputComponent extends CommonFormControl<string[]> implements AfterViewInit, OnChanges {
9
+ private readonly fb;
10
+ private readonly injector;
11
+ bem: Bem;
12
+ placeholder: string;
13
+ size: ComponentSize;
14
+ clearable: boolean | '';
15
+ allowRepeat: boolean | '';
16
+ allowEmpty: boolean | '';
17
+ readonlyTags: string[] | readonly string[];
18
+ maxRowCount: number;
19
+ customRowHeight: number;
20
+ _inputValidator: ValidatorFn;
21
+ _inputAsyncValidator: AsyncValidatorFn;
22
+ set inputValidator(fn: ValidatorFn | ValidatorFn[]);
23
+ get inputValidator(): ValidatorFn | ValidatorFn[];
24
+ set inputAsyncValidator(fn: AsyncValidatorFn | AsyncValidatorFn[]);
25
+ get inputAsyncValidator(): AsyncValidatorFn | AsyncValidatorFn[];
26
+ inputRef: ElementRef<HTMLInputElement>;
27
+ inputValueMirror: ElementRef<HTMLElement>;
28
+ get hostPosition(): string;
29
+ get hostDisplay(): string;
30
+ get maxHeight(): string;
31
+ private readonly withMaxRowCount;
32
+ focused: boolean;
33
+ model: string[];
34
+ readonly inputControl: UntypedFormControl;
35
+ controlContainer: NgControl;
36
+ get rootClass(): string;
37
+ get tagSize(): "medium" | "mini";
38
+ get inputClass(): string;
39
+ constructor(cdr: ChangeDetectorRef, fb: FormBuilder, injector: Injector);
40
+ ngOnChanges({ inputValidator, inputAsyncValidator, disabled, }: SimpleChanges): void;
41
+ ngAfterViewInit(): void;
42
+ onRemove(index: number): void;
43
+ onInput(): void;
44
+ onKeyDown(event: KeyboardEvent): void;
45
+ onInputFocus(): void;
46
+ onInputBlur(event: Event): void;
47
+ trackByValue(_: number, value: string): string;
48
+ protected valueIn(v: string[]): string[];
49
+ private sortByReadonly;
50
+ private pushValue;
51
+ private syncControlStatus;
52
+ private removeInputControlError;
53
+ private clearInput;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagsInputComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "aui-tags-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "allowRepeat": { "alias": "allowRepeat"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "readonlyTags": { "alias": "readonlyTags"; "required": false; }; "maxRowCount": { "alias": "maxRowCount"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "inputValidator": { "alias": "inputValidator"; "required": false; }; "inputAsyncValidator": { "alias": "inputAsyncValidator"; "required": false; }; }, {}, never, never, true, never>;
56
+ }
@@ -0,0 +1,10 @@
1
+ import { ComponentSize } from '../../internal/types';
2
+ export declare function createWithMaxRowCount<T extends {
3
+ maxRowCount: number;
4
+ customRowHeight?: number;
5
+ size: ComponentSize;
6
+ }>(component: T): {
7
+ hostPosition: () => string;
8
+ hostDisplay: () => string;
9
+ maxHeight: () => string;
10
+ };
@@ -0,0 +1,5 @@
1
+ export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): {
2
+ minHeight?: string;
3
+ maxHeight?: string;
4
+ height?: string;
5
+ };
@@ -0,0 +1,12 @@
1
+ export type ValueOf<T> = T[keyof T];
2
+ export declare const ComponentSize: {
3
+ readonly Large: "large";
4
+ readonly Medium: "medium";
5
+ readonly Small: "small";
6
+ readonly Mini: "mini";
7
+ /**
8
+ * represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147
9
+ */
10
+ readonly Empty: "";
11
+ };
12
+ export type ComponentSize = ValueOf<typeof ComponentSize>;
@@ -0,0 +1,2 @@
1
+ import { AnimationQueryMetadata } from '@angular/animations';
2
+ export declare const getAnimationQueryMetadatas: (classNames: string[], query: (className: string) => AnimationQueryMetadata) => AnimationQueryMetadata[];
@@ -0,0 +1 @@
1
+ export declare function sleep(ms?: number): Promise<unknown>;
@@ -0,0 +1,12 @@
1
+ export declare class Bem {
2
+ private readonly namespace;
3
+ constructor(namespace: string);
4
+ block(...modifiers: Array<string | {
5
+ [name: string]: boolean;
6
+ }>): string;
7
+ modifier(name: string): string;
8
+ element(name: string, ...modifiers: Array<string | {
9
+ [name: string]: boolean | '';
10
+ }>): string;
11
+ }
12
+ export declare function buildBem(namespace: string): Bem;
@@ -0,0 +1,4 @@
1
+ export declare const coerceString: (val: unknown) => string;
2
+ export type AttrBoolean = boolean | '';
3
+ export declare const coerceAttrBoolean: (val: AttrBoolean) => boolean;
4
+ export declare const isNumberValue: (val: unknown) => boolean;
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ export declare const last: <T>(values: T[]) => T;
3
+ export declare const isTemplateRef: (label: any) => label is TemplateRef<unknown>;
4
+ export declare const isString: (label: any) => label is string;
5
+ export declare const handlePixel: (value: number | string) => string;
6
+ export declare function getElementOffset(elem: HTMLElement): {
7
+ top: number;
8
+ left: number;
9
+ };
@@ -0,0 +1,9 @@
1
+ export * from './async';
2
+ export * from './bem';
3
+ export * from './coercion';
4
+ export * from './fn';
5
+ export * from './observe-dom';
6
+ export * from './operators';
7
+ export * from './scroll-into-view';
8
+ export * from './styles-renderer';
9
+ export * from './watch-content-exist';
@@ -0,0 +1,3 @@
1
+ import { Observable } from 'rxjs';
2
+ export declare const observeResizeOn: <T extends Element>(target: T, options?: ResizeObserverOptions) => Observable<T>;
3
+ export declare const observeMutationOn: <T extends Node>(target: T, options?: MutationObserverInit) => Observable<MutationRecord>;
@@ -0,0 +1,7 @@
1
+ import { TimestampProvider } from 'rxjs';
2
+ export type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
3
+ bufferSize?: number;
4
+ windowTime?: number;
5
+ timestampProvider?: TimestampProvider;
6
+ });
7
+ export declare const publishRef: <T>(bufferSizeOrConfig?: PublishRefConfig<T>) => import("rxjs").MonoTypeOperatorFunction<T>;
@@ -0,0 +1 @@
1
+ export declare function scrollIntoView(container: HTMLElement, selected: HTMLElement): void;
@@ -0,0 +1,18 @@
1
+ export declare function getCompatibleStylesRenderer(): CSSStyleSheetRenderer | StylesRenderer;
2
+ export declare class StylesRenderer implements Renderer {
3
+ private styleElement;
4
+ render(styles: string): void;
5
+ cleanup(): void;
6
+ }
7
+ export declare class CSSStyleSheetRenderer implements Renderer {
8
+ private readonly options?;
9
+ private styleSheet;
10
+ constructor(options?: CSSStyleSheetInit);
11
+ render(styles: string): void;
12
+ cleanup(): void;
13
+ }
14
+ interface Renderer {
15
+ render(styles: string): void;
16
+ cleanup(): void;
17
+ }
18
+ export {};
@@ -0,0 +1,2 @@
1
+ import { QueryList } from '@angular/core';
2
+ export declare function watchContentExist(queryList: QueryList<unknown>): import("rxjs").Observable<boolean>;
@@ -0,0 +1,33 @@
1
+ import { Overlay } from '@angular/cdk/overlay';
2
+ import { ComponentType } from '@angular/cdk/portal';
3
+ import { ApplicationRef, ComponentFactoryResolver, ComponentRef, ElementRef, Injector } from '@angular/core';
4
+ import { MessageWrapperComponent } from './message-wrapper.component';
5
+ import { MessageComponent } from './message.component';
6
+ import { MessageConfig, MessageGlobalConfig, MessageType } from './message.config';
7
+ export declare abstract class BaseMessage<Wrapper extends MessageWrapperComponent, Component extends MessageComponent, Config extends MessageConfig> {
8
+ protected overlay: Overlay;
9
+ protected injector: Injector;
10
+ protected applicationRef: ApplicationRef;
11
+ protected cfr: ComponentFactoryResolver;
12
+ protected overlayPaneClassName: string;
13
+ protected wrapperClass: ComponentType<Wrapper>;
14
+ protected componentClass: ComponentType<Component>;
15
+ protected globalConfig: MessageGlobalConfig;
16
+ wrapperInstance: {
17
+ elementRef: ElementRef<HTMLElement>;
18
+ };
19
+ componentRefs: Array<ComponentRef<Component>>;
20
+ constructor(overlay: Overlay, injector: Injector, applicationRef: ApplicationRef, cfr: ComponentFactoryResolver, overlayPaneClassName: string, wrapperClass: ComponentType<Wrapper>, componentClass: ComponentType<Component>, globalConfig: MessageGlobalConfig);
21
+ create(config: Config): ComponentRef<Component>;
22
+ create(config: MessageType, content: string): ComponentRef<Component>;
23
+ createType(type: MessageType, option: Config | string): ComponentRef<Component>;
24
+ success(option: Config | string): ComponentRef<Component>;
25
+ warning(option: Config | string): ComponentRef<Component>;
26
+ error(option: Config | string): ComponentRef<Component>;
27
+ info(option: Config | string): ComponentRef<Component>;
28
+ remove(id: number | string): void;
29
+ removeAll(): void;
30
+ protected initWrapperContainer(): void;
31
+ protected initComponentRef(config: Config): ComponentRef<Component>;
32
+ protected removeNeedless(id: number | string): void;
33
+ }
@@ -0,0 +1,3 @@
1
+ export * from './message.config';
2
+ export * from './message.module';
3
+ export * from './message.service';
@@ -0,0 +1,4 @@
1
+ import { AnimationTriggerMetadata } from '@angular/animations';
2
+ export declare const MessageAnimations: {
3
+ readonly inOut: AnimationTriggerMetadata;
4
+ };
@@ -0,0 +1,8 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MessageWrapperComponent {
4
+ elementRef: ElementRef;
5
+ constructor(elementRef: ElementRef);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageWrapperComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageWrapperComponent, "aui-message-wrapper", never, {}, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1,30 @@
1
+ import { AnimationEvent } from '@angular/animations';
2
+ import { AfterViewInit, ChangeDetectorRef, ViewContainerRef } from '@angular/core';
3
+ import { Subject } from 'rxjs';
4
+ import { Bem } from '../internal/utils';
5
+ import { MessageConfig, MessageType } from './message.config';
6
+ import * as i0 from "@angular/core";
7
+ export declare class MessageComponent implements AfterViewInit {
8
+ protected viewContainerRef: ViewContainerRef;
9
+ protected cdr: ChangeDetectorRef;
10
+ protected readonly animateStartState: string;
11
+ protected readonly animateStartEnd: string;
12
+ bem: Bem;
13
+ animateState: string;
14
+ uniqueId: string;
15
+ beforeClosed: Subject<void>;
16
+ afterClosed: Subject<void>;
17
+ id: number | string;
18
+ type: MessageType;
19
+ content: string;
20
+ duration: number;
21
+ get icon(): string;
22
+ protected timerId: number;
23
+ constructor(viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef);
24
+ ngAfterViewInit(): void;
25
+ setConfig(config: MessageConfig): void;
26
+ close(): void;
27
+ onAnimationEnd(event: AnimationEvent): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "aui-message", never, {}, {}, never, never, true, never>;
30
+ }
@@ -0,0 +1,44 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare enum MessageType {
3
+ Error = "error",
4
+ Success = "success",
5
+ Warning = "warning",
6
+ Info = "info"
7
+ }
8
+ /**
9
+ * messageOptions: contains Basic configuration
10
+ * Just for some containers like Message-Container
11
+ * Detailed document: http://confluence.alaudatech.com/pages/viewpage.action?pageId=23383163
12
+ */
13
+ export declare class MessageConfig {
14
+ /**
15
+ * the message type
16
+ */
17
+ type?: MessageType;
18
+ /**
19
+ * The id of this message, The same ID can only have one at the same time
20
+ */
21
+ id?: number | string;
22
+ /**
23
+ * automatically shut down after a few seconds, if <= 0 ,non automatic closure
24
+ */
25
+ duration?: number;
26
+ /**
27
+ * message content
28
+ */
29
+ content?: string;
30
+ }
31
+ export interface MessageGlobalConfig {
32
+ /**
33
+ * max instance in one time
34
+ */
35
+ maxStack: number;
36
+ duration: number | {
37
+ [key in MessageType]: number;
38
+ };
39
+ }
40
+ export declare const MESSAGE_CONFIG: InjectionToken<MessageGlobalConfig>;
41
+ export declare const MESSAGE_DEFAULT_CONFIG: {
42
+ duration: number;
43
+ maxStack: number;
44
+ };
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/overlay";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "./message-wrapper.component";
6
+ import * as i5 from "./message.component";
7
+ export declare class MessageModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof i3.IconModule, typeof i4.MessageWrapperComponent, typeof i5.MessageComponent], never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
11
+ }
@@ -0,0 +1,12 @@
1
+ import { Overlay } from '@angular/cdk/overlay';
2
+ import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
3
+ import { BaseMessage } from './base-message';
4
+ import { MessageWrapperComponent } from './message-wrapper.component';
5
+ import { MessageComponent } from './message.component';
6
+ import { MessageConfig, MessageGlobalConfig } from './message.config';
7
+ import * as i0 from "@angular/core";
8
+ export declare class MessageService extends BaseMessage<MessageWrapperComponent, MessageComponent, MessageConfig> {
9
+ constructor(overlay: Overlay, injector: Injector, applicationRef: ApplicationRef, cfr: ComponentFactoryResolver, globalConfig: MessageGlobalConfig);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null, null, { optional: true; }]>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
12
+ }
@@ -0,0 +1,4 @@
1
+ export * from './notification.component';
2
+ export * from './notification.config';
3
+ export * from './notification.module';
4
+ export * from './notification.service';
@@ -0,0 +1,9 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { MessageWrapperComponent } from '../message/message-wrapper.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NotificationWrapperComponent extends MessageWrapperComponent {
5
+ elementRef: ElementRef;
6
+ constructor(elementRef: ElementRef);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationWrapperComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWrapperComponent, "aui-notification-wrapper", never, {}, {}, never, never, true, never>;
9
+ }