@eui/components 19.2.0-snapshot-1745996221459 → 19.2.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/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +4 -4
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiLayoutModule.html +1 -9
- package/fesm2022/eui-components-layout.mjs +0 -1
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-layout.module.d.ts +0 -1
- package/layout/eui-layout.module.d.ts.map +1 -1
- package/package.json +4 -4
@@ -44,7 +44,6 @@ import * as i41 from "./eui-notifications-v2/eui-notification-item.component";
|
|
44
44
|
* @description
|
45
45
|
* Module providing all the layout related components
|
46
46
|
*
|
47
|
-
* @deprecated Use {@link EUI_LAYOUT} instead.
|
48
47
|
*/
|
49
48
|
export declare class EuiLayoutModule {
|
50
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiLayoutModule, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-layout.module.d.ts","sourceRoot":"","sources":["../../layout/eui-layout.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA
|
1
|
+
{"version":3,"file":"eui-layout.module.d.ts","sourceRoot":"","sources":["../../layout/eui-layout.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA;;;;GAIG;AACH,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "19.2.0
|
4
|
-
"tag": "
|
3
|
+
"version": "19.2.0",
|
4
|
+
"tag": "latest",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
7
7
|
"author": "ec.europa.eui@gmail.com",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui/browse/packages/components"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "19.2.0
|
14
|
-
"@eui/base": "19.2.0
|
13
|
+
"@eui/core": "19.2.0",
|
14
|
+
"@eui/base": "19.2.0",
|
15
15
|
"@angular/common": "^18.0.0 || ^19.0.0",
|
16
16
|
"@angular/core": "^18.0.0 || ^19.0.0",
|
17
17
|
"@angular/forms": "^18.0.0 || ^19.0.0",
|