@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,5 +1,5 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { ActivityService } from '@igo2/core';
2
+ import { ActivityService } from '@igo2/core/activity';
3
3
  import { SpinnerComponent } from './spinner.component';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -28,5 +28,5 @@ export declare class SpinnerActivityDirective implements OnInit, OnDestroy {
28
28
  */
29
29
  ngOnDestroy(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerActivityDirective, [{ self: true; }, null]>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never, false, never>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpinnerActivityDirective, "[igoSpinnerActivity]", never, {}, {}, never, never, true, never>;
32
32
  }
@@ -8,5 +8,5 @@ export declare class SpinnerComponent {
8
8
  show(): void;
9
9
  hide(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "igo-spinner", never, { "shown": { "alias": "shown"; "required": false; }; }, {}, never, never, true, never>;
12
12
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./spinner-activity.directive";
3
3
  import * as i2 from "./spinner.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/progress-spinner";
4
+ /**
5
+ * @deprecated import the components/directives directly or SPINNER_DIRECTIVES for every components/directives
6
+ */
6
7
  export declare class IgoSpinnerModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoSpinnerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent], [typeof i3.CommonModule, typeof i4.MatProgressSpinnerModule], [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSpinnerModule, never, [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent], [typeof i1.SpinnerActivityDirective, typeof i2.SpinnerComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoSpinnerModule>;
10
11
  }
@@ -1,2 +1,5 @@
1
+ import { StopDropPropagationDirective } from './stop-drop-propagation.directive';
2
+ import { StopPropagationDirective } from './stop-propagation.directive';
1
3
  export * from './stop-propagation.directive';
2
4
  export * from './stop-drop-propagation.directive';
5
+ export declare const STOP_PROPAGATION_DIRECTIVES: readonly [typeof StopDropPropagationDirective, typeof StopPropagationDirective];
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class StopDropPropagationDirective {
3
3
  onDrop(event: any): void;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<StopDropPropagationDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StopDropPropagationDirective, "[igoStopDropPropagation]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class StopPropagationDirective {
3
3
  onClick(event: any): void;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[igoStopPropagation]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -2,9 +2,12 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./stop-drop-propagation.directive";
4
4
  import * as i2 from "./stop-propagation.directive";
5
+ /**
6
+ * @deprecated import the components/directives directly or STOP_PROPAGATION_DIRECTIVES for the set
7
+ */
5
8
  export declare class IgoStopPropagationModule {
6
9
  static forRoot(): ModuleWithProviders<IgoStopPropagationModule>;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoStopPropagationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective], never, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStopPropagationModule, never, [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective], [typeof i1.StopDropPropagationDirective, typeof i2.StopPropagationDirective]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoStopPropagationModule>;
10
13
  }
@@ -36,5 +36,5 @@ export declare class TableComponent implements OnChanges, OnInit, AfterViewInit
36
36
  masterToggle(): void;
37
37
  handleClickAction(event: any, action: any, row: any): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; }; "model": { "alias": "model"; "required": false; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; }; }, { "select": "select"; }, never, never, true, never>;
40
40
  }
@@ -1,20 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./table.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@angular/forms";
6
- import * as i4 from "@angular/cdk/table";
7
- import * as i5 from "@angular/material/icon";
8
- import * as i6 from "@angular/material/button";
9
- import * as i7 from "@angular/material/table";
10
- import * as i8 from "@angular/material/form-field";
11
- import * as i9 from "@angular/material/input";
12
- import * as i10 from "@angular/material/sort";
13
- import * as i11 from "@angular/material/checkbox";
14
- import * as i12 from "@igo2/core";
4
+ /**
5
+ * @deprecated import the TableComponent directly
6
+ */
15
7
  export declare class IgoTableModule {
16
8
  static forRoot(): ModuleWithProviders<IgoTableModule>;
17
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoTableModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, [typeof i1.TableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.CdkTableModule, typeof i5.MatIconModule, typeof i6.MatButtonModule, typeof i7.MatTableModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10.MatSortModule, typeof i11.MatCheckboxModule, typeof i12.IgoLanguageModule], [typeof i1.TableComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoTableModule, never, [typeof i1.TableComponent], [typeof i1.TableComponent]>;
19
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoTableModule>;
20
12
  }
@@ -1,5 +1 @@
1
- export declare enum ToolboxColor {
2
- White = "white",
3
- Grey = "grey",
4
- Primary = "primary"
5
- }
1
+ export type ToolboxColor = 'white' | 'grey' | 'primary';
@@ -1,10 +1,15 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./toolbox/toolbox.module";
3
+ import * as i1 from "./toolbox/toolbox.module";
4
+ /**
5
+ * @deprecated import the ToolboxComponent directly
6
+ */
5
7
  export declare class IgoToolModule {
8
+ /**
9
+ * @deprecated it has no effect
10
+ */
6
11
  static forRoot(): ModuleWithProviders<IgoToolModule>;
7
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never, [typeof i1.CommonModule], [typeof i2.IgoToolboxModule]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolModule, never, never, [typeof i1.IgoToolboxModule]>;
9
14
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolModule>;
10
15
  }
@@ -124,5 +124,5 @@ export declare class ToolboxComponent implements OnInit, OnDestroy {
124
124
  */
125
125
  private unAnimate;
126
126
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, never>;
127
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
127
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
128
128
  }
@@ -1,13 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./toolbox.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../action/action.module";
5
- import * as i4 from "../../dynamic-component/dynamic-component.module";
6
3
  /**
7
- * @ignore
4
+ * @deprecated import the ToolboxComponent directly
8
5
  */
9
6
  export declare class IgoToolboxModule {
10
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoToolboxModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, [typeof i1.ToolboxComponent], [typeof i2.CommonModule, typeof i3.IgoActionModule, typeof i4.IgoDynamicComponentModule], [typeof i1.ToolboxComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToolboxModule, never, [typeof i1.ToolboxComponent], [typeof i1.ToolboxComponent]>;
12
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoToolboxModule>;
13
10
  }
@@ -67,5 +67,5 @@ export declare class WidgetOutletComponent implements OnDestroy {
67
67
  */
68
68
  private destroyWidget;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetOutletComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, false, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "subscribers": { "alias": "subscribers"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
71
71
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./widget-outlet.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../dynamic-component/dynamic-component.module";
5
3
  /**
6
- * @ignore
4
+ * @deprecated import the WidgetOutletComponent directly
7
5
  */
8
6
  export declare class IgoWidgetOutletModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetOutletModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, [typeof i1.WidgetOutletComponent], [typeof i2.CommonModule, typeof i3.IgoDynamicComponentModule], [typeof i1.WidgetOutletComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetOutletModule, never, [typeof i1.WidgetOutletComponent], [typeof i1.WidgetOutletComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetOutletModule>;
12
10
  }
@@ -1,8 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./widget-outlet/widget-outlet.module";
2
+ import * as i1 from "./widget-outlet/widget-outlet.module";
3
+ /**
4
+ * @deprecated import the WidgetOutletComponent directly
5
+ */
4
6
  export declare class IgoWidgetModule {
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoWidgetModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.CommonModule, typeof i2.IgoWidgetOutletModule], [typeof i2.IgoWidgetOutletModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWidgetModule, never, [typeof i1.IgoWidgetOutletModule], [typeof i1.IgoWidgetOutletModule]>;
7
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoWidgetModule>;
8
10
  }
@@ -1,3 +1,6 @@
1
+ import { WorkspaceSelectorComponent } from './workspace-selector/workspace-selector.component';
2
+ import { WorkspaceWidgetOutletComponent } from './workspace-widget-outlet/workspace-widget-outlet.component';
1
3
  export * from './shared';
2
4
  export * from './workspace-selector/workspace-selector.component';
3
5
  export * from './workspace-widget-outlet/workspace-widget-outlet.component';
6
+ export declare const WORKSPACE_DIRECTIVES: readonly [typeof WorkspaceSelectorComponent, typeof WorkspaceWidgetOutletComponent];
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { EntitySelectorChange } from '../../entity/entity-selector/entity-selector.component';
2
3
  import { WorkspaceStore } from '../shared/store';
3
4
  import { Workspace } from '../shared/workspace';
4
5
  import * as i0 from "@angular/core";
@@ -31,9 +32,7 @@ export declare class WorkspaceSelectorComponent {
31
32
  * @internal
32
33
  * @param event The selection change event
33
34
  */
34
- onSelectedChange(event: {
35
- value: Workspace;
36
- }): void;
35
+ onSelectedChange(event: EntitySelectorChange<Workspace>): void;
37
36
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
39
38
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./workspace-selector.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../entity/entity-selector/entity-selector.module";
5
3
  /**
6
- * @ignore
4
+ * @deprecated import the WorkspaceSelectorComponent directly
7
5
  */
8
6
  export declare class IgoWorkspaceSelectorModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceSelectorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, [typeof i1.WorkspaceSelectorComponent], [typeof i2.CommonModule, typeof i3.IgoEntitySelectorModule], [typeof i1.WorkspaceSelectorComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceSelectorModule, never, [typeof i1.WorkspaceSelectorComponent], [typeof i1.WorkspaceSelectorComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceSelectorModule>;
12
10
  }
@@ -53,5 +53,5 @@ export declare class WorkspaceWidgetOutletComponent {
53
53
  */
54
54
  onWidgetComplete(widget: Widget): void;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceWidgetOutletComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, true, never>;
57
57
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./workspace-widget-outlet.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../widget/widget-outlet/widget-outlet.module";
5
3
  /**
6
- * @ignore
4
+ * @deprecated import the WorkspaceWidgetOutletComponent directly
7
5
  */
8
6
  export declare class IgoWorkspaceWidgetOutletModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceWidgetOutletModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, [typeof i1.WorkspaceWidgetOutletComponent], [typeof i2.CommonModule, typeof i3.IgoWidgetOutletModule], [typeof i1.WorkspaceWidgetOutletComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceWidgetOutletModule, never, [typeof i1.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceWidgetOutletComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceWidgetOutletModule>;
12
10
  }
@@ -1,9 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./workspace-selector/workspace-selector.module";
4
- import * as i3 from "./workspace-widget-outlet/workspace-widget-outlet.module";
2
+ import * as i1 from "./workspace-selector/workspace-selector.component";
3
+ import * as i2 from "./workspace-widget-outlet/workspace-widget-outlet.component";
4
+ /**
5
+ * @deprecated import the components directly or WORKSPACE_DIRECTIVES for every components/directives
6
+ */
5
7
  export declare class IgoWorkspaceModule {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoWorkspaceModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.CommonModule], [typeof i2.IgoWorkspaceSelectorModule, typeof i3.IgoWorkspaceWidgetOutletModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWorkspaceModule, never, [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent], [typeof i1.WorkspaceSelectorComponent, typeof i2.WorkspaceWidgetOutletComponent]>;
8
10
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoWorkspaceModule>;
9
11
  }
@@ -1,59 +1,59 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Cancel",
6
- "confirmBtn": "Confirm",
7
- "yes": "Yes",
8
- "no": "No",
9
- "title": "Confirm",
10
- "applyBtn": "Apply"
11
- },
12
- "selectValueDialog": {
13
- "cancelButtonText": "Cancel",
14
- "processButtonText": "Select",
15
- "multipleTitle": "Please, select values",
16
- "title": "Please, select a value",
17
- "selectFieldText": "Options"
18
- },
19
- "formDialog": {
20
- "cancelButtonText": "Cancel",
21
- "processButtonText": "Submit",
22
- "title": "Fill the form"
23
- },
24
- "table": {
25
- "filter": "Filter"
26
- },
27
- "entity-table": {
28
- "targetHtmlUrl": "Open the external link"
29
- },
30
- "form": {
31
- "errors": {
32
- "email": "You must provide a email",
33
- "required": "This field is required"
34
- }
35
- },
36
- "actionbar": {
37
- "scrollUp": "Scroll up",
38
- "scrollDown": "Scroll down",
39
- "icon": "Action list"
40
- },
41
- "interactiveTour": {
42
- "tooltipTourToolButton": "Interactive tour of the application",
43
- "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
44
- "buttonTitle": "Discover",
45
- "exitButton": "Exit",
46
- "backButton": "Back",
47
- "nextButton": "Next"
48
- },
49
- "paginator": {
50
- "firstPageLabel": "First page",
51
- "itemsPerPageLabel": "Items per page:",
52
- "lastPageLabel": "Last page",
53
- "nextPageLabel": "Next page",
54
- "previousPageLabel": "Previous page",
55
- "of": "of"
56
- }
57
- }
58
- }
59
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Cancel",
6
+ "confirmBtn": "Confirm",
7
+ "yes": "Yes",
8
+ "no": "No",
9
+ "title": "Confirm",
10
+ "applyBtn": "Apply"
11
+ },
12
+ "selectValueDialog": {
13
+ "cancelButtonText": "Cancel",
14
+ "processButtonText": "Select",
15
+ "multipleTitle": "Please, select values",
16
+ "title": "Please, select a value",
17
+ "selectFieldText": "Options"
18
+ },
19
+ "formDialog": {
20
+ "cancelButtonText": "Cancel",
21
+ "processButtonText": "Submit",
22
+ "title": "Fill the form"
23
+ },
24
+ "table": {
25
+ "filter": "Filter"
26
+ },
27
+ "entity-table": {
28
+ "targetHtmlUrl": "Open the external link"
29
+ },
30
+ "form": {
31
+ "errors": {
32
+ "email": "You must provide a email",
33
+ "required": "This field is required"
34
+ }
35
+ },
36
+ "actionbar": {
37
+ "scrollUp": "Scroll up",
38
+ "scrollDown": "Scroll down",
39
+ "icon": "Action list"
40
+ },
41
+ "interactiveTour": {
42
+ "tooltipTourToolButton": "Interactive tour of the application",
43
+ "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
44
+ "buttonTitle": "Discover",
45
+ "exitButton": "Exit",
46
+ "backButton": "Back",
47
+ "nextButton": "Next"
48
+ },
49
+ "paginator": {
50
+ "firstPageLabel": "First page",
51
+ "itemsPerPageLabel": "Items per page:",
52
+ "lastPageLabel": "Last page",
53
+ "nextPageLabel": "Next page",
54
+ "previousPageLabel": "Previous page",
55
+ "of": "of"
56
+ }
57
+ }
58
+ }
59
+ }
@@ -1,59 +1,59 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Annuler",
6
- "confirmBtn": "Confirmer",
7
- "yes": "Oui",
8
- "no": "Non",
9
- "title": "Confirmation",
10
- "applyBtn": "Appliquer"
11
- },
12
- "selectValueDialog": {
13
- "cancelButtonText": "Annuler",
14
- "processButtonText": "Sélectionner",
15
- "multipleTitle": "Veuiller sélectionner une ou plusieurs valeurs",
16
- "title": "Veuiller sélectionner une valeur",
17
- "selectFieldText": "Options"
18
- },
19
- "formDialog": {
20
- "cancelButtonText": "Annuler",
21
- "processButtonText": "Confirmer",
22
- "title": "Veuiller remplir le formulaire"
23
- },
24
- "table": {
25
- "filter": "Filtre"
26
- },
27
- "entity-table": {
28
- "targetHtmlUrl": "Ouvrir le lien externe"
29
- },
30
- "form": {
31
- "errors": {
32
- "email": "Veuillez saisir un courriel",
33
- "required": "Ce champ est requis"
34
- }
35
- },
36
- "actionbar": {
37
- "scrollUp": "Défiler vers le haut",
38
- "scrollDown": "Défiler vers le bas",
39
- "icon": "Actions supplémentaires"
40
- },
41
- "interactiveTour": {
42
- "tooltipTourToolButton": "Aide interactive sur l'outil",
43
- "disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
44
- "buttonTitle": "Découvrir",
45
- "exitButton": "Quitter",
46
- "backButton": "Précédent",
47
- "nextButton": "Suivant"
48
- },
49
- "paginator": {
50
- "firstPageLabel": "Première page",
51
- "itemsPerPageLabel": "Entités par page:",
52
- "lastPageLabel": "Dernière page",
53
- "nextPageLabel": "Page suivante",
54
- "previousPageLabel": "Page précédente",
55
- "of": "de"
56
- }
57
- }
58
- }
59
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Annuler",
6
+ "confirmBtn": "Confirmer",
7
+ "yes": "Oui",
8
+ "no": "Non",
9
+ "title": "Confirmation",
10
+ "applyBtn": "Appliquer"
11
+ },
12
+ "selectValueDialog": {
13
+ "cancelButtonText": "Annuler",
14
+ "processButtonText": "Sélectionner",
15
+ "multipleTitle": "Veuiller sélectionner une ou plusieurs valeurs",
16
+ "title": "Veuiller sélectionner une valeur",
17
+ "selectFieldText": "Options"
18
+ },
19
+ "formDialog": {
20
+ "cancelButtonText": "Annuler",
21
+ "processButtonText": "Confirmer",
22
+ "title": "Veuiller remplir le formulaire"
23
+ },
24
+ "table": {
25
+ "filter": "Filtre"
26
+ },
27
+ "entity-table": {
28
+ "targetHtmlUrl": "Ouvrir le lien externe"
29
+ },
30
+ "form": {
31
+ "errors": {
32
+ "email": "Veuillez saisir un courriel",
33
+ "required": "Ce champ est requis"
34
+ }
35
+ },
36
+ "actionbar": {
37
+ "scrollUp": "Défiler vers le haut",
38
+ "scrollDown": "Défiler vers le bas",
39
+ "icon": "Actions supplémentaires"
40
+ },
41
+ "interactiveTour": {
42
+ "tooltipTourToolButton": "Aide interactive sur l'outil",
43
+ "disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
44
+ "buttonTitle": "Découvrir",
45
+ "exitButton": "Quitter",
46
+ "backButton": "Précédent",
47
+ "nextButton": "Suivant"
48
+ },
49
+ "paginator": {
50
+ "firstPageLabel": "Première page",
51
+ "itemsPerPageLabel": "Entités par page:",
52
+ "lastPageLabel": "Dernière page",
53
+ "nextPageLabel": "Page suivante",
54
+ "previousPageLabel": "Page précédente",
55
+ "of": "de"
56
+ }
57
+ }
58
+ }
59
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "16.3.0",
3
+ "version": "17.0.0-next.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -39,14 +39,14 @@
39
39
  "tslib": "^2.6.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@angular/common": "^16.2.5",
43
- "@angular/core": "^16.2.5",
44
- "@angular/material": "^16.2.4",
45
- "@angular/platform-browser": "^16.2.5",
42
+ "@angular/common": "^17.0.6",
43
+ "@angular/core": "^17.0.6",
44
+ "@angular/material": "^17.0.3",
45
+ "@angular/platform-browser": "^17.0.6",
46
46
  "@floating-ui/utils": "^0.1.4",
47
- "@igo2/core": "^16.3.0",
48
- "@igo2/utils": "^16.3.0",
49
- "angular-shepherd": "16.0.0",
47
+ "@igo2/core": "^17.0.0-next.2",
48
+ "@igo2/utils": "^17.0.0-next.2",
49
+ "angular-shepherd": "17.0.0",
50
50
  "ngx-color": "^9.0.0",
51
51
  "scroll-into-view-if-needed": "^3.0.0",
52
52
  "tinycolor2": "^1.6.0",