@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
|
@@ -1,90 +1,98 @@
|
|
|
1
|
-
import { ElementRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { SacGridCommon } from './grid';
|
|
1
|
+
import { ElementRef, EventEmitter, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { ISacIconService } from '../../interfaces/ISacIconService';
|
|
3
|
+
import { SacGridCommon } from './grid';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Base
|
|
6
|
+
* Base component for GridColumn
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacGridColumnBaseCommon implements OnInit, OnDestroy {
|
|
9
9
|
private grid;
|
|
10
10
|
protected injector: Injector;
|
|
11
11
|
private el;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
|
-
* @param grid reference to grid component
|
|
15
|
-
* @param injector di injector to resolve icon service
|
|
16
|
-
* @param el reference to html element
|
|
13
|
+
* icon service for reading the icons
|
|
17
14
|
*/
|
|
18
|
-
|
|
15
|
+
protected iconService: ISacIconService;
|
|
19
16
|
/**
|
|
20
|
-
*
|
|
17
|
+
* Value of the cell if the type is `header`.
|
|
21
18
|
*/
|
|
22
|
-
|
|
19
|
+
header: string;
|
|
23
20
|
/**
|
|
24
|
-
*
|
|
21
|
+
* Name of the column
|
|
25
22
|
*/
|
|
26
23
|
name: any;
|
|
27
24
|
/**
|
|
28
|
-
*
|
|
25
|
+
* Key for sorting the column
|
|
29
26
|
*/
|
|
30
|
-
|
|
27
|
+
sortkey: string;
|
|
31
28
|
/**
|
|
32
|
-
*
|
|
29
|
+
* Type of column. Can contain the values `header`,`footer` and `body`.
|
|
33
30
|
*/
|
|
34
|
-
|
|
31
|
+
type: string;
|
|
32
|
+
/**
|
|
33
|
+
* Value of the cell if the type is `body`
|
|
34
|
+
*/
|
|
35
|
+
value: any;
|
|
35
36
|
/**
|
|
36
|
-
*
|
|
37
|
+
* Column width
|
|
37
38
|
*/
|
|
38
39
|
width: string;
|
|
39
40
|
/**
|
|
40
|
-
*
|
|
41
|
+
* Click on Column Element
|
|
41
42
|
*/
|
|
42
|
-
|
|
43
|
+
rowclicked: EventEmitter<void>;
|
|
43
44
|
/**
|
|
44
|
-
*
|
|
45
|
+
* Constructor
|
|
46
|
+
* @param grid reference to grid component
|
|
47
|
+
* @param injector di injector to resolve icon service
|
|
48
|
+
* @param el reference to html element
|
|
45
49
|
*/
|
|
46
|
-
|
|
50
|
+
constructor(grid: SacGridCommon, injector: Injector, el: ElementRef);
|
|
47
51
|
/**
|
|
48
|
-
*
|
|
52
|
+
* sort down icon for grid header
|
|
49
53
|
*/
|
|
50
|
-
|
|
54
|
+
get IconSortDown(): string;
|
|
51
55
|
/**
|
|
52
|
-
*
|
|
56
|
+
* sort up icon for grid header
|
|
53
57
|
*/
|
|
54
|
-
|
|
58
|
+
get IconSortUp(): string;
|
|
55
59
|
/**
|
|
56
|
-
*
|
|
60
|
+
* Method when Colument element is clicked. Triggers a RowClicked
|
|
57
61
|
*/
|
|
58
|
-
|
|
62
|
+
ColumnClick(): void;
|
|
63
|
+
/**
|
|
64
|
+
* Indicates the direction of sorting. The possible values are `none`,`asc`,`desc`
|
|
65
|
+
*/
|
|
66
|
+
GetSortDirection(): string;
|
|
59
67
|
/**
|
|
60
|
-
*
|
|
68
|
+
* Defines whether the element is a cell in the table.
|
|
61
69
|
*/
|
|
62
70
|
IsBody(): boolean;
|
|
63
71
|
/**
|
|
64
|
-
*
|
|
72
|
+
* Defines whether the element is a cell in the footer of the table
|
|
65
73
|
*/
|
|
66
74
|
IsFooter(): boolean;
|
|
67
75
|
/**
|
|
68
|
-
*
|
|
76
|
+
* Defines whether the element is a cell in the table header
|
|
69
77
|
*/
|
|
70
|
-
|
|
78
|
+
IsHeader(): boolean;
|
|
71
79
|
/**
|
|
72
|
-
*
|
|
80
|
+
* Defines whether this column is sorted.
|
|
73
81
|
*/
|
|
74
|
-
|
|
82
|
+
IsSortedColumn(): boolean;
|
|
75
83
|
/**
|
|
76
|
-
*
|
|
84
|
+
* Triggers the events so that the table is sorted according to this column.
|
|
77
85
|
*/
|
|
78
86
|
SortByColumn(): void;
|
|
79
87
|
/**
|
|
80
|
-
*
|
|
88
|
+
* Called when the component is destroyed.
|
|
81
89
|
*/
|
|
82
|
-
|
|
90
|
+
ngOnDestroy(): void;
|
|
83
91
|
/**
|
|
84
|
-
*
|
|
92
|
+
* Is called when the component is initialized.
|
|
85
93
|
*/
|
|
86
|
-
|
|
94
|
+
ngOnInit(): void;
|
|
87
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnBaseCommon, never>;
|
|
88
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacGridColumnBaseCommon, never, never, { "
|
|
96
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacGridColumnBaseCommon, never, never, { "header": { "alias": "header"; "required": false; }; "name": { "alias": "name"; "required": false; }; "sortkey": { "alias": "sortkey"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "rowclicked": "rowclicked"; }, never, never, false, never>;
|
|
89
97
|
}
|
|
90
98
|
//# sourceMappingURL=gridcolumnbase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gridcolumnbase.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/gridcolumnbase.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,QAAQ,EAER,SAAS,EACT,MAAM,
|
|
1
|
+
{"version":3,"file":"gridcolumnbase.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/gridcolumnbase.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,YAAY,EACZ,QAAQ,EAER,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;;AAGvC;;GAEG;AACH,qBACa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAuD7D,OAAO,CAAC,IAAI;IACZ,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC5B,OAAO,CAAC,EAAE;IAtDZ;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,eAAe,CAAC;IAEvC;;OAEG;IAEI,MAAM,EAAE,MAAM,CAAC;IACtB;;OAEG;IAEI,IAAI,EAAE,GAAG,CAAC;IACjB;;OAEG;IAEI,OAAO,EAAE,MAAM,CAAC;IACvB;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IAEI,KAAK,EAAE,GAAG,CAAC;IAClB;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAC;IACrB;;OAEG;IAEI,UAAU,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAMjE;;;;;OAKG;gBAEO,IAAI,EAAE,aAAa,EACjB,QAAQ,EAAE,QAAQ,EACpB,EAAE,EAAE,UAAU;IAYxB;;OAEG;IACH,IAAW,YAAY,IAAI,MAAM,CAEhC;IAED;;OAEG;IACH,IAAW,UAAU,IAAI,MAAM,CAE9B;IAMD;;OAEG;IACI,WAAW;IAIlB;;OAEG;IACI,gBAAgB,IAAI,MAAM;IAajC;;OAEG;IACI,MAAM,IAAI,OAAO;IAIxB;;OAEG;IACI,QAAQ,IAAI,OAAO;IAI1B;;OAEG;IACI,QAAQ,IAAI,OAAO;IAI1B;;OAEG;IACI,cAAc,IAAI,OAAO;IAIhC;;OAEG;IACI,YAAY;IAUnB;;OAEG;IACI,WAAW,IAAI,IAAI;IAM1B;;OAEG;IACI,QAAQ;yCAnKJ,uBAAuB;2CAAvB,uBAAuB;CAmLnC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Basic component for SacGridImage
|
|
4
4
|
*/
|
|
5
5
|
export declare class SacGridImageCommon {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Style of the icon
|
|
8
8
|
*/
|
|
9
9
|
iconstyle: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridImageCommon, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gridimage.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/gridimage.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBACa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"gridimage.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/gridimage.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBACa,kBAAkB;IAG7B;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAC;yCAPd,kBAAkB;2CAAlB,kBAAkB;CAU9B"}
|
package/controls/grid/model.d.ts
CHANGED
|
@@ -1,84 +1,93 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* GridResponse class
|
|
3
3
|
*/
|
|
4
|
-
export declare class
|
|
5
|
-
/**
|
|
6
|
-
* Konstruktor
|
|
7
|
-
* @param PageSize Anzahl Elemente pro Seite
|
|
8
|
-
* @param CurrentPageIndex Aktuelle Seite
|
|
9
|
-
* @param TotalRowCount Total Rows in Datenbank
|
|
10
|
-
*/
|
|
11
|
-
constructor(PageSize: number, CurrentPageIndex: number, TotalRowCount: number);
|
|
12
|
-
/**
|
|
13
|
-
* Gesamte Anzahl der Zeilen
|
|
14
|
-
*/
|
|
15
|
-
TotalRowCount: number;
|
|
4
|
+
export declare class GridResponse<T> {
|
|
16
5
|
/**
|
|
17
|
-
*
|
|
6
|
+
* Data
|
|
18
7
|
*/
|
|
19
|
-
|
|
8
|
+
Data: T[];
|
|
20
9
|
/**
|
|
21
|
-
*
|
|
10
|
+
* Total number of data records
|
|
22
11
|
*/
|
|
23
|
-
|
|
12
|
+
TotalRowCount: number;
|
|
24
13
|
}
|
|
25
14
|
/**
|
|
26
|
-
* Model
|
|
15
|
+
* Model for pager settings
|
|
27
16
|
*/
|
|
28
|
-
export declare class
|
|
17
|
+
export declare class PagerData {
|
|
29
18
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @param PageSize Seitegrösse / Anzahl Elemente pro Seite
|
|
32
|
-
* @param NewPageIndex Neuer Seitenindex
|
|
19
|
+
* Current index of the page
|
|
33
20
|
*/
|
|
34
|
-
|
|
21
|
+
CurrentPageIndex: number;
|
|
35
22
|
/**
|
|
36
|
-
*
|
|
23
|
+
* Number of elements on the page
|
|
37
24
|
*/
|
|
38
25
|
PageSize: number;
|
|
39
26
|
/**
|
|
40
|
-
*
|
|
27
|
+
* Total number of data records
|
|
41
28
|
*/
|
|
42
|
-
|
|
29
|
+
TotalRowCount: number;
|
|
30
|
+
/**
|
|
31
|
+
* Constructor
|
|
32
|
+
* @param PageSize Number of elements per page
|
|
33
|
+
* @param CurrentPageIndex Current page
|
|
34
|
+
* @param TotalRowCount Total Rows in database
|
|
35
|
+
*/
|
|
36
|
+
constructor(PageSize: number, CurrentPageIndex: number, TotalRowCount: number);
|
|
43
37
|
}
|
|
44
38
|
/**
|
|
45
|
-
*
|
|
39
|
+
* Model if page is to be changed
|
|
46
40
|
*/
|
|
47
|
-
export declare class
|
|
41
|
+
export declare class PagerRequest {
|
|
48
42
|
/**
|
|
49
|
-
*
|
|
43
|
+
* Index of the page to which you want to switch
|
|
50
44
|
*/
|
|
51
|
-
|
|
45
|
+
NewPageIndex: number;
|
|
52
46
|
/**
|
|
53
|
-
*
|
|
47
|
+
* Number of elements on the page
|
|
54
48
|
*/
|
|
55
|
-
|
|
49
|
+
PageSize: number;
|
|
50
|
+
/**
|
|
51
|
+
* Constructor
|
|
52
|
+
* @param PageSize Page size / number of elements per page
|
|
53
|
+
* @param NewPageIndex New page index
|
|
54
|
+
*/
|
|
55
|
+
constructor(PageSize: number, NewPageIndex: number);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
* Model
|
|
58
|
+
* Model for sorting
|
|
59
59
|
*/
|
|
60
60
|
export declare class SortDescriptor {
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
63
|
-
* @param sortcolumn Column die Sortiert wird
|
|
64
|
-
* @param sortorder Art der Sortierung
|
|
65
|
-
*/
|
|
66
|
-
constructor(sortcolumn?: string, sortorder?: SortOrder);
|
|
67
|
-
/**
|
|
68
|
-
* Bezeichnung / Key für Sortierung
|
|
62
|
+
* Description / Key for sorting
|
|
69
63
|
*/
|
|
70
64
|
SortColumn: string;
|
|
71
65
|
/**
|
|
72
|
-
*
|
|
66
|
+
* Sort order
|
|
73
67
|
*/
|
|
74
68
|
SortOrder: SortOrder;
|
|
69
|
+
/**
|
|
70
|
+
* Constructor
|
|
71
|
+
* @param sortcolumn Column by which to sort
|
|
72
|
+
* @param sortorder Type of sorting
|
|
73
|
+
*/
|
|
74
|
+
constructor(sortcolumn?: string, sortorder?: SortOrder);
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* Enum
|
|
77
|
+
* Enum for sorting
|
|
78
78
|
*/
|
|
79
79
|
export declare enum SortOrder {
|
|
80
|
+
/**
|
|
81
|
+
* No sorting
|
|
82
|
+
*/
|
|
80
83
|
None = 0,
|
|
84
|
+
/**
|
|
85
|
+
* Ascending
|
|
86
|
+
*/
|
|
81
87
|
Ascending = 1,
|
|
88
|
+
/**
|
|
89
|
+
* Descending
|
|
90
|
+
*/
|
|
82
91
|
Descending = 2
|
|
83
92
|
}
|
|
84
93
|
//# sourceMappingURL=model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/model.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,YAAY,CAAC,CAAC;IAGzB;;OAEG;IACI,IAAI,EAAE,CAAC,EAAE,CAAC;IACjB;;OAEG;IACI,aAAa,EAAE,MAAM,CAAC;CAG9B;AAED;;GAEG;AACH,qBAAa,SAAS;IAGpB;;OAEG;IACI,gBAAgB,SAAK;IAC5B;;OAEG;IACI,QAAQ,SAAM;IACrB;;OAEG;IACI,aAAa,SAAK;IAMzB;;;;;OAKG;gBAED,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,EACxB,aAAa,EAAE,MAAM;CAQxB;AAED;;GAEG;AACH,qBAAa,YAAY;IAGvB;;OAEG;IACI,YAAY,EAAE,MAAM,CAAK;IAChC;;OAEG;IACI,QAAQ,EAAE,MAAM,CAAK;IAM5B;;;;OAIG;gBACS,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM;CAMnD;AAED;;GAEG;AACH,qBAAa,cAAc;IAGzB;;OAEG;IACI,UAAU,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACI,SAAS,EAAE,SAAS,CAAC;IAM5B;;;;OAIG;gBACS,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,SAAS;CAMvD;AAMD;;GAEG;AACH,oBAAY,SAAS;IACnB;;OAEG;IACH,IAAI,IAAI;IACR;;OAEG;IACH,SAAS,IAAI;IACb;;OAEG;IACH,UAAU,IAAI;CACf"}
|
|
@@ -4,145 +4,146 @@ import { ISacLocalisationService } from '../../interfaces/ISacLocalisationServic
|
|
|
4
4
|
import { PagerData, PagerRequest } from './model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Basic component for paging
|
|
8
8
|
*/
|
|
9
9
|
export declare abstract class SacPagingCommon {
|
|
10
|
-
private injector;
|
|
11
10
|
/**
|
|
12
|
-
* Service
|
|
11
|
+
* Service to receive standard validation message keys and texts
|
|
13
12
|
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Konstruktor
|
|
17
|
-
* Inject des Formulars
|
|
18
|
-
* @parent SacFormCommon
|
|
19
|
-
* @injector Injector
|
|
20
|
-
*/
|
|
21
|
-
constructor(injector: Injector);
|
|
13
|
+
private validationKeyService;
|
|
22
14
|
/**
|
|
23
|
-
*
|
|
15
|
+
* Service for error localization
|
|
24
16
|
*/
|
|
25
|
-
|
|
17
|
+
protected lngResourceService: ISacLocalisationService;
|
|
26
18
|
/**
|
|
27
|
-
*
|
|
19
|
+
* Total number of rows
|
|
28
20
|
*/
|
|
29
|
-
|
|
21
|
+
protected totalRowCount: number;
|
|
30
22
|
/**
|
|
31
|
-
*
|
|
23
|
+
* Name of the grid. Used for ID and name designations
|
|
32
24
|
*/
|
|
33
|
-
|
|
25
|
+
name: string;
|
|
34
26
|
/**
|
|
35
|
-
*
|
|
27
|
+
* Deactivate page size selection
|
|
36
28
|
*/
|
|
37
|
-
|
|
29
|
+
pagesizedisabled: boolean;
|
|
38
30
|
/**
|
|
39
|
-
*
|
|
31
|
+
* Text in Page for number of page elements per page. The following interpolation texts are available:
|
|
32
|
+
*
|
|
33
|
+
* {{PAGESIZE}}: Number of elements per page
|
|
40
34
|
*/
|
|
41
|
-
|
|
35
|
+
pagesizes: string;
|
|
42
36
|
/**
|
|
43
|
-
*
|
|
37
|
+
* Text in Page for number of page elements per page. The following interpolation texts are available:
|
|
38
|
+
*
|
|
39
|
+
* {{PAGESIZE}}: Number of elements per page
|
|
44
40
|
*/
|
|
45
|
-
|
|
41
|
+
pagesizetext: string;
|
|
46
42
|
/**
|
|
47
|
-
*
|
|
43
|
+
* Text in pager for 'Page x of y'. The following interpolation texts are available:
|
|
44
|
+
* {{CURRENTPAGE}}: Current page
|
|
45
|
+
* {{TOTALPAGES}}: Number of pages
|
|
48
46
|
*/
|
|
49
|
-
|
|
47
|
+
pagingtext: string;
|
|
50
48
|
/**
|
|
51
|
-
*
|
|
52
|
-
* Folgende Interpolation Texte sind vorhanden:
|
|
53
|
-
* {{CURRENTPAGE}}: Aktuelle Seite
|
|
54
|
-
* {{TOTALPAGES}}: Anzahl Seiten
|
|
49
|
+
* Event when the page is changed in the grid. The new PageIndex is given as a parameter.
|
|
55
50
|
*/
|
|
56
|
-
|
|
51
|
+
paging: EventEmitter<PagerRequest>;
|
|
57
52
|
/**
|
|
58
|
-
*
|
|
59
|
-
* Folgende Interpolation Texte sind vorhanden:
|
|
60
|
-
* {{PAGESIZE}}: Anzahl Elemente pro Seite
|
|
53
|
+
* Active page index
|
|
61
54
|
*/
|
|
62
|
-
|
|
55
|
+
activePageIndex: number;
|
|
63
56
|
/**
|
|
64
|
-
*
|
|
65
|
-
* Folgende Interpolation Texte sind vorhanden:
|
|
66
|
-
* {{PAGESIZE}}: Anzahl Elemente pro Seite
|
|
57
|
+
* First page index
|
|
67
58
|
*/
|
|
68
|
-
|
|
59
|
+
firstPageIndex: number;
|
|
69
60
|
/**
|
|
70
|
-
*
|
|
61
|
+
* Last page index
|
|
71
62
|
*/
|
|
72
|
-
|
|
63
|
+
lastPageIndex: number;
|
|
73
64
|
/**
|
|
74
|
-
*
|
|
65
|
+
* Number of elements per page
|
|
75
66
|
*/
|
|
76
|
-
|
|
67
|
+
pageSize: number;
|
|
77
68
|
/**
|
|
78
|
-
*
|
|
69
|
+
* Item for each paging element (page number)
|
|
79
70
|
*/
|
|
80
|
-
|
|
71
|
+
paginators: Array<any>;
|
|
81
72
|
/**
|
|
82
|
-
*
|
|
73
|
+
* Constructor
|
|
74
|
+
* @parent SacFormCommon
|
|
75
|
+
* @injector Injector
|
|
83
76
|
*/
|
|
84
|
-
|
|
77
|
+
constructor(injector: Injector);
|
|
85
78
|
/**
|
|
86
|
-
*
|
|
79
|
+
* Property for Pager Data
|
|
87
80
|
*/
|
|
88
|
-
|
|
81
|
+
set pagerdata(p: PagerData);
|
|
89
82
|
/**
|
|
90
|
-
*
|
|
83
|
+
* Property with text for total entries in page
|
|
91
84
|
*/
|
|
92
|
-
|
|
85
|
+
get PageSizeText(): Observable<string>;
|
|
93
86
|
/**
|
|
94
|
-
*
|
|
95
|
-
* @param totalPageCount Total Anzahl Seiten
|
|
87
|
+
* Text with current page and total pages
|
|
96
88
|
*/
|
|
97
|
-
|
|
89
|
+
get PagingText(): Observable<string>;
|
|
98
90
|
/**
|
|
99
|
-
*
|
|
100
|
-
* @param totalPageCount Total Anzahl Seiten
|
|
91
|
+
* Returns the page sizes as a number array
|
|
101
92
|
*/
|
|
102
|
-
|
|
93
|
+
get getPageSizes(): number[];
|
|
103
94
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @param newPageIndex
|
|
95
|
+
* Changes the page to the new index
|
|
96
|
+
* @param newPageIndex Page index. This corresponds to the page number - 1.
|
|
106
97
|
*/
|
|
107
98
|
changePage(newPageIndex: number): void;
|
|
108
99
|
/**
|
|
109
|
-
*
|
|
110
|
-
* @param newSize
|
|
100
|
+
* Changes the page size in the pager
|
|
101
|
+
* @param newSize New number of elements per page
|
|
111
102
|
*/
|
|
112
103
|
changePageSize(newSize: number): void;
|
|
113
104
|
/**
|
|
114
|
-
*
|
|
105
|
+
*Switch to 1st page
|
|
115
106
|
*/
|
|
116
|
-
|
|
107
|
+
firstPage(): void;
|
|
117
108
|
/**
|
|
118
|
-
*
|
|
109
|
+
* Returns the current page number
|
|
119
110
|
*/
|
|
120
|
-
|
|
111
|
+
getCurrentPageNumber(): number;
|
|
121
112
|
/**
|
|
122
|
-
*
|
|
113
|
+
* Returns the total number of pages
|
|
123
114
|
*/
|
|
124
|
-
|
|
115
|
+
getTotalPageNumber(): number;
|
|
125
116
|
/**
|
|
126
|
-
* Paging
|
|
117
|
+
* Paging on last page
|
|
127
118
|
*/
|
|
128
119
|
lastPage(): void;
|
|
129
120
|
/**
|
|
130
|
-
*
|
|
121
|
+
* Paging to next page
|
|
131
122
|
*/
|
|
132
|
-
|
|
123
|
+
nextPage(): void;
|
|
133
124
|
/**
|
|
134
|
-
*
|
|
125
|
+
* Paging one page back
|
|
135
126
|
*/
|
|
136
|
-
|
|
127
|
+
previousPage(): void;
|
|
137
128
|
/**
|
|
138
|
-
*
|
|
129
|
+
* Generates the pager data
|
|
139
130
|
*/
|
|
140
|
-
|
|
131
|
+
protected createPager(): void;
|
|
141
132
|
/**
|
|
142
|
-
*
|
|
133
|
+
* Returns the last page index.
|
|
134
|
+
* @param totalPageCount Total number of pages
|
|
143
135
|
*/
|
|
144
|
-
|
|
136
|
+
protected getEndPageIndex(totalPageCount: number): number;
|
|
137
|
+
/**
|
|
138
|
+
* Returns the start index
|
|
139
|
+
* @param totalPageCount Total number of pages
|
|
140
|
+
*/
|
|
141
|
+
protected getStartPageIndex(totalPageCount: number): number;
|
|
142
|
+
/**
|
|
143
|
+
* method triggers the event that paging has taken place
|
|
144
|
+
*/
|
|
145
|
+
protected paged(newPageIndex: number): void;
|
|
145
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacPagingCommon, never>;
|
|
146
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacPagingCommon, never, never, { "
|
|
147
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacPagingCommon, never, never, { "name": { "alias": "name"; "required": false; }; "pagesizedisabled": { "alias": "pagesizedisabled"; "required": false; }; "pagesizes": { "alias": "pagesizes"; "required": false; }; "pagesizetext": { "alias": "pagesizetext"; "required": false; }; "pagingtext": { "alias": "pagingtext"; "required": false; }; "pagerdata": { "alias": "pagerdata"; "required": false; }; }, { "paging": "paging"; }, never, never, false, never>;
|
|
147
148
|
}
|
|
148
149
|
//# sourceMappingURL=paging.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EACZ,QAAQ,EAGT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EACZ,QAAQ,EAGT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAUnF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;AAElD;;GAEG;AACH,8BACsB,eAAe;IAGnC;;OAEG;IACH,OAAO,CAAC,oBAAoB,CAA2B;IAEvD;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;IACtD;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,MAAM,CAAK;IAEpC;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IAEI,gBAAgB,EAAE,OAAO,CAAS;IACzC;;;;OAIG;IAEI,SAAS,EAAE,MAAM,CAAe;IACvC;;;;OAIG;IAEI,YAAY,EAAE,MAAM,CAAM;IACjC;;;;OAIG;IAEI,UAAU,EAAE,MAAM,CAAM;IAC/B;;OAEG;IAEI,MAAM,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAE7E;;OAEG;IACI,eAAe,EAAE,MAAM,CAAK;IACnC;;OAEG;IACI,cAAc,EAAE,MAAM,CAAK;IAClC;;OAEG;IACI,aAAa,EAAE,MAAM,CAAK;IACjC;;OAEG;IACI,QAAQ,EAAE,MAAM,CAAM;IAC7B;;OAEG;IACI,UAAU,EAAE,KAAK,CAAC,GAAG,CAAC,CAAM;IAMnC;;;;OAIG;gBACS,QAAQ,EAAE,QAAQ;IAoB9B;;OAEG;IACH,IACW,SAAS,CAAC,CAAC,EAAE,SAAS,EAQhC;IAED;;OAEG;IACH,IAAW,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,CAE5C;IAED;;OAEG;IACH,IAAW,UAAU,IAAI,UAAU,CAAC,MAAM,CAAC,CAK1C;IAED;;OAEG;IACH,IAAW,YAAY,IAAI,MAAM,EAAE,CAElC;IAMD;;;OAGG;IACI,UAAU,CAAC,YAAY,EAAE,MAAM;IAMtC;;;OAGG;IACI,cAAc,CAAC,OAAO,EAAE,MAAM;IAQrC;;OAEG;IACI,SAAS;IAMhB;;OAEG;IACI,oBAAoB,IAAI,MAAM;IAIrC;;OAEG;IACI,kBAAkB,IAAI,MAAM;IAInC;;OAEG;IACI,QAAQ;IAMf;;OAEG;IACI,QAAQ;IAMf;;OAEG;IACI,YAAY;IAUnB;;OAEG;IACH,SAAS,CAAC,WAAW;IA6BrB;;;OAGG;IACH,SAAS,CAAC,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM;IAYzD;;;OAGG;IACH,SAAS,CAAC,iBAAiB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM;IAc3D;;OAEG;IACH,SAAS,CAAC,KAAK,CAAC,YAAY,EAAE,MAAM;yCAnShB,eAAe;2CAAf,eAAe;CA4SpC"}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
1
|
import { SacInputBase } from '../../common/baseinputcontrol';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Basis Komponente für SacInput
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacInputCommon extends SacInputBase<string> {
|
|
8
|
-
/**
|
|
9
|
-
* Max länge an Zeichen für Eingabefeld
|
|
10
|
-
*/
|
|
11
|
-
maxlength: number;
|
|
12
8
|
/**
|
|
13
9
|
* Fix breite für das Control definieren.
|
|
14
10
|
*/
|
|
15
11
|
controlwidth: string;
|
|
16
12
|
/**
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
validationmessagerequired: string;
|
|
20
|
-
/**
|
|
21
|
-
* Resource Key für Validation Message Required in Validation Summary
|
|
13
|
+
* Max length of characters for input field
|
|
22
14
|
*/
|
|
23
|
-
|
|
15
|
+
maxtextlength: number;
|
|
24
16
|
/**
|
|
25
17
|
* Resource Key für Validation Message Pattern bei Control
|
|
26
18
|
*/
|
|
27
19
|
validationmessagepattern: string;
|
|
20
|
+
/**
|
|
21
|
+
* Resource Key für Validation Message Required bei Control
|
|
22
|
+
*/
|
|
23
|
+
validationmessagerequired: string;
|
|
28
24
|
/**
|
|
29
25
|
* Resource Key für Validation Message Pattern in Validation Summary
|
|
30
26
|
*/
|
|
31
27
|
validationmessagesummarypattern: string;
|
|
28
|
+
/**
|
|
29
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
30
|
+
*/
|
|
31
|
+
validationmessagesummaryrequired: string;
|
|
32
32
|
/**
|
|
33
33
|
* Methode validiert, ob der Wert den gegebenen Kriterien entspricht
|
|
34
34
|
*/
|
|
35
35
|
validateData(c: AbstractControl): ValidationErrors | null;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInputCommon, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCommon, never, never, { "
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInputCommon, never, never, { "controlwidth": { "alias": "controlwidth"; "required": false; }; "maxtextlength": { "alias": "maxtextlength"; "required": false; }; "validationmessagepattern": { "alias": "validationmessagepattern"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummarypattern": { "alias": "validationmessagesummarypattern"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/input.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/input/input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAG7D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAEnE;;GAEG;AACH,qBACa,cAAe,SAAQ,YAAY,CAAC,MAAM,CAAC;IAGpD;;OAEG;IACa,YAAY,EAAE,MAAM,CAAQ;IAE5C;;OAEG;IACa,aAAa,EAAE,MAAM,CAAQ;IAE7C;;OAEG;IACa,wBAAwB,EAAE,MAAM,CAAoD;IAEpG;;OAEG;IACa,yBAAyB,EAAE,MAAM,CAAqD;IAEtG;;OAEG;IACa,+BAA+B,EAAE,MAAM,CAA2D;IAElH;;OAEG;IACa,gCAAgC,EAAE,MAAM,CAA4D;IAMpH;;OAEG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;yCAxCvD,cAAc;2CAAd,cAAc;CA0D1B"}
|