@tetacom/ng-components 1.0.39 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/assets/icons.svg +92 -70
  2. package/component/accordion/accordion/accordion.component.d.ts +1 -1
  3. package/component/accordion/accordion-content.directive.d.ts +1 -1
  4. package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
  5. package/component/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  6. package/component/button/button/button.component.d.ts +1 -1
  7. package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
  8. package/component/checkbox/checkbox/checkbox.component.d.ts +1 -1
  9. package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
  10. package/component/date-picker/day-select/day-select.component.d.ts +1 -1
  11. package/component/date-picker/month-picker/month-picker.component.d.ts +1 -1
  12. package/component/date-picker/month-select/month-select.component.d.ts +1 -1
  13. package/component/date-picker/time-part-control/time-part-control.component.d.ts +1 -1
  14. package/component/date-picker/year-select/year-select.component.d.ts +1 -1
  15. package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
  16. package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
  17. package/component/dropdown/dropdown-base.d.ts +1 -1
  18. package/component/dropdown/dropdown-content.directive.d.ts +1 -1
  19. package/component/dropdown/dropdown-head.directive.d.ts +1 -1
  20. package/component/dropdown/dropdown.directive.d.ts +1 -1
  21. package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
  22. package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
  23. package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
  24. package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
  25. package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
  26. package/component/file-upload/file-item/file-item.component.d.ts +1 -1
  27. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +3 -2
  28. package/component/filter/boolean-filter/boolean-filter.component.d.ts +1 -1
  29. package/component/filter/date-filter/date-filter.component.d.ts +1 -1
  30. package/component/filter/filter-host/filter-host.component.d.ts +1 -1
  31. package/component/filter/list-filter/list-filter.component.d.ts +1 -1
  32. package/component/filter/numeric-filter/numeric-filter.component.d.ts +1 -1
  33. package/component/filter/string-filter/string-filter.component.d.ts +1 -1
  34. package/component/icon/icon/icon.component.d.ts +1 -1
  35. package/component/icon/icon-sprite.directive.d.ts +1 -1
  36. package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
  37. package/component/input/input/input.component.d.ts +1 -1
  38. package/component/input/text-field/text-field.component.d.ts +1 -1
  39. package/component/message/message/message.component.d.ts +1 -1
  40. package/component/message/message-host/message-host.component.d.ts +1 -1
  41. package/component/modal/dialog/dialog.component.d.ts +1 -1
  42. package/component/modal/modal-container/modal-container.component.d.ts +1 -1
  43. package/component/pager/pager/pager.component.d.ts +1 -1
  44. package/component/panel/panel/panel.component.d.ts +1 -1
  45. package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
  46. package/component/property-grid/default/date-item-default/date-item-default.component.d.ts +1 -1
  47. package/component/property-grid/default/list-item-default/list-item-default.component.d.ts +1 -1
  48. package/component/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts +1 -1
  49. package/component/property-grid/default/string-item-default/string-item-default.component.d.ts +1 -1
  50. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +3 -3
  51. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +4 -4
  52. package/component/property-grid/property-grid/property-grid.component.d.ts +3 -3
  53. package/component/radio/radio/radio.component.d.ts +1 -1
  54. package/component/radio/radio-button/radio-button.component.d.ts +1 -1
  55. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
  56. package/component/select/select/select.component.d.ts +1 -1
  57. package/component/select/select-option.directive.d.ts +1 -1
  58. package/component/select/select-value.directive.d.ts +1 -1
  59. package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
  60. package/component/switch/switch/switch.component.d.ts +1 -1
  61. package/component/switch/switch-button/switch-button.component.d.ts +1 -1
  62. package/component/table/base/cell-component-base.d.ts +1 -1
  63. package/component/table/base/head-cell-component-base.d.ts +1 -1
  64. package/component/table/cell/cell.component.d.ts +1 -1
  65. package/component/table/cell-host/cell-host.component.d.ts +1 -1
  66. package/component/table/contract/head-dropdown-tab.d.ts +13 -0
  67. package/component/table/contract/public-api.d.ts +1 -0
  68. package/component/table/contract/table-column.d.ts +7 -3
  69. package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -1
  70. package/component/table/default/date-cell/date-cell.component.d.ts +1 -1
  71. package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -1
  72. package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
  73. package/component/table/default/group-row/group-row.component.d.ts +1 -1
  74. package/component/table/default/list-cell/list-cell.component.d.ts +1 -1
  75. package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -1
  76. package/component/table/default/string-cell/string-cell.component.d.ts +1 -1
  77. package/component/table/head-cell/head-cell.component.d.ts +8 -4
  78. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +5 -43
  79. package/component/table/head-cell-host/head-cell-host.component.d.ts +1 -1
  80. package/component/table/selection-cell/selection-cell.component.d.ts +1 -1
  81. package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
  82. package/component/table/table/table.component.d.ts +1 -1
  83. package/component/table/table-body/table-body.component.d.ts +1 -1
  84. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +32 -0
  85. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +41 -0
  86. package/component/table/table-head/table-head.component.d.ts +1 -1
  87. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +46 -0
  88. package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
  89. package/component/table/table.module.d.ts +23 -20
  90. package/component/tabs/tab/tab.component.d.ts +1 -1
  91. package/component/tabs/tab-content.directive.d.ts +1 -1
  92. package/component/tabs/tab-title.directive.d.ts +1 -1
  93. package/component/tabs/tabs/tabs.component.d.ts +1 -1
  94. package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
  95. package/component/toggle/toggle/toggle.component.d.ts +1 -1
  96. package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
  97. package/component/tree/tree/tree.component.d.ts +1 -1
  98. package/component/tree/tree-item/tree-item.component.d.ts +1 -1
  99. package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
  100. package/directive/click-outside/click-outside.directive.d.ts +1 -1
  101. package/directive/context-menu/context-menu.directive.d.ts +1 -1
  102. package/directive/disable-control/disable-control.directive.d.ts +1 -1
  103. package/directive/drag-drop/drag-container.directive.d.ts +1 -1
  104. package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
  105. package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
  106. package/directive/drag-drop/drag.directive.d.ts +1 -1
  107. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
  108. package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
  109. package/directive/dynamic-content-base.directive.d.ts +1 -1
  110. package/directive/highlight/highlight.directive.d.ts +1 -1
  111. package/directive/hint/hint.directive.d.ts +1 -1
  112. package/directive/let/let.directive.d.ts +1 -1
  113. package/directive/loader/loader.directive.d.ts +1 -1
  114. package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
  115. package/directive/only-number/only-number.directive.d.ts +1 -1
  116. package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
  117. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
  118. package/directive/teta-template/teta-template.directive.d.ts +1 -1
  119. package/directive/tooltip/tooltip.directive.d.ts +1 -1
  120. package/esm2020/common/service/click.service.mjs +3 -3
  121. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  122. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  123. package/esm2020/component/accordion/accordion/accordion.component.mjs +4 -4
  124. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  125. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +6 -6
  126. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +4 -4
  127. package/esm2020/component/accordion/accordion.module.mjs +6 -8
  128. package/esm2020/component/button/button/button.component.mjs +4 -4
  129. package/esm2020/component/button/button.module.mjs +5 -7
  130. package/esm2020/component/chart-3d/chart-3d.module.mjs +5 -5
  131. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  132. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +6 -6
  133. package/esm2020/component/checkbox/checkbox.module.mjs +6 -8
  134. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +16 -16
  135. package/esm2020/component/date-picker/date-picker.module.mjs +12 -14
  136. package/esm2020/component/date-picker/day-select/day-select.component.mjs +4 -4
  137. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +13 -13
  138. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  139. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  140. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +5 -5
  141. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  142. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  143. package/esm2020/component/delimiter/delimiter.module.mjs +5 -7
  144. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +4 -4
  145. package/esm2020/component/dropdown/dropdown-base.mjs +3 -3
  146. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  147. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  148. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  149. package/esm2020/component/dropdown/dropdown.module.mjs +5 -7
  150. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +5 -7
  151. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +4 -4
  152. package/esm2020/component/expand-card/expand-card/expand-card.component.mjs +10 -10
  153. package/esm2020/component/expand-card/expand-card.module.mjs +9 -11
  154. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +7 -7
  155. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  156. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  157. package/esm2020/component/expand-panel/expand-panel.module.mjs +9 -11
  158. package/esm2020/component/file-upload/file-item/file-item.component.mjs +4 -4
  159. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +13 -9
  160. package/esm2020/component/file-upload/file-upload.module.mjs +5 -5
  161. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +7 -7
  162. package/esm2020/component/filter/date-filter/date-filter.component.mjs +8 -8
  163. package/esm2020/component/filter/filter-host/filter-host.component.mjs +5 -10
  164. package/esm2020/component/filter/filter.module.mjs +12 -14
  165. package/esm2020/component/filter/list-filter/list-filter.component.mjs +7 -7
  166. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +7 -7
  167. package/esm2020/component/filter/string-filter/string-filter.component.mjs +6 -6
  168. package/esm2020/component/icon/icon/icon.component.mjs +4 -4
  169. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  170. package/esm2020/component/icon/icon.module.mjs +6 -8
  171. package/esm2020/component/icon/icon.service.mjs +3 -3
  172. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +4 -4
  173. package/esm2020/component/input/input/input.component.mjs +3 -3
  174. package/esm2020/component/input/input.module.mjs +5 -5
  175. package/esm2020/component/input/text-field/text-field.component.mjs +7 -7
  176. package/esm2020/component/message/message/message.component.mjs +6 -6
  177. package/esm2020/component/message/message-host/message-host.component.mjs +6 -6
  178. package/esm2020/component/message/message.module.mjs +7 -9
  179. package/esm2020/component/message/message.service.mjs +3 -3
  180. package/esm2020/component/modal/dialog/dialog.component.mjs +7 -7
  181. package/esm2020/component/modal/dialog.service.mjs +3 -3
  182. package/esm2020/component/modal/modal-container/modal-container.component.mjs +4 -4
  183. package/esm2020/component/modal/modal.module.mjs +10 -12
  184. package/esm2020/component/modal/modal.service.mjs +3 -3
  185. package/esm2020/component/pager/pager/pager.component.mjs +4 -4
  186. package/esm2020/component/pager/pager.module.mjs +6 -8
  187. package/esm2020/component/panel/panel/panel.component.mjs +4 -4
  188. package/esm2020/component/panel/panel.module.mjs +5 -7
  189. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
  190. package/esm2020/component/progress-bar/progress-bar.module.mjs +5 -7
  191. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +4 -4
  192. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +4 -4
  193. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +4 -4
  194. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +4 -4
  195. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +8 -8
  196. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +12 -12
  197. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +8 -8
  198. package/esm2020/component/property-grid/property-grid.module.mjs +16 -18
  199. package/esm2020/component/radio/radio/radio.component.mjs +4 -4
  200. package/esm2020/component/radio/radio-button/radio-button.component.mjs +4 -4
  201. package/esm2020/component/radio/radio.module.mjs +5 -5
  202. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +7 -7
  203. package/esm2020/component/resize-panel/resize-panel.module.mjs +5 -5
  204. package/esm2020/component/select/select/select.component.mjs +13 -13
  205. package/esm2020/component/select/select-option.directive.mjs +3 -3
  206. package/esm2020/component/select/select-value.directive.mjs +3 -3
  207. package/esm2020/component/select/select.module.mjs +11 -13
  208. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +5 -5
  209. package/esm2020/component/sidebar/sidebar.module.mjs +7 -9
  210. package/esm2020/component/switch/switch/switch.component.mjs +4 -4
  211. package/esm2020/component/switch/switch-button/switch-button.component.mjs +4 -4
  212. package/esm2020/component/switch/switch.module.mjs +5 -7
  213. package/esm2020/component/switch/switch.service.mjs +3 -3
  214. package/esm2020/component/table/base/cell-component-base.mjs +3 -3
  215. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  216. package/esm2020/component/table/cell/cell.component.mjs +4 -4
  217. package/esm2020/component/table/cell-host/cell-host.component.mjs +4 -4
  218. package/esm2020/component/table/contract/head-dropdown-tab.mjs +2 -0
  219. package/esm2020/component/table/contract/public-api.mjs +2 -1
  220. package/esm2020/component/table/contract/table-column.mjs +4 -2
  221. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +7 -7
  222. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +7 -7
  223. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +7 -7
  224. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +7 -7
  225. package/esm2020/component/table/default/group-row/group-row.component.mjs +4 -4
  226. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +7 -7
  227. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +4 -4
  228. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +4 -4
  229. package/esm2020/component/table/head-cell/head-cell.component.mjs +63 -20
  230. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +19 -183
  231. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +3 -3
  232. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +7 -7
  233. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -5
  234. package/esm2020/component/table/service/table.service.mjs +14 -5
  235. package/esm2020/component/table/table/table.component.mjs +15 -8
  236. package/esm2020/component/table/table-body/table-body.component.mjs +38 -34
  237. package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +55 -0
  238. package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +81 -0
  239. package/esm2020/component/table/table-head/table-head.component.mjs +25 -25
  240. package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +140 -0
  241. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +7 -7
  242. package/esm2020/component/table/table.module.mjs +33 -26
  243. package/esm2020/component/tabs/tab/tab.component.mjs +4 -4
  244. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  245. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  246. package/esm2020/component/tabs/tabs/tabs.component.mjs +4 -4
  247. package/esm2020/component/tabs/tabs.module.mjs +5 -7
  248. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  249. package/esm2020/component/theme-switch/theme-switch.module.mjs +7 -9
  250. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  251. package/esm2020/component/toggle/toggle/toggle.component.mjs +4 -4
  252. package/esm2020/component/toggle/toggle.module.mjs +5 -5
  253. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +4 -4
  254. package/esm2020/component/toolbar/toolbar.module.mjs +5 -7
  255. package/esm2020/component/tree/tree/tree.component.mjs +6 -6
  256. package/esm2020/component/tree/tree-item/tree-item.component.mjs +5 -5
  257. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  258. package/esm2020/component/tree/tree.module.mjs +5 -5
  259. package/esm2020/component/tree/tree.service.mjs +3 -3
  260. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  261. package/esm2020/directive/click-outside/click-outside.module.mjs +5 -7
  262. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  263. package/esm2020/directive/context-menu/context-menu.module.mjs +6 -8
  264. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  265. package/esm2020/directive/disable-control/disable-control.module.mjs +5 -7
  266. package/esm2020/directive/drag-drop/drag-container.directive.mjs +3 -3
  267. package/esm2020/directive/drag-drop/drag-drop.module.mjs +5 -7
  268. package/esm2020/directive/drag-drop/drag-drop.service.mjs +3 -3
  269. package/esm2020/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
  270. package/esm2020/directive/drag-drop/drag-preview.directive.mjs +3 -3
  271. package/esm2020/directive/drag-drop/drag.directive.mjs +3 -3
  272. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
  273. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  274. package/esm2020/directive/drag-sort/drag-sort.module.mjs +5 -5
  275. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  276. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  277. package/esm2020/directive/highlight/highlight.module.mjs +5 -7
  278. package/esm2020/directive/hint/hint.directive.mjs +3 -3
  279. package/esm2020/directive/hint/hint.module.mjs +6 -8
  280. package/esm2020/directive/let/let.directive.mjs +3 -3
  281. package/esm2020/directive/let/let.module.mjs +5 -7
  282. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  283. package/esm2020/directive/loader/loader.module.mjs +5 -7
  284. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  285. package/esm2020/directive/no-autofill/no-autofill.module.mjs +5 -5
  286. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  287. package/esm2020/directive/only-number/only-number.module.mjs +5 -5
  288. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  289. package/esm2020/directive/resize-drag/resize-drag.module.mjs +5 -5
  290. package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +3 -3
  291. package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +5 -7
  292. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  293. package/esm2020/directive/teta-template/teta-template.module.mjs +5 -7
  294. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  295. package/esm2020/directive/tooltip/tooltip.module.mjs +5 -5
  296. package/esm2020/locale/teta-config.service.mjs +3 -3
  297. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +5 -7
  298. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  299. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +5 -5
  300. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  301. package/esm2020/util/forms-util.mjs +6 -6
  302. package/fesm2015/tetacom-ng-components.mjs +1597 -1506
  303. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  304. package/fesm2020/tetacom-ng-components.mjs +1583 -1494
  305. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  306. package/{tetacom-ng-components.d.ts → index.d.ts} +0 -0
  307. package/package.json +3 -3
  308. package/pipe/number-pipe/number.pipe.d.ts +1 -1
  309. package/pipe/prepend-zero/prepend-zero.pipe.d.ts +1 -1
  310. package/style/layout.scss +2 -1
  311. package/style/presets/color-presets.scss +58 -52
  312. package/style/table.scss +14 -1
  313. package/util/forms-util.d.ts +5 -5
@@ -1,8 +1,8 @@
1
1
  import { ChangeDetectionStrategy, Component, forwardRef, 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 "../../button/button/button.component";
5
- import * as i2 from "../../icon/icon/icon.component";
4
+ import * as i1 from "../../icon/icon/icon.component";
5
+ import * as i2 from "../../button/button/button.component";
6
6
  import * as i3 from "../../../pipe/prepend-zero/prepend-zero.pipe";
7
7
  export const TIME_PART_CONTROL_VALUE_ACCESSOR = {
8
8
  provide: NG_VALUE_ACCESSOR,
@@ -58,9 +58,9 @@ export class TimePartControlComponent {
58
58
  this._cdr.markForCheck();
59
59
  }
60
60
  }
61
- TimePartControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TimePartControlComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
62
- TimePartControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TimePartControlComponent, selector: "teta-time-part-control", inputs: { min: "min", max: "max", disabled: "disabled" }, providers: [TIME_PART_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<button teta-button [square]=\"true\" (click)=\"up()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowUpKey'\"></teta-icon>\n</button>\n<div (wheel)=\"scroll($event);\" class=\"row row_auto font-body-3 height-6 width-6 align-center justify-content-center\">\n {{value | tetaPrependZero: 2}}\n</div>\n<button teta-button [square]=\"true\" (click)=\"down()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowDownKey'\"></teta-icon>\n</button>\n", styles: [":host{display:flex;flex-direction:column}\n"], components: [{ type: i1.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { type: i2.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], pipes: { "tetaPrependZero": i3.PrependZeroPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TimePartControlComponent, decorators: [{
61
+ TimePartControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TimePartControlComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
62
+ TimePartControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: TimePartControlComponent, selector: "teta-time-part-control", inputs: { min: "min", max: "max", disabled: "disabled" }, providers: [TIME_PART_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<button teta-button [square]=\"true\" (click)=\"up()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowUpKey'\"></teta-icon>\n</button>\n<div (wheel)=\"scroll($event);\" class=\"row row_auto font-body-3 height-6 width-6 align-center justify-content-center\">\n {{value | tetaPrependZero: 2}}\n</div>\n<button teta-button [square]=\"true\" (click)=\"down()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowDownKey'\"></teta-icon>\n</button>\n", styles: [":host{display:flex;flex-direction:column}\n"], dependencies: [{ kind: "component", type: i1.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }, { kind: "component", type: i2.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { kind: "pipe", type: i3.PrependZeroPipe, name: "tetaPrependZero" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TimePartControlComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{ selector: 'teta-time-part-control', providers: [TIME_PART_CONTROL_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button teta-button [square]=\"true\" (click)=\"up()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowUpKey'\"></teta-icon>\n</button>\n<div (wheel)=\"scroll($event);\" class=\"row row_auto font-body-3 height-6 width-6 align-center justify-content-center\">\n {{value | tetaPrependZero: 2}}\n</div>\n<button teta-button [square]=\"true\" (click)=\"down()\" [palette]=\"'text'\" [view]=\"'ghost'\">\n <teta-icon [name]=\"'arrowDownKey'\"></teta-icon>\n</button>\n", styles: [":host{display:flex;flex-direction:column}\n"] }]
66
66
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { min: [{
@@ -164,9 +164,9 @@ export class YearSelectComponent {
164
164
  this._alive = false;
165
165
  }
166
166
  }
167
- YearSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: YearSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.PickerTouchService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
168
- YearSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: YearSelectComponent, selector: "teta-year-select", inputs: { currentYear: "currentYear", today: "today", size: "size", minDate: "minDate", maxDate: "maxDate", allowableRange: "allowableRange" }, outputs: { yearSelected: "yearSelected", yearApplied: "yearApplied" }, ngImport: i0, template: "<div class=\"list row_auto margin-top-2\"\n (wheel)=\"scrollYearSelector($event);\">\n <div class=\"list-item list-item_interactive\"\n [class.list-item_active]=\"year === currentYear\"\n [class.list-item_disabled]=\"isYearDisabled(year)\"\n (click)=\"setYear($event, year)\"\n (dblclick)=\"applyYear($event, year)\"\n *ngFor=\"let year of years\">\n {{year}}\n </div>\n</div>\n", styles: [":host{display:flex}\n"], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: YearSelectComponent, decorators: [{
167
+ YearSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: YearSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.PickerTouchService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
168
+ YearSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: YearSelectComponent, selector: "teta-year-select", inputs: { currentYear: "currentYear", today: "today", size: "size", minDate: "minDate", maxDate: "maxDate", allowableRange: "allowableRange" }, outputs: { yearSelected: "yearSelected", yearApplied: "yearApplied" }, ngImport: i0, template: "<div class=\"list row_auto margin-top-2\"\n (wheel)=\"scrollYearSelector($event);\">\n <div class=\"list-item list-item_interactive\"\n [class.list-item_active]=\"year === currentYear\"\n [class.list-item_disabled]=\"isYearDisabled(year)\"\n (click)=\"setYear($event, year)\"\n (dblclick)=\"applyYear($event, year)\"\n *ngFor=\"let year of years\">\n {{year}}\n </div>\n</div>\n", styles: [":host{display:flex}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: YearSelectComponent, decorators: [{
170
170
  type: Component,
171
171
  args: [{ selector: 'teta-year-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"list row_auto margin-top-2\"\n (wheel)=\"scrollYearSelector($event);\">\n <div class=\"list-item list-item_interactive\"\n [class.list-item_active]=\"year === currentYear\"\n [class.list-item_disabled]=\"isYearDisabled(year)\"\n (click)=\"setYear($event, year)\"\n (dblclick)=\"applyYear($event, year)\"\n *ngFor=\"let year of years\">\n {{year}}\n </div>\n</div>\n", styles: [":host{display:flex}\n"] }]
172
172
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.PickerTouchService }, { type: i0.ElementRef }]; }, propDecorators: { currentYear: [{
@@ -30,9 +30,9 @@ export class DelimiterComponent {
30
30
  }
31
31
  ngOnInit() { }
32
32
  }
33
- DelimiterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
34
- DelimiterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: DelimiterComponent, selector: "teta-delimiter", inputs: { direction: "direction", palette: "palette", height: "height", verticalMargin: "verticalMargin", horizontalMargin: "horizontalMargin", class: "class" }, host: { properties: { "class": "this.getClass", "style.height": "this.getHeight", "style.width": "this.getWidth", "style.margin": "this.getMargin" } }, ngImport: i0, template: "", styles: [":host.delimiter{flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterComponent, decorators: [{
33
+ DelimiterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DelimiterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
34
+ DelimiterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: DelimiterComponent, selector: "teta-delimiter", inputs: { direction: "direction", palette: "palette", height: "height", verticalMargin: "verticalMargin", horizontalMargin: "horizontalMargin", class: "class" }, host: { properties: { "class": "this.getClass", "style.height": "this.getHeight", "style.width": "this.getWidth", "style.margin": "this.getMargin" } }, ngImport: i0, template: "", styles: [":host.delimiter{flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DelimiterComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'teta-delimiter', changeDetection: ChangeDetectionStrategy.OnPush, template: "", styles: [":host.delimiter{flex-shrink:0}\n"] }]
38
38
  }], ctorParameters: function () { return []; }, propDecorators: { direction: [{
@@ -4,12 +4,10 @@ import { DelimiterComponent } from './delimiter/delimiter.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DelimiterModule {
6
6
  }
7
- DelimiterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DelimiterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterModule, declarations: [DelimiterComponent], imports: [CommonModule], exports: [DelimiterComponent] });
9
- DelimiterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterModule, imports: [[
10
- CommonModule
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DelimiterModule, decorators: [{
7
+ DelimiterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DelimiterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ DelimiterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: DelimiterModule, declarations: [DelimiterComponent], imports: [CommonModule], exports: [DelimiterComponent] });
9
+ DelimiterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DelimiterModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DelimiterModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  declarations: [DelimiterComponent],
@@ -19,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
19
17
  ]
20
18
  }]
21
19
  }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsaW1pdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvZGVsaW1pdGVyL2RlbGltaXRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7O0FBU25FLE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsaUJBTlgsa0JBQWtCLGFBRy9CLFlBQVksYUFGSixrQkFBa0I7NkdBS2pCLGVBQWUsWUFKakI7WUFDUCxZQUFZO1NBQ2I7MkZBRVUsZUFBZTtrQkFQM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUM7b0JBQzdCLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7RGVsaW1pdGVyQ29tcG9uZW50fSBmcm9tICcuL2RlbGltaXRlci9kZWxpbWl0ZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRGVsaW1pdGVyQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0RlbGltaXRlckNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZWxpbWl0ZXJNb2R1bGUge1xufVxuIl19
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsaW1pdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvZGVsaW1pdGVyL2RlbGltaXRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7O0FBU25FLE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsaUJBTlgsa0JBQWtCLGFBRy9CLFlBQVksYUFGSixrQkFBa0I7NkdBS2pCLGVBQWUsWUFIeEIsWUFBWTsyRkFHSCxlQUFlO2tCQVAzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDN0IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtEZWxpbWl0ZXJDb21wb25lbnR9IGZyb20gJy4vZGVsaW1pdGVyL2RlbGltaXRlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtEZWxpbWl0ZXJDb21wb25lbnRdLFxuICBleHBvcnRzOiBbRGVsaW1pdGVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIERlbGltaXRlck1vZHVsZSB7XG59XG4iXX0=
@@ -17,11 +17,11 @@ export class DropdownComponent extends DropdownBase {
17
17
  this._alive = false;
18
18
  }
19
19
  }
20
- DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
21
- DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: DropdownComponent, selector: "teta-dropdown", exportAs: ["dropdown"], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[tetaDropdownHead]\"></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownComponent, decorators: [{
20
+ DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
21
+ DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: DropdownComponent, selector: "teta-dropdown", exportAs: ["dropdown"], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[tetaDropdownHead]\"></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownComponent, decorators: [{
23
23
  type: Component,
24
- args: [{ selector: 'teta-dropdown', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'dropdown', template: "<ng-content select=\"[tetaDropdownHead]\"></ng-content>\n", styles: [""] }]
24
+ args: [{ selector: 'teta-dropdown', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'dropdown', template: "<ng-content select=\"[tetaDropdownHead]\"></ng-content>\n" }]
25
25
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
26
26
  type: Inject,
27
27
  args: [DOCUMENT]
@@ -165,9 +165,9 @@ export class DropdownBase {
165
165
  PositionUtil.setElementPosition(target, position);
166
166
  }
167
167
  }
168
- DropdownBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
169
- DropdownBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DropdownBase, inputs: { align: "align", verticalAlign: "verticalAlign", appendToBody: "appendToBody", disabled: "disabled", backdrop: "backdrop", className: "className", open: "open", autoClose: "autoClose", autoCloseIgnore: "autoCloseIgnore" }, outputs: { openChange: "openChange" }, host: { listeners: { "click": "click($event)", "document:click": "documentClick($event)", "window:keyup": "keyUp($event)" } }, queries: [{ propertyName: "_head", first: true, predicate: DropdownHeadDirective, descendants: true, read: ElementRef }, { propertyName: "_content", first: true, predicate: DropdownContentDirective, descendants: true }], ngImport: i0 });
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownBase, decorators: [{
168
+ DropdownBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
169
+ DropdownBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: DropdownBase, inputs: { align: "align", verticalAlign: "verticalAlign", appendToBody: "appendToBody", disabled: "disabled", backdrop: "backdrop", className: "className", open: "open", autoClose: "autoClose", autoCloseIgnore: "autoCloseIgnore" }, outputs: { openChange: "openChange" }, host: { listeners: { "click": "click($event)", "document:click": "documentClick($event)", "window:keyup": "keyUp($event)" } }, queries: [{ propertyName: "_head", first: true, predicate: DropdownHeadDirective, descendants: true, read: ElementRef }, { propertyName: "_content", first: true, predicate: DropdownContentDirective, descendants: true }], ngImport: i0 });
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownBase, decorators: [{
171
171
  type: Directive
172
172
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: undefined }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }]; }, propDecorators: { align: [{
173
173
  type: Input
@@ -6,9 +6,9 @@ export class DropdownContentDirective {
6
6
  this.nativeElement = _elementRef.nativeElement;
7
7
  }
8
8
  }
9
- DropdownContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10
- DropdownContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DropdownContentDirective, selector: "[tetaDropdownContent]", ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownContentDirective, decorators: [{
9
+ DropdownContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10
+ DropdownContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: DropdownContentDirective, selector: "[tetaDropdownContent]", ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownContentDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[tetaDropdownContent]'
@@ -5,9 +5,9 @@ export class DropdownHeadDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- DropdownHeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownHeadDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
9
- DropdownHeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DropdownHeadDirective, selector: "[tetaDropdownHead]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownHeadDirective, decorators: [{
8
+ DropdownHeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownHeadDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
9
+ DropdownHeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: DropdownHeadDirective, selector: "[tetaDropdownHead]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownHeadDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaDropdownHead]'
@@ -23,9 +23,9 @@ export class DropdownDirective extends DropdownBase {
23
23
  }
24
24
  }
25
25
  }
26
- DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
27
- DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DropdownDirective, selector: "[tetaDropdown]", usesInheritance: true, ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownDirective, decorators: [{
26
+ DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
27
+ DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: DropdownDirective, selector: "[tetaDropdown]", usesInheritance: true, ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownDirective, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[tetaDropdown]'
@@ -7,18 +7,16 @@ import { DropdownDirective } from './dropdown.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export class DropdownModule {
9
9
  }
10
- DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownModule, declarations: [DropdownComponent,
10
+ DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: DropdownModule, declarations: [DropdownComponent,
12
12
  DropdownHeadDirective,
13
13
  DropdownContentDirective,
14
14
  DropdownDirective], imports: [CommonModule], exports: [DropdownComponent,
15
15
  DropdownHeadDirective,
16
16
  DropdownContentDirective,
17
17
  DropdownDirective] });
18
- DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownModule, imports: [[
19
- CommonModule
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DropdownModule, decorators: [{
18
+ DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownModule, imports: [CommonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DropdownModule, decorators: [{
22
20
  type: NgModule,
23
21
  args: [{
24
22
  declarations: [
@@ -38,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
38
36
  ]
39
37
  }]
40
38
  }] });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9kcm9wZG93bi9kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFDaEUsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDdEUsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sc0JBQXNCLENBQUM7O0FBbUJ2RCxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQWZ2QixpQkFBaUI7UUFDakIscUJBQXFCO1FBQ3JCLHdCQUF3QjtRQUN4QixpQkFBaUIsYUFTakIsWUFBWSxhQU5aLGlCQUFpQjtRQUNqQixxQkFBcUI7UUFDckIsd0JBQXdCO1FBQ3hCLGlCQUFpQjs0R0FNUixjQUFjLFlBSmhCO1lBQ1AsWUFBWTtTQUNiOzJGQUVVLGNBQWM7a0JBakIxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsd0JBQXdCO3dCQUN4QixpQkFBaUI7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsd0JBQXdCO3dCQUN4QixpQkFBaUI7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7RHJvcGRvd25Db21wb25lbnR9IGZyb20gJy4vZHJvcGRvd24vZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7RHJvcGRvd25IZWFkRGlyZWN0aXZlfSBmcm9tICcuL2Ryb3Bkb3duLWhlYWQuZGlyZWN0aXZlJztcbmltcG9ydCB7RHJvcGRvd25Db250ZW50RGlyZWN0aXZlfSBmcm9tICcuL2Ryb3Bkb3duLWNvbnRlbnQuZGlyZWN0aXZlJztcbmltcG9ydCB7RHJvcGRvd25EaXJlY3RpdmV9IGZyb20gJy4vZHJvcGRvd24uZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRHJvcGRvd25Db21wb25lbnQsXG4gICAgRHJvcGRvd25IZWFkRGlyZWN0aXZlLFxuICAgIERyb3Bkb3duQ29udGVudERpcmVjdGl2ZSxcbiAgICBEcm9wZG93bkRpcmVjdGl2ZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRHJvcGRvd25Db21wb25lbnQsXG4gICAgRHJvcGRvd25IZWFkRGlyZWN0aXZlLFxuICAgIERyb3Bkb3duQ29udGVudERpcmVjdGl2ZSxcbiAgICBEcm9wZG93bkRpcmVjdGl2ZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgRHJvcGRvd25Nb2R1bGUge1xufVxuIl19
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9kcm9wZG93bi9kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFDaEUsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDdEUsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sc0JBQXNCLENBQUM7O0FBbUJ2RCxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQWZ2QixpQkFBaUI7UUFDakIscUJBQXFCO1FBQ3JCLHdCQUF3QjtRQUN4QixpQkFBaUIsYUFTakIsWUFBWSxhQU5aLGlCQUFpQjtRQUNqQixxQkFBcUI7UUFDckIsd0JBQXdCO1FBQ3hCLGlCQUFpQjs0R0FNUixjQUFjLFlBSHZCLFlBQVk7MkZBR0gsY0FBYztrQkFqQjFCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQix3QkFBd0I7d0JBQ3hCLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQix3QkFBd0I7d0JBQ3hCLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtEcm9wZG93bkNvbXBvbmVudH0gZnJvbSAnLi9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHtEcm9wZG93bkhlYWREaXJlY3RpdmV9IGZyb20gJy4vZHJvcGRvd24taGVhZC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtEcm9wZG93bkNvbnRlbnREaXJlY3RpdmV9IGZyb20gJy4vZHJvcGRvd24tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtEcm9wZG93bkRpcmVjdGl2ZX0gZnJvbSAnLi9kcm9wZG93bi5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEcm9wZG93bkNvbXBvbmVudCxcbiAgICBEcm9wZG93bkhlYWREaXJlY3RpdmUsXG4gICAgRHJvcGRvd25Db250ZW50RGlyZWN0aXZlLFxuICAgIERyb3Bkb3duRGlyZWN0aXZlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEcm9wZG93bkNvbXBvbmVudCxcbiAgICBEcm9wZG93bkhlYWREaXJlY3RpdmUsXG4gICAgRHJvcGRvd25Db250ZW50RGlyZWN0aXZlLFxuICAgIERyb3Bkb3duRGlyZWN0aXZlXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBEcm9wZG93bk1vZHVsZSB7XG59XG4iXX0=
@@ -4,12 +4,10 @@ import { PopupContentComponent } from './popup-content/popup-content.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DynamicComponentModule {
6
6
  }
7
- DynamicComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DynamicComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentModule, declarations: [PopupContentComponent], imports: [CommonModule], exports: [PopupContentComponent] });
9
- DynamicComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentModule, imports: [[
10
- CommonModule
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentModule, decorators: [{
7
+ DynamicComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ DynamicComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentModule, declarations: [PopupContentComponent], imports: [CommonModule], exports: [PopupContentComponent] });
9
+ DynamicComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  declarations: [PopupContentComponent],
@@ -19,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
19
17
  ]
20
18
  }]
21
19
  }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1jb21wb25lbnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9keW5hbWljLWNvbXBvbmVudC9keW5hbWljLWNvbXBvbmVudC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0seUNBQXlDLENBQUM7O0FBUzlFLE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFObEIscUJBQXFCLGFBR2xDLFlBQVksYUFGSixxQkFBcUI7b0hBS3BCLHNCQUFzQixZQUp4QjtZQUNQLFlBQVk7U0FDYjsyRkFFVSxzQkFBc0I7a0JBUGxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO29CQUNoQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1BvcHVwQ29udGVudENvbXBvbmVudH0gZnJvbSAnLi9wb3B1cC1jb250ZW50L3BvcHVwLWNvbnRlbnQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbUG9wdXBDb250ZW50Q29tcG9uZW50XSxcbiAgZXhwb3J0czogW1BvcHVwQ29udGVudENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBEeW5hbWljQ29tcG9uZW50TW9kdWxlIHtcbn1cbiJdfQ==
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1jb21wb25lbnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9keW5hbWljLWNvbXBvbmVudC9keW5hbWljLWNvbXBvbmVudC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0seUNBQXlDLENBQUM7O0FBUzlFLE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFObEIscUJBQXFCLGFBR2xDLFlBQVksYUFGSixxQkFBcUI7b0hBS3BCLHNCQUFzQixZQUgvQixZQUFZOzJGQUdILHNCQUFzQjtrQkFQbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7UG9wdXBDb250ZW50Q29tcG9uZW50fSBmcm9tICcuL3BvcHVwLWNvbnRlbnQvcG9wdXAtY29udGVudC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtQb3B1cENvbnRlbnRDb21wb25lbnRdLFxuICBleHBvcnRzOiBbUG9wdXBDb250ZW50Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIER5bmFtaWNDb21wb25lbnRNb2R1bGUge1xufVxuIl19
@@ -26,8 +26,8 @@ export class PopupContentComponent {
26
26
  ngOnInit() { }
27
27
  ngOnDestroy() { }
28
28
  }
29
- PopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PopupContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- PopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: PopupContentComponent, selector: "teta-popup-content", inputs: { className: "className" }, host: { properties: { "@dialog": "this.dialog", "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], animations: [
29
+ PopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: PopupContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ PopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: PopupContentComponent, selector: "teta-popup-content", inputs: { className: "className" }, host: { properties: { "@dialog": "this.dialog", "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], animations: [
31
31
  trigger('dialog', [
32
32
  transition('void => *', [
33
33
  style({ opacity: '0' }),
@@ -36,7 +36,7 @@ PopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
36
36
  transition('* => void', [animate(200, style({ opacity: '0' }))]),
37
37
  ]),
38
38
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PopupContentComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: PopupContentComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{ selector: 'teta-popup-content', animations: [
42
42
  trigger('dialog', [
@@ -46,7 +46,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
46
46
  ]),
47
47
  transition('* => void', [animate(200, style({ opacity: '0' }))]),
48
48
  ]),
49
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
49
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
50
50
  }], ctorParameters: function () { return []; }, propDecorators: { dialog: [{
51
51
  type: HostBinding,
52
52
  args: ['@dialog']
@@ -1,10 +1,10 @@
1
1
  import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "../../toolbar/toolbar/toolbar.component";
4
- import * as i2 from "../../button/button/button.component";
5
- import * as i3 from "../../icon/icon/icon.component";
6
- import * as i4 from "../../delimiter/delimiter/delimiter.component";
7
- import * as i5 from "@angular/common";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "../../toolbar/toolbar/toolbar.component";
5
+ import * as i3 from "../../button/button/button.component";
6
+ import * as i4 from "../../icon/icon/icon.component";
7
+ import * as i5 from "../../delimiter/delimiter/delimiter.component";
8
8
  export class ExpandCardComponent {
9
9
  constructor() {
10
10
  this.open = true;
@@ -19,11 +19,11 @@ export class ExpandCardComponent {
19
19
  this.openChange.emit(this.open);
20
20
  }
21
21
  }
22
- ExpandCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- ExpandCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ExpandCardComponent, selector: "teta-expand-card", inputs: { open: "open", showCross: "showCross" }, outputs: { openChange: "openChange", crossClick: "crossClick" }, exportAs: ["expand-card"], ngImport: i0, template: "<teta-toolbar class=\"justify-content-between align-center\">\n <div class=\"font-title-3\">\n <ng-content select=\"head\"></ng-content>\n </div>\n <div class=\"row gap align-center\">\n <button teta-button (click)=\"setOpen()\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n <ng-container *ngIf=\"showCross\">\n <teta-delimiter [palette]=\"'text'\" class='height-4'></teta-delimiter>\n <button teta-button (click)=\"crossClick.emit($event)\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"'closeBig'\"></teta-icon>\n </button>\n </ng-container>\n </div>\n</teta-toolbar>\n<div class=\"content\" *ngIf=\"open\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{border:solid 1px var(--color-text-5);border-radius:4px;animation:append-animate .5s linear;transition:order 5s ease-in}.content{padding:0 12px 12px;animation:append-animate .5s linear}@keyframes append-animate{0%{opacity:0}to{opacity:1}}\n"], components: [{ type: i1.ToolbarComponent, selector: "teta-toolbar", inputs: ["palette", "class"] }, { type: i2.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { type: i3.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }, { type: i4.DelimiterComponent, selector: "teta-delimiter", inputs: ["direction", "palette", "height", "verticalMargin", "horizontalMargin", "class"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardComponent, decorators: [{
22
+ ExpandCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ ExpandCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: ExpandCardComponent, selector: "teta-expand-card", inputs: { open: "open", showCross: "showCross" }, outputs: { openChange: "openChange", crossClick: "crossClick" }, exportAs: ["expand-card"], ngImport: i0, template: "<teta-toolbar class=\"justify-content-between align-center\">\n <ng-content select=\"head\"></ng-content>\n <div class=\"row gap align-center\">\n <button teta-button (click)=\"setOpen()\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n <ng-container *ngIf=\"showCross\">\n <teta-delimiter [palette]=\"'text'\" class='height-4'></teta-delimiter>\n <button teta-button (click)=\"crossClick.emit($event)\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"'closeBig'\"></teta-icon>\n </button>\n </ng-container>\n </div>\n</teta-toolbar>\n<div class=\"content\" *ngIf=\"open\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{border:solid 1px var(--color-text-5);border-radius:4px;animation:append-animate .5s linear;transition:order 5s ease-in}.content{padding:0 12px 12px;animation:append-animate .5s linear}@keyframes append-animate{0%{opacity:0}to{opacity:1}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ToolbarComponent, selector: "teta-toolbar", inputs: ["palette", "class"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { kind: "component", type: i4.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }, { kind: "component", type: i5.DelimiterComponent, selector: "teta-delimiter", inputs: ["direction", "palette", "height", "verticalMargin", "horizontalMargin", "class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardComponent, decorators: [{
25
25
  type: Component,
26
- args: [{ selector: 'teta-expand-card', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'expand-card', template: "<teta-toolbar class=\"justify-content-between align-center\">\n <div class=\"font-title-3\">\n <ng-content select=\"head\"></ng-content>\n </div>\n <div class=\"row gap align-center\">\n <button teta-button (click)=\"setOpen()\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n <ng-container *ngIf=\"showCross\">\n <teta-delimiter [palette]=\"'text'\" class='height-4'></teta-delimiter>\n <button teta-button (click)=\"crossClick.emit($event)\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"'closeBig'\"></teta-icon>\n </button>\n </ng-container>\n </div>\n</teta-toolbar>\n<div class=\"content\" *ngIf=\"open\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{border:solid 1px var(--color-text-5);border-radius:4px;animation:append-animate .5s linear;transition:order 5s ease-in}.content{padding:0 12px 12px;animation:append-animate .5s linear}@keyframes append-animate{0%{opacity:0}to{opacity:1}}\n"] }]
26
+ args: [{ selector: 'teta-expand-card', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'expand-card', template: "<teta-toolbar class=\"justify-content-between align-center\">\n <ng-content select=\"head\"></ng-content>\n <div class=\"row gap align-center\">\n <button teta-button (click)=\"setOpen()\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n <ng-container *ngIf=\"showCross\">\n <teta-delimiter [palette]=\"'text'\" class='height-4'></teta-delimiter>\n <button teta-button (click)=\"crossClick.emit($event)\" [palette]=\"'text'\" [view]=\"'ghost'\" [square]=\"true\">\n <teta-icon [name]=\"'closeBig'\"></teta-icon>\n </button>\n </ng-container>\n </div>\n</teta-toolbar>\n<div class=\"content\" *ngIf=\"open\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{border:solid 1px var(--color-text-5);border-radius:4px;animation:append-animate .5s linear;transition:order 5s ease-in}.content{padding:0 12px 12px;animation:append-animate .5s linear}@keyframes append-animate{0%{opacity:0}to{opacity:1}}\n"] }]
27
27
  }], ctorParameters: function () { return []; }, propDecorators: { open: [{
28
28
  type: Input
29
29
  }], openChange: [{
@@ -33,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
33
33
  }], crossClick: [{
34
34
  type: Output
35
35
  }] } });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLWNhcmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50L2V4cGFuZC1jYXJkL2V4cGFuZC1jYXJkL2V4cGFuZC1jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFTdEcsTUFBTSxPQUFPLG1CQUFtQjtJQUs5QjtRQUpTLFNBQUksR0FBRyxJQUFJLENBQUM7UUFDWCxlQUFVLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUMxQyxjQUFTLEdBQVksSUFBSSxDQUFDO1FBQ3pCLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBYyxDQUFDO0lBRXRELENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQztJQUVELE9BQU87UUFDTCxJQUFJLENBQUMsSUFBSSxHQUFHLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQzs7Z0hBZFUsbUJBQW1CO29HQUFuQixtQkFBbUIsc01DVGhDLGcwQkFtQkE7MkZEVmEsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGtCQUFrQixtQkFHWCx1QkFBdUIsQ0FBQyxNQUFNLFlBQ3JDLGFBQWE7MEVBR2QsSUFBSTtzQkFBWixLQUFLO2dCQUNJLFVBQVU7c0JBQW5CLE1BQU07Z0JBQ0UsU0FBUztzQkFBakIsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3RldGEtZXhwYW5kLWNhcmQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZXhwYW5kLWNhcmQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9leHBhbmQtY2FyZC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZXhwb3J0QXM6ICdleHBhbmQtY2FyZCdcbn0pXG5leHBvcnQgY2xhc3MgRXhwYW5kQ2FyZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIG9wZW4gPSB0cnVlO1xuICBAT3V0cHV0KCkgb3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgQElucHV0KCkgc2hvd0Nyb3NzOiBib29sZWFuID0gdHJ1ZTtcbiAgQE91dHB1dCgpIGNyb3NzQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPE1vdXNlRXZlbnQ+KCk7XG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxuICBzZXRPcGVuKCkge1xuICAgIHRoaXMub3BlbiA9ICF0aGlzLm9wZW47XG4gICAgdGhpcy5vcGVuQ2hhbmdlLmVtaXQodGhpcy5vcGVuKTtcbiAgfVxufVxuIiwiPHRldGEtdG9vbGJhciBjbGFzcz1cImp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWNlbnRlclwiPlxuICA8ZGl2IGNsYXNzPVwiZm9udC10aXRsZS0zXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaGVhZFwiPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJyb3cgZ2FwIGFsaWduLWNlbnRlclwiPlxuICAgIDxidXR0b24gdGV0YS1idXR0b24gKGNsaWNrKT1cInNldE9wZW4oKVwiIFtwYWxldHRlXT1cIid0ZXh0J1wiIFt2aWV3XT1cIidnaG9zdCdcIiBbc3F1YXJlXT1cInRydWVcIj5cbiAgICAgIDx0ZXRhLWljb24gW25hbWVdPVwib3BlbiA/ICdhcnJvd1VwS2V5JyA6ICdhcnJvd0Rvd25LZXknXCI+PC90ZXRhLWljb24+XG4gICAgPC9idXR0b24+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dDcm9zc1wiPlxuICAgICAgPHRldGEtZGVsaW1pdGVyIFtwYWxldHRlXT1cIid0ZXh0J1wiIGNsYXNzPSdoZWlnaHQtNCc+PC90ZXRhLWRlbGltaXRlcj5cbiAgICAgIDxidXR0b24gdGV0YS1idXR0b24gKGNsaWNrKT1cImNyb3NzQ2xpY2suZW1pdCgkZXZlbnQpXCIgW3BhbGV0dGVdPVwiJ3RleHQnXCIgW3ZpZXddPVwiJ2dob3N0J1wiIFtzcXVhcmVdPVwidHJ1ZVwiPlxuICAgICAgICA8dGV0YS1pY29uIFtuYW1lXT1cIidjbG9zZUJpZydcIj48L3RldGEtaWNvbj5cbiAgICAgIDwvYnV0dG9uPlxuICAgIDwvbmctY29udGFpbmVyPlxuICA8L2Rpdj5cbjwvdGV0YS10b29sYmFyPlxuPGRpdiBjbGFzcz1cImNvbnRlbnRcIiAqbmdJZj1cIm9wZW5cIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLWNhcmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50L2V4cGFuZC1jYXJkL2V4cGFuZC1jYXJkL2V4cGFuZC1jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFTdEcsTUFBTSxPQUFPLG1CQUFtQjtJQUs5QjtRQUpTLFNBQUksR0FBRyxJQUFJLENBQUM7UUFDWCxlQUFVLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUMxQyxjQUFTLEdBQVksSUFBSSxDQUFDO1FBQ3pCLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBYyxDQUFDO0lBRXRELENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQztJQUVELE9BQU87UUFDTCxJQUFJLENBQUMsSUFBSSxHQUFHLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQzs7Z0hBZFUsbUJBQW1CO29HQUFuQixtQkFBbUIsc01DVGhDLG94QkFpQkE7MkZEUmEsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGtCQUFrQixtQkFHWCx1QkFBdUIsQ0FBQyxNQUFNLFlBQ3JDLGFBQWE7MEVBR2QsSUFBSTtzQkFBWixLQUFLO2dCQUNJLFVBQVU7c0JBQW5CLE1BQU07Z0JBQ0UsU0FBUztzQkFBakIsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3RldGEtZXhwYW5kLWNhcmQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZXhwYW5kLWNhcmQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9leHBhbmQtY2FyZC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZXhwb3J0QXM6ICdleHBhbmQtY2FyZCdcbn0pXG5leHBvcnQgY2xhc3MgRXhwYW5kQ2FyZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIG9wZW4gPSB0cnVlO1xuICBAT3V0cHV0KCkgb3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgQElucHV0KCkgc2hvd0Nyb3NzOiBib29sZWFuID0gdHJ1ZTtcbiAgQE91dHB1dCgpIGNyb3NzQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPE1vdXNlRXZlbnQ+KCk7XG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxuICBzZXRPcGVuKCkge1xuICAgIHRoaXMub3BlbiA9ICF0aGlzLm9wZW47XG4gICAgdGhpcy5vcGVuQ2hhbmdlLmVtaXQodGhpcy5vcGVuKTtcbiAgfVxufVxuIiwiPHRldGEtdG9vbGJhciBjbGFzcz1cImp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWNlbnRlclwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJoZWFkXCI+PC9uZy1jb250ZW50PlxuICA8ZGl2IGNsYXNzPVwicm93IGdhcCBhbGlnbi1jZW50ZXJcIj5cbiAgICA8YnV0dG9uIHRldGEtYnV0dG9uIChjbGljayk9XCJzZXRPcGVuKClcIiBbcGFsZXR0ZV09XCIndGV4dCdcIiBbdmlld109XCInZ2hvc3QnXCIgW3NxdWFyZV09XCJ0cnVlXCI+XG4gICAgICA8dGV0YS1pY29uIFtuYW1lXT1cIm9wZW4gPyAnYXJyb3dVcEtleScgOiAnYXJyb3dEb3duS2V5J1wiPjwvdGV0YS1pY29uPlxuICAgIDwvYnV0dG9uPlxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJzaG93Q3Jvc3NcIj5cbiAgICAgIDx0ZXRhLWRlbGltaXRlciBbcGFsZXR0ZV09XCIndGV4dCdcIiBjbGFzcz0naGVpZ2h0LTQnPjwvdGV0YS1kZWxpbWl0ZXI+XG4gICAgICA8YnV0dG9uIHRldGEtYnV0dG9uIChjbGljayk9XCJjcm9zc0NsaWNrLmVtaXQoJGV2ZW50KVwiIFtwYWxldHRlXT1cIid0ZXh0J1wiIFt2aWV3XT1cIidnaG9zdCdcIiBbc3F1YXJlXT1cInRydWVcIj5cbiAgICAgICAgPHRldGEtaWNvbiBbbmFtZV09XCInY2xvc2VCaWcnXCI+PC90ZXRhLWljb24+XG4gICAgICA8L2J1dHRvbj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgPC9kaXY+XG48L3RldGEtdG9vbGJhcj5cbjxkaXYgY2xhc3M9XCJjb250ZW50XCIgKm5nSWY9XCJvcGVuXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
@@ -8,20 +8,18 @@ import { DelimiterModule } from '../delimiter/delimiter.module';
8
8
  import * as i0 from "@angular/core";
9
9
  export class ExpandCardModule {
10
10
  }
11
- ExpandCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- ExpandCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardModule, declarations: [ExpandCardComponent], imports: [CommonModule,
11
+ ExpandCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ ExpandCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardModule, declarations: [ExpandCardComponent], imports: [CommonModule,
13
13
  ToolbarModule,
14
14
  ButtonModule,
15
15
  IconModule,
16
16
  DelimiterModule], exports: [ExpandCardComponent] });
17
- ExpandCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardModule, imports: [[
18
- CommonModule,
19
- ToolbarModule,
20
- ButtonModule,
21
- IconModule,
22
- DelimiterModule
23
- ]] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandCardModule, decorators: [{
17
+ ExpandCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardModule, imports: [CommonModule,
18
+ ToolbarModule,
19
+ ButtonModule,
20
+ IconModule,
21
+ DelimiterModule] });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandCardModule, decorators: [{
25
23
  type: NgModule,
26
24
  args: [{
27
25
  declarations: [
@@ -39,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
39
37
  ]
40
38
  }]
41
39
  }] });
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLWNhcmQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLG1CQUFtQixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDeEUsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFDL0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLCtCQUErQixDQUFDOztBQWtCOUQsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGlCQWJ6QixtQkFBbUIsYUFNbkIsWUFBWTtRQUNaLGFBQWE7UUFDYixZQUFZO1FBQ1osVUFBVTtRQUNWLGVBQWUsYUFQZixtQkFBbUI7OEdBVVYsZ0JBQWdCLFlBUmxCO1lBQ1AsWUFBWTtZQUNaLGFBQWE7WUFDYixZQUFZO1lBQ1osVUFBVTtZQUNWLGVBQWU7U0FDaEI7MkZBRVUsZ0JBQWdCO2tCQWY1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGFBQWE7d0JBQ2IsWUFBWTt3QkFDWixVQUFVO3dCQUNWLGVBQWU7cUJBQ2hCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7RXhwYW5kQ2FyZENvbXBvbmVudH0gZnJvbSAnLi9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC5jb21wb25lbnQnO1xuaW1wb3J0IHtUb29sYmFyTW9kdWxlfSBmcm9tICcuLi90b29sYmFyL3Rvb2xiYXIubW9kdWxlJztcbmltcG9ydCB7QnV0dG9uTW9kdWxlfSBmcm9tICcuLi9idXR0b24vYnV0dG9uLm1vZHVsZSc7XG5pbXBvcnQge0ljb25Nb2R1bGV9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHtEZWxpbWl0ZXJNb2R1bGV9IGZyb20gJy4uL2RlbGltaXRlci9kZWxpbWl0ZXIubW9kdWxlJztcblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBFeHBhbmRDYXJkQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBFeHBhbmRDYXJkQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgVG9vbGJhck1vZHVsZSxcbiAgICBCdXR0b25Nb2R1bGUsXG4gICAgSWNvbk1vZHVsZSxcbiAgICBEZWxpbWl0ZXJNb2R1bGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBFeHBhbmRDYXJkTW9kdWxlIHtcbn1cbiJdfQ==
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLWNhcmQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC9leHBhbmQtY2FyZC9leHBhbmQtY2FyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLG1CQUFtQixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDeEUsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFDL0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLCtCQUErQixDQUFDOztBQWtCOUQsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLGlCQWJ6QixtQkFBbUIsYUFNbkIsWUFBWTtRQUNaLGFBQWE7UUFDYixZQUFZO1FBQ1osVUFBVTtRQUNWLGVBQWUsYUFQZixtQkFBbUI7OEdBVVYsZ0JBQWdCLFlBUHpCLFlBQVk7UUFDWixhQUFhO1FBQ2IsWUFBWTtRQUNaLFVBQVU7UUFDVixlQUFlOzJGQUdOLGdCQUFnQjtrQkFmNUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3dCQUNiLFlBQVk7d0JBQ1osVUFBVTt3QkFDVixlQUFlO3FCQUNoQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge0V4cGFuZENhcmRDb21wb25lbnR9IGZyb20gJy4vZXhwYW5kLWNhcmQvZXhwYW5kLWNhcmQuY29tcG9uZW50JztcbmltcG9ydCB7VG9vbGJhck1vZHVsZX0gZnJvbSAnLi4vdG9vbGJhci90b29sYmFyLm1vZHVsZSc7XG5pbXBvcnQge0J1dHRvbk1vZHVsZX0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHtJY29uTW9kdWxlfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcbmltcG9ydCB7RGVsaW1pdGVyTW9kdWxlfSBmcm9tICcuLi9kZWxpbWl0ZXIvZGVsaW1pdGVyLm1vZHVsZSc7XG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRXhwYW5kQ2FyZENvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRXhwYW5kQ2FyZENvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFRvb2xiYXJNb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgRGVsaW1pdGVyTW9kdWxlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgRXhwYW5kQ2FyZE1vZHVsZSB7XG59XG4iXX0=
@@ -2,10 +2,10 @@ import { ChangeDetectionStrategy, Component, ContentChild, EventEmitter, Input,
2
2
  import { ExpandPanelContentDirective } from '../expand-panel-content.directive';
3
3
  import { ExpandPanelHeadDirective } from '../expand-panel-head.directive';
4
4
  import * as i0 from "@angular/core";
5
- import * as i1 from "../../toolbar/toolbar/toolbar.component";
6
- import * as i2 from "../../button/button/button.component";
7
- import * as i3 from "../../icon/icon/icon.component";
8
- import * as i4 from "@angular/common";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "../../toolbar/toolbar/toolbar.component";
7
+ import * as i3 from "../../button/button/button.component";
8
+ import * as i4 from "../../icon/icon/icon.component";
9
9
  export class ExpandPanelComponent {
10
10
  constructor() {
11
11
  this.open = true;
@@ -40,9 +40,9 @@ export class ExpandPanelComponent {
40
40
  this.openChange.emit(this.open);
41
41
  }
42
42
  }
43
- ExpandPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
- ExpandPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ExpandPanelComponent, selector: "teta-expand-panel", inputs: { placeholder: "placeholder", open: "open", cookieName: "cookieName", direction: "direction" }, outputs: { openChange: "openChange" }, queries: [{ propertyName: "content", first: true, predicate: ExpandPanelContentDirective, descendants: true }, { propertyName: "head", first: true, predicate: ExpandPanelHeadDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"open\">\n <teta-toolbar\n style=\"display: flex\"\n [style.justifyContent]=\"direction === 'right' ? 'space-between' : 'unset'\"\n [style.flexDirection]=\"direction === 'right' ? 'row-reverse' : 'row'\">\n <button\n teta-button\n [square]=\"true\"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"closePanel()\"\n >\n <teta-icon [name]=\"direction === 'right' ? 'arrowRightKey' : 'arrowLeftKey'\"></teta-icon>\n </button>\n <span class=\"font-title-2\" style=\"display: contents\"><ng-container\n *ngTemplateOutlet=\"head?.template\"></ng-container></span>\n </teta-toolbar>\n <ng-container *ngTemplateOutlet=\"content?.template\"></ng-container>\n</ng-container>\n<ng-container *ngIf=\"!open\">\n <div class=\"width-10 overflow-hidden\" style=\"height: 100%;\">\n <button\n teta-button\n style=\"\n transform-origin: 0 0;\n transform: rotate(-90deg) translateX(-100%);\n margin: 8px;\n \"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"openPanel()\"\n >\n <div class=\"font-button-2 nowrap\">{{ placeholder }}</div>\n <teta-icon [name]=\"direction === 'right' ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n </div>\n</ng-container>\n", styles: [":host{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;min-width:0;min-height:0;height:100%}\n"], components: [{ type: i1.ToolbarComponent, selector: "teta-toolbar", inputs: ["palette", "class"] }, { type: i2.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { type: i3.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelComponent, decorators: [{
43
+ ExpandPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
+ ExpandPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: ExpandPanelComponent, selector: "teta-expand-panel", inputs: { placeholder: "placeholder", open: "open", cookieName: "cookieName", direction: "direction" }, outputs: { openChange: "openChange" }, queries: [{ propertyName: "content", first: true, predicate: ExpandPanelContentDirective, descendants: true }, { propertyName: "head", first: true, predicate: ExpandPanelHeadDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"open\">\n <teta-toolbar\n style=\"display: flex\"\n [style.justifyContent]=\"direction === 'right' ? 'space-between' : 'unset'\"\n [style.flexDirection]=\"direction === 'right' ? 'row-reverse' : 'row'\">\n <button\n teta-button\n [square]=\"true\"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"closePanel()\"\n >\n <teta-icon [name]=\"direction === 'right' ? 'arrowRightKey' : 'arrowLeftKey'\"></teta-icon>\n </button>\n <span class=\"font-title-2\" style=\"display: contents\"><ng-container\n *ngTemplateOutlet=\"head?.template\"></ng-container></span>\n </teta-toolbar>\n <ng-container *ngTemplateOutlet=\"content?.template\"></ng-container>\n</ng-container>\n<ng-container *ngIf=\"!open\">\n <div class=\"width-10 overflow-hidden\" style=\"height: 100%;\">\n <button\n teta-button\n style=\"\n transform-origin: 0 0;\n transform: rotate(-90deg) translateX(-100%);\n margin: 8px;\n \"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"openPanel()\"\n >\n <div class=\"font-button-2 nowrap\">{{ placeholder }}</div>\n <teta-icon [name]=\"direction === 'right' ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n </div>\n</ng-container>\n", styles: [":host{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;min-width:0;min-height:0;height:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.ToolbarComponent, selector: "teta-toolbar", inputs: ["palette", "class"] }, { kind: "component", type: i3.ButtonComponent, selector: "button[teta-button], teta-button", inputs: ["palette", "class", "view", "square"] }, { kind: "component", type: i4.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'teta-expand-panel', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"open\">\n <teta-toolbar\n style=\"display: flex\"\n [style.justifyContent]=\"direction === 'right' ? 'space-between' : 'unset'\"\n [style.flexDirection]=\"direction === 'right' ? 'row-reverse' : 'row'\">\n <button\n teta-button\n [square]=\"true\"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"closePanel()\"\n >\n <teta-icon [name]=\"direction === 'right' ? 'arrowRightKey' : 'arrowLeftKey'\"></teta-icon>\n </button>\n <span class=\"font-title-2\" style=\"display: contents\"><ng-container\n *ngTemplateOutlet=\"head?.template\"></ng-container></span>\n </teta-toolbar>\n <ng-container *ngTemplateOutlet=\"content?.template\"></ng-container>\n</ng-container>\n<ng-container *ngIf=\"!open\">\n <div class=\"width-10 overflow-hidden\" style=\"height: 100%;\">\n <button\n teta-button\n style=\"\n transform-origin: 0 0;\n transform: rotate(-90deg) translateX(-100%);\n margin: 8px;\n \"\n [palette]=\"'text'\"\n [view]=\"'ghost'\"\n (click)=\"openPanel()\"\n >\n <div class=\"font-button-2 nowrap\">{{ placeholder }}</div>\n <teta-icon [name]=\"direction === 'right' ? 'arrowUpKey' : 'arrowDownKey'\"></teta-icon>\n </button>\n </div>\n</ng-container>\n", styles: [":host{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;min-width:0;min-height:0;height:100%}\n"] }]
48
48
  }], ctorParameters: function () { return []; }, propDecorators: { content: [{
@@ -5,9 +5,9 @@ export class ExpandPanelContentDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- ExpandPanelContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ExpandPanelContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: ExpandPanelContentDirective, selector: "[tetaExpandPanelContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelContentDirective, decorators: [{
8
+ ExpandPanelContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ExpandPanelContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: ExpandPanelContentDirective, selector: "[tetaExpandPanelContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaExpandPanelContent]',
@@ -5,9 +5,9 @@ export class ExpandPanelHeadDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- ExpandPanelHeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelHeadDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ExpandPanelHeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: ExpandPanelHeadDirective, selector: "[tetaExpandPanelHead]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelHeadDirective, decorators: [{
8
+ ExpandPanelHeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelHeadDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ExpandPanelHeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: ExpandPanelHeadDirective, selector: "[tetaExpandPanelHead]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelHeadDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaExpandPanelHead]',
@@ -10,8 +10,8 @@ import { ExpandPanelContentDirective } from './expand-panel-content.directive';
10
10
  import * as i0 from "@angular/core";
11
11
  export class ExpandPanelModule {
12
12
  }
13
- ExpandPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- ExpandPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelModule, declarations: [ExpandPanelComponent,
13
+ ExpandPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ ExpandPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelModule, declarations: [ExpandPanelComponent,
15
15
  ExpandPanelHeadDirective,
16
16
  ExpandPanelContentDirective], imports: [CommonModule,
17
17
  DelimiterModule,
@@ -20,14 +20,12 @@ ExpandPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
20
20
  IconModule], exports: [ExpandPanelComponent,
21
21
  ExpandPanelHeadDirective,
22
22
  ExpandPanelContentDirective] });
23
- ExpandPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelModule, imports: [[
24
- CommonModule,
25
- DelimiterModule,
26
- ToolbarModule,
27
- ButtonModule,
28
- IconModule,
29
- ]] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ExpandPanelModule, decorators: [{
23
+ ExpandPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelModule, imports: [CommonModule,
24
+ DelimiterModule,
25
+ ToolbarModule,
26
+ ButtonModule,
27
+ IconModule] });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ExpandPanelModule, decorators: [{
31
29
  type: NgModule,
32
30
  args: [{
33
31
  declarations: [
@@ -49,4 +47,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
49
47
  ],
50
48
  }]
51
49
  }] });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLXBhbmVsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvZXhwYW5kLXBhbmVsL2V4cGFuZC1wYW5lbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2pELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQXFCL0UsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLGlCQWpCMUIsb0JBQW9CO1FBQ3BCLHdCQUF3QjtRQUN4QiwyQkFBMkIsYUFRM0IsWUFBWTtRQUNaLGVBQWU7UUFDZixhQUFhO1FBQ2IsWUFBWTtRQUNaLFVBQVUsYUFUVixvQkFBb0I7UUFDcEIsd0JBQXdCO1FBQ3hCLDJCQUEyQjsrR0FVbEIsaUJBQWlCLFlBUm5CO1lBQ1AsWUFBWTtZQUNaLGVBQWU7WUFDZixhQUFhO1lBQ2IsWUFBWTtZQUNaLFVBQVU7U0FDWDsyRkFFVSxpQkFBaUI7a0JBbkI3QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLHdCQUF3Qjt3QkFDeEIsMkJBQTJCO3FCQUM1QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3dCQUNwQix3QkFBd0I7d0JBQ3hCLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixhQUFhO3dCQUNiLFlBQVk7d0JBQ1osVUFBVTtxQkFDWDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXhwYW5kUGFuZWxDb21wb25lbnQgfSBmcm9tICcuL2V4cGFuZC1wYW5lbC9leHBhbmQtcGFuZWwuY29tcG9uZW50JztcbmltcG9ydCB7IERlbGltaXRlck1vZHVsZSB9IGZyb20gJy4uL2RlbGltaXRlci9kZWxpbWl0ZXIubW9kdWxlJztcbmltcG9ydCB7IFRvb2xiYXJNb2R1bGUgfSBmcm9tICcuLi90b29sYmFyL3Rvb2xiYXIubW9kdWxlJztcbmltcG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2J1dHRvbi9idXR0b24ubW9kdWxlJztcbmltcG9ydCB7IEljb25Nb2R1bGUgfSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcbmltcG9ydCB7IEV4cGFuZFBhbmVsSGVhZERpcmVjdGl2ZSB9IGZyb20gJy4vZXhwYW5kLXBhbmVsLWhlYWQuZGlyZWN0aXZlJztcbmltcG9ydCB7IEV4cGFuZFBhbmVsQ29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vZXhwYW5kLXBhbmVsLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRXhwYW5kUGFuZWxDb21wb25lbnQsXG4gICAgRXhwYW5kUGFuZWxIZWFkRGlyZWN0aXZlLFxuICAgIEV4cGFuZFBhbmVsQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEV4cGFuZFBhbmVsQ29tcG9uZW50LFxuICAgIEV4cGFuZFBhbmVsSGVhZERpcmVjdGl2ZSxcbiAgICBFeHBhbmRQYW5lbENvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGVsaW1pdGVyTW9kdWxlLFxuICAgIFRvb2xiYXJNb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV4cGFuZFBhbmVsTW9kdWxlIHt9XG4iXX0=
50
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kLXBhbmVsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvZXhwYW5kLXBhbmVsL2V4cGFuZC1wYW5lbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2pELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQXFCL0UsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLGlCQWpCMUIsb0JBQW9CO1FBQ3BCLHdCQUF3QjtRQUN4QiwyQkFBMkIsYUFRM0IsWUFBWTtRQUNaLGVBQWU7UUFDZixhQUFhO1FBQ2IsWUFBWTtRQUNaLFVBQVUsYUFUVixvQkFBb0I7UUFDcEIsd0JBQXdCO1FBQ3hCLDJCQUEyQjsrR0FVbEIsaUJBQWlCLFlBUDFCLFlBQVk7UUFDWixlQUFlO1FBQ2YsYUFBYTtRQUNiLFlBQVk7UUFDWixVQUFVOzJGQUdELGlCQUFpQjtrQkFuQjdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3dCQUN4QiwyQkFBMkI7cUJBQzVCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7d0JBQ3BCLHdCQUF3Qjt3QkFDeEIsMkJBQTJCO3FCQUM1QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsWUFBWTt3QkFDWixVQUFVO3FCQUNYO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFeHBhbmRQYW5lbENvbXBvbmVudCB9IGZyb20gJy4vZXhwYW5kLXBhbmVsL2V4cGFuZC1wYW5lbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGVsaW1pdGVyTW9kdWxlIH0gZnJvbSAnLi4vZGVsaW1pdGVyL2RlbGltaXRlci5tb2R1bGUnO1xuaW1wb3J0IHsgVG9vbGJhck1vZHVsZSB9IGZyb20gJy4uL3Rvb2xiYXIvdG9vbGJhci5tb2R1bGUnO1xuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHsgRXhwYW5kUGFuZWxIZWFkRGlyZWN0aXZlIH0gZnJvbSAnLi9leHBhbmQtcGFuZWwtaGVhZC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRXhwYW5kUGFuZWxDb250ZW50RGlyZWN0aXZlIH0gZnJvbSAnLi9leHBhbmQtcGFuZWwtY29udGVudC5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBFeHBhbmRQYW5lbENvbXBvbmVudCxcbiAgICBFeHBhbmRQYW5lbEhlYWREaXJlY3RpdmUsXG4gICAgRXhwYW5kUGFuZWxDb250ZW50RGlyZWN0aXZlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRXhwYW5kUGFuZWxDb21wb25lbnQsXG4gICAgRXhwYW5kUGFuZWxIZWFkRGlyZWN0aXZlLFxuICAgIEV4cGFuZFBhbmVsQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEZWxpbWl0ZXJNb2R1bGUsXG4gICAgVG9vbGJhck1vZHVsZSxcbiAgICBCdXR0b25Nb2R1bGUsXG4gICAgSWNvbk1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXhwYW5kUGFuZWxNb2R1bGUge31cbiJdfQ==
@@ -4,10 +4,10 @@ export class FileItemComponent {
4
4
  constructor() { }
5
5
  ngOnInit() { }
6
6
  }
7
- FileItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FileItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- FileItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: FileItemComponent, selector: "teta-file-item", ngImport: i0, template: "<p>file-item works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FileItemComponent, decorators: [{
7
+ FileItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: FileItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ FileItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: FileItemComponent, selector: "teta-file-item", ngImport: i0, template: "<p>file-item works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: FileItemComponent, decorators: [{
10
10
  type: Component,
11
- args: [{ selector: 'teta-file-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>file-item works!</p>\n", styles: [""] }]
11
+ args: [{ selector: 'teta-file-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>file-item works!</p>\n" }]
12
12
  }], ctorParameters: function () { return []; } });
13
13
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvZmlsZS11cGxvYWQvZmlsZS1pdGVtL2ZpbGUtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50L2ZpbGUtdXBsb2FkL2ZpbGUtaXRlbS9maWxlLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLHVCQUF1QixFQUFFLFNBQVMsRUFBUyxNQUFNLGVBQWUsQ0FBQzs7QUFRekUsTUFBTSxPQUFPLGlCQUFpQjtJQUM1QixnQkFBZSxDQUFDO0lBRWhCLFFBQVEsS0FBVSxDQUFDOzs4R0FIUixpQkFBaUI7a0dBQWpCLGlCQUFpQixzRENSOUIsMkJBQ0E7MkZET2EsaUJBQWlCO2tCQU43QixTQUFTOytCQUNFLGdCQUFnQixtQkFHVCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBPbkluaXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd0ZXRhLWZpbGUtaXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9maWxlLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9maWxlLWl0ZW0uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEZpbGVJdGVtQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge31cbn1cbiIsIjxwPmZpbGUtaXRlbSB3b3JrcyE8L3A+XG4iXX0=