@libs-ui/components-pages-template-full-screen 0.2.356-4 → 0.2.356-40

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.
@@ -3,10 +3,13 @@ import { IDropdown, IDropdownFunctionControlEvent, IEmitSelectKey } from '@libs-
3
3
  import { ISwitchEvent } from '@libs-ui/components-switch';
4
4
  import { IPagesTemplateFullScreenButton } from './interfaces/config.interface';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * @deprecated Use {@link LibsUiComponentsPagesTemplateFullScreenV2Component} instead.
8
+ */
6
9
  export declare class LibsUiComponentsPagesTemplateFullScreenComponent implements OnInit, OnDestroy {
7
- private idOverlay;
10
+ private readonly idOverlay;
8
11
  private functionControlMenu;
9
- private onDestroy;
12
+ private readonly onDestroy;
10
13
  readonly classHeaderInclude: import("@angular/core").InputSignal<string | undefined>;
11
14
  readonly labelLeft: import("@angular/core").InputSignalWithTransform<string, string | undefined>;
12
15
  readonly classBodyInclude: import("@angular/core").InputSignal<string | undefined>;
package/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@libs-ui/components-pages-template-full-screen",
3
- "version": "0.2.356-4",
3
+ "version": "0.2.356-40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-buttons-button": "0.2.356-4",
8
- "@libs-ui/components-buttons-status": "0.2.356-4",
9
- "@libs-ui/components-dropdown": "0.2.356-4",
10
- "@libs-ui/components-label": "0.2.356-4",
11
- "@libs-ui/components-popover": "0.2.356-4",
12
- "@libs-ui/components-switch": "0.2.356-4",
13
- "@libs-ui/interfaces-types": "0.2.356-4",
14
- "@libs-ui/pipes-escape-html": "0.2.356-4",
15
- "@libs-ui/utils": "0.2.356-4",
16
- "dayjs": "1.11.5",
7
+ "@libs-ui/components-buttons-button": "0.2.356-40",
8
+ "@libs-ui/components-buttons-status": "0.2.356-40",
9
+ "@libs-ui/components-dropdown": "0.2.356-40",
10
+ "@libs-ui/components-label": "0.2.356-40",
11
+ "@libs-ui/components-popover": "0.2.356-40",
12
+ "@libs-ui/components-switch": "0.2.356-40",
13
+ "@libs-ui/interfaces-types": "0.2.356-40",
14
+ "@libs-ui/pipes-escape-html": "0.2.356-40",
15
+ "@libs-ui/utils": "0.2.356-40",
17
16
  "rxjs": "~7.8.0",
18
- "@ngx-translate/core": "^15.0.0"
17
+ "@ngx-translate/core": "^15.0.0",
18
+ "@libs-ui/components-skeleton": "0.2.356-40",
19
+ "@libs-ui/pipes-call-function-in-template": "0.2.356-40"
19
20
  },
20
21
  "sideEffects": false,
21
22
  "module": "fesm2022/libs-ui-components-pages-template-full-screen.mjs",