sidesys-generic-ui 2.4.6 → 2.4.7

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 (129) hide show
  1. package/esm2022/lib/animation/animation.component.mjs +6 -3
  2. package/esm2022/lib/avatar/components/profile-group/s-profile-group.component.mjs +1 -1
  3. package/esm2022/lib/avatar/s-avatar.component.mjs +13 -16
  4. package/esm2022/lib/badge/s-badge.component.mjs +7 -6
  5. package/esm2022/lib/bottom-status-bar/bottom-status-bar.component.mjs +7 -11
  6. package/esm2022/lib/breadcrum/s-breadcrum.component.mjs +7 -4
  7. package/esm2022/lib/button/components/button/s-button.component.mjs +7 -3
  8. package/esm2022/lib/card/s-card.component.mjs +10 -7
  9. package/esm2022/lib/checkbox/checkbox-new/s-checkbox.component.mjs +12 -5
  10. package/esm2022/lib/checkbox/s-checkbox.component.mjs +8 -8
  11. package/esm2022/lib/collapse/s-collapse.component.mjs +7 -4
  12. package/esm2022/lib/company-logo/s-company-logo.component.mjs +9 -5
  13. package/esm2022/lib/container/s-container.component.mjs +6 -3
  14. package/esm2022/lib/content/s-content.component.mjs +6 -3
  15. package/esm2022/lib/dynamic-form/s-dynamic-form.component.mjs +1 -1
  16. package/esm2022/lib/empty/empty.component.mjs +4 -3
  17. package/esm2022/lib/footer/s-footer.component.mjs +3 -3
  18. package/esm2022/lib/grid-multi-inputs/grid-multi-inputs.component.mjs +1 -1
  19. package/esm2022/lib/icon-material/s-icon-material.component.mjs +6 -3
  20. package/esm2022/lib/input/components/calendar/s-calendar.component.mjs +11 -14
  21. package/esm2022/lib/input/components/color/s-color.component.mjs +10 -8
  22. package/esm2022/lib/input/components/error-control/s-error-control.component.mjs +18 -15
  23. package/esm2022/lib/input/components/input/s-input-model.mjs +2 -6
  24. package/esm2022/lib/input/components/input/s-input.component.mjs +11 -5
  25. package/esm2022/lib/input/components/input-number/s-input-number.component.mjs +12 -12
  26. package/esm2022/lib/input/components/input-textarea/s-input-textarea.component.mjs +11 -8
  27. package/esm2022/lib/input/components/slider/s-slider.component.mjs +21 -13
  28. package/esm2022/lib/input/components/time/s-time.component.mjs +11 -14
  29. package/esm2022/lib/input/components/validation-error/s-validation-error.component.mjs +7 -4
  30. package/esm2022/lib/link/s-link.component.mjs +6 -3
  31. package/esm2022/lib/list/s-list.component.mjs +6 -3
  32. package/esm2022/lib/list-simple/s-list-simple.component.mjs +6 -3
  33. package/esm2022/lib/modal/modal-confirm/modal-confirm.component.mjs +6 -13
  34. package/esm2022/lib/modal/modal-confirm/models/modal-confirm.interface.mjs +1 -1
  35. package/esm2022/lib/modal/modal-confirm/services/modal-confirm.service.mjs +1 -1
  36. package/esm2022/lib/navbar/components/icon-menu/components/s-notificaction.component.mjs +1 -1
  37. package/esm2022/lib/navbar/components/icon-menu/s-icon-menu.component.mjs +1 -1
  38. package/esm2022/lib/navbar/components/menu-main/s-menu-main.component.mjs +1 -1
  39. package/esm2022/lib/navbar/s-navbar.component.mjs +9 -3
  40. package/esm2022/lib/pagination/s-pagination.component.mjs +7 -4
  41. package/esm2022/lib/popup/s-popup.component.mjs +22 -19
  42. package/esm2022/lib/precode/s-precode.component.mjs +9 -7
  43. package/esm2022/lib/progressbar/s-progressbar.component.mjs +6 -3
  44. package/esm2022/lib/radio/s-radio.component.mjs +13 -11
  45. package/esm2022/lib/select/select/s-select.component.mjs +12 -8
  46. package/esm2022/lib/select/select-multiple/s-select-multiple-model.mjs +1 -1
  47. package/esm2022/lib/select/select-multiple/s-select-multiple.component.mjs +12 -10
  48. package/esm2022/lib/select/select-multiple-old/s-select-multiple-old.component.mjs +1 -1
  49. package/esm2022/lib/select/select-simple/s-select-simple.component.mjs +1 -1
  50. package/esm2022/lib/sidebar/s-sidebar.component.mjs +6 -3
  51. package/esm2022/lib/spinner/s-spinner.component.mjs +1 -1
  52. package/esm2022/lib/sub-menu/s-sub-menu.component.mjs +1 -1
  53. package/esm2022/lib/table-complete/table-complete.component.mjs +7 -3
  54. package/esm2022/lib/table-double/table-double.component.mjs +4 -3
  55. package/esm2022/lib/table-double/table-double.model.mjs +1 -1
  56. package/esm2022/lib/table-double-complete/table-double-complete.component.mjs +6 -4
  57. package/esm2022/lib/table-double-complete/table-double-complete.model.mjs +1 -1
  58. package/esm2022/lib/table-t/s-tablet.component.mjs +6 -3
  59. package/esm2022/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.mjs +1 -1
  60. package/esm2022/lib/table-t/table-actions-buttons/table-actions-buttons.component.mjs +6 -3
  61. package/esm2022/lib/tabs/models/configTabs.interface.mjs +1 -1
  62. package/esm2022/lib/tabs/s-tabs.component.mjs +8 -4
  63. package/esm2022/lib/tag/s-tag.component.mjs +6 -3
  64. package/esm2022/lib/timeline/s-timeline.component.mjs +6 -3
  65. package/esm2022/lib/toast/s-toast-service.mjs +3 -3
  66. package/esm2022/lib/toast/s-toast.component.mjs +3 -3
  67. package/esm2022/lib/toggle-switch/s-toggle-switch.component.mjs +1 -1
  68. package/esm2022/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.mjs +12 -10
  69. package/esm2022/lib/toolbar-top/toolbar-top.component.mjs +4 -3
  70. package/esm2022/lib/tooltip/s-tooltip.component.mjs +32 -16
  71. package/esm2022/lib/tree-list/s-tree-list.component.mjs +6 -3
  72. package/fesm2022/sidesys-generic-ui.mjs +581 -461
  73. package/fesm2022/sidesys-generic-ui.mjs.map +1 -1
  74. package/lib/animation/animation.component.d.ts +2 -1
  75. package/lib/avatar/s-avatar.component.d.ts +2 -2
  76. package/lib/badge/s-badge.component.d.ts +3 -5
  77. package/lib/bottom-status-bar/bottom-status-bar.component.d.ts +2 -0
  78. package/lib/breadcrum/s-breadcrum.component.d.ts +2 -1
  79. package/lib/button/components/button/s-button.component.d.ts +6 -5
  80. package/lib/card/s-card.component.d.ts +3 -2
  81. package/lib/checkbox/checkbox-new/s-checkbox.component.d.ts +5 -3
  82. package/lib/collapse/s-collapse.component.d.ts +2 -1
  83. package/lib/company-logo/s-company-logo.component.d.ts +2 -1
  84. package/lib/container/s-container.component.d.ts +2 -1
  85. package/lib/content/s-content.component.d.ts +2 -1
  86. package/lib/empty/empty.component.d.ts +2 -0
  87. package/lib/icon-material/s-icon-material.component.d.ts +2 -1
  88. package/lib/input/components/calendar/s-calendar.component.d.ts +4 -3
  89. package/lib/input/components/color/s-color.component.d.ts +4 -3
  90. package/lib/input/components/error-control/s-error-control.component.d.ts +2 -1
  91. package/lib/input/components/input/s-input-model.d.ts +0 -1
  92. package/lib/input/components/input/s-input.component.d.ts +5 -2
  93. package/lib/input/components/input-number/s-input-number.component.d.ts +4 -2
  94. package/lib/input/components/input-textarea/s-input-textarea.component.d.ts +4 -2
  95. package/lib/input/components/time/s-time.component.d.ts +4 -3
  96. package/lib/input/components/validation-error/s-validation-error.component.d.ts +2 -1
  97. package/lib/link/s-link.component.d.ts +2 -1
  98. package/lib/list/s-list.component.d.ts +2 -1
  99. package/lib/list-simple/s-list-simple.component.d.ts +2 -1
  100. package/lib/modal/modal-confirm/modal-confirm.component.d.ts +1 -0
  101. package/lib/modal/modal-confirm/models/modal-confirm.interface.d.ts +1 -0
  102. package/lib/navbar/s-navbar.component.d.ts +5 -3
  103. package/lib/pagination/s-pagination.component.d.ts +2 -1
  104. package/lib/popup/s-popup.component.d.ts +2 -1
  105. package/lib/precode/s-precode.component.d.ts +3 -5
  106. package/lib/progressbar/s-progressbar.component.d.ts +2 -1
  107. package/lib/radio/s-radio.component.d.ts +3 -2
  108. package/lib/select/select/s-select.component.d.ts +5 -3
  109. package/lib/select/select-multiple/s-select-multiple-model.d.ts +1 -0
  110. package/lib/select/select-multiple/s-select-multiple.component.d.ts +5 -3
  111. package/lib/sidebar/s-sidebar.component.d.ts +2 -1
  112. package/lib/table-complete/table-complete.component.d.ts +3 -1
  113. package/lib/table-double/table-double.component.d.ts +1 -0
  114. package/lib/table-double/table-double.model.d.ts +1 -0
  115. package/lib/table-double-complete/table-double-complete.component.d.ts +1 -0
  116. package/lib/table-double-complete/table-double-complete.model.d.ts +1 -0
  117. package/lib/table-t/s-tablet.component.d.ts +2 -1
  118. package/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.d.ts +1 -0
  119. package/lib/table-t/table-actions-buttons/table-actions-buttons.component.d.ts +2 -1
  120. package/lib/tabs/models/configTabs.interface.d.ts +1 -0
  121. package/lib/tabs/s-tabs.component.d.ts +2 -2
  122. package/lib/tag/s-tag.component.d.ts +2 -1
  123. package/lib/timeline/s-timeline.component.d.ts +2 -1
  124. package/lib/toast/s-toast-service.d.ts +3 -3
  125. package/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.d.ts +6 -3
  126. package/lib/toolbar-top/toolbar-top.component.d.ts +2 -0
  127. package/lib/tooltip/s-tooltip.component.d.ts +2 -1
  128. package/lib/tree-list/s-tree-list.component.d.ts +2 -1
  129. package/package.json +1 -1
@@ -4,6 +4,7 @@ import { ANIMATION, AnimationConfig } from './enums/animation.enum';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AnimationComponent implements AfterViewInit {
6
6
  animation: ANIMATION;
7
+ id: string;
7
8
  playOnHoverEvent: EventEmitter<void>;
8
9
  pauseOnLeaveEvent: EventEmitter<void>;
9
10
  animationConfig: AnimationConfig;
@@ -12,5 +13,5 @@ export declare class AnimationComponent implements AfterViewInit {
12
13
  playOnHover(): void;
13
14
  pauseOnLeave(): void;
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AnimationComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<AnimationComponent, "s-animation", never, { "animation": { "alias": "animation"; "required": false; }; }, { "playOnHoverEvent": "playOnHoverEvent"; "pauseOnLeaveEvent": "pauseOnLeaveEvent"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnimationComponent, "s-animation", never, { "animation": { "alias": "animation"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "playOnHoverEvent": "playOnHoverEvent"; "pauseOnLeaveEvent": "pauseOnLeaveEvent"; }, never, never, false, never>;
16
17
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SAvatarComponent implements OnInit {
4
+ id?: string;
4
5
  urlProfileImage?: string;
5
6
  letters?: string;
6
7
  get status(): string;
@@ -10,8 +11,7 @@ export declare class SAvatarComponent implements OnInit {
10
11
  size: 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl';
11
12
  _display: string;
12
13
  _status: any;
13
- constructor();
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SAvatarComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SAvatarComponent, "s-avatar", never, { "urlProfileImage": { "alias": "urlProfileImage"; "required": false; }; "letters": { "alias": "letters"; "required": false; }; "status": { "alias": "status"; "required": false; }; "display": { "alias": "display"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SAvatarComponent, "s-avatar", never, { "id": { "alias": "id"; "required": false; }; "urlProfileImage": { "alias": "urlProfileImage"; "required": false; }; "letters": { "alias": "letters"; "required": false; }; "status": { "alias": "status"; "required": false; }; "display": { "alias": "display"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -1,11 +1,9 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class SBadgeComponent implements OnInit {
2
+ export declare class SBadgeComponent {
3
+ id?: string;
4
4
  type: 'primary' | 'secondary' | 'green' | 'yellow' | 'red' | string;
5
5
  size: 'xs' | 'sm';
6
6
  new: boolean;
7
- constructor();
8
- ngOnInit(): void;
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SBadgeComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SBadgeComponent, "s-badge", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "new": { "alias": "new"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SBadgeComponent, "s-badge", never, { "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "new": { "alias": "new"; "required": false; }; }, {}, never, ["*"], false, never>;
11
9
  }
@@ -6,6 +6,7 @@ export type controlType = 'checkbox' | 'switch';
6
6
  export interface SBottomStatusBar {
7
7
  counter?: number;
8
8
  disabled?: boolean;
9
+ id?: string;
9
10
  label?: string;
10
11
  selectionControl?: controlType;
11
12
  selectionState?: WritableSignal<boolean>;
@@ -15,6 +16,7 @@ export declare class SBottomStatusBarComponent {
15
16
  config: import("@angular/core").InputSignal<SBottomStatusBar>;
16
17
  stateChange: import("@angular/core").OutputEmitterRef<boolean>;
17
18
  stateChangeEvent: import("@angular/core").OutputEmitterRef<boolean>;
19
+ id: WritableSignal<string>;
18
20
  configSCheckbox: import("@angular/core").Signal<SCheckbox>;
19
21
  configSSwitch: import("@angular/core").Signal<SSwitch>;
20
22
  selectionControlChange(state: boolean): void;
@@ -1,10 +1,11 @@
1
1
  import { BreadcrumNav } from './interface/breadcrum-nav.interface';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SBreadcrumComponent {
4
+ id?: string;
4
5
  nav: BreadcrumNav[];
5
6
  size: 'sm' | 'md' | 'lg';
6
7
  getStateClass(i: number, nav: BreadcrumNav): string;
7
8
  getIconClass(i: number): string;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SBreadcrumComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SBreadcrumComponent, "s-breadcrum", never, { "nav": { "alias": "nav"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SBreadcrumComponent, "s-breadcrum", never, { "id": { "alias": "id"; "required": false; }; "nav": { "alias": "nav"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
10
11
  }
@@ -2,16 +2,17 @@ import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SButtonComponent implements OnInit {
4
4
  disabled: boolean;
5
+ id: string;
5
6
  pill: boolean;
6
- size: "xl" | "lg" | "md" | "sm";
7
+ size: 'xl' | 'lg' | 'md' | 'sm';
7
8
  invert: boolean;
8
- type: "primary" | "secondary" | "tertiary" | string;
9
+ type: 'primary' | 'secondary' | 'tertiary' | string;
9
10
  loading: boolean;
10
- position?: "normal" | "reverse";
11
- theme?: "default" | "green" | "yellow" | "red";
11
+ position?: 'normal' | 'reverse';
12
+ theme?: 'default' | 'green' | 'yellow' | 'red';
12
13
  active?: boolean;
13
14
  roundedPrivate: string;
14
15
  ngOnInit(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SButtonComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SButtonComponent, "s-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "size": { "alias": "size"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SButtonComponent, "s-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "size": { "alias": "size"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
17
18
  }
@@ -10,10 +10,11 @@ export declare class SCardComponent implements OnInit {
10
10
  menu?: SSubMenu;
11
11
  check?: SCheckData | null;
12
12
  showHorizontal: boolean;
13
+ id?: string;
13
14
  image: string;
14
15
  fullimage: boolean;
15
16
  icon: string;
16
- size: "sm" | "md" | "lg" | "full";
17
+ size: 'sm' | 'md' | 'lg' | 'full';
17
18
  label: string;
18
19
  shadow: 0 | 100 | 200 | 300 | 400 | 500 | 600;
19
20
  clickEvent: EventEmitter<string>;
@@ -26,5 +27,5 @@ export declare class SCardComponent implements OnInit {
26
27
  onClickEvent(event: any): void;
27
28
  onCheckEvent(event: any): void;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SCardComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<SCardComponent, "s-card", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "check": { "alias": "check"; "required": false; }; "showHorizontal": { "alias": "showHorizontal"; "required": false; }; "image": { "alias": "image"; "required": false; }; "fullimage": { "alias": "fullimage"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "label": { "alias": "label"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; }, { "clickEvent": "clickEvent"; "checkEvent": "checkEvent"; }, never, ["*"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SCardComponent, "s-card", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "check": { "alias": "check"; "required": false; }; "showHorizontal": { "alias": "showHorizontal"; "required": false; }; "id": { "alias": "id"; "required": false; }; "image": { "alias": "image"; "required": false; }; "fullimage": { "alias": "fullimage"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "label": { "alias": "label"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; }, { "clickEvent": "clickEvent"; "checkEvent": "checkEvent"; }, never, ["*"], false, never>;
30
31
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlBooleanAccessorDirective } from '../../input/directives/control-boolean-accessor.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SCheckbox {
@@ -12,14 +12,16 @@ export declare class SCheckbox {
12
12
  tabIndex?: number;
13
13
  readOnly?: boolean;
14
14
  }
15
- export declare class SCheckboxComponent<T> extends ControlBooleanAccessorDirective<T> {
15
+ export declare class SCheckboxComponent<T> extends ControlBooleanAccessorDirective<T> implements OnInit {
16
16
  config: SCheckbox;
17
+ id?: string;
17
18
  blur: EventEmitter<void>;
18
19
  focus: EventEmitter<void>;
20
+ ngOnInit(): void;
19
21
  onInput(event: Event): void;
20
22
  registerOnChange(fn: any): void;
21
23
  onBlur(event: any): void;
22
24
  onFocus(event: any): void;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SCheckboxComponent<any>, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SCheckboxComponent<any>, "s-checkbox", never, { "config": { "alias": "config"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; }, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SCheckboxComponent<any>, "s-checkbox", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; }, never, never, false, never>;
25
27
  }
@@ -1,10 +1,11 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SCollapseComponent {
4
+ id?: string;
4
5
  title: string;
5
6
  subtitle: string;
6
7
  expand: boolean;
7
8
  arrowClick: EventEmitter<boolean>;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SCollapseComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SCollapseComponent, "s-collapse", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, { "arrowClick": "arrowClick"; }, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SCollapseComponent, "s-collapse", never, { "id": { "alias": "id"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, { "arrowClick": "arrowClick"; }, never, ["*"], false, never>;
10
11
  }
@@ -5,6 +5,7 @@ interface StyleInterface {
5
5
  height?: string;
6
6
  }
7
7
  export declare class SCompanyLogoComponent implements OnInit, OnChanges {
8
+ id?: string;
8
9
  width?: number;
9
10
  height?: number;
10
11
  customImage?: string;
@@ -13,6 +14,6 @@ export declare class SCompanyLogoComponent implements OnInit, OnChanges {
13
14
  ngOnChanges(): void;
14
15
  applyStyle(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SCompanyLogoComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SCompanyLogoComponent, "s-company-logo", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "customImage": { "alias": "customImage"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SCompanyLogoComponent, "s-company-logo", never, { "id": { "alias": "id"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "customImage": { "alias": "customImage"; "required": false; }; }, {}, never, never, false, never>;
17
18
  }
18
19
  export {};
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SContainerComponent {
3
3
  background: 'default' | 'primary';
4
+ id?: string;
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SContainerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SContainerComponent, "s-container", never, { "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SContainerComponent, "s-container", never, { "background": { "alias": "background"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
6
7
  }
@@ -6,6 +6,7 @@ export declare class SContentComponent implements OnInit, OnDestroy {
6
6
  localStorage: LocalstorageService;
7
7
  sidebar: boolean;
8
8
  expand?: boolean;
9
+ id?: string;
9
10
  subscriptionRefresh: Subscription;
10
11
  animated: boolean;
11
12
  constructor(localStorage: LocalstorageService);
@@ -14,5 +15,5 @@ export declare class SContentComponent implements OnInit, OnDestroy {
14
15
  ngOnDestroy(): void;
15
16
  onLoad(): void;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SContentComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SContentComponent, "s-content", never, { "sidebar": { "alias": "sidebar"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<SContentComponent, "s-content", never, { "sidebar": { "alias": "sidebar"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
18
19
  }
@@ -6,6 +6,7 @@ export interface SEmpty {
6
6
  buttonIcon?: string;
7
7
  detail?: string;
8
8
  detailBold?: string;
9
+ id?: string;
9
10
  image?: string;
10
11
  title?: string;
11
12
  size?: 'sm' | 'md' | 'lg';
@@ -15,6 +16,7 @@ export declare class EmptyComponent implements OnInit {
15
16
  config: SEmpty;
16
17
  buttonEvent: EventEmitter<void>;
17
18
  image: SafeResourceUrl | undefined;
19
+ id: string;
18
20
  constructor(domSanitizer: DomSanitizer);
19
21
  ngOnInit(): void;
20
22
  action(): void;
@@ -10,6 +10,7 @@ export declare class SIconMaterialComponent implements OnInit {
10
10
  grade: SIcon['grade'];
11
11
  style?: SIcon['style'];
12
12
  type: SIcon['type'];
13
+ id?: string;
13
14
  optionsType: string;
14
15
  fillTemp: number;
15
16
  computedStyles: {
@@ -17,5 +18,5 @@ export declare class SIconMaterialComponent implements OnInit {
17
18
  };
18
19
  ngOnInit(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SIconMaterialComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SIconMaterialComponent, "s-icon-mat", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "grade": { "alias": "grade"; "required": false; }; "style": { "alias": "style"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SIconMaterialComponent, "s-icon-mat", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "grade": { "alias": "grade"; "required": false; }; "style": { "alias": "style"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
21
22
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ICON_THEME } from '../../enums/icon-theme.enum';
3
3
  import { ControlValueAccessorDirective } from '../../directives/control-value-accessor.directive';
4
4
  import { THEME } from '../../../enums/theme.enum';
@@ -22,15 +22,16 @@ export declare class SCalendar {
22
22
  size?: INPUT_SIZE;
23
23
  theme?: THEME;
24
24
  useFormControl?: boolean;
25
- constructor(config?: Partial<SCalendar>);
26
25
  }
27
- export declare class SCalendarComponent<T> extends ControlValueAccessorDirective<T> {
26
+ export declare class SCalendarComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
28
27
  config: SCalendar;
29
28
  clickHelpIconEvent: EventEmitter<void>;
30
29
  blur: EventEmitter<void>;
31
30
  focus: EventEmitter<void>;
31
+ id: string;
32
32
  ICON_THEME: typeof ICON_THEME;
33
33
  isFocused: boolean;
34
+ ngOnInit(): void;
34
35
  onInput(event: Event): void;
35
36
  registerOnChange(fn: any): void;
36
37
  clickHelp(): void;
@@ -1,11 +1,11 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ICON_THEME } from '../../enums/icon-theme.enum';
3
3
  import * as i0 from "@angular/core";
4
- export declare class SColorComponent {
4
+ export declare class SColorComponent implements OnInit {
5
5
  onChange: (_: any) => void;
6
6
  onTouch: () => void;
7
7
  value: string;
8
- id: string;
8
+ id?: string;
9
9
  name: string;
10
10
  label?: string;
11
11
  placeHolder?: string;
@@ -27,6 +27,7 @@ export declare class SColorComponent {
27
27
  clickHelpIconEvent: EventEmitter<void>;
28
28
  blur: EventEmitter<void>;
29
29
  focus: EventEmitter<void>;
30
+ ngOnInit(): void;
30
31
  onTextChange(): void;
31
32
  clickIcon(): void;
32
33
  colorClick(): void;
@@ -5,9 +5,10 @@ export declare class SErrorControl implements OnInit {
5
5
  icon: boolean;
6
6
  iconCustom: string;
7
7
  size: 'sm' | 'md';
8
+ id?: string;
8
9
  iconName: string;
9
10
  constructor();
10
11
  ngOnInit(): void;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SErrorControl, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SErrorControl, "s-error-control", never, { "theme": { "alias": "theme"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconCustom": { "alias": "iconCustom"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SErrorControl, "s-error-control", never, { "theme": { "alias": "theme"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconCustom": { "alias": "iconCustom"; "required": false; }; "size": { "alias": "size"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
13
14
  }
@@ -21,7 +21,6 @@ export declare class SInput {
21
21
  theme?: THEME;
22
22
  type?: INPUT_TYPE;
23
23
  useFormControl?: boolean;
24
- constructor(config?: Partial<SInput>);
25
24
  }
26
25
  export declare const INPUTS_REGEX: {
27
26
  URL: RegExp;
@@ -1,14 +1,16 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { THEME } from '../../../enums/theme.enum';
3
3
  import { ICON_THEME } from '../../enums/icon-theme.enum';
4
4
  import { ControlValueAccessorDirective } from '../../directives/control-value-accessor.directive';
5
5
  import { INPUT_TYPE, SInput } from './s-input-model';
6
6
  import * as i0 from "@angular/core";
7
- export declare class SInputComponent<T> extends ControlValueAccessorDirective<T> {
7
+ export declare class SInputComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
8
8
  config: SInput;
9
9
  clickHelpIconEvent: EventEmitter<void>;
10
10
  blur: EventEmitter<void>;
11
11
  focus: EventEmitter<void>;
12
+ id: string;
13
+ private _sTranslateService;
12
14
  iconSymbol: boolean;
13
15
  iconType?: string;
14
16
  showPassword: boolean;
@@ -18,6 +20,7 @@ export declare class SInputComponent<T> extends ControlValueAccessorDirective<T>
18
20
  THEME: typeof THEME;
19
21
  ICON_THEME: typeof ICON_THEME;
20
22
  isFocused: boolean;
23
+ ngOnInit(): void;
21
24
  onInput(event: Event): void;
22
25
  registerOnChange(fn: any): void;
23
26
  getIconType(): 'symbol' | 'icon';
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { THEME } from '../../../enums/theme.enum';
4
4
  import { ICON_THEME } from '../../enums/icon-theme.enum';
@@ -26,7 +26,7 @@ export declare class SInputNumber {
26
26
  useFormControl?: boolean;
27
27
  constructor(config?: Partial<SInputNumber>);
28
28
  }
29
- export declare class SInputNumberComponent<T> extends ControlValueAccessorDirective<T> {
29
+ export declare class SInputNumberComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
30
30
  config: SInputNumber;
31
31
  clickHelpIconEvent: EventEmitter<void>;
32
32
  blur: EventEmitter<void>;
@@ -36,6 +36,8 @@ export declare class SInputNumberComponent<T> extends ControlValueAccessorDirect
36
36
  ICON_THEME: typeof ICON_THEME;
37
37
  numberControl: FormControl<number | null>;
38
38
  isFocused: boolean;
39
+ id: string;
40
+ ngOnInit(): void;
39
41
  getControl(): FormControl<number | null>;
40
42
  onInput(event: Event): void;
41
43
  registerOnChange(fn: any): void;
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessorDirective } from '../../directives/control-value-accessor.directive';
3
3
  import { THEME } from '../../../enums/theme.enum';
4
4
  import * as i0 from "@angular/core";
@@ -20,12 +20,14 @@ export declare class STextArea {
20
20
  theme?: THEME;
21
21
  useFormControl?: boolean;
22
22
  }
23
- export declare class SInputTextAreaComponent<T> extends ControlValueAccessorDirective<T> {
23
+ export declare class SInputTextAreaComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
24
24
  config: STextArea;
25
25
  blur: EventEmitter<void>;
26
26
  focus: EventEmitter<void>;
27
27
  THEME: typeof THEME;
28
28
  isFocused: boolean;
29
+ id: string;
30
+ ngOnInit(): void;
29
31
  onInput(event: Event): void;
30
32
  registerOnChange(fn: any): void;
31
33
  onBlur(event: any): void;
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ICON_THEME } from '../../enums/icon-theme.enum';
3
3
  import { INPUT_SIZE } from '../../enums/size.enum';
4
4
  import { THEME } from '../../../enums/theme.enum';
@@ -22,13 +22,14 @@ export declare class STime {
22
22
  size?: INPUT_SIZE;
23
23
  theme?: THEME;
24
24
  useFormControl?: boolean;
25
- constructor(config?: Partial<STime>);
26
25
  }
27
- export declare class STimeComponent<T> extends ControlValueAccessorDirective<T> {
26
+ export declare class STimeComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
28
27
  config: STime;
29
28
  clickHelpIconEvent: EventEmitter<void>;
30
29
  blur: EventEmitter<void>;
31
30
  focus: EventEmitter<void>;
31
+ id: string;
32
+ ngOnInit(): void;
32
33
  inputTimeout?: any;
33
34
  ICON_THEME: typeof ICON_THEME;
34
35
  isFocused: boolean;
@@ -4,8 +4,9 @@ import * as i0 from "@angular/core";
4
4
  export declare class SValidationError implements OnChanges {
5
5
  errors: Record<string, ValidationErrors> | null;
6
6
  customErrorMessages?: Record<string, string>;
7
+ id?: string;
7
8
  errorMessages: Record<string, string>;
8
9
  ngOnChanges(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SValidationError, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SValidationError, "s-validation-error", never, { "errors": { "alias": "errors"; "required": false; }; "customErrorMessages": { "alias": "customErrorMessages"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SValidationError, "s-validation-error", never, { "errors": { "alias": "errors"; "required": false; }; "customErrorMessages": { "alias": "customErrorMessages"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
11
12
  }
@@ -6,6 +6,7 @@ export declare class SLinkComponent {
6
6
  target?: '_blank' | '_parent' | '_self' | '_top';
7
7
  href?: string;
8
8
  visited: boolean;
9
+ id?: string;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SLinkComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SLinkComponent, "s-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "target": { "alias": "target"; "required": false; }; "href": { "alias": "href"; "required": false; }; "visited": { "alias": "visited"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SLinkComponent, "s-link", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "target": { "alias": "target"; "required": false; }; "href": { "alias": "href"; "required": false; }; "visited": { "alias": "visited"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
11
12
  }
@@ -3,6 +3,7 @@ export declare class SListComponent {
3
3
  disabled: boolean;
4
4
  selected: boolean;
5
5
  size: 'md' | 'sm' | 'xs';
6
+ id?: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SListComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SListComponent, "s-list", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SListComponent, "s-list", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
8
9
  }
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SListSimpleComponent {
3
3
  listStyle: 'check' | 'chevron' | 'dot' | 'a1' | 'folder' | 'default';
4
+ id?: string;
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SListSimpleComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SListSimpleComponent, "s-list-simple", never, { "listStyle": { "alias": "listStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SListSimpleComponent, "s-list-simple", never, { "listStyle": { "alias": "listStyle"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
6
7
  }
@@ -13,6 +13,7 @@ export declare class SModalConfirmComponent implements OnInit, OnDestroy {
13
13
  private configSubscription;
14
14
  configCheckbox: SCheckbox;
15
15
  valueCheckbox: boolean;
16
+ id: string;
16
17
  private readonly modalConfirmService;
17
18
  ngOnInit(): void;
18
19
  ngOnDestroy(): void;
@@ -11,4 +11,5 @@ export interface SModalConfirmConfig {
11
11
  checkbox?: boolean;
12
12
  checkboxLabel?: string;
13
13
  checkboxValue?: boolean;
14
+ id?: string;
14
15
  }
@@ -1,9 +1,9 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { SMenuMain } from './components/menu-main';
3
3
  import { SSubMenu, SUser } from '../sub-menu/s-sub-menu-model';
4
4
  import { SIconMenuModel } from './components/icon-menu';
5
5
  import * as i0 from "@angular/core";
6
- export declare class SNavbarComponent {
6
+ export declare class SNavbarComponent implements OnInit {
7
7
  user: SUser;
8
8
  userFull: boolean;
9
9
  menuProfile: SSubMenu;
@@ -17,12 +17,14 @@ export declare class SNavbarComponent {
17
17
  height?: number;
18
18
  width?: number;
19
19
  iconMenu: SIconMenuModel[];
20
+ id: string;
20
21
  clickEvent: EventEmitter<string>;
21
22
  clickEventMenu: EventEmitter<Event>;
22
23
  clickUnread: EventEmitter<Event>;
23
24
  clickDelete: EventEmitter<Event>;
24
25
  clickTitle: EventEmitter<Event>;
25
26
  controlMenuProfile: boolean;
27
+ ngOnInit(): void;
26
28
  toogleMenuProfile(event: Event): void;
27
29
  closeMenuProfile(event: Event): void;
28
30
  clickMenuProfile(event: any): void;
@@ -30,5 +32,5 @@ export declare class SNavbarComponent {
30
32
  _clickDelete(id: any): void;
31
33
  _clickTitle(id: any): void;
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SNavbarComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SNavbarComponent, "s-navbar", never, { "user": { "alias": "user"; "required": false; }; "userFull": { "alias": "userFull"; "required": false; }; "menuProfile": { "alias": "menuProfile"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "showProfile": { "alias": "showProfile"; "required": false; }; "company": { "alias": "company"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "customImage": { "alias": "customImage"; "required": false; }; "link": { "alias": "link"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "iconMenu": { "alias": "iconMenu"; "required": false; }; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; "clickUnread": "clickUnread"; "clickDelete": "clickDelete"; "clickTitle": "clickTitle"; }, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SNavbarComponent, "s-navbar", never, { "user": { "alias": "user"; "required": false; }; "userFull": { "alias": "userFull"; "required": false; }; "menuProfile": { "alias": "menuProfile"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "showProfile": { "alias": "showProfile"; "required": false; }; "company": { "alias": "company"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "customImage": { "alias": "customImage"; "required": false; }; "link": { "alias": "link"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "iconMenu": { "alias": "iconMenu"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; "clickUnread": "clickUnread"; "clickDelete": "clickDelete"; "clickTitle": "clickTitle"; }, never, never, false, never>;
34
36
  }
@@ -17,6 +17,7 @@ export declare class SPaginationComponent implements OnInit, OnChanges {
17
17
  totalItems: number;
18
18
  pageSize: number;
19
19
  pageSizes?: IPageSizes[];
20
+ id?: string;
20
21
  pageEmitter: EventEmitter<number>;
21
22
  paginationEmitter: EventEmitter<number>;
22
23
  startIndex: number;
@@ -39,5 +40,5 @@ export declare class SPaginationComponent implements OnInit, OnChanges {
39
40
  selectPagination(event: string): void;
40
41
  initConfig(): void;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<SPaginationComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SPaginationComponent, "s-pagination", never, { "showing": { "alias": "showing"; "required": false; }; "to": { "alias": "to"; "required": false; }; "of": { "alias": "of"; "required": false; }; "items": { "alias": "items"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pageNumber": { "alias": "pageNumber"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; }, { "pageEmitter": "pageEmitter"; "paginationEmitter": "paginationEmitter"; }, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPaginationComponent, "s-pagination", never, { "showing": { "alias": "showing"; "required": false; }; "to": { "alias": "to"; "required": false; }; "of": { "alias": "of"; "required": false; }; "items": { "alias": "items"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pageNumber": { "alias": "pageNumber"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "pageEmitter": "pageEmitter"; "paginationEmitter": "paginationEmitter"; }, never, never, false, never>;
43
44
  }
@@ -12,6 +12,7 @@ export declare class SPopupComponent implements OnInit, AfterViewInit {
12
12
  iconCustomName: string;
13
13
  footer: TemplateRef<any>;
14
14
  body: TemplateRef<any>;
15
+ id?: string;
15
16
  closeEvent: EventEmitter<void>;
16
17
  style: any;
17
18
  show70: boolean;
@@ -27,7 +28,7 @@ export declare class SPopupComponent implements OnInit, AfterViewInit {
27
28
  onWindowResize(): void;
28
29
  checkScreenSize(): void;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SPopupComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SPopupComponent, "s-popup", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "borderBody": { "alias": "borderBody"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "showPopup": { "alias": "showPopup"; "required": false; }; "iconCustom": { "alias": "iconCustom"; "required": false; }; "iconCustomName": { "alias": "iconCustomName"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPopupComponent, "s-popup", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "borderBody": { "alias": "borderBody"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "showPopup": { "alias": "showPopup"; "required": false; }; "iconCustom": { "alias": "iconCustom"; "required": false; }; "iconCustomName": { "alias": "iconCustomName"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "body": { "alias": "body"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, never, false, never>;
31
32
  }
32
33
  export declare class STemplatePopup implements AfterContentInit {
33
34
  private element;
@@ -1,13 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class SPrecodeComponent implements OnInit {
2
+ export declare class SPrecodeComponent {
4
3
  copy?: string;
5
4
  copySucces?: string;
6
5
  expand: boolean;
7
6
  copyId?: string;
8
- constructor();
9
- ngOnInit(): void;
7
+ id?: string;
10
8
  copyCode(): Promise<void>;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SPrecodeComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SPrecodeComponent, "s-precode", never, { "copy": { "alias": "copy"; "required": false; }; "copySucces": { "alias": "copySucces"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "copyId": { "alias": "copyId"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SPrecodeComponent, "s-precode", never, { "copy": { "alias": "copy"; "required": false; }; "copySucces": { "alias": "copySucces"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "copyId": { "alias": "copyId"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
13
11
  }
@@ -4,8 +4,9 @@ import * as i0 from "@angular/core";
4
4
  export declare class SProgressbarComponent extends TemperatureComponent implements OnInit {
5
5
  percentage: number;
6
6
  customColor: string;
7
+ id?: string;
7
8
  color: string;
8
9
  ngOnInit(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SProgressbarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SProgressbarComponent, "s-progressbar", never, { "percentage": { "alias": "percentage"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SProgressbarComponent, "s-progressbar", never, { "percentage": { "alias": "percentage"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
11
12
  }