@igo2/common 16.3.0 → 17.0.0-next.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 (286) hide show
  1. package/esm2022/lib/action/action.module.mjs +11 -11
  2. package/esm2022/lib/action/actionbar/actionbar-item.component.mjs +29 -13
  3. package/esm2022/lib/action/actionbar/actionbar.component.mjs +34 -15
  4. package/esm2022/lib/action/actionbar/actionbar.module.mjs +8 -45
  5. package/esm2022/lib/action/index.mjs +1 -1
  6. package/esm2022/lib/action/shared/action.enums.mjs +1 -1
  7. package/esm2022/lib/action/shared/index.mjs +1 -1
  8. package/esm2022/lib/backdrop/backdrop.component.mjs +7 -7
  9. package/esm2022/lib/backdrop/backdrop.module.mjs +9 -8
  10. package/esm2022/lib/backdrop/index.mjs +1 -1
  11. package/esm2022/lib/badge-icon/badge-icon.directive.mjs +9 -7
  12. package/esm2022/lib/badge-icon/badge-icon.module.mjs +10 -10
  13. package/esm2022/lib/badge-icon/index.mjs +1 -1
  14. package/esm2022/lib/clickout/clickout.directive.mjs +7 -6
  15. package/esm2022/lib/clickout/clickout.module.mjs +9 -7
  16. package/esm2022/lib/clickout/index.mjs +1 -1
  17. package/esm2022/lib/clone/clone.module.mjs +9 -7
  18. package/esm2022/lib/clone/clone.pipe.mjs +6 -5
  19. package/esm2022/lib/clone/index.mjs +1 -1
  20. package/esm2022/lib/collapsible/collapse.directive.mjs +7 -6
  21. package/esm2022/lib/collapsible/collapsible.component.mjs +10 -8
  22. package/esm2022/lib/collapsible/collapsible.module.mjs +9 -9
  23. package/esm2022/lib/collapsible/index.mjs +7 -1
  24. package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +24 -11
  25. package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +9 -41
  26. package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +15 -7
  27. package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +9 -10
  28. package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +7 -6
  29. package/esm2022/lib/context-menu/context-menu.directive.mjs +7 -6
  30. package/esm2022/lib/context-menu/context-menu.module.mjs +9 -7
  31. package/esm2022/lib/context-menu/index.mjs +7 -1
  32. package/esm2022/lib/context-menu/long-press.directive.mjs +7 -6
  33. package/esm2022/lib/custom-html/custom-html.component.mjs +7 -7
  34. package/esm2022/lib/custom-html/custom-html.module.mjs +10 -31
  35. package/esm2022/lib/custom-html/custom-html.pipe.mjs +9 -6
  36. package/esm2022/lib/custom-html/index.mjs +7 -1
  37. package/esm2022/lib/dom/dom.interfaces.mjs +1 -1
  38. package/esm2022/lib/dom/dom.module.mjs +11 -5
  39. package/esm2022/lib/dom/dom.service.mjs +5 -5
  40. package/esm2022/lib/dom/index.mjs +1 -1
  41. package/esm2022/lib/drag-drop/drag-drop.directive.mjs +6 -5
  42. package/esm2022/lib/drag-drop/drag-drop.module.mjs +9 -7
  43. package/esm2022/lib/drag-drop/index.mjs +1 -1
  44. package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +11 -11
  45. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +6 -6
  46. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +8 -10
  47. package/esm2022/lib/dynamic-component/index.mjs +1 -1
  48. package/esm2022/lib/dynamic-component/shared/dynamic-component.interfaces.mjs +1 -1
  49. package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
  50. package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +5 -5
  51. package/esm2022/lib/dynamic-component/shared/index.mjs +1 -1
  52. package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +20 -10
  53. package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +8 -12
  54. package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +7 -6
  55. package/esm2022/lib/entity/entity-table/entity-table.component.mjs +75 -33
  56. package/esm2022/lib/entity/entity-table/entity-table.module.mjs +8 -84
  57. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +12 -10
  58. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +8 -10
  59. package/esm2022/lib/entity/entity-table-paginator/index.mjs +3 -0
  60. package/esm2022/lib/entity/entity.module.mjs +14 -20
  61. package/esm2022/lib/entity/index.mjs +9 -1
  62. package/esm2022/lib/entity/shared/entity.enums.mjs +1 -1
  63. package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
  64. package/esm2022/lib/entity/shared/state.mjs +1 -1
  65. package/esm2022/lib/entity/shared/store.mjs +1 -1
  66. package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
  67. package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
  68. package/esm2022/lib/entity/shared/strategies/index.mjs +1 -1
  69. package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
  70. package/esm2022/lib/entity/shared/transaction.mjs +1 -1
  71. package/esm2022/lib/entity/shared/view.mjs +1 -1
  72. package/esm2022/lib/entity/shared/watcher.mjs +1 -1
  73. package/esm2022/lib/flexible/flexible.component.mjs +8 -8
  74. package/esm2022/lib/flexible/flexible.module.mjs +9 -7
  75. package/esm2022/lib/flexible/flexible.type.mjs +1 -1
  76. package/esm2022/lib/flexible/index.mjs +1 -1
  77. package/esm2022/lib/form/form/form.component.mjs +9 -8
  78. package/esm2022/lib/form/form/form.module.mjs +8 -11
  79. package/esm2022/lib/form/form-field/form-field-select.component.mjs +31 -13
  80. package/esm2022/lib/form/form-field/form-field-text.component.mjs +31 -14
  81. package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +27 -12
  82. package/esm2022/lib/form/form-field/form-field.component.mjs +8 -8
  83. package/esm2022/lib/form/form-field/form-field.module.mjs +13 -67
  84. package/esm2022/lib/form/form-field/index.mjs +11 -1
  85. package/esm2022/lib/form/form-group/form-group.component.mjs +19 -10
  86. package/esm2022/lib/form/form-group/form-group.module.mjs +8 -24
  87. package/esm2022/lib/form/form.module.mjs +15 -16
  88. package/esm2022/lib/form/index.mjs +9 -1
  89. package/esm2022/lib/form/shared/form-field-component.mjs +1 -1
  90. package/esm2022/lib/form/shared/form-field.service.mjs +5 -5
  91. package/esm2022/lib/form/shared/form.service.mjs +5 -5
  92. package/esm2022/lib/form/shared/form.utils.mjs +1 -1
  93. package/esm2022/lib/form/shared/index.mjs +1 -1
  94. package/esm2022/lib/form-dialog/form-dialog.component.mjs +31 -17
  95. package/esm2022/lib/form-dialog/form-dialog.module.mjs +12 -33
  96. package/esm2022/lib/form-dialog/form-dialog.service.mjs +5 -5
  97. package/esm2022/lib/home-button/home-button.component.mjs +13 -9
  98. package/esm2022/lib/home-button/home-button.module.mjs +8 -29
  99. package/esm2022/lib/home-button/index.mjs +1 -1
  100. package/esm2022/lib/image/image-error.directive.mjs +7 -6
  101. package/esm2022/lib/image/image.module.mjs +9 -7
  102. package/esm2022/lib/image/index.mjs +4 -1
  103. package/esm2022/lib/image/secure-image.pipe.mjs +9 -8
  104. package/esm2022/lib/interactive-tour/index.mjs +1 -1
  105. package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +23 -11
  106. package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +7 -7
  107. package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +8 -28
  108. package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +13 -9
  109. package/esm2022/lib/json-dialog/index.mjs +1 -1
  110. package/esm2022/lib/json-dialog/json-dialog.component.mjs +19 -10
  111. package/esm2022/lib/json-dialog/json-dialog.module.mjs +9 -11
  112. package/esm2022/lib/json-dialog/json-dialog.service.mjs +5 -5
  113. package/esm2022/lib/keyvalue/index.mjs +1 -1
  114. package/esm2022/lib/keyvalue/keyvalue.module.mjs +9 -7
  115. package/esm2022/lib/keyvalue/keyvalue.pipe.mjs +6 -5
  116. package/esm2022/lib/list/index.mjs +4 -1
  117. package/esm2022/lib/list/list-item.directive.mjs +7 -6
  118. package/esm2022/lib/list/list.component.mjs +10 -9
  119. package/esm2022/lib/list/list.module.mjs +9 -11
  120. package/esm2022/lib/panel/index.mjs +1 -1
  121. package/esm2022/lib/panel/panel.component.mjs +6 -6
  122. package/esm2022/lib/panel/panel.module.mjs +10 -9
  123. package/esm2022/lib/select-value-dialog/select-value-check-radio-dialog.component.mjs +31 -15
  124. package/esm2022/lib/select-value-dialog/select-value-dialog.module.mjs +9 -41
  125. package/esm2022/lib/select-value-dialog/select-value-dialog.service.mjs +5 -5
  126. package/esm2022/lib/sidenav/index.mjs +1 -1
  127. package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +8 -7
  128. package/esm2022/lib/sidenav/sidenav.module.mjs +9 -7
  129. package/esm2022/lib/spinner/index.mjs +7 -1
  130. package/esm2022/lib/spinner/spinner-activity.directive.mjs +10 -9
  131. package/esm2022/lib/spinner/spinner.component.mjs +8 -8
  132. package/esm2022/lib/spinner/spinner.module.mjs +13 -12
  133. package/esm2022/lib/stop-propagation/index.mjs +7 -1
  134. package/esm2022/lib/stop-propagation/stop-drop-propagation.directive.mjs +6 -5
  135. package/esm2022/lib/stop-propagation/stop-propagation.directive.mjs +6 -5
  136. package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +9 -7
  137. package/esm2022/lib/table/index.mjs +1 -1
  138. package/esm2022/lib/table/table-action-color.enum.mjs +1 -1
  139. package/esm2022/lib/table/table-database.mjs +1 -1
  140. package/esm2022/lib/table/table-datasource.mjs +1 -1
  141. package/esm2022/lib/table/table.component.mjs +34 -15
  142. package/esm2022/lib/table/table.module.mjs +9 -50
  143. package/esm2022/lib/tool/index.mjs +1 -1
  144. package/esm2022/lib/tool/shared/index.mjs +1 -1
  145. package/esm2022/lib/tool/shared/tool.interface.mjs +1 -1
  146. package/esm2022/lib/tool/shared/tool.service.mjs +5 -5
  147. package/esm2022/lib/tool/shared/toolbox.enums.mjs +2 -7
  148. package/esm2022/lib/tool/shared/toolbox.mjs +1 -1
  149. package/esm2022/lib/tool/tool.module.mjs +12 -9
  150. package/esm2022/lib/tool/toolbox/toolbox.component.mjs +17 -12
  151. package/esm2022/lib/tool/toolbox/toolbox.module.mjs +8 -12
  152. package/esm2022/lib/widget/index.mjs +1 -1
  153. package/esm2022/lib/widget/shared/index.mjs +1 -1
  154. package/esm2022/lib/widget/shared/widget.interfaces.mjs +1 -1
  155. package/esm2022/lib/widget/shared/widget.mjs +1 -1
  156. package/esm2022/lib/widget/shared/widget.service.mjs +5 -5
  157. package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +8 -8
  158. package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +8 -11
  159. package/esm2022/lib/widget/widget.module.mjs +9 -7
  160. package/esm2022/lib/workspace/index.mjs +7 -1
  161. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  162. package/esm2022/lib/workspace/shared/store.mjs +1 -1
  163. package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
  164. package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +6 -6
  165. package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +8 -11
  166. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +8 -8
  167. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +8 -11
  168. package/esm2022/lib/workspace/workspace.module.mjs +13 -10
  169. package/esm2022/public_api.mjs +18 -18
  170. package/fesm2022/igo2-common.mjs +2992 -2998
  171. package/fesm2022/igo2-common.mjs.map +1 -1
  172. package/lib/action/action.module.d.ts +5 -3
  173. package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
  174. package/lib/action/actionbar/actionbar.component.d.ts +5 -4
  175. package/lib/action/actionbar/actionbar.module.d.ts +2 -12
  176. package/lib/backdrop/backdrop.component.d.ts +1 -1
  177. package/lib/backdrop/backdrop.module.d.ts +4 -2
  178. package/lib/badge-icon/badge-icon.directive.d.ts +1 -1
  179. package/lib/badge-icon/badge-icon.module.d.ts +4 -3
  180. package/lib/clickout/clickout.directive.d.ts +1 -1
  181. package/lib/clickout/clickout.module.d.ts +4 -1
  182. package/lib/clone/clone.module.d.ts +4 -1
  183. package/lib/clone/clone.pipe.d.ts +1 -1
  184. package/lib/collapsible/collapse.directive.d.ts +1 -1
  185. package/lib/collapsible/collapsible.component.d.ts +1 -1
  186. package/lib/collapsible/collapsible.module.d.ts +4 -3
  187. package/lib/collapsible/index.d.ts +3 -0
  188. package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +1 -1
  189. package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +4 -9
  190. package/lib/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  191. package/lib/confirm-dialog/confirm-dialog.module.d.ts +4 -4
  192. package/lib/context-menu/context-menu.directive.d.ts +1 -1
  193. package/lib/context-menu/context-menu.module.d.ts +4 -1
  194. package/lib/context-menu/index.d.ts +3 -0
  195. package/lib/context-menu/long-press.directive.d.ts +1 -1
  196. package/lib/custom-html/custom-html.component.d.ts +1 -1
  197. package/lib/custom-html/custom-html.module.d.ts +4 -7
  198. package/lib/custom-html/custom-html.pipe.d.ts +1 -1
  199. package/lib/custom-html/index.d.ts +3 -0
  200. package/lib/dom/dom.module.d.ts +6 -0
  201. package/lib/drag-drop/drag-drop.directive.d.ts +1 -1
  202. package/lib/drag-drop/drag-drop.module.d.ts +4 -1
  203. package/lib/dynamic-component/dynamic-component.module.d.ts +5 -3
  204. package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +1 -1
  205. package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +2 -3
  206. package/lib/entity/entity-selector/entity-selector.component.d.ts +6 -5
  207. package/lib/entity/entity-selector/entity-selector.module.d.ts +2 -5
  208. package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
  209. package/lib/entity/entity-table/entity-table.component.d.ts +2 -2
  210. package/lib/entity/entity-table/entity-table.module.d.ts +2 -21
  211. package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +3 -2
  212. package/lib/entity/entity-table-paginator/entity-table-paginator.module.d.ts +2 -3
  213. package/lib/entity/entity-table-paginator/index.d.ts +2 -0
  214. package/lib/entity/entity.module.d.ts +7 -5
  215. package/lib/entity/index.d.ts +4 -0
  216. package/lib/entity/shared/entity.interfaces.d.ts +7 -0
  217. package/lib/flexible/flexible.component.d.ts +2 -2
  218. package/lib/flexible/flexible.module.d.ts +4 -1
  219. package/lib/form/form/form.component.d.ts +1 -1
  220. package/lib/form/form/form.module.d.ts +2 -4
  221. package/lib/form/form-field/form-field-select.component.d.ts +1 -1
  222. package/lib/form/form-field/form-field-text.component.d.ts +1 -1
  223. package/lib/form/form-field/form-field-textarea.component.d.ts +1 -1
  224. package/lib/form/form-field/form-field.component.d.ts +1 -1
  225. package/lib/form/form-field/form-field.module.d.ts +2 -11
  226. package/lib/form/form-field/index.d.ts +5 -0
  227. package/lib/form/form-group/form-group.component.d.ts +1 -1
  228. package/lib/form/form-group/form-group.module.d.ts +2 -6
  229. package/lib/form/form.module.d.ts +8 -6
  230. package/lib/form/index.d.ts +3 -0
  231. package/lib/form-dialog/form-dialog.component.d.ts +2 -2
  232. package/lib/form-dialog/form-dialog.module.d.ts +9 -9
  233. package/lib/home-button/home-button.component.d.ts +1 -1
  234. package/lib/home-button/home-button.module.d.ts +2 -7
  235. package/lib/image/image-error.directive.d.ts +1 -1
  236. package/lib/image/image.module.d.ts +4 -1
  237. package/lib/image/index.d.ts +3 -0
  238. package/lib/image/secure-image.pipe.d.ts +2 -2
  239. package/lib/interactive-tour/interactive-tour.component.d.ts +1 -1
  240. package/lib/interactive-tour/interactive-tour.loader.d.ts +1 -1
  241. package/lib/interactive-tour/interactive-tour.module.d.ts +1 -6
  242. package/lib/interactive-tour/interactive-tour.service.d.ts +3 -1
  243. package/lib/json-dialog/json-dialog.component.d.ts +1 -1
  244. package/lib/json-dialog/json-dialog.module.d.ts +4 -5
  245. package/lib/keyvalue/keyvalue.module.d.ts +4 -1
  246. package/lib/keyvalue/keyvalue.pipe.d.ts +1 -1
  247. package/lib/list/index.d.ts +3 -0
  248. package/lib/list/list-item.directive.d.ts +1 -1
  249. package/lib/list/list.component.d.ts +1 -1
  250. package/lib/list/list.module.d.ts +4 -5
  251. package/lib/panel/panel.component.d.ts +1 -1
  252. package/lib/panel/panel.module.d.ts +4 -2
  253. package/lib/select-value-dialog/select-value-check-radio-dialog.component.d.ts +2 -2
  254. package/lib/select-value-dialog/select-value-dialog.module.d.ts +4 -9
  255. package/lib/sidenav/sidenav-shim.directive.d.ts +1 -1
  256. package/lib/sidenav/sidenav.module.d.ts +4 -1
  257. package/lib/spinner/index.d.ts +3 -0
  258. package/lib/spinner/spinner-activity.directive.d.ts +2 -2
  259. package/lib/spinner/spinner.component.d.ts +1 -1
  260. package/lib/spinner/spinner.module.d.ts +4 -3
  261. package/lib/stop-propagation/index.d.ts +3 -0
  262. package/lib/stop-propagation/stop-drop-propagation.directive.d.ts +1 -1
  263. package/lib/stop-propagation/stop-propagation.directive.d.ts +1 -1
  264. package/lib/stop-propagation/stop-propagation.module.d.ts +4 -1
  265. package/lib/table/table.component.d.ts +1 -1
  266. package/lib/table/table.module.d.ts +4 -12
  267. package/lib/tool/shared/toolbox.enums.d.ts +1 -5
  268. package/lib/tool/tool.module.d.ts +8 -3
  269. package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
  270. package/lib/tool/toolbox/toolbox.module.d.ts +2 -5
  271. package/lib/widget/widget-outlet/widget-outlet.component.d.ts +1 -1
  272. package/lib/widget/widget-outlet/widget-outlet.module.d.ts +2 -4
  273. package/lib/widget/widget.module.d.ts +5 -3
  274. package/lib/workspace/index.d.ts +3 -0
  275. package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +3 -4
  276. package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +2 -4
  277. package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +1 -1
  278. package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +2 -4
  279. package/lib/workspace/workspace.module.d.ts +6 -4
  280. package/locale/en.common.json +59 -59
  281. package/locale/fr.common.json +59 -59
  282. package/package.json +8 -8
  283. package/public_api.d.ts +17 -17
  284. package/src/style/partial/common-utils.scss +9 -9
  285. package/src/style/partial/common.variables.scss +8 -8
  286. package/src/style/style.scss +1 -1
@@ -1,8 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./actionbar/actionbar.module";
2
+ import * as i1 from "./actionbar/actionbar.component";
3
+ /**
4
+ * @deprecated import the ActionbarComponent directly
5
+ */
4
6
  export declare class IgoActionModule {
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoActionModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionModule, never, [typeof i1.CommonModule, typeof i2.IgoActionbarModule], [typeof i2.IgoActionbarModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionModule, never, [typeof i1.ActionbarComponent], [typeof i1.ActionbarComponent]>;
7
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoActionModule>;
8
10
  }
@@ -74,5 +74,5 @@ export declare class ActionbarItemComponent implements OnInit, OnDestroy {
74
74
  private updateCheckCondition;
75
75
  private updateIcon;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionbarItemComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarItemComponent, "igo-actionbar-item", never, { "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noDisplay": { "alias": "noDisplay"; "required": false; }; }, { "trigger": "trigger"; }, never, never, false, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarItemComponent, "igo-actionbar-item", never, { "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noDisplay": { "alias": "noDisplay"; "required": false; }; }, { "trigger": "trigger"; }, never, never, true, never>;
78
78
  }
@@ -1,6 +1,7 @@
1
1
  import { Overlay } from '@angular/cdk/overlay';
2
2
  import { ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
3
- import { MediaService } from '@igo2/core';
3
+ import { MenuPositionX, MenuPositionY } from '@angular/material/menu';
4
+ import { MediaService } from '@igo2/core/media';
4
5
  import { BehaviorSubject } from 'rxjs';
5
6
  import { ActionbarMode } from '../shared/action.enums';
6
7
  import { Action } from '../shared/action.interfaces';
@@ -98,11 +99,11 @@ export declare class ActionbarComponent implements OnDestroy, OnChanges {
98
99
  /**
99
100
  * Overlay X position
100
101
  */
101
- xPosition: string;
102
+ xPosition: MenuPositionX;
102
103
  /**
103
104
  * Overlay Y position
104
105
  */
105
- yPosition: string;
106
+ yPosition: MenuPositionY;
106
107
  /**
107
108
  * Class to add to the actionbar overlay
108
109
  */
@@ -143,5 +144,5 @@ export declare class ActionbarComponent implements OnDestroy, OnChanges {
143
144
  scrollDown(): void;
144
145
  scrollUp(): void;
145
146
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionbarComponent, never>;
146
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarComponent, "igo-actionbar", never, { "store": { "alias": "store"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withToggleButton": { "alias": "withToggleButton"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "scrollActive": { "alias": "scrollActive"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlayClass": { "alias": "overlayClass"; "required": false; }; }, {}, never, never, false, never>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionbarComponent, "igo-actionbar", never, { "store": { "alias": "store"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withToggleButton": { "alias": "withToggleButton"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "withTitle": { "alias": "withTitle"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "scrollActive": { "alias": "scrollActive"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlayClass": { "alias": "overlayClass"; "required": false; }; }, {}, never, never, true, never>;
147
148
  }
@@ -1,20 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./actionbar.component";
3
- import * as i2 from "./actionbar-item.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@igo2/core";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "@angular/material/tooltip";
9
- import * as i8 from "@angular/material/menu";
10
- import * as i9 from "@angular/material/list";
11
- import * as i10 from "@angular/material/card";
12
- import * as i11 from "@angular/material/checkbox";
13
3
  /**
14
- * @ignore
4
+ * @deprecated import the ActionbarComponent directly
15
5
  */
16
6
  export declare class IgoActionbarModule {
17
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoActionbarModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionbarModule, [typeof i1.ActionbarComponent, typeof i2.ActionbarItemComponent], [typeof i3.CommonModule, typeof i4.IgoLanguageModule, typeof i5.MatButtonModule, typeof i6.MatIconModule, typeof i7.MatTooltipModule, typeof i8.MatMenuModule, typeof i9.MatListModule, typeof i10.MatCardModule, typeof i11.MatCheckboxModule], [typeof i1.ActionbarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoActionbarModule, never, [typeof i1.ActionbarComponent], [typeof i1.ActionbarComponent]>;
19
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoActionbarModule>;
20
10
  }
@@ -5,5 +5,5 @@ export declare class BackdropComponent {
5
5
  private _shown;
6
6
  constructor();
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BackdropComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BackdropComponent, "igo-backdrop", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BackdropComponent, "igo-backdrop", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -1,10 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./backdrop.component";
4
- import * as i2 from "@angular/common";
4
+ /**
5
+ * @deprecated import the BackdropComponent directly
6
+ */
5
7
  export declare class IgoBackdropModule {
6
8
  static forRoot(): ModuleWithProviders<IgoBackdropModule>;
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoBackdropModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoBackdropModule, [typeof i1.BackdropComponent], [typeof i2.CommonModule], [typeof i1.BackdropComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoBackdropModule, never, [typeof i1.BackdropComponent], [typeof i1.BackdropComponent]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoBackdropModule>;
10
12
  }
@@ -32,5 +32,5 @@ export declare class IgoBadgeIconDirective implements OnInit {
32
32
  private updateHidden;
33
33
  private updateDisabled;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoBadgeIconDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": { "alias": "igoMatBadgeIcon"; "required": false; }; "matBadgeHidden": { "alias": "matBadgeHidden"; "required": false; }; "matBadgeDisabled": { "alias": "matBadgeDisabled"; "required": false; }; "igoMatBadgeInverseColor": { "alias": "igoMatBadgeInverseColor"; "required": false; }; "igoMatBadgeInheritColor": { "alias": "igoMatBadgeInheritColor"; "required": false; }; "igoMatBadgeColor": { "alias": "igoMatBadgeColor"; "required": false; }; "igoMatBadgeBackgroundColor": { "alias": "igoMatBadgeBackgroundColor"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": { "alias": "igoMatBadgeIcon"; "required": false; }; "matBadgeHidden": { "alias": "matBadgeHidden"; "required": false; }; "matBadgeDisabled": { "alias": "matBadgeDisabled"; "required": false; }; "igoMatBadgeInverseColor": { "alias": "igoMatBadgeInverseColor"; "required": false; }; "igoMatBadgeInheritColor": { "alias": "igoMatBadgeInheritColor"; "required": false; }; "igoMatBadgeColor": { "alias": "igoMatBadgeColor"; "required": false; }; "igoMatBadgeBackgroundColor": { "alias": "igoMatBadgeBackgroundColor"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
@@ -1,11 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./badge-icon.directive";
4
- import * as i2 from "@angular/material/badge";
5
- import * as i3 from "@angular/material/icon";
4
+ /**
5
+ * @deprecated import the IgoBadgeIconDirective directly
6
+ */
6
7
  export declare class IgoMatBadgeIconModule {
7
8
  static forRoot(): ModuleWithProviders<IgoMatBadgeIconModule>;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoMatBadgeIconModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMatBadgeIconModule, [typeof i1.IgoBadgeIconDirective], [typeof i2.MatBadgeModule, typeof i3.MatIconModule], [typeof i2.MatBadgeModule, typeof i1.IgoBadgeIconDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMatBadgeIconModule, never, [typeof i1.IgoBadgeIconDirective], [typeof i1.IgoBadgeIconDirective]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoMatBadgeIconModule>;
11
12
  }
@@ -6,5 +6,5 @@ export declare class ClickoutDirective {
6
6
  handleMouseClick(event: MouseEvent, target: HTMLElement): void;
7
7
  constructor(el: ElementRef);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickoutDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickoutDirective, "[igoClickout]", never, {}, { "clickout": "clickout"; }, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickoutDirective, "[igoClickout]", never, {}, { "clickout": "clickout"; }, never, never, true, never>;
10
10
  }
@@ -1,9 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./clickout.directive";
4
+ /**
5
+ * @deprecated import the ClickoutDirective directly
6
+ */
4
7
  export declare class IgoClickoutModule {
5
8
  static forRoot(): ModuleWithProviders<IgoClickoutModule>;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoClickoutModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoClickoutModule, [typeof i1.ClickoutDirective], never, [typeof i1.ClickoutDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoClickoutModule, never, [typeof i1.ClickoutDirective], [typeof i1.ClickoutDirective]>;
8
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoClickoutModule>;
9
12
  }
@@ -1,9 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./clone.pipe";
4
+ /**
5
+ * @deprecated import the ClonePipe directly
6
+ */
4
7
  export declare class IgoCloneModule {
5
8
  static forRoot(): ModuleWithProviders<IgoCloneModule>;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoCloneModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCloneModule, [typeof i1.ClonePipe], never, [typeof i1.ClonePipe]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCloneModule, never, [typeof i1.ClonePipe], [typeof i1.ClonePipe]>;
8
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoCloneModule>;
9
12
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class ClonePipe implements PipeTransform {
4
4
  transform(value: any, args?: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ClonePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<ClonePipe, "clone", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ClonePipe, "clone", true>;
7
7
  }
@@ -15,5 +15,5 @@ export declare class CollapseDirective {
15
15
  private collapseTarget;
16
16
  private expandTarget;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[igoCollapse]", never, { "target": { "alias": "target"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[igoCollapse]", never, { "target": { "alias": "target"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
19
19
  }
@@ -9,5 +9,5 @@ export declare class CollapsibleComponent {
9
9
  private _collapsed;
10
10
  toggle: EventEmitter<boolean>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "igo-collapsible", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "igo-collapsible", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
13
13
  }
@@ -2,11 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./collapsible.component";
4
4
  import * as i2 from "./collapse.directive";
5
- import * as i3 from "@angular/material/icon";
6
- import * as i4 from "@angular/material/list";
5
+ /**
6
+ * @deprecated import the components/directives directly or COLLAPSIBLE_DIRECTIVES for the set
7
+ */
7
8
  export declare class IgoCollapsibleModule {
8
9
  static forRoot(): ModuleWithProviders<IgoCollapsibleModule>;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoCollapsibleModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCollapsibleModule, [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective], [typeof i3.MatIconModule, typeof i4.MatListModule], [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCollapsibleModule, never, [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective], [typeof i1.CollapsibleComponent, typeof i2.CollapseDirective]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoCollapsibleModule>;
12
13
  }
@@ -1,2 +1,5 @@
1
+ import { CollapseDirective } from './collapse.directive';
2
+ import { CollapsibleComponent } from './collapsible.component';
1
3
  export * from './collapsible.component';
2
4
  export * from './collapse.directive';
5
+ export declare const COLLAPSIBLE_DIRECTIVES: readonly [typeof CollapsibleComponent, typeof CollapseDirective];
@@ -24,6 +24,6 @@ export declare class ColorPickerFormFieldComponent implements ControlValueAccess
24
24
  handleChange($event: ColorEvent): void;
25
25
  private formatColor;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerFormFieldComponent, "igo-color-picker-form-field", never, { "outputFormat": { "alias": "outputFormat"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerFormFieldComponent, "igo-color-picker-form-field", never, { "outputFormat": { "alias": "outputFormat"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
28
28
  }
29
29
  export {};
@@ -1,15 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./color-picker-form-field.component";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@angular/material/button";
5
- import * as i4 from "@angular/material/form-field";
6
- import * as i5 from "@angular/material/input";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/cdk/overlay";
9
- import * as i8 from "ngx-color/chrome";
10
- import * as i9 from "@ngx-translate/core";
3
+ /**
4
+ * @deprecated import the ColorPickerFormFieldComponent directly
5
+ */
11
6
  export declare class ColorPickerFormFieldModule {
12
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerFormFieldModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerFormFieldModule, [typeof i1.ColorPickerFormFieldComponent], [typeof i2.FormsModule, typeof i3.MatButtonModule, typeof i4.MatFormFieldModule, typeof i5.MatInputModule, typeof i2.ReactiveFormsModule, typeof i6.CommonModule, typeof i7.OverlayModule, typeof i8.ColorChromeModule, typeof i9.TranslateModule], [typeof i1.ColorPickerFormFieldComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerFormFieldModule, never, [typeof i1.ColorPickerFormFieldComponent], [typeof i1.ColorPickerFormFieldComponent]>;
14
9
  static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerFormFieldModule>;
15
10
  }
@@ -8,5 +8,5 @@ export declare class ConfirmDialogComponent {
8
8
  cancelKey: string;
9
9
  constructor(dialogRef: MatDialogRef<ConfirmDialogComponent>);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "igo-confirm-dialog", never, {}, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "igo-confirm-dialog", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -1,12 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./confirm-dialog.component";
4
- import * as i2 from "@angular/material/button";
5
- import * as i3 from "@angular/material/dialog";
6
- import * as i4 from "@igo2/core";
7
4
  export declare class IgoConfirmDialogModule {
5
+ /**
6
+ * @deprecated this has no effect
7
+ */
8
8
  static forRoot(): ModuleWithProviders<IgoConfirmDialogModule>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmDialogModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmDialogModule, [typeof i1.ConfirmDialogComponent], [typeof i2.MatButtonModule, typeof i3.MatDialogModule, typeof i4.IgoLanguageModule], [typeof i1.ConfirmDialogComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmDialogModule, never, [typeof i1.ConfirmDialogComponent], [typeof i1.ConfirmDialogComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmDialogModule>;
12
12
  }
@@ -17,5 +17,5 @@ export declare class ContextMenuDirective {
17
17
  onContextMenu(e: MouseEvent | TouchEvent): void;
18
18
  close(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": { "alias": "igoContextMenu"; "required": false; }; }, { "menuPosition": "menuPosition"; }, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": { "alias": "igoContextMenu"; "required": false; }; }, { "menuPosition": "menuPosition"; }, never, never, true, never>;
21
21
  }
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./context-menu.directive";
4
4
  import * as i2 from "./long-press.directive";
5
+ /**
6
+ * @deprecated import the components/directives directly or CONTEXT_MENU_DIRECTIVES for the set
7
+ */
5
8
  export declare class IgoContextMenuModule {
6
9
  static forRoot(): ModuleWithProviders<IgoContextMenuModule>;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMenuModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMenuModule>;
10
13
  }
@@ -1,2 +1,5 @@
1
+ import { ContextMenuDirective } from './context-menu.directive';
2
+ import { LongPressDirective } from './long-press.directive';
1
3
  export * from './context-menu.directive';
2
4
  export * from './long-press.directive';
5
+ export declare const CONTEXT_MENU_DIRECTIVES: readonly [typeof ContextMenuDirective, typeof LongPressDirective];
@@ -16,5 +16,5 @@ export declare class LongPressDirective {
16
16
  touchend(): void;
17
17
  private touchEnd;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LongPressDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, { "touchDuration": { "alias": "touchDuration"; "required": false; }; "onlyIOS": { "alias": "onlyIOS"; "required": false; }; }, { "longpress": "longpress"; }, never, never, false, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, { "touchDuration": { "alias": "touchDuration"; "required": false; }; "onlyIOS": { "alias": "onlyIOS"; "required": false; }; }, { "longpress": "longpress"; }, never, never, true, never>;
20
20
  }
@@ -5,5 +5,5 @@ export declare class CustomHtmlComponent {
5
5
  private _html;
6
6
  constructor();
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomHtmlComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomHtmlComponent, "igo-custom-html", never, { "html": { "alias": "html"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomHtmlComponent, "igo-custom-html", never, { "html": { "alias": "html"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -2,15 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./custom-html.pipe";
4
4
  import * as i2 from "./custom-html.component";
5
- import * as i3 from "@angular/common";
6
- import * as i4 from "@angular/material/icon";
7
- import * as i5 from "@angular/material/tooltip";
8
- import * as i6 from "@angular/material/input";
9
- import * as i7 from "@angular/material/button";
10
- import * as i8 from "@igo2/core";
5
+ /**
6
+ * @deprecated import the components/directives directly or CUSTOM_HTML_DIRECTIVES for the set
7
+ */
11
8
  export declare class IgoCustomHtmlModule {
12
9
  static forRoot(): ModuleWithProviders<IgoCustomHtmlModule>;
13
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoCustomHtmlModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCustomHtmlModule, [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.MatInputModule, typeof i7.MatButtonModule, typeof i8.IgoLanguageModule], [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCustomHtmlModule, never, [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent], [typeof i1.SanitizeHtmlPipe, typeof i2.CustomHtmlComponent]>;
15
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoCustomHtmlModule>;
16
13
  }
@@ -6,5 +6,5 @@ export declare class SanitizeHtmlPipe implements PipeTransform {
6
6
  constructor(_sanitizer: DomSanitizer);
7
7
  transform(v: string): SafeHtml;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", true>;
10
10
  }
@@ -1,2 +1,5 @@
1
+ import { CustomHtmlComponent } from './custom-html.component';
2
+ import { SanitizeHtmlPipe } from './custom-html.pipe';
1
3
  export * from './custom-html.component';
2
4
  export * from './custom-html.pipe';
5
+ export declare const CUSTOM_HTML_DIRECTIVES: readonly [typeof SanitizeHtmlPipe, typeof CustomHtmlComponent];
@@ -1,6 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * @deprecated it has no effect
5
+ */
3
6
  export declare class IgoDOMModule {
7
+ /**
8
+ * @deprecated it has no effect
9
+ */
4
10
  static forRoot(): ModuleWithProviders<IgoDOMModule>;
5
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDOMModule, never>;
6
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDOMModule, never, never, never>;
@@ -10,5 +10,5 @@ export declare class DragAndDropDirective {
10
10
  onDrop(evt: any): void;
11
11
  private validExtensions;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[igoDragAndDrop]", never, { "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "filesDropped": "filesDropped"; "filesInvalid": "filesInvalid"; }, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[igoDragAndDrop]", never, { "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "filesDropped": "filesDropped"; "filesInvalid": "filesInvalid"; }, never, never, true, never>;
14
14
  }
@@ -1,9 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./drag-drop.directive";
4
+ /**
5
+ * @deprecated import the DragAndDropDirective directly
6
+ */
4
7
  export declare class IgoDrapDropModule {
5
8
  static forRoot(): ModuleWithProviders<IgoDrapDropModule>;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrapDropModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrapDropModule, [typeof i1.DragAndDropDirective], never, [typeof i1.DragAndDropDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrapDropModule, never, [typeof i1.DragAndDropDirective], [typeof i1.DragAndDropDirective]>;
8
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrapDropModule>;
9
12
  }
@@ -1,8 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dynamic-outlet/dynamic-outlet.module";
2
+ import * as i1 from "./dynamic-outlet/dynamic-outlet.component";
3
+ /**
4
+ * @deprecated import the DynamicOutletComponent directly
5
+ */
4
6
  export declare class IgoDynamicComponentModule {
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicComponentModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicComponentModule, never, [typeof i1.CommonModule, typeof i2.IgoDynamicOutletModule], [typeof i2.IgoDynamicOutletModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicComponentModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
7
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicComponentModule>;
8
10
  }
@@ -66,5 +66,5 @@ export declare class DynamicOutletComponent implements OnChanges, OnDestroy {
66
66
  */
67
67
  private updateSubscribers;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicOutletComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicOutletComponent, "igo-dynamic-outlet", never, { "component": { "alias": "component"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, {}, never, never, false, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicOutletComponent, "igo-dynamic-outlet", never, { "component": { "alias": "component"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, {}, never, never, true, never>;
70
70
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./dynamic-outlet.component";
3
- import * as i2 from "@angular/common";
4
3
  /**
5
- * @ignore
4
+ * @deprecated import the DynamicOutletComponent directly
6
5
  */
7
6
  export declare class IgoDynamicOutletModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoDynamicOutletModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicOutletModule, [typeof i1.DynamicOutletComponent], [typeof i2.CommonModule], [typeof i1.DynamicOutletComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDynamicOutletModule, never, [typeof i1.DynamicOutletComponent], [typeof i1.DynamicOutletComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDynamicOutletModule>;
11
10
  }
@@ -2,6 +2,10 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/cor
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import { EntityStore } from '../shared/store';
4
4
  import * as i0 from "@angular/core";
5
+ export interface EntitySelectorChange<T = any> {
6
+ selected: boolean;
7
+ value: T;
8
+ }
5
9
  export declare class EntitySelectorComponent implements OnInit, OnDestroy {
6
10
  private cdRef;
7
11
  /**
@@ -63,10 +67,7 @@ export declare class EntitySelectorComponent implements OnInit, OnDestroy {
63
67
  /**
64
68
  * Event emitted when the selection changes
65
69
  */
66
- selectedChange: EventEmitter<{
67
- selected: boolean;
68
- value: object | object[];
69
- }>;
70
+ selectedChange: EventEmitter<EntitySelectorChange<any>>;
70
71
  constructor(cdRef: ChangeDetectorRef);
71
72
  /**
72
73
  * Create a store watcher and subscribe to the selected entity
@@ -88,5 +89,5 @@ export declare class EntitySelectorComponent implements OnInit, OnDestroy {
88
89
  private onSelectFromStore;
89
90
  private updateMultiToggleWithEntities;
90
91
  static ɵfac: i0.ɵɵFactoryDeclaration<EntitySelectorComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<EntitySelectorComponent, "igo-entity-selector", never, { "store": { "alias": "store"; "required": false; }; "titleAccessor": { "alias": "titleAccessor"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "multiAllText": { "alias": "multiAllText"; "required": false; }; "multiNoneText": { "alias": "multiNoneText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntitySelectorComponent, "igo-entity-selector", never, { "store": { "alias": "store"; "required": false; }; "titleAccessor": { "alias": "titleAccessor"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "multiAllText": { "alias": "multiAllText"; "required": false; }; "multiNoneText": { "alias": "multiNoneText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
92
93
  }
@@ -1,13 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./entity-selector.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/select";
6
3
  /**
7
- * @ignore
4
+ * @deprecated import the EntitySelectorComponent directly
8
5
  */
9
6
  export declare class IgoEntitySelectorModule {
10
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntitySelectorModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntitySelectorModule, [typeof i1.EntitySelectorComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatSelectModule], [typeof i1.EntitySelectorComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntitySelectorModule, never, [typeof i1.EntitySelectorComponent], [typeof i1.EntitySelectorComponent]>;
12
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntitySelectorModule>;
13
10
  }
@@ -65,5 +65,5 @@ export declare class EntityTableRowDirective {
65
65
  */
66
66
  private removeCls;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityTableRowDirective, never>;
68
- static ɵdir: i0.ɵɵDirectiveDeclaration<EntityTableRowDirective, "[igoEntityTableRow]", never, { "selection": { "alias": "selection"; "required": false; }; "selectOnClick": { "alias": "selectOnClick"; "required": false; }; "highlightSelection": { "alias": "highlightSelection"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
68
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EntityTableRowDirective, "[igoEntityTableRow]", never, { "selection": { "alias": "selection"; "required": false; }; "selectOnClick": { "alias": "selectOnClick"; "required": false; }; "highlightSelection": { "alias": "highlightSelection"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
69
69
  }
@@ -120,7 +120,7 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
120
120
  * Data source consumable by the underlying material table
121
121
  * @internal
122
122
  */
123
- dataSource: MatTableDataSource<RowData, import("@angular/material/table").MatTableDataSourcePaginator>;
123
+ dataSource: MatTableDataSource<RowData, MatPaginator>;
124
124
  /**
125
125
  * Whether selection is supported
126
126
  * @internal
@@ -337,6 +337,6 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
337
337
  */
338
338
  getColumnKeyWithoutPropertiesTag(column: string): string;
339
339
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityTableComponent, [null, null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null]>;
340
- static ɵcmp: i0.ɵɵComponentDeclaration<EntityTableComponent, "igo-entity-table", never, { "store": { "alias": "store"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "template": { "alias": "template"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; "sortNullsFirst": { "alias": "sortNullsFirst"; "required": false; }; "withPaginator": { "alias": "withPaginator"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "entityClick": "entityClick"; "entitySelectChange": "entitySelectChange"; "entitySortChange": "entitySortChange"; }, never, never, false, never>;
340
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityTableComponent, "igo-entity-table", never, { "store": { "alias": "store"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "template": { "alias": "template"; "required": false; }; "scrollBehavior": { "alias": "scrollBehavior"; "required": false; }; "sortNullsFirst": { "alias": "sortNullsFirst"; "required": false; }; "withPaginator": { "alias": "withPaginator"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "entityClick": "entityClick"; "entitySelectChange": "entitySelectChange"; "entitySortChange": "entitySortChange"; }, never, never, true, never>;
341
341
  }
342
342
  export {};
@@ -1,29 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./entity-table.component";
3
- import * as i2 from "./entity-table-row.directive";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/table";
6
- import * as i5 from "@angular/material/autocomplete";
7
- import * as i6 from "@angular/material/sort";
8
- import * as i7 from "@angular/material/icon";
9
- import * as i8 from "@angular/material/button";
10
- import * as i9 from "@angular/material/checkbox";
11
- import * as i10 from "@angular/material/paginator";
12
- import * as i11 from "@angular/material/select";
13
- import * as i12 from "../../stop-propagation/stop-propagation.module";
14
- import * as i13 from "../../custom-html/custom-html.module";
15
- import * as i14 from "../entity-table-paginator/entity-table-paginator.module";
16
- import * as i15 from "../../image/image.module";
17
- import * as i16 from "@igo2/core";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "@angular/material/input";
20
- import * as i19 from "@angular/material/datepicker";
21
- import * as i20 from "@angular/material/tooltip";
22
3
  /**
23
- * @ignore
4
+ * @deprecated import the EntityTableComponent directly
24
5
  */
25
6
  export declare class IgoEntityTableModule {
26
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityTableModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTableModule, [typeof i1.EntityTableComponent, typeof i2.EntityTableRowDirective], [typeof i3.CommonModule, typeof i4.MatTableModule, typeof i5.MatAutocompleteModule, typeof i6.MatSortModule, typeof i7.MatIconModule, typeof i8.MatButtonModule, typeof i9.MatCheckboxModule, typeof i10.MatPaginatorModule, typeof i11.MatSelectModule, typeof i12.IgoStopPropagationModule, typeof i13.IgoCustomHtmlModule, typeof i14.IgoEntityTablePaginatorModule, typeof i15.IgoImageModule, typeof i16.IgoLanguageModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.MatInputModule, typeof i19.MatDatepickerModule, typeof i20.MatTooltipModule], [typeof i1.EntityTableComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTableModule, never, [typeof i1.EntityTableComponent], [typeof i1.EntityTableComponent]>;
28
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityTableModule>;
29
10
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
2
2
  import { MatPaginator, PageEvent } from '@angular/material/paginator';
3
- import { LanguageService, MediaService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MediaService } from '@igo2/core/media';
4
5
  import { BehaviorSubject } from 'rxjs';
5
6
  import { EntityStore } from '../shared';
6
7
  import { EntityTablePaginatorOptions } from './entity-table-paginator.interface';
@@ -45,5 +46,5 @@ export declare class EntityTablePaginatorComponent implements OnChanges, OnDestr
45
46
  ngOnDestroy(): void;
46
47
  emitPaginator(): void;
47
48
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityTablePaginatorComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<EntityTablePaginatorComponent, "igo-entity-table-paginator", never, { "entitySortChange$": { "alias": "entitySortChange$"; "required": false; }; "store": { "alias": "store"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "page": "page"; "paginatorChange": "paginatorChange"; }, never, never, false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityTablePaginatorComponent, "igo-entity-table-paginator", never, { "entitySortChange$": { "alias": "entitySortChange$"; "required": false; }; "store": { "alias": "store"; "required": false; }; "paginatorOptions": { "alias": "paginatorOptions"; "required": false; }; }, { "page": "page"; "paginatorChange": "paginatorChange"; }, never, never, true, never>;
49
50
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./entity-table-paginator.component";
3
- import * as i2 from "@angular/material/paginator";
4
3
  /**
5
- * @ignore
4
+ * @deprecated import the EntityTablePaginatorComponent directly
6
5
  */
7
6
  export declare class IgoEntityTablePaginatorModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoEntityTablePaginatorModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTablePaginatorModule, [typeof i1.EntityTablePaginatorComponent], [typeof i2.MatPaginatorModule], [typeof i1.EntityTablePaginatorComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoEntityTablePaginatorModule, never, [typeof i1.EntityTablePaginatorComponent], [typeof i1.EntityTablePaginatorComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoEntityTablePaginatorModule>;
11
10
  }
@@ -0,0 +1,2 @@
1
+ export * from './entity-table-paginator.component';
2
+ export * from './entity-table-paginator.interface';