carbon-components-angular 5.55.0 → 5.56.1
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/button/icon-button.component.d.ts +5 -1
- package/docs/documentation/components/Dropdown.html +504 -152
- package/docs/documentation/components/IconButton.html +53 -14
- package/docs/documentation/coverage.html +6 -6
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
- package/docs/documentation/modules/CodeSnippetModule.html +4 -4
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +4 -4
- package/docs/documentation/modules/DatePickerInputModule.html +4 -4
- package/docs/documentation/modules/DatePickerModule/dependencies.svg +4 -4
- package/docs/documentation/modules/DatePickerModule.html +4 -4
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +34 -34
- package/docs/documentation/modules/FileUploaderModule.html +34 -34
- package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NFormsModule.html +4 -4
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +61 -57
- package/docs/documentation/modules/RadioModule.html +61 -57
- package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SearchModule.html +4 -4
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/StructuredListModule/dependencies.svg +66 -66
- package/docs/documentation/modules/StructuredListModule.html +66 -66
- package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TagModule.html +4 -4
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TilesModule/dependencies.svg +106 -106
- package/docs/documentation/modules/TilesModule.html +106 -106
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +18 -18
- package/docs/documentation/modules/TimePickerModule.html +18 -18
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +49 -45
- package/docs/documentation/modules/TimePickerSelectModule.html +49 -45
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
- package/docs/documentation/modules/TooltipModule.html +28 -28
- package/docs/documentation.json +255 -111
- package/docs/storybook/3224.9896492c.iframe.bundle.js +1 -0
- package/docs/storybook/7141.9d9ce230.iframe.bundle.js +1 -0
- package/docs/storybook/button-button-set-stories.1094a620.iframe.bundle.js +1 -0
- package/docs/storybook/button-button-stories.a0ff29b1.iframe.bundle.js +1 -0
- package/docs/storybook/button-icon-button-stories.db9a9ba5.iframe.bundle.js +1 -0
- package/docs/storybook/code-snippet-code-snippet-stories.cc0ddba0.iframe.bundle.js +1 -0
- package/docs/storybook/{dropdown-dropdown-stories.03c37214.iframe.bundle.js → dropdown-dropdown-stories.0a8f052e.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/index-stories.69d5a816.iframe.bundle.js +1 -0
- package/docs/storybook/index.json +1 -1
- package/docs/storybook/input-input-stories.68ee4653.iframe.bundle.js +1 -0
- package/docs/storybook/input-password-stories.3084ebfc.iframe.bundle.js +1 -0
- package/docs/storybook/input-textarea-stories.e3f84fc4.iframe.bundle.js +1 -0
- package/docs/storybook/{main.fd9128ab.iframe.bundle.js → main.6feba07b.iframe.bundle.js} +1 -1
- package/docs/storybook/patterns-loading-large-loading-stories.67f20584.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.d4ace00c.iframe.bundle.js → runtime~main.ee91208b.iframe.bundle.js} +1 -1
- package/docs/storybook/stories.json +1 -1
- package/docs/storybook/tiles-expandable-tile-stories.8658f693.iframe.bundle.js +1 -0
- package/docs/storybook/toggletip-toggletip-stories.f20fbe75.iframe.bundle.js +1 -0
- package/docs/storybook/ui-shell-ui-shell-stories.157336b4.iframe.bundle.js +1 -0
- package/dropdown/dropdown.component.d.ts +12 -3
- package/esm2020/button/icon-button.component.mjs +10 -4
- package/esm2020/code-snippet/code-snippet.component.mjs +1 -1
- package/esm2020/dropdown/dropdown.component.mjs +79 -37
- package/esm2020/modal/modal-header.component.mjs +1 -1
- package/esm2020/pagination/pagination-nav/pagination-nav.component.mjs +1 -1
- package/esm2020/ui-shell/header/header-action.component.mjs +1 -1
- package/fesm2015/carbon-components-angular-button.mjs +9 -3
- package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-code-snippet.mjs +1 -1
- package/fesm2015/carbon-components-angular-code-snippet.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-dropdown.mjs +79 -37
- package/fesm2015/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-modal.mjs +1 -1
- package/fesm2015/carbon-components-angular-modal.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs +1 -1
- package/fesm2015/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs +1 -1
- package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-button.mjs +9 -3
- package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-code-snippet.mjs +1 -1
- package/fesm2020/carbon-components-angular-code-snippet.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-dropdown.mjs +79 -37
- package/fesm2020/carbon-components-angular-dropdown.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-modal.mjs +1 -1
- package/fesm2020/carbon-components-angular-modal.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs +1 -1
- package/fesm2020/carbon-components-angular-pagination.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs +1 -1
- package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
- package/package.json +1 -1
- package/docs/storybook/3224.c0834124.iframe.bundle.js +0 -1
- package/docs/storybook/7141.e6990367.iframe.bundle.js +0 -1
- package/docs/storybook/button-button-set-stories.ed1d0fd9.iframe.bundle.js +0 -1
- package/docs/storybook/button-button-stories.de18db98.iframe.bundle.js +0 -1
- package/docs/storybook/button-icon-button-stories.4a9748f3.iframe.bundle.js +0 -1
- package/docs/storybook/code-snippet-code-snippet-stories.2701eee9.iframe.bundle.js +0 -1
- package/docs/storybook/index-stories.fba8f9b4.iframe.bundle.js +0 -1
- package/docs/storybook/input-input-stories.4bd7425d.iframe.bundle.js +0 -1
- package/docs/storybook/input-password-stories.575fa23d.iframe.bundle.js +0 -1
- package/docs/storybook/input-textarea-stories.75dfc9b8.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-loading-large-loading-stories.a8a467eb.iframe.bundle.js +0 -1
- package/docs/storybook/tiles-expandable-tile-stories.97c48cb1.iframe.bundle.js +0 -1
- package/docs/storybook/toggletip-toggletip-stories.73f8eaaa.iframe.bundle.js +0 -1
- package/docs/storybook/ui-shell-ui-shell-stories.642f613c.iframe.bundle.js +0 -1
|
@@ -83,6 +83,10 @@ export declare class IconButton extends BaseIconButton implements AfterViewInit
|
|
|
83
83
|
* The string or template content to be exposed by the tooltip.
|
|
84
84
|
*/
|
|
85
85
|
description: string | TemplateRef<any>;
|
|
86
|
+
/**
|
|
87
|
+
* Indicates whether the tooltip should be shown when the button is disabled
|
|
88
|
+
*/
|
|
89
|
+
showTooltipWhenDisabled: boolean;
|
|
86
90
|
/**
|
|
87
91
|
* Common button events
|
|
88
92
|
*/
|
|
@@ -103,5 +107,5 @@ export declare class IconButton extends BaseIconButton implements AfterViewInit
|
|
|
103
107
|
*/
|
|
104
108
|
emitClickEvent(event: any, element?: "tooltip" | "button"): void;
|
|
105
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconButton, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconButton, "cds-icon-button, ibm-icon-button", never, { "buttonNgClass": "buttonNgClass"; "buttonAttributes": "buttonAttributes"; "buttonId": "buttonId"; "kind": "kind"; "size": "size"; "type": "type"; "isExpressive": "isExpressive"; "disabled": "disabled"; "description": "description"; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "tooltipClick": "tooltipClick"; }, never, ["*"], false>;
|
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconButton, "cds-icon-button, ibm-icon-button", never, { "buttonNgClass": "buttonNgClass"; "buttonAttributes": "buttonAttributes"; "buttonId": "buttonId"; "kind": "kind"; "size": "size"; "type": "type"; "isExpressive": "isExpressive"; "disabled": "disabled"; "description": "description"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "tooltipClick": "tooltipClick"; }, never, ["*"], false>;
|
|
107
111
|
}
|