ngx-tethys 14.0.2 → 14.0.5

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 (596) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/button/styles/button-icon.scss +13 -1
  3. package/dropdown/styles/dropdown.scss +0 -7
  4. package/esm2020/action/action.component.mjs +4 -4
  5. package/esm2020/action/action.module.mjs +4 -4
  6. package/esm2020/action/actions.component.mjs +3 -3
  7. package/esm2020/action-menu/action-menu-item.directive.mjs +21 -21
  8. package/esm2020/action-menu/action-menu-sub-item.directive.mjs +3 -3
  9. package/esm2020/action-menu/action-menu-toggle.component.mjs +3 -3
  10. package/esm2020/action-menu/action-menu.component.mjs +12 -12
  11. package/esm2020/action-menu/action-menu.module.mjs +4 -4
  12. package/esm2020/affix/affix.component.mjs +3 -3
  13. package/esm2020/affix/affix.module.mjs +4 -4
  14. package/esm2020/alert/alert.component.mjs +3 -3
  15. package/esm2020/alert/alert.directive.mjs +3 -3
  16. package/esm2020/alert/alert.module.mjs +4 -4
  17. package/esm2020/anchor/anchor-link.component.mjs +3 -3
  18. package/esm2020/anchor/anchor.component.mjs +3 -3
  19. package/esm2020/anchor/anchor.module.mjs +4 -4
  20. package/esm2020/arrow-switcher/arrow-switcher.component.mjs +3 -3
  21. package/esm2020/arrow-switcher/module.mjs +4 -4
  22. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  23. package/esm2020/autocomplete/autocomplete.trigger.directive.mjs +3 -3
  24. package/esm2020/autocomplete/module.mjs +4 -4
  25. package/esm2020/autocomplete/overlay/autocomplete-container.component.mjs +3 -3
  26. package/esm2020/autocomplete/overlay/autocomplete.service.mjs +3 -3
  27. package/esm2020/avatar/avatar.component.mjs +3 -3
  28. package/esm2020/avatar/avatar.module.mjs +4 -4
  29. package/esm2020/avatar/avatar.pipe.mjs +9 -9
  30. package/esm2020/avatar/avatar.service.mjs +3 -3
  31. package/esm2020/back-top/back-top.component.mjs +3 -3
  32. package/esm2020/back-top/back-top.module.mjs +4 -4
  33. package/esm2020/badge/badge.component.mjs +3 -3
  34. package/esm2020/badge/badge.module.mjs +4 -4
  35. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
  36. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  37. package/esm2020/breadcrumb/module.mjs +4 -4
  38. package/esm2020/button/button-group.component.mjs +3 -3
  39. package/esm2020/button/button-icon.component.mjs +5 -4
  40. package/esm2020/button/button.component.mjs +4 -4
  41. package/esm2020/button/button.module.mjs +4 -4
  42. package/esm2020/calendar/calendar-cells.mjs +6 -6
  43. package/esm2020/calendar/calendar-header.component.mjs +3 -3
  44. package/esm2020/calendar/calendar.component.mjs +3 -3
  45. package/esm2020/calendar/module.mjs +4 -4
  46. package/esm2020/card/card.component.mjs +4 -4
  47. package/esm2020/card/card.module.mjs +4 -4
  48. package/esm2020/card/content.component.mjs +3 -3
  49. package/esm2020/card/header.component.mjs +3 -3
  50. package/esm2020/cascader/cascader-li.component.mjs +4 -4
  51. package/esm2020/cascader/cascader.component.mjs +4 -4
  52. package/esm2020/cascader/module.mjs +4 -4
  53. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  54. package/esm2020/checkbox/module.mjs +4 -4
  55. package/esm2020/collapse/collapse-item.component.mjs +3 -3
  56. package/esm2020/collapse/collapse.component.mjs +3 -3
  57. package/esm2020/collapse/module.mjs +4 -4
  58. package/esm2020/copy/copy.directive.mjs +4 -4
  59. package/esm2020/copy/module.mjs +4 -4
  60. package/esm2020/core/click-positioner.mjs +3 -3
  61. package/esm2020/core/event-dispatchers/click-dispatcher.mjs +3 -3
  62. package/esm2020/core/event-dispatchers/event-dispatcher.mjs +3 -3
  63. package/esm2020/core/event-dispatchers/keyboard-dispatcher.mjs +3 -3
  64. package/esm2020/core/scroll.mjs +3 -3
  65. package/esm2020/core/store/store.mjs +4 -4
  66. package/esm2020/core/translate.mjs +3 -3
  67. package/esm2020/core/update-host-class.service.mjs +3 -3
  68. package/esm2020/date-picker/abstract-picker.component.mjs +4 -4
  69. package/esm2020/date-picker/abstract-picker.directive.mjs +3 -3
  70. package/esm2020/date-picker/base-picker.component.mjs +3 -3
  71. package/esm2020/date-picker/date-helper.service.mjs +3 -3
  72. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  73. package/esm2020/date-picker/date-picker.directive.mjs +3 -3
  74. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  75. package/esm2020/date-picker/date-picker.service.mjs +3 -3
  76. package/esm2020/date-picker/lib/calendar/calendar-footer.component.mjs +3 -3
  77. package/esm2020/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
  78. package/esm2020/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
  79. package/esm2020/date-picker/lib/date/date-header.component.mjs +3 -3
  80. package/esm2020/date-picker/lib/date/date-table-cell.component.mjs +3 -3
  81. package/esm2020/date-picker/lib/date/date-table.component.mjs +3 -3
  82. package/esm2020/date-picker/lib/date-carousel/date-carousel.component.mjs +3 -3
  83. package/esm2020/date-picker/lib/decade/decade-header.component.mjs +3 -3
  84. package/esm2020/date-picker/lib/decade/decade-table.component.mjs +3 -3
  85. package/esm2020/date-picker/lib/lib-packer.module.mjs +4 -4
  86. package/esm2020/date-picker/lib/month/month-header.component.mjs +3 -3
  87. package/esm2020/date-picker/lib/month/month-table.component.mjs +3 -3
  88. package/esm2020/date-picker/lib/popups/date-popup.component.mjs +3 -3
  89. package/esm2020/date-picker/lib/popups/inner-popup.component.mjs +3 -3
  90. package/esm2020/date-picker/lib/year/year-header.component.mjs +3 -3
  91. package/esm2020/date-picker/lib/year/year-table.component.mjs +3 -3
  92. package/esm2020/date-picker/month-picker.component.mjs +3 -3
  93. package/esm2020/date-picker/picker.component.mjs +3 -3
  94. package/esm2020/date-picker/picker.pipes.mjs +9 -9
  95. package/esm2020/date-picker/picker.validators.mjs +6 -6
  96. package/esm2020/date-picker/range-picker.component.mjs +3 -3
  97. package/esm2020/date-picker/range-picker.directive.mjs +3 -3
  98. package/esm2020/date-picker/week-picker.component.mjs +3 -3
  99. package/esm2020/date-picker/year-picker.component.mjs +3 -3
  100. package/esm2020/date-range/date-range.component.mjs +3 -3
  101. package/esm2020/date-range/module.mjs +4 -4
  102. package/esm2020/date-range/optional-dates/optional-dates.component.mjs +3 -3
  103. package/esm2020/dialog/body/dialog-body.component.mjs +3 -3
  104. package/esm2020/dialog/confirm/confirm.component.mjs +3 -3
  105. package/esm2020/dialog/dialog-container.component.mjs +3 -3
  106. package/esm2020/dialog/dialog.module.mjs +4 -4
  107. package/esm2020/dialog/dialog.service.mjs +3 -3
  108. package/esm2020/dialog/footer/dialog-footer.component.mjs +3 -3
  109. package/esm2020/dialog/header/dialog-header.component.mjs +4 -4
  110. package/esm2020/divider/divider.component.mjs +4 -4
  111. package/esm2020/divider/divider.module.mjs +4 -4
  112. package/esm2020/dot/dot.component.mjs +3 -3
  113. package/esm2020/dot/dot.module.mjs +4 -4
  114. package/esm2020/drag-drop/drag-content.directive.mjs +3 -3
  115. package/esm2020/drag-drop/drag-drop.service.mjs +3 -3
  116. package/esm2020/drag-drop/drag-handle.directive.mjs +3 -3
  117. package/esm2020/drag-drop/drag.directive.mjs +4 -4
  118. package/esm2020/drag-drop/drop-container.directive.mjs +3 -3
  119. package/esm2020/drag-drop/module.mjs +4 -4
  120. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  121. package/esm2020/dropdown/dropdown-menu-item.directive.mjs +22 -22
  122. package/esm2020/dropdown/dropdown-menu.component.mjs +12 -12
  123. package/esm2020/dropdown/dropdown-submenu.component.mjs +3 -3
  124. package/esm2020/dropdown/dropdown.directive.mjs +3 -3
  125. package/esm2020/dropdown/module.mjs +4 -4
  126. package/esm2020/empty/empty.component.mjs +3 -3
  127. package/esm2020/empty/empty.config.mjs +3 -3
  128. package/esm2020/empty/empty.module.mjs +4 -4
  129. package/esm2020/flexible-text/flexible-text.component.mjs +3 -3
  130. package/esm2020/flexible-text/flexible-text.module.mjs +4 -4
  131. package/esm2020/form/form-group-error/form-group-error.component.mjs +4 -4
  132. package/esm2020/form/form-group-label.directive.mjs +3 -3
  133. package/esm2020/form/form-group.component.mjs +3 -3
  134. package/esm2020/form/form-submit.directive.mjs +3 -3
  135. package/esm2020/form/form-validator-loader.mjs +3 -3
  136. package/esm2020/form/form-validator.service.mjs +3 -3
  137. package/esm2020/form/form.directive.mjs +3 -3
  138. package/esm2020/form/from-group-footer/form-group-footer.component.mjs +3 -3
  139. package/esm2020/form/module.mjs +4 -4
  140. package/esm2020/form/validator/confirm-validator.directive.mjs +3 -3
  141. package/esm2020/form/validator/max-validator.directive.mjs +3 -3
  142. package/esm2020/form/validator/min-validator.directive.mjs +3 -3
  143. package/esm2020/form/validator/unique-validator.directive.mjs +3 -3
  144. package/esm2020/fullscreen/fullscreen-launch.directive.mjs +3 -3
  145. package/esm2020/fullscreen/fullscreen.component.mjs +3 -3
  146. package/esm2020/fullscreen/fullscreen.module.mjs +4 -4
  147. package/esm2020/fullscreen/fullscreen.service.mjs +3 -3
  148. package/esm2020/grid/module.mjs +4 -4
  149. package/esm2020/grid/thy-col.directive.mjs +3 -3
  150. package/esm2020/grid/thy-row.directive.mjs +3 -3
  151. package/esm2020/guider/guider-hint/guider-hint.component.mjs +3 -3
  152. package/esm2020/guider/guider-manager.mjs +3 -3
  153. package/esm2020/guider/guider.directive.mjs +3 -3
  154. package/esm2020/guider/guider.module.mjs +4 -4
  155. package/esm2020/guider/guider.service.mjs +3 -3
  156. package/esm2020/icon/icon-registry.mjs +3 -3
  157. package/esm2020/icon/icon.component.mjs +4 -4
  158. package/esm2020/icon/icon.module.mjs +4 -4
  159. package/esm2020/image/image-group.component.mjs +3 -3
  160. package/esm2020/image/image.directive.mjs +4 -4
  161. package/esm2020/image/image.service.mjs +3 -3
  162. package/esm2020/image/module.mjs +4 -4
  163. package/esm2020/image/preview/image-preview.component.mjs +3 -3
  164. package/esm2020/input/input-group.component.mjs +3 -3
  165. package/esm2020/input/input-search.component.mjs +3 -3
  166. package/esm2020/input/input.component.mjs +3 -3
  167. package/esm2020/input/input.directive.mjs +3 -3
  168. package/esm2020/input/module.mjs +4 -4
  169. package/esm2020/input-number/input-number.component.mjs +4 -4
  170. package/esm2020/input-number/module.mjs +4 -4
  171. package/esm2020/label/label.component.mjs +3 -3
  172. package/esm2020/label/label.module.mjs +4 -4
  173. package/esm2020/layout/content-main.component.mjs +3 -3
  174. package/esm2020/layout/content-section.component.mjs +3 -3
  175. package/esm2020/layout/content.component.mjs +3 -3
  176. package/esm2020/layout/header.component.mjs +4 -4
  177. package/esm2020/layout/layout.component.mjs +3 -3
  178. package/esm2020/layout/layout.module.mjs +4 -4
  179. package/esm2020/layout/sidebar-content.component.mjs +3 -3
  180. package/esm2020/layout/sidebar-footer.component.mjs +3 -3
  181. package/esm2020/layout/sidebar-header.component.mjs +4 -4
  182. package/esm2020/layout/sidebar.component.mjs +4 -4
  183. package/esm2020/list/list-item-meta.component.mjs +3 -3
  184. package/esm2020/list/list-item.component.mjs +3 -3
  185. package/esm2020/list/list.component.mjs +4 -4
  186. package/esm2020/list/list.module.mjs +4 -4
  187. package/esm2020/list/selection/selection-list.mjs +3 -3
  188. package/esm2020/loading/loading.component.mjs +3 -3
  189. package/esm2020/loading/loading.module.mjs +4 -4
  190. package/esm2020/mention/mention.directive.mjs +3 -3
  191. package/esm2020/mention/mention.module.mjs +4 -4
  192. package/esm2020/mention/suggestions/suggestions.component.mjs +3 -3
  193. package/esm2020/menu/divider/menu-divider.component.mjs +3 -3
  194. package/esm2020/menu/group/menu-group.component.mjs +4 -4
  195. package/esm2020/menu/item/action/menu-item-action.component.mjs +3 -3
  196. package/esm2020/menu/item/icon/menu-item-icon.component.mjs +3 -3
  197. package/esm2020/menu/item/menu-item.component.mjs +3 -3
  198. package/esm2020/menu/item/name/menu-item-name.component.mjs +3 -3
  199. package/esm2020/menu/menu.component.mjs +4 -4
  200. package/esm2020/menu/menu.module.mjs +4 -4
  201. package/esm2020/nav/icon-nav/icon-nav-link.directive.mjs +3 -3
  202. package/esm2020/nav/icon-nav/icon-nav.component.mjs +3 -3
  203. package/esm2020/nav/nav-item.directive.mjs +5 -5
  204. package/esm2020/nav/nav.component.mjs +6 -5
  205. package/esm2020/nav/nav.module.mjs +4 -4
  206. package/esm2020/nav/nav.pipe.mjs +3 -3
  207. package/esm2020/notify/module.mjs +4 -4
  208. package/esm2020/notify/notify-container.component.mjs +3 -3
  209. package/esm2020/notify/notify-content.component.mjs +3 -3
  210. package/esm2020/notify/notify-queue.store.mjs +4 -4
  211. package/esm2020/notify/notify.component.mjs +3 -3
  212. package/esm2020/notify/notify.service.mjs +3 -3
  213. package/esm2020/pagination/pagination.component.mjs +3 -3
  214. package/esm2020/pagination/pagination.module.mjs +4 -4
  215. package/esm2020/pagination/pagination.pipe.mjs +3 -3
  216. package/esm2020/popover/body/popover-body.component.mjs +3 -3
  217. package/esm2020/popover/header/popover-header.component.mjs +3 -3
  218. package/esm2020/popover/module.mjs +4 -4
  219. package/esm2020/popover/popover-container.component.mjs +3 -3
  220. package/esm2020/popover/popover.directive.mjs +4 -4
  221. package/esm2020/popover/popover.service.mjs +3 -3
  222. package/esm2020/progress/bar/progress-bar.component.mjs +3 -3
  223. package/esm2020/progress/progress.component.mjs +3 -3
  224. package/esm2020/progress/progress.module.mjs +4 -4
  225. package/esm2020/property/module.mjs +4 -4
  226. package/esm2020/property/properties.component.mjs +4 -4
  227. package/esm2020/property/property-item.component.mjs +4 -4
  228. package/esm2020/property-operation/group/property-operation-group.component.mjs +3 -3
  229. package/esm2020/property-operation/module.mjs +4 -4
  230. package/esm2020/property-operation/property-operation.component.mjs +3 -3
  231. package/esm2020/radio/button/radio-button.component.mjs +3 -3
  232. package/esm2020/radio/group/radio-group.component.mjs +3 -3
  233. package/esm2020/radio/module.mjs +4 -4
  234. package/esm2020/radio/radio.component.mjs +3 -3
  235. package/esm2020/rate/module.mjs +4 -4
  236. package/esm2020/rate/rate-item.component.mjs +3 -3
  237. package/esm2020/rate/rate.component.mjs +4 -4
  238. package/esm2020/resizable/module.mjs +4 -4
  239. package/esm2020/resizable/resizable.directive.mjs +4 -4
  240. package/esm2020/resizable/resizable.service.mjs +3 -3
  241. package/esm2020/resizable/resize-handle.component.mjs +3 -3
  242. package/esm2020/resizable/resize-handles.component.mjs +3 -3
  243. package/esm2020/result/result.component.mjs +3 -3
  244. package/esm2020/result/result.module.mjs +4 -4
  245. package/esm2020/segment/segment-item.component.mjs +4 -4
  246. package/esm2020/segment/segment.component.mjs +4 -4
  247. package/esm2020/segment/segment.module.mjs +4 -4
  248. package/esm2020/select/custom-select/custom-select.component.mjs +4 -4
  249. package/esm2020/select/module.mjs +4 -4
  250. package/esm2020/select/select.component.mjs +3 -3
  251. package/esm2020/shared/base-form-check.component.mjs +3 -3
  252. package/esm2020/shared/directives/thy-autofocus.directive.mjs +3 -3
  253. package/esm2020/shared/directives/thy-contextmenu.directive.mjs +3 -3
  254. package/esm2020/shared/directives/thy-ctrl-enter.directive.mjs +3 -3
  255. package/esm2020/shared/directives/thy-drag-drop.directive.mjs +3 -3
  256. package/esm2020/shared/directives/thy-enter.directive.mjs +3 -3
  257. package/esm2020/shared/directives/thy-scroll.directive.mjs +3 -3
  258. package/esm2020/shared/directives/thy-show.mjs +3 -3
  259. package/esm2020/shared/directives/thy-stop-propagation.directive.mjs +3 -3
  260. package/esm2020/shared/ng-transclude.directive.mjs +3 -3
  261. package/esm2020/shared/option/group/option-group.component.mjs +3 -3
  262. package/esm2020/shared/option/list-option/list-option.component.mjs +3 -3
  263. package/esm2020/shared/option/module.mjs +4 -4
  264. package/esm2020/shared/option/option-group.component.mjs +3 -3
  265. package/esm2020/shared/option/option.component.mjs +3 -3
  266. package/esm2020/shared/select/module.mjs +4 -4
  267. package/esm2020/shared/select/select-control/select-control.component.mjs +4 -4
  268. package/esm2020/shared/shared.module.mjs +4 -4
  269. package/esm2020/skeleton/module.mjs +4 -4
  270. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  271. package/esm2020/skeleton/stylized/avatar.component.mjs +3 -3
  272. package/esm2020/skeleton/stylized/bullet-list.component.mjs +3 -3
  273. package/esm2020/skeleton/stylized/list.component.mjs +3 -3
  274. package/esm2020/skeleton/stylized/paragraph.component.mjs +3 -3
  275. package/esm2020/skeleton/stylized/title.component.mjs +3 -3
  276. package/esm2020/slide/drawer/drawer-container.directive.mjs +3 -3
  277. package/esm2020/slide/slide-body/slide-body-section.component.mjs +3 -3
  278. package/esm2020/slide/slide-body/slide-body.component.mjs +3 -3
  279. package/esm2020/slide/slide-container.component.mjs +3 -3
  280. package/esm2020/slide/slide-footer/slide-footer.component.mjs +3 -3
  281. package/esm2020/slide/slide-header/slide-header.component.mjs +3 -3
  282. package/esm2020/slide/slide-layout/slide-layout.component.mjs +3 -3
  283. package/esm2020/slide/slide-ref.service.mjs +3 -3
  284. package/esm2020/slide/slide.module.mjs +4 -4
  285. package/esm2020/slide/slide.service.mjs +3 -3
  286. package/esm2020/slider/slider.component.mjs +4 -4
  287. package/esm2020/slider/slider.module.mjs +4 -4
  288. package/esm2020/space/space.component.mjs +7 -7
  289. package/esm2020/space/space.module.mjs +4 -4
  290. package/esm2020/statistic/statistic.component.mjs +3 -3
  291. package/esm2020/statistic/statistic.module.mjs +4 -4
  292. package/esm2020/stepper/step-header.component.mjs +3 -3
  293. package/esm2020/stepper/step.component.mjs +3 -3
  294. package/esm2020/stepper/stepper-button.directive.mjs +6 -6
  295. package/esm2020/stepper/stepper.component.mjs +3 -3
  296. package/esm2020/stepper/stepper.module.mjs +4 -4
  297. package/esm2020/strength/strength.component.mjs +3 -3
  298. package/esm2020/strength/strength.module.mjs +4 -4
  299. package/esm2020/switch/switch.component.mjs +3 -3
  300. package/esm2020/switch/switch.module.mjs +4 -4
  301. package/esm2020/table/table-column.component.mjs +4 -4
  302. package/esm2020/table/table.component.mjs +4 -4
  303. package/esm2020/table/table.module.mjs +4 -4
  304. package/esm2020/table/table.pipe.mjs +3 -3
  305. package/esm2020/tabs/tab.component.mjs +3 -3
  306. package/esm2020/tabs/tabs.component.mjs +3 -3
  307. package/esm2020/tabs/tabs.module.mjs +4 -4
  308. package/esm2020/tag/tag.component.mjs +4 -4
  309. package/esm2020/tag/tag.module.mjs +4 -4
  310. package/esm2020/time-picker/inner/inner-time-picker.component.mjs +7 -4
  311. package/esm2020/time-picker/inner/inner-time-picker.config.mjs +7 -4
  312. package/esm2020/time-picker/inner/inner-time-picker.store.mjs +7 -4
  313. package/esm2020/time-picker/time-picker-panel.component.mjs +45 -4
  314. package/esm2020/time-picker/time-picker.component.mjs +66 -4
  315. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  316. package/esm2020/timeline/timeline-item.component.mjs +3 -3
  317. package/esm2020/timeline/timeline.component.mjs +3 -3
  318. package/esm2020/timeline/timeline.module.mjs +4 -4
  319. package/esm2020/timeline/timeline.service.mjs +3 -3
  320. package/esm2020/tooltip/tooltip.component.mjs +3 -3
  321. package/esm2020/tooltip/tooltip.directive.mjs +4 -4
  322. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  323. package/esm2020/tooltip/tooltip.service.mjs +3 -3
  324. package/esm2020/transfer/transfer-list.component.mjs +3 -3
  325. package/esm2020/transfer/transfer.component.mjs +3 -3
  326. package/esm2020/transfer/transfer.module.mjs +4 -4
  327. package/esm2020/tree/tree-node.component.mjs +3 -3
  328. package/esm2020/tree/tree-replace-region.component.mjs +3 -3
  329. package/esm2020/tree/tree.component.mjs +3 -3
  330. package/esm2020/tree/tree.module.mjs +4 -4
  331. package/esm2020/tree/tree.service.mjs +3 -3
  332. package/esm2020/tree-select/module.mjs +4 -4
  333. package/esm2020/tree-select/tree-select.component.mjs +6 -6
  334. package/esm2020/typography/module.mjs +4 -4
  335. package/esm2020/typography/text/text.component.mjs +3 -3
  336. package/esm2020/typography/text-color.directive.mjs +3 -3
  337. package/esm2020/upload/{file-drop.component.mjs → file-drop.directive.mjs} +9 -15
  338. package/esm2020/upload/file-select-base.mjs +7 -10
  339. package/esm2020/upload/file-select.component.mjs +6 -6
  340. package/esm2020/upload/index.mjs +2 -2
  341. package/esm2020/upload/module.mjs +8 -9
  342. package/esm2020/upload/upload.service.mjs +3 -3
  343. package/esm2020/version.mjs +2 -2
  344. package/esm2020/vote/vote.component.mjs +4 -4
  345. package/esm2020/vote/vote.module.mjs +4 -4
  346. package/esm2020/watermark/watermark.directive.mjs +4 -4
  347. package/esm2020/watermark/watermark.module.mjs +4 -4
  348. package/fesm2015/ngx-tethys-action-menu.mjs +43 -43
  349. package/fesm2015/ngx-tethys-action.mjs +10 -10
  350. package/fesm2015/ngx-tethys-action.mjs.map +1 -1
  351. package/fesm2015/ngx-tethys-affix.mjs +7 -7
  352. package/fesm2015/ngx-tethys-alert.mjs +10 -10
  353. package/fesm2015/ngx-tethys-anchor.mjs +10 -10
  354. package/fesm2015/ngx-tethys-arrow-switcher.mjs +7 -7
  355. package/fesm2015/ngx-tethys-autocomplete.mjs +16 -16
  356. package/fesm2015/ngx-tethys-avatar.mjs +19 -19
  357. package/fesm2015/ngx-tethys-back-top.mjs +7 -7
  358. package/fesm2015/ngx-tethys-badge.mjs +7 -7
  359. package/fesm2015/ngx-tethys-breadcrumb.mjs +10 -10
  360. package/fesm2015/ngx-tethys-button.mjs +14 -13
  361. package/fesm2015/ngx-tethys-button.mjs.map +1 -1
  362. package/fesm2015/ngx-tethys-calendar.mjs +16 -16
  363. package/fesm2015/ngx-tethys-card.mjs +13 -13
  364. package/fesm2015/ngx-tethys-card.mjs.map +1 -1
  365. package/fesm2015/ngx-tethys-cascader.mjs +10 -10
  366. package/fesm2015/ngx-tethys-cascader.mjs.map +1 -1
  367. package/fesm2015/ngx-tethys-checkbox.mjs +7 -7
  368. package/fesm2015/ngx-tethys-collapse.mjs +10 -10
  369. package/fesm2015/ngx-tethys-copy.mjs +7 -7
  370. package/fesm2015/ngx-tethys-copy.mjs.map +1 -1
  371. package/fesm2015/ngx-tethys-core.mjs +24 -24
  372. package/fesm2015/ngx-tethys-core.mjs.map +1 -1
  373. package/fesm2015/ngx-tethys-date-picker.mjs +107 -107
  374. package/fesm2015/ngx-tethys-date-picker.mjs.map +1 -1
  375. package/fesm2015/ngx-tethys-date-range.mjs +10 -10
  376. package/fesm2015/ngx-tethys-dialog.mjs +22 -22
  377. package/fesm2015/ngx-tethys-dialog.mjs.map +1 -1
  378. package/fesm2015/ngx-tethys-divider.mjs +7 -7
  379. package/fesm2015/ngx-tethys-divider.mjs.map +1 -1
  380. package/fesm2015/ngx-tethys-dot.mjs +7 -7
  381. package/fesm2015/ngx-tethys-drag-drop.mjs +19 -19
  382. package/fesm2015/ngx-tethys-drag-drop.mjs.map +1 -1
  383. package/fesm2015/ngx-tethys-dropdown.mjs +46 -46
  384. package/fesm2015/ngx-tethys-dropdown.mjs.map +1 -1
  385. package/fesm2015/ngx-tethys-empty.mjs +10 -10
  386. package/fesm2015/ngx-tethys-flexible-text.mjs +7 -7
  387. package/fesm2015/ngx-tethys-form.mjs +40 -40
  388. package/fesm2015/ngx-tethys-form.mjs.map +1 -1
  389. package/fesm2015/ngx-tethys-fullscreen.mjs +13 -13
  390. package/fesm2015/ngx-tethys-grid.mjs +10 -10
  391. package/fesm2015/ngx-tethys-guider.mjs +16 -16
  392. package/fesm2015/ngx-tethys-icon.mjs +10 -10
  393. package/fesm2015/ngx-tethys-icon.mjs.map +1 -1
  394. package/fesm2015/ngx-tethys-image.mjs +16 -16
  395. package/fesm2015/ngx-tethys-image.mjs.map +1 -1
  396. package/fesm2015/ngx-tethys-input-number.mjs +7 -7
  397. package/fesm2015/ngx-tethys-input-number.mjs.map +1 -1
  398. package/fesm2015/ngx-tethys-input.mjs +16 -16
  399. package/fesm2015/ngx-tethys-label.mjs +7 -7
  400. package/fesm2015/ngx-tethys-layout.mjs +31 -31
  401. package/fesm2015/ngx-tethys-layout.mjs.map +1 -1
  402. package/fesm2015/ngx-tethys-list.mjs +16 -16
  403. package/fesm2015/ngx-tethys-list.mjs.map +1 -1
  404. package/fesm2015/ngx-tethys-loading.mjs +7 -7
  405. package/fesm2015/ngx-tethys-mention.mjs +10 -10
  406. package/fesm2015/ngx-tethys-menu.mjs +25 -25
  407. package/fesm2015/ngx-tethys-menu.mjs.map +1 -1
  408. package/fesm2015/ngx-tethys-nav.mjs +22 -21
  409. package/fesm2015/ngx-tethys-nav.mjs.map +1 -1
  410. package/fesm2015/ngx-tethys-notify.mjs +19 -19
  411. package/fesm2015/ngx-tethys-notify.mjs.map +1 -1
  412. package/fesm2015/ngx-tethys-pagination.mjs +10 -10
  413. package/fesm2015/ngx-tethys-popover.mjs +19 -19
  414. package/fesm2015/ngx-tethys-popover.mjs.map +1 -1
  415. package/fesm2015/ngx-tethys-progress.mjs +10 -10
  416. package/fesm2015/ngx-tethys-property-operation.mjs +10 -10
  417. package/fesm2015/ngx-tethys-property.mjs +10 -10
  418. package/fesm2015/ngx-tethys-property.mjs.map +1 -1
  419. package/fesm2015/ngx-tethys-radio.mjs +13 -13
  420. package/fesm2015/ngx-tethys-rate.mjs +10 -10
  421. package/fesm2015/ngx-tethys-rate.mjs.map +1 -1
  422. package/fesm2015/ngx-tethys-resizable.mjs +16 -16
  423. package/fesm2015/ngx-tethys-resizable.mjs.map +1 -1
  424. package/fesm2015/ngx-tethys-result.mjs +7 -7
  425. package/fesm2015/ngx-tethys-segment.mjs +10 -10
  426. package/fesm2015/ngx-tethys-segment.mjs.map +1 -1
  427. package/fesm2015/ngx-tethys-select.mjs +10 -10
  428. package/fesm2015/ngx-tethys-select.mjs.map +1 -1
  429. package/fesm2015/ngx-tethys-shared.mjs +57 -57
  430. package/fesm2015/ngx-tethys-shared.mjs.map +1 -1
  431. package/fesm2015/ngx-tethys-skeleton.mjs +22 -22
  432. package/fesm2015/ngx-tethys-slide.mjs +31 -31
  433. package/fesm2015/ngx-tethys-slider.mjs +7 -7
  434. package/fesm2015/ngx-tethys-slider.mjs.map +1 -1
  435. package/fesm2015/ngx-tethys-space.mjs +10 -10
  436. package/fesm2015/ngx-tethys-space.mjs.map +1 -1
  437. package/fesm2015/ngx-tethys-statistic.mjs +7 -7
  438. package/fesm2015/ngx-tethys-stepper.mjs +19 -19
  439. package/fesm2015/ngx-tethys-strength.mjs +7 -7
  440. package/fesm2015/ngx-tethys-switch.mjs +7 -7
  441. package/fesm2015/ngx-tethys-table.mjs +13 -13
  442. package/fesm2015/ngx-tethys-table.mjs.map +1 -1
  443. package/fesm2015/ngx-tethys-tabs.mjs +10 -10
  444. package/fesm2015/ngx-tethys-tag.mjs +7 -7
  445. package/fesm2015/ngx-tethys-tag.mjs.map +1 -1
  446. package/fesm2015/ngx-tethys-time-picker.mjs +131 -19
  447. package/fesm2015/ngx-tethys-time-picker.mjs.map +1 -1
  448. package/fesm2015/ngx-tethys-timeline.mjs +13 -13
  449. package/fesm2015/ngx-tethys-tooltip.mjs +13 -13
  450. package/fesm2015/ngx-tethys-tooltip.mjs.map +1 -1
  451. package/fesm2015/ngx-tethys-transfer.mjs +10 -10
  452. package/fesm2015/ngx-tethys-tree-select.mjs +10 -10
  453. package/fesm2015/ngx-tethys-tree.mjs +16 -16
  454. package/fesm2015/ngx-tethys-typography.mjs +10 -10
  455. package/fesm2015/ngx-tethys-upload.mjs +26 -35
  456. package/fesm2015/ngx-tethys-upload.mjs.map +1 -1
  457. package/fesm2015/ngx-tethys-vote.mjs +7 -7
  458. package/fesm2015/ngx-tethys-vote.mjs.map +1 -1
  459. package/fesm2015/ngx-tethys-watermark.mjs +7 -7
  460. package/fesm2015/ngx-tethys-watermark.mjs.map +1 -1
  461. package/fesm2015/ngx-tethys.mjs +1 -1
  462. package/fesm2015/ngx-tethys.mjs.map +1 -1
  463. package/fesm2020/ngx-tethys-action-menu.mjs +43 -43
  464. package/fesm2020/ngx-tethys-action.mjs +10 -10
  465. package/fesm2020/ngx-tethys-action.mjs.map +1 -1
  466. package/fesm2020/ngx-tethys-affix.mjs +7 -7
  467. package/fesm2020/ngx-tethys-alert.mjs +10 -10
  468. package/fesm2020/ngx-tethys-anchor.mjs +10 -10
  469. package/fesm2020/ngx-tethys-arrow-switcher.mjs +7 -7
  470. package/fesm2020/ngx-tethys-autocomplete.mjs +16 -16
  471. package/fesm2020/ngx-tethys-avatar.mjs +19 -19
  472. package/fesm2020/ngx-tethys-back-top.mjs +7 -7
  473. package/fesm2020/ngx-tethys-badge.mjs +7 -7
  474. package/fesm2020/ngx-tethys-breadcrumb.mjs +10 -10
  475. package/fesm2020/ngx-tethys-button.mjs +14 -13
  476. package/fesm2020/ngx-tethys-button.mjs.map +1 -1
  477. package/fesm2020/ngx-tethys-calendar.mjs +16 -16
  478. package/fesm2020/ngx-tethys-card.mjs +13 -13
  479. package/fesm2020/ngx-tethys-card.mjs.map +1 -1
  480. package/fesm2020/ngx-tethys-cascader.mjs +10 -10
  481. package/fesm2020/ngx-tethys-cascader.mjs.map +1 -1
  482. package/fesm2020/ngx-tethys-checkbox.mjs +7 -7
  483. package/fesm2020/ngx-tethys-collapse.mjs +10 -10
  484. package/fesm2020/ngx-tethys-copy.mjs +7 -7
  485. package/fesm2020/ngx-tethys-copy.mjs.map +1 -1
  486. package/fesm2020/ngx-tethys-core.mjs +24 -24
  487. package/fesm2020/ngx-tethys-core.mjs.map +1 -1
  488. package/fesm2020/ngx-tethys-date-picker.mjs +107 -107
  489. package/fesm2020/ngx-tethys-date-picker.mjs.map +1 -1
  490. package/fesm2020/ngx-tethys-date-range.mjs +10 -10
  491. package/fesm2020/ngx-tethys-dialog.mjs +22 -22
  492. package/fesm2020/ngx-tethys-dialog.mjs.map +1 -1
  493. package/fesm2020/ngx-tethys-divider.mjs +7 -7
  494. package/fesm2020/ngx-tethys-divider.mjs.map +1 -1
  495. package/fesm2020/ngx-tethys-dot.mjs +7 -7
  496. package/fesm2020/ngx-tethys-drag-drop.mjs +19 -19
  497. package/fesm2020/ngx-tethys-drag-drop.mjs.map +1 -1
  498. package/fesm2020/ngx-tethys-dropdown.mjs +46 -46
  499. package/fesm2020/ngx-tethys-dropdown.mjs.map +1 -1
  500. package/fesm2020/ngx-tethys-empty.mjs +10 -10
  501. package/fesm2020/ngx-tethys-flexible-text.mjs +7 -7
  502. package/fesm2020/ngx-tethys-form.mjs +40 -40
  503. package/fesm2020/ngx-tethys-form.mjs.map +1 -1
  504. package/fesm2020/ngx-tethys-fullscreen.mjs +13 -13
  505. package/fesm2020/ngx-tethys-grid.mjs +10 -10
  506. package/fesm2020/ngx-tethys-guider.mjs +16 -16
  507. package/fesm2020/ngx-tethys-icon.mjs +10 -10
  508. package/fesm2020/ngx-tethys-icon.mjs.map +1 -1
  509. package/fesm2020/ngx-tethys-image.mjs +16 -16
  510. package/fesm2020/ngx-tethys-image.mjs.map +1 -1
  511. package/fesm2020/ngx-tethys-input-number.mjs +7 -7
  512. package/fesm2020/ngx-tethys-input-number.mjs.map +1 -1
  513. package/fesm2020/ngx-tethys-input.mjs +16 -16
  514. package/fesm2020/ngx-tethys-label.mjs +7 -7
  515. package/fesm2020/ngx-tethys-layout.mjs +31 -31
  516. package/fesm2020/ngx-tethys-layout.mjs.map +1 -1
  517. package/fesm2020/ngx-tethys-list.mjs +16 -16
  518. package/fesm2020/ngx-tethys-list.mjs.map +1 -1
  519. package/fesm2020/ngx-tethys-loading.mjs +7 -7
  520. package/fesm2020/ngx-tethys-mention.mjs +10 -10
  521. package/fesm2020/ngx-tethys-menu.mjs +25 -25
  522. package/fesm2020/ngx-tethys-menu.mjs.map +1 -1
  523. package/fesm2020/ngx-tethys-nav.mjs +22 -21
  524. package/fesm2020/ngx-tethys-nav.mjs.map +1 -1
  525. package/fesm2020/ngx-tethys-notify.mjs +19 -19
  526. package/fesm2020/ngx-tethys-notify.mjs.map +1 -1
  527. package/fesm2020/ngx-tethys-pagination.mjs +10 -10
  528. package/fesm2020/ngx-tethys-popover.mjs +19 -19
  529. package/fesm2020/ngx-tethys-popover.mjs.map +1 -1
  530. package/fesm2020/ngx-tethys-progress.mjs +10 -10
  531. package/fesm2020/ngx-tethys-property-operation.mjs +10 -10
  532. package/fesm2020/ngx-tethys-property.mjs +10 -10
  533. package/fesm2020/ngx-tethys-property.mjs.map +1 -1
  534. package/fesm2020/ngx-tethys-radio.mjs +13 -13
  535. package/fesm2020/ngx-tethys-rate.mjs +10 -10
  536. package/fesm2020/ngx-tethys-rate.mjs.map +1 -1
  537. package/fesm2020/ngx-tethys-resizable.mjs +16 -16
  538. package/fesm2020/ngx-tethys-resizable.mjs.map +1 -1
  539. package/fesm2020/ngx-tethys-result.mjs +7 -7
  540. package/fesm2020/ngx-tethys-segment.mjs +10 -10
  541. package/fesm2020/ngx-tethys-segment.mjs.map +1 -1
  542. package/fesm2020/ngx-tethys-select.mjs +10 -10
  543. package/fesm2020/ngx-tethys-select.mjs.map +1 -1
  544. package/fesm2020/ngx-tethys-shared.mjs +57 -57
  545. package/fesm2020/ngx-tethys-shared.mjs.map +1 -1
  546. package/fesm2020/ngx-tethys-skeleton.mjs +22 -22
  547. package/fesm2020/ngx-tethys-slide.mjs +31 -31
  548. package/fesm2020/ngx-tethys-slider.mjs +7 -7
  549. package/fesm2020/ngx-tethys-slider.mjs.map +1 -1
  550. package/fesm2020/ngx-tethys-space.mjs +10 -10
  551. package/fesm2020/ngx-tethys-space.mjs.map +1 -1
  552. package/fesm2020/ngx-tethys-statistic.mjs +7 -7
  553. package/fesm2020/ngx-tethys-stepper.mjs +19 -19
  554. package/fesm2020/ngx-tethys-strength.mjs +7 -7
  555. package/fesm2020/ngx-tethys-switch.mjs +7 -7
  556. package/fesm2020/ngx-tethys-table.mjs +13 -13
  557. package/fesm2020/ngx-tethys-table.mjs.map +1 -1
  558. package/fesm2020/ngx-tethys-tabs.mjs +10 -10
  559. package/fesm2020/ngx-tethys-tag.mjs +7 -7
  560. package/fesm2020/ngx-tethys-tag.mjs.map +1 -1
  561. package/fesm2020/ngx-tethys-time-picker.mjs +131 -19
  562. package/fesm2020/ngx-tethys-time-picker.mjs.map +1 -1
  563. package/fesm2020/ngx-tethys-timeline.mjs +13 -13
  564. package/fesm2020/ngx-tethys-tooltip.mjs +13 -13
  565. package/fesm2020/ngx-tethys-tooltip.mjs.map +1 -1
  566. package/fesm2020/ngx-tethys-transfer.mjs +10 -10
  567. package/fesm2020/ngx-tethys-tree-select.mjs +10 -10
  568. package/fesm2020/ngx-tethys-tree.mjs +16 -16
  569. package/fesm2020/ngx-tethys-typography.mjs +10 -10
  570. package/fesm2020/ngx-tethys-upload.mjs +26 -35
  571. package/fesm2020/ngx-tethys-upload.mjs.map +1 -1
  572. package/fesm2020/ngx-tethys-vote.mjs +7 -7
  573. package/fesm2020/ngx-tethys-vote.mjs.map +1 -1
  574. package/fesm2020/ngx-tethys-watermark.mjs +7 -7
  575. package/fesm2020/ngx-tethys-watermark.mjs.map +1 -1
  576. package/fesm2020/ngx-tethys.mjs +1 -1
  577. package/fesm2020/ngx-tethys.mjs.map +1 -1
  578. package/nav/styles/mixin.scss +9 -2
  579. package/nav/styles/nav.scss +2 -3
  580. package/package.json +1 -1
  581. package/popover/styles.scss +24 -1
  582. package/property/styles/properties.scss +2 -2
  583. package/schematics/ng-add/index.js +2 -2
  584. package/schematics/version.d.ts +1 -1
  585. package/schematics/version.js +1 -1
  586. package/styles/variables.scss +4 -4
  587. package/time-picker/inner/inner-time-picker.component.d.ts +3 -0
  588. package/time-picker/inner/inner-time-picker.config.d.ts +3 -0
  589. package/time-picker/inner/inner-time-picker.store.d.ts +3 -0
  590. package/time-picker/time-picker-panel.component.d.ts +41 -0
  591. package/time-picker/time-picker.component.d.ts +71 -0
  592. package/upload/{file-drop.component.d.ts → file-drop.directive.d.ts} +4 -4
  593. package/upload/file-select-base.d.ts +3 -3
  594. package/upload/file-select.component.d.ts +2 -2
  595. package/upload/index.d.ts +1 -1
  596. package/upload/module.d.ts +4 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,43 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [14.0.5](https://github.com/atinc/ngx-tethys/compare/14.0.4...14.0.5) (2022-09-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **property:** update property-item-padding-x to 16px and only set td padding-left to 0px ([1f5e0be](https://github.com/atinc/ngx-tethys/commit/1f5e0be4424c57d64222fd506c60cfd0583f1fb8))
11
+
12
+
13
+
14
+ ## [14.0.4](https://github.com/atinc/ngx-tethys/compare/14.0.3...14.0.4) (2022-09-01)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **button:** adjust the padding of button-icon (#INFR-4524) ([0347ce7](https://github.com/atinc/ngx-tethys/commit/0347ce74267003fbb78d5c1cb377b35c43feb07a)), closes [#INFR-4524](https://github.com/atinc/ngx-tethys/issues/INFR-4524)
20
+ * **nav:** add class to origin when open more popover ([#2164](https://github.com/atinc/ngx-tethys/issues/2164)) ([0140a3a](https://github.com/atinc/ngx-tethys/commit/0140a3a7e53d5beb8dce69183403015c72250940))
21
+ * **popover:** add padding offset by placement and remove margin for dropdown-pane #INFR-4536 ([#2166](https://github.com/atinc/ngx-tethys/issues/2166)) ([d2624f2](https://github.com/atinc/ngx-tethys/commit/d2624f2a467bce8a43ca616d38787b2e4f2583d2)), closes [#INFR-4536](https://github.com/atinc/ngx-tethys/issues/INFR-4536)
22
+ * **property:** update padding-right to 16px for thy-properties-item-label ([23435d9](https://github.com/atinc/ngx-tethys/commit/23435d9b021b15e3e4525bbde8e1232e4f1f8aef))
23
+
24
+
25
+ ### Features
26
+
27
+ * **button:** add new size md and update sm to 28px (#INFR-4501) ([#2157](https://github.com/atinc/ngx-tethys/issues/2157)) ([a367779](https://github.com/atinc/ngx-tethys/commit/a36777999ed0c5dfcaaa4da50fe5322ae0b2542a)), closes [#INFR-4501](https://github.com/atinc/ngx-tethys/issues/INFR-4501)
28
+ * **tag:** modify tag component border-radius to 4px (#INFR-4518) ([#2156](https://github.com/atinc/ngx-tethys/issues/2156)) ([c805f48](https://github.com/atinc/ngx-tethys/commit/c805f48222c9c798c79e3d92aafaaca13fb2e3a7)), closes [#INFR-4518](https://github.com/atinc/ngx-tethys/issues/INFR-4518)
29
+ * **upload:** update thyFileDrop component to directive #INFR-4529 ([7de2a37](https://github.com/atinc/ngx-tethys/commit/7de2a370cf11f8441407ae77cc2770933dea0747)), closes [#INFR-4529](https://github.com/atinc/ngx-tethys/issues/INFR-4529)
30
+
31
+
32
+ ### Reverts
33
+
34
+ * Revert "fix(nav): replace nav component active-class 'active' to 'nav-active' #INFR-4482 (#2143)" ([9a40be1](https://github.com/atinc/ngx-tethys/commit/9a40be18aec1d49060345cf0b5137d8b79ec4073)), closes [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#2143](https://github.com/atinc/ngx-tethys/issues/2143)
35
+
36
+
37
+
38
+ ## [14.0.3](https://github.com/atinc/ngx-tethys/compare/14.0.2...14.0.3) (2022-08-31)
39
+
40
+
41
+
5
42
  ## [14.0.2](https://github.com/atinc/ngx-tethys/compare/14.0.1...14.0.2) (2022-08-31)
6
43
 
7
44
 
@@ -153,13 +153,25 @@
153
153
  variables.$font-size-base,
154
154
  variables.$btn-icon-circle-padding-sm,
155
155
  variables.$font-size-base,
156
- variables.$input-btn-height-md
156
+ variables.$input-btn-height-sm
157
157
  );
158
158
  &.btn-icon-circle.active,
159
159
  &.btn-icon-circle.btn-icon-active {
160
160
  @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-sm);
161
161
  }
162
162
  }
163
+ .btn-icon-md {
164
+ @include mixin.btn-icon-size-variant(
165
+ variables.$font-size-base,
166
+ variables.$btn-icon-circle-padding-base,
167
+ variables.$font-size-base,
168
+ variables.$input-btn-height-md
169
+ );
170
+ &.btn-icon-circle.active,
171
+ &.btn-icon-circle.btn-icon-active {
172
+ @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-base);
173
+ }
174
+ }
163
175
 
164
176
  .btn-icon-lg {
165
177
  @include mixin.btn-icon-size-variant(
@@ -2,13 +2,6 @@
2
2
  @use "../../styles/mixins/shadow.scss";
3
3
  @use "mixin";
4
4
 
5
- .thy-dropdown-pane {
6
- .thy-popover-container {
7
- margin-top: 4px;
8
- margin-bottom: 4px;
9
- }
10
- }
11
-
12
5
  .thy-dropdown-menu {
13
6
  padding: variables.$dropdown-menu-padding-y 0;
14
7
  display: block;
@@ -88,8 +88,8 @@ export class ThyActionComponent {
88
88
  this.updateHostClassService.updateClass(classNames);
89
89
  }
90
90
  }
91
- ThyActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.UpdateHostClassService }], target: i0.ɵɵFactoryTarget.Component });
92
- ThyActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionComponent, selector: "thy-action, [thyAction]", inputs: { thyType: "thyType", thyIcon: "thyIcon", thyActionIcon: "thyActionIcon", thyActive: "thyActive", thyActionActive: "thyActionActive", thyTheme: "thyTheme", thyHoverIcon: "thyHoverIcon", thyDisabled: "thyDisabled" }, host: { properties: { "class.active": "active", "class.thy-action-hover-icon": "thyHoverIcon", "class.disabled": "thyDisabled" }, classAttribute: "thy-action" }, providers: [UpdateHostClassService], usesOnChanges: true, ngImport: i0, template: "<thy-icon *ngIf=\"icon\" [thyIconName]=\"icon\"></thy-icon>\n<thy-icon class=\"hover-icon\" *ngIf=\"thyHoverIcon\" [thyIconName]=\"thyHoverIcon\"></thy-icon>\n<ng-content></ng-content>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.ThyIconComponent, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
91
+ ThyActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.UpdateHostClassService }], target: i0.ɵɵFactoryTarget.Component });
92
+ ThyActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionComponent, selector: "thy-action, [thyAction]", inputs: { thyType: "thyType", thyIcon: "thyIcon", thyActionIcon: "thyActionIcon", thyActive: "thyActive", thyActionActive: "thyActionActive", thyTheme: "thyTheme", thyHoverIcon: "thyHoverIcon", thyDisabled: "thyDisabled" }, host: { properties: { "class.active": "active", "class.thy-action-hover-icon": "thyHoverIcon", "class.disabled": "thyDisabled" }, classAttribute: "thy-action" }, providers: [UpdateHostClassService], usesOnChanges: true, ngImport: i0, template: "<thy-icon *ngIf=\"icon\" [thyIconName]=\"icon\"></thy-icon>\n<thy-icon class=\"hover-icon\" *ngIf=\"thyHoverIcon\" [thyIconName]=\"thyHoverIcon\"></thy-icon>\n<ng-content></ng-content>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.ThyIconComponent, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
93
93
  __decorate([
94
94
  InputBoolean(),
95
95
  __metadata("design:type", Boolean),
@@ -104,7 +104,7 @@ __decorate([
104
104
  InputBoolean(),
105
105
  __metadata("design:type", Boolean)
106
106
  ], ThyActionComponent.prototype, "thyDisabled", void 0);
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionComponent, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionComponent, decorators: [{
108
108
  type: Component,
109
109
  args: [{ selector: 'thy-action, [thyAction]', providers: [UpdateHostClassService], changeDetection: ChangeDetectionStrategy.OnPush, host: {
110
110
  class: 'thy-action',
@@ -129,4 +129,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImpor
129
129
  }], thyDisabled: [{
130
130
  type: Input
131
131
  }] } });
132
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hY3Rpb24vYWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3NyYy9hY3Rpb24vYWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBSUwsVUFBVSxFQUNWLFNBQVMsRUFHWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsWUFBWSxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBSXZFOztHQUVHO0FBYUgsTUFBTSxPQUFPLGtCQUFrQjtJQWtFM0IsWUFDWSxVQUFtQyxFQUNuQyxRQUFtQixFQUNuQixzQkFBOEM7UUFGOUMsZUFBVSxHQUFWLFVBQVUsQ0FBeUI7UUFDbkMsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQiwyQkFBc0IsR0FBdEIsc0JBQXNCLENBQXdCO1FBbEVsRCxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWYsU0FBSSxHQUFXLFNBQVMsQ0FBQztRQTRDakM7O1dBRUc7UUFDTSxhQUFRLEdBQW9CLE1BQU0sQ0FBQztRQW1CeEMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDakYsQ0FBQztJQWpFRDs7T0FFRztJQUNILElBQ0ksT0FBTyxDQUFDLEtBQW9CO1FBQzVCLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxJQUFJLFNBQVMsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRDs7T0FFRztJQUNILElBQ0ksT0FBTyxDQUFDLElBQVk7UUFDcEIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7SUFDckIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFDSSxhQUFhLENBQUMsSUFBWTtRQUMxQixJQUFJLENB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QUFLO2dCQVVGLFNBQVM7c0JBRlosS0FBSztnQkFXRixlQUFlO3NCQUZsQixLQUFLO2dCQVNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBS0csWUFBWTtzQkFBcEIsS0FBSztnQkFPTixXQUFXO3NCQUZWLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBPbkluaXQsXG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBPbkNoYW5nZXMsXG4gICAgRWxlbWVudFJlZixcbiAgICBSZW5kZXJlcjIsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBIb3N0QmluZGluZ1xufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElucHV0Qm9vbGVhbiwgVXBkYXRlSG9zdENsYXNzU2VydmljZSB9IGZyb20gJ25neC10ZXRoeXMvY29yZSc7XG5cbmV4cG9ydCB0eXBlIFRoeUFjdGlvblR5cGUgPSAncHJpbWFyeScgfCAnc3VjY2VzcycgfCAnZGFuZ2VyJyB8ICd3YXJuaW5nJztcblxuLyoqXG4gKiDnq4vljbPmk43kvZznu4Tku7ZcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICd0aHktYWN0aW9uLCBbdGh5QWN0aW9uXScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FjdGlvbi5jb21wb25lbnQuaHRtbCcsXG4gICAgcHJvdmlkZXJzOiBbVXBkYXRlSG9zdENsYXNzU2VydmljZV0sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3RoeS1hY3Rpb24nLFxuICAgICAgICAnW2NsYXNzLmFjdGl2ZV0nOiAnYWN0aXZlJyxcbiAgICAgICAgJ1tjbGFzcy50aHktYWN0aW9uLWhvdmVyLWljb25dJzogJ3RoeUhvdmVySWNvbicsXG4gICAgICAgICdbY2xhc3MuZGlzYWJsZWRdJzogJ3RoeURpc2FibGVkJ1xuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgVGh5QWN0aW9uQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0LCBPbkNoYW5nZXMge1xuICAgIGljb246IHN0cmluZztcblxuICAgIHByaXZhdGUgYWN0aXZlID0gZmFsc2U7XG5cbiAgICBwcml2YXRlIHR5cGU6IHN0cmluZyA9ICdwcmltYXJ5JztcblxuICAgIC8qKlxuICAgICAqIOaTjeS9nOWbvuagh+exu+Wei++8jOm7mOiupOS4uidwcmltYXJ5J++8jCdwcmltYXJ5JyB8ICdzdWNjZXNzJyB8ICdkYW5nZXInIHwgJ3dhcm5pbmcnXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBzZXQgdGh5VHlwZSh2YWx1ZTogVGh5QWN0aW9uVHlwZSkge1xuICAgICAgICB0aGlzLnNldEFjdGlvblR5cGUodmFsdWUgfHwgJ3ByaW1hcnknKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDmk43kvZzlm77moIfvvIzmlK/mjIHkvKDlj4LlkIzml7bkuZ/mlK/mjIHlnKjmipXlvbHkuK3lhpkgdGh5LWljb24g57uE5Lu2XG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBzZXQgdGh5SWNvbihpY29uOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5pY29uID0gaWNvbjtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDlvZMgdGh5SWNvbiDlkozlhbbku5bmjIfku6Tlj4LmlbDlkI3mnInlhrLnqoHml7bkvb/nlKggdGh5QWN0aW9uSWNvblxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgc2V0IHRoeUFjdGlvbkljb24oaWNvbjogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMuaWNvbiA9IGljb247XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICog5pON5L2c5Zu+5qCHIEFjdGl2ZSDnirbmgIHvvIzpu5jorqTkuLogZmFsc2XvvIzorr7nva7kuLogdHJ1ZSDml7bkvJrlnKggSXRlbSDkuIrmt7vliqAgYWN0aXZlIGNsYXNzXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBASW5wdXRCb29sZWFuKClcbiAgICBzZXQgdGh5QWN0aXZlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuYWN0aXZlID0gdmFsdWU7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICog5b2TIHRoeUFjdGl2ZSDlkozlhbbku5bmjIfku6Tlj4LmlbDlkI3mnInlhrLnqoHml7bkvb/nlKggdGh5QWN0aW9uQWN0aXZlXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBASW5wdXRCb29sZWFuKClcbiAgICBzZXQgdGh5QWN0aW9uQWN0aXZlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuYWN0aXZlID0gdmFsdWU7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICog5pON5L2c5Zu+5qCH5Li76aKY77yM6buY6K6kIGZpbGzvvIwgYGZpbGxgIOiDjOaZr+iJsuWhq+WFhe+8jGBsaXRlYCDnroDljZXmlofmnKzpopzoibLlj5jljJZcbiAgICAgKi9cbiAgICBASW5wdXQoKSB0aHlUaGVtZTogJ2ZpbGwnIHwgJ2xpdGUnID0gJ2ZpbGwnO1xuXG4gICAgLyoqXG4gICAgICogSG92ZXIg5bGV56S655qE5Zu+5qCHXG4gICAgICovXG4gICAgQElucHV0KCkgdGh5SG92ZXJJY29uOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiDmmK/lkKblpITkuo7npoHnlKjnirbmgIFcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBJbnB1dEJvb2xlYW4oKVxuICAgIHRoeURpc2FibGVkOiBib29sZWFuO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgICAgIHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMixcbiAgICAgICAgcHJpdmF0ZSB1cGRhdGVIb3N0Q2xhc3NTZXJ2aWNlOiBVcGRhdGVIb3N0Q2xhc3NTZXJ2aWNlXG4gICAgKSB7XG4gICAgICAgIHRoaXMudXBkYXRlSG9zdENsYXNzU2VydmljZS5pbml0aWFsaXplRWxlbWVudCh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCk7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlQ2xhc3NlcygpO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgdGhpcy53cmFwU3BhbkZvclRleHQodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuY2hpbGROb2Rlcyk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoKGNoYW5nZXMudGh5VHlwZSAmJiAhY2hhbmdlcy50aHlUeXBlLmZpcnN0Q2hhbmdlKSB8fCAoY2hhbmdlcy50aHlUaGVtZSAmJiAhY2hhbmdlcy50aHlUaGVtZS5maXJzdENoYW5nZSkpIHtcbiAgICAgICAgICAgIHRoaXMudXBkYXRlQ2xhc3NlcygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgc2V0TWFyZ2luUmlnaHQobWFyZ2luUmlnaHQ6IHN0cmluZykge1xuICAgICAgICB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5zdHlsZS5tYXJnaW5SaWdodCA9IG1hcmdpblJpZ2h0O1xuICAgIH1cblxuICAgIHByaXZhdGUgd3JhcFNwYW5Gb3JUZXh0KG5vZGVzOiBOb2RlTGlzdCk6IHZvaWQge1xuICAgICAgICBub2Rlcy5mb3JFYWNoKG5vZGUgPT4ge1xuICAgICAgICAgICAgaWYgKG5vZGUubm9kZU5hbWUgPT09ICcjdGV4dCcpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBzcGFuID0gdGhpcy5yZW5kZXJlci5jcmVhdGVFbGVtZW50KCdzcGFuJyk7XG4gICAgICAgICAgICAgICAgY29uc3QgcGFyZW50ID0gdGhpcy5yZW5kZXJlci5wYXJlbnROb2RlKG5vZGUpO1xuICAgICAgICAgICAgICAgIC8vIHRoaXMucmVuZGVyZXIuYWRkQ2xhc3Moc3BhbiwgJ3RoeS1hY3Rpb24td3JhcC1zcGFuJyk7XG4gICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5pbnNlcnRCZWZvcmUocGFyZW50LCBzcGFuLCBub2RlKTtcbiAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLmFwcGVuZENoaWxkKHNwYW4sIG5vZGUpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHNldEFjdGlvblR5cGUodmFsdWU6IFRoeUFjdGlvblR5cGUpIHtcbiAgICAgICAgdGhpcy50eXBlID0gdmFsdWU7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB1cGRhdGVDbGFzc2VzKCkge1xuICAgICAgICBsZXQgY2xhc3NOYW1lczogc3RyaW5nW10gPSBbXTtcbiAgICAgICAgY2xhc3NOYW1lcy5wdXNoKGBhY3Rpb24tJHt0aGlzLnR5cGV9YCk7XG4gICAgICAgIGlmICh0aGlzLnRoeVRoZW1lID09PSAnbGl0ZScpIHtcbiAgICAgICAgICAgIGNsYXNzTmFtZXMucHVzaCgndGh5LWFjdGlvbi1saXRlJyk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy51cGRhdGVIb3N0Q2xhc3NTZXJ2aWNlLnVwZGF0ZUNsYXNzKGNsYXNzTmFtZXMpO1xuICAgIH1cbn1cbiIsIjx0aHktaWNvbiAqbmdJZj1cImljb25cIiBbdGh5SWNvbk5hbWVdPVwiaWNvblwiPjwvdGh5LWljb24+XG48dGh5LWljb24gY2xhc3M9XCJob3Zlci1pY29uXCIgKm5nSWY9XCJ0aHlIb3Zlckljb25cIiBbdGh5SWNvbk5hbWVdPVwidGh5SG92ZXJJY29uXCI+PC90aHktaWNvbj5cbjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
132
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hY3Rpb24vYWN0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3NyYy9hY3Rpb24vYWN0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxLQUFLLEVBSUwsVUFBVSxFQUNWLFNBQVMsRUFHWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsWUFBWSxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBSXZFOztHQUVHO0FBYUgsTUFBTSxPQUFPLGtCQUFrQjtJQWtFM0IsWUFDWSxVQUFtQyxFQUNuQyxRQUFtQixFQUNuQixzQkFBOEM7UUFGOUMsZUFBVSxHQUFWLFVBQVUsQ0FBeUI7UUFDbkMsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQiwyQkFBc0IsR0FBdEIsc0JBQXNCLENBQXdCO1FBbEVsRCxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWYsU0FBSSxHQUFXLFNBQVMsQ0FBQztRQTRDakM7O1dBRUc7UUFDTSxhQUFRLEdBQW9CLE1BQU0sQ0FBQztRQW1CeEMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDakYsQ0FBQztJQWpFRDs7T0FFRztJQUNILElBQ0ksT0FBTyxDQUFDLEtBQW9CO1FBQzVCLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxJQUFJLFNBQVMsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRDs7T0FFRztJQUNILElBQ0ksT0FBTyxDQUFDLElBQVk7UUFDcEIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7SUFDckIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFDSSxhQUFhLENBQUMsSUFBWTtRQUMxQixJQUFJLENB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QUFLO2dCQVdGLGVBQWU7c0JBRmxCLEtBQUs7Z0JBU0csUUFBUTtzQkFBaEIsS0FBSztnQkFLRyxZQUFZO3NCQUFwQixLQUFLO2dCQU9OLFdBQVc7c0JBRlYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIE9uSW5pdCxcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIE9uQ2hhbmdlcyxcbiAgICBFbGVtZW50UmVmLFxuICAgIFJlbmRlcmVyMixcbiAgICBTaW1wbGVDaGFuZ2VzLFxuICAgIEhvc3RCaW5kaW5nXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSW5wdXRCb29sZWFuLCBVcGRhdGVIb3N0Q2xhc3NTZXJ2aWNlIH0gZnJvbSAnbmd4LXRldGh5cy9jb3JlJztcblxuZXhwb3J0IHR5cGUgVGh5QWN0aW9uVHlwZSA9ICdwcmltYXJ5JyB8ICdzdWNjZXNzJyB8ICdkYW5nZXInIHwgJ3dhcm5pbmcnO1xuXG4vKipcbiAqIOeri+WNs+aTjeS9nOe7hOS7tlxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3RoeS1hY3Rpb24sIFt0aHlBY3Rpb25dJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWN0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgICBwcm92aWRlcnM6IFtVcGRhdGVIb3N0Q2xhc3NTZXJ2aWNlXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0OiB7XG4gICAgICAgIGNsYXNzOiAndGh5LWFjdGlvbicsXG4gICAgICAgICdbY2xhc3MuYWN0aXZlXSc6ICdhY3RpdmUnLFxuICAgICAgICAnW2NsYXNzLnRoeS1hY3Rpb24taG92ZXItaWNvbl0nOiAndGh5SG92ZXJJY29uJyxcbiAgICAgICAgJ1tjbGFzcy5kaXNhYmxlZF0nOiAndGh5RGlzYWJsZWQnXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBUaHlBY3Rpb25Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQsIE9uQ2hhbmdlcyB7XG4gICAgaWNvbjogc3RyaW5nO1xuXG4gICAgcHJpdmF0ZSBhY3RpdmUgPSBmYWxzZTtcblxuICAgIHByaXZhdGUgdHlwZTogc3RyaW5nID0gJ3ByaW1hcnknO1xuXG4gICAgLyoqXG4gICAgICog5pON5L2c5Zu+5qCH57G75Z6L77yM6buY6K6k5Li6J3ByaW1hcnkn77yMJ3ByaW1hcnknIHwgJ3N1Y2Nlc3MnIHwgJ2RhbmdlcicgfCAnd2FybmluZydcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHNldCB0aHlUeXBlKHZhbHVlOiBUaHlBY3Rpb25UeXBlKSB7XG4gICAgICAgIHRoaXMuc2V0QWN0aW9uVHlwZSh2YWx1ZSB8fCAncHJpbWFyeScpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIOaTjeS9nOWbvuagh++8jOaUr+aMgeS8oOWPguWQjOaXtuS5n+aUr+aMgeWcqOaKleW9seS4reWGmSB0aHktaWNvbiDnu4Tku7ZcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHNldCB0aHlJY29uKGljb246IHN0cmluZykge1xuICAgICAgICB0aGlzLmljb24gPSBpY29uO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIOW9kyB0aHlJY29uIOWSjOWFtuS7luaMh+S7pOWPguaVsOWQjeacieWGsueqgeaXtuS9v+eUqCB0aHlBY3Rpb25JY29uXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBzZXQgdGh5QWN0aW9uSWNvbihpY29uOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5pY29uID0gaWNvbjtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDmk43kvZzlm77moIcgQWN0aXZlIOeKtuaAge+8jOm7mOiupOS4uiBmYWxzZe+8jOiuvue9ruS4uiB0cnVlIOaXtuS8muWcqCBJdGVtIOS4iua3u+WKoCBhY3RpdmUgY2xhc3NcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBJbnB1dEJvb2xlYW4oKVxuICAgIHNldCB0aHlBY3RpdmUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICAgICAgdGhpcy5hY3RpdmUgPSB2YWx1ZTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDlvZMgdGh5QWN0aXZlIOWSjOWFtuS7luaMh+S7pOWPguaVsOWQjeacieWGsueqgeaXtuS9v+eUqCB0aHlBY3Rpb25BY3RpdmVcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBJbnB1dEJvb2xlYW4oKVxuICAgIHNldCB0aHlBY3Rpb25BY3RpdmUodmFsdWU6IGJvb2xlYW4pIHtcbiAgICAgICAgdGhpcy5hY3RpdmUgPSB2YWx1ZTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDmk43kvZzlm77moIfkuLvpopjvvIzpu5jorqQgZmlsbO+8jCBgZmlsbGAg6IOM5pmv6Imy5aGr5YWF77yMYGxpdGVgIOeugOWNleaWh+acrOminOiJsuWPmOWMllxuICAgICAqL1xuICAgIEBJbnB1dCgpIHRoeVRoZW1lOiAnZmlsbCcgfCAnbGl0ZScgPSAnZmlsbCc7XG5cbiAgICAvKipcbiAgICAgKiBIb3ZlciDlsZXnpLrnmoTlm77moIdcbiAgICAgKi9cbiAgICBASW5wdXQoKSB0aHlIb3Zlckljb246IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIOaYr+WQpuWkhOS6juemgeeUqOeKtuaAgVxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgQElucHV0Qm9vbGVhbigpXG4gICAgdGh5RGlzYWJsZWQ6IGJvb2xlYW47XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICAgICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLFxuICAgICAgICBwcml2YXRlIHVwZGF0ZUhvc3RDbGFzc1NlcnZpY2U6IFVwZGF0ZUhvc3RDbGFzc1NlcnZpY2VcbiAgICApIHtcbiAgICAgICAgdGhpcy51cGRhdGVIb3N0Q2xhc3NTZXJ2aWNlLmluaXRpYWxpemVFbGVtZW50KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50KTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy51cGRhdGVDbGFzc2VzKCk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICB0aGlzLndyYXBTcGFuRm9yVGV4dCh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jaGlsZE5vZGVzKTtcbiAgICB9XG5cbiAgICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgICAgIGlmICgoY2hhbmdlcy50aHlUeXBlICYmICFjaGFuZ2VzLnRoeVR5cGUuZmlyc3RDaGFuZ2UpIHx8IChjaGFuZ2VzLnRoeVRoZW1lICYmICFjaGFuZ2VzLnRoeVRoZW1lLmZpcnN0Q2hhbmdlKSkge1xuICAgICAgICAgICAgdGhpcy51cGRhdGVDbGFzc2VzKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBzZXRNYXJnaW5SaWdodChtYXJnaW5SaWdodDogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLm1hcmdpblJpZ2h0ID0gbWFyZ2luUmlnaHQ7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB3cmFwU3BhbkZvclRleHQobm9kZXM6IE5vZGVMaXN0KTogdm9pZCB7XG4gICAgICAgIG5vZGVzLmZvckVhY2gobm9kZSA9PiB7XG4gICAgICAgICAgICBpZiAobm9kZS5ub2RlTmFtZSA9PT0gJyN0ZXh0Jykge1xuICAgICAgICAgICAgICAgIGNvbnN0IHNwYW4gPSB0aGlzLnJlbmRlcmVyLmNyZWF0ZUVsZW1lbnQoJ3NwYW4nKTtcbiAgICAgICAgICAgICAgICBjb25zdCBwYXJlbnQgPSB0aGlzLnJlbmRlcmVyLnBhcmVudE5vZGUobm9kZSk7XG4gICAgICAgICAgICAgICAgLy8gdGhpcy5yZW5kZXJlci5hZGRDbGFzcyhzcGFuLCAndGh5LWFjdGlvbi13cmFwLXNwYW4nKTtcbiAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLmluc2VydEJlZm9yZShwYXJlbnQsIHNwYW4sIG5vZGUpO1xuICAgICAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuYXBwZW5kQ2hpbGQoc3Bhbiwgbm9kZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgc2V0QWN0aW9uVHlwZSh2YWx1ZTogVGh5QWN0aW9uVHlwZSkge1xuICAgICAgICB0aGlzLnR5cGUgPSB2YWx1ZTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHVwZGF0ZUNsYXNzZXMoKSB7XG4gICAgICAgIGxldCBjbGFzc05hbWVzOiBzdHJpbmdbXSA9IFtdO1xuICAgICAgICBjbGFzc05hbWVzLnB1c2goYGFjdGlvbi0ke3RoaXMudHlwZX1gKTtcbiAgICAgICAgaWYgKHRoaXMudGh5VGhlbWUgPT09ICdsaXRlJykge1xuICAgICAgICAgICAgY2xhc3NOYW1lcy5wdXNoKCd0aHktYWN0aW9uLWxpdGUnKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnVwZGF0ZUhvc3RDbGFzc1NlcnZpY2UudXBkYXRlQ2xhc3MoY2xhc3NOYW1lcyk7XG4gICAgfVxufVxuIiwiPHRoeS1pY29uICpuZ0lmPVwiaWNvblwiIFt0aHlJY29uTmFtZV09XCJpY29uXCI+PC90aHktaWNvbj5cbjx0aHktaWNvbiBjbGFzcz1cImhvdmVyLWljb25cIiAqbmdJZj1cInRoeUhvdmVySWNvblwiIFt0aHlJY29uTmFtZV09XCJ0aHlIb3Zlckljb25cIj48L3RoeS1pY29uPlxuPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
@@ -6,10 +6,10 @@ import { ThyActionsComponent } from './actions.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export class ThyActionModule {
8
8
  }
9
- ThyActionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ThyActionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: ThyActionModule, declarations: [ThyActionComponent, ThyActionsComponent], imports: [CommonModule, ThyIconModule], exports: [ThyActionComponent, ThyActionsComponent] });
11
- ThyActionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionModule, imports: [CommonModule, ThyIconModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionModule, decorators: [{
9
+ ThyActionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ ThyActionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ThyActionModule, declarations: [ThyActionComponent, ThyActionsComponent], imports: [CommonModule, ThyIconModule], exports: [ThyActionComponent, ThyActionsComponent] });
11
+ ThyActionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionModule, imports: [CommonModule, ThyIconModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [ThyActionComponent, ThyActionsComponent],
@@ -34,11 +34,11 @@ export class ThyActionsComponent {
34
34
  });
35
35
  }
36
36
  }
37
- ThyActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
38
- ThyActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionsComponent, selector: "thy-actions", inputs: { thySize: "thySize" }, host: { classAttribute: "thy-actions" }, queries: [{ propertyName: "actions", predicate: ThyActionComponent }], usesOnChanges: true, ngImport: i0, template: `
37
+ ThyActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
38
+ ThyActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionsComponent, selector: "thy-actions", inputs: { thySize: "thySize" }, host: { classAttribute: "thy-actions" }, queries: [{ propertyName: "actions", predicate: ThyActionComponent }], usesOnChanges: true, ngImport: i0, template: `
39
39
  <ng-content></ng-content>
40
40
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionsComponent, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionsComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{
44
44
  selector: 'thy-actions',
@@ -48,9 +48,9 @@ export class ThyActionMenuItemDirective {
48
48
  return fromEvent(this.elementRef.nativeElement, 'mouseenter').pipe(debounceTime(100), shareReplay());
49
49
  }
50
50
  }
51
- ThyActionMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i1.UpdateHostClassService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
52
- ThyActionMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemDirective, selector: "[thyActionMenuItem]", inputs: { thyDisabled: "thyDisabled", thyType: "thyType" }, host: { properties: { "class.action-menu-item": "this.className", "class.action-menu-item--disabled": "this.disabled", "class.action-menu-item--danger": "this.danger", "class.action-menu-item--success": "this.success" } }, providers: [UpdateHostClassService], ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemDirective, decorators: [{
51
+ ThyActionMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i1.UpdateHostClassService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
52
+ ThyActionMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemDirective, selector: "[thyActionMenuItem]", inputs: { thyDisabled: "thyDisabled", thyType: "thyType" }, host: { properties: { "class.action-menu-item": "this.className", "class.action-menu-item--disabled": "this.disabled", "class.action-menu-item--danger": "this.danger", "class.action-menu-item--success": "this.success" } }, providers: [UpdateHostClassService], ngImport: i0 });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemDirective, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: '[thyActionMenuItem]',
@@ -78,9 +78,9 @@ export class ThyActionMenuItemIconDirective {
78
78
  this.className = true;
79
79
  }
80
80
  }
81
- ThyActionMenuItemIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
82
- ThyActionMenuItemIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemIconDirective, selector: "[thyActionMenuItemIcon]", host: { properties: { "class.icon": "this.className" } }, ngImport: i0 });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemIconDirective, decorators: [{
81
+ ThyActionMenuItemIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
82
+ ThyActionMenuItemIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemIconDirective, selector: "[thyActionMenuItemIcon]", host: { properties: { "class.icon": "this.className" } }, ngImport: i0 });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemIconDirective, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: '[thyActionMenuItemIcon]'
@@ -94,9 +94,9 @@ export class ThyActionMenuItemNameDirective {
94
94
  this.className = true;
95
95
  }
96
96
  }
97
- ThyActionMenuItemNameDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemNameDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
98
- ThyActionMenuItemNameDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemNameDirective, selector: "[thyActionMenuItemName]", host: { properties: { "class.name": "this.className" } }, ngImport: i0 });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemNameDirective, decorators: [{
97
+ ThyActionMenuItemNameDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemNameDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
98
+ ThyActionMenuItemNameDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemNameDirective, selector: "[thyActionMenuItemName]", host: { properties: { "class.name": "this.className" } }, ngImport: i0 });
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemNameDirective, decorators: [{
100
100
  type: Directive,
101
101
  args: [{
102
102
  selector: '[thyActionMenuItemName]'
@@ -110,9 +110,9 @@ export class ThyActionMenuItemMetaDirective {
110
110
  this.className = true;
111
111
  }
112
112
  }
113
- ThyActionMenuItemMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
- ThyActionMenuItemMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemMetaDirective, selector: "[thyActionMenuItemMeta]", host: { properties: { "class.meta": "this.className" } }, ngImport: i0 });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemMetaDirective, decorators: [{
113
+ ThyActionMenuItemMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
+ ThyActionMenuItemMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemMetaDirective, selector: "[thyActionMenuItemMeta]", host: { properties: { "class.meta": "this.className" } }, ngImport: i0 });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemMetaDirective, decorators: [{
116
116
  type: Directive,
117
117
  args: [{
118
118
  selector: '[thyActionMenuItemMeta]'
@@ -126,9 +126,9 @@ export class ThyActionMenuItemInfoDirective {
126
126
  this.className = true;
127
127
  }
128
128
  }
129
- ThyActionMenuItemInfoDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemInfoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
130
- ThyActionMenuItemInfoDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemInfoDirective, selector: "[thyActionMenuItemInfo]", host: { properties: { "class.info": "this.className" } }, ngImport: i0 });
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemInfoDirective, decorators: [{
129
+ ThyActionMenuItemInfoDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemInfoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
130
+ ThyActionMenuItemInfoDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemInfoDirective, selector: "[thyActionMenuItemInfo]", host: { properties: { "class.info": "this.className" } }, ngImport: i0 });
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemInfoDirective, decorators: [{
132
132
  type: Directive,
133
133
  args: [{
134
134
  selector: '[thyActionMenuItemInfo]'
@@ -142,9 +142,9 @@ export class ThyActionMenuItemExtendIconDirective {
142
142
  this.className = true;
143
143
  }
144
144
  }
145
- ThyActionMenuItemExtendIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemExtendIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
146
- ThyActionMenuItemExtendIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemExtendIconDirective, selector: "[thyActionMenuItemExtendIcon]", host: { properties: { "class.extend-icon": "this.className" } }, ngImport: i0 });
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemExtendIconDirective, decorators: [{
145
+ ThyActionMenuItemExtendIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemExtendIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
146
+ ThyActionMenuItemExtendIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemExtendIconDirective, selector: "[thyActionMenuItemExtendIcon]", host: { properties: { "class.extend-icon": "this.className" } }, ngImport: i0 });
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemExtendIconDirective, decorators: [{
148
148
  type: Directive,
149
149
  args: [{
150
150
  selector: '[thyActionMenuItemExtendIcon]'
@@ -161,9 +161,9 @@ export class ThyActionMenuItemActiveDirective {
161
161
  this._isActive = coerceBooleanProperty(value);
162
162
  }
163
163
  }
164
- ThyActionMenuItemActiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemActiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
- ThyActionMenuItemActiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuItemActiveDirective, selector: "[thyActionMenuItemActive]", inputs: { thyActionMenuItemActive: "thyActionMenuItemActive" }, host: { properties: { "class.active": "this._isActive" } }, ngImport: i0 });
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuItemActiveDirective, decorators: [{
164
+ ThyActionMenuItemActiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemActiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
+ ThyActionMenuItemActiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuItemActiveDirective, selector: "[thyActionMenuItemActive]", inputs: { thyActionMenuItemActive: "thyActionMenuItemActive" }, host: { properties: { "class.active": "this._isActive" } }, ngImport: i0 });
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuItemActiveDirective, decorators: [{
167
167
  type: Directive,
168
168
  args: [{
169
169
  selector: '[thyActionMenuItemActive]'
@@ -40,9 +40,9 @@ export class ThyActionMenuSubItemDirective extends _MixinBase {
40
40
  super.ngOnDestroy();
41
41
  }
42
42
  }
43
- ThyActionMenuSubItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuSubItemDirective, deps: [{ token: i1.ThyActionMenuItemDirective }], target: i0.ɵɵFactoryTarget.Directive });
44
- ThyActionMenuSubItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuSubItemDirective, selector: "[thyActionMenuSubItem]", inputs: { thyActionMenuSubItem: "thyActionMenuSubItem" }, host: { properties: { "class.action-menu-sub-item": "this.className" } }, providers: [], usesInheritance: true, ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuSubItemDirective, decorators: [{
43
+ ThyActionMenuSubItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuSubItemDirective, deps: [{ token: i1.ThyActionMenuItemDirective }], target: i0.ɵɵFactoryTarget.Directive });
44
+ ThyActionMenuSubItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuSubItemDirective, selector: "[thyActionMenuSubItem]", inputs: { thyActionMenuSubItem: "thyActionMenuSubItem" }, host: { properties: { "class.action-menu-sub-item": "this.className" } }, providers: [], usesInheritance: true, ngImport: i0 });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuSubItemDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: '[thyActionMenuSubItem]',
@@ -56,9 +56,9 @@ export class ThyActionMenuToggleDirective {
56
56
  });
57
57
  }
58
58
  }
59
- ThyActionMenuToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuToggleDirective, deps: [{ token: i1.ThyPopover }], target: i0.ɵɵFactoryTarget.Directive });
60
- ThyActionMenuToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuToggleDirective, selector: "[thyActionMenuToggle]", inputs: { thyActionMenuToggle: "thyActionMenuToggle", thyPlacement: "thyPlacement", thyAction: "thyAction", thyStopPropagation: "thyStopPropagation", thyContainerClass: "thyContainerClass", thyOriginActiveClass: "thyOriginActiveClass" }, host: { listeners: { "click": "onClick($event)", "contextmenu": "onRightClick($event)" } }, ngImport: i0 });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuToggleDirective, decorators: [{
59
+ ThyActionMenuToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuToggleDirective, deps: [{ token: i1.ThyPopover }], target: i0.ɵɵFactoryTarget.Directive });
60
+ ThyActionMenuToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuToggleDirective, selector: "[thyActionMenuToggle]", inputs: { thyActionMenuToggle: "thyActionMenuToggle", thyPlacement: "thyPlacement", thyAction: "thyAction", thyStopPropagation: "thyStopPropagation", thyContainerClass: "thyContainerClass", thyOriginActiveClass: "thyOriginActiveClass" }, host: { listeners: { "click": "onClick($event)", "contextmenu": "onRightClick($event)" } }, ngImport: i0 });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuToggleDirective, decorators: [{
62
62
  type: Directive,
63
63
  args: [{
64
64
  selector: '[thyActionMenuToggle]'
@@ -13,11 +13,11 @@ export class ThyActionMenuComponent {
13
13
  this.styleWidth = value;
14
14
  }
15
15
  }
16
- ThyActionMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- ThyActionMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuComponent, selector: "thy-action-menu", inputs: { thyTheme: "thyTheme", thyWidth: "thyWidth" }, host: { properties: { "class.action-menu": "this.className", "class.action-menu--group": "this.themeClassName", "style.width": "this.styleWidth" } }, ngImport: i0, template: `
16
+ ThyActionMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ ThyActionMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuComponent, selector: "thy-action-menu", inputs: { thyTheme: "thyTheme", thyWidth: "thyWidth" }, host: { properties: { "class.action-menu": "this.className", "class.action-menu--group": "this.themeClassName", "style.width": "this.styleWidth" } }, ngImport: i0, template: `
18
18
  <ng-content></ng-content>
19
19
  `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'thy-action-menu',
@@ -48,12 +48,12 @@ export class ThyActionMenuGroupComponent {
48
48
  this.groupTitle = value;
49
49
  }
50
50
  }
51
- ThyActionMenuGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
52
- ThyActionMenuGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuGroupComponent, selector: "thy-action-menu-group", inputs: { thyTitle: "thyTitle" }, host: { properties: { "class.action-menu-group": "this.isGroup" } }, ngImport: i0, template: `
51
+ ThyActionMenuGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
52
+ ThyActionMenuGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuGroupComponent, selector: "thy-action-menu-group", inputs: { thyTitle: "thyTitle" }, host: { properties: { "class.action-menu-group": "this.isGroup" } }, ngImport: i0, template: `
53
53
  <div class="action-menu-group-title">{{ groupTitle }}</div>
54
54
  <ng-content></ng-content>
55
55
  `, isInline: true });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuGroupComponent, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuGroupComponent, decorators: [{
57
57
  type: Component,
58
58
  args: [{
59
59
  selector: 'thy-action-menu-group',
@@ -80,11 +80,11 @@ export class ThyActionMenuDividerComponent {
80
80
  this.isCrossing = value === 'crossing';
81
81
  }
82
82
  }
83
- ThyActionMenuDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
84
- ThyActionMenuDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuDividerComponent, selector: "thy-action-menu-divider", inputs: { thyTitle: "thyTitle", thyType: "thyType" }, host: { properties: { "class.action-menu-divider": "this.className", "class.action-menu-divider-crossing": "this.isCrossing" } }, ngImport: i0, template: `
83
+ ThyActionMenuDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
84
+ ThyActionMenuDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuDividerComponent, selector: "thy-action-menu-divider", inputs: { thyTitle: "thyTitle", thyType: "thyType" }, host: { properties: { "class.action-menu-divider": "this.className", "class.action-menu-divider-crossing": "this.isCrossing" } }, ngImport: i0, template: `
85
85
  <div class="action-menu-divider-title">{{ title }}</div>
86
86
  `, isInline: true });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuDividerComponent, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuDividerComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
90
  selector: 'thy-action-menu-divider',
@@ -108,9 +108,9 @@ export class ThyActionMenuDividerTitleDirective {
108
108
  this.className = true;
109
109
  }
110
110
  }
111
- ThyActionMenuDividerTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuDividerTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
112
- ThyActionMenuDividerTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyActionMenuDividerTitleDirective, selector: "[thyActionMenuDividerTitle]", host: { properties: { "class.action-menu-divider-title": "this.className" } }, ngImport: i0 });
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuDividerTitleDirective, decorators: [{
111
+ ThyActionMenuDividerTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuDividerTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
112
+ ThyActionMenuDividerTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyActionMenuDividerTitleDirective, selector: "[thyActionMenuDividerTitle]", host: { properties: { "class.action-menu-divider-title": "this.className" } }, ngImport: i0 });
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuDividerTitleDirective, decorators: [{
114
114
  type: Directive,
115
115
  args: [{
116
116
  selector: '[thyActionMenuDividerTitle]'
@@ -11,8 +11,8 @@ import { ThyFormModule } from 'ngx-tethys/form';
11
11
  import * as i0 from "@angular/core";
12
12
  export class ThyActionMenuModule {
13
13
  }
14
- ThyActionMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- ThyActionMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuModule, declarations: [ThyActionMenuToggleDirective,
14
+ ThyActionMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ ThyActionMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuModule, declarations: [ThyActionMenuToggleDirective,
16
16
  ThyActionMenuComponent,
17
17
  ThyActionMenuDividerComponent,
18
18
  ThyActionMenuItemDirective,
@@ -37,8 +37,8 @@ ThyActionMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
37
37
  ThyActionMenuDividerTitleDirective,
38
38
  ThyActionMenuItemActiveDirective,
39
39
  ThyActionMenuGroupComponent] });
40
- ThyActionMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuModule, imports: [CommonModule, FormsModule, ThyPopoverModule, ThySelectModule, ThyFormModule] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyActionMenuModule, decorators: [{
40
+ ThyActionMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuModule, imports: [CommonModule, FormsModule, ThyPopoverModule, ThySelectModule, ThyFormModule] });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyActionMenuModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [
@@ -198,13 +198,13 @@ export class ThyAffixComponent {
198
198
  }
199
199
  }
200
200
  }
201
- ThyAffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixComponent, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.ThyScrollService }, { token: i0.NgZone }, { token: i2.Platform }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
202
- ThyAffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyAffixComponent, selector: "thy-affix", inputs: { thyContainer: "thyContainer", thyOffsetTop: "thyOffsetTop", thyOffsetBottom: "thyOffsetBottom" }, outputs: { thyChange: "thyChange" }, viewQueries: [{ propertyName: "fixedElement", first: true, predicate: ["fixedElement"], descendants: true, static: true }], exportAs: ["thyAffix"], usesOnChanges: true, ngImport: i0, template: `
201
+ ThyAffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixComponent, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.ThyScrollService }, { token: i0.NgZone }, { token: i2.Platform }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
202
+ ThyAffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyAffixComponent, selector: "thy-affix", inputs: { thyContainer: "thyContainer", thyOffsetTop: "thyOffsetTop", thyOffsetBottom: "thyOffsetBottom" }, outputs: { thyChange: "thyChange" }, viewQueries: [{ propertyName: "fixedElement", first: true, predicate: ["fixedElement"], descendants: true, static: true }], exportAs: ["thyAffix"], usesOnChanges: true, ngImport: i0, template: `
203
203
  <div #fixedElement>
204
204
  <ng-content></ng-content>
205
205
  </div>
206
206
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixComponent, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixComponent, decorators: [{
208
208
  type: Component,
209
209
  args: [{
210
210
  selector: 'thy-affix',
@@ -5,10 +5,10 @@ import { ThyAffixComponent } from './affix.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ThyAffixModule {
7
7
  }
8
- ThyAffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- ThyAffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixModule, declarations: [ThyAffixComponent], imports: [CommonModule, PlatformModule], exports: [ThyAffixComponent] });
10
- ThyAffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixModule, imports: [CommonModule, PlatformModule] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAffixModule, decorators: [{
8
+ ThyAffixModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ ThyAffixModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixModule, declarations: [ThyAffixComponent], imports: [CommonModule, PlatformModule], exports: [ThyAffixComponent] });
10
+ ThyAffixModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixModule, imports: [CommonModule, PlatformModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAffixModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [ThyAffixComponent],
@@ -80,9 +80,9 @@ export class ThyAlertComponent {
80
80
  this.updateHostClassService.updateClass([`thy-alert-${theme}`, `thy-alert-${theme}-${type}`]);
81
81
  }
82
82
  }
83
- ThyAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertComponent, deps: [{ token: i1.UpdateHostClassService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
84
- ThyAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyAlertComponent, selector: "thy-alert", inputs: { thyType: "thyType", thyTheme: "thyTheme", thyMessage: "thyMessage", thyIcon: "thyIcon", thyCloseable: "thyCloseable" }, host: { properties: { "class.thy-alert-hidden": "hidden" }, classAttribute: "thy-alert" }, providers: [UpdateHostClassService], queries: [{ propertyName: "alertOperation", first: true, predicate: ["operation"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"thy-alert-content\">\n <thy-icon *ngIf=\"thyIcon\" class=\"thy-alert-icon\" [thyIconName]=\"thyIcon\"></thy-icon>\n <span *ngIf=\"theme === 'naked'\" class=\"thy-alert-tips\">Tips\uFF1A </span>\n <ng-container *ngIf=\"messageTemplate\">\n <ng-template *ngTemplateOutlet=\"messageTemplate\"></ng-template>\n </ng-container>\n <span *ngIf=\"messageText\">{{ messageText }}</span>\n <div class=\"thy-alert-operation\" *ngIf=\"alertOperation\">\n <ng-container [ngTemplateOutlet]=\"alertOperation\"></ng-container>\n </div>\n</div>\n<a href=\"javascript:;\" class=\"thy-alert-close\" *ngIf=\"thyCloseable\" (click)=\"closeAlert()\">\n <thy-icon thyIconName=\"close\"></thy-icon>\n</a>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.ThyIconComponent, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertComponent, decorators: [{
83
+ ThyAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertComponent, deps: [{ token: i1.UpdateHostClassService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
84
+ ThyAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyAlertComponent, selector: "thy-alert", inputs: { thyType: "thyType", thyTheme: "thyTheme", thyMessage: "thyMessage", thyIcon: "thyIcon", thyCloseable: "thyCloseable" }, host: { properties: { "class.thy-alert-hidden": "hidden" }, classAttribute: "thy-alert" }, providers: [UpdateHostClassService], queries: [{ propertyName: "alertOperation", first: true, predicate: ["operation"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"thy-alert-content\">\n <thy-icon *ngIf=\"thyIcon\" class=\"thy-alert-icon\" [thyIconName]=\"thyIcon\"></thy-icon>\n <span *ngIf=\"theme === 'naked'\" class=\"thy-alert-tips\">Tips\uFF1A </span>\n <ng-container *ngIf=\"messageTemplate\">\n <ng-template *ngTemplateOutlet=\"messageTemplate\"></ng-template>\n </ng-container>\n <span *ngIf=\"messageText\">{{ messageText }}</span>\n <div class=\"thy-alert-operation\" *ngIf=\"alertOperation\">\n <ng-container [ngTemplateOutlet]=\"alertOperation\"></ng-container>\n </div>\n</div>\n<a href=\"javascript:;\" class=\"thy-alert-close\" *ngIf=\"thyCloseable\" (click)=\"closeAlert()\">\n <thy-icon thyIconName=\"close\"></thy-icon>\n</a>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.ThyIconComponent, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{ selector: 'thy-alert', changeDetection: ChangeDetectionStrategy.OnPush, host: {
88
88
  class: 'thy-alert',
@@ -5,9 +5,9 @@ export class ThyAlertActionItemDirective {
5
5
  this.class = true;
6
6
  }
7
7
  }
8
- ThyAlertActionItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertActionItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- ThyAlertActionItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.3", type: ThyAlertActionItemDirective, selector: "[thyAlertActionItem]", host: { properties: { "class.thy-alert-action": "this.class" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertActionItemDirective, decorators: [{
8
+ ThyAlertActionItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertActionItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ ThyAlertActionItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ThyAlertActionItemDirective, selector: "[thyAlertActionItem]", host: { properties: { "class.thy-alert-action": "this.class" } }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertActionItemDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{ selector: '[thyAlertActionItem]' }]
13
13
  }], ctorParameters: function () { return []; }, propDecorators: { class: [{
@@ -6,10 +6,10 @@ import { ThyAlertActionItemDirective } from './alert.directive';
6
6
  import * as i0 from "@angular/core";
7
7
  export class ThyAlertModule {
8
8
  }
9
- ThyAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ThyAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertModule, declarations: [ThyAlertComponent, ThyAlertActionItemDirective], imports: [CommonModule, ThyIconModule], exports: [ThyAlertComponent, ThyAlertActionItemDirective] });
11
- ThyAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertModule, imports: [CommonModule, ThyIconModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAlertModule, decorators: [{
9
+ ThyAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ ThyAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertModule, declarations: [ThyAlertComponent, ThyAlertActionItemDirective], imports: [CommonModule, ThyIconModule], exports: [ThyAlertComponent, ThyAlertActionItemDirective] });
11
+ ThyAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertModule, imports: [CommonModule, ThyIconModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAlertModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [ThyAlertComponent, ThyAlertActionItemDirective],
@@ -47,14 +47,14 @@ export class ThyAnchorLinkComponent {
47
47
  this.anchorComponent.unregisterLink(this);
48
48
  }
49
49
  }
50
- ThyAnchorLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorLinkComponent, deps: [{ token: i0.ElementRef }, { token: i1.ThyAnchorComponent }, { token: i2.Platform }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
51
- ThyAnchorLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyAnchorLinkComponent, selector: "thy-link", inputs: { thyHref: "thyHref", thyTitle: "thyTitle" }, queries: [{ propertyName: "thyTemplate", first: true, predicate: ["thyTemplate"], descendants: true }], viewQueries: [{ propertyName: "linkTitle", first: true, predicate: ["linkTitle"], descendants: true, static: true }], exportAs: ["thyLink"], ngImport: i0, template: `
50
+ ThyAnchorLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorLinkComponent, deps: [{ token: i0.ElementRef }, { token: i1.ThyAnchorComponent }, { token: i2.Platform }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
51
+ ThyAnchorLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyAnchorLinkComponent, selector: "thy-link", inputs: { thyHref: "thyHref", thyTitle: "thyTitle" }, queries: [{ propertyName: "thyTemplate", first: true, predicate: ["thyTemplate"], descendants: true }], viewQueries: [{ propertyName: "linkTitle", first: true, predicate: ["linkTitle"], descendants: true, static: true }], exportAs: ["thyLink"], ngImport: i0, template: `
52
52
  <a #linkTitle (click)="goToClick($event)" href="{{ thyHref }}" class="thy-anchor-link-title" title="{{ title }}">
53
53
  <span *ngIf="title; else titleTemplate || thyTemplate">{{ title }}</span>
54
54
  </a>
55
55
  <ng-content></ng-content>
56
56
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorLinkComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorLinkComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{
60
60
  selector: 'thy-link',
@@ -154,8 +154,8 @@ export class ThyAnchorComponent {
154
154
  }
155
155
  }
156
156
  }
157
- ThyAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorComponent, deps: [{ token: DOCUMENT }, { token: i0.ChangeDetectorRef }, { token: i1.Platform }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i2.ThyScrollService }], target: i0.ɵɵFactoryTarget.Component });
158
- ThyAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: ThyAnchorComponent, selector: "thy-anchor", inputs: { thyAffix: "thyAffix", thyBounds: "thyBounds", thyOffsetTop: "thyOffsetTop", thyContainer: "thyContainer", thyTarget: "thyTarget" }, outputs: { thyClick: "thyClick", thyScroll: "thyScroll" }, viewQueries: [{ propertyName: "ink", first: true, predicate: ["ink"], descendants: true }], exportAs: ["thyAnchor"], usesOnChanges: true, ngImport: i0, template: `
157
+ ThyAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorComponent, deps: [{ token: DOCUMENT }, { token: i0.ChangeDetectorRef }, { token: i1.Platform }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i2.ThyScrollService }], target: i0.ɵɵFactoryTarget.Component });
158
+ ThyAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ThyAnchorComponent, selector: "thy-anchor", inputs: { thyAffix: "thyAffix", thyBounds: "thyBounds", thyOffsetTop: "thyOffsetTop", thyContainer: "thyContainer", thyTarget: "thyTarget" }, outputs: { thyClick: "thyClick", thyScroll: "thyScroll" }, viewQueries: [{ propertyName: "ink", first: true, predicate: ["ink"], descendants: true }], exportAs: ["thyAnchor"], usesOnChanges: true, ngImport: i0, template: `
159
159
  <thy-affix *ngIf="thyAffix; else content" [thyOffsetTop]="thyOffsetTop" [thyContainer]="container">
160
160
  <ng-template [ngTemplateOutlet]="content"></ng-template>
161
161
  </thy-affix>
@@ -170,7 +170,7 @@ ThyAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
170
170
  </div>
171
171
  </ng-template>
172
172
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i4.ThyAffixComponent, selector: "thy-affix", inputs: ["thyContainer", "thyOffsetTop", "thyOffsetBottom"], outputs: ["thyChange"], exportAs: ["thyAffix"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorComponent, decorators: [{
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorComponent, decorators: [{
174
174
  type: Component,
175
175
  args: [{
176
176
  selector: 'thy-anchor',
@@ -7,10 +7,10 @@ import { ThyAffixModule } from 'ngx-tethys/affix';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ThyAnchorModule {
9
9
  }
10
- ThyAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- ThyAnchorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorModule, declarations: [ThyAnchorComponent, ThyAnchorLinkComponent], imports: [CommonModule, PlatformModule, ThyAffixModule], exports: [ThyAnchorComponent, ThyAnchorLinkComponent] });
12
- ThyAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorModule, imports: [CommonModule, PlatformModule, ThyAffixModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: ThyAnchorModule, decorators: [{
10
+ ThyAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ ThyAnchorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorModule, declarations: [ThyAnchorComponent, ThyAnchorLinkComponent], imports: [CommonModule, PlatformModule, ThyAffixModule], exports: [ThyAnchorComponent, ThyAnchorLinkComponent] });
12
+ ThyAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorModule, imports: [CommonModule, PlatformModule, ThyAffixModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ThyAnchorModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [ThyAnchorComponent, ThyAnchorLinkComponent],