@taiga-ui/kit 4.39.1 → 4.39.2
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.39.
|
|
3
|
+
"version": "4.39.2",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -539,18 +539,18 @@
|
|
|
539
539
|
"esm": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
540
540
|
"default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
|
|
541
541
|
},
|
|
542
|
-
"./pipes/filter-by-input": {
|
|
543
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
544
|
-
"esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
545
|
-
"esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
546
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
547
|
-
},
|
|
548
542
|
"./pipes/sort-countries": {
|
|
549
543
|
"types": "./pipes/sort-countries/index.d.ts",
|
|
550
544
|
"esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
551
545
|
"esm": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
552
546
|
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
553
547
|
},
|
|
548
|
+
"./pipes/filter-by-input": {
|
|
549
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
550
|
+
"esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
551
|
+
"esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
552
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
553
|
+
},
|
|
554
554
|
"./pipes/stringify": {
|
|
555
555
|
"types": "./pipes/stringify/index.d.ts",
|
|
556
556
|
"esm2022": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
@@ -589,9 +589,9 @@
|
|
|
589
589
|
"@ng-web-apis/intersection-observer": "^4.12.0",
|
|
590
590
|
"@ng-web-apis/mutation-observer": "^4.12.0",
|
|
591
591
|
"@ng-web-apis/resize-observer": "^4.12.0",
|
|
592
|
-
"@taiga-ui/cdk": "^4.39.
|
|
593
|
-
"@taiga-ui/core": "^4.39.
|
|
594
|
-
"@taiga-ui/i18n": "^4.39.
|
|
592
|
+
"@taiga-ui/cdk": "^4.39.2",
|
|
593
|
+
"@taiga-ui/core": "^4.39.2",
|
|
594
|
+
"@taiga-ui/i18n": "^4.39.2",
|
|
595
595
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
596
596
|
"rxjs": ">=7.0.0"
|
|
597
597
|
},
|