@eui/components 19.2.3-snapshot-1747400598528 → 19.2.3-snapshot-1747665757218
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 +32 -26
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiCoerceBooleanPipeModule.html +16 -1
- package/docs/modules/EuiTableModule.html +6 -0
- package/docs/modules/EuiTableV2Module.html +6 -0
- package/docs/modules/EuiTruncatePipeModule.html +16 -1
- package/eui-breadcrumb/item/breadcrumb-item.component.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-date-range-selector/eui-time-range-picker/eui-time-range-picker.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-table/eui-table.module.d.ts +2 -1
- package/eui-table/eui-table.module.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.module.d.ts +2 -1
- package/eui-table-v2/eui-table-v2.module.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-breadcrumb.mjs +2 -2
- package/fesm2022/eui-components-eui-breadcrumb.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +3 -3
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +3 -3
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +6 -2
- package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +6 -2
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +12 -0
- package/fesm2022/eui-components-pipes.mjs.map +1 -1
- package/package.json +3 -3
- package/pipes/eui-is-empty.pipe.d.ts +6 -0
- package/pipes/eui-is-empty.pipe.d.ts.map +1 -1
- package/pipes/eui-truncate.pipe.d.ts +6 -0
- package/pipes/eui-truncate.pipe.d.ts.map +1 -1
|
@@ -24,6 +24,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
|
|
|
24
24
|
name: 'euiTruncate',
|
|
25
25
|
}]
|
|
26
26
|
}] });
|
|
27
|
+
/**
|
|
28
|
+
* @description
|
|
29
|
+
* Module that provides the EuiTruncatePipe pipe.
|
|
30
|
+
*
|
|
31
|
+
* @deprecated Use {@link EuiTruncatePipe} instead.
|
|
32
|
+
*/
|
|
27
33
|
class EuiTruncatePipeModule {
|
|
28
34
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: EuiTruncatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
29
35
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.9", ngImport: i0, type: EuiTruncatePipeModule, imports: [EuiTruncatePipe], exports: [EuiTruncatePipe] }); }
|
|
@@ -51,6 +57,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
|
|
|
51
57
|
pure: true,
|
|
52
58
|
}]
|
|
53
59
|
}] });
|
|
60
|
+
/**
|
|
61
|
+
* @description
|
|
62
|
+
* Module that provides the EuiCoerceBooleanPipe pipe.
|
|
63
|
+
*
|
|
64
|
+
* @deprecated Use {@link EuiCoerceBooleanPipe} instead.
|
|
65
|
+
*/
|
|
54
66
|
class EuiCoerceBooleanPipeModule {
|
|
55
67
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: EuiCoerceBooleanPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
56
68
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.9", ngImport: i0, type: EuiCoerceBooleanPipeModule, imports: [EuiCoerceBooleanPipe], exports: [EuiCoerceBooleanPipe] }); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-components-pipes.mjs","sources":["../../pipes/eui-truncate.pipe.ts","../../pipes/eui-is-empty.pipe.ts","../../pipes/eui-components-pipes.ts"],"sourcesContent":["import { Pipe, PipeTransform, NgModule } from '@angular/core';\n\n@Pipe({\n name: 'euiTruncate',\n})\nexport class EuiTruncatePipe implements PipeTransform {\n transform(value: string, limit = 40, trail = '\\u2026'): string {\n if (value) {\n if (limit < 0) {\n limit *= -1;\n return value.length > limit ? trail + value.substring(value.length - limit, value.length) : value;\n } else {\n return value.length > limit ? value.substring(0, limit) + trail : value;\n }\n }\n return;\n }\n}\n\n@NgModule({\n imports: [EuiTruncatePipe],\n exports: [EuiTruncatePipe],\n})\nexport class EuiTruncatePipeModule {}\n","import { NgModule, Pipe, PipeTransform } from '@angular/core';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\n\n@Pipe({\n name: 'coerceBool',\n pure: true,\n})\nexport class EuiCoerceBooleanPipe implements PipeTransform {\n transform(value: BooleanInput): boolean {\n return coerceBooleanProperty(value);\n }\n}\n\n@NgModule({\n imports: [EuiCoerceBooleanPipe],\n exports: [EuiCoerceBooleanPipe],\n})\nexport class EuiCoerceBooleanPipeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAKa,eAAe,CAAA;IACxB,SAAS,CAAC,KAAa,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,QAAQ,EAAA;QACjD,IAAI,KAAK,EAAE;AACP,YAAA,IAAI,KAAK,GAAG,CAAC,EAAE;gBACX,KAAK,IAAI,CAAC,CAAC;AACX,gBAAA,OAAO,KAAK,CAAC,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,GAAG,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK;;iBAC9F;gBACH,OAAO,KAAK,CAAC,MAAM,GAAG,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,KAAK,GAAG,KAAK;;;QAG/E;;8GAVK,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4GAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAH3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACF,oBAAA,IAAI,EAAE,aAAa;AACtB,iBAAA;;
|
|
1
|
+
{"version":3,"file":"eui-components-pipes.mjs","sources":["../../pipes/eui-truncate.pipe.ts","../../pipes/eui-is-empty.pipe.ts","../../pipes/eui-components-pipes.ts"],"sourcesContent":["import { Pipe, PipeTransform, NgModule } from '@angular/core';\n\n@Pipe({\n name: 'euiTruncate',\n})\nexport class EuiTruncatePipe implements PipeTransform {\n transform(value: string, limit = 40, trail = '\\u2026'): string {\n if (value) {\n if (limit < 0) {\n limit *= -1;\n return value.length > limit ? trail + value.substring(value.length - limit, value.length) : value;\n } else {\n return value.length > limit ? value.substring(0, limit) + trail : value;\n }\n }\n return;\n }\n}\n\n/**\n * @description\n * Module that provides the EuiTruncatePipe pipe.\n *\n * @deprecated Use {@link EuiTruncatePipe} instead.\n */\n@NgModule({\n imports: [EuiTruncatePipe],\n exports: [EuiTruncatePipe],\n})\nexport class EuiTruncatePipeModule {}\n","import { NgModule, Pipe, PipeTransform } from '@angular/core';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\n\n@Pipe({\n name: 'coerceBool',\n pure: true,\n})\nexport class EuiCoerceBooleanPipe implements PipeTransform {\n transform(value: BooleanInput): boolean {\n return coerceBooleanProperty(value);\n }\n}\n\n/**\n * @description\n * Module that provides the EuiCoerceBooleanPipe pipe.\n *\n * @deprecated Use {@link EuiCoerceBooleanPipe} instead.\n */\n@NgModule({\n imports: [EuiCoerceBooleanPipe],\n exports: [EuiCoerceBooleanPipe],\n})\nexport class EuiCoerceBooleanPipeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAKa,eAAe,CAAA;IACxB,SAAS,CAAC,KAAa,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,QAAQ,EAAA;QACjD,IAAI,KAAK,EAAE;AACP,YAAA,IAAI,KAAK,GAAG,CAAC,EAAE;gBACX,KAAK,IAAI,CAAC,CAAC;AACX,gBAAA,OAAO,KAAK,CAAC,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,GAAG,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK;;iBAC9F;gBACH,OAAO,KAAK,CAAC,MAAM,GAAG,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,KAAK,GAAG,KAAK;;;QAG/E;;8GAVK,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4GAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAH3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACF,oBAAA,IAAI,EAAE,aAAa;AACtB,iBAAA;;AAeD;;;;;AAKG;MAKU,qBAAqB,CAAA;8GAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;+GAArB,qBAAqB,EAAA,OAAA,EAAA,CAxBrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAAf,eAAe,CAAA,EAAA,CAAA,CAAA;+GAwBf,qBAAqB,EAAA,CAAA,CAAA;;2FAArB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAJjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,eAAe,CAAC;oBAC1B,OAAO,EAAE,CAAC,eAAe,CAAC;AAC7B,iBAAA;;;MCrBY,oBAAoB,CAAA;AAC7B,IAAA,SAAS,CAAC,KAAmB,EAAA;AACzB,QAAA,OAAO,qBAAqB,CAAC,KAAK,CAAC;;8GAF9B,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4GAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,CAAA;;2FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAJhC,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACF,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,IAAI,EAAE,IAAI;AACb,iBAAA;;AAOD;;;;;AAKG;MAKU,0BAA0B,CAAA;8GAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;+GAA1B,0BAA0B,EAAA,OAAA,EAAA,CAhB1B,oBAAoB,CAAA,EAAA,OAAA,EAAA,CAApB,oBAAoB,CAAA,EAAA,CAAA,CAAA;+GAgBpB,0BAA0B,EAAA,CAAA,CAAA;;2FAA1B,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAJtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAClC,iBAAA;;;ACtBD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/components",
|
|
3
|
-
"version": "19.2.3-snapshot-
|
|
3
|
+
"version": "19.2.3-snapshot-1747665757218",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -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.3-snapshot-
|
|
14
|
-
"@eui/base": "19.2.3-snapshot-
|
|
13
|
+
"@eui/core": "19.2.3-snapshot-1747665757218",
|
|
14
|
+
"@eui/base": "19.2.3-snapshot-1747665757218",
|
|
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",
|
|
@@ -6,6 +6,12 @@ export declare class EuiCoerceBooleanPipe implements PipeTransform {
|
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiCoerceBooleanPipe, never>;
|
|
7
7
|
static ɵpipe: i0.ɵɵPipeDeclaration<EuiCoerceBooleanPipe, "coerceBool", true>;
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @description
|
|
11
|
+
* Module that provides the EuiCoerceBooleanPipe pipe.
|
|
12
|
+
*
|
|
13
|
+
* @deprecated Use {@link EuiCoerceBooleanPipe} instead.
|
|
14
|
+
*/
|
|
9
15
|
export declare class EuiCoerceBooleanPipeModule {
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiCoerceBooleanPipeModule, never>;
|
|
11
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiCoerceBooleanPipeModule, never, [typeof EuiCoerceBooleanPipe], [typeof EuiCoerceBooleanPipe]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-is-empty.pipe.d.ts","sourceRoot":"","sources":["../../pipes/eui-is-empty.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;AAE5E,qBAIa,oBAAqB,YAAW,aAAa;IACtD,SAAS,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO;yCAD9B,oBAAoB;uCAApB,oBAAoB;CAIhC;AAED,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B,
|
|
1
|
+
{"version":3,"file":"eui-is-empty.pipe.d.ts","sourceRoot":"","sources":["../../pipes/eui-is-empty.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;AAE5E,qBAIa,oBAAqB,YAAW,aAAa;IACtD,SAAS,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO;yCAD9B,oBAAoB;uCAApB,oBAAoB;CAIhC;AAED;;;;;GAKG;AACH,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B,iBAhB1B,oBAAoB,WAApB,oBAAoB;0CAgBpB,0BAA0B;CAAG"}
|
|
@@ -5,6 +5,12 @@ export declare class EuiTruncatePipe implements PipeTransform {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTruncatePipe, never>;
|
|
6
6
|
static ɵpipe: i0.ɵɵPipeDeclaration<EuiTruncatePipe, "euiTruncate", true>;
|
|
7
7
|
}
|
|
8
|
+
/**
|
|
9
|
+
* @description
|
|
10
|
+
* Module that provides the EuiTruncatePipe pipe.
|
|
11
|
+
*
|
|
12
|
+
* @deprecated Use {@link EuiTruncatePipe} instead.
|
|
13
|
+
*/
|
|
8
14
|
export declare class EuiTruncatePipeModule {
|
|
9
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiTruncatePipeModule, never>;
|
|
10
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiTruncatePipeModule, never, [typeof EuiTruncatePipe], [typeof EuiTruncatePipe]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-truncate.pipe.d.ts","sourceRoot":"","sources":["../../pipes/eui-truncate.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAY,MAAM,eAAe,CAAC;;AAE9D,qBAGa,eAAgB,YAAW,aAAa;IACjD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,SAAK,EAAE,KAAK,SAAW,GAAG,MAAM;yCADrD,eAAe;uCAAf,eAAe;CAY3B;AAED,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"eui-truncate.pipe.d.ts","sourceRoot":"","sources":["../../pipes/eui-truncate.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAY,MAAM,eAAe,CAAC;;AAE9D,qBAGa,eAAgB,YAAW,aAAa;IACjD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,SAAK,EAAE,KAAK,SAAW,GAAG,MAAM;yCADrD,eAAe;uCAAf,eAAe;CAY3B;AAED;;;;;GAKG;AACH,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB,iBAxBrB,eAAe,WAAf,eAAe;0CAwBf,qBAAqB;CAAG"}
|