@taiga-ui/addon-mobile 2.55.0 → 3.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (508) hide show
  1. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js +69 -283
  2. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js.map +1 -1
  3. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js +538 -406
  4. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js.map +1 -1
  5. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js +417 -294
  6. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js.map +1 -1
  7. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js +437 -324
  8. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js.map +1 -1
  9. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js +878 -688
  10. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js.map +1 -1
  11. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js +374 -265
  12. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js.map +1 -1
  13. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js +374 -265
  14. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js.map +1 -1
  15. package/bundles/taiga-ui-addon-mobile-components.umd.js +17 -31
  16. package/bundles/taiga-ui-addon-mobile-components.umd.js.map +1 -1
  17. package/bundles/taiga-ui-addon-mobile-const.umd.js +10 -255
  18. package/bundles/taiga-ui-addon-mobile-const.umd.js.map +1 -1
  19. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js +418 -305
  20. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js.map +1 -1
  21. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js +119 -325
  22. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js.map +1 -1
  23. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js +103 -314
  24. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js.map +1 -1
  25. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js +435 -315
  26. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js.map +1 -1
  27. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js +414 -298
  28. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js.map +1 -1
  29. package/bundles/taiga-ui-addon-mobile-directives.umd.js +13 -23
  30. package/bundles/taiga-ui-addon-mobile-directives.umd.js.map +1 -1
  31. package/bundles/taiga-ui-addon-mobile-interfaces.umd.js +2 -2
  32. package/bundles/taiga-ui-addon-mobile-interfaces.umd.js.map +1 -1
  33. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js +405 -282
  34. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js.map +1 -1
  35. package/bundles/taiga-ui-addon-mobile-internal.umd.js +5 -7
  36. package/bundles/taiga-ui-addon-mobile-internal.umd.js.map +1 -1
  37. package/bundles/taiga-ui-addon-mobile-tokens.umd.js +8 -4
  38. package/bundles/taiga-ui-addon-mobile-tokens.umd.js.map +1 -1
  39. package/bundles/taiga-ui-addon-mobile-types.umd.js +2 -2
  40. package/bundles/taiga-ui-addon-mobile-types.umd.js.map +1 -1
  41. package/bundles/taiga-ui-addon-mobile-utils.umd.js +8 -10
  42. package/bundles/taiga-ui-addon-mobile-utils.umd.js.map +1 -1
  43. package/bundles/taiga-ui-addon-mobile.umd.js +24 -30
  44. package/bundles/taiga-ui-addon-mobile.umd.js.map +1 -1
  45. package/components/mobile-calendar/mobile-calendar.component.d.ts +21 -2
  46. package/components/mobile-calendar/mobile-calendar.module.d.ts +12 -0
  47. package/components/mobile-calendar/package.json +2 -5
  48. package/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.d.ts +1 -0
  49. package/components/mobile-calendar-dialog/mobile-calendar-dialog.component.d.ts +3 -0
  50. package/components/mobile-calendar-dialog/mobile-calendar-dialog.module.d.ts +6 -2
  51. package/components/mobile-calendar-dialog/package.json +2 -5
  52. package/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.d.ts +1 -0
  53. package/components/mobile-dialog/mobile-dialog.component.d.ts +3 -0
  54. package/components/mobile-dialog/mobile-dialog.module.d.ts +9 -0
  55. package/components/mobile-dialog/mobile-dialog.service.d.ts +4 -1
  56. package/components/mobile-dialog/package.json +2 -5
  57. package/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.d.ts +1 -0
  58. package/components/package.json +2 -5
  59. package/components/pull-to-refresh/loader-android/loader-android.component.d.ts +3 -0
  60. package/components/pull-to-refresh/loader-ios/loader-ios.component.d.ts +3 -0
  61. package/components/pull-to-refresh/package.json +2 -5
  62. package/components/pull-to-refresh/pull-to-refresh.component.d.ts +3 -0
  63. package/components/pull-to-refresh/pull-to-refresh.module.d.ts +10 -0
  64. package/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.d.ts +1 -0
  65. package/components/sheet/components/sheet/sheet.component.d.ts +5 -2
  66. package/components/sheet/components/sheet/sheet.providers.d.ts +1 -5
  67. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +5 -2
  68. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +3 -0
  69. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +3 -0
  70. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +3 -0
  71. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +3 -0
  72. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +5 -2
  73. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +3 -0
  74. package/components/sheet/package.json +2 -5
  75. package/components/sheet/sheet-options.d.ts +1 -1
  76. package/components/sheet/sheet-tokens.d.ts +5 -0
  77. package/components/sheet/sheet.d.ts +4 -0
  78. package/components/sheet/sheet.directive.d.ts +3 -0
  79. package/components/sheet/sheet.module.d.ts +17 -0
  80. package/components/sheet/sheet.service.d.ts +3 -0
  81. package/components/sheet/taiga-ui-addon-mobile-components-sheet.d.ts +1 -0
  82. package/components/taiga-ui-addon-mobile-components.d.ts +1 -0
  83. package/components/theme-android/package.json +2 -5
  84. package/components/theme-android/taiga-ui-addon-mobile-components-theme-android.d.ts +1 -0
  85. package/components/theme-android/theme-android.component.d.ts +3 -0
  86. package/components/theme-android/theme-android.module.d.ts +5 -0
  87. package/components/theme-ios/package.json +2 -5
  88. package/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.d.ts +1 -0
  89. package/components/theme-ios/theme-ios.component.d.ts +3 -0
  90. package/components/theme-ios/theme-ios.module.d.ts +5 -0
  91. package/const/package.json +2 -5
  92. package/const/taiga-ui-addon-mobile-const.d.ts +1 -0
  93. package/directives/elastic-sticky/elastic-sticky.directive.d.ts +3 -0
  94. package/directives/elastic-sticky/elastic-sticky.module.d.ts +5 -0
  95. package/directives/elastic-sticky/elastic-sticky.service.d.ts +3 -0
  96. package/directives/elastic-sticky/package.json +2 -5
  97. package/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.d.ts +1 -0
  98. package/directives/mobile-tabs/mobile-tabs.component.d.ts +3 -0
  99. package/directives/mobile-tabs/mobile-tabs.directive.d.ts +3 -0
  100. package/directives/mobile-tabs/mobile-tabs.module.d.ts +6 -0
  101. package/directives/mobile-tabs/package.json +2 -5
  102. package/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.d.ts +1 -0
  103. package/directives/package.json +2 -5
  104. package/directives/ripple/package.json +2 -5
  105. package/directives/ripple/ripple-styles.component.d.ts +3 -0
  106. package/directives/ripple/ripple.directive.d.ts +3 -0
  107. package/directives/ripple/ripple.module.d.ts +6 -0
  108. package/directives/ripple/taiga-ui-addon-mobile-directives-ripple.d.ts +1 -1
  109. package/directives/sidebar/package.json +2 -5
  110. package/directives/sidebar/sidebar.component.d.ts +3 -0
  111. package/directives/sidebar/sidebar.directive.d.ts +5 -2
  112. package/directives/sidebar/sidebar.module.d.ts +8 -0
  113. package/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.d.ts +1 -0
  114. package/directives/taiga-ui-addon-mobile-directives.d.ts +1 -0
  115. package/directives/touchable/package.json +2 -5
  116. package/directives/touchable/taiga-ui-addon-mobile-directives-touchable.d.ts +1 -0
  117. package/directives/touchable/touchable.directive.d.ts +6 -3
  118. package/directives/touchable/touchable.module.d.ts +5 -0
  119. package/esm2015/components/index.js +1 -1
  120. package/esm2015/components/mobile-calendar/index.js +1 -1
  121. package/esm2015/components/mobile-calendar/mobile-calendar.component.js +83 -63
  122. package/esm2015/components/mobile-calendar/mobile-calendar.const.js +1 -1
  123. package/esm2015/components/mobile-calendar/mobile-calendar.module.js +34 -13
  124. package/esm2015/components/mobile-calendar/mobile-calendar.providers.js +2 -2
  125. package/esm2015/components/mobile-calendar/mobile-calendar.strategy.js +2 -2
  126. package/esm2015/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.js +1 -1
  127. package/esm2015/components/mobile-calendar-dialog/index.js +1 -1
  128. package/esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.component.js +19 -17
  129. package/esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.module.js +27 -21
  130. package/esm2015/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +1 -1
  131. package/esm2015/components/mobile-dialog/index.js +2 -1
  132. package/esm2015/components/mobile-dialog/mobile-dialog-options.js +2 -1
  133. package/esm2015/components/mobile-dialog/mobile-dialog.component.js +28 -22
  134. package/esm2015/components/mobile-dialog/mobile-dialog.module.js +29 -20
  135. package/esm2015/components/mobile-dialog/mobile-dialog.service.js +13 -14
  136. package/esm2015/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.js +1 -1
  137. package/esm2015/components/pull-to-refresh/index.js +1 -1
  138. package/esm2015/components/pull-to-refresh/loader-android/loader-android.component.js +21 -19
  139. package/esm2015/components/pull-to-refresh/loader-ios/loader-ios.component.js +19 -16
  140. package/esm2015/components/pull-to-refresh/pull-to-refresh.component.js +31 -24
  141. package/esm2015/components/pull-to-refresh/pull-to-refresh.module.js +21 -16
  142. package/esm2015/components/pull-to-refresh/pull-to-refresh.providers.js +3 -3
  143. package/esm2015/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js +1 -1
  144. package/esm2015/components/sheet/components/sheet/sheet.component.js +67 -55
  145. package/esm2015/components/sheet/components/sheet/sheet.providers.js +10 -10
  146. package/esm2015/components/sheet/components/sheet-bar/sheet-bar.component.js +29 -26
  147. package/esm2015/components/sheet/components/sheet-heading/sheet-heading.component.js +31 -25
  148. package/esm2015/components/sheet/components/sheets-host/sheets-host.component.js +33 -23
  149. package/esm2015/components/sheet/directives/sheet-close/sheet-close.directive.js +36 -29
  150. package/esm2015/components/sheet/directives/sheet-stop/sheet-stop.directive.js +33 -28
  151. package/esm2015/components/sheet/directives/sheet-top/sheet-top.directive.js +36 -31
  152. package/esm2015/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.js +38 -36
  153. package/esm2015/components/sheet/index.js +2 -1
  154. package/esm2015/components/sheet/ios.hacks.js +9 -9
  155. package/esm2015/components/sheet/sheet-options.js +5 -6
  156. package/esm2015/components/sheet/sheet-tokens.js +5 -0
  157. package/esm2015/components/sheet/sheet.directive.js +30 -23
  158. package/esm2015/components/sheet/sheet.js +2 -1
  159. package/esm2015/components/sheet/sheet.module.js +55 -29
  160. package/esm2015/components/sheet/sheet.service.js +14 -16
  161. package/esm2015/components/sheet/taiga-ui-addon-mobile-components-sheet.js +1 -1
  162. package/esm2015/components/taiga-ui-addon-mobile-components.js +1 -1
  163. package/esm2015/components/theme-android/index.js +1 -1
  164. package/esm2015/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js +1 -1
  165. package/esm2015/components/theme-android/theme-android.component.js +16 -14
  166. package/esm2015/components/theme-android/theme-android.module.js +14 -11
  167. package/esm2015/components/theme-ios/index.js +1 -1
  168. package/esm2015/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js +1 -1
  169. package/esm2015/components/theme-ios/theme-ios.component.js +16 -14
  170. package/esm2015/components/theme-ios/theme-ios.module.js +14 -11
  171. package/esm2015/const/index.js +1 -1
  172. package/esm2015/const/mobile-alert-options.js +2 -2
  173. package/esm2015/const/taiga-ui-addon-mobile-const.js +1 -1
  174. package/esm2015/directives/elastic-sticky/elastic-sticky.directive.js +20 -19
  175. package/esm2015/directives/elastic-sticky/elastic-sticky.module.js +14 -11
  176. package/esm2015/directives/elastic-sticky/elastic-sticky.service.js +29 -24
  177. package/esm2015/directives/elastic-sticky/index.js +1 -1
  178. package/esm2015/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js +1 -1
  179. package/esm2015/directives/index.js +1 -1
  180. package/esm2015/directives/mobile-tabs/index.js +1 -1
  181. package/esm2015/directives/mobile-tabs/mobile-tabs.component.js +14 -12
  182. package/esm2015/directives/mobile-tabs/mobile-tabs.directive.js +38 -29
  183. package/esm2015/directives/mobile-tabs/mobile-tabs.module.js +15 -12
  184. package/esm2015/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js +1 -1
  185. package/esm2015/directives/ripple/index.js +1 -1
  186. package/esm2015/directives/ripple/ripple-styles.component.js +14 -12
  187. package/esm2015/directives/ripple/ripple.directive.js +41 -34
  188. package/esm2015/directives/ripple/ripple.module.js +15 -12
  189. package/esm2015/directives/ripple/ripple.providers.js +10 -10
  190. package/esm2015/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js +1 -2
  191. package/esm2015/directives/sidebar/index.js +1 -1
  192. package/esm2015/directives/sidebar/sidebar.component.js +34 -29
  193. package/esm2015/directives/sidebar/sidebar.directive.js +39 -34
  194. package/esm2015/directives/sidebar/sidebar.module.js +16 -13
  195. package/esm2015/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.js +1 -1
  196. package/esm2015/directives/taiga-ui-addon-mobile-directives.js +1 -1
  197. package/esm2015/directives/touchable/index.js +1 -1
  198. package/esm2015/directives/touchable/taiga-ui-addon-mobile-directives-touchable.js +1 -1
  199. package/esm2015/directives/touchable/touchable.directive.js +49 -39
  200. package/esm2015/directives/touchable/touchable.module.js +14 -11
  201. package/esm2015/index.js +3 -2
  202. package/esm2015/interfaces/index.js +2 -1
  203. package/esm2015/interfaces/mobile-alert-data.js +2 -1
  204. package/esm2015/interfaces/taiga-ui-addon-mobile-interfaces.js +2 -1
  205. package/esm2015/internal/index.js +1 -1
  206. package/esm2015/internal/primitive-calendar-mobile/index.js +1 -1
  207. package/esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.js +28 -23
  208. package/esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.js +24 -13
  209. package/esm2015/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +1 -1
  210. package/esm2015/internal/taiga-ui-addon-mobile-internal.js +1 -1
  211. package/esm2015/taiga-ui-addon-mobile.js +1 -1
  212. package/esm2015/tokens/index.js +1 -1
  213. package/esm2015/tokens/loaded.js +2 -2
  214. package/esm2015/tokens/taiga-ui-addon-mobile-tokens.js +1 -1
  215. package/esm2015/types/index.js +2 -1
  216. package/esm2015/types/taiga-ui-addon-mobile-types.js +2 -1
  217. package/esm2015/types/touch-mode.js +2 -1
  218. package/esm2015/utils/find-touch-index.js +2 -7
  219. package/esm2015/utils/index.js +1 -1
  220. package/esm2015/utils/taiga-ui-addon-mobile-utils.js +1 -1
  221. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +45 -35
  222. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js.map +1 -1
  223. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js +117 -74
  224. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js.map +1 -1
  225. package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js +68 -50
  226. package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js.map +1 -1
  227. package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js +84 -68
  228. package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js.map +1 -1
  229. package/fesm2015/taiga-ui-addon-mobile-components-sheet.js +444 -366
  230. package/fesm2015/taiga-ui-addon-mobile-components-sheet.js.map +1 -1
  231. package/fesm2015/taiga-ui-addon-mobile-components-theme-android.js +27 -20
  232. package/fesm2015/taiga-ui-addon-mobile-components-theme-android.js.map +1 -1
  233. package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.js +27 -20
  234. package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.js.map +1 -1
  235. package/fesm2015/taiga-ui-addon-mobile-components.js.map +1 -1
  236. package/fesm2015/taiga-ui-addon-mobile-const.js +1 -1
  237. package/fesm2015/taiga-ui-addon-mobile-const.js.map +1 -1
  238. package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js +58 -47
  239. package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js.map +1 -1
  240. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js +63 -46
  241. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js.map +1 -1
  242. package/fesm2015/taiga-ui-addon-mobile-directives-ripple.js +76 -61
  243. package/fesm2015/taiga-ui-addon-mobile-directives-ripple.js.map +1 -1
  244. package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.js +82 -68
  245. package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.js.map +1 -1
  246. package/fesm2015/taiga-ui-addon-mobile-directives-touchable.js +61 -46
  247. package/fesm2015/taiga-ui-addon-mobile-directives-touchable.js.map +1 -1
  248. package/fesm2015/taiga-ui-addon-mobile-directives.js.map +1 -1
  249. package/fesm2015/taiga-ui-addon-mobile-interfaces.js.map +1 -1
  250. package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +50 -32
  251. package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js.map +1 -1
  252. package/fesm2015/taiga-ui-addon-mobile-internal.js.map +1 -1
  253. package/fesm2015/taiga-ui-addon-mobile-tokens.js +1 -1
  254. package/fesm2015/taiga-ui-addon-mobile-tokens.js.map +1 -1
  255. package/fesm2015/taiga-ui-addon-mobile-types.js.map +1 -1
  256. package/fesm2015/taiga-ui-addon-mobile-utils.js +2 -7
  257. package/fesm2015/taiga-ui-addon-mobile-utils.js.map +1 -1
  258. package/fesm2015/taiga-ui-addon-mobile.js +2 -1
  259. package/fesm2015/taiga-ui-addon-mobile.js.map +1 -1
  260. package/index.d.ts +0 -1
  261. package/interfaces/package.json +2 -5
  262. package/interfaces/taiga-ui-addon-mobile-interfaces.d.ts +1 -0
  263. package/internal/package.json +2 -5
  264. package/internal/primitive-calendar-mobile/package.json +2 -5
  265. package/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.d.ts +3 -0
  266. package/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.d.ts +8 -0
  267. package/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.d.ts +1 -0
  268. package/internal/taiga-ui-addon-mobile-internal.d.ts +1 -0
  269. package/package.json +12 -15
  270. package/taiga-ui-addon-mobile.d.ts +1 -0
  271. package/tokens/package.json +2 -5
  272. package/tokens/taiga-ui-addon-mobile-tokens.d.ts +1 -0
  273. package/types/package.json +2 -5
  274. package/types/taiga-ui-addon-mobile-types.d.ts +1 -0
  275. package/types/touch-mode.d.ts +1 -1
  276. package/utils/find-touch-index.d.ts +1 -5
  277. package/utils/package.json +2 -5
  278. package/utils/taiga-ui-addon-mobile-utils.d.ts +1 -0
  279. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.min.js +0 -2
  280. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.min.js.map +0 -1
  281. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.min.js +0 -2
  282. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.min.js.map +0 -1
  283. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.min.js +0 -2
  284. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.min.js.map +0 -1
  285. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.min.js +0 -2
  286. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.min.js.map +0 -1
  287. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.min.js +0 -2
  288. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.min.js.map +0 -1
  289. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.min.js +0 -2
  290. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.min.js.map +0 -1
  291. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.min.js +0 -2
  292. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.min.js.map +0 -1
  293. package/bundles/taiga-ui-addon-mobile-components.umd.min.js +0 -2
  294. package/bundles/taiga-ui-addon-mobile-components.umd.min.js.map +0 -1
  295. package/bundles/taiga-ui-addon-mobile-const.umd.min.js +0 -2
  296. package/bundles/taiga-ui-addon-mobile-const.umd.min.js.map +0 -1
  297. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.min.js +0 -2
  298. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.min.js.map +0 -1
  299. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.min.js +0 -2
  300. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.min.js.map +0 -1
  301. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.min.js +0 -2
  302. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.min.js.map +0 -1
  303. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.min.js +0 -2
  304. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.min.js.map +0 -1
  305. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.min.js +0 -2
  306. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.min.js.map +0 -1
  307. package/bundles/taiga-ui-addon-mobile-directives.umd.min.js +0 -2
  308. package/bundles/taiga-ui-addon-mobile-directives.umd.min.js.map +0 -1
  309. package/bundles/taiga-ui-addon-mobile-enums.umd.js +0 -20
  310. package/bundles/taiga-ui-addon-mobile-enums.umd.js.map +0 -1
  311. package/bundles/taiga-ui-addon-mobile-enums.umd.min.js +0 -2
  312. package/bundles/taiga-ui-addon-mobile-enums.umd.min.js.map +0 -1
  313. package/bundles/taiga-ui-addon-mobile-interfaces.umd.min.js +0 -2
  314. package/bundles/taiga-ui-addon-mobile-interfaces.umd.min.js.map +0 -1
  315. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.min.js +0 -2
  316. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.min.js.map +0 -1
  317. package/bundles/taiga-ui-addon-mobile-internal.umd.min.js +0 -2
  318. package/bundles/taiga-ui-addon-mobile-internal.umd.min.js.map +0 -1
  319. package/bundles/taiga-ui-addon-mobile-tokens.umd.min.js +0 -2
  320. package/bundles/taiga-ui-addon-mobile-tokens.umd.min.js.map +0 -1
  321. package/bundles/taiga-ui-addon-mobile-types.umd.min.js +0 -2
  322. package/bundles/taiga-ui-addon-mobile-types.umd.min.js.map +0 -1
  323. package/bundles/taiga-ui-addon-mobile-utils.umd.min.js +0 -2
  324. package/bundles/taiga-ui-addon-mobile-utils.umd.min.js.map +0 -1
  325. package/bundles/taiga-ui-addon-mobile.umd.min.js +0 -2
  326. package/bundles/taiga-ui-addon-mobile.umd.min.js.map +0 -1
  327. package/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.metadata.json +0 -1
  328. package/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.metadata.json +0 -1
  329. package/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.metadata.json +0 -1
  330. package/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.metadata.json +0 -1
  331. package/components/sheet/taiga-ui-addon-mobile-components-sheet.metadata.json +0 -1
  332. package/components/taiga-ui-addon-mobile-components.metadata.json +0 -1
  333. package/components/theme-android/taiga-ui-addon-mobile-components-theme-android.metadata.json +0 -1
  334. package/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.metadata.json +0 -1
  335. package/const/taiga-ui-addon-mobile-const.metadata.json +0 -1
  336. package/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.metadata.json +0 -1
  337. package/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.metadata.json +0 -1
  338. package/directives/ripple/taiga-ui-addon-mobile-directives-ripple.metadata.json +0 -1
  339. package/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.metadata.json +0 -1
  340. package/directives/taiga-ui-addon-mobile-directives.metadata.json +0 -1
  341. package/directives/touchable/taiga-ui-addon-mobile-directives-touchable.metadata.json +0 -1
  342. package/enums/index.d.ts +0 -1
  343. package/enums/package.json +0 -13
  344. package/enums/taiga-ui-addon-mobile-enums.d.ts +0 -4
  345. package/enums/taiga-ui-addon-mobile-enums.metadata.json +0 -1
  346. package/enums/touch-mode.d.ts +0 -8
  347. package/esm2015/enums/index.js +0 -2
  348. package/esm2015/enums/taiga-ui-addon-mobile-enums.js +0 -5
  349. package/esm2015/enums/touch-mode.js +0 -10
  350. package/esm5/components/index.js +0 -8
  351. package/esm5/components/mobile-calendar/index.js +0 -6
  352. package/esm5/components/mobile-calendar/mobile-calendar.component.js +0 -295
  353. package/esm5/components/mobile-calendar/mobile-calendar.const.js +0 -25
  354. package/esm5/components/mobile-calendar/mobile-calendar.module.js +0 -34
  355. package/esm5/components/mobile-calendar/mobile-calendar.providers.js +0 -31
  356. package/esm5/components/mobile-calendar/mobile-calendar.strategy.js +0 -134
  357. package/esm5/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.js +0 -5
  358. package/esm5/components/mobile-calendar-dialog/index.js +0 -3
  359. package/esm5/components/mobile-calendar-dialog/mobile-calendar-dialog.component.js +0 -57
  360. package/esm5/components/mobile-calendar-dialog/mobile-calendar-dialog.module.js +0 -28
  361. package/esm5/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +0 -5
  362. package/esm5/components/mobile-dialog/index.js +0 -4
  363. package/esm5/components/mobile-dialog/mobile-dialog-options.js +0 -1
  364. package/esm5/components/mobile-dialog/mobile-dialog.component.js +0 -34
  365. package/esm5/components/mobile-dialog/mobile-dialog.module.js +0 -31
  366. package/esm5/components/mobile-dialog/mobile-dialog.service.js +0 -34
  367. package/esm5/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.js +0 -5
  368. package/esm5/components/pull-to-refresh/index.js +0 -6
  369. package/esm5/components/pull-to-refresh/loader-android/loader-android.component.js +0 -43
  370. package/esm5/components/pull-to-refresh/loader-ios/loader-ios.component.js +0 -41
  371. package/esm5/components/pull-to-refresh/pull-to-refresh.component.js +0 -56
  372. package/esm5/components/pull-to-refresh/pull-to-refresh.module.js +0 -26
  373. package/esm5/components/pull-to-refresh/pull-to-refresh.providers.js +0 -32
  374. package/esm5/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js +0 -5
  375. package/esm5/components/sheet/components/sheet/sheet.component.js +0 -150
  376. package/esm5/components/sheet/components/sheet/sheet.providers.js +0 -42
  377. package/esm5/components/sheet/components/sheet-bar/sheet-bar.component.js +0 -43
  378. package/esm5/components/sheet/components/sheet-heading/sheet-heading.component.js +0 -40
  379. package/esm5/components/sheet/components/sheets-host/sheets-host.component.js +0 -40
  380. package/esm5/components/sheet/directives/sheet-close/sheet-close.directive.js +0 -56
  381. package/esm5/components/sheet/directives/sheet-stop/sheet-stop.directive.js +0 -46
  382. package/esm5/components/sheet/directives/sheet-top/sheet-top.directive.js +0 -56
  383. package/esm5/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.js +0 -93
  384. package/esm5/components/sheet/index.js +0 -15
  385. package/esm5/components/sheet/ios.hacks.js +0 -42
  386. package/esm5/components/sheet/sheet-options.js +0 -16
  387. package/esm5/components/sheet/sheet.directive.js +0 -58
  388. package/esm5/components/sheet/sheet.js +0 -1
  389. package/esm5/components/sheet/sheet.module.js +0 -52
  390. package/esm5/components/sheet/sheet.service.js +0 -42
  391. package/esm5/components/sheet/taiga-ui-addon-mobile-components-sheet.js +0 -5
  392. package/esm5/components/taiga-ui-addon-mobile-components.js +0 -5
  393. package/esm5/components/theme-android/index.js +0 -3
  394. package/esm5/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js +0 -5
  395. package/esm5/components/theme-android/theme-android.component.js +0 -22
  396. package/esm5/components/theme-android/theme-android.module.js +0 -16
  397. package/esm5/components/theme-ios/index.js +0 -3
  398. package/esm5/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js +0 -5
  399. package/esm5/components/theme-ios/theme-ios.component.js +0 -22
  400. package/esm5/components/theme-ios/theme-ios.module.js +0 -16
  401. package/esm5/const/index.js +0 -2
  402. package/esm5/const/mobile-alert-options.js +0 -8
  403. package/esm5/const/taiga-ui-addon-mobile-const.js +0 -5
  404. package/esm5/directives/elastic-sticky/elastic-sticky.directive.js +0 -26
  405. package/esm5/directives/elastic-sticky/elastic-sticky.module.js +0 -16
  406. package/esm5/directives/elastic-sticky/elastic-sticky.service.js +0 -58
  407. package/esm5/directives/elastic-sticky/index.js +0 -4
  408. package/esm5/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js +0 -5
  409. package/esm5/directives/index.js +0 -6
  410. package/esm5/directives/mobile-tabs/index.js +0 -4
  411. package/esm5/directives/mobile-tabs/mobile-tabs.component.js +0 -16
  412. package/esm5/directives/mobile-tabs/mobile-tabs.directive.js +0 -51
  413. package/esm5/directives/mobile-tabs/mobile-tabs.module.js +0 -18
  414. package/esm5/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js +0 -5
  415. package/esm5/directives/ripple/index.js +0 -4
  416. package/esm5/directives/ripple/ripple-styles.component.js +0 -16
  417. package/esm5/directives/ripple/ripple.directive.js +0 -63
  418. package/esm5/directives/ripple/ripple.module.js +0 -18
  419. package/esm5/directives/ripple/ripple.providers.js +0 -54
  420. package/esm5/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js +0 -6
  421. package/esm5/directives/sidebar/index.js +0 -4
  422. package/esm5/directives/sidebar/sidebar.component.js +0 -68
  423. package/esm5/directives/sidebar/sidebar.directive.js +0 -78
  424. package/esm5/directives/sidebar/sidebar.module.js +0 -21
  425. package/esm5/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.js +0 -5
  426. package/esm5/directives/taiga-ui-addon-mobile-directives.js +0 -5
  427. package/esm5/directives/touchable/index.js +0 -3
  428. package/esm5/directives/touchable/taiga-ui-addon-mobile-directives-touchable.js +0 -5
  429. package/esm5/directives/touchable/touchable.directive.js +0 -90
  430. package/esm5/directives/touchable/touchable.module.js +0 -16
  431. package/esm5/enums/index.js +0 -2
  432. package/esm5/enums/taiga-ui-addon-mobile-enums.js +0 -5
  433. package/esm5/enums/touch-mode.js +0 -10
  434. package/esm5/index.js +0 -7
  435. package/esm5/interfaces/index.js +0 -1
  436. package/esm5/interfaces/mobile-alert-data.js +0 -1
  437. package/esm5/interfaces/taiga-ui-addon-mobile-interfaces.js +0 -4
  438. package/esm5/internal/index.js +0 -2
  439. package/esm5/internal/primitive-calendar-mobile/index.js +0 -3
  440. package/esm5/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.js +0 -37
  441. package/esm5/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.js +0 -28
  442. package/esm5/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +0 -5
  443. package/esm5/internal/taiga-ui-addon-mobile-internal.js +0 -5
  444. package/esm5/taiga-ui-addon-mobile.js +0 -5
  445. package/esm5/tokens/index.js +0 -2
  446. package/esm5/tokens/loaded.js +0 -6
  447. package/esm5/tokens/taiga-ui-addon-mobile-tokens.js +0 -5
  448. package/esm5/types/index.js +0 -1
  449. package/esm5/types/taiga-ui-addon-mobile-types.js +0 -4
  450. package/esm5/types/touch-mode.js +0 -1
  451. package/esm5/utils/find-touch-index.js +0 -15
  452. package/esm5/utils/index.js +0 -2
  453. package/esm5/utils/taiga-ui-addon-mobile-utils.js +0 -5
  454. package/fesm2015/taiga-ui-addon-mobile-enums.js +0 -16
  455. package/fesm2015/taiga-ui-addon-mobile-enums.js.map +0 -1
  456. package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +0 -87
  457. package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js.map +0 -1
  458. package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar.js +0 -502
  459. package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar.js.map +0 -1
  460. package/fesm5/taiga-ui-addon-mobile-components-mobile-dialog.js +0 -91
  461. package/fesm5/taiga-ui-addon-mobile-components-mobile-dialog.js.map +0 -1
  462. package/fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js +0 -185
  463. package/fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js.map +0 -1
  464. package/fesm5/taiga-ui-addon-mobile-components-sheet.js +0 -680
  465. package/fesm5/taiga-ui-addon-mobile-components-sheet.js.map +0 -1
  466. package/fesm5/taiga-ui-addon-mobile-components-theme-android.js +0 -40
  467. package/fesm5/taiga-ui-addon-mobile-components-theme-android.js.map +0 -1
  468. package/fesm5/taiga-ui-addon-mobile-components-theme-ios.js +0 -40
  469. package/fesm5/taiga-ui-addon-mobile-components-theme-ios.js.map +0 -1
  470. package/fesm5/taiga-ui-addon-mobile-components.js +0 -12
  471. package/fesm5/taiga-ui-addon-mobile-components.js.map +0 -1
  472. package/fesm5/taiga-ui-addon-mobile-const.js +0 -15
  473. package/fesm5/taiga-ui-addon-mobile-const.js.map +0 -1
  474. package/fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js +0 -97
  475. package/fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js.map +0 -1
  476. package/fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js +0 -82
  477. package/fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js.map +0 -1
  478. package/fesm5/taiga-ui-addon-mobile-directives-ripple.js +0 -143
  479. package/fesm5/taiga-ui-addon-mobile-directives-ripple.js.map +0 -1
  480. package/fesm5/taiga-ui-addon-mobile-directives-sidebar.js +0 -161
  481. package/fesm5/taiga-ui-addon-mobile-directives-sidebar.js.map +0 -1
  482. package/fesm5/taiga-ui-addon-mobile-directives-touchable.js +0 -108
  483. package/fesm5/taiga-ui-addon-mobile-directives-touchable.js.map +0 -1
  484. package/fesm5/taiga-ui-addon-mobile-directives.js +0 -10
  485. package/fesm5/taiga-ui-addon-mobile-directives.js.map +0 -1
  486. package/fesm5/taiga-ui-addon-mobile-enums.js +0 -16
  487. package/fesm5/taiga-ui-addon-mobile-enums.js.map +0 -1
  488. package/fesm5/taiga-ui-addon-mobile-interfaces.js +0 -4
  489. package/fesm5/taiga-ui-addon-mobile-interfaces.js.map +0 -1
  490. package/fesm5/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +0 -65
  491. package/fesm5/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js.map +0 -1
  492. package/fesm5/taiga-ui-addon-mobile-internal.js +0 -6
  493. package/fesm5/taiga-ui-addon-mobile-internal.js.map +0 -1
  494. package/fesm5/taiga-ui-addon-mobile-tokens.js +0 -13
  495. package/fesm5/taiga-ui-addon-mobile-tokens.js.map +0 -1
  496. package/fesm5/taiga-ui-addon-mobile-types.js +0 -4
  497. package/fesm5/taiga-ui-addon-mobile-types.js.map +0 -1
  498. package/fesm5/taiga-ui-addon-mobile-utils.js +0 -21
  499. package/fesm5/taiga-ui-addon-mobile-utils.js.map +0 -1
  500. package/fesm5/taiga-ui-addon-mobile.js +0 -11
  501. package/fesm5/taiga-ui-addon-mobile.js.map +0 -1
  502. package/interfaces/taiga-ui-addon-mobile-interfaces.metadata.json +0 -1
  503. package/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.metadata.json +0 -1
  504. package/internal/taiga-ui-addon-mobile-internal.metadata.json +0 -1
  505. package/taiga-ui-addon-mobile.metadata.json +0 -1
  506. package/tokens/taiga-ui-addon-mobile-tokens.metadata.json +0 -1
  507. package/types/taiga-ui-addon-mobile-types.metadata.json +0 -1
  508. package/utils/taiga-ui-addon-mobile-utils.metadata.json +0 -1
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components/mobile-dialog" />
4
5
  export * from './index';
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../bundles/taiga-ui-addon-mobile-components.umd.js",
3
- "module": "../fesm5/taiga-ui-addon-mobile-components.js",
3
+ "module": "../fesm2015/taiga-ui-addon-mobile-components.js",
4
4
  "es2015": "../fesm2015/taiga-ui-addon-mobile-components.js",
5
- "esm5": "../esm5/components/taiga-ui-addon-mobile-components.js",
6
5
  "esm2015": "../esm2015/components/taiga-ui-addon-mobile-components.js",
7
- "fesm5": "../fesm5/taiga-ui-addon-mobile-components.js",
8
6
  "fesm2015": "../fesm2015/taiga-ui-addon-mobile-components.js",
9
7
  "typings": "taiga-ui-addon-mobile-components.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-components.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/components"
13
- }
10
+ }
@@ -1,5 +1,8 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TuiMobileLoaderAndroidComponent {
2
3
  pulled: number;
3
4
  get transform(): string;
4
5
  get hidden(): boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileLoaderAndroidComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileLoaderAndroidComponent, "tui-mobile-android-loader", never, { "pulled": "pulled"; }, {}, never, never>;
5
8
  }
@@ -1,3 +1,4 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TuiMobileLoaderIOSComponent {
2
3
  pulled: number;
3
4
  readonly steps = 12;
@@ -5,4 +6,6 @@ export declare class TuiMobileLoaderIOSComponent {
5
6
  isShown(index: number): boolean;
6
7
  calculateTransform(index: number): string;
7
8
  calculateAnimationBegin(index: number): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileLoaderIOSComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileLoaderIOSComponent, "tui-mobile-ios-loader", never, { "pulled": "pulled"; }, {}, never, never>;
8
11
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
5
- "esm5": "../../esm5/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js",
6
5
  "esm2015": "../../esm2015/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
9
7
  "typings": "taiga-ui-addon-mobile-components-pull-to-refresh.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-components-pull-to-refresh.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/components/pull-to-refresh"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TuiPullToRefreshComponent {
3
4
  readonly isIOS: boolean;
4
5
  private readonly pulling$;
@@ -8,4 +9,6 @@ export declare class TuiPullToRefreshComponent {
8
9
  readonly contentTransform$: Observable<string | null>;
9
10
  constructor(isIOS: boolean, pulling$: Observable<number>);
10
11
  get loaderTransform$(): Observable<string>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiPullToRefreshComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiPullToRefreshComponent, "tui-pull-to-refresh", never, {}, { "pulled": "pulled"; }, never, ["*"]>;
11
14
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pull-to-refresh.component";
3
+ import * as i2 from "./loader-android/loader-android.component";
4
+ import * as i3 from "./loader-ios/loader-ios.component";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "@taiga-ui/core";
7
+ import * as i6 from "@taiga-ui/cdk";
1
8
  export declare class TuiPullToRefreshModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiPullToRefreshModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPullToRefreshModule, [typeof i1.TuiPullToRefreshComponent, typeof i2.TuiMobileLoaderAndroidComponent, typeof i3.TuiMobileLoaderIOSComponent], [typeof i4.CommonModule, typeof i5.TuiSvgModule, typeof i6.TuiOverscrollModule, typeof i6.TuiRepeatTimesModule], [typeof i1.TuiPullToRefreshComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiPullToRefreshModule>;
2
12
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components/pull-to-refresh" />
4
5
  export * from './index';
@@ -1,7 +1,8 @@
1
1
  import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { TuiSheet } from '../../sheet';
4
- export declare class TuiSheetComponent<T> implements AfterViewInit {
3
+ import { TuiSheet, TuiSheetRequiredProps } from '../../sheet';
4
+ import * as i0 from "@angular/core";
5
+ export declare class TuiSheetComponent<T> implements TuiSheetRequiredProps<T>, AfterViewInit {
5
6
  private readonly scroll$;
6
7
  private readonly elementRef;
7
8
  private readonly ngZone;
@@ -25,4 +26,6 @@ export declare class TuiSheetComponent<T> implements AfterViewInit {
25
26
  private get contentTop();
26
27
  private get sheetTop();
27
28
  private getStops;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetComponent<any>, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetComponent<any>, "tui-sheet", never, { "item": "item"; }, {}, never, never>;
28
31
  }
@@ -1,9 +1,5 @@
1
- import { ElementRef, InjectionToken, NgZone, Provider } from '@angular/core';
1
+ import { ElementRef, NgZone, Provider } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- export declare const TUI_SHEET_SCROLL: InjectionToken<number>;
4
- export declare const TUI_SHEET_DRAGGED: InjectionToken<boolean>;
5
- /** @deprecated use option argument for each Sheet */
6
- export declare const TUI_SHEET_OFFSET: InjectionToken<number>;
7
3
  export declare const TUI_SHEET_PROVIDERS: Provider[];
8
4
  export declare function sheetDraggedFactory({ nativeElement, }: ElementRef<HTMLElement>): Observable<boolean>;
9
5
  export declare function sheetScrollFactory({ nativeElement }: ElementRef<HTMLElement>, ngZone: NgZone, documentRef: Document, isIos: boolean): Observable<number>;
@@ -1,11 +1,14 @@
1
1
  import { NgZone } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { TuiSheetComponent } from '../sheet/sheet.component';
3
+ import { TuiSheetRequiredProps } from '../../sheet';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class TuiSheetBarComponent {
5
6
  private readonly sheet;
6
7
  private readonly scroll$;
7
8
  private readonly ngZone;
8
9
  readonly rotate$: Observable<number>;
9
- constructor(sheet: TuiSheetComponent<unknown>, scroll$: Observable<number>, ngZone: NgZone);
10
+ constructor(sheet: TuiSheetRequiredProps, scroll$: Observable<number>, ngZone: NgZone);
10
11
  private get stop();
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetBarComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetBarComponent, "tui-sheet-bar", never, {}, {}, never, ["*"]>;
11
14
  }
@@ -1,6 +1,7 @@
1
1
  import { AfterViewInit, ElementRef } from '@angular/core';
2
2
  import { TuiIdService } from '@taiga-ui/cdk';
3
3
  import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
4
5
  export declare const TUI_SHEET_CLOSE = "tui-sheet-close";
5
6
  export declare const TUI_SHEET_ID = "tui-sheet-id";
6
7
  export declare class TuiSheetHeadingComponent implements AfterViewInit {
@@ -11,4 +12,6 @@ export declare class TuiSheetHeadingComponent implements AfterViewInit {
11
12
  constructor(idService: TuiIdService, elementRef: ElementRef<HTMLElement>, closeWord$: Observable<string>);
12
13
  ngAfterViewInit(): void;
13
14
  onClick(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetHeadingComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetHeadingComponent, "[tuiSheetHeading]", never, {}, {}, never, ["*"]>;
14
17
  }
@@ -2,10 +2,13 @@ import { AnimationOptions } from '@angular/animations';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TuiSheet } from '../../sheet';
4
4
  import { TuiSheetService } from '../../sheet.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class TuiSheetsHostComponent {
6
7
  readonly options: AnimationOptions;
7
8
  readonly service: TuiSheetService;
8
9
  readonly height$: Observable<number>;
9
10
  constructor(options: AnimationOptions, service: TuiSheetService, height$: Observable<number>);
10
11
  close({ closeable, $implicit }: TuiSheet<unknown>): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetsHostComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetsHostComponent, "tui-sheets-host", never, {}, {}, never, never>;
11
14
  }
@@ -1,6 +1,7 @@
1
1
  import { ElementRef, NgZone } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TuiSheetComponent } from '../../components/sheet/sheet.component';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class TuiSheetCloseDirective {
5
6
  private readonly ngZone;
6
7
  private readonly dragged$;
@@ -11,4 +12,6 @@ export declare class TuiSheetCloseDirective {
11
12
  readonly close: Observable<unknown>;
12
13
  constructor(ngZone: NgZone, dragged$: Observable<boolean>, scroll$: Observable<number>, windowRef: Window, elementRef: ElementRef<HTMLElement>, sheet: TuiSheetComponent<unknown>);
13
14
  private shouldClose;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetCloseDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetCloseDirective, "tui-sheet[close]", never, {}, { "close": "close"; }, never>;
14
17
  }
@@ -1,5 +1,8 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class TuiSheetStopDirective {
4
5
  constructor(elementRef: ElementRef<HTMLElement>, destroy$: Observable<unknown>, dragged$: Observable<boolean>, scroll$: Observable<number>, { nativeElement }: ElementRef<HTMLElement>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetStopDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetStopDirective, "[tuiSheetStop]", never, {}, {}, never>;
5
8
  }
@@ -1,5 +1,6 @@
1
1
  import { Observable } from 'rxjs';
2
- import { TuiSheetComponent } from '../../components/sheet/sheet.component';
2
+ import { TuiSheetRequiredProps } from '../../sheet';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class TuiSheetTopDirective {
4
5
  private readonly scroll$;
5
6
  private readonly component;
@@ -8,6 +9,8 @@ export declare class TuiSheetTopDirective {
8
9
  readonly transform$: Observable<string>;
9
10
  readonly rounded$: Observable<boolean>;
10
11
  readonly clickthrough$: Observable<boolean>;
11
- constructor(scroll$: Observable<number>, component: TuiSheetComponent<unknown>, windowRef: Window);
12
+ constructor(scroll$: Observable<number>, component: TuiSheetRequiredProps, windowRef: Window);
12
13
  private getY;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetTopDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetTopDirective, "[tuiSheetTop]", never, { "stop": "tuiSheetTop"; }, {}, never>;
13
16
  }
@@ -1,4 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TuiSheetWrapperDirective {
3
4
  private readonly windowRef;
4
5
  private readonly sheet?;
@@ -12,4 +13,6 @@ export declare class TuiSheetWrapperDirective {
12
13
  get height$(): Observable<number | null>;
13
14
  private getHeight;
14
15
  private withImage;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetWrapperDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetWrapperDirective, "[tuiSheetWrapper]", never, { "tuiSheetWrapper": "tuiSheetWrapper"; }, {}, ["sheet", "dragged$", "scroll$"]>;
15
18
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-components-sheet.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-components-sheet.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
5
- "esm5": "../../esm5/components/sheet/taiga-ui-addon-mobile-components-sheet.js",
6
5
  "esm2015": "../../esm2015/components/sheet/taiga-ui-addon-mobile-components-sheet.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-components-sheet.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
9
7
  "typings": "taiga-ui-addon-mobile-components-sheet.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-components-sheet.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/components/sheet"
13
- }
10
+ }
@@ -12,4 +12,4 @@ export interface TuiSheetOptions<I = undefined, O = unknown> {
12
12
  readonly data: I;
13
13
  }
14
14
  export declare const TUI_SHEET_DEFAULT_OPTIONS: Omit<TuiSheetOptions, 'data'>;
15
- export declare const TUI_SHEET_OPTIONS: InjectionToken<Pick<TuiSheetOptions<undefined, unknown>, "image" | "imageSlide" | "stops" | "initial" | "offset" | "closeable" | "overlay">>;
15
+ export declare const TUI_SHEET_OPTIONS: InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
@@ -0,0 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { TuiSheetRequiredProps } from './sheet';
3
+ export declare const TUI_SHEET: InjectionToken<TuiSheetRequiredProps<unknown>>;
4
+ export declare const TUI_SHEET_SCROLL: InjectionToken<number>;
5
+ export declare const TUI_SHEET_DRAGGED: InjectionToken<boolean>;
@@ -7,3 +7,7 @@ export interface TuiSheet<O, I = undefined> extends TuiSheetOptions<I, O>, TuiCo
7
7
  readonly scroll$: Observable<number>;
8
8
  completeWith(value: O): void;
9
9
  }
10
+ export interface TuiSheetRequiredProps<T = unknown> {
11
+ stops: readonly number[];
12
+ item: TuiSheet<T>;
13
+ }
@@ -3,6 +3,7 @@ import { PolymorpheusTemplate } from '@tinkoff/ng-polymorpheus';
3
3
  import { TuiSheet } from './sheet';
4
4
  import { TuiSheetService } from './sheet.service';
5
5
  import { TuiSheetOptions } from './sheet-options';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<never>> {
7
8
  private readonly service;
8
9
  private readonly open$;
@@ -10,4 +11,6 @@ export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<nev
10
11
  set tuiSheet(open: boolean);
11
12
  tuiSheetChange: import("rxjs").Observable<boolean>;
12
13
  constructor(changeDetectorRef: ChangeDetectorRef, templateRef: TemplateRef<TuiSheet<never>>, service: TuiSheetService);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetDirective, "ng-template[tuiSheet]", never, { "options": "tuiSheetOptions"; "tuiSheet": "tuiSheet"; }, { "tuiSheetChange": "tuiSheetChange"; }, never>;
13
16
  }
@@ -1,2 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/sheets-host/sheets-host.component";
3
+ import * as i2 from "./components/sheet/sheet.component";
4
+ import * as i3 from "./components/sheet-bar/sheet-bar.component";
5
+ import * as i4 from "./components/sheet-heading/sheet-heading.component";
6
+ import * as i5 from "./directives/sheet-top/sheet-top.directive";
7
+ import * as i6 from "./sheet.directive";
8
+ import * as i7 from "./directives/sheet-wrapper/sheet-wrapper.directive";
9
+ import * as i8 from "./directives/sheet-close/sheet-close.directive";
10
+ import * as i9 from "./directives/sheet-stop/sheet-stop.directive";
11
+ import * as i10 from "@angular/common";
12
+ import * as i11 from "@tinkoff/ng-polymorpheus";
13
+ import * as i12 from "@taiga-ui/cdk";
14
+ import * as i13 from "@taiga-ui/core";
1
15
  export declare class TuiSheetModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSheetModule, [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i3.TuiSheetBarComponent, typeof i4.TuiSheetHeadingComponent, typeof i5.TuiSheetTopDirective, typeof i6.TuiSheetDirective, typeof i7.TuiSheetWrapperDirective, typeof i8.TuiSheetCloseDirective, typeof i9.TuiSheetStopDirective], [typeof i10.CommonModule, typeof i11.PolymorpheusModule, typeof i12.TuiLetModule, typeof i13.TuiButtonModule, typeof i12.TuiOverscrollModule, typeof i13.TuiScrollbarModule], [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i4.TuiSheetHeadingComponent, typeof i6.TuiSheetDirective]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiSheetModule>;
2
19
  }
@@ -2,9 +2,12 @@ import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
2
2
  import { BehaviorSubject, Observable } from 'rxjs';
3
3
  import { TuiSheet } from './sheet';
4
4
  import { TuiSheetOptions } from './sheet-options';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class TuiSheetService {
6
7
  private readonly options;
7
8
  readonly sheets$: BehaviorSubject<TuiSheet<any, any>[]>;
8
9
  constructor(options: TuiSheetOptions);
9
10
  open<G>(content: PolymorpheusContent<TuiSheet<G>>, options?: Partial<TuiSheetOptions>): Observable<G>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiSheetService>;
10
13
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components/sheet" />
4
5
  export * from './index';
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components" />
4
5
  export * from './index';
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-components-theme-android.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-components-theme-android.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
5
- "esm5": "../../esm5/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js",
6
5
  "esm2015": "../../esm2015/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-components-theme-android.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
9
7
  "typings": "taiga-ui-addon-mobile-components-theme-android.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-components-theme-android.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/components/theme-android"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components/theme-android" />
4
5
  export * from './index';
@@ -1,3 +1,6 @@
1
1
  import { AbstractTuiThemeSwitcher } from '@taiga-ui/cdk';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TuiThemeAndroidComponent extends AbstractTuiThemeSwitcher {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeAndroidComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiThemeAndroidComponent, "tui-theme-android", never, {}, {}, never, never>;
3
6
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./theme-android.component";
1
3
  export declare class TuiThemeAndroidModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeAndroidModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiThemeAndroidModule, [typeof i1.TuiThemeAndroidComponent], never, [typeof i1.TuiThemeAndroidComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiThemeAndroidModule>;
2
7
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-components-theme-ios.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
5
- "esm5": "../../esm5/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js",
6
5
  "esm2015": "../../esm2015/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-components-theme-ios.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
9
7
  "typings": "taiga-ui-addon-mobile-components-theme-ios.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-components-theme-ios.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/components/theme-ios"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/components/theme-ios" />
4
5
  export * from './index';
@@ -1,3 +1,6 @@
1
1
  import { AbstractTuiThemeSwitcher } from '@taiga-ui/cdk';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TuiThemeIosComponent extends AbstractTuiThemeSwitcher {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeIosComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiThemeIosComponent, "tui-theme-ios", never, {}, {}, never, never>;
3
6
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./theme-ios.component";
1
3
  export declare class TuiThemeIosModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeIosModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiThemeIosModule, [typeof i1.TuiThemeIosComponent], never, [typeof i1.TuiThemeIosComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiThemeIosModule>;
2
7
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../bundles/taiga-ui-addon-mobile-const.umd.js",
3
- "module": "../fesm5/taiga-ui-addon-mobile-const.js",
3
+ "module": "../fesm2015/taiga-ui-addon-mobile-const.js",
4
4
  "es2015": "../fesm2015/taiga-ui-addon-mobile-const.js",
5
- "esm5": "../esm5/const/taiga-ui-addon-mobile-const.js",
6
5
  "esm2015": "../esm2015/const/taiga-ui-addon-mobile-const.js",
7
- "fesm5": "../fesm5/taiga-ui-addon-mobile-const.js",
8
6
  "fesm2015": "../fesm2015/taiga-ui-addon-mobile-const.js",
9
7
  "typings": "taiga-ui-addon-mobile-const.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-const.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/const"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/const" />
4
5
  export * from './index';
@@ -1,6 +1,9 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { TuiElasticStickyService } from './elastic-sticky.service';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class TuiElasticStickyDirective {
4
5
  readonly tuiElasticSticky: Observable<number>;
5
6
  constructor(elasticStickyService: TuiElasticStickyService);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticStickyDirective, "[tuiElasticSticky]", ["tuiElasticSticky"], {}, { "tuiElasticSticky": "tuiElasticSticky"; }, never>;
6
9
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./elastic-sticky.directive";
1
3
  export declare class TuiElasticStickyModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiElasticStickyModule, [typeof i1.TuiElasticStickyDirective], never, [typeof i1.TuiElasticStickyDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiElasticStickyModule>;
2
7
  }
@@ -1,7 +1,10 @@
1
1
  import { ElementRef, NgZone } from '@angular/core';
2
2
  import { TuiDestroyService } from '@taiga-ui/cdk';
3
3
  import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class TuiElasticStickyService extends Observable<number> {
5
6
  constructor(scrollRef: ElementRef<HTMLElement> | null, { nativeElement }: ElementRef<HTMLElement>, ngZone: NgZone, windowRef: Window, destroy$: TuiDestroyService);
6
7
  private getInitialOffset;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyService, [{ optional: true; }, null, null, null, null]>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiElasticStickyService>;
7
10
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
5
- "esm5": "../../esm5/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js",
6
5
  "esm2015": "../../esm2015/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
9
7
  "typings": "taiga-ui-addon-mobile-directives-elastic-sticky.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-directives-elastic-sticky.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/directives/elastic-sticky"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/directives/elastic-sticky" />
4
5
  export * from './index';
@@ -1,2 +1,5 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TuiMobileTabsComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileTabsComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileTabsComponent, "ng-component", never, {}, {}, never, never>;
2
5
  }
@@ -1,7 +1,10 @@
1
1
  import { TuiDirectiveStylesService } from '@taiga-ui/cdk';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class TuiMobileTabsDirective {
3
4
  private readonly isIos;
4
5
  private readonly isAndroid;
5
6
  constructor(isIos: boolean, isAndroid: boolean, directiveStyles: TuiDirectiveStylesService);
6
7
  get platform(): 'ios' | 'android' | null;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileTabsDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TuiMobileTabsDirective, "[tuiMobileTabs]", never, {}, {}, never>;
7
10
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./mobile-tabs.directive";
3
+ import * as i2 from "./mobile-tabs.component";
1
4
  export declare class TuiMobileTabsModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileTabsModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMobileTabsModule, [typeof i1.TuiMobileTabsDirective, typeof i2.TuiMobileTabsComponent], never, [typeof i1.TuiMobileTabsDirective, typeof i2.TuiMobileTabsComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TuiMobileTabsModule>;
2
8
  }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
5
- "esm5": "../../esm5/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js",
6
5
  "esm2015": "../../esm2015/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
9
7
  "typings": "taiga-ui-addon-mobile-directives-mobile-tabs.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-directives-mobile-tabs.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/directives/mobile-tabs"
13
- }
10
+ }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@taiga-ui/addon-mobile/directives/mobile-tabs" />
4
5
  export * from './index';
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../bundles/taiga-ui-addon-mobile-directives.umd.js",
3
- "module": "../fesm5/taiga-ui-addon-mobile-directives.js",
3
+ "module": "../fesm2015/taiga-ui-addon-mobile-directives.js",
4
4
  "es2015": "../fesm2015/taiga-ui-addon-mobile-directives.js",
5
- "esm5": "../esm5/directives/taiga-ui-addon-mobile-directives.js",
6
5
  "esm2015": "../esm2015/directives/taiga-ui-addon-mobile-directives.js",
7
- "fesm5": "../fesm5/taiga-ui-addon-mobile-directives.js",
8
6
  "fesm2015": "../fesm2015/taiga-ui-addon-mobile-directives.js",
9
7
  "typings": "taiga-ui-addon-mobile-directives.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-directives.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/directives"
13
- }
10
+ }
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "main": "../../bundles/taiga-ui-addon-mobile-directives-ripple.umd.js",
3
- "module": "../../fesm5/taiga-ui-addon-mobile-directives-ripple.js",
3
+ "module": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
4
4
  "es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
5
- "esm5": "../../esm5/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js",
6
5
  "esm2015": "../../esm2015/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js",
7
- "fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-ripple.js",
8
6
  "fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
9
7
  "typings": "taiga-ui-addon-mobile-directives-ripple.d.ts",
10
- "metadata": "taiga-ui-addon-mobile-directives-ripple.metadata.json",
11
8
  "sideEffects": false,
12
9
  "name": "@taiga-ui/addon-mobile/directives/ripple"
13
- }
10
+ }
@@ -1,2 +1,5 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class TuiRippleStylesComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiRippleStylesComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TuiRippleStylesComponent, "ng-component", never, {}, {}, never, never>;
2
5
  }