@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
|
@@ -1,90 +1,110 @@
|
|
|
1
|
-
import { ElementRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { SacGridCommon } from './grid';
|
|
3
1
|
import { ISacIconService } from '../../interfaces/ISacIconService';
|
|
2
|
+
import { SacGridCommon } from './grid';
|
|
3
|
+
import { ElementRef, EventEmitter, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
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
|
+
* Align the column
|
|
21
18
|
*/
|
|
22
|
-
|
|
19
|
+
alignment: 'left' | 'right' | 'center';
|
|
20
|
+
/**
|
|
21
|
+
* reference to body cell
|
|
22
|
+
*/
|
|
23
|
+
bodyElement: ElementRef;
|
|
24
|
+
/**
|
|
25
|
+
* Value of the cell if the type is `header`.
|
|
26
|
+
*/
|
|
27
|
+
header: string;
|
|
28
|
+
/**
|
|
29
|
+
* reference to header cell
|
|
30
|
+
*/
|
|
31
|
+
headerElement: ElementRef;
|
|
23
32
|
/**
|
|
24
|
-
*
|
|
33
|
+
* Name of the column
|
|
25
34
|
*/
|
|
26
35
|
name: any;
|
|
27
36
|
/**
|
|
28
|
-
*
|
|
37
|
+
* Click on Column Element
|
|
29
38
|
*/
|
|
30
|
-
|
|
39
|
+
rowclicked: EventEmitter<void>;
|
|
31
40
|
/**
|
|
32
|
-
*
|
|
41
|
+
* Key for sorting the column
|
|
33
42
|
*/
|
|
34
|
-
|
|
43
|
+
sortkey: string;
|
|
44
|
+
/**
|
|
45
|
+
* Type of column. Can contain the values `header`,`footer` and `body`.
|
|
46
|
+
*/
|
|
47
|
+
type: string;
|
|
48
|
+
/**
|
|
49
|
+
* Value of the cell if the type is `body`
|
|
50
|
+
*/
|
|
51
|
+
value: any;
|
|
35
52
|
/**
|
|
36
|
-
*
|
|
53
|
+
* Column width
|
|
37
54
|
*/
|
|
38
55
|
width: string;
|
|
39
56
|
/**
|
|
40
|
-
*
|
|
57
|
+
* Constructor
|
|
58
|
+
* @param grid reference to grid component
|
|
59
|
+
* @param injector di injector to resolve icon service
|
|
60
|
+
* @param el reference to html element
|
|
41
61
|
*/
|
|
42
|
-
|
|
62
|
+
constructor(grid: SacGridCommon, injector: Injector, el: ElementRef);
|
|
43
63
|
/**
|
|
44
|
-
*
|
|
64
|
+
* sort down icon for grid header
|
|
45
65
|
*/
|
|
46
|
-
|
|
66
|
+
get IconSortDown(): string;
|
|
47
67
|
/**
|
|
48
|
-
*
|
|
68
|
+
* sort up icon for grid header
|
|
49
69
|
*/
|
|
50
|
-
|
|
70
|
+
get IconSortUp(): string;
|
|
51
71
|
/**
|
|
52
|
-
*
|
|
72
|
+
* Method when Colument element is clicked. Triggers a RowClicked
|
|
53
73
|
*/
|
|
54
|
-
|
|
74
|
+
ColumnClick(): void;
|
|
55
75
|
/**
|
|
56
|
-
*
|
|
76
|
+
* Indicates the direction of sorting. The possible values are `none`,`asc`,`desc`
|
|
57
77
|
*/
|
|
58
|
-
|
|
78
|
+
GetSortDirection(): string;
|
|
59
79
|
/**
|
|
60
|
-
*
|
|
80
|
+
* Defines whether the element is a cell in the table.
|
|
61
81
|
*/
|
|
62
82
|
IsBody(): boolean;
|
|
63
83
|
/**
|
|
64
|
-
*
|
|
84
|
+
* Defines whether the element is a cell in the footer of the table
|
|
65
85
|
*/
|
|
66
86
|
IsFooter(): boolean;
|
|
67
87
|
/**
|
|
68
|
-
*
|
|
88
|
+
* Defines whether the element is a cell in the table header
|
|
69
89
|
*/
|
|
70
|
-
|
|
90
|
+
IsHeader(): boolean;
|
|
71
91
|
/**
|
|
72
|
-
*
|
|
92
|
+
* Defines whether this column is sorted.
|
|
73
93
|
*/
|
|
74
|
-
|
|
94
|
+
IsSortedColumn(): boolean;
|
|
75
95
|
/**
|
|
76
|
-
*
|
|
96
|
+
* Triggers the events so that the table is sorted according to this column.
|
|
77
97
|
*/
|
|
78
98
|
SortByColumn(): void;
|
|
79
99
|
/**
|
|
80
|
-
*
|
|
100
|
+
* Called when the component is destroyed.
|
|
81
101
|
*/
|
|
82
|
-
|
|
102
|
+
ngOnDestroy(): void;
|
|
83
103
|
/**
|
|
84
|
-
*
|
|
104
|
+
* Is called when the component is initialized.
|
|
85
105
|
*/
|
|
86
|
-
|
|
106
|
+
ngOnInit(): void;
|
|
87
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnBaseCommon, never>;
|
|
88
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacGridColumnBaseCommon, never, never, { "
|
|
108
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacGridColumnBaseCommon, never, never, { "alignment": { "alias": "alignment"; "required": false; }; "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
109
|
}
|
|
90
110
|
//# 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,
|
|
1
|
+
{"version":3,"file":"gridcolumnbase.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/gridcolumnbase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,OAAO,EAEH,UAAU,EACV,YAAY,EACZ,QAAQ,EAER,SAAS,EACT,MAAM,EAGT,MAAM,eAAe,CAAC;;AAEvB;;GAEG;AACH,qBACa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IA8EjD,OAAO,CAAC,IAAI;IAAiB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAAE,OAAO,CAAC,EAAE;IA3EjF;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,eAAe,CAAC;IAEvC;;OAEG;IAEI,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAU;IAEvD;;OAEG;IAEI,WAAW,EAAE,UAAU,CAAC;IAE/B;;OAEG;IAEI,MAAM,EAAE,MAAM,CAAC;IAEtB;;OAEG;IAEI,aAAa,EAAE,UAAU,CAAC;IAEjC;;OAEG;IAEI,IAAI,EAAE,GAAG,CAAC;IAEjB;;OAEG;IAEI,UAAU,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAEjE;;OAEG;IAEI,OAAO,EAAE,MAAM,CAAC;IAEvB;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEI,KAAK,EAAE,GAAG,CAAC;IAElB;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAC;IAMrB;;;;;OAKG;gBACiB,IAAI,EAAE,aAAa,EAAY,QAAQ,EAAE,QAAQ,EAAU,EAAE,EAAE,UAAU;IAQ7F;;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;IAMnB;;OAEG;IACI,WAAW,IAAI,IAAI;IAc1B;;OAEG;IACI,QAAQ;yCAxLN,uBAAuB;2CAAvB,uBAAuB;CAwMnC"}
|
|
@@ -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;IAG3B;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAC;yCAPhB,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"}
|
|
@@ -1,148 +1,153 @@
|
|
|
1
|
-
import { EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
1
|
import { ISacLocalisationService } from '../../interfaces/ISacLocalisationService';
|
|
4
2
|
import { PagerData, PagerRequest } from './model';
|
|
3
|
+
import { EventEmitter, Injector } from '@angular/core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
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
|
-
|
|
13
|
+
private validationKeyService;
|
|
15
14
|
/**
|
|
16
|
-
*
|
|
17
|
-
* Inject des Formulars
|
|
18
|
-
* @parent SacFormCommon
|
|
19
|
-
* @injector Injector
|
|
15
|
+
* Service for error localization
|
|
20
16
|
*/
|
|
21
|
-
|
|
17
|
+
protected lngResourceService: ISacLocalisationService;
|
|
22
18
|
/**
|
|
23
|
-
*
|
|
19
|
+
* Total number of rows
|
|
24
20
|
*/
|
|
25
|
-
|
|
21
|
+
protected totalRowCount: number;
|
|
26
22
|
/**
|
|
27
|
-
*
|
|
23
|
+
* Active page index
|
|
28
24
|
*/
|
|
29
25
|
activePageIndex: number;
|
|
30
26
|
/**
|
|
31
|
-
*
|
|
27
|
+
* Identifier used for the E2E data attribute.
|
|
28
|
+
*/
|
|
29
|
+
e2eidentifier: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* First page index
|
|
32
32
|
*/
|
|
33
33
|
firstPageIndex: number;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Last page index
|
|
36
36
|
*/
|
|
37
37
|
lastPageIndex: number;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* name of control
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
name: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Number of elements per page
|
|
44
44
|
*/
|
|
45
45
|
pageSize: number;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Deactivate page size selection
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
pagesizedisabled: boolean;
|
|
50
50
|
/**
|
|
51
|
-
* Text in
|
|
52
|
-
*
|
|
53
|
-
* {{
|
|
54
|
-
* {{TOTALPAGES}}: Anzahl Seiten
|
|
51
|
+
* Text in Page for number of page elements per page. The following interpolation texts are available:
|
|
52
|
+
*
|
|
53
|
+
* {{PAGESIZE}}: Number of elements per page
|
|
55
54
|
*/
|
|
56
|
-
|
|
55
|
+
pagesizes: string;
|
|
57
56
|
/**
|
|
58
|
-
* Text in Page
|
|
59
|
-
*
|
|
60
|
-
* {{PAGESIZE}}:
|
|
57
|
+
* Text in Page for number of page elements per page. The following interpolation texts are available:
|
|
58
|
+
*
|
|
59
|
+
* {{PAGESIZE}}: Number of elements per page
|
|
61
60
|
*/
|
|
62
61
|
pagesizetext: string;
|
|
63
62
|
/**
|
|
64
|
-
*
|
|
65
|
-
* Folgende Interpolation Texte sind vorhanden:
|
|
66
|
-
* {{PAGESIZE}}: Anzahl Elemente pro Seite
|
|
63
|
+
* Item for each paging element (page number)
|
|
67
64
|
*/
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Auswahl der Seitengrösse deaktivieren
|
|
71
|
-
*/
|
|
72
|
-
pagesizedisabled: boolean;
|
|
65
|
+
paginators: Array<any>;
|
|
73
66
|
/**
|
|
74
|
-
*
|
|
67
|
+
* Event when the page is changed in the grid. The new PageIndex is given as a parameter.
|
|
75
68
|
*/
|
|
76
|
-
|
|
69
|
+
paging: EventEmitter<PagerRequest>;
|
|
77
70
|
/**
|
|
78
|
-
*
|
|
71
|
+
* Text in pager for 'Page x of y'. The following interpolation texts are available:
|
|
72
|
+
* {{CURRENTPAGE}}: Current page
|
|
73
|
+
* {{TOTALPAGES}}: Number of pages
|
|
79
74
|
*/
|
|
80
|
-
|
|
75
|
+
pagingtext: string;
|
|
81
76
|
/**
|
|
82
|
-
*
|
|
77
|
+
* Constructor
|
|
78
|
+
* @parent SacFormCommon
|
|
79
|
+
* @injector Injector
|
|
83
80
|
*/
|
|
84
|
-
|
|
81
|
+
constructor(injector: Injector);
|
|
85
82
|
/**
|
|
86
|
-
*
|
|
83
|
+
* Property with text for total entries in page
|
|
87
84
|
*/
|
|
88
|
-
|
|
85
|
+
get PageSizeText(): Observable<string>;
|
|
89
86
|
/**
|
|
90
|
-
*
|
|
87
|
+
* Text with current page and total pages
|
|
91
88
|
*/
|
|
92
|
-
|
|
89
|
+
get PagingText(): Observable<string>;
|
|
93
90
|
/**
|
|
94
|
-
*
|
|
95
|
-
* @param totalPageCount Total Anzahl Seiten
|
|
91
|
+
* Returns the page sizes as a number array
|
|
96
92
|
*/
|
|
97
|
-
|
|
93
|
+
get getPageSizes(): number[];
|
|
98
94
|
/**
|
|
99
|
-
*
|
|
100
|
-
* @param totalPageCount Total Anzahl Seiten
|
|
95
|
+
* Property for Pager Data
|
|
101
96
|
*/
|
|
102
|
-
|
|
97
|
+
set pagerdata(p: PagerData);
|
|
103
98
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @param newPageIndex
|
|
99
|
+
* Changes the page to the new index
|
|
100
|
+
* @param newPageIndex Page index. This corresponds to the page number - 1.
|
|
106
101
|
*/
|
|
107
102
|
changePage(newPageIndex: number): void;
|
|
108
103
|
/**
|
|
109
|
-
*
|
|
110
|
-
* @param newSize
|
|
104
|
+
* Changes the page size in the pager
|
|
105
|
+
* @param newSize New number of elements per page
|
|
111
106
|
*/
|
|
112
107
|
changePageSize(newSize: number): void;
|
|
113
108
|
/**
|
|
114
|
-
*
|
|
109
|
+
*Switch to 1st page
|
|
115
110
|
*/
|
|
116
|
-
|
|
111
|
+
firstPage(): void;
|
|
117
112
|
/**
|
|
118
|
-
*
|
|
113
|
+
* Returns the current page number
|
|
119
114
|
*/
|
|
120
|
-
|
|
115
|
+
getCurrentPageNumber(): number;
|
|
121
116
|
/**
|
|
122
|
-
*
|
|
117
|
+
* Returns the total number of pages
|
|
123
118
|
*/
|
|
124
|
-
|
|
119
|
+
getTotalPageNumber(): number;
|
|
125
120
|
/**
|
|
126
|
-
* Paging
|
|
121
|
+
* Paging on last page
|
|
127
122
|
*/
|
|
128
123
|
lastPage(): void;
|
|
129
124
|
/**
|
|
130
|
-
*
|
|
125
|
+
* Paging to next page
|
|
131
126
|
*/
|
|
132
|
-
|
|
127
|
+
nextPage(): void;
|
|
133
128
|
/**
|
|
134
|
-
*
|
|
129
|
+
* Paging one page back
|
|
135
130
|
*/
|
|
136
|
-
|
|
131
|
+
previousPage(): void;
|
|
137
132
|
/**
|
|
138
|
-
*
|
|
133
|
+
* Generates the pager data
|
|
139
134
|
*/
|
|
140
|
-
|
|
135
|
+
protected createPager(): void;
|
|
141
136
|
/**
|
|
142
|
-
*
|
|
137
|
+
* Returns the last page index.
|
|
138
|
+
* @param totalPageCount Total number of pages
|
|
143
139
|
*/
|
|
144
|
-
|
|
140
|
+
protected getEndPageIndex(totalPageCount: number): number;
|
|
141
|
+
/**
|
|
142
|
+
* Returns the start index
|
|
143
|
+
* @param totalPageCount Total number of pages
|
|
144
|
+
*/
|
|
145
|
+
protected getStartPageIndex(totalPageCount: number): number;
|
|
146
|
+
/**
|
|
147
|
+
* method triggers the event that paging has taken place
|
|
148
|
+
*/
|
|
149
|
+
protected paged(newPageIndex: number): void;
|
|
145
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacPagingCommon, never>;
|
|
146
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacPagingCommon, never, never, { "
|
|
151
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacPagingCommon, never, never, { "e2eidentifier": { "alias": "e2eidentifier"; "required": false; }; "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
152
|
}
|
|
148
153
|
//# 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,
|
|
1
|
+
{"version":3,"file":"paging.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/grid/paging.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAKnF,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAa,YAAY,EAAE,QAAQ,EAAiB,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC;;GAEG;AACH,8BACsB,eAAe;IAGnC;;OAEG;IACH,OAAO,CAAC,oBAAoB,CAA2B;IAEvD;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;IAEtD;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,MAAM,CAAK;IAEpC;;OAEG;IACI,eAAe,EAAE,MAAM,CAAK;IAEjC;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE7C;;OAEG;IACI,cAAc,EAAE,MAAM,CAAK;IAElC;;OAEG;IACI,aAAa,EAAE,MAAM,CAAK;IAE/B;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAgB;IAErC;;OAEG;IACI,QAAQ,EAAE,MAAM,CAAM;IAE7B;;OAEG;IAEI,gBAAgB,EAAE,OAAO,CAAS;IAEzC;;;;OAIG;IAEI,SAAS,EAAE,MAAM,CAAe;IAEvC;;;;OAIG;IAEI,YAAY,EAAE,MAAM,CAAM;IAEjC;;OAEG;IACI,UAAU,EAAE,KAAK,CAAC,GAAG,CAAC,CAAM;IAEnC;;OAEG;IAEI,MAAM,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAE7E;;;;OAIG;IAEI,UAAU,EAAE,MAAM,CAAM;IAM/B;;;;OAIG;gBACS,QAAQ,EAAE,QAAQ;IAoB9B;;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;IAED;;OAEG;IACH,IACW,SAAS,CAAC,CAAC,EAAE,SAAS,EAQhC;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;yCAnThB,eAAe;2CAAf,eAAe;CA4TpC"}
|
|
@@ -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"}
|