@taiga-ui/layout 5.12.0 → 5.13.0-canary.e5613dc
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/components/app-bar/app-bar-back.component.d.ts +1 -1
- package/components/input-search/input-search-content.component.d.ts +7 -0
- package/components/input-search/input-search.component.d.ts +5 -6
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +6 -6
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +2 -2
- package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-card.mjs +10 -10
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-form.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-form.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-header.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-input-search.mjs +44 -21
- package/fesm2022/taiga-ui-layout-components-input-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-item-group.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-item-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-list.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +19 -19
- package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-search.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-slides.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-surface.mjs +3 -3
- package/fesm2022/taiga-ui-layout-components-surface.mjs.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/layout",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.0-canary.e5613dc",
|
|
4
4
|
"description": "A package with Taiga UI layout components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@angular/common": ">=19.0.0",
|
|
32
32
|
"@angular/core": ">=19.0.0",
|
|
33
|
-
"@taiga-ui/cdk": "5.
|
|
34
|
-
"@taiga-ui/core": "5.
|
|
35
|
-
"@taiga-ui/kit": "5.
|
|
33
|
+
"@taiga-ui/cdk": "5.13.0",
|
|
34
|
+
"@taiga-ui/core": "5.13.0",
|
|
35
|
+
"@taiga-ui/kit": "5.13.0",
|
|
36
36
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
37
37
|
"rxjs": ">=7.0.0"
|
|
38
38
|
},
|
|
@@ -94,22 +94,22 @@
|
|
|
94
94
|
"types": "./components/input-search/index.d.ts",
|
|
95
95
|
"default": "./fesm2022/taiga-ui-layout-components-input-search.mjs"
|
|
96
96
|
},
|
|
97
|
-
"./components/item-group": {
|
|
98
|
-
"types": "./components/item-group/index.d.ts",
|
|
99
|
-
"default": "./fesm2022/taiga-ui-layout-components-item-group.mjs"
|
|
100
|
-
},
|
|
101
97
|
"./components/list": {
|
|
102
98
|
"types": "./components/list/index.d.ts",
|
|
103
99
|
"default": "./fesm2022/taiga-ui-layout-components-list.mjs"
|
|
104
100
|
},
|
|
105
|
-
"./components/
|
|
106
|
-
"types": "./components/
|
|
107
|
-
"default": "./fesm2022/taiga-ui-layout-components-
|
|
101
|
+
"./components/item-group": {
|
|
102
|
+
"types": "./components/item-group/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/taiga-ui-layout-components-item-group.mjs"
|
|
108
104
|
},
|
|
109
105
|
"./components/navigation": {
|
|
110
106
|
"types": "./components/navigation/index.d.ts",
|
|
111
107
|
"default": "./fesm2022/taiga-ui-layout-components-navigation.mjs"
|
|
112
108
|
},
|
|
109
|
+
"./components/pdf-viewer": {
|
|
110
|
+
"types": "./components/pdf-viewer/index.d.ts",
|
|
111
|
+
"default": "./fesm2022/taiga-ui-layout-components-pdf-viewer.mjs"
|
|
112
|
+
},
|
|
113
113
|
"./components/search": {
|
|
114
114
|
"types": "./components/search/index.d.ts",
|
|
115
115
|
"default": "./fesm2022/taiga-ui-layout-components-search.mjs"
|