@taiga-ui/layout 4.52.0-canary.abf3e8c → 4.52.0-canary.ae38a1e
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/app-bar/app-bar-size.directive.d.ts +1 -0
- package/components/app-bar/app-bar.directive.d.ts +1 -2
- package/components/block-status/block-status.directive.d.ts +1 -2
- package/components/elastic-container/elastic-container.component.d.ts +8 -0
- package/components/elastic-container/elastic-container.directive.d.ts +7 -0
- package/components/elastic-container/index.d.ts +2 -0
- package/components/floating-container/floating-container.directive.d.ts +8 -0
- package/components/floating-container/index.d.ts +1 -0
- package/components/header/header.directive.d.ts +5 -5
- package/components/index.d.ts +3 -0
- package/components/input-search/input-search.component.d.ts +2 -2
- package/components/search/search-filters.component.d.ts +2 -2
- package/components/slides/index.d.ts +1 -0
- package/components/slides/slides.directive.d.ts +11 -0
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs +18 -19
- package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-details.mjs +7 -7
- package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-block-status.mjs +7 -7
- package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-card.mjs +26 -26
- package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +9 -9
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs +62 -0
- package/fesm2022/taiga-ui-layout-components-elastic-container.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs +40 -0
- package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-form.mjs +7 -7
- package/fesm2022/taiga-ui-layout-components-header.mjs +7 -7
- package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-input-search.mjs +14 -18
- package/fesm2022/taiga-ui-layout-components-input-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-item-group.mjs +6 -6
- package/fesm2022/taiga-ui-layout-components-navigation.mjs +48 -48
- package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +5 -7
- package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-search.mjs +14 -16
- package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
- package/fesm2022/taiga-ui-layout-components-slides.mjs +49 -0
- package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -0
- package/fesm2022/taiga-ui-layout-components-surface.mjs +6 -6
- package/fesm2022/taiga-ui-layout-components.mjs +3 -0
- package/fesm2022/taiga-ui-layout-components.mjs.map +1 -1
- package/package.json +17 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-layout-components.mjs","sources":["../../../projects/layout/components/taiga-ui-layout-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"taiga-ui-layout-components.mjs","sources":["../../../projects/layout/components/taiga-ui-layout-components.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;AAEG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/layout",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.ae38a1e",
|
|
4
4
|
"description": "A package with Taiga UI layout components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"types": "./components/index.d.ts",
|
|
37
37
|
"default": "./fesm2022/taiga-ui-layout-components.mjs"
|
|
38
38
|
},
|
|
39
|
-
"./components/app-bar": {
|
|
40
|
-
"types": "./components/app-bar/index.d.ts",
|
|
41
|
-
"default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
|
|
42
|
-
},
|
|
43
39
|
"./tokens": {
|
|
44
40
|
"types": "./tokens/index.d.ts",
|
|
45
41
|
"default": "./fesm2022/taiga-ui-layout-tokens.mjs"
|
|
46
42
|
},
|
|
43
|
+
"./components/app-bar": {
|
|
44
|
+
"types": "./components/app-bar/index.d.ts",
|
|
45
|
+
"default": "./fesm2022/taiga-ui-layout-components-app-bar.mjs"
|
|
46
|
+
},
|
|
47
47
|
"./components/block-details": {
|
|
48
48
|
"types": "./components/block-details/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/taiga-ui-layout-components-block-details.mjs"
|
|
@@ -56,10 +56,18 @@
|
|
|
56
56
|
"types": "./components/card/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/taiga-ui-layout-components-card.mjs"
|
|
58
58
|
},
|
|
59
|
+
"./components/elastic-container": {
|
|
60
|
+
"types": "./components/elastic-container/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/taiga-ui-layout-components-elastic-container.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./components/dynamic-header": {
|
|
60
64
|
"types": "./components/dynamic-header/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/taiga-ui-layout-components-dynamic-header.mjs"
|
|
62
66
|
},
|
|
67
|
+
"./components/floating-container": {
|
|
68
|
+
"types": "./components/floating-container/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/taiga-ui-layout-components-floating-container.mjs"
|
|
70
|
+
},
|
|
63
71
|
"./components/form": {
|
|
64
72
|
"types": "./components/form/index.d.ts",
|
|
65
73
|
"default": "./fesm2022/taiga-ui-layout-components-form.mjs"
|
|
@@ -88,6 +96,10 @@
|
|
|
88
96
|
"types": "./components/search/index.d.ts",
|
|
89
97
|
"default": "./fesm2022/taiga-ui-layout-components-search.mjs"
|
|
90
98
|
},
|
|
99
|
+
"./components/slides": {
|
|
100
|
+
"types": "./components/slides/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/taiga-ui-layout-components-slides.mjs"
|
|
102
|
+
},
|
|
91
103
|
"./components/surface": {
|
|
92
104
|
"types": "./components/surface/index.d.ts",
|
|
93
105
|
"default": "./fesm2022/taiga-ui-layout-components-surface.mjs"
|