@simpleangularcontrols/sac-common 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 +8 -16
- package/common/basedatetimecontrol.d.ts +33 -33
- package/common/basedatetimecontrol.d.ts.map +1 -1
- package/common/baseinputcontrol.d.ts +9 -13
- package/common/baseinputcontrol.d.ts.map +1 -1
- package/common/basemodelcontrol.d.ts +161 -86
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +136 -141
- package/common/baseuploadcontrol.d.ts.map +1 -1
- package/components/browser/browser.d.ts +11 -6
- package/components/browser/browser.d.ts.map +1 -1
- package/controls/buttons/button.d.ts +23 -22
- package/controls/buttons/button.d.ts.map +1 -1
- package/controls/checkbox/checkbox.d.ts +18 -5
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts +9 -0
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +21 -20
- package/controls/checkbox/radiobuttons.d.ts.map +1 -1
- package/controls/confirm/confirm.button.d.ts +14 -8
- package/controls/confirm/confirm.button.d.ts.map +1 -1
- package/controls/confirm/confirm.service.d.ts +24 -19
- package/controls/confirm/confirm.service.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.d.ts +42 -42
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +2 -2
- package/controls/contextmenu/contextmenuanchor.d.ts.map +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +2 -2
- package/controls/contextmenu/contextmenucontainer.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +32 -36
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +34 -38
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +28 -32
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/form/form.d.ts +7 -43
- package/controls/form/form.d.ts.map +1 -1
- package/controls/grid/grid.d.ts +67 -62
- package/controls/grid/grid.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +14 -14
- package/controls/grid/gridbutton.d.ts.map +1 -1
- package/controls/grid/gridcolumn.d.ts +8 -8
- package/controls/grid/gridcolumn.d.ts.map +1 -1
- package/controls/grid/gridcolumnaction.d.ts +3 -3
- package/controls/grid/gridcolumnaction.d.ts.map +1 -1
- package/controls/grid/gridcolumnbase.d.ts +46 -38
- package/controls/grid/gridcolumnbase.d.ts.map +1 -1
- package/controls/grid/gridimage.d.ts +2 -2
- package/controls/grid/gridimage.d.ts.map +1 -1
- package/controls/grid/model.d.ts +51 -42
- package/controls/grid/model.d.ts.map +1 -1
- package/controls/grid/paging.d.ts +77 -76
- package/controls/grid/paging.d.ts.map +1 -1
- package/controls/input/input.d.ts +11 -11
- package/controls/input/input.d.ts.map +1 -1
- package/controls/input/inputcurrency.d.ts +6 -1
- package/controls/input/inputcurrency.d.ts.map +1 -1
- package/controls/input/inputdecimal.d.ts +21 -21
- package/controls/input/inputdecimal.d.ts.map +1 -1
- package/controls/input/inputemail.d.ts.map +1 -1
- package/controls/input/inputinteger.d.ts +21 -21
- package/controls/input/inputinteger.d.ts.map +1 -1
- package/controls/input/inputpassword.d.ts +5 -5
- package/controls/input/inputpassword.d.ts.map +1 -1
- package/controls/input/inputsearch.d.ts +14 -5
- package/controls/input/inputsearch.d.ts.map +1 -1
- package/controls/layout/formlayout.d.ts +62 -0
- package/controls/layout/formlayout.d.ts.map +1 -0
- package/controls/list/dropdown.d.ts +45 -45
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/listbox.d.ts +20 -20
- package/controls/list/listbox.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +36 -35
- package/controls/multilanguage/multilanguageinput.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +39 -38
- package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +3 -7
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +63 -63
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +88 -63
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/upload/dropzonemultiple.d.ts +24 -24
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/uploadmultiple.d.ts +9 -9
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +18 -13
- package/controls/validation/validationsummary.d.ts.map +1 -1
- package/enums/ButtonRoleType.d.ts +2 -0
- package/enums/ButtonRoleType.d.ts.map +1 -0
- package/enums/ControlHeight.d.ts +18 -0
- package/enums/ControlHeight.d.ts.map +1 -0
- package/esm2022/common/basedatetimecontrol.mjs +41 -163
- package/esm2022/common/baseinputcontrol.mjs +21 -80
- package/esm2022/common/baselistcontrol.mjs +11 -56
- package/esm2022/common/basemodelcontrol.mjs +129 -354
- package/esm2022/common/baseselectcontrol.mjs +6 -27
- package/esm2022/common/baseuploadcontrol.mjs +109 -433
- package/esm2022/components/browser/browser.mjs +66 -474
- package/esm2022/components/browser/models/browserfile.mjs +3 -2
- package/esm2022/components/browser/models/browserfiledeleterequest.mjs +5 -10
- package/esm2022/components/browser/models/browserfilerenamerequest.mjs +5 -10
- package/esm2022/components/browser/models/browserfileresponse.mjs +3 -2
- package/esm2022/components/browser/models/browserfilesaverequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernode.mjs +3 -2
- package/esm2022/components/browser/models/browsernodedeleterequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernodenewrequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderenamerequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderesponse.mjs +3 -2
- package/esm2022/controls/buttons/button.mjs +32 -131
- package/esm2022/controls/checkbox/checkbox.mjs +15 -30
- package/esm2022/controls/checkbox/radiobutton.mjs +24 -98
- package/esm2022/controls/checkbox/radiobuttons.mjs +29 -106
- package/esm2022/controls/confirm/confirm.button.mjs +17 -21
- package/esm2022/controls/confirm/confirm.mjs +19 -69
- package/esm2022/controls/confirm/confirm.service.mjs +29 -74
- package/esm2022/controls/contextmenu/contextmenu.mjs +43 -171
- package/esm2022/controls/contextmenu/contextmenuanchor.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenucontainer.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenuitem.mjs +4 -13
- package/esm2022/controls/contextmenu/contextmenuitembutton.mjs +15 -91
- package/esm2022/controls/datetime/date.mjs +44 -207
- package/esm2022/controls/datetime/dateselector.mjs +65 -409
- package/esm2022/controls/datetime/datetime.mjs +46 -224
- package/esm2022/controls/datetime/time.mjs +43 -205
- package/esm2022/controls/dialog/dialog.mjs +33 -194
- package/esm2022/controls/form/form.mjs +27 -153
- package/esm2022/controls/grid/grid.mjs +48 -155
- package/esm2022/controls/grid/gridbutton.mjs +21 -59
- package/esm2022/controls/grid/gridcolumn.mjs +21 -46
- package/esm2022/controls/grid/gridcolumnaction.mjs +8 -22
- package/esm2022/controls/grid/gridcolumnbase.mjs +35 -124
- package/esm2022/controls/grid/gridimage.mjs +5 -16
- package/esm2022/controls/grid/model.mjs +49 -74
- package/esm2022/controls/grid/paging.mjs +82 -251
- package/esm2022/controls/input/input.mjs +17 -65
- package/esm2022/controls/input/inputarea.mjs +10 -53
- package/esm2022/controls/input/inputcurrency.mjs +9 -14
- package/esm2022/controls/input/inputdecimal.mjs +33 -143
- package/esm2022/controls/input/inputemail.mjs +10 -37
- package/esm2022/controls/input/inputinteger.mjs +32 -127
- package/esm2022/controls/input/inputpassword.mjs +12 -43
- package/esm2022/controls/input/inputsearch.mjs +16 -38
- package/esm2022/controls/layout/formlayout.mjs +32 -0
- package/esm2022/controls/list/dropdown.mjs +79 -225
- package/esm2022/controls/list/listbox.mjs +40 -159
- package/esm2022/controls/multilanguage/multilanguageinput.mjs +48 -215
- package/esm2022/controls/multilanguage/multilanguageinputarea.mjs +51 -217
- package/esm2022/controls/static/formcontainer.mjs +14 -45
- package/esm2022/controls/static/staticlabel.mjs +7 -28
- package/esm2022/controls/tabs/tab.mjs +14 -68
- package/esm2022/controls/tabs/tabitem.mjs +7 -37
- package/esm2022/controls/tinymce/tinymce.mjs +62 -232
- package/esm2022/controls/tinymce/tinymcedialogsettings.mjs +5 -10
- package/esm2022/controls/tinymce/tinymcedialogsettingsmeta.mjs +4 -4
- package/esm2022/controls/tinymce/tinymceinstance.mjs +3 -2
- package/esm2022/controls/tooltip/tooltip.mjs +102 -358
- package/esm2022/controls/treeview/ngtreeitemaction.mjs +9 -56
- package/esm2022/controls/treeview/treeview.mjs +53 -299
- package/esm2022/controls/treeview/treeviewchild.mjs +5 -19
- package/esm2022/controls/upload/dropzonemultiple.mjs +32 -152
- package/esm2022/controls/upload/dropzonesingle.mjs +12 -91
- package/esm2022/controls/upload/uploadmultiple.mjs +21 -111
- package/esm2022/controls/upload/uploadsingle.mjs +8 -50
- package/esm2022/controls/validation/validationsummary.mjs +23 -120
- package/esm2022/controls/wizard/wizard.mjs +20 -128
- package/esm2022/controls/wizard/wizarditem.mjs +6 -31
- package/esm2022/enums/ButtonRoleType.mjs +3 -0
- package/esm2022/enums/ControlHeight.mjs +11 -0
- package/esm2022/enums/IconType.mjs +4 -8
- package/esm2022/interfaces/ISacConfigurationService.mjs +3 -0
- package/esm2022/interfaces/ISacFileBrowserService.mjs +3 -2
- package/esm2022/interfaces/ISacIconService.mjs +3 -2
- package/esm2022/interfaces/ISacLabelSizes.mjs +3 -0
- package/esm2022/interfaces/ISacLanguageService.mjs +3 -2
- package/esm2022/interfaces/ISacLocalisationService.mjs +3 -2
- package/esm2022/interfaces/ISacValidationKeyService.mjs +3 -0
- package/esm2022/interfaces/iabstractcontrollabel.mjs +3 -2
- package/esm2022/interfaces/iconfirmcomponent.mjs +3 -2
- package/esm2022/interfaces/idatetimecontrol.mjs +3 -2
- package/esm2022/interfaces/iuploadcontrol.mjs +3 -2
- package/esm2022/models/languagemodel.mjs +5 -11
- package/esm2022/public_api.mjs +25 -94
- package/esm2022/services/index.mjs +3 -5
- package/esm2022/services/sac-configuration.service.mjs +37 -0
- package/esm2022/services/sac-filebrowser.service.mjs +15 -167
- package/esm2022/services/sac-icon.service.mjs +53 -155
- package/esm2022/services/sac-language.service.mjs +7 -45
- package/esm2022/services/sac-localisation.service.mjs +33 -428
- package/esm2022/services/sac-validationkey.service.mjs +7 -0
- package/esm2022/simpleangularcontrols-sac-common.mjs +4 -4
- package/esm2022/utilities/convertion.mjs +6 -26
- package/esm2022/utilities/datatypes.mjs +4 -6
- package/esm2022/utilities/enums.mjs +8 -15
- package/esm2022/utilities/guid.mjs +8 -0
- package/esm2022/utilities/interpolation.mjs +7 -42
- package/esm2022/utilities/positioning.mjs +23 -266
- package/esm2022/validation/email.validator.mjs +3 -13
- package/esm2022/validation/index.mjs +3 -3
- package/esm2022/validation/invaliddate.validator.mjs +3 -14
- package/esm2022/validation/isDateValid.mjs +9 -13
- package/esm2022/validation/maxdate.validator.mjs +4 -21
- package/esm2022/validation/maxtime.validator.mjs +4 -21
- package/esm2022/validation/maxvalue.validator.mjs +3 -16
- package/esm2022/validation/mindate.validator.mjs +4 -21
- package/esm2022/validation/minfiles.validator.mjs +4 -19
- package/esm2022/validation/minlength.validator.mjs +3 -21
- package/esm2022/validation/mintime.validator.mjs +4 -21
- package/esm2022/validation/minvalue.validator.mjs +3 -16
- package/esm2022/validation/multilanguagerequired.validator.mjs +3 -22
- package/esm2022/validation/multilanguagerequiredany.validator.mjs +3 -22
- package/esm2022/validation/pattern.validator.mjs +3 -16
- package/esm2022/validation/required.validator.mjs +3 -13
- package/esm2022/validation/validation.mjs +20 -99
- package/esm2022/validation/validationerrorcreator.mjs +3 -11
- package/esm2022/validation/validationerroritem.mjs +7 -19
- package/fesm2022/simpleangularcontrols-sac-common.mjs +2145 -9181
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +55 -0
- package/interfaces/ISacConfigurationService.d.ts.map +1 -0
- package/interfaces/ISacIconService.d.ts +10 -2
- package/interfaces/ISacIconService.d.ts.map +1 -1
- package/interfaces/ISacLabelSizes.d.ts +27 -0
- package/interfaces/ISacLabelSizes.d.ts.map +1 -0
- package/interfaces/ISacValidationKeyService.d.ts +53 -0
- package/interfaces/ISacValidationKeyService.d.ts.map +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +28 -17
- package/public_api.d.ts.map +1 -1
- package/services/index.d.ts +6 -4
- package/services/index.d.ts.map +1 -1
- package/services/sac-configuration.service.d.ts +119 -0
- package/services/sac-configuration.service.d.ts.map +1 -0
- package/services/sac-icon.service.d.ts +16 -0
- package/services/sac-icon.service.d.ts.map +1 -1
- package/services/sac-localisation.service.d.ts +103 -97
- package/services/sac-localisation.service.d.ts.map +1 -1
- package/services/sac-validationkey.service.d.ts +59 -0
- package/services/sac-validationkey.service.d.ts.map +1 -0
- package/simpleangularcontrols-sac-common-16.0.0-rc.10.tgz +0 -0
- package/utilities/guid.d.ts +5 -0
- package/utilities/guid.d.ts.map +1 -0
- package/validation/isDateValid.d.ts.map +1 -1
- package/simpleangularcontrols-sac-common-13.0.0-rc.1.tgz +0 -0
- package/simpleangularcontrols-sac-common-16.0.0-rc.1.tgz +0 -0
|
@@ -5,35 +5,35 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* Basis Komponente für SacInput
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacInputCommon extends SacInputBase<string> {
|
|
8
|
-
/**
|
|
9
|
-
* Max länge an Zeichen für Eingabefeld
|
|
10
|
-
*/
|
|
11
|
-
maxlength: number;
|
|
12
8
|
/**
|
|
13
9
|
* Fix breite für das Control definieren.
|
|
14
10
|
*/
|
|
15
11
|
controlwidth: string;
|
|
16
12
|
/**
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
validationmessagerequired: string;
|
|
20
|
-
/**
|
|
21
|
-
* Resource Key für Validation Message Required in Validation Summary
|
|
13
|
+
* Max länge an Zeichen für Eingabefeld
|
|
22
14
|
*/
|
|
23
|
-
|
|
15
|
+
maxlength: number;
|
|
24
16
|
/**
|
|
25
17
|
* Resource Key für Validation Message Pattern bei Control
|
|
26
18
|
*/
|
|
27
19
|
validationmessagepattern: string;
|
|
20
|
+
/**
|
|
21
|
+
* Resource Key für Validation Message Required bei Control
|
|
22
|
+
*/
|
|
23
|
+
validationmessagerequired: string;
|
|
28
24
|
/**
|
|
29
25
|
* Resource Key für Validation Message Pattern in Validation Summary
|
|
30
26
|
*/
|
|
31
27
|
validationmessagesummarypattern: string;
|
|
28
|
+
/**
|
|
29
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
30
|
+
*/
|
|
31
|
+
validationmessagesummaryrequired: string;
|
|
32
32
|
/**
|
|
33
33
|
* Methode validiert, ob der Wert den gegebenen Kriterien entspricht
|
|
34
34
|
*/
|
|
35
35
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCommon, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCommon, never, never, { "
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCommon, never, never, { "controlwidth": { "alias": "controlwidth"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "validationmessagepattern": { "alias": "validationmessagepattern"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummarypattern": { "alias": "validationmessagesummarypattern"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,cAAe,SAAQ,YAAY,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,cAAe,SAAQ,YAAY,CAAC,MAAM,CAAC;IAGtD;;OAEG;IACa,YAAY,EAAE,MAAM,CAAQ;IAC5C;;OAEG;IACa,SAAS,EAAE,MAAM,CAAQ;IACzC;;OAEG;IACa,wBAAwB,EAAE,MAAM,CACG;IACnD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,+BAA+B,EAAE,MAAM,CACG;IAC1D;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAM3D;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAvCrD,cAAc;2CAAd,cAAc;CAgE1B"}
|
|
@@ -4,7 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* Basis Komponente für SacInputCurrency
|
|
5
5
|
*/
|
|
6
6
|
export declare class SacInputCurrencyCommon extends SacInputDecimalCommon {
|
|
7
|
+
currency: string;
|
|
8
|
+
/**
|
|
9
|
+
* Set currency during initialization if no value is defined.
|
|
10
|
+
*/
|
|
11
|
+
protected OnClassInit(): void;
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCurrencyCommon, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCurrencyCommon, never, never, {}, {}, never, never, false, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCurrencyCommon, never, never, { "currency": { "alias": "currency"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
14
|
}
|
|
10
15
|
//# sourceMappingURL=inputcurrency.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBACa,sBAAuB,SAAQ,qBAAqB;
|
|
1
|
+
{"version":3,"file":"inputcurrency.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputcurrency.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBACa,sBAAuB,SAAQ,qBAAqB;IAIxD,QAAQ,EAAE,MAAM,CAAM;IAM7B;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAblB,sBAAsB;2CAAtB,sBAAsB;CAsBlC"}
|
|
@@ -9,55 +9,55 @@ export declare class SacInputDecimalCommon extends SacInputBase<number> {
|
|
|
9
9
|
* Definiert das Negative Werte erlaubt sind
|
|
10
10
|
*/
|
|
11
11
|
allownegativ: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Definiert den minimalen Wert
|
|
14
|
-
*/
|
|
15
|
-
minvalue: number;
|
|
16
12
|
/**
|
|
17
13
|
* Definiert den maximalen Wert
|
|
18
14
|
*/
|
|
19
15
|
maxvalue: number;
|
|
20
16
|
/**
|
|
21
|
-
*
|
|
17
|
+
* Definiert den minimalen Wert
|
|
22
18
|
*/
|
|
23
|
-
|
|
19
|
+
minvalue: number;
|
|
24
20
|
/**
|
|
25
|
-
* Resource Key für Validation Message
|
|
21
|
+
* Resource Key für Validation Message MaxValue bei Control
|
|
26
22
|
*/
|
|
27
|
-
|
|
23
|
+
validationmessagemaxvalue: string;
|
|
28
24
|
/**
|
|
29
25
|
* Resource Key für Validation Message MinValue bei Control
|
|
30
26
|
*/
|
|
31
27
|
validationmessageminvalue: string;
|
|
32
28
|
/**
|
|
33
|
-
* Resource Key für Validation Message
|
|
34
|
-
*/
|
|
35
|
-
validationmessagesummaryminvalue: string;
|
|
36
|
-
/**
|
|
37
|
-
* Resource Key für Validation Message MaxValue bei Control
|
|
29
|
+
* Resource Key für Validation Message Required bei Control
|
|
38
30
|
*/
|
|
39
|
-
|
|
31
|
+
validationmessagerequired: string;
|
|
40
32
|
/**
|
|
41
33
|
* Resource Key für Validation Message MaxValue in Validation Summary
|
|
42
34
|
*/
|
|
43
35
|
validationmessagesummarymaxvalue: string;
|
|
44
36
|
/**
|
|
45
|
-
*
|
|
37
|
+
* Resource Key für Validation Message MinValue in Validation Summary
|
|
46
38
|
*/
|
|
47
|
-
|
|
39
|
+
validationmessagesummaryminvalue: string;
|
|
40
|
+
/**
|
|
41
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
42
|
+
*/
|
|
43
|
+
validationmessagesummaryrequired: string;
|
|
44
|
+
/**
|
|
45
|
+
* Methode validiert ob der Wert entspricht den gegebenen Kriterien
|
|
46
|
+
*/
|
|
47
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
48
48
|
/**
|
|
49
49
|
* Konvertiert den Wert des Inputs
|
|
50
50
|
*/
|
|
51
51
|
protected ConvertInputValue(value: any): any;
|
|
52
52
|
/**
|
|
53
|
-
* Methode
|
|
53
|
+
* Methode die erzeugt den Control in Abhängigkeit davon, ob negative Were erlaubt sing oder nicht
|
|
54
54
|
*/
|
|
55
|
-
protected
|
|
55
|
+
protected OnClassInit(): void;
|
|
56
56
|
/**
|
|
57
|
-
* Methode validiert ob der Wert entspricht den gegebenen Kriterien
|
|
57
|
+
* Methode validiert ob der Wert entspricht den gegebenen Kriterien wenn ein Key gedrückt wird
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
protected OnKeyPressValidation(position: number, character: string): boolean;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputDecimalCommon, never>;
|
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputDecimalCommon, never, never, { "allownegativ": { "alias": "allownegativ"; "required": false; }; "
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputDecimalCommon, never, never, { "allownegativ": { "alias": "allownegativ"; "required": false; }; "maxvalue": { "alias": "maxvalue"; "required": false; }; "minvalue": { "alias": "minvalue"; "required": false; }; "validationmessagemaxvalue": { "alias": "validationmessagemaxvalue"; "required": false; }; "validationmessageminvalue": { "alias": "validationmessageminvalue"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummarymaxvalue": { "alias": "validationmessagesummarymaxvalue"; "required": false; }; "validationmessagesummaryminvalue": { "alias": "validationmessagesummaryminvalue"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
62
62
|
}
|
|
63
63
|
//# sourceMappingURL=inputdecimal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputdecimal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,qBAAsB,SAAQ,YAAY,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"inputdecimal.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputdecimal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,qBAAsB,SAAQ,YAAY,CAAC,MAAM,CAAC;IAG7D;;OAEG;IACa,YAAY,EAAE,OAAO,CAAS;IAC9C;;OAEG;IACa,QAAQ,EAAE,MAAM,CAAa;IAC7C;;OAEG;IACa,QAAQ,EAAE,MAAM,CAAa;IAC7C;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAC3D;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAC3D;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACJ;IAMpD;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IA4ChE;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG;IAc5C;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAa7B;;OAEG;IACH,SAAS,CAAC,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO;yCArIjE,qBAAqB;2CAArB,qBAAqB;CAkKjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAEzC;;GAEG;AACH,qBACa,mBAAoB,SAAQ,cAAc;
|
|
1
|
+
{"version":3,"file":"inputemail.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputemail.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAEzC;;GAEG;AACH,qBACa,mBAAoB,SAAQ,cAAc;IAGrD;;OAEG;IACa,sBAAsB,EAAE,MAAM,CACG;IACjD;;OAEG;IACa,6BAA6B,EAAE,MAAM,CACG;IAMxD;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCArBrD,mBAAmB;2CAAnB,mBAAmB;CAmC/B"}
|
|
@@ -9,55 +9,55 @@ export declare class SacInputIntegerCommon extends SacInputBase<number> {
|
|
|
9
9
|
* Definiert das Negative Werte erlaubt sind
|
|
10
10
|
*/
|
|
11
11
|
allownegativ: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Definiert den minimalen Wert
|
|
14
|
-
*/
|
|
15
|
-
minvalue: number;
|
|
16
12
|
/**
|
|
17
13
|
* Definiert den maximalen Wert
|
|
18
14
|
*/
|
|
19
15
|
maxvalue: number;
|
|
20
16
|
/**
|
|
21
|
-
*
|
|
17
|
+
* Definiert den minimalen Wert
|
|
22
18
|
*/
|
|
23
|
-
|
|
19
|
+
minvalue: number;
|
|
24
20
|
/**
|
|
25
|
-
* Resource Key für Validation Message
|
|
21
|
+
* Resource Key für Validation Message MaxValue bei Control
|
|
26
22
|
*/
|
|
27
|
-
|
|
23
|
+
validationmessagemaxvalue: string;
|
|
28
24
|
/**
|
|
29
25
|
* Resource Key für Validation Message MinValue bei Control
|
|
30
26
|
*/
|
|
31
27
|
validationmessageminvalue: string;
|
|
32
28
|
/**
|
|
33
|
-
* Resource Key für Validation Message
|
|
34
|
-
*/
|
|
35
|
-
validationmessagesummaryminvalue: string;
|
|
36
|
-
/**
|
|
37
|
-
* Resource Key für Validation Message MaxValue bei Control
|
|
29
|
+
* Resource Key für Validation Message Required bei Control
|
|
38
30
|
*/
|
|
39
|
-
|
|
31
|
+
validationmessagerequired: string;
|
|
40
32
|
/**
|
|
41
33
|
* Resource Key für Validation Message MaxValue in Validation Summary
|
|
42
34
|
*/
|
|
43
35
|
validationmessagesummarymaxvalue: string;
|
|
44
36
|
/**
|
|
45
|
-
*
|
|
37
|
+
* Resource Key für Validation Message MinValue in Validation Summary
|
|
46
38
|
*/
|
|
47
|
-
|
|
39
|
+
validationmessagesummaryminvalue: string;
|
|
40
|
+
/**
|
|
41
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
42
|
+
*/
|
|
43
|
+
validationmessagesummaryrequired: string;
|
|
44
|
+
/**
|
|
45
|
+
* Methode validiert ob der Wert entspricht den gegebenen Kriterien
|
|
46
|
+
*/
|
|
47
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
48
48
|
/**
|
|
49
49
|
* Konvertiert den Wert des Inputs
|
|
50
50
|
*/
|
|
51
51
|
protected ConvertInputValue(value: any): any;
|
|
52
52
|
/**
|
|
53
|
-
* Methode
|
|
53
|
+
* Methode die erzeugt den Control in Abhängigkeit davon, ob negative Were erlaubt sing oder nicht
|
|
54
54
|
*/
|
|
55
|
-
protected
|
|
55
|
+
protected OnClassInit(): void;
|
|
56
56
|
/**
|
|
57
|
-
* Methode validiert ob der Wert entspricht den gegebenen Kriterien
|
|
57
|
+
* Methode validiert ob der Wert entspricht den gegebenen Kriterien wenn ein Key gedrückt wird
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
protected OnKeyPressValidation(position: number, character: string): boolean;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputIntegerCommon, never>;
|
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputIntegerCommon, never, never, { "allownegativ": { "alias": "allownegativ"; "required": false; }; "
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputIntegerCommon, never, never, { "allownegativ": { "alias": "allownegativ"; "required": false; }; "maxvalue": { "alias": "maxvalue"; "required": false; }; "minvalue": { "alias": "minvalue"; "required": false; }; "validationmessagemaxvalue": { "alias": "validationmessagemaxvalue"; "required": false; }; "validationmessageminvalue": { "alias": "validationmessageminvalue"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummarymaxvalue": { "alias": "validationmessagesummarymaxvalue"; "required": false; }; "validationmessagesummaryminvalue": { "alias": "validationmessagesummaryminvalue"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
62
62
|
}
|
|
63
63
|
//# sourceMappingURL=inputinteger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputinteger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,qBAAsB,SAAQ,YAAY,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"inputinteger.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputinteger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;GAEG;AACH,qBACa,qBAAsB,SAAQ,YAAY,CAAC,MAAM,CAAC;IAG7D;;OAEG;IACa,YAAY,EAAE,OAAO,CAAS;IAC9C;;OAEG;IACa,QAAQ,EAAE,MAAM,CAAa;IAC7C;;OAEG;IACa,QAAQ,EAAE,MAAM,CAAa;IAC7C;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAC3D;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAC3D;;OAEG;IACa,gCAAgC,EAAE,MAAM,CACG;IAM3D;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IA4ChE;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG;IAY5C;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;IAa7B;;OAEG;IACH,SAAS,CAAC,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO;yCAnIjE,qBAAqB;2CAArB,qBAAqB;CA+IjC"}
|
|
@@ -5,6 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* Basis Komponente für SacInputPassword
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacInputPasswordCommon extends SacInputCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Min. Textlänge
|
|
10
|
+
*/
|
|
11
|
+
minlength: number;
|
|
8
12
|
/**
|
|
9
13
|
* Resource Key für Validation Message MinLength bei Control
|
|
10
14
|
*/
|
|
@@ -13,15 +17,11 @@ export declare class SacInputPasswordCommon extends SacInputCommon {
|
|
|
13
17
|
* Resource Key für Validation Message MinLength in Validation Summary
|
|
14
18
|
*/
|
|
15
19
|
validationmessagesummaryminlength: string;
|
|
16
|
-
/**
|
|
17
|
-
* Min. Textlänge
|
|
18
|
-
*/
|
|
19
|
-
minlength: number;
|
|
20
20
|
/**
|
|
21
21
|
* Methode validiert, ob der Wert den gegebenen Kriteriten entspricht
|
|
22
22
|
*/
|
|
23
23
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputPasswordCommon, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputPasswordCommon, never, never, { "
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputPasswordCommon, never, never, { "minlength": { "alias": "minlength"; "required": false; }; "validationmessageminlength": { "alias": "validationmessageminlength"; "required": false; }; "validationmessagesummaryminlength": { "alias": "validationmessagesummaryminlength"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
27
27
|
//# sourceMappingURL=inputpassword.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputpassword.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAEzC;;GAEG;AACH,qBACa,sBAAuB,SAAQ,cAAc;
|
|
1
|
+
{"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputpassword.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAEzC;;GAEG;AACH,qBACa,sBAAuB,SAAQ,cAAc;IAGxD;;OAEG;IACa,SAAS,EAAE,MAAM,CAAK;IACtC;;OAEG;IACa,0BAA0B,EAAE,MAAM,CACG;IACrD;;OAEG;IACa,iCAAiC,EAAE,MAAM,CACG;IAM5D;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAzBrD,sBAAsB;2CAAtB,sBAAsB;CAwClC"}
|
|
@@ -1,27 +1,36 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SacInputCommon } from './input';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Basis Komponente für SacInputSearch
|
|
6
6
|
*/
|
|
7
|
-
export declare class SacInputSearchCommon extends SacInputCommon {
|
|
7
|
+
export declare class SacInputSearchCommon extends SacInputCommon implements OnInit {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Defines the layout of the search button in the control
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
buttonmode: 'icon' | 'text' | 'mixed';
|
|
12
12
|
/**
|
|
13
13
|
* Text welcher auf dem Button angezeigt wird
|
|
14
14
|
*/
|
|
15
15
|
buttontext: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name des Such-Icons
|
|
18
|
+
*/
|
|
19
|
+
iconname: string;
|
|
16
20
|
/**
|
|
17
21
|
* Event wenn auf das Such-Icon geclickt wird
|
|
18
22
|
*/
|
|
19
23
|
clicked: EventEmitter<any>;
|
|
24
|
+
/**
|
|
25
|
+
* Init Event
|
|
26
|
+
*/
|
|
27
|
+
ngOnInit(): void;
|
|
20
28
|
/**
|
|
21
29
|
* Methode sendet den Wert des Inputs durch das Event
|
|
22
30
|
*/
|
|
23
31
|
searchClick(): void;
|
|
32
|
+
private setButtonMode;
|
|
24
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputSearchCommon, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputSearchCommon, never, never, { "
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputSearchCommon, never, never, { "buttonmode": { "alias": "buttonmode"; "required": false; }; "buttontext": { "alias": "buttontext"; "required": false; }; "iconname": { "alias": "iconname"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
26
35
|
}
|
|
27
36
|
//# sourceMappingURL=inputsearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputsearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"inputsearch.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputsearch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAEzC;;GAEG;AACH,qBACa,oBAAqB,SAAQ,cAAe,YAAW,MAAM;IAGxE;;OAEG;IAEI,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAC7C;;OAEG;IACa,UAAU,EAAE,MAAM,CAAM;IACxC;;OAEG;IACa,QAAQ,EAAE,MAAM,CAAM;IACtC;;OAEG;IAEI,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAM5D;;OAEG;IACI,QAAQ;IAUf;;OAEG;IACI,WAAW;IAQlB,OAAO,CAAC,aAAa;yCAlDV,oBAAoB;2CAApB,oBAAoB;CA8DhC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ControlHeight } from '../../enums/ControlHeight';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/***
|
|
4
|
+
* base component for form options
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacFormLayoutCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the default display for a checkbox. You can choose between a checkbox and a switch. If no style is defined, the global style or the style on the control is used.
|
|
9
|
+
*/
|
|
10
|
+
checkboxstyle: 'checkbox' | 'switch' | null;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the standard height of the components
|
|
13
|
+
*/
|
|
14
|
+
componentHeight: ControlHeight | null;
|
|
15
|
+
/**
|
|
16
|
+
* Mode for display helptext
|
|
17
|
+
*/
|
|
18
|
+
helptextmode: 'tooltip' | 'text' | null;
|
|
19
|
+
/**
|
|
20
|
+
* defines that error messages are displayed under the controls
|
|
21
|
+
*/
|
|
22
|
+
inlineError: boolean | null;
|
|
23
|
+
/**
|
|
24
|
+
* Defines if InputSearch uses an icon at the button or the text
|
|
25
|
+
*/
|
|
26
|
+
inputsearchiconmode: 'text' | 'icon' | 'mixed' | null;
|
|
27
|
+
/**
|
|
28
|
+
* defines that the labels are displayed as adaptive labels
|
|
29
|
+
*/
|
|
30
|
+
isAdaptiveLabel: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* default labe size for large devices
|
|
33
|
+
*/
|
|
34
|
+
labelSizeLg: number | null;
|
|
35
|
+
/**
|
|
36
|
+
* default label size for medium devices
|
|
37
|
+
*/
|
|
38
|
+
labelSizeMd: number | null;
|
|
39
|
+
/**
|
|
40
|
+
* default label size for small devices
|
|
41
|
+
*/
|
|
42
|
+
labelSizeSm: number | null;
|
|
43
|
+
/**
|
|
44
|
+
* default label size for extra large devices
|
|
45
|
+
*/
|
|
46
|
+
labelSizeXl: number | null;
|
|
47
|
+
/**
|
|
48
|
+
* default label column size
|
|
49
|
+
*/
|
|
50
|
+
labelSizeXs: number | null;
|
|
51
|
+
/**
|
|
52
|
+
* default label size for extra extra large devices
|
|
53
|
+
*/
|
|
54
|
+
labelSizeXxl: number | null;
|
|
55
|
+
/**
|
|
56
|
+
* Returns whether the inline error messages for the form are active.
|
|
57
|
+
*/
|
|
58
|
+
get IsInlineErrorEnabled(): boolean;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormLayoutCommon, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormLayoutCommon, never, never, { "checkboxstyle": { "alias": "checkboxstyle"; "required": false; }; "componentHeight": { "alias": "componentHeight"; "required": false; }; "helptextmode": { "alias": "helptextmode"; "required": false; }; "inlineError": { "alias": "inlineError"; "required": false; }; "inputsearchiconmode": { "alias": "inputsearchiconmode"; "required": false; }; "isAdaptiveLabel": { "alias": "isAdaptiveLabel"; "required": false; }; "labelSizeLg": { "alias": "labelSizeLg"; "required": false; }; "labelSizeMd": { "alias": "labelSizeMd"; "required": false; }; "labelSizeSm": { "alias": "labelSizeSm"; "required": false; }; "labelSizeXl": { "alias": "labelSizeXl"; "required": false; }; "labelSizeXs": { "alias": "labelSizeXs"; "required": false; }; "labelSizeXxl": { "alias": "labelSizeXxl"; "required": false; }; }, {}, never, never, false, never>;
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=formlayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formlayout.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/layout/formlayout.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;;AAE1D;;GAEG;AACH,qBACa,mBAAmB;IAG9B;;OAEG;IAEI,aAAa,EAAE,UAAU,GAAG,QAAQ,GAAG,IAAI,CAAQ;IAC1D;;OAEG;IACa,eAAe,EAAE,aAAa,GAAG,IAAI,CAAQ;IAC7D;;OAEG;IAEI,YAAY,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/C;;OAEG;IACa,WAAW,EAAE,OAAO,GAAG,IAAI,CAAQ;IACnD;;OAEG;IAEI,mBAAmB,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAQ;IACpE;;OAEG;IACa,eAAe,EAAE,OAAO,CAAS;IACjD;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IACzC;;OAEG;IAEI,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAM1C;;OAEG;IACH,IAAW,oBAAoB,IAAI,OAAO,CAEzC;yCAtEU,mBAAmB;2CAAnB,mBAAmB;CAyE/B"}
|
|
@@ -1,28 +1,14 @@
|
|
|
1
1
|
import { ElementRef, Injector, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import { SacBaseSelectControl } from '../../common/baseselectcontrol';
|
|
4
|
-
import {
|
|
4
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Function um ein Key Value Pair für das Dropdown zu erzeugen
|
|
8
|
-
* @param id ID
|
|
9
|
-
* @param value Wert der an das Element gebunden werden soll
|
|
10
|
-
*/
|
|
11
|
-
export declare function _buildValueString(id: string | null, value: any): string;
|
|
12
6
|
/**
|
|
13
7
|
* Base Dropdown Komponente
|
|
14
8
|
*/
|
|
15
9
|
export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
/**
|
|
19
|
-
* Counter vom OptionID; default Wert = 0
|
|
20
|
-
*/
|
|
21
|
-
_optionIdCounter: number;
|
|
22
|
-
/**
|
|
23
|
-
* OptionMap
|
|
24
|
-
*/
|
|
25
|
-
_optionMap: Map<string, any>;
|
|
10
|
+
private renderer;
|
|
11
|
+
private elementRef;
|
|
26
12
|
/**
|
|
27
13
|
* compareWith-Funktion
|
|
28
14
|
*/
|
|
@@ -35,10 +21,6 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
35
21
|
* Option Value für Empty Item
|
|
36
22
|
*/
|
|
37
23
|
emptyvalue: string;
|
|
38
|
-
/**
|
|
39
|
-
* compareWith-Funktion
|
|
40
|
-
*/
|
|
41
|
-
set comparewith(fn: (o1: any, o2: any) => boolean);
|
|
42
24
|
/**
|
|
43
25
|
* Resource Key für Validation Message Required bei Control
|
|
44
26
|
*/
|
|
@@ -48,23 +30,25 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
48
30
|
*/
|
|
49
31
|
validationmessagesummaryrequired: string;
|
|
50
32
|
/**
|
|
51
|
-
*
|
|
52
|
-
* @param parent Übergeordnetes HTML Element
|
|
53
|
-
* @param injector Injector für Services
|
|
54
|
-
* @param _renderer Render Engine
|
|
55
|
-
* @param _elementRef Referenz von HTML Element
|
|
33
|
+
* Counter vom OptionID; default Wert = 0
|
|
56
34
|
*/
|
|
57
|
-
|
|
35
|
+
_optionIdCounter: number;
|
|
58
36
|
/**
|
|
59
|
-
*
|
|
60
|
-
* @param value - Wert
|
|
37
|
+
* OptionMap
|
|
61
38
|
*/
|
|
62
|
-
|
|
39
|
+
_optionMap: Map<string, any>;
|
|
63
40
|
/**
|
|
64
|
-
*
|
|
65
|
-
* @param
|
|
41
|
+
* Constructor
|
|
42
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
43
|
+
* @param injector Injector for injecting services
|
|
44
|
+
* @param renderer html rendering engine
|
|
45
|
+
* @param elementRef reference to html element
|
|
66
46
|
*/
|
|
67
|
-
|
|
47
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
48
|
+
/**
|
|
49
|
+
* compareWith-Funktion
|
|
50
|
+
*/
|
|
51
|
+
set comparewith(fn: (o1: any, o2: any) => boolean);
|
|
68
52
|
/**
|
|
69
53
|
* Registriert das OptionID-Counter als String
|
|
70
54
|
*/
|
|
@@ -76,10 +60,25 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
76
60
|
*/
|
|
77
61
|
setOptionMap(id: string, value: any): void;
|
|
78
62
|
/**
|
|
79
|
-
*
|
|
80
|
-
* @param value
|
|
63
|
+
* Wert einstellen
|
|
64
|
+
* @param value - Wert
|
|
81
65
|
*/
|
|
82
|
-
|
|
66
|
+
setValue(value: string): void;
|
|
67
|
+
/**
|
|
68
|
+
* Validator
|
|
69
|
+
* @param c Control Instanz
|
|
70
|
+
*/
|
|
71
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
72
|
+
/**
|
|
73
|
+
* Wert schreiben
|
|
74
|
+
* @param value - Wert
|
|
75
|
+
*/
|
|
76
|
+
writeValue(value: any): void;
|
|
77
|
+
/**
|
|
78
|
+
* ID extrahieren
|
|
79
|
+
* @param valueString String bei welchem die ID Extrahiert werden soll
|
|
80
|
+
*/
|
|
81
|
+
private extractId;
|
|
83
82
|
/**
|
|
84
83
|
* Nimmt das ID vom Option
|
|
85
84
|
* @param value
|
|
@@ -91,17 +90,12 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
91
90
|
*/
|
|
92
91
|
private getOptionValue;
|
|
93
92
|
/**
|
|
94
|
-
*
|
|
95
|
-
* @param
|
|
96
|
-
*/
|
|
97
|
-
private extractId;
|
|
98
|
-
/**
|
|
99
|
-
* Validator
|
|
100
|
-
* @param c Control Instanz
|
|
93
|
+
* Setzt den Selected Value auf dem Control
|
|
94
|
+
* @param value Value
|
|
101
95
|
*/
|
|
102
|
-
|
|
96
|
+
private setSelectedValue;
|
|
103
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownCommon, [{ host: true; }, null, null, null]>;
|
|
104
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownCommon, never, never, { "emptylabel": { "alias": "emptylabel"; "required": false; }; "emptyvalue": { "alias": "emptyvalue"; "required": false; }; "
|
|
98
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownCommon, never, never, { "emptylabel": { "alias": "emptylabel"; "required": false; }; "emptyvalue": { "alias": "emptyvalue"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; "comparewith": { "alias": "comparewith"; "required": false; }; }, {}, never, never, false, never>;
|
|
105
99
|
}
|
|
106
100
|
/**
|
|
107
101
|
* SacDropdownOption-Klasse
|
|
@@ -141,4 +135,10 @@ export declare class SacDropdownOptionCommon implements OnDestroy {
|
|
|
141
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionCommon, never>;
|
|
142
136
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionCommon, never, never, { "ngValue": { "alias": "ngValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
143
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* Function um ein Key Value Pair für das Dropdown zu erzeugen
|
|
140
|
+
* @param id ID
|
|
141
|
+
* @param value Wert der an das Element gebunden werden soll
|
|
142
|
+
*/
|
|
143
|
+
export declare function _buildValueString(id: string | null, value: any): string;
|
|
144
144
|
//# sourceMappingURL=dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAER,SAAS,EACT,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/list/dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,QAAQ,EAER,SAAS,EACT,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;;AAI3D;;GAEG;AACH,qBACa,iBAAkB,SAAQ,oBAAoB,CAAC,GAAG,CAAC;IAmD5D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IAjDpB;;OAEG;IACH,OAAO,CAAC,YAAY,CAA4C;IAEhE;;OAEG;IACa,UAAU,EAAE,MAAM,CAAM;IACxC;;OAEG;IACa,UAAU,EAAE,MAAM,CAAQ;IAC1C;;OAEG;IACa,yBAAyB,EAAE,MAAM,CACG;IACpD;;OAEG;IAEI,gCAAgC,EAAE,MAAM,CACY;IAE3D;;OAEG;IACI,gBAAgB,EAAE,MAAM,CAAK;IACpC;;OAEG;IACI,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAA0B;IAM7D;;;;;;OAMG;gBAEO,UAAU,EAAE,mBAAmB,EACvC,QAAQ,EAAE,QAAQ,EACV,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU;IAShC;;OAEG;IACH,IACW,WAAW,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,KAAK,OAAO,EAOvD;IAMD;;OAEG;IACI,cAAc,IAAI,MAAM;IAI/B;;;;OAIG;IACI,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IASjD;;;OAGG;IACI,QAAQ,CAAC,KAAK,EAAE,MAAM;IAI7B;;;OAGG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAYhE;;;OAGG;IACI,UAAU,CAAC,KAAK,EAAE,GAAG;IAS5B;;;OAGG;IACH,OAAO,CAAC,SAAS;IAIjB;;;OAGG;IACH,OAAO,CAAC,WAAW;IASnB;;;OAGG;IACH,OAAO,CAAC,cAAc;IAKtB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;yCA1Kb,iBAAiB;2CAAjB,iBAAiB;CA6L7B;AAED;;GAEG;AACH,qBACa,uBAAwB,YAAW,SAAS;IAmBrD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IAlBnB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAgB;IAM1B;;;;;OAKG;gBAEO,QAAQ,EAAE,UAAU,EACpB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,iBAAiB;IAWtC;;OAEG;IACH,IACW,OAAO,CAAC,KAAK,EAAE,GAAG,EAU5B;IAED;;OAEG;IACH,IACW,KAAK,CAAC,KAAK,EAAE,GAAG,EAE1B;IAMD;;;OAGG;IACI,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI5C;;OAEG;IACI,WAAW,IAAI,IAAI;yCAvEf,uBAAuB;2CAAvB,uBAAuB;CA8EnC;AAMD;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,KAAK,EAAE,GAAG,GAAG,MAAM,CAavE"}
|