@tetacom/ng-components 1.0.38 → 1.0.41

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 (317) hide show
  1. package/component/accordion/accordion/accordion.component.d.ts +1 -1
  2. package/component/accordion/accordion-content.directive.d.ts +1 -1
  3. package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
  4. package/component/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  5. package/component/button/button/button.component.d.ts +1 -1
  6. package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
  7. package/component/checkbox/checkbox/checkbox.component.d.ts +1 -1
  8. package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
  9. package/component/date-picker/day-select/day-select.component.d.ts +1 -1
  10. package/component/date-picker/month-picker/month-picker.component.d.ts +1 -1
  11. package/component/date-picker/month-select/month-select.component.d.ts +1 -1
  12. package/component/date-picker/time-part-control/time-part-control.component.d.ts +1 -1
  13. package/component/date-picker/year-select/year-select.component.d.ts +1 -1
  14. package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
  15. package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
  16. package/component/dropdown/dropdown-base.d.ts +1 -1
  17. package/component/dropdown/dropdown-content.directive.d.ts +1 -1
  18. package/component/dropdown/dropdown-head.directive.d.ts +1 -1
  19. package/component/dropdown/dropdown.directive.d.ts +1 -1
  20. package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
  21. package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
  22. package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
  23. package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
  24. package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
  25. package/component/file-upload/file-item/file-item.component.d.ts +1 -1
  26. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +3 -2
  27. package/component/filter/boolean-filter/boolean-filter.component.d.ts +1 -1
  28. package/component/filter/date-filter/date-filter.component.d.ts +1 -1
  29. package/component/filter/filter-host/filter-host.component.d.ts +1 -1
  30. package/component/filter/list-filter/list-filter.component.d.ts +1 -1
  31. package/component/filter/numeric-filter/numeric-filter.component.d.ts +1 -1
  32. package/component/filter/string-filter/string-filter.component.d.ts +1 -1
  33. package/component/icon/icon/icon.component.d.ts +1 -1
  34. package/component/icon/icon-sprite.directive.d.ts +1 -1
  35. package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
  36. package/component/input/input/input.component.d.ts +1 -1
  37. package/component/input/text-field/text-field.component.d.ts +1 -1
  38. package/component/message/message/message.component.d.ts +1 -1
  39. package/component/message/message-host/message-host.component.d.ts +1 -1
  40. package/component/modal/dialog/dialog.component.d.ts +1 -1
  41. package/component/modal/modal-container/modal-container.component.d.ts +1 -1
  42. package/component/pager/pager/pager.component.d.ts +1 -1
  43. package/component/panel/panel/panel.component.d.ts +1 -1
  44. package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
  45. package/component/property-grid/default/date-item-default/date-item-default.component.d.ts +1 -1
  46. package/component/property-grid/default/list-item-default/list-item-default.component.d.ts +1 -1
  47. package/component/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts +1 -1
  48. package/component/property-grid/default/string-item-default/string-item-default.component.d.ts +1 -1
  49. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +3 -3
  50. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +4 -4
  51. package/component/property-grid/property-grid/property-grid.component.d.ts +3 -3
  52. package/component/radio/radio/radio.component.d.ts +1 -1
  53. package/component/radio/radio-button/radio-button.component.d.ts +1 -1
  54. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
  55. package/component/select/select/select.component.d.ts +1 -1
  56. package/component/select/select-option.directive.d.ts +1 -1
  57. package/component/select/select-value.directive.d.ts +1 -1
  58. package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
  59. package/component/switch/switch/switch.component.d.ts +1 -1
  60. package/component/switch/switch-button/switch-button.component.d.ts +1 -1
  61. package/component/table/base/cell-component-base.d.ts +1 -1
  62. package/component/table/base/head-cell-component-base.d.ts +1 -1
  63. package/component/table/cell/cell.component.d.ts +1 -1
  64. package/component/table/cell-host/cell-host.component.d.ts +1 -1
  65. package/component/table/contract/head-dropdown-tab.d.ts +13 -0
  66. package/component/table/contract/public-api.d.ts +1 -0
  67. package/component/table/contract/table-column.d.ts +7 -3
  68. package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -1
  69. package/component/table/default/date-cell/date-cell.component.d.ts +1 -1
  70. package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -1
  71. package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
  72. package/component/table/default/group-row/group-row.component.d.ts +1 -1
  73. package/component/table/default/list-cell/list-cell.component.d.ts +1 -1
  74. package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -1
  75. package/component/table/default/string-cell/string-cell.component.d.ts +1 -1
  76. package/component/table/head-cell/head-cell.component.d.ts +8 -4
  77. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +5 -43
  78. package/component/table/head-cell-host/head-cell-host.component.d.ts +1 -1
  79. package/component/table/selection-cell/selection-cell.component.d.ts +1 -1
  80. package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
  81. package/component/table/table/table.component.d.ts +1 -1
  82. package/component/table/table-body/table-body.component.d.ts +1 -1
  83. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +32 -0
  84. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +41 -0
  85. package/component/table/table-head/table-head.component.d.ts +1 -1
  86. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +46 -0
  87. package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
  88. package/component/table/table.module.d.ts +23 -20
  89. package/component/tabs/tab/tab.component.d.ts +1 -1
  90. package/component/tabs/tab-content.directive.d.ts +1 -1
  91. package/component/tabs/tab-title.directive.d.ts +1 -1
  92. package/component/tabs/tabs/tabs.component.d.ts +1 -1
  93. package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
  94. package/component/toggle/toggle/toggle.component.d.ts +1 -1
  95. package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
  96. package/component/tree/tree/tree.component.d.ts +1 -1
  97. package/component/tree/tree-item/tree-item.component.d.ts +1 -1
  98. package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
  99. package/directive/click-outside/click-outside.directive.d.ts +1 -1
  100. package/directive/context-menu/context-menu.directive.d.ts +1 -1
  101. package/directive/disable-control/disable-control.directive.d.ts +1 -1
  102. package/directive/drag-drop/drag-container.directive.d.ts +1 -1
  103. package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
  104. package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
  105. package/directive/drag-drop/drag.directive.d.ts +1 -1
  106. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
  107. package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
  108. package/directive/dynamic-content-base.directive.d.ts +1 -1
  109. package/directive/highlight/highlight.directive.d.ts +1 -1
  110. package/directive/hint/hint.directive.d.ts +1 -1
  111. package/directive/let/let.directive.d.ts +1 -1
  112. package/directive/loader/loader.directive.d.ts +1 -1
  113. package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
  114. package/directive/only-number/only-number.directive.d.ts +1 -1
  115. package/directive/public-api.d.ts +1 -0
  116. package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
  117. package/directive/scroll-into-view/public-api.d.ts +2 -0
  118. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +13 -0
  119. package/directive/scroll-into-view/scroll-into-view.module.d.ts +8 -0
  120. package/directive/teta-template/teta-template.directive.d.ts +1 -1
  121. package/directive/tooltip/tooltip.directive.d.ts +1 -1
  122. package/esm2020/common/service/click.service.mjs +3 -3
  123. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  124. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  125. package/esm2020/component/accordion/accordion/accordion.component.mjs +4 -4
  126. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  127. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +6 -6
  128. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +4 -4
  129. package/esm2020/component/accordion/accordion.module.mjs +6 -8
  130. package/esm2020/component/button/button/button.component.mjs +4 -4
  131. package/esm2020/component/button/button.module.mjs +5 -7
  132. package/esm2020/component/chart-3d/chart-3d.module.mjs +5 -5
  133. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  134. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +6 -6
  135. package/esm2020/component/checkbox/checkbox.module.mjs +6 -8
  136. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +16 -16
  137. package/esm2020/component/date-picker/date-picker.module.mjs +12 -14
  138. package/esm2020/component/date-picker/day-select/day-select.component.mjs +4 -4
  139. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +13 -13
  140. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  141. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  142. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +5 -5
  143. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  144. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  145. package/esm2020/component/delimiter/delimiter.module.mjs +5 -7
  146. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +5 -5
  147. package/esm2020/component/dropdown/dropdown-base.mjs +3 -3
  148. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  149. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  150. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  151. package/esm2020/component/dropdown/dropdown.module.mjs +5 -7
  152. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +5 -7
  153. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +4 -4
  154. package/esm2020/component/expand-card/expand-card/expand-card.component.mjs +10 -10
  155. package/esm2020/component/expand-card/expand-card.module.mjs +9 -11
  156. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +7 -7
  157. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  158. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  159. package/esm2020/component/expand-panel/expand-panel.module.mjs +9 -11
  160. package/esm2020/component/file-upload/file-item/file-item.component.mjs +4 -4
  161. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +13 -9
  162. package/esm2020/component/file-upload/file-upload.module.mjs +5 -5
  163. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +7 -7
  164. package/esm2020/component/filter/date-filter/date-filter.component.mjs +8 -8
  165. package/esm2020/component/filter/filter-host/filter-host.component.mjs +5 -10
  166. package/esm2020/component/filter/filter.module.mjs +12 -14
  167. package/esm2020/component/filter/list-filter/list-filter.component.mjs +7 -7
  168. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +7 -7
  169. package/esm2020/component/filter/string-filter/string-filter.component.mjs +6 -6
  170. package/esm2020/component/icon/icon/icon.component.mjs +4 -4
  171. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  172. package/esm2020/component/icon/icon.module.mjs +6 -8
  173. package/esm2020/component/icon/icon.service.mjs +3 -3
  174. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +4 -4
  175. package/esm2020/component/input/input/input.component.mjs +3 -3
  176. package/esm2020/component/input/input.module.mjs +5 -5
  177. package/esm2020/component/input/text-field/text-field.component.mjs +7 -7
  178. package/esm2020/component/message/message/message.component.mjs +6 -6
  179. package/esm2020/component/message/message-host/message-host.component.mjs +6 -6
  180. package/esm2020/component/message/message.module.mjs +7 -9
  181. package/esm2020/component/message/message.service.mjs +3 -3
  182. package/esm2020/component/modal/dialog/dialog.component.mjs +7 -7
  183. package/esm2020/component/modal/dialog.service.mjs +3 -3
  184. package/esm2020/component/modal/modal-container/modal-container.component.mjs +4 -4
  185. package/esm2020/component/modal/modal.module.mjs +10 -12
  186. package/esm2020/component/modal/modal.service.mjs +3 -3
  187. package/esm2020/component/pager/pager/pager.component.mjs +4 -4
  188. package/esm2020/component/pager/pager.module.mjs +6 -8
  189. package/esm2020/component/panel/panel/panel.component.mjs +4 -4
  190. package/esm2020/component/panel/panel.module.mjs +5 -7
  191. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
  192. package/esm2020/component/progress-bar/progress-bar.module.mjs +5 -7
  193. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +4 -4
  194. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +4 -4
  195. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +4 -4
  196. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +4 -4
  197. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +8 -8
  198. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +12 -12
  199. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +8 -8
  200. package/esm2020/component/property-grid/property-grid.module.mjs +16 -18
  201. package/esm2020/component/radio/radio/radio.component.mjs +4 -4
  202. package/esm2020/component/radio/radio-button/radio-button.component.mjs +4 -4
  203. package/esm2020/component/radio/radio.module.mjs +5 -5
  204. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +7 -7
  205. package/esm2020/component/resize-panel/resize-panel.module.mjs +5 -5
  206. package/esm2020/component/select/select/select.component.mjs +13 -13
  207. package/esm2020/component/select/select-option.directive.mjs +3 -3
  208. package/esm2020/component/select/select-value.directive.mjs +3 -3
  209. package/esm2020/component/select/select.module.mjs +11 -13
  210. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +5 -5
  211. package/esm2020/component/sidebar/sidebar.module.mjs +7 -9
  212. package/esm2020/component/switch/switch/switch.component.mjs +4 -4
  213. package/esm2020/component/switch/switch-button/switch-button.component.mjs +4 -4
  214. package/esm2020/component/switch/switch.module.mjs +5 -7
  215. package/esm2020/component/switch/switch.service.mjs +3 -3
  216. package/esm2020/component/table/base/cell-component-base.mjs +3 -3
  217. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  218. package/esm2020/component/table/cell/cell.component.mjs +4 -4
  219. package/esm2020/component/table/cell-host/cell-host.component.mjs +4 -4
  220. package/esm2020/component/table/contract/head-dropdown-tab.mjs +2 -0
  221. package/esm2020/component/table/contract/public-api.mjs +2 -1
  222. package/esm2020/component/table/contract/table-column.mjs +4 -2
  223. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +7 -7
  224. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +7 -7
  225. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +7 -7
  226. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +7 -7
  227. package/esm2020/component/table/default/group-row/group-row.component.mjs +4 -4
  228. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +7 -7
  229. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +4 -4
  230. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +4 -4
  231. package/esm2020/component/table/head-cell/head-cell.component.mjs +63 -20
  232. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +20 -183
  233. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +3 -3
  234. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +7 -7
  235. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -5
  236. package/esm2020/component/table/service/table.service.mjs +14 -5
  237. package/esm2020/component/table/table/table.component.mjs +15 -8
  238. package/esm2020/component/table/table-body/table-body.component.mjs +38 -34
  239. package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +55 -0
  240. package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +81 -0
  241. package/esm2020/component/table/table-head/table-head.component.mjs +25 -25
  242. package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +140 -0
  243. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +7 -7
  244. package/esm2020/component/table/table.module.mjs +33 -26
  245. package/esm2020/component/tabs/tab/tab.component.mjs +4 -4
  246. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  247. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  248. package/esm2020/component/tabs/tabs/tabs.component.mjs +4 -4
  249. package/esm2020/component/tabs/tabs.module.mjs +5 -7
  250. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  251. package/esm2020/component/theme-switch/theme-switch.module.mjs +7 -9
  252. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  253. package/esm2020/component/toggle/toggle/toggle.component.mjs +4 -4
  254. package/esm2020/component/toggle/toggle.module.mjs +5 -5
  255. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +4 -4
  256. package/esm2020/component/toolbar/toolbar.module.mjs +5 -7
  257. package/esm2020/component/tree/tree/tree.component.mjs +6 -6
  258. package/esm2020/component/tree/tree-item/tree-item.component.mjs +5 -5
  259. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  260. package/esm2020/component/tree/tree.module.mjs +5 -5
  261. package/esm2020/component/tree/tree.service.mjs +3 -3
  262. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  263. package/esm2020/directive/click-outside/click-outside.module.mjs +5 -7
  264. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  265. package/esm2020/directive/context-menu/context-menu.module.mjs +6 -8
  266. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  267. package/esm2020/directive/disable-control/disable-control.module.mjs +5 -7
  268. package/esm2020/directive/drag-drop/drag-container.directive.mjs +3 -3
  269. package/esm2020/directive/drag-drop/drag-drop.module.mjs +5 -7
  270. package/esm2020/directive/drag-drop/drag-drop.service.mjs +3 -3
  271. package/esm2020/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
  272. package/esm2020/directive/drag-drop/drag-preview.directive.mjs +3 -3
  273. package/esm2020/directive/drag-drop/drag.directive.mjs +3 -3
  274. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
  275. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  276. package/esm2020/directive/drag-sort/drag-sort.module.mjs +5 -5
  277. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  278. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  279. package/esm2020/directive/highlight/highlight.module.mjs +5 -7
  280. package/esm2020/directive/hint/hint.directive.mjs +3 -3
  281. package/esm2020/directive/hint/hint.module.mjs +6 -8
  282. package/esm2020/directive/let/let.directive.mjs +3 -3
  283. package/esm2020/directive/let/let.module.mjs +5 -7
  284. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  285. package/esm2020/directive/loader/loader.module.mjs +5 -7
  286. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  287. package/esm2020/directive/no-autofill/no-autofill.module.mjs +5 -5
  288. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  289. package/esm2020/directive/only-number/only-number.module.mjs +5 -5
  290. package/esm2020/directive/public-api.mjs +2 -1
  291. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  292. package/esm2020/directive/resize-drag/resize-drag.module.mjs +5 -5
  293. package/esm2020/directive/scroll-into-view/public-api.mjs +3 -0
  294. package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +40 -0
  295. package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +23 -0
  296. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  297. package/esm2020/directive/teta-template/teta-template.module.mjs +5 -7
  298. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  299. package/esm2020/directive/tooltip/tooltip.module.mjs +5 -5
  300. package/esm2020/locale/teta-config.service.mjs +3 -3
  301. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +5 -7
  302. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  303. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +5 -5
  304. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  305. package/esm2020/util/forms-util.mjs +6 -6
  306. package/fesm2015/tetacom-ng-components.mjs +1534 -1382
  307. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  308. package/fesm2020/tetacom-ng-components.mjs +1531 -1383
  309. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  310. package/{tetacom-ng-components.d.ts → index.d.ts} +0 -0
  311. package/package.json +3 -3
  312. package/pipe/number-pipe/number.pipe.d.ts +1 -1
  313. package/pipe/prepend-zero/prepend-zero.pipe.d.ts +1 -1
  314. package/style/layout.scss +2 -1
  315. package/style/presets/color-presets.scss +58 -52
  316. package/style/table.scss +14 -1
  317. package/util/forms-util.d.ts +5 -5
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/ng-components",
3
- "version": "1.0.38",
3
+ "version": "1.0.41",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^13.0.0",
@@ -21,13 +21,13 @@
21
21
  "esm2020": "esm2020/tetacom-ng-components.mjs",
22
22
  "fesm2020": "fesm2020/tetacom-ng-components.mjs",
23
23
  "fesm2015": "fesm2015/tetacom-ng-components.mjs",
24
- "typings": "tetacom-ng-components.d.ts",
24
+ "typings": "index.d.ts",
25
25
  "exports": {
26
26
  "./package.json": {
27
27
  "default": "./package.json"
28
28
  },
29
29
  ".": {
30
- "types": "./tetacom-ng-components.d.ts",
30
+ "types": "./index.d.ts",
31
31
  "esm2020": "./esm2020/tetacom-ng-components.mjs",
32
32
  "es2020": "./fesm2020/tetacom-ng-components.mjs",
33
33
  "es2015": "./fesm2015/tetacom-ng-components.mjs",
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class NumberPipe implements PipeTransform {
4
4
  transform(value: number, decimalLength?: number, chunkDelimiter?: string, decimalDelimiter?: string, chunkLength?: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "tetaNumber">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "tetaNumber", false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class PrependZeroPipe implements PipeTransform {
4
4
  transform(value: number, length: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PrependZeroPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<PrependZeroPipe, "tetaPrependZero">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<PrependZeroPipe, "tetaPrependZero", false>;
7
7
  }
package/style/layout.scss CHANGED
@@ -1,7 +1,8 @@
1
+ @use "sass:math";
1
2
  @import "util/color-util";
2
3
 
3
4
  @function widthCol($n) {
4
- @return (100% / $columns-count) * $n
5
+ @return math.div(100%, $columns-count) * $n
5
6
  }
6
7
 
7
8
  body {
@@ -67,78 +67,84 @@ $themes: (
67
67
  'white': (
68
68
  '50': rgba(255, 255, 255)
69
69
  ),
70
+ 'black': (
71
+ '50': rgba(28, 27, 33, 1)
72
+ ),
70
73
  'backdrop': (
71
74
  '50': rgba(144, 148, 153, 0.4)
72
75
  )
73
76
  ),
74
77
  'dark': (
75
78
  'primary': (
76
- '90': rgba(118,173,255,1),
77
- '80': rgba(89,155,255,1),
78
- '70': rgba(59,138,255,1),
79
- '60': rgba(46,122,255,1),
80
- '50': rgba(40,108,253,1),
81
- '40': rgba(45,93,212,1),
82
- '30': rgba(47,80,175,1),
83
- '20': rgba(46,68,139,1),
84
- '10': rgba(43,56,107,1),
85
- '5': rgba(37,44,77,1),
79
+ '90': rgba(118, 173, 255, 1),
80
+ '80': rgba(89, 155, 255, 1),
81
+ '70': rgba(59, 138, 255, 1),
82
+ '60': rgba(46, 122, 255, 1),
83
+ '50': rgba(40, 108, 253, 1),
84
+ '40': rgba(45, 93, 212, 1),
85
+ '30': rgba(47, 80, 175, 1),
86
+ '20': rgba(46, 68, 139, 1),
87
+ '10': rgba(43, 56, 107, 1),
88
+ '5': rgba(37, 44, 77, 1),
86
89
  ),
87
90
  'text': (
88
- '90': rgba(211,213,215,1),
89
- '80': rgba(147,151,155,1),
90
- '70': rgba(128,131,137,1),
91
- '60': rgba(90,91,98,1),
92
- '50': rgba(62,62,69,1),
93
- '40': rgba(81,81,88,1),
94
- '30': rgba(71,71,78,1),
95
- '20': rgba(61,61,68,1),
96
- '10': rgba(51,51,58,1),
97
- '5': rgba(41,41,48,1),
91
+ '90': rgba(211, 213, 215, 1),
92
+ '80': rgba(147, 151, 155, 1),
93
+ '70': rgba(128, 131, 137, 1),
94
+ '60': rgba(90, 91, 98, 1),
95
+ '50': rgba(62, 62, 69, 1),
96
+ '40': rgba(81, 81, 88, 1),
97
+ '30': rgba(71, 71, 78, 1),
98
+ '20': rgba(61, 61, 68, 1),
99
+ '10': rgba(51, 51, 58, 1),
100
+ '5': rgba(41, 41, 48, 1),
98
101
  ),
99
102
  'red': (
100
- '90': rgba(168,46,38,1),
101
- '80': rgba(183,56,49,1),
102
- '70': rgba(194,63,56,1),
103
- '60': rgba(212,72,62,1),
104
- '50': rgba(226,82,65,1),
105
- '40': rgba(222,94,86,1),
106
- '30': rgba(215,121,118,1),
107
- '20': rgba(227,158,156,1),
108
- '10': rgba(247,207,211,1),
109
- '5': rgba(252,236,238,1),
103
+ '90': rgba(168, 46, 38, 1),
104
+ '80': rgba(183, 56, 49, 1),
105
+ '70': rgba(194, 63, 56, 1),
106
+ '60': rgba(212, 72, 62, 1),
107
+ '50': rgba(226, 82, 65, 1),
108
+ '40': rgba(222, 94, 86, 1),
109
+ '30': rgba(215, 121, 118, 1),
110
+ '20': rgba(227, 158, 156, 1),
111
+ '10': rgba(247, 207, 211, 1),
112
+ '5': rgba(252, 236, 238, 1),
110
113
  ),
111
114
  'green': (
112
- '90': rgba(40,95,27,1),
113
- '80': rgba(55,126,48,1),
114
- '70': rgba(66,142,59,1),
115
- '60': rgba(78,160,70,1),
116
- '50': rgba(89,174,80,1),
117
- '40': rgba(111,187,105,1),
118
- '30': rgba(136,198,131,1),
119
- '20': rgba(169,214,166,1),
120
- '10': rgba(203,230,201,1),
121
- '5': rgba(233,245,233,1),
115
+ '90': rgba(40, 95, 27, 1),
116
+ '80': rgba(55, 126, 48, 1),
117
+ '70': rgba(66, 142, 59, 1),
118
+ '60': rgba(78, 160, 70, 1),
119
+ '50': rgba(89, 174, 80, 1),
120
+ '40': rgba(111, 187, 105, 1),
121
+ '30': rgba(136, 198, 131, 1),
122
+ '20': rgba(169, 214, 166, 1),
123
+ '10': rgba(203, 230, 201, 1),
124
+ '5': rgba(233, 245, 233, 1),
122
125
  ),
123
126
  'yellow': (
124
- '90': rgba(238,104,0,1),
125
- '80': rgba(238,136,0,1),
126
- '70': rgba(238,152,0,1),
127
- '60': rgba(238,171,0,1),
128
- '50': rgba(237,184,0,1),
129
- '40': rgba(239,194,27,1),
130
- '30': rgba(241,206,72,1),
131
- '20': rgba(245,219,126,1),
132
- '10': rgba(249,233,177,1),
133
- '5': rgba(252,247,225,1),
127
+ '90': rgba(238, 104, 0, 1),
128
+ '80': rgba(238, 136, 0, 1),
129
+ '70': rgba(238, 152, 0, 1),
130
+ '60': rgba(238, 171, 0, 1),
131
+ '50': rgba(237, 184, 0, 1),
132
+ '40': rgba(239, 194, 27, 1),
133
+ '30': rgba(241, 206, 72, 1),
134
+ '20': rgba(245, 219, 126, 1),
135
+ '10': rgba(249, 233, 177, 1),
136
+ '5': rgba(252, 247, 225, 1),
134
137
  ),
135
138
  'background': (
136
- '50': rgba(34,34,41,1),
137
- '0': rgba(28,27,33,1),
139
+ '50': rgba(34, 34, 41, 1),
140
+ '0': rgba(28, 27, 33, 1),
138
141
  ),
139
142
  'white': (
140
143
  '50': rgba(255, 255, 255, 1)
141
144
  ),
145
+ 'black': (
146
+ '50': rgba(28, 27, 33, 1)
147
+ ),
142
148
  'backdrop': (
143
149
  '50': rgba(144, 148, 153, 0.4)
144
150
  )
package/style/table.scss CHANGED
@@ -122,11 +122,24 @@
122
122
  width: 8px;
123
123
  background: transparent;
124
124
  z-index: 10;
125
+ display: none;
126
+ padding: 0 4px;
127
+
128
+ &_drag {
129
+ background: getColorVar('white', '50');
130
+ width: 1px;
131
+ height: 100%;
132
+ }
125
133
 
126
134
  &:hover {
127
- background-color: getColorVar('text', '20');
135
+ cursor: col-resize;
128
136
  }
129
137
  }
138
+
139
+ &:hover &__resize {
140
+ display: block;
141
+ }
142
+
130
143
  }
131
144
 
132
145
  &__dropdown {
@@ -1,11 +1,11 @@
1
- import { AbstractControl, FormGroup, ValidationErrors } from '@angular/forms';
1
+ import { AbstractControl, UntypedFormGroup, ValidationErrors } from '@angular/forms';
2
2
  import { TableColumn } from '../component/table/contract/table-column';
3
3
  export declare class FormsUtil {
4
- static validateAllFormFields(formGroup: FormGroup): void;
5
- static controlIsInvalid(formGroup: FormGroup, controlName: string): boolean;
6
- static getControlErrors(formGroup: FormGroup, controlName: string): string[];
4
+ static validateAllFormFields(formGroup: UntypedFormGroup): void;
5
+ static controlIsInvalid(formGroup: UntypedFormGroup, controlName: string): boolean;
6
+ static getControlErrors(formGroup: UntypedFormGroup, controlName: string): string[];
7
7
  static matchValuesValidator(matchTo: string): (control: AbstractControl) => ValidationErrors | null;
8
8
  static requiredIf(value: boolean): (control: AbstractControl) => ValidationErrors | null;
9
- static initFormFromColumns(columns: TableColumn[], dataItem: any): FormGroup;
9
+ static initFormFromColumns(columns: TableColumn[], dataItem: any): UntypedFormGroup;
10
10
  static getValidators(column: TableColumn): any[];
11
11
  }