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.
- package/esm2022/lib/animation/animation.component.mjs +6 -3
- package/esm2022/lib/avatar/components/profile-group/s-profile-group.component.mjs +1 -1
- package/esm2022/lib/avatar/s-avatar.component.mjs +13 -16
- package/esm2022/lib/badge/s-badge.component.mjs +7 -6
- package/esm2022/lib/bottom-status-bar/bottom-status-bar.component.mjs +7 -11
- package/esm2022/lib/breadcrum/s-breadcrum.component.mjs +7 -4
- package/esm2022/lib/button/components/button/s-button.component.mjs +7 -3
- package/esm2022/lib/card/s-card.component.mjs +10 -7
- package/esm2022/lib/checkbox/checkbox-new/s-checkbox.component.mjs +12 -5
- package/esm2022/lib/checkbox/s-checkbox.component.mjs +8 -8
- package/esm2022/lib/collapse/s-collapse.component.mjs +7 -4
- package/esm2022/lib/company-logo/s-company-logo.component.mjs +9 -5
- package/esm2022/lib/container/s-container.component.mjs +6 -3
- package/esm2022/lib/content/s-content.component.mjs +6 -3
- package/esm2022/lib/dynamic-form/s-dynamic-form.component.mjs +1 -1
- package/esm2022/lib/empty/empty.component.mjs +4 -3
- package/esm2022/lib/footer/s-footer.component.mjs +3 -3
- package/esm2022/lib/grid-multi-inputs/grid-multi-inputs.component.mjs +1 -1
- package/esm2022/lib/icon-material/s-icon-material.component.mjs +6 -3
- package/esm2022/lib/input/components/calendar/s-calendar.component.mjs +11 -14
- package/esm2022/lib/input/components/color/s-color.component.mjs +10 -8
- package/esm2022/lib/input/components/error-control/s-error-control.component.mjs +18 -15
- package/esm2022/lib/input/components/input/s-input-model.mjs +2 -6
- package/esm2022/lib/input/components/input/s-input.component.mjs +11 -5
- package/esm2022/lib/input/components/input-number/s-input-number.component.mjs +12 -12
- package/esm2022/lib/input/components/input-textarea/s-input-textarea.component.mjs +11 -8
- package/esm2022/lib/input/components/slider/s-slider.component.mjs +21 -13
- package/esm2022/lib/input/components/time/s-time.component.mjs +11 -14
- package/esm2022/lib/input/components/validation-error/s-validation-error.component.mjs +7 -4
- package/esm2022/lib/link/s-link.component.mjs +6 -3
- package/esm2022/lib/list/s-list.component.mjs +6 -3
- package/esm2022/lib/list-simple/s-list-simple.component.mjs +6 -3
- package/esm2022/lib/modal/modal-confirm/modal-confirm.component.mjs +6 -13
- package/esm2022/lib/modal/modal-confirm/models/modal-confirm.interface.mjs +1 -1
- package/esm2022/lib/modal/modal-confirm/services/modal-confirm.service.mjs +1 -1
- package/esm2022/lib/navbar/components/icon-menu/components/s-notificaction.component.mjs +1 -1
- package/esm2022/lib/navbar/components/icon-menu/s-icon-menu.component.mjs +1 -1
- package/esm2022/lib/navbar/components/menu-main/s-menu-main.component.mjs +1 -1
- package/esm2022/lib/navbar/s-navbar.component.mjs +9 -3
- package/esm2022/lib/pagination/s-pagination.component.mjs +7 -4
- package/esm2022/lib/popup/s-popup.component.mjs +22 -19
- package/esm2022/lib/precode/s-precode.component.mjs +9 -7
- package/esm2022/lib/progressbar/s-progressbar.component.mjs +6 -3
- package/esm2022/lib/radio/s-radio.component.mjs +13 -11
- package/esm2022/lib/select/select/s-select.component.mjs +12 -8
- package/esm2022/lib/select/select-multiple/s-select-multiple-model.mjs +1 -1
- package/esm2022/lib/select/select-multiple/s-select-multiple.component.mjs +12 -10
- package/esm2022/lib/select/select-multiple-old/s-select-multiple-old.component.mjs +1 -1
- package/esm2022/lib/select/select-simple/s-select-simple.component.mjs +1 -1
- package/esm2022/lib/sidebar/s-sidebar.component.mjs +6 -3
- package/esm2022/lib/spinner/s-spinner.component.mjs +1 -1
- package/esm2022/lib/sub-menu/s-sub-menu.component.mjs +1 -1
- package/esm2022/lib/table-complete/table-complete.component.mjs +7 -3
- package/esm2022/lib/table-double/table-double.component.mjs +4 -3
- package/esm2022/lib/table-double/table-double.model.mjs +1 -1
- package/esm2022/lib/table-double-complete/table-double-complete.component.mjs +6 -4
- package/esm2022/lib/table-double-complete/table-double-complete.model.mjs +1 -1
- package/esm2022/lib/table-t/s-tablet.component.mjs +6 -3
- package/esm2022/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.mjs +1 -1
- package/esm2022/lib/table-t/table-actions-buttons/table-actions-buttons.component.mjs +6 -3
- package/esm2022/lib/tabs/models/configTabs.interface.mjs +1 -1
- package/esm2022/lib/tabs/s-tabs.component.mjs +8 -4
- package/esm2022/lib/tag/s-tag.component.mjs +6 -3
- package/esm2022/lib/timeline/s-timeline.component.mjs +6 -3
- package/esm2022/lib/toast/s-toast-service.mjs +3 -3
- package/esm2022/lib/toast/s-toast.component.mjs +3 -3
- package/esm2022/lib/toggle-switch/s-toggle-switch.component.mjs +1 -1
- package/esm2022/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.mjs +12 -10
- package/esm2022/lib/toolbar-top/toolbar-top.component.mjs +4 -3
- package/esm2022/lib/tooltip/s-tooltip.component.mjs +32 -16
- package/esm2022/lib/tree-list/s-tree-list.component.mjs +6 -3
- package/fesm2022/sidesys-generic-ui.mjs +581 -461
- package/fesm2022/sidesys-generic-ui.mjs.map +1 -1
- package/lib/animation/animation.component.d.ts +2 -1
- package/lib/avatar/s-avatar.component.d.ts +2 -2
- package/lib/badge/s-badge.component.d.ts +3 -5
- package/lib/bottom-status-bar/bottom-status-bar.component.d.ts +2 -0
- package/lib/breadcrum/s-breadcrum.component.d.ts +2 -1
- package/lib/button/components/button/s-button.component.d.ts +6 -5
- package/lib/card/s-card.component.d.ts +3 -2
- package/lib/checkbox/checkbox-new/s-checkbox.component.d.ts +5 -3
- package/lib/collapse/s-collapse.component.d.ts +2 -1
- package/lib/company-logo/s-company-logo.component.d.ts +2 -1
- package/lib/container/s-container.component.d.ts +2 -1
- package/lib/content/s-content.component.d.ts +2 -1
- package/lib/empty/empty.component.d.ts +2 -0
- package/lib/icon-material/s-icon-material.component.d.ts +2 -1
- package/lib/input/components/calendar/s-calendar.component.d.ts +4 -3
- package/lib/input/components/color/s-color.component.d.ts +4 -3
- package/lib/input/components/error-control/s-error-control.component.d.ts +2 -1
- package/lib/input/components/input/s-input-model.d.ts +0 -1
- package/lib/input/components/input/s-input.component.d.ts +5 -2
- package/lib/input/components/input-number/s-input-number.component.d.ts +4 -2
- package/lib/input/components/input-textarea/s-input-textarea.component.d.ts +4 -2
- package/lib/input/components/time/s-time.component.d.ts +4 -3
- package/lib/input/components/validation-error/s-validation-error.component.d.ts +2 -1
- package/lib/link/s-link.component.d.ts +2 -1
- package/lib/list/s-list.component.d.ts +2 -1
- package/lib/list-simple/s-list-simple.component.d.ts +2 -1
- package/lib/modal/modal-confirm/modal-confirm.component.d.ts +1 -0
- package/lib/modal/modal-confirm/models/modal-confirm.interface.d.ts +1 -0
- package/lib/navbar/s-navbar.component.d.ts +5 -3
- package/lib/pagination/s-pagination.component.d.ts +2 -1
- package/lib/popup/s-popup.component.d.ts +2 -1
- package/lib/precode/s-precode.component.d.ts +3 -5
- package/lib/progressbar/s-progressbar.component.d.ts +2 -1
- package/lib/radio/s-radio.component.d.ts +3 -2
- package/lib/select/select/s-select.component.d.ts +5 -3
- package/lib/select/select-multiple/s-select-multiple-model.d.ts +1 -0
- package/lib/select/select-multiple/s-select-multiple.component.d.ts +5 -3
- package/lib/sidebar/s-sidebar.component.d.ts +2 -1
- package/lib/table-complete/table-complete.component.d.ts +3 -1
- package/lib/table-double/table-double.component.d.ts +1 -0
- package/lib/table-double/table-double.model.d.ts +1 -0
- package/lib/table-double-complete/table-double-complete.component.d.ts +1 -0
- package/lib/table-double-complete/table-double-complete.model.d.ts +1 -0
- package/lib/table-t/s-tablet.component.d.ts +2 -1
- package/lib/table-t/table-actions-buttons/interfaces/TypeActions.interface.d.ts +1 -0
- package/lib/table-t/table-actions-buttons/table-actions-buttons.component.d.ts +2 -1
- package/lib/tabs/models/configTabs.interface.d.ts +1 -0
- package/lib/tabs/s-tabs.component.d.ts +2 -2
- package/lib/tag/s-tag.component.d.ts +2 -1
- package/lib/timeline/s-timeline.component.d.ts +2 -1
- package/lib/toast/s-toast-service.d.ts +3 -3
- package/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.d.ts +6 -3
- package/lib/toolbar-top/toolbar-top.component.d.ts +2 -0
- package/lib/tooltip/s-tooltip.component.d.ts +2 -1
- package/lib/tree-list/s-tree-list.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -25,6 +25,7 @@ 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>;
|
|
29
30
|
switchChangeEvent: EventEmitter<STableDoubleSwitchEvent>;
|
|
30
31
|
disabledButtonLeft: WritableSignal<boolean>;
|
|
@@ -17,6 +17,7 @@ export declare class STableDoubleCompleteComponent implements OnInit {
|
|
|
17
17
|
pillButtonPositionEvent: EventEmitter<boolean>;
|
|
18
18
|
scrollPositionEvent: EventEmitter<boolean>;
|
|
19
19
|
selectPositionEvent: EventEmitter<STableDoubleStringEvent>;
|
|
20
|
+
id: string;
|
|
20
21
|
switchChangeEvent: EventEmitter<STableDoubleSwitchEvent>;
|
|
21
22
|
private activeTabKey;
|
|
22
23
|
private rightTableState;
|
|
@@ -19,6 +19,7 @@ export interface STableDoubleCompleteConfig {
|
|
|
19
19
|
tabs: ITab[];
|
|
20
20
|
configTabs?: IConfigTabs;
|
|
21
21
|
tableConfig: STableDoubleCompleteTable;
|
|
22
|
+
id?: string;
|
|
22
23
|
itemsByTab: Record<string, STableDoubleCompleteItem[]>;
|
|
23
24
|
treeMode?: boolean;
|
|
24
25
|
showOrderButtons?: 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;
|
|
@@ -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
|
}
|
|
@@ -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:
|
|
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:
|
|
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
|
}
|
|
@@ -21,6 +21,7 @@ export interface SToolbarTop {
|
|
|
21
21
|
multiSelect?: SMultiSelect;
|
|
22
22
|
pillButton?: string;
|
|
23
23
|
title?: string;
|
|
24
|
+
id?: string;
|
|
24
25
|
}
|
|
25
26
|
export declare class SToolbarTopComponent implements OnInit, OnChanges {
|
|
26
27
|
config: SToolbarTop;
|
|
@@ -31,6 +32,7 @@ export declare class SToolbarTopComponent implements OnInit, OnChanges {
|
|
|
31
32
|
pillButtonEvent: EventEmitter<void>;
|
|
32
33
|
selectEvent: EventEmitter<string>;
|
|
33
34
|
searchEvent: EventEmitter<string>;
|
|
35
|
+
id: string;
|
|
34
36
|
inputSearchConfig: SInput;
|
|
35
37
|
multiActionMenu: SSubMenu;
|
|
36
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
|
}
|