@taiga-ui/kit 4.10.0 → 4.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -455,18 +455,18 @@
455
455
  "esm": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
456
456
  "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
457
457
  },
458
- "./pipes/filter-by-input": {
459
- "types": "./pipes/filter-by-input/index.d.ts",
460
- "esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
461
- "esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
462
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
463
- },
464
458
  "./pipes/field-error": {
465
459
  "types": "./pipes/field-error/index.d.ts",
466
460
  "esm2022": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
467
461
  "esm": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
468
462
  "default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
469
463
  },
464
+ "./pipes/filter-by-input": {
465
+ "types": "./pipes/filter-by-input/index.d.ts",
466
+ "esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
467
+ "esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
468
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
469
+ },
470
470
  "./pipes/sort-countries": {
471
471
  "types": "./pipes/sort-countries/index.d.ts",
472
472
  "esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
@@ -507,13 +507,13 @@
507
507
  "@maskito/core": "^3.0.3",
508
508
  "@maskito/kit": "^3.0.3",
509
509
  "@maskito/phone": "^3.0.3",
510
- "@ng-web-apis/common": "^4.6.5",
511
- "@ng-web-apis/intersection-observer": "^4.6.5",
512
- "@ng-web-apis/mutation-observer": "^4.6.5",
513
- "@ng-web-apis/resize-observer": "^4.6.5",
514
- "@taiga-ui/cdk": "^4.10.0",
515
- "@taiga-ui/core": "^4.10.0",
516
- "@taiga-ui/i18n": "^4.10.0",
510
+ "@ng-web-apis/common": "^4.8.0",
511
+ "@ng-web-apis/intersection-observer": "^4.8.0",
512
+ "@ng-web-apis/mutation-observer": "^4.8.0",
513
+ "@ng-web-apis/resize-observer": "^4.8.0",
514
+ "@taiga-ui/cdk": "^4.11.0",
515
+ "@taiga-ui/core": "^4.11.0",
516
+ "@taiga-ui/i18n": "^4.11.0",
517
517
  "@taiga-ui/polymorpheus": "^4.7.4",
518
518
  "rxjs": ">=7.0.0"
519
519
  },
@@ -521,6 +521,6 @@
521
521
  "typings": "index.d.ts",
522
522
  "sideEffects": false,
523
523
  "dependencies": {
524
- "tslib": "^2.7.0"
524
+ "tslib": ">=2.7.0"
525
525
  }
526
526
  }