@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
@@ -1,37 +1,37 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include color($theme);
6
- @include density($theme);
7
- }
8
-
9
- @mixin color($theme) {
10
- $primary: map.get($theme, primary);
11
- $accent: map.get($theme, accent);
12
- $background: map-get($theme, background);
13
- igo-entity-table
14
- table.igo-entity-table-with-selection
15
- tr.igo-entity-table-row-highlighted {
16
- background-color: mat.get-color-from-palette($primary, A100);
17
- color: mat.get-color-from-palette($primary, default-contrast);
18
- }
19
- igo-entity-table .mat-mdc-table thead {
20
- background-color: mat.get-color-from-palette($background, background);
21
- }
22
- }
23
-
24
- @mixin density($theme) {
25
- $density: mat.get-density-config($theme);
26
-
27
- $theme: map.merge(
28
- $theme,
29
- (
30
- density: $density - 1
31
- )
32
- );
33
-
34
- igo-entity-table {
35
- @include mat.table-density($theme);
36
- }
37
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include color($theme);
6
+ @include density($theme);
7
+ }
8
+
9
+ @mixin color($theme) {
10
+ $primary: map.get($theme, primary);
11
+ $accent: map.get($theme, accent);
12
+ $background: map-get($theme, background);
13
+ igo-entity-table
14
+ table.igo-entity-table-with-selection
15
+ tr.igo-entity-table-row-highlighted {
16
+ background-color: mat.get-color-from-palette($primary, A100);
17
+ color: mat.get-color-from-palette($primary, default-contrast);
18
+ }
19
+ igo-entity-table .mat-mdc-table thead {
20
+ background-color: mat.get-color-from-palette($background, background);
21
+ }
22
+ }
23
+
24
+ @mixin density($theme) {
25
+ $density: mat.get-density-config($theme);
26
+
27
+ $theme: map.merge(
28
+ $theme,
29
+ (
30
+ density: $density - 1
31
+ )
32
+ );
33
+
34
+ igo-entity-table {
35
+ @include mat.table-density($theme);
36
+ }
37
+ }
@@ -1,7 +1,7 @@
1
- @use './entity-table/entity-table.theming' as entity-table;
2
- @use './entity-selector/entity-selector.theming' as entity-selector;
3
-
4
- @mixin igo-entity-theming($theme) {
5
- @include entity-table.theme($theme);
6
- @include entity-selector.theme($theme);
7
- }
1
+ @use './entity-table/entity-table.theming' as entity-table;
2
+ @use './entity-selector/entity-selector.theming' as entity-selector;
3
+
4
+ @mixin igo-entity-theming($theme) {
5
+ @include entity-table.theme($theme);
6
+ @include entity-selector.theme($theme);
7
+ }
@@ -1,18 +1,18 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- $primary: map.get($theme, primary);
6
- $accent: map.get($theme, accent);
7
- $foreground: map.get($theme, foreground);
8
-
9
- igo-home-button > #homeButton {
10
- background-color: mat.get-color-from-palette($primary);
11
- color: mat.get-color-from-palette($primary, default-contrast);
12
-
13
- &:hover {
14
- background-color: mat.get-color-from-palette($accent, lighter);
15
- color: black;
16
- }
17
- }
18
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ $primary: map.get($theme, primary);
6
+ $accent: map.get($theme, accent);
7
+ $foreground: map.get($theme, foreground);
8
+
9
+ igo-home-button > #homeButton {
10
+ background-color: mat.get-color-from-palette($primary);
11
+ color: mat.get-color-from-palette($primary, default-contrast);
12
+
13
+ &:hover {
14
+ background-color: mat.get-color-from-palette($accent, lighter);
15
+ color: black;
16
+ }
17
+ }
18
+ }
@@ -1,32 +1,32 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include color($theme);
6
- }
7
-
8
- @mixin color($theme) {
9
- $primary: map.get($theme, primary);
10
- $accent: map.get($theme, accent);
11
- $warn: map.get($theme, warn);
12
-
13
- igo-interactive-tour {
14
- button {
15
- &.tour-button-tool-icon {
16
- color: mat.get-color-from-palette($primary, darker-contrast);
17
-
18
- &:hover {
19
- background-color: mat.get-color-from-palette(
20
- $primary,
21
- default-contrast
22
- );
23
- color: mat.get-color-from-palette($primary);
24
- }
25
- }
26
- }
27
-
28
- .mat-primary .mat-mdc-icon-button {
29
- color: white;
30
- }
31
- }
32
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include color($theme);
6
+ }
7
+
8
+ @mixin color($theme) {
9
+ $primary: map.get($theme, primary);
10
+ $accent: map.get($theme, accent);
11
+ $warn: map.get($theme, warn);
12
+
13
+ igo-interactive-tour {
14
+ button {
15
+ &.tour-button-tool-icon {
16
+ color: mat.get-color-from-palette($primary, darker-contrast);
17
+
18
+ &:hover {
19
+ background-color: mat.get-color-from-palette(
20
+ $primary,
21
+ default-contrast
22
+ );
23
+ color: mat.get-color-from-palette($primary);
24
+ }
25
+ }
26
+ }
27
+
28
+ .mat-primary .mat-mdc-icon-button {
29
+ color: white;
30
+ }
31
+ }
32
+ }
@@ -1,58 +1,58 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-list-theming($theme) {
5
- $primary: map.get($theme, primary);
6
- $accent: map.get($theme, accent);
7
- @include density($theme);
8
-
9
- igo-list {
10
- [igolistitem] {
11
- &[color='primary'] {
12
- &.igo-list-item-selected > mat-list-item {
13
- background-color: mat.get-color-from-palette($primary);
14
- color: mat.get-color-from-palette($primary, default-contrast);
15
- }
16
- &:not(.igo-list-item-disabled):hover > mat-list-item,
17
- &.igo-list-item-focused > mat-list-item {
18
- background-color: mat.get-color-from-palette($primary, lighter);
19
- color: mat.get-color-from-palette($primary, default-contrast);
20
- }
21
- }
22
-
23
- &[color='accent'] {
24
- &.igo-list-item-selected > mat-list-item {
25
- background-color: mat.get-color-from-palette($accent);
26
- color: mat.get-color-from-palette($accent, default-contrast);
27
- }
28
-
29
- &:not(.igo-list-item-disabled):hover > mat-list-item,
30
- &.igo-list-item-focused > mat-list-item {
31
- background-color: mat.get-color-from-palette($accent, lighter);
32
- color: mat.get-color-from-palette($accent, default-contrast);
33
- }
34
- }
35
-
36
- &.igo-list-item-disabled > mat-list-item {
37
- color: rgba(0, 0, 0, 0.38);
38
- }
39
- }
40
- }
41
- }
42
-
43
- @mixin density($theme) {
44
- $density: mat.get-density-config($theme);
45
-
46
- $theme: map.merge(
47
- $theme,
48
- (
49
- density: $density
50
- )
51
- );
52
-
53
- igo-list {
54
- @include mat.icon-density($theme);
55
- @include mat.icon-button-density($theme);
56
- @include mat.list-density($theme);
57
- }
58
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-list-theming($theme) {
5
+ $primary: map.get($theme, primary);
6
+ $accent: map.get($theme, accent);
7
+ @include density($theme);
8
+
9
+ igo-list {
10
+ [igolistitem] {
11
+ &[color='primary'] {
12
+ &.igo-list-item-selected > mat-list-item {
13
+ background-color: mat.get-color-from-palette($primary);
14
+ color: mat.get-color-from-palette($primary, default-contrast);
15
+ }
16
+ &:not(.igo-list-item-disabled):hover > mat-list-item,
17
+ &.igo-list-item-focused > mat-list-item {
18
+ background-color: mat.get-color-from-palette($primary, lighter);
19
+ color: mat.get-color-from-palette($primary, default-contrast);
20
+ }
21
+ }
22
+
23
+ &[color='accent'] {
24
+ &.igo-list-item-selected > mat-list-item {
25
+ background-color: mat.get-color-from-palette($accent);
26
+ color: mat.get-color-from-palette($accent, default-contrast);
27
+ }
28
+
29
+ &:not(.igo-list-item-disabled):hover > mat-list-item,
30
+ &.igo-list-item-focused > mat-list-item {
31
+ background-color: mat.get-color-from-palette($accent, lighter);
32
+ color: mat.get-color-from-palette($accent, default-contrast);
33
+ }
34
+ }
35
+
36
+ &.igo-list-item-disabled > mat-list-item {
37
+ color: rgba(0, 0, 0, 0.38);
38
+ }
39
+ }
40
+ }
41
+ }
42
+
43
+ @mixin density($theme) {
44
+ $density: mat.get-density-config($theme);
45
+
46
+ $theme: map.merge(
47
+ $theme,
48
+ (
49
+ density: $density
50
+ )
51
+ );
52
+
53
+ igo-list {
54
+ @include mat.icon-density($theme);
55
+ @include mat.icon-button-density($theme);
56
+ @include mat.list-density($theme);
57
+ }
58
+ }
@@ -1,30 +1,30 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include color($theme);
6
- @include density($theme);
7
- }
8
-
9
- @mixin color($theme) {
10
- $primary: map.get($theme, primary);
11
-
12
- igo-panel > .igo-panel-header {
13
- background-color: mat.get-color-from-palette($primary);
14
- color: mat.get-color-from-palette($primary, default-contrast);
15
- }
16
- }
17
-
18
- @mixin density($theme) {
19
- $density: mat.get-density-config($theme);
20
- $theme: map.merge(
21
- $theme,
22
- (
23
- density: $density - 2
24
- )
25
- );
26
-
27
- igo-panel {
28
- @include mat.icon-button-density($theme);
29
- }
30
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin theme($theme) {
5
+ @include color($theme);
6
+ @include density($theme);
7
+ }
8
+
9
+ @mixin color($theme) {
10
+ $primary: map.get($theme, primary);
11
+
12
+ igo-panel > .igo-panel-header {
13
+ background-color: mat.get-color-from-palette($primary);
14
+ color: mat.get-color-from-palette($primary, default-contrast);
15
+ }
16
+ }
17
+
18
+ @mixin density($theme) {
19
+ $density: mat.get-density-config($theme);
20
+ $theme: map.merge(
21
+ $theme,
22
+ (
23
+ density: $density - 2
24
+ )
25
+ );
26
+
27
+ igo-panel {
28
+ @include mat.icon-button-density($theme);
29
+ }
30
+ }
@@ -1,5 +1,5 @@
1
- @use './toolbox/toolbox.theming.scss' as toolbox-theme;
2
-
3
- @mixin igo-tool-theming($theme) {
4
- @include toolbox-theme.igo-toolbox-theming($theme);
5
- }
1
+ @use './toolbox/toolbox.theming.scss' as toolbox-theme;
2
+
3
+ @mixin igo-tool-theming($theme) {
4
+ @include toolbox-theme.igo-toolbox-theming($theme);
5
+ }
@@ -1,105 +1,105 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-toolbox-theming($theme) {
5
- @include color($theme);
6
- @include density($theme);
7
- }
8
-
9
- @mixin color($theme) {
10
- $primary: map.get($theme, primary);
11
- $accent: map.get($theme, accent);
12
- $foreground: map.get($theme, foreground);
13
- $darker-contrast: mat.get-color-from-palette($primary, darker-contrast);
14
- $lighter-contrast: mat.get-color-from-palette($primary, lighter-contrast);
15
-
16
- igo-toolbox {
17
- &.color-primary > igo-actionbar:not(.with-title) {
18
- box-shadow: unset;
19
- background-color: mat.get-color-from-palette($primary);
20
- #lowChevron,
21
- #topChevron {
22
- background-color: mat.get-color-from-palette($primary);
23
- color: white;
24
- }
25
- }
26
-
27
- &.color-grey > igo-actionbar:not(.with-title) {
28
- box-shadow: unset;
29
- background-color: #737475;
30
- #lowChevron,
31
- #topChevron {
32
- background-color: #737475;
33
- color: white;
34
- }
35
- }
36
-
37
- &.color-primary,
38
- &.color-grey {
39
- & > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base {
40
- .mat-mdc-list-item.mdc-list-item--with-leading-avatar {
41
- color: white;
42
- &:hover {
43
- color: black;
44
- }
45
-
46
- &.tool-activated,
47
- &.children-tool-activated {
48
- background-color: white;
49
- color: black;
50
- }
51
- }
52
- }
53
- }
54
-
55
- > igo-actionbar {
56
- &:not(.with-title) {
57
- > mat-list {
58
- & > #lowChevron,
59
- & > #topChevron {
60
- &:hover {
61
- background-color: mat.get-color-from-palette($accent, lighter);
62
- color: black;
63
- }
64
- }
65
-
66
- mat-list-item {
67
- color: $lighter-contrast;
68
- }
69
- }
70
- }
71
-
72
- mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item {
73
- &:hover {
74
- background-color: mat.get-color-from-palette($accent, lighter);
75
- }
76
-
77
- &.tool-activated,
78
- &.children-tool-activated {
79
- color: $lighter-contrast;
80
- background-color: $darker-contrast;
81
-
82
- button {
83
- cursor: default;
84
- }
85
- }
86
- }
87
- }
88
- }
89
- }
90
-
91
- @mixin density($theme) {
92
- $density: mat.get-density-config($theme);
93
- $theme: map.merge(
94
- $theme,
95
- (
96
- density: $density - 2
97
- )
98
- );
99
-
100
- igo-toolbox {
101
- igo-actionbar-item {
102
- @include mat.list-density($theme);
103
- }
104
- }
105
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-toolbox-theming($theme) {
5
+ @include color($theme);
6
+ @include density($theme);
7
+ }
8
+
9
+ @mixin color($theme) {
10
+ $primary: map.get($theme, primary);
11
+ $accent: map.get($theme, accent);
12
+ $foreground: map.get($theme, foreground);
13
+ $darker-contrast: mat.get-color-from-palette($primary, darker-contrast);
14
+ $lighter-contrast: mat.get-color-from-palette($primary, lighter-contrast);
15
+
16
+ igo-toolbox {
17
+ &.color-primary > igo-actionbar:not(.with-title) {
18
+ box-shadow: unset;
19
+ background-color: mat.get-color-from-palette($primary);
20
+ #lowChevron,
21
+ #topChevron {
22
+ background-color: mat.get-color-from-palette($primary);
23
+ color: white;
24
+ }
25
+ }
26
+
27
+ &.color-grey > igo-actionbar:not(.with-title) {
28
+ box-shadow: unset;
29
+ background-color: #737475;
30
+ #lowChevron,
31
+ #topChevron {
32
+ background-color: #737475;
33
+ color: white;
34
+ }
35
+ }
36
+
37
+ &.color-primary,
38
+ &.color-grey {
39
+ & > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base {
40
+ .mat-mdc-list-item.mdc-list-item--with-leading-avatar {
41
+ color: white;
42
+ &:hover {
43
+ color: black;
44
+ }
45
+
46
+ &.tool-activated,
47
+ &.children-tool-activated {
48
+ background-color: white;
49
+ color: black;
50
+ }
51
+ }
52
+ }
53
+ }
54
+
55
+ > igo-actionbar {
56
+ &:not(.with-title) {
57
+ > mat-list {
58
+ & > #lowChevron,
59
+ & > #topChevron {
60
+ &:hover {
61
+ background-color: mat.get-color-from-palette($accent, lighter);
62
+ color: black;
63
+ }
64
+ }
65
+
66
+ mat-list-item {
67
+ color: $lighter-contrast;
68
+ }
69
+ }
70
+ }
71
+
72
+ mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item {
73
+ &:hover {
74
+ background-color: mat.get-color-from-palette($accent, lighter);
75
+ }
76
+
77
+ &.tool-activated,
78
+ &.children-tool-activated {
79
+ color: $lighter-contrast;
80
+ background-color: $darker-contrast;
81
+
82
+ button {
83
+ cursor: default;
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+
91
+ @mixin density($theme) {
92
+ $density: mat.get-density-config($theme);
93
+ $theme: map.merge(
94
+ $theme,
95
+ (
96
+ density: $density - 2
97
+ )
98
+ );
99
+
100
+ igo-toolbox {
101
+ igo-actionbar-item {
102
+ @include mat.list-density($theme);
103
+ }
104
+ }
105
+ }