@simpleangularcontrols/sac-bootstrap3 16.0.0-rc.1 → 16.0.0-rc.10
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/README.md +16 -13
- package/controls/buttons/button.d.ts.map +1 -1
- package/controls/checkbox/checkbox.d.ts +7 -2
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/checkbox.module.d.ts +2 -1
- package/controls/checkbox/checkbox.module.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/confirm/confirm.service.d.ts +12 -13
- package/controls/confirm/confirm.service.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/datetime.module.d.ts +2 -1
- package/controls/datetime/datetime.module.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 +7 -11
- package/controls/form/form.d.ts.map +1 -1
- package/controls/form/form.module.d.ts.map +1 -1
- package/controls/form/inheritform.directive.d.ts +16 -39
- package/controls/form/inheritform.directive.d.ts.map +1 -1
- package/controls/grid/grid.module.d.ts +8 -7
- package/controls/grid/grid.module.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +1 -10
- package/controls/grid/gridbutton.d.ts.map +1 -1
- package/controls/grid/paging.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/input.module.d.ts +2 -2
- package/controls/input/input.module.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 +13 -0
- package/controls/layout/layout.module.d.ts.map +1 -0
- package/controls/layout/tocontrolheight.pipe.d.ts +13 -0
- package/controls/layout/tocontrolheight.pipe.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/tolabelheight.pipe.d.ts +13 -0
- package/controls/layout/tolabelheight.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/list.module.d.ts +2 -1
- package/controls/list/list.module.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/static/staticlabel.module.d.ts +4 -4
- package/controls/static/staticlabel.module.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +6 -6
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tinymce/tinymce.module.d.ts +2 -1
- package/controls/tinymce/tinymce.module.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +6 -1
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/tooltip/tooltip.module.d.ts +1 -1
- package/controls/tooltip/tooltip.module.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/upload.module.d.ts +2 -1
- package/controls/upload/upload.module.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/buttons/button.mjs +6 -5
- package/esm2022/controls/buttons/button.module.mjs +3 -2
- package/esm2022/controls/checkbox/checkbox.mjs +48 -15
- package/esm2022/controls/checkbox/checkbox.module.mjs +18 -5
- package/esm2022/controls/checkbox/radiobutton.mjs +5 -4
- package/esm2022/controls/checkbox/radiobuttons.mjs +48 -15
- package/esm2022/controls/confirm/confirm.mjs +3 -3
- package/esm2022/controls/confirm/confirm.module.mjs +2 -2
- package/esm2022/controls/confirm/confirm.service.mjs +42 -27
- package/esm2022/controls/datetime/date.mjs +57 -18
- package/esm2022/controls/datetime/dateselector.mjs +3 -8
- package/esm2022/controls/datetime/datetime.mjs +55 -16
- package/esm2022/controls/datetime/datetime.module.mjs +30 -10
- package/esm2022/controls/datetime/time.mjs +55 -16
- package/esm2022/controls/form/form.mjs +13 -18
- package/esm2022/controls/form/form.module.mjs +6 -6
- package/esm2022/controls/form/inheritform.directive.mjs +46 -63
- package/esm2022/controls/grid/grid.mjs +3 -3
- package/esm2022/controls/grid/grid.module.mjs +36 -8
- package/esm2022/controls/grid/gridbutton.mjs +3 -11
- package/esm2022/controls/grid/gridcolumn.mjs +3 -3
- package/esm2022/controls/grid/paging.mjs +30 -10
- package/esm2022/controls/input/input.mjs +41 -13
- package/esm2022/controls/input/input.module.mjs +46 -8
- package/esm2022/controls/input/inputarea.mjs +51 -15
- package/esm2022/controls/input/inputcurrency.mjs +51 -15
- package/esm2022/controls/input/inputdecimal.mjs +51 -15
- package/esm2022/controls/input/inputemail.mjs +51 -15
- package/esm2022/controls/input/inputinteger.mjs +51 -15
- package/esm2022/controls/input/inputpassword.mjs +51 -15
- package/esm2022/controls/input/inputsearch.mjs +50 -15
- package/esm2022/controls/layout/formlayout.directive.mjs +16 -0
- package/esm2022/controls/layout/layout.module.mjs +44 -0
- package/esm2022/controls/layout/tocontrolheight.pipe.mjs +35 -0
- package/esm2022/controls/layout/tocontrolwidthcss.pipe.mjs +53 -0
- package/esm2022/controls/layout/tolabelheight.pipe.mjs +35 -0
- package/esm2022/controls/layout/tolabelwidthcss.pipe.mjs +37 -0
- package/esm2022/controls/list/dropdown.mjs +37 -14
- package/esm2022/controls/list/list.module.mjs +5 -2
- package/esm2022/controls/list/listbox.mjs +56 -15
- package/esm2022/controls/static/formcontainer.mjs +47 -18
- package/esm2022/controls/static/staticlabel.mjs +48 -15
- package/esm2022/controls/static/staticlabel.module.mjs +14 -10
- package/esm2022/controls/tabs/tab.mjs +3 -3
- package/esm2022/controls/tinymce/tinymce.mjs +23 -12
- package/esm2022/controls/tinymce/tinymce.module.mjs +4 -3
- package/esm2022/controls/tooltip/tooltip.mjs +15 -5
- package/esm2022/controls/tooltip/tooltip.module.mjs +5 -9
- package/esm2022/controls/treeview/ngtreeitemaction.mjs +2 -1
- package/esm2022/controls/treeview/treeview.mjs +3 -9
- package/esm2022/controls/upload/upload.mjs +51 -15
- package/esm2022/controls/upload/upload.module.mjs +17 -9
- package/esm2022/controls/upload/uploadmultiple.mjs +26 -9
- package/esm2022/controls/validation/validationsummary.mjs +15 -11
- package/esm2022/public_api.mjs +36 -30
- package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs +1984 -1113
- package/fesm2022/simpleangularcontrols-sac-bootstrap3.mjs.map +1 -1
- package/package.json +4 -3
- package/public_api.d.ts +35 -29
- package/public_api.d.ts.map +1 -1
- package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.10.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap3-16.0.0-rc.1.tgz +0 -0
|
@@ -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;;AAOxE,qBA4Ba,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;;AAOxE,qBA4Ba,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;;AAOxE,qBA4Ba,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;;AAOxE,qBA4Ba,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;;AAOxE,qBA2Ba,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,13 @@
|
|
|
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 "./tocontrolheight.pipe";
|
|
5
|
+
import * as i4 from "./tocontrolwidthcss.pipe";
|
|
6
|
+
import * as i5 from "./tolabelheight.pipe";
|
|
7
|
+
import * as i6 from "./tolabelwidthcss.pipe";
|
|
8
|
+
export declare class SACBootstrap3LayoutModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3LayoutModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3LayoutModule, never, [typeof i1.CommonModule, typeof i2.SacFormLayoutDirective, typeof i3.SacToControlHeightPipe, typeof i4.SacToControlWidthCssPipe, typeof i5.SacToLabelHeightPipe, typeof i6.SacToLabelWidthCssPipe], [typeof i2.SacFormLayoutDirective, typeof i3.SacToControlHeightPipe, typeof i4.SacToControlWidthCssPipe, typeof i5.SacToLabelHeightPipe, typeof i6.SacToLabelWidthCssPipe]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3LayoutModule>;
|
|
12
|
+
}
|
|
13
|
+
//# 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":";;;;;;;AAQA,qBAiBa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SacToControlHeightPipe implements PipeTransform {
|
|
5
|
+
/**
|
|
6
|
+
* Returns the CSS class that defines the height for the control
|
|
7
|
+
* @param value ControlHeight value or null
|
|
8
|
+
*/
|
|
9
|
+
transform(value: ControlHeight | null): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacToControlHeightPipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SacToControlHeightPipe, "toControlHeight", true>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=tocontrolheight.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tocontrolheight.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tocontrolheight.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,sBAAuB,YAAW,aAAa;IAG1D;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,GAAG,MAAM;yCAP1C,sBAAsB;uCAAtB,sBAAsB;CAwBlC"}
|
|
@@ -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,13 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SacToLabelHeightPipe implements PipeTransform {
|
|
5
|
+
/**
|
|
6
|
+
* Returns the CSS class that defines the height for the control
|
|
7
|
+
* @param value ControlHeight value or null
|
|
8
|
+
*/
|
|
9
|
+
transform(value: ControlHeight | null): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacToLabelHeightPipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SacToLabelHeightPipe, "toLabelHeight", true>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=tolabelheight.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tolabelheight.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/layout/tolabelheight.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,oBAAqB,YAAW,aAAa;IAGxD;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,GAAG,MAAM;yCAP1C,oBAAoB;uCAApB,oBAAoB;CAwBhC"}
|
|
@@ -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;
|
|
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;;AASxE,qBAgCa,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"}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "./dropdown";
|
|
5
5
|
import * as i4 from "./listbox";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip";
|
|
6
7
|
export declare class SACBootstrap3ListModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3ListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3ListModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent], [typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3ListModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent, typeof i5.SacTooltipComponent], [typeof i3.SacDropdownComponent, typeof i3.SacDropdownOptionDirective, typeof i4.SacListboxComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3ListModule>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/list.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/list/list.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -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,
|
|
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;;AAQxE,qBAgCa,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;;AAMxE;;;;;;;;;;;;;IAaI;AACJ,qBA2Ba,+BAAgC,SAAQ,4BAA4B;IAG/E;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,+BAA+B;2CAA/B,+BAA+B;CAgB3C"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacFormDirective } from '../form/form';
|
|
3
2
|
import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacStaticLabelComponent extends SacStaticLabelCommon {
|
|
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<SacStaticLabelComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacStaticLabelComponent, "sac-staticlabel", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"staticlabel.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"staticlabel.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.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;;AAMxE,qBA0Ba,uBAAwB,SAAQ,oBAAoB;IAG/D;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "
|
|
3
|
+
import * as i2 from "./staticlabel";
|
|
4
|
+
import * as i3 from "./formcontainer";
|
|
5
|
+
import * as i4 from "../tooltip/tooltip";
|
|
6
6
|
export declare class SACBootstrap3StaticLabelModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3StaticLabelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3StaticLabelModule, never, [typeof i1.CommonModule, typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3StaticLabelModule, never, [typeof i1.CommonModule, typeof i2.SacStaticLabelComponent, typeof i3.SacStaticFormContainerComponent, typeof i4.SacTooltipComponent], [typeof i2.SacStaticLabelComponent, typeof i3.SacStaticFormContainerComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3StaticLabelModule>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=staticlabel.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"staticlabel.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.module.ts"],"names":[],"mappings":";;;;;AAMA,
|
|
1
|
+
{"version":3,"file":"staticlabel.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/static/staticlabel.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAAG"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Injector, NgZone } from '@angular/core';
|
|
2
2
|
import { SacTinyMceCommon } 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 SacTinyMceComponent extends SacTinyMceCommon {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* @param
|
|
9
|
-
* @param injector
|
|
10
|
-
* @param ngZone ngZone
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
* @param ngZone ngZone to manage external javascripts
|
|
11
11
|
*/
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, ngZone: NgZone);
|
|
13
13
|
/**
|
|
14
14
|
* overwrite tinymce defaults
|
|
15
15
|
* @returns boostrap3 does not support file browser
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAGP,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAIrE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAGP,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAIrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAMxE,qBA+Ba,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM;IAShB;;;OAGG;IACI,wBAAwB;;;;yCAzBpB,mBAAmB;2CAAnB,mBAAmB;CA8B/B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./tinymce";
|
|
3
|
+
import * as i2 from "../tooltip/tooltip";
|
|
3
4
|
export declare class SACBootstrap3TinyMceModule {
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3TinyMceModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TinyMceModule, never, [typeof i1.SacTinyMceComponent], [typeof i1.SacTinyMceComponent]>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TinyMceModule, never, [typeof i1.SacTinyMceComponent, typeof i2.SacTooltipComponent], [typeof i1.SacTinyMceComponent]>;
|
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3TinyMceModule>;
|
|
7
8
|
}
|
|
8
9
|
//# sourceMappingURL=tinymce.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tinymce.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tinymce.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tinymce/tinymce.module.ts"],"names":[],"mappings":";;;AAIA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
|
|
2
1
|
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Tooltip Komponente
|
|
@@ -27,6 +27,11 @@ export declare class SacTooltipComponent extends SacTooltipCommon {
|
|
|
27
27
|
* @param injector Component Injector
|
|
28
28
|
*/
|
|
29
29
|
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
30
|
+
/**
|
|
31
|
+
* Padding for Tooltip
|
|
32
|
+
* @returns Always 0. BS3 not require Padding
|
|
33
|
+
*/
|
|
34
|
+
protected getTooltipOffset(): number;
|
|
30
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTooltipComponent, never>;
|
|
31
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacTooltipComponent, "sac-tooltip", never, {}, {}, never, ["*"], true, never>;
|
|
32
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;;AAErE;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAMa,mBAAoB,SAAQ,gBAAgB;IAGvD;;;;OAIG;gBACS,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,UAAU;IAQrD;;;OAGG;IACH,SAAS,CAAC,gBAAgB,IAAI,MAAM;yCApBzB,mBAAmB;2CAAnB,mBAAmB;CAyB/B"}
|
|
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "./tooltip";
|
|
4
4
|
export declare class SACBootstrap3TooltipModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3TooltipModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TooltipModule, never, [typeof i1.CommonModule, typeof
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3TooltipModule, never, [typeof i1.CommonModule, typeof i2.SacTooltipComponent], [typeof i2.SacTooltipComponent]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3TooltipModule>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=tooltip.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.module.ts"],"names":[],"mappings":";;;AAIA,
|
|
1
|
+
{"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/tooltip/tooltip.module.ts"],"names":[],"mappings":";;;AAIA,qBAIa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngtreeitemaction.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/ngtreeitemaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;;
|
|
1
|
+
{"version":3,"file":"ngtreeitemaction.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/ngtreeitemaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;;AAE5E,qBAKa,0BAA2B,SAAQ,uBAAuB;gBAGzD,EAAE,EAAE,UAAU;yCAHf,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/treeview.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"treeview.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/treeview/treeview.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAGtE,qBAMa,oBAAqB,SAAQ,iBAAiB;yCAA9C,oBAAoB;2CAApB,oBAAoB;CAA6B"}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { Injector, Renderer2 } from '@angular/core';
|
|
1
|
+
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
2
|
import { SacUploadSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import {
|
|
4
|
-
import { NgZone } from '@angular/core';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class SacUploadComponent extends SacUploadSingleCommon {
|
|
7
|
-
|
|
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 ngZone ngZone to manage external javascripts
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
8
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacUploadComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
9
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacUploadComponent, "sac-upload", never, {}, {}, never, never, true, never>;
|
|
10
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA2Ba,kBAAmB,SAAQ,qBAAqB;IAG3D;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;yCAdL,kBAAkB;2CAAlB,kBAAkB;CAoB9B"}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "./upload";
|
|
5
5
|
import * as i4 from "./uploadmultiple";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip";
|
|
6
7
|
export declare class SACBootstrap3UploadModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3UploadModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3UploadModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent], [typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3UploadModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent, typeof i5.SacTooltipComponent], [typeof i3.SacUploadComponent, typeof i4.SacUploadMultipleComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3UploadModule>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=upload.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upload.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/upload.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAUa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
2
|
import { SacUploadMultipleCommon } 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 SacUploadMultipleComponent extends SacUploadMultipleCommon {
|
|
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 ngZone ngZone to manage external javascripts
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
7
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacUploadMultipleComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
8
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacUploadMultipleComponent, "sac-uploadmultiple", never, {}, {}, never, never, true, never>;
|
|
9
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;;AAQxE,qBA6Ba,0BAA2B,SAAQ,uBAAuB;IAGrE;;;;;;OAMG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;yCAdL,0BAA0B;2CAA1B,0BAA0B;CAoBtC"}
|
|
@@ -3,7 +3,12 @@ import { SacValidationSummaryCommon } from '@simpleangularcontrols/sac-common';
|
|
|
3
3
|
import { SacFormDirective } from '../form/form';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SacValidationSummaryComponent extends SacValidationSummaryCommon {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param formControl Instance of Form Component to receive invalid form controls
|
|
9
|
+
* @param injector Injector for injecting services
|
|
10
|
+
*/
|
|
11
|
+
constructor(formControl: SacFormDirective, injector: Injector);
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacValidationSummaryComponent, [{ optional: true; host: true; }, null]>;
|
|
8
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacValidationSummaryComponent, "sac-validationsummary", never, {}, {}, never, never, true, never>;
|
|
9
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAY,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;;AAEhD,qBAgBa,6BAA8B,SAAQ,0BAA0B;IAG3E;;;;OAIG;gBAEmB,WAAW,EAAE,gBAAgB,EACjD,QAAQ,EAAE,QAAQ;yCAVT,6BAA6B;2CAA7B,6BAA6B;CAgBzC"}
|