ngx-tethys 14.0.6 → 14.0.8

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 (1109) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/action/action.component.d.ts +1 -1
  3. package/action/actions.component.d.ts +1 -1
  4. package/action-menu/action-menu-item.directive.d.ts +7 -7
  5. package/action-menu/action-menu-sub-item.directive.d.ts +1 -1
  6. package/action-menu/action-menu-toggle.component.d.ts +1 -1
  7. package/action-menu/action-menu.component.d.ts +4 -4
  8. package/affix/affix.component.d.ts +1 -1
  9. package/alert/alert.component.d.ts +1 -1
  10. package/alert/alert.directive.d.ts +1 -1
  11. package/anchor/anchor-link.component.d.ts +1 -1
  12. package/anchor/anchor.component.d.ts +1 -1
  13. package/arrow-switcher/arrow-switcher.component.d.ts +1 -1
  14. package/autocomplete/autocomplete.component.d.ts +1 -1
  15. package/autocomplete/autocomplete.trigger.directive.d.ts +1 -1
  16. package/autocomplete/overlay/autocomplete-container.component.d.ts +1 -1
  17. package/avatar/avatar.component.d.ts +1 -1
  18. package/avatar/avatar.pipe.d.ts +3 -3
  19. package/back-top/back-top.component.d.ts +1 -1
  20. package/badge/badge.component.d.ts +26 -27
  21. package/badge/examples/custom-color/custom-color.component.scss +9 -0
  22. package/badge/styles/badge.scss +20 -6
  23. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  24. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  25. package/button/button-group.component.d.ts +1 -1
  26. package/button/button-icon.component.d.ts +1 -1
  27. package/button/button.component.d.ts +1 -1
  28. package/calendar/calendar-cells.d.ts +2 -2
  29. package/calendar/calendar-header.component.d.ts +1 -1
  30. package/calendar/calendar.component.d.ts +1 -1
  31. package/card/card.component.d.ts +1 -1
  32. package/card/content.component.d.ts +1 -1
  33. package/card/header.component.d.ts +1 -1
  34. package/carousel/carousel-item.directive.d.ts +12 -0
  35. package/carousel/carousel.component.d.ts +93 -0
  36. package/carousel/carousel.service.d.ts +17 -0
  37. package/carousel/engine/carousel-base.d.ts +27 -0
  38. package/carousel/engine/carousel-fade.d.ts +15 -0
  39. package/carousel/engine/carousel-noop.d.ts +14 -0
  40. package/carousel/engine/carousel-slide.d.ts +16 -0
  41. package/carousel/engine/index.d.ts +4 -0
  42. package/carousel/examples/arrow/arrow.component.scss +9 -0
  43. package/carousel/examples/auto-play/auto-play.component.scss +9 -0
  44. package/carousel/examples/basic/basic.component.scss +9 -0
  45. package/carousel/examples/dot/dot.component.scss +26 -0
  46. package/carousel/examples/effect/effect.component.scss +11 -0
  47. package/carousel/examples/touchable/touchable.component.scss +9 -0
  48. package/carousel/examples/trigger/trigger.component.scss +22 -0
  49. package/carousel/index.d.ts +4 -0
  50. package/carousel/module.d.ts +11 -0
  51. package/carousel/styles/carousel.scss +87 -0
  52. package/carousel/styles/index.scss +1 -0
  53. package/carousel/styles/variables.scss +3 -0
  54. package/carousel/typings.d.ts +23 -0
  55. package/cascader/cascader-li.component.d.ts +1 -1
  56. package/cascader/cascader.component.d.ts +3 -3
  57. package/checkbox/checkbox.component.d.ts +1 -1
  58. package/collapse/collapse-item.component.d.ts +1 -1
  59. package/collapse/collapse.component.d.ts +1 -1
  60. package/copy/copy.directive.d.ts +1 -1
  61. package/core/color/color.d.ts +1 -1
  62. package/core/event-dispatchers/event-dispatcher.d.ts +1 -1
  63. package/core/store/store.d.ts +1 -1
  64. package/date-picker/abstract-picker.component.d.ts +1 -1
  65. package/date-picker/abstract-picker.directive.d.ts +1 -1
  66. package/date-picker/base-picker.component.d.ts +1 -1
  67. package/date-picker/date-picker.component.d.ts +1 -1
  68. package/date-picker/date-picker.directive.d.ts +1 -1
  69. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
  70. package/date-picker/lib/calendar/calendar-header.component.d.ts +1 -1
  71. package/date-picker/lib/calendar/calendar-table.component.d.ts +1 -1
  72. package/date-picker/lib/date/date-header.component.d.ts +1 -1
  73. package/date-picker/lib/date/date-table-cell.component.d.ts +1 -1
  74. package/date-picker/lib/date/date-table.component.d.ts +1 -1
  75. package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -1
  76. package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
  77. package/date-picker/lib/decade/decade-table.component.d.ts +1 -1
  78. package/date-picker/lib/month/month-header.component.d.ts +1 -1
  79. package/date-picker/lib/month/month-table.component.d.ts +1 -1
  80. package/date-picker/lib/popups/date-popup.component.d.ts +1 -1
  81. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
  82. package/date-picker/lib/year/year-header.component.d.ts +1 -1
  83. package/date-picker/lib/year/year-table.component.d.ts +1 -1
  84. package/date-picker/month-picker.component.d.ts +1 -1
  85. package/date-picker/picker.component.d.ts +1 -1
  86. package/date-picker/picker.pipes.d.ts +3 -3
  87. package/date-picker/picker.validators.d.ts +2 -2
  88. package/date-picker/range-picker.component.d.ts +1 -1
  89. package/date-picker/range-picker.directive.d.ts +1 -1
  90. package/date-picker/week-picker.component.d.ts +1 -1
  91. package/date-picker/year-picker.component.d.ts +1 -1
  92. package/date-range/date-range.component.d.ts +1 -1
  93. package/date-range/optional-dates/optional-dates.component.d.ts +1 -1
  94. package/dialog/body/dialog-body.component.d.ts +1 -1
  95. package/dialog/confirm/confirm.component.d.ts +1 -1
  96. package/dialog/dialog-container.component.d.ts +1 -1
  97. package/dialog/footer/dialog-footer.component.d.ts +1 -1
  98. package/dialog/header/dialog-header.component.d.ts +1 -1
  99. package/divider/divider.component.d.ts +1 -1
  100. package/dot/dot.component.d.ts +1 -1
  101. package/drag-drop/drag-content.directive.d.ts +1 -1
  102. package/drag-drop/drag-handle.directive.d.ts +1 -1
  103. package/drag-drop/drag.directive.d.ts +1 -1
  104. package/drag-drop/drop-container.directive.d.ts +1 -1
  105. package/dropdown/dropdown-active.directive.d.ts +1 -1
  106. package/dropdown/dropdown-menu-item.directive.d.ts +7 -7
  107. package/dropdown/dropdown-menu.component.d.ts +4 -4
  108. package/dropdown/dropdown-submenu.component.d.ts +1 -1
  109. package/dropdown/dropdown.directive.d.ts +1 -1
  110. package/empty/empty.component.d.ts +1 -1
  111. package/esm2020/action/action.component.mjs +6 -6
  112. package/esm2020/action/action.module.mjs +5 -5
  113. package/esm2020/action/actions.component.mjs +3 -3
  114. package/esm2020/action-menu/action-menu-item.directive.mjs +21 -21
  115. package/esm2020/action-menu/action-menu-sub-item.directive.mjs +3 -3
  116. package/esm2020/action-menu/action-menu-toggle.component.mjs +3 -3
  117. package/esm2020/action-menu/action-menu.component.mjs +12 -12
  118. package/esm2020/action-menu/action-menu.module.mjs +5 -5
  119. package/esm2020/affix/affix.component.mjs +3 -3
  120. package/esm2020/affix/affix.module.mjs +5 -5
  121. package/esm2020/alert/alert.component.mjs +5 -5
  122. package/esm2020/alert/alert.directive.mjs +3 -3
  123. package/esm2020/alert/alert.module.mjs +5 -5
  124. package/esm2020/anchor/anchor-link.component.mjs +4 -4
  125. package/esm2020/anchor/anchor.component.mjs +6 -6
  126. package/esm2020/anchor/anchor.module.mjs +5 -5
  127. package/esm2020/arrow-switcher/arrow-switcher.component.mjs +8 -8
  128. package/esm2020/arrow-switcher/module.mjs +5 -5
  129. package/esm2020/autocomplete/autocomplete.component.mjs +6 -6
  130. package/esm2020/autocomplete/autocomplete.trigger.directive.mjs +3 -3
  131. package/esm2020/autocomplete/module.mjs +15 -17
  132. package/esm2020/autocomplete/overlay/autocomplete-container.component.mjs +4 -4
  133. package/esm2020/autocomplete/overlay/autocomplete.service.mjs +3 -3
  134. package/esm2020/avatar/avatar.component.mjs +5 -5
  135. package/esm2020/avatar/avatar.module.mjs +6 -6
  136. package/esm2020/avatar/avatar.pipe.mjs +9 -9
  137. package/esm2020/avatar/avatar.service.mjs +3 -3
  138. package/esm2020/back-top/back-top.component.mjs +6 -6
  139. package/esm2020/back-top/back-top.module.mjs +5 -5
  140. package/esm2020/badge/badge.component.mjs +114 -133
  141. package/esm2020/badge/badge.module.mjs +5 -5
  142. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
  143. package/esm2020/breadcrumb/breadcrumb.component.mjs +6 -6
  144. package/esm2020/breadcrumb/module.mjs +5 -5
  145. package/esm2020/button/button-group.component.mjs +3 -3
  146. package/esm2020/button/button-icon.component.mjs +5 -5
  147. package/esm2020/button/button.component.mjs +6 -6
  148. package/esm2020/button/button.module.mjs +5 -5
  149. package/esm2020/calendar/calendar-cells.mjs +6 -6
  150. package/esm2020/calendar/calendar-header.component.mjs +7 -7
  151. package/esm2020/calendar/calendar.component.mjs +5 -5
  152. package/esm2020/calendar/module.mjs +13 -15
  153. package/esm2020/card/card.component.mjs +4 -4
  154. package/esm2020/card/card.module.mjs +5 -5
  155. package/esm2020/card/content.component.mjs +3 -3
  156. package/esm2020/card/header.component.mjs +3 -3
  157. package/esm2020/carousel/carousel-item.directive.mjs +32 -0
  158. package/esm2020/carousel/carousel.component.mjs +292 -0
  159. package/esm2020/carousel/carousel.service.mjs +73 -0
  160. package/esm2020/carousel/engine/carousel-base.mjs +43 -0
  161. package/esm2020/carousel/engine/carousel-fade.mjs +46 -0
  162. package/esm2020/carousel/engine/carousel-noop.mjs +28 -0
  163. package/esm2020/carousel/engine/carousel-slide.mjs +62 -0
  164. package/esm2020/carousel/engine/index.mjs +5 -0
  165. package/esm2020/carousel/index.mjs +5 -0
  166. package/esm2020/carousel/module.mjs +22 -0
  167. package/esm2020/carousel/ngx-tethys-carousel.mjs +5 -0
  168. package/esm2020/carousel/typings.mjs +2 -0
  169. package/esm2020/cascader/cascader-li.component.mjs +7 -7
  170. package/esm2020/cascader/cascader.component.mjs +16 -21
  171. package/esm2020/cascader/module.mjs +12 -14
  172. package/esm2020/checkbox/checkbox.component.mjs +4 -4
  173. package/esm2020/checkbox/module.mjs +5 -5
  174. package/esm2020/collapse/collapse-item.component.mjs +6 -6
  175. package/esm2020/collapse/collapse.component.mjs +3 -3
  176. package/esm2020/collapse/module.mjs +5 -5
  177. package/esm2020/copy/copy.directive.mjs +4 -4
  178. package/esm2020/copy/module.mjs +5 -5
  179. package/esm2020/core/click-positioner.mjs +3 -3
  180. package/esm2020/core/color/color.mjs +2 -2
  181. package/esm2020/core/event-dispatchers/click-dispatcher.mjs +3 -3
  182. package/esm2020/core/event-dispatchers/event-dispatcher.mjs +3 -3
  183. package/esm2020/core/event-dispatchers/keyboard-dispatcher.mjs +3 -3
  184. package/esm2020/core/scroll.mjs +3 -3
  185. package/esm2020/core/store/action.mjs +3 -3
  186. package/esm2020/core/store/store.mjs +4 -4
  187. package/esm2020/core/translate.mjs +3 -3
  188. package/esm2020/core/update-host-class.service.mjs +3 -3
  189. package/esm2020/date-picker/abstract-picker.component.mjs +4 -4
  190. package/esm2020/date-picker/abstract-picker.directive.mjs +3 -3
  191. package/esm2020/date-picker/base-picker.component.mjs +3 -3
  192. package/esm2020/date-picker/date-helper.service.mjs +3 -3
  193. package/esm2020/date-picker/date-picker.component.mjs +6 -6
  194. package/esm2020/date-picker/date-picker.directive.mjs +3 -3
  195. package/esm2020/date-picker/date-picker.module.mjs +5 -5
  196. package/esm2020/date-picker/date-picker.service.mjs +3 -3
  197. package/esm2020/date-picker/lib/calendar/calendar-footer.component.mjs +7 -7
  198. package/esm2020/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
  199. package/esm2020/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
  200. package/esm2020/date-picker/lib/date/date-header.component.mjs +5 -5
  201. package/esm2020/date-picker/lib/date/date-table-cell.component.mjs +3 -3
  202. package/esm2020/date-picker/lib/date/date-table.component.mjs +5 -5
  203. package/esm2020/date-picker/lib/date-carousel/date-carousel.component.mjs +7 -7
  204. package/esm2020/date-picker/lib/decade/decade-header.component.mjs +5 -5
  205. package/esm2020/date-picker/lib/decade/decade-table.component.mjs +3 -3
  206. package/esm2020/date-picker/lib/lib-packer.module.mjs +5 -5
  207. package/esm2020/date-picker/lib/month/month-header.component.mjs +5 -5
  208. package/esm2020/date-picker/lib/month/month-table.component.mjs +3 -3
  209. package/esm2020/date-picker/lib/popups/date-popup.component.mjs +9 -9
  210. package/esm2020/date-picker/lib/popups/inner-popup.component.mjs +13 -13
  211. package/esm2020/date-picker/lib/year/year-header.component.mjs +5 -5
  212. package/esm2020/date-picker/lib/year/year-table.component.mjs +3 -3
  213. package/esm2020/date-picker/month-picker.component.mjs +6 -6
  214. package/esm2020/date-picker/picker.component.mjs +6 -6
  215. package/esm2020/date-picker/picker.pipes.mjs +9 -9
  216. package/esm2020/date-picker/picker.validators.mjs +6 -6
  217. package/esm2020/date-picker/range-picker.component.mjs +6 -6
  218. package/esm2020/date-picker/range-picker.directive.mjs +3 -3
  219. package/esm2020/date-picker/week-picker.component.mjs +6 -6
  220. package/esm2020/date-picker/year-picker.component.mjs +6 -6
  221. package/esm2020/date-range/date-range.component.mjs +5 -5
  222. package/esm2020/date-range/module.mjs +5 -5
  223. package/esm2020/date-range/optional-dates/optional-dates.component.mjs +8 -8
  224. package/esm2020/dialog/body/dialog-body.component.mjs +3 -3
  225. package/esm2020/dialog/confirm/confirm.component.mjs +8 -8
  226. package/esm2020/dialog/dialog-container.component.mjs +5 -5
  227. package/esm2020/dialog/dialog.module.mjs +6 -6
  228. package/esm2020/dialog/dialog.service.mjs +3 -3
  229. package/esm2020/dialog/footer/dialog-footer.component.mjs +3 -3
  230. package/esm2020/dialog/header/dialog-header.component.mjs +6 -6
  231. package/esm2020/divider/divider.component.mjs +5 -5
  232. package/esm2020/divider/divider.module.mjs +5 -5
  233. package/esm2020/dot/dot.component.mjs +3 -3
  234. package/esm2020/dot/dot.module.mjs +5 -5
  235. package/esm2020/drag-drop/drag-content.directive.mjs +3 -3
  236. package/esm2020/drag-drop/drag-drop.service.mjs +3 -3
  237. package/esm2020/drag-drop/drag-handle.directive.mjs +3 -3
  238. package/esm2020/drag-drop/drag.directive.mjs +4 -4
  239. package/esm2020/drag-drop/drop-container.directive.mjs +3 -3
  240. package/esm2020/drag-drop/module.mjs +5 -5
  241. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  242. package/esm2020/dropdown/dropdown-menu-item.directive.mjs +22 -22
  243. package/esm2020/dropdown/dropdown-menu.component.mjs +12 -12
  244. package/esm2020/dropdown/dropdown-submenu.component.mjs +3 -3
  245. package/esm2020/dropdown/dropdown.directive.mjs +3 -3
  246. package/esm2020/dropdown/module.mjs +5 -5
  247. package/esm2020/empty/empty.component.mjs +5 -5
  248. package/esm2020/empty/empty.config.mjs +3 -3
  249. package/esm2020/empty/empty.module.mjs +5 -5
  250. package/esm2020/flexible-text/flexible-text.component.mjs +3 -3
  251. package/esm2020/flexible-text/flexible-text.module.mjs +5 -5
  252. package/esm2020/form/form-group-error/form-group-error.component.mjs +6 -6
  253. package/esm2020/form/form-group-label.directive.mjs +3 -3
  254. package/esm2020/form/form-group.component.mjs +5 -5
  255. package/esm2020/form/form-submit.directive.mjs +3 -3
  256. package/esm2020/form/form-validator-loader.mjs +3 -3
  257. package/esm2020/form/form-validator.service.mjs +3 -3
  258. package/esm2020/form/form.directive.mjs +3 -3
  259. package/esm2020/form/from-group-footer/form-group-footer.component.mjs +3 -3
  260. package/esm2020/form/module.mjs +5 -5
  261. package/esm2020/form/validator/confirm-validator.directive.mjs +3 -3
  262. package/esm2020/form/validator/max-validator.directive.mjs +3 -3
  263. package/esm2020/form/validator/min-validator.directive.mjs +3 -3
  264. package/esm2020/form/validator/unique-validator.directive.mjs +3 -3
  265. package/esm2020/fullscreen/fullscreen-launch.directive.mjs +3 -3
  266. package/esm2020/fullscreen/fullscreen.component.mjs +3 -3
  267. package/esm2020/fullscreen/fullscreen.module.mjs +4 -4
  268. package/esm2020/fullscreen/fullscreen.service.mjs +3 -3
  269. package/esm2020/grid/module.mjs +5 -5
  270. package/esm2020/grid/thy-col.directive.mjs +3 -3
  271. package/esm2020/grid/thy-row.directive.mjs +3 -3
  272. package/esm2020/guider/guider-hint/guider-hint.component.mjs +3 -3
  273. package/esm2020/guider/guider-manager.mjs +3 -3
  274. package/esm2020/guider/guider.directive.mjs +3 -3
  275. package/esm2020/guider/guider.module.mjs +5 -5
  276. package/esm2020/guider/guider.service.mjs +3 -3
  277. package/esm2020/icon/icon-registry.mjs +3 -3
  278. package/esm2020/icon/icon.component.mjs +4 -4
  279. package/esm2020/icon/icon.module.mjs +5 -5
  280. package/esm2020/image/image-group.component.mjs +3 -3
  281. package/esm2020/image/image.directive.mjs +4 -4
  282. package/esm2020/image/image.service.mjs +3 -3
  283. package/esm2020/image/module.mjs +14 -16
  284. package/esm2020/image/preview/image-preview.component.mjs +9 -9
  285. package/esm2020/input/input-group.component.mjs +3 -3
  286. package/esm2020/input/input-search.component.mjs +6 -6
  287. package/esm2020/input/input.component.mjs +6 -6
  288. package/esm2020/input/input.directive.mjs +3 -3
  289. package/esm2020/input/module.mjs +5 -5
  290. package/esm2020/input-number/input-number.component.mjs +7 -7
  291. package/esm2020/input-number/module.mjs +5 -5
  292. package/esm2020/label/label.component.mjs +5 -5
  293. package/esm2020/label/label.module.mjs +5 -5
  294. package/esm2020/layout/content-main.component.mjs +3 -3
  295. package/esm2020/layout/content-section.component.mjs +3 -3
  296. package/esm2020/layout/content.component.mjs +3 -3
  297. package/esm2020/layout/header.component.mjs +6 -6
  298. package/esm2020/layout/layout.component.mjs +3 -3
  299. package/esm2020/layout/layout.module.mjs +5 -5
  300. package/esm2020/layout/sidebar-content.component.mjs +3 -3
  301. package/esm2020/layout/sidebar-footer.component.mjs +3 -3
  302. package/esm2020/layout/sidebar-header.component.mjs +4 -4
  303. package/esm2020/layout/sidebar.component.mjs +8 -8
  304. package/esm2020/list/list-item-meta.component.mjs +5 -5
  305. package/esm2020/list/list-item.component.mjs +3 -3
  306. package/esm2020/list/list.component.mjs +4 -4
  307. package/esm2020/list/list.module.mjs +5 -5
  308. package/esm2020/list/selection/selection-list.mjs +3 -3
  309. package/esm2020/loading/loading.component.mjs +3 -3
  310. package/esm2020/loading/loading.module.mjs +5 -5
  311. package/esm2020/mention/mention.directive.mjs +3 -3
  312. package/esm2020/mention/mention.module.mjs +5 -5
  313. package/esm2020/mention/suggestions/suggestions.component.mjs +5 -5
  314. package/esm2020/menu/divider/menu-divider.component.mjs +3 -3
  315. package/esm2020/menu/group/menu-group.component.mjs +6 -6
  316. package/esm2020/menu/item/action/menu-item-action.component.mjs +3 -3
  317. package/esm2020/menu/item/icon/menu-item-icon.component.mjs +3 -3
  318. package/esm2020/menu/item/menu-item.component.mjs +5 -5
  319. package/esm2020/menu/item/name/menu-item-name.component.mjs +3 -3
  320. package/esm2020/menu/menu.component.mjs +4 -4
  321. package/esm2020/menu/menu.module.mjs +5 -5
  322. package/esm2020/nav/icon-nav/icon-nav-link.directive.mjs +5 -5
  323. package/esm2020/nav/icon-nav/icon-nav.component.mjs +3 -3
  324. package/esm2020/nav/nav-item.directive.mjs +4 -4
  325. package/esm2020/nav/nav.component.mjs +6 -6
  326. package/esm2020/nav/nav.module.mjs +5 -5
  327. package/esm2020/nav/nav.pipe.mjs +3 -3
  328. package/esm2020/notify/module.mjs +5 -5
  329. package/esm2020/notify/notify-container.component.mjs +4 -4
  330. package/esm2020/notify/notify-content.component.mjs +6 -6
  331. package/esm2020/notify/notify-queue.store.mjs +4 -4
  332. package/esm2020/notify/notify.component.mjs +6 -6
  333. package/esm2020/notify/notify.service.mjs +3 -3
  334. package/esm2020/pagination/pagination.component.mjs +8 -8
  335. package/esm2020/pagination/pagination.module.mjs +5 -5
  336. package/esm2020/pagination/pagination.pipe.mjs +3 -3
  337. package/esm2020/popover/body/popover-body.component.mjs +3 -3
  338. package/esm2020/popover/header/popover-header.component.mjs +3 -3
  339. package/esm2020/popover/module.mjs +5 -5
  340. package/esm2020/popover/popover-container.component.mjs +4 -4
  341. package/esm2020/popover/popover.directive.mjs +4 -4
  342. package/esm2020/popover/popover.service.mjs +3 -3
  343. package/esm2020/progress/bar/progress-bar.component.mjs +3 -3
  344. package/esm2020/progress/progress.component.mjs +7 -7
  345. package/esm2020/progress/progress.module.mjs +5 -5
  346. package/esm2020/property/module.mjs +5 -5
  347. package/esm2020/property/properties.component.mjs +6 -6
  348. package/esm2020/property/property-item.component.mjs +4 -4
  349. package/esm2020/property-operation/group/property-operation-group.component.mjs +3 -3
  350. package/esm2020/property-operation/module.mjs +5 -5
  351. package/esm2020/property-operation/property-operation.component.mjs +6 -6
  352. package/esm2020/radio/button/radio-button.component.mjs +3 -3
  353. package/esm2020/radio/group/radio-group.component.mjs +3 -3
  354. package/esm2020/radio/module.mjs +5 -5
  355. package/esm2020/radio/radio.component.mjs +4 -4
  356. package/esm2020/rate/module.mjs +5 -5
  357. package/esm2020/rate/rate-item.component.mjs +6 -6
  358. package/esm2020/rate/rate.component.mjs +9 -9
  359. package/esm2020/resizable/module.mjs +5 -5
  360. package/esm2020/resizable/resizable.directive.mjs +4 -4
  361. package/esm2020/resizable/resizable.service.mjs +3 -3
  362. package/esm2020/resizable/resize-handle.component.mjs +3 -3
  363. package/esm2020/resizable/resize-handles.component.mjs +6 -6
  364. package/esm2020/result/result.component.mjs +3 -3
  365. package/esm2020/result/result.module.mjs +5 -5
  366. package/esm2020/segment/segment-item.component.mjs +6 -6
  367. package/esm2020/segment/segment.component.mjs +5 -5
  368. package/esm2020/segment/segment.module.mjs +5 -5
  369. package/esm2020/select/custom-select/custom-select.component.mjs +8 -8
  370. package/esm2020/select/module.mjs +15 -17
  371. package/esm2020/select/select.component.mjs +6 -6
  372. package/esm2020/shared/base-form-check.component.mjs +3 -3
  373. package/esm2020/shared/directives/thy-autofocus.directive.mjs +3 -3
  374. package/esm2020/shared/directives/thy-contextmenu.directive.mjs +3 -3
  375. package/esm2020/shared/directives/thy-ctrl-enter.directive.mjs +3 -3
  376. package/esm2020/shared/directives/thy-drag-drop.directive.mjs +3 -3
  377. package/esm2020/shared/directives/thy-enter.directive.mjs +3 -3
  378. package/esm2020/shared/directives/thy-scroll.directive.mjs +3 -3
  379. package/esm2020/shared/directives/thy-show.mjs +3 -3
  380. package/esm2020/shared/directives/thy-stop-propagation.directive.mjs +3 -3
  381. package/esm2020/shared/ng-transclude.directive.mjs +3 -3
  382. package/esm2020/shared/option/group/option-group.component.mjs +3 -3
  383. package/esm2020/shared/option/list-option/list-option.component.mjs +5 -5
  384. package/esm2020/shared/option/module.mjs +5 -5
  385. package/esm2020/shared/option/option-group.component.mjs +3 -3
  386. package/esm2020/shared/option/option.component.mjs +3 -3
  387. package/esm2020/shared/select/module.mjs +5 -5
  388. package/esm2020/shared/select/select-control/select-control.component.mjs +8 -8
  389. package/esm2020/shared/shared.module.mjs +5 -5
  390. package/esm2020/skeleton/module.mjs +5 -5
  391. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  392. package/esm2020/skeleton/stylized/avatar.component.mjs +3 -3
  393. package/esm2020/skeleton/stylized/bullet-list.component.mjs +4 -4
  394. package/esm2020/skeleton/stylized/list.component.mjs +3 -3
  395. package/esm2020/skeleton/stylized/paragraph.component.mjs +3 -3
  396. package/esm2020/skeleton/stylized/title.component.mjs +3 -3
  397. package/esm2020/slide/drawer/drawer-container.directive.mjs +3 -3
  398. package/esm2020/slide/slide-body/slide-body-section.component.mjs +3 -3
  399. package/esm2020/slide/slide-body/slide-body.component.mjs +3 -3
  400. package/esm2020/slide/slide-container.component.mjs +5 -5
  401. package/esm2020/slide/slide-footer/slide-footer.component.mjs +3 -3
  402. package/esm2020/slide/slide-header/slide-header.component.mjs +5 -5
  403. package/esm2020/slide/slide-layout/slide-layout.component.mjs +3 -3
  404. package/esm2020/slide/slide-ref.service.mjs +3 -3
  405. package/esm2020/slide/slide.module.mjs +5 -5
  406. package/esm2020/slide/slide.service.mjs +3 -3
  407. package/esm2020/slider/slider.component.mjs +5 -5
  408. package/esm2020/slider/slider.module.mjs +5 -5
  409. package/esm2020/space/space.component.mjs +7 -7
  410. package/esm2020/space/space.module.mjs +5 -5
  411. package/esm2020/statistic/statistic.component.mjs +3 -3
  412. package/esm2020/statistic/statistic.module.mjs +5 -5
  413. package/esm2020/stepper/step-header.component.mjs +3 -3
  414. package/esm2020/stepper/step.component.mjs +3 -3
  415. package/esm2020/stepper/stepper-button.directive.mjs +6 -6
  416. package/esm2020/stepper/stepper.component.mjs +6 -6
  417. package/esm2020/stepper/stepper.module.mjs +5 -5
  418. package/esm2020/strength/strength.component.mjs +3 -3
  419. package/esm2020/strength/strength.module.mjs +5 -5
  420. package/esm2020/switch/switch.component.mjs +4 -4
  421. package/esm2020/switch/switch.module.mjs +5 -5
  422. package/esm2020/table/table-column.component.mjs +4 -4
  423. package/esm2020/table/table.component.mjs +33 -17
  424. package/esm2020/table/table.interface.mjs +1 -1
  425. package/esm2020/table/table.module.mjs +14 -16
  426. package/esm2020/table/table.pipe.mjs +3 -3
  427. package/esm2020/tabs/tab-content.component.mjs +47 -0
  428. package/esm2020/tabs/tab.component.mjs +3 -3
  429. package/esm2020/tabs/tabs.component.mjs +26 -7
  430. package/esm2020/tabs/tabs.module.mjs +7 -6
  431. package/esm2020/tag/index.mjs +2 -1
  432. package/esm2020/tag/tag.component.mjs +4 -4
  433. package/esm2020/tag/tag.module.mjs +8 -7
  434. package/esm2020/tag/tags.component.mjs +20 -0
  435. package/esm2020/time-picker/inner/inner-time-picker.component.mjs +3 -3
  436. package/esm2020/time-picker/inner/inner-time-picker.config.mjs +3 -3
  437. package/esm2020/time-picker/inner/inner-time-picker.store.mjs +4 -4
  438. package/esm2020/time-picker/time-picker-panel.component.mjs +7 -7
  439. package/esm2020/time-picker/time-picker.component.mjs +11 -11
  440. package/esm2020/time-picker/time-picker.module.mjs +5 -5
  441. package/esm2020/timeline/timeline-item.component.mjs +4 -4
  442. package/esm2020/timeline/timeline.component.mjs +17 -7
  443. package/esm2020/timeline/timeline.module.mjs +5 -5
  444. package/esm2020/timeline/timeline.service.mjs +3 -3
  445. package/esm2020/tooltip/tooltip.component.mjs +4 -4
  446. package/esm2020/tooltip/tooltip.directive.mjs +4 -4
  447. package/esm2020/tooltip/tooltip.module.mjs +5 -5
  448. package/esm2020/tooltip/tooltip.service.mjs +3 -3
  449. package/esm2020/transfer/transfer-list.component.mjs +6 -6
  450. package/esm2020/transfer/transfer.component.mjs +5 -5
  451. package/esm2020/transfer/transfer.module.mjs +5 -5
  452. package/esm2020/tree/tree-node.component.mjs +11 -8
  453. package/esm2020/tree/tree-replace-region.component.mjs +3 -3
  454. package/esm2020/tree/tree.component.mjs +12 -10
  455. package/esm2020/tree/tree.module.mjs +16 -18
  456. package/esm2020/tree/tree.service.mjs +3 -3
  457. package/esm2020/tree-select/module.mjs +12 -14
  458. package/esm2020/tree-select/tree-select.component.mjs +12 -12
  459. package/esm2020/typography/module.mjs +5 -5
  460. package/esm2020/typography/text/text.component.mjs +7 -7
  461. package/esm2020/typography/text-color.directive.mjs +3 -3
  462. package/esm2020/upload/file-drop.directive.mjs +3 -3
  463. package/esm2020/upload/file-select-base.mjs +3 -3
  464. package/esm2020/upload/file-select.component.mjs +3 -3
  465. package/esm2020/upload/module.mjs +5 -5
  466. package/esm2020/upload/upload.service.mjs +3 -3
  467. package/esm2020/version.mjs +2 -2
  468. package/esm2020/vote/vote.component.mjs +6 -6
  469. package/esm2020/vote/vote.module.mjs +5 -5
  470. package/esm2020/watermark/watermark.directive.mjs +4 -4
  471. package/esm2020/watermark/watermark.module.mjs +5 -5
  472. package/fesm2015/ngx-tethys-action-menu.mjs +43 -43
  473. package/fesm2015/ngx-tethys-action-menu.mjs.map +1 -1
  474. package/fesm2015/ngx-tethys-action.mjs +13 -13
  475. package/fesm2015/ngx-tethys-action.mjs.map +1 -1
  476. package/fesm2015/ngx-tethys-affix.mjs +7 -7
  477. package/fesm2015/ngx-tethys-affix.mjs.map +1 -1
  478. package/fesm2015/ngx-tethys-alert.mjs +12 -12
  479. package/fesm2015/ngx-tethys-alert.mjs.map +1 -1
  480. package/fesm2015/ngx-tethys-anchor.mjs +14 -14
  481. package/fesm2015/ngx-tethys-anchor.mjs.map +1 -1
  482. package/fesm2015/ngx-tethys-arrow-switcher.mjs +13 -13
  483. package/fesm2015/ngx-tethys-arrow-switcher.mjs.map +1 -1
  484. package/fesm2015/ngx-tethys-autocomplete.mjs +29 -31
  485. package/fesm2015/ngx-tethys-autocomplete.mjs.map +1 -1
  486. package/fesm2015/ngx-tethys-avatar.mjs +22 -22
  487. package/fesm2015/ngx-tethys-avatar.mjs.map +1 -1
  488. package/fesm2015/ngx-tethys-back-top.mjs +9 -9
  489. package/fesm2015/ngx-tethys-back-top.mjs.map +1 -1
  490. package/fesm2015/ngx-tethys-badge.mjs +117 -136
  491. package/fesm2015/ngx-tethys-badge.mjs.map +1 -1
  492. package/fesm2015/ngx-tethys-breadcrumb.mjs +13 -13
  493. package/fesm2015/ngx-tethys-breadcrumb.mjs.map +1 -1
  494. package/fesm2015/ngx-tethys-button.mjs +15 -15
  495. package/fesm2015/ngx-tethys-button.mjs.map +1 -1
  496. package/fesm2015/ngx-tethys-calendar.mjs +29 -31
  497. package/fesm2015/ngx-tethys-calendar.mjs.map +1 -1
  498. package/fesm2015/ngx-tethys-card.mjs +13 -13
  499. package/fesm2015/ngx-tethys-card.mjs.map +1 -1
  500. package/fesm2015/ngx-tethys-carousel.mjs +588 -0
  501. package/fesm2015/ngx-tethys-carousel.mjs.map +1 -0
  502. package/fesm2015/ngx-tethys-cascader.mjs +34 -41
  503. package/fesm2015/ngx-tethys-cascader.mjs.map +1 -1
  504. package/fesm2015/ngx-tethys-checkbox.mjs +8 -8
  505. package/fesm2015/ngx-tethys-checkbox.mjs.map +1 -1
  506. package/fesm2015/ngx-tethys-collapse.mjs +12 -12
  507. package/fesm2015/ngx-tethys-collapse.mjs.map +1 -1
  508. package/fesm2015/ngx-tethys-copy.mjs +7 -7
  509. package/fesm2015/ngx-tethys-copy.mjs.map +1 -1
  510. package/fesm2015/ngx-tethys-core.mjs +27 -27
  511. package/fesm2015/ngx-tethys-core.mjs.map +1 -1
  512. package/fesm2015/ngx-tethys-date-picker.mjs +1029 -1029
  513. package/fesm2015/ngx-tethys-date-picker.mjs.map +1 -1
  514. package/fesm2015/ngx-tethys-date-range.mjs +16 -16
  515. package/fesm2015/ngx-tethys-date-range.mjs.map +1 -1
  516. package/fesm2015/ngx-tethys-dialog.mjs +29 -29
  517. package/fesm2015/ngx-tethys-dialog.mjs.map +1 -1
  518. package/fesm2015/ngx-tethys-divider.mjs +8 -8
  519. package/fesm2015/ngx-tethys-divider.mjs.map +1 -1
  520. package/fesm2015/ngx-tethys-dot.mjs +7 -7
  521. package/fesm2015/ngx-tethys-dot.mjs.map +1 -1
  522. package/fesm2015/ngx-tethys-drag-drop.mjs +19 -19
  523. package/fesm2015/ngx-tethys-drag-drop.mjs.map +1 -1
  524. package/fesm2015/ngx-tethys-dropdown.mjs +46 -46
  525. package/fesm2015/ngx-tethys-dropdown.mjs.map +1 -1
  526. package/fesm2015/ngx-tethys-empty.mjs +12 -12
  527. package/fesm2015/ngx-tethys-empty.mjs.map +1 -1
  528. package/fesm2015/ngx-tethys-flexible-text.mjs +7 -7
  529. package/fesm2015/ngx-tethys-flexible-text.mjs.map +1 -1
  530. package/fesm2015/ngx-tethys-form.mjs +43 -43
  531. package/fesm2015/ngx-tethys-form.mjs.map +1 -1
  532. package/fesm2015/ngx-tethys-fullscreen.mjs +13 -13
  533. package/fesm2015/ngx-tethys-grid.mjs +10 -10
  534. package/fesm2015/ngx-tethys-grid.mjs.map +1 -1
  535. package/fesm2015/ngx-tethys-guider.mjs +16 -16
  536. package/fesm2015/ngx-tethys-guider.mjs.map +1 -1
  537. package/fesm2015/ngx-tethys-icon.mjs +10 -10
  538. package/fesm2015/ngx-tethys-icon.mjs.map +1 -1
  539. package/fesm2015/ngx-tethys-image.mjs +34 -36
  540. package/fesm2015/ngx-tethys-image.mjs.map +1 -1
  541. package/fesm2015/ngx-tethys-input-number.mjs +10 -10
  542. package/fesm2015/ngx-tethys-input-number.mjs.map +1 -1
  543. package/fesm2015/ngx-tethys-input.mjs +19 -19
  544. package/fesm2015/ngx-tethys-input.mjs.map +1 -1
  545. package/fesm2015/ngx-tethys-label.mjs +9 -9
  546. package/fesm2015/ngx-tethys-label.mjs.map +1 -1
  547. package/fesm2015/ngx-tethys-layout.mjs +37 -37
  548. package/fesm2015/ngx-tethys-layout.mjs.map +1 -1
  549. package/fesm2015/ngx-tethys-list.mjs +18 -18
  550. package/fesm2015/ngx-tethys-list.mjs.map +1 -1
  551. package/fesm2015/ngx-tethys-loading.mjs +7 -7
  552. package/fesm2015/ngx-tethys-loading.mjs.map +1 -1
  553. package/fesm2015/ngx-tethys-mention.mjs +12 -12
  554. package/fesm2015/ngx-tethys-mention.mjs.map +1 -1
  555. package/fesm2015/ngx-tethys-menu.mjs +27 -27
  556. package/fesm2015/ngx-tethys-menu.mjs.map +1 -1
  557. package/fesm2015/ngx-tethys-nav.mjs +31 -31
  558. package/fesm2015/ngx-tethys-nav.mjs.map +1 -1
  559. package/fesm2015/ngx-tethys-notify.mjs +22 -22
  560. package/fesm2015/ngx-tethys-notify.mjs.map +1 -1
  561. package/fesm2015/ngx-tethys-pagination.mjs +18 -18
  562. package/fesm2015/ngx-tethys-pagination.mjs.map +1 -1
  563. package/fesm2015/ngx-tethys-popover.mjs +19 -19
  564. package/fesm2015/ngx-tethys-popover.mjs.map +1 -1
  565. package/fesm2015/ngx-tethys-progress.mjs +13 -13
  566. package/fesm2015/ngx-tethys-progress.mjs.map +1 -1
  567. package/fesm2015/ngx-tethys-property-operation.mjs +13 -13
  568. package/fesm2015/ngx-tethys-property-operation.mjs.map +1 -1
  569. package/fesm2015/ngx-tethys-property.mjs +13 -13
  570. package/fesm2015/ngx-tethys-property.mjs.map +1 -1
  571. package/fesm2015/ngx-tethys-radio.mjs +14 -14
  572. package/fesm2015/ngx-tethys-radio.mjs.map +1 -1
  573. package/fesm2015/ngx-tethys-rate.mjs +15 -15
  574. package/fesm2015/ngx-tethys-rate.mjs.map +1 -1
  575. package/fesm2015/ngx-tethys-resizable.mjs +18 -18
  576. package/fesm2015/ngx-tethys-resizable.mjs.map +1 -1
  577. package/fesm2015/ngx-tethys-result.mjs +7 -7
  578. package/fesm2015/ngx-tethys-result.mjs.map +1 -1
  579. package/fesm2015/ngx-tethys-segment.mjs +13 -13
  580. package/fesm2015/ngx-tethys-segment.mjs.map +1 -1
  581. package/fesm2015/ngx-tethys-select.mjs +26 -28
  582. package/fesm2015/ngx-tethys-select.mjs.map +1 -1
  583. package/fesm2015/ngx-tethys-shared.mjs +63 -63
  584. package/fesm2015/ngx-tethys-shared.mjs.map +1 -1
  585. package/fesm2015/ngx-tethys-skeleton.mjs +23 -23
  586. package/fesm2015/ngx-tethys-skeleton.mjs.map +1 -1
  587. package/fesm2015/ngx-tethys-slide.mjs +34 -34
  588. package/fesm2015/ngx-tethys-slide.mjs.map +1 -1
  589. package/fesm2015/ngx-tethys-slider.mjs +8 -8
  590. package/fesm2015/ngx-tethys-slider.mjs.map +1 -1
  591. package/fesm2015/ngx-tethys-space.mjs +10 -10
  592. package/fesm2015/ngx-tethys-space.mjs.map +1 -1
  593. package/fesm2015/ngx-tethys-statistic.mjs +7 -7
  594. package/fesm2015/ngx-tethys-statistic.mjs.map +1 -1
  595. package/fesm2015/ngx-tethys-stepper.mjs +21 -21
  596. package/fesm2015/ngx-tethys-stepper.mjs.map +1 -1
  597. package/fesm2015/ngx-tethys-strength.mjs +7 -7
  598. package/fesm2015/ngx-tethys-strength.mjs.map +1 -1
  599. package/fesm2015/ngx-tethys-switch.mjs +8 -8
  600. package/fesm2015/ngx-tethys-switch.mjs.map +1 -1
  601. package/fesm2015/ngx-tethys-table.mjs +56 -42
  602. package/fesm2015/ngx-tethys-table.mjs.map +1 -1
  603. package/fesm2015/ngx-tethys-tabs.mjs +77 -15
  604. package/fesm2015/ngx-tethys-tabs.mjs.map +1 -1
  605. package/fesm2015/ngx-tethys-tag.mjs +28 -10
  606. package/fesm2015/ngx-tethys-tag.mjs.map +1 -1
  607. package/fesm2015/ngx-tethys-time-picker.mjs +28 -28
  608. package/fesm2015/ngx-tethys-time-picker.mjs.map +1 -1
  609. package/fesm2015/ngx-tethys-timeline.mjs +26 -16
  610. package/fesm2015/ngx-tethys-timeline.mjs.map +1 -1
  611. package/fesm2015/ngx-tethys-tooltip.mjs +13 -13
  612. package/fesm2015/ngx-tethys-tooltip.mjs.map +1 -1
  613. package/fesm2015/ngx-tethys-transfer.mjs +17 -17
  614. package/fesm2015/ngx-tethys-transfer.mjs.map +1 -1
  615. package/fesm2015/ngx-tethys-tree-select.mjs +23 -25
  616. package/fesm2015/ngx-tethys-tree-select.mjs.map +1 -1
  617. package/fesm2015/ngx-tethys-tree.mjs +39 -36
  618. package/fesm2015/ngx-tethys-tree.mjs.map +1 -1
  619. package/fesm2015/ngx-tethys-typography.mjs +13 -13
  620. package/fesm2015/ngx-tethys-typography.mjs.map +1 -1
  621. package/fesm2015/ngx-tethys-upload.mjs +16 -16
  622. package/fesm2015/ngx-tethys-upload.mjs.map +1 -1
  623. package/fesm2015/ngx-tethys-vote.mjs +9 -9
  624. package/fesm2015/ngx-tethys-vote.mjs.map +1 -1
  625. package/fesm2015/ngx-tethys-watermark.mjs +7 -7
  626. package/fesm2015/ngx-tethys-watermark.mjs.map +1 -1
  627. package/fesm2015/ngx-tethys.mjs +1 -1
  628. package/fesm2015/ngx-tethys.mjs.map +1 -1
  629. package/fesm2020/ngx-tethys-action-menu.mjs +43 -43
  630. package/fesm2020/ngx-tethys-action-menu.mjs.map +1 -1
  631. package/fesm2020/ngx-tethys-action.mjs +13 -13
  632. package/fesm2020/ngx-tethys-action.mjs.map +1 -1
  633. package/fesm2020/ngx-tethys-affix.mjs +7 -7
  634. package/fesm2020/ngx-tethys-affix.mjs.map +1 -1
  635. package/fesm2020/ngx-tethys-alert.mjs +12 -12
  636. package/fesm2020/ngx-tethys-alert.mjs.map +1 -1
  637. package/fesm2020/ngx-tethys-anchor.mjs +14 -14
  638. package/fesm2020/ngx-tethys-anchor.mjs.map +1 -1
  639. package/fesm2020/ngx-tethys-arrow-switcher.mjs +13 -13
  640. package/fesm2020/ngx-tethys-arrow-switcher.mjs.map +1 -1
  641. package/fesm2020/ngx-tethys-autocomplete.mjs +29 -31
  642. package/fesm2020/ngx-tethys-autocomplete.mjs.map +1 -1
  643. package/fesm2020/ngx-tethys-avatar.mjs +22 -22
  644. package/fesm2020/ngx-tethys-avatar.mjs.map +1 -1
  645. package/fesm2020/ngx-tethys-back-top.mjs +9 -9
  646. package/fesm2020/ngx-tethys-back-top.mjs.map +1 -1
  647. package/fesm2020/ngx-tethys-badge.mjs +117 -136
  648. package/fesm2020/ngx-tethys-badge.mjs.map +1 -1
  649. package/fesm2020/ngx-tethys-breadcrumb.mjs +13 -13
  650. package/fesm2020/ngx-tethys-breadcrumb.mjs.map +1 -1
  651. package/fesm2020/ngx-tethys-button.mjs +15 -15
  652. package/fesm2020/ngx-tethys-button.mjs.map +1 -1
  653. package/fesm2020/ngx-tethys-calendar.mjs +29 -31
  654. package/fesm2020/ngx-tethys-calendar.mjs.map +1 -1
  655. package/fesm2020/ngx-tethys-card.mjs +13 -13
  656. package/fesm2020/ngx-tethys-card.mjs.map +1 -1
  657. package/fesm2020/ngx-tethys-carousel.mjs +583 -0
  658. package/fesm2020/ngx-tethys-carousel.mjs.map +1 -0
  659. package/fesm2020/ngx-tethys-cascader.mjs +34 -41
  660. package/fesm2020/ngx-tethys-cascader.mjs.map +1 -1
  661. package/fesm2020/ngx-tethys-checkbox.mjs +8 -8
  662. package/fesm2020/ngx-tethys-checkbox.mjs.map +1 -1
  663. package/fesm2020/ngx-tethys-collapse.mjs +12 -12
  664. package/fesm2020/ngx-tethys-collapse.mjs.map +1 -1
  665. package/fesm2020/ngx-tethys-copy.mjs +7 -7
  666. package/fesm2020/ngx-tethys-copy.mjs.map +1 -1
  667. package/fesm2020/ngx-tethys-core.mjs +27 -27
  668. package/fesm2020/ngx-tethys-core.mjs.map +1 -1
  669. package/fesm2020/ngx-tethys-date-picker.mjs +1013 -1013
  670. package/fesm2020/ngx-tethys-date-picker.mjs.map +1 -1
  671. package/fesm2020/ngx-tethys-date-range.mjs +16 -16
  672. package/fesm2020/ngx-tethys-date-range.mjs.map +1 -1
  673. package/fesm2020/ngx-tethys-dialog.mjs +29 -29
  674. package/fesm2020/ngx-tethys-dialog.mjs.map +1 -1
  675. package/fesm2020/ngx-tethys-divider.mjs +8 -8
  676. package/fesm2020/ngx-tethys-divider.mjs.map +1 -1
  677. package/fesm2020/ngx-tethys-dot.mjs +7 -7
  678. package/fesm2020/ngx-tethys-dot.mjs.map +1 -1
  679. package/fesm2020/ngx-tethys-drag-drop.mjs +19 -19
  680. package/fesm2020/ngx-tethys-drag-drop.mjs.map +1 -1
  681. package/fesm2020/ngx-tethys-dropdown.mjs +46 -46
  682. package/fesm2020/ngx-tethys-dropdown.mjs.map +1 -1
  683. package/fesm2020/ngx-tethys-empty.mjs +12 -12
  684. package/fesm2020/ngx-tethys-empty.mjs.map +1 -1
  685. package/fesm2020/ngx-tethys-flexible-text.mjs +7 -7
  686. package/fesm2020/ngx-tethys-flexible-text.mjs.map +1 -1
  687. package/fesm2020/ngx-tethys-form.mjs +43 -43
  688. package/fesm2020/ngx-tethys-form.mjs.map +1 -1
  689. package/fesm2020/ngx-tethys-fullscreen.mjs +13 -13
  690. package/fesm2020/ngx-tethys-grid.mjs +10 -10
  691. package/fesm2020/ngx-tethys-grid.mjs.map +1 -1
  692. package/fesm2020/ngx-tethys-guider.mjs +16 -16
  693. package/fesm2020/ngx-tethys-guider.mjs.map +1 -1
  694. package/fesm2020/ngx-tethys-icon.mjs +10 -10
  695. package/fesm2020/ngx-tethys-icon.mjs.map +1 -1
  696. package/fesm2020/ngx-tethys-image.mjs +34 -36
  697. package/fesm2020/ngx-tethys-image.mjs.map +1 -1
  698. package/fesm2020/ngx-tethys-input-number.mjs +10 -10
  699. package/fesm2020/ngx-tethys-input-number.mjs.map +1 -1
  700. package/fesm2020/ngx-tethys-input.mjs +19 -19
  701. package/fesm2020/ngx-tethys-input.mjs.map +1 -1
  702. package/fesm2020/ngx-tethys-label.mjs +9 -9
  703. package/fesm2020/ngx-tethys-label.mjs.map +1 -1
  704. package/fesm2020/ngx-tethys-layout.mjs +37 -37
  705. package/fesm2020/ngx-tethys-layout.mjs.map +1 -1
  706. package/fesm2020/ngx-tethys-list.mjs +18 -18
  707. package/fesm2020/ngx-tethys-list.mjs.map +1 -1
  708. package/fesm2020/ngx-tethys-loading.mjs +7 -7
  709. package/fesm2020/ngx-tethys-loading.mjs.map +1 -1
  710. package/fesm2020/ngx-tethys-mention.mjs +12 -12
  711. package/fesm2020/ngx-tethys-mention.mjs.map +1 -1
  712. package/fesm2020/ngx-tethys-menu.mjs +27 -27
  713. package/fesm2020/ngx-tethys-menu.mjs.map +1 -1
  714. package/fesm2020/ngx-tethys-nav.mjs +31 -31
  715. package/fesm2020/ngx-tethys-nav.mjs.map +1 -1
  716. package/fesm2020/ngx-tethys-notify.mjs +22 -22
  717. package/fesm2020/ngx-tethys-notify.mjs.map +1 -1
  718. package/fesm2020/ngx-tethys-pagination.mjs +18 -18
  719. package/fesm2020/ngx-tethys-pagination.mjs.map +1 -1
  720. package/fesm2020/ngx-tethys-popover.mjs +19 -19
  721. package/fesm2020/ngx-tethys-popover.mjs.map +1 -1
  722. package/fesm2020/ngx-tethys-progress.mjs +13 -13
  723. package/fesm2020/ngx-tethys-progress.mjs.map +1 -1
  724. package/fesm2020/ngx-tethys-property-operation.mjs +13 -13
  725. package/fesm2020/ngx-tethys-property-operation.mjs.map +1 -1
  726. package/fesm2020/ngx-tethys-property.mjs +13 -13
  727. package/fesm2020/ngx-tethys-property.mjs.map +1 -1
  728. package/fesm2020/ngx-tethys-radio.mjs +14 -14
  729. package/fesm2020/ngx-tethys-radio.mjs.map +1 -1
  730. package/fesm2020/ngx-tethys-rate.mjs +15 -15
  731. package/fesm2020/ngx-tethys-rate.mjs.map +1 -1
  732. package/fesm2020/ngx-tethys-resizable.mjs +18 -18
  733. package/fesm2020/ngx-tethys-resizable.mjs.map +1 -1
  734. package/fesm2020/ngx-tethys-result.mjs +7 -7
  735. package/fesm2020/ngx-tethys-result.mjs.map +1 -1
  736. package/fesm2020/ngx-tethys-segment.mjs +13 -13
  737. package/fesm2020/ngx-tethys-segment.mjs.map +1 -1
  738. package/fesm2020/ngx-tethys-select.mjs +26 -28
  739. package/fesm2020/ngx-tethys-select.mjs.map +1 -1
  740. package/fesm2020/ngx-tethys-shared.mjs +63 -63
  741. package/fesm2020/ngx-tethys-shared.mjs.map +1 -1
  742. package/fesm2020/ngx-tethys-skeleton.mjs +23 -23
  743. package/fesm2020/ngx-tethys-skeleton.mjs.map +1 -1
  744. package/fesm2020/ngx-tethys-slide.mjs +34 -34
  745. package/fesm2020/ngx-tethys-slide.mjs.map +1 -1
  746. package/fesm2020/ngx-tethys-slider.mjs +8 -8
  747. package/fesm2020/ngx-tethys-slider.mjs.map +1 -1
  748. package/fesm2020/ngx-tethys-space.mjs +10 -10
  749. package/fesm2020/ngx-tethys-space.mjs.map +1 -1
  750. package/fesm2020/ngx-tethys-statistic.mjs +7 -7
  751. package/fesm2020/ngx-tethys-statistic.mjs.map +1 -1
  752. package/fesm2020/ngx-tethys-stepper.mjs +21 -21
  753. package/fesm2020/ngx-tethys-stepper.mjs.map +1 -1
  754. package/fesm2020/ngx-tethys-strength.mjs +7 -7
  755. package/fesm2020/ngx-tethys-strength.mjs.map +1 -1
  756. package/fesm2020/ngx-tethys-switch.mjs +8 -8
  757. package/fesm2020/ngx-tethys-switch.mjs.map +1 -1
  758. package/fesm2020/ngx-tethys-table.mjs +56 -42
  759. package/fesm2020/ngx-tethys-table.mjs.map +1 -1
  760. package/fesm2020/ngx-tethys-tabs.mjs +77 -15
  761. package/fesm2020/ngx-tethys-tabs.mjs.map +1 -1
  762. package/fesm2020/ngx-tethys-tag.mjs +28 -10
  763. package/fesm2020/ngx-tethys-tag.mjs.map +1 -1
  764. package/fesm2020/ngx-tethys-time-picker.mjs +28 -28
  765. package/fesm2020/ngx-tethys-time-picker.mjs.map +1 -1
  766. package/fesm2020/ngx-tethys-timeline.mjs +26 -16
  767. package/fesm2020/ngx-tethys-timeline.mjs.map +1 -1
  768. package/fesm2020/ngx-tethys-tooltip.mjs +13 -13
  769. package/fesm2020/ngx-tethys-tooltip.mjs.map +1 -1
  770. package/fesm2020/ngx-tethys-transfer.mjs +17 -17
  771. package/fesm2020/ngx-tethys-transfer.mjs.map +1 -1
  772. package/fesm2020/ngx-tethys-tree-select.mjs +23 -25
  773. package/fesm2020/ngx-tethys-tree-select.mjs.map +1 -1
  774. package/fesm2020/ngx-tethys-tree.mjs +39 -36
  775. package/fesm2020/ngx-tethys-tree.mjs.map +1 -1
  776. package/fesm2020/ngx-tethys-typography.mjs +13 -13
  777. package/fesm2020/ngx-tethys-typography.mjs.map +1 -1
  778. package/fesm2020/ngx-tethys-upload.mjs +16 -16
  779. package/fesm2020/ngx-tethys-upload.mjs.map +1 -1
  780. package/fesm2020/ngx-tethys-vote.mjs +9 -9
  781. package/fesm2020/ngx-tethys-vote.mjs.map +1 -1
  782. package/fesm2020/ngx-tethys-watermark.mjs +7 -7
  783. package/fesm2020/ngx-tethys-watermark.mjs.map +1 -1
  784. package/fesm2020/ngx-tethys.mjs +1 -1
  785. package/fesm2020/ngx-tethys.mjs.map +1 -1
  786. package/flexible-text/flexible-text.component.d.ts +1 -1
  787. package/form/form-group-error/form-group-error.component.d.ts +1 -1
  788. package/form/form-group-label.directive.d.ts +1 -1
  789. package/form/form-group.component.d.ts +1 -1
  790. package/form/form-submit.directive.d.ts +1 -1
  791. package/form/form.directive.d.ts +1 -1
  792. package/form/from-group-footer/form-group-footer.component.d.ts +1 -1
  793. package/form/validator/confirm-validator.directive.d.ts +1 -1
  794. package/form/validator/max-validator.directive.d.ts +1 -1
  795. package/form/validator/min-validator.directive.d.ts +1 -1
  796. package/form/validator/unique-validator.directive.d.ts +1 -1
  797. package/fullscreen/fullscreen-launch.directive.d.ts +1 -1
  798. package/fullscreen/fullscreen.component.d.ts +1 -1
  799. package/grid/thy-col.directive.d.ts +1 -1
  800. package/grid/thy-row.directive.d.ts +1 -1
  801. package/guider/guider-hint/guider-hint.component.d.ts +1 -1
  802. package/guider/guider.directive.d.ts +1 -1
  803. package/icon/icon.component.d.ts +1 -1
  804. package/image/image-group.component.d.ts +1 -1
  805. package/image/image.directive.d.ts +1 -1
  806. package/image/preview/image-preview.component.d.ts +1 -1
  807. package/{ngx-tethys.d.ts → index.d.ts} +0 -0
  808. package/input/input-group.component.d.ts +1 -1
  809. package/input/input-search.component.d.ts +1 -1
  810. package/input/input.component.d.ts +1 -1
  811. package/input/input.directive.d.ts +1 -1
  812. package/input-number/input-number.component.d.ts +1 -1
  813. package/label/label.component.d.ts +1 -1
  814. package/layout/content-main.component.d.ts +1 -1
  815. package/layout/content-section.component.d.ts +1 -1
  816. package/layout/content.component.d.ts +1 -1
  817. package/layout/header.component.d.ts +1 -1
  818. package/layout/layout.component.d.ts +1 -1
  819. package/layout/sidebar-content.component.d.ts +1 -1
  820. package/layout/sidebar-footer.component.d.ts +1 -1
  821. package/layout/sidebar-header.component.d.ts +1 -1
  822. package/layout/sidebar.component.d.ts +1 -1
  823. package/list/list-item-meta.component.d.ts +1 -1
  824. package/list/list-item.component.d.ts +1 -1
  825. package/list/list.component.d.ts +1 -1
  826. package/list/selection/selection-list.d.ts +1 -1
  827. package/loading/loading.component.d.ts +1 -1
  828. package/mention/mention.directive.d.ts +1 -1
  829. package/mention/suggestions/suggestions.component.d.ts +1 -1
  830. package/menu/divider/menu-divider.component.d.ts +1 -1
  831. package/menu/group/menu-group.component.d.ts +1 -1
  832. package/menu/item/action/menu-item-action.component.d.ts +1 -1
  833. package/menu/item/icon/menu-item-icon.component.d.ts +1 -1
  834. package/menu/item/menu-item.component.d.ts +1 -1
  835. package/menu/item/name/menu-item-name.component.d.ts +1 -1
  836. package/menu/menu.component.d.ts +1 -1
  837. package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
  838. package/nav/icon-nav/icon-nav.component.d.ts +1 -1
  839. package/nav/nav-item.directive.d.ts +1 -1
  840. package/nav/nav.component.d.ts +1 -1
  841. package/nav/nav.pipe.d.ts +1 -1
  842. package/notify/notify-container.component.d.ts +1 -1
  843. package/notify/notify-content.component.d.ts +1 -1
  844. package/notify/notify.component.d.ts +1 -1
  845. package/package.json +91 -83
  846. package/pagination/pagination.component.d.ts +1 -1
  847. package/pagination/pagination.pipe.d.ts +1 -1
  848. package/popover/body/popover-body.component.d.ts +1 -1
  849. package/popover/header/popover-header.component.d.ts +1 -1
  850. package/popover/popover-container.component.d.ts +1 -1
  851. package/popover/popover.directive.d.ts +1 -1
  852. package/progress/bar/progress-bar.component.d.ts +1 -1
  853. package/progress/progress.component.d.ts +1 -1
  854. package/property/properties.component.d.ts +1 -1
  855. package/property/property-item.component.d.ts +1 -1
  856. package/property-operation/group/property-operation-group.component.d.ts +1 -1
  857. package/property-operation/property-operation.component.d.ts +1 -1
  858. package/radio/button/radio-button.component.d.ts +1 -1
  859. package/radio/group/radio-group.component.d.ts +1 -1
  860. package/radio/radio.component.d.ts +1 -1
  861. package/rate/rate-item.component.d.ts +1 -1
  862. package/rate/rate.component.d.ts +1 -1
  863. package/resizable/resizable.directive.d.ts +1 -1
  864. package/resizable/resize-handle.component.d.ts +1 -1
  865. package/resizable/resize-handles.component.d.ts +1 -1
  866. package/result/result.component.d.ts +1 -1
  867. package/schematics/version.d.ts +1 -1
  868. package/schematics/version.js +1 -1
  869. package/segment/segment-item.component.d.ts +1 -1
  870. package/segment/segment.component.d.ts +1 -1
  871. package/select/custom-select/custom-select.component.d.ts +1 -1
  872. package/select/select.component.d.ts +1 -1
  873. package/shared/base-form-check.component.d.ts +1 -1
  874. package/shared/directives/thy-autofocus.directive.d.ts +1 -1
  875. package/shared/directives/thy-contextmenu.directive.d.ts +1 -1
  876. package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -1
  877. package/shared/directives/thy-drag-drop.directive.d.ts +1 -1
  878. package/shared/directives/thy-enter.directive.d.ts +1 -1
  879. package/shared/directives/thy-scroll.directive.d.ts +1 -1
  880. package/shared/directives/thy-show.d.ts +1 -1
  881. package/shared/directives/thy-stop-propagation.directive.d.ts +1 -1
  882. package/shared/ng-transclude.directive.d.ts +1 -1
  883. package/shared/option/group/option-group.component.d.ts +1 -1
  884. package/shared/option/list-option/list-option.component.d.ts +1 -1
  885. package/shared/option/option-group.component.d.ts +1 -1
  886. package/shared/option/option.component.d.ts +1 -1
  887. package/shared/select/select-control/select-control.component.d.ts +1 -1
  888. package/skeleton/skeleton.component.d.ts +1 -1
  889. package/skeleton/stylized/avatar.component.d.ts +1 -1
  890. package/skeleton/stylized/bullet-list.component.d.ts +1 -1
  891. package/skeleton/stylized/list.component.d.ts +1 -1
  892. package/skeleton/stylized/paragraph.component.d.ts +1 -1
  893. package/skeleton/stylized/title.component.d.ts +1 -1
  894. package/slide/drawer/drawer-container.directive.d.ts +1 -1
  895. package/slide/slide-body/slide-body-section.component.d.ts +1 -1
  896. package/slide/slide-body/slide-body.component.d.ts +1 -1
  897. package/slide/slide-container.component.d.ts +1 -1
  898. package/slide/slide-footer/slide-footer.component.d.ts +1 -1
  899. package/slide/slide-header/slide-header.component.d.ts +1 -1
  900. package/slide/slide-layout/slide-layout.component.d.ts +1 -1
  901. package/slider/slider.component.d.ts +1 -1
  902. package/space/space.component.d.ts +2 -2
  903. package/statistic/statistic.component.d.ts +1 -1
  904. package/stepper/step-header.component.d.ts +1 -1
  905. package/stepper/step.component.d.ts +1 -1
  906. package/stepper/stepper-button.directive.d.ts +2 -2
  907. package/stepper/stepper.component.d.ts +1 -1
  908. package/strength/strength.component.d.ts +1 -1
  909. package/styles/index.scss +1 -0
  910. package/styles/mixins/link.scss +6 -2
  911. package/styles/modules/link.scss +2 -1
  912. package/styles/modules/utils.scss +2 -0
  913. package/styles/variables.scss +4 -1
  914. package/switch/switch.component.d.ts +1 -1
  915. package/table/table-column.component.d.ts +1 -1
  916. package/table/table.component.d.ts +5 -1
  917. package/table/table.interface.d.ts +1 -0
  918. package/table/table.pipe.d.ts +1 -1
  919. package/tabs/styles/tabs.scss +11 -4
  920. package/tabs/tab-content.component.d.ts +9 -0
  921. package/tabs/tab.component.d.ts +1 -1
  922. package/tabs/tabs.component.d.ts +9 -1
  923. package/tabs/tabs.module.d.ts +5 -4
  924. package/tag/index.d.ts +1 -0
  925. package/tag/styles/mixin.scss +1 -0
  926. package/tag/styles/tag.scss +8 -1
  927. package/tag/tag.component.d.ts +1 -1
  928. package/tag/tag.module.d.ts +4 -3
  929. package/tag/tags.component.d.ts +8 -0
  930. package/time-picker/inner/inner-time-picker.component.d.ts +1 -1
  931. package/time-picker/time-picker-panel.component.d.ts +1 -1
  932. package/time-picker/time-picker.component.d.ts +1 -1
  933. package/timeline/timeline-item.component.d.ts +4 -3
  934. package/timeline/timeline.component.d.ts +2 -2
  935. package/tooltip/tooltip.component.d.ts +1 -1
  936. package/tooltip/tooltip.directive.d.ts +1 -1
  937. package/transfer/transfer-list.component.d.ts +1 -1
  938. package/transfer/transfer.component.d.ts +1 -1
  939. package/tree/tree-node.component.d.ts +2 -1
  940. package/tree/tree-replace-region.component.d.ts +1 -1
  941. package/tree/tree.component.d.ts +2 -1
  942. package/tree-select/tree-select.component.d.ts +2 -2
  943. package/typography/text/text.component.d.ts +1 -1
  944. package/typography/text-color.directive.d.ts +1 -1
  945. package/upload/file-drop.directive.d.ts +1 -1
  946. package/upload/file-select-base.d.ts +1 -1
  947. package/upload/file-select.component.d.ts +1 -1
  948. package/vote/vote.component.d.ts +1 -1
  949. package/watermark/watermark.directive.d.ts +1 -1
  950. package/action/ngx-tethys-action.d.ts +0 -5
  951. package/action/package.json +0 -10
  952. package/action-menu/ngx-tethys-action-menu.d.ts +0 -5
  953. package/action-menu/package.json +0 -10
  954. package/affix/ngx-tethys-affix.d.ts +0 -5
  955. package/affix/package.json +0 -10
  956. package/alert/ngx-tethys-alert.d.ts +0 -5
  957. package/alert/package.json +0 -10
  958. package/anchor/ngx-tethys-anchor.d.ts +0 -5
  959. package/anchor/package.json +0 -10
  960. package/arrow-switcher/ngx-tethys-arrow-switcher.d.ts +0 -5
  961. package/arrow-switcher/package.json +0 -10
  962. package/autocomplete/ngx-tethys-autocomplete.d.ts +0 -5
  963. package/autocomplete/package.json +0 -10
  964. package/avatar/ngx-tethys-avatar.d.ts +0 -5
  965. package/avatar/package.json +0 -10
  966. package/back-top/ngx-tethys-back-top.d.ts +0 -5
  967. package/back-top/package.json +0 -10
  968. package/badge/ngx-tethys-badge.d.ts +0 -5
  969. package/badge/package.json +0 -10
  970. package/breadcrumb/ngx-tethys-breadcrumb.d.ts +0 -5
  971. package/breadcrumb/package.json +0 -10
  972. package/button/ngx-tethys-button.d.ts +0 -5
  973. package/button/package.json +0 -10
  974. package/calendar/ngx-tethys-calendar.d.ts +0 -5
  975. package/calendar/package.json +0 -10
  976. package/card/ngx-tethys-card.d.ts +0 -5
  977. package/card/package.json +0 -10
  978. package/cascader/ngx-tethys-cascader.d.ts +0 -5
  979. package/cascader/package.json +0 -10
  980. package/checkbox/ngx-tethys-checkbox.d.ts +0 -5
  981. package/checkbox/package.json +0 -10
  982. package/collapse/ngx-tethys-collapse.d.ts +0 -5
  983. package/collapse/package.json +0 -10
  984. package/copy/ngx-tethys-copy.d.ts +0 -5
  985. package/copy/package.json +0 -10
  986. package/core/ngx-tethys-core.d.ts +0 -5
  987. package/core/package.json +0 -10
  988. package/date-picker/ngx-tethys-date-picker.d.ts +0 -5
  989. package/date-picker/package.json +0 -10
  990. package/date-range/ngx-tethys-date-range.d.ts +0 -5
  991. package/date-range/package.json +0 -10
  992. package/dialog/ngx-tethys-dialog.d.ts +0 -5
  993. package/dialog/package.json +0 -10
  994. package/divider/ngx-tethys-divider.d.ts +0 -5
  995. package/divider/package.json +0 -10
  996. package/dot/ngx-tethys-dot.d.ts +0 -5
  997. package/dot/package.json +0 -10
  998. package/drag-drop/ngx-tethys-drag-drop.d.ts +0 -5
  999. package/drag-drop/package.json +0 -10
  1000. package/dropdown/ngx-tethys-dropdown.d.ts +0 -5
  1001. package/dropdown/package.json +0 -10
  1002. package/empty/ngx-tethys-empty.d.ts +0 -5
  1003. package/empty/package.json +0 -10
  1004. package/flexible-text/ngx-tethys-flexible-text.d.ts +0 -5
  1005. package/flexible-text/package.json +0 -10
  1006. package/form/ngx-tethys-form.d.ts +0 -5
  1007. package/form/package.json +0 -10
  1008. package/fullscreen/ngx-tethys-fullscreen.d.ts +0 -5
  1009. package/fullscreen/package.json +0 -10
  1010. package/grid/ngx-tethys-grid.d.ts +0 -5
  1011. package/grid/package.json +0 -10
  1012. package/guider/ngx-tethys-guider.d.ts +0 -5
  1013. package/guider/package.json +0 -10
  1014. package/icon/ngx-tethys-icon.d.ts +0 -5
  1015. package/icon/package.json +0 -10
  1016. package/image/ngx-tethys-image.d.ts +0 -5
  1017. package/image/package.json +0 -10
  1018. package/input/ngx-tethys-input.d.ts +0 -5
  1019. package/input/package.json +0 -10
  1020. package/input-number/ngx-tethys-input-number.d.ts +0 -5
  1021. package/input-number/package.json +0 -10
  1022. package/label/ngx-tethys-label.d.ts +0 -5
  1023. package/label/package.json +0 -10
  1024. package/layout/ngx-tethys-layout.d.ts +0 -5
  1025. package/layout/package.json +0 -10
  1026. package/list/ngx-tethys-list.d.ts +0 -5
  1027. package/list/package.json +0 -10
  1028. package/loading/ngx-tethys-loading.d.ts +0 -5
  1029. package/loading/package.json +0 -10
  1030. package/mention/ngx-tethys-mention.d.ts +0 -5
  1031. package/mention/package.json +0 -10
  1032. package/menu/ngx-tethys-menu.d.ts +0 -5
  1033. package/menu/package.json +0 -10
  1034. package/nav/ngx-tethys-nav.d.ts +0 -5
  1035. package/nav/package.json +0 -10
  1036. package/notify/ngx-tethys-notify.d.ts +0 -5
  1037. package/notify/package.json +0 -10
  1038. package/pagination/ngx-tethys-pagination.d.ts +0 -5
  1039. package/pagination/package.json +0 -10
  1040. package/popover/ngx-tethys-popover.d.ts +0 -5
  1041. package/popover/package.json +0 -10
  1042. package/progress/ngx-tethys-progress.d.ts +0 -5
  1043. package/progress/package.json +0 -10
  1044. package/property/ngx-tethys-property.d.ts +0 -5
  1045. package/property/package.json +0 -10
  1046. package/property-operation/ngx-tethys-property-operation.d.ts +0 -5
  1047. package/property-operation/package.json +0 -10
  1048. package/radio/ngx-tethys-radio.d.ts +0 -5
  1049. package/radio/package.json +0 -10
  1050. package/rate/ngx-tethys-rate.d.ts +0 -5
  1051. package/rate/package.json +0 -10
  1052. package/resizable/ngx-tethys-resizable.d.ts +0 -5
  1053. package/resizable/package.json +0 -10
  1054. package/result/ngx-tethys-result.d.ts +0 -5
  1055. package/result/package.json +0 -10
  1056. package/segment/ngx-tethys-segment.d.ts +0 -5
  1057. package/segment/package.json +0 -10
  1058. package/select/ngx-tethys-select.d.ts +0 -5
  1059. package/select/package.json +0 -10
  1060. package/shared/ngx-tethys-shared.d.ts +0 -5
  1061. package/shared/package.json +0 -10
  1062. package/skeleton/ngx-tethys-skeleton.d.ts +0 -5
  1063. package/skeleton/package.json +0 -10
  1064. package/slide/ngx-tethys-slide.d.ts +0 -5
  1065. package/slide/package.json +0 -10
  1066. package/slider/ngx-tethys-slider.d.ts +0 -5
  1067. package/slider/package.json +0 -10
  1068. package/space/ngx-tethys-space.d.ts +0 -5
  1069. package/space/package.json +0 -10
  1070. package/statistic/ngx-tethys-statistic.d.ts +0 -5
  1071. package/statistic/package.json +0 -10
  1072. package/stepper/ngx-tethys-stepper.d.ts +0 -5
  1073. package/stepper/package.json +0 -10
  1074. package/strength/ngx-tethys-strength.d.ts +0 -5
  1075. package/strength/package.json +0 -10
  1076. package/switch/ngx-tethys-switch.d.ts +0 -5
  1077. package/switch/package.json +0 -10
  1078. package/table/ngx-tethys-table.d.ts +0 -5
  1079. package/table/package.json +0 -10
  1080. package/tabs/ngx-tethys-tabs.d.ts +0 -5
  1081. package/tabs/package.json +0 -10
  1082. package/tag/ngx-tethys-tag.d.ts +0 -5
  1083. package/tag/package.json +0 -10
  1084. package/testing/ngx-tethys-testing.d.ts +0 -5
  1085. package/testing/package.json +0 -10
  1086. package/time-picker/ngx-tethys-time-picker.d.ts +0 -5
  1087. package/time-picker/package.json +0 -10
  1088. package/timeline/ngx-tethys-timeline.d.ts +0 -5
  1089. package/timeline/package.json +0 -10
  1090. package/tooltip/ngx-tethys-tooltip.d.ts +0 -5
  1091. package/tooltip/package.json +0 -10
  1092. package/transfer/ngx-tethys-transfer.d.ts +0 -5
  1093. package/transfer/package.json +0 -10
  1094. package/tree/ngx-tethys-tree.d.ts +0 -5
  1095. package/tree/package.json +0 -10
  1096. package/tree-select/ngx-tethys-tree-select.d.ts +0 -5
  1097. package/tree-select/package.json +0 -10
  1098. package/types/ngx-tethys-types.d.ts +0 -5
  1099. package/types/package.json +0 -10
  1100. package/typography/ngx-tethys-typography.d.ts +0 -5
  1101. package/typography/package.json +0 -10
  1102. package/upload/ngx-tethys-upload.d.ts +0 -5
  1103. package/upload/package.json +0 -10
  1104. package/util/ngx-tethys-util.d.ts +0 -5
  1105. package/util/package.json +0 -10
  1106. package/vote/ngx-tethys-vote.d.ts +0 -5
  1107. package/vote/package.json +0 -10
  1108. package/watermark/ngx-tethys-watermark.d.ts +0 -5
  1109. package/watermark/package.json +0 -10
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.8](https://github.com/atinc/ngx-tethys/compare/14.0.7...14.0.8) (2022-09-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **styles:** add min-height: 0px to d-flex-column-fill and min-width: 0px to d-flex-row-fill ([631b010](https://github.com/atinc/ngx-tethys/commit/631b0104d19383855ba5e379bc16eb8e80ef38f0))
11
+ * **tabs:** adjust component name & var name #INFR-4669 ([cb5643a](https://github.com/atinc/ngx-tethys/commit/cb5643ad2dfb68117418480bd1c9453eab2eceae)), closes [#INFR-4669](https://github.com/atinc/ngx-tethys/issues/INFR-4669)
12
+ * **tag:** change the line-height value to the Tag height #INFR-4655 ([af5ae52](https://github.com/atinc/ngx-tethys/commit/af5ae52e2583307cc46657ddcba24a5eccaf7065)), closes [#INFR-4655](https://github.com/atinc/ngx-tethys/issues/INFR-4655)
13
+ * **typography:** update selector [thyText] to [thyText]:not(thy-divider) avoid conflict ([3bef611](https://github.com/atinc/ngx-tethys/commit/3bef61145b3cf6453b7c4363afce7770c5b30cdb))
14
+
15
+
16
+ ### Features
17
+
18
+ * **carousel:** add carousel component #INFR-4172 ([#2182](https://github.com/atinc/ngx-tethys/issues/2182)) ([8dd64e3](https://github.com/atinc/ngx-tethys/commit/8dd64e39628d1b6f66651cd5c9fc2cfc93ae69bf)), closes [#INFR-4172](https://github.com/atinc/ngx-tethys/issues/INFR-4172)
19
+ * **tabs:** add tab pane animated #INFR-4635 ([#2185](https://github.com/atinc/ngx-tethys/issues/2185)) ([97d87bc](https://github.com/atinc/ngx-tethys/commit/97d87bcc2b98829040a3805c69d7c92a593e8fc8)), closes [#INFR-4635](https://github.com/atinc/ngx-tethys/issues/INFR-4635)
20
+ * **tag:** add thy-tags component #INFR-4667 [#2187](https://github.com/atinc/ngx-tethys/issues/2187) ([#2188](https://github.com/atinc/ngx-tethys/issues/2188)) ([e6c120c](https://github.com/atinc/ngx-tethys/commit/e6c120c633fcd39dcbf40db0f8e05305a4e917af)), closes [#INFR-4667](https://github.com/atinc/ngx-tethys/issues/INFR-4667)
21
+ * **tree:** add thyIndex property #INFR-4632 ([#2181](https://github.com/atinc/ngx-tethys/issues/2181)) ([1095431](https://github.com/atinc/ngx-tethys/commit/109543145662b1e28aa048b410339515d07ec0a0)), closes [#INFR-4632](https://github.com/atinc/ngx-tethys/issues/INFR-4632) [#INFR-4632](https://github.com/atinc/ngx-tethys/issues/INFR-4632)
22
+
23
+
24
+
25
+ ## [14.0.7](https://github.com/atinc/ngx-tethys/compare/14.0.6...14.0.7) (2022-09-08)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **cascader:** should only show one column when first opened #INFR-4617 ([#2177](https://github.com/atinc/ngx-tethys/issues/2177)) ([09bfbc9](https://github.com/atinc/ngx-tethys/commit/09bfbc9fc23ce2507d802b8277a83b304041f6f9)), closes [#INFR-4617](https://github.com/atinc/ngx-tethys/issues/INFR-4617) [#INFR-4617](https://github.com/atinc/ngx-tethys/issues/INFR-4617)
31
+
32
+
33
+ ### Features
34
+
35
+ * **badge:** add default type instead of secondary and support built-in color for thyTextColor and thyBackgroundColor #INFR-4576 ([#2173](https://github.com/atinc/ngx-tethys/issues/2173)) ([7cc2dcf](https://github.com/atinc/ngx-tethys/commit/7cc2dcff398808337d6b46624e4ae80086210868)), closes [#INFR-4576](https://github.com/atinc/ngx-tethys/issues/INFR-4576)
36
+ * **link:** set opacity to 50% for disabled #INFR-4621 ([#2178](https://github.com/atinc/ngx-tethys/issues/2178)) ([bf4fe5c](https://github.com/atinc/ngx-tethys/commit/bf4fe5ce77a934562aa00b86140574572cb62b9d)), closes [#INFR-4621](https://github.com/atinc/ngx-tethys/issues/INFR-4621)
37
+ * **table:** add page size controller to table pagination #INFR-3371 ([#2138](https://github.com/atinc/ngx-tethys/issues/2138)) ([736f495](https://github.com/atinc/ngx-tethys/commit/736f4956a7e8e7e2b0fb8e01f433acbe9582c0b6)), closes [#INFR-3371](https://github.com/atinc/ngx-tethys/issues/INFR-3371)
38
+ * **timeline:** improve timeline examples and overview #INFR-4538 ([d4267c0](https://github.com/atinc/ngx-tethys/commit/d4267c0a37a11a0e6a76860a3ebbdc610f6ab3e4)), closes [#INFR-4538](https://github.com/atinc/ngx-tethys/issues/INFR-4538)
39
+
40
+
41
+
5
42
  ## [14.0.6](https://github.com/atinc/ngx-tethys/compare/14.0.5...14.0.6) (2022-09-06)
6
43
 
7
44
 
@@ -53,5 +53,5 @@ export declare class ThyActionComponent implements OnInit, AfterViewInit, OnChan
53
53
  private setActionType;
54
54
  private updateClasses;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionComponent, "thy-action, [thyAction]", never, { "thyType": "thyType"; "thyIcon": "thyIcon"; "thyActionIcon": "thyActionIcon"; "thyActive": "thyActive"; "thyActionActive": "thyActionActive"; "thyTheme": "thyTheme"; "thyHoverIcon": "thyHoverIcon"; "thyDisabled": "thyDisabled"; }, {}, never, ["*"]>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionComponent, "thy-action, [thyAction]", never, { "thyType": "thyType"; "thyIcon": "thyIcon"; "thyActionIcon": "thyActionIcon"; "thyActive": "thyActive"; "thyActionActive": "thyActionActive"; "thyTheme": "thyTheme"; "thyHoverIcon": "thyHoverIcon"; "thyDisabled": "thyDisabled"; }, {}, never, ["*"], false>;
57
57
  }
@@ -18,5 +18,5 @@ export declare class ThyActionsComponent implements OnInit, AfterContentInit, On
18
18
  ngAfterContentInit(): void;
19
19
  private setActionsSize;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionsComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionsComponent, "thy-actions", never, { "thySize": "thySize"; }, {}, ["actions"], ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionsComponent, "thy-actions", never, { "thySize": "thySize"; }, {}, ["actions"], ["*"], false>;
22
22
  }
@@ -20,42 +20,42 @@ export declare class ThyActionMenuItemDirective implements OnInit, OnDestroy {
20
20
  getElement(): HTMLElement;
21
21
  bindMouseenterEvent(): import("rxjs").Observable<Event>;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemDirective, "[thyActionMenuItem]", never, { "thyDisabled": "thyDisabled"; "thyType": "thyType"; }, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemDirective, "[thyActionMenuItem]", never, { "thyDisabled": "thyDisabled"; "thyType": "thyType"; }, {}, never, never, false>;
24
24
  }
25
25
  export declare class ThyActionMenuItemIconDirective {
26
26
  className: boolean;
27
27
  constructor();
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemIconDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemIconDirective, "[thyActionMenuItemIcon]", never, {}, {}, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemIconDirective, "[thyActionMenuItemIcon]", never, {}, {}, never, never, false>;
30
30
  }
31
31
  export declare class ThyActionMenuItemNameDirective {
32
32
  className: boolean;
33
33
  constructor();
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemNameDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemNameDirective, "[thyActionMenuItemName]", never, {}, {}, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemNameDirective, "[thyActionMenuItemName]", never, {}, {}, never, never, false>;
36
36
  }
37
37
  export declare class ThyActionMenuItemMetaDirective {
38
38
  className: boolean;
39
39
  constructor();
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemMetaDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemMetaDirective, "[thyActionMenuItemMeta]", never, {}, {}, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemMetaDirective, "[thyActionMenuItemMeta]", never, {}, {}, never, never, false>;
42
42
  }
43
43
  export declare class ThyActionMenuItemInfoDirective {
44
44
  className: boolean;
45
45
  constructor();
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemInfoDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemInfoDirective, "[thyActionMenuItemInfo]", never, {}, {}, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemInfoDirective, "[thyActionMenuItemInfo]", never, {}, {}, never, never, false>;
48
48
  }
49
49
  export declare class ThyActionMenuItemExtendIconDirective {
50
50
  className: boolean;
51
51
  constructor();
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemExtendIconDirective, never>;
53
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemExtendIconDirective, "[thyActionMenuItemExtendIcon]", never, {}, {}, never>;
53
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemExtendIconDirective, "[thyActionMenuItemExtendIcon]", never, {}, {}, never, never, false>;
54
54
  }
55
55
  export declare class ThyActionMenuItemActiveDirective {
56
56
  _isActive: boolean;
57
57
  set thyActionMenuItemActive(value: boolean);
58
58
  constructor();
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemActiveDirective, never>;
60
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemActiveDirective, "[thyActionMenuItemActive]", never, { "thyActionMenuItemActive": "thyActionMenuItemActive"; }, {}, never>;
60
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemActiveDirective, "[thyActionMenuItemActive]", never, { "thyActionMenuItemActive": "thyActionMenuItemActive"; }, {}, never, never, false>;
61
61
  }
@@ -12,6 +12,6 @@ export declare class ThyActionMenuSubItemDirective extends _MixinBase implements
12
12
  ngOnInit(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuSubItemDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuSubItemDirective, "[thyActionMenuSubItem]", never, { "thyActionMenuSubItem": "thyActionMenuSubItem"; }, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuSubItemDirective, "[thyActionMenuSubItem]", never, { "thyActionMenuSubItem": "thyActionMenuSubItem"; }, {}, never, never, false>;
16
16
  }
17
17
  export {};
@@ -23,5 +23,5 @@ export declare class ThyActionMenuToggleDirective {
23
23
  onRightClick(event: any): boolean;
24
24
  private _show;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuToggleDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuToggleDirective, "[thyActionMenuToggle]", never, { "thyActionMenuToggle": "thyActionMenuToggle"; "thyPlacement": "thyPlacement"; "thyAction": "thyAction"; "thyStopPropagation": "thyStopPropagation"; "thyContainerClass": "thyContainerClass"; "thyOriginActiveClass": "thyOriginActiveClass"; }, {}, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuToggleDirective, "[thyActionMenuToggle]", never, { "thyActionMenuToggle": "thyActionMenuToggle"; "thyPlacement": "thyPlacement"; "thyAction": "thyAction"; "thyStopPropagation": "thyStopPropagation"; "thyContainerClass": "thyContainerClass"; "thyOriginActiveClass": "thyOriginActiveClass"; }, {}, never, never, false>;
27
27
  }
@@ -9,7 +9,7 @@ export declare class ThyActionMenuComponent {
9
9
  set thyWidth(value: string);
10
10
  constructor();
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuComponent, "thy-action-menu", never, { "thyTheme": "thyTheme"; "thyWidth": "thyWidth"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuComponent, "thy-action-menu", never, { "thyTheme": "thyTheme"; "thyWidth": "thyWidth"; }, {}, never, ["*"], false>;
13
13
  }
14
14
  export declare class ThyActionMenuGroupComponent {
15
15
  groupTitle: string;
@@ -17,7 +17,7 @@ export declare class ThyActionMenuGroupComponent {
17
17
  set thyTitle(value: string);
18
18
  constructor();
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuGroupComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuGroupComponent, "thy-action-menu-group", never, { "thyTitle": "thyTitle"; }, {}, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuGroupComponent, "thy-action-menu-group", never, { "thyTitle": "thyTitle"; }, {}, never, ["*"], false>;
21
21
  }
22
22
  export declare class ThyActionMenuDividerComponent {
23
23
  title: string;
@@ -28,11 +28,11 @@ export declare class ThyActionMenuDividerComponent {
28
28
  set thyType(value: ThyActionMenuDividerType);
29
29
  constructor();
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuDividerComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuDividerComponent, "thy-action-menu-divider", never, { "thyTitle": "thyTitle"; "thyType": "thyType"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuDividerComponent, "thy-action-menu-divider", never, { "thyTitle": "thyTitle"; "thyType": "thyType"; }, {}, never, never, false>;
32
32
  }
33
33
  export declare class ThyActionMenuDividerTitleDirective {
34
34
  className: boolean;
35
35
  constructor();
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuDividerTitleDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuDividerTitleDirective, "[thyActionMenuDividerTitle]", never, {}, {}, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuDividerTitleDirective, "[thyActionMenuDividerTitle]", never, {}, {}, never, never, false>;
38
38
  }
@@ -34,5 +34,5 @@ export declare class ThyAffixComponent implements AfterViewInit, OnChanges, OnDe
34
34
  private syncPlaceholderStyle;
35
35
  updatePosition(e: Event): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAffixComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAffixComponent, "thy-affix", ["thyAffix"], { "thyContainer": "thyContainer"; "thyOffsetTop": "thyOffsetTop"; "thyOffsetBottom": "thyOffsetBottom"; }, { "thyChange": "thyChange"; }, never, ["*"]>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAffixComponent, "thy-affix", ["thyAffix"], { "thyContainer": "thyContainer"; "thyOffsetTop": "thyOffsetTop"; "thyOffsetBottom": "thyOffsetBottom"; }, { "thyChange": "thyChange"; }, never, ["*"], false>;
38
38
  }
@@ -26,6 +26,6 @@ export declare class ThyAlertComponent implements OnInit, OnChanges {
26
26
  closeAlert(): void;
27
27
  private updateClass;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlertComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlertComponent, "thy-alert", never, { "thyType": "thyType"; "thyTheme": "thyTheme"; "thyMessage": "thyMessage"; "thyIcon": "thyIcon"; "thyCloseable": "thyCloseable"; }, {}, ["alertOperation"], never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlertComponent, "thy-alert", never, { "thyType": "thyType"; "thyTheme": "thyTheme"; "thyMessage": "thyMessage"; "thyIcon": "thyIcon"; "thyCloseable": "thyCloseable"; }, {}, ["alertOperation"], never, false>;
30
30
  }
31
31
  export {};
@@ -3,5 +3,5 @@ export declare class ThyAlertActionItemDirective {
3
3
  class: boolean;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlertActionItemDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAlertActionItemDirective, "[thyAlertActionItem]", never, {}, {}, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAlertActionItemDirective, "[thyAlertActionItem]", never, {}, {}, never, never, false>;
7
7
  }
@@ -21,5 +21,5 @@ export declare class ThyAnchorLinkComponent implements OnInit, OnDestroy {
21
21
  goToClick(e: Event): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchorLinkComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorLinkComponent, "thy-link", ["thyLink"], { "thyHref": "thyHref"; "thyTitle": "thyTitle"; }, {}, ["thyTemplate"], ["*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorLinkComponent, "thy-link", ["thyLink"], { "thyHref": "thyHref"; "thyTitle": "thyTitle"; }, {}, ["thyTemplate"], ["*"], false>;
25
25
  }
@@ -41,5 +41,5 @@ export declare class ThyAnchorComponent implements OnDestroy, AfterViewInit, OnC
41
41
  handleScrollTo(linkComponent: ThyAnchorLinkComponent): void;
42
42
  ngOnChanges(changes: SimpleChanges): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchorComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorComponent, "thy-anchor", ["thyAnchor"], { "thyAffix": "thyAffix"; "thyBounds": "thyBounds"; "thyOffsetTop": "thyOffsetTop"; "thyContainer": "thyContainer"; "thyTarget": "thyTarget"; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorComponent, "thy-anchor", ["thyAnchor"], { "thyAffix": "thyAffix"; "thyBounds": "thyBounds"; "thyOffsetTop": "thyOffsetTop"; "thyContainer": "thyContainer"; "thyTarget": "thyTarget"; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"], false>;
45
45
  }
@@ -33,5 +33,5 @@ export declare class ThyArrowSwitcherComponent implements OnInit, ControlValueAc
33
33
  onPreviousClick(event: Event): void;
34
34
  onNextClick(event: Event): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyArrowSwitcherComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyArrowSwitcherComponent, "thy-arrow-switcher", never, { "thyTheme": "thyTheme"; "thyTotal": "thyTotal"; "thySize": "thySize"; }, { "thyPrevious": "thyPrevious"; "thyNext": "thyNext"; }, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyArrowSwitcherComponent, "thy-arrow-switcher", never, { "thyTheme": "thyTheme"; "thyTotal": "thyTotal"; "thySize": "thySize"; }, { "thyPrevious": "thyPrevious"; "thyNext": "thyNext"; }, never, never, false>;
37
37
  }
@@ -52,6 +52,6 @@ export declare class ThyAutocompleteComponent extends _MixinBase implements IThy
52
52
  private setDropDownClass;
53
53
  ngOnDestroy(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteComponent, "thy-autocomplete", never, { "thyEmptyText": "thyEmptyText"; "thyAutoActiveFirstOption": "thyAutoActiveFirstOption"; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"]>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteComponent, "thy-autocomplete", never, { "thyEmptyText": "thyEmptyText"; "thyAutoActiveFirstOption": "thyAutoActiveFirstOption"; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"], false>;
56
56
  }
57
57
  export {};
@@ -51,5 +51,5 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
51
51
  private destroyPanel;
52
52
  ngOnDestroy(): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteTriggerDirective, [null, null, null, null, null, { optional: true; }, null]>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger]", ["thyAutocompleteTrigger"], { "autocompleteComponent": "thyAutocompleteComponent"; "autocomplete": "thyAutocomplete"; "thyOffset": "thyOffset"; "thyAutocompleteWidth": "thyAutocompleteWidth"; "thyPlacement": "thyPlacement"; "thyIsFocusOpen": "thyIsFocusOpen"; }, {}, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger]", ["thyAutocompleteTrigger"], { "autocompleteComponent": "thyAutocompleteComponent"; "autocomplete": "thyAutocomplete"; "thyOffset": "thyOffset"; "thyAutocompleteWidth": "thyAutocompleteWidth"; "thyPlacement": "thyPlacement"; "thyIsFocusOpen": "thyIsFocusOpen"; }, {}, never, never, false>;
55
55
  }
@@ -27,5 +27,5 @@ export declare class ThyAutocompleteContainerComponent extends ThyAbstractOverla
27
27
  onAnimationStart(event: AnimationEvent): void;
28
28
  startExitAnimation(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteContainerComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteContainerComponent, "thy-autocomplete-container", never, {}, {}, never, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteContainerComponent, "thy-autocomplete-container", never, {}, {}, never, never, false>;
31
31
  }
@@ -45,5 +45,5 @@ export declare class ThyAvatarComponent implements OnInit {
45
45
  remove($event: Event): void;
46
46
  avatarImgError($event: Event): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAvatarComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatarComponent, "thy-avatar", never, { "thyShowName": "thyShowName"; "thySrc": "thySrc"; "thyName": "thyName"; "thySize": "thySize"; "thyShowRemove": "thyShowRemove"; "thyImgClass": "thyImgClass"; "thyDisabled": "thyDisabled"; "thyLoading": "thyLoading"; "thyFetchPriority": "thyFetchPriority"; }, { "thyOnRemove": "thyOnRemove"; "thyError": "thyError"; }, never, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatarComponent, "thy-avatar", never, { "thyShowName": "thyShowName"; "thySrc": "thySrc"; "thyName": "thyName"; "thySize": "thySize"; "thyShowRemove": "thyShowRemove"; "thyImgClass": "thyImgClass"; "thyDisabled": "thyDisabled"; "thyLoading": "thyLoading"; "thyFetchPriority": "thyFetchPriority"; }, { "thyOnRemove": "thyOnRemove"; "thyError": "thyError"; }, never, never, false>;
49
49
  }
@@ -4,20 +4,20 @@ import * as i0 from "@angular/core";
4
4
  export declare class AvatarShortNamePipe implements PipeTransform {
5
5
  transform(name: string | null | undefined): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarShortNamePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<AvatarShortNamePipe, "avatarShortName">;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<AvatarShortNamePipe, "avatarShortName", false>;
8
8
  }
9
9
  export declare class AvatarBgColorPipe implements PipeTransform {
10
10
  transform(name: string): {
11
11
  'background-color': string;
12
12
  };
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarBgColorPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<AvatarBgColorPipe, "avatarBgColor">;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<AvatarBgColorPipe, "avatarBgColor", false>;
15
15
  }
16
16
  export declare class AvatarSrcPipe implements PipeTransform {
17
17
  private thyAvatarService;
18
18
  constructor(thyAvatarService: ThyAvatarService);
19
19
  transform(src: string, size: number): string;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarSrcPipe, never>;
21
- static ɵpipe: i0.ɵɵPipeDeclaration<AvatarSrcPipe, "thyAvatarSrc">;
21
+ static ɵpipe: i0.ɵɵPipeDeclaration<AvatarSrcPipe, "thyAvatarSrc", false>;
22
22
  }
23
23
  export declare const AvatarPipes: (typeof AvatarShortNamePipe | typeof AvatarBgColorPipe | typeof AvatarSrcPipe)[];
@@ -35,5 +35,5 @@ export declare class ThyBackTopComponent implements OnInit, OnDestroy, OnChanges
35
35
  ngOnDestroy(): void;
36
36
  ngOnChanges(changes: any): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBackTopComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyBackTopComponent, "thy-back-top,[thyBackTop]", never, { "thyTemplate": "thyTemplate"; "thyVisibilityHeight": "thyVisibilityHeight"; "thyContainer": "thyContainer"; }, { "thyClick": "thyClick"; "visibleChange": "visibleChange"; }, never, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyBackTopComponent, "thy-back-top,[thyBackTop]", never, { "thyTemplate": "thyTemplate"; "thyVisibilityHeight": "thyVisibilityHeight"; "thyContainer": "thyContainer"; }, { "thyClick": "thyClick"; "visibleChange": "visibleChange"; }, never, never, false>;
39
39
  }
@@ -1,34 +1,35 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ export declare type ThyBadgeSize = 'md' | 'sm' | 'lg';
3
4
  /**
4
5
  * 徽标组件,支持组件`thy-badge`和`thyBadge`指令两种使用方式
6
+ * @name thy-badge,[thyBadge]
5
7
  */
6
8
  export declare class ThyBadgeComponent implements OnInit {
7
9
  private elementRef;
8
10
  displayContent: string;
9
11
  badgeClassName: string;
10
12
  private nativeElement;
11
- private _initialized;
12
- private badgeClassNameMap;
13
- st: {
14
- value: number | string;
15
- isValueOfString: boolean;
16
- isSetValue: boolean;
17
- isValueKeepShow: boolean;
18
- max: {
19
- is: boolean;
20
- value: number;
21
- };
22
- isElement: boolean;
23
- isSup: boolean;
24
- isShowBadge: boolean;
25
- };
26
- textColor: string;
27
- backgroundColor: string;
13
+ private initialized;
14
+ protected isWrapper: boolean;
15
+ isShowBadge: boolean;
16
+ private keepShowValue;
17
+ private value;
18
+ private valueHasBeenSet;
19
+ private maxCount;
20
+ private type;
21
+ private size;
22
+ private isDot;
23
+ private isHollow;
24
+ protected textColor: string;
25
+ protected builtInTextColorClass: string;
26
+ protected backgroundColor: string;
27
+ protected builtInBackgroundColorClass: string;
28
+ protected supClasses: string[];
28
29
  constructor(elementRef: ElementRef);
29
- containerClassName: boolean;
30
30
  /**
31
- * 徽标类型, 类型为 'primary' | 'danger' | 'warning' | 'secondary'
31
+ * 徽标类型, 类型为 'default' | 'primary' | 'danger' | 'warning' | 'success'
32
+ * @default danger
32
33
  */
33
34
  set thyType(value: string);
34
35
  /**
@@ -49,13 +50,12 @@ export declare class ThyBadgeComponent implements OnInit {
49
50
  */
50
51
  set thyMaxCount(value: number);
51
52
  /**
52
- * 徽标显示的大小,分别为 `sm` | `md` | `lg`
53
+ * 徽标显示的大小,分别为 'sm' | 'md' | 'lg'
53
54
  * @default md
54
55
  */
55
- set thySize(value: string);
56
+ set thySize(value: ThyBadgeSize);
56
57
  /**
57
58
  * 已废弃,徽标是一个实心点,已经被废弃
58
- * @default md
59
59
  */
60
60
  set thyIsDot(value: boolean);
61
61
  /**
@@ -67,17 +67,16 @@ export declare class ThyBadgeComponent implements OnInit {
67
67
  */
68
68
  set thyKeepShow(value: boolean);
69
69
  /**
70
- * 设置徽标字体的颜色
70
+ * 设置徽标字体的颜色,支持内置颜色和自定义颜色 'primary' | '#87d068' | ...
71
71
  */
72
72
  set thyTextColor(value: string);
73
73
  /**
74
- * 设置徽标的背景颜色
74
+ * 设置徽标的背景颜色,支持内置颜色和自定义颜色 'primary' | '#87d068' | ...
75
75
  */
76
76
  set thyBackgroundColor(value: string);
77
77
  ngOnInit(): void;
78
- private combineBadgeClassName;
78
+ private combineBadgeClasses;
79
79
  private combineBadgeDisplayContent;
80
- private resetBadgeClassNameMap;
81
80
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBadgeComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadgeComponent, "thy-badge,[thyBadge]", never, { "thyType": "thyType"; "thyCount": "thyCount"; "thyContent": "thyContent"; "thyContext": "thyContext"; "thyMaxCount": "thyMaxCount"; "thySize": "thySize"; "thyIsDot": "thyIsDot"; "thyIsHollow": "thyIsHollow"; "thyKeepShow": "thyKeepShow"; "thyTextColor": "thyTextColor"; "thyBackgroundColor": "thyBackgroundColor"; }, {}, never, ["*"]>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadgeComponent, "thy-badge,[thyBadge]", never, { "thyType": "thyType"; "thyCount": "thyCount"; "thyContent": "thyContent"; "thyContext": "thyContext"; "thyMaxCount": "thyMaxCount"; "thySize": "thySize"; "thyIsDot": "thyIsDot"; "thyIsHollow": "thyIsHollow"; "thyKeepShow": "thyKeepShow"; "thyTextColor": "thyTextColor"; "thyBackgroundColor": "thyBackgroundColor"; }, {}, never, ["*"], false>;
83
82
  }
@@ -0,0 +1,9 @@
1
+ thy-badge {
2
+ margin-right: 40px;
3
+ }
4
+ .square {
5
+ width: 42px;
6
+ height: 42px;
7
+ border-radius: 5px;
8
+ background: #eee;
9
+ }
@@ -75,6 +75,18 @@
75
75
  }
76
76
  }
77
77
 
78
+ .thy-badge-default {
79
+ @include mixin.set-badge-color(variables.$gray-600, variables.$gray-200);
80
+ }
81
+
82
+ .thy-badge-success {
83
+ @include mixin.set-badge-color(variables.$white, variables.$success);
84
+ &.thy-badge-hollow {
85
+ background-color: transparent;
86
+ }
87
+ }
88
+
89
+ // 使用 thy-badge-default,暂时没有去除
78
90
  .thy-badge-secondary {
79
91
  @include mixin.set-badge-color(variables.$gray-600, variables.$gray-200);
80
92
  &.thy-badge-dot {
@@ -88,12 +100,14 @@
88
100
 
89
101
  // #endregion
90
102
  // #region
91
- .thy-badge-sup {
92
- position: absolute;
93
- top: 0px;
94
- right: 0;
95
- transform: translateY(-50%) translateX(50%);
96
- z-index: 1;
103
+ .thy-badge-wrapper {
104
+ .thy-badge {
105
+ position: absolute;
106
+ top: 0px;
107
+ right: 0;
108
+ transform: translateY(-50%) translateX(50%);
109
+ z-index: 1;
110
+ }
97
111
  }
98
112
 
99
113
  .thy-badge-lg {
@@ -10,5 +10,5 @@ export declare class ThyBreadcrumbItemComponent implements AfterViewInit {
10
10
  ngAfterViewInit(): void;
11
11
  private wrapSpanForText;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbItemComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbItemComponent, "thy-breadcrumb-item,[thyBreadcrumbItem]", ["ThyBreadcrumbItem"], {}, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbItemComponent, "thy-breadcrumb-item,[thyBreadcrumbItem]", ["ThyBreadcrumbItem"], {}, {}, never, ["*"], false>;
14
14
  }
@@ -15,5 +15,5 @@ export declare class ThyBreadcrumbComponent {
15
15
  thySeparator: 'slash' | 'backslash' | 'vertical-line';
16
16
  private setIcon;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbComponent, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": "thyIcon"; "thySeparator": "thySeparator"; }, {}, never, ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbComponent, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": "thyIcon"; "thySeparator": "thySeparator"; }, {}, never, ["*"], false>;
19
19
  }
@@ -18,5 +18,5 @@ export declare class ThyButtonGroupComponent implements OnInit {
18
18
  ngOnInit(): void;
19
19
  private setClasses;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonGroupComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroupComponent, "thy-button-group", never, { "thySize": "thySize"; "thyType": "thyType"; "thyClearMinWidth": "thyClearMinWidth"; }, {}, never, ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroupComponent, "thy-button-group", never, { "thySize": "thySize"; "thyType": "thyType"; "thyClearMinWidth": "thyClearMinWidth"; }, {}, never, ["*"], false>;
22
22
  }
@@ -29,5 +29,5 @@ export declare class ThyButtonIconComponent implements OnInit {
29
29
  private setClasses;
30
30
  ngOnInit(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonIconComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIconComponent, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": "thySize"; "thyIcon": "thyIcon"; "thyButtonIcon": "thyButtonIcon"; "thyShape": "thyShape"; "thyLight": "thyLight"; "thyActive": "thyActive"; "thyTheme": "thyTheme"; "thyColor": "thyColor"; }, {}, never, ["*"]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIconComponent, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": "thySize"; "thyIcon": "thyIcon"; "thyButtonIcon": "thyButtonIcon"; "thyShape": "thyShape"; "thyLight": "thyLight"; "thyActive": "thyActive"; "thyTheme": "thyTheme"; "thyColor": "thyColor"; }, {}, never, ["*"], false>;
33
33
  }
@@ -33,5 +33,5 @@ export declare class ThyButtonComponent implements OnInit, AfterViewInit {
33
33
  ngAfterViewInit(): void;
34
34
  private wrapSpanForText;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonComponent, "thy-button,[thy-button],[thyButton]", never, { "thyButton": "thyButton"; "thyType": "thyType"; "thyLoading": "thyLoading"; "thyLoadingText": "thyLoadingText"; "thySize": "thySize"; "thyIcon": "thyIcon"; "thyBlock": "thyBlock"; }, {}, never, ["*"]>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonComponent, "thy-button,[thy-button],[thyButton]", never, { "thyButton": "thyButton"; "thyType": "thyType"; "thyLoading": "thyLoading"; "thyLoadingText": "thyLoadingText"; "thySize": "thySize"; "thyIcon": "thyIcon"; "thyBlock": "thyBlock"; }, {}, never, ["*"], false>;
37
37
  }
@@ -4,12 +4,12 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class ThyDateCellDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDateCellDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDateCellDirective, "[thyDateCell]", ["thyDateCell"], {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDateCellDirective, "[thyDateCell]", ["thyDateCell"], {}, {}, never, never, false>;
8
8
  }
9
9
  /**
10
10
  * 自定义右上角操作项,可通过 *thyCalendarHeaderOperation传入模板
11
11
  */
12
12
  export declare class ThyCalendarHeaderOperationDirective {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarHeaderOperationDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCalendarHeaderOperationDirective, "[thyCalendarHeaderOperation]", ["thyCalendarHeaderOperation"], {}, {}, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCalendarHeaderOperationDirective, "[thyCalendarHeaderOperation]", ["thyCalendarHeaderOperation"], {}, {}, never, never, false>;
15
15
  }
@@ -41,5 +41,5 @@ export declare class ThyCalendarHeaderComponent implements OnInit {
41
41
  setDate(value: TinyDate): void;
42
42
  isCurrentDate(currentDate: TinyDate): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarHeaderComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarHeaderComponent, "thy-calendar-header", never, { "currentDate": "currentDate"; "operationRender": "operationRender"; }, { "yearChange": "yearChange"; "monthChange": "monthChange"; "dateRangeChange": "dateRangeChange"; }, never, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarHeaderComponent, "thy-calendar-header", never, { "currentDate": "currentDate"; "operationRender": "operationRender"; }, { "yearChange": "yearChange"; "monthChange": "monthChange"; "dateRangeChange": "dateRangeChange"; }, never, never, false>;
45
45
  }
@@ -71,6 +71,6 @@ export declare class ThyCalendarComponent implements OnInit, OnChanges {
71
71
  private updateDate;
72
72
  ngOnChanges(changes: SimpleChanges): void;
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarComponent, "thy-calendar", never, { "thyMode": "thyMode"; "thyValue": "thyValue"; "thyDisabledDate": "thyDisabledDate"; "thyDateCell": "thyDateCell"; "thyCalendarHeaderOperation": "thyCalendarHeaderOperation"; }, { "thySelectChange": "thySelectChange"; "thyValueChange": "thyValueChange"; "thyDateRangeChange": "thyDateRangeChange"; }, ["thyDateCellChild", "thyCalendarHeaderOperationChild"], never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarComponent, "thy-calendar", never, { "thyMode": "thyMode"; "thyValue": "thyValue"; "thyDisabledDate": "thyDisabledDate"; "thyDateCell": "thyDateCell"; "thyCalendarHeaderOperation": "thyCalendarHeaderOperation"; }, { "thySelectChange": "thySelectChange"; "thyValueChange": "thyValueChange"; "thyDateRangeChange": "thyDateRangeChange"; }, ["thyDateCellChild", "thyCalendarHeaderOperationChild"], never, false>;
75
75
  }
76
76
  export {};
@@ -5,5 +5,5 @@ export declare class ThyCardComponent {
5
5
  thyBordered: boolean | string;
6
6
  thySize: 'md' | 'sm' | 'lg';
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardComponent, "thy-card", never, { "thyHasLeftRightPadding": "thyHasLeftRightPadding"; "thyDivided": "thyDivided"; "thyBordered": "thyBordered"; "thySize": "thySize"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardComponent, "thy-card", never, { "thyHasLeftRightPadding": "thyHasLeftRightPadding"; "thyDivided": "thyDivided"; "thyBordered": "thyBordered"; "thySize": "thySize"; }, {}, never, ["*"], false>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class ThyCardContentComponent implements OnInit {
7
7
  set thySize(value: string);
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardContentComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContentComponent, "thy-card-content", never, { "thyScroll": "thyScroll"; "thySize": "thySize"; }, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContentComponent, "thy-card-content", never, { "thyScroll": "thyScroll"; "thySize": "thySize"; }, {}, never, ["*"], false>;
11
11
  }
@@ -11,5 +11,5 @@ export declare class ThyCardHeaderComponent implements OnInit {
11
11
  constructor();
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardHeaderComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardHeaderComponent, "thy-card-header", never, { "thyTitle": "thyTitle"; "thyDescription": "thyDescription"; "thySize": "thySize"; }, {}, ["titleTemplateRef", "descriptionTemplateRef", "operationTemplateRef"], never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardHeaderComponent, "thy-card-header", never, { "thyTitle": "thyTitle"; "thyDescription": "thyDescription"; "thySize": "thySize"; }, {}, ["titleTemplateRef", "descriptionTemplateRef", "operationTemplateRef"], never, false>;
15
15
  }
@@ -0,0 +1,12 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ThyCarouselItemDirective {
4
+ private renderer;
5
+ private _active;
6
+ readonly el: HTMLElement;
7
+ set isActive(value: boolean);
8
+ get isActive(): boolean;
9
+ constructor(elementRef: ElementRef, renderer: Renderer2);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyCarouselItemDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCarouselItemDirective, "[thy-carousel-item],[thyCarouselItem]", ["thyCarouseItem"], {}, {}, never, never, false>;
12
+ }