@eui/base 17.0.0-next.2 → 17.0.0-next.21
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/classes/ConsoleAppender.html +393 -0
- package/docs/classes/EuiEuLanguages.html +638 -0
- package/docs/classes/EuiLazyService.html +557 -0
- package/docs/classes/EuiMenuItem.html +1065 -0
- package/docs/classes/EuiPagination.html +1092 -0
- package/docs/classes/EuiService.html +673 -0
- package/docs/classes/EuiTimezones.html +246 -0
- package/docs/classes/LogAppender.html +359 -0
- package/docs/classes/Logger.html +1287 -0
- package/docs/classes/LoggerMock.html +808 -0
- package/docs/classes/UrlAppender.html +400 -0
- package/docs/classes/UxBadgeLegacy.html +280 -0
- package/docs/classes/UxClearErrorFeedbackEvent.html +295 -0
- package/docs/classes/UxErrorGroupOnClickEvent.html +293 -0
- package/docs/classes/UxErrorOutput.html +577 -0
- package/docs/classes/UxLinkLegacy.html +1269 -0
- package/docs/classes/UxPublishErrorFeedbackEvent.html +373 -0
- package/docs/classes/UxValidationErrorClass.html +435 -0
- package/docs/dependencies.html +335 -0
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +2090 -0
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +314 -0
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +310 -0
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +323 -0
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +308 -0
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +201 -0
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +201 -0
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +137 -0
- package/docs/interfaces/ApiQueue.html +161 -0
- package/docs/interfaces/ApiQueueItem.html +337 -0
- package/docs/interfaces/AppState.html +458 -0
- package/docs/interfaces/ConnectionStatus.html +247 -0
- package/docs/interfaces/ConsoleAppenderConfig.html +284 -0
- package/docs/interfaces/ConsoleAppenderTypeConfig.html +227 -0
- package/docs/interfaces/CoreState.html +407 -0
- package/docs/interfaces/EnvDynamicConfig.html +373 -0
- package/docs/interfaces/EuiAppHandlersConfig.html +349 -0
- package/docs/interfaces/EuiAppJsonConfig.html +311 -0
- package/docs/interfaces/EuiAuthConfig.html +304 -0
- package/docs/interfaces/EuiConfig.html +247 -0
- package/docs/interfaces/EuiEnvConfig.html +317 -0
- package/docs/interfaces/EuiGlobalConfig.html +259 -0
- package/docs/interfaces/EuiGrowlMessage.html +416 -0
- package/docs/interfaces/EuiLanguage.html +259 -0
- package/docs/interfaces/EuiPaginationConfig.html +349 -0
- package/docs/interfaces/EuiServiceModel.html +579 -0
- package/docs/interfaces/EuiServiceStatus.html +253 -0
- package/docs/interfaces/EuiStoreServiceModel.html +247 -0
- package/docs/interfaces/EuiUserRight.html +253 -0
- package/docs/interfaces/GlobalConfig.html +413 -0
- package/docs/interfaces/HttpErrorHandlerConfig.html +214 -0
- package/docs/interfaces/HttpErrorRouteConfig.html +287 -0
- package/docs/interfaces/I18nConfig.html +247 -0
- package/docs/interfaces/I18nLoaderConfig.html +311 -0
- package/docs/interfaces/I18nResource.html +316 -0
- package/docs/interfaces/I18nServiceConfig.html +271 -0
- package/docs/interfaces/I18nState.html +208 -0
- package/docs/interfaces/LoadedConfigModules.html +253 -0
- package/docs/interfaces/LocaleServiceConfig.html +310 -0
- package/docs/interfaces/LocaleState.html +221 -0
- package/docs/interfaces/LogAppenderConfig.html +220 -0
- package/docs/interfaces/LogAppenderTypeConfig.html +246 -0
- package/docs/interfaces/LogConfig.html +329 -0
- package/docs/interfaces/LogEvent.html +401 -0
- package/docs/interfaces/LogPosition.html +293 -0
- package/docs/interfaces/ModuleConfig.html +168 -0
- package/docs/interfaces/ModulesConfig.html +161 -0
- package/docs/interfaces/NotificationsState.html +227 -0
- package/docs/interfaces/UrlAppenderConfig.html +278 -0
- package/docs/interfaces/UrlAppenderTypeConfig.html +227 -0
- package/docs/interfaces/UrlLogEvent.html +284 -0
- package/docs/interfaces/UserConfig.html +214 -0
- package/docs/interfaces/UserDetails.html +356 -0
- package/docs/interfaces/UserPreferences.html +272 -0
- package/docs/interfaces/UserState.html +452 -0
- package/docs/interfaces/UxErrorFeedback.html +400 -0
- package/docs/interfaces/UxErrorFollowMap.html +161 -0
- package/docs/interfaces/UxErrorInfo.html +304 -0
- package/docs/interfaces/UxErrorMessage.html +253 -0
- package/docs/interfaces/UxFormValidationError.html +208 -0
- package/docs/interfaces/UxHttpErrorInfo.html +214 -0
- package/docs/interfaces/UxHttpErrorResponse.html +214 -0
- package/docs/interfaces/UxModalLegacy.html +292 -0
- package/docs/interfaces/UxValidationErrorAttribute.html +247 -0
- package/docs/interfaces/UxValidationErrorFeedback.html +253 -0
- package/docs/interfaces/UxValidationErrorI18nMessage.html +253 -0
- package/docs/interfaces/VersionsConfig.html +227 -0
- package/docs/interfaces/XHRConfig.html +492 -0
- package/docs/js/compodoc.js +14 -0
- package/docs/js/lazy-load-graphs.js +44 -0
- package/docs/js/libs/EventDispatcher.js +5 -0
- package/docs/js/libs/bootstrap-native.js +1 -0
- package/docs/js/libs/clipboard.min.js +7 -0
- package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
- package/docs/js/libs/custom-elements.min.js +38 -0
- package/docs/js/libs/d3.v3.min.js +2 -0
- package/docs/js/libs/deep-iterator.js +2 -0
- package/docs/js/libs/es6-shim.min.js +11 -0
- package/docs/js/libs/htmlparser.js +23 -0
- package/docs/js/libs/innersvg.js +9 -0
- package/docs/js/libs/lit-html.js +1 -0
- package/docs/js/libs/prism.js +46 -0
- package/docs/js/libs/promise.min.js +6 -0
- package/docs/js/libs/svg-pan-zoom.min.js +3 -0
- package/docs/js/libs/tablesort.min.js +6 -0
- package/docs/js/libs/tablesort.number.min.js +6 -0
- package/docs/js/libs/vis.min.js +47 -0
- package/docs/js/libs/zepto.min.js +2 -0
- package/docs/js/menu-wc.js +329 -0
- package/docs/js/menu-wc_es5.js +42 -0
- package/docs/js/menu.js +325 -0
- package/docs/js/routes.js +301 -0
- package/docs/js/search/lunr.min.js +6 -0
- package/docs/js/search/search-lunr.js +67 -0
- package/docs/js/search/search.js +268 -0
- package/docs/js/search/search_index.js +4 -0
- package/docs/js/sourceCode.js +58 -0
- package/docs/js/svg-pan-zoom.controls.js +53 -0
- package/docs/js/tabs.js +21 -0
- package/docs/js/tree.js +147 -0
- package/docs/license.html +379 -0
- package/docs/miscellaneous/enumerations.html +412 -0
- package/docs/miscellaneous/functions.html +1062 -0
- package/docs/miscellaneous/typealiases.html +390 -0
- package/docs/miscellaneous/variables.html +1906 -0
- package/docs/modules.html +120 -0
- package/docs/properties.html +124 -0
- package/docs/styles/bootstrap-card.css +219 -0
- package/docs/styles/bootstrap.min.css +6 -0
- package/docs/styles/compodoc.css +1121 -0
- package/docs/styles/dark.css +121 -0
- package/docs/styles/ionicons.min.css +11 -0
- package/docs/styles/laravel.css +113 -0
- package/docs/styles/material.css +131 -0
- package/docs/styles/original.css +51 -0
- package/docs/styles/postmark.css +238 -0
- package/docs/styles/prism.css +301 -0
- package/docs/styles/readthedocs.css +117 -0
- package/docs/styles/reset.css +129 -0
- package/docs/styles/stripe.css +106 -0
- package/docs/styles/style.css +7 -0
- package/docs/styles/tablesort.css +33 -0
- package/docs/styles/vagrant.css +130 -0
- package/esm2022/lib/eui-models/eui-config/eui-app-config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/eui-env-config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/i18n.config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-config/log.config.mjs +1 -1
- package/esm2022/lib/eui-models/eui-growl-message.model.mjs +2 -0
- package/esm2022/lib/eui-models/eui-language/eui-eu-languages.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-pagination/eui-pagination.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-service.model.mjs +2 -2
- package/esm2022/lib/eui-models/eui-store/eui-store-service.model.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/models/app.models.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/models/user.models.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/app.selectors.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/core.selectors.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/selectors/notifications.selectors.mjs +3 -1
- package/esm2022/lib/eui-models/eui-store/selectors/user.selectors.mjs +5 -1
- package/esm2022/lib/eui-models/eui-store/state/app.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/core.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/locale.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/notifications.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-store/state/user.state.mjs +1 -1
- package/esm2022/lib/eui-models/eui-timezones.model.mjs +1 -1
- package/esm2022/lib/eui-models/index.mjs +2 -1
- package/esm2022/lib/eui-models/log/log.logger.mjs +1 -1
- package/esm2022/lib/eui-models/log/log.logger.mock.mjs +22 -8
- package/esm2022/lib/eui-models/log/log.model.mjs +1 -1
- package/esm2022/lib/eui-models/log/url.appender.mjs +4 -2
- package/esm2022/lib/util/coerce-decorator/coerce.mjs +1 -1
- package/esm2022/lib/util/merge.mjs +3 -1
- package/esm2022/lib/util/xhr.mjs +2 -2
- package/esm2022/lib/ux-models/index.mjs +2 -12
- package/esm2022/lib/ux-models/ux-error-feedback.model.mjs +3 -1
- package/esm2022/lib/ux-models/ux-link-legacy.model.mjs +3 -1
- package/esm2022/lib/ux-models/ux-modal-legacy.model.mjs +2 -0
- package/fesm2022/eui-base.mjs +38 -13
- package/fesm2022/eui-base.mjs.map +1 -1
- package/lib/eui-models/eui-config/eui-app-config.d.ts +11 -10
- package/lib/eui-models/eui-config/eui-app-config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/eui-env-config.d.ts +2 -2
- package/lib/eui-models/eui-config/eui-env-config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/i18n.config.d.ts +1 -1
- package/lib/eui-models/eui-config/i18n.config.d.ts.map +1 -1
- package/lib/eui-models/eui-config/log.config.d.ts.map +1 -1
- package/lib/eui-models/eui-growl-message.model.d.ts +14 -0
- package/lib/eui-models/eui-growl-message.model.d.ts.map +1 -0
- package/lib/eui-models/eui-pagination/eui-pagination.model.d.ts.map +1 -1
- package/lib/eui-models/eui-service.model.d.ts +7 -7
- package/lib/eui-models/eui-service.model.d.ts.map +1 -1
- package/lib/eui-models/eui-store/eui-store-service.model.d.ts +1 -1
- package/lib/eui-models/eui-store/eui-store-service.model.d.ts.map +1 -1
- package/lib/eui-models/eui-store/models/app.models.d.ts +2 -2
- package/lib/eui-models/eui-store/models/app.models.d.ts.map +1 -1
- package/lib/eui-models/eui-store/models/user.models.d.ts +5 -5
- package/lib/eui-models/eui-store/models/user.models.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/app.selectors.d.ts +1 -1
- package/lib/eui-models/eui-store/selectors/app.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/core.selectors.d.ts +6 -6
- package/lib/eui-models/eui-store/selectors/core.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/notifications.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/selectors/user.selectors.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/app.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/app.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/core.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/core.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/locale.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/locale.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/notifications.state.d.ts +3 -3
- package/lib/eui-models/eui-store/state/notifications.state.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/user.state.d.ts +2 -2
- package/lib/eui-models/eui-store/state/user.state.d.ts.map +1 -1
- package/lib/eui-models/eui-timezones.model.d.ts +1 -5
- package/lib/eui-models/eui-timezones.model.d.ts.map +1 -1
- package/lib/eui-models/index.d.ts +1 -0
- package/lib/eui-models/index.d.ts.map +1 -1
- package/lib/eui-models/log/log.logger.d.ts +6 -6
- package/lib/eui-models/log/log.logger.d.ts.map +1 -1
- package/lib/eui-models/log/log.logger.mock.d.ts +1 -1
- package/lib/eui-models/log/log.logger.mock.d.ts.map +1 -1
- package/lib/eui-models/log/log.model.d.ts +2 -2
- package/lib/eui-models/log/log.model.d.ts.map +1 -1
- package/lib/eui-models/log/url.appender.d.ts.map +1 -1
- package/lib/util/coerce-decorator/coerce.d.ts.map +1 -1
- package/lib/util/merge.d.ts +3 -3
- package/lib/util/merge.d.ts.map +1 -1
- package/lib/ux-models/index.d.ts +1 -0
- package/lib/ux-models/index.d.ts.map +1 -1
- package/lib/ux-models/ux-error-feedback.model.d.ts +7 -7
- package/lib/ux-models/ux-error-feedback.model.d.ts.map +1 -1
- package/lib/ux-models/ux-link-legacy.model.d.ts +3 -50
- package/lib/ux-models/ux-link-legacy.model.d.ts.map +1 -1
- package/lib/ux-models/ux-modal-legacy.model.d.ts +6 -0
- package/lib/ux-models/ux-modal-legacy.model.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
label: string;
|
|
3
|
-
typeClass: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class UxBadgeLegacy implements UxBadgeLegacy {
|
|
1
|
+
export declare class UxBadgeLegacy {
|
|
6
2
|
label: string;
|
|
7
3
|
typeClass: string;
|
|
8
4
|
constructor(values?: object);
|
|
9
5
|
}
|
|
10
|
-
export
|
|
6
|
+
export declare class UxLinkLegacy<METADATA = any> {
|
|
11
7
|
id: string;
|
|
12
8
|
label: string;
|
|
13
9
|
ariaIconLabel: string;
|
|
@@ -24,7 +20,7 @@ export interface UxLinkLegacy {
|
|
|
24
20
|
iconTypeClass: string;
|
|
25
21
|
hasIconBg: boolean;
|
|
26
22
|
active: boolean;
|
|
27
|
-
metadata:
|
|
23
|
+
metadata: METADATA;
|
|
28
24
|
visible: boolean;
|
|
29
25
|
expanded: boolean;
|
|
30
26
|
command: () => void;
|
|
@@ -50,49 +46,6 @@ export interface UxLinkLegacy {
|
|
|
50
46
|
indeterminate: boolean;
|
|
51
47
|
e2eAttr: string;
|
|
52
48
|
category: string;
|
|
53
|
-
}
|
|
54
|
-
export declare class UxLinkLegacy implements UxLinkLegacy {
|
|
55
|
-
id: string;
|
|
56
|
-
label: string;
|
|
57
|
-
ariaIconLabel: string;
|
|
58
|
-
subLabel: string;
|
|
59
|
-
typeLabel: string;
|
|
60
|
-
typeLabelClass: string;
|
|
61
|
-
url: string;
|
|
62
|
-
urlExternal: string;
|
|
63
|
-
urlExternalTarget: string;
|
|
64
|
-
disabled: boolean;
|
|
65
|
-
children: UxLinkLegacy[];
|
|
66
|
-
parent: UxLinkLegacy;
|
|
67
|
-
iconClass: string;
|
|
68
|
-
iconTypeClass: string;
|
|
69
|
-
hasIconBg: boolean;
|
|
70
|
-
active: boolean;
|
|
71
|
-
metadata: any;
|
|
72
|
-
visible: boolean;
|
|
73
|
-
expanded: boolean;
|
|
74
|
-
command: () => void;
|
|
75
|
-
hasMarker: boolean;
|
|
76
|
-
markerTypeClass: string;
|
|
77
|
-
hasTag: boolean;
|
|
78
|
-
tagTypeClass: string;
|
|
79
|
-
tagLabel: string;
|
|
80
|
-
tagCount: string;
|
|
81
|
-
badgeTypeClass: string;
|
|
82
|
-
badgeLabel: string;
|
|
83
|
-
badges: UxBadgeLegacy[];
|
|
84
|
-
tooltipLabel: string;
|
|
85
|
-
typeClass: string;
|
|
86
|
-
isHome: boolean;
|
|
87
|
-
isSeparator: boolean;
|
|
88
|
-
isScreenReaderClickable: boolean;
|
|
89
|
-
allowedRightId: string;
|
|
90
|
-
allowedRightIds: string[];
|
|
91
|
-
deniedRightId: string;
|
|
92
|
-
deniedRightIds: string[];
|
|
93
|
-
selected: boolean;
|
|
94
|
-
indeterminate: boolean;
|
|
95
|
-
e2eAttr: string;
|
|
96
49
|
constructor(values?: object);
|
|
97
50
|
get hasChildren(): boolean;
|
|
98
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ux-link-legacy.model.d.ts","sourceRoot":"","sources":["../../../src/lib/ux-models/ux-link-legacy.model.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ux-link-legacy.model.d.ts","sourceRoot":"","sources":["../../../src/lib/ux-models/ux-link-legacy.model.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,SAAe;gBAEZ,MAAM,GAAE,MAAW;CAGlC;AAID,qBAAa,YAAY,CAAC,QAAQ,GAAG,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,SAAY;IAC7B,QAAQ,UAAS;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,UAAS;IAClB,MAAM,UAAS;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,UAAQ;IACf,QAAQ,UAAS;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,UAAS;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,UAAS;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,SAAe;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,UAAS;IACf,WAAW,UAAS;IACpB,uBAAuB,UAAS;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,UAAS;IACjB,aAAa,UAAS;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;gBACL,MAAM,GAAE,MAAW;IAO/B,IAAI,WAAW,IAAI,OAAO,CAEzB;CACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ux-modal-legacy.model.d.ts","sourceRoot":"","sources":["../../../src/lib/ux-models/ux-modal-legacy.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/base",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.21",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI base package - holding common for dependent subs",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "^
|
|
13
|
+
"node": "^18.13.0 || >=20.0.0",
|
|
14
14
|
"yarn": ">=1.22.4 <2",
|
|
15
15
|
"npm": "Please use yarn instead of NPM to install dependencies"
|
|
16
16
|
},
|