@taiga-ui/kit 4.64.0 → 4.66.0

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 (71) hide show
  1. package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  2. package/components/carousel/carousel.component.d.ts +1 -1
  3. package/components/tabs/tabs-with-more.component.d.ts +1 -1
  4. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  5. package/esm2022/components/carousel/carousel.component.mjs +3 -3
  6. package/esm2022/components/confirm/confirm.component.mjs +3 -3
  7. package/esm2022/components/elastic-container/elastic-container.directive.mjs +8 -8
  8. package/esm2022/components/input-date-range/input-date-range.options.mjs +1 -1
  9. package/esm2022/components/input-date-time/input-date-time.options.mjs +1 -1
  10. package/esm2022/components/input-time/input-time.options.mjs +1 -1
  11. package/esm2022/components/input-year/input-year.options.mjs +1 -1
  12. package/esm2022/components/items-with-more/items-with-more.component.mjs +7 -7
  13. package/esm2022/components/items-with-more/items-with-more.service.mjs +4 -4
  14. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +3 -2
  15. package/esm2022/components/pager/pager.component.mjs +5 -5
  16. package/esm2022/components/progress/progress-bar/progress-color-segments.directive.mjs +5 -5
  17. package/esm2022/components/segmented/segmented.component.mjs +11 -5
  18. package/esm2022/components/stepper/stepper.component.mjs +5 -5
  19. package/esm2022/components/tabs/tab.directive.mjs +3 -3
  20. package/esm2022/components/tabs/tabs-horizontal.directive.mjs +5 -5
  21. package/esm2022/components/tabs/tabs-with-more.component.mjs +3 -3
  22. package/esm2022/components/tabs/tabs.providers.mjs +7 -7
  23. package/esm2022/components/textarea/textarea.component.mjs +3 -3
  24. package/esm2022/components/tiles/tile.service.mjs +5 -5
  25. package/esm2022/components/tiles/tiles.component.mjs +7 -7
  26. package/esm2022/directives/fade/fade.directive.mjs +8 -8
  27. package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +8 -8
  28. package/esm2022/directives/highlight/highlight.directive.mjs +5 -5
  29. package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +1 -2
  30. package/esm2022/directives/sensitive/sensitive.directive.mjs +5 -5
  31. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +2 -2
  32. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-kit-components-carousel.mjs +2 -2
  34. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-kit-components-confirm.mjs +2 -2
  36. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +7 -7
  38. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +7 -7
  44. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +2 -1
  46. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-kit-components-pager.mjs +4 -4
  48. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-kit-components-progress.mjs +4 -4
  50. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-kit-components-segmented.mjs +10 -4
  52. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  53. package/fesm2022/taiga-ui-kit-components-stepper.mjs +4 -4
  54. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-kit-components-tabs.mjs +12 -12
  56. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-kit-components-textarea.mjs +2 -2
  58. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-kit-components-tiles.mjs +8 -8
  60. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-kit-directives-fade.mjs +7 -7
  62. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +7 -7
  64. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +4 -4
  66. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -1
  68. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +4 -4
  70. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  71. package/package.json +8 -8
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, ViewEncapsulation, ChangeDetectionStrategy, inject, Directive, Input } from '@angular/core';
3
3
  import { toSignal } from '@angular/core/rxjs-interop';
4
- import { ResizeObserverService } from '@ng-web-apis/resize-observer';
4
+ import { WaResizeObserverService } from '@ng-web-apis/resize-observer';
5
5
  import { tuiZonefull, tuiWatch } from '@taiga-ui/cdk/observables';
6
6
  import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
7
7
  import { map } from 'rxjs';
@@ -21,21 +21,21 @@ class TuiSensitive {
21
21
  constructor() {
22
22
  this.nothing = tuiWithStyles(TuiSensitiveStyles);
23
23
  this.offset = Math.round(Math.random() * 10) * 10;
24
- this.height = toSignal(inject(ResizeObserverService, { self: true }).pipe(map((entry) => {
24
+ this.height = toSignal(inject(WaResizeObserverService, { self: true }).pipe(map((entry) => {
25
25
  const height = entry[0]?.contentRect.height ?? 0;
26
26
  return [Math.max(2, Math.floor(height / 16) + 1), height];
27
27
  }), map(([rows, height]) => height * (rowsInSvg / rows)), tuiZonefull(), tuiWatch()));
28
28
  this.tuiSensitive = false;
29
29
  }
30
30
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiSensitive, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiSensitive, isStandalone: true, selector: "[tuiSensitive]", inputs: { tuiSensitive: "tuiSensitive" }, host: { properties: { "style.--t-offset.px": "offset", "style.--t-mask-height.px": "height()", "class.tui-sensitive": "tuiSensitive" } }, providers: [ResizeObserverService], ngImport: i0 }); }
31
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiSensitive, isStandalone: true, selector: "[tuiSensitive]", inputs: { tuiSensitive: "tuiSensitive" }, host: { properties: { "style.--t-offset.px": "offset", "style.--t-mask-height.px": "height()", "class.tui-sensitive": "tuiSensitive" } }, providers: [WaResizeObserverService], ngImport: i0 }); }
32
32
  }
33
33
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiSensitive, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  standalone: true,
37
37
  selector: '[tuiSensitive]',
38
- providers: [ResizeObserverService],
38
+ providers: [WaResizeObserverService],
39
39
  host: {
40
40
  '[style.--t-offset.px]': 'offset',
41
41
  '[style.--t-mask-height.px]': 'height()',
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-kit-directives-sensitive.mjs","sources":["../../../projects/kit/directives/sensitive/sensitive.directive.ts","../../../projects/kit/directives/sensitive/taiga-ui-kit-directives-sensitive.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n inject,\n Input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {ResizeObserverService} from '@ng-web-apis/resize-observer';\nimport {tuiWatch, tuiZonefull} from '@taiga-ui/cdk/observables';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\nimport {map} from 'rxjs';\n\nconst rowsInSvg = 3;\n\n@Component({\n standalone: true,\n template: '',\n styleUrls: ['./sensitive.style.less'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n class: 'tui-sensitive-styles',\n },\n})\nclass TuiSensitiveStyles {}\n\n@Directive({\n standalone: true,\n selector: '[tuiSensitive]',\n providers: [ResizeObserverService],\n host: {\n '[style.--t-offset.px]': 'offset',\n '[style.--t-mask-height.px]': 'height()',\n '[class.tui-sensitive]': 'tuiSensitive',\n },\n})\nexport class TuiSensitive {\n protected readonly nothing = tuiWithStyles(TuiSensitiveStyles);\n protected readonly offset = Math.round(Math.random() * 10) * 10;\n\n protected readonly height = toSignal(\n inject(ResizeObserverService, {self: true}).pipe(\n map((entry): [number, number] => {\n const height = entry[0]?.contentRect.height ?? 0;\n\n return [Math.max(2, Math.floor(height / 16) + 1), height];\n }),\n map(([rows, height]) => height * (rowsInSvg / rows)),\n tuiZonefull(),\n tuiWatch(),\n ),\n );\n\n @Input()\n public tuiSensitive: boolean | null = false;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"taiga-ui-kit-directives-sensitive.mjs","sources":["../../../projects/kit/directives/sensitive/sensitive.directive.ts","../../../projects/kit/directives/sensitive/taiga-ui-kit-directives-sensitive.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n Directive,\n inject,\n Input,\n ViewEncapsulation,\n} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {WaResizeObserverService} from '@ng-web-apis/resize-observer';\nimport {tuiWatch, tuiZonefull} from '@taiga-ui/cdk/observables';\nimport {tuiWithStyles} from '@taiga-ui/cdk/utils/miscellaneous';\nimport {map} from 'rxjs';\n\nconst rowsInSvg = 3;\n\n@Component({\n standalone: true,\n template: '',\n styleUrls: ['./sensitive.style.less'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n class: 'tui-sensitive-styles',\n },\n})\nclass TuiSensitiveStyles {}\n\n@Directive({\n standalone: true,\n selector: '[tuiSensitive]',\n providers: [WaResizeObserverService],\n host: {\n '[style.--t-offset.px]': 'offset',\n '[style.--t-mask-height.px]': 'height()',\n '[class.tui-sensitive]': 'tuiSensitive',\n },\n})\nexport class TuiSensitive {\n protected readonly nothing = tuiWithStyles(TuiSensitiveStyles);\n protected readonly offset = Math.round(Math.random() * 10) * 10;\n\n protected readonly height = toSignal(\n inject(WaResizeObserverService, {self: true}).pipe(\n map((entry): [number, number] => {\n const height = entry[0]?.contentRect.height ?? 0;\n\n return [Math.max(2, Math.floor(height / 16) + 1), height];\n }),\n map(([rows, height]) => height * (rowsInSvg / rows)),\n tuiZonefull(),\n tuiWatch(),\n ),\n );\n\n @Input()\n public tuiSensitive: boolean | null = false;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.64.0",
3
+ "version": "4.66.0",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -669,13 +669,13 @@
669
669
  "@maskito/core": "^3.11.1",
670
670
  "@maskito/kit": "^3.11.1",
671
671
  "@maskito/phone": "^3.11.1",
672
- "@ng-web-apis/common": "^4.12.0",
673
- "@ng-web-apis/intersection-observer": "^4.12.0",
674
- "@ng-web-apis/mutation-observer": "^4.12.0",
675
- "@ng-web-apis/resize-observer": "^4.12.0",
676
- "@taiga-ui/cdk": "^4.64.0",
677
- "@taiga-ui/core": "^4.64.0",
678
- "@taiga-ui/i18n": "^4.64.0",
672
+ "@ng-web-apis/common": "^4.14.0",
673
+ "@ng-web-apis/intersection-observer": "^4.14.0",
674
+ "@ng-web-apis/mutation-observer": "^4.14.0",
675
+ "@ng-web-apis/resize-observer": "^4.14.0",
676
+ "@taiga-ui/cdk": "^4.66.0",
677
+ "@taiga-ui/core": "^4.66.0",
678
+ "@taiga-ui/i18n": "^4.66.0",
679
679
  "@taiga-ui/polymorpheus": "^4.9.0",
680
680
  "rxjs": ">=7.0.0"
681
681
  },