@simpleangularcontrols/sac-common 10.0.0-rc.20 → 10.0.0-rc.22
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 +16 -16
- package/bundles/simpleangularcontrols-sac-common.umd.js +12390 -12467
- package/bundles/simpleangularcontrols-sac-common.umd.js.map +1 -1
- package/bundles/simpleangularcontrols-sac-common.umd.min.js +1 -1
- package/bundles/simpleangularcontrols-sac-common.umd.min.js.map +1 -1
- package/common/basedatetimecontrol.d.ts +169 -169
- package/common/basedatetimecontrol.ngfactory.d.ts +1 -1
- package/common/baseinputcontrol.d.ts +38 -38
- package/common/baseinputcontrol.ngfactory.d.ts +1 -1
- package/common/baselistcontrol.d.ts +43 -43
- package/common/baselistcontrol.ngfactory.d.ts +1 -1
- package/common/basemodelcontrol.d.ts +280 -280
- package/common/basemodelcontrol.ngfactory.d.ts +1 -1
- package/common/baseselectcontrol.d.ts +14 -14
- package/common/baseselectcontrol.ngfactory.d.ts +1 -1
- package/common/baseuploadcontrol.d.ts +300 -300
- package/common/baseuploadcontrol.ngfactory.d.ts +1 -1
- package/components/browser/browser.d.ts +267 -267
- package/components/browser/browser.ngfactory.d.ts +1 -1
- package/components/browser/models/browserfile.d.ts +17 -17
- package/components/browser/models/browserfile.ngfactory.d.ts +1 -1
- package/components/browser/models/browserfiledeleterequest.d.ts +18 -18
- package/components/browser/models/browserfiledeleterequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browserfilerenamerequest.d.ts +22 -22
- package/components/browser/models/browserfilerenamerequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browserfileresponse.d.ts +10 -10
- package/components/browser/models/browserfileresponse.ngfactory.d.ts +1 -1
- package/components/browser/models/browserfilesaverequest.d.ts +22 -22
- package/components/browser/models/browserfilesaverequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernode.d.ts +34 -34
- package/components/browser/models/browsernode.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernodedeleterequest.d.ts +14 -14
- package/components/browser/models/browsernodedeleterequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernodenewrequest.d.ts +18 -18
- package/components/browser/models/browsernodenewrequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernoderenamerequest.d.ts +18 -18
- package/components/browser/models/browsernoderenamerequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernoderequest.d.ts +18 -18
- package/components/browser/models/browsernoderequest.ngfactory.d.ts +1 -1
- package/components/browser/models/browsernoderesponse.d.ts +10 -10
- package/components/browser/models/browsernoderesponse.ngfactory.d.ts +1 -1
- package/controls/buttons/button.d.ts +70 -70
- package/controls/buttons/button.ngfactory.d.ts +1 -1
- package/controls/checkbox/checkbox.d.ts +32 -32
- package/controls/checkbox/checkbox.ngfactory.d.ts +1 -1
- package/controls/checkbox/radiobutton.d.ts +114 -114
- package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -1
- package/controls/checkbox/radiobuttons.d.ts +60 -60
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.button.d.ts +25 -25
- package/controls/confirm/confirm.button.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.d.ts +49 -49
- package/controls/confirm/confirm.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.service.d.ts +63 -63
- package/controls/confirm/confirm.service.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenu.d.ts +120 -120
- package/controls/contextmenu/contextmenu.interface.d.ts +3 -3
- package/controls/contextmenu/contextmenu.interface.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +15 -15
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +15 -15
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuitem.d.ts +10 -10
- package/controls/contextmenu/contextmenuitem.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +67 -67
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +1 -1
- package/controls/datetime/date.d.ts +117 -117
- package/controls/datetime/date.ngfactory.d.ts +1 -1
- package/controls/datetime/dateselector.d.ts +161 -161
- package/controls/datetime/dateselector.ngfactory.d.ts +1 -1
- package/controls/datetime/datetime.d.ts +131 -131
- package/controls/datetime/datetime.ngfactory.d.ts +1 -1
- package/controls/datetime/time.d.ts +111 -111
- package/controls/datetime/time.ngfactory.d.ts +1 -1
- package/controls/dialog/dialog.d.ts +93 -93
- package/controls/dialog/dialog.ngfactory.d.ts +1 -1
- package/controls/form/form.d.ts +47 -47
- package/controls/form/form.ngfactory.d.ts +1 -1
- package/controls/grid/grid.d.ts +127 -127
- package/controls/grid/grid.ngfactory.d.ts +1 -1
- package/controls/grid/gridbutton.d.ts +33 -33
- package/controls/grid/gridbutton.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumn.d.ts +28 -28
- package/controls/grid/gridcolumn.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +15 -15
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumnbase.d.ts +94 -94
- package/controls/grid/gridcolumnbase.ngfactory.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +9 -9
- package/controls/grid/gridimage.ngfactory.d.ts +1 -1
- package/controls/grid/model.d.ts +92 -92
- package/controls/grid/model.ngfactory.d.ts +1 -1
- package/controls/grid/paging.d.ts +145 -145
- package/controls/grid/paging.ngfactory.d.ts +1 -1
- package/controls/input/input.d.ts +35 -35
- package/controls/input/input.ngfactory.d.ts +1 -1
- package/controls/input/inputarea.d.ts +26 -26
- package/controls/input/inputarea.ngfactory.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +11 -11
- package/controls/input/inputcurrency.ngfactory.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +59 -59
- package/controls/input/inputdecimal.ngfactory.d.ts +1 -1
- package/controls/input/inputemail.d.ts +19 -19
- package/controls/input/inputemail.ngfactory.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +59 -59
- package/controls/input/inputinteger.ngfactory.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +23 -23
- package/controls/input/inputpassword.ngfactory.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +32 -32
- package/controls/input/inputsearch.ngfactory.d.ts +1 -1
- package/controls/layout/formlayout.d.ts +62 -62
- package/controls/layout/formlayout.ngfactory.d.ts +1 -1
- package/controls/list/buildvaluestring.d.ts +6 -6
- package/controls/list/buildvaluestring.ngfactory.d.ts +1 -1
- package/controls/list/dropdown.d.ts +96 -96
- package/controls/list/dropdown.ngfactory.d.ts +1 -1
- package/controls/list/dropdownoptions.d.ts +38 -38
- package/controls/list/dropdownoptions.ngfactory.d.ts +1 -1
- package/controls/list/list.module.d.ts +2 -2
- package/controls/list/list.module.ngfactory.d.ts +3 -3
- package/controls/list/listbox.d.ts +86 -86
- package/controls/list/listbox.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +102 -102
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +107 -107
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +1 -1
- package/controls/static/formcontainer.d.ts +35 -35
- package/controls/static/formcontainer.ngfactory.d.ts +1 -1
- package/controls/static/staticlabel.d.ts +18 -18
- package/controls/static/staticlabel.ngfactory.d.ts +1 -1
- package/controls/tabs/tab.d.ts +45 -45
- package/controls/tabs/tab.ngfactory.d.ts +1 -1
- package/controls/tabs/tabitem.d.ts +30 -30
- package/controls/tabs/tabitem.ngfactory.d.ts +1 -1
- package/controls/tinymce/tinymce.d.ts +149 -149
- package/controls/tinymce/tinymce.ngfactory.d.ts +1 -1
- package/controls/tinymce/tinymcedialogsettings.d.ts +27 -27
- package/controls/tinymce/tinymcedialogsettings.ngfactory.d.ts +1 -1
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +9 -9
- package/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.d.ts +1 -1
- package/controls/tinymce/tinymceinstance.d.ts +10 -10
- package/controls/tinymce/tinymceinstance.ngfactory.d.ts +1 -1
- package/controls/tooltip/tooltip.d.ts +145 -145
- package/controls/tooltip/tooltip.ngfactory.d.ts +1 -1
- package/controls/treeview/treeview.d.ts +185 -185
- package/controls/treeview/treeview.ngfactory.d.ts +1 -1
- package/controls/upload/dropzonemultiple.d.ts +70 -70
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +1 -1
- package/controls/upload/dropzonesingle.d.ts +47 -47
- package/controls/upload/dropzonesingle.ngfactory.d.ts +1 -1
- package/controls/upload/uploadmultiple.d.ts +50 -50
- package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -1
- package/controls/upload/uploadsingle.d.ts +27 -27
- package/controls/upload/uploadsingle.ngfactory.d.ts +1 -1
- package/controls/validation/validationsummary.d.ts +60 -60
- package/controls/validation/validationsummary.ngfactory.d.ts +1 -1
- package/controls/wizard/wizard.d.ts +73 -73
- package/controls/wizard/wizard.ngfactory.d.ts +1 -1
- package/controls/wizard/wizarditem.d.ts +25 -25
- package/controls/wizard/wizarditem.ngfactory.d.ts +1 -1
- package/enums/ButtonRoleType.d.ts +1 -1
- package/enums/ButtonRoleType.ngfactory.d.ts +1 -1
- package/enums/ControlHeight.d.ts +17 -17
- package/enums/ControlHeight.ngfactory.d.ts +1 -1
- package/enums/IconType.d.ts +7 -7
- package/enums/IconType.ngfactory.d.ts +1 -1
- package/esm2015/common/basedatetimecontrol.js +319 -319
- package/esm2015/common/basedatetimecontrol.ngfactory.js +7 -7
- package/esm2015/common/baseinputcontrol.js +73 -73
- package/esm2015/common/baseinputcontrol.ngfactory.js +7 -7
- package/esm2015/common/baselistcontrol.js +55 -55
- package/esm2015/common/baselistcontrol.ngfactory.js +7 -7
- package/esm2015/common/basemodelcontrol.js +535 -535
- package/esm2015/common/basemodelcontrol.ngfactory.js +7 -7
- package/esm2015/common/baseselectcontrol.js +26 -26
- package/esm2015/common/baseselectcontrol.ngfactory.js +7 -7
- package/esm2015/common/baseuploadcontrol.js +490 -490
- package/esm2015/common/baseuploadcontrol.ngfactory.js +7 -7
- package/esm2015/components/browser/browser.js +545 -545
- package/esm2015/components/browser/browser.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browserfile.js +1 -1
- package/esm2015/components/browser/models/browserfile.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browserfiledeleterequest.js +13 -13
- package/esm2015/components/browser/models/browserfiledeleterequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browserfilerenamerequest.js +13 -13
- package/esm2015/components/browser/models/browserfilerenamerequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browserfileresponse.js +1 -1
- package/esm2015/components/browser/models/browserfileresponse.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browserfilesaverequest.js +13 -13
- package/esm2015/components/browser/models/browserfilesaverequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernode.js +1 -1
- package/esm2015/components/browser/models/browsernode.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernodedeleterequest.js +13 -13
- package/esm2015/components/browser/models/browsernodedeleterequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernodenewrequest.js +13 -13
- package/esm2015/components/browser/models/browsernodenewrequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernoderenamerequest.js +13 -13
- package/esm2015/components/browser/models/browsernoderenamerequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernoderequest.js +13 -13
- package/esm2015/components/browser/models/browsernoderequest.ngfactory.js +7 -7
- package/esm2015/components/browser/models/browsernoderesponse.js +1 -1
- package/esm2015/components/browser/models/browsernoderesponse.ngfactory.js +7 -7
- package/esm2015/controls/buttons/button.js +141 -141
- package/esm2015/controls/buttons/button.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/checkbox.js +56 -56
- package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/radiobutton.js +164 -164
- package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/radiobuttons.js +113 -113
- package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.button.js +32 -32
- package/esm2015/controls/confirm/confirm.button.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.js +75 -75
- package/esm2015/controls/confirm/confirm.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.service.js +87 -87
- package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenu.interface.js +1 -1
- package/esm2015/controls/contextmenu/contextmenu.interface.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenu.js +193 -193
- package/esm2015/controls/contextmenu/contextmenu.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuanchor.js +22 -22
- package/esm2015/controls/contextmenu/contextmenuanchor.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenucontainer.js +22 -22
- package/esm2015/controls/contextmenu/contextmenucontainer.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuitem.js +21 -21
- package/esm2015/controls/contextmenu/contextmenuitem.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuitembutton.js +106 -106
- package/esm2015/controls/contextmenu/contextmenuitembutton.ngfactory.js +7 -7
- package/esm2015/controls/datetime/date.js +213 -213
- package/esm2015/controls/datetime/date.ngfactory.js +7 -7
- package/esm2015/controls/datetime/dateselector.js +458 -458
- package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -7
- package/esm2015/controls/datetime/datetime.js +229 -229
- package/esm2015/controls/datetime/datetime.ngfactory.js +7 -7
- package/esm2015/controls/datetime/time.js +212 -212
- package/esm2015/controls/datetime/time.ngfactory.js +7 -7
- package/esm2015/controls/dialog/dialog.js +165 -165
- package/esm2015/controls/dialog/dialog.ngfactory.js +7 -7
- package/esm2015/controls/form/form.js +110 -110
- package/esm2015/controls/form/form.ngfactory.js +7 -7
- package/esm2015/controls/grid/grid.js +144 -144
- package/esm2015/controls/grid/grid.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridbutton.js +60 -60
- package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumn.js +56 -56
- package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumnaction.js +27 -27
- package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumnbase.js +138 -138
- package/esm2015/controls/grid/gridcolumnbase.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridimage.js +13 -13
- package/esm2015/controls/grid/gridimage.ngfactory.js +7 -7
- package/esm2015/controls/grid/model.js +100 -100
- package/esm2015/controls/grid/model.ngfactory.js +7 -7
- package/esm2015/controls/grid/paging.js +252 -252
- package/esm2015/controls/grid/paging.ngfactory.js +7 -7
- package/esm2015/controls/input/input.js +64 -66
- package/esm2015/controls/input/input.ngfactory.js +7 -7
- package/esm2015/controls/input/inputarea.js +61 -54
- package/esm2015/controls/input/inputarea.ngfactory.js +7 -7
- package/esm2015/controls/input/inputcurrency.js +31 -31
- package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -7
- package/esm2015/controls/input/inputdecimal.js +146 -146
- package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -7
- package/esm2015/controls/input/inputemail.js +41 -41
- package/esm2015/controls/input/inputemail.ngfactory.js +7 -7
- package/esm2015/controls/input/inputinteger.js +130 -130
- package/esm2015/controls/input/inputinteger.ngfactory.js +7 -7
- package/esm2015/controls/input/inputpassword.js +46 -46
- package/esm2015/controls/input/inputpassword.ngfactory.js +7 -7
- package/esm2015/controls/input/inputsearch.js +66 -66
- package/esm2015/controls/input/inputsearch.ngfactory.js +7 -7
- package/esm2015/controls/layout/formlayout.js +82 -82
- package/esm2015/controls/layout/formlayout.ngfactory.js +7 -7
- package/esm2015/controls/list/buildvaluestring.js +18 -18
- package/esm2015/controls/list/buildvaluestring.ngfactory.js +7 -7
- package/esm2015/controls/list/dropdown.js +172 -172
- package/esm2015/controls/list/dropdown.ngfactory.js +7 -7
- package/esm2015/controls/list/dropdownoptions.js +72 -72
- package/esm2015/controls/list/dropdownoptions.ngfactory.js +7 -7
- package/esm2015/controls/list/list.module.js +11 -11
- package/esm2015/controls/list/list.module.ngfactory.js +7 -7
- package/esm2015/controls/list/listbox.js +187 -187
- package/esm2015/controls/list/listbox.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguageinput.js +224 -230
- package/esm2015/controls/multilanguage/multilanguageinput.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguageinputarea.js +225 -231
- package/esm2015/controls/multilanguage/multilanguageinputarea.ngfactory.js +7 -7
- package/esm2015/controls/static/formcontainer.js +61 -61
- package/esm2015/controls/static/formcontainer.ngfactory.js +7 -7
- package/esm2015/controls/static/staticlabel.js +31 -31
- package/esm2015/controls/static/staticlabel.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tab.js +72 -72
- package/esm2015/controls/tabs/tab.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tabitem.js +32 -32
- package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymce.js +238 -238
- package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymcedialogsettings.js +13 -13
- package/esm2015/controls/tinymce/tinymcedialogsettings.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.js +4 -4
- package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymceinstance.js +1 -1
- package/esm2015/controls/tinymce/tinymceinstance.ngfactory.js +7 -7
- package/esm2015/controls/tooltip/tooltip.js +242 -242
- package/esm2015/controls/tooltip/tooltip.ngfactory.js +7 -7
- package/esm2015/controls/treeview/treeview.js +367 -367
- package/esm2015/controls/treeview/treeview.ngfactory.js +7 -7
- package/esm2015/controls/upload/dropzonemultiple.js +161 -163
- package/esm2015/controls/upload/dropzonemultiple.ngfactory.js +7 -7
- package/esm2015/controls/upload/dropzonesingle.js +108 -108
- package/esm2015/controls/upload/dropzonesingle.ngfactory.js +7 -7
- package/esm2015/controls/upload/uploadmultiple.js +121 -121
- package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -7
- package/esm2015/controls/upload/uploadsingle.js +59 -55
- package/esm2015/controls/upload/uploadsingle.ngfactory.js +7 -7
- package/esm2015/controls/validation/validationsummary.js +133 -133
- package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -7
- package/esm2015/controls/wizard/wizard.js +139 -139
- package/esm2015/controls/wizard/wizard.ngfactory.js +7 -7
- package/esm2015/controls/wizard/wizarditem.js +27 -27
- package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -7
- package/esm2015/enums/ButtonRoleType.js +1 -1
- package/esm2015/enums/ButtonRoleType.ngfactory.js +7 -7
- package/esm2015/enums/ControlHeight.js +19 -19
- package/esm2015/enums/ControlHeight.ngfactory.js +7 -7
- package/esm2015/enums/IconType.js +9 -9
- package/esm2015/enums/IconType.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacConfigurationService.js +1 -1
- package/esm2015/interfaces/ISacConfigurationService.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacFileBrowserService.js +1 -1
- package/esm2015/interfaces/ISacFileBrowserService.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacIconService.js +1 -1
- package/esm2015/interfaces/ISacIconService.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacLabelSizes.js +1 -1
- package/esm2015/interfaces/ISacLabelSizes.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacLanguageService.js +1 -1
- package/esm2015/interfaces/ISacLanguageService.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacLocalisationService.js +1 -1
- package/esm2015/interfaces/ISacLocalisationService.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacUploadEventCompleteState.js +1 -1
- package/esm2015/interfaces/ISacUploadEventCompleteState.ngfactory.js +7 -7
- package/esm2015/interfaces/ISacValidationKeyService.js +1 -1
- package/esm2015/interfaces/ISacValidationKeyService.ngfactory.js +7 -7
- package/esm2015/interfaces/iabstractcontrollabel.js +1 -1
- package/esm2015/interfaces/iabstractcontrollabel.ngfactory.js +7 -7
- package/esm2015/interfaces/iconfirmcomponent.js +1 -1
- package/esm2015/interfaces/iconfirmcomponent.ngfactory.js +7 -7
- package/esm2015/interfaces/idatetimecontrol.js +1 -1
- package/esm2015/interfaces/idatetimecontrol.ngfactory.js +7 -7
- package/esm2015/interfaces/iuploadcontrol.js +1 -1
- package/esm2015/interfaces/iuploadcontrol.ngfactory.js +7 -7
- package/esm2015/interfaces/treeviewaction.interface.js +1 -1
- package/esm2015/interfaces/treeviewaction.interface.ngfactory.js +7 -7
- package/esm2015/models/languagemodel.js +13 -13
- package/esm2015/models/languagemodel.ngfactory.js +7 -7
- package/esm2015/public_api.js +108 -108
- package/esm2015/public_api.ngfactory.js +7 -7
- package/esm2015/services/index.js +7 -7
- package/esm2015/services/index.ngfactory.js +7 -7
- package/esm2015/services/sac-configuration.service.js +103 -103
- package/esm2015/services/sac-configuration.service.ngfactory.js +7 -7
- package/esm2015/services/sac-filebrowser.service.js +203 -203
- package/esm2015/services/sac-filebrowser.service.ngfactory.js +7 -7
- package/esm2015/services/sac-icon.service.js +191 -191
- package/esm2015/services/sac-icon.service.ngfactory.js +7 -7
- package/esm2015/services/sac-language.service.js +43 -43
- package/esm2015/services/sac-language.service.ngfactory.js +7 -7
- package/esm2015/services/sac-localisation.service.js +349 -460
- package/esm2015/services/sac-localisation.service.ngfactory.js +7 -7
- package/esm2015/services/sac-validationkey.service.js +159 -156
- package/esm2015/services/sac-validationkey.service.ngfactory.js +7 -7
- package/esm2015/simpleangularcontrols-sac-common.js +5 -5
- package/esm2015/simpleangularcontrols-sac-common.ngfactory.js +7 -7
- package/esm2015/utilities/convertion.js +32 -32
- package/esm2015/utilities/convertion.ngfactory.js +7 -7
- package/esm2015/utilities/datatypes.js +9 -9
- package/esm2015/utilities/datatypes.ngfactory.js +7 -7
- package/esm2015/utilities/enums.js +20 -20
- package/esm2015/utilities/enums.ngfactory.js +7 -7
- package/esm2015/utilities/guid.js +18 -18
- package/esm2015/utilities/guid.ngfactory.js +7 -7
- package/esm2015/utilities/interpolation.js +50 -50
- package/esm2015/utilities/interpolation.ngfactory.js +7 -7
- package/esm2015/utilities/popuphelper.js +343 -343
- package/esm2015/utilities/popuphelper.ngfactory.js +7 -7
- package/esm2015/utilities/positioning.js +301 -301
- package/esm2015/utilities/positioning.ngfactory.js +7 -7
- package/esm2015/validation/email.validator.js +13 -13
- package/esm2015/validation/email.validator.ngfactory.js +7 -7
- package/esm2015/validation/equals.validator.js +14 -14
- package/esm2015/validation/equals.validator.ngfactory.js +7 -7
- package/esm2015/validation/index.js +3 -3
- package/esm2015/validation/index.ngfactory.js +7 -7
- package/esm2015/validation/invaliddate.validator.js +14 -14
- package/esm2015/validation/invaliddate.validator.ngfactory.js +7 -7
- package/esm2015/validation/isDateValid.js +23 -23
- package/esm2015/validation/isDateValid.ngfactory.js +7 -7
- package/esm2015/validation/maxdate.validator.js +21 -21
- package/esm2015/validation/maxdate.validator.ngfactory.js +7 -7
- package/esm2015/validation/maxtime.validator.js +21 -21
- package/esm2015/validation/maxtime.validator.ngfactory.js +7 -7
- package/esm2015/validation/maxvalue.validator.js +16 -16
- package/esm2015/validation/maxvalue.validator.ngfactory.js +7 -7
- package/esm2015/validation/mindate.validator.js +21 -21
- package/esm2015/validation/mindate.validator.ngfactory.js +7 -7
- package/esm2015/validation/minfiles.validator.js +19 -19
- package/esm2015/validation/minfiles.validator.ngfactory.js +7 -7
- package/esm2015/validation/mintextlength.validator.js +23 -0
- package/esm2015/validation/mintextlength.validator.ngfactory.js +7 -0
- package/esm2015/validation/mintime.validator.js +21 -21
- package/esm2015/validation/mintime.validator.ngfactory.js +7 -7
- package/esm2015/validation/minvalue.validator.js +16 -16
- package/esm2015/validation/minvalue.validator.ngfactory.js +7 -7
- package/esm2015/validation/multilanguagerequired.validator.js +22 -22
- package/esm2015/validation/multilanguagerequired.validator.ngfactory.js +7 -7
- package/esm2015/validation/multilanguagerequiredany.validator.js +22 -22
- package/esm2015/validation/multilanguagerequiredany.validator.ngfactory.js +7 -7
- package/esm2015/validation/notequals.validator.js +14 -14
- package/esm2015/validation/notequals.validator.ngfactory.js +7 -7
- package/esm2015/validation/pattern.validator.js +16 -16
- package/esm2015/validation/pattern.validator.ngfactory.js +7 -7
- package/esm2015/validation/required.validator.js +13 -13
- package/esm2015/validation/required.validator.ngfactory.js +7 -7
- package/esm2015/validation/validation.class.js +218 -213
- package/esm2015/validation/validation.class.ngfactory.js +7 -7
- package/esm2015/validation/validationerrorcreator.js +11 -11
- package/esm2015/validation/validationerrorcreator.ngfactory.js +7 -7
- package/esm2015/validation/validationerroritem.js +27 -27
- package/esm2015/validation/validationerroritem.ngfactory.js +7 -7
- package/fesm2015/simpleangularcontrols-sac-common.js +10664 -10770
- package/fesm2015/simpleangularcontrols-sac-common.js.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +58 -58
- package/interfaces/ISacConfigurationService.ngfactory.d.ts +1 -1
- package/interfaces/ISacFileBrowserService.d.ts +65 -65
- package/interfaces/ISacFileBrowserService.ngfactory.d.ts +1 -1
- package/interfaces/ISacIconService.d.ts +113 -113
- package/interfaces/ISacIconService.ngfactory.d.ts +1 -1
- package/interfaces/ISacLabelSizes.d.ts +26 -26
- package/interfaces/ISacLabelSizes.ngfactory.d.ts +1 -1
- package/interfaces/ISacLanguageService.d.ts +12 -12
- package/interfaces/ISacLanguageService.ngfactory.d.ts +1 -1
- package/interfaces/ISacLocalisationService.d.ts +10 -10
- package/interfaces/ISacLocalisationService.ngfactory.d.ts +1 -1
- package/interfaces/ISacUploadEventCompleteState.d.ts +5 -5
- package/interfaces/ISacUploadEventCompleteState.ngfactory.d.ts +1 -1
- package/interfaces/ISacValidationKeyService.d.ts +52 -52
- package/interfaces/ISacValidationKeyService.ngfactory.d.ts +1 -1
- package/interfaces/iabstractcontrollabel.d.ts +6 -6
- package/interfaces/iabstractcontrollabel.ngfactory.d.ts +1 -1
- package/interfaces/iconfirmcomponent.d.ts +18 -18
- package/interfaces/iconfirmcomponent.ngfactory.d.ts +1 -1
- package/interfaces/idatetimecontrol.d.ts +7 -7
- package/interfaces/idatetimecontrol.ngfactory.d.ts +1 -1
- package/interfaces/iuploadcontrol.d.ts +9 -9
- package/interfaces/iuploadcontrol.ngfactory.d.ts +1 -1
- package/interfaces/treeviewaction.interface.d.ts +4 -4
- package/interfaces/treeviewaction.interface.ngfactory.d.ts +1 -1
- package/models/languagemodel.d.ts +22 -22
- package/models/languagemodel.ngfactory.d.ts +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +86 -86
- package/public_api.ngfactory.d.ts +1 -1
- package/services/index.d.ts +6 -6
- package/services/index.ngfactory.d.ts +1 -1
- package/services/sac-configuration.service.d.ts +121 -121
- package/services/sac-configuration.service.ngfactory.d.ts +1 -1
- package/services/sac-filebrowser.service.d.ts +140 -140
- package/services/sac-filebrowser.service.ngfactory.d.ts +1 -1
- package/services/sac-icon.service.d.ts +232 -232
- package/services/sac-icon.service.ngfactory.d.ts +1 -1
- package/services/sac-language.service.d.ts +26 -26
- package/services/sac-language.service.ngfactory.d.ts +1 -1
- package/services/sac-localisation.service.d.ts +137 -137
- package/services/sac-localisation.service.ngfactory.d.ts +1 -1
- package/services/sac-validationkey.service.d.ts +55 -55
- package/services/sac-validationkey.service.ngfactory.d.ts +1 -1
- package/simpleangularcontrols-sac-common-10.0.0-rc.22.tgz +0 -0
- package/simpleangularcontrols-sac-common.d.ts +4 -4
- package/simpleangularcontrols-sac-common.metadata.json +1 -1
- package/simpleangularcontrols-sac-common.ngfactory.d.ts +1 -1
- package/utilities/convertion.d.ts +15 -15
- package/utilities/convertion.ngfactory.d.ts +1 -1
- package/utilities/datatypes.d.ts +6 -6
- package/utilities/datatypes.ngfactory.d.ts +1 -1
- package/utilities/enums.d.ts +12 -12
- package/utilities/enums.ngfactory.d.ts +1 -1
- package/utilities/guid.d.ts +4 -4
- package/utilities/guid.ngfactory.d.ts +1 -1
- package/utilities/interpolation.d.ts +21 -21
- package/utilities/interpolation.ngfactory.d.ts +1 -1
- package/utilities/popuphelper.d.ts +83 -83
- package/utilities/popuphelper.ngfactory.d.ts +1 -1
- package/utilities/positioning.d.ts +82 -82
- package/utilities/positioning.ngfactory.d.ts +1 -1
- package/validation/email.validator.d.ts +2 -2
- package/validation/email.validator.ngfactory.d.ts +1 -1
- package/validation/equals.validator.d.ts +2 -2
- package/validation/equals.validator.ngfactory.d.ts +1 -1
- package/validation/index.d.ts +2 -2
- package/validation/index.ngfactory.d.ts +1 -1
- package/validation/invaliddate.validator.d.ts +2 -2
- package/validation/invaliddate.validator.ngfactory.d.ts +1 -1
- package/validation/isDateValid.d.ts +5 -5
- package/validation/isDateValid.ngfactory.d.ts +1 -1
- package/validation/maxdate.validator.d.ts +2 -2
- package/validation/maxdate.validator.ngfactory.d.ts +1 -1
- package/validation/maxtime.validator.d.ts +2 -2
- package/validation/maxtime.validator.ngfactory.d.ts +1 -1
- package/validation/maxvalue.validator.d.ts +2 -2
- package/validation/maxvalue.validator.ngfactory.d.ts +1 -1
- package/validation/mindate.validator.d.ts +2 -2
- package/validation/mindate.validator.ngfactory.d.ts +1 -1
- package/validation/minfiles.validator.d.ts +2 -2
- package/validation/minfiles.validator.ngfactory.d.ts +1 -1
- package/validation/mintextlength.validator.d.ts +2 -0
- package/validation/{minlength.validator.ngfactory.d.ts → mintextlength.validator.ngfactory.d.ts} +1 -1
- package/validation/mintime.validator.d.ts +2 -2
- package/validation/mintime.validator.ngfactory.d.ts +1 -1
- package/validation/minvalue.validator.d.ts +2 -2
- package/validation/minvalue.validator.ngfactory.d.ts +1 -1
- package/validation/multilanguagerequired.validator.d.ts +3 -3
- package/validation/multilanguagerequired.validator.ngfactory.d.ts +1 -1
- package/validation/multilanguagerequiredany.validator.d.ts +3 -3
- package/validation/multilanguagerequiredany.validator.ngfactory.d.ts +1 -1
- package/validation/notequals.validator.d.ts +2 -2
- package/validation/notequals.validator.ngfactory.d.ts +1 -1
- package/validation/pattern.validator.d.ts +2 -2
- package/validation/pattern.validator.ngfactory.d.ts +1 -1
- package/validation/required.validator.d.ts +2 -2
- package/validation/required.validator.ngfactory.d.ts +1 -1
- package/validation/validation.class.d.ts +158 -158
- package/validation/validation.class.ngfactory.d.ts +1 -1
- package/validation/validationerrorcreator.d.ts +1 -1
- package/validation/validationerrorcreator.ngfactory.d.ts +1 -1
- package/validation/validationerroritem.d.ts +33 -33
- package/validation/validationerroritem.ngfactory.d.ts +1 -1
- package/esm2015/validation/minlength.validator.js +0 -21
- package/esm2015/validation/minlength.validator.ngfactory.js +0 -7
- package/simpleangularcontrols-sac-common-10.0.0-rc.20.tgz +0 -0
- package/validation/minlength.validator.d.ts +0 -2
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
-
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
-
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
4
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
|
-
import * as IMask from 'imask';
|
|
6
|
-
import * as moment_ from 'moment';
|
|
7
|
-
/**
|
|
8
|
-
* Komponente für SacDateTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
-
*/
|
|
10
|
-
export declare abstract class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
-
protected elementRef: ElementRef;
|
|
12
|
-
/**
|
|
13
|
-
* Format des Datums
|
|
14
|
-
*/
|
|
15
|
-
readonly DATEFORMAT: string;
|
|
16
|
-
/**
|
|
17
|
-
* Maske
|
|
18
|
-
*/
|
|
19
|
-
/**
|
|
20
|
-
* Maske
|
|
21
|
-
*/
|
|
22
|
-
readonly imaskDate: {
|
|
23
|
-
mask: string;
|
|
24
|
-
blocks: {
|
|
25
|
-
DD: {
|
|
26
|
-
mask: typeof IMask.MaskedRange;
|
|
27
|
-
from: number;
|
|
28
|
-
to: number;
|
|
29
|
-
maxLength: number;
|
|
30
|
-
};
|
|
31
|
-
MM: {
|
|
32
|
-
mask: typeof IMask.MaskedRange;
|
|
33
|
-
from: number;
|
|
34
|
-
to: number;
|
|
35
|
-
maxLength: number;
|
|
36
|
-
};
|
|
37
|
-
YYYY: {
|
|
38
|
-
mask: typeof IMask.MaskedRange;
|
|
39
|
-
from: number;
|
|
40
|
-
to: number;
|
|
41
|
-
};
|
|
42
|
-
HH: {
|
|
43
|
-
mask: typeof IMask.MaskedRange;
|
|
44
|
-
from: number;
|
|
45
|
-
to: number;
|
|
46
|
-
maxLength: number;
|
|
47
|
-
};
|
|
48
|
-
mm: {
|
|
49
|
-
mask: typeof IMask.MaskedRange;
|
|
50
|
-
from: number;
|
|
51
|
-
to: number;
|
|
52
|
-
maxLength: number;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
placeholderChar: string;
|
|
56
|
-
autofix: boolean;
|
|
57
|
-
lazy: boolean;
|
|
58
|
-
overwrite: boolean;
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* Maximaler Wert des Datums
|
|
62
|
-
*/
|
|
63
|
-
_maxdate: Date;
|
|
64
|
-
/**
|
|
65
|
-
* Minimaler Wert des Datums
|
|
66
|
-
*/
|
|
67
|
-
_mindate: Date;
|
|
68
|
-
/**
|
|
69
|
-
* Moment JS module instance
|
|
70
|
-
*/
|
|
71
|
-
moment: any;
|
|
72
|
-
/**
|
|
73
|
-
* Resource Key für Validation Message MaxDate bei Control
|
|
74
|
-
*/
|
|
75
|
-
validationmessagemaxdate: string;
|
|
76
|
-
/**
|
|
77
|
-
* Resource Key für Validation Message MinDate bei Control
|
|
78
|
-
*/
|
|
79
|
-
validationmessagemindate: string;
|
|
80
|
-
/**
|
|
81
|
-
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
82
|
-
*/
|
|
83
|
-
validationmessagesummarymaxdate: string;
|
|
84
|
-
/**
|
|
85
|
-
* Resource Key für Validation Message MinDate in Validation Summary
|
|
86
|
-
*/
|
|
87
|
-
validationmessagesummarymindate: string;
|
|
88
|
-
/**
|
|
89
|
-
* Constructor
|
|
90
|
-
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
91
|
-
* @param injector Injector for injecting services
|
|
92
|
-
* @param elementRef reference to html element
|
|
93
|
-
*/
|
|
94
|
-
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
95
|
-
/**
|
|
96
|
-
* icon for date selector button
|
|
97
|
-
*/
|
|
98
|
-
get IconSelector(): string;
|
|
99
|
-
/**
|
|
100
|
-
* Max Date
|
|
101
|
-
*/
|
|
102
|
-
set maxdate(v: string | Date | null);
|
|
103
|
-
/**
|
|
104
|
-
* Min Date
|
|
105
|
-
*/
|
|
106
|
-
set mindate(v: string | Date | null);
|
|
107
|
-
/**
|
|
108
|
-
* Methode ergibt Datum-Format vom String
|
|
109
|
-
*/
|
|
110
|
-
GetDateTimeFormatString(): string;
|
|
111
|
-
/**
|
|
112
|
-
* Methode modifiziert den parsed Wert des Datums
|
|
113
|
-
*/
|
|
114
|
-
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
115
|
-
/**
|
|
116
|
-
* Methode ergibt das selektierte Datum
|
|
117
|
-
*/
|
|
118
|
-
dateselect(v: any): void;
|
|
119
|
-
/**
|
|
120
|
-
* HostListener
|
|
121
|
-
*/
|
|
122
|
-
onClick(targetElement: any): void;
|
|
123
|
-
/**
|
|
124
|
-
* DateSelector wird beim Click-Event angezeigt
|
|
125
|
-
*/
|
|
126
|
-
showDateSelector(): void;
|
|
127
|
-
/**
|
|
128
|
-
* Validator
|
|
129
|
-
*/
|
|
130
|
-
validateData(c: AbstractControl): ValidationErrors | null;
|
|
131
|
-
}
|
|
1
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
4
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
|
+
import * as IMask from 'imask';
|
|
6
|
+
import * as moment_ from 'moment';
|
|
7
|
+
/**
|
|
8
|
+
* Komponente für SacDateTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
+
protected elementRef: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* Format des Datums
|
|
14
|
+
*/
|
|
15
|
+
readonly DATEFORMAT: string;
|
|
16
|
+
/**
|
|
17
|
+
* Maske
|
|
18
|
+
*/
|
|
19
|
+
/**
|
|
20
|
+
* Maske
|
|
21
|
+
*/
|
|
22
|
+
readonly imaskDate: {
|
|
23
|
+
mask: string;
|
|
24
|
+
blocks: {
|
|
25
|
+
DD: {
|
|
26
|
+
mask: typeof IMask.MaskedRange;
|
|
27
|
+
from: number;
|
|
28
|
+
to: number;
|
|
29
|
+
maxLength: number;
|
|
30
|
+
};
|
|
31
|
+
MM: {
|
|
32
|
+
mask: typeof IMask.MaskedRange;
|
|
33
|
+
from: number;
|
|
34
|
+
to: number;
|
|
35
|
+
maxLength: number;
|
|
36
|
+
};
|
|
37
|
+
YYYY: {
|
|
38
|
+
mask: typeof IMask.MaskedRange;
|
|
39
|
+
from: number;
|
|
40
|
+
to: number;
|
|
41
|
+
};
|
|
42
|
+
HH: {
|
|
43
|
+
mask: typeof IMask.MaskedRange;
|
|
44
|
+
from: number;
|
|
45
|
+
to: number;
|
|
46
|
+
maxLength: number;
|
|
47
|
+
};
|
|
48
|
+
mm: {
|
|
49
|
+
mask: typeof IMask.MaskedRange;
|
|
50
|
+
from: number;
|
|
51
|
+
to: number;
|
|
52
|
+
maxLength: number;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
placeholderChar: string;
|
|
56
|
+
autofix: boolean;
|
|
57
|
+
lazy: boolean;
|
|
58
|
+
overwrite: boolean;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Maximaler Wert des Datums
|
|
62
|
+
*/
|
|
63
|
+
_maxdate: Date;
|
|
64
|
+
/**
|
|
65
|
+
* Minimaler Wert des Datums
|
|
66
|
+
*/
|
|
67
|
+
_mindate: Date;
|
|
68
|
+
/**
|
|
69
|
+
* Moment JS module instance
|
|
70
|
+
*/
|
|
71
|
+
moment: any;
|
|
72
|
+
/**
|
|
73
|
+
* Resource Key für Validation Message MaxDate bei Control
|
|
74
|
+
*/
|
|
75
|
+
validationmessagemaxdate: string;
|
|
76
|
+
/**
|
|
77
|
+
* Resource Key für Validation Message MinDate bei Control
|
|
78
|
+
*/
|
|
79
|
+
validationmessagemindate: string;
|
|
80
|
+
/**
|
|
81
|
+
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
82
|
+
*/
|
|
83
|
+
validationmessagesummarymaxdate: string;
|
|
84
|
+
/**
|
|
85
|
+
* Resource Key für Validation Message MinDate in Validation Summary
|
|
86
|
+
*/
|
|
87
|
+
validationmessagesummarymindate: string;
|
|
88
|
+
/**
|
|
89
|
+
* Constructor
|
|
90
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
91
|
+
* @param injector Injector for injecting services
|
|
92
|
+
* @param elementRef reference to html element
|
|
93
|
+
*/
|
|
94
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
95
|
+
/**
|
|
96
|
+
* icon for date selector button
|
|
97
|
+
*/
|
|
98
|
+
get IconSelector(): string;
|
|
99
|
+
/**
|
|
100
|
+
* Max Date
|
|
101
|
+
*/
|
|
102
|
+
set maxdate(v: string | Date | null);
|
|
103
|
+
/**
|
|
104
|
+
* Min Date
|
|
105
|
+
*/
|
|
106
|
+
set mindate(v: string | Date | null);
|
|
107
|
+
/**
|
|
108
|
+
* Methode ergibt Datum-Format vom String
|
|
109
|
+
*/
|
|
110
|
+
GetDateTimeFormatString(): string;
|
|
111
|
+
/**
|
|
112
|
+
* Methode modifiziert den parsed Wert des Datums
|
|
113
|
+
*/
|
|
114
|
+
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
115
|
+
/**
|
|
116
|
+
* Methode ergibt das selektierte Datum
|
|
117
|
+
*/
|
|
118
|
+
dateselect(v: any): void;
|
|
119
|
+
/**
|
|
120
|
+
* HostListener
|
|
121
|
+
*/
|
|
122
|
+
onClick(targetElement: any): void;
|
|
123
|
+
/**
|
|
124
|
+
* DateSelector wird beim Click-Event angezeigt
|
|
125
|
+
*/
|
|
126
|
+
showDateSelector(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Validator
|
|
129
|
+
*/
|
|
130
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
131
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
-
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
-
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
4
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
|
-
import * as IMask from 'imask';
|
|
6
|
-
import * as moment_ from 'moment';
|
|
7
|
-
/**
|
|
8
|
-
* Komponente für SacTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
-
*/
|
|
10
|
-
export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
-
protected elementRef: ElementRef;
|
|
12
|
-
/**
|
|
13
|
-
* Format des Datums
|
|
14
|
-
*/
|
|
15
|
-
readonly TIMEFORMAT: string;
|
|
16
|
-
/**
|
|
17
|
-
* Maske
|
|
18
|
-
*/
|
|
19
|
-
readonly imaskDate: {
|
|
20
|
-
mask: string;
|
|
21
|
-
blocks: {
|
|
22
|
-
HH: {
|
|
23
|
-
mask: typeof IMask.MaskedRange;
|
|
24
|
-
from: number;
|
|
25
|
-
to: number;
|
|
26
|
-
maxLength: number;
|
|
27
|
-
};
|
|
28
|
-
mm: {
|
|
29
|
-
mask: typeof IMask.MaskedRange;
|
|
30
|
-
from: number;
|
|
31
|
-
to: number;
|
|
32
|
-
maxLength: number;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
placeholderChar: string;
|
|
36
|
-
autofix: boolean;
|
|
37
|
-
lazy: boolean;
|
|
38
|
-
overwrite: boolean;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Max Time
|
|
42
|
-
*/
|
|
43
|
-
_maxtime: Date;
|
|
44
|
-
/**
|
|
45
|
-
* Min Time
|
|
46
|
-
*/
|
|
47
|
-
_mintime: Date;
|
|
48
|
-
/**
|
|
49
|
-
* Moment JS module instance
|
|
50
|
-
*/
|
|
51
|
-
moment: any;
|
|
52
|
-
/**
|
|
53
|
-
* Resource Key für Validation Message MinTime bei Control
|
|
54
|
-
*/
|
|
55
|
-
validationmessagemaxtime: string;
|
|
56
|
-
/**
|
|
57
|
-
* Resource Key für Validation Message MinTime bei Control
|
|
58
|
-
*/
|
|
59
|
-
validationmessagemintime: string;
|
|
60
|
-
/**
|
|
61
|
-
* Resource Key für Validation Message MinTime in Validation Summary
|
|
62
|
-
*/
|
|
63
|
-
validationmessagesummarymaxtime: string;
|
|
64
|
-
/**
|
|
65
|
-
* Resource Key für Validation Message MinTime in Validation Summary
|
|
66
|
-
*/
|
|
67
|
-
validationmessagesummarymintime: string;
|
|
68
|
-
/**
|
|
69
|
-
* Constructor
|
|
70
|
-
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
71
|
-
* @param injector Injector for injecting services
|
|
72
|
-
* @param elementRef reference to html element
|
|
73
|
-
*/
|
|
74
|
-
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
75
|
-
/**
|
|
76
|
-
* icon for date selector button
|
|
77
|
-
*/
|
|
78
|
-
get IconSelector(): string;
|
|
79
|
-
/**
|
|
80
|
-
* Max Time
|
|
81
|
-
*/
|
|
82
|
-
set maxtime(v: string | Date | null);
|
|
83
|
-
/**
|
|
84
|
-
* Min Time
|
|
85
|
-
*/
|
|
86
|
-
set mintime(v: string | Date | null);
|
|
87
|
-
/**
|
|
88
|
-
* Methode ergibt Datum-Format vom String
|
|
89
|
-
*/
|
|
90
|
-
GetDateTimeFormatString(): string;
|
|
91
|
-
/**
|
|
92
|
-
* Methode ergibt Datum - Moment
|
|
93
|
-
*/
|
|
94
|
-
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
95
|
-
/**
|
|
96
|
-
* HostListener
|
|
97
|
-
*/
|
|
98
|
-
onClick(targetElement: any): void;
|
|
99
|
-
/**
|
|
100
|
-
* Zeigt Date Selector an
|
|
101
|
-
*/
|
|
102
|
-
showTimeSelector(): void;
|
|
103
|
-
/**
|
|
104
|
-
* Time Selector
|
|
105
|
-
*/
|
|
106
|
-
timeselect(v: any): void;
|
|
107
|
-
/**
|
|
108
|
-
* Validator
|
|
109
|
-
*/
|
|
110
|
-
validateData(c: AbstractControl): ValidationErrors | null;
|
|
111
|
-
}
|
|
1
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
2
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
3
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
4
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
|
+
import * as IMask from 'imask';
|
|
6
|
+
import * as moment_ from 'moment';
|
|
7
|
+
/**
|
|
8
|
+
* Komponente für SacTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
+
*/
|
|
10
|
+
export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
+
protected elementRef: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* Format des Datums
|
|
14
|
+
*/
|
|
15
|
+
readonly TIMEFORMAT: string;
|
|
16
|
+
/**
|
|
17
|
+
* Maske
|
|
18
|
+
*/
|
|
19
|
+
readonly imaskDate: {
|
|
20
|
+
mask: string;
|
|
21
|
+
blocks: {
|
|
22
|
+
HH: {
|
|
23
|
+
mask: typeof IMask.MaskedRange;
|
|
24
|
+
from: number;
|
|
25
|
+
to: number;
|
|
26
|
+
maxLength: number;
|
|
27
|
+
};
|
|
28
|
+
mm: {
|
|
29
|
+
mask: typeof IMask.MaskedRange;
|
|
30
|
+
from: number;
|
|
31
|
+
to: number;
|
|
32
|
+
maxLength: number;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
placeholderChar: string;
|
|
36
|
+
autofix: boolean;
|
|
37
|
+
lazy: boolean;
|
|
38
|
+
overwrite: boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Max Time
|
|
42
|
+
*/
|
|
43
|
+
_maxtime: Date;
|
|
44
|
+
/**
|
|
45
|
+
* Min Time
|
|
46
|
+
*/
|
|
47
|
+
_mintime: Date;
|
|
48
|
+
/**
|
|
49
|
+
* Moment JS module instance
|
|
50
|
+
*/
|
|
51
|
+
moment: any;
|
|
52
|
+
/**
|
|
53
|
+
* Resource Key für Validation Message MinTime bei Control
|
|
54
|
+
*/
|
|
55
|
+
validationmessagemaxtime: string;
|
|
56
|
+
/**
|
|
57
|
+
* Resource Key für Validation Message MinTime bei Control
|
|
58
|
+
*/
|
|
59
|
+
validationmessagemintime: string;
|
|
60
|
+
/**
|
|
61
|
+
* Resource Key für Validation Message MinTime in Validation Summary
|
|
62
|
+
*/
|
|
63
|
+
validationmessagesummarymaxtime: string;
|
|
64
|
+
/**
|
|
65
|
+
* Resource Key für Validation Message MinTime in Validation Summary
|
|
66
|
+
*/
|
|
67
|
+
validationmessagesummarymintime: string;
|
|
68
|
+
/**
|
|
69
|
+
* Constructor
|
|
70
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
71
|
+
* @param injector Injector for injecting services
|
|
72
|
+
* @param elementRef reference to html element
|
|
73
|
+
*/
|
|
74
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
75
|
+
/**
|
|
76
|
+
* icon for date selector button
|
|
77
|
+
*/
|
|
78
|
+
get IconSelector(): string;
|
|
79
|
+
/**
|
|
80
|
+
* Max Time
|
|
81
|
+
*/
|
|
82
|
+
set maxtime(v: string | Date | null);
|
|
83
|
+
/**
|
|
84
|
+
* Min Time
|
|
85
|
+
*/
|
|
86
|
+
set mintime(v: string | Date | null);
|
|
87
|
+
/**
|
|
88
|
+
* Methode ergibt Datum-Format vom String
|
|
89
|
+
*/
|
|
90
|
+
GetDateTimeFormatString(): string;
|
|
91
|
+
/**
|
|
92
|
+
* Methode ergibt Datum - Moment
|
|
93
|
+
*/
|
|
94
|
+
ModifyParsedDateTimeValue(v: moment_.Moment): moment_.Moment;
|
|
95
|
+
/**
|
|
96
|
+
* HostListener
|
|
97
|
+
*/
|
|
98
|
+
onClick(targetElement: any): void;
|
|
99
|
+
/**
|
|
100
|
+
* Zeigt Date Selector an
|
|
101
|
+
*/
|
|
102
|
+
showTimeSelector(): void;
|
|
103
|
+
/**
|
|
104
|
+
* Time Selector
|
|
105
|
+
*/
|
|
106
|
+
timeselect(v: any): void;
|
|
107
|
+
/**
|
|
108
|
+
* Validator
|
|
109
|
+
*/
|
|
110
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
111
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Base Komponente für Dialog
|
|
4
|
-
*/
|
|
5
|
-
export declare class SacDialogCommon implements OnDestroy {
|
|
6
|
-
private cdRef;
|
|
7
|
-
private hasSetBodyTag;
|
|
8
|
-
/**
|
|
9
|
-
* Boolean Property definiert ob das Dialog angezeigt wird
|
|
10
|
-
*/
|
|
11
|
-
_show: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Das property enthielt (wenn überhaupt gesetzt) entweder keywords für sizing oder custom css Klassen.
|
|
14
|
-
* Die akzeptabel keywordssind: 'small', 'large', 'extralarge', 'medium', ''.
|
|
15
|
-
*/
|
|
16
|
-
_size: 'small' | 'large' | 'extralarge' | 'medium' | '';
|
|
17
|
-
/**
|
|
18
|
-
* Das input property akzeptiert boolen Wert. Definiert ob das Dialog darf durch ESC geschlossen werden. Default ist true.
|
|
19
|
-
*/
|
|
20
|
-
allowesc: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Das input property akzeptiert boolen Wert. Definiert ob das Dialog darf durch click außerhalb des Dialog-Fenster geschlossen werden. Default ist true.
|
|
23
|
-
*/
|
|
24
|
-
backdrop: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Steuert ob im Header des Dialogs ein Button angezeigt wird.
|
|
27
|
-
*/
|
|
28
|
-
closebutton: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Name des Containers für den Dialog
|
|
31
|
-
*/
|
|
32
|
-
dialogElement: ElementRef;
|
|
33
|
-
/**
|
|
34
|
-
* Output Emitter. Wird aufgerufen, wenn das Wert des _show property geändert ist - damait das Dialog geöfnet/geschlossen wird.
|
|
35
|
-
*/
|
|
36
|
-
isvisibleChange: EventEmitter<boolean>;
|
|
37
|
-
/**
|
|
38
|
-
* Input Property. Erhält den Namen des Dialog - benutzt für das ID. Default Value: ''
|
|
39
|
-
*/
|
|
40
|
-
name: string;
|
|
41
|
-
/**
|
|
42
|
-
* Input Property. Erhält den Title des Dialog. Default Value: 'Dialog'.
|
|
43
|
-
*/
|
|
44
|
-
title: string;
|
|
45
|
-
/**
|
|
46
|
-
* Konstruktor
|
|
47
|
-
* Inject des Formulars
|
|
48
|
-
*/
|
|
49
|
-
constructor(cdRef: ChangeDetectorRef);
|
|
50
|
-
/**
|
|
51
|
-
* Implementation als Setter, da mit ngIf das Element bei Unsichtbarkeit UNDEFINED ist.
|
|
52
|
-
*/
|
|
53
|
-
set dialogElementSetter(content: ElementRef);
|
|
54
|
-
/**
|
|
55
|
-
* Getter. Ergibt das boolen Wert des _show property
|
|
56
|
-
*/
|
|
57
|
-
get isvisible(): boolean;
|
|
58
|
-
/**
|
|
59
|
-
* Setter. Erhält das boolen Wert des _show property
|
|
60
|
-
*/
|
|
61
|
-
set isvisible(v: boolean);
|
|
62
|
-
/**
|
|
63
|
-
* Das Input akzeptiert sowohl default size-css-Klassen als auch custom Klassen.
|
|
64
|
-
* case insensitive.
|
|
65
|
-
* Die akzeptabel default-size-Klassen sind: 'small', 'large', 'extralarge', 'medium', ''.
|
|
66
|
-
* Wenn size ist NICHT gesetzt (oder 'medium' oder ''), default ist in medium size: max-width 500px.
|
|
67
|
-
*/
|
|
68
|
-
set size(v: 'small' | 'large' | 'extralarge' | 'medium' | '');
|
|
69
|
-
/**
|
|
70
|
-
* Getter for ChangeDetector.
|
|
71
|
-
*/
|
|
72
|
-
protected get ChangeDetector(): ChangeDetectorRef;
|
|
73
|
-
/**
|
|
74
|
-
* Die Methode setz den Wert des _show property auf false
|
|
75
|
-
*/
|
|
76
|
-
hide(): void;
|
|
77
|
-
/**
|
|
78
|
-
* Methode wenn Componente entfernt wird
|
|
79
|
-
*/
|
|
80
|
-
ngOnDestroy(): void;
|
|
81
|
-
/**
|
|
82
|
-
* Allow Close by Click outside Dialog
|
|
83
|
-
*/
|
|
84
|
-
onClick(event: any): void;
|
|
85
|
-
/**
|
|
86
|
-
* Allow Close by ESC
|
|
87
|
-
*/
|
|
88
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
|
89
|
-
/**
|
|
90
|
-
* Die Methode setz den Wert des _show property auf true
|
|
91
|
-
*/
|
|
92
|
-
show(): void;
|
|
93
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Base Komponente für Dialog
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacDialogCommon implements OnDestroy {
|
|
6
|
+
private cdRef;
|
|
7
|
+
private hasSetBodyTag;
|
|
8
|
+
/**
|
|
9
|
+
* Boolean Property definiert ob das Dialog angezeigt wird
|
|
10
|
+
*/
|
|
11
|
+
_show: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Das property enthielt (wenn überhaupt gesetzt) entweder keywords für sizing oder custom css Klassen.
|
|
14
|
+
* Die akzeptabel keywordssind: 'small', 'large', 'extralarge', 'medium', ''.
|
|
15
|
+
*/
|
|
16
|
+
_size: 'small' | 'large' | 'extralarge' | 'medium' | '';
|
|
17
|
+
/**
|
|
18
|
+
* Das input property akzeptiert boolen Wert. Definiert ob das Dialog darf durch ESC geschlossen werden. Default ist true.
|
|
19
|
+
*/
|
|
20
|
+
allowesc: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Das input property akzeptiert boolen Wert. Definiert ob das Dialog darf durch click außerhalb des Dialog-Fenster geschlossen werden. Default ist true.
|
|
23
|
+
*/
|
|
24
|
+
backdrop: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Steuert ob im Header des Dialogs ein Button angezeigt wird.
|
|
27
|
+
*/
|
|
28
|
+
closebutton: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Name des Containers für den Dialog
|
|
31
|
+
*/
|
|
32
|
+
dialogElement: ElementRef;
|
|
33
|
+
/**
|
|
34
|
+
* Output Emitter. Wird aufgerufen, wenn das Wert des _show property geändert ist - damait das Dialog geöfnet/geschlossen wird.
|
|
35
|
+
*/
|
|
36
|
+
isvisibleChange: EventEmitter<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* Input Property. Erhält den Namen des Dialog - benutzt für das ID. Default Value: ''
|
|
39
|
+
*/
|
|
40
|
+
name: string;
|
|
41
|
+
/**
|
|
42
|
+
* Input Property. Erhält den Title des Dialog. Default Value: 'Dialog'.
|
|
43
|
+
*/
|
|
44
|
+
title: string;
|
|
45
|
+
/**
|
|
46
|
+
* Konstruktor
|
|
47
|
+
* Inject des Formulars
|
|
48
|
+
*/
|
|
49
|
+
constructor(cdRef: ChangeDetectorRef);
|
|
50
|
+
/**
|
|
51
|
+
* Implementation als Setter, da mit ngIf das Element bei Unsichtbarkeit UNDEFINED ist.
|
|
52
|
+
*/
|
|
53
|
+
set dialogElementSetter(content: ElementRef);
|
|
54
|
+
/**
|
|
55
|
+
* Getter. Ergibt das boolen Wert des _show property
|
|
56
|
+
*/
|
|
57
|
+
get isvisible(): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Setter. Erhält das boolen Wert des _show property
|
|
60
|
+
*/
|
|
61
|
+
set isvisible(v: boolean);
|
|
62
|
+
/**
|
|
63
|
+
* Das Input akzeptiert sowohl default size-css-Klassen als auch custom Klassen.
|
|
64
|
+
* case insensitive.
|
|
65
|
+
* Die akzeptabel default-size-Klassen sind: 'small', 'large', 'extralarge', 'medium', ''.
|
|
66
|
+
* Wenn size ist NICHT gesetzt (oder 'medium' oder ''), default ist in medium size: max-width 500px.
|
|
67
|
+
*/
|
|
68
|
+
set size(v: 'small' | 'large' | 'extralarge' | 'medium' | '');
|
|
69
|
+
/**
|
|
70
|
+
* Getter for ChangeDetector.
|
|
71
|
+
*/
|
|
72
|
+
protected get ChangeDetector(): ChangeDetectorRef;
|
|
73
|
+
/**
|
|
74
|
+
* Die Methode setz den Wert des _show property auf false
|
|
75
|
+
*/
|
|
76
|
+
hide(): void;
|
|
77
|
+
/**
|
|
78
|
+
* Methode wenn Componente entfernt wird
|
|
79
|
+
*/
|
|
80
|
+
ngOnDestroy(): void;
|
|
81
|
+
/**
|
|
82
|
+
* Allow Close by Click outside Dialog
|
|
83
|
+
*/
|
|
84
|
+
onClick(event: any): void;
|
|
85
|
+
/**
|
|
86
|
+
* Allow Close by ESC
|
|
87
|
+
*/
|
|
88
|
+
onKeydownHandler(event: KeyboardEvent): void;
|
|
89
|
+
/**
|
|
90
|
+
* Die Methode setz den Wert des _show property auf true
|
|
91
|
+
*/
|
|
92
|
+
show(): void;
|
|
93
|
+
}
|