@tetacom/ng-components 1.1.42 → 1.2.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 (589) hide show
  1. package/.eslintrc.json +16 -10
  2. package/README.md +3 -20
  3. package/component/accordion/accordion/accordion.component.d.ts +1 -1
  4. package/component/accordion/accordion-content.directive.d.ts +1 -1
  5. package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
  6. package/component/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  7. package/component/accordion/public-api.d.ts +0 -1
  8. package/component/autocomplete/autocomplete/autocomplete.component.d.ts +1 -1
  9. package/component/autocomplete/public-api.d.ts +0 -1
  10. package/component/avatar/avatar/avatar.component.d.ts +1 -1
  11. package/component/avatar/public-api.d.ts +0 -1
  12. package/component/button/button/button.component.d.ts +1 -1
  13. package/component/button/public-api.d.ts +0 -1
  14. package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
  15. package/component/chart-3d/public-api.d.ts +0 -1
  16. package/component/checkbox/checkbox/checkbox.component.d.ts +1 -1
  17. package/component/checkbox/public-api.d.ts +0 -1
  18. package/component/date-picker/base-picker.d.ts +1 -1
  19. package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +1 -1
  20. package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
  21. package/component/date-picker/date-range/date-range.component.d.ts +1 -1
  22. package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +3 -3
  23. package/component/date-picker/day-picker/day-item/day-item.component.d.ts +1 -1
  24. package/component/date-picker/day-picker/day-picker.component.d.ts +2 -2
  25. package/component/date-picker/month-picker/month-picker.component.d.ts +1 -1
  26. package/component/date-picker/public-api.d.ts +0 -1
  27. package/component/date-picker/year-picker/scroll-to-selected-year.directive.d.ts +1 -1
  28. package/component/date-picker/year-picker/year-picker.component.d.ts +1 -1
  29. package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
  30. package/component/delimiter/public-api.d.ts +0 -1
  31. package/component/divider/divider/divider.component.d.ts +1 -1
  32. package/component/divider/public-api.d.ts +0 -1
  33. package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
  34. package/component/dropdown/dropdown-content.directive.d.ts +1 -1
  35. package/component/dropdown/dropdown-head.directive.d.ts +1 -1
  36. package/component/dropdown/dropdown.directive.d.ts +1 -1
  37. package/component/dropdown/public-api.d.ts +0 -1
  38. package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
  39. package/component/dynamic-component/public-api.d.ts +0 -1
  40. package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
  41. package/component/expand-card/expand-item/expand-item.component.d.ts +1 -1
  42. package/component/expand-card/public-api.d.ts +0 -1
  43. package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
  44. package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
  45. package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
  46. package/component/expand-panel/public-api.d.ts +0 -1
  47. package/component/file-upload/file-item/file-item.component.d.ts +1 -1
  48. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +1 -1
  49. package/component/file-upload/public-api.d.ts +0 -1
  50. package/component/filter/boolean-filter/boolean-filter.component.d.ts +1 -1
  51. package/component/filter/date-filter/date-filter.component.d.ts +1 -1
  52. package/component/filter/filter-host/filter-host.component.d.ts +1 -1
  53. package/component/filter/list-filter/list-filter.component.d.ts +1 -1
  54. package/component/filter/numeric-filter/numeric-filter.component.d.ts +1 -1
  55. package/component/filter/public-api.d.ts +0 -1
  56. package/component/filter/string-filter/string-filter.component.d.ts +1 -1
  57. package/component/icon/icon/icon.component.d.ts +1 -1
  58. package/component/icon/icon-file/icon-file.component.d.ts +1 -1
  59. package/component/icon/icon-sprite.directive.d.ts +1 -1
  60. package/component/icon/public-api.d.ts +0 -2
  61. package/component/input/color-input/color-input.component.d.ts +1 -1
  62. package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
  63. package/component/input/input/input.component.d.ts +1 -1
  64. package/component/input/public-api.d.ts +1 -1
  65. package/component/input/text-field/text-field.component.d.ts +1 -1
  66. package/component/message/message/message.component.d.ts +1 -1
  67. package/component/message/message-host/message-host.component.d.ts +1 -1
  68. package/component/message/public-api.d.ts +0 -1
  69. package/component/modal/dialog/dialog.component.d.ts +1 -1
  70. package/component/modal/modal-container/modal-container.component.d.ts +1 -1
  71. package/component/modal/modal.module.d.ts +5 -8
  72. package/component/pager/pager/pager.component.d.ts +1 -1
  73. package/component/pager/public-api.d.ts +0 -1
  74. package/component/panel/panel/panel.component.d.ts +1 -1
  75. package/component/panel/public-api.d.ts +0 -1
  76. package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
  77. package/component/progress-bar/public-api.d.ts +0 -1
  78. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +1 -1
  79. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +1 -1
  80. package/component/property-grid/property-grid/property-grid-item-description.directive.d.ts +1 -1
  81. package/component/property-grid/property-grid/property-grid.component.d.ts +1 -1
  82. package/component/property-grid/property-grid.module.d.ts +8 -16
  83. package/component/public-api.d.ts +0 -1
  84. package/component/radio/public-api.d.ts +0 -1
  85. package/component/radio/radio/radio.component.d.ts +3 -4
  86. package/component/radio/radio-button/radio-button.component.d.ts +1 -1
  87. package/component/resize-panel/public-api.d.ts +0 -1
  88. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
  89. package/component/select/public-api.d.ts +0 -1
  90. package/component/select/select/select.component.d.ts +1 -1
  91. package/component/select/select-option.directive.d.ts +1 -1
  92. package/component/select/select-value.directive.d.ts +1 -1
  93. package/component/sidebar/public-api.d.ts +0 -1
  94. package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
  95. package/component/switch/public-api.d.ts +0 -1
  96. package/component/switch/switch/switch.component.d.ts +1 -1
  97. package/component/switch/switch-button/switch-button.component.d.ts +1 -1
  98. package/component/table/cell/cell.component.d.ts +1 -1
  99. package/component/table/cell-host/cell-host.component.d.ts +1 -1
  100. package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -1
  101. package/component/table/default/date-cell/date-cell.component.d.ts +1 -1
  102. package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -1
  103. package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
  104. package/component/table/default/list-cell/list-cell.component.d.ts +1 -1
  105. package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -1
  106. package/component/table/default/string-cell/string-cell.component.d.ts +1 -1
  107. package/component/table/head-cell/head-cell.component.d.ts +1 -1
  108. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +1 -1
  109. package/component/table/head-cell-host/head-cell-host.component.d.ts +1 -1
  110. package/component/table/public-api.d.ts +0 -1
  111. package/component/table/selection-cell/selection-cell.component.d.ts +1 -1
  112. package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
  113. package/component/table/table/table.component.d.ts +1 -1
  114. package/component/table/table-body/table-body.component.d.ts +1 -1
  115. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +1 -1
  116. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +1 -1
  117. package/component/table/table-head/table-head.component.d.ts +1 -1
  118. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +2 -2
  119. package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
  120. package/component/tabs/public-api.d.ts +0 -1
  121. package/component/tabs/tab/tab.component.d.ts +1 -1
  122. package/component/tabs/tab-content.directive.d.ts +1 -1
  123. package/component/tabs/tab-title.directive.d.ts +1 -1
  124. package/component/tabs/tabs/tabs.component.d.ts +1 -1
  125. package/component/theme-switch/public-api.d.ts +0 -1
  126. package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
  127. package/component/toggle/public-api.d.ts +0 -1
  128. package/component/toggle/toggle/toggle.component.d.ts +1 -1
  129. package/component/toolbar/public-api.d.ts +0 -1
  130. package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
  131. package/component/tree/public-api.d.ts +0 -1
  132. package/component/tree/tree/tree.component.d.ts +1 -1
  133. package/component/tree/tree-item/tree-item.component.d.ts +1 -1
  134. package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
  135. package/directive/auto-position/auto-position.directive.d.ts +1 -1
  136. package/directive/auto-position/public-api.d.ts +0 -1
  137. package/directive/click-outside/click-outside.directive.d.ts +1 -1
  138. package/directive/click-outside/public-api.d.ts +0 -1
  139. package/directive/context-menu/context-menu.directive.d.ts +1 -1
  140. package/directive/context-menu/public-api.d.ts +0 -1
  141. package/directive/disable-control/disable-control.directive.d.ts +1 -1
  142. package/directive/disable-control/public-api.d.ts +0 -1
  143. package/directive/drag-drop/drag-container.directive.d.ts +1 -1
  144. package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
  145. package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
  146. package/directive/drag-drop/drag.directive.d.ts +1 -1
  147. package/directive/drag-drop/public-api.d.ts +0 -1
  148. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
  149. package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
  150. package/directive/drag-sort/public-api.d.ts +0 -1
  151. package/directive/highlight/highlight.directive.d.ts +1 -1
  152. package/directive/highlight/public-api.d.ts +0 -1
  153. package/directive/hint/hint.directive.d.ts +1 -1
  154. package/directive/hint/public-api.d.ts +0 -1
  155. package/directive/let/let.directive.d.ts +1 -1
  156. package/directive/let/public-api.d.ts +0 -1
  157. package/directive/loader/loader.directive.d.ts +1 -1
  158. package/directive/loader/public-api.d.ts +0 -1
  159. package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
  160. package/directive/no-autofill/public-api.d.ts +0 -1
  161. package/directive/only-number/only-number.directive.d.ts +1 -1
  162. package/directive/only-number/public-api.d.ts +0 -1
  163. package/directive/resize-drag/public-api.d.ts +0 -1
  164. package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
  165. package/directive/scroll-into-view/public-api.d.ts +0 -1
  166. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
  167. package/directive/scrollable/public-api.d.ts +0 -1
  168. package/directive/scrollable/scrollable/scrollable.component.d.ts +1 -1
  169. package/directive/scrollable/scrollable.directive.d.ts +1 -1
  170. package/directive/teta-template/public-api.d.ts +0 -1
  171. package/directive/teta-template/teta-template.directive.d.ts +1 -1
  172. package/directive/tooltip/public-api.d.ts +0 -1
  173. package/directive/tooltip/tooltip.directive.d.ts +1 -1
  174. package/docs/datePickerDocs.mdx +14 -59
  175. package/docs/dateRangeDocs.mdx +172 -0
  176. package/esm2022/common/contract/dynamic-data.mjs +1 -1
  177. package/esm2022/common/contract/teta-content-ref.mjs +1 -4
  178. package/esm2022/common/service/click.service.mjs +6 -9
  179. package/esm2022/common/service/dynamic-component.service.mjs +6 -10
  180. package/esm2022/common/service/overlay-container.service.mjs +7 -9
  181. package/esm2022/common/util/array-util.mjs +1 -1
  182. package/esm2022/common/util/dom-util.mjs +1 -1
  183. package/esm2022/common/util/position-util.mjs +1 -1
  184. package/esm2022/component/accordion/accordion/accordion.component.mjs +8 -6
  185. package/esm2022/component/accordion/accordion-content.directive.mjs +8 -8
  186. package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +13 -13
  187. package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +14 -17
  188. package/esm2022/component/accordion/public-api.mjs +1 -2
  189. package/esm2022/component/autocomplete/autocomplete/autocomplete.component.mjs +6 -6
  190. package/esm2022/component/autocomplete/public-api.mjs +1 -2
  191. package/esm2022/component/avatar/avatar/avatar.component.mjs +28 -32
  192. package/esm2022/component/avatar/public-api.mjs +1 -2
  193. package/esm2022/component/button/button/button.component.mjs +10 -12
  194. package/esm2022/component/button/public-api.mjs +1 -2
  195. package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +11 -20
  196. package/esm2022/component/chart-3d/model/chart-3d-options.mjs +1 -3
  197. package/esm2022/component/chart-3d/model/series-3d.mjs +1 -3
  198. package/esm2022/component/chart-3d/public-api.mjs +1 -2
  199. package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +16 -33
  200. package/esm2022/component/checkbox/public-api.mjs +1 -2
  201. package/esm2022/component/date-picker/base-calendar.mjs +23 -24
  202. package/esm2022/component/date-picker/base-picker.mjs +11 -16
  203. package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +23 -23
  204. package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +47 -46
  205. package/esm2022/component/date-picker/date-range/date-range.component.mjs +44 -39
  206. package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +25 -27
  207. package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +6 -6
  208. package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +12 -19
  209. package/esm2022/component/date-picker/model/date-period.mjs +1 -3
  210. package/esm2022/component/date-picker/model/day-model.mjs +1 -7
  211. package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +13 -16
  212. package/esm2022/component/date-picker/public-api.mjs +1 -2
  213. package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +9 -9
  214. package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +9 -14
  215. package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +13 -13
  216. package/esm2022/component/delimiter/public-api.mjs +1 -2
  217. package/esm2022/component/divider/divider/divider.component.mjs +8 -10
  218. package/esm2022/component/divider/public-api.mjs +1 -2
  219. package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +8 -13
  220. package/esm2022/component/dropdown/dropdown-base.mjs +26 -35
  221. package/esm2022/component/dropdown/dropdown-content.directive.mjs +8 -9
  222. package/esm2022/component/dropdown/dropdown-head.directive.mjs +9 -9
  223. package/esm2022/component/dropdown/dropdown.directive.mjs +9 -13
  224. package/esm2022/component/dropdown/public-api.mjs +1 -2
  225. package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +10 -10
  226. package/esm2022/component/dynamic-component/public-api.mjs +1 -2
  227. package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +14 -15
  228. package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +11 -10
  229. package/esm2022/component/expand-card/public-api.mjs +1 -2
  230. package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +20 -18
  231. package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +7 -7
  232. package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +7 -7
  233. package/esm2022/component/expand-panel/public-api.mjs +1 -2
  234. package/esm2022/component/file-upload/file-item/file-item.component.mjs +6 -6
  235. package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +24 -19
  236. package/esm2022/component/file-upload/public-api.mjs +1 -2
  237. package/esm2022/component/filter/base/filter-base.mjs +1 -4
  238. package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +22 -20
  239. package/esm2022/component/filter/contarct/date-filter-value.mjs +1 -9
  240. package/esm2022/component/filter/contarct/date-filter.mjs +1 -1
  241. package/esm2022/component/filter/contarct/filter-item.mjs +13 -57
  242. package/esm2022/component/filter/contarct/filter-state.mjs +7 -7
  243. package/esm2022/component/filter/contarct/list-filter.mjs +1 -2
  244. package/esm2022/component/filter/contarct/numeric-filter-value.mjs +1 -13
  245. package/esm2022/component/filter/contarct/numeric-filter.mjs +1 -2
  246. package/esm2022/component/filter/contarct/sort-param.mjs +1 -13
  247. package/esm2022/component/filter/contarct/string-filter.mjs +1 -2
  248. package/esm2022/component/filter/date-filter/date-filter.component.mjs +22 -20
  249. package/esm2022/component/filter/filter-host/filter-host.component.mjs +11 -16
  250. package/esm2022/component/filter/list-filter/list-filter.component.mjs +25 -23
  251. package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +22 -20
  252. package/esm2022/component/filter/public-api.mjs +1 -2
  253. package/esm2022/component/filter/string-filter/string-filter.component.mjs +19 -18
  254. package/esm2022/component/icon/icon/icon.component.mjs +9 -9
  255. package/esm2022/component/icon/icon-file/icon-file.component.mjs +6 -8
  256. package/esm2022/component/icon/icon-sprite.directive.mjs +9 -9
  257. package/esm2022/component/icon/icon.service.mjs +10 -15
  258. package/esm2022/component/icon/public-api.mjs +1 -3
  259. package/esm2022/component/input/color-input/color-input.component.mjs +11 -13
  260. package/esm2022/component/input/form-group-title/form-group-title.component.mjs +9 -8
  261. package/esm2022/component/input/input/input.component.mjs +12 -13
  262. package/esm2022/component/input/public-api.mjs +2 -2
  263. package/esm2022/component/input/text-field/text-field.component.mjs +25 -25
  264. package/esm2022/component/message/message/message.component.mjs +15 -14
  265. package/esm2022/component/message/message-host/message-host.component.mjs +22 -25
  266. package/esm2022/component/message/message.service.mjs +7 -9
  267. package/esm2022/component/message/model/message.mjs +4 -10
  268. package/esm2022/component/message/public-api.mjs +1 -2
  269. package/esm2022/component/modal/dialog/dialog.component.mjs +18 -18
  270. package/esm2022/component/modal/dialog.service.mjs +6 -6
  271. package/esm2022/component/modal/modal-container/modal-container.component.mjs +11 -13
  272. package/esm2022/component/modal/modal.module.mjs +8 -18
  273. package/esm2022/component/modal/modal.service.mjs +16 -19
  274. package/esm2022/component/modal/model/current-modal.mjs +1 -2
  275. package/esm2022/component/modal/model/modal-instance.mjs +7 -10
  276. package/esm2022/component/pager/model/pager-state.mjs +9 -29
  277. package/esm2022/component/pager/pager/pager.component.mjs +6 -6
  278. package/esm2022/component/pager/public-api.mjs +1 -2
  279. package/esm2022/component/panel/panel/panel.component.mjs +12 -11
  280. package/esm2022/component/panel/public-api.mjs +1 -2
  281. package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +37 -45
  282. package/esm2022/component/progress-bar/public-api.mjs +1 -2
  283. package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +13 -21
  284. package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +31 -29
  285. package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +8 -9
  286. package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +19 -23
  287. package/esm2022/component/property-grid/property-grid.module.mjs +16 -46
  288. package/esm2022/component/public-api.mjs +1 -3
  289. package/esm2022/component/radio/public-api.mjs +1 -2
  290. package/esm2022/component/radio/radio/radio.component.mjs +17 -23
  291. package/esm2022/component/radio/radio-button/radio-button.component.mjs +10 -16
  292. package/esm2022/component/resize-panel/public-api.mjs +1 -2
  293. package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +24 -29
  294. package/esm2022/component/select/public-api.mjs +1 -2
  295. package/esm2022/component/select/select/select.component.mjs +49 -53
  296. package/esm2022/component/select/select-option.directive.mjs +8 -8
  297. package/esm2022/component/select/select-value.directive.mjs +8 -8
  298. package/esm2022/component/sidebar/public-api.mjs +1 -2
  299. package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +14 -16
  300. package/esm2022/component/switch/public-api.mjs +1 -2
  301. package/esm2022/component/switch/switch/switch.component.mjs +10 -13
  302. package/esm2022/component/switch/switch-button/switch-button.component.mjs +9 -13
  303. package/esm2022/component/switch/switch.service.mjs +6 -7
  304. package/esm2022/component/table/base/cell-component-base.mjs +14 -18
  305. package/esm2022/component/table/base/head-cell-component-base.mjs +5 -4
  306. package/esm2022/component/table/cell/cell.component.mjs +11 -11
  307. package/esm2022/component/table/cell-host/cell-host.component.mjs +10 -14
  308. package/esm2022/component/table/contract/column-reorder-event.mjs +1 -3
  309. package/esm2022/component/table/contract/column-resize-event.mjs +1 -3
  310. package/esm2022/component/table/contract/sort-event.mjs +1 -3
  311. package/esm2022/component/table/contract/table-column-store.mjs +1 -6
  312. package/esm2022/component/table/contract/table-column.mjs +13 -83
  313. package/esm2022/component/table/contract/table-row.mjs +1 -3
  314. package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +15 -13
  315. package/esm2022/component/table/default/date-cell/date-cell.component.mjs +17 -13
  316. package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +17 -13
  317. package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +9 -13
  318. package/esm2022/component/table/default/list-cell/list-cell.component.mjs +16 -14
  319. package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +17 -14
  320. package/esm2022/component/table/default/string-cell/string-cell.component.mjs +16 -14
  321. package/esm2022/component/table/head-cell/head-cell.component.mjs +38 -41
  322. package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +29 -27
  323. package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +8 -13
  324. package/esm2022/component/table/public-api.mjs +1 -2
  325. package/esm2022/component/table/selection-cell/selection-cell.component.mjs +13 -14
  326. package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +12 -12
  327. package/esm2022/component/table/service/table.service.mjs +35 -58
  328. package/esm2022/component/table/table/table.component.mjs +53 -67
  329. package/esm2022/component/table/table-body/table-body.component.mjs +47 -51
  330. package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +15 -23
  331. package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +12 -19
  332. package/esm2022/component/table/table-head/table-head.component.mjs +15 -23
  333. package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +54 -51
  334. package/esm2022/component/table/table-head-group/table-head-group.component.mjs +11 -16
  335. package/esm2022/component/table/util/state-util.mjs +2 -2
  336. package/esm2022/component/table/util/table-util.mjs +1 -1
  337. package/esm2022/component/tabs/public-api.mjs +1 -2
  338. package/esm2022/component/tabs/tab/tab.component.mjs +15 -19
  339. package/esm2022/component/tabs/tab-content.directive.mjs +8 -8
  340. package/esm2022/component/tabs/tab-title.directive.mjs +8 -8
  341. package/esm2022/component/tabs/tabs/tabs.component.mjs +19 -23
  342. package/esm2022/component/theme-switch/public-api.mjs +1 -2
  343. package/esm2022/component/theme-switch/theme-switch/theme-switch.component.mjs +11 -12
  344. package/esm2022/component/theme-switch/theme-switch.service.mjs +5 -7
  345. package/esm2022/component/toggle/public-api.mjs +1 -2
  346. package/esm2022/component/toggle/toggle/toggle.component.mjs +12 -21
  347. package/esm2022/component/toolbar/public-api.mjs +1 -2
  348. package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +5 -7
  349. package/esm2022/component/tree/public-api.mjs +1 -2
  350. package/esm2022/component/tree/tree/tree.component.mjs +31 -38
  351. package/esm2022/component/tree/tree-item/tree-item.component.mjs +17 -21
  352. package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +10 -13
  353. package/esm2022/component/tree/tree.service.mjs +8 -10
  354. package/esm2022/directive/auto-position/auto-position.directive.mjs +12 -13
  355. package/esm2022/directive/auto-position/public-api.mjs +1 -2
  356. package/esm2022/directive/click-outside/click-outside.directive.mjs +19 -20
  357. package/esm2022/directive/click-outside/public-api.mjs +1 -2
  358. package/esm2022/directive/context-menu/context-menu.directive.mjs +20 -29
  359. package/esm2022/directive/context-menu/public-api.mjs +1 -2
  360. package/esm2022/directive/disable-control/disable-control.directive.mjs +7 -6
  361. package/esm2022/directive/disable-control/public-api.mjs +1 -2
  362. package/esm2022/directive/drag-drop/drag-container.directive.mjs +14 -21
  363. package/esm2022/directive/drag-drop/drag-drop.service.mjs +10 -20
  364. package/esm2022/directive/drag-drop/drag-placeholder.directive.mjs +7 -6
  365. package/esm2022/directive/drag-drop/drag-preview.directive.mjs +8 -8
  366. package/esm2022/directive/drag-drop/drag.directive.mjs +14 -20
  367. package/esm2022/directive/drag-drop/model/drag-container-instance.mjs +1 -4
  368. package/esm2022/directive/drag-drop/model/drag-instance.mjs +1 -3
  369. package/esm2022/directive/drag-drop/public-api.mjs +1 -2
  370. package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +9 -7
  371. package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +12 -16
  372. package/esm2022/directive/drag-sort/public-api.mjs +1 -2
  373. package/esm2022/directive/dynamic-content-base.directive.mjs +13 -22
  374. package/esm2022/directive/highlight/highlight.directive.mjs +8 -8
  375. package/esm2022/directive/highlight/public-api.mjs +1 -2
  376. package/esm2022/directive/hint/hint.directive.mjs +14 -24
  377. package/esm2022/directive/hint/public-api.mjs +1 -2
  378. package/esm2022/directive/let/let.directive.mjs +8 -9
  379. package/esm2022/directive/let/public-api.mjs +1 -2
  380. package/esm2022/directive/loader/loader.directive.mjs +12 -18
  381. package/esm2022/directive/loader/public-api.mjs +1 -2
  382. package/esm2022/directive/no-autofill/no-autofill.directive.mjs +7 -8
  383. package/esm2022/directive/no-autofill/public-api.mjs +1 -2
  384. package/esm2022/directive/only-number/only-number.directive.mjs +19 -19
  385. package/esm2022/directive/only-number/public-api.mjs +1 -2
  386. package/esm2022/directive/resize-drag/public-api.mjs +1 -2
  387. package/esm2022/directive/resize-drag/resize-drag.directive.mjs +18 -19
  388. package/esm2022/directive/scroll-into-view/public-api.mjs +1 -2
  389. package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +11 -13
  390. package/esm2022/directive/scrollable/public-api.mjs +1 -2
  391. package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +20 -24
  392. package/esm2022/directive/scrollable/scrollable.directive.mjs +8 -5
  393. package/esm2022/directive/teta-template/public-api.mjs +1 -2
  394. package/esm2022/directive/teta-template/teta-template.directive.mjs +8 -9
  395. package/esm2022/directive/tooltip/public-api.mjs +1 -2
  396. package/esm2022/directive/tooltip/tooltip.directive.mjs +16 -21
  397. package/esm2022/index.mjs +22 -0
  398. package/esm2022/locale/teta-config.service.mjs +8 -8
  399. package/esm2022/observable/animation-frame.mjs +1 -1
  400. package/esm2022/observable/public-api.mjs +1 -2
  401. package/esm2022/pipe/date-pipe/public-api.mjs +1 -2
  402. package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +22 -14
  403. package/esm2022/pipe/number-pipe/number.pipe.mjs +6 -5
  404. package/esm2022/pipe/number-pipe/public-api.mjs +1 -2
  405. package/esm2022/pipe/util/number-helper.mjs +1 -1
  406. package/esm2022/tetacom-ng-components.mjs +2 -2
  407. package/esm2022/util/bool-or-func.mjs +1 -1
  408. package/esm2022/util/date-util.mjs +1 -1
  409. package/esm2022/util/forms-util.mjs +3 -3
  410. package/fesm2022/tetacom-ng-components.mjs +6035 -8436
  411. package/fesm2022/tetacom-ng-components.mjs.map +1 -1
  412. package/index.d.ts +17 -3
  413. package/observable/public-api.d.ts +0 -1
  414. package/package.json +5 -24
  415. package/pipe/date-pipe/public-api.d.ts +0 -1
  416. package/pipe/date-pipe/teta-date.pipe.d.ts +3 -3
  417. package/pipe/number-pipe/number.pipe.d.ts +1 -1
  418. package/pipe/number-pipe/public-api.d.ts +0 -1
  419. package/style/accordion.scss +3 -1
  420. package/style/checkbox.scss +1 -1
  421. package/style/icon.scss +1 -1
  422. package/style/message.scss +1 -1
  423. package/style/navigation.scss +3 -3
  424. package/style/switch.scss +1 -3
  425. package/style/toggle.scss +1 -1
  426. package/style/toolbar.scss +1 -1
  427. package/.browserslistrc +0 -16
  428. package/component/accordion/accordion.module.d.ts +0 -12
  429. package/component/autocomplete/autocomplete.module.d.ts +0 -8
  430. package/component/avatar/avatar.module.d.ts +0 -9
  431. package/component/button/button.module.d.ts +0 -8
  432. package/component/chart-3d/chart-3d.module.d.ts +0 -8
  433. package/component/checkbox/checkbox.module.d.ts +0 -9
  434. package/component/date-picker/date-picker.module.d.ts +0 -24
  435. package/component/delimiter/delimiter.module.d.ts +0 -8
  436. package/component/divider/divider.module.d.ts +0 -8
  437. package/component/dropdown/dropdown.module.d.ts +0 -11
  438. package/component/dynamic-component/dynamic-component.module.d.ts +0 -8
  439. package/component/expand-card/expand-card.module.d.ts +0 -13
  440. package/component/expand-panel/expand-panel.module.d.ts +0 -14
  441. package/component/file-upload/file-upload.module.d.ts +0 -12
  442. package/component/filter/filter.module.d.ts +0 -21
  443. package/component/icon/icon-file/icon-file.module.d.ts +0 -9
  444. package/component/icon/icon.module.d.ts +0 -10
  445. package/component/input/input.module.d.ts +0 -16
  446. package/component/message/message.module.d.ts +0 -11
  447. package/component/pager/pager.module.d.ts +0 -9
  448. package/component/panel/panel.module.d.ts +0 -8
  449. package/component/progress-bar/progress-bar.module.d.ts +0 -8
  450. package/component/radio/radio.module.d.ts +0 -10
  451. package/component/resize-panel/resize-panel.module.d.ts +0 -10
  452. package/component/select/select.module.d.ts +0 -18
  453. package/component/sidebar/sidebar.module.d.ts +0 -10
  454. package/component/switch/switch.module.d.ts +0 -9
  455. package/component/table/table.module.d.ts +0 -47
  456. package/component/tabs/tabs.module.d.ts +0 -11
  457. package/component/theme-switch/theme-switch.module.d.ts +0 -10
  458. package/component/three/custom-series/custom-series.component.d.ts +0 -20
  459. package/component/three/public-api.d.ts +0 -11
  460. package/component/three/three-chart/area-3d/area-3d.component.d.ts +0 -14
  461. package/component/three/three-chart/axes-3d/axes-3d.component.d.ts +0 -37
  462. package/component/three/three-chart/base-3d-series/base3d-series.component.d.ts +0 -15
  463. package/component/three/three-chart/block-3d/block-3d.component.d.ts +0 -28
  464. package/component/three/three-chart/canvas/canvas.component.d.ts +0 -11
  465. package/component/three/three-chart/directive/canvas-3d-host.d.ts +0 -19
  466. package/component/three/three-chart/directive/public-api.d.ts +0 -2
  467. package/component/three/three-chart/directive/series-3d-host.d.ts +0 -16
  468. package/component/three/three-chart/line-3d/line-3d.component.d.ts +0 -19
  469. package/component/three/three-chart/model/axes-3d-min-max.d.ts +0 -5
  470. package/component/three/three-chart/model/axis-3d-point.d.ts +0 -4
  471. package/component/three/three-chart/model/base-3d-series.d.ts +0 -11
  472. package/component/three/three-chart/model/base-3d-three-point.d.ts +0 -8
  473. package/component/three/three-chart/model/block-3d-series.d.ts +0 -6
  474. package/component/three/three-chart/model/block3d-point.d.ts +0 -5
  475. package/component/three/three-chart/model/enum/public-api.d.ts +0 -1
  476. package/component/three/three-chart/model/enum/series-3d-type.d.ts +0 -4
  477. package/component/three/three-chart/model/i-3d-chart-config.d.ts +0 -14
  478. package/component/three/three-chart/model/line-3d-point.d.ts +0 -5
  479. package/component/three/three-chart/model/line-3d-series.d.ts +0 -6
  480. package/component/three/three-chart/model/public-api.d.ts +0 -10
  481. package/component/three/three-chart/scene/scene.component.d.ts +0 -20
  482. package/component/three/three-chart/service/chart-3d.service.d.ts +0 -21
  483. package/component/three/three-chart/three-chart.component.d.ts +0 -19
  484. package/component/toggle/toggle.module.d.ts +0 -9
  485. package/component/toolbar/toolbar.module.d.ts +0 -8
  486. package/component/tree/tree.module.d.ts +0 -14
  487. package/directive/auto-position/auto-position.module.d.ts +0 -8
  488. package/directive/click-outside/click-outside.module.d.ts +0 -8
  489. package/directive/context-menu/context-menu.module.d.ts +0 -9
  490. package/directive/disable-control/disable-control.module.d.ts +0 -8
  491. package/directive/drag-drop/drag-drop.module.d.ts +0 -11
  492. package/directive/drag-sort/drag-sort.module.d.ts +0 -9
  493. package/directive/highlight/highlight.module.d.ts +0 -8
  494. package/directive/hint/hint.module.d.ts +0 -9
  495. package/directive/let/let.module.d.ts +0 -8
  496. package/directive/loader/loader.module.d.ts +0 -8
  497. package/directive/no-autofill/no-autofill.module.d.ts +0 -8
  498. package/directive/only-number/only-number.module.d.ts +0 -8
  499. package/directive/resize-drag/resize-drag.module.d.ts +0 -8
  500. package/directive/scroll-into-view/scroll-into-view.module.d.ts +0 -8
  501. package/directive/scrollable/scrollable.module.d.ts +0 -10
  502. package/directive/teta-template/teta-template.module.d.ts +0 -8
  503. package/directive/tooltip/tooltip.module.d.ts +0 -10
  504. package/docs/chartDocs.mdx +0 -153
  505. package/docs/threeDocs.mdx +0 -65
  506. package/esm2022/component/accordion/accordion.module.mjs +0 -27
  507. package/esm2022/component/autocomplete/autocomplete.module.mjs +0 -24
  508. package/esm2022/component/avatar/avatar.module.mjs +0 -28
  509. package/esm2022/component/button/button.module.mjs +0 -22
  510. package/esm2022/component/chart-3d/chart-3d.module.mjs +0 -18
  511. package/esm2022/component/checkbox/checkbox.module.mjs +0 -26
  512. package/esm2022/component/date-picker/date-picker.module.mjs +0 -91
  513. package/esm2022/component/delimiter/delimiter.module.mjs +0 -20
  514. package/esm2022/component/divider/divider.module.mjs +0 -20
  515. package/esm2022/component/dropdown/dropdown.module.mjs +0 -39
  516. package/esm2022/component/dynamic-component/dynamic-component.module.mjs +0 -20
  517. package/esm2022/component/expand-card/expand-card.module.mjs +0 -45
  518. package/esm2022/component/expand-panel/expand-panel.module.mjs +0 -50
  519. package/esm2022/component/file-upload/file-upload.module.mjs +0 -22
  520. package/esm2022/component/filter/filter.module.mjs +0 -81
  521. package/esm2022/component/icon/icon-file/icon-file.module.mjs +0 -28
  522. package/esm2022/component/icon/icon.module.mjs +0 -33
  523. package/esm2022/component/input/input.module.mjs +0 -26
  524. package/esm2022/component/message/message.module.mjs +0 -29
  525. package/esm2022/component/pager/pager.module.mjs +0 -24
  526. package/esm2022/component/panel/panel.module.mjs +0 -20
  527. package/esm2022/component/progress-bar/progress-bar.module.mjs +0 -20
  528. package/esm2022/component/radio/radio.module.mjs +0 -20
  529. package/esm2022/component/resize-panel/resize-panel.module.mjs +0 -20
  530. package/esm2022/component/select/select.module.mjs +0 -54
  531. package/esm2022/component/sidebar/sidebar.module.mjs +0 -28
  532. package/esm2022/component/switch/switch.module.mjs +0 -21
  533. package/esm2022/component/table/table.module.mjs +0 -185
  534. package/esm2022/component/tabs/tabs.module.mjs +0 -39
  535. package/esm2022/component/theme-switch/theme-switch.module.mjs +0 -28
  536. package/esm2022/component/three/custom-series/custom-series.component.mjs +0 -34
  537. package/esm2022/component/three/public-api.mjs +0 -12
  538. package/esm2022/component/three/three-chart/area-3d/area-3d.component.mjs +0 -53
  539. package/esm2022/component/three/three-chart/axes-3d/axes-3d.component.mjs +0 -60
  540. package/esm2022/component/three/three-chart/base-3d-series/base3d-series.component.mjs +0 -29
  541. package/esm2022/component/three/three-chart/block-3d/block-3d.component.mjs +0 -77
  542. package/esm2022/component/three/three-chart/canvas/canvas.component.mjs +0 -24
  543. package/esm2022/component/three/three-chart/directive/canvas-3d-host.mjs +0 -49
  544. package/esm2022/component/three/three-chart/directive/public-api.mjs +0 -3
  545. package/esm2022/component/three/three-chart/directive/series-3d-host.mjs +0 -48
  546. package/esm2022/component/three/three-chart/line-3d/line-3d.component.mjs +0 -42
  547. package/esm2022/component/three/three-chart/model/axes-3d-min-max.mjs +0 -2
  548. package/esm2022/component/three/three-chart/model/axis-3d-point.mjs +0 -2
  549. package/esm2022/component/three/three-chart/model/base-3d-series.mjs +0 -2
  550. package/esm2022/component/three/three-chart/model/base-3d-three-point.mjs +0 -2
  551. package/esm2022/component/three/three-chart/model/block-3d-series.mjs +0 -2
  552. package/esm2022/component/three/three-chart/model/block3d-point.mjs +0 -2
  553. package/esm2022/component/three/three-chart/model/enum/public-api.mjs +0 -2
  554. package/esm2022/component/three/three-chart/model/enum/series-3d-type.mjs +0 -6
  555. package/esm2022/component/three/three-chart/model/i-3d-chart-config.mjs +0 -2
  556. package/esm2022/component/three/three-chart/model/line-3d-point.mjs +0 -2
  557. package/esm2022/component/three/three-chart/model/line-3d-series.mjs +0 -2
  558. package/esm2022/component/three/three-chart/model/public-api.mjs +0 -11
  559. package/esm2022/component/three/three-chart/scene/scene.component.mjs +0 -47
  560. package/esm2022/component/three/three-chart/service/chart-3d.service.mjs +0 -86
  561. package/esm2022/component/three/three-chart/three-chart.component.mjs +0 -46
  562. package/esm2022/component/toggle/toggle.module.mjs +0 -19
  563. package/esm2022/component/toolbar/toolbar.module.mjs +0 -20
  564. package/esm2022/component/tree/tree.module.mjs +0 -24
  565. package/esm2022/directive/auto-position/auto-position.module.mjs +0 -24
  566. package/esm2022/directive/click-outside/click-outside.module.mjs +0 -20
  567. package/esm2022/directive/context-menu/context-menu.module.mjs +0 -24
  568. package/esm2022/directive/disable-control/disable-control.module.mjs +0 -22
  569. package/esm2022/directive/drag-drop/drag-drop.module.mjs +0 -39
  570. package/esm2022/directive/drag-sort/drag-sort.module.mjs +0 -19
  571. package/esm2022/directive/highlight/highlight.module.mjs +0 -20
  572. package/esm2022/directive/hint/hint.module.mjs +0 -24
  573. package/esm2022/directive/let/let.module.mjs +0 -23
  574. package/esm2022/directive/loader/loader.module.mjs +0 -20
  575. package/esm2022/directive/no-autofill/no-autofill.module.mjs +0 -18
  576. package/esm2022/directive/only-number/only-number.module.mjs +0 -18
  577. package/esm2022/directive/resize-drag/resize-drag.module.mjs +0 -18
  578. package/esm2022/directive/scroll-into-view/scroll-into-view.module.mjs +0 -23
  579. package/esm2022/directive/scrollable/scrollable.module.mjs +0 -33
  580. package/esm2022/directive/teta-template/teta-template.module.mjs +0 -24
  581. package/esm2022/directive/tooltip/tooltip.module.mjs +0 -20
  582. package/esm2022/observable/zoneObservable.mjs +0 -15
  583. package/esm2022/pipe/date-pipe/teta-date-pipe.module.mjs +0 -18
  584. package/esm2022/pipe/number-pipe/number-pipe.module.mjs +0 -22
  585. package/esm2022/public-api.mjs +0 -25
  586. package/observable/zoneObservable.d.ts +0 -5
  587. package/pipe/date-pipe/teta-date-pipe.module.d.ts +0 -8
  588. package/pipe/number-pipe/number-pipe.module.d.ts +0 -8
  589. package/public-api.d.ts +0 -22
@@ -17,5 +17,5 @@ export declare class ColorInputComponent implements ControlValueAccessor {
17
17
  onTouched(): void;
18
18
  getHexColor(color: string): string;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorInputComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "teta-color-input", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "teta-color-input", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -5,5 +5,5 @@ export declare class FormGroupTitleComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupTitleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupTitleComponent, "teta-form-group-title", never, {}, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupTitleComponent, "teta-form-group-title", never, {}, {}, never, ["*"], true, never>;
9
9
  }
@@ -10,5 +10,5 @@ export declare class InputComponent {
10
10
  get column(): boolean;
11
11
  align: typeof Align;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "teta-input", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["*", "message"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "teta-input", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["*", "message"], true, never>;
14
14
  }
@@ -1,5 +1,5 @@
1
- export * from './input.module';
2
1
  export * from './color-input/color-input.component';
3
2
  export * from './input/input.component';
3
+ export * from './input/input.component';
4
4
  export * from './text-field/text-field.component';
5
5
  export * from './form-group-title/form-group-title.component';
@@ -24,5 +24,5 @@ export declare class TextFieldComponent implements ControlValueAccessor {
24
24
  onChange(input: string): void;
25
25
  onTouched(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "teta-text-field", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "leftIconName": { "alias": "leftIconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "onlyNumber": { "alias": "onlyNumber"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "teta-text-field", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "leftIconName": { "alias": "leftIconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "onlyNumber": { "alias": "onlyNumber"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, true, never>;
28
28
  }
@@ -15,5 +15,5 @@ export declare class MessageComponent implements AfterViewInit, OnDestroy {
15
15
  ngAfterViewInit(): void;
16
16
  ngOnDestroy(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "teta-message", never, { "message": { "alias": "message"; "required": false; }; "index": { "alias": "index"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "closed": "closed"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "teta-message", never, { "message": { "alias": "message"; "required": false; }; "index": { "alias": "index"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "closed": "closed"; }, never, never, true, never>;
19
19
  }
@@ -21,5 +21,5 @@ export declare class MessageHostComponent implements OnInit, OnDestroy {
21
21
  closedItem(event: any): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageHostComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageHostComponent, "teta-message-host", never, { "class": { "alias": "class"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; }, { "itemClose": "itemClose"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageHostComponent, "teta-message-host", never, { "class": { "alias": "class"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; }, { "itemClose": "itemClose"; }, never, never, true, never>;
25
25
  }
@@ -1,4 +1,3 @@
1
- export * from './message.module';
2
1
  export * from './message.service';
3
2
  export * from './message/message.component';
4
3
  export * from './message-host/message-host.component';
@@ -15,5 +15,5 @@ export declare class DialogComponent implements OnInit {
15
15
  ok(): void;
16
16
  ngOnInit(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "teta-dialog", never, { "message": { "alias": "message"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "buttonPalette": { "alias": "buttonPalette"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "teta-dialog", never, { "message": { "alias": "message"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "buttonPalette": { "alias": "buttonPalette"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
@@ -13,5 +13,5 @@ export declare class ModalContainerComponent {
13
13
  keyup(event: KeyboardEvent): void;
14
14
  click(event: MouseEvent): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "teta-modal-container", never, { "config": { "alias": "config"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "teta-modal-container", never, { "config": { "alias": "config"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, ["*"], true, never>;
17
17
  }
@@ -1,13 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./modal-container/modal-container.component";
3
- import * as i2 from "./dialog/dialog.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../toolbar/toolbar.module";
6
- import * as i5 from "../button/button.module";
7
- import * as i6 from "@ngneat/transloco";
8
- import * as i7 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@ngneat/transloco";
4
+ import * as i3 from "./modal-container/modal-container.component";
5
+ import * as i4 from "./dialog/dialog.component";
9
6
  export declare class ModalModule {
10
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ModalContainerComponent, typeof i2.DialogComponent], [typeof i3.CommonModule, typeof i4.ToolbarModule, typeof i5.ButtonModule, typeof i6.TranslocoModule, typeof i7.IconModule], [typeof i1.ModalContainerComponent, typeof i2.DialogComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.CommonModule, typeof i2.TranslocoModule, typeof i3.ModalContainerComponent, typeof i4.DialogComponent], [typeof i3.ModalContainerComponent, typeof i4.DialogComponent]>;
12
9
  static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
13
10
  }
@@ -4,5 +4,5 @@ export declare class PagerComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "teta-pager", never, {}, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "teta-pager", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -1,4 +1,3 @@
1
- export * from './pager.module';
2
1
  export * from './pager/pager.component';
3
2
  export * from './model/pager-state';
4
3
  export * from './util/pager-util';
@@ -8,5 +8,5 @@ export declare class PanelComponent implements OnInit {
8
8
  constructor();
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "teta-panel", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "teta-panel", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -1,2 +1 @@
1
- export * from './panel.module';
2
1
  export * from './panel/panel.component';
@@ -42,5 +42,5 @@ export declare class ProgressBarComponent implements OnInit, ControlValueAccesso
42
42
  private removeListener;
43
43
  private setPercentFromValue;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "teta-progress-bar", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, {}, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "teta-progress-bar", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, {}, never, never, true, never>;
46
46
  }
@@ -1,2 +1 @@
1
- export * from './progress-bar.module';
2
1
  export * from './progress-bar/progress-bar.component';
@@ -20,5 +20,5 @@ export declare class PropertyGridGroupComponent<T> {
20
20
  constructor(_formGroup: ControlContainer);
21
21
  trackColumns(index: number, column: TableColumn): any;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridGroupComponent<any>, [{ optional: true; }]>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
24
24
  }
@@ -34,5 +34,5 @@ export declare class PropertyGridItemComponent<T> implements OnDestroy, OnChange
34
34
  ngOnDestroy(): void;
35
35
  ngOnChanges(changes: SimpleChanges): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemComponent<any>, [null, { optional: true; }]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "item": { "alias": "item"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": { "alias": "column"; "required": false; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "item": { "alias": "item"; "required": false; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
38
38
  }
@@ -5,5 +5,5 @@ export declare class PropertyGridItemDescriptionDirective {
5
5
  name: string;
6
6
  constructor(template: TemplateRef<any>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemDescriptionDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyGridItemDescriptionDirective, "[tetaPropertyGridItemDescription]", never, { "name": { "alias": "tetaPropertyGridItemDescription"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyGridItemDescriptionDirective, "[tetaPropertyGridItemDescription]", never, { "name": { "alias": "tetaPropertyGridItemDescription"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -27,5 +27,5 @@ export declare class PropertyGridComponent<T> implements OnDestroy {
27
27
  trackColumns(index: number, column: TableColumn): any;
28
28
  private getDictValue;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridComponent<any>, [{ optional: true; }]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, ["itemTemplates"], never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": { "alias": "hideNonEditable"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "item": { "alias": "item"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; }, { "controlValueChange": "controlValueChange"; }, ["itemTemplates"], never, true, never>;
31
31
  }
@@ -1,21 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./property-grid/property-grid.component";
3
- import * as i2 from "./property-grid/property-grid-group/property-grid-group.component";
4
- import * as i3 from "./property-grid/property-grid-item/property-grid-item.component";
5
- import * as i4 from "./property-grid/property-grid-item-description.directive";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "../../pipe/number-pipe/number-pipe.module";
9
- import * as i8 from "../date-picker/date-picker.module";
10
- import * as i9 from "../select/select.module";
11
- import * as i10 from "../../directive/only-number/only-number.module";
12
- import * as i11 from "../input/input.module";
13
- import * as i12 from "../toggle/toggle.module";
14
- import * as i13 from "@ngneat/transloco";
15
- import * as i14 from "../../directive/hint/hint.module";
16
- import * as i15 from "../expand-card/expand-card.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "@ngneat/transloco";
5
+ import * as i4 from "./property-grid/property-grid.component";
6
+ import * as i5 from "./property-grid/property-grid-group/property-grid-group.component";
7
+ import * as i6 from "./property-grid/property-grid-item/property-grid-item.component";
8
+ import * as i7 from "./property-grid/property-grid-item-description.directive";
17
9
  export declare class PropertyGridModule {
18
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<PropertyGridModule, [typeof i1.PropertyGridComponent, typeof i2.PropertyGridGroupComponent, typeof i3.PropertyGridItemComponent, typeof i4.PropertyGridItemDescriptionDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.NumberPipeModule, typeof i8.DatePickerModule, typeof i9.SelectModule, typeof i10.OnlyNumberModule, typeof i11.InputModule, typeof i12.ToggleModule, typeof i6.ReactiveFormsModule, typeof i13.TranslocoModule, typeof i14.HintModule, typeof i15.ExpandCardModule], [typeof i1.PropertyGridComponent, typeof i4.PropertyGridItemDescriptionDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PropertyGridModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.TranslocoModule, typeof i4.PropertyGridComponent, typeof i5.PropertyGridGroupComponent, typeof i6.PropertyGridItemComponent, typeof i7.PropertyGridItemDescriptionDirective], [typeof i4.PropertyGridComponent, typeof i7.PropertyGridItemDescriptionDirective]>;
20
12
  static ɵinj: i0.ɵɵInjectorDeclaration<PropertyGridModule>;
21
13
  }
@@ -29,7 +29,6 @@ export * from './theme-switch/public-api';
29
29
  export * from './toggle/public-api';
30
30
  export * from './toolbar/public-api';
31
31
  export * from './tree/public-api';
32
- export * from './three/public-api';
33
32
  export * from './chart-3d/public-api';
34
33
  export * from './divider/public-api';
35
34
  export * from './resize-panel/public-api';
@@ -1,3 +1,2 @@
1
- export * from './radio.module';
2
1
  export * from './radio/radio.component';
3
2
  export * from './radio-button/radio-button.component';
@@ -1,8 +1,8 @@
1
- import { OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { ChangeDetectorRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { RadioButtonComponent } from '../radio-button/radio-button.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare class RadioComponent implements OnInit, ControlValueAccessor {
5
+ export declare class RadioComponent implements ControlValueAccessor {
6
6
  private _cdr;
7
7
  tabindex: number;
8
8
  radioClass: boolean;
@@ -21,7 +21,6 @@ export declare class RadioComponent implements OnInit, ControlValueAccessor {
21
21
  focusHandler(event: FocusEvent): void;
22
22
  focusoutHandler(event: FocusEvent): void;
23
23
  keyEvent(event: KeyboardEvent): boolean;
24
- ngOnInit(): void;
25
24
  selectFirst(): boolean;
26
25
  _setChecked(btn: RadioButtonComponent): void;
27
26
  _addButton(btn: RadioButtonComponent): number;
@@ -42,5 +41,5 @@ export declare class RadioComponent implements OnInit, ControlValueAccessor {
42
41
  private selectPrevious;
43
42
  private checkSelected;
44
43
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "teta-radio", never, { "inline": { "alias": "inline"; "required": false; }; "checkChangeSelected": { "alias": "checkChangeSelected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "teta-radio", never, { "inline": { "alias": "inline"; "required": false; }; "checkChangeSelected": { "alias": "checkChangeSelected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
46
45
  }
@@ -16,5 +16,5 @@ export declare class RadioButtonComponent implements OnInit, OnDestroy {
16
16
  ngOnInit(): void;
17
17
  ngOnDestroy(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, [null, { host: true; }]>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "teta-radio-button", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "teta-radio-button", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
20
20
  }
@@ -1,2 +1 @@
1
- export * from './resize-panel.module';
2
1
  export * from './resize-panel/resize-panel.component';
@@ -33,5 +33,5 @@ export declare class ResizePanelComponent implements OnInit, OnDestroy {
33
33
  private restorePosition;
34
34
  private save;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizePanelComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ResizePanelComponent, "teta-resize-panel", never, { "size": { "alias": "size"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "grabPosition": { "alias": "grabPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minSize": { "alias": "minSize"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; }, {}, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizePanelComponent, "teta-resize-panel", never, { "size": { "alias": "size"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "grabPosition": { "alias": "grabPosition"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minSize": { "alias": "minSize"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; }, {}, never, ["*"], true, never>;
37
37
  }
@@ -1,4 +1,3 @@
1
- export * from './select.module';
2
1
  export * from './select-option.directive';
3
2
  export * from './select-value.directive';
4
3
  export * from './select/select.component';
@@ -65,5 +65,5 @@ export declare class SelectComponent implements ControlValueAccessor {
65
65
  setDisabledState?(isDisabled: boolean): void;
66
66
  private getSelectedValue;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "teta-select", never, { "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "autoCloseIgnore": { "alias": "autoCloseIgnore"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "virtual": { "alias": "virtual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "valueRef": { "alias": "valueRef"; "required": false; }; "textRef": { "alias": "textRef"; "required": false; }; "searchRef": { "alias": "searchRef"; "required": false; }; }, {}, ["optionDirective", "valueDirective"], never, false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "teta-select", never, { "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "autoCloseIgnore": { "alias": "autoCloseIgnore"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "virtual": { "alias": "virtual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "valueRef": { "alias": "valueRef"; "required": false; }; "textRef": { "alias": "textRef"; "required": false; }; "searchRef": { "alias": "searchRef"; "required": false; }; }, {}, ["optionDirective", "valueDirective"], never, true, never>;
69
69
  }
@@ -4,5 +4,5 @@ export declare class SelectOptionDirective {
4
4
  template: TemplateRef<any>;
5
5
  constructor(template: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, "[tetaSelectOption]", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, "[tetaSelectOption]", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class SelectValueDirective {
4
4
  template: TemplateRef<any>;
5
5
  constructor(template: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueDirective, "[tetaSelectValue]", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueDirective, "[tetaSelectValue]", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -1,3 +1,2 @@
1
- export * from './sidebar.module';
2
1
  export * from './sidebar/sidebar.component';
3
2
  export * from './sidebar-position.enum';
@@ -13,5 +13,5 @@ export declare class SidebarComponent implements OnInit {
13
13
  setOpen(value: boolean): void;
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "teta-sidebar", never, { "position": { "alias": "position"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "open": { "alias": "open"; "required": false; }; "className": { "alias": "className"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "teta-sidebar", never, { "position": { "alias": "position"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "open": { "alias": "open"; "required": false; }; "className": { "alias": "className"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
17
17
  }
@@ -1,3 +1,2 @@
1
- export * from './switch.module';
2
1
  export * from './switch/switch.component';
3
2
  export * from './switch-button/switch-button.component';
@@ -21,5 +21,5 @@ export declare class SwitchComponent implements OnInit, OnDestroy, ControlValueA
21
21
  ngOnInit(): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "teta-switch", never, { "viewType": { "alias": "viewType"; "required": false; }; }, {}, never, ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "teta-switch", never, { "viewType": { "alias": "viewType"; "required": false; }; }, {}, never, ["*"], true, never>;
25
25
  }
@@ -14,5 +14,5 @@ export declare class SwitchButtonComponent implements OnInit, OnDestroy {
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchButtonComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchButtonComponent, "teta-switch-button", never, { "value": { "alias": "value"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchButtonComponent, "teta-switch-button", never, { "value": { "alias": "value"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -10,5 +10,5 @@ export declare class CellComponent<T> {
10
10
  row: TableRow<T>;
11
11
  private readonly tableCellClass;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent<any>, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent<any>, "teta-cell", never, { "column": { "alias": "column"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent<any>, "teta-cell", never, { "column": { "alias": "column"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -16,5 +16,5 @@ export declare class CellHostComponent<T> implements OnInit, OnChanges {
16
16
  ngOnInit(): void;
17
17
  ngOnChanges(changes: SimpleChanges): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CellHostComponent<any>, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CellHostComponent<any>, "teta-cell-host", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; }, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CellHostComponent<any>, "teta-cell-host", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; }, {}, never, never, true, never>;
20
20
  }
@@ -12,5 +12,5 @@ export declare class BooleanCellComponent<T> extends CellComponentBase<T> implem
12
12
  startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
13
13
  stopEdit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanCellComponent<any>, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanCellComponent<any>, "teta-boolean-cell", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BooleanCellComponent<any>, "teta-boolean-cell", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -13,5 +13,5 @@ export declare class DateCellComponent<T> extends CellComponentBase<T> implement
13
13
  startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
14
14
  stopEdit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DateCellComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DateCellComponent<any>, "teta-date-cell", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateCellComponent<any>, "teta-date-cell", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -13,5 +13,5 @@ export declare class DateTimeCellComponent<T> extends CellComponentBase<T> imple
13
13
  startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
14
14
  stopEdit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeCellComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeCellComponent<any>, "teta-date-time-cell", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeCellComponent<any>, "teta-date-time-cell", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class DefaultHeadCellComponent<T> extends HeadCellComponentBase<T
16
16
  constructor(_cdr: ChangeDetectorRef);
17
17
  ngOnInit(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultHeadCellComponent<any>, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultHeadCellComponent<any>, "teta-default-head-cell", never, { "column": { "alias": "column"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultHeadCellComponent<any>, "teta-default-head-cell", never, { "column": { "alias": "column"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
20
20
  }
@@ -18,5 +18,5 @@ export declare class ListCellComponent<T> extends CellComponentBase<T> implement
18
18
  ngOnInit(): void;
19
19
  protected getValue(value: any): string;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ListCellComponent<any>, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ListCellComponent<any>, "teta-list-cell", never, {}, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListCellComponent<any>, "teta-list-cell", never, {}, {}, never, never, true, never>;
22
22
  }
@@ -12,5 +12,5 @@ export declare class NumericCellComponent<T> extends CellComponentBase<T> implem
12
12
  startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
13
13
  stopEdit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericCellComponent<any>, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericCellComponent<any>, "teta-numeric-cell", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericCellComponent<any>, "teta-numeric-cell", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -14,5 +14,5 @@ export declare class StringCellComponent<T> extends CellComponentBase<T> impleme
14
14
  startEdit(initiator: ICellCoordinates, type: 'cell' | 'row'): void;
15
15
  stopEdit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<StringCellComponent<any>, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<StringCellComponent<any>, "teta-string-cell", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<StringCellComponent<any>, "teta-string-cell", never, {}, {}, never, never, true, never>;
18
18
  }
@@ -48,5 +48,5 @@ export declare class HeadCellComponent<T> implements OnInit, OnDestroy {
48
48
  resizeProcess(event: MouseEvent): void;
49
49
  resizeEnd(): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellComponent<any>, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellComponent<any>, "teta-head-cell", never, { "column": { "alias": "column"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellComponent<any>, "teta-head-cell", never, { "column": { "alias": "column"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
52
52
  }
@@ -21,5 +21,5 @@ export declare class HeadCellDropdownComponent<T> {
21
21
  closeDropdown: () => void;
22
22
  trackIndex(index: any): any;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellDropdownComponent<any>, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellDropdownComponent<any>, "teta-head-cell-dropdown", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "tabTemplates": { "alias": "tabTemplates"; "required": false; }; "dropDownOpen": { "alias": "dropDownOpen"; "required": false; }; }, { "dropDownOpenChange": "dropDownOpenChange"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellDropdownComponent<any>, "teta-head-cell-dropdown", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "tabTemplates": { "alias": "tabTemplates"; "required": false; }; "dropDownOpen": { "alias": "dropDownOpen"; "required": false; }; }, { "dropDownOpenChange": "dropDownOpenChange"; }, never, never, true, never>;
25
25
  }
@@ -17,5 +17,5 @@ export declare class HeadCellHostComponent<T> implements OnInit {
17
17
  constructor(viewContainerRef: ViewContainerRef);
18
18
  ngOnInit(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellHostComponent<any>, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellHostComponent<any>, "teta-head-cell-host", never, { "column": { "alias": "column"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellHostComponent<any>, "teta-head-cell-host", never, { "column": { "alias": "column"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -1,4 +1,3 @@
1
- export * from './table.module';
2
1
  /**
3
2
  * Components
4
3
  */
@@ -13,5 +13,5 @@ export declare class SelectionCellComponent<T> implements OnInit, OnDestroy {
13
13
  ngOnInit(): void;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionCellComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectionCellComponent<any>, "teta-selection-cell", never, { "row": { "alias": "row"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectionCellComponent<any>, "teta-selection-cell", never, { "row": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -12,5 +12,5 @@ export declare class SelectionHeadCellComponent<T> implements OnInit, OnDestroy
12
12
  ngOnInit(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionHeadCellComponent<any>, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectionHeadCellComponent<any>, "teta-selection-head-cell", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectionHeadCellComponent<any>, "teta-selection-head-cell", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -82,5 +82,5 @@ export declare class TableComponent<T> implements OnInit, OnDestroy, AfterViewIn
82
82
  private getRow;
83
83
  onScroll: (event: any) => void;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "teta-table", never, { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; "cookieName": { "alias": "cookieName"; "required": false; }; "virtual": { "alias": "virtual"; "required": false; }; "detailComponent": { "alias": "detailComponent"; "required": false; }; "activeRow": { "alias": "activeRow"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "selectType": { "alias": "selectType"; "required": false; }; "aggregate": { "alias": "aggregate"; "required": false; }; "trackRow": { "alias": "trackRow"; "required": false; }; "trackColumns": { "alias": "trackColumns"; "required": false; }; "editType": { "alias": "editType"; "required": false; }; "editEvent": { "alias": "editEvent"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "scrollToIndex": { "alias": "scrollToIndex"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; "contextMenu": { "alias": "contextMenu"; "required": false; }; "contextMenuOpen": { "alias": "contextMenuOpen"; "required": false; }; }, { "contextMenuOpenChange": "contextMenuOpenChange"; "stateChange": "stateChange"; "bodyLeft": "bodyLeft"; "activeRowChange": "activeRowChange"; "selectedRowsChange": "selectedRowsChange"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "cellFocus": "cellFocus"; "cellKeyDown": "cellKeyDown"; "rowLeft": "rowLeft"; "rowEditStart": "rowEditStart"; "rowEditEnd": "rowEditEnd"; "cellEditStart": "cellEditStart"; "cellEditEnd": "cellEditEnd"; "valueChange": "valueChange"; "tableService": "tableService"; }, never, ["*"], false, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "teta-table", never, { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dict": { "alias": "dict"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; "cookieName": { "alias": "cookieName"; "required": false; }; "virtual": { "alias": "virtual"; "required": false; }; "detailComponent": { "alias": "detailComponent"; "required": false; }; "activeRow": { "alias": "activeRow"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "selectType": { "alias": "selectType"; "required": false; }; "aggregate": { "alias": "aggregate"; "required": false; }; "trackRow": { "alias": "trackRow"; "required": false; }; "trackColumns": { "alias": "trackColumns"; "required": false; }; "editType": { "alias": "editType"; "required": false; }; "editEvent": { "alias": "editEvent"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "scrollToIndex": { "alias": "scrollToIndex"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; "contextMenu": { "alias": "contextMenu"; "required": false; }; "contextMenuOpen": { "alias": "contextMenuOpen"; "required": false; }; }, { "contextMenuOpenChange": "contextMenuOpenChange"; "stateChange": "stateChange"; "bodyLeft": "bodyLeft"; "activeRowChange": "activeRowChange"; "selectedRowsChange": "selectedRowsChange"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "cellFocus": "cellFocus"; "cellKeyDown": "cellKeyDown"; "rowLeft": "rowLeft"; "rowEditStart": "rowEditStart"; "rowEditEnd": "rowEditEnd"; "cellEditStart": "cellEditStart"; "cellEditEnd": "cellEditEnd"; "valueChange": "valueChange"; "tableService": "tableService"; }, never, ["*"], true, never>;
86
86
  }
@@ -62,5 +62,5 @@ export declare class TableBodyComponent<T> implements OnInit, OnDestroy {
62
62
  private getMin;
63
63
  private getMax;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent<any>, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent<any>, "teta-table-body", never, { "virtual": { "alias": "virtual"; "required": false; }; "activeRow": { "alias": "activeRow"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "additionalComponent": { "alias": "additionalComponent"; "required": false; }; "aggregate": { "alias": "aggregate"; "required": false; }; "selectType": { "alias": "selectType"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "trackRow": { "alias": "trackRow"; "required": false; }; "trackColumns": { "alias": "trackColumns"; "required": false; }; }, { "scrollChange": "scrollChange"; }, never, ["*"], false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent<any>, "teta-table-body", never, { "virtual": { "alias": "virtual"; "required": false; }; "activeRow": { "alias": "activeRow"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "additionalComponent": { "alias": "additionalComponent"; "required": false; }; "aggregate": { "alias": "aggregate"; "required": false; }; "selectType": { "alias": "selectType"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "trackRow": { "alias": "trackRow"; "required": false; }; "trackColumns": { "alias": "trackColumns"; "required": false; }; }, { "scrollChange": "scrollChange"; }, never, ["*"], true, never>;
66
66
  }
@@ -27,5 +27,5 @@ export declare class FilterDropdownTabComponent<T> implements OnInit {
27
27
  applyFilter(): void;
28
28
  ngOnInit(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterDropdownTabComponent<any>, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterDropdownTabComponent<any>, "teta-filter-dropdown-tab", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "close": { "alias": "close"; "required": false; }; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterDropdownTabComponent<any>, "teta-filter-dropdown-tab", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "close": { "alias": "close"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }
@@ -38,5 +38,5 @@ export declare class MainDropdownTabComponent<T> implements OnInit {
38
38
  autosizeAllColumns(): void;
39
39
  ngOnInit(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<MainDropdownTabComponent<any>, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<MainDropdownTabComponent<any>, "teta-main-dropdown-tab", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "close": { "alias": "close"; "required": false; }; "headCellElementRef": { "alias": "headCellElementRef"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainDropdownTabComponent<any>, "teta-main-dropdown-tab", never, { "columns": { "alias": "columns"; "required": false; }; "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "close": { "alias": "close"; "required": false; }; "headCellElementRef": { "alias": "headCellElementRef"; "required": false; }; }, {}, never, never, true, never>;
42
42
  }
@@ -27,5 +27,5 @@ export declare class TableHeadComponent<T> implements OnInit, OnDestroy {
27
27
  ngOnInit(): void;
28
28
  ngOnDestroy(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeadComponent<any>, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadComponent<any>, "teta-table-head", never, { "selectType": { "alias": "selectType"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadComponent<any>, "teta-table-head", never, { "selectType": { "alias": "selectType"; "required": false; }; "showHeadCellMenu": { "alias": "showHeadCellMenu"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }