@simpleangularcontrols/sac-bootstrap3 16.0.0-rc.2 → 16.0.0-rc.3
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 +7 -2
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +7 -2
- package/controls/checkbox/radiobuttons.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +8 -2
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/dateselector.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +8 -2
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +8 -2
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/form/form.d.ts +4 -12
- package/controls/form/form.d.ts.map +1 -1
- package/controls/form/inheritform.directive.d.ts +11 -11
- package/controls/form/inheritform.directive.d.ts.map +1 -1
- package/controls/input/input.d.ts +7 -2
- package/controls/input/input.d.ts.map +1 -1
- package/controls/input/inputarea.d.ts +7 -2
- package/controls/input/inputarea.d.ts.map +1 -1
- package/controls/input/inputcurrency.d.ts +7 -2
- package/controls/input/inputcurrency.d.ts.map +1 -1
- package/controls/input/inputdecimal.d.ts +7 -2
- package/controls/input/inputdecimal.d.ts.map +1 -1
- package/controls/input/inputemail.d.ts +7 -2
- package/controls/input/inputemail.d.ts.map +1 -1
- package/controls/input/inputinteger.d.ts +7 -2
- package/controls/input/inputinteger.d.ts.map +1 -1
- package/controls/input/inputpassword.d.ts +7 -2
- package/controls/input/inputpassword.d.ts.map +1 -1
- package/controls/input/inputsearch.d.ts +7 -2
- package/controls/input/inputsearch.d.ts.map +1 -1
- package/controls/layout/formlayout.directive.d.ts +7 -0
- package/controls/layout/formlayout.directive.d.ts.map +1 -0
- package/controls/layout/layout.module.d.ts +11 -0
- package/controls/layout/layout.module.d.ts.map +1 -0
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +20 -0
- package/controls/layout/tocontrolwidthcss.pipe.d.ts.map +1 -0
- package/controls/layout/tolabelwidthcss.pipe.d.ts +14 -0
- package/controls/layout/tolabelwidthcss.pipe.d.ts.map +1 -0
- package/controls/list/dropdown.d.ts +16 -3
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/listbox.d.ts +7 -2
- package/controls/list/listbox.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +5 -5
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/static/staticlabel.d.ts +7 -2
- package/controls/static/staticlabel.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +6 -6
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/treeview/ngtreeitemaction.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/upload/upload.d.ts +10 -4
- package/controls/upload/upload.d.ts.map +1 -1
- package/controls/upload/uploadmultiple.d.ts +9 -2
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +6 -1
- package/controls/validation/validationsummary.d.ts.map +1 -1
- package/esm2022/controls/checkbox/checkbox.mjs +39 -15
- package/esm2022/controls/checkbox/radiobutton.mjs +3 -2
- package/esm2022/controls/checkbox/radiobuttons.mjs +39 -15
- package/esm2022/controls/datetime/date.mjs +51 -18
- package/esm2022/controls/datetime/dateselector.mjs +3 -8
- package/esm2022/controls/datetime/datetime.mjs +49 -16
- package/esm2022/controls/datetime/time.mjs +49 -16
- package/esm2022/controls/form/form.mjs +7 -19
- package/esm2022/controls/form/inheritform.directive.mjs +31 -28
- package/esm2022/controls/input/input.mjs +35 -13
- package/esm2022/controls/input/inputarea.mjs +45 -15
- package/esm2022/controls/input/inputcurrency.mjs +45 -15
- package/esm2022/controls/input/inputdecimal.mjs +45 -15
- package/esm2022/controls/input/inputemail.mjs +45 -15
- package/esm2022/controls/input/inputinteger.mjs +45 -15
- package/esm2022/controls/input/inputpassword.mjs +45 -15
- package/esm2022/controls/input/inputsearch.mjs +39 -15
- package/esm2022/controls/layout/formlayout.directive.mjs +16 -0
- package/esm2022/controls/layout/layout.module.mjs +34 -0
- package/esm2022/controls/layout/tocontrolwidthcss.pipe.mjs +53 -0
- package/esm2022/controls/layout/tolabelwidthcss.pipe.mjs +37 -0
- package/esm2022/controls/list/dropdown.mjs +31 -14
- package/esm2022/controls/list/listbox.mjs +19 -8
- package/esm2022/controls/static/formcontainer.mjs +43 -18
- package/esm2022/controls/static/staticlabel.mjs +39 -15
- package/esm2022/controls/tinymce/tinymce.mjs +19 -12
- package/esm2022/controls/treeview/ngtreeitemaction.mjs +2 -1
- package/esm2022/controls/treeview/treeview.mjs +3 -9
- package/esm2022/controls/upload/upload.mjs +47 -15
- package/esm2022/controls/upload/uploadmultiple.mjs +21 -9
- package/esm2022/controls/validation/validationsummary.mjs +15 -11
- package/esm2022/public_api.mjs +34 -30
- package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs +1656 -1082
- package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs.map +1 -1
- package/package.json +2 -2
- package/public_api.d.ts +33 -29
- package/public_api.d.ts.map +1 -1
- package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.3.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.2.tgz +0 -0
|
@@ -1,9 +1,14 @@
|
|
|
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
|
export declare class SacCheckboxComponent extends SacCheckboxCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacCheckboxComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacCheckboxComponent, "sac-checkbox", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAmBa,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,oBAAoB;2CAApB,oBAAoB;CAgBhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radiobutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobutton.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"radiobutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobutton.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;;AAE1D,qBAMa,uBAAwB,SAAQ,oBAAoB;gBAG3C,eAAe,EAAE,wBAAwB;yCAHlD,uBAAuB;2CAAvB,uBAAuB;CAQnC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
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
|
export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacRadiobuttonsComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacRadiobuttonsComponent, "sac-radiobuttons", never, {}, {}, never, ["*"], true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radiobuttons.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobuttons.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"radiobuttons.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/radiobuttons.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAmBa,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacDateCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacDateComponent extends SacDateCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
* @param elementRef Reference to html dom element
|
|
11
|
+
*/
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
7
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateComponent, [{ optional: true; host: true; }, null, null]>;
|
|
8
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDateComponent, "sac-date", never, {}, {}, never, never, true, never>;
|
|
9
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGlE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA2Ba,gBAAiB,SAAQ,aAAa;IAGjD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateselector.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/dateselector.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dateselector.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/dateselector.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;;AAE1E,qBAMa,wBAAyB,SAAQ,qBAAqB;yCAAtD,wBAAwB;2CAAxB,wBAAwB;CAAiC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacDateTimeComponent extends SacDateTimeCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
* @param elementRef Reference to html dom element
|
|
11
|
+
*/
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
7
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateTimeComponent, [{ optional: true; host: true; }, null, null]>;
|
|
8
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDateTimeComponent, "sac-datetime", never, {}, {}, never, never, true, never>;
|
|
9
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAKxE,qBA2Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,oBAAoB;2CAApB,oBAAoB;CAkBhC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacTimeComponent extends SacTimeCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
* @param elementRef Reference to html dom element
|
|
11
|
+
*/
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef);
|
|
7
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeComponent, [{ optional: true; host: true; }, null, null]>;
|
|
8
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacTimeComponent, "sac-time", never, {}, {}, never, never, true, never>;
|
|
9
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/time.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/time.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAKxE,qBA2Ba,gBAAiB,SAAQ,aAAa;IAGjD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
|
package/controls/form/form.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
2
1
|
import { NgForm } from '@angular/forms';
|
|
2
|
+
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Erweiterung / Hooking für automatismen in Formular. Wird als Container für alle Controls benötigt.
|
|
@@ -13,23 +13,15 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* <form></form>
|
|
14
14
|
*/
|
|
15
15
|
export declare class SacFormDirective extends SacFormCommon {
|
|
16
|
-
/**
|
|
17
|
-
* Konstruktor
|
|
18
|
-
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
19
|
-
*/
|
|
20
|
-
constructor(form: NgForm);
|
|
21
16
|
/**
|
|
22
17
|
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
23
18
|
*/
|
|
24
19
|
cssClassForm: boolean;
|
|
25
20
|
/**
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
get orientientationHorizontal(): boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Setzt die CSS Klasse 'form-vertical' wenn die Orientation auf Vertical eingestellt ist
|
|
21
|
+
* Konstruktor
|
|
22
|
+
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
31
23
|
*/
|
|
32
|
-
|
|
24
|
+
constructor(form: NgForm);
|
|
33
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
34
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never, never, true, never>;
|
|
35
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE;;;;;;;;;;GAUG;AAEH,qBAKa,gBAAiB,SAAQ,aAAa;IAGjD;;OAEG;IAEI,YAAY,EAAE,OAAO,CAAQ;IAMpC;;;OAGG;gBACS,IAAI,EAAE,MAAM;yCAjBb,gBAAgB;2CAAhB,gBAAgB;CAsB5B"}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
import { SacFormDirective } from './form';
|
|
2
1
|
import { NgForm } from '@angular/forms';
|
|
2
|
+
import { SacFormDirective } from './form';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Factory Methode für SacForm
|
|
6
|
-
* @param form NgFormular
|
|
7
|
-
*/
|
|
8
|
-
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
9
|
-
/**
|
|
10
|
-
* Factory Methode für NgForm
|
|
11
|
-
* @param form NgForm
|
|
12
|
-
*/
|
|
13
|
-
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
14
4
|
/**
|
|
15
5
|
* Directive zum erben eines NgForm/NgFormular einer übergeordneten Komponente
|
|
16
6
|
*
|
|
@@ -48,4 +38,14 @@ export declare class SacInheritFormDirective {
|
|
|
48
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
49
39
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", never, {}, {}, never, never, true, never>;
|
|
50
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* Factory Methode für NgForm
|
|
43
|
+
* @param form NgForm
|
|
44
|
+
*/
|
|
45
|
+
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
46
|
+
/**
|
|
47
|
+
* Factory Methode für SacForm
|
|
48
|
+
* @param form NgFormular
|
|
49
|
+
*/
|
|
50
|
+
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
51
51
|
//# sourceMappingURL=inheritform.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inheritform.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/inheritform.directive.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"inheritform.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/inheritform.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;;AAI1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAgBa,uBAAuB;yCAAvB,uBAAuB;2CAAvB,uBAAuB;CAAG;AAMvC;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,gBAAgB,oBAErD"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputComponent extends SacInputCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputComponent, "sac-input", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAqBa,iBAAkB,SAAQ,cAAc;IAGnD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,iBAAiB;2CAAjB,iBAAiB;CAgB7B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SacFormDirective } from '../form/form';
|
|
2
1
|
import { Injector } from '@angular/core';
|
|
3
2
|
import { SacInputAreaCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Komponente für TextArea
|
|
@@ -15,7 +15,12 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
17
|
export declare class SacInputAreaComponent extends SacInputAreaCommon {
|
|
18
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Constructor
|
|
20
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
21
|
+
* @param injector Injector for injecting services
|
|
22
|
+
*/
|
|
23
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
19
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputAreaComponent, [{ optional: true; host: true; }, null]>;
|
|
20
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputAreaComponent, "sac-inputarea", never, {}, {}, never, never, true, never>;
|
|
21
26
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputarea.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE;;;;;;;;;;;GAWG;AACH,qBAyBa,qBAAsB,SAAQ,kBAAkB;IAG3D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,qBAAqB;2CAArB,qBAAqB;CAgBjC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputCurrencyCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputCurrencyComponent extends SacInputCurrencyCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCurrencyComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputCurrencyComponent, "sac-inputcurrency", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAyBa,yBAA0B,SAAQ,sBAAsB;IAGnE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,yBAAyB;2CAAzB,yBAAyB;CAgBrC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputDecimalCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputDecimalComponent extends SacInputDecimalCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputDecimalComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputDecimalComponent, "sac-inputdecimal", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputdecimal.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputdecimal.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAyBa,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputEmailCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputEmailComponent extends SacInputEmailCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputEmailComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputEmailComponent, "sac-inputemail", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAyBa,sBAAuB,SAAQ,mBAAmB;IAG7D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,sBAAsB;2CAAtB,sBAAsB;CAgBlC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputIntegerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputIntegerComponent extends SacInputIntegerCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputIntegerComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputIntegerComponent, "sac-inputinteger", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputinteger.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputinteger.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAyBa,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacInputPasswordCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacInputPasswordComponent extends SacInputPasswordCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputPasswordComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputPasswordComponent, "sac-inputpassword", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputpassword.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputpassword.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAyBa,yBAA0B,SAAQ,sBAAsB;IAGnE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,yBAAyB;2CAAzB,yBAAyB;CAgBrC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
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
|
export declare class SacInputSearchComponent extends SacInputSearchCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputSearchComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacInputSearchComponent, "sac-inputsearch", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputsearch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/inputsearch.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE,qBAmBa,uBAAwB,SAAQ,oBAAoB;IAG/D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
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, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=formlayout.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formlayout.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/formlayout.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAExE,qBAIa,sBAAuB,SAAQ,mBAAmB;yCAAlD,sBAAsB;2CAAtB,sBAAsB;CAA+B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./formlayout.directive";
|
|
4
|
+
import * as i3 from "./tocontrolwidthcss.pipe";
|
|
5
|
+
import * as i4 from "./tolabelwidthcss.pipe";
|
|
6
|
+
export declare class SACBootstrap3LayoutModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3LayoutModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3LayoutModule, never, [typeof i1.CommonModule, typeof i2.SacFormLayoutDirective, typeof i3.SacToControlWidthCssPipe, typeof i4.SacToLabelWidthCssPipe], [typeof i2.SacFormLayoutDirective, typeof i3.SacToControlWidthCssPipe, typeof i4.SacToLabelWidthCssPipe]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3LayoutModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=layout.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/layout.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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", true>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=tocontrolwidthcss.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tocontrolwidthcss.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tocontrolwidthcss.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;;AAEnE,qBAIa,wBAAyB,YAAW,aAAa;IAG5D;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM;IA0B/C;;;;OAIG;IACH,OAAO,CAAC,eAAe;yCAvCZ,wBAAwB;uCAAxB,wBAAwB;CAoDpC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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", true>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=tolabelwidthcss.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tolabelwidthcss.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tolabelwidthcss.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;;AAEnE,qBAIa,sBAAuB,YAAW,aAAa;IAG1D;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM;yCARpC,sBAAsB;uCAAtB,sBAAsB;CA+BlC"}
|
|
@@ -1,14 +1,27 @@
|
|
|
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
|
export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
* @param renderer Angular rendering engine
|
|
11
|
+
* @param elementRef Reference to html dom element
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
7
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
8
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDropdownComponent, "sac-dropdown", never, {}, {}, never, ["*"], true, never>;
|
|
9
16
|
}
|
|
10
17
|
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
11
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Konstruktor
|
|
20
|
+
* @param elementRef Referenz auf HTML DOM Element
|
|
21
|
+
* @param renderer Angular Rendering Engine
|
|
22
|
+
* @param dropdownList Referenz auf DropDown Komponente
|
|
23
|
+
*/
|
|
24
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
12
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionDirective, [null, null, { optional: true; host: true; }]>;
|
|
13
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionDirective, "option,[sacOption]", never, {}, {}, never, never, true, never>;
|
|
14
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,UAAU,EAEV,QAAQ,EAER,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,UAAU,EAEV,QAAQ,EAER,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA6Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU;yCAdb,oBAAoB;2CAApB,oBAAoB;CAoBhC;AAED,qBACa,0BAA2B,SAAQ,uBAAuB;IAGrE;;;;;OAKG;gBAED,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACC,YAAY,EAAE,oBAAoB;yCAZ7C,0BAA0B;2CAA1B,0BAA0B;CAkBtC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacListboxCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacListboxComponent extends SacListboxCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacListboxComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacListboxComponent, "sac-listbox", never, {}, {}, never, ["*"], true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/listbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listbox.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/listbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAWhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAKxE,qBA6Ba,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,mBAAmB;2CAAnB,mBAAmB;CAgB/B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacStaticFormContainerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Component für einbindung eines beliebigen Controls in die Form Struktur
|
|
@@ -18,11 +18,11 @@ import * as i0 from "@angular/core";
|
|
|
18
18
|
**/
|
|
19
19
|
export declare class SacStaticFormContainerComponent extends SacStaticFormContainerCommon {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
23
|
-
* @param injector Injector
|
|
21
|
+
* Constructor
|
|
22
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
23
|
+
* @param injector Injector for injecting services
|
|
24
24
|
*/
|
|
25
|
-
constructor(
|
|
25
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacStaticFormContainerComponent, [{ optional: true; host: true; }, null]>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacStaticFormContainerComponent, "sac-staticformcontainer", never, {}, {}, never, ["*"], true, never>;
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formcontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/formcontainer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formcontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/formcontainer.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAwB,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAIxE;;;;;;;;;;;;;IAaI;AACJ,qBAyBa,+BAAgC,SAAQ,4BAA4B;IAG/E;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,+BAA+B;2CAA/B,+BAA+B;CAgB3C"}
|