@tetacom/ng-components 1.1.11 → 1.1.12

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 (246) hide show
  1. package/assets/square.svg +7 -0
  2. package/component/public-api.d.ts +2 -1
  3. package/component/three/custom-series/custom-series.component.d.ts +20 -0
  4. package/component/three/public-api.d.ts +10 -0
  5. package/component/three/three-chart/area-3d/area-3d.component.d.ts +14 -0
  6. package/component/three/three-chart/axes-3d/axes-3d.component.d.ts +36 -0
  7. package/component/three/three-chart/base-3d-series/base3d-series.component.d.ts +15 -0
  8. package/component/three/three-chart/directive/public-api.d.ts +1 -0
  9. package/component/three/three-chart/directive/series-3d-host.d.ts +16 -0
  10. package/component/three/three-chart/line-3d/line-3d.component.d.ts +19 -0
  11. package/component/three/three-chart/lithotype-3d/lithotype-3d.component.d.ts +29 -0
  12. package/component/three/three-chart/model/axes-3d-min-max.d.ts +5 -0
  13. package/component/three/three-chart/model/axis-3d-point.d.ts +4 -0
  14. package/component/three/three-chart/model/base-3d-series.d.ts +11 -0
  15. package/component/three/three-chart/model/base-3d-three-point.d.ts +8 -0
  16. package/component/three/three-chart/model/enum/public-api.d.ts +1 -0
  17. package/component/three/three-chart/model/enum/series-3d-type.d.ts +4 -0
  18. package/component/three/three-chart/model/i-3d-chart-config.d.ts +14 -0
  19. package/component/three/three-chart/model/line-3d-point.d.ts +5 -0
  20. package/component/three/three-chart/model/line-3d-series.d.ts +6 -0
  21. package/component/three/three-chart/model/lithotype-3d-point.d.ts +5 -0
  22. package/component/three/three-chart/model/lithotype-3d-series.d.ts +6 -0
  23. package/component/three/three-chart/model/public-api.d.ts +10 -0
  24. package/component/three/three-chart/scene/scene.component.d.ts +20 -0
  25. package/component/three/three-chart/service/chart-3d.service.d.ts +22 -0
  26. package/component/three/three-chart/three-chart.component.d.ts +16 -0
  27. package/esm2022/common/service/click.service.mjs +3 -3
  28. package/esm2022/common/service/dynamic-component.service.mjs +3 -3
  29. package/esm2022/common/service/overlay-container.service.mjs +3 -3
  30. package/esm2022/component/accordion/accordion/accordion.component.mjs +3 -3
  31. package/esm2022/component/accordion/accordion-content.directive.mjs +3 -3
  32. package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  33. package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  34. package/esm2022/component/accordion/accordion.module.mjs +4 -4
  35. package/esm2022/component/autocomplete/autocomplete/autocomplete.component.mjs +3 -3
  36. package/esm2022/component/autocomplete/autocomplete.module.mjs +4 -4
  37. package/esm2022/component/avatar/avatar/avatar.component.mjs +3 -3
  38. package/esm2022/component/avatar/avatar.module.mjs +4 -4
  39. package/esm2022/component/button/button/button.component.mjs +3 -3
  40. package/esm2022/component/button/button.module.mjs +4 -4
  41. package/esm2022/component/chart-3d/chart-3d.module.mjs +4 -4
  42. package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  43. package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  44. package/esm2022/component/checkbox/checkbox.module.mjs +4 -4
  45. package/esm2022/component/date-picker/base-calendar.mjs +3 -3
  46. package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +3 -3
  47. package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +3 -3
  48. package/esm2022/component/date-picker/date-picker.module.mjs +4 -4
  49. package/esm2022/component/date-picker/date-range/date-range.component.mjs +3 -3
  50. package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +3 -3
  51. package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +3 -3
  52. package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +3 -3
  53. package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +3 -3
  54. package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +3 -3
  55. package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +3 -3
  56. package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  57. package/esm2022/component/delimiter/delimiter.module.mjs +4 -4
  58. package/esm2022/component/divider/divider/divider.component.mjs +3 -3
  59. package/esm2022/component/divider/divider.module.mjs +4 -4
  60. package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +3 -3
  61. package/esm2022/component/dropdown/dropdown-base.mjs +3 -3
  62. package/esm2022/component/dropdown/dropdown-content.directive.mjs +3 -3
  63. package/esm2022/component/dropdown/dropdown-head.directive.mjs +3 -3
  64. package/esm2022/component/dropdown/dropdown.directive.mjs +3 -3
  65. package/esm2022/component/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2022/component/dynamic-component/dynamic-component.module.mjs +4 -4
  67. package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +3 -3
  68. package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +3 -3
  69. package/esm2022/component/expand-card/expand-card.module.mjs +4 -4
  70. package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +3 -3
  71. package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  72. package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  73. package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  74. package/esm2022/component/expand-panel/expand-panel.module.mjs +4 -4
  75. package/esm2022/component/file-upload/file-item/file-item.component.mjs +3 -3
  76. package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -3
  77. package/esm2022/component/file-upload/file-upload.module.mjs +4 -4
  78. package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  79. package/esm2022/component/filter/date-filter/date-filter.component.mjs +3 -3
  80. package/esm2022/component/filter/filter-host/filter-host.component.mjs +3 -3
  81. package/esm2022/component/filter/filter.module.mjs +4 -4
  82. package/esm2022/component/filter/list-filter/list-filter.component.mjs +3 -3
  83. package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  84. package/esm2022/component/filter/string-filter/string-filter.component.mjs +3 -3
  85. package/esm2022/component/icon/icon/icon.component.mjs +3 -3
  86. package/esm2022/component/icon/icon-file/icon-file.component.mjs +3 -3
  87. package/esm2022/component/icon/icon-file/icon-file.module.mjs +4 -4
  88. package/esm2022/component/icon/icon-sprite.directive.mjs +3 -3
  89. package/esm2022/component/icon/icon.module.mjs +4 -4
  90. package/esm2022/component/icon/icon.service.mjs +3 -3
  91. package/esm2022/component/input/color-input/color-input.component.mjs +3 -3
  92. package/esm2022/component/input/form-group-title/form-group-title.component.mjs +3 -3
  93. package/esm2022/component/input/input/input.component.mjs +3 -3
  94. package/esm2022/component/input/input.module.mjs +4 -4
  95. package/esm2022/component/input/text-field/text-field.component.mjs +3 -3
  96. package/esm2022/component/message/message/message.component.mjs +3 -3
  97. package/esm2022/component/message/message-host/message-host.component.mjs +3 -3
  98. package/esm2022/component/message/message.module.mjs +4 -4
  99. package/esm2022/component/message/message.service.mjs +3 -3
  100. package/esm2022/component/modal/dialog/dialog.component.mjs +3 -3
  101. package/esm2022/component/modal/dialog.service.mjs +3 -3
  102. package/esm2022/component/modal/modal-container/modal-container.component.mjs +3 -3
  103. package/esm2022/component/modal/modal.module.mjs +4 -4
  104. package/esm2022/component/modal/modal.service.mjs +3 -3
  105. package/esm2022/component/pager/pager/pager.component.mjs +3 -3
  106. package/esm2022/component/pager/pager.module.mjs +4 -4
  107. package/esm2022/component/panel/panel/panel.component.mjs +3 -3
  108. package/esm2022/component/panel/panel.module.mjs +4 -4
  109. package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +3 -3
  110. package/esm2022/component/progress-bar/progress-bar.module.mjs +4 -4
  111. package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  112. package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +3 -3
  113. package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +3 -3
  114. package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +3 -3
  115. package/esm2022/component/property-grid/property-grid.module.mjs +4 -4
  116. package/esm2022/component/public-api.mjs +4 -2
  117. package/esm2022/component/radio/radio/radio.component.mjs +3 -3
  118. package/esm2022/component/radio/radio-button/radio-button.component.mjs +3 -3
  119. package/esm2022/component/radio/radio.module.mjs +4 -4
  120. package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +3 -3
  121. package/esm2022/component/resize-panel/resize-panel.module.mjs +4 -4
  122. package/esm2022/component/select/select/select.component.mjs +3 -3
  123. package/esm2022/component/select/select-option.directive.mjs +3 -3
  124. package/esm2022/component/select/select-value.directive.mjs +3 -3
  125. package/esm2022/component/select/select.module.mjs +4 -4
  126. package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  127. package/esm2022/component/sidebar/sidebar.module.mjs +4 -4
  128. package/esm2022/component/switch/switch/switch.component.mjs +3 -3
  129. package/esm2022/component/switch/switch-button/switch-button.component.mjs +3 -3
  130. package/esm2022/component/switch/switch.module.mjs +4 -4
  131. package/esm2022/component/switch/switch.service.mjs +3 -3
  132. package/esm2022/component/table/base/cell-component-base.mjs +3 -3
  133. package/esm2022/component/table/base/head-cell-component-base.mjs +3 -3
  134. package/esm2022/component/table/cell/cell.component.mjs +3 -3
  135. package/esm2022/component/table/cell-host/cell-host.component.mjs +3 -3
  136. package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +4 -7
  137. package/esm2022/component/table/default/date-cell/date-cell.component.mjs +5 -10
  138. package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  139. package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
  140. package/esm2022/component/table/default/list-cell/list-cell.component.mjs +3 -3
  141. package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  142. package/esm2022/component/table/default/string-cell/string-cell.component.mjs +3 -3
  143. package/esm2022/component/table/head-cell/head-cell.component.mjs +3 -3
  144. package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
  145. package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +3 -3
  146. package/esm2022/component/table/selection-cell/selection-cell.component.mjs +3 -3
  147. package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +3 -3
  148. package/esm2022/component/table/service/table.service.mjs +3 -3
  149. package/esm2022/component/table/table/table.component.mjs +3 -3
  150. package/esm2022/component/table/table-body/table-body.component.mjs +3 -3
  151. package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +3 -3
  152. package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +3 -3
  153. package/esm2022/component/table/table-head/table-head.component.mjs +3 -3
  154. package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +3 -3
  155. package/esm2022/component/table/table-head-group/table-head-group.component.mjs +3 -3
  156. package/esm2022/component/table/table.module.mjs +4 -4
  157. package/esm2022/component/tabs/tab/tab.component.mjs +3 -3
  158. package/esm2022/component/tabs/tab-content.directive.mjs +3 -3
  159. package/esm2022/component/tabs/tab-title.directive.mjs +3 -3
  160. package/esm2022/component/tabs/tabs/tabs.component.mjs +3 -3
  161. package/esm2022/component/tabs/tabs.module.mjs +4 -4
  162. package/esm2022/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  163. package/esm2022/component/theme-switch/theme-switch.module.mjs +4 -4
  164. package/esm2022/component/theme-switch/theme-switch.service.mjs +3 -3
  165. package/esm2022/component/three/custom-series/custom-series.component.mjs +34 -0
  166. package/esm2022/component/three/public-api.mjs +11 -0
  167. package/esm2022/component/three/three-chart/area-3d/area-3d.component.mjs +53 -0
  168. package/esm2022/component/three/three-chart/axes-3d/axes-3d.component.mjs +57 -0
  169. package/esm2022/component/three/three-chart/base-3d-series/base3d-series.component.mjs +29 -0
  170. package/esm2022/component/three/three-chart/directive/public-api.mjs +2 -0
  171. package/esm2022/component/three/three-chart/directive/series-3d-host.mjs +47 -0
  172. package/esm2022/component/three/three-chart/line-3d/line-3d.component.mjs +44 -0
  173. package/esm2022/component/three/three-chart/lithotype-3d/lithotype-3d.component.mjs +80 -0
  174. package/esm2022/component/three/three-chart/model/axes-3d-min-max.mjs +2 -0
  175. package/esm2022/component/three/three-chart/model/axis-3d-point.mjs +2 -0
  176. package/esm2022/component/three/three-chart/model/base-3d-series.mjs +2 -0
  177. package/esm2022/component/three/three-chart/model/base-3d-three-point.mjs +2 -0
  178. package/esm2022/component/three/three-chart/model/enum/public-api.mjs +2 -0
  179. package/esm2022/component/three/three-chart/model/enum/series-3d-type.mjs +6 -0
  180. package/esm2022/component/three/three-chart/model/i-3d-chart-config.mjs +2 -0
  181. package/esm2022/component/three/three-chart/model/line-3d-point.mjs +2 -0
  182. package/esm2022/component/three/three-chart/model/line-3d-series.mjs +2 -0
  183. package/esm2022/component/three/three-chart/model/lithotype-3d-point.mjs +2 -0
  184. package/esm2022/component/three/three-chart/model/lithotype-3d-series.mjs +2 -0
  185. package/esm2022/component/three/three-chart/model/public-api.mjs +11 -0
  186. package/esm2022/component/three/three-chart/scene/scene.component.mjs +47 -0
  187. package/esm2022/component/three/three-chart/service/chart-3d.service.mjs +82 -0
  188. package/esm2022/component/three/three-chart/three-chart.component.mjs +37 -0
  189. package/esm2022/component/toggle/toggle/toggle.component.mjs +3 -3
  190. package/esm2022/component/toggle/toggle.module.mjs +4 -4
  191. package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +3 -3
  192. package/esm2022/component/toolbar/toolbar.module.mjs +4 -4
  193. package/esm2022/component/tree/tree/tree.component.mjs +3 -3
  194. package/esm2022/component/tree/tree-item/tree-item.component.mjs +3 -3
  195. package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  196. package/esm2022/component/tree/tree.module.mjs +4 -4
  197. package/esm2022/component/tree/tree.service.mjs +3 -3
  198. package/esm2022/directive/auto-position/auto-position.directive.mjs +3 -3
  199. package/esm2022/directive/auto-position/auto-position.module.mjs +4 -4
  200. package/esm2022/directive/click-outside/click-outside.directive.mjs +3 -3
  201. package/esm2022/directive/click-outside/click-outside.module.mjs +4 -4
  202. package/esm2022/directive/context-menu/context-menu.directive.mjs +3 -3
  203. package/esm2022/directive/context-menu/context-menu.module.mjs +4 -4
  204. package/esm2022/directive/disable-control/disable-control.directive.mjs +3 -3
  205. package/esm2022/directive/disable-control/disable-control.module.mjs +4 -4
  206. package/esm2022/directive/drag-drop/drag-container.directive.mjs +3 -3
  207. package/esm2022/directive/drag-drop/drag-drop.module.mjs +4 -4
  208. package/esm2022/directive/drag-drop/drag-drop.service.mjs +3 -3
  209. package/esm2022/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
  210. package/esm2022/directive/drag-drop/drag-preview.directive.mjs +3 -3
  211. package/esm2022/directive/drag-drop/drag.directive.mjs +3 -3
  212. package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
  213. package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  214. package/esm2022/directive/drag-sort/drag-sort.module.mjs +4 -4
  215. package/esm2022/directive/dynamic-content-base.directive.mjs +3 -3
  216. package/esm2022/directive/highlight/highlight.directive.mjs +3 -3
  217. package/esm2022/directive/highlight/highlight.module.mjs +4 -4
  218. package/esm2022/directive/hint/hint.directive.mjs +3 -3
  219. package/esm2022/directive/hint/hint.module.mjs +4 -4
  220. package/esm2022/directive/let/let.directive.mjs +3 -3
  221. package/esm2022/directive/let/let.module.mjs +4 -4
  222. package/esm2022/directive/loader/loader.directive.mjs +3 -3
  223. package/esm2022/directive/loader/loader.module.mjs +4 -4
  224. package/esm2022/directive/no-autofill/no-autofill.directive.mjs +3 -3
  225. package/esm2022/directive/no-autofill/no-autofill.module.mjs +4 -4
  226. package/esm2022/directive/only-number/only-number.directive.mjs +3 -3
  227. package/esm2022/directive/only-number/only-number.module.mjs +4 -4
  228. package/esm2022/directive/resize-drag/resize-drag.directive.mjs +3 -3
  229. package/esm2022/directive/resize-drag/resize-drag.module.mjs +4 -4
  230. package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +3 -3
  231. package/esm2022/directive/scroll-into-view/scroll-into-view.module.mjs +4 -4
  232. package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +3 -3
  233. package/esm2022/directive/scrollable/scrollable.directive.mjs +3 -3
  234. package/esm2022/directive/scrollable/scrollable.module.mjs +4 -4
  235. package/esm2022/directive/teta-template/teta-template.directive.mjs +3 -3
  236. package/esm2022/directive/teta-template/teta-template.module.mjs +4 -4
  237. package/esm2022/directive/tooltip/tooltip.directive.mjs +3 -3
  238. package/esm2022/directive/tooltip/tooltip.module.mjs +4 -4
  239. package/esm2022/locale/teta-config.service.mjs +3 -3
  240. package/esm2022/pipe/date-pipe/teta-date-pipe.module.mjs +4 -4
  241. package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +3 -3
  242. package/esm2022/pipe/number-pipe/number-pipe.module.mjs +4 -4
  243. package/esm2022/pipe/number-pipe/number.pipe.mjs +3 -3
  244. package/fesm2022/tetacom-ng-components.mjs +1096 -668
  245. package/fesm2022/tetacom-ng-components.mjs.map +1 -1
  246. package/package.json +6 -2
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { LoaderDirective } from './loader.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LoaderModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: LoaderModule, declarations: [LoaderDirective], imports: [CommonModule], exports: [LoaderDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: LoaderModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: LoaderModule, declarations: [LoaderDirective], imports: [CommonModule], exports: [LoaderDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: LoaderModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: LoaderModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: LoaderModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [LoaderDirective],
@@ -20,10 +20,10 @@ export class NoAutofillDirective {
20
20
  this._renderer.insertBefore(this._elementRef.nativeElement, inputElement, this._elementRef.nativeElement.firstChild);
21
21
  });
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: NoAutofillDirective, selector: "[tetaNoAutofill]", ngImport: i0 });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: NoAutofillDirective, selector: "[tetaNoAutofill]", ngImport: i0 });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[tetaNoAutofill]',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { NoAutofillDirective } from './no-autofill.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class NoAutofillModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillModule, declarations: [NoAutofillDirective], imports: [CommonModule], exports: [NoAutofillDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillModule, declarations: [NoAutofillDirective], imports: [CommonModule], exports: [NoAutofillDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NoAutofillModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NoAutofillModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  exports: [NoAutofillDirective],
@@ -162,10 +162,10 @@ export class OnlyNumberDirective {
162
162
  this._control.control.patchValue(parseFloat(value));
163
163
  }
164
164
  }
165
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
166
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: OnlyNumberDirective, selector: "[tetaOnlyNumber]", inputs: { tetaOnlyNumber: "tetaOnlyNumber", allowDecimals: "allowDecimals", allowSign: "allowSign", decimalSeparator: "decimalSeparator", commaSeparator: "commaSeparator" }, host: { listeners: { "change": "onChange($event)", "dblclick": "dblclick($event)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, ngImport: i0 });
165
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
166
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: OnlyNumberDirective, selector: "[tetaOnlyNumber]", inputs: { tetaOnlyNumber: "tetaOnlyNumber", allowDecimals: "allowDecimals", allowSign: "allowSign", decimalSeparator: "decimalSeparator", commaSeparator: "commaSeparator" }, host: { listeners: { "change": "onChange($event)", "dblclick": "dblclick($event)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, ngImport: i0 });
167
167
  }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberDirective, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberDirective, decorators: [{
169
169
  type: Directive,
170
170
  args: [{
171
171
  selector: '[tetaOnlyNumber]',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { OnlyNumberDirective } from './only-number.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class OnlyNumberModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberModule, declarations: [OnlyNumberDirective], imports: [CommonModule], exports: [OnlyNumberDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberModule, declarations: [OnlyNumberDirective], imports: [CommonModule], exports: [OnlyNumberDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: OnlyNumberModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: OnlyNumberModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [OnlyNumberDirective],
@@ -38,10 +38,10 @@ export class ResizeDragDirective {
38
38
  handleMouseMove = (event) => {
39
39
  this.resizeProcess.emit(event);
40
40
  };
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
42
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: ResizeDragDirective, selector: "[tetaResizeDrag]", inputs: { tetaResizeDrag: "tetaResizeDrag" }, outputs: { resizeStart: "resizeStart", resizeProcess: "resizeProcess", resizeEnd: "resizeEnd" }, host: { listeners: { "mousedown": "mouseDown($event)" }, properties: { "class.resize-drag_active": "this._active", "class.resize-drag_horizontal": "this.horizontal", "class.resize-drag_vertical": "this.vertical" } }, ngImport: i0 });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
42
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: ResizeDragDirective, selector: "[tetaResizeDrag]", inputs: { tetaResizeDrag: "tetaResizeDrag" }, outputs: { resizeStart: "resizeStart", resizeProcess: "resizeProcess", resizeEnd: "resizeEnd" }, host: { listeners: { "mousedown": "mouseDown($event)" }, properties: { "class.resize-drag_active": "this._active", "class.resize-drag_horizontal": "this.horizontal", "class.resize-drag_vertical": "this.vertical" } }, ngImport: i0 });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: '[tetaResizeDrag]',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { ResizeDragDirective } from './resize-drag.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ResizeDragModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragModule, declarations: [ResizeDragDirective], imports: [CommonModule], exports: [ResizeDragDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragModule, declarations: [ResizeDragDirective], imports: [CommonModule], exports: [ResizeDragDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ResizeDragModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ResizeDragModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [ResizeDragDirective],
@@ -22,10 +22,10 @@ export class ScrollIntoViewDirective {
22
22
  }
23
23
  }
24
24
  }
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewDirective, deps: [{ token: PLATFORM_ID }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
26
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: ScrollIntoViewDirective, selector: "[tetaScrollIntoView]", inputs: { tetaScrollIntoView: "tetaScrollIntoView", behavior: "behavior", block: "block" }, usesOnChanges: true, ngImport: i0 });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewDirective, deps: [{ token: PLATFORM_ID }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
26
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: ScrollIntoViewDirective, selector: "[tetaScrollIntoView]", inputs: { tetaScrollIntoView: "tetaScrollIntoView", behavior: "behavior", block: "block" }, usesOnChanges: true, ngImport: i0 });
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewDirective, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewDirective, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[tetaScrollIntoView]'
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { ScrollIntoViewDirective } from './scroll-into-view.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ScrollIntoViewModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewModule, declarations: [ScrollIntoViewDirective], imports: [CommonModule], exports: [ScrollIntoViewDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewModule, declarations: [ScrollIntoViewDirective], imports: [CommonModule], exports: [ScrollIntoViewDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollIntoViewModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollIntoViewModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -64,10 +64,10 @@ export class ScrollableComponent {
64
64
  ngOnDestroy() {
65
65
  this._alive = false;
66
66
  }
67
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableComponent, deps: [{ token: i0.ElementRef }, { token: i0.Injector }, { token: i0.NgZone }, { token: ANIMATION_FRAME }], target: i0.ɵɵFactoryTarget.Component });
68
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.0", type: ScrollableComponent, selector: "teta-scrollable", inputs: { direction: "direction", showScrollbars: "showScrollbars", contentClass: "contentClass" }, outputs: { scroll: "scroll" }, host: { properties: { "class.show-scrollbars": "this.showScrollbars" } }, queries: [{ propertyName: "_scrollDirective", first: true, predicate: ScrollableDirective, descendants: true, read: ElementRef, static: true }], viewQueries: [{ propertyName: "_scrollableWrapper", first: true, predicate: ["scrollableWrapper"], descendants: true, static: true }, { propertyName: "_scrollbarVertical", first: true, predicate: ["scrollbarVertical"], descendants: true, static: true }, { propertyName: "_scrollbarHorizontal", first: true, predicate: ["scrollbarHorizontal"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"scroll-controls\" *tetaLet=\"scrollSize | async as size\">\n <div #scrollbarVertical\n [class.display-none]=\"size?.scrollHeight <= size?.clientHeight\"\n class=\"scroll-scrollbar scroll-scrollbar-vertical\"\n (scroll)=\"scrollVertical($event)\">\n <div [style.height.px]=\"size?.scrollHeight\" style=\"width: 1px;\"></div>\n </div>\n <div #scrollbarHorizontal\n [class.display-none]=\"size?.scrollWidth <= size?.clientWidth\"\n class=\"scroll-scrollbar scroll-scrollbar-horizontal\"\n (scroll)=\"scrollHorizontal($event)\">\n <div [style.width.px]=\"size?.scrollWidth\" style=\"height: 1px;\"></div>\n </div>\n</div>\n\n\n<!--<div #scrollableWrapper class=\"scroll-content-wrapper\">-->\n<!-- <div class=\"scroll-content\"-->\n<!-- [class.column]=\"direction === 'column'\">-->\n<!-- &lt;!&ndash; <div class=\"scroll-content\">&ndash;&gt;-->\n<!-- <ng-content></ng-content>-->\n<!-- </div>-->\n<!--</div>-->\n<div #scrollableWrapper class=\"scroll-content-wrapper\"\n [ngClass]=\"contentClass\"\n [class.column]=\"direction === 'column'\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{overflow:hidden;position:relative;z-index:0;display:flex}:host:hover .scroll-controls{opacity:1}:host.show-scrollbars .scroll-controls{opacity:1}:host::-webkit-scrollbar{width:0;height:0}.scroll-content-wrapper{display:flex;overflow:auto;flex-grow:1}.scroll-content-wrapper::-webkit-scrollbar{width:0;height:0}.scroll-content{position:relative;z-index:0;flex:1;display:flex;height:auto;min-width:0}.scroll-controls{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .5s linear}.scroll-scrollbar{position:absolute;overflow:auto;pointer-events:auto}.scroll-scrollbar-vertical{right:0;top:0;bottom:12px;width:12px}.scroll-scrollbar-horizontal{right:12px;left:0;bottom:0;height:12px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.LetDirective, selector: "[tetaLet]", inputs: ["tetaLet"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
67
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableComponent, deps: [{ token: i0.ElementRef }, { token: i0.Injector }, { token: i0.NgZone }, { token: ANIMATION_FRAME }], target: i0.ɵɵFactoryTarget.Component });
68
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.1", type: ScrollableComponent, selector: "teta-scrollable", inputs: { direction: "direction", showScrollbars: "showScrollbars", contentClass: "contentClass" }, outputs: { scroll: "scroll" }, host: { properties: { "class.show-scrollbars": "this.showScrollbars" } }, queries: [{ propertyName: "_scrollDirective", first: true, predicate: ScrollableDirective, descendants: true, read: ElementRef, static: true }], viewQueries: [{ propertyName: "_scrollableWrapper", first: true, predicate: ["scrollableWrapper"], descendants: true, static: true }, { propertyName: "_scrollbarVertical", first: true, predicate: ["scrollbarVertical"], descendants: true, static: true }, { propertyName: "_scrollbarHorizontal", first: true, predicate: ["scrollbarHorizontal"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"scroll-controls\" *tetaLet=\"scrollSize | async as size\">\n <div #scrollbarVertical\n [class.display-none]=\"size?.scrollHeight <= size?.clientHeight\"\n class=\"scroll-scrollbar scroll-scrollbar-vertical\"\n (scroll)=\"scrollVertical($event)\">\n <div [style.height.px]=\"size?.scrollHeight\" style=\"width: 1px;\"></div>\n </div>\n <div #scrollbarHorizontal\n [class.display-none]=\"size?.scrollWidth <= size?.clientWidth\"\n class=\"scroll-scrollbar scroll-scrollbar-horizontal\"\n (scroll)=\"scrollHorizontal($event)\">\n <div [style.width.px]=\"size?.scrollWidth\" style=\"height: 1px;\"></div>\n </div>\n</div>\n\n\n<!--<div #scrollableWrapper class=\"scroll-content-wrapper\">-->\n<!-- <div class=\"scroll-content\"-->\n<!-- [class.column]=\"direction === 'column'\">-->\n<!-- &lt;!&ndash; <div class=\"scroll-content\">&ndash;&gt;-->\n<!-- <ng-content></ng-content>-->\n<!-- </div>-->\n<!--</div>-->\n<div #scrollableWrapper class=\"scroll-content-wrapper\"\n [ngClass]=\"contentClass\"\n [class.column]=\"direction === 'column'\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{overflow:hidden;position:relative;z-index:0;display:flex}:host:hover .scroll-controls{opacity:1}:host.show-scrollbars .scroll-controls{opacity:1}:host::-webkit-scrollbar{width:0;height:0}.scroll-content-wrapper{display:flex;overflow:auto;flex-grow:1}.scroll-content-wrapper::-webkit-scrollbar{width:0;height:0}.scroll-content{position:relative;z-index:0;flex:1;display:flex;height:auto;min-width:0}.scroll-controls{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .5s linear}.scroll-scrollbar{position:absolute;overflow:auto;pointer-events:auto}.scroll-scrollbar-vertical{right:0;top:0;bottom:12px;width:12px}.scroll-scrollbar-horizontal{right:12px;left:0;bottom:0;height:12px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.LetDirective, selector: "[tetaLet]", inputs: ["tetaLet"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
69
69
  }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableComponent, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableComponent, decorators: [{
71
71
  type: Component,
72
72
  args: [{ selector: 'teta-scrollable', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"scroll-controls\" *tetaLet=\"scrollSize | async as size\">\n <div #scrollbarVertical\n [class.display-none]=\"size?.scrollHeight <= size?.clientHeight\"\n class=\"scroll-scrollbar scroll-scrollbar-vertical\"\n (scroll)=\"scrollVertical($event)\">\n <div [style.height.px]=\"size?.scrollHeight\" style=\"width: 1px;\"></div>\n </div>\n <div #scrollbarHorizontal\n [class.display-none]=\"size?.scrollWidth <= size?.clientWidth\"\n class=\"scroll-scrollbar scroll-scrollbar-horizontal\"\n (scroll)=\"scrollHorizontal($event)\">\n <div [style.width.px]=\"size?.scrollWidth\" style=\"height: 1px;\"></div>\n </div>\n</div>\n\n\n<!--<div #scrollableWrapper class=\"scroll-content-wrapper\">-->\n<!-- <div class=\"scroll-content\"-->\n<!-- [class.column]=\"direction === 'column'\">-->\n<!-- &lt;!&ndash; <div class=\"scroll-content\">&ndash;&gt;-->\n<!-- <ng-content></ng-content>-->\n<!-- </div>-->\n<!--</div>-->\n<div #scrollableWrapper class=\"scroll-content-wrapper\"\n [ngClass]=\"contentClass\"\n [class.column]=\"direction === 'column'\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{overflow:hidden;position:relative;z-index:0;display:flex}:host:hover .scroll-controls{opacity:1}:host.show-scrollbars .scroll-controls{opacity:1}:host::-webkit-scrollbar{width:0;height:0}.scroll-content-wrapper{display:flex;overflow:auto;flex-grow:1}.scroll-content-wrapper::-webkit-scrollbar{width:0;height:0}.scroll-content{position:relative;z-index:0;flex:1;display:flex;height:auto;min-width:0}.scroll-controls{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .5s linear}.scroll-scrollbar{position:absolute;overflow:auto;pointer-events:auto}.scroll-scrollbar-vertical{right:0;top:0;bottom:12px;width:12px}.scroll-scrollbar-horizontal{right:12px;left:0;bottom:0;height:12px}\n"] }]
73
73
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Injector }, { type: i0.NgZone }, { type: i3.Observable, decorators: [{
@@ -2,10 +2,10 @@ import { Directive, HostBinding } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export class ScrollableDirective {
4
4
  hideScrollClass = true;
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: ScrollableDirective, selector: "[tetaScrollable]", host: { properties: { "class.scrollable_hide_scroll": "this.hideScrollClass" } }, ngImport: i0 });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: ScrollableDirective, selector: "[tetaScrollable]", host: { properties: { "class.scrollable_hide_scroll": "this.hideScrollClass" } }, ngImport: i0 });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableDirective, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableDirective, decorators: [{
9
9
  type: Directive,
10
10
  args: [{
11
11
  selector: '[tetaScrollable]',
@@ -5,15 +5,15 @@ import { ScrollableComponent } from './scrollable/scrollable.component';
5
5
  import { LetModule } from "../let/let.module";
6
6
  import * as i0 from "@angular/core";
7
7
  export class ScrollableModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: ScrollableModule, declarations: [ScrollableDirective,
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: ScrollableModule, declarations: [ScrollableDirective,
10
10
  ScrollableComponent], imports: [CommonModule,
11
11
  LetModule], exports: [ScrollableDirective,
12
12
  ScrollableComponent] });
13
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableModule, imports: [CommonModule,
13
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableModule, imports: [CommonModule,
14
14
  LetModule] });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: ScrollableModule, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: ScrollableModule, decorators: [{
17
17
  type: NgModule,
18
18
  args: [{
19
19
  declarations: [
@@ -9,10 +9,10 @@ export class TetaTemplateDirective {
9
9
  getId() {
10
10
  return this.id;
11
11
  }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TetaTemplateDirective, selector: "[tetaTemplate]", inputs: { id: ["tetaTemplate", "id"] }, ngImport: i0 });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: TetaTemplateDirective, selector: "[tetaTemplate]", inputs: { id: ["tetaTemplate", "id"] }, ngImport: i0 });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[tetaTemplate]'
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { TetaTemplateDirective } from './teta-template.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TetaTemplateModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateModule, declarations: [TetaTemplateDirective], imports: [CommonModule], exports: [TetaTemplateDirective] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateModule, declarations: [TetaTemplateDirective], imports: [CommonModule], exports: [TetaTemplateDirective] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaTemplateModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaTemplateModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -63,10 +63,10 @@ export class TooltipDirective extends DynamicContentBaseDirective {
63
63
  createTooltip() {
64
64
  this._componentRef = this.createContentRef('tooltip');
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TooltipDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ClickService }], target: i0.ɵɵFactoryTarget.Directive });
67
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.0", type: TooltipDirective, selector: "[tetaTooltip]", inputs: { tetaTooltip: "tetaTooltip", align: "align", verticalAlign: "verticalAlign" }, host: { listeners: { "click": "showContent($event)" } }, usesInheritance: true, ngImport: i0 });
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TooltipDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ClickService }], target: i0.ɵɵFactoryTarget.Directive });
67
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.1", type: TooltipDirective, selector: "[tetaTooltip]", inputs: { tetaTooltip: "tetaTooltip", align: "align", verticalAlign: "verticalAlign" }, host: { listeners: { "click": "showContent($event)" } }, usesInheritance: true, ngImport: i0 });
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TooltipDirective, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TooltipDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
72
  selector: '[tetaTooltip]',
@@ -5,11 +5,11 @@ import { DynamicComponentModule } from '../../component/dynamic-component/dynami
5
5
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
6
6
  import * as i0 from "@angular/core";
7
7
  export class TooltipModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective], imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule], exports: [TooltipDirective] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TooltipModule, imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule] });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective], imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule], exports: [TooltipDirective] });
10
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TooltipModule, imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule] });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TooltipModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TooltipModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [TooltipDirective],
@@ -16,10 +16,10 @@ export class TetaConfigService {
16
16
  this.locale$.next(this.defaultLocale);
17
17
  }
18
18
  }
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaConfigService, providedIn: 'root' });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaConfigService, providedIn: 'root' });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaConfigService, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaConfigService, decorators: [{
23
23
  type: Injectable,
24
24
  args: [{
25
25
  providedIn: 'root'
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { TetaDatePipe } from './teta-date.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TetaDatePipeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipeModule, declarations: [TetaDatePipe], imports: [CommonModule], exports: [TetaDatePipe] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipeModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipeModule, declarations: [TetaDatePipe], imports: [CommonModule], exports: [TetaDatePipe] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipeModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipeModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [TetaDatePipe],
@@ -23,10 +23,10 @@ export class TetaDatePipe {
23
23
  ? luxonDate.toFormat(format, params)
24
24
  : luxonDate.toLocaleString(format || DateTime.DATETIME_MED_WITH_SECONDS, params);
25
25
  }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipe, deps: [{ token: i1.TranslocoService }], target: i0.ɵɵFactoryTarget.Pipe });
27
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipe, name: "tetaDate" });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipe, deps: [{ token: i1.TranslocoService }], target: i0.ɵɵFactoryTarget.Pipe });
27
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipe, name: "tetaDate" });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: TetaDatePipe, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: TetaDatePipe, decorators: [{
30
30
  type: Pipe,
31
31
  args: [{
32
32
  name: 'tetaDate',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { NumberPipe } from './number.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class NumberPipeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NumberPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: NumberPipeModule, declarations: [NumberPipe], imports: [CommonModule], exports: [NumberPipe] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NumberPipeModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NumberPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: NumberPipeModule, declarations: [NumberPipe], imports: [CommonModule], exports: [NumberPipe] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NumberPipeModule, imports: [CommonModule] });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NumberPipeModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NumberPipeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [NumberPipe],
@@ -15,10 +15,10 @@ export class NumberPipe {
15
15
  value = Number(value);
16
16
  return formatNumber(value, decimalLength, chunkDelimiter, decimalDelimiter, chunkLength);
17
17
  }
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
19
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.0", ngImport: i0, type: NumberPipe, name: "tetaNumber" });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
19
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.1", ngImport: i0, type: NumberPipe, name: "tetaNumber" });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.0", ngImport: i0, type: NumberPipe, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.1", ngImport: i0, type: NumberPipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{
24
24
  name: 'tetaNumber'