@inera/ids-angular 3.1.1 → 3.1.2

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 (235) hide show
  1. package/bundles/inera-ids-angular.umd.js +3404 -3403
  2. package/bundles/inera-ids-angular.umd.js.map +1 -1
  3. package/esm2015/inera-ids-angular.js +4 -4
  4. package/esm2015/lib/classes/header/IDHeaderAvatar.js +23 -23
  5. package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
  6. package/esm2015/lib/classes/header/IDHeaderItem.js +17 -17
  7. package/esm2015/lib/classes/header/IDHeaderItemProps.js +1 -1
  8. package/esm2015/lib/classes/header/IDHeaderNavItem.js +32 -32
  9. package/esm2015/lib/classes/header/IDHeaderNavItemProps.js +1 -1
  10. package/esm2015/lib/classes/icon/IDIcon.js +38 -38
  11. package/esm2015/lib/classes/icon/IDIconProps.js +1 -1
  12. package/esm2015/lib/classes/link/IDLink.js +24 -24
  13. package/esm2015/lib/classes/link/IDLinkFunction.js +17 -17
  14. package/esm2015/lib/classes/link/IDLinkProps.js +2 -2
  15. package/esm2015/lib/classes/link/IDLinkRoute.js +27 -27
  16. package/esm2015/lib/classes/link/IDLinkWeb.js +22 -22
  17. package/esm2015/lib/classes/mobile/MobileMenuItem.js +40 -40
  18. package/esm2015/lib/classes/mobile/MobileMenuItemProps.js +1 -1
  19. package/esm2015/lib/classes/notification-badge.js +16 -16
  20. package/esm2015/lib/components/agent/agent.component.js +33 -33
  21. package/esm2015/lib/components/agent/agent.module.js +24 -24
  22. package/esm2015/lib/components/alert/alert.component.js +53 -53
  23. package/esm2015/lib/components/alert/alert.module.js +23 -23
  24. package/esm2015/lib/components/alert-global/alert-global.component.js +39 -39
  25. package/esm2015/lib/components/alert-global/alert-global.module.js +23 -23
  26. package/esm2015/lib/components/badge/badge.component.js +19 -19
  27. package/esm2015/lib/components/badge/badge.module.js +22 -22
  28. package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +33 -33
  29. package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +29 -29
  30. package/esm2015/lib/components/button/button.component.js +80 -80
  31. package/esm2015/lib/components/button/button.module.js +25 -25
  32. package/esm2015/lib/components/button-group/button-group.component.js +23 -23
  33. package/esm2015/lib/components/button-group/button-group.module.js +21 -21
  34. package/esm2015/lib/components/card/card.component.js +26 -26
  35. package/esm2015/lib/components/card/card.module.js +22 -22
  36. package/esm2015/lib/components/carousel/carousel-item/carousel-item.component.js +25 -25
  37. package/esm2015/lib/components/carousel/carousel.component.js +28 -28
  38. package/esm2015/lib/components/carousel/carousel.module.js +27 -27
  39. package/esm2015/lib/components/date-label/date-label.component.js +32 -32
  40. package/esm2015/lib/components/date-label/date-label.module.js +21 -21
  41. package/esm2015/lib/components/dialog/actions/dialog-actions.component.js +16 -16
  42. package/esm2015/lib/components/dialog/dialog.component.js +50 -50
  43. package/esm2015/lib/components/dialog/dialog.module.js +27 -27
  44. package/esm2015/lib/components/expandable/expandable.component.js +29 -29
  45. package/esm2015/lib/components/expandable/expandable.module.js +22 -22
  46. package/esm2015/lib/components/footer/footer.component.js +45 -45
  47. package/esm2015/lib/components/footer/footer.module.js +25 -25
  48. package/esm2015/lib/components/form/base/IDFormBase.js +22 -22
  49. package/esm2015/lib/components/form/checkbox/checkbox.component.js +21 -21
  50. package/esm2015/lib/components/form/checkbox/checkbox.module.js +21 -21
  51. package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +30 -30
  52. package/esm2015/lib/components/form/checkbox-group/checkbox-group.module.js +24 -24
  53. package/esm2015/lib/components/form/error-message/error-message.component.js +20 -20
  54. package/esm2015/lib/components/form/error-message/error-message.module.js +21 -21
  55. package/esm2015/lib/components/form/input/input.component.js +21 -21
  56. package/esm2015/lib/components/form/input/input.module.js +23 -23
  57. package/esm2015/lib/components/form/radio/radio-group.component.js +29 -29
  58. package/esm2015/lib/components/form/radio/radio.component.js +15 -15
  59. package/esm2015/lib/components/form/radio/radio.module.js +32 -32
  60. package/esm2015/lib/components/form/range/range.component.js +19 -19
  61. package/esm2015/lib/components/form/range/range.module.js +21 -21
  62. package/esm2015/lib/components/form/select/select.component.js +15 -15
  63. package/esm2015/lib/components/form/select/select.module.js +21 -21
  64. package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +37 -37
  65. package/esm2015/lib/components/form/select-multiple/select-multiple.module.js +28 -28
  66. package/esm2015/lib/components/form/spinner/spinner.component.js +22 -22
  67. package/esm2015/lib/components/form/spinner/spinner.module.js +21 -21
  68. package/esm2015/lib/components/form/textarea/textarea.component.js +21 -21
  69. package/esm2015/lib/components/form/textarea/textarea.module.js +21 -21
  70. package/esm2015/lib/components/form/time/time.component.js +15 -15
  71. package/esm2015/lib/components/form/time/time.module.js +21 -21
  72. package/esm2015/lib/components/form/toggle/toggle.component.js +16 -16
  73. package/esm2015/lib/components/form/toggle/toggle.module.js +22 -22
  74. package/esm2015/lib/components/grid/column/column.component.js +46 -46
  75. package/esm2015/lib/components/grid/column/column.module.js +21 -21
  76. package/esm2015/lib/components/grid/container/container.component.js +22 -22
  77. package/esm2015/lib/components/grid/container/container.module.js +21 -21
  78. package/esm2015/lib/components/grid/row/row.component.js +32 -32
  79. package/esm2015/lib/components/grid/row/row.module.js +21 -21
  80. package/esm2015/lib/components/header/header.component.js +74 -74
  81. package/esm2015/lib/components/header/header.module.js +26 -26
  82. package/esm2015/lib/components/icon/icon.component.js +47 -47
  83. package/esm2015/lib/components/icon/icon.module.js +21 -21
  84. package/esm2015/lib/components/link/link.component.js +84 -84
  85. package/esm2015/lib/components/link/link.module.js +25 -25
  86. package/esm2015/lib/components/list/item/info/list-item-info.component.js +15 -15
  87. package/esm2015/lib/components/list/item/info/list-item-info.module.js +20 -20
  88. package/esm2015/lib/components/list/item/list-item.component.js +40 -40
  89. package/esm2015/lib/components/list/item/list-item.module.js +20 -20
  90. package/esm2015/lib/components/list/list.component.js +15 -15
  91. package/esm2015/lib/components/list/list.module.js +21 -21
  92. package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +27 -27
  93. package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +25 -25
  94. package/esm2015/lib/components/navigation/content/navigation-content.component.js +19 -19
  95. package/esm2015/lib/components/navigation/content/navigation-content.module.js +22 -22
  96. package/esm2015/lib/components/navigation/local/navigation-local.component.js +19 -19
  97. package/esm2015/lib/components/navigation/local/navigation-local.module.js +22 -22
  98. package/esm2015/lib/components/notification/badge/notification-badge.component.js +20 -20
  99. package/esm2015/lib/components/notification/badge/notification-badge.module.js +21 -21
  100. package/esm2015/lib/components/popover/popover.component.js +31 -31
  101. package/esm2015/lib/components/popover/popover.module.js +22 -22
  102. package/esm2015/lib/components/progressbar/progressbar.component.js +22 -22
  103. package/esm2015/lib/components/progressbar/progressbar.module.js +22 -22
  104. package/esm2015/lib/components/stepper/step/step.component.js +34 -34
  105. package/esm2015/lib/components/stepper/stepper.component.js +14 -14
  106. package/esm2015/lib/components/stepper/stepper.module.js +27 -27
  107. package/esm2015/lib/components/tabs/panel/tab-panel.component.js +21 -21
  108. package/esm2015/lib/components/tabs/tab/tab.component.js +35 -35
  109. package/esm2015/lib/components/tabs/tabs.component.js +25 -25
  110. package/esm2015/lib/components/tabs/tabs.module.js +34 -34
  111. package/esm2015/lib/components/tag/tag.component.js +31 -31
  112. package/esm2015/lib/components/tag/tag.module.js +22 -22
  113. package/esm2015/lib/components/tooltip/tooltip.component.js +15 -15
  114. package/esm2015/lib/components/tooltip/tooltip.module.js +22 -22
  115. package/esm2015/lib/internals/anchor.component.js +86 -85
  116. package/esm2015/lib/internals/anchor.module.js +26 -26
  117. package/esm2015/public-api.js +357 -357
  118. package/fesm2015/inera-ids-angular.js +2640 -2639
  119. package/fesm2015/inera-ids-angular.js.map +1 -1
  120. package/inera-ids-angular.d.ts +5 -5
  121. package/lib/classes/header/IDHeaderAvatar.d.ts +12 -12
  122. package/lib/classes/header/IDHeaderAvatarProps.d.ts +9 -9
  123. package/lib/classes/header/IDHeaderItem.d.ts +10 -10
  124. package/lib/classes/header/IDHeaderItemProps.d.ts +7 -7
  125. package/lib/classes/header/IDHeaderNavItem.d.ts +15 -15
  126. package/lib/classes/header/IDHeaderNavItemProps.d.ts +12 -12
  127. package/lib/classes/icon/IDIcon.d.ts +16 -16
  128. package/lib/classes/icon/IDIconProps.d.ts +13 -13
  129. package/lib/classes/link/IDLink.d.ts +12 -12
  130. package/lib/classes/link/IDLinkFunction.d.ts +8 -8
  131. package/lib/classes/link/IDLinkProps.d.ts +12 -12
  132. package/lib/classes/link/IDLinkRoute.d.ts +10 -10
  133. package/lib/classes/link/IDLinkWeb.d.ts +10 -10
  134. package/lib/classes/mobile/MobileMenuItem.d.ts +18 -18
  135. package/lib/classes/mobile/MobileMenuItemProps.d.ts +15 -15
  136. package/lib/classes/notification-badge.d.ts +9 -9
  137. package/lib/components/agent/agent.component.d.ts +12 -12
  138. package/lib/components/agent/agent.module.d.ts +9 -9
  139. package/lib/components/alert/alert.component.d.ts +19 -19
  140. package/lib/components/alert/alert.module.d.ts +9 -9
  141. package/lib/components/alert-global/alert-global.component.d.ts +15 -15
  142. package/lib/components/alert-global/alert-global.module.d.ts +9 -9
  143. package/lib/components/badge/badge.component.d.ts +7 -7
  144. package/lib/components/badge/badge.module.d.ts +8 -8
  145. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -12
  146. package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +10 -10
  147. package/lib/components/button/button.component.d.ts +27 -27
  148. package/lib/components/button/button.module.d.ts +10 -10
  149. package/lib/components/button-group/button-group.component.d.ts +8 -8
  150. package/lib/components/button-group/button-group.module.d.ts +8 -8
  151. package/lib/components/card/card.component.d.ts +9 -9
  152. package/lib/components/card/card.module.d.ts +8 -8
  153. package/lib/components/carousel/carousel-item/carousel-item.component.d.ts +9 -9
  154. package/lib/components/carousel/carousel.component.d.ts +10 -10
  155. package/lib/components/carousel/carousel.module.d.ts +9 -9
  156. package/lib/components/date-label/date-label.component.d.ts +11 -11
  157. package/lib/components/date-label/date-label.module.d.ts +8 -8
  158. package/lib/components/dialog/actions/dialog-actions.component.d.ts +6 -6
  159. package/lib/components/dialog/dialog.component.d.ts +18 -18
  160. package/lib/components/dialog/dialog.module.d.ts +9 -9
  161. package/lib/components/expandable/expandable.component.d.ts +10 -10
  162. package/lib/components/expandable/expandable.module.d.ts +8 -8
  163. package/lib/components/footer/footer.component.d.ts +16 -16
  164. package/lib/components/footer/footer.module.d.ts +10 -10
  165. package/lib/components/form/base/IDFormBase.d.ts +9 -9
  166. package/lib/components/form/checkbox/checkbox.component.d.ts +8 -8
  167. package/lib/components/form/checkbox/checkbox.module.d.ts +8 -8
  168. package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +12 -12
  169. package/lib/components/form/checkbox-group/checkbox-group.module.d.ts +10 -10
  170. package/lib/components/form/error-message/error-message.component.d.ts +9 -9
  171. package/lib/components/form/error-message/error-message.module.d.ts +8 -8
  172. package/lib/components/form/input/input.component.d.ts +8 -8
  173. package/lib/components/form/input/input.module.d.ts +9 -9
  174. package/lib/components/form/radio/radio-group.component.d.ts +10 -10
  175. package/lib/components/form/radio/radio.component.d.ts +6 -6
  176. package/lib/components/form/radio/radio.module.d.ts +10 -10
  177. package/lib/components/form/range/range.component.d.ts +6 -6
  178. package/lib/components/form/range/range.module.d.ts +8 -8
  179. package/lib/components/form/select/select.component.d.ts +6 -6
  180. package/lib/components/form/select/select.module.d.ts +8 -8
  181. package/lib/components/form/select-multiple/select-multiple.component.d.ts +12 -12
  182. package/lib/components/form/select-multiple/select-multiple.module.d.ts +10 -10
  183. package/lib/components/form/spinner/spinner.component.d.ts +7 -7
  184. package/lib/components/form/spinner/spinner.module.d.ts +8 -8
  185. package/lib/components/form/textarea/textarea.component.d.ts +8 -8
  186. package/lib/components/form/textarea/textarea.module.d.ts +8 -8
  187. package/lib/components/form/time/time.component.d.ts +6 -6
  188. package/lib/components/form/time/time.module.d.ts +8 -8
  189. package/lib/components/form/toggle/toggle.component.d.ts +6 -6
  190. package/lib/components/form/toggle/toggle.module.d.ts +8 -8
  191. package/lib/components/grid/column/column.component.d.ts +17 -17
  192. package/lib/components/grid/column/column.module.d.ts +8 -8
  193. package/lib/components/grid/container/container.component.d.ts +8 -8
  194. package/lib/components/grid/container/container.module.d.ts +8 -8
  195. package/lib/components/grid/row/row.component.d.ts +13 -13
  196. package/lib/components/grid/row/row.module.d.ts +8 -8
  197. package/lib/components/header/header.component.d.ts +32 -32
  198. package/lib/components/header/header.module.d.ts +11 -11
  199. package/lib/components/icon/icon.component.d.ts +16 -16
  200. package/lib/components/icon/icon.module.d.ts +8 -8
  201. package/lib/components/link/link.component.d.ts +30 -30
  202. package/lib/components/link/link.module.d.ts +10 -10
  203. package/lib/components/list/item/info/list-item-info.component.d.ts +6 -6
  204. package/lib/components/list/item/info/list-item-info.module.d.ts +7 -7
  205. package/lib/components/list/item/list-item.component.d.ts +14 -14
  206. package/lib/components/list/item/list-item.module.d.ts +7 -7
  207. package/lib/components/list/list.component.d.ts +6 -6
  208. package/lib/components/list/list.module.d.ts +8 -8
  209. package/lib/components/mobile/menu/mobile-menu.component.d.ts +10 -10
  210. package/lib/components/mobile/menu/mobile-menu.module.d.ts +10 -10
  211. package/lib/components/navigation/content/navigation-content.component.d.ts +7 -7
  212. package/lib/components/navigation/content/navigation-content.module.d.ts +8 -8
  213. package/lib/components/navigation/local/navigation-local.component.d.ts +7 -7
  214. package/lib/components/navigation/local/navigation-local.module.d.ts +8 -8
  215. package/lib/components/notification/badge/notification-badge.component.d.ts +7 -7
  216. package/lib/components/notification/badge/notification-badge.module.d.ts +8 -8
  217. package/lib/components/popover/popover.component.d.ts +11 -11
  218. package/lib/components/popover/popover.module.d.ts +8 -8
  219. package/lib/components/progressbar/progressbar.component.d.ts +8 -8
  220. package/lib/components/progressbar/progressbar.module.d.ts +8 -8
  221. package/lib/components/stepper/step/step.component.d.ts +12 -12
  222. package/lib/components/stepper/stepper.component.d.ts +5 -5
  223. package/lib/components/stepper/stepper.module.d.ts +9 -9
  224. package/lib/components/tabs/panel/tab-panel.component.d.ts +9 -9
  225. package/lib/components/tabs/tab/tab.component.d.ts +14 -14
  226. package/lib/components/tabs/tabs.component.d.ts +9 -9
  227. package/lib/components/tabs/tabs.module.d.ts +12 -12
  228. package/lib/components/tag/tag.component.d.ts +12 -12
  229. package/lib/components/tag/tag.module.d.ts +8 -8
  230. package/lib/components/tooltip/tooltip.component.d.ts +6 -6
  231. package/lib/components/tooltip/tooltip.module.d.ts +8 -8
  232. package/lib/internals/anchor.component.d.ts +32 -32
  233. package/lib/internals/anchor.module.d.ts +9 -9
  234. package/package.json +1 -1
  235. package/public-api.d.ts +110 -110
@@ -1,30 +1,30 @@
1
- import { IDLink } from '../../classes/link/IDLink';
2
- import { IDNotificationBadge } from '../../classes/notification-badge';
3
- import { IDIcon } from '../../classes/icon/IDIcon';
4
- import * as i0 from "@angular/core";
5
- export declare class IDLinkComponent {
6
- constructor();
7
- link: IDLink | null;
8
- notificationbadge: IDNotificationBadge | null;
9
- prependicon: IDIcon | null;
10
- appendicon: IDIcon | null;
11
- underlined: boolean;
12
- padding: string | null;
13
- outline: string | null;
14
- color: string | undefined;
15
- active: boolean;
16
- colorpreset: number;
17
- hovercolor: string | null;
18
- light: string | null;
19
- bold: boolean;
20
- appendicongap: string | null;
21
- prependicongap: string | null;
22
- block: boolean;
23
- size: string | undefined;
24
- activeicon: boolean;
25
- activeiconbackground: string | undefined;
26
- external: boolean;
27
- slot: string | undefined;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "link": "link"; "notificationbadge": "notificationbadge"; "prependicon": "prependicon"; "appendicon": "appendicon"; "underlined": "underlined"; "padding": "padding"; "outline": "outline"; "color": "color"; "active": "active"; "colorpreset": "colorpreset"; "hovercolor": "hovercolor"; "light": "light"; "bold": "bold"; "appendicongap": "appendicongap"; "prependicongap": "prependicongap"; "block": "block"; "size": "size"; "activeicon": "activeicon"; "activeiconbackground": "activeiconbackground"; "external": "external"; "slot": "slot"; }, {}, never, ["*"]>;
30
- }
1
+ import { IDLink } from '../../classes/link/IDLink';
2
+ import { IDNotificationBadge } from '../../classes/notification-badge';
3
+ import { IDIcon } from '../../classes/icon/IDIcon';
4
+ import * as i0 from "@angular/core";
5
+ export declare class IDLinkComponent {
6
+ constructor();
7
+ link: IDLink | null;
8
+ notificationbadge: IDNotificationBadge | null;
9
+ prependicon: IDIcon | null;
10
+ appendicon: IDIcon | null;
11
+ underlined: boolean;
12
+ padding: string | null;
13
+ outline: string | null;
14
+ color: string | undefined;
15
+ active: boolean;
16
+ colorpreset: number;
17
+ hovercolor: string | null;
18
+ light: string | null;
19
+ bold: boolean;
20
+ appendicongap: string | null;
21
+ prependicongap: string | null;
22
+ block: boolean;
23
+ size: string | undefined;
24
+ activeicon: boolean;
25
+ activeiconbackground: string | undefined;
26
+ external: boolean;
27
+ slot: string | undefined;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "link": "link"; "notificationbadge": "notificationbadge"; "prependicon": "prependicon"; "appendicon": "appendicon"; "underlined": "underlined"; "padding": "padding"; "outline": "outline"; "color": "color"; "active": "active"; "colorpreset": "colorpreset"; "hovercolor": "hovercolor"; "light": "light"; "bold": "bold"; "appendicongap": "appendicongap"; "prependicongap": "prependicongap"; "block": "block"; "size": "size"; "activeicon": "activeicon"; "activeiconbackground": "activeiconbackground"; "external": "external"; "slot": "slot"; }, {}, never, ["*"]>;
30
+ }
@@ -1,10 +1,10 @@
1
- import '@inera/ids-core/components/link/register';
2
- import '@inera/ids-core/components/icon/register';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./link.component";
5
- import * as i2 from "@angular/common";
6
- export declare class IDLinkModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDLinkModule, [typeof i1.IDLinkComponent], [typeof i2.CommonModule], [typeof i1.IDLinkComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<IDLinkModule>;
10
- }
1
+ import '@inera/ids-core/components/link/register';
2
+ import '@inera/ids-core/components/icon/register';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./link.component";
5
+ import * as i2 from "@angular/common";
6
+ export declare class IDLinkModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDLinkModule, [typeof i1.IDLinkComponent], [typeof i2.CommonModule], [typeof i1.IDLinkComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDLinkModule>;
10
+ }
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDListItemInfoComponent {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemInfoComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemInfoComponent, "id-list-item-info", never, {}, {}, never, ["*"]>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDListItemInfoComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemInfoComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemInfoComponent, "id-list-item-info", never, {}, {}, never, ["*"]>;
6
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-item-info.component";
3
- export declare class IDListItemInfoModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemInfoModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDListItemInfoModule, [typeof i1.IDListItemInfoComponent], never, [typeof i1.IDListItemInfoComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<IDListItemInfoModule>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./list-item-info.component";
3
+ export declare class IDListItemInfoModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemInfoModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDListItemInfoModule, [typeof i1.IDListItemInfoComponent], never, [typeof i1.IDListItemInfoComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDListItemInfoModule>;
7
+ }
@@ -1,14 +1,14 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDListItemComponent {
3
- headline: string;
4
- date: Date | null;
5
- year: string | null;
6
- month: string | null;
7
- monthlabel: string | null;
8
- day: string | null;
9
- showdatelabel: boolean;
10
- interactive: boolean;
11
- constructor();
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemComponent, "id-list-item", never, { "headline": "headline"; "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; "showdatelabel": "showdatelabel"; "interactive": "interactive"; }, {}, never, ["*"]>;
14
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDListItemComponent {
3
+ headline: string;
4
+ date: Date | null;
5
+ year: string | null;
6
+ month: string | null;
7
+ monthlabel: string | null;
8
+ day: string | null;
9
+ showdatelabel: boolean;
10
+ interactive: boolean;
11
+ constructor();
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDListItemComponent, "id-list-item", never, { "headline": "headline"; "date": "date"; "year": "year"; "month": "month"; "monthlabel": "monthlabel"; "day": "day"; "showdatelabel": "showdatelabel"; "interactive": "interactive"; }, {}, never, ["*"]>;
14
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-item.component";
3
- export declare class IDListItemModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDListItemModule, [typeof i1.IDListItemComponent], never, [typeof i1.IDListItemComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<IDListItemModule>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./list-item.component";
3
+ export declare class IDListItemModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListItemModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDListItemModule, [typeof i1.IDListItemComponent], never, [typeof i1.IDListItemComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDListItemModule>;
7
+ }
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDListComponent {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IDListComponent, "id-list", never, {}, {}, never, ["*"]>;
6
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDListComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDListComponent, "id-list", never, {}, {}, never, ["*"]>;
6
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/list/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./list.component";
4
- export declare class IDListModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDListModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDListModule, [typeof i1.IDListComponent], never, [typeof i1.IDListComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDListModule>;
8
- }
1
+ import '@inera/ids-core/components/list/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./list.component";
4
+ export declare class IDListModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDListModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDListModule, [typeof i1.IDListComponent], never, [typeof i1.IDListComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDListModule>;
8
+ }
@@ -1,10 +1,10 @@
1
- import { IDMobileMenuItem } from '../../../classes/mobile/MobileMenuItem';
2
- import * as i0 from "@angular/core";
3
- export declare class IDMobileMenuComponent {
4
- constructor();
5
- type: string | undefined;
6
- variation: string | undefined;
7
- items: IDMobileMenuItem[] | undefined;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IDMobileMenuComponent, "id-mobile-menu", never, { "type": "type"; "variation": "variation"; "items": "items"; }, {}, never, never>;
10
- }
1
+ import { IDMobileMenuItem } from '../../../classes/mobile/MobileMenuItem';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDMobileMenuComponent {
4
+ constructor();
5
+ type: string | undefined;
6
+ variation: string | undefined;
7
+ items: IDMobileMenuItem[] | undefined;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDMobileMenuComponent, "id-mobile-menu", never, { "type": "type"; "variation": "variation"; "items": "items"; }, {}, never, never>;
10
+ }
@@ -1,10 +1,10 @@
1
- import '@inera/ids-core/components/mobile/menu/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./mobile-menu.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "../../../internals/anchor.module";
6
- export declare class IDMobileMenuModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDMobileMenuModule, [typeof i1.IDMobileMenuComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDMobileMenuComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<IDMobileMenuModule>;
10
- }
1
+ import '@inera/ids-core/components/mobile/menu/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./mobile-menu.component";
4
+ import * as i2 from "@angular/common";
5
+ import * as i3 from "../../../internals/anchor.module";
6
+ export declare class IDMobileMenuModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDMobileMenuModule, [typeof i1.IDMobileMenuComponent], [typeof i2.CommonModule, typeof i3.IDAnchorModule], [typeof i1.IDMobileMenuComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDMobileMenuModule>;
10
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDNavigationContentComponent {
3
- constructor();
4
- headline: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": "headline"; }, {}, never, ["*"]>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDNavigationContentComponent {
3
+ constructor();
4
+ headline: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": "headline"; }, {}, never, ["*"]>;
7
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/navigation/content/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./navigation-content.component";
4
- export declare class IDNavigationContentModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDNavigationContentModule, [typeof i1.IDNavigationContentComponent], never, [typeof i1.IDNavigationContentComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDNavigationContentModule>;
8
- }
1
+ import '@inera/ids-core/components/navigation/content/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./navigation-content.component";
4
+ export declare class IDNavigationContentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDNavigationContentModule, [typeof i1.IDNavigationContentComponent], never, [typeof i1.IDNavigationContentComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDNavigationContentModule>;
8
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDNavigationLocalComponent {
3
- constructor();
4
- headline: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationLocalComponent, "id-navigation-local", never, { "headline": "headline"; }, {}, never, ["*"]>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDNavigationLocalComponent {
3
+ constructor();
4
+ headline: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationLocalComponent, "id-navigation-local", never, { "headline": "headline"; }, {}, never, ["*"]>;
7
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/navigation/local/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./navigation-local.component";
4
- export declare class IDNavigationLocalModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDNavigationLocalModule, [typeof i1.IDNavigationLocalComponent], never, [typeof i1.IDNavigationLocalComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDNavigationLocalModule>;
8
- }
1
+ import '@inera/ids-core/components/navigation/local/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./navigation-local.component";
4
+ export declare class IDNavigationLocalModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDNavigationLocalModule, [typeof i1.IDNavigationLocalComponent], never, [typeof i1.IDNavigationLocalComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDNavigationLocalModule>;
8
+ }
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDNotificationBadgeComponent {
3
- constructor();
4
- outlined: boolean;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNotificationBadgeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<IDNotificationBadgeComponent, "id-notification-badge", never, { "outlined": "outlined"; }, {}, never, ["*"]>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDNotificationBadgeComponent {
3
+ constructor();
4
+ outlined: boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNotificationBadgeComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNotificationBadgeComponent, "id-notification-badge", never, { "outlined": "outlined"; }, {}, never, ["*"]>;
7
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/notification/badge/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./notification-badge.component";
4
- export declare class IDNotificationBadgeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDNotificationBadgeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDNotificationBadgeModule, [typeof i1.IDNotificationBadgeComponent], never, [typeof i1.IDNotificationBadgeComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDNotificationBadgeModule>;
8
- }
1
+ import '@inera/ids-core/components/notification/badge/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./notification-badge.component";
4
+ export declare class IDNotificationBadgeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNotificationBadgeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDNotificationBadgeModule, [typeof i1.IDNotificationBadgeComponent], never, [typeof i1.IDNotificationBadgeComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDNotificationBadgeModule>;
8
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDPopoverComponent {
3
- constructor();
4
- autofocus: boolean;
5
- maxwidth: string;
6
- maxheight: string;
7
- cathegory: string | undefined;
8
- position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
9
- static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "autofocus": "autofocus"; "maxwidth": "maxwidth"; "maxheight": "maxheight"; "cathegory": "cathegory"; "position": "position"; }, {}, never, ["*", "[popover-content]"]>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDPopoverComponent {
3
+ constructor();
4
+ autofocus: boolean;
5
+ maxwidth: string;
6
+ maxheight: string;
7
+ cathegory: string | undefined;
8
+ position: 'top' | 'top-left' | 'top-right' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-top' | 'left-bottom';
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDPopoverComponent, "id-popover", never, { "autofocus": "autofocus"; "maxwidth": "maxwidth"; "maxheight": "maxheight"; "cathegory": "cathegory"; "position": "position"; }, {}, never, ["*", "[popover-content]"]>;
11
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/popover/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./popover.component";
4
- export declare class IDPopoverModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDPopoverModule, [typeof i1.IDPopoverComponent], never, [typeof i1.IDPopoverComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDPopoverModule>;
8
- }
1
+ import '@inera/ids-core/components/popover/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./popover.component";
4
+ export declare class IDPopoverModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDPopoverModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDPopoverModule, [typeof i1.IDPopoverComponent], never, [typeof i1.IDPopoverComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDPopoverModule>;
8
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDProgressbarComponent {
3
- constructor();
4
- value: number;
5
- hidelabel: boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IDProgressbarComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDProgressbarComponent, "id-progressbar", never, { "value": "value"; "hidelabel": "hidelabel"; }, {}, never, never>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDProgressbarComponent {
3
+ constructor();
4
+ value: number;
5
+ hidelabel: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDProgressbarComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDProgressbarComponent, "id-progressbar", never, { "value": "value"; "hidelabel": "hidelabel"; }, {}, never, never>;
8
+ }
@@ -1,8 +1,8 @@
1
- import '@inera/ids-core/components/progressbar/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./progressbar.component";
4
- export declare class IDProgressbarModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IDProgressbarModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDProgressbarModule, [typeof i1.IDProgressbarComponent], never, [typeof i1.IDProgressbarComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IDProgressbarModule>;
8
- }
1
+ import '@inera/ids-core/components/progressbar/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./progressbar.component";
4
+ export declare class IDProgressbarModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDProgressbarModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDProgressbarModule, [typeof i1.IDProgressbarComponent], never, [typeof i1.IDProgressbarComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDProgressbarModule>;
8
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDStepComponent {
3
- constructor();
4
- state: '' | 'valid' | 'invalid' | 'selected';
5
- headline: string;
6
- srindicatortext: string;
7
- label: string;
8
- expanded: boolean;
9
- disabled: boolean;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IDStepComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": "state"; "headline": "headline"; "srindicatortext": "srindicatortext"; "label": "label"; "expanded": "expanded"; "disabled": "disabled"; }, {}, never, ["*"]>;
12
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDStepComponent {
3
+ constructor();
4
+ state: '' | 'valid' | 'invalid' | 'selected';
5
+ headline: string;
6
+ srindicatortext: string;
7
+ label: string;
8
+ expanded: boolean;
9
+ disabled: boolean;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDStepComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDStepComponent, "id-step", never, { "state": "state"; "headline": "headline"; "srindicatortext": "srindicatortext"; "label": "label"; "expanded": "expanded"; "disabled": "disabled"; }, {}, never, ["*"]>;
12
+ }
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDStepperComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<IDStepperComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<IDStepperComponent, "id-stepper", never, {}, {}, never, ["*"]>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDStepperComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDStepperComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDStepperComponent, "id-stepper", never, {}, {}, never, ["*"]>;
5
+ }
@@ -1,9 +1,9 @@
1
- import '@inera/ids-core/components/stepper/register';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./step/step.component";
4
- import * as i2 from "./stepper.component";
5
- export declare class IDStepperModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IDStepperModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDStepperModule, [typeof i1.IDStepComponent, typeof i2.IDStepperComponent], never, [typeof i1.IDStepComponent, typeof i2.IDStepperComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<IDStepperModule>;
9
- }
1
+ import '@inera/ids-core/components/stepper/register';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./step/step.component";
4
+ import * as i2 from "./stepper.component";
5
+ export declare class IDStepperModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDStepperModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDStepperModule, [typeof i1.IDStepComponent, typeof i2.IDStepperComponent], never, [typeof i1.IDStepComponent, typeof i2.IDStepperComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDStepperModule>;
9
+ }
@@ -1,9 +1,9 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IDTabPanelComponent {
4
- private elementRef;
5
- nofocus: string | undefined;
6
- constructor(elementRef: ElementRef<HTMLElement>);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IDTabPanelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, { "nofocus": "nofocus"; }, {}, never, ["*"]>;
9
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDTabPanelComponent {
4
+ private elementRef;
5
+ nofocus: string | undefined;
6
+ constructor(elementRef: ElementRef<HTMLElement>);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDTabPanelComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDTabPanelComponent, "id-tab-panel", never, { "nofocus": "nofocus"; }, {}, never, ["*"]>;
9
+ }
@@ -1,14 +1,14 @@
1
- import { ElementRef } from '@angular/core';
2
- import { IDIcon } from '../../../classes/icon/IDIcon';
3
- import * as i0 from "@angular/core";
4
- export declare class IDTabComponent {
5
- private elementRef;
6
- notices: number;
7
- notifications: number;
8
- label: string;
9
- selected: Boolean;
10
- icon: IDIcon | undefined;
11
- constructor(elementRef: ElementRef<HTMLElement>);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "notices": "notices"; "notifications": "notifications"; "label": "label"; "selected": "selected"; "icon": "icon"; }, {}, never, ["*"]>;
14
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import { IDIcon } from '../../../classes/icon/IDIcon';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDTabComponent {
5
+ private elementRef;
6
+ notices: number;
7
+ notifications: number;
8
+ label: string;
9
+ selected: Boolean;
10
+ icon: IDIcon | undefined;
11
+ constructor(elementRef: ElementRef<HTMLElement>);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDTabComponent, "id-tab", never, { "notices": "notices"; "notifications": "notifications"; "label": "label"; "selected": "selected"; "icon": "icon"; }, {}, never, ["*"]>;
14
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IDTabsComponent {
3
- responsive: 'm' | 's';
4
- unresponsive: boolean;
5
- selectLabel: string;
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IDTabsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDTabsComponent, "id-tabs", never, { "responsive": "responsive"; "unresponsive": "unresponsive"; "selectLabel": "selectLabel"; }, {}, never, ["*"]>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDTabsComponent {
3
+ responsive: 'm' | 's';
4
+ unresponsive: boolean;
5
+ selectLabel: string;
6
+ constructor();
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDTabsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDTabsComponent, "id-tabs", never, { "responsive": "responsive"; "unresponsive": "unresponsive"; "selectLabel": "selectLabel"; }, {}, never, ["*"]>;
9
+ }
@@ -1,12 +1,12 @@
1
- import '@inera/ids-core/components/tabs/register';
2
- import '@inera/ids-core/components/icon/register';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./tabs.component";
5
- import * as i2 from "./tab/tab.component";
6
- import * as i3 from "./panel/tab-panel.component";
7
- import * as i4 from "@angular/common";
8
- export declare class IDTabsModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<IDTabsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDTabsModule, [typeof i1.IDTabsComponent, typeof i2.IDTabComponent, typeof i3.IDTabPanelComponent], [typeof i4.CommonModule], [typeof i1.IDTabsComponent, typeof i2.IDTabComponent, typeof i3.IDTabPanelComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<IDTabsModule>;
12
- }
1
+ import '@inera/ids-core/components/tabs/register';
2
+ import '@inera/ids-core/components/icon/register';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./tabs.component";
5
+ import * as i2 from "./tab/tab.component";
6
+ import * as i3 from "./panel/tab-panel.component";
7
+ import * as i4 from "@angular/common";
8
+ export declare class IDTabsModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDTabsModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDTabsModule, [typeof i1.IDTabsComponent, typeof i2.IDTabComponent, typeof i3.IDTabPanelComponent], [typeof i4.CommonModule], [typeof i1.IDTabsComponent, typeof i2.IDTabComponent, typeof i3.IDTabPanelComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDTabsModule>;
12
+ }
@@ -1,12 +1,12 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IDTagComponent {
4
- clickable: boolean;
5
- closeable: boolean;
6
- srcloselabel: string;
7
- onClicked: EventEmitter<boolean>;
8
- onClosed: EventEmitter<boolean>;
9
- constructor();
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IDTagComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "clickable": "clickable"; "closeable": "closeable"; "srcloselabel": "srcloselabel"; }, { "onClicked": "onClicked"; "onClosed": "onClosed"; }, never, ["*"]>;
12
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDTagComponent {
4
+ clickable: boolean;
5
+ closeable: boolean;
6
+ srcloselabel: string;
7
+ onClicked: EventEmitter<boolean>;
8
+ onClosed: EventEmitter<boolean>;
9
+ constructor();
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDTagComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDTagComponent, "id-tag", never, { "clickable": "clickable"; "closeable": "closeable"; "srcloselabel": "srcloselabel"; }, { "onClicked": "onClicked"; "onClosed": "onClosed"; }, never, ["*"]>;
12
+ }