@taiga-ui/legacy 4.52.0-canary.a4e325d → 4.52.0-canary.aaf153c

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 (235) hide show
  1. package/components/dialog/dialog.component.d.ts +20 -0
  2. package/components/dialog/dialog.directive.d.ts +7 -0
  3. package/components/dialog/dialog.factory.d.ts +16 -0
  4. package/components/dialog/dialog.interfaces.d.ts +31 -0
  5. package/components/dialog/dialog.service.d.ts +7 -0
  6. package/components/dialog/dialog.tokens.d.ts +8 -0
  7. package/components/dialog/index.d.ts +6 -0
  8. package/components/index.d.ts +2 -16
  9. package/components/input/input.module.d.ts +1 -1
  10. package/components/input-date-range/input-date-range.module.d.ts +8 -9
  11. package/components/input-date-time/input-date-time.component.d.ts +4 -3
  12. package/components/input-date-time/input-date-time.module.d.ts +1 -1
  13. package/components/input-month-range/input-month-range.module.d.ts +1 -1
  14. package/components/input-range/input-range.component.d.ts +1 -1
  15. package/components/input-tag/input-tag.module.d.ts +1 -1
  16. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -1
  17. package/components/multi-select/multi-select.module.d.ts +9 -10
  18. package/components/pdf-viewer/index.d.ts +4 -0
  19. package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
  20. package/components/pdf-viewer/pdf-viewer.directive.d.ts +7 -0
  21. package/components/pdf-viewer/pdf-viewer.options.d.ts +13 -0
  22. package/components/pdf-viewer/pdf-viewer.service.d.ts +13 -0
  23. package/components/select/select.module.d.ts +1 -1
  24. package/fesm2022/taiga-ui-legacy-classes.mjs +21 -21
  25. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +3 -3
  27. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +129 -0
  29. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  30. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +25 -29
  31. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +29 -29
  33. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +12 -12
  35. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  36. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +21 -21
  37. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  38. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +25 -25
  39. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +18 -19
  41. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +22 -22
  43. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-legacy-components-input.mjs +14 -15
  45. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +7 -7
  47. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +46 -50
  49. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +82 -0
  51. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
  52. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +28 -28
  53. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  54. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +8 -8
  55. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  56. package/fesm2022/taiga-ui-legacy-components-select.mjs +33 -34
  57. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  58. package/fesm2022/taiga-ui-legacy-components-tag.mjs +13 -14
  59. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
  60. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +23 -23
  61. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
  62. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs +7 -7
  63. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs.map +1 -1
  64. package/fesm2022/taiga-ui-legacy-components.mjs +2 -16
  65. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  66. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +3 -3
  67. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  68. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +34 -34
  69. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  70. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +4 -5
  71. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  72. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs +7 -7
  73. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -1
  74. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs +7 -7
  75. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -1
  76. package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
  78. package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
  79. package/fesm2022/taiga-ui-legacy.mjs +0 -2
  80. package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
  81. package/index.d.ts +0 -2
  82. package/package.json +19 -95
  83. package/utils/icons-path-factory.d.ts +1 -1
  84. package/utils/index.d.ts +0 -1
  85. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  86. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  87. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  88. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  89. package/components/color-selector/color-selector.component.d.ts +0 -47
  90. package/components/color-selector/color-selector.module.d.ts +0 -24
  91. package/components/color-selector/color-selector.options.d.ts +0 -25
  92. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  93. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  94. package/components/color-selector/index.d.ts +0 -16
  95. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  96. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  97. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  98. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  99. package/components/color-selector/palette/palette.component.d.ts +0 -10
  100. package/components/color-selector/palette/palette.module.d.ts +0 -13
  101. package/components/color-selector/services/picker.service.d.ts +0 -15
  102. package/components/combo-box/combo-box-strict.directive.d.ts +0 -12
  103. package/components/combo-box/combo-box.component.d.ts +0 -52
  104. package/components/combo-box/combo-box.directive.d.ts +0 -13
  105. package/components/combo-box/combo-box.module.d.ts +0 -20
  106. package/components/combo-box/index.d.ts +0 -4
  107. package/components/input-color/index.d.ts +0 -2
  108. package/components/input-color/input-color.component.d.ts +0 -30
  109. package/components/input-color/input-color.module.d.ts +0 -17
  110. package/components/input-copy/index.d.ts +0 -4
  111. package/components/input-copy/input-copy.component.d.ts +0 -33
  112. package/components/input-copy/input-copy.directive.d.ts +0 -11
  113. package/components/input-copy/input-copy.module.d.ts +0 -18
  114. package/components/input-copy/input-copy.options.d.ts +0 -26
  115. package/components/input-date/index.d.ts +0 -3
  116. package/components/input-date/input-date.component.d.ts +0 -62
  117. package/components/input-date/input-date.directive.d.ts +0 -19
  118. package/components/input-date/input-date.module.d.ts +0 -24
  119. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  120. package/components/input-date-multi/index.d.ts +0 -2
  121. package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
  122. package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
  123. package/components/input-month/index.d.ts +0 -3
  124. package/components/input-month/input-month.component.d.ts +0 -44
  125. package/components/input-month/input-month.directive.d.ts +0 -19
  126. package/components/input-month/input-month.module.d.ts +0 -19
  127. package/components/input-password/index.d.ts +0 -4
  128. package/components/input-password/input-password.component.d.ts +0 -33
  129. package/components/input-password/input-password.directive.d.ts +0 -15
  130. package/components/input-password/input-password.module.d.ts +0 -19
  131. package/components/input-password/input-password.options.d.ts +0 -25
  132. package/components/input-phone/index.d.ts +0 -4
  133. package/components/input-phone/input-phone.component.d.ts +0 -49
  134. package/components/input-phone/input-phone.directive.d.ts +0 -13
  135. package/components/input-phone/input-phone.module.d.ts +0 -12
  136. package/components/input-phone/input-phone.options.d.ts +0 -13
  137. package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
  138. package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
  139. package/components/input-phone/utils/index.d.ts +0 -2
  140. package/components/input-phone-international/index.d.ts +0 -3
  141. package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
  142. package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
  143. package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
  144. package/components/input-time/index.d.ts +0 -4
  145. package/components/input-time/input-time.component.d.ts +0 -62
  146. package/components/input-time/input-time.directive.d.ts +0 -17
  147. package/components/input-time/input-time.module.d.ts +0 -23
  148. package/components/input-time/input-time.options.d.ts +0 -42
  149. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  150. package/components/input-year/index.d.ts +0 -3
  151. package/components/input-year/input-year.component.d.ts +0 -36
  152. package/components/input-year/input-year.directive.d.ts +0 -14
  153. package/components/input-year/input-year.module.d.ts +0 -18
  154. package/components/island/index.d.ts +0 -1
  155. package/components/island/island.directive.d.ts +0 -20
  156. package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
  157. package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
  158. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
  159. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
  160. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
  161. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
  162. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
  163. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
  164. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
  165. package/components/sheet/index.d.ts +0 -14
  166. package/components/sheet/sheet-options.d.ts +0 -27
  167. package/components/sheet/sheet-tokens.d.ts +0 -18
  168. package/components/sheet/sheet.d.ts +0 -21
  169. package/components/sheet/sheet.directive.d.ts +0 -17
  170. package/components/sheet/sheet.module.d.ts +0 -24
  171. package/components/sheet/sheet.service.d.ts +0 -17
  172. package/components/svg/content-processor.d.ts +0 -19
  173. package/components/svg/deprecated-icons.d.ts +0 -5
  174. package/components/svg/index.d.ts +0 -5
  175. package/components/svg/svg-options.d.ts +0 -50
  176. package/components/svg/svg.component.d.ts +0 -50
  177. package/components/svg/svg.service.d.ts +0 -21
  178. package/components/table-bar/index.d.ts +0 -4
  179. package/components/table-bar/table-bar.component.d.ts +0 -17
  180. package/components/table-bar/table-bar.directive.d.ts +0 -11
  181. package/components/table-bar/table-bar.options.d.ts +0 -31
  182. package/components/table-bar/table-bars-host.component.d.ts +0 -10
  183. package/components/table-bar/table-bars.service.d.ts +0 -11
  184. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
  185. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  186. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +0 -301
  187. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +0 -1
  188. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  189. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  190. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
  191. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
  192. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
  193. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
  194. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  195. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  196. package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
  197. package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
  198. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
  199. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
  200. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
  201. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
  202. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
  203. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
  204. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -434
  205. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  206. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
  207. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
  208. package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
  209. package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
  210. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
  211. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
  212. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  213. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  214. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -145
  215. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
  216. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
  217. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
  218. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
  219. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
  220. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
  221. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
  222. package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
  223. package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
  224. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  225. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  226. package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
  227. package/pipes/format-phone/index.d.ts +0 -1
  228. package/pipes/index.d.ts +0 -3
  229. package/pipes/iso-to-country-code/index.d.ts +0 -1
  230. package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
  231. package/pipes/to-country-code/index.d.ts +0 -1
  232. package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
  233. package/services/index.d.ts +0 -1
  234. package/services/static-request.service.d.ts +0 -11
  235. package/utils/is-apple.d.ts +0 -5
@@ -1,14 +0,0 @@
1
- import { type Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiSheetCloseDirective {
4
- private readonly zone;
5
- private readonly dragged$;
6
- private readonly scroll$;
7
- private readonly win;
8
- private readonly el;
9
- private readonly sheet;
10
- readonly close: Observable<unknown>;
11
- private shouldClose;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetCloseDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetCloseDirective, "tui-sheet[close]", never, {}, { "close": "close"; }, never, never, false, never>;
14
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiSheetStopDirective {
3
- private readonly scrollRef;
4
- private readonly destroyRef;
5
- private readonly el;
6
- protected readonly $: import("rxjs").Subscription;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetStopDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetStopDirective, "[tuiSheetStop]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiSheetTopDirective {
3
- private readonly scroll$;
4
- private readonly component;
5
- private readonly win;
6
- private readonly el;
7
- protected readonly rounded$: import("rxjs").Subscription;
8
- protected readonly transform$: import("rxjs").Subscription;
9
- protected readonly clickthrough$: import("rxjs").Subscription;
10
- stop: number;
11
- private getY;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetTopDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetTopDirective, "[tuiSheetTop]", never, { "stop": { "alias": "tuiSheetTop"; "required": false; }; }, {}, never, never, false, never>;
14
- }
@@ -1,17 +0,0 @@
1
- import { type Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiSheetWrapperDirective {
4
- private readonly sheet?;
5
- private readonly dragged$;
6
- private readonly scroll$;
7
- private readonly zone;
8
- private readonly win;
9
- tuiSheetWrapper: number;
10
- get overlay$(): Observable<boolean>;
11
- get visible$(): Observable<boolean>;
12
- get height$(): Observable<number | null>;
13
- private getHeight;
14
- private withImage;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetWrapperDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetWrapperDirective, "[tuiSheetWrapper]", ["tuiSheetWrapper"], { "tuiSheetWrapper": { "alias": "tuiSheetWrapper"; "required": false; }; }, {}, ["sheet", "dragged$", "scroll$"], never, false, never>;
17
- }
@@ -1,14 +0,0 @@
1
- export * from './components/sheet/sheet.component';
2
- export * from './components/sheet/sheet.providers';
3
- export * from './components/sheet-bar/sheet-bar.component';
4
- export * from './components/sheet-heading/sheet-heading.component';
5
- export * from './components/sheets-host/sheets-host.component';
6
- export * from './directives/sheet-close/sheet-close.directive';
7
- export * from './directives/sheet-stop/sheet-stop.directive';
8
- export * from './directives/sheet-top/sheet-top.directive';
9
- export * from './directives/sheet-wrapper/sheet-wrapper.directive';
10
- export type * from './sheet';
11
- export * from './sheet.directive';
12
- export * from './sheet.module';
13
- export * from './sheet.service';
14
- export * from './sheet-options';
@@ -1,27 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type TuiSheet } from './sheet';
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
6
- * https://taiga-ui.dev/components/sheet-dialog
7
- */
8
- export interface TuiSheetOptions<I = undefined, O = unknown> {
9
- readonly closeable: boolean;
10
- readonly data: I;
11
- readonly image: PolymorpheusContent<TuiSheet<O, I>>;
12
- readonly imageSlide: boolean;
13
- readonly initial: number;
14
- readonly offset: number;
15
- readonly overlay: boolean;
16
- readonly stops: readonly string[];
17
- }
18
- /**
19
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
20
- * https://taiga-ui.dev/components/sheet-dialog
21
- */
22
- export declare const TUI_SHEET_DEFAULT_OPTIONS: Omit<TuiSheetOptions, 'data'>;
23
- /**
24
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
25
- * https://taiga-ui.dev/components/sheet-dialog
26
- */
27
- export declare const TUI_SHEET_OPTIONS: InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
@@ -1,18 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { type Observable } from 'rxjs';
3
- import { type TuiSheetRequiredProps } from './sheet';
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
6
- * https://taiga-ui.dev/components/sheet-dialog
7
- */
8
- export declare const TUI_SHEET: InjectionToken<TuiSheetRequiredProps<unknown>>;
9
- /**
10
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
11
- * https://taiga-ui.dev/components/sheet-dialog
12
- */
13
- export declare const TUI_SHEET_SCROLL: InjectionToken<Observable<number>>;
14
- /**
15
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
16
- * https://taiga-ui.dev/components/sheet-dialog
17
- */
18
- export declare const TUI_SHEET_DRAGGED: InjectionToken<Observable<boolean>>;
@@ -1,21 +0,0 @@
1
- import { type TuiContext } from '@taiga-ui/cdk/types';
2
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
- import { type Observable, type Observer } from 'rxjs';
4
- import { type TuiSheetOptions } from './sheet-options';
5
- /**
6
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
7
- * https://taiga-ui.dev/components/sheet-dialog
8
- */
9
- export interface TuiSheet<O, I = undefined> extends TuiSheetOptions<I, O>, TuiContext<Observer<O>> {
10
- completeWith(value: O): void;
11
- readonly content: PolymorpheusContent<TuiSheet<O, I>>;
12
- readonly scroll$: Observable<number>;
13
- }
14
- /**
15
- * @deprecated: drop in v5.0 use {@link TuiSheetDialog}
16
- * https://taiga-ui.dev/components/sheet-dialog
17
- */
18
- export interface TuiSheetRequiredProps<T = unknown> {
19
- item: TuiSheet<T>;
20
- stops: readonly number[];
21
- }
@@ -1,17 +0,0 @@
1
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
2
- import { type TuiSheet } from './sheet';
3
- import { type TuiSheetOptions } from './sheet-options';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @deprecated: use {@link TuiSheetDialog}
7
- * https://taiga-ui.dev/components/sheet-dialog
8
- */
9
- export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<never>> {
10
- private readonly service;
11
- private readonly open$;
12
- options: Partial<TuiSheetOptions>;
13
- readonly tuiSheetChange: import("rxjs").Observable<boolean>;
14
- set tuiSheet(open: boolean);
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetDirective, "ng-template[tuiSheet]", never, { "options": { "alias": "tuiSheetOptions"; "required": false; }; "tuiSheet": { "alias": "tuiSheet"; "required": false; }; }, { "tuiSheetChange": "tuiSheetChange"; }, never, never, false, never>;
17
- }
@@ -1,24 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/sheets-host/sheets-host.component";
3
- import * as i2 from "./components/sheet/sheet.component";
4
- import * as i3 from "./components/sheet-bar/sheet-bar.component";
5
- import * as i4 from "./components/sheet-heading/sheet-heading.component";
6
- import * as i5 from "./directives/sheet-top/sheet-top.directive";
7
- import * as i6 from "./sheet.directive";
8
- import * as i7 from "./directives/sheet-wrapper/sheet-wrapper.directive";
9
- import * as i8 from "./directives/sheet-close/sheet-close.directive";
10
- import * as i9 from "./directives/sheet-stop/sheet-stop.directive";
11
- import * as i10 from "@angular/common";
12
- import * as i11 from "@taiga-ui/polymorpheus";
13
- import * as i12 from "@taiga-ui/cdk/directives/let";
14
- import * as i13 from "@taiga-ui/core/components/button";
15
- import * as i14 from "@taiga-ui/core/components/scrollbar";
16
- /**
17
- * @deprecated: use {@link TuiSheetDialog}
18
- * https://taiga-ui.dev/components/sheet-dialog
19
- */
20
- export declare class TuiSheetModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSheetModule, [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i3.TuiSheetBarComponent, typeof i4.TuiSheetHeadingComponent, typeof i5.TuiSheetTopDirective, typeof i6.TuiSheetDirective, typeof i7.TuiSheetWrapperDirective, typeof i8.TuiSheetCloseDirective, typeof i9.TuiSheetStopDirective], [typeof i10.CommonModule, typeof i11.PolymorpheusOutlet, typeof i11.PolymorpheusTemplate, typeof i12.TuiLet, typeof i13.TuiButton, typeof i14.TuiScrollbar], [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i4.TuiSheetHeadingComponent, typeof i6.TuiSheetDirective]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiSheetModule>;
24
- }
@@ -1,17 +0,0 @@
1
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
2
- import { BehaviorSubject, Observable } from 'rxjs';
3
- import { type TuiSheet } from './sheet';
4
- import { type TuiSheetOptions } from './sheet-options';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @deprecated: use {@link TuiSheetDialogService}
8
- * https://taiga-ui.dev/components/sheet-dialog
9
- */
10
- export declare class TuiSheetService {
11
- private readonly doc;
12
- private readonly options;
13
- readonly sheets$: BehaviorSubject<TuiSheet<any, any>[]>;
14
- open<G>(content: PolymorpheusContent<TuiSheet<G>>, options?: Partial<TuiSheetOptions>): Observable<G>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiSheetService>;
17
- }
@@ -1,19 +0,0 @@
1
- import { type TuiSafeHtml } from '@taiga-ui/cdk/types';
2
- /**
3
- * @deprecated: drop in v5.0 use {@link TuiIcon}
4
- * https://taiga-ui.dev/components/icon
5
- *
6
- * @description:
7
- * Any ‘linearGradient’ attributes which are defined on the referenced
8
- * element which are not defined on this element are inherited by this element.
9
- * If this element has no defined gradient stops, and the referenced element does
10
- * (possibly due to its own ‘xlink:href’ attribute), then this element inherits
11
- * the gradient stop from the referenced element. Inheritance can be indirect
12
- * to an arbitrary level; thus, if the referenced element inherits attribute
13
- * or gradient stops due to its own ‘xlink:href’ attribute, then the current
14
- * element can inherit those attributes or gradient stops.
15
- *
16
- * Documentation: https://www.w3.org/TR/SVG11/pservers.html
17
- *
18
- */
19
- export declare function tuiSvgLinearGradientProcessor(svg: TuiSafeHtml, salt?: number | string): TuiSafeHtml;
@@ -1,5 +0,0 @@
1
- /**
2
- * @deprecated: drop in v5.0 use {@link TuiIcon}
3
- * https://taiga-ui.dev/components/icon
4
- */
5
- export declare const TUI_DEPRECATED_ICONS: Record<string, string>;
@@ -1,5 +0,0 @@
1
- export * from './content-processor';
2
- export * from './deprecated-icons';
3
- export * from './svg.component';
4
- export * from './svg.service';
5
- export * from './svg-options';
@@ -1,50 +0,0 @@
1
- import { type FactoryProvider, InjectionToken, type Provider } from '@angular/core';
2
- import { type TuiHandler, type TuiSafeHtml, type TuiStringHandler } from '@taiga-ui/cdk/types';
3
- /**
4
- * @deprecated: drop in v5.0 use {@link TuiIcon}
5
- * https://taiga-ui.dev/components/icon
6
- */
7
- export declare const TUI_DEFAULT_ICONS_PLACE = "assets/taiga-ui/icons";
8
- /**
9
- * @deprecated: drop in v5.0 use {@link TuiIcon}
10
- * https://taiga-ui.dev/components/icon
11
- */
12
- export interface TuiSvgOptions {
13
- readonly contentProcessor: TuiHandler<TuiSafeHtml, TuiSafeHtml>;
14
- readonly deprecated: TuiStringHandler<string>;
15
- readonly iconsPlace: string;
16
- readonly path: (name: string, baseHref?: string) => string;
17
- readonly srcProcessor: TuiHandler<TuiSafeHtml, TuiSafeHtml>;
18
- }
19
- /**
20
- * @deprecated: drop in v5.0 use {@link TuiIcon}
21
- * https://taiga-ui.dev/components/icon
22
- */
23
- export type TuiSvgInterceptorHandler = ((src: TuiSafeHtml, options: TuiSvgOptions) => TuiSafeHtml) | ((src: TuiSafeHtml) => TuiSafeHtml);
24
- /**
25
- * @deprecated: drop in v5.0 use {@link TuiIcon}
26
- * https://taiga-ui.dev/components/icon
27
- */
28
- export declare const TUI_SVG_DEFAULT_OPTIONS: TuiSvgOptions;
29
- /**
30
- * @deprecated: drop in v5.0 use {@link TuiIcon}
31
- * https://taiga-ui.dev/components/icon
32
- */
33
- export declare const TUI_SVG_OPTIONS: InjectionToken<TuiSvgOptions>;
34
- /**
35
- * @deprecated: drop in v5.0 use {@link TuiIcon}
36
- * https://taiga-ui.dev/components/icon
37
- */
38
- export declare const TUI_SVG_SRC_INTERCEPTORS: InjectionToken<TuiSvgInterceptorHandler>;
39
- /**
40
- * @deprecated: drop in v5.0 use {@link TuiIcon}
41
- * https://taiga-ui.dev/components/icon
42
- */
43
- export declare function tuiSvgSrcInterceptors(interceptor: TuiSvgInterceptorHandler): Provider;
44
- /**
45
- * @deprecated: drop in v5.0 use {@link TuiIcon}
46
- * https://taiga-ui.dev/components/icon
47
- */
48
- export declare const tuiSvgOptionsProvider: (options: Partial<Omit<TuiSvgOptions, 'path'>> & {
49
- path?: TuiSvgOptions['path'] | string;
50
- }) => FactoryProvider;
@@ -1,50 +0,0 @@
1
- import { type SafeHtml } from '@angular/platform-browser';
2
- import { type TuiSafeHtml } from '@taiga-ui/cdk/types';
3
- import { type Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @deprecated: drop in v5.0 use {@link TuiIcon}
7
- * https://taiga-ui.dev/components/icon
8
- */
9
- export interface TuiIconError {
10
- readonly icon: string;
11
- readonly message: string;
12
- }
13
- /**
14
- * @deprecated: drop in v5.0 use {@link TuiIcon}
15
- * https://taiga-ui.dev/components/icon
16
- */
17
- export declare class TuiSvgComponent {
18
- private icon;
19
- private readonly doc;
20
- private readonly win;
21
- private readonly options;
22
- private readonly tuiSanitizer;
23
- private readonly svgService;
24
- private readonly staticRequestService;
25
- private readonly sanitizer;
26
- private readonly el;
27
- private readonly baseHref;
28
- private readonly src$;
29
- private readonly srcInterceptors;
30
- protected readonly innerHTML$: Observable<SafeHtml>;
31
- set src(src: TuiSafeHtml | null | undefined);
32
- get src(): TuiSafeHtml;
33
- get use(): string;
34
- get isInnerHTML(): boolean;
35
- protected onError(message?: string): void;
36
- private get isShadowDOM();
37
- private get isUse();
38
- private get isExternal();
39
- private get isUrl();
40
- private get isSrc();
41
- private get isName();
42
- private get isCrossDomain();
43
- private resolveName;
44
- private getSafeHtml;
45
- private process;
46
- private sanitize;
47
- private getExternalIcon;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSvgComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiSvgComponent, "tui-svg", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, true, never>;
50
- }
@@ -1,21 +0,0 @@
1
- import { type SafeHtml } from '@angular/platform-browser';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated: drop in v5.0 use {@link TuiIcon}
6
- * Service for reusing SVGs without inlining each instance
7
- */
8
- export declare class TuiSvgService {
9
- private readonly tuiSanitizer;
10
- private readonly sanitizer;
11
- private originals;
12
- readonly items$: BehaviorSubject<Map<string, SafeHtml>>;
13
- constructor();
14
- define(icons: Record<string, string>): void;
15
- getOriginal(name: string): string | null;
16
- private defineIcon;
17
- private parseSrc;
18
- private sanitize;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiSvgService, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiSvgService>;
21
- }
@@ -1,4 +0,0 @@
1
- export * from './table-bar.directive';
2
- export * from './table-bar.options';
3
- export * from './table-bars.service';
4
- export * from './table-bars-host.component';
@@ -1,17 +0,0 @@
1
- import { type TuiPopover } from '@taiga-ui/cdk/services';
2
- import { type TuiTableBarOptions } from './table-bar.options';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated drop in v5.0 use {@link TuiActionBar}
6
- * https://taiga-ui.dev/components/actions-bar
7
- */
8
- export declare class TuiTableBarComponent {
9
- protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
10
- protected readonly closeWord$: import("rxjs").Observable<string>;
11
- protected readonly context: TuiPopover<TuiTableBarOptions, void>;
12
- protected readonly animation: import("@angular/animations").AnimationOptions;
13
- protected getTheme(appearance: string): string | null;
14
- protected close(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableBarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTableBarComponent, "tui-table-bar", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,11 +0,0 @@
1
- import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
2
- import { type TuiTableBarOptions } from './table-bar.options';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated drop in v5.0 use {@link TuiActionBar}
6
- * https://taiga-ui.dev/components/actions-bar
7
- */
8
- export declare class TuiTableBarDirective extends TuiPopoverDirective<TuiTableBarOptions> {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableBarDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTableBarDirective, "ng-template[tuiTableBar]", never, { "open": { "alias": "tuiTableBar"; "required": false; }; "options": { "alias": "tuiTableBarOptions"; "required": false; }; }, { "openChange": "tuiTableBarChange"; }, never, never, true, never>;
11
- }
@@ -1,31 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- /**
4
- * @deprecated drop in v5.0 use {@link TuiActionBar}
5
- * https://taiga-ui.dev/components/actions-bar
6
- */
7
- export interface TuiTableBarOptions {
8
- readonly adaptive?: boolean;
9
- readonly hasCloseButton?: boolean;
10
- readonly mode?: 'onDark' | 'onLight';
11
- }
12
- /**
13
- * @deprecated drop in v5.0 use {@link TuiActionBar}
14
- * https://taiga-ui.dev/components/actions-bar
15
- */
16
- export declare const TUI_TABLE_BARS: InjectionToken<BehaviorSubject<readonly any[]>>;
17
- /**
18
- * @deprecated drop in v5.0 use {@link TuiActionBar}
19
- * https://taiga-ui.dev/components/actions-bar
20
- */
21
- export declare const TUI_TABLE_BAR_DEFAULT_OPTIONS: TuiTableBarOptions;
22
- /**
23
- * @deprecated drop in v5.0 use {@link TuiActionBar}
24
- * https://taiga-ui.dev/components/actions-bar
25
- */
26
- export declare const TUI_TABLE_BAR_OPTIONS: InjectionToken<TuiTableBarOptions>;
27
- /**
28
- * @deprecated drop in v5.0 use {@link TuiActionBar}
29
- * https://taiga-ui.dev/components/actions-bar
30
- */
31
- export declare function tuiTableBarOptionsProvider(options: Partial<TuiTableBarOptions>): Provider;
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated drop in v5.0 use {@link TuiActionBar}
4
- * https://taiga-ui.dev/components/actions-bar
5
- */
6
- export declare class TuiTableBarsHostComponent {
7
- protected bars$: import("rxjs").BehaviorSubject<readonly any[]>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableBarsHostComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiTableBarsHostComponent, "tui-table-bars-host", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,11 +0,0 @@
1
- import { TuiPopoverService } from '@taiga-ui/cdk/services';
2
- import { type TuiTableBarOptions } from './table-bar.options';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated drop in v5.0 use {@link TuiActionBar}
6
- * https://taiga-ui.dev/components/actions-bar
7
- */
8
- export declare class TuiTableBarsService extends TuiPopoverService<TuiTableBarOptions> {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableBarsService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiTableBarsService>;
11
- }