@igo2/common 19.0.3 → 20.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 (325) hide show
  1. package/action/index.d.ts +194 -3
  2. package/backdrop/index.d.ts +20 -3
  3. package/badge/index.d.ts +44 -3
  4. package/clickout/index.d.ts +20 -3
  5. package/clone/index.d.ts +18 -3
  6. package/collapsible/index.d.ts +43 -3
  7. package/color/index.d.ts +38 -3
  8. package/confirm-dialog/index.d.ts +39 -5
  9. package/context-menu/index.d.ts +50 -3
  10. package/custom-html/index.d.ts +30 -3
  11. package/dom/index.d.ts +34 -3
  12. package/drag-drop/index.d.ts +124 -3
  13. package/dynamic-component/index.d.ts +186 -3
  14. package/entity/index.d.ts +1532 -3
  15. package/environment/index.d.ts +15 -5
  16. package/fesm2022/igo2-common-action.mjs +28 -38
  17. package/fesm2022/igo2-common-action.mjs.map +1 -1
  18. package/fesm2022/igo2-common-backdrop.mjs +7 -7
  19. package/fesm2022/igo2-common-backdrop.mjs.map +1 -1
  20. package/fesm2022/igo2-common-badge.mjs +10 -13
  21. package/fesm2022/igo2-common-badge.mjs.map +1 -1
  22. package/fesm2022/igo2-common-clickout.mjs +10 -13
  23. package/fesm2022/igo2-common-clickout.mjs.map +1 -1
  24. package/fesm2022/igo2-common-clone.mjs +7 -7
  25. package/fesm2022/igo2-common-clone.mjs.map +1 -1
  26. package/fesm2022/igo2-common-collapsible.mjs +14 -18
  27. package/fesm2022/igo2-common-collapsible.mjs.map +1 -1
  28. package/fesm2022/igo2-common-color.mjs +9 -9
  29. package/fesm2022/igo2-common-color.mjs.map +1 -1
  30. package/fesm2022/igo2-common-confirm-dialog.mjs +19 -26
  31. package/fesm2022/igo2-common-confirm-dialog.mjs.map +1 -1
  32. package/fesm2022/igo2-common-context-menu.mjs +16 -21
  33. package/fesm2022/igo2-common-context-menu.mjs.map +1 -1
  34. package/fesm2022/igo2-common-custom-html.mjs +14 -17
  35. package/fesm2022/igo2-common-custom-html.mjs.map +1 -1
  36. package/fesm2022/igo2-common-dom.mjs +11 -14
  37. package/fesm2022/igo2-common-dom.mjs.map +1 -1
  38. package/fesm2022/igo2-common-drag-drop.mjs +15 -17
  39. package/fesm2022/igo2-common-drag-drop.mjs.map +1 -1
  40. package/fesm2022/igo2-common-dynamic-component.mjs +20 -27
  41. package/fesm2022/igo2-common-dynamic-component.mjs.map +1 -1
  42. package/fesm2022/igo2-common-entity.mjs +69 -108
  43. package/fesm2022/igo2-common-entity.mjs.map +1 -1
  44. package/fesm2022/igo2-common-flexible.mjs +13 -18
  45. package/fesm2022/igo2-common-flexible.mjs.map +1 -1
  46. package/fesm2022/igo2-common-form.mjs +77 -112
  47. package/fesm2022/igo2-common-form.mjs.map +1 -1
  48. package/fesm2022/igo2-common-home-button.mjs +7 -7
  49. package/fesm2022/igo2-common-home-button.mjs.map +1 -1
  50. package/fesm2022/igo2-common-icon.mjs +14 -21
  51. package/fesm2022/igo2-common-icon.mjs.map +1 -1
  52. package/fesm2022/igo2-common-image.mjs +53 -57
  53. package/fesm2022/igo2-common-image.mjs.map +1 -1
  54. package/fesm2022/igo2-common-interactive-tour.mjs +43 -56
  55. package/fesm2022/igo2-common-interactive-tour.mjs.map +1 -1
  56. package/fesm2022/igo2-common-json-dialog.mjs +19 -28
  57. package/fesm2022/igo2-common-json-dialog.mjs.map +1 -1
  58. package/fesm2022/igo2-common-keyvalue.mjs +7 -7
  59. package/fesm2022/igo2-common-keyvalue.mjs.map +1 -1
  60. package/fesm2022/igo2-common-list.mjs +16 -23
  61. package/fesm2022/igo2-common-list.mjs.map +1 -1
  62. package/fesm2022/igo2-common-panel.mjs +9 -9
  63. package/fesm2022/igo2-common-panel.mjs.map +1 -1
  64. package/fesm2022/igo2-common-resizable-bar.mjs +6 -6
  65. package/fesm2022/igo2-common-resizable-bar.mjs.map +1 -1
  66. package/fesm2022/igo2-common-select-value-dialog.mjs +28 -44
  67. package/fesm2022/igo2-common-select-value-dialog.mjs.map +1 -1
  68. package/fesm2022/igo2-common-sidenav.mjs +10 -16
  69. package/fesm2022/igo2-common-sidenav.mjs.map +1 -1
  70. package/fesm2022/igo2-common-spinner.mjs +15 -21
  71. package/fesm2022/igo2-common-spinner.mjs.map +1 -1
  72. package/fesm2022/igo2-common-stop-propagation.mjs +10 -10
  73. package/fesm2022/igo2-common-stop-propagation.mjs.map +1 -1
  74. package/fesm2022/igo2-common-table.mjs +9 -11
  75. package/fesm2022/igo2-common-table.mjs.map +1 -1
  76. package/fesm2022/igo2-common-tool.mjs +16 -22
  77. package/fesm2022/igo2-common-tool.mjs.map +1 -1
  78. package/fesm2022/igo2-common-widget.mjs +19 -24
  79. package/fesm2022/igo2-common-widget.mjs.map +1 -1
  80. package/fesm2022/igo2-common-workspace.mjs +20 -20
  81. package/fesm2022/igo2-common-workspace.mjs.map +1 -1
  82. package/flexible/index.d.ts +54 -3
  83. package/form/index.d.ts +429 -3
  84. package/home-button/index.d.ts +18 -3
  85. package/icon/index.d.ts +42 -3
  86. package/image/index.d.ts +35 -3
  87. package/index.d.ts +16 -5
  88. package/interactive-tour/index.d.ts +116 -5
  89. package/json-dialog/index.d.ts +34 -5
  90. package/keyvalue/index.d.ts +18 -3
  91. package/list/index.d.ts +102 -3
  92. package/package.json +10 -13
  93. package/panel/index.d.ts +20 -3
  94. package/resizable-bar/index.d.ts +37 -5
  95. package/select-value-dialog/index.d.ts +65 -5
  96. package/sidenav/index.d.ts +29 -3
  97. package/spinner/index.d.ts +51 -3
  98. package/src/style/partial/common-utils.scss +1 -1
  99. package/stop-propagation/index.d.ts +26 -3
  100. package/table/index.d.ts +105 -3
  101. package/tool/index.d.ts +289 -3
  102. package/widget/index.d.ts +105 -3
  103. package/workspace/index.d.ts +237 -3
  104. package/action/action.module.d.ts +0 -10
  105. package/action/actionbar/actionbar-item.component.d.ts +0 -73
  106. package/action/actionbar/actionbar.component.d.ts +0 -148
  107. package/action/actionbar/actionbar.module.d.ts +0 -10
  108. package/action/public_api.d.ts +0 -4
  109. package/action/shared/action.enums.d.ts +0 -5
  110. package/action/shared/action.interfaces.d.ts +0 -16
  111. package/action/shared/index.d.ts +0 -3
  112. package/action/shared/store.d.ts +0 -8
  113. package/action/src/action.theming.scss +0 -9
  114. package/action/src/actionbar/actionbar-item.theming.scss +0 -20
  115. package/backdrop/backdrop.component.d.ts +0 -8
  116. package/backdrop/backdrop.module.d.ts +0 -12
  117. package/backdrop/public_api.d.ts +0 -2
  118. package/badge/badge-icon.directive.d.ts +0 -34
  119. package/badge/badge-icon.module.d.ts +0 -12
  120. package/badge/public_api.d.ts +0 -2
  121. package/clickout/clickout.directive.d.ts +0 -10
  122. package/clickout/clickout.module.d.ts +0 -12
  123. package/clickout/public_api.d.ts +0 -2
  124. package/clone/clone.module.d.ts +0 -12
  125. package/clone/clone.pipe.d.ts +0 -7
  126. package/clone/public_api.d.ts +0 -2
  127. package/collapsible/collapse.directive.d.ts +0 -19
  128. package/collapsible/collapsible.component.d.ts +0 -13
  129. package/collapsible/collapsible.module.d.ts +0 -13
  130. package/collapsible/public_api.d.ts +0 -6
  131. package/color/color-picker-form-field/color-picker-form-field.component.d.ts +0 -29
  132. package/color/color-picker-form-field/color-picker-form-field.module.d.ts +0 -10
  133. package/color/color-picker-form-field/index.d.ts +0 -2
  134. package/color/public_api.d.ts +0 -1
  135. package/confirm-dialog/confirm-dialog.component.d.ts +0 -12
  136. package/confirm-dialog/confirm-dialog.interface.d.ts +0 -4
  137. package/confirm-dialog/confirm-dialog.module.d.ts +0 -12
  138. package/confirm-dialog/confirm-dialog.service.d.ts +0 -11
  139. package/confirm-dialog/public_api.d.ts +0 -4
  140. package/context-menu/context-menu.directive.d.ts +0 -21
  141. package/context-menu/context-menu.module.d.ts +0 -13
  142. package/context-menu/long-press.directive.d.ts +0 -19
  143. package/context-menu/public_api.d.ts +0 -6
  144. package/custom-html/custom-html.component.d.ts +0 -8
  145. package/custom-html/custom-html.module.d.ts +0 -13
  146. package/custom-html/custom-html.pipe.d.ts +0 -10
  147. package/custom-html/public_api.d.ts +0 -6
  148. package/dom/dom.interfaces.d.ts +0 -10
  149. package/dom/dom.module.d.ts +0 -14
  150. package/dom/dom.service.d.ts +0 -10
  151. package/dom/public_api.d.ts +0 -3
  152. package/drag-drop/drag-drop.directive.d.ts +0 -14
  153. package/drag-drop/drag-drop.module.d.ts +0 -13
  154. package/drag-drop/public_api.d.ts +0 -3
  155. package/drag-drop/tree-drag-drop/index.d.ts +0 -2
  156. package/drag-drop/tree-drag-drop/tree-drag-drop.directive.d.ts +0 -85
  157. package/drag-drop/tree-drag-drop/tree-drag-drop.interface.d.ts +0 -15
  158. package/dynamic-component/dynamic-component.module.d.ts +0 -10
  159. package/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +0 -66
  160. package/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +0 -10
  161. package/dynamic-component/public_api.d.ts +0 -4
  162. package/dynamic-component/shared/dynamic-component.d.ts +0 -84
  163. package/dynamic-component/shared/dynamic-component.interfaces.d.ts +0 -3
  164. package/dynamic-component/shared/dynamic-component.service.d.ts +0 -18
  165. package/dynamic-component/shared/index.d.ts +0 -3
  166. package/entity/entity-selector/entity-selector.component.d.ts +0 -93
  167. package/entity/entity-selector/entity-selector.module.d.ts +0 -10
  168. package/entity/entity-selector/index.d.ts +0 -2
  169. package/entity/entity-table/entity-table-row.directive.d.ts +0 -69
  170. package/entity/entity-table/entity-table.component.d.ts +0 -330
  171. package/entity/entity-table/entity-table.module.d.ts +0 -10
  172. package/entity/entity-table/index.d.ts +0 -2
  173. package/entity/entity-table-paginator/entity-table-paginator.component.d.ts +0 -50
  174. package/entity/entity-table-paginator/entity-table-paginator.interface.d.ts +0 -8
  175. package/entity/entity-table-paginator/entity-table-paginator.module.d.ts +0 -10
  176. package/entity/entity-table-paginator/index.d.ts +0 -3
  177. package/entity/entity.module.d.ts +0 -16
  178. package/entity/public_api.d.ts +0 -5
  179. package/entity/shared/entity.enums.d.ts +0 -23
  180. package/entity/shared/entity.interfaces.d.ts +0 -92
  181. package/entity/shared/entity.utils.d.ts +0 -49
  182. package/entity/shared/index.d.ts +0 -9
  183. package/entity/shared/state.d.ts +0 -108
  184. package/entity/shared/store.d.ts +0 -180
  185. package/entity/shared/strategies/filter-custom-function.d.ts +0 -51
  186. package/entity/shared/strategies/filter-selection.d.ts +0 -48
  187. package/entity/shared/strategies/index.d.ts +0 -3
  188. package/entity/shared/strategies/strategy.d.ts +0 -56
  189. package/entity/shared/transaction.d.ts +0 -171
  190. package/entity/shared/view.d.ts +0 -193
  191. package/entity/shared/watcher.d.ts +0 -72
  192. package/entity/src/entity-selector/entity-selector.theming.scss +0 -21
  193. package/entity/src/entity-table/entity-table.theming.scss +0 -21
  194. package/entity/src/entity.theming.scss +0 -12
  195. package/environment/environment.interface.d.ts +0 -13
  196. package/environment/public_api.d.ts +0 -1
  197. package/flexible/flexible.component.d.ts +0 -42
  198. package/flexible/flexible.module.d.ts +0 -12
  199. package/flexible/flexible.type.d.ts +0 -2
  200. package/flexible/public_api.d.ts +0 -3
  201. package/form/form/form.component.d.ts +0 -46
  202. package/form/form/form.module.d.ts +0 -10
  203. package/form/form/index.d.ts +0 -2
  204. package/form/form-dialog/form-dialog.component.d.ts +0 -19
  205. package/form/form-dialog/form-dialog.interface.d.ts +0 -16
  206. package/form/form-dialog/form-dialog.module.d.ts +0 -16
  207. package/form/form-dialog/form-dialog.service.d.ts +0 -11
  208. package/form/form-dialog/index.d.ts +0 -4
  209. package/form/form-field/form-field-select.component.d.ts +0 -50
  210. package/form/form-field/form-field-text.component.d.ts +0 -49
  211. package/form/form-field/form-field-textarea.component.d.ts +0 -39
  212. package/form/form-field/form-field.component.d.ts +0 -29
  213. package/form/form-field/form-field.directive.d.ts +0 -5
  214. package/form/form-field/form-field.module.d.ts +0 -13
  215. package/form/form-field/index.d.ts +0 -6
  216. package/form/form-group/form-group.component.d.ts +0 -44
  217. package/form/form-group/form-group.module.d.ts +0 -10
  218. package/form/form-group/index.d.ts +0 -2
  219. package/form/form.module.d.ts +0 -18
  220. package/form/public_api.d.ts +0 -6
  221. package/form/shared/form-field-component.d.ts +0 -1
  222. package/form/shared/form-field.service.d.ts +0 -16
  223. package/form/shared/form.interfaces.d.ts +0 -60
  224. package/form/shared/form.service.d.ts +0 -15
  225. package/form/shared/form.utils.d.ts +0 -7
  226. package/form/shared/index.d.ts +0 -5
  227. package/home-button/home-button.component.d.ts +0 -8
  228. package/home-button/home-button.module.d.ts +0 -10
  229. package/home-button/public_api.d.ts +0 -2
  230. package/icon/icon/icon.component.d.ts +0 -15
  231. package/icon/icon.provider.d.ts +0 -4
  232. package/icon/public_api.d.ts +0 -3
  233. package/icon/shared/icon.interface.d.ts +0 -4
  234. package/icon/shared/icon.service.d.ts +0 -12
  235. package/icon/shared/icons.d.ts +0 -11
  236. package/icon/shared/index.d.ts +0 -3
  237. package/image/image-error.directive.d.ts +0 -11
  238. package/image/image.module.d.ts +0 -13
  239. package/image/public_api.d.ts +0 -6
  240. package/image/secure-image.pipe.d.ts +0 -13
  241. package/interactive-tour/interactive-tour.component.d.ts +0 -33
  242. package/interactive-tour/interactive-tour.interface.d.ts +0 -35
  243. package/interactive-tour/interactive-tour.loader.d.ts +0 -18
  244. package/interactive-tour/interactive-tour.module.d.ts +0 -7
  245. package/interactive-tour/interactive-tour.service.d.ts +0 -30
  246. package/interactive-tour/public_api.d.ts +0 -5
  247. package/json-dialog/json-dialog.component.d.ts +0 -13
  248. package/json-dialog/json-dialog.module.d.ts +0 -12
  249. package/json-dialog/json-dialog.service.d.ts +0 -10
  250. package/json-dialog/public_api.d.ts +0 -3
  251. package/keyvalue/keyvalue.module.d.ts +0 -12
  252. package/keyvalue/keyvalue.pipe.d.ts +0 -7
  253. package/keyvalue/public_api.d.ts +0 -2
  254. package/list/list-item.directive.d.ts +0 -43
  255. package/list/list.component.d.ts +0 -51
  256. package/list/list.module.d.ts +0 -13
  257. package/list/public_api.d.ts +0 -6
  258. package/panel/panel.component.d.ts +0 -10
  259. package/panel/panel.module.d.ts +0 -10
  260. package/panel/public_api.d.ts +0 -2
  261. package/panel/src/panel.theming.scss +0 -20
  262. package/public_api.d.ts +0 -16
  263. package/resizable-bar/public_api.d.ts +0 -2
  264. package/resizable-bar/resizable-bar.component.d.ts +0 -23
  265. package/resizable-bar/shared/resize.directive.d.ts +0 -12
  266. package/select-value-dialog/public_api.d.ts +0 -5
  267. package/select-value-dialog/select-value-check-radio-dialog.component.d.ts +0 -25
  268. package/select-value-dialog/select-value-dialog.enums.d.ts +0 -4
  269. package/select-value-dialog/select-value-dialog.interface.d.ts +0 -16
  270. package/select-value-dialog/select-value-dialog.module.d.ts +0 -12
  271. package/select-value-dialog/select-value-dialog.service.d.ts +0 -11
  272. package/sidenav/public_api.d.ts +0 -2
  273. package/sidenav/sidenav-shim.directive.d.ts +0 -20
  274. package/sidenav/sidenav.module.d.ts +0 -12
  275. package/spinner/public_api.d.ts +0 -3
  276. package/spinner/spinner-activity.directive.d.ts +0 -32
  277. package/spinner/spinner.component.d.ts +0 -11
  278. package/spinner/spinner.module.d.ts +0 -14
  279. package/src/common.theme.scss +0 -18
  280. package/stop-propagation/public_api.d.ts +0 -6
  281. package/stop-propagation/stop-drop-propagation.directive.d.ts +0 -6
  282. package/stop-propagation/stop-propagation.directive.d.ts +0 -6
  283. package/stop-propagation/stop-propagation.module.d.ts +0 -13
  284. package/table/public_api.d.ts +0 -6
  285. package/table/table-action-color.enum.d.ts +0 -5
  286. package/table/table-database.d.ts +0 -10
  287. package/table/table-datasource.d.ts +0 -18
  288. package/table/table-model.interface.d.ts +0 -24
  289. package/table/table.component.d.ts +0 -40
  290. package/table/table.module.d.ts +0 -12
  291. package/tool/public_api.d.ts +0 -3
  292. package/tool/shared/index.d.ts +0 -5
  293. package/tool/shared/tool-component.d.ts +0 -2
  294. package/tool/shared/tool.interface.d.ts +0 -16
  295. package/tool/shared/tool.service.d.ts +0 -28
  296. package/tool/shared/toolbox.d.ts +0 -96
  297. package/tool/shared/toolbox.enums.d.ts +0 -1
  298. package/tool/src/tool.theming.scss +0 -5
  299. package/tool/src/toolbox/toolbox.theming.scss +0 -22
  300. package/tool/tool.module.d.ts +0 -15
  301. package/tool/toolbox/index.d.ts +0 -2
  302. package/tool/toolbox/toolbox.animation.d.ts +0 -2
  303. package/tool/toolbox/toolbox.component.d.ts +0 -126
  304. package/tool/toolbox/toolbox.module.d.ts +0 -10
  305. package/widget/public_api.d.ts +0 -3
  306. package/widget/shared/index.d.ts +0 -3
  307. package/widget/shared/widget.d.ts +0 -4
  308. package/widget/shared/widget.interfaces.d.ts +0 -12
  309. package/widget/shared/widget.service.d.ts +0 -10
  310. package/widget/widget-outlet/index.d.ts +0 -2
  311. package/widget/widget-outlet/widget-outlet.component.d.ts +0 -64
  312. package/widget/widget-outlet/widget-outlet.module.d.ts +0 -10
  313. package/widget/widget.module.d.ts +0 -10
  314. package/workspace/public_api.d.ts +0 -4
  315. package/workspace/shared/index.d.ts +0 -3
  316. package/workspace/shared/store.d.ts +0 -20
  317. package/workspace/shared/workspace.d.ts +0 -98
  318. package/workspace/shared/workspace.interfaces.d.ts +0 -9
  319. package/workspace/workspace-selector/index.d.ts +0 -2
  320. package/workspace/workspace-selector/workspace-selector.component.d.ts +0 -38
  321. package/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
  322. package/workspace/workspace-widget-outlet/index.d.ts +0 -2
  323. package/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +0 -52
  324. package/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +0 -10
  325. package/workspace/workspace.module.d.ts +0 -14
@@ -1,5 +1,116 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@igo2/common/interactive-tour" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import * as _igo2_common_tool from '@igo2/common/tool';
3
+ import * as _igo2_common_icon from '@igo2/common/icon';
4
+ import { Observable } from 'rxjs';
5
+ import { Placement } from '@floating-ui/utils';
6
+
7
+ declare class InteractiveTourComponent {
8
+ private interactiveTourService;
9
+ private toolService;
10
+ private iconService;
11
+ presentationIcon: _igo2_common_icon.IconSvg;
12
+ /**
13
+ * Toolbox that holds main tools
14
+ */
15
+ tourToStart: string;
16
+ styleButton: 'icon' | 'raised';
17
+ discoverTitleInLocale$: Observable<string>;
18
+ getClass(): {
19
+ 'tour-button-tool-icon': boolean;
20
+ 'tour-button-tool': boolean;
21
+ };
22
+ get toolbox(): _igo2_common_tool.Toolbox;
23
+ getTourToStart(): string;
24
+ get activeToolName(): string;
25
+ get isActiveTool(): boolean;
26
+ get isToolHaveTour(): boolean;
27
+ get showTourButton(): boolean;
28
+ get isTourDisplayInMobile(): boolean;
29
+ get disabledTourButton(): boolean;
30
+ constructor();
31
+ startInteractiveTour(): void;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourComponent, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTourComponent, "igo-interactive-tour", never, { "tourToStart": { "alias": "tourToStart"; "required": false; }; "styleButton": { "alias": "styleButton"; "required": false; }; "discoverTitleInLocale$": { "alias": "discoverTitleInLocale$"; "required": false; }; }, {}, never, never, true, never>;
34
+ }
35
+
36
+ declare class IgoInteractiveTourModule {
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoInteractiveTourModule, never>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoInteractiveTourModule, never, [typeof InteractiveTourComponent], [typeof InteractiveTourComponent]>;
39
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoInteractiveTourModule>;
40
+ }
41
+
42
+ declare class InteractiveTourService {
43
+ private configService;
44
+ private mediaService;
45
+ private languageService;
46
+ private interactiveTourLoader;
47
+ private shepherdService;
48
+ private previousStep;
49
+ constructor();
50
+ isAppHaveTour(): any;
51
+ isToolHaveTourConfig(toolName: string): boolean;
52
+ disabledTourButton(toolName: string): boolean;
53
+ isMobile(): boolean;
54
+ isTourDisplayInMobile(): boolean;
55
+ private getButtons;
56
+ private getAction;
57
+ private addProgress;
58
+ private checkNext;
59
+ private executeAction;
60
+ private executeActionPromise;
61
+ private getShepherdSteps;
62
+ startTour(toolName: string): void;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourService, never>;
64
+ static ɵprov: i0.ɵɵInjectableDeclaration<InteractiveTourService>;
65
+ }
66
+
67
+ interface InteractiveTourStep {
68
+ element?: string;
69
+ position?: InteractiveTourPlacement;
70
+ title?: string;
71
+ text: string;
72
+ beforeShow?: InteractiveTourAction;
73
+ beforeChange?: InteractiveTourAction;
74
+ onShow?: InteractiveTourAction;
75
+ onHide?: InteractiveTourAction;
76
+ class?: string;
77
+ highlightClass?: string;
78
+ scrollToElement?: boolean;
79
+ disableInteraction?: boolean;
80
+ noBackButton?: boolean;
81
+ }
82
+ type InteractiveTourPlacement = 'auto' | Placement;
83
+ interface InteractiveTourAction {
84
+ element?: string;
85
+ action: 'click';
86
+ condition?: string;
87
+ waitFor?: string;
88
+ maxWait?: number;
89
+ }
90
+ interface InteractiveTourOptions {
91
+ steps: InteractiveTourStep[];
92
+ position?: InteractiveTourPlacement;
93
+ title?: string;
94
+ highlightClass?: string;
95
+ class?: string;
96
+ scrollToElement?: boolean;
97
+ disableInteraction?: boolean;
98
+ conditions?: string[];
99
+ }
100
+
101
+ declare class InteractiveTourLoader {
102
+ private http;
103
+ private configService;
104
+ private jsonURL;
105
+ private allToursOptions;
106
+ constructor();
107
+ loadConfigTour(): void;
108
+ getPathToConfigFile(): string;
109
+ getJSON(): Observable<any>;
110
+ getTourOptionData(toolName: any): InteractiveTourOptions;
111
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTourLoader, never>;
112
+ static ɵprov: i0.ɵɵInjectableDeclaration<InteractiveTourLoader>;
113
+ }
114
+
115
+ export { IgoInteractiveTourModule, InteractiveTourComponent, InteractiveTourLoader, InteractiveTourService };
116
+ export type { InteractiveTourAction, InteractiveTourOptions, InteractiveTourStep };
@@ -1,5 +1,34 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@igo2/common/json-dialog" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import { ModuleWithProviders } from '@angular/core';
3
+ import { MatDialogRef } from '@angular/material/dialog';
4
+ import { Observable } from 'rxjs';
5
+
6
+ declare class JsonDialogComponent {
7
+ dialogRef: MatDialogRef<JsonDialogComponent, any>;
8
+ title: string;
9
+ data: any;
10
+ ignoreKeys: string[];
11
+ isObject(val: any): boolean;
12
+ getKey(baseKey: any, key: any): string;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<JsonDialogComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<JsonDialogComponent, "igo-json-dialog", never, {}, {}, never, never, true, never>;
15
+ }
16
+
17
+ declare class IgoJsonDialogModule {
18
+ /**
19
+ * @deprecated it has no effect
20
+ */
21
+ static forRoot(): ModuleWithProviders<IgoJsonDialogModule>;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoJsonDialogModule, never>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoJsonDialogModule, never, [typeof JsonDialogComponent], [typeof JsonDialogComponent]>;
24
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoJsonDialogModule>;
25
+ }
26
+
27
+ declare class JsonDialogService {
28
+ private dialog;
29
+ open(title: any, data: any, ignoreKeys?: string[]): Observable<any>;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<JsonDialogService, never>;
31
+ static ɵprov: i0.ɵɵInjectableDeclaration<JsonDialogService>;
32
+ }
33
+
34
+ export { IgoJsonDialogModule, JsonDialogComponent, JsonDialogService };
@@ -1,5 +1,20 @@
1
+ import * as i0 from '@angular/core';
2
+ import { PipeTransform, ModuleWithProviders } from '@angular/core';
3
+
4
+ declare class KeyValuePipe implements PipeTransform {
5
+ transform(value: any): any;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<KeyValuePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue", true>;
8
+ }
9
+
1
10
  /**
2
- * Generated bundle index. Do not edit.
11
+ * @deprecated import the KeyValuePipe directly
3
12
  */
4
- /// <amd-module name="@igo2/common/keyvalue" />
5
- export * from './public_api';
13
+ declare class IgoKeyValueModule {
14
+ static forRoot(): ModuleWithProviders<IgoKeyValueModule>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoKeyValueModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoKeyValueModule, never, [typeof KeyValuePipe], [typeof KeyValuePipe]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoKeyValueModule>;
18
+ }
19
+
20
+ export { IgoKeyValueModule, KeyValuePipe };
package/list/index.d.ts CHANGED
@@ -1,5 +1,104 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Renderer2, ElementRef, EventEmitter, AfterViewInit, OnInit, OnDestroy, QueryList, ModuleWithProviders } from '@angular/core';
3
+
4
+ declare class ListItemDirective {
5
+ renderer: Renderer2;
6
+ el: ElementRef<any>;
7
+ static focusedCls: string;
8
+ static selectedCls: string;
9
+ static disabledCls: string;
10
+ get color(): string;
11
+ set color(value: string);
12
+ private _color;
13
+ get focused(): boolean;
14
+ set focused(value: boolean);
15
+ private _focused;
16
+ get selected(): boolean;
17
+ set selected(value: boolean);
18
+ private _selected;
19
+ get disabled(): boolean;
20
+ set disabled(value: boolean);
21
+ private _disabled;
22
+ beforeSelect: EventEmitter<ListItemDirective>;
23
+ beforeFocus: EventEmitter<ListItemDirective>;
24
+ beforeUnselect: EventEmitter<ListItemDirective>;
25
+ beforeUnfocus: EventEmitter<ListItemDirective>;
26
+ beforeDisable: EventEmitter<ListItemDirective>;
27
+ beforeEnable: EventEmitter<ListItemDirective>;
28
+ focus: EventEmitter<ListItemDirective>;
29
+ unfocus: EventEmitter<ListItemDirective>;
30
+ select: EventEmitter<ListItemDirective>;
31
+ unselect: EventEmitter<ListItemDirective>;
32
+ disable: EventEmitter<ListItemDirective>;
33
+ enable: EventEmitter<ListItemDirective>;
34
+ onClick(): void;
35
+ getOffsetTop(): number;
36
+ private toggleFocusedClass;
37
+ private toggleSelectedClass;
38
+ private toggleDisabledClass;
39
+ private addCls;
40
+ private removeCls;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "[igoListItem]", never, { "color": { "alias": "color"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "beforeSelect": "beforeSelect"; "beforeFocus": "beforeFocus"; "beforeUnselect": "beforeUnselect"; "beforeUnfocus": "beforeUnfocus"; "beforeDisable": "beforeDisable"; "beforeEnable": "beforeEnable"; "focus": "focus"; "unfocus": "unfocus"; "select": "select"; "unselect": "unselect"; "disable": "disable"; "enable": "enable"; }, never, never, true, never>;
43
+ }
44
+
45
+ declare class ListComponent implements AfterViewInit, OnInit, OnDestroy {
46
+ private el;
47
+ get navigation(): boolean;
48
+ set navigation(value: boolean);
49
+ private _navigation;
50
+ get selection(): boolean;
51
+ set selection(value: boolean);
52
+ private _selection;
53
+ get selectedItem(): ListItemDirective;
54
+ set selectedItem(value: ListItemDirective);
55
+ private _selectedItem;
56
+ get focusedItem(): ListItemDirective;
57
+ set focusedItem(value: ListItemDirective);
58
+ private _focusedItem;
59
+ private navigationEnabled;
60
+ private listItems$$;
61
+ private subscriptions;
62
+ listItems: QueryList<ListItemDirective>;
63
+ handleKeyboardEvent(event: KeyboardEvent): void;
64
+ ngOnInit(): void;
65
+ ngAfterViewInit(): void;
66
+ ngOnDestroy(): void;
67
+ focus(item?: ListItemDirective): void;
68
+ unfocus(): void;
69
+ focusNext(): void;
70
+ focusPrevious(): void;
71
+ select(item?: ListItemDirective): void;
72
+ unselect(): void;
73
+ enableNavigation(): void;
74
+ disableNavigation(): void;
75
+ scrollToItem(item: ListItemDirective): void;
76
+ isScrolledIntoView(elem: any): boolean;
77
+ private init;
78
+ private subscribe;
79
+ private unsubscribe;
80
+ private handleItemBeforeFocus;
81
+ private handleItemFocus;
82
+ private handleItemBeforeSelect;
83
+ private handleItemSelect;
84
+ private findSelectedItem;
85
+ private findFocusedItem;
86
+ private getFocusedIndex;
87
+ private navigate;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "igo-list", never, { "navigation": { "alias": "navigation"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, ["listItems"], ["*"], true, never>;
90
+ }
91
+
1
92
  /**
2
- * Generated bundle index. Do not edit.
93
+ * @deprecated import the components/directives directly or LIST_DIRECTIVES for the set
3
94
  */
4
- /// <amd-module name="@igo2/common/list" />
5
- export * from './public_api';
95
+ declare class IgoListModule {
96
+ static forRoot(): ModuleWithProviders<IgoListModule>;
97
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoListModule, never>;
98
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoListModule, never, [typeof ListItemDirective, typeof ListComponent], [typeof ListItemDirective, typeof ListComponent]>;
99
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoListModule>;
100
+ }
101
+
102
+ declare const LIST_DIRECTIVES: readonly [typeof ListItemDirective, typeof ListComponent];
103
+
104
+ export { IgoListModule, LIST_DIRECTIVES, ListComponent, ListItemDirective };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "19.0.3",
3
+ "version": "20.0.0-next.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -23,9 +23,6 @@
23
23
  "./style": {
24
24
  "style": "./style/style.css"
25
25
  },
26
- "./theme": {
27
- "sass": "./src/common.theme.scss"
28
- },
29
26
  "./partial/*": {
30
27
  "sass": "./src/style/partial/*.scss"
31
28
  },
@@ -173,16 +170,16 @@
173
170
  "tslib": "^2.6.0"
174
171
  },
175
172
  "peerDependencies": {
176
- "@angular/common": "^19.0.0",
177
- "@angular/core": "^19.0.0",
178
- "@angular/forms": "^19.0.0",
179
- "@angular/material-moment-adapter": "^19.0.0",
180
- "@angular/material": "^19.0.0",
181
- "@angular/platform-browser": "^19.0.0",
173
+ "@angular/common": "^20.0.0",
174
+ "@angular/core": "^20.0.0",
175
+ "@angular/forms": "^20.0.0",
176
+ "@angular/material-moment-adapter": "^20.0.0",
177
+ "@angular/material": "^20.0.0",
178
+ "@angular/platform-browser": "^20.0.0",
182
179
  "@floating-ui/utils": "^0.2.0",
183
- "@igo2/core": "^19.0.3",
184
- "@igo2/utils": "^19.0.3",
185
- "angular-shepherd": "^19.0.0",
180
+ "@igo2/core": "^20.0.0-next.2",
181
+ "@igo2/utils": "^20.0.0-next.2",
182
+ "angular-shepherd": "^20.0.0",
186
183
  "ngx-color": "^10.0.0",
187
184
  "scroll-into-view-if-needed": "^3.1.0",
188
185
  "tinycolor2": "^1.6.0",
package/panel/index.d.ts CHANGED
@@ -1,5 +1,22 @@
1
+ import * as i0 from '@angular/core';
2
+
3
+ declare class PanelComponent {
4
+ title: string;
5
+ get withHeader(): boolean;
6
+ set withHeader(value: boolean);
7
+ private _withHeader;
8
+ cursorPointer: boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "igo-panel", never, { "title": { "alias": "title"; "required": false; }; "withHeader": { "alias": "withHeader"; "required": false; }; "cursorPointer": { "alias": "cursorPointer"; "required": false; }; }, {}, never, ["[panelLeftButton]", "[panelHeader]", "[panelRightButton]", "*"], true, never>;
11
+ }
12
+
1
13
  /**
2
- * Generated bundle index. Do not edit.
14
+ * @deprecated import the PanelComponent directly
3
15
  */
4
- /// <amd-module name="@igo2/common/panel" />
5
- export * from './public_api';
16
+ declare class IgoPanelModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoPanelModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoPanelModule, never, [typeof PanelComponent], [typeof PanelComponent]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoPanelModule>;
20
+ }
21
+
22
+ export { IgoPanelModule, PanelComponent };
@@ -1,5 +1,37 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@igo2/common/resizable-bar" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
+ import { Subscription } from 'rxjs';
4
+
5
+ declare class ResizeDirective {
6
+ mouseMove$$: Subscription;
7
+ mouseUp$$: Subscription;
8
+ change: EventEmitter<MouseEvent>;
9
+ onMouseDown(event: MouseEvent): void;
10
+ private _unsubscribe;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDirective, "[igoResize]", never, {}, { "change": "change"; }, never, never, true, never>;
13
+ }
14
+
15
+ declare const ResizeAnchorType: readonly ["top", "left", "bottom", "right"];
16
+ type ResizeAnchorType = (typeof ResizeAnchorType)[number];
17
+ declare const AlignmentType: readonly ["vertical", "horizontal"];
18
+ type AlignmentType = (typeof AlignmentType)[number];
19
+ declare class ResizableBarComponent implements OnInit {
20
+ alignement: AlignmentType;
21
+ iconRotation: string;
22
+ anchor: ResizeAnchorType;
23
+ /** En pixel */
24
+ min: number;
25
+ /** En pixel */
26
+ max: number;
27
+ change: EventEmitter<MouseEvent>;
28
+ get cssClass(): string;
29
+ ngOnInit(): void;
30
+ onChange(event: MouseEvent): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizableBarComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizableBarComponent, "igo-resizable-bar", never, { "anchor": { "alias": "anchor"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
33
+ static ngAcceptInputType_min: unknown;
34
+ static ngAcceptInputType_max: unknown;
35
+ }
36
+
37
+ export { AlignmentType, ResizableBarComponent, ResizeAnchorType, ResizeDirective };
@@ -1,5 +1,65 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@igo2/common/select-value-dialog" />
5
- export * from './public_api';
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, ModuleWithProviders } from '@angular/core';
3
+ import { UntypedFormGroup } from '@angular/forms';
4
+ import { MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
5
+ import { MatRadioChange } from '@angular/material/radio';
6
+ import { LanguageService } from '@igo2/core/language';
7
+ import { BehaviorSubject, Observable } from 'rxjs';
8
+
9
+ declare enum SelectValueDialogType {
10
+ Radio = "radio",
11
+ Checkbox = "checkbox"
12
+ }
13
+
14
+ interface Choice {
15
+ value: any;
16
+ title: any;
17
+ }
18
+ interface SelectValueData extends SelectValueDialogOptions {
19
+ choices: Choice[];
20
+ }
21
+ interface SelectValueDialogOptions extends MatDialogConfig {
22
+ type?: SelectValueDialogType;
23
+ title?: string;
24
+ processButtonText?: string;
25
+ cancelButtonText?: string;
26
+ selectFieldText?: string;
27
+ }
28
+
29
+ declare class SelectValueCheckRadioDialogComponent implements OnInit {
30
+ private formBuilder;
31
+ languageService: LanguageService;
32
+ dialogRef: MatDialogRef<SelectValueCheckRadioDialogComponent, any>;
33
+ data: SelectValueData;
34
+ formGroup: UntypedFormGroup;
35
+ isDisabled$: BehaviorSubject<boolean>;
36
+ constructor();
37
+ ngOnInit(): void;
38
+ getFg(): {};
39
+ canProcess(): void;
40
+ save(): void;
41
+ cancel(): void;
42
+ onChange(e: MatRadioChange): void;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueCheckRadioDialogComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectValueCheckRadioDialogComponent, "igo-select-value-check-radio-dialog", never, {}, {}, never, never, true, never>;
45
+ }
46
+
47
+ declare class IgoSelectValueDialogModule {
48
+ /**
49
+ * @deprecated it has no effect
50
+ */
51
+ static forRoot(): ModuleWithProviders<IgoSelectValueDialogModule>;
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoSelectValueDialogModule, never>;
53
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSelectValueDialogModule, never, [typeof SelectValueCheckRadioDialogComponent], [typeof SelectValueCheckRadioDialogComponent]>;
54
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoSelectValueDialogModule>;
55
+ }
56
+
57
+ declare class SelectValueDialogService {
58
+ private dialog;
59
+ open(choices: Choice[], options?: SelectValueDialogOptions): Observable<any>;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueDialogService, never>;
61
+ static ɵprov: i0.ɵɵInjectableDeclaration<SelectValueDialogService>;
62
+ }
63
+
64
+ export { IgoSelectValueDialogModule, SelectValueCheckRadioDialogComponent, SelectValueDialogService, SelectValueDialogType };
65
+ export type { Choice, SelectValueData, SelectValueDialogOptions };
@@ -1,5 +1,31 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ModuleWithProviders } from '@angular/core';
3
+
1
4
  /**
2
- * Generated bundle index. Do not edit.
5
+ * <igoSidenavShim> directive.
6
+ *
7
+ * This directive prevents a material sidenav with mode="side"
8
+ * from focusing an element after it's closed
3
9
  */
4
- /// <amd-module name="@igo2/common/sidenav" />
5
- export * from './public_api';
10
+ declare class SidenavShimDirective {
11
+ private renderer;
12
+ private focusedElement;
13
+ private blurElement;
14
+ onOpen(): void;
15
+ onCloseStart(): void;
16
+ onClose(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidenavShimDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavShimDirective, "[igoSidenavShim]", never, {}, {}, never, never, true, never>;
19
+ }
20
+
21
+ /**
22
+ * @deprecated import the SidenavShimDirective directly
23
+ */
24
+ declare class IgoSidenavModule {
25
+ static forRoot(): ModuleWithProviders<IgoSidenavModule>;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoSidenavModule, never>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, never, [typeof SidenavShimDirective], [typeof SidenavShimDirective]>;
28
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoSidenavModule>;
29
+ }
30
+
31
+ export { IgoSidenavModule, SidenavShimDirective };
@@ -1,5 +1,53 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, OnDestroy } from '@angular/core';
3
+ import { BehaviorSubject } from 'rxjs';
4
+
1
5
  /**
2
- * Generated bundle index. Do not edit.
6
+ * A directive to bind a SpinnerComponent to the activity service.
7
+ * The activity service tracks any HTTP request and this directive
8
+ * will display the spinner it's attached to when the activity counter
9
+ * is greater than 0.
3
10
  */
4
- /// <amd-module name="@igo2/common/spinner" />
5
- export * from './public_api';
11
+ declare class SpinnerActivityDirective implements OnInit, OnDestroy {
12
+ private spinner;
13
+ private activityService;
14
+ /**
15
+ * Subscription to the activity service counter
16
+ */
17
+ private counter$$;
18
+ /**
19
+ * Subscribe to the activity service counter and display the spinner
20
+ * when it's is greater than 0.
21
+ * @internal
22
+ */
23
+ ngOnInit(): void;
24
+ /**
25
+ * Unsubcribe to the activity service counter.
26
+ * @internal
27
+ */
28
+ ngOnDestroy(): void;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerActivityDirective, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never, true, never>;
31
+ }
32
+
33
+ declare class SpinnerComponent {
34
+ shown$: BehaviorSubject<boolean>;
35
+ set shown(value: boolean);
36
+ get shown(): boolean;
37
+ show(): void;
38
+ hide(): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
41
+ }
42
+
43
+ declare const SPINNER_DIRECTIVES: readonly [typeof SpinnerActivityDirective, typeof SpinnerComponent];
44
+ /**
45
+ * @deprecated import the components/directives directly or SPINNER_DIRECTIVES for every components/directives
46
+ */
47
+ declare class IgoSpinnerModule {
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoSpinnerModule, never>;
49
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, never, [typeof SpinnerActivityDirective, typeof SpinnerComponent], [typeof SpinnerActivityDirective, typeof SpinnerComponent]>;
50
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoSpinnerModule>;
51
+ }
52
+
53
+ export { IgoSpinnerModule, SPINNER_DIRECTIVES, SpinnerActivityDirective, SpinnerComponent };
@@ -1,7 +1,7 @@
1
1
  @mixin square-button() {
2
2
  button {
3
3
  border-radius: 0 !important;
4
- background-color: var(--mat-sys-inverse-on-surface);
4
+ background-color: var(--mat-sys-surface-bright);
5
5
 
6
6
  .mat-ripple,
7
7
  .mdc-icon-button__ripple {
@@ -1,5 +1,28 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ModuleWithProviders } from '@angular/core';
3
+
4
+ declare class StopDropPropagationDirective {
5
+ onDrop(event: any): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<StopDropPropagationDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never, true, never>;
8
+ }
9
+
10
+ declare class StopPropagationDirective {
11
+ onClick(event: any): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, true, never>;
14
+ }
15
+
1
16
  /**
2
- * Generated bundle index. Do not edit.
17
+ * @deprecated import the components/directives directly or STOP_PROPAGATION_DIRECTIVES for the set
3
18
  */
4
- /// <amd-module name="@igo2/common/stop-propagation" />
5
- export * from './public_api';
19
+ declare class IgoStopPropagationModule {
20
+ static forRoot(): ModuleWithProviders<IgoStopPropagationModule>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoStopPropagationModule, never>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, never, [typeof StopDropPropagationDirective, typeof StopPropagationDirective], [typeof StopDropPropagationDirective, typeof StopPropagationDirective]>;
23
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoStopPropagationModule>;
24
+ }
25
+
26
+ declare const STOP_PROPAGATION_DIRECTIVES: readonly [typeof StopDropPropagationDirective, typeof StopPropagationDirective];
27
+
28
+ export { IgoStopPropagationModule, STOP_PROPAGATION_DIRECTIVES, StopDropPropagationDirective, StopPropagationDirective };