sidesys-generic-ui 2.4.4 → 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 (138) 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 +13 -13
  3. package/esm2022/lib/avatar/s-avatar.component.mjs +21 -20
  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 +9 -8
  20. package/esm2022/lib/icon-material/s-icon-material.model.mjs +1 -1
  21. package/esm2022/lib/input/components/calendar/s-calendar.component.mjs +11 -14
  22. package/esm2022/lib/input/components/color/s-color.component.mjs +10 -8
  23. package/esm2022/lib/input/components/error-control/s-error-control.component.mjs +18 -15
  24. package/esm2022/lib/input/components/input/s-input-model.mjs +2 -6
  25. package/esm2022/lib/input/components/input/s-input.component.mjs +11 -5
  26. package/esm2022/lib/input/components/input-number/s-input-number.component.mjs +12 -12
  27. package/esm2022/lib/input/components/input-textarea/s-input-textarea.component.mjs +11 -8
  28. package/esm2022/lib/input/components/slider/s-slider.component.mjs +21 -13
  29. package/esm2022/lib/input/components/time/s-time.component.mjs +11 -14
  30. package/esm2022/lib/input/components/validation-error/s-validation-error.component.mjs +7 -4
  31. package/esm2022/lib/link/s-link.component.mjs +6 -3
  32. package/esm2022/lib/list/s-list.component.mjs +6 -3
  33. package/esm2022/lib/list-simple/s-list-simple.component.mjs +6 -3
  34. package/esm2022/lib/modal/modal-confirm/modal-confirm.component.mjs +6 -13
  35. package/esm2022/lib/modal/modal-confirm/models/modal-confirm.interface.mjs +1 -1
  36. package/esm2022/lib/modal/modal-confirm/services/modal-confirm.service.mjs +1 -1
  37. package/esm2022/lib/navbar/components/icon-menu/components/s-notificaction.component.mjs +1 -1
  38. package/esm2022/lib/navbar/components/icon-menu/s-icon-menu.component.mjs +1 -1
  39. package/esm2022/lib/navbar/components/menu-main/s-menu-main.component.mjs +1 -1
  40. package/esm2022/lib/navbar/s-navbar.component.mjs +9 -3
  41. package/esm2022/lib/pagination/s-pagination.component.mjs +7 -4
  42. package/esm2022/lib/popup/s-popup.component.mjs +22 -19
  43. package/esm2022/lib/precode/s-precode.component.mjs +9 -7
  44. package/esm2022/lib/progressbar/s-progressbar.component.mjs +6 -3
  45. package/esm2022/lib/radio/s-radio.component.mjs +13 -11
  46. package/esm2022/lib/select/select/s-select.component.mjs +12 -8
  47. package/esm2022/lib/select/select-multiple/s-select-multiple-model.mjs +1 -1
  48. package/esm2022/lib/select/select-multiple/s-select-multiple.component.mjs +12 -10
  49. package/esm2022/lib/select/select-multiple-old/s-select-multiple-old.component.mjs +3 -3
  50. package/esm2022/lib/select/select-simple/s-select-simple.component.mjs +3 -3
  51. package/esm2022/lib/sidebar/s-sidebar.component.mjs +6 -3
  52. package/esm2022/lib/spinner/s-spinner.component.mjs +1 -1
  53. package/esm2022/lib/sub-menu/s-sub-menu.component.mjs +3 -3
  54. package/esm2022/lib/table-complete/table-complete.component.mjs +7 -3
  55. package/esm2022/lib/table-double/table-double.component.mjs +42 -16
  56. package/esm2022/lib/table-double/table-double.model.mjs +1 -1
  57. package/esm2022/lib/table-double-complete/index.mjs +3 -0
  58. package/esm2022/lib/table-double-complete/table-double-complete.component.mjs +41 -25
  59. package/esm2022/lib/table-double-complete/table-double-complete.model.mjs +1 -1
  60. package/esm2022/lib/table-t/s-tablet-model.mjs +1 -1
  61. package/esm2022/lib/table-t/s-tablet.component.mjs +6 -3
  62. package/esm2022/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.mjs +1 -1
  63. package/esm2022/lib/table-t/table-actions-buttons/table-actions-buttons.component.mjs +6 -3
  64. package/esm2022/lib/tabs/models/configTabs.interface.mjs +1 -1
  65. package/esm2022/lib/tabs/s-tabs.component.mjs +8 -4
  66. package/esm2022/lib/tag/s-tag.component.mjs +6 -3
  67. package/esm2022/lib/timeline/s-timeline.component.mjs +6 -3
  68. package/esm2022/lib/toast/s-toast-service.mjs +3 -3
  69. package/esm2022/lib/toast/s-toast.component.mjs +3 -3
  70. package/esm2022/lib/toggle-switch/s-toggle-switch.component.mjs +3 -3
  71. package/esm2022/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.mjs +12 -10
  72. package/esm2022/lib/toolbar-top/toolbar-top.component.mjs +5 -6
  73. package/esm2022/lib/tooltip/s-tooltip.component.mjs +32 -16
  74. package/esm2022/lib/tree-list/s-tree-list.component.mjs +6 -3
  75. package/esm2022/public-api.mjs +2 -2
  76. package/fesm2022/sidesys-generic-ui.mjs +677 -521
  77. package/fesm2022/sidesys-generic-ui.mjs.map +1 -1
  78. package/lib/animation/animation.component.d.ts +2 -1
  79. package/lib/avatar/components/profile-group/s-profile-group.component.d.ts +1 -1
  80. package/lib/avatar/s-avatar.component.d.ts +3 -5
  81. package/lib/badge/s-badge.component.d.ts +3 -5
  82. package/lib/bottom-status-bar/bottom-status-bar.component.d.ts +2 -0
  83. package/lib/breadcrum/s-breadcrum.component.d.ts +2 -1
  84. package/lib/button/components/button/s-button.component.d.ts +6 -5
  85. package/lib/card/s-card.component.d.ts +3 -2
  86. package/lib/checkbox/checkbox-new/s-checkbox.component.d.ts +5 -3
  87. package/lib/collapse/s-collapse.component.d.ts +2 -1
  88. package/lib/company-logo/s-company-logo.component.d.ts +2 -1
  89. package/lib/container/s-container.component.d.ts +2 -1
  90. package/lib/content/s-content.component.d.ts +2 -1
  91. package/lib/empty/empty.component.d.ts +2 -0
  92. package/lib/icon-material/s-icon-material.component.d.ts +2 -2
  93. package/lib/icon-material/s-icon-material.model.d.ts +1 -2
  94. package/lib/input/components/calendar/s-calendar.component.d.ts +4 -3
  95. package/lib/input/components/color/s-color.component.d.ts +4 -3
  96. package/lib/input/components/error-control/s-error-control.component.d.ts +2 -1
  97. package/lib/input/components/input/s-input-model.d.ts +0 -1
  98. package/lib/input/components/input/s-input.component.d.ts +5 -2
  99. package/lib/input/components/input-number/s-input-number.component.d.ts +4 -2
  100. package/lib/input/components/input-textarea/s-input-textarea.component.d.ts +4 -2
  101. package/lib/input/components/time/s-time.component.d.ts +4 -3
  102. package/lib/input/components/validation-error/s-validation-error.component.d.ts +2 -1
  103. package/lib/link/s-link.component.d.ts +2 -1
  104. package/lib/list/s-list.component.d.ts +2 -1
  105. package/lib/list-simple/s-list-simple.component.d.ts +2 -1
  106. package/lib/modal/modal-confirm/modal-confirm.component.d.ts +1 -0
  107. package/lib/modal/modal-confirm/models/modal-confirm.interface.d.ts +1 -0
  108. package/lib/navbar/s-navbar.component.d.ts +5 -3
  109. package/lib/pagination/s-pagination.component.d.ts +2 -1
  110. package/lib/popup/s-popup.component.d.ts +2 -1
  111. package/lib/precode/s-precode.component.d.ts +3 -5
  112. package/lib/progressbar/s-progressbar.component.d.ts +2 -1
  113. package/lib/radio/s-radio.component.d.ts +3 -2
  114. package/lib/select/select/s-select.component.d.ts +5 -3
  115. package/lib/select/select-multiple/s-select-multiple-model.d.ts +1 -0
  116. package/lib/select/select-multiple/s-select-multiple.component.d.ts +5 -3
  117. package/lib/sidebar/s-sidebar.component.d.ts +2 -1
  118. package/lib/table-complete/table-complete.component.d.ts +3 -1
  119. package/lib/table-double/table-double.component.d.ts +6 -2
  120. package/lib/table-double/table-double.model.d.ts +7 -2
  121. package/lib/table-double-complete/index.d.ts +2 -0
  122. package/lib/table-double-complete/table-double-complete.component.d.ts +6 -2
  123. package/lib/table-double-complete/table-double-complete.model.d.ts +3 -0
  124. package/lib/table-t/s-tablet-model.d.ts +2 -0
  125. package/lib/table-t/s-tablet.component.d.ts +2 -1
  126. package/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.d.ts +1 -0
  127. package/lib/table-t/table-actions-buttons/table-actions-buttons.component.d.ts +2 -1
  128. package/lib/tabs/models/configTabs.interface.d.ts +1 -0
  129. package/lib/tabs/s-tabs.component.d.ts +2 -2
  130. package/lib/tag/s-tag.component.d.ts +2 -1
  131. package/lib/timeline/s-timeline.component.d.ts +2 -1
  132. package/lib/toast/s-toast-service.d.ts +3 -3
  133. package/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.d.ts +6 -3
  134. package/lib/toolbar-top/toolbar-top.component.d.ts +4 -0
  135. package/lib/tooltip/s-tooltip.component.d.ts +2 -1
  136. package/lib/tree-list/s-tree-list.component.d.ts +2 -1
  137. package/package.json +1 -1
  138. package/public-api.d.ts +1 -2
@@ -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
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export interface SRadio {
@@ -11,7 +11,7 @@ export interface SRadio {
11
11
  value?: string;
12
12
  readOnly?: boolean;
13
13
  }
14
- export declare class SRadioComponent implements ControlValueAccessor {
14
+ export declare class SRadioComponent implements ControlValueAccessor, OnInit {
15
15
  onChange: (_: any) => void;
16
16
  onTouch: () => void;
17
17
  config: SRadio;
@@ -24,6 +24,7 @@ export declare class SRadioComponent implements ControlValueAccessor {
24
24
  boldSelectActive: boolean;
25
25
  readOnly: boolean;
26
26
  emitSelection: EventEmitter<string>;
27
+ ngOnInit(): void;
27
28
  doCheck(event: any): void;
28
29
  writeValue(value: any): void;
29
30
  registerOnChange(fn: any): void;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, Injector } from '@angular/core';
1
+ import { EventEmitter, Injector, OnInit } from '@angular/core';
2
2
  import { SSelectSimpleModel } from '../s-select-model';
3
3
  import { FormControl } from '@angular/forms';
4
4
  import { ControlValueAccessorDirective } from '../../input/directives/control-value-accessor.directive';
@@ -6,11 +6,12 @@ import { INPUT_SIZE } from '../../input/enums/size.enum';
6
6
  import { SelectNavigationService } from '../s-select-service';
7
7
  import { SSelect } from './s-select-model';
8
8
  import * as i0 from "@angular/core";
9
- export declare class SSelectComponent<T> extends ControlValueAccessorDirective<T> {
9
+ export declare class SSelectComponent<T> extends ControlValueAccessorDirective<T> implements OnInit {
10
10
  private selectNavService;
11
11
  config: SSelect;
12
12
  blur: EventEmitter<void>;
13
13
  focus: EventEmitter<void>;
14
+ id: string;
14
15
  INPUT_SIZE: typeof INPUT_SIZE;
15
16
  isOpen: boolean;
16
17
  activeIndex: number;
@@ -18,6 +19,7 @@ export declare class SSelectComponent<T> extends ControlValueAccessorDirective<T
18
19
  clickInside: boolean;
19
20
  isFocused: boolean;
20
21
  constructor(injector: Injector, selectNavService: SelectNavigationService);
22
+ ngOnInit(): void;
21
23
  getControl(): FormControl<any>;
22
24
  getTitle(): string;
23
25
  onInput(event: Event): void;
@@ -30,5 +32,5 @@ export declare class SSelectComponent<T> extends ControlValueAccessorDirective<T
30
32
  onKeyDownMain(event: KeyboardEvent): void;
31
33
  onKeyDownItems(event: KeyboardEvent, item: SSelectSimpleModel): void;
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SSelectComponent<any>, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SSelectComponent<any>, "s-select", never, { "config": { "alias": "config"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; }, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SSelectComponent<any>, "s-select", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; }, never, never, false, never>;
34
36
  }
@@ -6,6 +6,7 @@ export interface SMultiSelect {
6
6
  label?: string;
7
7
  readOnly?: boolean;
8
8
  display?: 'dot' | 'iconperson' | 'profile';
9
+ id?: string;
9
10
  errorMessages?: Record<string, string>;
10
11
  errorText?: string;
11
12
  helpText?: string;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, AfterContentInit, Injector } from '@angular/core';
1
+ import { EventEmitter, AfterContentInit, Injector, OnInit } from '@angular/core';
2
2
  import { SCheckbox } from '../../checkbox';
3
3
  import { FormControl } from '@angular/forms';
4
4
  import { SelectNavigationService } from '../s-select-service';
@@ -7,13 +7,14 @@ import { ControlValueAccessorDirective } from '../../input/directives/control-va
7
7
  import { SInput } from '../../input/components/input/s-input-model';
8
8
  import { SItemMultiSelect, SMultiSelect } from './s-select-multiple-model';
9
9
  import * as i0 from "@angular/core";
10
- export declare class SSelectMultipleComponent extends ControlValueAccessorDirective<string[]> implements AfterContentInit {
10
+ export declare class SSelectMultipleComponent extends ControlValueAccessorDirective<string[]> implements AfterContentInit, OnInit {
11
11
  private selectNavService;
12
12
  config: SMultiSelect;
13
13
  selectEvent: EventEmitter<SItemMultiSelect[]>;
14
14
  selectedEvent: EventEmitter<string[]>;
15
15
  blurEvent: EventEmitter<void>;
16
16
  focusEvent: EventEmitter<void>;
17
+ id: string;
17
18
  value: string[];
18
19
  optionsInit: any[];
19
20
  clickInside: boolean;
@@ -29,6 +30,7 @@ export declare class SSelectMultipleComponent extends ControlValueAccessorDirect
29
30
  INPUT_SIZE: typeof INPUT_SIZE;
30
31
  isFocused: boolean;
31
32
  constructor(selectNavService: SelectNavigationService, injector: Injector);
33
+ ngOnInit(): void;
32
34
  getControl(): FormControl<any>;
33
35
  ngAfterContentInit(): void;
34
36
  openDropDown(): void;
@@ -50,5 +52,5 @@ export declare class SSelectMultipleComponent extends ControlValueAccessorDirect
50
52
  onKeyDownMain(event: KeyboardEvent): void;
51
53
  onKeyDownItems(event: KeyboardEvent, item: any): void;
52
54
  static ɵfac: i0.ɵɵFactoryDeclaration<SSelectMultipleComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<SSelectMultipleComponent, "s-select-multiple", never, { "config": { "alias": "config"; "required": false; }; }, { "selectEvent": "selectEvent"; "selectedEvent": "selectedEvent"; "blurEvent": "blurEvent"; "focusEvent": "focusEvent"; }, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<SSelectMultipleComponent, "s-select-multiple", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "selectEvent": "selectEvent"; "selectedEvent": "selectedEvent"; "blurEvent": "blurEvent"; "focusEvent": "focusEvent"; }, never, never, false, never>;
54
56
  }
@@ -10,6 +10,7 @@ export declare class SSidebarComponent implements OnInit, OnDestroy {
10
10
  showExpand: boolean;
11
11
  theme?: string;
12
12
  images?: SSidebarImage;
13
+ id?: string;
13
14
  private subscription;
14
15
  clickEvent: EventEmitter<SMenuItem>;
15
16
  clickEventMenu: EventEmitter<boolean>;
@@ -33,5 +34,5 @@ export declare class SSidebarComponent implements OnInit, OnDestroy {
33
34
  onResize(): void;
34
35
  checkScreenSize(): void;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SSidebarComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<SSidebarComponent, "s-sidebar", never, { "menu": { "alias": "menu"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "showExpand": { "alias": "showExpand"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SSidebarComponent, "s-sidebar", never, { "menu": { "alias": "menu"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "showExpand": { "alias": "showExpand"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "images": { "alias": "images"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "clickEvent": "clickEvent"; "clickEventMenu": "clickEventMenu"; }, never, never, false, never>;
37
38
  }
@@ -13,6 +13,7 @@ export interface STableComplete {
13
13
  configToolbarTop?: SToolbarTop;
14
14
  emptyConfig?: SEmpty;
15
15
  hidePagination?: boolean;
16
+ id?: string;
16
17
  scroll?: boolean;
17
18
  loadingScroll?: boolean;
18
19
  pageSize?: number;
@@ -42,6 +43,7 @@ export declare class TableCompleteComponent implements OnInit, OnChanges {
42
43
  searchEvent: EventEmitter<string>;
43
44
  bottomStatusBarEvent: EventEmitter<boolean>;
44
45
  scrollEvent: EventEmitter<void>;
46
+ id: string;
45
47
  private _sTranslateService;
46
48
  emptyConfigSearch: SEmpty;
47
49
  searchText: string;
@@ -63,5 +65,5 @@ export declare class TableCompleteComponent implements OnInit, OnChanges {
63
65
  selectionControlChange(state: boolean): void;
64
66
  onScroll(): void;
65
67
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCompleteComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<TableCompleteComponent, "s-table-complete", never, { "config": { "alias": "config"; "required": false; }; }, { "actionEvent": "actionEvent"; "checkAllEvent": "checkAllEvent"; "deleteEvent": "deleteEvent"; "emptyEvent": "emptyEvent"; "filterEvent": "filterEvent"; "orderByEvent": "orderByEvent"; "pageEvent": "pageEvent"; "paginationEvent": "paginationEvent"; "multiSelectEvent": "multiSelectEvent"; "pillButtonEvent": "pillButtonEvent"; "selectEvent": "selectEvent"; "searchEvent": "searchEvent"; "bottomStatusBarEvent": "bottomStatusBarEvent"; "scrollEvent": "scrollEvent"; }, never, ["*"], false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableCompleteComponent, "s-table-complete", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "actionEvent": "actionEvent"; "checkAllEvent": "checkAllEvent"; "deleteEvent": "deleteEvent"; "emptyEvent": "emptyEvent"; "filterEvent": "filterEvent"; "orderByEvent": "orderByEvent"; "pageEvent": "pageEvent"; "paginationEvent": "paginationEvent"; "multiSelectEvent": "multiSelectEvent"; "pillButtonEvent": "pillButtonEvent"; "selectEvent": "selectEvent"; "searchEvent": "searchEvent"; "bottomStatusBarEvent": "bottomStatusBarEvent"; "scrollEvent": "scrollEvent"; }, never, ["*"], false, never>;
67
69
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit, WritableSignal } from '@angular/core';
2
2
  import { SortTable } from '../table-t';
3
- import { STableDouble, STableDoubleActionEvent, STableDoubleBooleanEvent, STableDoubleNumberEvent, STableDoubleReorderEvent, STableDoubleSortEvent, STableDoubleStringArrayEvent, STableDoubleStringEvent, STablesData } from './table-double.model';
3
+ import { STableDouble, STableDoubleActionEvent, STableDoubleBooleanEvent, STableDoubleNumberEvent, STableDoubleReorderEvent, STableDoubleSortEvent, STableDoubleStringArrayEvent, STableDoubleStringEvent, STableDoubleSwitchEvent, STablesData } from './table-double.model';
4
4
  import { ActionButton } from '../table-t/table-actions-buttons/interfaces';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class STableDoubleComponent implements OnInit {
@@ -25,7 +25,9 @@ export declare class STableDoubleComponent implements OnInit {
25
25
  }>;
26
26
  actionEvent: EventEmitter<STableDoubleActionEvent>;
27
27
  toggleExpandEvent: EventEmitter<string>;
28
+ id: string;
28
29
  reorderItemEvent: EventEmitter<STableDoubleReorderEvent>;
30
+ switchChangeEvent: EventEmitter<STableDoubleSwitchEvent>;
29
31
  disabledButtonLeft: WritableSignal<boolean>;
30
32
  disabledButtonRight: WritableSignal<boolean>;
31
33
  itemsTableLeft: any[];
@@ -62,6 +64,7 @@ export declare class STableDoubleComponent implements OnInit {
62
64
  search(event: string, isLeftTable: boolean): void;
63
65
  private getFilteredItems;
64
66
  private updateCounter;
67
+ getTreeCellColspan(): number;
65
68
  getTreeLevelClass(item: any): string;
66
69
  toggleExpand(event: Event, itemId: string): void;
67
70
  rowClick(item: any, isLeftTable: boolean): void;
@@ -69,6 +72,7 @@ export declare class STableDoubleComponent implements OnInit {
69
72
  private setItems;
70
73
  getOrderButtons(item: any): ActionButton[];
71
74
  onOrderButtonClick(type: string, itemId: string): void;
75
+ onSwitchChange(value: boolean, itemId: string, columnId: string, isLeftTable: boolean): void;
72
76
  static ɵfac: i0.ɵɵFactoryDeclaration<STableDoubleComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<STableDoubleComponent, "s-table-double", never, { "config": { "alias": "config"; "required": false; }; }, { "actionPositionEvent": "actionPositionEvent"; "bottomStatusBarPositionEvent": "bottomStatusBarPositionEvent"; "checkAllPositionEvent": "checkAllPositionEvent"; "deletePositionEvent": "deletePositionEvent"; "emptyPositionEvent": "emptyPositionEvent"; "eventUpdateTables": "eventUpdateTables"; "filterPositionEvent": "filterPositionEvent"; "multiSelectPositionEvent": "multiSelectPositionEvent"; "orderByPositionEvent": "orderByPositionEvent"; "pagePositionEvent": "pagePositionEvent"; "paginationPositionEvent": "paginationPositionEvent"; "pillButtonPositionEvent": "pillButtonPositionEvent"; "scrollPositionEvent": "scrollPositionEvent"; "selectPositionEvent": "selectPositionEvent"; "rowSelectPositionEvent": "rowSelectPositionEvent"; "actionEvent": "actionEvent"; "toggleExpandEvent": "toggleExpandEvent"; "reorderItemEvent": "reorderItemEvent"; }, never, never, true, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<STableDoubleComponent, "s-table-double", never, { "config": { "alias": "config"; "required": false; }; }, { "actionPositionEvent": "actionPositionEvent"; "bottomStatusBarPositionEvent": "bottomStatusBarPositionEvent"; "checkAllPositionEvent": "checkAllPositionEvent"; "deletePositionEvent": "deletePositionEvent"; "emptyPositionEvent": "emptyPositionEvent"; "eventUpdateTables": "eventUpdateTables"; "filterPositionEvent": "filterPositionEvent"; "multiSelectPositionEvent": "multiSelectPositionEvent"; "orderByPositionEvent": "orderByPositionEvent"; "pagePositionEvent": "pagePositionEvent"; "paginationPositionEvent": "paginationPositionEvent"; "pillButtonPositionEvent": "pillButtonPositionEvent"; "scrollPositionEvent": "scrollPositionEvent"; "selectPositionEvent": "selectPositionEvent"; "rowSelectPositionEvent": "rowSelectPositionEvent"; "actionEvent": "actionEvent"; "toggleExpandEvent": "toggleExpandEvent"; "reorderItemEvent": "reorderItemEvent"; "switchChangeEvent": "switchChangeEvent"; }, never, never, true, never>;
74
78
  }
@@ -8,13 +8,14 @@ export interface STableDouble {
8
8
  additionButton?: boolean;
9
9
  isTreeMode?: boolean;
10
10
  disableLeftRowSelection?: boolean;
11
+ id?: string;
11
12
  showOrderButtons?: boolean;
12
13
  }
13
14
  export interface STableDoubleItem {
14
15
  name: string;
15
16
  id: string;
16
- selectedCheckbox: boolean;
17
- itemSelected?: boolean;
17
+ checked: boolean;
18
+ selected?: boolean;
18
19
  iconAction?: string;
19
20
  level?: number;
20
21
  expanded?: boolean;
@@ -46,3 +47,7 @@ export interface STableDoubleReorderEvent {
46
47
  itemId: string;
47
48
  direction: ReorderDirection;
48
49
  }
50
+ export interface STableDoubleSwitchEvent extends STableDoubleEvent<boolean> {
51
+ itemId: string;
52
+ columnId: string;
53
+ }
@@ -0,0 +1,2 @@
1
+ export * from './table-double-complete.component';
2
+ export * from './table-double-complete.model';
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { STableDoubleCompleteConfig, STableDoubleCompleteUpdateEvent } from './table-double-complete.model';
3
3
  import { ITab } from '../tabs/models';
4
- import { STableDouble, STablesData, STableDoubleBooleanEvent, STableDoubleReorderEvent, STableDoubleStringArrayEvent, STableDoubleSortEvent, STableDoubleStringEvent } from '../table-double/table-double.model';
4
+ import { STableDouble, STablesData, STableDoubleBooleanEvent, STableDoubleReorderEvent, STableDoubleStringArrayEvent, STableDoubleSortEvent, STableDoubleStringEvent, STableDoubleSwitchEvent } from '../table-double/table-double.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class STableDoubleCompleteComponent implements OnInit {
7
7
  config: STableDoubleCompleteConfig;
@@ -17,9 +17,12 @@ export declare class STableDoubleCompleteComponent implements OnInit {
17
17
  pillButtonPositionEvent: EventEmitter<boolean>;
18
18
  scrollPositionEvent: EventEmitter<boolean>;
19
19
  selectPositionEvent: EventEmitter<STableDoubleStringEvent>;
20
+ id: string;
21
+ switchChangeEvent: EventEmitter<STableDoubleSwitchEvent>;
20
22
  private activeTabKey;
21
23
  private rightTableState;
22
24
  private expandedNodes;
25
+ private readonly _sTranslateService;
23
26
  tableDoubleAdapter: STableDouble;
24
27
  ngOnInit(): void;
25
28
  onTabSelect(tab: ITab): void;
@@ -31,8 +34,9 @@ export declare class STableDoubleCompleteComponent implements OnInit {
31
34
  private buildTree;
32
35
  private flattenTree;
33
36
  private resetSelections;
37
+ onSwitchChange(event: STableDoubleSwitchEvent): void;
34
38
  toggleNodeExpansion(nodeId: string): void;
35
39
  onReorderItem(event: STableDoubleReorderEvent): void;
36
40
  static ɵfac: i0.ɵɵFactoryDeclaration<STableDoubleCompleteComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<STableDoubleCompleteComponent, "s-table-double-complete", never, { "config": { "alias": "config"; "required": false; }; }, { "updateEvent": "updateEvent"; "actionPositionEvent": "actionPositionEvent"; "bottomStatusBarPositionEvent": "bottomStatusBarPositionEvent"; "checkAllPositionEvent": "checkAllPositionEvent"; "deletePositionEvent": "deletePositionEvent"; "emptyPositionEvent": "emptyPositionEvent"; "filterPositionEvent": "filterPositionEvent"; "multiSelectPositionEvent": "multiSelectPositionEvent"; "orderByPositionEvent": "orderByPositionEvent"; "pillButtonPositionEvent": "pillButtonPositionEvent"; "scrollPositionEvent": "scrollPositionEvent"; "selectPositionEvent": "selectPositionEvent"; }, never, never, true, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<STableDoubleCompleteComponent, "s-table-double-complete", never, { "config": { "alias": "config"; "required": false; }; }, { "updateEvent": "updateEvent"; "actionPositionEvent": "actionPositionEvent"; "bottomStatusBarPositionEvent": "bottomStatusBarPositionEvent"; "checkAllPositionEvent": "checkAllPositionEvent"; "deletePositionEvent": "deletePositionEvent"; "emptyPositionEvent": "emptyPositionEvent"; "filterPositionEvent": "filterPositionEvent"; "multiSelectPositionEvent": "multiSelectPositionEvent"; "orderByPositionEvent": "orderByPositionEvent"; "pillButtonPositionEvent": "pillButtonPositionEvent"; "scrollPositionEvent": "scrollPositionEvent"; "selectPositionEvent": "selectPositionEvent"; "switchChangeEvent": "switchChangeEvent"; }, never, never, true, never>;
38
42
  }
@@ -1,5 +1,6 @@
1
1
  import { ITab, IConfigTabs } from '../tabs/models';
2
2
  import { SortTable, STableComplete, STablesData } from '../../public-api';
3
+ import { STableDoubleSwitchEvent } from '../table-double/table-double.model';
3
4
  export interface STableDoubleCompleteItem {
4
5
  id: string;
5
6
  selectedCheckbox?: boolean;
@@ -18,6 +19,7 @@ export interface STableDoubleCompleteConfig {
18
19
  tabs: ITab[];
19
20
  configTabs?: IConfigTabs;
20
21
  tableConfig: STableDoubleCompleteTable;
22
+ id?: string;
21
23
  itemsByTab: Record<string, STableDoubleCompleteItem[]>;
22
24
  treeMode?: boolean;
23
25
  showOrderButtons?: boolean;
@@ -35,3 +37,4 @@ export type STableDoubleCompleteStringEvent = STableDoubleCompleteEvent<string>;
35
37
  export type STableDoubleCompleteStringArrayEvent = STableDoubleCompleteEvent<string[]>;
36
38
  export type STableDoubleCompleteNumberEvent = STableDoubleCompleteEvent<number>;
37
39
  export type STableDoubleCompleteSortEvent = STableDoubleCompleteEvent<SortTable>;
40
+ export type STableDoubleCompleteSwitchEvent = STableDoubleSwitchEvent;
@@ -1,3 +1,4 @@
1
+ import { SSwitch } from '../toggle-switch/toggle-switch-form/toggle-switch-form.component';
1
2
  export interface ConfigColumn {
2
3
  title?: string;
3
4
  disabled?: boolean;
@@ -7,6 +8,7 @@ export interface ConfigColumn {
7
8
  width?: string;
8
9
  align?: "left" | "right" | "center";
9
10
  sortable?: boolean;
11
+ switchConfig?: SSwitch;
10
12
  }
11
13
  export interface SortTable {
12
14
  SortAsc: boolean;
@@ -10,6 +10,7 @@ export declare class STabletComponent implements OnInit {
10
10
  body: TemplateRef<any>;
11
11
  configColumn: ConfigColumn[];
12
12
  isTreeMode: boolean;
13
+ id?: string;
13
14
  loadingScroll: import("@angular/core").InputSignal<boolean>;
14
15
  updateDataEvent: EventEmitter<any>;
15
16
  ordenByEvent: EventEmitter<SortTable>;
@@ -27,7 +28,7 @@ export declare class STabletComponent implements OnInit {
27
28
  checkAll(event: any): void;
28
29
  onScroll(event: Event): void;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<STabletComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<STabletComponent, "s-tablet", never, { "data": { "alias": "data"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "header": { "alias": "header"; "required": false; }; "bodyloading": { "alias": "bodyloading"; "required": false; }; "body": { "alias": "body"; "required": false; }; "configColumn": { "alias": "configColumn"; "required": false; }; "isTreeMode": { "alias": "isTreeMode"; "required": false; }; "loadingScroll": { "alias": "loadingScroll"; "required": false; "isSignal": true; }; }, { "updateDataEvent": "updateDataEvent"; "ordenByEvent": "ordenByEvent"; "checkAllEvent": "checkAllEvent"; "scrollEvent": "scrollEvent"; }, never, ["*"], false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<STabletComponent, "s-tablet", never, { "data": { "alias": "data"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "header": { "alias": "header"; "required": false; }; "bodyloading": { "alias": "bodyloading"; "required": false; }; "body": { "alias": "body"; "required": false; }; "configColumn": { "alias": "configColumn"; "required": false; }; "isTreeMode": { "alias": "isTreeMode"; "required": false; }; "id": { "alias": "id"; "required": false; }; "loadingScroll": { "alias": "loadingScroll"; "required": false; "isSignal": true; }; }, { "updateDataEvent": "updateDataEvent"; "ordenByEvent": "ordenByEvent"; "checkAllEvent": "checkAllEvent"; "scrollEvent": "scrollEvent"; }, never, ["*"], false, never>;
31
32
  }
32
33
  export declare class SortableColumn {
33
34
  data: STabletComponent;
@@ -5,6 +5,7 @@ export interface ActionButton {
5
5
  customType?: string;
6
6
  disabled?: boolean;
7
7
  icon?: string;
8
+ id?: string;
8
9
  type?: ActionsButtonsType;
9
10
  tooltipPosition?: 'left' | 'right' | 'bottom' | 'top';
10
11
  tooltip: string;
@@ -4,6 +4,7 @@ import { ActionsButtonsType } from './enums/ActionsButtonsType.enum';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TableActionsButtonsComponent {
6
6
  tableActionsButtons: ActionButton[];
7
+ id?: string;
7
8
  clickButtonEvent: EventEmitter<string>;
8
9
  Type: typeof ActionsButtonsType;
9
10
  ActionsButtons: import("./interfaces").IActionsButtons[];
@@ -11,5 +12,5 @@ export declare class TableActionsButtonsComponent {
11
12
  getButtonsClass(button: ActionButton): string;
12
13
  handleButtonClick(button: ActionButton): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TableActionsButtonsComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TableActionsButtonsComponent, "s-table-actions-buttons", never, { "tableActionsButtons": { "alias": "tableActionsButtons"; "required": false; }; }, { "clickButtonEvent": "clickButtonEvent"; }, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableActionsButtonsComponent, "s-table-actions-buttons", never, { "tableActionsButtons": { "alias": "tableActionsButtons"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "clickButtonEvent": "clickButtonEvent"; }, never, never, false, never>;
15
16
  }
@@ -2,6 +2,7 @@ export interface IConfigTabs {
2
2
  width?: number;
3
3
  background?: boolean;
4
4
  pill?: boolean;
5
+ id?: string;
5
6
  size?: 'sm' | 'md';
6
7
  orientation?: 'horizontal' | 'vertical';
7
8
  underline?: boolean;
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
4
4
  export declare class STabsComponent implements OnInit, OnChanges {
5
5
  tabs?: ITab[];
6
6
  configTabs?: IConfigTabs;
7
+ id: string;
7
8
  eventSelect: EventEmitter<ITab>;
8
9
  tabsConfig?: ITab[];
9
- constructor();
10
10
  ngOnChanges(changes: SimpleChanges): void;
11
11
  ngOnInit(): void;
12
12
  getBackground(): boolean;
13
13
  selectTab(tab: ITab): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<STabsComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<STabsComponent, "s-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "configTabs": { "alias": "configTabs"; "required": false; }; }, { "eventSelect": "eventSelect"; }, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<STabsComponent, "s-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "configTabs": { "alias": "configTabs"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "eventSelect": "eventSelect"; }, never, never, false, never>;
16
16
  }
@@ -3,6 +3,7 @@ export declare class STagComponent {
3
3
  type: 'primary' | 'secondary' | 'red' | 'yellow' | 'green';
4
4
  size: 'xs' | 'sm' | 'md';
5
5
  disabled: boolean;
6
+ id?: string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<STagComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<STagComponent, "s-tag", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<STagComponent, "s-tag", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
8
9
  }
@@ -8,9 +8,10 @@ export declare class STimelineComponent {
8
8
  steps: STimelineItem[];
9
9
  set selectedStep(value: STimelineItem['id'] | null);
10
10
  get selectedStep(): STimelineItem['id'] | null;
11
+ id?: string;
11
12
  selectedStepChange: EventEmitter<string | number>;
12
13
  onSelect(step: STimelineItem, index: number): void;
13
14
  private updateSelectedIndex;
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<STimelineComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<STimelineComponent, "s-timeline", never, { "defaultLine": { "alias": "defaultLine"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "selectedStep": { "alias": "selectedStep"; "required": false; }; }, { "selectedStepChange": "selectedStepChange"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<STimelineComponent, "s-timeline", never, { "defaultLine": { "alias": "defaultLine"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "selectedStep": { "alias": "selectedStep"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "selectedStepChange": "selectedStepChange"; }, never, never, false, never>;
16
17
  }
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export interface Toast {
3
- id: number;
3
+ id: string;
4
4
  title: string;
5
5
  content: string;
6
6
  theme: 'default' | 'red' | 'yellow' | 'green';
@@ -8,8 +8,8 @@ export interface Toast {
8
8
  }
9
9
  export declare class SToastService {
10
10
  toasts: Toast[];
11
- open(title: string, content: string, theme?: 'default' | 'red' | 'yellow' | 'green'): void;
12
- removeToast(id: number): void;
11
+ open(title: string, content: string, theme?: 'default' | 'red' | 'yellow' | 'green', id?: string): void;
12
+ removeToast(id: string): void;
13
13
  getIconTheme(theme: 'default' | 'red' | 'yellow' | 'green'): string;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SToastService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<SToastService>;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, 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 SSwitch {
@@ -7,15 +7,17 @@ export declare class SSwitch {
7
7
  label?: string;
8
8
  icon?: string;
9
9
  iconOff?: string;
10
+ id?: string;
10
11
  size?: 'sm' | 'md';
11
12
  showIcon?: boolean;
12
13
  vertical?: boolean;
13
14
  useFormControl?: boolean;
14
15
  readOnly?: boolean;
15
16
  }
16
- export declare class ToggleSwitchFormComponent<T> extends ControlBooleanAccessorDirective<T> implements AfterViewInit {
17
+ export declare class ToggleSwitchFormComponent<T> extends ControlBooleanAccessorDirective<T> implements AfterViewInit, OnInit {
17
18
  inputHidden: ElementRef<HTMLInputElement>;
18
19
  config: SSwitch;
20
+ id: string;
19
21
  blur: EventEmitter<void>;
20
22
  focus: EventEmitter<void>;
21
23
  valueChange: EventEmitter<boolean>;
@@ -24,6 +26,7 @@ export declare class ToggleSwitchFormComponent<T> extends ControlBooleanAccessor
24
26
  private _isFirstWriteValue;
25
27
  private _controlSubscribed;
26
28
  ngAfterViewInit(): void;
29
+ ngOnInit(): void;
27
30
  private subscribeToControl;
28
31
  get valueProxy(): boolean;
29
32
  set valueProxy(val: boolean);
@@ -39,5 +42,5 @@ export declare class ToggleSwitchFormComponent<T> extends ControlBooleanAccessor
39
42
  onClickLabel(): void;
40
43
  private updateValue;
41
44
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSwitchFormComponent<any>, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitchFormComponent<any>, "s-toggle-switch", never, { "config": { "alias": "config"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; "valueChange": "valueChange"; }, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSwitchFormComponent<any>, "s-toggle-switch", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "blur": "blur"; "focus": "focus"; "valueChange": "valueChange"; }, never, never, false, never>;
43
46
  }
@@ -6,6 +6,8 @@ import { SSelect } from '../select/select/s-select-model';
6
6
  import * as i0 from "@angular/core";
7
7
  export interface SToolbarTop {
8
8
  actionButton?: string;
9
+ actionButtonIcon?: string;
10
+ actionButtonIconDisabled?: boolean;
9
11
  multiActionButton?: string;
10
12
  deleteButton?: string;
11
13
  deleteDisabled?: boolean;
@@ -19,6 +21,7 @@ export interface SToolbarTop {
19
21
  multiSelect?: SMultiSelect;
20
22
  pillButton?: string;
21
23
  title?: string;
24
+ id?: string;
22
25
  }
23
26
  export declare class SToolbarTopComponent implements OnInit, OnChanges {
24
27
  config: SToolbarTop;
@@ -29,6 +32,7 @@ export declare class SToolbarTopComponent implements OnInit, OnChanges {
29
32
  pillButtonEvent: EventEmitter<void>;
30
33
  selectEvent: EventEmitter<string>;
31
34
  searchEvent: EventEmitter<string>;
35
+ id: string;
32
36
  inputSearchConfig: SInput;
33
37
  multiActionMenu: SSubMenu;
34
38
  multiAction: boolean;
@@ -6,6 +6,7 @@ export declare class STooltipComponent {
6
6
  description?: string;
7
7
  theme?: 'light' | 'dark';
8
8
  position?: 'left' | 'right' | 'bottom' | 'top';
9
+ id?: string;
9
10
  stylePosition: any;
10
11
  showTooltip: boolean;
11
12
  toogle(): void;
@@ -13,5 +14,5 @@ export declare class STooltipComponent {
13
14
  hide(): void;
14
15
  factoryStyle(position: any, x: any, y: any, heightParent: any, widthParent: any): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<STooltipComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<STooltipComponent, "s-tooltip", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<STooltipComponent, "s-tooltip", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "position": { "alias": "position"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
17
18
  }
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class STreeListComponent implements OnInit {
5
5
  treeNodes: TreeNode[];
6
6
  hideAll: boolean;
7
+ id?: string;
7
8
  selected: import("@angular/core").InputSignal<string | undefined>;
8
9
  emitSelectNode: EventEmitter<any>;
9
10
  emitChecked: EventEmitter<any>;
@@ -20,5 +21,5 @@ export declare class STreeListComponent implements OnInit {
20
21
  findNode(trees: TreeNode[], findedNode: TreeNode, isChecked: boolean): TreeNode | undefined;
21
22
  private checkAllChildren;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<STreeListComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<STreeListComponent, "s-tree-list", never, { "treeNodes": { "alias": "treeNodes"; "required": false; }; "hideAll": { "alias": "hideAll"; "required": false; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "emitSelectNode": "emitSelectNode"; "emitChecked": "emitChecked"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<STreeListComponent, "s-tree-list", never, { "treeNodes": { "alias": "treeNodes"; "required": false; }; "hideAll": { "alias": "hideAll"; "required": false; }; "id": { "alias": "id"; "required": false; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "emitSelectNode": "emitSelectNode"; "emitChecked": "emitChecked"; }, never, never, false, never>;
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sidesys-generic-ui",
3
- "version": "2.4.4",
3
+ "version": "2.4.7",
4
4
  "exports": {
5
5
  "./theme": {
6
6
  "sass": "./src/lib/theme.scss"
package/public-api.d.ts CHANGED
@@ -46,8 +46,7 @@ export * from './lib/container';
46
46
  export * from './lib/redirect';
47
47
  export * from './lib/bottom-status-bar';
48
48
  export * from './lib/table-double';
49
- export { STableDoubleCompleteComponent, } from './lib/table-double-complete/table-double-complete.component';
50
- export { STableDoubleCompleteConfig, STableDoubleCompleteItem, STableDoubleCompleteUpdateEvent, } from './lib/table-double-complete/table-double-complete.model';
49
+ export * from './lib/table-double-complete';
51
50
  export * from './lib/services';
52
51
  export * from './lib/shared';
53
52
  export * from './lib/pipe';