@igo2/common 16.2.0 → 17.0.0-next.0

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 (313) 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 +32 -13
  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/action.interfaces.mjs +1 -1
  8. package/esm2022/lib/action/shared/index.mjs +1 -1
  9. package/esm2022/lib/action/shared/store.mjs +1 -1
  10. package/esm2022/lib/backdrop/backdrop.component.mjs +7 -7
  11. package/esm2022/lib/backdrop/backdrop.module.mjs +9 -8
  12. package/esm2022/lib/backdrop/index.mjs +1 -1
  13. package/esm2022/lib/badge-icon/badge-icon.directive.mjs +9 -7
  14. package/esm2022/lib/badge-icon/badge-icon.module.mjs +10 -10
  15. package/esm2022/lib/badge-icon/index.mjs +1 -1
  16. package/esm2022/lib/clickout/clickout.directive.mjs +7 -6
  17. package/esm2022/lib/clickout/clickout.module.mjs +9 -7
  18. package/esm2022/lib/clickout/index.mjs +1 -1
  19. package/esm2022/lib/clone/clone.module.mjs +9 -7
  20. package/esm2022/lib/clone/clone.pipe.mjs +6 -5
  21. package/esm2022/lib/clone/index.mjs +1 -1
  22. package/esm2022/lib/collapsible/collapse.directive.mjs +7 -6
  23. package/esm2022/lib/collapsible/collapsible.component.mjs +10 -8
  24. package/esm2022/lib/collapsible/collapsible.module.mjs +9 -9
  25. package/esm2022/lib/collapsible/index.mjs +7 -1
  26. package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +25 -12
  27. package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +9 -41
  28. package/esm2022/lib/color-picker-form-field/index.mjs +1 -1
  29. package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +15 -7
  30. package/esm2022/lib/confirm-dialog/confirm-dialog.interface.mjs +1 -1
  31. package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +9 -10
  32. package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +7 -6
  33. package/esm2022/lib/confirm-dialog/index.mjs +1 -1
  34. package/esm2022/lib/context-menu/context-menu.directive.mjs +7 -6
  35. package/esm2022/lib/context-menu/context-menu.module.mjs +9 -7
  36. package/esm2022/lib/context-menu/index.mjs +7 -1
  37. package/esm2022/lib/context-menu/long-press.directive.mjs +7 -6
  38. package/esm2022/lib/custom-html/custom-html.component.mjs +7 -7
  39. package/esm2022/lib/custom-html/custom-html.module.mjs +10 -31
  40. package/esm2022/lib/custom-html/custom-html.pipe.mjs +9 -6
  41. package/esm2022/lib/custom-html/index.mjs +7 -1
  42. package/esm2022/lib/dom/dom.interfaces.mjs +1 -1
  43. package/esm2022/lib/dom/dom.module.mjs +11 -5
  44. package/esm2022/lib/dom/dom.service.mjs +5 -5
  45. package/esm2022/lib/dom/index.mjs +1 -1
  46. package/esm2022/lib/drag-drop/drag-drop.directive.mjs +6 -5
  47. package/esm2022/lib/drag-drop/drag-drop.module.mjs +9 -7
  48. package/esm2022/lib/drag-drop/index.mjs +1 -1
  49. package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +11 -11
  50. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +6 -6
  51. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +8 -10
  52. package/esm2022/lib/dynamic-component/index.mjs +1 -1
  53. package/esm2022/lib/dynamic-component/shared/dynamic-component.interfaces.mjs +1 -1
  54. package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
  55. package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +5 -5
  56. package/esm2022/lib/dynamic-component/shared/index.mjs +1 -1
  57. package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +20 -10
  58. package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +8 -12
  59. package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +7 -6
  60. package/esm2022/lib/entity/entity-table/entity-table.component.mjs +75 -33
  61. package/esm2022/lib/entity/entity-table/entity-table.module.mjs +8 -84
  62. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +7 -7
  63. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.interface.mjs +1 -1
  64. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +8 -10
  65. package/esm2022/lib/entity/entity-table-paginator/index.mjs +3 -0
  66. package/esm2022/lib/entity/entity.module.mjs +14 -20
  67. package/esm2022/lib/entity/index.mjs +9 -1
  68. package/esm2022/lib/entity/shared/entity.enums.mjs +1 -1
  69. package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
  70. package/esm2022/lib/entity/shared/entity.utils.mjs +1 -1
  71. package/esm2022/lib/entity/shared/state.mjs +1 -1
  72. package/esm2022/lib/entity/shared/store.mjs +1 -1
  73. package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
  74. package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
  75. package/esm2022/lib/entity/shared/strategies/index.mjs +1 -1
  76. package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
  77. package/esm2022/lib/entity/shared/transaction.mjs +1 -1
  78. package/esm2022/lib/entity/shared/view.mjs +1 -1
  79. package/esm2022/lib/entity/shared/watcher.mjs +1 -1
  80. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  81. package/esm2022/lib/environment/index.mjs +1 -1
  82. package/esm2022/lib/flexible/flexible.component.mjs +6 -6
  83. package/esm2022/lib/flexible/flexible.module.mjs +9 -7
  84. package/esm2022/lib/flexible/flexible.type.mjs +1 -1
  85. package/esm2022/lib/flexible/index.mjs +1 -1
  86. package/esm2022/lib/form/form/form.component.mjs +9 -8
  87. package/esm2022/lib/form/form/form.module.mjs +8 -11
  88. package/esm2022/lib/form/form-field/form-field-select.component.mjs +31 -13
  89. package/esm2022/lib/form/form-field/form-field-text.component.mjs +31 -14
  90. package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +27 -12
  91. package/esm2022/lib/form/form-field/form-field.component.mjs +8 -8
  92. package/esm2022/lib/form/form-field/form-field.module.mjs +13 -67
  93. package/esm2022/lib/form/form-field/index.mjs +11 -1
  94. package/esm2022/lib/form/form-group/form-group.component.mjs +19 -10
  95. package/esm2022/lib/form/form-group/form-group.module.mjs +8 -24
  96. package/esm2022/lib/form/form.module.mjs +15 -16
  97. package/esm2022/lib/form/index.mjs +9 -1
  98. package/esm2022/lib/form/shared/form-field-component.mjs +1 -1
  99. package/esm2022/lib/form/shared/form-field.service.mjs +5 -5
  100. package/esm2022/lib/form/shared/form.interfaces.mjs +1 -1
  101. package/esm2022/lib/form/shared/form.service.mjs +5 -5
  102. package/esm2022/lib/form/shared/form.utils.mjs +1 -1
  103. package/esm2022/lib/form/shared/index.mjs +1 -1
  104. package/esm2022/lib/form-dialog/form-dialog.component.mjs +29 -15
  105. package/esm2022/lib/form-dialog/form-dialog.interface.mjs +1 -1
  106. package/esm2022/lib/form-dialog/form-dialog.module.mjs +12 -33
  107. package/esm2022/lib/form-dialog/form-dialog.service.mjs +5 -5
  108. package/esm2022/lib/form-dialog/index.mjs +1 -1
  109. package/esm2022/lib/home-button/home-button.component.mjs +13 -9
  110. package/esm2022/lib/home-button/home-button.module.mjs +8 -29
  111. package/esm2022/lib/home-button/index.mjs +1 -1
  112. package/esm2022/lib/image/image-error.directive.mjs +7 -6
  113. package/esm2022/lib/image/image.module.mjs +9 -7
  114. package/esm2022/lib/image/index.mjs +4 -1
  115. package/esm2022/lib/image/secure-image.pipe.mjs +7 -6
  116. package/esm2022/lib/interactive-tour/index.mjs +1 -1
  117. package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +23 -11
  118. package/esm2022/lib/interactive-tour/interactive-tour.interface.mjs +1 -1
  119. package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +5 -5
  120. package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +8 -28
  121. package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +5 -5
  122. package/esm2022/lib/json-dialog/index.mjs +1 -1
  123. package/esm2022/lib/json-dialog/json-dialog.component.mjs +19 -10
  124. package/esm2022/lib/json-dialog/json-dialog.module.mjs +9 -11
  125. package/esm2022/lib/json-dialog/json-dialog.service.mjs +5 -5
  126. package/esm2022/lib/keyvalue/index.mjs +1 -1
  127. package/esm2022/lib/keyvalue/keyvalue.module.mjs +9 -7
  128. package/esm2022/lib/keyvalue/keyvalue.pipe.mjs +6 -5
  129. package/esm2022/lib/list/index.mjs +4 -1
  130. package/esm2022/lib/list/list-item.directive.mjs +7 -6
  131. package/esm2022/lib/list/list.component.mjs +10 -9
  132. package/esm2022/lib/list/list.module.mjs +9 -11
  133. package/esm2022/lib/panel/index.mjs +1 -1
  134. package/esm2022/lib/panel/panel.component.mjs +6 -6
  135. package/esm2022/lib/panel/panel.module.mjs +10 -9
  136. package/esm2022/lib/select-value-dialog/index.mjs +1 -1
  137. package/esm2022/lib/select-value-dialog/select-value-check-radio-dialog.component.mjs +29 -13
  138. package/esm2022/lib/select-value-dialog/select-value-dialog.enums.mjs +1 -1
  139. package/esm2022/lib/select-value-dialog/select-value-dialog.interface.mjs +1 -1
  140. package/esm2022/lib/select-value-dialog/select-value-dialog.module.mjs +9 -41
  141. package/esm2022/lib/select-value-dialog/select-value-dialog.service.mjs +5 -5
  142. package/esm2022/lib/sidenav/index.mjs +1 -1
  143. package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +8 -7
  144. package/esm2022/lib/sidenav/sidenav.module.mjs +9 -7
  145. package/esm2022/lib/spinner/index.mjs +7 -1
  146. package/esm2022/lib/spinner/spinner-activity.directive.mjs +8 -7
  147. package/esm2022/lib/spinner/spinner.component.mjs +8 -8
  148. package/esm2022/lib/spinner/spinner.module.mjs +13 -12
  149. package/esm2022/lib/stop-propagation/index.mjs +7 -1
  150. package/esm2022/lib/stop-propagation/stop-drop-propagation.directive.mjs +6 -5
  151. package/esm2022/lib/stop-propagation/stop-propagation.directive.mjs +6 -5
  152. package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +9 -7
  153. package/esm2022/lib/table/index.mjs +1 -1
  154. package/esm2022/lib/table/table-action-color.enum.mjs +1 -1
  155. package/esm2022/lib/table/table-database.mjs +1 -1
  156. package/esm2022/lib/table/table-datasource.mjs +1 -1
  157. package/esm2022/lib/table/table-model.interface.mjs +1 -1
  158. package/esm2022/lib/table/table.component.mjs +34 -15
  159. package/esm2022/lib/table/table.module.mjs +9 -50
  160. package/esm2022/lib/tool/index.mjs +1 -1
  161. package/esm2022/lib/tool/shared/index.mjs +1 -1
  162. package/esm2022/lib/tool/shared/tool-component.mjs +1 -1
  163. package/esm2022/lib/tool/shared/tool.interface.mjs +1 -1
  164. package/esm2022/lib/tool/shared/tool.service.mjs +5 -5
  165. package/esm2022/lib/tool/shared/toolbox.enums.mjs +2 -7
  166. package/esm2022/lib/tool/shared/toolbox.mjs +1 -1
  167. package/esm2022/lib/tool/tool.module.mjs +12 -9
  168. package/esm2022/lib/tool/toolbox/toolbox.animation.mjs +1 -1
  169. package/esm2022/lib/tool/toolbox/toolbox.component.mjs +17 -12
  170. package/esm2022/lib/tool/toolbox/toolbox.module.mjs +8 -12
  171. package/esm2022/lib/widget/index.mjs +1 -1
  172. package/esm2022/lib/widget/shared/index.mjs +1 -1
  173. package/esm2022/lib/widget/shared/widget.interfaces.mjs +1 -1
  174. package/esm2022/lib/widget/shared/widget.mjs +1 -1
  175. package/esm2022/lib/widget/shared/widget.service.mjs +5 -5
  176. package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +8 -8
  177. package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +8 -11
  178. package/esm2022/lib/widget/widget.module.mjs +9 -7
  179. package/esm2022/lib/workspace/index.mjs +7 -1
  180. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  181. package/esm2022/lib/workspace/shared/store.mjs +1 -1
  182. package/esm2022/lib/workspace/shared/workspace.interfaces.mjs +1 -1
  183. package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
  184. package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +6 -6
  185. package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +8 -11
  186. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +8 -8
  187. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +8 -11
  188. package/esm2022/lib/workspace/workspace.module.mjs +13 -10
  189. package/esm2022/public_api.mjs +18 -18
  190. package/fesm2022/igo2-common.mjs +2991 -3000
  191. package/fesm2022/igo2-common.mjs.map +1 -1
  192. package/lib/action/action.module.d.ts +5 -3
  193. package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
  194. package/lib/action/actionbar/actionbar.component.d.ts +4 -3
  195. package/lib/action/actionbar/actionbar.module.d.ts +2 -12
  196. package/lib/backdrop/backdrop.component.d.ts +1 -1
  197. package/lib/backdrop/backdrop.module.d.ts +4 -2
  198. package/lib/badge-icon/badge-icon.directive.d.ts +1 -1
  199. package/lib/badge-icon/badge-icon.module.d.ts +4 -3
  200. package/lib/clickout/clickout.directive.d.ts +1 -1
  201. package/lib/clickout/clickout.module.d.ts +4 -1
  202. package/lib/clone/clone.module.d.ts +4 -1
  203. package/lib/clone/clone.pipe.d.ts +1 -1
  204. package/lib/collapsible/collapse.directive.d.ts +1 -1
  205. package/lib/collapsible/collapsible.component.d.ts +1 -1
  206. package/lib/collapsible/collapsible.module.d.ts +4 -3
  207. package/lib/collapsible/index.d.ts +3 -0
  208. package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +1 -1
  209. package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +4 -9
  210. package/lib/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  211. package/lib/confirm-dialog/confirm-dialog.module.d.ts +4 -4
  212. package/lib/context-menu/context-menu.directive.d.ts +1 -1
  213. package/lib/context-menu/context-menu.module.d.ts +4 -1
  214. package/lib/context-menu/index.d.ts +3 -0
  215. package/lib/context-menu/long-press.directive.d.ts +1 -1
  216. package/lib/custom-html/custom-html.component.d.ts +1 -1
  217. package/lib/custom-html/custom-html.module.d.ts +4 -7
  218. package/lib/custom-html/custom-html.pipe.d.ts +1 -1
  219. package/lib/custom-html/index.d.ts +3 -0
  220. package/lib/dom/dom.module.d.ts +6 -0
  221. package/lib/drag-drop/drag-drop.directive.d.ts +1 -1
  222. package/lib/drag-drop/drag-drop.module.d.ts +4 -1
  223. package/lib/dynamic-component/dynamic-component.module.d.ts +5 -3
  224. package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.d.ts +1 -1
  225. package/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.d.ts +2 -3
  226. package/lib/entity/entity-selector/entity-selector.component.d.ts +6 -5
  227. package/lib/entity/entity-selector/entity-selector.module.d.ts +2 -5
  228. package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
  229. package/lib/entity/entity-table/entity-table.component.d.ts +2 -2
  230. package/lib/entity/entity-table/entity-table.module.d.ts +2 -21
  231. package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +1 -1
  232. package/lib/entity/entity-table-paginator/entity-table-paginator.module.d.ts +2 -3
  233. package/lib/entity/entity-table-paginator/index.d.ts +2 -0
  234. package/lib/entity/entity.module.d.ts +7 -5
  235. package/lib/entity/index.d.ts +4 -0
  236. package/lib/entity/shared/entity.interfaces.d.ts +7 -0
  237. package/lib/flexible/flexible.component.d.ts +1 -1
  238. package/lib/flexible/flexible.module.d.ts +4 -1
  239. package/lib/form/form/form.component.d.ts +1 -1
  240. package/lib/form/form/form.module.d.ts +2 -4
  241. package/lib/form/form-field/form-field-select.component.d.ts +1 -1
  242. package/lib/form/form-field/form-field-text.component.d.ts +1 -1
  243. package/lib/form/form-field/form-field-textarea.component.d.ts +1 -1
  244. package/lib/form/form-field/form-field.component.d.ts +1 -1
  245. package/lib/form/form-field/form-field.module.d.ts +2 -11
  246. package/lib/form/form-field/index.d.ts +5 -0
  247. package/lib/form/form-group/form-group.component.d.ts +1 -1
  248. package/lib/form/form-group/form-group.module.d.ts +2 -6
  249. package/lib/form/form.module.d.ts +8 -6
  250. package/lib/form/index.d.ts +3 -0
  251. package/lib/form-dialog/form-dialog.component.d.ts +1 -1
  252. package/lib/form-dialog/form-dialog.module.d.ts +9 -9
  253. package/lib/home-button/home-button.component.d.ts +1 -1
  254. package/lib/home-button/home-button.module.d.ts +2 -7
  255. package/lib/image/image-error.directive.d.ts +1 -1
  256. package/lib/image/image.module.d.ts +4 -1
  257. package/lib/image/index.d.ts +3 -0
  258. package/lib/image/secure-image.pipe.d.ts +1 -1
  259. package/lib/interactive-tour/interactive-tour.component.d.ts +1 -1
  260. package/lib/interactive-tour/interactive-tour.module.d.ts +1 -6
  261. package/lib/json-dialog/json-dialog.component.d.ts +1 -1
  262. package/lib/json-dialog/json-dialog.module.d.ts +4 -5
  263. package/lib/keyvalue/keyvalue.module.d.ts +4 -1
  264. package/lib/keyvalue/keyvalue.pipe.d.ts +1 -1
  265. package/lib/list/index.d.ts +3 -0
  266. package/lib/list/list-item.directive.d.ts +1 -1
  267. package/lib/list/list.component.d.ts +1 -1
  268. package/lib/list/list.module.d.ts +4 -5
  269. package/lib/panel/panel.component.d.ts +1 -1
  270. package/lib/panel/panel.module.d.ts +4 -2
  271. package/lib/select-value-dialog/select-value-check-radio-dialog.component.d.ts +1 -1
  272. package/lib/select-value-dialog/select-value-dialog.module.d.ts +4 -9
  273. package/lib/sidenav/sidenav-shim.directive.d.ts +1 -1
  274. package/lib/sidenav/sidenav.module.d.ts +4 -1
  275. package/lib/spinner/index.d.ts +3 -0
  276. package/lib/spinner/spinner-activity.directive.d.ts +1 -1
  277. package/lib/spinner/spinner.component.d.ts +1 -1
  278. package/lib/spinner/spinner.module.d.ts +4 -3
  279. package/lib/stop-propagation/index.d.ts +3 -0
  280. package/lib/stop-propagation/stop-drop-propagation.directive.d.ts +1 -1
  281. package/lib/stop-propagation/stop-propagation.directive.d.ts +1 -1
  282. package/lib/stop-propagation/stop-propagation.module.d.ts +4 -1
  283. package/lib/table/table.component.d.ts +1 -1
  284. package/lib/table/table.module.d.ts +4 -12
  285. package/lib/tool/shared/toolbox.enums.d.ts +1 -5
  286. package/lib/tool/tool.module.d.ts +8 -3
  287. package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
  288. package/lib/tool/toolbox/toolbox.module.d.ts +2 -5
  289. package/lib/widget/widget-outlet/widget-outlet.component.d.ts +1 -1
  290. package/lib/widget/widget-outlet/widget-outlet.module.d.ts +2 -4
  291. package/lib/widget/widget.module.d.ts +5 -3
  292. package/lib/workspace/index.d.ts +3 -0
  293. package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +3 -4
  294. package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +2 -4
  295. package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.d.ts +1 -1
  296. package/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.d.ts +2 -4
  297. package/lib/workspace/workspace.module.d.ts +6 -4
  298. package/package.json +9 -9
  299. package/public_api.d.ts +17 -17
  300. package/src/common-theme.scss +19 -19
  301. package/src/lib/action/action.theming.scss +5 -5
  302. package/src/lib/action/actionbar/actionbar-item.theming.scss +32 -32
  303. package/src/lib/action/actionbar/actionbar.theming.scss +22 -22
  304. package/src/lib/collapsible/collapsible.theming.scss +22 -22
  305. package/src/lib/entity/entity-selector/entity-selector.theming.scss +21 -21
  306. package/src/lib/entity/entity-table/entity-table.theming.scss +37 -37
  307. package/src/lib/entity/entity.theming.scss +7 -7
  308. package/src/lib/home-button/home-button.theming.scss +18 -18
  309. package/src/lib/interactive-tour/interactive-tour.theming.scss +32 -32
  310. package/src/lib/list/list.theming.scss +58 -58
  311. package/src/lib/panel/panel.theming.scss +30 -30
  312. package/src/lib/tool/tool.theming.scss +5 -5
  313. package/src/lib/tool/toolbox/toolbox.theming.scss +105 -105
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "16.2.0",
3
+ "version": "17.0.0-next.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "./style": {
26
26
  "style": "./style/style.css"
27
27
  },
28
- "./theming": {
28
+ "./theme": {
29
29
  "sass": "./src/common-theme.scss"
30
30
  },
31
31
  "./partial/*": {
@@ -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.2.0",
48
- "@igo2/utils": "^16.2.0",
49
- "angular-shepherd": "16.0.0",
47
+ "@igo2/core": "^17.0.0-next.0",
48
+ "@igo2/utils": "^17.0.0-next.0",
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",
package/public_api.d.ts CHANGED
@@ -5,68 +5,69 @@ export * from './lib/badge-icon/badge-icon.module';
5
5
  export * from './lib/clickout/clickout.module';
6
6
  export * from './lib/clone/clone.module';
7
7
  export * from './lib/collapsible/collapsible.module';
8
+ export * from './lib/color-picker-form-field/color-picker-form-field.module';
8
9
  export * from './lib/confirm-dialog/confirm-dialog.module';
9
- export * from './lib/select-value-dialog/select-value-dialog.module';
10
- export * from './lib/form-dialog/form-dialog.module';
11
10
  export * from './lib/context-menu/context-menu.module';
12
11
  export * from './lib/custom-html/custom-html.module';
13
12
  export * from './lib/dom/dom.module';
14
13
  export * from './lib/drag-drop/drag-drop.module';
15
14
  export * from './lib/dynamic-component/dynamic-component.module';
16
15
  export * from './lib/dynamic-component/dynamic-outlet/dynamic-outlet.module';
16
+ export * from './lib/entity/entity-selector/entity-selector.module';
17
+ export * from './lib/entity/entity-table-paginator/entity-table-paginator.module';
18
+ export * from './lib/entity/entity-table/entity-table.module';
19
+ export * from './lib/entity/entity.module';
17
20
  export * from './lib/environment';
18
21
  export * from './lib/flexible/flexible.module';
22
+ export * from './lib/form-dialog/form-dialog.module';
23
+ export * from './lib/form/form-field/form-field.module';
24
+ export * from './lib/form/form-group/form-group.module';
19
25
  export * from './lib/form/form.module';
20
26
  export * from './lib/form/form/form.module';
21
27
  export * from './lib/home-button/home-button.module';
22
- export * from './lib/form/form-field/form-field.module';
23
- export * from './lib/form/form-group/form-group.module';
24
- export * from './lib/entity/entity.module';
25
- export * from './lib/entity/entity-selector/entity-selector.module';
26
- export * from './lib/entity/entity-table/entity-table.module';
27
- export * from './lib/entity/entity-table-paginator/entity-table-paginator.module';
28
28
  export * from './lib/image/image.module';
29
29
  export * from './lib/interactive-tour/interactive-tour.module';
30
30
  export * from './lib/json-dialog/json-dialog.module';
31
31
  export * from './lib/keyvalue/keyvalue.module';
32
32
  export * from './lib/list/list.module';
33
33
  export * from './lib/panel/panel.module';
34
+ export * from './lib/select-value-dialog/select-value-dialog.module';
34
35
  export * from './lib/sidenav/sidenav.module';
35
36
  export * from './lib/spinner/spinner.module';
36
37
  export * from './lib/stop-propagation/stop-propagation.module';
37
38
  export * from './lib/table/table.module';
38
39
  export * from './lib/tool/tool.module';
39
40
  export * from './lib/tool/toolbox/toolbox.module';
40
- export * from './lib/widget/widget.module';
41
41
  export * from './lib/widget/widget-outlet/widget-outlet.module';
42
- export * from './lib/workspace/workspace.module';
42
+ export * from './lib/widget/widget.module';
43
43
  export * from './lib/workspace/workspace-selector/workspace-selector.module';
44
44
  export * from './lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module';
45
- export * from './lib/color-picker-form-field/color-picker-form-field.module';
45
+ export * from './lib/workspace/workspace.module';
46
46
  export * from './lib/action';
47
47
  export * from './lib/backdrop';
48
48
  export * from './lib/badge-icon';
49
49
  export * from './lib/clickout';
50
50
  export * from './lib/clone';
51
51
  export * from './lib/collapsible';
52
+ export * from './lib/color-picker-form-field';
52
53
  export * from './lib/confirm-dialog';
53
- export * from './lib/select-value-dialog';
54
- export * from './lib/form-dialog';
55
54
  export * from './lib/context-menu';
56
55
  export * from './lib/custom-html';
57
- export * from './lib/drag-drop';
58
56
  export * from './lib/dom';
57
+ export * from './lib/drag-drop';
59
58
  export * from './lib/dynamic-component';
60
- export * from './lib/form';
61
- export * from './lib/home-button';
62
59
  export * from './lib/entity';
63
60
  export * from './lib/flexible';
61
+ export * from './lib/form-dialog';
62
+ export * from './lib/form';
63
+ export * from './lib/home-button';
64
64
  export * from './lib/image';
65
65
  export * from './lib/interactive-tour';
66
66
  export * from './lib/json-dialog';
67
67
  export * from './lib/keyvalue';
68
68
  export * from './lib/list';
69
69
  export * from './lib/panel';
70
+ export * from './lib/select-value-dialog';
70
71
  export * from './lib/sidenav';
71
72
  export * from './lib/spinner';
72
73
  export * from './lib/stop-propagation';
@@ -74,4 +75,3 @@ export * from './lib/table';
74
75
  export * from './lib/tool';
75
76
  export * from './lib/widget';
76
77
  export * from './lib/workspace';
77
- export * from './lib/color-picker-form-field';
@@ -1,19 +1,19 @@
1
- @use './lib/action/action.theming.scss' as action;
2
- @use './lib/collapsible/collapsible.theming.scss' as collapsible;
3
- @use './lib/entity/entity.theming.scss' as entity;
4
- @use './lib/list/list.theming.scss' as list;
5
- @use './lib/panel/panel.theming.scss' as panel;
6
- @use './lib/tool/tool.theming.scss' as tool;
7
- @use './lib/interactive-tour/interactive-tour.theming.scss' as interactive-tour;
8
- @use './lib/home-button/home-button.theming.scss' as home-button;
9
-
10
- @mixin common-component-themes($theme) {
11
- @include action.igo-action-theming($theme);
12
- @include collapsible.igo-collapsible-theming($theme);
13
- @include entity.igo-entity-theming($theme);
14
- @include list.igo-list-theming($theme);
15
- @include panel.theme($theme);
16
- @include tool.igo-tool-theming($theme);
17
- @include interactive-tour.theme($theme);
18
- @include home-button.theme($theme);
19
- }
1
+ @use './lib/action/action.theming.scss' as action;
2
+ @use './lib/collapsible/collapsible.theming.scss' as collapsible;
3
+ @use './lib/entity/entity.theming.scss' as entity;
4
+ @use './lib/list/list.theming.scss' as list;
5
+ @use './lib/panel/panel.theming.scss' as panel;
6
+ @use './lib/tool/tool.theming.scss' as tool;
7
+ @use './lib/interactive-tour/interactive-tour.theming.scss' as interactive-tour;
8
+ @use './lib/home-button/home-button.theming.scss' as home-button;
9
+
10
+ @mixin common-component-themes($theme) {
11
+ @include action.igo-action-theming($theme);
12
+ @include collapsible.igo-collapsible-theming($theme);
13
+ @include entity.igo-entity-theming($theme);
14
+ @include list.igo-list-theming($theme);
15
+ @include panel.theme($theme);
16
+ @include tool.igo-tool-theming($theme);
17
+ @include interactive-tour.theme($theme);
18
+ @include home-button.theme($theme);
19
+ }
@@ -1,5 +1,5 @@
1
- @use './actionbar/actionbar-item.theming.scss' as actionbar-item;
2
-
3
- @mixin igo-action-theming($theme) {
4
- @include actionbar-item.density($theme);
5
- }
1
+ @use './actionbar/actionbar-item.theming.scss' as actionbar-item;
2
+
3
+ @mixin igo-action-theming($theme) {
4
+ @include actionbar-item.density($theme);
5
+ }
@@ -1,32 +1,32 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- @include typography($theme);
7
- }
8
-
9
- @mixin density($theme) {
10
- $density: mat.get-density-config($theme);
11
- $theme: map.merge(
12
- $theme,
13
- (
14
- density: $density - 2
15
- )
16
- );
17
-
18
- igo-actionbar-item {
19
- @include mat.icon-button-density($theme);
20
- @include mat.list-density($theme);
21
- }
22
- }
23
-
24
- @mixin typography($theme) {
25
- $typography: mat.get-typography-config($theme);
26
-
27
- igo-actionbar-item {
28
- mat-checkbox label {
29
- font-size: mat.font-size($typography, body-1);
30
- }
31
- }
32
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include density($theme);
6
+ @include typography($theme);
7
+ }
8
+
9
+ @mixin density($theme) {
10
+ $density: mat.get-density-config($theme);
11
+ $theme: map.merge(
12
+ $theme,
13
+ (
14
+ density: $density - 2
15
+ )
16
+ );
17
+
18
+ igo-actionbar-item {
19
+ @include mat.icon-button-density($theme);
20
+ @include mat.list-density($theme);
21
+ }
22
+ }
23
+
24
+ @mixin typography($theme) {
25
+ $typography: mat.get-typography-config($theme);
26
+
27
+ igo-actionbar-item {
28
+ mat-checkbox label {
29
+ font-size: mat.font-size($typography, body-1);
30
+ }
31
+ }
32
+ }
@@ -1,22 +1,22 @@
1
- @mixin igo-actionbar-theming($theme) {
2
- .igo-actionbar-overlay {
3
- min-width: inherit !important;
4
- padding-top: 0;
5
- padding-bottom: 0;
6
-
7
- .mat-mdc-list {
8
- padding-top: 0;
9
- }
10
- .mat-mdc-list
11
- .mat-mdc-list-item.mdc-list-item--with-leading-icon
12
- .mdc-list-item__content
13
- .mdc-list-item__primary-text {
14
- padding-right: 16px;
15
- }
16
-
17
- .mat-mdc-menu-content:not(:empty) {
18
- padding-top: 0;
19
- padding-bottom: 0;
20
- }
21
- }
22
- }
1
+ @mixin igo-actionbar-theming($theme) {
2
+ .igo-actionbar-overlay {
3
+ min-width: inherit !important;
4
+ padding-top: 0;
5
+ padding-bottom: 0;
6
+
7
+ .mat-mdc-list {
8
+ padding-top: 0;
9
+ }
10
+ .mat-mdc-list
11
+ .mat-mdc-list-item.mdc-list-item--with-leading-icon
12
+ .mdc-list-item__content
13
+ .mdc-list-item__primary-text {
14
+ padding-right: 16px;
15
+ }
16
+
17
+ .mat-mdc-menu-content:not(:empty) {
18
+ padding-top: 0;
19
+ padding-bottom: 0;
20
+ }
21
+ }
22
+ }
@@ -1,22 +1,22 @@
1
- @mixin igo-collapsible-theming($theme) {
2
- mat-icon[igocollapse] {
3
- &:hover {
4
- cursor: pointer;
5
- }
6
-
7
- &.igo-chevron {
8
- width: auto !important;
9
- transform: rotateZ(0deg);
10
- transition: 300ms ease-in-out;
11
-
12
- &.collapsed {
13
- transform: rotateZ(180deg);
14
- transition: 300ms ease-in-out;
15
- }
16
- }
17
- }
18
-
19
- div.igo-collapsed {
20
- display: none !important;
21
- }
22
- }
1
+ @mixin igo-collapsible-theming($theme) {
2
+ mat-icon[igocollapse] {
3
+ &:hover {
4
+ cursor: pointer;
5
+ }
6
+
7
+ &.igo-chevron {
8
+ width: auto !important;
9
+ transform: rotateZ(0deg);
10
+ transition: 300ms ease-in-out;
11
+
12
+ &.collapsed {
13
+ transform: rotateZ(180deg);
14
+ transition: 300ms ease-in-out;
15
+ }
16
+ }
17
+ }
18
+
19
+ div.igo-collapsed {
20
+ display: none !important;
21
+ }
22
+ }
@@ -1,21 +1,21 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- }
7
-
8
- @mixin density($theme) {
9
- $density: mat.get-density-config($theme);
10
-
11
- $theme: map.merge(
12
- $theme,
13
- (
14
- density: $density - 2
15
- )
16
- );
17
-
18
- igo-entity-selector {
19
- @include mat.form-field-density($theme);
20
- }
21
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include density($theme);
6
+ }
7
+
8
+ @mixin density($theme) {
9
+ $density: mat.get-density-config($theme);
10
+
11
+ $theme: map.merge(
12
+ $theme,
13
+ (
14
+ density: $density - 2
15
+ )
16
+ );
17
+
18
+ igo-entity-selector {
19
+ @include mat.form-field-density($theme);
20
+ }
21
+ }