@libs-ui/components-buttons-dropdown 0.2.239 → 0.2.241
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/dropdown.component.d.ts +2 -2
- package/package.json +5 -5
package/dropdown.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TYPE_SIZE_BUTTON } from '@libs-ui/components-buttons-button';
|
|
2
2
|
import { IPopoverFunctionControlEvent, TYPE_POPOVER_EVENT, TYPE_POPOVER_MODE } from '@libs-ui/components-popover';
|
|
3
3
|
import { IPopupConfigButtonDropdown } from './dropdown.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -19,7 +19,7 @@ export declare class LibsUiComponentsButtonsDropdownComponent {
|
|
|
19
19
|
readonly iconOnlyType: import("@angular/core").InputSignal<boolean>;
|
|
20
20
|
readonly classIconRight: import("@angular/core").InputSignal<string>;
|
|
21
21
|
readonly classIconLeft: import("@angular/core").InputSignal<string>;
|
|
22
|
-
readonly typeButton: import("@angular/core").InputSignal<
|
|
22
|
+
readonly typeButton: import("@angular/core").InputSignal<string>;
|
|
23
23
|
readonly popupConfig: import("@angular/core").InputSignal<IPopupConfigButtonDropdown>;
|
|
24
24
|
readonly ignoreHiddenPopoverContentWhenMouseLeave: import("@angular/core").InputSignal<boolean>;
|
|
25
25
|
readonly classInclude: import("@angular/core").InputSignal<string>;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-buttons-dropdown",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.241",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
7
|
-
"@libs-ui/components-buttons-button": "^0.2.
|
|
8
|
-
"@libs-ui/components-popover": "^0.2.
|
|
9
|
-
"@libs-ui/utils": "^0.2.
|
|
7
|
+
"@libs-ui/components-buttons-button": "^0.2.241",
|
|
8
|
+
"@libs-ui/components-popover": "^0.2.241",
|
|
9
|
+
"@libs-ui/utils": "^0.2.241",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0",
|
|
11
|
-
"@libs-ui/interfaces-types": "^0.2.
|
|
11
|
+
"@libs-ui/interfaces-types": "^0.2.241"
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"module": "fesm2022/libs-ui-components-buttons-dropdown.mjs",
|