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

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 (226) hide show
  1. package/components/combo-box/combo-box.module.d.ts +1 -1
  2. package/components/dialog/dialog.component.d.ts +20 -0
  3. package/components/dialog/dialog.directive.d.ts +7 -0
  4. package/components/dialog/dialog.factory.d.ts +16 -0
  5. package/components/dialog/dialog.interfaces.d.ts +31 -0
  6. package/components/dialog/dialog.service.d.ts +7 -0
  7. package/components/dialog/dialog.tokens.d.ts +8 -0
  8. package/components/dialog/index.d.ts +6 -0
  9. package/components/index.d.ts +2 -15
  10. package/components/input/input.module.d.ts +1 -1
  11. package/components/input-date-range/input-date-range.module.d.ts +1 -1
  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.module.d.ts +1 -1
  17. package/components/pdf-viewer/index.d.ts +4 -0
  18. package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
  19. package/components/pdf-viewer/pdf-viewer.directive.d.ts +7 -0
  20. package/components/pdf-viewer/pdf-viewer.options.d.ts +13 -0
  21. package/components/pdf-viewer/pdf-viewer.service.d.ts +13 -0
  22. package/components/select/select.module.d.ts +1 -1
  23. package/fesm2022/taiga-ui-legacy-classes.mjs +21 -21
  24. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +3 -3
  26. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +23 -25
  28. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +130 -0
  30. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  31. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +24 -24
  32. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +26 -26
  34. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +12 -12
  36. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +21 -21
  38. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +25 -25
  40. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +18 -19
  42. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +22 -22
  44. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-legacy-components-input.mjs +14 -15
  46. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +7 -7
  48. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +47 -47
  50. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +83 -0
  52. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
  53. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +28 -28
  54. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +8 -8
  56. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-legacy-components-select.mjs +33 -34
  58. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-legacy-components-tag.mjs +13 -14
  60. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +23 -23
  62. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs +7 -7
  64. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-legacy-components.mjs +2 -15
  66. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +3 -3
  68. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +34 -34
  70. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +3 -3
  72. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  73. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs +7 -7
  74. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -1
  75. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs +7 -7
  76. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
  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 +16 -88
  83. package/utils/icons-path-factory.d.ts +1 -1
  84. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  85. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  86. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  87. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  88. package/components/color-selector/color-selector.component.d.ts +0 -47
  89. package/components/color-selector/color-selector.module.d.ts +0 -24
  90. package/components/color-selector/color-selector.options.d.ts +0 -25
  91. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  92. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  93. package/components/color-selector/index.d.ts +0 -16
  94. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  95. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  96. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  97. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  98. package/components/color-selector/palette/palette.component.d.ts +0 -10
  99. package/components/color-selector/palette/palette.module.d.ts +0 -13
  100. package/components/color-selector/services/picker.service.d.ts +0 -15
  101. package/components/input-color/index.d.ts +0 -2
  102. package/components/input-color/input-color.component.d.ts +0 -30
  103. package/components/input-color/input-color.module.d.ts +0 -17
  104. package/components/input-copy/index.d.ts +0 -4
  105. package/components/input-copy/input-copy.component.d.ts +0 -33
  106. package/components/input-copy/input-copy.directive.d.ts +0 -11
  107. package/components/input-copy/input-copy.module.d.ts +0 -18
  108. package/components/input-copy/input-copy.options.d.ts +0 -26
  109. package/components/input-date/index.d.ts +0 -3
  110. package/components/input-date/input-date.component.d.ts +0 -62
  111. package/components/input-date/input-date.directive.d.ts +0 -19
  112. package/components/input-date/input-date.module.d.ts +0 -24
  113. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  114. package/components/input-date-multi/index.d.ts +0 -2
  115. package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
  116. package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
  117. package/components/input-month/index.d.ts +0 -3
  118. package/components/input-month/input-month.component.d.ts +0 -44
  119. package/components/input-month/input-month.directive.d.ts +0 -19
  120. package/components/input-month/input-month.module.d.ts +0 -19
  121. package/components/input-password/index.d.ts +0 -4
  122. package/components/input-password/input-password.component.d.ts +0 -33
  123. package/components/input-password/input-password.directive.d.ts +0 -15
  124. package/components/input-password/input-password.module.d.ts +0 -19
  125. package/components/input-password/input-password.options.d.ts +0 -25
  126. package/components/input-phone/index.d.ts +0 -4
  127. package/components/input-phone/input-phone.component.d.ts +0 -49
  128. package/components/input-phone/input-phone.directive.d.ts +0 -13
  129. package/components/input-phone/input-phone.module.d.ts +0 -12
  130. package/components/input-phone/input-phone.options.d.ts +0 -13
  131. package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
  132. package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
  133. package/components/input-phone/utils/index.d.ts +0 -2
  134. package/components/input-phone-international/index.d.ts +0 -3
  135. package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
  136. package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
  137. package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
  138. package/components/input-time/index.d.ts +0 -4
  139. package/components/input-time/input-time.component.d.ts +0 -62
  140. package/components/input-time/input-time.directive.d.ts +0 -17
  141. package/components/input-time/input-time.module.d.ts +0 -23
  142. package/components/input-time/input-time.options.d.ts +0 -42
  143. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  144. package/components/input-year/index.d.ts +0 -3
  145. package/components/input-year/input-year.component.d.ts +0 -36
  146. package/components/input-year/input-year.directive.d.ts +0 -14
  147. package/components/input-year/input-year.module.d.ts +0 -18
  148. package/components/island/index.d.ts +0 -1
  149. package/components/island/island.directive.d.ts +0 -20
  150. package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
  151. package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
  152. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
  153. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
  154. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
  155. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
  156. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
  157. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
  158. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
  159. package/components/sheet/index.d.ts +0 -14
  160. package/components/sheet/sheet-options.d.ts +0 -27
  161. package/components/sheet/sheet-tokens.d.ts +0 -18
  162. package/components/sheet/sheet.d.ts +0 -21
  163. package/components/sheet/sheet.directive.d.ts +0 -17
  164. package/components/sheet/sheet.module.d.ts +0 -24
  165. package/components/sheet/sheet.service.d.ts +0 -17
  166. package/components/svg/content-processor.d.ts +0 -19
  167. package/components/svg/deprecated-icons.d.ts +0 -5
  168. package/components/svg/index.d.ts +0 -5
  169. package/components/svg/svg-options.d.ts +0 -50
  170. package/components/svg/svg.component.d.ts +0 -50
  171. package/components/svg/svg.service.d.ts +0 -21
  172. package/components/table-bar/index.d.ts +0 -4
  173. package/components/table-bar/table-bar.component.d.ts +0 -17
  174. package/components/table-bar/table-bar.directive.d.ts +0 -11
  175. package/components/table-bar/table-bar.options.d.ts +0 -31
  176. package/components/table-bar/table-bars-host.component.d.ts +0 -10
  177. package/components/table-bar/table-bars.service.d.ts +0 -11
  178. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
  179. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  180. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  181. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  182. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
  183. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
  184. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
  185. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
  186. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  187. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  188. package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
  189. package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
  190. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
  191. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
  192. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
  193. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
  194. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
  195. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
  196. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -434
  197. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  198. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
  199. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
  200. package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
  201. package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
  202. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
  203. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
  204. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  205. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  206. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -145
  207. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
  208. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
  209. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
  210. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
  211. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
  212. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
  213. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
  214. package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
  215. package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
  216. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  217. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  218. package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
  219. package/pipes/format-phone/index.d.ts +0 -1
  220. package/pipes/index.d.ts +0 -3
  221. package/pipes/iso-to-country-code/index.d.ts +0 -1
  222. package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
  223. package/pipes/to-country-code/index.d.ts +0 -1
  224. package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
  225. package/services/index.d.ts +0 -1
  226. package/services/static-request.service.d.ts +0 -11
@@ -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
- }