@cuby-ui/core 0.0.150 → 0.0.151

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 (282) hide show
  1. package/README.md +24 -24
  2. package/components/accordion/accordion-item/accordion-item.component.d.ts +11 -11
  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 +39 -39
  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-header/dialog-header.component.d.ts +13 -13
  41. package/components/dialog/dialog.component.d.ts +33 -33
  42. package/components/dialog/dialog.interfaces.d.ts +10 -10
  43. package/components/dialog/dialog.module.d.ts +14 -14
  44. package/components/dialog/dialog.service.d.ts +7 -7
  45. package/components/dialog/dialog.tokens.d.ts +8 -8
  46. package/components/dialog/dialogs.component.d.ts +18 -18
  47. package/components/dialog/index.d.ts +8 -8
  48. package/components/form-field/form-field.component.d.ts +5 -5
  49. package/components/form-field/form-field.module.d.ts +7 -7
  50. package/components/form-field/index.d.ts +2 -2
  51. package/components/hint/hint.component.d.ts +7 -7
  52. package/components/hint/hint.module.d.ts +7 -7
  53. package/components/hint/index.d.ts +2 -2
  54. package/components/icon-button/icon-button.component.d.ts +13 -13
  55. package/components/icon-button/icon-button.module.d.ts +9 -9
  56. package/components/icon-button/index.d.ts +2 -2
  57. package/components/index.d.ts +26 -25
  58. package/components/input-number/index.d.ts +2 -2
  59. package/components/input-number/input-number.component.d.ts +55 -55
  60. package/components/input-number/input-number.module.d.ts +11 -11
  61. package/components/input-number/input-number.options.d.ts +9 -9
  62. package/components/input-password/index.d.ts +2 -2
  63. package/components/input-password/input-password.component.d.ts +31 -31
  64. package/components/input-password/input-password.module.d.ts +11 -11
  65. package/components/input-text/index.d.ts +2 -2
  66. package/components/input-text/input-text.component.d.ts +31 -31
  67. package/components/input-text/input-text.module.d.ts +11 -11
  68. package/components/input-time/index.d.ts +3 -0
  69. package/components/input-time/input-time.component.d.ts +33 -0
  70. package/components/input-time/input-time.module.d.ts +11 -0
  71. package/components/input-time/input-time.options.d.ts +7 -0
  72. package/components/label/index.d.ts +2 -2
  73. package/components/label/label.component.d.ts +6 -6
  74. package/components/label/label.module.d.ts +8 -8
  75. package/components/notification/index.d.ts +3 -3
  76. package/components/notification/notification.component.d.ts +13 -13
  77. package/components/notification/notification.module.d.ts +10 -10
  78. package/components/notification/notification.options.d.ts +13 -13
  79. package/components/radio/index.d.ts +2 -2
  80. package/components/radio/radio.component.d.ts +5 -5
  81. package/components/radio/radio.module.d.ts +7 -7
  82. package/components/root/index.d.ts +3 -3
  83. package/components/root/root.component.d.ts +11 -11
  84. package/components/root/root.module.d.ts +10 -10
  85. package/components/root/root.options.d.ts +1 -1
  86. package/components/select/index.d.ts +2 -2
  87. package/components/select/select.component.d.ts +52 -52
  88. package/components/select/select.module.d.ts +10 -10
  89. package/components/svg/index.d.ts +2 -2
  90. package/components/svg/svg.component.d.ts +16 -16
  91. package/components/svg/svg.module.d.ts +8 -8
  92. package/components/tabs/index.d.ts +3 -3
  93. package/components/tabs/tab/index.d.ts +1 -1
  94. package/components/tabs/tab/tab.component.d.ts +8 -8
  95. package/components/tabs/tabs.component.d.ts +16 -16
  96. package/components/tabs/tabs.module.d.ts +8 -8
  97. package/components/textarea/index.d.ts +2 -2
  98. package/components/textarea/textarea.component.d.ts +10 -10
  99. package/components/textarea/textarea.module.d.ts +7 -7
  100. package/components/toggle/index.d.ts +2 -2
  101. package/components/toggle/toggle.component.d.ts +5 -5
  102. package/components/toggle/toggle.module.d.ts +7 -7
  103. package/directives/index.d.ts +1 -1
  104. package/directives/text-field-controller/index.d.ts +8 -8
  105. package/directives/text-field-controller/text-field-controller.module.d.ts +11 -11
  106. package/directives/text-field-controller/text-field-controller.provider.d.ts +4 -4
  107. package/directives/text-field-controller/text-field-icon-left.directive.d.ts +9 -9
  108. package/directives/text-field-controller/text-field-id.directive.d.ts +8 -8
  109. package/directives/text-field-controller/text-field-is-error.directive.d.ts +8 -8
  110. package/directives/text-field-controller/text-field-placeholder.directive.d.ts +8 -8
  111. package/directives/text-field-controller/text-field-size.directive.d.ts +9 -9
  112. package/directives/text-field-controller/text-field.controller.d.ts +20 -20
  113. package/esm2020/components/accordion/accordion-item/accordion-item.component.mjs +28 -28
  114. package/esm2020/components/accordion/accordion.component.mjs +11 -11
  115. package/esm2020/components/accordion/accordion.module.mjs +37 -37
  116. package/esm2020/components/accordion/index.mjs +4 -4
  117. package/esm2020/components/alert/alert.component.mjs +36 -36
  118. package/esm2020/components/alert/alert.interfaces.mjs +2 -2
  119. package/esm2020/components/alert/alert.module.mjs +40 -40
  120. package/esm2020/components/alert/alert.service.mjs +17 -17
  121. package/esm2020/components/alert/alert.tokens.mjs +19 -19
  122. package/esm2020/components/alert/alert.types.mjs +2 -2
  123. package/esm2020/components/alert/alerts.component.mjs +36 -36
  124. package/esm2020/components/alert/index.mjs +9 -9
  125. package/esm2020/components/badge/badge.component.mjs +31 -31
  126. package/esm2020/components/badge/badge.module.mjs +18 -18
  127. package/esm2020/components/badge/badge.options.mjs +8 -8
  128. package/esm2020/components/badge/index.mjs +3 -3
  129. package/esm2020/components/banner/banner.component.mjs +68 -68
  130. package/esm2020/components/banner/banner.module.mjs +31 -31
  131. package/esm2020/components/banner/banner.options.mjs +6 -6
  132. package/esm2020/components/banner/index.mjs +4 -4
  133. package/esm2020/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +16 -16
  134. package/esm2020/components/breadcrumbs/breadcrumbs.component.mjs +17 -17
  135. package/esm2020/components/breadcrumbs/breadcrumbs.module.mjs +33 -33
  136. package/esm2020/components/breadcrumbs/index.mjs +4 -4
  137. package/esm2020/components/button/button.component.mjs +104 -104
  138. package/esm2020/components/button/button.module.mjs +24 -24
  139. package/esm2020/components/button/button.options.mjs +10 -10
  140. package/esm2020/components/button/index.mjs +4 -4
  141. package/esm2020/components/button-group/button-group.component.mjs +11 -11
  142. package/esm2020/components/button-group/button-group.module.mjs +16 -16
  143. package/esm2020/components/button-group/index.mjs +3 -3
  144. package/esm2020/components/checkbox/checkbox.component.mjs +11 -11
  145. package/esm2020/components/checkbox/checkbox.module.mjs +16 -16
  146. package/esm2020/components/checkbox/index.mjs +3 -3
  147. package/esm2020/components/context-menu/context-menu.component.mjs +146 -146
  148. package/esm2020/components/context-menu/context-menu.module.mjs +24 -24
  149. package/esm2020/components/context-menu/index.mjs +3 -3
  150. package/esm2020/components/dialog/dialog-actions/dialog-actions.component.mjs +11 -11
  151. package/esm2020/components/dialog/dialog-header/dialog-header.component.mjs +28 -28
  152. package/esm2020/components/dialog/dialog.component.mjs +64 -64
  153. package/esm2020/components/dialog/dialog.interfaces.mjs +2 -2
  154. package/esm2020/components/dialog/dialog.module.mjs +50 -50
  155. package/esm2020/components/dialog/dialog.service.mjs +17 -17
  156. package/esm2020/components/dialog/dialog.tokens.mjs +11 -11
  157. package/esm2020/components/dialog/dialogs.component.mjs +51 -51
  158. package/esm2020/components/dialog/index.mjs +9 -9
  159. package/esm2020/components/form-field/form-field.component.mjs +11 -11
  160. package/esm2020/components/form-field/form-field.module.mjs +16 -16
  161. package/esm2020/components/form-field/index.mjs +3 -3
  162. package/esm2020/components/hint/hint.component.mjs +19 -19
  163. package/esm2020/components/hint/hint.module.mjs +16 -16
  164. package/esm2020/components/hint/index.mjs +3 -3
  165. package/esm2020/components/icon-button/icon-button.component.mjs +32 -32
  166. package/esm2020/components/icon-button/icon-button.module.mjs +24 -24
  167. package/esm2020/components/icon-button/index.mjs +3 -3
  168. package/esm2020/components/index.mjs +27 -26
  169. package/esm2020/components/input-number/index.mjs +3 -3
  170. package/esm2020/components/input-number/input-number.component.mjs +204 -204
  171. package/esm2020/components/input-number/input-number.module.mjs +33 -33
  172. package/esm2020/components/input-number/input-number.options.mjs +11 -11
  173. package/esm2020/components/input-password/index.mjs +3 -3
  174. package/esm2020/components/input-password/input-password.component.mjs +89 -89
  175. package/esm2020/components/input-password/input-password.module.mjs +33 -33
  176. package/esm2020/components/input-text/index.mjs +3 -3
  177. package/esm2020/components/input-text/input-text.component.mjs +87 -87
  178. package/esm2020/components/input-text/input-text.module.mjs +33 -33
  179. package/esm2020/components/input-time/index.mjs +4 -0
  180. package/esm2020/components/input-time/input-time.component.mjs +89 -0
  181. package/esm2020/components/input-time/input-time.module.mjs +35 -0
  182. package/esm2020/components/input-time/input-time.options.mjs +8 -0
  183. package/esm2020/components/label/index.mjs +3 -3
  184. package/esm2020/components/label/label.component.mjs +17 -17
  185. package/esm2020/components/label/label.module.mjs +18 -18
  186. package/esm2020/components/notification/index.mjs +4 -4
  187. package/esm2020/components/notification/notification.component.mjs +51 -51
  188. package/esm2020/components/notification/notification.module.mjs +27 -27
  189. package/esm2020/components/notification/notification.options.mjs +6 -6
  190. package/esm2020/components/radio/index.mjs +3 -3
  191. package/esm2020/components/radio/radio.component.mjs +11 -11
  192. package/esm2020/components/radio/radio.module.mjs +16 -16
  193. package/esm2020/components/root/index.mjs +4 -4
  194. package/esm2020/components/root/root.component.mjs +31 -31
  195. package/esm2020/components/root/root.module.mjs +28 -28
  196. package/esm2020/components/root/root.options.mjs +1 -1
  197. package/esm2020/components/select/index.mjs +3 -3
  198. package/esm2020/components/select/select.component.mjs +167 -167
  199. package/esm2020/components/select/select.module.mjs +29 -29
  200. package/esm2020/components/svg/index.mjs +3 -3
  201. package/esm2020/components/svg/svg.component.mjs +50 -50
  202. package/esm2020/components/svg/svg.module.mjs +18 -18
  203. package/esm2020/components/tabs/index.mjs +4 -4
  204. package/esm2020/components/tabs/tab/index.mjs +1 -1
  205. package/esm2020/components/tabs/tab/tab.component.mjs +21 -21
  206. package/esm2020/components/tabs/tabs.component.mjs +49 -49
  207. package/esm2020/components/tabs/tabs.module.mjs +18 -18
  208. package/esm2020/components/textarea/index.mjs +3 -3
  209. package/esm2020/components/textarea/textarea.component.mjs +35 -35
  210. package/esm2020/components/textarea/textarea.module.mjs +16 -16
  211. package/esm2020/components/toggle/index.mjs +3 -3
  212. package/esm2020/components/toggle/toggle.component.mjs +11 -11
  213. package/esm2020/components/toggle/toggle.module.mjs +16 -16
  214. package/esm2020/cuby-ui-core.mjs +4 -4
  215. package/esm2020/directives/index.mjs +2 -2
  216. package/esm2020/directives/text-field-controller/index.mjs +9 -9
  217. package/esm2020/directives/text-field-controller/text-field-controller.module.mjs +40 -40
  218. package/esm2020/directives/text-field-controller/text-field-controller.provider.mjs +24 -24
  219. package/esm2020/directives/text-field-controller/text-field-icon-left.directive.mjs +21 -21
  220. package/esm2020/directives/text-field-controller/text-field-id.directive.mjs +21 -21
  221. package/esm2020/directives/text-field-controller/text-field-is-error.directive.mjs +24 -24
  222. package/esm2020/directives/text-field-controller/text-field-placeholder.directive.mjs +21 -21
  223. package/esm2020/directives/text-field-controller/text-field-size.directive.mjs +24 -24
  224. package/esm2020/directives/text-field-controller/text-field.controller.mjs +25 -25
  225. package/esm2020/index.mjs +7 -7
  226. package/esm2020/interfaces/context-menu-item.mjs +2 -2
  227. package/esm2020/interfaces/index.mjs +3 -3
  228. package/esm2020/interfaces/option.mjs +2 -2
  229. package/esm2020/services/index.mjs +3 -3
  230. package/esm2020/services/theme.options.mjs +6 -6
  231. package/esm2020/services/theme.service.mjs +30 -30
  232. package/esm2020/types/appearance.mjs +2 -2
  233. package/esm2020/types/hint-type.mjs +2 -2
  234. package/esm2020/types/index.mjs +8 -8
  235. package/esm2020/types/position.mjs +2 -2
  236. package/esm2020/types/resizing.mjs +2 -2
  237. package/esm2020/types/shape.mjs +2 -2
  238. package/esm2020/types/size.mjs +2 -2
  239. package/esm2020/types/status.mjs +2 -2
  240. package/esm2020/utils/format/index.mjs +3 -3
  241. package/esm2020/utils/format/remove-spaces.mjs +4 -4
  242. package/esm2020/utils/format/replace.mjs +5 -5
  243. package/esm2020/utils/index.mjs +2 -2
  244. package/fesm2015/cuby-ui-core.mjs +2162 -2044
  245. package/fesm2015/cuby-ui-core.mjs.map +1 -1
  246. package/fesm2020/cuby-ui-core.mjs +2160 -2043
  247. package/fesm2020/cuby-ui-core.mjs.map +1 -1
  248. package/fonts/Inter-Bold.svg +25443 -25443
  249. package/fonts/Inter-Medium.svg +25400 -25400
  250. package/fonts/Inter-Regular.svg +24341 -24341
  251. package/fonts/Inter-SemiBold.svg +25459 -25459
  252. package/index.d.ts +6 -6
  253. package/interfaces/context-menu-item.d.ts +7 -7
  254. package/interfaces/index.d.ts +2 -2
  255. package/interfaces/option.d.ts +5 -5
  256. package/package.json +6 -3
  257. package/services/index.d.ts +2 -2
  258. package/services/theme.options.d.ts +5 -5
  259. package/services/theme.service.d.ts +12 -12
  260. package/styles/fonts.scss +51 -51
  261. package/styles/global.scss +9 -9
  262. package/styles/mixins/buttons.scss +13 -13
  263. package/styles/mixins/headings.scss +115 -115
  264. package/styles/mixins/inputs.scss +91 -91
  265. package/styles/mixins/lists.scss +5 -5
  266. package/styles/mixins/paddings.scss +35 -35
  267. package/styles/mixins/shadows.scss +38 -38
  268. package/styles/mixins/texts.scss +225 -225
  269. package/styles/theme.scss +373 -373
  270. package/styles/variables/colors.scss +247 -247
  271. package/types/appearance.d.ts +8 -8
  272. package/types/hint-type.d.ts +1 -1
  273. package/types/index.d.ts +7 -7
  274. package/types/position.d.ts +2 -2
  275. package/types/resizing.d.ts +2 -2
  276. package/types/shape.d.ts +1 -1
  277. package/types/size.d.ts +4 -4
  278. package/types/status.d.ts +1 -1
  279. package/utils/format/index.d.ts +2 -2
  280. package/utils/format/remove-spaces.d.ts +1 -1
  281. package/utils/format/replace.d.ts +1 -1
  282. package/utils/index.d.ts +1 -1
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # Core
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project core`.
8
- > Note: Don't forget to add `--project core` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build core` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build core`, go to the dist folder `cd dist/core` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test core` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # Core
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project core`.
8
+ > Note: Don't forget to add `--project core` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build core` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build core`, go to the dist folder `cd dist/core` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test core` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1,11 +1,11 @@
1
- import { EventEmitter } from '@angular/core';
2
- import type { CuiIcon } from '@cuby-ui/icons';
3
- import * as i0 from "@angular/core";
4
- export declare class CuiAccordionItemComponent {
5
- isOpen: boolean;
6
- readonly isOpenChange: EventEmitter<boolean>;
7
- protected get buttonIcon(): CuiIcon;
8
- protected onRowToggle(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionItemComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionItemComponent, "cui-accordion-item", never, { "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, ["*", "[cuiAccordionItemContent]"], false, never>;
11
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import type { CuiIcon } from '@cuby-ui/icons';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CuiAccordionItemComponent {
5
+ isOpen: boolean;
6
+ readonly isOpenChange: EventEmitter<boolean>;
7
+ protected get buttonIcon(): CuiIcon;
8
+ protected onRowToggle(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionItemComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionItemComponent, "cui-accordion-item", never, { "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, ["*", "[cuiAccordionItemContent]"], false, never>;
11
+ }
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CuiAccordionComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionComponent, "cui-accordion", never, {}, {}, never, ["cui-accordion-item"], false, never>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CuiAccordionComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionComponent, "cui-accordion", never, {}, {}, never, ["cui-accordion-item"], false, never>;
5
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./accordion.component";
3
- import * as i2 from "./accordion-item/accordion-item.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../svg/svg.module";
6
- import * as i5 from "../button/button.module";
7
- export declare class CuiAccordionModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAccordionModule, [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiAccordionModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./accordion.component";
3
+ import * as i2 from "./accordion-item/accordion-item.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../svg/svg.module";
6
+ import * as i5 from "../button/button.module";
7
+ export declare class CuiAccordionModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAccordionModule, [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiAccordionModule>;
11
+ }
@@ -1,3 +1,3 @@
1
- export * from './accordion.component';
2
- export * from './accordion.module';
3
- export * from './accordion-item/accordion-item.component';
1
+ export * from './accordion.component';
2
+ export * from './accordion.module';
3
+ export * from './accordion-item/accordion-item.component';
@@ -1,13 +1,13 @@
1
- import type { OnInit } from '@angular/core';
2
- import type { CuiAlertResizing } from './alert.types';
3
- import * as i0 from "@angular/core";
4
- export declare class CuiAlertComponent implements OnInit {
5
- protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("@cuby-ui/core").CuiAlertOptions>;
6
- protected readonly AUTO_CLOSE_DURATION_IN_MILLISECONDS = 3000;
7
- protected get resizing(): CuiAlertResizing;
8
- ngOnInit(): void;
9
- protected onClosed(): void;
10
- private initAutoClose;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertComponent, "cui-alert", never, {}, {}, never, never, false, never>;
13
- }
1
+ import type { OnInit } from '@angular/core';
2
+ import type { CuiAlertResizing } from './alert.types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CuiAlertComponent implements OnInit {
5
+ protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("@cuby-ui/core").CuiAlertOptions>;
6
+ protected readonly AUTO_CLOSE_DURATION_IN_MILLISECONDS = 3000;
7
+ protected get resizing(): CuiAlertResizing;
8
+ ngOnInit(): void;
9
+ protected onClosed(): void;
10
+ private initAutoClose;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertComponent, "cui-alert", never, {}, {}, never, never, false, never>;
13
+ }
@@ -1,9 +1,9 @@
1
- import type { CuiAlertPosition, CuiAlertResizing } from './alert.types';
2
- import type { CuiNotificationOptions } from '../notification';
3
- export interface CuiAlertOptions extends CuiNotificationOptions {
4
- readonly label: string;
5
- readonly needAutoClose: boolean;
6
- readonly isCloseable: boolean;
7
- readonly position: CuiAlertPosition;
8
- readonly resizing: CuiAlertResizing;
9
- }
1
+ import type { CuiAlertPosition, CuiAlertResizing } from './alert.types';
2
+ import type { CuiNotificationOptions } from '../notification';
3
+ export interface CuiAlertOptions extends CuiNotificationOptions {
4
+ readonly label: string;
5
+ readonly needAutoClose: boolean;
6
+ readonly isCloseable: boolean;
7
+ readonly position: CuiAlertPosition;
8
+ readonly resizing: CuiAlertResizing;
9
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./alert.component";
3
- import * as i2 from "./alerts.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@cuby-ui/cdk";
6
- import * as i5 from "../notification/notification.module";
7
- export declare class CuiAlertModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAlertModule, [typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent], [typeof i3.CommonModule, typeof i4.CuiFilterPipe, typeof i5.CuiNotificationModule, typeof i4.CuiLetDirective], [typeof i1.CuiAlertComponent, typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiAlertModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./alert.component";
3
+ import * as i2 from "./alerts.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@cuby-ui/cdk";
6
+ import * as i5 from "../notification/notification.module";
7
+ export declare class CuiAlertModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAlertModule, [typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent], [typeof i3.CommonModule, typeof i4.CuiFilterPipe, typeof i5.CuiNotificationModule, typeof i4.CuiLetDirective], [typeof i1.CuiAlertComponent, typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiAlertModule>;
11
+ }
@@ -1,7 +1,7 @@
1
- import { CuiPopoverService } from '@cuby-ui/cdk';
2
- import type { CuiAlertOptions } from './alert.interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class CuiAlertService extends CuiPopoverService<CuiAlertOptions> {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertService, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<CuiAlertService>;
7
- }
1
+ import { CuiPopoverService } from '@cuby-ui/cdk';
2
+ import type { CuiAlertOptions } from './alert.interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CuiAlertService extends CuiPopoverService<CuiAlertOptions> {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertService, never>;
6
+ static ɵprov: i0.ɵɵInjectableDeclaration<CuiAlertService>;
7
+ }
@@ -1,15 +1,15 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { CuiPopover } from '@cuby-ui/cdk';
3
- import { BehaviorSubject } from 'rxjs';
4
- import type { CuiAlertOptions } from './alert.interfaces';
5
- export declare const CUI_ALERTS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiAlertOptions>[]>>;
6
- export declare const CUI_ALERT_DEFAULT_OPTIONS: Omit<CuiAlertOptions, 'status'>;
7
- export declare const CUI_ALERT_OPTIONS: InjectionToken<{
8
- status: import("@cuby-ui/core").CuiStatus;
9
- position: import("@cuby-ui/core").CuiAlertPosition;
10
- label: string;
11
- needAutoClose: boolean;
12
- isCloseable: boolean;
13
- resizing: import("@cuby-ui/core").CuiAlertResizing;
14
- }>;
15
- export declare const CUI_ALERT_CONTEXT: InjectionToken<CuiPopover<CuiAlertOptions>>;
1
+ import { InjectionToken } from '@angular/core';
2
+ import { CuiPopover } from '@cuby-ui/cdk';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import type { CuiAlertOptions } from './alert.interfaces';
5
+ export declare const CUI_ALERTS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiAlertOptions>[]>>;
6
+ export declare const CUI_ALERT_DEFAULT_OPTIONS: Omit<CuiAlertOptions, 'status'>;
7
+ export declare const CUI_ALERT_OPTIONS: InjectionToken<{
8
+ status: import("@cuby-ui/core").CuiStatus;
9
+ position: import("@cuby-ui/core").CuiAlertPosition;
10
+ label: string;
11
+ needAutoClose: boolean;
12
+ isCloseable: boolean;
13
+ resizing: import("@cuby-ui/core").CuiAlertResizing;
14
+ }>;
15
+ export declare const CUI_ALERT_CONTEXT: InjectionToken<CuiPopover<CuiAlertOptions>>;
@@ -1,3 +1,3 @@
1
- import type { CuiPositionCenter, CuiPositionRight, CuiResizingFixed, CuiResizingHug } from '../../types';
2
- export type CuiAlertPosition = CuiPositionCenter | CuiPositionRight;
3
- export type CuiAlertResizing = CuiResizingHug | CuiResizingFixed;
1
+ import type { CuiPositionCenter, CuiPositionRight, CuiResizingFixed, CuiResizingHug } from '../../types';
2
+ export type CuiAlertPosition = CuiPositionCenter | CuiPositionRight;
3
+ export type CuiAlertResizing = CuiResizingHug | CuiResizingFixed;
@@ -1,17 +1,17 @@
1
- import type { OnInit } from '@angular/core';
2
- import { Injector } from '@angular/core';
3
- import type { CuiPopover } from '@cuby-ui/cdk';
4
- import type { Observable } from 'rxjs';
5
- import type { CuiAlertOptions } from './alert.interfaces';
6
- import * as i0 from "@angular/core";
7
- export declare class CuiAlertsComponent implements OnInit {
8
- private readonly destroy$;
9
- protected readonly alerts$: Observable<ReadonlyArray<CuiPopover<CuiAlertOptions>>>;
10
- protected alertInjectors: ReadonlyArray<Injector>;
11
- ngOnInit(): void;
12
- protected trackByFn(_: number, alert: CuiPopover<CuiAlertOptions>): string;
13
- protected alertsMatcher(alert: CuiPopover<CuiAlertOptions>, position: string): boolean;
14
- protected initAlertInjectorsSubscription(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertsComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertsComponent, "cui-alerts", never, {}, {}, never, never, false, never>;
17
- }
1
+ import type { OnInit } from '@angular/core';
2
+ import { Injector } from '@angular/core';
3
+ import type { CuiPopover } from '@cuby-ui/cdk';
4
+ import type { Observable } from 'rxjs';
5
+ import type { CuiAlertOptions } from './alert.interfaces';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CuiAlertsComponent implements OnInit {
8
+ private readonly destroy$;
9
+ protected readonly alerts$: Observable<ReadonlyArray<CuiPopover<CuiAlertOptions>>>;
10
+ protected alertInjectors: ReadonlyArray<Injector>;
11
+ ngOnInit(): void;
12
+ protected trackByFn(_: number, alert: CuiPopover<CuiAlertOptions>): string;
13
+ protected alertsMatcher(alert: CuiPopover<CuiAlertOptions>, position: string): boolean;
14
+ protected initAlertInjectorsSubscription(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertsComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertsComponent, "cui-alerts", never, {}, {}, never, never, false, never>;
17
+ }
@@ -1,8 +1,8 @@
1
- export * from './alert.component';
2
- export * from './alert.interfaces';
3
- export * from './alert.module';
4
- export * from './alert.service';
5
- export * from './alert.tokens';
6
- export * from './alert.types';
7
- export * from './alert.component';
8
- export * from './alerts.component';
1
+ export * from './alert.component';
2
+ export * from './alert.interfaces';
3
+ export * from './alert.module';
4
+ export * from './alert.service';
5
+ export * from './alert.tokens';
6
+ export * from './alert.types';
7
+ export * from './alert.component';
8
+ export * from './alerts.component';
@@ -1,10 +1,10 @@
1
- import type { CuiBadgeOptions } from './badge.options';
2
- import * as i0 from "@angular/core";
3
- export declare class CuiBadgeComponent implements CuiBadgeOptions {
4
- private readonly options;
5
- color: "light-blue" | "yellow" | "green" | "gray" | "dark-gray" | "red" | "violet";
6
- size: "sm" | "md";
7
- isWithDot: boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiBadgeComponent, "cui-badge", never, { "color": "color"; "size": "size"; "isWithDot": "isWithDot"; }, {}, never, ["*"], false, never>;
10
- }
1
+ import type { CuiBadgeOptions } from './badge.options';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiBadgeComponent implements CuiBadgeOptions {
4
+ private readonly options;
5
+ color: "light-blue" | "yellow" | "green" | "gray" | "dark-gray" | "red" | "violet";
6
+ size: "sm" | "md";
7
+ isWithDot: boolean;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiBadgeComponent, "cui-badge", never, { "color": "color"; "size": "size"; "isWithDot": "isWithDot"; }, {}, never, ["*"], false, never>;
10
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./badge.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CuiBadgeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBadgeModule, [typeof i1.CuiBadgeComponent], [typeof i2.CommonModule], [typeof i1.CuiBadgeComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiBadgeModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./badge.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class CuiBadgeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBadgeModule, [typeof i1.CuiBadgeComponent], [typeof i2.CommonModule], [typeof i1.CuiBadgeComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiBadgeModule>;
8
+ }
@@ -1,8 +1,8 @@
1
- import type { CuiSizeMd, CuiSizeSm } from '../../types';
2
- export interface CuiBadgeOptions {
3
- readonly color: 'light-blue' | 'yellow' | 'green' | 'gray' | 'dark-gray' | 'red' | 'violet';
4
- readonly size: CuiSizeSm | CuiSizeMd;
5
- readonly isWithDot: boolean;
6
- }
7
- export declare const CUI_BADGE_DEFAULT_OPTIONS: CuiBadgeOptions;
8
- export declare const CUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<CuiBadgeOptions>;
1
+ import type { CuiSizeMd, CuiSizeSm } from '../../types';
2
+ export interface CuiBadgeOptions {
3
+ readonly color: 'light-blue' | 'yellow' | 'green' | 'gray' | 'dark-gray' | 'red' | 'violet';
4
+ readonly size: CuiSizeSm | CuiSizeMd;
5
+ readonly isWithDot: boolean;
6
+ }
7
+ export declare const CUI_BADGE_DEFAULT_OPTIONS: CuiBadgeOptions;
8
+ export declare const CUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<CuiBadgeOptions>;
@@ -1,2 +1,2 @@
1
- export * from './badge.component';
2
- export * from './badge.module';
1
+ export * from './badge.component';
2
+ export * from './badge.module';
@@ -1,21 +1,21 @@
1
- import { EventEmitter } from '@angular/core';
2
- import type { CuiBannerIconOptions, CuiBannerOptions } from './banner.options';
3
- import type { CuiTheme } from '../../services';
4
- import { CuiThemeService } from '../../services';
5
- import * as i0 from "@angular/core";
6
- export declare class CuiBannerComponent implements CuiBannerOptions {
7
- private readonly options;
8
- protected readonly theme$: CuiThemeService;
9
- protected readonly ICON_OPTIONS: CuiBannerIconOptions;
10
- protected readonly THEME_CLOSE_BUTTON_ICON_COLORS: Record<CuiTheme, string>;
11
- status: import("@cuby-ui/core").CuiStatus;
12
- isCloseable: boolean;
13
- label?: string;
14
- actionButtonText?: string;
15
- actionButtonClicked: EventEmitter<void>;
16
- closed: EventEmitter<void>;
17
- protected onAction(): void;
18
- protected onClose(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiBannerComponent, "cui-banner", never, { "status": "status"; "isCloseable": "isCloseable"; "label": "label"; "actionButtonText": "actionButtonText"; }, { "actionButtonClicked": "actionButtonClicked"; "closed": "closed"; }, never, ["*"], false, never>;
21
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import type { CuiBannerIconOptions, CuiBannerOptions } from './banner.options';
3
+ import type { CuiTheme } from '../../services';
4
+ import { CuiThemeService } from '../../services';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CuiBannerComponent implements CuiBannerOptions {
7
+ private readonly options;
8
+ protected readonly theme$: CuiThemeService;
9
+ protected readonly ICON_OPTIONS: CuiBannerIconOptions;
10
+ protected readonly THEME_CLOSE_BUTTON_ICON_COLORS: Record<CuiTheme, string>;
11
+ status: import("@cuby-ui/core").CuiStatus;
12
+ isCloseable: boolean;
13
+ label?: string;
14
+ actionButtonText?: string;
15
+ actionButtonClicked: EventEmitter<void>;
16
+ closed: EventEmitter<void>;
17
+ protected onAction(): void;
18
+ protected onClose(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiBannerComponent, "cui-banner", never, { "status": "status"; "isCloseable": "isCloseable"; "label": "label"; "actionButtonText": "actionButtonText"; }, { "actionButtonClicked": "actionButtonClicked"; "closed": "closed"; }, never, ["*"], false, never>;
21
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./banner.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
- import * as i5 from "../button/button.module";
7
- export declare class CuiBannerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBannerModule, [typeof i1.CuiBannerComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiBannerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiBannerModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./banner.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
+ import * as i5 from "../button/button.module";
7
+ export declare class CuiBannerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBannerModule, [typeof i1.CuiBannerComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiBannerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiBannerModule>;
11
+ }
@@ -1,13 +1,13 @@
1
- import type { CuiStatus } from '../../types';
2
- import type { CuiIcon } from '@cuby-ui/icons';
3
- export type CuiBannerIconOptions = {
4
- [k in CuiStatus]: {
5
- icon: CuiIcon;
6
- color: string;
7
- };
8
- };
9
- export interface CuiBannerOptions {
10
- readonly status: CuiStatus;
11
- }
12
- export declare const CUI_BANNER_DEFAULT_OPTIONS: CuiBannerOptions;
13
- export declare const CUI_BANNER_OPTIONS: import("@angular/core").InjectionToken<CuiBannerOptions>;
1
+ import type { CuiStatus } from '../../types';
2
+ import type { CuiIcon } from '@cuby-ui/icons';
3
+ export type CuiBannerIconOptions = {
4
+ [k in CuiStatus]: {
5
+ icon: CuiIcon;
6
+ color: string;
7
+ };
8
+ };
9
+ export interface CuiBannerOptions {
10
+ readonly status: CuiStatus;
11
+ }
12
+ export declare const CUI_BANNER_DEFAULT_OPTIONS: CuiBannerOptions;
13
+ export declare const CUI_BANNER_OPTIONS: import("@angular/core").InjectionToken<CuiBannerOptions>;
@@ -1,3 +1,3 @@
1
- export * from './banner.component';
2
- export * from './banner.module';
3
- export * from './banner.options';
1
+ export * from './banner.component';
2
+ export * from './banner.module';
3
+ export * from './banner.options';
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CuiBreadcrumbComponent {
3
- isLast: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiBreadcrumbComponent, "[cuiBreadcrumb]", never, { "isLast": "isLast"; }, {}, never, ["*"], false, never>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class CuiBreadcrumbComponent {
3
+ isLast: boolean;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiBreadcrumbComponent, "[cuiBreadcrumb]", never, { "isLast": "isLast"; }, {}, never, ["*"], false, never>;
6
+ }
@@ -1,7 +1,7 @@
1
- import { QueryList, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CuiBreadcrumbsComponent {
4
- protected readonly breadcrumbs: QueryList<TemplateRef<unknown>>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiBreadcrumbsComponent, "cui-breadcrumbs", never, {}, {}, ["breadcrumbs"], never, false, never>;
7
- }
1
+ import { QueryList, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiBreadcrumbsComponent {
4
+ protected readonly breadcrumbs: QueryList<TemplateRef<unknown>>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbsComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiBreadcrumbsComponent, "cui-breadcrumbs", never, {}, {}, ["breadcrumbs"], never, false, never>;
7
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumbs.component";
3
- import * as i2 from "./breadcrumb/breadcrumb.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../svg/svg.module";
6
- export declare class CuiBreadcrumbsModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBreadcrumbsModule, [typeof i1.CuiBreadcrumbsComponent, typeof i2.CuiBreadcrumbComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule], [typeof i1.CuiBreadcrumbsComponent, typeof i2.CuiBreadcrumbComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiBreadcrumbsModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./breadcrumbs.component";
3
+ import * as i2 from "./breadcrumb/breadcrumb.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../svg/svg.module";
6
+ export declare class CuiBreadcrumbsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiBreadcrumbsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBreadcrumbsModule, [typeof i1.CuiBreadcrumbsComponent, typeof i2.CuiBreadcrumbComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule], [typeof i1.CuiBreadcrumbsComponent, typeof i2.CuiBreadcrumbComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiBreadcrumbsModule>;
10
+ }
@@ -1,3 +1,3 @@
1
- export * from './breadcrumbs.component';
2
- export * from './breadcrumbs.module';
3
- export * from './breadcrumb/breadcrumb.component';
1
+ export * from './breadcrumbs.component';
2
+ export * from './breadcrumbs.module';
3
+ export * from './breadcrumb/breadcrumb.component';
@@ -1,30 +1,30 @@
1
- import { ElementRef } from '@angular/core';
2
- import type { CuiIcon } from '@cuby-ui/icons';
3
- import { CuiButtonOptions } from './button.options';
4
- import * as i0 from "@angular/core";
5
- export declare class CuiButtonComponent implements CuiButtonOptions {
6
- private readonly cuiButtonOptions;
7
- protected readonly COLOR_BASE_500 = "var(--cui-base-500)";
8
- protected readonly BUTTON_ICONS_COLOR_BASE_500: CuiButtonOptions['appearance'][];
9
- protected _appearance: "link" | "flat" | "action" | "secondary" | "outlined" | "outlined-gray" | "ghost" | "destructive";
10
- protected iconColor: string;
11
- protected _size: "xxs" | "xs" | "sm" | "md";
12
- protected iconDimensions: {
13
- width: number;
14
- height: number;
15
- };
16
- shape: "rounded" | null;
17
- disabled: boolean;
18
- isLoaderShown: boolean;
19
- icon?: CuiIcon | string;
20
- iconRight?: CuiIcon | string;
21
- get appearance(): CuiButtonOptions['appearance'];
22
- set appearance(appearance: CuiButtonOptions['appearance']);
23
- get size(): CuiButtonOptions['size'];
24
- set size(size: CuiButtonOptions['size']);
25
- protected containsOnlyIcon: boolean;
26
- protected get isDisabled(): boolean;
27
- protected content: ElementRef<HTMLSpanElement>;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<CuiButtonComponent, "button[cuiButton], a[cuiButton]", never, { "shape": "shape"; "disabled": "disabled"; "isLoaderShown": "isLoaderShown"; "icon": "icon"; "iconRight": "iconRight"; "appearance": "appearance"; "size": "size"; }, {}, never, ["*"], false, never>;
30
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import type { CuiIcon } from '@cuby-ui/icons';
3
+ import { CuiButtonOptions } from './button.options';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CuiButtonComponent implements CuiButtonOptions {
6
+ private readonly cuiButtonOptions;
7
+ protected readonly COLOR_BASE_500 = "var(--cui-base-500)";
8
+ protected readonly BUTTON_ICONS_COLOR_BASE_500: CuiButtonOptions['appearance'][];
9
+ protected _appearance: "link" | "flat" | "action" | "secondary" | "outlined" | "outlined-gray" | "ghost" | "destructive";
10
+ protected iconColor: string;
11
+ protected _size: "xxs" | "xs" | "sm" | "md";
12
+ protected iconDimensions: {
13
+ width: number;
14
+ height: number;
15
+ };
16
+ shape: "rounded" | null;
17
+ disabled: boolean;
18
+ isLoaderShown: boolean;
19
+ icon?: CuiIcon | string;
20
+ iconRight?: CuiIcon | string;
21
+ get appearance(): CuiButtonOptions['appearance'];
22
+ set appearance(appearance: CuiButtonOptions['appearance']);
23
+ get size(): CuiButtonOptions['size'];
24
+ set size(size: CuiButtonOptions['size']);
25
+ protected containsOnlyIcon: boolean;
26
+ protected get isDisabled(): boolean;
27
+ protected content: ElementRef<HTMLSpanElement>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiButtonComponent, "button[cuiButton], a[cuiButton]", never, { "shape": "shape"; "disabled": "disabled"; "isLoaderShown": "isLoaderShown"; "icon": "icon"; "iconRight": "iconRight"; "appearance": "appearance"; "size": "size"; }, {}, never, ["*"], false, never>;
30
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../svg/svg.module";
5
- export declare class CuiButtonModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<CuiButtonModule, [typeof i1.CuiButtonComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiButtonComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<CuiButtonModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../svg/svg.module";
5
+ export declare class CuiButtonModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuiButtonModule, [typeof i1.CuiButtonComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiButtonComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuiButtonModule>;
9
+ }