@eui/components 17.0.1-snapshot-1701185079748 → 17.0.1-snapshot-1701285551630
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/directives/eui-smooth-scroll.directive.d.ts +0 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/docs/components/EuiAppTopMessageComponent.html +24 -0
- package/docs/components/EuiButtonComponent.html +24 -0
- package/docs/components/EuiButtonsComponent.html +25 -1
- package/docs/components/EuiCardComponent.html +24 -0
- package/docs/components/EuiChipComponent.html +24 -0
- package/docs/components/EuiChipListComponent.html +24 -0
- package/docs/components/EuiDashboardCardComponent.html +2 -2
- package/docs/components/EuiDatepickerComponent.html +24 -0
- package/docs/components/EuiDialogComponent.html +37 -0
- package/docs/components/EuiDropdownComponent.html +25 -1
- package/docs/components/EuiFeedbackMessageComponent.html +24 -0
- package/docs/components/EuiFooterComponent.html +24 -0
- package/docs/components/EuiIconComponent.html +24 -0
- package/docs/components/EuiIconSvgComponent.html +24 -0
- package/docs/components/EuiLabelComponent.html +24 -0
- package/docs/components/EuiLanguageSelectorComponent.html +24 -0
- package/docs/components/EuiListComponent.html +24 -0
- package/docs/components/EuiListItemComponent.html +24 -0
- package/docs/components/EuiMessageBoxComponent.html +37 -0
- package/docs/components/EuiOverlayBodyComponent.html +24 -0
- package/docs/components/EuiOverlayComponent.html +24 -0
- package/docs/components/EuiOverlayFooterComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderTitleComponent.html +24 -0
- package/docs/components/EuiPageColumnComponent.html +24 -0
- package/docs/components/EuiPageFooterComponent.html +24 -0
- package/docs/components/EuiPageTopContentComponent.html +24 -0
- package/docs/components/EuiPopoverComponent.html +37 -0
- package/docs/components/EuiProgressCircleComponent.html +24 -0
- package/docs/components/EuiSlideToggleComponent.html +24 -0
- package/docs/components/EuiTabComponent.html +37 -0
- package/docs/components/EuiTableComponent.html +24 -0
- package/docs/components/EuiTableFilterComponent.html +24 -0
- package/docs/components/EuiTextareaComponent.html +37 -0
- package/docs/components/EuiToolbarItemsComponent.html +24 -0
- package/docs/components/EuiTreeComponent.html +26 -2
- package/docs/dependencies.html +2 -2
- package/docs/directives/BaseDirective.html +57 -0
- package/docs/directives/BaseStatesDirective.html +57 -0
- package/docs/directives/EuiButtonsActionsContentTagDirective.html +119 -7
- package/docs/directives/EuiButtonsLocalMenuContentTagDirective.html +119 -7
- package/docs/directives/EuiSmoothScrollToDirective.html +0 -13
- package/docs/js/menu-wc.js +18 -18
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +2 -3
- package/esm2022/eui-button/eui-button.component.mjs +3 -3
- package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +10 -6
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-input-number/eui-input-number.component.mjs +2 -2
- package/esm2022/eui-select/eui-select.component.mjs +2 -1
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
- package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
- package/esm2022/eui-tree/eui-tree-helper.mjs +7 -4
- package/esm2022/eui-tree/eui-tree.component.mjs +119 -63
- package/esm2022/eui-tree/eui-tree.model.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
- package/esm2022/shared/base/base-states.directive.mjs +10 -8
- package/esm2022/shared/base/base.directive.mjs +9 -8
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-buttons/eui-buttons.component.d.ts +2 -0
- package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +6 -3
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-tree/eui-tree-helper.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +3 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.model.d.ts +1 -0
- package/eui-tree/eui-tree.model.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +1 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +18 -6
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +9 -5
- package/fesm2022/eui-components-eui-dashboard-card.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-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +1 -0
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +4 -4
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +124 -65
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +4 -4
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +16 -13
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/package.json +13 -13
- package/shared/base/base-states.directive.d.ts +1 -0
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/base/base.directive.d.ts +1 -0
- package/shared/base/base.directive.d.ts.map +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.0.1-snapshot-
|
3
|
+
"version": "17.0.1-snapshot-1701285551630",
|
4
4
|
"tag": "snapshot",
|
5
5
|
"description": "eUI components package - next components prior to version 9",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -33,30 +33,30 @@
|
|
33
33
|
"esm": "./esm2022/directives/eui-components-directives.mjs",
|
34
34
|
"default": "./fesm2022/eui-components-directives.mjs"
|
35
35
|
},
|
36
|
-
"./eui-alert": {
|
37
|
-
"types": "./eui-alert/index.d.ts",
|
38
|
-
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
39
|
-
"esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
40
|
-
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
41
|
-
},
|
42
|
-
"./eui-autocomplete": {
|
43
|
-
"types": "./eui-autocomplete/index.d.ts",
|
44
|
-
"esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
45
|
-
"esm": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
46
|
-
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
47
|
-
},
|
48
36
|
"./eui-all": {
|
49
37
|
"types": "./eui-all/index.d.ts",
|
50
38
|
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
51
39
|
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
52
40
|
"default": "./fesm2022/eui-components-eui-all.mjs"
|
53
41
|
},
|
42
|
+
"./eui-alert": {
|
43
|
+
"types": "./eui-alert/index.d.ts",
|
44
|
+
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
45
|
+
"esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
46
|
+
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
47
|
+
},
|
54
48
|
"./eui-avatar": {
|
55
49
|
"types": "./eui-avatar/index.d.ts",
|
56
50
|
"esm2022": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
57
51
|
"esm": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
58
52
|
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
59
53
|
},
|
54
|
+
"./eui-autocomplete": {
|
55
|
+
"types": "./eui-autocomplete/index.d.ts",
|
56
|
+
"esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
57
|
+
"esm": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
58
|
+
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
59
|
+
},
|
60
60
|
"./eui-badge": {
|
61
61
|
"types": "./eui-badge/index.d.ts",
|
62
62
|
"esm2022": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base-states.directive.d.ts","sourceRoot":"","sources":["../../../shared/base/base-states.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;AAE5E,
|
1
|
+
{"version":3,"file":"base-states.directive.d.ts","sourceRoot":"","sources":["../../../shared/base/base-states.directive.ts"],"names":[],"mappings":"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"}
|
@@ -3,6 +3,7 @@ import { EuiDisabledCtor, EuiInfoCtor, EuiPrimaryCtor, EuiSecondaryCtor, EuiSucc
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare const BaseComponentMixinBase: EuiSecondaryCtor & EuiPrimaryCtor & EuiDisabledCtor & EuiInfoCtor & EuiSuccessCtor & EuiWarningCtor;
|
5
5
|
export declare class BaseDirective {
|
6
|
+
get ariaDisabled(): boolean;
|
6
7
|
e2eAttr: any;
|
7
8
|
styleClass: string;
|
8
9
|
get euiPrimary(): boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base.directive.d.ts","sourceRoot":"","sources":["../../../shared/base/base.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EACH,eAAe,EACf,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,cAAc,EACd,cAAc,EAOjB,MAAM,UAAU,CAAC;;AAElB,eAAO,MAAM,sBAAsB,EAAE,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,WAAW,GAAG,cAAc,GAAG,cAChB,CAAC;AAE3G,
|
1
|
+
{"version":3,"file":"base.directive.d.ts","sourceRoot":"","sources":["../../../shared/base/base.directive.ts"],"names":[],"mappings":"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"}
|