@taiga-ui/cdk 4.52.0-canary.ca43bcb → 4.52.0-canary.e07790b

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 (45) hide show
  1. package/constants/used-icons.d.ts +1 -1
  2. package/constants/version.d.ts +1 -1
  3. package/constants/version.js +1 -1
  4. package/directives/animated/animated.directive.d.ts +1 -3
  5. package/directives/animated/index.d.ts +0 -1
  6. package/fesm2022/taiga-ui-cdk-classes.mjs +3 -3
  7. package/fesm2022/taiga-ui-cdk-constants.mjs +2 -2
  8. package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-cdk-date-time.mjs +1 -2
  10. package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs +4 -4
  12. package/fesm2022/taiga-ui-cdk-directives-animated.mjs +23 -70
  13. package/fesm2022/taiga-ui-cdk-directives-animated.mjs.map +1 -1
  14. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs +3 -3
  15. package/fesm2022/taiga-ui-cdk-directives-control.mjs +3 -3
  16. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs +3 -3
  17. package/fesm2022/taiga-ui-cdk-directives-element.mjs +3 -3
  18. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs +3 -3
  19. package/fesm2022/taiga-ui-cdk-directives-font-size.mjs +3 -3
  20. package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs +3 -3
  21. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs +6 -6
  22. package/fesm2022/taiga-ui-cdk-directives-item.mjs +3 -3
  23. package/fesm2022/taiga-ui-cdk-directives-media.mjs +3 -3
  24. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +3 -3
  25. package/fesm2022/taiga-ui-cdk-directives-obscured.mjs +6 -6
  26. package/fesm2022/taiga-ui-cdk-directives-pan.mjs +6 -6
  27. package/fesm2022/taiga-ui-cdk-directives-platform.mjs +3 -3
  28. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs +6 -6
  29. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs +6 -6
  30. package/fesm2022/taiga-ui-cdk-directives-transitioned.mjs +3 -3
  31. package/fesm2022/taiga-ui-cdk-directives-validator.mjs +3 -3
  32. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs +3 -3
  33. package/fesm2022/taiga-ui-cdk-directives-visual-viewport.mjs +3 -3
  34. package/fesm2022/taiga-ui-cdk-directives-with-styles.mjs +3 -3
  35. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs +6 -6
  36. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs +3 -3
  37. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs +3 -3
  38. package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs +5 -4
  39. package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-cdk-portals.mjs +12 -12
  41. package/package.json +1 -1
  42. package/schematics/ng-add/constants/versions.d.ts +1 -1
  43. package/schematics/ng-add/steps/add-taiga-modules.js +0 -15
  44. package/schematics/ng-add/steps/add-taiga-modules.js.map +1 -1
  45. package/directives/animated/animated-parent.directive.d.ts +0 -10
@@ -45,10 +45,10 @@ class TuiZoomService extends Observable {
45
45
  event: wheel,
46
46
  })))).subscribe(subscriber));
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiZoomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiZoomService }); }
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiZoomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiZoomService }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiZoomService, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiZoomService, decorators: [{
52
52
  type: Injectable
53
53
  }], ctorParameters: () => [] });
54
54
 
@@ -56,10 +56,10 @@ class TuiZoom {
56
56
  constructor() {
57
57
  this.tuiZoom = inject(TuiZoomService);
58
58
  }
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiZoom, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
60
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiZoom, isStandalone: true, selector: "[tuiZoom]", outputs: { tuiZoom: "tuiZoom" }, host: { properties: { "style.touch-action": "\"none\"" } }, providers: [TuiZoomService], ngImport: i0 }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiZoom, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
60
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: TuiZoom, isStandalone: true, selector: "[tuiZoom]", outputs: { tuiZoom: "tuiZoom" }, host: { properties: { "style.touch-action": "\"none\"" } }, providers: [TuiZoomService], ngImport: i0 }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiZoom, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiZoom, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[tuiZoom]',
@@ -12,10 +12,10 @@ class TuiFilterPipe {
12
12
  transform(items, matcher, ...args) {
13
13
  return items.filter((item) => matcher(item, ...args));
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: TuiFilterPipe, isStandalone: true, name: "tuiFilter" }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: TuiFilterPipe, isStandalone: true, name: "tuiFilter" }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiFilterPipe, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiFilterPipe, decorators: [{
19
19
  type: Pipe,
20
20
  args: [{
21
21
  name: 'tuiFilter',
@@ -12,10 +12,10 @@ class TuiMapperPipe {
12
12
  transform(value, mapper, ...args) {
13
13
  return mapper(value, ...args);
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMapperPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: TuiMapperPipe, isStandalone: true, name: "tuiMapper" }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiMapperPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
16
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: TuiMapperPipe, isStandalone: true, name: "tuiMapper" }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMapperPipe, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiMapperPipe, decorators: [{
19
19
  type: Pipe,
20
20
  args: [{
21
21
  name: 'tuiMapper',
@@ -1,4 +1,5 @@
1
- import { tuiObfuscate, tuiCreateOptions } from '@taiga-ui/cdk/utils';
1
+ import { tuiCreateOptions } from '@taiga-ui/cdk/utils/di';
2
+ import { tuiObfuscate } from '@taiga-ui/cdk/utils/miscellaneous';
2
3
  import * as i0 from '@angular/core';
3
4
  import { inject, Pipe } from '@angular/core';
4
5
 
@@ -40,10 +41,10 @@ class TuiObfuscatePipe {
40
41
  const availableRecipes = Object.keys(this.option.recipes).sort();
41
42
  throw new Error(`Obfuscate recipe "${recipe}" not found. Available recipes: [${availableRecipes}]`);
42
43
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiObfuscatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
44
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: TuiObfuscatePipe, isStandalone: true, name: "tuiObfuscate" }); }
44
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiObfuscatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
45
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: TuiObfuscatePipe, isStandalone: true, name: "tuiObfuscate" }); }
45
46
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiObfuscatePipe, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiObfuscatePipe, decorators: [{
47
48
  type: Pipe,
48
49
  args: [{
49
50
  name: 'tuiObfuscate',
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-cdk-pipes-obfuscate.mjs","sources":["../../../projects/cdk/pipes/obfuscate/obfuscate.options.ts","../../../projects/cdk/pipes/obfuscate/obfuscate.pipe.ts","../../../projects/cdk/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.ts"],"sourcesContent":["import {tuiCreateOptions, tuiObfuscate} from '@taiga-ui/cdk/utils';\n\n/**\n * Defines the options for obfuscation.\n */\nexport interface TuiObfuscateOptions {\n /**\n * Default function used to obfuscate a string\n * if no recipe was found.\n */\n default(value: string, symbol?: string): string;\n\n /**\n * Collection of named recipes for different obfuscation scenarios.\n */\n readonly recipes: Record<string, (value: string) => string>;\n}\n\nexport const TUI_OBFUSCATE_DEFAULT_OPTIONS: TuiObfuscateOptions = {\n default: (value, symbol = '*') => tuiObfuscate(value, symbol),\n recipes: {},\n};\n\n/**\n * Injection token for obfuscation options.\n */\nexport const [TUI_OBFUSCATE_OPTIONS, tuiObfuscateOptionsProvider] = tuiCreateOptions(\n TUI_OBFUSCATE_DEFAULT_OPTIONS,\n);\n","import {inject, Pipe, type PipeTransform} from '@angular/core';\n\nimport {TUI_OBFUSCATE_OPTIONS} from './obfuscate.options';\n\n@Pipe({\n name: 'tuiObfuscate',\n})\nexport class TuiObfuscatePipe implements PipeTransform {\n private readonly option = inject(TUI_OBFUSCATE_OPTIONS);\n\n /**\n * Transforms the input value by obfuscating it according to the specified recipe or symbol.\n *\n * @param value The value to be obfuscated should be a string.\n * @param recipe The name of the recipe to use for obfuscation or a single character symbol for custom obfuscation.\n * @returns The obfuscated string.\n * @throws Will throw an error if the specified recipe is not found.\n */\n public transform(value: string, recipe = ''): string {\n if (!value) {\n return value;\n }\n\n if (!recipe) {\n return this.option.default(value);\n }\n\n const obfuscate = this.option.recipes[recipe];\n\n if (obfuscate) {\n return obfuscate(value);\n }\n\n if (recipe.length === 1) {\n return this.option.default(value, recipe[0]);\n }\n\n const availableRecipes = Object.keys(this.option.recipes).sort();\n\n throw new Error(\n `Obfuscate recipe \"${recipe}\" not found. Available recipes: [${availableRecipes}]`,\n );\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAkBa,MAAA,6BAA6B,GAAwB;AAC9D,IAAA,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,KAAK,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC;AAC7D,IAAA,OAAO,EAAE,EAAE;;AAGf;;AAEG;AACI,MAAM,CAAC,qBAAqB,EAAE,2BAA2B,CAAC,GAAG,gBAAgB,CAChF,6BAA6B;;MCpBpB,gBAAgB,CAAA;AAH7B,IAAA,WAAA,GAAA;AAIqB,QAAA,IAAA,CAAA,MAAM,GAAG,MAAM,CAAC,qBAAqB,CAAC;AAmC1D;AAjCG;;;;;;;AAOG;AACI,IAAA,SAAS,CAAC,KAAa,EAAE,MAAM,GAAG,EAAE,EAAA;QACvC,IAAI,CAAC,KAAK,EAAE;AACR,YAAA,OAAO,KAAK;;QAGhB,IAAI,CAAC,MAAM,EAAE;YACT,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;;QAGrC,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;QAE7C,IAAI,SAAS,EAAE;AACX,YAAA,OAAO,SAAS,CAAC,KAAK,CAAC;;AAG3B,QAAA,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE;AACrB,YAAA,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;;AAGhD,QAAA,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE;QAEhE,MAAM,IAAI,KAAK,CACX,CAAA,kBAAA,EAAqB,MAAM,CAAoC,iCAAA,EAAA,gBAAgB,CAAG,CAAA,CAAA,CACrF;;+GAlCI,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;6GAAhB,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAH5B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACF,oBAAA,IAAI,EAAE,cAAc;AACvB,iBAAA;;;ACND;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-cdk-pipes-obfuscate.mjs","sources":["../../../projects/cdk/pipes/obfuscate/obfuscate.options.ts","../../../projects/cdk/pipes/obfuscate/obfuscate.pipe.ts","../../../projects/cdk/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.ts"],"sourcesContent":["import {tuiCreateOptions} from '@taiga-ui/cdk/utils/di';\nimport {tuiObfuscate} from '@taiga-ui/cdk/utils/miscellaneous';\n\n/**\n * Defines the options for obfuscation.\n */\nexport interface TuiObfuscateOptions {\n /**\n * Default function used to obfuscate a string\n * if no recipe was found.\n */\n default(value: string, symbol?: string): string;\n\n /**\n * Collection of named recipes for different obfuscation scenarios.\n */\n readonly recipes: Record<string, (value: string) => string>;\n}\n\nexport const TUI_OBFUSCATE_DEFAULT_OPTIONS: TuiObfuscateOptions = {\n default: (value, symbol = '*') => tuiObfuscate(value, symbol),\n recipes: {},\n};\n\n/**\n * Injection token for obfuscation options.\n */\nexport const [TUI_OBFUSCATE_OPTIONS, tuiObfuscateOptionsProvider] = tuiCreateOptions(\n TUI_OBFUSCATE_DEFAULT_OPTIONS,\n);\n","import {inject, Pipe, type PipeTransform} from '@angular/core';\n\nimport {TUI_OBFUSCATE_OPTIONS} from './obfuscate.options';\n\n@Pipe({\n name: 'tuiObfuscate',\n})\nexport class TuiObfuscatePipe implements PipeTransform {\n private readonly option = inject(TUI_OBFUSCATE_OPTIONS);\n\n /**\n * Transforms the input value by obfuscating it according to the specified recipe or symbol.\n *\n * @param value The value to be obfuscated should be a string.\n * @param recipe The name of the recipe to use for obfuscation or a single character symbol for custom obfuscation.\n * @returns The obfuscated string.\n * @throws Will throw an error if the specified recipe is not found.\n */\n public transform(value: string, recipe = ''): string {\n if (!value) {\n return value;\n }\n\n if (!recipe) {\n return this.option.default(value);\n }\n\n const obfuscate = this.option.recipes[recipe];\n\n if (obfuscate) {\n return obfuscate(value);\n }\n\n if (recipe.length === 1) {\n return this.option.default(value, recipe[0]);\n }\n\n const availableRecipes = Object.keys(this.option.recipes).sort();\n\n throw new Error(\n `Obfuscate recipe \"${recipe}\" not found. Available recipes: [${availableRecipes}]`,\n );\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAmBa,MAAA,6BAA6B,GAAwB;AAC9D,IAAA,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,KAAK,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC;AAC7D,IAAA,OAAO,EAAE,EAAE;;AAGf;;AAEG;AACI,MAAM,CAAC,qBAAqB,EAAE,2BAA2B,CAAC,GAAG,gBAAgB,CAChF,6BAA6B;;MCrBpB,gBAAgB,CAAA;AAH7B,IAAA,WAAA,GAAA;AAIqB,QAAA,IAAA,CAAA,MAAM,GAAG,MAAM,CAAC,qBAAqB,CAAC;AAmC1D;AAjCG;;;;;;;AAOG;AACI,IAAA,SAAS,CAAC,KAAa,EAAE,MAAM,GAAG,EAAE,EAAA;QACvC,IAAI,CAAC,KAAK,EAAE;AACR,YAAA,OAAO,KAAK;;QAGhB,IAAI,CAAC,MAAM,EAAE;YACT,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;;QAGrC,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;QAE7C,IAAI,SAAS,EAAE;AACX,YAAA,OAAO,SAAS,CAAC,KAAK,CAAC;;AAG3B,QAAA,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE;AACrB,YAAA,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;;AAGhD,QAAA,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE;QAEhE,MAAM,IAAI,KAAK,CACX,CAAA,kBAAA,EAAqB,MAAM,CAAoC,iCAAA,EAAA,gBAAgB,CAAG,CAAA,CAAA,CACrF;;+GAlCI,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;6GAAhB,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAH5B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACF,oBAAA,IAAI,EAAE,cAAc;AACvB,iBAAA;;;ACND;;AAEG;;;;"}
@@ -39,10 +39,10 @@ class TuiPortal {
39
39
  const ref = this.service.add(component);
40
40
  return () => ref.destroy();
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortal, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable }); }
43
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortal }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortal, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable }); }
43
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortal }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortal, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortal, decorators: [{
46
46
  type: Injectable
47
47
  }], ctorParameters: () => [{ type: undefined }] });
48
48
  function tuiAsPortal(portal) {
@@ -59,10 +59,10 @@ class TuiPortalDirective extends PolymorpheusTemplate {
59
59
  .open(this, this.options())
60
60
  .pipe(ignoreElements(), endWith(false))), share()));
61
61
  }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
63
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.15", type: TuiPortalDirective, isStandalone: true, inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { openChange: "openChange" }, usesInheritance: true, ngImport: i0 }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortalDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
63
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.17", type: TuiPortalDirective, isStandalone: true, inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { openChange: "openChange" }, usesInheritance: true, ngImport: i0 }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortalDirective, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortalDirective, decorators: [{
66
66
  type: Directive
67
67
  }] });
68
68
 
@@ -79,10 +79,10 @@ class TuiPortalService {
79
79
  ? this.host.addComponent(content)
80
80
  : this.host.addTemplate(content, context);
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortalService }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortalService }); }
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortalService, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortalService, decorators: [{
86
86
  type: Injectable
87
87
  }] });
88
88
  class TuiNoHostException extends Error {
@@ -111,10 +111,10 @@ class TuiPortals {
111
111
  addTemplate(templateRef, context) {
112
112
  return this.vcr().createEmbeddedView(templateRef, context);
113
113
  }
114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortals, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
115
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.15", type: TuiPortals, isStandalone: true, viewQueries: [{ propertyName: "vcr", first: true, predicate: ["vcr"], descendants: true, read: ViewContainerRef, isSignal: true }], ngImport: i0 }); }
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortals, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
115
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.17", type: TuiPortals, isStandalone: true, viewQueries: [{ propertyName: "vcr", first: true, predicate: ["vcr"], descendants: true, read: ViewContainerRef, isSignal: true }], ngImport: i0 }); }
116
116
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiPortals, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiPortals, decorators: [{
118
118
  type: Directive
119
119
  }], ctorParameters: () => [] });
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/cdk",
3
- "version": "4.52.0-canary.ca43bcb",
3
+ "version": "4.52.0-canary.e07790b",
4
4
  "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
5
5
  "keywords": [
6
6
  "angular",
@@ -1 +1 @@
1
- export declare const TAIGA_VERSION = "^4.52.0-canary.ca43bcb";
1
+ export declare const TAIGA_VERSION = "^4.52.0-canary.e07790b";
@@ -39,23 +39,8 @@ function addTuiEntitiesToStandalone({ bootstrapFunction, options, context, }) {
39
39
  }
40
40
  }
41
41
  function addRootTuiProvidersToBootstrapFn(bootstrapOptions) {
42
- const property = bootstrapOptions.getProperty('providers');
43
- const initializer = property.getInitializer();
44
- const provideAnimations = initializer
45
- .getElements()
46
- .find((el) => ng_morph_1.Node.isCallExpression(el) &&
47
- el.getExpression().getText() === 'provideAnimations');
48
42
  (0, push_to_array_property_1.pushToObjectArrayProperty)(bootstrapOptions, 'providers', 'provideEventPlugins()');
49
43
  const modules = [];
50
- if (!provideAnimations) {
51
- modules.push({
52
- name: 'provideAnimations',
53
- packageName: '@angular/platform-browser/animations',
54
- });
55
- (0, push_to_array_property_1.pushToObjectArrayProperty)(bootstrapOptions, 'providers', 'provideAnimations()', {
56
- index: 0,
57
- });
58
- }
59
44
  modules.push({ name: 'provideEventPlugins', packageName: '@taiga-ui/event-plugins' });
60
45
  modules.forEach(({ name, packageName }) => {
61
46
  (0, add_unique_import_1.addUniqueImport)(bootstrapOptions.getSourceFile().getFilePath(), name, packageName);
@@ -1 +1 @@
1
- {"version":3,"file":"add-taiga-modules.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/ng-add/steps/add-taiga-modules.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"add-taiga-modules.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/ng-add/steps/add-taiga-modules.ts"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./animated.directive";
3
- import * as i2 from "@ng-web-apis/mutation-observer";
4
- export declare class TuiAnimatedParent {
5
- private readonly el;
6
- private readonly renderer;
7
- protected handle(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAnimatedParent, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAnimatedParent, "[tuiAnimatedParent]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.WaMutationObserver; inputs: {}; outputs: { "waMutationObserver": "waMutationObserver"; }; }]>;
10
- }