ngx-tethys 14.0.0 → 14.0.3

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 (1076) hide show
  1. package/CHANGELOG.md +64 -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 +1 -1
  21. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  22. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  23. package/button/button-group.component.d.ts +1 -1
  24. package/button/button-icon.component.d.ts +1 -1
  25. package/button/button.component.d.ts +1 -1
  26. package/button/styles/button-icon.scss +26 -8
  27. package/button/styles/mixin.scss +17 -0
  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/cascader/cascader-li.component.d.ts +7 -3
  35. package/cascader/cascader.component.d.ts +70 -74
  36. package/cascader/module.d.ts +3 -1
  37. package/cascader/styles/cascader.scss +3 -64
  38. package/checkbox/checkbox.component.d.ts +1 -1
  39. package/collapse/collapse-item.component.d.ts +1 -1
  40. package/collapse/collapse.component.d.ts +1 -1
  41. package/copy/copy.directive.d.ts +17 -3
  42. package/core/color/color.d.ts +3 -0
  43. package/core/event-dispatchers/event-dispatcher.d.ts +1 -1
  44. package/core/store/store.d.ts +1 -1
  45. package/date-picker/abstract-picker.component.d.ts +1 -1
  46. package/date-picker/abstract-picker.directive.d.ts +1 -1
  47. package/date-picker/base-picker.component.d.ts +1 -1
  48. package/date-picker/date-picker.component.d.ts +1 -1
  49. package/date-picker/date-picker.directive.d.ts +1 -1
  50. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
  51. package/date-picker/lib/calendar/calendar-header.component.d.ts +1 -1
  52. package/date-picker/lib/calendar/calendar-table.component.d.ts +1 -1
  53. package/date-picker/lib/date/date-header.component.d.ts +1 -1
  54. package/date-picker/lib/date/date-table-cell.component.d.ts +1 -1
  55. package/date-picker/lib/date/date-table.component.d.ts +1 -1
  56. package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -1
  57. package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
  58. package/date-picker/lib/decade/decade-table.component.d.ts +1 -1
  59. package/date-picker/lib/month/month-header.component.d.ts +1 -1
  60. package/date-picker/lib/month/month-table.component.d.ts +1 -1
  61. package/date-picker/lib/popups/date-popup.component.d.ts +1 -1
  62. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
  63. package/date-picker/lib/year/year-header.component.d.ts +1 -1
  64. package/date-picker/lib/year/year-table.component.d.ts +1 -1
  65. package/date-picker/month-picker.component.d.ts +1 -1
  66. package/date-picker/picker.component.d.ts +1 -1
  67. package/date-picker/picker.pipes.d.ts +3 -3
  68. package/date-picker/picker.validators.d.ts +2 -2
  69. package/date-picker/range-picker.component.d.ts +1 -1
  70. package/date-picker/range-picker.directive.d.ts +1 -1
  71. package/date-picker/week-picker.component.d.ts +1 -1
  72. package/date-picker/year-picker.component.d.ts +1 -1
  73. package/date-range/date-range.component.d.ts +1 -1
  74. package/date-range/optional-dates/optional-dates.component.d.ts +1 -1
  75. package/dialog/body/dialog-body.component.d.ts +1 -1
  76. package/dialog/confirm/confirm.component.d.ts +1 -1
  77. package/dialog/dialog-container.component.d.ts +1 -1
  78. package/dialog/footer/dialog-footer.component.d.ts +1 -1
  79. package/dialog/header/dialog-header.component.d.ts +1 -1
  80. package/divider/divider.component.d.ts +1 -1
  81. package/dot/dot.component.d.ts +1 -1
  82. package/drag-drop/drag-content.directive.d.ts +1 -1
  83. package/drag-drop/drag-handle.directive.d.ts +1 -1
  84. package/drag-drop/drag.directive.d.ts +1 -1
  85. package/drag-drop/drop-container.directive.d.ts +1 -1
  86. package/dropdown/dropdown-active.directive.d.ts +1 -1
  87. package/dropdown/dropdown-menu-item.directive.d.ts +7 -7
  88. package/dropdown/dropdown-menu.component.d.ts +4 -4
  89. package/dropdown/dropdown-submenu.component.d.ts +1 -1
  90. package/dropdown/dropdown.directive.d.ts +1 -1
  91. package/empty/empty.component.d.ts +1 -1
  92. package/esm2020/action/action.component.mjs +6 -6
  93. package/esm2020/action/action.module.mjs +5 -5
  94. package/esm2020/action/actions.component.mjs +3 -3
  95. package/esm2020/action-menu/action-menu-item.directive.mjs +21 -21
  96. package/esm2020/action-menu/action-menu-sub-item.directive.mjs +3 -3
  97. package/esm2020/action-menu/action-menu-toggle.component.mjs +3 -3
  98. package/esm2020/action-menu/action-menu.component.mjs +12 -12
  99. package/esm2020/action-menu/action-menu.module.mjs +5 -5
  100. package/esm2020/affix/affix.component.mjs +3 -3
  101. package/esm2020/affix/affix.module.mjs +5 -5
  102. package/esm2020/alert/alert.component.mjs +5 -5
  103. package/esm2020/alert/alert.directive.mjs +3 -3
  104. package/esm2020/alert/alert.module.mjs +5 -5
  105. package/esm2020/anchor/anchor-link.component.mjs +4 -4
  106. package/esm2020/anchor/anchor.component.mjs +6 -6
  107. package/esm2020/anchor/anchor.module.mjs +5 -5
  108. package/esm2020/arrow-switcher/arrow-switcher.component.mjs +8 -8
  109. package/esm2020/arrow-switcher/module.mjs +5 -5
  110. package/esm2020/autocomplete/autocomplete.component.mjs +6 -6
  111. package/esm2020/autocomplete/autocomplete.trigger.directive.mjs +3 -3
  112. package/esm2020/autocomplete/module.mjs +15 -17
  113. package/esm2020/autocomplete/overlay/autocomplete-container.component.mjs +4 -4
  114. package/esm2020/autocomplete/overlay/autocomplete.service.mjs +3 -3
  115. package/esm2020/avatar/avatar.component.mjs +5 -5
  116. package/esm2020/avatar/avatar.module.mjs +6 -6
  117. package/esm2020/avatar/avatar.pipe.mjs +9 -9
  118. package/esm2020/avatar/avatar.service.mjs +3 -3
  119. package/esm2020/back-top/back-top.component.mjs +6 -6
  120. package/esm2020/back-top/back-top.module.mjs +5 -5
  121. package/esm2020/badge/badge.component.mjs +3 -3
  122. package/esm2020/badge/badge.module.mjs +5 -5
  123. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
  124. package/esm2020/breadcrumb/breadcrumb.component.mjs +6 -6
  125. package/esm2020/breadcrumb/module.mjs +5 -5
  126. package/esm2020/button/button-group.component.mjs +3 -3
  127. package/esm2020/button/button-icon.component.mjs +5 -5
  128. package/esm2020/button/button.component.mjs +6 -6
  129. package/esm2020/button/button.module.mjs +5 -5
  130. package/esm2020/calendar/calendar-cells.mjs +6 -6
  131. package/esm2020/calendar/calendar-header.component.mjs +7 -7
  132. package/esm2020/calendar/calendar.component.mjs +5 -5
  133. package/esm2020/calendar/module.mjs +13 -15
  134. package/esm2020/card/card.component.mjs +4 -4
  135. package/esm2020/card/card.module.mjs +5 -5
  136. package/esm2020/card/content.component.mjs +3 -3
  137. package/esm2020/card/header.component.mjs +3 -3
  138. package/esm2020/cascader/cascader-li.component.mjs +37 -9
  139. package/esm2020/cascader/cascader.component.mjs +279 -184
  140. package/esm2020/cascader/module.mjs +31 -6
  141. package/esm2020/checkbox/checkbox.component.mjs +4 -4
  142. package/esm2020/checkbox/module.mjs +5 -5
  143. package/esm2020/collapse/collapse-item.component.mjs +6 -6
  144. package/esm2020/collapse/collapse.component.mjs +3 -3
  145. package/esm2020/collapse/module.mjs +5 -5
  146. package/esm2020/copy/copy.directive.mjs +16 -5
  147. package/esm2020/copy/module.mjs +5 -5
  148. package/esm2020/core/click-positioner.mjs +3 -3
  149. package/esm2020/core/color/color.mjs +5 -1
  150. package/esm2020/core/event-dispatchers/click-dispatcher.mjs +3 -3
  151. package/esm2020/core/event-dispatchers/event-dispatcher.mjs +3 -3
  152. package/esm2020/core/event-dispatchers/keyboard-dispatcher.mjs +3 -3
  153. package/esm2020/core/scroll.mjs +3 -3
  154. package/esm2020/core/store/action.mjs +3 -3
  155. package/esm2020/core/store/store.mjs +4 -4
  156. package/esm2020/core/translate.mjs +3 -3
  157. package/esm2020/core/update-host-class.service.mjs +3 -3
  158. package/esm2020/date-picker/abstract-picker.component.mjs +4 -4
  159. package/esm2020/date-picker/abstract-picker.directive.mjs +3 -3
  160. package/esm2020/date-picker/base-picker.component.mjs +3 -3
  161. package/esm2020/date-picker/date-helper.service.mjs +3 -3
  162. package/esm2020/date-picker/date-picker.component.mjs +6 -6
  163. package/esm2020/date-picker/date-picker.directive.mjs +3 -3
  164. package/esm2020/date-picker/date-picker.module.mjs +5 -5
  165. package/esm2020/date-picker/date-picker.service.mjs +3 -3
  166. package/esm2020/date-picker/lib/calendar/calendar-footer.component.mjs +7 -7
  167. package/esm2020/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
  168. package/esm2020/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
  169. package/esm2020/date-picker/lib/date/date-header.component.mjs +5 -5
  170. package/esm2020/date-picker/lib/date/date-table-cell.component.mjs +3 -3
  171. package/esm2020/date-picker/lib/date/date-table.component.mjs +5 -5
  172. package/esm2020/date-picker/lib/date-carousel/date-carousel.component.mjs +7 -7
  173. package/esm2020/date-picker/lib/decade/decade-header.component.mjs +5 -5
  174. package/esm2020/date-picker/lib/decade/decade-table.component.mjs +3 -3
  175. package/esm2020/date-picker/lib/lib-packer.module.mjs +5 -5
  176. package/esm2020/date-picker/lib/month/month-header.component.mjs +5 -5
  177. package/esm2020/date-picker/lib/month/month-table.component.mjs +3 -3
  178. package/esm2020/date-picker/lib/popups/date-popup.component.mjs +9 -9
  179. package/esm2020/date-picker/lib/popups/inner-popup.component.mjs +13 -13
  180. package/esm2020/date-picker/lib/year/year-header.component.mjs +5 -5
  181. package/esm2020/date-picker/lib/year/year-table.component.mjs +3 -3
  182. package/esm2020/date-picker/month-picker.component.mjs +6 -6
  183. package/esm2020/date-picker/picker.component.mjs +6 -6
  184. package/esm2020/date-picker/picker.pipes.mjs +9 -9
  185. package/esm2020/date-picker/picker.validators.mjs +6 -6
  186. package/esm2020/date-picker/range-picker.component.mjs +6 -6
  187. package/esm2020/date-picker/range-picker.directive.mjs +3 -3
  188. package/esm2020/date-picker/week-picker.component.mjs +6 -6
  189. package/esm2020/date-picker/year-picker.component.mjs +6 -6
  190. package/esm2020/date-range/date-range.component.mjs +5 -5
  191. package/esm2020/date-range/module.mjs +5 -5
  192. package/esm2020/date-range/optional-dates/optional-dates.component.mjs +8 -8
  193. package/esm2020/dialog/body/dialog-body.component.mjs +3 -3
  194. package/esm2020/dialog/confirm/confirm.component.mjs +8 -8
  195. package/esm2020/dialog/dialog-container.component.mjs +5 -5
  196. package/esm2020/dialog/dialog.module.mjs +6 -6
  197. package/esm2020/dialog/dialog.service.mjs +3 -3
  198. package/esm2020/dialog/footer/dialog-footer.component.mjs +3 -3
  199. package/esm2020/dialog/header/dialog-header.component.mjs +6 -6
  200. package/esm2020/divider/divider.component.mjs +5 -5
  201. package/esm2020/divider/divider.module.mjs +5 -5
  202. package/esm2020/dot/dot.component.mjs +3 -3
  203. package/esm2020/dot/dot.module.mjs +5 -5
  204. package/esm2020/drag-drop/drag-content.directive.mjs +3 -3
  205. package/esm2020/drag-drop/drag-drop.service.mjs +3 -3
  206. package/esm2020/drag-drop/drag-handle.directive.mjs +3 -3
  207. package/esm2020/drag-drop/drag.directive.mjs +4 -4
  208. package/esm2020/drag-drop/drop-container.directive.mjs +3 -3
  209. package/esm2020/drag-drop/module.mjs +5 -5
  210. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  211. package/esm2020/dropdown/dropdown-menu-item.directive.mjs +22 -22
  212. package/esm2020/dropdown/dropdown-menu.component.mjs +12 -12
  213. package/esm2020/dropdown/dropdown-submenu.component.mjs +3 -3
  214. package/esm2020/dropdown/dropdown.directive.mjs +3 -3
  215. package/esm2020/dropdown/module.mjs +5 -5
  216. package/esm2020/empty/empty.component.mjs +5 -5
  217. package/esm2020/empty/empty.config.mjs +3 -3
  218. package/esm2020/empty/empty.module.mjs +5 -5
  219. package/esm2020/flexible-text/flexible-text.component.mjs +3 -3
  220. package/esm2020/flexible-text/flexible-text.module.mjs +5 -5
  221. package/esm2020/form/form-group-error/form-group-error.component.mjs +6 -6
  222. package/esm2020/form/form-group-label.directive.mjs +3 -3
  223. package/esm2020/form/form-group.component.mjs +5 -5
  224. package/esm2020/form/form-submit.directive.mjs +3 -3
  225. package/esm2020/form/form-validator-loader.mjs +3 -3
  226. package/esm2020/form/form-validator.service.mjs +3 -3
  227. package/esm2020/form/form.directive.mjs +3 -3
  228. package/esm2020/form/from-group-footer/form-group-footer.component.mjs +3 -3
  229. package/esm2020/form/module.mjs +5 -5
  230. package/esm2020/form/validator/confirm-validator.directive.mjs +3 -3
  231. package/esm2020/form/validator/max-validator.directive.mjs +3 -3
  232. package/esm2020/form/validator/min-validator.directive.mjs +3 -3
  233. package/esm2020/form/validator/unique-validator.directive.mjs +3 -3
  234. package/esm2020/fullscreen/fullscreen-launch.directive.mjs +3 -3
  235. package/esm2020/fullscreen/fullscreen.component.mjs +3 -3
  236. package/esm2020/fullscreen/fullscreen.module.mjs +4 -4
  237. package/esm2020/fullscreen/fullscreen.service.mjs +3 -3
  238. package/esm2020/grid/module.mjs +5 -5
  239. package/esm2020/grid/thy-col.directive.mjs +3 -3
  240. package/esm2020/grid/thy-row.directive.mjs +3 -3
  241. package/esm2020/guider/guider-hint/guider-hint.component.mjs +3 -3
  242. package/esm2020/guider/guider-manager.mjs +3 -3
  243. package/esm2020/guider/guider.directive.mjs +3 -3
  244. package/esm2020/guider/guider.module.mjs +5 -5
  245. package/esm2020/guider/guider.service.mjs +3 -3
  246. package/esm2020/icon/icon-registry.mjs +3 -3
  247. package/esm2020/icon/icon.component.mjs +4 -4
  248. package/esm2020/icon/icon.module.mjs +5 -5
  249. package/esm2020/image/image-group.component.mjs +3 -3
  250. package/esm2020/image/image.directive.mjs +4 -4
  251. package/esm2020/image/image.service.mjs +3 -3
  252. package/esm2020/image/module.mjs +14 -16
  253. package/esm2020/image/preview/image-preview.component.mjs +9 -9
  254. package/esm2020/input/input-group.component.mjs +3 -3
  255. package/esm2020/input/input-search.component.mjs +6 -6
  256. package/esm2020/input/input.component.mjs +6 -6
  257. package/esm2020/input/input.directive.mjs +3 -3
  258. package/esm2020/input/module.mjs +5 -5
  259. package/esm2020/input-number/input-number.component.mjs +7 -7
  260. package/esm2020/input-number/module.mjs +5 -5
  261. package/esm2020/label/label.component.mjs +5 -5
  262. package/esm2020/label/label.module.mjs +5 -5
  263. package/esm2020/layout/content-main.component.mjs +3 -3
  264. package/esm2020/layout/content-section.component.mjs +3 -3
  265. package/esm2020/layout/content.component.mjs +3 -3
  266. package/esm2020/layout/header.component.mjs +6 -6
  267. package/esm2020/layout/layout.component.mjs +3 -3
  268. package/esm2020/layout/layout.module.mjs +5 -5
  269. package/esm2020/layout/sidebar-content.component.mjs +3 -3
  270. package/esm2020/layout/sidebar-footer.component.mjs +3 -3
  271. package/esm2020/layout/sidebar-header.component.mjs +4 -4
  272. package/esm2020/layout/sidebar.component.mjs +8 -8
  273. package/esm2020/list/list-item-meta.component.mjs +5 -5
  274. package/esm2020/list/list-item.component.mjs +3 -3
  275. package/esm2020/list/list.component.mjs +4 -4
  276. package/esm2020/list/list.module.mjs +5 -5
  277. package/esm2020/list/selection/selection-list.mjs +3 -3
  278. package/esm2020/loading/loading.component.mjs +3 -3
  279. package/esm2020/loading/loading.module.mjs +5 -5
  280. package/esm2020/mention/mention.directive.mjs +7 -4
  281. package/esm2020/mention/mention.module.mjs +5 -5
  282. package/esm2020/mention/suggestions/suggestions.component.mjs +7 -7
  283. package/esm2020/menu/divider/menu-divider.component.mjs +3 -3
  284. package/esm2020/menu/group/menu-group.component.mjs +6 -6
  285. package/esm2020/menu/item/action/menu-item-action.component.mjs +3 -3
  286. package/esm2020/menu/item/icon/menu-item-icon.component.mjs +3 -3
  287. package/esm2020/menu/item/menu-item.component.mjs +5 -5
  288. package/esm2020/menu/item/name/menu-item-name.component.mjs +3 -3
  289. package/esm2020/menu/menu.component.mjs +4 -4
  290. package/esm2020/menu/menu.module.mjs +5 -5
  291. package/esm2020/nav/icon-nav/icon-nav-link.directive.mjs +5 -5
  292. package/esm2020/nav/icon-nav/icon-nav.component.mjs +3 -3
  293. package/esm2020/nav/nav-item.directive.mjs +5 -5
  294. package/esm2020/nav/nav.component.mjs +6 -6
  295. package/esm2020/nav/nav.module.mjs +5 -5
  296. package/esm2020/nav/nav.pipe.mjs +3 -3
  297. package/esm2020/notify/module.mjs +5 -5
  298. package/esm2020/notify/notify-container.component.mjs +4 -4
  299. package/esm2020/notify/notify-content.component.mjs +6 -6
  300. package/esm2020/notify/notify-queue.store.mjs +4 -4
  301. package/esm2020/notify/notify.component.mjs +6 -6
  302. package/esm2020/notify/notify.service.mjs +3 -3
  303. package/esm2020/pagination/pagination.component.mjs +8 -8
  304. package/esm2020/pagination/pagination.module.mjs +5 -5
  305. package/esm2020/pagination/pagination.pipe.mjs +3 -3
  306. package/esm2020/popover/body/popover-body.component.mjs +3 -3
  307. package/esm2020/popover/header/popover-header.component.mjs +3 -3
  308. package/esm2020/popover/module.mjs +5 -5
  309. package/esm2020/popover/popover-container.component.mjs +4 -4
  310. package/esm2020/popover/popover.directive.mjs +4 -4
  311. package/esm2020/popover/popover.service.mjs +3 -3
  312. package/esm2020/progress/bar/progress-bar.component.mjs +3 -3
  313. package/esm2020/progress/progress.component.mjs +7 -7
  314. package/esm2020/progress/progress.module.mjs +5 -5
  315. package/esm2020/property/module.mjs +7 -6
  316. package/esm2020/property/properties.component.mjs +34 -40
  317. package/esm2020/property/property-item.component.mjs +88 -9
  318. package/esm2020/property-operation/group/property-operation-group.component.mjs +3 -3
  319. package/esm2020/property-operation/module.mjs +5 -5
  320. package/esm2020/property-operation/property-operation.component.mjs +6 -6
  321. package/esm2020/radio/button/radio-button.component.mjs +3 -3
  322. package/esm2020/radio/group/radio-group.component.mjs +3 -3
  323. package/esm2020/radio/module.mjs +5 -5
  324. package/esm2020/radio/radio.component.mjs +4 -4
  325. package/esm2020/rate/module.mjs +5 -5
  326. package/esm2020/rate/rate-item.component.mjs +6 -6
  327. package/esm2020/rate/rate.component.mjs +9 -9
  328. package/esm2020/resizable/module.mjs +5 -5
  329. package/esm2020/resizable/resizable.directive.mjs +4 -4
  330. package/esm2020/resizable/resizable.service.mjs +3 -3
  331. package/esm2020/resizable/resize-handle.component.mjs +3 -3
  332. package/esm2020/resizable/resize-handles.component.mjs +6 -6
  333. package/esm2020/result/result.component.mjs +3 -3
  334. package/esm2020/result/result.module.mjs +5 -5
  335. package/esm2020/segment/segment-item.component.mjs +6 -6
  336. package/esm2020/segment/segment.component.mjs +5 -5
  337. package/esm2020/segment/segment.module.mjs +5 -5
  338. package/esm2020/select/custom-select/custom-select.component.mjs +8 -8
  339. package/esm2020/select/module.mjs +15 -17
  340. package/esm2020/select/select.component.mjs +6 -6
  341. package/esm2020/shared/base-form-check.component.mjs +3 -3
  342. package/esm2020/shared/directives/thy-autofocus.directive.mjs +3 -3
  343. package/esm2020/shared/directives/thy-contextmenu.directive.mjs +3 -3
  344. package/esm2020/shared/directives/thy-ctrl-enter.directive.mjs +3 -3
  345. package/esm2020/shared/directives/thy-drag-drop.directive.mjs +3 -3
  346. package/esm2020/shared/directives/thy-enter.directive.mjs +3 -3
  347. package/esm2020/shared/directives/thy-scroll.directive.mjs +3 -3
  348. package/esm2020/shared/directives/thy-show.mjs +3 -3
  349. package/esm2020/shared/directives/thy-stop-propagation.directive.mjs +3 -3
  350. package/esm2020/shared/ng-transclude.directive.mjs +3 -3
  351. package/esm2020/shared/option/group/option-group.component.mjs +3 -3
  352. package/esm2020/shared/option/list-option/list-option.component.mjs +5 -5
  353. package/esm2020/shared/option/module.mjs +5 -5
  354. package/esm2020/shared/option/option-group.component.mjs +3 -3
  355. package/esm2020/shared/option/option.component.mjs +3 -3
  356. package/esm2020/shared/select/module.mjs +7 -7
  357. package/esm2020/shared/select/select-control/select-control.component.mjs +12 -15
  358. package/esm2020/shared/shared.module.mjs +5 -5
  359. package/esm2020/skeleton/module.mjs +5 -5
  360. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  361. package/esm2020/skeleton/stylized/avatar.component.mjs +3 -3
  362. package/esm2020/skeleton/stylized/bullet-list.component.mjs +4 -4
  363. package/esm2020/skeleton/stylized/list.component.mjs +3 -3
  364. package/esm2020/skeleton/stylized/paragraph.component.mjs +3 -3
  365. package/esm2020/skeleton/stylized/title.component.mjs +3 -3
  366. package/esm2020/slide/drawer/drawer-container.directive.mjs +3 -3
  367. package/esm2020/slide/slide-body/slide-body-section.component.mjs +3 -3
  368. package/esm2020/slide/slide-body/slide-body.component.mjs +3 -3
  369. package/esm2020/slide/slide-container.component.mjs +5 -5
  370. package/esm2020/slide/slide-footer/slide-footer.component.mjs +3 -3
  371. package/esm2020/slide/slide-header/slide-header.component.mjs +5 -5
  372. package/esm2020/slide/slide-layout/slide-layout.component.mjs +3 -3
  373. package/esm2020/slide/slide-ref.service.mjs +3 -3
  374. package/esm2020/slide/slide.module.mjs +5 -5
  375. package/esm2020/slide/slide.service.mjs +3 -3
  376. package/esm2020/slider/slider.component.mjs +5 -5
  377. package/esm2020/slider/slider.module.mjs +5 -5
  378. package/esm2020/space/space.component.mjs +7 -7
  379. package/esm2020/space/space.module.mjs +5 -5
  380. package/esm2020/statistic/statistic.component.mjs +3 -3
  381. package/esm2020/statistic/statistic.module.mjs +5 -5
  382. package/esm2020/stepper/step-header.component.mjs +3 -3
  383. package/esm2020/stepper/step.component.mjs +3 -3
  384. package/esm2020/stepper/stepper-button.directive.mjs +6 -6
  385. package/esm2020/stepper/stepper.component.mjs +6 -6
  386. package/esm2020/stepper/stepper.module.mjs +5 -5
  387. package/esm2020/strength/strength.component.mjs +3 -3
  388. package/esm2020/strength/strength.module.mjs +5 -5
  389. package/esm2020/switch/switch.component.mjs +4 -4
  390. package/esm2020/switch/switch.module.mjs +5 -5
  391. package/esm2020/table/table-column.component.mjs +4 -4
  392. package/esm2020/table/table.component.mjs +15 -15
  393. package/esm2020/table/table.module.mjs +14 -16
  394. package/esm2020/table/table.pipe.mjs +3 -3
  395. package/esm2020/tabs/tab.component.mjs +3 -3
  396. package/esm2020/tabs/tabs.component.mjs +5 -5
  397. package/esm2020/tabs/tabs.module.mjs +5 -5
  398. package/esm2020/tag/tag.component.mjs +5 -5
  399. package/esm2020/tag/tag.module.mjs +5 -5
  400. package/esm2020/time-picker/inner/inner-time-picker.component.mjs +3 -3
  401. package/esm2020/time-picker/inner/inner-time-picker.config.mjs +3 -3
  402. package/esm2020/time-picker/inner/inner-time-picker.store.mjs +4 -4
  403. package/esm2020/time-picker/time-picker-panel.component.mjs +13 -9
  404. package/esm2020/time-picker/time-picker.component.mjs +67 -37
  405. package/esm2020/time-picker/time-picker.module.mjs +5 -5
  406. package/esm2020/timeline/timeline-item.component.mjs +3 -3
  407. package/esm2020/timeline/timeline.component.mjs +4 -4
  408. package/esm2020/timeline/timeline.module.mjs +5 -5
  409. package/esm2020/timeline/timeline.service.mjs +3 -3
  410. package/esm2020/tooltip/tooltip.component.mjs +4 -4
  411. package/esm2020/tooltip/tooltip.directive.mjs +4 -4
  412. package/esm2020/tooltip/tooltip.module.mjs +5 -5
  413. package/esm2020/tooltip/tooltip.service.mjs +3 -3
  414. package/esm2020/transfer/transfer-list.component.mjs +6 -6
  415. package/esm2020/transfer/transfer.component.mjs +5 -5
  416. package/esm2020/transfer/transfer.module.mjs +5 -5
  417. package/esm2020/tree/tree-node.component.mjs +6 -6
  418. package/esm2020/tree/tree-replace-region.component.mjs +3 -3
  419. package/esm2020/tree/tree.component.mjs +8 -8
  420. package/esm2020/tree/tree.module.mjs +16 -18
  421. package/esm2020/tree/tree.service.mjs +3 -3
  422. package/esm2020/tree-select/module.mjs +12 -14
  423. package/esm2020/tree-select/tree-select.component.mjs +12 -25
  424. package/esm2020/typography/index.mjs +4 -0
  425. package/esm2020/typography/module.mjs +21 -0
  426. package/esm2020/typography/ngx-tethys-typography.mjs +5 -0
  427. package/esm2020/typography/text/text.component.mjs +23 -0
  428. package/esm2020/typography/text-color.directive.mjs +42 -0
  429. package/esm2020/upload/file-drop.component.mjs +3 -3
  430. package/esm2020/upload/file-select-base.mjs +3 -3
  431. package/esm2020/upload/file-select.component.mjs +3 -3
  432. package/esm2020/upload/module.mjs +5 -5
  433. package/esm2020/upload/upload.service.mjs +3 -3
  434. package/esm2020/version.mjs +2 -2
  435. package/esm2020/vote/vote.component.mjs +6 -6
  436. package/esm2020/vote/vote.module.mjs +5 -5
  437. package/esm2020/watermark/watermark.directive.mjs +5 -5
  438. package/esm2020/watermark/watermark.module.mjs +5 -5
  439. package/fesm2015/ngx-tethys-action-menu.mjs +43 -43
  440. package/fesm2015/ngx-tethys-action-menu.mjs.map +1 -1
  441. package/fesm2015/ngx-tethys-action.mjs +13 -13
  442. package/fesm2015/ngx-tethys-action.mjs.map +1 -1
  443. package/fesm2015/ngx-tethys-affix.mjs +7 -7
  444. package/fesm2015/ngx-tethys-affix.mjs.map +1 -1
  445. package/fesm2015/ngx-tethys-alert.mjs +12 -12
  446. package/fesm2015/ngx-tethys-alert.mjs.map +1 -1
  447. package/fesm2015/ngx-tethys-anchor.mjs +14 -14
  448. package/fesm2015/ngx-tethys-anchor.mjs.map +1 -1
  449. package/fesm2015/ngx-tethys-arrow-switcher.mjs +13 -13
  450. package/fesm2015/ngx-tethys-arrow-switcher.mjs.map +1 -1
  451. package/fesm2015/ngx-tethys-autocomplete.mjs +29 -31
  452. package/fesm2015/ngx-tethys-autocomplete.mjs.map +1 -1
  453. package/fesm2015/ngx-tethys-avatar.mjs +22 -22
  454. package/fesm2015/ngx-tethys-avatar.mjs.map +1 -1
  455. package/fesm2015/ngx-tethys-back-top.mjs +9 -9
  456. package/fesm2015/ngx-tethys-back-top.mjs.map +1 -1
  457. package/fesm2015/ngx-tethys-badge.mjs +7 -7
  458. package/fesm2015/ngx-tethys-badge.mjs.map +1 -1
  459. package/fesm2015/ngx-tethys-breadcrumb.mjs +13 -13
  460. package/fesm2015/ngx-tethys-breadcrumb.mjs.map +1 -1
  461. package/fesm2015/ngx-tethys-button.mjs +15 -15
  462. package/fesm2015/ngx-tethys-button.mjs.map +1 -1
  463. package/fesm2015/ngx-tethys-calendar.mjs +29 -31
  464. package/fesm2015/ngx-tethys-calendar.mjs.map +1 -1
  465. package/fesm2015/ngx-tethys-card.mjs +13 -13
  466. package/fesm2015/ngx-tethys-card.mjs.map +1 -1
  467. package/fesm2015/ngx-tethys-cascader.mjs +345 -196
  468. package/fesm2015/ngx-tethys-cascader.mjs.map +1 -1
  469. package/fesm2015/ngx-tethys-checkbox.mjs +8 -8
  470. package/fesm2015/ngx-tethys-checkbox.mjs.map +1 -1
  471. package/fesm2015/ngx-tethys-collapse.mjs +12 -12
  472. package/fesm2015/ngx-tethys-collapse.mjs.map +1 -1
  473. package/fesm2015/ngx-tethys-copy.mjs +19 -8
  474. package/fesm2015/ngx-tethys-copy.mjs.map +1 -1
  475. package/fesm2015/ngx-tethys-core.mjs +31 -27
  476. package/fesm2015/ngx-tethys-core.mjs.map +1 -1
  477. package/fesm2015/ngx-tethys-date-picker.mjs +1029 -1029
  478. package/fesm2015/ngx-tethys-date-picker.mjs.map +1 -1
  479. package/fesm2015/ngx-tethys-date-range.mjs +16 -16
  480. package/fesm2015/ngx-tethys-date-range.mjs.map +1 -1
  481. package/fesm2015/ngx-tethys-dialog.mjs +29 -29
  482. package/fesm2015/ngx-tethys-dialog.mjs.map +1 -1
  483. package/fesm2015/ngx-tethys-divider.mjs +8 -8
  484. package/fesm2015/ngx-tethys-divider.mjs.map +1 -1
  485. package/fesm2015/ngx-tethys-dot.mjs +7 -7
  486. package/fesm2015/ngx-tethys-dot.mjs.map +1 -1
  487. package/fesm2015/ngx-tethys-drag-drop.mjs +19 -19
  488. package/fesm2015/ngx-tethys-drag-drop.mjs.map +1 -1
  489. package/fesm2015/ngx-tethys-dropdown.mjs +46 -46
  490. package/fesm2015/ngx-tethys-dropdown.mjs.map +1 -1
  491. package/fesm2015/ngx-tethys-empty.mjs +12 -12
  492. package/fesm2015/ngx-tethys-empty.mjs.map +1 -1
  493. package/fesm2015/ngx-tethys-flexible-text.mjs +7 -7
  494. package/fesm2015/ngx-tethys-flexible-text.mjs.map +1 -1
  495. package/fesm2015/ngx-tethys-form.mjs +43 -43
  496. package/fesm2015/ngx-tethys-form.mjs.map +1 -1
  497. package/fesm2015/ngx-tethys-fullscreen.mjs +13 -13
  498. package/fesm2015/ngx-tethys-grid.mjs +10 -10
  499. package/fesm2015/ngx-tethys-grid.mjs.map +1 -1
  500. package/fesm2015/ngx-tethys-guider.mjs +16 -16
  501. package/fesm2015/ngx-tethys-guider.mjs.map +1 -1
  502. package/fesm2015/ngx-tethys-icon.mjs +10 -10
  503. package/fesm2015/ngx-tethys-icon.mjs.map +1 -1
  504. package/fesm2015/ngx-tethys-image.mjs +34 -36
  505. package/fesm2015/ngx-tethys-image.mjs.map +1 -1
  506. package/fesm2015/ngx-tethys-input-number.mjs +10 -10
  507. package/fesm2015/ngx-tethys-input-number.mjs.map +1 -1
  508. package/fesm2015/ngx-tethys-input.mjs +19 -19
  509. package/fesm2015/ngx-tethys-input.mjs.map +1 -1
  510. package/fesm2015/ngx-tethys-label.mjs +9 -9
  511. package/fesm2015/ngx-tethys-label.mjs.map +1 -1
  512. package/fesm2015/ngx-tethys-layout.mjs +37 -37
  513. package/fesm2015/ngx-tethys-layout.mjs.map +1 -1
  514. package/fesm2015/ngx-tethys-list.mjs +18 -18
  515. package/fesm2015/ngx-tethys-list.mjs.map +1 -1
  516. package/fesm2015/ngx-tethys-loading.mjs +7 -7
  517. package/fesm2015/ngx-tethys-loading.mjs.map +1 -1
  518. package/fesm2015/ngx-tethys-mention.mjs +16 -13
  519. package/fesm2015/ngx-tethys-mention.mjs.map +1 -1
  520. package/fesm2015/ngx-tethys-menu.mjs +27 -27
  521. package/fesm2015/ngx-tethys-menu.mjs.map +1 -1
  522. package/fesm2015/ngx-tethys-nav.mjs +32 -32
  523. package/fesm2015/ngx-tethys-nav.mjs.map +1 -1
  524. package/fesm2015/ngx-tethys-notify.mjs +22 -22
  525. package/fesm2015/ngx-tethys-notify.mjs.map +1 -1
  526. package/fesm2015/ngx-tethys-pagination.mjs +18 -18
  527. package/fesm2015/ngx-tethys-pagination.mjs.map +1 -1
  528. package/fesm2015/ngx-tethys-popover.mjs +19 -19
  529. package/fesm2015/ngx-tethys-popover.mjs.map +1 -1
  530. package/fesm2015/ngx-tethys-progress.mjs +13 -13
  531. package/fesm2015/ngx-tethys-progress.mjs.map +1 -1
  532. package/fesm2015/ngx-tethys-property-operation.mjs +13 -13
  533. package/fesm2015/ngx-tethys-property-operation.mjs.map +1 -1
  534. package/fesm2015/ngx-tethys-property.mjs +121 -52
  535. package/fesm2015/ngx-tethys-property.mjs.map +1 -1
  536. package/fesm2015/ngx-tethys-radio.mjs +14 -14
  537. package/fesm2015/ngx-tethys-radio.mjs.map +1 -1
  538. package/fesm2015/ngx-tethys-rate.mjs +15 -15
  539. package/fesm2015/ngx-tethys-rate.mjs.map +1 -1
  540. package/fesm2015/ngx-tethys-resizable.mjs +18 -18
  541. package/fesm2015/ngx-tethys-resizable.mjs.map +1 -1
  542. package/fesm2015/ngx-tethys-result.mjs +7 -7
  543. package/fesm2015/ngx-tethys-result.mjs.map +1 -1
  544. package/fesm2015/ngx-tethys-segment.mjs +13 -13
  545. package/fesm2015/ngx-tethys-segment.mjs.map +1 -1
  546. package/fesm2015/ngx-tethys-select.mjs +26 -28
  547. package/fesm2015/ngx-tethys-select.mjs.map +1 -1
  548. package/fesm2015/ngx-tethys-shared.mjs +68 -71
  549. package/fesm2015/ngx-tethys-shared.mjs.map +1 -1
  550. package/fesm2015/ngx-tethys-skeleton.mjs +23 -23
  551. package/fesm2015/ngx-tethys-skeleton.mjs.map +1 -1
  552. package/fesm2015/ngx-tethys-slide.mjs +34 -34
  553. package/fesm2015/ngx-tethys-slide.mjs.map +1 -1
  554. package/fesm2015/ngx-tethys-slider.mjs +8 -8
  555. package/fesm2015/ngx-tethys-slider.mjs.map +1 -1
  556. package/fesm2015/ngx-tethys-space.mjs +10 -10
  557. package/fesm2015/ngx-tethys-space.mjs.map +1 -1
  558. package/fesm2015/ngx-tethys-statistic.mjs +7 -7
  559. package/fesm2015/ngx-tethys-statistic.mjs.map +1 -1
  560. package/fesm2015/ngx-tethys-stepper.mjs +21 -21
  561. package/fesm2015/ngx-tethys-stepper.mjs.map +1 -1
  562. package/fesm2015/ngx-tethys-strength.mjs +7 -7
  563. package/fesm2015/ngx-tethys-strength.mjs.map +1 -1
  564. package/fesm2015/ngx-tethys-switch.mjs +8 -8
  565. package/fesm2015/ngx-tethys-switch.mjs.map +1 -1
  566. package/fesm2015/ngx-tethys-table.mjs +38 -40
  567. package/fesm2015/ngx-tethys-table.mjs.map +1 -1
  568. package/fesm2015/ngx-tethys-tabs.mjs +12 -12
  569. package/fesm2015/ngx-tethys-tabs.mjs.map +1 -1
  570. package/fesm2015/ngx-tethys-tag.mjs +8 -8
  571. package/fesm2015/ngx-tethys-tag.mjs.map +1 -1
  572. package/fesm2015/ngx-tethys-time-picker.mjs +90 -56
  573. package/fesm2015/ngx-tethys-time-picker.mjs.map +1 -1
  574. package/fesm2015/ngx-tethys-timeline.mjs +14 -14
  575. package/fesm2015/ngx-tethys-timeline.mjs.map +1 -1
  576. package/fesm2015/ngx-tethys-tooltip.mjs +13 -13
  577. package/fesm2015/ngx-tethys-tooltip.mjs.map +1 -1
  578. package/fesm2015/ngx-tethys-transfer.mjs +17 -17
  579. package/fesm2015/ngx-tethys-transfer.mjs.map +1 -1
  580. package/fesm2015/ngx-tethys-tree-select.mjs +23 -38
  581. package/fesm2015/ngx-tethys-tree-select.mjs.map +1 -1
  582. package/fesm2015/ngx-tethys-tree.mjs +32 -34
  583. package/fesm2015/ngx-tethys-tree.mjs.map +1 -1
  584. package/fesm2015/ngx-tethys-typography.mjs +87 -0
  585. package/fesm2015/ngx-tethys-typography.mjs.map +1 -0
  586. package/fesm2015/ngx-tethys-upload.mjs +16 -16
  587. package/fesm2015/ngx-tethys-upload.mjs.map +1 -1
  588. package/fesm2015/ngx-tethys-vote.mjs +9 -9
  589. package/fesm2015/ngx-tethys-vote.mjs.map +1 -1
  590. package/fesm2015/ngx-tethys-watermark.mjs +8 -8
  591. package/fesm2015/ngx-tethys-watermark.mjs.map +1 -1
  592. package/fesm2015/ngx-tethys.mjs +1 -1
  593. package/fesm2015/ngx-tethys.mjs.map +1 -1
  594. package/fesm2020/ngx-tethys-action-menu.mjs +43 -43
  595. package/fesm2020/ngx-tethys-action-menu.mjs.map +1 -1
  596. package/fesm2020/ngx-tethys-action.mjs +13 -13
  597. package/fesm2020/ngx-tethys-action.mjs.map +1 -1
  598. package/fesm2020/ngx-tethys-affix.mjs +7 -7
  599. package/fesm2020/ngx-tethys-affix.mjs.map +1 -1
  600. package/fesm2020/ngx-tethys-alert.mjs +12 -12
  601. package/fesm2020/ngx-tethys-alert.mjs.map +1 -1
  602. package/fesm2020/ngx-tethys-anchor.mjs +14 -14
  603. package/fesm2020/ngx-tethys-anchor.mjs.map +1 -1
  604. package/fesm2020/ngx-tethys-arrow-switcher.mjs +13 -13
  605. package/fesm2020/ngx-tethys-arrow-switcher.mjs.map +1 -1
  606. package/fesm2020/ngx-tethys-autocomplete.mjs +29 -31
  607. package/fesm2020/ngx-tethys-autocomplete.mjs.map +1 -1
  608. package/fesm2020/ngx-tethys-avatar.mjs +22 -22
  609. package/fesm2020/ngx-tethys-avatar.mjs.map +1 -1
  610. package/fesm2020/ngx-tethys-back-top.mjs +9 -9
  611. package/fesm2020/ngx-tethys-back-top.mjs.map +1 -1
  612. package/fesm2020/ngx-tethys-badge.mjs +7 -7
  613. package/fesm2020/ngx-tethys-badge.mjs.map +1 -1
  614. package/fesm2020/ngx-tethys-breadcrumb.mjs +13 -13
  615. package/fesm2020/ngx-tethys-breadcrumb.mjs.map +1 -1
  616. package/fesm2020/ngx-tethys-button.mjs +15 -15
  617. package/fesm2020/ngx-tethys-button.mjs.map +1 -1
  618. package/fesm2020/ngx-tethys-calendar.mjs +29 -31
  619. package/fesm2020/ngx-tethys-calendar.mjs.map +1 -1
  620. package/fesm2020/ngx-tethys-card.mjs +13 -13
  621. package/fesm2020/ngx-tethys-card.mjs.map +1 -1
  622. package/fesm2020/ngx-tethys-cascader.mjs +343 -196
  623. package/fesm2020/ngx-tethys-cascader.mjs.map +1 -1
  624. package/fesm2020/ngx-tethys-checkbox.mjs +8 -8
  625. package/fesm2020/ngx-tethys-checkbox.mjs.map +1 -1
  626. package/fesm2020/ngx-tethys-collapse.mjs +12 -12
  627. package/fesm2020/ngx-tethys-collapse.mjs.map +1 -1
  628. package/fesm2020/ngx-tethys-copy.mjs +19 -8
  629. package/fesm2020/ngx-tethys-copy.mjs.map +1 -1
  630. package/fesm2020/ngx-tethys-core.mjs +31 -27
  631. package/fesm2020/ngx-tethys-core.mjs.map +1 -1
  632. package/fesm2020/ngx-tethys-date-picker.mjs +1013 -1013
  633. package/fesm2020/ngx-tethys-date-picker.mjs.map +1 -1
  634. package/fesm2020/ngx-tethys-date-range.mjs +16 -16
  635. package/fesm2020/ngx-tethys-date-range.mjs.map +1 -1
  636. package/fesm2020/ngx-tethys-dialog.mjs +29 -29
  637. package/fesm2020/ngx-tethys-dialog.mjs.map +1 -1
  638. package/fesm2020/ngx-tethys-divider.mjs +8 -8
  639. package/fesm2020/ngx-tethys-divider.mjs.map +1 -1
  640. package/fesm2020/ngx-tethys-dot.mjs +7 -7
  641. package/fesm2020/ngx-tethys-dot.mjs.map +1 -1
  642. package/fesm2020/ngx-tethys-drag-drop.mjs +19 -19
  643. package/fesm2020/ngx-tethys-drag-drop.mjs.map +1 -1
  644. package/fesm2020/ngx-tethys-dropdown.mjs +46 -46
  645. package/fesm2020/ngx-tethys-dropdown.mjs.map +1 -1
  646. package/fesm2020/ngx-tethys-empty.mjs +12 -12
  647. package/fesm2020/ngx-tethys-empty.mjs.map +1 -1
  648. package/fesm2020/ngx-tethys-flexible-text.mjs +7 -7
  649. package/fesm2020/ngx-tethys-flexible-text.mjs.map +1 -1
  650. package/fesm2020/ngx-tethys-form.mjs +43 -43
  651. package/fesm2020/ngx-tethys-form.mjs.map +1 -1
  652. package/fesm2020/ngx-tethys-fullscreen.mjs +13 -13
  653. package/fesm2020/ngx-tethys-grid.mjs +10 -10
  654. package/fesm2020/ngx-tethys-grid.mjs.map +1 -1
  655. package/fesm2020/ngx-tethys-guider.mjs +16 -16
  656. package/fesm2020/ngx-tethys-guider.mjs.map +1 -1
  657. package/fesm2020/ngx-tethys-icon.mjs +10 -10
  658. package/fesm2020/ngx-tethys-icon.mjs.map +1 -1
  659. package/fesm2020/ngx-tethys-image.mjs +34 -36
  660. package/fesm2020/ngx-tethys-image.mjs.map +1 -1
  661. package/fesm2020/ngx-tethys-input-number.mjs +10 -10
  662. package/fesm2020/ngx-tethys-input-number.mjs.map +1 -1
  663. package/fesm2020/ngx-tethys-input.mjs +19 -19
  664. package/fesm2020/ngx-tethys-input.mjs.map +1 -1
  665. package/fesm2020/ngx-tethys-label.mjs +9 -9
  666. package/fesm2020/ngx-tethys-label.mjs.map +1 -1
  667. package/fesm2020/ngx-tethys-layout.mjs +37 -37
  668. package/fesm2020/ngx-tethys-layout.mjs.map +1 -1
  669. package/fesm2020/ngx-tethys-list.mjs +18 -18
  670. package/fesm2020/ngx-tethys-list.mjs.map +1 -1
  671. package/fesm2020/ngx-tethys-loading.mjs +7 -7
  672. package/fesm2020/ngx-tethys-loading.mjs.map +1 -1
  673. package/fesm2020/ngx-tethys-mention.mjs +16 -13
  674. package/fesm2020/ngx-tethys-mention.mjs.map +1 -1
  675. package/fesm2020/ngx-tethys-menu.mjs +27 -27
  676. package/fesm2020/ngx-tethys-menu.mjs.map +1 -1
  677. package/fesm2020/ngx-tethys-nav.mjs +32 -32
  678. package/fesm2020/ngx-tethys-nav.mjs.map +1 -1
  679. package/fesm2020/ngx-tethys-notify.mjs +22 -22
  680. package/fesm2020/ngx-tethys-notify.mjs.map +1 -1
  681. package/fesm2020/ngx-tethys-pagination.mjs +18 -18
  682. package/fesm2020/ngx-tethys-pagination.mjs.map +1 -1
  683. package/fesm2020/ngx-tethys-popover.mjs +19 -19
  684. package/fesm2020/ngx-tethys-popover.mjs.map +1 -1
  685. package/fesm2020/ngx-tethys-progress.mjs +13 -13
  686. package/fesm2020/ngx-tethys-progress.mjs.map +1 -1
  687. package/fesm2020/ngx-tethys-property-operation.mjs +13 -13
  688. package/fesm2020/ngx-tethys-property-operation.mjs.map +1 -1
  689. package/fesm2020/ngx-tethys-property.mjs +121 -52
  690. package/fesm2020/ngx-tethys-property.mjs.map +1 -1
  691. package/fesm2020/ngx-tethys-radio.mjs +14 -14
  692. package/fesm2020/ngx-tethys-radio.mjs.map +1 -1
  693. package/fesm2020/ngx-tethys-rate.mjs +15 -15
  694. package/fesm2020/ngx-tethys-rate.mjs.map +1 -1
  695. package/fesm2020/ngx-tethys-resizable.mjs +18 -18
  696. package/fesm2020/ngx-tethys-resizable.mjs.map +1 -1
  697. package/fesm2020/ngx-tethys-result.mjs +7 -7
  698. package/fesm2020/ngx-tethys-result.mjs.map +1 -1
  699. package/fesm2020/ngx-tethys-segment.mjs +13 -13
  700. package/fesm2020/ngx-tethys-segment.mjs.map +1 -1
  701. package/fesm2020/ngx-tethys-select.mjs +26 -28
  702. package/fesm2020/ngx-tethys-select.mjs.map +1 -1
  703. package/fesm2020/ngx-tethys-shared.mjs +68 -71
  704. package/fesm2020/ngx-tethys-shared.mjs.map +1 -1
  705. package/fesm2020/ngx-tethys-skeleton.mjs +23 -23
  706. package/fesm2020/ngx-tethys-skeleton.mjs.map +1 -1
  707. package/fesm2020/ngx-tethys-slide.mjs +34 -34
  708. package/fesm2020/ngx-tethys-slide.mjs.map +1 -1
  709. package/fesm2020/ngx-tethys-slider.mjs +8 -8
  710. package/fesm2020/ngx-tethys-slider.mjs.map +1 -1
  711. package/fesm2020/ngx-tethys-space.mjs +10 -10
  712. package/fesm2020/ngx-tethys-space.mjs.map +1 -1
  713. package/fesm2020/ngx-tethys-statistic.mjs +7 -7
  714. package/fesm2020/ngx-tethys-statistic.mjs.map +1 -1
  715. package/fesm2020/ngx-tethys-stepper.mjs +21 -21
  716. package/fesm2020/ngx-tethys-stepper.mjs.map +1 -1
  717. package/fesm2020/ngx-tethys-strength.mjs +7 -7
  718. package/fesm2020/ngx-tethys-strength.mjs.map +1 -1
  719. package/fesm2020/ngx-tethys-switch.mjs +8 -8
  720. package/fesm2020/ngx-tethys-switch.mjs.map +1 -1
  721. package/fesm2020/ngx-tethys-table.mjs +38 -40
  722. package/fesm2020/ngx-tethys-table.mjs.map +1 -1
  723. package/fesm2020/ngx-tethys-tabs.mjs +12 -12
  724. package/fesm2020/ngx-tethys-tabs.mjs.map +1 -1
  725. package/fesm2020/ngx-tethys-tag.mjs +8 -8
  726. package/fesm2020/ngx-tethys-tag.mjs.map +1 -1
  727. package/fesm2020/ngx-tethys-time-picker.mjs +90 -56
  728. package/fesm2020/ngx-tethys-time-picker.mjs.map +1 -1
  729. package/fesm2020/ngx-tethys-timeline.mjs +14 -14
  730. package/fesm2020/ngx-tethys-timeline.mjs.map +1 -1
  731. package/fesm2020/ngx-tethys-tooltip.mjs +13 -13
  732. package/fesm2020/ngx-tethys-tooltip.mjs.map +1 -1
  733. package/fesm2020/ngx-tethys-transfer.mjs +17 -17
  734. package/fesm2020/ngx-tethys-transfer.mjs.map +1 -1
  735. package/fesm2020/ngx-tethys-tree-select.mjs +23 -38
  736. package/fesm2020/ngx-tethys-tree-select.mjs.map +1 -1
  737. package/fesm2020/ngx-tethys-tree.mjs +32 -34
  738. package/fesm2020/ngx-tethys-tree.mjs.map +1 -1
  739. package/fesm2020/ngx-tethys-typography.mjs +87 -0
  740. package/fesm2020/ngx-tethys-typography.mjs.map +1 -0
  741. package/fesm2020/ngx-tethys-upload.mjs +16 -16
  742. package/fesm2020/ngx-tethys-upload.mjs.map +1 -1
  743. package/fesm2020/ngx-tethys-vote.mjs +9 -9
  744. package/fesm2020/ngx-tethys-vote.mjs.map +1 -1
  745. package/fesm2020/ngx-tethys-watermark.mjs +8 -8
  746. package/fesm2020/ngx-tethys-watermark.mjs.map +1 -1
  747. package/fesm2020/ngx-tethys.mjs +1 -1
  748. package/fesm2020/ngx-tethys.mjs.map +1 -1
  749. package/flexible-text/flexible-text.component.d.ts +1 -1
  750. package/form/form-group-error/form-group-error.component.d.ts +1 -1
  751. package/form/form-group-label.directive.d.ts +1 -1
  752. package/form/form-group.component.d.ts +1 -1
  753. package/form/form-submit.directive.d.ts +1 -1
  754. package/form/form.directive.d.ts +1 -1
  755. package/form/from-group-footer/form-group-footer.component.d.ts +1 -1
  756. package/form/validator/confirm-validator.directive.d.ts +1 -1
  757. package/form/validator/max-validator.directive.d.ts +1 -1
  758. package/form/validator/min-validator.directive.d.ts +1 -1
  759. package/form/validator/unique-validator.directive.d.ts +1 -1
  760. package/fullscreen/fullscreen-launch.directive.d.ts +1 -1
  761. package/fullscreen/fullscreen.component.d.ts +1 -1
  762. package/grid/thy-col.directive.d.ts +1 -1
  763. package/grid/thy-row.directive.d.ts +1 -1
  764. package/guider/guider-hint/guider-hint.component.d.ts +1 -1
  765. package/guider/guider.directive.d.ts +1 -1
  766. package/icon/icon.component.d.ts +1 -1
  767. package/image/image-group.component.d.ts +1 -1
  768. package/image/image.directive.d.ts +1 -1
  769. package/image/preview/image-preview.component.d.ts +1 -1
  770. package/{ngx-tethys.d.ts → index.d.ts} +0 -0
  771. package/input/input-group.component.d.ts +1 -1
  772. package/input/input-search.component.d.ts +1 -1
  773. package/input/input.component.d.ts +1 -1
  774. package/input/input.directive.d.ts +1 -1
  775. package/input-number/input-number.component.d.ts +1 -1
  776. package/label/label.component.d.ts +1 -1
  777. package/label/styles/label.scss +1 -1
  778. package/layout/content-main.component.d.ts +1 -1
  779. package/layout/content-section.component.d.ts +1 -1
  780. package/layout/content.component.d.ts +1 -1
  781. package/layout/header.component.d.ts +1 -1
  782. package/layout/layout.component.d.ts +1 -1
  783. package/layout/sidebar-content.component.d.ts +1 -1
  784. package/layout/sidebar-footer.component.d.ts +1 -1
  785. package/layout/sidebar-header.component.d.ts +1 -1
  786. package/layout/sidebar.component.d.ts +1 -1
  787. package/list/list-item-meta.component.d.ts +1 -1
  788. package/list/list-item.component.d.ts +1 -1
  789. package/list/list.component.d.ts +1 -1
  790. package/list/selection/selection-list.d.ts +1 -1
  791. package/loading/loading.component.d.ts +1 -1
  792. package/mention/mention.directive.d.ts +2 -1
  793. package/mention/suggestions/suggestions.component.d.ts +1 -1
  794. package/menu/divider/menu-divider.component.d.ts +1 -1
  795. package/menu/group/menu-group.component.d.ts +1 -1
  796. package/menu/item/action/menu-item-action.component.d.ts +1 -1
  797. package/menu/item/icon/menu-item-icon.component.d.ts +1 -1
  798. package/menu/item/menu-item.component.d.ts +1 -1
  799. package/menu/item/name/menu-item-name.component.d.ts +1 -1
  800. package/menu/menu.component.d.ts +1 -1
  801. package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
  802. package/nav/icon-nav/icon-nav.component.d.ts +1 -1
  803. package/nav/nav-item.directive.d.ts +1 -1
  804. package/nav/nav.component.d.ts +1 -1
  805. package/nav/nav.pipe.d.ts +1 -1
  806. package/nav/styles/mixin.scss +2 -1
  807. package/nav/styles/nav.scss +3 -2
  808. package/notify/notify-container.component.d.ts +1 -1
  809. package/notify/notify-content.component.d.ts +1 -1
  810. package/notify/notify.component.d.ts +1 -1
  811. package/package.json +90 -82
  812. package/pagination/pagination.component.d.ts +1 -1
  813. package/pagination/pagination.pipe.d.ts +1 -1
  814. package/popover/body/popover-body.component.d.ts +1 -1
  815. package/popover/header/popover-header.component.d.ts +1 -1
  816. package/popover/popover-container.component.d.ts +1 -1
  817. package/popover/popover.directive.d.ts +1 -1
  818. package/progress/bar/progress-bar.component.d.ts +1 -1
  819. package/progress/progress.component.d.ts +1 -1
  820. package/property/module.d.ts +2 -1
  821. package/property/properties.component.d.ts +2 -3
  822. package/property/property-item.component.d.ts +27 -5
  823. package/property/styles/properties.scss +11 -5
  824. package/property-operation/group/property-operation-group.component.d.ts +1 -1
  825. package/property-operation/property-operation.component.d.ts +1 -1
  826. package/radio/button/radio-button.component.d.ts +1 -1
  827. package/radio/group/radio-group.component.d.ts +1 -1
  828. package/radio/radio.component.d.ts +1 -1
  829. package/rate/rate-item.component.d.ts +1 -1
  830. package/rate/rate.component.d.ts +1 -1
  831. package/resizable/resizable.directive.d.ts +1 -1
  832. package/resizable/resize-handle.component.d.ts +1 -1
  833. package/resizable/resize-handles.component.d.ts +1 -1
  834. package/result/result.component.d.ts +1 -1
  835. package/schematics/ng-add/index.js +2 -2
  836. package/schematics/version.d.ts +1 -1
  837. package/schematics/version.js +1 -1
  838. package/segment/segment-item.component.d.ts +1 -1
  839. package/segment/segment.component.d.ts +1 -1
  840. package/select/custom-select/custom-select.component.d.ts +1 -1
  841. package/select/select.component.d.ts +1 -1
  842. package/shared/base-form-check.component.d.ts +1 -1
  843. package/shared/directives/thy-autofocus.directive.d.ts +1 -1
  844. package/shared/directives/thy-contextmenu.directive.d.ts +1 -1
  845. package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -1
  846. package/shared/directives/thy-drag-drop.directive.d.ts +1 -1
  847. package/shared/directives/thy-enter.directive.d.ts +1 -1
  848. package/shared/directives/thy-scroll.directive.d.ts +1 -1
  849. package/shared/directives/thy-show.d.ts +1 -1
  850. package/shared/directives/thy-stop-propagation.directive.d.ts +1 -1
  851. package/shared/ng-transclude.directive.d.ts +1 -1
  852. package/shared/option/group/option-group.component.d.ts +1 -1
  853. package/shared/option/list-option/list-option.component.d.ts +1 -1
  854. package/shared/option/option-group.component.d.ts +1 -1
  855. package/shared/option/option.component.d.ts +1 -1
  856. package/shared/option/styles/option.mixin.scss +2 -10
  857. package/shared/option/styles/select-dropdown.scss +1 -1
  858. package/shared/select/module.d.ts +2 -2
  859. package/shared/select/select-control/select-control.component.d.ts +3 -3
  860. package/shared/select/select-control/select-control.scss +26 -12
  861. package/shared/select/styles/select.mixin.scss +49 -10
  862. package/skeleton/skeleton.component.d.ts +1 -1
  863. package/skeleton/stylized/avatar.component.d.ts +1 -1
  864. package/skeleton/stylized/bullet-list.component.d.ts +1 -1
  865. package/skeleton/stylized/list.component.d.ts +1 -1
  866. package/skeleton/stylized/paragraph.component.d.ts +1 -1
  867. package/skeleton/stylized/title.component.d.ts +1 -1
  868. package/slide/drawer/drawer-container.directive.d.ts +1 -1
  869. package/slide/slide-body/slide-body-section.component.d.ts +1 -1
  870. package/slide/slide-body/slide-body.component.d.ts +1 -1
  871. package/slide/slide-container.component.d.ts +1 -1
  872. package/slide/slide-footer/slide-footer.component.d.ts +1 -1
  873. package/slide/slide-header/slide-header.component.d.ts +1 -1
  874. package/slide/slide-layout/slide-layout.component.d.ts +1 -1
  875. package/slider/slider.component.d.ts +1 -1
  876. package/space/space.component.d.ts +2 -2
  877. package/statistic/statistic.component.d.ts +1 -1
  878. package/stepper/step-header.component.d.ts +1 -1
  879. package/stepper/step.component.d.ts +1 -1
  880. package/stepper/stepper-button.directive.d.ts +2 -2
  881. package/stepper/stepper.component.d.ts +1 -1
  882. package/strength/strength.component.d.ts +1 -1
  883. package/styles/index.scss +1 -0
  884. package/styles/mixins/index.scss +1 -0
  885. package/styles/variables.scss +21 -7
  886. package/switch/switch.component.d.ts +1 -1
  887. package/table/table-column.component.d.ts +1 -1
  888. package/table/table.component.d.ts +1 -1
  889. package/table/table.pipe.d.ts +1 -1
  890. package/tabs/tab.component.d.ts +1 -1
  891. package/tabs/tabs.component.d.ts +1 -1
  892. package/tag/tag.component.d.ts +2 -2
  893. package/time-picker/inner/inner-time-picker.component.d.ts +1 -1
  894. package/time-picker/styles/time-picker.scss +3 -0
  895. package/time-picker/time-picker-panel.component.d.ts +3 -2
  896. package/time-picker/time-picker.component.d.ts +5 -5
  897. package/timeline/timeline-item.component.d.ts +1 -1
  898. package/timeline/timeline.component.d.ts +1 -1
  899. package/tooltip/tooltip.component.d.ts +1 -1
  900. package/tooltip/tooltip.directive.d.ts +1 -1
  901. package/transfer/transfer-list.component.d.ts +1 -1
  902. package/transfer/transfer.component.d.ts +1 -1
  903. package/tree/tree-node.component.d.ts +1 -1
  904. package/tree/tree-replace-region.component.d.ts +1 -1
  905. package/tree/tree.component.d.ts +1 -1
  906. package/tree-select/styles/tree-select.scss +1 -1
  907. package/tree-select/tree-select.component.d.ts +2 -3
  908. package/typography/index.d.ts +3 -0
  909. package/typography/module.d.ts +10 -0
  910. package/typography/styles/mixin.scss +0 -0
  911. package/typography/styles/typography.scss +14 -0
  912. package/typography/text/text.component.d.ts +16 -0
  913. package/typography/text-color.directive.d.ts +17 -0
  914. package/upload/file-drop.component.d.ts +1 -1
  915. package/upload/file-select-base.d.ts +1 -1
  916. package/upload/file-select.component.d.ts +1 -1
  917. package/vote/vote.component.d.ts +1 -1
  918. package/watermark/watermark.directive.d.ts +1 -1
  919. package/action/ngx-tethys-action.d.ts +0 -5
  920. package/action/package.json +0 -10
  921. package/action-menu/ngx-tethys-action-menu.d.ts +0 -5
  922. package/action-menu/package.json +0 -10
  923. package/affix/ngx-tethys-affix.d.ts +0 -5
  924. package/affix/package.json +0 -10
  925. package/alert/ngx-tethys-alert.d.ts +0 -5
  926. package/alert/package.json +0 -10
  927. package/anchor/ngx-tethys-anchor.d.ts +0 -5
  928. package/anchor/package.json +0 -10
  929. package/arrow-switcher/ngx-tethys-arrow-switcher.d.ts +0 -5
  930. package/arrow-switcher/package.json +0 -10
  931. package/autocomplete/ngx-tethys-autocomplete.d.ts +0 -5
  932. package/autocomplete/package.json +0 -10
  933. package/avatar/ngx-tethys-avatar.d.ts +0 -5
  934. package/avatar/package.json +0 -10
  935. package/back-top/ngx-tethys-back-top.d.ts +0 -5
  936. package/back-top/package.json +0 -10
  937. package/badge/ngx-tethys-badge.d.ts +0 -5
  938. package/badge/package.json +0 -10
  939. package/breadcrumb/ngx-tethys-breadcrumb.d.ts +0 -5
  940. package/breadcrumb/package.json +0 -10
  941. package/button/ngx-tethys-button.d.ts +0 -5
  942. package/button/package.json +0 -10
  943. package/calendar/ngx-tethys-calendar.d.ts +0 -5
  944. package/calendar/package.json +0 -10
  945. package/card/ngx-tethys-card.d.ts +0 -5
  946. package/card/package.json +0 -10
  947. package/cascader/ngx-tethys-cascader.d.ts +0 -5
  948. package/cascader/package.json +0 -10
  949. package/checkbox/ngx-tethys-checkbox.d.ts +0 -5
  950. package/checkbox/package.json +0 -10
  951. package/collapse/ngx-tethys-collapse.d.ts +0 -5
  952. package/collapse/package.json +0 -10
  953. package/copy/ngx-tethys-copy.d.ts +0 -5
  954. package/copy/package.json +0 -10
  955. package/core/ngx-tethys-core.d.ts +0 -5
  956. package/core/package.json +0 -10
  957. package/date-picker/ngx-tethys-date-picker.d.ts +0 -5
  958. package/date-picker/package.json +0 -10
  959. package/date-range/ngx-tethys-date-range.d.ts +0 -5
  960. package/date-range/package.json +0 -10
  961. package/dialog/ngx-tethys-dialog.d.ts +0 -5
  962. package/dialog/package.json +0 -10
  963. package/divider/ngx-tethys-divider.d.ts +0 -5
  964. package/divider/package.json +0 -10
  965. package/dot/ngx-tethys-dot.d.ts +0 -5
  966. package/dot/package.json +0 -10
  967. package/drag-drop/ngx-tethys-drag-drop.d.ts +0 -5
  968. package/drag-drop/package.json +0 -10
  969. package/dropdown/ngx-tethys-dropdown.d.ts +0 -5
  970. package/dropdown/package.json +0 -10
  971. package/empty/ngx-tethys-empty.d.ts +0 -5
  972. package/empty/package.json +0 -10
  973. package/flexible-text/ngx-tethys-flexible-text.d.ts +0 -5
  974. package/flexible-text/package.json +0 -10
  975. package/form/ngx-tethys-form.d.ts +0 -5
  976. package/form/package.json +0 -10
  977. package/fullscreen/ngx-tethys-fullscreen.d.ts +0 -5
  978. package/fullscreen/package.json +0 -10
  979. package/grid/ngx-tethys-grid.d.ts +0 -5
  980. package/grid/package.json +0 -10
  981. package/guider/ngx-tethys-guider.d.ts +0 -5
  982. package/guider/package.json +0 -10
  983. package/icon/ngx-tethys-icon.d.ts +0 -5
  984. package/icon/package.json +0 -10
  985. package/image/ngx-tethys-image.d.ts +0 -5
  986. package/image/package.json +0 -10
  987. package/input/ngx-tethys-input.d.ts +0 -5
  988. package/input/package.json +0 -10
  989. package/input-number/ngx-tethys-input-number.d.ts +0 -5
  990. package/input-number/package.json +0 -10
  991. package/label/ngx-tethys-label.d.ts +0 -5
  992. package/label/package.json +0 -10
  993. package/layout/ngx-tethys-layout.d.ts +0 -5
  994. package/layout/package.json +0 -10
  995. package/list/ngx-tethys-list.d.ts +0 -5
  996. package/list/package.json +0 -10
  997. package/loading/ngx-tethys-loading.d.ts +0 -5
  998. package/loading/package.json +0 -10
  999. package/mention/ngx-tethys-mention.d.ts +0 -5
  1000. package/mention/package.json +0 -10
  1001. package/menu/ngx-tethys-menu.d.ts +0 -5
  1002. package/menu/package.json +0 -10
  1003. package/nav/ngx-tethys-nav.d.ts +0 -5
  1004. package/nav/package.json +0 -10
  1005. package/notify/ngx-tethys-notify.d.ts +0 -5
  1006. package/notify/package.json +0 -10
  1007. package/pagination/ngx-tethys-pagination.d.ts +0 -5
  1008. package/pagination/package.json +0 -10
  1009. package/popover/ngx-tethys-popover.d.ts +0 -5
  1010. package/popover/package.json +0 -10
  1011. package/progress/ngx-tethys-progress.d.ts +0 -5
  1012. package/progress/package.json +0 -10
  1013. package/property/ngx-tethys-property.d.ts +0 -5
  1014. package/property/package.json +0 -10
  1015. package/property-operation/ngx-tethys-property-operation.d.ts +0 -5
  1016. package/property-operation/package.json +0 -10
  1017. package/radio/ngx-tethys-radio.d.ts +0 -5
  1018. package/radio/package.json +0 -10
  1019. package/rate/ngx-tethys-rate.d.ts +0 -5
  1020. package/rate/package.json +0 -10
  1021. package/resizable/ngx-tethys-resizable.d.ts +0 -5
  1022. package/resizable/package.json +0 -10
  1023. package/result/ngx-tethys-result.d.ts +0 -5
  1024. package/result/package.json +0 -10
  1025. package/segment/ngx-tethys-segment.d.ts +0 -5
  1026. package/segment/package.json +0 -10
  1027. package/select/ngx-tethys-select.d.ts +0 -5
  1028. package/select/package.json +0 -10
  1029. package/shared/ngx-tethys-shared.d.ts +0 -5
  1030. package/shared/package.json +0 -10
  1031. package/skeleton/ngx-tethys-skeleton.d.ts +0 -5
  1032. package/skeleton/package.json +0 -10
  1033. package/slide/ngx-tethys-slide.d.ts +0 -5
  1034. package/slide/package.json +0 -10
  1035. package/slider/ngx-tethys-slider.d.ts +0 -5
  1036. package/slider/package.json +0 -10
  1037. package/space/ngx-tethys-space.d.ts +0 -5
  1038. package/space/package.json +0 -10
  1039. package/statistic/ngx-tethys-statistic.d.ts +0 -5
  1040. package/statistic/package.json +0 -10
  1041. package/stepper/ngx-tethys-stepper.d.ts +0 -5
  1042. package/stepper/package.json +0 -10
  1043. package/strength/ngx-tethys-strength.d.ts +0 -5
  1044. package/strength/package.json +0 -10
  1045. package/switch/ngx-tethys-switch.d.ts +0 -5
  1046. package/switch/package.json +0 -10
  1047. package/table/ngx-tethys-table.d.ts +0 -5
  1048. package/table/package.json +0 -10
  1049. package/tabs/ngx-tethys-tabs.d.ts +0 -5
  1050. package/tabs/package.json +0 -10
  1051. package/tag/ngx-tethys-tag.d.ts +0 -5
  1052. package/tag/package.json +0 -10
  1053. package/testing/ngx-tethys-testing.d.ts +0 -5
  1054. package/testing/package.json +0 -10
  1055. package/time-picker/ngx-tethys-time-picker.d.ts +0 -5
  1056. package/time-picker/package.json +0 -10
  1057. package/timeline/ngx-tethys-timeline.d.ts +0 -5
  1058. package/timeline/package.json +0 -10
  1059. package/tooltip/ngx-tethys-tooltip.d.ts +0 -5
  1060. package/tooltip/package.json +0 -10
  1061. package/transfer/ngx-tethys-transfer.d.ts +0 -5
  1062. package/transfer/package.json +0 -10
  1063. package/tree/ngx-tethys-tree.d.ts +0 -5
  1064. package/tree/package.json +0 -10
  1065. package/tree-select/ngx-tethys-tree-select.d.ts +0 -5
  1066. package/tree-select/package.json +0 -10
  1067. package/types/ngx-tethys-types.d.ts +0 -5
  1068. package/types/package.json +0 -10
  1069. package/upload/ngx-tethys-upload.d.ts +0 -5
  1070. package/upload/package.json +0 -10
  1071. package/util/ngx-tethys-util.d.ts +0 -5
  1072. package/util/package.json +0 -10
  1073. package/vote/ngx-tethys-vote.d.ts +0 -5
  1074. package/vote/package.json +0 -10
  1075. package/watermark/ngx-tethys-watermark.d.ts +0 -5
  1076. package/watermark/package.json +0 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
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.3](https://github.com/atinc/ngx-tethys/compare/14.0.2...14.0.3) (2022-08-31)
6
+
7
+
8
+
9
+ ## [14.0.2](https://github.com/atinc/ngx-tethys/compare/14.0.1...14.0.2) (2022-08-31)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **label:** fix label border-radius #INFR-4486 ([#2148](https://github.com/atinc/ngx-tethys/issues/2148)) ([4ab201e](https://github.com/atinc/ngx-tethys/commit/4ab201efce101847c5def7d337bf6402cd584281)), closes [#INFR-4486](https://github.com/atinc/ngx-tethys/issues/INFR-4486)
15
+ * **nav:** replace nav component active-class 'active' to 'nav-active' #INFR-4482 ([#2143](https://github.com/atinc/ngx-tethys/issues/2143)) ([f333f24](https://github.com/atinc/ngx-tethys/commit/f333f2410a880f31ea2b559f877fd4e9df1972b2)), closes [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482)
16
+ * **property:** remove auto fill item span logic #INFR-4471 ([b2a9c75](https://github.com/atinc/ngx-tethys/commit/b2a9c750fd77bf45e3b3d1667749cfd378e70123)), closes [#INFR-4471](https://github.com/atinc/ngx-tethys/issues/INFR-4471)
17
+ * **select:** center thy-tag ([#2145](https://github.com/atinc/ngx-tethys/issues/2145)) ([de34ae7](https://github.com/atinc/ngx-tethys/commit/de34ae74c122da4e851a9d4bff5c9a64cecf8cf6))
18
+ * **select:** fix select-control height when empty and center placeholder ([#2150](https://github.com/atinc/ngx-tethys/issues/2150)) ([a650e57](https://github.com/atinc/ngx-tethys/commit/a650e57a024bcbf10f24e0753ea47edbd8f9403b))
19
+ * **watermark:** adjust the refresh condition #INFR-4478 ([e667d73](https://github.com/atinc/ngx-tethys/commit/e667d73b53ce8a8958f170d8611018ffdecfc0b3)), closes [#INFR-4478](https://github.com/atinc/ngx-tethys/issues/INFR-4478)
20
+
21
+
22
+ ### Features
23
+
24
+ * **mention:** add show suggestions limit #INFR-176 ([#2140](https://github.com/atinc/ngx-tethys/issues/2140)) ([d68bcb9](https://github.com/atinc/ngx-tethys/commit/d68bcb927ba94c084da11354eceaf03104b0c98d)), closes [#INFR-176](https://github.com/atinc/ngx-tethys/issues/INFR-176)
25
+ * **select:** change select and tree-select border-radius to dropdown… ([#2147](https://github.com/atinc/ngx-tethys/issues/2147)) ([7bf0eae](https://github.com/atinc/ngx-tethys/commit/7bf0eae93be348df3df3450408f31c92f56895d2))
26
+
27
+
28
+
29
+ ## [14.0.1](https://github.com/atinc/ngx-tethys/compare/13.2.7...14.0.1) (2022-08-26)
30
+
31
+
32
+
5
33
  # [14.0.0](https://github.com/atinc/ngx-tethys/compare/13.2.5...14.0.0) (2022-08-24)
6
34
 
7
35
 
@@ -14,6 +42,42 @@ All notable changes to this project will be documented in this file. See [standa
14
42
 
15
43
 
16
44
 
45
+ ## [13.2.7](https://github.com/atinc/ngx-tethys/compare/13.2.6...13.2.7) (2022-08-26)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **button:** add active class and fix btn-icon-active style error #INFR-4378 ([#2129](https://github.com/atinc/ngx-tethys/issues/2129)) ([2919678](https://github.com/atinc/ngx-tethys/commit/291967843281bf5176f815ea2e9e4ff2c4226864)), closes [#INFR-4378](https://github.com/atinc/ngx-tethys/issues/INFR-4378)
51
+ * **property:** set thy-properties block and set padding-right for property label ([61aaddf](https://github.com/atinc/ngx-tethys/commit/61aaddfca7023044ff475911c1c841c34086fc91))
52
+ * **select:** center select control value ([#2131](https://github.com/atinc/ngx-tethys/issues/2131)) ([f3dab37](https://github.com/atinc/ngx-tethys/commit/f3dab37397ed435269fb35ad46c5aefcab71b807))
53
+
54
+
55
+ ### Features
56
+
57
+ * **property:** blur when click in previous overlay ([a291edf](https://github.com/atinc/ngx-tethys/commit/a291edf0680a34c4277ebc442da552024d6486a6))
58
+
59
+
60
+
61
+ ## [13.2.6](https://github.com/atinc/ngx-tethys/compare/13.2.5...13.2.6) (2022-08-25)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **dialog:** import ThyCheckboxModule #INFR-4410 ([08ea36f](https://github.com/atinc/ngx-tethys/commit/08ea36f4e95dfac80bfb900ffed50324ce709c18)), closes [#INFR-4410](https://github.com/atinc/ngx-tethys/issues/INFR-4410)
67
+ * **property:** add thyFlexibleText for label text and add property-item-editor-offset for margin-left #INFR-4394 ([#2117](https://github.com/atinc/ngx-tethys/issues/2117)) ([7ab2c9e](https://github.com/atinc/ngx-tethys/commit/7ab2c9e6158684495950a9004e8034d06f33b7a5)), closes [#INFR-4394](https://github.com/atinc/ngx-tethys/issues/INFR-4394)
68
+ * **time-picker:** fix use origin value when input not valid date and improve test #INFR-4316 ([#2108](https://github.com/atinc/ngx-tethys/issues/2108)) ([153e7eb](https://github.com/atinc/ngx-tethys/commit/153e7ebc824c2f6ccc557dad8fe0869fc5032074)), closes [#INFR-4316](https://github.com/atinc/ngx-tethys/issues/INFR-4316)
69
+
70
+
71
+ ### Features
72
+
73
+ * **cascader:** add mulitple feature #INFR-2596 ([#2111](https://github.com/atinc/ngx-tethys/issues/2111)) ([8e745fb](https://github.com/atinc/ngx-tethys/commit/8e745fb29ff331d9b3bf3d0d4673e524be32b7cf)), closes [#INFR-2596](https://github.com/atinc/ngx-tethys/issues/INFR-2596)
74
+ * **mention:** add isOpened for mention directive #INFR-4414 ([e342745](https://github.com/atinc/ngx-tethys/commit/e3427458f0889f643bcadf38e04b037cc6333985)), closes [#INFR-4414](https://github.com/atinc/ngx-tethys/issues/INFR-4414)
75
+ * **property:** add thySpan for thy-property-item #INFR-4358 ([#2116](https://github.com/atinc/ngx-tethys/issues/2116)) ([d902859](https://github.com/atinc/ngx-tethys/commit/d902859d40b8695012ca2a802013b33e98ad9221)), closes [#INFR-4358](https://github.com/atinc/ngx-tethys/issues/INFR-4358)
76
+ * **property:** support property editing ([#2120](https://github.com/atinc/ngx-tethys/issues/2120)) ([20edd1a](https://github.com/atinc/ngx-tethys/commit/20edd1a5527c063feef824c6106f2dc9b9ce074c))
77
+ * **typography:** add typography module contains thy-text #INFR-4234 ([#2099](https://github.com/atinc/ngx-tethys/issues/2099)) ([16aa7ba](https://github.com/atinc/ngx-tethys/commit/16aa7ba4e099d44018ee08678efba5a92d72374a)), closes [#INFR-4234](https://github.com/atinc/ngx-tethys/issues/INFR-4234)
78
+
79
+
80
+
17
81
  ## [13.2.5](https://github.com/atinc/ngx-tethys/compare/13.2.4...13.2.5) (2022-08-24)
18
82
 
19
83
 
@@ -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
  }
@@ -79,5 +79,5 @@ export declare class ThyBadgeComponent implements OnInit {
79
79
  private combineBadgeDisplayContent;
80
80
  private resetBadgeClassNameMap;
81
81
  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, ["*"]>;
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, ["*"], false>;
83
83
  }
@@ -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
  }
@@ -17,6 +17,12 @@
17
17
  border: none;
18
18
  background: none;
19
19
  }
20
+
21
+ &.active,
22
+ &.btn-icon-active {
23
+ @include mixin.btn-icon-active(variables.$primary);
24
+ }
25
+
20
26
  @include mixin.btn-icon-size-variant(
21
27
  variables.$font-size-md,
22
28
  variables.$btn-icon-circle-padding-base,
@@ -60,7 +66,7 @@
60
66
  .thy-icon {
61
67
  border-width: 2px;
62
68
  }
63
- &:not(:hover):not(.invalid).circle-solid {
69
+ &:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-solid {
64
70
  i,
65
71
  .wtf,
66
72
  .thy-icon {
@@ -68,7 +74,7 @@
68
74
  border-color: variables.$btn-icon-thick-solid-color;
69
75
  }
70
76
  }
71
- &:not(:hover):not(.invalid).circle-dashed {
77
+ &:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-dashed {
72
78
  i,
73
79
  .wtf,
74
80
  .thy-icon {
@@ -105,7 +111,7 @@
105
111
  }
106
112
  }
107
113
  }
108
- &:not(:hover).circle-dashed {
114
+ &:not(:hover):not(.active):not(.btn-icon-active).circle-dashed {
109
115
  i,
110
116
  .wtf,
111
117
  .thy-icon {
@@ -119,16 +125,16 @@
119
125
  border-style: solid;
120
126
  }
121
127
  }
128
+
129
+ &.active,
130
+ &.btn-icon-active {
131
+ @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-base);
132
+ }
122
133
  }
123
134
 
124
135
  .btn-icon-light {
125
136
  color: variables.$btn-icon-light-color;
126
137
  }
127
-
128
- .btn-icon-active {
129
- color: variables.$primary;
130
- }
131
-
132
138
  .btn-icon-xs {
133
139
  @include mixin.btn-icon-size-variant(
134
140
  variables.$font-size-base,
@@ -136,6 +142,10 @@
136
142
  variables.$font-size-base,
137
143
  variables.$input-btn-height-xs
138
144
  );
145
+ &.btn-icon-circle.active,
146
+ &.btn-icon-circle.btn-icon-active {
147
+ @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-xs);
148
+ }
139
149
  }
140
150
 
141
151
  .btn-icon-sm {
@@ -145,6 +155,10 @@
145
155
  variables.$font-size-base,
146
156
  variables.$input-btn-height-md
147
157
  );
158
+ &.btn-icon-circle.active,
159
+ &.btn-icon-circle.btn-icon-active {
160
+ @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-sm);
161
+ }
148
162
  }
149
163
 
150
164
  .btn-icon-lg {
@@ -154,6 +168,10 @@
154
168
  variables.$font-size-lg,
155
169
  variables.$input-btn-height-lg
156
170
  );
171
+ &.btn-icon-circle.active,
172
+ &.btn-icon-circle.btn-icon-active {
173
+ @include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-lg);
174
+ }
157
175
  }
158
176
 
159
177
  // 属性操作鼠标移上去 btn-icon-circle 样式的变化
@@ -237,3 +237,20 @@
237
237
  font-size: $font-size;
238
238
  }
239
239
  }
240
+
241
+ @mixin btn-icon-active($active-color) {
242
+ color: $active-color;
243
+ .thy-icon {
244
+ color: $active-color;
245
+ border-color: $active-color;
246
+ }
247
+ }
248
+
249
+ @mixin btn-icon-circle-active($active-color, $round-padding) {
250
+ @include btn-icon-active($active-color);
251
+ .thy-icon {
252
+ border-style: solid;
253
+ border-width: 2px;
254
+ padding: $round-padding - variables.$btn-icon-circle-padding-difference;
255
+ }
256
+ }
@@ -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
  }
@@ -1,16 +1,20 @@
1
- import { OnInit } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { CascaderOption } from './types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ThyCascaderOptionComponent implements OnInit {
5
5
  option: CascaderOption;
6
+ multiple: boolean;
7
+ isOnlySelectLeaf: boolean;
6
8
  item: boolean;
7
9
  active: boolean;
8
10
  get disabled(): boolean;
9
11
  get expand(): boolean;
10
- thyLabelProperty: string;
12
+ labelProperty: string;
13
+ toggleSelectChange: EventEmitter<boolean>;
11
14
  constructor();
12
15
  getOptionLabel(): any;
13
16
  ngOnInit(): void;
17
+ toggleOption(value: boolean): void;
14
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderOptionComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": "option"; "active": "active"; "thyLabelProperty": "thyLabelProperty"; }, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": "option"; "multiple": "multiple"; "isOnlySelectLeaf": "isOnlySelectLeaf"; "active": "active"; "labelProperty": "labelProperty"; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, false>;
16
20
  }