@libs-ui/components-tags 0.2.312-0 → 0.2.313-0

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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/tags.component.d.ts +1 -1
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@libs-ui/components-tags",
3
- "version": "0.2.312-0",
3
+ "version": "0.2.313-0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-avatar": "0.2.312-0",
8
- "@libs-ui/components-popover": "0.2.312-0",
9
- "@libs-ui/utils": "0.2.312-0",
10
- "@libs-ui/components-buttons-button": "0.2.312-0",
11
- "@libs-ui/components-dropdown": "0.2.312-0",
12
- "@libs-ui/components-inputs-input": "0.2.312-0",
13
- "@libs-ui/components-inputs-search": "0.2.312-0",
14
- "@libs-ui/components-inputs-valid": "0.2.312-0",
15
- "@libs-ui/components-label": "0.2.312-0",
16
- "@libs-ui/components-list": "0.2.312-0",
17
- "@libs-ui/interfaces-types": "0.2.312-0",
18
- "@libs-ui/services-http-request": "0.2.312-0",
7
+ "@libs-ui/components-avatar": "0.2.313-0",
8
+ "@libs-ui/components-popover": "0.2.313-0",
9
+ "@libs-ui/utils": "0.2.313-0",
10
+ "@libs-ui/components-buttons-button": "0.2.313-0",
11
+ "@libs-ui/components-dropdown": "0.2.313-0",
12
+ "@libs-ui/components-inputs-input": "0.2.313-0",
13
+ "@libs-ui/components-inputs-search": "0.2.313-0",
14
+ "@libs-ui/components-inputs-valid": "0.2.313-0",
15
+ "@libs-ui/components-label": "0.2.313-0",
16
+ "@libs-ui/components-list": "0.2.313-0",
17
+ "@libs-ui/interfaces-types": "0.2.313-0",
18
+ "@libs-ui/services-http-request": "0.2.313-0",
19
19
  "@ngx-translate/core": "^15.0.0",
20
20
  "rxjs": "~7.8.0",
21
- "@libs-ui/components-click-outside": "0.2.312-0"
21
+ "@libs-ui/components-click-outside": "0.2.313-0"
22
22
  },
23
23
  "sideEffects": false,
24
24
  "module": "fesm2022/libs-ui-components-tags.mjs",
@@ -51,7 +51,7 @@ export declare class LibsUiComponentsTagsComponent implements OnInit, OnDestroy
51
51
  readonly parentBorderWidth: import("@angular/core").InputSignal<number | undefined>;
52
52
  readonly functionCheckPermissionCreateTag: import("@angular/core").InputSignal<() => boolean>;
53
53
  readonly placeholder: import("@angular/core").InputSignal<string | undefined>;
54
- readonly httpRequestDetailItemByIds: import("@angular/core").InputSignal<IHttpRequestConfig | undefined>;
54
+ readonly httpRequestDetailItemByIds: import("@angular/core").InputSignal<IHttpRequestConfig<any> | undefined>;
55
55
  readonly fieldLabel: import("@angular/core").InputSignal<string>;
56
56
  readonly maxItemInput: import("@angular/core").InputSignal<number | undefined>;
57
57
  readonly zIndex: import("@angular/core").InputSignalWithTransform<number, number | undefined>;