@taiga-ui/addon-mobile 3.58.0 → 3.59.0-canary.10da730

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 (420) hide show
  1. package/components/app-bar/app-bar-back.component.d.ts +1 -1
  2. package/components/app-bar/app-bar.component.d.ts +1 -1
  3. package/components/app-bar/app-bar.directive.d.ts +1 -1
  4. package/components/mobile-calendar/mobile-calendar.component.d.ts +1 -1
  5. package/components/mobile-calendar-dialog/mobile-calendar-dialog.component.d.ts +1 -1
  6. package/components/mobile-dialog/mobile-dialog.component.d.ts +1 -1
  7. package/components/mobile-dialog/mobile-dialog.options.d.ts +1 -1
  8. package/components/pull-to-refresh/loader-android/loader-android.component.d.ts +1 -1
  9. package/components/pull-to-refresh/loader-ios/loader-ios.component.d.ts +1 -1
  10. package/components/pull-to-refresh/pull-to-refresh.component.d.ts +1 -1
  11. package/components/sheet/components/sheet/sheet.component.d.ts +1 -1
  12. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +1 -1
  13. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +1 -1
  14. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +1 -1
  15. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +1 -1
  16. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +1 -1
  17. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +1 -1
  18. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +1 -1
  19. package/components/sheet/sheet.directive.d.ts +1 -1
  20. package/components/sheet-dialog/sheet-dialog.component.d.ts +1 -1
  21. package/components/sheet-dialog/sheet-dialog.directive.d.ts +1 -1
  22. package/components/sheet-dialog/sheet-dialog.options.d.ts +1 -1
  23. package/components/tab-bar/tab-bar-item.component.d.ts +1 -1
  24. package/components/tab-bar/tab-bar-item.directive.d.ts +1 -1
  25. package/components/tab-bar/tab-bar.component.d.ts +1 -1
  26. package/components/theme-android/theme-android.component.d.ts +1 -1
  27. package/components/theme-ios/theme-ios.component.d.ts +1 -1
  28. package/const/mobile-alert-options.d.ts +3 -3
  29. package/directives/elastic-sticky/elastic-sticky.directive.d.ts +1 -1
  30. package/directives/mobile-tabs/mobile-tabs.component.d.ts +1 -1
  31. package/directives/mobile-tabs/mobile-tabs.directive.d.ts +1 -1
  32. package/directives/ripple/ripple-styles.component.d.ts +1 -1
  33. package/directives/ripple/ripple.directive.d.ts +1 -1
  34. package/directives/sidebar/sidebar.component.d.ts +1 -1
  35. package/directives/sidebar/sidebar.directive.d.ts +1 -1
  36. package/directives/touchable/touchable.directive.d.ts +1 -1
  37. package/esm2020/components/app-bar/app-bar-back.component.mjs +11 -0
  38. package/esm2020/components/app-bar/app-bar.component.mjs +33 -0
  39. package/{esm2015/components/app-bar/app-bar.directive.js → esm2020/components/app-bar/app-bar.directive.mjs} +3 -3
  40. package/{esm2015/components/app-bar/app-bar.module.js → esm2020/components/app-bar/app-bar.module.mjs} +5 -5
  41. package/esm2020/components/mobile-calendar/mobile-calendar.component.mjs +301 -0
  42. package/{esm2015/components/mobile-calendar/mobile-calendar.module.js → esm2020/components/mobile-calendar/mobile-calendar.module.mjs} +14 -16
  43. package/esm2020/components/mobile-calendar/mobile-calendar.providers.mjs +29 -0
  44. package/esm2020/components/mobile-calendar/mobile-calendar.strategy.mjs +125 -0
  45. package/esm2020/components/mobile-calendar-dialog/mobile-calendar-dialog.component.mjs +35 -0
  46. package/{esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.module.js → esm2020/components/mobile-calendar-dialog/mobile-calendar-dialog.module.mjs} +6 -6
  47. package/esm2020/components/mobile-dialog/mobile-dialog.component.mjs +32 -0
  48. package/{esm2015/components/mobile-dialog/mobile-dialog.module.js → esm2020/components/mobile-dialog/mobile-dialog.module.mjs} +5 -5
  49. package/esm2020/components/mobile-dialog/mobile-dialog.service.mjs +29 -0
  50. package/esm2020/components/pull-to-refresh/loader-android/loader-android.component.mjs +55 -0
  51. package/esm2020/components/pull-to-refresh/loader-ios/loader-ios.component.mjs +44 -0
  52. package/esm2020/components/pull-to-refresh/pull-to-refresh.component.mjs +69 -0
  53. package/{esm2015/components/pull-to-refresh/pull-to-refresh.module.js → esm2020/components/pull-to-refresh/pull-to-refresh.module.mjs} +5 -5
  54. package/esm2020/components/pull-to-refresh/pull-to-refresh.service.mjs +53 -0
  55. package/esm2020/components/sheet/components/sheet/sheet.component.mjs +121 -0
  56. package/esm2020/components/sheet/components/sheet/sheet.providers.mjs +30 -0
  57. package/{esm2015/components/sheet/components/sheet-bar/sheet-bar.component.js → esm2020/components/sheet/components/sheet-bar/sheet-bar.component.mjs} +7 -12
  58. package/{esm2015/components/sheet/components/sheet-heading/sheet-heading.component.js → esm2020/components/sheet/components/sheet-heading/sheet-heading.component.mjs} +5 -10
  59. package/esm2020/components/sheet/components/sheets-host/sheets-host.component.mjs +61 -0
  60. package/esm2020/components/sheet/directives/sheet-close/sheet-close.directive.mjs +55 -0
  61. package/esm2020/components/sheet/directives/sheet-stop/sheet-stop.directive.mjs +47 -0
  62. package/esm2020/components/sheet/directives/sheet-top/sheet-top.directive.mjs +54 -0
  63. package/esm2020/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.mjs +78 -0
  64. package/esm2020/components/sheet/ios.hacks.mjs +28 -0
  65. package/esm2020/components/sheet/sheet-options.mjs +21 -0
  66. package/esm2020/components/sheet/sheet.directive.mjs +48 -0
  67. package/{esm2015/components/sheet/sheet.module.js → esm2020/components/sheet/sheet.module.mjs} +10 -12
  68. package/esm2020/components/sheet/sheet.service.mjs +56 -0
  69. package/esm2020/components/sheet-dialog/sheet-dialog.component.mjs +132 -0
  70. package/{esm2015/components/sheet-dialog/sheet-dialog.directive.js → esm2020/components/sheet-dialog/sheet-dialog.directive.mjs} +3 -3
  71. package/{esm2015/components/sheet-dialog/sheet-dialog.module.js → esm2020/components/sheet-dialog/sheet-dialog.module.mjs} +5 -5
  72. package/{esm2015/components/sheet-dialog/sheet-dialog.service.js → esm2020/components/sheet-dialog/sheet-dialog.service.mjs} +8 -5
  73. package/esm2020/components/tab-bar/tab-bar-item.component.mjs +29 -0
  74. package/esm2020/components/tab-bar/tab-bar-item.directive.mjs +44 -0
  75. package/esm2020/components/tab-bar/tab-bar.component.mjs +47 -0
  76. package/{esm2015/components/tab-bar/tab-bar.module.js → esm2020/components/tab-bar/tab-bar.module.mjs} +5 -5
  77. package/{esm2015/components/theme-android/theme-android.component.js → esm2020/components/theme-android/theme-android.component.mjs} +5 -11
  78. package/{esm2015/components/theme-android/theme-android.module.js → esm2020/components/theme-android/theme-android.module.mjs} +4 -4
  79. package/esm2020/components/theme-ios/theme-ios.component.mjs +12 -0
  80. package/{esm2015/components/theme-ios/theme-ios.module.js → esm2020/components/theme-ios/theme-ios.module.mjs} +4 -4
  81. package/esm2020/const/mobile-alert-options.mjs +13 -0
  82. package/{esm2015/directives/elastic-sticky/elastic-sticky.directive.js → esm2020/directives/elastic-sticky/elastic-sticky.directive.mjs} +3 -3
  83. package/{esm2015/directives/elastic-sticky/elastic-sticky.module.js → esm2020/directives/elastic-sticky/elastic-sticky.module.mjs} +4 -4
  84. package/esm2020/directives/elastic-sticky/elastic-sticky.service.mjs +40 -0
  85. package/esm2020/directives/mobile-tabs/mobile-tabs.component.mjs +13 -0
  86. package/{esm2015/directives/mobile-tabs/mobile-tabs.directive.js → esm2020/directives/mobile-tabs/mobile-tabs.directive.mjs} +3 -3
  87. package/{esm2015/directives/mobile-tabs/mobile-tabs.module.js → esm2020/directives/mobile-tabs/mobile-tabs.module.mjs} +4 -4
  88. package/{esm2015/directives/ripple/ripple-styles.component.js → esm2020/directives/ripple/ripple-styles.component.mjs} +6 -12
  89. package/esm2020/directives/ripple/ripple.directive.mjs +66 -0
  90. package/{esm2015/directives/ripple/ripple.module.js → esm2020/directives/ripple/ripple.module.mjs} +4 -4
  91. package/esm2020/directives/ripple/ripple.providers.mjs +42 -0
  92. package/esm2020/directives/sidebar/sidebar.component.mjs +58 -0
  93. package/esm2020/directives/sidebar/sidebar.directive.mjs +72 -0
  94. package/{esm2015/directives/sidebar/sidebar.module.js → esm2020/directives/sidebar/sidebar.module.mjs} +5 -5
  95. package/esm2020/directives/touchable/touchable.directive.mjs +82 -0
  96. package/{esm2015/directives/touchable/touchable.module.js → esm2020/directives/touchable/touchable.module.mjs} +4 -4
  97. package/esm2020/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.mjs +34 -0
  98. package/{esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.js → esm2020/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.mjs} +8 -10
  99. package/fesm2015/taiga-ui-addon-mobile-components-app-bar.mjs +103 -0
  100. package/fesm2015/taiga-ui-addon-mobile-components-app-bar.mjs.map +1 -0
  101. package/fesm2015/{taiga-ui-addon-mobile-components-mobile-calendar-dialog.js → taiga-ui-addon-mobile-components-mobile-calendar-dialog.mjs} +16 -19
  102. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.mjs.map +1 -0
  103. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.mjs +539 -0
  104. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.mjs.map +1 -0
  105. package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.mjs +91 -0
  106. package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.mjs.map +1 -0
  107. package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.mjs +257 -0
  108. package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.mjs.map +1 -0
  109. package/fesm2015/taiga-ui-addon-mobile-components-sheet-dialog.mjs +215 -0
  110. package/fesm2015/taiga-ui-addon-mobile-components-sheet-dialog.mjs.map +1 -0
  111. package/fesm2015/taiga-ui-addon-mobile-components-sheet.mjs +687 -0
  112. package/fesm2015/taiga-ui-addon-mobile-components-sheet.mjs.map +1 -0
  113. package/fesm2015/taiga-ui-addon-mobile-components-tab-bar.mjs +137 -0
  114. package/fesm2015/taiga-ui-addon-mobile-components-tab-bar.mjs.map +1 -0
  115. package/fesm2015/{taiga-ui-addon-mobile-components-theme-android.js → taiga-ui-addon-mobile-components-theme-android.mjs} +9 -15
  116. package/fesm2015/taiga-ui-addon-mobile-components-theme-android.mjs.map +1 -0
  117. package/fesm2015/{taiga-ui-addon-mobile-components-theme-ios.js → taiga-ui-addon-mobile-components-theme-ios.mjs} +9 -15
  118. package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.mjs.map +1 -0
  119. package/fesm2015/{taiga-ui-addon-mobile-components.js → taiga-ui-addon-mobile-components.mjs} +1 -1
  120. package/fesm2015/taiga-ui-addon-mobile-components.mjs.map +1 -0
  121. package/fesm2015/{taiga-ui-addon-mobile-const.js → taiga-ui-addon-mobile-const.mjs} +1 -1
  122. package/fesm2015/taiga-ui-addon-mobile-const.mjs.map +1 -0
  123. package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.mjs +85 -0
  124. package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.mjs.map +1 -0
  125. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.mjs +87 -0
  126. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.mjs.map +1 -0
  127. package/fesm2015/taiga-ui-addon-mobile-directives-ripple.mjs +136 -0
  128. package/fesm2015/taiga-ui-addon-mobile-directives-ripple.mjs.map +1 -0
  129. package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.mjs +143 -0
  130. package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.mjs.map +1 -0
  131. package/fesm2015/taiga-ui-addon-mobile-directives-touchable.mjs +104 -0
  132. package/fesm2015/taiga-ui-addon-mobile-directives-touchable.mjs.map +1 -0
  133. package/fesm2015/{taiga-ui-addon-mobile-directives.js → taiga-ui-addon-mobile-directives.mjs} +1 -1
  134. package/fesm2015/taiga-ui-addon-mobile-directives.mjs.map +1 -0
  135. package/fesm2015/taiga-ui-addon-mobile-interfaces.mjs +4 -0
  136. package/fesm2015/taiga-ui-addon-mobile-interfaces.mjs.map +1 -0
  137. package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.mjs +72 -0
  138. package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.mjs.map +1 -0
  139. package/fesm2015/{taiga-ui-addon-mobile-internal.js → taiga-ui-addon-mobile-internal.mjs} +1 -1
  140. package/fesm2015/taiga-ui-addon-mobile-internal.mjs.map +1 -0
  141. package/fesm2015/taiga-ui-addon-mobile-types.mjs +4 -0
  142. package/fesm2015/taiga-ui-addon-mobile-types.mjs.map +1 -0
  143. package/fesm2015/{taiga-ui-addon-mobile-utils.js → taiga-ui-addon-mobile-utils.mjs} +1 -1
  144. package/fesm2015/taiga-ui-addon-mobile-utils.mjs.map +1 -0
  145. package/fesm2015/{taiga-ui-addon-mobile.js → taiga-ui-addon-mobile.mjs} +1 -1
  146. package/fesm2015/taiga-ui-addon-mobile.mjs.map +1 -0
  147. package/{fesm2015/taiga-ui-addon-mobile-components-app-bar.js → fesm2020/taiga-ui-addon-mobile-components-app-bar.mjs} +19 -34
  148. package/fesm2020/taiga-ui-addon-mobile-components-app-bar.mjs.map +1 -0
  149. package/fesm2020/taiga-ui-addon-mobile-components-mobile-calendar-dialog.mjs +69 -0
  150. package/fesm2020/taiga-ui-addon-mobile-components-mobile-calendar-dialog.mjs.map +1 -0
  151. package/{fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js → fesm2020/taiga-ui-addon-mobile-components-mobile-calendar.mjs} +36 -51
  152. package/fesm2020/taiga-ui-addon-mobile-components-mobile-calendar.mjs.map +1 -0
  153. package/{fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js → fesm2020/taiga-ui-addon-mobile-components-mobile-dialog.mjs} +22 -25
  154. package/fesm2020/taiga-ui-addon-mobile-components-mobile-dialog.mjs.map +1 -0
  155. package/{fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js → fesm2020/taiga-ui-addon-mobile-components-pull-to-refresh.mjs} +25 -42
  156. package/fesm2020/taiga-ui-addon-mobile-components-pull-to-refresh.mjs.map +1 -0
  157. package/{fesm2015/taiga-ui-addon-mobile-components-sheet-dialog.js → fesm2020/taiga-ui-addon-mobile-components-sheet-dialog.mjs} +25 -31
  158. package/fesm2020/taiga-ui-addon-mobile-components-sheet-dialog.mjs.map +1 -0
  159. package/{fesm2015/taiga-ui-addon-mobile-components-sheet.js → fesm2020/taiga-ui-addon-mobile-components-sheet.mjs} +86 -108
  160. package/fesm2020/taiga-ui-addon-mobile-components-sheet.mjs.map +1 -0
  161. package/{fesm2015/taiga-ui-addon-mobile-components-tab-bar.js → fesm2020/taiga-ui-addon-mobile-components-tab-bar.mjs} +19 -30
  162. package/fesm2020/taiga-ui-addon-mobile-components-tab-bar.mjs.map +1 -0
  163. package/fesm2020/taiga-ui-addon-mobile-components-theme-android.mjs +32 -0
  164. package/fesm2020/taiga-ui-addon-mobile-components-theme-android.mjs.map +1 -0
  165. package/fesm2020/taiga-ui-addon-mobile-components-theme-ios.mjs +32 -0
  166. package/fesm2020/taiga-ui-addon-mobile-components-theme-ios.mjs.map +1 -0
  167. package/fesm2020/taiga-ui-addon-mobile-components.mjs +15 -0
  168. package/fesm2020/taiga-ui-addon-mobile-components.mjs.map +1 -0
  169. package/fesm2020/taiga-ui-addon-mobile-const.mjs +19 -0
  170. package/fesm2020/taiga-ui-addon-mobile-const.mjs.map +1 -0
  171. package/{fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js → fesm2020/taiga-ui-addon-mobile-directives-elastic-sticky.mjs} +12 -13
  172. package/fesm2020/taiga-ui-addon-mobile-directives-elastic-sticky.mjs.map +1 -0
  173. package/fesm2020/taiga-ui-addon-mobile-directives-mobile-tabs.mjs +85 -0
  174. package/fesm2020/taiga-ui-addon-mobile-directives-mobile-tabs.mjs.map +1 -0
  175. package/{fesm2015/taiga-ui-addon-mobile-directives-ripple.js → fesm2020/taiga-ui-addon-mobile-directives-ripple.mjs} +14 -21
  176. package/fesm2020/taiga-ui-addon-mobile-directives-ripple.mjs.map +1 -0
  177. package/{fesm2015/taiga-ui-addon-mobile-directives-sidebar.js → fesm2020/taiga-ui-addon-mobile-directives-sidebar.mjs} +28 -28
  178. package/fesm2020/taiga-ui-addon-mobile-directives-sidebar.mjs.map +1 -0
  179. package/{fesm2015/taiga-ui-addon-mobile-directives-touchable.js → fesm2020/taiga-ui-addon-mobile-directives-touchable.mjs} +10 -11
  180. package/fesm2020/taiga-ui-addon-mobile-directives-touchable.mjs.map +1 -0
  181. package/fesm2020/taiga-ui-addon-mobile-directives.mjs +10 -0
  182. package/fesm2020/taiga-ui-addon-mobile-directives.mjs.map +1 -0
  183. package/fesm2020/taiga-ui-addon-mobile-interfaces.mjs +4 -0
  184. package/fesm2020/taiga-ui-addon-mobile-interfaces.mjs.map +1 -0
  185. package/{fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js → fesm2020/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.mjs} +13 -21
  186. package/fesm2020/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.mjs.map +1 -0
  187. package/fesm2020/taiga-ui-addon-mobile-internal.mjs +6 -0
  188. package/fesm2020/taiga-ui-addon-mobile-internal.mjs.map +1 -0
  189. package/fesm2020/taiga-ui-addon-mobile-types.mjs +4 -0
  190. package/fesm2020/taiga-ui-addon-mobile-types.mjs.map +1 -0
  191. package/fesm2020/taiga-ui-addon-mobile-utils.mjs +16 -0
  192. package/fesm2020/taiga-ui-addon-mobile-utils.mjs.map +1 -0
  193. package/fesm2020/taiga-ui-addon-mobile.mjs +11 -0
  194. package/fesm2020/taiga-ui-addon-mobile.mjs.map +1 -0
  195. package/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.d.ts +1 -1
  196. package/package.json +229 -32
  197. package/styles/android/checkbox.less +16 -12
  198. package/styles/android/radio.less +5 -3
  199. package/styles/android/toggle.less +3 -4
  200. package/styles/ios/checkbox.less +15 -7
  201. package/styles/ios/toggle.less +8 -11
  202. package/types/touch-mode.d.ts +1 -1
  203. package/bundles/taiga-ui-addon-mobile-components-app-bar.umd.js +0 -149
  204. package/bundles/taiga-ui-addon-mobile-components-app-bar.umd.js.map +0 -1
  205. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js +0 -129
  206. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js.map +0 -1
  207. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js +0 -929
  208. package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js.map +0 -1
  209. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js +0 -450
  210. package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js.map +0 -1
  211. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js +0 -677
  212. package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js.map +0 -1
  213. package/bundles/taiga-ui-addon-mobile-components-sheet-dialog.umd.js +0 -596
  214. package/bundles/taiga-ui-addon-mobile-components-sheet-dialog.umd.js.map +0 -1
  215. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js +0 -1153
  216. package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js.map +0 -1
  217. package/bundles/taiga-ui-addon-mobile-components-tab-bar.umd.js +0 -188
  218. package/bundles/taiga-ui-addon-mobile-components-tab-bar.umd.js.map +0 -1
  219. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js +0 -391
  220. package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js.map +0 -1
  221. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js +0 -391
  222. package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js.map +0 -1
  223. package/bundles/taiga-ui-addon-mobile-components.umd.js +0 -75
  224. package/bundles/taiga-ui-addon-mobile-components.umd.js.map +0 -1
  225. package/bundles/taiga-ui-addon-mobile-const.umd.js +0 -24
  226. package/bundles/taiga-ui-addon-mobile-const.umd.js.map +0 -1
  227. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js +0 -437
  228. package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js.map +0 -1
  229. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js +0 -131
  230. package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js.map +0 -1
  231. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js +0 -195
  232. package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js.map +0 -1
  233. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js +0 -524
  234. package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js.map +0 -1
  235. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js +0 -144
  236. package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js.map +0 -1
  237. package/bundles/taiga-ui-addon-mobile-directives.umd.js +0 -45
  238. package/bundles/taiga-ui-addon-mobile-directives.umd.js.map +0 -1
  239. package/bundles/taiga-ui-addon-mobile-interfaces.umd.js +0 -11
  240. package/bundles/taiga-ui-addon-mobile-interfaces.umd.js.map +0 -1
  241. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js +0 -429
  242. package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js.map +0 -1
  243. package/bundles/taiga-ui-addon-mobile-internal.umd.js +0 -21
  244. package/bundles/taiga-ui-addon-mobile-internal.umd.js.map +0 -1
  245. package/bundles/taiga-ui-addon-mobile-types.umd.js +0 -11
  246. package/bundles/taiga-ui-addon-mobile-types.umd.js.map +0 -1
  247. package/bundles/taiga-ui-addon-mobile-utils.umd.js +0 -26
  248. package/bundles/taiga-ui-addon-mobile-utils.umd.js.map +0 -1
  249. package/bundles/taiga-ui-addon-mobile.umd.js +0 -51
  250. package/bundles/taiga-ui-addon-mobile.umd.js.map +0 -1
  251. package/components/app-bar/package.json +0 -10
  252. package/components/app-bar/taiga-ui-addon-mobile-components-app-bar.d.ts +0 -5
  253. package/components/mobile-calendar/package.json +0 -10
  254. package/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.d.ts +0 -5
  255. package/components/mobile-calendar-dialog/package.json +0 -10
  256. package/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.d.ts +0 -5
  257. package/components/mobile-dialog/package.json +0 -10
  258. package/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.d.ts +0 -5
  259. package/components/package.json +0 -10
  260. package/components/pull-to-refresh/package.json +0 -10
  261. package/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.d.ts +0 -5
  262. package/components/sheet/package.json +0 -10
  263. package/components/sheet/taiga-ui-addon-mobile-components-sheet.d.ts +0 -5
  264. package/components/sheet-dialog/package.json +0 -10
  265. package/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.d.ts +0 -5
  266. package/components/tab-bar/package.json +0 -10
  267. package/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.d.ts +0 -5
  268. package/components/taiga-ui-addon-mobile-components.d.ts +0 -5
  269. package/components/theme-android/package.json +0 -10
  270. package/components/theme-android/taiga-ui-addon-mobile-components-theme-android.d.ts +0 -5
  271. package/components/theme-ios/package.json +0 -10
  272. package/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.d.ts +0 -5
  273. package/const/package.json +0 -10
  274. package/const/taiga-ui-addon-mobile-const.d.ts +0 -5
  275. package/directives/elastic-sticky/package.json +0 -10
  276. package/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.d.ts +0 -5
  277. package/directives/mobile-tabs/package.json +0 -10
  278. package/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.d.ts +0 -5
  279. package/directives/package.json +0 -10
  280. package/directives/ripple/package.json +0 -10
  281. package/directives/ripple/taiga-ui-addon-mobile-directives-ripple.d.ts +0 -5
  282. package/directives/sidebar/package.json +0 -10
  283. package/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.d.ts +0 -5
  284. package/directives/taiga-ui-addon-mobile-directives.d.ts +0 -5
  285. package/directives/touchable/package.json +0 -10
  286. package/directives/touchable/taiga-ui-addon-mobile-directives-touchable.d.ts +0 -5
  287. package/esm2015/components/app-bar/app-bar-back.component.js +0 -16
  288. package/esm2015/components/app-bar/app-bar.component.js +0 -43
  289. package/esm2015/components/mobile-calendar/mobile-calendar.component.js +0 -314
  290. package/esm2015/components/mobile-calendar/mobile-calendar.providers.js +0 -30
  291. package/esm2015/components/mobile-calendar/mobile-calendar.strategy.js +0 -126
  292. package/esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.component.js +0 -45
  293. package/esm2015/components/mobile-dialog/mobile-dialog.component.js +0 -38
  294. package/esm2015/components/mobile-dialog/mobile-dialog.service.js +0 -26
  295. package/esm2015/components/pull-to-refresh/loader-android/loader-android.component.js +0 -60
  296. package/esm2015/components/pull-to-refresh/loader-ios/loader-ios.component.js +0 -49
  297. package/esm2015/components/pull-to-refresh/pull-to-refresh.component.js +0 -75
  298. package/esm2015/components/pull-to-refresh/pull-to-refresh.service.js +0 -54
  299. package/esm2015/components/sheet/components/sheet/sheet.component.js +0 -128
  300. package/esm2015/components/sheet/components/sheet/sheet.providers.js +0 -31
  301. package/esm2015/components/sheet/components/sheets-host/sheets-host.component.js +0 -68
  302. package/esm2015/components/sheet/directives/sheet-close/sheet-close.directive.js +0 -56
  303. package/esm2015/components/sheet/directives/sheet-stop/sheet-stop.directive.js +0 -47
  304. package/esm2015/components/sheet/directives/sheet-top/sheet-top.directive.js +0 -54
  305. package/esm2015/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.js +0 -81
  306. package/esm2015/components/sheet/ios.hacks.js +0 -29
  307. package/esm2015/components/sheet/sheet-options.js +0 -19
  308. package/esm2015/components/sheet/sheet.directive.js +0 -49
  309. package/esm2015/components/sheet/sheet.service.js +0 -51
  310. package/esm2015/components/sheet-dialog/sheet-dialog.component.js +0 -141
  311. package/esm2015/components/tab-bar/tab-bar-item.component.js +0 -35
  312. package/esm2015/components/tab-bar/tab-bar-item.directive.js +0 -44
  313. package/esm2015/components/tab-bar/tab-bar.component.js +0 -52
  314. package/esm2015/components/theme-ios/theme-ios.component.js +0 -18
  315. package/esm2015/const/mobile-alert-options.js +0 -7
  316. package/esm2015/directives/elastic-sticky/elastic-sticky.service.js +0 -41
  317. package/esm2015/directives/mobile-tabs/mobile-tabs.component.js +0 -19
  318. package/esm2015/directives/ripple/ripple.directive.js +0 -67
  319. package/esm2015/directives/ripple/ripple.providers.js +0 -43
  320. package/esm2015/directives/sidebar/sidebar.component.js +0 -58
  321. package/esm2015/directives/sidebar/sidebar.directive.js +0 -72
  322. package/esm2015/directives/touchable/touchable.directive.js +0 -83
  323. package/esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.js +0 -40
  324. package/fesm2015/taiga-ui-addon-mobile-components-app-bar.js.map +0 -1
  325. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js.map +0 -1
  326. package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js.map +0 -1
  327. package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js.map +0 -1
  328. package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js.map +0 -1
  329. package/fesm2015/taiga-ui-addon-mobile-components-sheet-dialog.js.map +0 -1
  330. package/fesm2015/taiga-ui-addon-mobile-components-sheet.js.map +0 -1
  331. package/fesm2015/taiga-ui-addon-mobile-components-tab-bar.js.map +0 -1
  332. package/fesm2015/taiga-ui-addon-mobile-components-theme-android.js.map +0 -1
  333. package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.js.map +0 -1
  334. package/fesm2015/taiga-ui-addon-mobile-components.js.map +0 -1
  335. package/fesm2015/taiga-ui-addon-mobile-const.js.map +0 -1
  336. package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js.map +0 -1
  337. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js +0 -91
  338. package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js.map +0 -1
  339. package/fesm2015/taiga-ui-addon-mobile-directives-ripple.js.map +0 -1
  340. package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.js.map +0 -1
  341. package/fesm2015/taiga-ui-addon-mobile-directives-touchable.js.map +0 -1
  342. package/fesm2015/taiga-ui-addon-mobile-directives.js.map +0 -1
  343. package/fesm2015/taiga-ui-addon-mobile-interfaces.js +0 -4
  344. package/fesm2015/taiga-ui-addon-mobile-interfaces.js.map +0 -1
  345. package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js.map +0 -1
  346. package/fesm2015/taiga-ui-addon-mobile-internal.js.map +0 -1
  347. package/fesm2015/taiga-ui-addon-mobile-types.js +0 -4
  348. package/fesm2015/taiga-ui-addon-mobile-types.js.map +0 -1
  349. package/fesm2015/taiga-ui-addon-mobile-utils.js.map +0 -1
  350. package/fesm2015/taiga-ui-addon-mobile.js.map +0 -1
  351. package/interfaces/package.json +0 -10
  352. package/interfaces/taiga-ui-addon-mobile-interfaces.d.ts +0 -5
  353. package/internal/package.json +0 -10
  354. package/internal/primitive-calendar-mobile/package.json +0 -10
  355. package/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.d.ts +0 -5
  356. package/internal/taiga-ui-addon-mobile-internal.d.ts +0 -5
  357. package/taiga-ui-addon-mobile.d.ts +0 -5
  358. package/types/package.json +0 -10
  359. package/types/taiga-ui-addon-mobile-types.d.ts +0 -5
  360. package/utils/package.json +0 -10
  361. package/utils/taiga-ui-addon-mobile-utils.d.ts +0 -5
  362. /package/{esm2015/components/app-bar/app-bar.providers.js → esm2020/components/app-bar/app-bar.providers.mjs} +0 -0
  363. /package/{esm2015/components/app-bar/index.js → esm2020/components/app-bar/index.mjs} +0 -0
  364. /package/{esm2015/components/app-bar/taiga-ui-addon-mobile-components-app-bar.js → esm2020/components/app-bar/taiga-ui-addon-mobile-components-app-bar.mjs} +0 -0
  365. /package/{esm2015/components/index.js → esm2020/components/index.mjs} +0 -0
  366. /package/{esm2015/components/mobile-calendar/index.js → esm2020/components/mobile-calendar/index.mjs} +0 -0
  367. /package/{esm2015/components/mobile-calendar/mobile-calendar.const.js → esm2020/components/mobile-calendar/mobile-calendar.const.mjs} +0 -0
  368. /package/{esm2015/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.js → esm2020/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs} +0 -0
  369. /package/{esm2015/components/mobile-calendar-dialog/index.js → esm2020/components/mobile-calendar-dialog/index.mjs} +0 -0
  370. /package/{esm2015/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js → esm2020/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.mjs} +0 -0
  371. /package/{esm2015/components/mobile-dialog/index.js → esm2020/components/mobile-dialog/index.mjs} +0 -0
  372. /package/{esm2015/components/mobile-dialog/mobile-dialog-options.js → esm2020/components/mobile-dialog/mobile-dialog-options.mjs} +0 -0
  373. /package/{esm2015/components/mobile-dialog/mobile-dialog.options.js → esm2020/components/mobile-dialog/mobile-dialog.options.mjs} +0 -0
  374. /package/{esm2015/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.js → esm2020/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs} +0 -0
  375. /package/{esm2015/components/pull-to-refresh/index.js → esm2020/components/pull-to-refresh/index.mjs} +0 -0
  376. /package/{esm2015/components/pull-to-refresh/pull-to-refresh.providers.js → esm2020/components/pull-to-refresh/pull-to-refresh.providers.mjs} +0 -0
  377. /package/{esm2015/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js → esm2020/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs} +0 -0
  378. /package/{esm2015/components/sheet/index.js → esm2020/components/sheet/index.mjs} +0 -0
  379. /package/{esm2015/components/sheet/sheet-tokens.js → esm2020/components/sheet/sheet-tokens.mjs} +0 -0
  380. /package/{esm2015/components/sheet/sheet.js → esm2020/components/sheet/sheet.mjs} +0 -0
  381. /package/{esm2015/components/sheet/taiga-ui-addon-mobile-components-sheet.js → esm2020/components/sheet/taiga-ui-addon-mobile-components-sheet.mjs} +0 -0
  382. /package/{esm2015/components/sheet-dialog/index.js → esm2020/components/sheet-dialog/index.mjs} +0 -0
  383. /package/{esm2015/components/sheet-dialog/sheet-dialog.options.js → esm2020/components/sheet-dialog/sheet-dialog.options.mjs} +0 -0
  384. /package/{esm2015/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.js → esm2020/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs} +0 -0
  385. /package/{esm2015/components/tab-bar/index.js → esm2020/components/tab-bar/index.mjs} +0 -0
  386. /package/{esm2015/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.js → esm2020/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs} +0 -0
  387. /package/{esm2015/components/taiga-ui-addon-mobile-components.js → esm2020/components/taiga-ui-addon-mobile-components.mjs} +0 -0
  388. /package/{esm2015/components/theme-android/index.js → esm2020/components/theme-android/index.mjs} +0 -0
  389. /package/{esm2015/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js → esm2020/components/theme-android/taiga-ui-addon-mobile-components-theme-android.mjs} +0 -0
  390. /package/{esm2015/components/theme-ios/index.js → esm2020/components/theme-ios/index.mjs} +0 -0
  391. /package/{esm2015/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js → esm2020/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.mjs} +0 -0
  392. /package/{esm2015/const/index.js → esm2020/const/index.mjs} +0 -0
  393. /package/{esm2015/const/taiga-ui-addon-mobile-const.js → esm2020/const/taiga-ui-addon-mobile-const.mjs} +0 -0
  394. /package/{esm2015/directives/elastic-sticky/index.js → esm2020/directives/elastic-sticky/index.mjs} +0 -0
  395. /package/{esm2015/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js → esm2020/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs} +0 -0
  396. /package/{esm2015/directives/index.js → esm2020/directives/index.mjs} +0 -0
  397. /package/{esm2015/directives/mobile-tabs/index.js → esm2020/directives/mobile-tabs/index.mjs} +0 -0
  398. /package/{esm2015/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js → esm2020/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.mjs} +0 -0
  399. /package/{esm2015/directives/ripple/index.js → esm2020/directives/ripple/index.mjs} +0 -0
  400. /package/{esm2015/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js → esm2020/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs} +0 -0
  401. /package/{esm2015/directives/sidebar/index.js → esm2020/directives/sidebar/index.mjs} +0 -0
  402. /package/{esm2015/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.js → esm2020/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs} +0 -0
  403. /package/{esm2015/directives/taiga-ui-addon-mobile-directives.js → esm2020/directives/taiga-ui-addon-mobile-directives.mjs} +0 -0
  404. /package/{esm2015/directives/touchable/index.js → esm2020/directives/touchable/index.mjs} +0 -0
  405. /package/{esm2015/directives/touchable/taiga-ui-addon-mobile-directives-touchable.js → esm2020/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs} +0 -0
  406. /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  407. /package/{esm2015/interfaces/index.js → esm2020/interfaces/index.mjs} +0 -0
  408. /package/{esm2015/interfaces/mobile-alert-data.js → esm2020/interfaces/mobile-alert-data.mjs} +0 -0
  409. /package/{esm2015/interfaces/taiga-ui-addon-mobile-interfaces.js → esm2020/interfaces/taiga-ui-addon-mobile-interfaces.mjs} +0 -0
  410. /package/{esm2015/internal/index.js → esm2020/internal/index.mjs} +0 -0
  411. /package/{esm2015/internal/primitive-calendar-mobile/index.js → esm2020/internal/primitive-calendar-mobile/index.mjs} +0 -0
  412. /package/{esm2015/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js → esm2020/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.mjs} +0 -0
  413. /package/{esm2015/internal/taiga-ui-addon-mobile-internal.js → esm2020/internal/taiga-ui-addon-mobile-internal.mjs} +0 -0
  414. /package/{esm2015/taiga-ui-addon-mobile.js → esm2020/taiga-ui-addon-mobile.mjs} +0 -0
  415. /package/{esm2015/types/index.js → esm2020/types/index.mjs} +0 -0
  416. /package/{esm2015/types/taiga-ui-addon-mobile-types.js → esm2020/types/taiga-ui-addon-mobile-types.mjs} +0 -0
  417. /package/{esm2015/types/touch-mode.js → esm2020/types/touch-mode.mjs} +0 -0
  418. /package/{esm2015/utils/find-touch-index.js → esm2020/utils/find-touch-index.mjs} +0 -0
  419. /package/{esm2015/utils/index.js → esm2020/utils/index.mjs} +0 -0
  420. /package/{esm2015/utils/taiga-ui-addon-mobile-utils.js → esm2020/utils/taiga-ui-addon-mobile-utils.mjs} +0 -0
@@ -1,596 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@taiga-ui/cdk'), require('@taiga-ui/core'), require('@tinkoff/ng-event-plugins'), require('@tinkoff/ng-polymorpheus'), require('rxjs'), require('@angular/common')) :
3
- typeof define === 'function' && define.amd ? define('@taiga-ui/addon-mobile/components/sheet-dialog', ['exports', '@angular/core', '@taiga-ui/cdk', '@taiga-ui/core', '@tinkoff/ng-event-plugins', '@tinkoff/ng-polymorpheus', 'rxjs', '@angular/common'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"]["addon-mobile"] = global["taiga-ui"]["addon-mobile"] || {}, global["taiga-ui"]["addon-mobile"].components = global["taiga-ui"]["addon-mobile"].components || {}, global["taiga-ui"]["addon-mobile"].components["sheet-dialog"] = {}), global.ng.core, global.i3, global.i1, global.ngEventPlugins, global.i4, global.rxjs, global.ng.common));
5
- })(this, (function (exports, i0, i3, i1, ngEventPlugins, i4, i5, i2) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
27
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
28
- var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
29
- var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
30
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
31
-
32
- /*! *****************************************************************************
33
- Copyright (c) Microsoft Corporation.
34
-
35
- Permission to use, copy, modify, and/or distribute this software for any
36
- purpose with or without fee is hereby granted.
37
-
38
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
39
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
40
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
41
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
42
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
43
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
44
- PERFORMANCE OF THIS SOFTWARE.
45
- ***************************************************************************** */
46
- /* global Reflect, Promise */
47
- var extendStatics = function (d, b) {
48
- extendStatics = Object.setPrototypeOf ||
49
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
50
- function (d, b) { for (var p in b)
51
- if (Object.prototype.hasOwnProperty.call(b, p))
52
- d[p] = b[p]; };
53
- return extendStatics(d, b);
54
- };
55
- function __extends(d, b) {
56
- if (typeof b !== "function" && b !== null)
57
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
58
- extendStatics(d, b);
59
- function __() { this.constructor = d; }
60
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
61
- }
62
- var __assign = function () {
63
- __assign = Object.assign || function __assign(t) {
64
- for (var s, i = 1, n = arguments.length; i < n; i++) {
65
- s = arguments[i];
66
- for (var p in s)
67
- if (Object.prototype.hasOwnProperty.call(s, p))
68
- t[p] = s[p];
69
- }
70
- return t;
71
- };
72
- return __assign.apply(this, arguments);
73
- };
74
- function __rest(s, e) {
75
- var t = {};
76
- for (var p in s)
77
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
78
- t[p] = s[p];
79
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
80
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
81
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
82
- t[p[i]] = s[p[i]];
83
- }
84
- return t;
85
- }
86
- function __decorate(decorators, target, key, desc) {
87
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
88
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
89
- r = Reflect.decorate(decorators, target, key, desc);
90
- else
91
- for (var i = decorators.length - 1; i >= 0; i--)
92
- if (d = decorators[i])
93
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
94
- return c > 3 && r && Object.defineProperty(target, key, r), r;
95
- }
96
- function __param(paramIndex, decorator) {
97
- return function (target, key) { decorator(target, key, paramIndex); };
98
- }
99
- function __metadata(metadataKey, metadataValue) {
100
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
101
- return Reflect.metadata(metadataKey, metadataValue);
102
- }
103
- function __awaiter(thisArg, _arguments, P, generator) {
104
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
105
- return new (P || (P = Promise))(function (resolve, reject) {
106
- function fulfilled(value) { try {
107
- step(generator.next(value));
108
- }
109
- catch (e) {
110
- reject(e);
111
- } }
112
- function rejected(value) { try {
113
- step(generator["throw"](value));
114
- }
115
- catch (e) {
116
- reject(e);
117
- } }
118
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
119
- step((generator = generator.apply(thisArg, _arguments || [])).next());
120
- });
121
- }
122
- function __generator(thisArg, body) {
123
- var _ = { label: 0, sent: function () { if (t[0] & 1)
124
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
125
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
126
- function verb(n) { return function (v) { return step([n, v]); }; }
127
- function step(op) {
128
- if (f)
129
- throw new TypeError("Generator is already executing.");
130
- while (_)
131
- try {
132
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
133
- return t;
134
- if (y = 0, t)
135
- op = [op[0] & 2, t.value];
136
- switch (op[0]) {
137
- case 0:
138
- case 1:
139
- t = op;
140
- break;
141
- case 4:
142
- _.label++;
143
- return { value: op[1], done: false };
144
- case 5:
145
- _.label++;
146
- y = op[1];
147
- op = [0];
148
- continue;
149
- case 7:
150
- op = _.ops.pop();
151
- _.trys.pop();
152
- continue;
153
- default:
154
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
155
- _ = 0;
156
- continue;
157
- }
158
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
159
- _.label = op[1];
160
- break;
161
- }
162
- if (op[0] === 6 && _.label < t[1]) {
163
- _.label = t[1];
164
- t = op;
165
- break;
166
- }
167
- if (t && _.label < t[2]) {
168
- _.label = t[2];
169
- _.ops.push(op);
170
- break;
171
- }
172
- if (t[2])
173
- _.ops.pop();
174
- _.trys.pop();
175
- continue;
176
- }
177
- op = body.call(thisArg, _);
178
- }
179
- catch (e) {
180
- op = [6, e];
181
- y = 0;
182
- }
183
- finally {
184
- f = t = 0;
185
- }
186
- if (op[0] & 5)
187
- throw op[1];
188
- return { value: op[0] ? op[1] : void 0, done: true };
189
- }
190
- }
191
- var __createBinding = Object.create ? (function (o, m, k, k2) {
192
- if (k2 === undefined)
193
- k2 = k;
194
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
195
- }) : (function (o, m, k, k2) {
196
- if (k2 === undefined)
197
- k2 = k;
198
- o[k2] = m[k];
199
- });
200
- function __exportStar(m, o) {
201
- for (var p in m)
202
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
203
- __createBinding(o, m, p);
204
- }
205
- function __values(o) {
206
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
207
- if (m)
208
- return m.call(o);
209
- if (o && typeof o.length === "number")
210
- return {
211
- next: function () {
212
- if (o && i >= o.length)
213
- o = void 0;
214
- return { value: o && o[i++], done: !o };
215
- }
216
- };
217
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
218
- }
219
- function __read(o, n) {
220
- var m = typeof Symbol === "function" && o[Symbol.iterator];
221
- if (!m)
222
- return o;
223
- var i = m.call(o), r, ar = [], e;
224
- try {
225
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
226
- ar.push(r.value);
227
- }
228
- catch (error) {
229
- e = { error: error };
230
- }
231
- finally {
232
- try {
233
- if (r && !r.done && (m = i["return"]))
234
- m.call(i);
235
- }
236
- finally {
237
- if (e)
238
- throw e.error;
239
- }
240
- }
241
- return ar;
242
- }
243
- /** @deprecated */
244
- function __spread() {
245
- for (var ar = [], i = 0; i < arguments.length; i++)
246
- ar = ar.concat(__read(arguments[i]));
247
- return ar;
248
- }
249
- /** @deprecated */
250
- function __spreadArrays() {
251
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
252
- s += arguments[i].length;
253
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
254
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
255
- r[k] = a[j];
256
- return r;
257
- }
258
- function __spreadArray(to, from, pack) {
259
- if (pack || arguments.length === 2)
260
- for (var i = 0, l = from.length, ar; i < l; i++) {
261
- if (ar || !(i in from)) {
262
- if (!ar)
263
- ar = Array.prototype.slice.call(from, 0, i);
264
- ar[i] = from[i];
265
- }
266
- }
267
- return to.concat(ar || from);
268
- }
269
- function __await(v) {
270
- return this instanceof __await ? (this.v = v, this) : new __await(v);
271
- }
272
- function __asyncGenerator(thisArg, _arguments, generator) {
273
- if (!Symbol.asyncIterator)
274
- throw new TypeError("Symbol.asyncIterator is not defined.");
275
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
276
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
277
- function verb(n) { if (g[n])
278
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
279
- function resume(n, v) { try {
280
- step(g[n](v));
281
- }
282
- catch (e) {
283
- settle(q[0][3], e);
284
- } }
285
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
286
- function fulfill(value) { resume("next", value); }
287
- function reject(value) { resume("throw", value); }
288
- function settle(f, v) { if (f(v), q.shift(), q.length)
289
- resume(q[0][0], q[0][1]); }
290
- }
291
- function __asyncDelegator(o) {
292
- var i, p;
293
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
294
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
295
- }
296
- function __asyncValues(o) {
297
- if (!Symbol.asyncIterator)
298
- throw new TypeError("Symbol.asyncIterator is not defined.");
299
- var m = o[Symbol.asyncIterator], i;
300
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
301
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
302
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
303
- }
304
- function __makeTemplateObject(cooked, raw) {
305
- if (Object.defineProperty) {
306
- Object.defineProperty(cooked, "raw", { value: raw });
307
- }
308
- else {
309
- cooked.raw = raw;
310
- }
311
- return cooked;
312
- }
313
- ;
314
- var __setModuleDefault = Object.create ? (function (o, v) {
315
- Object.defineProperty(o, "default", { enumerable: true, value: v });
316
- }) : function (o, v) {
317
- o["default"] = v;
318
- };
319
- function __importStar(mod) {
320
- if (mod && mod.__esModule)
321
- return mod;
322
- var result = {};
323
- if (mod != null)
324
- for (var k in mod)
325
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
326
- __createBinding(result, mod, k);
327
- __setModuleDefault(result, mod);
328
- return result;
329
- }
330
- function __importDefault(mod) {
331
- return (mod && mod.__esModule) ? mod : { default: mod };
332
- }
333
- function __classPrivateFieldGet(receiver, state, kind, f) {
334
- if (kind === "a" && !f)
335
- throw new TypeError("Private accessor was defined without a getter");
336
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
337
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
338
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
339
- }
340
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
341
- if (kind === "m")
342
- throw new TypeError("Private method is not writable");
343
- if (kind === "a" && !f)
344
- throw new TypeError("Private accessor was defined without a setter");
345
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
346
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
347
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
348
- }
349
-
350
- // So we re-enter ngZone and trigger change detection
351
- function isCloseable() {
352
- return this.context.closeable;
353
- }
354
- var TuiSheetDialogComponent = /** @class */ (function () {
355
- function TuiSheetDialogComponent(el, duration, icons, closeWord$, context) {
356
- this.el = el;
357
- this.duration = duration;
358
- this.icons = icons;
359
- this.closeWord$ = closeWord$;
360
- this.context = context;
361
- this.stopsRefs = i3.EMPTY_QUERY;
362
- this.pointers = 0;
363
- this.slideInTop = {
364
- value: '',
365
- params: {
366
- start: '100vh',
367
- duration: this.duration,
368
- },
369
- };
370
- this.stuck$ = new i5.BehaviorSubject(false);
371
- }
372
- Object.defineProperty(TuiSheetDialogComponent.prototype, "offset", {
373
- get: function () {
374
- return this.context.offset;
375
- },
376
- enumerable: false,
377
- configurable: true
378
- });
379
- Object.defineProperty(TuiSheetDialogComponent.prototype, "closeable", {
380
- get: function () {
381
- return this.context.closeable;
382
- },
383
- enumerable: false,
384
- configurable: true
385
- });
386
- Object.defineProperty(TuiSheetDialogComponent.prototype, "isSmall", {
387
- get: function () {
388
- var _a;
389
- return this.sheetTop > (((_a = this.sheet) === null || _a === void 0 ? void 0 : _a.nativeElement.clientHeight) || Infinity);
390
- },
391
- enumerable: false,
392
- configurable: true
393
- });
394
- TuiSheetDialogComponent.prototype.onPointerChange = function (delta) {
395
- this.pointers += delta;
396
- if (!delta) {
397
- var stuck = this.el.nativeElement.scrollTop > this.sheetTop;
398
- this.stuck$.value !== stuck && this.stuck$.next(stuck);
399
- }
400
- if (this.context.closeable &&
401
- !this.pointers &&
402
- !this.el.nativeElement.scrollTop) {
403
- this.close();
404
- }
405
- };
406
- TuiSheetDialogComponent.prototype.close = function () {
407
- // TODO: Refactor focus visible on mobile
408
- this.el.nativeElement.dispatchEvent(new Event('mousedown', { bubbles: true }));
409
- this.context.$implicit.complete();
410
- };
411
- TuiSheetDialogComponent.prototype.ngAfterViewInit = function () {
412
- this.el.nativeElement.scrollTop = __spreadArray(__spreadArray([], __read(this.getStops(this.stopsRefs))), [
413
- this.sheetTop,
414
- ])[this.context.initial];
415
- };
416
- Object.defineProperty(TuiSheetDialogComponent.prototype, "sheetTop", {
417
- get: function () {
418
- var _a, _b;
419
- return (_b = (_a = this.sheet) === null || _a === void 0 ? void 0 : _a.nativeElement.offsetTop) !== null && _b !== void 0 ? _b : Infinity;
420
- },
421
- enumerable: false,
422
- configurable: true
423
- });
424
- TuiSheetDialogComponent.prototype.getStops = function (stops) {
425
- return stops.map(function (_c) {
426
- var nativeElement = _c.nativeElement;
427
- return nativeElement.offsetTop + nativeElement.clientHeight;
428
- });
429
- };
430
- return TuiSheetDialogComponent;
431
- }());
432
- TuiSheetDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogComponent, deps: [{ token: i0.ElementRef }, { token: i1.TUI_ANIMATIONS_DURATION }, { token: i1.TUI_COMMON_ICONS }, { token: i1.TUI_CLOSE_WORD }, { token: i4.POLYMORPHEUS_CONTEXT }], target: i0__namespace.ɵɵFactoryTarget.Component });
433
- TuiSheetDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TuiSheetDialogComponent, selector: "tui-sheet-dialog", host: { listeners: { "$.class._stuck": "stuck$", "document:touchstart.passive.silent": "onPointerChange(1)", "document:touchend.silent": "onPointerChange(-1)", "document:touchcancel.silent": "onPointerChange(-1)", "scroll.silent": "onPointerChange(0)" }, properties: { "$.class._stuck": "stuck$", "@tuiSlideInTop": "this.slideInTop", "style.top.px": "this.offset", "class._closeable": "this.closeable" } }, viewQueries: [{ propertyName: "sheet", first: true, predicate: ["sheet"], descendants: true }, { propertyName: "stopsRefs", predicate: ["stops"], descendants: true }], ngImport: i0__namespace, template: "<div class=\"t-stops\">\n <div\n *ngFor=\"let stop of context.stops\"\n #stops\n class=\"t-stop\"\n [style.margin-top]=\"stop\"\n ></div>\n</div>\n<div\n #sheet\n class=\"t-sheet\"\n [class.t-sheet_small]=\"isSmall\"\n (tuiClickOutside)=\"close()\"\n>\n <div class=\"t-top\"></div>\n <h2\n *ngIf=\"context.label\"\n class=\"t-heading\"\n [id]=\"context.id\"\n >\n <ng-container *polymorpheusOutlet=\"context.label as label\">\n {{ label }}\n </ng-container>\n <button\n *ngIf=\"context.closeable\"\n appearance=\"icon\"\n size=\"xs\"\n tuiIconButton\n class=\"t-close\"\n [icon]=\"icons.close\"\n (click)=\"close()\"\n >\n {{ closeWord$ | async }}\n </button>\n </h2>\n <div\n *ngIf=\"context.content\"\n class=\"t-content\"\n >\n <ng-container *polymorpheusOutlet=\"context.content as text; context: context\">\n {{ text }}\n </ng-container>\n </div>\n</div>\n<div class=\"t-footer\"></div>\n", styles: [":host{position:fixed;top:0;left:0;bottom:0;right:0;right:-1rem;display:flex;flex-direction:column;-webkit-clip-path:inset(0 1rem 0 0 round .75rem .75rem 0 0);clip-path:inset(0 1rem 0 0 round .75rem .75rem 0 0);font:var(--tui-font-text-m);overflow-y:scroll;scroll-snap-type:y mandatory;overscroll-behavior:none;box-shadow:0 20rem var(--tui-elevation-01)}:host._closeable{display:block}:host._closeable .t-stops{display:flex}.t-stops{display:none;height:100%;scroll-snap-stop:always;scroll-snap-align:start}.t-stop{scroll-snap-stop:normal;scroll-snap-align:start;height:1rem;width:1rem}.t-sheet{box-shadow:var(--tui-shadow);width:calc(100% - 1rem);border-radius:.75rem .75rem 0 0;padding:0 1rem;margin-top:auto;background:var(--tui-elevation-01);box-sizing:border-box;scroll-snap-stop:always;scroll-snap-align:start}@supports (-moz-appearance: none){.t-sheet_small{scroll-snap-align:end}}.t-top{position:-webkit-sticky;position:sticky;top:0;z-index:1;height:1.5rem;background:var(--tui-elevation-01)}.t-top:after{content:\"\";position:absolute;top:.5rem;left:50%;width:2rem;height:.25rem;transform:translate(-50%);background:var(--tui-base-09);opacity:.3;border-radius:1rem}.t-heading{position:-webkit-sticky;position:sticky;top:1.5rem;z-index:1;display:flex;margin:0;padding-bottom:1rem;font:var(--tui-font-heading-6);background:var(--tui-elevation-01)}.t-heading:last-child{margin-bottom:-.75rem}.t-heading:after{content:\"\";position:absolute;top:100%;left:0;right:0;height:1px;background:var(--tui-base-03);opacity:0}:host._stuck .t-heading:after{opacity:1}.t-close{right:-.25rem;flex-shrink:0;margin-left:auto}.t-content{position:relative;isolation:isolate}.t-content:nth-child(3){margin-top:1rem}.t-footer{height:1rem;scroll-snap-stop:always;scroll-snap-align:end;background:var(--tui-elevation-01)}\n"], components: [{ type: i1__namespace.TuiButtonComponent, selector: "button[tuiButton], button[tuiIconButton], a[tuiButton], a[tuiIconButton]", inputs: ["appearance", "disabled", "icon", "iconRight", "shape", "showLoader", "size"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.TuiClickOutsideDirective, selector: "[tuiClickOutside]", outputs: ["tuiClickOutside"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.PolymorpheusOutletDirective, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }], pipes: { "async": i2__namespace.AsyncPipe }, animations: [i1.tuiSlideInTop], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
434
- __decorate([
435
- ngEventPlugins.shouldCall(isCloseable)
436
- ], TuiSheetDialogComponent.prototype, "close", null);
437
- __decorate([
438
- i3.tuiPure
439
- ], TuiSheetDialogComponent.prototype, "getStops", null);
440
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogComponent, decorators: [{
441
- type: i0.Component,
442
- args: [{
443
- selector: 'tui-sheet-dialog',
444
- templateUrl: './sheet-dialog.template.html',
445
- styleUrls: ['./sheet-dialog.style.less'],
446
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
447
- animations: [i1.tuiSlideInTop],
448
- host: {
449
- '[$.class._stuck]': 'stuck$',
450
- '($.class._stuck)': 'stuck$',
451
- },
452
- }]
453
- }], ctorParameters: function () {
454
- return [{ type: i0__namespace.ElementRef, decorators: [{
455
- type: i0.Inject,
456
- args: [i0.ElementRef]
457
- }] }, { type: undefined, decorators: [{
458
- type: i0.Inject,
459
- args: [i1.TUI_ANIMATIONS_DURATION]
460
- }] }, { type: undefined, decorators: [{
461
- type: i0.Inject,
462
- args: [i1.TUI_COMMON_ICONS]
463
- }] }, { type: i5__namespace.Observable, decorators: [{
464
- type: i0.Inject,
465
- args: [i1.TUI_CLOSE_WORD]
466
- }] }, { type: undefined, decorators: [{
467
- type: i0.Inject,
468
- args: [i4.POLYMORPHEUS_CONTEXT]
469
- }] }];
470
- }, propDecorators: { sheet: [{
471
- type: i0.ViewChild,
472
- args: ['sheet']
473
- }], stopsRefs: [{
474
- type: i0.ViewChildren,
475
- args: ['stops']
476
- }], slideInTop: [{
477
- type: i0.HostBinding,
478
- args: ['@tuiSlideInTop']
479
- }], offset: [{
480
- type: i0.HostBinding,
481
- args: ['style.top.px']
482
- }], closeable: [{
483
- type: i0.HostBinding,
484
- args: ['class._closeable']
485
- }], onPointerChange: [{
486
- type: i0.HostListener,
487
- args: ['document:touchstart.passive.silent', ['1']]
488
- }, {
489
- type: i0.HostListener,
490
- args: ['document:touchend.silent', ['-1']]
491
- }, {
492
- type: i0.HostListener,
493
- args: ['document:touchcancel.silent', ['-1']]
494
- }, {
495
- type: i0.HostListener,
496
- args: ['scroll.silent', ['0']]
497
- }], close: [], getStops: [] } });
498
-
499
- var TUI_SHEET_DIALOG_DEFAULT_OPTIONS = {
500
- label: "",
501
- stops: [],
502
- initial: 0,
503
- offset: 16,
504
- closeable: true,
505
- };
506
- /**
507
- * Default parameters for mobile dialog component
508
- */
509
- var TUI_SHEET_DIALOG_OPTIONS = i3.tuiCreateToken(TUI_SHEET_DIALOG_DEFAULT_OPTIONS);
510
- function tuiSheetDialogOptionsProvider(options) {
511
- return i3.tuiProvideOptions(TUI_SHEET_DIALOG_OPTIONS, options, TUI_SHEET_DIALOG_DEFAULT_OPTIONS);
512
- }
513
-
514
- var DIALOG = new i4.PolymorpheusComponent(TuiSheetDialogComponent);
515
- var TuiSheetDialogService = /** @class */ (function (_super) {
516
- __extends(TuiSheetDialogService, _super);
517
- function TuiSheetDialogService() {
518
- var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
519
- _this.component = DIALOG;
520
- _this.defaultOptions = Object.assign(Object.assign({}, i0.inject(TUI_SHEET_DIALOG_OPTIONS)), { data: undefined });
521
- return _this;
522
- }
523
- return TuiSheetDialogService;
524
- }(i3.AbstractTuiDialogService));
525
- TuiSheetDialogService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
526
- TuiSheetDialogService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogService, providedIn: "root" });
527
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogService, decorators: [{
528
- type: i0.Injectable,
529
- args: [{
530
- providedIn: "root",
531
- }]
532
- }] });
533
-
534
- var TuiSheetDialogDirective = /** @class */ (function (_super) {
535
- __extends(TuiSheetDialogDirective, _super);
536
- function TuiSheetDialogDirective() {
537
- return _super !== null && _super.apply(this, arguments) || this;
538
- }
539
- return TuiSheetDialogDirective;
540
- }(i3.AbstractTuiDialogDirective));
541
- TuiSheetDialogDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogDirective, deps: null, target: i0__namespace.ɵɵFactoryTarget.Directive });
542
- TuiSheetDialogDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TuiSheetDialogDirective, selector: "ng-template[tuiSheetDialog]", inputs: { options: ["tuiSheetDialogOptions", "options"], open: ["tuiSheetDialog", "open"] }, outputs: { openChange: "tuiSheetDialogChange" }, providers: [
543
- {
544
- provide: i3.AbstractTuiDialogService,
545
- useExisting: TuiSheetDialogService,
546
- },
547
- ], usesInheritance: true, ngImport: i0__namespace });
548
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogDirective, decorators: [{
549
- type: i0.Directive,
550
- args: [{
551
- selector: 'ng-template[tuiSheetDialog]',
552
- inputs: ['options: tuiSheetDialogOptions', 'open: tuiSheetDialog'],
553
- outputs: ['openChange: tuiSheetDialogChange'],
554
- providers: [
555
- {
556
- provide: i3.AbstractTuiDialogService,
557
- useExisting: TuiSheetDialogService,
558
- },
559
- ],
560
- }]
561
- }] });
562
-
563
- var TuiSheetDialogModule = /** @class */ (function () {
564
- function TuiSheetDialogModule() {
565
- }
566
- return TuiSheetDialogModule;
567
- }());
568
- TuiSheetDialogModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
569
- TuiSheetDialogModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogModule, declarations: [TuiSheetDialogComponent, TuiSheetDialogDirective], imports: [i2.CommonModule, i4.PolymorpheusModule, i3.TuiClickOutsideModule, i1.TuiButtonModule], exports: [TuiSheetDialogComponent, TuiSheetDialogDirective] });
570
- TuiSheetDialogModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogModule, providers: [i3.tuiAsDialog(TuiSheetDialogService)], imports: [[i2.CommonModule, i4.PolymorpheusModule, i3.TuiClickOutsideModule, i1.TuiButtonModule]] });
571
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TuiSheetDialogModule, decorators: [{
572
- type: i0.NgModule,
573
- args: [{
574
- imports: [i2.CommonModule, i4.PolymorpheusModule, i3.TuiClickOutsideModule, i1.TuiButtonModule],
575
- declarations: [TuiSheetDialogComponent, TuiSheetDialogDirective],
576
- providers: [i3.tuiAsDialog(TuiSheetDialogService)],
577
- exports: [TuiSheetDialogComponent, TuiSheetDialogDirective],
578
- }]
579
- }] });
580
-
581
- /**
582
- * Generated bundle index. Do not edit.
583
- */
584
-
585
- exports.TUI_SHEET_DIALOG_DEFAULT_OPTIONS = TUI_SHEET_DIALOG_DEFAULT_OPTIONS;
586
- exports.TUI_SHEET_DIALOG_OPTIONS = TUI_SHEET_DIALOG_OPTIONS;
587
- exports.TuiSheetDialogComponent = TuiSheetDialogComponent;
588
- exports.TuiSheetDialogDirective = TuiSheetDialogDirective;
589
- exports.TuiSheetDialogModule = TuiSheetDialogModule;
590
- exports.TuiSheetDialogService = TuiSheetDialogService;
591
- exports.tuiSheetDialogOptionsProvider = tuiSheetDialogOptionsProvider;
592
-
593
- Object.defineProperty(exports, '__esModule', { value: true });
594
-
595
- }));
596
- //# sourceMappingURL=taiga-ui-addon-mobile-components-sheet-dialog.umd.js.map