@simpleangularcontrols/sac-bootstrap5 13.0.0-rc.2 → 13.0.0-rc.4
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/controls/checkbox/checkbox.d.ts +5 -5
- package/controls/checkbox/checkbox.module.d.ts +2 -1
- package/controls/checkbox/radiobuttons.d.ts +5 -5
- package/controls/contextmenu/contextmenu.d.ts +6 -6
- package/controls/contextmenu/contextmenuanchor.d.ts +2 -2
- package/controls/contextmenu/contextmenucontainer.d.ts +2 -2
- package/controls/datetime/date.d.ts +6 -6
- package/controls/datetime/datetime.d.ts +6 -6
- package/controls/datetime/datetime.module.d.ts +2 -1
- package/controls/datetime/time.d.ts +6 -6
- package/controls/form/form.d.ts +0 -8
- package/controls/input/input.d.ts +5 -5
- package/controls/input/input.module.d.ts +2 -1
- package/controls/input/inputarea.d.ts +5 -5
- package/controls/input/inputcurrency.d.ts +5 -5
- package/controls/input/inputdecimal.d.ts +5 -5
- package/controls/input/inputemail.d.ts +5 -5
- package/controls/input/inputinteger.d.ts +5 -5
- package/controls/input/inputpassword.d.ts +5 -5
- package/controls/input/inputsearch.d.ts +5 -5
- package/controls/layout/formlayout.directive.d.ts +6 -0
- package/controls/layout/formlayout.directive.ngfactory.d.ts +3 -0
- package/controls/layout/formlayout.directive.ngsummary.d.ts +1 -0
- package/controls/layout/layout.module.d.ts +10 -0
- package/controls/layout/layout.module.ngfactory.d.ts +3 -0
- package/controls/layout/layout.module.ngsummary.d.ts +1 -0
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +19 -0
- package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tocontrolwidthcss.pipe.ngsummary.d.ts +1 -0
- package/controls/layout/tolabelwidthcss.pipe.d.ts +13 -0
- package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tolabelwidthcss.pipe.ngsummary.d.ts +1 -0
- package/controls/list/dropdown.d.ts +10 -10
- package/controls/list/dropdown.module.d.ts +2 -1
- package/controls/list/list.module.d.ts +2 -1
- package/controls/list/listbox.d.ts +9 -9
- package/controls/multilanguage/multilanguage.module.d.ts +2 -1
- package/controls/multilanguage/multilanguageinput.d.ts +5 -5
- package/controls/multilanguage/multilanguageinputarea.d.ts +5 -5
- package/controls/multilanguage/multilanguagemenu.d.ts +9 -9
- package/controls/multilanguage/multilanguagemenuanchor.d.ts +2 -2
- package/controls/multilanguage/multilanguagemenucontainer.d.ts +2 -2
- package/controls/static/formcontainer.d.ts +5 -5
- package/controls/static/staticlabel.d.ts +5 -5
- package/controls/static/staticlabel.module.d.ts +2 -1
- package/controls/tinymce/tinymce.d.ts +6 -6
- package/controls/tinymce/tinymce.module.d.ts +2 -1
- package/controls/upload/dropzonemultiple.d.ts +7 -7
- package/controls/upload/dropzonesingle.d.ts +7 -7
- package/controls/upload/upload.d.ts +7 -7
- package/controls/upload/upload.module.d.ts +2 -1
- package/controls/upload/uploadmultiple.d.ts +7 -7
- package/controls/validation/validationsummary.d.ts +4 -4
- package/controls/wizard/wizard.module.d.ts +2 -1
- package/esm2020/controls/buttons/button.mjs +3 -3
- package/esm2020/controls/checkbox/checkbox.mjs +15 -17
- package/esm2020/controls/checkbox/checkbox.module.mjs +19 -10
- package/esm2020/controls/checkbox/radiobuttons.mjs +15 -17
- package/esm2020/controls/contextmenu/contextmenu.mjs +9 -8
- package/esm2020/controls/contextmenu/contextmenuanchor.mjs +5 -4
- package/esm2020/controls/contextmenu/contextmenucontainer.mjs +5 -4
- package/esm2020/controls/datetime/date.mjs +17 -19
- package/esm2020/controls/datetime/datetime.mjs +16 -18
- package/esm2020/controls/datetime/datetime.module.mjs +25 -12
- package/esm2020/controls/datetime/time.mjs +17 -19
- package/esm2020/controls/form/form.mjs +3 -17
- package/esm2020/controls/form/form.module.mjs +5 -14
- package/esm2020/controls/input/input.mjs +15 -13
- package/esm2020/controls/input/input.module.mjs +40 -11
- package/esm2020/controls/input/inputarea.mjs +15 -17
- package/esm2020/controls/input/inputcurrency.mjs +15 -17
- package/esm2020/controls/input/inputdecimal.mjs +15 -17
- package/esm2020/controls/input/inputemail.mjs +15 -17
- package/esm2020/controls/input/inputinteger.mjs +15 -17
- package/esm2020/controls/input/inputpassword.mjs +15 -17
- package/esm2020/controls/input/inputsearch.mjs +14 -11
- package/esm2020/controls/layout/formlayout.directive.mjs +14 -0
- package/esm2020/controls/layout/formlayout.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/formlayout.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/layout.module.mjs +32 -0
- package/esm2020/controls/layout/layout.module.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/layout.module.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.mjs +57 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.mjs +41 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/list/dropdown.mjs +22 -17
- package/esm2020/controls/list/dropdown.module.mjs +8 -15
- package/esm2020/controls/list/list.module.mjs +6 -5
- package/esm2020/controls/list/listbox.mjs +22 -22
- package/esm2020/controls/multilanguage/multilanguage.module.mjs +5 -4
- package/esm2020/controls/multilanguage/multilanguageinput.mjs +17 -17
- package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +17 -17
- package/esm2020/controls/multilanguage/multilanguagemenu.mjs +10 -8
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.mjs +5 -4
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.mjs +5 -4
- package/esm2020/controls/static/formcontainer.mjs +16 -13
- package/esm2020/controls/static/staticlabel.mjs +14 -11
- package/esm2020/controls/static/staticlabel.module.mjs +8 -11
- package/esm2020/controls/tinymce/tinymce.mjs +18 -14
- package/esm2020/controls/tinymce/tinymce.module.mjs +10 -6
- package/esm2020/controls/upload/dropzonemultiple.mjs +18 -13
- package/esm2020/controls/upload/dropzonesingle.mjs +18 -13
- package/esm2020/controls/upload/upload.mjs +26 -15
- package/esm2020/controls/upload/upload.module.mjs +5 -4
- package/esm2020/controls/upload/uploadmultiple.mjs +16 -13
- package/esm2020/controls/validation/validationsummary.mjs +9 -12
- package/esm2020/controls/wizard/wizard.module.mjs +7 -10
- package/esm2020/public-api.mjs +30 -26
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs +676 -539
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs +676 -539
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/package.json +4 -3
- package/public-api.d.ts +29 -25
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.4.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.2.tgz +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Checkbox Kompontente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacCheckboxComponent extends SacCheckboxCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacCheckboxComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacCheckboxComponent, "sac-checkbox", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./checkbox";
|
|
|
3
3
|
import * as i2 from "./radiobutton";
|
|
4
4
|
import * as i3 from "./radiobuttons";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../layout/layout.module";
|
|
6
7
|
export declare class SACBootstrap5CheckboxModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5CheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule, typeof i5.SACBootstrap5LayoutModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5CheckboxModule>;
|
|
10
11
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Radiobuttons Group Komponente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacRadiobuttonsComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacRadiobuttonsComponent, "sac-radiobuttons", never, {}, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
@@ -7,13 +7,13 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class SacContextmenuComponent extends SacContextmenuCommon {
|
|
8
8
|
/**
|
|
9
9
|
* Constructor
|
|
10
|
-
* @param
|
|
11
|
-
* @param
|
|
12
|
-
* @param
|
|
13
|
-
* @param
|
|
14
|
-
* @param
|
|
10
|
+
* @param document Referenz auf HTML Document
|
|
11
|
+
* @param ngZone Angular Zone Service
|
|
12
|
+
* @param elementRef Referenz auf HTML Element der aktuellen Komponente
|
|
13
|
+
* @param renderer Render Service von Angular
|
|
14
|
+
* @param injector injector to resolve services
|
|
15
15
|
*/
|
|
16
|
-
constructor(
|
|
16
|
+
constructor(document: any, ngZone: NgZone, elementRef: ElementRef<HTMLElement>, renderer: Renderer2, injector: Injector);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextmenuComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacContextmenuComponent, "sac-contextmenu", never, {}, {}, never, ["*"]>;
|
|
19
19
|
}
|
|
@@ -7,9 +7,9 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class SacContextmenuAnchorDirective extends SacContextmenuAnchorCommon {
|
|
8
8
|
/**
|
|
9
9
|
* Konstruktor
|
|
10
|
-
* @param
|
|
10
|
+
* @param elementRef HTML DOM Referenz
|
|
11
11
|
*/
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextmenuAnchorDirective, never>;
|
|
14
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuAnchorDirective, "[sacContextMenuAnchor]", never, {}, {}, never>;
|
|
15
15
|
}
|
|
@@ -7,9 +7,9 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class SacContextmenuContainerDirective extends SacContextMenuContrainerCommon {
|
|
8
8
|
/**
|
|
9
9
|
* Konstruktor
|
|
10
|
-
* @param
|
|
10
|
+
* @param elementRef Referenz auf DOM Element
|
|
11
11
|
*/
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextmenuContainerDirective, never>;
|
|
14
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuContainerDirective, "[sacContextMenuContainer]", never, {}, {}, never>;
|
|
15
15
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { SacDateCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Komponente für Datumauswahl
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacDateComponent extends SacDateCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
13
|
-
* @param
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param elementRef Reference to html dom element
|
|
14
14
|
*/
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateComponent, [{ optional: true; host: true; }, null, null]>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDateComponent, "sac-date", never, {}, {}, never, never>;
|
|
18
18
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Date und Time Komponente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacDateTimeComponent extends SacDateTimeCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
13
|
-
* @param
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param elementRef Reference to html dom element
|
|
14
14
|
*/
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateTimeComponent, [{ optional: true; host: true; }, null, null]>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDateTimeComponent, "sac-datetime", never, {}, {}, never, never>;
|
|
18
18
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "./time";
|
|
|
5
5
|
import * as i4 from "./dateselector";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "angular-imask";
|
|
8
|
+
import * as i7 from "../layout/layout.module";
|
|
8
9
|
export declare class SACBootstrap5DateTimeModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DateTimeModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule, typeof i7.SACBootstrap5LayoutModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DateTimeModule>;
|
|
12
13
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Time Auswahl Komponente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacTimeComponent extends SacTimeCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
13
|
-
* @param
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param elementRef Reference to html dom element
|
|
14
14
|
*/
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeComponent, [{ optional: true; host: true; }, null, null]>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacTimeComponent, "sac-time", never, {}, {}, never, never>;
|
|
18
18
|
}
|
package/controls/form/form.d.ts
CHANGED
|
@@ -23,14 +23,6 @@ export declare class SacFormDirective extends SacFormCommon {
|
|
|
23
23
|
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
24
24
|
*/
|
|
25
25
|
cssClassForm: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Setzt die CSS Klasse 'form-horizontal' wenn die Orientation auf Horizontal eingestellt ist
|
|
28
|
-
*/
|
|
29
|
-
get orientientationHorizontal(): boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Setzt die CSS Klasse 'form-vertical' wenn die Orientation auf Vertical eingestellt ist
|
|
32
|
-
*/
|
|
33
|
-
get orientientationVertical(): boolean;
|
|
34
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
35
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never>;
|
|
36
28
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputComponent extends SacInputCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputComponent, "sac-input", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -8,8 +8,9 @@ import * as i6 from "./inputinteger";
|
|
|
8
8
|
import * as i7 from "./inputpassword";
|
|
9
9
|
import * as i8 from "./inputsearch";
|
|
10
10
|
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "../layout/layout.module";
|
|
11
12
|
export declare class SACBootstrap5InputModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5InputModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule, typeof i10.SACBootstrap5LayoutModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5InputModule>;
|
|
15
16
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputAreaCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für lange Texte
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputAreaComponent extends SacInputAreaCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputAreaComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputAreaComponent, "sac-inputarea", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputCurrencyCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Control für Währungen
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputCurrencyComponent extends SacInputCurrencyCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCurrencyComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputCurrencyComponent, "sac-inputcurrency", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputDecimalCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponente für Zahlen
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputDecimalComponent extends SacInputDecimalCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputDecimalComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputDecimalComponent, "sac-inputdecimal", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputEmailCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für E-Mail Adressen
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputEmailComponent extends SacInputEmailCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputEmailComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputEmailComponent, "sac-inputemail", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputIntegerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponten für Ganzzahlen
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputIntegerComponent extends SacInputIntegerCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputIntegerComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputIntegerComponent, "sac-inputinteger", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputPasswordCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für Passwörter
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputPasswordComponent extends SacInputPasswordCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputPasswordComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputPasswordComponent, "sac-inputpassword", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { SacInputSearchCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für Suche
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacInputSearchComponent extends SacInputSearchCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
13
|
*/
|
|
14
|
-
constructor(
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputSearchComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputSearchComponent, "sac-inputsearch", never, {}, {}, never, never>;
|
|
17
17
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SacFormLayoutDirective extends SacFormLayoutCommon {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormLayoutDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormLayoutDirective, "[sacFormLayout]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacFormLayoutDirectiveNgSummary: any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./formlayout.directive";
|
|
3
|
+
import * as i2 from "./tocontrolwidthcss.pipe";
|
|
4
|
+
import * as i3 from "./tolabelwidthcss.pipe";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
export declare class SACBootstrap5LayoutModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5LayoutModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5LayoutModule, [typeof i1.SacFormLayoutDirective, typeof i2.SacToControlWidthCssPipe, typeof i3.SacToLabelWidthCssPipe], [typeof i4.CommonModule], [typeof i1.SacFormLayoutDirective, typeof i2.SacToControlWidthCssPipe, typeof i3.SacToLabelWidthCssPipe]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5LayoutModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SACBootstrap5LayoutModuleNgSummary: any;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SacToControlWidthCssPipe implements PipeTransform {
|
|
5
|
+
/**
|
|
6
|
+
* Get CSS classes from label width configuration to set control size
|
|
7
|
+
* @param value Configuration with grid columns for different viewports
|
|
8
|
+
* @returns string with css classe for bootstrap3
|
|
9
|
+
*/
|
|
10
|
+
transform(value: ISacLabelSizes): string;
|
|
11
|
+
/**
|
|
12
|
+
* calculate the control size
|
|
13
|
+
* @param labelsize grid size of label
|
|
14
|
+
* @returns grid size for control. should be between 1 and 12
|
|
15
|
+
*/
|
|
16
|
+
private calcControlSize;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacToControlWidthCssPipe, never>;
|
|
18
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SacToControlWidthCssPipe, "toControlWidthCss">;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacToControlWidthCssPipeNgSummary: any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SacToLabelWidthCssPipe implements PipeTransform {
|
|
5
|
+
/**
|
|
6
|
+
* Get CSS classes from label width configuration to set label size
|
|
7
|
+
* @param value Configuration with grid columns for different viewports
|
|
8
|
+
* @returns string with css classe for bootstrap3
|
|
9
|
+
*/
|
|
10
|
+
transform(value: ISacLabelSizes): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacToLabelWidthCssPipe, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SacToLabelWidthCssPipe, "toLabelWidthCss">;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacToLabelWidthCssPipeNgSummary: any;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
2
2
|
import { SacDropdownCommon, SacDropdownOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Dropdown Komponente
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @param
|
|
12
|
-
* @param injector
|
|
13
|
-
* @param
|
|
14
|
-
* @param
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param elementRef Reference to html dom element
|
|
15
15
|
*/
|
|
16
|
-
constructor(
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDropdownComponent, "sac-dropdown", never, {}, {}, never, ["*"]>;
|
|
19
19
|
}
|
|
@@ -23,11 +23,11 @@ export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
|
23
23
|
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
24
24
|
/**
|
|
25
25
|
* Konstruktor
|
|
26
|
-
* @param
|
|
27
|
-
* @param
|
|
26
|
+
* @param elementRef Referenz auf HTML DOM Element
|
|
27
|
+
* @param renderer Angular Rendering Engine
|
|
28
28
|
* @param dropdownList Referenz auf DropDown Komponente
|
|
29
29
|
*/
|
|
30
|
-
constructor(
|
|
30
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionDirective, [null, null, { optional: true; host: true; }]>;
|
|
32
32
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionDirective, "[sacOption],option", never, {}, {}, never>;
|
|
33
33
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dropdown";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../layout/layout.module";
|
|
4
5
|
export declare class SACBootstrap5DropdownModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DropdownModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective], [typeof i2.CommonModule], [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule], [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DropdownModule>;
|
|
8
9
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./listbox";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../layout/layout.module";
|
|
4
5
|
export declare class SACBootstrap5ListModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ListModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective], [typeof i2.CommonModule], [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule], [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ListModule>;
|
|
8
9
|
}
|