@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
package/README.md
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
# SimpleAngularControls -
|
|
1
|
+
# SimpleAngularControls - Common
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## End of Support
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
> No more controls and extensions are actively being developed for this Bootstrap version.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
> Note: Don't forget to add `--project sac-bootstrap3` or else it will be added to the default project in your `angular.json` file.
|
|
7
|
+
## Documentation
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
The package provides the controls for Bootstrap 3. The `sac-common` is also required.
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
## Installation
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
Do the follow steps to add
|
|
15
14
|
|
|
16
|
-
|
|
15
|
+
- add `@simpleangularcontrols/sac-bootstrap3` dependencies from npm
|
|
16
|
+
- add `@simpleangularcontrols/sac-common` dependencies from npm
|
|
17
|
+
- add Bootstrap 3 CSS/SCSS to your project
|
|
18
|
+
- import the module to your components and modules
|
|
17
19
|
|
|
18
|
-
##
|
|
20
|
+
## Project
|
|
19
21
|
|
|
20
|
-
|
|
22
|
+
For more information, follow us on GitHub: https://github.com/simpleangularcontrols
|
|
21
23
|
|
|
22
|
-
##
|
|
24
|
+
## Features not supported
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
- Not all components are implemented in Bootstrap 3.
|
|
27
|
+
- Bootstrap 3 only supports the sizing of controls and labels in horizontal forms.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/buttons/button.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/buttons/button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAEpE,qBAQa,kBAAmB,SAAQ,eAAe;yCAA1C,kBAAkB;2CAAlB,kBAAkB;CAA2B"}
|
|
@@ -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;;AAMxE,qBA2Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,oBAAoB;2CAApB,oBAAoB;CAgBhC"}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "./checkbox";
|
|
4
4
|
import * as i3 from "./radiobutton";
|
|
5
5
|
import * as i4 from "./radiobuttons";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip";
|
|
6
7
|
export declare class SACBootstrap3CheckboxModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3CheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3CheckboxModule, never, [typeof i1.CommonModule, typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent], [typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3CheckboxModule, never, [typeof i1.CommonModule, typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent, typeof i5.SacTooltipComponent], [typeof i2.SacCheckboxComponent, typeof i3.SacRadiobuttonComponent, typeof i4.SacRadiobuttonsComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3CheckboxModule>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=checkbox.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/checkbox/checkbox.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -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,qBAOa,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;;AAMxE,qBA0Ba,wBAAyB,SAAQ,qBAAqB;IAGjE;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ComponentFactoryResolver,
|
|
2
|
-
import {
|
|
1
|
+
import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
3
3
|
import { SacConfirmComponent } from './confirm';
|
|
4
|
-
import { EventEmitter } from '@angular/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* Service für Confirm Messages in TypeScript Code
|
|
@@ -20,17 +19,17 @@ import * as i0 from "@angular/core";
|
|
|
20
19
|
export declare class ServiceConfirm extends ServiceConfirmCommon {
|
|
21
20
|
private componentFactoryResolver;
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
22
|
+
* Collection von Buttons die angezeigt werden müssen.
|
|
24
23
|
*/
|
|
25
|
-
private
|
|
24
|
+
private buttons;
|
|
26
25
|
/**
|
|
27
26
|
* Message die in Dialog angezeigt werden soll.
|
|
28
27
|
*/
|
|
29
28
|
private message;
|
|
30
29
|
/**
|
|
31
|
-
*
|
|
30
|
+
* Titel der im Dialog angezeigt werden soll.
|
|
32
31
|
*/
|
|
33
|
-
private
|
|
32
|
+
private title;
|
|
34
33
|
/**
|
|
35
34
|
* Konstruktor
|
|
36
35
|
* @param componentFactoryResolver Component Factory Resolver Instanz
|
|
@@ -38,6 +37,12 @@ export declare class ServiceConfirm extends ServiceConfirmCommon {
|
|
|
38
37
|
* @param injector Injector. Wird benötigt um den Dialog dynamisch zu erzeugen
|
|
39
38
|
*/
|
|
40
39
|
constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
40
|
+
/**
|
|
41
|
+
* Confirm Dialog anzeigen
|
|
42
|
+
* @param message Nachricht die angezeigt werden soll.
|
|
43
|
+
* @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
|
|
44
|
+
*/
|
|
45
|
+
ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
|
|
41
46
|
/**
|
|
42
47
|
* Erzeugen einer Component Factory für einen Dialog
|
|
43
48
|
*/
|
|
@@ -47,12 +52,6 @@ export declare class ServiceConfirm extends ServiceConfirmCommon {
|
|
|
47
52
|
* @param instance Instanz eines SacConfirm Dialogs
|
|
48
53
|
*/
|
|
49
54
|
protected ConfigureDialog(instance: SacConfirmComponent): void;
|
|
50
|
-
/**
|
|
51
|
-
* Confirm Dialog anzeigen
|
|
52
|
-
* @param message Nachricht die angezeigt werden soll.
|
|
53
|
-
* @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
|
|
54
|
-
*/
|
|
55
|
-
ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
|
|
56
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceConfirm, never>;
|
|
57
56
|
static ɵprov: i0.ɵɵInjectableDeclaration<ServiceConfirm>;
|
|
58
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"confirm.service.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/confirm/confirm.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"confirm.service.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/confirm/confirm.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,wBAAwB,EACxB,YAAY,EAGZ,QAAQ,EACT,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EAErB,MAAM,mCAAmC,CAAC;AAG3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;;AAEhD;;;;;;;;;;;;;GAaG;AACH,qBACa,cAAe,SAAQ,oBAAoB;IA4BpD,OAAO,CAAC,wBAAwB;IAzBlC;;OAEG;IACH,OAAO,CAAC,OAAO,CAA0B;IACzC;;OAEG;IACH,OAAO,CAAC,OAAO,CAAc;IAC7B;;OAEG;IACH,OAAO,CAAC,KAAK,CAAc;IAM3B;;;;;OAKG;gBAGO,wBAAwB,EAAE,wBAAwB,EAC1D,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,QAAQ;IASpB;;;;OAIG;IACI,cAAc,CACnB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,gBAAgB,EAAS,GACjC,YAAY,CAAC,MAAM,CAAC;IA6BvB;;OAEG;IACI,mBAAmB,IAAI,gBAAgB,CAAC,mBAAmB,CAAC;IAUnE;;;OAGG;IACH,SAAS,CAAC,eAAe,CAAC,QAAQ,EAAE,mBAAmB;yCA9F5C,cAAc;6CAAd,cAAc;CAuG1B"}
|
|
@@ -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;;AASxE,qBA8Ba,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;;AAQxE,qBA8Ba,oBAAqB,SAAQ,iBAAiB;IAGzD;;;;;OAKG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;yCAZb,oBAAoB;2CAApB,oBAAoB;CAkBhC"}
|
|
@@ -5,9 +5,10 @@ import * as i3 from "./date";
|
|
|
5
5
|
import * as i4 from "./datetime";
|
|
6
6
|
import * as i5 from "./time";
|
|
7
7
|
import * as i6 from "./dateselector";
|
|
8
|
+
import * as i7 from "../tooltip/tooltip";
|
|
8
9
|
export declare class SACBootstrap3DateTimeModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3DateTimeModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3DateTimeModule, never, [typeof i1.CommonModule, typeof i2.IMaskModule, typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent], [typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3DateTimeModule, never, [typeof i1.CommonModule, typeof i2.IMaskModule, typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent, typeof i7.SacTooltipComponent], [typeof i3.SacDateComponent, typeof i4.SacDateTimeComponent, typeof i5.SacTimeComponent, typeof i6.SacDateSelectorComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3DateTimeModule>;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=datetime.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"datetime.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/datetime/datetime.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAiBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -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;;AAQxE,qBA8Ba,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.
|
|
@@ -14,22 +14,18 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
*/
|
|
15
15
|
export declare class SacFormDirective extends SacFormCommon {
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
19
|
-
*/
|
|
20
|
-
constructor(form: NgForm);
|
|
21
|
-
/**
|
|
22
|
-
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
17
|
+
* Sets the standard CSS class for forms on the form container
|
|
23
18
|
*/
|
|
24
19
|
cssClassForm: boolean;
|
|
25
20
|
/**
|
|
26
|
-
*
|
|
21
|
+
* Sets the default CSS class for horizontal forms on the form container
|
|
27
22
|
*/
|
|
28
|
-
|
|
23
|
+
cssClassHorizontal: boolean;
|
|
29
24
|
/**
|
|
30
|
-
*
|
|
25
|
+
* Konstruktor
|
|
26
|
+
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
31
27
|
*/
|
|
32
|
-
|
|
28
|
+
constructor(form: NgForm);
|
|
33
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
34
30
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never, never, true, never>;
|
|
35
31
|
}
|
|
@@ -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;IAEpC;;OAEG;IAEI,kBAAkB,EAAE,OAAO,CAAQ;IAM1C;;;OAGG;gBACS,IAAI,EAAE,MAAM;yCAvBb,gBAAgB;2CAAhB,gBAAgB;CA4B5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.module.ts"],"names":[],"mappings":";;;;;AAMA,
|
|
1
|
+
{"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/form.module.ts"],"names":[],"mappings":";;;;;AAMA,qBASa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,51 +1,28 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
|
+
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import { SacFormDirective } from './form';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
/**
|
|
5
|
-
*
|
|
6
|
-
* @param form NgFormular
|
|
7
|
+
* Directive to inherit an NgForm/NgForm from a parent component
|
|
7
8
|
*/
|
|
8
|
-
export declare
|
|
9
|
+
export declare class SacInheritFormDirective extends SacFormCommon {
|
|
10
|
+
/**
|
|
11
|
+
* Construtor
|
|
12
|
+
* @param injector: injector to receive the NgForm instance
|
|
13
|
+
*/
|
|
14
|
+
constructor(injector: Injector);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", ["sacinheritform"], {}, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
9
18
|
/**
|
|
10
19
|
* Factory Methode für NgForm
|
|
11
20
|
* @param form NgForm
|
|
12
21
|
*/
|
|
13
22
|
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
14
23
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* @example Implementation in Markup
|
|
18
|
-
*
|
|
19
|
-
* <div sacInheritForm>
|
|
20
|
-
* </div>
|
|
21
|
-
*
|
|
22
|
-
* @example Model an Sub-Komponente übergeben
|
|
23
|
-
*
|
|
24
|
-
* <div sacInheritForm>
|
|
25
|
-
* <div>SubForm</div>
|
|
26
|
-
* <div>
|
|
27
|
-
* <ngInput [(ngModel)]="mymodel.fieldarea2" name="subformField3" label="field 3" [isrequired]="true"></ngInput>
|
|
28
|
-
* </div>
|
|
29
|
-
* </div>
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* (at)Component({
|
|
33
|
-
* selector: 'sacInheritForm',
|
|
34
|
-
* templateUrl: './subform.component.html'
|
|
35
|
-
* })
|
|
36
|
-
* export class SubFormComponent implements DoCheck {
|
|
37
|
-
*
|
|
38
|
-
* (at)Input() mymodel;
|
|
39
|
-
* (at)Output() mymodelChange = new EventEmitter();
|
|
40
|
-
*
|
|
41
|
-
* ngDoCheck() {
|
|
42
|
-
* this.mymodelChange.next(this.mymodel);
|
|
43
|
-
* }
|
|
44
|
-
*}
|
|
45
|
-
*
|
|
24
|
+
* Factory Methode für SacForm
|
|
25
|
+
* @param form NgFormular
|
|
46
26
|
*/
|
|
47
|
-
export declare
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", never, {}, {}, never, never, true, never>;
|
|
50
|
-
}
|
|
27
|
+
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
51
28
|
//# 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":"
|
|
1
|
+
{"version":3,"file":"inheritform.directive.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/form/inheritform.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,QAAQ,EAAY,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAoB,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;;AAI1C;;GAEG;AACH,qBAiBa,uBAAwB,SAAQ,aAAa;IAGxD;;;OAGG;gBACS,QAAQ,EAAE,QAAQ;yCAPnB,uBAAuB;2CAAvB,uBAAuB;CAYnC;AAMD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,gBAAgB,oBAErD"}
|
|
@@ -1,14 +1,15 @@
|
|
|
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 "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "./grid";
|
|
5
|
+
import * as i4 from "./gridcolumn";
|
|
6
|
+
import * as i5 from "./gridcolumnaction";
|
|
7
|
+
import * as i6 from "./paging";
|
|
8
|
+
import * as i7 from "./gridbutton";
|
|
9
|
+
import * as i8 from "./gridimage";
|
|
9
10
|
export declare class SACBootstrap3GridModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3GridModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3GridModule, never, [typeof i1.CommonModule, typeof i2.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3GridModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacGridComponent, typeof i4.SacGridColumnComponent, typeof i5.SacGridColumnActionComponent, typeof i6.SacPagingComponent, typeof i7.SacGridButtonComponent, typeof i8.SacGridImageComponent], [typeof i3.SacGridComponent, typeof i4.SacGridColumnComponent, typeof i5.SacGridColumnActionComponent, typeof i6.SacPagingComponent, typeof i7.SacGridButtonComponent, typeof i8.SacGridImageComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3GridModule>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=grid.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/grid.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/grid.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAoBa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -2,19 +2,10 @@ import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* Grid Action Button
|
|
5
|
-
*
|
|
6
|
-
* @example Standard Action
|
|
7
|
-
*
|
|
8
|
-
* <ngGridButton icon="edit" (clicked)="action('edit')" [isdisabled]="true"></ngGridButton>
|
|
9
|
-
*
|
|
10
|
-
* @example Custom Action
|
|
11
|
-
*
|
|
12
|
-
* <ngGridButton iconstyle="sprite" icon="icon-sprite-base-main_info" (clicked)="action('info')"></ngGridButton>
|
|
13
|
-
*
|
|
14
5
|
*/
|
|
15
6
|
export declare class SacGridButtonComponent extends SacGridButtonCommon {
|
|
16
7
|
/**
|
|
17
|
-
*
|
|
8
|
+
* Returns the icon for the button
|
|
18
9
|
*/
|
|
19
10
|
getIconClass(): string;
|
|
20
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gridbutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/gridbutton.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"gridbutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/gridbutton.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;;AAExE;;GAEG;AACH,qBAKa,sBAAuB,SAAQ,mBAAmB;IAG7D;;OAEG;IACI,YAAY,IAAI,MAAM;yCANlB,sBAAsB;2CAAtB,sBAAsB;CAiClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/paging.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/grid/paging.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;;AAEpE,qBAmBa,kBAAmB,SAAQ,eAAe;IAGrD;;OAEG;gBACS,QAAQ,EAAE,QAAQ;yCANnB,kBAAkB;2CAAlB,kBAAkB;CAW9B"}
|
|
@@ -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;;AAOxE,qBAwBa,iBAAkB,SAAQ,cAAc;IAGnD;;;;OAIG;gBAEmB,UAAU,EAAE,sBAAsB,EACtD,QAAQ,EAAE,QAAQ;yCAVT,iBAAiB;2CAAjB,iBAAiB;CAgB7B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "../tooltip/tooltip
|
|
4
|
+
import * as i3 from "../tooltip/tooltip";
|
|
5
5
|
import * as i4 from "./input";
|
|
6
6
|
import * as i5 from "./inputarea";
|
|
7
7
|
import * as i6 from "./inputcurrency";
|
|
@@ -12,7 +12,7 @@ import * as i10 from "./inputpassword";
|
|
|
12
12
|
import * as i11 from "./inputsearch";
|
|
13
13
|
export declare class SACBootstrap3InputModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap3InputModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3InputModule, never, [typeof i1.CommonModule, typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap3InputModule, never, [typeof i1.CommonModule, typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.SacTooltipComponent, typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent], [typeof i4.SacInputComponent, typeof i5.SacInputAreaComponent, typeof i6.SacInputCurrencyComponent, typeof i7.SacInputDecimalComponent, typeof i8.SacInputEmailComponent, typeof i9.SacInputIntegerComponent, typeof i10.SacInputPasswordComponent, typeof i11.SacInputSearchComponent]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap3InputModule>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=input.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.module.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"input.module.d.ts","sourceRoot":"","sources":["../../../../projects/sac-bootstrap3/src/controls/input/input.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAaA,qBA0Ba,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -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;;AAOxE;;;;;;;;;;;GAWG;AACH,qBA4Ba,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;;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
|
-
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
|
}
|