@taiga-ui/addon-mobile 4.52.0-canary.56739a2 → 4.52.0-canary.58fe47a

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 (151) hide show
  1. package/README.md +2 -2
  2. package/components/index.d.ts +0 -1
  3. package/components/mobile-calendar/mobile-calendar.component.d.ts +4 -4
  4. package/components/mobile-calendar/mobile-calendar.strategy.d.ts +2 -5
  5. package/components/sheet-dialog/sheet-dialog.component.d.ts +2 -2
  6. package/components/sheet-dialog/sheet-dialog.directive.d.ts +4 -3
  7. package/components/sheet-dialog/sheet-dialog.options.d.ts +4 -10
  8. package/components/sheet-dialog/sheet-dialog.service.d.ts +9 -4
  9. package/directives/dropdown-mobile/dropdown-mobile.component.d.ts +9 -13
  10. package/directives/dropdown-mobile/dropdown-mobile.directive.d.ts +1 -2
  11. package/directives/dropdown-sheet/dropdown-sheet.component.d.ts +14 -0
  12. package/directives/dropdown-sheet/dropdown-sheet.directive.d.ts +6 -0
  13. package/directives/dropdown-sheet/index.d.ts +2 -0
  14. package/directives/index.d.ts +1 -1
  15. package/directives/responsive-dialog/responsive-dialog.directive.d.ts +5 -4
  16. package/directives/responsive-dialog/responsive-dialog.service.d.ts +4 -7
  17. package/directives/ripple/ripple.directive.d.ts +1 -1
  18. package/fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs +7 -7
  19. package/fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs.map +1 -1
  20. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs +9 -10
  21. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs +6 -9
  23. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs +20 -37
  25. package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs +21 -22
  27. package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs +62 -61
  29. package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs +9 -10
  31. package/fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs +14 -17
  33. package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-addon-mobile-components.mjs +0 -1
  35. package/fesm2022/taiga-ui-addon-mobile-components.mjs.map +1 -1
  36. package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs +66 -89
  37. package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs.map +1 -1
  38. package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs +83 -0
  39. package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs.map +1 -0
  40. package/fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs +8 -9
  41. package/fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs +43 -26
  43. package/fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs +18 -39
  45. package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs +5 -6
  47. package/fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-addon-mobile-directives.mjs +1 -1
  49. package/fesm2022/taiga-ui-addon-mobile-services.mjs +36 -7
  50. package/fesm2022/taiga-ui-addon-mobile-services.mjs.map +1 -1
  51. package/package.json +13 -52
  52. package/services/index.d.ts +1 -0
  53. package/services/theme-color.service.d.ts +18 -0
  54. package/styles/android/checkbox.less +2 -3
  55. package/styles/android/switch.less +0 -2
  56. package/styles/common/badge.less +2 -2
  57. package/styles/common/button.less +4 -0
  58. package/styles/common/card-large.less +4 -0
  59. package/styles/common/chip.less +3 -8
  60. package/styles/common/toast.less +21 -0
  61. package/styles/ios/checkbox.less +2 -4
  62. package/styles/ios/switch.less +1 -2
  63. package/styles/taiga-ui-mobile.less +14 -0
  64. package/components/mobile-dialog/index.d.ts +0 -3
  65. package/components/mobile-dialog/mobile-dialog.component.d.ts +0 -10
  66. package/components/mobile-dialog/mobile-dialog.options.d.ts +0 -12
  67. package/components/mobile-dialog/mobile-dialog.service.d.ts +0 -10
  68. package/directives/sidebar/index.d.ts +0 -3
  69. package/directives/sidebar/sidebar.component.d.ts +0 -21
  70. package/directives/sidebar/sidebar.d.ts +0 -6
  71. package/directives/sidebar/sidebar.directive.d.ts +0 -22
  72. package/esm2022/components/bottom-sheet/bottom-sheet.component.mjs +0 -49
  73. package/esm2022/components/bottom-sheet/index.mjs +0 -2
  74. package/esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs +0 -5
  75. package/esm2022/components/index.mjs +0 -10
  76. package/esm2022/components/mobile-calendar/index.mjs +0 -5
  77. package/esm2022/components/mobile-calendar/mobile-calendar.component.mjs +0 -308
  78. package/esm2022/components/mobile-calendar/mobile-calendar.const.mjs +0 -35
  79. package/esm2022/components/mobile-calendar/mobile-calendar.providers.mjs +0 -27
  80. package/esm2022/components/mobile-calendar/mobile-calendar.strategy.mjs +0 -126
  81. package/esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs +0 -5
  82. package/esm2022/components/mobile-calendar-dropdown/index.mjs +0 -3
  83. package/esm2022/components/mobile-calendar-dropdown/mobile-calendar-dropdown.component.mjs +0 -113
  84. package/esm2022/components/mobile-calendar-dropdown/mobile-calendar-dropdown.directive.mjs +0 -53
  85. package/esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs +0 -5
  86. package/esm2022/components/mobile-calendar-sheet/index.mjs +0 -2
  87. package/esm2022/components/mobile-calendar-sheet/mobile-calendar-sheet.component.mjs +0 -25
  88. package/esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs +0 -5
  89. package/esm2022/components/mobile-dialog/index.mjs +0 -4
  90. package/esm2022/components/mobile-dialog/mobile-dialog.component.mjs +0 -26
  91. package/esm2022/components/mobile-dialog/mobile-dialog.options.mjs +0 -17
  92. package/esm2022/components/mobile-dialog/mobile-dialog.service.mjs +0 -22
  93. package/esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs +0 -5
  94. package/esm2022/components/pull-to-refresh/index.mjs +0 -6
  95. package/esm2022/components/pull-to-refresh/loader-android/loader-android.component.mjs +0 -46
  96. package/esm2022/components/pull-to-refresh/loader-ios/loader-ios.component.mjs +0 -39
  97. package/esm2022/components/pull-to-refresh/pull-to-refresh.component.mjs +0 -51
  98. package/esm2022/components/pull-to-refresh/pull-to-refresh.providers.mjs +0 -24
  99. package/esm2022/components/pull-to-refresh/pull-to-refresh.service.mjs +0 -37
  100. package/esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs +0 -5
  101. package/esm2022/components/sheet-dialog/index.mjs +0 -5
  102. package/esm2022/components/sheet-dialog/sheet-dialog.component.mjs +0 -80
  103. package/esm2022/components/sheet-dialog/sheet-dialog.directive.mjs +0 -21
  104. package/esm2022/components/sheet-dialog/sheet-dialog.options.mjs +0 -24
  105. package/esm2022/components/sheet-dialog/sheet-dialog.service.mjs +0 -38
  106. package/esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs +0 -5
  107. package/esm2022/components/swipe-action/index.mjs +0 -3
  108. package/esm2022/components/swipe-action/swipe-actions-auto-close.directive.mjs +0 -34
  109. package/esm2022/components/swipe-action/swipe-actions.component.mjs +0 -23
  110. package/esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs +0 -5
  111. package/esm2022/components/tab-bar/index.mjs +0 -5
  112. package/esm2022/components/tab-bar/tab-bar-item.component.mjs +0 -26
  113. package/esm2022/components/tab-bar/tab-bar-item.directive.mjs +0 -27
  114. package/esm2022/components/tab-bar/tab-bar.component.mjs +0 -46
  115. package/esm2022/components/tab-bar/tab-bar.mjs +0 -9
  116. package/esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs +0 -5
  117. package/esm2022/components/taiga-ui-addon-mobile-components.mjs +0 -5
  118. package/esm2022/directives/dropdown-mobile/dropdown-mobile.component.mjs +0 -98
  119. package/esm2022/directives/dropdown-mobile/dropdown-mobile.directive.mjs +0 -54
  120. package/esm2022/directives/dropdown-mobile/index.mjs +0 -3
  121. package/esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs +0 -5
  122. package/esm2022/directives/elastic-sticky/elastic-sticky.directive.mjs +0 -23
  123. package/esm2022/directives/elastic-sticky/elastic-sticky.service.mjs +0 -53
  124. package/esm2022/directives/elastic-sticky/index.mjs +0 -3
  125. package/esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs +0 -5
  126. package/esm2022/directives/index.mjs +0 -7
  127. package/esm2022/directives/responsive-dialog/index.mjs +0 -3
  128. package/esm2022/directives/responsive-dialog/responsive-dialog.directive.mjs +0 -21
  129. package/esm2022/directives/responsive-dialog/responsive-dialog.service.mjs +0 -34
  130. package/esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs +0 -5
  131. package/esm2022/directives/ripple/index.mjs +0 -2
  132. package/esm2022/directives/ripple/ripple.directive.mjs +0 -98
  133. package/esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs +0 -5
  134. package/esm2022/directives/sidebar/index.mjs +0 -4
  135. package/esm2022/directives/sidebar/sidebar.component.mjs +0 -45
  136. package/esm2022/directives/sidebar/sidebar.directive.mjs +0 -64
  137. package/esm2022/directives/sidebar/sidebar.mjs +0 -7
  138. package/esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs +0 -5
  139. package/esm2022/directives/taiga-ui-addon-mobile-directives.mjs +0 -5
  140. package/esm2022/directives/touchable/index.mjs +0 -2
  141. package/esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs +0 -5
  142. package/esm2022/directives/touchable/touchable.directive.mjs +0 -71
  143. package/esm2022/index.mjs +0 -4
  144. package/esm2022/services/index.mjs +0 -2
  145. package/esm2022/services/keyboard.service.mjs +0 -53
  146. package/esm2022/services/taiga-ui-addon-mobile-services.mjs +0 -5
  147. package/esm2022/taiga-ui-addon-mobile.mjs +0 -5
  148. package/fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs +0 -65
  149. package/fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs.map +0 -1
  150. package/fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs +0 -114
  151. package/fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs.map +0 -1
@@ -1,8 +1,9 @@
1
1
  import { DOCUMENT } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, Injectable } from '@angular/core';
4
- import { tuiGetNativeFocused } from '@taiga-ui/cdk/utils/focus';
3
+ import { inject, Injectable, InjectionToken } from '@angular/core';
4
+ import { tuiGetFocused } from '@taiga-ui/cdk/utils/focus';
5
5
  import { merge, fromEvent, filter } from 'rxjs';
6
+ import { Meta } from '@angular/platform-browser';
6
7
 
7
8
  class TuiKeyboardService {
8
9
  constructor() {
@@ -25,7 +26,7 @@ class TuiKeyboardService {
25
26
  }
26
27
  }
27
28
  hide() {
28
- const focused = tuiGetNativeFocused(this.doc);
29
+ const focused = tuiGetFocused(this.doc);
29
30
  if (focused?.inputMode === undefined || this.element) {
30
31
  return;
31
32
  }
@@ -41,19 +42,47 @@ class TuiKeyboardService {
41
42
  this.element.inputMode = this.inputMode;
42
43
  this.element = undefined;
43
44
  }
44
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiKeyboardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
45
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiKeyboardService, providedIn: 'root' }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiKeyboardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
46
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiKeyboardService, providedIn: 'root' }); }
46
47
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiKeyboardService, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiKeyboardService, decorators: [{
48
49
  type: Injectable,
49
50
  args: [{
50
51
  providedIn: 'root',
51
52
  }]
52
53
  }] });
53
54
 
55
+ const TUI_THEME_COLOR = new InjectionToken(ngDevMode ? 'TUI_THEME_COLOR' : '', {
56
+ factory: () => inject(Meta).getTag('name="theme-color"')?.content ?? '',
57
+ });
58
+ class TuiThemeColorService {
59
+ constructor() {
60
+ this.current = inject(TUI_THEME_COLOR);
61
+ this.doc = inject(DOCUMENT);
62
+ this.meta = inject(Meta);
63
+ this.color = this.current;
64
+ }
65
+ get color() {
66
+ return this.current;
67
+ }
68
+ set color(content) {
69
+ this.current = content;
70
+ this.meta.updateTag({ name: 'theme-color', content });
71
+ this.doc.documentElement.style.setProperty('--tui-theme-color', content);
72
+ }
73
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiThemeColorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
74
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiThemeColorService, providedIn: 'root' }); }
75
+ }
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiThemeColorService, decorators: [{
77
+ type: Injectable,
78
+ args: [{
79
+ providedIn: 'root',
80
+ }]
81
+ }], ctorParameters: () => [] });
82
+
54
83
  /**
55
84
  * Generated bundle index. Do not edit.
56
85
  */
57
86
 
58
- export { TuiKeyboardService };
87
+ export { TUI_THEME_COLOR, TuiKeyboardService, TuiThemeColorService };
59
88
  //# sourceMappingURL=taiga-ui-addon-mobile-services.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-addon-mobile-services.mjs","sources":["../../../projects/addon-mobile/services/keyboard.service.ts","../../../projects/addon-mobile/services/taiga-ui-addon-mobile-services.ts"],"sourcesContent":["import {DOCUMENT} from '@angular/common';\nimport {inject, Injectable, type OnDestroy} from '@angular/core';\nimport {tuiGetNativeFocused} from '@taiga-ui/cdk/utils/focus';\nimport {filter, fromEvent, merge} from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TuiKeyboardService implements OnDestroy {\n private readonly doc = inject(DOCUMENT);\n private readonly sub = merge(\n fromEvent(this.doc, 'focusout'),\n fromEvent(this.doc, 'mousedown').pipe(\n filter((e) => Object.is(e.target, this.element)),\n ),\n ).subscribe(() => {\n this.show();\n });\n\n private element?: ElementContentEditable;\n private inputMode = '';\n\n public ngOnDestroy(): void {\n this.sub.unsubscribe();\n this.show();\n }\n\n public toggle(): void {\n if (this.element) {\n this.show();\n } else {\n this.hide();\n }\n }\n\n public hide(): void {\n const focused = tuiGetNativeFocused(this.doc) as HTMLInputElement;\n\n if (focused?.inputMode === undefined || this.element) {\n return;\n }\n\n this.element = focused;\n this.inputMode = focused.inputMode;\n focused.inputMode = 'none';\n }\n\n public show(): void {\n if (!this.element) {\n return;\n }\n\n this.element.inputMode = 'none';\n this.element.inputMode = this.inputMode;\n this.element = undefined;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAKA,MAGa,kBAAkB,CAAA;AAH/B,IAAA,WAAA,GAAA;AAIqB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;QACvB,IAAG,CAAA,GAAA,GAAG,KAAK,CACxB,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,EAC/B,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC,IAAI,CACjC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CACnD,CACJ,CAAC,SAAS,CAAC,MAAK;YACb,IAAI,CAAC,IAAI,EAAE,CAAC;AAChB,SAAC,CAAC,CAAC;QAGK,IAAS,CAAA,SAAA,GAAG,EAAE,CAAC;AAoC1B,KAAA;IAlCU,WAAW,GAAA;AACd,QAAA,IAAI,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC;QACvB,IAAI,CAAC,IAAI,EAAE,CAAC;KACf;IAEM,MAAM,GAAA;QACT,IAAI,IAAI,CAAC,OAAO,EAAE;YACd,IAAI,CAAC,IAAI,EAAE,CAAC;AACf,SAAA;AAAM,aAAA;YACH,IAAI,CAAC,IAAI,EAAE,CAAC;AACf,SAAA;KACJ;IAEM,IAAI,GAAA;QACP,MAAM,OAAO,GAAG,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAqB,CAAC;QAElE,IAAI,OAAO,EAAE,SAAS,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,EAAE;YAClD,OAAO;AACV,SAAA;AAED,QAAA,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AACvB,QAAA,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;AACnC,QAAA,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC;KAC9B;IAEM,IAAI,GAAA;AACP,QAAA,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,OAAO;AACV,SAAA;AAED,QAAA,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC;QAChC,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;AACxC,QAAA,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC;KAC5B;+GA/CQ,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,cAFf,MAAM,EAAA,CAAA,CAAA,EAAA;;4FAET,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAH9B,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,UAAU,EAAE,MAAM;AACrB,iBAAA,CAAA;;;ACPD;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-addon-mobile-services.mjs","sources":["../../../projects/addon-mobile/services/keyboard.service.ts","../../../projects/addon-mobile/services/theme-color.service.ts","../../../projects/addon-mobile/services/taiga-ui-addon-mobile-services.ts"],"sourcesContent":["import {DOCUMENT} from '@angular/common';\nimport {inject, Injectable, type OnDestroy} from '@angular/core';\nimport {tuiGetFocused} from '@taiga-ui/cdk/utils/focus';\nimport {filter, fromEvent, merge} from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TuiKeyboardService implements OnDestroy {\n private readonly doc = inject(DOCUMENT);\n private readonly sub = merge(\n fromEvent(this.doc, 'focusout'),\n fromEvent(this.doc, 'mousedown').pipe(\n filter((e) => Object.is(e.target, this.element)),\n ),\n ).subscribe(() => {\n this.show();\n });\n\n private element?: ElementContentEditable;\n private inputMode = '';\n\n public ngOnDestroy(): void {\n this.sub.unsubscribe();\n this.show();\n }\n\n public toggle(): void {\n if (this.element) {\n this.show();\n } else {\n this.hide();\n }\n }\n\n public hide(): void {\n const focused = tuiGetFocused(this.doc) as HTMLInputElement;\n\n if (focused?.inputMode === undefined || this.element) {\n return;\n }\n\n this.element = focused;\n this.inputMode = focused.inputMode;\n focused.inputMode = 'none';\n }\n\n public show(): void {\n if (!this.element) {\n return;\n }\n\n this.element.inputMode = 'none';\n this.element.inputMode = this.inputMode;\n this.element = undefined;\n }\n}\n","import {DOCUMENT} from '@angular/common';\nimport {inject, Injectable, InjectionToken} from '@angular/core';\nimport {Meta} from '@angular/platform-browser';\n\nexport const TUI_THEME_COLOR = new InjectionToken<string>(\n ngDevMode ? 'TUI_THEME_COLOR' : '',\n {\n factory: () => inject(Meta).getTag('name=\"theme-color\"')?.content ?? '',\n },\n);\n\ninterface TuiThemeColor {\n get color(): string;\n set color(value: string);\n}\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TuiThemeColorService implements TuiThemeColor {\n private current = inject(TUI_THEME_COLOR);\n private readonly doc = inject(DOCUMENT);\n private readonly meta = inject(Meta);\n\n constructor() {\n this.color = this.current;\n }\n\n public get color(): string {\n return this.current;\n }\n\n public set color(content: string) {\n this.current = content;\n this.meta.updateTag({name: 'theme-color', content});\n this.doc.documentElement.style.setProperty('--tui-theme-color', content);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-mobile",
3
- "version": "4.52.0-canary.56739a2",
3
+ "version": "4.52.0-canary.58fe47a",
4
4
  "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -8,7 +8,10 @@
8
8
  "mobile"
9
9
  ],
10
10
  "homepage": "https://github.com/taiga-family/taiga-ui",
11
- "repository": "https://github.com/taiga-family/taiga-ui",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/taiga-family/taiga-ui"
14
+ },
12
15
  "license": "Apache-2.0",
13
16
  "exports": {
14
17
  "./styles/*": "./styles/*",
@@ -17,124 +20,82 @@
17
20
  },
18
21
  ".": {
19
22
  "types": "./index.d.ts",
20
- "esm2022": "./esm2022/taiga-ui-addon-mobile.mjs",
21
- "esm": "./esm2022/taiga-ui-addon-mobile.mjs",
22
23
  "default": "./fesm2022/taiga-ui-addon-mobile.mjs"
23
24
  },
24
25
  "./components": {
25
26
  "types": "./components/index.d.ts",
26
- "esm2022": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
27
- "esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
28
27
  "default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
29
28
  },
30
29
  "./directives": {
31
30
  "types": "./directives/index.d.ts",
32
- "esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
33
- "esm": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
34
31
  "default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
35
32
  },
36
33
  "./services": {
37
34
  "types": "./services/index.d.ts",
38
- "esm2022": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
39
- "esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
40
35
  "default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
41
36
  },
42
37
  "./components/bottom-sheet": {
43
38
  "types": "./components/bottom-sheet/index.d.ts",
44
- "esm2022": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
45
- "esm": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
46
39
  "default": "./fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs"
47
40
  },
48
41
  "./components/mobile-calendar": {
49
42
  "types": "./components/mobile-calendar/index.d.ts",
50
- "esm2022": "./esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs",
51
- "esm": "./esm2022/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.mjs",
52
43
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs"
53
44
  },
54
45
  "./components/mobile-calendar-dropdown": {
55
46
  "types": "./components/mobile-calendar-dropdown/index.d.ts",
56
- "esm2022": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
57
- "esm": "./esm2022/components/mobile-calendar-dropdown/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs",
58
47
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-dropdown.mjs"
59
48
  },
60
49
  "./components/mobile-calendar-sheet": {
61
50
  "types": "./components/mobile-calendar-sheet/index.d.ts",
62
- "esm2022": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
63
- "esm": "./esm2022/components/mobile-calendar-sheet/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs",
64
51
  "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-calendar-sheet.mjs"
65
52
  },
66
- "./components/mobile-dialog": {
67
- "types": "./components/mobile-dialog/index.d.ts",
68
- "esm2022": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
69
- "esm": "./esm2022/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.mjs",
70
- "default": "./fesm2022/taiga-ui-addon-mobile-components-mobile-dialog.mjs"
71
- },
72
53
  "./components/pull-to-refresh": {
73
54
  "types": "./components/pull-to-refresh/index.d.ts",
74
- "esm2022": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
75
- "esm": "./esm2022/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.mjs",
76
55
  "default": "./fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs"
77
56
  },
78
57
  "./components/sheet-dialog": {
79
58
  "types": "./components/sheet-dialog/index.d.ts",
80
- "esm2022": "./esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs",
81
- "esm": "./esm2022/components/sheet-dialog/taiga-ui-addon-mobile-components-sheet-dialog.mjs",
82
59
  "default": "./fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs"
83
60
  },
84
61
  "./components/swipe-action": {
85
62
  "types": "./components/swipe-action/index.d.ts",
86
- "esm2022": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
87
- "esm": "./esm2022/components/swipe-action/taiga-ui-addon-mobile-components-swipe-action.mjs",
88
63
  "default": "./fesm2022/taiga-ui-addon-mobile-components-swipe-action.mjs"
89
64
  },
90
65
  "./components/tab-bar": {
91
66
  "types": "./components/tab-bar/index.d.ts",
92
- "esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
93
- "esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
94
67
  "default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
95
68
  },
96
69
  "./directives/dropdown-mobile": {
97
70
  "types": "./directives/dropdown-mobile/index.d.ts",
98
- "esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
99
- "esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
100
71
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
101
72
  },
73
+ "./directives/dropdown-sheet": {
74
+ "types": "./directives/dropdown-sheet/index.d.ts",
75
+ "default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
76
+ },
102
77
  "./directives/elastic-sticky": {
103
78
  "types": "./directives/elastic-sticky/index.d.ts",
104
- "esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
105
- "esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
106
79
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
107
80
  },
108
81
  "./directives/responsive-dialog": {
109
82
  "types": "./directives/responsive-dialog/index.d.ts",
110
- "esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
111
- "esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
112
83
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
113
84
  },
114
85
  "./directives/ripple": {
115
86
  "types": "./directives/ripple/index.d.ts",
116
- "esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
117
- "esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
118
87
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
119
88
  },
120
- "./directives/sidebar": {
121
- "types": "./directives/sidebar/index.d.ts",
122
- "esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
123
- "esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
124
- "default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
125
- },
126
89
  "./directives/touchable": {
127
90
  "types": "./directives/touchable/index.d.ts",
128
- "esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
129
- "esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
130
91
  "default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
131
92
  }
132
93
  },
133
94
  "peerDependencies": {
134
- "@angular/cdk": ">=16.0.0",
135
- "@angular/common": ">=16.0.0",
136
- "@angular/core": ">=16.0.0",
137
- "@ng-web-apis/common": "^4.12.0",
95
+ "@angular/cdk": ">=19.0.0",
96
+ "@angular/common": ">=19.0.0",
97
+ "@angular/core": ">=19.0.0",
98
+ "@ng-web-apis/common": "^4.12.2",
138
99
  "@taiga-ui/cdk": "^4.52.0",
139
100
  "@taiga-ui/core": "^4.52.0",
140
101
  "@taiga-ui/kit": "^4.52.0",
@@ -1 +1,2 @@
1
1
  export * from './keyboard.service';
2
+ export * from './theme-color.service';
@@ -0,0 +1,18 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const TUI_THEME_COLOR: InjectionToken<string>;
4
+ interface TuiThemeColor {
5
+ get color(): string;
6
+ set color(value: string);
7
+ }
8
+ export declare class TuiThemeColorService implements TuiThemeColor {
9
+ private current;
10
+ private readonly doc;
11
+ private readonly meta;
12
+ constructor();
13
+ get color(): string;
14
+ set color(content: string);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeColorService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<TuiThemeColorService>;
17
+ }
18
+ export {};
@@ -30,9 +30,8 @@ input[tuiCheckbox] {
30
30
  }
31
31
 
32
32
  &::before {
33
- inline-size: 1rem;
34
- block-size: 1rem;
35
- mask-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 13L1 8.19231L2.4 6.84615L6 10.3077L13.6 3L15 4.34615L6 13Z" fill="black"/></svg>');
33
+ mask: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 13L1 8.19231L2.4 6.84615L6 10.3077L13.6 3L15 4.34615L6 13Z" fill="black"/></svg>')
34
+ no-repeat center / 1rem;
36
35
  transition:
37
36
  clip-path var(--tui-duration) ease-in-out,
38
37
  mask 0s var(--tui-duration) ease-in-out;
@@ -25,8 +25,6 @@ input[tuiSwitch] {
25
25
  }
26
26
 
27
27
  &::after {
28
- .transition(transform);
29
-
30
28
  content: '';
31
29
  position: absolute;
32
30
  top: 0;
@@ -1,6 +1,6 @@
1
1
  tui-badge,
2
2
  [tuiBadge] {
3
- font-weight: bold;
3
+ font-weight: 600;
4
4
 
5
5
  &[data-size='s'] {
6
6
  font: var(--tui-font-text-xs);
@@ -12,6 +12,6 @@ tui-badge,
12
12
  --t-size: 1.75rem;
13
13
 
14
14
  font: var(--tui-font-text-s);
15
- font-weight: bold;
15
+ font-weight: 600;
16
16
  }
17
17
  }
@@ -15,6 +15,10 @@
15
15
  --t-radius: 1rem;
16
16
  }
17
17
 
18
+ &[data-size='s'] {
19
+ --t-size: 1.875rem;
20
+ }
21
+
18
22
  &[data-size='m'] {
19
23
  --t-radius: 0.75rem;
20
24
  }
@@ -9,4 +9,8 @@
9
9
  --t-space: 1rem;
10
10
  --t-comp: -0.125rem;
11
11
  }
12
+
13
+ [tuiAccessories] > [tuiButtonClose] {
14
+ --t-size: 1.5rem;
15
+ }
12
16
  }
@@ -2,13 +2,8 @@ tui-chip,
2
2
  [tuiChip] {
3
3
  border-radius: 2rem;
4
4
 
5
- &[data-size='s'] {
6
- --t-size: 1.875rem;
7
- --t-padding: 0.6875rem;
8
- }
9
-
10
- &[data-size='m'] {
11
- --t-size: 2rem;
12
- --t-padding: 0.875rem;
5
+ > img,
6
+ [tuiAvatar] {
7
+ border-radius: 100%;
13
8
  }
14
9
  }
@@ -0,0 +1,21 @@
1
+ [tuiToast] {
2
+ min-block-size: 3rem;
3
+ border-radius: 1.5rem;
4
+ font: var(--tui-font-text-m);
5
+
6
+ [tuiButton]:last-child {
7
+ margin: -0.1875rem -0.4375rem -0.1875rem 0;
8
+ }
9
+
10
+ &:has([tuiAvatar]) {
11
+ gap: 1rem;
12
+
13
+ [tuiAvatar] {
14
+ margin: 0 -0.25rem;
15
+ }
16
+
17
+ [tuiButton]:last-child {
18
+ margin-inline-end: 0;
19
+ }
20
+ }
21
+ }
@@ -23,7 +23,7 @@ input[tuiRadio] {
23
23
  &::before {
24
24
  display: block;
25
25
  transform: none;
26
- mask: var(--t-icon) center/100%;
26
+ mask: var(--t-icon) no-repeat center / 1rem;
27
27
  }
28
28
 
29
29
  &:invalid {
@@ -32,11 +32,9 @@ input[tuiRadio] {
32
32
  }
33
33
 
34
34
  &::before {
35
- --t-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" preserveAspectRatio="xMidYMid meet" height="100%" width="100%"><path d="M12.3368 4.33683C12.7859 3.88772 13.5141 3.88772 13.9632 4.33683C14.4123 4.78593 14.4123 5.51407 13.9632 5.96317L6.96317 12.9632C6.51407 13.4123 5.78593 13.4123 5.33683 12.9632L2.33683 9.96317C1.88772 9.51407 1.88772 8.78593 2.33683 8.33683C2.78593 7.88772 3.51407 7.88772 3.96317 8.33683L6.15 10.5237L12.3368 4.33683Z" fill="black"/></svg>');
35
+ --t-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" height="100%" width="100%"><path d="M12.3368 4.33683C12.7859 3.88772 13.5141 3.88772 13.9632 4.33683C14.4123 4.78593 14.4123 5.51407 13.9632 5.96317L6.96317 12.9632C6.51407 13.4123 5.78593 13.4123 5.33683 12.9632L2.33683 9.96317C1.88772 9.51407 1.88772 8.78593 2.33683 8.33683C2.78593 7.88772 3.51407 7.88772 3.96317 8.33683L6.15 10.5237L12.3368 4.33683Z" fill="black"/></svg>');
36
36
 
37
37
  display: none;
38
- inline-size: 1rem;
39
- block-size: 1rem;
40
38
  }
41
39
 
42
40
  &:not([tuiRadio]):indeterminate::before {
@@ -13,9 +13,8 @@ input[tuiSwitch] {
13
13
  }
14
14
 
15
15
  &::after {
16
- .transition(~'transform, width');
17
-
18
16
  right: auto;
17
+ transition-property: transform, inline-size;
19
18
  inline-size: 1.9375rem;
20
19
  block-size: 1.9375rem;
21
20
  border-radius: 2rem;
@@ -1,3 +1,4 @@
1
+ @import '@taiga-ui/core/styles/taiga-ui-local.less';
1
2
  @import 'common/search.less';
2
3
 
3
4
  [data-platform='android'] {
@@ -22,6 +23,12 @@
22
23
  tui-segmented > .tui-segmented_active:active {
23
24
  opacity: var(--tui-disabled-opacity);
24
25
  }
26
+
27
+ [tuiToast]:active {
28
+ .interactive({
29
+ transform: scale(0.95);
30
+ });
31
+ }
25
32
  }
26
33
 
27
34
  [data-platform='android'],
@@ -38,4 +45,11 @@
38
45
  @import 'common/header.less';
39
46
  @import 'common/message.less';
40
47
  @import 'common/notification-middle.less';
48
+ @import 'common/toast.less';
49
+
50
+ tui-app-bar {
51
+ [tuiButton][data-size='l'] {
52
+ font-weight: normal;
53
+ }
54
+ }
41
55
  }
@@ -1,3 +0,0 @@
1
- export * from './mobile-dialog.component';
2
- export * from './mobile-dialog.options';
3
- export * from './mobile-dialog.service';
@@ -1,10 +0,0 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
- import { type TuiMobileDialogOptions } from './mobile-dialog.options';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiMobileDialog<I> {
5
- protected readonly isIOS: boolean;
6
- protected readonly context: TuiPopover<TuiMobileDialogOptions<I>, number>;
7
- protected onAction(index: number): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileDialog<any>, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileDialog<any>, "tui-mobile-dialog", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,12 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- export interface TuiMobileDialogOptions<I = undefined> {
3
- readonly actions: readonly string[];
4
- readonly data: I;
5
- readonly label: string;
6
- }
7
- export declare const TUI_MOBILE_DIALOG_DEFAULT_OPTIONS: TuiMobileDialogOptions;
8
- /**
9
- * Default parameters for mobile dialog component
10
- */
11
- export declare const TUI_MOBILE_DIALOG_OPTIONS: InjectionToken<TuiMobileDialogOptions<undefined>>;
12
- export declare function tuiMobileDialogOptionsProvider(options: Partial<TuiMobileDialogOptions<unknown>>): Provider;
@@ -1,10 +0,0 @@
1
- import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type Observable } from 'rxjs';
4
- import { type TuiMobileDialogOptions } from './mobile-dialog.options';
5
- import * as i0 from "@angular/core";
6
- export declare class TuiMobileDialogService extends TuiPopoverService<TuiMobileDialogOptions<any>, number> {
7
- open(content: PolymorpheusContent<TuiMobileDialogOptions<any> & TuiPopoverContext<number>>, options?: Partial<TuiMobileDialogOptions<any>>): Observable<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileDialogService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiMobileDialogService>;
10
- }
@@ -1,3 +0,0 @@
1
- export * from './sidebar';
2
- export * from './sidebar.component';
3
- export * from './sidebar.directive';
@@ -1,21 +0,0 @@
1
- import { type AnimationOptions } from '@angular/animations';
2
- import { type DoCheck } from '@angular/core';
3
- import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
4
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @deprecated use {@link TuiDrawer} instead
8
- */
9
- export declare class TuiSidebarComponent implements DoCheck {
10
- private readonly directive;
11
- private readonly options;
12
- private readonly left;
13
- private readonly right;
14
- ngDoCheck(): void;
15
- protected get animation(): AnimationOptions;
16
- protected get direction(): TuiHorizontalDirection;
17
- protected get content(): PolymorpheusContent;
18
- protected get autoWidth(): boolean;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSidebarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSidebarComponent, "aside[tuiSidebar]", never, {}, {}, never, never, true, never>;
21
- }
@@ -1,6 +0,0 @@
1
- import { TuiSidebarComponent } from './sidebar.component';
2
- import { TuiSidebarDirective } from './sidebar.directive';
3
- /**
4
- * @deprecated use {@link TuiDrawer} instead
5
- */
6
- export declare const TuiSidebar: readonly [typeof TuiSidebarComponent, typeof TuiSidebarDirective];
@@ -1,22 +0,0 @@
1
- import { type OnDestroy, TemplateRef } from '@angular/core';
2
- import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
3
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @deprecated use {@link TuiDrawer} instead
7
- */
8
- export declare class TuiSidebarDirective<T = Record<string, unknown>> extends PolymorpheusTemplate<T> implements OnDestroy {
9
- private readonly injector;
10
- private readonly service;
11
- private readonly component;
12
- private sidebarRef;
13
- direction: TuiHorizontalDirection;
14
- autoWidth: boolean;
15
- readonly content: TemplateRef<any>;
16
- set tuiSidebar(open: boolean);
17
- ngOnDestroy(): void;
18
- private show;
19
- private hide;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSidebarDirective<any>, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSidebarDirective<any>, "[tuiSidebar]", never, { "direction": { "alias": "tuiSidebarDirection"; "required": false; }; "autoWidth": { "alias": "tuiSidebarAutoWidth"; "required": false; }; "tuiSidebar": { "alias": "tuiSidebar"; "required": false; }; }, {}, never, never, true, never>;
22
- }
@@ -1,49 +0,0 @@
1
- import { NgForOf } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, Input, ViewChild, ViewChildren, } from '@angular/core';
3
- import { EMPTY_QUERY } from '@taiga-ui/cdk/constants';
4
- import { tuiInjectElement } from '@taiga-ui/cdk/utils/dom';
5
- import { tuiHeaderOptionsProvider } from '@taiga-ui/layout/components/header';
6
- import * as i0 from "@angular/core";
7
- const OPTIONS = {
8
- duration: 20,
9
- easing: 'ease-in',
10
- fill: 'forwards',
11
- };
12
- class TuiBottomSheet {
13
- constructor() {
14
- this.elements = EMPTY_QUERY;
15
- this.el = tuiInjectElement();
16
- this.stops = ['1.5rem'];
17
- }
18
- onScroll() {
19
- const { clientHeight, scrollTop, scrollHeight } = this.el;
20
- const top = this.elements.get(0)?.nativeElement.clientHeight || 0;
21
- const max = this.content?.nativeElement.clientHeight || Infinity;
22
- const height = Math.min(clientHeight, max);
23
- const scrolled = Math.min(scrollTop, height - top);
24
- const transform = `translate3d(0, ${-1 * scrolled}px, 0)`;
25
- this.el.style.setProperty('--t-height', `${scrollHeight}px`);
26
- this.el.animate([{ transform }], OPTIONS);
27
- }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBottomSheet, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiBottomSheet, isStandalone: true, selector: "tui-bottom-sheet", inputs: { stops: "stops" }, host: { listeners: { "scroll.zoneless": "onScroll()", "resize": "onScroll()" }, properties: { "style.--t-initial": "stops[0]", "style.scroll-snap-type": "stops.length > 1 ? \"y mandatory\" : null" } }, providers: [tuiHeaderOptionsProvider({ size: 'h5' })], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }, { propertyName: "elements", predicate: ["stops"], descendants: true }], ngImport: i0, template: "<div\n *ngFor=\"let stop of stops\"\n #stops\n class=\"t-stop\"\n [style.top]=\"stop\"\n></div>\n<div\n #content\n class=\"t-content\"\n (resize)=\"onScroll()\"\n>\n <ng-content />\n</div>\n<div class=\"t-bottom\"></div>\n", styles: [":host{scrollbar-width:none;-ms-overflow-style:none;position:absolute;top:100%;left:0;right:0;display:block;block-size:calc(100% - 1rem);max-inline-size:40rem;margin:calc(-1 * var(--t-initial)) auto 0;background:var(--tui-background-elevation-1);border-top-left-radius:var(--tui-radius-l);border-top-right-radius:var(--tui-radius-l);overflow:auto;box-shadow:0 1rem var(--tui-background-elevation-1),var(--tui-shadow-medium)}:host::-webkit-scrollbar,:host::-webkit-scrollbar-thumb{display:none}:host:before{content:\"\";position:sticky;top:.625rem;left:50%;z-index:1;display:block;inset-inline-start:50%;inline-size:2rem;block-size:.25rem;margin-block-end:-.25rem;transform:translate(calc(-50% * var(--tui-inline)));background:var(--tui-background-elevation-1);box-shadow:0 0 0 20rem var(--tui-background-elevation-1),inset 0 0 0 1rem var(--tui-border-normal);border-radius:1rem;clip-path:polygon(-100vw -1rem,100vw -1rem,100vw calc(100% + .625rem),-100vw calc(100% + .625rem))}:host:after{content:\"\";position:absolute;top:calc(100% - var(--t-initial));inline-size:1rem;block-size:calc(var(--t-height) - 100% + var(--t-initial));scroll-snap-align:start;scroll-snap-stop:always}.t-content{position:sticky;top:0;padding:2.25rem 1rem 1.5rem}.t-bottom{block-size:calc(100% - var(--t-initial))}.t-stop{position:absolute;block-size:var(--t-initial);inline-size:1rem;pointer-events:none;transform:translateY(-100%);scroll-snap-align:start;scroll-snap-stop:always}.t-stop:last-child{scroll-snap-align:none}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
30
- }
31
- export { TuiBottomSheet };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiBottomSheet, decorators: [{
33
- type: Component,
34
- args: [{ standalone: true, selector: 'tui-bottom-sheet', imports: [NgForOf], changeDetection: ChangeDetectionStrategy.OnPush, providers: [tuiHeaderOptionsProvider({ size: 'h5' })], host: {
35
- '[style.--t-initial]': 'stops[0]',
36
- '[style.scroll-snap-type]': 'stops.length > 1 ? "y mandatory" : null',
37
- '(scroll.zoneless)': 'onScroll()',
38
- '(resize)': 'onScroll()',
39
- }, template: "<div\n *ngFor=\"let stop of stops\"\n #stops\n class=\"t-stop\"\n [style.top]=\"stop\"\n></div>\n<div\n #content\n class=\"t-content\"\n (resize)=\"onScroll()\"\n>\n <ng-content />\n</div>\n<div class=\"t-bottom\"></div>\n", styles: [":host{scrollbar-width:none;-ms-overflow-style:none;position:absolute;top:100%;left:0;right:0;display:block;block-size:calc(100% - 1rem);max-inline-size:40rem;margin:calc(-1 * var(--t-initial)) auto 0;background:var(--tui-background-elevation-1);border-top-left-radius:var(--tui-radius-l);border-top-right-radius:var(--tui-radius-l);overflow:auto;box-shadow:0 1rem var(--tui-background-elevation-1),var(--tui-shadow-medium)}:host::-webkit-scrollbar,:host::-webkit-scrollbar-thumb{display:none}:host:before{content:\"\";position:sticky;top:.625rem;left:50%;z-index:1;display:block;inset-inline-start:50%;inline-size:2rem;block-size:.25rem;margin-block-end:-.25rem;transform:translate(calc(-50% * var(--tui-inline)));background:var(--tui-background-elevation-1);box-shadow:0 0 0 20rem var(--tui-background-elevation-1),inset 0 0 0 1rem var(--tui-border-normal);border-radius:1rem;clip-path:polygon(-100vw -1rem,100vw -1rem,100vw calc(100% + .625rem),-100vw calc(100% + .625rem))}:host:after{content:\"\";position:absolute;top:calc(100% - var(--t-initial));inline-size:1rem;block-size:calc(var(--t-height) - 100% + var(--t-initial));scroll-snap-align:start;scroll-snap-stop:always}.t-content{position:sticky;top:0;padding:2.25rem 1rem 1.5rem}.t-bottom{block-size:calc(100% - var(--t-initial))}.t-stop{position:absolute;block-size:var(--t-initial);inline-size:1rem;pointer-events:none;transform:translateY(-100%);scroll-snap-align:start;scroll-snap-stop:always}.t-stop:last-child{scroll-snap-align:none}\n"] }]
40
- }], propDecorators: { elements: [{
41
- type: ViewChildren,
42
- args: ['stops']
43
- }], content: [{
44
- type: ViewChild,
45
- args: ['content']
46
- }], stops: [{
47
- type: Input
48
- }] } });
49
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm90dG9tLXNoZWV0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FkZG9uLW1vYmlsZS9jb21wb25lbnRzL2JvdHRvbS1zaGVldC9ib3R0b20tc2hlZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWRkb24tbW9iaWxlL2NvbXBvbmVudHMvYm90dG9tLXNoZWV0L2JvdHRvbS1zaGVldC50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUN4QyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxLQUFLLEVBRUwsU0FBUyxFQUNULFlBQVksR0FDZixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDcEQsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sb0NBQW9DLENBQUM7O0FBRTVFLE1BQU0sT0FBTyxHQUFHO0lBQ1osUUFBUSxFQUFFLEVBQUU7SUFDWixNQUFNLEVBQUUsU0FBUztJQUNqQixJQUFJLEVBQUUsVUFBVTtDQUNWLENBQUM7QUFFWCxNQWVhLGNBQWM7SUFmM0I7UUFpQnFCLGFBQVEsR0FBdUMsV0FBVyxDQUFDO1FBSzNELE9BQUUsR0FBRyxnQkFBZ0IsRUFBRSxDQUFDO1FBR2xDLFVBQUssR0FBc0IsQ0FBQyxRQUFRLENBQUMsQ0FBQztLQWFoRDtJQVhhLFFBQVE7UUFDZCxNQUFNLEVBQUMsWUFBWSxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUMsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDO1FBQ3hELE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLGFBQWEsQ0FBQyxZQUFZLElBQUksQ0FBQyxDQUFDO1FBQ2xFLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxPQUFPLEVBQUUsYUFBYSxDQUFDLFlBQVksSUFBSSxRQUFRLENBQUM7UUFDakUsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDM0MsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxTQUFTLEVBQUUsTUFBTSxHQUFHLEdBQUcsQ0FBQyxDQUFDO1FBQ25ELE1BQU0sU0FBUyxHQUFHLGtCQUFrQixDQUFDLENBQUMsR0FBRyxRQUFRLFFBQVEsQ0FBQztRQUUxRCxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxXQUFXLENBQUMsWUFBWSxFQUFFLEdBQUcsWUFBWSxJQUFJLENBQUMsQ0FBQztRQUM3RCxJQUFJLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxDQUFDLEVBQUMsU0FBUyxFQUFDLENBQUMsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUM1QyxDQUFDOytHQXRCUSxjQUFjO21HQUFkLGNBQWMscVNBUlosQ0FBQyx3QkFBd0IsQ0FBQyxFQUFDLElBQUksRUFBRSxJQUFJLEVBQUMsQ0FBQyxDQUFDLHFNQzNCdkQsd1BBY0Esc2hERFNjLE9BQU87O1NBWVIsY0FBYzs0RkFBZCxjQUFjO2tCQWYxQixTQUFTO2lDQUNNLElBQUksWUFDTixrQkFBa0IsV0FDbkIsQ0FBQyxPQUFPLENBQUMsbUJBR0QsdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLHdCQUF3QixDQUFDLEVBQUMsSUFBSSxFQUFFLElBQUksRUFBQyxDQUFDLENBQUMsUUFDN0M7d0JBQ0YscUJBQXFCLEVBQUUsVUFBVTt3QkFDakMsMEJBQTBCLEVBQUUseUNBQXlDO3dCQUNyRSxtQkFBbUIsRUFBRSxZQUFZO3dCQUNqQyxVQUFVLEVBQUUsWUFBWTtxQkFDM0I7OEJBSWdCLFFBQVE7c0JBRHhCLFlBQVk7dUJBQUMsT0FBTztnQkFJSixPQUFPO3NCQUR2QixTQUFTO3VCQUFDLFNBQVM7Z0JBTWIsS0FBSztzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ0Zvck9mfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgdHlwZSBFbGVtZW50UmVmLFxuICAgIElucHV0LFxuICAgIHR5cGUgUXVlcnlMaXN0LFxuICAgIFZpZXdDaGlsZCxcbiAgICBWaWV3Q2hpbGRyZW4sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtFTVBUWV9RVUVSWX0gZnJvbSAnQHRhaWdhLXVpL2Nkay9jb25zdGFudHMnO1xuaW1wb3J0IHt0dWlJbmplY3RFbGVtZW50fSBmcm9tICdAdGFpZ2EtdWkvY2RrL3V0aWxzL2RvbSc7XG5pbXBvcnQge3R1aUhlYWRlck9wdGlvbnNQcm92aWRlcn0gZnJvbSAnQHRhaWdhLXVpL2xheW91dC9jb21wb25lbnRzL2hlYWRlcic7XG5cbmNvbnN0IE9QVElPTlMgPSB7XG4gICAgZHVyYXRpb246IDIwLFxuICAgIGVhc2luZzogJ2Vhc2UtaW4nLFxuICAgIGZpbGw6ICdmb3J3YXJkcycsXG59IGFzIGNvbnN0O1xuXG5AQ29tcG9uZW50KHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAndHVpLWJvdHRvbS1zaGVldCcsXG4gICAgaW1wb3J0czogW05nRm9yT2ZdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ib3R0b20tc2hlZXQudGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYm90dG9tLXNoZWV0LnN0eWxlLmxlc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFt0dWlIZWFkZXJPcHRpb25zUHJvdmlkZXIoe3NpemU6ICdoNSd9KV0sXG4gICAgaG9zdDoge1xuICAgICAgICAnW3N0eWxlLi0tdC1pbml0aWFsXSc6ICdzdG9wc1swXScsXG4gICAgICAgICdbc3R5bGUuc2Nyb2xsLXNuYXAtdHlwZV0nOiAnc3RvcHMubGVuZ3RoID4gMSA/IFwieSBtYW5kYXRvcnlcIiA6IG51bGwnLFxuICAgICAgICAnKHNjcm9sbC56b25lbGVzcyknOiAnb25TY3JvbGwoKScsXG4gICAgICAgICcocmVzaXplKSc6ICdvblNjcm9sbCgpJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlCb3R0b21TaGVldCB7XG4gICAgQFZpZXdDaGlsZHJlbignc3RvcHMnKVxuICAgIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudHM6IFF1ZXJ5TGlzdDxFbGVtZW50UmVmPEhUTUxFbGVtZW50Pj4gPSBFTVBUWV9RVUVSWTtcblxuICAgIEBWaWV3Q2hpbGQoJ2NvbnRlbnQnKVxuICAgIHByaXZhdGUgcmVhZG9ubHkgY29udGVudD86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBlbCA9IHR1aUluamVjdEVsZW1lbnQoKTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHN0b3BzOiByZWFkb25seSBzdHJpbmdbXSA9IFsnMS41cmVtJ107XG5cbiAgICBwcm90ZWN0ZWQgb25TY3JvbGwoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHtjbGllbnRIZWlnaHQsIHNjcm9sbFRvcCwgc2Nyb2xsSGVpZ2h0fSA9IHRoaXMuZWw7XG4gICAgICAgIGNvbnN0IHRvcCA9IHRoaXMuZWxlbWVudHMuZ2V0KDApPy5uYXRpdmVFbGVtZW50LmNsaWVudEhlaWdodCB8fCAwO1xuICAgICAgICBjb25zdCBtYXggPSB0aGlzLmNvbnRlbnQ/Lm5hdGl2ZUVsZW1lbnQuY2xpZW50SGVpZ2h0IHx8IEluZmluaXR5O1xuICAgICAgICBjb25zdCBoZWlnaHQgPSBNYXRoLm1pbihjbGllbnRIZWlnaHQsIG1heCk7XG4gICAgICAgIGNvbnN0IHNjcm9sbGVkID0gTWF0aC5taW4oc2Nyb2xsVG9wLCBoZWlnaHQgLSB0b3ApO1xuICAgICAgICBjb25zdCB0cmFuc2Zvcm0gPSBgdHJhbnNsYXRlM2QoMCwgJHstMSAqIHNjcm9sbGVkfXB4LCAwKWA7XG5cbiAgICAgICAgdGhpcy5lbC5zdHlsZS5zZXRQcm9wZXJ0eSgnLS10LWhlaWdodCcsIGAke3Njcm9sbEhlaWdodH1weGApO1xuICAgICAgICB0aGlzLmVsLmFuaW1hdGUoW3t0cmFuc2Zvcm19XSwgT1BUSU9OUyk7XG4gICAgfVxufVxuIiwiPGRpdlxuICAgICpuZ0Zvcj1cImxldCBzdG9wIG9mIHN0b3BzXCJcbiAgICAjc3RvcHNcbiAgICBjbGFzcz1cInQtc3RvcFwiXG4gICAgW3N0eWxlLnRvcF09XCJzdG9wXCJcbj48L2Rpdj5cbjxkaXZcbiAgICAjY29udGVudFxuICAgIGNsYXNzPVwidC1jb250ZW50XCJcbiAgICAocmVzaXplKT1cIm9uU2Nyb2xsKClcIlxuPlxuICAgIDxuZy1jb250ZW50IC8+XG48L2Rpdj5cbjxkaXYgY2xhc3M9XCJ0LWJvdHRvbVwiPjwvZGl2PlxuIl19
@@ -1,2 +0,0 @@
1
- export * from './bottom-sheet.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hZGRvbi1tb2JpbGUvY29tcG9uZW50cy9ib3R0b20tc2hlZXQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYm90dG9tLXNoZWV0LmNvbXBvbmVudCc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWktYWRkb24tbW9iaWxlLWNvbXBvbmVudHMtYm90dG9tLXNoZWV0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWRkb24tbW9iaWxlL2NvbXBvbmVudHMvYm90dG9tLXNoZWV0L3RhaWdhLXVpLWFkZG9uLW1vYmlsZS1jb21wb25lbnRzLWJvdHRvbS1zaGVldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==