@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.
Files changed (46) hide show
  1. package/components/app-bar/app-bar-back.component.d.ts +1 -1
  2. package/components/app-bar/app-bar-size.directive.d.ts +1 -0
  3. package/components/app-bar/app-bar.directive.d.ts +1 -2
  4. package/components/block-status/block-status.directive.d.ts +1 -2
  5. package/components/elastic-container/elastic-container.component.d.ts +8 -0
  6. package/components/elastic-container/elastic-container.directive.d.ts +7 -0
  7. package/components/elastic-container/index.d.ts +2 -0
  8. package/components/floating-container/floating-container.directive.d.ts +8 -0
  9. package/components/floating-container/index.d.ts +1 -0
  10. package/components/header/header.directive.d.ts +5 -5
  11. package/components/index.d.ts +3 -0
  12. package/components/input-search/input-search.component.d.ts +2 -2
  13. package/components/search/search-filters.component.d.ts +2 -2
  14. package/components/slides/index.d.ts +1 -0
  15. package/components/slides/slides.directive.d.ts +11 -0
  16. package/fesm2022/taiga-ui-layout-components-app-bar.mjs +18 -19
  17. package/fesm2022/taiga-ui-layout-components-app-bar.mjs.map +1 -1
  18. package/fesm2022/taiga-ui-layout-components-block-details.mjs +7 -7
  19. package/fesm2022/taiga-ui-layout-components-block-details.mjs.map +1 -1
  20. package/fesm2022/taiga-ui-layout-components-block-status.mjs +7 -7
  21. package/fesm2022/taiga-ui-layout-components-block-status.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-layout-components-card.mjs +26 -26
  23. package/fesm2022/taiga-ui-layout-components-card.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-layout-components-dynamic-header.mjs +9 -9
  25. package/fesm2022/taiga-ui-layout-components-elastic-container.mjs +62 -0
  26. package/fesm2022/taiga-ui-layout-components-elastic-container.mjs.map +1 -0
  27. package/fesm2022/taiga-ui-layout-components-floating-container.mjs +40 -0
  28. package/fesm2022/taiga-ui-layout-components-floating-container.mjs.map +1 -0
  29. package/fesm2022/taiga-ui-layout-components-form.mjs +7 -7
  30. package/fesm2022/taiga-ui-layout-components-header.mjs +7 -7
  31. package/fesm2022/taiga-ui-layout-components-header.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-layout-components-input-search.mjs +14 -18
  33. package/fesm2022/taiga-ui-layout-components-input-search.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-layout-components-item-group.mjs +6 -6
  35. package/fesm2022/taiga-ui-layout-components-navigation.mjs +48 -48
  36. package/fesm2022/taiga-ui-layout-components-navigation.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs +5 -7
  38. package/fesm2022/taiga-ui-layout-components-pdf-viewer.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-layout-components-search.mjs +14 -16
  40. package/fesm2022/taiga-ui-layout-components-search.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-layout-components-slides.mjs +49 -0
  42. package/fesm2022/taiga-ui-layout-components-slides.mjs.map +1 -0
  43. package/fesm2022/taiga-ui-layout-components-surface.mjs +6 -6
  44. package/fesm2022/taiga-ui-layout-components.mjs +3 -0
  45. package/fesm2022/taiga-ui-layout-components.mjs.map +1 -1
  46. 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":";;;;;;;;;;;;;;AAAA;;AAEG"}
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.abf3e8c",
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"