@taiga-ui/legacy 4.52.0-canary.1ea42f6 → 4.52.0-canary.24b31eb

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 (68) 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 +1 -5
  9. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +130 -0
  10. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  11. package/fesm2022/taiga-ui-legacy-components.mjs +1 -5
  12. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-legacy.mjs +0 -1
  14. package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
  15. package/index.d.ts +0 -1
  16. package/package.json +32 -52
  17. package/utils/icons-path-factory.d.ts +1 -1
  18. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  19. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  20. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  21. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  22. package/components/color-selector/color-selector.component.d.ts +0 -47
  23. package/components/color-selector/color-selector.module.d.ts +0 -23
  24. package/components/color-selector/color-selector.options.d.ts +0 -25
  25. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  26. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  27. package/components/color-selector/index.d.ts +0 -16
  28. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  29. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  30. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  31. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  32. package/components/color-selector/palette/palette.component.d.ts +0 -10
  33. package/components/color-selector/palette/palette.module.d.ts +0 -13
  34. package/components/color-selector/services/picker.service.d.ts +0 -15
  35. package/components/input-color/index.d.ts +0 -2
  36. package/components/input-color/input-color.component.d.ts +0 -30
  37. package/components/input-color/input-color.module.d.ts +0 -17
  38. package/components/input-date/index.d.ts +0 -3
  39. package/components/input-date/input-date.component.d.ts +0 -62
  40. package/components/input-date/input-date.directive.d.ts +0 -19
  41. package/components/input-date/input-date.module.d.ts +0 -24
  42. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  43. package/components/input-time/index.d.ts +0 -4
  44. package/components/input-time/input-time.component.d.ts +0 -62
  45. package/components/input-time/input-time.directive.d.ts +0 -17
  46. package/components/input-time/input-time.module.d.ts +0 -23
  47. package/components/input-time/input-time.options.d.ts +0 -42
  48. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  49. package/components/svg/content-processor.d.ts +0 -19
  50. package/components/svg/deprecated-icons.d.ts +0 -5
  51. package/components/svg/index.d.ts +0 -5
  52. package/components/svg/svg-options.d.ts +0 -50
  53. package/components/svg/svg.component.d.ts +0 -50
  54. package/components/svg/svg.service.d.ts +0 -21
  55. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -726
  56. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  57. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  58. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  59. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  60. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  61. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -430
  62. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  63. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  64. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  65. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  66. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  67. package/services/index.d.ts +0 -1
  68. package/services/static-request.service.d.ts +0 -11
@@ -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
- }