@cuby-ui/core 0.0.85 → 0.0.87

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 (260) hide show
  1. package/README.md +24 -24
  2. package/components/accordion/accordion-item/accordion-item.component.d.ts +9 -9
  3. package/components/accordion/accordion.component.d.ts +5 -5
  4. package/components/accordion/accordion.module.d.ts +11 -11
  5. package/components/accordion/index.d.ts +3 -3
  6. package/components/alert/alert.component.d.ts +13 -13
  7. package/components/alert/alert.interfaces.d.ts +9 -9
  8. package/components/alert/alert.module.d.ts +11 -11
  9. package/components/alert/alert.service.d.ts +7 -7
  10. package/components/alert/alert.tokens.d.ts +15 -15
  11. package/components/alert/alert.types.d.ts +3 -3
  12. package/components/alert/alerts.component.d.ts +17 -17
  13. package/components/alert/index.d.ts +8 -8
  14. package/components/badge/badge.component.d.ts +10 -10
  15. package/components/badge/badge.module.d.ts +8 -8
  16. package/components/badge/badge.options.d.ts +8 -8
  17. package/components/badge/index.d.ts +2 -2
  18. package/components/banner/banner.component.d.ts +21 -21
  19. package/components/banner/banner.module.d.ts +11 -11
  20. package/components/banner/banner.options.d.ts +13 -13
  21. package/components/banner/index.d.ts +3 -3
  22. package/components/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +6 -6
  23. package/components/breadcrumbs/breadcrumbs.component.d.ts +7 -7
  24. package/components/breadcrumbs/breadcrumbs.module.d.ts +10 -10
  25. package/components/breadcrumbs/index.d.ts +3 -3
  26. package/components/button/button.component.d.ts +30 -30
  27. package/components/button/button.module.d.ts +9 -9
  28. package/components/button/button.options.d.ts +9 -9
  29. package/components/button/index.d.ts +3 -3
  30. package/components/button-group/button-group.component.d.ts +5 -5
  31. package/components/button-group/button-group.module.d.ts +7 -7
  32. package/components/button-group/index.d.ts +2 -2
  33. package/components/checkbox/checkbox.component.d.ts +5 -5
  34. package/components/checkbox/checkbox.module.d.ts +7 -7
  35. package/components/checkbox/index.d.ts +2 -2
  36. package/components/context-menu/context-menu.component.d.ts +37 -37
  37. package/components/context-menu/context-menu.module.d.ts +9 -9
  38. package/components/context-menu/index.d.ts +2 -2
  39. package/components/dialog/dialog-actions/dialog-actions.component.d.ts +5 -5
  40. package/components/dialog/dialog.component.d.ts +33 -33
  41. package/components/dialog/dialog.interfaces.d.ts +8 -8
  42. package/components/dialog/dialog.module.d.ts +12 -12
  43. package/components/dialog/dialog.service.d.ts +7 -7
  44. package/components/dialog/dialog.tokens.d.ts +8 -8
  45. package/components/dialog/dialogs.component.d.ts +16 -16
  46. package/components/dialog/index.d.ts +7 -7
  47. package/components/form-field/form-field.component.d.ts +5 -5
  48. package/components/form-field/form-field.module.d.ts +7 -7
  49. package/components/form-field/index.d.ts +2 -2
  50. package/components/hint/hint.component.d.ts +7 -7
  51. package/components/hint/hint.module.d.ts +7 -7
  52. package/components/hint/index.d.ts +2 -2
  53. package/components/icon-button/icon-button.component.d.ts +13 -13
  54. package/components/icon-button/icon-button.module.d.ts +9 -9
  55. package/components/icon-button/index.d.ts +2 -2
  56. package/components/index.d.ts +24 -24
  57. package/components/input-number/index.d.ts +2 -2
  58. package/components/input-number/input-number.component.d.ts +55 -55
  59. package/components/input-number/input-number.module.d.ts +11 -11
  60. package/components/input-number/input-number.options.d.ts +9 -9
  61. package/components/input-password/index.d.ts +2 -2
  62. package/components/input-password/input-password.component.d.ts +31 -31
  63. package/components/input-password/input-password.module.d.ts +11 -11
  64. package/components/input-text/index.d.ts +2 -2
  65. package/components/input-text/input-text.component.d.ts +31 -31
  66. package/components/input-text/input-text.module.d.ts +11 -11
  67. package/components/label/index.d.ts +2 -2
  68. package/components/label/label.component.d.ts +6 -6
  69. package/components/label/label.module.d.ts +8 -8
  70. package/components/notification/index.d.ts +3 -3
  71. package/components/notification/notification.component.d.ts +13 -13
  72. package/components/notification/notification.module.d.ts +10 -10
  73. package/components/notification/notification.options.d.ts +13 -13
  74. package/components/radio/index.d.ts +2 -2
  75. package/components/radio/radio.component.d.ts +5 -5
  76. package/components/radio/radio.module.d.ts +7 -7
  77. package/components/root/index.d.ts +2 -2
  78. package/components/root/root.component.d.ts +11 -11
  79. package/components/root/root.module.d.ts +10 -10
  80. package/components/select/index.d.ts +2 -2
  81. package/components/select/select.component.d.ts +44 -44
  82. package/components/select/select.module.d.ts +10 -10
  83. package/components/svg/index.d.ts +2 -2
  84. package/components/svg/svg.component.d.ts +16 -16
  85. package/components/svg/svg.module.d.ts +8 -8
  86. package/components/textarea/index.d.ts +2 -2
  87. package/components/textarea/textarea.component.d.ts +10 -10
  88. package/components/textarea/textarea.module.d.ts +7 -7
  89. package/components/toggle/index.d.ts +2 -2
  90. package/components/toggle/toggle.component.d.ts +5 -5
  91. package/components/toggle/toggle.module.d.ts +7 -7
  92. package/directives/index.d.ts +1 -1
  93. package/directives/text-field-controller/index.d.ts +8 -8
  94. package/directives/text-field-controller/text-field-controller.module.d.ts +11 -11
  95. package/directives/text-field-controller/text-field-controller.provider.d.ts +4 -4
  96. package/directives/text-field-controller/text-field-icon-left.directive.d.ts +9 -9
  97. package/directives/text-field-controller/text-field-id.directive.d.ts +8 -8
  98. package/directives/text-field-controller/text-field-is-error.directive.d.ts +8 -8
  99. package/directives/text-field-controller/text-field-placeholder.directive.d.ts +8 -8
  100. package/directives/text-field-controller/text-field-size.directive.d.ts +9 -9
  101. package/directives/text-field-controller/text-field.controller.d.ts +20 -20
  102. package/esm2020/components/accordion/accordion-item/accordion-item.component.mjs +22 -22
  103. package/esm2020/components/accordion/accordion.component.mjs +11 -11
  104. package/esm2020/components/accordion/accordion.module.mjs +37 -37
  105. package/esm2020/components/accordion/index.mjs +4 -4
  106. package/esm2020/components/alert/alert.component.mjs +37 -37
  107. package/esm2020/components/alert/alert.interfaces.mjs +2 -2
  108. package/esm2020/components/alert/alert.module.mjs +40 -40
  109. package/esm2020/components/alert/alert.service.mjs +17 -17
  110. package/esm2020/components/alert/alert.tokens.mjs +19 -19
  111. package/esm2020/components/alert/alert.types.mjs +2 -2
  112. package/esm2020/components/alert/alerts.component.mjs +36 -36
  113. package/esm2020/components/alert/index.mjs +9 -9
  114. package/esm2020/components/badge/badge.component.mjs +31 -31
  115. package/esm2020/components/badge/badge.module.mjs +18 -18
  116. package/esm2020/components/badge/badge.options.mjs +8 -8
  117. package/esm2020/components/badge/index.mjs +3 -3
  118. package/esm2020/components/banner/banner.component.mjs +68 -68
  119. package/esm2020/components/banner/banner.module.mjs +31 -31
  120. package/esm2020/components/banner/banner.options.mjs +6 -6
  121. package/esm2020/components/banner/index.mjs +4 -4
  122. package/esm2020/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +16 -16
  123. package/esm2020/components/breadcrumbs/breadcrumbs.component.mjs +17 -17
  124. package/esm2020/components/breadcrumbs/breadcrumbs.module.mjs +33 -33
  125. package/esm2020/components/breadcrumbs/index.mjs +4 -4
  126. package/esm2020/components/button/button.component.mjs +104 -104
  127. package/esm2020/components/button/button.module.mjs +24 -24
  128. package/esm2020/components/button/button.options.mjs +10 -10
  129. package/esm2020/components/button/index.mjs +4 -4
  130. package/esm2020/components/button-group/button-group.component.mjs +11 -11
  131. package/esm2020/components/button-group/button-group.module.mjs +16 -16
  132. package/esm2020/components/button-group/index.mjs +3 -3
  133. package/esm2020/components/checkbox/checkbox.component.mjs +11 -11
  134. package/esm2020/components/checkbox/checkbox.module.mjs +16 -16
  135. package/esm2020/components/checkbox/index.mjs +3 -3
  136. package/esm2020/components/context-menu/context-menu.component.mjs +135 -135
  137. package/esm2020/components/context-menu/context-menu.module.mjs +24 -24
  138. package/esm2020/components/context-menu/index.mjs +3 -3
  139. package/esm2020/components/dialog/dialog-actions/dialog-actions.component.mjs +11 -11
  140. package/esm2020/components/dialog/dialog.component.mjs +65 -65
  141. package/esm2020/components/dialog/dialog.interfaces.mjs +2 -2
  142. package/esm2020/components/dialog/dialog.module.mjs +41 -41
  143. package/esm2020/components/dialog/dialog.service.mjs +17 -17
  144. package/esm2020/components/dialog/dialog.tokens.mjs +11 -11
  145. package/esm2020/components/dialog/dialogs.component.mjs +33 -33
  146. package/esm2020/components/dialog/index.mjs +8 -8
  147. package/esm2020/components/form-field/form-field.component.mjs +11 -11
  148. package/esm2020/components/form-field/form-field.module.mjs +16 -16
  149. package/esm2020/components/form-field/index.mjs +3 -3
  150. package/esm2020/components/hint/hint.component.mjs +19 -19
  151. package/esm2020/components/hint/hint.module.mjs +16 -16
  152. package/esm2020/components/hint/index.mjs +3 -3
  153. package/esm2020/components/icon-button/icon-button.component.mjs +32 -32
  154. package/esm2020/components/icon-button/icon-button.module.mjs +24 -24
  155. package/esm2020/components/icon-button/index.mjs +3 -3
  156. package/esm2020/components/index.mjs +25 -25
  157. package/esm2020/components/input-number/index.mjs +3 -3
  158. package/esm2020/components/input-number/input-number.component.mjs +204 -204
  159. package/esm2020/components/input-number/input-number.module.mjs +33 -33
  160. package/esm2020/components/input-number/input-number.options.mjs +11 -11
  161. package/esm2020/components/input-password/index.mjs +3 -3
  162. package/esm2020/components/input-password/input-password.component.mjs +89 -89
  163. package/esm2020/components/input-password/input-password.module.mjs +33 -33
  164. package/esm2020/components/input-text/index.mjs +3 -3
  165. package/esm2020/components/input-text/input-text.component.mjs +87 -87
  166. package/esm2020/components/input-text/input-text.module.mjs +33 -33
  167. package/esm2020/components/label/index.mjs +3 -3
  168. package/esm2020/components/label/label.component.mjs +17 -17
  169. package/esm2020/components/label/label.module.mjs +18 -18
  170. package/esm2020/components/notification/index.mjs +4 -4
  171. package/esm2020/components/notification/notification.component.mjs +51 -51
  172. package/esm2020/components/notification/notification.module.mjs +27 -27
  173. package/esm2020/components/notification/notification.options.mjs +6 -6
  174. package/esm2020/components/radio/index.mjs +3 -3
  175. package/esm2020/components/radio/radio.component.mjs +11 -11
  176. package/esm2020/components/radio/radio.module.mjs +16 -16
  177. package/esm2020/components/root/index.mjs +3 -3
  178. package/esm2020/components/root/root.component.mjs +30 -30
  179. package/esm2020/components/root/root.module.mjs +28 -28
  180. package/esm2020/components/select/index.mjs +3 -3
  181. package/esm2020/components/select/select.component.mjs +115 -115
  182. package/esm2020/components/select/select.module.mjs +29 -29
  183. package/esm2020/components/svg/index.mjs +3 -3
  184. package/esm2020/components/svg/svg.component.mjs +50 -50
  185. package/esm2020/components/svg/svg.module.mjs +18 -18
  186. package/esm2020/components/textarea/index.mjs +3 -3
  187. package/esm2020/components/textarea/textarea.component.mjs +35 -35
  188. package/esm2020/components/textarea/textarea.module.mjs +16 -16
  189. package/esm2020/components/toggle/index.mjs +3 -3
  190. package/esm2020/components/toggle/toggle.component.mjs +11 -11
  191. package/esm2020/components/toggle/toggle.module.mjs +16 -16
  192. package/esm2020/cuby-ui-core.mjs +4 -4
  193. package/esm2020/directives/index.mjs +2 -2
  194. package/esm2020/directives/text-field-controller/index.mjs +9 -9
  195. package/esm2020/directives/text-field-controller/text-field-controller.module.mjs +40 -40
  196. package/esm2020/directives/text-field-controller/text-field-controller.provider.mjs +24 -24
  197. package/esm2020/directives/text-field-controller/text-field-icon-left.directive.mjs +21 -21
  198. package/esm2020/directives/text-field-controller/text-field-id.directive.mjs +21 -21
  199. package/esm2020/directives/text-field-controller/text-field-is-error.directive.mjs +24 -24
  200. package/esm2020/directives/text-field-controller/text-field-placeholder.directive.mjs +21 -21
  201. package/esm2020/directives/text-field-controller/text-field-size.directive.mjs +24 -24
  202. package/esm2020/directives/text-field-controller/text-field.controller.mjs +25 -25
  203. package/esm2020/index.mjs +7 -7
  204. package/esm2020/interfaces/context-menu-item.mjs +2 -2
  205. package/esm2020/interfaces/index.mjs +3 -3
  206. package/esm2020/interfaces/option.mjs +2 -2
  207. package/esm2020/services/index.mjs +3 -3
  208. package/esm2020/services/theme.options.mjs +6 -6
  209. package/esm2020/services/theme.service.mjs +30 -30
  210. package/esm2020/types/appearance.mjs +2 -2
  211. package/esm2020/types/hint-type.mjs +2 -2
  212. package/esm2020/types/index.mjs +8 -8
  213. package/esm2020/types/position.mjs +2 -2
  214. package/esm2020/types/resizing.mjs +2 -2
  215. package/esm2020/types/shape.mjs +2 -2
  216. package/esm2020/types/size.mjs +2 -2
  217. package/esm2020/types/status.mjs +2 -2
  218. package/esm2020/utils/format/index.mjs +3 -3
  219. package/esm2020/utils/format/remove-spaces.mjs +4 -4
  220. package/esm2020/utils/format/replace.mjs +5 -5
  221. package/esm2020/utils/index.mjs +2 -2
  222. package/fesm2015/cuby-ui-core.mjs +1859 -1859
  223. package/fesm2015/cuby-ui-core.mjs.map +1 -1
  224. package/fesm2020/cuby-ui-core.mjs +1859 -1859
  225. package/fesm2020/cuby-ui-core.mjs.map +1 -1
  226. package/fonts/Inter-Bold.svg +25443 -25443
  227. package/fonts/Inter-Medium.svg +25400 -25400
  228. package/fonts/Inter-Regular.svg +24341 -24341
  229. package/fonts/Inter-SemiBold.svg +25459 -25459
  230. package/index.d.ts +6 -6
  231. package/interfaces/context-menu-item.d.ts +7 -7
  232. package/interfaces/index.d.ts +2 -2
  233. package/interfaces/option.d.ts +4 -4
  234. package/package.json +3 -3
  235. package/services/index.d.ts +2 -2
  236. package/services/theme.options.d.ts +5 -5
  237. package/services/theme.service.d.ts +12 -12
  238. package/styles/fonts.scss +51 -51
  239. package/styles/global.scss +9 -9
  240. package/styles/mixins/buttons.scss +12 -12
  241. package/styles/mixins/headings.scss +115 -115
  242. package/styles/mixins/inputs.scss +95 -95
  243. package/styles/mixins/lists.scss +5 -5
  244. package/styles/mixins/paddings.scss +35 -35
  245. package/styles/mixins/shadows.scss +38 -38
  246. package/styles/mixins/texts.scss +219 -219
  247. package/styles/theme.scss +150 -150
  248. package/styles/variables/colors.scss +125 -125
  249. package/types/appearance.d.ts +8 -8
  250. package/types/hint-type.d.ts +1 -1
  251. package/types/index.d.ts +7 -7
  252. package/types/position.d.ts +2 -2
  253. package/types/resizing.d.ts +2 -2
  254. package/types/shape.d.ts +1 -1
  255. package/types/size.d.ts +4 -4
  256. package/types/status.d.ts +1 -1
  257. package/utils/format/index.d.ts +2 -2
  258. package/utils/format/remove-spaces.d.ts +1 -1
  259. package/utils/format/replace.d.ts +1 -1
  260. package/utils/index.d.ts +1 -1
@@ -1,55 +1,55 @@
1
- import type { ElementRef } from '@angular/core';
2
- import type { ControlValueAccessor } from '@angular/forms';
3
- import type { CuiNullable, CuiOnChange, CuiOnTouched } from '@cuby-ui/cdk';
4
- import type { CuiIcon } from '@cuby-ui/icons';
5
- import { CuiInputNumberOptions } from './input-number.options';
6
- import { CuiSizeMd, CuiSizeSm } from '../../types';
7
- import * as i0 from "@angular/core";
8
- export declare class CuiInputNumberComponent implements CuiInputNumberOptions, ControlValueAccessor {
9
- private readonly changeDetectorRef;
10
- private readonly cuiTextFieldController;
11
- private readonly cuiInputNumberOptions;
12
- protected readonly MIN_JS_NUMBER: number;
13
- protected readonly MAX_JS_NUMBER: number;
14
- protected readonly INPUT_VALUE_REGEX: RegExp;
15
- protected readonly INTERVAL_BETWEEN_SPACES = 3;
16
- protected formattedValue: string;
17
- protected _min: number;
18
- protected _max: number;
19
- protected value: CuiNullable<string>;
20
- protected onChange: CuiOnChange<number>;
21
- protected onTouched: CuiOnTouched;
22
- step: number;
23
- precision: number;
24
- set min(min: number);
25
- set max(max: number);
26
- protected isDisabled: boolean;
27
- protected input: ElementRef<HTMLInputElement>;
28
- protected get id(): string | undefined;
29
- protected get placeholder(): string | undefined;
30
- protected get iconLeft(): CuiIcon | string | undefined;
31
- protected get size(): CuiSizeSm | CuiSizeMd;
32
- protected get isError(): boolean;
33
- writeValue(value: CuiNullable<number>): void;
34
- registerOnChange(fn: CuiOnChange<number>): void;
35
- registerOnTouched(fn: CuiOnTouched): void;
36
- setDisabledState(isDisabled: boolean): void;
37
- protected onInput(event: Event): void;
38
- protected onArrowUp(): void;
39
- protected onArrowDown(): void;
40
- protected onFocus(): void;
41
- private isInputValueCorrect;
42
- private isInputValueValid;
43
- private isNumberValid;
44
- private isPrecisionCountCorrect;
45
- private parseValue;
46
- private formatValue;
47
- private insertSpacesWithInterval;
48
- private changeModel;
49
- private increaseByStep;
50
- private decreaseByStep;
51
- private calculateValidMinValue;
52
- private calculateValidMaxValue;
53
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputNumberComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputNumberComponent, "cui-input-number", never, { "step": "step"; "precision": "precision"; "min": "min"; "max": "max"; }, {}, never, never, false, never>;
55
- }
1
+ import type { ElementRef } from '@angular/core';
2
+ import type { ControlValueAccessor } from '@angular/forms';
3
+ import type { CuiNullable, CuiOnChange, CuiOnTouched } from '@cuby-ui/cdk';
4
+ import type { CuiIcon } from '@cuby-ui/icons';
5
+ import { CuiInputNumberOptions } from './input-number.options';
6
+ import { CuiSizeMd, CuiSizeSm } from '../../types';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CuiInputNumberComponent implements CuiInputNumberOptions, ControlValueAccessor {
9
+ private readonly changeDetectorRef;
10
+ private readonly cuiTextFieldController;
11
+ private readonly cuiInputNumberOptions;
12
+ protected readonly MIN_JS_NUMBER: number;
13
+ protected readonly MAX_JS_NUMBER: number;
14
+ protected readonly INPUT_VALUE_REGEX: RegExp;
15
+ protected readonly INTERVAL_BETWEEN_SPACES = 3;
16
+ protected formattedValue: string;
17
+ protected _min: number;
18
+ protected _max: number;
19
+ protected value: CuiNullable<string>;
20
+ protected onChange: CuiOnChange<number>;
21
+ protected onTouched: CuiOnTouched;
22
+ step: number;
23
+ precision: number;
24
+ set min(min: number);
25
+ set max(max: number);
26
+ protected isDisabled: boolean;
27
+ protected input: ElementRef<HTMLInputElement>;
28
+ protected get id(): string | undefined;
29
+ protected get placeholder(): string | undefined;
30
+ protected get iconLeft(): CuiIcon | string | undefined;
31
+ protected get size(): CuiSizeSm | CuiSizeMd;
32
+ protected get isError(): boolean;
33
+ writeValue(value: CuiNullable<number>): void;
34
+ registerOnChange(fn: CuiOnChange<number>): void;
35
+ registerOnTouched(fn: CuiOnTouched): void;
36
+ setDisabledState(isDisabled: boolean): void;
37
+ protected onInput(event: Event): void;
38
+ protected onArrowUp(): void;
39
+ protected onArrowDown(): void;
40
+ protected onFocus(): void;
41
+ private isInputValueCorrect;
42
+ private isInputValueValid;
43
+ private isNumberValid;
44
+ private isPrecisionCountCorrect;
45
+ private parseValue;
46
+ private formatValue;
47
+ private insertSpacesWithInterval;
48
+ private changeModel;
49
+ private increaseByStep;
50
+ private decreaseByStep;
51
+ private calculateValidMinValue;
52
+ private calculateValidMaxValue;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputNumberComponent, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputNumberComponent, "cui-input-number", never, { "step": "step"; "precision": "precision"; "min": "min"; "max": "max"; }, {}, never, never, false, never>;
55
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-number.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../svg/svg.module";
6
- import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
- export declare class CuiInputNumberModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputNumberModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputNumberModule, [typeof i1.CuiInputNumberComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputNumberComponent, typeof i5.CuiTextFieldControllerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputNumberModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-number.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../svg/svg.module";
6
+ import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
+ export declare class CuiInputNumberModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputNumberModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputNumberModule, [typeof i1.CuiInputNumberComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputNumberComponent, typeof i5.CuiTextFieldControllerModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputNumberModule>;
11
+ }
@@ -1,9 +1,9 @@
1
- import { InjectionToken } from '@angular/core';
2
- export interface CuiInputNumberOptions {
3
- readonly min: number;
4
- readonly max: number;
5
- readonly step: number;
6
- readonly precision: number;
7
- }
8
- export declare const CUI_INPUT_NUMBER_DEFAULT_OPTIONS: CuiInputNumberOptions;
9
- export declare const CUI_INPUT_NUMBER_OPTIONS: InjectionToken<CuiInputNumberOptions>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export interface CuiInputNumberOptions {
3
+ readonly min: number;
4
+ readonly max: number;
5
+ readonly step: number;
6
+ readonly precision: number;
7
+ }
8
+ export declare const CUI_INPUT_NUMBER_DEFAULT_OPTIONS: CuiInputNumberOptions;
9
+ export declare const CUI_INPUT_NUMBER_OPTIONS: InjectionToken<CuiInputNumberOptions>;
@@ -1,2 +1,2 @@
1
- export * from './input-password.component';
2
- export * from './input-password.module';
1
+ export * from './input-password.component';
2
+ export * from './input-password.module';
@@ -1,31 +1,31 @@
1
- import type { ControlValueAccessor } from '@angular/forms';
2
- import type { CuiInputType, CuiNullable, CuiOnChange, CuiOnTouched } from '@cuby-ui/cdk';
3
- import type { CuiIcon } from '@cuby-ui/icons';
4
- import { CuiSizeMd, CuiSizeSm } from '../../types';
5
- import * as i0 from "@angular/core";
6
- export declare class CuiInputPasswordComponent implements ControlValueAccessor {
7
- private readonly changeDetectorRef;
8
- private readonly cuiTextFieldController;
9
- protected isPasswordHidden: boolean;
10
- protected value: CuiNullable<string>;
11
- protected onChange: CuiOnChange<string>;
12
- protected onTouched: CuiOnTouched;
13
- protected isDisabled: boolean;
14
- protected get id(): string | undefined;
15
- protected get placeholder(): string | undefined;
16
- protected get iconLeft(): CuiIcon | string | undefined;
17
- protected get isToggleButtonShown(): boolean;
18
- protected get icon(): CuiIcon;
19
- protected get type(): CuiInputType;
20
- protected get buttonTitle(): string;
21
- protected get size(): CuiSizeSm | CuiSizeMd;
22
- protected get isError(): boolean;
23
- writeValue(value: CuiNullable<string>): void;
24
- registerOnChange(fn: CuiOnChange<string>): void;
25
- registerOnTouched(fn: CuiOnTouched): void;
26
- setDisabledState(isDisabled: boolean): void;
27
- protected onInput({ target }: Event): void;
28
- protected onTogglePasswordVisibility(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputPasswordComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputPasswordComponent, "cui-input-password", never, {}, {}, never, never, false, never>;
31
- }
1
+ import type { ControlValueAccessor } from '@angular/forms';
2
+ import type { CuiInputType, CuiNullable, CuiOnChange, CuiOnTouched } from '@cuby-ui/cdk';
3
+ import type { CuiIcon } from '@cuby-ui/icons';
4
+ import { CuiSizeMd, CuiSizeSm } from '../../types';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CuiInputPasswordComponent implements ControlValueAccessor {
7
+ private readonly changeDetectorRef;
8
+ private readonly cuiTextFieldController;
9
+ protected isPasswordHidden: boolean;
10
+ protected value: CuiNullable<string>;
11
+ protected onChange: CuiOnChange<string>;
12
+ protected onTouched: CuiOnTouched;
13
+ protected isDisabled: boolean;
14
+ protected get id(): string | undefined;
15
+ protected get placeholder(): string | undefined;
16
+ protected get iconLeft(): CuiIcon | string | undefined;
17
+ protected get isToggleButtonShown(): boolean;
18
+ protected get icon(): CuiIcon;
19
+ protected get type(): CuiInputType;
20
+ protected get buttonTitle(): string;
21
+ protected get size(): CuiSizeSm | CuiSizeMd;
22
+ protected get isError(): boolean;
23
+ writeValue(value: CuiNullable<string>): void;
24
+ registerOnChange(fn: CuiOnChange<string>): void;
25
+ registerOnTouched(fn: CuiOnTouched): void;
26
+ setDisabledState(isDisabled: boolean): void;
27
+ protected onInput({ target }: Event): void;
28
+ protected onTogglePasswordVisibility(): void;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputPasswordComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputPasswordComponent, "cui-input-password", never, {}, {}, never, never, false, never>;
31
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-password.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../svg/svg.module";
6
- import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
- export declare class CuiInputPasswordModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputPasswordModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputPasswordModule, [typeof i1.CuiInputPasswordComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputPasswordComponent, typeof i5.CuiTextFieldControllerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputPasswordModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-password.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../svg/svg.module";
6
+ import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
+ export declare class CuiInputPasswordModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputPasswordModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputPasswordModule, [typeof i1.CuiInputPasswordComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputPasswordComponent, typeof i5.CuiTextFieldControllerModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputPasswordModule>;
11
+ }
@@ -1,2 +1,2 @@
1
- export * from './input-text.component';
2
- export * from './input-text.module';
1
+ export * from './input-text.component';
2
+ export * from './input-text.module';
@@ -1,31 +1,31 @@
1
- import type { ElementRef } from '@angular/core';
2
- import type { ControlValueAccessor } from '@angular/forms';
3
- import type { CuiOnChange, CuiOnTouched, CuiNullable } from '@cuby-ui/cdk';
4
- import type { CuiIcon } from '@cuby-ui/icons';
5
- import { CuiSizeMd, CuiSizeSm } from '../../types';
6
- import * as i0 from "@angular/core";
7
- export declare class CuiInputTextComponent implements ControlValueAccessor {
8
- private readonly changeDetectorRef;
9
- private readonly cuiTextFieldController;
10
- protected value: CuiNullable<string>;
11
- protected onChange: CuiOnChange<string>;
12
- protected onTouched: CuiOnTouched;
13
- protected isDisabled: boolean;
14
- protected input: ElementRef<HTMLInputElement>;
15
- protected get id(): string | undefined;
16
- protected get placeholder(): string | undefined;
17
- protected get iconLeft(): CuiIcon | string | undefined;
18
- protected get isClearButtonHidden(): boolean;
19
- protected get size(): CuiSizeSm | CuiSizeMd;
20
- protected get isError(): boolean;
21
- writeValue(value: CuiNullable<string>): void;
22
- registerOnChange(fn: CuiOnChange<string>): void;
23
- registerOnTouched(fn: CuiOnTouched): void;
24
- setDisabledState(isDisabled: boolean): void;
25
- protected onInput({ target }: Event): void;
26
- protected onClear(): void;
27
- protected onFocus(): void;
28
- private changeModel;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputTextComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputTextComponent, "cui-input-text", never, {}, {}, never, never, false, never>;
31
- }
1
+ import type { ElementRef } from '@angular/core';
2
+ import type { ControlValueAccessor } from '@angular/forms';
3
+ import type { CuiOnChange, CuiOnTouched, CuiNullable } from '@cuby-ui/cdk';
4
+ import type { CuiIcon } from '@cuby-ui/icons';
5
+ import { CuiSizeMd, CuiSizeSm } from '../../types';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CuiInputTextComponent implements ControlValueAccessor {
8
+ private readonly changeDetectorRef;
9
+ private readonly cuiTextFieldController;
10
+ protected value: CuiNullable<string>;
11
+ protected onChange: CuiOnChange<string>;
12
+ protected onTouched: CuiOnTouched;
13
+ protected isDisabled: boolean;
14
+ protected input: ElementRef<HTMLInputElement>;
15
+ protected get id(): string | undefined;
16
+ protected get placeholder(): string | undefined;
17
+ protected get iconLeft(): CuiIcon | string | undefined;
18
+ protected get isClearButtonHidden(): boolean;
19
+ protected get size(): CuiSizeSm | CuiSizeMd;
20
+ protected get isError(): boolean;
21
+ writeValue(value: CuiNullable<string>): void;
22
+ registerOnChange(fn: CuiOnChange<string>): void;
23
+ registerOnTouched(fn: CuiOnTouched): void;
24
+ setDisabledState(isDisabled: boolean): void;
25
+ protected onInput({ target }: Event): void;
26
+ protected onClear(): void;
27
+ protected onFocus(): void;
28
+ private changeModel;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputTextComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiInputTextComponent, "cui-input-text", never, {}, {}, never, never, false, never>;
31
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-text.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../svg/svg.module";
6
- import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
- export declare class CuiInputModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputModule, [typeof i1.CuiInputTextComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputTextComponent, typeof i5.CuiTextFieldControllerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-text.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../svg/svg.module";
6
+ import * as i5 from "../../directives/text-field-controller/text-field-controller.module";
7
+ export declare class CuiInputModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiInputModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiInputModule, [typeof i1.CuiInputTextComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CuiSvgModule], [typeof i1.CuiInputTextComponent, typeof i5.CuiTextFieldControllerModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiInputModule>;
11
+ }
@@ -1,2 +1,2 @@
1
- export * from './label.component';
2
- export * from './label.module';
1
+ export * from './label.component';
2
+ export * from './label.module';
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CuiLabelComponent {
3
- isRequired: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiLabelComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiLabelComponent, "label[cuiLabel]", never, { "isRequired": "isRequired"; }, {}, never, ["*"], false, never>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CuiLabelComponent {
3
+ isRequired: boolean;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiLabelComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiLabelComponent, "label[cuiLabel]", never, { "isRequired": "isRequired"; }, {}, never, ["*"], false, never>;
6
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./label.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CuiLabelModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiLabelModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiLabelModule, [typeof i1.CuiLabelComponent], [typeof i2.CommonModule], [typeof i1.CuiLabelComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiLabelModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./label.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class CuiLabelModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiLabelModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiLabelModule, [typeof i1.CuiLabelComponent], [typeof i2.CommonModule], [typeof i1.CuiLabelComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiLabelModule>;
8
+ }
@@ -1,3 +1,3 @@
1
- export * from './notification.component';
2
- export * from './notification.module';
3
- export * from './notification.options';
1
+ export * from './notification.component';
2
+ export * from './notification.module';
3
+ export * from './notification.options';
@@ -1,13 +1,13 @@
1
- import { EventEmitter } from '@angular/core';
2
- import type { CuiNotificationIconOptions, CuiNotificationOptions } from './notification.options';
3
- import * as i0 from "@angular/core";
4
- export declare class CuiNotificationComponent implements CuiNotificationOptions {
5
- private readonly cuiNotificationOptions;
6
- protected readonly ICON_OPTIONS: CuiNotificationIconOptions;
7
- status: import("@cuby-ui/core").CuiStatus;
8
- isCloseable: boolean;
9
- readonly closed: EventEmitter<void>;
10
- protected onClose(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiNotificationComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiNotificationComponent, "cui-notification", never, { "status": "status"; "isCloseable": "isCloseable"; }, { "closed": "closed"; }, never, ["*"], false, never>;
13
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import type { CuiNotificationIconOptions, CuiNotificationOptions } from './notification.options';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CuiNotificationComponent implements CuiNotificationOptions {
5
+ private readonly cuiNotificationOptions;
6
+ protected readonly ICON_OPTIONS: CuiNotificationIconOptions;
7
+ status: import("@cuby-ui/core").CuiStatus;
8
+ isCloseable: boolean;
9
+ readonly closed: EventEmitter<void>;
10
+ protected onClose(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiNotificationComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiNotificationComponent, "cui-notification", never, { "status": "status"; "isCloseable": "isCloseable"; }, { "closed": "closed"; }, never, ["*"], false, never>;
13
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./notification.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@cuby-ui/cdk";
5
- import * as i4 from "../svg/svg.module";
6
- export declare class CuiNotificationModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiNotificationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiNotificationModule, [typeof i1.CuiNotificationComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule], [typeof i1.CuiNotificationComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiNotificationModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./notification.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@cuby-ui/cdk";
5
+ import * as i4 from "../svg/svg.module";
6
+ export declare class CuiNotificationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiNotificationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiNotificationModule, [typeof i1.CuiNotificationComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule], [typeof i1.CuiNotificationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiNotificationModule>;
10
+ }
@@ -1,13 +1,13 @@
1
- import type { CuiIcon } from '@cuby-ui/icons';
2
- import type { CuiStatus } from '../../types';
3
- export type CuiNotificationIconOptions = {
4
- [k in CuiStatus]: {
5
- icon: CuiIcon;
6
- color: string;
7
- };
8
- };
9
- export interface CuiNotificationOptions {
10
- readonly status: CuiStatus;
11
- }
12
- export declare const CUI_NOTIFICATION_DEFAULT_OPTIONS: CuiNotificationOptions;
13
- export declare const CUI_NOTIFICATION_OPTIONS: import("@angular/core").InjectionToken<CuiNotificationOptions>;
1
+ import type { CuiIcon } from '@cuby-ui/icons';
2
+ import type { CuiStatus } from '../../types';
3
+ export type CuiNotificationIconOptions = {
4
+ [k in CuiStatus]: {
5
+ icon: CuiIcon;
6
+ color: string;
7
+ };
8
+ };
9
+ export interface CuiNotificationOptions {
10
+ readonly status: CuiStatus;
11
+ }
12
+ export declare const CUI_NOTIFICATION_DEFAULT_OPTIONS: CuiNotificationOptions;
13
+ export declare const CUI_NOTIFICATION_OPTIONS: import("@angular/core").InjectionToken<CuiNotificationOptions>;
@@ -1,2 +1,2 @@
1
- export * from './radio.module';
2
- export * from './radio.component';
1
+ export * from './radio.module';
2
+ export * from './radio.component';
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CuiRadioComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiRadioComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiRadioComponent, "input[type=\"radio\"][cuiRadio]", never, {}, {}, never, never, false, never>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CuiRadioComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiRadioComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiRadioComponent, "input[type=\"radio\"][cuiRadio]", never, {}, {}, never, never, false, never>;
5
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./radio.component";
3
- export declare class CuiRadioModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiRadioModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiRadioModule, [typeof i1.CuiRadioComponent], never, [typeof i1.CuiRadioComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiRadioModule>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./radio.component";
3
+ export declare class CuiRadioModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiRadioModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiRadioModule, [typeof i1.CuiRadioComponent], never, [typeof i1.CuiRadioComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiRadioModule>;
7
+ }
@@ -1,2 +1,2 @@
1
- export * from './root.component';
2
- export * from './root.module';
1
+ export * from './root.component';
2
+ export * from './root.module';
@@ -1,11 +1,11 @@
1
- import type { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CuiRootComponent implements OnInit {
4
- private readonly document;
5
- private readonly theme$;
6
- private readonly destroy$;
7
- ngOnInit(): void;
8
- private initThemeSubscription;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiRootComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiRootComponent, "cui-root", never, {}, {}, never, ["*"], false, never>;
11
- }
1
+ import type { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiRootComponent implements OnInit {
4
+ private readonly document;
5
+ private readonly theme$;
6
+ private readonly destroy$;
7
+ ngOnInit(): void;
8
+ private initThemeSubscription;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiRootComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiRootComponent, "cui-root", never, {}, {}, never, ["*"], false, never>;
11
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./root.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../dialog/dialog.module";
5
- import * as i4 from "../alert/alert.module";
6
- export declare class CuiRootModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiRootModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiRootModule, [typeof i1.CuiRootComponent], [typeof i2.CommonModule, typeof i3.CuiDialogModule, typeof i4.CuiAlertModule], [typeof i1.CuiRootComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiRootModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./root.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../dialog/dialog.module";
5
+ import * as i4 from "../alert/alert.module";
6
+ export declare class CuiRootModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiRootModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiRootModule, [typeof i1.CuiRootComponent], [typeof i2.CommonModule, typeof i3.CuiDialogModule, typeof i4.CuiAlertModule], [typeof i1.CuiRootComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiRootModule>;
10
+ }
@@ -1,2 +1,2 @@
1
- export * from './select.component';
2
- export * from './select.module';
1
+ export * from './select.component';
2
+ export * from './select.module';