@dev-tcloud/tcloud-ui 5.4.0-beta.2 → 5.4.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.
@@ -1,6 +1,6 @@
1
1
  import { TemplateRef, RendererFactory2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class TCloudUiDeviceService {
3
+ export declare class TCloudUiDeviceUtilsService {
4
4
  /*** Viewport mobile ***/
5
5
  private readonly DESKTOP_MIN;
6
6
  private widthScreen;
@@ -17,6 +17,6 @@ export declare class TCloudUiDeviceService {
17
17
  constructor(rendererFactory: RendererFactory2);
18
18
  openDropdownDevice(menuTemplate: TemplateRef<any>): void;
19
19
  closeDropdownDevice(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiDeviceService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<TCloudUiDeviceService>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiDeviceUtilsService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<TCloudUiDeviceUtilsService>;
22
22
  }
@@ -1,7 +1,7 @@
1
- import { TCloudUiDeviceService } from '../../../_services/tcloud-ui-device.service';
1
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TcRevCardComponent {
4
- _viewPort: TCloudUiDeviceService;
4
+ _viewPort: TCloudUiDeviceUtilsService;
5
5
  isDesktop: import("@angular/core").Signal<boolean>;
6
6
  /**
7
7
  * APPLY FUNCTIONS RESPONSIVE < 480PX
@@ -1,7 +1,7 @@
1
- import { TCloudUiDeviceService } from '../../../_services/tcloud-ui-device.service';
1
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TcRevCardAccordionComponent {
4
- _viewPort: TCloudUiDeviceService;
4
+ _viewPort: TCloudUiDeviceUtilsService;
5
5
  toggle: import("@angular/core").OutputEmitterRef<boolean>;
6
6
  title: import("@angular/core").InputSignal<string>;
7
7
  iconClass: import("@angular/core").InputSignal<string>;
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, SimpleChanges, TemplateRef } from '@angular/core';
2
- import { TCloudUiDeviceService } from '../../../_services/tcloud-ui-device.service';
2
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export interface DropdownOption {
5
5
  id?: any;
@@ -16,7 +16,7 @@ export declare class TcRevDropdownComponent {
16
16
  private elementRef;
17
17
  menuTemplate: TemplateRef<any>;
18
18
  onDocumentClick(event: MouseEvent): void;
19
- _deviceService: TCloudUiDeviceService;
19
+ _deviceService: TCloudUiDeviceUtilsService;
20
20
  label: import("@angular/core").InputSignal<string>;
21
21
  disabled: import("@angular/core").InputSignal<boolean>;
22
22
  options: import("@angular/core").InputSignal<DropdownOption[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "5.4.0-beta.2",
3
+ "version": "5.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"