slick-components 5.0.28 → 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 (303) hide show
  1. package/{esm2020 → esm2022}/public-api.mjs +44 -44
  2. package/{esm2020 → esm2022}/slick-accordion/slick-accordion-item-header.component.mjs +14 -14
  3. package/esm2022/slick-accordion/slick-accordion-item.component.mjs +92 -0
  4. package/{esm2020 → esm2022}/slick-accordion/slick-accordion.component.mjs +80 -80
  5. package/{esm2020 → esm2022}/slick-accordion/slick-accordion.module.mjs +23 -23
  6. package/{esm2020 → esm2022}/slick-auto-complete/slick-auto-complete-list-item-template.directive.mjs +22 -22
  7. package/esm2022/slick-auto-complete/slick-auto-complete.component.mjs +388 -0
  8. package/{esm2020 → esm2022}/slick-auto-complete/slick-auto-complete.module.mjs +25 -25
  9. package/esm2022/slick-button-spinner/slick-button-spinner.component.mjs +175 -0
  10. package/{esm2020 → esm2022}/slick-button-spinner/slick-button-spinner.module.mjs +19 -19
  11. package/esm2022/slick-calendar/slick-calendar.component.mjs +271 -0
  12. package/{esm2020 → esm2022}/slick-calendar/slick-calendar.module.mjs +19 -19
  13. package/{esm2020 → esm2022}/slick-card/slick-card-header.component.mjs +14 -14
  14. package/esm2022/slick-card/slick-card.component.mjs +42 -0
  15. package/{esm2020 → esm2022}/slick-card/slick-card.module.mjs +20 -20
  16. package/{esm2020 → esm2022}/slick-components.mjs +4 -4
  17. package/{esm2020 → esm2022}/slick-confirm-dialog/slick-confirm-dialog.component.mjs +65 -65
  18. package/{esm2020 → esm2022}/slick-confirm-dialog/slick-confirm-dialog.module.mjs +20 -20
  19. package/{esm2020 → esm2022}/slick-container/slick-container-body.component.mjs +24 -24
  20. package/{esm2020 → esm2022}/slick-container/slick-container-footer.component.mjs +20 -20
  21. package/{esm2020 → esm2022}/slick-container/slick-container-header.component.mjs +20 -20
  22. package/{esm2020 → esm2022}/slick-container/slick-container.component.mjs +21 -21
  23. package/{esm2020 → esm2022}/slick-container/slick-container.module.mjs +25 -25
  24. package/{esm2020 → esm2022}/slick-context-menu/slick-context-menu-item.component.mjs +14 -14
  25. package/esm2022/slick-context-menu/slick-context-menu.component.mjs +48 -0
  26. package/{esm2020 → esm2022}/slick-context-menu/slick-context-menu.module.mjs +20 -20
  27. package/{esm2020 → esm2022}/slick-currency-mask/slick-currency-mask-options.model.mjs +11 -11
  28. package/esm2022/slick-currency-mask/slick-currency-mask.directive.mjs +233 -0
  29. package/{esm2020 → esm2022}/slick-currency-mask/slick-currency-mask.module.mjs +19 -19
  30. package/esm2022/slick-date-picker/slick-date-picker.component.mjs +278 -0
  31. package/{esm2020 → esm2022}/slick-date-picker/slick-date-picker.module.mjs +21 -21
  32. package/{esm2020 → esm2022}/slick-dialog/slick-dialog-footer.component.mjs +24 -24
  33. package/esm2022/slick-dialog/slick-dialog.component.mjs +294 -0
  34. package/{esm2020 → esm2022}/slick-dialog/slick-dialog.module.mjs +23 -23
  35. package/esm2022/slick-dialog/slick-dialog.service.mjs +68 -0
  36. package/{esm2020 → esm2022}/slick-drag-drop/slick-drag-drop.directive.mjs +13 -13
  37. package/{esm2020 → esm2022}/slick-drag-drop/slick-drag-drop.module.mjs +21 -21
  38. package/{esm2020 → esm2022}/slick-drag-drop/slick-draggable.directive.mjs +13 -13
  39. package/{esm2020 → esm2022}/slick-drop-down/slick-drop-down-button.model.mjs +7 -7
  40. package/esm2022/slick-drop-down/slick-drop-down.component.mjs +447 -0
  41. package/{esm2020 → esm2022}/slick-drop-down/slick-drop-down.module.mjs +24 -24
  42. package/esm2022/slick-drop-down/slick-drop-down.service.mjs +55 -0
  43. package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list-grab.directive.mjs +18 -18
  44. package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list-item.directive.mjs +18 -18
  45. package/esm2022/slick-drop-list/slick-drop-list.directive.mjs +215 -0
  46. package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list.module.mjs +23 -23
  47. package/{esm2020 → esm2022}/slick-email-viewer/slick-email-viewer-dialog.component.mjs +62 -62
  48. package/esm2022/slick-email-viewer/slick-email-viewer.component.mjs +42 -0
  49. package/{esm2020 → esm2022}/slick-email-viewer/slick-email-viewer.module.mjs +26 -26
  50. package/{esm2020 → esm2022}/slick-emailer/slick-emailer-address.model.mjs +2 -2
  51. package/esm2022/slick-emailer/slick-emailer-dialog.component.mjs +153 -0
  52. package/esm2022/slick-emailer/slick-emailer.component.mjs +235 -0
  53. package/{esm2020 → esm2022}/slick-emailer/slick-emailer.model.mjs +2 -2
  54. package/{esm2020 → esm2022}/slick-emailer/slick-emailer.module.mjs +29 -29
  55. package/esm2022/slick-file-drop/slick-file-drop.component.mjs +156 -0
  56. package/{esm2020 → esm2022}/slick-file-drop/slick-file-drop.module.mjs +20 -20
  57. package/esm2022/slick-file-list/slick-file-list-item.component.mjs +190 -0
  58. package/esm2022/slick-file-list/slick-file-list.component.mjs +130 -0
  59. package/{esm2020 → esm2022}/slick-file-list/slick-file-list.module.mjs +23 -23
  60. package/{esm2020 → esm2022}/slick-file-model/slick-file.model.mjs +2 -2
  61. package/esm2022/slick-google-address-search/slick-google-address-search.directive.mjs +78 -0
  62. package/{esm2020 → esm2022}/slick-google-address-search/slick-google-address-search.module.mjs +19 -19
  63. package/esm2022/slick-google-map/slick-google-map-dialog.component.mjs +50 -0
  64. package/esm2022/slick-google-map/slick-google-map.component.mjs +48 -0
  65. package/{esm2020 → esm2022}/slick-google-map/slick-google-map.module.mjs +22 -22
  66. package/{esm2020 → esm2022}/slick-grid/slick-grid-column-template.directive.mjs +19 -19
  67. package/{esm2020 → esm2022}/slick-grid/slick-grid-column.model.mjs +66 -66
  68. package/{esm2020 → esm2022}/slick-grid/slick-grid-favorite.model.mjs +2 -2
  69. package/{esm2020 → esm2022}/slick-grid/slick-grid-request.model.mjs +2 -2
  70. package/{esm2020 → esm2022}/slick-grid/slick-grid-response.model.mjs +2 -2
  71. package/{esm2020 → esm2022}/slick-grid/slick-grid-sanitize.pipe.mjs +20 -20
  72. package/esm2022/slick-grid/slick-grid.component.mjs +793 -0
  73. package/{esm2020 → esm2022}/slick-grid/slick-grid.module.mjs +43 -43
  74. package/{esm2020 → esm2022}/slick-grid/slick-grid.options.mjs +11 -11
  75. package/esm2022/slick-grid/slick-grid.service.mjs +66 -0
  76. package/esm2022/slick-multi-select/slick-multi-select.component.mjs +415 -0
  77. package/{esm2020 → esm2022}/slick-multi-select/slick-multi-select.module.mjs +20 -20
  78. package/esm2022/slick-multi-select/slick-multi-select.service.mjs +78 -0
  79. package/esm2022/slick-ordered-list/slick-ordered-list.component.mjs +200 -0
  80. package/{esm2020 → esm2022}/slick-ordered-list/slick-ordered-list.module.mjs +20 -20
  81. package/esm2022/slick-paging/slick-paging.component.mjs +185 -0
  82. package/{esm2020 → esm2022}/slick-paging/slick-paging.module.mjs +19 -19
  83. package/esm2022/slick-photo-gallery/slick-photo-gallery.component.mjs +98 -0
  84. package/{esm2020 → esm2022}/slick-photo-gallery/slick-photo-gallery.model.mjs +2 -2
  85. package/{esm2020 → esm2022}/slick-photo-gallery/slick-photo-gallery.module.mjs +21 -21
  86. package/{esm2020 → esm2022}/slick-pick-list/slick-pick-list.component.mjs +84 -84
  87. package/{esm2020 → esm2022}/slick-pick-list/slick-pick-list.module.mjs +20 -20
  88. package/esm2022/slick-popover/slick-popover.component.mjs +204 -0
  89. package/{esm2020 → esm2022}/slick-popover/slick-popover.module.mjs +19 -19
  90. package/esm2022/slick-profile-picture/slick-profile-picture.component.mjs +267 -0
  91. package/{esm2020 → esm2022}/slick-profile-picture/slick-profile-picture.module.mjs +20 -20
  92. package/{esm2020 → esm2022}/slick-progress-bar/slick-progress-bar.module.mjs +18 -18
  93. package/esm2022/slick-progress-bar/slick-progress-bar.service.mjs +53 -0
  94. package/{esm2020 → esm2022}/slick-screen-blocker/slick-screen-blocker.module.mjs +18 -18
  95. package/esm2022/slick-screen-blocker/slick-screen-blocker.service.mjs +83 -0
  96. package/esm2022/slick-search-bar/slick-search-bar.component.mjs +130 -0
  97. package/{esm2020 → esm2022}/slick-search-bar/slick-search-bar.module.mjs +20 -20
  98. package/{esm2020 → esm2022}/slick-slider/slick-slider-tick.model.mjs +2 -2
  99. package/esm2022/slick-slider/slick-slider.component.mjs +90 -0
  100. package/{esm2020 → esm2022}/slick-slider/slick-slider.module.mjs +20 -20
  101. package/{esm2020 → esm2022}/slick-split-screen/slick-screen-split-left-content.component.mjs +15 -15
  102. package/{esm2020 → esm2022}/slick-split-screen/slick-screen-split-right-content.component.mjs +15 -15
  103. package/esm2022/slick-split-screen/slick-split-screen.component.mjs +159 -0
  104. package/{esm2020 → esm2022}/slick-split-screen/slick-split-screen.module.mjs +21 -21
  105. package/esm2022/slick-star-rating/slick-star-rating.component.mjs +91 -0
  106. package/{esm2020 → esm2022}/slick-star-rating/slick-star-rating.module.mjs +21 -21
  107. package/{esm2020 → esm2022}/slick-tabs/slick-tab-header.component.mjs +28 -28
  108. package/esm2022/slick-tabs/slick-tab.component.mjs +63 -0
  109. package/{esm2020 → esm2022}/slick-tabs/slick-tab.model.mjs +2 -2
  110. package/esm2022/slick-tabs/slick-tabs.component.mjs +107 -0
  111. package/{esm2020 → esm2022}/slick-tabs/slick-tabs.module.mjs +23 -23
  112. package/{esm2020 → esm2022}/slick-toast/slick-toast.module.mjs +18 -18
  113. package/esm2022/slick-toast/slick-toast.service.mjs +88 -0
  114. package/esm2022/slick-tree-view/slick-tree-node.model.mjs +18 -0
  115. package/esm2022/slick-tree-view/slick-tree-view.component.mjs +293 -0
  116. package/{esm2020 → esm2022}/slick-tree-view/slick-tree-view.module.mjs +22 -22
  117. package/esm2022/slick-type-ahead/slick-type-ahead.directive.mjs +164 -0
  118. package/{esm2020 → esm2022}/slick-type-ahead/slick-type-ahead.module.mjs +18 -18
  119. package/esm2022/slick-validation-indicator/slick-validation-indicator.directive.mjs +66 -0
  120. package/{esm2020 → esm2022}/slick-validation-indicator/slick-validation-indicator.module.mjs +19 -19
  121. package/esm2022/utils/slick-function-lock.service.mjs +55 -0
  122. package/esm2022/utils/slick-init.service.mjs +49 -0
  123. package/{esm2020 → esm2022}/utils/slick-log.service.mjs +23 -23
  124. package/{esm2020 → esm2022}/utils/slick-sleep.service.mjs +14 -14
  125. package/esm2022/utils/slick-utils.service.mjs +247 -0
  126. package/{fesm2020 → fesm2022}/slick-components.mjs +8495 -8495
  127. package/fesm2022/slick-components.mjs.map +1 -0
  128. package/index.d.ts +5 -5
  129. package/package.json +11 -17
  130. package/public-api.d.ts +41 -41
  131. package/slick-accordion/slick-accordion-item-header.component.d.ts +5 -5
  132. package/slick-accordion/slick-accordion-item.component.d.ts +24 -24
  133. package/slick-accordion/slick-accordion.component.d.ts +22 -22
  134. package/slick-accordion/slick-accordion.module.d.ts +16 -16
  135. package/slick-auto-complete/slick-auto-complete-list-item-template.directive.d.ts +10 -10
  136. package/slick-auto-complete/slick-auto-complete.component.d.ts +60 -60
  137. package/slick-auto-complete/slick-auto-complete.module.d.ts +15 -15
  138. package/slick-button-spinner/slick-button-spinner.component.d.ts +28 -28
  139. package/slick-button-spinner/slick-button-spinner.module.d.ts +10 -10
  140. package/slick-calendar/slick-calendar.component.d.ts +53 -53
  141. package/slick-calendar/slick-calendar.module.d.ts +10 -10
  142. package/slick-card/slick-card-header.component.d.ts +5 -5
  143. package/slick-card/slick-card.component.d.ts +13 -13
  144. package/slick-card/slick-card.module.d.ts +12 -12
  145. package/slick-confirm-dialog/slick-confirm-dialog.component.d.ts +26 -26
  146. package/slick-confirm-dialog/slick-confirm-dialog.module.d.ts +11 -11
  147. package/slick-container/slick-container-body.component.d.ts +7 -7
  148. package/slick-container/slick-container-footer.component.d.ts +6 -6
  149. package/slick-container/slick-container-header.component.d.ts +6 -6
  150. package/slick-container/slick-container.component.d.ts +8 -8
  151. package/slick-container/slick-container.module.d.ts +19 -19
  152. package/slick-context-menu/slick-context-menu-item.component.d.ts +5 -5
  153. package/slick-context-menu/slick-context-menu.component.d.ts +13 -13
  154. package/slick-context-menu/slick-context-menu.module.d.ts +12 -12
  155. package/slick-currency-mask/slick-currency-mask-options.model.d.ts +10 -10
  156. package/slick-currency-mask/slick-currency-mask.directive.d.ts +29 -29
  157. package/slick-currency-mask/slick-currency-mask.module.d.ts +10 -10
  158. package/slick-date-picker/slick-date-picker.component.d.ts +45 -45
  159. package/slick-date-picker/slick-date-picker.module.d.ts +12 -12
  160. package/slick-dialog/slick-dialog-footer.component.d.ts +7 -7
  161. package/slick-dialog/slick-dialog.component.d.ts +56 -56
  162. package/slick-dialog/slick-dialog.module.d.ts +13 -13
  163. package/slick-dialog/slick-dialog.service.d.ts +17 -17
  164. package/slick-drag-drop/slick-drag-drop.directive.d.ts +5 -5
  165. package/slick-drag-drop/slick-drag-drop.module.d.ts +13 -13
  166. package/slick-drag-drop/slick-draggable.directive.d.ts +5 -5
  167. package/slick-drop-down/slick-drop-down-button.model.d.ts +13 -13
  168. package/slick-drop-down/slick-drop-down.component.d.ts +78 -78
  169. package/slick-drop-down/slick-drop-down.module.d.ts +14 -14
  170. package/slick-drop-down/slick-drop-down.service.d.ts +12 -12
  171. package/slick-drop-list/slick-drop-list-grab.directive.d.ts +7 -7
  172. package/slick-drop-list/slick-drop-list-item.directive.d.ts +7 -7
  173. package/slick-drop-list/slick-drop-list.directive.d.ts +33 -33
  174. package/slick-drop-list/slick-drop-list.module.d.ts +16 -16
  175. package/slick-email-viewer/slick-email-viewer-dialog.component.d.ts +19 -19
  176. package/slick-email-viewer/slick-email-viewer.component.d.ts +13 -13
  177. package/slick-email-viewer/slick-email-viewer.module.d.ts +18 -18
  178. package/slick-emailer/slick-emailer-address.model.d.ts +10 -10
  179. package/slick-emailer/slick-emailer-dialog.component.d.ts +33 -33
  180. package/slick-emailer/slick-emailer.component.d.ts +50 -50
  181. package/slick-emailer/slick-emailer.model.d.ts +16 -16
  182. package/slick-emailer/slick-emailer.module.d.ts +21 -21
  183. package/slick-file-drop/slick-file-drop.component.d.ts +25 -25
  184. package/slick-file-drop/slick-file-drop.module.d.ts +11 -11
  185. package/slick-file-list/slick-file-list-item.component.d.ts +37 -37
  186. package/slick-file-list/slick-file-list.component.d.ts +31 -31
  187. package/slick-file-list/slick-file-list.module.d.ts +14 -14
  188. package/slick-file-model/slick-file.model.d.ts +28 -28
  189. package/slick-google-address-search/slick-google-address-search.directive.d.ts +16 -17
  190. package/slick-google-address-search/slick-google-address-search.module.d.ts +10 -10
  191. package/slick-google-map/slick-google-map-dialog.component.d.ts +15 -16
  192. package/slick-google-map/slick-google-map.component.d.ts +17 -18
  193. package/slick-google-map/slick-google-map.module.d.ts +14 -14
  194. package/slick-grid/slick-grid-column-template.directive.d.ts +9 -9
  195. package/slick-grid/slick-grid-column.model.d.ts +64 -64
  196. package/slick-grid/slick-grid-favorite.model.d.ts +9 -9
  197. package/slick-grid/slick-grid-request.model.d.ts +33 -33
  198. package/slick-grid/slick-grid-response.model.d.ts +8 -8
  199. package/slick-grid/slick-grid-sanitize.pipe.d.ts +10 -10
  200. package/slick-grid/slick-grid.component.d.ts +119 -119
  201. package/slick-grid/slick-grid.module.d.ts +32 -32
  202. package/slick-grid/slick-grid.options.d.ts +35 -35
  203. package/slick-grid/slick-grid.service.d.ts +12 -12
  204. package/slick-multi-select/slick-multi-select.component.d.ts +69 -69
  205. package/slick-multi-select/slick-multi-select.module.d.ts +11 -11
  206. package/slick-multi-select/slick-multi-select.service.d.ts +9 -9
  207. package/slick-ordered-list/slick-ordered-list.component.d.ts +28 -28
  208. package/slick-ordered-list/slick-ordered-list.module.d.ts +11 -11
  209. package/slick-paging/slick-paging.component.d.ts +31 -31
  210. package/slick-paging/slick-paging.module.d.ts +10 -10
  211. package/slick-photo-gallery/slick-photo-gallery.component.d.ts +26 -26
  212. package/slick-photo-gallery/slick-photo-gallery.model.d.ts +8 -8
  213. package/slick-photo-gallery/slick-photo-gallery.module.d.ts +12 -12
  214. package/slick-pick-list/slick-pick-list.component.d.ts +24 -24
  215. package/slick-pick-list/slick-pick-list.module.d.ts +11 -11
  216. package/slick-popover/slick-popover.component.d.ts +39 -39
  217. package/slick-popover/slick-popover.module.d.ts +10 -10
  218. package/slick-profile-picture/slick-profile-picture.component.d.ts +29 -29
  219. package/slick-profile-picture/slick-profile-picture.module.d.ts +11 -11
  220. package/slick-progress-bar/slick-progress-bar.module.d.ts +9 -9
  221. package/slick-progress-bar/slick-progress-bar.service.d.ts +12 -12
  222. package/slick-screen-blocker/slick-screen-blocker.module.d.ts +9 -9
  223. package/slick-screen-blocker/slick-screen-blocker.service.d.ts +16 -16
  224. package/slick-search-bar/slick-search-bar.component.d.ts +37 -37
  225. package/slick-search-bar/slick-search-bar.module.d.ts +11 -11
  226. package/slick-slider/slick-slider-tick.model.d.ts +10 -10
  227. package/slick-slider/slick-slider.component.d.ts +29 -29
  228. package/slick-slider/slick-slider.module.d.ts +11 -11
  229. package/slick-split-screen/slick-screen-split-left-content.component.d.ts +6 -6
  230. package/slick-split-screen/slick-screen-split-right-content.component.d.ts +6 -6
  231. package/slick-split-screen/slick-split-screen.component.d.ts +40 -40
  232. package/slick-split-screen/slick-split-screen.module.d.ts +14 -14
  233. package/slick-star-rating/slick-star-rating.component.d.ts +28 -28
  234. package/slick-star-rating/slick-star-rating.module.d.ts +12 -12
  235. package/slick-tabs/slick-tab-header.component.d.ts +12 -12
  236. package/slick-tabs/slick-tab.component.d.ts +22 -22
  237. package/slick-tabs/slick-tab.model.d.ts +10 -10
  238. package/slick-tabs/slick-tabs.component.d.ts +25 -25
  239. package/slick-tabs/slick-tabs.module.d.ts +16 -16
  240. package/slick-toast/slick-toast.module.d.ts +9 -9
  241. package/slick-toast/slick-toast.service.d.ts +16 -16
  242. package/slick-tree-view/slick-tree-node.model.d.ts +30 -30
  243. package/slick-tree-view/slick-tree-view.component.d.ts +62 -62
  244. package/slick-tree-view/slick-tree-view.module.d.ts +13 -13
  245. package/slick-type-ahead/slick-type-ahead.directive.d.ts +25 -25
  246. package/slick-type-ahead/slick-type-ahead.module.d.ts +9 -9
  247. package/slick-validation-indicator/slick-validation-indicator.directive.d.ts +22 -22
  248. package/slick-validation-indicator/slick-validation-indicator.module.d.ts +10 -10
  249. package/utils/slick-function-lock.service.d.ts +9 -9
  250. package/utils/slick-init.service.d.ts +21 -21
  251. package/utils/slick-log.service.d.ts +9 -9
  252. package/utils/slick-sleep.service.d.ts +6 -6
  253. package/utils/slick-utils.service.d.ts +24 -24
  254. package/esm2020/slick-accordion/slick-accordion-item.component.mjs +0 -92
  255. package/esm2020/slick-auto-complete/slick-auto-complete.component.mjs +0 -388
  256. package/esm2020/slick-button-spinner/slick-button-spinner.component.mjs +0 -175
  257. package/esm2020/slick-calendar/slick-calendar.component.mjs +0 -271
  258. package/esm2020/slick-card/slick-card.component.mjs +0 -42
  259. package/esm2020/slick-context-menu/slick-context-menu.component.mjs +0 -48
  260. package/esm2020/slick-currency-mask/slick-currency-mask.directive.mjs +0 -233
  261. package/esm2020/slick-date-picker/slick-date-picker.component.mjs +0 -278
  262. package/esm2020/slick-dialog/slick-dialog.component.mjs +0 -294
  263. package/esm2020/slick-dialog/slick-dialog.service.mjs +0 -68
  264. package/esm2020/slick-drop-down/slick-drop-down.component.mjs +0 -447
  265. package/esm2020/slick-drop-down/slick-drop-down.service.mjs +0 -55
  266. package/esm2020/slick-drop-list/slick-drop-list.directive.mjs +0 -215
  267. package/esm2020/slick-email-viewer/slick-email-viewer.component.mjs +0 -42
  268. package/esm2020/slick-emailer/slick-emailer-dialog.component.mjs +0 -153
  269. package/esm2020/slick-emailer/slick-emailer.component.mjs +0 -235
  270. package/esm2020/slick-file-drop/slick-file-drop.component.mjs +0 -156
  271. package/esm2020/slick-file-list/slick-file-list-item.component.mjs +0 -190
  272. package/esm2020/slick-file-list/slick-file-list.component.mjs +0 -130
  273. package/esm2020/slick-google-address-search/slick-google-address-search.directive.mjs +0 -78
  274. package/esm2020/slick-google-map/slick-google-map-dialog.component.mjs +0 -50
  275. package/esm2020/slick-google-map/slick-google-map.component.mjs +0 -48
  276. package/esm2020/slick-grid/slick-grid.component.mjs +0 -793
  277. package/esm2020/slick-grid/slick-grid.service.mjs +0 -66
  278. package/esm2020/slick-multi-select/slick-multi-select.component.mjs +0 -415
  279. package/esm2020/slick-multi-select/slick-multi-select.service.mjs +0 -78
  280. package/esm2020/slick-ordered-list/slick-ordered-list.component.mjs +0 -200
  281. package/esm2020/slick-paging/slick-paging.component.mjs +0 -185
  282. package/esm2020/slick-photo-gallery/slick-photo-gallery.component.mjs +0 -98
  283. package/esm2020/slick-popover/slick-popover.component.mjs +0 -204
  284. package/esm2020/slick-profile-picture/slick-profile-picture.component.mjs +0 -267
  285. package/esm2020/slick-progress-bar/slick-progress-bar.service.mjs +0 -53
  286. package/esm2020/slick-screen-blocker/slick-screen-blocker.service.mjs +0 -83
  287. package/esm2020/slick-search-bar/slick-search-bar.component.mjs +0 -130
  288. package/esm2020/slick-slider/slick-slider.component.mjs +0 -90
  289. package/esm2020/slick-split-screen/slick-split-screen.component.mjs +0 -159
  290. package/esm2020/slick-star-rating/slick-star-rating.component.mjs +0 -91
  291. package/esm2020/slick-tabs/slick-tab.component.mjs +0 -63
  292. package/esm2020/slick-tabs/slick-tabs.component.mjs +0 -107
  293. package/esm2020/slick-toast/slick-toast.service.mjs +0 -88
  294. package/esm2020/slick-tree-view/slick-tree-node.model.mjs +0 -18
  295. package/esm2020/slick-tree-view/slick-tree-view.component.mjs +0 -293
  296. package/esm2020/slick-type-ahead/slick-type-ahead.directive.mjs +0 -164
  297. package/esm2020/slick-validation-indicator/slick-validation-indicator.directive.mjs +0 -66
  298. package/esm2020/utils/slick-function-lock.service.mjs +0 -55
  299. package/esm2020/utils/slick-init.service.mjs +0 -49
  300. package/esm2020/utils/slick-utils.service.mjs +0 -247
  301. package/fesm2015/slick-components.mjs +0 -9084
  302. package/fesm2015/slick-components.mjs.map +0 -1
  303. package/fesm2020/slick-components.mjs.map +0 -1
@@ -1,45 +1,45 @@
1
- import { ElementRef, OnInit, OnDestroy, EventEmitter } from "@angular/core";
2
- import { ControlValueAccessor } from "@angular/forms";
3
- import * as i0 from "@angular/core";
4
- export declare class SlickDatePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
5
- private el;
6
- slickDatePicker: SlickDatePickerComponent;
7
- format: string;
8
- condensed: boolean;
9
- mobile: boolean;
10
- onDateChange: EventEmitter<Date>;
11
- containerRef: ElementRef;
12
- fnDocumentClick: (e: any) => void;
13
- fnDocumentMouseDown: (e: any) => void;
14
- onKeydown(event: KeyboardEvent): Promise<void>;
15
- onFocus(event: FocusEvent): void;
16
- onBlur(event: FocusEvent, targetElement: HTMLElement): Promise<void>;
17
- uuid: string;
18
- ignoreBlur: boolean;
19
- showDatePicker: boolean;
20
- datePickerVisiblity: string;
21
- datePickerOpacity: string;
22
- left: string;
23
- top: string;
24
- selectedDate: Date;
25
- isInitial: boolean;
26
- private inputGroupPrepend;
27
- constructor(el: ElementRef);
28
- ngOnInit(): Promise<void>;
29
- ngOnDestroy(): void;
30
- propagateChange: (_: any) => void;
31
- private doPropagate;
32
- private emitDateChange;
33
- writeValue(obj: any): void;
34
- registerOnChange(fn: any): void;
35
- registerOnTouched(): void;
36
- private documentMouseDown;
37
- private documentClick;
38
- onDateSelect(date: any): void;
39
- showCalendar(): Promise<void>;
40
- hideCalendar(): void;
41
- private reposition;
42
- toggleCalendar(): void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<SlickDatePickerComponent, "[slick-date-picker]", never, { "slickDatePicker": "slick-date-picker"; "format": "slick-date-picker-format"; "condensed": "slick-date-picker-condensed"; "mobile": "slick-date-picker-mobile"; }, { "onDateChange": "onDateChange"; }, never, ["*"], false, never>;
45
- }
1
+ import { ElementRef, OnInit, OnDestroy, EventEmitter } from "@angular/core";
2
+ import { ControlValueAccessor } from "@angular/forms";
3
+ import * as i0 from "@angular/core";
4
+ export declare class SlickDatePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
5
+ private el;
6
+ slickDatePicker: SlickDatePickerComponent;
7
+ format: string;
8
+ condensed: boolean;
9
+ mobile: boolean;
10
+ onDateChange: EventEmitter<Date>;
11
+ containerRef: ElementRef;
12
+ fnDocumentClick: (e: any) => void;
13
+ fnDocumentMouseDown: (e: any) => void;
14
+ onKeydown(event: KeyboardEvent): Promise<void>;
15
+ onFocus(event: FocusEvent): void;
16
+ onBlur(event: FocusEvent, targetElement: HTMLElement): Promise<void>;
17
+ uuid: string;
18
+ ignoreBlur: boolean;
19
+ showDatePicker: boolean;
20
+ datePickerVisiblity: string;
21
+ datePickerOpacity: string;
22
+ left: string;
23
+ top: string;
24
+ selectedDate: Date;
25
+ isInitial: boolean;
26
+ private inputGroupPrepend;
27
+ constructor(el: ElementRef);
28
+ ngOnInit(): Promise<void>;
29
+ ngOnDestroy(): void;
30
+ propagateChange: (_: any) => void;
31
+ private doPropagate;
32
+ private emitDateChange;
33
+ writeValue(obj: any): void;
34
+ registerOnChange(fn: any): void;
35
+ registerOnTouched(): void;
36
+ private documentMouseDown;
37
+ private documentClick;
38
+ onDateSelect(date: any): void;
39
+ showCalendar(): Promise<void>;
40
+ hideCalendar(): void;
41
+ private reposition;
42
+ toggleCalendar(): void;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlickDatePickerComponent, "[slick-date-picker]", never, { "slickDatePicker": { "alias": "slick-date-picker"; "required": false; }; "format": { "alias": "slick-date-picker-format"; "required": false; }; "condensed": { "alias": "slick-date-picker-condensed"; "required": false; }; "mobile": { "alias": "slick-date-picker-mobile"; "required": false; }; }, { "onDateChange": "onDateChange"; }, never, ["*"], false, never>;
45
+ }
@@ -1,12 +1,12 @@
1
- import { SlickDatePickerComponent } from "./slick-date-picker.component";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./slick-date-picker.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@angular/forms";
6
- import * as i4 from "../slick-calendar/slick-calendar.module";
7
- export declare class SlickDatePickerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDatePickerModule, [typeof i1.SlickDatePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickCalendarModule], [typeof i1.SlickDatePickerComponent, typeof i4.SlickCalendarModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SlickDatePickerModule>;
11
- }
12
- export { SlickDatePickerComponent };
1
+ import { SlickDatePickerComponent } from "./slick-date-picker.component";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./slick-date-picker.component";
4
+ import * as i2 from "@angular/common";
5
+ import * as i3 from "@angular/forms";
6
+ import * as i4 from "../slick-calendar/slick-calendar.module";
7
+ export declare class SlickDatePickerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDatePickerModule, [typeof i1.SlickDatePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickCalendarModule], [typeof i1.SlickDatePickerComponent, typeof i4.SlickCalendarModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SlickDatePickerModule>;
11
+ }
12
+ export { SlickDatePickerComponent };
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SlickDialogFooterComponent {
3
- flex: string;
4
- textAlign: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogFooterComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogFooterComponent, "slick-dialog-footer", never, {}, {}, never, ["*"], false, never>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class SlickDialogFooterComponent {
3
+ flex: string;
4
+ textAlign: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogFooterComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogFooterComponent, "slick-dialog-footer", never, {}, {}, never, ["*"], false, never>;
7
+ }
@@ -1,56 +1,56 @@
1
- import { EventEmitter, ElementRef, OnDestroy, OnChanges, SimpleChanges, OnInit } from "@angular/core";
2
- import { SlickDialogService } from "./slick-dialog.service";
3
- import * as i0 from "@angular/core";
4
- export declare class SlickDialogComponent implements OnChanges, OnDestroy, OnInit {
5
- private readonly dialogService;
6
- draggable: boolean;
7
- resizable: boolean;
8
- minimizable: boolean;
9
- header: string;
10
- showHeader: boolean;
11
- noPadding: boolean;
12
- top: number;
13
- width: number;
14
- height: number;
15
- maxHeight: number;
16
- cssClass: string;
17
- key: string;
18
- showOverlay: boolean;
19
- disableScrollbar: boolean;
20
- onClose: EventEmitter<void>;
21
- containerRef: ElementRef;
22
- dialogRef: ElementRef;
23
- headerRef: ElementRef;
24
- footerRef: ElementRef;
25
- dialogWrapper: ElementRef;
26
- fnResize: () => Promise<void>;
27
- private overlayEl;
28
- showDialog_internal: boolean;
29
- isDialogVisible: boolean;
30
- isBodyVisible: boolean;
31
- hasFooter: boolean;
32
- zIndex: number;
33
- inBounds: boolean;
34
- isMaximized: boolean;
35
- isMinimized: boolean;
36
- positionXOffset: number;
37
- positionYOffset: number;
38
- position: any;
39
- constructor(dialogService: SlickDialogService);
40
- ngOnInit(): void;
41
- ngOnChanges(changes: SimpleChanges): void;
42
- ngOnDestroy(): void;
43
- onMoveEnd(event: any): void;
44
- onResizeStop(event: any): void;
45
- updatePositionAndSize(): void;
46
- loadPositionAndSize(): void;
47
- showDialog(): Promise<void>;
48
- onDialogClose(event: Event): Promise<void>;
49
- hideDialog(): Promise<void>;
50
- onDialogMinimize(event: Event): void;
51
- onDialogMaximize(event: Event): void;
52
- toggleFullSize(event: Event): void;
53
- private resize;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogComponent, "slick-dialog", never, { "draggable": "draggable"; "resizable": "resizable"; "minimizable": "minimizable"; "header": "header"; "showHeader": "showHeader"; "noPadding": "noPadding"; "top": "top"; "width": "width"; "height": "height"; "maxHeight": "maxHeight"; "cssClass": "cssClass"; "key": "key"; "showOverlay": "showOverlay"; "disableScrollbar": "disableScrollbar"; }, { "onClose": "onClose"; }, never, ["*", "slick-dialog-footer"], false, never>;
56
- }
1
+ import { EventEmitter, ElementRef, OnDestroy, OnChanges, SimpleChanges, OnInit } from "@angular/core";
2
+ import { SlickDialogService } from "./slick-dialog.service";
3
+ import * as i0 from "@angular/core";
4
+ export declare class SlickDialogComponent implements OnChanges, OnDestroy, OnInit {
5
+ private readonly dialogService;
6
+ draggable: boolean;
7
+ resizable: boolean;
8
+ minimizable: boolean;
9
+ header: string;
10
+ showHeader: boolean;
11
+ noPadding: boolean;
12
+ top: number;
13
+ width: number;
14
+ height: number;
15
+ maxHeight: number;
16
+ cssClass: string;
17
+ key: string;
18
+ showOverlay: boolean;
19
+ disableScrollbar: boolean;
20
+ onClose: EventEmitter<void>;
21
+ containerRef: ElementRef;
22
+ dialogRef: ElementRef;
23
+ headerRef: ElementRef;
24
+ footerRef: ElementRef;
25
+ dialogWrapper: ElementRef;
26
+ fnResize: () => Promise<void>;
27
+ private overlayEl;
28
+ showDialog_internal: boolean;
29
+ isDialogVisible: boolean;
30
+ isBodyVisible: boolean;
31
+ hasFooter: boolean;
32
+ zIndex: number;
33
+ inBounds: boolean;
34
+ isMaximized: boolean;
35
+ isMinimized: boolean;
36
+ positionXOffset: number;
37
+ positionYOffset: number;
38
+ position: any;
39
+ constructor(dialogService: SlickDialogService);
40
+ ngOnInit(): void;
41
+ ngOnChanges(changes: SimpleChanges): void;
42
+ ngOnDestroy(): void;
43
+ onMoveEnd(event: any): void;
44
+ onResizeStop(event: any): void;
45
+ updatePositionAndSize(): void;
46
+ loadPositionAndSize(): void;
47
+ showDialog(): Promise<void>;
48
+ onDialogClose(event: Event): Promise<void>;
49
+ hideDialog(): Promise<void>;
50
+ onDialogMinimize(event: Event): void;
51
+ onDialogMaximize(event: Event): void;
52
+ toggleFullSize(event: Event): void;
53
+ private resize;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogComponent, "slick-dialog", never, { "draggable": { "alias": "draggable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "minimizable": { "alias": "minimizable"; "required": false; }; "header": { "alias": "header"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "key": { "alias": "key"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; "disableScrollbar": { "alias": "disableScrollbar"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*", "slick-dialog-footer"], false, never>;
56
+ }
@@ -1,13 +1,13 @@
1
- import { SlickDialogComponent } from "./slick-dialog.component";
2
- import { SlickDialogFooterComponent } from "./slick-dialog-footer.component";
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./slick-dialog.component";
5
- import * as i2 from "./slick-dialog-footer.component";
6
- import * as i3 from "@angular/common";
7
- import * as i4 from "angular2-draggable";
8
- export declare class SlickDialogModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDialogModule, [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent], [typeof i3.CommonModule, typeof i4.AngularDraggableModule], [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SlickDialogModule>;
12
- }
13
- export { SlickDialogComponent, SlickDialogFooterComponent };
1
+ import { SlickDialogComponent } from "./slick-dialog.component";
2
+ import { SlickDialogFooterComponent } from "./slick-dialog-footer.component";
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./slick-dialog.component";
5
+ import * as i2 from "./slick-dialog-footer.component";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "angular2-draggable";
8
+ export declare class SlickDialogModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDialogModule, [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent], [typeof i3.CommonModule, typeof i4.AngularDraggableModule], [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SlickDialogModule>;
12
+ }
13
+ export { SlickDialogComponent, SlickDialogFooterComponent };
@@ -1,17 +1,17 @@
1
- import { ElementRef } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class SlickDialogService {
4
- static overlayCount: number;
5
- constructor();
6
- static minimizedDialogs: ElementRef<any>[];
7
- createOverlay(): HTMLDivElement;
8
- showOverlay(overlayEl: HTMLDivElement): void;
9
- hideOverlay(overlayEl: HTMLDivElement): void;
10
- minimize(el: ElementRef): void;
11
- maximize(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
12
- removeDialogFromMinimized(el: ElementRef): void;
13
- positionAtCenter(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
14
- positionInBottomBar(position: number): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<SlickDialogService>;
17
- }
1
+ import { ElementRef } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlickDialogService {
4
+ static overlayCount: number;
5
+ constructor();
6
+ static minimizedDialogs: ElementRef<any>[];
7
+ createOverlay(): HTMLDivElement;
8
+ showOverlay(overlayEl: HTMLDivElement): void;
9
+ hideOverlay(overlayEl: HTMLDivElement): void;
10
+ minimize(el: ElementRef): void;
11
+ maximize(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
12
+ removeDialogFromMinimized(el: ElementRef): void;
13
+ positionAtCenter(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
14
+ positionInBottomBar(position: number): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<SlickDialogService>;
17
+ }
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SlickDragDropDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDragDropDirective, "[slick-drag-drop]", never, {}, {}, never, never, false, never>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class SlickDragDropDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDragDropDirective, "[slick-drag-drop]", never, {}, {}, never, never, false, never>;
5
+ }
@@ -1,13 +1,13 @@
1
- import { SlickDragDropDirective } from "./slick-drag-drop.directive";
2
- import { SlickDraggableDirective } from "./slick-draggable.directive";
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./slick-drag-drop.directive";
5
- import * as i2 from "./slick-draggable.directive";
6
- import * as i3 from "@angular/common";
7
- export declare class SlickDragDropModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDragDropModule, [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective], [typeof i3.CommonModule], [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SlickDragDropModule>;
11
- }
12
- export { SlickDragDropDirective };
13
- export { SlickDraggableDirective };
1
+ import { SlickDragDropDirective } from "./slick-drag-drop.directive";
2
+ import { SlickDraggableDirective } from "./slick-draggable.directive";
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./slick-drag-drop.directive";
5
+ import * as i2 from "./slick-draggable.directive";
6
+ import * as i3 from "@angular/common";
7
+ export declare class SlickDragDropModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDragDropModule, [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective], [typeof i3.CommonModule], [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SlickDragDropModule>;
11
+ }
12
+ export { SlickDragDropDirective };
13
+ export { SlickDraggableDirective };
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SlickDraggableDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDraggableDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDraggableDirective, "[slick-draggable]", never, {}, {}, never, never, false, never>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class SlickDraggableDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDraggableDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDraggableDirective, "[slick-draggable]", never, {}, {}, never, never, false, never>;
5
+ }
@@ -1,13 +1,13 @@
1
- export interface ISlickDropDownButtonModel {
2
- onClick: Function;
3
- faClass: string;
4
- tabIndex: number;
5
- disabled: boolean;
6
- }
7
- export declare class SlickDropDownButtonModel implements ISlickDropDownButtonModel {
8
- constructor(faClass?: string, onClick?: Function);
9
- onClick: Function;
10
- faClass: string;
11
- tabIndex: number;
12
- disabled: boolean;
13
- }
1
+ export interface ISlickDropDownButtonModel {
2
+ onClick: Function;
3
+ faClass: string;
4
+ tabIndex: number;
5
+ disabled: boolean;
6
+ }
7
+ export declare class SlickDropDownButtonModel implements ISlickDropDownButtonModel {
8
+ constructor(faClass?: string, onClick?: Function);
9
+ onClick: Function;
10
+ faClass: string;
11
+ tabIndex: number;
12
+ disabled: boolean;
13
+ }
@@ -1,78 +1,78 @@
1
- import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges, ChangeDetectorRef, AfterViewInit } from "@angular/core";
2
- import { SlickDropDownService } from "./slick-drop-down.service";
3
- import { ControlValueAccessor } from "@angular/forms";
4
- import * as i0 from "@angular/core";
5
- export declare enum SlickDropDownSearchTypes {
6
- startsWith = 0,
7
- eachWord = 1,
8
- any = 2
9
- }
10
- export declare class SlickDropDownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
11
- private slickDropDownService;
12
- private changeDetector;
13
- placeholder: string;
14
- items: any[];
15
- idFieldName: string;
16
- textFieldName: string;
17
- compact: boolean;
18
- disabled: boolean;
19
- allowEmpty: boolean;
20
- getUrl: string;
21
- width: string;
22
- listWidth: string;
23
- height: string;
24
- showLoadingMessage: boolean;
25
- showDebug: boolean;
26
- tabindex: number;
27
- validationIndicator: boolean;
28
- validationIndicatorType: string;
29
- attachTo: string;
30
- searchType: SlickDropDownSearchTypes;
31
- icon: string;
32
- isMobile: boolean;
33
- cssClass: string;
34
- onExpand: EventEmitter<any>;
35
- onSelect: EventEmitter<any>;
36
- onChange: EventEmitter<any>;
37
- containerDiv: ElementRef;
38
- dropdownList: ElementRef;
39
- selectedTextInputRef: ElementRef;
40
- fnReposition: () => void;
41
- fnDocumentClick: (e: any) => Promise<void>;
42
- uuid: string;
43
- selectedId: string;
44
- selectedText: string;
45
- expanded: boolean;
46
- selectedItem: any;
47
- selectedIndex: number;
48
- filterText: string;
49
- visibleItems: any[];
50
- left: number;
51
- top: number;
52
- listGroupWidth: string;
53
- isVisible: boolean;
54
- isAndroid: boolean;
55
- constructor(slickDropDownService: SlickDropDownService, changeDetector: ChangeDetectorRef);
56
- ngOnInit(): Promise<void>;
57
- ngAfterViewInit(): void;
58
- propagateChange: (_: any) => void;
59
- writeValue(obj: any): void;
60
- registerOnChange(fn: any): void;
61
- registerOnTouched(): void;
62
- ngOnChanges(changes: SimpleChanges): Promise<void>;
63
- ngOnDestroy(): void;
64
- setFocus(showDropdownList?: boolean): Promise<void>;
65
- private expand;
66
- private collapse;
67
- private reposition;
68
- private documentClick;
69
- private selectItem;
70
- onKeyDown(e: KeyboardEvent): Promise<boolean>;
71
- onKeyUp(e: KeyboardEvent): Promise<boolean>;
72
- private filterSearch;
73
- lastEvent: string;
74
- onDropdownClicked(e: MouseEvent): void;
75
- onItemClick(item: any): void;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<SlickDropDownComponent, "slick-drop-down", never, { "placeholder": "placeholder"; "items": "items"; "idFieldName": "idFieldName"; "textFieldName": "textFieldName"; "compact": "compact"; "disabled": "disabled"; "allowEmpty": "allowEmpty"; "getUrl": "getUrl"; "width": "width"; "listWidth": "listWidth"; "height": "height"; "showLoadingMessage": "showLoadingMessage"; "showDebug": "showDebug"; "tabindex": "tabindex"; "validationIndicator": "validationIndicator"; "validationIndicatorType": "validationIndicatorType"; "attachTo": "attachTo"; "searchType": "searchType"; "icon": "icon"; "isMobile": "isMobile"; "cssClass": "cssClass"; }, { "onExpand": "onExpand"; "onSelect": "onSelect"; "onChange": "onChange"; }, never, never, false, never>;
78
- }
1
+ import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges, ChangeDetectorRef, AfterViewInit } from "@angular/core";
2
+ import { SlickDropDownService } from "./slick-drop-down.service";
3
+ import { ControlValueAccessor } from "@angular/forms";
4
+ import * as i0 from "@angular/core";
5
+ export declare enum SlickDropDownSearchTypes {
6
+ startsWith = 0,
7
+ eachWord = 1,
8
+ any = 2
9
+ }
10
+ export declare class SlickDropDownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
11
+ private slickDropDownService;
12
+ private changeDetector;
13
+ placeholder: string;
14
+ items: any[];
15
+ idFieldName: string;
16
+ textFieldName: string;
17
+ compact: boolean;
18
+ disabled: boolean;
19
+ allowEmpty: boolean;
20
+ getUrl: string;
21
+ width: string;
22
+ listWidth: string;
23
+ height: string;
24
+ showLoadingMessage: boolean;
25
+ showDebug: boolean;
26
+ tabindex: number;
27
+ validationIndicator: boolean;
28
+ validationIndicatorType: string;
29
+ attachTo: string;
30
+ searchType: SlickDropDownSearchTypes;
31
+ icon: string;
32
+ isMobile: boolean;
33
+ cssClass: string;
34
+ onExpand: EventEmitter<any>;
35
+ onSelect: EventEmitter<any>;
36
+ onChange: EventEmitter<any>;
37
+ containerDiv: ElementRef;
38
+ dropdownList: ElementRef;
39
+ selectedTextInputRef: ElementRef;
40
+ fnReposition: () => void;
41
+ fnDocumentClick: (e: any) => Promise<void>;
42
+ uuid: string;
43
+ selectedId: string;
44
+ selectedText: string;
45
+ expanded: boolean;
46
+ selectedItem: any;
47
+ selectedIndex: number;
48
+ filterText: string;
49
+ visibleItems: any[];
50
+ left: number;
51
+ top: number;
52
+ listGroupWidth: string;
53
+ isVisible: boolean;
54
+ isAndroid: boolean;
55
+ constructor(slickDropDownService: SlickDropDownService, changeDetector: ChangeDetectorRef);
56
+ ngOnInit(): Promise<void>;
57
+ ngAfterViewInit(): void;
58
+ propagateChange: (_: any) => void;
59
+ writeValue(obj: any): void;
60
+ registerOnChange(fn: any): void;
61
+ registerOnTouched(): void;
62
+ ngOnChanges(changes: SimpleChanges): Promise<void>;
63
+ ngOnDestroy(): void;
64
+ setFocus(showDropdownList?: boolean): Promise<void>;
65
+ private expand;
66
+ private collapse;
67
+ private reposition;
68
+ private documentClick;
69
+ private selectItem;
70
+ onKeyDown(e: KeyboardEvent): Promise<boolean>;
71
+ onKeyUp(e: KeyboardEvent): Promise<boolean>;
72
+ private filterSearch;
73
+ lastEvent: string;
74
+ onDropdownClicked(e: MouseEvent): void;
75
+ onItemClick(item: any): void;
76
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownComponent, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlickDropDownComponent, "slick-drop-down", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "idFieldName": { "alias": "idFieldName"; "required": false; }; "textFieldName": { "alias": "textFieldName"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "getUrl": { "alias": "getUrl"; "required": false; }; "width": { "alias": "width"; "required": false; }; "listWidth": { "alias": "listWidth"; "required": false; }; "height": { "alias": "height"; "required": false; }; "showLoadingMessage": { "alias": "showLoadingMessage"; "required": false; }; "showDebug": { "alias": "showDebug"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "validationIndicator": { "alias": "validationIndicator"; "required": false; }; "validationIndicatorType": { "alias": "validationIndicatorType"; "required": false; }; "attachTo": { "alias": "attachTo"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "onExpand": "onExpand"; "onSelect": "onSelect"; "onChange": "onChange"; }, never, never, false, never>;
78
+ }
@@ -1,14 +1,14 @@
1
- import { SlickDropDownComponent } from "./slick-drop-down.component";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./slick-drop-down.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@angular/forms";
6
- import * as i4 from "@angular/common/http";
7
- import * as i5 from "../slick-validation-indicator/slick-validation-indicator.module";
8
- export declare class SlickDropDownModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDropDownModule, [typeof i1.SlickDropDownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.HttpClientModule, typeof i5.SlickValidationIndicatorModule], [typeof i1.SlickDropDownComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SlickDropDownModule>;
12
- }
13
- export { SlickDropDownComponent };
14
- export { SlickDropDownButtonModel, ISlickDropDownButtonModel } from "./slick-drop-down-button.model";
1
+ import { SlickDropDownComponent } from "./slick-drop-down.component";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./slick-drop-down.component";
4
+ import * as i2 from "@angular/common";
5
+ import * as i3 from "@angular/forms";
6
+ import * as i4 from "@angular/common/http";
7
+ import * as i5 from "../slick-validation-indicator/slick-validation-indicator.module";
8
+ export declare class SlickDropDownModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDropDownModule, [typeof i1.SlickDropDownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.HttpClientModule, typeof i5.SlickValidationIndicatorModule], [typeof i1.SlickDropDownComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SlickDropDownModule>;
12
+ }
13
+ export { SlickDropDownComponent };
14
+ export { SlickDropDownButtonModel, ISlickDropDownButtonModel } from "./slick-drop-down-button.model";
@@ -1,12 +1,12 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import * as i0 from "@angular/core";
3
- export declare class SlickDropDownService {
4
- private http;
5
- constructor(http: HttpClient);
6
- getVisibleItems(items: any[], idFieldName: string, textFieldName: string): any[];
7
- getSelectedItem(items: any[], selectedId: string | number): any;
8
- getItemsFromServer(url: string): Promise<any>;
9
- getItemIndex(items: any[], selectedId: string): number;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<SlickDropDownService>;
12
- }
1
+ import { HttpClient } from "@angular/common/http";
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlickDropDownService {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ getVisibleItems(items: any[], idFieldName: string, textFieldName: string): any[];
7
+ getSelectedItem(items: any[], selectedId: string | number): any;
8
+ getItemsFromServer(url: string): Promise<any>;
9
+ getItemIndex(items: any[], selectedId: string): number;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<SlickDropDownService>;
12
+ }
@@ -1,7 +1,7 @@
1
- import { ElementRef } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class SlickDropListGrabDirective {
4
- constructor(el: ElementRef);
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropListGrabDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDropListGrabDirective, "[slick-drop-list-grab]", never, {}, {}, never, never, false, never>;
7
- }
1
+ import { ElementRef } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlickDropListGrabDirective {
4
+ constructor(el: ElementRef);
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropListGrabDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDropListGrabDirective, "[slick-drop-list-grab]", never, {}, {}, never, never, false, never>;
7
+ }