@simpleangularcontrols/sac-common 16.0.0-rc.2 → 16.0.0-rc.21
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 +15 -15
- package/common/basedatetimecontrol.d.ts +120 -30
- 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 +172 -85
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +162 -142
- 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 +35 -30
- 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 +68 -24
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +23 -22
- 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 +59 -44
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.interface.d.ts +4 -0
- package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -0
- 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/contextmenu/contextmenuitem.d.ts +6 -1
- package/controls/contextmenu/contextmenuitem.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +22 -21
- package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +33 -36
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/dateselector.d.ts +10 -2
- package/controls/datetime/dateselector.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +33 -40
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +32 -36
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/dialog/dialog.d.ts +35 -43
- package/controls/dialog/dialog.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 +70 -61
- package/controls/grid/grid.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +33 -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 +58 -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 +78 -73
- package/controls/grid/paging.d.ts.map +1 -1
- package/controls/input/input.d.ts +12 -12
- package/controls/input/input.d.ts.map +1 -1
- package/controls/input/inputarea.d.ts +6 -6
- package/controls/input/inputarea.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 +28 -8
- 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 +66 -0
- package/controls/layout/formlayout.d.ts.map +1 -0
- package/controls/list/buildvaluestring.d.ts +7 -0
- package/controls/list/buildvaluestring.d.ts.map +1 -0
- package/controls/list/dropdown.d.ts +38 -82
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/dropdownoptions.d.ts +42 -0
- package/controls/list/dropdownoptions.d.ts.map +1 -0
- 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 +41 -40
- package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +8 -4
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/tabs/tab.d.ts +20 -16
- package/controls/tabs/tab.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +65 -61
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +82 -67
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts +109 -109
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/upload/dropzonemultiple.d.ts +25 -21
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/dropzonesingle.d.ts +20 -16
- package/controls/upload/dropzonesingle.d.ts.map +1 -1
- package/controls/upload/uploadmultiple.d.ts +14 -10
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/upload/uploadsingle.d.ts +5 -1
- package/controls/upload/uploadsingle.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +24 -15
- 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 +83 -164
- package/esm2022/common/baseinputcontrol.mjs +21 -80
- package/esm2022/common/baselistcontrol.mjs +11 -56
- package/esm2022/common/basemodelcontrol.mjs +136 -353
- package/esm2022/common/baseselectcontrol.mjs +6 -27
- package/esm2022/common/baseuploadcontrol.mjs +122 -435
- 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 +35 -132
- package/esm2022/controls/checkbox/checkbox.mjs +15 -30
- package/esm2022/controls/checkbox/radiobutton.mjs +45 -102
- 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.interface.mjs +3 -0
- package/esm2022/controls/contextmenu/contextmenu.mjs +47 -171
- package/esm2022/controls/contextmenu/contextmenuanchor.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenucontainer.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenuitem.mjs +7 -13
- package/esm2022/controls/contextmenu/contextmenuitembutton.mjs +25 -93
- package/esm2022/controls/datetime/date.mjs +42 -206
- package/esm2022/controls/datetime/dateselector.mjs +75 -411
- package/esm2022/controls/datetime/datetime.mjs +42 -224
- package/esm2022/controls/datetime/time.mjs +40 -204
- package/esm2022/controls/dialog/dialog.mjs +46 -209
- package/esm2022/controls/form/form.mjs +27 -153
- package/esm2022/controls/grid/grid.mjs +52 -155
- package/esm2022/controls/grid/gridbutton.mjs +30 -59
- package/esm2022/controls/grid/gridcolumn.mjs +21 -46
- package/esm2022/controls/grid/gridcolumnaction.mjs +8 -22
- package/esm2022/controls/grid/gridcolumnbase.mjs +37 -124
- package/esm2022/controls/grid/gridimage.mjs +5 -16
- package/esm2022/controls/grid/model.mjs +49 -74
- package/esm2022/controls/grid/paging.mjs +86 -251
- package/esm2022/controls/input/input.mjs +17 -65
- package/esm2022/controls/input/inputarea.mjs +18 -56
- 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 +26 -45
- package/esm2022/controls/input/inputsearch.mjs +16 -38
- package/esm2022/controls/layout/formlayout.mjs +31 -0
- package/esm2022/controls/list/buildvaluestring.mjs +10 -0
- package/esm2022/controls/list/dropdown.mjs +53 -235
- package/esm2022/controls/list/dropdownoptions.mjs +22 -0
- 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 +18 -45
- package/esm2022/controls/static/staticlabel.mjs +7 -28
- package/esm2022/controls/tabs/tab.mjs +24 -73
- package/esm2022/controls/tabs/tabitem.mjs +7 -37
- package/esm2022/controls/tinymce/tinymce.mjs +64 -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 +78 -358
- package/esm2022/controls/treeview/treeview.mjs +103 -343
- package/esm2022/controls/upload/dropzonemultiple.mjs +35 -151
- package/esm2022/controls/upload/dropzonesingle.mjs +27 -99
- package/esm2022/controls/upload/uploadmultiple.mjs +25 -111
- package/esm2022/controls/upload/uploadsingle.mjs +15 -50
- package/esm2022/controls/validation/validationsummary.mjs +26 -121
- 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/ISacUploadEventCompleteState.mjs +3 -0
- 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/interfaces/treeviewaction.interface.mjs +3 -0
- 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 +41 -0
- package/esm2022/services/sac-filebrowser.service.mjs +15 -167
- package/esm2022/services/sac-icon.service.mjs +77 -157
- package/esm2022/services/sac-language.service.mjs +7 -45
- package/esm2022/services/sac-localisation.service.mjs +32 -426
- 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 +10 -15
- package/esm2022/utilities/guid.mjs +8 -0
- package/esm2022/utilities/interpolation.mjs +7 -42
- package/esm2022/utilities/popuphelper.mjs +80 -0
- package/esm2022/utilities/positioning.mjs +23 -266
- package/esm2022/utilities/testingattribute.pipe.mjs +12 -0
- package/esm2022/validation/email.validator.mjs +3 -13
- package/esm2022/validation/equals.validator.mjs +3 -0
- 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/mintextlength.validator.mjs +5 -0
- 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/notequals.validator.mjs +3 -0
- package/esm2022/validation/pattern.validator.mjs +3 -16
- package/esm2022/validation/required.validator.mjs +3 -13
- package/esm2022/validation/validation.mjs +74 -134
- package/esm2022/validation/validationerrorcreator.mjs +3 -11
- package/esm2022/validation/validationerroritem.mjs +7 -19
- package/fesm2022/simpleangularcontrols-sac-common.mjs +2479 -9262
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +63 -0
- package/interfaces/ISacConfigurationService.d.ts.map +1 -0
- package/interfaces/ISacIconService.d.ts +54 -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/ISacUploadEventCompleteState.d.ts +6 -0
- package/interfaces/ISacUploadEventCompleteState.d.ts.map +1 -0
- package/interfaces/ISacValidationKeyService.d.ts +53 -0
- package/interfaces/ISacValidationKeyService.d.ts.map +1 -0
- package/interfaces/treeviewaction.interface.d.ts +5 -0
- package/interfaces/treeviewaction.interface.d.ts.map +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +34 -21
- 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 +135 -0
- package/services/sac-configuration.service.d.ts.map +1 -0
- package/services/sac-icon.service.d.ts +109 -5
- package/services/sac-icon.service.d.ts.map +1 -1
- package/services/sac-localisation.service.d.ts +100 -94
- 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.21.tgz +0 -0
- package/utilities/enums.d.ts +3 -1
- package/utilities/enums.d.ts.map +1 -1
- package/utilities/guid.d.ts +5 -0
- package/utilities/guid.d.ts.map +1 -0
- package/utilities/popuphelper.d.ts +84 -0
- package/utilities/popuphelper.d.ts.map +1 -0
- package/utilities/testingattribute.pipe.d.ts +16 -0
- package/utilities/testingattribute.pipe.d.ts.map +1 -0
- package/validation/equals.validator.d.ts +3 -0
- package/validation/equals.validator.d.ts.map +1 -0
- package/validation/isDateValid.d.ts.map +1 -1
- package/validation/mintextlength.validator.d.ts +3 -0
- package/validation/mintextlength.validator.d.ts.map +1 -0
- package/validation/notequals.validator.d.ts +3 -0
- package/validation/notequals.validator.d.ts.map +1 -0
- package/validation/validation.d.ts +70 -52
- package/validation/validation.d.ts.map +1 -1
- package/controls/treeview/ngtreeitemaction.d.ts +0 -44
- package/controls/treeview/ngtreeitemaction.d.ts.map +0 -1
- package/controls/treeview/treeviewchild.d.ts +0 -16
- package/controls/treeview/treeviewchild.d.ts.map +0 -1
- package/esm2022/controls/treeview/ngtreeitemaction.mjs +0 -63
- package/esm2022/controls/treeview/treeviewchild.mjs +0 -22
- package/esm2022/validation/minlength.validator.mjs +0 -21
- package/simpleangularcontrols-sac-common-16.0.0-rc.2.tgz +0 -0
- package/validation/minlength.validator.d.ts +0 -3
- package/validation/minlength.validator.d.ts.map +0 -1
|
@@ -5,26 +5,26 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class SacInputAreaCommon extends SacInputCommon {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Property mit dem Custom CSS Klassen auf dem Form-Control definiert werden können.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
customcssclass: string;
|
|
11
11
|
/**
|
|
12
12
|
* Definiert die Höhe der TextArea Box. Ist normalfall leer, da Höhe auch über Rows gesetzt werden kann.
|
|
13
13
|
*/
|
|
14
14
|
height: string;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Definiert die Höhe der TextArea Box.
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
rows: number;
|
|
19
19
|
/**
|
|
20
20
|
* Getter für die Länge des Inputs
|
|
21
21
|
*/
|
|
22
22
|
get _currentLength(): number;
|
|
23
23
|
/**
|
|
24
|
-
* Methode wird 'true' ergeben wenn ein Key gedrückt wird und
|
|
24
|
+
* Methode wird 'true' ergeben wenn ein Key gedrückt wird und maxtextlength ist nicht definiert
|
|
25
25
|
*/
|
|
26
26
|
onKeyPress(event: KeyboardEvent): Boolean;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputAreaCommon, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputAreaCommon, never, never, { "
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputAreaCommon, never, never, { "customcssclass": { "alias": "customcssclass"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=inputarea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputarea.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inputarea.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputarea.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAGzC;;GAEG;AACH,qBACa,kBAAmB,SAAQ,cAAc;IAGlD;;OAEG;IACa,cAAc,EAAE,MAAM,CAAM;IAE5C;;OAEG;IACa,MAAM,EAAE,MAAM,CAAQ;IAEtC;;OAEG;IACa,IAAI,EAAE,MAAM,CAAK;IAMjC;;OAEG;IACH,IAAW,cAAc,IAAI,MAAM,CAMlC;IAMD;;OAEG;IACI,UAAU,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;yCAxCvC,kBAAkB;2CAAlB,kBAAkB;CAuD9B"}
|
|
@@ -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"}
|
|
@@ -1,27 +1,47 @@
|
|
|
1
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
1
|
import { SacInputCommon } from './input';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Basis Komponente für SacInputPassword
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacInputPasswordCommon extends SacInputCommon {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Checks the minimum length of the password
|
|
10
|
+
*/
|
|
11
|
+
mintextlength: number;
|
|
12
|
+
/**
|
|
13
|
+
* Password Eye Button is enabled
|
|
14
|
+
*/
|
|
15
|
+
passwordeye: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Password Eye is visible
|
|
18
|
+
*/
|
|
19
|
+
passwordeyevisible: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Resource key for validation message MinTextLength for control
|
|
22
|
+
*/
|
|
23
|
+
validationmessagemintextlength: string;
|
|
24
|
+
/**
|
|
25
|
+
* Resource key for validation message MinTextLength in validation summary
|
|
26
|
+
*/
|
|
27
|
+
validationmessagesummarymintextlength: string;
|
|
28
|
+
/**
|
|
29
|
+
*Icon used by InputPassword to hide the password in the input field
|
|
10
30
|
*/
|
|
11
|
-
|
|
31
|
+
get PasswordEyeHiddenIcon(): string;
|
|
12
32
|
/**
|
|
13
|
-
*
|
|
33
|
+
* Icon used by InputPassword to display the password in plain text during input
|
|
14
34
|
*/
|
|
15
|
-
|
|
35
|
+
get PasswordEyeVisibleIcon(): string;
|
|
16
36
|
/**
|
|
17
|
-
*
|
|
37
|
+
* Toggle Password Eye Visible Property
|
|
18
38
|
*/
|
|
19
|
-
|
|
39
|
+
onTogglePasswordEye(): void;
|
|
20
40
|
/**
|
|
21
41
|
* Methode validiert, ob der Wert den gegebenen Kriteriten entspricht
|
|
22
42
|
*/
|
|
23
43
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
24
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputPasswordCommon, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputPasswordCommon, never, never, { "
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputPasswordCommon, never, never, { "mintextlength": { "alias": "mintextlength"; "required": false; }; "passwordeye": { "alias": "passwordeye"; "required": false; }; "validationmessagemintextlength": { "alias": "validationmessagemintextlength"; "required": false; }; "validationmessagesummarymintextlength": { "alias": "validationmessagesummarymintextlength"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
46
|
}
|
|
27
47
|
//# 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,
|
|
1
|
+
{"version":3,"file":"inputpassword.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/inputpassword.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAEnE;;GAEG;AACH,qBACa,sBAAuB,SAAQ,cAAc;IAGtD;;OAEG;IACa,aAAa,EAAE,MAAM,CAAK;IAE1C;;OAEG;IACa,WAAW,UAAS;IAEpC;;OAEG;IACI,kBAAkB,UAAS;IAElC;;OAEG;IACa,8BAA8B,EAAE,MAAM,CAA0D;IAEhH;;OAEG;IACa,qCAAqC,EAAE,MAAM,CACK;IAMlE;;OAEG;IACH,IAAW,qBAAqB,IAAI,MAAM,CAEzC;IAED;;OAEG;IACH,IAAW,sBAAsB,IAAI,MAAM,CAE1C;IAMD;;OAEG;IACI,mBAAmB,IAAI,IAAI;IAQlC;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAjEvD,sBAAsB;2CAAtB,sBAAsB;CAgFlC"}
|
|
@@ -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,66 @@
|
|
|
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
|
+
* Detach label text and tooltip from each other in Label so that label and tooltip can be aligned differently. This is in Bootstrap 3 not supported!
|
|
57
|
+
*/
|
|
58
|
+
splitlabelandhelptext: boolean | null;
|
|
59
|
+
/**
|
|
60
|
+
* Returns whether the inline error messages for the form are active.
|
|
61
|
+
*/
|
|
62
|
+
get IsInlineErrorEnabled(): boolean;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormLayoutCommon, never>;
|
|
64
|
+
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; }; "splitlabelandhelptext": { "alias": "splitlabelandhelptext"; "required": false; }; }, {}, never, never, false, never>;
|
|
65
|
+
}
|
|
66
|
+
//# 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;IAC9B;;OAEG;IAEI,aAAa,EAAE,UAAU,GAAG,QAAQ,GAAG,IAAI,CAAQ;IAE1D;;OAEG;IACa,eAAe,EAAE,aAAa,GAAG,IAAI,CAAQ;IAE7D;;OAEG;IAEI,YAAY,EAAE,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC;IAE/C;;OAEG;IACa,WAAW,EAAE,OAAO,GAAG,IAAI,CAAQ;IAEnD;;OAEG;IAEI,mBAAmB,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAQ;IAEpE;;OAEG;IACa,eAAe,EAAE,OAAO,CAAS;IAEjD;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;OAEG;IAEI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;OAEG;IAEI,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1C;;OAEG;IAEI,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAQ;IAEpD;;OAEG;IACH,IAAW,oBAAoB,IAAI,OAAO,CAEzC;yCAjFU,mBAAmB;2CAAnB,mBAAmB;CAkF/B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Function um ein Key Value Pair für das Dropdown zu erzeugen
|
|
3
|
+
* @param id ID
|
|
4
|
+
* @param value Wert der an das Element gebunden werden soll
|
|
5
|
+
*/
|
|
6
|
+
export declare function _buildValueString(id: string | null, value: any): string;
|
|
7
|
+
//# sourceMappingURL=buildvaluestring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildvaluestring.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/list/buildvaluestring.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,KAAK,EAAE,GAAG,GAAG,MAAM,CAavE"}
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import { ElementRef, Injector, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
1
|
import { SacBaseSelectControl } from '../../common/baseselectcontrol';
|
|
4
|
-
import {
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
4
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
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
|
|
10
|
+
private renderer;
|
|
11
|
+
private elementRef;
|
|
12
|
+
/**
|
|
13
|
+
* compareWith-Funktion
|
|
14
|
+
*/
|
|
15
|
+
private _compareWith;
|
|
18
16
|
/**
|
|
19
17
|
* Counter vom OptionID; default Wert = 0
|
|
20
18
|
*/
|
|
@@ -23,10 +21,6 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
23
21
|
* OptionMap
|
|
24
22
|
*/
|
|
25
23
|
_optionMap: Map<string, any>;
|
|
26
|
-
/**
|
|
27
|
-
* compareWith-Funktion
|
|
28
|
-
*/
|
|
29
|
-
private _compareWith;
|
|
30
24
|
/**
|
|
31
25
|
* Label Text für Empty Item
|
|
32
26
|
*/
|
|
@@ -34,11 +28,7 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
34
28
|
/**
|
|
35
29
|
* Option Value für Empty Item
|
|
36
30
|
*/
|
|
37
|
-
emptyvalue: string;
|
|
38
|
-
/**
|
|
39
|
-
* compareWith-Funktion
|
|
40
|
-
*/
|
|
41
|
-
set comparewith(fn: (o1: any, o2: any) => boolean);
|
|
31
|
+
emptyvalue: string | null | number;
|
|
42
32
|
/**
|
|
43
33
|
* Resource Key für Validation Message Required bei Control
|
|
44
34
|
*/
|
|
@@ -48,23 +38,17 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
48
38
|
*/
|
|
49
39
|
validationmessagesummaryrequired: string;
|
|
50
40
|
/**
|
|
51
|
-
*
|
|
52
|
-
* @param
|
|
53
|
-
* @param injector Injector
|
|
54
|
-
* @param
|
|
55
|
-
* @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
|
|
56
46
|
*/
|
|
57
|
-
constructor(
|
|
47
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
58
48
|
/**
|
|
59
|
-
*
|
|
60
|
-
* @param value - Wert
|
|
61
|
-
*/
|
|
62
|
-
setValue(value: string): void;
|
|
63
|
-
/**
|
|
64
|
-
* Wert schreiben
|
|
65
|
-
* @param value - Wert
|
|
49
|
+
* compareWith-Funktion
|
|
66
50
|
*/
|
|
67
|
-
|
|
51
|
+
set comparewith(fn: (o1: any, o2: any) => boolean);
|
|
68
52
|
/**
|
|
69
53
|
* Registriert das OptionID-Counter als String
|
|
70
54
|
*/
|
|
@@ -76,69 +60,41 @@ export declare class SacDropdownCommon extends SacBaseSelectControl<any> {
|
|
|
76
60
|
*/
|
|
77
61
|
setOptionMap(id: string, value: any): void;
|
|
78
62
|
/**
|
|
79
|
-
*
|
|
80
|
-
* @param value
|
|
81
|
-
*/
|
|
82
|
-
private setSelectedValue;
|
|
83
|
-
/**
|
|
84
|
-
* Nimmt das ID vom Option
|
|
85
|
-
* @param value
|
|
86
|
-
*/
|
|
87
|
-
private getOptionId;
|
|
88
|
-
/**
|
|
89
|
-
* Nimmt den String-Wert vom Option
|
|
90
|
-
* @param valueString
|
|
91
|
-
*/
|
|
92
|
-
private getOptionValue;
|
|
93
|
-
/**
|
|
94
|
-
* ID extrahieren
|
|
95
|
-
* @param valueString String bei welchem die ID Extrahiert werden soll
|
|
63
|
+
* Wert einstellen
|
|
64
|
+
* @param value - Wert
|
|
96
65
|
*/
|
|
97
|
-
|
|
66
|
+
setValue(value: string): void;
|
|
98
67
|
/**
|
|
99
68
|
* Validator
|
|
100
69
|
* @param c Control Instanz
|
|
101
70
|
*/
|
|
102
71
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
103
|
-
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; }; "comparewith": { "alias": "comparewith"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* SacDropdownOption-Klasse
|
|
108
|
-
*/
|
|
109
|
-
export declare class SacDropdownOptionCommon implements OnDestroy {
|
|
110
|
-
private _element;
|
|
111
|
-
private _renderer;
|
|
112
|
-
private _dropdown;
|
|
113
|
-
/**
|
|
114
|
-
* ID-String
|
|
115
|
-
*/
|
|
116
|
-
private id;
|
|
117
72
|
/**
|
|
118
|
-
*
|
|
119
|
-
* @param
|
|
120
|
-
* @param _renderer Render Engine
|
|
121
|
-
* @param _dropdown Dropdown Instanz
|
|
73
|
+
* Wert schreiben
|
|
74
|
+
* @param value - Wert
|
|
122
75
|
*/
|
|
123
|
-
|
|
76
|
+
writeValue(value: any): void;
|
|
124
77
|
/**
|
|
125
|
-
*
|
|
78
|
+
* ID extrahieren
|
|
79
|
+
* @param valueString String bei welchem die ID Extrahiert werden soll
|
|
126
80
|
*/
|
|
127
|
-
|
|
81
|
+
private extractId;
|
|
128
82
|
/**
|
|
129
|
-
*
|
|
83
|
+
* Nimmt das ID vom Option
|
|
84
|
+
* @param value
|
|
130
85
|
*/
|
|
131
|
-
|
|
86
|
+
private getOptionId;
|
|
132
87
|
/**
|
|
133
|
-
*
|
|
134
|
-
* @param
|
|
88
|
+
* Nimmt den String-Wert vom Option
|
|
89
|
+
* @param valueString
|
|
135
90
|
*/
|
|
136
|
-
|
|
91
|
+
private getOptionValue;
|
|
137
92
|
/**
|
|
138
|
-
*
|
|
93
|
+
* Setzt den Selected Value auf dem Control
|
|
94
|
+
* @param value Value
|
|
139
95
|
*/
|
|
140
|
-
|
|
141
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
142
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
96
|
+
private setSelectedValue;
|
|
97
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownCommon, [{ host: true; }, null, null, null]>;
|
|
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>;
|
|
143
99
|
}
|
|
144
100
|
//# sourceMappingURL=dropdown.d.ts.map
|