@simpleangularcontrols/sac-common 16.0.0-rc.2 → 16.0.0-rc.20
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 +116 -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 +168 -85
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +160 -144
- 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 +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 +51 -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/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 +32 -44
- 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 +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 +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 +36 -80
- 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/tinymce/tinymce.d.ts +63 -63
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +76 -69
- 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 +21 -21
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/dropzonesingle.d.ts +18 -18
- package/controls/upload/dropzonesingle.d.ts.map +1 -1
- package/controls/upload/uploadmultiple.d.ts +10 -10
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/upload/uploadsingle.d.ts +1 -1
- package/controls/upload/uploadsingle.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 +83 -164
- package/esm2022/common/baseinputcontrol.mjs +21 -80
- package/esm2022/common/baselistcontrol.mjs +11 -56
- package/esm2022/common/basemodelcontrol.mjs +134 -353
- package/esm2022/common/baseselectcontrol.mjs +6 -27
- package/esm2022/common/baseuploadcontrol.mjs +120 -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 +32 -131
- 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 +43 -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 +65 -409
- package/esm2022/controls/datetime/datetime.mjs +42 -224
- package/esm2022/controls/datetime/time.mjs +40 -204
- package/esm2022/controls/dialog/dialog.mjs +35 -209
- 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 +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 +45 -236
- 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 +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 +74 -358
- package/esm2022/controls/treeview/treeview.mjs +103 -343
- package/esm2022/controls/upload/dropzonemultiple.mjs +31 -151
- package/esm2022/controls/upload/dropzonesingle.mjs +23 -99
- package/esm2022/controls/upload/uploadmultiple.mjs +21 -111
- package/esm2022/controls/upload/uploadsingle.mjs +11 -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/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 +35 -0
- package/esm2022/services/sac-filebrowser.service.mjs +15 -167
- package/esm2022/services/sac-icon.service.mjs +67 -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/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 +2367 -9261
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +59 -0
- package/interfaces/ISacConfigurationService.d.ts.map +1 -0
- package/interfaces/ISacIconService.d.ts +34 -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 +33 -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 +127 -0
- package/services/sac-configuration.service.d.ts.map +1 -0
- package/services/sac-icon.service.d.ts +69 -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.20.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/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
|
@@ -10,9 +10,9 @@ export declare class SacContextMenuContrainerCommon {
|
|
|
10
10
|
nativeElement: HTMLElement;
|
|
11
11
|
/**
|
|
12
12
|
* Konstruktor
|
|
13
|
-
* @param
|
|
13
|
+
* @param elementRef Referenz auf das HTML Element mit der Marker Direktive
|
|
14
14
|
*/
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextMenuContrainerCommon, never>;
|
|
17
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextMenuContrainerCommon, never, never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contextmenucontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenucontainer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAEtD;;GAEG;AACH,qBACa,8BAA8B;
|
|
1
|
+
{"version":3,"file":"contextmenucontainer.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenucontainer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAEtD;;GAEG;AACH,qBACa,8BAA8B;IAGzC;;OAEG;IACI,aAAa,EAAE,WAAW,CAAC;IAMlC;;;OAGG;gBACS,UAAU,EAAE,UAAU,CAAC,WAAW,CAAC;yCAhBpC,8BAA8B;2CAA9B,8BAA8B;CAqB1C"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
import { ISacContextmenuCommon } from './contextmenu.interface';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* Base Context Menu Item
|
|
4
5
|
*/
|
|
5
6
|
export declare class SacContextmenuItemCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Reference to the higher-level context menu. This property is always set automatically by the context menu. However, it may be necessary to set the reference manually.
|
|
9
|
+
*/
|
|
10
|
+
contextmenu: ISacContextmenuCommon | null;
|
|
6
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextmenuItemCommon, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuItemCommon, never, never, {}, {}, never, never, false, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuItemCommon, never, never, { "contextmenu": { "alias": "contextmenu"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
13
|
}
|
|
9
14
|
//# sourceMappingURL=contextmenuitem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contextmenuitem.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenuitem.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contextmenuitem.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenuitem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;;AAGhE;;GAEG;AACH,qBACa,wBAAwB;IAGjC;;OAEG;IAEI,WAAW,EAAE,qBAAqB,GAAG,IAAI,CAAQ;yCAP/C,wBAAwB;2CAAxB,wBAAwB;CAUpC"}
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SacContextmenuCommon } from './contextmenu';
|
|
3
1
|
import { SacContextmenuItemCommon } from './contextmenuitem';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* Base Context Menu Button Item
|
|
7
6
|
*/
|
|
8
7
|
export declare class SacContextmenuItemButtonCommon extends SacContextmenuItemCommon {
|
|
9
|
-
protected contextmenu: SacContextmenuCommon;
|
|
10
|
-
/**
|
|
11
|
-
* Constructor
|
|
12
|
-
* @param contextmenu Instance of Context Menü.
|
|
13
|
-
*/
|
|
14
|
-
constructor(contextmenu: SacContextmenuCommon);
|
|
15
8
|
/**
|
|
16
9
|
* Menu Item ist deaktiviert
|
|
17
10
|
*/
|
|
@@ -21,13 +14,17 @@ export declare class SacContextmenuItemButtonCommon extends SacContextmenuItemCo
|
|
|
21
14
|
*/
|
|
22
15
|
protected _isicondisabled: boolean;
|
|
23
16
|
/**
|
|
24
|
-
*
|
|
17
|
+
* Event wenn auf den Button geklickt wird
|
|
25
18
|
*/
|
|
26
|
-
|
|
19
|
+
clicked: EventEmitter<void>;
|
|
27
20
|
/**
|
|
28
21
|
* css class for button styling
|
|
29
22
|
*/
|
|
30
23
|
cssclass: string;
|
|
24
|
+
/**
|
|
25
|
+
* Icon für Menü
|
|
26
|
+
*/
|
|
27
|
+
icon: string;
|
|
31
28
|
/**
|
|
32
29
|
* Input Property für Styling des Buttons. Definiert die Css Klassen des Buttons
|
|
33
30
|
*/
|
|
@@ -37,34 +34,38 @@ export declare class SacContextmenuItemButtonCommon extends SacContextmenuItemCo
|
|
|
37
34
|
*/
|
|
38
35
|
image: string;
|
|
39
36
|
/**
|
|
40
|
-
*
|
|
37
|
+
* name of button. used for generate id and name
|
|
41
38
|
*/
|
|
42
|
-
|
|
39
|
+
name: string;
|
|
40
|
+
/**
|
|
41
|
+
* Text für Menü Item.
|
|
42
|
+
*/
|
|
43
|
+
text: string;
|
|
44
|
+
/**
|
|
45
|
+
* Constructor
|
|
46
|
+
*/
|
|
47
|
+
constructor();
|
|
43
48
|
/**
|
|
44
49
|
* Menu Item ist deaktiviert
|
|
45
50
|
*/
|
|
46
51
|
get isdisabled(): boolean | string;
|
|
47
52
|
/**
|
|
48
|
-
*
|
|
53
|
+
* Menu Item ist deaktiviert
|
|
49
54
|
*/
|
|
50
|
-
set
|
|
55
|
+
set isdisabled(v: boolean | string);
|
|
51
56
|
/**
|
|
52
57
|
* Icon Column in Menü ist deaktiviert
|
|
53
58
|
*/
|
|
54
59
|
get isicondisabled(): boolean | string;
|
|
55
60
|
/**
|
|
56
|
-
*
|
|
57
|
-
*/
|
|
58
|
-
text: string;
|
|
59
|
-
/**
|
|
60
|
-
* Event wenn auf den Button geklickt wird
|
|
61
|
+
* Icon Column in Menü ist deaktiviert
|
|
61
62
|
*/
|
|
62
|
-
|
|
63
|
+
set isicondisabled(v: boolean | string);
|
|
63
64
|
/**
|
|
64
65
|
* Die Methode wird das cklickaction Emitter aktivieren
|
|
65
66
|
*/
|
|
66
67
|
callaction(event: MouseEvent): void;
|
|
67
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacContextmenuItemButtonCommon, never>;
|
|
68
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuItemButtonCommon, never, never, { "
|
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacContextmenuItemButtonCommon, never, never, { "cssclass": { "alias": "cssclass"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconstyle": { "alias": "iconstyle"; "required": false; }; "image": { "alias": "image"; "required": false; }; "name": { "alias": "name"; "required": false; }; "text": { "alias": "text"; "required": false; }; "isdisabled": { "alias": "isdisabled"; "required": false; }; "isicondisabled": { "alias": "isicondisabled"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
69
70
|
}
|
|
70
71
|
//# sourceMappingURL=contextmenuitembutton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contextmenuitembutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenuitembutton.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"contextmenuitembutton.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/contextmenu/contextmenuitembutton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAEvE;;GAEG;AACH,qBACa,8BAA+B,SAAQ,wBAAwB;IAGxE;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,OAAO,CAAS;IAEvC;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,OAAO,CAAS;IAE3C;;OAEG;IAEI,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAE9D;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAM;IAE7B;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAM;IAE9B;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAC;IAErB;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAM;IAEzB;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;IAMpB;;OAEG;;IASH;;OAEG;IACH,IAAW,UAAU,IAAI,OAAO,GAAG,MAAM,CAExC;IAED;;OAEG;IACH,IACW,UAAU,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,EAMxC;IAED;;OAEG;IACH,IAAW,cAAc,IAAI,OAAO,GAAG,MAAM,CAE5C;IAED;;OAEG;IACH,IACW,cAAc,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,EAM5C;IAMD;;OAEG;IACI,UAAU,CAAC,KAAK,EAAE,UAAU;yCAnH1B,8BAA8B;2CAA9B,8BAA8B;CA+H1C"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
2
4
|
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
5
|
import * as IMask from 'imask';
|
|
4
|
-
import
|
|
5
|
-
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
-
import { SacFormCommon } from '../form/form';
|
|
6
|
+
import * as moment_ from 'moment';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Komponente für SacDateCommon. Extends SacBaseDateTimeControl
|
|
10
10
|
*/
|
|
11
|
-
export declare class SacDateCommon extends SacBaseDateTimeControl {
|
|
12
|
-
protected
|
|
11
|
+
export declare abstract class SacDateCommon extends SacBaseDateTimeControl {
|
|
12
|
+
protected elementRef: ElementRef;
|
|
13
13
|
/**
|
|
14
14
|
* Format des Datums
|
|
15
15
|
*/
|
|
@@ -43,57 +43,54 @@ export declare class SacDateCommon extends SacBaseDateTimeControl {
|
|
|
43
43
|
lazy: boolean;
|
|
44
44
|
overwrite: boolean;
|
|
45
45
|
};
|
|
46
|
-
/**
|
|
47
|
-
* icon service
|
|
48
|
-
*/
|
|
49
|
-
private iconService;
|
|
50
46
|
/**
|
|
51
47
|
* Min Date
|
|
52
48
|
*/
|
|
53
|
-
|
|
49
|
+
_maxdate: Date;
|
|
54
50
|
/**
|
|
55
51
|
* Min Date
|
|
56
52
|
*/
|
|
57
53
|
_mindate: Date;
|
|
58
54
|
/**
|
|
59
|
-
*
|
|
55
|
+
* Moment JS module instance
|
|
60
56
|
*/
|
|
61
|
-
|
|
57
|
+
moment: any;
|
|
62
58
|
/**
|
|
63
|
-
*
|
|
64
|
-
*/
|
|
65
|
-
_maxdate: Date;
|
|
66
|
-
/**
|
|
67
|
-
* Definiert ob der Date Selector angezeigt wird
|
|
59
|
+
* Resource Key für Validation Message MaxDate bei Control
|
|
68
60
|
*/
|
|
69
|
-
|
|
61
|
+
validationmessagemaxdate: string;
|
|
70
62
|
/**
|
|
71
63
|
* Resource Key für Validation Message MinDate bei Control
|
|
72
64
|
*/
|
|
73
65
|
validationmessagemindate: string;
|
|
66
|
+
/**
|
|
67
|
+
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
68
|
+
*/
|
|
69
|
+
validationmessagesummarymaxdate: string;
|
|
74
70
|
/**
|
|
75
71
|
* Resource Key für Validation Message MinDate in Validation Summary
|
|
76
72
|
*/
|
|
77
73
|
validationmessagesummarymindate: string;
|
|
78
74
|
/**
|
|
79
|
-
*
|
|
75
|
+
* Constructor
|
|
76
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
77
|
+
* @param injector Injector for injecting services
|
|
78
|
+
* @param elementRef reference to html element
|
|
79
|
+
* @param cdRef Change Dectection Servie
|
|
80
80
|
*/
|
|
81
|
-
|
|
81
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* icon for date selector button
|
|
84
84
|
*/
|
|
85
|
-
|
|
85
|
+
get IconSelector(): string;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
88
|
-
* @param parent typ SacFormCommon
|
|
89
|
-
* @param injector typ Injector
|
|
90
|
-
* @param _elementRef typ ElementRef
|
|
87
|
+
* Min Date
|
|
91
88
|
*/
|
|
92
|
-
|
|
89
|
+
set maxdate(v: string | Date | null);
|
|
93
90
|
/**
|
|
94
|
-
*
|
|
91
|
+
* Min Date
|
|
95
92
|
*/
|
|
96
|
-
|
|
93
|
+
set mindate(v: string | Date | null);
|
|
97
94
|
/**
|
|
98
95
|
* Methode ergibt Datum-Format vom String
|
|
99
96
|
*/
|
|
@@ -101,24 +98,24 @@ export declare class SacDateCommon extends SacBaseDateTimeControl {
|
|
|
101
98
|
/**
|
|
102
99
|
* Methode ergibt Datum - Moment
|
|
103
100
|
*/
|
|
104
|
-
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
101
|
+
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
105
102
|
/**
|
|
106
|
-
*
|
|
103
|
+
* Date Selector
|
|
107
104
|
*/
|
|
108
|
-
|
|
105
|
+
dateselect(v: any): void;
|
|
109
106
|
/**
|
|
110
107
|
* HostListener
|
|
111
108
|
*/
|
|
112
109
|
onClick(targetElement: any): void;
|
|
113
110
|
/**
|
|
114
|
-
* Date Selector
|
|
111
|
+
* Zeigt Date Selector an
|
|
115
112
|
*/
|
|
116
|
-
|
|
113
|
+
showDateSelector(): void;
|
|
117
114
|
/**
|
|
118
115
|
* Validator
|
|
119
116
|
*/
|
|
120
117
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
121
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateCommon, never>;
|
|
122
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDateCommon, never, never, { "
|
|
119
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDateCommon, never, never, { "validationmessagemaxdate": { "alias": "validationmessagemaxdate"; "required": false; }; "validationmessagemindate": { "alias": "validationmessagemindate"; "required": false; }; "validationmessagesummarymaxdate": { "alias": "validationmessagesummarymaxdate"; "required": false; }; "validationmessagesummarymindate": { "alias": "validationmessagesummarymindate"; "required": false; }; "maxdate": { "alias": "maxdate"; "required": false; }; "mindate": { "alias": "mindate"; "required": false; }; }, {}, never, never, false, never>;
|
|
123
120
|
}
|
|
124
121
|
//# sourceMappingURL=date.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAgB,QAAQ,EAAS,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,OAAO,MAAM,QAAQ,CAAC;;AAElC;;GAEG;AACH,8BACsB,aAAc,SAAQ,sBAAsB;IAuF1D,SAAS,CAAC,UAAU,EAAE,UAAU;IApFpC;;OAEG;IACH,SAAgB,UAAU,EAAE,MAAM,CAAgB;IAElD;;OAEG;IACH,SAAgB,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;MAyBvB;IAEF;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,MAAM,MAAsB;IAEnC;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAElH;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAMlH;;;;;;OAMG;gBAEC,UAAU,EAAE,mBAAmB,EAC/B,QAAQ,EAAE,QAAQ,EACR,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,iBAAiB;IAS5B;;OAEG;IACH,IAAW,YAAY,IAAI,MAAM,CAEhC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAQzC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAQzC;IAMD;;OAEG;IACI,uBAAuB,IAAI,MAAM;IAIxC;;OAEG;IACI,yBAAyB,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM;IAInE;;OAEG;IACI,UAAU,CAAC,CAAC,EAAE,GAAG;IAUxB;;OAEG;IAKI,OAAO,CAAC,aAAa,KAAA;IAY5B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAW/B;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAvM9C,aAAa;2CAAb,aAAa;CA8OlC"}
|
|
@@ -1,26 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
2
4
|
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
5
|
import * as IMask from 'imask';
|
|
4
|
-
import
|
|
5
|
-
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
-
import { SacFormCommon } from '../form/form';
|
|
6
|
+
import * as moment_ from 'moment';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Komponente für SacDateTimeCommon. Extends SacBaseDateTimeControl
|
|
10
10
|
*/
|
|
11
|
-
export declare class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
12
|
-
protected
|
|
13
|
-
/**
|
|
14
|
-
* icon service
|
|
15
|
-
*/
|
|
16
|
-
private iconService;
|
|
11
|
+
export declare abstract class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
12
|
+
protected elementRef: ElementRef;
|
|
17
13
|
/**
|
|
18
14
|
* Format des Datums
|
|
19
15
|
*/
|
|
20
16
|
readonly DATEFORMAT: string;
|
|
21
|
-
/**
|
|
22
|
-
* Maske
|
|
23
|
-
*/
|
|
24
17
|
/**
|
|
25
18
|
* Maske
|
|
26
19
|
*/
|
|
@@ -63,52 +56,52 @@ export declare class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
|
63
56
|
overwrite: boolean;
|
|
64
57
|
};
|
|
65
58
|
/**
|
|
66
|
-
*
|
|
59
|
+
* Maximaler Wert des Datums
|
|
67
60
|
*/
|
|
68
|
-
|
|
61
|
+
_maxdate: Date;
|
|
69
62
|
/**
|
|
70
63
|
* Minimaler Wert des Datums
|
|
71
64
|
*/
|
|
72
65
|
_mindate: Date;
|
|
73
66
|
/**
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
set maxdate(v: string | Date | null);
|
|
77
|
-
/**
|
|
78
|
-
* Maximaler Wert des Datums
|
|
67
|
+
* Moment JS module instance
|
|
79
68
|
*/
|
|
80
|
-
|
|
69
|
+
moment: any;
|
|
81
70
|
/**
|
|
82
|
-
*
|
|
71
|
+
* Resource Key für Validation Message MaxDate bei Control
|
|
83
72
|
*/
|
|
84
|
-
|
|
73
|
+
validationmessagemaxdate: string;
|
|
85
74
|
/**
|
|
86
75
|
* Resource Key für Validation Message MinDate bei Control
|
|
87
76
|
*/
|
|
88
77
|
validationmessagemindate: string;
|
|
78
|
+
/**
|
|
79
|
+
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
80
|
+
*/
|
|
81
|
+
validationmessagesummarymaxdate: string;
|
|
89
82
|
/**
|
|
90
83
|
* Resource Key für Validation Message MinDate in Validation Summary
|
|
91
84
|
*/
|
|
92
85
|
validationmessagesummarymindate: string;
|
|
93
86
|
/**
|
|
94
|
-
*
|
|
87
|
+
* Constructor
|
|
88
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
89
|
+
* @param injector Injector for injecting services
|
|
90
|
+
* @param elementRef reference to html element
|
|
95
91
|
*/
|
|
96
|
-
|
|
92
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
97
93
|
/**
|
|
98
|
-
*
|
|
94
|
+
* icon for date selector button
|
|
99
95
|
*/
|
|
100
|
-
|
|
96
|
+
get IconSelector(): string;
|
|
101
97
|
/**
|
|
102
|
-
*
|
|
103
|
-
* @param parent typ SacFormCommon
|
|
104
|
-
* @param injector typ Injector
|
|
105
|
-
* @param _elementRef typ ElementRef
|
|
98
|
+
* Max Date
|
|
106
99
|
*/
|
|
107
|
-
|
|
100
|
+
set maxdate(v: string | Date | null);
|
|
108
101
|
/**
|
|
109
|
-
*
|
|
102
|
+
* Min Date
|
|
110
103
|
*/
|
|
111
|
-
|
|
104
|
+
set mindate(v: string | Date | null);
|
|
112
105
|
/**
|
|
113
106
|
* Methode ergibt Datum-Format vom String
|
|
114
107
|
*/
|
|
@@ -116,24 +109,24 @@ export declare class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
|
116
109
|
/**
|
|
117
110
|
* Methode modifiziert den parsed Wert des Datums
|
|
118
111
|
*/
|
|
119
|
-
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
112
|
+
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
120
113
|
/**
|
|
121
|
-
*
|
|
114
|
+
* Methode ergibt das selektierte Datum
|
|
122
115
|
*/
|
|
123
|
-
|
|
116
|
+
dateselect(v: any): void;
|
|
124
117
|
/**
|
|
125
118
|
* HostListener
|
|
126
119
|
*/
|
|
127
120
|
onClick(targetElement: any): void;
|
|
128
121
|
/**
|
|
129
|
-
*
|
|
122
|
+
* DateSelector wird beim Click-Event angezeigt
|
|
130
123
|
*/
|
|
131
|
-
|
|
124
|
+
showDateSelector(): void;
|
|
132
125
|
/**
|
|
133
126
|
* Validator
|
|
134
127
|
*/
|
|
135
128
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
136
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDateTimeCommon, never>;
|
|
137
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDateTimeCommon, never, never, { "
|
|
130
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDateTimeCommon, never, never, { "validationmessagemaxdate": { "alias": "validationmessagemaxdate"; "required": false; }; "validationmessagemindate": { "alias": "validationmessagemindate"; "required": false; }; "validationmessagesummarymaxdate": { "alias": "validationmessagesummarymaxdate"; "required": false; }; "validationmessagesummarymindate": { "alias": "validationmessagesummarymindate"; "required": false; }; "maxdate": { "alias": "maxdate"; "required": false; }; "mindate": { "alias": "mindate"; "required": false; }; }, {}, never, never, false, never>;
|
|
138
131
|
}
|
|
139
132
|
//# sourceMappingURL=datetime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/datetime.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/datetime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAgB,QAAQ,EAAS,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,OAAO,MAAM,QAAQ,CAAC;;AAElC;;GAEG;AACH,8BACsB,iBAAkB,SAAQ,sBAAsB;IAkG9D,SAAS,CAAC,UAAU,EAAE,UAAU;IA/FpC;;OAEG;IACH,SAAgB,UAAU,EAAE,MAAM,CAAsB;IAExD;;OAEG;IACH,SAAgB,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqCvB;IAEF;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,MAAM,MAAsB;IAEnC;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAElH;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAMlH;;;;;OAKG;gBAEC,UAAU,EAAE,mBAAmB,EAC/B,QAAQ,EAAE,QAAQ,EACR,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,iBAAiB;IAS5B;;OAEG;IACH,IAAW,YAAY,IAAI,MAAM,CAEhC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAQzC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAQzC;IAMD;;OAEG;IACI,uBAAuB,IAAI,MAAM;IAIxC;;OAEG;IACI,yBAAyB,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM;IAInE;;OAEG;IACI,UAAU,CAAC,CAAC,EAAE,GAAG;IAUxB;;OAEG;IAKI,OAAO,CAAC,aAAa,KAAA;IAY5B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAa/B;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCApN9C,iBAAiB;2CAAjB,iBAAiB;CA2PtC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
2
4
|
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
5
|
import * as IMask from 'imask';
|
|
4
|
-
import
|
|
5
|
-
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
-
import { SacFormCommon } from '../form/form';
|
|
6
|
+
import * as moment_ from 'moment';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Komponente für SacTimeCommon. Extends SacBaseDateTimeControl
|
|
10
10
|
*/
|
|
11
11
|
export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
12
|
-
protected
|
|
12
|
+
protected elementRef: ElementRef;
|
|
13
13
|
/**
|
|
14
14
|
* Format des Datums
|
|
15
15
|
*/
|
|
@@ -39,29 +39,21 @@ export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
|
39
39
|
overwrite: boolean;
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
private iconService;
|
|
45
|
-
/**
|
|
46
|
-
* Min Time
|
|
42
|
+
* Max Time
|
|
47
43
|
*/
|
|
48
|
-
|
|
44
|
+
_maxtime: Date;
|
|
49
45
|
/**
|
|
50
46
|
* Min Time
|
|
51
47
|
*/
|
|
52
48
|
_mintime: Date;
|
|
53
49
|
/**
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
56
|
-
set maxtime(v: string | Date | null);
|
|
57
|
-
/**
|
|
58
|
-
* Max Time
|
|
50
|
+
* Moment JS module instance
|
|
59
51
|
*/
|
|
60
|
-
|
|
52
|
+
moment: any;
|
|
61
53
|
/**
|
|
62
|
-
*
|
|
54
|
+
* Resource Key für Validation Message MinTime bei Control
|
|
63
55
|
*/
|
|
64
|
-
|
|
56
|
+
validationmessagemaxtime: string;
|
|
65
57
|
/**
|
|
66
58
|
* Resource Key für Validation Message MinTime bei Control
|
|
67
59
|
*/
|
|
@@ -69,26 +61,30 @@ export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
|
69
61
|
/**
|
|
70
62
|
* Resource Key für Validation Message MinTime in Validation Summary
|
|
71
63
|
*/
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* Resource Key für Validation Message MinTime bei Control
|
|
75
|
-
*/
|
|
76
|
-
validationmessagemaxtime: string;
|
|
64
|
+
validationmessagesummarymaxtime: string;
|
|
77
65
|
/**
|
|
78
66
|
* Resource Key für Validation Message MinTime in Validation Summary
|
|
79
67
|
*/
|
|
80
|
-
|
|
68
|
+
validationmessagesummarymintime: string;
|
|
81
69
|
/**
|
|
82
|
-
*
|
|
83
|
-
* @param
|
|
84
|
-
* @param injector
|
|
85
|
-
* @param
|
|
70
|
+
* Constructor
|
|
71
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
72
|
+
* @param injector Injector for injecting services
|
|
73
|
+
* @param elementRef reference to html element
|
|
86
74
|
*/
|
|
87
|
-
constructor(
|
|
75
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
88
76
|
/**
|
|
89
77
|
* icon for date selector button
|
|
90
78
|
*/
|
|
91
79
|
get IconSelector(): string;
|
|
80
|
+
/**
|
|
81
|
+
* Max Time
|
|
82
|
+
*/
|
|
83
|
+
set maxtime(v: string | Date | null);
|
|
84
|
+
/**
|
|
85
|
+
* Min Time
|
|
86
|
+
*/
|
|
87
|
+
set mintime(v: string | Date | null);
|
|
92
88
|
/**
|
|
93
89
|
* Methode ergibt Datum-Format vom String
|
|
94
90
|
*/
|
|
@@ -96,15 +92,15 @@ export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
|
96
92
|
/**
|
|
97
93
|
* Methode ergibt Datum - Moment
|
|
98
94
|
*/
|
|
99
|
-
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
100
|
-
/**
|
|
101
|
-
* Zeigt Date Selector an
|
|
102
|
-
*/
|
|
103
|
-
showTimeSelector(): void;
|
|
95
|
+
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
104
96
|
/**
|
|
105
97
|
* HostListener
|
|
106
98
|
*/
|
|
107
99
|
onClick(targetElement: any): void;
|
|
100
|
+
/**
|
|
101
|
+
* Zeigt Date Selector an
|
|
102
|
+
*/
|
|
103
|
+
showTimeSelector(): void;
|
|
108
104
|
/**
|
|
109
105
|
* Time Selector
|
|
110
106
|
*/
|
|
@@ -114,6 +110,6 @@ export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
|
114
110
|
*/
|
|
115
111
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
116
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeCommon, never>;
|
|
117
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTimeCommon, never, never, { "
|
|
113
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTimeCommon, never, never, { "validationmessagemaxtime": { "alias": "validationmessagemaxtime"; "required": false; }; "validationmessagemintime": { "alias": "validationmessagemintime"; "required": false; }; "validationmessagesummarymaxtime": { "alias": "validationmessagesummarymaxtime"; "required": false; }; "validationmessagesummarymintime": { "alias": "validationmessagesummarymintime"; "required": false; }; "maxtime": { "alias": "maxtime"; "required": false; }; "mintime": { "alias": "mintime"; "required": false; }; }, {}, never, never, false, never>;
|
|
118
114
|
}
|
|
119
115
|
//# sourceMappingURL=time.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/time.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/datetime/time.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAgB,QAAQ,EAAS,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,OAAO,MAAM,QAAQ,CAAC;;AAElC;;GAEG;AACH,qBACa,aAAc,SAAQ,sBAAsB;IAiFjD,SAAS,CAAC,UAAU,EAAE,UAAU;IA9EpC;;OAEG;IACH,SAAgB,UAAU,EAAE,MAAM,CAAW;IAE7C;;OAEG;IACH,SAAgB,SAAS;;;;;;;;;;;;;;;;;;;;MAoBvB;IAEF;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,QAAQ,EAAE,IAAI,CAAQ;IAE7B;;OAEG;IACI,MAAM,MAAsB;IAEnC;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAElH;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAMlH;;;;;OAKG;gBAEC,UAAU,EAAE,mBAAmB,EAC/B,QAAQ,EAAE,QAAQ,EACR,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,iBAAiB;IAS5B;;OAEG;IACH,IAAW,YAAY,IAAI,MAAM,CAEhC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAUzC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAUzC;IAMD;;OAEG;IACI,uBAAuB,IAAI,MAAM;IAIxC;;OAEG;IACI,yBAAyB,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM;IAOnE;;OAEG;IAKI,OAAO,CAAC,aAAa,KAAA;IAY5B;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAW/B;;OAEG;IACI,UAAU,CAAC,CAAC,EAAE,GAAG;IAUxB;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAxMvD,aAAa;2CAAb,aAAa;CA+OzB"}
|