ngx-tethys 17.0.0 → 17.0.2

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 (384) hide show
  1. package/CHANGELOG.md +26 -7
  2. package/action/action.component.d.ts +3 -0
  3. package/affix/affix.component.d.ts +2 -0
  4. package/alert/alert.component.d.ts +1 -0
  5. package/anchor/anchor.component.d.ts +3 -0
  6. package/arrow-switcher/arrow-switcher.component.d.ts +1 -0
  7. package/autocomplete/autocomplete.component.d.ts +2 -3
  8. package/autocomplete/autocomplete.trigger.directive.d.ts +3 -0
  9. package/avatar/avatar.component.d.ts +4 -0
  10. package/back-top/back-top.component.d.ts +1 -0
  11. package/badge/badge.component.d.ts +5 -0
  12. package/button/button-icon.component.d.ts +2 -0
  13. package/button/button.component.d.ts +2 -0
  14. package/card/card.component.d.ts +3 -0
  15. package/card/content.component.d.ts +2 -1
  16. package/carousel/carousel.component.d.ts +5 -0
  17. package/cascader/cascader-li.component.d.ts +9 -2
  18. package/cascader/cascader-search-option.component.d.ts +7 -2
  19. package/cascader/cascader.component.d.ts +23 -2
  20. package/cascader/styles/cascader.scss +1 -0
  21. package/cascader/types.d.ts +1 -0
  22. package/checkbox/checkbox.component.d.ts +1 -0
  23. package/collapse/collapse-item.component.d.ts +2 -0
  24. package/collapse/collapse.component.d.ts +1 -0
  25. package/color-picker/color-picker-panel.component.d.ts +1 -0
  26. package/color-picker/color-picker.component.d.ts +7 -1
  27. package/copy/copy.directive.d.ts +1 -0
  28. package/core/behaviors/decorators.d.ts +6 -0
  29. package/date-picker/abstract-picker.component.d.ts +8 -1
  30. package/date-picker/abstract-picker.directive.d.ts +4 -0
  31. package/date-picker/base-picker.component.d.ts +2 -0
  32. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -0
  33. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -0
  34. package/date-picker/picker.component.d.ts +1 -0
  35. package/date-range/date-range.component.d.ts +2 -0
  36. package/dialog/body/dialog-body.component.d.ts +2 -1
  37. package/dialog/footer/dialog-footer.component.d.ts +1 -0
  38. package/dialog/header/dialog-header.component.d.ts +1 -0
  39. package/divider/divider.component.d.ts +2 -0
  40. package/drag-drop/drag-handle.directive.d.ts +1 -0
  41. package/drag-drop/drag.directive.d.ts +1 -0
  42. package/drag-drop/drop-container.directive.d.ts +1 -0
  43. package/dropdown/dropdown-menu-item.directive.d.ts +3 -1
  44. package/dropdown/dropdown-menu.component.d.ts +1 -0
  45. package/dropdown/dropdown.directive.d.ts +3 -0
  46. package/empty/empty.component.d.ts +1 -0
  47. package/esm2022/action/action.component.mjs +9 -22
  48. package/esm2022/affix/affix.component.mjs +8 -15
  49. package/esm2022/alert/alert.component.mjs +5 -10
  50. package/esm2022/anchor/anchor.component.mjs +10 -20
  51. package/esm2022/arrow-switcher/arrow-switcher.component.mjs +5 -11
  52. package/esm2022/autocomplete/autocomplete.component.mjs +5 -23
  53. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +9 -20
  54. package/esm2022/avatar/avatar.component.mjs +14 -30
  55. package/esm2022/back-top/back-top.component.mjs +6 -10
  56. package/esm2022/badge/badge.component.mjs +15 -37
  57. package/esm2022/button/button-icon.component.mjs +9 -20
  58. package/esm2022/button/button.component.mjs +7 -16
  59. package/esm2022/card/card.component.mjs +6 -20
  60. package/esm2022/card/content.component.mjs +5 -6
  61. package/esm2022/carousel/carousel.component.mjs +13 -30
  62. package/esm2022/cascader/cascader-li.component.mjs +16 -31
  63. package/esm2022/cascader/cascader-search-option.component.mjs +12 -21
  64. package/esm2022/cascader/cascader.component.mjs +32 -52
  65. package/esm2022/cascader/types.mjs +1 -1
  66. package/esm2022/checkbox/checkbox.component.mjs +7 -13
  67. package/esm2022/collapse/collapse-item.component.mjs +8 -15
  68. package/esm2022/collapse/collapse.component.mjs +5 -10
  69. package/esm2022/color-picker/color-picker-panel.component.mjs +5 -10
  70. package/esm2022/color-picker/color-picker.component.mjs +17 -37
  71. package/esm2022/copy/copy.directive.mjs +5 -10
  72. package/esm2022/core/behaviors/decorators.mjs +7 -44
  73. package/esm2022/date-picker/abstract-picker.component.mjs +21 -45
  74. package/esm2022/date-picker/abstract-picker.directive.mjs +11 -27
  75. package/esm2022/date-picker/base-picker.component.mjs +8 -15
  76. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -10
  77. package/esm2022/date-picker/lib/popups/date-popup.component.mjs +4 -2
  78. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +7 -6
  79. package/esm2022/date-picker/picker.component.mjs +6 -10
  80. package/esm2022/date-range/date-range.component.mjs +7 -15
  81. package/esm2022/dialog/body/dialog-body.component.mjs +6 -6
  82. package/esm2022/dialog/footer/dialog-footer.component.mjs +6 -13
  83. package/esm2022/dialog/header/dialog-header.component.mjs +6 -10
  84. package/esm2022/divider/divider.component.mjs +7 -15
  85. package/esm2022/drag-drop/drag-handle.directive.mjs +5 -13
  86. package/esm2022/drag-drop/drag.directive.mjs +5 -11
  87. package/esm2022/drag-drop/drop-container.directive.mjs +5 -10
  88. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +9 -19
  89. package/esm2022/dropdown/dropdown-menu.component.mjs +6 -9
  90. package/esm2022/dropdown/dropdown.directive.mjs +8 -22
  91. package/esm2022/empty/empty.component.mjs +7 -13
  92. package/esm2022/flexible-text/flexible-text.component.mjs +4 -11
  93. package/esm2022/form/form-group-error/form-group-error.component.mjs +5 -10
  94. package/esm2022/form/form-group-label.directive.mjs +6 -6
  95. package/esm2022/form/form-group.component.mjs +13 -17
  96. package/esm2022/icon/icon.component.mjs +6 -20
  97. package/esm2022/image/image.directive.mjs +7 -15
  98. package/esm2022/input/input-search.component.mjs +6 -11
  99. package/esm2022/input/input.component.mjs +7 -15
  100. package/esm2022/input-number/input-number.component.mjs +12 -25
  101. package/esm2022/layout/header.component.mjs +9 -19
  102. package/esm2022/layout/sidebar-header.component.mjs +5 -10
  103. package/esm2022/layout/sidebar.component.mjs +22 -45
  104. package/esm2022/list/list.component.mjs +5 -11
  105. package/esm2022/list/selection/selection-list.mjs +13 -10
  106. package/esm2022/loading/loading.component.mjs +9 -20
  107. package/esm2022/menu/group/menu-group.component.mjs +12 -38
  108. package/esm2022/menu/item/action/menu-item-action.component.mjs +5 -10
  109. package/esm2022/menu/item/name/menu-item-name.component.mjs +5 -10
  110. package/esm2022/menu/menu.component.mjs +5 -10
  111. package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +6 -6
  112. package/esm2022/nav/nav-ink-bar.directive.mjs +7 -15
  113. package/esm2022/nav/nav-item.directive.mjs +10 -20
  114. package/esm2022/nav/nav.component.mjs +12 -25
  115. package/esm2022/pagination/pagination.component.mjs +18 -68
  116. package/esm2022/popover/popover.directive.mjs +12 -33
  117. package/esm2022/progress/progress-circle.component.mjs +9 -20
  118. package/esm2022/progress/progress-strip.component.mjs +5 -11
  119. package/esm2022/progress/progress.component.mjs +11 -23
  120. package/esm2022/property/properties.component.mjs +5 -10
  121. package/esm2022/property/property-item.component.mjs +8 -15
  122. package/esm2022/property-operation/property-operation.component.mjs +16 -37
  123. package/esm2022/radio/group/radio-group.component.mjs +6 -21
  124. package/esm2022/rate/rate-item.component.mjs +5 -10
  125. package/esm2022/rate/rate.component.mjs +16 -25
  126. package/esm2022/resizable/resizable.directive.mjs +24 -62
  127. package/esm2022/resizable/resize-handle.component.mjs +6 -10
  128. package/esm2022/resizable/resize-handles.component.mjs +5 -10
  129. package/esm2022/segment/segment-item.component.mjs +5 -10
  130. package/esm2022/segment/segment.component.mjs +7 -16
  131. package/esm2022/select/custom-select/custom-select.component.mjs +30 -65
  132. package/esm2022/select/native-select/native-select.component.mjs +6 -10
  133. package/esm2022/shared/base-form-check.component.mjs +10 -20
  134. package/esm2022/shared/directives/thy-autofocus.directive.mjs +10 -15
  135. package/esm2022/shared/directives/thy-scroll.directive.mjs +6 -13
  136. package/esm2022/shared/directives/thy-show.mjs +5 -11
  137. package/esm2022/shared/option/group/option-group.component.mjs +5 -10
  138. package/esm2022/shared/option/list-option/list-option.component.mjs +6 -13
  139. package/esm2022/shared/option/option.component.mjs +5 -11
  140. package/esm2022/shared/select/select-control/select-control.component.mjs +17 -44
  141. package/esm2022/skeleton/skeleton-circle.component.mjs +6 -9
  142. package/esm2022/skeleton/skeleton-rectangle.component.mjs +6 -9
  143. package/esm2022/skeleton/skeleton.component.mjs +5 -10
  144. package/esm2022/skeleton/stylized/bullet-list.component.mjs +6 -9
  145. package/esm2022/skeleton/stylized/list.component.mjs +6 -9
  146. package/esm2022/skeleton/stylized/paragraph.component.mjs +6 -9
  147. package/esm2022/slide/slide-body/slide-body-section.component.mjs +6 -6
  148. package/esm2022/slider/slider.component.mjs +18 -35
  149. package/esm2022/space/space.component.mjs +6 -10
  150. package/esm2022/stepper/step-header.component.mjs +9 -20
  151. package/esm2022/stepper/stepper.component.mjs +7 -16
  152. package/esm2022/switch/switch.component.mjs +12 -17
  153. package/esm2022/table/table-column.component.mjs +9 -31
  154. package/esm2022/table/table-skeleton.component.mjs +8 -14
  155. package/esm2022/table/table.component.mjs +32 -83
  156. package/esm2022/tabs/tab.component.mjs +5 -10
  157. package/esm2022/tabs/tabs.component.mjs +8 -15
  158. package/esm2022/tag/tag.component.mjs +6 -10
  159. package/esm2022/time-picker/time-picker-panel.component.mjs +8 -15
  160. package/esm2022/time-picker/time-picker.component.mjs +20 -46
  161. package/esm2022/timeline/timeline.component.mjs +5 -10
  162. package/esm2022/tooltip/tooltip.directive.mjs +11 -34
  163. package/esm2022/tree/tree-node.component.mjs +17 -40
  164. package/esm2022/tree/tree.component.mjs +19 -47
  165. package/esm2022/tree-select/tree-select.component.mjs +18 -40
  166. package/esm2022/upload/file-select-base.mjs +7 -6
  167. package/esm2022/upload/file-select.component.mjs +11 -26
  168. package/esm2022/version.mjs +2 -2
  169. package/esm2022/vote/vote.component.mjs +11 -33
  170. package/esm2022/watermark/watermark.directive.mjs +6 -10
  171. package/fesm2022/ngx-tethys-action.mjs +9 -21
  172. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  173. package/fesm2022/ngx-tethys-affix.mjs +6 -14
  174. package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
  175. package/fesm2022/ngx-tethys-alert.mjs +4 -9
  176. package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
  177. package/fesm2022/ngx-tethys-anchor.mjs +8 -19
  178. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  179. package/fesm2022/ngx-tethys-arrow-switcher.mjs +4 -10
  180. package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
  181. package/fesm2022/ngx-tethys-autocomplete.mjs +14 -39
  182. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  183. package/fesm2022/ngx-tethys-avatar.mjs +14 -29
  184. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  185. package/fesm2022/ngx-tethys-back-top.mjs +5 -9
  186. package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
  187. package/fesm2022/ngx-tethys-badge.mjs +14 -36
  188. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  189. package/fesm2022/ngx-tethys-button.mjs +13 -30
  190. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  191. package/fesm2022/ngx-tethys-card.mjs +8 -23
  192. package/fesm2022/ngx-tethys-card.mjs.map +1 -1
  193. package/fesm2022/ngx-tethys-carousel.mjs +12 -29
  194. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  195. package/fesm2022/ngx-tethys-cascader.mjs +55 -95
  196. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  197. package/fesm2022/ngx-tethys-checkbox.mjs +5 -12
  198. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  199. package/fesm2022/ngx-tethys-collapse.mjs +10 -20
  200. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  201. package/fesm2022/ngx-tethys-color-picker.mjs +19 -42
  202. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  203. package/fesm2022/ngx-tethys-copy.mjs +4 -9
  204. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  205. package/fesm2022/ngx-tethys-core.mjs +6 -43
  206. package/fesm2022/ngx-tethys-core.mjs.map +1 -1
  207. package/fesm2022/ngx-tethys-date-picker.mjs +48 -94
  208. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  209. package/fesm2022/ngx-tethys-date-range.mjs +6 -14
  210. package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
  211. package/fesm2022/ngx-tethys-dialog.mjs +13 -21
  212. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  213. package/fesm2022/ngx-tethys-divider.mjs +6 -14
  214. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  215. package/fesm2022/ngx-tethys-drag-drop.mjs +10 -25
  216. package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
  217. package/fesm2022/ngx-tethys-dropdown.mjs +19 -42
  218. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  219. package/fesm2022/ngx-tethys-empty.mjs +5 -12
  220. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  221. package/fesm2022/ngx-tethys-flexible-text.mjs +3 -10
  222. package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
  223. package/fesm2022/ngx-tethys-form.mjs +19 -25
  224. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  225. package/fesm2022/ngx-tethys-icon.mjs +5 -19
  226. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  227. package/fesm2022/ngx-tethys-image.mjs +7 -14
  228. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  229. package/fesm2022/ngx-tethys-input-number.mjs +11 -24
  230. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  231. package/fesm2022/ngx-tethys-input.mjs +10 -21
  232. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  233. package/fesm2022/ngx-tethys-layout.mjs +31 -64
  234. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  235. package/fesm2022/ngx-tethys-list.mjs +16 -18
  236. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  237. package/fesm2022/ngx-tethys-loading.mjs +8 -19
  238. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  239. package/fesm2022/ngx-tethys-menu.mjs +20 -55
  240. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  241. package/fesm2022/ngx-tethys-nav.mjs +28 -55
  242. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  243. package/fesm2022/ngx-tethys-pagination.mjs +17 -67
  244. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  245. package/fesm2022/ngx-tethys-popover.mjs +11 -32
  246. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  247. package/fesm2022/ngx-tethys-progress.mjs +20 -45
  248. package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
  249. package/fesm2022/ngx-tethys-property-operation.mjs +14 -36
  250. package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
  251. package/fesm2022/ngx-tethys-property.mjs +10 -21
  252. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  253. package/fesm2022/ngx-tethys-radio.mjs +5 -19
  254. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  255. package/fesm2022/ngx-tethys-rate.mjs +18 -30
  256. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  257. package/fesm2022/ngx-tethys-resizable.mjs +29 -73
  258. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  259. package/fesm2022/ngx-tethys-segment.mjs +10 -21
  260. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  261. package/fesm2022/ngx-tethys-select.mjs +32 -70
  262. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  263. package/fesm2022/ngx-tethys-shared.mjs +49 -105
  264. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  265. package/fesm2022/ngx-tethys-skeleton.mjs +20 -38
  266. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  267. package/fesm2022/ngx-tethys-slide.mjs +6 -5
  268. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  269. package/fesm2022/ngx-tethys-slider.mjs +17 -34
  270. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  271. package/fesm2022/ngx-tethys-space.mjs +5 -9
  272. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  273. package/fesm2022/ngx-tethys-stepper.mjs +13 -31
  274. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  275. package/fesm2022/ngx-tethys-switch.mjs +11 -16
  276. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  277. package/fesm2022/ngx-tethys-table.mjs +43 -120
  278. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  279. package/fesm2022/ngx-tethys-tabs.mjs +10 -20
  280. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  281. package/fesm2022/ngx-tethys-tag.mjs +5 -9
  282. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  283. package/fesm2022/ngx-tethys-time-picker.mjs +24 -55
  284. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  285. package/fesm2022/ngx-tethys-timeline.mjs +4 -9
  286. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  287. package/fesm2022/ngx-tethys-tooltip.mjs +10 -33
  288. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  289. package/fesm2022/ngx-tethys-tree-select.mjs +17 -39
  290. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  291. package/fesm2022/ngx-tethys-tree.mjs +33 -82
  292. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  293. package/fesm2022/ngx-tethys-upload.mjs +15 -28
  294. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  295. package/fesm2022/ngx-tethys-vote.mjs +10 -32
  296. package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
  297. package/fesm2022/ngx-tethys-watermark.mjs +5 -9
  298. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  299. package/fesm2022/ngx-tethys.mjs +1 -1
  300. package/fesm2022/ngx-tethys.mjs.map +1 -1
  301. package/flexible-text/flexible-text.component.d.ts +1 -0
  302. package/form/form-group-error/form-group-error.component.d.ts +1 -0
  303. package/form/form-group-label.directive.d.ts +2 -1
  304. package/form/form-group.component.d.ts +5 -2
  305. package/icon/icon.component.d.ts +3 -0
  306. package/image/image.directive.d.ts +2 -0
  307. package/input/input-search.component.d.ts +1 -0
  308. package/input/input.component.d.ts +2 -0
  309. package/input-number/input-number.component.d.ts +4 -0
  310. package/layout/header.component.d.ts +5 -2
  311. package/layout/sidebar-header.component.d.ts +1 -0
  312. package/layout/sidebar.component.d.ts +14 -4
  313. package/list/list.component.d.ts +1 -0
  314. package/list/selection/selection-list.d.ts +4 -1
  315. package/loading/loading.component.d.ts +4 -2
  316. package/menu/group/menu-group.component.d.ts +6 -0
  317. package/menu/item/action/menu-item-action.component.d.ts +1 -0
  318. package/menu/item/name/menu-item-name.component.d.ts +1 -0
  319. package/menu/menu.component.d.ts +1 -0
  320. package/nav/icon-nav/icon-nav-link.directive.d.ts +2 -1
  321. package/nav/nav-ink-bar.directive.d.ts +2 -0
  322. package/nav/nav-item.directive.d.ts +3 -0
  323. package/nav/nav.component.d.ts +4 -0
  324. package/package.json +7 -7
  325. package/pagination/pagination.component.d.ts +11 -0
  326. package/popover/popover.directive.d.ts +5 -0
  327. package/progress/progress-circle.component.d.ts +3 -0
  328. package/progress/progress-strip.component.d.ts +1 -0
  329. package/progress/progress.component.d.ts +3 -0
  330. package/property/properties.component.d.ts +1 -0
  331. package/property/property-item.component.d.ts +2 -0
  332. package/property-operation/property-operation.component.d.ts +5 -0
  333. package/radio/group/radio-group.component.d.ts +2 -2
  334. package/rate/rate-item.component.d.ts +1 -0
  335. package/rate/rate.component.d.ts +5 -1
  336. package/resizable/resizable.directive.d.ts +10 -1
  337. package/resizable/resize-handle.component.d.ts +1 -0
  338. package/resizable/resize-handles.component.d.ts +1 -0
  339. package/resizable/styles/resizable.scss +1 -0
  340. package/schematics/dependencies.js +1 -1
  341. package/schematics/version.d.ts +1 -1
  342. package/schematics/version.js +1 -1
  343. package/segment/segment-item.component.d.ts +1 -0
  344. package/segment/segment.component.d.ts +2 -0
  345. package/select/custom-select/custom-select.component.d.ts +12 -1
  346. package/select/native-select/native-select.component.d.ts +1 -0
  347. package/shared/base-form-check.component.d.ts +2 -0
  348. package/shared/directives/thy-autofocus.directive.d.ts +3 -1
  349. package/shared/directives/thy-scroll.directive.d.ts +1 -0
  350. package/shared/directives/thy-show.d.ts +1 -0
  351. package/shared/option/group/option-group.component.d.ts +1 -0
  352. package/shared/option/list-option/list-option.component.d.ts +1 -0
  353. package/shared/option/option.component.d.ts +1 -0
  354. package/shared/option/styles/select-dropdown.scss +1 -0
  355. package/shared/select/select-control/select-control.component.d.ts +7 -0
  356. package/skeleton/skeleton-circle.component.d.ts +1 -0
  357. package/skeleton/skeleton-rectangle.component.d.ts +1 -0
  358. package/skeleton/skeleton.component.d.ts +1 -0
  359. package/skeleton/stylized/bullet-list.component.d.ts +1 -0
  360. package/skeleton/stylized/list.component.d.ts +1 -0
  361. package/skeleton/stylized/paragraph.component.d.ts +1 -0
  362. package/slide/slide-body/slide-body-section.component.d.ts +2 -1
  363. package/slider/slider.component.d.ts +6 -1
  364. package/space/space.component.d.ts +1 -0
  365. package/stepper/step-header.component.d.ts +3 -0
  366. package/stepper/stepper.component.d.ts +2 -0
  367. package/switch/switch.component.d.ts +3 -1
  368. package/table/table-column.component.d.ts +7 -2
  369. package/table/table-skeleton.component.d.ts +2 -0
  370. package/table/table.component.d.ts +14 -0
  371. package/tabs/tab.component.d.ts +1 -0
  372. package/tabs/tabs.component.d.ts +2 -0
  373. package/tag/tag.component.d.ts +1 -0
  374. package/time-picker/time-picker-panel.component.d.ts +2 -0
  375. package/time-picker/time-picker.component.d.ts +6 -2
  376. package/timeline/timeline.component.d.ts +1 -0
  377. package/tooltip/tooltip.directive.d.ts +5 -0
  378. package/tree/tree-node.component.d.ts +7 -0
  379. package/tree/tree.component.d.ts +8 -0
  380. package/tree-select/tree-select.component.d.ts +7 -0
  381. package/upload/file-select-base.d.ts +1 -0
  382. package/upload/file-select.component.d.ts +3 -0
  383. package/vote/vote.component.d.ts +4 -2
  384. package/watermark/watermark.directive.d.ts +1 -0
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, InjectionToken, Optional, Inject, NgModule } from '@angular/core';
2
+ import { booleanAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, InjectionToken, Optional, Inject, NgModule } from '@angular/core';
3
3
  import { NgStyle, NgFor, CommonModule } from '@angular/common';
4
4
  import { PortalModule } from '@angular/cdk/portal';
5
5
  import { ThyGridModule } from 'ngx-tethys/grid';
6
6
  import { ThyListModule } from 'ngx-tethys/list';
7
7
  import { __decorate, __metadata } from 'tslib';
8
- import { InputBoolean, InputCssPixel } from 'ngx-tethys/core';
9
8
  import { isUndefinedOrNull, helpers } from 'ngx-tethys/util';
9
+ import { InputCssPixel } from 'ngx-tethys/core';
10
10
 
11
11
  /**
12
12
  * 骨架屏组件
@@ -15,12 +15,8 @@ import { isUndefinedOrNull, helpers } from 'ngx-tethys/util';
15
15
  */
16
16
  class ThySkeleton {
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeleton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeleton, isStandalone: true, selector: "thy-skeleton", inputs: { thyAnimated: "thyAnimated", thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor" }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeleton, isStandalone: true, selector: "thy-skeleton", inputs: { thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute], thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor" }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
19
19
  }
20
- __decorate([
21
- InputBoolean(),
22
- __metadata("design:type", Boolean)
23
- ], ThySkeleton.prototype, "thyAnimated", void 0);
24
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeleton, decorators: [{
25
21
  type: Component,
26
22
  args: [{
@@ -31,7 +27,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
31
27
  standalone: true
32
28
  }]
33
29
  }], propDecorators: { thyAnimated: [{
34
- type: Input
30
+ type: Input,
31
+ args: [{ transform: booleanAttribute }]
35
32
  }], thyAnimatedInterval: [{
36
33
  type: Input
37
34
  }], thyPrimaryColor: [{
@@ -89,12 +86,8 @@ class ThySkeletonRectangle {
89
86
  }
90
87
  }
91
88
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonRectangle, deps: [{ token: THY_SKELETON_CONFIG, optional: true }, { token: ThySkeleton, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
92
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeletonRectangle, isStandalone: true, selector: "thy-skeleton-rectangle", inputs: { thyAnimated: "thyAnimated", thyAnimatedInterval: "thyAnimatedInterval", thyBorderRadius: "thyBorderRadius", thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor" }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-rectangle": "true", "style.background": "thyPrimaryColor", "style.width": "thyRowWidth", "style.height": "thyRowHeight", "style.borderRadius": "thyBorderRadius" } }, usesOnChanges: true, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
89
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeletonRectangle, isStandalone: true, selector: "thy-skeleton-rectangle", inputs: { thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute], thyAnimatedInterval: "thyAnimatedInterval", thyBorderRadius: "thyBorderRadius", thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor" }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-rectangle": "true", "style.background": "thyPrimaryColor", "style.width": "thyRowWidth", "style.height": "thyRowHeight", "style.borderRadius": "thyBorderRadius" } }, usesOnChanges: true, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
93
90
  }
94
- __decorate([
95
- InputBoolean(),
96
- __metadata("design:type", Boolean)
97
- ], ThySkeletonRectangle.prototype, "thyAnimated", void 0);
98
91
  __decorate([
99
92
  InputCssPixel(),
100
93
  __metadata("design:type", Object)
@@ -133,7 +126,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
133
126
  }] }, { type: ThySkeleton, decorators: [{
134
127
  type: Optional
135
128
  }] }], propDecorators: { thyAnimated: [{
136
- type: Input
129
+ type: Input,
130
+ args: [{ transform: booleanAttribute }]
137
131
  }], thyAnimatedInterval: [{
138
132
  type: Input
139
133
  }], thyBorderRadius: [{
@@ -195,16 +189,12 @@ class ThySkeletonCircle {
195
189
  }
196
190
  }
197
191
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonCircle, deps: [{ token: THY_SKELETON_CONFIG, optional: true }, { token: ThySkeleton, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
198
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeletonCircle, isStandalone: true, selector: "thy-skeleton-circle", inputs: { thyAnimatedInterval: "thyAnimatedInterval", thySize: "thySize", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyAnimated: "thyAnimated" }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-circle": "true", "style.background": "thyPrimaryColor", "style.width": "thySize", "style.height": "thySize" } }, usesOnChanges: true, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
192
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeletonCircle, isStandalone: true, selector: "thy-skeleton-circle", inputs: { thyAnimatedInterval: "thyAnimatedInterval", thySize: "thySize", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute] }, host: { properties: { "class.thy-skeleton": "true", "class.thy-skeleton-circle": "true", "style.background": "thyPrimaryColor", "style.width": "thySize", "style.height": "thySize" } }, usesOnChanges: true, ngImport: i0, template: ` <div class="thy-skeleton-after" [ngStyle]="afterStyles"></div> `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
199
193
  }
200
194
  __decorate([
201
195
  InputCssPixel(),
202
196
  __metadata("design:type", Object)
203
197
  ], ThySkeletonCircle.prototype, "thySize", void 0);
204
- __decorate([
205
- InputBoolean(),
206
- __metadata("design:type", Boolean)
207
- ], ThySkeletonCircle.prototype, "thyAnimated", void 0);
208
198
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonCircle, decorators: [{
209
199
  type: Component,
210
200
  args: [{
@@ -238,7 +228,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
238
228
  }], thySecondaryColor: [{
239
229
  type: Input
240
230
  }], thyAnimated: [{
241
- type: Input
231
+ type: Input,
232
+ args: [{ transform: booleanAttribute }]
242
233
  }] } });
243
234
 
244
235
  /**
@@ -260,7 +251,7 @@ class ThySkeletonList {
260
251
  return this.rowCount.length;
261
252
  }
262
253
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonList, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
263
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeletonList, isStandalone: true, selector: "thy-skeleton-list", inputs: { thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: "thyAnimated", thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-list": "true" } }, ngImport: i0, template: `
254
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeletonList, isStandalone: true, selector: "thy-skeleton-list", inputs: { thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute], thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-list": "true" } }, ngImport: i0, template: `
264
255
  <ng-container *ngFor="let k of rowCount; index as i">
265
256
  <thy-skeleton-rectangle
266
257
  class="vertical-gap"
@@ -286,10 +277,6 @@ __decorate([
286
277
  InputCssPixel(),
287
278
  __metadata("design:type", Object)
288
279
  ], ThySkeletonList.prototype, "thyBorderRadius", void 0);
289
- __decorate([
290
- InputBoolean(),
291
- __metadata("design:type", Boolean)
292
- ], ThySkeletonList.prototype, "thyAnimated", void 0);
293
280
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonList, decorators: [{
294
281
  type: Component,
295
282
  args: [{
@@ -322,7 +309,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
322
309
  }], thyBorderRadius: [{
323
310
  type: Input
324
311
  }], thyAnimated: [{
325
- type: Input
312
+ type: Input,
313
+ args: [{ transform: booleanAttribute }]
326
314
  }], thyAnimatedInterval: [{
327
315
  type: Input
328
316
  }], thyPrimaryColor: [{
@@ -352,7 +340,7 @@ class ThySkeletonParagraph {
352
340
  return this.rowCount.length;
353
341
  }
354
342
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonParagraph, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
355
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeletonParagraph, isStandalone: true, selector: "thy-skeleton-paragraph", inputs: { thyFirstWidth: "thyFirstWidth", thyLastWidth: "thyLastWidth", thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: "thyAnimated", thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-paragraph": "true" } }, ngImport: i0, template: `
343
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeletonParagraph, isStandalone: true, selector: "thy-skeleton-paragraph", inputs: { thyFirstWidth: "thyFirstWidth", thyLastWidth: "thyLastWidth", thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute], thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-paragraph": "true" } }, ngImport: i0, template: `
356
344
  <ng-container *ngFor="let k of rowCount; index as i">
357
345
  <thy-skeleton-rectangle
358
346
  class="vertical-gap"
@@ -386,10 +374,6 @@ __decorate([
386
374
  InputCssPixel(),
387
375
  __metadata("design:type", Object)
388
376
  ], ThySkeletonParagraph.prototype, "thyBorderRadius", void 0);
389
- __decorate([
390
- InputBoolean(),
391
- __metadata("design:type", Boolean)
392
- ], ThySkeletonParagraph.prototype, "thyAnimated", void 0);
393
377
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonParagraph, decorators: [{
394
378
  type: Component,
395
379
  args: [{
@@ -426,7 +410,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
426
410
  }], thyBorderRadius: [{
427
411
  type: Input
428
412
  }], thyAnimated: [{
429
- type: Input
413
+ type: Input,
414
+ args: [{ transform: booleanAttribute }]
430
415
  }], thyAnimatedInterval: [{
431
416
  type: Input
432
417
  }], thyPrimaryColor: [{
@@ -456,7 +441,7 @@ class ThySkeletonBulletList {
456
441
  this.rowCount = [];
457
442
  }
458
443
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySkeletonBulletList, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
459
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySkeletonBulletList, isStandalone: true, selector: "thy-skeleton-bullet-list", inputs: { thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: "thyAnimated", thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thySize: "thySize", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-bullet-list": "true" } }, ngImport: i0, template: `
444
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySkeletonBulletList, isStandalone: true, selector: "thy-skeleton-bullet-list", inputs: { thyRowWidth: "thyRowWidth", thyRowHeight: "thyRowHeight", thyBorderRadius: "thyBorderRadius", thyAnimated: ["thyAnimated", "thyAnimated", booleanAttribute], thyAnimatedInterval: "thyAnimatedInterval", thyPrimaryColor: "thyPrimaryColor", thySecondaryColor: "thySecondaryColor", thySize: "thySize", thyRowCount: "thyRowCount" }, host: { properties: { "class.thy-skeleton-bullet-list": "true" } }, ngImport: i0, template: `
460
445
  <ng-container *ngFor="let item of rowCount; index as i">
461
446
  <div class="d-flex vertical-gap">
462
447
  <thy-skeleton-circle
@@ -493,10 +478,6 @@ __decorate([
493
478
  InputCssPixel(),
494
479
  __metadata("design:type", Object)
495
480
  ], ThySkeletonBulletList.prototype, "thyBorderRadius", void 0);
496
- __decorate([
497
- InputBoolean(),
498
- __metadata("design:type", Boolean)
499
- ], ThySkeletonBulletList.prototype, "thyAnimated", void 0);
500
481
  __decorate([
501
482
  InputCssPixel(),
502
483
  __metadata("design:type", Object)
@@ -544,7 +525,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
544
525
  }], thyBorderRadius: [{
545
526
  type: Input
546
527
  }], thyAnimated: [{
547
- type: Input
528
+ type: Input,
529
+ args: [{ transform: booleanAttribute }]
548
530
  }], thyAnimatedInterval: [{
549
531
  type: Input
550
532
  }], thyPrimaryColor: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ngx-tethys-skeleton.mjs","sources":["../../../src/skeleton/skeleton.component.ts","../../../src/skeleton/skeleton.config.ts","../../../src/skeleton/skeleton-rectangle.component.ts","../../../src/skeleton/skeleton-circle.component.ts","../../../src/skeleton/stylized/list.component.ts","../../../src/skeleton/stylized/paragraph.component.ts","../../../src/skeleton/stylized/bullet-list.component.ts","../../../src/skeleton/module.ts","../../../src/skeleton/ngx-tethys-skeleton.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input } from '@angular/core';\nimport { InputBoolean } from 'ngx-tethys/core';\n\n/**\n * 骨架屏组件\n * @name thy-skeleton\n * @order 10\n */\n@Component({\n selector: 'thy-skeleton',\n template: ` <ng-content></ng-content> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true\n})\nexport class ThySkeleton {\n /**\n * 是否开启动画\n * @default false\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色调\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色调\n */\n @Input() thySecondaryColor: string;\n}\n","import { InjectionToken } from '@angular/core';\nexport interface ThySkeletonConfigModel {\n thyAnimatedInterval?: string | number;\n thyPrimaryColor?: string;\n thySecondaryColor?: string;\n thyAnimated?: boolean;\n}\n\nexport const THY_SKELETON_CONFIG = new InjectionToken<ThySkeletonConfigModel>('THY_SKELETON_CONFIG', {\n providedIn: 'root',\n factory: () => {\n return {};\n }\n});\n","import {\n Component,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n Input,\n OnInit,\n Optional,\n OnChanges,\n SimpleChanges,\n Inject\n} from '@angular/core';\nimport { ThySkeleton } from './skeleton.component';\nimport { helpers } from 'ngx-tethys/util';\nimport { InputBoolean, InputCssPixel } from 'ngx-tethys/core';\nimport { THY_SKELETON_CONFIG, ThySkeletonConfigModel } from './skeleton.config';\nimport { isUndefinedOrNull } from 'ngx-tethys/util';\nimport { NgStyle } from '@angular/common';\n\ninterface Style {\n background?: string;\n animation?: string;\n}\n\n/**\n * 骨架屏矩形组件\n * @name thy-skeleton-rectangle\n * @order 20\n */\n@Component({\n selector: 'thy-skeleton-rectangle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-rectangle]': 'true',\n '[style.background]': 'thyPrimaryColor',\n '[style.width]': 'thyRowWidth',\n '[style.height]': 'thyRowHeight',\n '[style.borderRadius]': 'thyBorderRadius'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgStyle]\n})\nexport class ThySkeletonRectangle implements OnInit, OnChanges {\n /**\n * 是否开启动画\n * @default false\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: number;\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 骨架宽度\n * @default 100%\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n afterStyles: Style = {};\n\n constructor(\n @Optional()\n @Inject(THY_SKELETON_CONFIG)\n private skeletonConfigModel: ThySkeletonConfigModel,\n @Optional() private _parent: ThySkeleton\n ) {}\n\n ngOnInit() {\n const config = {\n ...this.skeletonConfigModel,\n ...(this._parent || {}),\n ...(!isUndefinedOrNull(this._parent?.thyAnimated) && { thyAnimated: this._parent.thyAnimated })\n };\n const { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated } = config;\n\n for (let key in { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated }) {\n this[key] = !isUndefinedOrNull(this[key]) ? this[key] : config[key];\n }\n this.crateAfterStyles();\n }\n\n crateAfterStyles() {\n this.afterStyles = {\n ...(this.thySecondaryColor && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.thySecondaryColor, 0)}, ${helpers.hexToRgb(\n this.thySecondaryColor,\n 0.15\n )}, ${helpers.hexToRgb(this.thySecondaryColor, 0)}`\n }),\n animation: ![false, 'false'].includes(this.thyAnimated)\n ? `thy-skeleton-animation ${this.thyAnimatedInterval}s infinite`\n : 'none'\n };\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n const { thySecondaryColor, thyAnimated, thyAnimatedInterval } = changes;\n if (\n (thySecondaryColor && !thySecondaryColor?.firstChange) ||\n (thyAnimated && !thyAnimated?.firstChange) ||\n (thyAnimatedInterval && !thyAnimatedInterval?.firstChange)\n ) {\n this.crateAfterStyles();\n }\n }\n}\n","import {\n Component,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n Input,\n OnInit,\n Optional,\n OnChanges,\n SimpleChanges,\n Inject\n} from '@angular/core';\nimport { ThySkeleton } from './skeleton.component';\nimport { helpers } from 'ngx-tethys/util';\nimport { InputBoolean, InputCssPixel } from 'ngx-tethys/core';\nimport { THY_SKELETON_CONFIG, ThySkeletonConfigModel } from './skeleton.config';\nimport { isUndefinedOrNull } from 'ngx-tethys/util';\nimport { NgStyle } from '@angular/common';\n\ninterface Style {\n background?: string;\n animation?: string;\n}\n\n/**\n * 骨架屏圆形组件\n * @name thy-skeleton-circle\n * @order 30\n */\n@Component({\n selector: 'thy-skeleton-circle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-circle]': 'true',\n '[style.background]': 'thyPrimaryColor',\n '[style.width]': 'thySize',\n '[style.height]': 'thySize'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgStyle]\n})\nexport class ThySkeletonCircle implements OnInit, OnChanges {\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架尺寸\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thySize: string | number = 20;\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n /**\n * 是否展示动画\n * @default true\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n public afterStyles: Style = {};\n\n constructor(\n @Optional()\n @Inject(THY_SKELETON_CONFIG)\n private skeletonConfigModel: ThySkeletonConfigModel,\n @Optional() private _parent: ThySkeleton\n ) {}\n\n ngOnInit() {\n const config = {\n ...this.skeletonConfigModel,\n ...(this._parent || {}),\n ...(!isUndefinedOrNull(this._parent?.thyAnimated) && { thyAnimated: this._parent.thyAnimated }) // do it because @InputBoolean() lead to cannot get thyAnimated from _parent inject\n };\n const { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated } = config;\n for (let key in { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated }) {\n this[key] = !isUndefinedOrNull(this[key]) ? this[key] : config[key];\n }\n this.crateAfterStyles();\n }\n\n crateAfterStyles() {\n this.afterStyles = {\n ...(this.thySecondaryColor && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.thySecondaryColor, 0)}, ${helpers.hexToRgb(\n this.thySecondaryColor,\n 0.15\n )}, ${helpers.hexToRgb(this.thySecondaryColor, 0)}`\n }),\n animation: ![false, 'false'].includes(this.thyAnimated)\n ? `thy-skeleton-animation ${this.thyAnimatedInterval}s infinite`\n : 'none'\n };\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n const { thySecondaryColor, thyAnimated, thyAnimatedInterval } = changes;\n if (\n (thySecondaryColor && !thySecondaryColor?.firstChange) ||\n (thyAnimated && !thyAnimated?.firstChange) ||\n (thyAnimatedInterval && !thyAnimatedInterval?.firstChange)\n ) {\n this.crateAfterStyles();\n }\n }\n}\n","import { NgFor } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { InputBoolean, InputCssPixel } from 'ngx-tethys/core';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏列表组件\n * @name thy-skeleton-list\n * @order 40\n */\n@Component({\n selector: 'thy-skeleton-list',\n template: `\n <ng-container *ngFor=\"let k of rowCount; index as i\">\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-list]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonRectangle]\n})\nexport class ThySkeletonList {\n /**\n * 骨架宽度\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default false\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string;\n\n /**\n * 骨架主色\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n */\n @Input() thySecondaryColor: string;\n\n rowCount: number[] = [];\n\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n}\n","import { NgFor } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { InputBoolean, InputCssPixel } from 'ngx-tethys/core';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏段落组件\n * @name thy-skeleton-paragraph\n * @order 60\n */\n@Component({\n selector: 'thy-skeleton-paragraph',\n template: `\n <ng-container *ngFor=\"let k of rowCount; index as i\">\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"i === 0 ? thyFirstWidth : i === rowCount.length - 1 ? thyLastWidth : thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-paragraph]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonRectangle]\n})\nexport class ThySkeletonParagraph {\n /**\n * 首行宽度\n */\n @Input()\n @InputCssPixel()\n thyFirstWidth: string | number;\n\n /**\n * 尾行宽度\n */\n @Input()\n @InputCssPixel()\n thyLastWidth: string | number;\n\n /**\n * 骨架宽度\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default false\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n */\n @Input() thySecondaryColor: string;\n\n rowCount: number[] = [];\n\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { InputBoolean, InputCssPixel } from 'ngx-tethys/core';\n\nimport { NgFor } from '@angular/common';\nimport { ThySkeletonCircle } from '../skeleton-circle.component';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏无序列表组件\n * @name thy-skeleton-bullet-list\n * @order 50\n */\n@Component({\n selector: 'thy-skeleton-bullet-list',\n template: `\n <ng-container *ngFor=\"let item of rowCount; index as i\">\n <div class=\"d-flex vertical-gap\">\n <thy-skeleton-circle\n [thyAnimated]=\"thyAnimated\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"\n [thySize]=\"thySize\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\">\n </thy-skeleton-circle>\n <div class=\"horizontal-gap\"></div>\n <div style=\"flex: 1\">\n <thy-skeleton-rectangle\n [thyRowWidth]=\"thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </div>\n </div>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-bullet-list]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonCircle, ThySkeletonRectangle]\n})\nexport class ThySkeletonBulletList {\n /**\n * 骨架宽度\n * @default 100%\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default true\n */\n @Input()\n @InputBoolean()\n thyAnimated: boolean;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色\n * @default #f7f7f7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n /**\n * circle类型骨架尺寸\n */\n @Input()\n @InputCssPixel()\n thySize: string | number;\n\n rowCount: number[] = [];\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n\n constructor() {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { ThyGridModule } from 'ngx-tethys/grid';\nimport { ThyListModule } from 'ngx-tethys/list';\n\nimport { ThySkeleton } from './skeleton.component';\nimport { ThySkeletonRectangle } from './skeleton-rectangle.component';\nimport { ThySkeletonCircle } from './skeleton-circle.component';\nimport { ThySkeletonList } from './stylized/list.component';\nimport { ThySkeletonParagraph } from './stylized/paragraph.component';\nimport { ThySkeletonBulletList } from './stylized/bullet-list.component';\n\nconst components = [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList];\n@NgModule({\n imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ...components],\n exports: components,\n providers: []\n})\nexport class ThySkeletonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.ThySkeleton"],"mappings":"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"}
1
+ {"version":3,"file":"ngx-tethys-skeleton.mjs","sources":["../../../src/skeleton/skeleton.component.ts","../../../src/skeleton/skeleton.config.ts","../../../src/skeleton/skeleton-rectangle.component.ts","../../../src/skeleton/skeleton-circle.component.ts","../../../src/skeleton/stylized/list.component.ts","../../../src/skeleton/stylized/paragraph.component.ts","../../../src/skeleton/stylized/bullet-list.component.ts","../../../src/skeleton/module.ts","../../../src/skeleton/ngx-tethys-skeleton.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, booleanAttribute } from '@angular/core';\n\n/**\n * 骨架屏组件\n * @name thy-skeleton\n * @order 10\n */\n@Component({\n selector: 'thy-skeleton',\n template: ` <ng-content></ng-content> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true\n})\nexport class ThySkeleton {\n /**\n * 是否开启动画\n * @default false\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色调\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色调\n */\n @Input() thySecondaryColor: string;\n}\n","import { InjectionToken } from '@angular/core';\nexport interface ThySkeletonConfigModel {\n thyAnimatedInterval?: string | number;\n thyPrimaryColor?: string;\n thySecondaryColor?: string;\n thyAnimated?: boolean;\n}\n\nexport const THY_SKELETON_CONFIG = new InjectionToken<ThySkeletonConfigModel>('THY_SKELETON_CONFIG', {\n providedIn: 'root',\n factory: () => {\n return {};\n }\n});\n","import {\n Component,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n Input,\n OnInit,\n Optional,\n OnChanges,\n SimpleChanges,\n Inject,\n booleanAttribute\n} from '@angular/core';\nimport { ThySkeleton } from './skeleton.component';\nimport { helpers } from 'ngx-tethys/util';\nimport { InputCssPixel } from 'ngx-tethys/core';\nimport { THY_SKELETON_CONFIG, ThySkeletonConfigModel } from './skeleton.config';\nimport { isUndefinedOrNull } from 'ngx-tethys/util';\nimport { NgStyle } from '@angular/common';\n\ninterface Style {\n background?: string;\n animation?: string;\n}\n\n/**\n * 骨架屏矩形组件\n * @name thy-skeleton-rectangle\n * @order 20\n */\n@Component({\n selector: 'thy-skeleton-rectangle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-rectangle]': 'true',\n '[style.background]': 'thyPrimaryColor',\n '[style.width]': 'thyRowWidth',\n '[style.height]': 'thyRowHeight',\n '[style.borderRadius]': 'thyBorderRadius'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgStyle]\n})\nexport class ThySkeletonRectangle implements OnInit, OnChanges {\n /**\n * 是否开启动画\n * @default false\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: number;\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 骨架宽度\n * @default 100%\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n afterStyles: Style = {};\n\n constructor(\n @Optional()\n @Inject(THY_SKELETON_CONFIG)\n private skeletonConfigModel: ThySkeletonConfigModel,\n @Optional() private _parent: ThySkeleton\n ) {}\n\n ngOnInit() {\n const config = {\n ...this.skeletonConfigModel,\n ...(this._parent || {}),\n ...(!isUndefinedOrNull(this._parent?.thyAnimated) && { thyAnimated: this._parent.thyAnimated })\n };\n const { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated } = config;\n\n for (let key in { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated }) {\n this[key] = !isUndefinedOrNull(this[key]) ? this[key] : config[key];\n }\n this.crateAfterStyles();\n }\n\n crateAfterStyles() {\n this.afterStyles = {\n ...(this.thySecondaryColor && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.thySecondaryColor, 0)}, ${helpers.hexToRgb(\n this.thySecondaryColor,\n 0.15\n )}, ${helpers.hexToRgb(this.thySecondaryColor, 0)}`\n }),\n animation: ![false, 'false'].includes(this.thyAnimated)\n ? `thy-skeleton-animation ${this.thyAnimatedInterval}s infinite`\n : 'none'\n };\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n const { thySecondaryColor, thyAnimated, thyAnimatedInterval } = changes;\n if (\n (thySecondaryColor && !thySecondaryColor?.firstChange) ||\n (thyAnimated && !thyAnimated?.firstChange) ||\n (thyAnimatedInterval && !thyAnimatedInterval?.firstChange)\n ) {\n this.crateAfterStyles();\n }\n }\n}\n","import {\n Component,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n Input,\n OnInit,\n Optional,\n OnChanges,\n SimpleChanges,\n Inject,\n booleanAttribute\n} from '@angular/core';\nimport { ThySkeleton } from './skeleton.component';\nimport { helpers } from 'ngx-tethys/util';\nimport { InputCssPixel } from 'ngx-tethys/core';\nimport { THY_SKELETON_CONFIG, ThySkeletonConfigModel } from './skeleton.config';\nimport { isUndefinedOrNull } from 'ngx-tethys/util';\nimport { NgStyle } from '@angular/common';\n\ninterface Style {\n background?: string;\n animation?: string;\n}\n\n/**\n * 骨架屏圆形组件\n * @name thy-skeleton-circle\n * @order 30\n */\n@Component({\n selector: 'thy-skeleton-circle',\n host: {\n '[class.thy-skeleton]': 'true',\n '[class.thy-skeleton-circle]': 'true',\n '[style.background]': 'thyPrimaryColor',\n '[style.width]': 'thySize',\n '[style.height]': 'thySize'\n },\n template: ` <div class=\"thy-skeleton-after\" [ngStyle]=\"afterStyles\"></div> `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgStyle]\n})\nexport class ThySkeletonCircle implements OnInit, OnChanges {\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架尺寸\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thySize: string | number = 20;\n\n /**\n * 骨架主色\n * @default #F7F7F7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n /**\n * 是否展示动画\n * @default true\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n public afterStyles: Style = {};\n\n constructor(\n @Optional()\n @Inject(THY_SKELETON_CONFIG)\n private skeletonConfigModel: ThySkeletonConfigModel,\n @Optional() private _parent: ThySkeleton\n ) {}\n\n ngOnInit() {\n const config = {\n ...this.skeletonConfigModel,\n ...(this._parent || {}),\n ...(!isUndefinedOrNull(this._parent?.thyAnimated) && { thyAnimated: this._parent.thyAnimated }) // do it because @InputBoolean() lead to cannot get thyAnimated from _parent inject\n };\n const { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated } = config;\n for (let key in { thyAnimatedInterval, thyPrimaryColor, thySecondaryColor, thyAnimated }) {\n this[key] = !isUndefinedOrNull(this[key]) ? this[key] : config[key];\n }\n this.crateAfterStyles();\n }\n\n crateAfterStyles() {\n this.afterStyles = {\n ...(this.thySecondaryColor && {\n background: `linear-gradient(90deg, ${helpers.hexToRgb(this.thySecondaryColor, 0)}, ${helpers.hexToRgb(\n this.thySecondaryColor,\n 0.15\n )}, ${helpers.hexToRgb(this.thySecondaryColor, 0)}`\n }),\n animation: ![false, 'false'].includes(this.thyAnimated)\n ? `thy-skeleton-animation ${this.thyAnimatedInterval}s infinite`\n : 'none'\n };\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n const { thySecondaryColor, thyAnimated, thyAnimatedInterval } = changes;\n if (\n (thySecondaryColor && !thySecondaryColor?.firstChange) ||\n (thyAnimated && !thyAnimated?.firstChange) ||\n (thyAnimatedInterval && !thyAnimatedInterval?.firstChange)\n ) {\n this.crateAfterStyles();\n }\n }\n}\n","import { NgFor } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, booleanAttribute } from '@angular/core';\nimport { InputCssPixel } from 'ngx-tethys/core';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏列表组件\n * @name thy-skeleton-list\n * @order 40\n */\n@Component({\n selector: 'thy-skeleton-list',\n template: `\n <ng-container *ngFor=\"let k of rowCount; index as i\">\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-list]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonRectangle]\n})\nexport class ThySkeletonList {\n /**\n * 骨架宽度\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default false\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string;\n\n /**\n * 骨架主色\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n */\n @Input() thySecondaryColor: string;\n\n rowCount: number[] = [];\n\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n}\n","import { NgFor } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, booleanAttribute } from '@angular/core';\nimport { InputCssPixel } from 'ngx-tethys/core';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏段落组件\n * @name thy-skeleton-paragraph\n * @order 60\n */\n@Component({\n selector: 'thy-skeleton-paragraph',\n template: `\n <ng-container *ngFor=\"let k of rowCount; index as i\">\n <thy-skeleton-rectangle\n class=\"vertical-gap\"\n [thyRowWidth]=\"i === 0 ? thyFirstWidth : i === rowCount.length - 1 ? thyLastWidth : thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-paragraph]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonRectangle]\n})\nexport class ThySkeletonParagraph {\n /**\n * 首行宽度\n */\n @Input()\n @InputCssPixel()\n thyFirstWidth: string | number;\n\n /**\n * 尾行宽度\n */\n @Input()\n @InputCssPixel()\n thyLastWidth: string | number;\n\n /**\n * 骨架宽度\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default false\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n /**\n * 动画速度\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n */\n @Input() thySecondaryColor: string;\n\n rowCount: number[] = [];\n\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, booleanAttribute } from '@angular/core';\nimport { InputCssPixel } from 'ngx-tethys/core';\n\nimport { NgFor } from '@angular/common';\nimport { ThySkeletonCircle } from '../skeleton-circle.component';\nimport { ThySkeletonRectangle } from '../skeleton-rectangle.component';\n\n/**\n * 骨架屏无序列表组件\n * @name thy-skeleton-bullet-list\n * @order 50\n */\n@Component({\n selector: 'thy-skeleton-bullet-list',\n template: `\n <ng-container *ngFor=\"let item of rowCount; index as i\">\n <div class=\"d-flex vertical-gap\">\n <thy-skeleton-circle\n [thyAnimated]=\"thyAnimated\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"\n [thySize]=\"thySize\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\">\n </thy-skeleton-circle>\n <div class=\"horizontal-gap\"></div>\n <div style=\"flex: 1\">\n <thy-skeleton-rectangle\n [thyRowWidth]=\"thyRowWidth\"\n [thyRowHeight]=\"thyRowHeight\"\n [thyAnimated]=\"thyAnimated\"\n [thyPrimaryColor]=\"thyPrimaryColor\"\n [thySecondaryColor]=\"thySecondaryColor\"\n [thyBorderRadius]=\"thyBorderRadius\"\n [thyAnimatedInterval]=\"thyAnimatedInterval\"></thy-skeleton-rectangle>\n </div>\n </div>\n </ng-container>\n `,\n host: {\n '[class.thy-skeleton-bullet-list]': 'true'\n },\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n imports: [NgFor, ThySkeletonCircle, ThySkeletonRectangle]\n})\nexport class ThySkeletonBulletList {\n /**\n * 骨架宽度\n * @default 100%\n */\n @Input()\n @InputCssPixel()\n thyRowWidth: string | number;\n\n /**\n * 骨架高度\n * @default 20px\n */\n @Input()\n @InputCssPixel()\n thyRowHeight: string | number;\n\n /**\n * 骨架边框圆角\n * @default 4px\n */\n @Input()\n @InputCssPixel()\n thyBorderRadius: string | number;\n\n /**\n * 是否开启动画\n * @default true\n */\n @Input({ transform: booleanAttribute })\n thyAnimated: boolean;\n\n /**\n * 动画速度\n * @default 1.5s\n */\n @Input() thyAnimatedInterval: string | number;\n\n /**\n * 骨架主色\n * @default #f7f7f7\n */\n @Input() thyPrimaryColor: string;\n\n /**\n * 骨架次色\n * @default #aaaaaa\n */\n @Input() thySecondaryColor: string;\n\n /**\n * circle类型骨架尺寸\n */\n @Input()\n @InputCssPixel()\n thySize: string | number;\n\n rowCount: number[] = [];\n /**\n * 行数\n */\n @Input()\n set thyRowCount(value: number | string) {\n this.rowCount = Array.from({ length: +value });\n }\n get thyRowCount() {\n return this.rowCount.length;\n }\n\n constructor() {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { ThyGridModule } from 'ngx-tethys/grid';\nimport { ThyListModule } from 'ngx-tethys/list';\n\nimport { ThySkeleton } from './skeleton.component';\nimport { ThySkeletonRectangle } from './skeleton-rectangle.component';\nimport { ThySkeletonCircle } from './skeleton-circle.component';\nimport { ThySkeletonList } from './stylized/list.component';\nimport { ThySkeletonParagraph } from './stylized/paragraph.component';\nimport { ThySkeletonBulletList } from './stylized/bullet-list.component';\n\nconst components = [ThySkeleton, ThySkeletonRectangle, ThySkeletonCircle, ThySkeletonList, ThySkeletonParagraph, ThySkeletonBulletList];\n@NgModule({\n imports: [CommonModule, PortalModule, ThyGridModule, ThyListModule, ...components],\n exports: components,\n providers: []\n})\nexport class ThySkeletonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.ThySkeleton"],"mappings":"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"}
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, ElementRef, Component, Inject, ViewChild, Injectable, Injector, Optional, ViewEncapsulation, HostBinding, Input, ContentChild, Directive, NgModule } from '@angular/core';
2
+ import { InjectionToken, ElementRef, Component, Inject, ViewChild, Injectable, Injector, Optional, ViewEncapsulation, HostBinding, Input, ContentChild, booleanAttribute, Directive, NgModule } from '@angular/core';
3
3
  import { DOCUMENT, NgIf, NgTemplateOutlet, CommonModule } from '@angular/common';
4
4
  import { ThySharedModule } from 'ngx-tethys/shared';
5
5
  import { ThyAbstractOverlayConfig, ThyAbstractOverlayContainer, ThyPortalOutlet, ThyAbstractOverlayRef, ThyAbstractInternalOverlayRef, ThyAbstractOverlayService } from 'ngx-tethys/core';
6
- import { helpers, coerceArray, coerceBooleanProperty } from 'ngx-tethys/util';
6
+ import { helpers, coerceArray } from 'ngx-tethys/util';
7
7
  import { Subject, of } from 'rxjs';
8
8
  import { Directionality } from '@angular/cdk/bidi';
9
9
  import { coerceElement } from '@angular/cdk/coercion';
@@ -489,11 +489,11 @@ class ThySlideBodySection {
489
489
  * @default false
490
490
  */
491
491
  set thyDividerBorder(value) {
492
- this.hasDivider = coerceBooleanProperty(value);
492
+ this.hasDivider = value;
493
493
  }
494
494
  ngOnInit() { }
495
495
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySlideBodySection, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
496
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.3", type: ThySlideBodySection, isStandalone: true, selector: "thy-slide-body-section", inputs: { thyDividerBorder: "thyDividerBorder" }, host: { properties: { "class.thy-slide-body-section": "this.thySlideBodyItem", "class.thy-slide-body-section-divider": "this.hasDivider" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
496
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.3", type: ThySlideBodySection, isStandalone: true, selector: "thy-slide-body-section", inputs: { thyDividerBorder: ["thyDividerBorder", "thyDividerBorder", booleanAttribute] }, host: { properties: { "class.thy-slide-body-section": "this.thySlideBodyItem", "class.thy-slide-body-section-divider": "this.hasDivider" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
497
497
  }
498
498
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImport: i0, type: ThySlideBodySection, decorators: [{
499
499
  type: Component,
@@ -509,7 +509,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.3", ngImpor
509
509
  type: HostBinding,
510
510
  args: ['class.thy-slide-body-section-divider']
511
511
  }], thyDividerBorder: [{
512
- type: Input
512
+ type: Input,
513
+ args: [{ transform: booleanAttribute }]
513
514
  }] } });
514
515
 
515
516
  /**