@eui/components 19.2.3-snapshot-1747127910630 → 19.2.3-snapshot-1747235808987
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/components/EuiAutocompleteComponent.html +4 -4
- package/docs/components/EuiButtonComponent.html +5 -5
- package/docs/components/EuiCardComponent-1.html +1 -1
- package/docs/components/EuiCardHeaderRightContentComponent.html +10 -4
- package/docs/components/EuiDateRangeSelectorComponent.html +4 -4
- package/docs/components/EuiDatepickerComponent.html +4 -4
- package/docs/components/EuiDialogComponent.html +4 -4
- package/docs/components/EuiDialogContainerComponent.html +0 -4
- package/docs/components/EuiDropdownComponent.html +4 -4
- package/docs/components/EuiDropdownItemComponent.html +0 -4
- package/docs/components/EuiGrowlComponent.html +4 -4
- package/docs/components/EuiLanguageSelectorComponent.html +4 -4
- package/docs/components/EuiNotificationsComponent.html +1 -82
- package/docs/components/EuiNotificationsV2Component.html +1 -1
- package/docs/components/EuiTimeRangepickerComponent.html +4 -4
- package/docs/components/EuiTreeListComponent.html +4 -4
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -0
- package/eui-button/eui-button.component.d.ts +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-card-v2/eui-card-header/eui-card-header-right-content.d.ts +3 -0
- package/eui-card-v2/eui-card-header/eui-card-header-right-content.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dialog/container/eui-dialog-container.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-growl/eui-growl.component.d.ts.map +1 -1
- package/eui-table/index.d.ts +2 -1
- package/eui-table/index.d.ts.map +1 -1
- package/eui-table-v2/index.d.ts +2 -1
- package/eui-table-v2/index.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +3 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card-v2.mjs +103 -93
- package/fesm2022/eui-components-eui-card-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +4 -4
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +4 -4
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +1 -0
- package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -0
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +26 -10
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +2 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +2 -0
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -39,7 +39,6 @@ export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
|
39
39
|
isShowMarkAllAsReadButton: boolean;
|
40
40
|
isShowSettingsButton: boolean;
|
41
41
|
isShowRefreshButton: boolean;
|
42
|
-
onHide(): void;
|
43
42
|
onClicked(event: MouseEvent | Event): void;
|
44
43
|
ngOnChanges(changes: SimpleChanges): void;
|
45
44
|
ngOnInit(): void;
|
@@ -51,6 +50,8 @@ export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
|
51
50
|
onMarkAllAsRead(e: MouseEvent): void;
|
52
51
|
onSettings(e: MouseEvent): void;
|
53
52
|
protected trackByFn(index: number, item: UxLinkLegacy<NotificationMetadata>): string;
|
53
|
+
protected updateActiveState(isActive: boolean): void;
|
54
|
+
protected getAriaLabel(): string;
|
54
55
|
private _getUnreadCount;
|
55
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsComponent, never>;
|
56
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsComponent, "eui-notifications", never, { "count": { "alias": "count"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "nbUnreadCount": { "alias": "nbUnreadCount"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "customUnreadCount": { "alias": "customUnreadCount"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "settingsClick": "settingsClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, true, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,
|
1
|
+
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEhB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAgC,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;;AAQvG,qBAgBa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IACrD,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,kBAAkB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAClE,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,aAAa,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IACzE,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAC9E,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACxE,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IACrH,mBAAmB,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IAEzI,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAAuB;IAE1C,KAAK,EAAE,MAAM,CAAQ;IACrB,KAAK,QAAM;IACX,WAAW,EAAE,MAAM,CAAQ;IAC3B,UAAU,EAAE,MAAM,CAAQ;IAC1B,eAAe,EAAE,MAAM,CAAQ;IAC/B,iBAAiB,EAAE,MAAM,CAAQ;IACjC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,gBAAgB,EAAE,MAAM,CAAQ;IAChC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,aAAa,EAAE,MAAM,CAAQ;IAC7B,UAAU,SAAgB;IACK,uBAAuB,UAAS;IAChC,gBAAgB,UAAQ;IACxB,mBAAmB,UAAQ;IAC5B,0BAA0B,UAAQ;IACjC,iBAAiB,UAAS;IAC1B,yBAAyB,UAAQ;IACjC,oBAAoB,UAAQ;IAC5B,mBAAmB,UAAQ;IAEnE,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,GAAG,IAAI;IAM1C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,QAAQ,IAAI,IAAI;IAMhB,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAK3D,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAIhE,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAKpC,UAAU,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAK/B,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,MAAM;IAIpF,SAAS,CAAC,iBAAiB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAIpD,SAAS,CAAC,YAAY,IAAI,MAAM;IAShC,OAAO,CAAC,eAAe;yCAlHd,yBAAyB;2CAAzB,yBAAyB;sDA4Hq+0c,OAAQ;+CAAR,OAAQ;kDAAR,OAAQ;yDAAR,OAAQ;gDAAR,OAAQ;wDAAR,OAAQ;mDAAR,OAAQ;kDAAR,OAAQ;CADlh1c"}
|
@@ -50,6 +50,8 @@ export declare class EuiNotificationsV2Component {
|
|
50
50
|
onItemMarkAsRead(link: UxLinkLegacy): void;
|
51
51
|
onMarkAllAsRead(e: MouseEvent): void;
|
52
52
|
trackByFn(index: number, item: any): void;
|
53
|
+
protected updateActiveState(isActive: boolean): void;
|
54
|
+
protected getAriaLabel(): string;
|
53
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Component, never>;
|
54
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsV2Component, "eui-notifications-v2", never, { "count": { "alias": "count"; "required": false; }; "unreadCount": { "alias": "unreadCount"; "required": false; }; "unreadSinceLastCheckCount": { "alias": "unreadSinceLastCheckCount"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "headerHideLabel": { "alias": "headerHideLabel"; "required": false; }; "headerUnreadSinceLastCheckCountLabel": { "alias": "headerUnreadSinceLastCheckCountLabel"; "required": false; }; "headerUnreadCountLabel": { "alias": "headerUnreadCountLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, true, never>;
|
55
57
|
static ngAcceptInputType_noNotificationFoundLink: unknown;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAKf,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAgB,YAAY,EAAE,MAAM,WAAW,CAAC;;AAKvD,qBAgBa,2BAA2B;IAC1B,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAC9D,kBAAkB,EAAE,YAAY,CAAC,aAAa,GAAG,UAAU,CAAC,CAAkD;IAC9G,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAE9D,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAC9E,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACxE,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IACzE,mBAAmB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAE7F,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAA0B;IAE7C,KAAK,EAAE,MAAM,CAAQ;IACrB,WAAW,EAAE,MAAM,CAAQ;IAC3B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,KAAK,QAAM;IACX,WAAW,EAAE,MAAM,CAAQ;IAC3B,UAAU,EAAE,MAAM,CAAQ;IAC1B,eAAe,EAAE,MAAM,CAAQ;IAC/B,iBAAiB,EAAE,MAAM,CAAQ;IACjC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,gBAAgB,EAAE,MAAM,CAAQ;IAChC,eAAe,EAAE,MAAM,CAAQ;IAC/B,oCAAoC,EAAE,MAAM,CAAQ;IACpD,sBAAsB,EAAE,MAAM,CAAQ;IACtC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,UAAU,SAAgB;IACK,uBAAuB,UAAS;IAChC,gBAAgB,UAAQ;IACxB,mBAAmB,UAAQ;IAC3B,0BAA0B,UAAQ;IAClC,yBAAyB,UAAQ;IACjC,oBAAoB,UAAQ;IAC5B,mBAAmB,UAAQ;IAEnE,IAAI,+BAA+B,IAAI,OAAO,CAE7C;IAED,MAAM,IAAI,IAAI;IAId,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM7B,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAKrC,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAI1C,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAOpC,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;
|
1
|
+
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAKf,MAAM,eAAe,CAAC;AAKvB,OAAO,EAAgB,YAAY,EAAE,MAAM,WAAW,CAAC;;AAKvD,qBAgBa,2BAA2B;IAC1B,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAC9D,kBAAkB,EAAE,YAAY,CAAC,aAAa,GAAG,UAAU,CAAC,CAAkD;IAC9G,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAE9D,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAC9E,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACxE,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IACzE,mBAAmB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAE7F,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAA0B;IAE7C,KAAK,EAAE,MAAM,CAAQ;IACrB,WAAW,EAAE,MAAM,CAAQ;IAC3B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,KAAK,QAAM;IACX,WAAW,EAAE,MAAM,CAAQ;IAC3B,UAAU,EAAE,MAAM,CAAQ;IAC1B,eAAe,EAAE,MAAM,CAAQ;IAC/B,iBAAiB,EAAE,MAAM,CAAQ;IACjC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,gBAAgB,EAAE,MAAM,CAAQ;IAChC,eAAe,EAAE,MAAM,CAAQ;IAC/B,oCAAoC,EAAE,MAAM,CAAQ;IACpD,sBAAsB,EAAE,MAAM,CAAQ;IACtC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,UAAU,SAAgB;IACK,uBAAuB,UAAS;IAChC,gBAAgB,UAAQ;IACxB,mBAAmB,UAAQ;IAC3B,0BAA0B,UAAQ;IAClC,yBAAyB,UAAQ;IACjC,oBAAoB,UAAQ;IAC5B,mBAAmB,UAAQ;IAEnE,IAAI,+BAA+B,IAAI,OAAO,CAE7C;IAED,MAAM,IAAI,IAAI;IAId,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM7B,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAKrC,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAI1C,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAOpC,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAIzC,SAAS,CAAC,iBAAiB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAIpD,SAAS,CAAC,YAAY,IAAI,MAAM;yCAlGvB,2BAA2B;2CAA3B,2BAA2B;sDA2G4g2c,OAAQ;+CAAR,OAAQ;kDAAR,OAAQ;yDAAR,OAAQ;wDAAR,OAAQ;mDAAR,OAAQ;kDAAR,OAAQ;CAD3j2c"}
|
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-1747235808987",
|
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-1747235808987",
|
14
|
+
"@eui/base": "19.2.3-snapshot-1747235808987",
|
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",
|
@@ -46,10 +46,6 @@
|
|
46
46
|
"types": "./eui-accordion/index.d.ts",
|
47
47
|
"default": "./fesm2022/eui-components-eui-accordion.mjs"
|
48
48
|
},
|
49
|
-
"./eui-autocomplete": {
|
50
|
-
"types": "./eui-autocomplete/index.d.ts",
|
51
|
-
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
52
|
-
},
|
53
49
|
"./eui-alert": {
|
54
50
|
"types": "./eui-alert/index.d.ts",
|
55
51
|
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
@@ -58,6 +54,10 @@
|
|
58
54
|
"types": "./eui-avatar/index.d.ts",
|
59
55
|
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
60
56
|
},
|
57
|
+
"./eui-autocomplete": {
|
58
|
+
"types": "./eui-autocomplete/index.d.ts",
|
59
|
+
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
60
|
+
},
|
61
61
|
"./eui-badge": {
|
62
62
|
"types": "./eui-badge/index.d.ts",
|
63
63
|
"default": "./fesm2022/eui-components-eui-badge.mjs"
|