sidesys-generic-ui 2.2.2 → 2.3.0

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 (117) hide show
  1. package/esm2022/lib/animation/emuns/animation.enum.mjs +33 -6
  2. package/esm2022/lib/avatar/components/profile-group/s-profile-group.component.mjs +2 -2
  3. package/esm2022/lib/avatar/s-avatar.component.mjs +2 -2
  4. package/esm2022/lib/badge/s-badge.component.mjs +2 -2
  5. package/esm2022/lib/button/components/button/s-button.component.mjs +2 -2
  6. package/esm2022/lib/card/s-card.component.mjs +3 -4
  7. package/esm2022/lib/card/s-card.module.mjs +4 -12
  8. package/esm2022/lib/checkbox/checkbox-new/s-checkbox.component.mjs +2 -2
  9. package/esm2022/lib/checkbox/s-checkbox.component.mjs +2 -2
  10. package/esm2022/lib/collapse/s-collapse.component.mjs +2 -2
  11. package/esm2022/lib/dynamic-form/s-dynamic-form.component.mjs +1 -1
  12. package/esm2022/lib/dynamic-form/s-dynamic-form.module.mjs +4 -19
  13. package/esm2022/lib/footer/s-footer.component.mjs +2 -2
  14. package/esm2022/lib/grid-multi-inputs/components/grid-multi-inputs-toolbar-top/grid-multi-inputs-toolbar-top.component.mjs +2 -2
  15. package/esm2022/lib/grid-multi-inputs/grid-multi-inputs.component.mjs +2 -2
  16. package/esm2022/lib/input/components/calendar/s-calendar.component.mjs +2 -2
  17. package/esm2022/lib/input/components/color/s-color.component.mjs +2 -2
  18. package/esm2022/lib/input/components/error-control/s-error-control.component.mjs +2 -2
  19. package/esm2022/lib/input/components/input/s-input.component.mjs +2 -2
  20. package/esm2022/lib/input/components/input-number/s-input-number.component.mjs +2 -2
  21. package/esm2022/lib/input/components/input-textarea/s-input-textarea.component.mjs +2 -2
  22. package/esm2022/lib/input/components/range/s-range.component.mjs +7 -7
  23. package/esm2022/lib/input/components/time/s-time.component.mjs +2 -2
  24. package/esm2022/lib/input/directives/control-boolean-accessor.directive.mjs +1 -1
  25. package/esm2022/lib/input/index.mjs +1 -2
  26. package/esm2022/lib/input/input.module.mjs +7 -12
  27. package/esm2022/lib/link/s-link.component.mjs +2 -2
  28. package/esm2022/lib/list-simple/s-list-simple.component.mjs +2 -2
  29. package/esm2022/lib/modal/modal-confirm/modal-confirm.component.mjs +2 -2
  30. package/esm2022/lib/navbar/components/icon-menu/components/s-notificaction.component.mjs +2 -2
  31. package/esm2022/lib/navbar/components/icon-menu/s-icon-menu.component.mjs +2 -2
  32. package/esm2022/lib/navbar/components/menu-main/s-menu-main.component.mjs +2 -2
  33. package/esm2022/lib/navbar/components/menu-main/s-menu-main.module.mjs +4 -10
  34. package/esm2022/lib/navbar/s-navbar.component.mjs +2 -2
  35. package/esm2022/lib/navbar/s-navbar.module.mjs +4 -10
  36. package/esm2022/lib/radio/s-radio.component.mjs +2 -2
  37. package/esm2022/lib/select/select/s-select.component.mjs +3 -3
  38. package/esm2022/lib/select/select-multiple/s-select-multiple.component.mjs +3 -3
  39. package/esm2022/lib/select/select-multiple-old/s-select-multiple-old.component.mjs +2 -2
  40. package/esm2022/lib/select/select-simple/s-select-simple.component.mjs +3 -3
  41. package/esm2022/lib/sidebar/s-sidebar.component.mjs +2 -2
  42. package/esm2022/lib/sidebar/s-sidebar.module.mjs +6 -25
  43. package/esm2022/lib/spinner/s-spinner.component.mjs +8 -17
  44. package/esm2022/lib/spinner/s-spinner.module.mjs +7 -12
  45. package/esm2022/lib/table-complete/table-complete.component.mjs +2 -2
  46. package/esm2022/lib/table-t/s-tablet.component.mjs +2 -2
  47. package/esm2022/lib/tabs/s-tabs.component.mjs +7 -2
  48. package/esm2022/lib/tag/s-tag.component.mjs +2 -2
  49. package/esm2022/lib/theme/s-theme.component.mjs +2 -2
  50. package/esm2022/lib/timeline/s-timeline.component.mjs +2 -2
  51. package/esm2022/lib/toast/s-toast.component.mjs +2 -2
  52. package/esm2022/lib/toggle-switch/s-toggle-switch.component.mjs +2 -2
  53. package/esm2022/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.mjs +115 -16
  54. package/esm2022/lib/toolbar-top/toolbar-top.component.mjs +3 -4
  55. package/esm2022/lib/toolbar-top/toolbar-top.module.mjs +1 -5
  56. package/esm2022/lib/tooltip/s-tooltip.component.mjs +4 -4
  57. package/esm2022/lib/tree-list/s-tree-list.component.mjs +2 -2
  58. package/esm2022/public-api.mjs +1 -5
  59. package/fesm2022/sidesys-generic-ui.mjs +1706 -2515
  60. package/fesm2022/sidesys-generic-ui.mjs.map +1 -1
  61. package/lib/animation/emuns/animation.enum.d.ts +14 -2
  62. package/lib/card/s-card.component.d.ts +0 -2
  63. package/lib/card/s-card.module.d.ts +4 -5
  64. package/lib/dynamic-form/s-dynamic-form.module.d.ts +7 -9
  65. package/lib/input/index.d.ts +0 -1
  66. package/lib/input/input.module.d.ts +14 -15
  67. package/lib/navbar/components/menu-main/s-menu-main.module.d.ts +4 -5
  68. package/lib/navbar/s-navbar.module.d.ts +8 -9
  69. package/lib/sidebar/s-sidebar.module.d.ts +4 -5
  70. package/lib/spinner/s-spinner.component.d.ts +5 -9
  71. package/lib/spinner/s-spinner.module.d.ts +2 -1
  72. package/lib/tabs/s-tabs.component.d.ts +3 -2
  73. package/lib/toggle-switch/toggle-switch-form/toggle-switch-form.component.d.ts +17 -4
  74. package/lib/toolbar-top/toolbar-top.component.d.ts +1 -1
  75. package/lib/toolbar-top/toolbar-top.module.d.ts +7 -8
  76. package/package.json +1 -1
  77. package/public-api.d.ts +0 -4
  78. package/esm2022/lib/drop-down/index.mjs +0 -4
  79. package/esm2022/lib/drop-down/s-drop-down-button.mjs +0 -7
  80. package/esm2022/lib/drop-down/s-drop-down.component.mjs +0 -29
  81. package/esm2022/lib/drop-down/s-drop-down.module.mjs +0 -18
  82. package/esm2022/lib/form/index.mjs +0 -4
  83. package/esm2022/lib/form/s-form-control.mjs +0 -59
  84. package/esm2022/lib/form/s-form.component.mjs +0 -130
  85. package/esm2022/lib/form/s-form.module.mjs +0 -51
  86. package/esm2022/lib/icon/index.mjs +0 -3
  87. package/esm2022/lib/icon/s-icon.component.mjs +0 -41
  88. package/esm2022/lib/icon/s-icon.module.mjs +0 -22
  89. package/esm2022/lib/icon/s-icons.mjs +0 -55
  90. package/esm2022/lib/input/components/input-text/s-input-text.component.mjs +0 -346
  91. package/esm2022/lib/login/index.mjs +0 -6
  92. package/esm2022/lib/login/s-login-errors-model.mjs +0 -3
  93. package/esm2022/lib/login/s-login-event.mjs +0 -3
  94. package/esm2022/lib/login/s-login-images.mjs +0 -4
  95. package/esm2022/lib/login/s-login-model.mjs +0 -3
  96. package/esm2022/lib/login/s-login.component.mjs +0 -121
  97. package/esm2022/lib/login/s-login.module.mjs +0 -32
  98. package/lib/drop-down/index.d.ts +0 -3
  99. package/lib/drop-down/s-drop-down-button.d.ts +0 -4
  100. package/lib/drop-down/s-drop-down.component.d.ts +0 -12
  101. package/lib/drop-down/s-drop-down.module.d.ts +0 -8
  102. package/lib/form/index.d.ts +0 -3
  103. package/lib/form/s-form-control.d.ts +0 -26
  104. package/lib/form/s-form.component.d.ts +0 -33
  105. package/lib/form/s-form.module.d.ts +0 -14
  106. package/lib/icon/index.d.ts +0 -2
  107. package/lib/icon/s-icon.component.d.ts +0 -18
  108. package/lib/icon/s-icon.module.d.ts +0 -8
  109. package/lib/icon/s-icons.d.ts +0 -8
  110. package/lib/input/components/input-text/s-input-text.component.d.ts +0 -66
  111. package/lib/login/index.d.ts +0 -5
  112. package/lib/login/s-login-errors-model.d.ts +0 -7
  113. package/lib/login/s-login-event.d.ts +0 -4
  114. package/lib/login/s-login-images.d.ts +0 -3
  115. package/lib/login/s-login-model.d.ts +0 -8
  116. package/lib/login/s-login.component.d.ts +0 -42
  117. package/lib/login/s-login.module.d.ts +0 -10
@@ -1,4 +0,0 @@
1
- export declare class SDropDownButton {
2
- name: string;
3
- eventName: string;
4
- }
@@ -1,12 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { SDropDownButton } from './s-drop-down-button';
3
- import * as i0 from "@angular/core";
4
- export declare class SDropDownComponent {
5
- display: boolean;
6
- buttons: SDropDownButton[];
7
- right: boolean;
8
- buttonClick: EventEmitter<string>;
9
- onButtonClick(btonEvent: string): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SDropDownComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SDropDownComponent, "s-drop-down", never, { "display": { "alias": "display"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "right": { "alias": "right"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
12
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./s-drop-down.component";
3
- import * as i2 from "@angular/common";
4
- export declare class SDropDownModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SDropDownModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SDropDownModule, [typeof i1.SDropDownComponent], [typeof i2.CommonModule], [typeof i1.SDropDownComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<SDropDownModule>;
8
- }
@@ -1,3 +0,0 @@
1
- export * from './s-form.component';
2
- export * from './s-form.module';
3
- export * from './s-form-control';
@@ -1,26 +0,0 @@
1
- import { ValidatorFn } from "@angular/forms";
2
- import { SSelectSimpleModel } from "../select/s-select-model";
3
- export declare class SFormControl {
4
- private _width;
5
- formControlName: string;
6
- label: string;
7
- inputType: string;
8
- inputPlaceHolder: string;
9
- validators: ValidatorFn[];
10
- value: string;
11
- disabled: boolean;
12
- show: boolean;
13
- selectModel: SSelectSimpleModel[];
14
- button: ButtonControl | undefined;
15
- get width(): number;
16
- set width(val: number);
17
- static Create(formControlName?: string, label?: string, inputType?: string, inputPlaceHolder?: string, validators?: ValidatorFn[], value?: string, width?: number, disabled?: boolean, show?: boolean, selectModel?: SSelectSimpleModel[], button?: ButtonControl | undefined): SFormControl;
18
- }
19
- export declare class ButtonControl {
20
- pill: boolean;
21
- invert: boolean;
22
- type: string;
23
- icon: string;
24
- class: string;
25
- size: "xl" | "lg" | "md" | "sm";
26
- }
@@ -1,33 +0,0 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { SSelectSimpleModel } from '../select';
4
- import { SFormControl } from './s-form-control';
5
- import * as i0 from "@angular/core";
6
- export declare class SFormComponent implements OnInit, OnChanges {
7
- form: FormGroup;
8
- controls?: SFormControl[];
9
- submitClick: number;
10
- requiredMessage: string;
11
- emailMessage: string;
12
- dafaultMessage: string;
13
- controlsChangeEvent: EventEmitter<SFormControl[]>;
14
- submitEvent: EventEmitter<{
15
- [key: string]: string;
16
- }>;
17
- changeSelectEvent: EventEmitter<SSelectSimpleModel>;
18
- clickButtonEvent: EventEmitter<string>;
19
- submitted: boolean;
20
- enabledTypes: string[];
21
- constructor();
22
- ngOnChanges(changes: SimpleChanges): void;
23
- ngOnInit(): void;
24
- loadForm(): void;
25
- submit(): void;
26
- checkErrors(key: string): boolean;
27
- getErrorMessage(key: string): string;
28
- changeSelect(obj: SSelectSimpleModel, key: string): void;
29
- changeControl(name: string, val: string): void;
30
- buttonClick(name: string): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<SFormComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<SFormComponent, "s-form", never, { "controls": { "alias": "controls"; "required": false; }; "submitClick": { "alias": "submitClick"; "required": false; }; "requiredMessage": { "alias": "requiredMessage"; "required": false; }; "emailMessage": { "alias": "emailMessage"; "required": false; }; "dafaultMessage": { "alias": "dafaultMessage"; "required": false; }; }, { "controlsChangeEvent": "controlsChangeEvent"; "submitEvent": "submitEvent"; "changeSelectEvent": "changeSelectEvent"; "clickButtonEvent": "clickButtonEvent"; }, never, never, false, never>;
33
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./s-form.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../input/input.module";
6
- import * as i5 from "../button/button.module";
7
- import * as i6 from "../icon-material/s-icon-material.module";
8
- import * as i7 from "../checkbox/s-checkbox.module";
9
- import * as i8 from "../select/s-select.module";
10
- export declare class SFormModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SFormModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SFormModule, [typeof i1.SFormComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.SInputModule, typeof i5.SButtonModule, typeof i6.SIconMaterialModule, typeof i7.SCheckboxModule, typeof i8.SSelectModule], [typeof i1.SFormComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<SFormModule>;
14
- }
@@ -1,2 +0,0 @@
1
- export * from './s-icon.module';
2
- export * from './s-icon.component';
@@ -1,18 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class SIconComponent implements OnInit {
5
- private domSanitizer;
6
- icon: string;
7
- width?: any;
8
- height?: any;
9
- size?: any;
10
- fill?: string;
11
- code: any;
12
- link: any;
13
- viewBox: string;
14
- constructor(domSanitizer: DomSanitizer);
15
- ngOnInit(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SIconComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SIconComponent, "s-icon", never, { "icon": { "alias": "icon"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; }, {}, never, never, false, never>;
18
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./s-icon.component";
3
- import * as i2 from "@angular/common";
4
- export declare class SIconModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SIconModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SIconModule, [typeof i1.SIconComponent], [typeof i2.CommonModule], [typeof i1.SIconComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<SIconModule>;
8
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * Libreria de Iconos en Sidesys
3
- * Solo debe ingresarse el contenido del SVG.
4
- */
5
- export declare const IconsList: {
6
- name: string;
7
- SVG: string;
8
- }[];
@@ -1,66 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class SInputTextComponent implements OnInit, OnChanges, ControlValueAccessor, AfterViewInit {
5
- onChange: (_: any) => void;
6
- onTouch: () => void;
7
- typeNumber: ElementRef | undefined;
8
- tooltipContainer: ElementRef | undefined;
9
- tooltip: ElementRef | undefined;
10
- text: string;
11
- id: any;
12
- name: string;
13
- placeHolder?: string;
14
- disabled: boolean;
15
- max?: number;
16
- min: number;
17
- step: number;
18
- readOnly: boolean;
19
- get theme(): string;
20
- set theme(val: string);
21
- get type(): string;
22
- set type(val: string);
23
- classAdd: string;
24
- help: boolean;
25
- size: 'sm' | 'md';
26
- rangeUnity: string;
27
- inputTimeout?: any;
28
- inputText: string;
29
- inputNumber: number;
30
- _type: string;
31
- _theme: string;
32
- disabledstyle: string;
33
- visibility: boolean;
34
- iconName: string | undefined;
35
- inconSymbol: boolean;
36
- tooltipValue: string;
37
- textChangeEvent: EventEmitter<string>;
38
- clickHelpIconEvent: EventEmitter<void>;
39
- blur: EventEmitter<void>;
40
- focus: EventEmitter<void>;
41
- constructor();
42
- ngOnInit(): void;
43
- private initializeComponent;
44
- ngAfterViewInit(): void;
45
- ngOnChanges(changes: SimpleChanges): void;
46
- private updateText;
47
- private updateDisabledAndReadOnlyState;
48
- private loadTheme;
49
- onTextChange(): void;
50
- onTextChangeVal(val: string): void;
51
- clickIcon(): void;
52
- colorClick(): void;
53
- numberDecrease(): void;
54
- numberIncrement(): void;
55
- updateNumber(value: any): void;
56
- rangeOnLoad(): void;
57
- changeRange(value: any): void;
58
- updateTooltip(value: string): void;
59
- writeValue(value: any): void;
60
- registerOnChange(fn: any): void;
61
- registerOnTouched(fn: any): void;
62
- onBlur(event: any): void;
63
- onFocus(event: any): void;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<SInputTextComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<SInputTextComponent, "s-input-text", never, { "text": { "alias": "text"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "step": { "alias": "step"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "classAdd": { "alias": "classAdd"; "required": false; }; "help": { "alias": "help"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rangeUnity": { "alias": "rangeUnity"; "required": false; }; }, { "textChangeEvent": "textChangeEvent"; "clickHelpIconEvent": "clickHelpIconEvent"; "blur": "blur"; "focus": "focus"; }, never, never, false, never>;
66
- }
@@ -1,5 +0,0 @@
1
- export * from './s-login-event';
2
- export * from './s-login.component';
3
- export * from './s-login.module';
4
- export * from './s-login-model';
5
- export * from './s-login-errors-model';
@@ -1,7 +0,0 @@
1
- export declare class SLoginErrorsModel {
2
- required?: string;
3
- maxlength?: string;
4
- pattern?: string;
5
- errorDefault?: string;
6
- globalError?: string;
7
- }
@@ -1,4 +0,0 @@
1
- export declare class SLoginEvent {
2
- user: string;
3
- password: string;
4
- }
@@ -1,3 +0,0 @@
1
- export declare const Images: {
2
- left: string;
3
- };
@@ -1,8 +0,0 @@
1
- export declare class SLoginModel {
2
- product?: string;
3
- userLabel?: string;
4
- userPlaceholder?: string;
5
- paswordLabel?: string;
6
- paswordPlaceholder?: string;
7
- buttonText?: string;
8
- }
@@ -1,42 +0,0 @@
1
- import { EventEmitter, OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { DomSanitizer } from '@angular/platform-browser';
4
- import { SLoginEvent } from './s-login-event';
5
- import { SLoginModel } from './s-login-model';
6
- import { SLoginErrorsModel } from './s-login-errors-model';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Componente de login.
10
- */
11
- export declare class SLoginComponent implements OnInit, OnChanges {
12
- private domSanitizer;
13
- controls: FormGroup;
14
- submitted: boolean;
15
- urlForgotPassword?: string;
16
- urlForgotPasswordTarget?: '_self' | '_blank';
17
- modelErrors: SLoginErrorsModel;
18
- loading: boolean;
19
- model: SLoginModel;
20
- imgSrc?: any;
21
- regExp?: RegExp;
22
- user: string | undefined;
23
- password: string | undefined;
24
- userRegExp: RegExp;
25
- arrayErrors: SLoginErrorsModel;
26
- errorMessage: string;
27
- /**
28
- * Evento de salida cuando hace click en login
29
- */
30
- loginEvent: EventEmitter<SLoginEvent>;
31
- constructor(domSanitizer: DomSanitizer);
32
- ngOnInit(): void;
33
- ngOnChanges(changes: SimpleChanges): void;
34
- initForm(): void;
35
- createArrayMessagesErrors(): void;
36
- login(): void;
37
- changeUser(text: string): void;
38
- changePassword(text: string): void;
39
- private checkError;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<SLoginComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SLoginComponent, "s-login", never, { "urlForgotPassword": { "alias": "urlForgotPassword"; "required": false; }; "urlForgotPasswordTarget": { "alias": "urlForgotPasswordTarget"; "required": false; }; "modelErrors": { "alias": "modelErrors"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "model": { "alias": "model"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "regExp": { "alias": "regExp"; "required": false; }; }, { "loginEvent": "loginEvent"; }, never, never, false, never>;
42
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./s-login.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../button/button.module";
5
- import * as i4 from "../input/input.module";
6
- export declare class SLoginModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SLoginModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SLoginModule, [typeof i1.SLoginComponent], [typeof i2.CommonModule, typeof i3.SButtonModule, typeof i4.SInputModule], [typeof i1.SLoginComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<SLoginModule>;
10
- }