ngx-tethys 17.0.5 → 18.0.0-next.0

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 (493) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/esm2022/action/action.component.mjs +3 -3
  3. package/esm2022/action/action.module.mjs +4 -4
  4. package/esm2022/action/actions.component.mjs +3 -3
  5. package/esm2022/affix/affix.component.mjs +3 -3
  6. package/esm2022/affix/affix.module.mjs +4 -4
  7. package/esm2022/alert/alert.component.mjs +3 -3
  8. package/esm2022/alert/alert.directive.mjs +3 -3
  9. package/esm2022/alert/alert.module.mjs +4 -4
  10. package/esm2022/anchor/anchor-link.component.mjs +3 -3
  11. package/esm2022/anchor/anchor.component.mjs +3 -3
  12. package/esm2022/anchor/anchor.module.mjs +4 -4
  13. package/esm2022/arrow-switcher/arrow-switcher.component.mjs +3 -3
  14. package/esm2022/arrow-switcher/module.mjs +4 -4
  15. package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
  16. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +3 -3
  17. package/esm2022/autocomplete/module.mjs +4 -4
  18. package/esm2022/autocomplete/overlay/autocomplete-container.component.mjs +3 -3
  19. package/esm2022/autocomplete/overlay/autocomplete.service.mjs +3 -3
  20. package/esm2022/avatar/avatar-list/avatar-list.component.mjs +3 -3
  21. package/esm2022/avatar/avatar.component.mjs +3 -3
  22. package/esm2022/avatar/avatar.module.mjs +4 -4
  23. package/esm2022/avatar/avatar.pipe.mjs +9 -9
  24. package/esm2022/avatar/avatar.service.mjs +3 -3
  25. package/esm2022/back-top/back-top.component.mjs +3 -3
  26. package/esm2022/back-top/back-top.module.mjs +4 -4
  27. package/esm2022/badge/badge.component.mjs +3 -3
  28. package/esm2022/badge/badge.module.mjs +4 -4
  29. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +3 -3
  30. package/esm2022/breadcrumb/breadcrumb.component.mjs +3 -3
  31. package/esm2022/breadcrumb/module.mjs +4 -4
  32. package/esm2022/button/button-group.component.mjs +3 -3
  33. package/esm2022/button/button-icon.component.mjs +3 -3
  34. package/esm2022/button/button.component.mjs +3 -3
  35. package/esm2022/button/button.module.mjs +4 -4
  36. package/esm2022/calendar/calendar-cells.mjs +6 -6
  37. package/esm2022/calendar/calendar-header.component.mjs +3 -3
  38. package/esm2022/calendar/calendar.component.mjs +3 -3
  39. package/esm2022/calendar/module.mjs +4 -4
  40. package/esm2022/card/card.component.mjs +3 -3
  41. package/esm2022/card/card.module.mjs +4 -4
  42. package/esm2022/card/content.component.mjs +3 -3
  43. package/esm2022/card/header.component.mjs +3 -3
  44. package/esm2022/carousel/carousel-item.directive.mjs +3 -3
  45. package/esm2022/carousel/carousel.component.mjs +3 -3
  46. package/esm2022/carousel/carousel.service.mjs +3 -3
  47. package/esm2022/carousel/module.mjs +4 -4
  48. package/esm2022/cascader/cascader-li.component.mjs +3 -3
  49. package/esm2022/cascader/cascader-search-option.component.mjs +3 -3
  50. package/esm2022/cascader/cascader.component.mjs +6 -6
  51. package/esm2022/cascader/cascader.service.mjs +3 -3
  52. package/esm2022/cascader/module.mjs +4 -4
  53. package/esm2022/checkbox/checkbox.component.mjs +3 -3
  54. package/esm2022/checkbox/module.mjs +4 -4
  55. package/esm2022/collapse/collapse-item.component.mjs +3 -3
  56. package/esm2022/collapse/collapse.component.mjs +3 -3
  57. package/esm2022/collapse/module.mjs +4 -4
  58. package/esm2022/color-picker/color-picker-custom-panel.component.mjs +3 -3
  59. package/esm2022/color-picker/color-picker-panel.component.mjs +3 -3
  60. package/esm2022/color-picker/color-picker.component.mjs +3 -3
  61. package/esm2022/color-picker/coordinates.directive.mjs +3 -3
  62. package/esm2022/color-picker/module.mjs +4 -4
  63. package/esm2022/color-picker/parts/alpha/alpha.component.mjs +3 -3
  64. package/esm2022/color-picker/parts/hue/hue.component.mjs +3 -3
  65. package/esm2022/color-picker/parts/indicator/indicator.component.mjs +3 -3
  66. package/esm2022/color-picker/parts/inputs/inputs.component.mjs +3 -3
  67. package/esm2022/color-picker/parts/saturation/saturation.component.mjs +3 -3
  68. package/esm2022/comment/comment-actions.directive.mjs +3 -3
  69. package/esm2022/comment/comment-content.directive.mjs +3 -3
  70. package/esm2022/comment/comment.component.mjs +3 -3
  71. package/esm2022/comment/comment.module.mjs +4 -4
  72. package/esm2022/copy/copy.directive.mjs +3 -3
  73. package/esm2022/copy/module.mjs +4 -4
  74. package/esm2022/core/click-positioner.mjs +3 -3
  75. package/esm2022/core/overlay/portal-directives.mjs +3 -3
  76. package/esm2022/core/scroll.mjs +3 -3
  77. package/esm2022/core/store/store.mjs +3 -3
  78. package/esm2022/core/translate.mjs +3 -3
  79. package/esm2022/core/update-host-class.service.mjs +3 -3
  80. package/esm2022/date-picker/abstract-picker.component.mjs +3 -3
  81. package/esm2022/date-picker/abstract-picker.directive.mjs +3 -3
  82. package/esm2022/date-picker/base-picker.component.mjs +3 -3
  83. package/esm2022/date-picker/date-helper.service.mjs +3 -3
  84. package/esm2022/date-picker/date-picker.component.mjs +3 -3
  85. package/esm2022/date-picker/date-picker.directive.mjs +3 -3
  86. package/esm2022/date-picker/date-picker.module.mjs +4 -4
  87. package/esm2022/date-picker/date-picker.service.mjs +3 -3
  88. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +3 -3
  89. package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
  90. package/esm2022/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
  91. package/esm2022/date-picker/lib/date/date-header.component.mjs +3 -3
  92. package/esm2022/date-picker/lib/date/date-table-cell.component.mjs +3 -3
  93. package/esm2022/date-picker/lib/date/date-table.component.mjs +3 -3
  94. package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +3 -3
  95. package/esm2022/date-picker/lib/decade/decade-header.component.mjs +3 -3
  96. package/esm2022/date-picker/lib/decade/decade-table.component.mjs +3 -3
  97. package/esm2022/date-picker/lib/lib-packer.module.mjs +4 -4
  98. package/esm2022/date-picker/lib/month/month-header.component.mjs +3 -3
  99. package/esm2022/date-picker/lib/month/month-table.component.mjs +3 -3
  100. package/esm2022/date-picker/lib/popups/date-popup.component.mjs +3 -3
  101. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +3 -3
  102. package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +3 -3
  103. package/esm2022/date-picker/lib/year/year-header.component.mjs +3 -3
  104. package/esm2022/date-picker/lib/year/year-table.component.mjs +3 -3
  105. package/esm2022/date-picker/month-picker.component.mjs +3 -3
  106. package/esm2022/date-picker/picker.component.mjs +3 -3
  107. package/esm2022/date-picker/picker.pipes.mjs +12 -12
  108. package/esm2022/date-picker/picker.validators.mjs +6 -6
  109. package/esm2022/date-picker/quarter-picker.component.mjs +3 -3
  110. package/esm2022/date-picker/range-picker.component.mjs +3 -3
  111. package/esm2022/date-picker/range-picker.directive.mjs +3 -3
  112. package/esm2022/date-picker/week-picker.component.mjs +3 -3
  113. package/esm2022/date-picker/year-picker.component.mjs +3 -3
  114. package/esm2022/date-range/date-range.component.mjs +3 -3
  115. package/esm2022/date-range/module.mjs +4 -4
  116. package/esm2022/date-range/optional-dates/optional-dates.component.mjs +3 -3
  117. package/esm2022/dialog/body/dialog-body.component.mjs +3 -3
  118. package/esm2022/dialog/confirm/confirm.component.mjs +3 -3
  119. package/esm2022/dialog/dialog-container.component.mjs +3 -3
  120. package/esm2022/dialog/dialog.module.mjs +4 -4
  121. package/esm2022/dialog/dialog.service.mjs +3 -3
  122. package/esm2022/dialog/footer/dialog-footer.component.mjs +3 -3
  123. package/esm2022/dialog/header/dialog-header.component.mjs +3 -3
  124. package/esm2022/divider/divider.component.mjs +3 -3
  125. package/esm2022/divider/divider.module.mjs +4 -4
  126. package/esm2022/dot/dot.component.mjs +3 -3
  127. package/esm2022/dot/dot.module.mjs +4 -4
  128. package/esm2022/drag-drop/drag-content.directive.mjs +3 -3
  129. package/esm2022/drag-drop/drag-drop.service.mjs +3 -3
  130. package/esm2022/drag-drop/drag-handle.directive.mjs +3 -3
  131. package/esm2022/drag-drop/drag.directive.mjs +3 -3
  132. package/esm2022/drag-drop/drop-container.directive.mjs +3 -3
  133. package/esm2022/drag-drop/module.mjs +4 -4
  134. package/esm2022/dropdown/dropdown-active.directive.mjs +3 -3
  135. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +21 -21
  136. package/esm2022/dropdown/dropdown-menu.component.mjs +12 -12
  137. package/esm2022/dropdown/dropdown-submenu.component.mjs +3 -3
  138. package/esm2022/dropdown/dropdown.directive.mjs +3 -3
  139. package/esm2022/dropdown/module.mjs +4 -4
  140. package/esm2022/empty/empty.component.mjs +3 -3
  141. package/esm2022/empty/empty.config.mjs +3 -3
  142. package/esm2022/empty/empty.module.mjs +4 -4
  143. package/esm2022/flexible-text/flexible-text.component.mjs +3 -3
  144. package/esm2022/flexible-text/flexible-text.module.mjs +4 -4
  145. package/esm2022/form/form-group-error/form-group-error.component.mjs +3 -3
  146. package/esm2022/form/form-group-label.directive.mjs +3 -3
  147. package/esm2022/form/form-group.component.mjs +3 -3
  148. package/esm2022/form/form-submit.directive.mjs +3 -3
  149. package/esm2022/form/form-validator-loader.mjs +3 -3
  150. package/esm2022/form/form-validator.service.mjs +3 -3
  151. package/esm2022/form/form.directive.mjs +3 -3
  152. package/esm2022/form/from-group-footer/form-group-footer.component.mjs +3 -3
  153. package/esm2022/form/module.mjs +4 -4
  154. package/esm2022/form/validator/confirm-validator.directive.mjs +3 -3
  155. package/esm2022/form/validator/max-validator.directive.mjs +3 -3
  156. package/esm2022/form/validator/min-validator.directive.mjs +3 -3
  157. package/esm2022/form/validator/unique-validator.directive.mjs +3 -3
  158. package/esm2022/fullscreen/fullscreen-launch.directive.mjs +3 -3
  159. package/esm2022/fullscreen/fullscreen.component.mjs +3 -3
  160. package/esm2022/fullscreen/fullscreen.module.mjs +4 -4
  161. package/esm2022/fullscreen/fullscreen.service.mjs +3 -3
  162. package/esm2022/grid/flex.mjs +12 -12
  163. package/esm2022/grid/module.mjs +4 -4
  164. package/esm2022/grid/thy-col.directive.mjs +3 -3
  165. package/esm2022/grid/thy-grid-item.component.mjs +3 -3
  166. package/esm2022/grid/thy-grid.component.mjs +6 -6
  167. package/esm2022/grid/thy-row.directive.mjs +3 -3
  168. package/esm2022/guider/guider-hint/guider-hint.component.mjs +3 -3
  169. package/esm2022/guider/guider-manager.mjs +3 -3
  170. package/esm2022/guider/guider.directive.mjs +3 -3
  171. package/esm2022/guider/guider.module.mjs +4 -4
  172. package/esm2022/guider/guider.service.mjs +3 -3
  173. package/esm2022/icon/icon-registry.mjs +3 -3
  174. package/esm2022/icon/icon.component.mjs +3 -3
  175. package/esm2022/icon/icon.module.mjs +9 -8
  176. package/esm2022/image/image-group.component.mjs +3 -3
  177. package/esm2022/image/image.directive.mjs +3 -3
  178. package/esm2022/image/image.service.mjs +3 -3
  179. package/esm2022/image/module.mjs +4 -4
  180. package/esm2022/image/preview/image-preview.component.mjs +3 -3
  181. package/esm2022/input/input-count.component.mjs +3 -3
  182. package/esm2022/input/input-group.component.mjs +3 -3
  183. package/esm2022/input/input-search.component.mjs +3 -3
  184. package/esm2022/input/input.component.mjs +3 -3
  185. package/esm2022/input/input.directive.mjs +3 -3
  186. package/esm2022/input/module.mjs +4 -4
  187. package/esm2022/input-number/input-number.component.mjs +3 -3
  188. package/esm2022/input-number/module.mjs +4 -4
  189. package/esm2022/layout/content-main.component.mjs +6 -6
  190. package/esm2022/layout/content-section.component.mjs +6 -6
  191. package/esm2022/layout/content.component.mjs +6 -6
  192. package/esm2022/layout/header.component.mjs +6 -6
  193. package/esm2022/layout/layout.component.mjs +6 -6
  194. package/esm2022/layout/layout.module.mjs +4 -4
  195. package/esm2022/layout/sidebar-content.component.mjs +6 -6
  196. package/esm2022/layout/sidebar-footer.component.mjs +6 -6
  197. package/esm2022/layout/sidebar-header.component.mjs +6 -6
  198. package/esm2022/layout/sidebar.component.mjs +6 -6
  199. package/esm2022/list/list-item-meta.component.mjs +3 -3
  200. package/esm2022/list/list-item.component.mjs +3 -3
  201. package/esm2022/list/list.component.mjs +3 -3
  202. package/esm2022/list/list.module.mjs +4 -4
  203. package/esm2022/list/selection/selection-list.mjs +3 -3
  204. package/esm2022/loading/loading.component.mjs +3 -3
  205. package/esm2022/loading/loading.module.mjs +4 -4
  206. package/esm2022/mention/mention.directive.mjs +3 -3
  207. package/esm2022/mention/mention.module.mjs +4 -4
  208. package/esm2022/mention/suggestions/suggestions.component.mjs +3 -3
  209. package/esm2022/menu/divider/menu-divider.component.mjs +3 -3
  210. package/esm2022/menu/group/menu-group.component.mjs +3 -3
  211. package/esm2022/menu/item/action/menu-item-action.component.mjs +3 -3
  212. package/esm2022/menu/item/icon/menu-item-icon.component.mjs +3 -3
  213. package/esm2022/menu/item/menu-item.component.mjs +3 -3
  214. package/esm2022/menu/item/name/menu-item-name.component.mjs +3 -3
  215. package/esm2022/menu/menu.component.mjs +3 -3
  216. package/esm2022/menu/menu.module.mjs +4 -4
  217. package/esm2022/message/abstract/abstract-message-container.component.mjs +3 -3
  218. package/esm2022/message/abstract/abstract-message.component.mjs +3 -3
  219. package/esm2022/message/message-container.component.mjs +3 -3
  220. package/esm2022/message/message-queue.service.mjs +3 -3
  221. package/esm2022/message/message.component.mjs +3 -3
  222. package/esm2022/message/message.service.mjs +3 -3
  223. package/esm2022/message/module.mjs +4 -4
  224. package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +3 -3
  225. package/esm2022/nav/icon-nav/icon-nav.component.mjs +3 -3
  226. package/esm2022/nav/nav-ink-bar.directive.mjs +3 -3
  227. package/esm2022/nav/nav-item.directive.mjs +3 -3
  228. package/esm2022/nav/nav.component.mjs +3 -3
  229. package/esm2022/nav/nav.module.mjs +4 -4
  230. package/esm2022/nav/nav.pipe.mjs +3 -3
  231. package/esm2022/notify/module.mjs +4 -4
  232. package/esm2022/notify/notify-container.component.mjs +3 -3
  233. package/esm2022/notify/notify-queue.service.mjs +3 -3
  234. package/esm2022/notify/notify.component.mjs +3 -3
  235. package/esm2022/notify/notify.service.mjs +3 -3
  236. package/esm2022/pagination/pagination.component.mjs +3 -3
  237. package/esm2022/pagination/pagination.module.mjs +4 -4
  238. package/esm2022/pagination/pagination.pipe.mjs +3 -3
  239. package/esm2022/popover/body/popover-body.component.mjs +3 -3
  240. package/esm2022/popover/header/popover-header.component.mjs +3 -3
  241. package/esm2022/popover/module.mjs +4 -4
  242. package/esm2022/popover/popover-container.component.mjs +3 -3
  243. package/esm2022/popover/popover.directive.mjs +3 -3
  244. package/esm2022/popover/popover.service.mjs +3 -3
  245. package/esm2022/progress/progress-circle.component.mjs +3 -3
  246. package/esm2022/progress/progress-strip.component.mjs +3 -3
  247. package/esm2022/progress/progress.component.mjs +3 -3
  248. package/esm2022/progress/progress.module.mjs +4 -4
  249. package/esm2022/property/module.mjs +4 -4
  250. package/esm2022/property/properties.component.mjs +3 -3
  251. package/esm2022/property/property-item.component.mjs +3 -3
  252. package/esm2022/property-operation/group/property-operation-group.component.mjs +3 -3
  253. package/esm2022/property-operation/module.mjs +4 -4
  254. package/esm2022/property-operation/property-operation.component.mjs +3 -3
  255. package/esm2022/radio/button/radio-button.component.mjs +3 -3
  256. package/esm2022/radio/group/radio-group.component.mjs +3 -3
  257. package/esm2022/radio/module.mjs +4 -4
  258. package/esm2022/radio/radio.component.mjs +3 -3
  259. package/esm2022/rate/module.mjs +4 -4
  260. package/esm2022/rate/rate-item.component.mjs +3 -3
  261. package/esm2022/rate/rate.component.mjs +3 -3
  262. package/esm2022/resizable/module.mjs +4 -4
  263. package/esm2022/resizable/resizable.directive.mjs +3 -3
  264. package/esm2022/resizable/resizable.service.mjs +3 -3
  265. package/esm2022/resizable/resize-handle.component.mjs +3 -3
  266. package/esm2022/resizable/resize-handles.component.mjs +3 -3
  267. package/esm2022/result/result.component.mjs +3 -3
  268. package/esm2022/result/result.module.mjs +4 -4
  269. package/esm2022/segment/segment-item.component.mjs +3 -3
  270. package/esm2022/segment/segment.component.mjs +30 -18
  271. package/esm2022/segment/segment.module.mjs +4 -4
  272. package/esm2022/select/custom-select/custom-select.component.mjs +3 -3
  273. package/esm2022/select/module.mjs +4 -4
  274. package/esm2022/select/native-select/native-select.component.mjs +3 -3
  275. package/esm2022/shared/base-form-check.component.mjs +3 -3
  276. package/esm2022/shared/directives/string-or-template-outlet.directive.mjs +3 -3
  277. package/esm2022/shared/directives/thy-autofocus.directive.mjs +3 -3
  278. package/esm2022/shared/directives/thy-contextmenu.directive.mjs +3 -3
  279. package/esm2022/shared/directives/thy-ctrl-enter.directive.mjs +3 -3
  280. package/esm2022/shared/directives/thy-drag-drop.directive.mjs +3 -3
  281. package/esm2022/shared/directives/thy-enter.directive.mjs +3 -3
  282. package/esm2022/shared/directives/thy-scroll.directive.mjs +3 -3
  283. package/esm2022/shared/directives/thy-show.mjs +3 -3
  284. package/esm2022/shared/directives/thy-stop-propagation.directive.mjs +3 -3
  285. package/esm2022/shared/directives/view-outlet.directive.mjs +3 -3
  286. package/esm2022/shared/ng-transclude.directive.mjs +3 -3
  287. package/esm2022/shared/option/group/option-group.component.mjs +3 -3
  288. package/esm2022/shared/option/list-option/list-option.component.mjs +3 -3
  289. package/esm2022/shared/option/module.mjs +4 -4
  290. package/esm2022/shared/option/option-group.component.mjs +3 -3
  291. package/esm2022/shared/option/option.component.mjs +3 -3
  292. package/esm2022/shared/option/options-container.component.mjs +3 -3
  293. package/esm2022/shared/select/module.mjs +4 -4
  294. package/esm2022/shared/select/select-control/select-control.component.mjs +3 -3
  295. package/esm2022/shared/shared.module.mjs +4 -4
  296. package/esm2022/skeleton/module.mjs +4 -4
  297. package/esm2022/skeleton/skeleton-circle.component.mjs +3 -3
  298. package/esm2022/skeleton/skeleton-rectangle.component.mjs +3 -3
  299. package/esm2022/skeleton/skeleton.component.mjs +3 -3
  300. package/esm2022/skeleton/stylized/bullet-list.component.mjs +3 -3
  301. package/esm2022/skeleton/stylized/list.component.mjs +3 -3
  302. package/esm2022/skeleton/stylized/paragraph.component.mjs +3 -3
  303. package/esm2022/slide/drawer/drawer-container.directive.mjs +3 -3
  304. package/esm2022/slide/slide-body/slide-body-section.component.mjs +3 -3
  305. package/esm2022/slide/slide-body/slide-body.component.mjs +3 -3
  306. package/esm2022/slide/slide-container.component.mjs +3 -3
  307. package/esm2022/slide/slide-footer/slide-footer.component.mjs +3 -3
  308. package/esm2022/slide/slide-header/slide-header.component.mjs +3 -3
  309. package/esm2022/slide/slide-layout/slide-layout.component.mjs +3 -3
  310. package/esm2022/slide/slide-ref.service.mjs +3 -3
  311. package/esm2022/slide/slide.module.mjs +4 -4
  312. package/esm2022/slide/slide.service.mjs +3 -3
  313. package/esm2022/slider/slider.component.mjs +3 -3
  314. package/esm2022/slider/slider.module.mjs +4 -4
  315. package/esm2022/space/space.component.mjs +6 -6
  316. package/esm2022/space/space.module.mjs +4 -4
  317. package/esm2022/statistic/statistic.component.mjs +3 -3
  318. package/esm2022/statistic/statistic.module.mjs +4 -4
  319. package/esm2022/stepper/step-header.component.mjs +3 -3
  320. package/esm2022/stepper/step.component.mjs +3 -3
  321. package/esm2022/stepper/stepper-button.directive.mjs +6 -6
  322. package/esm2022/stepper/stepper.component.mjs +3 -3
  323. package/esm2022/stepper/stepper.module.mjs +4 -4
  324. package/esm2022/strength/strength.component.mjs +3 -3
  325. package/esm2022/strength/strength.module.mjs +4 -4
  326. package/esm2022/switch/switch.component.mjs +3 -3
  327. package/esm2022/switch/switch.module.mjs +4 -4
  328. package/esm2022/table/pipes/drag.pipe.mjs +3 -3
  329. package/esm2022/table/pipes/table.pipe.mjs +3 -3
  330. package/esm2022/table/table-column.component.mjs +3 -3
  331. package/esm2022/table/table-skeleton.component.mjs +3 -3
  332. package/esm2022/table/table.component.mjs +3 -3
  333. package/esm2022/table/table.module.mjs +4 -4
  334. package/esm2022/tabs/tab-content.component.mjs +3 -3
  335. package/esm2022/tabs/tab.component.mjs +3 -3
  336. package/esm2022/tabs/tabs.component.mjs +3 -3
  337. package/esm2022/tabs/tabs.module.mjs +4 -4
  338. package/esm2022/tag/tag.component.mjs +3 -3
  339. package/esm2022/tag/tag.module.mjs +4 -4
  340. package/esm2022/tag/tags.component.mjs +3 -3
  341. package/esm2022/time-picker/inner/inner-time-picker.component.mjs +3 -3
  342. package/esm2022/time-picker/inner/inner-time-picker.config.mjs +3 -3
  343. package/esm2022/time-picker/inner/inner-time-picker.store.mjs +3 -3
  344. package/esm2022/time-picker/time-picker-panel.component.mjs +3 -3
  345. package/esm2022/time-picker/time-picker.component.mjs +3 -3
  346. package/esm2022/time-picker/time-picker.module.mjs +4 -4
  347. package/esm2022/timeline/timeline-item.component.mjs +3 -3
  348. package/esm2022/timeline/timeline.component.mjs +3 -3
  349. package/esm2022/timeline/timeline.module.mjs +4 -4
  350. package/esm2022/timeline/timeline.service.mjs +3 -3
  351. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  352. package/esm2022/tooltip/tooltip.directive.mjs +3 -3
  353. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  354. package/esm2022/tooltip/tooltip.service.mjs +3 -3
  355. package/esm2022/transfer/transfer-list.component.mjs +3 -3
  356. package/esm2022/transfer/transfer.component.mjs +3 -3
  357. package/esm2022/transfer/transfer.module.mjs +4 -4
  358. package/esm2022/tree/tree-node.component.mjs +3 -3
  359. package/esm2022/tree/tree.component.mjs +3 -3
  360. package/esm2022/tree/tree.module.mjs +4 -4
  361. package/esm2022/tree/tree.pipe.mjs +3 -3
  362. package/esm2022/tree/tree.service.mjs +3 -3
  363. package/esm2022/tree-select/module.mjs +4 -4
  364. package/esm2022/tree-select/tree-select.component.mjs +6 -6
  365. package/esm2022/typography/bg-color.directive.mjs +3 -3
  366. package/esm2022/typography/module.mjs +4 -4
  367. package/esm2022/typography/text/text.component.mjs +3 -3
  368. package/esm2022/typography/text-color.directive.mjs +3 -3
  369. package/esm2022/upload/file-drop.directive.mjs +3 -3
  370. package/esm2022/upload/file-select-base.mjs +3 -3
  371. package/esm2022/upload/file-select.component.mjs +3 -3
  372. package/esm2022/upload/module.mjs +9 -9
  373. package/esm2022/upload/upload.service.mjs +3 -3
  374. package/esm2022/util/helpers/helpers.mjs +2 -2
  375. package/esm2022/version.mjs +2 -2
  376. package/esm2022/vote/vote.component.mjs +3 -3
  377. package/esm2022/vote/vote.module.mjs +4 -4
  378. package/esm2022/watermark/watermark.directive.mjs +3 -3
  379. package/esm2022/watermark/watermark.module.mjs +4 -4
  380. package/fesm2022/ngx-tethys-action.mjs +10 -10
  381. package/fesm2022/ngx-tethys-affix.mjs +7 -7
  382. package/fesm2022/ngx-tethys-alert.mjs +10 -10
  383. package/fesm2022/ngx-tethys-anchor.mjs +10 -10
  384. package/fesm2022/ngx-tethys-arrow-switcher.mjs +7 -7
  385. package/fesm2022/ngx-tethys-autocomplete.mjs +16 -16
  386. package/fesm2022/ngx-tethys-avatar.mjs +22 -22
  387. package/fesm2022/ngx-tethys-back-top.mjs +7 -7
  388. package/fesm2022/ngx-tethys-badge.mjs +7 -7
  389. package/fesm2022/ngx-tethys-breadcrumb.mjs +10 -10
  390. package/fesm2022/ngx-tethys-button.mjs +13 -13
  391. package/fesm2022/ngx-tethys-calendar.mjs +16 -16
  392. package/fesm2022/ngx-tethys-card.mjs +13 -13
  393. package/fesm2022/ngx-tethys-carousel.mjs +13 -13
  394. package/fesm2022/ngx-tethys-cascader.mjs +18 -18
  395. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  396. package/fesm2022/ngx-tethys-checkbox.mjs +7 -7
  397. package/fesm2022/ngx-tethys-collapse.mjs +10 -10
  398. package/fesm2022/ngx-tethys-color-picker.mjs +31 -31
  399. package/fesm2022/ngx-tethys-comment.mjs +13 -13
  400. package/fesm2022/ngx-tethys-copy.mjs +7 -7
  401. package/fesm2022/ngx-tethys-core.mjs +18 -18
  402. package/fesm2022/ngx-tethys-date-picker.mjs +116 -116
  403. package/fesm2022/ngx-tethys-date-range.mjs +10 -10
  404. package/fesm2022/ngx-tethys-dialog.mjs +22 -22
  405. package/fesm2022/ngx-tethys-divider.mjs +7 -7
  406. package/fesm2022/ngx-tethys-dot.mjs +7 -7
  407. package/fesm2022/ngx-tethys-drag-drop.mjs +19 -19
  408. package/fesm2022/ngx-tethys-dropdown.mjs +46 -46
  409. package/fesm2022/ngx-tethys-empty.mjs +10 -10
  410. package/fesm2022/ngx-tethys-flexible-text.mjs +7 -7
  411. package/fesm2022/ngx-tethys-form.mjs +40 -40
  412. package/fesm2022/ngx-tethys-fullscreen.mjs +13 -13
  413. package/fesm2022/ngx-tethys-grid.mjs +31 -31
  414. package/fesm2022/ngx-tethys-guider.mjs +16 -16
  415. package/fesm2022/ngx-tethys-icon.mjs +14 -13
  416. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  417. package/fesm2022/ngx-tethys-image.mjs +16 -16
  418. package/fesm2022/ngx-tethys-input-number.mjs +7 -7
  419. package/fesm2022/ngx-tethys-input.mjs +19 -19
  420. package/fesm2022/ngx-tethys-layout.mjs +58 -58
  421. package/fesm2022/ngx-tethys-list.mjs +16 -16
  422. package/fesm2022/ngx-tethys-loading.mjs +7 -7
  423. package/fesm2022/ngx-tethys-mention.mjs +10 -10
  424. package/fesm2022/ngx-tethys-menu.mjs +25 -25
  425. package/fesm2022/ngx-tethys-message.mjs +22 -22
  426. package/fesm2022/ngx-tethys-nav.mjs +22 -22
  427. package/fesm2022/ngx-tethys-notify.mjs +16 -16
  428. package/fesm2022/ngx-tethys-pagination.mjs +10 -10
  429. package/fesm2022/ngx-tethys-popover.mjs +19 -19
  430. package/fesm2022/ngx-tethys-progress.mjs +13 -13
  431. package/fesm2022/ngx-tethys-property-operation.mjs +10 -10
  432. package/fesm2022/ngx-tethys-property.mjs +10 -10
  433. package/fesm2022/ngx-tethys-radio.mjs +13 -13
  434. package/fesm2022/ngx-tethys-rate.mjs +10 -10
  435. package/fesm2022/ngx-tethys-resizable.mjs +16 -16
  436. package/fesm2022/ngx-tethys-result.mjs +7 -7
  437. package/fesm2022/ngx-tethys-segment.mjs +35 -23
  438. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  439. package/fesm2022/ngx-tethys-select.mjs +10 -10
  440. package/fesm2022/ngx-tethys-shared.mjs +66 -66
  441. package/fesm2022/ngx-tethys-skeleton.mjs +22 -22
  442. package/fesm2022/ngx-tethys-slide.mjs +31 -31
  443. package/fesm2022/ngx-tethys-slider.mjs +7 -7
  444. package/fesm2022/ngx-tethys-space.mjs +10 -10
  445. package/fesm2022/ngx-tethys-statistic.mjs +7 -7
  446. package/fesm2022/ngx-tethys-stepper.mjs +19 -19
  447. package/fesm2022/ngx-tethys-strength.mjs +7 -7
  448. package/fesm2022/ngx-tethys-switch.mjs +7 -7
  449. package/fesm2022/ngx-tethys-table.mjs +19 -19
  450. package/fesm2022/ngx-tethys-tabs.mjs +13 -13
  451. package/fesm2022/ngx-tethys-tag.mjs +10 -10
  452. package/fesm2022/ngx-tethys-time-picker.mjs +19 -19
  453. package/fesm2022/ngx-tethys-timeline.mjs +13 -13
  454. package/fesm2022/ngx-tethys-tooltip.mjs +13 -13
  455. package/fesm2022/ngx-tethys-transfer.mjs +10 -10
  456. package/fesm2022/ngx-tethys-tree-select.mjs +10 -10
  457. package/fesm2022/ngx-tethys-tree.mjs +16 -16
  458. package/fesm2022/ngx-tethys-typography.mjs +13 -13
  459. package/fesm2022/ngx-tethys-upload.mjs +20 -20
  460. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  461. package/fesm2022/ngx-tethys-util.mjs +1 -1
  462. package/fesm2022/ngx-tethys-util.mjs.map +1 -1
  463. package/fesm2022/ngx-tethys-vote.mjs +7 -7
  464. package/fesm2022/ngx-tethys-watermark.mjs +7 -7
  465. package/fesm2022/ngx-tethys.mjs +1 -1
  466. package/fesm2022/ngx-tethys.mjs.map +1 -1
  467. package/icon/icon.module.d.ts +1 -2
  468. package/package.json +4 -4
  469. package/schematics/dependencies.js +1 -1
  470. package/schematics/ng-update/migration-collection.json +4 -4
  471. package/schematics/ng-update/{update-17 → update-18}/complete.d.ts +1 -1
  472. package/schematics/ng-update/update-18/complete.js +23 -0
  473. package/schematics/ng-update/{update-17 → update-18}/index.js +1 -1
  474. package/schematics/ng-update/update-18/index.spec.js +96 -0
  475. package/schematics/ng-update/update-18/update-data.js +872 -0
  476. package/schematics/testing/test-app.js +2 -2
  477. package/schematics/testing/test-project.js +2 -2
  478. package/schematics/version.d.ts +1 -1
  479. package/schematics/version.js +1 -1
  480. package/segment/segment.component.d.ts +4 -2
  481. package/segment/styles/segment.scss +10 -0
  482. package/styles/bootstrap/_functions.scss +14 -14
  483. package/styles/variables.scss +3 -0
  484. package/upload/module.d.ts +3 -4
  485. package/util/helpers/helpers.d.ts +1 -1
  486. package/schematics/ng-update/update-17/complete.js +0 -19
  487. package/schematics/ng-update/update-17/index.spec.js +0 -93
  488. package/schematics/ng-update/update-17/update-data.js +0 -871
  489. /package/schematics/ng-update/{update-17 → update-18}/class-name-migration.d.ts +0 -0
  490. /package/schematics/ng-update/{update-17 → update-18}/class-name-migration.js +0 -0
  491. /package/schematics/ng-update/{update-17 → update-18}/index.d.ts +0 -0
  492. /package/schematics/ng-update/{update-17 → update-18}/index.spec.d.ts +0 -0
  493. /package/schematics/ng-update/{update-17 → update-18}/update-data.d.ts +0 -0
@@ -1,8 +1,9 @@
1
- import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, EventEmitter, HostBinding, Input, Output, QueryList, ViewEncapsulation, booleanAttribute, numberAttribute } from '@angular/core';
1
+ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, DestroyRef, EventEmitter, HostBinding, Input, Output, QueryList, ViewEncapsulation, booleanAttribute, numberAttribute } from '@angular/core';
2
2
  import { thumbMotion } from 'ngx-tethys/core';
3
3
  import { ThySegmentItem } from './segment-item.component';
4
4
  import { THY_SEGMENTED_COMPONENT } from './segment.token';
5
5
  import { NgIf } from '@angular/common';
6
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
6
7
  import * as i0 from "@angular/core";
7
8
  /**
8
9
  * 分段控制器组件
@@ -13,20 +14,24 @@ export class ThySegment {
13
14
  * 选中选项的索引
14
15
  */
15
16
  set thyActiveIndex(value) {
17
+ this.newActiveIndex = value;
16
18
  if (value < 0 || value === this.activeIndex) {
17
19
  return;
18
20
  }
19
- const selectedItem = this.options?.get(this.activeIndex);
20
- if (selectedItem) {
21
- selectedItem.unselect();
22
- this.changeSelectedItem(this.options.get(value));
23
- }
24
- else {
25
- this.activeIndex = value;
26
- }
21
+ setTimeout(() => {
22
+ const selectedItem = this.options?.get(this.activeIndex);
23
+ if (selectedItem) {
24
+ selectedItem.unselect();
25
+ this.changeSelectedItem(this.options.get(value));
26
+ }
27
+ else {
28
+ this.activeIndex = value;
29
+ }
30
+ });
27
31
  }
28
- constructor(cdr) {
32
+ constructor(cdr, destroyRef) {
29
33
  this.cdr = cdr;
34
+ this.destroyRef = destroyRef;
30
35
  /**
31
36
  * 大小
32
37
  * @type xs | sm | md | default
@@ -45,18 +50,25 @@ export class ThySegment {
45
50
  * 选项被选中的回调事件
46
51
  */
47
52
  this.thySelectChange = new EventEmitter();
48
- this.activeIndex = 0;
49
53
  this.animationState = null;
50
54
  this.transitionedTo = null;
51
55
  }
52
56
  ngAfterContentInit() {
53
- this.selectedItem = this.options.get(this.activeIndex) || this.options.get(0);
57
+ this.selectedItem = this.options.get(this.newActiveIndex) || this.options.get(0);
54
58
  this.selectedItem?.select();
59
+ this.options.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {
60
+ this.options.forEach(item => {
61
+ item.unselect();
62
+ });
63
+ this.selectedItem = this.options.get(this.newActiveIndex) || this.options.get(0);
64
+ this.selectedItem?.select();
65
+ this.cdr.detectChanges();
66
+ });
55
67
  }
56
68
  changeSelectedItem(item, event) {
57
69
  this.animationState = {
58
70
  value: 'from',
59
- params: getThumbAnimationProps(this.options?.get(this.activeIndex)?.elementRef.nativeElement)
71
+ params: getThumbAnimationProps(this.options?.get(this.activeIndex || 0)?.elementRef.nativeElement)
60
72
  };
61
73
  this.selectedItem = null;
62
74
  this.cdr.detectChanges();
@@ -80,15 +92,15 @@ export class ThySegment {
80
92
  this.cdr.detectChanges();
81
93
  }
82
94
  }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySegment, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySegment, isStandalone: true, selector: "thy-segment", inputs: { thySize: "thySize", thyMode: "thyMode", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thyActiveIndex: ["thyActiveIndex", "thyActiveIndex", numberAttribute] }, outputs: { thySelectChange: "thySelectChange" }, host: { properties: { "class.thy-segment-xs": "thySize === 'xs'", "class.thy-segment-sm": "thySize === 'sm'", "class.thy-segment-md": "thySize === 'md'", "class.thy-segment-default": "!thySize || thySize === 'default'", "class.thy-segment-block": "thyMode === 'block'", "class.disabled": "this.thyDisabled" }, classAttribute: "thy-segment" }, providers: [
95
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Component }); }
96
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0", type: ThySegment, isStandalone: true, selector: "thy-segment", inputs: { thySize: "thySize", thyMode: "thyMode", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thyActiveIndex: ["thyActiveIndex", "thyActiveIndex", numberAttribute] }, outputs: { thySelectChange: "thySelectChange" }, host: { properties: { "class.thy-segment-xs": "thySize === 'xs'", "class.thy-segment-sm": "thySize === 'sm'", "class.thy-segment-md": "thySize === 'md'", "class.thy-segment-default": "!thySize || thySize === 'default'", "class.thy-segment-block": "thyMode === 'block'", "class.disabled": "this.thyDisabled" }, classAttribute: "thy-segment" }, providers: [
85
97
  {
86
98
  provide: THY_SEGMENTED_COMPONENT,
87
99
  useExisting: ThySegment
88
100
  }
89
101
  ], queries: [{ propertyName: "options", predicate: ThySegmentItem }], exportAs: ["thySegment"], ngImport: i0, template: "<div class=\"thy-segment-group\">\n <div\n *ngIf=\"animationState\"\n class=\"thy-segment-thumb thy-segment-thumb-motion\"\n [@thumbMotion]=\"animationState\"\n (@thumbMotion.done)=\"handleThumbAnimationDone($event)\"\n ></div>\n\n <ng-content></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [thumbMotion], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
90
102
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySegment, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySegment, decorators: [{
92
104
  type: Component,
93
105
  args: [{ selector: 'thy-segment', exportAs: 'thySegment', animations: [thumbMotion], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
94
106
  {
@@ -103,7 +115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
103
115
  '[class.thy-segment-default]': `!thySize || thySize === 'default'`,
104
116
  '[class.thy-segment-block]': `thyMode === 'block'`
105
117
  }, standalone: true, imports: [NgIf], template: "<div class=\"thy-segment-group\">\n <div\n *ngIf=\"animationState\"\n class=\"thy-segment-thumb thy-segment-thumb-motion\"\n [@thumbMotion]=\"animationState\"\n (@thumbMotion.done)=\"handleThumbAnimationDone($event)\"\n ></div>\n\n <ng-content></ng-content>\n</div>\n" }]
106
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { options: [{
118
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.DestroyRef }], propDecorators: { options: [{
107
119
  type: ContentChildren,
108
120
  args: [ThySegmentItem]
109
121
  }], thySize: [{
@@ -128,4 +140,4 @@ function getThumbAnimationProps(element) {
128
140
  width: element.clientWidth
129
141
  };
130
142
  }
131
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc2VnbWVudC9zZWdtZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3NyYy9zZWdtZW50L3NlZ21lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsU0FBUyxFQUNULGVBQWUsRUFDZixZQUFZLEVBQ1osV0FBVyxFQUNYLEtBQUssRUFDTCxNQUFNLEVBQ04sU0FBUyxFQUNULGlCQUFpQixFQUNqQixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNsQixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDOUMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzFELE9BQU8sRUFBd0IsdUJBQXVCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUdoRixPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTXZDOzs7R0FHRztBQXlCSCxNQUFNLE9BQU8sVUFBVTtJQXlCbkI7O09BRUc7SUFDSCxJQUNJLGNBQWMsQ0FBQyxLQUFhO1FBQzVCLElBQUksS0FBSyxHQUFHLENBQUMsSUFBSSxLQUFLLEtBQUssSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQzFDLE9BQU87UUFDWCxDQUFDO1FBQ0QsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxHQUFHLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3pELElBQUksWUFBWSxFQUFFLENBQUM7WUFDZixZQUFZLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDeEIsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7UUFD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b0JoQixVQUFVO2tCQXhCdEIsU0FBUzsrQkFDSSxhQUFhLFlBRWIsWUFBWSxjQUNWLENBQUMsV0FBVyxDQUFDLGlCQUNWLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLHVCQUF1Qjs0QkFDaEMsV0FBVyxZQUFZO3lCQUMxQjtxQkFDSixRQUNLO3dCQUNGLEtBQUssRUFBRSxhQUFhO3dCQUNwQix3QkFBd0IsRUFBRSxrQkFBa0I7d0JBQzVDLHdCQUF3QixFQUFFLGtCQUFrQjt3QkFDNUMsd0JBQXdCLEVBQUUsa0JBQWtCO3dCQUM1Qyw2QkFBNkIsRUFBRSxtQ0FBbUM7d0JBQ2xFLDJCQUEyQixFQUFFLHFCQUFxQjtxQkFDckQsY0FDVyxJQUFJLFdBQ1AsQ0FBQyxJQUFJLENBQUM7c0ZBTWtCLE9BQU87c0JBQXZDLGVBQWU7dUJBQUMsY0FBYztnQkFNdEIsT0FBTztzQkFBZixLQUFLO2dCQU1HLE9BQU87c0JBQWYsS0FBSztnQkFPTixXQUFXO3NCQUZWLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7O3NCQUNyQyxXQUFXO3VCQUFDLGdCQUFnQjtnQkFPekIsY0FBYztzQkFEakIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUU7Z0JBaUJsQixlQUFlO3NCQUFqQyxNQUFNOztBQWdEWCxTQUFTLHNCQUFzQixDQUFDLE9BQW9CO0lBQ2hELE9BQU87UUFDSCxTQUFTLEVBQUUsT0FBTyxDQUFDLFVBQVU7UUFDN0IsS0FBSyxFQUFFLE9BQU8sQ0FBQyxXQUFXO0tBQzdCLENBQUM7QUFDTixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBBZnRlckNvbnRlbnRJbml0LFxuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGRyZW4sXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbiAgICBRdWVyeUxpc3QsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG4gICAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgICBudW1iZXJBdHRyaWJ1dGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUaHVtYkFuaW1hdGlvblByb3BzIH0gZnJvbSAnbmd4LXRldGh5cy9jb3JlJztcbmltcG9ydCB7IHRodW1iTW90aW9uIH0gZnJvbSAnbmd4LXRldGh5cy9jb3JlJztcbmltcG9ydCB7IFRoeVNlZ21lbnRJdGVtIH0gZnJvbSAnLi9zZWdtZW50LWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IElUaHlTZWdtZW50Q29tcG9uZW50LCBUSFlfU0VHTUVOVEVEX0NPTVBPTkVOVCB9IGZyb20gJy4vc2VnbWVudC50b2tlbic7XG5pbXBvcnQgeyBUaHlTZWdtZW50RXZlbnQgfSBmcm9tICcuL3R5cGVzJztcbmltcG9ydCB7IEFuaW1hdGlvbkV2ZW50IH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBOZ0lmIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuZXhwb3J0IHR5cGUgVGh5U2VnbWVudFNpemUgPSAneHMnIHwgJ3NtJyB8ICdtZCcgfCAnZGVmYXVsdCc7XG5cbmV4cG9ydCB0eXBlIFRoeVNlZ21lbnRNb2RlID0gJ2Jsb2NrJyB8ICdpbmxpbmUnO1xuXG4vKipcbiAqIOWIhuauteaOp+WItuWZqOe7hOS7tlxuICogQG5hbWUgdGh5LXNlZ21lbnRcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICd0aHktc2VnbWVudCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NlZ21lbnQuY29tcG9uZW50Lmh0bWwnLFxuICAgIGV4cG9ydEFzOiAndGh5U2VnbWVudCcsXG4gICAgYW5pbWF0aW9uczogW3RodW1iTW90aW9uXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBUSFlfU0VHTUVOVEVEX0NPTVBPTkVOVCxcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBUaHlTZWdtZW50XG4gICAgICAgIH1cbiAgICBdLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICd0aHktc2VnbWVudCcsXG4gICAgICAgICdbY2xhc3MudGh5LXNlZ21lbnQteHNdJzogYHRoeVNpemUgPT09ICd4cydgLFxuICAgICAgICAnW2NsYXNzLnRoeS1zZWdtZW50LXNtXSc6IGB0aHlTaXplID09PSAnc20nYCxcbiAgICAgICAgJ1tjbGFzcy50aHktc2VnbWVudC1tZF0nOiBgdGh5U2l6ZSA9PT0gJ21kJ2AsXG4gICAgICAgICdbY2xhc3MudGh5LXNlZ21lbnQtZGVmYXVsdF0nOiBgIXRoeVNpemUgfHwgdGh5U2l6ZSA9PT0gJ2RlZmF1bHQnYCxcbiAgICAgICAgJ1tjbGFzcy50aHktc2VnbWVudC1ibG9ja10nOiBgdGh5TW9kZSA9PT0gJ2Jsb2NrJ2BcbiAgICB9LFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW05nSWZdXG59KVxuZXhwb3J0IGNsYXNzIFRoeVNlZ21lbnQgaW1wbGVtZW50cyBJVGh5U2VnbWVudENvbXBvbmVudCwgQWZ0ZXJDb250ZW50SW5pdCB7XG4gICAgLyoqXG4gICAgICogQGludGVybmFsXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZHJlbihUaHlTZWdtZW50SXRlbSkgb3B0aW9ucyE6IFF1ZXJ5TGlzdDxUaHlTZWdtZW50SXRlbT47XG5cbiAgICAvKipcbiAgICAgKiDlpKflsI9cbiAgICAgKiBAdHlwZSB4cyB8IHNtIHwgbWQgfCBkZWZhdWx0XG4gICAgICovXG4gICAgQElucHV0KCkgdGh5U2l6ZTogVGh5U2VnbWVudFNpemUgPSAnZGVmYXVsdCc7XG5cbiAgICAvKipcbiAgICAgKiDmqKHlvI9cbiAgICAgKiBAdHlwZSBibG9jayB8IGlubGluZVxuICAgICAqL1xuICAgIEBJbnB1dCgpIHRoeU1vZGU6IFRoeVNlZ21lbnRNb2RlID0gJ2Jsb2NrJztcblxuICAgIC8qKlxuICAgICAqIOaYr+WQpuemgeeUqOWIhuauteaOp+WItuWZqFxuICAgICAqL1xuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIEBIb3N0QmluZGluZyhgY2xhc3MuZGlzYWJsZWRgKVxuICAgIHRoeURpc2FibGVkID0gZmFsc2U7XG5cbiAgICAvKipcbiAgICAgKiDpgInkuK3pgInpobnnmoTntKLlvJVcbiAgICAgKi9cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IG51bWJlckF0dHJpYnV0ZSB9KVxuICAgIHNldCB0aHlBY3RpdmVJbmRleCh2YWx1ZTogbnVtYmVyKSB7XG4gICAgICAgIGlmICh2YWx1ZSA8IDAgfHwgdmFsdWUgPT09IHRoaXMuYWN0aXZlSW5kZXgpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICBjb25zdCBzZWxlY3RlZEl0ZW0gPSB0aGlzLm9wdGlvbnM/LmdldCh0aGlzLmFjdGl2ZUluZGV4KTtcbiAgICAgICAgaWYgKHNlbGVjdGVkSXRlbSkge1xuICAgICAgICAgICAgc2VsZWN0ZWRJdGVtLnVuc2VsZWN0KCk7XG4gICAgICAgICAgICB0aGlzLmNoYW5nZVNlbGVjdGVkSXRlbSh0aGlzLm9wdGlvbnMuZ2V0KHZhbHVlKSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmFjdGl2ZUluZGV4ID0gdmFsdWU7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiDpgInpobnooqvpgInkuK3nmoTlm57osIPkuovku7ZcbiAgICAgKi9cbiAgICBAT3V0cHV0KCkgcmVhZG9ubHkgdGh5U2VsZWN0Q2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxUaHlTZWdtZW50RXZlbnQ+KCk7XG5cbiAgICBwdWJsaWMgc2VsZWN0ZWRJdGVtOiBUaHlTZWdtZW50SXRlbTtcblxuICAgIHByaXZhdGUgYWN0aXZlSW5kZXggPSAwO1xuXG4gICAgcHVibGljIGFuaW1hdGlvblN0YXRlOiBudWxsIHwgeyB2YWx1ZTogc3RyaW5nOyBwYXJhbXM6IFRodW1iQW5pbWF0aW9uUHJvcHMgfSA9IG51bGw7XG5cbiAgICBwdWJsaWMgdHJhbnNpdGlvbmVkVG86IGFueSA9IG51bGw7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gdGhpcy5vcHRpb25zLmdldCh0aGlzLmFjdGl2ZUluZGV4KSB8fCB0aGlzLm9wdGlvbnMuZ2V0KDApO1xuICAgICAgICB0aGlzLnNlbGVjdGVkSXRlbT8uc2VsZWN0KCk7XG4gICAgfVxuXG4gICAgcHVibGljIGNoYW5nZVNlbGVjdGVkSXRlbShpdGVtOiBUaHlTZWdtZW50SXRlbSwgZXZlbnQ/OiBFdmVudCk6IHZvaWQge1xuICAgICAgICB0aGlzLmFuaW1hdGlvblN0YXRlID0ge1xuICAgICAgICAgICAgdmFsdWU6ICdmcm9tJyxcbiAgICAgICAgICAgIHBhcmFtczogZ2V0VGh1bWJBbmltYXRpb25Qcm9wcyh0aGlzLm9wdGlvbnM/LmdldCh0aGlzLmFjdGl2ZUluZGV4KT8uZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50ISlcbiAgICAgICAgfTtcbiAgICAgICAgdGhpcy5zZWxlY3RlZEl0ZW0gPSBudWxsO1xuICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG5cbiAgICAgICAgdGhpcy5hbmltYXRpb25TdGF0ZSA9IHtcbiAgICAgICAgICAgIHZhbHVlOiAndG8nLFxuICAgICAgICAgICAgcGFyYW1zOiBnZXRUaHVtYkFuaW1hdGlvblByb3BzKGl0ZW0uZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50ISlcbiAgICAgICAgfTtcbiAgICAgICAgdGhpcy50cmFuc2l0aW9uZWRUbyA9IGl0ZW07XG4gICAgICAgIHRoaXMuYWN0aXZlSW5kZXggPSB0aGlzLm9wdGlvbnM/LnRvQXJyYXkoKS5maW5kSW5kZXgob3B0aW9uID0+IHtcbiAgICAgICAgICAgIHJldHVybiBvcHRpb24udGh5VmFsdWUgPT09IGl0ZW0/LnRoeVZhbHVlO1xuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy50aHlTZWxlY3RDaGFuZ2UuZW1pdCh7IGV2ZW50OiBldmVudCwgdmFsdWU6IGl0ZW0udGh5VmFsdWUsIGFjdGl2ZUluZGV4OiB0aGlzLmFjdGl2ZUluZGV4IH0pO1xuICAgICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGhhbmRsZVRodW1iQW5pbWF0aW9uRG9uZShldmVudDogQW5pbWF0aW9uRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKGV2ZW50LmZyb21TdGF0ZSA9PT0gJ2Zyb20nKSB7XG4gICAgICAgICAgICB0aGlzLnNlbGVjdGVkSXRlbSA9IHRoaXMudHJhbnNpdGlvbmVkVG87XG4gICAgICAgICAgICB0aGlzLnNlbGVjdGVkSXRlbT8uc2VsZWN0KCk7XG4gICAgICAgICAgICB0aGlzLnRyYW5zaXRpb25lZFRvID0gbnVsbDtcbiAgICAgICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGUgPSBudWxsO1xuICAgICAgICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgICB9XG4gICAgfVxufVxuXG5mdW5jdGlvbiBnZXRUaHVtYkFuaW1hdGlvblByb3BzKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogVGh1bWJBbmltYXRpb25Qcm9wcyB7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgdHJhbnNmb3JtOiBlbGVtZW50Lm9mZnNldExlZnQsXG4gICAgICAgIHdpZHRoOiBlbGVtZW50LmNsaWVudFdpZHRoXG4gICAgfTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJ0aHktc2VnbWVudC1ncm91cFwiPlxuICA8ZGl2XG4gICAgKm5nSWY9XCJhbmltYXRpb25TdGF0ZVwiXG4gICAgY2xhc3M9XCJ0aHktc2VnbWVudC10aHVtYiB0aHktc2VnbWVudC10aHVtYi1tb3Rpb25cIlxuICAgIFtAdGh1bWJNb3Rpb25dPVwiYW5pbWF0aW9uU3RhdGVcIlxuICAgIChAdGh1bWJNb3Rpb24uZG9uZSk9XCJoYW5kbGVUaHVtYkFuaW1hdGlvbkRvbmUoJGV2ZW50KVwiXG4gID48L2Rpdj5cblxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
143
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc2VnbWVudC9zZWdtZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3NyYy9zZWdtZW50L3NlZ21lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsU0FBUyxFQUNULGVBQWUsRUFDZixVQUFVLEVBQ1YsWUFBWSxFQUNaLFdBQVcsRUFDWCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsZ0JBQWdCLEVBQ2hCLGVBQWUsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzlDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMxRCxPQUFPLEVBQXdCLHVCQUF1QixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHaEYsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQU1oRTs7O0dBR0c7QUF5QkgsTUFBTSxPQUFPLFVBQVU7SUF5Qm5COztPQUVHO0lBQ0gsSUFDSSxjQUFjLENBQUMsS0FBYTtRQUM1QixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLEtBQUssR0FBRyxDQUFDLElBQUksS0FBSyxLQUFLLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUMxQyxPQUFPO1FBQ1gsQ0FBQztRQUNELFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDWixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLEdBQUcsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUM7WUFDekQsSUFBSSxZQUFZLEVBQUUs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Q0FBbUM7d0JBQ2xFLDJCQUEyQixFQUFFLHFCQUFxQjtxQkFDckQsY0FDVyxJQUFJLFdBQ1AsQ0FBQyxJQUFJLENBQUM7K0dBTWtCLE9BQU87c0JBQXZDLGVBQWU7dUJBQUMsY0FBYztnQkFNdEIsT0FBTztzQkFBZixLQUFLO2dCQU1HLE9BQU87c0JBQWYsS0FBSztnQkFPTixXQUFXO3NCQUZWLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7O3NCQUNyQyxXQUFXO3VCQUFDLGdCQUFnQjtnQkFPekIsY0FBYztzQkFEakIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUU7Z0JBb0JsQixlQUFlO3NCQUFqQyxNQUFNOztBQTJEWCxTQUFTLHNCQUFzQixDQUFDLE9BQW9CO0lBQ2hELE9BQU87UUFDSCxTQUFTLEVBQUUsT0FBTyxDQUFDLFVBQVU7UUFDN0IsS0FBSyxFQUFFLE9BQU8sQ0FBQyxXQUFXO0tBQzdCLENBQUM7QUFDTixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBBZnRlckNvbnRlbnRJbml0LFxuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGRyZW4sXG4gICAgRGVzdHJveVJlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIFF1ZXJ5TGlzdCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgICBib29sZWFuQXR0cmlidXRlLFxuICAgIG51bWJlckF0dHJpYnV0ZVxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRodW1iQW5pbWF0aW9uUHJvcHMgfSBmcm9tICduZ3gtdGV0aHlzL2NvcmUnO1xuaW1wb3J0IHsgdGh1bWJNb3Rpb24gfSBmcm9tICduZ3gtdGV0aHlzL2NvcmUnO1xuaW1wb3J0IHsgVGh5U2VnbWVudEl0ZW0gfSBmcm9tICcuL3NlZ21lbnQtaXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgSVRoeVNlZ21lbnRDb21wb25lbnQsIFRIWV9TRUdNRU5URURfQ09NUE9ORU5UIH0gZnJvbSAnLi9zZWdtZW50LnRva2VuJztcbmltcG9ydCB7IFRoeVNlZ21lbnRFdmVudCB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IHsgQW5pbWF0aW9uRXZlbnQgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcbmltcG9ydCB7IE5nSWYgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgdGFrZVVudGlsRGVzdHJveWVkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuXG5leHBvcnQgdHlwZSBUaHlTZWdtZW50U2l6ZSA9ICd4cycgfCAnc20nIHwgJ21kJyB8ICdkZWZhdWx0JztcblxuZXhwb3J0IHR5cGUgVGh5U2VnbWVudE1vZGUgPSAnYmxvY2snIHwgJ2lubGluZSc7XG5cbi8qKlxuICog5YiG5q615o6n5Yi25Zmo57uE5Lu2XG4gKiBAbmFtZSB0aHktc2VnbWVudFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3RoeS1zZWdtZW50JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vc2VnbWVudC5jb21wb25lbnQuaHRtbCcsXG4gICAgZXhwb3J0QXM6ICd0aHlTZWdtZW50JyxcbiAgICBhbmltYXRpb25zOiBbdGh1bWJNb3Rpb25dLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IFRIWV9TRUdNRU5URURfQ09NUE9ORU5ULFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IFRoeVNlZ21lbnRcbiAgICAgICAgfVxuICAgIF0sXG4gICAgaG9zdDoge1xuICAgICAgICBjbGFzczogJ3RoeS1zZWdtZW50JyxcbiAgICAgICAgJ1tjbGFzcy50aHktc2VnbWVudC14c10nOiBgdGh5U2l6ZSA9PT0gJ3hzJ2AsXG4gICAgICAgICdbY2xhc3MudGh5LXNlZ21lbnQtc21dJzogYHRoeVNpemUgPT09ICdzbSdgLFxuICAgICAgICAnW2NsYXNzLnRoeS1zZWdtZW50LW1kXSc6IGB0aHlTaXplID09PSAnbWQnYCxcbiAgICAgICAgJ1tjbGFzcy50aHktc2VnbWVudC1kZWZhdWx0XSc6IGAhdGh5U2l6ZSB8fCB0aHlTaXplID09PSAnZGVmYXVsdCdgLFxuICAgICAgICAnW2NsYXNzLnRoeS1zZWdtZW50LWJsb2NrXSc6IGB0aHlNb2RlID09PSAnYmxvY2snYFxuICAgIH0sXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbTmdJZl1cbn0pXG5leHBvcnQgY2xhc3MgVGh5U2VnbWVudCBpbXBsZW1lbnRzIElUaHlTZWdtZW50Q29tcG9uZW50LCBBZnRlckNvbnRlbnRJbml0IHtcbiAgICAvKipcbiAgICAgKiBAaW50ZXJuYWxcbiAgICAgKi9cbiAgICBAQ29udGVudENoaWxkcmVuKFRoeVNlZ21lbnRJdGVtKSBvcHRpb25zITogUXVlcnlMaXN0PFRoeVNlZ21lbnRJdGVtPjtcblxuICAgIC8qKlxuICAgICAqIOWkp+Wwj1xuICAgICAqIEB0eXBlIHhzIHwgc20gfCBtZCB8IGRlZmF1bHRcbiAgICAgKi9cbiAgICBASW5wdXQoKSB0aHlTaXplOiBUaHlTZWdtZW50U2l6ZSA9ICdkZWZhdWx0JztcblxuICAgIC8qKlxuICAgICAqIOaooeW8j1xuICAgICAqIEB0eXBlIGJsb2NrIHwgaW5saW5lXG4gICAgICovXG4gICAgQElucHV0KCkgdGh5TW9kZTogVGh5U2VnbWVudE1vZGUgPSAnYmxvY2snO1xuXG4gICAgLyoqXG4gICAgICog5piv5ZCm56aB55So5YiG5q615o6n5Yi25ZmoXG4gICAgICovXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgQEhvc3RCaW5kaW5nKGBjbGFzcy5kaXNhYmxlZGApXG4gICAgdGh5RGlzYWJsZWQgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIOmAieS4remAiemhueeahOe0ouW8lVxuICAgICAqL1xuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogbnVtYmVyQXR0cmlidXRlIH0pXG4gICAgc2V0IHRoeUFjdGl2ZUluZGV4KHZhbHVlOiBudW1iZXIpIHtcbiAgICAgICAgdGhpcy5uZXdBY3RpdmVJbmRleCA9IHZhbHVlO1xuICAgICAgICBpZiAodmFsdWUgPCAwIHx8IHZhbHVlID09PSB0aGlzLmFjdGl2ZUluZGV4KSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICBjb25zdCBzZWxlY3RlZEl0ZW0gPSB0aGlzLm9wdGlvbnM/LmdldCh0aGlzLmFjdGl2ZUluZGV4KTtcbiAgICAgICAgICAgIGlmIChzZWxlY3RlZEl0ZW0pIHtcbiAgICAgICAgICAgICAgICBzZWxlY3RlZEl0ZW0udW5zZWxlY3QoKTtcbiAgICAgICAgICAgICAgICB0aGlzLmNoYW5nZVNlbGVjdGVkSXRlbSh0aGlzLm9wdGlvbnMuZ2V0KHZhbHVlKSk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuYWN0aXZlSW5kZXggPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICog6YCJ6aG56KKr6YCJ5Lit55qE5Zue6LCD5LqL5Lu2XG4gICAgICovXG4gICAgQE91dHB1dCgpIHJlYWRvbmx5IHRoeVNlbGVjdENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8VGh5U2VnbWVudEV2ZW50PigpO1xuXG4gICAgcHVibGljIHNlbGVjdGVkSXRlbTogVGh5U2VnbWVudEl0ZW07XG5cbiAgICBwcml2YXRlIG5ld0FjdGl2ZUluZGV4OiBudW1iZXI7XG5cbiAgICBwcml2YXRlIGFjdGl2ZUluZGV4OiBudW1iZXI7XG5cbiAgICBwdWJsaWMgYW5pbWF0aW9uU3RhdGU6IG51bGwgfCB7IHZhbHVlOiBzdHJpbmc7IHBhcmFtczogVGh1bWJBbmltYXRpb25Qcm9wcyB9ID0gbnVsbDtcblxuICAgIHB1YmxpYyB0cmFuc2l0aW9uZWRUbzogYW55ID0gbnVsbDtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZiwgcHJpdmF0ZSBkZXN0cm95UmVmOiBEZXN0cm95UmVmKSB7fVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkSXRlbSA9IHRoaXMub3B0aW9ucy5nZXQodGhpcy5uZXdBY3RpdmVJbmRleCkgfHwgdGhpcy5vcHRpb25zLmdldCgwKTtcbiAgICAgICAgdGhpcy5zZWxlY3RlZEl0ZW0/LnNlbGVjdCgpO1xuXG4gICAgICAgIHRoaXMub3B0aW9ucy5jaGFuZ2VzLnBpcGUodGFrZVVudGlsRGVzdHJveWVkKHRoaXMuZGVzdHJveVJlZikpLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgICAgICB0aGlzLm9wdGlvbnMuZm9yRWFjaChpdGVtID0+IHtcbiAgICAgICAgICAgICAgICBpdGVtLnVuc2VsZWN0KCk7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gdGhpcy5vcHRpb25zLmdldCh0aGlzLm5ld0FjdGl2ZUluZGV4KSB8fCB0aGlzLm9wdGlvbnMuZ2V0KDApO1xuICAgICAgICAgICAgdGhpcy5zZWxlY3RlZEl0ZW0/LnNlbGVjdCgpO1xuICAgICAgICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY2hhbmdlU2VsZWN0ZWRJdGVtKGl0ZW06IFRoeVNlZ21lbnRJdGVtLCBldmVudD86IEV2ZW50KTogdm9pZCB7XG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGUgPSB7XG4gICAgICAgICAgICB2YWx1ZTogJ2Zyb20nLFxuICAgICAgICAgICAgcGFyYW1zOiBnZXRUaHVtYkFuaW1hdGlvblByb3BzKHRoaXMub3B0aW9ucz8uZ2V0KHRoaXMuYWN0aXZlSW5kZXggfHwgMCk/LmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCEpXG4gICAgICAgIH07XG4gICAgICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gbnVsbDtcbiAgICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuXG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGUgPSB7XG4gICAgICAgICAgICB2YWx1ZTogJ3RvJyxcbiAgICAgICAgICAgIHBhcmFtczogZ2V0VGh1bWJBbmltYXRpb25Qcm9wcyhpdGVtLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCEpXG4gICAgICAgIH07XG4gICAgICAgIHRoaXMudHJhbnNpdGlvbmVkVG8gPSBpdGVtO1xuICAgICAgICB0aGlzLmFjdGl2ZUluZGV4ID0gdGhpcy5vcHRpb25zPy50b0FycmF5KCkuZmluZEluZGV4KG9wdGlvbiA9PiB7XG4gICAgICAgICAgICByZXR1cm4gb3B0aW9uLnRoeVZhbHVlID09PSBpdGVtPy50aHlWYWx1ZTtcbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMudGh5U2VsZWN0Q2hhbmdlLmVtaXQoeyBldmVudDogZXZlbnQsIHZhbHVlOiBpdGVtLnRoeVZhbHVlLCBhY3RpdmVJbmRleDogdGhpcy5hY3RpdmVJbmRleCB9KTtcbiAgICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH1cblxuICAgIHB1YmxpYyBoYW5kbGVUaHVtYkFuaW1hdGlvbkRvbmUoZXZlbnQ6IEFuaW1hdGlvbkV2ZW50KTogdm9pZCB7XG4gICAgICAgIGlmIChldmVudC5mcm9tU3RhdGUgPT09ICdmcm9tJykge1xuICAgICAgICAgICAgdGhpcy5zZWxlY3RlZEl0ZW0gPSB0aGlzLnRyYW5zaXRpb25lZFRvO1xuICAgICAgICAgICAgdGhpcy5zZWxlY3RlZEl0ZW0/LnNlbGVjdCgpO1xuICAgICAgICAgICAgdGhpcy50cmFuc2l0aW9uZWRUbyA9IG51bGw7XG4gICAgICAgICAgICB0aGlzLmFuaW1hdGlvblN0YXRlID0gbnVsbDtcbiAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuZnVuY3Rpb24gZ2V0VGh1bWJBbmltYXRpb25Qcm9wcyhlbGVtZW50OiBIVE1MRWxlbWVudCk6IFRodW1iQW5pbWF0aW9uUHJvcHMge1xuICAgIHJldHVybiB7XG4gICAgICAgIHRyYW5zZm9ybTogZWxlbWVudC5vZmZzZXRMZWZ0LFxuICAgICAgICB3aWR0aDogZWxlbWVudC5jbGllbnRXaWR0aFxuICAgIH07XG59XG4iLCI8ZGl2IGNsYXNzPVwidGh5LXNlZ21lbnQtZ3JvdXBcIj5cbiAgPGRpdlxuICAgICpuZ0lmPVwiYW5pbWF0aW9uU3RhdGVcIlxuICAgIGNsYXNzPVwidGh5LXNlZ21lbnQtdGh1bWIgdGh5LXNlZ21lbnQtdGh1bWItbW90aW9uXCJcbiAgICBbQHRodW1iTW90aW9uXT1cImFuaW1hdGlvblN0YXRlXCJcbiAgICAoQHRodW1iTW90aW9uLmRvbmUpPVwiaGFuZGxlVGh1bWJBbmltYXRpb25Eb25lKCRldmVudClcIlxuICA+PC9kaXY+XG5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
@@ -6,11 +6,11 @@ import { ThySegment } from './segment.component';
6
6
  import { ThySegmentItem } from './segment-item.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ThySegmentModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySegmentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.3", ngImport: i0, type: ThySegmentModule, imports: [CommonModule, ThyIconModule, ThyTooltipModule, ThySegment, ThySegmentItem], exports: [ThySegment, ThySegmentItem] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySegmentModule, imports: [CommonModule, ThyIconModule, ThyTooltipModule, ThySegmentItem] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySegmentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: ThySegmentModule, imports: [CommonModule, ThyIconModule, ThyTooltipModule, ThySegment, ThySegmentItem], exports: [ThySegment, ThySegmentItem] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySegmentModule, imports: [CommonModule, ThyIconModule, ThyTooltipModule, ThySegmentItem] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySegmentModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySegmentModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule, ThyIconModule, ThyTooltipModule, ThySegment, ThySegmentItem],
@@ -750,8 +750,8 @@ export class ThySelect extends TabIndexDisabledControlValueAccessorMixin {
750
750
  this.destroy$.next();
751
751
  this.destroy$.complete();
752
752
  }
753
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelect, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.ThyClickDispatcher }, { token: PLATFORM_ID }, { token: THY_SELECT_SCROLL_STRATEGY, optional: true }, { token: THY_SELECT_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
754
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySelect, isStandalone: true, selector: "thy-select,thy-custom-select", inputs: { thyDropdownWidthMode: "thyDropdownWidthMode", thyShowSearch: ["thyShowSearch", "thyShowSearch", booleanAttribute], thyPlaceHolder: "thyPlaceHolder", thyServerSearch: ["thyServerSearch", "thyServerSearch", booleanAttribute], thyLoadState: ["thyLoadState", "thyLoadState", booleanAttribute], thyAutoActiveFirstItem: ["thyAutoActiveFirstItem", "thyAutoActiveFirstItem", booleanAttribute], thyMode: "thyMode", thySize: "thySize", thyEmptyStateText: "thyEmptyStateText", thyEmptySearchMessageText: "thyEmptySearchMessageText", thyEnableScrollLoad: ["thyEnableScrollLoad", "thyEnableScrollLoad", booleanAttribute], thyAllowClear: ["thyAllowClear", "thyAllowClear", booleanAttribute], thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thySortComparator: "thySortComparator", thyFooterTemplate: "thyFooterTemplate", thyPlacement: "thyPlacement", thyOrigin: "thyOrigin", thyFooterClass: "thyFooterClass", thyAutoExpand: ["thyAutoExpand", "thyAutoExpand", booleanAttribute], thyHasBackdrop: ["thyHasBackdrop", "thyHasBackdrop", booleanAttribute], thyMaxTagCount: ["thyMaxTagCount", "thyMaxTagCount", numberAttribute], thyBorderless: ["thyBorderless", "thyBorderless", booleanAttribute], thyOptions: "thyOptions", thyPreset: "thyPreset" }, outputs: { thyOnSearch: "thyOnSearch", thyOnScrollToBottom: "thyOnScrollToBottom", thyOnExpandStatusChange: "thyOnExpandStatusChange" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur($event)", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "tabIndex", "class.thy-select-custom": "this.isSelectCustom", "class.thy-select": "this.isSelect", "class.menu-is-opened": "this.panelOpen" } }, providers: [
753
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelect, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.ThyClickDispatcher }, { token: PLATFORM_ID }, { token: THY_SELECT_SCROLL_STRATEGY, optional: true }, { token: THY_SELECT_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
754
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0", type: ThySelect, isStandalone: true, selector: "thy-select,thy-custom-select", inputs: { thyDropdownWidthMode: "thyDropdownWidthMode", thyShowSearch: ["thyShowSearch", "thyShowSearch", booleanAttribute], thyPlaceHolder: "thyPlaceHolder", thyServerSearch: ["thyServerSearch", "thyServerSearch", booleanAttribute], thyLoadState: ["thyLoadState", "thyLoadState", booleanAttribute], thyAutoActiveFirstItem: ["thyAutoActiveFirstItem", "thyAutoActiveFirstItem", booleanAttribute], thyMode: "thyMode", thySize: "thySize", thyEmptyStateText: "thyEmptyStateText", thyEmptySearchMessageText: "thyEmptySearchMessageText", thyEnableScrollLoad: ["thyEnableScrollLoad", "thyEnableScrollLoad", booleanAttribute], thyAllowClear: ["thyAllowClear", "thyAllowClear", booleanAttribute], thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thySortComparator: "thySortComparator", thyFooterTemplate: "thyFooterTemplate", thyPlacement: "thyPlacement", thyOrigin: "thyOrigin", thyFooterClass: "thyFooterClass", thyAutoExpand: ["thyAutoExpand", "thyAutoExpand", booleanAttribute], thyHasBackdrop: ["thyHasBackdrop", "thyHasBackdrop", booleanAttribute], thyMaxTagCount: ["thyMaxTagCount", "thyMaxTagCount", numberAttribute], thyBorderless: ["thyBorderless", "thyBorderless", booleanAttribute], thyOptions: "thyOptions", thyPreset: "thyPreset" }, outputs: { thyOnSearch: "thyOnSearch", thyOnScrollToBottom: "thyOnScrollToBottom", thyOnExpandStatusChange: "thyOnExpandStatusChange" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur($event)", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "tabIndex", "class.thy-select-custom": "this.isSelectCustom", "class.thy-select": "this.isSelect", "class.menu-is-opened": "this.panelOpen" } }, providers: [
755
755
  {
756
756
  provide: THY_OPTION_PARENT_COMPONENT,
757
757
  useExisting: ThySelect
@@ -763,7 +763,7 @@ export class ThySelect extends TabIndexDisabledControlValueAccessorMixin {
763
763
  }
764
764
  ], queries: [{ propertyName: "selectedValueDisplayRef", first: true, predicate: ["selectedDisplay"], descendants: true }, { propertyName: "contentOptions", predicate: ThyOption, descendants: true }, { propertyName: "contentGroups", predicate: ThySelectOptionGroup }], viewQueries: [{ propertyName: "cdkConnectedOverlay", first: true, predicate: CdkConnectedOverlay, descendants: true, static: true }, { propertyName: "trigger", first: true, predicate: ["trigger"], descendants: true, read: ElementRef, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true, read: ElementRef }, { propertyName: "viewOptions", predicate: ThyOption, descendants: true }, { propertyName: "viewGroups", predicate: ThySelectOptionGroup, descendants: true }], exportAs: ["thySelect"], usesInheritance: true, ngImport: i0, template: "<div\n cdk-overlay-origin\n thySelectControl\n (click)=\"toggle($event)\"\n #origin=\"cdkOverlayOrigin\"\n #trigger\n [thyPanelOpened]=\"panelOpen\"\n [thySelectedOptions]=\"selected\"\n [thyIsMultiple]=\"isMultiple\"\n [thyShowSearch]=\"thyShowSearch\"\n [thyAllowClear]=\"thyAllowClear\"\n [thySize]=\"thySize\"\n [thyPlaceholder]=\"thyPlaceHolder\"\n [customDisplayTemplate]=\"selectedValueDisplayRef\"\n [thyDisabled]=\"disabled\"\n [thyBorderless]=\"thyBorderless\"\n (thyOnClear)=\"clearSelectValue($event)\"\n (thyOnRemove)=\"remove($event)\"\n (thyOnSearch)=\"onSearchFilter($event)\"\n (thyOnBlur)=\"onBlur($event)\"\n [thyMaxTagCount]=\"thyMaxTagCount\"\n [thyPreset]=\"thyPreset\"></div>\n\n<ng-template\n cdk-connected-overlay\n cdkConnectedOverlayBackdropClass=\"cdk-overlay-transparent-backdrop\"\n [cdkConnectedOverlayHasBackdrop]=\"thyHasBackdrop\"\n [cdkConnectedOverlayPositions]=\"dropDownPositions\"\n [cdkConnectedOverlayOrigin]=\"thyOrigin || origin\"\n [cdkConnectedOverlayOpen]=\"panelOpen\"\n [cdkConnectedOverlayWidth]=\"triggerRectWidth\"\n [cdkConnectedOverlayMinWidth]=\"dropDownMinWidth\"\n [cdkConnectedOverlayScrollStrategy]=\"scrollStrategy\"\n cdkConnectedOverlayTransformOriginOn=\".thy-select-dropdown\"\n (attach)=\"onAttached()\"\n (detach)=\"close()\">\n <div\n thyStopPropagation\n [attr.tabindex]=\"-1\"\n [ngClass]=\"dropDownClass\"\n [@scaleYMotion]=\"placement === 'top' || placement === 'bottom' ? 'enter' : 'void'\"\n [@scaleXMotion]=\"placement === 'left' || placement === 'right' ? 'enter' : 'void'\"\n [@scaleMotion]=\"placement !== 'top' && placement !== 'bottom' && placement !== 'left' && placement !== 'right' ? 'enter' : 'void'\"\n (mousemove)=\"dropDownMouseMove($event)\">\n <ng-container *ngIf=\"contentOptions?.length > 0 || contentGroups?.length > 0 || innerOptions?.length > 0; else emptyPlaceholder\">\n <div\n #panel\n class=\"thy-select-dropdown-options thy-select-dropdown-options-{{ size }}\"\n thyScroll\n (thyOnScrolled)=\"onOptionsScrolled($event)\"\n [thyEnable]=\"thyEnableScrollLoad\">\n <ng-template *ngIf=\"isReactiveDriven\" [ngTemplateOutlet]=\"optionsContainer.optionsTemplate\"></ng-template>\n <ng-content></ng-content>\n <ng-container *ngIf=\"isHiddenOptions\">\n <thy-loading [thyDone]=\"thyLoadState\" thySize=\"sm\"></thy-loading>\n <div class=\"thy-select-empty-content\">\n <thy-empty *ngIf=\"thyLoadState\" [thyMessage]=\"emptySearchMessageText\" thySize=\"sm\"></thy-empty>\n </div>\n </ng-container>\n </div>\n </ng-container>\n <ng-template #emptyPlaceholder>\n <thy-loading [thyDone]=\"thyLoadState\" thySize=\"sm\"></thy-loading>\n <div class=\"thy-select-empty-content\">\n <thy-empty *ngIf=\"thyLoadState\" [thyMessage]=\"emptyStateText\" thySize=\"sm\"></thy-empty>\n </div>\n </ng-template>\n <div *ngIf=\"thyFooterTemplate\" [class]=\"thyFooterClass ? thyFooterClass : 'thy-custom-select-footer'\">\n <ng-template *ngIf=\"thyFooterTemplate\" [ngTemplateOutlet]=\"thyFooterTemplate\"></ng-template>\n </div>\n </div>\n</ng-template>\n\n<thy-options-container #optionsContainer>\n <ng-container *ngFor=\"let option of optionGroups\">\n <thy-option\n *ngIf=\"!option.children; else optionGroup\"\n [thyDisabled]=\"option.disabled\"\n [thyLabelText]=\"option.label\"\n [thyValue]=\"option.value\"\n [thyRawValue]=\"option\"></thy-option>\n <ng-template #optionGroup>\n <thy-option-group [thyGroupLabel]=\"option.groupLabel\">\n <thy-option\n *ngFor=\"let sub of option.children\"\n [thyDisabled]=\"sub.disabled\"\n [thyLabelText]=\"sub.label\"\n [thyValue]=\"sub.value\"\n [thyRawValue]=\"sub\"></thy-option>\n </thy-option-group>\n </ng-template>\n </ng-container>\n</thy-options-container>\n", dependencies: [{ kind: "directive", type: CdkOverlayOrigin, selector: "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", exportAs: ["cdkOverlayOrigin"] }, { kind: "component", type: ThySelectControl, selector: "thy-select-control,[thySelectControl]", inputs: ["thyPanelOpened", "thyIsMultiple", "thyShowSearch", "thySelectedOptions", "thyDisabled", "customDisplayTemplate", "thyAllowClear", "thyPlaceholder", "thySize", "thyMaxTagCount", "thyBorderless", "thyPreset"], outputs: ["thyOnSearch", "thyOnRemove", "thyOnClear", "thyOnBlur"] }, { kind: "directive", type: CdkConnectedOverlay, selector: "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", inputs: ["cdkConnectedOverlayOrigin", "cdkConnectedOverlayPositions", "cdkConnectedOverlayPositionStrategy", "cdkConnectedOverlayOffsetX", "cdkConnectedOverlayOffsetY", "cdkConnectedOverlayWidth", "cdkConnectedOverlayHeight", "cdkConnectedOverlayMinWidth", "cdkConnectedOverlayMinHeight", "cdkConnectedOverlayBackdropClass", "cdkConnectedOverlayPanelClass", "cdkConnectedOverlayViewportMargin", "cdkConnectedOverlayScrollStrategy", "cdkConnectedOverlayOpen", "cdkConnectedOverlayDisableClose", "cdkConnectedOverlayTransformOriginOn", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayLockPosition", "cdkConnectedOverlayFlexibleDimensions", "cdkConnectedOverlayGrowAfterOpen", "cdkConnectedOverlayPush", "cdkConnectedOverlayDisposeOnNavigation"], outputs: ["backdropClick", "positionChange", "attach", "detach", "overlayKeydown", "overlayOutsideClick"], exportAs: ["cdkConnectedOverlay"] }, { kind: "directive", type: ThyStopPropagationDirective, selector: "[thyStopPropagation]", inputs: ["thyStopPropagation"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: ThyScrollDirective, selector: "[thyScroll]", inputs: ["thyEnable"], outputs: ["thyOnScrolled"] }, { kind: "component", type: ThyLoading, selector: "thy-loading", inputs: ["thyDone", "thyTip", "thyIsMask"] }, { kind: "component", type: ThyEmpty, selector: "thy-empty", inputs: ["thyMessage", "thyTranslationKey", "thyTranslationValues", "thyEntityName", "thyEntityNameTranslateKey", "thyIconName", "thySize", "thyMarginTop", "thyTopAuto", "thyContainer", "thyImageUrl", "thyImageLoading", "thyImageFetchPriority", "thyDescription"] }, { kind: "component", type: ThyOptionsContainer, selector: "thy-options-container" }, { kind: "component", type: ThyOption, selector: "thy-option", inputs: ["thyValue", "thyRawValue", "thyLabelText", "thyShowOptionCustom", "thySearchKey", "thyDisabled"], outputs: ["selectionChange", "visibleChange"] }, { kind: "component", type: ThySelectOptionGroup, selector: "thy-option-group", inputs: ["thyDisabled", "thyGroupLabel"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [scaleXMotion, scaleYMotion, scaleMotion], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
765
765
  }
766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelect, decorators: [{
766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelect, decorators: [{
767
767
  type: Component,
768
768
  args: [{ selector: 'thy-select,thy-custom-select', exportAs: 'thySelect', providers: [
769
769
  {
@@ -12,8 +12,8 @@ import { ThyNativeSelect } from './native-select/native-select.component';
12
12
  import { THY_SELECT_CONFIG_PROVIDER, THY_SELECT_SCROLL_STRATEGY_PROVIDER } from './select.config';
13
13
  import * as i0 from "@angular/core";
14
14
  export class ThySelectModule {
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.3", ngImport: i0, type: ThySelectModule, imports: [CommonModule,
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: ThySelectModule, imports: [CommonModule,
17
17
  FormsModule,
18
18
  ThyInputModule,
19
19
  OverlayModule,
@@ -25,7 +25,7 @@ export class ThySelectModule {
25
25
  ThyOptionModule,
26
26
  ThyNativeSelect,
27
27
  ThySelect], exports: [ThyNativeSelect, ThySelect, ThyOptionModule] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelectModule, providers: [THY_SELECT_SCROLL_STRATEGY_PROVIDER, THY_SELECT_CONFIG_PROVIDER], imports: [CommonModule,
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelectModule, providers: [THY_SELECT_SCROLL_STRATEGY_PROVIDER, THY_SELECT_CONFIG_PROVIDER], imports: [CommonModule,
29
29
  FormsModule,
30
30
  ThyInputModule,
31
31
  OverlayModule,
@@ -38,7 +38,7 @@ export class ThySelectModule {
38
38
  ThyNativeSelect,
39
39
  ThySelect, ThyOptionModule] }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelectModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelectModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  imports: [
@@ -60,8 +60,8 @@ export class ThyNativeSelect extends TabIndexDisabledControlValueAccessorMixin {
60
60
  this._innerValue = '';
61
61
  this.onChangeFn(this._innerValue);
62
62
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyNativeSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
64
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThyNativeSelect, isStandalone: true, selector: "thy-native-select", inputs: { thySize: "thySize", name: "name", thyAllowClear: ["thyAllowClear", "thyAllowClear", booleanAttribute] }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur($event)" }, properties: { "attr.tabindex": "tabIndex", "class.thy-select": "this._isSelect" } }, providers: [
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyNativeSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
64
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0", type: ThyNativeSelect, isStandalone: true, selector: "thy-native-select", inputs: { thySize: "thySize", name: "name", thyAllowClear: ["thyAllowClear", "thyAllowClear", booleanAttribute] }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur($event)" }, properties: { "attr.tabindex": "tabIndex", "class.thy-select": "this._isSelect" } }, providers: [
65
65
  {
66
66
  provide: NG_VALUE_ACCESSOR,
67
67
  useExisting: forwardRef(() => ThyNativeSelect),
@@ -69,7 +69,7 @@ export class ThyNativeSelect extends TabIndexDisabledControlValueAccessorMixin {
69
69
  }
70
70
  ], viewQueries: [{ propertyName: "selectElement", first: true, predicate: ["select"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<select\n #select\n thyInput\n [tabindex]=\"-1\"\n [thySize]=\"_size\"\n [disabled]=\"_disabled\"\n [(ngModel)]=\"_innerValue\"\n (ngModelChange)=\"ngModelChange()\"\n (blur)=\"onBlur($event)\"\n [class.thy-select-selection-allow-clear]=\"thyAllowClear\">\n <ng-content></ng-content>\n</select>\n<thy-icon thyIconName=\"angle-down\"></thy-icon>\n<a class=\"thy-select-remove remove-link\" href=\"javascript:;\" (click)=\"clearSelectValue($event)\" *ngIf=\"thyAllowClear && _innerValue\">\n <thy-icon class=\"remove-link-icon\" thyIconName=\"close-circle-bold-fill\"></thy-icon>\n</a>\n", dependencies: [{ kind: "directive", type: ThyInputDirective, selector: "input[thyInput], select[thyInput], textarea[thyInput]", inputs: ["thySize"], exportAs: ["thyInput"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyNativeSelect, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyNativeSelect, decorators: [{
73
73
  type: Component,
74
74
  args: [{ selector: 'thy-native-select', providers: [
75
75
  {
@@ -89,10 +89,10 @@ export class ThyFormCheckBaseComponent extends TabIndexDisabledControlValueAcces
89
89
  this.changeDetectorRef.markForCheck();
90
90
  }
91
91
  }
92
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyFormCheckBaseComponent, deps: [{ token: i1.ThyTranslate }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
93
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.3", type: ThyFormCheckBaseComponent, inputs: { thyInline: ["thyInline", "thyInline", booleanAttribute], thyLabelText: "thyLabelText", thyLabelTextTranslateKey: "thyLabelTextTranslateKey", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute] }, host: { properties: { "class.form-check": "this._isFormCheck", "class.form-check-inline": "this._isFormCheckInline", "class.form-check-checked": "this._isChecked", "class.form-check-inline-no-label-text": "this._isNoText" } }, usesInheritance: true, ngImport: i0 }); }
92
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyFormCheckBaseComponent, deps: [{ token: i1.ThyTranslate }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
93
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0", type: ThyFormCheckBaseComponent, inputs: { thyInline: ["thyInline", "thyInline", booleanAttribute], thyLabelText: "thyLabelText", thyLabelTextTranslateKey: "thyLabelTextTranslateKey", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute] }, host: { properties: { "class.form-check": "this._isFormCheck", "class.form-check-inline": "this._isFormCheckInline", "class.form-check-checked": "this._isChecked", "class.form-check-inline-no-label-text": "this._isNoText" } }, usesInheritance: true, ngImport: i0 }); }
94
94
  }
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyFormCheckBaseComponent, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyFormCheckBaseComponent, decorators: [{
96
96
  type: Directive
97
97
  }], ctorParameters: () => [{ type: i1.ThyTranslate }, { type: i0.ChangeDetectorRef }], propDecorators: { _isFormCheck: [{
98
98
  type: HostBinding,
@@ -39,10 +39,10 @@ export class ThyStringOrTemplateOutletDirective {
39
39
  this.renderer.removeChild(this.textNode.parentNode, this.textNode);
40
40
  }
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyStringOrTemplateOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyStringOrTemplateOutletDirective, isStandalone: true, selector: "[thyStringOrTemplateOutlet]", inputs: { thyStringOrTemplateOutletContext: "thyStringOrTemplateOutletContext", thyStringOrTemplateOutlet: "thyStringOrTemplateOutlet" }, exportAs: ["thyStringOrTemplateOutlet"], usesOnChanges: true, ngImport: i0 }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyStringOrTemplateOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
43
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyStringOrTemplateOutletDirective, isStandalone: true, selector: "[thyStringOrTemplateOutlet]", inputs: { thyStringOrTemplateOutletContext: "thyStringOrTemplateOutletContext", thyStringOrTemplateOutlet: "thyStringOrTemplateOutlet" }, exportAs: ["thyStringOrTemplateOutlet"], usesOnChanges: true, ngImport: i0 }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyStringOrTemplateOutletDirective, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyStringOrTemplateOutletDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: '[thyStringOrTemplateOutlet]',
@@ -40,10 +40,10 @@ export class ThyAutofocusDirective {
40
40
  // 自动选择,用于只读的 input 输入框,方便复制粘贴
41
41
  this._autoSelect = false;
42
42
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyAutofocusDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.3", type: ThyAutofocusDirective, isStandalone: true, selector: "input[thyAutofocus],textarea[thyAutofocus]", inputs: { thyAutofocus: ["thyAutofocus", "thyAutofocus", booleanAttribute], thyAutoSelect: ["thyAutoSelect", "thyAutoSelect", booleanAttribute] }, ngImport: i0 }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyAutofocusDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0", type: ThyAutofocusDirective, isStandalone: true, selector: "input[thyAutofocus],textarea[thyAutofocus]", inputs: { thyAutofocus: ["thyAutofocus", "thyAutofocus", booleanAttribute], thyAutoSelect: ["thyAutoSelect", "thyAutoSelect", booleanAttribute] }, ngImport: i0 }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyAutofocusDirective, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyAutofocusDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
49
  selector: 'input[thyAutofocus],textarea[thyAutofocus]',
@@ -24,10 +24,10 @@ export class ThyContextMenuDirective {
24
24
  ngOnDestroy() {
25
25
  this.removeContextListenerFn();
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyContextMenuDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
28
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyContextMenuDirective, isStandalone: true, selector: "[thyContextMenu]", outputs: { thyContextMenu: "thyContextMenu" }, ngImport: i0 }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyContextMenuDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
28
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyContextMenuDirective, isStandalone: true, selector: "[thyContextMenu]", outputs: { thyContextMenu: "thyContextMenu" }, ngImport: i0 }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyContextMenuDirective, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyContextMenuDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[thyContextMenu]',
@@ -28,10 +28,10 @@ export class ThyCtrlEnterDirective {
28
28
  ngOnDestroy() {
29
29
  this.removeKeydownListenerFn();
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyCtrlEnterDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
32
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyCtrlEnterDirective, isStandalone: true, selector: "[thyCtrlEnter]", outputs: { thyCtrlEnter: "thyCtrlEnter" }, ngImport: i0 }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyCtrlEnterDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
32
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyCtrlEnterDirective, isStandalone: true, selector: "[thyCtrlEnter]", outputs: { thyCtrlEnter: "thyCtrlEnter" }, ngImport: i0 }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyCtrlEnterDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyCtrlEnterDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: '[thyCtrlEnter]',
@@ -35,10 +35,10 @@ export class ThyDragDropDirective {
35
35
  this.ngUnsubscribe$.next();
36
36
  this.ngUnsubscribe$.complete();
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyDragDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
39
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyDragDropDirective, isStandalone: true, selector: "[thyDragDrop]", queries: [{ propertyName: "draggables", predicate: CdkDrag, descendants: true }], ngImport: i0 }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyDragDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
39
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyDragDropDirective, isStandalone: true, selector: "[thyDragDrop]", queries: [{ propertyName: "draggables", predicate: CdkDrag, descendants: true }], ngImport: i0 }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyDragDropDirective, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyDragDropDirective, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
44
  selector: '[thyDragDrop]',
@@ -28,10 +28,10 @@ export class ThyEnterDirective {
28
28
  ngOnDestroy() {
29
29
  this.removeKeydownListenerFn();
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyEnterDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
32
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyEnterDirective, isStandalone: true, selector: "[thyEnter]", outputs: { thyEnter: "thyEnter" }, ngImport: i0 }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyEnterDirective, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
32
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyEnterDirective, isStandalone: true, selector: "[thyEnter]", outputs: { thyEnter: "thyEnter" }, ngImport: i0 }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyEnterDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyEnterDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: '[thyEnter]',
@@ -65,10 +65,10 @@ export class ThyScrollDirective {
65
65
  getElementRef() {
66
66
  return this.elementRef;
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyScrollDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
69
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.3", type: ThyScrollDirective, isStandalone: true, selector: "[thyScroll]", inputs: { thyEnable: ["thyEnable", "thyEnable", booleanAttribute] }, outputs: { thyOnScrolled: "thyOnScrolled" }, ngImport: i0 }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyScrollDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
69
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0", type: ThyScrollDirective, isStandalone: true, selector: "[thyScroll]", inputs: { thyEnable: ["thyEnable", "thyEnable", booleanAttribute] }, outputs: { thyOnScrolled: "thyOnScrolled" }, ngImport: i0 }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyScrollDirective, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyScrollDirective, decorators: [{
72
72
  type: Directive,
73
73
  args: [{
74
74
  selector: '[thyScroll]',
@@ -40,10 +40,10 @@ export class ThyShowDirective {
40
40
  ngOnDestroy() {
41
41
  this.unListenDocument();
42
42
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.3", type: ThyShowDirective, isStandalone: true, selector: "[thyShow]", inputs: { thyShow: ["thyShow", "thyShow", booleanAttribute] }, outputs: { thyShowChange: "thyShowChange" }, ngImport: i0 }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0", type: ThyShowDirective, isStandalone: true, selector: "[thyShow]", inputs: { thyShow: ["thyShow", "thyShow", booleanAttribute] }, outputs: { thyShowChange: "thyShowChange" }, ngImport: i0 }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyShowDirective, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyShowDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
49
  selector: '[thyShow]',
@@ -40,10 +40,10 @@ export class ThyStopPropagationDirective {
40
40
  ngOnDestroy() {
41
41
  this._destroy$.next();
42
42
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyStopPropagationDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyStopPropagationDirective, isStandalone: true, selector: "[thyStopPropagation]", inputs: { thyStopPropagation: "thyStopPropagation" }, ngImport: i0 }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyStopPropagationDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
44
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyStopPropagationDirective, isStandalone: true, selector: "[thyStopPropagation]", inputs: { thyStopPropagation: "thyStopPropagation" }, ngImport: i0 }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyStopPropagationDirective, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyStopPropagationDirective, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
49
  selector: '[thyStopPropagation]',
@@ -68,10 +68,10 @@ export class ThyViewOutletDirective {
68
68
  }
69
69
  });
70
70
  }
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyViewOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.KeyValueDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
72
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyViewOutletDirective, isStandalone: true, selector: "[thyViewOutlet]", inputs: { thyViewOutlet: "thyViewOutlet", thyViewOutletContext: "thyViewOutletContext" }, usesOnChanges: true, ngImport: i0 }); }
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyViewOutletDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.KeyValueDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
72
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyViewOutletDirective, isStandalone: true, selector: "[thyViewOutlet]", inputs: { thyViewOutlet: "thyViewOutlet", thyViewOutletContext: "thyViewOutletContext" }, usesOnChanges: true, ngImport: i0 }); }
73
73
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyViewOutletDirective, decorators: [{
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyViewOutletDirective, decorators: [{
75
75
  type: Directive,
76
76
  args: [{
77
77
  selector: '[thyViewOutlet]',
@@ -16,10 +16,10 @@ export class ThyTranscludeDirective {
16
16
  constructor(viewRef) {
17
17
  this.viewRef = viewRef;
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyTranscludeDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.3", type: ThyTranscludeDirective, isStandalone: true, selector: "[thyTransclude]", inputs: { thyTransclude: "thyTransclude" }, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyTranscludeDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: ThyTranscludeDirective, isStandalone: true, selector: "[thyTransclude]", inputs: { thyTransclude: "thyTransclude" }, ngImport: i0 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyTranscludeDirective, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyTranscludeDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[thyTransclude]',
@@ -54,15 +54,15 @@ export class ThySelectOptionGroup {
54
54
  this._destroy$.next();
55
55
  this._destroy$.complete();
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelectOptionGroup, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySelectOptionGroup, isStandalone: true, selector: "thy-option-group", inputs: { thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thyGroupLabel: "thyGroupLabel" }, host: { properties: { "class.disabled": "this.thyDisabled", "class.thy-option-item-group": "this._isOptionGroup", "class.thy-select-option-group-hidden": "this.hidden" } }, providers: [
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelectOptionGroup, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0", type: ThySelectOptionGroup, isStandalone: true, selector: "thy-option-group", inputs: { thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute], thyGroupLabel: "thyGroupLabel" }, host: { properties: { "class.disabled": "this.thyDisabled", "class.thy-option-item-group": "this._isOptionGroup", "class.thy-select-option-group-hidden": "this.hidden" } }, providers: [
59
59
  {
60
60
  provide: THY_OPTION_GROUP_COMPONENT,
61
61
  useExisting: ThySelectOptionGroup
62
62
  }
63
63
  ], queries: [{ propertyName: "options", predicate: ThyOption }], ngImport: i0, template: "<span class=\"group-name text-truncate\">{{ thyGroupLabel }}</span>\n<ng-content></ng-content>\n" }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySelectOptionGroup, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThySelectOptionGroup, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: 'thy-option-group', providers: [
68
68
  {
@@ -60,10 +60,10 @@ export class ThyListOption {
60
60
  getLabel() {
61
61
  return '';
62
62
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyListOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: THY_LIST_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
64
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThyListOption, isStandalone: true, selector: "thy-list-option,[thy-list-option]", inputs: { id: "id", thyValue: "thyValue", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.thy-list-option": "this._isListOption", "class.thy-grid-option": "this._parentLayout", "attr.role": "this._role", "attr.tabindex": "this._tabIndex", "class.disabled": "this.disabled", "class.active": "this.selected" } }, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"checked-icon\" *ngIf=\"parentSelectionList.multiple && parentSelectionList.layout === 'list'\">\n <thy-icon thyIconName=\"check\"></thy-icon>\n</span>\n<span *ngIf=\"parentSelectionList.layout === 'grid'\" class=\"checked-icon\">\n <thy-icon thyIconName=\"check-circle-fill\"></thy-icon>\n</span>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }] }); }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyListOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: THY_LIST_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
64
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0", type: ThyListOption, isStandalone: true, selector: "thy-list-option,[thy-list-option]", inputs: { id: "id", thyValue: "thyValue", thyDisabled: ["thyDisabled", "thyDisabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.thy-list-option": "this._isListOption", "class.thy-grid-option": "this._parentLayout", "attr.role": "this._role", "attr.tabindex": "this._tabIndex", "class.disabled": "this.disabled", "class.active": "this.selected" } }, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"checked-icon\" *ngIf=\"parentSelectionList.multiple && parentSelectionList.layout === 'list'\">\n <thy-icon thyIconName=\"check\"></thy-icon>\n</span>\n<span *ngIf=\"parentSelectionList.layout === 'grid'\" class=\"checked-icon\">\n <thy-icon thyIconName=\"check-circle-fill\"></thy-icon>\n</span>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }] }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyListOption, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyListOption, decorators: [{
67
67
  type: Component,
68
68
  args: [{ selector: 'thy-list-option,[thy-list-option]', standalone: true, imports: [NgIf, ThyIcon], template: "<ng-content></ng-content>\n<span class=\"checked-icon\" *ngIf=\"parentSelectionList.multiple && parentSelectionList.layout === 'list'\">\n <thy-icon thyIconName=\"check\"></thy-icon>\n</span>\n<span *ngIf=\"parentSelectionList.layout === 'grid'\" class=\"checked-icon\">\n <thy-icon thyIconName=\"check-circle-fill\"></thy-icon>\n</span>\n" }]
69
69
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -15,11 +15,11 @@ import { ThySelectOptionGroup } from './group/option-group.component';
15
15
  import { ThyOptionsContainer } from './options-container.component';
16
16
  import * as i0 from "@angular/core";
17
17
  export class ThyOptionModule {
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionModule, imports: [CommonModule, ThyIconModule, ThyListOption, ThyOptionGroup, ThyOption, ThySelectOptionGroup, ThyOptionsContainer], exports: [ThyListOption, ThyOptionGroup, ThyOption, ThySelectOptionGroup, ThyOptionsContainer] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionModule, imports: [CommonModule, ThyIconModule, ThyListOption, ThyOption] }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionModule, imports: [CommonModule, ThyIconModule, ThyListOption, ThyOptionGroup, ThyOption, ThySelectOptionGroup, ThyOptionsContainer], exports: [ThyListOption, ThyOptionGroup, ThyOption, ThySelectOptionGroup, ThyOptionsContainer] }); }
20
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionModule, imports: [CommonModule, ThyIconModule, ThyListOption, ThyOption] }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionModule, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionModule, decorators: [{
23
23
  type: NgModule,
24
24
  args: [{
25
25
  imports: [CommonModule, ThyIconModule, ThyListOption, ThyOptionGroup, ThyOption, ThySelectOptionGroup, ThyOptionsContainer],
@@ -9,10 +9,10 @@ export class ThyOptionGroup extends _MixinBase {
9
9
  set thyDisabled(value) {
10
10
  this.thyDisabled = value;
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThyOptionGroup, isStandalone: true, selector: "thy-list-option-group,[thy-list-option-group]", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0", type: ThyOptionGroup, isStandalone: true, selector: "thy-list-option-group,[thy-list-option-group]", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThyOptionGroup, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ThyOptionGroup, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'thy-list-option-group,[thy-list-option-group]',