@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
@@ -25,5 +25,5 @@ export declare class TreeComponent implements OnInit, AfterContentInit, OnChange
25
25
  ngOnChanges(changes: SimpleChanges): void;
26
26
  ngOnDestroy(): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "teta-tree", never, { "data": "data"; "class": "class"; "padding": "padding"; "childNodeName": "childNodeName"; "openItems": "openItems"; "compareItems": "compareItems"; }, { "service": "service"; "openItemsChange": "openItemsChange"; }, ["template"], never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "teta-tree", never, { "data": "data"; "class": "class"; "padding": "padding"; "childNodeName": "childNodeName"; "openItems": "openItems"; "compareItems": "compareItems"; }, { "service": "service"; "openItemsChange": "openItemsChange"; }, ["template"], never, false>;
29
29
  }
@@ -24,5 +24,5 @@ export declare class TreeItemComponent implements OnInit, OnChanges, OnDestroy {
24
24
  ngOnChanges(changes: SimpleChanges): void;
25
25
  ngOnDestroy(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "teta-tree-item", never, { "item": "item"; "depth": "depth"; "padding": "padding"; "childNodeName": "childNodeName"; "template": "template"; "noChildMode": "noChildMode"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "teta-tree-item", never, { "item": "item"; "depth": "depth"; "padding": "padding"; "childNodeName": "childNodeName"; "template": "template"; "noChildMode": "noChildMode"; }, {}, never, never, false>;
28
28
  }
@@ -11,5 +11,5 @@ export declare class TreeItemToggleComponent implements OnInit {
11
11
  constructor(service: TreeService, _cdr: ChangeDetectorRef);
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemToggleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemToggleComponent, "teta-tree-item-toggle", never, { "item": "item"; }, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemToggleComponent, "teta-tree-item-toggle", never, { "item": "item"; }, {}, never, never, false>;
15
15
  }
@@ -14,5 +14,5 @@ export declare class ClickOutsideDirective implements OnDestroy {
14
14
  private removeListener;
15
15
  private listener;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[tetaClickOutside]", never, { "rightClick": "rightClick"; "tetaClickOutside": "tetaClickOutside"; }, { "clickOutside": "clickOutside"; }, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[tetaClickOutside]", never, { "rightClick": "rightClick"; "tetaClickOutside": "tetaClickOutside"; }, { "clickOutside": "clickOutside"; }, never, never, false>;
18
18
  }
@@ -28,5 +28,5 @@ export declare class ContextMenuDirective extends DynamicContentBaseDirective im
28
28
  protected setPosition(): void;
29
29
  private createMenu;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[tetaContextMenu]", never, { "tetaContextMenu": "tetaContextMenu"; "autoCloseIgnore": "autoCloseIgnore"; }, {}, never>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[tetaContextMenu]", never, { "tetaContextMenu": "tetaContextMenu"; "autoCloseIgnore": "autoCloseIgnore"; }, {}, never, never, false>;
32
32
  }
@@ -5,5 +5,5 @@ export declare class DisableControlDirective {
5
5
  set tetaDisableControl(val: boolean);
6
6
  constructor(ngControl: NgControl);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DisableControlDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[tetaDisableControl]", never, { "tetaDisableControl": "tetaDisableControl"; }, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[tetaDisableControl]", never, { "tetaDisableControl": "tetaDisableControl"; }, {}, never, never, false>;
9
9
  }
@@ -28,5 +28,5 @@ export declare class DragContainerDirective<T> implements OnInit, OnDestroy {
28
28
  ngOnInit(): void;
29
29
  ngOnDestroy(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DragContainerDirective<any>, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragContainerDirective<any>, "[tetaDragContainer]", ["dragContainer"], { "data": "tetaDragContainer"; "multiple": "multiple"; "allowDrop": "allowDrop"; }, { "tetaDrop": "tetaDrop"; "tetaDragEnter": "tetaDragEnter"; }, ["_previewTemplate"]>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragContainerDirective<any>, "[tetaDragContainer]", ["dragContainer"], { "data": "tetaDragContainer"; "multiple": "multiple"; "allowDrop": "allowDrop"; }, { "tetaDrop": "tetaDrop"; "tetaDragEnter": "tetaDragEnter"; }, ["_previewTemplate"], never, false>;
32
32
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class DragPlaceholderDirective {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<DragPlaceholderDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragPlaceholderDirective, "[tetaDragPlaceholder]", never, {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragPlaceholderDirective, "[tetaDragPlaceholder]", never, {}, {}, never, never, false>;
6
6
  }
@@ -4,5 +4,5 @@ export declare class DragPreviewDirective {
4
4
  templateRef: TemplateRef<any>;
5
5
  constructor(templateRef: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DragPreviewDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragPreviewDirective, "[tetaDragPreview]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragPreviewDirective, "[tetaDragPreview]", never, {}, {}, never, never, false>;
8
8
  }
@@ -27,5 +27,5 @@ export declare class DragDirective<T> implements OnInit, OnDestroy {
27
27
  ngOnInit(): void;
28
28
  ngOnDestroy(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<DragDirective<any>, [{ optional: true; skipSelf: true; }, null, null, null]>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragDirective<any>, "[tetaDrag]", ["drag"], { "data": "tetaDrag"; "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; }, { "tetaDragEnter": "tetaDragEnter"; "tetaDrop": "tetaDrop"; }, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragDirective<any>, "[tetaDrag]", ["drag"], { "data": "tetaDrag"; "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; }, { "tetaDragEnter": "tetaDragEnter"; "tetaDrop": "tetaDrop"; }, never, never, false>;
31
31
  }
@@ -13,5 +13,5 @@ export declare class DragSortContainerDirective<T> {
13
13
  setList(list: T[]): void;
14
14
  updateSortOrder(source: T, target: T, insertBefore: boolean): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DragSortContainerDirective<any>, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never, never, false>;
17
17
  }
@@ -26,5 +26,5 @@ export declare class DragSortItemDirective<T> implements OnInit, OnDestroy {
26
26
  private destroyDrag;
27
27
  private getDropPosition;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<DragSortItemDirective<any>, [{ host: true; }, null, null]>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortItemDirective<any>, "[tetaDragSortItem]", never, { "tetaDragSortItem": "tetaDragSortItem"; "dragSortDirection": "dragSortDirection"; }, {}, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortItemDirective<any>, "[tetaDragSortItem]", never, { "tetaDragSortItem": "tetaDragSortItem"; "dragSortDirection": "dragSortDirection"; }, {}, never, never, false>;
30
30
  }
@@ -30,5 +30,5 @@ export declare abstract class DynamicContentBaseDirective implements OnInit, OnD
30
30
  protected destroyContentRef(): void;
31
31
  protected abstract setPosition(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicContentBaseDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicContentBaseDirective, never, never, { "data": "data"; "className": "className"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "open": "open"; }, { "openChange": "openChange"; }, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicContentBaseDirective, never, never, { "data": "data"; "className": "className"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "open": "open"; }, { "openChange": "openChange"; }, never, never, false>;
34
34
  }
@@ -8,5 +8,5 @@ export declare class HighlightDirective {
8
8
  private recursiveReplaceNode;
9
9
  private wrapNode;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightDirective, "[tetaHighlight]", never, { "tetaHighlight": "tetaHighlight"; }, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightDirective, "[tetaHighlight]", never, { "tetaHighlight": "tetaHighlight"; }, {}, never, never, false>;
12
12
  }
@@ -29,5 +29,5 @@ export declare class HintDirective extends DynamicContentBaseDirective implement
29
29
  private createHint;
30
30
  ngOnDestroy(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<HintDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<HintDirective, "[tetaHint]", never, { "tetaHint": "tetaHint"; "align": "align"; "verticalAlign": "verticalAlign"; "delay": "delay"; }, {}, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HintDirective, "[tetaHint]", never, { "tetaHint": "tetaHint"; "align": "align"; "verticalAlign": "verticalAlign"; "delay": "delay"; }, {}, never, never, false>;
33
33
  }
@@ -5,7 +5,7 @@ export declare class LetDirective<T> {
5
5
  constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<LetContext<T>>);
6
6
  static ngTemplateContextGuard<T>(_dir: LetDirective<T>, _ctx: any): _ctx is LetDirective<Exclude<T, null | undefined>>;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LetDirective<any>, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[tetaLet]", never, { "tetaLet": "tetaLet"; }, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[tetaLet]", never, { "tetaLet": "tetaLet"; }, {}, never, never, false>;
9
9
  }
10
10
  export declare class LetContext<T> implements ContextWithImplicit<T> {
11
11
  private readonly internalDirectiveInstance;
@@ -19,5 +19,5 @@ export declare class LoaderDirective implements OnDestroy {
19
19
  private hide;
20
20
  private setPosition;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderDirective, "[tetaLoader]", never, { "appendToBody": "appendToBody"; "mask": "mask"; "tetaLoader": "tetaLoader"; }, {}, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderDirective, "[tetaLoader]", never, { "appendToBody": "appendToBody"; "mask": "mask"; "tetaLoader": "tetaLoader"; }, {}, never, never, false>;
23
23
  }
@@ -6,5 +6,5 @@ export declare class NoAutofillDirective implements OnInit {
6
6
  constructor(_renderer: Renderer2, _elementRef: ElementRef);
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NoAutofillDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoAutofillDirective, "[tetaNoAutofill]", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoAutofillDirective, "[tetaNoAutofill]", never, {}, {}, never, never, false>;
10
10
  }
@@ -21,5 +21,5 @@ export declare class OnlyNumberDirective {
21
21
  onKeyDown(e: KeyboardEvent): void;
22
22
  validateValue(value: string): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<OnlyNumberDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[tetaOnlyNumber]", never, { "tetaOnlyNumber": "tetaOnlyNumber"; "allowDecimals": "allowDecimals"; "allowSign": "allowSign"; "decimalSeparator": "decimalSeparator"; "commaSeparator": "commaSeparator"; }, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[tetaOnlyNumber]", never, { "tetaOnlyNumber": "tetaOnlyNumber"; "allowDecimals": "allowDecimals"; "allowSign": "allowSign"; "decimalSeparator": "decimalSeparator"; "commaSeparator": "commaSeparator"; }, {}, never, never, false>;
25
25
  }
@@ -13,3 +13,4 @@ export * from './tooltip/public-api';
13
13
  export * from './no-autofill/public-api';
14
14
  export * from './resize-drag/public-api';
15
15
  export * from './let/public-api';
16
+ export * from './scroll-into-view/public-api';
@@ -16,5 +16,5 @@ export declare class ResizeDragDirective {
16
16
  private handleMouseUp;
17
17
  private handleMouseMove;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDragDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDragDirective, "[tetaResizeDrag]", never, { "tetaResizeDrag": "tetaResizeDrag"; }, { "resizeStart": "resizeStart"; "resizeProcess": "resizeProcess"; "resizeEnd": "resizeEnd"; }, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDragDirective, "[tetaResizeDrag]", never, { "tetaResizeDrag": "tetaResizeDrag"; }, { "resizeStart": "resizeStart"; "resizeProcess": "resizeProcess"; "resizeEnd": "resizeEnd"; }, never, never, false>;
20
20
  }
@@ -0,0 +1,2 @@
1
+ export * from './scroll-into-view.module';
2
+ export * from './scroll-into-view.directive';
@@ -0,0 +1,13 @@
1
+ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ScrollIntoViewDirective implements OnChanges {
4
+ private platformId;
5
+ private elementRef;
6
+ tetaScrollIntoView: boolean | undefined;
7
+ behavior: ScrollBehavior;
8
+ block: ScrollLogicalPosition;
9
+ constructor(platformId: any, elementRef: ElementRef);
10
+ ngOnChanges(simpleChange: SimpleChanges): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewDirective, "[tetaScrollIntoView]", never, { "tetaScrollIntoView": "tetaScrollIntoView"; "behavior": "behavior"; "block": "block"; }, {}, never, never, false>;
13
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./scroll-into-view.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ScrollIntoViewModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollIntoViewModule, [typeof i1.ScrollIntoViewDirective], [typeof i2.CommonModule], [typeof i1.ScrollIntoViewDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ScrollIntoViewModule>;
8
+ }
@@ -6,5 +6,5 @@ export declare class TetaTemplateDirective {
6
6
  constructor(template: TemplateRef<any>);
7
7
  getId(): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TetaTemplateDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TetaTemplateDirective, "[tetaTemplate]", never, { "id": "tetaTemplate"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TetaTemplateDirective, "[tetaTemplate]", never, { "id": "tetaTemplate"; }, {}, never, never, false>;
10
10
  }
@@ -27,5 +27,5 @@ export declare class TooltipDirective extends DynamicContentBaseDirective implem
27
27
  protected setPosition(): void;
28
28
  private createTooltip;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tetaTooltip]", never, { "tetaTooltip": "tetaTooltip"; "align": "align"; "verticalAlign": "verticalAlign"; }, {}, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tetaTooltip]", never, { "tetaTooltip": "tetaTooltip"; "align": "align"; "verticalAlign": "verticalAlign"; }, {}, never, never, false>;
31
31
  }
@@ -9,9 +9,9 @@ export class ClickService {
9
9
  this.contextMenu = fromEvent(this._document, 'contextmenu');
10
10
  }
11
11
  }
12
- ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
- ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, providedIn: 'root' });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, decorators: [{
12
+ ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
+ ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, providedIn: 'root' });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, decorators: [{
15
15
  type: Injectable,
16
16
  args: [{
17
17
  providedIn: 'root',
@@ -82,9 +82,9 @@ export class DynamicComponentService {
82
82
  return new TetaContentRef([[componentNativeEl]], componentRef.hostView, componentRef);
83
83
  }
84
84
  }
85
- DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
- DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, decorators: [{
85
+ DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, decorators: [{
88
88
  type: Injectable,
89
89
  args: [{
90
90
  providedIn: 'root',
@@ -27,9 +27,9 @@ export class OverlayContainerService {
27
27
  this.removeContainer();
28
28
  }
29
29
  }
30
- OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
- OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, decorators: [{
30
+ OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
+ OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, decorators: [{
33
33
  type: Injectable,
34
34
  args: [{
35
35
  providedIn: 'root'
@@ -6,11 +6,11 @@ export class AccordionComponent {
6
6
  }
7
7
  ngOnInit() { }
8
8
  }
9
- AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, decorators: [{
9
+ AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionComponent, decorators: [{
12
12
  type: Component,
13
- args: [{ selector: 'teta-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
13
+ args: [{ selector: 'teta-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
14
14
  }], ctorParameters: function () { return []; }, propDecorators: { accordionClassName: [{
15
15
  type: HostBinding,
16
16
  args: ['class.accordion']
@@ -5,9 +5,9 @@ export class AccordionContentDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, decorators: [{
8
+ AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaAccordionContent]'
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectionStrategy, Component, Host, HostBinding, HostListener, Inject, Input, } from '@angular/core';
2
2
  import { AccordionItemComponent } from '../accordion-item/accordion-item.component';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "../../icon/icon/icon.component";
5
- import * as i2 from "@angular/common";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "../../icon/icon/icon.component";
6
6
  import * as i3 from "../accordion-item/accordion-item.component";
7
7
  export class AccordionHeadComponent {
8
8
  constructor(accordionItem) {
@@ -24,11 +24,11 @@ export class AccordionHeadComponent {
24
24
  }
25
25
  ngOnInit() { }
26
26
  }
27
- AccordionHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionHeadComponent, deps: [{ token: AccordionItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Component });
28
- AccordionHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionHeadComponent, selector: "teta-accordion-head", inputs: { showToggle: "showToggle" }, host: { listeners: { "click": "toggle()" }, properties: { "class.accordion-head": "this.accordionHeadClass", "class.accordion-head_open": "this.open", "class.accordion-head_disabled": "this.disabled" } }, ngImport: i0, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""], components: [{ type: i1.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionHeadComponent, decorators: [{
27
+ AccordionHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionHeadComponent, deps: [{ token: AccordionItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Component });
28
+ AccordionHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: AccordionHeadComponent, selector: "teta-accordion-head", inputs: { showToggle: "showToggle" }, host: { listeners: { "click": "toggle()" }, properties: { "class.accordion-head": "this.accordionHeadClass", "class.accordion-head_open": "this.open", "class.accordion-head_disabled": "this.disabled" } }, ngImport: i0, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionHeadComponent, decorators: [{
30
30
  type: Component,
31
- args: [{ selector: 'teta-accordion-head', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""] }]
31
+ args: [{ selector: 'teta-accordion-head', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n" }]
32
32
  }], ctorParameters: function () { return [{ type: i3.AccordionItemComponent, decorators: [{
33
33
  type: Host
34
34
  }, {
@@ -16,11 +16,11 @@ export class AccordionItemComponent {
16
16
  }
17
17
  ngOnInit() { }
18
18
  }
19
- AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionItemComponent, deps: [{ token: AccordionComponent, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
20
- AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionItemComponent, selector: "teta-accordion-item", inputs: { open: "open", disabled: "disabled" }, host: { properties: { "class.accordion-item_active": "this.open", "class.accordion-item": "this.accordionItemClass" } }, queries: [{ propertyName: "content", first: true, predicate: AccordionContentDirective, descendants: true }], ngImport: i0, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionItemComponent, decorators: [{
19
+ AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionItemComponent, deps: [{ token: AccordionComponent, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
20
+ AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: AccordionItemComponent, selector: "teta-accordion-item", inputs: { open: "open", disabled: "disabled" }, host: { properties: { "class.accordion-item_active": "this.open", "class.accordion-item": "this.accordionItemClass" } }, queries: [{ propertyName: "content", first: true, predicate: AccordionContentDirective, descendants: true }], ngImport: i0, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionItemComponent, decorators: [{
22
22
  type: Component,
23
- args: [{ selector: 'teta-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""] }]
23
+ args: [{ selector: 'teta-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n" }]
24
24
  }], ctorParameters: function () { return [{ type: i2.AccordionComponent, decorators: [{
25
25
  type: Optional
26
26
  }, {
@@ -8,14 +8,12 @@ import { AccordionItemComponent } from './accordion-item/accordion-item.componen
8
8
  import * as i0 from "@angular/core";
9
9
  export class AccordionModule {
10
10
  }
11
- AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent], imports: [CommonModule,
11
+ AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent], imports: [CommonModule,
13
13
  IconModule], exports: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent] });
14
- AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, imports: [[
15
- CommonModule,
16
- IconModule
17
- ]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, decorators: [{
14
+ AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionModule, imports: [CommonModule,
15
+ IconModule] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AccordionModule, decorators: [{
19
17
  type: NgModule,
20
18
  args: [{
21
19
  declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent],
@@ -26,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
26
24
  ]
27
25
  }]
28
26
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDbkUsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sMkNBQTJDLENBQUM7QUFDakYsT0FBTyxFQUFDLHlCQUF5QixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDeEUsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQy9DLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLDJDQUEyQyxDQUFDOztBQVVqRixNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQVBYLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQixhQUcxRyxZQUFZO1FBQ1osVUFBVSxhQUhGLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQjs2R0FNNUYsZUFBZSxZQUxqQjtZQUNQLFlBQVk7WUFDWixVQUFVO1NBQ1g7MkZBRVUsZUFBZTtrQkFSM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxzQkFBc0IsRUFBRSx5QkFBeUIsRUFBRSxzQkFBc0IsQ0FBQztvQkFDN0csT0FBTyxFQUFFLENBQUMsa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUseUJBQXlCLEVBQUUsc0JBQXNCLENBQUM7b0JBQ3hHLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7cUJBQ1g7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtBY2NvcmRpb25Db21wb25lbnR9IGZyb20gJy4vYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtBY2NvcmRpb25IZWFkQ29tcG9uZW50fSBmcm9tICcuL2FjY29yZGlvbi1oZWFkL2FjY29yZGlvbi1oZWFkLmNvbXBvbmVudCc7XG5pbXBvcnQge0FjY29yZGlvbkNvbnRlbnREaXJlY3RpdmV9IGZyb20gJy4vYWNjb3JkaW9uLWNvbnRlbnQuZGlyZWN0aXZlJztcbmltcG9ydCB7SWNvbk1vZHVsZX0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQge0FjY29yZGlvbkl0ZW1Db21wb25lbnR9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWNjb3JkaW9uQ29tcG9uZW50LCBBY2NvcmRpb25IZWFkQ29tcG9uZW50LCBBY2NvcmRpb25Db250ZW50RGlyZWN0aXZlLCBBY2NvcmRpb25JdGVtQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0FjY29yZGlvbkNvbXBvbmVudCwgQWNjb3JkaW9uSGVhZENvbXBvbmVudCwgQWNjb3JkaW9uQ29udGVudERpcmVjdGl2ZSwgQWNjb3JkaW9uSXRlbUNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgSWNvbk1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEFjY29yZGlvbk1vZHVsZSB7XG59XG4iXX0=
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDbkUsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sMkNBQTJDLENBQUM7QUFDakYsT0FBTyxFQUFDLHlCQUF5QixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDeEUsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQy9DLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLDJDQUEyQyxDQUFDOztBQVVqRixNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQVBYLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQixhQUcxRyxZQUFZO1FBQ1osVUFBVSxhQUhGLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQjs2R0FNNUYsZUFBZSxZQUp4QixZQUFZO1FBQ1osVUFBVTsyRkFHRCxlQUFlO2tCQVIzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQixDQUFDO29CQUM3RyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxzQkFBc0IsRUFBRSx5QkFBeUIsRUFBRSxzQkFBc0IsQ0FBQztvQkFDeEcsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osVUFBVTtxQkFDWDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge0FjY29yZGlvbkNvbXBvbmVudH0gZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5pbXBvcnQge0FjY29yZGlvbkhlYWRDb21wb25lbnR9IGZyb20gJy4vYWNjb3JkaW9uLWhlYWQvYWNjb3JkaW9uLWhlYWQuY29tcG9uZW50JztcbmltcG9ydCB7QWNjb3JkaW9uQ29udGVudERpcmVjdGl2ZX0gZnJvbSAnLi9hY2NvcmRpb24tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtJY29uTW9kdWxlfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcbmltcG9ydCB7QWNjb3JkaW9uSXRlbUNvbXBvbmVudH0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBY2NvcmRpb25Db21wb25lbnQsIEFjY29yZGlvbkhlYWRDb21wb25lbnQsIEFjY29yZGlvbkNvbnRlbnREaXJlY3RpdmUsIEFjY29yZGlvbkl0ZW1Db21wb25lbnRdLFxuICBleHBvcnRzOiBbQWNjb3JkaW9uQ29tcG9uZW50LCBBY2NvcmRpb25IZWFkQ29tcG9uZW50LCBBY2NvcmRpb25Db250ZW50RGlyZWN0aXZlLCBBY2NvcmRpb25JdGVtQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBJY29uTW9kdWxlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQWNjb3JkaW9uTW9kdWxlIHtcbn1cbiJdfQ==
@@ -20,11 +20,11 @@ export class ButtonComponent {
20
20
  }
21
21
  ngOnInit() { }
22
22
  }
23
- ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ButtonComponent, selector: "button[teta-button], teta-button", inputs: { palette: "palette", class: "class", view: "view", square: "square" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonComponent, decorators: [{
23
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: ButtonComponent, selector: "button[teta-button], teta-button", inputs: { palette: "palette", class: "class", view: "view", square: "square" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ButtonComponent, decorators: [{
26
26
  type: Component,
27
- args: [{ selector: 'button[teta-button], teta-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
27
+ args: [{ selector: 'button[teta-button], teta-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
28
28
  }], ctorParameters: function () { return []; }, propDecorators: { palette: [{
29
29
  type: Input
30
30
  }], class: [{
@@ -4,12 +4,10 @@ import { ButtonComponent } from './button/button.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ButtonModule {
6
6
  }
7
- ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] });
9
- ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, imports: [[
10
- CommonModule
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, decorators: [{
7
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] });
9
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ButtonModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ButtonModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  declarations: [ButtonComponent],
@@ -21,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
21
19
  ]
22
20
  }]
23
21
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvYnV0dG9uL2J1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLDJCQUEyQixDQUFDOztBQVkxRCxNQUFNLE9BQU8sWUFBWTs7eUdBQVosWUFBWTswR0FBWixZQUFZLGlCQVJSLGVBQWUsYUFFNUIsWUFBWSxhQUdaLGVBQWU7MEdBR04sWUFBWSxZQVBkO1lBQ1AsWUFBWTtTQUNiOzJGQUtVLFlBQVk7a0JBVHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMvQixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZUFBZTtxQkFDaEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtCdXR0b25Db21wb25lbnR9IGZyb20gJy4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0J1dHRvbkNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJ1dHRvbkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbk1vZHVsZSB7XG59XG4iXX0=
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvYnV0dG9uL2J1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLDJCQUEyQixDQUFDOztBQVkxRCxNQUFNLE9BQU8sWUFBWTs7eUdBQVosWUFBWTswR0FBWixZQUFZLGlCQVJSLGVBQWUsYUFFNUIsWUFBWSxhQUdaLGVBQWU7MEdBR04sWUFBWSxZQU5yQixZQUFZOzJGQU1ILFlBQVk7a0JBVHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMvQixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZUFBZTtxQkFDaEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtCdXR0b25Db21wb25lbnR9IGZyb20gJy4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0J1dHRvbkNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJ1dHRvbkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbk1vZHVsZSB7XG59XG4iXX0=
@@ -4,10 +4,10 @@ import { Chart3dComponent } from './chart3d/chart3d.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class Chart3dModule {
6
6
  }
7
- Chart3dModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- Chart3dModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dModule, declarations: [Chart3dComponent], imports: [CommonModule], exports: [Chart3dComponent] });
9
- Chart3dModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dModule, decorators: [{
7
+ Chart3dModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: Chart3dModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ Chart3dModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: Chart3dModule, declarations: [Chart3dComponent], imports: [CommonModule], exports: [Chart3dComponent] });
9
+ Chart3dModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: Chart3dModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: Chart3dModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [Chart3dComponent],
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
15
15
  imports: [CommonModule],
16
16
  }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcnQtM2QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9jaGFydC0zZC9jaGFydC0zZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBTy9ELE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzJHQUFiLGFBQWEsaUJBSlQsZ0JBQWdCLGFBRXJCLFlBQVksYUFEWixnQkFBZ0I7MkdBR2YsYUFBYSxZQUZmLENBQUMsWUFBWSxDQUFDOzJGQUVaLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUMzQixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFydDNkQ29tcG9uZW50IH0gZnJvbSAnLi9jaGFydDNkL2NoYXJ0M2QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQ2hhcnQzZENvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtDaGFydDNkQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIENoYXJ0M2RNb2R1bGUge31cbiJdfQ==
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhcnQtM2QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9jaGFydC0zZC9jaGFydC0zZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBTy9ELE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzJHQUFiLGFBQWEsaUJBSlQsZ0JBQWdCLGFBRXJCLFlBQVksYUFEWixnQkFBZ0I7MkdBR2YsYUFBYSxZQUZkLFlBQVk7MkZBRVgsYUFBYTtrQkFMekIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDaEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYXJ0M2RDb21wb25lbnQgfSBmcm9tICcuL2NoYXJ0M2QvY2hhcnQzZC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtDaGFydDNkQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0NoYXJ0M2RDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hhcnQzZE1vZHVsZSB7fVxuIl19
@@ -225,9 +225,9 @@ export class Chart3dComponent {
225
225
  return { x, y, z };
226
226
  }
227
227
  }
228
- Chart3dComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dComponent, deps: [{ token: i0.ElementRef }, { token: i1.ThemeSwitchService }], target: i0.ɵɵFactoryTarget.Component });
229
- Chart3dComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: Chart3dComponent, selector: "teta-chart3d", inputs: { config: "config" }, viewQueries: [{ propertyName: "canvasRef", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<canvas #canvas></canvas>\n", styles: [":host{display:flex;width:100%;height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: Chart3dComponent, decorators: [{
228
+ Chart3dComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: Chart3dComponent, deps: [{ token: i0.ElementRef }, { token: i1.ThemeSwitchService }], target: i0.ɵɵFactoryTarget.Component });
229
+ Chart3dComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: Chart3dComponent, selector: "teta-chart3d", inputs: { config: "config" }, viewQueries: [{ propertyName: "canvasRef", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<canvas #canvas></canvas>\n", styles: [":host{display:flex;width:100%;height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: Chart3dComponent, decorators: [{
231
231
  type: Component,
232
232
  args: [{ selector: 'teta-chart3d', changeDetection: ChangeDetectionStrategy.OnPush, template: "<canvas #canvas></canvas>\n", styles: [":host{display:flex;width:100%;height:100%}\n"] }]
233
233
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ThemeSwitchService }]; }, propDecorators: { canvasRef: [{
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectionStrategy, Component, forwardRef, HostBinding, HostListener, Input, } from '@angular/core';
2
2
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "../../icon/icon/icon.component";
5
- import * as i2 from "@angular/common";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "../../icon/icon/icon.component";
6
6
  export const CHECKBOX_CONTROL_VALUE_ACCESSOR = {
7
7
  provide: NG_VALUE_ACCESSOR,
8
8
  useExisting: forwardRef(() => CheckboxComponent),
@@ -99,11 +99,11 @@ export class CheckboxComponent {
99
99
  this.cdr.detectChanges();
100
100
  }
101
101
  }
102
- CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
103
- CheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: CheckboxComponent, selector: "teta-checkbox", inputs: { class: "class", palette: "palette", noLabel: "noLabel", disabled: "disabled", value: "value", binary: "binary", allowNull: "allowNull" }, host: { listeners: { "click": "changeValue()" }, properties: { "attr.tabindex": "this.tabindex", "class": "this.getClass", "class.checkbox_disabled": "this.disabled" } }, providers: [CHECKBOX_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<div class=\"checkbox__tick\" [class.checkbox__tick_active]=\"checked != false\">\n <teta-icon [name]=\"checked ? 'tick' : checked === false ? '' : 'dash'\"></teta-icon>\n</div>\n<span class=\"font-body-3\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n", styles: [""], components: [{ type: i1.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxComponent, decorators: [{
102
+ CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
103
+ CheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: CheckboxComponent, selector: "teta-checkbox", inputs: { class: "class", palette: "palette", noLabel: "noLabel", disabled: "disabled", value: "value", binary: "binary", allowNull: "allowNull" }, host: { listeners: { "click": "changeValue()" }, properties: { "attr.tabindex": "this.tabindex", "class": "this.getClass", "class.checkbox_disabled": "this.disabled" } }, providers: [CHECKBOX_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<div class=\"checkbox__tick\" [class.checkbox__tick_active]=\"checked != false\">\n <teta-icon [name]=\"checked ? 'tick' : checked === false ? '' : 'dash'\"></teta-icon>\n</div>\n<span class=\"font-body-3\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CheckboxComponent, decorators: [{
105
105
  type: Component,
106
- args: [{ selector: 'teta-checkbox', providers: [CHECKBOX_CONTROL_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"checkbox__tick\" [class.checkbox__tick_active]=\"checked != false\">\n <teta-icon [name]=\"checked ? 'tick' : checked === false ? '' : 'dash'\"></teta-icon>\n</div>\n<span class=\"font-body-3\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n", styles: [""] }]
106
+ args: [{ selector: 'teta-checkbox', providers: [CHECKBOX_CONTROL_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"checkbox__tick\" [class.checkbox__tick_active]=\"checked != false\">\n <teta-icon [name]=\"checked ? 'tick' : checked === false ? '' : 'dash'\"></teta-icon>\n</div>\n<span class=\"font-body-3\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n" }]
107
107
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { tabindex: [{
108
108
  type: HostBinding,
109
109
  args: ['attr.tabindex']
@@ -5,14 +5,12 @@ import { IconModule } from '../icon/icon.module';
5
5
  import * as i0 from "@angular/core";
6
6
  export class CheckboxModule {
7
7
  }
8
- CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxModule, declarations: [CheckboxComponent], imports: [CommonModule,
8
+ CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CheckboxModule, declarations: [CheckboxComponent], imports: [CommonModule,
10
10
  IconModule], exports: [CheckboxComponent] });
11
- CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxModule, imports: [[
12
- CommonModule,
13
- IconModule
14
- ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CheckboxModule, decorators: [{
11
+ CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CheckboxModule, imports: [CommonModule,
12
+ IconModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CheckboxModule, decorators: [{
16
14
  type: NgModule,
17
15
  args: [{
18
16
  declarations: [CheckboxComponent],
@@ -25,4 +23,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
25
23
  ]
26
24
  }]
27
25
  }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9jaGVja2JveC9jaGVja2JveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHFCQUFxQixDQUFDOztBQVkvQyxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQVRWLGlCQUFpQixhQUU5QixZQUFZO1FBQ1osVUFBVSxhQUdWLGlCQUFpQjs0R0FHUixjQUFjLFlBUmhCO1lBQ1AsWUFBWTtZQUNaLFVBQVU7U0FDWDsyRkFLVSxjQUFjO2tCQVYxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGlCQUFpQixDQUFDO29CQUNqQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixVQUFVO3FCQUNYO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7cUJBQ2xCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7Q2hlY2tib3hDb21wb25lbnR9IGZyb20gJy4vY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50JztcbmltcG9ydCB7SWNvbk1vZHVsZX0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0NoZWNrYm94Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBJY29uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBDaGVja2JveENvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIENoZWNrYm94TW9kdWxlIHtcbn1cbiJdfQ==
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9jaGVja2JveC9jaGVja2JveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHFCQUFxQixDQUFDOztBQVkvQyxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQVRWLGlCQUFpQixhQUU5QixZQUFZO1FBQ1osVUFBVSxhQUdWLGlCQUFpQjs0R0FHUixjQUFjLFlBUHZCLFlBQVk7UUFDWixVQUFVOzJGQU1ELGNBQWM7a0JBVjFCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7b0JBQ2pDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7cUJBQ1g7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjtxQkFDbEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtDaGVja2JveENvbXBvbmVudH0gZnJvbSAnLi9jaGVja2JveC9jaGVja2JveC5jb21wb25lbnQnO1xuaW1wb3J0IHtJY29uTW9kdWxlfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQ2hlY2tib3hDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIENoZWNrYm94Q29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2hlY2tib3hNb2R1bGUge1xufVxuIl19